lter / LTER-core-metabase

RDB model, based on the GCE LTER Metabase, with adaptations from other LTER sites
https://lter.github.io/LTER-core-metabase/
GNU General Public License v3.0
11 stars 4 forks source link

add "docbook" to be an abstract and method description type #90

Closed atn38 closed 4 years ago

atn38 commented 5 years ago

I'd like the option to store docbook formatted text in metabase, for direct insertion into EML docs down the pipeline. Partly motivated by me finding out that markdown doesn't support sub/superscripts very elegantly.

gastil commented 5 years ago

Good news An: core-mb already supports that. The column "method_xml" is for docbook formatted text. When we put text into <abstract> or <methodStep>, that part of the xml subtree that goes there, that IS docbook.

Recall I am hoping to also store my abstracts in docbook. I use <emphasis> for species names in abstract text and occasionally a <ulink> to a paper but, as you noted, <subscript> is super common, ie CO2. I'm not seeing an abstract_xml column. Is that only because I'm not at the latest version?

atn38 commented 5 years ago

good point gastil, but isn't the column method_xml meant to contain the whole methods tree, not just description? i.e. multiple method steps, provenance, the whole works?

On Tue, Nov 5, 2019 at 4:09 PM Gastil notifications@github.com wrote:

Good news An: core-mb already supports that. The column "method_xml" is for docbook formatted text. When we put text into or

, that part of the xml subtree that goes there, that IS docbook. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .
atn38 commented 5 years ago

patch 39 modifies this constraint

atn38 commented 4 years ago

closing