Project

General

Profile

« Previous | Next » 

Revision 1989

Added by Matt Jones over 20 years ago

Added studyExtent and samplingDescription fields to the registry to accomodate
Sandy's request for a temporalDescription field. This is a little more than
she wanted, but it was needed to satisfy EML minimum requirements.

View differences:

entryForm.tmpl
1288 1288
        <p>
1289 1289
          <input type="button" value="Add paragraph" id="addparabutton1"
1290 1290
                 onClick="addParagraph()">
1291
        </p><br>
1292
        <p class="label">Description of Study Extent</p>
1293
        <p>Describe the temporal, spatial and taxonomic extent of the study,
1294
        supplementing the information on coverage provided above.  For example,
1295
        if the temporal coverage of the data is 1990-2000, you might provide 
1296
        details about any years that were missed or the months in which sampling
1297
        occurred.</p>
1298
        <p>
1299
          <textarea rows="5" cols="80" name="studyExtentDescription">[% studyExtentDescription %]</textarea>
1300
        </p><br>
1301
        <p class="label">Sampling Description</p>
1302
        <p>Describe the sampling design of the study.  For example, you might 
1303
        describe the way in which treatments were assigned to sampling units.
1291 1304
        </p>
1305
        <p>
1306
          <textarea rows="5" cols="80" name="samplingDescription">[% samplingDescription %]</textarea>
1307
        </p>
1292 1308
      </td>
1293 1309
     </tbody>
1294 1310
   </table>

Also available in: Unified diff