From 0b2c9cbeceec61389c9d09fe16e850e6b88c1c35 Mon Sep 17 00:00:00 2001 From: mgoermar <58862720+mgoermar@users.noreply.github.com> Date: Fri, 7 Oct 2022 14:22:13 +0200 Subject: [PATCH] Add files via upload --- README.txt | 11 + config.json | 53 + css/style.css | 577 +++++++++++ css/tablet.css | 3 + data.json | 1 + htaccess_example | 2 + images/CC.png | Bin 0 -> 2053 bytes images/blank.gif | Bin 0 -> 43 bytes images/fancybox_loading.gif | Bin 0 -> 3866 bytes images/fancybox_sprite.png | Bin 0 -> 2277 bytes images/info.png | Bin 0 -> 407 bytes images/jisc-logo-small.png | Bin 0 -> 6489 bytes images/oii.png | Bin 0 -> 12668 bytes images/oii_brand.png | Bin 0 -> 2172 bytes images/oii_text.png | Bin 0 -> 19778 bytes images/rainbow.png | Bin 0 -> 1708 bytes images/sprite.png | Bin 0 -> 5870 bytes images/zoom_in.png | Bin 0 -> 4433 bytes images/zoom_out.png | Bin 0 -> 4309 bytes images/zoom_reset.png | Bin 0 -> 4211 bytes index.html | 112 +++ js/excanvas.js | 35 + js/fancybox/jquery.fancybox.css | 234 +++++ js/fancybox/jquery.fancybox.pack.js | 35 + js/jquery/jquery.min.js | 4 + js/main.js | 623 ++++++++++++ js/sigma/_sigma.min.js | 64 ++ js/sigma/parseGexf_fin.js | 170 ++++ js/sigma/sigma.js | 1392 +++++++++++++++++++++++++++ js/sigma/sigma.min.js | 64 ++ js/sigma/sigma.parseGexf.js | 166 ++++ js/sigma/sigma.parseJson.js | 28 + web.config | 12 + 33 files changed, 3586 insertions(+) create mode 100644 README.txt create mode 100644 config.json create mode 100644 css/style.css create mode 100644 css/tablet.css create mode 100644 data.json create mode 100644 htaccess_example create mode 100644 images/CC.png create mode 100644 images/blank.gif create mode 100644 images/fancybox_loading.gif create mode 100644 images/fancybox_sprite.png create mode 100644 images/info.png create mode 100644 images/jisc-logo-small.png create mode 100644 images/oii.png create mode 100644 images/oii_brand.png create mode 100644 images/oii_text.png create mode 100644 images/rainbow.png create mode 100644 images/sprite.png create mode 100644 images/zoom_in.png create mode 100644 images/zoom_out.png create mode 100644 images/zoom_reset.png create mode 100644 index.html create mode 100644 js/excanvas.js create mode 100644 js/fancybox/jquery.fancybox.css create mode 100644 js/fancybox/jquery.fancybox.pack.js create mode 100644 js/jquery/jquery.min.js create mode 100644 js/main.js create mode 100644 js/sigma/_sigma.min.js create mode 100644 js/sigma/parseGexf_fin.js create mode 100644 js/sigma/sigma.js create mode 100644 js/sigma/sigma.min.js create mode 100644 js/sigma/sigma.parseGexf.js create mode 100644 js/sigma/sigma.parseJson.js create mode 100644 web.config diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8e2240b --- /dev/null +++ b/README.txt @@ -0,0 +1,11 @@ +Template provided by InteractiveVis project +http://blogs.oii.ox.ac.uk/vis/ +https://github.com/oxfordinternetinstitute/InteractiveVis/ + +Important. The files must be uploaded to a webserver (or run one locally) in order to be viewed. JavaScript security prevents running the pages locally without a webserver. + +The InteractiveVis project of the Oxford Internet Institute with funding by JISC aims to allow easy creation of interactive visualisations for geospatial and network data using native web technologies (HTML5, CSS3, and SVG) and allow these visualisations to be self-contained so that they may run entirely offline in ebooks and other media. The project will survey existing solutions and build the necessary components to fill in missing features and smooth over incompatibilities in between existing libraries. The project will further provide online hosted wizards to allow for the easy creation of these interactive visualizations. + +More information about the project is available on the project blog: +http//blogs.oii.ox.ac.uk/vis/ + diff --git a/config.json b/config.json new file mode 100644 index 0000000..e9e9d0a --- /dev/null +++ b/config.json @@ -0,0 +1,53 @@ +{ + "type": "network", + "version": "1.0", + "data": "data.json", + "logo": { + "file": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/16/Leonhard_Christoph_Sturm.jpg/50px-Leonhard_Christoph_Sturm.jpg", + "link": "https://vfr.mww-forschung.de/web/leonhard-christoph-sturm", + "text": "Maximilian Görmar" + }, + "text": { + "more": "", + "intro": "", + "title": "Publikationsnetz Sturm" + }, + "legend": { + "edgeLabel": "Briefkontakt", + "colorLabel": "node types", + "nodeLabel": "Personen, Bücher, Inhalte/Gattungen" + }, + "features": { + "search": true, + "groupSelectorAttribute": "type", + "hoverBehavior": "dim" + }, + "informationPanel": { + "groupByEdgeDirection": true, + "imageAttribute": false + }, + "sigma": { + "drawingProperties": { + "defaultEdgeType": "curve", + "defaultHoverLabelBGColor": "#002147", + "defaultLabelBGColor": "#ddd", + "activeFontStyle": "bold", + "defaultLabelColor": "#000", + "labelThreshold": 7, + "defaultLabelHoverColor": "#fff", + "fontStyle": "bold", + "hoverFontStyle": "bold", + "defaultLabelSize": 14 + }, + "graphProperties": { + "maxEdgeSize": 0.8, + "minEdgeSize": 0.5, + "minNodeSize": 2, + "maxNodeSize": 15 + }, + "mouseProperties": { + "maxRatio": 20, + "minRatio": 0.75 + } + } +} \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..3415b53 --- /dev/null +++ b/css/style.css @@ -0,0 +1,577 @@ +* { +padding: 0px; +margin: 0px; +} + +.cf:before, .cf:after { + content: ""; + display: table; +} + +.cf:after { + clear: both; +} + +.cf { + zoom: 1; +} + +html,body { + width: 100%; + height: 100%; + margin: 0px; + padding: 0px; + font-size: 12px; + font-family: sans-serif; + line-height:1.25em; +} + +.sigma-parent { + position: relative; + height: 100%; +} + +.sigma-expand { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + background-color: #eee; + background-position: center center; + background-repeat: no-repeat; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +canvas#sigma_bg_1 { + display: none; +} + +#attributepane { + display: block; + display: none; + position:absolute; + height:auto; + bottom:0; + top:0; + right:0; + width: 240px; + background-color: #fff; + margin: 0; + word-wrap: break-word; + background-color:rgba(255,255,255,0.8); + border-left: 1px solid #ccc; + padding: 0px 18px 0px 18px; + z-index: 1; +} + + +#attributepane .text { + height:100%; +} + +#attributepane .headertext { + color: #000; + margin-bottom: 5px; + height: 14px; + border-bottom: 1px solid #999; + padding: 0px 0 10px 0; + font-size:16px; + font-weight:bold; +} + + +#attributepane .returntext em { + background-image: url('../images/sprite.png'); + background-repeat: no-repeat; + display: block; + width: 20px; + height: 20px; + background-position: -91px -13px; + float: left; +} + +#attributepane .returntext span { + padding-left: 5px; + display: block; +} + +#attributepane .close { + padding-left: 14px; + margin-top: 10px; +} + +#attributepane .close .c { + border-top: 2px solid #999; + padding: 10px 0 14px 0; +} + +#attributepane .close em { +background-image: url('../images/sprite.png'); +background-repeat: no-repeat; +background-position: -11px -13px; +display: block; +width: 24px; +height: 16px; +float: left; +} + +#attributepane .close span { +display: block; +width: 151px; +float: left; +} + +#attributepane .nodeattributes { + display:block; + height:85%; + overflow-y: scroll; + overflow-x: hidden; + border-bottom:1px solid #999; +} + +#attributepane .name { +font-size: 14px; +cursor: default; +padding-bottom: 10px; +padding-top: 18px; +font-weight:bold; +} + +#attributepane .data { + +} + +#attributepane .data .plus { +background-repeat: no-repeat; +background-image: url('../images/sprite.png'); +background-position: -171px -122px; +width: 22px; +height: 20px; +float: left; +display: block; +} + +#attributepane .link { +padding: 0 0 0 4px; +} + +#attributepane .link li { +padding-top: 2px; +cursor:pointer; +} + +#attributepane .p { +padding-top: 10px; +font-weight: bold; +font-size:14px; +} + +.left-close { +background-image: url('../images/fancybox_sprite.png'); +margin-left:-37px; +z-index:99999; +cursor: pointer; +padding-left:31px; +line-height:36px; +background-repeat: no-repeat; +margin-bottom:25px; +font-weight: bold; +font-size:14px; + +} + +#developercontainer { + margin-left:25px; + margin-bottom:25px; + position:fixed; + bottom:0; +} + +#jisc { +width: 71px; +height: 56px; +background-image: url('../images/jisc-logo-small.png'); +background-repeat: no-repeat; +display:inline-block; +} + +#jisc span { + display:none; +} + +#oii { +width: 227px; +height: 56px; +background-image: url('../images/oii_text.png'); +background-repeat: no-repeat; +display:inline-block; +margin-right:10px; + +} + +#oii span { + display:none; +} + +#maintitle { +width: 100%; +height: 72px; +background-repeat: no-repeat; +margin-bottom:20px; +} + +#maintitle h1 { +display: none; +} + +#mainpanel { +margin-top: 50px; +margin-left: 25px; +background:#fff; +background-color:rgba(255,255,255,0.8); +border:1px solid #ccc; +z-index:20; +position:fixed; +top:0; +} + +#mainpanel .b1 { +padding: 0px 0 0 0; +} + +#mainpanel .col { +width: 240px; +padding: 18px 18px 18px 18px; +margin: 0; + +} + +#title { +font-weight: bold; +} + +#titletext { +padding: 6px 0 10px 0; +} + +#info { + padding-bottom:15px; +} + + +#search { + border-top: 1px solid #999; + padding: 20px 0 0px 2px; +} + +#search input[name=search] { +border: 1px solid #999; +background-color: #fff; +padding: 5px 7px 4px 7px; +width: 205px; +color: #000; +} + +#search input.empty { +color: #000; +} + +#search .state { +width: 14px; +height: 14px; +background-image: url('../images/sprite.png'); +float: right; +margin-top: 6px; +cursor: pointer; +background-position: -131px -13px; +} + +#search .state.searching { +background-position: -11px -13px; +} + +#search .results { + display: none; +/* border: 1px solid #999;*/ + margin: 6px; + /*height: 150px;*/ + overflow-y: scroll; + overflow-x: hidden; +} + +#search .results b { +padding-left: 2px; +} + +#search .results a { +padding: 1px 2px; +display: block; +cursor: pointer; +text-decoration: none; +color: #000; +} + +#search .results a:hover { +background-color: #999; +color: #fff; +} + +#attributeselect { +margin: 20px 0 13px 0 ; +-webkit-touch-callout: none; +-webkit-user-select: none; +-khtml-user-select: none; +-moz-user-select: none; +-ms-user-select: none; +user-select: none; +} + +#attributeselect .select { + border: 1px solid #999; + padding: 5px 7px 4px 7px; + color: #fff; + cursor: pointer; + background-color: #999; + background-image: url('../images/sprite.png'); + background-repeat: no-repeat; + background-position: 200px -144px; +} + +#attributeselect .close { +background-position: 200px -8px; +} + +#attributeselect .list { + display: none; + border: 1px solid + #999; + padding: 6px; + height: 150px; + width: 226px; + overflow-y: scroll; + overflow-x: hidden; + background-color: #999; + /*position: relative; + left: 240px; + bottom: 164px;*/ + position:absolute; + margin-left: 240px; + margin-top:-164px; + color: white; +} + +#attributeselect .list a { +display:block; +padding: 2px; +text-decoration: none; +color: #fff; +} + +#attributeselect .list a:hover { +background-color: #fff; +color: #000; +} + +.link h2 { +font-size: 1em; +padding-top: 1em; +} + +#mainpanel dl { + padding-bottom:10px; +} + +#mainpanel h2 { + font-size:14px; +} + +#mainpanel dt { +width: 20px; +height: 20px; +float: left; +background-repeat: no-repeat; +background-image: url('../images/sprite.png'); +} + +#legend dl { +} + +#mainpanel h2 { + padding-bottom:10px; +} + +#legend dd { +margin-bottom: 8px; +color: #000; +} + +#mainpanel .infos dd { +margin-bottom: 12px; +} + +#mainpanel .node { +background-position: -11px -119px; +} + +#mainpanel .edge { +background-position: -51px -122px; +} + +#mainpanel .colours { + +background-image:url('../images/rainbow.png'); + +} +#legend .note { +margin-bottom: 8px; + +} + +#mainpanel .regions { +background-position: -171px -13px; +} + +#mainpanel .download { +background-position: -51px -13px; +} + +#mainpanel .moreinformation { +background: url('../images/info.png'); +background-repeat: no-repeat; +margin-left: 5px; +} + +#copyright { + margin:0 auto; + position: fixed; + right: 40px; + bottom: 25px; + z-index:0; +} + +#copyright a { +color: #000; +} + +#copyright .explanation { +display: none; +} + +#zoom { + z-index:999; + position: fixed; + left: 45%; + bottom: 25px; + margin:0 auto; + padding: 0; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + text-align:left; +} + +#zoom .z { + background:#fff; + background-color:rgba(255,255,255,0.7); + width: 60px; + height: 60px; + cursor: pointer; + border:1px solid #ccc; + float:left; + margin-right:4px; + background-repeat:no-repeat; +} + +#zoom .z[rel=center] { + background-image: url('../images/zoom_reset.png'); + background-position:center; +} + +#zoom .z[rel=in] { + background-image: url('../images/zoom_in.png'); + background-position:center; +} + +#zoom .z[rel=out] { + background-image: url('../images/zoom_out.png'); + background-position:center; +} + +.line { + font-size: 12px; + color: #000; + text-decoration: none; + font-weight: bold; + cursor: pointer; + cursor: hand; +} + +#information { +display: none; +background: #fff; +padding: 1px 10px 10px 10px; +} + +#information h3 { +margin: 14px 0 4px 0; +} + +#information p { +margin: 0 0 4px 0; +} + +#information .button { +width: 14px; +height: 14px; +background-image: url('../images/sprite.png'); +border: 1px solid #999; +display: inline-block; +*display: inline; +*zoom: 1; +} + +#information .button span { +display: none; +} + +#information .button.plus { +background-position: -91px -122px; +} + +#information .button.moins { +background-position: -131px -122px; +} + +#minify { +background-color: #fff; +padding: 4px 4px 4px 25px; +cursor: pointer; +background-image: url('../images/sprite.png'); +background-repeat: no-repeat; +background-position: -167px -118px; +position: absolute; +top: 65px; +left: 15px; +display: none; +} + +#minifier { +position: absolute; +width: 20px; +height: 16px; +background-image: url('../images/sprite.png'); +background-repeat: no-repeat; +background-position: -45px -147px; +cursor: pointer; +display: none; +} + diff --git a/css/tablet.css b/css/tablet.css new file mode 100644 index 0000000..f89216d --- /dev/null +++ b/css/tablet.css @@ -0,0 +1,3 @@ +#developercontainer { + display:none; +} \ No newline at end of file diff --git a/data.json b/data.json new file mode 100644 index 0000000..06d628e --- /dev/null +++ b/data.json @@ -0,0 +1 @@ +{"nodes":[{"label":"Daß das Schweiß-vermehren bringe grosse Ehren/ wolte als Die .. Herren Hr. Joh. Cyriacus Nehring/ von Pfollendorff aus Thüringen, Fürstl (1688)","x":471.34051513671875,"y":-127.4267807006836,"id":"K10plus_007210426","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210426\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Bergmann, Carl Friedrich","x":209.75140380859375,"y":423.2806396484375,"id":"gnd_143630938","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d143630938\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonh. Christoph Sturms Nunmehro Völlig hervorleuchtender und gewißlich Unwidersprechlicher Beweiß, Daß Der wahre Verstand der Worte der (1715)","x":238.72042846679688,"y":346.8616027832031,"id":"VD18_90016165","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d90016165\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"L. C. Sturms Construction Der VI. Ordnungen Zur Regulairen Civil Bau Kunst (1700)","x":-81.2955093383789,"y":-429.32867431640625,"id":"K10plus_005324602","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005324602\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Remshard, Karl","x":35.08243942260742,"y":-321.5932312011719,"id":"gnd_124464661","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d124464661\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Das nach rühmlich geführten Lauff glücklich erlangte Ziel der Ehren wolten als Die .. Herren Hr. Joh. Cyriacus Nehring/ von Pfollendorff (1688)","x":510.57501220703125,"y":-179.3472900390625,"id":"K10plus_00721040X","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d00721040X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-60.84819412231445,"y":403.84368896484375,"id":"DE-611-HS-2914024","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914024\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.538116455078125},{"label":"Leonhard Christoph Sturms Architectura Civili-Militaris. Oder: Vollständige Anweisung, Stadt-Thore, Brucken, Zeug-Häuser, Casematten, und (1719)","x":8.596875190734863,"y":-359.26214599609375,"id":"VD18_14551128","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551128\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Kolbe von Wartenberg, Johann Casimir","x":-530.1741943359375,"y":-822.0258178710938,"id":"gnd_117145696","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d117145696\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Akademie der Wissenschaften (Berlin)","x":-37.89508819580078,"y":152.56661987304688,"id":"Royal Prussian Academy of Sciences","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://www.wikidata.org/wiki/Q329464\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":12.1524658203125},{"label":"B. C. D. De Virtute Domus Austriacae Adversus Turcas Oratio. Quam, Norimberga discessurus, Valedictionis ergo, habuit In Auditorio Aegidiano (1688)","x":683.2021484375,"y":-139.87570190429688,"id":"K10plus_006026737","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d006026737\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Leonh. Christoph Sturms, Math. Prof. Ord. zu Franckfurt an der Oder und der Königl. Societät der Wissenschafften zu Berlin Mitglieds, Geog (1705)","x":194.39540100097656,"y":-149.51023864746094,"id":"VD18_10417664","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10417664\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Das Neu-eröfnete Arsenal,. Worinnen Der galanten Jugend und andern Curieusen, insonderheit aber den Reisenden das Merckwürdigste von der A (1702)","x":83.71563720703125,"y":-399.7742614746094,"id":"VD18_10490760","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10490760\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Vauban, Sébastien Le Prestre","x":-131.877197265625,"y":-280.92523193359375,"id":"gnd_118626264","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118626264\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.538116455078125},{"label":"Caspar. Henric. Starcken , Lubecens. Pastoris zu Siebenbäumen, Abgedrungene Ehren-Rettung, Wieder den Unnützen Calvinischen Lästerer Leon (1715)","x":273.8084411621094,"y":409.1676025390625,"id":"VD18_11319658","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11319658\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Acta Eruditorum","x":-26.929950714111328,"y":-621.0098876953125,"id":"sturm214","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/4324573-0\"\u003e[Link]\u003c/a\u003e","type":"Zeitschrift"},"color":"rgb(89,163,244)","size":10.538116455078125},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-473.8363037109375,"y":258.3324890136719,"id":"CH-001880-7-000293117","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293117\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Freylinghausen, Johann Anastasius (1670-1739)","x":-229.8759002685547,"y":473.7294616699219,"id":"gnd_118703102","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118703102\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Nikolaus Goldmann (Architektur-Theoretiker und Mathematiker, um 1611 - um 1665). Leonhard Christoph Sturm (Architekt, Architektur-Theoretiker und Mathematiker, 1669 - 1719). Auszüge aus Leonhard Christoph Sturm.","x":-207.0841522216797,"y":-549.7431030273438,"id":"DE-611-HS-2005096","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2005096\"\u003e[Link]\u003c/a\u003e","type":"Manuskript"},"color":"rgb(182,164,0)","size":10.538116455078125},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-138.9885711669922,"y":412.3194885253906,"id":"DE-611-HS-2914014","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914014\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Schuld-geziemende Glückwünschung/ welche/ als Die .. Herren/ Herr Johann Cyriacus Nehring/ Pfollendorff. Thuringus, Procurator Camerae Pri (1688)","x":590.8953247070312,"y":-99.08660888671875,"id":"K10plus_007210590","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210590\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Quaestionum Ethicarum earumq[ue] Generaliorum Triga (1687)","x":291.4720764160156,"y":-258.6126403808594,"id":"K10plus_006366783","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d006366783\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Aviler, Augustin-Charles \u003c\u003cd\u0027\u003e\u003e, (1653-1701)","x":-244.5931396484375,"y":-320.88995361328125,"id":"gnd_119547961","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119547961\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Die Gelehrte Fama","x":247.55062866210938,"y":306.2799072265625,"id":"ppn_ 001914812","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://adw-goe.de/forschung/forschungsprojekte-akademienprogramm/gjz18/zeitschriften/id/ 001914812\"\u003e[Link]\u003c/a\u003e","type":"Zeitschrift"},"color":"rgb(89,163,244)","size":17.533632278442383},{"label":"Etwas Wider des (Tit:) Hrn. Leonhard Christoph Sturms, Fürstl. Mecklenburgischen Cammer-Raths und Bau-Directoris, In einem prätendirten Ma (1714)","x":232.7782745361328,"y":254.3946533203125,"id":"VD18_11565187","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11565187\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Bose, Georg","x":463.0366516113281,"y":-269.2829895019531,"id":"8","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d120362627\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-484.35211181640625,"y":281.5201416015625,"id":"CH-001880-7-000293130","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293130\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Otto, Heinrich Jacob","x":-525.7803344726562,"y":-844.6419677734375,"id":"gnd_137172729","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d137172729\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Wolfskehl a Reichenberg, Julius Fridericus","x":444.1335144042969,"y":68.45946502685547,"id":"Wolfskehl a Reichenbach, Julius Fridericus","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119504723\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":34.71047592163086,"y":-73.80027770996094,"id":"Leibniz_19290","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/19290\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Glaser, Christoph Jacob","x":313.7446594238281,"y":12.671964645385742,"id":"gnd_128542810","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d128542810\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Leonhard Christoph Sturms Vollständige Anweisung Die Bogen-Stellungen nach der Civil Bau-Kunst in allen Fällen recht einzutheilen. Mit zwe (1718)","x":58.67740249633789,"y":-279.1727294921875,"id":"VD18_14551039","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551039\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Erste Ausübung der Vortrefflichen und Vollständigen Anweisung zu der Civil-Bau-Kunst, Nicolai Goldmanns. Bestehend In neun ausführlichen (1708)","x":248.9248046875,"y":-344.4139099121094,"id":"VD18_12464708","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12464708\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":-11.201651573181152,"y":-83.15154266357422,"id":"Leibniz_12879","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/12879\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief von August Hermann Francke an Heinrich Julius Elers.","x":-222.84999084472656,"y":572.01318359375,"id":"DE-611-HS-3251734","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3251734\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.793722152709961},{"label":"Architectura Woinskaja, Gipotetitschesakja, i Jeclektischeskaja","x":-44.981285095214844,"y":-600.7125854492188,"id":"Architectura Woinskaja, Gipotetitschesakja, i Jeclektischeskaja","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://gallica.bnf.fr/ark:/12148/bpt6k50028c/f149.item\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-415.4560241699219,"y":255.2971954345703,"id":"CH-001880-7-000293108","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293108\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Vollständige Anweisung, alle Arten von Bürgerlich Wohn-Häusern wohl anzugeben. Worinnen I. Nicolai Goldmanns Anweisung und zwey Exempel g (1715)","x":-146.97532653808594,"y":-478.03741455078125,"id":"VD18_14551098","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551098\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Jo. Alberti Fabricii D. und Prof. Publ. Antwort Auf (Tit.) Herrn Leonh. Christoph Sturms Fernere Ausführung (1714)","x":286.8966064453125,"y":260.3232727050781,"id":"VD18_11483164","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11483164\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Académie Royale d\u0027Architecture","x":-173.31576538085938,"y":-215.3490753173828,"id":"Académie Royale d\u0027Architecture","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/64696-9\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.17937183380127},{"label":"Ein sehr nöthiges Haupt-Stuck Der vollständigen Anweisung Zu der Civil-Bau-Kunst, nach Nicolai Goldmanns Gründen, Von Land-Wohnungen und (1715)","x":-97.0234146118164,"y":-522.49169921875,"id":"VD18_14551187","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551187\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Bugaeus, Sebastian Levin","x":370.8020324707031,"y":-293.5888671875,"id":"gnd_122162870","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d122162870\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Erste Ausübung Der Vortreflichen und Vollständigen Anweisung Zu der Civil-Bau-Kunst/ Nicolai Goldmanns. Bestehend In Neun ausführlichen A (1699)","x":-143.83657836914062,"y":-561.36572265625,"id":"K10plus_000821985","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000821985\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Alchemie","x":201.78829956054688,"y":-685.3770751953125,"id":"Alchemie","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096630744\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.538116455078125},{"label":"Evangelisches Ministerium (Frankfurt, Oder)","x":-145.91160583496094,"y":494.5989990234375,"id":"10","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://www.wikidata.org/wiki/Q1499064\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.358744621276855},{"label":"Neniae Funebres Quibus Proceres Academiae Viadrinae Viduum Moestissimum Joh. Georg. a Bergen, Med. D. \u0026 Phys. Profess. Ordin. Fidelissimae C (1709)","x":513.4629516601562,"y":-95.06918334960938,"id":"VD18_90258711","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d90258711\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Johannis Ludovici Hannemann. D. Philosophiae Naturalis Professoris Ordinarii Societatis Leopoldinae Collegae dicti Nestoris II. Verthädigun (1699)","x":148.4010009765625,"y":-648.1593627929688,"id":"K10plus_00633329X","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d00633329X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Brief an Maria Margaretha Kirch-Winkelmann / von Leonhard Christoph Sturm","x":-321.8347473144531,"y":165.2187042236328,"id":"CH-001880-7-000293118","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293118\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Johann Gustav Reinbecks, Predigers an der Fridrichswerders. und Dorotheenstädtis. Gemeinde in Berlin, Wohlgemeinte Vorstellung an den Hochf (1716)","x":152.38316345214844,"y":289.37255859375,"id":"VD18_11589000","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11589000\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"De Philosophia Effectiva (1688)","x":245.2120819091797,"y":-311.445068359375,"id":"K10plus_00634268X","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d00634268X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Bileams Abfertigung/ Oder Gründliche Wiederlegung Der Astrologie und aller anverwanten Wahrsager-Künste. Aus der Heil. Schrifft/ der reale (1699)","x":83.91688537597656,"y":-709.9067993164062,"id":"K10plus_006333184","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d006333184\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Wohlgemeinter Glückwundsch/ welchen/ als Die .. Herren/ Herr Johann Cyriacus Nehring/ Pfollendorff. Thuringus, Procurator Camerae Principal (1688)","x":519.8734130859375,"y":-54.5709114074707,"id":"K10plus_007210515","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210515\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Wartensleben, Alexander Hermann von","x":-496.03253173828125,"y":-805.0005493164062,"id":"Wartensleben, ... ˜deœ","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d117145785\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Waisenhaus (Halle, Saale)","x":-208.01536560058594,"y":414.2969970703125,"id":"Waisenhaus (Halle, Saale)","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/2133444-4\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.17937183380127},{"label":"Fida manuductio ad formam munimentorum inexpugnabilium","x":6.331778526306152,"y":-570.7402954101562,"id":"Fida manuductio ad formam munimentorum inexpugnabilium","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://archive.org/details/s1id13206700/page/109/mode/2up\"\u003e[Link]\u003c/a\u003e","type":"Zeitschriftenbeitrag"},"color":"rgb(254,102,133)","size":10.538116455078125},{"label":"Scheuchzer, Johann Jacob, (1672-1733)","x":103.38214111328125,"y":-277.2553405761719,"id":"gnd_118607308","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118607308\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Moller, Daniel Wilhelm","x":215.21878051757812,"y":-332.6902160644531,"id":"gnd_115654178","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d115654178\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Leonh. Chr. Sturmii Math. in Univers. alma Francof. Prof. Publ. Ord. Introductio Ad Architecturam Militarem. Nova plane methodo in usum Audi (1703)","x":111.28721618652344,"y":-385.3388671875,"id":"VD18_14845628","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14845628\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"De Immaterialitate Mentis Humanae (1694)","x":312.6588134765625,"y":-221.3489990234375,"id":"K10plus_005347963","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005347963\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Die zum Vergnügen der Reisenden Geöffnete Baumeister-Academie, Oder Kurtzer Entwurf derjenigen Dinge/ die einem galant-homme zu wissen nö (1706)","x":-205.85963439941406,"y":-452.95648193359375,"id":"VD18_10490868","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10490868\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Royal Society","x":-77.14287567138672,"y":-134.43768310546875,"id":"Royal Society","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d39272-8\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.89686107635498},{"label":"Paumgartner, Andreas Georg","x":704.7427978515625,"y":-130.13018798828125,"id":"gnd_129313106","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d129313106\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Aegidii Strauchii Prof: quond: P. Witteb: Tabulae Sinuum Tangentium Logarithmorum Et per universam Mathesin (1700)","x":-141.64260864257812,"y":-400.7454833984375,"id":"K10plus_006021867","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d006021867\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Wernsdorf, Gottlieb (1668-1729)","x":-66.23676300048828,"y":504.50360107421875,"id":"gnd_104136529","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d104136529\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"M. Henning Huthmans Grammaticalische Gedancken über Herrn Leonhard Cristoph [!] Sturms Fürstl. Mecklenb. Cammer-Rahts und Bau-Directoris M (1715)","x":285.310546875,"y":360.5229187011719,"id":"VD18_11403225","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11403225\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.89686107635498},{"label":"Bernoulli, Nicolaus (1687-1759)","x":-71.58078002929688,"y":-71.1432113647461,"id":"gnd_119166895","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119166895\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.717489242553711},{"label":"Leonhard Christoph Sturms Fernere Ausführung und Versicherung An alle wahrhaffte und ernstliche Liebhaber der Christlichen Wahrheit, Daß e (1714)","x":318.1078796386719,"y":316.39697265625,"id":"VD18_11602872","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11602872\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Palladio, Andrea, (1508-1580)","x":-190.69859313964844,"y":-265.2095031738281,"id":"gnd_118591355","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118591355\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Rudolf August Braunschweig-Lüneburg, Herzog","x":56.71685791015625,"y":-730.8095703125,"id":"gnd_116678909","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116678909\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Applausus Votivus quo, Viris Per-Eximiis atq[ue] Clarissimis Dn. Christophoro Jacobo Glasero, Mehrendorfio-Norico Dn. Guilielmo Bechmanno, N (1690)","x":542.2213134765625,"y":-176.43092346191406,"id":"K10plus_007210302","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210302\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Bignon, Jean Paul, (1662-1743)","x":115.51287078857422,"y":-256.27587890625,"id":"gnd_120052539","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d120052539\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":13.292580604553223,"y":-84.67615509033203,"id":"Leibniz_19288","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/19288\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Francke, Anna Magdalena (1670-1734)","x":-134.9280548095703,"y":621.0032348632812,"id":"gnd_140871322","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d140871322\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Die zum Vergnügen der Reisenden geöfnete Baumeister-Academie, Oder Kurtzer Entwurff der jenigen Dinge/ die einem galant homme zu wissen n� (1700)","x":-86.29319763183594,"y":-569.8433837890625,"id":"K10plus_000387800","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000387800\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Leonhard Christoph Sturms Fürstl. Mecklenb. Raths und Archit. Neue Manier zu befestigen, Nach den neuesten Maximen und Requisitis der Defen (1718)","x":29.93621253967285,"y":-405.6390380859375,"id":"VD17_1999:2295195C","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d2.1/PPNSET?PPN\u003d235410381\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-142.7625732421875,"y":466.9795227050781,"id":"DE-611-HS-2914017","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914017\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.717489242553711},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-88.30353546142578,"y":402.689208984375,"id":"DE-611-HS-2914023","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914023\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Leonhard Christoph Sturms Durch Einen grossen Theil von Teutschland und den Niederlanden biß nach Pariß gemachete Architectonische Reise-A (1719)","x":-165.47047424316406,"y":-539.4415893554688,"id":"VD18_14551225","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551225\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Petersen, Johann Wilhelm (1649-1727)","x":-192.83375549316406,"y":595.7498168945312,"id":"gnd_119129779","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119129779\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Drescheriebe, Gotofredus","x":371.44384765625,"y":-217.27789306640625,"id":"gnd_122442660","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d122442660\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Johannis Senstii, D. Abgenöthigte Antwort Auff des S. T. Herrn Leonhardi Christophori Sturm, Fürstl. Mecklenburgis. Cammer- und Bau-Rahts (1716)","x":218.4143524169922,"y":367.133544921875,"id":"VD18_11319682","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11319682\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Heßberg, Joh. Sigismundus","x":412.77264404296875,"y":27.57486343383789,"id":"Heßberg, Joh. Sigismundus","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d1030251363\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Hannemann, Johann Ludwig","x":184.69239807128906,"y":-617.6245727539062,"id":"gnd_116454296","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116454296\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.89686107635498},{"label":"Der geöfnete See-Hafen. Worinnen nicht allein Der meisten Nationen und Regenten, ingleichen fürnehmer See- und Handels-Städte in allen Th (1700)","x":154.3881378173828,"y":-425.8568115234375,"id":"K10plus_000387819","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000387819\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Pädagogik","x":-156.82395935058594,"y":433.41290283203125,"id":"Pädagogik","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096632674\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":11.434977531433105},{"label":"Schrey, Jeremias","x":-16.054704666137695,"y":-323.6217956542969,"id":"gnd_1037505026","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d1037505026\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief an Johann I Bernoulli / von Jacob Hermann","x":-146.28045654296875,"y":-130.1472930908203,"id":"CH-001880-7-000055951","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000055951\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.614349365234375},{"label":"Olearius, Johann Gottfried","x":135.4755401611328,"y":388.13580322265625,"id":"gnd_132862794","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d132862794\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":31.472782135009766,"y":-50.40890121459961,"id":"Leibniz_12877","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/12877\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Franckesche Stiftungen zu Halle. Hauptbibliothek","x":-200.03916931152344,"y":368.71014404296875,"id":"Franckesche Stiftungen zu Halle. Hauptbibliothek","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/2040588-1\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.0},{"label":"Brief an Maria Margaretha Kirch-Winkelmann / von Leonhard Christoph Sturm","x":-309.3599548339844,"y":208.7099609375,"id":"CH-001880-7-000293115","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293115\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Project de la Resolution du fameux Probleme touchant La Longitude Sur Mer (1720)","x":-76.22116088867188,"y":-323.6764831542969,"id":"VD18_12554200","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12554200\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Herrn Johann Christoph Sturms, Weyland der Mathematischen- und Natur-Wissenschafften Hochverdienten Professoris Publici zu Altorff, Kurtzgef (1717)","x":151.91323852539062,"y":-218.3132781982422,"id":"VD18_14715139","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14715139\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Quaestionem Theologicam: An Et In Quantum In Articulis Fidei Liceat Argumenta Petere Ex Ratione? Consentiente .. Theologorum Ordine in Acade (1692)","x":295.9891052246094,"y":733.618408203125,"id":"K10plus_001129643","attributes":{"Modularity Class":"5","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001129643\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-420.6308898925781,"y":232.05311584472656,"id":"CH-001880-7-000293109","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293109\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Die Geöffnete Raritäten- Und Naturalien-Kammer/. Worinnen Der Galanten Jugend/ andern Curieusen und Reisenden gewiesen wird/ wie sie Galer (1704)","x":-113.1039047241211,"y":-239.52455139160156,"id":"VD18_10251952","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10251952\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Wolff, Christian \u003c\u003cvon\u003e\u003e (1679-1754)","x":-114.53008270263672,"y":-138.16827392578125,"id":"gnd_118634771","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118634771\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":11.255605697631836},{"label":"Aegidii Strauchii Tabellen, Der Sinuum Tangentium Logarithmorum, und zu der Gantzen Mathesi (1700)","x":-111.05680084228516,"y":-438.8689270019531,"id":"K10plus_000645427","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000645427\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"B. C. D. Leonh. Christoph. Sturmii Math. Prof. Ord. in alma Viadr. Mathesis Ad Sacrae Scripturae Interpretationem applicatae Specimen. Quo M (1710)","x":368.95684814453125,"y":640.5846557617188,"id":"VD18_15311899","attributes":{"Modularity Class":"8","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d15311899\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Leonhard Christoph Sturms Math. Prof. Pl. Antwort/ Auf die Verthädigung Der Astrologie, Welche Hr. D. Joh. Ludewig Hannemann/ Auf der berü (1699)","x":177.6170196533203,"y":-697.6761474609375,"id":"K10plus_001562479","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001562479\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Philosophiam Ad Deum Manuductricem utcunque delineatam, sive Cogitata qualiacunque sua De Philosophiae Divisione ab eius fine ultimo, Fruiti (1688)","x":236.94630432128906,"y":-111.81048583984375,"id":"K10plus_001385054","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001385054\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Topologische Anweisung Zu der heutigen Geographia Von Teutschland/ In Frag und Antwort solchergestalt vorgestellet/ daß sie erstlich zu kurtzer Unterweisung der Jugend ... dienen kann","x":147.4871063232422,"y":-163.00018310546875,"id":"VD18_12337331","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12337331\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Crell, Ludwig Christian (1671-1733)","x":-185.30926513671875,"y":620.393310546875,"id":"gnd_124412726","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d124412726\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms. Unpartheyisches Bedencken über die So gar häuffigen, und unterschiedenen Auslegungen der Offenbahrung Johannis. (1718)","x":-145.27566528320312,"y":-242.9684295654297,"id":"VD18_10479163","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10479163\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Matheseos Ad Politicam \u0026 Jurisprudentiam Applicatæ Specimen De Molendinis (1703)","x":-505.6355895996094,"y":-828.5480346679688,"id":"VD18_15213919","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d15213919\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":11.255605697631836},{"label":"Brief von Leonhard Christoph Sturm an Johann Franz Buddeus","x":-45.82182693481445,"y":478.7252502441406,"id":"DE-611-HS-687418","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-687418\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":-5.730100154876709,"y":-22.611921310424805,"id":"Leibniz_12880","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/12880\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Daß Des Fürstl. Mecklenb. Cammer-Raths, und Bau-Directoris, Herrn Leonhard Christoph Sturmen Meynung Von dem Heil. Abendmahl, Nicht, wie E (1719)","x":286.89434814453125,"y":462.7687072753906,"id":"VD18_11319704","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11319704\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-437.6034240722656,"y":283.05072021484375,"id":"CH-001880-7-000293106","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293106\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Achilles, Andreas (1656-1721)","x":-41.485347747802734,"y":545.5972900390625,"id":"gnd_102492093","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d102492093\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Matheseos Amatoribus Collegia Mathematica Halae Saxonum Post instans Festum Michaelis aperienda offert Leonhardus Christophorus Sturmius. [P (1690)","x":570.8502807617188,"y":-73.60728454589844,"id":"K10plus_005235545","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005235545\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Schultze, Christoph Friedrich","x":424.3436584472656,"y":-301.5235290527344,"id":"gnd_115502831","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d115502831\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Astronomie","x":-347.9567565917969,"y":167.84829711914062,"id":"Astronomie","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096630914\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.17937183380127},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":-26.686220169067383,"y":-39.841087341308594,"id":"Leibniz_12878","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/12878\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Sturm, Johann Christoph (1635-1703)","x":163.5677947998047,"y":-5.403598785400391,"id":"gnd_100277608","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100277608\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.89686107635498},{"label":"Brief von Leonhard Christoph Sturm an Joachim Lange.","x":-162.46421813964844,"y":553.1378173828125,"id":"DE-611-HS-3255432","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3255432\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.717489242553711},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-463.6859130859375,"y":212.23928833007812,"id":"CH-001880-7-000293105","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293105\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Fürst und Kupferberg, Maximilian Ferdinand","x":-484.8716125488281,"y":-844.2158813476562,"id":"gnd_120624400","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d120624400\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms, Vollständige Anweisung, Alle Arten von regularen Pracht-Gebäuden nach gewissen Reguln zu erfinden, auszutheilen (1717)","x":-176.77182006835938,"y":-583.4635620117188,"id":"VD17_1999:2317239C","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d2.1/PPNSET?PPN\u003d109325047X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Huygens, Christiaan, (1629-1695)","x":-84.08456420898438,"y":-185.8760986328125,"id":"gnd_118639749","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118639749\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Buddeus, Johann Franz","x":-21.51026725769043,"y":466.0075988769531,"id":"gnd_11851685X","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d11851685X\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":11.434977531433105},{"label":"Geographie","x":173.08580017089844,"y":-160.33883666992188,"id":"Geographie","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096631767\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.17937183380127},{"label":"Winterberger, Johann Conrad","x":339.0908203125,"y":-314.8201599121094,"id":"gnd_115566635","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d115566635\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Geldwesen","x":-163.94033813476562,"y":399.41448974609375,"id":"Geldwesen","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/09663152X\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.538116455078125},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-73.32521057128906,"y":454.2515563964844,"id":"DE-611-HS-2914016","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914016\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Des Berühmten Breßlauischen Theologi Herrn Caspar Neumanns Kleine Anmerckungen über Titul Herrn Leonhard Christoph Sturms Großsprecheris (1715)","x":122.4389877319336,"y":270.0881652832031,"id":"VD18_11428309","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11428309\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Brief von Leonhard Christoph Sturm an Johann Franz Buddeus","x":3.9260573387145996,"y":455.1947326660156,"id":"DE-611-HS-687413","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-687413\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"French Academy of Sciences","x":-139.30043029785156,"y":-198.4874267578125,"id":"French Academy of Sciences","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d35019-9\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":11.255605697631836},{"label":"Borgsdorff, Ernst Friedrich von","x":37.94441604614258,"y":-624.5289306640625,"id":"gnd_124438253","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d124438253\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Nöthiger Bericht Von dem In den Evangelisch-Lutherischen Kirchen üblichen Altar-Brodt, oder Denen aus der ersten Christlichen Kirchen so genannten Oblaten","x":241.45318603515625,"y":374.7674560546875,"id":"K10plus_33182759X","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d33182759X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Leonh. Christoph Sturms Communication Eines an ihn abgelassenen Schreibens, Sein Unpartheyisches Bedencken Uber die unterschiedenen Auslegun (1718)","x":250.1162567138672,"y":484.4375305175781,"id":"VD18_1047465X","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d1047465X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Francke, August Hermann (1663-1727)","x":-113.24329376220703,"y":434.5602722167969,"id":"gnd_118534688","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118534688\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":14.125560760498047},{"label":"Leonhard Christoph Sturms, Fürstl. Mecklenburgischen Cammer-Raths und Bau-Directoris, Prodromus Architecturae Goldmannianae, Oder Getreue u (1714)","x":29.282611846923828,"y":-453.0833435058594,"id":"VD18_14551284","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551284\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Brief von Johann Franz Buddeus an [August Hermann Francke].","x":-93.75434112548828,"y":518.505615234375,"id":"DE-611-HS-3254793","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3254793\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.07623291015625},{"label":"Disputatio Iuridica De Dissensu (1692)","x":-525.70361328125,"y":-774.0125122070312,"id":"K10plus_00148480X","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d00148480X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Leonhard Christoph Sturms, Zufällige Gedancken Von Den gewöhnlichen weltlichen Ergötzlichkeiten, Ob, und wie weit sie indifferent seyn (1716)","x":357.89013671875,"y":-163.3954620361328,"id":"VD18_10479171","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10479171\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Glückwünschender Zuruff als Die .. Herren/ Herr Johann Cyriacus Nehring/ Pfollendorff. Thuringus, Procurator Camerae Principalis \u0026 Advocat (1688)","x":502.2321472167969,"y":-122.78305053710938,"id":"K10plus_007210442","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210442\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Baier, Johann Wilhelm","x":130.78811645507812,"y":716.21533203125,"id":"gnd_117560111","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d117560111\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Bergen, Johann Georg","x":16.795713424682617,"y":402.4314270019531,"id":"gnd_102433224","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d102433224\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Löscher, Valentin Ernst (1673-1749)","x":-72.12552642822266,"y":536.5838623046875,"id":"gnd_118728830","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118728830\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Vollständige Anweisung zu der Civil Bau-Kunst. In welcher nicht nur die fünf Ordnungen/ sampt den dazu gehörigen Fenster-Gesimsen/ Kämpf (1696)","x":-64.58283233642578,"y":-652.4927978515625,"id":"K10plus_000809535","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000809535\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.89686107635498},{"label":"Aquila Imperii Victrix \u0026 Leo Venetus Ultor (1686)","x":622.9657592773438,"y":-85.34772491455078,"id":"K10plus_005040795","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005040795\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Auffrichtige Entdeckung, Des zu Auffnahm der Länder und Commercien höchst-nutzlichen Nivellirens oder Wasserwägens. Finantzien-Räthen, B (1715)","x":208.944580078125,"y":-566.9635620117188,"id":"VD18_14551160","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551160\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Mushard, Ernst","x":206.42721557617188,"y":249.09669494628906,"id":"gnd_118129813","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118129813\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.538116455078125},{"label":"Wolf, Johann Christian","x":196.30691528320312,"y":-367.27459716796875,"id":"gnd_142133647","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d142133647\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Michelangelo Buonarroti","x":-295.2714538574219,"y":-333.87713623046875,"id":"gnd_118582143","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118582143\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Heineccius, Johann Michael (1674-1722)","x":-107.54383087158203,"y":261.4373779296875,"id":"gnd_116659572","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116659572\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Sinold, Christophorus","x":449.2701721191406,"y":46.65312957763672,"id":"Sinold, Christophorus","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d121818381\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Das Neu-eröfnete Arsenal,. Worinnen Der galanten Jugend und andern Curieusen, insonderheit aber den Reisenden das Merckwürdigste von der A (1704)","x":138.19970703125,"y":-451.1689147949219,"id":"VD18_10490779","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10490779\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Als Die .. Herren/ Herr Johann Cyriacus Nehring/ Pfollendorff. Thuringus, Procurator Camerae Principalis \u0026 Advocatus Aulicus \u0026 Ordinarius Fr (1688)","x":516.4395751953125,"y":-150.011474609375,"id":"K10plus_00721037X","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d00721037X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Teutsch-Redender Vauban, Oder: Vollkommene Unterweisung/ alle Plätz/ Sie seyen Regular, oder irregular, auff die allerneuste Art und Weiß/ (1696)","x":-106.46610260009766,"y":-298.2129211425781,"id":"K10plus_005825792","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005825792\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Die Gott Lob! Vergeblich-bestürmte Evangelisch-Lutherische Kirche, In dem Punct Vom Heiligen Abendmahl, Durch eine gebührliche Ablehnung d (1714)","x":246.8215789794922,"y":400.75823974609375,"id":"VD18_10477543","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10477543\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Disputationem Philosophiae Effectivae De Ponte Sublicio, Fluviis Maioribus Rite Imponendo .. Iun. Ao. MDCCIX. publico Eruditorum examini sub (1709)","x":350.1730041503906,"y":-226.06149291992188,"id":"VD18_11649356","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11649356\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Leonh. Christoph Sturms, Fürstl. Mecklenburgischen Cam[m]er-Raths [et]c. Schreiben Vom 12. Jun. Anno 1715. An Ernestum Mushard, Predigern z (1715)","x":189.85488891601562,"y":365.1490173339844,"id":"VD18_10441603","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10441603\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Jo. Alberti Fabricii D. und Prof. Publ.Mathematische Remonstration, Daß (Tit.) Herr Leonhard Christoph Sturm In seinem diese Tage herausgeg (1714)","x":271.98626708984375,"y":336.5284729003906,"id":"VD18_10244271","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10244271\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.89686107635498},{"label":"Fontenelle, Bernard Le Bovier \u003c\u003cde\u003e\u003e, (1657-1757)","x":76.49977111816406,"y":-234.1761932373047,"id":"gnd_118639056","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118639056\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Recentissimarum De Sacra Coena Controversiarum Syllogen","x":153.56932067871094,"y":372.4510498046875,"id":"VD18_10237615","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10237615\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Das Neueröfnete Machinenhauß. Worinnen Curiösen und Reisenden angewiesen wird, was sie vornehmlich Von Machinen, so bey Schiffarthen, Was (1702)","x":222.70062255859375,"y":-544.8773193359375,"id":"VD18_10492976","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10492976\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-466.0194396972656,"y":235.0927734375,"id":"CH-001880-7-000293133","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293133\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief von Zacharias Konrad von Uffenbach an Leonhard Christoph Sturm","x":-235.83258056640625,"y":37.0875358581543,"id":"DE-611-HS-334694","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-334694\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Serlio, Sebastiano, (1475-1554)","x":-242.48287963867188,"y":-252.9695281982422,"id":"gnd_118796224","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118796224\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms jedermann Verständliche Erklärung derjenigen Stellen Heiliger Schrifft/ welche von Spitzfindigen Leuten vielmals (1719)","x":119.71612548828125,"y":-122.12529754638672,"id":"VD18_13133659","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d13133659\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-205.62765502929688,"y":464.59722900390625,"id":"DE-611-HS-3272348","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3272348\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.434977531433105},{"label":"Die unentbährliche Regel Der Symmetrie Oder: Des Ebenmaasses, Wie sie zuförderst an dem herrlichsten Exempel des Göttlichen Tempels von S (1720)","x":-11.535140991210938,"y":-403.1466369628906,"id":"VD18_14551217","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551217\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Lange, Joachim (1670-1744)","x":-133.24147033691406,"y":564.073486328125,"id":"gnd_118569376","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118569376\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Steinbart, Siegmund","x":-218.4359893798828,"y":598.2373657226562,"id":"gnd_104373113","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d104373113\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms, Fürstl. Mecklenb. Cammer-Raths und Bau-Directoris, Gründlicher Unterricht, Von der Allen So wohl denen, welche (1713)","x":230.72137451171875,"y":219.4376220703125,"id":"VD18_11159014","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11159014\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-414.48138427734375,"y":278.9913330078125,"id":"CH-001880-7-000293107","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293107\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief an Leonhard Christ[oph] Sturm / von Mar[ia] Marg[aretha] Kirchin","x":-282.8781433105469,"y":136.27099609375,"id":"CH-001880-7-000293367","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293367\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Quaestionem Theologicam: An Et In Quantum In Articulis Fidei Liceat Argumenta Petere Ex Ratione? Consentiente .. Theologorum Ordine In Acade (1692)","x":330.1056823730469,"y":776.861083984375,"id":"K10plus_001129635","attributes":{"Modularity Class":"5","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001129635\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":11.07623291015625},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-50.0616455078125,"y":434.1854248046875,"id":"DE-611-HS-2914013","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914013\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.538116455078125},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-461.3893737792969,"y":279.5282897949219,"id":"CH-001880-7-000293113","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293113\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief von Leibniz an Leonhard Christoph Sturm","x":-62.11117935180664,"y":11.522601127624512,"id":"Leibniz_19292","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/19292\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Dissertatio Theologica De Significatione Voculae Toyto In Verbis Coenae Demonstrativa Non Comparativa","x":197.5933074951172,"y":402.8810729980469,"id":"VD18_10399801","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10399801\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"De Privata Confessione Cum S. Coenæ Usu utiliter citraq[ue] coactionem Conjugenda","x":298.79620361328125,"y":383.9502868652344,"id":"VD18_90625382","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d90625382\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.89686107635498},{"label":"Fuchs, Paul","x":-480.5862121582031,"y":-821.8717041015625,"id":"gnd_118703404","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118703404\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Uber Dem allzufrühen/ Doch Seeligen Ableben/ Der Wohl-Erbaren/ Viel Ehr- und Tugendbelobten Frau Magdalenen/ gebohrner Weiszin/ Des .. Herr (1691)","x":682.6132202148438,"y":-72.22359466552734,"id":"K10plus_001637797","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001637797\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Leonhard Christoph Sturms, Fürstl. Mecklenburgischen Cammer-Raths und Bau-Directoris Prodromus Architecturae Goldmannianae, Oder Getreue un (1714)","x":-115.27033233642578,"y":-551.6337890625,"id":"VD18_11384891","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11384891\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Kirch, Maria Margaretha (1670-1720)","x":-327.2036437988281,"y":190.11964416503906,"id":"gnd_116181591","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116181591\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.717489242553711},{"label":"Bullet, Pierre, (1639-1716)","x":-234.6154327392578,"y":-295.8229064941406,"id":"gnd_121400778","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d121400778\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Ihro Königl: Majest: Dem Allerdurchlauchtigsten und Großmächtigsten Fürsten und Herrn/ Herrn Georg Ludewig/ König in Groß-Brittanien . (1714)","x":480.9059143066406,"y":-98.21063995361328,"id":"VD18_12825158","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12825158\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Quod Felix Esse Fortunatumque Deus Iubeat, Fons Et Autor Omnis Felicitatis Unicus! .. Nominatim Scilicet Christophorum Jacobum Glaserum .. G (1688)","x":308.10357666015625,"y":-11.803277969360352,"id":"K10plus_00602792X","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d00602792X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":11.07623291015625},{"label":"Etwas Wider des (Tit:) Hrn. Leonhard Christoph Sturms .. In einem praetendirten Mathematischen Beweise Von dem H. Abendmahl angeführte Grü (1715)","x":185.42437744140625,"y":228.87686157226562,"id":"VD18_11425814","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11425814\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Dissertation:phil.","x":323.87213134765625,"y":-252.74234008789062,"id":"Dissertation:phil.","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096631163\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":11.255605697631836},{"label":"Cyprian, Ernst Salomon (1673-1745)","x":-99.61614990234375,"y":542.8766479492188,"id":"gnd_119453363","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119453363\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Wölcker, Georg Carl","x":680.8670654296875,"y":-194.6590576171875,"id":"gnd_118930567","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118930567\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Kirch, Gottfried (1639-1710)","x":-445.8560791015625,"y":254.2832489013672,"id":"gnd_116181567","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116181567\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":12.511210441589355},{"label":"Edzardi, Sebastian","x":305.98883056640625,"y":294.99005126953125,"id":"gnd_117497061","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d117497061\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Teutsch-Redender Vauban, Oder: Vollkommene Unterweisung, alle Plätz, Sie seyen Regular, oder irregular, auff die allerneuste Art und Weiß, (1702)","x":-148.0576171875,"y":-305.5577697753906,"id":"VD18_1100777X","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d1100777X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Alberti, Valentin","x":311.8177490234375,"y":755.3212890625,"id":"gnd_118644289","attributes":{"Modularity Class":"5","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118644289\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Leonh. Christoph Sturms, Und Joh. Gustav Reinbecks Wechsel-Antwort. Da der erstere seine Meinung von den Einsetzungs-Worten des heiligen Abe (1717)","x":150.74610900878906,"y":256.819091796875,"id":"VD18_10441638","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10441638\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Sperling, Hieronymus","x":-189.9256134033203,"y":-603.2122802734375,"id":"gnd_122298543","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d122298543\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Benz, Joh. Jacobus","x":402.7696838378906,"y":69.10424041748047,"id":"Benz, Joh. Jacobus","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d1011577291\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Medizin","x":-25.235872268676758,"y":426.298828125,"id":"5","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096632313\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.17937183380127},{"label":"Sensti, Johann","x":260.02606201171875,"y":358.3592529296875,"id":"gnd_141152788","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d141152788\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Kriegskunde","x":104.99781036376953,"y":-431.1297607421875,"id":"Kriegskunde","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096632135\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":12.1524658203125},{"label":"Leonh. Chr. Sturms, Math. Prof. Ord. zu Franckfurt an der Oder .. Vier kurtze Abhandlungen. I. Von Geometrischer Verzeichnung der regulieren (1710)","x":-38.61745834350586,"y":-319.86627197265625,"id":"VD18_13125842","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d13125842\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Der belohnte Kunst-Fleiß. Als Die .. Herren Herr Johann Cyriacus Nehring/ von Pfollendorff aus Thüringen/ Fürstl. Cammer-Procurator und H (1688)","x":538.6663208007812,"y":-78.9326171875,"id":"K10plus_007210337","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210337\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Runge, Reinhard","x":19.296066284179688,"y":430.0135803222656,"id":"gnd_120624184","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d120624184\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Le Veritable Vauban Se montrant au lieu du Faux Vauban","x":-21.441646575927734,"y":-643.9022827148438,"id":"sturm262","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d2.1/PPNSET?PPN\u003d1133366120\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Krauserus, Balthasarus","x":336.5023498535156,"y":801.2521362304688,"id":"Krauserus, Balthasarus","attributes":{"Modularity Class":"5","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d130048046\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-393.546142578125,"y":204.60069274902344,"id":"CH-001880-7-000293104","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293104\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Rudolph August Braunschweig-Lüneburg, Herzog","x":-84.95819854736328,"y":-685.8682861328125,"id":"9","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116678909\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms Architectura Militaris Hypothetico-Eclectica, Oder Gründliche Anleitung zu der Kriegs-Baukunst. Aus den Hypothesi (1719)","x":84.4653091430664,"y":-193.28671264648438,"id":"VD18_12677213","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12677213\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Rumohr, Georg","x":242.5343017578125,"y":-682.9677734375,"id":"Rumohr, Georg","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119536730\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Franckesche Stiftungen zu Halle","x":-240.340576171875,"y":552.2304077148438,"id":"Franckesche Stiftungen zu Halle","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/1239249551\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.0},{"label":"M. Leonhardi Christophori Sturmii Iusta Explosio Calumniarum, Quibus anonymus Scriptor, sub larva epistolae ad amicum in Argentoratensium Ac (1695)","x":347.8907470703125,"y":612.2178955078125,"id":"K10plus_001480561","attributes":{"Modularity Class":"8","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001480561\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Sanfftleben, Peter","x":-149.46278381347656,"y":639.0789184570312,"id":"gnd_124496032","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d124496032\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-442.7719421386719,"y":223.7632598876953,"id":"CH-001880-7-000293110","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293110\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-489.01617431640625,"y":236.53985595703125,"id":"CH-001880-7-000293134","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293134\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-452.688232421875,"y":301.4248046875,"id":"CH-001880-7-000293129","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293129\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Biographie","x":508.9256286621094,"y":-242.88328552246094,"id":"Biographie","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096631023\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.0},{"label":"Astrologie","x":141.3984375,"y":-701.84228515625,"id":"Astrologie","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096630906\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.89686107635498},{"label":"Mathematik","x":-54.81596755981445,"y":-358.90313720703125,"id":"4","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096632283\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":12.331838607788086},{"label":"Hymenaeum Triplicem, cum Generosus Strenuissimus \u0026 Sapientissimus Vir, Dn. Wilhelmus Im-Hof, Illustris Reipubl. Norimbergensis Senator ac Pr (1688)","x":657.3047485351562,"y":-196.48800659179688,"id":"K10plus_005645247","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005645247\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Brief von August Hermann Francke an Heinrich Julius Elers.","x":-159.9361114501953,"y":613.9879150390625,"id":"DE-611-HS-3251736","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3251736\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.614349365234375},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":41.8307991027832,"y":-29.249767303466797,"id":"Leibniz_12876","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/12876\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Seligmann, Gottlob Friedrich","x":512.4097900390625,"y":-286.3345031738281,"id":"gnd_104050934","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d104050934\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Theologie","x":146.7642822265625,"y":485.2513732910156,"id":"2","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/4059758-1\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":20.403587341308594},{"label":"Kurtze Vorstellung der gantzen Civil-Bau-Kunst. Worinnen erstlich die vornehmsten Kunst-Wörter, so darinnen immerzu vorkommen, in fünfferl (1718)","x":-189.07562255859375,"y":-419.9393615722656,"id":"VD18_12337323","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12337323\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Johann Ludewig Hannemanns/ M.D. \u0026 Philosophiae Naturalis .. I. Continuation Oder Fortsetzung der Verthädigung der Astrologie Metoposcopie u (1699)","x":225.1847686767578,"y":-666.84033203125,"id":"K10plus_000484121","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000484121\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Brief von Johann Franz Buddeus an [August Hermann Francke].","x":-48.99891662597656,"y":521.6149291992188,"id":"DE-611-HS-3254792","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3254792\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.07623291015625},{"label":"Leonhard Christoph Sturms, Aus wahrer Liebe zur Wahrheit und zur Gottseeligkeit öffentlich ergehende Erklärung seiner Meynung Von dem Heil (1715)","x":173.03536987304688,"y":334.4901123046875,"id":"VD18_11319674","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11319674\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Cocceji, Samuel \u003c\u003cvon\u003e\u003e, (1679-1755)","x":-162.09642028808594,"y":-109.51918029785156,"id":"gnd_119501600","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119501600\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Vollständige Anweisung alle Arten von Kirchen wohl anzugeben. Worinnen 1. Nic. Goldmanns Anweisung und drey Exempel angeführet, und mit An (1718)","x":30.125364303588867,"y":-269.7781066894531,"id":"VD18_14384108","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14384108\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Des zu den Calvinisch-Reformirten abgefallenen Herrn Leonh. Christoph. Sturmii Ausgebreitete Scrupel, Vom Heil. Abendmahl, [et]c. Nebst kurt (1714)","x":115.61508178710938,"y":594.4228515625,"id":"VD18_10036881","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10036881\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-94.4753646850586,"y":468.9131774902344,"id":"DE-611-HS-2914025","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914025\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Brief von Leonhard Christoph Sturm an Leibniz","x":18.2152156829834,"y":-25.732383728027344,"id":"Leibniz_19286","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/19286\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-186.8555908203125,"y":429.8608703613281,"id":"DE-611-HS-2914022","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914022\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.717489242553711},{"label":"Die Geöfnete Festung/. Worinnen Alle deroselben Hauptsächlichsten Wercke und zubehörige Theile/ so wohl in einer kurtzen Beschreibung/ al (1702)","x":65.70326232910156,"y":-446.0527038574219,"id":"VD18_90104358","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d90104358\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Descartes, René, (1596-1650)","x":-147.11488342285156,"y":-168.77833557128906,"id":"gnd_118524844","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118524844\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Ingolstaetterus, Andreas","x":353.99835205078125,"y":784.9395751953125,"id":"Ingolstaetterus, Andreas","attributes":{"Modularity Class":"5","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d133968030\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-174.22544860839844,"y":366.386474609375,"id":"DE-611-HS-3272244","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3272244\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.434977531433105},{"label":"Scheuchzer, Johann (1684-1738)","x":136.92295837402344,"y":-305.0827941894531,"id":"gnd_120379260","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d120379260\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Fruitbearing Society","x":-0.07277194410562515,"y":-726.3607177734375,"id":"Fruitbearing Society","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://www.die-fruchtbringende-gesellschaft.de/\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.717489242553711},{"label":"Scamozzi, Vincenzo, (1548-1616)","x":-246.13037109375,"y":-277.2416076660156,"id":"gnd_118794817","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118794817\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Sturm, Leonhard Christoph (1669-1719)","x":-142.4983367919922,"y":49.13593673706055,"id":"7","attributes":{"Modularity Class":"50","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d117364177\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":50.0},{"label":"Eilfertiges Sendschreiben, Herrn Leonhard Christoph Sturms so genannte Vollkommene Aufflösung Der Apocalyptischen Zahl 666. betreffend, An (1716)","x":244.79473876953125,"y":428.1202087402344,"id":"VD18_10021566","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10021566\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Monatliche Unterredungen","x":430.3798828125,"y":645.3792114257812,"id":"ppn_1914960","attributes":{"Modularity Class":"8","Für weitere Informationen siehe":"\u003ca href\u003d\"https://adw-goe.de/forschung/forschungsprojekte-akademienprogramm/gjz18/zeitschriften/id/1914960\"\u003e[Link]\u003c/a\u003e","type":"Zeitschrift"},"color":"rgb(89,163,244)","size":10.0},{"label":"Omeis, Magnus Daniel","x":283.2646789550781,"y":-237.31292724609375,"id":"gnd_100803997","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100803997\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Feuerlinus, Conradus","x":349.0482177734375,"y":760.8355712890625,"id":"Feuerlinus, Conradus","attributes":{"Modularity Class":"5","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116484187\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Stoeberlinus, Johann. Leonhardus","x":312.7400817871094,"y":794.59521484375,"id":"Stoeberlinus, Johann. Leonhardus","attributes":{"Modularity Class":"5","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d121618765\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief an Gottfried Wilhelm Leibniz / von Nicolaus I Bernoulli","x":-42.99103927612305,"y":-89.33720397949219,"id":"CH-001880-7-000059160","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000059160\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.89686107635498},{"label":"Leonhard Christoph Sturms .. Völlige Verantwortung, Seines Mathematischen Beweises Vom Heiligen Abendmahl. Sowol gegen .. Ernesti Mushards (1714)","x":258.98370361328125,"y":262.1513366699219,"id":"VD18_10377719","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10377719\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.89686107635498},{"label":"Königliches Pädagogium","x":-190.5546112060547,"y":395.9820556640625,"id":"Königliches Pädagogium","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/601007-6\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.17937183380127},{"label":"Neumeister, Erdmann","x":250.57574462890625,"y":458.8274841308594,"id":"gnd_11893094X","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d11893094X\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Rümker, Johann Peter","x":322.4696044921875,"y":392.5099792480469,"id":"gnd_1067265406","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d1067265406\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Neumann, Caspar","x":42.72219467163086,"y":211.98806762695312,"id":"gnd_118738623","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118738623\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Herrnschmidt, Johann Daniel (1675-1723)","x":-172.06161499023438,"y":638.8709716796875,"id":"gnd_10001349X","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d10001349X\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-77.92820739746094,"y":428.04168701171875,"id":"DE-611-HS-2914015","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914015\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Schwartze, Tobias","x":-505.1573791503906,"y":-854.4829711914062,"id":"gnd_1037497562","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d1037497562\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Uffenbach, Zacharias Konrad von (1683-1734)","x":-259.3824462890625,"y":33.649269104003906,"id":"gnd_118803107","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118803107\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Hoym, Ludwig Gebhard von (1678-1738)","x":-240.6634521484375,"y":593.5975341796875,"id":"gnd_137638272","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d137638272\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Westarpff, Conrad","x":-521.2044067382812,"y":-751.0728759765625,"id":"gnd_122987268","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d122987268\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Glückwünschender Zuruff/ welchen/ als Die .. Herren/ Herr Johann Cyriacus Nehring/ Pfollendorff. Thuringus, Procurator Camerae Principalis (1688)","x":575.968994140625,"y":-169.1040496826172,"id":"K10plus_007210566","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210566\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Brief an Maria Margaretha Kirch-Winkelmann / von Leonhard Christoph Sturm","x":-335.893310546875,"y":214.86045837402344,"id":"CH-001880-7-000293111","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293111\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Crailsheim, Cratonus","x":435.72052001953125,"y":28.664684295654297,"id":"Crailsheim, Cratonus","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119208989\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Ehrenberger, Bonifacius Heinrich","x":169.2852325439453,"y":-285.27630615234375,"id":"gnd_116383003","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116383003\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Epikrisis Epistolica, Ad Amicum in Argentoratensium Academia degentem Tübinga transmissa, De Sciagraphia Templi Hierosolymitani Paucis ante (1694)","x":366.6849060058594,"y":588.8821411132812,"id":"K10plus_001212362","attributes":{"Modularity Class":"8","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001212362\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Dissertation:jur.","x":-519.7578125,"y":-799.8012084960938,"id":"Dissertation:jur.","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/09663118X\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.17937183380127},{"label":"Lyrik","x":704.7521362304688,"y":-80.49172973632812,"id":"Lyrik","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096632232\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.0},{"label":"Als Die .. Herren Herr Johann Cyriacus Nehring/ von Pfollendorff aus Thüringen/ Fürstl. Cammer-Procurator und Hof-Advocat zu Friedenstein. (1688)","x":551.8916625976562,"y":-49.227264404296875,"id":"K10plus_007210272","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d007210272\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Frantz Albrecht Æpini, D. P. P. Bedencken über Des Hoch-Fürstl. Mecklenburgischen Cammer-Raths und Bau-Directoris, (S. T.) Herrn Leonh. C (1715)","x":268.7126159667969,"y":382.7489318847656,"id":"VD18_11288515","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11288515\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Dissertatio Inauguralis Medica De Bile Icteri Causa Ficta (1710)","x":-0.7991801500320435,"y":417.8312072753906,"id":"VD18_11283769","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11283769\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Die Geöfnete Festung. Worinnen Alle deroselben Hauptsächlichsten Werkke und zubehörige Theile/ so wohl in einer kurzen Beschreibung/ als (1700)","x":80.1126937866211,"y":-476.54864501953125,"id":"K10plus_000387835","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000387835\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Russian Academy of Sciences","x":-94.33833312988281,"y":-113.3775863647461,"id":"11","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://www.wikidata.org/wiki/Q83172\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.358744621276855},{"label":"Pfautz, Christoph, (1645-1711)","x":-195.37754821777344,"y":-286.9244079589844,"id":"gnd_121488551","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d121488551\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms Fürstl. Mecklenb. Raths und Archit. Neue Manier zu befestigen, Nach den neuesten Maximen und Requisitis der Defen (1718)","x":78.60391998291016,"y":-303.25189208984375,"id":"VD18_12969311","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12969311\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Ab Augusto ac Potentissimo Rege Prussiæ Friderico Principe .. Et Consensu Amplissimi Senatus Academici susceptam, Matheseos Professionem Or (1702)","x":486.42352294921875,"y":-154.84034729003906,"id":"VD18_12825166","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d12825166\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Leonhard Christoph Sturm, Fürstl. Mecklenbl. Raths und Bau-Directoris Kurtz und sichere Anleitung Alle Arten von Wasser-Mühlen mercklich z (1712)","x":273.7847900390625,"y":-571.7674560546875,"id":"VD18_10963731","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10963731\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Händel, Christoph Christian","x":364.8279724121094,"y":10.367012023925781,"id":"gnd_100819346","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100819346\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Neue Zeitungen von Gelehrten Sachen","x":111.30853271484375,"y":-169.8374786376953,"id":"ppn_001915045","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://adw-goe.de/forschung/forschungsprojekte-akademienprogramm/gjz18/zeitschriften/id/001915045\"\u003e[Link]\u003c/a\u003e","type":"Zeitschrift"},"color":"rgb(89,163,244)","size":11.793722152709961},{"label":"Anton Ulrich Braunschweig-Lüneburg, Herzog","x":-34.97793960571289,"y":-708.5322875976562,"id":"Anton Ulrich Braunschweig-Lüneburg, Herzog","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118503472\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.538116455078125},{"label":"Antwort Auf das Theologische Antwort-Schreiben, Welches (Tit.) Hr. Ernest. Mushard, Hoch-angesehener Diener am Wort Gottes bey der Lutherisc (1715)","x":65.36531066894531,"y":547.0213012695312,"id":"VD18_10441611","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10441611\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Elementa logistica sexagenariae [deutsch] (Manuskripttitel)","x":-92.64018249511719,"y":-350.8290100097656,"id":"DE-611-HS-849680","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-849680\"\u003e[Link]\u003c/a\u003e","type":"Manuskript"},"color":"rgb(182,164,0)","size":10.17937183380127},{"label":"Staehelin, Johann Heinrich, (1668-1721)","x":65.27816009521484,"y":-254.2478790283203,"id":"gnd_121297829","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d121297829\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-112.6942367553711,"y":355.4145812988281,"id":"DE-611-HS-2914012","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914012\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-135.0666046142578,"y":387.8982238769531,"id":"DE-611-HS-3271823","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3271823\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Canstein, Carl Hildebrand von (1667-1719)","x":-250.3549041748047,"y":573.1673583984375,"id":"gnd_118666924","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118666924\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"[..] Fons Et Autor Omnis Felicitatis Unicus! .. Quinque Iterum In Medium Adducit Laureae Philosophicae Candidatos .. Christophorum Jacobum G (1688)","x":337.3836975097656,"y":-11.891227722167969,"id":"K10plus_006494951","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d006494951\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":11.07623291015625},{"label":"Vollständige Anweisung, Grosser Herren Palläste starck, bequem, nach den Reguln der antiquen Architectur untadelich, und nach dem heutigen (1718)","x":-182.56036376953125,"y":-514.8634033203125,"id":"VD18_10209468","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10209468\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Rantzau, Friederich","x":140.5985870361328,"y":-671.71826171875,"id":"Rantzau, Friederich","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d1019503629\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Brief von Leonhard Christoph Sturm an Johann Franz Buddeus","x":1.9506343603134155,"y":482.53851318359375,"id":"DE-611-HS-687416","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-687416\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Teutsch-Redender Vauban, Oder: Vollkommene Unterweisung alle Plätz/ Sie seyen regular oder irregular, auff die allerneuste Art und Weiß na (1695)","x":-124.47611999511719,"y":-327.938232421875,"id":"K10plus_001821504","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001821504\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Schiller, Benjamin","x":292.484619140625,"y":-585.423583984375,"id":"gnd_1037500369","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d1037500369\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Sciagraphia Templi Hierosolymitani. Ex ipsis SS. Literarum fontibus, praesertim ex visione Ezechielis ultima, Architectonice quidem, ita tam (1694)","x":411.25653076171875,"y":623.8927001953125,"id":"K10plus_001207148","attributes":{"Modularity Class":"8","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001207148\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Nicolai Goldmanns Vollständige Anweisung Zu der Civil-Bau-Kunst. In welcher Nicht nur die fünf Ordnungen/ samt den dazu gehörigen Fenster (1699)","x":-37.17483139038086,"y":-676.7650146484375,"id":"K10plus_000822191","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000822191\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Wölcker, Sybilla Dorothea","x":668.6963500976562,"y":-217.19090270996094,"id":"gnd_130387002","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d130387002\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Architectura Militaris Hypothetica \u0026 Eclectica, Das ist: Eine getreue Anweisung, wie man sich der gar verschiedenen Teutschen, Französische (1702)","x":115.22543334960938,"y":-470.47564697265625,"id":"VD18_14845636","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14845636\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Vitruvius, (ca. v1. Jh.)","x":-224.65780639648438,"y":-240.22079467773438,"id":"gnd_118627252","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118627252\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Bernoulli, Johann (1667-1748)","x":-45.245086669921875,"y":-129.58612060546875,"id":"gnd_118509969","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118509969\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":11.434977531433105},{"label":"Architektur","x":-33.719112396240234,"y":-471.4364318847656,"id":"6","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096630876\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":18.430492401123047},{"label":"Goldmann, Nikolaus, (1611-1665)","x":-133.05210876464844,"y":-514.39892578125,"id":"gnd_123624940","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d123624940\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":12.331838607788086},{"label":"Blondel, François, (1618-1686)","x":-196.0609588623047,"y":-222.8595428466797,"id":"gnd_117627666","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d117627666\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Starck, Caspar Heinrich","x":277.1986083984375,"y":436.0290222167969,"id":"gnd_129905585","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d129905585\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Gruber, Johann Sebastian","x":-714.80322265625,"y":-357.1750183105469,"id":"gnd_104124938","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d104124938\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Brief von Johann Christoph Sturm an Leonhard Christoph Sturm für Leibniz","x":-8.384385108947754,"y":4.090909481048584,"id":"Leibniz_13786","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"https://leibniz.uni-goettingen.de/letters/view/13786\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.358744621276855},{"label":"Weidner, Johann Joachim","x":178.3803253173828,"y":257.1020202636719,"id":"gnd_104197412","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d104197412\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"M. Leonh. Christ. Sturms, Math. Prof. Ord. zu Franckfurt an der Oder, Beweiß seiner äussersten Gedult in fernerer bescheidenen Beantwortun (1703)","x":-690.9767456054688,"y":-359.0774841308594,"id":"VD18_10853960","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10853960\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Schoock, Marten, (1614-1669)","x":99.74517059326172,"y":-232.6680908203125,"id":"gnd_118945777","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118945777\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Die Letzte und völlige Abfertigung Bileams/ Oder nochmahliger Sonnen-klarer Beweiß/ Daß Die heilige Schrifft nicht vor/ sondern wider die (1700)","x":191.29196166992188,"y":-657.6697387695312,"id":"K10plus_001562770","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001562770\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Perrault, Claude, (1613-1688)","x":-175.5311279296875,"y":-239.94248962402344,"id":"gnd_118740016","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118740016\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Haseloff, Arthur (1872-1955)","x":-225.7349090576172,"y":-564.3923950195312,"id":"gnd_116511567","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116511567\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Rimpler, Georg","x":187.3552703857422,"y":-481.1745910644531,"id":"gnd_129830402","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d129830402\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief an Maria Margaretha Kirch-Winkelmann / von Leonhard Christoph Sturm","x":-353.50457763671875,"y":194.84739685058594,"id":"CH-001880-7-000293114","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293114\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Leonh. Christoph. Sturmii Math. in Univers. Alma Francof. Prof. Publ. Ord. Architectura Militaris, Nova Plane Methodo Conscripta, Et ab illa (1703)","x":-73.63651275634766,"y":-233.48025512695312,"id":"VD18_13170899","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d13170899\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Moderante Divini Numinis Gratia, Rectore Magnificentissimo .. Domino Johanne Guilielmo .. De Variis Veritatis Inveniendae Methodis, Indultu (1689)","x":355.79913330078125,"y":-276.064208984375,"id":"K10plus_001387626","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001387626\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Huthmann, Henning","x":313.6694641113281,"y":363.81683349609375,"id":"gnd_129071811","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d129071811\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Ein Gerechter in seinem Tode Ward Bey Christlich-solennem Leichen-Begängnisse Des .. Herrn George Bosens ..weitberühmten Handels-Herrns al (1701)","x":494.453125,"y":-271.0776062011719,"id":"K10plus_001456377","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001456377\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Das Ungöttliche Wesen Jm Sturmischen Unwesen","x":329.03680419921875,"y":292.49761962890625,"id":"VD18_10090940","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10090940\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Der Erste Theil/ Die Stellen aus dem ersten Buch Mosis behandlend. Leonhard Christoph Sturms jedermann Verständliche Erklärung derjenigen (1719)","x":127.70162200927734,"y":693.32666015625,"id":"VD18_9048262X","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d9048262X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Die zum Vergnügen der Reisenden geöfnete Baumeister-Academie, Oder Kurtzer Entwurff derjenigen Dinge/ die einem galant-homme zu wissen nö (1702)","x":-68.51617431640625,"y":-540.747314453125,"id":"VD18_1049085X","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d1049085X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Auffrichtiges Denckmahl der Liebe. Die sonderbare Wissenschafft in der gesamten Mathesi Des .. George Bosens/ Vornehmen des Raths .. Vorsteh (1700)","x":485.4043273925781,"y":-241.10403442382812,"id":"K10plus_001635700","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001635700\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Brief an Johann I Bernoulli / von Johann Scheuchzer","x":90.45791625976562,"y":-255.6645050048828,"id":"CH-001880-7-000056933","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000056933\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.255605697631836},{"label":"Aegidii Strauchii Prof: quond: P. Witteb: Tabulae Sinuum Tangentium Logarithmorum Et per universam Mathesin (1700)","x":-112.03914642333984,"y":-407.9981994628906,"id":"K10plus_005585597","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005585597\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Weiße, Magdalena","x":699.1092529296875,"y":-55.3221435546875,"id":"gnd_120325675","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d120325675\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms Vollständige Anweisung, Allerhand Oeffentliche Zucht- und Liebes-Gebäude, Als hohe und niedrige Schulen, Ritter- (1720)","x":-177.476318359375,"y":-485.6255187988281,"id":"VD18_1455111X","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d1455111X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"German Academy of Sciences Leopoldina","x":179.37380981445312,"y":-350.28387451171875,"id":"German Academy of Sciences Leopoldina","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/61192-X\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.717489242553711},{"label":"Altertumskunde","x":380.2533874511719,"y":616.888427734375,"id":"0","attributes":{"Modularity Class":"8","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096630760\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.538116455078125},{"label":"Brief von Leonhard Christoph Sturm an Joachim Lange.","x":-105.99891662597656,"y":594.12158203125,"id":"DE-611-HS-3255440","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-3255440\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.538116455078125},{"label":"Adspirante Ter-Optimi Ter-Maximi Gratia, Et Amplissimae Facultatis Philosophicae Benevolo Indultu, Mathesin Logices Adiutricem Examini Publi (1689)","x":327.7851257324219,"y":-294.6811218261719,"id":"K10plus_001049038","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001049038\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-138.7642364501953,"y":521.1290283203125,"id":"DE-611-HS-2914019","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914019\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.07623291015625},{"label":"Chladni, Martin","x":184.7461700439453,"y":422.58074951171875,"id":"gnd_101085729","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d101085729\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Elementa trigonomietiae sphaericae [deutsch] (Manuskripttitel)","x":-116.27021789550781,"y":-366.43292236328125,"id":"DE-611-HS-849678","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-849678\"\u003e[Link]\u003c/a\u003e","type":"Manuskript"},"color":"rgb(182,164,0)","size":10.17937183380127},{"label":"De Optima Tum Aedificandi, Tum Muniendi Ratione, Incluti Philosophorum Ordinis In Academia Lipsiensi in dultu, qualiumcunque cogiatatorum su (1692)","x":407.3970642089844,"y":-284.4717102050781,"id":"K10plus_001274295","attributes":{"Modularity Class":"10","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001274295\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Förster, Jacobus Guilielmus","x":397.2422180175781,"y":45.74653244018555,"id":"Förster, Jacobus Guilielmus","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d122413024\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonh. Chr. Sturms .. Vollkom[m]ene Auflösung Des Grössesten, und seit mehr als sechszehen hundert Jahr unauffgelöset gebliebenen Problem (1716)","x":207.69952392578125,"y":302.5421447753906,"id":"VD18_11619678","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11619678\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.538116455078125},{"label":"Gründliche und Practische Unterweisung, Wie man Fang-Schläussen und Roll-Brücken, Nach der besten heutigen Art, von Holtz und Stein, star (1715)","x":240.5021514892578,"y":-526.7626953125,"id":"VD18_14551276","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551276\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Leonh. Christoph Sturms, Math. Prof. O. zu Franckfurt an der Oder und Mitgl. der Königl. Societät der Wissensch. zu Berlin, Bescheidene Ex (1704)","x":44.67730712890625,"y":-600.5530395507812,"id":"VD18_10081585","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10081585\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Gelegenheitsschrift","x":553.8603515625,"y":-124.94052124023438,"id":"3","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096631538\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":13.946187973022461},{"label":"Neue Bibliothec","x":207.24745178222656,"y":335.8082275390625,"id":"ppn_ 001915002","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://adw-goe.de/forschung/forschungsprojekte-akademienprogramm/gjz18/zeitschriften/id/ 001915002\"\u003e[Link]\u003c/a\u003e","type":"Zeitschrift"},"color":"rgb(89,163,244)","size":13.766816139221191},{"label":"Die Geöffnete Festung/. Worinnen Alle deroselben Hauptsächlichsten Wercke und zubehörige Theile/ so wohl in einer kurtzen Beschreibung/ a (1706)","x":130.47494506835938,"y":-407.7220153808594,"id":"VD18_10466878","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10466878\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief an Johann I Bernoulli / von Christian Wolff","x":-219.38108825683594,"y":-269.63775634765625,"id":"CH-001880-7-000057800","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000057800\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":13.049327850341797},{"label":"Leonhard Christoph Sturms, Math. Prof. Ord. auff der Königl. Universität zu Franckfurt, und Consorten in der Königl. Societät zu Berlin, (1702)","x":-709.5824584960938,"y":-333.85113525390625,"id":"VD18_10853952","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10853952\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Roth, Jakob Christoph","x":337.0115051269531,"y":13.230961799621582,"id":"gnd_120348381","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d120348381\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Der Geöffnete See-Hafen/. Worinnen nicht allein Der meisten Nationen und Regenten, ingleichen fürnehmer See- und Handels-Städte in allen (1705)","x":82.70531463623047,"y":61.829036712646484,"id":"VD18_10487719","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10487719\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Kohlreif, Gottfried","x":223.9790802001953,"y":391.6091613769531,"id":"gnd_100196314","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100196314\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Crailsheim, Guolfgangus","x":423.9244384765625,"y":78.5291519165039,"id":"Crailsheim, Guolfgangus","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119208989\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Sturm, Johann Jacob","x":645.645263671875,"y":-81.41681671142578,"id":"gnd_124583768","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d124583768\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Elers, Heinrich Julius (1667-1728)","x":-212.3258056640625,"y":626.8909912109375,"id":"gnd_116446889","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d116446889\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Leonhard Christoph Sturms, Vollständige Anweisung, Alle Arten von regularen Pracht-Gebäuden nach gewissen Reguln zu erfinden, auszutheilen (1716)","x":111.60021209716797,"y":-203.19284057617188,"id":"VD18_14551071","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d14551071\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Briefwechsel Leonhard Christop Sturm mit Gottfried Wilhelm Leibniz","x":-46.08702087402344,"y":-16.908674240112305,"id":"DE-611-HS-867396","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-867396\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.538116455078125},{"label":"Vade Mecum Architectonicum Comprehendens Tabulas Architecturae Civilis atque Militaris. Easque maxime necessarias, novo calculo atque method (1700)","x":-50.07435607910156,"y":-399.3682861328125,"id":"K10plus_00601786X","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d00601786X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Pagenstecher, Alexander Arnold, (1659-1716)","x":-173.37417602539062,"y":-129.99578857421875,"id":"gnd_130296163","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d130296163\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Probst, Philipp Ludewig","x":210.75599670410156,"y":-643.8561401367188,"id":"Probst, Philipp Ludewig","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d128521295\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Kurtze Vorstellung der gantzen Civil-Bau-Kunst, Worinnen erstlich die vornehmsten Kunst-Wörter, so darinnen immerzu vorkommen, in fünfferl (1718)","x":25.015615463256836,"y":-519.4797973632812,"id":"VD18_11384948","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11384948\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Universität (Halle, Saale) / Theologische Fakultät","x":-47.19526672363281,"y":384.9125061035156,"id":"Universität (Halle, Saale) / Theologische Fakultät","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/112493667X\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.0},{"label":"Jo. Joach. Weidneri ..Gepflogene Correspondence Mit Dem .. Hn. Leonhardo Christophoro Sturmen, über einige Puncta Vom Heil. Abendmahl. Zur (1714)","x":188.66635131835938,"y":278.63507080078125,"id":"VD18_11602902","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11602902\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Toiutismus Verbis Institutionis S. Coenae insidiosus, Mathematica, ut dicitur, Demonstratione Abs S. T. Dn. Leonhard. Christoph. Sturmio (1714)","x":288.3406677246094,"y":316.1978759765625,"id":"VD18_10377727","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10377727\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.89686107635498},{"label":"Strauch, Aegidius","x":-134.36412048339844,"y":-426.4153137207031,"id":"gnd_117311421","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d117311421\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Der Geöfnete Ritter-Plaz. Worinnen Die vornehmste Ritterliche Wissenschafften und Ubungen/ Sonderlich/ was bey der Fortification, Civil-Bau (1700)","x":375.513671875,"y":-244.3265838623047,"id":"K10plus_000387827","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000387827\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Mechanik","x":244.6696319580078,"y":-560.0902099609375,"id":"Mechanik","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://uri.gbv.de/terminology/aadgenres/096632305\"\u003e[Link]\u003c/a\u003e","type":"Inhalt_Gattung"},"color":"rgb(0,203,71)","size":10.538116455078125},{"label":"Schübler, Johann Jacob","x":-21.86254119873047,"y":174.43771362304688,"id":"gnd_11881804X","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d11881804X\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Brief an Christian Wolff / von Johann I Bernoulli","x":-93.20849609375,"y":-159.69644165039062,"id":"CH-001880-7-000057811","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000057811\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":11.434977531433105},{"label":"Newton, Isaac, (1643-1727)","x":-119.6877670288086,"y":-113.1358642578125,"id":"gnd_118587544","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118587544\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Logos EllÄ“nikos Eis tÄ“n PhatnÄ“n IÄ“su Christu. En tÄ“ BÄ“thleem polei gegennÄ“menu, En tÄ“ ton NorimbergeÅÄ“ AkadÄ“mia, PalaikÅmÄ“ kalu (1688)","x":422.36004638671875,"y":51.92063903808594,"id":"K10plus_005703670","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d005703670\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":11.614349365234375},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-172.19342041015625,"y":459.1001892089844,"id":"DE-611-HS-2914020","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914020\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.717489242553711},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-73.88558197021484,"y":318.32379150390625,"id":"DE-611-HS-2914021","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914021\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.717489242553711},{"label":"Die Brand-Mahle Des Sturmischen Gewissens","x":283.8774108886719,"y":287.4493103027344,"id":"VD18_10089543","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10089543\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"L. C. Sturms Construction Der VI. Ordnungen Zur Regulairen Civil Bau Kunst (1700)","x":-35.46040725708008,"y":-545.4723510742188,"id":"K10plus_004881427","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d004881427\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Ryff, Walther Hermann, (1500-1548)","x":-262.033935546875,"y":-262.5696716308594,"id":"gnd_118604376","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118604376\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Reinbeck, Johann Gustav","x":87.76126098632812,"y":232.2356414794922,"id":"gnd_115843647","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d115843647\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.358744621276855},{"label":"Spener, Philipp Jakob (1635-1705)","x":-221.10836791992188,"y":521.2377319335938,"id":"gnd_118616099","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118616099\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"L. C. Sturmii, Math. Prof. P. Ord.Oratio Inauguralis De Utilitate Matheseos per omnes Disciplinas. Habita Francofurti ad Oderam Ao. 1702. d. (1702)","x":494.1883850097656,"y":-70.97331237792969,"id":"VD18_11622784","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11622784\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Unumstößlicher Beweiß, Daß von dem weit-berühmten und vortrefflichen Käyserl. Ober-Ingenieur Herrn Baron Ernst Friederich von Borgsdor (1704)","x":15.908987045288086,"y":-613.3014526367188,"id":"VD18_10417656","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10417656\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Friedrich Preußen, König, I.","x":435.04486083984375,"y":619.9230346679688,"id":"Friedrich Preußen, König, I.","attributes":{"Modularity Class":"8","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118535730\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonh. Christoph Sturms Gebührende Abfertigung Der Gewissen-losen und die Schande ihres Authoris ausschäumenden Läster-Schrifft, Die der (1715)","x":217.18035888671875,"y":278.0958557128906,"id":"VD18_11166800","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11166800\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Dänisch-Hallesche Mission in Tranquebar (1706-1845)","x":-189.85243225097656,"y":346.0304870605469,"id":"Dänisch-Hallesche Mission in Tranquebar (1706-1845)","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://d-nb.info/gnd/2098187-9\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.0},{"label":"Bechmann, Wilhelm","x":323.4930114746094,"y":-34.221370697021484,"id":"gnd_128486538","attributes":{"Modularity Class":"6","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d128486538\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Vade Mecum Architectonicum bestehend In neu ausgerechneten Tabellen zu der Civil- und Militar-Baukunst. Dergleichen so vollständig/ ordentl (1700)","x":-82.53083038330078,"y":-390.6678771972656,"id":"K10plus_000645419","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000645419\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke.","x":-119.68607330322266,"y":483.5147705078125,"id":"DE-611-HS-2914018","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-2914018\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.717489242553711},{"label":"Lotharius Franciscus Bischof zu Bamberg","x":-143.8202362060547,"y":-342.19500732421875,"id":"Lotharius Franciscus Bischof zu Bamberg","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118729187\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonhard Christoph Sturms, Math. Prof. Ord. zu Franckf. an der Oder, und der Königl. Societaet der Wissenschafften zu Berlin Mit-Glieds Ent (1704)","x":168.8032684326172,"y":-467.3928527832031,"id":"VD18_1484561X","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d1484561X\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Cotes, Roger, (1682-1716)","x":-163.28855895996094,"y":-150.4416046142578,"id":"gnd_121009645","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d121009645\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Haendelius, Christophorus Christianus","x":701.0863037109375,"y":-155.34803771972656,"id":"Haendelius, Christophorus Christianus","attributes":{"Modularity Class":"4","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100819346\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Domcke, Georg Petrus","x":-181.0375518798828,"y":518.314208984375,"id":"gnd_","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100461379\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":11.255605697631836},{"label":"Außführliche Anleitung/ zu der gantzen Civil Baukunst. Worinnen Nebst denen fünff Ordnungen von J. Bar. de Vignola, Wie auch dessen und d (1700)","x":-239.12771606445312,"y":-349.3943176269531,"id":"K10plus_004705564","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d004705564\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Brief an Gottfried Kirch / von Leonhard Christoph Sturm","x":-496.92279052734375,"y":259.98284912109375,"id":"CH-001880-7-000293132","attributes":{"Modularity Class":"1","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/CH-001880-7-000293132\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Renau D\u0027Elicagaray, Bernard, (1652-1719)","x":-118.9168930053711,"y":-164.71522521972656,"id":"gnd_102079056","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d102079056\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Euclides, (ca. v3. Jh.)","x":-203.19595336914062,"y":-246.54248046875,"id":"gnd_118638955","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118638955\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Vignola, (1507-1573)","x":-259.70379638671875,"y":-297.7971496582031,"id":"gnd_11925011X","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d11925011X\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Rösener, Andreas Christoph","x":-548.6820678710938,"y":-769.5439453125,"id":"gnd_100871356","attributes":{"Modularity Class":"9","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100871356\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Noch Etwas Wider des (Tit:) Hrn. Leonhard Christoph Sturms .. So genannte Völlige Verantwortung Seines Mathematischen Beweises Vom Heiligen (1715)","x":180.88674926757812,"y":304.9179992675781,"id":"VD18_11425822","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11425822\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Brief von Leonhard Christoph Sturm an Johann Franz Buddeus","x":-21.561168670654297,"y":494.4131774902344,"id":"DE-611-HS-687419","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-687419\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Mencke, Johann Burkhard, (1674-1732)","x":-107.1025619506836,"y":-183.44593811035156,"id":"gnd_118783181","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118783181\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Johannis Ludovici Hannemann. D. Philosophiae Naturalis Professoris Ordinarii Societatis Leopoldinae Collegae dicti Nestoris II. Verthädigun (1699)","x":166.10748291015625,"y":-672.4091186523438,"id":"K10plus_001562274","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001562274\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Lauterbach, Johann Balthasar, (1663-1694)","x":-213.10435485839844,"y":-299.7538757324219,"id":"gnd_119263637","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119263637\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Aepinus, Franz Albert","x":299.88604736328125,"y":408.9669494628906,"id":"gnd_11559437X","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d11559437X\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.17937183380127},{"label":"Brief von Leonhard Christoph Sturm an August Hermann Francke","x":-113.33766174316406,"y":400.8344421386719,"id":"DE-611-HS-1916253","attributes":{"Modularity Class":"3","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kalliope-verbund.info/DE-611-HS-1916253\"\u003e[Link]\u003c/a\u003e","type":"Brief(e)"},"color":"rgb(255,124,255)","size":10.17937183380127},{"label":"Leibniz, Gottfried Wilhelm (1646-1716)","x":0.5440781116485596,"y":-53.58974075317383,"id":"gnd_118571249","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d118571249\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":13.228699684143066},{"label":"Hermann, Jacob (1678-1733)","x":-97.68357849121094,"y":-84.4501724243164,"id":"gnd_119112450","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d119112450\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.89686107635498},{"label":"Bileams Abfertigung/ Oder Gründliche Wiederlegung Der Astrologie und aller anverwanten Wahrsager-Künste. Aus der Heil. Schrifft/ der reale (1699)","x":91.39424133300781,"y":-735.4033813476562,"id":"K10plus_001562460","attributes":{"Modularity Class":"11","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d001562460\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Außführliche Anleitung/ zu der gantzen Civil Baukunst. Worinnen Nebst denen fünff Ordnungen von J. Bar. de Vignola, Wie auch dessen und d (1699)","x":-273.16534423828125,"y":-323.98968505859375,"id":"K10plus_000812803","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.28/SET\u003d6/TTL\u003d1/CMD?MATCFILTER\u003dN\u0026MATCSET\u003dN\u0026ACT0\u003d\u0026IKT0\u003d\u0026TRM0\u003d\u0026ACT3\u003d*\u0026IKT3\u003d8183\u0026ACT\u003dSRCHA\u0026IKT\u003d12\u0026SRT\u003dYOP\u0026ADI_BIB\u003d\u0026TRM\u003d000812803\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.717489242553711},{"label":"Leonhard Christoph Sturms ..Mathematischer Beweiß Von dem Heil. Abendmahl, Daß I. Die Worte der Einsetzung nie recht aus dem Griechischen (1714)","x":187.99000549316406,"y":126.7845687866211,"id":"VD18_11484101","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11484101\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":11.07623291015625},{"label":"Fabricius, Johann Albert","x":310.9119567871094,"y":271.6338195800781,"id":"gnd_100099459","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100099459\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.538116455078125},{"label":"Pontifical Academy of Sciences","x":64.27665710449219,"y":-54.285640716552734,"id":"Pontifical Academy of Sciences","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d4351486-8\"\u003e[Link]\u003c/a\u003e","type":"Institution"},"color":"rgb(94,107,87)","size":10.0},{"label":"Freundlicher Wett-Streit Der Französischen, Holländischen und Teutschen Krieges-Bau-Kunst. Worinnen Die Befestigungs-Manier des Hrn. von V (1718)","x":125.27680206298828,"y":-231.15072631835938,"id":"VD18_15339718","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d15339718\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.358744621276855},{"label":"Leonh. Christoph. Sturms Widerlegung Der kleinen Anmerckungen, Welche (Tit.) Herr Caspar Neumann Wider seinen Mathematischen Beweiß Auffgesetzet, Und nach seinem Tode ediren lassen","x":303.85760498046875,"y":340.5152893066406,"id":"VD18_10090932","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10090932\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.89686107635498},{"label":"Anzeige aus Allen Stellen der ersten Kirchen-Väter, Daß Die Worte der Einsetzung des Abendmahls; Von der gantzen Christlichen Kirche in de (1717)","x":77.9044189453125,"y":578.9846801757812,"id":"VD18_11319690","attributes":{"Modularity Class":"7","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d11319690\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.17937183380127},{"label":"Der geöfnete See-Hafen/. Worinnen nicht allein Der meisten Nationen und Regenten, ingleichen fürnehmer See- und Handels-Städte in allen T (1702)","x":106.4541015625,"y":1.98838210105896,"id":"VD18_10487700","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d1.65/SET\u003d2/TTL\u003d1/CMD?ACT\u003dSRCHA\u0026IKT\u003d1016\u0026SRT\u003dYOP\u0026TRM\u003d10487700\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0},{"label":"Trevisan, Bernardo, (1652-1720)","x":-35.901100158691406,"y":-66.48213958740234,"id":"gnd_100656862","attributes":{"Modularity Class":"2","Für weitere Informationen siehe":"\u003ca href\u003d\"http://beaconfinder.mww-forschung.de/index.php?gnd\u003d100656862\"\u003e[Link]\u003c/a\u003e","type":"Person"},"color":"rgb(255,118,34)","size":10.0},{"label":"Leonh. Christoph. Sturmii Math. in Univers. Alma Francof. Prof. Publ. Ord. Architectura Militaris, Nova Plane Methodo Conscripta, Et ab illa (1703)","x":57.940513610839844,"y":99.26982116699219,"id":"VD17_1999:2295761K","attributes":{"Modularity Class":"0","Für weitere Informationen siehe":"\u003ca href\u003d\"https://kxp.k10plus.de/DB\u003d2.1/PPNSET?PPN\u003d319512665\"\u003e[Link]\u003c/a\u003e","type":"Buch"},"color":"rgb(0,207,232)","size":10.0}],"edges":[{"source":"CH-001880-7-000293118","target":"gnd_116181591","id":"873","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"CH-001880-7-000057811","id":"982","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD18_90104358","id":"1426","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_1037505026","target":"VD18_13125842","id":"1178","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118639056","target":"CH-001880-7-000056933","id":"901","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_123624940","target":"VD18_14551225","id":"1542","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-2914015","target":"gnd_118534688","id":"918","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_11622784","id":"1310","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11428309","target":"ppn_ 001915002","id":"1439","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_119166895","target":"Royal Prussian Academy of Sciences","id":"1621","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"K10plus_001385054","id":"1224","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-2914013","id":"830","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"VD18_11602902","id":"1096","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_14551128","id":"1456","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_116383003","target":"German Academy of Sciences Leopoldina","id":"1595","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"DE-611-HS-2914016","id":"924","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_123624940","target":"VD18_14551128","id":"1541","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_100277608","target":"K10plus_006494951","id":"1198","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_001637797","id":"1150","attributes":{"date":"1691","date_dynamic":"\u003c[1500.0, 1750.0, 1691]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118571249","target":"Pontifical Academy of Sciences","id":"1610","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"Benz, Joh. Jacobus","target":"K10plus_005703670","id":"1215","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_10377719","id":"1511","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-2914022","id":"991","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118534688","target":"Royal Prussian Academy of Sciences","id":"1629","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_118930567","target":"K10plus_005645247","id":"1222","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_11384891","id":"1090","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-2914018","id":"933","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_118740016","target":"Académie Royale d\u0027Architecture","id":"1638","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"6","target":"K10plus_000812803","id":"1450","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_10090940","id":"1205","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"CH-001880-7-000055951","target":"gnd_118509969","id":"971","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_001207148","id":"1130","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_129905585","target":"VD18_11319704","id":"1283","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_14845628","id":"1377","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Leibniz_19286","target":"gnd_118571249","id":"1656","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11619678","target":"ppn_ 001915002","id":"1448","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"Kriegskunde","target":"K10plus_000387835","id":"1081","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-2914019","id":"940","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_129830402","target":"VD18_1484561X","id":"1367","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Dissertation:phil.","target":"K10plus_001274295","id":"1499","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118571249","target":"Royal Society","id":"1608","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_118634771","target":"CH-001880-7-000055951","id":"973","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_11559437X","target":"VD18_11288515","id":"1332","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_124438253","target":"VD18_10081585","id":"1641","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"subject"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000293130","target":"gnd_116181567","id":"883","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"0","target":"K10plus_001480561","id":"1121","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_13170899","id":"1378","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_123624940","target":"VD18_11384891","id":"1091","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_1484561X","id":"1366","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118728830","target":"DE-611-HS-3254793","id":"1013","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_1049085X","id":"1385","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Leibniz_19292","target":"7","id":"1662","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_129905585","target":"VD18_10477543","id":"1592","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118591355","target":"CH-001880-7-000057800","id":"853","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"ppn_ 001915002","id":"1272","attributes":{"property":"subject"},"color":"rgb(172,140,139)","size":1.0},{"source":"7","target":"K10plus_006021867","id":"1055","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"DE-611-HS-2914015","id":"919","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"VD18_10377727","id":"1509","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11602902","target":"ppn_ 001915002","id":"1238","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_118569376","target":"DE-611-HS-2914019","id":"944","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"4","target":"K10plus_006021867","id":"1398","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_10090932","id":"1490","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_00634268X","id":"1200","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_10441603","target":"ppn_ 001914812","id":"1260","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"2","target":"K10plus_005703670","id":"1212","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-3255440","id":"958","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_120052539","target":"CH-001880-7-000056933","id":"902","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-2914013","id":"829","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_14551039","id":"1289","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_13133659","id":"1280","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_123624940","target":"CH-001880-7-000057800","id":"1537","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Geographie","target":"VD18_10417664","id":"1363","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"CH-001880-7-000293110","target":"gnd_116181567","id":"865","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-3272348","target":"gnd_118534688","id":"887","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Universität (Halle, Saale) / Theologische Fakultät","target":"DE-611-HS-2914024","id":"1022","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"VD18_11288515","target":"ppn_ 001914812","id":"1253","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"2","target":"DE-611-HS-3254792","id":"1002","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"Leibniz_12878","target":"gnd_118571249","id":"1647","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"DE-611-HS-2914015","id":"920","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"VD18_10377727","target":"ppn_ 001914812","id":"1269","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_100196314","target":"K10plus_33182759X","id":"1587","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-2914019","id":"942","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"VD18_14715139","id":"1181","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"5","target":"DE-611-HS-2914013","id":"831","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_116678909","target":"K10plus_006333184","id":"1089","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_121400778","target":"CH-001880-7-000057800","id":"857","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Alchemie","target":"K10plus_001562770","id":"1070","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11403225","target":"ppn_ 001915002","id":"1236","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"K10plus_000821985","id":"1108","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_00633329X","id":"1085","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_117627666","target":"French Academy of Sciences","id":"1637","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"6","target":"K10plus_006021867","id":"1056","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"CH-001880-7-000057800","target":"gnd_118509969","id":"845","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_104197412","target":"VD18_11602902","id":"1098","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_000645427","id":"1075","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_116181567","target":"Royal Prussian Academy of Sciences","id":"1630","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_11893094X","target":"VD18_10021566","id":"1594","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_11425822","id":"1315","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_10089543","target":"ppn_ 001914812","id":"1586","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"3","target":"K10plus_001637797","id":"1151","attributes":{"date":"1691","date_dynamic":"\u003c[1500.0, 1750.0, 1691]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_10089543","id":"1588","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_11589000","id":"1301","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_10081585","id":"1425","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_14551128","id":"1156","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118626264","target":"K10plus_005825792","id":"1068","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"DE-611-HS-1916253","id":"922","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_14551071","target":"ppn_001915045","id":"1191","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"6","target":"K10plus_005324602","id":"1420","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_11565187","id":"1514","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-2914014","id":"917","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"10","target":"DE-611-HS-2914018","id":"1669","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(0,0,0)","size":1.0},{"source":"7","target":"K10plus_005235545","id":"1158","attributes":{"date":"1690","date_dynamic":"\u003c[1500.0, 1750.0, 1690]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"9","target":"K10plus_000822191","id":"1668","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(0,0,0)","size":1.0},{"source":"DE-611-HS-3255440","target":"gnd_118569376","id":"957","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_11283769","id":"1346","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Mechanik","target":"VD18_14551160","id":"1100","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Kriegskunde","target":"Fida manuductio ad formam munimentorum inexpugnabilium","id":"1551","attributes":{"property":"subject"},"color":"rgb(127,152,102)","size":1.0},{"source":"2","target":"VD18_10441638","id":"1299","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"Fida manuductio ad formam munimentorum inexpugnabilium","id":"1406","attributes":{"property":"subject"},"color":"rgb(127,152,102)","size":1.0},{"source":"gnd_116181591","target":"CH-001880-7-000293367","id":"864","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_","target":"DE-611-HS-3254793","id":"1012","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_120624400","target":"VD18_15213919","id":"1376","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_104050934","target":"K10plus_001456377","id":"1050","attributes":{"date":"1701","date_dynamic":"\u003c[1500.0, 1750.0, 1701]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-2914023","id":"999","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_123624940","target":"DE-611-HS-2005096","id":"1536","attributes":{"property":"subject"},"color":"rgb(218,141,17)","size":1.0},{"source":"6","target":"K10plus_001274295","id":"1432","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"CH-001880-7-000293132","target":"gnd_116181567","id":"885","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"K10plus_001207148","target":"ppn_1914960","id":"1273","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_118509969","target":"CH-001880-7-000057811","id":"989","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_005040795","id":"1227","attributes":{"date":"1686","date_dynamic":"\u003c[1500.0, 1750.0, 1686]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11166800","target":"ppn_ 001914812","id":"1581","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"DE-611-HS-867396","id":"824","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_1100777X","id":"1326","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"K10plus_001821504","id":"1052","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_11319690","id":"1296","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"DE-611-HS-687418","id":"1018","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"3","target":"K10plus_007210566","id":"1168","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Mechanik","target":"VD18_10963731","id":"1502","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_11166800","id":"1335","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_123624940","target":"VD18_1455111X","id":"1543","attributes":{"date":"1720","date_dynamic":"\u003c[1500.0, 1750.0, 1720]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_12677213","target":"ppn_001915045","id":"1077","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_123624940","target":"VD17_1999:2317239C","id":"1538","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_10090932","target":"ppn_ 001914812","id":"1261","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_129313106","target":"K10plus_006026737","id":"1209","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"4","target":"VD18_12969311","id":"1389","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"CH-001880-7-000293130","id":"884","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11484101","target":"ppn_001915045","id":"1460","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_118571249","target":"Leibniz_19292","id":"1661","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"3","target":"VD18_11622784","id":"1507","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118626264","target":"VD18_1100777X","id":"1565","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_000387827","id":"1082","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-3254793","target":"gnd_118534688","id":"1008","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_10090940","target":"ppn_ 001914812","id":"1230","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_119112450","target":"11","id":"1673","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(0,0,0)","size":1.0},{"source":"6","target":"DE-611-HS-2005096","id":"1408","attributes":{"property":"subject"},"color":"rgb(91,183,35)","size":1.0},{"source":"7","target":"VD18_1455111X","id":"1169","attributes":{"date":"1720","date_dynamic":"\u003c[1500.0, 1750.0, 1720]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"ppn_001915045","id":"1076","attributes":{"property":"subject"},"color":"rgb(172,140,139)","size":1.0},{"source":"Alchemie","target":"K10plus_001562479","id":"1476","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_121009645","target":"CH-001880-7-000055951","id":"977","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"DE-611-HS-3254793","id":"1010","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"Leibniz_12876","id":"1642","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11483164","target":"ppn_ 001914812","id":"1407","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"Leibniz_12876","target":"gnd_118571249","id":"1643","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_116454296","target":"K10plus_00633329X","id":"1532","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"CH-001880-7-000293113","id":"842","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-2914020","target":"gnd_118534688","id":"952","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD18_14384108","id":"1413","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_10441603","id":"1341","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_90104358","id":"1329","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Lotharius Franciscus Bischof zu Bamberg","target":"K10plus_001821504","id":"1053","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-2914020","id":"954","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"2","target":"DE-611-HS-3251734","id":"1025","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"VD18_10244271","id":"1354","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118703404","target":"VD18_15213919","id":"1373","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"DE-611-HS-3272348","id":"888","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_10244271","target":"ppn_ 001914812","id":"1271","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"K10plus_001387626","id":"1160","attributes":{"date":"1689","date_dynamic":"\u003c[1500.0, 1750.0, 1689]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-3271823","id":"938","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"4","target":"K10plus_000645427","id":"1390","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-3271823","id":"937","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_11851685X","target":"Royal Prussian Academy of Sciences","id":"1611","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"3","target":"K10plus_007210337","id":"1188","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10209468","id":"1286","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_9048262X","id":"1275","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"CH-001880-7-000293367","target":"7","id":"862","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"VD18_11319704","id":"1282","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118587544","target":"CH-001880-7-000055951","id":"975","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-2914014","target":"gnd_118534688","id":"915","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Leibniz_13786","target":"7","id":"1650","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_001562770","id":"1069","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000293111","target":"gnd_116181591","id":"837","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_115654178","target":"German Academy of Sciences Leopoldina","id":"1575","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"VD18_10441611","id":"1337","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"4","target":"K10plus_00601786X","id":"1399","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_129071811","target":"VD18_11403225","id":"1321","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_000387819","id":"1083","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118524844","target":"French Academy of Sciences","id":"1632","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"VD17_1999:2317239C","id":"1245","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_12337331","id":"1114","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_14551284","id":"1087","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Leibniz_13786","target":"gnd_118571249","id":"1649","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_141152788","target":"VD18_11319682","id":"1306","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"K10plus_000809535","target":"sturm214","id":"1437","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"DE-611-HS-687419","target":"gnd_11851685X","id":"1015","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Dissertation:phil.","target":"K10plus_001385054","id":"1495","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_10441603","target":"ppn_ 001915002","id":"1233","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"Leibniz_12879","id":"1651","attributes":{"date":"1698","date_dynamic":"\u003c[1500.0, 1750.0, 1698]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_12337331","target":"ppn_001915045","id":"1552","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"DE-611-HS-2914024","id":"1020","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"9","target":"K10plus_000809535","id":"1666","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"contributor"},"color":"rgb(0,0,0)","size":1.0},{"source":"gnd_115566635","target":"K10plus_001049038","id":"1163","attributes":{"date":"1689","date_dynamic":"\u003c[1500.0, 1750.0, 1689]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11484101","target":"ppn_ 001914812","id":"1263","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"DE-611-HS-2914021","id":"962","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_000812803","id":"1109","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_120379260","target":"CH-001880-7-000056933","id":"903","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118129813","target":"VD18_11565187","id":"1601","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"CH-001880-7-000293134","id":"880","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_128486538","target":"K10plus_006494951","id":"1196","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_116383003","target":"VD18_14715139","id":"1182","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"0","target":"VD18_15311899","id":"1504","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11319658","target":"ppn_ 001914812","id":"1526","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_14551276","id":"1122","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_137172729","target":"VD18_15213919","id":"1372","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_00721037X","id":"1184","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"CH-001880-7-000056933","id":"897","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD18_12337323","id":"1412","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_007210302","id":"1154","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000057811","target":"gnd_118634771","id":"981","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11166800","target":"ppn_ 001915002","id":"1235","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"2","target":"VD18_11403225","id":"1320","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118634771","target":"Royal Society","id":"1627","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"0","target":"K10plus_001207148","id":"1132","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Wartensleben, ... ˜deœ","target":"VD18_15213919","id":"1374","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"DE-611-HS-687419","id":"1016","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_11319704","id":"1281","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_006026737","id":"1206","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_14551187","id":"1461","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_","target":"DE-611-HS-3255432","id":"969","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD17_1999:2295195C","id":"1441","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"3","target":"K10plus_006026737","id":"1207","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10090932","id":"1254","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_10090932","id":"1234","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_14551160","id":"1462","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10441603","id":"1340","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_001212362","id":"1126","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"K10plus_001207148","id":"1131","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"DE-611-HS-3255432","target":"gnd_118569376","id":"966","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Anton Ulrich Braunschweig-Lüneburg, Herzog","target":"K10plus_000809535","id":"1560","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_007210426","id":"1175","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"Dissertation:phil.","target":"K10plus_006366783","id":"1494","attributes":{"date":"1687","date_dynamic":"\u003c[1500.0, 1750.0, 1687]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Feuerlinus, Conradus","target":"K10plus_001129635","id":"1149","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_1037497562","target":"VD18_15213919","id":"1371","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Rantzau, Friederich","target":"K10plus_001562274","id":"1533","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_123624940","target":"K10plus_000821985","id":"1555","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_14551187","id":"1102","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118616099","target":"DE-611-HS-3251734","id":"1028","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_14845636","id":"1382","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-2914017","id":"928","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_100099459","target":"VD18_11602872","id":"1343","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_1067265406","target":"VD18_90625382","id":"1268","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_001562479","id":"1092","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118604376","target":"CH-001880-7-000057800","id":"850","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-2914017","target":"gnd_118534688","id":"926","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Anton Ulrich Braunschweig-Lüneburg, Herzog","target":"Fruitbearing Society","id":"1558","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"K10plus_001635700","id":"1064","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"CH-001880-7-000293129","id":"882","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD18_14551276","id":"1458","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118738623","target":"VD18_11428309","id":"1313","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_11319658","id":"1328","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_123624940","target":"VD18_14384108","id":"1539","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_123624940","target":"K10plus_000822191","id":"1107","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_11288515","id":"1331","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"VD18_14551098","id":"1463","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Dissertation:phil.","target":"K10plus_001387626","id":"1498","attributes":{"date":"1689","date_dynamic":"\u003c[1500.0, 1750.0, 1689]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_10399801","target":"ppn_ 001915002","id":"1566","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_15339718","id":"1284","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Kriegskunde","target":"VD18_14845636","id":"1479","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_11159014","id":"1074","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Astronomie","target":"CH-001880-7-000293367","id":"863","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"CH-001880-7-000293111","id":"838","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118639749","target":"French Academy of Sciences","id":"1634","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_124496032","target":"DE-611-HS-3251736","id":"1041","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118626264","target":"K10plus_001821504","id":"1054","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000293134","target":"gnd_116181567","id":"879","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11484101","target":"ppn_ 001914812","id":"1247","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_11565187","id":"1344","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"K10plus_006494951","id":"1193","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_007210272","id":"1189","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-3251736","target":"gnd_116446889","id":"1034","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_116454296","target":"K10plus_001562770","id":"1073","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_102079056","target":"CH-001880-7-000057811","id":"983","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"4","target":"VD18_13125842","id":"1395","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-2914014","id":"916","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-2914020","id":"953","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_128542810","target":"K10plus_006494951","id":"1197","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_115843647","target":"Royal Prussian Academy of Sciences","id":"1596","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"6","target":"VD18_1049085X","id":"1405","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"K10plus_00601786X","id":"1429","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10441638","id":"1298","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_10209468","id":"1409","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_12337323","id":"1287","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118634771","target":"French Academy of Sciences","id":"1625","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"VD18_12825166","id":"1383","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000293107","target":"gnd_116181567","id":"860","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118571249","target":"French Academy of Sciences","id":"1607","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"Dissertation:phil.","target":"VD18_11649356","id":"1493","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10021566","id":"1308","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"Leibniz_19288","target":"gnd_118571249","id":"1658","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Wolfskehl a Reichenbach, Julius Fridericus","target":"K10plus_005703670","id":"1218","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_00601786X","id":"1058","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_104136529","target":"DE-611-HS-3254792","id":"1590","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"Leibniz_12880","id":"1653","attributes":{"date":"1698","date_dynamic":"\u003c[1500.0, 1750.0, 1698]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118644289","target":"K10plus_001129635","id":"1567","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_11602872","id":"1513","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_117560111","target":"VD18_9048262X","id":"1276","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_10377719","id":"1353","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_100277608","target":"K10plus_001385054","id":"1568","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118571249","target":"Royal Prussian Academy of Sciences","id":"1609","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_119166895","target":"CH-001880-7-000055951","id":"979","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Dissertation:phil.","target":"K10plus_005347963","id":"1125","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_11288515","id":"1330","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-3251734","target":"gnd_116446889","id":"1023","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_100803997","target":"K10plus_006366783","id":"1226","attributes":{"date":"1687","date_dynamic":"\u003c[1500.0, 1750.0, 1687]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_005703670","id":"1211","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_10021566","target":"ppn_ 001914812","id":"1249","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_11484101","id":"1345","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_90258711","id":"1295","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Astrologie","target":"K10plus_001562274","id":"1469","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_115843647","target":"VD18_11589000","id":"1597","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11319674","target":"ppn_ 001914812","id":"1259","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_117311421","target":"K10plus_000645427","id":"1523","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Biographie","target":"K10plus_001635700","id":"1066","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"DE-611-HS-2914018","target":"gnd_118534688","id":"931","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Rantzau, Friederich","target":"K10plus_00633329X","id":"1086","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_115843647","target":"VD18_10441638","id":"1300","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_100277608","target":"VD18_14715139","id":"1183","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Kriegskunde","target":"VD18_10490779","id":"1481","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"CH-001880-7-000056933","target":"gnd_118509969","id":"896","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_00721040X","id":"1179","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_005825792","id":"1067","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_124464661","target":"VD18_14551039","id":"1576","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_","target":"DE-611-HS-2914019","id":"945","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_005324602","id":"1060","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-2914013","target":"gnd_118534688","id":"828","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Geldwesen","target":"DE-611-HS-2914020","id":"955","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"CH-001880-7-000293129","target":"gnd_116181567","id":"881","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_15339718","target":"ppn_001915045","id":"1449","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_11319674","id":"1324","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Förster, Jacobus Guilielmus","target":"K10plus_005703670","id":"1213","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118129813","target":"VD18_10377719","id":"1600","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"CH-001880-7-000057800","id":"846","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11425822","target":"ppn_ 001915002","id":"1237","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_116659572","target":"DE-611-HS-3272244","id":"914","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11619678","target":"ppn_ 001914812","id":"1589","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"CH-001880-7-000293104","target":"gnd_116181567","id":"832","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_116454296","target":"K10plus_001562479","id":"1531","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_90016165","target":"ppn_ 001914812","id":"1580","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"Alchemie","target":"K10plus_001562274","id":"1475","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Astrologie","target":"K10plus_001562770","id":"1071","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"0","target":"K10plus_001212362","id":"1128","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"CH-001880-7-000293109","id":"868","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"4","target":"DE-611-HS-849678","id":"1396","attributes":{"property":"subject"},"color":"rgb(91,183,35)","size":1.0},{"source":"7","target":"VD18_12677213","id":"1277","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_10036881","id":"1512","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"DE-611-HS-687413","target":"gnd_11851685X","id":"995","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_116678909","target":"K10plus_001562460","id":"1535","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000293117","target":"gnd_116181567","id":"869","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_123624940","target":"VD18_10209468","id":"1540","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-2914022","target":"gnd_118534688","id":"990","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_000387835","id":"1080","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Crailsheim, Cratonus","target":"K10plus_005703670","id":"1216","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"VD18_12825166","id":"1505","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_100819346","target":"K10plus_006494951","id":"1194","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"DE-611-HS-687413","id":"996","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_007210337","id":"1187","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_1047465X","id":"1293","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"CH-001880-7-000293104","id":"833","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"Geldwesen","target":"DE-611-HS-2914021","id":"964","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_122442660","target":"VD18_11649356","id":"1359","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Kriegskunde","target":"VD18_90104358","id":"1478","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_10237615","id":"1417","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-3272244","id":"907","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-2914017","id":"927","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"Kriegskunde","target":"VD18_1484561X","id":"1482","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_100656862","target":"CH-001880-7-000059160","id":"948","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_119453363","target":"DE-611-HS-3254793","id":"1011","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_117145696","target":"VD18_15213919","id":"1375","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_10490868","id":"1404","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_13125842","id":"1177","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_005347963","id":"1124","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_130296163","target":"CH-001880-7-000055951","id":"974","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Ingolstaetterus, Andreas","target":"K10plus_001129635","id":"1148","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000059160","target":"gnd_118571249","id":"946","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_12969311","id":"1290","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_90016165","id":"1323","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_132862794","target":"VD18_10237615","id":"1262","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_10399801","id":"1421","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118607308","target":"CH-001880-7-000056933","id":"900","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-2914018","id":"932","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10487719","id":"1364","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"8","target":"K10plus_001274295","id":"1665","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"contributor"},"color":"rgb(0,0,0)","size":1.0},{"source":"DE-611-HS-3272244","target":"gnd_118534688","id":"906","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11319682","target":"ppn_ 001914812","id":"1256","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"Heßberg, Joh. Sigismundus","target":"K10plus_005703670","id":"1217","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"K10plus_007210515","id":"1171","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_120624184","target":"VD18_11283769","id":"1347","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_90016165","target":"ppn_ 001915002","id":"1388","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"K10plus_006366783","id":"1225","attributes":{"date":"1687","date_dynamic":"\u003c[1500.0, 1750.0, 1687]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118571249","target":"CH-001880-7-000057800","id":"854","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_137638272","target":"DE-611-HS-3251734","id":"1030","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_123624940","target":"K10plus_000809535","id":"1554","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Rumohr, Georg","target":"K10plus_000484121","id":"1113","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_117497061","target":"VD18_10089543","id":"1250","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_10417656","id":"1424","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_11851685X","target":"DE-611-HS-3254793","id":"1014","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-2914016","target":"gnd_118534688","id":"923","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Lyrik","target":"K10plus_001637797","id":"1152","attributes":{"date":"1691","date_dynamic":"\u003c[1500.0, 1750.0, 1691]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_123624940","target":"VD18_14551187","id":"1103","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"CH-001880-7-000055951","id":"972","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_119166895","target":"CH-001880-7-000059160","id":"951","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"K10plus_001129643","id":"1142","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"3","target":"K10plus_00721037X","id":"1185","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_006333184","id":"1088","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Stoeberlinus, Johann. Leonhardus","target":"K10plus_001129635","id":"1146","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_00148480X","id":"1134","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-2914025","id":"1046","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"K10plus_001129643","id":"1141","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_10090932","id":"1255","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"3","target":"VD18_12825158","id":"1506","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"Royal Prussian Academy of Sciences","id":"1518","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_119112450","target":"French Academy of Sciences","id":"1613","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"VD18_12969311","target":"ppn_001915045","id":"1079","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"CH-001880-7-000293106","id":"840","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_119129779","target":"DE-611-HS-3251736","id":"1042","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-3251736","id":"1035","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_11925011X","target":"CH-001880-7-000057800","id":"1561","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Anton Ulrich Braunschweig-Lüneburg, Herzog","target":"K10plus_000822191","id":"1105","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-2914017","id":"929","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_118534688","target":"DE-611-HS-3272348","id":"894","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"VD18_10441611","id":"1338","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11403225","target":"ppn_ 001914812","id":"1562","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"DE-611-HS-3254793","id":"1009","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"CH-001880-7-000293133","id":"878","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_100819346","target":"K10plus_00602792X","id":"1574","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"10","target":"DE-611-HS-2914017","id":"1671","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(0,0,0)","size":1.0},{"source":"Waisenhaus (Halle, Saale)","target":"DE-611-HS-3272348","id":"891","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"Astronomie","target":"CH-001880-7-000293104","id":"834","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"K10plus_000822191","id":"1104","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_104373113","target":"DE-611-HS-3251734","id":"1032","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD18_11384891","id":"1464","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-2914025","id":"1045","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_11483164","id":"1349","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_117627666","target":"CH-001880-7-000057800","id":"858","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"K10plus_000821985","id":"1446","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_14384108","id":"1288","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000293106","target":"gnd_116181567","id":"839","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11403225","target":"ppn_ 001914812","id":"1265","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"CH-001880-7-000293133","target":"gnd_116181567","id":"877","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11589000","target":"ppn_ 001914812","id":"1252","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"2","target":"DE-611-HS-3251736","id":"1036","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"VD18_10090932","target":"ppn_ 001915002","id":"1489","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"K10plus_007210442","id":"1173","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_104124938","target":"VD18_10853960","id":"1380","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_122162870","target":"K10plus_001387626","id":"1161","attributes":{"date":"1689","date_dynamic":"\u003c[1500.0, 1750.0, 1689]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"K10plus_001129635","id":"1145","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_140871322","target":"DE-611-HS-3251736","id":"1037","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"DE-611-HS-2914019","id":"941","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"K10plus_001456377","id":"1047","attributes":{"date":"1701","date_dynamic":"\u003c[1500.0, 1750.0, 1701]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"K10plus_000387800","id":"1442","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Astrologie","target":"K10plus_001562479","id":"1471","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_13133659","target":"ppn_001915045","id":"1466","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"CH-001880-7-000293107","id":"861","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_120379260","target":"German Academy of Sciences Leopoldina","id":"1620","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"VD18_15213919","id":"1370","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"K10plus_007210590","id":"1165","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"4","target":"K10plus_000645419","id":"1401","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"CH-001880-7-000059160","id":"947","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118626264","target":"French Academy of Sciences","id":"1564","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"10","target":"DE-611-HS-3255440","id":"1672","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(0,0,0)","size":1.0},{"source":"DE-611-HS-1916253","target":"gnd_118534688","id":"921","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_100099459","target":"VD18_11483164","id":"1605","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_10001349X","target":"DE-611-HS-3251736","id":"1040","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"CH-001880-7-000293105","id":"836","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"K10plus_001212362","id":"1127","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118783181","target":"CH-001880-7-000057811","id":"985","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-2914025","target":"gnd_118534688","id":"1044","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"4","target":"VD18_14715139","id":"1394","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10963731","id":"1356","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_12554200","id":"1186","attributes":{"date":"1720","date_dynamic":"\u003c[1500.0, 1750.0, 1720]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_1047465X","id":"1292","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_11484101","id":"1516","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Astrologie","target":"K10plus_00633329X","id":"1473","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"8","target":"K10plus_001456377","id":"1664","attributes":{"date":"1701","date_dynamic":"\u003c[1500.0, 1750.0, 1701]\u003e","property":"contributor"},"color":"rgb(0,0,0)","size":1.0},{"source":"CH-001880-7-000293105","target":"gnd_116181567","id":"835","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_129905585","target":"VD18_11319658","id":"1593","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_11425822","id":"1314","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_102433224","target":"VD18_11283769","id":"1348","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"Leibniz_19288","id":"1657","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-687416","target":"gnd_11851685X","id":"1006","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_10477543","target":"ppn_ 001914812","id":"1468","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"3","target":"K10plus_001635700","id":"1065","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Kriegskunde","target":"VD18_12969311","id":"1484","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"K10plus_000809535","id":"1451","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118587544","target":"CH-001880-7-000057811","id":"984","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_10441638","target":"ppn_ 001914812","id":"1199","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"6","target":"K10plus_000645419","id":"1455","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118627252","target":"CH-001880-7-000057800","id":"847","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_11881804X","target":"Royal Prussian Academy of Sciences","id":"1579","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_11925011X","target":"K10plus_000812803","id":"1111","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_11851685X","target":"VD18_10237615","id":"1547","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_124412726","target":"DE-611-HS-3251736","id":"1038","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_11649356","id":"1358","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-2914023","target":"gnd_118534688","id":"997","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_007210590","id":"1164","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_142133647","target":"German Academy of Sciences Leopoldina","id":"1591","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"VD18_90625382","target":"ppn_ 001915002","id":"1440","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_118639749","target":"CH-001880-7-000057811","id":"987","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"CH-001880-7-000293114","id":"872","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"CH-001880-7-000293117","id":"870","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_11602872","id":"1342","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_10479163","id":"1291","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_124464661","target":"VD18_14551128","id":"1157","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"9","target":"Fruitbearing Society","id":"1667","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(0,0,0)","size":1.0},{"source":"5","target":"VD18_11283769","id":"1517","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_116659572","target":"Royal Prussian Academy of Sciences","id":"1631","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"VD18_11159014","target":"ppn_ 001914812","id":"1503","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"2","target":"VD18_11425814","id":"1318","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118945777","target":"CH-001880-7-000056933","id":"899","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10479171","id":"1307","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Mechanik","target":"VD18_14551276","id":"1123","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_14551225","id":"1166","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_10466878","id":"1423","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Leibniz_12879","target":"gnd_118571249","id":"1652","attributes":{"date":"1698","date_dynamic":"\u003c[1500.0, 1750.0, 1698]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_11851685X","target":"DE-611-HS-3251736","id":"1039","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Kriegskunde","target":"VD18_15339718","id":"1485","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11589000","target":"ppn_ 001915002","id":"1231","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"3","target":"VD18_90258711","id":"1508","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"K10plus_33182759X","target":"ppn_ 001915002","id":"1491","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"K10plus_001274295","id":"1138","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_119547961","target":"K10plus_000812803","id":"1527","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Anton Ulrich Braunschweig-Lüneburg, Herzog","target":"Fruitbearing Society","id":"1559","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"K10plus_007210515","id":"1170","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"Leibniz_12878","id":"1646","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_128542810","target":"K10plus_00602792X","id":"1570","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_15311899","id":"1278","attributes":{"date":"1710","date_dynamic":"\u003c[1500.0, 1750.0, 1710]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Alchemie","target":"K10plus_000484121","id":"1474","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Leibniz_12877","target":"gnd_118571249","id":"1645","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"4","target":"VD17_1999:2295195C","id":"1392","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"VD18_14551217","id":"1452","attributes":{"date":"1720","date_dynamic":"\u003c[1500.0, 1750.0, 1720]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118534688","target":"DE-611-HS-3251734","id":"1033","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"K10plus_001480561","id":"1120","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"CH-001880-7-000293108","id":"844","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"CH-001880-7-000293132","id":"886","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_124583768","target":"K10plus_005040795","id":"1229","attributes":{"date":"1686","date_dynamic":"\u003c[1500.0, 1750.0, 1686]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118509969","target":"Royal Society","id":"1619","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"K10plus_001821504","id":"1051","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"Leibniz_19286","id":"1655","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"K10plus_005585597","id":"1430","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Leibniz_12880","target":"gnd_118571249","id":"1654","attributes":{"date":"1698","date_dynamic":"\u003c[1500.0, 1750.0, 1698]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Crailsheim, Guolfgangus","target":"K10plus_005703670","id":"1219","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11602872","target":"ppn_ 001914812","id":"1435","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"DE-611-HS-2914023","id":"998","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD17_1999:2295195C","id":"1210","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_11384948","id":"1285","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11483164","target":"ppn_ 001914812","id":"1258","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"Architectura Woinskaja, Gipotetitschesakja, i Jeclektischeskaja","id":"1241","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_12464708","id":"1360","attributes":{"date":"1708","date_dynamic":"\u003c[1500.0, 1750.0, 1708]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-3255440","id":"959","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"6","target":"VD18_14551225","id":"1454","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_14551160","id":"1099","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_122987268","target":"K10plus_00148480X","id":"1136","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_10377719","target":"ppn_ 001914812","id":"1550","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"DE-611-HS-849680","id":"1520","attributes":{"property":"creator"},"color":"rgb(218,141,17)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-2914022","id":"992","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_119112450","target":"Royal Prussian Academy of Sciences","id":"1615","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_118616099","target":"DE-611-HS-3272348","id":"895","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-2914021","id":"963","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_121297829","target":"CH-001880-7-000056933","id":"898","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_119547961","target":"CH-001880-7-000057800","id":"1525","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_14551039","target":"ppn_001915045","id":"1487","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_118728830","target":"DE-611-HS-3254792","id":"1004","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118129813","target":"VD18_11425814","id":"1602","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Dissertation:phil.","target":"K10plus_00634268X","id":"1496","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_100819346","target":"K10plus_005703670","id":"1573","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118738623","target":"Royal Prussian Academy of Sciences","id":"1599","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_118796224","target":"CH-001880-7-000057800","id":"848","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-849678","id":"1521","attributes":{"property":"creator"},"color":"rgb(218,141,17)","size":1.0},{"source":"DE-611-HS-3254792","target":"gnd_118534688","id":"1000","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_116454296","target":"K10plus_001562274","id":"1530","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Astrologie","target":"K10plus_006333184","id":"1472","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Haendelius, Christophorus Christianus","target":"K10plus_006026737","id":"1208","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11602902","target":"ppn_ 001914812","id":"1431","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"CH-001880-7-000293114","target":"gnd_116181591","id":"871","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118634771","target":"11","id":"1674","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(0,0,0)","size":1.0},{"source":"gnd_119547961","target":"K10plus_004705564","id":"1063","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118638955","target":"CH-001880-7-000057800","id":"856","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11602872","target":"ppn_ 001914812","id":"1244","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"CH-001880-7-000293108","target":"gnd_116181567","id":"843","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118509969","target":"CH-001880-7-000059160","id":"950","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-3272244","id":"909","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"Friedrich Preußen, König, I.","target":"K10plus_001207148","id":"1133","attributes":{"date":"1694","date_dynamic":"\u003c[1500.0, 1750.0, 1694]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_116678909","target":"Fruitbearing Society","id":"1534","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"CH-001880-7-000293110","id":"866","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118634771","target":"Royal Prussian Academy of Sciences","id":"1626","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"K10plus_33182759X","target":"ppn_ 001914812","id":"1416","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_14551217","id":"1172","attributes":{"date":"1720","date_dynamic":"\u003c[1500.0, 1750.0, 1720]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_122298543","target":"VD17_1999:2317239C","id":"1246","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_10417664","id":"1362","attributes":{"date":"1705","date_dynamic":"\u003c[1500.0, 1750.0, 1705]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_11559437X","target":"VD18_90625382","id":"1267","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11166800","target":"ppn_ 001914812","id":"1433","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"K10plus_006494951","id":"1192","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD17_1999:2317239C","id":"1436","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_116511567","target":"DE-611-HS-2005096","id":"1628","attributes":{"property":"creator"},"color":"rgb(218,141,17)","size":1.0},{"source":"Pädagogik","target":"DE-611-HS-2914018","id":"934","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"VD18_11484101","target":"ppn_ 001915002","id":"1544","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_10490760","id":"1386","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_143630938","target":"VD18_10399801","id":"1204","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_119166895","target":"Royal Society","id":"1622","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"VD18_11425822","target":"ppn_ 001914812","id":"1257","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"6","target":"VD18_1100777X","id":"1427","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11565187","target":"ppn_ 001914812","id":"1243","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_100277608","target":"Leibniz_13786","id":"1648","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"Leibniz_19290","target":"gnd_118571249","id":"1660","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_120348381","target":"K10plus_00602792X","id":"1572","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"K10plus_005645247","id":"1221","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10490868","id":"1361","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_000645419","id":"1078","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"Fida manuductio ad formam munimentorum inexpugnabilium","id":"1242","attributes":{"property":"creator"},"color":"rgb(254,110,83)","size":1.0},{"source":"gnd_116454296","target":"German Academy of Sciences Leopoldina","id":"1528","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"2","target":"DE-611-HS-2914024","id":"1021","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"DE-611-HS-2005096","id":"1519","attributes":{"property":"subject"},"color":"rgb(218,141,17)","size":1.0},{"source":"4","target":"K10plus_001821504","id":"1403","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_001049038","id":"1162","attributes":{"date":"1689","date_dynamic":"\u003c[1500.0, 1750.0, 1689]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_14551039","id":"1414","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"K10plus_000822191","id":"1445","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_11319690","id":"1297","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_10244271","target":"ppn_ 001915002","id":"1270","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"VD18_10477543","target":"ppn_ 001915002","id":"1548","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_10417656","id":"1336","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"10","target":"DE-611-HS-2914019","id":"1670","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(0,0,0)","size":1.0},{"source":"6","target":"K10plus_000387835","id":"1419","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"K10plus_004705564","id":"1444","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_","target":"DE-611-HS-3255432","id":"970","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10251952","id":"1365","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"K10plus_004881427","id":"1411","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_","target":"DE-611-HS-2914020","id":"956","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"4","target":"VD18_12554200","id":"1393","attributes":{"date":"1720","date_dynamic":"\u003c[1500.0, 1750.0, 1720]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_10237615","target":"ppn_ 001914812","id":"1264","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"K10plus_005585597","id":"1059","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"K10plus_000645427","id":"1447","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_119112450","target":"CH-001880-7-000055951","id":"980","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"DE-611-HS-2914012","id":"1415","attributes":{"date":"1701","date_dynamic":"\u003c[1500.0, 1750.0, 1701]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"VD18_90625382","target":"ppn_ 001914812","id":"1545","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_120325675","target":"K10plus_001637797","id":"1153","attributes":{"date":"1691","date_dynamic":"\u003c[1500.0, 1750.0, 1691]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"CH-001880-7-000293113","target":"gnd_116181567","id":"841","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"4","target":"K10plus_005825792","id":"1402","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_000809535","id":"1116","attributes":{"date":"1696","date_dynamic":"\u003c[1500.0, 1750.0, 1696]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"Architectura Woinskaja, Gipotetitschesakja, i Jeclektischeskaja","id":"1488","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11565187","target":"ppn_ 001914812","id":"1583","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"VD18_10377727","id":"1350","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Dissertation:jur.","target":"K10plus_00148480X","id":"1135","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"3","target":"K10plus_001456377","id":"1048","attributes":{"date":"1701","date_dynamic":"\u003c[1500.0, 1750.0, 1701]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118740016","target":"CH-001880-7-000057800","id":"852","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Kriegskunde","target":"VD18_10490760","id":"1477","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"DE-611-HS-2914024","target":"gnd_118534688","id":"1019","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_001562460","id":"1095","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_90625382","target":"ppn_ 001914812","id":"1585","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_115654178","target":"K10plus_00634268X","id":"1201","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_11319682","id":"1304","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"4","target":"K10plus_005585597","id":"1400","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_00602792X","id":"1202","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-2914019","target":"gnd_118534688","id":"939","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11428309","target":"ppn_ 001914812","id":"1563","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_118740016","target":"French Academy of Sciences","id":"1639","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"CH-001880-7-000293115","id":"876","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_119501600","target":"CH-001880-7-000055951","id":"978","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_100277608","target":"K10plus_00602792X","id":"1569","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"DE-611-HS-3255432","id":"967","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"K10plus_000484121","id":"1112","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-2914016","id":"925","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"Leibniz_19290","id":"1659","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"Waisenhaus (Halle, Saale)","target":"DE-611-HS-3272244","id":"912","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"7","target":"VD18_11403225","id":"1319","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-3271823","target":"gnd_118534688","id":"936","attributes":{"date":"1711","date_dynamic":"\u003c[1500.0, 1750.0, 1711]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_14551098","id":"1093","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-3272348","id":"889","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_117627666","target":"Académie Royale d\u0027Architecture","id":"1636","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_118129813","target":"VD18_11425822","id":"1316","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_11159014","id":"1467","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_001129635","id":"1144","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_117311421","target":"K10plus_005585597","id":"1524","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118571249","target":"DE-611-HS-867396","id":"825","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10490779","id":"1368","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_14551071","id":"1457","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118571249","target":"CH-001880-7-000057811","id":"986","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-2914012","id":"827","attributes":{"date":"1701","date_dynamic":"\u003c[1500.0, 1750.0, 1701]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118587544","target":"Royal Society","id":"1633","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"gnd_119129779","target":"DE-611-HS-3251734","id":"1027","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Krauserus, Balthasarus","target":"K10plus_001129635","id":"1147","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_141152788","target":"VD18_10377727","id":"1598","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-687418","target":"gnd_11851685X","id":"1017","attributes":{"date":"1717","date_dynamic":"\u003c[1500.0, 1750.0, 1717]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118634771","target":"CH-001880-7-000057800","id":"859","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_119263637","target":"CH-001880-7-000057800","id":"855","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD18_14551284","id":"1465","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_10477543","id":"1510","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_130387002","target":"K10plus_005645247","id":"1223","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_11384948","id":"1410","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Königliches Pädagogium","target":"DE-611-HS-2914022","id":"993","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"Kriegskunde","target":"VD17_1999:2295195C","id":"1486","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"3","target":"K10plus_00602792X","id":"1203","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_11288515","target":"ppn_ 001915002","id":"1438","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_118639749","target":"Royal Society","id":"1635","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"3","target":"K10plus_005235545","id":"1159","attributes":{"date":"1690","date_dynamic":"\u003c[1500.0, 1750.0, 1690]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_005645247","id":"1220","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_123624940","target":"VD18_14551098","id":"1094","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"K10plus_007210426","id":"1176","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"6","target":"VD18_1455111X","id":"1453","attributes":{"date":"1720","date_dynamic":"\u003c[1500.0, 1750.0, 1720]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_13133659","id":"1279","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_11428309","id":"1312","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_10244271","target":"ppn_ 001914812","id":"1248","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"2","target":"VD18_11319682","id":"1305","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Dissertation:jur.","target":"VD18_15213919","id":"1500","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_004881427","id":"1061","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"6","target":"VD18_12969311","id":"1418","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_","target":"DE-611-HS-2914022","id":"994","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118794817","target":"CH-001880-7-000057800","id":"849","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Kriegskunde","target":"VD18_10466878","id":"1483","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_1037500369","target":"VD18_10963731","id":"1357","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_100871356","target":"K10plus_00148480X","id":"1137","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_11484101","target":"ppn_001915045","id":"1459","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_121488551","target":"CH-001880-7-000057800","id":"851","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_119112450","target":"CH-001880-7-000059160","id":"949","attributes":{"date":"1712","date_dynamic":"\u003c[1500.0, 1750.0, 1712]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"DE-611-HS-687416","id":"1007","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10081585","id":"1333","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_11893094X","target":"VD18_1047465X","id":"1294","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_117311421","target":"K10plus_006021867","id":"1057","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_000387800","id":"1084","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_11166800","id":"1334","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_101085729","target":"VD18_10399801","id":"1391","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_001480561","id":"1119","attributes":{"date":"1695","date_dynamic":"\u003c[1500.0, 1750.0, 1695]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_11851685X","target":"DE-611-HS-3254792","id":"1005","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"Dänisch-Hallesche Mission in Tranquebar (1706-1845)","target":"DE-611-HS-3272244","id":"911","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"Astrologie","target":"K10plus_001562460","id":"1470","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10487700","id":"1387","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118524844","target":"CH-001880-7-000055951","id":"976","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_10244271","target":"ppn_ 001914812","id":"1582","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_100099459","target":"VD18_10244271","id":"1603","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_90016165","id":"1322","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"DE-611-HS-3255432","id":"968","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"VD18_14551071","id":"1129","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_118644289","target":"K10plus_001129643","id":"1143","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_10021566","id":"1309","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_10853952","id":"1384","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"K10plus_00721040X","id":"1180","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118803107","target":"DE-611-HS-334694","id":"905","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10036881","id":"1355","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"Geldwesen","target":"DE-611-HS-3272244","id":"908","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"7","target":"Leibniz_12877","id":"1644","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_","target":"DE-611-HS-3251734","id":"1031","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10477543","id":"1352","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_116454296","target":"K10plus_000484121","id":"1529","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_12825158","id":"1351","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_","target":"DE-611-HS-3272348","id":"892","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"VD18_90625382","id":"1266","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_118582143","target":"K10plus_000812803","id":"1110","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Mechanik","target":"VD18_10492976","id":"1501","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD17_1999:2295761K","id":"1369","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Dissertation:phil.","target":"K10plus_001049038","id":"1497","attributes":{"date":"1689","date_dynamic":"\u003c[1500.0, 1750.0, 1689]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_11319674","id":"1325","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_115502831","target":"K10plus_001274295","id":"1140","attributes":{"date":"1692","date_dynamic":"\u003c[1500.0, 1750.0, 1692]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"VD18_11483164","id":"1515","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"3","target":"K10plus_007210302","id":"1155","attributes":{"date":"1690","date_dynamic":"\u003c[1500.0, 1750.0, 1690]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"2","target":"VD18_11589000","id":"1302","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"K10plus_001562274","id":"1101","attributes":{"date":"1699","date_dynamic":"\u003c[1500.0, 1750.0, 1699]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"2","target":"K10plus_33182759X","id":"1251","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"DE-611-HS-3251734","id":"1024","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_11425814","id":"1317","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"Geldwesen","target":"DE-611-HS-3272348","id":"890","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(127,163,163)","size":1.0},{"source":"gnd_118534688","target":"DE-611-HS-3251736","id":"1043","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_100099459","target":"VD18_10377719","id":"1604","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-867396","target":"gnd_118571249","id":"823","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118666924","target":"DE-611-HS-3251734","id":"1029","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"DE-611-HS-2914021","target":"gnd_118534688","id":"961","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118509969","target":"Royal Prussian Academy of Sciences","id":"1618","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(174,112,60)","size":1.0},{"source":"7","target":"K10plus_004705564","id":"1062","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"8","target":"K10plus_001635700","id":"1663","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(0,0,0)","size":1.0},{"source":"gnd_124438253","target":"VD18_10417656","id":"1640","attributes":{"date":"1704","date_dynamic":"\u003c[1500.0, 1750.0, 1704]\u003e","property":"subject"},"color":"rgb(127,162,133)","size":1.0},{"source":"VD18_10237615","target":"ppn_ 001915002","id":"1553","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"CH-001880-7-000293109","target":"gnd_116181567","id":"867","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Geographie","target":"VD18_12337331","id":"1115","attributes":{"property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Königliches Pädagogium","target":"DE-611-HS-3272244","id":"913","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"7","target":"VD18_9048262X","id":"1274","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"K10plus_007210566","id":"1167","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_10492976","id":"1381","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"Sinold, Christophorus","target":"K10plus_005703670","id":"1214","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"4","target":"DE-611-HS-849680","id":"1397","attributes":{"property":"subject"},"color":"rgb(91,183,35)","size":1.0},{"source":"DE-611-HS-867396","target":"7","id":"822","attributes":{"date":"1697","date_dynamic":"\u003c[1500.0, 1750.0, 1697]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"7","target":"VD18_10466878","id":"1339","attributes":{"date":"1706","date_dynamic":"\u003c[1500.0, 1750.0, 1706]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_117497061","target":"VD18_10090940","id":"1443","attributes":{"property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"sturm262","target":"sturm214","id":"1577","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"VD18_10377727","target":"ppn_ 001914812","id":"1584","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"VD18_10377719","target":"ppn_ 001915002","id":"1240","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"VD18_11319674","target":"ppn_ 001915002","id":"1232","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"DE-611-HS-3254792","id":"1001","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_102492093","target":"DE-611-HS-3254792","id":"1003","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"Kriegskunde","target":"VD18_14845628","id":"1480","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_14384108","target":"ppn_001915045","id":"1118","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"3","target":"K10plus_007210272","id":"1190","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"gnd_128486538","target":"K10plus_00602792X","id":"1571","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-334694","target":"7","id":"904","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_104124938","target":"VD18_10853952","id":"1606","attributes":{"date":"1702","date_dynamic":"\u003c[1500.0, 1750.0, 1702]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"gnd_120348381","target":"K10plus_006494951","id":"1195","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"CH-001880-7-000293118","id":"874","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"creator"},"color":"rgb(255,121,144)","size":1.0},{"source":"gnd_118509969","target":"11","id":"1675","attributes":{"property":"Mitgliedschaft in"},"color":"rgb(0,0,0)","size":1.0},{"source":"VD18_90016165","target":"ppn_ 001914812","id":"1546","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_100277608","target":"DE-611-HS-2914021","id":"965","attributes":{"date":"1713","date_dynamic":"\u003c[1500.0, 1750.0, 1713]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"sturm214","target":"Fida manuductio ad formam munimentorum inexpugnabilium","id":"1549","attributes":{"property":"contains"},"color":"rgb(171,132,188)","size":1.0},{"source":"gnd_118703102","target":"DE-611-HS-3272348","id":"893","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"2","target":"VD18_11602902","id":"1097","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"VD18_10377727","target":"ppn_ 001915002","id":"1239","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"Franckesche Stiftungen zu Halle. Hauptbibliothek","target":"DE-611-HS-3272244","id":"910","attributes":{"date":"1709","date_dynamic":"\u003c[1500.0, 1750.0, 1709]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"3","target":"K10plus_005040795","id":"1228","attributes":{"date":"1686","date_dynamic":"\u003c[1500.0, 1750.0, 1686]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_11428309","id":"1311","attributes":{"date":"1715","date_dynamic":"\u003c[1500.0, 1750.0, 1715]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_10853960","id":"1379","attributes":{"date":"1703","date_dynamic":"\u003c[1500.0, 1750.0, 1703]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"DE-611-HS-2914012","target":"gnd_118534688","id":"826","attributes":{"date":"1701","date_dynamic":"\u003c[1500.0, 1750.0, 1701]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"6","target":"VD18_12677213","id":"1422","attributes":{"date":"1719","date_dynamic":"\u003c[1500.0, 1750.0, 1719]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Franckesche Stiftungen zu Halle","target":"DE-611-HS-3251734","id":"1026","attributes":{"date":"1718","date_dynamic":"\u003c[1500.0, 1750.0, 1718]\u003e","property":"subject"},"color":"rgb(174,115,171)","size":1.0},{"source":"CH-001880-7-000293115","target":"gnd_116181591","id":"875","attributes":{"date":"1707","date_dynamic":"\u003c[1500.0, 1750.0, 1707]\u003e","property":"recipient"},"color":"rgb(255,121,144)","size":1.0},{"source":"Probst, Philipp Ludewig","target":"K10plus_001562770","id":"1072","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"contributor"},"color":"rgb(127,162,133)","size":1.0},{"source":"7","target":"VD18_11319658","id":"1327","attributes":{"property":"owner"},"color":"rgb(127,162,133)","size":1.0},{"source":"Kriegskunde","target":"K10plus_000387819","id":"1492","attributes":{"date":"1700","date_dynamic":"\u003c[1500.0, 1750.0, 1700]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"7","target":"VD18_11619678","id":"1303","attributes":{"date":"1716","date_dynamic":"\u003c[1500.0, 1750.0, 1716]\u003e","property":"creator"},"color":"rgb(127,162,133)","size":1.0},{"source":"3","target":"K10plus_007210442","id":"1174","attributes":{"date":"1688","date_dynamic":"\u003c[1500.0, 1750.0, 1688]\u003e","property":"subject"},"color":"rgb(0,205,151)","size":1.0},{"source":"Architectura Woinskaja, Gipotetitschesakja, i Jeclektischeskaja","target":"sturm214","id":"1578","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"gnd_119166895","target":"CH-001880-7-000057811","id":"988","attributes":{"date":"1714","date_dynamic":"\u003c[1500.0, 1750.0, 1714]\u003e","property":"subject"},"color":"rgb(255,121,144)","size":1.0},{"source":"VD18_11619678","target":"ppn_ 001914812","id":"1434","attributes":{"property":"subject"},"color":"rgb(44,185,238)","size":1.0},{"source":"7","target":"ppn_ 001914812","id":"1428","attributes":{"property":"subject"},"color":"rgb(172,140,139)","size":1.0}]} \ No newline at end of file diff --git a/htaccess_example b/htaccess_example new file mode 100644 index 0000000..e2974bc --- /dev/null +++ b/htaccess_example @@ -0,0 +1,2 @@ +AddType application/json json +AddType text/xml gexf diff --git a/images/CC.png b/images/CC.png new file mode 100644 index 0000000000000000000000000000000000000000..affea55d1ad5df10754ef0b6e51880df64e800e9 GIT binary patch literal 2053 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 literal 0 HcmV?d00001 diff --git a/images/blank.gif b/images/blank.gif new file mode 100644 index 0000000000000000000000000000000000000000..35d42e808f0a8017b8d52a06be2f8fec0b466a66 GIT binary patch literal 43 scmZ?wbhEHbWMp7uXkcLY|NlP&1B2pE7Dgb&paUX6G7L;iE{qJ;0LZEa`2YX_ literal 0 HcmV?d00001 diff --git a/images/fancybox_loading.gif b/images/fancybox_loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..01586176d793c261db6b6ca4ca7822b2d3b35703 GIT binary patch literal 3866 zcmeH{`BzhS-pB7vAcPQ-kc36emE6l72n3KA0p*eeNZ15&D~bw6fr544QEKVE31oq= zC6RqcaX|&Cs4bOEM!*HPy5MPrL0fH~9?y)9V^3!~*yU+^&iwxT@_he-@9X{gyx(!k zSjjTA8{h`Kp#tII;W05WOO`AdA0NMS=T2#9X;4tmXP<orK~O<K!QsP)zyJRGw6wI= z)>cPHM}L3+?(XiVPoJ92=HcOCH#fIq$By;&^?my3r>|eX{^5roWHMPpLj#-5wz08U zyLN3)Pmimst4JjB@bJjZ%`Gl2PDn_&e*HR)Mq9UTT~bogjT<+(Ty9QIj;*aNhGE;c zZ(p!rfyH8Z_Uzf?$B*ycy*oQQ8yp<GX3ZKDMVp$MyuH2K+S=;s>PkvV&YU?jGBRRs zZyyyERb5@pWHSBy{8%g&48wZ8UZ>M}dU~#3zg{R5^7;I;XU|fpR3|5=(9lq=Ry!~- zAP@)~930x)+b>_fTw7cF>eZ{aZ{JEJlJn=!U%GT@YHA8WkjBQwlP6Eo>Gb8xm&e7$ zoj!e9E|(`JCf>VuZ)Rr3YPE7WoayQ5n>TMpMn<-@w79sqoH}*t^Upue$jI2XZCi75 zb8Kwv;NW0=ef^3RD;NyMvSrIEDk>-xijR*^KtMo9NXUT$2Y~;7|91(%KRG1FU@BR3 zN=!(ghz!pE1pc=$Nu8a;-&nv;*rnc`zcqiCnxCArc~f4_J~iKW|Ni}fTehpS^S9-0 z58Rfs#}9zt+St+nDiH7v<6W-+yPt}vIH946#ag`{72+~GJDH){KQhQ95L8h`v1Qd% zf4e0Vs;ssO70a7j0z;(2V|5Lr7_&c)MudTAR}3kf5Oxb~SNNe+AT$_Vx>Oh|t`f$` zV@Cs`Y=TLs-w1*Bqv0g6NGo41AcNJilGsVTP!jjZfX4P~QBp{+U3^M#bgbs(>KYHl z5JJ%@JZ}e$nRsqHBR$!bIuj-<(rgJkerrfBi%fd)X1i0^BB6tGYg`J8zG&D}>$> zH+-+Al;w9@VL6ZVcWuq6EPLO7PrqcMw}&}2E)V_WlM3C`s_2vQEdkRL6L$qwZ%R*b zxI0sP`m(5dS#N)MZ|*+&YdDlYheMeUN0`9W=nc3q8Bb1PF-nC-y=?%_NK31x*gJEr z1dF4qZ=|F+3EJ8zem1GXE{4!?LA-V4%5t_~VRA#VpIeg2NLw^SA(0iybb7L*!$N!| zGf@+tl$M&13@SBDdY>{Sg=-;{G*=hk(-(<X4FHX5O-^jmQXYMBD6Ffh+LOr+d>-~< zyj7!YkSPB45*%62WF~D+&F4p#>zlTmyNi!sktegdB9!0QbHRVGQ&Wy)R|%zT$3!lW zV+(sbghf9bn*=z%i_-HvYUSt|yM#P@e%#a`rv_)!HX?&Q(Op;jUaafw5OC6k?DOrS z-WU9yZ4}pK7vJ||{TdDF&(V<Pqamr3^LGP5IOgbxnaT_VkG2?BXJ@PNpme?k=VfK< z>Nhk|maJ=QCv93~Pr|Y{R0W3wT1ridbs6U`fMJ!mNTkVB@o@24du-DtEI1S(sTZ$* zuj;B;tW-lAsT$S2jqYng?9C=>hPcT<cUbKxwx~0|(yLB%6fM=Uqhly`skOrut>;pC z^u$Vuc0yXrc3(9+l`<Q(+Q>)#snF5zgZkmC?ft<Gm!%@Q&cpSYhx1BxRbKGR_zG7t zbL7EGq=*Q$p}g4XnNiW=vXXAx49_Jv*$L$la_1*8#<5J!<=`#ynAssI^qDWGW$y&v zEz{w~aQv)`XMmAEU&UW~1poo0`ChpIuJgV6vIxKl0zou7y^d{bFhGb1XDmy{a1UFa z2~xpFFv}4Yhqc)RY$lbM(;>*yCbtU@hZ(I_$riTe7*IkmU<8s#AO)EOV1b;|I1Gm~ zAReSaaxl_+PVWaD!4XowDfffCe5Rf;WC+jC(Le0NF^s`uFaRbnee2TDQT`%-=Fvna z$rQid9=3Vd-gzb~O3LtT#b=mKmR+Q9K^-ONJt}zb^hNR$v}9RX_~IXT@llV9yN@3= z^RhqSz?<Iyr{X=4+2zH$im~=js;vw;$Ih1YD>C>;<Xc7HJTiv8LslsX$e`mADpffc zPpi;FW@1GoudcP)0?}M^>Oe>d^B|@Q+v>WU@b|ByLcB9H7bc$TqQJQ@sSIS45L5tz zgKeS$tT=okhb&O2P8g8oTc4a@e0>cxH=dwJxw=NVe5)GzpO-HOpH^Hako&sD--*aO zQmE+_ZUKY69vUwtXzoVt4n>!Qxb$9Cyi|-5si2h4GAB&If_M!3#z*IjBp{U3B1KmR z|4{#+cE{PEN@`u@L0WuO2fyvNO_&$^`(RGK6RQDGRI4}WA)`r~KyZ<=a-4xDsLIef zi`9UTcr98L&V!Z2_KtEygCx|Td-u?+&BY7|R_tW$((0_yYuDMIG>z)1_8F#2MyP~Q zQmlHYsx0?oeYIno3Vl>(_4?|oS^V~73HpWpv{4nj*Lcn37n&FRxD!8m0ch)t*M#oo zJL9%RGP|V?B)45^BsM}?L+Km@K7LTY)QB>|bFL;))Saxo54?TlHXJUH`^eKb+EN2V zc*6O<S@F$!(r<@5Z}E4&pDk)Y44dcEFpVZ$L@>)L%Bx@<SdC*8bGd(Mv(;EnKseM@ zYNZf73Zkjh@U*oIB?)fT)RyyL7`be?qJa=bhZSSo&|%fpr^|EpKiDQ6y>rwA?2nAx zKYi`<5)Aqa$QU&u3cy%PnKa~(ZI-u#eZ);oRYwaOp@0zqv@*lJnK4H}aPHOis^K^= zje&Kwq#Ye&9P&Tt#jZ`&5)5hf1^#RPXm8adeM-W=?Ig6bNu(Vd8gY+}*!SJ>(4~r+ z&fhHh{ehCwJ!sycNNh~L(y?nCOS9hezEvrY*EXCKKWA;JZS}q~^<B0WCU@l}HBKfl z+PVvw5m{dUnh1{kkr`LO`-oY5DE&YZ579}f_KBt#z{QoO<WtmAI#Z5-5XIAu<r|YN zUFhKGL#O+Ak~4k4MKuTA-MoD4?0gp5uvhW+$rmqhgcz57=4<bj#`Sh;;Mhr-9M%Vk zT<1#ZWtoTVUzE@)A9weyhOCd$qJJNl-#tD2<qm)LWGvNZmMP0LIxWVm(v)lKYJdiU z2bVR=;O0zNMlhR!Hb4f+%tViD-V)c+t(P%LnSEN>un`+*)I#{RV&>FT&8;cy#sq## zd1A5#y03x!B90iK%*T^(#A*k+vGwQ(WFNA|{Q%}wNl*_!*pBB5<(*PjrmpXrt~JPZ zKzK%S7Lluuv_fH|6p&nEu#y$NAFdrmW9db_Zm+X!^maXYNuVQ0rlhhZS&}6OcR$s( z)NZ&?kTRubTcC(y^`g=8RQ`XX{p%lEM+lWnqfv<Hg#==$z{LeX4UUSLO|{jf07BYa z*`yTnnhL}kVS6XuQ+?tXrNOGD^aBO$!iIwGUM-4<#|=GVL}%cM?wHSO3Z|!PwKd{> zg1-uueo0|IXQGr<b5Fk{z8QO5aKEDc9GI`HL<aQqj_7k^^p4!yxdReTt6?!8>;-4| ziFX1P?_0-bivXnqPm(eCK<--~D9gt*bCqPpsl#}lFl6_b2g}-!l6tL!f;X-VaO&Y) zIX6gcS$6RF#W_c+H~-M>$HsKu>Hl4uKeh4AyG{MAjdHosSg0+lB+M0ZSXWqvV~6F| za?RnxW|(K>atQ=h*UK?A{GqwfTIjrfu^K#wcj2cAljWVajfHBRrAz%G3HI0iV)Psd zxuGr0jkuz3)u^9ee^OqEnGd_W?tC@f)+}#sa)0%@4J;%5Bd!1YtfIAFGYrwlMki;R z0j|^Y){SUw94syL7%jO{9vEzs0u~ij1Z3To?g)4?LPw%p*e_>_XhUZK{|Wny)axnb z5&#IFMNg(lqjP4j&i(!QHwYuLkXxVKb=;Rhi=^UVd0OhRSi9G^@<q2=Kl&K>FE>E_ z2>_`)1#3{xvE_Kr5h)v*SI|62Eh+HOpr48wQt4ZP>!}~vY@FM)Lm6uVQnI`79TV)2 z6aUTC|MOYdpeRYy@q|d-pwOq!UO?Tlqn%g8<c{%HXHSfMy!(c{tL>=`Sw~)ZE%Mga zH{EHrM>?WI+vTH3X01l=#&`Te<8xOKsc`K?R~!HnkCQ+KkDBY{60GlG-WME(foBpo zk66u~Zy#B@Y+1N&=lg>1s*5JAe5a8god!E*&}FPy{#)Yi5}<=T;DVt(z+6;fh2UTI zPs&ty%$D#U&wb(5EFyW6(P_Ig2{oi833C@aX8vB~b1W3}-$fhOue5wi{m{SZNwgUR Hfr$SAXcF<h literal 0 HcmV?d00001 diff --git a/images/fancybox_sprite.png b/images/fancybox_sprite.png new file mode 100644 index 0000000000000000000000000000000000000000..a1aae1a24f657673375c3beca467d0b4c87e2aa7 GIT binary patch literal 2277 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 literal 0 HcmV?d00001 diff --git a/images/info.png b/images/info.png new file mode 100644 index 0000000000000000000000000000000000000000..707316ecb94f35cf46ff4b8fb96925704d75c827 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^>_E)V!3HEX7_aUFQjEnx?oJHr&dIz4a@dl*-CY>| zgW!U_%O?XxI14-?iy0WWg+Q3`(%rg0Ktc8rPhVH|JM1FDeCiKpy?+2SMcmWHF+}3B z?}UwBivvYk_V27W5m21#RClw^(AQ=<$G3e4UrBfHCupAD*TS!mu}~~Y{f2H%a&f+L z#EJyT8&LrPlC$k6ylgABD1MgxVoGtE*=#|<{kON-O7^<xCplU^7k#jG^Zd-hjNfO! zEzZr6U*5rxU?a!Oqmp|oZuM5VWl`Fe&mH&Q|F8V=*td8EW|PS$m#Dw=xul=Kv&OqB z=k~YwtXXOCmo~rUX7FTKzf?s1HviHo%AS{h22YyDcqR14##+_PjNj|7?c$xV>n(4> zjk&e6oINd{t0p8bd~NEW$?AG!)sp|kT1%%a?U-?EpZ|epOiNC8++gMl@{+gpw9mc# zG?&p{<?XbfeN_i6H}LA*w%b}8on70{v5(PPscf#y<6UvUP-F0P^>bP0l+XkK`>mnB literal 0 HcmV?d00001 diff --git a/images/jisc-logo-small.png b/images/jisc-logo-small.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc3395757f28c575b4fb37b329a9362155ed970 GIT binary patch literal 6489 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 literal 0 HcmV?d00001 diff --git a/images/oii.png b/images/oii.png new file mode 100644 index 0000000000000000000000000000000000000000..ee716ab5b24d0e48a2a2f9cdb6f37bdb9e744386 GIT binary patch literal 12668 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 literal 0 HcmV?d00001 diff --git a/images/oii_brand.png b/images/oii_brand.png new file mode 100644 index 0000000000000000000000000000000000000000..940d8bc3f206e16950d497ed19e1200130b39c03 GIT binary patch literal 2172 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 literal 0 HcmV?d00001 diff --git a/images/oii_text.png b/images/oii_text.png new file mode 100644 index 0000000000000000000000000000000000000000..3c071b263cd49ca648ca4196d943c307635a21e4 GIT binary patch literal 19778 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 literal 0 HcmV?d00001 diff --git a/images/rainbow.png b/images/rainbow.png new file mode 100644 index 0000000000000000000000000000000000000000..a344bfcd98c0b10cabae382ad0a2cfc03e64f874 GIT binary patch literal 1708 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 CFG9os literal 0 HcmV?d00001 diff --git a/images/sprite.png b/images/sprite.png new file mode 100644 index 0000000000000000000000000000000000000000..0c6353ef0bca014dcafafe23772438e0e2c8244c GIT binary patch literal 5870 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 KQ7%(@8Tvn&Ge0c= literal 0 HcmV?d00001 diff --git a/images/zoom_in.png b/images/zoom_in.png new file mode 100644 index 0000000000000000000000000000000000000000..21f0d25ee781360079cbb11bf55be7f954f2a1d0 GIT binary patch literal 4433 zcmV-X5w7luP)<h;3K|Lk000e1NJLTq0015U0015c1^@s6J20-I000U_X+uL$Nkc;* zP;zf(X>4Tx0C?J+Q)g6D=@vcr-t<CCh=7z!Z&DQqAW}k$fE1A?Dj^9FN{At$*%eX2 z5k*A=8_1xD1CEY>j1^HV42lZa2jn55j)S9!ipu-pd!uXCy!YnK{<YUW=dAOcv(E>> z2n?1;Gf_2w45>mM5#WQz#Kz&|E<k|_Bya!_2(x4%bNwR$0Qi19JS!r=2fhFSc+(3A z0KiR~z%U$#{}1XynOp&YgaN>GkvK~TfD`~gdX7S-06<0ofSs5oQvjd@0AR~wV&ec% zEdXFAf9BHwfSvf6djSAjlpz%XppgI|6J>}*0BAb^tj|`8MF3bZ02F3R#5n-iEdVe{ zS7t~6u(trf&JYW-00;~KFj0twDF6g}0AR=?BX|IWnE(_<@>e|ZE3OddDgXd@nX){& zBsoQaTL>+22Uk}v9w^R97b_GtVFF>AKrX_0nHe&HG!NkO%m4tOkrff(gY*4(&JM25 z&Nhy=4qq+mzXtyzVq)X|<<F~dKmY*YbbitPEHASffI9|&ZT_Mq?gVIF3!ruPi)OM9 zK(zp%>DpKGaQJ>aJVl|9x!Kv}<mA{nwP%2$2<XTo2=SN&}Hemwm5_29nZB!Mzr zfky=R;KI!GOr;#pk_m)j+~$u*{I?7L{2kLG#7SbgSSl3bQ4(>EM4F8AGNmGkLXs)P zCDQ+7;@>R$13uq10I+I40eg`xs9j?N_Dd%aSaiVR_W%I$yKlkNC<p_9XoKO;cmMA{ z{YRiB0Dxvml5qe4UPL4=RLZkI#|QubM4*8xut6L2!5A#S1{}c!+`$X{U^aw8B*el( z5JC!MfE;pQDXfA*D2C0j9V%ci)Ic3Hz)@(1lW-0$!d18qJ#Y{DVF;eVD7=9Q1VP9M z6Ja6Rhyh}XSR;-I7nz0lA;Cxl5{o1t$%qtDB1@4qNHJ21R3KGI9r8VL0y&3VM!JzZ z$N(~e{D!<oF_eL_Q9aZQwL`h6HyVUSq6^SubTOKb7NDEZa<m#fj5eX?(5q+<+K)a% z$1uR?7zZ=NY%ngy!$Pq*ED4ii%dsM?46DW(uvV-CyNUH<&#`v|5`jg)2{r_GLLgxt zK}c9kSWehTs3069G!fbfHwgoTQNkx8lc-CyCb|*%#28{SF^5=4EF;zuj}tEtdx%5C zHzX2?Loz41kOE1uq*T%p(niv5QX}asshc!N8Y7d*+GK082RW21AS=j)<elWh<TK<O z<RS7~3Y}s=aisWD;wVzeYDyX95al%G24$EsK~<xgQr)PbR1r0gT0*U%wo<QAho}=Y zb(%TNgBD3krLCfs(;8?OX!mKa=ybXf-IX3rm(W+z%jrkxm*@lZcMJ`N6@$l!XDAt) z7zY?<8Fv`3m`tV_(~B9$R4_L&>zL=651DUOSSq$Ed=-((3YAKgCY2j1FI1_jrmEhm z3sv(~%T$l4UQ>OpMpZLY<EaVMmaA2&olxsj8&hYgJE(`MXQ*#fKcs$H{fP!y!%V|Z zL!?olv0vl7#vlu08MAmSA!`k*hIN58#3r%L*?e{?yO{kQyNf-lsi8STGfFd8vr_Yv zW<Lkxm~r@=bWRE9D5sb6eu~}{?<wLb8>Tc&xiMv2YpRx)mRPGut5K^*>%BIv?Wdil zy+ylO`+*KY$4Vz$Cr4+G&IO(4Q`uA9rwXSQO+7mGt}d!;r5mBUM0dY#r|y`ZzFvTy zOmC;&dA;ZQ9DOhSRQ+xGr}ak+SO&8UBnI0I&KNw!HF0k|9WTe*@liuv!$3o&VU=N* z;e?U7(LAHoMvX=fjA_PP<0Rv4#%;!<CI%)UCQD7~P41dfO}VBiraMeKOvla4&7#fL znKhd|G1oHZo9CO?o8Px!T6kJ4wy3taWl6H+TBcd<w!ChIS~*#zSXEkGvqr6*ttHmG zt-GfYr@2m(POF~QXTz}Zw#l}sw;8bI*aq9Kwr#e3VP|3&XSc<!!|s#4lYP2<jr~0b z4Tsqds~uV$esi>P6gpNq-kQ#w?mvCS^p@!_XIRe=&)75LwiC-K#A%&Vo6|>U7iYP1 zgY$@siA#dZE|)$on;XX6$i3uBboFsv;d;{botv|p!tJQrukJSPY3_&IpUgC$DV|v~ zbI`-cL*P;6(LW2Hl`w1HtbR{JPl0E(=OZs;FOgTR*RZ#xcdGYc?-xGyK60PqKI1$$ z-ZI`<U(7eax5&54Ps4AXUxnX8e<S~7|9bz?0H=T@0cQh=fkA;=0{i%Sd?CM%KRVlG z_OjXSL5!feK@~xdf~|t(!L1=^$n21<A@}E)&XLY(4uw#D=+@8&Vdi0r!+s1Wg@=V# zhChyQh*%oYF_$%W(cD9G-$eREmPFp0XE9GXuPsV7Dn6<%YCPIEx-_~!#x7=A%+*+( zSV?S4962s3t~PFLzTf=q^M~S{;tS(@7nm=|U2u7!&cgJCrxvL$5-d8FKum~EIF#@~ z5Gtq^j3x3DcO{MrdBPpSXCg1rHqnUKLtH8zPVz`9O?r~-k-Rl|B*inOEaka`C#jIU zObtxkn>wBrnsy*<GCexIF@utkka0q)Ax)FEXX<C>W_HW0Wrec-#cqqYFCLW#$!oKa ztOZ#u3bsO~=u}!L*D43HXJuDrzs-rtIhL!QE6wf9v&!3$H=OUE|LqdO65*1zrG`sa zEge|qy{u|EvOIBl+X~|q1uKSD2CO`|inc0k)laMKSC_7Sy(W51Yk^+D%7VeQ0c-0E zRSM;Wee2xU?Ojh;FInHUVfu!h8$K0@imnvf7nc=(*eKk1<r{}@%D<W1l(ea<#JOb8 zX3}Qq=H4xyTMm}0m*$raZVlPmv<=@@wC(lwMcXfz%_!TugSJDtqrW`3yk)1!&dobN zRHRh&RQgml?$X`0Vb}O>(e4|2y!JHg)!SRV_x(P}zS~s+RZZ1q)n)rh`?L2yu8FGY z_?G)^U9C=SaqY(g(gXbmBM!FLxzyDi(mhmCkJc;eM-ImyzW$x>cP$Mz4ONYt#^NJz zM0w=t_X*$k9t}F$c8q(h;Rn+nb{%IOFKR-X@|s4QQ=0o*Vq3aT%s$c9>fU<%N829{ zoHRUHc}nwC$!Xf@g42^{^3RN&m7RTlF8SPG+oHC6=VQ*_Y7cMkx)5~X(nbG^=R3SR z&Rp`ibn>#><r7!9SDLRnUv27i>OB6F(@)2{oV%K?xm;_x?s~noduI3P8=g1L-SoYA z@fQEq)t)&$-M#aAZ}-Lb_1_lVesU-M&da;mcPH+xyidGe^g!)F*+boj)jwPQ+}Q8j ze`>&Yp!3n(NB0JWgU|kv^^Xrj1&^7J%Z3ex>z+71IXU7#a{cN2r$f(V&nBK1{-XZN zt``<Be)!ev*Ur(H(V>^}my^G3e5L*B!0Q>W+s4Ai9=^$VGcjKDR{QP2cieX!@1x%j zPvm?ce<=TG`LXp=(5L&88IzO$1Ou4!{1CdwXaE2J24YJ`L;(K){{a7>y{D4^000Sa zNLh0L01FZT01FZU(%pXi00007bV*G`2iyh^0316hcPD!Q00xaoL_t(Y$F-JkOx<S{ z$G_)1_d;u-$|_6Wv}-}u3kAkX2c7+k9V6|iN-}<lWZ3M5He$2Is99!Wpf8PaF-BW8 znbQ|0^^ⅅ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 XZ*Z9VlMtSR00000NkvXXu0mjf9`s|y literal 0 HcmV?d00001 diff --git a/images/zoom_out.png b/images/zoom_out.png new file mode 100644 index 0000000000000000000000000000000000000000..d4231f82edfae0114c284c54f5672feab7218830 GIT binary patch literal 4309 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 D&4es_ literal 0 HcmV?d00001 diff --git a/images/zoom_reset.png b/images/zoom_reset.png new file mode 100644 index 0000000000000000000000000000000000000000..26244c2559229290912980ce1c86e5ee8ec95333 GIT binary patch literal 4211 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 JPDHLkV1h$E?RfwI literal 0 HcmV?d00001 diff --git a/index.html b/index.html new file mode 100644 index 0000000..f201f61 --- /dev/null +++ b/index.html @@ -0,0 +1,112 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/Map"> + +<head> +<title>OII Network Visualisation Example</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=no" /> +<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> + + +<!--[if IE]><script type="text/javascript" src="js/excanvas.js"></script><![endif]--> <!-- js/default.js --> + <script src="js/jquery/jquery.min.js" type="text/javascript"></script> + <script src="js/sigma/sigma.min.js" type="text/javascript" language="javascript"></script> + <script src="js/sigma/sigma.parseJson.js" type="text/javascript" language="javascript"></script> + <script src="js/fancybox/jquery.fancybox.pack.js" type="text/javascript" language="javascript"></script> + <script src="js/main.js" type="text/javascript" language="javascript"></script> + + <link rel="stylesheet" type="text/css" href="js/fancybox/jquery.fancybox.css"/> + <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> + <link rel="stylesheet" media="screen and (max-height: 770px)" href="css/tablet.css" /> +</head> + + +<body> + <div class="sigma-parent"> + <div class="sigma-expand" id="sigma-canvas"></div> + </div> +<div id="mainpanel"> + <div class="col"> + <div id="maintitle"></div> + <div id="title"></div> + <div id="titletext"></div> + <div class="info cf"> + <dl> + <dt class="moreinformation"></dt> + <dd class="line"><a href="#information" class="line fb">More about this visualisation</a></dd> + </dl> + </div> +<div id="legend"> + <div class="box"> + <h2>Legend:</h2> + <dl> + <dt class="node"></dt> + <dd></dd> + <dt class="edge"></dt> + <dd></dd> + <dt class="colours"></dt> + <dd></dd> + </dl> + </div> +</div> + <div class="b1"> + <form> + <div id="search" class="cf"><h2>Search:</h2> + <input type="text" name="search" value="Search by name" class="empty"/><div class="state"></div> + <div class="results"></div> + </div> + <div class="cf" id="attributeselect"><h2>Group Selector:</h2> + <div class="select">Select Group</div> + <div class="list cf"></div> + </div> + </form> + </div> + </div> + <div id="information"> + </div> +</div> + <div id="zoom"> + <div class="z" rel="in"></div> <div class="z" rel="out"></div> <div class="z" rel="center"></div> + </div> + <div id="copyright"> + <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="images/CC.png" /></a></div> + </div> +<div id="attributepane"> +<div class="text"> + <div title="Close" class="left-close returntext"><div class="c cf"><span>Return to the full network</span></div></div> +<div class="headertext"> + <span>Information Pane</span> +</div> + <div class="nodeattributes"> + <div class="name"></div> + <div class="data"></div> + <div class="p">Connections:</div> + <div class="link"> + <ul> + </ul> + </div> + </div> + </div> +</div> +<div id="developercontainer"> + <a href="http://www.oii.ox.ac.uk" title="Oxford Internet Institute"><div id="oii"><span>OII</span></div></a> + <a href="http://jisc.ac.uk" title="JISC"><div id="jisc"><span>JISC</span></div></a> +</div> +<script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-21293169-4']); + _gaq.push(['_setDomainName', 'none']); + _gaq.push(['_setAllowLinker', true]); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + +</script> +</body> +</html> diff --git a/js/excanvas.js b/js/excanvas.js new file mode 100644 index 0000000..9ad56df --- /dev/null +++ b/js/excanvas.js @@ -0,0 +1,35 @@ +document.createElement("canvas").getContext||function(){function S(){return this.context_||(this.context_=new z(this))}function T(a,b,c){var g=J.call(arguments,2);return function(){return a.apply(b,g.concat(J.call(arguments)))}}function K(a){return(""+a).replace(/&/g,"&").replace(/"/g,""")}function L(a){a.namespaces.g_vml_||a.namespaces.add("g_vml_","urn:schemas-microsoft-com:vml","#default#VML");a.namespaces.g_o_||a.namespaces.add("g_o_","urn:schemas-microsoft-com:office:office","#default#VML"); +a.styleSheets.ex_canvas_||(a=a.createStyleSheet(),a.owningElement.id="ex_canvas_",a.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}")}function U(a){var b=a.srcElement;switch(a.propertyName){case "width":b.getContext().clearRect();b.style.width=b.attributes.width.nodeValue+"px";b.firstChild.style.width=b.clientWidth+"px";break;case "height":b.getContext().clearRect(),b.style.height=b.attributes.height.nodeValue+"px",b.firstChild.style.height=b.clientHeight+ +"px"}}function V(a){a=a.srcElement;a.firstChild&&(a.firstChild.style.width=a.clientWidth+"px",a.firstChild.style.height=a.clientHeight+"px")}function A(){return[[1,0,0],[0,1,0],[0,0,1]]}function q(a,b){for(var c=A(),g=0;3>g;g++)for(var e=0;3>e;e++){for(var f=0,d=0;3>d;d++)f+=a[g][d]*b[d][e];c[g][e]=f}return c}function M(a,b){b.fillStyle=a.fillStyle;b.lineCap=a.lineCap;b.lineJoin=a.lineJoin;b.lineWidth=a.lineWidth;b.miterLimit=a.miterLimit;b.shadowBlur=a.shadowBlur;b.shadowColor=a.shadowColor;b.shadowOffsetX= +a.shadowOffsetX;b.shadowOffsetY=a.shadowOffsetY;b.strokeStyle=a.strokeStyle;b.globalAlpha=a.globalAlpha;b.font=a.font;b.textAlign=a.textAlign;b.textBaseline=a.textBaseline;b.arcScaleX_=a.arcScaleX_;b.arcScaleY_=a.arcScaleY_;b.lineScale_=a.lineScale_}function N(a){var b=a.indexOf("(",3),c=a.indexOf(")",b+1),b=a.substring(b+1,c).split(",");if(4!=b.length||"a"!=a.charAt(3))b[3]=1;return b}function B(a,b,c){return Math.min(c,Math.max(b,a))}function C(a,b,c){0>c&&c++;1<c&&c--;return 1>6*c?a+6*(b-a)*c: +1>2*c?b:2>3*c?a+6*(b-a)*(2/3-c):a}function D(a){if(a in E)return E[a];var b,c=1,a=""+a;if("#"==a.charAt(0))b=a;else if(/^rgb/.test(a)){c=N(a);b="#";for(var g,e=0;3>e;e++)g=-1!=c[e].indexOf("%")?Math.floor(255*(parseFloat(c[e])/100)):+c[e],b+=s[B(g,0,255)];c=+c[3]}else if(/^hsl/.test(a)){e=c=N(a);b=parseFloat(e[0])/360%360;0>b&&b++;g=B(parseFloat(e[1])/100,0,1);e=B(parseFloat(e[2])/100,0,1);if(0==g)g=e=b=e;else{var f=0.5>e?e*(1+g):e+g-e*g,d=2*e-f;g=C(d,f,b+1/3);e=C(d,f,b);b=C(d,f,b-1/3)}b="#"+s[Math.floor(255* +g)]+s[Math.floor(255*e)]+s[Math.floor(255*b)];c=c[3]}else b=W[a]||a;return E[a]={color:b,alpha:c}}function z(a){this.m_=A();this.mStack_=[];this.aStack_=[];this.currentPath_=[];this.fillStyle=this.strokeStyle="#000";this.lineWidth=1;this.lineJoin="miter";this.lineCap="butt";this.miterLimit=1*n;this.globalAlpha=1;this.font="10px sans-serif";this.textAlign="left";this.textBaseline="alphabetic";this.canvas=a;var b="width:"+a.clientWidth+"px;height:"+a.clientHeight+"px;overflow:hidden;position:absolute", +c=a.ownerDocument.createElement("div");c.style.cssText=b;a.appendChild(c);b=c.cloneNode(!1);b.style.backgroundColor="red";b.style.filter="alpha(opacity=0)";a.appendChild(b);this.element_=c;this.lineScale_=this.arcScaleY_=this.arcScaleX_=1}function O(a,b,c,g){a.currentPath_.push({type:"bezierCurveTo",cp1x:b.x,cp1y:b.y,cp2x:c.x,cp2y:c.y,x:g.x,y:g.y});a.currentX_=g.x;a.currentY_=g.y}function P(a,b){var c=D(a.strokeStyle),g=c.color,c=c.alpha*a.globalAlpha,e=a.lineScale_*a.lineWidth;1>e&&(c*=e);b.push("<g_vml_:stroke", +' opacity="',c,'"',' joinstyle="',a.lineJoin,'"',' miterlimit="',a.miterLimit,'"',' endcap="',X[a.lineCap]||"square",'"',' weight="',e,'px"',' color="',g,'" />')}function Q(a,b,c,g){var e=a.fillStyle,f=a.arcScaleX_,d=a.arcScaleY_,h=g.x-c.x,l=g.y-c.y;if(e instanceof t){var i=0,j=g=0,r=0,k=1;if("gradient"==e.type_){var i=e.x1_/f,c=e.y1_/d,m=p(a,e.x0_/f,e.y0_/d),i=p(a,i,c),i=180*Math.atan2(i.x-m.x,i.y-m.y)/Math.PI;0>i&&(i+=360);1.0E-6>i&&(i=0)}else m=p(a,e.x0_,e.y0_),g=(m.x-c.x)/h,j=(m.y-c.y)/l,h/=f* +n,l/=d*n,k=u.max(h,l),r=2*e.r0_/k,k=2*e.r1_/k-r;f=e.colors_;f.sort(function(a,b){return a.offset-b.offset});for(var d=f.length,m=f[0].color,c=f[d-1].color,h=f[0].alpha*a.globalAlpha,a=f[d-1].alpha*a.globalAlpha,l=[],o=0;o<d;o++){var q=f[o];l.push(q.offset*k+r+" "+q.color)}b.push('<g_vml_:fill type="',e.type_,'"',' method="none" focus="100%"',' color="',m,'"',' color2="',c,'"',' colors="',l.join(","),'"',' opacity="',a,'"',' g_o_:opacity2="',h,'"',' angle="',i,'"',' focusposition="',g,",",j,'" />')}else e instanceof +F?h&&l&&b.push("<g_vml_:fill",' position="',-c.x/h*f*f,",",-c.y/l*d*d,'"',' type="tile"',' src="',e.src_,'" />'):(e=D(a.fillStyle),b.push('<g_vml_:fill color="',e.color,'" opacity="',e.alpha*a.globalAlpha,'" />'))}function p(a,b,c){a=a.m_;return{x:n*(b*a[0][0]+c*a[1][0]+a[2][0])-o,y:n*(b*a[0][1]+c*a[1][1]+a[2][1])-o}}function w(a,b,c){isFinite(b[0][0])&&isFinite(b[0][1])&&isFinite(b[1][0])&&isFinite(b[1][1])&&isFinite(b[2][0])&&isFinite(b[2][1])&&(a.m_=b,c&&(a.lineScale_=Y(Z(b[0][0]*b[1][1]-b[0][1]* +b[1][0]))))}function t(a){this.type_=a;this.r1_=this.y1_=this.x1_=this.r0_=this.y0_=this.x0_=0;this.colors_=[]}function F(a,b){if(!a||1!=a.nodeType||"IMG"!=a.tagName)throw new x("TYPE_MISMATCH_ERR");if("complete"!=a.readyState)throw new x("INVALID_STATE_ERR");switch(b){case "repeat":case null:case "":this.repetition_="repeat";break;case "repeat-x":case "repeat-y":case "no-repeat":this.repetition_=b;break;default:throw new x("SYNTAX_ERR");}this.src_=a.src;this.width_=a.width;this.height_=a.height} +function x(a){this.code=this[a];this.message=a+": DOM Exception "+this.code}var u=Math,h=u.round,G=u.sin,H=u.cos,Z=u.abs,Y=u.sqrt,n=10,o=n/2;navigator.userAgent.match(/MSIE ([\d.]+)?/);var J=Array.prototype.slice;L(document);var R={init:function(a){a=a||document;a.createElement("canvas");a.attachEvent("onreadystatechange",T(this.init_,this,a))},init_:function(a){for(var a=a.getElementsByTagName("canvas"),b=0;b<a.length;b++)this.initElement(a[b])},initElement:function(a){if(!a.getContext){a.getContext= +S;L(a.ownerDocument);a.innerHTML="";a.attachEvent("onpropertychange",U);a.attachEvent("onresize",V);var b=a.attributes;b.width&&b.width.specified?a.style.width=b.width.nodeValue+"px":a.width=a.clientWidth;b.height&&b.height.specified?a.style.height=b.height.nodeValue+"px":a.height=a.clientHeight}return a}};R.init();for(var s=[],d=0;16>d;d++)for(var y=0;16>y;y++)s[16*d+y]=d.toString(16)+y.toString(16);var W={aliceblue:"#F0F8FF",antiquewhite:"#FAEBD7",aquamarine:"#7FFFD4",azure:"#F0FFFF",beige:"#F5F5DC", +bisque:"#FFE4C4",black:"#000000",blanchedalmond:"#FFEBCD",blueviolet:"#8A2BE2",brown:"#A52A2A",burlywood:"#DEB887",cadetblue:"#5F9EA0",chartreuse:"#7FFF00",chocolate:"#D2691E",coral:"#FF7F50",cornflowerblue:"#6495ED",cornsilk:"#FFF8DC",crimson:"#DC143C",cyan:"#00FFFF",darkblue:"#00008B",darkcyan:"#008B8B",darkgoldenrod:"#B8860B",darkgray:"#A9A9A9",darkgreen:"#006400",darkgrey:"#A9A9A9",darkkhaki:"#BDB76B",darkmagenta:"#8B008B",darkolivegreen:"#556B2F",darkorange:"#FF8C00",darkorchid:"#9932CC",darkred:"#8B0000", +darksalmon:"#E9967A",darkseagreen:"#8FBC8F",darkslateblue:"#483D8B",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",darkturquoise:"#00CED1",darkviolet:"#9400D3",deeppink:"#FF1493",deepskyblue:"#00BFFF",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1E90FF",firebrick:"#B22222",floralwhite:"#FFFAF0",forestgreen:"#228B22",gainsboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",grey:"#808080",greenyellow:"#ADFF2F",honeydew:"#F0FFF0",hotpink:"#FF69B4",indianred:"#CD5C5C",indigo:"#4B0082", +ivory:"#FFFFF0",khaki:"#F0E68C",lavender:"#E6E6FA",lavenderblush:"#FFF0F5",lawngreen:"#7CFC00",lemonchiffon:"#FFFACD",lightblue:"#ADD8E6",lightcoral:"#F08080",lightcyan:"#E0FFFF",lightgoldenrodyellow:"#FAFAD2",lightgreen:"#90EE90",lightgrey:"#D3D3D3",lightpink:"#FFB6C1",lightsalmon:"#FFA07A",lightseagreen:"#20B2AA",lightskyblue:"#87CEFA",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#B0C4DE",lightyellow:"#FFFFE0",limegreen:"#32CD32",linen:"#FAF0E6",magenta:"#FF00FF",mediumaquamarine:"#66CDAA", +mediumblue:"#0000CD",mediumorchid:"#BA55D3",mediumpurple:"#9370DB",mediumseagreen:"#3CB371",mediumslateblue:"#7B68EE",mediumspringgreen:"#00FA9A",mediumturquoise:"#48D1CC",mediumvioletred:"#C71585",midnightblue:"#191970",mintcream:"#F5FFFA",mistyrose:"#FFE4E1",moccasin:"#FFE4B5",navajowhite:"#FFDEAD",oldlace:"#FDF5E6",olivedrab:"#6B8E23",orange:"#FFA500",orangered:"#FF4500",orchid:"#DA70D6",palegoldenrod:"#EEE8AA",palegreen:"#98FB98",paleturquoise:"#AFEEEE",palevioletred:"#DB7093",papayawhip:"#FFEFD5", +peachpuff:"#FFDAB9",peru:"#CD853F",pink:"#FFC0CB",plum:"#DDA0DD",powderblue:"#B0E0E6",rosybrown:"#BC8F8F",royalblue:"#4169E1",saddlebrown:"#8B4513",salmon:"#FA8072",sandybrown:"#F4A460",seagreen:"#2E8B57",seashell:"#FFF5EE",sienna:"#A0522D",skyblue:"#87CEEB",slateblue:"#6A5ACD",slategray:"#708090",slategrey:"#708090",snow:"#FFFAFA",springgreen:"#00FF7F",steelblue:"#4682B4",tan:"#D2B48C",thistle:"#D8BFD8",tomato:"#FF6347",turquoise:"#40E0D0",violet:"#EE82EE",wheat:"#F5DEB3",whitesmoke:"#F5F5F5",yellowgreen:"#9ACD32"}, +E={},I={},X={butt:"flat",round:"round"},d=z.prototype;d.clearRect=function(){this.textMeasureEl_&&(this.textMeasureEl_.removeNode(!0),this.textMeasureEl_=null);this.element_.innerHTML=""};d.beginPath=function(){this.currentPath_=[]};d.moveTo=function(a,b){var c=p(this,a,b);this.currentPath_.push({type:"moveTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};d.lineTo=function(a,b){var c=p(this,a,b);this.currentPath_.push({type:"lineTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};d.bezierCurveTo= +function(a,b,c,g,e,f){e=p(this,e,f);a=p(this,a,b);c=p(this,c,g);O(this,a,c,e)};d.quadraticCurveTo=function(a,b,c,g){a=p(this,a,b);c=p(this,c,g);g={x:this.currentX_+2/3*(a.x-this.currentX_),y:this.currentY_+2/3*(a.y-this.currentY_)};O(this,g,{x:g.x+(c.x-this.currentX_)/3,y:g.y+(c.y-this.currentY_)/3},c)};d.arc=function(a,b,c,g,e,f){var c=c*n,d=f?"at":"wa",h=a+H(g)*c-o,l=b+G(g)*c-o,g=a+H(e)*c-o,e=b+G(e)*c-o;h==g&&!f&&(h+=0.125);a=p(this,a,b);h=p(this,h,l);g=p(this,g,e);this.currentPath_.push({type:d, +x:a.x,y:a.y,radius:c,xStart:h.x,yStart:h.y,xEnd:g.x,yEnd:g.y})};d.rect=function(a,b,c,g){this.moveTo(a,b);this.lineTo(a+c,b);this.lineTo(a+c,b+g);this.lineTo(a,b+g);this.closePath()};d.strokeRect=function(a,b,c,g){var e=this.currentPath_;this.beginPath();this.moveTo(a,b);this.lineTo(a+c,b);this.lineTo(a+c,b+g);this.lineTo(a,b+g);this.closePath();this.stroke();this.currentPath_=e};d.fillRect=function(a,b,c,g){var e=this.currentPath_;this.beginPath();this.moveTo(a,b);this.lineTo(a+c,b);this.lineTo(a+ +c,b+g);this.lineTo(a,b+g);this.closePath();this.fill();this.currentPath_=e};d.createLinearGradient=function(a,b,c,g){var e=new t("gradient");e.x0_=a;e.y0_=b;e.x1_=c;e.y1_=g;return e};d.createRadialGradient=function(a,b,c,g,e,f){var d=new t("gradientradial");d.x0_=a;d.y0_=b;d.r0_=c;d.x1_=g;d.y1_=e;d.r1_=f;return d};d.drawImage=function(a,b){var c,g,e,d,o,v,l,i;e=a.runtimeStyle.width;d=a.runtimeStyle.height;a.runtimeStyle.width="auto";a.runtimeStyle.height="auto";var j=a.width,r=a.height;a.runtimeStyle.width= +e;a.runtimeStyle.height=d;if(3==arguments.length)c=arguments[1],g=arguments[2],o=v=0,l=e=j,i=d=r;else if(5==arguments.length)c=arguments[1],g=arguments[2],e=arguments[3],d=arguments[4],o=v=0,l=j,i=r;else if(9==arguments.length)o=arguments[1],v=arguments[2],l=arguments[3],i=arguments[4],c=arguments[5],g=arguments[6],e=arguments[7],d=arguments[8];else throw Error("Invalid number of arguments");var k=p(this,c,g),m=[];m.push(" <g_vml_:group",' coordsize="',10*n,",",10*n,'"',' coordorigin="0,0"',' style="width:', +10,"px;height:",10,"px;position:absolute;");if(1!=this.m_[0][0]||this.m_[0][1]||1!=this.m_[1][1]||this.m_[1][0]){var q=[];q.push("M11=",this.m_[0][0],",","M12=",this.m_[1][0],",","M21=",this.m_[0][1],",","M22=",this.m_[1][1],",","Dx=",h(k.x/n),",","Dy=",h(k.y/n),"");var s=p(this,c+e,g),t=p(this,c,g+d);c=p(this,c+e,g+d);k.x=u.max(k.x,s.x,t.x,c.x);k.y=u.max(k.y,s.y,t.y,c.y);m.push("padding:0 ",h(k.x/n),"px ",h(k.y/n),"px 0;filter:progid:DXImageTransform.Microsoft.Matrix(",q.join(""),", sizingmethod='clip');")}else m.push("top:", +h(k.y/n),"px;left:",h(k.x/n),"px;");m.push(' ">','<g_vml_:image src="',a.src,'"',' style="width:',n*e,"px;"," height:",n*d,'px"',' cropleft="',o/j,'"',' croptop="',v/r,'"',' cropright="',(j-o-l)/j,'"',' cropbottom="',(r-v-i)/r,'"'," />","</g_vml_:group>");this.element_.insertAdjacentHTML("BeforeEnd",m.join(""))};d.stroke=function(a){var b=[];b.push("<g_vml_:shape",' filled="',!!a,'"',' style="position:absolute;width:',10,"px;height:",10,'px;"',' coordorigin="0,0"',' coordsize="',10*n,",",10*n,'"', +' stroked="',!a,'"',' path="');for(var c={x:null,y:null},d={x:null,y:null},e=0;e<this.currentPath_.length;e++){var f=this.currentPath_[e];switch(f.type){case "moveTo":b.push(" m ",h(f.x),",",h(f.y));break;case "lineTo":b.push(" l ",h(f.x),",",h(f.y));break;case "close":b.push(" x ");f=null;break;case "bezierCurveTo":b.push(" c ",h(f.cp1x),",",h(f.cp1y),",",h(f.cp2x),",",h(f.cp2y),",",h(f.x),",",h(f.y));break;case "at":case "wa":b.push(" ",f.type," ",h(f.x-this.arcScaleX_*f.radius),",",h(f.y-this.arcScaleY_* +f.radius)," ",h(f.x+this.arcScaleX_*f.radius),",",h(f.y+this.arcScaleY_*f.radius)," ",h(f.xStart),",",h(f.yStart)," ",h(f.xEnd),",",h(f.yEnd))}if(f){if(null==c.x||f.x<c.x)c.x=f.x;if(null==d.x||f.x>d.x)d.x=f.x;if(null==c.y||f.y<c.y)c.y=f.y;if(null==d.y||f.y>d.y)d.y=f.y}}b.push(' ">');a?Q(this,b,c,d):P(this,b);b.push("</g_vml_:shape>");this.element_.insertAdjacentHTML("beforeEnd",b.join(""))};d.fill=function(){this.stroke(!0)};d.closePath=function(){this.currentPath_.push({type:"close"})};d.save=function(){var a= +{};M(this,a);this.aStack_.push(a);this.mStack_.push(this.m_);this.m_=q(A(),this.m_)};d.restore=function(){this.aStack_.length&&(M(this.aStack_.pop(),this),this.m_=this.mStack_.pop())};d.translate=function(a,b){w(this,q([[1,0,0],[0,1,0],[a,b,1]],this.m_),!1)};d.rotate=function(a){var b=H(a),a=G(a);w(this,q([[b,a,0],[-a,b,0],[0,0,1]],this.m_),!1)};d.scale=function(a,b){this.arcScaleX_*=a;this.arcScaleY_*=b;w(this,q([[a,0,0],[0,b,0],[0,0,1]],this.m_),!0)};d.transform=function(a,b,c,d,e,f){w(this,q([[a, +b,0],[c,d,0],[e,f,1]],this.m_),!0)};d.setTransform=function(a,b,c,d,e,f){w(this,[[a,b,0],[c,d,0],[e,f,1]],!0)};d.drawText_=function(a,b,c,d,e){var f=this.m_,d=0,o=1E3,q=0,l=[],i;i=this.font;if(I[i])i=I[i];else{var j=document.createElement("div").style;try{j.font=i}catch(r){}i=I[i]={style:j.fontStyle||"normal",variant:j.fontVariant||"normal",weight:j.fontWeight||"normal",size:j.fontSize||10,family:j.fontFamily||"sans-serif"}}var j=i,k=this.element_;i={};for(var m in j)i[m]=j[m];m=parseFloat(k.currentStyle.fontSize); +k=parseFloat(j.size);i.size="number"==typeof j.size?j.size:-1!=j.size.indexOf("px")?k:-1!=j.size.indexOf("em")?m*k:-1!=j.size.indexOf("%")?m/100*k:-1!=j.size.indexOf("pt")?k/0.75:m;i.size*=0.981;m=i.style+" "+i.variant+" "+i.weight+" "+i.size+"px "+i.family;k=this.element_.currentStyle;j=this.textAlign.toLowerCase();switch(j){case "left":case "center":case "right":break;case "end":j="ltr"==k.direction?"right":"left";break;case "start":j="rtl"==k.direction?"right":"left";break;default:j="left"}switch(this.textBaseline){case "hanging":case "top":q= +i.size/1.75;break;case "middle":break;default:case null:case "alphabetic":case "ideographic":case "bottom":q=-i.size/2.25}switch(j){case "right":d=1E3;o=0.05;break;case "center":d=o=500}b=p(this,b+0,c+q);l.push('<g_vml_:line from="',-d,' 0" to="',o,' 0.05" ',' coordsize="100 100" coordorigin="0 0"',' filled="',!e,'" stroked="',!!e,'" style="position:absolute;width:1px;height:1px;">');e?P(this,l):Q(this,l,{x:-d,y:0},{x:o,y:i.size});e=f[0][0].toFixed(3)+","+f[1][0].toFixed(3)+","+f[0][1].toFixed(3)+ +","+f[1][1].toFixed(3)+",0,0";b=h(b.x/n)+","+h(b.y/n);l.push('<g_vml_:skew on="t" matrix="',e,'" ',' offset="',b,'" origin="',d,' 0" />','<g_vml_:path textpathok="true" />','<g_vml_:textpath on="true" string="',K(a),'" style="v-text-align:',j,";font:",K(m),'" /></g_vml_:line>');this.element_.insertAdjacentHTML("beforeEnd",l.join(""))};d.fillText=function(a,b,c,d){this.drawText_(a,b,c,d,!1)};d.strokeText=function(a,b,c,d){this.drawText_(a,b,c,d,!0)};d.measureText=function(a){this.textMeasureEl_||(this.element_.insertAdjacentHTML("beforeEnd", +'<span style="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;"></span>'),this.textMeasureEl_=this.element_.lastChild);var b=this.element_.ownerDocument;this.textMeasureEl_.innerHTML="";this.textMeasureEl_.style.font=this.font;this.textMeasureEl_.appendChild(b.createTextNode(a));return{width:this.textMeasureEl_.offsetWidth}};d.clip=function(){};d.arcTo=function(){};d.createPattern=function(a,b){return new F(a,b)};t.prototype.addColorStop=function(a,b){b=D(b);this.colors_.push({offset:a, +color:b.color,alpha:b.alpha})};d=x.prototype=Error();d.INDEX_SIZE_ERR=1;d.DOMSTRING_SIZE_ERR=2;d.HIERARCHY_REQUEST_ERR=3;d.WRONG_DOCUMENT_ERR=4;d.INVALID_CHARACTER_ERR=5;d.NO_DATA_ALLOWED_ERR=6;d.NO_MODIFICATION_ALLOWED_ERR=7;d.NOT_FOUND_ERR=8;d.NOT_SUPPORTED_ERR=9;d.INUSE_ATTRIBUTE_ERR=10;d.INVALID_STATE_ERR=11;d.SYNTAX_ERR=12;d.INVALID_MODIFICATION_ERR=13;d.NAMESPACE_ERR=14;d.INVALID_ACCESS_ERR=15;d.VALIDATION_ERR=16;d.TYPE_MISMATCH_ERR=17;G_vmlCanvasManager=R;CanvasRenderingContext2D=z;CanvasGradient= +t;CanvasPattern=F;DOMException=x}(); \ No newline at end of file diff --git a/js/fancybox/jquery.fancybox.css b/js/fancybox/jquery.fancybox.css new file mode 100644 index 0000000..a025caf --- /dev/null +++ b/js/fancybox/jquery.fancybox.css @@ -0,0 +1,234 @@ +/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */ +.fancybox-tmp iframe, .fancybox-tmp object { + vertical-align: top; + padding: 0; + margin: 0; +} + +.fancybox-wrap { + position: absolute; + top: 0; + left: 0; + z-index: 8020; +} + +.fancybox-skin { + position: relative; + padding: 0; + margin: 0; + background: #f9f9f9; + color: #444; + text-shadow: none; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.fancybox-opened { + z-index: 8030; +} + +.fancybox-opened .fancybox-skin { + -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); + -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); + box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); +} + +.fancybox-outer, .fancybox-inner { + padding: 0; + margin: 0; + position: relative; + outline: none; +} + +.fancybox-inner { + overflow: hidden; +} + +.fancybox-type-iframe .fancybox-inner { + -webkit-overflow-scrolling: touch; +} + +.fancybox-error { + color: #444; + font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; + margin: 0; + padding: 10px; +} + +.fancybox-image, .fancybox-iframe { + display: block; + width: 100%; + height: 100%; + border: 0; + padding: 0; + margin: 0; + vertical-align: top; +} + +.fancybox-image { + max-width: 100%; + max-height: 100%; +} + +#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { + background-image: url('../../images/fancybox_sprite.png'); +} + +#fancybox-loading { + position: fixed; + top: 50%; + left: 50%; + margin-top: -22px; + margin-left: -22px; + background-position: 0 -108px; + opacity: 0.8; + cursor: pointer; + z-index: 8020; +} + +#fancybox-loading div { + width: 44px; + height: 44px; + background: url('../../images/fancybox_loading.gif') center center no-repeat; +} + +.fancybox-close { + position: absolute; + top: -18px; + right: -18px; + width: 36px; + height: 36px; + cursor: pointer; + z-index: 8040; +} + +.fancybox-nav { + position: absolute; + top: 0; + width: 40%; + height: 100%; + cursor: pointer; + background: transparent url('../../images/blank.gif'); /* helps IE */ + -webkit-tap-highlight-color: rgba(0,0,0,0); + z-index: 8040; +} + +.fancybox-prev { + left: 0; +} + +.fancybox-next { + right: 0; +} + +.fancybox-nav span { + position: absolute; + top: 50%; + width: 36px; + height: 34px; + margin-top: -18px; + cursor: pointer; + z-index: 8040; + visibility: hidden; +} + +.fancybox-prev span { + left: 20px; + background-position: 0 -36px; +} + +.fancybox-next span { + right: 20px; + background-position: 0 -72px; +} + +.fancybox-nav:hover span { + visibility: visible; +} + +.fancybox-tmp { + position: absolute; + top: -9999px; + left: -9999px; + padding: 0; + overflow: visible; + visibility: hidden; +} + +/* Overlay helper */ + +#fancybox-overlay { + position: absolute; + top: 0; + left: 0; + overflow: hidden; + display: none; + z-index: 8010; + background: #000; +} + +#fancybox-overlay.overlay-fixed { + position: fixed; + bottom: 0; + right: 0; +} + +/* Title helper */ + +.fancybox-title { + visibility: hidden; + font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; + position: relative; + text-shadow: none; + z-index: 8050; +} + +.fancybox-opened .fancybox-title { + visibility: visible; +} + +.fancybox-title-float-wrap { + position: absolute; + bottom: 0; + right: 50%; + margin-bottom: -35px; + z-index: 8030; + text-align: center; +} + +.fancybox-title-float-wrap .child { + display: inline-block; + margin-right: -100%; + padding: 2px 20px; + background: transparent; /* Fallback for web browsers that doesn't support RGBa */ + background: rgba(0, 0, 0, 0.8); + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; + text-shadow: 0 1px 2px #222; + color: #FFF; + font-weight: bold; + line-height: 24px; + white-space: nowrap; +} + +.fancybox-title-outside-wrap { + position: relative; + margin-top: 10px; + color: #fff; +} + +.fancybox-title-inside-wrap { + margin-top: 10px; +} + +.fancybox-title-over-wrap { + position: absolute; + bottom: 0; + left: 0; + color: #fff; + padding: 10px; + background: #000; + background: rgba(0, 0, 0, .8); +} \ No newline at end of file diff --git a/js/fancybox/jquery.fancybox.pack.js b/js/fancybox/jquery.fancybox.pack.js new file mode 100644 index 0000000..6521c21 --- /dev/null +++ b/js/fancybox/jquery.fancybox.pack.js @@ -0,0 +1,35 @@ +/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */ +(function(s,l,d,t){var m=d(s),q=d(l),a=d.fancybox=function(){a.open.apply(this,arguments)},u=!1,k=l.createTouch!==t,o=function(a){return"string"===d.type(a)},n=function(b,c){c&&o(b)&&0<b.indexOf("%")&&(b=a.getViewport()[c]/100*parseInt(b,10));return Math.round(b)+"px"};d.extend(a,{version:"2.0.5",defaults:{padding:15,margin:20,width:800,height:600,minWidth:100,minHeight:100,maxWidth:9999,maxHeight:9999,autoSize:!0,autoResize:!k,autoCenter:!k,fitToView:!0,aspectRatio:!1,topRatio:0.5,fixed:!1,scrolling:"auto", +wrapCSS:"",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3E3,preload:3,modal:!1,loop:!0,ajax:{dataType:"html",headers:{"X-fancyBox":!0}},keys:{next:[13,32,34,39,40],prev:[8,33,37,38],close:[27]},tpl:{wrap:'<div class="fancybox-wrap"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div></div>',image:'<img class="fancybox-image" src="{href}" alt="" />',iframe:'<iframe class="fancybox-iframe" name="fancybox-frame{rnd}" frameborder="0" hspace="0"'+ +(d.browser.msie?' allowtransparency="true"':"")+"></iframe>",swf:'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{href}" /><embed src="{href}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="100%" height="100%" wmode="transparent"></embed></object>',error:'<p class="fancybox-error">The requested content cannot be loaded.<br/>Please try again later.</p>', +closeBtn:'<div title="Close" class="fancybox-item fancybox-close"></div>',next:'<a title="Next" class="fancybox-nav fancybox-next"><span></span></a>',prev:'<a title="Previous" class="fancybox-nav fancybox-prev"><span></span></a>'},openEffect:"fade",openSpeed:300,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:300,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:300,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic", +prevSpeed:300,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:{speedIn:0,speedOut:300,opacity:0.8,css:{cursor:"pointer"},closeClick:!0},title:{type:"float"}}},group:{},opts:{},coming:null,current:null,isOpen:!1,isOpened:!1,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(b,c){a.close(!0);b&&!d.isArray(b)&&(b=b instanceof d?d(b).get():[b]);a.isActive=!0;a.opts=d.extend(!0,{},a.defaults,c);d.isPlainObject(c)&&c.keys!==t&&(a.opts.keys=c.keys? +d.extend({},a.defaults.keys,c.keys):!1);a.group=b;a._start(a.opts.index||0)},cancel:function(){a.coming&&!1===a.trigger("onCancel")||(a.coming=null,a.hideLoading(),a.ajaxLoad&&a.ajaxLoad.abort(),a.ajaxLoad=null,a.imgPreload&&(a.imgPreload.onload=a.imgPreload.onabort=a.imgPreload.onerror=null))},close:function(b){a.cancel();a.current&&!1!==a.trigger("beforeClose")&&(a.unbindEvents(),!a.isOpen||b&&!0===b[0]?(d(".fancybox-wrap").stop().trigger("onReset").remove(),a._afterZoomOut()):(a.isOpen=a.isOpened= +!1,d(".fancybox-item, .fancybox-nav").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.closeMethod]()))},play:function(b){var c=function(){clearTimeout(a.player.timer)},e=function(){c();a.current&&a.player.isActive&&(a.player.timer=setTimeout(a.next,a.current.playSpeed))},f=function(){c();d("body").unbind(".player");a.player.isActive=!1;a.trigger("onPlayEnd")};if(a.player.isActive||b&&!1===b[0])f();else if(a.current&&(a.current.loop|| +a.current.index<a.group.length-1))a.player.isActive=!0,d("body").bind({"afterShow.player onUpdate.player":e,"onCancel.player beforeClose.player":f,"beforeLoad.player":c}),e(),a.trigger("onPlayStart")},next:function(){a.current&&a.jumpto(a.current.index+1)},prev:function(){a.current&&a.jumpto(a.current.index-1)},jumpto:function(b){a.current&&(b=parseInt(b,10),1<a.group.length&&a.current.loop&&(b>=a.group.length?b=0:0>b&&(b=a.group.length-1)),a.group[b]!==t&&(a.cancel(),a._start(b)))},reposition:function(b, +c){var e;a.isOpen&&(e=a._getPosition(c),b&&"scroll"===b.type?(delete e.position,a.wrap.stop(!0,!0).animate(e,200)):a.wrap.css(e))},update:function(b){a.isOpen&&(u||setTimeout(function(){var c=a.current,e=!b||b&&"orientationchange"===b.type;if(u&&(u=!1,c)){if(!b||"scroll"!==b.type||e)c.autoSize&&"iframe"!==c.type&&(a.inner.height("auto"),c.height=a.inner.height()),(c.autoResize||e)&&a._setDimension(),c.canGrow&&"iframe"!==c.type&&a.inner.height("auto");(c.autoCenter||e)&&a.reposition(b);a.trigger("onUpdate")}}, +200),u=!0)},toggle:function(){a.isOpen&&(a.current.fitToView=!a.current.fitToView,a.update())},hideLoading:function(){q.unbind("keypress.fb");d("#fancybox-loading").remove()},showLoading:function(){a.hideLoading();q.bind("keypress.fb",function(b){27===b.keyCode&&(b.preventDefault(),a.cancel())});d('<div id="fancybox-loading"><div></div></div>').click(a.cancel).appendTo("body")},getViewport:function(){return{x:m.scrollLeft(),y:m.scrollTop(),w:k&&s.innerWidth?s.innerWidth:m.width(),h:k&&s.innerHeight? +s.innerHeight:m.height()}},unbindEvents:function(){a.wrap&&a.wrap.unbind(".fb");q.unbind(".fb");m.unbind(".fb")},bindEvents:function(){var b=a.current,c=b.keys;b&&(m.bind("resize.fb orientationchange.fb"+(b.autoCenter&&!b.fixed?" scroll.fb":""),a.update),c&&q.bind("keydown.fb",function(b){var f;f=b.target||b.srcElement;if(!b.ctrlKey&&!b.altKey&&!b.shiftKey&&!b.metaKey&&(!f||!f.type&&!d(f).is("[contenteditable]")))f=b.keyCode,-1<d.inArray(f,c.close)?(a.close(),b.preventDefault()):-1<d.inArray(f,c.next)? +(a.next(),b.preventDefault()):-1<d.inArray(f,c.prev)&&(a.prev(),b.preventDefault())}),d.fn.mousewheel&&b.mouseWheel&&1<a.group.length&&a.wrap.bind("mousewheel.fb",function(b,c){var d=b.target||null;if(0!==c&&(!d||0===d.clientHeight||d.scrollHeight===d.clientHeight&&d.scrollWidth===d.clientWidth))b.preventDefault(),a[0<c?"prev":"next"]()}))},trigger:function(b,c){var e,f=c||a[-1<d.inArray(b,["onCancel","beforeLoad","afterLoad"])?"coming":"current"];if(f){d.isFunction(f[b])&&(e=f[b].apply(f,Array.prototype.slice.call(arguments, +1)));if(!1===e)return!1;f.helpers&&d.each(f.helpers,function(c,e){if(e&&d.isPlainObject(a.helpers[c])&&d.isFunction(a.helpers[c][b]))a.helpers[c][b](e,f)});d.event.trigger(b+".fb")}},isImage:function(a){return o(a)&&a.match(/\.(jpe?g|gif|png|bmp)((\?|#).*)?$/i)},isSWF:function(a){return o(a)&&a.match(/\.(swf)((\?|#).*)?$/i)},_start:function(b){var c={},e=a.group[b]||null,f,g,i;if(e&&(e.nodeType||e instanceof d))f=!0,d.metadata&&(c=d(e).metadata());c=d.extend(!0,{},a.opts,{index:b,element:e},d.isPlainObject(e)? +e:c);d.each(["href","title","content","type"],function(b,g){c[g]=a.opts[g]||f&&d(e).attr(g)||c[g]||null});"number"===typeof c.margin&&(c.margin=[c.margin,c.margin,c.margin,c.margin]);c.modal&&d.extend(!0,c,{closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{css:{cursor:"auto"},closeClick:!1}}});a.coming=c;if(!1===a.trigger("beforeLoad"))a.coming=null;else{g=c.type;b=c.href||e;g||(f&&(g=d(e).data("fancybox-type"),g||(g=(g=e.className.match(/fancybox\.(\w+)/))? +g[1]:null)),!g&&o(b)&&(a.isImage(b)?g="image":a.isSWF(b)?g="swf":b.match(/^#/)&&(g="inline")),g||(g=f?"inline":"html"),c.type=g);if("inline"===g||"html"===g){if(c.content||(c.content="inline"===g?d(o(b)?b.replace(/.*(?=#[^\s]+$)/,""):b):e),!c.content||!c.content.length)g=null}else b||(g=null);"ajax"===g&&o(b)&&(i=b.split(/\s+/,2),b=i.shift(),c.selector=i.shift());c.href=b;c.group=a.group;c.isDom=f;switch(g){case "image":a._loadImage();break;case "ajax":a._loadAjax();break;case "inline":case "iframe":case "swf":case "html":a._afterLoad(); +break;default:a._error("type")}}},_error:function(b){a.hideLoading();d.extend(a.coming,{type:"html",autoSize:!0,minWidth:0,minHeight:0,padding:15,hasError:b,content:a.coming.tpl.error});a._afterLoad()},_loadImage:function(){var b=a.imgPreload=new Image;b.onload=function(){this.onload=this.onerror=null;a.coming.width=this.width;a.coming.height=this.height;a._afterLoad()};b.onerror=function(){this.onload=this.onerror=null;a._error("image")};b.src=a.coming.href;(b.complete===t||!b.complete)&&a.showLoading()}, +_loadAjax:function(){a.showLoading();a.ajaxLoad=d.ajax(d.extend({},a.coming.ajax,{url:a.coming.href,error:function(b,c){a.coming&&"abort"!==c?a._error("ajax",b):a.hideLoading()},success:function(b,c){"success"===c&&(a.coming.content=b,a._afterLoad())}}))},_preloadImages:function(){var b=a.group,c=a.current,e=b.length,f,g,i,h=Math.min(c.preload,e-1);if(c.preload&&!(2>b.length))for(i=1;i<=h;i+=1)if(f=b[(c.index+i)%e],g=f.href||d(f).attr("href")||f,"image"===f.type||a.isImage(g))(new Image).src=g},_afterLoad:function(){a.hideLoading(); +!a.coming||!1===a.trigger("afterLoad",a.current)?a.coming=!1:(a.isOpened?(d(".fancybox-item, .fancybox-nav").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.prevMethod]()):(d(".fancybox-wrap").stop().trigger("onReset").remove(),a.trigger("afterClose")),a.unbindEvents(),a.isOpen=!1,a.current=a.coming,a.wrap=d(a.current.tpl.wrap).addClass("fancybox-"+(k?"mobile":"desktop")+" fancybox-type-"+a.current.type+" fancybox-tmp "+a.current.wrapCSS).appendTo("body"), +a.skin=d(".fancybox-skin",a.wrap).css("padding",n(a.current.padding)),a.outer=d(".fancybox-outer",a.wrap),a.inner=d(".fancybox-inner",a.wrap),a._setContent())},_setContent:function(){var b=a.current,c=b.content,e=b.type,f=b.minWidth,g=b.minHeight,i=b.maxWidth,h=b.maxHeight;switch(e){case "inline":case "ajax":case "html":b.selector?c=d("<div>").html(c).find(b.selector):c instanceof d&&(c.parent().hasClass("fancybox-inner")&&c.parents(".fancybox-wrap").unbind("onReset"),c=c.show().detach(),d(a.wrap).bind("onReset", +function(){c.appendTo("body").hide()}));b.autoSize&&(f=d('<div class="fancybox-wrap '+a.current.wrapCSS+' fancybox-tmp"></div>').appendTo("body").css({minWidth:n(f,"w"),minHeight:n(g,"h"),maxWidth:n(i,"w"),maxHeight:n(h,"h")}).append(c),b.width=f.width(),b.height=f.height(),f.width(a.current.width),f.height()>b.height&&(f.width(b.width+1),b.width=f.width(),b.height=f.height()),c=f.contents().detach(),f.remove());break;case "image":c=b.tpl.image.replace("{href}",b.href);b.aspectRatio=!0;break;case "swf":c= +b.tpl.swf.replace(/\{width\}/g,b.width).replace(/\{height\}/g,b.height).replace(/\{href\}/g,b.href);break;case "iframe":c=d(b.tpl.iframe.replace("{rnd}",(new Date).getTime())).attr("scrolling",b.scrolling).attr("src",b.href),b.scrolling=k?"scroll":"auto"}if("image"===e||"swf"===e)b.autoSize=!1,b.scrolling="visible";"iframe"===e&&b.autoSize?(a.showLoading(),a._setDimension(),a.inner.css("overflow",b.scrolling),c.bind({onCancel:function(){d(this).unbind();a._afterZoomOut()},load:function(){a.hideLoading(); +try{this.contentWindow.document.location&&(a.current.height=d(this).contents().find("body").height())}catch(b){a.current.autoSize=!1}a[a.isOpen?"_afterZoomIn":"_beforeShow"]()}}).appendTo(a.inner)):(a.inner.append(c),a._beforeShow())},_beforeShow:function(){a.coming=null;a.trigger("beforeShow");a._setDimension();a.wrap.hide().removeClass("fancybox-tmp");a.bindEvents();a._preloadImages();a.transitions[a.isOpened?a.current.nextMethod:a.current.openMethod]()},_setDimension:function(){var b=a.wrap,c= +a.inner,e=a.current,f=a.getViewport(),g=e.margin,i=2*e.padding,h=e.width,j=e.height,r=e.maxWidth+i,k=e.maxHeight+i,l=e.minWidth+i,m=e.minHeight+i,p;f.w-=g[1]+g[3];f.h-=g[0]+g[2];o(h)&&0<h.indexOf("%")&&(h=(f.w-i)*parseFloat(h)/100);o(j)&&0<j.indexOf("%")&&(j=(f.h-i)*parseFloat(j)/100);g=h/j;h+=i;j+=i;e.fitToView&&(r=Math.min(f.w,r),k=Math.min(f.h,k));if(e.aspectRatio){if(h>r&&(h=r,j=(h-i)/g+i),j>k&&(j=k,h=(j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i),j<m)j=m,h=(j-i)*g+i}else h=Math.max(l,Math.min(h,r)),j=Math.max(m, +Math.min(j,k));h=Math.round(h);j=Math.round(j);d(b.add(c)).width("auto").height("auto");c.width(h-i).height(j-i);b.width(h);p=b.height();if(h>r||p>k)for(;(h>r||p>k)&&h>l&&p>m;)j-=10,e.aspectRatio?(h=Math.round((j-i)*g+i),h<l&&(h=l,j=(h-i)/g+i)):h-=10,c.width(h-i).height(j-i),b.width(h),p=b.height();e.dim={width:n(h),height:n(p)};e.canGrow=e.autoSize&&j>m&&j<k;e.canShrink=!1;e.canExpand=!1;if(h-i<e.width||j-i<e.height)e.canExpand=!0;else if((h>f.w||p>f.h)&&h>l&&j>m)e.canShrink=!0;a.innerSpace=p-i- +c.height()},_getPosition:function(b){var c=a.current,e=a.getViewport(),f=c.margin,d=a.wrap.width()+f[1]+f[3],i=a.wrap.height()+f[0]+f[2],h={position:"absolute",top:f[0]+e.y,left:f[3]+e.x};c.autoCenter&&c.fixed&&!b&&i<=e.h&&d<=e.w&&(h={position:"fixed",top:f[0],left:f[3]});h.top=n(Math.max(h.top,h.top+(e.h-i)*c.topRatio));h.left=n(Math.max(h.left,h.left+0.5*(e.w-d)));return h},_afterZoomIn:function(){var b=a.current,c=b?b.scrolling:"no";if(b&&(a.isOpen=a.isOpened=!0,a.wrap.addClass("fancybox-opened"), +a.inner.css("overflow","yes"===c?"scroll":"no"===c?"hidden":c),a.trigger("afterShow"),a.update(),(b.closeClick||b.nextClick)&&a.inner.css("cursor","pointer").bind("click.fb",function(c){if(!d(c.target).is("a")&&!d(c.target).parent().is("a"))a[b.closeClick?"close":"next"]()}),b.closeBtn&&d(b.tpl.closeBtn).appendTo(a.skin).bind("click.fb",a.close),b.arrows&&1<a.group.length&&((b.loop||0<b.index)&&d(b.tpl.prev).appendTo(a.outer).bind("click.fb",a.prev),(b.loop||b.index<a.group.length-1)&&d(b.tpl.next).appendTo(a.outer).bind("click.fb", +a.next)),a.opts.autoPlay&&!a.player.isActive))a.opts.autoPlay=!1,a.play()},_afterZoomOut:function(){var b=a.current;a.wrap.trigger("onReset").remove();d.extend(a,{group:{},opts:{},current:null,isActive:!1,isOpened:!1,isOpen:!1,wrap:null,skin:null,outer:null,inner:null});a.trigger("afterClose",b)}});a.transitions={getOrigPosition:function(){var b=a.current,c=b.element,e=b.padding,f=d(b.orig),g={},i=50,h=50;!f.length&&b.isDom&&d(c).is(":visible")&&(f=d(c).find("img:first"),f.length||(f=d(c)));f.length? +(g=f.offset(),f.is("img")&&(i=f.outerWidth(),h=f.outerHeight())):(b=a.getViewport(),g.top=b.y+0.5*(b.h-h),g.left=b.x+0.5*(b.w-i));return g={top:n(g.top-e),left:n(g.left-e),width:n(i+2*e),height:n(h+2*e)}},step:function(b,c){var e=c.prop,d,g;if("width"===e||"height"===e)d=Math.ceil(b-2*a.current.padding),"height"===e&&(g=(b-c.start)/(c.end-c.start),c.start>c.end&&(g=1-g),d-=a.innerSpace*g),a.inner[e](d)},zoomIn:function(){var b=a.wrap,c=a.current,e=c.openEffect,f="elastic"===e,g=d.extend({},c.dim, +a._getPosition(f)),i=d.extend({opacity:1},g);delete i.position;f?(g=this.getOrigPosition(),c.openOpacity&&(g.opacity=0),a.outer.add(a.inner).width("auto").height("auto")):"fade"===e&&(g.opacity=0);b.css(g).show().animate(i,{duration:"none"===e?0:c.openSpeed,easing:c.openEasing,step:f?this.step:null,complete:a._afterZoomIn})},zoomOut:function(){var b=a.wrap,c=a.current,d=c.openEffect,f="elastic"===d,g={opacity:0};f&&("fixed"===b.css("position")&&b.css(a._getPosition(!0)),g=this.getOrigPosition(),c.closeOpacity&& +(g.opacity=0));b.animate(g,{duration:"none"===d?0:c.closeSpeed,easing:c.closeEasing,step:f?this.step:null,complete:a._afterZoomOut})},changeIn:function(){var b=a.wrap,c=a.current,d=c.nextEffect,f="elastic"===d,g=a._getPosition(f),i={opacity:1};g.opacity=0;f&&(g.top=n(parseInt(g.top,10)-200),i.top="+=200px");b.css(g).show().animate(i,{duration:"none"===d?0:c.nextSpeed,easing:c.nextEasing,complete:a._afterZoomIn})},changeOut:function(){var b=a.wrap,c=a.current,e=c.prevEffect,f={opacity:0};b.removeClass("fancybox-opened"); +"elastic"===e&&(f.top="+=200px");b.animate(f,{duration:"none"===e?0:c.prevSpeed,easing:c.prevEasing,complete:function(){d(this).trigger("onReset").remove()}})}};a.helpers.overlay={overlay:null,update:function(){var a,c;this.overlay.width("100%").height("100%");d.browser.msie||k?(a=Math.max(l.documentElement.scrollWidth,l.body.scrollWidth),c=Math.max(l.documentElement.offsetWidth,l.body.offsetWidth),a=a<c?m.width():a):a=q.width();this.overlay.width(a).height(q.height())},beforeShow:function(b){this.overlay|| +(b=d.extend(!0,{},a.defaults.helpers.overlay,b),this.overlay=d('<div id="fancybox-overlay"></div>').css(b.css).appendTo("body"),b.closeClick&&this.overlay.bind("click.fb",a.close),a.current.fixed&&!k?this.overlay.addClass("overlay-fixed"):(this.update(),this.onUpdate=function(){this.update()}),this.overlay.fadeTo(b.speedIn,b.opacity))},afterClose:function(a){this.overlay&&this.overlay.fadeOut(a.speedOut||0,function(){d(this).remove()});this.overlay=null}};a.helpers.title={beforeShow:function(b){var c; +if(c=a.current.title)c=d('<div class="fancybox-title fancybox-title-'+b.type+'-wrap">'+c+"</div>").appendTo("body"),"float"===b.type&&(c.width(c.width()),c.wrapInner('<span class="child"></span>'),a.current.margin[2]+=Math.abs(parseInt(c.css("margin-bottom"),10))),c.appendTo("over"===b.type?a.inner:"outside"===b.type?a.wrap:a.skin)}};d.fn.fancybox=function(b){var c=d(this),e=this.selector||"",f,g=function(g){var h=this,j=f,k;!g.ctrlKey&&!g.altKey&&!g.shiftKey&&!g.metaKey&&!d(h).is(".fancybox-wrap")&& +(g.preventDefault(),g=b.groupAttr||"data-fancybox-group",k=d(h).attr(g),k||(g="rel",k=h[g]),k&&""!==k&&"nofollow"!==k&&(h=e.length?d(e):c,h=h.filter("["+g+'="'+k+'"]'),j=h.index(this)),b.index=j,a.open(h,b))},b=b||{};f=b.index||0;e?q.undelegate(e,"click.fb-start").delegate(e,"click.fb-start",g):c.unbind("click.fb-start").bind("click.fb-start",g);return this};d(l).ready(function(){a.defaults.fixed=d.support.fixedPosition||!(d.browser.msie&&6>=d.browser.version)&&!k})})(window,document,jQuery); \ No newline at end of file diff --git a/js/jquery/jquery.min.js b/js/jquery/jquery.min.js new file mode 100644 index 0000000..16ad06c --- /dev/null +++ b/js/jquery/jquery.min.js @@ -0,0 +1,4 @@ +/*! jQuery v1.7.2 jquery.com | jquery.org/license */ +(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function ca(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function b_(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bD.test(a)?d(a,e):b_(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&f.type(b)==="object")for(var e in b)b_(a+"["+e+"]",b[e],c,d);else d(a,b)}function b$(a,c){var d,e,g=f.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((g[d]?a:e||(e={}))[d]=c[d]);e&&f.extend(!0,a,e)}function bZ(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bS,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bZ(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bZ(a,c,d,e,"*",g));return l}function bY(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bO),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bB(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?1:0,g=4;if(d>0){if(c!=="border")for(;e<g;e+=2)c||(d-=parseFloat(f.css(a,"padding"+bx[e]))||0),c==="margin"?d+=parseFloat(f.css(a,c+bx[e]))||0:d-=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0;return d+"px"}d=by(a,b);if(d<0||d==null)d=a.style[b];if(bt.test(d))return d;d=parseFloat(d)||0;if(c)for(;e<g;e+=2)d+=parseFloat(f.css(a,"padding"+bx[e]))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+bx[e]))||0);return d+"px"}function bo(a){var b=c.createElement("div");bh.appendChild(b),b.innerHTML=a.outerHTML;return b.firstChild}function bn(a){var b=(a.nodeName||"").toLowerCase();b==="input"?bm(a):b!=="script"&&typeof a.getElementsByTagName!="undefined"&&f.grep(a.getElementsByTagName("input"),bm)}function bm(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bl(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bk(a,b){var c;b.nodeType===1&&(b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?b.outerHTML=a.outerHTML:c!=="input"||a.type!=="checkbox"&&a.type!=="radio"?c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text):(a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value)),b.removeAttribute(f.expando),b.removeAttribute("_submit_attached"),b.removeAttribute("_change_attached"))}function bj(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c,d,e,g=f._data(a),h=f._data(b,g),i=g.events;if(i){delete h.handle,h.events={};for(c in i)for(d=0,e=i[c].length;d<e;d++)f.event.add(b,c,i[c][d])}h.data&&(h.data=f.extend({},h.data))}}function bi(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function U(a){var b=V.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function T(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(O.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c<d;c++)b[a[c]]=!0;return b}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b,c){var d;if(b){if(H)return H.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h,i){var j,k=d==null,l=0,m=a.length;if(d&&typeof d=="object"){for(l in d)e.access(a,c,l,d[l],1,h,f);g=1}else if(f!==b){j=i===b&&e.isFunction(f),k&&(j?(j=c,c=function(a,b,c){return j.call(e(a),c)}):(c.call(a,f),c=null));if(c)for(;l<m;l++)c(a[l],d,j?f.call(a[l],l,c(a[l],d)):f,i);g=1}return g?a:k?c.call(a):m?c(a[0],d):h},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g={};f.Callbacks=function(a){a=a?g[a]||h(a):{};var c=[],d=[],e,i,j,k,l,m,n=function(b){var d,e,g,h,i;for(d=0,e=b.length;d<e;d++)g=b[d],h=f.type(g),h==="array"?n(g):h==="function"&&(!a.unique||!p.has(g))&&c.push(g)},o=function(b,f){f=f||[],e=!a.memory||[b,f],i=!0,j=!0,m=k||0,k=0,l=c.length;for(;c&&m<l;m++)if(c[m].apply(b,f)===!1&&a.stopOnFalse){e=!0;break}j=!1,c&&(a.once?e===!0?p.disable():c=[]:d&&d.length&&(e=d.shift(),p.fireWith(e[0],e[1])))},p={add:function(){if(c){var a=c.length;n(arguments),j?l=c.length:e&&e!==!0&&(k=a,o(e[0],e[1]))}return this},remove:function(){if(c){var b=arguments,d=0,e=b.length;for(;d<e;d++)for(var f=0;f<c.length;f++)if(b[d]===c[f]){j&&f<=l&&(l--,f<=m&&m--),c.splice(f--,1);if(a.unique)break}}return this},has:function(a){if(c){var b=0,d=c.length;for(;b<d;b++)if(a===c[b])return!0}return!1},empty:function(){c=[];return this},disable:function(){c=d=e=b;return this},disabled:function(){return!c},lock:function(){d=b,(!e||e===!0)&&p.disable();return this},locked:function(){return!d},fireWith:function(b,c){d&&(j?a.once||d.push([b,c]):(!a.once||!e)&&o(b,c));return this},fire:function(){p.fireWith(this,arguments);return this},fired:function(){return!!i}};return p};var i=[].slice;f.extend({Deferred:function(a){var b=f.Callbacks("once memory"),c=f.Callbacks("once memory"),d=f.Callbacks("memory"),e="pending",g={resolve:b,reject:c,notify:d},h={done:b.add,fail:c.add,progress:d.add,state:function(){return e},isResolved:b.fired,isRejected:c.fired,then:function(a,b,c){i.done(a).fail(b).progress(c);return this},always:function(){i.done.apply(i,arguments).fail.apply(i,arguments);return this},pipe:function(a,b,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[b,"reject"],progress:[c,"notify"]},function(a,b){var c=b[0],e=b[1],g;f.isFunction(c)?i[a](function(){g=c.apply(this,arguments),g&&f.isFunction(g.promise)?g.promise().then(d.resolve,d.reject,d.notify):d[e+"With"](this===i?d:this,[g])}):i[a](d[e])})}).promise()},promise:function(a){if(a==null)a=h;else for(var b in h)a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+"With"]=g[j].fireWith;i.done(function(){e="resolved"},c.disable,d.lock).fail(function(){e="rejected"},b.disable,d.lock),a&&a.call(i,i);return i},when:function(a){function m(a){return function(b){e[a]=arguments.length>1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c<d;c++)b[c]&&b[c].promise&&f.isFunction(b[c].promise)?b[c].promise().then(l(c),j.reject,m(c)):--g;g||j.resolveWith(j,b)}else j!==a&&j.resolveWith(j,d?[a]:[]);return k}}),f.support=function(){var b,d,e,g,h,i,j,k,l,m,n,o,p=c.createElement("div"),q=c.documentElement;p.setAttribute("className","t"),p.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="<div "+n+"display:block;'><div style='"+t+"0;display:block;overflow:hidden;'></div></div>"+"<table "+n+"' cellpadding='0' cellspacing='0'>"+"<tr><td></td></tr></table>",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="<table><tr><td style='"+t+"0;display:none'></td><td>t</td></tr></table>",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="<div style='width:5px;'></div>",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e<g;e++)delete d[b[e]];if(!(c?m:f.isEmptyObject)(d))return}}if(!c){delete j[k].data;if(!m(j[k]))return}f.support.deleteExpando||!j.setInterval?delete j[k]:j[k]=null,i&&(f.support.deleteExpando?delete a[h]:a.removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d,e,g,h,i,j=this[0],k=0,m=null;if(a===b){if(this.length){m=f.data(j);if(j.nodeType===1&&!f._data(j,"parsedAttrs")){g=j.attributes;for(i=g.length;k<i;k++)h=g[k].name,h.indexOf("data-")===0&&(h=f.camelCase(h.substring(5)),l(j,h,m[h]));f._data(j,"parsedAttrs",!0)}}return m}if(typeof a=="object")return this.each(function(){f.data(this,a)});d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!";return f.access(this,function(c){if(c===b){m=this.triggerHandler("getData"+e,[d[0]]),m===b&&j&&(m=f.data(j,a),m=l(j,a,m));return m===b&&d[1]?this.data(d[0]):m}d[1]=c,this.each(function(){var b=f(this);b.triggerHandler("setData"+e,d),f.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length<d)return f.queue(this[0],a);return c===b?this:this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f.Callbacks("once memory"),!0))h++,l.add(m);m();return d.promise(c)}});var o=/[\n\t\r]/g,p=/\s+/,q=/\r/g,r=/^(?:button|input)$/i,s=/^(?:button|input|object|select|textarea)$/i,t=/^a(?:rea)?$/i,u=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,v=f.support.getSetAttribute,w,x,y;f.fn.extend({attr:function(a,b){return f.access(this,f.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(p);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(o," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(p);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(o," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c<d;c++){e=i[c];if(e.selected&&(f.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!f.nodeName(e.parentNode,"optgroup"))){b=f(e).val();if(j)return b;h.push(b)}}if(j&&!h.length&&i.length)return f(i[g]).val();return h},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i<g;i++)e=d[i],e&&(c=f.propFix[e]||e,h=u.test(e),h||f.attr(a,e,""),a.removeAttribute(v?e:c),h&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(r.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(w&&f.nodeName(a,"button"))return w.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(w&&f.nodeName(a,"button"))return w.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,g,h,i=a.nodeType;if(!!a&&i!==3&&i!==8&&i!==2){h=i!==1||!f.isXMLDoc(a),h&&(c=f.propFix[c]||c,g=f.propHooks[c]);return d!==b?g&&"set"in g&&(e=g.set(a,d,c))!==b?e:a[c]=d:g&&"get"in g&&(e=g.get(a,c))!==null?e:a[c]}},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):s.test(a.nodeName)||t.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabindex=f.propHooks.tabIndex,x={get:function(a,c){var d,e=f.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},v||(y={name:!0,id:!0,coords:!0},w=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&(y[c]?d.nodeValue!=="":d.specified)?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.attrHooks.tabindex.set=w.set,f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})}),f.attrHooks.contenteditable={get:w.get,set:function(a,b,c){b===""&&(b="false"),w.set(a,b,c)}}),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.enctype||(f.propFix.enctype="encoding"),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function( +a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k<c.length;k++){l=A.exec(c[k])||[],m=l[1],n=(l[2]||"").split(".").sort(),s=f.event.special[m]||{},m=(g?s.delegateType:s.bindType)||m,s=f.event.special[m]||{},o=f.extend({type:m,origType:l[1],data:e,handler:d,guid:d.guid,selector:g,quick:g&&G(g),namespace:n.join(".")},p),r=j[m];if(!r){r=j[m]=[],r.delegateCount=0;if(!s.setup||s.setup.call(a,e,n,i)===!1)a.addEventListener?a.addEventListener(m,i,!1):a.attachEvent&&a.attachEvent("on"+m,i)}s.add&&(s.add.call(a,o),o.handler.guid||(o.handler.guid=d.guid)),g?r.splice(r.delegateCount++,0,o):r.push(o),f.event.global[m]=!0}a=null}},global:{},remove:function(a,b,c,d,e){var g=f.hasData(a)&&f._data(a),h,i,j,k,l,m,n,o,p,q,r,s;if(!!g&&!!(o=g.events)){b=f.trim(I(b||"")).split(" ");for(h=0;h<b.length;h++){i=A.exec(b[h])||[],j=k=i[1],l=i[2];if(!j){for(j in o)f.event.remove(a,j+b[h],c,d,!0);continue}p=f.event.special[j]||{},j=(d?p.delegateType:p.bindType)||j,r=o[j]||[],m=r.length,l=l?new RegExp("(^|\\.)"+l.split(".").sort().join("\\.(?:.*\\.)?")+"(\\.|$)"):null;for(n=0;n<r.length;n++)s=r[n],(e||k===s.origType)&&(!c||c.guid===s.guid)&&(!l||l.test(s.namespace))&&(!d||d===s.selector||d==="**"&&s.selector)&&(r.splice(n--,1),s.selector&&r.delegateCount--,p.remove&&p.remove.call(a,s));r.length===0&&m!==r.length&&((!p.teardown||p.teardown.call(a,l)===!1)&&f.removeEvent(a,j,g.handle),delete o[j])}f.isEmptyObject(o)&&(q=g.handle,q&&(q.elem=null),f.removeData(a,["events","handle"],!0))}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){if(!e||e.nodeType!==3&&e.nodeType!==8){var h=c.type||c,i=[],j,k,l,m,n,o,p,q,r,s;if(E.test(h+f.event.triggered))return;h.indexOf("!")>=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;l<r.length&&!c.isPropagationStopped();l++)m=r[l][0],c.type=r[l][1],q=(f._data(m,"events")||{})[c.type]&&f._data(m,"handle"),q&&q.apply(m,d),q=o&&m[o],q&&f.acceptData(m)&&q.apply(m,d)===!1&&c.preventDefault();c.type=h,!g&&!c.isDefaultPrevented()&&(!p._default||p._default.apply(e.ownerDocument,d)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)&&o&&e[h]&&(h!=="focus"&&h!=="blur"||c.target.offsetWidth!==0)&&!f.isWindow(e)&&(n=e[o],n&&(e[o]=null),f.event.triggered=h,e[h](),f.event.triggered=b,n&&(e[o]=n));return c.result}},dispatch:function(c){c=f.event.fix(c||a.event);var d=(f._data(this,"events")||{})[c.type]||[],e=d.delegateCount,g=[].slice.call(arguments,0),h=!c.exclusive&&!c.namespace,i=f.event.special[c.type]||{},j=[],k,l,m,n,o,p,q,r,s,t,u;g[0]=c,c.delegateTarget=this;if(!i.preDispatch||i.preDispatch.call(this,c)!==!1){if(e&&(!c.button||c.type!=="click")){n=f(this),n.context=this.ownerDocument||this;for(m=c.target;m!=this;m=m.parentNode||this)if(m.disabled!==!0){p={},r=[],n[0]=m;for(k=0;k<e;k++)s=d[k],t=s.selector,p[t]===b&&(p[t]=s.quick?H(m,s.quick):n.is(t)),p[t]&&r.push(s);r.length&&j.push({elem:m,matches:r})}}d.length>e&&j.push({elem:this,matches:d.slice(e)});for(k=0;k<j.length&&!c.isPropagationStopped();k++){q=j[k],c.currentTarget=q.elem;for(l=0;l<q.matches.length&&!c.isImmediatePropagationStopped();l++){s=q.matches[l];if(h||!c.namespace&&!s.namespace||c.namespace_re&&c.namespace_re.test(s.namespace))c.data=s.data,c.handleObj=s,o=((f.event.special[s.origType]||{}).handle||s.handler).apply(q.elem,g),o!==b&&(c.result=o,o===!1&&(c.preventDefault(),c.stopPropagation()))}}i.postDispatch&&i.postDispatch.call(this,c);return c.result}},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode);return a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,d){var e,f,g,h=d.button,i=d.fromElement;a.pageX==null&&d.clientX!=null&&(e=a.target.ownerDocument||c,f=e.documentElement,g=e.body,a.pageX=d.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=d.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?d.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0);return a}},fix:function(a){if(a[f.expando])return a;var d,e,g=a,h=f.event.fixHooks[a.type]||{},i=h.props?this.props.concat(h.props):this.props;a=f.Event(g);for(d=i.length;d;)e=i[--d],a[e]=g[e];a.target||(a.target=g.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey===b&&(a.metaKey=a.ctrlKey);return h.filter?h.filter(a,g):a},special:{ready:{setup:f.bindReady},load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=f.extend(new f.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?f.event.trigger(e,null,b):f.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},f.event.handle=f.event.dispatch,f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!(this instanceof f.Event))return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?K:J):this.type=a,b&&f.extend(this,b),this.timeStamp=a&&a.timeStamp||f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=K;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=K;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=K,this.stopPropagation()},isDefaultPrevented:J,isPropagationStopped:J,isImmediatePropagationStopped:J},f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c=this,d=a.relatedTarget,e=a.handleObj,g=e.selector,h;if(!d||d!==c&&!f.contains(c,d))a.type=e.origType,h=e.handler.apply(this,arguments),a.type=b;return h}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(){if(f.nodeName(this,"form"))return!1;f.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=f.nodeName(c,"input")||f.nodeName(c,"button")?c.form:b;d&&!d._submit_attached&&(f.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),d._submit_attached=!0)})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&f.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(f.nodeName(this,"form"))return!1;f.event.remove(this,"._submit")}}),f.support.changeBubbles||(f.event.special.change={setup:function(){if(z.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")f.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),f.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1,f.event.simulate("change",this,a,!0))});return!1}f.event.add(this,"beforeactivate._change",function(a){var b=a.target;z.test(b.nodeName)&&!b._change_attached&&(f.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&f.event.simulate("change",this.parentNode,a,!0)}),b._change_attached=!0)})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){f.event.remove(this,"._change");return z.test(this.nodeName)}}),f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){var d=0,e=function(a){f.event.simulate(b,a.target,f.event.fix(a),!0)};f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.fn.extend({on:function(a,c,d,e,g){var h,i;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(i in a)this.on(i,c,d,a[i],g);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=J;else if(!e)return this;g===1&&(h=e,e=function(a){f().off(a);return h.apply(this,arguments)},e.guid=h.guid||(h.guid=f.guid++));return this.each(function(){f.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){if(a&&a.preventDefault&&a.handleObj){var e=a.handleObj;f(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler);return this}if(typeof a=="object"){for(var g in a)this.off(g,c,a[g]);return this}if(c===!1||typeof c=="function")d=c,c=b;d===!1&&(d=J);return this.each(function(){f.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){f(this.context).on(a,this.selector,b,c);return this},die:function(a,b){f(this.context).off(a,this.selector||"**",b);return this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a,c)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f._data(this,"lastToggle"+a.guid)||0)%d;f._data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}if(j.nodeType===1){g||(j[d]=c,j.sizset=h);if(typeof b!="string"){if(j===b){k=!0;break}}else if(m.filter(b,[j]).length>0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}j.nodeType===1&&!g&&(j[d]=c,j.sizset=h);if(j.nodeName.toLowerCase()===b){k=j;break}j=j[a]}e[h]=k}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},m.matches=function(a,b){return m(a,null,null,b)},m.matchesSelector=function(a,b){return m(b,null,null,[a]).length>0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e<f;e++){h=o.order[e];if(g=o.leftMatch[h].exec(a)){i=g[1],g.splice(1,1);if(i.substr(i.length-1)!=="\\"){g[1]=(g[1]||"").replace(j,""),d=o.find[h](g,b,c);if(d!=null){a=a.replace(o.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},m.filter=function(a,c,d,e){var f,g,h,i,j,k,l,n,p,q=a,r=[],s=c,t=c&&c[0]&&m.isXML(c[0]);while(a&&c.length){for(h in o.filter)if((f=o.leftMatch[h].exec(a))!=null&&f[2]){k=o.filter[h],l=f[1],g=!1,f.splice(1,1);if(l.substr(l.length-1)==="\\")continue;s===r&&(r=[]);if(o.preFilter[h]){f=o.preFilter[h](f,s,d,r,e,t);if(!f)g=i=!0;else if(f===!0)continue}if(f)for(n=0;(j=s[n])!=null;n++)j&&(i=k(j,f,n,s),p=e^i,d&&i!=null?p?g=!0:s[n]=!1:p&&(r.push(j),g=!0));if(i!==b){d||(s=r),a=a.replace(o.match[h],"");if(!g)return[];break}}if(a===q)if(g==null)m.error(a);else break;q=a}return s},m.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)};var n=m.getText=function(a){var b,c,d=a.nodeType,e="";if(d){if(d===1||d===9||d===11){if(typeof a.textContent=="string")return a.textContent;if(typeof a.innerText=="string")return a.innerText.replace(k,"");for(a=a.firstChild;a;a=a.nextSibling)e+=n(a)}else if(d===3||d===4)return a.nodeValue}else for(b=0;c=a[b];b++)c.nodeType!==8&&(e+=n(c));return e},o=m.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!l.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&m.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&m.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(j,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}m.error(e)},CHILD:function(a,b){var c,e,f,g,h,i,j,k=b[1],l=a;switch(k){case"only":case"first":while(l=l.previousSibling)if(l.nodeType===1)return!1;if(k==="first")return!0;l=a;case"last":while(l=l.nextSibling)if(l.nodeType===1)return!1;return!0;case"nth":c=b[2],e=b[3];if(c===1&&e===0)return!0;f=b[0],g=a.parentNode;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nodeIndex=++i);g[d]=f}j=a.nodeIndex-e;return c===0?j===0:j%c===0&&j/c>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var u,v;c.documentElement.compareDocumentPosition?u=function(a,b){if(a===b){h=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(u=function(a,b){if(a===b){h=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,i=b.parentNode,j=g;if(g===i)return v(a,b);if(!g)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return v(e[k],f[k]);return k===c?v(a,f[k],-1):v(e[k],b,1)},v=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h<i;h++)m(a,g[h],e,c);return m.filter(f,e)};m.attr=f.attr,m.selectors.attrMap={},f.find=m,f.expr=m.selectors,f.expr[":"]=f.expr.filters,f.unique=m.uniqueSort,f.text=m.getText,f.isXMLDoc=m.isXML,f.contains=m.contains}();var L=/Until$/,M=/^(?:parents|prevUntil|prevAll)/,N=/,/,O=/^.[^:#\[\.,]*$/,P=Array.prototype.slice,Q=f.expr.match.globalPOS,R={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(T(this,a,!1),"not",a)},filter:function(a){return this.pushStack(T(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?Q.test(a)?f(a,this.context).index(this[0])>=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d<a.length;d++)f(g).is(a[d])&&c.push({selector:a[d],elem:g,level:h});g=g.parentNode,h++}return c}var i=Q.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(i?i.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/<tbody/i,_=/<|&#?\w+;/,ba=/<(?:script|style)/i,bb=/<(?:script|object|embed|option|style)/i,bc=new RegExp("<(?:"+V+")[\\s/>]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*<!(?:\[CDATA\[|\-\-)/,bg={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f +.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(f.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(g){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bd.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bi(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,function(a,b){b.src?f.ajax({type:"GET",global:!1,url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bf,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i,j=a[0];b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof j=="string"&&j.length<512&&i===c&&j.charAt(0)==="<"&&!bb.test(j)&&(f.support.checkClone||!bd.test(j))&&(f.support.html5Clone||!bc.test(j))&&(g=!0,h=f.fragments[j],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[j]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1></$2>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]==="<table>"&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i<u;i++)bn(l[i]);else bn(l);l.nodeType?j.push(l):j=f.merge(j,l)}if(d){g=function(a){return!a.type||be.test(a.type)};for(k=0;j[k];k++){h=j[k];if(e&&f.nodeName(h,"script")&&(!h.type||be.test(h.type)))e.push(h.parentNode?h.parentNode.removeChild(h):h);else{if(h.nodeType===1){var v=f.grep(h.getElementsByTagName("script"),g);j.splice.apply(j,[k+1,0].concat(v))}d.appendChild(h)}}}return j},cleanData:function(a){var b,c,d=f.cache,e=f.event.special,g=f.support.deleteExpando;for(var h=0,i;(i=a[h])!=null;h++){if(i.nodeName&&f.noData[i.nodeName.toLowerCase()])continue;c=i[f.expando];if(c){b=d[c];if(b&&b.events){for(var j in b.events)e[j]?f.event.remove(i,j):f.removeEvent(i,j,b.handle);b.handle&&(b.handle.elem=null)}g?delete i[f.expando]:i.removeAttribute&&i.removeAttribute(f.expando),delete d[c]}}}});var bp=/alpha\([^)]*\)/i,bq=/opacity=([^)]*)/,br=/([A-Z]|^ms)/g,bs=/^[\-+]?(?:\d*\.)?\d+$/i,bt=/^-?(?:\d*\.)?\d+(?!px)[^\d\s]+$/i,bu=/^([\-+])=([\-+.\de]+)/,bv=/^margin/,bw={position:"absolute",visibility:"hidden",display:"block"},bx=["Top","Right","Bottom","Left"],by,bz,bA;f.fn.css=function(a,c){return f.access(this,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)},a,c,arguments.length>1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),(e===""&&f.css(d,"display")==="none"||!f.contains(d.ownerDocument.documentElement,d))&&f._data(d,"olddisplay",cu(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(ct("hide",3),a,b,c);var d,e,g=0,h=this.length;for(;g<h;g++)d=this[g],d.style&&(e=f.css(d,"display"),e!=="none"&&!f._data(d,"olddisplay")&&f._data(d,"olddisplay",e));for(g=0;g<h;g++)this[g].style&&(this[g].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(ct("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){function g(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o,p,q;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]);if((k=f.cssHooks[g])&&"expand"in k){l=k.expand(a[g]),delete a[g];for(i in l)i in a||(a[i]=l[i])}}for(g in a){h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(!f.support.inlineBlockNeedsLayout||cu(this.nodeName)==="inline"?this.style.display="inline-block":this.style.zoom=1))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)j=new f.fx(this,b,i),h=a[i],cm.test(h)?(q=f._data(this,"toggle"+i)||(h==="toggle"?d?"show":"hide":0),q?(f._data(this,"toggle"+i,q==="show"?"hide":"show"),j[q]()):j[h]()):(m=cn.exec(h),n=j.cur(),m?(o=parseFloat(m[2]),p=m[3]||(f.cssNumber[i]?"":"px"),p!=="px"&&(f.style(this,i,(o||1)+p),n=(o||1)/j.cur()*n,f.style(this,i,n+p)),m[1]&&(o=(m[1]==="-="?-1:1)*o+n),j.custom(n,o,p)):j.custom(n,h,""));return!0}var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return e.queue===!1?this.each(g):this.queue(e.queue,g)},stop:function(a,c,d){typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]);return this.each(function(){function h(a,b,c){var e=b[c];f.removeData(a,c,!0),e.stop(d)}var b,c=!1,e=f.timers,g=f._data(this);d||f._unmark(!0,this);if(a==null)for(b in g)g[b]&&g[b].stop&&b.indexOf(".run")===b.length-4&&h(this,g,b);else g[b=a+".run"]&&g[b].stop&&h(this,g,b);for(b=e.length;b--;)e[b].elem===this&&(a==null||e[b].queue===a)&&(d?e[b](!0):e[b].saveState(),c=!0,e.splice(b,1));(!d||!c)&&f.dequeue(this,a)})}}),f.each({slideDown:ct("show",1),slideUp:ct("hide",1),slideToggle:ct("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue?f.dequeue(this,d.queue):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a){return a},swing:function(a){return-Math.cos(a*Math.PI)/2+.5}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,c,d){function h(a){return e.step(a)}var e=this,g=f.fx;this.startTime=cq||cr(),this.end=c,this.now=this.start=a,this.pos=this.state=0,this.unit=d||this.unit||(f.cssNumber[this.prop]?"":"px"),h.queue=this.options.queue,h.elem=this.elem,h.saveState=function(){f._data(e.elem,"fxshow"+e.prop)===b&&(e.options.hide?f._data(e.elem,"fxshow"+e.prop,e.start):e.options.show&&f._data(e.elem,"fxshow"+e.prop,e.end))},h()&&f.timers.push(h)&&!co&&(co=setInterval(g.tick,g.interval))},show:function(){var a=f._data(this.elem,"fxshow"+this.prop);this.options.orig[this.prop]=a||f.style(this.elem,this.prop),this.options.show=!0,a!==b?this.custom(this.cur(),a):this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f._data(this.elem,"fxshow"+this.prop)||f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b,c,d,e=cq||cr(),g=!0,h=this.elem,i=this.options;if(a||e>=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||f.fx.stop()},interval:13,stop:function(){clearInterval(co),co=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=a.now+a.unit:a.elem[a.prop]=a.now}}}),f.each(cp.concat.apply([],cp),function(a,b){b.indexOf("margin")&&(f.fx.step[b]=function(a){f.style(a.elem,b,Math.max(0,a.now)+a.unit)})}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cv,cw=/^t(?:able|d|h)$/i,cx=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?cv=function(a,b,c,d){try{d=a.getBoundingClientRect()}catch(e){}if(!d||!f.contains(c,a))return d?{top:d.top,left:d.left}:{top:0,left:0};var g=b.body,h=cy(b),i=c.clientTop||g.clientTop||0,j=c.clientLeft||g.clientLeft||0,k=h.pageYOffset||f.support.boxModel&&c.scrollTop||g.scrollTop,l=h.pageXOffset||f.support.boxModel&&c.scrollLeft||g.scrollLeft,m=d.top+k-i,n=d.left+l-j;return{top:m,left:n}}:cv=function(a,b,c){var d,e=a.offsetParent,g=a,h=b.body,i=b.defaultView,j=i?i.getComputedStyle(a,null):a.currentStyle,k=a.offsetTop,l=a.offsetLeft;while((a=a.parentNode)&&a!==h&&a!==c){if(f.support.fixedPosition&&j.position==="fixed")break;d=i?i.getComputedStyle(a,null):a.currentStyle,k-=a.scrollTop,l-=a.scrollLeft,a===e&&(k+=a.offsetTop,l+=a.offsetLeft,f.support.doesNotAddBorder&&(!f.support.doesAddBorderForTableAndCells||!cw.test(a.nodeName))&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),g=e,e=a.offsetParent),f.support.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),j=d}if(j.position==="relative"||j.position==="static")k+=h.offsetTop,l+=h.offsetLeft;f.support.fixedPosition&&j.position==="fixed"&&(k+=Math.max(c.scrollTop,h.scrollTop),l+=Math.max(c.scrollLeft,h.scrollLeft));return{top:k,left:l}},f.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){f.offset.setOffset(this,a,b)});var c=this[0],d=c&&c.ownerDocument;if(!d)return null;if(c===d.body)return f.offset.bodyOffset(c);return cv(c,d,d.documentElement)},f.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..f13d3ce --- /dev/null +++ b/js/main.js @@ -0,0 +1,623 @@ +var sigInst, canvas, $GP + +//Load configuration file +var config={}; + +//For debug allow a config=file.json parameter to specify the config +function GetQueryStringParams(sParam,defaultVal) { + var sPageURL = ""+window.location;//.search.substring(1);//This might be causing error in Safari? + if (sPageURL.indexOf("?")==-1) return defaultVal; + sPageURL=sPageURL.substr(sPageURL.indexOf("?")+1); + var sURLVariables = sPageURL.split('&'); + for (var i = 0; i < sURLVariables.length; i++) { + var sParameterName = sURLVariables[i].split('='); + if (sParameterName[0] == sParam) { + return sParameterName[1]; + } + } + return defaultVal; +} + + +jQuery.getJSON(GetQueryStringParams("config","config.json"), function(data, textStatus, jqXHR) { + config=data; + + if (config.type!="network") { + //bad config + alert("Invalid configuration settings.") + return; + } + + //As soon as page is ready (and data ready) set up it + $(document).ready(setupGUI(config)); +});//End JSON Config load + + +// FUNCTION DECLARATIONS + +Object.size = function(obj) { + var size = 0, key; + for (key in obj) { + if (obj.hasOwnProperty(key)) size++; + } + return size; +}; + +function initSigma(config) { + var data=config.data + + var drawProps, graphProps,mouseProps; + if (config.sigma && config.sigma.drawingProperties) + drawProps=config.sigma.drawingProperties; + else + drawProps={ + defaultLabelColor: "#000", + defaultLabelSize: 14, + defaultLabelBGColor: "#ddd", + defaultHoverLabelBGColor: "#002147", + defaultLabelHoverColor: "#fff", + labelThreshold: 10, + defaultEdgeType: "curve", + hoverFontStyle: "bold", + fontStyle: "bold", + activeFontStyle: "bold" + }; + + if (config.sigma && config.sigma.graphProperties) + graphProps=config.sigma.graphProperties; + else + graphProps={ + minNodeSize: 1, + maxNodeSize: 7, + minEdgeSize: 0.2, + maxEdgeSize: 0.5 + }; + + if (config.sigma && config.sigma.mouseProperties) + mouseProps=config.sigma.mouseProperties; + else + mouseProps={ + minRatio: 0.75, // How far can we zoom out? + maxRatio: 20, // How far can we zoom in? + }; + + var a = sigma.init(document.getElementById("sigma-canvas")).drawingProperties(drawProps).graphProperties(graphProps).mouseProperties(mouseProps); + sigInst = a; + a.active = !1; + a.neighbors = {}; + a.detail = !1; + + + dataReady = function() {//This is called as soon as data is loaded + a.clusters = {}; + + a.iterNodes( + function (b) { //This is where we populate the array used for the group select box + + // note: index may not be consistent for all nodes. Should calculate each time. + // alert(JSON.stringify(b.attr.attributes[5].val)); + // alert(b.x); + a.clusters[b.color] || (a.clusters[b.color] = []); + a.clusters[b.color].push(b.id);//SAH: push id not label + } + + ); + + a.bind("upnodes", function (a) { + nodeActive(a.content[0]) + }); + + a.draw(); + configSigmaElements(config); + } + + if (data.indexOf("gexf")>0 || data.indexOf("xml")>0) + a.parseGexf(data,dataReady); + else + a.parseJson(data,dataReady); + gexf = sigmaInst = null; +} + + +function setupGUI(config) { + // Initialise main interface elements + var logo=""; // Logo elements + if (config.logo.file) { + + logo = "<img src=\"" + config.logo.file +"\""; + if (config.logo.text) logo+=" alt=\"" + config.logo.text + "\""; + logo+=">"; + } else if (config.logo.text) { + logo="<h1>"+config.logo.text+"</h1>"; + } + if (config.logo.link) logo="<a href=\"" + config.logo.link + "\">"+logo+"</a>"; + $("#maintitle").html(logo); + + // #title + $("#title").html("<h2>"+config.text.title+"</h2>"); + + // #titletext + $("#titletext").html(config.text.intro); + + // More information + if (config.text.more) { + $("#information").html(config.text.more); + } else { + //hide more information link + $("#moreinformation").hide(); + } + + // Legend + + // Node + if (config.legend.nodeLabel) { + $(".node").next().html(config.legend.nodeLabel); + } else { + //hide more information link + $(".node").hide(); + } + // Edge + if (config.legend.edgeLabel) { + $(".edge").next().html(config.legend.edgeLabel); + } else { + //hide more information link + $(".edge").hide(); + } + // Colours + if (config.legend.nodeLabel) { + $(".colours").next().html(config.legend.colorLabel); + } else { + //hide more information link + $(".colours").hide(); + } + + $GP = { + calculating: !1, + showgroup: !1 + }; + $GP.intro = $("#intro"); + $GP.minifier = $GP.intro.find("#minifier"); + $GP.mini = $("#minify"); + $GP.info = $("#attributepane"); + $GP.info_donnees = $GP.info.find(".nodeattributes"); + $GP.info_name = $GP.info.find(".name"); + $GP.info_link = $GP.info.find(".link"); + $GP.info_data = $GP.info.find(".data"); + $GP.info_close = $GP.info.find(".returntext"); + $GP.info_close2 = $GP.info.find(".close"); + $GP.info_p = $GP.info.find(".p"); + $GP.info_close.click(nodeNormal); + $GP.info_close2.click(nodeNormal); + $GP.form = $("#mainpanel").find("form"); + $GP.search = new Search($GP.form.find("#search")); + if (!config.features.search) { + $("#search").hide(); + } + if (!config.features.groupSelectorAttribute) { + $("#attributeselect").hide(); + } + $GP.cluster = new Cluster($GP.form.find("#attributeselect")); + config.GP=$GP; + initSigma(config); +} + +function configSigmaElements(config) { + $GP=config.GP; + + // Node hover behaviour + if (config.features.hoverBehavior == "dim") { + + var greyColor = '#ccc'; + sigInst.bind('overnodes',function(event){ + var nodes = event.content; + var neighbors = {}; + sigInst.iterEdges(function(e){ + if(nodes.indexOf(e.source)<0 && nodes.indexOf(e.target)<0){ + if(!e.attr['grey']){ + e.attr['true_color'] = e.color; + e.color = greyColor; + e.attr['grey'] = 1; + } + }else{ + e.color = e.attr['grey'] ? e.attr['true_color'] : e.color; + e.attr['grey'] = 0; + + neighbors[e.source] = 1; + neighbors[e.target] = 1; + } + }).iterNodes(function(n){ + if(!neighbors[n.id]){ + if(!n.attr['grey']){ + n.attr['true_color'] = n.color; + n.color = greyColor; + n.attr['grey'] = 1; + } + }else{ + n.color = n.attr['grey'] ? n.attr['true_color'] : n.color; + n.attr['grey'] = 0; + } + }).draw(2,2,2); + }).bind('outnodes',function(){ + sigInst.iterEdges(function(e){ + e.color = e.attr['grey'] ? e.attr['true_color'] : e.color; + e.attr['grey'] = 0; + }).iterNodes(function(n){ + n.color = n.attr['grey'] ? n.attr['true_color'] : n.color; + n.attr['grey'] = 0; + }).draw(2,2,2); + }); + + } else if (config.features.hoverBehavior == "hide") { + + sigInst.bind('overnodes',function(event){ + var nodes = event.content; + var neighbors = {}; + sigInst.iterEdges(function(e){ + if(nodes.indexOf(e.source)>=0 || nodes.indexOf(e.target)>=0){ + neighbors[e.source] = 1; + neighbors[e.target] = 1; + } + }).iterNodes(function(n){ + if(!neighbors[n.id]){ + n.hidden = 1; + }else{ + n.hidden = 0; + } + }).draw(2,2,2); + }).bind('outnodes',function(){ + sigInst.iterEdges(function(e){ + e.hidden = 0; + }).iterNodes(function(n){ + n.hidden = 0; + }).draw(2,2,2); + }); + + } + $GP.bg = $(sigInst._core.domElements.bg); + $GP.bg2 = $(sigInst._core.domElements.bg2); + var a = [], + b,x=1; + for (b in sigInst.clusters) a.push('<div style="line-height:12px"><a href="#' + b + '"><div style="width:40px;height:12px;border:1px solid #fff;background:' + b + ';display:inline-block"></div> Group ' + (x++) + ' (' + sigInst.clusters[b].length + ' members)</a></div>'); + //a.sort(); + $GP.cluster.content(a.join("")); + b = { + minWidth: 400, + maxWidth: 800, + maxHeight: 600 + };// minHeight: 300, + $("a.fb").fancybox(b); + $("#zoom").find("div.z").each(function () { + var a = $(this), + b = a.attr("rel"); + a.click(function () { + if (b == "center") { + sigInst.position(0,0,1).draw(); + } else { + var a = sigInst._core; + sigInst.zoomTo(a.domElements.nodes.width / 2, a.domElements.nodes.height / 2, a.mousecaptor.ratio * ("in" == b ? 1.5 : 0.5)); + } + + }) + }); + $GP.mini.click(function () { + $GP.mini.hide(); + $GP.intro.show(); + $GP.minifier.show() + }); + $GP.minifier.click(function () { + $GP.intro.hide(); + $GP.minifier.hide(); + $GP.mini.show() + }); + $GP.intro.find("#showGroups").click(function () { + !0 == $GP.showgroup ? showGroups(!1) : showGroups(!0) + }); + a = window.location.hash.substr(1); + if (0 < a.length) switch (a) { + case "Groups": + showGroups(!0); + break; + case "information": + $.fancybox.open($("#information"), b); + break; + default: + $GP.search.exactMatch = !0, $GP.search.search(a) + $GP.search.clean(); + } + +} + +function Search(a) { + this.input = a.find("input[name=search]"); + this.state = a.find(".state"); + this.results = a.find(".results"); + this.exactMatch = !1; + this.lastSearch = ""; + this.searching = !1; + var b = this; + this.input.focus(function () { + var a = $(this); + a.data("focus") || (a.data("focus", !0), a.removeClass("empty")); + b.clean() + }); + this.input.keydown(function (a) { + if (13 == a.which) return b.state.addClass("searching"), b.search(b.input.val()), !1 + }); + this.state.click(function () { + var a = b.input.val(); + b.searching && a == b.lastSearch ? b.close() : (b.state.addClass("searching"), b.search(a)) + }); + this.dom = a; + this.close = function () { + this.state.removeClass("searching"); + this.results.hide(); + this.searching = !1; + this.input.val("");//SAH -- let's erase string when we close + nodeNormal() + }; + this.clean = function () { + this.results.empty().hide(); + this.state.removeClass("searching"); + this.input.val(""); + }; + this.search = function (a) { + var b = !1, + c = [], + b = this.exactMatch ? ("^" + a + "$").toLowerCase() : a.toLowerCase(), + g = RegExp(b); + this.exactMatch = !1; + this.searching = !0; + this.lastSearch = a; + this.results.empty(); + if (2 >= a.length) this.results.html("<i>You must search for a name with a minimum of 3 letters.</i>"); + else { + sigInst.iterNodes(function (a) { + g.test(a.label.toLowerCase()) && c.push({ + id: a.id, + name: a.label + }) + }); + c.length ? (b = !0, nodeActive(c[0].id)) : b = showCluster(a); + a = ["<b>Search Results: </b>"]; + if (1 < c.length) for (var d = 0, h = c.length; d < h; d++) a.push('<a href="#' + c[d].name + '" onclick="nodeActive(\'' + c[d].id + "')\">" + c[d].name + "</a>"); + 0 == c.length && !b && a.push("<i>No results found.</i>"); + 1 < a.length && this.results.html(a.join("")); + } + if(c.length!=1) this.results.show(); + if(c.length==1) this.results.hide(); + } +} + +function Cluster(a) { + this.cluster = a; + this.display = !1; + this.list = this.cluster.find(".list"); + this.list.empty(); + this.select = this.cluster.find(".select"); + this.select.click(function () { + $GP.cluster.toggle() + }); + this.toggle = function () { + this.display ? this.hide() : this.show() + }; + this.content = function (a) { + this.list.html(a); + this.list.find("a").click(function () { + var a = $(this).attr("href").substr(1); + showCluster(a) + }) + }; + this.hide = function () { + this.display = !1; + this.list.hide(); + this.select.removeClass("close") + }; + this.show = function () { + this.display = !0; + this.list.show(); + this.select.addClass("close") + } +} +function showGroups(a) { + a ? ($GP.intro.find("#showGroups").text("Hide groups"), $GP.bg.show(), $GP.bg2.hide(), $GP.showgroup = !0) : ($GP.intro.find("#showGroups").text("View Groups"), $GP.bg.hide(), $GP.bg2.show(), $GP.showgroup = !1) +} + +function nodeNormal() { + !0 != $GP.calculating && !1 != sigInst.detail && (showGroups(!1), $GP.calculating = !0, sigInst.detail = !0, $GP.info.delay(400).animate({width:'hide'},350),$GP.cluster.hide(), sigInst.iterEdges(function (a) { + a.attr.color = !1; + a.hidden = !1 + }), sigInst.iterNodes(function (a) { + a.hidden = !1; + a.attr.color = !1; + a.attr.lineWidth = !1; + a.attr.size = !1 + }), sigInst.draw(2, 2, 2, 2), sigInst.neighbors = {}, sigInst.active = !1, $GP.calculating = !1, window.location.hash = "") +} + +function nodeActive(a) { + + var groupByDirection=false; + if (config.informationPanel.groupByEdgeDirection && config.informationPanel.groupByEdgeDirection==true) groupByDirection=true; + + sigInst.neighbors = {}; + sigInst.detail = !0; + var b = sigInst._core.graph.nodesIndex[a]; + showGroups(!1); + var outgoing={},incoming={},mutual={};//SAH + sigInst.iterEdges(function (b) { + b.attr.lineWidth = !1; + b.hidden = !0; + + n={ + name: b.label, + colour: b.color + }; + + if (a==b.source) outgoing[b.target]=n; //SAH + else if (a==b.target) incoming[b.source]=n; //SAH + if (a == b.source || a == b.target) sigInst.neighbors[a == b.target ? b.source : b.target] = n; + b.hidden = !1, b.attr.color = "rgba(0, 0, 0, 1)"; + }); + var f = []; + sigInst.iterNodes(function (a) { + a.hidden = !0; + a.attr.lineWidth = !1; + a.attr.color = a.color + }); + + if (groupByDirection) { + //SAH - Compute intersection for mutual and remove these from incoming/outgoing + for (e in outgoing) { + //name=outgoing[e]; + if (e in incoming) { + mutual[e]=outgoing[e]; + delete incoming[e]; + delete outgoing[e]; + } + } + } + + var createList=function(c) { + var f = []; + var e = [], + //c = sigInst.neighbors, + g; + for (g in c) { + var d = sigInst._core.graph.nodesIndex[g]; + d.hidden = !1; + d.attr.lineWidth = !1; + d.attr.color = c[g].colour; + a != g && e.push({ + id: g, + name: d.label, + group: (c[g].name)? c[g].name:"", + colour: c[g].colour + }) + } + e.sort(function (a, b) { + var c = a.group.toLowerCase(), + d = b.group.toLowerCase(), + e = a.name.toLowerCase(), + f = b.name.toLowerCase(); + return c != d ? c < d ? -1 : c > d ? 1 : 0 : e < f ? -1 : e > f ? 1 : 0 + }); + d = ""; + for (g in e) { + c = e[g]; + /*if (c.group != d) { + d = c.group; + f.push('<li class="cf" rel="' + c.color + '"><div class=""></div><div class="">' + d + "</div></li>"); + }*/ + f.push('<li class="membership"><a href="#' + c.name + '" onmouseover="sigInst._core.plotter.drawHoverNode(sigInst._core.graph.nodesIndex[\'' + c.id + '\'])\" onclick=\"nodeActive(\'' + c.id + '\')" onmouseout="sigInst.refresh()">' + c.name + "</a></li>"); + } + return f; + } + + /*console.log("mutual:"); + console.log(mutual); + console.log("incoming:"); + console.log(incoming); + console.log("outgoing:"); + console.log(outgoing);*/ + + + var f=[]; + + //console.log("neighbors:"); + //console.log(sigInst.neighbors); + + if (groupByDirection) { + size=Object.size(mutual); + f.push("<h2>Mututal (" + size + ")</h2>"); + (size>0)? f=f.concat(createList(mutual)) : f.push("No mutual links<br>"); + size=Object.size(incoming); + f.push("<h2>Incoming (" + size + ")</h2>"); + (size>0)? f=f.concat(createList(incoming)) : f.push("No incoming links<br>"); + size=Object.size(outgoing); + f.push("<h2>Outgoing (" + size + ")</h2>"); + (size>0)? f=f.concat(createList(outgoing)) : f.push("No outgoing links<br>"); + } else { + f=f.concat(createList(sigInst.neighbors)); + } + //b is object of active node -- SAH + b.hidden = !1; + b.attr.color = b.color; + b.attr.lineWidth = 6; + b.attr.strokeStyle = "#000000"; + sigInst.draw(2, 2, 2, 2); + + $GP.info_link.find("ul").html(f.join("")); + $GP.info_link.find("li").each(function () { + var a = $(this), + b = a.attr("rel"); + }); + f = b.attr; + if (f.attributes) { + var image_attribute = false; + if (config.informationPanel.imageAttribute) { + image_attribute=config.informationPanel.imageAttribute; + } + e = []; + temp_array = []; + g = 0; + for (var attr in f.attributes) { + var d = f.attributes[attr], + h = ""; + if (attr!=image_attribute) { + h = '<span><strong>' + attr + ':</strong> ' + d + '</span><br/>' + } + //temp_array.push(f.attributes[g].attr); + e.push(h) + } + + if (image_attribute) { + //image_index = jQuery.inArray(image_attribute, temp_array); + $GP.info_name.html("<div><img src=" + f.attributes[image_attribute] + " style=\"vertical-align:middle\" /> <span onmouseover=\"sigInst._core.plotter.drawHoverNode(sigInst._core.graph.nodesIndex['" + b.id + '\'])" onmouseout="sigInst.refresh()">' + b.label + "</span></div>"); + } else { + $GP.info_name.html("<div><span onmouseover=\"sigInst._core.plotter.drawHoverNode(sigInst._core.graph.nodesIndex['" + b.id + '\'])" onmouseout="sigInst.refresh()">' + b.label + "</span></div>"); + } + // Image field for attribute pane + $GP.info_data.html(e.join("<br/>")) + } + $GP.info_data.show(); + $GP.info_p.html("Connections:"); + $GP.info.animate({width:'show'},350); + $GP.info_donnees.hide(); + $GP.info_donnees.show(); + sigInst.active = a; + window.location.hash = b.label; +} + +function showCluster(a) { + var b = sigInst.clusters[a]; + if (b && 0 < b.length) { + showGroups(!1); + sigInst.detail = !0; + b.sort(); + sigInst.iterEdges(function (a) { + a.hidden = !1; + a.attr.lineWidth = !1; + a.attr.color = !1 + }); + sigInst.iterNodes(function (a) { + a.hidden = !0 + }); + for (var f = [], e = [], c = 0, g = b.length; c < g; c++) { + var d = sigInst._core.graph.nodesIndex[b[c]]; + !0 == d.hidden && (e.push(b[c]), d.hidden = !1, d.attr.lineWidth = !1, d.attr.color = d.color, f.push('<li class="membership"><a href="#'+d.label+'" onmouseover="sigInst._core.plotter.drawHoverNode(sigInst._core.graph.nodesIndex[\'' + d.id + "'])\" onclick=\"nodeActive('" + d.id + '\')" onmouseout="sigInst.refresh()">' + d.label + "</a></li>")) + } + sigInst.clusters[a] = e; + sigInst.draw(2, 2, 2, 2); + $GP.info_name.html("<b>" + a + "</b>"); + $GP.info_data.hide(); + $GP.info_p.html("Group Members:"); + $GP.info_link.find("ul").html(f.join("")); + $GP.info.animate({width:'show'},350); + $GP.search.clean(); + $GP.cluster.hide(); + return !0 + } + return !1 +} + + diff --git a/js/sigma/_sigma.min.js b/js/sigma/_sigma.min.js new file mode 100644 index 0000000..d1befd7 --- /dev/null +++ b/js/sigma/_sigma.min.js @@ -0,0 +1,64 @@ +/* sigmajs.org - an open-source light-weight JavaScript graph drawing library - Version: 0.1 - Author: Alexis Jacomy - License: MIT */ +var sigma={tools:{},classes:{},instances:{}}; +(function(){Array.prototype.some||(Array.prototype.some=function(g,i){var k=this.length;if("function"!=typeof g)throw new TypeError;for(var m=0;m<k;m++)if(m in this&&g.call(i,this[m],m,this))return!0;return!1});Array.prototype.forEach||(Array.prototype.forEach=function(g,i){var k=this.length;if(typeof g!="function")throw new TypeError;for(var m=0;m<k;m++)m in this&&g.call(i,this[m],m,this)});Array.prototype.map||(Array.prototype.map=function(g,i){var k=this.length;if(typeof g!="function")throw new TypeError; +for(var m=Array(k),b=0;b<k;b++)b in this&&(m[b]=g.call(i,this[b],b,this));return m});Array.prototype.filter||(Array.prototype.filter=function(g,i){var k=this.length;if(typeof g!="function")throw new TypeError;for(var m=[],b=0;b<k;b++)if(b in this){var j=this[b];g.call(i,j,b,this)&&m.push(j)}return m});if(!Object.keys){var i=Object,q=Object.prototype.hasOwnProperty,g=!{toString:null}.propertyIsEnumerable("toString"),p="toString toLocaleString valueOf hasOwnProperty isPrototypeOf propertyIsEnumerable constructor".split(" "), +z=p.length;i.keys=function(i){if(typeof i!=="object"&&typeof i!=="function"||i===null)throw new TypeError("Object.keys called on non-object");var x=[],k;for(k in i)q.call(i,k)&&x.push(k);if(g)for(k=0;k<z;k++)q.call(i,p[k])&&x.push(p[k]);return x}}})();sigma.classes.Cascade=function(){this.p={};this.config=function(i,q){if("string"==typeof i&&void 0==q)return this.p[i];var g="object"==typeof i&&void 0==q?i:{};"string"==typeof i&&(g[i]=q);for(var p in g)void 0!=this.p[p]&&(this.p[p]=g[p]);return this}}; +sigma.classes.EventDispatcher=function(){var i={},q=this;this.one=function(g,p){if(!p||!g)return q;("string"==typeof g?g.split(" "):g).forEach(function(g){i[g]||(i[g]=[]);i[g].push({h:p,one:!0})});return q};this.bind=function(g,p){if(!p||!g)return q;("string"==typeof g?g.split(" "):g).forEach(function(g){i[g]||(i[g]=[]);i[g].push({h:p,one:!1})});return q};this.unbind=function(g,p){g||(i={});var z="string"==typeof g?g.split(" "):g;p?z.forEach(function(g){i[g]&&(i[g]=i[g].filter(function(g){return g.h!= +p}));i[g]&&0==i[g].length&&delete i[g]}):z.forEach(function(g){delete i[g]});return q};this.dispatch=function(g,p){i[g]&&(i[g].forEach(function(i){i.h({type:g,content:p,target:q})}),i[g]=i[g].filter(function(g){return!g.one}));return q}}; +(function(){function i(){function b(a){return{x:a.x,y:a.y,size:a.size,degree:a.degree,inDegree:a.inDegree,outDegree:a.outDegree,displayX:a.displayX,displayY:a.displayY,displaySize:a.displaySize,label:a.label,id:a.id,color:a.color,fixed:a.fixed,active:a.active,hidden:a.hidden,forceLabel:a.forceLabel,attr:a.attr}}function j(a){return{source:a.source.id,target:a.target.id,size:a.size,type:a.type,weight:a.weight,displaySize:a.displaySize,label:a.label,hidden:a.hidden,id:a.id,attr:a.attr,color:a.color}} +function f(){c.nodes=[];c.nodesIndex={};c.edges=[];c.edgesIndex={};return c}sigma.classes.Cascade.call(this);sigma.classes.EventDispatcher.call(this);var c=this;this.p={minNodeSize:0,maxNodeSize:0,minEdgeSize:0,maxEdgeSize:0,scalingMode:"inside",nodesPowRatio:0.5,edgesPowRatio:0};this.borders={};f();this.addNode=function(a,b){if(c.nodesIndex[a])throw Error('Node "'+a+'" already exists.');var b=b||{},d={x:0,y:0,size:1,degree:0,inDegree:0,outDegree:0,fixed:!1,active:!1,hidden:!1,forceLabel:!1,label:a.toString(), +id:a.toString(),attr:{}},f;for(f in b)switch(f){case "id":break;case "x":case "y":case "size":d[f]=+b[f];break;case "fixed":case "active":case "hidden":case "forceLabel":d[f]=!!b[f];break;case "color":case "label":d[f]=b[f];break;default:d.attr[f]=b[f]}c.nodes.push(d);c.nodesIndex[a.toString()]=d;return c};this.addEdge=function(a,b,d,f){if(c.edgesIndex[a])throw Error('Edge "'+a+'" already exists.');if(!c.nodesIndex[b])throw Error("Edge's source \""+b+'" does not exist yet.');if(!c.nodesIndex[d])throw Error("Edge's target \""+ +d+'" does not exist yet.');f=f||{};b={source:c.nodesIndex[b],target:c.nodesIndex[d],size:1,weight:1,displaySize:0.5,label:a.toString(),id:a.toString(),hidden:!1,attr:{}};b.source.degree++;b.source.outDegree++;b.target.degree++;b.target.inDegree++;for(var o in f)switch(o){case "id":case "source":case "target":break;case "hidden":b[o]=!!f[o];break;case "size":case "weight":b[o]=+f[o];break;case "color":b[o]=f[o].toString();break;case "type":b[o]=f[o].toString();break;case "label":b[o]=f[o];break;default:b.attr[o]= +f[o]}c.edges.push(b);c.edgesIndex[a.toString()]=b;return c};this.dropNode=function(a){((a instanceof Array?a:[a])||[]).forEach(function(a){if(c.nodesIndex[a]){var b=null;c.nodes.some(function(c,f){return c.id==a?(b=f,!0):!1});null!=b&&c.nodes.splice(b,1);delete c.nodesIndex[a];c.edges=c.edges.filter(function(b){return b.source.id==a?(delete c.edgesIndex[b.id],b.target.degree--,b.target.inDegree--,!1):b.target.id==a?(delete c.edgesIndex[b.id],b.source.degree--,b.source.outDegree--,!1):!0})}else sigma.log('Node "'+ +a+'" does not exist.')});return c};this.dropEdge=function(a){((a instanceof Array?a:[a])||[]).forEach(function(a){if(c.edgesIndex[a]){c.edgesIndex[a].source.degree--;c.edgesIndex[a].source.outDegree--;c.edgesIndex[a].target.degree--;c.edgesIndex[a].target.inDegree--;var b=null;c.edges.some(function(c,f){return c.id==a?(b=f,!0):!1});null!=b&&c.edges.splice(b,1);delete c.edgesIndex[a]}else sigma.log('Edge "'+a+'" does not exist.')});return c};this.iterEdges=function(a,b){var d=b?b.map(function(a){return c.edgesIndex[a]}): +c.edges,f=d.map(j);f.forEach(a);d.forEach(function(a,b){var d=f[b],l;for(l in d)switch(l){case "id":case "displaySize":break;case "weight":case "size":a[l]=+d[l];break;case "source":case "target":a[l]=c.nodesIndex[l]||a[l];break;case "hidden":a[l]=!!d[l];break;case "color":case "label":case "type":a[l]=(d[l]||"").toString();break;default:a.attr[l]=d[l]}});return c};this.iterNodes=function(a,f){var d=f?f.map(function(a){return c.nodesIndex[a]}):c.nodes,j=d.map(b);j.forEach(a);d.forEach(function(a, +b){var d=j[b],c;for(c in d)switch(c){case "id":case "attr":case "degree":case "inDegree":case "outDegree":case "displayX":case "displayY":case "displaySize":break;case "x":case "y":case "size":a[c]=+d[c];break;case "fixed":case "active":case "hidden":case "forceLabel":a[c]=!!d[c];break;case "color":case "label":a[c]=(d[c]||"").toString();break;default:a.attr[c]=d[c]}});return c};this.getEdges=function(a){var b=((a instanceof Array?a:[a])||[]).map(function(a){return j(c.edgesIndex[a])});return a instanceof +Array?b:b[0]};this.getNodes=function(a){var f=((a instanceof Array?a:[a])||[]).map(function(a){return b(c.nodesIndex[a])});return a instanceof Array?f:f[0]};this.empty=f;this.rescale=function(a,b,d,f){var j=0,h=0;d&&c.nodes.forEach(function(a){h=Math.max(a.size,h)});f&&c.edges.forEach(function(a){j=Math.max(a.size,j)});var h=h||1,j=j||1,g,l,s,t;d&&c.nodes.forEach(function(a){l=Math.max(a.x,l||a.x);g=Math.min(a.x,g||a.x);t=Math.max(a.y,t||a.y);s=Math.min(a.y,s||a.y)});var A="outside"==c.p.scalingMode? +Math.max(a/Math.max(l-g,1),b/Math.max(t-s,1)):Math.min(a/Math.max(l-g,1),b/Math.max(t-s,1)),i=(c.p.maxNodeSize||h)/A;l+=i;g-=i;t+=i;s-=i;var A="outside"==c.p.scalingMode?Math.max(a/Math.max(l-g,1),b/Math.max(t-s,1)):Math.min(a/Math.max(l-g,1),b/Math.max(t-s,1)),u,k;!c.p.maxNodeSize&&!c.p.minNodeSize?(u=1,k=0):c.p.maxNodeSize==c.p.minNodeSize?(u=0,k=c.p.maxNodeSize):(u=(c.p.maxNodeSize-c.p.minNodeSize)/h,k=c.p.minNodeSize);var B,E;!c.p.maxEdgeSize&&!c.p.minEdgeSize?(B=1,E=0):(B=c.p.maxEdgeSize==c.p.minEdgeSize? +0:(c.p.maxEdgeSize-c.p.minEdgeSize)/j,E=c.p.minEdgeSize);d&&c.nodes.forEach(function(c){c.displaySize=c.size*u+k;if(!c.fixed){c.displayX=(c.x-(l+g)/2)*A+a/2;c.displayY=(c.y-(t+s)/2)*A+b/2}});f&&c.edges.forEach(function(a){a.displaySize=a.size*B+E});return c};this.translate=function(a,b,d,f,j){var h=Math.pow(d,c.p.nodesPowRatio);f&&c.nodes.forEach(function(c){c.fixed||(c.displayX=c.displayX*d+a,c.displayY=c.displayY*d+b);c.displaySize*=h});h=Math.pow(d,c.p.edgesPowRatio);j&&c.edges.forEach(function(a){a.displaySize*= +h});return c};this.setBorders=function(){c.borders={};c.nodes.forEach(function(a){c.borders.minX=Math.min(void 0==c.borders.minX?a.displayX-a.displaySize:c.borders.minX,a.displayX-a.displaySize);c.borders.maxX=Math.max(void 0==c.borders.maxX?a.displayX+a.displaySize:c.borders.maxX,a.displayX+a.displaySize);c.borders.minY=Math.min(void 0==c.borders.minY?a.displayY-a.displaySize:c.borders.minY,a.displayY-a.displaySize);c.borders.maxY=Math.max(void 0==c.borders.maxY?a.displayY-a.displaySize:c.borders.maxY, +a.displayY-a.displaySize)})};this.checkHover=function(a,b){var d,f,j,h=[],g=[];c.nodes.forEach(function(c){if(c.hidden)c.hover=!1;else{d=Math.abs(c.displayX-a);f=Math.abs(c.displayY-b);j=c.displaySize;var s=c.hover,t=d<j&&f<j&&Math.sqrt(d*d+f*f)<j;s&&!t?(c.hover=!1,g.push(c.id)):t&&!s&&(c.hover=!0,h.push(c.id))}});h.length&&c.dispatch("overnodes",h);g.length&&c.dispatch("outnodes",g);return c}}function q(b,j){function f(){var a;a="<p>GLOBAL :</p>";for(var b in c.p.globalProbes)a+="<p>"+b+" : "+c.p.globalProbes[b]()+ +"</p>";a+="<br><p>LOCAL :</p>";for(b in c.p.localProbes)a+="<p>"+b+" : "+c.p.localProbes[b]()+"</p>";c.p.dom.innerHTML=a;return c}sigma.classes.Cascade.call(this);var c=this;this.instance=b;this.monitoring=!1;this.p={fps:40,dom:j,globalProbes:{"Time (ms)":sigma.chronos.getExecutionTime,Queue:sigma.chronos.getQueuedTasksCount,Tasks:sigma.chronos.getTasksCount,FPS:sigma.chronos.getFPS},localProbes:{"Nodes count":function(){return c.instance.graph.nodes.length},"Edges count":function(){return c.instance.graph.edges.length}}}; +this.activate=function(){c.monitoring||(c.monitoring=window.setInterval(f,1E3/c.p.fps));return c};this.desactivate=function(){c.monitoring&&(window.clearInterval(c.monitoring),c.monitoring=null,c.p.dom.innerHTML="");return c}}function g(b){var j=b.changedTouches[0],f="";switch(b.type){case "touchstart":f="mousedown";break;case "touchmove":f="mousemove";break;case "touchend":f="mouseup";break;default:return}var c=document.createEvent("MouseEvent");c.initMouseEvent(f,!0,!0,window,1,j.posX,j.posY,j.clientX, +j.clientY,!1,!1,!1,!1,0,null);j.target.dispatchEvent(c);b.preventDefault()}function p(b){function j(b){a.p.mouseEnabled&&(f(a.mouseX,a.mouseY,a.ratio*(0<(void 0!=b.wheelDelta&&b.wheelDelta||void 0!=b.detail&&-b.detail)?a.p.zoomMultiply:1/a.p.zoomMultiply)),a.p.blockScroll&&(b.preventDefault?b.preventDefault():b.returnValue=!1))}function f(b,d,f){if(!a.isMouseDown&&(window.clearInterval(a.interpolationID),m=void 0!=f,w=a.stageX,n=b,o=a.stageY,l=d,h=f||a.ratio,h=Math.min(Math.max(h,a.p.minRatio),a.p.maxRatio), +u=a.p.directZooming?1-(m?a.p.zoomDelta:a.p.dragDelta):0,a.ratio!=h||a.stageX!=n||a.stageY!=l))c(),a.interpolationID=window.setInterval(c,50),a.dispatch("startinterpolate")}function c(){u+=m?a.p.zoomDelta:a.p.dragDelta;u=Math.min(u,1);var b=sigma.easing.quadratic.easeout(u),c=a.ratio;a.ratio=c*(1-b)+h*b;m?(a.stageX=n+(a.stageX-n)*a.ratio/c,a.stageY=l+(a.stageY-l)*a.ratio/c):(a.stageX=w*(1-b)+n*b,a.stageY=o*(1-b)+l*b);a.dispatch("interpolate");1<=u&&(window.clearInterval(a.interpolationID),b=a.ratio, +m?(a.ratio=h,a.stageX=n+(a.stageX-n)*a.ratio/b,a.stageY=l+(a.stageY-l)*a.ratio/b):(a.stageX=n,a.stageY=l),a.dispatch("stopinterpolate"))}sigma.classes.Cascade.call(this);sigma.classes.EventDispatcher.call(this);var a=this;this.p={minRatio:1,maxRatio:32,marginRatio:1,zoomDelta:0.1,dragDelta:0.3,zoomMultiply:2,directZooming:!1,blockScroll:!0,inertia:1.1,mouseEnabled:!0,touchEnabled:!0};var i=0,d=0,w=0,o=0,h=1,n=0,l=0,s=0,t=0,A=0,k=0,u=0,m=!1;this.stageY=this.stageX=0;this.ratio=1;this.mouseY=this.mouseX= +0;this.isTouchDown=this.isMouseDown=!1;b.addEventListener("DOMMouseScroll",j,!0);b.addEventListener("mousewheel",j,!0);b.addEventListener("mousemove",function(b){a.mouseX=void 0!=b.offsetX&&b.offsetX||void 0!=b.layerX&&b.layerX||void 0!=b.clientX&&b.clientX;a.mouseY=void 0!=b.offsetY&&b.offsetY||void 0!=b.layerY&&b.layerY||void 0!=b.clientY&&b.clientY;if(a.isMouseDown){var c=a.mouseX-i+w,h=a.mouseY-d+o;if(c!=a.stageX||h!=a.stageY)t=s,k=A,s=c,A=h,a.stageX=c,a.stageY=h,a.dispatch("drag")}a.dispatch("move"); +b.preventDefault?b.preventDefault():b.returnValue=!1},!0);b.addEventListener("mousedown",function(b){a.p.mouseEnabled&&(a.isMouseDown=!0,a.dispatch("mousedown"),w=a.stageX,o=a.stageY,i=a.mouseX,d=a.mouseY,t=s=a.stageX,k=A=a.stageY,a.dispatch("startdrag"),b.preventDefault?b.preventDefault():b.returnValue=!1)},!0);document.addEventListener("mouseup",function(b){a.p.mouseEnabled&&a.isMouseDown&&(a.isMouseDown=!1,a.dispatch("mouseup"),(w!=a.stageX||o!=a.stageY)&&f(a.stageX+a.p.inertia*(a.stageX-t),a.stageY+ +a.p.inertia*(a.stageY-k)),b.preventDefault?b.preventDefault():b.returnValue=!1)},!0);b.addEventListener("touchstart",g,!0);b.addEventListener("touchmove",g,!0);document.addEventListener("touchend",g,!0);b.addEventListener("touchcancel",g,!0);this.checkBorders=function(){return a};this.interpolate=f}function z(b,j,f,c,a,g,d){function i(a){var b=c,d="fixed"==h.p.labelSize?h.p.defaultLabelSize:h.p.labelSizeRatio*a.displaySize;b.font=(h.p.hoverFontStyle||h.p.fontStyle||"")+" "+d+"px "+(h.p.hoverFont|| +h.p.font||"");b.fillStyle="node"==h.p.labelHoverBGColor?a.color||h.p.defaultNodeColor:h.p.defaultHoverLabelBGColor;b.beginPath();h.p.labelHoverShadow&&(b.shadowOffsetX=0,b.shadowOffsetY=0,b.shadowBlur=4,b.shadowColor=h.p.labelHoverShadowColor);sigma.tools.drawRoundRect(b,Math.round(a.displayX-d/2-2),Math.round(a.displayY-d/2-2),Math.round(b.measureText(a.label).width+1.5*a.displaySize+d/2+4),Math.round(d+4),Math.round(d/2+2),"left");b.closePath();b.fill();b.shadowOffsetX=0;b.shadowOffsetY=0;b.shadowBlur= +0;b.beginPath();b.fillStyle="node"==h.p.nodeBorderColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeBorderColor;b.arc(Math.round(a.displayX),Math.round(a.displayY),a.displaySize+h.p.borderSize,0,2*Math.PI,!0);b.closePath();b.fill();b.beginPath();b.fillStyle="node"==h.p.nodeHoverColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeHoverColor;b.arc(Math.round(a.displayX),Math.round(a.displayY),a.displaySize,0,2*Math.PI,!0);b.closePath();b.fill();b.fillStyle="node"==h.p.labelHoverColor?a.color||h.p.defaultNodeColor: +h.p.defaultLabelHoverColor;b.fillText(a.label,Math.round(a.displayX+1.5*a.displaySize),Math.round(a.displayY+d/2-3));return h}function o(a){if(isNaN(a.x)||isNaN(a.y))throw Error("A node's coordinate is not a number (id: "+a.id+")");return!a.hidden&&a.displayX+a.displaySize>-n/3&&a.displayX-a.displaySize<4*n/3&&a.displayY+a.displaySize>-l/3&&a.displayY-a.displaySize<4*l/3}sigma.classes.Cascade.call(this);var h=this;this.p={labelColor:"default",defaultLabelColor:"#000",labelHoverBGColor:"default",defaultHoverLabelBGColor:"#fff", +labelHoverShadow:!0,labelHoverShadowColor:"#000",labelHoverColor:"default",defaultLabelHoverColor:"#000",labelActiveBGColor:"default",defaultActiveLabelBGColor:"#fff",labelActiveShadow:!0,labelActiveShadowColor:"#000",labelActiveColor:"default",defaultLabelActiveColor:"#000",labelSize:"fixed",defaultLabelSize:12,labelSizeRatio:2,labelThreshold:6,font:"Arial",hoverFont:"",activeFont:"",fontStyle:"",hoverFontStyle:"",activeFontStyle:"",edgeColor:"source",defaultEdgeColor:"#aaa",defaultEdgeType:"line", +defaultNodeColor:"#aaa",nodeHoverColor:"node",defaultNodeHoverColor:"#fff",nodeActiveColor:"node",defaultNodeActiveColor:"#fff",borderSize:0,nodeBorderColor:"node",defaultNodeBorderColor:"#fff",edgesSpeed:200,nodesSpeed:200,labelsSpeed:200};var n=g,l=d;this.currentLabelIndex=this.currentNodeIndex=this.currentEdgeIndex=0;this.task_drawLabel=function(){for(var b=a.nodes.length,c=0;c++<h.p.labelsSpeed&&h.currentLabelIndex<b;)if(h.isOnScreen(a.nodes[h.currentLabelIndex])){var d=a.nodes[h.currentLabelIndex++], +j=f;if(d.displaySize>=h.p.labelThreshold||d.forceLabel){var g="fixed"==h.p.labelSize?h.p.defaultLabelSize:h.p.labelSizeRatio*d.displaySize;j.font=h.p.fontStyle+g+"px "+h.p.font;j.fillStyle="node"==h.p.labelColor?d.color||h.p.defaultNodeColor:h.p.defaultLabelColor;j.fillText(d.label,Math.round(d.displayX+1.5*d.displaySize),Math.round(d.displayY+g/2-3))}}else h.currentLabelIndex++;return h.currentLabelIndex<b};this.task_drawEdge=function(){for(var b=a.edges.length,c,d,f=0;f++<h.p.edgesSpeed&&h.currentEdgeIndex< +b;)if(e=a.edges[h.currentEdgeIndex],c=e.source,d=e.target,e.hidden||c.hidden||d.hidden||!h.isOnScreen(c)&&!h.isOnScreen(d))h.currentEdgeIndex++;else{c=a.edges[h.currentEdgeIndex++];d=c.source.displayX;var g=c.source.displayY,o=c.target.displayX,i=c.target.displayY,l=c.color;if(!l)switch(h.p.edgeColor){case "source":l=c.source.color||h.p.defaultNodeColor;break;case "target":l=c.target.color||h.p.defaultNodeColor;break;default:l=h.p.defaultEdgeColor}var n=j;switch(c.type||h.p.defaultEdgeType){case "curve":n.strokeStyle= +l;n.lineWidth=c.displaySize/3;n.beginPath();n.moveTo(d,g);n.quadraticCurveTo((d+o)/2+(i-g)/4,(g+i)/2+(d-o)/4,o,i);n.stroke();break;default:n.strokeStyle=l,n.lineWidth=c.displaySize/3,n.beginPath(),n.moveTo(d,g),n.lineTo(o,i),n.stroke()}}return h.currentEdgeIndex<b};this.task_drawNode=function(){for(var c=a.nodes.length,d=0;d++<h.p.nodesSpeed&&h.currentNodeIndex<c;)if(h.isOnScreen(a.nodes[h.currentNodeIndex])){var f=a.nodes[h.currentNodeIndex++],j=Math.round(10*f.displaySize)/10,g=b;g.fillStyle=f.color; +g.beginPath();g.arc(f.displayX,f.displayY,j,0,2*Math.PI,!0);g.closePath();g.fill();f.hover&&i(f)}else h.currentNodeIndex++;return h.currentNodeIndex<c};this.drawActiveNode=function(a){var b=c;if(!o(a))return h;var d="fixed"==h.p.labelSize?h.p.defaultLabelSize:h.p.labelSizeRatio*a.displaySize;b.font=(h.p.activeFontStyle||h.p.fontStyle||"")+" "+d+"px "+(h.p.activeFont||h.p.font||"");b.fillStyle="node"==h.p.labelHoverBGColor?a.color||h.p.defaultNodeColor:h.p.defaultActiveLabelBGColor;b.beginPath();h.p.labelActiveShadow&& +(b.shadowOffsetX=0,b.shadowOffsetY=0,b.shadowBlur=4,b.shadowColor=h.p.labelActiveShadowColor);sigma.tools.drawRoundRect(b,Math.round(a.displayX-d/2-2),Math.round(a.displayY-d/2-2),Math.round(b.measureText(a.label).width+1.5*a.displaySize+d/2+4),Math.round(d+4),Math.round(d/2+2),"left");b.closePath();b.fill();b.shadowOffsetX=0;b.shadowOffsetY=0;b.shadowBlur=0;b.beginPath();b.fillStyle="node"==h.p.nodeBorderColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeBorderColor;b.arc(Math.round(a.displayX), +Math.round(a.displayY),a.displaySize+h.p.borderSize,0,2*Math.PI,!0);b.closePath();b.fill();b.beginPath();b.fillStyle="node"==h.p.nodeActiveColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeActiveColor;b.arc(Math.round(a.displayX),Math.round(a.displayY),a.displaySize,0,2*Math.PI,!0);b.closePath();b.fill();b.fillStyle="node"==h.p.labelActiveColor?a.color||h.p.defaultNodeColor:h.p.defaultLabelActiveColor;b.fillText(a.label,Math.round(a.displayX+1.5*a.displaySize),Math.round(a.displayY+d/2-3));return h}; +this.drawHoverNode=i;this.isOnScreen=o;this.resize=function(a,b){n=a;l=b;return h}}function F(b,g){function f(){sigma.chronos.removeTask("node_"+d.id,2).removeTask("edge_"+d.id,2).removeTask("label_"+d.id,2).stopTasks();return d}function c(a,b){d.domElements[a]=document.createElement(b);d.domElements[a].style.position="absolute";d.domElements[a].setAttribute("id","sigma_"+a+"_"+d.id);d.domElements[a].setAttribute("class","sigma_"+a+"_"+b);d.domElements[a].setAttribute("width",d.width+"px");d.domElements[a].setAttribute("height", +d.height+"px");d.domRoot.appendChild(d.domElements[a]);return d}function a(){d.p.drawHoverNodes&&(d.graph.checkHover(d.mousecaptor.mouseX,d.mousecaptor.mouseY),d.graph.nodes.forEach(function(a){a.hover&&!a.active&&d.plotter.drawHoverNode(a)}));return d}function D(){d.p.drawActiveNodes&&d.graph.nodes.forEach(function(a){a.active&&d.plotter.drawActiveNode(a)});return d}sigma.classes.Cascade.call(this);sigma.classes.EventDispatcher.call(this);var d=this;this.id=g.toString();this.p={auto:!0,drawNodes:2, +drawEdges:1,drawLabels:2,lastNodes:2,lastEdges:0,lastLabels:2,drawHoverNodes:!0,drawActiveNodes:!0};this.domRoot=b;this.width=this.domRoot.offsetWidth;this.height=this.domRoot.offsetHeight;this.graph=new i;this.domElements={};c("edges","canvas");c("nodes","canvas");c("labels","canvas");c("hover","canvas");c("monitor","div");c("mouse","canvas");this.plotter=new z(this.domElements.nodes.getContext("2d"),this.domElements.edges.getContext("2d"),this.domElements.labels.getContext("2d"),this.domElements.hover.getContext("2d"), +this.graph,this.width,this.height);this.monitor=new q(this,this.domElements.monitor);this.mousecaptor=new p(this.domElements.mouse,this.id);this.mousecaptor.bind("drag interpolate",function(){d.draw(d.p.auto?2:d.p.drawNodes,d.p.auto?0:d.p.drawEdges,d.p.auto?2:d.p.drawLabels,!0)}).bind("stopdrag stopinterpolate",function(){d.draw(d.p.auto?2:d.p.drawNodes,d.p.auto?1:d.p.drawEdges,d.p.auto?2:d.p.drawLabels,!0)}).bind("mousedown mouseup",function(a){var b=d.graph.nodes.filter(function(a){return!!a.hover}).map(function(a){return a.id}); +d.dispatch("mousedown"==a.type?"downgraph":"upgraph");b.length&&d.dispatch("mousedown"==a.type?"downnodes":"upnodes",b)}).bind("move",function(){d.domElements.hover.getContext("2d").clearRect(0,0,d.domElements.hover.width,d.domElements.hover.height);a();D()});sigma.chronos.bind("startgenerators",function(){sigma.chronos.getGeneratorsIDs().some(function(a){return!!a.match(RegExp("_ext_"+d.id+"$",""))})&&d.draw(d.p.auto?2:d.p.drawNodes,d.p.auto?0:d.p.drawEdges,d.p.auto?2:d.p.drawLabels)}).bind("stopgenerators", +function(){d.draw()});for(var w=0;w<m.plugins.length;w++)m.plugins[w](this);this.draw=function(a,b,c,g){if(g&&sigma.chronos.getGeneratorsIDs().some(function(a){return!!a.match(RegExp("_ext_"+d.id+"$",""))}))return d;a=void 0==a?d.p.drawNodes:a;b=void 0==b?d.p.drawEdges:b;c=void 0==c?d.p.drawLabels:c;g={nodes:a,edges:b,labels:c};d.p.lastNodes=a;d.p.lastEdges=b;d.p.lastLabels=c;f();d.graph.rescale(d.width,d.height,0<a,0<b).setBorders();d.mousecaptor.checkBorders(d.graph.borders,d.width,d.height);d.graph.translate(d.mousecaptor.stageX, +d.mousecaptor.stageY,d.mousecaptor.ratio,0<a,0<b);d.dispatch("graphscaled");for(var j in d.domElements)"canvas"==d.domElements[j].nodeName.toLowerCase()&&(void 0==g[j]||0<=g[j])&&d.domElements[j].getContext("2d").clearRect(0,0,d.domElements[j].width,d.domElements[j].height);d.plotter.currentEdgeIndex=0;d.plotter.currentNodeIndex=0;d.plotter.currentLabelIndex=0;j=null;g=!1;if(a)if(1<a)for(;d.plotter.task_drawNode(););else sigma.chronos.addTask(d.plotter.task_drawNode,"node_"+d.id,!1),g=!0,j="node_"+ +d.id;if(c)if(1<c)for(;d.plotter.task_drawLabel(););else j?sigma.chronos.queueTask(d.plotter.task_drawLabel,"label_"+d.id,j):sigma.chronos.addTask(d.plotter.task_drawLabel,"label_"+d.id,!1),g=!0,j="label_"+d.id;if(b)if(1<b)for(;d.plotter.task_drawEdge(););else j?sigma.chronos.queueTask(d.plotter.task_drawEdge,"edge_"+d.id,j):sigma.chronos.addTask(d.plotter.task_drawEdge,"edge_"+d.id,!1),g=!0,j="edge_"+d.id;d.dispatch("draw");d.refresh();g&&sigma.chronos.runTasks();return d};this.resize=function(a, +b){var c=d.width,f=d.height;void 0!=a&&void 0!=b?(d.width=a,d.height=b):(d.width=d.domRoot.offsetWidth,d.height=d.domRoot.offsetHeight);if(c!=d.width||f!=d.height){for(var j in d.domElements)d.domElements[j].setAttribute("width",d.width+"px"),d.domElements[j].setAttribute("height",d.height+"px");d.plotter.resize(d.width,d.height);d.draw(d.p.lastNodes,d.p.lastEdges,d.p.lastLabels,!0)}return d};this.refresh=function(){d.domElements.hover.getContext("2d").clearRect(0,0,d.domElements.hover.width,d.domElements.hover.height); +a();D();return d};this.drawHover=a;this.drawActive=D;this.clearSchedule=f;window.addEventListener("resize",function(){d.resize()})}function x(b){var j=this;sigma.classes.EventDispatcher.call(this);this._core=b;this.kill=function(){};this.getID=function(){return b.id};this.configProperties=function(f,c){var a=b.config(f,c);return a==b?j:a};this.drawingProperties=function(f,c){var a=b.plotter.config(f,c);return a==b.plotter?j:a};this.mouseProperties=function(f,c){var a=b.mousecaptor.config(f,c);return a== +b.mousecaptor?j:a};this.graphProperties=function(f,c){var a=b.graph.config(f,c);return a==b.graph?j:a};this.getMouse=function(){return{mouseX:b.mousecaptor.mouseX,mouseY:b.mousecaptor.mouseY,down:b.mousecaptor.isMouseDown}};this.position=function(f,c,a){if(0==arguments.length)return{stageX:b.mousecaptor.stageX,stageY:b.mousecaptor.stageY,ratio:b.mousecaptor.ratio};b.mousecaptor.stageX=void 0!=f?f:b.mousecaptor.stageX;b.mousecaptor.stageY=void 0!=c?c:b.mousecaptor.stageY;b.mousecaptor.ratio=void 0!= +a?a:b.mousecaptor.ratio;return j};this.goTo=function(f,c,a){b.mousecaptor.interpolate(f,c,a);return j};this.zoomTo=function(f,c,a){a=Math.min(Math.max(b.mousecaptor.config("minRatio"),a),b.mousecaptor.config("maxRatio"));a==b.mousecaptor.ratio?b.mousecaptor.interpolate(f-b.width/2+b.mousecaptor.stageX,c-b.height/2+b.mousecaptor.stageY):b.mousecaptor.interpolate((a*f-b.mousecaptor.ratio*b.width/2)/(a-b.mousecaptor.ratio),(a*c-b.mousecaptor.ratio*b.height/2)/(a-b.mousecaptor.ratio),a);return j};this.resize= +function(f,c){b.resize(f,c);return j};this.draw=function(f,c,a,g){b.draw(f,c,a,g);return j};this.refresh=function(){b.refresh();return j};this.addGenerator=function(f,c,a){sigma.chronos.addGenerator(f+"_ext_"+b.id,c,a);return j};this.removeGenerator=function(f){sigma.chronos.removeGenerator(f+"_ext_"+b.id);return j};this.addNode=function(f,c){b.graph.addNode(f,c);return j};this.addEdge=function(f,c,a,g){b.graph.addEdge(f,c,a,g);return j};this.dropNode=function(f){b.graph.dropNode(f);return j};this.dropEdge= +function(f){b.graph.dropEdge(f);return j};this.pushGraph=function(f,c){f.nodes&&f.nodes.forEach(function(a){a.id&&(!c||!b.graph.nodesIndex[a.id])&&j.addNode(a.id,a)});f.edges&&f.edges.forEach(function(a){(validID=a.source&&a.target&&a.id)&&(!c||!b.graph.edgesIndex[a.id])&&j.addNode(a.id,a.source,a.target,a)});return j};this.emptyGraph=function(){b.graph.empty();return j};this.getNodesCount=function(){return b.graph.nodes.length};this.getEdgesCount=function(){return b.graph.edges.length};this.iterNodes= +function(f,c){b.graph.iterNodes(f,c);return j};this.iterEdges=function(f,c){b.graph.iterEdges(f,c);return j};this.getNodes=function(f){return b.graph.getNodes(f)};this.getEdges=function(f){return b.graph.getEdges(f)};this.activateMonitoring=function(){return b.monitor.activate()};this.desactivateMonitoring=function(){return b.monitor.desactivate()};b.bind("downnodes upnodes downgraph upgraph",function(b){j.dispatch(b.type,b.content)});b.graph.bind("overnodes outnodes",function(b){j.dispatch(b.type, +b.content)})}var k=0,m={plugins:[]};sigma.init=function(b){b=new F(b,(++k).toString());sigma.instances[k]=new x(b);return sigma.instances[k]};sigma.addPlugin=function(b,g,f){x.prototype[b]=g;m.plugins.push(f)};sigma.chronos=new function(){function b(a){window.setTimeout(a,0);return h}function g(){for(h.dispatch("frameinserted");n&&v.length&&f(););!n||!v.length?a():(B=(new Date).getTime(),m++,z=u-p,q=p-z,h.dispatch("insertframe"),b(g))}function f(){C%=v.length;if(!v[C].task()){var a=v[C].taskName; +y=y.filter(function(b){b.taskParent==a&&v.push({taskName:b.taskName,task:b.task});return b.taskParent!=a});h.dispatch("killed",v.splice(C--,1)[0])}C++;u=(new Date).getTime()-B;return u<=q}function c(){n=!0;m=C=0;x=B=(new Date).getTime();h.dispatch("start");h.dispatch("insertframe");b(g);return h}function a(){h.dispatch("stop");n=!1;return h}function i(a,b,d){if("function"!=typeof a)throw Error('Task "'+b+'" is not a function');v.push({taskName:b,task:a});n=!(!n&&!(d&&c()||1));return h}function d(a){return a? +Object.keys(r).filter(function(a){return!!r[a].on}).length:Object.keys(r).length}function w(){Object.keys(r).length?(h.dispatch("startgenerators"),h.unbind("killed",o),b(function(){for(var a in r)r[a].on=!0,i(r[a].task,a,!1)}),h.bind("killed",o).runTasks()):h.dispatch("stopgenerators");return h}function o(a){void 0!=r[a.content.taskName]&&(r[a.content.taskName].del||!r[a.content.taskName].condition()?delete r[a.content.taskName]:r[a.content.taskName].on=!1,0==d(!0)&&w())}sigma.classes.EventDispatcher.call(this); +var h=this,n=!1,l=80,k=0,m=0,p=1E3/l,q=p,u=0,x=0,B=0,z=0,r={},v=[],y=[],C=0;this.frequency=function(a){return void 0!=a?(l=Math.abs(1*a),p=1E3/l,m=0,h):l};this.runTasks=c;this.stopTasks=a;this.insertFrame=b;this.addTask=i;this.queueTask=function(a,b,c){if("function"!=typeof a)throw Error('Task "'+b+'" is not a function');if(!v.concat(y).some(function(a){return a.taskName==c}))throw Error('Parent task "'+c+'" of "'+b+'" is not attached.');y.push({taskParent:c,taskName:b,task:a});return h};this.removeTask= +function(b,c){if(void 0==b)v=[],1==c?y=[]:2==c&&(v=y,y=[]),a();else{var d="string"==typeof b?b:"";v=v.filter(function(a){return("string"==typeof b?a.taskName==b:a.task==b)?(d=a.taskName,!1):!0});0<c&&(y=y.filter(function(a){1==c&&a.taskParent==d&&v.push(a);return a.taskParent!=d}))}n=!(v.length&&(!a()||1));return h};this.addGenerator=function(a,b,c){if(void 0!=r[a])return h;r[a]={task:b,condition:c};0==d(!0)&&w();return h};this.removeGenerator=function(a){r[a]&&(r[a].on=!1,r[a].del=!0);return h}; +this.startGenerators=w;this.getGeneratorsIDs=function(){return Object.keys(r)};this.getFPS=function(){n&&(k=Math.round(1E4*(m/((new Date).getTime()-x)))/10);return k};this.getTasksCount=function(){return v.length};this.getQueuedTasksCount=function(){return y.length};this.getExecutionTime=function(){return B-x};return this};sigma.debugMode=0;sigma.log=function(){if(1==sigma.debugMode)for(var b in arguments)console.log(arguments[b]);else if(1<sigma.debugMode)for(b in arguments)throw Error(arguments[b]); +return sigma};sigma.easing={linear:{},quadratic:{}};sigma.easing.linear.easenone=function(b){return b};sigma.easing.quadratic.easein=function(b){return b*b};sigma.easing.quadratic.easeout=function(b){return-b*(b-2)};sigma.easing.quadratic.easeinout=function(b){return 1>(b*=2)?0.5*b*b:-0.5*(--b*(b-2)-1)};sigma.tools.drawRoundRect=function(b,g,f,c,a,i,d){var i=i?i:0,k=d?d:[],k="string"==typeof k?k.split(" "):k,d=i&&(0<=k.indexOf("topleft")||0<=k.indexOf("top")||0<=k.indexOf("left")),m=i&&(0<=k.indexOf("topright")|| +0<=k.indexOf("top")||0<=k.indexOf("right")),h=i&&(0<=k.indexOf("bottomleft")||0<=k.indexOf("bottom")||0<=k.indexOf("left")),k=i&&(0<=k.indexOf("bottomright")||0<=k.indexOf("bottom")||0<=k.indexOf("right"));b.moveTo(g,f+i);d?b.arcTo(g,f,g+i,f,i):b.lineTo(g,f);m?(b.lineTo(g+c-i,f),b.arcTo(g+c,f,g+c,f+i,i)):b.lineTo(g+c,f);k?(b.lineTo(g+c,f+a-i),b.arcTo(g+c,f+a,g+c-i,f+a,i)):b.lineTo(g+c,f+a);h?(b.lineTo(g+i,f+a),b.arcTo(g,f+a,g,f+a-i,i)):b.lineTo(g,f+a);b.lineTo(g,f+i)};sigma.tools.getRGB=function(b, +g){var b=b.toString(),f={r:0,g:0,b:0};if(3<=b.length&&"#"==b.charAt(0)){var c=b.length-1;6==c?f={r:parseInt(b.charAt(1)+b.charAt(2),16),g:parseInt(b.charAt(3)+b.charAt(4),16),b:parseInt(b.charAt(5)+b.charAt(5),16)}:3==c&&(f={r:parseInt(b.charAt(1)+b.charAt(1),16),g:parseInt(b.charAt(2)+b.charAt(2),16),b:parseInt(b.charAt(3)+b.charAt(3),16)})}g&&(f=[f.r,f.g,f.b]);return f};sigma.tools.rgbToHex=function(b,g,f){return sigma.tools.toHex(b)+sigma.tools.toHex(g)+sigma.tools.toHex(f)};sigma.tools.toHex= +function(b){b=parseInt(b,10);if(isNaN(b))return"00";b=Math.max(0,Math.min(b,255));return"0123456789ABCDEF".charAt((b-b%16)/16)+"0123456789ABCDEF".charAt(b%16)};sigma.publicPrototype=x.prototype})(); diff --git a/js/sigma/parseGexf_fin.js b/js/sigma/parseGexf_fin.js new file mode 100644 index 0000000..9475495 --- /dev/null +++ b/js/sigma/parseGexf_fin.js @@ -0,0 +1,170 @@ +// Mathieu Jacomy @ Sciences Po Médialab & WebAtlas +// (requires sigma.js to be loaded) +sigma.publicPrototype.parseGexf = function(gexfPath) { + // Load XML file: + var gexfhttp, gexf; + var sigmaInstance = this; + gexfhttp = window.XMLHttpRequest ? + new XMLHttpRequest() : + new ActiveXObject('Microsoft.XMLHTTP'); + + gexfhttp.overrideMimeType('text/xml'); + gexfhttp.open('GET', gexfPath, false); + gexfhttp.send(); + gexf = gexfhttp.responseXML; + + var viz='http://www.gexf.net/1.2draft/viz'; // Vis namespace + var i, j, k; + + // Parse Attributes + // This is confusing, so I'll comment heavily + var nodesAttributes = []; // The list of attributes of the nodes of the graph that we build in json + var nodesAttributesDict = {}; + var edgesAttributes = []; // The list of attributes of the edges of the graph that we build in json + var edgesAttributesDict = {}; + var attributesNodes = gexf.getElementsByTagName('attributes'); // In the gexf (that is an xml), the list of xml nodes 'attributes' (note the plural 's') + + for(i = 0; i<attributesNodes.length; i++){ + var attributesNode = attributesNodes[i]; // attributesNode is each xml node 'attributes' (plural) + if(attributesNode.getAttribute('class') == 'node'){ + var attributeNodes = attributesNode.getElementsByTagName('attribute'); // The list of xml nodes 'attribute' (no 's') + for(j = 0; j<attributeNodes.length; j++){ + var attributeNode = attributeNodes[j]; // Each xml node 'attribute' + + var id = attributeNode.getAttribute('id'), + title = attributeNode.getAttribute('title'), + type = attributeNode.getAttribute('type'); + + var attribute = {id:id, title:title, type:type}; + nodesAttributes.push(attribute); + nodesAttributesDict[id] = title + + } + } else if(attributesNode.getAttribute('class') == 'edge'){ + var attributeNodes = attributesNode.getElementsByTagName('attribute'); // The list of xml nodes 'attribute' (no 's') + for(j = 0; j<attributeNodes.length; j++){ + var attributeNode = attributeNodes[j]; // Each xml node 'attribute' + + var id = attributeNode.getAttribute('id'), + title = attributeNode.getAttribute('title'), + type = attributeNode.getAttribute('type'); + + var attribute = {id:id, title:title, type:type}; + edgesAttributes.push(attribute); + edgesAttributesDict[id] = title + + } + } + } + + var nodes = []; // The nodes of the graph + var nodesNodes = gexf.getElementsByTagName('nodes') // The list of xml nodes 'nodes' (plural) + + for(i=0; i<nodesNodes.length; i++){ + var nodesNode = nodesNodes[i]; // Each xml node 'nodes' (plural) + var nodeNodes = nodesNode.getElementsByTagName('node'); // The list of xml nodes 'node' (no 's') + + for(j=0; j<nodeNodes.length; j++){ + var nodeNode = nodeNodes[j]; // Each xml node 'node' (no 's') + + window.NODE = nodeNode; + + var id = nodeNode.getAttribute('id'); + var label = nodeNode.getAttribute('label') || id; + + //viz + var size = 1; + var x = 100 - 200*Math.random(); + var y = 100 - 200*Math.random(); + var color; + + var sizeNodes = nodeNode.getElementsByTagName('size'); + sizeNodes = sizeNodes.length ? + sizeNodes : + nodeNode.getElementsByTagNameNS('*','size'); + if(sizeNodes.length>0){ + sizeNode = sizeNodes[0]; + size = parseFloat(sizeNode.getAttribute('value')); + } + + var positionNodes = nodeNode.getElementsByTagName('position'); + positionNodes = positionNodes.length ? + positionNodes : + nodeNode.getElementsByTagNameNS('*','position'); + if(positionNodes.length>0){ + var positionNode = positionNodes[0]; + x = parseFloat(positionNode.getAttribute('x')); + y = parseFloat(positionNode.getAttribute('y')); + } + + var colorNodes = nodeNode.getElementsByTagName('color'); + colorNodes = colorNodes.length ? + colorNodes : + nodeNode.getElementsByTagNameNS('*','color'); + if(colorNodes.length>0){ + colorNode = colorNodes[0]; + color = '#'+sigma.tools.rgbToHex(parseFloat(colorNode.getAttribute('r')), + parseFloat(colorNode.getAttribute('g')), + parseFloat(colorNode.getAttribute('b'))); + } + + // Create Node + var node = {label:label, size:size, x:x, y:y, attributes:{}, color:color}; // The graph node + + // Attribute values + var attvalueNodes = nodeNode.getElementsByTagName('attvalue'); + for(k=0; k<attvalueNodes.length; k++){ + var attvalueNode = attvalueNodes[k]; + var attr = attvalueNode.getAttribute('for'); + var val = attvalueNode.getAttribute('value'); + node.attributes[nodesAttributesDict[attr]] = val; + } + + sigmaInstance.addNode(id,node); + } + } + + var edges = []; + var edgeId = 0; + var edgesNodes = gexf.getElementsByTagName('edges'); + for(i=0; i<edgesNodes.length; i++){ + var edgesNode = edgesNodes[i]; + var edgeNodes = edgesNode.getElementsByTagName('edge'); + for(j=0; j<edgeNodes.length; j++){ + var edgeNode = edgeNodes[j]; + var source = edgeNode.getAttribute('source'); + var target = edgeNode.getAttribute('target'); + var label = edgeNode.getAttribute('label'); + var edge = { + id: j, + sourceID: source, + targetID: target, + label: label, + attributes: {} + }; + + var attrs = edgeNode.attributes; + for(var i=0;i<attrs.length;i++) { + var n = attrs[i].name; + if(n == 'source' || n =='target' || n=='label') + continue; + edge.attributes[n]=attrs[i].value; + } + + var weight = edgeNode.getAttribute('weight'); + if(weight!=undefined){ + edge['weight'] = weight; + } + + var attvalueNodes = edgeNode.getElementsByTagName('attvalue'); + for(k=0; k<attvalueNodes.length; k++){ + var attvalueNode = attvalueNodes[k]; + var attr = attvalueNode.getAttribute('for'); + var val = attvalueNode.getAttribute('value'); + edge.attributes[edgesAttributesDict[attr]] = val; + } + + sigmaInstance.addEdge(edgeId++,source,target,edge); + } + } +}; diff --git a/js/sigma/sigma.js b/js/sigma/sigma.js new file mode 100644 index 0000000..85e7197 --- /dev/null +++ b/js/sigma/sigma.js @@ -0,0 +1,1392 @@ +/* sigmajs.org - an open-source light-weight JavaScript graph drawing library - Facenuke - Author: Alexis Jacomy - License: MIT */ +var sigma = { + tools: {}, + classes: {}, + instances: {} +}; +(function () { + Array.prototype.some || (Array.prototype.some = function (g, n) { + var i = this.length; + if ("function" != typeof g) throw new TypeError; + for (var k = 0; k < i; k++) if (k in this && g.call(n, this[k], k, this)) return !0; + return !1 + }); + Array.prototype.forEach || (Array.prototype.forEach = function (g, n) { + var i = this.length; + if (typeof g != "function") throw new TypeError; + for (var k = 0; k < i; k++) k in this && g.call(n, this[k], k, this) + }); + Array.prototype.map || (Array.prototype.map = function (g, n) { + var i = this.length; + if (typeof g != "function") throw new TypeError; + for (var k = Array(i), o = 0; o < i; o++) o in this && (k[o] = g.call(n, this[o], o, this)); + return k + }); + Array.prototype.filter || (Array.prototype.filter = function (g, n) { + var i = this.length; + if (typeof g != "function") throw new TypeError; + for (var k = [], o = 0; o < i; o++) if (o in this) { + var t = this[o]; + g.call(n, t, o, this) && k.push(t) + } + return k + }); + Array.prototype.indexOf || (Array.prototype.indexOf = function (g) { + for (var n = 0; n < this.length; n++) if (this[n] === g) return n; + return -1 + }); + Object.keys || (Object.keys = function () { + var g = Object.prototype.hasOwnProperty, + n = !{ + toString: null + }.propertyIsEnumerable("toString"), + i = ["toString", "toLocaleString", "valueOf", "hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable", "constructor"], + k = i.length; + return function (o) { + if (typeof o !== "object" && typeof o !== "function" || o === null) throw new TypeError("Object.keys called on non-object"); + var t = [], + s; + for (s in o) g.call(o, s) && t.push(s); + if (n) for (s = 0; s < k; s++) g.call(o, i[s]) && t.push(i[s]); + return t + } + }()) +})(); +sigma.classes.Cascade = function () { + this.p = {}; + this.config = function (g, n) { + if ("string" == typeof g && void 0 == n) return this.p[g]; + var i = "object" == typeof g && void 0 == n ? g : {}; + "string" == typeof g && (i[g] = n); + for (var k in i) void 0 != this.p[k] && (this.p[k] = i[k]); + return this + } +}; +sigma.classes.EventDispatcher = function () { + var g = {}, + n = this; + this.one = function (i, k) { + if (!k || !i) return n; + ("string" == typeof i ? i.split(" ") : i).forEach(function (i) { + g[i] || (g[i] = []); + g[i].push({ + h: k, + one: !0 + }) + }); + return n + }; + this.bind = function (i, k) { + if (!k || !i) return n; + ("string" == typeof i ? i.split(" ") : i).forEach(function (i) { + g[i] || (g[i] = []); + g[i].push({ + h: k, + one: !1 + }) + }); + return n + }; + this.unbind = function (i, k) { + i || (g = {}); + var o = "string" == typeof i ? i.split(" ") : i; + k ? o.forEach(function (i) { + g[i] && (g[i] = g[i].filter(function (i) { + return i.h != k + })); + g[i] && 0 == g[i].length && delete g[i] + }) : o.forEach(function (i) { + delete g[i] + }); + return n + }; + this.dispatch = function (i, k) { + sigma.action = i; + g[i] && (g[i].forEach(function (g) { + g.h({ + type: i, + content: k, + target: n + }) + }), g[i] = g[i].filter(function (i) { + return !i.one + })); + return n + } +}; +(function () { + var g; + + function n() { + function b(d) { + return { + x: d.x, + y: d.y, + size: d.size, + degree: d.degree, + inDegree: d.inDegree, + outDegree: d.outDegree, + displayX: d.displayX, + displayY: d.displayY, + displaySize: d.displaySize, + label: d.label, + id: d.id, + color: d.color, + fixed: d.fixed, + active: d.active, + hidden: d.hidden, + attr: d.attr + } + } + function i(d) { + return { + source: d.source.id, + target: d.target.id, + size: d.size, + type: d.type, + weight: d.weight, + displaySize: d.displaySize, + label: d.label, + hidden: d.hidden, + id: d.id, + attr: d.attr, + color: d.color + } + } + function h() { + c.nodes = []; + c.nodesBG = []; + c.nodesIndex = {}; + c.nodesBGIndex = {}; + c.edges = []; + c.edgesIndex = {}; + return c + } + sigma.classes.Cascade.call(this); + sigma.classes.EventDispatcher.call(this); + var c = this; + this.p = { + minNodeSize: 0, + maxNodeSize: 0, + minEdgeSize: 0, + maxEdgeSize: 0, + minBGSize: 0, + maxBGSize: 0, + scalingMode: "inside", + nodesPowRatio: 0.5, + edgesPowRatio: 0 + }; + this.borders = {}; + h(); + this.addNode = function (d, b) { + if (c.nodesIndex[d]) throw Error('Node "' + d + '" already exists.'); + var b = b || {}, + a = { + x: 0, + y: 0, + size: 1, + degree: 0, + inDegree: 0, + outDegree: 0, + fixed: !1, + active: !1, + hidden: !1, + label: d.toString(), + id: d.toString(), + attr: {} + }, + f; + for (f in b) switch (f) { + case "id": + break; + case "x": + case "y": + case "size": + a[f] = +b[f]; + break; + case "fixed": + case "active": + case "hidden": + a[f] = !! b[f]; + break; + case "color": + case "label": + a[f] = b[f]; + break; + default: + a.attr[f] = b[f] + } + c.nodes.push(a); + c.nodesIndex[d.toString()] = a; + return c + }; + this.addNodeBG = function (d, b) { + if (c.nodesBGIndex[d]) throw Error('NodeBG "' + d + '" already exists.'); + var b = b || {}, + a = { + x: 0, + y: 0, + size: 1, + fixed: !1, + active: !1, + hidden: !1, + label: d.toString(), + id: d.toString(), + attr: {} + }, + f; + for (f in b) switch (f) { + case "id": + break; + case "x": + case "y": + case "size": + a[f] = +b[f]; + break; + case "fixed": + case "active": + case "hidden": + a[f] = !! b[f]; + break; + case "color": + case "label": + a[f] = b[f]; + break; + default: + a.attr[f] = b[f] + } + c.nodesBG.push(a); + c.nodesBGIndex[d.toString()] = a; + return c + }; + this.addEdge = function (d, b, a, f) { + if (c.edgesIndex[d]) throw Error('Edge "' + d + '" already exists.'); + if (!c.nodesIndex[b]) throw Error("Edge's source \"" + b + '" does not exist yet.'); + if (!c.nodesIndex[a]) throw Error("Edge's target \"" + a + '" does not exist yet.'); + f = f || {}; + b = { + source: c.nodesIndex[b], + target: c.nodesIndex[a], + size: 1, + weight: 1, + displaySize: 0.5, + label: d.toString(), + id: d.toString(), + hidden: !1, + attr: {} + }; + b.source.degree++; + b.source.outDegree++; + b.target.degree++; + b.target.inDegree++; + for (var h in f) switch (h) { + case "id": + case "source": + case "target": + break; + case "hidden": + b[h] = !! f[h]; + break; + case "size": + case "weight": + b[h] = +f[h]; + break; + case "color": + b[h] = f[h].toString(); + break; + case "type": + b[h] = f[h].toString(); + break; + case "label": + b[h] = f[h]; + break; + default: + b.attr[h] = f[h] + } + c.edges.push(b); + c.edgesIndex[d.toString()] = b; + return c + }; + this.dropNode = function (b) { + ((b instanceof Array ? b : [b]) || []).forEach(function (b) { + if (c.nodesIndex[b]) { + var a = null; + c.nodes.some(function (d, c) { + return d.id == b ? (a = c, !0) : !1 + }); + null != a && c.nodes.splice(a, 1); + delete c.nodesIndex[b]; + c.edges = c.edges.filter(function (a) { + return a.source.id == b ? (delete c.edgesIndex[a.id], a.target.degree--, a.target.inDegree--, !1) : a.target.id == b ? (delete c.edgesIndex[a.id], a.source.degree--, a.source.outDegree--, !1) : !0 + }) + } else sigma.log('Node "' + b + '" does not exist.') + }); + return c + }; + this.dropEdge = function (b) { + ((b instanceof Array ? b : [b]) || []).forEach(function (b) { + if (c.edgesIndex[b]) { + c.edgesIndex[b].source.degree--; + c.edgesIndex[b].source.outDegree--; + c.edgesIndex[b].target.degree--; + c.edgesIndex[b].target.inDegree--; + var a = null; + c.edges.some(function (d, c) { + return d.id == b ? (a = c, !0) : !1 + }); + null != a && c.edges.splice(a, 1); + delete c.edgesIndex[b] + } else sigma.log('Edge "' + b + '" does not exist.') + }); + return c + }; + this.iterEdges = function (b, h) { + var a = h ? h.map(function (a) { + return c.edgesIndex[a] + }) : c.edges, + f = a.map(i); + f.forEach(b); + a.forEach(function (a, b) { + var d = f[b], + j; + for (j in d) switch (j) { + case "id": + case "displaySize": + break; + case "weight": + case "size": + a[j] = +d[j]; + break; + case "source": + case "target": + a[j] = c.nodesIndex[j] || a[j]; + break; + case "hidden": + a[j] = !! d[j]; + break; + case "color": + case "label": + case "type": + a[j] = (d[j] || "").toString(); + break; + default: + a.attr[j] = d[j] + } + }); + return c + }; + this.iterNodes = function (d, h) { + var a = h ? h.map(function (a) { + return c.nodesIndex[a] + }) : c.nodes, + f = a.map(b); + f.forEach(d); + a.forEach(function (a, b) { + var d = f[b], + c; + for (c in d) switch (c) { + case "id": + case "attr": + case "degree": + case "inDegree": + case "outDegree": + case "displayX": + case "displayY": + case "displaySize": + break; + case "x": + case "y": + case "size": + a[c] = +d[c]; + break; + case "fixed": + case "active": + case "hidden": + a[c] = !! d[c]; + break; + case "color": + case "label": + a[c] = d[c].toString(); + break; + default: + a.attr[c] = d[c] + } + }); + return c + }; + this.getEdges = function (b) { + var h = ((b instanceof Array ? b : [b]) || []).map(function (a) { + return i(c.edgesIndex[a]) + }); + return b instanceof Array ? h : h[0] + }; + this.getNodes = function (d) { + var h = ((d instanceof Array ? d : [d]) || []).map(function (a) { + return b(c.nodesIndex[a]) + }); + return d instanceof Array ? h : h[0] + }; + this.empty = h; + this.rescale = function (b, h, a, f, i) { + var l = 0, + m = 0, + j = 0, + g = Math; + a && c.nodes.forEach(function (a) { + m = g.max(a.size, m) + }); + f && c.edges.forEach(function (a) { + l = g.max(a.size, l) + }); + i && c.nodesBG.forEach(function (a) { + j = g.max(a.size, j) + }); + var m = m || 1, + j = j || 1, + l = l || 1, + v, q, A, w; + a && c.nodes.forEach(function (a) { + q = g.max(a.x, q || a.x); + v = g.min(a.x, v || a.x); + w = g.max(a.y, w || a.y); + A = g.min(a.y, A || a.y) + }); + var u = "outside" == c.p.scalingMode ? g.max(b / g.max(q - v, 1), h / g.max(w - A, 1)) : g.min(b / g.max(q - v, 1), h / g.max(w - A, 1)), + u = u - u / 20, + x, k; + !c.p.maxNodeSize && !c.p.minNodeSize ? (x = 1, k = 0) : c.p.maxNodeSize == c.p.minNodeSize ? (x = 0, k = c.p.maxNodeSize) : (x = (c.p.maxNodeSize - c.p.minNodeSize) / m, k = c.p.minNodeSize); + var p, r; + !c.p.maxEdgeSize && !c.p.minEdgeSize ? (p = 1, r = 0) : (p = c.p.maxEdgeSize == c.p.minEdgeSize ? 0 : (c.p.maxEdgeSize - c.p.minEdgeSize) / l, r = c.p.minEdgeSize); + a && c.nodes.forEach(function (a) { + a.displaySize = a.size * x + k; + if (!a.fixed) { + a.displayX = (a.x - (q + v) / 2) * u + b / 2; + a.displayY = (a.y - (w + A) / 2) * u + h / 2 + } + }); + i && c.nodesBG.forEach(function (a) { + a.displaySize = a.size * g.sqrt(sigInst._core.mousecaptor.ratio * u); + if (!a.fixed) { + a.displayX = (a.x - (q + v) / 2) * u + b / 2; + a.displayY = (a.y - (w + A) / 2) * u + h / 2 + } + }); + f && c.edges.forEach(function (a) { + a.displaySize = a.size * p + r + }); + return c + }; + this.translate = function (b, h, a, f, i, g) { + var m = Math.pow(a, c.p.nodesPowRatio); + f && c.nodes.forEach(function (c) { + c.fixed || (c.displayX = c.displayX * a + b, c.displayY = c.displayY * a + h); + c.displaySize *= m + }); + g && c.nodesBG.forEach(function (c) { + c.fixed || (c.displayX = c.displayX * a + b, c.displayY = c.displayY * a + h); + c.displaySize *= m + }); + m = Math.pow(a, c.p.edgesPowRatio); + i && c.edges.forEach(function (a) { + a.displaySize *= m + }); + return c + }; + this.setBorders = function () { + c.borders = {}; + c.nodes.forEach(function (b) { + c.borders.minX = Math.min(void 0 == c.borders.minX ? b.displayX - b.displaySize : c.borders.minX, b.displayX - b.displaySize); + c.borders.maxX = Math.max(void 0 == c.borders.maxX ? b.displayX + b.displaySize : c.borders.maxX, b.displayX + b.displaySize); + c.borders.minY = Math.min(void 0 == c.borders.minY ? b.displayY - b.displaySize : c.borders.minY, b.displayY - b.displaySize); + c.borders.maxY = Math.max(void 0 == c.borders.maxY ? b.displayY - b.displaySize : c.borders.maxY, b.displayY - b.displaySize) + }) + }; + this.checkHover = function (b, h) { + var a, f, i, g = [], + m = []; + c.nodes.forEach(function (c) { + if (c.hidden) c.hover = !1; + else { + a = Math.abs(c.displayX - b); + f = Math.abs(c.displayY - h); + i = c.displaySize; + var v = c.hover, + k = a < i && f < i && Math.sqrt(a * a + f * f) < i; + v && !k ? (c.hover = !1, m.push(c.id)) : k && !v && (c.hover = !0, g.push(c.id)) + } + }); + g.length && c.dispatch("overnodes", g); + m.length && c.dispatch("outnodes", m); + return c + } + } + function i(b, i) { + function h() { + var b; + b = "<p>GLOBAL :</p>"; + for (var h in c.p.globalProbes) b += "<p>" + h + " : " + c.p.globalProbes[h]() + "</p>"; + b += "<br><p>LOCAL :</p>"; + for (h in c.p.localProbes) b += "<p>" + h + " : " + c.p.localProbes[h]() + "</p>"; + c.p.dom.innerHTML = b; + return c + } + sigma.classes.Cascade.call(this); + var c = this; + this.instance = b; + this.monitoring = !1; + this.p = { + fps: 40, + dom: i, + globalProbes: { + "Time (ms)": sigma.chronos.getExecutionTime, + Queue: sigma.chronos.getQueuedTasksCount, + Tasks: sigma.chronos.getTasksCount, + FPS: sigma.chronos.getFPS + }, + localProbes: { + "Nodes count": function () { + return c.instance.graph.nodes.length + }, + "Edges count": function () { + return c.instance.graph.edges.length + } + } + }; + this.activate = function () { + c.monitoring || (c.monitoring = window.setInterval(h, 1E3 / c.p.fps)); + return c + }; + this.desactivate = function () { + c.monitoring && (window.clearInterval(c.monitoring), c.monitoring = null, c.p.dom.innerHTML = ""); + return c + } + } + function k(b) { + function i(a) { + f.mouseX = void 0 != a.offsetX && a.offsetX || void 0 != a.layerX && a.layerX || void 0 != a.clientX && a.clientX; + f.mouseY = void 0 != a.offsetY && a.offsetY || void 0 != a.layerY && a.layerY || void 0 != a.clientY && a.clientY; + if (f.isMouseDown) { + var b = f.mouseX - k + m, + c = f.mouseY - l + j; + if (b != f.stageX || c != f.stageY) w = A, x = u, A = b, u = c, f.stageX = b, f.stageY = c, f.dispatch("drag") + } + f.dispatch("move"); + a.preventDefault ? a.preventDefault() : a.returnValue = !1 + } + function h(a) { + f.p.mouseEnabled && f.isMouseDown && (f.isMouseDown = !1, f.dispatch("mouseup"), (m != f.stageX || j != f.stageY) && g(f.stageX + f.p.inertia * (f.stageX - w), f.stageY + f.p.inertia * (f.stageY - x)), a.preventDefault ? a.preventDefault() : a.returnValue = !1) + } + function c(a) { + f.p.mouseEnabled && (f.isMouseDown = !0, f.dispatch("mousedown"), m = f.stageX, j = f.stageY, k = f.mouseX, l = f.mouseY, w = A = f.stageX, x = u = f.stageY, f.dispatch("startdrag"), a.preventDefault ? a.preventDefault() : a.returnValue = !1) + } + function d(a) { + f.p.mouseEnabled && (g(f.mouseX, f.mouseY, f.ratio * (0 < (void 0 != a.wheelDelta && a.wheelDelta || void 0 != a.detail && -a.detail) ? f.p.zoomMultiply : 1 / f.p.zoomMultiply)), f.p.blockScroll && (a.preventDefault ? a.preventDefault() : a.returnValue = !1)) + } + function g(b, c, d) { + if (!f.isMouseDown && (window.clearInterval(f.interpolationID), p = void 0 != d, m = f.stageX, y = b, j = f.stageY, q = c, n = d || f.ratio, n = Math.min(Math.max(n, f.p.minRatio), f.p.maxRatio), B = f.p.directZooming ? 1 - (p ? f.p.zoomDelta : f.p.dragDelta) : 0, f.ratio != n || f.stageX != y || f.stageY != q)) a(), f.interpolationID = window.setInterval(a, 50), f.dispatch("startinterpolate") + } + function a() { + B += p ? f.p.zoomDelta : f.p.dragDelta; + B = Math.min(B, 1); + var a = sigma.easing.quadratic.easeout(B), + b = f.ratio; + f.ratio = b * (1 - a) + n * a; + p ? (f.stageX = y + (f.stageX - y) * f.ratio / b, f.stageY = q + (f.stageY - q) * f.ratio / b) : (f.stageX = m * (1 - a) + y * a, f.stageY = j * (1 - a) + q * a); + f.dispatch("interpolate"); + 1 <= B && (window.clearInterval(f.interpolationID), a = f.ratio, p ? (f.ratio = n, f.stageX = y + (f.stageX - y) * f.ratio / a, f.stageY = q + (f.stageY - q) * f.ratio / a) : (f.stageX = y, f.stageY = q), f.dispatch("stopinterpolate")) + } + sigma.classes.Cascade.call(this); + sigma.classes.EventDispatcher.call(this); + var f = this; + this.p = { + minRatio: 1, + maxRatio: 32, + marginRatio: 1, + zoomDelta: 0.1, + dragDelta: 0.3, + zoomMultiply: 2, + directZooming: !1, + blockScroll: !0, + inertia: 1.1, + mouseEnabled: !0 + }; + var k = 0, + l = 0, + m = 0, + j = 0, + n = 1, + y = 0, + q = 0, + A = 0, + w = 0, + u = 0, + x = 0, + B = 0, + p = !1; + this.stageY = this.stageX = 0; + this.ratio = 1; + this.mouseY = this.mouseX = 0; + this.isMouseDown = !1; + b.addEventListener && document.addEventListener ? (b.addEventListener("DOMMouseScroll", d, !0), b.addEventListener("mousewheel", d, !0), b.addEventListener("mousemove", i, !0), b.addEventListener("mousedown", c, !0), document.addEventListener("mouseup", h, !0)) : (b.attachEvent("onDOMMouseScroll", d), b.attachEvent("onmousewheel", d), b.attachEvent("onmousemove", i), b.attachEvent("onmousedown", c), document.attachEvent("onmouseup", h)); + this.checkBorders = function () { + return f + }; + this.interpolate = g + } + function o(b, i, h, c, d, g, a, f, k) { + function l(a) { + var b = c, + d = Math.round, + f = "fixed" == j.p.labelSize ? j.p.defaultLabelSize : j.p.labelSizeRatio * a.displaySize; + b.font = (j.p.hoverFontStyle || j.p.fontStyle || "") + " " + f + "px " + (j.p.hoverFont || j.p.font || ""); + b.fillStyle = "node" == j.p.labelHoverBGColor ? a.color || j.p.defaultNodeColor : j.p.defaultHoverLabelBGColor; + j.p.labelHoverShadow && (b.shadowOffsetX = 0, b.shadowOffsetY = 0, b.shadowBlur = 4, b.shadowColor = j.p.labelHoverShadowColor); + var h = d(a.displayX + 10), + g = d(a.displayY - f / 2 - 2), + i = d(b.measureText(a.label).width + 6), + m = d(f + 4); + d(f / 2 + 2); + b.fillRect(h, g, i, m); + b.shadowOffsetX = 0; + b.shadowOffsetY = 0; + b.shadowBlur = 0; + b.fillStyle = "node" == j.p.labelHoverColor ? a.color || j.p.defaultNodeColor : j.p.defaultLabelHoverColor; + b.fillText(a.label, h + 4, g + m - 3); + return j + } + function m(a) { + if (isNaN(a.x) || isNaN(a.y)) throw Error("A node's coordinate is not a number (id: " + a.id + ")"); + return !a.hidden && a.displayX + a.displaySize > -n / 3 && a.displayX - a.displaySize < 4 * n / 3 && a.displayY + a.displaySize > -y / 3 && a.displayY - a.displaySize < 4 * y / 3 + } + sigma.classes.Cascade.call(this); + var j = this; + this.contexts = { + node: b, + edge: i, + label: h, + hover: c, + bg: d, + bg2: g + }; + this.p = { + labelColor: "default", + defaultLabelColor: "#fff", + labelHoverBGColor: "default", + defaultHoverLabelBGColor: "#fff", + labelHoverShadow: !0, + labelHoverShadowColor: "#000", + labelHoverColor: "default", + defaultLabelHoverColor: "#000", + labelActiveBGColor: "default", + defaultActiveLabelBGColor: "#fff", + labelActiveShadow: !0, + labelActiveShadowColor: "#000", + labelActiveColor: "default", + defaultLabelActiveColor: "#000", + labelSize: "fixed", + defaultLabelSize: 12, + labelSizeRatio: 2, + labelThreshold: 6, + font: "Arial", + hoverFont: "", + activeFont: "", + fontStyle: "", + hoverFontStyle: "", + activeFontStyle: "", + edgeColor: "source", + defaultEdgeColor: "#aaa", + defaultEdgeType: "line", + defaultNodeColor: "#aaa", + nodeHoverColor: "node", + defaultNodeHoverColor: "#fff", + nodeActiveColor: "node", + defaultNodeActiveColor: "#fff", + borderSize: 0, + nodeBorderColor: "node", + defaultNodeBorderColor: "#fff", + edgesSpeed: 200, + nodesSpeed: 200, + nodesBGSpeed: 200, + labelsSpeed: 200 + }; + var n = f, + y = k; + this.currentBGIndex = this.currentLabelIndex = this.currentBGIndex = this.currentNodeIndex = this.currentEdgeIndex = 0; + this.task_drawLabel = function () { + for (var b = a.nodes.length, c = 0; c++ < j.p.labelsSpeed && j.currentLabelIndex < b;) if (j.isOnScreen(a.nodes[j.currentLabelIndex])) { + var d = a.nodes[j.currentLabelIndex++], + f = h; + if (d.displaySize >= j.p.labelThreshold) { + var g = "fixed" == j.p.labelSize ? j.p.defaultLabelSize : j.p.labelSizeRatio * d.displaySize; + f.font = (j.p.hoverFontStyle || j.p.fontStyle || "") + " " + g + "px " + (j.p.hoverFont || j.p.font || ""); + var i = Math.round, + m = i(d.displayX + 10), + l = i(d.displayY + g / 2 - 2), + k = i(f.measureText(d.label).width + 6), + v = i(g + 4); + i(g / 2 + 2); + f.font = j.p.fontStyle + g + "px " + j.p.font; + f.fillStyle = "#258EA4"; + f.fillRect(m, l - v + 3, k, v); + f.fillStyle = "#fff"; + f.fillText(d.label, m + 4, l) + } + } else j.currentLabelIndex++; + return j.currentLabelIndex < b + }; + this.task_drawEdge = function () { + for (var b = a.edges.length, c, d, f = 0, h; f++ < j.p.edgesSpeed && j.currentEdgeIndex < b;) if (h = a.edges[j.currentEdgeIndex], c = h.source, d = h.target, h.hidden || c.hidden || d.hidden || !j.isOnScreen(c) && !j.isOnScreen(d)) j.currentEdgeIndex++; + else { + c = a.edges[j.currentEdgeIndex++]; + d = c.source.displayX; + h = c.source.displayY; + var g = c.target.displayX, + m = c.target.displayY, + l = void 0; + // l = c.attr.color ? c.attr.color : "rgba(255, 0, 0, .6)"; + if (!l) switch (j.p.edgeColor) { + case "source": + l = c.source.color || j.p.defaultNodeColor; + break; + case "target": + l = c.target.color || j.p.defaultNodeColor; + break; + default: + l = j.p.defaultEdgeColor + } + var k = i; + k.strokeStyle = l; + k.lineWidth = c.attr.lineWidth ? c.attr.lineWidth : 0.2; + switch (c.type || j.p.defaultEdgeType) { + case "curve": + k.beginPath(); + k.moveTo(d, h); + k.quadraticCurveTo((d + g) / 2 + (m - h) / 4, (h + m) / 2 + (d - g) / 4, g, m); + k.stroke(); + break; + default: + k.beginPath(), k.moveTo(d, h), k.lineTo(g, m), k.stroke() + } + } + return j.currentEdgeIndex < b + }; + this.task_drawNode = function () { + for (var b = a.nodes.length, c = 0; c++ < j.p.nodesSpeed && j.currentNodeIndex < b;) j.isOnScreen(a.nodes[j.currentNodeIndex]) ? j.drawNode(a.nodes[j.currentNodeIndex++]) : j.currentNodeIndex++; + return j.currentNodeIndex < b + }; + this.task_drawBG = function () { + for (var b = a.nodesBG.length, c = 0; c++ < j.p.nodesBGSpeed && j.currentBGIndex < b;) j.drawBG(a.nodesBG[j.currentBGIndex++]); + return j.currentBGIndex < b + }; + this.drawBG = function (a) { + var b = Math, + c = b.round(10 * a.displaySize) / 10, + f = a.displayX, + h = a.displayY; + d.fillStyle = "#fff"; + d.beginPath(); + d.arc(f, h, c, 0, 2 * b.PI, !0); + d.closePath(); + d.fill(); + var g = "fixed" == j.p.labelSize ? j.p.defaultLabelSize : j.p.labelSizeRatio * a.displaySize, + b = b.round, + i, m, l; + i = d.measureText(a.label).width; + l = c * a.attr.deltaX / 100; + var k = c * a.attr.deltaY / 100; + switch (a.attr.position) { + default: c = b(f - l - c - i - 13); + l = b(h + k); + i = c; + m = l - 3; + f = b(f); + h = b(h + k); + break; + case "right": + c = b(f + l + a.displaySize + 8 + i), l = b(h + k), i = c - i, m = l - 3, f = b(f), h = b(h + k) + } + d.font = g + "px sans-serif"; + d.fillStyle = "#fff"; + d.fillText(a.label, i, m); + d.strokeStyle = "#fff"; + d.lineWidth = 0.7; + d.save(); + d.moveTo(c, l); + d.lineTo(f, h); + d.stroke(); + d.restore(); + return j + }; + this.drawNode = function (a) { + var c = Math.round(10 * a.displaySize) / 10; + b.fillStyle = a.attr.color ? a.attr.color : "#ff0000"; + b.strokeStyle = a.attr.strokeStyle ? a.attr.strokeStyle : "#000"; + a.attr.lineWidth && (b.lineWidth = a.attr.lineWidth); + var d = 2 * Math.PI; + 1 > c && (c = 1); + var f = a.displayX, + h = a.displayY, + i = 9 * c; + // m = b.createRadialGradient(f, h, i - 7, f, h, i); + // m.addColorStop(0, "#ff0000"); + // m.addColorStop(1, "rgba(255, 255, 255, 0)"); + //g.fillStyle = m; + b.beginPath(); + b.arc(f, h, 1.4 * c, 0, d, !0); + b.closePath(); + a.attr.lineWidth && b.stroke(); + b.fill(); + a.hover && l(a); + return j + }; + this.getCtx = function (a) { + return j.contexts[a] ? j.contexts[a] : !1 + }; + this.drawActiveNode = function (a) { + var b = c; + if (!m(a)) return j; + var d = "fixed" == j.p.labelSize ? j.p.defaultLabelSize : j.p.labelSizeRatio * a.displaySize; + b.font = (j.p.activeFontStyle || j.p.fontStyle || "") + " " + d + "px " + (j.p.activeFont || j.p.font || ""); + b.fillStyle = "node" == j.p.labelHoverBGColor ? a.color || j.p.defaultNodeColor : j.p.defaultActiveLabelBGColor; + b.beginPath(); + j.p.labelActiveShadow && (b.shadowOffsetX = 0, b.shadowOffsetY = 0, b.shadowBlur = 4, b.shadowColor = j.p.labelActiveShadowColor); + sigma.tools.drawRoundRect(b, Math.round(a.displayX - d / 2 - 2), Math.round(a.displayY - d / 2 - 2), Math.round(b.measureText(a.label).width + 1.5 * a.displaySize + d / 2 + 4), Math.round(d + 4), Math.round(d / 2 + 2), "left"); + b.closePath(); + b.fill(); + b.shadowOffsetX = 0; + b.shadowOffsetY = 0; + b.shadowBlur = 0; + b.beginPath(); + b.fillStyle = "node" == j.p.nodeBorderColor ? a.color || j.p.defaultNodeColor : j.p.defaultNodeBorderColor; + b.arc(Math.round(a.displayX), Math.round(a.displayY), a.displaySize + j.p.borderSize, 0, 2 * Math.PI, !0); + b.closePath(); + b.fill(); + b.beginPath(); + b.fillStyle = "node" == j.p.nodeActiveColor ? a.color || j.p.defaultNodeColor : j.p.defaultNodeActiveColor; + b.arc(Math.round(a.displayX), Math.round(a.displayY), a.displaySize, 0, 2 * Math.PI, !0); + b.closePath(); + b.fill(); + b.fillStyle = "node" == j.p.labelActiveColor ? a.color || j.p.defaultNodeColor : j.p.defaultLabelActiveColor; + b.fillText(a.label, Math.round(a.displayX + 1.5 * a.displaySize), Math.round(a.displayY + d / 2 - 3)); + return j + }; + this.drawHoverNode = l; + this.isOnScreen = m; + this.resize = function (a, b) { + n = a; + y = b; + return j + } + } + function t(b, v) { + function h() { + sigma.chronos.removeTask("node_" + a.id, 2).removeTask("edge_" + a.id, 2).removeTask("label_" + a.id, 2).stopTasks(); + return a + } + function c(b, c) { + var d = document.createElement(c); + d.style.position = "absolute"; + d.setAttribute("id", "sigma_" + b + "_" + a.id); + d.setAttribute("class", "sigma_" + b + "_" + c); + d.setAttribute("width", a.width); + d.setAttribute("height", a.height); + a.domRoot.appendChild(d); + "undefined" != typeof G_vmlCanvasManager && "canvas" == c && (d = G_vmlCanvasManager.initElement(d)); + a.domElements[b] = d; + d.getContext && (a.contexts[b] = d.getContext("2d")); + return a + } + + function d() { + a.p.drawHoverNodes && (a.graph.checkHover(a.mousecaptor.mouseX, a.mousecaptor.mouseY), a.domElements.mouse.style.cursor = "default", a.graph.nodes.forEach(function (b) { + b.hover && !b.active && (a.domElements.mouse.style.cursor = "pointer", a.plotter.drawHoverNode(b)) + })); + return a + } + function s() { + a.p.drawActiveNodes && a.graph.nodes.forEach(function (b) { + b.active && a.plotter.drawActiveNode(b) + }); + return a + } + sigma.classes.Cascade.call(this); + sigma.classes.EventDispatcher.call(this); + var a = this; + this.id = v.toString(); + this.p = { + auto: !0, + drawNodes: 2, + drawEdges: 1, + drawLabels: 2, + drawBG: 2, + lastNodes: 2, + lastEdges: 0, + lastLabels: 2, + lastBG: 2, + drawHoverNodes: !0, + drawActiveNodes: !0 + }; + this.domRoot = b; + this.width = this.domRoot.offsetWidth; + this.height = this.domRoot.offsetHeight; + this.graph = new n; + this.domElements = {}; + this.contexts = {}; + c("bg", "canvas"); + c("bg2", "canvas"); + c("edges", "canvas"); + c("nodes", "canvas"); + c("labels", "canvas"); + c("hover", "canvas"); + c("monitor", "div"); + c("mouse", "canvas"); + this.plotter = new o(this.contexts.nodes, this.contexts.edges, this.contexts.labels, this.contexts.hover, this.contexts.bg, this.contexts.bg2, this.graph, this.width, this.height); + this.monitor = new i(this, this.domElements.monitor); + this.mousecaptor = new k(this.domElements.mouse, this.id); + this.mousecaptor.bind("drag interpolate", function () { + a.draw(a.p.auto ? 2 : a.p.drawNodes, a.p.auto ? 0 : a.p.drawEdges, a.p.auto ? 2 : a.p.drawLabels, a.p.auto ? 2 : a.p.drawBG, !0) + }).bind("stopdrag stopinterpolate", function () { + a.draw(a.p.auto ? 2 : a.p.drawNodes, a.p.auto ? 1 : a.p.drawEdges, a.p.auto ? 2 : a.p.drawLabels, a.p.auto ? 2 : a.p.drawBG, !0) + }).bind("mousedown mouseup", function (b) { + var c = a.graph.nodes.filter(function (a) { + return !!a.hover + }).map(function (a) { + return a.id + }); + a.dispatch("mousedown" == b.type ? "downgraph" : "upgraph"); + c.length && a.dispatch("mousedown" == b.type ? "downnodes" : "upnodes", c) + }).bind("move", function () { + a.contexts.hover.clearRect(0, 0, a.domElements.hover.width, a.domElements.hover.height); + d(); + s() + }); + sigma.chronos.bind("startgenerators", function () { + sigma.chronos.getGeneratorsIDs().some(function (b) { + return !!b.match(RegExp("_ext_" + a.id + "$", "")) + }) && a.draw(a.p.auto ? 2 : a.p.drawNodes, a.p.auto ? 0 : a.p.drawEdges, a.p.auto ? 2 : a.p.drawLabels) + }).bind("stopgenerators", function () { + a.draw() + }); + for (var f = 0; f < g.length; f++) g[f](this); + this.draw = function (b, c, d, f, i) { + if (i && sigma.chronos.getGeneratorsIDs().some(function (b) { + return !!b.match(RegExp("_ext_" + a.id + "$", "")) + })) return a; + b = void 0 == b ? a.p.drawNodes : b; + c = void 0 == c ? a.p.drawEdges : c; + d = void 0 == d ? a.p.drawLabels : d; + f = void 0 == f ? a.p.drawBG : f; + i = { + nodes: b, + edges: c, + labels: d, + bg: f + }; + a.p.lastNodes = b; + a.p.lastEdges = c; + a.p.lastLabels = d; + a.p.lastBG = f; + h(); + a.graph.rescale(a.width, a.height, 0 < b, 0 < c, 0 < f).setBorders(); + a.mousecaptor.checkBorders(a.graph.borders, a.width, a.height); + a.graph.translate(a.mousecaptor.stageX, a.mousecaptor.stageY, a.mousecaptor.ratio, 0 < b, 0 < c, 0 < f); + a.dispatch("graphscaled"); + for (var g in a.domElements) "canvas" == a.domElements[g].nodeName.toLowerCase() && (void 0 == i[g] || 0 <= i[g]) && a.contexts[g].clearRect(0, 0, a.domElements[g].width, a.domElements[g].height); + a.plotter.currentEdgeIndex = 0; + a.plotter.currentNodeIndex = 0; + a.plotter.currentLabelIndex = 0; + a.plotter.currentBGIndex = 0; + g = null; + i = !1; + if (f) if (1 < f) for (; a.plotter.task_drawBG();); + else sigma.chronos.addTask(a.plotter.task_drawBG, "bg_" + a.id, !1), i = !0, g = "bg_" + a.id; + if (b) if (1 < b) for (; a.plotter.task_drawNode();); + else sigma.chronos.addTask(a.plotter.task_drawNode, "node_" + a.id, !1), i = !0, g = "node_" + a.id; + if (d) if (1 < d) for (; a.plotter.task_drawLabel();); + else g ? sigma.chronos.queueTask(a.plotter.task_drawLabel, "label_" + a.id, g) : sigma.chronos.addTask(a.plotter.task_drawLabel, "label_" + a.id, !1), i = !0, g = "label_" + a.id; + if (c) if (1 < c) for (; a.plotter.task_drawEdge();); + else g ? sigma.chronos.queueTask(a.plotter.task_drawEdge, "edge_" + a.id, g) : sigma.chronos.addTask(a.plotter.task_drawEdge, "edge_" + a.id, !1), i = !0, g = "edge_" + a.id; + a.dispatch("draw"); + a.refresh(); + i && sigma.chronos.runTasks(); + return a + }; + this.resize = function (b, c) { + var d = a.width, + f = a.height; + void 0 != b && void 0 != c ? (a.width = b, a.height = c) : (a.width = a.domRoot.offsetWidth, a.height = a.domRoot.offsetHeight); + if (d != a.width || f != a.height) { + for (var h in a.domElements) a.domElements[h].setAttribute("width", a.width + "px"), a.domElements[h].setAttribute("height", a.height + "px"); + a.plotter.resize(a.width, a.height); + a.draw(a.p.lastNodes, a.p.lastEdges, a.p.lastLabels, a.p.drawBG, !0) + } + return a + }; + this.refresh = function () { + a.contexts.hover.clearRect(0, 0, a.domElements.hover.width, a.domElements.hover.height); + d(); + s(); + return a + }; + this.drawHover = d; + this.drawActive = s; + this.clearSchedule = h; + window.addEventListener ? window.addEventListener("resize", function () { + a.resize() + }, !1) : window.attachEvent("onresize", function () { + a.resize() + }) + } + function s(b) { + var g = this; + sigma.classes.EventDispatcher.call(this); + this._core = b; + this.kill = function () {}; + this.getID = function () { + return b.id + }; + this.configProperties = function (h, c) { + var d = b.config(h, c); + return d == b ? g : d + }; + this.drawingProperties = function (h, c) { + var d = b.plotter.config(h, c); + return d == b.plotter ? g : d + }; + this.mouseProperties = function (h, c) { + var d = b.mousecaptor.config(h, c); + return d == b.mousecaptor ? g : d + }; + this.graphProperties = function (h, c) { + var d = b.graph.config(h, c); + return d == b.graph ? g : d + }; + this.getMouse = function () { + return { + mouseX: b.mousecaptor.mouseX, + mouseY: b.mousecaptor.mouseY, + down: b.mousecaptor.isMouseDown + } + }; + this.position = function (h, c, d) { + if (0 == arguments.length) return { + stageX: b.mousecaptor.stageX, + stageY: b.mousecaptor.stageY, + ratio: b.mousecaptor.ratio + }; + b.mousecaptor.stageX = void 0 != h ? h : b.mousecaptor.stageX; + b.mousecaptor.stageY = void 0 != c ? c : b.mousecaptor.stageY; + b.mousecaptor.ratio = void 0 != d ? d : b.mousecaptor.ratio; + return g + }; + this.goTo = function (h, c, d) { + b.mousecaptor.interpolate(h, c, d); + return g + }; + this.zoomTo = function (h, c, d) { + d = Math.min(Math.max(b.mousecaptor.config("minRatio"), d), b.mousecaptor.config("maxRatio")); + d == b.mousecaptor.ratio ? b.mousecaptor.interpolate(h - b.width / 2 + b.mousecaptor.stageX, c - b.height / 2 + b.mousecaptor.stageY) : b.mousecaptor.interpolate((d * h - b.mousecaptor.ratio * b.width / 2) / (d - b.mousecaptor.ratio), (d * c - b.mousecaptor.ratio * b.height / 2) / (d - b.mousecaptor.ratio), d); + return g + }; + this.resize = function (h, c) { + b.resize(h, c); + return g + }; + this.draw = function (h, c, d, i, a) { + b.draw(h, c, d, i, a); + return g + }; + this.refresh = function () { + b.refresh(); + return g + }; + this.addGenerator = function (h, c, d) { + sigma.chronos.addGenerator(h + "_ext_" + b.id, c, d); + return g + }; + this.removeGenerator = function (h) { + sigma.chronos.removeGenerator(h + "_ext_" + b.id); + return g + }; + this.addNode = function (h, c) { + b.graph.addNode(h, c); + return g + }; + this.addNodeBG = function (h, c) { + b.graph.addNodeBG(h, c); + return g + }; + this.addEdge = function (h, c, d, i) { + b.graph.addEdge(h, c, d, i); + return g + }; + this.dropNode = function (h) { + b.graph.dropNode(h); + return g + }; + this.dropEdge = function (h) { + b.graph.dropEdge(h); + return g + }; + this.pushGraph = function (h, c) { + h.nodes && h.nodes.forEach(function (d) { + d.id && (!c || !b.graph.nodesIndex[d.id]) && g.addNode(d.id, d) + }); + h.edges && h.edges.forEach(function (d) { + (validID = d.source && d.target && d.id) && (!c || !b.graph.edgesIndex[d.id]) && g.addNode(d.id, d.source, d.target, d) + }); + return g + }; + this.emptyGraph = function () { + b.graph.empty(); + return g + }; + this.getNodesCount = function () { + return b.graph.nodes.length + }; + this.getEdgesCount = function () { + return b.graph.edges.length + }; + this.iterNodes = function (h, c) { + b.graph.iterNodes(h, c); + return g + }; + this.iterEdges = function (h, c) { + b.graph.iterEdges(h, c); + return g + }; + this.getNodes = function (h) { + return b.graph.getNodes(h) + }; + this.getEdges = function (h) { + return b.graph.getEdges(h) + }; + this.activateMonitoring = function () { + return b.monitor.activate() + }; + this.desactivateMonitoring = function () { + return b.monitor.desactivate() + }; + b.bind("downnodes upnodes downgraph upgraph", function (b) { + g.dispatch(b.type, b.content) + }); + b.graph.bind("overnodes outnodes", function (b) { + g.dispatch(b.type, b.content) + }) + } + var C = 0; + g = void 0; + g = []; + sigma.init = function (b) { + b = new t(b, (++C).toString()); + sigma.instances[C] = new s(b); + return sigma.instances[C] + }; + sigma.addPlugin = function (b, i, h) { + s.prototype[b] = i; + g.push(h) + }; + sigma.chronos = new function () { + function b(a) { + window.setTimeout(a, 0); + return l + } + function g() { + for (l.dispatch("frameinserted"); m && r.length && h();); + !m || !r.length ? d() : (x = (new Date).getTime(), o++, B = w - q, s = q - B, l.dispatch("insertframe"), b(g)) + } + function h() { + t %= r.length; + if (!r[t].task()) { + var a = r[t].taskName; + z = z.filter(function (b) { + b.taskParent == a && r.push({ + taskName: b.taskName, + task: b.task + }); + return b.taskParent != a + }); + l.dispatch("killed", r.splice(t--, 1)[0]) + } + t++; + w = (new Date).getTime() - x; + return w <= s + } + function c() { + m = !0; + o = t = 0; + u = x = (new Date).getTime(); + l.dispatch("start"); + l.dispatch("insertframe"); + b(g); + return l + } + function d() { + l.dispatch("stop"); + m = !1; + return l + } + function i(a, b, d) { + if ("function" != typeof a) throw Error('Task "' + b + '" is not a function'); + r.push({ + taskName: b, + task: a + }); + m = !(!m && !(d && c() || 1)); + return l + } + function a(a) { + return a ? Object.keys(p).filter(function (a) { + return !!p[a].on + }).length : Object.keys(p).length + } + function f() { + Object.keys(p).length ? (l.dispatch("startgenerators"), l.unbind("killed", k), b(function () { + for (var a in p) p[a].on = !0, i(p[a].task, a, !1) + }), l.bind("killed", k).runTasks()) : l.dispatch("stopgenerators"); + return l + } + function k(b) { + void 0 != p[b.content.taskName] && (p[b.content.taskName].del || !p[b.content.taskName].condition() ? delete p[b.content.taskName] : p[b.content.taskName].on = !1, 0 == a(!0) && f()) + } + sigma.classes.EventDispatcher.call(this); + var l = this, + m = !1, + j = 80, + n = 0, + o = 0, + q = 1E3 / j, + s = q, + w = 0, + u = 0, + x = 0, + B = 0, + p = {}, + r = [], + z = [], + t = 0; + this.frequency = function (a) { + return void 0 != a ? (j = Math.abs(1 * a), q = 1E3 / j, o = 0, l) : j + }; + this.runTasks = c; + this.stopTasks = d; + this.insertFrame = b; + this.addTask = i; + this.queueTask = function (a, b, c) { + if ("function" != typeof a) throw Error('Task "' + b + '" is not a function'); + if (!r.concat(z).some(function (a) { + return a.taskName == c + })) throw Error('Parent task "' + c + '" of "' + b + '" is not attached.'); + z.push({ + taskParent: c, + taskName: b, + task: a + }); + return l + }; + this.removeTask = function (a, b) { + if (void 0 == a) r = [], 1 == b ? z = [] : 2 == b && (r = z, z = []), d(); + else { + var c = "string" == typeof a ? a : ""; + r = r.filter(function (b) { + return ("string" == typeof a ? b.taskName == a : b.task == a) ? (c = b.taskName, !1) : !0 + }); + 0 < b && (z = z.filter(function (a) { + 1 == b && a.taskParent == c && r.push(a); + return a.taskParent != c + })) + } + m = !(r.length && (!d() || 1)); + return l + }; + this.addGenerator = function (b, c, d) { + if (void 0 != p[b]) return l; + p[b] = { + task: c, + condition: d + }; + 0 == a(!0) && f(); + return l + }; + this.removeGenerator = function (a) { + p[a] && (p[a].on = !1, p[a].del = !0); + return l + }; + this.startGenerators = f; + this.getGeneratorsIDs = function () { + return Object.keys(p) + }; + this.getFPS = function () { + m && (n = Math.round(1E4 * (o / ((new Date).getTime() - u))) / 10); + return n + }; + this.getTasksCount = function () { + return r.length + }; + this.getQueuedTasksCount = function () { + return z.length + }; + this.getExecutionTime = function () { + return x - u + }; + return this + }; + sigma.debugMode = 0; + sigma.log = function () { + if (1 == sigma.debugMode) for (var b in arguments) console.log(arguments[b]); + else if (1 < sigma.debugMode) for (b in arguments) throw Error(arguments[b]); + return sigma + }; + sigma.easing = { + linear: {}, + quadratic: {} + }; + sigma.easing.linear.easenone = function (b) { + return b + }; + sigma.easing.quadratic.easein = function (b) { + return b * b + }; + sigma.easing.quadratic.easeout = function (b) { + return -b * (b - 2) + }; + sigma.easing.quadratic.easeinout = function (b) { + return 1 > (b *= 2) ? 0.5 * b * b : -0.5 * (--b * (b - 2) - 1) + }; + sigma.tools.drawRoundRect = function (b, g, h, c, d) { + b.fillStyle = "#009BE1"; + b.fillRect(g + e, h + e, c, d) + }; + sigma.tools.getRGB = function (b, g) { + var b = b.toString(), + h = { + r: 0, + g: 0, + b: 0 + }; + if (3 <= b.length && "#" == b.charAt(0)) { + var c = b.length - 1; + 6 == c ? h = { + r: parseInt(b.charAt(1) + b.charAt(2), 16), + g: parseInt(b.charAt(3) + b.charAt(4), 16), + b: parseInt(b.charAt(5) + b.charAt(5), 16) + } : 3 == c && (h = { + r: parseInt(b.charAt(1) + b.charAt(1), 16), + g: parseInt(b.charAt(2) + b.charAt(2), 16), + b: parseInt(b.charAt(3) + b.charAt(3), 16) + }) + } + g && (h = [h.r, h.g, h.b]); + return h + }; + sigma.tools.rgbToHex = function (b, g, h) { + return sigma.tools.toHex(b) + sigma.tools.toHex(g) + sigma.tools.toHex(h) + }; + sigma.tools.toHex = function (b) { + b = parseInt(b, 10); + if (isNaN(b)) return "00"; + b = Math.max(0, Math.min(b, 255)); + return "0123456789ABCDEF".charAt((b - b % 16) / 16) + "0123456789ABCDEF".charAt(b % 16) + }; + sigma.publicPrototype = s.prototype +})(); \ No newline at end of file diff --git a/js/sigma/sigma.min.js b/js/sigma/sigma.min.js new file mode 100644 index 0000000..d1befd7 --- /dev/null +++ b/js/sigma/sigma.min.js @@ -0,0 +1,64 @@ +/* sigmajs.org - an open-source light-weight JavaScript graph drawing library - Version: 0.1 - Author: Alexis Jacomy - License: MIT */ +var sigma={tools:{},classes:{},instances:{}}; +(function(){Array.prototype.some||(Array.prototype.some=function(g,i){var k=this.length;if("function"!=typeof g)throw new TypeError;for(var m=0;m<k;m++)if(m in this&&g.call(i,this[m],m,this))return!0;return!1});Array.prototype.forEach||(Array.prototype.forEach=function(g,i){var k=this.length;if(typeof g!="function")throw new TypeError;for(var m=0;m<k;m++)m in this&&g.call(i,this[m],m,this)});Array.prototype.map||(Array.prototype.map=function(g,i){var k=this.length;if(typeof g!="function")throw new TypeError; +for(var m=Array(k),b=0;b<k;b++)b in this&&(m[b]=g.call(i,this[b],b,this));return m});Array.prototype.filter||(Array.prototype.filter=function(g,i){var k=this.length;if(typeof g!="function")throw new TypeError;for(var m=[],b=0;b<k;b++)if(b in this){var j=this[b];g.call(i,j,b,this)&&m.push(j)}return m});if(!Object.keys){var i=Object,q=Object.prototype.hasOwnProperty,g=!{toString:null}.propertyIsEnumerable("toString"),p="toString toLocaleString valueOf hasOwnProperty isPrototypeOf propertyIsEnumerable constructor".split(" "), +z=p.length;i.keys=function(i){if(typeof i!=="object"&&typeof i!=="function"||i===null)throw new TypeError("Object.keys called on non-object");var x=[],k;for(k in i)q.call(i,k)&&x.push(k);if(g)for(k=0;k<z;k++)q.call(i,p[k])&&x.push(p[k]);return x}}})();sigma.classes.Cascade=function(){this.p={};this.config=function(i,q){if("string"==typeof i&&void 0==q)return this.p[i];var g="object"==typeof i&&void 0==q?i:{};"string"==typeof i&&(g[i]=q);for(var p in g)void 0!=this.p[p]&&(this.p[p]=g[p]);return this}}; +sigma.classes.EventDispatcher=function(){var i={},q=this;this.one=function(g,p){if(!p||!g)return q;("string"==typeof g?g.split(" "):g).forEach(function(g){i[g]||(i[g]=[]);i[g].push({h:p,one:!0})});return q};this.bind=function(g,p){if(!p||!g)return q;("string"==typeof g?g.split(" "):g).forEach(function(g){i[g]||(i[g]=[]);i[g].push({h:p,one:!1})});return q};this.unbind=function(g,p){g||(i={});var z="string"==typeof g?g.split(" "):g;p?z.forEach(function(g){i[g]&&(i[g]=i[g].filter(function(g){return g.h!= +p}));i[g]&&0==i[g].length&&delete i[g]}):z.forEach(function(g){delete i[g]});return q};this.dispatch=function(g,p){i[g]&&(i[g].forEach(function(i){i.h({type:g,content:p,target:q})}),i[g]=i[g].filter(function(g){return!g.one}));return q}}; +(function(){function i(){function b(a){return{x:a.x,y:a.y,size:a.size,degree:a.degree,inDegree:a.inDegree,outDegree:a.outDegree,displayX:a.displayX,displayY:a.displayY,displaySize:a.displaySize,label:a.label,id:a.id,color:a.color,fixed:a.fixed,active:a.active,hidden:a.hidden,forceLabel:a.forceLabel,attr:a.attr}}function j(a){return{source:a.source.id,target:a.target.id,size:a.size,type:a.type,weight:a.weight,displaySize:a.displaySize,label:a.label,hidden:a.hidden,id:a.id,attr:a.attr,color:a.color}} +function f(){c.nodes=[];c.nodesIndex={};c.edges=[];c.edgesIndex={};return c}sigma.classes.Cascade.call(this);sigma.classes.EventDispatcher.call(this);var c=this;this.p={minNodeSize:0,maxNodeSize:0,minEdgeSize:0,maxEdgeSize:0,scalingMode:"inside",nodesPowRatio:0.5,edgesPowRatio:0};this.borders={};f();this.addNode=function(a,b){if(c.nodesIndex[a])throw Error('Node "'+a+'" already exists.');var b=b||{},d={x:0,y:0,size:1,degree:0,inDegree:0,outDegree:0,fixed:!1,active:!1,hidden:!1,forceLabel:!1,label:a.toString(), +id:a.toString(),attr:{}},f;for(f in b)switch(f){case "id":break;case "x":case "y":case "size":d[f]=+b[f];break;case "fixed":case "active":case "hidden":case "forceLabel":d[f]=!!b[f];break;case "color":case "label":d[f]=b[f];break;default:d.attr[f]=b[f]}c.nodes.push(d);c.nodesIndex[a.toString()]=d;return c};this.addEdge=function(a,b,d,f){if(c.edgesIndex[a])throw Error('Edge "'+a+'" already exists.');if(!c.nodesIndex[b])throw Error("Edge's source \""+b+'" does not exist yet.');if(!c.nodesIndex[d])throw Error("Edge's target \""+ +d+'" does not exist yet.');f=f||{};b={source:c.nodesIndex[b],target:c.nodesIndex[d],size:1,weight:1,displaySize:0.5,label:a.toString(),id:a.toString(),hidden:!1,attr:{}};b.source.degree++;b.source.outDegree++;b.target.degree++;b.target.inDegree++;for(var o in f)switch(o){case "id":case "source":case "target":break;case "hidden":b[o]=!!f[o];break;case "size":case "weight":b[o]=+f[o];break;case "color":b[o]=f[o].toString();break;case "type":b[o]=f[o].toString();break;case "label":b[o]=f[o];break;default:b.attr[o]= +f[o]}c.edges.push(b);c.edgesIndex[a.toString()]=b;return c};this.dropNode=function(a){((a instanceof Array?a:[a])||[]).forEach(function(a){if(c.nodesIndex[a]){var b=null;c.nodes.some(function(c,f){return c.id==a?(b=f,!0):!1});null!=b&&c.nodes.splice(b,1);delete c.nodesIndex[a];c.edges=c.edges.filter(function(b){return b.source.id==a?(delete c.edgesIndex[b.id],b.target.degree--,b.target.inDegree--,!1):b.target.id==a?(delete c.edgesIndex[b.id],b.source.degree--,b.source.outDegree--,!1):!0})}else sigma.log('Node "'+ +a+'" does not exist.')});return c};this.dropEdge=function(a){((a instanceof Array?a:[a])||[]).forEach(function(a){if(c.edgesIndex[a]){c.edgesIndex[a].source.degree--;c.edgesIndex[a].source.outDegree--;c.edgesIndex[a].target.degree--;c.edgesIndex[a].target.inDegree--;var b=null;c.edges.some(function(c,f){return c.id==a?(b=f,!0):!1});null!=b&&c.edges.splice(b,1);delete c.edgesIndex[a]}else sigma.log('Edge "'+a+'" does not exist.')});return c};this.iterEdges=function(a,b){var d=b?b.map(function(a){return c.edgesIndex[a]}): +c.edges,f=d.map(j);f.forEach(a);d.forEach(function(a,b){var d=f[b],l;for(l in d)switch(l){case "id":case "displaySize":break;case "weight":case "size":a[l]=+d[l];break;case "source":case "target":a[l]=c.nodesIndex[l]||a[l];break;case "hidden":a[l]=!!d[l];break;case "color":case "label":case "type":a[l]=(d[l]||"").toString();break;default:a.attr[l]=d[l]}});return c};this.iterNodes=function(a,f){var d=f?f.map(function(a){return c.nodesIndex[a]}):c.nodes,j=d.map(b);j.forEach(a);d.forEach(function(a, +b){var d=j[b],c;for(c in d)switch(c){case "id":case "attr":case "degree":case "inDegree":case "outDegree":case "displayX":case "displayY":case "displaySize":break;case "x":case "y":case "size":a[c]=+d[c];break;case "fixed":case "active":case "hidden":case "forceLabel":a[c]=!!d[c];break;case "color":case "label":a[c]=(d[c]||"").toString();break;default:a.attr[c]=d[c]}});return c};this.getEdges=function(a){var b=((a instanceof Array?a:[a])||[]).map(function(a){return j(c.edgesIndex[a])});return a instanceof +Array?b:b[0]};this.getNodes=function(a){var f=((a instanceof Array?a:[a])||[]).map(function(a){return b(c.nodesIndex[a])});return a instanceof Array?f:f[0]};this.empty=f;this.rescale=function(a,b,d,f){var j=0,h=0;d&&c.nodes.forEach(function(a){h=Math.max(a.size,h)});f&&c.edges.forEach(function(a){j=Math.max(a.size,j)});var h=h||1,j=j||1,g,l,s,t;d&&c.nodes.forEach(function(a){l=Math.max(a.x,l||a.x);g=Math.min(a.x,g||a.x);t=Math.max(a.y,t||a.y);s=Math.min(a.y,s||a.y)});var A="outside"==c.p.scalingMode? +Math.max(a/Math.max(l-g,1),b/Math.max(t-s,1)):Math.min(a/Math.max(l-g,1),b/Math.max(t-s,1)),i=(c.p.maxNodeSize||h)/A;l+=i;g-=i;t+=i;s-=i;var A="outside"==c.p.scalingMode?Math.max(a/Math.max(l-g,1),b/Math.max(t-s,1)):Math.min(a/Math.max(l-g,1),b/Math.max(t-s,1)),u,k;!c.p.maxNodeSize&&!c.p.minNodeSize?(u=1,k=0):c.p.maxNodeSize==c.p.minNodeSize?(u=0,k=c.p.maxNodeSize):(u=(c.p.maxNodeSize-c.p.minNodeSize)/h,k=c.p.minNodeSize);var B,E;!c.p.maxEdgeSize&&!c.p.minEdgeSize?(B=1,E=0):(B=c.p.maxEdgeSize==c.p.minEdgeSize? +0:(c.p.maxEdgeSize-c.p.minEdgeSize)/j,E=c.p.minEdgeSize);d&&c.nodes.forEach(function(c){c.displaySize=c.size*u+k;if(!c.fixed){c.displayX=(c.x-(l+g)/2)*A+a/2;c.displayY=(c.y-(t+s)/2)*A+b/2}});f&&c.edges.forEach(function(a){a.displaySize=a.size*B+E});return c};this.translate=function(a,b,d,f,j){var h=Math.pow(d,c.p.nodesPowRatio);f&&c.nodes.forEach(function(c){c.fixed||(c.displayX=c.displayX*d+a,c.displayY=c.displayY*d+b);c.displaySize*=h});h=Math.pow(d,c.p.edgesPowRatio);j&&c.edges.forEach(function(a){a.displaySize*= +h});return c};this.setBorders=function(){c.borders={};c.nodes.forEach(function(a){c.borders.minX=Math.min(void 0==c.borders.minX?a.displayX-a.displaySize:c.borders.minX,a.displayX-a.displaySize);c.borders.maxX=Math.max(void 0==c.borders.maxX?a.displayX+a.displaySize:c.borders.maxX,a.displayX+a.displaySize);c.borders.minY=Math.min(void 0==c.borders.minY?a.displayY-a.displaySize:c.borders.minY,a.displayY-a.displaySize);c.borders.maxY=Math.max(void 0==c.borders.maxY?a.displayY-a.displaySize:c.borders.maxY, +a.displayY-a.displaySize)})};this.checkHover=function(a,b){var d,f,j,h=[],g=[];c.nodes.forEach(function(c){if(c.hidden)c.hover=!1;else{d=Math.abs(c.displayX-a);f=Math.abs(c.displayY-b);j=c.displaySize;var s=c.hover,t=d<j&&f<j&&Math.sqrt(d*d+f*f)<j;s&&!t?(c.hover=!1,g.push(c.id)):t&&!s&&(c.hover=!0,h.push(c.id))}});h.length&&c.dispatch("overnodes",h);g.length&&c.dispatch("outnodes",g);return c}}function q(b,j){function f(){var a;a="<p>GLOBAL :</p>";for(var b in c.p.globalProbes)a+="<p>"+b+" : "+c.p.globalProbes[b]()+ +"</p>";a+="<br><p>LOCAL :</p>";for(b in c.p.localProbes)a+="<p>"+b+" : "+c.p.localProbes[b]()+"</p>";c.p.dom.innerHTML=a;return c}sigma.classes.Cascade.call(this);var c=this;this.instance=b;this.monitoring=!1;this.p={fps:40,dom:j,globalProbes:{"Time (ms)":sigma.chronos.getExecutionTime,Queue:sigma.chronos.getQueuedTasksCount,Tasks:sigma.chronos.getTasksCount,FPS:sigma.chronos.getFPS},localProbes:{"Nodes count":function(){return c.instance.graph.nodes.length},"Edges count":function(){return c.instance.graph.edges.length}}}; +this.activate=function(){c.monitoring||(c.monitoring=window.setInterval(f,1E3/c.p.fps));return c};this.desactivate=function(){c.monitoring&&(window.clearInterval(c.monitoring),c.monitoring=null,c.p.dom.innerHTML="");return c}}function g(b){var j=b.changedTouches[0],f="";switch(b.type){case "touchstart":f="mousedown";break;case "touchmove":f="mousemove";break;case "touchend":f="mouseup";break;default:return}var c=document.createEvent("MouseEvent");c.initMouseEvent(f,!0,!0,window,1,j.posX,j.posY,j.clientX, +j.clientY,!1,!1,!1,!1,0,null);j.target.dispatchEvent(c);b.preventDefault()}function p(b){function j(b){a.p.mouseEnabled&&(f(a.mouseX,a.mouseY,a.ratio*(0<(void 0!=b.wheelDelta&&b.wheelDelta||void 0!=b.detail&&-b.detail)?a.p.zoomMultiply:1/a.p.zoomMultiply)),a.p.blockScroll&&(b.preventDefault?b.preventDefault():b.returnValue=!1))}function f(b,d,f){if(!a.isMouseDown&&(window.clearInterval(a.interpolationID),m=void 0!=f,w=a.stageX,n=b,o=a.stageY,l=d,h=f||a.ratio,h=Math.min(Math.max(h,a.p.minRatio),a.p.maxRatio), +u=a.p.directZooming?1-(m?a.p.zoomDelta:a.p.dragDelta):0,a.ratio!=h||a.stageX!=n||a.stageY!=l))c(),a.interpolationID=window.setInterval(c,50),a.dispatch("startinterpolate")}function c(){u+=m?a.p.zoomDelta:a.p.dragDelta;u=Math.min(u,1);var b=sigma.easing.quadratic.easeout(u),c=a.ratio;a.ratio=c*(1-b)+h*b;m?(a.stageX=n+(a.stageX-n)*a.ratio/c,a.stageY=l+(a.stageY-l)*a.ratio/c):(a.stageX=w*(1-b)+n*b,a.stageY=o*(1-b)+l*b);a.dispatch("interpolate");1<=u&&(window.clearInterval(a.interpolationID),b=a.ratio, +m?(a.ratio=h,a.stageX=n+(a.stageX-n)*a.ratio/b,a.stageY=l+(a.stageY-l)*a.ratio/b):(a.stageX=n,a.stageY=l),a.dispatch("stopinterpolate"))}sigma.classes.Cascade.call(this);sigma.classes.EventDispatcher.call(this);var a=this;this.p={minRatio:1,maxRatio:32,marginRatio:1,zoomDelta:0.1,dragDelta:0.3,zoomMultiply:2,directZooming:!1,blockScroll:!0,inertia:1.1,mouseEnabled:!0,touchEnabled:!0};var i=0,d=0,w=0,o=0,h=1,n=0,l=0,s=0,t=0,A=0,k=0,u=0,m=!1;this.stageY=this.stageX=0;this.ratio=1;this.mouseY=this.mouseX= +0;this.isTouchDown=this.isMouseDown=!1;b.addEventListener("DOMMouseScroll",j,!0);b.addEventListener("mousewheel",j,!0);b.addEventListener("mousemove",function(b){a.mouseX=void 0!=b.offsetX&&b.offsetX||void 0!=b.layerX&&b.layerX||void 0!=b.clientX&&b.clientX;a.mouseY=void 0!=b.offsetY&&b.offsetY||void 0!=b.layerY&&b.layerY||void 0!=b.clientY&&b.clientY;if(a.isMouseDown){var c=a.mouseX-i+w,h=a.mouseY-d+o;if(c!=a.stageX||h!=a.stageY)t=s,k=A,s=c,A=h,a.stageX=c,a.stageY=h,a.dispatch("drag")}a.dispatch("move"); +b.preventDefault?b.preventDefault():b.returnValue=!1},!0);b.addEventListener("mousedown",function(b){a.p.mouseEnabled&&(a.isMouseDown=!0,a.dispatch("mousedown"),w=a.stageX,o=a.stageY,i=a.mouseX,d=a.mouseY,t=s=a.stageX,k=A=a.stageY,a.dispatch("startdrag"),b.preventDefault?b.preventDefault():b.returnValue=!1)},!0);document.addEventListener("mouseup",function(b){a.p.mouseEnabled&&a.isMouseDown&&(a.isMouseDown=!1,a.dispatch("mouseup"),(w!=a.stageX||o!=a.stageY)&&f(a.stageX+a.p.inertia*(a.stageX-t),a.stageY+ +a.p.inertia*(a.stageY-k)),b.preventDefault?b.preventDefault():b.returnValue=!1)},!0);b.addEventListener("touchstart",g,!0);b.addEventListener("touchmove",g,!0);document.addEventListener("touchend",g,!0);b.addEventListener("touchcancel",g,!0);this.checkBorders=function(){return a};this.interpolate=f}function z(b,j,f,c,a,g,d){function i(a){var b=c,d="fixed"==h.p.labelSize?h.p.defaultLabelSize:h.p.labelSizeRatio*a.displaySize;b.font=(h.p.hoverFontStyle||h.p.fontStyle||"")+" "+d+"px "+(h.p.hoverFont|| +h.p.font||"");b.fillStyle="node"==h.p.labelHoverBGColor?a.color||h.p.defaultNodeColor:h.p.defaultHoverLabelBGColor;b.beginPath();h.p.labelHoverShadow&&(b.shadowOffsetX=0,b.shadowOffsetY=0,b.shadowBlur=4,b.shadowColor=h.p.labelHoverShadowColor);sigma.tools.drawRoundRect(b,Math.round(a.displayX-d/2-2),Math.round(a.displayY-d/2-2),Math.round(b.measureText(a.label).width+1.5*a.displaySize+d/2+4),Math.round(d+4),Math.round(d/2+2),"left");b.closePath();b.fill();b.shadowOffsetX=0;b.shadowOffsetY=0;b.shadowBlur= +0;b.beginPath();b.fillStyle="node"==h.p.nodeBorderColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeBorderColor;b.arc(Math.round(a.displayX),Math.round(a.displayY),a.displaySize+h.p.borderSize,0,2*Math.PI,!0);b.closePath();b.fill();b.beginPath();b.fillStyle="node"==h.p.nodeHoverColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeHoverColor;b.arc(Math.round(a.displayX),Math.round(a.displayY),a.displaySize,0,2*Math.PI,!0);b.closePath();b.fill();b.fillStyle="node"==h.p.labelHoverColor?a.color||h.p.defaultNodeColor: +h.p.defaultLabelHoverColor;b.fillText(a.label,Math.round(a.displayX+1.5*a.displaySize),Math.round(a.displayY+d/2-3));return h}function o(a){if(isNaN(a.x)||isNaN(a.y))throw Error("A node's coordinate is not a number (id: "+a.id+")");return!a.hidden&&a.displayX+a.displaySize>-n/3&&a.displayX-a.displaySize<4*n/3&&a.displayY+a.displaySize>-l/3&&a.displayY-a.displaySize<4*l/3}sigma.classes.Cascade.call(this);var h=this;this.p={labelColor:"default",defaultLabelColor:"#000",labelHoverBGColor:"default",defaultHoverLabelBGColor:"#fff", +labelHoverShadow:!0,labelHoverShadowColor:"#000",labelHoverColor:"default",defaultLabelHoverColor:"#000",labelActiveBGColor:"default",defaultActiveLabelBGColor:"#fff",labelActiveShadow:!0,labelActiveShadowColor:"#000",labelActiveColor:"default",defaultLabelActiveColor:"#000",labelSize:"fixed",defaultLabelSize:12,labelSizeRatio:2,labelThreshold:6,font:"Arial",hoverFont:"",activeFont:"",fontStyle:"",hoverFontStyle:"",activeFontStyle:"",edgeColor:"source",defaultEdgeColor:"#aaa",defaultEdgeType:"line", +defaultNodeColor:"#aaa",nodeHoverColor:"node",defaultNodeHoverColor:"#fff",nodeActiveColor:"node",defaultNodeActiveColor:"#fff",borderSize:0,nodeBorderColor:"node",defaultNodeBorderColor:"#fff",edgesSpeed:200,nodesSpeed:200,labelsSpeed:200};var n=g,l=d;this.currentLabelIndex=this.currentNodeIndex=this.currentEdgeIndex=0;this.task_drawLabel=function(){for(var b=a.nodes.length,c=0;c++<h.p.labelsSpeed&&h.currentLabelIndex<b;)if(h.isOnScreen(a.nodes[h.currentLabelIndex])){var d=a.nodes[h.currentLabelIndex++], +j=f;if(d.displaySize>=h.p.labelThreshold||d.forceLabel){var g="fixed"==h.p.labelSize?h.p.defaultLabelSize:h.p.labelSizeRatio*d.displaySize;j.font=h.p.fontStyle+g+"px "+h.p.font;j.fillStyle="node"==h.p.labelColor?d.color||h.p.defaultNodeColor:h.p.defaultLabelColor;j.fillText(d.label,Math.round(d.displayX+1.5*d.displaySize),Math.round(d.displayY+g/2-3))}}else h.currentLabelIndex++;return h.currentLabelIndex<b};this.task_drawEdge=function(){for(var b=a.edges.length,c,d,f=0;f++<h.p.edgesSpeed&&h.currentEdgeIndex< +b;)if(e=a.edges[h.currentEdgeIndex],c=e.source,d=e.target,e.hidden||c.hidden||d.hidden||!h.isOnScreen(c)&&!h.isOnScreen(d))h.currentEdgeIndex++;else{c=a.edges[h.currentEdgeIndex++];d=c.source.displayX;var g=c.source.displayY,o=c.target.displayX,i=c.target.displayY,l=c.color;if(!l)switch(h.p.edgeColor){case "source":l=c.source.color||h.p.defaultNodeColor;break;case "target":l=c.target.color||h.p.defaultNodeColor;break;default:l=h.p.defaultEdgeColor}var n=j;switch(c.type||h.p.defaultEdgeType){case "curve":n.strokeStyle= +l;n.lineWidth=c.displaySize/3;n.beginPath();n.moveTo(d,g);n.quadraticCurveTo((d+o)/2+(i-g)/4,(g+i)/2+(d-o)/4,o,i);n.stroke();break;default:n.strokeStyle=l,n.lineWidth=c.displaySize/3,n.beginPath(),n.moveTo(d,g),n.lineTo(o,i),n.stroke()}}return h.currentEdgeIndex<b};this.task_drawNode=function(){for(var c=a.nodes.length,d=0;d++<h.p.nodesSpeed&&h.currentNodeIndex<c;)if(h.isOnScreen(a.nodes[h.currentNodeIndex])){var f=a.nodes[h.currentNodeIndex++],j=Math.round(10*f.displaySize)/10,g=b;g.fillStyle=f.color; +g.beginPath();g.arc(f.displayX,f.displayY,j,0,2*Math.PI,!0);g.closePath();g.fill();f.hover&&i(f)}else h.currentNodeIndex++;return h.currentNodeIndex<c};this.drawActiveNode=function(a){var b=c;if(!o(a))return h;var d="fixed"==h.p.labelSize?h.p.defaultLabelSize:h.p.labelSizeRatio*a.displaySize;b.font=(h.p.activeFontStyle||h.p.fontStyle||"")+" "+d+"px "+(h.p.activeFont||h.p.font||"");b.fillStyle="node"==h.p.labelHoverBGColor?a.color||h.p.defaultNodeColor:h.p.defaultActiveLabelBGColor;b.beginPath();h.p.labelActiveShadow&& +(b.shadowOffsetX=0,b.shadowOffsetY=0,b.shadowBlur=4,b.shadowColor=h.p.labelActiveShadowColor);sigma.tools.drawRoundRect(b,Math.round(a.displayX-d/2-2),Math.round(a.displayY-d/2-2),Math.round(b.measureText(a.label).width+1.5*a.displaySize+d/2+4),Math.round(d+4),Math.round(d/2+2),"left");b.closePath();b.fill();b.shadowOffsetX=0;b.shadowOffsetY=0;b.shadowBlur=0;b.beginPath();b.fillStyle="node"==h.p.nodeBorderColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeBorderColor;b.arc(Math.round(a.displayX), +Math.round(a.displayY),a.displaySize+h.p.borderSize,0,2*Math.PI,!0);b.closePath();b.fill();b.beginPath();b.fillStyle="node"==h.p.nodeActiveColor?a.color||h.p.defaultNodeColor:h.p.defaultNodeActiveColor;b.arc(Math.round(a.displayX),Math.round(a.displayY),a.displaySize,0,2*Math.PI,!0);b.closePath();b.fill();b.fillStyle="node"==h.p.labelActiveColor?a.color||h.p.defaultNodeColor:h.p.defaultLabelActiveColor;b.fillText(a.label,Math.round(a.displayX+1.5*a.displaySize),Math.round(a.displayY+d/2-3));return h}; +this.drawHoverNode=i;this.isOnScreen=o;this.resize=function(a,b){n=a;l=b;return h}}function F(b,g){function f(){sigma.chronos.removeTask("node_"+d.id,2).removeTask("edge_"+d.id,2).removeTask("label_"+d.id,2).stopTasks();return d}function c(a,b){d.domElements[a]=document.createElement(b);d.domElements[a].style.position="absolute";d.domElements[a].setAttribute("id","sigma_"+a+"_"+d.id);d.domElements[a].setAttribute("class","sigma_"+a+"_"+b);d.domElements[a].setAttribute("width",d.width+"px");d.domElements[a].setAttribute("height", +d.height+"px");d.domRoot.appendChild(d.domElements[a]);return d}function a(){d.p.drawHoverNodes&&(d.graph.checkHover(d.mousecaptor.mouseX,d.mousecaptor.mouseY),d.graph.nodes.forEach(function(a){a.hover&&!a.active&&d.plotter.drawHoverNode(a)}));return d}function D(){d.p.drawActiveNodes&&d.graph.nodes.forEach(function(a){a.active&&d.plotter.drawActiveNode(a)});return d}sigma.classes.Cascade.call(this);sigma.classes.EventDispatcher.call(this);var d=this;this.id=g.toString();this.p={auto:!0,drawNodes:2, +drawEdges:1,drawLabels:2,lastNodes:2,lastEdges:0,lastLabels:2,drawHoverNodes:!0,drawActiveNodes:!0};this.domRoot=b;this.width=this.domRoot.offsetWidth;this.height=this.domRoot.offsetHeight;this.graph=new i;this.domElements={};c("edges","canvas");c("nodes","canvas");c("labels","canvas");c("hover","canvas");c("monitor","div");c("mouse","canvas");this.plotter=new z(this.domElements.nodes.getContext("2d"),this.domElements.edges.getContext("2d"),this.domElements.labels.getContext("2d"),this.domElements.hover.getContext("2d"), +this.graph,this.width,this.height);this.monitor=new q(this,this.domElements.monitor);this.mousecaptor=new p(this.domElements.mouse,this.id);this.mousecaptor.bind("drag interpolate",function(){d.draw(d.p.auto?2:d.p.drawNodes,d.p.auto?0:d.p.drawEdges,d.p.auto?2:d.p.drawLabels,!0)}).bind("stopdrag stopinterpolate",function(){d.draw(d.p.auto?2:d.p.drawNodes,d.p.auto?1:d.p.drawEdges,d.p.auto?2:d.p.drawLabels,!0)}).bind("mousedown mouseup",function(a){var b=d.graph.nodes.filter(function(a){return!!a.hover}).map(function(a){return a.id}); +d.dispatch("mousedown"==a.type?"downgraph":"upgraph");b.length&&d.dispatch("mousedown"==a.type?"downnodes":"upnodes",b)}).bind("move",function(){d.domElements.hover.getContext("2d").clearRect(0,0,d.domElements.hover.width,d.domElements.hover.height);a();D()});sigma.chronos.bind("startgenerators",function(){sigma.chronos.getGeneratorsIDs().some(function(a){return!!a.match(RegExp("_ext_"+d.id+"$",""))})&&d.draw(d.p.auto?2:d.p.drawNodes,d.p.auto?0:d.p.drawEdges,d.p.auto?2:d.p.drawLabels)}).bind("stopgenerators", +function(){d.draw()});for(var w=0;w<m.plugins.length;w++)m.plugins[w](this);this.draw=function(a,b,c,g){if(g&&sigma.chronos.getGeneratorsIDs().some(function(a){return!!a.match(RegExp("_ext_"+d.id+"$",""))}))return d;a=void 0==a?d.p.drawNodes:a;b=void 0==b?d.p.drawEdges:b;c=void 0==c?d.p.drawLabels:c;g={nodes:a,edges:b,labels:c};d.p.lastNodes=a;d.p.lastEdges=b;d.p.lastLabels=c;f();d.graph.rescale(d.width,d.height,0<a,0<b).setBorders();d.mousecaptor.checkBorders(d.graph.borders,d.width,d.height);d.graph.translate(d.mousecaptor.stageX, +d.mousecaptor.stageY,d.mousecaptor.ratio,0<a,0<b);d.dispatch("graphscaled");for(var j in d.domElements)"canvas"==d.domElements[j].nodeName.toLowerCase()&&(void 0==g[j]||0<=g[j])&&d.domElements[j].getContext("2d").clearRect(0,0,d.domElements[j].width,d.domElements[j].height);d.plotter.currentEdgeIndex=0;d.plotter.currentNodeIndex=0;d.plotter.currentLabelIndex=0;j=null;g=!1;if(a)if(1<a)for(;d.plotter.task_drawNode(););else sigma.chronos.addTask(d.plotter.task_drawNode,"node_"+d.id,!1),g=!0,j="node_"+ +d.id;if(c)if(1<c)for(;d.plotter.task_drawLabel(););else j?sigma.chronos.queueTask(d.plotter.task_drawLabel,"label_"+d.id,j):sigma.chronos.addTask(d.plotter.task_drawLabel,"label_"+d.id,!1),g=!0,j="label_"+d.id;if(b)if(1<b)for(;d.plotter.task_drawEdge(););else j?sigma.chronos.queueTask(d.plotter.task_drawEdge,"edge_"+d.id,j):sigma.chronos.addTask(d.plotter.task_drawEdge,"edge_"+d.id,!1),g=!0,j="edge_"+d.id;d.dispatch("draw");d.refresh();g&&sigma.chronos.runTasks();return d};this.resize=function(a, +b){var c=d.width,f=d.height;void 0!=a&&void 0!=b?(d.width=a,d.height=b):(d.width=d.domRoot.offsetWidth,d.height=d.domRoot.offsetHeight);if(c!=d.width||f!=d.height){for(var j in d.domElements)d.domElements[j].setAttribute("width",d.width+"px"),d.domElements[j].setAttribute("height",d.height+"px");d.plotter.resize(d.width,d.height);d.draw(d.p.lastNodes,d.p.lastEdges,d.p.lastLabels,!0)}return d};this.refresh=function(){d.domElements.hover.getContext("2d").clearRect(0,0,d.domElements.hover.width,d.domElements.hover.height); +a();D();return d};this.drawHover=a;this.drawActive=D;this.clearSchedule=f;window.addEventListener("resize",function(){d.resize()})}function x(b){var j=this;sigma.classes.EventDispatcher.call(this);this._core=b;this.kill=function(){};this.getID=function(){return b.id};this.configProperties=function(f,c){var a=b.config(f,c);return a==b?j:a};this.drawingProperties=function(f,c){var a=b.plotter.config(f,c);return a==b.plotter?j:a};this.mouseProperties=function(f,c){var a=b.mousecaptor.config(f,c);return a== +b.mousecaptor?j:a};this.graphProperties=function(f,c){var a=b.graph.config(f,c);return a==b.graph?j:a};this.getMouse=function(){return{mouseX:b.mousecaptor.mouseX,mouseY:b.mousecaptor.mouseY,down:b.mousecaptor.isMouseDown}};this.position=function(f,c,a){if(0==arguments.length)return{stageX:b.mousecaptor.stageX,stageY:b.mousecaptor.stageY,ratio:b.mousecaptor.ratio};b.mousecaptor.stageX=void 0!=f?f:b.mousecaptor.stageX;b.mousecaptor.stageY=void 0!=c?c:b.mousecaptor.stageY;b.mousecaptor.ratio=void 0!= +a?a:b.mousecaptor.ratio;return j};this.goTo=function(f,c,a){b.mousecaptor.interpolate(f,c,a);return j};this.zoomTo=function(f,c,a){a=Math.min(Math.max(b.mousecaptor.config("minRatio"),a),b.mousecaptor.config("maxRatio"));a==b.mousecaptor.ratio?b.mousecaptor.interpolate(f-b.width/2+b.mousecaptor.stageX,c-b.height/2+b.mousecaptor.stageY):b.mousecaptor.interpolate((a*f-b.mousecaptor.ratio*b.width/2)/(a-b.mousecaptor.ratio),(a*c-b.mousecaptor.ratio*b.height/2)/(a-b.mousecaptor.ratio),a);return j};this.resize= +function(f,c){b.resize(f,c);return j};this.draw=function(f,c,a,g){b.draw(f,c,a,g);return j};this.refresh=function(){b.refresh();return j};this.addGenerator=function(f,c,a){sigma.chronos.addGenerator(f+"_ext_"+b.id,c,a);return j};this.removeGenerator=function(f){sigma.chronos.removeGenerator(f+"_ext_"+b.id);return j};this.addNode=function(f,c){b.graph.addNode(f,c);return j};this.addEdge=function(f,c,a,g){b.graph.addEdge(f,c,a,g);return j};this.dropNode=function(f){b.graph.dropNode(f);return j};this.dropEdge= +function(f){b.graph.dropEdge(f);return j};this.pushGraph=function(f,c){f.nodes&&f.nodes.forEach(function(a){a.id&&(!c||!b.graph.nodesIndex[a.id])&&j.addNode(a.id,a)});f.edges&&f.edges.forEach(function(a){(validID=a.source&&a.target&&a.id)&&(!c||!b.graph.edgesIndex[a.id])&&j.addNode(a.id,a.source,a.target,a)});return j};this.emptyGraph=function(){b.graph.empty();return j};this.getNodesCount=function(){return b.graph.nodes.length};this.getEdgesCount=function(){return b.graph.edges.length};this.iterNodes= +function(f,c){b.graph.iterNodes(f,c);return j};this.iterEdges=function(f,c){b.graph.iterEdges(f,c);return j};this.getNodes=function(f){return b.graph.getNodes(f)};this.getEdges=function(f){return b.graph.getEdges(f)};this.activateMonitoring=function(){return b.monitor.activate()};this.desactivateMonitoring=function(){return b.monitor.desactivate()};b.bind("downnodes upnodes downgraph upgraph",function(b){j.dispatch(b.type,b.content)});b.graph.bind("overnodes outnodes",function(b){j.dispatch(b.type, +b.content)})}var k=0,m={plugins:[]};sigma.init=function(b){b=new F(b,(++k).toString());sigma.instances[k]=new x(b);return sigma.instances[k]};sigma.addPlugin=function(b,g,f){x.prototype[b]=g;m.plugins.push(f)};sigma.chronos=new function(){function b(a){window.setTimeout(a,0);return h}function g(){for(h.dispatch("frameinserted");n&&v.length&&f(););!n||!v.length?a():(B=(new Date).getTime(),m++,z=u-p,q=p-z,h.dispatch("insertframe"),b(g))}function f(){C%=v.length;if(!v[C].task()){var a=v[C].taskName; +y=y.filter(function(b){b.taskParent==a&&v.push({taskName:b.taskName,task:b.task});return b.taskParent!=a});h.dispatch("killed",v.splice(C--,1)[0])}C++;u=(new Date).getTime()-B;return u<=q}function c(){n=!0;m=C=0;x=B=(new Date).getTime();h.dispatch("start");h.dispatch("insertframe");b(g);return h}function a(){h.dispatch("stop");n=!1;return h}function i(a,b,d){if("function"!=typeof a)throw Error('Task "'+b+'" is not a function');v.push({taskName:b,task:a});n=!(!n&&!(d&&c()||1));return h}function d(a){return a? +Object.keys(r).filter(function(a){return!!r[a].on}).length:Object.keys(r).length}function w(){Object.keys(r).length?(h.dispatch("startgenerators"),h.unbind("killed",o),b(function(){for(var a in r)r[a].on=!0,i(r[a].task,a,!1)}),h.bind("killed",o).runTasks()):h.dispatch("stopgenerators");return h}function o(a){void 0!=r[a.content.taskName]&&(r[a.content.taskName].del||!r[a.content.taskName].condition()?delete r[a.content.taskName]:r[a.content.taskName].on=!1,0==d(!0)&&w())}sigma.classes.EventDispatcher.call(this); +var h=this,n=!1,l=80,k=0,m=0,p=1E3/l,q=p,u=0,x=0,B=0,z=0,r={},v=[],y=[],C=0;this.frequency=function(a){return void 0!=a?(l=Math.abs(1*a),p=1E3/l,m=0,h):l};this.runTasks=c;this.stopTasks=a;this.insertFrame=b;this.addTask=i;this.queueTask=function(a,b,c){if("function"!=typeof a)throw Error('Task "'+b+'" is not a function');if(!v.concat(y).some(function(a){return a.taskName==c}))throw Error('Parent task "'+c+'" of "'+b+'" is not attached.');y.push({taskParent:c,taskName:b,task:a});return h};this.removeTask= +function(b,c){if(void 0==b)v=[],1==c?y=[]:2==c&&(v=y,y=[]),a();else{var d="string"==typeof b?b:"";v=v.filter(function(a){return("string"==typeof b?a.taskName==b:a.task==b)?(d=a.taskName,!1):!0});0<c&&(y=y.filter(function(a){1==c&&a.taskParent==d&&v.push(a);return a.taskParent!=d}))}n=!(v.length&&(!a()||1));return h};this.addGenerator=function(a,b,c){if(void 0!=r[a])return h;r[a]={task:b,condition:c};0==d(!0)&&w();return h};this.removeGenerator=function(a){r[a]&&(r[a].on=!1,r[a].del=!0);return h}; +this.startGenerators=w;this.getGeneratorsIDs=function(){return Object.keys(r)};this.getFPS=function(){n&&(k=Math.round(1E4*(m/((new Date).getTime()-x)))/10);return k};this.getTasksCount=function(){return v.length};this.getQueuedTasksCount=function(){return y.length};this.getExecutionTime=function(){return B-x};return this};sigma.debugMode=0;sigma.log=function(){if(1==sigma.debugMode)for(var b in arguments)console.log(arguments[b]);else if(1<sigma.debugMode)for(b in arguments)throw Error(arguments[b]); +return sigma};sigma.easing={linear:{},quadratic:{}};sigma.easing.linear.easenone=function(b){return b};sigma.easing.quadratic.easein=function(b){return b*b};sigma.easing.quadratic.easeout=function(b){return-b*(b-2)};sigma.easing.quadratic.easeinout=function(b){return 1>(b*=2)?0.5*b*b:-0.5*(--b*(b-2)-1)};sigma.tools.drawRoundRect=function(b,g,f,c,a,i,d){var i=i?i:0,k=d?d:[],k="string"==typeof k?k.split(" "):k,d=i&&(0<=k.indexOf("topleft")||0<=k.indexOf("top")||0<=k.indexOf("left")),m=i&&(0<=k.indexOf("topright")|| +0<=k.indexOf("top")||0<=k.indexOf("right")),h=i&&(0<=k.indexOf("bottomleft")||0<=k.indexOf("bottom")||0<=k.indexOf("left")),k=i&&(0<=k.indexOf("bottomright")||0<=k.indexOf("bottom")||0<=k.indexOf("right"));b.moveTo(g,f+i);d?b.arcTo(g,f,g+i,f,i):b.lineTo(g,f);m?(b.lineTo(g+c-i,f),b.arcTo(g+c,f,g+c,f+i,i)):b.lineTo(g+c,f);k?(b.lineTo(g+c,f+a-i),b.arcTo(g+c,f+a,g+c-i,f+a,i)):b.lineTo(g+c,f+a);h?(b.lineTo(g+i,f+a),b.arcTo(g,f+a,g,f+a-i,i)):b.lineTo(g,f+a);b.lineTo(g,f+i)};sigma.tools.getRGB=function(b, +g){var b=b.toString(),f={r:0,g:0,b:0};if(3<=b.length&&"#"==b.charAt(0)){var c=b.length-1;6==c?f={r:parseInt(b.charAt(1)+b.charAt(2),16),g:parseInt(b.charAt(3)+b.charAt(4),16),b:parseInt(b.charAt(5)+b.charAt(5),16)}:3==c&&(f={r:parseInt(b.charAt(1)+b.charAt(1),16),g:parseInt(b.charAt(2)+b.charAt(2),16),b:parseInt(b.charAt(3)+b.charAt(3),16)})}g&&(f=[f.r,f.g,f.b]);return f};sigma.tools.rgbToHex=function(b,g,f){return sigma.tools.toHex(b)+sigma.tools.toHex(g)+sigma.tools.toHex(f)};sigma.tools.toHex= +function(b){b=parseInt(b,10);if(isNaN(b))return"00";b=Math.max(0,Math.min(b,255));return"0123456789ABCDEF".charAt((b-b%16)/16)+"0123456789ABCDEF".charAt(b%16)};sigma.publicPrototype=x.prototype})(); diff --git a/js/sigma/sigma.parseGexf.js b/js/sigma/sigma.parseGexf.js new file mode 100644 index 0000000..1924c3e --- /dev/null +++ b/js/sigma/sigma.parseGexf.js @@ -0,0 +1,166 @@ +// Mathieu Jacomy @ Sciences Po Médialab & WebAtlas +// (requires sigma.js to be loaded) +sigma.publicPrototype.parseGexf = function(gexfPath,callback) { + // Load XML file: + var gexfhttp, gexf; + var sigmaInstance = this; + gexfhttp = window.XMLHttpRequest ? + new XMLHttpRequest() : + new ActiveXObject('Microsoft.XMLHTTP'); + + gexfhttp.overrideMimeType('text/xml'); + gexfhttp.open('GET', gexfPath, false); + gexfhttp.send(); + gexf = gexfhttp.responseXML; + + var viz='http://www.gexf.net/1.2draft/viz'; // Vis namespace + var i, j, k; + + // Parse Attributes + // This is confusing, so I'll comment heavily + var nodesAttributes = []; // The list of attributes of the nodes of the graph that we build in json + var nodesAttributesDict = {}; + var edgesAttributes = []; // The list of attributes of the edges of the graph that we build in json + var edgesAttributesDict = {}; + var attributesNodes = gexf.getElementsByTagName('attributes'); // In the gexf (that is an xml), the list of xml nodes 'attributes' (note the plural 's') + + for(i = 0; i<attributesNodes.length; i++){ + var attributesNode = attributesNodes[i]; // attributesNode is each xml node 'attributes' (plural) + if(attributesNode.getAttribute('class') == 'node'){ + var attributeNodes = attributesNode.getElementsByTagName('attribute'); // The list of xml nodes 'attribute' (no 's') + for(j = 0; j<attributeNodes.length; j++){ + var attributeNode = attributeNodes[j]; // Each xml node 'attribute' + + var id = attributeNode.getAttribute('id'), + title = attributeNode.getAttribute('title'), + type = attributeNode.getAttribute('type'); + + var attribute = {id:id, title:title, type:type}; + nodesAttributes.push(attribute); + nodesAttributesDict[id] = title + + } + } else if(attributesNode.getAttribute('class') == 'edge'){ + var attributeNodes = attributesNode.getElementsByTagName('attribute'); // The list of xml nodes 'attribute' (no 's') + for(j = 0; j<attributeNodes.length; j++){ + var attributeNode = attributeNodes[j]; // Each xml node 'attribute' + + var id = attributeNode.getAttribute('id'), + title = attributeNode.getAttribute('title'), + type = attributeNode.getAttribute('type'); + + var attribute = {id:id, title:title, type:type}; + edgesAttributes.push(attribute); + edgesAttributesDict[id] = title + + } + } + } + + var nodes = []; // The nodes of the graph + var nodesNodes = gexf.getElementsByTagName('nodes') // The list of xml nodes 'nodes' (plural) + + for(i=0; i<nodesNodes.length; i++){ + var nodesNode = nodesNodes[i]; // Each xml node 'nodes' (plural) + var nodeNodes = nodesNode.getElementsByTagName('node'); // The list of xml nodes 'node' (no 's') + + for(j=0; j<nodeNodes.length; j++){ + var nodeNode = nodeNodes[j]; // Each xml node 'node' (no 's') + + window.NODE = nodeNode; + + var id = nodeNode.getAttribute('id'); + var label = nodeNode.getAttribute('label') || id; + + //viz + var size = 1; + var x = 100 - 200*Math.random(); + var y = 100 - 200*Math.random(); + var color; + + var sizeNodes = nodeNode.getElementsByTagName('size'); + sizeNodes = sizeNodes.length ? + sizeNodes : + nodeNode.getElementsByTagNameNS('*','size'); + if(sizeNodes.length>0){ + sizeNode = sizeNodes[0]; + size = parseFloat(sizeNode.getAttribute('value')); + } + + var positionNodes = nodeNode.getElementsByTagName('position'); + positionNodes = positionNodes.length ? + positionNodes : + nodeNode.getElementsByTagNameNS('*','position'); + if(positionNodes.length>0){ + var positionNode = positionNodes[0]; + x = parseFloat(positionNode.getAttribute('x')); + y = parseFloat(positionNode.getAttribute('y')); + } + + var colorNodes = nodeNode.getElementsByTagName('color'); + colorNodes = colorNodes.length ? + colorNodes : + nodeNode.getElementsByTagNameNS('*','color'); + if(colorNodes.length>0){ + colorNode = colorNodes[0]; + color = '#'+sigma.tools.rgbToHex(parseFloat(colorNode.getAttribute('r')), + parseFloat(colorNode.getAttribute('g')), + parseFloat(colorNode.getAttribute('b'))); + } + + // Create Node + var node = {label:label, size:size, x:x, y:y, attributes:{}, color:color}; // The graph node + + // Attribute values + var attvalueNodes = nodeNode.getElementsByTagName('attvalue'); + for(k=0; k<attvalueNodes.length; k++){ + var attvalueNode = attvalueNodes[k]; + var attr = attvalueNode.getAttribute('for'); + var val = attvalueNode.getAttribute('value'); + node.attributes[nodesAttributesDict[attr]] = val; + } + + sigmaInstance.addNode(id,node); + } + } + + var edges = []; + var edgeId = 0; + var edgesNodes = gexf.getElementsByTagName('edges'); + for(i=0; i<edgesNodes.length; i++){ + var edgesNode = edgesNodes[i]; + var edgeNodes = edgesNode.getElementsByTagName('edge'); + for(j=0; j<edgeNodes.length; j++){ + var edgeNode = edgeNodes[j]; + var source = edgeNode.getAttribute('source'); + var target = edgeNode.getAttribute('target'); + var label = edgeNode.getAttribute('label'); + var edge = { + id: j, + source: source, + target: target, + label: label, + attributes: {} + }; + + var attrs = edgeNode.attributes; + for(var i=0;i<attrs.length;i++) { + var n = attrs[i].name; + if(n == 'source' || n =='target' || n=='label') + continue; + edge.attributes[n]=attrs[i].value; + } + + var attvalueNodes = edgeNode.getElementsByTagName('attvalue'); + for(k=0; k<attvalueNodes.length; k++){ + var attvalueNode = attvalueNodes[k]; + var attr = attvalueNode.getAttribute('for'); + var val = attvalueNode.getAttribute('value'); + edge.attributes[edgesAttributesDict[attr]] = val; + } + + sigmaInstance.addEdge(edgeId++,source,target,edge); + } + } + if (callback) callback.call(this);//Trigger the data ready function +}; diff --git a/js/sigma/sigma.parseJson.js b/js/sigma/sigma.parseJson.js new file mode 100644 index 0000000..2cecce4 --- /dev/null +++ b/js/sigma/sigma.parseJson.js @@ -0,0 +1,28 @@ +// Scott Hale (Oxford Internet Institute) +// Requires sigma.js and jquery to be loaded +// based on parseGexf from Mathieu Jacomy @ Sciences Po Médialab & WebAtlas + +sigma.publicPrototype.parseJson = function(jsonPath,callback) { + var sigmaInstance = this; + jQuery.getJSON(jsonPath, function(data) { + for (i=0; i<data.nodes.length; i++){ + var id=data.nodes[i].id; + //window.NODE = data.nodes[i];//In the original, but not sure purpose + sigmaInstance.addNode(id,data.nodes[i]); + } + + for(j=0; j<data.edges.length; j++){ + var edgeNode = data.edges[j]; + + var source = edgeNode.source; + var target = edgeNode.target; + var label = edgeNode.label; + var eid = edgeNode.id; + + sigmaInstance.addEdge(eid,source,target,edgeNode); + } + + if (callback) callback.call(this);//Trigger the data ready function + + });//end jquery getJSON function +};//end sigma.parseJson function diff --git a/web.config b/web.config new file mode 100644 index 0000000..7345e31 --- /dev/null +++ b/web.config @@ -0,0 +1,12 @@ +<configuration> + + <system.webServer> + + <staticContent> + <mimeMap fileExtension=".json" mimeType="application/json" /> + <mimeMap fileExtension=".gexf" mimeType="text/xml" /> + </staticContent> + + </system.webServer> + +</configuration> -- GitLab