Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 2.78 KB

index.md

File metadata and controls

78 lines (58 loc) · 2.78 KB
layout
default

Welcome to the global portal for documentation, news, and other information about the Systems Biology Graphical Notation (SBGN) project, an effort to standardise the graphical notation used in maps of biological processes.

Upcoming events

COMBINE 2019 will take place 15-19 July 2019 in Heidelberg, Germany, hosted by the Heidelberg Institute for Theoretical Studies.

Published map highlight


Symbol highlight

<script language="JavaScript" type="text/javascript" src="assets/js/lightbox-plus-jquery.min.js"></script> <script> $(document).ready(function() { $.getJSON("random_content.json", function(data) { console.log("JSON loaded."); var symbol = data.symbols[Math.floor(Math.random() * data.symbols.length)]; var pathway = data.pathways[Math.floor(Math.random() * data.pathways.length)]; symbol_href = "/sbgn.github.io/symbols#" + symbol.href; pathway_href = "/sbgn.github.io/published\_maps#" + pathway.href; // From: http://stackoverflow.com/questions/10300765/jquery-html-callback-function $("#random_symbol_href").html('' + symbol.title + '').promise().done(function(){ console.log("Symbol href loaded."); }); $("#random_symbol_img").html('

' + symbol.href + '

').promise().done(function(){ console.log("Symbol img loaded."); }); $("#random_symbol").load(symbol_href, function() { console.log("Symbol loaded."); }); $("#random_pathway_href").html('' + pathway.title + '').promise().done(function(){ console.log("Symbol href loaded."); }); $("#random_pathway_img").html('

'+ pathway.href +'

').promise().done(function(){ console.log("Pathway href loaded."); }); $("#random_pathway").load(pathway_href, function() { console.log("Pathway loaded."); }); }); }); </script>

SBGN is the work of many people. It would not have been possible without the generous support of multiple organizations over the years, for which we are very thankful.