Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed May 26, 2023
1 parent 2abfbc8 commit 6fd7e09
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 168 deletions.
2 changes: 1 addition & 1 deletion _includes/reeco-components-table.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% for component in include.components%}
- [{% if component.name %}{{ component.name }}{%else%}{{ component.component-id}} {%endif%}]({{ component.url | relative_url }}) {% endfor %}
- [{% if component.name %}{{ component.name }}{%else%}{{ component.component-id}} {%endif%}]({{ component.url | relative_url }}) <!-- {{component.description }} {{component.licence|join ', '}} {{component.doi}} --> {% endfor %}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ work-package:
pilot: MEETUPS
project: polifonia-project
resource: https://polifonia.kmi.open.ac.uk/MEETUPS/
release-date: 24/05/2023
release-number: v0.3.0
release-date: 25/05/2023
release-number: v0.3.6
release-link: https://github.com/polifonia-project/meetups-application/releases
doi:
changelog: https://github.com/polifonia-project/meetups-application/releases
Expand Down
7 changes: 4 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,14 @@ anychart.onDocumentReady(function() {
chart.draw();
});
</script>
{% endcomment %}

{% assign types_activity = "Container,Project,WorkingGroup,WorkPackage,Task,UseCase,Pilot" | split: "," %}
{% assign ncomponents = site.documents | where_exp: 'item',"types_activity contains item.type" | size %}
{% assign npages = site.pages | where_exp: 'item',"types_activity contains item.type" | size %}
{% assign nactivities = npages | plus: ncomponents %}
The ecosystem includes {{nactivities}} <a href="activities.html">activities</a>, {% assign types_data = "Data,Dataset,Schema,Repository,Registry,Ontology,Corpus,Lexicon,KnowledgeGraph" | split: "," %}{% assign ncomponents = site.documents | where_exp: 'item',"types_data contains item.type" | size %} {{ncomponents}} <a href="data.html">data</a> objects, {% assign software_data = "Software,Workflow,API,UserInterface,SofwareLibrary,DockerImageContainer,Notebook,Script" | split: "," %} {% assign ncomponents = site.documents | where_exp: 'item',"software_data contains item.type" | size %} {{ncomponents}} <a href="software.html">software</a>, {% assign apps_data = "Application,Website,WebApplication,WebService,SPARQLEndpoint,MobileApp,CLITool" | split: "," %}{% assign ncomponents = site.documents | where_exp: 'item',"apps_data contains item.type" | size %} {{ncomponents}} <a href="application.html">application</a>, {% assign report_data = "Report,RequirementsCollection,Story,Persona,Mockup,Surbey,InPresenceGroup,Documentation,Tutorial,EvaluationReport" | split: "," %}{% assign ncomponents = site.documents | where_exp: 'item',"report_data contains item.type" | size %} and {{ncomponents}} <a href="report.html">reference material</a>.
{% endcomment %}


The ecosystem includes {% assign types_data = "Data,Dataset,Schema,Repository,Registry,Ontology,Corpus,Lexicon,KnowledgeGraph" | split: "," %}{% assign ncomponents = site.documents | where_exp: 'item',"types_data contains item.type" | size %} {{ncomponents}} <a href="data.html">data</a>, {% assign software_data = "Software,Workflow,API,UserInterface,SofwareLibrary,DockerImageContainer,Notebook,Script" | split: "," %} {% assign ncomponents = site.documents | where_exp: 'item',"software_data contains item.type" | size %} {{ncomponents}} <a href="software.html">software</a>, {% assign apps_data = "Application,Website,WebApplication,WebService,SPARQLEndpoint,MobileApp,CLITool" | split: "," %}{% assign ncomponents = site.documents | where_exp: 'item',"apps_data contains item.type" | size %} {{ncomponents}} <a href="application.html">application</a>, {% assign report_data = "Report,RequirementsCollection,Story,Persona,Mockup,Surbey,InPresenceGroup,Documentation,Tutorial,EvaluationReport" | split: "," %}{% assign ncomponents = site.documents | where_exp: 'item',"report_data contains item.type" | size %} and {{ncomponents}} <a href="report.html">reference documentation</a>.

Polifonia content is managed on [GitHub](http://github.com/{{ site.github }}).

Expand Down
123 changes: 0 additions & 123 deletions other-index.md

This file was deleted.

32 changes: 0 additions & 32 deletions pages/activities.md

This file was deleted.

4 changes: 2 additions & 2 deletions pages/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ id: report
name: Components of type Report
description: List of components of type report
layout: default
title: Report
title: Documentation
nav_order: 15
permalink: /report.html
---

# Report
# Documentation

<div id="chart_container_report"></div>
<script>
Expand Down
10 changes: 5 additions & 5 deletions pages/work-packages/wp1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
title: "#1 Pilots and Web portal"
long-title: "#1 Socio-technical roadmap, pilots, and Web portal"
work-package: "WP1"
parent: "Work packages"
layout: wp
container-id: WP1
type: WorkPackage
name: "Work Package #1: Pilots and Web portal"
Expand All @@ -21,11 +26,6 @@ funder:
grant-agreement: "https://cordis.europa.eu/project/id/101004746"
credits: "This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement N. 101004746."
has-part: []
title: "#1 Pilots and Web portal"
long-title: "#1 Socio-technical roadmap, pilots, and Web portal"
work-package: "WP1"
parent: "Work packages"
layout: wp
---

WP1 coordinates Pilots development and delivers a registry of all resources and materials retrieved, used and produced in the project, in the form of a unified Web portal. Its goal is twofold: 1) to demonstrate that the methods and tools developed in the “technology provider” work packages (WP2-5) are effective in facilitating management of large musical heritage collections and supporting enhanced understanding, preservation of, and interaction with, musical heritage, 2) to contribute to push the state of the art in relevant, though specific, musical heritage use cases.

0 comments on commit 6fd7e09

Please sign in to comment.