-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edited the landing page, readme; removed redirects.
- Loading branch information
1 parent
14a12bc
commit a66d0ee
Showing
10 changed files
with
50 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,5 @@ | ||
# BioPAX.org | ||
(http://biopax.github.io) | ||
# BioPAX GitHub organization website | ||
|
||
Biological Pathways Exchange (BioPAX) is a standard language that aims to enable integration, exchange, visualization and analysis of biological pathway data. Specifically, BioPAX supports data exchange between pathway data groups and thus reduces the complexity of interchange between data formats by providing an accepted standard format for pathway data. It is an open and collaborative effort by the community of researchers, software developers, and institutions. BioPAX is defined in [OWL DL](http://www.w3.org/TR/owl-features/) and is represented in the RDF/XML format. [BioPAX Paper](http://www.nature.com/nbt/journal/v28/n9/full/nbt.1666.html) was published in Nature Biotechnology in 2010. | ||
See the result page at https://biopax.github.io but better go to www.biopax.org | ||
|
||
## "Hello World" example: | ||
``` | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rdf:RDF | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | ||
xmlns:owl="http://www.w3.org/2002/07/owl#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:bp="http://www.biopax.org/release/biopax-level3.owl#" xml:base=""> | ||
<owl:Ontology rdf:about=""> | ||
<owl:imports rdf:resource="http://www.biopax.org/release/biopax-level3.owl#" /> | ||
</owl:Ontology> | ||
<bp:Protein rdf:about="http://my.example.com/biopax#HelloWorld"> | ||
<bp:displayName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Hello World!</bp:displayName> | ||
</bp:Protein> | ||
</rdf:RDF> | ||
``` | ||
|
||
## Links: | ||
* BioPAX ontology and documentation [releases](http://www.biopax.org/release/) | ||
* BioPAX ontology [visualization](http://vowl.visualdataweb.org/webvowl/#iri=http://www.biopax.org/release/biopax-level3.owl) using WebVOWL (cool!) | ||
* BioPAX secification [sub-project](https://github.com/BioPAX/specification) | ||
* BioPAX model [examples](https://github.com/BioPAX/specification/blob/master/Level3/examples/) | ||
* BioPAX [archive and downloads](http://www.biopax.org/downloads/biopax/) | ||
|
||
## PS: | ||
|
||
Official BioPAX web site www.biopax.org has been at CBIO MSKCC until 2013; | ||
then it was moved to Sourceforge (Project-Web hosting, FRS, biopax.sf.net). | ||
Now, we are migrating from Sourceforge. | ||
|
||
|
||
Sincerely yours, | ||
|
||
BioPAX team. | ||
The [BioPAX Paper](http://www.nature.com/nbt/journal/v28/n9/full/nbt.1666.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
gems: | ||
- jekyll-redirect-from | ||
|
||
#gems: | ||
# - jekyll-redirect-from |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.