diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 3f5de067fa2551..f25406506b5797 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -12,6 +12,8 @@ on: - '**/tutorial*.md' - '**/slides.html' - '**/slides/*.html' + - 'learning-pathways/*' + - 'faqs/**' jobs: lint: diff --git a/_layouts/learning-pathway.html b/_layouts/learning-pathway.html index 3e1116fe748ec2..70577007c122be 100644 --- a/_layouts/learning-pathway.html +++ b/_layouts/learning-pathway.html @@ -46,8 +46,10 @@
{{ section.description | markdownify }}
+ {% if section.tutorials %} {% assign material_list = site | convert_to_material_list: section.tutorials %} {% include _includes/tutorial_list.html sub=material_list %} + {% endif %} {% endfor %} @@ -56,12 +58,14 @@This material is reviewed by our Editorial Board:
- {% assign editorial_board = pathway.maintainers %} + {% assign editorial_board = pathway.editorial_board %} {% include _includes/contributor-list.html contributors=editorial_board badge=true %} + {% if pathway.funding %}This material was funded by:
{% assign funders = pathway.funding | sorted %} {% include _includes/contributor-list.html contributors=funders badge=true %} + {% endif %} diff --git a/assets/images/wab-annotatedcells-2.png b/assets/images/wab-annotatedcells-2.png new file mode 100644 index 00000000000000..99af4179be5537 Binary files /dev/null and b/assets/images/wab-annotatedcells-2.png differ diff --git a/json-ld.html b/json-ld.html new file mode 100644 index 00000000000000..eb762b05843a8a --- /dev/null +++ b/json-ld.html @@ -0,0 +1,257 @@ +--- +layout: page +title: TeSS LD+JSON Tester +--- + ++Here you can test how data from a page will be mapped to TeSS fields. This is based on this TeSS Document +
+ +If you supply a full URL, your request will be proxied via corsproxy.io
+ +Profile Property | +marginality | +Maps to TeSS | +Notes/Vocab | +๐ Observed Value | +
---|---|---|---|---|
name | +minimum | +Title | +String | ++ |
description | +minimum | +Description | +String: markdown-compatible | ++ |
url | +recommended | +URL | ++ | + |
keywords | +minimum | +Keywords | +String: a comma separated list of keywords | ++ |
dateCreated | +optional | +Date | ++ | + |
license | +recommended | +License | +Expects a SPDX identifier | ++ |
learningResourceType | +recommended | +Resource Type | +E.g. hands-on tutorials, etc | ++ |
about | +recommended | +Scientific Topics | +Expects a DefinedTerm with a name property. EDAM | ++ |
audience | +recommended | +Target Audience | +Picks the audienceType property from the Audience | ++ |
author | +recommended | +Authors | +Picks the name property from the Person | ++ |
contributor | +optional | +Contributors | +Picks the name property from the Person | ++ |
identifier | +recommended | +DOI | +Only recognizes DOI identifiers | ++ |
educationalLevel | +recommended | +Difficulty Level | +Beginner Intermediate Advanced |
+ + |
abstract | +recommended | ++ | + | + |
competencyRequired | +recommended | +Prerequisites | +Available in 1.4 | ++ |
inLanguage | +recommended | ++ | + | + |
mentions | +recommended | ++ | Seems to relate to External Resources | ++ |
teaches | +recommended | +Learning Objectives | +Available in 1.4 | ++ |
timeRequired | +recommended | ++ | + | + |
accessibilitySummary | +optional | ++ | + | + |
dateModified | +optional | +Date modified | +Available in 1.4 | ++ |
datePublished | +optional | +Date published | +Available in 1.4 | ++ |
creativeWorkStatus | +optional | +Status | +Available in 1.4 | ++ |
version | +optional | +Version | +Available in 1.4 | ++ |
workTranslation | +optional | ++ | + | + |
recordedAt | +optional | ++ | โLinkโ to Event via name, url pair of CourseInstance | ++ |
hasPart | +optional | ++ | + | + |
isPartOf | +optional | ++ | + | + |