NodePlacementAnimation.rdf 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <rdf:RDF
  2. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3. xmlns:z="http://www.zotero.org/namespaces/export#"
  4. xmlns:dcterms="http://purl.org/dc/terms/"
  5. xmlns:dc="http://purl.org/dc/elements/1.1/"
  6. xmlns:bib="http://purl.org/net/biblio#"
  7. xmlns:foaf="http://xmlns.com/foaf/0.1/"
  8. xmlns:link="http://purl.org/rss/1.0/modules/link/">
  9. <bib:BookSection rdf:about="urn:isbn:978-3-540-43309-5%20978-3-540-45848-7">
  10. <z:itemType>bookSection</z:itemType>
  11. <dcterms:isPartOf>
  12. <bib:Book>
  13. <dcterms:isPartOf>
  14. <bib:Series>
  15. <dc:title>Lecture Notes in Computer Science</dc:title>
  16. </bib:Series>
  17. </dcterms:isPartOf>
  18. <dc:identifier>ISBN 978-3-540-43309-5 978-3-540-45848-7</dc:identifier>
  19. <dc:title>Graph Drawing</dc:title>
  20. </bib:Book>
  21. </dcterms:isPartOf>
  22. <dc:publisher>
  23. <foaf:Organization>
  24. <foaf:name>Springer, Berlin, Heidelberg</foaf:name>
  25. </foaf:Organization>
  26. </dc:publisher>
  27. <bib:authors>
  28. <rdf:Seq>
  29. <rdf:li>
  30. <foaf:Person>
  31. <foaf:surname>Brandes</foaf:surname>
  32. <foaf:givenname>Ulrik</foaf:givenname>
  33. </foaf:Person>
  34. </rdf:li>
  35. <rdf:li>
  36. <foaf:Person>
  37. <foaf:surname>Köpf</foaf:surname>
  38. <foaf:givenname>Boris</foaf:givenname>
  39. </foaf:Person>
  40. </rdf:li>
  41. </rdf:Seq>
  42. </bib:authors>
  43. <link:link rdf:resource="#item_1052"/>
  44. <link:link rdf:resource="#item_1053"/>
  45. <bib:pages>31-44</bib:pages>
  46. <dc:date>2001/9/23</dc:date>
  47. <dc:description>DOI: 10.1007/3-540-45848-4_3</dc:description>
  48. <dcterms:dateSubmitted>2018-06-09 01:12:32</dcterms:dateSubmitted>
  49. <z:language>english</z:language>
  50. <dcterms:abstract>We present a simple, linear-time algorithm to determine horizontal coordinates in layered layouts subject to a given ordering within each layer. The algorithm is easy to implement and compares well with existing approaches in terms of assignment quality.</dcterms:abstract>
  51. <dc:title>Fast and Simple Horizontal Coordinate Assignment</dc:title>
  52. </bib:BookSection>
  53. <z:Attachment rdf:about="#item_1052">
  54. <z:itemType>attachment</z:itemType>
  55. <rdf:resource rdf:resource="files/1052/Brandes and Köpf - 2001 - Fast and Simple Horizontal Coordinate Assignment.pdf"/>
  56. <dc:identifier>
  57. <dcterms:URI>
  58. <rdf:value>https://link.springer.com/content/pdf/10.1007%2F3-540-45848-4_3.pdf</rdf:value>
  59. </dcterms:URI>
  60. </dc:identifier>
  61. <dcterms:dateSubmitted>2018-06-09 01:12:33</dcterms:dateSubmitted>
  62. <dc:title>Full Text PDF</dc:title>
  63. <z:linkMode>1</z:linkMode>
  64. <link:type>application/pdf</link:type>
  65. </z:Attachment>
  66. <z:Attachment rdf:about="#item_1053">
  67. <z:itemType>attachment</z:itemType>
  68. <rdf:resource rdf:resource="files/1053/3-540-45848-4_3.html"/>
  69. <dc:identifier>
  70. <dcterms:URI>
  71. <rdf:value>https://link.springer.com/chapter/10.1007/3-540-45848-4_3</rdf:value>
  72. </dcterms:URI>
  73. </dc:identifier>
  74. <dcterms:dateSubmitted>2018-06-09 01:12:35</dcterms:dateSubmitted>
  75. <dc:title>Snapshot</dc:title>
  76. <z:linkMode>1</z:linkMode>
  77. <link:type>text/html</link:type>
  78. </z:Attachment>
  79. <bib:Data rdf:about="https://github.com/stleary/JSON-java">
  80. <z:itemType>computerProgram</z:itemType>
  81. <z:programmers>
  82. <rdf:Seq>
  83. <rdf:li>
  84. <foaf:Person>
  85. <foaf:surname>Leary</foaf:surname>
  86. <foaf:givenname>Sean</foaf:givenname>
  87. </foaf:Person>
  88. </rdf:li>
  89. <rdf:li>
  90. <foaf:Person>
  91. <foaf:surname>Crockford</foaf:surname>
  92. <foaf:givenname>Douglas</foaf:givenname>
  93. </foaf:Person>
  94. </rdf:li>
  95. </rdf:Seq>
  96. </z:programmers>
  97. <dc:identifier>
  98. <dcterms:URI>
  99. <rdf:value>https://github.com/stleary/JSON-java</rdf:value>
  100. </dcterms:URI>
  101. </dc:identifier>
  102. <dc:rights>MIT</dc:rights>
  103. <dc:date>2018-06-08T16:01:34Z</dc:date>
  104. <dc:description>original-date: 2010-12-21T17:46:09Z</dc:description>
  105. <dcterms:dateSubmitted>2018-06-09 01:27:34</dcterms:dateSubmitted>
  106. <z:libraryCatalog>GitHub</z:libraryCatalog>
  107. <z:programmingLanguage>Java</z:programmingLanguage>
  108. <dc:title>JSON-java: A reference implementation of a JSON package in Java</dc:title>
  109. <z:shortTitle>JSON-java</z:shortTitle>
  110. </bib:Data>
  111. </rdf:RDF>