#Scholarly Communications ##Workshop Series (Fall 2015)
###Sessions:
- 9/18, 25; 10/2, 9, 23, 30; 11/6, 13, 20; 12/4
###Introduction to GIS using ArcGIS Online ####Friday, DATE
- Lindsey Fox
xquery version "3.1"; | |
declare namespace tei = "http://www.tei-c.org/ns/1.0"; | |
fn:collection("bluemountain-transcriptions")/tei:TEI |
Author | Title | ISBN | Binding | Year Published | |
---|---|---|---|---|---|
Jeannette Walls | The Glass Castle | 074324754X | Paperback | 2006 | |
James Surowiecki | The Wisdom of Crowds | 9780385503860 | Paperback | 2005 | |
Lawrence Lessig | The Future of Ideas | 9780375505782 | Paperback | 2002 | |
Larry Bossidy, Ram Charan, Charles Burck | Execution | 9780609610572 | Hardcover | 2002 | |
Kurt Vonnegut | Slaughterhouse-Five | 9780791059258 | Paperback | 1999 | |
Vladimir Nabokov | Lolita | 87965467890 | Hardback | 1956 | |
Somebody | Vonnegut is great | Paperback | 2017 |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
= Selection of Artists' Books from Vanderbilt University's Southern Presses | |
=== OUR DATASET | |
This collection is based on 240 of Vanderbilt University's artists' books published in the "South" (defined using the U.S. Census Bureau's definition). The gist is a part of a Vanderbilt University Dean Fellows project by Haley Brown. | |
[source, cypher] | |
---- | |
CREATE | |
//People |
#Scholarly Communications ##Workshop Series (Fall 2015)
###Sessions:
###Introduction to GIS using ArcGIS Online ####Friday, DATE
match (a {name:"Flannery O\'Connor"}),(c:Letter {date:1950}),(b {name:"Brainerd Chaney"}) | |
create c-[:To]->b |
-------------------------------------------- | |
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 }) |