NFDI4BIOIMAGE / training

https://nfdi4bioimage.github.io/training
Creative Commons Attribution 4.0 International
10 stars 7 forks source link

Comply with DALIA CSV format #146

Open haesleinhuepf opened 2 months ago

haesleinhuepf commented 2 months ago

The DALIA format for exchanging training data is defined here: https://zenodo.org/records/11521029

Columns:

Authors License Link    Title   Community   Description Discipline  FileFormat  Keywords    Language    LearningResourceType    MediaType   ProficiencyLevel    PublicationDate TargetGroup RelatedWork Size    Version

We should implement a [second] CSV export which complies with this format.

haesleinhuepf commented 2 hours ago

git-bob think about how to write a Python Jupyter notebook that takes our nfdi4bioimage.yml file and converts it to a CSV with these column headers:

The code could be similar to what we did in export_csv.py