From 503e8d3f81ae4cedb744a805c610dbb1508b1fa6 Mon Sep 17 00:00:00 2001 From: Allen Lee Date: Tue, 7 Jun 2022 17:17:33 -0700 Subject: [PATCH] fix: minor updates to citation file - remove duplicate keys - correct repository urls - add brief description disambiguating this repo from the UI --- citation.cff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/citation.cff b/citation.cff index 74dc9d3..358add5 100644 --- a/citation.cff +++ b/citation.cff @@ -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 @@ -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'