Difference between revisions of "Edit the parser, index new elements"
From Berlin Harvesting and Indexing Toolkit
(→Add an simple element (ie. it can be added to an existing table in the database)) |
(→Add a repeatable or a more complex element or group of elements (ie. it will need a new table in the database)) |
||
Line 8: | Line 8: | ||
=Add a repeatable or a more complex element or group of elements (ie. it will need a new table in the database)= | =Add a repeatable or a more complex element or group of elements (ie. it will need a new table in the database)= | ||
+ | 1.Choose where you want to save it | ||
+ | Example: add a reference group (ABCD2.06) http://www.bgbm.org/tdwg/codata/schema/ABCD_2.06/HTML/ABCD_2.06.html#complexType_Reference_Link031A69A8 | ||
+ | A Reference is made of 3 elements: TitleCitation, CitationDetail and URI. | ||
+ | |||
=Add a new data standard= | =Add a new data standard= |
Revision as of 10:27, 2 February 2016
First of all, we can recommend to use Eclipse (version Luna for example). You will need the Maven extension.
Import the B-HIT project in B-HIT (File/New/Maven Project -> put the location of the directory where you downloaded B-HIT).
Add an simple element (ie. it can be added to an existing table in the database)
- Choose where you want to save it
Add a repeatable or a more complex element or group of elements (ie. it will need a new table in the database)
1.Choose where you want to save it Example: add a reference group (ABCD2.06) http://www.bgbm.org/tdwg/codata/schema/ABCD_2.06/HTML/ABCD_2.06.html#complexType_Reference_Link031A69A8 A Reference is made of 3 elements: TitleCitation, CitationDetail and URI.