summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--markdown_blocks/integration_summary.md2
-rw-r--r--markdown_blocks/integration_text.md33
2 files changed, 34 insertions, 1 deletions
diff --git a/markdown_blocks/integration_summary.md b/markdown_blocks/integration_summary.md
index 871516a..e6e3a13 100644
--- a/markdown_blocks/integration_summary.md
+++ b/markdown_blocks/integration_summary.md
@@ -1,6 +1,6 @@
During the eNanoMapper project in silico toxicologies (IST) public services
were adapted to the specification of the eNanoMapper API and new nanoparticle
-specific developments were implemented. This poster depict the
+specific developments were implemented. This poster depicts the
interaction of IST services with eNanoMapper resources of other partners which
covers use cases like data download/mirroring, augmentation of GUIs with
ontology queries and nanoparticle descriptor calculation.
diff --git a/markdown_blocks/integration_text.md b/markdown_blocks/integration_text.md
index e69de29..78714ad 100644
--- a/markdown_blocks/integration_text.md
+++ b/markdown_blocks/integration_text.md
@@ -0,0 +1,33 @@
+## `lazar`
+
+ - Mirrors eNanoMapper data for read-across models
+ - Creates read-across predictions for the `nano-lazar` webinterface
+ - Responds to requests from the `lazar-rest` interface (e.g. nanoparticle predictions, model creation and validation, descriptor calculation)
+
+## RDF store
+
+ - Mirrors eNanoMapper data and ontologies
+ - Responds to SPARQL queries from the ontology viewer and the SPARQL interface
+
+## `nano-lazar` GUI
+
+ - Obtains nanoparticle toxicity predictions from the `lazar` library
+ - Uses ontologies (eNanoMapper, BioPortal, UniProt) to explain domain specific terms in the user interface
+ - Uses ontologies and eNanoMapper data as supporting information for read-across predictions
+
+## eNM ontology viewer
+
+ - Sends SPARQL queries to the RDF store
+ - Visualises RDF response from the RDF store
+
+## nano-lazar REST interface
+
+ - Interacts with the `lazar` library (e.g. for toxicity predictions, model creation and validation, descriptor calculation)
+ - Will be maintained and developed in the FP7 OpenRiskNet project
+
+## eNM SPARQL interface
+
+ - Sends SPARQL queries to the RDF store
+ - Receives SPARQL query results in different formats
+
+