Skip to content

Instantly share code, notes, and snippets.

View EdWarga's full-sized avatar

Ed Warga EdWarga

  • Austin, TX
View GitHub Profile
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

@EdWarga
EdWarga / roosevelt
Last active August 29, 2015 14:07 — forked from stardustnrust/roosevelt
= 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]