Difference between revisions of "Template:Classic RAD (1)"

From ICA-AtoM
Jump to navigation Jump to search
(Removing all content from page)
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
 
[[Main Page]] > [[BCAUL pilot project]] > [[Templates]] > Classic RAD (1)
 
  
'''Document status:''' in progress
 
 
 
== Structure ==
 
 
[[Image:ClassicRAD1_Summary.png|500px|right|thumb|Divs used to organize data entry screen]]
 
 
This version of the RAD template follows RAD's ''areas of description'' closely. It differs from [[Template: Classic RAD (2)|Classic RAD (2)]] in the way it handles RAD elements that have no direct ISAD(G) or Qubit analogs. The general approach here is to create custom fields via records in the Qubit ''property'' table for RAD elements that have no ISAD(G) equivalent.
 
 
*'''Advantage''': descriptions are more fully RAD-compliant, data is more easily segregated into RAD elements with little loss of RAD specificity.
 
 
*'''Disadvantage''': requires much back-end customization to implement fields that are little-used even in RAD environments.
 
 
The divs that structure the data entry screen are drawn from RAD areas, with several others divs added to handle Qubit-specific fields / implementations.
 
 
 
<br clear="right">
 
== Identity area ==
 
 
[[Image:ClassicRAD1_1Identity.png|500px|right|thumb|Identity area]]
 
 
This div has no RAD equivalent. It brings together minimum data entry requirements and Qubit fields which have no RAD analogs. The fields relate to uniquely identifying the unit of description and the name is based on analogy to the ISAD(G) area.
 
 
'''Identifier'''
 
*RAD: na
 
*[[RS-1#3.1.1|ISAD(G): 3.1.1 Reference code]]
 
*Qubit: information_object::identifier
 
*Repeating? NO
 
*Notes: At the item-level RAD has a Standard number element (1.9B), but this is used for numbers assigned by international standards bodies (e.g. ISBN number) rather than local institutional reference codes.
 
 
 
'''Title'''
 
*RAD: 1.1B Title proper
 
*[[RS-1#3.1.2|ISAD(G): 3.1.2 Title]]
 
*Qubit: information_object::title
 
*Repeating? NO
 
*Note: Value returned by method combining elements in ''Title and statement of responsibility area''
 
 
 
'''Level of description'''
 
*RAD: na
 
*[[RS-1#3.1.4|ISAD(G): 3.1.4 Level of description]]
 
*Qubit: information_object::level_of_description_id
 
*Repeating? NO
 
*Note: No RAD analog but required for Qubit management of the hierarchy of description.
 
 
 
'''Parent level'''
 
*RAD: na
 
*ISAD(G): na
 
*Qubit: information_object::parent_id
 
*Repeating? NO
 
*Note: No RAD analog but required for Qubit management of the hierarchy of description.
 
 
 
'''Repository'''
 
*RAD: na
 
*ISAD(G): na
 
*Qubit: information_object::repository
 
*Repeating? NO
 
*Note: No RAD analog but required for Qubit linking of archival description to description of archival insitution holding records.
 
 
 
== Title and statement of responsibility area ==
 
 
[[Image:ClassicRAD1_1Title.png|500px|right|thumb|Title and statement of responsibility area]]
 
 
This div corresponds to RAD area 1.1. Where ISAD(G) has only 1 title element (3.1.2), RAD breaks titles down into 5 elements: ''Title proper'' (1.1B), ''General material designation'' (1.1C), ''Parallel titles'' (1.1D), ''Other title information'' (1.1E), and ''Statements of responsibility'' (1.1F). These elements are then concatenated into a single title statement, with punctuation rules to distinguish the various components.
 
 
In this implementation, each of these elements has its own custom field (field name and value stored in a related Qubit ''property'' record). A '''getRADTitle()''' method returns the full title on the [[View screen]], formatted according to RAD punctuation rules.
 
 
'''Title proper'''
 
*RAD: 1.1B Title proper
 
*ISAD(G): na
 
*Qubit: property::name="title_proper" value=""
 
*Repeating? NO
 
 
 
'''General material designation'''
 
*RAD: 1.1B Title proper
 
*ISAD(G): na
 
*Qubit: property::name="gmd" value=""
 
*Repeating? NO
 
 
 
<br clear="right">
 
 
== Edition area ==
 
 
[[Image:ClassicRAD1_1Edition.png|500px|right|thumb|Edition area]]
 
 
<br clear="right">
 
== Class of material specific details ==
 
 
[[Image:ClassicRAD1_1ClassMaterialSpecific.png|500px|right|thumb|Class of material specific details area]]
 
 
<br clear="right">
 
== Creation context ==
 
 
[[Image:ClassicRAD1_1CreationContext.png|500px|right|thumb|Creation context]]
 
 
<br clear="right">
 
== Physical description area ==
 
 
<br clear="right">
 
== Publisher's series area ==
 
 
<br clear="right">
 
== Archival description area ==
 
 
<br clear="right">
 
== Notes area ==
 
 
<br clear="right">
 
== Access points ==
 
 
<br clear="right">
 
== Control area / Digital object / Storage location ==
 

Latest revision as of 12:47, 28 August 2008

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.