Difference between revisions of "Main Page"

From BITPlan cr Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== {{#realname:visitor}}, Welcome to {{SERVERNAME}} - {{NUMBEROFARTICLES}} Pages ==
 
== {{#realname:visitor}}, Welcome to {{SERVERNAME}} - {{NUMBEROFARTICLES}} Pages ==
 
= Overview =
 
= Overview =
<graphviz>
+
<graphviz format="svg">
 
/**
 
/**
 
  * Wolfgang Fahl 2022-05-11
 
  * Wolfgang Fahl 2022-05-11
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 32: Line 40:
 
   ]
 
   ]
 
   scholar -> institution [
 
   scholar -> institution [
       label="affiliated with"
+
       label="affiliation"
 +
      href="https://www.wikidata.org/wiki/Property:P1416"
 
   ]     
 
   ]     
 
   paper -> paper [
 
   paper -> paper [
Line 46: 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 51: 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 59: 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 65: 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