<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns">
   <key attr.name="profile_url"
        attr.type="string"
        for="node"
        id="profile_url"/>
   <key attr.name="earliest_grant"
        attr.type="int"
        for="node"
        id="earliest_grant"/>
   <key attr.name="label" attr.type="string" for="node" id="label"/>
   <key attr.name="num_earliest_grant"
        attr.type="int"
        for="node"
        id="num_earliest_grant"/>
   <key attr.name="number_of_investigated_grants"
        attr.type="int"
        for="node"
        id="number_of_investigated_grants"/>
   <key attr.name="latest_grant"
        attr.type="int"
        for="node"
        id="latest_grant"/>
   <key attr.name="num_latest_grant"
        attr.type="int"
        for="node"
        id="num_latest_grant"/>
   <key attr.name="url" attr.type="string" for="node" id="url"/>
   <key attr.name="num_unknown_grant"
        attr.type="int"
        for="node"
        id="num_unknown_grant"/>
   <key attr.name="number_of_coinvestigated_grants"
        attr.type="int"
        for="edge"
        id="number_of_coinvestigated_grants"/>
   <key attr.name="earliest_collaboration"
        attr.type="int"
        for="edge"
        id="earliest_collaboration"/>
   <key attr.name="collaborator2"
        attr.type="string"
        for="edge"
        id="collaborator2"/>
   <key attr.name="num_latest_collaboration"
        attr.type="int"
        for="edge"
        id="num_latest_collaboration"/>
   <key attr.name="latest_collaboration"
        attr.type="int"
        for="edge"
        id="latest_collaboration"/>
   <key attr.name="num_unknown_collaboration"
        attr.type="int"
        for="edge"
        id="num_unknown_collaboration"/>
   <key attr.name="collaborator1"
        attr.type="string"
        for="edge"
        id="collaborator1"/>
   <key attr.name="num_earliest_collaboration"
        attr.type="int"
        for="edge"
        id="num_earliest_collaboration"/>
   <graph edgedefault="undirected"><!--nodes-->
      <node id="1">
         <data key="url">https://conecto.senacyt.gob.pa/conecto/individual/n8487</data>
         <data key="label">García Tovar, Saúl </data>
         <data key="profile_url">/conecto/individual?uri=https%3A%2F%2Fconecto.senacyt.gob.pa%2Fconecto%2Findividual%2Fn8487</data>
         <data key="number_of_investigated_grants">2</data>
         <data key="earliest_grant">2025</data>
         <data key="num_earliest_grant">2</data>
         <data key="latest_grant">2025</data>
         <data key="num_latest_grant">2</data>
      </node>
      <node id="2">
         <data key="url">https://conecto.senacyt.gob.pa/conecto/individual/n11540</data>
         <data key="label">Estrella Engelmann, Jaime </data>
         <data key="profile_url">/conecto/individual?uri=https%3A%2F%2Fconecto.senacyt.gob.pa%2Fconecto%2Findividual%2Fn11540</data>
         <data key="number_of_investigated_grants">1</data>
         <data key="earliest_grant">2025</data>
         <data key="num_earliest_grant">1</data>
         <data key="latest_grant">2025</data>
         <data key="num_latest_grant">1</data>
      </node>
      <!--edges-->
      <edge id="1" source="1" target="2">
         <data key="collaborator1">García Tovar, Saúl </data>
         <data key="collaborator2">Estrella Engelmann, Jaime </data>
         <data key="number_of_coinvestigated_grants">1</data>
         <data key="earliest_collaboration">2025</data>
         <data key="num_earliest_collaboration">1</data>
         <data key="latest_collaboration">2025</data>
         <data key="num_latest_collaboration">1</data>
      </edge>
   </graph>
</graphml>
