The Vane Sisters
Modeling the Graph
OUR DATASET
CREATE
//People
(cynthia:Person{name:'Cynthia Vane'}),
= The Life You Save May Be Your Own | |
== Modeling the Graph | |
//graph | |
=== OUR DATASET | |
[source, cypher] |
CREATE
//People
(cynthia:Person{name:'Cynthia Vane'}),
= Nabokov in America | |
=== Genius is non-conformity | |
Vladimir Nabokov | |
image::http://static.guim.co.uk/sys-images/Books/Pix/pictures/2009/7/8/1247059161848/Vladimir-Nabokov-001.jpg[] | |
== Modeling the Graph | |
image::http://www.library.vanderbilt.edu/webimages/LNO/datamodel.JPG[] |
= Roosevelt Family Geneaology | |
:neo4j-version: 2.1.0 | |
:author: Suellen Stringer-Hye | |
:twitter: @suellenshye | |
:tags: domain:education, use-case:geneaology | |
== Completed Graph |
-------------------------------------------- | |
DIVINITY | |
LOAD NODES: | |
LOAD CSV WITH HEADERS FROM "https://raw.githubusercontent.com/EdWarga/VUIR-Data-Project/master/Divinity/Article-node.csv" AS csvLine | |
CREATE (a:Article { id: csvLine.ArtID, title: csvLine.Title, year: toInt(csvLine.PubYear) }) | |
LOAD CSV WITH HEADERS FROM "https://raw.githubusercontent.com/EdWarga/VUIR-Data-Project/master/Divinity/Author-node.csv" AS csvLine | |
CREATE (p:Person { id: csvLine.AutID, name: csvLine.Author }) |
LOAD CSV WITH HEADERS FROM "http://www.library.vanderbilt.edu/webimages/flannery/Name.csv" AS csvLine | |
CREATE (p:Person { id: csvLine.NameID, name: csvLine.Name }) | |
LOAD CSV WITH HEADERS FROM "http://www.library.vanderbilt.edu/webimages/flannery/locations.csv" AS csvLine | |
CREATE (l:Location { id: csvLine.LocationID, Place: csvLine.Location }) | |
LOAD CSV WITH HEADERS FROM "http://www.library.vanderbilt.edu/webimages/flannery/letterlocations.csv" AS csvLine | |
CREATE (R:Letter { id: csvLine.Letter, name: csvLine.Location }) | |
match (a {name:"Flannery O\'Connor"}),(c:Letter {date:1950}),(b {name:"Brainerd Chaney"}) | |
create c-[:To]->b |
= The Epistolary Correspondence of Flannery O'Connor | |
=== “I thank you again for reading my book and writing about it so carefully and with so much understanding. I bought three copies of the review to show to some of my connections who think it would be nicer if I wrote about nice people.” | |
― Flannery O'Connor to Brainard Cheney, February 8, 1953 | |
image::http://i.imgur.com/7pLKctf.jpg[] | |
== Purpose | |
#Scholarly Communications ##Workshop Series (Fall 2015)
###Sessions:
###Introduction to GIS using ArcGIS Online ####Friday, DATE