Difference between revisions of "MDC/2014"

From Code4Lib
Jump to: navigation, search
(create page)
 
(migrate content from main MDC page)
Line 1: Line 1:
 
C4L MDC Meetings in 2014
 
C4L MDC Meetings in 2014
 +
 +
'''Details, schedule, and registration''': [http://library.gwu.edu/code4lib-dc-2014 GW Libraries site].
 +
 +
'''20-minute talks - feel free to sign up'''
 +
 +
* Dan Chudnov (GW Libraries), "7±2 things code4libbers should know about data science"
 +
* Mark Matienzo (Digital Public Library of America): "What We Learned From Aggregating Metadata for 7 Million Items"
 +
* Bohyun Kim (UMB HS/HSL), [http://www.slideshare.net/bohyunkim/online-payment-for-your-library-and-stripe-as-an-example "Accepting Online Payment for Your Library and 'Stripe' as an Example"]
 +
* Francis Kayiwa, [http://slides.com/franciskayiwa/monitoring-sucks#/ "Monitoring Sucks"]
 +
* David Anderson (National Library of Medicine): "Linked Data at NLM"
 +
* Ben Wallberg (UMD Libraries), "Research Services at UMD Libraries"
 +
* Ruth Kitchin Tillman (EADiva, NASA Goddard), "EAD 2002 to EAD3: the N big changes"
 +
 +
'''5-minute lightning talks signups - on site'''
 +
 +
* see whiteboard in room 302
 +
 +
'''1.5 or 3 hour workshops - feel free to sign up'''
 +
 +
'''Practice jQuery, for those in workshop (1.5 or 3 hours)'''
 +
 +
'''Jason Griffey, Hacking on Hardware (3 hours):'''
 +
 +
Come and join me for an afternoon filled with circuits and silicon! We'll be learning the basics of breadboards and simple circuits, and will deconstruct and then rebuild our own input/output systems with Arduino. Learn the basics of programming to the Arduino...hardware will be provided, although you will need your own laptop (or are comfortable team learning with someone else). The goal of the workshop will be to give you enough knowledge that you can build a simple sensor to measure something in your environment (noise, temperature, light, moisture) and to make you more comfortable with working with hardware. This session is designed for beginners who do not have experience with circuits, breadboards, Arduino, or other aspects of hardware hacking.
 +
 +
If you are planning to attend this hardware hacking afternoon, you will need to install a couple of things before you arrive to save time. Please download and install both the Arduino IDE 1.0.5 and the FTDI Drivers (serial drives for the Sparkfun Redboard), linked below. These will allow your laptop to communicate with the board.
 +
 +
'''Arduino IDE'''
 +
*[http://arduino.cc/en/Main/Software IDE 1.0.5]
 +
'''FTDI Drivers'''
 +
*[https://learn.sparkfun.com/tutorials/how-to-install-ftdi-drivers#windows---quick-and-easy Windows]
 +
*[https://learn.sparkfun.com/tutorials/how-to-install-ftdi-drivers#mac Mac]
 +
*[https://learn.sparkfun.com/tutorials/how-to-install-ftdi-drivers#linux Linux]
 +
 +
'''Kevin Ford, Gettting Started with the Bibframe Editor (1.5 hours):'''
 +
 +
Learn about, download, locally install, and tinker with the nascent Bibframe Editor (bfe) (https://github.com/lcnetdev/bfe).  This workshop will provide an introduction to the Bibframe Editor, which, despite its name, is basically a generic, web-based RDF editor.  All forms are dynamically generated from specially defined JSON-formatted [http://www.loc.gov/bibframe/docs/bibframe-profiles.html Bibframe Profiles], which you can customize with your own classes and properties to meet your needs.  `bfe` also ships with a number of "look ups," which provide typeahead functionality that dynamically search remote value vocabularies, such as [http://id.loc.gov/authorities/names Names] and [http://id.loc.gov/authorities/subjects Subjects] in [http://id.loc.gov/ ID.LOC.GOV], and allow you to choose a value from a suggested set of values (you can also create your own look ups).  After a brief introduction about `bfe`, we'll work to install it on your own laptop.  We'll then learn a little about profiles by modifying a few existing ones.  Time permitting, we'll look at creating a new "look up."
 +
 +
Preparing ahead of time?
 +
 +
Essential:
 +
[http://nodejs.org/download/ node.js] OR [https://www.python.org/download/ Python 2.7]
 +
(Do please try to have these installed before the workshop, otherwise we'll spend a minute or two installing node.js.)
 +
 +
Optional:
 +
Git
 +
 +
'''Patrick Murray-John, Omeka under the hood (1.5 hours)'''

Revision as of 22:04, 8 August 2015

C4L MDC Meetings in 2014

Details, schedule, and registration: GW Libraries site.

20-minute talks - feel free to sign up

  • Dan Chudnov (GW Libraries), "7±2 things code4libbers should know about data science"
  • Mark Matienzo (Digital Public Library of America): "What We Learned From Aggregating Metadata for 7 Million Items"
  • Bohyun Kim (UMB HS/HSL), "Accepting Online Payment for Your Library and 'Stripe' as an Example"
  • Francis Kayiwa, "Monitoring Sucks"
  • David Anderson (National Library of Medicine): "Linked Data at NLM"
  • Ben Wallberg (UMD Libraries), "Research Services at UMD Libraries"
  • Ruth Kitchin Tillman (EADiva, NASA Goddard), "EAD 2002 to EAD3: the N big changes"

5-minute lightning talks signups - on site

  • see whiteboard in room 302

1.5 or 3 hour workshops - feel free to sign up

Practice jQuery, for those in workshop (1.5 or 3 hours)

Jason Griffey, Hacking on Hardware (3 hours):

Come and join me for an afternoon filled with circuits and silicon! We'll be learning the basics of breadboards and simple circuits, and will deconstruct and then rebuild our own input/output systems with Arduino. Learn the basics of programming to the Arduino...hardware will be provided, although you will need your own laptop (or are comfortable team learning with someone else). The goal of the workshop will be to give you enough knowledge that you can build a simple sensor to measure something in your environment (noise, temperature, light, moisture) and to make you more comfortable with working with hardware. This session is designed for beginners who do not have experience with circuits, breadboards, Arduino, or other aspects of hardware hacking.

If you are planning to attend this hardware hacking afternoon, you will need to install a couple of things before you arrive to save time. Please download and install both the Arduino IDE 1.0.5 and the FTDI Drivers (serial drives for the Sparkfun Redboard), linked below. These will allow your laptop to communicate with the board.

Arduino IDE

FTDI Drivers

Kevin Ford, Gettting Started with the Bibframe Editor (1.5 hours):

Learn about, download, locally install, and tinker with the nascent Bibframe Editor (bfe) (https://github.com/lcnetdev/bfe). This workshop will provide an introduction to the Bibframe Editor, which, despite its name, is basically a generic, web-based RDF editor. All forms are dynamically generated from specially defined JSON-formatted Bibframe Profiles, which you can customize with your own classes and properties to meet your needs. `bfe` also ships with a number of "look ups," which provide typeahead functionality that dynamically search remote value vocabularies, such as Names and Subjects in ID.LOC.GOV, and allow you to choose a value from a suggested set of values (you can also create your own look ups). After a brief introduction about `bfe`, we'll work to install it on your own laptop. We'll then learn a little about profiles by modifying a few existing ones. Time permitting, we'll look at creating a new "look up."

Preparing ahead of time?

Essential: node.js OR Python 2.7 (Do please try to have these installed before the workshop, otherwise we'll spend a minute or two installing node.js.)

Optional: Git

Patrick Murray-John, Omeka under the hood (1.5 hours)