Skip to content

Instantly share code, notes, and snippets.

View jrgriffiniii's full-sized avatar

James R. Griffin III jrgriffiniii

View GitHub Profile
@jrgriffiniii
jrgriffiniii / odes.ipynb
Created April 26, 2020 04:58
Example Jupyter Notebook demonstrating a simple ODE
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
### Keybase proof
I hereby claim:
* I am jrgriffiniii on github.
* I am jrgriffiniii (https://keybase.io/jrgriffiniii) on keybase.
* I have a public key ASDvCvt1EKiJXF-gk8g8SCE5TFw29cIltfUdY2m0yOvvIQo
To claim this, I am signing this object:
@jrgriffiniii
jrgriffiniii / gist:1732d60c9321fbd07784
Created June 19, 2015 18:21
Sufia 5.0.0-stable Deprecation Warning
DEPRECATION WARNING: You attempted to set the attribute `description' on `Collection' to an enumerable value. However, this attribute is declared as being singular. This behavior is deprecated and will raise an ArgumentError in active-fedora 8.0.0. (called from block in attributes= at /home/griffinj/.rvm/gems/ruby-2.2.1/gems/active-fedora-7.1.2/lib/active_fedora/attributes.rb:21)
@jrgriffiniii
jrgriffiniii / islandora_datastream_dc.md
Last active August 18, 2017 15:07
Working with Dublin Core Datastreams within Islandora

Working with Dublin Core Datastreams within Islandora

First, retrieve the DC Document using cURL:

$ curl http://digital.stage.lafayette.edu/islandora/object/elc:10/datastream/DC/view

  <dc:title>Ledger 1</dc:title>
  <dc:identifier>elc:10</dc:identifier>
</oai_dc:dc>```