This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?><OAI-PMH xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd" xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<responseDate>2018-07-12T08:54:11Z</responseDate> | |
<request verb="ListRecords" metadataPrefix="marc21" set="blacklight" until="2018-07-12T08:54:02Z" from="2018-07-12T00:54:00Z">https://na02.alma.exlibrisgroup.com/view/oai/01TULI_INST/request</request> | |
<ListRecords><record><header><identifier>oai:alma.01TULI_INST:991000022389703811</identifier><datestamp>2018-07-12T08:19:13Z</datestamp><setSpec>blacklight</setSpec><setSpec>blacklight_qa</setSpec><setSpec>rapid_print_books</setSpec></header><metadata> | |
<record xmlns="http://www.loc.gov/MARC21/slim" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" ><leader>01391nam a2200457 a 4500</leader><controlf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
$:.unshift "./config" | |
$:.unshift "./lib" | |
require "yaml" | |
solr_config = YAML.load_file("config/blacklight.yml")[(ENV["RAILS_ENV"] || "development")] | |
solr_url = ERB.new(solr_config["url"]).result | |
# A sample traject configuration, save as say `traject_config.rb`, then | |
# run `traject -c traject_config.rb marc_file.marc` to index to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
require File.expand_path("../../config/environment", __FILE__) | |
indexer = Traject::Indexer.new | |
indexer.load_config_file("./lib/traject/indexer_config.rb") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coding for TU Library with love, ruby, rails, blacklight, solr and vim (etc.). Living la vida father, husband, dancer, poet, clown. My mind -> my opinions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create | |
create README.md | |
create Rakefile | |
create .ruby-version | |
create config.ru | |
create .gitignore | |
create Gemfile | |
run git init from "." | |
Initialized empty Git repository in /private/var/folders/l8/8ljsh0p103d9m4gg3866jlhh0000gp/T/d20181002-80571-1d5ukjn/internal/.git/ | |
create package.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YR 2016 | |
K1 Drori, Amit | |
K1 Puppetry | |
K1 Visual Artists | |
K1 Theater | |
K1 Animation | |
K1 Philosophy | |
K1 Open Access | |
K1 Robotics | |
K1 Robot As Puppet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LEADER 01125nam 22003131i 4500001 991036900679403811 | |
005 20170821193903.0 | |
006 m o d | | |
007 cr -n--------- | |
008 131211t20132013enk o 000 0 eng d | |
020 0-85765-930-8 | |
020 0-85765-932-4 | |
035 (CKB)2550000001159993 | |
035 (EBL)1728103 | |
035 (SSID)ssj0001168867 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LEADER 03484cam a22004814i 4500001 9564935 | |
005 20160427140130.0 | |
008 150709s2015 enk b 001 0 eng | |
010 2015020818 | |
035 (OCoLC)ocn914156896 | |
040 DLC |beng |erda |cDLC |dYDX |dCDX |dYDXCP |dIQU |dOCLCO |dVP@ |dOCLCQ | |
020 9781781689486 |q(paperback) | |
020 1781689482 |q(paperback) | |
020 |z9781781689387 |q(ebook (us)) | |
020 |z9781781689394 |q(ebook (uk)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LEADER 04241cam a2200553Li 4500001 a12686634 | |
003 SIRSI | |
005 20180804003001.0 | |
008 180203t20192019stka sb 00| 0 eng d | |
020 |z9780323417457 |q(hardcover) | |
020 |z0323417450 |q(hardcover) | |
020 0323430171 |q(electronic book) | |
020 9780323430173 |q(electronic book) | |
035 (OCoLC)1021811256 | |
035 (CSt-L)L336714 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/sbin/groupadd -g 30119 jenkins | |
/usr/sbin/useradd -u 30119 -g jenkins jenkins | |
mkdir /home/jenkins | |
chown -R jenkins. /home/jenkins |