-
-
Save jrladd/5ede96a76360f39e4b0aa1f93706547a to your computer and use it in GitHub Desktop.
LCSH Tag Network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .node { | |
| stroke: #fff; | |
| stroke-width: 1.5px; | |
| } | |
| .link { | |
| stroke: #999; | |
| stroke-opacity: .6; | |
| } | |
| </style> | |
| <body> | |
| <script src="//d3js.org/d3.v3.min.js"></script> | |
| <script> | |
| var width = 960, | |
| height = 500; | |
| var color = d3.scale.category20(); | |
| var force = d3.layout.force() | |
| .charge(-120) | |
| .linkDistance(30) | |
| .size([width, height]); | |
| var svg = d3.select("body").append("svg") | |
| .attr("width", width) | |
| .attr("height", height); | |
| d3.json("network_lcsh.json", function(error, graph) { | |
| if (error) throw error; | |
| force | |
| .nodes(graph.nodes) | |
| .links(graph.links) | |
| .start(); | |
| var link = svg.selectAll(".link") | |
| .data(graph.links) | |
| .enter().append("line") | |
| .attr("class", "link") | |
| .style("stroke-width", function(d) { return Math.sqrt(d.value); }); | |
| var node = svg.selectAll(".node") | |
| .data(graph.nodes) | |
| .enter().append("circle") | |
| .attr("class", "node") | |
| .attr("r", 5) | |
| .style("fill", function(d) { return color(d.group); }) | |
| .call(force.drag); | |
| node.append("title") | |
| .text(function(d) { return d.name; }); | |
| force.on("tick", function() { | |
| link.attr("x1", function(d) { return d.source.x; }) | |
| .attr("y1", function(d) { return d.source.y; }) | |
| .attr("x2", function(d) { return d.target.x; }) | |
| .attr("y2", function(d) { return d.target.y; }); | |
| node.attr("cx", function(d) { return d.x; }) | |
| .attr("cy", function(d) { return d.y; }); | |
| }); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"directed": false, "graph": {}, "nodes": [{"id": "Commentaries"}, {"id": "Episcopacy"}, {"id": "Poetry, Latin"}, {"id": "Paraphrases, English"}, {"id": "17th century"}, {"id": "Poetry"}, {"id": "To 1485"}, {"id": "Man (Theology)"}, {"id": "Church history"}, {"id": "1558-1603"}, {"id": "Purgatory"}, {"id": "Meditations"}, {"id": "Navigation"}, {"id": "Political ethics"}, {"id": "Christian union"}, {"id": "Trials"}, {"id": "Coinage"}, {"id": "Dialing"}, {"id": "Pride and vanity"}, {"id": "Love poetry, English"}, {"id": "Henry"}, {"id": "Prince of Wales, 1688-1766"}, {"id": "Earl of, 1566-1601"}, {"id": "Examinations"}, {"id": "Christian literature"}, {"id": "Apostles' Creed"}, {"id": "Alchemy"}, {"id": "Sabbath"}, {"id": "Leeds, Thomas Osborne,"}, {"id": "Estates (Law)"}, {"id": "Soldiers"}, {"id": "Turkey"}, {"id": "Baron, 1598-1652"}, {"id": "1648-1714"}, {"id": "1648-1715"}, {"id": "War of 1689-1691"}, {"id": "Devotional literature"}, {"id": "Interest"}, {"id": "Regicides"}, {"id": "Theater"}, {"id": "O.T"}, {"id": "Essence, genius, nature"}, {"id": "Politics and government"}, {"id": "University of Cambridge"}, {"id": "Royal College of Physicians of London"}, {"id": "Ten commandments"}, {"id": "of Modena, Queen, consort of James II, King of England, 1658-1718"}, {"id": "Duke of, 1592-1676"}, {"id": "Campaigns"}, {"id": "Oath of allegiance, 1606"}, {"id": "Henry VIII, 1509-1547"}, {"id": "Education of princes"}, {"id": "Wars of Independence, 1556-1648"}, {"id": "Sir, 1619?-1674?"}, {"id": "Fasting"}, {"id": "Debtor and creditor"}, {"id": "Bishops"}, {"id": "Sir, d. 1661"}, {"id": "Appropriations and expenditures"}, {"id": "Fitzharris, Edward, 1648?-1681"}, {"id": "Fifth Monarchy Men"}, {"id": "Henry III, 1574-1589"}, {"id": "Strafford, Thomas Wentworth,"}, {"id": "Marriage"}, {"id": "Ballads, English"}, {"id": "Natural history"}, {"id": "Imprisonment"}, {"id": "Land tenure"}, {"id": "Huguenots"}, {"id": "Quakers"}, {"id": "Future life"}, {"id": "William and Mary, 1689-1702"}, {"id": "Pharmacy"}, {"id": "Architecture"}, {"id": "Lay preaching"}, {"id": "Home economics"}, {"id": "Devil"}, {"id": "Letter writing"}, {"id": "Puritan Revolution, 1642-1660"}, {"id": "Anglo-Dutch War, 1652-1654"}, {"id": "Health"}, {"id": "Catalogs, Booksellers'"}, {"id": "Wales"}, {"id": "Wool industry"}, {"id": "1517-1648"}, {"id": "Europe"}, {"id": "Detention of persons"}, {"id": "Nederlandsche Oost-Indische Compagnie"}, {"id": "Baxter, Richard, 1615-1691"}, {"id": "Queen of England, 1533-1603"}, {"id": "Political science"}, {"id": "Lent"}, {"id": "Loyalty oaths"}, {"id": "Wars of the Huguenots, 1562-1598"}, {"id": "Patent medicines"}, {"id": "Devotional exercises"}, {"id": "Redemption"}, {"id": "Tobacco"}, {"id": "Ecclesiastical law"}, {"id": "Geometry"}, {"id": "Dutch War, 1672-1678"}, {"id": "Primitive and early church, ca. 30-600"}, {"id": "Tithes"}, {"id": "Modern period, 1500-"}, {"id": "Mass"}, {"id": "Law reports, digests, etc"}, {"id": "Sir, 1621-1678"}, {"id": "Visitation sermons"}, {"id": "Royalists"}, {"id": "Westminster Assembly (1643-1652)"}, {"id": "Freedom of religion"}, {"id": "Customs and practices"}, {"id": "Predictive astrology"}, {"id": "Protestantism"}, {"id": "Arminianism"}, {"id": "Church polity"}, {"id": "Godfrey, Edmund Berry,"}, {"id": "Political poetry, English"}, {"id": "Christian sects"}, {"id": "Billeting"}, {"id": "Society of Friends"}, {"id": "Duties"}, {"id": "Parliament"}, {"id": "Madrigals, English"}, {"id": "Sundials"}, {"id": "Prophecies"}, {"id": "Philosophy and religion"}, {"id": "Oates, Titus, 1649-1705"}, {"id": "House of Commons"}, {"id": "Hymns, English"}, {"id": "Sir, 1597?-1668"}, {"id": "Anglo-Dutch War, 1664-1667"}, {"id": "Expulsion"}, {"id": "Succession"}, {"id": "II,"}, {"id": "Hesilrige, Arthur,"}, {"id": "Fire, 1666"}, {"id": "Grand Alliance, War of the, 1689-1697"}, {"id": "Prohibited books"}, {"id": "Sources"}, {"id": "Earl of, 1602-1671"}, {"id": "Visions"}, {"id": "King of England, 1630-1685"}, {"id": "Excommunication"}, {"id": "Descent into hell"}, {"id": "Toleration"}, {"id": "Criminals"}, {"id": "Wrath"}, {"id": "Dissenters, Religious"}, {"id": "Fairfax, Thomas Fairfax,"}, {"id": "Trinity"}, {"id": "Catholics"}, {"id": "Description and travel"}, {"id": "Cookery, English"}, {"id": "Prerogative, Royal"}, {"id": "Londonderry (Northern Ireland)"}, {"id": "Philosophy"}, {"id": "Popes"}, {"id": "Hull (England)"}, {"id": "Trials (Treason)"}, {"id": "Spain"}, {"id": "Anti-Catholicism"}, {"id": "Mercy"}, {"id": "Grammar"}, {"id": "English drama"}, {"id": "Shaftesbury, Anthony Ashley Cooper,"}, {"id": "Viscount, 1614-1680"}, {"id": "Buckingham, George Villiers,"}, {"id": "Court of Common Council"}, {"id": "Songs, English"}, {"id": "Marprelate controversy"}, {"id": "Apocalyptic literature"}, {"id": "1649-1660"}, {"id": "Epigrams"}, {"id": "Authority"}, {"id": "Worship and love"}, {"id": "Treaties"}, {"id": "Great Britain"}, {"id": "Committee for the Militia"}, {"id": "Council"}, {"id": "Test Act (1673)"}, {"id": "1688-1689"}, {"id": "Agriculture"}, {"id": "Essex, Robert Devereux,"}, {"id": "Veterinary medicine"}, {"id": "Lord's prayer"}, {"id": "Humor"}, {"id": "Drill and minor tactics"}, {"id": "London (England)"}, {"id": "Fens, The (England)"}, {"id": "Fasts and feasts"}, {"id": "Saints"}, {"id": "Holles, Denzil Holles,"}, {"id": "Restoration, 1660-1688"}, {"id": "Almanacs, Welsh"}, {"id": "Posture in worship"}, {"id": "Heresy"}, {"id": "Sacraments"}, {"id": "Providence and government of God"}, {"id": "King of England, 1600-1649"}, {"id": "Postal service"}, {"id": "Duke of, 1608-1670"}, {"id": "Elizabeth"}, {"id": "1642-1660"}, {"id": "Dialogues, English"}, {"id": "Law and legislation"}, {"id": "Siege, 1648"}, {"id": "William"}, {"id": "Proclamations"}, {"id": "Plague"}, {"id": "Office"}, {"id": "Consolation"}, {"id": "Colonial period, ca. 1600-1775"}, {"id": "Astronomy"}, {"id": "Rogues and vagabonds"}, {"id": "Commerce"}, {"id": "Trials (Murder)"}, {"id": "Epigrams, English"}, {"id": "Almanacs, English"}, {"id": "Monopolies"}, {"id": "Contested elections"}, {"id": "III,"}, {"id": "Marquis of, 1598-1661"}, {"id": "Rupert,"}, {"id": "Money"}, {"id": "City of London (England)"}, {"id": "Constitutional history"}, {"id": "Religion and politics"}, {"id": "International travel regulations"}, {"id": "Puritans"}, {"id": "Catholic authors"}, {"id": "University of Oxford"}, {"id": "Speeches, addresses, etc., English"}, {"id": "Anabaptists"}, {"id": "College verse, English"}, {"id": "Temptation"}, {"id": "Anecdotes"}, {"id": "Medicine"}, {"id": "Church of Scotland"}, {"id": "Catalogs"}, {"id": "Elegiac poetry"}, {"id": "Real presence"}, {"id": "King of France, 1553-1610"}, {"id": "Physics"}, {"id": "New England"}, {"id": "Christian life"}, {"id": "Suffering"}, {"id": "Darien Scots' Colony, 1698-1700"}, {"id": "Psalters"}, {"id": "Monmouth, James Scott,"}, {"id": "House of Lords"}, {"id": "Restoration, 1660-1700"}, {"id": "Physiology"}, {"id": "Usury"}, {"id": "History, Naval"}, {"id": "Charitable contributions"}, {"id": "Charles II, 1660-1685"}, {"id": "Young men"}, {"id": "Christianity"}, {"id": "Devotional literature, English"}, {"id": "Covenant theology"}, {"id": "History"}, {"id": "Sovereign (1625-1649 : Charles I)"}, {"id": "Swearing"}, {"id": "Love"}, {"id": "Prayers"}, {"id": "Sir, 1616-1704"}, {"id": "Earl of, 1593-1641"}, {"id": "Ormonde, James Butler,"}, {"id": "Siege, 1688-1689"}, {"id": "Theology, Practical"}, {"id": "Charles I, 1625-1649"}, {"id": "Therapeutics"}, {"id": "Visitations, Ecclesiastical"}, {"id": "Hotham, John,"}, {"id": "Pre-Linnean works"}, {"id": "God"}, {"id": "Peace"}, {"id": "Liturgy"}, {"id": "Case of the allegiance due to soveraign powers"}, {"id": "Sovereign (1660-1685 : Charles II)"}, {"id": "Evidences, authority, etc"}, {"id": "Free will and determinism"}, {"id": "16th century"}, {"id": "Texts"}, {"id": "Courts and courtiers"}, {"id": "Civil rights"}, {"id": "Ballads, Scots"}, {"id": "Thirty-nine Articles"}, {"id": "Canning and preserving"}, {"id": "English poetry"}, {"id": "Church lands"}, {"id": "Pastoral letters and charges"}, {"id": "Ballads"}, {"id": "Liberty of conscience"}, {"id": "Adultery"}, {"id": "Almanacs"}, {"id": "Food law and legislation"}, {"id": "Pamphlets"}, {"id": "1689-1714"}, {"id": "Royal Navy"}, {"id": "Logic"}, {"id": "Henry IV, 1589-1610"}, {"id": "Edward VI, 1547-1553"}, {"id": "James I, 1603-1625"}, {"id": "Lord, 1639-1683"}, {"id": "Waller, William,"}, {"id": "Judgment Day"}, {"id": "Christian ethics"}, {"id": "Jesus Christ"}, {"id": "Prisoners"}, {"id": "Creation"}, {"id": "Chronology"}, {"id": "Pym, John, 1584-1643"}, {"id": "Fox, George, 1624-1691"}, {"id": "Prevention"}, {"id": "Funeral sermons"}, {"id": "Man-woman relationships"}, {"id": "Prince, Count Palatine, 1619-1682"}, {"id": "Inchiquin, Murrough O'Brien,"}, {"id": "Government, Resistance to"}, {"id": "Religion"}, {"id": "Discipline"}, {"id": "Levellers"}, {"id": "Lotteries"}, {"id": "XIV,"}, {"id": "England and Wales"}, {"id": "Prynne, William, 1600-1669"}, {"id": "Poor"}, {"id": "Mary,"}, {"id": "Rye House Plot, 1683"}, {"id": "Baron, 1599-1680"}, {"id": "Indulgences"}, {"id": "Puritan authors"}, {"id": "Apologetic works"}, {"id": "Scrofula"}, {"id": "Finance, Public"}, {"id": "King of France, 1638-1715"}, {"id": "Netherlands"}, {"id": "Psalms"}, {"id": "Louis"}, {"id": "Maxims"}, {"id": "Judgment of God"}, {"id": "Foreign trade regulation"}, {"id": "Anglican authors"}, {"id": "Nobility"}, {"id": "Eschatology"}, {"id": "Company of Scotland Trading to Africa and the Indies"}, {"id": "Blasphemy"}, {"id": "Formulae, receipts, prescriptions"}, {"id": "Duke of, 1628-1687"}, {"id": "Latin language"}, {"id": "Earl of, 1631-1683"}, {"id": "Omens"}, {"id": "Obstetrics"}, {"id": "Surveying"}, {"id": "Hell"}, {"id": "Education"}, {"id": "Mary I, 1553-1558"}, {"id": "York (England)"}, {"id": "Second Advent"}, {"id": "Conduct of life"}, {"id": "Separatists"}, {"id": "Lilburne, John, 1614?-1657"}, {"id": "L'Estrange, Roger,"}, {"id": "Elizabeth, 1558-1603"}, {"id": "Rhetoric"}, {"id": "France"}, {"id": "Russell, William,"}, {"id": "Sir, d. 1645 Jan. 2"}, {"id": "Schomberg, Friedrich Hermann Schomberg,"}, {"id": "1649-1775"}, {"id": "Predestination"}, {"id": "Masques"}, {"id": "Sin, Original"}, {"id": "Independent churches"}, {"id": "General Assembly"}, {"id": "Presbyterianism"}, {"id": "Socinianism"}, {"id": "Lord's Supper"}, {"id": "Study and teaching"}, {"id": "Courts"}, {"id": "Prices"}, {"id": "Religious poetry, English"}, {"id": "Foreign relations"}, {"id": "Infallibility"}, {"id": "Bible"}, {"id": "Duke of, 1615-1690"}, {"id": "Exorcism"}, {"id": "Early modern, 1500-1700"}, {"id": "1660-1714"}, {"id": "Debt, Imprisonment for"}, {"id": "Atheism"}, {"id": "Fast-day sermons"}, {"id": "Justice, Administration of"}, {"id": "Virginia"}, {"id": "Holy Spirit"}, {"id": "Naval operations"}, {"id": "Horsemanship"}, {"id": "Solemn League and Covenant (1643)"}, {"id": "Worship"}, {"id": "Oaths"}, {"id": "Theology, Doctrinal"}, {"id": "Doctrines"}, {"id": "Death"}, {"id": "Treason"}, {"id": "Periodicals"}, {"id": "Riots"}, {"id": "Stillingfleet, Edward, 1635-1699"}, {"id": "Biblical teaching"}, {"id": "Syphilis"}, {"id": "James,"}, {"id": "Whitehead, George, 1636?-1723"}, {"id": "Human anatomy"}, {"id": "Royal supremacy (Church of England)"}, {"id": "Conspiracies"}, {"id": "Newcastle, William Cavendish,"}, {"id": "King of England, 1633-1701"}, {"id": "Monarchy"}, {"id": "To 1688"}, {"id": "Hobbes, Thomas, 1588-1679"}, {"id": "Tillotson, John, 1630-1694"}, {"id": "Revelation"}, {"id": "Brownists"}, {"id": "Restraint of trade"}, {"id": "Materia medica"}, {"id": "Women"}, {"id": "Controversial literature"}, {"id": "Commercial policy"}, {"id": "Medicine, Magic, mystic, and spagiric"}, {"id": "Earl of, 1621-1683"}, {"id": "Inner Light"}, {"id": "Military art and science"}, {"id": "Austro-Turkish War, 1683-1699"}, {"id": "Gardening"}, {"id": "Voyages and travels"}, {"id": "Poll tax"}, {"id": "Political satire, English"}, {"id": "Louis XIV, 1643-1715"}, {"id": "Preaching"}, {"id": "Church"}, {"id": "Creeds"}, {"id": "Revolution of 1688"}, {"id": "Divinity"}, {"id": "Edinburgh (Lothian)"}, {"id": "1599-1658"}, {"id": "Inclosures"}, {"id": "Taxation"}, {"id": "Earl of, 1607-1651"}, {"id": "I,"}, {"id": "Persecution"}, {"id": "Antichrist"}, {"id": "Sherlock, William, 1641?-1707"}, {"id": "Faith"}, {"id": "Religious aspects"}, {"id": "Soul"}, {"id": "Albemarle, George Monck,"}, {"id": "Justification"}, {"id": "Civil War, 1642-1649"}, {"id": "Knowledge, Theory of"}, {"id": "Gunpowder Plot, 1605"}, {"id": "Salvation"}, {"id": "Diseases"}, {"id": "1453-1683"}, {"id": "Apologetics"}, {"id": "Duke of, 1631-1712"}, {"id": "Registers"}, {"id": "Freedom of the press"}, {"id": "Pay, allowances, etc"}, {"id": "Astrology"}, {"id": "Conscience"}, {"id": "Conversion"}, {"id": "Queen of England, 1662-1694"}, {"id": "Criticism, interpretation, etc"}, {"id": "1689-1702"}, {"id": "Crime"}, {"id": "Sunday"}, {"id": "Spiritual life"}, {"id": "Laud, William, 1573-1645"}, {"id": "Attributes"}, {"id": "Sir, 1572-1636"}, {"id": "Botany, Medical"}, {"id": "Protestants"}, {"id": "Defenses"}, {"id": "1660-1688"}, {"id": "Essex, Arthur Capel,"}, {"id": "Primacy"}, {"id": "Censorship"}, {"id": "Last words"}, {"id": "Ethics"}, {"id": "1603-1714"}, {"id": "Trading companies"}, {"id": "Satire, English"}, {"id": "James"}, {"id": "Sermons, American"}, {"id": "Bristol, George Digby,"}, {"id": "Rebellion of 1641"}, {"id": "Love, Christopher, 1618-1651"}, {"id": "Christian poetry, English"}, {"id": "Art"}, {"id": "Ordination"}, {"id": "Catechisms"}, {"id": "Wine"}, {"id": "Miracles"}, {"id": "Art auctions"}, {"id": "England"}, {"id": "Pirates"}, {"id": "Popish Plot, 1678"}, {"id": "Keith, George, 1639?-1716"}, {"id": "Mathematics"}, {"id": "Brigands and robbers"}, {"id": "Political ballads and songs"}, {"id": "N.T"}, {"id": "London"}, {"id": "Allegiance"}, {"id": "Thynne, Thomas, 1648-1682"}, {"id": "Baron, 1612-1671"}, {"id": "Ireland"}, {"id": "Army"}, {"id": "IV,"}, {"id": "Church and state"}, {"id": "Protestant authors"}, {"id": "Colchester (England)"}, {"id": "Elegiac poetry, English"}, {"id": "Nonjurors"}, {"id": "Hopton, Ralph Hopton,"}, {"id": "Thirty Years' War, 1618-1648"}, {"id": "History, Military"}, {"id": "Jesuits"}, {"id": "Book of common prayer"}, {"id": "Mary"}, {"id": "Edinburgh"}, {"id": "Kings and rulers"}, {"id": "English wit and humor"}, {"id": "Earl of, 1614-1674"}, {"id": "Cromwell, Oliver"}, {"id": "Government"}, {"id": "1603-1625"}, {"id": "Repentance"}, {"id": "Earl of, 1587-1658"}, {"id": "East India Company"}, {"id": "King of England, 1566-1625"}, {"id": "Massachusetts"}, {"id": "Characters and characteristics"}, {"id": "Massey, Edward,"}, {"id": "Sedition"}, {"id": "Heaven"}, {"id": "Inheritance and succession"}, {"id": "Royal touch"}, {"id": "Impeachments"}, {"id": "Earl of, 1591-1646"}, {"id": "Tax collection"}, {"id": "Militia"}, {"id": "Clergy"}, {"id": "Duke of, 1649-1685"}, {"id": "Chemistry"}, {"id": "Grace (Theology)"}, {"id": "Part-songs, English"}, {"id": "Gunnery"}, {"id": "Aphorisms and apothegms"}, {"id": "Social life and customs"}, {"id": "Moral and ethical aspects"}, {"id": "Terms of court"}, {"id": "Warwick, Robert Rich,"}, {"id": "Jeffreys, George Jeffreys,"}, {"id": "Stuarts, 1603-1714"}, {"id": "Printing"}, {"id": "Broadsides"}, {"id": "Prayer"}, {"id": "Courten, William,"}, {"id": "1689-1745"}, {"id": "1625-1649"}, {"id": "Prisoners' writings, English"}, {"id": "Executions and executioners"}, {"id": "Scotland"}, {"id": "Schism"}, {"id": "Baron, 1644 or 5-1689"}, {"id": "Immortality"}, {"id": "Religious tolerance"}, {"id": "Economic conditions"}, {"id": "1642-1649"}, {"id": "Naval battles"}, {"id": "Sermons"}, {"id": "Finance"}, {"id": "Farewell sermons"}, {"id": "Familists"}, {"id": "Republics"}, {"id": "Medicine, Popular"}, {"id": "Yorkshire (England)"}, {"id": "Kent (England)"}, {"id": "Science"}, {"id": "Theology"}, {"id": "Apparitions"}, {"id": "Confiscations and contributions"}, {"id": "Argyll, Archibald Campbell,"}, {"id": "Public worship"}, {"id": "Baptism"}, {"id": "Derby, James Stanley,"}, {"id": "King of England, 1650-1702"}, {"id": "Manchester, Edward Montagu,"}, {"id": "Prayer-books and devotions"}, {"id": "Legal status, laws, etc"}, {"id": "Surgery"}, {"id": "Charity"}, {"id": "Cookery"}, {"id": "Temporal power"}, {"id": "Christ's Hospital (London, England)"}, {"id": "Election (Theology)"}, {"id": "Early works to 1900"}, {"id": "Commonwealth and Protectorate, 1649-1660"}, {"id": "Church of England"}, {"id": "Covenanters"}, {"id": "Sermons, English"}, {"id": "Oxford (England)"}, {"id": "Sin"}, {"id": "Penn, William, 1644-1718"}, {"id": "Duke of, 1610-1688"}, {"id": "Murder"}, {"id": "Person and offices"}, {"id": "Transubstantiation"}, {"id": "Antinomianism"}, {"id": "Catechisms, English"}, {"id": "Infant baptism"}, {"id": "Excise tax"}, {"id": "James II, 1685-1688"}, {"id": "Law"}, {"id": "Cromwell, Oliver, 1599-1658"}, {"id": "Fishing"}, {"id": "Queen of Scots, 1542-1587"}, {"id": "Attachment and garnishment"}, {"id": "Congregationalism"}, {"id": "Recipes"}, {"id": "Lenten sermons"}, {"id": "Mensuration"}, {"id": "Earl of, 1612-1677"}, {"id": "Examinations, questions, etc"}, {"id": "Coronation"}, {"id": "Catholic Church"}, {"id": "Gout"}, {"id": "Ephemerides"}, {"id": "Witchcraft"}, {"id": "Stafford, William Howard,"}, {"id": "Charles"}, {"id": "Duke of, 1592-1628"}, {"id": "1691-"}, {"id": "Hygiene"}, {"id": "Reformation"}, {"id": "Divine right of kings"}, {"id": "World history"}, {"id": "Geography"}], "links": [{"source": 0, "target": 422, "weight": 1}, {"source": 0, "target": 512, "weight": 1}, {"source": 0, "target": 386, "weight": 2}, {"source": 3, "target": 386, "weight": 1}, {"source": 3, "target": 339, "weight": 1}, {"source": 3, "target": 40, "weight": 1}, {"source": 4, "target": 402, "weight": 1}, {"source": 4, "target": 610, "weight": 1}, {"source": 4, "target": 188, "weight": 5}, {"source": 4, "target": 492, "weight": 1}, {"source": 4, "target": 574, "weight": 6}, {"source": 4, "target": 523, "weight": 1}, {"source": 4, "target": 367, "weight": 1}, {"source": 4, "target": 321, "weight": 3}, {"source": 4, "target": 177, "weight": 9}, {"source": 4, "target": 579, "weight": 1}, {"source": 4, "target": 517, "weight": 3}, {"source": 4, "target": 8, "weight": 6}, {"source": 4, "target": 444, "weight": 1}, {"source": 4, "target": 85, "weight": 1}, {"source": 4, "target": 531, "weight": 1}, {"source": 4, "target": 494, "weight": 1}, {"source": 4, "target": 287, "weight": 1}, {"source": 4, "target": 612, "weight": 1}, {"source": 4, "target": 613, "weight": 1}, {"source": 4, "target": 290, "weight": 1}, {"source": 4, "target": 520, "weight": 1}, {"source": 4, "target": 293, "weight": 1}, {"source": 4, "target": 42, "weight": 3}, {"source": 4, "target": 254, "weight": 1}, {"source": 4, "target": 591, "weight": 1}, {"source": 4, "target": 464, "weight": 1}, {"source": 4, "target": 169, "weight": 1}, {"source": 4, "target": 393, "weight": 1}, {"source": 4, "target": 261, "weight": 11}, {"source": 4, "target": 560, "weight": 1}, {"source": 4, "target": 505, "weight": 8}, {"source": 4, "target": 437, "weight": 1}, {"source": 4, "target": 108, "weight": 2}, {"source": 4, "target": 511, "weight": 1}, {"source": 4, "target": 139, "weight": 2}, {"source": 4, "target": 513, "weight": 2}, {"source": 4, "target": 567, "weight": 11}, {"source": 4, "target": 589, "weight": 1}, {"source": 4, "target": 64, "weight": 1}, {"source": 4, "target": 231, "weight": 1}, {"source": 4, "target": 316, "weight": 1}, {"source": 5, "target": 472, "weight": 1}, {"source": 5, "target": 177, "weight": 10}, {"source": 5, "target": 326, "weight": 1}, {"source": 5, "target": 530, "weight": 1}, {"source": 5, "target": 42, "weight": 3}, {"source": 5, "target": 199, "weight": 2}, {"source": 5, "target": 122, "weight": 1}, {"source": 5, "target": 201, "weight": 2}, {"source": 5, "target": 202, "weight": 2}, {"source": 5, "target": 484, "weight": 2}, {"source": 5, "target": 142, "weight": 2}, {"source": 5, "target": 245, "weight": 1}, {"source": 5, "target": 89, "weight": 2}, {"source": 5, "target": 207, "weight": 2}, {"source": 5, "target": 541, "weight": 2}, {"source": 5, "target": 449, "weight": 6}, {"source": 5, "target": 249, "weight": 2}, {"source": 5, "target": 261, "weight": 7}, {"source": 5, "target": 626, "weight": 2}, {"source": 5, "target": 426, "weight": 1}, {"source": 5, "target": 493, "weight": 4}, {"source": 5, "target": 131, "weight": 1}, {"source": 5, "target": 256, "weight": 2}, {"source": 5, "target": 63, "weight": 1}, {"source": 5, "target": 456, "weight": 2}, {"source": 5, "target": 554, "weight": 2}, {"source": 5, "target": 134, "weight": 5}, {"source": 5, "target": 609, "weight": 1}, {"source": 5, "target": 172, "weight": 1}, {"source": 5, "target": 598, "weight": 2}, {"source": 5, "target": 507, "weight": 2}, {"source": 5, "target": 458, "weight": 2}, {"source": 5, "target": 642, "weight": 4}, {"source": 5, "target": 193, "weight": 1}, {"source": 5, "target": 71, "weight": 1}, {"source": 5, "target": 417, "weight": 2}, {"source": 5, "target": 221, "weight": 2}, {"source": 6, "target": 177, "weight": 1}, {"source": 6, "target": 261, "weight": 1}, {"source": 8, "target": 283, "weight": 2}, {"source": 8, "target": 574, "weight": 2}, {"source": 8, "target": 101, "weight": 1}, {"source": 8, "target": 367, "weight": 1}, {"source": 8, "target": 177, "weight": 6}, {"source": 9, "target": 42, "weight": 1}, {"source": 9, "target": 177, "weight": 1}, {"source": 15, "target": 505, "weight": 2}, {"source": 16, "target": 505, "weight": 3}, {"source": 16, "target": 205, "weight": 2}, {"source": 16, "target": 574, "weight": 1}, {"source": 19, "target": 505, "weight": 1}, {"source": 20, "target": 519, "weight": 2}, {"source": 20, "target": 242, "weight": 2}, {"source": 21, "target": 411, "weight": 1}, {"source": 22, "target": 183, "weight": 1}, {"source": 23, "target": 231, "weight": 1}, {"source": 28, "target": 465, "weight": 1}, {"source": 29, "target": 505, "weight": 1}, {"source": 30, "target": 505, "weight": 1}, {"source": 30, "target": 119, "weight": 1}, {"source": 31, "target": 463, "weight": 1}, {"source": 31, "target": 261, "weight": 1}, {"source": 32, "target": 525, "weight": 2}, {"source": 33, "target": 338, "weight": 2}, {"source": 33, "target": 261, "weight": 2}, {"source": 34, "target": 42, "weight": 1}, {"source": 34, "target": 85, "weight": 4}, {"source": 34, "target": 406, "weight": 1}, {"source": 34, "target": 261, "weight": 3}, {"source": 35, "target": 517, "weight": 2}, {"source": 35, "target": 261, "weight": 2}, {"source": 36, "target": 309, "weight": 1}, {"source": 38, "target": 505, "weight": 1}, {"source": 39, "target": 561, "weight": 1}, {"source": 40, "target": 386, "weight": 1}, {"source": 40, "target": 339, "weight": 1}, {"source": 41, "target": 258, "weight": 2}, {"source": 42, "target": 570, "weight": 2}, {"source": 42, "target": 571, "weight": 5}, {"source": 42, "target": 186, "weight": 2}, {"source": 42, "target": 188, "weight": 3}, {"source": 42, "target": 474, "weight": 3}, {"source": 42, "target": 406, "weight": 1}, {"source": 42, "target": 139, "weight": 6}, {"source": 42, "target": 580, "weight": 4}, {"source": 42, "target": 517, "weight": 2}, {"source": 42, "target": 85, "weight": 1}, {"source": 42, "target": 203, "weight": 1}, {"source": 42, "target": 236, "weight": 1}, {"source": 42, "target": 484, "weight": 10}, {"source": 42, "target": 490, "weight": 2}, {"source": 42, "target": 574, "weight": 6}, {"source": 42, "target": 390, "weight": 2}, {"source": 42, "target": 172, "weight": 4}, {"source": 42, "target": 537, "weight": 1}, {"source": 42, "target": 177, "weight": 31}, {"source": 46, "target": 329, "weight": 1}, {"source": 47, "target": 416, "weight": 1}, {"source": 48, "target": 82, "weight": 1}, {"source": 48, "target": 177, "weight": 3}, {"source": 48, "target": 458, "weight": 3}, {"source": 48, "target": 261, "weight": 3}, {"source": 50, "target": 177, "weight": 1}, {"source": 50, "target": 261, "weight": 1}, {"source": 52, "target": 338, "weight": 2}, {"source": 52, "target": 261, "weight": 2}, {"source": 53, "target": 544, "weight": 1}, {"source": 55, "target": 505, "weight": 1}, {"source": 56, "target": 610, "weight": 4}, {"source": 56, "target": 605, "weight": 2}, {"source": 57, "target": 135, "weight": 2}, {"source": 58, "target": 326, "weight": 1}, {"source": 58, "target": 518, "weight": 1}, {"source": 61, "target": 367, "weight": 1}, {"source": 61, "target": 261, "weight": 1}, {"source": 62, "target": 267, "weight": 2}, {"source": 64, "target": 283, "weight": 1}, {"source": 65, "target": 275, "weight": 1}, {"source": 66, "target": 363, "weight": 1}, {"source": 67, "target": 505, "weight": 1}, {"source": 68, "target": 367, "weight": 2}, {"source": 69, "target": 427, "weight": 1}, {"source": 69, "target": 505, "weight": 1}, {"source": 71, "target": 139, "weight": 1}, {"source": 71, "target": 177, "weight": 4}, {"source": 71, "target": 261, "weight": 4}, {"source": 78, "target": 177, "weight": 2}, {"source": 78, "target": 261, "weight": 2}, {"source": 81, "target": 505, "weight": 3}, {"source": 81, "target": 513, "weight": 1}, {"source": 82, "target": 177, "weight": 1}, {"source": 82, "target": 458, "weight": 1}, {"source": 82, "target": 261, "weight": 1}, {"source": 83, "target": 177, "weight": 1}, {"source": 83, "target": 505, "weight": 2}, {"source": 84, "target": 85, "weight": 2}, {"source": 84, "target": 261, "weight": 2}, {"source": 85, "target": 152, "weight": 2}, {"source": 85, "target": 406, "weight": 1}, {"source": 85, "target": 261, "weight": 6}, {"source": 86, "target": 505, "weight": 1}, {"source": 89, "target": 202, "weight": 4}, {"source": 89, "target": 449, "weight": 4}, {"source": 91, "target": 505, "weight": 1}, {"source": 92, "target": 574, "weight": 1}, {"source": 92, "target": 505, "weight": 1}, {"source": 93, "target": 261, "weight": 1}, {"source": 93, "target": 367, "weight": 1}, {"source": 94, "target": 505, "weight": 1}, {"source": 98, "target": 177, "weight": 1}, {"source": 98, "target": 505, "weight": 2}, {"source": 102, "target": 505, "weight": 1}, {"source": 103, "target": 477, "weight": 1}, {"source": 105, "target": 177, "weight": 1}, {"source": 105, "target": 505, "weight": 1}, {"source": 106, "target": 116, "weight": 1}, {"source": 108, "target": 505, "weight": 2}, {"source": 108, "target": 261, "weight": 1}, {"source": 110, "target": 177, "weight": 1}, {"source": 110, "target": 505, "weight": 2}, {"source": 111, "target": 610, "weight": 2}, {"source": 113, "target": 427, "weight": 2}, {"source": 113, "target": 334, "weight": 1}, {"source": 118, "target": 505, "weight": 1}, {"source": 120, "target": 427, "weight": 3}, {"source": 120, "target": 403, "weight": 3}, {"source": 120, "target": 505, "weight": 6}, {"source": 120, "target": 177, "weight": 1}, {"source": 120, "target": 334, "weight": 3}, {"source": 120, "target": 292, "weight": 2}, {"source": 121, "target": 532, "weight": 1}, {"source": 122, "target": 186, "weight": 1}, {"source": 122, "target": 574, "weight": 2}, {"source": 122, "target": 132, "weight": 1}, {"source": 122, "target": 466, "weight": 1}, {"source": 122, "target": 220, "weight": 1}, {"source": 122, "target": 250, "weight": 2}, {"source": 122, "target": 326, "weight": 13}, {"source": 122, "target": 128, "weight": 3}, {"source": 122, "target": 261, "weight": 1}, {"source": 125, "target": 177, "weight": 2}, {"source": 125, "target": 386, "weight": 2}, {"source": 125, "target": 261, "weight": 2}, {"source": 128, "target": 326, "weight": 3}, {"source": 128, "target": 220, "weight": 1}, {"source": 130, "target": 306, "weight": 2}, {"source": 132, "target": 326, "weight": 1}, {"source": 133, "target": 532, "weight": 2}, {"source": 133, "target": 177, "weight": 2}, {"source": 134, "target": 472, "weight": 3}, {"source": 134, "target": 493, "weight": 5}, {"source": 134, "target": 142, "weight": 5}, {"source": 134, "target": 642, "weight": 5}, {"source": 134, "target": 530, "weight": 3}, {"source": 134, "target": 636, "weight": 3}, {"source": 134, "target": 417, "weight": 5}, {"source": 136, "target": 188, "weight": 1}, {"source": 138, "target": 505, "weight": 1}, {"source": 139, "target": 271, "weight": 2}, {"source": 139, "target": 571, "weight": 3}, {"source": 139, "target": 188, "weight": 1}, {"source": 139, "target": 474, "weight": 1}, {"source": 139, "target": 574, "weight": 2}, {"source": 139, "target": 367, "weight": 1}, {"source": 139, "target": 321, "weight": 1}, {"source": 139, "target": 438, "weight": 1}, {"source": 139, "target": 177, "weight": 16}, {"source": 139, "target": 580, "weight": 1}, {"source": 139, "target": 517, "weight": 2}, {"source": 139, "target": 484, "weight": 3}, {"source": 139, "target": 286, "weight": 1}, {"source": 139, "target": 624, "weight": 1}, {"source": 139, "target": 496, "weight": 1}, {"source": 139, "target": 256, "weight": 1}, {"source": 139, "target": 458, "weight": 2}, {"source": 139, "target": 609, "weight": 1}, {"source": 139, "target": 261, "weight": 15}, {"source": 139, "target": 505, "weight": 1}, {"source": 139, "target": 442, "weight": 1}, {"source": 139, "target": 193, "weight": 1}, {"source": 140, "target": 599, "weight": 1}, {"source": 142, "target": 642, "weight": 5}, {"source": 142, "target": 636, "weight": 1}, {"source": 144, "target": 309, "weight": 1}, {"source": 146, "target": 505, "weight": 2}, {"source": 147, "target": 276, "weight": 2}, {"source": 148, "target": 427, "weight": 1}, {"source": 148, "target": 505, "weight": 4}, {"source": 148, "target": 177, "weight": 1}, {"source": 148, "target": 574, "weight": 1}, {"source": 148, "target": 601, "weight": 3}, {"source": 149, "target": 516, "weight": 2}, {"source": 151, "target": 427, "weight": 1}, {"source": 151, "target": 505, "weight": 3}, {"source": 151, "target": 517, "weight": 2}, {"source": 152, "target": 177, "weight": 2}, {"source": 154, "target": 177, "weight": 2}, {"source": 154, "target": 505, "weight": 1}, {"source": 155, "target": 269, "weight": 1}, {"source": 155, "target": 261, "weight": 1}, {"source": 157, "target": 486, "weight": 1}, {"source": 157, "target": 605, "weight": 1}, {"source": 158, "target": 261, "weight": 1}, {"source": 159, "target": 177, "weight": 1}, {"source": 159, "target": 505, "weight": 2}, {"source": 160, "target": 177, "weight": 2}, {"source": 160, "target": 384, "weight": 1}, {"source": 161, "target": 177, "weight": 2}, {"source": 161, "target": 505, "weight": 2}, {"source": 162, "target": 276, "weight": 1}, {"source": 163, "target": 351, "weight": 1}, {"source": 164, "target": 251, "weight": 1}, {"source": 165, "target": 430, "weight": 1}, {"source": 166, "target": 641, "weight": 1}, {"source": 167, "target": 350, "weight": 1}, {"source": 167, "target": 643, "weight": 1}, {"source": 168, "target": 225, "weight": 2}, {"source": 169, "target": 284, "weight": 1}, {"source": 172, "target": 186, "weight": 1}, {"source": 172, "target": 574, "weight": 2}, {"source": 172, "target": 177, "weight": 4}, {"source": 172, "target": 517, "weight": 2}, {"source": 172, "target": 261, "weight": 4}, {"source": 174, "target": 454, "weight": 1}, {"source": 175, "target": 276, "weight": 2}, {"source": 176, "target": 177, "weight": 1}, {"source": 176, "target": 458, "weight": 1}, {"source": 176, "target": 261, "weight": 1}, {"source": 177, "target": 271, "weight": 4}, {"source": 177, "target": 261, "weight": 68}, {"source": 177, "target": 442, "weight": 3}, {"source": 177, "target": 186, "weight": 4}, {"source": 177, "target": 190, "weight": 1}, {"source": 177, "target": 358, "weight": 1}, {"source": 177, "target": 520, "weight": 3}, {"source": 177, "target": 406, "weight": 4}, {"source": 177, "target": 571, "weight": 4}, {"source": 177, "target": 367, "weight": 2}, {"source": 177, "target": 321, "weight": 3}, {"source": 177, "target": 193, "weight": 5}, {"source": 177, "target": 527, "weight": 1}, {"source": 177, "target": 580, "weight": 4}, {"source": 177, "target": 336, "weight": 1}, {"source": 177, "target": 474, "weight": 3}, {"source": 177, "target": 532, "weight": 4}, {"source": 177, "target": 303, "weight": 1}, {"source": 177, "target": 583, "weight": 1}, {"source": 177, "target": 203, "weight": 1}, {"source": 177, "target": 484, "weight": 7}, {"source": 177, "target": 582, "weight": 1}, {"source": 177, "target": 447, "weight": 1}, {"source": 177, "target": 418, "weight": 2}, {"source": 177, "target": 419, "weight": 1}, {"source": 177, "target": 208, "weight": 1}, {"source": 177, "target": 579, "weight": 1}, {"source": 177, "target": 625, "weight": 2}, {"source": 177, "target": 490, "weight": 3}, {"source": 177, "target": 226, "weight": 1}, {"source": 177, "target": 215, "weight": 2}, {"source": 177, "target": 254, "weight": 3}, {"source": 177, "target": 338, "weight": 2}, {"source": 177, "target": 537, "weight": 1}, {"source": 177, "target": 428, "weight": 2}, {"source": 177, "target": 454, "weight": 1}, {"source": 177, "target": 283, "weight": 2}, {"source": 177, "target": 298, "weight": 1}, {"source": 177, "target": 365, "weight": 2}, {"source": 177, "target": 299, "weight": 2}, {"source": 177, "target": 552, "weight": 1}, {"source": 177, "target": 458, "weight": 18}, {"source": 177, "target": 390, "weight": 4}, {"source": 177, "target": 595, "weight": 1}, {"source": 177, "target": 609, "weight": 6}, {"source": 177, "target": 304, "weight": 2}, {"source": 177, "target": 397, "weight": 1}, {"source": 177, "target": 345, "weight": 1}, {"source": 177, "target": 560, "weight": 1}, {"source": 177, "target": 219, "weight": 1}, {"source": 177, "target": 236, "weight": 1}, {"source": 177, "target": 277, "weight": 1}, {"source": 177, "target": 593, "weight": 1}, {"source": 177, "target": 565, "weight": 3}, {"source": 177, "target": 256, "weight": 6}, {"source": 177, "target": 384, "weight": 6}, {"source": 177, "target": 624, "weight": 3}, {"source": 178, "target": 225, "weight": 1}, {"source": 179, "target": 326, "weight": 1}, {"source": 179, "target": 518, "weight": 1}, {"source": 181, "target": 517, "weight": 1}, {"source": 181, "target": 261, "weight": 1}, {"source": 182, "target": 505, "weight": 1}, {"source": 183, "target": 550, "weight": 2}, {"source": 186, "target": 261, "weight": 2}, {"source": 186, "target": 458, "weight": 1}, {"source": 186, "target": 580, "weight": 1}, {"source": 186, "target": 326, "weight": 1}, {"source": 186, "target": 609, "weight": 1}, {"source": 186, "target": 626, "weight": 1}, {"source": 188, "target": 283, "weight": 1}, {"source": 188, "target": 483, "weight": 1}, {"source": 188, "target": 552, "weight": 1}, {"source": 188, "target": 567, "weight": 2}, {"source": 188, "target": 261, "weight": 4}, {"source": 190, "target": 238, "weight": 1}, {"source": 190, "target": 505, "weight": 1}, {"source": 190, "target": 610, "weight": 1}, {"source": 192, "target": 331, "weight": 1}, {"source": 193, "target": 406, "weight": 1}, {"source": 193, "target": 261, "weight": 5}, {"source": 199, "target": 642, "weight": 5}, {"source": 199, "target": 582, "weight": 1}, {"source": 199, "target": 449, "weight": 5}, {"source": 200, "target": 505, "weight": 1}, {"source": 201, "target": 456, "weight": 4}, {"source": 202, "target": 449, "weight": 4}, {"source": 205, "target": 505, "weight": 2}, {"source": 205, "target": 265, "weight": 1}, {"source": 205, "target": 436, "weight": 1}, {"source": 205, "target": 447, "weight": 1}, {"source": 205, "target": 574, "weight": 4}, {"source": 205, "target": 336, "weight": 1}, {"source": 206, "target": 522, "weight": 1}, {"source": 206, "target": 261, "weight": 1}, {"source": 207, "target": 636, "weight": 1}, {"source": 207, "target": 221, "weight": 5}, {"source": 207, "target": 598, "weight": 5}, {"source": 208, "target": 505, "weight": 1}, {"source": 208, "target": 574, "weight": 1}, {"source": 209, "target": 505, "weight": 4}, {"source": 209, "target": 513, "weight": 2}, {"source": 209, "target": 315, "weight": 1}, {"source": 210, "target": 553, "weight": 1}, {"source": 212, "target": 395, "weight": 2}, {"source": 212, "target": 244, "weight": 1}, {"source": 212, "target": 542, "weight": 2}, {"source": 212, "target": 261, "weight": 5}, {"source": 214, "target": 505, "weight": 1}, {"source": 215, "target": 574, "weight": 1}, {"source": 216, "target": 505, "weight": 2}, {"source": 220, "target": 326, "weight": 1}, {"source": 221, "target": 636, "weight": 1}, {"source": 221, "target": 598, "weight": 5}, {"source": 222, "target": 594, "weight": 1}, {"source": 223, "target": 318, "weight": 2}, {"source": 224, "target": 505, "weight": 1}, {"source": 227, "target": 505, "weight": 1}, {"source": 228, "target": 574, "weight": 1}, {"source": 229, "target": 427, "weight": 1}, {"source": 230, "target": 245, "weight": 2}, {"source": 231, "target": 261, "weight": 2}, {"source": 233, "target": 427, "weight": 1}, {"source": 233, "target": 505, "weight": 1}, {"source": 236, "target": 484, "weight": 1}, {"source": 237, "target": 349, "weight": 2}, {"source": 237, "target": 505, "weight": 1}, {"source": 238, "target": 427, "weight": 1}, {"source": 238, "target": 261, "weight": 2}, {"source": 238, "target": 376, "weight": 1}, {"source": 238, "target": 536, "weight": 2}, {"source": 239, "target": 505, "weight": 1}, {"source": 239, "target": 499, "weight": 1}, {"source": 241, "target": 379, "weight": 1}, {"source": 242, "target": 519, "weight": 2}, {"source": 244, "target": 261, "weight": 1}, {"source": 245, "target": 521, "weight": 1}, {"source": 245, "target": 409, "weight": 1}, {"source": 245, "target": 344, "weight": 1}, {"source": 245, "target": 582, "weight": 1}, {"source": 249, "target": 554, "weight": 3}, {"source": 250, "target": 326, "weight": 2}, {"source": 254, "target": 565, "weight": 2}, {"source": 255, "target": 610, "weight": 1}, {"source": 256, "target": 406, "weight": 1}, {"source": 256, "target": 261, "weight": 6}, {"source": 257, "target": 361, "weight": 1}, {"source": 258, "target": 404, "weight": 1}, {"source": 258, "target": 454, "weight": 1}, {"source": 261, "target": 271, "weight": 6}, {"source": 261, "target": 570, "weight": 2}, {"source": 261, "target": 571, "weight": 3}, {"source": 261, "target": 517, "weight": 16}, {"source": 261, "target": 358, "weight": 1}, {"source": 261, "target": 588, "weight": 1}, {"source": 261, "target": 609, "weight": 6}, {"source": 261, "target": 277, "weight": 1}, {"source": 261, "target": 365, "weight": 2}, {"source": 261, "target": 367, "weight": 6}, {"source": 261, "target": 438, "weight": 3}, {"source": 261, "target": 610, "weight": 3}, {"source": 261, "target": 326, "weight": 2}, {"source": 261, "target": 613, "weight": 1}, {"source": 261, "target": 582, "weight": 1}, {"source": 261, "target": 522, "weight": 1}, {"source": 261, "target": 303, "weight": 1}, {"source": 261, "target": 583, "weight": 1}, {"source": 261, "target": 644, "weight": 1}, {"source": 261, "target": 484, "weight": 5}, {"source": 261, "target": 371, "weight": 1}, {"source": 261, "target": 518, "weight": 2}, {"source": 261, "target": 395, "weight": 2}, {"source": 261, "target": 542, "weight": 2}, {"source": 261, "target": 624, "weight": 3}, {"source": 261, "target": 589, "weight": 2}, {"source": 261, "target": 338, "weight": 4}, {"source": 261, "target": 574, "weight": 10}, {"source": 261, "target": 454, "weight": 1}, {"source": 261, "target": 496, "weight": 3}, {"source": 261, "target": 591, "weight": 1}, {"source": 261, "target": 464, "weight": 1}, {"source": 261, "target": 593, "weight": 1}, {"source": 261, "target": 299, "weight": 2}, {"source": 261, "target": 458, "weight": 18}, {"source": 261, "target": 390, "weight": 2}, {"source": 261, "target": 302, "weight": 1}, {"source": 261, "target": 304, "weight": 2}, {"source": 261, "target": 505, "weight": 1}, {"source": 261, "target": 298, "weight": 1}, {"source": 261, "target": 442, "weight": 3}, {"source": 261, "target": 565, "weight": 1}, {"source": 261, "target": 269, "weight": 1}, {"source": 261, "target": 463, "weight": 1}, {"source": 261, "target": 397, "weight": 1}, {"source": 261, "target": 406, "weight": 4}, {"source": 261, "target": 359, "weight": 1}, {"source": 262, "target": 326, "weight": 1}, {"source": 264, "target": 276, "weight": 2}, {"source": 265, "target": 574, "weight": 1}, {"source": 266, "target": 364, "weight": 1}, {"source": 268, "target": 616, "weight": 2}, {"source": 271, "target": 574, "weight": 2}, {"source": 273, "target": 505, "weight": 2}, {"source": 274, "target": 369, "weight": 2}, {"source": 276, "target": 479, "weight": 1}, {"source": 277, "target": 458, "weight": 1}, {"source": 278, "target": 610, "weight": 2}, {"source": 279, "target": 452, "weight": 1}, {"source": 280, "target": 326, "weight": 1}, {"source": 281, "target": 386, "weight": 1}, {"source": 283, "target": 567, "weight": 1}, {"source": 283, "target": 612, "weight": 1}, {"source": 286, "target": 505, "weight": 2}, {"source": 288, "target": 610, "weight": 1}, {"source": 290, "target": 389, "weight": 2}, {"source": 291, "target": 505, "weight": 1}, {"source": 292, "target": 505, "weight": 1}, {"source": 292, "target": 610, "weight": 2}, {"source": 293, "target": 505, "weight": 1}, {"source": 294, "target": 505, "weight": 2}, {"source": 297, "target": 574, "weight": 1}, {"source": 298, "target": 458, "weight": 1}, {"source": 300, "target": 326, "weight": 2}, {"source": 302, "target": 367, "weight": 1}, {"source": 305, "target": 368, "weight": 1}, {"source": 309, "target": 618, "weight": 1}, {"source": 309, "target": 443, "weight": 2}, {"source": 310, "target": 601, "weight": 1}, {"source": 312, "target": 386, "weight": 1}, {"source": 319, "target": 534, "weight": 1}, {"source": 322, "target": 610, "weight": 1}, {"source": 324, "target": 505, "weight": 1}, {"source": 325, "target": 337, "weight": 1}, {"source": 325, "target": 340, "weight": 1}, {"source": 326, "target": 518, "weight": 6}, {"source": 326, "target": 466, "weight": 1}, {"source": 326, "target": 468, "weight": 1}, {"source": 328, "target": 505, "weight": 1}, {"source": 329, "target": 628, "weight": 1}, {"source": 332, "target": 505, "weight": 1}, {"source": 333, "target": 427, "weight": 1}, {"source": 333, "target": 610, "weight": 1}, {"source": 334, "target": 505, "weight": 1}, {"source": 334, "target": 637, "weight": 2}, {"source": 334, "target": 610, "weight": 2}, {"source": 336, "target": 574, "weight": 1}, {"source": 336, "target": 419, "weight": 1}, {"source": 337, "target": 340, "weight": 1}, {"source": 338, "target": 384, "weight": 2}, {"source": 339, "target": 386, "weight": 1}, {"source": 343, "target": 574, "weight": 1}, {"source": 343, "target": 505, "weight": 1}, {"source": 351, "target": 380, "weight": 1}, {"source": 352, "target": 485, "weight": 1}, {"source": 357, "target": 505, "weight": 1}, {"source": 361, "target": 608, "weight": 1}, {"source": 361, "target": 426, "weight": 1}, {"source": 362, "target": 505, "weight": 1}, {"source": 367, "target": 482, "weight": 2}, {"source": 367, "target": 438, "weight": 3}, {"source": 367, "target": 384, "weight": 2}, {"source": 370, "target": 387, "weight": 1}, {"source": 371, "target": 517, "weight": 1}, {"source": 375, "target": 505, "weight": 1}, {"source": 377, "target": 427, "weight": 2}, {"source": 379, "target": 610, "weight": 1}, {"source": 381, "target": 505, "weight": 1}, {"source": 382, "target": 502, "weight": 1}, {"source": 383, "target": 389, "weight": 1}, {"source": 384, "target": 505, "weight": 1}, {"source": 384, "target": 574, "weight": 1}, {"source": 385, "target": 637, "weight": 1}, {"source": 386, "target": 512, "weight": 1}, {"source": 386, "target": 422, "weight": 1}, {"source": 386, "target": 473, "weight": 1}, {"source": 389, "target": 498, "weight": 1}, {"source": 391, "target": 505, "weight": 1}, {"source": 394, "target": 505, "weight": 1}, {"source": 397, "target": 458, "weight": 1}, {"source": 401, "target": 505, "weight": 2}, {"source": 403, "target": 505, "weight": 1}, {"source": 403, "target": 637, "weight": 2}, {"source": 403, "target": 610, "weight": 2}, {"source": 404, "target": 454, "weight": 2}, {"source": 404, "target": 582, "weight": 1}, {"source": 405, "target": 505, "weight": 2}, {"source": 405, "target": 574, "weight": 1}, {"source": 406, "target": 484, "weight": 1}, {"source": 406, "target": 609, "weight": 1}, {"source": 407, "target": 505, "weight": 1}, {"source": 415, "target": 505, "weight": 1}, {"source": 417, "target": 493, "weight": 5}, {"source": 417, "target": 636, "weight": 1}, {"source": 422, "target": 512, "weight": 1}, {"source": 424, "target": 505, "weight": 1}, {"source": 427, "target": 505, "weight": 3}, {"source": 427, "target": 620, "weight": 1}, {"source": 427, "target": 610, "weight": 3}, {"source": 427, "target": 528, "weight": 2}, {"source": 427, "target": 637, "weight": 3}, {"source": 436, "target": 574, "weight": 1}, {"source": 441, "target": 610, "weight": 1}, {"source": 444, "target": 574, "weight": 1}, {"source": 444, "target": 567, "weight": 1}, {"source": 445, "target": 535, "weight": 1}, {"source": 446, "target": 505, "weight": 1}, {"source": 447, "target": 505, "weight": 3}, {"source": 447, "target": 517, "weight": 1}, {"source": 448, "target": 597, "weight": 1}, {"source": 449, "target": 493, "weight": 4}, {"source": 449, "target": 642, "weight": 5}, {"source": 449, "target": 541, "weight": 4}, {"source": 449, "target": 582, "weight": 1}, {"source": 450, "target": 505, "weight": 2}, {"source": 453, "target": 582, "weight": 1}, {"source": 454, "target": 458, "weight": 1}, {"source": 458, "target": 583, "weight": 1}, {"source": 458, "target": 593, "weight": 1}, {"source": 458, "target": 582, "weight": 1}, {"source": 461, "target": 582, "weight": 1}, {"source": 467, "target": 505, "weight": 1}, {"source": 468, "target": 518, "weight": 1}, {"source": 472, "target": 636, "weight": 1}, {"source": 472, "target": 530, "weight": 3}, {"source": 475, "target": 505, "weight": 2}, {"source": 480, "target": 569, "weight": 1}, {"source": 482, "target": 505, "weight": 2}, {"source": 482, "target": 517, "weight": 2}, {"source": 484, "target": 574, "weight": 6}, {"source": 484, "target": 517, "weight": 2}, {"source": 487, "target": 505, "weight": 1}, {"source": 490, "target": 527, "weight": 1}, {"source": 491, "target": 505, "weight": 1}, {"source": 493, "target": 541, "weight": 4}, {"source": 493, "target": 636, "weight": 1}, {"source": 495, "target": 634, "weight": 1}, {"source": 496, "target": 517, "weight": 3}, {"source": 499, "target": 505, "weight": 1}, {"source": 501, "target": 610, "weight": 2}, {"source": 504, "target": 513, "weight": 1}, {"source": 504, "target": 505, "weight": 1}, {"source": 505, "target": 547, "weight": 1}, {"source": 505, "target": 506, "weight": 1}, {"source": 505, "target": 511, "weight": 1}, {"source": 505, "target": 513, "weight": 8}, {"source": 505, "target": 520, "weight": 2}, {"source": 505, "target": 528, "weight": 2}, {"source": 505, "target": 545, "weight": 1}, {"source": 505, "target": 549, "weight": 1}, {"source": 505, "target": 553, "weight": 2}, {"source": 505, "target": 560, "weight": 1}, {"source": 505, "target": 562, "weight": 1}, {"source": 505, "target": 567, "weight": 7}, {"source": 505, "target": 573, "weight": 2}, {"source": 505, "target": 574, "weight": 1}, {"source": 505, "target": 578, "weight": 2}, {"source": 505, "target": 601, "weight": 2}, {"source": 505, "target": 617, "weight": 2}, {"source": 505, "target": 623, "weight": 1}, {"source": 505, "target": 625, "weight": 2}, {"source": 505, "target": 629, "weight": 1}, {"source": 505, "target": 566, "weight": 1}, {"source": 505, "target": 637, "weight": 3}, {"source": 505, "target": 640, "weight": 2}, {"source": 505, "target": 646, "weight": 2}, {"source": 510, "target": 517, "weight": 1}, {"source": 513, "target": 567, "weight": 4}, {"source": 517, "target": 571, "weight": 3}, {"source": 517, "target": 644, "weight": 1}, {"source": 518, "target": 574, "weight": 2}, {"source": 520, "target": 574, "weight": 1}, {"source": 520, "target": 610, "weight": 1}, {"source": 523, "target": 574, "weight": 1}, {"source": 529, "target": 610, "weight": 2}, {"source": 530, "target": 636, "weight": 1}, {"source": 531, "target": 574, "weight": 1}, {"source": 531, "target": 567, "weight": 1}, {"source": 536, "target": 610, "weight": 2}, {"source": 539, "target": 563, "weight": 2}, {"source": 551, "target": 574, "weight": 1}, {"source": 553, "target": 610, "weight": 2}, {"source": 564, "target": 576, "weight": 1}, {"source": 567, "target": 574, "weight": 5}, {"source": 567, "target": 613, "weight": 1}, {"source": 570, "target": 574, "weight": 4}, {"source": 571, "target": 574, "weight": 1}, {"source": 574, "target": 595, "weight": 1}, {"source": 574, "target": 601, "weight": 1}, {"source": 582, "target": 642, "weight": 1}, {"source": 582, "target": 610, "weight": 1}, {"source": 582, "target": 603, "weight": 1}, {"source": 582, "target": 614, "weight": 1}, {"source": 591, "target": 635, "weight": 1}, {"source": 598, "target": 636, "weight": 1}, {"source": 600, "target": 610, "weight": 2}, {"source": 605, "target": 610, "weight": 2}, {"source": 636, "target": 642, "weight": 1}], "multigraph": false} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment