#Scholarly Communications ##Workshop Series (Fall 2015)
###Sessions: 9/11 18, 25; 10/2, 9, 23, 30; 11/6, 13 , 20; 12/4
###Introduction to GitHub as an Educational Technology ####Friday, September 11, 2015 Ramona Romero
| xquery version "3.1"; | |
| (: Produces facets dynamically by applying a config file ('facets.xml') | |
| to a book list ('books.csv') :) | |
| declare function local:build-facet ($books as element()*, $path as xs:string, $name as xs:string) as element(facet)? | |
| { | |
| let $facets := | |
| for $book in $books | |
| group by $facet := |
| <terms> | |
| <term> | |
| <path>date</path> | |
| <facet>date</facet> | |
| </term> | |
| </terms> |
#Scholarly Communications ##Workshop Series (Fall 2015)
###Sessions: 9/11 18, 25; 10/2, 9, 23, 30; 11/6, 13 , 20; 12/4
###Introduction to GitHub as an Educational Technology ####Friday, September 11, 2015 Ramona Romero
| = Roosevelt Family Geneology | |
| == Modeling the Graph | |
| //graph | |
| === OUR DATASET | |
| [source, cypher] |
| = The Life You Save May Be Your Own | |
| == Modeling the Graph | |
| //table | |
| //graph | |
| === OUR DATASET | |
| [source, cypher] |