The Buffy Sainte-Marie wikidata page[1] shows a qualified spousal relationship. In English,
Buffy Sainte Marie has Spouse Jack Nitzsche with start time: 19 March 1982 and end time: 25 August 2000
<?xml version="1.0" encoding="utf-8"?> | |
<xsl:stylesheet version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:mods="http://www.loc.gov/mods/v3" exclude-result-prefixes="mods" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:srw_dc="info:srw/schema/1/dc-schema" | |
xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<!-- | |
This stylesheet transforms MODS version 3.2 records and collections of records to simple Dublin Core (DC) records, |
#!/bin/bash | |
# Mac-compatible script | |
# Writes the contents of an unprotected DVD to an MPEG-2 file in the current directory. | |
# Temporarily set the for-loop delimiter to deal with filenames with spaces. | |
# Source: http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html | |
SAVEIFS=$IFS | |
IFS=$(echo -en "\n\b") |
#!/usr/local/bin/python3 | |
import csv | |
dates = [] | |
cloudyvalues = [] | |
pattern = [] | |
pattern3 = [] | |
thisdate = '11-5-2005' | |
thissky = [] |
The Buffy Sainte-Marie wikidata page[1] shows a qualified spousal relationship. In English,
Buffy Sainte Marie has Spouse Jack Nitzsche with start time: 19 March 1982 and end time: 25 August 2000
#!/bin/bash | |
# This script zeroes out any space not needed for packaging a new Ubuntu Vagrant base box. | |
# Run the following command in a root shell: | |
# | |
# bash <(curl -s https://gist.github.com/justindowning/5670884/raw/vagrant-clean.sh) | |
function print_green { | |
echo -e "\e[32m${1}\e[0m" | |
} |
vagrant up
(and wait for the base box to load up)$ sudo apt-get clean
string-join( | |
( | |
string-join( | |
( | |
string-join( | |
( | |
/mods/titleInfo[not(@type)]/nonSort/text(), | |
/mods/titleInfo[not(@type)]/title/text() | |
), | |
' ' |
From the Contract between DGI and the IF:
The intended benefit is to make Islandora smaller and easier to install, increase flexibility of features (including optional scaling), increase the spread of modules with the broader Drupal community and thereby get more interest and help in modules maintenance, simplify testing and maintenance, simplify dependencies, and improve feature definition and documentation.
The IF agreed for DGI to work on two elements from the "Phase 1" of the modularization project. These are:
written for release 0.4.0 of the Islandora Starter Site.
repository
) as composer require islandora/advanced_search:dev-contrib
and enable it with Drush.task: get_data_from_view # See Z-View to export | |
host: "http://islandora.dev" | |
view_path: '/nodes-for-publisher' | |
username: admin | |
password: password | |
content_type: islandora_object | |
export_csv_file_path: ./islandora_export.csv | |
# If export_csv_field_list is not present, all fields will be exported. | |
# node_id and title are always included. | |
export_csv_field_list: ['field_linked_agent', 'field_publisher'] |