Open haesleinhuepf opened 4 months ago
I just got this link / hint from @ClementCaporal
https://bioschemas.org/profiles/TrainingMaterial/1.0-RELEASE
Hi, nice to meet you:)
I think this can be achieved by adding a text like this one to pages we auto-generate for our training materials:
{
"@context": "https://schema.org/",
"@type": "LearningResource",
"@id": "https://elixir-europe-training.github.io/ELIXIR-TrP-TeSS/",
"http://purl.org/dc/terms/conformsTo": {
"@type": "CreativeWork",
"@id": "https://bioschemas.org/profiles/TrainingMaterial/1.0-RELEASE"
},
"description": "Strategic Use of Generative AI - this is our hands-on course for general use and research-specific use of Generative AI.",
"keywords": "FAIR, OPEN, Generative AI, Writing, Ethics, Scripting",
"name": "Strategic Use of Generative AI",
"license": "https://creativecommons.org/licenses/by/4.0/",
"educationalLevel": "beginner",
"competencyRequired": "none",
"teaches": [
"Providing a background of the evolution of generative AI models",
"Providing an overview of the features and capabilities of genAI",
"Analysing prompt engineering techniques for different purposes",
"Exploring several applications of genAI in academic research (afternoon session)",
"Providing hands-on experience with using different genAI tools for work and research purposes",
"Critically evaluating the AI generated outcomes"
],
"audience": "researchers",
"inLanguage": "en-US",
"learningResourceType": [
"tutorial"
],
"author": [
{
"@type": "Person",
"name": "Bruna Piereck"
},
{
"@type": "Person",
"name": "Alexander Botzki"
}
],
"contributor": [
{
"@type": "Person",
"name": "Christof De Bo"
}
]
}
source: https://github.com/vibbits/introduction-to-generative-ai/blob/main/README.md
Is "TESS" this website? https://tess.elixir-europe.org/
Yes!
Concerning the "keywords", a yet-another-structure to organize bia-curriculum is proposed within a sub-group of Globias, I just wanted to put it here in case it is useful : https://docs.google.com/document/d/1yuiQLNXnsaUfYWmsqLDB-c0cdoK03BxVmKYSCkEgGg8/
I don't know what are your current ideas to infer tags/keywords
Thanks, @ClementCaporal! Do you know if anyone has looked in to how to express that in (bio)schemas?
Maybe @emiglietta has a clearer idea about that
We should consider reformatting our metadata, e.g. to fit into schemas like this: https://schema.org/Course
See also: https://bioschemas.org/
CC @joshmoore