Ross Spencer

Results 135 issues of Ross Spencer

Hi Joel, Looking for clarification on how to write PREMIS events using this. If I try the following: ```python ev = premisrw.PREMISEvent() ev.event_type = "AM CAMP DEMO" ev.event_outcome_detail = "SUCCESS"...

Here, and a few other places we're asked to pass a `.tree` argument as `mets_doc`, in this case, to validate the document: ``` def xsd_validate(mets_doc, xmlschema=METS_XSD_PATH): xmlschema = get_xmlschema(xmlschema, mets_doc)...

Per here: https://github.com/artefactual/archivematica/blob/0c748d9f448b8d18961fc8cb764c0149e56fd11b/src/archivematicaCommon/lib/fileOperations.py#L81 The supported types: https://github.com/artefactual-labs/mets-reader-writer/blob/master/metsrw/resources/archivematica_mets_schematron.xml#L33 ``` ingestion, message digest calculation, virus check, name cleanup, format identification, validation, normalization, fixity check, creation, unpacking, compression ``` If we try validating...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Install allows a user...

enhancement

It could be experience but I had been trying to get back to an 8.7.3. configuration this past weekend and pretty much had to give up. The configurations wiki makes...

The Wikimedia user agent policy is here; https://meta.wikimedia.org/wiki/User-Agent_policy I believe right now via: https://github.com/digipres/digipres.github.io/blob/a1fb93280d1b89203c2e258fe02eb0d61710846b/_sources/registries/wikidata/download-wikidata-formats.py#L36 they will see a generic python-requests header which I think just about passes their test. They...

When using Dublin Core in Archivematica with repeating fields it's not clear how they will be resolved in Scope. I believe only one of the fields will be used, but...

SCOPE uses a control that can expand/collapse as requested. It appears in the content menu, but also for the expansion of preservation metadata. ![image](https://user-images.githubusercontent.com/1880412/82678300-5f94f580-9c17-11ea-9d06-79f9cc2954e8.png) Trying to expand the component will...

review