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

Update lemnatec_measurement_metadata for S11 Sorghum #288

Open
1 task
jdemieville-ua opened this issue Jun 22, 2020 · 0 comments
Open
1 task

Update lemnatec_measurement_metadata for S11 Sorghum #288

jdemieville-ua opened this issue Jun 22, 2020 · 0 comments
Assignees

Comments

@jdemieville-ua
Copy link

jdemieville-ua commented Jun 22, 2020

Description

Update metadata for S11 sorghum

Old:

<Object2Xml-SerializedObject type="MetaData">
  <MetaDataEntries type="KeyValueUnitTriple[]">
    <entry0 type="KeyValueUnitTriple">
      <Key type="String" value="experiment title" />
      <Value type="String" value="Lettuce field experiment 10" />
      <Unit type="String" value="" />
    </entry0>
    <entry1 type="KeyValueUnitTriple">
      <Key type="String" value="experiment responsible" />
      <Value type="String" value="to be named" />
      <Unit type="String" value="" />
  </entry1>
    <entry2 type="KeyValueUnitTriple">
      <Key type="String" value="project" />
      <Value type="String" value="TERRA-REF" />
      <Unit type="String" value="" />
  </entry2>
    <entry3 type="KeyValueUnitTriple">
      <Key type="String" value="instrument" />
      <Value type="String" value="gantry at Maricopa phenotyping facility" />
      <Unit type="String" value="" />
  </entry3>
    <entry4 type="KeyValueUnitTriple">
      <Key type="String" value="location" />
      <Value type="String" value="Maricopa phenotyping facility" />
      <Unit type="String" value="" />
  </entry4>
    <entry5 type="KeyValueUnitTriple">
      <Key type="String" value="date of sowing" />
      <Value type="String" value="2019-11-13" />
      <Unit type="String" value="" />
    </entry5>
    <entry6 type="KeyValueUnitTriple">
      <Key type="String" value="date of emergence" />
      <Value type="String" value="2019-11-25" />
      <Unit type="String" value="" />
    </entry6>  
  </MetaDataEntries>
</Object2Xml-SerializedObject>

New:

<Object2Xml-SerializedObject type="MetaData">
  <MetaDataEntries type="KeyValueUnitTriple[]">
    <entry0 type="KeyValueUnitTriple">
      <Key type="String" value="experiment title" />
      <Value type="String" value="Sorghum field experiment 11" />
      <Unit type="String" value="" />
    </entry0>
    <entry1 type="KeyValueUnitTriple">
      <Key type="String" value="experiment responsible" />
      <Value type="String" value="to be named" />
      <Unit type="String" value="" />
  </entry1>
    <entry2 type="KeyValueUnitTriple">
      <Key type="String" value="project" />
      <Value type="String" value="OPEN" />
      <Unit type="String" value="" />
  </entry2>
    <entry3 type="KeyValueUnitTriple">
      <Key type="String" value="instrument" />
      <Value type="String" value="gantry at Maricopa phenotyping facility" />
      <Unit type="String" value="" />
  </entry3>
    <entry4 type="KeyValueUnitTriple">
      <Key type="String" value="location" />
      <Value type="String" value="Maricopa phenotyping facility" />
      <Unit type="String" value="" />
  </entry4>
    <entry5 type="KeyValueUnitTriple">
      <Key type="String" value="date of sowing" />
      <Value type="String" value="2020-06-18" />
      <Unit type="String" value="" />
    </entry5>
    <entry6 type="KeyValueUnitTriple">
      <Key type="String" value="date of emergence" />
      <Value type="String" value="2020-06-23" />
      <Unit type="String" value="" />
    </entry6>  
  </MetaDataEntries>
</Object2Xml-SerializedObject>

Completion Criteria

  • lemnatec_measurement_metadata updated for new season effective 17 June 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants