Skip to content

Instantly share code, notes, and snippets.

View mejackreed's full-sized avatar
🐧

Jack Reed mejackreed

🐧
View GitHub Profile
@mejackreed
mejackreed / .gitignore
Last active January 4, 2022 23:16 — forked from camillevilla/From the Page manifest fetch
From the Page manifest fetchin'
files/**
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<records>
<record>
<database name="MASTER ENDNOTE 2015-10-02.enl" path="/Users/blalbrit/Downloads/BibData02October2015 3/MASTER ENDNOTE 2015-10-02.enl">MASTER ENDNOTE 2015-10-02.enl</database>
<source-app name="EndNote" version="18.0">EndNote</source-app>
<rec-number>4349</rec-number>
<foreign-keys>
<key app="EN" db-id="wdp2swwp12xva2ep20tvsaxnzadt55twszvd">4349</key>
</foreign-keys>
require 'nokogiri'
$druids_size = {
'A Declaration 1561' => 'dg156sv6886'# ,
# 'Abbott 1900' => 'sk095st1718',
# 'Abbott 1900' => 'wx717zj2675',
# 'Abdias 1560' => 'dw493fs0065',
# 'Abel 1955' => 'zx084gk1026',
# 'Aberth 1992' => 'md506kt8712',
# 'Aberth 1996' => 'yn324cn5860',

Title

Using GeoBlacklight for Geospatial Discovery

Organizers

  • Darren Hardy, Stanford University
  • Jack Reed, Stanford University
  • others?
@mejackreed
mejackreed / d3map.css
Created June 15, 2016 09:24 — forked from emeeks/d3map.css
City Nature Neighborhoods
path,circle,rect,polygon,ellipse,line {
vector-effect: non-scaling-stroke;
}
svg, canvas {
top: 0;
}
#d3MapZoomBox {
position: absolute;
z-index: 10;
height: 100px;
@mejackreed
mejackreed / addTagScript.rb
Created January 16, 2016 00:02 — forked from rosy1280/addTagScript.rb
add new tag to a list of objects
#!/usr/bin/env ruby
# script should be placed in the common-accessioning/current/bin directory
# usage is ruby addTagScript.rb {env} druid-list.txt
# where {env} is the environment in which you want to run the script (production, test, development)
# and druid-list.txt is the list of druids you want to add tags to.
# NOTE: you need to change the tag, right now its set to add 'Project : Chinese Topographic Maps'
unless(ARGV.first.nil?)
ENV['ROBOT_ENVIRONMENT'] = ARGV.first
end