Skip to content

Instantly share code, notes, and snippets.

View jermnelson's full-sized avatar

Jeremy Nelson jermnelson

View GitHub Profile
@jermnelson
jermnelson / Description-Issue-FOLIO-Order-Import.md
Last active September 7, 2023 20:11
Configurations for Multiple Instances of FOLIO Order import tool

Following the directions in FOLIO Order Import Tool code repository's README, this gist contains the configuration servlet properties XML files for two instances, one for FOLIO production and one for FOLIO stage environments.

Setup

A docker image is generated from the Dockerfile in this GIST with the following files being copied:

  1. The order.war file to sul-prod.war and sul-stage.war
  2. The Context XML files, sul-prod.xml and sul-stage.war for each environment
  3. Specific property configuration files for stage and production, import-sul-prod.properties and import-sul-stage.properties
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.
@jermnelson
jermnelson / interchange.ipynb
Last active September 23, 2021 15:28
PCC-BIBFRAME-Exchange-02021-September-9
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jermnelson
jermnelson / gnrd_names.ipynb
Created August 5, 2021 16:07
Using GNDRD API to send PDFs or full-text and returning list of matches.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jermnelson
jermnelson / api-any-linked-data.ipynb
Last active July 19, 2021 18:05
How to use Sinopia to create ANY kind of linked data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jermnelson
jermnelson / SinopiaStatistics.ipynb
Last active November 30, 2020 17:41
Sinopia Statistics
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jermnelson
jermnelson / UW-Trellis.ipynb
Created August 4, 2020 16:51
Trellis Interactions for University of Washington
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jermnelson
jermnelson / glossary.md
Last active August 1, 2018 20:45
Library Technology Glossary

Library Technology Glossary

  • Access Points are the software "hooks" in the library catalog where patrons are able to search to look up the item. Typical Access Points include author, title, and subject. With the advent of Discovery Layers/Systems, more of the MARC records is exposed for searching.
  • BIBFRAME, short for bibliographic framework, is a Library of Congress sponsored vocabulary for modeling bibliographic entities and relationships for library physical and digital collections.
  • Discovery Layers/Systems a catagory of library systems with Blacklight being one of the most
    popular, that provide a faceted search built upon full-text search indexing using Solr or Elasticsearch.
@prefix bf: <http://id.loc.gov/ontologies/bibframe/> .
@prefix cc_scholar: <https://www.coloradocollege.edu/ns/scholar/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://catalog.coloradocollege.edu/8adbad68-d611-11e7-bb49-005056c00008> a cc_scholar:Research ;
rdfs:label "Jeremy Nelson's Research Interests"@en ;