NFDI4BIOIMAGE / training

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

Use Schema.org to make our stuff discoverable in TESS #106

Open haesleinhuepf opened 4 months ago

haesleinhuepf commented 4 months ago

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

haesleinhuepf commented 3 months ago

I just got this link / hint from @ClementCaporal

https://bioschemas.org/profiles/TrainingMaterial/1.0-RELEASE

SeverusYixin commented 3 months ago

Hi, nice to meet you:)

haesleinhuepf commented 3 weeks ago

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

ClementCaporal commented 3 weeks ago

Is "TESS" this website? https://tess.elixir-europe.org/

haesleinhuepf commented 3 weeks ago

Yes!

ClementCaporal commented 3 weeks ago

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

joshmoore commented 2 weeks ago

Thanks, @ClementCaporal! Do you know if anyone has looked in to how to express that in (bio)schemas?

ClementCaporal commented 2 weeks ago

Maybe @emiglietta has a clearer idea about that