Talk:CYWG iDigBio DwC-A Pull Ingestion: Difference between revisions

From iDigBio
Jump to navigation Jump to search
(add musts and shoulds)
(try again. tables are on published page.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Preparing content to replace "TABLE WILL GO HERE"
table oriented another way.
 
 
table cloned from ingestion queue...
 
{| class="wikitable sortable" border="1"
|-
! scope="col" width="35%" | Redmine/Data Source
! scope="col" width="15%" class="sortable"| Contact
! scope="col" width="20%" class="sortable"| Organism Count
! scope="col" width="10%" class="sortable" | <span style='color:red'>Submitted</span>
! scope="col" width="10%" class="unsortable" | Accepted
! scope="col" width="10%" class="unsortable" | <span style='color:green'>Ingested</span>
|-
|valign="top"|RSS Generator
|valign="top"|
|valign="top"|...
|valign="top"|...
|valign="top"|...
|valign="top"|...
 
|-
|}
 
Instead of this....


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 68: Line 44:
|-
|-
|}
|}
we probably want to flip the table with each feed type in a column rather than a row.
{| class="wikitable" border="1"
|-
! colspan="5" | Publishing feed XML field names by publisher type
|-
| Feed Type
| '''IPT'''
| '''Symbiota'''
| '''Feeder'''
| '''EasyCapture'''
|-
| Title (human friendly name of recordset)
| title
| title
| title
| title
|-
| Description (human friendly description of recordset)
| description
| description
| description
| description
|-
| Dataset GUID (unique identifier for data feed)
| guid
| guid
| id
| guid
|-
| Dataset Link (link to DwC archive)
| ipt:dwca
| link
| link
| link
|-
| Metadata Link (link to .eml)
| ipt:eml
| emllink
| ipt:eml
| emllink
|-
| Publication Date
| PubDate
| PubDate
| PubDate
| PubDate
|-
|}
----
{| class="wikitable" border="1"
! colspan="2" | Publishing Feed - Field Requirements
|-
| Title (human friendly name of recordset)
| SHOULD
|-
| Description (human friendly description of recordset)
| SHOULD
|-
| Dataset GUID (unique identifier for dataset in feed)
| MUST
|-
| Dataset Link (link to DwC archive)
| MUST
|-
| Metadata Link (link to .eml)
| MUST
|-
| Publication Date
| MUST
|}





Latest revision as of 15:32, 19 June 2015

table oriented another way.

Feed Type Title (human friendly name of recordset) Description (human friendly description of recordset) Dataset GUID (unique identifier for dataset in feed) Dataset Link (link to DwC archive) Metadata Link (link to .eml) Publication Date
IPT title description guid ipt:dwca ipt:eml pubDate
Symbiota title description guid link emllink pubDate
Feeder title description id link ipt:eml pubDate
EasyCapture title description guid link emllink pubDate


Feed Level

MUST: Title

SHOULD: Description


Item Level

SHOULD: title

SHOULD: description

MUST: guid

MUST: pubDate

MUST: archive link

MUST: eml link

OPTIONAL: everything else