Skip to content

Commit

Permalink
added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 19, 2018
1 parent da11c0b commit 07258bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Labirinto

Labirinto is a *virtual laboratory portal*, it makes a collection of software browseable and searchable for the
end-user. Labirinto presents the software's metadata in an intuitive way and allows the user to filter and perform a limited search.
The portal gives access to software if it offers web-based interfaces.
end-user. Labirinto presents the software's metadata following the [CodeMeta](https://codemeta.github.io) specification
in an intuitive way and allows the user to filter and perform a limited search. The portal gives access to software if
it offers web-based interfaces.

This system is specifically geared towards research software, and for instance allows linking to relevant scientific publications for each tool.

Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "labirinto",
"version": "0.1.0",
"description": "A virtual laboratory portal ",
"version": "0.1.2",
"description": "Labirinto is a virtual laboratory portal, it makes a collection of software browseable and searchable for the end-user. Labirinto presents the software's metadata following the CodeMeta (https://codemeta.github.io) specification in an intuitive way and allows the user to filter and perform a limited search. The portal gives access to software if it offers web-based interfaces.",
"author": "Maarten van Gompel <proycon@anaproy.nl>",
"private": true,
"homepage": "https://github.com/proycon/labirinto",
"repository": {
"type": "git",
"url": "https://github.com/proycon/labirinto"
},
"bugs": {
"url": "https://github.com/proycon/labirinto/issues"
},
"license": "AGPL-3.0-or-later",
"keywords": ["portal","codemeta","metadata"],
"private": false,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<router-view/>
<div id="footer">
<strong>{{env.TITLE}}</strong> - powered by <a href="https://github.com/proycon/labirinto">Labirinto</a> v0.1.1 - <a :href="env.REGISTRY_URL">View raw metadata registry</a>
<strong>{{env.TITLE}}</strong> - powered by <a href="https://github.com/proycon/labirinto">Labirinto</a> v0.1.2 - <a :href="env.REGISTRY_URL">View raw metadata registry</a>
</div>
</div>
</template>
Expand Down

0 comments on commit 07258bb

Please sign in to comment.