Pārlūkot izejas kodu

add reference to JSON-java

Eren Yilmaz 6 gadi atpakaļ
vecāks
revīzija
b64f3b0e12

+ 1 - 0
doc/chapter/2architecture.tex

@@ -16,6 +16,7 @@ The structure is as follows:
     \item A node has the attributes that are displayed in table~\ref{table:node-attributes}.
     \item An edge has the attributes that are displayed in table~\ref{table:edge-attributes}.
 \end{itemize}
+For parsing the JSON file the JSON-java library~\cite{leary_json-java:_2018} is used.
 
 
 \centering

+ 12 - 0
doc/doc.bib

@@ -14,4 +14,16 @@
 	doi = {10.1007/3-540-45848-4_3},
 	pages = {31--44},
 	file = {Full Text PDF:C\:\\Users\\Eren\\Zotero\\storage\\C6DKECDB\\Brandes and Köpf - 2001 - Fast and Simple Horizontal Coordinate Assignment.pdf:application/pdf;Snapshot:C\:\\Users\\Eren\\Zotero\\storage\\6WWDVCNZ\\3-540-45848-4_3.html:text/html}
+}
+
+@misc{leary_json-java:_2018,
+	title = {{JSON}-java: {A} reference implementation of a {JSON} package in {Java}},
+	copyright = {MIT},
+	shorttitle = {{JSON}-java},
+	url = {https://github.com/stleary/JSON-java},
+	urldate = {2018-06-09},
+	author = {Leary, Sean and Crockford, Douglas},
+	month = jun,
+	year = {2018},
+	note = {original-date: 2010-12-21T17:46:09Z}
 }

+ 32 - 0
doc/zotero_backup/NodePlacementAnimation/NodePlacementAnimation.rdf

@@ -76,4 +76,36 @@
         <z:linkMode>1</z:linkMode>
         <link:type>text/html</link:type>
     </z:Attachment>
+    <bib:Data rdf:about="https://github.com/stleary/JSON-java">
+        <z:itemType>computerProgram</z:itemType>
+        <z:programmers>
+            <rdf:Seq>
+                <rdf:li>
+                    <foaf:Person>
+                        <foaf:surname>Leary</foaf:surname>
+                        <foaf:givenname>Sean</foaf:givenname>
+                    </foaf:Person>
+                </rdf:li>
+                <rdf:li>
+                    <foaf:Person>
+                        <foaf:surname>Crockford</foaf:surname>
+                        <foaf:givenname>Douglas</foaf:givenname>
+                    </foaf:Person>
+                </rdf:li>
+            </rdf:Seq>
+        </z:programmers>
+        <dc:identifier>
+            <dcterms:URI>
+               <rdf:value>https://github.com/stleary/JSON-java</rdf:value>
+            </dcterms:URI>
+        </dc:identifier>
+        <dc:rights>MIT</dc:rights>
+        <dc:date>2018-06-08T16:01:34Z</dc:date>
+        <dc:description>original-date: 2010-12-21T17:46:09Z</dc:description>
+        <dcterms:dateSubmitted>2018-06-09 01:27:34</dcterms:dateSubmitted>
+        <z:libraryCatalog>GitHub</z:libraryCatalog>
+        <z:programmingLanguage>Java</z:programmingLanguage>
+        <dc:title>JSON-java: A reference implementation of a JSON package in Java</dc:title>
+        <z:shortTitle>JSON-java</z:shortTitle>
+    </bib:Data>
 </rdf:RDF>