Skip to content

Commit

Permalink
Update content #77
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Jun 2, 2023
1 parent c76b2d4 commit 011c6f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 61 deletions.
6 changes: 0 additions & 6 deletions _data/repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,3 @@
url: "http://github.com/smashub/choco"
link: "http://github.com/smashub/choco/blob/main/"
raw_link: "https://raw.githubusercontent.com/smashub/choco/main/"
- repo: ""
type: ""
version: ""
url: "http://github.com/"
link: "http://github.com//blob//"
raw_link: "https://raw.githubusercontent.com///"
6 changes: 4 additions & 2 deletions content/_polifonia-project/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
component-id: melody
component-id: melody-software
type: WebApplication
name: MELODY
description: MELODY is a dashboarding system for designing and publishing data stories based on Linked Open Data.
work-package:
Expand All @@ -12,13 +13,14 @@ release-number: v0.1.1
release-link: https://github.com/polifonia-project/dashboard/releases/latest
doi: 10.5281/zenodo.6637345
changelog: https://github.com/polifonia-project/dashboard/releases/latest
licence:
license:
- IscLicense
contributors:
- Marilena Daquino <https://github.com/marilenadaquino>
- Giulia Renda <https://github.com/mondoboia>
---


# Polifonia Dashboard

[![DOI](https://zenodo.org/badge/431529042.svg)](https://zenodo.org/badge/latestdoi/431529042)
Expand Down
25 changes: 0 additions & 25 deletions content/_polifonia-project/registry_app/dataset.md

This file was deleted.

22 changes: 0 additions & 22 deletions content/_polifonia-project/registry_app/interface.md

This file was deleted.

13 changes: 7 additions & 6 deletions generate-repo-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

rm _data/repositories.yml
while IFS= read -r line; do
[ "$line" ] || continue
#
IN="$line"
arrIN=(${IN//:/ })
repo=${arrIN[0]}
treetype=${arrIN[1]}
version=${arrIN[2]}
echo "Text read from file: $line"
echo "repo: $repo"
echo "type: $treetype"
echo "version: $version"
echo "http://github.com/"$repo"/tree/"$version
echo "https://raw.githubusercontent.com/"$repo"/"$version"/"
echo "Generate repo data: $line"
#echo "repo: $repo"
#echo "type: $treetype"
#echo "version: $version"
#echo "http://github.com/"$repo"/tree/"$version
#echo "https://raw.githubusercontent.com/"$repo"/"$version"/"
echo "- repo: \"$repo\"" >> _data/repositories.yml
echo " type: \"$treetype\"" >> _data/repositories.yml
echo " version: \"$version\"" >> _data/repositories.yml
Expand Down

0 comments on commit 011c6f1

Please sign in to comment.