I hereby claim:
- I am ngeraci on github.
- I am ngeraci (https://keybase.io/ngeraci) on keybase.
- I have a public key ASD_X3Xk7v5LDSx8ckV-RKSMcOQxcR10mbZWemWTNgwswwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| This script takes a collection's CDL registry number and the number of items in a collection, and | |
| opens calisphere-test tabs in a web browser representing a specified percentage of the collection's | |
| total pages. | |
| """ | |
| import argparse | |
| import math | |
| import random | |
| import sys | |
| import webbrowser as wb |
| """ A script to get the Nuxeo paths for missing items (and write them | |
| to a text file) when there is a discrepancy between number of items in | |
| Calisphere test and production. | |
| """ | |
| import requests | |
| from bs4 import BeautifulSoup | |
| from pynux import utils | |
| """ Adaptation of Kelly Bolding's Terms of Aggrandizement xquery script to report on aggrandizing | |
| language in archival finding aid "Biography or History" (bioghist) notes. | |
| The original script uses xquery on a directory of EAD XML files, and produces an XML report. | |
| This version uses Python to query the ArchivesSpace REST API, and produces a JSON report. | |
| """ | |
| import re | |
| import json | |
| from asnake.aspace import ASpace |
| influential | |
| renowned | |
| not(able|ed) | |
| distinguished | |
| reputable | |
| prestigious | |
| prominent | |
| significant | |
| respected | |
| expert |