Difference between revisions of "Main Page"

From BITPlan cr Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
 
  */
 
  */
 
digraph links {
 
digraph links {
   rankdir = TB;
+
   rankdir = RL;
 +
  graph [fontname = "helvetica"];
 +
  node [fontname = "helvetica"];
 +
  edge [fontname = "helvetica"];
 
   scholar [
 
   scholar [
 
       shape="box"
 
       shape="box"
Line 25: Line 28:
 
       fontcolor="blue"
 
       fontcolor="blue"
 
       shape="box"
 
       shape="box"
 +
      style="bold" 
 
       href="https://www.wikidata.org/wiki/Q1143604"
 
       href="https://www.wikidata.org/wiki/Q1143604"
 +
  ]
 +
  proceedings -> scholar [
 +
      label="editor"
 +
      href="https://www.wikidata.org/wiki/Property:P98"
 
   ]
 
   ]
 
   paper -> scholar [
 
   paper -> scholar [
Line 47: Line 55:
 
       fontcolor="blue"
 
       fontcolor="blue"
 
       shape="box"
 
       shape="box"
 +
      style="bold" 
 
       href="https://www.wikidata.org/wiki/Q47258130"  
 
       href="https://www.wikidata.org/wiki/Q47258130"  
 
   ]
 
   ]
Line 52: Line 61:
 
       color="blue"
 
       color="blue"
 
       fontcolor="blue"
 
       fontcolor="blue"
 +
      style="bold" 
 
       shape="box"
 
       shape="box"
 
       href="https://www.wikidata.org/wiki/Q2020153"
 
       href="https://www.wikidata.org/wiki/Q2020153"
Line 60: Line 70:
 
       fontcolor="blue"
 
       fontcolor="blue"
 
       label="part of the series"   
 
       label="part of the series"   
 +
      style="bold" 
 
       href="https://www.wikidata.org/wiki/Property:P179"
 
       href="https://www.wikidata.org/wiki/Property:P179"
 
   ]
 
   ]
Line 66: Line 77:
 
       fontcolor="blue"
 
       fontcolor="blue"
 
       label="is proceedings of"  
 
       label="is proceedings of"  
 +
      style="bold" 
 
       href="https://www.wikidata.org/wiki/Property:P4745"
 
       href="https://www.wikidata.org/wiki/Property:P4745"
 
   ]
 
   ]
   { rank = same; event; eventseries; }
+
  { rank = same;paper; scholar; }
+
  { rank = same;proceedings; institution; }
 +
   { rank = same;event; eventseries; }
 
}
 
}
 
</graphviz>
 
</graphviz>

Latest revision as of 09:53, 21 March 2023