Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • fix/whitespace-validation
2 results

commitment

  • Clone with SSH
  • Clone with HTTPS
  • NFDI4Earth Commitment

    Signatories of the NFDI4Earth Commitment agree to the publication of their data in the NFDI4Earth Knowledge Hub. This project facilitates the data transfer of selected publicly available information from the secure signing form to a place where a Knowledge Hub populator can harvest the information.

    Data files

    • nfdi4earth-commitment-signatories_individuals.txt
    • nfdi4earth-commitment-signatories_institutions.txt

    Data processing

    Download data from REDCap manually and transform it into two CSV files (see above) with only the public information using a Jupyter Notebook.

    # Create a virtual environment (once only)
    python -m venv .venv
    
    # Activate the virtual environment
    source .venv/bin/activate
    
    # Install repo2docker (once only)
    pip install -r requirements.txt
    
    # Run repo2docker to get an interactive Jupyter Notebook environment (depenencies managed in requirements.txt)
    jupyter lab

    License

    Data in this repository is published under Creative Commmons Attribution 4.0 International licnse (CC-BY 4.0).

    Code in this repository is published under the Apache License 2.0 (Apache-2.0).

    Contact

    Daniel Nüst (daniel.nuest@tu-dresden.de)