Skip to content

Instantly share code, notes, and snippets.

View yrochat's full-sized avatar
💭
Doing digital humanities

Yannick Rochat yrochat

💭
Doing digital humanities
View GitHub Profile
@yrochat
yrochat / README.md
Created May 6, 2015 10:12
Network Transition v.0.0.1

Contexte

La toute première étape d'un système de visualisation dynamique (temporelle) de réseaux.

rm(list=ls())
library(twitteR)
library(httr)
# 1. Find OAuth settings for twitter:
# https://dev.twitter.com/docs/auth/oauth
oauth_endpoints("twitter")
Sys.setenv(TWITTER_CONSUMER_SECRET = "")
@yrochat
yrochat / authors.gexf
Created July 7, 2014 08:50
DH 2014 network based on abstracts : authors
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd" version="1.2">
<meta lastmodifieddate="2014-05-22">
<creator>NodosChile</creator>
<description>A graph file writing in R using "rgexf"</description>
<keywords>gexf graph, NodosChile, R, rgexf</keywords>
</meta>
<graph mode="static" defaultedgetype="undirected">
<attributes class="node" mode="static">
<attribute id="att1" title="name" type="string"/>
@yrochat
yrochat / keywords.gexf
Created July 7, 2014 08:49
DH 2014 network based on abstracts : keywords
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd" version="1.2">
<meta lastmodifieddate="2014-05-21">
<creator>NodosChile</creator>
<description>A graph file writing in R using "rgexf"</description>
<keywords>gexf graph, NodosChile, R, rgexf</keywords>
</meta>
<graph mode="static" defaultedgetype="undirected">
<attributes class="node" mode="static">
<attribute id="att1" title="name" type="string"/>
@yrochat
yrochat / all.gexf
Last active August 29, 2015 14:03
DH 2014 network based on abstracts : authors and keywords
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.2draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd" version="1.2">
<meta lastmodifieddate="2014-05-21">
<creator>NodosChile</creator>
<description>A graph file writing in R using "rgexf"</description>
<keywords>gexf graph, NodosChile, R, rgexf</keywords>
</meta>
<graph mode="static" defaultedgetype="undirected">
<attributes class="node" mode="static">
<attribute id="att1" title="name" type="string"/>