Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JATS - Wrap tables #11

Open
AramZS opened this issue May 26, 2016 · 0 comments
Open

JATS - Wrap tables #11

AramZS opened this issue May 26, 2016 · 0 comments
Labels

Comments

@AramZS
Copy link
Member

AramZS commented May 26, 2016

Wrap tables as specified, <table-wrap>...</table-wrap>:

    <table-wrap>

    <caption>
    <p><bold>Table 2. Popular repositories for scientific datasets</bold>. This table does not include well-known molecular repositories (e.g. GenBank, EMBL, MG-RAST) that have become <italic>de facto</italic> standards in molecular and evolutionary biology. Consequently, several of these primarily serve the ecological community. These repositories are not exclusively used by members of specific institutions or museums, but accept data from the general scientific community.</p>
    </caption>

    <table>
    <col width="19%" />
    <col width="11%" />
    <col width="8%" />
    <col width="13%" />
    <col width="12%" />
    <col width="18%" />
    <tr>
    <th align="left">Repository</th>
    <th align="left">License</th>
    <th align="left">DOI</th>
    <th align="left">Metadata</th>
    <th align="left">Access</th>
    <th align="left">Notes</th>
    </tr>
    <tr>
    <td align="left">Dryad</td>
    <td align="left">CC0</td>
    <td align="left">Yes</td>
    <td align="left">Suggested</td>
    <td align="left">Open</td>
    <td align="left">Ecology &amp; evolution data associated with publications</td>
    </tr>
    <tr>
    <td align="left">Ecological Archives</td>
    <td align="left">No</td>
    <td align="left">Yes</td>
    <td align="left">Required</td>
    <td align="left">Open</td>
    <td align="left">Publishes supplemental data for ESA journals and stand alone data papers</td>
    </tr>
    <tr>
    <td align="left">Knowledge Network for Biocomplexity</td>
    <td align="left">No</td>
    <td align="left">Yes</td>
    <td align="left">Required</td>
    <td align="left">Variable</td>
    <td align="left">Partners with ESA, NCEAS, DataONE</td>
    </tr>
    <tr>
    <td align="left">Paleobiology Database</td>
    <td align="left">Various CC</td>
    <td align="left">No</td>
    <td align="left">Optional</td>
    <td align="left">Variable</td>
    <td align="left">Paleontology specific</td>
    </tr>
    <tr>
    <td align="left">Data Basin</td>
    <td align="left">Various CC</td>
    <td align="left">No</td>
    <td align="left">Optional</td>
    <td align="left">Open</td>
    <td align="left">GIS data in ESRI files, limited free space</td>
    </tr>
    <tr>
    <td align="left">Pangaea</td>
    <td align="left">Various CC</td>
    <td align="left">Yes</td>
    <td align="left">Required</td>
    <td align="left">Variable</td>
    <td align="left">Editors participate in QA/QC</td>
    </tr>
    <tr>
    <td align="left">figshare</td>
    <td align="left">CC0</td>
    <td align="left">Yes</td>
    <td align="left">Optional</td>
    <td align="left">Open</td>
    <td align="left">Also allows deposition of other research outputs and private datasets</td>
    </tr>
    </table>
    </table-wrap>
@AramZS AramZS added the JATS label May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant