diff --git a/README.md b/README.md index 68d2331..51ec136 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -xiNET interaction viewer -======================== +ComplexViewer +============== -v1.0 of the interaction viewer is deployed in EBI's Complex Portal, e.g. http://www.ebi.ac.uk/intact/complex/details/EBI-706830 +[Colin W Combe, Marine (Dumousseau) Sivade, Henning Hermjakob, Joshua Heimbach, Birgit H M Meldal, Gos Micklem, Sandra Orchard, Juri Rappsilber; ComplexViewer: visualization of curated macromolecular complexes, _Bioinformatics_, Volume 33, Issue 22, 15 November 2017, Pages 3673–3675, https://doi.org/10.1093/bioinformatics/btx497](https://doi.org/10.1093/bioinformatics/btx497) + +v1 of the interaction viewer is deployed in EBI's Complex Portal, e.g. http://www.ebi.ac.uk/intact/complex/details/EBI-706830 We are working towards a general purpose web component for visualising interactions between biomolecules. The aim is to represent the data present in the PSI-MI standards. -Join us! - -##Input data +## Input data The 'MI-JSON' data format consumed by the interaction-viewer is generated by the JAMI framework. See: https://github.com/MICommunity/psimi @@ -17,8 +17,9 @@ JAMI is capable of converting between various MI data formats, it can convert th JAMI was originally developed by Marine Dumousseau, who also largely determined the structure of the MI-JSON format the viewer reads. -##Build Process +## Build Process +(0. install nodejs, npm) 1. Clone the repository. 2. $ cd /interaction-viewer 3. $ npm install diff --git a/demo/css/demo.css b/demo/css/demo.css index affecba..7d4c283 100644 --- a/demo/css/demo.css +++ b/demo/css/demo.css @@ -15,6 +15,11 @@ width:100%; } +.page-header h1{ + color: white; + text-decoration: underline; +} + h1 { font-size:1.6em; display:inline; diff --git a/index.html b/index.html index df2e813..ef2599e 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,7 @@
Colin Combe, Marine (Dumousseau) Sivade, Henning Hermjakob, Joshua Heimbach, Birgit Meldal, Gos Micklem, Sandra Orchard, Juri Rappsilber
+