From bcb9673da0e1344b303f3f63a5a36d4dc63a5abb Mon Sep 17 00:00:00 2001 From: Enrico Daga Date: Fri, 16 Feb 2024 16:28:35 +0000 Subject: [PATCH] update pages --- pages/data.md | 19 +++++++++++-------- pages/report.md | 18 +++++++++++------- pages/software.md | 21 +++++++++++---------- 3 files changed, 33 insertions(+), 25 deletions(-) diff --git a/pages/data.md b/pages/data.md index ef2147d4..57ed406e 100644 --- a/pages/data.md +++ b/pages/data.md @@ -14,18 +14,22 @@ This section collects project outputs that are released as *data*. The ecosystem considers data any digital object that specifies, describes, or represents facts about the project's domain of interest. These include various types of digital objects such as [datasets](#dataset), [corpora](#corpus), [ontologies](#ontology), or [repositories](#repository). + +{% assign types_data = "Data,Dataset,Schema,Repository,Registry,Ontology,Corpus,Lexicon,KnowledgeGraph" | split: "," %} +
-{% assign types_data = "Data,Dataset,Schema,Repository,Registry,Ontology,Corpus,Lexicon,KnowledgeGraph" | split: "," %} {% for type in types_data %} {% if type != "" %} {% assign components = site.documents | where: 'type',type %} diff --git a/pages/report.md b/pages/report.md index 6ea4e1d0..edda1526 100644 --- a/pages/report.md +++ b/pages/report.md @@ -15,16 +15,21 @@ The ecosystem considers reports any digital object that specifies, describes, or Reports differ from *data* as they are mainly directed to human consumption, rather than computational treatment. Reports include various types of digital objects such as [documentation](#documentation), [tutorial](#tutorial), [requirements collections](#requirementscollection), [stories](#story) or [persona](#persona) specifications. +{% assign types_report = "Report,RequirementsCollection,Story,Persona,Mockup,Surbey,InPresenceGroup,Documentation,Tutorial,EvaluationReport" | split: "," |sort %} +
-{% assign report_data = "Report,RequirementsCollection,Story,Persona,Mockup,Surbey,InPresenceGroup,Documentation,Tutorial,EvaluationReport" | split: "," %} -{% for type in report_data %} +{% for type in types_report %} {% if type != "" %} {% assign components = site.documents | where: 'type',type %} {% assign numberOf = components | size %} diff --git a/pages/software.md b/pages/software.md index ec96e58a..2683f34e 100644 --- a/pages/software.md +++ b/pages/software.md @@ -20,19 +20,21 @@ The ecosystem considers applications executable systems and tools produced by th We distinguish applications from software, where software can be copied, moved, and executed in multiple different applications (each in relation to some usage senarios). Applications include various types of artifacts such as Web Applications, Web sites, and Command Line Interface (CLI) tools. +{% assign types_software = "Software,Workflow,API,UserInterface,SoftwareLibrary,DockerImageContainer,Notebook,Script,Application,Website,WebApplication,WebService,SPARQLEndpoint,MobileApp,CLITool" | split: "," | sort %} +
-{% assign software_data = "Software,Workflow,API,UserInterface,SoftwareLibrary,DockerImageContainer,Notebook,Script,Application,Website,WebApplication,WebService,SPARQLEndpoint,MobileApp,CLITool" | split: "," | sort %} -{% for type in software_data %} +{% for type in types_software %} {% if type != "" %} {% assign numberOf = site.documents | where_exp: 'item', "item.type == type" | size %} {% if numberOf > 0 %}