Skip to content

Commit

Permalink
fix: minor updates to citation file
Browse files Browse the repository at this point in the history
- remove duplicate keys
- correct repository urls
- add brief description disambiguating this repo from the UI
  • Loading branch information
alee committed Jun 8, 2022
1 parent ecfe8a3 commit 503e8d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions citation.cff
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ authors:
given-names: "Calvin"
orcid: "https://orcid.org/0000-0002-4557-8602"
title: "Synthesizing Knowledge of Past Environments (SKOPE) Web Application"
version: "2022.05.1"
doi: "10.5281/zenodo.6522961"
date-released: "2022-05-06"
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.

This repository contains the SKOPE API backend (https://api.openskope.org/docs) used to serve the dataset metadata, timeseries data, and summary statistics available in the SKOPE user interface (https://app.openskope.org with code at https://github.com/openskope/skopeui).

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'
repository-code: 'https://github.com/openskope/skope-api'
url: 'https://www.openskope.org'
repository: 'https://github.com/openskope/skopeui'
repository: 'https://github.com/openskope/skope-api'
keywords:
- environmental data
- precipitation
Expand All @@ -49,5 +49,5 @@ keywords:
- lbda
- srtm
license: MIT
version: v2022-05.1
date-released: '2022-05-06'
version: v2022.06
date-released: '2022-06-06'

0 comments on commit 503e8d3

Please sign in to comment.