Skip to content

Instantly share code, notes, and snippets.

@bherr2
Last active September 10, 2020 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bherr2/613e114a724481f492ddad47310a8a75 to your computer and use it in GitHub Desktop.
Save bherr2/613e114a724481f492ddad47310a8a75 to your computer and use it in GitHub Desktop.
GEPHI + Vega-Lite Example
license: MIT
height: 600
scrolling: no
border: yes

Gephi + Vega Lite Example

A Vega-Lite example that uses JSON data exported from Gephi: The Open Graph Viz Platform.

Example data was copied from NAVBO: Then and Now. It was loaded into Gephi and exported as a JSON Graph (File/Export/Graph file...). The data is embedded in the Vega-Lite spec (vis.vl.json) as two datasets: nodes and edges. The spec renders nodes and edges according to the color and size encodings created in Gephi. All attributes available to Gephi are available in the Vega-Lite spec for further customization as needed.

<!doctype html>
<html lang="en">
<head>
<title>GEPHI + Vega-Lite Example</title>
<script src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@4"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
</head>
<body>
<div id="visualization" style="width: 920px; height: 500px;"></div>
<script type="text/javascript">
fetch("vis.vl.json").then((result) => result.json()).then((spec) =>
fetch("navbo-coauthors.json").then((result) => result.json()).then((jsonData) => {
// Embed the graph data in the spec for ease of use from Vega Editor
spec.datasets = jsonData;
return vegaEmbed("#visualization", spec, { "renderer": "svg", "actions": true });
})
).then((results) => {
console.log("Visualization successfully loaded");
});
</script>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.3" version="1.3" xmlns:viz="http://www.gexf.net/1.3/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.3 http://www.gexf.net/1.3/gexf.xsd">
<meta lastmodifieddate="2019-10-23">
<creator>Gephi 0.9</creator>
<description></description>
</meta>
<graph defaultedgetype="undirected" mode="static">
<attributes class="node" mode="static">
<attribute id="numberofworks1990to1994" title="numberofworks1990to1994" type="integer"></attribute>
<attribute id="numberofworks1990to2004" title="numberofworks1990to2004" type="integer"></attribute>
<attribute id="numberofworks1990to2019" title="numberofworks1990to2019" type="integer"></attribute>
<attribute id="timescited1990to1994" title="timescited1990to1994" type="integer"></attribute>
<attribute id="minyear" title="minyear" type="integer"></attribute>
<attribute id="timescited" title="timescited" type="integer"></attribute>
<attribute id="timescited1990to2004" title="timescited1990to2004" type="integer"></attribute>
<attribute id="numberofworks" title="numberofworks" type="integer"></attribute>
<attribute id="maxyear" title="maxyear" type="integer"></attribute>
<attribute id="timescited1990to2019" title="timescited1990to2019" type="integer"></attribute>
<attribute id="show_label" title="show_label" type="boolean"></attribute>
</attributes>
<attributes class="edge" mode="static">
<attribute id="numberofcoauthoredworks1990to1994" title="numberofcoauthoredworks1990to1994" type="integer"></attribute>
<attribute id="numberofcoauthoredworks" title="numberofcoauthoredworks" type="integer"></attribute>
<attribute id="numberofcoauthoredworks1990to2004" title="numberofcoauthoredworks1990to2004" type="integer"></attribute>
<attribute id="timescited1990to1994" title="timescited1990to1994" type="integer"></attribute>
<attribute id="timescited1990to2004" title="timescited1990to2004" type="integer"></attribute>
<attribute id="numberofcoauthoredworks1990to2019" title="numberofcoauthoredworks1990to2019" type="integer"></attribute>
<attribute id="timescited1990to2019" title="timescited1990to2019" type="integer"></attribute>
<attribute id="timescited" title="timescited" type="integer"></attribute>
<attribute id="minyear" title="minyear" type="integer"></attribute>
<attribute id="maxyear" title="maxyear" type="integer"></attribute>
</attributes>
<nodes>
<node id="n1" label="Paul Kubes">
<attvalues>
<attvalue for="numberofworks1990to1994" value="31"></attvalue>
<attvalue for="numberofworks1990to2004" value="141"></attvalue>
<attvalue for="numberofworks1990to2019" value="320"></attvalue>
<attvalue for="timescited1990to1994" value="6296"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="32202"></attvalue>
<attvalue for="timescited1990to2004" value="16081"></attvalue>
<attvalue for="numberofworks" value="320"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="32202"></attvalue>
</attvalues>
<viz:size value="12.824253"></viz:size>
<viz:position x="202.20496" y="-409.22675"></viz:position>
<viz:color r="196" g="231" b="224"></viz:color>
</node>
<node id="n2" label="Peter Ward">
<attvalues>
<attvalue for="numberofworks1990to1994" value="57"></attvalue>
<attvalue for="numberofworks1990to2004" value="207"></attvalue>
<attvalue for="numberofworks1990to2019" value="372"></attvalue>
<attvalue for="timescited1990to1994" value="4440"></attvalue>
<attvalue for="minyear" value="1959"></attvalue>
<attvalue for="timescited" value="41143"></attvalue>
<attvalue for="timescited1990to2004" value="17845"></attvalue>
<attvalue for="numberofworks" value="561"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="30086"></attvalue>
</attvalues>
<viz:size value="14.103691"></viz:size>
<viz:position x="188.64368" y="-380.13312"></viz:position>
<viz:color r="199" g="232" b="226"></viz:color>
</node>
<node id="n3" label="Dietmar Vestweber">
<attvalues>
<attvalue for="numberofworks1990to1994" value="18"></attvalue>
<attvalue for="numberofworks1990to2004" value="55"></attvalue>
<attvalue for="numberofworks1990to2019" value="163"></attvalue>
<attvalue for="timescited1990to1994" value="2660"></attvalue>
<attvalue for="minyear" value="1981"></attvalue>
<attvalue for="timescited" value="19275"></attvalue>
<attvalue for="timescited1990to2004" value="9236"></attvalue>
<attvalue for="numberofworks" value="176"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="16640"></attvalue>
</attvalues>
<viz:size value="8.961336"></viz:size>
<viz:position x="-47.737774" y="531.6218"></viz:position>
<viz:color r="216" g="239" b="237"></viz:color>
</node>
<node id="n4" label="Hellmut Augustin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="62"></attvalue>
<attvalue for="numberofworks1990to2019" value="225"></attvalue>
<attvalue for="timescited1990to1994" value="939"></attvalue>
<attvalue for="minyear" value="1934"></attvalue>
<attvalue for="timescited" value="17912"></attvalue>
<attvalue for="timescited1990to2004" value="7665"></attvalue>
<attvalue for="numberofworks" value="229"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="17911"></attvalue>
</attvalues>
<viz:size value="10.486818"></viz:size>
<viz:position x="34.250828" y="488.83008"></viz:position>
<viz:color r="214" g="238" b="236"></viz:color>
</node>
<node id="n5" label="Pierre-yves Von Der Weid">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="44"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="timescited" value="1321"></attvalue>
<attvalue for="timescited1990to2004" value="608"></attvalue>
<attvalue for="numberofworks" value="44"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1321"></attvalue>
</attvalues>
<viz:size value="6.033392"></viz:size>
<viz:position x="212.82779" y="-431.52637"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n6" label="Xin Geng">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="506"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="13"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="506"></attvalue>
</attvalues>
<viz:size value="5.2706504"></viz:size>
<viz:position x="-518.6732" y="217.66151"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n7" label="Mark Kahn">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="14"></attvalue>
<attvalue for="numberofworks1990to2019" value="75"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="timescited" value="4295"></attvalue>
<attvalue for="timescited1990to2004" value="1191"></attvalue>
<attvalue for="numberofworks" value="75"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4295"></attvalue>
</attvalues>
<viz:size value="6.7961335"></viz:size>
<viz:position x="-521.851" y="192.42381"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n8" label="Sathish Srinivasan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="34"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="2042"></attvalue>
<attvalue for="timescited1990to2004" value="126"></attvalue>
<attvalue for="numberofworks" value="34"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2042"></attvalue>
</attvalues>
<viz:size value="5.7873464"></viz:size>
<viz:position x="-519.07684" y="-90.43508"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n9" label="Ekaterina Koltsova">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="timescited" value="48"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="23"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="48"></attvalue>
</attvalues>
<viz:size value="5.516696"></viz:size>
<viz:position x="55.434105" y="-568.7511"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n10" label="Radu Stan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="30"></attvalue>
<attvalue for="numberofworks1990to2019" value="92"></attvalue>
<attvalue for="timescited1990to1994" value="24"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="6685"></attvalue>
<attvalue for="timescited1990to2004" value="3897"></attvalue>
<attvalue for="numberofworks" value="92"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6685"></attvalue>
</attvalues>
<viz:size value="7.2144113"></viz:size>
<viz:position x="233.88322" y="269.84738"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n11" label="William Sessa">
<attvalues>
<attvalue for="numberofworks1990to1994" value="42"></attvalue>
<attvalue for="numberofworks1990to2004" value="298"></attvalue>
<attvalue for="numberofworks1990to2019" value="563"></attvalue>
<attvalue for="timescited1990to1994" value="5277"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="55161"></attvalue>
<attvalue for="timescited1990to2004" value="39395"></attvalue>
<attvalue for="numberofworks" value="575"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="54881"></attvalue>
</attvalues>
<viz:size value="18.803164"></viz:size>
<viz:position x="217.07433" y="254.93861"></viz:position>
<viz:color r="167" g="220" b="206"></viz:color>
</node>
<node id="n12" label="Asrar Malik">
<attvalues>
<attvalue for="numberofworks1990to1994" value="141"></attvalue>
<attvalue for="numberofworks1990to2004" value="374"></attvalue>
<attvalue for="numberofworks1990to2019" value="850"></attvalue>
<attvalue for="timescited1990to1994" value="5468"></attvalue>
<attvalue for="minyear" value="1929"></attvalue>
<attvalue for="timescited" value="41660"></attvalue>
<attvalue for="timescited1990to2004" value="18962"></attvalue>
<attvalue for="numberofworks" value="1180"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="34344"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="25.864676"></viz:size>
<viz:position x="-343.86432" y="83.36488"></viz:position>
<viz:color r="193" g="230" b="223"></viz:color>
</node>
<node id="n13" label="Jun Yu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="70"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="5439"></attvalue>
<attvalue for="timescited1990to2004" value="1069"></attvalue>
<attvalue for="numberofworks" value="70"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5439"></attvalue>
</attvalues>
<viz:size value="6.673111"></viz:size>
<viz:position x="196.0998" y="245.80026"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n14" label="Peter Carmeliet">
<attvalues>
<attvalue for="numberofworks1990to1994" value="22"></attvalue>
<attvalue for="numberofworks1990to2004" value="463"></attvalue>
<attvalue for="numberofworks1990to2019" value="1287"></attvalue>
<attvalue for="timescited1990to1994" value="2590"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="125878"></attvalue>
<attvalue for="timescited1990to2004" value="77188"></attvalue>
<attvalue for="numberofworks" value="1302"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="124988"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="36.616875"></viz:size>
<viz:position x="103.95711" y="458.0858"></viz:position>
<viz:color r="85" g="179" b="144"></viz:color>
</node>
<node id="n15" label="Denisa Wagner">
<attvalues>
<attvalue for="numberofworks1990to1994" value="31"></attvalue>
<attvalue for="numberofworks1990to2004" value="182"></attvalue>
<attvalue for="numberofworks1990to2019" value="410"></attvalue>
<attvalue for="timescited1990to1994" value="6565"></attvalue>
<attvalue for="minyear" value="1978"></attvalue>
<attvalue for="timescited" value="43046"></attvalue>
<attvalue for="timescited1990to2004" value="22069"></attvalue>
<attvalue for="numberofworks" value="458"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="36744"></attvalue>
</attvalues>
<viz:size value="15.038664"></viz:size>
<viz:position x="-468.1924" y="118.922775"></viz:position>
<viz:color r="190" g="229" b="221"></viz:color>
</node>
<node id="n16" label="Tanya Mayadas">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="51"></attvalue>
<attvalue for="numberofworks1990to2019" value="114"></attvalue>
<attvalue for="timescited1990to1994" value="1713"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="12158"></attvalue>
<attvalue for="timescited1990to2004" value="7785"></attvalue>
<attvalue for="numberofworks" value="115"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12040"></attvalue>
</attvalues>
<viz:size value="7.7557116"></viz:size>
<viz:position x="-448.86548" y="130.78732"></viz:position>
<viz:color r="221" g="241" b="241"></viz:color>
</node>
<node id="n17" label="Elisabetta Dejana">
<attvalues>
<attvalue for="numberofworks1990to1994" value="109"></attvalue>
<attvalue for="numberofworks1990to2004" value="235"></attvalue>
<attvalue for="numberofworks1990to2019" value="440"></attvalue>
<attvalue for="timescited1990to1994" value="7025"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="50892"></attvalue>
<attvalue for="timescited1990to2004" value="28460"></attvalue>
<attvalue for="numberofworks" value="590"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="45126"></attvalue>
</attvalues>
<viz:size value="15.776802"></viz:size>
<viz:position x="75.378265" y="494.33502"></viz:position>
<viz:color r="180" g="225" b="214"></viz:color>
</node>
<node id="n18" label="Katie Bentley">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="4"></attvalue>
<attvalue for="numberofworks1990to2019" value="44"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="2237"></attvalue>
<attvalue for="timescited1990to2004" value="37"></attvalue>
<attvalue for="numberofworks" value="44"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2237"></attvalue>
</attvalues>
<viz:size value="6.033392"></viz:size>
<viz:position x="146.70749" y="487.72858"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n19" label="William Chilian">
<attvalues>
<attvalue for="numberofworks1990to1994" value="62"></attvalue>
<attvalue for="numberofworks1990to2004" value="206"></attvalue>
<attvalue for="numberofworks1990to2019" value="415"></attvalue>
<attvalue for="timescited1990to1994" value="3754"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="14983"></attvalue>
<attvalue for="timescited1990to2004" value="8080"></attvalue>
<attvalue for="numberofworks" value="477"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="11785"></attvalue>
</attvalues>
<viz:size value="15.161688"></viz:size>
<viz:position x="87.09515" y="-182.8255"></viz:position>
<viz:color r="222" g="242" b="241"></viz:color>
</node>
<node id="n20" label="Zorina Galis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="27"></attvalue>
<attvalue for="numberofworks1990to2004" value="118"></attvalue>
<attvalue for="numberofworks1990to2019" value="175"></attvalue>
<attvalue for="timescited1990to1994" value="4238"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="21628"></attvalue>
<attvalue for="timescited1990to2004" value="20137"></attvalue>
<attvalue for="numberofworks" value="178"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="21555"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="9.25659"></viz:size>
<viz:position x="128.33415" y="-70.27606"></viz:position>
<viz:color r="209" g="237" b="233" a="0.99607843"></viz:color>
</node>
<node id="n21" label="Shayn Peirce-cottler">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="180"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="3682"></attvalue>
<attvalue for="timescited1990to2004" value="969"></attvalue>
<attvalue for="numberofworks" value="180"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3682"></attvalue>
</attvalues>
<viz:size value="9.379614"></viz:size>
<viz:position x="-190.11606" y="-55.617332"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n22" label="Gerald Meininger">
<attvalues>
<attvalue for="numberofworks1990to1994" value="42"></attvalue>
<attvalue for="numberofworks1990to2004" value="123"></attvalue>
<attvalue for="numberofworks1990to2019" value="349"></attvalue>
<attvalue for="timescited1990to1994" value="1980"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="8743"></attvalue>
<attvalue for="timescited1990to2004" value="5016"></attvalue>
<attvalue for="numberofworks" value="400"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7878"></attvalue>
</attvalues>
<viz:size value="13.537786"></viz:size>
<viz:position x="114.03993" y="-185.6269"></viz:position>
<viz:color r="227" g="244" b="244"></viz:color>
</node>
<node id="n23" label="C Ozaki">
<attvalues>
<attvalue for="numberofworks1990to1994" value="7"></attvalue>
<attvalue for="numberofworks1990to2004" value="60"></attvalue>
<attvalue for="numberofworks1990to2019" value="253"></attvalue>
<attvalue for="timescited1990to1994" value="97"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="4805"></attvalue>
<attvalue for="timescited1990to2004" value="2655"></attvalue>
<attvalue for="numberofworks" value="262"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4708"></attvalue>
</attvalues>
<viz:size value="11.175747"></viz:size>
<viz:position x="178.9613" y="-33.951214"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n24" label="Charles Serhan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="68"></attvalue>
<attvalue for="numberofworks1990to2004" value="298"></attvalue>
<attvalue for="numberofworks1990to2019" value="877"></attvalue>
<attvalue for="timescited1990to1994" value="4087"></attvalue>
<attvalue for="minyear" value="1967"></attvalue>
<attvalue for="timescited" value="77940"></attvalue>
<attvalue for="timescited1990to2004" value="27083"></attvalue>
<attvalue for="numberofworks" value="961"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="70660"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="26.528997"></viz:size>
<viz:position x="183.0468" y="-348.62033"></viz:position>
<viz:color r="148" g="212" b="193"></viz:color>
</node>
<node id="n25" label="Alan Dardik">
<attvalues>
<attvalue for="numberofworks1990to1994" value="8"></attvalue>
<attvalue for="numberofworks1990to2004" value="70"></attvalue>
<attvalue for="numberofworks1990to2019" value="448"></attvalue>
<attvalue for="timescited1990to1994" value="384"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="timescited" value="8819"></attvalue>
<attvalue for="timescited1990to2004" value="3389"></attvalue>
<attvalue for="numberofworks" value="451"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="8623"></attvalue>
</attvalues>
<viz:size value="15.973638"></viz:size>
<viz:position x="243.77261" y="248.44684"></viz:position>
<viz:color r="226" g="243" b="244"></viz:color>
</node>
<node id="n26" label="Peter Libby">
<attvalues>
<attvalue for="numberofworks1990to1994" value="85"></attvalue>
<attvalue for="numberofworks1990to2004" value="619"></attvalue>
<attvalue for="numberofworks1990to2019" value="1318"></attvalue>
<attvalue for="timescited1990to1994" value="12043"></attvalue>
<attvalue for="minyear" value="1757"></attvalue>
<attvalue for="timescited" value="196973"></attvalue>
<attvalue for="timescited1990to2004" value="110068"></attvalue>
<attvalue for="numberofworks" value="1451"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="180260"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="37.379612"></viz:size>
<viz:position x="162.30217" y="-48.881847"></viz:position>
<viz:color r="32" g="136" b="82"></viz:color>
</node>
<node id="n27" label="Shu Chien">
<attvalues>
<attvalue for="numberofworks1990to1994" value="90"></attvalue>
<attvalue for="numberofworks1990to2004" value="328"></attvalue>
<attvalue for="numberofworks1990to2019" value="751"></attvalue>
<attvalue for="timescited1990to1994" value="3787"></attvalue>
<attvalue for="minyear" value="1956"></attvalue>
<attvalue for="timescited" value="62350"></attvalue>
<attvalue for="timescited1990to2004" value="17205"></attvalue>
<attvalue for="numberofworks" value="1287"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="38052"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="23.428822"></viz:size>
<viz:position x="-324.03772" y="35.24703"></viz:position>
<viz:color r="189" g="228" b="220"></viz:color>
</node>
<node id="n28" label="Paul Quax">
<attvalues>
<attvalue for="numberofworks1990to1994" value="31"></attvalue>
<attvalue for="numberofworks1990to2004" value="139"></attvalue>
<attvalue for="numberofworks1990to2019" value="480"></attvalue>
<attvalue for="timescited1990to1994" value="1184"></attvalue>
<attvalue for="minyear" value="1962"></attvalue>
<attvalue for="timescited" value="12013"></attvalue>
<attvalue for="timescited1990to2004" value="5001"></attvalue>
<attvalue for="numberofworks" value="484"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12012"></attvalue>
</attvalues>
<viz:size value="16.760984"></viz:size>
<viz:position x="-133.35796" y="-215.70161"></viz:position>
<viz:color r="221" g="241" b="241"></viz:color>
</node>
<node id="n29" label="Elena Aikawa">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="314"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="15543"></attvalue>
<attvalue for="timescited1990to2004" value="25"></attvalue>
<attvalue for="numberofworks" value="314"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="15543"></attvalue>
</attvalues>
<viz:size value="12.676626"></viz:size>
<viz:position x="194.25708" y="-54.8567"></viz:position>
<viz:color r="217" g="240" b="238"></viz:color>
</node>
<node id="n30" label="Luke Brewster">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="164"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="1026"></attvalue>
<attvalue for="timescited1990to2004" value="19"></attvalue>
<attvalue for="numberofworks" value="164"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1026"></attvalue>
</attvalues>
<viz:size value="8.98594"></viz:size>
<viz:position x="33.183838" y="-52.76614"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n31" label="Mark G Davies">
<attvalues>
<attvalue for="numberofworks1990to1994" value="69"></attvalue>
<attvalue for="numberofworks1990to2004" value="255"></attvalue>
<attvalue for="numberofworks1990to2019" value="713"></attvalue>
<attvalue for="timescited1990to1994" value="1871"></attvalue>
<attvalue for="minyear" value="1942"></attvalue>
<attvalue for="timescited" value="12750"></attvalue>
<attvalue for="timescited1990to2004" value="6188"></attvalue>
<attvalue for="numberofworks" value="753"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12005"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="22.493849"></viz:size>
<viz:position x="-173.36723" y="-27.13191"></viz:position>
<viz:color r="221" g="241" b="241"></viz:color>
</node>
<node id="n32" label="Lijun Xia">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="39"></attvalue>
<attvalue for="numberofworks1990to2019" value="245"></attvalue>
<attvalue for="timescited1990to1994" value="2"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="7928"></attvalue>
<attvalue for="timescited1990to2004" value="1778"></attvalue>
<attvalue for="numberofworks" value="247"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7925"></attvalue>
</attvalues>
<viz:size value="10.97891"></viz:size>
<viz:position x="-514.47064" y="-67.99799"></viz:position>
<viz:color r="227" g="244" b="244"></viz:color>
</node>
<node id="n33" label="Butcher Eugene">
<attvalues>
<attvalue for="numberofworks1990to1994" value="64"></attvalue>
<attvalue for="numberofworks1990to2004" value="221"></attvalue>
<attvalue for="numberofworks1990to2019" value="386"></attvalue>
<attvalue for="timescited1990to1994" value="19982"></attvalue>
<attvalue for="minyear" value="1937"></attvalue>
<attvalue for="timescited" value="75580"></attvalue>
<attvalue for="timescited1990to2004" value="49814"></attvalue>
<attvalue for="numberofworks" value="501"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="58244"></attvalue>
</attvalues>
<viz:size value="14.448155"></viz:size>
<viz:position x="-574.36334" y="-38.10883"></viz:position>
<viz:color r="163" g="218" b="203"></viz:color>
</node>
<node id="n34" label="Jonathon Homeister">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="20"></attvalue>
<attvalue for="numberofworks1990to2019" value="60"></attvalue>
<attvalue for="timescited1990to1994" value="689"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="2823"></attvalue>
<attvalue for="timescited1990to2004" value="1801"></attvalue>
<attvalue for="numberofworks" value="61"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2820"></attvalue>
</attvalues>
<viz:size value="6.427065"></viz:size>
<viz:position x="-492.64984" y="-101.57685"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n35" label="Richard Hynes">
<attvalues>
<attvalue for="numberofworks1990to1994" value="51"></attvalue>
<attvalue for="numberofworks1990to2004" value="172"></attvalue>
<attvalue for="numberofworks1990to2019" value="314"></attvalue>
<attvalue for="timescited1990to1994" value="18878"></attvalue>
<attvalue for="minyear" value="1970"></attvalue>
<attvalue for="timescited" value="93981"></attvalue>
<attvalue for="timescited1990to2004" value="59067"></attvalue>
<attvalue for="numberofworks" value="391"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="73992"></attvalue>
</attvalues>
<viz:size value="12.676626"></viz:size>
<viz:position x="-490.6573" y="134.0146"></viz:position>
<viz:color r="143" g="210" b="190"></viz:color>
</node>
<node id="n36" label="Paul Frenette">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="76"></attvalue>
<attvalue for="numberofworks1990to2019" value="277"></attvalue>
<attvalue for="timescited1990to1994" value="31"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="26120"></attvalue>
<attvalue for="timescited1990to2004" value="8073"></attvalue>
<attvalue for="numberofworks" value="278"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="26106"></attvalue>
</attvalues>
<viz:size value="11.766256"></viz:size>
<viz:position x="-477.92065" y="100.06567"></viz:position>
<viz:color r="204" g="234" b="229"></viz:color>
</node>
<node id="n37" label="James Stone">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="20"></attvalue>
<attvalue for="numberofworks1990to2019" value="106"></attvalue>
<attvalue for="timescited1990to1994" value="4"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="4849"></attvalue>
<attvalue for="timescited1990to2004" value="1911"></attvalue>
<attvalue for="numberofworks" value="106"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4849"></attvalue>
</attvalues>
<viz:size value="7.558875"></viz:size>
<viz:position x="203.8593" y="-27.830837"></viz:position>
<viz:color r="230" g="245" b="247"></viz:color>
</node>
<node id="n38" label="Irani Kaikobad">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="78"></attvalue>
<attvalue for="numberofworks1990to2019" value="172"></attvalue>
<attvalue for="timescited1990to1994" value="29"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="12581"></attvalue>
<attvalue for="timescited1990to2004" value="9688"></attvalue>
<attvalue for="numberofworks" value="172"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12581"></attvalue>
</attvalues>
<viz:size value="9.182777"></viz:size>
<viz:position x="183.37746" y="94.13474"></viz:position>
<viz:color r="221" g="241" b="240"></viz:color>
</node>
<node id="n39" label="Jain Mukesh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="87"></attvalue>
<attvalue for="numberofworks1990to2019" value="311"></attvalue>
<attvalue for="timescited1990to1994" value="62"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="13031"></attvalue>
<attvalue for="timescited1990to2004" value="3884"></attvalue>
<attvalue for="numberofworks" value="322"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12896"></attvalue>
</attvalues>
<viz:size value="12.602812"></viz:size>
<viz:position x="205.64215" y="98.66739"></viz:position>
<viz:color r="220" g="241" b="240"></viz:color>
</node>
<node id="n40" label="Joseph Wu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="87"></attvalue>
<attvalue for="numberofworks1990to2004" value="576"></attvalue>
<attvalue for="numberofworks1990to2019" value="2847"></attvalue>
<attvalue for="timescited1990to1994" value="225"></attvalue>
<attvalue for="minyear" value="1900"></attvalue>
<attvalue for="timescited" value="33356"></attvalue>
<attvalue for="timescited1990to2004" value="2646"></attvalue>
<attvalue for="numberofworks" value="2914"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="33203"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="75.0"></viz:size>
<viz:position x="-111.98232" y="-157.44563"></viz:position>
<viz:color r="195" g="231" b="224"></viz:color>
</node>
<node id="n41" label="Ingrid Fleming">
<attvalues>
<attvalue for="numberofworks1990to1994" value="26"></attvalue>
<attvalue for="numberofworks1990to2004" value="234"></attvalue>
<attvalue for="numberofworks1990to2019" value="568"></attvalue>
<attvalue for="timescited1990to1994" value="2464"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="30729"></attvalue>
<attvalue for="timescited1990to2004" value="21695"></attvalue>
<attvalue for="numberofworks" value="568"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="30729"></attvalue>
</attvalues>
<viz:size value="18.926186"></viz:size>
<viz:position x="109.27352" y="-22.13166"></viz:position>
<viz:color r="198" g="232" b="226"></viz:color>
</node>
<node id="n42" label="Patricia D'amore">
<attvalues>
<attvalue for="numberofworks1990to1994" value="36"></attvalue>
<attvalue for="numberofworks1990to2004" value="121"></attvalue>
<attvalue for="numberofworks1990to2019" value="301"></attvalue>
<attvalue for="timescited1990to1994" value="5528"></attvalue>
<attvalue for="minyear" value="1977"></attvalue>
<attvalue for="timescited" value="35926"></attvalue>
<attvalue for="timescited1990to2004" value="19829"></attvalue>
<attvalue for="numberofworks" value="360"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="29251"></attvalue>
</attvalues>
<viz:size value="12.356766"></viz:size>
<viz:position x="150.305" y="-301.45654"></viz:position>
<viz:color r="200" g="233" b="227"></viz:color>
</node>
<node id="n43" label="Tadanori Mammoto">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="41"></attvalue>
<attvalue for="numberofworks1990to2019" value="106"></attvalue>
<attvalue for="timescited1990to1994" value="13"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="8840"></attvalue>
<attvalue for="timescited1990to2004" value="2307"></attvalue>
<attvalue for="numberofworks" value="106"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="8840"></attvalue>
</attvalues>
<viz:size value="7.558875"></viz:size>
<viz:position x="69.902626" y="-268.65106"></viz:position>
<viz:color r="225" g="243" b="243" a="0.99607843"></viz:color>
</node>
<node id="n44" label="Donald Ingber">
<attvalues>
<attvalue for="numberofworks1990to1994" value="63"></attvalue>
<attvalue for="numberofworks1990to2004" value="247"></attvalue>
<attvalue for="numberofworks1990to2019" value="686"></attvalue>
<attvalue for="timescited1990to1994" value="17075"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="96957"></attvalue>
<attvalue for="timescited1990to2004" value="59140"></attvalue>
<attvalue for="numberofworks" value="720"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="89824"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="21.829525"></viz:size>
<viz:position x="77.12169" y="-228.76668"></viz:position>
<viz:color r="123" g="202" b="178"></viz:color>
</node>
<node id="n45" label="Akiko Mammoto">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="107"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="9096"></attvalue>
<attvalue for="timescited1990to2004" value="1966"></attvalue>
<attvalue for="numberofworks" value="107"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9096"></attvalue>
</attvalues>
<viz:size value="7.58348"></viz:size>
<viz:position x="66.57024" y="-248.35048"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n46" label="Mark Feinberg">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="61"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="4192"></attvalue>
<attvalue for="timescited1990to2004" value="1451"></attvalue>
<attvalue for="numberofworks" value="61"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4192"></attvalue>
</attvalues>
<viz:size value="6.4516697"></viz:size>
<viz:position x="79.0751" y="-304.60693"></viz:position>
<viz:color r="231" g="245" b="247" a="0.99607843"></viz:color>
</node>
<node id="n47" label="Dritan Agaliu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="4"></attvalue>
<attvalue for="numberofworks1990to2019" value="48"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="2312"></attvalue>
<attvalue for="timescited1990to2004" value="48"></attvalue>
<attvalue for="numberofworks" value="48"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2312"></attvalue>
</attvalues>
<viz:size value="6.13181"></viz:size>
<viz:position x="94.084854" y="567.8574"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n48" label="Jan Kitajewski">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="56"></attvalue>
<attvalue for="numberofworks1990to2019" value="235"></attvalue>
<attvalue for="timescited1990to1994" value="11"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="16452"></attvalue>
<attvalue for="timescited1990to2004" value="8385"></attvalue>
<attvalue for="numberofworks" value="239"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="16078"></attvalue>
</attvalues>
<viz:size value="10.732864"></viz:size>
<viz:position x="104.54567" y="542.3131"></viz:position>
<viz:color r="216" g="239" b="237"></viz:color>
</node>
<node id="n49" label="Caron Kathleen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="59"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="1855"></attvalue>
<attvalue for="timescited1990to2004" value="587"></attvalue>
<attvalue for="numberofworks" value="59"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1855"></attvalue>
</attvalues>
<viz:size value="6.4024606"></viz:size>
<viz:position x="-447.14438" y="177.64043"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n50" label="James Faber">
<attvalues>
<attvalue for="numberofworks1990to1994" value="15"></attvalue>
<attvalue for="numberofworks1990to2004" value="42"></attvalue>
<attvalue for="numberofworks1990to2019" value="127"></attvalue>
<attvalue for="timescited1990to1994" value="750"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="5871"></attvalue>
<attvalue for="timescited1990to2004" value="2260"></attvalue>
<attvalue for="numberofworks" value="146"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5016"></attvalue>
</attvalues>
<viz:size value="8.075571"></viz:size>
<viz:position x="-446.17383" y="202.13506"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n51" label="De Jesus Perez">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="118"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="2143"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="118"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2143"></attvalue>
</attvalues>
<viz:size value="7.85413"></viz:size>
<viz:position x="-90.180916" y="-128.32697"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n52" label="Kristy Red-horse">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="62"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="2774"></attvalue>
<attvalue for="timescited1990to2004" value="951"></attvalue>
<attvalue for="numberofworks" value="62"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2774"></attvalue>
</attvalues>
<viz:size value="6.476274"></viz:size>
<viz:position x="-9.724928" y="477.56287"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n53" label="Anthony Barnes">
<attvalues>
<attvalue for="numberofworks1990to1994" value="41"></attvalue>
<attvalue for="numberofworks1990to2004" value="134"></attvalue>
<attvalue for="numberofworks1990to2019" value="236"></attvalue>
<attvalue for="timescited1990to1994" value="1943"></attvalue>
<attvalue for="minyear" value="1894"></attvalue>
<attvalue for="timescited" value="23877"></attvalue>
<attvalue for="timescited1990to2004" value="9147"></attvalue>
<attvalue for="numberofworks" value="368"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14415"></attvalue>
</attvalues>
<viz:size value="10.757469"></viz:size>
<viz:position x="-258.8661" y="418.52496"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n54" label="Nabil Alkayed">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="39"></attvalue>
<attvalue for="numberofworks1990to2019" value="200"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="7196"></attvalue>
<attvalue for="timescited1990to2004" value="3905"></attvalue>
<attvalue for="numberofworks" value="200"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7196"></attvalue>
</attvalues>
<viz:size value="9.871705"></viz:size>
<viz:position x="-261.95648" y="397.7468"></viz:position>
<viz:color r="227" g="244" b="245"></viz:color>
</node>
<node id="n55" label="Scott Lemaire">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="25"></attvalue>
<attvalue for="numberofworks1990to2019" value="239"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="7457"></attvalue>
<attvalue for="timescited1990to2004" value="1275"></attvalue>
<attvalue for="numberofworks" value="239"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7457"></attvalue>
</attvalues>
<viz:size value="10.831283"></viz:size>
<viz:position x="-473.52173" y="-327.3661"></viz:position>
<viz:color r="227" g="244" b="244" a="0.99607843"></viz:color>
</node>
<node id="n56" label="Dianna Milewicz">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="48"></attvalue>
<attvalue for="numberofworks1990to2019" value="230"></attvalue>
<attvalue for="timescited1990to1994" value="190"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="14726"></attvalue>
<attvalue for="timescited1990to2004" value="4031"></attvalue>
<attvalue for="numberofworks" value="230"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14726"></attvalue>
</attvalues>
<viz:size value="10.609842"></viz:size>
<viz:position x="-492.54083" y="-333.70114"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n57" label="Jun-ichi Abe">
<attvalues>
<attvalue for="numberofworks1990to1994" value="16"></attvalue>
<attvalue for="numberofworks1990to2004" value="109"></attvalue>
<attvalue for="numberofworks1990to2019" value="338"></attvalue>
<attvalue for="timescited1990to1994" value="1086"></attvalue>
<attvalue for="minyear" value="1977"></attvalue>
<attvalue for="timescited" value="12554"></attvalue>
<attvalue for="timescited1990to2004" value="6808"></attvalue>
<attvalue for="numberofworks" value="370"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="11597"></attvalue>
</attvalues>
<viz:size value="13.267136"></viz:size>
<viz:position x="318.196" y="113.74306"></viz:position>
<viz:color r="222" g="242" b="241"></viz:color>
</node>
<node id="n58" label="Carrie Shawber">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="16"></attvalue>
<attvalue for="numberofworks1990to2019" value="110"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="5070"></attvalue>
<attvalue for="timescited1990to2004" value="2204"></attvalue>
<attvalue for="numberofworks" value="110"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5070"></attvalue>
</attvalues>
<viz:size value="7.6572933"></viz:size>
<viz:position x="82.9502" y="546.7116"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n59" label="Sonia Hernandez">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="24"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="511"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="24"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="511"></attvalue>
</attvalues>
<viz:size value="5.541301"></viz:size>
<viz:position x="128.0386" y="539.18866"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n60" label="Arie Horowitz">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="45"></attvalue>
<attvalue for="numberofworks1990to2019" value="83"></attvalue>
<attvalue for="timescited1990to1994" value="127"></attvalue>
<attvalue for="minyear" value="1951"></attvalue>
<attvalue for="timescited" value="3584"></attvalue>
<attvalue for="timescited1990to2004" value="2115"></attvalue>
<attvalue for="numberofworks" value="95"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3359"></attvalue>
</attvalues>
<viz:size value="6.99297"></viz:size>
<viz:position x="129.32219" y="420.20947"></viz:position>
<viz:color r="232" g="246" b="248" a="0.99607843"></viz:color>
</node>
<node id="n61" label="Luisa Iruela-arispe">
<attvalues>
<attvalue for="numberofworks1990to1994" value="24"></attvalue>
<attvalue for="numberofworks1990to2004" value="89"></attvalue>
<attvalue for="numberofworks1990to2019" value="240"></attvalue>
<attvalue for="timescited1990to1994" value="2903"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="22485"></attvalue>
<attvalue for="timescited1990to2004" value="11625"></attvalue>
<attvalue for="numberofworks" value="243"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="22254"></attvalue>
</attvalues>
<viz:size value="10.855887"></viz:size>
<viz:position x="101.41659" y="430.02936"></viz:position>
<viz:color r="208" g="236" b="232"></viz:color>
</node>
<node id="n62" label="Christiana Ruhrberg">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="26"></attvalue>
<attvalue for="numberofworks1990to2019" value="141"></attvalue>
<attvalue for="timescited1990to1994" value="41"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="10476"></attvalue>
<attvalue for="timescited1990to2004" value="5609"></attvalue>
<attvalue for="numberofworks" value="141"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="10476"></attvalue>
</attvalues>
<viz:size value="8.420035"></viz:size>
<viz:position x="152.59119" y="450.07965"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n63" label="Kevin Whitehead">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="1400"></attvalue>
<attvalue for="timescited1990to2004" value="172"></attvalue>
<attvalue for="numberofworks" value="36"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1400"></attvalue>
</attvalues>
<viz:size value="5.8365555"></viz:size>
<viz:position x="-554.4775" y="226.98102"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n64" label="George Davis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="8"></attvalue>
<attvalue for="numberofworks1990to2004" value="101"></attvalue>
<attvalue for="numberofworks1990to2019" value="225"></attvalue>
<attvalue for="timescited1990to1994" value="1131"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="16906"></attvalue>
<attvalue for="timescited1990to2004" value="7040"></attvalue>
<attvalue for="numberofworks" value="251"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14360"></attvalue>
</attvalues>
<viz:size value="10.486818"></viz:size>
<viz:position x="121.4457" y="-210.07425"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n65" label="Douglas Marchuk">
<attvalues>
<attvalue for="numberofworks1990to1994" value="36"></attvalue>
<attvalue for="numberofworks1990to2004" value="165"></attvalue>
<attvalue for="numberofworks1990to2019" value="298"></attvalue>
<attvalue for="timescited1990to1994" value="7096"></attvalue>
<attvalue for="minyear" value="1749"></attvalue>
<attvalue for="timescited" value="23358"></attvalue>
<attvalue for="timescited1990to2004" value="18057"></attvalue>
<attvalue for="numberofworks" value="318"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="22452"></attvalue>
</attvalues>
<viz:size value="12.282953"></viz:size>
<viz:position x="-264.9464" y="-7.745317"></viz:position>
<viz:color r="208" g="236" b="232"></viz:color>
</node>
<node id="n66" label="S Paul Oh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="85"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="timescited" value="4182"></attvalue>
<attvalue for="timescited1990to2004" value="2126"></attvalue>
<attvalue for="numberofworks" value="85"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4182"></attvalue>
</attvalues>
<viz:size value="7.042179"></viz:size>
<viz:position x="212.35515" y="71.82768"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n67" label="Magdalena Chrzanowska-wodnicka">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="478"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="10"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
<attvalue for="timescited1990to2019" value="478"></attvalue>
</attvalues>
<viz:size value="5.1968365"></viz:size>
<viz:position x="-563.72504" y="249.62819"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n68" label="Xiangjian Zheng">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="40"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="975"></attvalue>
<attvalue for="timescited1990to2004" value="243"></attvalue>
<attvalue for="numberofworks" value="40"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="975"></attvalue>
</attvalues>
<viz:size value="5.9349737"></viz:size>
<viz:position x="-541.32587" y="206.57188"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n69" label="Kazuyo Kegan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="22"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="473"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="22"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="473"></attvalue>
</attvalues>
<viz:size value="5.492091"></viz:size>
<viz:position x="-447.19247" y="-496.0028"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n70" label="Yogen Kanthi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="26"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="214"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="26"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="214"></attvalue>
</attvalues>
<viz:size value="5.59051"></viz:size>
<viz:position x="34.39738" y="-105.96835"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n71" label="Hanjoong Jo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="8"></attvalue>
<attvalue for="numberofworks1990to2004" value="55"></attvalue>
<attvalue for="numberofworks1990to2019" value="198"></attvalue>
<attvalue for="timescited1990to1994" value="681"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="13947"></attvalue>
<attvalue for="timescited1990to2004" value="7893"></attvalue>
<attvalue for="numberofworks" value="198"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13947"></attvalue>
</attvalues>
<viz:size value="9.822495"></viz:size>
<viz:position x="55.99985" y="-94.86761"></viz:position>
<viz:color r="219" g="240" b="239"></viz:color>
</node>
<node id="n72" label="Seiji Yamamoto">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="249"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="11"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="249"></attvalue>
</attvalues>
<viz:size value="5.2214413"></viz:size>
<viz:position x="-232.7278" y="77.18647"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n73" label="Iris Jaffe">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="89"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="2669"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="89"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2669"></attvalue>
</attvalues>
<viz:size value="7.1405973"></viz:size>
<viz:position x="-207.34492" y="101.481125"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n74" label="Brant Isakson">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="164"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="4608"></attvalue>
<attvalue for="timescited1990to2004" value="422"></attvalue>
<attvalue for="numberofworks" value="164"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4608"></attvalue>
</attvalues>
<viz:size value="8.98594"></viz:size>
<viz:position x="-185.07704" y="100.213165"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n75" label="Mary Wallingford">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="timescited" value="196"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="16"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="196"></attvalue>
</attvalues>
<viz:size value="5.344464"></viz:size>
<viz:position x="299.89124" y="340.83945"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n76" label="W Taylor">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="42"></attvalue>
<attvalue for="numberofworks1990to2019" value="218"></attvalue>
<attvalue for="timescited1990to1994" value="53"></attvalue>
<attvalue for="minyear" value="1941"></attvalue>
<attvalue for="timescited" value="10673"></attvalue>
<attvalue for="timescited1990to2004" value="5144"></attvalue>
<attvalue for="numberofworks" value="221"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10661"></attvalue>
</attvalues>
<viz:size value="10.314587"></viz:size>
<viz:position x="179.4359" y="-115.11538"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n77" label="Masanori Aikawa">
<attvalues>
<attvalue for="numberofworks1990to1994" value="20"></attvalue>
<attvalue for="numberofworks1990to2004" value="99"></attvalue>
<attvalue for="numberofworks1990to2019" value="302"></attvalue>
<attvalue for="timescited1990to1994" value="501"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="19644"></attvalue>
<attvalue for="timescited1990to2004" value="14722"></attvalue>
<attvalue for="numberofworks" value="302"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="19644"></attvalue>
</attvalues>
<viz:size value="12.381371"></viz:size>
<viz:position x="175.6243" y="-74.4795"></viz:position>
<viz:color r="212" g="238" b="235"></viz:color>
</node>
<node id="n78" label="Masuko Ushio-fukai">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="95"></attvalue>
<attvalue for="numberofworks1990to2019" value="301"></attvalue>
<attvalue for="timescited1990to1994" value="64"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="19490"></attvalue>
<attvalue for="timescited1990to2004" value="13155"></attvalue>
<attvalue for="numberofworks" value="303"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="19490"></attvalue>
</attvalues>
<viz:size value="12.356766"></viz:size>
<viz:position x="335.04852" y="130.87195"></viz:position>
<viz:color r="212" g="238" b="235"></viz:color>
</node>
<node id="n79" label="David Harrison">
<attvalues>
<attvalue for="numberofworks1990to1994" value="117"></attvalue>
<attvalue for="numberofworks1990to2004" value="430"></attvalue>
<attvalue for="numberofworks1990to2019" value="952"></attvalue>
<attvalue for="timescited1990to1994" value="9585"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="75825"></attvalue>
<attvalue for="timescited1990to2004" value="51449"></attvalue>
<attvalue for="numberofworks" value="1085"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="69607"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="28.374342"></viz:size>
<viz:position x="75.19947" y="-107.44407"></viz:position>
<viz:color r="149" g="212" b="194"></viz:color>
</node>
<node id="n80" label="Gangjian Qin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="4"></attvalue>
<attvalue for="numberofworks1990to2019" value="208"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="5387"></attvalue>
<attvalue for="timescited1990to2004" value="254"></attvalue>
<attvalue for="numberofworks" value="208"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5387"></attvalue>
</attvalues>
<viz:size value="10.068541"></viz:size>
<viz:position x="137.68993" y="-5.7024307"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n81" label="Gary Owens">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="77"></attvalue>
<attvalue for="numberofworks1990to2019" value="221"></attvalue>
<attvalue for="timescited1990to1994" value="828"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="24181"></attvalue>
<attvalue for="timescited1990to2004" value="11474"></attvalue>
<attvalue for="numberofworks" value="243"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="19784"></attvalue>
</attvalues>
<viz:size value="10.388401"></viz:size>
<viz:position x="-171.10172" y="63.783245"></viz:position>
<viz:color r="212" g="238" b="234"></viz:color>
</node>
<node id="n82" label="Kari Alitalo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="56"></attvalue>
<attvalue for="numberofworks1990to2004" value="352"></attvalue>
<attvalue for="numberofworks1990to2019" value="816"></attvalue>
<attvalue for="timescited1990to1994" value="3925"></attvalue>
<attvalue for="minyear" value="1977"></attvalue>
<attvalue for="timescited" value="113802"></attvalue>
<attvalue for="timescited1990to2004" value="74447"></attvalue>
<attvalue for="numberofworks" value="882"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="106369"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="25.02812"></viz:size>
<viz:position x="12.477325" y="487.5119"></viz:position>
<viz:color r="103" g="194" b="164"></viz:color>
</node>
<node id="n83" label="Renu Virmani">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="501"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="29472"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="501"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="29472"></attvalue>
</attvalues>
<viz:size value="17.27768"></viz:size>
<viz:position x="172.62505" y="-136.42491"></viz:position>
<viz:color r="199" g="233" b="227"></viz:color>
</node>
<node id="n84" label="Jeff Reese">
<attvalues>
<attvalue for="numberofworks1990to1994" value="9"></attvalue>
<attvalue for="numberofworks1990to2004" value="52"></attvalue>
<attvalue for="numberofworks1990to2019" value="179"></attvalue>
<attvalue for="timescited1990to1994" value="19"></attvalue>
<attvalue for="minyear" value="1971"></attvalue>
<attvalue for="timescited" value="5166"></attvalue>
<attvalue for="timescited1990to2004" value="3590"></attvalue>
<attvalue for="numberofworks" value="181"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5166"></attvalue>
</attvalues>
<viz:size value="9.355009"></viz:size>
<viz:position x="-179.16304" y="-263.3731"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n85" label="Chetan Hans">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1162"></attvalue>
<attvalue for="timescited1990to2004" value="182"></attvalue>
<attvalue for="numberofworks" value="33"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1162"></attvalue>
</attvalues>
<viz:size value="5.7627416"></viz:size>
<viz:position x="-146.08575" y="-273.76013"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n86" label="Klaus Ley">
<attvalues>
<attvalue for="numberofworks1990to1994" value="33"></attvalue>
<attvalue for="numberofworks1990to2004" value="314"></attvalue>
<attvalue for="numberofworks1990to2019" value="760"></attvalue>
<attvalue for="timescited1990to1994" value="3790"></attvalue>
<attvalue for="minyear" value="1964"></attvalue>
<attvalue for="timescited" value="59741"></attvalue>
<attvalue for="timescited1990to2004" value="31322"></attvalue>
<attvalue for="numberofworks" value="809"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="58534"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="23.650265"></viz:size>
<viz:position x="-400.0574" y="25.297075"></viz:position>
<viz:color r="163" g="218" b="203"></viz:color>
</node>
<node id="n87" label="Vasan Ramachandran">
<attvalues>
<attvalue for="numberofworks1990to1994" value="15"></attvalue>
<attvalue for="numberofworks1990to2004" value="189"></attvalue>
<attvalue for="numberofworks1990to2019" value="1310"></attvalue>
<attvalue for="timescited1990to1994" value="298"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="121133"></attvalue>
<attvalue for="timescited1990to2004" value="41466"></attvalue>
<attvalue for="numberofworks" value="1313"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="121028"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="37.182777"></viz:size>
<viz:position x="62.801598" y="-70.614426"></viz:position>
<viz:color r="88" g="183" b="148"></viz:color>
</node>
<node id="n88" label="Marlene Rabinovitch">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="27"></attvalue>
<attvalue for="numberofworks1990to2019" value="190"></attvalue>
<attvalue for="timescited1990to1994" value="625"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="15266"></attvalue>
<attvalue for="timescited1990to2004" value="3169"></attvalue>
<attvalue for="numberofworks" value="224"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12646"></attvalue>
</attvalues>
<viz:size value="9.625659"></viz:size>
<viz:position x="-89.51226" y="-148.92676"></viz:position>
<viz:color r="221" g="241" b="240"></viz:color>
</node>
<node id="n89" label="Ira Tabas">
<attvalues>
<attvalue for="numberofworks1990to1994" value="16"></attvalue>
<attvalue for="numberofworks1990to2004" value="71"></attvalue>
<attvalue for="numberofworks1990to2019" value="217"></attvalue>
<attvalue for="timescited1990to1994" value="1133"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="25554"></attvalue>
<attvalue for="timescited1990to2004" value="9425"></attvalue>
<attvalue for="numberofworks" value="225"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="25040"></attvalue>
</attvalues>
<viz:size value="10.289983"></viz:size>
<viz:position x="158.22856" y="-96.6747"></viz:position>
<viz:color r="205" g="235" b="230"></viz:color>
</node>
<node id="n90" label="Edward Thorp">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="97"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="2759"></attvalue>
<attvalue for="timescited1990to2004" value="95"></attvalue>
<attvalue for="numberofworks" value="97"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2759"></attvalue>
</attvalues>
<viz:size value="7.337434"></viz:size>
<viz:position x="149.65219" y="-116.63538"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n91" label="Nigel Mackman">
<attvalues>
<attvalue for="numberofworks1990to1994" value="14"></attvalue>
<attvalue for="numberofworks1990to2004" value="88"></attvalue>
<attvalue for="numberofworks1990to2019" value="323"></attvalue>
<attvalue for="timescited1990to1994" value="1649"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="26613"></attvalue>
<attvalue for="timescited1990to2004" value="16353"></attvalue>
<attvalue for="numberofworks" value="324"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="26370"></attvalue>
</attvalues>
<viz:size value="12.898067"></viz:size>
<viz:position x="356.84863" y="113.27965"></viz:position>
<viz:color r="203" g="234" b="229" a="0.99607843"></viz:color>
</node>
<node id="n92" label="Roger Markwald">
<attvalues>
<attvalue for="numberofworks1990to1994" value="15"></attvalue>
<attvalue for="numberofworks1990to2004" value="69"></attvalue>
<attvalue for="numberofworks1990to2019" value="184"></attvalue>
<attvalue for="timescited1990to1994" value="431"></attvalue>
<attvalue for="minyear" value="1971"></attvalue>
<attvalue for="timescited" value="15153"></attvalue>
<attvalue for="timescited1990to2004" value="5116"></attvalue>
<attvalue for="numberofworks" value="229"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12116"></attvalue>
</attvalues>
<viz:size value="9.478031"></viz:size>
<viz:position x="391.91968" y="-77.645454"></viz:position>
<viz:color r="221" g="241" b="241"></viz:color>
</node>
<node id="n93" label="Young-sup Yoon">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="144"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="3904"></attvalue>
<attvalue for="timescited1990to2004" value="197"></attvalue>
<attvalue for="numberofworks" value="144"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3904"></attvalue>
</attvalues>
<viz:size value="8.493849"></viz:size>
<viz:position x="196.56421" y="-137.4039"></viz:position>
<viz:color r="232" g="246" b="247" a="0.99607843"></viz:color>
</node>
<node id="n94" label="Michael Autieri">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="59"></attvalue>
<attvalue for="numberofworks1990to2019" value="173"></attvalue>
<attvalue for="timescited1990to1994" value="23"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="2356"></attvalue>
<attvalue for="timescited1990to2004" value="1040"></attvalue>
<attvalue for="numberofworks" value="173"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2356"></attvalue>
</attvalues>
<viz:size value="9.207381"></viz:size>
<viz:position x="102.72339" y="-315.33868"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n95" label="A Orr">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="13"></attvalue>
<attvalue for="numberofworks1990to2019" value="138"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="timescited" value="4361"></attvalue>
<attvalue for="timescited1990to2004" value="1456"></attvalue>
<attvalue for="numberofworks" value="138"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4361"></attvalue>
</attvalues>
<viz:size value="8.346222"></viz:size>
<viz:position x="112.895164" y="-292.882"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n96" label="Alejandro Adam">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="53"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="1092"></attvalue>
<attvalue for="timescited1990to2004" value="65"></attvalue>
<attvalue for="numberofworks" value="53"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1092"></attvalue>
</attvalues>
<viz:size value="6.254833"></viz:size>
<viz:position x="-163.40613" y="-564.2065"></viz:position>
<viz:color r="235" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n97" label="Kevin Pumiglia">
<attvalues>
<attvalue for="numberofworks1990to1994" value="8"></attvalue>
<attvalue for="numberofworks1990to2004" value="30"></attvalue>
<attvalue for="numberofworks1990to2019" value="54"></attvalue>
<attvalue for="timescited1990to1994" value="298"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="4739"></attvalue>
<attvalue for="timescited1990to2004" value="3529"></attvalue>
<attvalue for="numberofworks" value="54"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4739"></attvalue>
</attvalues>
<viz:size value="6.2794375"></viz:size>
<viz:position x="-171.6564" y="-585.41"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n98" label="Peter Vincent">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="28"></attvalue>
<attvalue for="numberofworks1990to2019" value="54"></attvalue>
<attvalue for="timescited1990to1994" value="178"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="3173"></attvalue>
<attvalue for="timescited1990to2004" value="1449"></attvalue>
<attvalue for="numberofworks" value="60"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="3083"></attvalue>
</attvalues>
<viz:size value="6.2794375"></viz:size>
<viz:position x="-152.04337" y="-538.9724"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n99" label="Zoe Ashley">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="35"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="501"></attvalue>
<attvalue for="timescited1990to2004" value="74"></attvalue>
<attvalue for="numberofworks" value="35"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="501"></attvalue>
</attvalues>
<viz:size value="5.8119507"></viz:size>
<viz:position x="312.3394" y="529.9812"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n100" label="James Stockand">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="76"></attvalue>
<attvalue for="numberofworks1990to2019" value="198"></attvalue>
<attvalue for="timescited1990to1994" value="86"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="4702"></attvalue>
<attvalue for="timescited1990to2004" value="2369"></attvalue>
<attvalue for="numberofworks" value="198"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4702"></attvalue>
</attvalues>
<viz:size value="9.822495"></viz:size>
<viz:position x="-651.75903" y="-52.358337"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n101" label="Brant Weinstein">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="32"></attvalue>
<attvalue for="numberofworks1990to2019" value="87"></attvalue>
<attvalue for="timescited1990to1994" value="145"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="12275"></attvalue>
<attvalue for="timescited1990to2004" value="8663"></attvalue>
<attvalue for="numberofworks" value="87"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12275"></attvalue>
</attvalues>
<viz:size value="7.0913887"></viz:size>
<viz:position x="53.815617" y="-214.13557"></viz:position>
<viz:color r="221" g="241" b="241"></viz:color>
</node>
<node id="n102" label="Didier Stainier">
<attvalues>
<attvalue for="numberofworks1990to1994" value="15"></attvalue>
<attvalue for="numberofworks1990to2004" value="123"></attvalue>
<attvalue for="numberofworks1990to2019" value="401"></attvalue>
<attvalue for="timescited1990to1994" value="1105"></attvalue>
<attvalue for="minyear" value="1955"></attvalue>
<attvalue for="timescited" value="35989"></attvalue>
<attvalue for="timescited1990to2004" value="16914"></attvalue>
<attvalue for="numberofworks" value="403"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="35899"></attvalue>
</attvalues>
<viz:size value="14.817224"></viz:size>
<viz:position x="15.444667" y="-240.01889"></viz:position>
<viz:color r="191" g="229" b="221"></viz:color>
</node>
<node id="n103" label="Beth Roman">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="39"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="2213"></attvalue>
<attvalue for="timescited1990to2004" value="1188"></attvalue>
<attvalue for="numberofworks" value="40"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2213"></attvalue>
</attvalues>
<viz:size value="5.910369"></viz:size>
<viz:position x="44.042664" y="-193.74379"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n104" label="Sarah Childs">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="23"></attvalue>
<attvalue for="numberofworks1990to2019" value="67"></attvalue>
<attvalue for="timescited1990to1994" value="251"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="5388"></attvalue>
<attvalue for="timescited1990to2004" value="4491"></attvalue>
<attvalue for="numberofworks" value="67"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5388"></attvalue>
</attvalues>
<viz:size value="6.599297"></viz:size>
<viz:position x="28.542746" y="-213.77306"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n105" label="Karina Yaniv">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="19"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="timescited" value="610"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="19"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="610"></attvalue>
</attvalues>
<viz:size value="5.4182777"></viz:size>
<viz:position x="92.353836" y="407.5785"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n106" label="Constantinos Mikelis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="65"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="timescited" value="1115"></attvalue>
<attvalue for="timescited1990to2004" value="46"></attvalue>
<attvalue for="numberofworks" value="65"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1115"></attvalue>
</attvalues>
<viz:size value="6.550088"></viz:size>
<viz:position x="166.71123" y="-243.88757"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n107" label="Yoh-suke Mukouyama">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="58"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="2889"></attvalue>
<attvalue for="timescited1990to2004" value="978"></attvalue>
<attvalue for="numberofworks" value="58"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2889"></attvalue>
</attvalues>
<viz:size value="6.377856"></viz:size>
<viz:position x="-69.99749" y="486.5135"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n108" label="Ralf Adams">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="24"></attvalue>
<attvalue for="numberofworks1990to2019" value="225"></attvalue>
<attvalue for="timescited1990to1994" value="8"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="18865"></attvalue>
<attvalue for="timescited1990to2004" value="4841"></attvalue>
<attvalue for="numberofworks" value="225"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="18865"></attvalue>
</attvalues>
<viz:size value="10.486818"></viz:size>
<viz:position x="-48.878254" y="509.72958"></viz:position>
<viz:color r="213" g="238" b="235"></viz:color>
</node>
<node id="n109" label="Kayla Bayless">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="102"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="5103"></attvalue>
<attvalue for="timescited1990to2004" value="2683"></attvalue>
<attvalue for="numberofworks" value="102"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5103"></attvalue>
</attvalues>
<viz:size value="7.460457"></viz:size>
<viz:position x="145.24507" y="-218.42436"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n110" label="Roberto Nicosia">
<attvalues>
<attvalue for="numberofworks1990to1994" value="21"></attvalue>
<attvalue for="numberofworks1990to2004" value="73"></attvalue>
<attvalue for="numberofworks1990to2019" value="135"></attvalue>
<attvalue for="timescited1990to1994" value="2456"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="7333"></attvalue>
<attvalue for="timescited1990to2004" value="5078"></attvalue>
<attvalue for="numberofworks" value="162"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6573"></attvalue>
</attvalues>
<viz:size value="8.272408"></viz:size>
<viz:position x="326.03723" y="308.92636"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n111" label="Anna Randi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="26"></attvalue>
<attvalue for="numberofworks1990to2004" value="48"></attvalue>
<attvalue for="numberofworks1990to2019" value="169"></attvalue>
<attvalue for="timescited1990to1994" value="812"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="4233"></attvalue>
<attvalue for="timescited1990to2004" value="1747"></attvalue>
<attvalue for="numberofworks" value="193"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4103"></attvalue>
</attvalues>
<viz:size value="9.108963"></viz:size>
<viz:position x="31.415333" y="538.9154"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n112" label="Andrew Dudley">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="75"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="2492"></attvalue>
<attvalue for="timescited1990to2004" value="633"></attvalue>
<attvalue for="numberofworks" value="75"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2492"></attvalue>
</attvalues>
<viz:size value="6.7961335"></viz:size>
<viz:position x="258.45267" y="-38.575207"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n113" label="Juan Melero-martin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="51"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="3736"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="51"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3736"></attvalue>
</attvalues>
<viz:size value="6.2056236"></viz:size>
<viz:position x="242.72757" y="-52.72919"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n114" label="Ondine Cleaver">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="24"></attvalue>
<attvalue for="numberofworks1990to2019" value="108"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="5118"></attvalue>
<attvalue for="timescited1990to2004" value="2876"></attvalue>
<attvalue for="numberofworks" value="108"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5118"></attvalue>
</attvalues>
<viz:size value="7.6080847"></viz:size>
<viz:position x="139.051" y="-195.25652"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n115" label="Robert Auerbach">
<attvalues>
<attvalue for="numberofworks1990to1994" value="39"></attvalue>
<attvalue for="numberofworks1990to2004" value="80"></attvalue>
<attvalue for="numberofworks1990to2019" value="90"></attvalue>
<attvalue for="timescited1990to1994" value="2723"></attvalue>
<attvalue for="minyear" value="1954"></attvalue>
<attvalue for="timescited" value="13448"></attvalue>
<attvalue for="timescited1990to2004" value="6496"></attvalue>
<attvalue for="numberofworks" value="239"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="6735"></attvalue>
</attvalues>
<viz:size value="7.165202"></viz:size>
<viz:position x="-165.30196" y="-230.55463"></viz:position>
<viz:color r="228" g="244" b="245" a="0.99607843"></viz:color>
</node>
<node id="n116" label="Joyce Bischoff">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="58"></attvalue>
<attvalue for="numberofworks1990to2019" value="181"></attvalue>
<attvalue for="timescited1990to1994" value="451"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="13021"></attvalue>
<attvalue for="timescited1990to2004" value="6088"></attvalue>
<attvalue for="numberofworks" value="190"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12334"></attvalue>
</attvalues>
<viz:size value="9.404218"></viz:size>
<viz:position x="218.37056" y="-55.54799"></viz:position>
<viz:color r="221" g="241" b="240"></viz:color>
</node>
<node id="n117" label="Christopher Hughes">
<attvalues>
<attvalue for="numberofworks1990to1994" value="19"></attvalue>
<attvalue for="numberofworks1990to2004" value="69"></attvalue>
<attvalue for="numberofworks1990to2019" value="205"></attvalue>
<attvalue for="timescited1990to1994" value="1812"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="13322"></attvalue>
<attvalue for="timescited1990to2004" value="7558"></attvalue>
<attvalue for="numberofworks" value="215"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12864"></attvalue>
</attvalues>
<viz:size value="9.994728"></viz:size>
<viz:position x="237.00633" y="73.70721"></viz:position>
<viz:color r="220" g="241" b="240"></viz:color>
</node>
<node id="n118" label="Gabriele Bergers">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="25"></attvalue>
<attvalue for="numberofworks1990to2019" value="96"></attvalue>
<attvalue for="timescited1990to1994" value="477"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="27725"></attvalue>
<attvalue for="timescited1990to2004" value="15060"></attvalue>
<attvalue for="numberofworks" value="96"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="27725"></attvalue>
</attvalues>
<viz:size value="7.3128295"></viz:size>
<viz:position x="-114.86437" y="-243.03479"></viz:position>
<viz:color r="202" g="234" b="228"></viz:color>
</node>
<node id="n119" label="Arndt Siekmann">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="45"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="2518"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="45"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2518"></attvalue>
</attvalues>
<viz:size value="6.0579967"></viz:size>
<viz:position x="-194.72218" y="-162.56065"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n120" label="Benjamin Hogan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="4"></attvalue>
<attvalue for="numberofworks1990to2019" value="81"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="2244"></attvalue>
<attvalue for="timescited1990to2004" value="132"></attvalue>
<attvalue for="numberofworks" value="83"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2244"></attvalue>
</attvalues>
<viz:size value="6.943761"></viz:size>
<viz:position x="-229.97876" y="-168.039"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n121" label="Holger Gerhardt">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="30"></attvalue>
<attvalue for="numberofworks1990to2019" value="154"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="21015"></attvalue>
<attvalue for="timescited1990to2004" value="7833"></attvalue>
<attvalue for="numberofworks" value="155"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="21015"></attvalue>
</attvalues>
<viz:size value="8.739895"></viz:size>
<viz:position x="139.60352" y="467.49478"></viz:position>
<viz:color r="210" g="237" b="233"></viz:color>
</node>
<node id="n122" label="Ching-ling Lien">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="6"></attvalue>
<attvalue for="numberofworks1990to2019" value="63"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="2940"></attvalue>
<attvalue for="timescited1990to2004" value="656"></attvalue>
<attvalue for="numberofworks" value="63"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2940"></attvalue>
</attvalues>
<viz:size value="6.500879"></viz:size>
<viz:position x="-209.20741" y="-185.28322"></viz:position>
<viz:color r="233" g="246" b="248" a="0.99607843"></viz:color>
</node>
<node id="n123" label="Hyung Chun">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="86"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="5297"></attvalue>
<attvalue for="timescited1990to2004" value="2694"></attvalue>
<attvalue for="numberofworks" value="86"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5297"></attvalue>
</attvalues>
<viz:size value="7.066784"></viz:size>
<viz:position x="-144.16502" y="-155.67006"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n124" label="Michelle Bendeck">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="49"></attvalue>
<attvalue for="numberofworks1990to2019" value="127"></attvalue>
<attvalue for="timescited1990to1994" value="1243"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="timescited" value="5159"></attvalue>
<attvalue for="timescited1990to2004" value="3489"></attvalue>
<attvalue for="numberofworks" value="129"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4821"></attvalue>
</attvalues>
<viz:size value="8.075571"></viz:size>
<viz:position x="-147.20137" y="85.28814"></viz:position>
<viz:color r="230" g="245" b="247"></viz:color>
</node>
<node id="n125" label="Zvonimir Katusic">
<attvalues>
<attvalue for="numberofworks1990to1994" value="15"></attvalue>
<attvalue for="numberofworks1990to2004" value="104"></attvalue>
<attvalue for="numberofworks1990to2019" value="230"></attvalue>
<attvalue for="timescited1990to1994" value="725"></attvalue>
<attvalue for="minyear" value="1981"></attvalue>
<attvalue for="timescited" value="12182"></attvalue>
<attvalue for="timescited1990to2004" value="6881"></attvalue>
<attvalue for="numberofworks" value="250"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10378"></attvalue>
</attvalues>
<viz:size value="10.609842"></viz:size>
<viz:position x="171.80554" y="262.83066"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n126" label="Richard Assoian">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="48"></attvalue>
<attvalue for="numberofworks1990to2019" value="112"></attvalue>
<attvalue for="timescited1990to1994" value="798"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="20964"></attvalue>
<attvalue for="timescited1990to2004" value="6369"></attvalue>
<attvalue for="numberofworks" value="129"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9288"></attvalue>
</attvalues>
<viz:size value="7.706503"></viz:size>
<viz:position x="-126.791534" y="70.265945"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n127" label="Avrum Gotlieb">
<attvalues>
<attvalue for="numberofworks1990to1994" value="19"></attvalue>
<attvalue for="numberofworks1990to2004" value="67"></attvalue>
<attvalue for="numberofworks1990to2019" value="103"></attvalue>
<attvalue for="timescited1990to1994" value="1315"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="7282"></attvalue>
<attvalue for="timescited1990to2004" value="4153"></attvalue>
<attvalue for="numberofworks" value="127"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="6199"></attvalue>
</attvalues>
<viz:size value="7.4850616"></viz:size>
<viz:position x="-132.19112" y="108.81819"></viz:position>
<viz:color r="229" g="244" b="245"></viz:color>
</node>
<node id="n128" label="Craig Simmons">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="210"></attvalue>
<attvalue for="timescited1990to1994" value="1"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="13687"></attvalue>
<attvalue for="timescited1990to2004" value="1740"></attvalue>
<attvalue for="numberofworks" value="210"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13687"></attvalue>
</attvalues>
<viz:size value="10.11775"></viz:size>
<viz:position x="237.12785" y="129.46173"></viz:position>
<viz:color r="219" g="241" b="239"></viz:color>
</node>
<node id="n129" label="B Alevriadou">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="39"></attvalue>
<attvalue for="numberofworks1990to2019" value="61"></attvalue>
<attvalue for="timescited1990to1994" value="424"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="1306"></attvalue>
<attvalue for="timescited1990to2004" value="865"></attvalue>
<attvalue for="numberofworks" value="62"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1306"></attvalue>
</attvalues>
<viz:size value="6.4516697"></viz:size>
<viz:position x="-156.11334" y="106.10105"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n130" label="Laura-lee Caruso">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="timescited" value="10"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="2"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="10"></attvalue>
</attvalues>
<viz:size value="5.0"></viz:size>
<viz:position x="-113.028915" y="93.121254"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n131" label="Kristina Bostrom">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="23"></attvalue>
<attvalue for="numberofworks1990to2019" value="133"></attvalue>
<attvalue for="timescited1990to1994" value="144"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="11989"></attvalue>
<attvalue for="timescited1990to2004" value="2387"></attvalue>
<attvalue for="numberofworks" value="139"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="11731"></attvalue>
</attvalues>
<viz:size value="8.223199"></viz:size>
<viz:position x="266.01132" y="-127.30076"></viz:position>
<viz:color r="222" g="242" b="241"></viz:color>
</node>
<node id="n132" label="Suneel Apte">
<attvalues>
<attvalue for="numberofworks1990to1994" value="23"></attvalue>
<attvalue for="numberofworks1990to2004" value="85"></attvalue>
<attvalue for="numberofworks1990to2019" value="216"></attvalue>
<attvalue for="timescited1990to1994" value="1164"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="13654"></attvalue>
<attvalue for="timescited1990to2004" value="8979"></attvalue>
<attvalue for="numberofworks" value="219"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13635"></attvalue>
</attvalues>
<viz:size value="10.265378"></viz:size>
<viz:position x="-515.67444" y="-246.51074"></viz:position>
<viz:color r="219" g="241" b="239"></viz:color>
</node>
<node id="n133" label="Mitra Esfandiare">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="67"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="1239"></attvalue>
<attvalue for="timescited1990to2004" value="445"></attvalue>
<attvalue for="numberofworks" value="67"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1239"></attvalue>
</attvalues>
<viz:size value="6.599297"></viz:size>
<viz:position x="62.25376" y="432.47443"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n134" label="Brian Wong">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="48"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="2315"></attvalue>
<attvalue for="timescited1990to2004" value="316"></attvalue>
<attvalue for="numberofworks" value="48"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2315"></attvalue>
</attvalues>
<viz:size value="6.13181"></viz:size>
<viz:position x="79.43307" y="445.92392"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n135" label="Pascal Bernatchez">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="128"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="3294"></attvalue>
<attvalue for="timescited1990to2004" value="1303"></attvalue>
<attvalue for="numberofworks" value="128"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3294"></attvalue>
</attvalues>
<viz:size value="8.100176"></viz:size>
<viz:position x="273.70322" y="113.43773"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n136" label="Joseph Mccarty">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="50"></attvalue>
<attvalue for="timescited1990to1994" value="183"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="2640"></attvalue>
<attvalue for="timescited1990to2004" value="650"></attvalue>
<attvalue for="numberofworks" value="50"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2640"></attvalue>
</attvalues>
<viz:size value="6.1810193"></viz:size>
<viz:position x="-505.13498" y="115.91152"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n137" label="Hua Su">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="251"></attvalue>
<attvalue for="timescited1990to1994" value="141"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="4892"></attvalue>
<attvalue for="timescited1990to2004" value="896"></attvalue>
<attvalue for="numberofworks" value="252"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4888"></attvalue>
</attvalues>
<viz:size value="11.126537"></viz:size>
<viz:position x="-286.9886" y="-13.4567585"></viz:position>
<viz:color r="230" g="245" b="247"></viz:color>
</node>
<node id="n138" label="Anne Eichmann">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="45"></attvalue>
<attvalue for="numberofworks1990to2019" value="177"></attvalue>
<attvalue for="timescited1990to1994" value="314"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="13417"></attvalue>
<attvalue for="timescited1990to2004" value="5267"></attvalue>
<attvalue for="numberofworks" value="177"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13417"></attvalue>
</attvalues>
<viz:size value="9.3057995"></viz:size>
<viz:position x="125.30182" y="484.54077"></viz:position>
<viz:color r="220" g="241" b="240"></viz:color>
</node>
<node id="n139" label="Sabine Bailly">
<attvalues>
<attvalue for="numberofworks1990to1994" value="27"></attvalue>
<attvalue for="numberofworks1990to2004" value="44"></attvalue>
<attvalue for="numberofworks1990to2019" value="109"></attvalue>
<attvalue for="timescited1990to1994" value="867"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="4518"></attvalue>
<attvalue for="timescited1990to2004" value="1676"></attvalue>
<attvalue for="numberofworks" value="112"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4481"></attvalue>
</attvalues>
<viz:size value="7.632689"></viz:size>
<viz:position x="189.28986" y="64.447395"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n140" label="Elliot Chaikof">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="43"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="1273"></attvalue>
<attvalue for="timescited1990to2004" value="228"></attvalue>
<attvalue for="numberofworks" value="43"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1273"></attvalue>
</attvalues>
<viz:size value="6.008787"></viz:size>
<viz:position x="-37.893566" y="36.170506"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n141" label="Michael Davis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="41"></attvalue>
<attvalue for="numberofworks1990to2004" value="97"></attvalue>
<attvalue for="numberofworks1990to2019" value="275"></attvalue>
<attvalue for="timescited1990to1994" value="3331"></attvalue>
<attvalue for="minyear" value="1975"></attvalue>
<attvalue for="timescited" value="13174"></attvalue>
<attvalue for="timescited1990to2004" value="8232"></attvalue>
<attvalue for="numberofworks" value="306"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12159"></attvalue>
</attvalues>
<viz:size value="11.717048"></viz:size>
<viz:position x="99.85373" y="-201.24806"></viz:position>
<viz:color r="221" g="241" b="241"></viz:color>
</node>
<node id="n142" label="David Zawieja">
<attvalues>
<attvalue for="numberofworks1990to1994" value="27"></attvalue>
<attvalue for="numberofworks1990to2004" value="73"></attvalue>
<attvalue for="numberofworks1990to2019" value="318"></attvalue>
<attvalue for="timescited1990to1994" value="1220"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="6232"></attvalue>
<attvalue for="timescited1990to2004" value="2547"></attvalue>
<attvalue for="numberofworks" value="342"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5891"></attvalue>
</attvalues>
<viz:size value="12.7750435"></viz:size>
<viz:position x="100.42361" y="-223.81876"></viz:position>
<viz:color r="229" g="245" b="246"></viz:color>
</node>
<node id="n143" label="Gwendalyn Randolph">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="33"></attvalue>
<attvalue for="numberofworks1990to2019" value="269"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1969"></attvalue>
<attvalue for="timescited" value="30282"></attvalue>
<attvalue for="timescited1990to2004" value="6020"></attvalue>
<attvalue for="numberofworks" value="270"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="30275"></attvalue>
</attvalues>
<viz:size value="11.56942"></viz:size>
<viz:position x="34.49063" y="-300.91302"></viz:position>
<viz:color r="198" g="232" b="226"></viz:color>
</node>
<node id="n144" label="Melody Swartz">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="42"></attvalue>
<attvalue for="numberofworks1990to2019" value="277"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="20833"></attvalue>
<attvalue for="timescited1990to2004" value="4905"></attvalue>
<attvalue for="numberofworks" value="277"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="20833"></attvalue>
</attvalues>
<viz:size value="11.766256"></viz:size>
<viz:position x="54.071728" y="-290.8075"></viz:position>
<viz:color r="210" g="237" b="234" a="0.99607843"></viz:color>
</node>
<node id="n145" label="Cynthia Meininger">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="94"></attvalue>
<attvalue for="numberofworks1990to2019" value="199"></attvalue>
<attvalue for="timescited1990to1994" value="974"></attvalue>
<attvalue for="minyear" value="1954"></attvalue>
<attvalue for="timescited" value="11129"></attvalue>
<attvalue for="timescited1990to2004" value="6751"></attvalue>
<attvalue for="numberofworks" value="211"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="10432"></attvalue>
</attvalues>
<viz:size value="9.8471"></viz:size>
<viz:position x="116.55727" y="-238.41707"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n146" label="Matthew Woolard">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="59"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="1052"></attvalue>
<attvalue for="timescited1990to2004" value="284"></attvalue>
<attvalue for="numberofworks" value="59"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1052"></attvalue>
</attvalues>
<viz:size value="6.4024606"></viz:size>
<viz:position x="109.617134" y="-270.86267"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n147" label="Joe Garcia">
<attvalues>
<attvalue for="numberofworks1990to1994" value="212"></attvalue>
<attvalue for="numberofworks1990to2004" value="890"></attvalue>
<attvalue for="numberofworks1990to2019" value="2566"></attvalue>
<attvalue for="timescited1990to1994" value="2744"></attvalue>
<attvalue for="minyear" value="1721"></attvalue>
<attvalue for="timescited" value="45546"></attvalue>
<attvalue for="timescited1990to2004" value="23610"></attvalue>
<attvalue for="numberofworks" value="2795"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="43951"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="68.08612"></viz:size>
<viz:position x="-361.45325" y="70.64136"></viz:position>
<viz:color r="181" g="225" b="215"></viz:color>
</node>
<node id="n148" label="Zhanna Nepiyushchikh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="28"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="279"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="28"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="279"></attvalue>
</attvalues>
<viz:size value="5.639719"></viz:size>
<viz:position x="139.24232" y="-241.42094"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n149" label="Polina Goichberg">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="13"></attvalue>
<attvalue for="numberofworks1990to2019" value="116"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="6440"></attvalue>
<attvalue for="timescited1990to2004" value="3554"></attvalue>
<attvalue for="numberofworks" value="116"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6440"></attvalue>
</attvalues>
<viz:size value="7.804921"></viz:size>
<viz:position x="163.98828" y="-564.30365"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n150" label="Richard Beard">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="45"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="timescited" value="494"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="45"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="494"></attvalue>
</attvalues>
<viz:size value="6.0579967"></viz:size>
<viz:position x="452.8929" y="-511.5906"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n151" label="Sarah Yuan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="34"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="290"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="34"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="290"></attvalue>
</attvalues>
<viz:size value="5.7873464"></viz:size>
<viz:position x="452.29498" y="-533.25714"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n152" label="Robert Kelm">
<attvalues>
<attvalue for="numberofworks1990to1994" value="8"></attvalue>
<attvalue for="numberofworks1990to2004" value="35"></attvalue>
<attvalue for="numberofworks1990to2019" value="78"></attvalue>
<attvalue for="timescited1990to1994" value="331"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="2718"></attvalue>
<attvalue for="timescited1990to2004" value="1209"></attvalue>
<attvalue for="numberofworks" value="78"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2718"></attvalue>
</attvalues>
<viz:size value="6.8699474"></viz:size>
<viz:position x="-588.4742" y="128.16931"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n153" label="Cecilia Giachelli">
<attvalues>
<attvalue for="numberofworks1990to1994" value="24"></attvalue>
<attvalue for="numberofworks1990to2004" value="171"></attvalue>
<attvalue for="numberofworks1990to2019" value="305"></attvalue>
<attvalue for="timescited1990to1994" value="3082"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="timescited" value="28041"></attvalue>
<attvalue for="timescited1990to2004" value="18860"></attvalue>
<attvalue for="numberofworks" value="315"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="27840"></attvalue>
</attvalues>
<viz:size value="12.455185"></viz:size>
<viz:position x="304.1043" y="317.63828"></viz:position>
<viz:color r="201" g="233" b="228"></viz:color>
</node>
<node id="n154" label="Mingxia Gu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="755"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="29"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="755"></attvalue>
</attvalues>
<viz:size value="5.6643233"></viz:size>
<viz:position x="-112.44149" y="-134.85947"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n155" label="Michael Gimbrone">
<attvalues>
<attvalue for="numberofworks1990to1994" value="88"></attvalue>
<attvalue for="numberofworks1990to2004" value="246"></attvalue>
<attvalue for="numberofworks1990to2019" value="276"></attvalue>
<attvalue for="timescited1990to1994" value="15392"></attvalue>
<attvalue for="minyear" value="1969"></attvalue>
<attvalue for="timescited" value="69164"></attvalue>
<attvalue for="timescited1990to2004" value="33985"></attvalue>
<attvalue for="numberofworks" value="531"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="36417"></attvalue>
</attvalues>
<viz:size value="11.741652"></viz:size>
<viz:position x="247.73563" y="108.21568"></viz:position>
<viz:color r="191" g="229" b="221"></viz:color>
</node>
<node id="n156" label="Jordan Pober">
<attvalues>
<attvalue for="numberofworks1990to1994" value="67"></attvalue>
<attvalue for="numberofworks1990to2004" value="264"></attvalue>
<attvalue for="numberofworks1990to2019" value="481"></attvalue>
<attvalue for="timescited1990to1994" value="9165"></attvalue>
<attvalue for="minyear" value="1975"></attvalue>
<attvalue for="timescited" value="54112"></attvalue>
<attvalue for="timescited1990to2004" value="25684"></attvalue>
<attvalue for="numberofworks" value="592"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="34992"></attvalue>
</attvalues>
<viz:size value="16.785587"></viz:size>
<viz:position x="228.44496" y="94.131676"></viz:position>
<viz:color r="192" g="230" b="222"></viz:color>
</node>
<node id="n157" label="Peter Davies">
<attvalues>
<attvalue for="numberofworks1990to1994" value="39"></attvalue>
<attvalue for="numberofworks1990to2004" value="126"></attvalue>
<attvalue for="numberofworks1990to2019" value="202"></attvalue>
<attvalue for="timescited1990to1994" value="3665"></attvalue>
<attvalue for="minyear" value="1975"></attvalue>
<attvalue for="timescited" value="20731"></attvalue>
<attvalue for="timescited1990to2004" value="10829"></attvalue>
<attvalue for="numberofworks" value="279"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="14408"></attvalue>
</attvalues>
<viz:size value="9.920914"></viz:size>
<viz:position x="259.16406" y="130.91371"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n158" label="Peter Polverini">
<attvalues>
<attvalue for="numberofworks1990to1994" value="54"></attvalue>
<attvalue for="numberofworks1990to2004" value="170"></attvalue>
<attvalue for="numberofworks1990to2019" value="232"></attvalue>
<attvalue for="timescited1990to1994" value="8109"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="28707"></attvalue>
<attvalue for="timescited1990to2004" value="21916"></attvalue>
<attvalue for="numberofworks" value="282"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="24075"></attvalue>
</attvalues>
<viz:size value="10.659051"></viz:size>
<viz:position x="-521.9534" y="163.04869"></viz:position>
<viz:color r="206" g="235" b="231"></viz:color>
</node>
<node id="n159" label="Roger Kamm">
<attvalues>
<attvalue for="numberofworks1990to1994" value="58"></attvalue>
<attvalue for="numberofworks1990to2004" value="235"></attvalue>
<attvalue for="numberofworks1990to2019" value="595"></attvalue>
<attvalue for="timescited1990to1994" value="4674"></attvalue>
<attvalue for="minyear" value="1972"></attvalue>
<attvalue for="timescited" value="33362"></attvalue>
<attvalue for="timescited1990to2004" value="14858"></attvalue>
<attvalue for="numberofworks" value="709"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="29645"></attvalue>
</attvalues>
<viz:size value="19.59051"></viz:size>
<viz:position x="55.122272" y="-315.1059"></viz:position>
<viz:color r="199" g="233" b="226"></viz:color>
</node>
<node id="n160" label="Bradford Berk">
<attvalues>
<attvalue for="numberofworks1990to1994" value="66"></attvalue>
<attvalue for="numberofworks1990to2004" value="382"></attvalue>
<attvalue for="numberofworks1990to2019" value="604"></attvalue>
<attvalue for="timescited1990to1994" value="4879"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="37002"></attvalue>
<attvalue for="timescited1990to2004" value="25637"></attvalue>
<attvalue for="numberofworks" value="648"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="33923"></attvalue>
</attvalues>
<viz:size value="19.81195"></viz:size>
<viz:position x="296.4476" y="108.30399"></viz:position>
<viz:color r="194" g="230" b="223"></viz:color>
</node>
<node id="n161" label="Guillermo García-cardeña">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="37"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="5125"></attvalue>
<attvalue for="timescited1990to2004" value="2100"></attvalue>
<attvalue for="numberofworks" value="37"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5125"></attvalue>
</attvalues>
<viz:size value="5.86116"></viz:size>
<viz:position x="200.06361" y="155.79552"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n162" label="Jack Lawler">
<attvalues>
<attvalue for="numberofworks1990to1994" value="28"></attvalue>
<attvalue for="numberofworks1990to2004" value="140"></attvalue>
<attvalue for="numberofworks1990to2019" value="277"></attvalue>
<attvalue for="timescited1990to1994" value="2151"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="23250"></attvalue>
<attvalue for="timescited1990to2004" value="11753"></attvalue>
<attvalue for="numberofworks" value="334"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="18732"></attvalue>
</attvalues>
<viz:size value="11.766256"></viz:size>
<viz:position x="-502.18042" y="155.25677"></viz:position>
<viz:color r="213" g="238" b="235"></viz:color>
</node>
<node id="n163" label="William Muller">
<attvalues>
<attvalue for="numberofworks1990to1994" value="17"></attvalue>
<attvalue for="numberofworks1990to2004" value="73"></attvalue>
<attvalue for="numberofworks1990to2019" value="162"></attvalue>
<attvalue for="timescited1990to1994" value="4215"></attvalue>
<attvalue for="minyear" value="1963"></attvalue>
<attvalue for="timescited" value="20220"></attvalue>
<attvalue for="timescited1990to2004" value="14715"></attvalue>
<attvalue for="numberofworks" value="179"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="17630"></attvalue>
</attvalues>
<viz:size value="8.936731"></viz:size>
<viz:position x="27.884365" y="-322.93265"></viz:position>
<viz:color r="214" g="239" b="236"></viz:color>
</node>
<node id="n164" label="Manuel Morales-ruiz">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="52"></attvalue>
<attvalue for="numberofworks1990to2019" value="173"></attvalue>
<attvalue for="timescited1990to1994" value="23"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="6170"></attvalue>
<attvalue for="timescited1990to2004" value="3512"></attvalue>
<attvalue for="numberofworks" value="177"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6121"></attvalue>
</attvalues>
<viz:size value="9.207381"></viz:size>
<viz:position x="178.7874" y="325.47888"></viz:position>
<viz:color r="229" g="244" b="246"></viz:color>
</node>
<node id="n165" label="Joseph Loscalzo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="211"></attvalue>
<attvalue for="numberofworks1990to2004" value="690"></attvalue>
<attvalue for="numberofworks1990to2019" value="1386"></attvalue>
<attvalue for="timescited1990to1994" value="30136"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="106529"></attvalue>
<attvalue for="timescited1990to2004" value="63149"></attvalue>
<attvalue for="numberofworks" value="1495"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="101543"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="39.052723"></viz:size>
<viz:position x="-56.815353" y="-155.9491"></viz:position>
<viz:color r="109" g="196" b="168"></viz:color>
</node>
<node id="n166" label="Jan Cohen Tervaert">
<attvalues>
<attvalue for="numberofworks1990to1994" value="72"></attvalue>
<attvalue for="numberofworks1990to2004" value="319"></attvalue>
<attvalue for="numberofworks1990to2019" value="685"></attvalue>
<attvalue for="timescited1990to1994" value="4252"></attvalue>
<attvalue for="minyear" value="1978"></attvalue>
<attvalue for="timescited" value="26513"></attvalue>
<attvalue for="timescited1990to2004" value="13310"></attvalue>
<attvalue for="numberofworks" value="703"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="25747"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="21.80492"></viz:size>
<viz:position x="269.62134" y="155.1232"></viz:position>
<viz:color r="204" g="235" b="230"></viz:color>
</node>
<node id="n167" label="Patrick Pagano">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="76"></attvalue>
<attvalue for="numberofworks1990to2019" value="206"></attvalue>
<attvalue for="timescited1990to1994" value="2119"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="12626"></attvalue>
<attvalue for="timescited1990to2004" value="8918"></attvalue>
<attvalue for="numberofworks" value="212"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12562"></attvalue>
</attvalues>
<viz:size value="10.019332"></viz:size>
<viz:position x="333.61255" y="86.91397"></viz:position>
<viz:color r="221" g="241" b="240"></viz:color>
</node>
<node id="n168" label="John Cooke">
<attvalues>
<attvalue for="numberofworks1990to1994" value="91"></attvalue>
<attvalue for="numberofworks1990to2004" value="430"></attvalue>
<attvalue for="numberofworks1990to2019" value="884"></attvalue>
<attvalue for="timescited1990to1994" value="7767"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="70910"></attvalue>
<attvalue for="timescited1990to2004" value="33675"></attvalue>
<attvalue for="numberofworks" value="913"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="69439"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="26.701231"></viz:size>
<viz:position x="-58.548805" y="-118.64537"></viz:position>
<viz:color r="149" g="213" b="194"></viz:color>
</node>
<node id="n169" label="Donald Mcdonald">
<attvalues>
<attvalue for="numberofworks1990to1994" value="50"></attvalue>
<attvalue for="numberofworks1990to2004" value="150"></attvalue>
<attvalue for="numberofworks1990to2019" value="312"></attvalue>
<attvalue for="timescited1990to1994" value="2208"></attvalue>
<attvalue for="minyear" value="1914"></attvalue>
<attvalue for="timescited" value="35448"></attvalue>
<attvalue for="timescited1990to2004" value="20912"></attvalue>
<attvalue for="numberofworks" value="367"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="32455"></attvalue>
</attvalues>
<viz:size value="12.627417"></viz:size>
<viz:position x="82.060005" y="515.624"></viz:position>
<viz:color r="196" g="231" b="224"></viz:color>
</node>
<node id="n170" label="Dorian Haskard">
<attvalues>
<attvalue for="numberofworks1990to1994" value="101"></attvalue>
<attvalue for="numberofworks1990to2004" value="373"></attvalue>
<attvalue for="numberofworks1990to2019" value="672"></attvalue>
<attvalue for="timescited1990to1994" value="6147"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="23247"></attvalue>
<attvalue for="timescited1990to2004" value="15179"></attvalue>
<attvalue for="numberofworks" value="720"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="21596"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="21.485062"></viz:size>
<viz:position x="57.289757" y="510.70648"></viz:position>
<viz:color r="209" g="237" b="233"></viz:color>
</node>
<node id="n171" label="Sanaullah Sajib">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="timescited" value="16"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="20"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="16"></attvalue>
</attvalues>
<viz:size value="5.442882"></viz:size>
<viz:position x="185.02786" y="-254.72917"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n172" label="John Tarbell">
<attvalues>
<attvalue for="numberofworks1990to1994" value="62"></attvalue>
<attvalue for="numberofworks1990to2004" value="196"></attvalue>
<attvalue for="numberofworks1990to2019" value="360"></attvalue>
<attvalue for="timescited1990to1994" value="1842"></attvalue>
<attvalue for="minyear" value="1972"></attvalue>
<attvalue for="timescited" value="13691"></attvalue>
<attvalue for="timescited1990to2004" value="7329"></attvalue>
<attvalue for="numberofworks" value="414"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12605"></attvalue>
</attvalues>
<viz:size value="13.808435"></viz:size>
<viz:position x="232.33992" y="169.40244"></viz:position>
<viz:color r="221" g="241" b="240"></viz:color>
</node>
<node id="n173" label="Bingmei Fu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="32"></attvalue>
<attvalue for="numberofworks1990to2019" value="145"></attvalue>
<attvalue for="timescited1990to1994" value="87"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="1858"></attvalue>
<attvalue for="timescited1990to2004" value="539"></attvalue>
<attvalue for="numberofworks" value="145"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1858"></attvalue>
</attvalues>
<viz:size value="8.518454"></viz:size>
<viz:position x="234.7328" y="190.21313"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n174" label="Mete Civelek">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="6"></attvalue>
<attvalue for="numberofworks1990to2019" value="100"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="3831"></attvalue>
<attvalue for="timescited1990to2004" value="93"></attvalue>
<attvalue for="numberofworks" value="100"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3831"></attvalue>
</attvalues>
<viz:size value="7.4112477"></viz:size>
<viz:position x="244.88947" y="150.67699"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n175" label="Themis Kyriakides">
<attvalues>
<attvalue for="numberofworks1990to1994" value="8"></attvalue>
<attvalue for="numberofworks1990to2004" value="52"></attvalue>
<attvalue for="numberofworks1990to2019" value="162"></attvalue>
<attvalue for="timescited1990to1994" value="106"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="7310"></attvalue>
<attvalue for="timescited1990to2004" value="3612"></attvalue>
<attvalue for="numberofworks" value="163"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7310"></attvalue>
</attvalues>
<viz:size value="8.936731"></viz:size>
<viz:position x="259.1594" y="284.3512"></viz:position>
<viz:color r="227" g="244" b="245"></viz:color>
</node>
<node id="n176" label="Alan Daugherty">
<attvalues>
<attvalue for="numberofworks1990to1994" value="30"></attvalue>
<attvalue for="numberofworks1990to2004" value="173"></attvalue>
<attvalue for="numberofworks1990to2019" value="561"></attvalue>
<attvalue for="timescited1990to1994" value="1680"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="20431"></attvalue>
<attvalue for="timescited1990to2004" value="10787"></attvalue>
<attvalue for="numberofworks" value="604"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="19650"></attvalue>
</attvalues>
<viz:size value="18.753954"></viz:size>
<viz:position x="177.17412" y="-7.9073343"></viz:position>
<viz:color r="212" g="238" b="235"></viz:color>
</node>
<node id="n177" label="Christopher Glass">
<attvalues>
<attvalue for="numberofworks1990to1994" value="28"></attvalue>
<attvalue for="numberofworks1990to2004" value="187"></attvalue>
<attvalue for="numberofworks1990to2019" value="465"></attvalue>
<attvalue for="timescited1990to1994" value="5403"></attvalue>
<attvalue for="minyear" value="1966"></attvalue>
<attvalue for="timescited" value="101275"></attvalue>
<attvalue for="timescited1990to2004" value="53011"></attvalue>
<attvalue for="numberofworks" value="488"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="97565"></attvalue>
</attvalues>
<viz:size value="16.391914"></viz:size>
<viz:position x="-425.84854" y="18.50124"></viz:position>
<viz:color r="114" g="198" b="171"></viz:color>
</node>
<node id="n178" label="Brian Annex">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="145"></attvalue>
<attvalue for="numberofworks1990to2019" value="371"></attvalue>
<attvalue for="timescited1990to1994" value="161"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="33296"></attvalue>
<attvalue for="timescited1990to2004" value="9867"></attvalue>
<attvalue for="numberofworks" value="372"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="33293"></attvalue>
</attvalues>
<viz:size value="14.079086"></viz:size>
<viz:position x="-164.11885" y="-47.73366"></viz:position>
<viz:color r="195" g="231" b="223"></viz:color>
</node>
<node id="n179" label="Venkateswaran Subramanian">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="14"></attvalue>
<attvalue for="numberofworks1990to2019" value="30"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="1641"></attvalue>
<attvalue for="timescited1990to2004" value="854"></attvalue>
<attvalue for="numberofworks" value="30"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="1641"></attvalue>
</attvalues>
<viz:size value="5.688928"></viz:size>
<viz:position x="164.06757" y="10.485341"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n180" label="Jose Krieger">
<attvalues>
<attvalue for="numberofworks1990to1994" value="26"></attvalue>
<attvalue for="numberofworks1990to2004" value="285"></attvalue>
<attvalue for="numberofworks1990to2019" value="885"></attvalue>
<attvalue for="timescited1990to1994" value="1084"></attvalue>
<attvalue for="minyear" value="1975"></attvalue>
<attvalue for="timescited" value="14258"></attvalue>
<attvalue for="timescited1990to2004" value="6373"></attvalue>
<attvalue for="numberofworks" value="896"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14096"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="26.725836"></viz:size>
<viz:position x="-44.557922" y="-94.94638"></viz:position>
<viz:color r="219" g="240" b="239"></viz:color>
</node>
<node id="n181" label="Utako Yokoyama">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="188"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1967"></attvalue>
<attvalue for="timescited" value="2736"></attvalue>
<attvalue for="timescited1990to2004" value="69"></attvalue>
<attvalue for="numberofworks" value="190"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2734"></attvalue>
</attvalues>
<viz:size value="9.57645"></viz:size>
<viz:position x="-450.36627" y="7.771356"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n182" label="Susan Lessner">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="50"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="1390"></attvalue>
<attvalue for="timescited1990to2004" value="851"></attvalue>
<attvalue for="numberofworks" value="50"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1390"></attvalue>
</attvalues>
<viz:size value="6.1810193"></viz:size>
<viz:position x="108.54161" y="-58.723476"></viz:position>
<viz:color r="235" g="247" b="249" a="0.99607843"></viz:color>
</node>
<node id="n183" label="Mirjana Jerkic">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="52"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="1341"></attvalue>
<attvalue for="timescited1990to2004" value="362"></attvalue>
<attvalue for="numberofworks" value="53"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1339"></attvalue>
</attvalues>
<viz:size value="6.2302284"></viz:size>
<viz:position x="-95.479256" y="-317.3197"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n184" label="Robert Mecham">
<attvalues>
<attvalue for="numberofworks1990to1994" value="61"></attvalue>
<attvalue for="numberofworks1990to2004" value="180"></attvalue>
<attvalue for="numberofworks1990to2019" value="376"></attvalue>
<attvalue for="timescited1990to1994" value="3656"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="23590"></attvalue>
<attvalue for="timescited1990to2004" value="12474"></attvalue>
<attvalue for="numberofworks" value="463"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="19122"></attvalue>
</attvalues>
<viz:size value="14.202109"></viz:size>
<viz:position x="-517.0997" y="-277.7904"></viz:position>
<viz:color r="212" g="238" b="235"></viz:color>
</node>
<node id="n185" label="Jessica Wagenseil">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="80"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="2656"></attvalue>
<attvalue for="timescited1990to2004" value="436"></attvalue>
<attvalue for="numberofworks" value="80"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2656"></attvalue>
</attvalues>
<viz:size value="6.9191566"></viz:size>
<viz:position x="-522.75916" y="-299.09412"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n186" label="William Durante">
<attvalues>
<attvalue for="numberofworks1990to1994" value="17"></attvalue>
<attvalue for="numberofworks1990to2004" value="127"></attvalue>
<attvalue for="numberofworks1990to2019" value="292"></attvalue>
<attvalue for="timescited1990to1994" value="1339"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="9359"></attvalue>
<attvalue for="timescited1990to2004" value="5628"></attvalue>
<attvalue for="numberofworks" value="299"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="8993"></attvalue>
</attvalues>
<viz:size value="12.135325"></viz:size>
<viz:position x="-6.937445" y="-15.421201"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n187" label="Henar Cuervo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="34"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="926"></attvalue>
<attvalue for="timescited1990to2004" value="7"></attvalue>
<attvalue for="numberofworks" value="34"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="926"></attvalue>
</attvalues>
<viz:size value="5.7873464"></viz:size>
<viz:position x="106.261826" y="507.99683"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n188" label="Seock-won Youn">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="60"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="1501"></attvalue>
<attvalue for="timescited1990to2004" value="294"></attvalue>
<attvalue for="numberofworks" value="60"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1501"></attvalue>
</attvalues>
<viz:size value="6.427065"></viz:size>
<viz:position x="233.46953" y="296.95224"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n189" label="Tohru Fukai">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="17"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="177"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="17"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="177"></attvalue>
</attvalues>
<viz:size value="5.3690686"></viz:size>
<viz:position x="351.3883" y="144.22693"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n190" label="Dale Hoyt">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="timescited" value="1354"></attvalue>
<attvalue for="timescited1990to2004" value="1097"></attvalue>
<attvalue for="numberofworks" value="35"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="1352"></attvalue>
</attvalues>
<viz:size value="5.7627416"></viz:size>
<viz:position x="-206.23073" y="557.12775"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n191" label="Filip Swirski">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="203"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="19427"></attvalue>
<attvalue for="timescited1990to2004" value="899"></attvalue>
<attvalue for="numberofworks" value="203"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="19427"></attvalue>
</attvalues>
<viz:size value="9.9455185"></viz:size>
<viz:position x="152.7438" y="-28.827229"></viz:position>
<viz:color r="212" g="238" b="235"></viz:color>
</node>
<node id="n192" label="Carlos Ayers">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="22"></attvalue>
<attvalue for="numberofworks1990to2019" value="27"></attvalue>
<attvalue for="timescited1990to1994" value="533"></attvalue>
<attvalue for="minyear" value="1960"></attvalue>
<attvalue for="timescited" value="4201"></attvalue>
<attvalue for="timescited1990to2004" value="872"></attvalue>
<attvalue for="numberofworks" value="94"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
<attvalue for="timescited1990to2019" value="1452"></attvalue>
</attvalues>
<viz:size value="5.615114"></viz:size>
<viz:position x="-469.93692" y="-6.1003942"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n193" label="Linda Demer">
<attvalues>
<attvalue for="numberofworks1990to1994" value="40"></attvalue>
<attvalue for="numberofworks1990to2004" value="151"></attvalue>
<attvalue for="numberofworks1990to2019" value="263"></attvalue>
<attvalue for="timescited1990to1994" value="3046"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="23385"></attvalue>
<attvalue for="timescited1990to2004" value="17744"></attvalue>
<attvalue for="numberofworks" value="289"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="22221"></attvalue>
</attvalues>
<viz:size value="11.421793"></viz:size>
<viz:position x="216.95021" y="-93.364174"></viz:position>
<viz:color r="209" g="236" b="232"></viz:color>
</node>
<node id="n194" label="Madhulika Dixit">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="60"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1522"></attvalue>
<attvalue for="timescited1990to2004" value="123"></attvalue>
<attvalue for="numberofworks" value="60"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1522"></attvalue>
</attvalues>
<viz:size value="6.427065"></viz:size>
<viz:position x="126.17422" y="-34.52112"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n195" label="Gou Young Koh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="52"></attvalue>
<attvalue for="numberofworks1990to2019" value="291"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="15202"></attvalue>
<attvalue for="timescited1990to2004" value="6249"></attvalue>
<attvalue for="numberofworks" value="291"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="15202"></attvalue>
</attvalues>
<viz:size value="12.110721"></viz:size>
<viz:position x="-14.547747" y="501.90237"></viz:position>
<viz:color r="217" g="240" b="238"></viz:color>
</node>
<node id="n196" label="Mat J A P Daemen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="88"></attvalue>
<attvalue for="numberofworks1990to2019" value="212"></attvalue>
<attvalue for="timescited1990to1994" value="391"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="16082"></attvalue>
<attvalue for="timescited1990to2004" value="9457"></attvalue>
<attvalue for="numberofworks" value="213"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="16028"></attvalue>
</attvalues>
<viz:size value="10.16696"></viz:size>
<viz:position x="187.98062" y="177.77797"></viz:position>
<viz:color r="216" g="239" b="237" a="0.99607843"></viz:color>
</node>
<node id="n197" label="Michael Rosenfeld">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="49"></attvalue>
<attvalue for="numberofworks1990to2019" value="120"></attvalue>
<attvalue for="timescited1990to1994" value="1368"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="9140"></attvalue>
<attvalue for="timescited1990to2004" value="4473"></attvalue>
<attvalue for="numberofworks" value="127"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="7162"></attvalue>
</attvalues>
<viz:size value="7.9033394"></viz:size>
<viz:position x="300.73135" y="-142.30785"></viz:position>
<viz:color r="227" g="244" b="245"></viz:color>
</node>
<node id="n198" label="Lorin Olson">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="14"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="657"></attvalue>
<attvalue for="timescited1990to2004" value="44"></attvalue>
<attvalue for="numberofworks" value="14"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="657"></attvalue>
</attvalues>
<viz:size value="5.2952547"></viz:size>
<viz:position x="182.23807" y="-160.05432"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n199" label="Mark Majesky">
<attvalues>
<attvalue for="numberofworks1990to1994" value="13"></attvalue>
<attvalue for="numberofworks1990to2004" value="37"></attvalue>
<attvalue for="numberofworks1990to2019" value="92"></attvalue>
<attvalue for="timescited1990to1994" value="2941"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="10270"></attvalue>
<attvalue for="timescited1990to2004" value="7721"></attvalue>
<attvalue for="numberofworks" value="101"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="9626"></attvalue>
</attvalues>
<viz:size value="7.2144113"></viz:size>
<viz:position x="183.63068" y="531.54834"></viz:position>
<viz:color r="224" g="243" b="243"></viz:color>
</node>
<node id="n200" label="Beth Kozel">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="31"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="1253"></attvalue>
<attvalue for="timescited1990to2004" value="141"></attvalue>
<attvalue for="numberofworks" value="31"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1253"></attvalue>
</attvalues>
<viz:size value="5.7135324"></viz:size>
<viz:position x="-466.6755" y="-287.72592"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n201" label="Carmen Halabi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="706"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="33"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="706"></attvalue>
</attvalues>
<viz:size value="5.7627416"></viz:size>
<viz:position x="-489.72427" y="-286.15326"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n202" label="Charles Thodeti">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="22"></attvalue>
<attvalue for="numberofworks1990to2019" value="133"></attvalue>
<attvalue for="timescited1990to1994" value="263"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="2666"></attvalue>
<attvalue for="timescited1990to2004" value="818"></attvalue>
<attvalue for="numberofworks" value="135"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2642"></attvalue>
</attvalues>
<viz:size value="8.223199"></viz:size>
<viz:position x="77.08499" y="-202.29482"></viz:position>
<viz:color r="233" g="246" b="248" a="0.99607843"></viz:color>
</node>
<node id="n203" label="Diane Bielenberg">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="34"></attvalue>
<attvalue for="numberofworks1990to2019" value="141"></attvalue>
<attvalue for="timescited1990to1994" value="2"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="5135"></attvalue>
<attvalue for="timescited1990to2004" value="2473"></attvalue>
<attvalue for="numberofworks" value="141"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5135"></attvalue>
</attvalues>
<viz:size value="8.420035"></viz:size>
<viz:position x="164.0968" y="-323.31207"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n204" label="Marsha Moses">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="75"></attvalue>
<attvalue for="numberofworks1990to2019" value="248"></attvalue>
<attvalue for="timescited1990to1994" value="1268"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="14564"></attvalue>
<attvalue for="timescited1990to2004" value="8980"></attvalue>
<attvalue for="numberofworks" value="249"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14560"></attvalue>
</attvalues>
<viz:size value="11.052725"></viz:size>
<viz:position x="182.11548" y="-306.672"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n205" label="Mark Ginsberg">
<attvalues>
<attvalue for="numberofworks1990to1994" value="104"></attvalue>
<attvalue for="numberofworks1990to2004" value="297"></attvalue>
<attvalue for="numberofworks1990to2019" value="508"></attvalue>
<attvalue for="timescited1990to1994" value="11514"></attvalue>
<attvalue for="minyear" value="1800"></attvalue>
<attvalue for="timescited" value="63746"></attvalue>
<attvalue for="timescited1990to2004" value="39604"></attvalue>
<attvalue for="numberofworks" value="706"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="51870"></attvalue>
</attvalues>
<viz:size value="17.449913"></viz:size>
<viz:position x="-349.44427" y="28.269428"></viz:position>
<viz:color r="171" g="221" b="208"></viz:color>
</node>
<node id="n206" label="Shulamit Levenberg">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="137"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="6978"></attvalue>
<attvalue for="timescited1990to2004" value="2190"></attvalue>
<attvalue for="numberofworks" value="137"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6978"></attvalue>
</attvalues>
<viz:size value="8.321617"></viz:size>
<viz:position x="-45.684216" y="-137.0815"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n207" label="Hong Chen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="97"></attvalue>
<attvalue for="timescited1990to1994" value="605"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="7885"></attvalue>
<attvalue for="timescited1990to2004" value="1810"></attvalue>
<attvalue for="numberofworks" value="97"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7885"></attvalue>
</attvalues>
<viz:size value="7.337434"></viz:size>
<viz:position x="278.28702" y="-157.31808"></viz:position>
<viz:color r="227" g="244" b="244"></viz:color>
</node>
<node id="n208" label="Kewal Asosingh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="29"></attvalue>
<attvalue for="numberofworks1990to2019" value="116"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="3869"></attvalue>
<attvalue for="timescited1990to2004" value="1689"></attvalue>
<attvalue for="numberofworks" value="116"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3869"></attvalue>
</attvalues>
<viz:size value="7.804921"></viz:size>
<viz:position x="42.95051" y="-262.32437"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n209" label="Keith Burridge">
<attvalues>
<attvalue for="numberofworks1990to1994" value="40"></attvalue>
<attvalue for="numberofworks1990to2004" value="145"></attvalue>
<attvalue for="numberofworks1990to2019" value="281"></attvalue>
<attvalue for="timescited1990to1994" value="6614"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="timescited" value="50174"></attvalue>
<attvalue for="timescited1990to2004" value="30159"></attvalue>
<attvalue for="numberofworks" value="383"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="36761"></attvalue>
</attvalues>
<viz:size value="11.8646755"></viz:size>
<viz:position x="42.825184" y="-238.02963"></viz:position>
<viz:color r="190" g="229" b="221"></viz:color>
</node>
<node id="n210" label="Howard Greisler">
<attvalues>
<attvalue for="numberofworks1990to1994" value="25"></attvalue>
<attvalue for="numberofworks1990to2004" value="90"></attvalue>
<attvalue for="numberofworks1990to2019" value="126"></attvalue>
<attvalue for="timescited1990to1994" value="787"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="4821"></attvalue>
<attvalue for="timescited1990to2004" value="2954"></attvalue>
<attvalue for="numberofworks" value="150"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="3992"></attvalue>
</attvalues>
<viz:size value="8.050966"></viz:size>
<viz:position x="30.473463" y="-29.264807"></viz:position>
<viz:color r="231" g="245" b="247" a="0.99607843"></viz:color>
</node>
<node id="n211" label="Vivian Gahtan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="59"></attvalue>
<attvalue for="numberofworks1990to2019" value="131"></attvalue>
<attvalue for="timescited1990to1994" value="172"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="2751"></attvalue>
<attvalue for="timescited1990to2004" value="2207"></attvalue>
<attvalue for="numberofworks" value="131"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2751"></attvalue>
</attvalues>
<viz:size value="8.173989"></viz:size>
<viz:position x="33.582146" y="24.710838"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n212" label="Morgan Salmon">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="44"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="timescited" value="972"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="44"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="972"></attvalue>
</attvalues>
<viz:size value="6.033392"></viz:size>
<viz:position x="-192.58382" y="65.17061"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n213" label="Olga Cherepanova">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="41"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="991"></attvalue>
<attvalue for="timescited1990to2004" value="25"></attvalue>
<attvalue for="numberofworks" value="41"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="991"></attvalue>
</attvalues>
<viz:size value="5.959578"></viz:size>
<viz:position x="-168.9218" y="29.607544"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n214" label="Nicholas Sibinga">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="45"></attvalue>
<attvalue for="numberofworks1990to2019" value="70"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="2325"></attvalue>
<attvalue for="timescited1990to2004" value="1531"></attvalue>
<attvalue for="numberofworks" value="72"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1805"></attvalue>
</attvalues>
<viz:size value="6.673111"></viz:size>
<viz:position x="79.85108" y="-326.37494"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n215" label="Bingruo Wu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="21"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="635"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="21"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="635"></attvalue>
</attvalues>
<viz:size value="5.467487"></viz:size>
<viz:position x="346.6337" y="-98.012955"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n216" label="Bin Zhou">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="21"></attvalue>
<attvalue for="numberofworks1990to2019" value="193"></attvalue>
<attvalue for="timescited1990to1994" value="2"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="6412"></attvalue>
<attvalue for="timescited1990to2004" value="1116"></attvalue>
<attvalue for="numberofworks" value="193"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6412"></attvalue>
</attvalues>
<viz:size value="9.699472"></viz:size>
<viz:position x="344.4742" y="-77.31386"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n217" label="Julie Phillippi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="6"></attvalue>
<attvalue for="numberofworks1990to2019" value="78"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="timescited" value="2955"></attvalue>
<attvalue for="timescited1990to2004" value="1116"></attvalue>
<attvalue for="numberofworks" value="78"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2955"></attvalue>
</attvalues>
<viz:size value="6.8699474"></viz:size>
<viz:position x="-199.98955" y="146.82007"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n218" label="Calum Macrae">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="23"></attvalue>
<attvalue for="numberofworks1990to2019" value="289"></attvalue>
<attvalue for="timescited1990to1994" value="10"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="14715"></attvalue>
<attvalue for="timescited1990to2004" value="2988"></attvalue>
<attvalue for="numberofworks" value="289"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14715"></attvalue>
</attvalues>
<viz:size value="12.061512"></viz:size>
<viz:position x="58.247894" y="-46.826355"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n219" label="Jose Diaz">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="15"></attvalue>
<attvalue for="numberofworks1990to2019" value="92"></attvalue>
<attvalue for="timescited1990to1994" value="39"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="1792"></attvalue>
<attvalue for="timescited1990to2004" value="159"></attvalue>
<attvalue for="numberofworks" value="92"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1792"></attvalue>
</attvalues>
<viz:size value="7.2144113"></viz:size>
<viz:position x="373.4167" y="97.75639"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n220" label="Navaneeth Pandian">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="timescited" value="15"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="6"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="15"></attvalue>
</attvalues>
<viz:size value="5.098418"></viz:size>
<viz:position x="-431.49686" y="415.13"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n221" label="Jay Naik">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="33"></attvalue>
<attvalue for="numberofworks1990to2019" value="87"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1918"></attvalue>
<attvalue for="timescited" value="886"></attvalue>
<attvalue for="timescited1990to2004" value="402"></attvalue>
<attvalue for="numberofworks" value="88"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="886"></attvalue>
</attvalues>
<viz:size value="7.0913887"></viz:size>
<viz:position x="596.76227" y="-406.8069"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n222" label="Thomas Resta">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="32"></attvalue>
<attvalue for="numberofworks1990to2019" value="92"></attvalue>
<attvalue for="timescited1990to1994" value="58"></attvalue>
<attvalue for="minyear" value="1918"></attvalue>
<attvalue for="timescited" value="2550"></attvalue>
<attvalue for="timescited1990to2004" value="1328"></attvalue>
<attvalue for="numberofworks" value="93"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2550"></attvalue>
</attvalues>
<viz:size value="7.2144113"></viz:size>
<viz:position x="598.524" y="-385.18185"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n223" label="Rosemary Akhurst">
<attvalues>
<attvalue for="numberofworks1990to1994" value="17"></attvalue>
<attvalue for="numberofworks1990to2004" value="39"></attvalue>
<attvalue for="numberofworks1990to2019" value="95"></attvalue>
<attvalue for="timescited1990to1994" value="1910"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="13410"></attvalue>
<attvalue for="timescited1990to2004" value="9451"></attvalue>
<attvalue for="numberofworks" value="103"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12644"></attvalue>
</attvalues>
<viz:size value="7.288225"></viz:size>
<viz:position x="-91.96265" y="475.5232"></viz:position>
<viz:color r="221" g="241" b="240"></viz:color>
</node>
<node id="n224" label="Hooi Hooi Ng">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="26"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="timescited" value="276"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="26"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="276"></attvalue>
</attvalues>
<viz:size value="5.59051"></viz:size>
<viz:position x="-586.43195" y="-248.53784"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n225" label="Lingfei Luo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="26"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="270"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="26"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="270"></attvalue>
</attvalues>
<viz:size value="5.59051"></viz:size>
<viz:position x="599.30383" y="-193.95425"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n226" label="Aaron Baker">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="136"></attvalue>
<attvalue for="timescited1990to1994" value="10"></attvalue>
<attvalue for="minyear" value="1896"></attvalue>
<attvalue for="timescited" value="1908"></attvalue>
<attvalue for="timescited1990to2004" value="317"></attvalue>
<attvalue for="numberofworks" value="138"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1904"></attvalue>
</attvalues>
<viz:size value="8.297012"></viz:size>
<viz:position x="151.79341" y="-72.037415"></viz:position>
<viz:color r="234" g="247" b="249" a="0.99607843"></viz:color>
</node>
<node id="n227" label="Shuai Yuan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="timescited" value="234"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="12"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="234"></attvalue>
</attvalues>
<viz:size value="5.2460456"></viz:size>
<viz:position x="116.66994" y="-336.68893"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n228" label="Xiaochun Long">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="56"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="2167"></attvalue>
<attvalue for="timescited1990to2004" value="7"></attvalue>
<attvalue for="numberofworks" value="57"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2167"></attvalue>
</attvalues>
<viz:size value="6.3286467"></viz:size>
<viz:position x="-112.162964" y="-526.47906"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n229" label="Harold Singer">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="52"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="2143"></attvalue>
<attvalue for="timescited1990to2004" value="495"></attvalue>
<attvalue for="numberofworks" value="53"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2143"></attvalue>
</attvalues>
<viz:size value="6.2302284"></viz:size>
<viz:position x="-134.53189" y="-523.5608"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n230" label="Roman Ginnan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="39"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="924"></attvalue>
<attvalue for="timescited1990to2004" value="221"></attvalue>
<attvalue for="numberofworks" value="39"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="924"></attvalue>
</attvalues>
<viz:size value="5.910369"></viz:size>
<viz:position x="-128.66095" y="-544.50977"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n231" label="John Schwarz">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="25"></attvalue>
<attvalue for="timescited1990to1994" value="579"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="1573"></attvalue>
<attvalue for="timescited1990to2004" value="924"></attvalue>
<attvalue for="numberofworks" value="28"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1538"></attvalue>
</attvalues>
<viz:size value="5.565905"></viz:size>
<viz:position x="-154.9426" y="-511.15292"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n232" label="Chen Yabing">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="23"></attvalue>
<attvalue for="numberofworks1990to2019" value="145"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="2024"></attvalue>
<attvalue for="timescited1990to2004" value="197"></attvalue>
<attvalue for="numberofworks" value="145"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2024"></attvalue>
</attvalues>
<viz:size value="8.518454"></viz:size>
<viz:position x="-98.04364" y="-546.4889"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n233" label="Alison Marsden">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="271"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="4671"></attvalue>
<attvalue for="timescited1990to2004" value="362"></attvalue>
<attvalue for="numberofworks" value="271"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4671"></attvalue>
</attvalues>
<viz:size value="11.618629"></viz:size>
<viz:position x="204.4661" y="-113.78921"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n234" label="Naomi Chesler">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="37"></attvalue>
<attvalue for="numberofworks1990to2019" value="255"></attvalue>
<attvalue for="timescited1990to1994" value="7"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="3634"></attvalue>
<attvalue for="timescited1990to2004" value="1073"></attvalue>
<attvalue for="numberofworks" value="255"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3634"></attvalue>
</attvalues>
<viz:size value="11.2249565"></viz:size>
<viz:position x="52.778217" y="-337.0708"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n235" label="Duncan Stewart">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="179"></attvalue>
<attvalue for="timescited1990to1994" value="15"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="4145"></attvalue>
<attvalue for="timescited1990to2004" value="221"></attvalue>
<attvalue for="numberofworks" value="179"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4145"></attvalue>
</attvalues>
<viz:size value="9.355009"></viz:size>
<viz:position x="-115.63493" y="-403.14084"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n236" label="Jane Leopold">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="29"></attvalue>
<attvalue for="numberofworks1990to2019" value="174"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="6647"></attvalue>
<attvalue for="timescited1990to2004" value="1931"></attvalue>
<attvalue for="numberofworks" value="175"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6576"></attvalue>
</attvalues>
<viz:size value="9.231986"></viz:size>
<viz:position x="-64.33618" y="-176.04318"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n237" label="Harrison W. Farber">
<attvalues>
<attvalue for="numberofworks1990to1994" value="17"></attvalue>
<attvalue for="numberofworks1990to2004" value="52"></attvalue>
<attvalue for="numberofworks1990to2019" value="138"></attvalue>
<attvalue for="timescited1990to1994" value="604"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="8162"></attvalue>
<attvalue for="timescited1990to2004" value="4509"></attvalue>
<attvalue for="numberofworks" value="148"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7032"></attvalue>
</attvalues>
<viz:size value="8.346222"></viz:size>
<viz:position x="-38.15689" y="-171.14067"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n238" label="Arshad Rahman">
<attvalues>
<attvalue for="numberofworks1990to1994" value="7"></attvalue>
<attvalue for="numberofworks1990to2004" value="38"></attvalue>
<attvalue for="numberofworks1990to2019" value="59"></attvalue>
<attvalue for="timescited1990to1994" value="430"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="5432"></attvalue>
<attvalue for="timescited1990to2004" value="4181"></attvalue>
<attvalue for="numberofworks" value="61"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="5270"></attvalue>
</attvalues>
<viz:size value="6.4024606"></viz:size>
<viz:position x="-336.72714" y="104.33051"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n239" label="Fabeha Fazal">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="41"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="943"></attvalue>
<attvalue for="timescited1990to2004" value="167"></attvalue>
<attvalue for="numberofworks" value="41"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="943"></attvalue>
</attvalues>
<viz:size value="5.959578"></viz:size>
<viz:position x="-343.37808" y="126.09369"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n240" label="Michael May">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="20"></attvalue>
<attvalue for="numberofworks1990to2019" value="62"></attvalue>
<attvalue for="timescited1990to1994" value="139"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="14764"></attvalue>
<attvalue for="timescited1990to2004" value="11524"></attvalue>
<attvalue for="numberofworks" value="62"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
<attvalue for="timescited1990to2019" value="14764"></attvalue>
</attvalues>
<viz:size value="6.476274"></viz:size>
<viz:position x="-317.93777" y="124.42721"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n241" label="Kenneth Walsh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="20"></attvalue>
<attvalue for="numberofworks1990to2004" value="326"></attvalue>
<attvalue for="numberofworks1990to2019" value="645"></attvalue>
<attvalue for="timescited1990to1994" value="932"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="58361"></attvalue>
<attvalue for="timescited1990to2004" value="36451"></attvalue>
<attvalue for="numberofworks" value="654"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="57963"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="20.820738"></viz:size>
<viz:position x="215.43639" y="285.97537"></viz:position>
<viz:color r="164" g="218" b="203"></viz:color>
</node>
<node id="n242" label="Timothy Hla">
<attvalues>
<attvalue for="numberofworks1990to1994" value="28"></attvalue>
<attvalue for="numberofworks1990to2004" value="145"></attvalue>
<attvalue for="numberofworks1990to2019" value="337"></attvalue>
<attvalue for="timescited1990to1994" value="6819"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="39595"></attvalue>
<attvalue for="timescited1990to2004" value="28807"></attvalue>
<attvalue for="numberofworks" value="347"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="38747"></attvalue>
</attvalues>
<viz:size value="13.242531"></viz:size>
<viz:position x="146.0266" y="292.25073"></viz:position>
<viz:color r="188" g="228" b="219"></viz:color>
</node>
<node id="n243" label="Monica Lee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="35"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="1180"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="35"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1180"></attvalue>
</attvalues>
<viz:size value="5.8119507"></viz:size>
<viz:position x="193.34058" y="274.284"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n244" label="Claudia Rodrigues">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="32"></attvalue>
<attvalue for="numberofworks1990to2019" value="76"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="1974"></attvalue>
<attvalue for="timescited1990to2004" value="1550"></attvalue>
<attvalue for="numberofworks" value="76"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="1974"></attvalue>
</attvalues>
<viz:size value="6.8207383"></viz:size>
<viz:position x="-489.9853" y="-440.5027"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n245" label="Marie Billaud">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="71"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="1479"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="71"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1479"></attvalue>
</attvalues>
<viz:size value="6.6977153"></viz:size>
<viz:position x="-195.07332" y="126.139755"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n246" label="Yunzhou Dong">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="87"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="2536"></attvalue>
<attvalue for="timescited1990to2004" value="259"></attvalue>
<attvalue for="numberofworks" value="87"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2536"></attvalue>
</attvalues>
<viz:size value="7.0913887"></viz:size>
<viz:position x="-540.1854" y="-53.447784"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n247" label="Charles Murry">
<attvalues>
<attvalue for="numberofworks1990to1994" value="27"></attvalue>
<attvalue for="numberofworks1990to2004" value="110"></attvalue>
<attvalue for="numberofworks1990to2019" value="349"></attvalue>
<attvalue for="timescited1990to1994" value="2667"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="44883"></attvalue>
<attvalue for="timescited1990to2004" value="14203"></attvalue>
<attvalue for="numberofworks" value="380"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="33420"></attvalue>
</attvalues>
<viz:size value="13.537786"></viz:size>
<viz:position x="324.19873" y="333.8829"></viz:position>
<viz:color r="194" g="231" b="223"></viz:color>
</node>
<node id="n248" label="Tatiana Byzova">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="39"></attvalue>
<attvalue for="numberofworks1990to2019" value="181"></attvalue>
<attvalue for="timescited1990to1994" value="19"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="8262"></attvalue>
<attvalue for="timescited1990to2004" value="2792"></attvalue>
<attvalue for="numberofworks" value="181"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="8262"></attvalue>
</attvalues>
<viz:size value="9.404218"></viz:size>
<viz:position x="-388.4296" y="55.3141"></viz:position>
<viz:color r="226" g="243" b="244"></viz:color>
</node>
<node id="n249" label="Matthias Clauss">
<attvalues>
<attvalue for="numberofworks1990to1994" value="25"></attvalue>
<attvalue for="numberofworks1990to2004" value="100"></attvalue>
<attvalue for="numberofworks1990to2019" value="203"></attvalue>
<attvalue for="timescited1990to1994" value="2573"></attvalue>
<attvalue for="minyear" value="1775"></attvalue>
<attvalue for="timescited" value="12017"></attvalue>
<attvalue for="timescited1990to2004" value="11092"></attvalue>
<attvalue for="numberofworks" value="207"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12008"></attvalue>
</attvalues>
<viz:size value="9.9455185"></viz:size>
<viz:position x="213.35118" y="310.8689"></viz:position>
<viz:color r="221" g="241" b="241"></viz:color>
</node>
<node id="n250" label="Lars Jensen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="70"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="1125"></attvalue>
<attvalue for="timescited1990to2004" value="368"></attvalue>
<attvalue for="numberofworks" value="70"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1125"></attvalue>
</attvalues>
<viz:size value="6.673111"></viz:size>
<viz:position x="408.9956" y="96.52348"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n251" label="Eileen Redmond">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="91"></attvalue>
<attvalue for="numberofworks1990to2019" value="189"></attvalue>
<attvalue for="timescited1990to1994" value="107"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="3356"></attvalue>
<attvalue for="timescited1990to2004" value="1924"></attvalue>
<attvalue for="numberofworks" value="190"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3356"></attvalue>
</attvalues>
<viz:size value="9.601055"></viz:size>
<viz:position x="307.10107" y="85.7799"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n252" label="Miikka Vikkula">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="97"></attvalue>
<attvalue for="numberofworks1990to2019" value="394"></attvalue>
<attvalue for="timescited1990to1994" value="465"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="16317"></attvalue>
<attvalue for="timescited1990to2004" value="8338"></attvalue>
<attvalue for="numberofworks" value="397"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="16127"></attvalue>
</attvalues>
<viz:size value="14.644991"></viz:size>
<viz:position x="238.47124" y="-76.12784"></viz:position>
<viz:color r="216" g="239" b="237"></viz:color>
</node>
<node id="n253" label="Elisa Boscolo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="45"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="2064"></attvalue>
<attvalue for="timescited1990to2004" value="78"></attvalue>
<attvalue for="numberofworks" value="47"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2064"></attvalue>
</attvalues>
<viz:size value="6.0579967"></viz:size>
<viz:position x="206.35187" y="-73.804375"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n254" label="Pascal Brouillard">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="15"></attvalue>
<attvalue for="numberofworks1990to2019" value="60"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="1372"></attvalue>
<attvalue for="timescited1990to2004" value="615"></attvalue>
<attvalue for="numberofworks" value="60"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1372"></attvalue>
</attvalues>
<viz:size value="6.427065"></viz:size>
<viz:position x="255.77234" y="-87.173546"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n255" label="Pipsa Saharinen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="50"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="3771"></attvalue>
<attvalue for="timescited1990to2004" value="1408"></attvalue>
<attvalue for="numberofworks" value="50"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="3771"></attvalue>
</attvalues>
<viz:size value="6.1810193"></viz:size>
<viz:position x="11.056979" y="509.67517"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n256" label="Ronald Korthuis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="22"></attvalue>
<attvalue for="numberofworks1990to2004" value="61"></attvalue>
<attvalue for="numberofworks1990to2019" value="136"></attvalue>
<attvalue for="timescited1990to1994" value="1114"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="8519"></attvalue>
<attvalue for="timescited1990to2004" value="3342"></attvalue>
<attvalue for="numberofworks" value="164"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6610"></attvalue>
</attvalues>
<viz:size value="8.297012"></viz:size>
<viz:position x="-32.38738" y="-18.86014"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n257" label="Thomas Edington">
<attvalues>
<attvalue for="numberofworks1990to1994" value="64"></attvalue>
<attvalue for="numberofworks1990to2004" value="121"></attvalue>
<attvalue for="numberofworks1990to2019" value="173"></attvalue>
<attvalue for="timescited1990to1994" value="2223"></attvalue>
<attvalue for="minyear" value="1901"></attvalue>
<attvalue for="timescited" value="8886"></attvalue>
<attvalue for="timescited1990to2004" value="4465"></attvalue>
<attvalue for="numberofworks" value="467"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="5257"></attvalue>
</attvalues>
<viz:size value="9.207381"></viz:size>
<viz:position x="379.16562" y="123.15173"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n258" label="Wolfram Ruf">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="68"></attvalue>
<attvalue for="numberofworks1990to2019" value="161"></attvalue>
<attvalue for="timescited1990to1994" value="1240"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="10764"></attvalue>
<attvalue for="timescited1990to2004" value="6335"></attvalue>
<attvalue for="numberofworks" value="163"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10727"></attvalue>
</attvalues>
<viz:size value="8.912127"></viz:size>
<viz:position x="399.4427" y="129.61073"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n259" label="Edward Plow">
<attvalues>
<attvalue for="numberofworks1990to1994" value="50"></attvalue>
<attvalue for="numberofworks1990to2004" value="135"></attvalue>
<attvalue for="numberofworks1990to2019" value="244"></attvalue>
<attvalue for="timescited1990to1994" value="7985"></attvalue>
<attvalue for="minyear" value="1971"></attvalue>
<attvalue for="timescited" value="34923"></attvalue>
<attvalue for="timescited1990to2004" value="18438"></attvalue>
<attvalue for="numberofworks" value="335"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="24041"></attvalue>
</attvalues>
<viz:size value="10.954306"></viz:size>
<viz:position x="-369.41428" y="44.629284"></viz:position>
<viz:color r="206" g="235" b="231" a="0.99607843"></viz:color>
</node>
<node id="n260" label="Joanne Chan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1975"></attvalue>
<attvalue for="timescited" value="479"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="11"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
<attvalue for="timescited1990to2019" value="424"></attvalue>
</attvalues>
<viz:size value="5.1968365"></viz:size>
<viz:position x="109.480064" y="-591.06647"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n261" label="Kristopher Maier">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="31"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="627"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="31"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="627"></attvalue>
</attvalues>
<viz:size value="5.7135324"></viz:size>
<viz:position x="33.435806" y="45.510796"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n262" label="Santhi Ganesh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="95"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="9527"></attvalue>
<attvalue for="timescited1990to2004" value="1752"></attvalue>
<attvalue for="numberofworks" value="95"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="9527"></attvalue>
</attvalues>
<viz:size value="7.288225"></viz:size>
<viz:position x="41.577187" y="-74.74691"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n263" label="Brian Petrich">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="41"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1922"></attvalue>
<attvalue for="timescited1990to2004" value="508"></attvalue>
<attvalue for="numberofworks" value="41"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1922"></attvalue>
</attvalues>
<viz:size value="5.959578"></viz:size>
<viz:position x="-351.56372" y="1.2657871"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n264" label="Craig Lefort">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="24"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="timescited" value="843"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="24"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="843"></attvalue>
</attvalues>
<viz:size value="5.541301"></viz:size>
<viz:position x="-403.19897" y="2.009815"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n265" label="Matthew Spite">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="74"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="3699"></attvalue>
<attvalue for="timescited1990to2004" value="75"></attvalue>
<attvalue for="numberofworks" value="74"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3699"></attvalue>
</attvalues>
<viz:size value="6.771529"></viz:size>
<viz:position x="201.61337" y="-359.61783"></viz:position>
<viz:color r="232" g="246" b="247" a="0.99607843"></viz:color>
</node>
<node id="n266" label="Gabrielle Fredman">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="56"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="3824"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="56"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3824"></attvalue>
</attvalues>
<viz:size value="6.3286467"></viz:size>
<viz:position x="200.24115" y="-336.0654"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n267" label="Li-kun Phng">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="timescited" value="10"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="3"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="10"></attvalue>
</attvalues>
<viz:size value="5.024605"></viz:size>
<viz:position x="-328.98172" y="354.14822"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n268" label="Hiromi Yanagisawa">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="33"></attvalue>
<attvalue for="numberofworks1990to2019" value="118"></attvalue>
<attvalue for="timescited1990to1994" value="422"></attvalue>
<attvalue for="minyear" value="1966"></attvalue>
<attvalue for="timescited" value="6947"></attvalue>
<attvalue for="timescited1990to2004" value="4587"></attvalue>
<attvalue for="numberofworks" value="120"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="6749"></attvalue>
</attvalues>
<viz:size value="7.85413"></viz:size>
<viz:position x="-529.9418" y="-318.9769"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n269" label="Dieter Reinhardt">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="31"></attvalue>
<attvalue for="numberofworks1990to2019" value="114"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="6205"></attvalue>
<attvalue for="timescited1990to2004" value="3301"></attvalue>
<attvalue for="numberofworks" value="114"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6205"></attvalue>
</attvalues>
<viz:size value="7.7557116"></viz:size>
<viz:position x="-493.77148" y="-235.03654"></viz:position>
<viz:color r="229" g="244" b="245"></viz:color>
</node>
<node id="n270" label="Martin Schwartz">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="50"></attvalue>
<attvalue for="timescited1990to1994" value="347"></attvalue>
<attvalue for="minyear" value="1965"></attvalue>
<attvalue for="timescited" value="5139"></attvalue>
<attvalue for="timescited1990to2004" value="481"></attvalue>
<attvalue for="numberofworks" value="59"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4830"></attvalue>
</attvalues>
<viz:size value="6.1810193"></viz:size>
<viz:position x="146.4924" y="514.2887"></viz:position>
<viz:color r="230" g="245" b="247"></viz:color>
</node>
<node id="n271" label="Francesco Ramirez">
<attvalues>
<attvalue for="numberofworks1990to1994" value="29"></attvalue>
<attvalue for="numberofworks1990to2004" value="75"></attvalue>
<attvalue for="numberofworks1990to2019" value="132"></attvalue>
<attvalue for="timescited1990to1994" value="3309"></attvalue>
<attvalue for="minyear" value="1879"></attvalue>
<attvalue for="timescited" value="11340"></attvalue>
<attvalue for="timescited1990to2004" value="7319"></attvalue>
<attvalue for="numberofworks" value="163"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9826"></attvalue>
</attvalues>
<viz:size value="8.198594"></viz:size>
<viz:position x="-490.1533" y="-356.19034"></viz:position>
<viz:color r="224" g="243" b="243"></viz:color>
</node>
<node id="n272" label="Mark Miller">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="52"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="3284"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="53"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3283"></attvalue>
</attvalues>
<viz:size value="6.2302284"></viz:size>
<viz:position x="-549.90955" y="-291.05197"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n273" label="Douglas Gould">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="63"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="3877"></attvalue>
<attvalue for="timescited1990to2004" value="1362"></attvalue>
<attvalue for="numberofworks" value="63"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3877"></attvalue>
</attvalues>
<viz:size value="6.500879"></viz:size>
<viz:position x="-545.237" y="-264.09372"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n274" label="Jesse Warren Williams">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="55"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="890"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="55"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="890"></attvalue>
</attvalues>
<viz:size value="6.3040423"></viz:size>
<viz:position x="13.448267" y="-303.61386"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n275" label="Donald Welsh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="60"></attvalue>
<attvalue for="numberofworks1990to2019" value="203"></attvalue>
<attvalue for="timescited1990to1994" value="35"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="3528"></attvalue>
<attvalue for="timescited1990to2004" value="1671"></attvalue>
<attvalue for="numberofworks" value="204"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3525"></attvalue>
</attvalues>
<viz:size value="9.9455185"></viz:size>
<viz:position x="437.35437" y="94.35553"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n276" label="William Jackson">
<attvalues>
<attvalue for="numberofworks1990to1994" value="16"></attvalue>
<attvalue for="numberofworks1990to2004" value="50"></attvalue>
<attvalue for="numberofworks1990to2019" value="164"></attvalue>
<attvalue for="timescited1990to1994" value="524"></attvalue>
<attvalue for="minyear" value="1976"></attvalue>
<attvalue for="timescited" value="3351"></attvalue>
<attvalue for="timescited1990to2004" value="1805"></attvalue>
<attvalue for="numberofworks" value="188"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2895"></attvalue>
</attvalues>
<viz:size value="8.98594"></viz:size>
<viz:position x="455.56418" y="79.85743"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n277" label="Xi-long Zheng">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="151"></attvalue>
<attvalue for="timescited1990to1994" value="5"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="3783"></attvalue>
<attvalue for="timescited1990to2004" value="486"></attvalue>
<attvalue for="numberofworks" value="151"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3783"></attvalue>
</attvalues>
<viz:size value="8.66608"></viz:size>
<viz:position x="459.04813" y="105.52192"></viz:position>
<viz:color r="232" g="246" b="247" a="0.99607843"></viz:color>
</node>
<node id="n278" label="J Pickering">
<attvalues>
<attvalue for="numberofworks1990to1994" value="30"></attvalue>
<attvalue for="numberofworks1990to2004" value="111"></attvalue>
<attvalue for="numberofworks1990to2019" value="217"></attvalue>
<attvalue for="timescited1990to1994" value="2042"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="6292"></attvalue>
<attvalue for="timescited1990to2004" value="4207"></attvalue>
<attvalue for="numberofworks" value="221"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6195"></attvalue>
</attvalues>
<viz:size value="10.289983"></viz:size>
<viz:position x="-140.98535" y="-240.08214"></viz:position>
<viz:color r="229" g="244" b="245"></viz:color>
</node>
<node id="n279" label="Alan Fogelman">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="58"></attvalue>
<attvalue for="numberofworks1990to2019" value="146"></attvalue>
<attvalue for="timescited1990to1994" value="2085"></attvalue>
<attvalue for="minyear" value="1973"></attvalue>
<attvalue for="timescited" value="21600"></attvalue>
<attvalue for="timescited1990to2004" value="16027"></attvalue>
<attvalue for="numberofworks" value="168"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="20113"></attvalue>
</attvalues>
<viz:size value="8.543058"></viz:size>
<viz:position x="287.87918" y="-119.24533"></viz:position>
<viz:color r="211" g="237" b="234"></viz:color>
</node>
<node id="n280" label="Edward O'brien">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="77"></attvalue>
<attvalue for="numberofworks1990to2019" value="246"></attvalue>
<attvalue for="timescited1990to1994" value="1194"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="7687"></attvalue>
<attvalue for="timescited1990to2004" value="4505"></attvalue>
<attvalue for="numberofworks" value="246"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7687"></attvalue>
</attvalues>
<viz:size value="11.003515"></viz:size>
<viz:position x="309.383" y="291.19193"></viz:position>
<viz:color r="227" g="244" b="244"></viz:color>
</node>
<node id="n281" label="Ondrej Nanka">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="55"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="623"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="55"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="623"></attvalue>
</attvalues>
<viz:size value="6.3040423"></viz:size>
<viz:position x="-363.2944" y="-126.97394"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n282" label="Katherine Hajjar">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="53"></attvalue>
<attvalue for="numberofworks1990to2019" value="112"></attvalue>
<attvalue for="timescited1990to1994" value="1542"></attvalue>
<attvalue for="minyear" value="1877"></attvalue>
<attvalue for="timescited" value="12318"></attvalue>
<attvalue for="timescited1990to2004" value="7788"></attvalue>
<attvalue for="numberofworks" value="123"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="10829"></attvalue>
</attvalues>
<viz:size value="7.706503"></viz:size>
<viz:position x="-459.18594" y="-413.56232"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n283" label="Richard Kenagy">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="66"></attvalue>
<attvalue for="numberofworks1990to2019" value="110"></attvalue>
<attvalue for="timescited1990to1994" value="826"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="3942"></attvalue>
<attvalue for="timescited1990to2004" value="3088"></attvalue>
<attvalue for="numberofworks" value="123"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3764"></attvalue>
</attvalues>
<viz:size value="7.6572933"></viz:size>
<viz:position x="-188.9902" y="-11.986089"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n284" label="William Pu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="22"></attvalue>
<attvalue for="numberofworks1990to2019" value="197"></attvalue>
<attvalue for="timescited1990to1994" value="295"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="14379"></attvalue>
<attvalue for="timescited1990to2004" value="1237"></attvalue>
<attvalue for="numberofworks" value="198"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14339"></attvalue>
</attvalues>
<viz:size value="9.797892"></viz:size>
<viz:position x="275.89783" y="-60.240215"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n285" label="Lianchun Wang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="31"></attvalue>
<attvalue for="numberofworks1990to2019" value="67"></attvalue>
<attvalue for="timescited1990to1994" value="1"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="4842"></attvalue>
<attvalue for="timescited1990to2004" value="1640"></attvalue>
<attvalue for="numberofworks" value="67"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="4842"></attvalue>
</attvalues>
<viz:size value="6.599297"></viz:size>
<viz:position x="302.4764" y="-64.272896"></viz:position>
<viz:color r="230" g="245" b="247"></viz:color>
</node>
<node id="n286" label="David Milstone">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="20"></attvalue>
<attvalue for="numberofworks1990to2019" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="129"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="5323"></attvalue>
<attvalue for="timescited1990to2004" value="4792"></attvalue>
<attvalue for="numberofworks" value="34"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="5320"></attvalue>
</attvalues>
<viz:size value="5.7627416"></viz:size>
<viz:position x="20.952858" y="0.99286026"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n287" label="Mary Dickinson">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="119"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="3531"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="119"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3531"></attvalue>
</attvalues>
<viz:size value="7.8787346"></viz:size>
<viz:position x="174.70708" y="555.63684"></viz:position>
<viz:color r="232" g="246" b="248" a="0.99607843"></viz:color>
</node>
<node id="n288" label="Zoltan Arany">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="20"></attvalue>
<attvalue for="numberofworks1990to2019" value="162"></attvalue>
<attvalue for="timescited1990to1994" value="1099"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="13210"></attvalue>
<attvalue for="timescited1990to2004" value="5368"></attvalue>
<attvalue for="numberofworks" value="162"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13210"></attvalue>
</attvalues>
<viz:size value="8.936731"></viz:size>
<viz:position x="59.8489" y="-20.821583"></viz:position>
<viz:color r="220" g="241" b="240"></viz:color>
</node>
<node id="n289" label="Stefan Chlopicki">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="30"></attvalue>
<attvalue for="numberofworks1990to2019" value="226"></attvalue>
<attvalue for="timescited1990to1994" value="66"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="3439"></attvalue>
<attvalue for="timescited1990to2004" value="734"></attvalue>
<attvalue for="numberofworks" value="226"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3439"></attvalue>
</attvalues>
<viz:size value="10.511423"></viz:size>
<viz:position x="568.1956" y="192.07576"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n290" label="Zheying Sun">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="timescited" value="33"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="4"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="33"></attvalue>
</attvalues>
<viz:size value="5.049209"></viz:size>
<viz:position x="572.6915" y="-95.78647"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n291" label="Longhou Fang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="1436"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="36"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1436"></attvalue>
</attvalues>
<viz:size value="5.8365555"></viz:size>
<viz:position x="-72.61808" y="-98.43071"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n292" label="Tzung Hsiai">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="41"></attvalue>
<attvalue for="numberofworks1990to2019" value="251"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="3642"></attvalue>
<attvalue for="timescited1990to2004" value="1399"></attvalue>
<attvalue for="numberofworks" value="251"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3642"></attvalue>
</attvalues>
<viz:size value="11.126537"></viz:size>
<viz:position x="195.76079" y="-94.919365"></viz:position>
<viz:color r="232" g="246" b="248" a="0.99607843"></viz:color>
</node>
<node id="n293" label="Armin Helisch">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="21"></attvalue>
<attvalue for="numberofworks1990to2019" value="30"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="2664"></attvalue>
<attvalue for="timescited1990to2004" value="2153"></attvalue>
<attvalue for="numberofworks" value="30"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
<attvalue for="timescited1990to2019" value="2664"></attvalue>
</attvalues>
<viz:size value="5.688928"></viz:size>
<viz:position x="564.9445" y="243.83022"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n294" label="Ngan Huang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="132"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1977"></attvalue>
<attvalue for="timescited" value="4546"></attvalue>
<attvalue for="timescited1990to2004" value="966"></attvalue>
<attvalue for="numberofworks" value="137"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4546"></attvalue>
</attvalues>
<viz:size value="8.198594"></viz:size>
<viz:position x="-68.691666" y="-137.59142"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n295" label="Victoria Bautch">
<attvalues>
<attvalue for="numberofworks1990to1994" value="18"></attvalue>
<attvalue for="numberofworks1990to2004" value="60"></attvalue>
<attvalue for="numberofworks1990to2019" value="145"></attvalue>
<attvalue for="timescited1990to1994" value="790"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="5517"></attvalue>
<attvalue for="timescited1990to2004" value="2870"></attvalue>
<attvalue for="numberofworks" value="155"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5209"></attvalue>
</attvalues>
<viz:size value="8.518454"></viz:size>
<viz:position x="-207.60893" y="-41.553482"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n296" label="Piotr Kowalski">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="21"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="timescited" value="470"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="21"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="470"></attvalue>
</attvalues>
<viz:size value="5.467487"></viz:size>
<viz:position x="258.74463" y="193.46272"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n297" label="Courtney Griffin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="31"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="2422"></attvalue>
<attvalue for="timescited1990to2004" value="1718"></attvalue>
<attvalue for="numberofworks" value="31"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2422"></attvalue>
</attvalues>
<viz:size value="5.7135324"></viz:size>
<viz:position x="-545.7704" y="-83.83278"></viz:position>
<viz:color r="233" g="246" b="249"></viz:color>
</node>
<node id="n298" label="Eric Camerer">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="12"></attvalue>
<attvalue for="numberofworks1990to2019" value="38"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="4391"></attvalue>
<attvalue for="timescited1990to2004" value="2807"></attvalue>
<attvalue for="numberofworks" value="38"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4391"></attvalue>
</attvalues>
<viz:size value="5.8857646"></viz:size>
<viz:position x="-568.624" y="-92.515785"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n299" label="Christopher Hoover">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="129"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="10"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="129"></attvalue>
</attvalues>
<viz:size value="5.1968365"></viz:size>
<viz:position x="-510.95197" y="-39.756813"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n300" label="Yun Fang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="63"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="1574"></attvalue>
<attvalue for="timescited1990to2004" value="175"></attvalue>
<attvalue for="numberofworks" value="63"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1574"></attvalue>
</attvalues>
<viz:size value="6.500879"></viz:size>
<viz:position x="282.2526" y="135.60657"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n301" label="Ru-ting Huang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="25"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="188"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="25"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="188"></attvalue>
</attvalues>
<viz:size value="5.565905"></viz:size>
<viz:position x="300.03824" y="146.68752"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n302" label="Simon (yifei) Miao">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="411"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="29"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="411"></attvalue>
</attvalues>
<viz:size value="5.6643233"></viz:size>
<viz:position x="-307.9633" y="16.501797"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n303" label="Zhen Chen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="37"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="1613"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="37"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1613"></attvalue>
</attvalues>
<viz:size value="5.86116"></viz:size>
<viz:position x="-302.65698" y="45.069515"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n304" label="Heidi Stuhlmann">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="timescited" value="887"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="23"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="887"></attvalue>
</attvalues>
<viz:size value="5.516696"></viz:size>
<viz:position x="-428.16913" y="-411.32193"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n305" label="Aleksander Popel">
<attvalues>
<attvalue for="numberofworks1990to1994" value="27"></attvalue>
<attvalue for="numberofworks1990to2004" value="182"></attvalue>
<attvalue for="numberofworks1990to2019" value="440"></attvalue>
<attvalue for="timescited1990to1994" value="616"></attvalue>
<attvalue for="minyear" value="1967"></attvalue>
<attvalue for="timescited" value="15765"></attvalue>
<attvalue for="timescited1990to2004" value="5331"></attvalue>
<attvalue for="numberofworks" value="530"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13348"></attvalue>
</attvalues>
<viz:size value="15.776802"></viz:size>
<viz:position x="-142.04301" y="-57.65896"></viz:position>
<viz:color r="220" g="241" b="240"></viz:color>
</node>
<node id="n306" label="Kathleen Martin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="41"></attvalue>
<attvalue for="numberofworks1990to2019" value="130"></attvalue>
<attvalue for="timescited1990to1994" value="11"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="5395"></attvalue>
<attvalue for="timescited1990to2004" value="2756"></attvalue>
<attvalue for="numberofworks" value="130"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5395"></attvalue>
</attvalues>
<viz:size value="8.149385"></viz:size>
<viz:position x="176.7824" y="236.3534"></viz:position>
<viz:color r="230" g="245" b="246" a="0.99607843"></viz:color>
</node>
<node id="n307" label="Stefania Nicoli">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="39"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="2038"></attvalue>
<attvalue for="timescited1990to2004" value="158"></attvalue>
<attvalue for="numberofworks" value="39"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2038"></attvalue>
</attvalues>
<viz:size value="5.910369"></viz:size>
<viz:position x="128.06221" y="447.23007"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n308" label="Karen Hirschi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="38"></attvalue>
<attvalue for="numberofworks1990to2019" value="112"></attvalue>
<attvalue for="timescited1990to1994" value="89"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="10689"></attvalue>
<attvalue for="timescited1990to2004" value="7573"></attvalue>
<attvalue for="numberofworks" value="112"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="10689"></attvalue>
</attvalues>
<viz:size value="7.706503"></viz:size>
<viz:position x="162.69861" y="536.9655"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n309" label="Andreane Cartier">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="161"></attvalue>
<attvalue for="timescited1990to2004" value="73"></attvalue>
<attvalue for="numberofworks" value="16"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="161"></attvalue>
</attvalues>
<viz:size value="5.344464"></viz:size>
<viz:position x="132.22664" y="274.3607"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n310" label="Sylvain Galvani">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="timescited" value="1167"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="36"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1167"></attvalue>
</attvalues>
<viz:size value="5.8365555"></viz:size>
<viz:position x="146.44827" y="315.55148"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n311" label="Christopher Pattillo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="74"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="1932"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="74"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1932"></attvalue>
</attvalues>
<viz:size value="6.771529"></viz:size>
<viz:position x="125.9633" y="-312.05038"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n312" label="Walter Murfee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="59"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="899"></attvalue>
<attvalue for="timescited1990to2004" value="77"></attvalue>
<attvalue for="numberofworks" value="59"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="899"></attvalue>
</attvalues>
<viz:size value="6.4024606"></viz:size>
<viz:position x="-211.2824" y="-67.03985"></viz:position>
<viz:color r="235" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n313" label="Marsha Rolle">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="81"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="1269"></attvalue>
<attvalue for="timescited1990to2004" value="485"></attvalue>
<attvalue for="numberofworks" value="81"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1269"></attvalue>
</attvalues>
<viz:size value="6.943761"></viz:size>
<viz:position x="-109.44966" y="-184.1008"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n314" label="Song Hu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="124"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="6150"></attvalue>
<attvalue for="timescited1990to2004" value="5"></attvalue>
<attvalue for="numberofworks" value="124"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6150"></attvalue>
</attvalues>
<viz:size value="8.001758"></viz:size>
<viz:position x="-178.37521" y="-77.34243"></viz:position>
<viz:color r="229" g="244" b="246"></viz:color>
</node>
<node id="n315" label="Mark Okusa">
<attvalues>
<attvalue for="numberofworks1990to1994" value="7"></attvalue>
<attvalue for="numberofworks1990to2004" value="25"></attvalue>
<attvalue for="numberofworks1990to2019" value="183"></attvalue>
<attvalue for="timescited1990to1994" value="293"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="10193"></attvalue>
<attvalue for="timescited1990to2004" value="1779"></attvalue>
<attvalue for="numberofworks" value="186"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10154"></attvalue>
</attvalues>
<viz:size value="9.453427"></viz:size>
<viz:position x="-169.15254" y="129.07698"></viz:position>
<viz:color r="224" g="242" b="242"></viz:color>
</node>
<node id="n316" label="Somanath Shenoy">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="81"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="2947"></attvalue>
<attvalue for="timescited1990to2004" value="311"></attvalue>
<attvalue for="numberofworks" value="81"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2947"></attvalue>
</attvalues>
<viz:size value="6.943761"></viz:size>
<viz:position x="-404.21667" y="68.92408"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n317" label="Roy Silverstein">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="70"></attvalue>
<attvalue for="numberofworks1990to2019" value="194"></attvalue>
<attvalue for="timescited1990to1994" value="845"></attvalue>
<attvalue for="minyear" value="1981"></attvalue>
<attvalue for="timescited" value="22534"></attvalue>
<attvalue for="timescited1990to2004" value="13978"></attvalue>
<attvalue for="numberofworks" value="211"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="20180"></attvalue>
</attvalues>
<viz:size value="9.724077"></viz:size>
<viz:position x="-460.8859" y="-438.83554"></viz:position>
<viz:color r="211" g="237" b="234"></viz:color>
</node>
<node id="n318" label="Venkatesh Sampath">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="timescited" value="40"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="13"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="40"></attvalue>
</attvalues>
<viz:size value="5.2706504"></viz:size>
<viz:position x="-598.8129" y="-119.27543"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n319" label="Tsutomu Kume">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="6"></attvalue>
<attvalue for="numberofworks1990to2019" value="47"></attvalue>
<attvalue for="timescited1990to1994" value="56"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="1371"></attvalue>
<attvalue for="timescited1990to2004" value="110"></attvalue>
<attvalue for="numberofworks" value="47"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1371"></attvalue>
</attvalues>
<viz:size value="6.1072054"></viz:size>
<viz:position x="-621.30884" y="-134.21611"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n320" label="Shyh-jye Lee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="10"></attvalue>
<attvalue for="numberofworks1990to2019" value="53"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="1017"></attvalue>
<attvalue for="timescited1990to2004" value="188"></attvalue>
<attvalue for="numberofworks" value="53"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1017"></attvalue>
</attvalues>
<viz:size value="6.254833"></viz:size>
<viz:position x="-415.76746" y="-101.73586"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n321" label="Michelina Iacovino">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="63"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="2615"></attvalue>
<attvalue for="timescited1990to2004" value="81"></attvalue>
<attvalue for="numberofworks" value="63"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2615"></attvalue>
</attvalues>
<viz:size value="6.500879"></viz:size>
<viz:position x="469.15247" y="427.33737"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n322" label="David Tulis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="25"></attvalue>
<attvalue for="numberofworks1990to2019" value="90"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="1577"></attvalue>
<attvalue for="timescited1990to2004" value="750"></attvalue>
<attvalue for="numberofworks" value="90"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1577"></attvalue>
</attvalues>
<viz:size value="7.165202"></viz:size>
<viz:position x="-16.027803" y="3.434523"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n323" label="Chinmay Trivedi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="timescited" value="817"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="13"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="817"></attvalue>
</attvalues>
<viz:size value="5.2706504"></viz:size>
<viz:position x="-377.67465" y="424.20776"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n324" label="Jefferson Frisbee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="39"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="197"></attvalue>
<attvalue for="timescited1990to2004" value="46"></attvalue>
<attvalue for="numberofworks" value="39"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="197"></attvalue>
</attvalues>
<viz:size value="5.910369"></viz:size>
<viz:position x="-324.75864" y="390.7495"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n325" label="Ziwen Li">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="timescited" value="37"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="4"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="37"></attvalue>
</attvalues>
<viz:size value="5.049209"></viz:size>
<viz:position x="632.3442" y="-37.275135"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n326" label="Kenneth Ramos">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="82"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="1524"></attvalue>
<attvalue for="timescited1990to2004" value="176"></attvalue>
<attvalue for="numberofworks" value="82"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1524"></attvalue>
</attvalues>
<viz:size value="6.9683657"></viz:size>
<viz:position x="608.86316" y="-74.44404"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n327" label="Maria Blocksgaard">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="66"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="550"></attvalue>
<attvalue for="timescited1990to2004" value="2"></attvalue>
<attvalue for="numberofworks" value="66"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="550"></attvalue>
</attvalues>
<viz:size value="6.5746927"></viz:size>
<viz:position x="-297.13293" y="410.11453"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n328" label="Rita Upmacis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="23"></attvalue>
<attvalue for="numberofworks1990to2019" value="58"></attvalue>
<attvalue for="timescited1990to1994" value="6"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="1087"></attvalue>
<attvalue for="timescited1990to2004" value="243"></attvalue>
<attvalue for="numberofworks" value="73"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="596"></attvalue>
</attvalues>
<viz:size value="6.377856"></viz:size>
<viz:position x="-446.36157" y="-391.5959"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n329" label="Sarah Lindsey">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="38"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="931"></attvalue>
<attvalue for="timescited1990to2004" value="55"></attvalue>
<attvalue for="numberofworks" value="38"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="931"></attvalue>
</attvalues>
<viz:size value="5.8857646"></viz:size>
<viz:position x="459.7895" y="-438.5926"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n330" label="Graeme Birdsey">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="67"></attvalue>
<attvalue for="timescited1990to1994" value="35"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="1414"></attvalue>
<attvalue for="timescited1990to2004" value="445"></attvalue>
<attvalue for="numberofworks" value="67"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1414"></attvalue>
</attvalues>
<viz:size value="6.599297"></viz:size>
<viz:position x="37.622204" y="519.0512"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n331" label="Sussan Nourshargh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="24"></attvalue>
<attvalue for="numberofworks1990to2019" value="136"></attvalue>
<attvalue for="timescited1990to1994" value="32"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="10962"></attvalue>
<attvalue for="timescited1990to2004" value="1664"></attvalue>
<attvalue for="numberofworks" value="140"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10870"></attvalue>
</attvalues>
<viz:size value="8.297012"></viz:size>
<viz:position x="59.04106" y="533.46313"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n332" label="Gustavo Oliveira-paula">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="28"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="301"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="28"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="301"></attvalue>
</attvalues>
<viz:size value="5.639719"></viz:size>
<viz:position x="-92.68536" y="-489.87027"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n333" label="Vigneshwaran Vellingiri">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="18"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="timescited" value="201"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="18"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="201"></attvalue>
</attvalues>
<viz:size value="5.393673"></viz:size>
<viz:position x="609.3747" y="164.71295"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n334" label="Yin Shan Ng">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="25"></attvalue>
<attvalue for="numberofworks1990to2019" value="328"></attvalue>
<attvalue for="timescited1990to1994" value="139"></attvalue>
<attvalue for="minyear" value="1977"></attvalue>
<attvalue for="timescited" value="9056"></attvalue>
<attvalue for="timescited1990to2004" value="3560"></attvalue>
<attvalue for="numberofworks" value="329"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9056"></attvalue>
</attvalues>
<viz:size value="13.02109"></viz:size>
<viz:position x="166.95636" y="-287.90292"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n335" label="Brenda Coomber">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="42"></attvalue>
<attvalue for="numberofworks1990to2019" value="113"></attvalue>
<attvalue for="timescited1990to1994" value="247"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="timescited" value="3570"></attvalue>
<attvalue for="timescited1990to2004" value="2000"></attvalue>
<attvalue for="numberofworks" value="117"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="3569"></attvalue>
</attvalues>
<viz:size value="7.731107"></viz:size>
<viz:position x="63.67491" y="466.98837"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n336" label="Alexandre Dubrac">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="26"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="610"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="26"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="610"></attvalue>
</attvalues>
<viz:size value="5.59051"></viz:size>
<viz:position x="160.75871" y="472.2657"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n337" label="Jaap Van Buul">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="13"></attvalue>
<attvalue for="numberofworks1990to2019" value="90"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="3661"></attvalue>
<attvalue for="timescited1990to2004" value="1250"></attvalue>
<attvalue for="numberofworks" value="90"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3661"></attvalue>
</attvalues>
<viz:size value="7.165202"></viz:size>
<viz:position x="206.59282" y="199.95796"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n338" label="Wencao Zhao">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="timescited" value="6"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="2"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="6"></attvalue>
</attvalues>
<viz:size value="5.0"></viz:size>
<viz:position x="643.7325" y="17.136896"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n339" label="Anand Ramamurthi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="42"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1904"></attvalue>
<attvalue for="timescited1990to2004" value="161"></attvalue>
<attvalue for="numberofworks" value="42"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
<attvalue for="timescited1990to2019" value="1904"></attvalue>
</attvalues>
<viz:size value="5.984183"></viz:size>
<viz:position x="-517.19995" y="390.9799"></viz:position>
<viz:color r="234" g="247" b="249" a="0.99607843"></viz:color>
</node>
<node id="n340" label="Michael Lilly">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="35"></attvalue>
<attvalue for="numberofworks1990to2019" value="86"></attvalue>
<attvalue for="timescited1990to1994" value="386"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="2346"></attvalue>
<attvalue for="timescited1990to2004" value="1157"></attvalue>
<attvalue for="numberofworks" value="105"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1590"></attvalue>
</attvalues>
<viz:size value="7.066784"></viz:size>
<viz:position x="-161.56847" y="-3.7708545"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n341" label="William Mahoney">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="4806"></attvalue>
<attvalue for="timescited1990to2004" value="365"></attvalue>
<attvalue for="numberofworks" value="33"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4806"></attvalue>
</attvalues>
<viz:size value="5.7627416"></viz:size>
<viz:position x="330.956" y="355.25162"></viz:position>
<viz:color r="230" g="245" b="247"></viz:color>
</node>
<node id="n342" label="Jill Weyers">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1484"></attvalue>
<attvalue for="timescited1990to2004" value="656"></attvalue>
<attvalue for="numberofworks" value="20"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1484"></attvalue>
</attvalues>
<viz:size value="5.442882"></viz:size>
<viz:position x="346.60278" y="335.4671"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n343" label="Miguel Lopez-ramirez">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="812"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="36"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="812"></attvalue>
</attvalues>
<viz:size value="5.8365555"></viz:size>
<viz:position x="-370.57318" y="16.131895"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n344" label="Diana Ramirez-bergeron">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="31"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="618"></attvalue>
<attvalue for="timescited1990to2004" value="350"></attvalue>
<attvalue for="numberofworks" value="31"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="618"></attvalue>
</attvalues>
<viz:size value="5.7135324"></viz:size>
<viz:position x="281.3239" y="72.667175"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n345" label="Aaron Proweller">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="25"></attvalue>
<attvalue for="timescited1990to1994" value="44"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="962"></attvalue>
<attvalue for="timescited1990to2004" value="120"></attvalue>
<attvalue for="numberofworks" value="25"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="962"></attvalue>
</attvalues>
<viz:size value="5.565905"></viz:size>
<viz:position x="262.33176" y="82.45599"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n346" label="Matijs Van Meurs">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="97"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="1010"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="97"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1010"></attvalue>
</attvalues>
<viz:size value="7.337434"></viz:size>
<viz:position x="275.16034" y="177.99187"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n347" label="Grietje Molema">
<attvalues>
<attvalue for="numberofworks1990to1994" value="14"></attvalue>
<attvalue for="numberofworks1990to2004" value="133"></attvalue>
<attvalue for="numberofworks1990to2019" value="323"></attvalue>
<attvalue for="timescited1990to1994" value="526"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="13377"></attvalue>
<attvalue for="timescited1990to2004" value="8402"></attvalue>
<attvalue for="numberofworks" value="323"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13377"></attvalue>
</attvalues>
<viz:size value="12.898067"></viz:size>
<viz:position x="255.81554" y="172.7934"></viz:position>
<viz:color r="220" g="241" b="240"></viz:color>
</node>
<node id="n348" label="Brekken Rolf">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="17"></attvalue>
<attvalue for="numberofworks1990to2019" value="169"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="8571"></attvalue>
<attvalue for="timescited1990to2004" value="1885"></attvalue>
<attvalue for="numberofworks" value="169"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="8571"></attvalue>
</attvalues>
<viz:size value="9.108963"></viz:size>
<viz:position x="-21.120089" y="528.68536"></viz:position>
<viz:color r="226" g="243" b="244"></viz:color>
</node>
<node id="n349" label="Michael Dellinger">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="35"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="1075"></attvalue>
<attvalue for="timescited1990to2004" value="1"></attvalue>
<attvalue for="numberofworks" value="35"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1075"></attvalue>
</attvalues>
<viz:size value="5.8119507"></viz:size>
<viz:position x="-26.705942" y="549.0308"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n350" label="Stryder Meadows">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="831"></attvalue>
<attvalue for="timescited1990to2004" value="62"></attvalue>
<attvalue for="numberofworks" value="23"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="831"></attvalue>
</attvalues>
<viz:size value="5.516696"></viz:size>
<viz:position x="160.71194" y="-191.43335"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n351" label="Catherine Shanahan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="32"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="2182"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="32"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2182"></attvalue>
</attvalues>
<viz:size value="5.7381372"></viz:size>
<viz:position x="231.22719" y="-112.39087"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n352" label="Zoltan Jackus">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="34"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="1882"></attvalue>
<attvalue for="timescited1990to2004" value="442"></attvalue>
<attvalue for="numberofworks" value="34"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1882"></attvalue>
</attvalues>
<viz:size value="5.7873464"></viz:size>
<viz:position x="-500.7691" y="200.56694"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n353" label="Hong Yang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="47"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="1064"></attvalue>
<attvalue for="timescited1990to2004" value="442"></attvalue>
<attvalue for="numberofworks" value="47"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1064"></attvalue>
</attvalues>
<viz:size value="6.1072054"></viz:size>
<viz:position x="-414.2221" y="-147.21802"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n354" label="Zhongmao Guo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="27"></attvalue>
<attvalue for="numberofworks1990to2019" value="80"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="2191"></attvalue>
<attvalue for="timescited1990to2004" value="1496"></attvalue>
<attvalue for="numberofworks" value="80"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2191"></attvalue>
</attvalues>
<viz:size value="6.9191566"></viz:size>
<viz:position x="-397.22885" y="-136.07076"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n355" label="Aiyun Wen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="27"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="387"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="27"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="387"></attvalue>
</attvalues>
<viz:size value="5.615114"></viz:size>
<viz:position x="-560.95496" y="-60.350876"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n356" label="Sukyoung Kwak">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="timescited" value="24"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="6"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="24"></attvalue>
</attvalues>
<viz:size value="5.098418"></viz:size>
<viz:position x="-546.21136" y="-32.023727"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n357" label="Robert Tomanek">
<attvalues>
<attvalue for="numberofworks1990to1994" value="21"></attvalue>
<attvalue for="numberofworks1990to2004" value="55"></attvalue>
<attvalue for="numberofworks1990to2019" value="115"></attvalue>
<attvalue for="timescited1990to1994" value="814"></attvalue>
<attvalue for="minyear" value="1960"></attvalue>
<attvalue for="timescited" value="6936"></attvalue>
<attvalue for="timescited1990to2004" value="3030"></attvalue>
<attvalue for="numberofworks" value="171"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="3949"></attvalue>
</attvalues>
<viz:size value="7.7803164"></viz:size>
<viz:position x="409.98056" y="-99.04852"></viz:position>
<viz:color r="232" g="246" b="247"></viz:color>
</node>
<node id="n358" label="H Baldwin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="17"></attvalue>
<attvalue for="numberofworks1990to2004" value="117"></attvalue>
<attvalue for="numberofworks1990to2019" value="344"></attvalue>
<attvalue for="timescited1990to1994" value="612"></attvalue>
<attvalue for="minyear" value="1894"></attvalue>
<attvalue for="timescited" value="15873"></attvalue>
<attvalue for="timescited1990to2004" value="6171"></attvalue>
<attvalue for="numberofworks" value="410"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14879"></attvalue>
</attvalues>
<viz:size value="13.4147625"></viz:size>
<viz:position x="371.42307" y="-85.655205"></viz:position>
<viz:color r="218" g="240" b="238"></viz:color>
</node>
<node id="n359" label="David Gutterman">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="75"></attvalue>
<attvalue for="numberofworks1990to2019" value="304"></attvalue>
<attvalue for="timescited1990to1994" value="112"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="13622"></attvalue>
<attvalue for="timescited1990to2004" value="4987"></attvalue>
<attvalue for="numberofworks" value="307"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="13592"></attvalue>
</attvalues>
<viz:size value="12.43058"></viz:size>
<viz:position x="431.5495" y="-107.05068"></viz:position>
<viz:color r="219" g="241" b="239"></viz:color>
</node>
<node id="n360" label="John Greenwood">
<attvalues>
<attvalue for="numberofworks1990to1994" value="27"></attvalue>
<attvalue for="numberofworks1990to2004" value="95"></attvalue>
<attvalue for="numberofworks1990to2019" value="217"></attvalue>
<attvalue for="timescited1990to1994" value="1112"></attvalue>
<attvalue for="minyear" value="1970"></attvalue>
<attvalue for="timescited" value="10778"></attvalue>
<attvalue for="timescited1990to2004" value="6049"></attvalue>
<attvalue for="numberofworks" value="255"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10292"></attvalue>
</attvalues>
<viz:size value="10.289983"></viz:size>
<viz:position x="253.32552" y="54.26798"></viz:position>
<viz:color r="224" g="242" b="242"></viz:color>
</node>
<node id="n361" label="Stephen Moss">
<attvalues>
<attvalue for="numberofworks1990to1994" value="19"></attvalue>
<attvalue for="numberofworks1990to2004" value="84"></attvalue>
<attvalue for="numberofworks1990to2019" value="219"></attvalue>
<attvalue for="timescited1990to1994" value="572"></attvalue>
<attvalue for="minyear" value="1742"></attvalue>
<attvalue for="timescited" value="11388"></attvalue>
<attvalue for="timescited1990to2004" value="6408"></attvalue>
<attvalue for="numberofworks" value="245"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10564"></attvalue>
</attvalues>
<viz:size value="10.339191"></viz:size>
<viz:position x="271.45297" y="44.552887"></viz:position>
<viz:color r="223" g="242" b="242"></viz:color>
</node>
<node id="n362" label="Patric Turowski">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="13"></attvalue>
<attvalue for="numberofworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to1994" value="195"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="2437"></attvalue>
<attvalue for="timescited1990to2004" value="1708"></attvalue>
<attvalue for="numberofworks" value="36"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2437"></attvalue>
</attvalues>
<viz:size value="5.8365555"></viz:size>
<viz:position x="254.21646" y="26.876564"></viz:position>
<viz:color r="233" g="246" b="249" a="0.99607843"></viz:color>
</node>
<node id="n363" label="Elizabeth Harrington">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="87"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="1916"></attvalue>
<attvalue for="timescited1990to2004" value="878"></attvalue>
<attvalue for="numberofworks" value="87"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1916"></attvalue>
</attvalues>
<viz:size value="7.0913887"></viz:size>
<viz:position x="481.13992" y="-624.41614"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n364" label="Joanne Lomas-neira">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="64"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="2196"></attvalue>
<attvalue for="timescited1990to2004" value="124"></attvalue>
<attvalue for="numberofworks" value="64"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2196"></attvalue>
</attvalues>
<viz:size value="6.525483"></viz:size>
<viz:position x="461.58173" y="-635.4506"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n365" label="Rui Benedito">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="32"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="4018"></attvalue>
<attvalue for="timescited1990to2004" value="558"></attvalue>
<attvalue for="numberofworks" value="32"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4018"></attvalue>
</attvalues>
<viz:size value="5.7381372"></viz:size>
<viz:position x="-68.4012" y="521.1775"></viz:position>
<viz:color r="231" g="245" b="247" a="0.99607843"></viz:color>
</node>
<node id="n366" label="Junliang Pan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="21"></attvalue>
<attvalue for="numberofworks1990to2019" value="44"></attvalue>
<attvalue for="timescited1990to1994" value="122"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="4067"></attvalue>
<attvalue for="timescited1990to2004" value="2699"></attvalue>
<attvalue for="numberofworks" value="44"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4067"></attvalue>
</attvalues>
<viz:size value="6.033392"></viz:size>
<viz:position x="-593.9268" y="-29.95557"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n367" label="Mei Speer">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="48"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="4152"></attvalue>
<attvalue for="timescited1990to2004" value="2466"></attvalue>
<attvalue for="numberofworks" value="48"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4152"></attvalue>
</attvalues>
<viz:size value="6.13181"></viz:size>
<viz:position x="283.19153" y="322.83722"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n368" label="Guo-hua Fong">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="25"></attvalue>
<attvalue for="numberofworks1990to2019" value="93"></attvalue>
<attvalue for="timescited1990to1994" value="1267"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="11996"></attvalue>
<attvalue for="timescited1990to2004" value="8234"></attvalue>
<attvalue for="numberofworks" value="98"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="11887"></attvalue>
</attvalues>
<viz:size value="7.2390156"></viz:size>
<viz:position x="101.01952" y="305.68643"></viz:position>
<viz:color r="222" g="242" b="241"></viz:color>
</node>
<node id="n369" label="Natarajan Mohan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="21"></attvalue>
<attvalue for="numberofworks1990to2019" value="76"></attvalue>
<attvalue for="timescited1990to1994" value="257"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="2040"></attvalue>
<attvalue for="timescited1990to2004" value="1028"></attvalue>
<attvalue for="numberofworks" value="76"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2040"></attvalue>
</attvalues>
<viz:size value="6.8207383"></viz:size>
<viz:position x="88.52712" y="-82.58778"></viz:position>
<viz:color r="234" g="246" b="249" a="0.99607843"></viz:color>
</node>
<node id="n370" label="Sumathy Mohan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="13"></attvalue>
<attvalue for="numberofworks1990to2019" value="48"></attvalue>
<attvalue for="timescited1990to1994" value="49"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="1273"></attvalue>
<attvalue for="timescited1990to2004" value="586"></attvalue>
<attvalue for="numberofworks" value="48"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1273"></attvalue>
</attvalues>
<viz:size value="6.13181"></viz:size>
<viz:position x="104.154205" y="-96.2748"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n371" label="Anjelica Gonzalez">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="49"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1970"></attvalue>
<attvalue for="timescited" value="585"></attvalue>
<attvalue for="timescited1990to2004" value="57"></attvalue>
<attvalue for="numberofworks" value="50"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="583"></attvalue>
</attvalues>
<viz:size value="6.156415"></viz:size>
<viz:position x="219.47363" y="116.375946"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n372" label="David Vereide">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="630"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="15"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="630"></attvalue>
</attvalues>
<viz:size value="5.3198595"></viz:size>
<viz:position x="518.1752" y="-271.9238"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n373" label="Daniel Greif">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="6"></attvalue>
<attvalue for="numberofworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="1700"></attvalue>
<attvalue for="timescited1990to2004" value="932"></attvalue>
<attvalue for="numberofworks" value="29"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1700"></attvalue>
</attvalues>
<viz:size value="5.6643233"></viz:size>
<viz:position x="-86.2993" y="506.21622"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n374" label="Maria Frid">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="15"></attvalue>
<attvalue for="numberofworks1990to2019" value="43"></attvalue>
<attvalue for="timescited1990to1994" value="274"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="4164"></attvalue>
<attvalue for="timescited1990to2004" value="1863"></attvalue>
<attvalue for="numberofworks" value="43"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4164"></attvalue>
</attvalues>
<viz:size value="6.008787"></viz:size>
<viz:position x="-129.09056" y="-430.4396"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n375" label="Clint Miller">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="70"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="1130"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="70"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1130"></attvalue>
</attvalues>
<viz:size value="6.673111"></viz:size>
<viz:position x="222.26018" y="147.14331"></viz:position>
<viz:color r="235" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n376" label="Andrew Mcculloch">
<attvalues>
<attvalue for="numberofworks1990to1994" value="20"></attvalue>
<attvalue for="numberofworks1990to2004" value="115"></attvalue>
<attvalue for="numberofworks1990to2019" value="330"></attvalue>
<attvalue for="timescited1990to1994" value="2798"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="timescited" value="15197"></attvalue>
<attvalue for="timescited1990to2004" value="9963"></attvalue>
<attvalue for="numberofworks" value="335"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="15022"></attvalue>
</attvalues>
<viz:size value="13.070299"></viz:size>
<viz:position x="95.690125" y="-247.17093"></viz:position>
<viz:color r="218" g="240" b="238"></viz:color>
</node>
<node id="n377" label="Prachi Singh">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="105"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1247"></attvalue>
<attvalue for="timescited1990to2004" value="66"></attvalue>
<attvalue for="numberofworks" value="105"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1247"></attvalue>
</attvalues>
<viz:size value="7.5342703"></viz:size>
<viz:position x="8.27874" y="-744.818"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n378" label="Anthony Passerini">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="1138"></attvalue>
<attvalue for="timescited1990to2004" value="620"></attvalue>
<attvalue for="numberofworks" value="29"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1138"></attvalue>
</attvalues>
<viz:size value="5.6643233"></viz:size>
<viz:position x="7.758975" y="-767.2285"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n379" label="Xiaowu Gu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="161"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="23"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="161"></attvalue>
</attvalues>
<viz:size value="5.516696"></viz:size>
<viz:position x="143.73698" y="-264.52292"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n380" label="Rama Natarajan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="35"></attvalue>
<attvalue for="numberofworks1990to2004" value="162"></attvalue>
<attvalue for="numberofworks1990to2019" value="358"></attvalue>
<attvalue for="timescited1990to1994" value="2145"></attvalue>
<attvalue for="minyear" value="1958"></attvalue>
<attvalue for="timescited" value="17908"></attvalue>
<attvalue for="timescited1990to2004" value="7959"></attvalue>
<attvalue for="numberofworks" value="380"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="17421"></attvalue>
</attvalues>
<viz:size value="13.759227"></viz:size>
<viz:position x="-286.8982" y="63.663048"></viz:position>
<viz:color r="215" g="239" b="236"></viz:color>
</node>
<node id="n381" label="Alisa Clyne">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="80"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="1656"></attvalue>
<attvalue for="timescited1990to2004" value="135"></attvalue>
<attvalue for="numberofworks" value="80"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1656"></attvalue>
</attvalues>
<viz:size value="6.9191566"></viz:size>
<viz:position x="-29.44224" y="-632.417"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n382" label="Philip King">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="34"></attvalue>
<attvalue for="timescited1990to1994" value="150"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="1367"></attvalue>
<attvalue for="timescited1990to2004" value="220"></attvalue>
<attvalue for="numberofworks" value="34"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1367"></attvalue>
</attvalues>
<viz:size value="5.7873464"></viz:size>
<viz:position x="-230.14722" y="517.51556"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n383" label="Julie Goodwin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="321"></attvalue>
<attvalue for="timescited1990to2004" value="33"></attvalue>
<attvalue for="numberofworks" value="15"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="321"></attvalue>
</attvalues>
<viz:size value="5.3198595"></viz:size>
<viz:position x="251.50273" y="317.11063"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n384" label="Chen Lu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="131"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1966"></attvalue>
<attvalue for="timescited" value="2897"></attvalue>
<attvalue for="timescited1990to2004" value="412"></attvalue>
<attvalue for="numberofworks" value="133"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2895"></attvalue>
</attvalues>
<viz:size value="8.173989"></viz:size>
<viz:position x="30.64431" y="462.22726"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n385" label="Angela Coxon">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="15"></attvalue>
<attvalue for="numberofworks1990to2019" value="138"></attvalue>
<attvalue for="timescited1990to1994" value="225"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="6037"></attvalue>
<attvalue for="timescited1990to2004" value="2507"></attvalue>
<attvalue for="numberofworks" value="138"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6037"></attvalue>
</attvalues>
<viz:size value="8.346222"></viz:size>
<viz:position x="-467.69455" y="142.56046"></viz:position>
<viz:color r="229" g="244" b="246"></viz:color>
</node>
<node id="n386" label="Lydia Sorokin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="58"></attvalue>
<attvalue for="numberofworks1990to2019" value="150"></attvalue>
<attvalue for="timescited1990to1994" value="852"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="12508"></attvalue>
<attvalue for="timescited1990to2004" value="4755"></attvalue>
<attvalue for="numberofworks" value="153"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12482"></attvalue>
</attvalues>
<viz:size value="8.641477"></viz:size>
<viz:position x="-472.51862" y="-229.92107"></viz:position>
<viz:color r="221" g="241" b="240"></viz:color>
</node>
<node id="n387" label="Daniel Rifkin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="49"></attvalue>
<attvalue for="numberofworks1990to2004" value="106"></attvalue>
<attvalue for="numberofworks1990to2019" value="161"></attvalue>
<attvalue for="timescited1990to1994" value="8951"></attvalue>
<attvalue for="minyear" value="1965"></attvalue>
<attvalue for="timescited" value="34021"></attvalue>
<attvalue for="timescited1990to2004" value="18193"></attvalue>
<attvalue for="numberofworks" value="234"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="22512"></attvalue>
</attvalues>
<viz:size value="8.912127"></viz:size>
<viz:position x="-480.63287" y="-376.43912"></viz:position>
<viz:color r="208" g="236" b="232"></viz:color>
</node>
<node id="n388" label="Sophie Astrof">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="1027"></attvalue>
<attvalue for="timescited1990to2004" value="385"></attvalue>
<attvalue for="numberofworks" value="29"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1027"></attvalue>
</attvalues>
<viz:size value="5.6643233"></viz:size>
<viz:position x="-519.5506" y="135.6799"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n389" label="Scott Wong">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="68"></attvalue>
<attvalue for="timescited1990to1994" value="61"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="3017"></attvalue>
<attvalue for="timescited1990to2004" value="975"></attvalue>
<attvalue for="numberofworks" value="71"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2663"></attvalue>
</attvalues>
<viz:size value="6.6239014"></viz:size>
<viz:position x="-103.560165" y="614.52454"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n390" label="Susmita Sahoo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="4"></attvalue>
<attvalue for="numberofworks1990to2019" value="59"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="2849"></attvalue>
<attvalue for="timescited1990to2004" value="74"></attvalue>
<attvalue for="numberofworks" value="59"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2849"></attvalue>
</attvalues>
<viz:size value="6.4024606"></viz:size>
<viz:position x="125.66682" y="13.812589"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n391" label="Hana Totary-jain">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="32"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="1072"></attvalue>
<attvalue for="timescited1990to2004" value="314"></attvalue>
<attvalue for="numberofworks" value="32"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1072"></attvalue>
</attvalues>
<viz:size value="5.7381372"></viz:size>
<viz:position x="-614.9254" y="93.26871"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n392" label="Raphael Lis">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="49"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="1467"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="49"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1467"></attvalue>
</attvalues>
<viz:size value="6.156415"></viz:size>
<viz:position x="77.05004" y="308.8074"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n393" label="Karen Moulton">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="16"></attvalue>
<attvalue for="numberofworks1990to2019" value="32"></attvalue>
<attvalue for="timescited1990to1994" value="259"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="2960"></attvalue>
<attvalue for="timescited1990to2004" value="2530"></attvalue>
<attvalue for="numberofworks" value="32"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2960"></attvalue>
</attvalues>
<viz:size value="5.7381372"></viz:size>
<viz:position x="0.7601544" y="35.399597"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n394" label="Yang Lee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="46"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="837"></attvalue>
<attvalue for="timescited1990to2004" value="118"></attvalue>
<attvalue for="numberofworks" value="47"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="837"></attvalue>
</attvalues>
<viz:size value="6.082601"></viz:size>
<viz:position x="291.87183" y="-176.00351"></viz:position>
<viz:color r="235" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n395" label="Mehran Sadeghi">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="67"></attvalue>
<attvalue for="timescited1990to1994" value="45"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="2040"></attvalue>
<attvalue for="timescited1990to2004" value="743"></attvalue>
<attvalue for="numberofworks" value="67"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2040"></attvalue>
</attvalues>
<viz:size value="6.599297"></viz:size>
<viz:position x="-142.36913" y="-184.61398"></viz:position>
<viz:color r="234" g="246" b="249" a="0.99607843"></viz:color>
</node>
<node id="n396" label="Alan Morrison">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="24"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="134"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="24"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="134"></attvalue>
</attvalues>
<viz:size value="5.541301"></viz:size>
<viz:position x="-163.3225" y="-198.77733"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n397" label="Albert Sinusas">
<attvalues>
<attvalue for="numberofworks1990to1994" value="13"></attvalue>
<attvalue for="numberofworks1990to2004" value="76"></attvalue>
<attvalue for="numberofworks1990to2019" value="302"></attvalue>
<attvalue for="timescited1990to1994" value="527"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="timescited" value="7196"></attvalue>
<attvalue for="timescited1990to2004" value="3472"></attvalue>
<attvalue for="numberofworks" value="303"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7186"></attvalue>
</attvalues>
<viz:size value="12.381371"></viz:size>
<viz:position x="-161.61714" y="-176.50766"></viz:position>
<viz:color r="227" g="244" b="245"></viz:color>
</node>
<node id="n398" label="Babak Razan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="40"></attvalue>
<attvalue for="numberofworks1990to2019" value="96"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="9934"></attvalue>
<attvalue for="timescited1990to2004" value="8145"></attvalue>
<attvalue for="numberofworks" value="96"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9934"></attvalue>
</attvalues>
<viz:size value="7.3128295"></viz:size>
<viz:position x="175.55617" y="138.88443"></viz:position>
<viz:color r="224" g="242" b="242"></viz:color>
</node>
<node id="n399" label="Patty Lee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="35"></attvalue>
<attvalue for="numberofworks1990to2019" value="233"></attvalue>
<attvalue for="timescited1990to1994" value="14"></attvalue>
<attvalue for="minyear" value="1973"></attvalue>
<attvalue for="timescited" value="8764"></attvalue>
<attvalue for="timescited1990to2004" value="4222"></attvalue>
<attvalue for="numberofworks" value="235"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="8641"></attvalue>
</attvalues>
<viz:size value="10.683656"></viz:size>
<viz:position x="191.28177" y="121.82457"></viz:position>
<viz:color r="226" g="243" b="243"></viz:color>
</node>
<node id="n400" label="Raul Guzman">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="24"></attvalue>
<attvalue for="numberofworks1990to2019" value="110"></attvalue>
<attvalue for="timescited1990to1994" value="895"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="2702"></attvalue>
<attvalue for="timescited1990to2004" value="1562"></attvalue>
<attvalue for="numberofworks" value="110"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2702"></attvalue>
</attvalues>
<viz:size value="7.6572933"></viz:size>
<viz:position x="383.67398" y="-107.98585"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n401" label="Nicholas Gale">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="32"></attvalue>
<attvalue for="numberofworks1990to2019" value="71"></attvalue>
<attvalue for="timescited1990to1994" value="799"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="19034"></attvalue>
<attvalue for="timescited1990to2004" value="14220"></attvalue>
<attvalue for="numberofworks" value="71"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="19034"></attvalue>
</attvalues>
<viz:size value="6.6977153"></viz:size>
<viz:position x="-640.1329" y="-149.48042"></viz:position>
<viz:color r="213" g="238" b="235"></viz:color>
</node>
<node id="n402" label="Mary Weiser-evans">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="54"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="1906"></attvalue>
<attvalue for="timescited1990to2004" value="413"></attvalue>
<attvalue for="numberofworks" value="54"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1906"></attvalue>
</attvalues>
<viz:size value="6.2794375"></viz:size>
<viz:position x="-8.611577" y="55.42983"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n403" label="Erik Lontok">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="371"></attvalue>
<attvalue for="timescited1990to2004" value="90"></attvalue>
<attvalue for="numberofworks" value="10"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="371"></attvalue>
</attvalues>
<viz:size value="5.1968365"></viz:size>
<viz:position x="-376.10025" y="-514.0027"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n404" label="Igor Prudovsky">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="40"></attvalue>
<attvalue for="numberofworks1990to2019" value="112"></attvalue>
<attvalue for="timescited1990to1994" value="113"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="timescited" value="3411"></attvalue>
<attvalue for="timescited1990to2004" value="2027"></attvalue>
<attvalue for="numberofworks" value="114"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3396"></attvalue>
</attvalues>
<viz:size value="7.706503"></viz:size>
<viz:position x="4.1286936" y="538.71234"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n405" label="Domenick Falcone">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="28"></attvalue>
<attvalue for="timescited1990to1994" value="125"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="timescited" value="1265"></attvalue>
<attvalue for="timescited1990to2004" value="327"></attvalue>
<attvalue for="numberofworks" value="29"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1216"></attvalue>
</attvalues>
<viz:size value="5.639719"></viz:size>
<viz:position x="-433.82474" y="-436.58035"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n406" label="Peter Hordijk">
<attvalues>
<attvalue for="numberofworks1990to1994" value="12"></attvalue>
<attvalue for="numberofworks1990to2004" value="34"></attvalue>
<attvalue for="numberofworks1990to2019" value="155"></attvalue>
<attvalue for="timescited1990to1994" value="1403"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="9108"></attvalue>
<attvalue for="timescited1990to2004" value="4367"></attvalue>
<attvalue for="numberofworks" value="155"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9108"></attvalue>
</attvalues>
<viz:size value="8.7645"></viz:size>
<viz:position x="211.30247" y="179.85011"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n407" label="Justin Weinbaum">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="445"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="23"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="445"></attvalue>
</attvalues>
<viz:size value="5.516696"></viz:size>
<viz:position x="-321.0706" y="-122.51024"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n408" label="Kai Song">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="335"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="15"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="335"></attvalue>
</attvalues>
<viz:size value="5.3198595"></viz:size>
<viz:position x="-488.41547" y="-68.06895"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n409" label="Susan Smyth">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="39"></attvalue>
<attvalue for="numberofworks1990to2019" value="302"></attvalue>
<attvalue for="timescited1990to1994" value="465"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="7413"></attvalue>
<attvalue for="timescited1990to2004" value="1374"></attvalue>
<attvalue for="numberofworks" value="302"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7413"></attvalue>
</attvalues>
<viz:size value="12.381371"></viz:size>
<viz:position x="199.60152" y="-1.3638579"></viz:position>
<viz:color r="227" g="244" b="244"></viz:color>
</node>
<node id="n410" label="Xiaoping Du">
<attvalues>
<attvalue for="numberofworks1990to1994" value="17"></attvalue>
<attvalue for="numberofworks1990to2004" value="71"></attvalue>
<attvalue for="numberofworks1990to2019" value="195"></attvalue>
<attvalue for="timescited1990to1994" value="2320"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="8410"></attvalue>
<attvalue for="timescited1990to2004" value="4569"></attvalue>
<attvalue for="numberofworks" value="203"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7847"></attvalue>
</attvalues>
<viz:size value="9.748682"></viz:size>
<viz:position x="-344.95807" y="53.24481"></viz:position>
<viz:color r="227" g="244" b="244"></viz:color>
</node>
<node id="n411" label="Victor Rizzo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="52"></attvalue>
<attvalue for="timescited1990to1994" value="62"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="2262"></attvalue>
<attvalue for="timescited1990to2004" value="860"></attvalue>
<attvalue for="numberofworks" value="54"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1978"></attvalue>
</attvalues>
<viz:size value="6.2302284"></viz:size>
<viz:position x="187.3298" y="21.00266"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n412" label="Zhiyu Dai">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="38"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="516"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="38"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="516"></attvalue>
</attvalues>
<viz:size value="5.8857646"></viz:size>
<viz:position x="-369.6466" y="119.54652"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n413" label="William Westlin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="13"></attvalue>
<attvalue for="numberofworks1990to2019" value="52"></attvalue>
<attvalue for="timescited1990to1994" value="99"></attvalue>
<attvalue for="minyear" value="1966"></attvalue>
<attvalue for="timescited" value="2485"></attvalue>
<attvalue for="timescited1990to2004" value="1412"></attvalue>
<attvalue for="numberofworks" value="61"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2334"></attvalue>
</attvalues>
<viz:size value="6.2302284"></viz:size>
<viz:position x="-284.85672" y="-473.4422"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n414" label="Shigeki Higashiyama">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="98"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="timescited" value="3089"></attvalue>
<attvalue for="timescited1990to2004" value="817"></attvalue>
<attvalue for="numberofworks" value="98"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3089"></attvalue>
</attvalues>
<viz:size value="7.3620386"></viz:size>
<viz:position x="-27.313427" y="457.32755"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n415" label="Wang Min">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="23"></attvalue>
<attvalue for="numberofworks1990to2019" value="215"></attvalue>
<attvalue for="timescited1990to1994" value="25"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="10552"></attvalue>
<attvalue for="timescited1990to2004" value="2213"></attvalue>
<attvalue for="numberofworks" value="216"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="10552"></attvalue>
</attvalues>
<viz:size value="10.240773"></viz:size>
<viz:position x="6.597249" y="460.901"></viz:position>
<viz:color r="223" g="242" b="242" a="0.99607843"></viz:color>
</node>
<node id="n416" label="Cynthia St. Hilaire">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="37"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="2262"></attvalue>
<attvalue for="timescited1990to2004" value="268"></attvalue>
<attvalue for="numberofworks" value="37"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2262"></attvalue>
</attvalues>
<viz:size value="5.86116"></viz:size>
<viz:position x="-204.85205" y="170.96588"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n417" label="Karim Brandt">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="4"></attvalue>
<attvalue for="numberofworks1990to2019" value="52"></attvalue>
<attvalue for="timescited1990to1994" value="3"></attvalue>
<attvalue for="minyear" value="1725"></attvalue>
<attvalue for="timescited" value="4529"></attvalue>
<attvalue for="timescited1990to2004" value="71"></attvalue>
<attvalue for="numberofworks" value="66"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4426"></attvalue>
</attvalues>
<viz:size value="6.2302284"></viz:size>
<viz:position x="-177.17352" y="309.94626"></viz:position>
<viz:color r="231" g="245" b="247" a="0.99607843"></viz:color>
</node>
<node id="n418" label="Sara Nunes Vasconcelos">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1400"></attvalue>
<attvalue for="timescited1990to2004" value="72"></attvalue>
<attvalue for="numberofworks" value="36"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1400"></attvalue>
</attvalues>
<viz:size value="5.8365555"></viz:size>
<viz:position x="117.94258" y="-555.88965"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n419" label="Weilan Ye">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="16"></attvalue>
<attvalue for="numberofworks1990to2019" value="94"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="4327"></attvalue>
<attvalue for="timescited1990to2004" value="2370"></attvalue>
<attvalue for="numberofworks" value="94"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4327"></attvalue>
</attvalues>
<viz:size value="7.2636204"></viz:size>
<viz:position x="4.2856355" y="-265.99347"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n420" label="Maria Febbrario">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="27"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="1186"></attvalue>
<attvalue for="timescited1990to2004" value="141"></attvalue>
<attvalue for="numberofworks" value="27"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1186"></attvalue>
</attvalues>
<viz:size value="5.615114"></viz:size>
<viz:position x="-455.43613" y="-462.4494"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n421" label="Princess Imoukhuede">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="21"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="timescited" value="319"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="21"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="319"></attvalue>
</attvalues>
<viz:size value="5.467487"></viz:size>
<viz:position x="-119.445595" y="-49.135086"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n422" label="Howard Kruth">
<attvalues>
<attvalue for="numberofworks1990to1994" value="18"></attvalue>
<attvalue for="numberofworks1990to2004" value="46"></attvalue>
<attvalue for="numberofworks1990to2019" value="103"></attvalue>
<attvalue for="timescited1990to1994" value="667"></attvalue>
<attvalue for="minyear" value="1978"></attvalue>
<attvalue for="timescited" value="8150"></attvalue>
<attvalue for="timescited1990to2004" value="4031"></attvalue>
<attvalue for="numberofworks" value="132"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5815"></attvalue>
</attvalues>
<viz:size value="7.4850616"></viz:size>
<viz:position x="-23.455599" y="-582.45416"></viz:position>
<viz:color r="229" g="245" b="246"></viz:color>
</node>
<node id="n423" label="Kishore Wary">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="28"></attvalue>
<attvalue for="numberofworks1990to2019" value="110"></attvalue>
<attvalue for="timescited1990to1994" value="172"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="5287"></attvalue>
<attvalue for="timescited1990to2004" value="3889"></attvalue>
<attvalue for="numberofworks" value="113"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5206"></attvalue>
</attvalues>
<viz:size value="7.6572933"></viz:size>
<viz:position x="-361.32837" y="95.8232"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n424" label="Elaine Shelton">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1956"></attvalue>
<attvalue for="timescited" value="170"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="17"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="164"></attvalue>
</attvalues>
<viz:size value="5.344464"></viz:size>
<viz:position x="-193.85423" y="-280.9235"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n425" label="Jolene Clarke">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="4"></attvalue>
<attvalue for="numberofworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="203"></attvalue>
<attvalue for="timescited1990to2004" value="203"></attvalue>
<attvalue for="numberofworks" value="4"></attvalue>
<attvalue for="maxyear" value="1997"></attvalue>
<attvalue for="timescited1990to2019" value="203"></attvalue>
</attvalues>
<viz:size value="5.049209"></viz:size>
<viz:position x="-380.1724" y="483.5117"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n426" label="Kevin Carnevale">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="timescited" value="126"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="3"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="126"></attvalue>
</attvalues>
<viz:size value="5.024605"></viz:size>
<viz:position x="-259.648" y="543.36304"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n427" label="Yi Wu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="2"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="186"></attvalue>
<attvalue for="timescited1990to1994" value="10"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="1263"></attvalue>
<attvalue for="timescited1990to2004" value="258"></attvalue>
<attvalue for="numberofworks" value="187"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1196"></attvalue>
</attvalues>
<viz:size value="9.527241"></viz:size>
<viz:position x="-328.31848" y="-507.05948"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n428" label="June Wu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="34"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="681"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="34"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="681"></attvalue>
</attvalues>
<viz:size value="5.7873464"></viz:size>
<viz:position x="116.568954" y="560.8073"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n429" label="Alexandra Lucas">
<attvalues>
<attvalue for="numberofworks1990to1994" value="7"></attvalue>
<attvalue for="numberofworks1990to2004" value="52"></attvalue>
<attvalue for="numberofworks1990to2019" value="159"></attvalue>
<attvalue for="timescited1990to1994" value="121"></attvalue>
<attvalue for="minyear" value="1977"></attvalue>
<attvalue for="timescited" value="3773"></attvalue>
<attvalue for="timescited1990to2004" value="2366"></attvalue>
<attvalue for="numberofworks" value="163"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3588"></attvalue>
</attvalues>
<viz:size value="8.862917"></viz:size>
<viz:position x="166.10481" y="191.8997"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n430" label="Masanobu Komatsu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="33"></attvalue>
<attvalue for="numberofworks1990to2019" value="103"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1970"></attvalue>
<attvalue for="timescited" value="2739"></attvalue>
<attvalue for="timescited1990to2004" value="1754"></attvalue>
<attvalue for="numberofworks" value="104"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2739"></attvalue>
</attvalues>
<viz:size value="7.4850616"></viz:size>
<viz:position x="600.22894" y="-148.02527"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n431" label="Richard Pierce">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="24"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="191"></attvalue>
<attvalue for="timescited1990to2004" value="8"></attvalue>
<attvalue for="numberofworks" value="24"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="191"></attvalue>
</attvalues>
<viz:size value="5.541301"></viz:size>
<viz:position x="225.94168" y="53.5435"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n432" label="Sabah Hussain">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="48"></attvalue>
<attvalue for="numberofworks1990to2019" value="113"></attvalue>
<attvalue for="timescited1990to1994" value="88"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="timescited" value="5317"></attvalue>
<attvalue for="timescited1990to2004" value="2681"></attvalue>
<attvalue for="numberofworks" value="114"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5282"></attvalue>
</attvalues>
<viz:size value="7.731107"></viz:size>
<viz:position x="-567.3292" y="83.72015"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n433" label="Ruth-maria Korth">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="17"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1978"></attvalue>
<attvalue for="timescited" value="76"></attvalue>
<attvalue for="timescited1990to2004" value="59"></attvalue>
<attvalue for="numberofworks" value="20"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="76"></attvalue>
</attvalues>
<viz:size value="5.3690686"></viz:size>
<viz:position x="637.6703" y="83.49315"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n434" label="Rafael Rubio">
<attvalues>
<attvalue for="numberofworks1990to1994" value="8"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="62"></attvalue>
<attvalue for="timescited1990to1994" value="190"></attvalue>
<attvalue for="minyear" value="1968"></attvalue>
<attvalue for="timescited" value="7740"></attvalue>
<attvalue for="timescited1990to2004" value="484"></attvalue>
<attvalue for="numberofworks" value="145"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1062"></attvalue>
</attvalues>
<viz:size value="6.476274"></viz:size>
<viz:position x="-92.94632" y="656.03204"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n435" label="Brenda Lilly">
<attvalues>
<attvalue for="numberofworks1990to1994" value="6"></attvalue>
<attvalue for="numberofworks1990to2004" value="17"></attvalue>
<attvalue for="numberofworks1990to2019" value="68"></attvalue>
<attvalue for="timescited1990to1994" value="677"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="timescited" value="2650"></attvalue>
<attvalue for="timescited1990to2004" value="1366"></attvalue>
<attvalue for="numberofworks" value="68"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2650"></attvalue>
</attvalues>
<viz:size value="6.6239014"></viz:size>
<viz:position x="-153.52019" y="-297.3216"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n436" label="Evgenia Gerasimovskaya">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="55"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="1502"></attvalue>
<attvalue for="timescited1990to2004" value="386"></attvalue>
<attvalue for="numberofworks" value="55"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1502"></attvalue>
</attvalues>
<viz:size value="6.3040423"></viz:size>
<viz:position x="-140.31969" y="-449.26553"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n437" label="Susan Majka">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="7"></attvalue>
<attvalue for="numberofworks1990to2019" value="59"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="5087"></attvalue>
<attvalue for="timescited1990to2004" value="3424"></attvalue>
<attvalue for="numberofworks" value="59"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5087"></attvalue>
</attvalues>
<viz:size value="6.4024606"></viz:size>
<viz:position x="150.94899" y="558.4052"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n438" label="David Dichek">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="274"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="13"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="274"></attvalue>
</attvalues>
<viz:size value="5.2706504"></viz:size>
<viz:position x="-566.735" y="354.69595"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n439" label="R Clinton Webb">
<attvalues>
<attvalue for="numberofworks1990to1994" value="41"></attvalue>
<attvalue for="numberofworks1990to2004" value="149"></attvalue>
<attvalue for="numberofworks1990to2019" value="457"></attvalue>
<attvalue for="timescited1990to1994" value="871"></attvalue>
<attvalue for="minyear" value="1916"></attvalue>
<attvalue for="timescited" value="18471"></attvalue>
<attvalue for="timescited1990to2004" value="6777"></attvalue>
<attvalue for="numberofworks" value="565"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="14643"></attvalue>
</attvalues>
<viz:size value="16.19508"></viz:size>
<viz:position x="322.43143" y="-155.52202"></viz:position>
<viz:color r="218" g="240" b="239"></viz:color>
</node>
<node id="n440" label="Myron Cybulsky">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="timescited" value="1459"></attvalue>
<attvalue for="timescited1990to2004" value="886"></attvalue>
<attvalue for="numberofworks" value="15"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1459"></attvalue>
</attvalues>
<viz:size value="5.3198595"></viz:size>
<viz:position x="-257.72787" y="-508.59473"></viz:position>
<viz:color r="235" g="247" b="249" a="0.99607843"></viz:color>
</node>
<node id="n441" label="Diane Darland">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="timescited" value="627"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="13"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="627"></attvalue>
</attvalues>
<viz:size value="5.2706504"></viz:size>
<viz:position x="146.81364" y="-343.60037"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n442" label="Noelia Escobedo">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="206"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="15"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="206"></attvalue>
</attvalues>
<viz:size value="5.3198595"></viz:size>
<viz:position x="-529.44183" y="-112.91979"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n443" label="Giorgia Jurisic">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="17"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="569"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="17"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="569"></attvalue>
</attvalues>
<viz:size value="5.3690686"></viz:size>
<viz:position x="451.1812" y="-353.64807"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n444" label="Jeffrey Essner">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="49"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="4133"></attvalue>
<attvalue for="timescited1990to2004" value="1505"></attvalue>
<attvalue for="numberofworks" value="49"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4133"></attvalue>
</attvalues>
<viz:size value="6.156415"></viz:size>
<viz:position x="168.41641" y="-218.06189"></viz:position>
<viz:color r="231" g="245" b="247" a="0.99607843"></viz:color>
</node>
<node id="n445" label="Aaron Barchowsky">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="73"></attvalue>
<attvalue for="numberofworks1990to2019" value="140"></attvalue>
<attvalue for="timescited1990to1994" value="352"></attvalue>
<attvalue for="minyear" value="1957"></attvalue>
<attvalue for="timescited" value="7425"></attvalue>
<attvalue for="timescited1990to2004" value="4197"></attvalue>
<attvalue for="numberofworks" value="167"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="6675"></attvalue>
</attvalues>
<viz:size value="8.395431"></viz:size>
<viz:position x="352.51514" y="73.74416"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n446" label="Paul Dimayuga">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="timescited" value="636"></attvalue>
<attvalue for="timescited1990to2004" value="479"></attvalue>
<attvalue for="numberofworks" value="9"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="636"></attvalue>
</attvalues>
<viz:size value="5.172232"></viz:size>
<viz:position x="-302.93314" y="446.68552"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n447" label="Breuer Christopher">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="117"></attvalue>
<attvalue for="timescited1990to1994" value="15"></attvalue>
<attvalue for="minyear" value="1972"></attvalue>
<attvalue for="timescited" value="2060"></attvalue>
<attvalue for="timescited1990to2004" value="15"></attvalue>
<attvalue for="numberofworks" value="118"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2060"></attvalue>
</attvalues>
<viz:size value="7.8295255"></viz:size>
<viz:position x="-183.53949" y="-186.78421"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n448" label="Linda Shapiro">
<attvalues>
<attvalue for="numberofworks1990to1994" value="17"></attvalue>
<attvalue for="numberofworks1990to2004" value="54"></attvalue>
<attvalue for="numberofworks1990to2019" value="108"></attvalue>
<attvalue for="timescited1990to1994" value="1768"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="timescited" value="5793"></attvalue>
<attvalue for="timescited1990to2004" value="4341"></attvalue>
<attvalue for="numberofworks" value="113"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5184"></attvalue>
</attvalues>
<viz:size value="7.6080847"></viz:size>
<viz:position x="122.994774" y="300.54446"></viz:position>
<viz:color r="230" g="245" b="246"></viz:color>
</node>
<node id="n449" label="Saulius Sumanas">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="40"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="1601"></attvalue>
<attvalue for="timescited1990to2004" value="495"></attvalue>
<attvalue for="numberofworks" value="40"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1601"></attvalue>
</attvalues>
<viz:size value="5.9349737"></viz:size>
<viz:position x="-7.533843" y="-242.97807"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n450" label="Angela Glading">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="11"></attvalue>
<attvalue for="numberofworks1990to2019" value="31"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="2104"></attvalue>
<attvalue for="timescited1990to2004" value="1443"></attvalue>
<attvalue for="numberofworks" value="31"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="2104"></attvalue>
</attvalues>
<viz:size value="5.7135324"></viz:size>
<viz:position x="-412.42487" y="46.799934"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n451" label="Rong Wang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="18"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="760"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="18"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="760"></attvalue>
</attvalues>
<viz:size value="5.393673"></viz:size>
<viz:position x="-102.06762" y="537.24524"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n452" label="Corinne Nielsen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="timescited" value="1910"></attvalue>
<attvalue for="timescited1990to2004" value="1790"></attvalue>
<attvalue for="numberofworks" value="8"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="1910"></attvalue>
</attvalues>
<viz:size value="5.1476274"></viz:size>
<viz:position x="-122.96692" y="543.8986"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n453" label="Linda Mcmanus">
<attvalues>
<attvalue for="numberofworks1990to1994" value="7"></attvalue>
<attvalue for="numberofworks1990to2004" value="19"></attvalue>
<attvalue for="numberofworks1990to2019" value="65"></attvalue>
<attvalue for="timescited1990to1994" value="255"></attvalue>
<attvalue for="minyear" value="1975"></attvalue>
<attvalue for="timescited" value="7430"></attvalue>
<attvalue for="timescited1990to2004" value="992"></attvalue>
<attvalue for="numberofworks" value="119"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="2893"></attvalue>
</attvalues>
<viz:size value="6.550088"></viz:size>
<viz:position x="-299.29193" y="-534.6125"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n454" label="Tudor Oprea">
<attvalues>
<attvalue for="numberofworks1990to1994" value="14"></attvalue>
<attvalue for="numberofworks1990to2004" value="79"></attvalue>
<attvalue for="numberofworks1990to2019" value="329"></attvalue>
<attvalue for="timescited1990to1994" value="487"></attvalue>
<attvalue for="minyear" value="1769"></attvalue>
<attvalue for="timescited" value="16451"></attvalue>
<attvalue for="timescited1990to2004" value="6357"></attvalue>
<attvalue for="numberofworks" value="330"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="16451"></attvalue>
</attvalues>
<viz:size value="13.045694"></viz:size>
<viz:position x="-292.13266" y="520.25854"></viz:position>
<viz:color r="216" g="239" b="237"></viz:color>
</node>
<node id="n455" label="Vijay Ganta">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="67"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="1572"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="67"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1572"></attvalue>
</attvalues>
<viz:size value="6.599297"></viz:size>
<viz:position x="-147.16524" y="-32.097725"></viz:position>
<viz:color r="235" g="247" b="249"></viz:color>
</node>
<node id="n456" label="Qing Miao">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="26"></attvalue>
<attvalue for="numberofworks1990to2019" value="86"></attvalue>
<attvalue for="timescited1990to1994" value="5"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="timescited" value="2661"></attvalue>
<attvalue for="timescited1990to2004" value="1007"></attvalue>
<attvalue for="numberofworks" value="86"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2661"></attvalue>
</attvalues>
<viz:size value="7.066784"></viz:size>
<viz:position x="223.81288" y="230.9064"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n457" label="Warren Lee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="92"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="4007"></attvalue>
<attvalue for="timescited1990to2004" value="2044"></attvalue>
<attvalue for="numberofworks" value="92"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4007"></attvalue>
</attvalues>
<viz:size value="7.2144113"></viz:size>
<viz:position x="133.2426" y="-94.832466"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n458" label="Andreas Beyer">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="42"></attvalue>
<attvalue for="numberofworks1990to2019" value="162"></attvalue>
<attvalue for="timescited1990to1994" value="768"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="timescited" value="7463"></attvalue>
<attvalue for="timescited1990to2004" value="3488"></attvalue>
<attvalue for="numberofworks" value="162"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7463"></attvalue>
</attvalues>
<viz:size value="8.936731"></viz:size>
<viz:position x="228.0377" y="360.91464"></viz:position>
<viz:color r="227" g="244" b="244"></viz:color>
</node>
<node id="n459" label="Matthias Mann">
<attvalues>
<attvalue for="numberofworks1990to1994" value="28"></attvalue>
<attvalue for="numberofworks1990to2004" value="401"></attvalue>
<attvalue for="numberofworks1990to2019" value="1053"></attvalue>
<attvalue for="timescited1990to1994" value="8098"></attvalue>
<attvalue for="minyear" value="1947"></attvalue>
<attvalue for="timescited" value="224350"></attvalue>
<attvalue for="timescited1990to2004" value="115275"></attvalue>
<attvalue for="numberofworks" value="1065"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="214515"></attvalue>
<attvalue for="show_label" value="true"></attvalue>
</attvalues>
<viz:size value="30.859402"></viz:size>
<viz:position x="221.03673" y="339.8001"></viz:position>
<viz:color r="0" g="109" b="44"></viz:color>
</node>
<node id="n460" label="Hannah Cebull">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="timescited" value="28"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="3"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="28"></attvalue>
</attvalues>
<viz:size value="5.024605"></viz:size>
<viz:position x="82.156425" y="-617.8567"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n461" label="Paul Dicorleto">
<attvalues>
<attvalue for="numberofworks1990to1994" value="9"></attvalue>
<attvalue for="numberofworks1990to2004" value="28"></attvalue>
<attvalue for="numberofworks1990to2019" value="66"></attvalue>
<attvalue for="timescited1990to1994" value="438"></attvalue>
<attvalue for="minyear" value="1973"></attvalue>
<attvalue for="timescited" value="7624"></attvalue>
<attvalue for="timescited1990to2004" value="3264"></attvalue>
<attvalue for="numberofworks" value="93"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="4302"></attvalue>
</attvalues>
<viz:size value="6.5746927"></viz:size>
<viz:position x="-382.6424" y="78.0273"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n462" label="Ziqing Liu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="17"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="timescited" value="596"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="17"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="596"></attvalue>
</attvalues>
<viz:size value="5.3690686"></viz:size>
<viz:position x="-153.43376" y="614.3249"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n463" label="Anne Karine Lagendijk">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="timescited" value="1354"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="29"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="1354"></attvalue>
</attvalues>
<viz:size value="5.6643233"></viz:size>
<viz:position x="-250.49731" y="-162.23444"></viz:position>
<viz:color r="235" g="247" b="249" a="0.99607843"></viz:color>
</node>
<node id="n464" label="Mark Levin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="27"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="513"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="27"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="513"></attvalue>
</attvalues>
<viz:size value="5.615114"></viz:size>
<viz:position x="-274.81662" y="581.71783"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n465" label="Abhijnan Chattopadhyay">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="timescited" value="56"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="6"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="56"></attvalue>
</attvalues>
<viz:size value="5.098418"></viz:size>
<viz:position x="-563.735" y="-364.28665"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n466" label="Kuei-chen Wang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="timescited" value="58"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="3"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
<attvalue for="timescited1990to2019" value="58"></attvalue>
</attvalues>
<viz:size value="5.024605"></viz:size>
<viz:position x="286.3775" y="472.17496"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n467" label="Mila Romanova">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="198"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="8"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="198"></attvalue>
</attvalues>
<viz:size value="5.1476274"></viz:size>
<viz:position x="-296.79547" y="481.88882"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n468" label="Francine Blei">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="32"></attvalue>
<attvalue for="numberofworks1990to2019" value="142"></attvalue>
<attvalue for="timescited1990to1994" value="317"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="timescited" value="4067"></attvalue>
<attvalue for="timescited1990to2004" value="1817"></attvalue>
<attvalue for="numberofworks" value="142"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4067"></attvalue>
</attvalues>
<viz:size value="8.44464"></viz:size>
<viz:position x="-268.04578" y="-34.616184"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n469" label="Timothy Mccord">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="timescited" value="103"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="7"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="103"></attvalue>
</attvalues>
<viz:size value="5.123023"></viz:size>
<viz:position x="-198.75865" y="-91.39497"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n470" label="Kenneth Gross">
<attvalues>
<attvalue for="numberofworks1990to1994" value="21"></attvalue>
<attvalue for="numberofworks1990to2004" value="53"></attvalue>
<attvalue for="numberofworks1990to2019" value="92"></attvalue>
<attvalue for="timescited1990to1994" value="1047"></attvalue>
<attvalue for="minyear" value="1971"></attvalue>
<attvalue for="timescited" value="4104"></attvalue>
<attvalue for="timescited1990to2004" value="2398"></attvalue>
<attvalue for="numberofworks" value="109"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3083"></attvalue>
</attvalues>
<viz:size value="7.2144113"></viz:size>
<viz:position x="638.8851" y="-117.33974"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n471" label="Jian Xu">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="1"></attvalue>
<attvalue for="numberofworks1990to2019" value="27"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="8175"></attvalue>
<attvalue for="timescited1990to2004" value="723"></attvalue>
<attvalue for="numberofworks" value="27"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="8175"></attvalue>
</attvalues>
<viz:size value="5.615114"></viz:size>
<viz:position x="-282.84824" y="340.7537"></viz:position>
<viz:color r="226" g="243" b="244"></viz:color>
</node>
<node id="n472" label="Ryan Mcenaney">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="timescited" value="32"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="10"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="32"></attvalue>
</attvalues>
<viz:size value="5.1968365"></viz:size>
<viz:position x="-395.05914" y="-192.11646"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n473" label="Steven Schmidt">
<attvalues>
<attvalue for="numberofworks1990to1994" value="11"></attvalue>
<attvalue for="numberofworks1990to2004" value="28"></attvalue>
<attvalue for="numberofworks1990to2019" value="44"></attvalue>
<attvalue for="timescited1990to1994" value="206"></attvalue>
<attvalue for="minyear" value="1979"></attvalue>
<attvalue for="timescited" value="1638"></attvalue>
<attvalue for="timescited1990to2004" value="871"></attvalue>
<attvalue for="numberofworks" value="63"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1204"></attvalue>
</attvalues>
<viz:size value="6.033392"></viz:size>
<viz:position x="-591.8383" y="-315.10303"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n474" label="Siu Ling Wong">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="28"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="1815"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="28"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1815"></attvalue>
</attvalues>
<viz:size value="5.639719"></viz:size>
<viz:position x="-448.7599" y="152.79338"></viz:position>
<viz:color r="234" g="247" b="249"></viz:color>
</node>
<node id="n475" label="Mei Xin">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="2"></attvalue>
<attvalue for="numberofworks1990to2019" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="timescited" value="3219"></attvalue>
<attvalue for="timescited1990to2004" value="82"></attvalue>
<attvalue for="numberofworks" value="33"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3219"></attvalue>
</attvalues>
<viz:size value="5.7627416"></viz:size>
<viz:position x="-525.38446" y="-407.98856"></viz:position>
<viz:color r="232" g="246" b="248"></viz:color>
</node>
<node id="n476" label="Samuel Silverstein">
<attvalues>
<attvalue for="numberofworks1990to1994" value="32"></attvalue>
<attvalue for="numberofworks1990to2004" value="68"></attvalue>
<attvalue for="numberofworks1990to2019" value="86"></attvalue>
<attvalue for="timescited1990to1994" value="3071"></attvalue>
<attvalue for="minyear" value="1967"></attvalue>
<attvalue for="timescited" value="11352"></attvalue>
<attvalue for="timescited1990to2004" value="6812"></attvalue>
<attvalue for="numberofworks" value="121"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="7129"></attvalue>
</attvalues>
<viz:size value="7.066784"></viz:size>
<viz:position x="-317.68164" y="65.693695"></viz:position>
<viz:color r="228" g="244" b="245"></viz:color>
</node>
<node id="n477" label="Natasha Harvey">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="18"></attvalue>
<attvalue for="numberofworks1990to2019" value="64"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="timescited" value="5985"></attvalue>
<attvalue for="timescited1990to2004" value="3550"></attvalue>
<attvalue for="numberofworks" value="64"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="5985"></attvalue>
</attvalues>
<viz:size value="6.525483"></viz:size>
<viz:position x="-242.67819" y="-186.92078"></viz:position>
<viz:color r="229" g="244" b="246"></viz:color>
</node>
<node id="n478" label="Dino Ravnic">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="55"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="timescited" value="463"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="55"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="463"></attvalue>
</attvalues>
<viz:size value="6.3040423"></viz:size>
<viz:position x="207.23666" y="-597.93365"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n479" label="Tinchung Leung">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="timescited" value="187"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="15"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="187"></attvalue>
</attvalues>
<viz:size value="5.3198595"></viz:size>
<viz:position x="-674.1061" y="9.501415"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n480" label="Jochen Fries">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="25"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="723"></attvalue>
<attvalue for="timescited1990to2004" value="49"></attvalue>
<attvalue for="numberofworks" value="25"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="723"></attvalue>
</attvalues>
<viz:size value="5.565905"></viz:size>
<viz:position x="47.48156" y="-639.23944"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n481" label="William Huckle">
<attvalues>
<attvalue for="numberofworks1990to1994" value="5"></attvalue>
<attvalue for="numberofworks1990to2004" value="23"></attvalue>
<attvalue for="numberofworks1990to2019" value="42"></attvalue>
<attvalue for="timescited1990to1994" value="369"></attvalue>
<attvalue for="minyear" value="1980"></attvalue>
<attvalue for="timescited" value="3109"></attvalue>
<attvalue for="timescited1990to2004" value="1655"></attvalue>
<attvalue for="numberofworks" value="59"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="2116"></attvalue>
</attvalues>
<viz:size value="5.984183"></viz:size>
<viz:position x="-483.65152" y="424.398"></viz:position>
<viz:color r="234" g="246" b="249"></viz:color>
</node>
<node id="n482" label="Harshal Nandurkar">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="34"></attvalue>
<attvalue for="numberofworks1990to2019" value="147"></attvalue>
<attvalue for="timescited1990to1994" value="24"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="3077"></attvalue>
<attvalue for="timescited1990to2004" value="1560"></attvalue>
<attvalue for="numberofworks" value="147"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3077"></attvalue>
</attvalues>
<viz:size value="8.567663"></viz:size>
<viz:position x="-336.5182" y="532.55634"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n483" label="Charmain Fernando">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="timescited" value="50"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="11"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="50"></attvalue>
</attvalues>
<viz:size value="5.2214413"></viz:size>
<viz:position x="-342.55655" y="431.67844"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n484" label="Song-kun Shyue">
<attvalues>
<attvalue for="numberofworks1990to1994" value="4"></attvalue>
<attvalue for="numberofworks1990to2004" value="29"></attvalue>
<attvalue for="numberofworks1990to2019" value="125"></attvalue>
<attvalue for="timescited1990to1994" value="165"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="4366"></attvalue>
<attvalue for="timescited1990to2004" value="1664"></attvalue>
<attvalue for="numberofworks" value="125"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4366"></attvalue>
</attvalues>
<viz:size value="8.026362"></viz:size>
<viz:position x="12.514636" y="-561.05316"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n485" label="William Wagner">
<attvalues>
<attvalue for="numberofworks1990to1994" value="31"></attvalue>
<attvalue for="numberofworks1990to2004" value="75"></attvalue>
<attvalue for="numberofworks1990to2019" value="123"></attvalue>
<attvalue for="timescited1990to1994" value="3820"></attvalue>
<attvalue for="minyear" value="1958"></attvalue>
<attvalue for="timescited" value="11325"></attvalue>
<attvalue for="timescited1990to2004" value="9124"></attvalue>
<attvalue for="numberofworks" value="203"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9379"></attvalue>
</attvalues>
<viz:size value="7.977153"></viz:size>
<viz:position x="-199.59267" y="613.55206"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n486" label="Katy Borner">
<attvalues>
<attvalue for="numberofworks1990to1994" value="7"></attvalue>
<attvalue for="numberofworks1990to2004" value="80"></attvalue>
<attvalue for="numberofworks1990to2019" value="347"></attvalue>
<attvalue for="timescited1990to1994" value="142"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="timescited" value="9254"></attvalue>
<attvalue for="timescited1990to2004" value="3343"></attvalue>
<attvalue for="numberofworks" value="348"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="9254"></attvalue>
</attvalues>
<viz:size value="13.488577"></viz:size>
<viz:position x="-65.892265" y="-617.1021"></viz:position>
<viz:color r="225" g="243" b="243"></viz:color>
</node>
<node id="n487" label="Chandrani Sarkar">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="3"></attvalue>
<attvalue for="numberofworks1990to2019" value="17"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="timescited" value="770"></attvalue>
<attvalue for="timescited1990to2004" value="252"></attvalue>
<attvalue for="numberofworks" value="17"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="770"></attvalue>
</attvalues>
<viz:size value="5.3690686"></viz:size>
<viz:position x="454.86893" y="523.4453"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n488" label="Debanjan Chakroborty">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="timescited" value="242"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="11"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="242"></attvalue>
</attvalues>
<viz:size value="5.2214413"></viz:size>
<viz:position x="468.31927" y="539.2873"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n489" label="Francois Auger">
<attvalues>
<attvalue for="numberofworks1990to1994" value="21"></attvalue>
<attvalue for="numberofworks1990to2004" value="153"></attvalue>
<attvalue for="numberofworks1990to2019" value="357"></attvalue>
<attvalue for="timescited1990to1994" value="961"></attvalue>
<attvalue for="minyear" value="1760"></attvalue>
<attvalue for="timescited" value="12893"></attvalue>
<attvalue for="timescited1990to2004" value="8520"></attvalue>
<attvalue for="numberofworks" value="365"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="12846"></attvalue>
</attvalues>
<viz:size value="13.734622"></viz:size>
<viz:position x="198.50221" y="561.1775"></viz:position>
<viz:color r="220" g="241" b="240"></viz:color>
</node>
<node id="n490" label="Victor Hatcher">
<attvalues>
<attvalue for="numberofworks1990to1994" value="10"></attvalue>
<attvalue for="numberofworks1990to2004" value="14"></attvalue>
<attvalue for="numberofworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to1994" value="812"></attvalue>
<attvalue for="minyear" value="1952"></attvalue>
<attvalue for="timescited" value="2878"></attvalue>
<attvalue for="timescited1990to2004" value="1095"></attvalue>
<attvalue for="numberofworks" value="51"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
<attvalue for="timescited1990to2019" value="1108"></attvalue>
</attvalues>
<viz:size value="5.344464"></viz:size>
<viz:position x="-248.10667" y="-632.48987"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
<node id="n491" label="Matthew Hagen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="231"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="13"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="231"></attvalue>
</attvalues>
<viz:size value="5.2706504"></viz:size>
<viz:position x="538.74286" y="298.50632"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n492" label="Kwan Yong Lee">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="66"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="7"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="66"></attvalue>
</attvalues>
<viz:size value="5.123023"></viz:size>
<viz:position x="336.0966" y="-534.5271"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n493" label="Steve Lim">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="8"></attvalue>
<attvalue for="numberofworks1990to2019" value="60"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="timescited" value="3177"></attvalue>
<attvalue for="timescited1990to2004" value="457"></attvalue>
<attvalue for="numberofworks" value="60"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="3177"></attvalue>
</attvalues>
<viz:size value="6.427065"></viz:size>
<viz:position x="-328.99362" y="-9.740902"></viz:position>
<viz:color r="233" g="246" b="248"></viz:color>
</node>
<node id="n494" label="Dongdong Wang">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="timescited" value="289"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="11"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
<attvalue for="timescited1990to2019" value="289"></attvalue>
</attvalues>
<viz:size value="5.2214413"></viz:size>
<viz:position x="-417.78513" y="459.51932"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n495" label="Keri Schadler">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1877"></attvalue>
<attvalue for="timescited" value="267"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="21"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="267"></attvalue>
</attvalues>
<viz:size value="5.442882"></viz:size>
<viz:position x="-341.96997" y="485.55585"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n496" label="Randolph Geary">
<attvalues>
<attvalue for="numberofworks1990to1994" value="3"></attvalue>
<attvalue for="numberofworks1990to2004" value="49"></attvalue>
<attvalue for="numberofworks1990to2019" value="80"></attvalue>
<attvalue for="timescited1990to1994" value="210"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="timescited" value="4239"></attvalue>
<attvalue for="timescited1990to2004" value="3239"></attvalue>
<attvalue for="numberofworks" value="80"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="4239"></attvalue>
</attvalues>
<viz:size value="6.9191566"></viz:size>
<viz:position x="268.52466" y="252.50406"></viz:position>
<viz:color r="231" g="245" b="247"></viz:color>
</node>
<node id="n497" label="Maneesha Inamdar">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="5"></attvalue>
<attvalue for="numberofworks1990to2019" value="31"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="timescited" value="637"></attvalue>
<attvalue for="timescited1990to2004" value="32"></attvalue>
<attvalue for="numberofworks" value="31"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
<attvalue for="timescited1990to2019" value="637"></attvalue>
</attvalues>
<viz:size value="5.7135324"></viz:size>
<viz:position x="521.8274" y="360.46893"></viz:position>
<viz:color r="236" g="247" b="250" a="0.99607843"></viz:color>
</node>
<node id="n498" label="Gediminas Cepinskas">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="9"></attvalue>
<attvalue for="numberofworks1990to2019" value="25"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="timescited" value="777"></attvalue>
<attvalue for="timescited1990to2004" value="539"></attvalue>
<attvalue for="numberofworks" value="25"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="777"></attvalue>
</attvalues>
<viz:size value="5.565905"></viz:size>
<viz:position x="-277.58087" y="-571.61395"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n499" label="Debra Toburen">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="3"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
</attvalues>
<viz:size value="5.024605"></viz:size>
<viz:position x="-100.90369" y="-657.03577"></viz:position>
<viz:color r="237" g="248" b="251"></viz:color>
</node>
<node id="n500" label="Leah Greenspan">
<attvalues>
<attvalue for="numberofworks1990to1994" value="0"></attvalue>
<attvalue for="numberofworks1990to2004" value="0"></attvalue>
<attvalue for="numberofworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="timescited" value="82"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofworks" value="6"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="82"></attvalue>
</attvalues>
<viz:size value="5.098418"></viz:size>
<viz:position x="463.39075" y="-396.44025"></viz:position>
<viz:color r="236" g="247" b="250"></viz:color>
</node>
<node id="n501" label="H Anne Pereira">
<attvalues>
<attvalue for="numberofworks1990to1994" value="1"></attvalue>
<attvalue for="numberofworks1990to2004" value="21"></attvalue>
<attvalue for="numberofworks1990to2019" value="66"></attvalue>
<attvalue for="timescited1990to1994" value="124"></attvalue>
<attvalue for="minyear" value="1983"></attvalue>
<attvalue for="timescited" value="1150"></attvalue>
<attvalue for="timescited1990to2004" value="790"></attvalue>
<attvalue for="numberofworks" value="67"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
<attvalue for="timescited1990to2019" value="1149"></attvalue>
</attvalues>
<viz:size value="6.5746927"></viz:size>
<viz:position x="557.563" y="-301.85617"></viz:position>
<viz:color r="235" g="247" b="250"></viz:color>
</node>
</nodes>
<edges>
<edge id="e1" source="n1" target="n2">
<viz:color r="38" g="140" b="89"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="107"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="107"></attvalue>
<attvalue for="timescited" value="107"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="maxyear" value="2000"></attvalue>
</attvalues>
</edge>
<edge id="e2" source="n1" target="n5">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e3" source="n6" target="n7">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="37"></attvalue>
<attvalue for="timescited" value="37"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e4" source="n10" target="n11" weight="6.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="326"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="972"></attvalue>
<attvalue for="timescited" value="972"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e5" source="n11" target="n13" weight="51.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="51"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1069"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="51"></attvalue>
<attvalue for="timescited1990to2019" value="5007"></attvalue>
<attvalue for="timescited" value="5007"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e6" source="n15" target="n16" weight="10.0">
<viz:color r="60" g="159" b="115"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="7"></attvalue>
<attvalue for="timescited1990to1994" value="1392"></attvalue>
<attvalue for="timescited1990to2004" value="2710"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="2932"></attvalue>
<attvalue for="timescited" value="3050"></attvalue>
<attvalue for="minyear" value="1989"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e7" source="n23" target="n26" weight="7.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="58"></attvalue>
<attvalue for="timescited" value="58"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e8" source="n26" target="n29" weight="56.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="56"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="56"></attvalue>
<attvalue for="timescited1990to2019" value="7341"></attvalue>
<attvalue for="timescited" value="7341"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e9" source="n32" target="n33" weight="2.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="417"></attvalue>
<attvalue for="timescited" value="417"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e10" source="n32" target="n34">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="395"></attvalue>
<attvalue for="timescited" value="395"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e11" source="n15" target="n35" weight="14.0">
<viz:color r="74" g="171" b="131"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="14"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="12"></attvalue>
<attvalue for="timescited1990to1994" value="1141"></attvalue>
<attvalue for="timescited1990to2004" value="3623"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to2019" value="3648"></attvalue>
<attvalue for="timescited" value="3673"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="maxyear" value="2010"></attvalue>
</attvalues>
</edge>
<edge id="e12" source="n15" target="n36" weight="36.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="36"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="6272"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to2019" value="6720"></attvalue>
<attvalue for="timescited" value="6720"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e13" source="n38" target="n39" weight="2.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="73"></attvalue>
<attvalue for="timescited" value="73"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e14" source="n44" target="n45" weight="18.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="18"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="18"></attvalue>
<attvalue for="timescited1990to2019" value="2162"></attvalue>
<attvalue for="timescited" value="2162"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e15" source="n43" target="n45" weight="52.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="52"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="199"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="52"></attvalue>
<attvalue for="timescited1990to2019" value="3097"></attvalue>
<attvalue for="timescited" value="3097"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e16" source="n43" target="n46">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="79"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="79"></attvalue>
<attvalue for="timescited" value="79"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e17" source="n47" target="n48">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="198"></attvalue>
<attvalue for="timescited" value="198"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e18" source="n16" target="n49">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="18"></attvalue>
<attvalue for="timescited" value="18"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e19" source="n49" target="n50">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="18"></attvalue>
<attvalue for="timescited" value="18"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e20" source="n2" target="n24" weight="2.0">
<viz:color r="42" g="144" b="93"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="17"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="166"></attvalue>
<attvalue for="timescited" value="166"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="maxyear" value="2010"></attvalue>
</attvalues>
</edge>
<edge id="e21" source="n53" target="n54" weight="6.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="19"></attvalue>
<attvalue for="timescited" value="19"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e22" source="n55" target="n56" weight="36.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="36"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to2019" value="1462"></attvalue>
<attvalue for="timescited" value="1462"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e23" source="n48" target="n58" weight="13.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="13"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="219"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to2019" value="1751"></attvalue>
<attvalue for="timescited" value="1751"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e24" source="n48" target="n59" weight="4.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="215"></attvalue>
<attvalue for="timescited" value="215"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e25" source="n14" target="n60">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="131"></attvalue>
<attvalue for="timescited" value="131"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e26" source="n63" target="n67">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="24"></attvalue>
<attvalue for="timescited" value="24"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e27" source="n63" target="n68" weight="2.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="153"></attvalue>
<attvalue for="timescited" value="153"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e28" source="n7" target="n68" weight="6.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="416"></attvalue>
<attvalue for="timescited" value="416"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e29" source="n70" target="n71">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="23"></attvalue>
<attvalue for="timescited" value="23"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e30" source="n73" target="n74" weight="3.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="10"></attvalue>
<attvalue for="timescited" value="10"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e31" source="n76" target="n77" weight="3.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="99"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="212"></attvalue>
<attvalue for="timescited" value="212"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e32" source="n26" target="n77" weight="30.0">
<viz:color r="42" g="144" b="93"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="30"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="20"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="9846"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="30"></attvalue>
<attvalue for="timescited1990to2019" value="11247"></attvalue>
<attvalue for="timescited" value="11247"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e33" source="n26" target="n80" weight="3.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="256"></attvalue>
<attvalue for="timescited" value="256"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e34" source="n76" target="n83" weight="8.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="200"></attvalue>
<attvalue for="timescited" value="200"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e35" source="n28" target="n84">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="25"></attvalue>
<attvalue for="timescited" value="25"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e36" source="n28" target="n85">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="25"></attvalue>
<attvalue for="timescited" value="25"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e37" source="n26" target="n89" weight="3.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="582"></attvalue>
<attvalue for="timescited" value="582"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e38" source="n57" target="n91" weight="3.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="26"></attvalue>
<attvalue for="timescited" value="26"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e39" source="n89" target="n90" weight="5.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="224"></attvalue>
<attvalue for="timescited" value="224"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e40" source="n51" target="n88" weight="30.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="30"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="30"></attvalue>
<attvalue for="timescited1990to2019" value="1255"></attvalue>
<attvalue for="timescited" value="1255"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e41" source="n76" target="n93" weight="2.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="86"></attvalue>
<attvalue for="timescited" value="86"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e42" source="n94" target="n95">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="44"></attvalue>
<attvalue for="timescited" value="44"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e43" source="n96" target="n97" weight="2.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="132"></attvalue>
<attvalue for="timescited" value="132"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2010"></attvalue>
</attvalues>
</edge>
<edge id="e44" source="n96" target="n98">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="11"></attvalue>
<attvalue for="timescited" value="11"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e45" source="n101" target="n102" weight="2.0">
<viz:color r="50" g="151" b="103"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="145"></attvalue>
<attvalue for="timescited1990to2004" value="576"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="576"></attvalue>
<attvalue for="timescited" value="576"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="maxyear" value="2000"></attvalue>
</attvalues>
</edge>
<edge id="e46" source="n101" target="n103" weight="6.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="849"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="914"></attvalue>
<attvalue for="timescited" value="914"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e47" source="n101" target="n104" weight="2.0">
<viz:color r="38" g="140" b="89"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="457"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="457"></attvalue>
<attvalue for="timescited" value="457"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e48" source="n61" target="n105">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="85"></attvalue>
<attvalue for="timescited" value="85"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e49" source="n64" target="n101" weight="4.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="515"></attvalue>
<attvalue for="timescited" value="515"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e50" source="n64" target="n106" weight="2.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="27"></attvalue>
<attvalue for="timescited" value="27"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e51" source="n107" target="n108">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="18"></attvalue>
<attvalue for="timescited" value="18"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e52" source="n64" target="n109" weight="8.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="6"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="720"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="1382"></attvalue>
<attvalue for="timescited" value="1382"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e53" source="n28" target="n115">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="33"></attvalue>
<attvalue for="timescited" value="33"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e54" source="n28" target="n118">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="33"></attvalue>
<attvalue for="timescited" value="33"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e55" source="n113" target="n116" weight="13.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="13"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to2019" value="1689"></attvalue>
<attvalue for="timescited" value="1689"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e56" source="n4" target="n82" weight="9.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="89"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="1734"></attvalue>
<attvalue for="timescited" value="1734"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e57" source="n14" target="n82" weight="8.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="727"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="1162"></attvalue>
<attvalue for="timescited" value="1162"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e58" source="n14" target="n61" weight="6.0">
<viz:color r="46" g="147" b="98"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="122"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="534"></attvalue>
<attvalue for="timescited" value="534"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e59" source="n64" target="n114" weight="16.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="16"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to2019" value="285"></attvalue>
<attvalue for="timescited" value="285"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e60" source="n112" target="n113" weight="9.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="378"></attvalue>
<attvalue for="timescited" value="378"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e61" source="n119" target="n120" weight="2.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="108"></attvalue>
<attvalue for="timescited" value="108"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e62" source="n14" target="n121" weight="10.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="3177"></attvalue>
<attvalue for="timescited" value="3177"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e63" source="n119" target="n122">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="58"></attvalue>
<attvalue for="timescited" value="58"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e64" source="n119" target="n123" weight="2.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="18"></attvalue>
<attvalue for="timescited" value="18"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e65" source="n81" target="n124" weight="3.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="125"></attvalue>
<attvalue for="timescited" value="125"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e66" source="n124" target="n126" weight="2.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="46"></attvalue>
<attvalue for="timescited" value="46"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e67" source="n124" target="n127" weight="2.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="44"></attvalue>
<attvalue for="timescited" value="44"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e68" source="n74" target="n81" weight="3.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="13"></attvalue>
<attvalue for="timescited" value="13"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e69" source="n124" target="n129" weight="8.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="8"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e70" source="n124" target="n130">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e71" source="n133" target="n134" weight="3.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="79"></attvalue>
<attvalue for="timescited" value="79"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e72" source="n66" target="n117" weight="3.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="4"></attvalue>
<attvalue for="timescited" value="4"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e73" source="n66" target="n139">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e74" source="n141" target="n142" weight="41.0">
<viz:color r="54" g="154" b="108"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks" value="41"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="154"></attvalue>
<attvalue for="timescited1990to2004" value="530"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="41"></attvalue>
<attvalue for="timescited1990to2019" value="1475"></attvalue>
<attvalue for="timescited" value="1475"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e75" source="n64" target="n141" weight="30.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="30"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="13"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1350"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="30"></attvalue>
<attvalue for="timescited1990to2019" value="2378"></attvalue>
<attvalue for="timescited" value="2378"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e76" source="n22" target="n141" weight="32.0">
<viz:color r="58" g="157" b="112"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks" value="32"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="18"></attvalue>
<attvalue for="timescited1990to1994" value="703"></attvalue>
<attvalue for="timescited1990to2004" value="2372"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="32"></attvalue>
<attvalue for="timescited1990to2019" value="2801"></attvalue>
<attvalue for="timescited" value="2801"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e77" source="n142" target="n144" weight="3.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="83"></attvalue>
<attvalue for="timescited" value="83"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e78" source="n143" target="n144" weight="15.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="15"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to2019" value="2733"></attvalue>
<attvalue for="timescited" value="2733"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e79" source="n142" target="n145" weight="12.0">
<viz:color r="62" g="161" b="117"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="28"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to2019" value="70"></attvalue>
<attvalue for="timescited" value="112"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e80" source="n142" target="n146" weight="3.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="17"></attvalue>
<attvalue for="timescited" value="17"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e81" source="n141" target="n148">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="1"></attvalue>
<attvalue for="timescited" value="1"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e82" source="n12" target="n147" weight="17.0">
<viz:color r="68" g="166" b="124"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="17"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="14"></attvalue>
<attvalue for="timescited1990to2004" value="315"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="315"></attvalue>
<attvalue for="timescited" value="926"></attvalue>
<attvalue for="minyear" value="1985"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e83" source="n150" target="n151" weight="2.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="64"></attvalue>
<attvalue for="timescited" value="64"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e84" source="n110" target="n153" weight="2.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="565"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="565"></attvalue>
<attvalue for="timescited" value="565"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="1998"></attvalue>
</attvalues>
</edge>
<edge id="e85" source="n40" target="n154" weight="13.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="13"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to2019" value="492"></attvalue>
<attvalue for="timescited" value="492"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e86" source="n88" target="n154" weight="2.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="77"></attvalue>
<attvalue for="timescited" value="77"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e87" source="n155" target="n156" weight="40.0">
<viz:color r="74" g="171" b="131"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="40"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="12855"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e88" source="n155" target="n157" weight="19.0">
<viz:color r="76" g="172" b="134"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks" value="19"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="592"></attvalue>
<attvalue for="timescited1990to2004" value="592"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="592"></attvalue>
<attvalue for="timescited" value="2326"></attvalue>
<attvalue for="minyear" value="1981"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e89" source="n39" target="n155" weight="5.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="581"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="1456"></attvalue>
<attvalue for="timescited" value="1456"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e90" source="n155" target="n160" weight="13.0">
<viz:color r="70" g="167" b="127"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="13"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="0"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="1175"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="maxyear" value="1987"></attvalue>
</attvalues>
</edge>
<edge id="e91" source="n155" target="n161" weight="2.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="478"></attvalue>
<attvalue for="timescited" value="478"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e92" source="n26" target="n156" weight="18.0">
<viz:color r="66" g="164" b="122"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks" value="18"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="14"></attvalue>
<attvalue for="timescited1990to1994" value="455"></attvalue>
<attvalue for="timescited1990to2004" value="2692"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to2019" value="2968"></attvalue>
<attvalue for="timescited" value="3435"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e93" source="n11" target="n164" weight="20.0">
<viz:color r="38" g="140" b="89"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="20"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="17"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="2779"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to2019" value="2865"></attvalue>
<attvalue for="timescited" value="2865"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e94" source="n155" target="n166" weight="2.0">
<viz:color r="52" g="152" b="105"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="2"></attvalue>
<attvalue for="timescited1990to2004" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="2"></attvalue>
<attvalue for="timescited" value="2"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="maxyear" value="1994"></attvalue>
</attvalues>
</edge>
<edge id="e95" source="n157" target="n167">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e96" source="n106" target="n171" weight="9.0">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="16"></attvalue>
<attvalue for="timescited" value="16"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e97" source="n172" target="n173" weight="16.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="16"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to2019" value="487"></attvalue>
<attvalue for="timescited" value="487"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e98" source="n172" target="n174" weight="5.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="92"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="92"></attvalue>
<attvalue for="timescited" value="92"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e99" source="n79" target="n168" weight="11.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="11"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to2019" value="1357"></attvalue>
<attvalue for="timescited" value="1357"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e100" source="n168" target="n178" weight="10.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="14785"></attvalue>
<attvalue for="timescited" value="14785"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e101" source="n20" target="n79" weight="16.0">
<viz:color r="46" g="147" b="98"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="16"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="12"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="2935"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to2019" value="3049"></attvalue>
<attvalue for="timescited" value="3049"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e102" source="n71" target="n79" weight="14.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="14"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="7"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1603"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="14"></attvalue>
<attvalue for="timescited1990to2019" value="2355"></attvalue>
<attvalue for="timescited" value="2355"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e103" source="n19" target="n79" weight="9.0">
<viz:color r="70" g="167" b="127"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="84"></attvalue>
<attvalue for="timescited" value="517"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e104" source="n177" target="n181">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="43"></attvalue>
<attvalue for="timescited" value="43"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2010"></attvalue>
</attvalues>
</edge>
<edge id="e105" source="n168" target="n180" weight="2.0">
<viz:color r="56" g="156" b="110"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="5"></attvalue>
<attvalue for="timescited1990to2004" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="48"></attvalue>
<attvalue for="timescited" value="48"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="maxyear" value="2010"></attvalue>
</attvalues>
</edge>
<edge id="e106" source="n176" target="n179" weight="6.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="326"></attvalue>
<attvalue for="timescited" value="326"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e107" source="n20" target="n182" weight="3.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="265"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="278"></attvalue>
<attvalue for="timescited" value="278"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e108" source="n165" target="n183">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="143"></attvalue>
<attvalue for="timescited" value="143"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e109" source="n57" target="n160" weight="18.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="18"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="9"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="979"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="18"></attvalue>
<attvalue for="timescited1990to2019" value="1869"></attvalue>
<attvalue for="timescited" value="1869"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e110" source="n26" target="n176" weight="7.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="366"></attvalue>
<attvalue for="timescited" value="366"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e111" source="n14" target="n17" weight="7.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="454"></attvalue>
<attvalue for="timescited" value="454"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e112" source="n79" target="n87" weight="7.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="205"></attvalue>
<attvalue for="timescited" value="205"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e113" source="n165" target="n168" weight="18.0">
<viz:color r="62" g="161" b="117"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks" value="18"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="2281"></attvalue>
<attvalue for="timescited1990to2004" value="2431"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="2575"></attvalue>
<attvalue for="timescited" value="3001"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e114" source="n184" target="n185" weight="29.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="29"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to2019" value="1915"></attvalue>
<attvalue for="timescited" value="1915"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e115" source="n79" target="n186">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e116" source="n14" target="n187" weight="7.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="273"></attvalue>
<attvalue for="timescited" value="273"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e117" source="n14" target="n164" weight="8.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="555"></attvalue>
<attvalue for="timescited" value="555"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e118" source="n48" target="n187" weight="5.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="180"></attvalue>
<attvalue for="timescited" value="180"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e119" source="n78" target="n189" weight="12.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="176"></attvalue>
<attvalue for="timescited" value="176"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e120" source="n181" target="n192">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="511"></attvalue>
<attvalue for="timescited" value="511"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e121" source="n26" target="n191" weight="58.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="58"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="58"></attvalue>
<attvalue for="timescited1990to2019" value="10479"></attvalue>
<attvalue for="timescited" value="10479"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e122" source="n26" target="n194" weight="2.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="511"></attvalue>
<attvalue for="timescited" value="511"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e123" source="n32" target="n132" weight="2.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="512"></attvalue>
<attvalue for="timescited" value="512"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e124" source="n41" target="n194" weight="10.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="887"></attvalue>
<attvalue for="timescited" value="887"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e125" source="n29" target="n193" weight="4.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="1164"></attvalue>
<attvalue for="timescited" value="1164"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e126" source="n65" target="n178" weight="6.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="569"></attvalue>
<attvalue for="timescited" value="569"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e127" source="n161" target="n196" weight="2.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="86"></attvalue>
<attvalue for="timescited" value="86"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e128" source="n83" target="n198">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="40"></attvalue>
<attvalue for="timescited" value="40"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e129" source="n200" target="n201">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="10"></attvalue>
<attvalue for="timescited" value="10"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e130" source="n44" target="n202" weight="19.0">
<viz:color r="90" g="184" b="150"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="19"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="18"></attvalue>
<attvalue for="timescited1990to2019" value="979"></attvalue>
<attvalue for="timescited" value="1003"></attvalue>
<attvalue for="minyear" value="1974"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e131" source="n42" target="n203" weight="12.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="318"></attvalue>
<attvalue for="timescited" value="318"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e132" source="n42" target="n44" weight="4.0">
<viz:color r="64" g="162" b="120"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="402"></attvalue>
<attvalue for="timescited" value="417"></attvalue>
<attvalue for="minyear" value="1987"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e133" source="n19" target="n202" weight="25.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="25"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="25"></attvalue>
<attvalue for="timescited1990to2019" value="191"></attvalue>
<attvalue for="timescited" value="191"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e134" source="n44" target="n208">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e135" source="n44" target="n209">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e136" source="n30" target="n210" weight="4.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="82"></attvalue>
<attvalue for="timescited" value="82"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e137" source="n210" target="n211">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e138" source="n81" target="n212" weight="16.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="16"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to2019" value="687"></attvalue>
<attvalue for="timescited" value="687"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e139" source="n81" target="n213" weight="5.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="430"></attvalue>
<attvalue for="timescited" value="430"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e140" source="n21" target="n178" weight="5.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="13"></attvalue>
<attvalue for="timescited" value="13"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e141" source="n178" target="n213" weight="4.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e142" source="n46" target="n214" weight="5.0">
<viz:color r="42" g="144" b="93"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="589"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="589"></attvalue>
<attvalue for="timescited" value="589"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="maxyear" value="2000"></attvalue>
</attvalues>
</edge>
<edge id="e143" source="n215" target="n216" weight="19.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="19"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="19"></attvalue>
<attvalue for="timescited1990to2019" value="630"></attvalue>
<attvalue for="timescited" value="630"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e144" source="n29" target="n116" weight="20.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="20"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to2019" value="926"></attvalue>
<attvalue for="timescited" value="926"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e145" source="n82" target="n195" weight="20.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="20"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="107"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to2019" value="2809"></attvalue>
<attvalue for="timescited" value="2809"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e146" source="n87" target="n218" weight="6.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="155"></attvalue>
<attvalue for="timescited" value="155"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e147" source="n221" target="n222" weight="2.0">
<viz:color r="237" g="248" b="251"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="12"></attvalue>
<attvalue for="timescited" value="12"></attvalue>
<attvalue for="minyear" value="1918"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e148" source="n107" target="n223">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="43"></attvalue>
<attvalue for="timescited" value="43"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e149" source="n26" target="n226" weight="8.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="302"></attvalue>
<attvalue for="timescited" value="302"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e150" source="n95" target="n227">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="18"></attvalue>
<attvalue for="timescited" value="18"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e151" source="n228" target="n229" weight="7.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="59"></attvalue>
<attvalue for="timescited" value="59"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e152" source="n229" target="n230" weight="20.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="20"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="194"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to2019" value="652"></attvalue>
<attvalue for="timescited" value="652"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e153" source="n229" target="n231" weight="4.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="65"></attvalue>
<attvalue for="timescited" value="65"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e154" source="n228" target="n232">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e155" source="n144" target="n159" weight="5.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="266"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="266"></attvalue>
<attvalue for="timescited" value="266"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e156" source="n159" target="n234" weight="4.0">
<viz:color r="50" g="151" b="103"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="7"></attvalue>
<attvalue for="timescited1990to2004" value="13"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="13"></attvalue>
<attvalue for="timescited" value="13"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="maxyear" value="1998"></attvalue>
</attvalues>
</edge>
<edge id="e157" source="n183" target="n235">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="42"></attvalue>
<attvalue for="timescited" value="42"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2010"></attvalue>
</attvalues>
</edge>
<edge id="e158" source="n165" target="n236" weight="20.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="20"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="8"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="386"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="20"></attvalue>
<attvalue for="timescited1990to2019" value="2189"></attvalue>
<attvalue for="timescited" value="2189"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e159" source="n12" target="n238" weight="28.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="28"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="26"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="3397"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="28"></attvalue>
<attvalue for="timescited1990to2019" value="3560"></attvalue>
<attvalue for="timescited" value="3560"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e160" source="n238" target="n239" weight="4.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="356"></attvalue>
<attvalue for="timescited" value="356"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e161" source="n238" target="n240">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="118"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="118"></attvalue>
<attvalue for="timescited" value="118"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e162" source="n11" target="n156" weight="14.0">
<viz:color r="50" g="151" b="103"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks" value="14"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="9"></attvalue>
<attvalue for="timescited1990to1994" value="389"></attvalue>
<attvalue for="timescited1990to2004" value="1040"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="14"></attvalue>
<attvalue for="timescited1990to2019" value="3351"></attvalue>
<attvalue for="timescited" value="3351"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e163" source="n11" target="n241" weight="17.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="17"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="14"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="5610"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="17"></attvalue>
<attvalue for="timescited1990to2019" value="6472"></attvalue>
<attvalue for="timescited" value="6472"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e164" source="n11" target="n242" weight="3.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="596"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="596"></attvalue>
<attvalue for="timescited" value="596"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e165" source="n11" target="n243" weight="4.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="126"></attvalue>
<attvalue for="timescited" value="126"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e166" source="n11" target="n175" weight="13.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="13"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to2019" value="371"></attvalue>
<attvalue for="timescited" value="371"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e167" source="n14" target="n138" weight="9.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="500"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="1201"></attvalue>
<attvalue for="timescited" value="1201"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e168" source="n160" target="n250">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e169" source="n160" target="n251" weight="2.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e170" source="n116" target="n253" weight="8.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="867"></attvalue>
<attvalue for="timescited" value="867"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e171" source="n116" target="n252" weight="6.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="402"></attvalue>
<attvalue for="timescited" value="402"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e172" source="n252" target="n254" weight="43.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="43"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="14"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="574"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="43"></attvalue>
<attvalue for="timescited1990to2019" value="1038"></attvalue>
<attvalue for="timescited" value="1038"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e173" source="n82" target="n255" weight="32.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="32"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="225"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="32"></attvalue>
<attvalue for="timescited1990to2019" value="2549"></attvalue>
<attvalue for="timescited" value="2549"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e174" source="n186" target="n256">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="6"></attvalue>
<attvalue for="timescited" value="6"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e175" source="n257" target="n258" weight="9.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="6"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="245"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="351"></attvalue>
<attvalue for="timescited" value="351"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e176" source="n91" target="n257" weight="4.0">
<viz:color r="56" g="156" b="110"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="35"></attvalue>
<attvalue for="timescited1990to2004" value="116"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="222"></attvalue>
<attvalue for="timescited" value="222"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e177" source="n211" target="n261" weight="22.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="22"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="22"></attvalue>
<attvalue for="timescited1990to2019" value="281"></attvalue>
<attvalue for="timescited" value="281"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e178" source="n74" target="n245" weight="3.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="268"></attvalue>
<attvalue for="timescited" value="268"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e179" source="n217" target="n245" weight="12.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="78"></attvalue>
<attvalue for="timescited" value="78"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e180" source="n87" target="n262" weight="10.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="3877"></attvalue>
<attvalue for="timescited" value="3877"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e181" source="n205" target="n263" weight="4.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="425"></attvalue>
<attvalue for="timescited" value="425"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e182" source="n86" target="n205" weight="11.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="11"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to2019" value="222"></attvalue>
<attvalue for="timescited" value="222"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e183" source="n86" target="n264" weight="5.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="533"></attvalue>
<attvalue for="timescited" value="533"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e184" source="n24" target="n265" weight="17.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="17"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="17"></attvalue>
<attvalue for="timescited1990to2019" value="2030"></attvalue>
<attvalue for="timescited" value="2030"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e185" source="n24" target="n266" weight="24.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="24"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="24"></attvalue>
<attvalue for="timescited1990to2019" value="2639"></attvalue>
<attvalue for="timescited" value="2639"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e186" source="n24" target="n203" weight="6.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="38"></attvalue>
<attvalue for="timescited" value="38"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e187" source="n132" target="n184" weight="5.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="38"></attvalue>
<attvalue for="timescited" value="38"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e188" source="n185" target="n268" weight="11.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="11"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to2019" value="133"></attvalue>
<attvalue for="timescited" value="133"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e189" source="n184" target="n201" weight="2.0">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="7"></attvalue>
<attvalue for="timescited" value="7"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e190" source="n184" target="n271" weight="2.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="2"></attvalue>
<attvalue for="timescited" value="2"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e191" source="n184" target="n272">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="1"></attvalue>
<attvalue for="timescited" value="1"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e192" source="n184" target="n273">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="1"></attvalue>
<attvalue for="timescited" value="1"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e193" source="n143" target="n274" weight="18.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="18"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="18"></attvalue>
<attvalue for="timescited1990to2019" value="342"></attvalue>
<attvalue for="timescited" value="342"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e194" source="n275" target="n276" weight="3.0">
<viz:color r="42" g="144" b="93"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="74"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="150"></attvalue>
<attvalue for="timescited" value="150"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e195" source="n275" target="n277" weight="2.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="47"></attvalue>
<attvalue for="timescited" value="47"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e196" source="n250" target="n275" weight="2.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e197" source="n26" target="n37" weight="2.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="574"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="1183"></attvalue>
<attvalue for="timescited" value="1183"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e198" source="n131" target="n207" weight="2.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="4394"></attvalue>
<attvalue for="timescited" value="4394"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e199" source="n131" target="n193" weight="3.0">
<viz:color r="50" g="151" b="103"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="133"></attvalue>
<attvalue for="timescited1990to2004" value="595"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="595"></attvalue>
<attvalue for="timescited" value="595"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e200" source="n131" target="n197" weight="2.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="208"></attvalue>
<attvalue for="timescited" value="208"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2010"></attvalue>
</attvalues>
</edge>
<edge id="e201" source="n131" target="n279" weight="4.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="9"></attvalue>
<attvalue for="timescited" value="9"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e202" source="n153" target="n280" weight="2.0">
<viz:color r="50" g="151" b="103"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="324"></attvalue>
<attvalue for="timescited1990to2004" value="344"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="344"></attvalue>
<attvalue for="timescited" value="344"></attvalue>
<attvalue for="minyear" value="1994"></attvalue>
<attvalue for="maxyear" value="1995"></attvalue>
</attvalues>
</edge>
<edge id="e203" source="n143" target="n163" weight="4.0">
<viz:color r="42" g="144" b="93"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1894"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="1894"></attvalue>
<attvalue for="timescited" value="1894"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="maxyear" value="2000"></attvalue>
</attvalues>
</edge>
<edge id="e204" source="n31" target="n283" weight="8.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="8"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="112"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="112"></attvalue>
<attvalue for="timescited" value="112"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e205" source="n113" target="n284" weight="6.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="587"></attvalue>
<attvalue for="timescited" value="587"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e206" source="n284" target="n285">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="341"></attvalue>
<attvalue for="timescited" value="341"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e207" source="n216" target="n284" weight="2.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="41"></attvalue>
<attvalue for="timescited" value="41"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e208" source="n218" target="n286">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="156"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="156"></attvalue>
<attvalue for="timescited" value="156"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e209" source="n218" target="n288">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e210" source="n168" target="n291" weight="5.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="22"></attvalue>
<attvalue for="timescited" value="22"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e211" source="n297" target="n298">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="175"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="175"></attvalue>
<attvalue for="timescited" value="175"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e212" source="n32" target="n297" weight="4.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="42"></attvalue>
<attvalue for="timescited" value="42"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e213" source="n32" target="n246" weight="8.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="155"></attvalue>
<attvalue for="timescited" value="155"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e214" source="n8" target="n32" weight="8.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="124"></attvalue>
<attvalue for="timescited" value="124"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e215" source="n32" target="n299" weight="3.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="22"></attvalue>
<attvalue for="timescited" value="22"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e216" source="n157" target="n174" weight="10.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="859"></attvalue>
<attvalue for="timescited" value="859"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e217" source="n157" target="n300" weight="12.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="957"></attvalue>
<attvalue for="timescited" value="957"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e218" source="n300" target="n301" weight="16.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="16"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="16"></attvalue>
<attvalue for="timescited1990to2019" value="138"></attvalue>
<attvalue for="timescited" value="138"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e219" source="n27" target="n302" weight="2.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="40"></attvalue>
<attvalue for="timescited" value="40"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e220" source="n27" target="n303" weight="6.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="83"></attvalue>
<attvalue for="timescited" value="83"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e221" source="n282" target="n304">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="15"></attvalue>
<attvalue for="timescited" value="15"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e222" source="n128" target="n157" weight="3.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="79"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="331"></attvalue>
<attvalue for="timescited" value="331"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e223" source="n241" target="n249" weight="4.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="119"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="119"></attvalue>
<attvalue for="timescited" value="119"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e224" source="n188" target="n241" weight="8.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="265"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="501"></attvalue>
<attvalue for="timescited" value="501"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e225" source="n242" target="n309" weight="6.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="16"></attvalue>
<attvalue for="timescited" value="16"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e226" source="n242" target="n310" weight="4.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="281"></attvalue>
<attvalue for="timescited" value="281"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e227" source="n95" target="n146" weight="15.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="15"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to2019" value="88"></attvalue>
<attvalue for="timescited" value="88"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e228" source="n95" target="n311" weight="5.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="27"></attvalue>
<attvalue for="timescited" value="27"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e229" source="n21" target="n312" weight="3.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="151"></attvalue>
<attvalue for="timescited" value="151"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e230" source="n21" target="n295" weight="7.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="92"></attvalue>
<attvalue for="timescited" value="92"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e231" source="n21" target="n314" weight="2.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e232" source="n74" target="n315">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="1"></attvalue>
<attvalue for="timescited" value="1"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e233" source="n248" target="n259" weight="10.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="965"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="1392"></attvalue>
<attvalue for="timescited" value="1392"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e234" source="n248" target="n316" weight="21.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="21"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="21"></attvalue>
<attvalue for="timescited1990to2019" value="1508"></attvalue>
<attvalue for="timescited" value="1508"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e235" source="n318" target="n319">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="2"></attvalue>
<attvalue for="timescited" value="2"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e236" source="n32" target="n318">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e237" source="n28" target="n278" weight="3.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="44"></attvalue>
<attvalue for="timescited" value="44"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e238" source="n186" target="n322" weight="29.0">
<viz:color r="38" g="140" b="89"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="29"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="15"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="482"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="29"></attvalue>
<attvalue for="timescited1990to2019" value="639"></attvalue>
<attvalue for="timescited" value="639"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e239" source="n287" target="n308" weight="4.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="87"></attvalue>
<attvalue for="timescited" value="87"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e240" source="n282" target="n328" weight="2.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="12"></attvalue>
<attvalue for="timescited" value="12"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e241" source="n17" target="n170" weight="6.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="325"></attvalue>
<attvalue for="timescited" value="325"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e242" source="n170" target="n330" weight="21.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="21"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="21"></attvalue>
<attvalue for="timescited1990to2019" value="497"></attvalue>
<attvalue for="timescited" value="497"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e243" source="n111" target="n330" weight="10.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="501"></attvalue>
<attvalue for="timescited" value="501"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e244" source="n170" target="n331" weight="4.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="268"></attvalue>
<attvalue for="timescited" value="268"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e245" source="n132" target="n269" weight="2.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="20"></attvalue>
<attvalue for="timescited" value="20"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e246" source="n42" target="n334" weight="26.0">
<viz:color r="46" g="147" b="98"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="26"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="18"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="3420"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="26"></attvalue>
<attvalue for="timescited1990to2019" value="3429"></attvalue>
<attvalue for="timescited" value="3429"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e247" source="n14" target="n134" weight="7.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="923"></attvalue>
<attvalue for="timescited" value="923"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e248" source="n14" target="n335">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="149"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="149"></attvalue>
<attvalue for="timescited" value="149"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e249" source="n138" target="n336" weight="13.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="13"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="13"></attvalue>
<attvalue for="timescited1990to2019" value="409"></attvalue>
<attvalue for="timescited" value="409"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e250" source="n18" target="n121" weight="11.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="11"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to2019" value="1856"></attvalue>
<attvalue for="timescited" value="1856"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e251" source="n31" target="n178" weight="18.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="18"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="18"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="142"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="18"></attvalue>
<attvalue for="timescited1990to2019" value="142"></attvalue>
<attvalue for="timescited" value="142"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e252" source="n31" target="n340">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e253" source="n247" target="n341" weight="5.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="771"></attvalue>
<attvalue for="timescited" value="771"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e254" source="n247" target="n342" weight="5.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="771"></attvalue>
<attvalue for="timescited" value="771"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e255" source="n138" target="n307" weight="2.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="73"></attvalue>
<attvalue for="timescited" value="73"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e256" source="n138" target="n270" weight="4.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="178"></attvalue>
<attvalue for="timescited" value="178"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e257" source="n65" target="n137" weight="5.0">
<viz:color r="74" g="171" b="131"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="116"></attvalue>
<attvalue for="timescited" value="120"></attvalue>
<attvalue for="minyear" value="1982"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e258" source="n344" target="n345" weight="5.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="62"></attvalue>
<attvalue for="timescited" value="62"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e259" source="n39" target="n345">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="17"></attvalue>
<attvalue for="timescited" value="17"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e260" source="n346" target="n347" weight="36.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="36"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="36"></attvalue>
<attvalue for="timescited1990to2019" value="694"></attvalue>
<attvalue for="timescited" value="694"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e261" source="n296" target="n347" weight="9.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="183"></attvalue>
<attvalue for="timescited" value="183"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e262" source="n19" target="n141" weight="34.0">
<viz:color r="62" g="161" b="117"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="19"></attvalue>
<attvalue for="numberofcoauthoredworks" value="34"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="33"></attvalue>
<attvalue for="timescited1990to1994" value="1756"></attvalue>
<attvalue for="timescited1990to2004" value="2887"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="33"></attvalue>
<attvalue for="timescited1990to2019" value="2887"></attvalue>
<attvalue for="timescited" value="3154"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="maxyear" value="1999"></attvalue>
</attvalues>
</edge>
<edge id="e263" source="n195" target="n348" weight="2.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="267"></attvalue>
<attvalue for="timescited" value="267"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e264" source="n108" target="n195" weight="8.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="258"></attvalue>
<attvalue for="timescited" value="258"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e265" source="n348" target="n349" weight="12.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="589"></attvalue>
<attvalue for="timescited" value="589"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e266" source="n114" target="n350" weight="4.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="54"></attvalue>
<attvalue for="timescited" value="54"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e267" source="n20" target="n26" weight="27.0">
<viz:color r="52" g="152" b="105"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks" value="27"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="22"></attvalue>
<attvalue for="timescited1990to1994" value="4122"></attvalue>
<attvalue for="timescited1990to2004" value="9920"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="27"></attvalue>
<attvalue for="timescited1990to2019" value="10132"></attvalue>
<attvalue for="timescited" value="10132"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e268" source="n77" target="n351">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="1"></attvalue>
<attvalue for="timescited" value="1"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e269" source="n7" target="n352" weight="6.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="245"></attvalue>
<attvalue for="timescited" value="245"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e270" source="n168" target="n294" weight="43.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="43"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="43"></attvalue>
<attvalue for="timescited1990to2019" value="1651"></attvalue>
<attvalue for="timescited" value="1651"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e271" source="n40" target="n168" weight="11.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="11"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to2019" value="453"></attvalue>
<attvalue for="timescited" value="453"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e272" source="n353" target="n354" weight="32.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="32"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="192"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="32"></attvalue>
<attvalue for="timescited1990to2019" value="700"></attvalue>
<attvalue for="timescited" value="700"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e273" source="n246" target="n355" weight="7.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="28"></attvalue>
<attvalue for="timescited" value="28"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e274" source="n246" target="n356" weight="5.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="21"></attvalue>
<attvalue for="timescited" value="21"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e275" source="n357" target="n358">
<viz:color r="46" g="147" b="98"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="67"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="67"></attvalue>
<attvalue for="timescited" value="67"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="maxyear" value="1996"></attvalue>
</attvalues>
</edge>
<edge id="e276" source="n357" target="n359" weight="2.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="29"></attvalue>
<attvalue for="timescited" value="29"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e277" source="n117" target="n360" weight="5.0">
<viz:color r="62" g="161" b="117"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="494"></attvalue>
<attvalue for="timescited1990to2004" value="494"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="494"></attvalue>
<attvalue for="timescited" value="499"></attvalue>
<attvalue for="minyear" value="1988"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e278" source="n360" target="n361" weight="63.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="63"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="50"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="63"></attvalue>
<attvalue for="timescited1990to2019" value="675"></attvalue>
<attvalue for="timescited" value="675"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e279" source="n360" target="n362">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="53"></attvalue>
<attvalue for="timescited" value="53"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e280" source="n363" target="n364">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="23"></attvalue>
<attvalue for="timescited" value="23"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e281" source="n108" target="n365" weight="12.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="1663"></attvalue>
<attvalue for="timescited" value="1663"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e282" source="n3" target="n108" weight="6.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="504"></attvalue>
<attvalue for="timescited" value="504"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e283" source="n233" target="n292" weight="15.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="15"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to2019" value="55"></attvalue>
<attvalue for="timescited" value="55"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e284" source="n193" target="n292" weight="25.0">
<viz:color r="38" g="140" b="89"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="25"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="437"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="25"></attvalue>
<attvalue for="timescited1990to2019" value="531"></attvalue>
<attvalue for="timescited" value="531"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e285" source="n33" target="n366" weight="10.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="605"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="1651"></attvalue>
<attvalue for="timescited" value="1651"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e286" source="n153" target="n247" weight="11.0">
<viz:color r="54" g="154" b="108"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks" value="11"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="10"></attvalue>
<attvalue for="timescited1990to1994" value="317"></attvalue>
<attvalue for="timescited1990to2004" value="2472"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="11"></attvalue>
<attvalue for="timescited1990to2019" value="2491"></attvalue>
<attvalue for="timescited" value="2491"></attvalue>
<attvalue for="minyear" value="1992"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e287" source="n153" target="n367" weight="31.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="31"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="9"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1734"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="31"></attvalue>
<attvalue for="timescited1990to2019" value="3302"></attvalue>
<attvalue for="timescited" value="3302"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e288" source="n153" target="n175" weight="5.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="189"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="189"></attvalue>
<attvalue for="timescited" value="189"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e289" source="n75" target="n153" weight="2.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="5"></attvalue>
<attvalue for="timescited" value="5"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e290" source="n35" target="n136" weight="6.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="303"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="574"></attvalue>
<attvalue for="timescited" value="574"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e291" source="n71" target="n369">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="31"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="31"></attvalue>
<attvalue for="timescited" value="31"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e292" source="n369" target="n370" weight="23.0">
<viz:color r="44" g="146" b="96"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="23"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="412"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to2019" value="715"></attvalue>
<attvalue for="timescited" value="715"></attvalue>
<attvalue for="minyear" value="1997"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e293" source="n30" target="n71" weight="2.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="5"></attvalue>
<attvalue for="timescited" value="5"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e294" source="n117" target="n156" weight="23.0">
<viz:color r="58" g="157" b="112"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks" value="23"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="23"></attvalue>
<attvalue for="timescited1990to1994" value="1110"></attvalue>
<attvalue for="timescited1990to2004" value="2468"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to2019" value="2468"></attvalue>
<attvalue for="timescited" value="2468"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="maxyear" value="2000"></attvalue>
</attvalues>
</edge>
<edge id="e295" source="n40" target="n313" weight="2.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="2"></attvalue>
<attvalue for="timescited" value="2"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e296" source="n108" target="n373" weight="2.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="56"></attvalue>
<attvalue for="timescited" value="56"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e297" source="n235" target="n374">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="30"></attvalue>
<attvalue for="timescited" value="30"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e298" source="n229" target="n235">
<viz:color r="52" g="152" b="105"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="maxyear" value="1993"></attvalue>
</attvalues>
</edge>
<edge id="e299" source="n174" target="n375" weight="3.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="142"></attvalue>
<attvalue for="timescited" value="142"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e300" source="n22" target="n376">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="26"></attvalue>
<attvalue for="timescited" value="26"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e301" source="n377" target="n378">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e302" source="n64" target="n379">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="2"></attvalue>
<attvalue for="timescited" value="2"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e303" source="n303" target="n380">
<viz:color r="0" g="109" b="44"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2019"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e304" source="n158" target="n162" weight="6.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="37"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="62"></attvalue>
<attvalue for="timescited" value="62"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e305" source="n35" target="n162" weight="6.0">
<viz:color r="66" g="164" b="122"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1220"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="1220"></attvalue>
<attvalue for="timescited" value="2496"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e306" source="n11" target="n383">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="11"></attvalue>
<attvalue for="timescited" value="11"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e307" source="n82" target="n384" weight="2.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="57"></attvalue>
<attvalue for="timescited" value="57"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e308" source="n166" target="n347" weight="3.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="147"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="147"></attvalue>
<attvalue for="timescited" value="147"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e309" source="n16" target="n385" weight="8.0">
<viz:color r="46" g="147" b="98"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="8"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1655"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="1655"></attvalue>
<attvalue for="timescited" value="1655"></attvalue>
<attvalue for="minyear" value="1996"></attvalue>
<attvalue for="maxyear" value="2001"></attvalue>
</attvalues>
</edge>
<edge id="e310" source="n271" target="n387" weight="9.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="489"></attvalue>
<attvalue for="timescited" value="489"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e311" source="n56" target="n271" weight="4.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="267"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="639"></attvalue>
<attvalue for="timescited" value="639"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e312" source="n35" target="n388" weight="2.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="312"></attvalue>
<attvalue for="timescited" value="312"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e313" source="n7" target="n35" weight="2.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="60"></attvalue>
<attvalue for="timescited" value="60"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e314" source="n80" target="n390" weight="2.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="383"></attvalue>
<attvalue for="timescited" value="383"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e315" source="n368" target="n392">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="77"></attvalue>
<attvalue for="timescited" value="77"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e316" source="n286" target="n393">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="87"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="87"></attvalue>
<attvalue for="timescited" value="87"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e317" source="n396" target="n397" weight="3.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="48"></attvalue>
<attvalue for="timescited" value="48"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e318" source="n398" target="n399">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e319" source="n358" target="n400" weight="2.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="58"></attvalue>
<attvalue for="timescited" value="58"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e320" source="n319" target="n401">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="72"></attvalue>
<attvalue for="timescited" value="72"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e321" source="n82" target="n404">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="55"></attvalue>
<attvalue for="timescited" value="55"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e322" source="n282" target="n405">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="56"></attvalue>
<attvalue for="timescited" value="56"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e323" source="n337" target="n406" weight="26.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="26"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="928"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="26"></attvalue>
<attvalue for="timescited1990to2019" value="1805"></attvalue>
<attvalue for="timescited" value="1805"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e324" source="n86" target="n177" weight="4.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="367"></attvalue>
<attvalue for="timescited" value="367"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e325" source="n32" target="n86" weight="4.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="570"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="570"></attvalue>
<attvalue for="timescited" value="570"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e326" source="n15" target="n86" weight="3.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="69"></attvalue>
<attvalue for="timescited" value="69"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e327" source="n57" target="n78" weight="4.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e328" source="n176" target="n409" weight="4.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="147"></attvalue>
<attvalue for="timescited" value="147"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e329" source="n176" target="n411">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="25"></attvalue>
<attvalue for="timescited" value="25"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e330" source="n12" target="n412">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="15"></attvalue>
<attvalue for="timescited" value="15"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e331" source="n82" target="n414">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="140"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="140"></attvalue>
<attvalue for="timescited" value="140"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e332" source="n82" target="n415" weight="5.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="140"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="243"></attvalue>
<attvalue for="timescited" value="243"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e333" source="n52" target="n82" weight="2.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="129"></attvalue>
<attvalue for="timescited" value="129"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e334" source="n217" target="n416">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e335" source="n102" target="n419">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="362"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="362"></attvalue>
<attvalue for="timescited" value="362"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e336" source="n317" target="n420">
<viz:color r="0" g="109" b="44"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2019"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e337" source="n305" target="n421">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="42"></attvalue>
<attvalue for="timescited" value="42"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e338" source="n216" target="n358" weight="5.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="357"></attvalue>
<attvalue for="timescited" value="357"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e339" source="n92" target="n358" weight="4.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="250"></attvalue>
<attvalue for="timescited" value="250"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e340" source="n12" target="n423" weight="27.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="27"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="27"></attvalue>
<attvalue for="timescited1990to2019" value="412"></attvalue>
<attvalue for="timescited" value="412"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e341" source="n84" target="n424" weight="2.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="16"></attvalue>
<attvalue for="timescited" value="16"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e342" source="n28" target="n40" weight="4.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="64"></attvalue>
<attvalue for="timescited" value="64"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e343" source="n42" target="n204" weight="2.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="63"></attvalue>
<attvalue for="timescited" value="63"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e344" source="n48" target="n428" weight="15.0">
<viz:color r="20" g="125" b="67"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="15"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to2019" value="393"></attvalue>
<attvalue for="timescited" value="393"></attvalue>
<attvalue for="minyear" value="2009"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e345" source="n196" target="n429">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="63"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="63"></attvalue>
<attvalue for="timescited" value="63"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e346" source="n395" target="n397" weight="19.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="19"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="5"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="431"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="19"></attvalue>
<attvalue for="timescited1990to2019" value="1050"></attvalue>
<attvalue for="timescited" value="1050"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e347" source="n156" target="n371" weight="9.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="76"></attvalue>
<attvalue for="timescited" value="76"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e348" source="n156" target="n431" weight="5.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="31"></attvalue>
<attvalue for="timescited" value="31"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e349" source="n156" target="n399" weight="2.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="1"></attvalue>
<attvalue for="timescited" value="1"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e350" source="n270" target="n308" weight="3.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="27"></attvalue>
<attvalue for="timescited" value="27"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e351" source="n165" target="n237" weight="3.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1373"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="1383"></attvalue>
<attvalue for="timescited" value="1383"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e352" source="n85" target="n435">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="13"></attvalue>
<attvalue for="timescited" value="13"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e353" source="n17" target="n169" weight="5.0">
<viz:color r="40" g="142" b="91"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="658"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="1683"></attvalue>
<attvalue for="timescited" value="1683"></attvalue>
<attvalue for="minyear" value="1999"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e354" source="n374" target="n436" weight="4.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="255"></attvalue>
<attvalue for="timescited" value="255"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e355" source="n32" target="n408" weight="5.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="190"></attvalue>
<attvalue for="timescited" value="190"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e356" source="n178" target="n305" weight="12.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="593"></attvalue>
<attvalue for="timescited" value="593"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e357" source="n197" target="n439">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e358" source="n42" target="n441">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="509"></attvalue>
<attvalue for="timescited" value="509"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e359" source="n8" target="n442">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="46"></attvalue>
<attvalue for="timescited" value="46"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e360" source="n98" target="n229" weight="5.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="323"></attvalue>
<attvalue for="timescited" value="323"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e361" source="n109" target="n444" weight="2.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="9"></attvalue>
<attvalue for="timescited" value="9"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
<edge id="e362" source="n393" target="n402" weight="3.0">
<viz:color r="6" g="114" b="51"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="30"></attvalue>
<attvalue for="timescited" value="30"></attvalue>
<attvalue for="minyear" value="2016"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e363" source="n167" target="n445" weight="2.0">
<viz:color r="22" g="127" b="70"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="289"></attvalue>
<attvalue for="timescited" value="289"></attvalue>
<attvalue for="minyear" value="2008"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e364" source="n91" target="n219" weight="4.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="159"></attvalue>
<attvalue for="timescited" value="159"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e365" source="n11" target="n135" weight="2.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="323"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="323"></attvalue>
<attvalue for="timescited" value="323"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2006"></attvalue>
</attvalues>
</edge>
<edge id="e366" source="n11" target="n125" weight="2.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="16"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="26"></attvalue>
<attvalue for="timescited" value="26"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e367" source="n40" target="n397" weight="3.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="51"></attvalue>
<attvalue for="timescited" value="51"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e368" source="n397" target="n447" weight="3.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="25"></attvalue>
<attvalue for="timescited" value="25"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e369" source="n242" target="n448" weight="5.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="29"></attvalue>
<attvalue for="timescited" value="29"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e370" source="n102" target="n449" weight="3.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="39"></attvalue>
<attvalue for="timescited" value="39"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e371" source="n205" target="n450" weight="2.0">
<viz:color r="24" g="129" b="72"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="312"></attvalue>
<attvalue for="timescited" value="312"></attvalue>
<attvalue for="minyear" value="2007"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e372" source="n40" target="n123" weight="6.0">
<viz:color r="26" g="130" b="74"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="200"></attvalue>
<attvalue for="timescited" value="200"></attvalue>
<attvalue for="minyear" value="2006"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e373" source="n451" target="n452" weight="4.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="73"></attvalue>
<attvalue for="timescited" value="73"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2016"></attvalue>
</attvalues>
</edge>
<edge id="e374" source="n108" target="n451">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="37"></attvalue>
<attvalue for="timescited" value="37"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e375" source="n207" target="n394" weight="2.0">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="6"></attvalue>
<attvalue for="timescited" value="6"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e376" source="n178" target="n455" weight="15.0">
<viz:color r="8" g="115" b="53"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="15"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to2019" value="70"></attvalue>
<attvalue for="timescited" value="70"></attvalue>
<attvalue for="minyear" value="2015"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e377" source="n11" target="n456" weight="12.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="12"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="230"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="12"></attvalue>
<attvalue for="timescited1990to2019" value="1309"></attvalue>
<attvalue for="timescited" value="1309"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e378" source="n11" target="n25" weight="14.0">
<viz:color r="30" g="134" b="79"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="14"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="14"></attvalue>
<attvalue for="timescited1990to2019" value="192"></attvalue>
<attvalue for="timescited" value="192"></attvalue>
<attvalue for="minyear" value="2004"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e379" source="n13" target="n306" weight="6.0">
<viz:color r="12" g="119" b="58"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="140"></attvalue>
<attvalue for="timescited" value="140"></attvalue>
<attvalue for="minyear" value="2013"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e380" source="n458" target="n459" weight="2.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="52"></attvalue>
<attvalue for="timescited" value="52"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e381" source="n269" target="n386" weight="4.0">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="755"></attvalue>
<attvalue for="timescited" value="755"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e382" source="n259" target="n461" weight="2.0">
<viz:color r="48" g="149" b="101"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="163"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="185"></attvalue>
<attvalue for="timescited" value="185"></attvalue>
<attvalue for="minyear" value="1995"></attvalue>
<attvalue for="maxyear" value="2009"></attvalue>
</attvalues>
</edge>
<edge id="e383" source="n120" target="n463" weight="15.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="15"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="15"></attvalue>
<attvalue for="timescited1990to2019" value="216"></attvalue>
<attvalue for="timescited" value="216"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e384" source="n65" target="n468">
<viz:color r="42" g="144" b="93"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="209"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="209"></attvalue>
<attvalue for="timescited" value="209"></attvalue>
<attvalue for="minyear" value="1998"></attvalue>
<attvalue for="maxyear" value="1998"></attvalue>
</attvalues>
</edge>
<edge id="e385" source="n65" target="n205" weight="7.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="174"></attvalue>
<attvalue for="timescited" value="174"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e386" source="n178" target="n469">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="11"></attvalue>
<attvalue for="timescited" value="11"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e387" source="n205" target="n343" weight="9.0">
<viz:color r="4" g="112" b="48"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="9"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="34"></attvalue>
<attvalue for="timescited" value="34"></attvalue>
<attvalue for="minyear" value="2017"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e388" source="n308" target="n437" weight="4.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="3275"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="3275"></attvalue>
<attvalue for="timescited" value="3275"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2003"></attvalue>
</attvalues>
</edge>
<edge id="e389" source="n199" target="n308" weight="6.0">
<viz:color r="36" g="139" b="86"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="4"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="3334"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="6"></attvalue>
<attvalue for="timescited1990to2019" value="3334"></attvalue>
<attvalue for="timescited" value="3334"></attvalue>
<attvalue for="minyear" value="2001"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e390" source="n196" target="n406" weight="3.0">
<viz:color r="10" g="117" b="55"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="3"></attvalue>
<attvalue for="timescited1990to2019" value="130"></attvalue>
<attvalue for="timescited" value="130"></attvalue>
<attvalue for="minyear" value="2014"></attvalue>
<attvalue for="maxyear" value="2015"></attvalue>
</attvalues>
</edge>
<edge id="e391" source="n282" target="n317" weight="4.0">
<viz:color r="66" g="164" b="122"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="443"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="443"></attvalue>
<attvalue for="timescited" value="1015"></attvalue>
<attvalue for="minyear" value="1986"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e392" source="n282" target="n387" weight="2.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="2"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="21"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="21"></attvalue>
<attvalue for="timescited" value="21"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2004"></attvalue>
</attvalues>
</edge>
<edge id="e393" source="n249" target="n459">
<viz:color r="38" g="140" b="89"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2000"></attvalue>
<attvalue for="maxyear" value="2000"></attvalue>
</attvalues>
</edge>
<edge id="e394" source="n15" target="n474" weight="8.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="991"></attvalue>
<attvalue for="timescited" value="991"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2017"></attvalue>
</attvalues>
</edge>
<edge id="e395" source="n27" target="n476">
<viz:color r="52" g="152" b="105"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="1"></attvalue>
<attvalue for="timescited1990to1994" value="6"></attvalue>
<attvalue for="timescited1990to2004" value="6"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="6"></attvalue>
<attvalue for="timescited" value="6"></attvalue>
<attvalue for="minyear" value="1993"></attvalue>
<attvalue for="maxyear" value="1993"></attvalue>
</attvalues>
</edge>
<edge id="e396" source="n120" target="n477" weight="4.0">
<viz:color r="16" g="122" b="63"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="201"></attvalue>
<attvalue for="timescited" value="201"></attvalue>
<attvalue for="minyear" value="2011"></attvalue>
<attvalue for="maxyear" value="2019"></attvalue>
</attvalues>
</edge>
<edge id="e397" source="n26" target="n457" weight="2.0">
<viz:color r="2" g="110" b="46"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="2"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="2"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2018"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e398" source="n27" target="n205" weight="7.0">
<viz:color r="56" g="156" b="110"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="3"></attvalue>
<attvalue for="numberofcoauthoredworks" value="7"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="36"></attvalue>
<attvalue for="timescited1990to2004" value="36"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="7"></attvalue>
<attvalue for="timescited1990to2019" value="82"></attvalue>
<attvalue for="timescited" value="82"></attvalue>
<attvalue for="minyear" value="1991"></attvalue>
<attvalue for="maxyear" value="2011"></attvalue>
</attvalues>
</edge>
<edge id="e399" source="n62" target="n121" weight="5.0">
<viz:color r="34" g="137" b="84"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="3467"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="3887"></attvalue>
<attvalue for="timescited" value="3887"></attvalue>
<attvalue for="minyear" value="2002"></attvalue>
<attvalue for="maxyear" value="2008"></attvalue>
</attvalues>
</edge>
<edge id="e400" source="n487" target="n488" weight="10.0">
<viz:color r="18" g="124" b="65"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="10"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="10"></attvalue>
<attvalue for="timescited1990to2019" value="242"></attvalue>
<attvalue for="timescited" value="242"></attvalue>
<attvalue for="minyear" value="2010"></attvalue>
<attvalue for="maxyear" value="2018"></attvalue>
</attvalues>
</edge>
<edge id="e401" source="n308" target="n489">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e402" source="n205" target="n259" weight="22.0">
<viz:color r="70" g="167" b="127"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks" value="22"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="9"></attvalue>
<attvalue for="timescited1990to1994" value="2311"></attvalue>
<attvalue for="timescited1990to2004" value="2464"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="9"></attvalue>
<attvalue for="timescited1990to2019" value="2464"></attvalue>
<attvalue for="timescited" value="3506"></attvalue>
<attvalue for="minyear" value="1984"></attvalue>
<attvalue for="maxyear" value="1995"></attvalue>
</attvalues>
</edge>
<edge id="e403" source="n205" target="n410" weight="23.0">
<viz:color r="58" g="157" b="112"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="15"></attvalue>
<attvalue for="numberofcoauthoredworks" value="23"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="23"></attvalue>
<attvalue for="timescited1990to1994" value="2242"></attvalue>
<attvalue for="timescited1990to2004" value="2837"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="23"></attvalue>
<attvalue for="timescited1990to2019" value="2837"></attvalue>
<attvalue for="timescited" value="2837"></attvalue>
<attvalue for="minyear" value="1990"></attvalue>
<attvalue for="maxyear" value="1999"></attvalue>
</attvalues>
</edge>
<edge id="e404" source="n205" target="n493">
<viz:color r="28" g="132" b="77"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="73"></attvalue>
<attvalue for="timescited" value="73"></attvalue>
<attvalue for="minyear" value="2005"></attvalue>
<attvalue for="maxyear" value="2005"></attvalue>
</attvalues>
</edge>
<edge id="e405" source="n368" target="n448" weight="4.0">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="4"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="4"></attvalue>
<attvalue for="timescited1990to2019" value="67"></attvalue>
<attvalue for="timescited" value="67"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2014"></attvalue>
</attvalues>
</edge>
<edge id="e406" source="n206" target="n294" weight="5.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="5"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="761"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="5"></attvalue>
<attvalue for="timescited1990to2019" value="773"></attvalue>
<attvalue for="timescited" value="773"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2007"></attvalue>
</attvalues>
</edge>
<edge id="e407" source="n25" target="n496">
<viz:color r="14" g="120" b="60"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="1"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="0"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="1"></attvalue>
<attvalue for="timescited1990to2019" value="0"></attvalue>
<attvalue for="timescited" value="0"></attvalue>
<attvalue for="minyear" value="2012"></attvalue>
<attvalue for="maxyear" value="2012"></attvalue>
</attvalues>
</edge>
<edge id="e408" source="n12" target="n410" weight="8.0">
<viz:color r="32" g="135" b="82"></viz:color>
<attvalues>
<attvalue for="numberofcoauthoredworks1990to1994" value="0"></attvalue>
<attvalue for="numberofcoauthoredworks" value="8"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2004" value="3"></attvalue>
<attvalue for="timescited1990to1994" value="0"></attvalue>
<attvalue for="timescited1990to2004" value="125"></attvalue>
<attvalue for="numberofcoauthoredworks1990to2019" value="8"></attvalue>
<attvalue for="timescited1990to2019" value="420"></attvalue>
<attvalue for="timescited" value="420"></attvalue>
<attvalue for="minyear" value="2003"></attvalue>
<attvalue for="maxyear" value="2013"></attvalue>
</attvalues>
</edge>
</edges>
</graph>
</gexf>
This file has been truncated, but you can view the full file.
{
"nodes": [{
"label": "Vasan Ramachandran",
"x": 116.66996002197266,
"y": -103.92113494873047,
"id": "n87",
"attributes": {
"numberofworks": "1313",
"maxyear": "2019",
"minyear": "1989",
"numberofworks1990to2019": "1310",
"timescited": "121133",
"timescited1990to2004": "41466",
"numberofworks1990to1994": "15",
"numberofworks1990to2004": "189",
"timescited1990to2019": "121028",
"show_label": "true",
"timescited1990to1994": "298"
},
"color": "rgb(88,183,148)",
"size": 48.136383056640625
}, {
"label": "Holger Gerhardt",
"x": 221.99830627441406,
"y": 634.0571899414062,
"id": "n121",
"attributes": {
"numberofworks": "155",
"maxyear": "2019",
"minyear": "1988",
"numberofworks1990to2019": "154",
"timescited": "21015",
"timescited1990to2004": "7833",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "30",
"timescited1990to2019": "21015",
"timescited1990to1994": "0"
},
"color": "rgb(210,237,233)",
"size": 9.128998756408691
}, {
"label": "J Pickering",
"x": -162.80929565429688,
"y": -336.333984375,
"id": "n278",
"attributes": {
"numberofworks": "221",
"maxyear": "2019",
"minyear": "1980",
"numberofworks1990to2019": "217",
"timescited": "6292",
"timescited1990to2004": "4207",
"numberofworks1990to1994": "30",
"numberofworks1990to2004": "111",
"timescited1990to2019": "6195",
"timescited1990to1994": "2042"
},
"color": "rgb(229,244,245)",
"size": 11.254833221435547
}, {
"label": "Ziwen Li",
"x": 897.7569580078125,
"y": -58.19867706298828,
"id": "n325",
"attributes": {
"numberofworks": "4",
"maxyear": "2019",
"minyear": "2013",
"numberofworks1990to2019": "4",
"timescited": "37",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "37",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.067486763000488
}, {
"label": "Alan Daugherty",
"x": 273.5237121582031,
"y": -17.922834396362305,
"id": "n176",
"attributes": {
"numberofworks": "604",
"maxyear": "2019",
"minyear": "1980",
"numberofworks1990to2019": "561",
"timescited": "20431",
"timescited1990to2004": "10787",
"numberofworks1990to1994": "30",
"numberofworks1990to2004": "173",
"timescited1990to2019": "19650",
"timescited1990to1994": "1680"
},
"color": "rgb(212,238,235)",
"size": 22.862565994262695
}, {
"label": "Shu Chien",
"x": -413.8525085449219,
"y": 41.26029586791992,
"id": "n27",
"attributes": {
"numberofworks": "1287",
"maxyear": "2019",
"minyear": "1956",
"numberofworks1990to2019": "751",
"timescited": "62350",
"timescited1990to2004": "17205",
"numberofworks1990to1994": "90",
"numberofworks1990to2004": "328",
"timescited1990to2019": "38052",
"show_label": "true",
"timescited1990to1994": "3787"
},
"color": "rgb(189,228,220)",
"size": 29.273813247680664
}, {
"label": "Sonia Hernandez",
"x": 206.1378631591797,
"y": 732.3803100585938,
"id": "n59",
"attributes": {
"numberofworks": "24",
"maxyear": "2019",
"minyear": "2008",
"numberofworks1990to2019": "24",
"timescited": "511",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "511",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.7423553466796875
}, {
"label": "Navaneeth Pandian",
"x": -561.2250366210938,
"y": 562.24267578125,
"id": "n220",
"attributes": {
"numberofworks": "6",
"maxyear": "2019",
"minyear": "2017",
"numberofworks1990to2019": "6",
"timescited": "15",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "15",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.134973526000977
}, {
"label": "Jessica Wagenseil",
"x": -686.384765625,
"y": -417.2647399902344,
"id": "n185",
"attributes": {
"numberofworks": "80",
"maxyear": "2019",
"minyear": "1999",
"numberofworks1990to2019": "80",
"timescited": "2656",
"timescited1990to2004": "436",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "8",
"timescited1990to2019": "2656",
"timescited1990to1994": "0"
},
"color": "rgb(233,246,248)",
"size": 6.631986141204834
}, {
"label": "Didier Stainier",
"x": 51.72331619262695,
"y": -336.24725341796875,
"id": "n102",
"attributes": {
"numberofworks": "403",
"maxyear": "2019",
"minyear": "1955",
"numberofworks1990to2019": "401",
"timescited": "35989",
"timescited1990to2004": "16914",
"numberofworks1990to1994": "15",
"numberofworks1990to2004": "123",
"timescited1990to2019": "35899",
"timescited1990to1994": "1105"
},
"color": "rgb(191,229,221)",
"size": 17.463621139526367
}, {
"label": "Gangjian Qin",
"x": 219.37396240234375,
"y": -14.898966789245605,
"id": "n80",
"attributes": {
"numberofworks": "208",
"maxyear": "2019",
"minyear": "1999",
"numberofworks1990to2019": "208",
"timescited": "5387",
"timescited1990to2004": "254",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "4",
"timescited1990to2019": "5387",
"timescited1990to1994": "0"
},
"color": "rgb(230,245,246)",
"size": 10.951141357421875
}, {
"label": "Santhi Ganesh",
"x": 87.56220245361328,
"y": -109.58853912353516,
"id": "n262",
"attributes": {
"numberofworks": "95",
"maxyear": "2017",
"minyear": "1998",
"numberofworks1990to2019": "95",
"timescited": "9527",
"timescited1990to2004": "1752",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "10",
"timescited1990to2019": "9527",
"timescited1990to1994": "0"
},
"color": "rgb(225,243,243)",
"size": 7.1381378173828125
}, {
"label": "Brian Petrich",
"x": -451.60247802734375,
"y": -5.34255313873291,
"id": "n263",
"attributes": {
"numberofworks": "41",
"maxyear": "2019",
"minyear": "2002",
"numberofworks1990to2019": "41",
"timescited": "1922",
"timescited1990to2004": "508",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "5",
"timescited1990to2019": "1922",
"timescited1990to1994": "0"
},
"color": "rgb(234,247,249)",
"size": 5.315992832183838
}, {
"label": "David Harrison",
"x": 133.67276000976562,
"y": -154.43035888671875,
"id": "n79",
"attributes": {
"numberofworks": "1085",
"maxyear": "2019",
"minyear": "1974",
"numberofworks1990to2019": "952",
"timescited": "75825",
"timescited1990to2004": "51449",
"numberofworks1990to1994": "117",
"numberofworks1990to2004": "430",
"timescited1990to2019": "69607",
"show_label": "true",
"timescited1990to1994": "9585"
},
"color": "rgb(149,212,194)",
"size": 36.05624008178711
}, {
"label": "Susan Smyth",
"x": 304.2812805175781,
"y": -8.94892406463623,
"id": "n409",
"attributes": {
"numberofworks": "302",
"maxyear": "2019",
"minyear": "1991",
"numberofworks1990to2019": "302",
"timescited": "7413",
"timescited1990to2004": "1374",
"numberofworks1990to1994": "6",
"numberofworks1990to2004": "39",
"timescited1990to2019": "7413",
"timescited1990to1994": "465"
},
"color": "rgb(227,244,244)",
"size": 14.12302303314209
}, {
"label": "Hua Su",
"x": -363.0422668457031,
"y": -25.533472061157227,
"id": "n137",
"attributes": {
"numberofworks": "252",
"maxyear": "2019",
"minyear": "1982",
"numberofworks1990to2019": "251",
"timescited": "4892",
"timescited1990to2004": "896",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "11",
"timescited1990to2019": "4888",
"timescited1990to1994": "141"
},
"color": "rgb(230,245,247)",
"size": 12.402108192443848
}, {
"label": "Mingxia Gu",
"x": -123.66342163085938,
"y": -192.0286102294922,
"id": "n154",
"attributes": {
"numberofworks": "29",
"maxyear": "2019",
"minyear": "2011",
"numberofworks1990to2019": "29",
"timescited": "755",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "755",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.91107177734375
}, {
"label": "David Tulis",
"x": 8.561070442199707,
"y": -2.368286371231079,
"id": "n322",
"attributes": {
"numberofworks": "90",
"maxyear": "2018",
"minyear": "1990",
"numberofworks1990to2019": "90",
"timescited": "1577",
"timescited1990to2004": "750",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "25",
"timescited1990to2019": "1577",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,249)",
"size": 6.969420433044434
}, {
"label": "Nicholas Gale",
"x": -847.3544311523438,
"y": -212.08021545410156,
"id": "n401",
"attributes": {
"numberofworks": "71",
"maxyear": "2018",
"minyear": "1994",
"numberofworks1990to2019": "71",
"timescited": "19034",
"timescited1990to2004": "14220",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "32",
"timescited1990to2019": "19034",
"timescited1990to1994": "799"
},
"color": "rgb(213,238,235)",
"size": 6.3282952308654785
}, {
"label": "Junliang Pan",
"x": -783.9861450195312,
"y": -48.16041564941406,
"id": "n366",
"attributes": {
"numberofworks": "44",
"maxyear": "2019",
"minyear": "1993",
"numberofworks1990to2019": "44",
"timescited": "4067",
"timescited1990to2004": "2699",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "21",
"timescited1990to2019": "4067",
"timescited1990to1994": "122"
},
"color": "rgb(231,245,247)",
"size": 5.4172234535217285
}, {
"label": "Mitra Esfandiare",
"x": 115.91864776611328,
"y": 586.029296875,
"id": "n133",
"attributes": {
"numberofworks": "67",
"maxyear": "2019",
"minyear": "2001",
"numberofworks1990to2019": "67",
"timescited": "1239",
"timescited1990to2004": "445",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "11",
"timescited1990to2019": "1239",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,249)",
"size": 6.193321704864502
}, {
"label": "Asrar Malik",
"x": -441.04327392578125,
"y": 107.25049591064453,
"id": "n12",
"attributes": {
"numberofworks": "1180",
"maxyear": "2019",
"minyear": "1929",
"numberofworks1990to2019": "850",
"timescited": "41660",
"timescited1990to2004": "18962",
"numberofworks1990to1994": "141",
"numberofworks1990to2004": "374",
"timescited1990to2019": "34344",
"show_label": "true",
"timescited1990to1994": "5468"
},
"color": "rgb(193,230,223)",
"size": 32.614410400390625
}, {
"label": "Keith Burridge",
"x": 89.27374267578125,
"y": -333.5191345214844,
"id": "n209",
"attributes": {
"numberofworks": "383",
"maxyear": "2019",
"minyear": "1974",
"numberofworks1990to2019": "281",
"timescited": "50174",
"timescited1990to2004": "30159",
"numberofworks1990to1994": "40",
"numberofworks1990to2004": "145",
"timescited1990to2019": "36761",
"timescited1990to1994": "6614"
},
"color": "rgb(190,229,221)",
"size": 13.414412498474121
}, {
"label": "James Stone",
"x": 310.12054443359375,
"y": -45.246498107910156,
"id": "n37",
"attributes": {
"numberofworks": "106",
"maxyear": "2019",
"minyear": "1994",
"numberofworks1990to2019": "106",
"timescited": "4849",
"timescited1990to2004": "1911",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "20",
"timescited1990to2019": "4849",
"timescited1990to1994": "4"
},
"color": "rgb(230,245,247)",
"size": 7.50931453704834
}, {
"label": "Karim Brandt",
"x": -212.43878173828125,
"y": 417.99066162109375,
"id": "n417",
"attributes": {
"numberofworks": "66",
"maxyear": "2018",
"minyear": "1725",
"numberofworks1990to2019": "52",
"timescited": "4529",
"timescited1990to2004": "71",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "4",
"timescited1990to2019": "4426",
"timescited1990to1994": "3"
},
"color": "rgb(231,245,247)",
"size": 5.687170505523682
}, {
"label": "Jose Krieger",
"x": -30.565950393676758,
"y": -137.29067993164062,
"id": "n180",
"attributes": {
"numberofworks": "896",
"maxyear": "2019",
"minyear": "1975",
"numberofworks1990to2019": "885",
"timescited": "14258",
"timescited1990to2004": "6373",
"numberofworks1990to1994": "26",
"numberofworks1990to2004": "285",
"timescited1990to2019": "14096",
"show_label": "true",
"timescited1990to1994": "1084"
},
"color": "rgb(219,240,239)",
"size": 33.795433044433594
}, {
"label": "Siu Ling Wong",
"x": -584.9000854492188,
"y": 202.46673583984375,
"id": "n474",
"attributes": {
"numberofworks": "28",
"maxyear": "2018",
"minyear": "2009",
"numberofworks1990to2019": "28",
"timescited": "1815",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "1815",
"timescited1990to1994": "0"
},
"color": "rgb(234,247,249)",
"size": 4.877328872680664
}, {
"label": "Ruth-maria Korth",
"x": 905.0613403320312,
"y": 107.42639923095703,
"id": "n433",
"attributes": {
"numberofworks": "20",
"maxyear": "2017",
"minyear": "1978",
"numberofworks1990to2019": "17",
"timescited": "76",
"timescited1990to2004": "59",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "9",
"timescited1990to2019": "76",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.50615119934082
}, {
"label": "Wang Min",
"x": 39.58971405029297,
"y": 625.0143432617188,
"id": "n415",
"attributes": {
"numberofworks": "216",
"maxyear": "2019",
"minyear": "1988",
"numberofworks1990to2019": "215",
"timescited": "10552",
"timescited1990to2004": "2213",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "23",
"timescited1990to2019": "10552",
"timescited1990to1994": "25"
},
"color": "rgb(223,242,242)",
"size": 11.187346458435059
}, {
"label": "Tohru Fukai",
"x": 512.446044921875,
"y": 190.7184600830078,
"id": "n189",
"attributes": {
"numberofworks": "17",
"maxyear": "2019",
"minyear": "1990",
"numberofworks1990to2019": "17",
"timescited": "177",
"timescited1990to2004": "0",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "1",
"timescited1990to2019": "177",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.50615119934082
}, {
"label": "Susan Majka",
"x": 237.5578155517578,
"y": 758.7344360351562,
"id": "n437",
"attributes": {
"numberofworks": "59",
"maxyear": "2019",
"minyear": "1997",
"numberofworks1990to2019": "59",
"timescited": "5087",
"timescited1990to2004": "3424",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "7",
"timescited1990to2019": "5087",
"timescited1990to1994": "0"
},
"color": "rgb(230,245,246)",
"size": 5.923374652862549
}, {
"label": "Kristy Red-horse",
"x": 17.205013275146484,
"y": 647.8648681640625,
"id": "n52",
"attributes": {
"numberofworks": "62",
"maxyear": "2019",
"minyear": "2001",
"numberofworks1990to2019": "62",
"timescited": "2774",
"timescited1990to2004": "951",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "10",
"timescited1990to2019": "2774",
"timescited1990to1994": "0"
},
"color": "rgb(233,246,248)",
"size": 6.024604320526123
}, {
"label": "William Huckle",
"x": -632.75146484375,
"y": 574.9530639648438,
"id": "n481",
"attributes": {
"numberofworks": "59",
"maxyear": "2019",
"minyear": "1980",
"numberofworks1990to2019": "42",
"timescited": "3109",
"timescited1990to2004": "1655",
"numberofworks1990to1994": "5",
"numberofworks1990to2004": "23",
"timescited1990to2019": "2116",
"timescited1990to1994": "369"
},
"color": "rgb(234,246,249)",
"size": 5.349736213684082
}, {
"label": "Zhanna Nepiyushchikh",
"x": 221.50296020507812,
"y": -338.1700744628906,
"id": "n148",
"attributes": {
"numberofworks": "28",
"maxyear": "2019",
"minyear": "2006",
"numberofworks1990to2019": "28",
"timescited": "279",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "279",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.877328872680664
}, {
"label": "Christopher Glass",
"x": -553.4788208007812,
"y": 18.294639587402344,
"id": "n177",
"attributes": {
"numberofworks": "488",
"maxyear": "2019",
"minyear": "1966",
"numberofworks1990to2019": "465",
"timescited": "101275",
"timescited1990to2004": "53011",
"numberofworks1990to1994": "28",
"numberofworks1990to2004": "187",
"timescited1990to2019": "97565",
"timescited1990to1994": "5403"
},
"color": "rgb(114,198,171)",
"size": 19.623197555541992
}, {
"label": "Chetan Hans",
"x": -169.8041229248047,
"y": -382.5209655761719,
"id": "n85",
"attributes": {
"numberofworks": "33",
"maxyear": "2019",
"minyear": "2002",
"numberofworks1990to2019": "33",
"timescited": "1162",
"timescited1990to2004": "182",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "2",
"timescited1990to2019": "1162",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 5.046045780181885
}, {
"label": "Sylvain Galvani",
"x": 231.38540649414062,
"y": 425.6778259277344,
"id": "n310",
"attributes": {
"numberofworks": "36",
"maxyear": "2019",
"minyear": "2007",
"numberofworks1990to2019": "36",
"timescited": "1167",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "1167",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 5.147275924682617
}, {
"label": "Robert Tomanek",
"x": 592.8011474609375,
"y": -142.91647338867188,
"id": "n357",
"attributes": {
"numberofworks": "171",
"maxyear": "2017",
"minyear": "1960",
"numberofworks1990to2019": "115",
"timescited": "6936",
"timescited1990to2004": "3030",
"numberofworks1990to1994": "21",
"numberofworks1990to2004": "55",
"timescited1990to2019": "3949",
"timescited1990to1994": "814"
},
"color": "rgb(232,246,247)",
"size": 7.813005447387695
}, {
"label": "Jose Diaz",
"x": 542.6564331054688,
"y": 126.9874267578125,
"id": "n219",
"attributes": {
"numberofworks": "92",
"maxyear": "2019",
"minyear": "1990",
"numberofworks1990to2019": "92",
"timescited": "1792",
"timescited1990to2004": "159",
"numberofworks1990to1994": "4",
"numberofworks1990to2004": "15",
"timescited1990to2019": "1792",
"timescited1990to1994": "39"
},
"color": "rgb(234,247,249)",
"size": 7.036907196044922
}, {
"label": "Karen Moulton",
"x": 31.584556579589844,
"y": 41.46953201293945,
"id": "n393",
"attributes": {
"numberofworks": "32",
"maxyear": "2018",
"minyear": "1992",
"numberofworks1990to2019": "32",
"timescited": "2960",
"timescited1990to2004": "2530",
"numberofworks1990to1994": "3",
"numberofworks1990to2004": "16",
"timescited1990to2019": "2960",
"timescited1990to1994": "259"
},
"color": "rgb(233,246,248)",
"size": 5.012302398681641
}, {
"label": "Peter Carmeliet",
"x": 173.11180114746094,
"y": 621.1534423828125,
"id": "n14",
"attributes": {
"numberofworks": "1302",
"maxyear": "2019",
"minyear": "1982",
"numberofworks1990to2019": "1287",
"timescited": "125878",
"timescited1990to2004": "77188",
"numberofworks1990to1994": "22",
"numberofworks1990to2004": "463",
"timescited1990to2019": "124988",
"show_label": "true",
"timescited1990to1994": "2590"
},
"color": "rgb(85,179,144)",
"size": 47.360286712646484
}, {
"label": "Edward Plow",
"x": -476.0832214355469,
"y": 54.127384185791016,
"id": "n259",
"attributes": {
"numberofworks": "335",
"maxyear": "2019",
"minyear": "1971",
"numberofworks1990to2019": "244",
"timescited": "34923",
"timescited1990to2004": "18438",
"numberofworks1990to1994": "50",
"numberofworks1990to2004": "135",
"timescited1990to2019": "24041",
"timescited1990to1994": "7985"
},
"color": "rgb(206,235,231)",
"size": 12.165904998779297
}, {
"label": "Harold Singer",
"x": -153.95883178710938,
"y": -725.104736328125,
"id": "n229",
"attributes": {
"numberofworks": "53",
"maxyear": "2019",
"minyear": "1987",
"numberofworks1990to2019": "52",
"timescited": "2143",
"timescited1990to2004": "495",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "10",
"timescited1990to2019": "2143",
"timescited1990to1994": "0"
},
"color": "rgb(234,246,249)",
"size": 5.687170505523682
}, {
"label": "Rita Upmacis",
"x": -581.6109619140625,
"y": -544.1243286132812,
"id": "n328",
"attributes": {
"numberofworks": "73",
"maxyear": "2018",
"minyear": "1985",
"numberofworks1990to2019": "58",
"timescited": "1087",
"timescited1990to2004": "243",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "23",
"timescited1990to2019": "596",
"timescited1990to1994": "6"
},
"color": "rgb(236,247,250)",
"size": 5.8896307945251465
}, {
"label": "Jain Mukesh",
"x": 312.5655822753906,
"y": 128.23678588867188,
"id": "n39",
"attributes": {
"numberofworks": "322",
"maxyear": "2019",
"minyear": "1974",
"numberofworks1990to2019": "311",
"timescited": "13031",
"timescited1990to2004": "3884",
"numberofworks1990to1994": "6",
"numberofworks1990to2004": "87",
"timescited1990to2019": "12896",
"timescited1990to1994": "62"
},
"color": "rgb(220,241,240)",
"size": 14.426713943481445
}, {
"label": "Paul Dicorleto",
"x": -494.2246398925781,
"y": 99.93037414550781,
"id": "n461",
"attributes": {
"numberofworks": "93",
"maxyear": "2018",
"minyear": "1973",
"numberofworks1990to2019": "66",
"timescited": "7624",
"timescited1990to2004": "3264",
"numberofworks1990to1994": "9",
"numberofworks1990to2004": "28",
"timescited1990to2019": "4302",
"timescited1990to1994": "438"
},
"color": "rgb(231,245,247)",
"size": 6.159578323364258
}, {
"label": "Hana Totary-jain",
"x": -812.7842407226562,
"y": 120.8328857421875,
"id": "n391",
"attributes": {
"numberofworks": "32",
"maxyear": "2019",
"minyear": "1996",
"numberofworks1990to2019": "32",
"timescited": "1072",
"timescited1990to2004": "314",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "9",
"timescited1990to2019": "1072",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 5.012302398681641
}, {
"label": "Cecilia Giachelli",
"x": 447.59942626953125,
"y": 428.5397033691406,
"id": "n153",
"attributes": {
"numberofworks": "315",
"maxyear": "2019",
"minyear": "1984",
"numberofworks1990to2019": "305",
"timescited": "28041",
"timescited1990to2004": "18860",
"numberofworks1990to1994": "24",
"numberofworks1990to2004": "171",
"timescited1990to2019": "27840",
"timescited1990to1994": "3082"
},
"color": "rgb(201,233,228)",
"size": 14.22425365447998
}, {
"label": "Andreas Beyer",
"x": 343.27947998046875,
"y": 487.8901672363281,
"id": "n458",
"attributes": {
"numberofworks": "162",
"maxyear": "2019",
"minyear": "1991",
"numberofworks1990to2019": "162",
"timescited": "7463",
"timescited1990to2004": "3488",
"numberofworks1990to1994": "3",
"numberofworks1990to2004": "42",
"timescited1990to2019": "7463",
"timescited1990to1994": "768"
},
"color": "rgb(227,244,244)",
"size": 9.398945808410645
}, {
"label": "Anne Karine Lagendijk",
"x": -312.99713134765625,
"y": -229.57142639160156,
"id": "n463",
"attributes": {
"numberofworks": "29",
"maxyear": "2019",
"minyear": "2006",
"numberofworks1990to2019": "29",
"timescited": "1354",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "1354",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,249)",
"size": 4.91107177734375
}, {
"label": "Denisa Wagner",
"x": -611.5504150390625,
"y": 156.01560974121094,
"id": "n15",
"attributes": {
"numberofworks": "458",
"maxyear": "2019",
"minyear": "1978",
"numberofworks1990to2019": "410",
"timescited": "43046",
"timescited1990to2004": "22069",
"numberofworks1990to1994": "31",
"numberofworks1990to2004": "182",
"timescited1990to2019": "36744",
"timescited1990to1994": "6565"
},
"color": "rgb(190,229,221)",
"size": 17.767311096191406
}, {
"label": "Naomi Chesler",
"x": 102.92361450195312,
"y": -469.3470458984375,
"id": "n234",
"attributes": {
"numberofworks": "255",
"maxyear": "2019",
"minyear": "1994",
"numberofworks1990to2019": "255",
"timescited": "3634",
"timescited1990to2004": "1073",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "37",
"timescited1990to2019": "3634",
"timescited1990to1994": "7"
},
"color": "rgb(232,246,248)",
"size": 12.537083625793457
}, {
"label": "Raphael Lis",
"x": 136.210693359375,
"y": 416.4288024902344,
"id": "n392",
"attributes": {
"numberofworks": "49",
"maxyear": "2019",
"minyear": "2008",
"numberofworks1990to2019": "49",
"timescited": "1467",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "1467",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,249)",
"size": 5.585940361022949
}, {
"label": "Li-kun Phng",
"x": -420.63287353515625,
"y": 478.6105041503906,
"id": "n267",
"attributes": {
"numberofworks": "3",
"maxyear": "2018",
"minyear": "2017",
"numberofworks1990to2019": "3",
"timescited": "10",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "10",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.033743858337402
}, {
"label": "Keri Schadler",
"x": -438.4453125,
"y": 658.82666015625,
"id": "n495",
"attributes": {
"numberofworks": "21",
"maxyear": "2019",
"minyear": "1877",
"numberofworks1990to2019": "20",
"timescited": "267",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "267",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.6073808670043945
}, {
"label": "Hong Yang",
"x": -537.5339965820312,
"y": -208.97747802734375,
"id": "n353",
"attributes": {
"numberofworks": "47",
"maxyear": "2019",
"minyear": "2003",
"numberofworks1990to2019": "47",
"timescited": "1064",
"timescited1990to2004": "442",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "7",
"timescited1990to2019": "1064",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 5.518453121185303
}, {
"label": "Carmen Halabi",
"x": -641.0797729492188,
"y": -399.51727294921875,
"id": "n201",
"attributes": {
"numberofworks": "33",
"maxyear": "2019",
"minyear": "2005",
"numberofworks1990to2019": "33",
"timescited": "706",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "706",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 5.046045780181885
}, {
"label": "Elisabetta Dejana",
"x": 133.91796875,
"y": 670.86669921875,
"id": "n17",
"attributes": {
"numberofworks": "590",
"maxyear": "2019",
"minyear": "1976",
"numberofworks1990to2019": "440",
"timescited": "50892",
"timescited1990to2004": "28460",
"numberofworks1990to1994": "109",
"numberofworks1990to2004": "235",
"timescited1990to2019": "45126",
"timescited1990to1994": "7025"
},
"color": "rgb(180,225,214)",
"size": 18.779613494873047
}, {
"label": "Robert Mecham",
"x": -678.6232299804688,
"y": -388.0482177734375,
"id": "n184",
"attributes": {
"numberofworks": "463",
"maxyear": "2019",
"minyear": "1976",
"numberofworks1990to2019": "376",
"timescited": "23590",
"timescited1990to2004": "12474",
"numberofworks1990to1994": "61",
"numberofworks1990to2004": "180",
"timescited1990to2019": "19122",
"timescited1990to1994": "3656"
},
"color": "rgb(212,238,235)",
"size": 16.620037078857422
}, {
"label": "Douglas Marchuk",
"x": -332.8130187988281,
"y": -17.700637817382812,
"id": "n65",
"attributes": {
"numberofworks": "318",
"maxyear": "2019",
"minyear": "1749",
"numberofworks1990to2019": "298",
"timescited": "23358",
"timescited1990to2004": "18057",
"numberofworks1990to1994": "36",
"numberofworks1990to2004": "165",
"timescited1990to2019": "22452",
"timescited1990to1994": "7096"
},
"color": "rgb(208,236,232)",
"size": 13.98805046081543
}, {
"label": "Shulamit Levenberg",
"x": -32.11058044433594,
"y": -195.0759735107422,
"id": "n206",
"attributes": {
"numberofworks": "137",
"maxyear": "2019",
"minyear": "2001",
"numberofworks1990to2019": "137",
"timescited": "6978",
"timescited1990to2004": "2190",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "10",
"timescited1990to2019": "6978",
"timescited1990to1994": "0"
},
"color": "rgb(228,244,245)",
"size": 8.555360794067383
}, {
"label": "Guillermo García-cardeña",
"x": 304.9150085449219,
"y": 206.58395385742188,
"id": "n161",
"attributes": {
"numberofworks": "37",
"maxyear": "2019",
"minyear": "1997",
"numberofworks1990to2019": "37",
"timescited": "5125",
"timescited1990to2004": "2100",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "8",
"timescited1990to2019": "5125",
"timescited1990to1994": "0"
},
"color": "rgb(230,245,246)",
"size": 5.181019306182861
}, {
"label": "Shayn Peirce-cottler",
"x": -230.1885528564453,
"y": -83.35369110107422,
"id": "n21",
"attributes": {
"numberofworks": "180",
"maxyear": "2019",
"minyear": "1999",
"numberofworks1990to2019": "180",
"timescited": "3682",
"timescited1990to2004": "969",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "18",
"timescited1990to2019": "3682",
"timescited1990to1994": "0"
},
"color": "rgb(232,246,248)",
"size": 10.006327629089355
}, {
"label": "Elena Aikawa",
"x": 296.9517822265625,
"y": -82.31053924560547,
"id": "n29",
"attributes": {
"numberofworks": "314",
"maxyear": "2019",
"minyear": "2003",
"numberofworks1990to2019": "314",
"timescited": "15543",
"timescited1990to2004": "25",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "1",
"timescited1990to2019": "15543",
"timescited1990to1994": "0"
},
"color": "rgb(217,240,238)",
"size": 14.527944564819336
}, {
"label": "Alison Marsden",
"x": 310.95269775390625,
"y": -163.13226318359375,
"id": "n233",
"attributes": {
"numberofworks": "271",
"maxyear": "2019",
"minyear": "1999",
"numberofworks1990to2019": "271",
"timescited": "4671",
"timescited1990to2004": "362",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "9",
"timescited1990to2019": "4671",
"timescited1990to1994": "0"
},
"color": "rgb(231,245,247)",
"size": 13.076977729797363
}, {
"label": "Luke Brewster",
"x": 76.05132293701172,
"y": -79.44348907470703,
"id": "n30",
"attributes": {
"numberofworks": "164",
"maxyear": "2019",
"minyear": "2003",
"numberofworks1990to2019": "164",
"timescited": "1026",
"timescited1990to2004": "19",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "5",
"timescited1990to2019": "1026",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 9.466432571411133
}, {
"label": "Fabeha Fazal",
"x": -440.3764343261719,
"y": 165.85000610351562,
"id": "n239",
"attributes": {
"numberofworks": "41",
"maxyear": "2019",
"minyear": "2004",
"numberofworks1990to2019": "41",
"timescited": "943",
"timescited1990to2004": "167",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "3",
"timescited1990to2019": "943",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 5.315992832183838
}, {
"label": "Edward O\u0027brien",
"x": 454.8387756347656,
"y": 392.27044677734375,
"id": "n280",
"attributes": {
"numberofworks": "246",
"maxyear": "2019",
"minyear": "1991",
"numberofworks1990to2019": "246",
"timescited": "7687",
"timescited1990to2004": "4505",
"numberofworks1990to1994": "6",
"numberofworks1990to2004": "77",
"timescited1990to2019": "7687",
"timescited1990to1994": "1194"
},
"color": "rgb(227,244,244)",
"size": 12.233392715454102
}, {
"label": "Melody Swartz",
"x": 104.69757843017578,
"y": -405.90020751953125,
"id": "n144",
"attributes": {
"numberofworks": "277",
"maxyear": "2019",
"minyear": "1994",
"numberofworks1990to2019": "277",
"timescited": "20833",
"timescited1990to2004": "4905",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "42",
"timescited1990to2019": "20833",
"timescited1990to1994": "0"
},
"color": "rgb(210,237,234)",
"size": 13.279437065124512
}, {
"label": "Benjamin Hogan",
"x": -284.8573913574219,
"y": -237.531982421875,
"id": "n120",
"attributes": {
"numberofworks": "83",
"maxyear": "2019",
"minyear": "1983",
"numberofworks1990to2019": "81",
"timescited": "2244",
"timescited1990to2004": "132",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "4",
"timescited1990to2019": "2244",
"timescited1990to1994": "0"
},
"color": "rgb(234,246,249)",
"size": 6.665729522705078
}, {
"label": "Domenick Falcone",
"x": -564.4176025390625,
"y": -605.8172607421875,
"id": "n405",
"attributes": {
"numberofworks": "29",
"maxyear": "2018",
"minyear": "1984",
"numberofworks1990to2019": "28",
"timescited": "1265",
"timescited1990to2004": "327",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "5",
"timescited1990to2019": "1216",
"timescited1990to1994": "125"
},
"color": "rgb(235,247,250)",
"size": 4.877328872680664
}, {
"label": "Renu Virmani",
"x": 267.28497314453125,
"y": -194.17550659179688,
"id": "n83",
"attributes": {
"numberofworks": "501",
"maxyear": "2019",
"minyear": "2005",
"numberofworks1990to2019": "501",
"timescited": "29472",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "29472",
"timescited1990to1994": "0"
},
"color": "rgb(199,233,227)",
"size": 20.837961196899414
}, {
"label": "Marie Billaud",
"x": -236.98707580566406,
"y": 165.91317749023438,
"id": "n245",
"attributes": {
"numberofworks": "71",
"maxyear": "2019",
"minyear": "2006",
"numberofworks1990to2019": "71",
"timescited": "1479",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "1479",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,249)",
"size": 6.3282952308654785
}, {
"label": "Magdalena Chrzanowska-wodnicka",
"x": -742.5665893554688,
"y": 335.2687683105469,
"id": "n67",
"attributes": {
"numberofworks": "10",
"maxyear": "2015",
"minyear": "2008",
"numberofworks1990to2019": "10",
"timescited": "478",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "478",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.269947052001953
}, {
"label": "Francesco Ramirez",
"x": -641.6681518554688,
"y": -495.568115234375,
"id": "n271",
"attributes": {
"numberofworks": "163",
"maxyear": "2019",
"minyear": "1879",
"numberofworks1990to2019": "132",
"timescited": "11340",
"timescited1990to2004": "7319",
"numberofworks1990to1994": "29",
"numberofworks1990to2004": "75",
"timescited1990to2019": "9826",
"timescited1990to1994": "3309"
},
"color": "rgb(224,243,243)",
"size": 8.386643409729004
}, {
"label": "Mark Levin",
"x": -346.34930419921875,
"y": 790.7059936523438,
"id": "n464",
"attributes": {
"numberofworks": "27",
"maxyear": "2019",
"minyear": "2008",
"numberofworks1990to2019": "27",
"timescited": "513",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "513",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.843585014343262
}, {
"label": "Brant Weinstein",
"x": 104.3463363647461,
"y": -300.7501220703125,
"id": "n101",
"attributes": {
"numberofworks": "87",
"maxyear": "2019",
"minyear": "1994",
"numberofworks1990to2019": "87",
"timescited": "12275",
"timescited1990to2004": "8663",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "32",
"timescited1990to2019": "12275",
"timescited1990to1994": "145"
},
"color": "rgb(221,241,241)",
"size": 6.868190288543701
}, {
"label": "Suneel Apte",
"x": -676.6685791015625,
"y": -345.1503601074219,
"id": "n132",
"attributes": {
"numberofworks": "219",
"maxyear": "2019",
"minyear": "1988",
"numberofworks1990to2019": "216",
"timescited": "13654",
"timescited1990to2004": "8979",
"numberofworks1990to1994": "23",
"numberofworks1990to2004": "85",
"timescited1990to2019": "13635",
"timescited1990to1994": "1164"
},
"color": "rgb(219,241,239)",
"size": 11.221090316772461
}, {
"label": "Pipsa Saharinen",
"x": 45.70591354370117,
"y": 691.9046020507812,
"id": "n255",
"attributes": {
"numberofworks": "50",
"maxyear": "2018",
"minyear": "1997",
"numberofworks1990to2019": "50",
"timescited": "3771",
"timescited1990to2004": "1408",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "11",
"timescited1990to2019": "3771",
"timescited1990to1994": "0"
},
"color": "rgb(232,246,247)",
"size": 5.619683742523193
}, {
"label": "Miikka Vikkula",
"x": 357.58831787109375,
"y": -111.48238372802734,
"id": "n252",
"attributes": {
"numberofworks": "397",
"maxyear": "2019",
"minyear": "1988",
"numberofworks1990to2019": "394",
"timescited": "16317",
"timescited1990to2004": "8338",
"numberofworks1990to1994": "12",
"numberofworks1990to2004": "97",
"timescited1990to2019": "16127",
"timescited1990to1994": "465"
},
"color": "rgb(216,239,237)",
"size": 17.2274169921875
}, {
"label": "Patricia D\u0027amore",
"x": 236.67462158203125,
"y": -420.504638671875,
"id": "n42",
"attributes": {
"numberofworks": "360",
"maxyear": "2019",
"minyear": "1977",
"numberofworks1990to2019": "301",
"timescited": "35926",
"timescited1990to2004": "19829",
"numberofworks1990to1994": "36",
"numberofworks1990to2004": "121",
"timescited1990to2019": "29251",
"timescited1990to1994": "5528"
},
"color": "rgb(200,233,227)",
"size": 14.089279174804688
}, {
"label": "Hooi Hooi Ng",
"x": -773.7074584960938,
"y": -347.9303894042969,
"id": "n224",
"attributes": {
"numberofworks": "26",
"maxyear": "2019",
"minyear": "2013",
"numberofworks1990to2019": "26",
"timescited": "276",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "276",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.809842109680176
}, {
"label": "Somanath Shenoy",
"x": -523.812255859375,
"y": 87.44596099853516,
"id": "n316",
"attributes": {
"numberofworks": "81",
"maxyear": "2019",
"minyear": "1999",
"numberofworks1990to2019": "81",
"timescited": "2947",
"timescited1990to2004": "311",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "11",
"timescited1990to2019": "2947",
"timescited1990to1994": "0"
},
"color": "rgb(233,246,248)",
"size": 6.665729522705078
}, {
"label": "Jaap Van Buul",
"x": 313.8693542480469,
"y": 267.14959716796875,
"id": "n337",
"attributes": {
"numberofworks": "90",
"maxyear": "2019",
"minyear": "1998",
"numberofworks1990to2019": "90",
"timescited": "3661",
"timescited1990to2004": "1250",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "13",
"timescited1990to2019": "3661",
"timescited1990to1994": "0"
},
"color": "rgb(232,246,248)",
"size": 6.969420433044434
}, {
"label": "Linda Mcmanus",
"x": -379.9154357910156,
"y": -740.2612915039062,
"id": "n453",
"attributes": {
"numberofworks": "119",
"maxyear": "2016",
"minyear": "1975",
"numberofworks1990to2019": "65",
"timescited": "7430",
"timescited1990to2004": "992",
"numberofworks1990to1994": "7",
"numberofworks1990to2004": "19",
"timescited1990to2019": "2893",
"timescited1990to1994": "255"
},
"color": "rgb(233,246,248)",
"size": 6.125834941864014
}, {
"label": "Richard Hynes",
"x": -642.359375,
"y": 176.71298217773438,
"id": "n35",
"attributes": {
"numberofworks": "391",
"maxyear": "2019",
"minyear": "1970",
"numberofworks1990to2019": "314",
"timescited": "93981",
"timescited1990to2004": "59067",
"numberofworks1990to1994": "51",
"numberofworks1990to2004": "172",
"timescited1990to2019": "73992",
"timescited1990to1994": "18878"
},
"color": "rgb(143,210,190)",
"size": 14.527944564819336
}, {
"label": "Gabriele Bergers",
"x": -126.9862289428711,
"y": -340.3833312988281,
"id": "n118",
"attributes": {
"numberofworks": "96",
"maxyear": "2019",
"minyear": "1991",
"numberofworks1990to2019": "96",
"timescited": "27725",
"timescited1990to2004": "15060",
"numberofworks1990to1994": "5",
"numberofworks1990to2004": "25",
"timescited1990to2019": "27725",
"timescited1990to1994": "477"
},
"color": "rgb(202,234,228)",
"size": 7.171880722045898
}, {
"label": "Piotr Kowalski",
"x": 385.3918762207031,
"y": 258.2418212890625,
"id": "n296",
"attributes": {
"numberofworks": "21",
"maxyear": "2019",
"minyear": "2010",
"numberofworks1990to2019": "21",
"timescited": "470",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "470",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.641124725341797
}, {
"label": "James Faber",
"x": -581.3534545898438,
"y": 270.13531494140625,
"id": "n50",
"attributes": {
"numberofworks": "146",
"maxyear": "2019",
"minyear": "1982",
"numberofworks1990to2019": "127",
"timescited": "5871",
"timescited1990to2004": "2260",
"numberofworks1990to1994": "15",
"numberofworks1990to2004": "42",
"timescited1990to2019": "5016",
"timescited1990to1994": "750"
},
"color": "rgb(230,245,246)",
"size": 8.217926025390625
}, {
"label": "Steven Schmidt",
"x": -781.1219482421875,
"y": -439.2198181152344,
"id": "n473",
"attributes": {
"numberofworks": "63",
"maxyear": "2018",
"minyear": "1979",
"numberofworks1990to2019": "44",
"timescited": "1638",
"timescited1990to2004": "871",
"numberofworks1990to1994": "11",
"numberofworks1990to2004": "28",
"timescited1990to2019": "1204",
"timescited1990to1994": "206"
},
"color": "rgb(235,247,250)",
"size": 5.4172234535217285
}, {
"label": "Morgan Salmon",
"x": -233.57290649414062,
"y": 82.29834747314453,
"id": "n212",
"attributes": {
"numberofworks": "44",
"maxyear": "2019",
"minyear": "2007",
"numberofworks1990to2019": "44",
"timescited": "972",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "972",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 5.4172234535217285
}, {
"label": "Joanne Chan",
"x": 180.6861572265625,
"y": -817.6838989257812,
"id": "n260",
"attributes": {
"numberofworks": "11",
"maxyear": "2014",
"minyear": "1975",
"numberofworks1990to2019": "10",
"timescited": "479",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "424",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.269947052001953
}, {
"label": "Masanobu Komatsu",
"x": 853.7131958007812,
"y": -210.08456420898438,
"id": "n430",
"attributes": {
"numberofworks": "104",
"maxyear": "2019",
"minyear": "1970",
"numberofworks1990to2019": "103",
"timescited": "2739",
"timescited1990to2004": "1754",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "33",
"timescited1990to2019": "2739",
"timescited1990to1994": "0"
},
"color": "rgb(233,246,248)",
"size": 7.408084869384766
}, {
"label": "Xiaochun Long",
"x": -123.28144073486328,
"y": -729.10693359375,
"id": "n228",
"attributes": {
"numberofworks": "57",
"maxyear": "2019",
"minyear": "1989",
"numberofworks1990to2019": "56",
"timescited": "2167",
"timescited1990to2004": "7",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "2",
"timescited1990to2019": "2167",
"timescited1990to1994": "0"
},
"color": "rgb(234,246,249)",
"size": 5.822144031524658
}, {
"label": "Susan Lessner",
"x": 179.3991241455078,
"y": -87.6135482788086,
"id": "n182",
"attributes": {
"numberofworks": "50",
"maxyear": "2019",
"minyear": "1997",
"numberofworks1990to2019": "50",
"timescited": "1390",
"timescited1990to2004": "851",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "9",
"timescited1990to2019": "1390",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,249)",
"size": 5.619683742523193
}, {
"label": "Elaine Shelton",
"x": -235.315185546875,
"y": -392.3450012207031,
"id": "n424",
"attributes": {
"numberofworks": "17",
"maxyear": "2019",
"minyear": "1956",
"numberofworks1990to2019": "16",
"timescited": "170",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "164",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.472407341003418
}, {
"label": "Hanjoong Jo",
"x": 107.34185791015625,
"y": -137.18264770507812,
"id": "n71",
"attributes": {
"numberofworks": "198",
"maxyear": "2019",
"minyear": "1990",
"numberofworks1990to2019": "198",
"timescited": "13947",
"timescited1990to2004": "7893",
"numberofworks1990to1994": "8",
"numberofworks1990to2004": "55",
"timescited1990to2019": "13947",
"timescited1990to1994": "681"
},
"color": "rgb(219,240,239)",
"size": 10.61370849609375
}, {
"label": "Alexandre Dubrac",
"x": 251.0111541748047,
"y": 640.6001586914062,
"id": "n336",
"attributes": {
"numberofworks": "26",
"maxyear": "2018",
"minyear": "2008",
"numberofworks1990to2019": "26",
"timescited": "610",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "610",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.809842109680176
}, {
"label": "Princess Imoukhuede",
"x": -133.26904296875,
"y": -74.46375274658203,
"id": "n421",
"attributes": {
"numberofworks": "21",
"maxyear": "2019",
"minyear": "2012",
"numberofworks1990to2019": "21",
"timescited": "319",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "319",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.641124725341797
}, {
"label": "Jeffrey Essner",
"x": 261.5131530761719,
"y": -306.1347961425781,
"id": "n444",
"attributes": {
"numberofworks": "49",
"maxyear": "2019",
"minyear": "1997",
"numberofworks1990to2019": "49",
"timescited": "4133",
"timescited1990to2004": "1505",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "11",
"timescited1990to2019": "4133",
"timescited1990to1994": "0"
},
"color": "rgb(231,245,247)",
"size": 5.585940361022949
}, {
"label": "Joseph Loscalzo",
"x": -47.37614440917969,
"y": -220.9515380859375,
"id": "n165",
"attributes": {
"numberofworks": "1495",
"maxyear": "2019",
"minyear": "1974",
"numberofworks1990to2019": "1386",
"timescited": "106529",
"timescited1990to2004": "63149",
"numberofworks1990to1994": "211",
"numberofworks1990to2004": "690",
"timescited1990to2019": "101543",
"show_label": "true",
"timescited1990to1994": "30136"
},
"color": "rgb(109,196,168)",
"size": 50.70087814331055
}, {
"label": "Albert Sinusas",
"x": -191.10430908203125,
"y": -249.14613342285156,
"id": "n397",
"attributes": {
"numberofworks": "303",
"maxyear": "2019",
"minyear": "1984",
"numberofworks1990to2019": "302",
"timescited": "7196",
"timescited1990to2004": "3472",
"numberofworks1990to1994": "13",
"numberofworks1990to2004": "76",
"timescited1990to2019": "7186",
"timescited1990to1994": "527"
},
"color": "rgb(227,244,245)",
"size": 14.12302303314209
}, {
"label": "Pascal Bernatchez",
"x": 405.906494140625,
"y": 148.49325561523438,
"id": "n135",
"attributes": {
"numberofworks": "128",
"maxyear": "2019",
"minyear": "1998",
"numberofworks1990to2019": "128",
"timescited": "3294",
"timescited1990to2004": "1303",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "18",
"timescited1990to2019": "3294",
"timescited1990to1994": "0"
},
"color": "rgb(232,246,248)",
"size": 8.251669883728027
}, {
"label": "Cynthia Meininger",
"x": 190.39202880859375,
"y": -334.05047607421875,
"id": "n145",
"attributes": {
"numberofworks": "211",
"maxyear": "2018",
"minyear": "1954",
"numberofworks1990to2019": "199",
"timescited": "11129",
"timescited1990to2004": "6751",
"numberofworks1990to1994": "12",
"numberofworks1990to2004": "94",
"timescited1990to2019": "10432",
"timescited1990to1994": "974"
},
"color": "rgb(223,242,242)",
"size": 10.647451400756836
}, {
"label": "B Alevriadou",
"x": -183.55624389648438,
"y": 138.4315185546875,
"id": "n129",
"attributes": {
"numberofworks": "62",
"maxyear": "2018",
"minyear": "1989",
"numberofworks1990to2019": "61",
"timescited": "1306",
"timescited1990to2004": "865",
"numberofworks1990to1994": "10",
"numberofworks1990to2004": "39",
"timescited1990to2019": "1306",
"timescited1990to1994": "424"
},
"color": "rgb(235,247,249)",
"size": 5.990861415863037
}, {
"label": "Aiyun Wen",
"x": -738.767578125,
"y": -89.84540557861328,
"id": "n355",
"attributes": {
"numberofworks": "27",
"maxyear": "2019",
"minyear": "2008",
"numberofworks1990to2019": "27",
"timescited": "387",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "387",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.843585014343262
}, {
"label": "Alan Morrison",
"x": -193.44308471679688,
"y": -279.6874084472656,
"id": "n396",
"attributes": {
"numberofworks": "24",
"maxyear": "2019",
"minyear": "2003",
"numberofworks1990to2019": "24",
"timescited": "134",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "1",
"timescited1990to2019": "134",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.7423553466796875
}, {
"label": "Linda Shapiro",
"x": 199.22061157226562,
"y": 405.0967712402344,
"id": "n448",
"attributes": {
"numberofworks": "113",
"maxyear": "2019",
"minyear": "1985",
"numberofworks1990to2019": "108",
"timescited": "5793",
"timescited1990to2004": "4341",
"numberofworks1990to1994": "17",
"numberofworks1990to2004": "54",
"timescited1990to2019": "5184",
"timescited1990to1994": "1768"
},
"color": "rgb(230,245,246)",
"size": 7.5768022537231445
}, {
"label": "Tzung Hsiai",
"x": 299.0140075683594,
"y": -137.25363159179688,
"id": "n292",
"attributes": {
"numberofworks": "251",
"maxyear": "2019",
"minyear": "1995",
"numberofworks1990to2019": "251",
"timescited": "3642",
"timescited1990to2004": "1399",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "41",
"timescited1990to2019": "3642",
"timescited1990to1994": "0"
},
"color": "rgb(232,246,248)",
"size": 12.402108192443848
}, {
"label": "De Jesus Perez",
"x": -93.13463592529297,
"y": -183.0697479248047,
"id": "n51",
"attributes": {
"numberofworks": "118",
"maxyear": "2019",
"minyear": "2006",
"numberofworks1990to2019": "118",
"timescited": "2143",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "2143",
"timescited1990to1994": "0"
},
"color": "rgb(234,246,249)",
"size": 7.9142351150512695
}, {
"label": "Mark Miller",
"x": -723.61962890625,
"y": -406.2355041503906,
"id": "n272",
"attributes": {
"numberofworks": "53",
"maxyear": "2019",
"minyear": "1980",
"numberofworks1990to2019": "52",
"timescited": "3284",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "3283",
"timescited1990to1994": "0"
},
"color": "rgb(232,246,248)",
"size": 5.687170505523682
}, {
"label": "Michael Autieri",
"x": 171.4198455810547,
"y": -439.5429992675781,
"id": "n94",
"attributes": {
"numberofworks": "173",
"maxyear": "2019",
"minyear": "1990",
"numberofworks1990to2019": "173",
"timescited": "2356",
"timescited1990to2004": "1040",
"numberofworks1990to1994": "6",
"numberofworks1990to2004": "59",
"timescited1990to2019": "2356",
"timescited1990to1994": "23"
},
"color": "rgb(234,246,249)",
"size": 9.770122528076172
}, {
"label": "Craig Simmons",
"x": 355.7459716796875,
"y": 170.46902465820312,
"id": "n128",
"attributes": {
"numberofworks": "210",
"maxyear": "2019",
"minyear": "1994",
"numberofworks1990to2019": "210",
"timescited": "13687",
"timescited1990to2004": "1740",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "18",
"timescited1990to2019": "13687",
"timescited1990to1994": "1"
},
"color": "rgb(219,241,239)",
"size": 11.01862907409668
}, {
"label": "Yogen Kanthi",
"x": 77.71560668945312,
"y": -152.40652465820312,
"id": "n70",
"attributes": {
"numberofworks": "26",
"maxyear": "2019",
"minyear": "2009",
"numberofworks1990to2019": "26",
"timescited": "214",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "214",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.809842109680176
}, {
"label": "William Sessa",
"x": 328.2439880371094,
"y": 342.5516357421875,
"id": "n11",
"attributes": {
"numberofworks": "575",
"maxyear": "2019",
"minyear": "1985",
"numberofworks1990to2019": "563",
"timescited": "55161",
"timescited1990to2004": "39395",
"numberofworks1990to1994": "42",
"numberofworks1990to2004": "298",
"timescited1990to2019": "54881",
"timescited1990to1994": "5277"
},
"color": "rgb(167,220,206)",
"size": 22.9300537109375
}, {
"label": "Xi-long Zheng",
"x": 660.0938110351562,
"y": 137.6372833251953,
"id": "n277",
"attributes": {
"numberofworks": "151",
"maxyear": "2019",
"minyear": "1991",
"numberofworks1990to2019": "151",
"timescited": "3783",
"timescited1990to2004": "486",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "19",
"timescited1990to2019": "3783",
"timescited1990to1994": "5"
},
"color": "rgb(232,246,247)",
"size": 9.027767181396484
}, {
"label": "Sarah Childs",
"x": 69.68639373779297,
"y": -300.2529602050781,
"id": "n104",
"attributes": {
"numberofworks": "67",
"maxyear": "2019",
"minyear": "1992",
"numberofworks1990to2019": "67",
"timescited": "5388",
"timescited1990to2004": "4491",
"numberofworks1990to1994": "4",
"numberofworks1990to2004": "23",
"timescited1990to2019": "5388",
"timescited1990to1994": "251"
},
"color": "rgb(230,245,246)",
"size": 6.193321704864502
}, {
"label": "Jochen Fries",
"x": 95.65962219238281,
"y": -883.7496948242188,
"id": "n480",
"attributes": {
"numberofworks": "25",
"maxyear": "2018",
"minyear": "2004",
"numberofworks1990to2019": "25",
"timescited": "723",
"timescited1990to2004": "49",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "3",
"timescited1990to2019": "723",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.776098251342773
}, {
"label": "Katherine Hajjar",
"x": -599.1986694335938,
"y": -574.2496948242188,
"id": "n282",
"attributes": {
"numberofworks": "123",
"maxyear": "2018",
"minyear": "1877",
"numberofworks1990to2019": "112",
"timescited": "12318",
"timescited1990to2004": "7788",
"numberofworks1990to1994": "11",
"numberofworks1990to2004": "53",
"timescited1990to2019": "10829",
"timescited1990to1994": "1542"
},
"color": "rgb(223,242,242)",
"size": 7.711775779724121
}, {
"label": "Sussan Nourshargh",
"x": 111.51265716552734,
"y": 724.5281372070312,
"id": "n331",
"attributes": {
"numberofworks": "140",
"maxyear": "2019",
"minyear": "1985",
"numberofworks1990to2019": "136",
"timescited": "10962",
"timescited1990to2004": "1664",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "24",
"timescited1990to2019": "10870",
"timescited1990to1994": "32"
},
"color": "rgb(223,242,242)",
"size": 8.52161693572998
}, {
"label": "Zoe Ashley",
"x": 458.89324951171875,
"y": 719.7529296875,
"id": "n99",
"attributes": {
"numberofworks": "35",
"maxyear": "2018",
"minyear": "1996",
"numberofworks1990to2019": "35",
"timescited": "501",
"timescited1990to2004": "74",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "12",
"timescited1990to2019": "501",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 5.113532543182373
}, {
"label": "Yi Wu",
"x": -419.7232666015625,
"y": -702.474365234375,
"id": "n427",
"attributes": {
"numberofworks": "187",
"maxyear": "2019",
"minyear": "1979",
"numberofworks1990to2019": "186",
"timescited": "1263",
"timescited1990to2004": "258",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "19",
"timescited1990to2019": "1196",
"timescited1990to1994": "10"
},
"color": "rgb(235,247,250)",
"size": 10.20878791809082
}, {
"label": "Caron Kathleen",
"x": -582.6845092773438,
"y": 236.5426788330078,
"id": "n49",
"attributes": {
"numberofworks": "59",
"maxyear": "2019",
"minyear": "1998",
"numberofworks1990to2019": "59",
"timescited": "1855",
"timescited1990to2004": "587",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "5",
"timescited1990to2019": "1855",
"timescited1990to1994": "0"
},
"color": "rgb(234,247,249)",
"size": 5.923374652862549
}, {
"label": "Alejandro Adam",
"x": -193.5577850341797,
"y": -780.8473510742188,
"id": "n96",
"attributes": {
"numberofworks": "53",
"maxyear": "2019",
"minyear": "2001",
"numberofworks1990to2019": "53",
"timescited": "1092",
"timescited1990to2004": "65",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "3",
"timescited1990to2019": "1092",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,250)",
"size": 5.720913887023926
}, {
"label": "Duncan Stewart",
"x": -128.04299926757812,
"y": -559.9573974609375,
"id": "n235",
"attributes": {
"numberofworks": "179",
"maxyear": "2019",
"minyear": "1993",
"numberofworks1990to2019": "179",
"timescited": "4145",
"timescited1990to2004": "221",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "7",
"timescited1990to2019": "4145",
"timescited1990to1994": "15"
},
"color": "rgb(231,245,247)",
"size": 9.972583770751953
}, {
"label": "Mark Majesky",
"x": 282.37841796875,
"y": 721.9021606445312,
"id": "n199",
"attributes": {
"numberofworks": "101",
"maxyear": "2018",
"minyear": "1980",
"numberofworks1990to2019": "92",
"timescited": "10270",
"timescited1990to2004": "7721",
"numberofworks1990to1994": "13",
"numberofworks1990to2004": "37",
"timescited1990to2019": "9626",
"timescited1990to1994": "2941"
},
"color": "rgb(224,243,243)",
"size": 7.036907196044922
}, {
"label": "Victoria Bautch",
"x": -254.17877197265625,
"y": -64.06612396240234,
"id": "n295",
"attributes": {
"numberofworks": "155",
"maxyear": "2019",
"minyear": "1982",
"numberofworks1990to2019": "145",
"timescited": "5517",
"timescited1990to2004": "2870",
"numberofworks1990to1994": "18",
"numberofworks1990to2004": "60",
"timescited1990to2019": "5209",
"timescited1990to1994": "790"
},
"color": "rgb(230,245,246)",
"size": 8.825307846069336
}, {
"label": "Beth Roman",
"x": 90.94342803955078,
"y": -272.7842712402344,
"id": "n103",
"attributes": {
"numberofworks": "40",
"maxyear": "2019",
"minyear": "1989",
"numberofworks1990to2019": "39",
"timescited": "2213",
"timescited1990to2004": "1188",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "12",
"timescited1990to2019": "2213",
"timescited1990to1994": "0"
},
"color": "rgb(234,246,249)",
"size": 5.24850606918335
}, {
"label": "Christopher Pattillo",
"x": 203.29173278808594,
"y": -435.0333251953125,
"id": "n311",
"attributes": {
"numberofworks": "74",
"maxyear": "2019",
"minyear": "2005",
"numberofworks1990to2019": "74",
"timescited": "1932",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "1932",
"timescited1990to1994": "0"
},
"color": "rgb(234,247,249)",
"size": 6.429525852203369
}, {
"label": "Sara Nunes Vasconcelos",
"x": 192.29188537597656,
"y": -769.44140625,
"id": "n418",
"attributes": {
"numberofworks": "36",
"maxyear": "2019",
"minyear": "2002",
"numberofworks1990to2019": "36",
"timescited": "1400",
"timescited1990to2004": "72",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "1",
"timescited1990to2019": "1400",
"timescited1990to1994": "0"
},
"color": "rgb(235,247,249)",
"size": 5.147275924682617
}, {
"label": "Kai Song",
"x": -639.2848510742188,
"y": -100.43019104003906,
"id": "n408",
"attributes": {
"numberofworks": "15",
"maxyear": "2019",
"minyear": "2011",
"numberofworks1990to2019": "15",
"timescited": "335",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "335",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.438664436340332
}, {
"label": "Robert Auerbach",
"x": -196.15777587890625,
"y": -323.2677001953125,
"id": "n115",
"attributes": {
"numberofworks": "239",
"maxyear": "2018",
"minyear": "1954",
"numberofworks1990to2019": "90",
"timescited": "13448",
"timescited1990to2004": "6496",
"numberofworks1990to1994": "39",
"numberofworks1990to2004": "80",
"timescited1990to2019": "6735",
"timescited1990to1994": "2723"
},
"color": "rgb(228,244,245)",
"size": 6.969420433044434
}, {
"label": "Stefania Nicoli",
"x": 206.17022705078125,
"y": 606.265625,
"id": "n307",
"attributes": {
"numberofworks": "39",
"maxyear": "2019",
"minyear": "2003",
"numberofworks1990to2019": "39",
"timescited": "2038",
"timescited1990to2004": "158",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "1",
"timescited1990to2019": "2038",
"timescited1990to1994": "0"
},
"color": "rgb(234,246,249)",
"size": 5.24850606918335
}, {
"label": "Jun Yu",
"x": 299.4789123535156,
"y": 330.01904296875,
"id": "n13",
"attributes": {
"numberofworks": "70",
"maxyear": "2019",
"minyear": "2002",
"numberofworks1990to2019": "70",
"timescited": "5439",
"timescited1990to2004": "1069",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "11",
"timescited1990to2019": "5439",
"timescited1990to1994": "0"
},
"color": "rgb(230,245,246)",
"size": 6.294552326202393
}, {
"label": "Peter Libby",
"x": 253.12789916992188,
"y": -74.116455078125,
"id": "n26",
"attributes": {
"numberofworks": "1451",
"maxyear": "2019",
"minyear": "1757",
"numberofworks1990to2019": "1318",
"timescited": "196973",
"timescited1990to2004": "110068",
"numberofworks1990to1994": "85",
"numberofworks1990to2004": "619",
"timescited1990to2019": "180260",
"show_label": "true",
"timescited1990to1994": "12043"
},
"color": "rgb(32,136,82)",
"size": 48.40632629394531
}, {
"label": "Zorina Galis",
"x": 206.54318237304688,
"y": -103.45709228515625,
"id": "n20",
"attributes": {
"numberofworks": "178",
"maxyear": "2019",
"minyear": "1988",
"numberofworks1990to2019": "175",
"timescited": "21628",
"timescited1990to2004": "20137",
"numberofworks1990to1994": "27",
"numberofworks1990to2004": "118",
"timescited1990to2019": "21555",
"show_label": "true",
"timescited1990to1994": "4238"
},
"color": "rgb(209,237,233)",
"size": 9.83760929107666
}, {
"label": "William Westlin",
"x": -360.11859130859375,
"y": -656.3706665039062,
"id": "n413",
"attributes": {
"numberofworks": "61",
"maxyear": "2019",
"minyear": "1966",
"numberofworks1990to2019": "52",
"timescited": "2485",
"timescited1990to2004": "1412",
"numberofworks1990to1994": "2",
"numberofworks1990to2004": "13",
"timescited1990to2019": "2334",
"timescited1990to1994": "99"
},
"color": "rgb(234,246,249)",
"size": 5.687170505523682
}, {
"label": "Mary Wallingford",
"x": 441.8215026855469,
"y": 460.35845947265625,
"id": "n75",
"attributes": {
"numberofworks": "16",
"maxyear": "2018",
"minyear": "2013",
"numberofworks1990to2019": "16",
"timescited": "196",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "196",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.472407341003418
}, {
"label": "Harrison W. Farber",
"x": -21.78739356994629,
"y": -241.7856903076172,
"id": "n237",
"attributes": {
"numberofworks": "148",
"maxyear": "2019",
"minyear": "1985",
"numberofworks1990to2019": "138",
"timescited": "8162",
"timescited1990to2004": "4509",
"numberofworks1990to1994": "17",
"numberofworks1990to2004": "52",
"timescited1990to2019": "7032",
"timescited1990to1994": "604"
},
"color": "rgb(228,244,245)",
"size": 8.589104652404785
}, {
"label": "Zoltan Arany",
"x": 112.62055206298828,
"y": -35.63380432128906,
"id": "n288",
"attributes": {
"numberofworks": "162",
"maxyear": "2019",
"minyear": "1991",
"numberofworks1990to2019": "162",
"timescited": "13210",
"timescited1990to2004": "5368",
"numberofworks1990to1994": "5",
"numberofworks1990to2004": "20",
"timescited1990to2019": "13210",
"timescited1990to1994": "1099"
},
"color": "rgb(220,241,240)",
"size": 9.398945808410645
}, {
"label": "Carrie Shawber",
"x": 144.30233764648438,
"y": 742.697509765625,
"id": "n58",
"attributes": {
"numberofworks": "110",
"maxyear": "2019",
"minyear": "1995",
"numberofworks1990to2019": "110",
"timescited": "5070",
"timescited1990to2004": "2204",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "16",
"timescited1990to2019": "5070",
"timescited1990to1994": "0"
},
"color": "rgb(230,245,246)",
"size": 7.644288063049316
}, {
"label": "Giorgia Jurisic",
"x": 649.3048706054688,
"y": -492.0815734863281,
"id": "n443",
"attributes": {
"numberofworks": "17",
"maxyear": "2018",
"minyear": "2005",
"numberofworks1990to2019": "17",
"timescited": "569",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "569",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.50615119934082
}, {
"label": "Saulius Sumanas",
"x": 20.209930419921875,
"y": -340.3055725097656,
"id": "n449",
"attributes": {
"numberofworks": "40",
"maxyear": "2018",
"minyear": "1998",
"numberofworks1990to2019": "40",
"timescited": "1601",
"timescited1990to2004": "495",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "9",
"timescited1990to2019": "1601",
"timescited1990to1994": "0"
},
"color": "rgb(234,247,249)",
"size": 5.282249450683594
}, {
"label": "Dorian Haskard",
"x": 109.11087036132812,
"y": 693.3189697265625,
"id": "n170",
"attributes": {
"numberofworks": "720",
"maxyear": "2019",
"minyear": "1980",
"numberofworks1990to2019": "672",
"timescited": "23247",
"timescited1990to2004": "15179",
"numberofworks1990to1994": "101",
"numberofworks1990to2004": "373",
"timescited1990to2019": "21596",
"show_label": "true",
"timescited1990to1994": "6147"
},
"color": "rgb(209,237,233)",
"size": 26.60808563232422
}, {
"label": "Ira Tabas",
"x": 247.54122924804688,
"y": -139.6609344482422,
"id": "n89",
"attributes": {
"numberofworks": "225",
"maxyear": "2019",
"minyear": "1985",
"numberofworks1990to2019": "217",
"timescited": "25554",
"timescited1990to2004": "9425",
"numberofworks1990to1994": "16",
"numberofworks1990to2004": "71",
"timescited1990to2019": "25040",
"timescited1990to1994": "1133"
},
"color": "rgb(205,235,230)",
"size": 11.254833221435547
}, {
"label": "Jeff Reese",
"x": -215.16726684570312,
"y": -368.2759094238281,
"id": "n84",
"attributes": {
"numberofworks": "181",
"maxyear": "2019",
"minyear": "1971",
"numberofworks1990to2019": "179",
"timescited": "5166",
"timescited1990to2004": "3590",
"numberofworks1990to1994": "9",
"numberofworks1990to2004": "52",
"timescited1990to2019": "5166",
"timescited1990to1994": "19"
},
"color": "rgb(230,245,246)",
"size": 9.972583770751953
}, {
"label": "Ching-ling Lien",
"x": -256.3709716796875,
"y": -261.1811828613281,
"id": "n122",
"attributes": {
"numberofworks": "63",
"maxyear": "2019",
"minyear": "1998",
"numberofworks1990to2019": "63",
"timescited": "2940",
"timescited1990to2004": "656",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "6",
"timescited1990to2019": "2940",
"timescited1990to1994": "0"
},
"color": "rgb(233,246,248)",
"size": 6.058348178863525
}, {
"label": "Breuer Christopher",
"x": -221.16925048828125,
"y": -263.23968505859375,
"id": "n447",
"attributes": {
"numberofworks": "118",
"maxyear": "2019",
"minyear": "1972",
"numberofworks1990to2019": "117",
"timescited": "2060",
"timescited1990to2004": "15",
"numberofworks1990to1994": "1",
"numberofworks1990to2004": "1",
"timescited1990to2019": "2060",
"timescited1990to1994": "15"
},
"color": "rgb(234,246,249)",
"size": 7.880492210388184
}, {
"label": "Chen Yabing",
"x": -103.91780090332031,
"y": -756.5489501953125,
"id": "n232",
"attributes": {
"numberofworks": "145",
"maxyear": "2019",
"minyear": "1996",
"numberofworks1990to2019": "145",
"timescited": "2024",
"timescited1990to2004": "197",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "23",
"timescited1990to2019": "2024",
"timescited1990to1994": "0"
},
"color": "rgb(234,246,249)",
"size": 8.825307846069336
}, {
"label": "Natarajan Mohan",
"x": 151.95068359375,
"y": -120.34174346923828,
"id": "n369",
"attributes": {
"numberofworks": "76",
"maxyear": "2018",
"minyear": "1994",
"numberofworks1990to2019": "76",
"timescited": "2040",
"timescited1990to2004": "1028",
"numberofworks1990to1994": "5",
"numberofworks1990to2004": "21",
"timescited1990to2019": "2040",
"timescited1990to1994": "257"
},
"color": "rgb(234,246,249)",
"size": 6.497012615203857
}, {
"label": "Thomas Edington",
"x": 550.5406494140625,
"y": 161.81532287597656,
"id": "n257",
"attributes": {
"numberofworks": "467",
"maxyear": "2018",
"minyear": "1901",
"numberofworks1990to2019": "173",
"timescited": "8886",
"timescited1990to2004": "4465",
"numberofworks1990to1994": "64",
"numberofworks1990to2004": "121",
"timescited1990to2019": "5257",
"timescited1990to1994": "2223"
},
"color": "rgb(230,245,246)",
"size": 9.770122528076172
}, {
"label": "Joe Garcia",
"x": -465.1652526855469,
"y": 89.80108642578125,
"id": "n147",
"attributes": {
"numberofworks": "2795",
"maxyear": "2018",
"minyear": "1721",
"numberofworks1990to2019": "2566",
"timescited": "45546",
"timescited1990to2004": "23610",
"numberofworks1990to1994": "212",
"numberofworks1990to2004": "890",
"timescited1990to2019": "43951",
"show_label": "true",
"timescited1990to1994": "2744"
},
"color": "rgb(181,225,215)",
"size": 90.51811218261719
}, {
"label": "Mark Ginsberg",
"x": -448.69580078125,
"y": 31.69101333618164,
"id": "n205",
"attributes": {
"numberofworks": "706",
"maxyear": "2019",
"minyear": "1800",
"numberofworks1990to2019": "508",
"timescited": "63746",
"timescited1990to2004": "39604",
"numberofworks1990to1994": "104",
"numberofworks1990to2004": "297",
"timescited1990to2019": "51870",
"timescited1990to1994": "11514"
},
"color": "rgb(171,221,208)",
"size": 21.074167251586914
}, {
"label": "Timothy Mccord",
"x": -242.04124450683594,
"y": -132.420166015625,
"id": "n469",
"attributes": {
"numberofworks": "7",
"maxyear": "2018",
"minyear": "2012",
"numberofworks1990to2019": "7",
"timescited": "103",
"timescited1990to2004": "0",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "0",
"timescited1990to2019": "103",
"timescited1990to1994": "0"
},
"color": "rgb(236,247,250)",
"size": 4.168717384338379
}, {
"label": "Alan Dardik",
"x": 364.85882568359375,
"y": 333.64862060546875,
"id": "n25",
"attributes": {
"numberofworks": "451",
"maxyear": "2019",
"minyear": "1984",
"numberofworks1990to2019": "448",
"timescited": "8819",
"timescited1990to2004": "3389",
"numberofworks1990to1994": "8",
"numberofworks1990to2004": "70",
"timescited1990to2019": "8623",
"timescited1990to1994": "384"
},
"color": "rgb(226,243,244)",
"size": 19.049560546875
}, {
"label": "Douglas Gould",
"x": -717.2115478515625,
"y": -369.2641906738281,
"id": "n273",
"attributes": {
"numberofworks": "63",
"maxyear": "2019",
"minyear": "1996",
"numberofworks1990to2019": "63",
"timescited": "3877",
"timescited1990to2004": "1362",
"numberofworks1990to1994": "0",
"numberofworks1990to2004": "12",
"timescited1990to2019": "3877",
"timescited1990to1994": "0"
},
"color": "rgb(232,246,247)",
"size": 6.058348178863525
}, {
"label": "Michelina Iacovino",
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment