Skip to content

Instantly share code, notes, and snippets.

@fils
Last active December 18, 2017 22:05
Show Gist options
  • Save fils/749f5e013c1ac9cc947e6f6cd86cb32e to your computer and use it in GitHub Desktop.
Save fils/749f5e013c1ac9cc947e6f6cd86cb32e to your computer and use it in GitHub Desktop.
DOT graph of FAIR Data players... (very incomplete.....)
graph {
rankdir = LR;
overlap = false; // scale || false
splines = true; // true || false
concentrate=false
forcelabels=true;
// Entries
node [shape=circle,style=filled,color=lightblue]; "Uncatagorized";
node [shape=oval,style=filled,color=lightblue];
ANDS [label="ANDS", href="https://www.ands.org.au/"];
GoFair [label="Go-FAIR", href="https://www.dtls.nl/fair-data/go-fair/"];
FairMetrics [label="FAIR Metrics", href="http://fairmetrics.org/"];
FORCE11 [label="FORCE 11", href="https://www.force11.org"];
ResearchObjective [label="ResearchObjective", href="http://www.researchobjects.org"];
WF4ever [label="WF4ever", href="http://wf4ever.org"];
FAIRDom [label="FAIRDom", href="http://www.fair-dom.org"];
See4 [label="See 4 Science", href="http://see4science.org"];
RightField [label="RightField", href="http://rightfield.org.uk "];
CommonOWL [label="CommonOWL", href="http://www.commonwl.org"];
BioExcel [label="BioExcel", href="http://bioexcel.eu"];
BioSchema [label="BioSchema", href="http://bioschemas.org"];
P418 [label="EarthCube P418", href="http://geodex.org/"];
node [shape=circle,style=filled,color=darkseagreen3]; "Community"
node [shape=oval,style=filled,color=darkseagreen3];
ESIP [label="ESIP", href="http://esipfed.org"];
RDA [label="RDA", href="http://rda.org"];
MozillaScience [label="Mozilla Science", href=" HOLDER"];
AGUESSI [label="AGU ESSI", href="https://essi.agu.org/"];
OKFN [label="OKFN", href="https://okfn.org/"];
COPDESS [label="COPDESS", href=" http://www.copdess.org/"];
FAIRData [label="Enabling FAIR Data", href="http://www.copdess.org/home/enabling-fair-data-project/"];
DataOne [label="DataOne", href="https://www.dataone.org/"];
EarthCube [label="EarthCube", href="https://earthcube.org/"];
OpenAIRE [label="OpenAIRE", href="https://www.openaire.eu/"];
node [shape=circle,style=filled,color=burlywood1]; "Services"
node [shape=oval,style=filled,color=burlywood1];
schemaorg [label="Schema.org", href="http://schema.org/"];
JATS [label="JATS", href="https://jats.nlm.nih.gov/"];
Hypothesis [label="Hypothesis", href="https://web.hypothes.is/blog/the-go-fair-initiative/"];
Crossref [label="Crossref", href="https://www.crossref.org/"];
node [shape=circle,style=filled,color=goldenrod]; "IdentityServices"
node [shape=oval,style=filled,color=goldenrod];
DataCite [label="Data Cite", href="http://datacite.org"];
ORCID [label="ORCID", href="https://orcid.org/"];
IGSN [label="IGSN", href="http://www.igsn.org/"];
RE3 [lable="RE3 Data", href="http://re3data.org"];
node [shape=circle,style=filled,color=darkslategray2]; "Organizations"
node [shape=oval,style=filled,color=darkslategray2];
i4oc [label="i4oc", href="https://i4oc.org/"];
Scholix [label="Scholix", href="http://www.scholix.org/"];
FairShare [label="FairShare", href="HOLDER"];
DataTogether [label="DataTogether", href="https://datatogether.org/"];
CHORUS [label="CHORUS", href="https://www.chorusaccess.org/"];
MakeDataCount [label="Make Data Count", href="http://mdc.lagotto.io/"];
DataConservancy [label="Data Conservancy", href="http://dataconservancy.org/"];
LinkedSearch [label="Linked Search", href="HOLDER"];
CodeMeta [label="CodeMeta", href="https://codemeta.github.io/"];
node [shape=circle,style=filled,color=darksalmon]; "DataSearch"
node [shape=oval,style=filled,color=darksalmon];
ElsevierDS [label="Elsevier Data Search", href="https://datasearch.elsevier.com/"];
OSFShare [label="OSF Share", href="https://share.osf.io/"];
DLIS [label="Scolix DLIS", href="http://scholexplorer.openaire.eu/index.html#/"];
ResearchGraph [label="Research Graph", href="http://researchgraph.org/"];
// connection functions to groups
// Uncatagorized:
"Uncatagorized" -- {"P418","ANDS", "GoFair";"FairMetrics";"FORCE11";"ResearchObjective";"WF4ever";"FAIRDom";"See4";"RightField";"BioSchema";"CommonOWL";"BioExcel";}
// Community: Groups that are mostly community oriented
"Community" -- {"ESIP", "RDA", "MozillaScience", "AGUESSI", "OKFN", "COPDESS", "FAIRData", "DataOne", "EarthCube", "OpenAIRE"};
// Services: Groups that provide services to others..
"Services" -- {"schemaorg", "JATS", "Hypothesis", "DataCite", "Crossref"};
// IdentityServices: Provide PIDs
"IdentityServices" -- {"ORCID", "DataCite", "IGSN"};
// Organizations: Generic catagory for groups working on projects or to create a deliverable product
"Organizations" -- {"Scholix", "i4oc","FairShare", "DataTogether", "CHORUS", "MakeDataCount", "DataConservancy", "LinkedSearch", "CodeMeta"};
// DataSearch: provide some search capacity
"DataSearch" -- {"ElsevierDS", "OSFShare", "DataOne", "DLIS", "ResearchGraph"};
// subgraph of functional groups (for no real reason)
subgraph cluster_0 {
label="Functions";
"Uncatagorized"; "DataSearch"; "Organizations"; "Community"; "IdentityServices"; "Services";
}
// connect groups to each other
"DataCite" -- {"RE3"};
"EarthCube" -- {"P418"}
"DataCite" -- "Scholix" -- "DLIS"
"Crossref" -- "Scholix" -- "DLIS"
"OpenAIRE" -- "Scholix" -- "DLIS"
"ANDS" -- "ResearchGraph"
}
@fils
Copy link
Author

fils commented Dec 18, 2017

Feel free to load the above into https://dreampuf.github.io/GraphvizOnline/ to see what it looks like.

@fils
Copy link
Author

fils commented Dec 18, 2017

View at http://svgur.com/s/4Yt

and http://svgshare.com/i/4Yt.svg for a version with clickable links to the entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment