Skip to content

Instantly share code, notes, and snippets.

View suellenstringer-hye's full-sized avatar

Suellen Stringer-Hye suellenstringer-hye

  • Vanderbilt University Library
  • Nashville, TN
View GitHub Profile
## How to Build a Free Website using GitHub Pages
Friday, Feb 3
*Suellen Stringer-Hye*
### Workshop Description
Did you know it’s possible to host a website freely using your GitHub repository? We’ll show you how to use GitHub Pages to create a static HTML website with all the benefits of version control. We’ll also take a look at Jekyll, a tool for generating websites from Markdown. Jekyll is now built in to Github making it much easier to use Jekyll themes. By the end, you’ll be ready to roll your own website for coursework or scholarly projects.
@suellenstringer-hye
suellenstringer-hye / 01-access-collection.xqy
Created March 24, 2017 20:19 — forked from CliffordAnderson/01-access-collection.xqy
XQuery Samples for Blue Mountain Project
xquery version "3.1";
declare namespace tei = "http://www.tei-c.org/ns/1.0";
fn:collection("bluemountain-transcriptions")/tei:TEI
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 35 columns, instead of 8. in line 4.
Age,Attrition,BusinessTravel,DailyRate,Department,DistanceFromHome,Education,EducationField,EmployeeCount,EmployeeNumber,EnvironmentSatisfaction,Gender,HourlyRate,JobInvolvement,JobLevel,JobRole,JobSatisfaction,MaritalStatus,MonthlyIncome,MonthlyRate,NumCompaniesWorked,Over18,OverTime,PercentSalaryHike,PerformanceRating,RelationshipSatisfaction,StandardHours,StockOptionLevel,TotalWorkingYears,TrainingTimesLastYear,WorkLifeBalance,YearsAtCompany,YearsInCurrentRole,YearsSinceLastPromotion,YearsWithCurrManager
41,Yes,Travel_Rarely,1102,Sales,1,2,Life Sciences,1,1,2,Female,94,3,2,Sales Executive,4,Single,5993,19479,8,Y,Yes,11,3,1,80,0,8,0,1,6,4,0,5
49,No,Travel_Frequently,279,Research & Development,8,1,Life Sciences,1,2,3,Male,61,2,2,Research Scientist,2,Married,5130,24907,1,Y,No,23,4,4,80,1,10,3,3,10,7,1,7
37,Yes,Travel_Rarely,1373,Research & Development,2,2,Other,1,4,4,Male,92,2,1,Laboratory Technician,3,Single,2090,2396,6,Y,Yes,15,3,2,80,0,7,3,3,0,0,0,0
33,No,Travel_Frequently,1392,Research & Development,3,4,L
Education 1 'Below College'
2 'College'
3 'Bachelor'
4 'Master'
5 'Doctor'
EnvironmentSatisfaction 1 'Low'
2 'Medium'
3 'High'
@suellenstringer-hye
suellenstringer-hye / swp
Last active February 26, 2020 21:02
swp
= Network analysis with Neo4j
:neo4j-version: 2.1.0
:author: Suellen Stringer-Hye
:twitter: @suellenshye
:tags: domain:education, use-case:network analysis
@suellenstringer-hye
suellenstringer-hye / code for telephony app
Created February 10, 2017 20:36
telephony Cypher code
http://wisdom.jelastic.servint.net/traverse/0/Digits=1
http://wisdom.jelastic.servint.net/telephony/node/0
MATCH (a:{name:"access-or-share"})
return a
match (a {id:3}), (b {id:2})
merge (a)-[:Key {say:"Please press 2 followed by # to discontinue this call.", event:"2"}]-(b)
$MATCH (a {name:"access-or-share"}),(b {name:"share"}) return a
@suellenstringer-hye
suellenstringer-hye / indexfile.html
Created February 3, 2017 16:19
code for gh pages
<!DOCTYPE html> <html lang="en"> <head>
<meta charset="utf-8">
<title>Suellen Stringer-Hye — Linked Data and Semantic Web Coordinator</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/lighter.css" rel="stylesheet"> </head> <body>
<h1> Suellen Stringer-Hye</h1> </body>
@suellenstringer-hye
suellenstringer-hye / test.md
Created January 20, 2017 17:15
I'm learning about Gists

Test file

@suellenstringer-hye
suellenstringer-hye / vanderbilt.geojson
Last active January 20, 2017 17:43
Map of Vanderbilt campus
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.