🦞 Landing page for listing our data science tools and directing people to them https://datascience.oceanprotocol.com
Go to file
dependabot[bot] 2eceaa0e0b
Bump eslint from 7.1.0 to 7.2.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.1.0...v7.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 01:05:01 +00:00
.github formatting, add package-lock 2020-06-04 09:14:23 +02:00
src format 2018-12-13 15:36:30 +01:00
.babelrc drop da base 🦞🍸 2018-12-04 14:38:27 +01:00
.editorconfig drop da base 🦞🍸 2018-12-04 14:38:27 +01:00
.eslintrc drop da base 🦞🍸 2018-12-04 14:38:27 +01:00
.gitignore formatting, add package-lock 2020-06-04 09:14:23 +02:00
.prettierignore drop da base 🦞🍸 2018-12-04 14:38:27 +01:00
.prettierrc drop da base 🦞🍸 2018-12-04 14:38:27 +01:00
.travis.yml lock Node.js version on Travis 2019-04-29 11:49:55 +02:00
README.md package updates 2019-04-23 11:53:51 +02:00
content.yml copy & design updates 2018-12-13 15:30:49 +01:00
deploy.sh drop da base 🦞🍸 2018-12-04 14:38:27 +01:00
gulpfile.babel.js formatting, add package-lock 2020-06-04 09:14:23 +02:00
package-lock.json Bump eslint from 7.1.0 to 7.2.0 2020-06-08 01:05:01 +00:00
package.json Bump eslint from 7.1.0 to 7.2.0 2020-06-08 01:05:01 +00:00

README.md

banner

datascience

🦞 Landing page for listing our data science tools and directing people to them https://datascience.oceanprotocol.com

Build Status js oceanprotocol Greenkeeper badge



Copy editing

Create a new link by editing the content.yml file. When editing on GitHub, click the pencil icon to start editing the file:

screen shot 2018-11-02 at 11 32 19

Only thing to remember is to keep the indentation as in this example:

links:
    - name: JupyterHub Notebook
      url: https://longurl.com
    - name: Another JupyterHub Notebook
      url: https://longurl.com

This example would result in:

screen shot 2018-12-04 at 14 58 25

Editing workflow

The basic workflow goes like this:

  1. edit the content.yml file
  2. when committing changes, create a new branch and open a pull request
  3. ask for review & approval of pull request
  4. have the pull request merged
screen shot 2018-11-02 at 11 50 14

The master branch is protected from being pushed to, enforcing the following rules:

  • every change has to be done in another branch and go through a pull request against master
  • pull requests need to be reviewed and approved
  • pull requests need to pass the CI status checks
  • pull requests can be merged by a defined list of members only
  • when merged into master, pull request changes are deployed automatically to live

This will then initiate an automatic build & deployment process, and your change should be live within a minute or so.

Development

This repo is a simple page builder utilizing gulp and Liquid templating.

npm i
npm start

Will start a live-reloading local server, reachable under localhost:1337.

Deployment

Page lives in a S3 bucket and deployment happens automatically via Travis based on the rules described in the editing workflow. For that to work, the following environment variables need to be setup in Travis:

  • AWS_DEFAULT_REGION
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Every master Travis build triggers this script which can also be used for manual emergency deployments:

npm run deploy
# executing ./deploy.sh

DNS for datascience.oceanprotocol.com is setup via Cloudflare, pointing to the S3 bucket under datascience.oceanprotocol.com.s3-website-ap-southeast-1.amazonaws.com

Authors

License

Copyright 2018 Ocean Protocol Foundation Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.