Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comply with DALIA CSV format #146

Open
haesleinhuepf opened this issue Aug 9, 2024 · 2 comments
Open

Comply with DALIA CSV format #146

haesleinhuepf opened this issue Aug 9, 2024 · 2 comments
Assignees

Comments

@haesleinhuepf
Copy link
Member

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
Copy link
Member Author

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:

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

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

@haesleinhuepf
Copy link
Member Author

haesleinhuepf commented Nov 29, 2024

Hi @SeverusYixin ,

would you mind taking a look into this issue? Also take a look at #142, there are some additional links. At the end, it would be cool if we could export our data and import it into DALIA.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants