<?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_grant" for="node" attr.name="earliest_grant" attr.type="int" />

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

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

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

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

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

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

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

<key id="number_of_coinvestigated_grants" for="edge" attr.name="number_of_coinvestigated_grants" 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" />

<graph edgedefault="undirected">
<!-- nodes -->
<node id="1">
	<data key="url">http://orbis.uaslp.mx/vivo/individual/n70409</data>
	<data key="label">Lee Rangel Héctor Aarón  </data>
	<data key="profile_url">/vivo/individual?uri=http%3A%2F%2Forbis.uaslp.mx%2Fvivo%2Findividual%2Fn70409</data>
	<data key="number_of_investigated_grants">1</data>
	<data key="num_unknown_grant">1</data>
</node>
<node id="2">
	<data key="url">http://orbis.uaslp.mx/vivo/individual/n70706</data>
	<data key="label">Rivas Jacobo Marco Antonio  </data>
	<data key="profile_url">/vivo/individual?uri=http%3A%2F%2Forbis.uaslp.mx%2Fvivo%2Findividual%2Fn70706</data>
	<data key="number_of_investigated_grants">1</data>
	<data key="num_unknown_grant">1</data>
</node>
<node id="3">
	<data key="url">http://orbis.uaslp.mx/vivo/individual/n70380</data>
	<data key="label">Herrera Corredor Camelia Alejandra  </data>
	<data key="profile_url">/vivo/individual?uri=http%3A%2F%2Forbis.uaslp.mx%2Fvivo%2Findividual%2Fn70380</data>
	<data key="number_of_investigated_grants">1</data>
	<data key="num_unknown_grant">1</data>
</node>
<!-- edges -->
<edge id="1" source="1" target="2" >
	<data key="collaborator1">Lee Rangel Héctor Aarón  </data>
	<data key="collaborator2">Rivas Jacobo Marco Antonio  </data>
	<data key="number_of_coinvestigated_grants">1</data>
	<data key="num_unknown_collaboration">1</data>
</edge>
<edge id="2" source="1" target="3" >
	<data key="collaborator1">Lee Rangel Héctor Aarón  </data>
	<data key="collaborator2">Herrera Corredor Camelia Alejandra  </data>
	<data key="number_of_coinvestigated_grants">1</data>
	<data key="num_unknown_collaboration">1</data>
</edge>
<edge id="3" source="2" target="3" >
	<data key="collaborator1">Rivas Jacobo Marco Antonio  </data>
	<data key="collaborator2">Herrera Corredor Camelia Alejandra  </data>
	<data key="number_of_coinvestigated_grants">1</data>
	<data key="num_unknown_collaboration">1</data>
</edge>
</graph>
</graphml>