{"id":15,"date":"2025-07-28T19:39:22","date_gmt":"2025-07-28T19:39:22","guid":{"rendered":"http:\/\/vargas-solar.com\/intergraphia\/?page_id=15"},"modified":"2025-07-30T11:29:19","modified_gmt":"2025-07-30T11:29:19","slug":"hands-on","status":"publish","type":"page","link":"http:\/\/vargas-solar.com\/intergraphia\/hands-on\/","title":{"rendered":"DATATHON CHALLENGE"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Context and description<\/h2>\n\n\n\n<p>The study of citation dynamics in scientific production enables the exploration of cognitive networks through data visualization techniques involving large datasets (Brasil Jr. and Carvalho, 2020). This makes it possible to map, through the authors cited, named, and referenced, different ways of knowing, thinking, and mobilizing sociocultural meanings.<\/p>\n\n\n\n<p>This tutorial proposes a property graph-based approach to cultural analytics that operationalizes the notion of <strong>intellectual reciprocity<\/strong>: the mutual acknowledgment, citation, and influence among thinkers, especially across gendered, racialized, and geopolitical divides. We focus on Wikipedia as a primary data source, due to its global reach, semi-structured format, and crowdsourced dynamics of inclusion and omission.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Material<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Dataset: <em>intellectuals_dictatorships.csv<\/em> \u2013 curated list of Latin American and Eastern European intellectuals (with gender, region, field, and interactions)<\/li>\n\n\n\n<li><em>intellectuals_network_enriched_styled.gexf <\/em>\u2013 styled graph for Gephi exploration<\/li>\n\n\n\n<li>Notebook:<em> intellectuals_graph_tutorial.ipynb<\/em> \u2013 Jupyter notebook covering all steps from data import to graph export<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Tools and Software<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Python 3.8+ &#8211; Recommended to use in a virtual environment or Jupyter<\/li>\n\n\n\n<li>environment<\/li>\n\n\n\n<li>Required Python libraries: pandas, networkx, matplotlib, random, community from networkx.algorithms<\/li>\n\n\n\n<li>Colab \/ Jupyter environment<\/li>\n\n\n\n<li>Gephi (latest version) &#8211; for interactive graph visualization, community exploration, and filtering by timeline or influence<\/li>\n\n\n\n<li>spaCy or nltk for natural language enrichment<\/li>\n\n\n\n<li>Wikipedia API for extending the datas<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Challenge<\/h2>\n\n\n\n<p>Mapping Epistemic Reciprocity and Violence: A Graph Analytics Challenge for Intellectual Histories in Latin America<\/p>\n\n\n\n<p>Participants will construct and explore\u00a0<strong>property graphs<\/strong>\u00a0representing intellectual relationships among scholars, artists, and activists active during Latin America\u2019s dictatorship periods. They will compute\u00a0<strong>reciprocity, visibility, and absence metrics<\/strong>\u00a0to identify communities of practice, assess mutual recognition, and surface patterns of\u00a0<strong>epistemic violence<\/strong>\u00a0related to gender, geography, and disciplinary power.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Challenge Goals<\/strong><\/h2>\n\n\n\n<p>Participants are expected to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Develop a nuanced graph that models epistemic interactions<\/li>\n\n\n\n<li>Identify forms of&nbsp;<strong>mutual recognition<\/strong>,&nbsp;<strong>asymmetry<\/strong>, and&nbsp;<strong>exclusion<\/strong><\/li>\n\n\n\n<li>Quantify and visualize&nbsp;<strong>epistemic violence<\/strong><\/li>\n\n\n\n<li>Reflect critically on the biases of data structures, sources, and visibility<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Task 1:&nbsp;<strong>Construct a Property Graph<\/strong><\/h3>\n\n\n\n<p>Build a directed, annotated property graph where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Nodes<\/strong>\u00a0represent intellectuals, institutions, and concepts<\/li>\n\n\n\n<li><strong>Edges<\/strong>\u00a0represent influence, co-citation, collaboration, or translation<\/li>\n\n\n\n<li><strong>Node properties<\/strong>\u00a0include gender, location, discipline, and time period<\/li>\n\n\n\n<li>Tools:\u00a0<code>networkx<\/code>,\u00a0<code>pandas<\/code>,\u00a0<code>neo4j<\/code>\u00a0(optional)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Task 2:&nbsp;<strong>Compute Reciprocity and Visibility Metrics<\/strong><\/h3>\n\n\n\n<p>Implement and interpret:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Reciprocity Index<\/strong>: proportion of bidirectional relationships<\/li>\n\n\n\n<li><strong>Visibility Ratio<\/strong>: degree centrality comparison across gender or region<\/li>\n\n\n\n<li><strong>Absence Score<\/strong>: quantify structurally missing links (e.g., Latin American women not cited by regional peers)<\/li>\n\n\n\n<li><strong>Betweenness Centrality &amp; Community Detection<\/strong>: identify key knowledge brokers and epistemic clusters<\/li>\n\n\n\n<li>Suggested formulas and templates will be provided.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Task 3:&nbsp;<strong>Detect Communities and Analyze Epistemic Silences<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use\u00a0<strong>Louvain<\/strong>\u00a0or\u00a0<strong>Label Propagation<\/strong>\u00a0to detect communities<\/li>\n\n\n\n<li>Investigate how gender, region, and discipline affect community formation<\/li>\n\n\n\n<li>Intify intellectuals\u00a0<strong>isolated<\/strong>,\u00a0<strong>under-linked<\/strong>, or\u00a0<strong>invisible<\/strong>\u00a0in dominant clusters<\/li>\n\n\n\n<li>Bonus: Compare findings with those from Eastern European intellectual networks (cross-regional module)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Task 4:&nbsp;<strong>Semantic Enrichment (Optional Advanced Track)<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use embedding models (e.g.,\u00a0<code>BERT<\/code>,\u00a0<code>spaCy<\/code>) to compute semantic similarity of biographies<\/li>\n\n\n\n<li>Detect\u00a0<strong>latent influence<\/strong>\u00a0not captured by hyperlinks or citations<\/li>\n<\/ul>\n\n\n\n<p>Goal: reveal alternative epistemic flows and affinities missed in the network structure<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Context and description The study of citation dynamics in scientific production enables the exploration of cognitive networks through data visualization techniques involving large datasets (Brasil Jr. and Carvalho, 2020). This makes it possible to map, through the authors cited, named, and referenced, different ways of knowing, thinking, and mobilizing sociocultural meanings. This tutorial proposes a [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":8,"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":42,"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/pages\/15\/revisions\/42"}],"wp:attachment":[{"href":"http:\/\/vargas-solar.com\/intergraphia\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}