Bug #696
closedImplement reference and party-related database changes
0%
Description
JH completes.
Files
Related issues
Updated by Michael Lee almost 22 years ago
This is the third step of a 3 part bug. First PI's need to refine the data
model for references and citations. Then, MTL will implement as possible and
then this bug can be finished.
Updated by Michael Lee almost 22 years ago
The revision mentioned by the PI's will not be ready until circa Dec 9, after a
meeting in D.C. with similar organizations.
Updated by Michael Lee almost 22 years ago
This is an XML document that shows the structure of the new references data
format that will be added to the plots, comm, and plants modules.
Updated by Michael Lee almost 22 years ago
This is a SQL statement that creates the new reference tables for all 3
modules. It also creates the appropriate relationships. It adds auxillary
tables for the closed lists that are associated with these tables and inserts
the lists values.
Currently, alternateIdentifier is orphaned; I assume we need to add a FK into
the citation (reference) table that would link to alternateIdentifier.
Updated by Michael Lee almost 22 years ago
added nulls attribute to each field, which was necessary for generating SQL.
These could change - this is just a first cut at which fields should be
required.
Updated by Michael Lee almost 22 years ago
This is a Visio diagram that shows the relationship of the citation tables that
represent the new reference model. AlternateIdentifier is orphaned, which
needs a solution.
Updated by John Harris almost 22 years ago
Due to:
1] Gabe starting work on the vegbank codebase and the desire to have him work
with 'working' code
2] the extensiveness of these changes
this bug is set to 1.0.0beta2
Updated by Michael Lee almost 22 years ago
To download, save as a .zip (or rename once saved), then extract. This is only
the references model, not the rest of the db. Again, alternateIdentifier is
orphaned and that needs to be addressed, as I doubt this is correct.
Updated by Robert Peet almost 22 years ago
Notes on the ACCESS version of the reference model
For all fields in my email of 12 Dec where I had an *, grab the definition
from
http://knb.ecoinformatics.org/software/eml/eml-2.0.0/eml-literature.html
and embed it in the definition field in the ACCESS database.
1. aux_citation_citationType. Why SortOrd? Not sure what this ordering is
about.
2. Table: aux_citation_titleSuperior. You missed the point here.
Citation:titleSuperior is not a constrained list, but contains a second,
higher order title where appropriate, which in the case of a chapter is a Book
title, and in the case of a Conference Presentation is the Name of the
Conference.
3. aux_citationContributor_roleType. Why SortOrd? Not sure what this ordering
is about.
4. Citation:communicationType. This will be an open list, probably maintained
in aux_communicationType. Examples include memo, letter, email
5. CitationAlternateIdentifier needs to have a field that is a FK back to
citation.
6. Aux_CitationAlternateIdentifier_system is missing. This is aa open list.
This could be any identifier system. The EML definition is “An additional,
secondary identifier for this entity. The primary identifier belongs in
the "id" attribute, but additional identifiers that are used to label this
entity, possibly from different data management systems, can be listed here.”
Updated by Gabriel Farrell over 21 years ago
This work is complete.
Caveats:
The forms for filling in references need to be updated to capture the new data.
e.g. We have a field called authors that must be replaced with many fields.
The vegbranch plots loader doesn't do references, i.e. has never done them.
Updated by Gabriel Farrell over 21 years ago
- Bug 799 has been marked as a duplicate of this bug. ***
Updated by Michael Lee almost 20 years ago
changed from components that are to be deleted to "misc" so that bugs don't get
deleted with component. Sorry for all the email.