UI Schema

Tables

Field Type Description
id String ArXiv identifer of the form yymm.nnnn or arch-ive/yymmnnn.
published ISODate Published date in the form yyyy-mm-ddThh:mm:ssZ.
title String Queries for the title field are converted to regular expressions by default.
authors Array::String You should use the exact match for the author name.
<table class="ui-table-fluid ui-table-striped ui-table-bordered">
  <thead class="ui-text-center">
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody class="ui-text-center">
    <tr>
      <td>id</td>
      <td>String</td>
      <td>ArXiv identifer of the form <code class="ui-color-emphasis">yymm.nnnn</code> or <code class="ui-color-emphasis">arch-ive/yymmnnn</code>.</td>
    </tr>
    <tr>
      <td>published</td>
      <td>ISODate</td>
      <td>Published date in the form <code class="ui-color-emphasis">yyyy-mm-ddThh:mm:ssZ</code>.</td>
    </tr>
    <tr>
      <td>title</td>
      <td>String</td>
      <td>Queries for the <code class="ui-color-emphasis">title</code> field are converted to regular expressions by default.</td>
    </tr>
    <tr>
      <td>authors</td>
      <td>Array::String</td>
      <td>You should use the exact match for the author name.</td>
    </tr>
  </tbody>
</table>