<?xml version="1.0" encoding="UTF-8"?>
	<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
  http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">


<key id="profile_url" for="node" attr.name="profile_url" attr.type="string" />

<key id="earliest_publication" for="node" attr.name="earliest_publication" attr.type="int" />

<key id="label" for="node" attr.name="label" attr.type="string" />

<key id="num_earliest_publication" for="node" attr.name="num_earliest_publication" attr.type="int" />

<key id="number_of_authored_works" for="node" attr.name="number_of_authored_works" attr.type="int" />

<key id="url" for="node" attr.name="url" attr.type="string" />

<key id="latest_publication" for="node" attr.name="latest_publication" attr.type="int" />

<key id="num_latest_publication" for="node" attr.name="num_latest_publication" attr.type="int" />

<key id="num_unknown_publication" for="node" attr.name="num_unknown_publication" attr.type="int" />

<key id="earliest_collaboration" for="edge" attr.name="earliest_collaboration" attr.type="int" />

<key id="collaborator2" for="edge" attr.name="collaborator2" attr.type="string" />

<key id="num_latest_collaboration" for="edge" attr.name="num_latest_collaboration" attr.type="int" />

<key id="latest_collaboration" for="edge" attr.name="latest_collaboration" attr.type="int" />

<key id="num_unknown_collaboration" for="edge" attr.name="num_unknown_collaboration" attr.type="int" />

<key id="collaborator1" for="edge" attr.name="collaborator1" attr.type="string" />

<key id="num_earliest_collaboration" for="edge" attr.name="num_earliest_collaboration" attr.type="int" />

<key id="number_of_coauthored_works" for="edge" attr.name="number_of_coauthored_works" attr.type="int" />

<graph edgedefault="undirected">
<!-- nodes -->
<node id="1">
	<data key="url">http://orbis.uaslp.mx/vivo/individual/e12121</data>
	<data key="label">Gusman C.</data>
	<data key="profile_url">/vivo/individual?uri=http%3A%2F%2Forbis.uaslp.mx%2Fvivo%2Findividual%2Fe12121</data>
	<data key="number_of_authored_works">1</data>
	<data key="earliest_publication">2019</data>
	<data key="num_earliest_publication">1</data>
	<data key="latest_publication">2019</data>
	<data key="num_latest_publication">1</data>
</node>
</graph>
</graphml>