Mika Pflüger 1 rok temu
rodzic
commit
228b70eb57
5 zmienionych plików z 54 dodań i 7 usunięć
  1. 24 0
      #howto_new_release#
  2. 1 0
      .#howto_new_release
  3. 3 3
      README.md
  4. 4 4
      datacite.yml
  5. 22 0
      howto_new_release

+ 24 - 0
#howto_new_release#

@@ -0,0 +1,24 @@
+on Azure:
+rm -rf venv
+make venv
+source venv/bin/activate.fish
+datalad rerun …
+datalad push --to ginhemio --data anything
+
+At home:
+datalad update -s ginhemio
+datalad update
+git pull
+start making new version on zenodo, get pre-reserved doi
+put new doi, new info into datacite.yml and README.md
+datalad save
+datalad push
+datalad push --to origin
+datalad push --to ginhemio --data anything
+datalad export-archive -t zip 'data-2022-10-12.zip'
+upload new data to zenodo, publish
+datalad export-to-figshare
+-> edit on figshare, probabaly re-upload zipfile because datalad crashes
+-> publish on figshare
+test on non-cr computer
+new version of unfccc_di_api

+ 1 - 0
.#howto_new_release

@@ -0,0 +1 @@
+mikapfl@crmp1.84717:1689662516

+ 3 - 3
README.md

@@ -1,8 +1,8 @@
-[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7432088.svg)](10.5281/zenodo.7432088)
+[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8159736.svg)](10.5281/zenodo.8159736)
 
-Dataset containing all data available from the UNFCCC API at https://di.unfccc.int as of 2022-12-13.
+Dataset containing all data available from the UNFCCC API at https://di.unfccc.int as of 2023-07-18.
 
-Due to the large size of the full dataset, the dataset is shared on using [datalad](https://www.datalad.org/) and on [zenodo](https://doi.org/10.5281/zenodo.7432088).
+Due to the large size of the full dataset, the dataset is shared using [datalad](https://www.datalad.org/) and on [zenodo](https://doi.org/10.5281/zenodo.8159736).
 
 To obtain the data using datalad, first clone the repository including metadata:
 ```shell

+ 4 - 4
datacite.yml

@@ -9,23 +9,23 @@ authors:
   -
     firstname: "Mika"
     lastname: "Pflüger"
-    affiliation: "Potsdam Institute for Climate Impact Research (PIK)"
+    affiliation: "Climate Resource Pty Ltd"
     id: "ORCID:0000-0002-7814-8916"
   -
     firstname: "Johannes"
     lastname: "Gütschow"
-    affiliation: "Potsdam Institute for Climate Impact Research (PIK)"
+    affiliation: "Climate Resource Pty Ltd"
     id: "ORCID:0000-0001-9944-3685"
 
 
 # A title to describe the published resource.
-title: "UNFCCC country-submitted greenhouse gas emissions data until 2022-12-13"
+title: "UNFCCC country-submitted greenhouse gas emissions data until 2023-07-18"
 
 # Additional information about the resource, e.g., a brief abstract.
 description: |
   Dataset containing all greenhouse gas emissions data submitted
   by countries under climate change convention (CRF data and BUR data)
-  as published by the UNFCCC secretariat at 2022-12-13.
+  as published by the UNFCCC secretariat at 2023-07-18.
 
 # List of keywords the resource should be associated with.
 # Give as many keywords as possible, to make the resource findable.

+ 22 - 0
howto_new_release

@@ -0,0 +1,22 @@
+on Azure:
+rm -rf venv
+make venv
+source venv/bin/activate.fish
+datalad rerun …
+datalad push --to ginhemio --data anything
+
+At home:
+datalad update -s ginhemio
+start making new version on zenodo, get pre-reserved doi
+put new doi, new info into datacite.yml and README.md
+datalad save
+datalad push
+datalad push --to origin
+datalad push --to ginhemio --data anything
+datalad export-archive -t zip 'data-2022-10-12.zip'
+upload new data to zenodo, publish
+datalad export-to-figshare
+-> edit on figshare, probabaly re-upload zipfile because datalad crashes
+-> publish on figshare
+test on non-cr computer
+new version of unfccc_di_api