NLA digitised finding aids in Trove:
Arts | |
Arts / 2016 Adelaide Fringe Festival | |
Arts / 2016 Perth Fringe World Festival | |
Arts / 2018 Adelaide Fringe Festival | |
Arts / Architecture | |
Arts / Architecture / Developing Canberra | |
Arts / Art groups | |
Arts / Art groups / Victoria | |
Arts / Arts development organisations | |
Arts / Arts development organisations / New South Wales |
code | place | wikidata_label | wikidata_id | coordinates | iso_country_code | iso_numeric_country_code | geonames_id | |
---|---|---|---|---|---|---|---|---|
a | Asia | Asia | Q48 | 43.681111111111115,87.33111111111111 | 6255147 | |||
a-af | Afghanistan | Afghanistan | Q889 | 33,66 | AF | 004 | 1149361 | |
a-ai | Armenia (Republic) | Armenia | Q399 | 40.383333,44.95 | AM | 051 | 174982 | |
a-aj | Azerbaijan | Azerbaijan | Q227 | 40.3,47.7 | AZ | 031 | 587116 | |
a-ba | Bahrain | Bahrain | Q398 | 26.0675,50.551111 | BH | 048 | 290291 | |
a-bg | Bangladesh | Bangladesh | Q902 | 24.016667,89.866667 | BD | 050 | 1210997 | |
a-bn | Borneo | Borneo | Q36117 | -1,114 | ID|MY|BN | 360|458|096 | 1648148|1641903 | |
a-br | Burma | Myanmar | Q836 | 22,96 | MM | 104 | 1327865 | |
a-bt | Bhutan | Bhutan | Q917 | 27.45,90.5 | BT | 064 | 1252634 |
{ | |
"@context": "https://w3id.org/ro/crate/1.1/context", | |
"@graph": [ | |
{ | |
"@id": "ro-crate-metadata.json", | |
"@type": "CreativeWork", | |
"about": { | |
"@id": "./" | |
}, | |
"conformsTo": { |
ADMINISTRATIVE SERVICES | |
- government accommodation and catering | |
- fleet | |
- freight | |
- goods and services | |
- property management | |
-- acquisition | |
-- leasing | |
-- maintenance | |
- removals |
Additional notes on the two versions of the draft plan can be found here and here.
The current investment in the HASS Research Data Commons is part of a long-term program of capability development across the HASS sector. This is reflected in the evaluation criteria for project plans that emphasises ‘maximisation of the use or re-use of existing research infrastructure’, ‘integrated infrastructure layers with other HASS RDC activities’, collaboration, ‘research leadership’, and ‘a demonstrated commitment to ongoing community development’.
The NLA plan for a Trove Advanced Platform is narrowly focused on the development of the Library’s own systems. The redrafted plan intr
I’ve provided more detailed feedback on the proposal in this post.
Unfortunately I don’t think this proposal meets the requirements. A comparison with the other project plans is quite stark. While the other plans will establish collaborative processes, involving multiple partners, that will deliver a range of outcomes, this plan proposes to develop a small number of products with minimal consultation. No justification is given for prioritising these products; no indication is provided as to how they might integrate with other research infrastructure; no strategy is outlined for sustaining these products; no explanation is offered as to how this plan could help build a framework for future infrastructure development and collaboration. My concern is
identifier | title | contents_date_str | contents_start_date | contents_end_date | location | quantity | described_note | described_total | digitised_total | access_open_total | access_owe_total | access_closed_total | access_nye_total | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A40 | Volumes of duplicate Certificates of Naturalization | 01 Jan 1904 - 31 Dec 1917 | 1904-01-01 | 1917-12-31 | TAS | 0.13 | All items from this series are entered on RecordSearch. | 36 | 36 | 36 | 0 | 0 | 0 | |
A376 | Correspondence Files T Series | TAS | 0.36 | Click to see items listed on RecordSearch. Please contact the National Reference Service if you can't find the record you want as not all items from the series may be on RecordSearch. | 16 | 2 | 15 | 1 | 0 | 0 | ||||
A396 | Alien Registration Papers - Chinese, Tasmania | TAS | 0.9 | All items from this series are entered on RecordSearch. | 293 | 285 | 293 | 0 | 0 | 0 | ||||
A401 | Records of Aliens | 1914 - 1919 | 1914 | 1919 | TAS | 0.36 | All items from this series are entered on RecordSearch. | 767 | 767 | 767 | 0 | 0 | 0 | |
A403 | Correspondence Files, C Series | TAS | 0.03 | All items from this series are entered on RecordSearch. | 10 | 0 | 10 | 0 | 0 | 0 |
capture_date | dates | place |
---|
from pathlib import Path | |
import json | |
import re | |
import imp | |
import os.path | |
import sys | |
python_path = os.path.dirname(sys.executable).replace('bin', 'lib') | |
imports = [] |