From 8ac2aac0de06c72cf867d8bb0c554a003badfccd Mon Sep 17 00:00:00 2001 From: gbayarri Date: Wed, 13 Mar 2024 17:22:27 +0100 Subject: [PATCH] references --- .github/workflows/linting_and_testing.yml | 2 +- references.html | 26 --------------------- references.jsonld | 28 +++++++++++++++++++++++ 3 files changed, 29 insertions(+), 27 deletions(-) delete mode 100644 references.html create mode 100644 references.jsonld diff --git a/.github/workflows/linting_and_testing.yml b/.github/workflows/linting_and_testing.yml index 217af63..f441855 100644 --- a/.github/workflows/linting_and_testing.yml +++ b/.github/workflows/linting_and_testing.yml @@ -10,7 +10,7 @@ on: - 'LICENSE' - 'setup.py' - 'README.md' - - 'references.html' + - 'references.jsonld' - '**/docs/**' - '**/json_schemas/**' diff --git a/references.html b/references.html deleted file mode 100644 index 28bb27f..0000000 --- a/references.html +++ /dev/null @@ -1,26 +0,0 @@ - - \ No newline at end of file diff --git a/references.jsonld b/references.jsonld new file mode 100644 index 0000000..bc1a0e8 --- /dev/null +++ b/references.jsonld @@ -0,0 +1,28 @@ +{ + "@context": "http://schema.org", + "@id": "https://github.com/bioexcel/biobb_vs", + "@type": "ItemList", + "name": "biobb_vs", + "itemListElement":[ + { + "@type": "SoftwareApplication", + "description": "AutoDock Vina is an open-source program for doing molecular docking.", + "name": "AutoDock Vina", + "url": "https://vina.scripps.edu/", + "applicationCategory": "Computational Biology tool", + "citation": "https://pubs.acs.org/doi/10.1021/acs.jcim.1c00203", + "license": "https://www.apache.org/licenses/LICENSE-2.0", + "softwareVersion": "1.2.3" + }, + { + "@type": "SoftwareApplication", + "description": "fpocket is a very fast open source protein pocket (cavity) detection algorithm based on Voronoi tessellation.", + "name": "fpocket", + "url": "https://fpocket.sourceforge.net/", + "applicationCategory": "Computational Biology tool", + "citation": "https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-10-168", + "license": "https://opensource.org/license/mit", + "softwareVersion": "3.1.4.2" + } + ] +} \ No newline at end of file