Science Score: 64.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
3 of 7 committers (42.9%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
SKOPE user interface and visualization app
Basic Info
- Host: GitHub
- Owner: openskope
- License: mit
- Language: Vue
- Default Branch: main
- Homepage: https://www.openskope.org
- Size: 5.14 MB
Statistics
- Stars: 0
- Watchers: 9
- Forks: 4
- Open Issues: 16
- Releases: 14
Topics
Metadata Files
README.md
Synthesizing Knowledge of Past Environments
This codebase provides a frontend only user interface for the NSF supported Synthesizing Knowledge of Past Environments project.
The current UI uses Nuxt 2, VueJS, Leaflet, and Plotly JS.
The application has a basic Makefile for configuration and deployment. A recent version of Docker and docker compose is recommended to set up a local development environment.
Running make for the first time will generate a default config.mk file that can be further customized:
DEPLOY_ENVIRONMENTcan be set todev,staging, orprod(usedevfor local development)SKOPE_API_HOST_URLshould point at a SKOPE backend API to serve metadata and timeseries data (e.g., a deployed instance of https://github.com/openskope/skope-api/)SKOPE_GEOSERVER_HOST_URLshould point at a GeoServer instance with SKOPE datasets and geotiff layers preloaded (see https://github.com/openskope/skope-datasets for more details)
Run make deploy to redeploy the application with whatever settings are currently defined in config.mk
With DEPLOY_ENVIRONMENT=dev a hot-reloading development server should spin up at http://localhost:3000
Contributors
- Allen Lee @alee
- Kyle Bocinsky @bocinsky
- Calvin Pritchard @cpritcha
- Christine Nguyễn @chrstngyn
Owner
- Name: SKOPE - Synthesizing Knowledge of Past Environments
- Login: openskope
- Kind: organization
- Website: http://openskope.org
- Repositories: 9
- Profile: https://github.com/openskope
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit. # Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 message: "If you use the SKOPE application, please cite it as below." authors: - family-names: "Bocinsky" given-names: "Kyle" orcid: "https://orcid.org/0000-0003-1862-3428" - family-names: "Gillreath-Brown" given-names: "Andrew" orcid: "https://orcid.org/0000-0002-2272-5542" - family-names: "Kintigh" given-names: "Keith" orcid: "https://orcid.org/0000-0001-9821-3634" - family-names: "Kinzig" given-names: "Ann" - family-names: "Kohler" given-names: "Tim" orcid: "https://orcid.org/0000-0002-3414-6660" - family-names: "Lee" given-names: "Allen" orcid: "https://orcid.org/0000-0002-6523-6079" - family-names: "Ludäscher" given-names: "Bertram" orcid: "https://orcid.org/0000-0001-9140-936X" - family-names: "McPhillips" given-names: "Timothy" title: "Synthesizing Knowledge of Past Environments (SKOPE) Web Application" doi: "10.5281/zenodo.8415956" abstract: > SKOPE (Synthesizing Knowledge of Past Environments) is an online resource for paleoenvironmental data and models. It enables scholars to easily discover, explore, visualize, and synthesize knowledge of environments in the recent or remote past. Given a location and temporal interval, SKOPE offers access to diverse sources of long-term, high-resolution environmental data. SKOPE builds on vast amounts of prior data collection and previous research, transforming those into readily usable environmental knowledge. The initial prototype of the SKOPE application was developed with contributions from Adam Brin, Johnathan Rush, Sarah Oas, Jeffrey Terstriep, Xingchen Hong, and Shaowen Wang. repository-code: 'https://github.com/openskope/skopeui' url: 'https://app.openskope.org' repository: 'https://github.com/openskope/skopeui' keywords: - environmental data - precipitation - palmer drought severity index (pdsi) - paleocar - lbda - srtm license: MIT version: v2023.10 date-released: '2023-10-06'
GitHub Events
Total
- Issues event: 3
Last Year
- Issues event: 3
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Allen Lee | a****e@a****u | 354 |
| chrstngyn | C****n@a****u | 283 |
| Calvin Pritchard | p****n@g****m | 98 |
| Allen Lee | a****e | 28 |
| dependabot[bot] | 4****] | 6 |
| Christine | c****e@c****u | 4 |
| R. Kyle Bocinsky | b****y | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 86
- Total pull requests: 19
- Average time to close issues: 3 months
- Average time to close pull requests: 11 days
- Total issue authors: 6
- Total pull request authors: 3
- Average comments per issue: 0.94
- Average comments per pull request: 0.63
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 13
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- alee (58)
- kintigh (11)
- bocinsky (6)
- chrstngyn (6)
- kbvernon (4)
- cpritcha (1)
Pull Request Authors
- dependabot[bot] (13)
- alee (6)
- bocinsky (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- @babel/core ^7.12.10 development
- @babel/plugin-proposal-decorators ^7.12.12 development
- @babel/runtime-corejs3 ^7.12.5 development
- @fortawesome/fontawesome-svg-core ^1.2.32 development
- @fortawesome/free-solid-svg-icons ^5.15.1 development
- @fortawesome/vue-fontawesome ^2.0.2 development
- @nuxtjs/eslint-config ^6.0.0 development
- @types/file-saver ^2.0.1 development
- @types/leaflet ^1.5.19 development
- @types/lodash ^4.14.167 development
- @vue/test-utils ^1.1.2 development
- babel-core 7.0.0-bridge.0 development
- babel-eslint ^10.0.2 development
- babel-jest ^26.6.3 development
- core-js 3.10.1 development
- eslint ^7.17.0 development
- eslint-config-prettier ^8.1.0 development
- eslint-config-standard >=16.0.2 development
- eslint-loader ^4.0.2 development
- eslint-plugin-import >=2.22.1 development
- eslint-plugin-jest >=24.1.3 development
- eslint-plugin-node >=9.1.0 development
- eslint-plugin-prettier ^3.3.1 development
- eslint-plugin-promise >=4.0.1 development
- eslint-plugin-standard >=5.0.0 development
- eslint-plugin-vue ^7.4.1 development
- jest ^26.6.3 development
- nodemon ^2.0.6 development
- prettier 2.2.1 development
- vue-jest ^4.0.1 development
- webpack ^4.46.0 development
- webpack-cli ^4.6.0 development
- @hapi/hapi ^20.0.3
- @nuxtjs/axios ^5.13.1
- @nuxtjs/hapi ^3.0.0
- @nuxtjs/markdownit ^2.0.0
- @nuxtjs/pwa ^3.3.5
- @nuxtjs/robots ^2.5.0
- @nuxtjs/sentry ^5.1.7
- @nuxtjs/vuetify ^1.11.3
- @turf/turf ^6.3.0
- circle-to-polygon ^2.0.2
- consola ^2.15.3
- cross-env ^7.0.3
- es6-dynamic-template 2.0.0
- file-saver ^2.0.5
- global ^4.4.0
- json2csv ^5.0.5
- jszip ^3.6.0
- leaflet ^1.7.1
- leaflet-draw ^1.0.4
- lodash ^4.17.20
- markdown-it ^12.3.2
- markdown-it-attrs ^4.0.0
- markdown-it-div ^1.1.0
- mathjs ^9.3.2
- nuxt ^2.15.2
- nuxt-property-decorator ^2.9.1
- papaparse ^5.3.1
- plotly.js ^1.58.4
- query-string ^7.0.0
- store ^2.0.12
- streamsaver ^2.0.5
- vue ^2.6.12
- vue-class-component ^7.2.6
- vue-gtag ^1.16.1
- vue-plotly ^1.1.0
- vue-property-decorator ^9.1.2
- vue-server-renderer ^2.6.12
- vue-template-compiler ^2.6.12
- vue-warehouse ^2.2.0
- vue2-leaflet ^2.6.0
- vuex ^3.6.2
- vuex-class ^0.3.2
- vuex-module-decorators ^1.0.1
- web-streams-polyfill ^3.0.3
- 2026 dependencies
- actions/checkout v2 composite
- citation-file-format/cffconvert-github-action 2.0.0 composite
- node lts-bullseye build