Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.5%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Aqualink.org Ocean Monitoring Application
Basic Info
Statistics
- Stars: 43
- Watchers: 5
- Forks: 16
- Open Issues: 43
- Releases: 0
Topics
Metadata Files
README.md
Aqualink App
This is the main repository for the Aqualink Coral Monitoring Application.
Description
Aqualink is a philanthropically funded system to help people manage their local marine ecosystems in the face of increasing Ocean temperatures. The system consists of satellite-connected underwater temperature sensors and photographic surveys to allow for remote collaboration with scientists across the world. If you are concerned about the effect of climate change on your local reef and want to do something about it then please apply to get a smart buoy for free.

Development
The app is a monorepo managed by Lerna using
Yarn Workspaces. Individual packages are found in the ./packages
directory. The app has two primary components:
Commands can either be run for a specific package by changing to the package subdirectory and running them directly , or for the entire project by running them here in this directory.
Getting Started
To get started, run yarn install from this directory. This will install all dependencies for all the packages. You
will also need to do some package-specific configuration such as setting up a .env file for environment variables
- see the individual package READMEs for details on this process.
Running Commands
```bash
Build all of the packages
yarn build
Run tests for all of the packages
yarn test
Start up all of the packages locally
yarn start
Lint a specific file
yarn lint ./packages/api/src/path/to/file.ts
Lint all the files in the app
yarn lint:all ```
Deploying
We are using Google App Engine to deploy applications. The default project we are using is ocean-systems.
- Install the Gloud CLI using the instructions available here
- Make sure you are logged in by running
gcloud auth login - The run the following commands:
```bash
Set the project to ocean-systems
gcloud config set project ocean-systems
Deploy to Google Cloud
yarn deploy
Wait and verify that the app is running
gcloud app browse ```
Contributing
Aqualink is an MIT-licensed open source project. Contributions from developers and scientists are welcome!
License
Aqualink is MIT licensed.
Owner
- Name: Aqualink.org
- Login: aqualinkorg
- Kind: organization
- Email: info@aqualink.org
- Location: San Francisco, CA
- Website: aqualink.org
- Repositories: 3
- Profile: https://github.com/aqualinkorg
Conservation technology.
GitHub Events
Total
- Create event: 78
- Issues event: 57
- Watch event: 8
- Delete event: 66
- Issue comment event: 134
- Member event: 2
- Push event: 369
- Pull request review comment event: 50
- Pull request review event: 254
- Pull request event: 164
- Fork event: 3
Last Year
- Create event: 78
- Issues event: 57
- Watch event: 8
- Delete event: 66
- Issue comment event: 134
- Member event: 2
- Push event: 369
- Pull request review comment event: 50
- Pull request review event: 254
- Pull request event: 164
- Fork event: 3
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Eric Boucher | e****r@g****m | 234 |
| Thanas Leraj | t****j@p****m | 122 |
| echaidemenos | 8****s | 89 |
| dependabot[bot] | 4****] | 70 |
| avalmas-programize | 6****e | 69 |
| Konstantinos Markopoulos | k****s@g****m | 19 |
| Caesarh97 | 1****7 | 16 |
| PysarenkoDS-BWT | 9****T | 14 |
| Ben Peters | b****s@g****m | 12 |
| Yao Ding | y****d | 10 |
| vickykont-programize | v****n@p****m | 8 |
| Ryan Samarakoon | S****c | 7 |
| Ryan Samarakoon | 2****S | 6 |
| Mamadou Ouologuem | 4****m | 4 |
| Drew Gray | d****y | 3 |
| Arsalan Khattak | 3****v | 2 |
| dianakw8591 | 5****1 | 2 |
| Anthony Bouillis | a****s | 1 |
| Chris Morin | 7****n | 1 |
| Daniel J. Dufour | d****r@g****m | 1 |
| Sachin Haldavanekar | s****r@g****m | 1 |
| jrn2778 | 4****8 | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 414
- Total pull requests: 864
- Average time to close issues: about 1 month
- Average time to close pull requests: 10 days
- Total issue authors: 12
- Total pull request authors: 22
- Average comments per issue: 0.66
- Average comments per pull request: 0.85
- Merged pull requests: 762
- Bot issues: 1
- Bot pull requests: 102
Past Year
- Issues: 40
- Pull requests: 194
- Average time to close issues: 22 days
- Average time to close pull requests: 11 days
- Issue authors: 4
- Pull request authors: 6
- Average comments per issue: 0.4
- Average comments per pull request: 1.08
- Merged pull requests: 129
- Bot issues: 1
- Bot pull requests: 33
Top Authors
Issue Authors
- ericboucher (246)
- drewjgray (53)
- Caesarh97 (48)
- peterive (27)
- echaidemenos (12)
- tleraj (9)
- Ry-DS (6)
- avalmas-programize (6)
- K-Markopoulos (3)
- spiderkeys (2)
- DanielJDufour (1)
- dependabot[bot] (1)
Pull Request Authors
- ericboucher (281)
- tleraj (133)
- dependabot[bot] (102)
- echaidemenos (96)
- avalmas-programize (74)
- K-Markopoulos (47)
- yaodingyd (29)
- Caesarh97 (28)
- Ry-DS (15)
- PysarenkoDS-BWT (15)
- bencpeters (13)
- vickykont-programize (11)
- mamadOuologuem (5)
- drewjgray (3)
- abcds07 (3)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- @typescript-eslint/eslint-plugin ^4.29.0 development
- @typescript-eslint/parser ^4.29.0 development
- babel-eslint ^10.1.0 development
- cross-spawn ^7.0.02 development
- eslint ^7.32.0 development
- eslint-config-airbnb ^18.1.0 development
- eslint-config-prettier ^6.11.0 development
- eslint-config-react-app ^6.0.0 development
- eslint-import-resolver-typescript ^2.4.0 development
- eslint-plugin-flowtype ^5.2.0 development
- eslint-plugin-fp ^2.3.0 development
- eslint-plugin-import ^2.23.4 development
- eslint-plugin-jsx-a11y ^6.2.3 development
- eslint-plugin-prettier ^3.1.3 development
- eslint-plugin-react ^7.24.0 development
- eslint-plugin-react-hooks ^4.2.0 development
- husky ^4.2.5 development
- lerna ^3.22.0 development
- lint-staged ^10.2.9 development
- prettier 2.5.1 development
- typescript ^4.5.5 development
- @nestjs/cli ^7.0.0 development
- @nestjs/schematics ^7.0.0 development
- @nestjs/testing ^7.0.0 development
- @types/express ^4.17.13 development
- @types/faker ^4.1.12 development
- @types/jest 24.9.0 development
- @types/lodash ^4.14.156 development
- @types/moment-timezone ^0.5.13 development
- @types/multer ^1.4.3 development
- @types/node ^13.9.1 development
- @types/passport ^1.0.4 development
- @types/passport-strategy ^0.2.35 development
- @types/sharp ^0.30.4 development
- @types/supertest ^2.0.8 development
- faker ^4.1.0 development
- firebase-admin ^9.0.0 development
- firebase-functions ^3.8.0 development
- glob ^7.1.6 development
- jest 26.6.0 development
- nodemon ^2.0.4 development
- rimraf ^3.0.2 development
- supertest ^4.0.2 development
- ts-jest ^24.0 development
- ts-loader ^6.2.1 development
- ts-node ^8.10.2 development
- tsconfig-paths ^3.9.0 development
- typeorm-seeding ^1.6.1 development
- webpack ^4.43.0 development
- webpack-cli ^3.3.12 development
- yargs ^15.4.1 development
- @google-cloud/storage ^5.3.0
- @googlemaps/google-maps-services-js ^3.1.6
- @nestjs/common ^7.0.0
- @nestjs/core ^7.0.0
- @nestjs/passport ^7.1.0
- @nestjs/platform-express ^7.0.0
- @nestjs/schedule ^0.4.1
- @nestjs/swagger ^4.8.0
- @nestjs/typeorm ^7.0.0
- @turf/nearest-point ^6.5.0
- @types/bluebird ^3.5.32
- @types/node-xlsx ^0.15.3
- axios ^0.21.1
- axios-retry ^3.1.9
- bluebird ^3.7.2
- class-transformer ^0.3.1
- class-validator ^0.12.2
- csv-parse ^4.15.1
- express ^4.17.1
- fastify-swagger ^4.7.0
- firebase-admin ^9.0.0
- geo-tz ^6.0.0
- geojson ^0.5.0
- geotiff ^1.0.4
- hashids ^2.2.1
- lodash ^4.17.15
- md5-file ^5.0.0
- moment ^2.27.0
- moment-timezone ^0.5.31
- multer ^1.4.2
- node-xlsx ^0.17.2
- objects-to-csv ^1.3.6
- passport ^0.4.1
- passport-custom ^1.1.1
- pg ^8.2.1
- pg-native ^3.0.0
- reflect-metadata ^0.1.13
- rxjs ^6.5.4
- sharp ^0.30.6
- swagger-ui-express ^4.1.6
- ts-exif-parser ^0.2.1
- typeorm ^0.2.41
- typeorm-naming-strategies ^1.1.0
- @types/chart.js ^2.9.27 development
- @types/classnames ^2.2.10 development
- @types/immutable ^3.8.7 development
- @types/jest ^24.0.0 development
- @types/jsonwebtoken ^8.5.0 development
- @types/lodash ^4.14.149 development
- @types/node ^12.0.0 development
- @types/react ^16.9.0 development
- @types/react-dom ^16.9.0 development
- @types/react-leaflet ^2.5.1 development
- @types/react-redux ^7.1.7 development
- @types/react-router-dom ^5.1.3 development
- @types/react-slick ^0.23.4 development
- @types/react-swipeable-views ^0.13.0 development
- @types/redux-mock-store ^1.0.2 development
- @types/validator ^13.1.0 development
- canvas ^2.8.0 development
- cross-env ^7.0.2 development
- dotenv-cli ^4.0.0 development
- @date-io/date-fns ^1.3.13
- @material-ui/core ^4.9.5
- @material-ui/icons ^4.9.1
- @material-ui/lab ^4.0.0-alpha.56
- @material-ui/pickers ^3.2.10
- @reduxjs/toolkit ^1.3
- @sketchfab/viewer-api ^1.12.0
- @testing-library/dom ^7.8.0
- @testing-library/jest-dom ^4.2.4
- @testing-library/react ^9.3.2
- @testing-library/user-event ^7.1.2
- axios ^0.21.1
- chart.js ^2.9.3
- chartjs-plugin-annotation ^0.5.7
- classnames ^2.2.6
- date-fns-tz ^1.1.3
- download-csv ^1.1.1
- enzyme ^3.11.0
- enzyme-adapter-react-16 ^1.15.2
- enzyme-to-json ^3.4.4
- firebase ^7.16.1
- firebase-tools ^10.0.1
- immutable ^4.0.0-rc.12
- jsonwebtoken ^8.5.1
- leaflet ^1.7.1
- lodash ^4.17.15
- material-table ^1.65.0
- moment ^2.27.0
- moment-timezone ^0.5.31
- mutationobserver-shim ^0.3.7
- react ^16.13.1
- react-chartjs-2 ^2.9.0
- react-dom ^16.13.1
- react-dropzone ^11.0.3
- react-ga ^3.1.2
- react-hook-form ^6.0.8
- react-leaflet ^2.7.0
- react-leaflet-markercluster ^2.0.0
- react-material-ui-carousel ^1.8.2
- react-redux ^7.2.0
- react-router-dom ^5.1.2
- react-scripts ^4.0.3
- react-slick ^0.27.10
- react-swipeable-bottom-sheet ^1.1.2
- react-swipeable-views ^0.13.9
- redux ^4.0.5
- redux-mock-store ^1.5.4
- slick-carousel ^1.8.1
- validator ^13.1.1
- youtube-v3-api ^1.1.1
- 2770 dependencies
- node 16 build
- kartoza/postgis 12.1
- actions/cache v2 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- kartoza/postgis 12.1 docker
- actions/cache v2 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- dswistowski/surge-sh-action v1 composite
- marocchino/sticky-pull-request-comment v1 composite