GithubHelp home page GithubHelp logo

Comments (6)

aclum avatar aclum commented on July 19, 2024

Adding this to this sprint as we need to determine custom attributes for NCBI submission testing.

from nmdc-schema.

sujaypatil96 avatar sujaypatil96 commented on July 19, 2024

Comprehensive example from NCBI (Submission, BioProject, BioSample, SRA): https://www.ncbi.nlm.nih.gov/viewvc/v1/trunk/submit/public-docs/sra/samples/sra.submission.bs.bp.run.xml?view=co

from nmdc-schema.

sujaypatil96 avatar sujaypatil96 commented on July 19, 2024

Mechanism by which we say who owns the Submission:

<Submission>
	<Description>
		<Comment>BP(1.0)+BS(1.0)+SRA</Comment>
		<Organization role="owner" type="institute">
			<Name>Institute of Biology</Name>
			<Contact email="[email protected]">
				<Name>
					<First>jane</First>
					<Last>doe</Last>
				</Name>
			</Contact>
		</Organization>
		<Hold release_date="2015-10-21"/>
	</Description>

from nmdc-schema.

turbomam avatar turbomam commented on July 19, 2024
  • Where does "ownership" appear in the NCBI Submission Schema (or any of its constituents)? Look in the XSDs.
  • which are required?
  • which optional ones do we want to fill in?
  • do we already have slots that capture all of that?

The NMDC schema has has_credit_association for Study and processing_institution for PlannedProcess.

from nmdc-schema.

sujaypatil96 avatar sujaypatil96 commented on July 19, 2024

From the Submission XSD:

<xs:element name="Organization" minOccurs="1" maxOccurs="unbounded" type="typeOrganization">
	<xs:annotation>
		<xs:documentation>
                    Organization(s) involved into the submission.
                    One organization is the owner of submission data which is identified by  attribute "role"
                  </xs:documentation>
	</xs:annotation>
</xs:element>
<xs:attribute name="role" use="optional">
	<xs:annotation>
		<xs:documentation>
          Role of the ogranization in submission - owner of the data or just a participant.
          It is expected that there is one owner of the submission data.
        </xs:documentation>
	</xs:annotation>
	<xs:simpleType>
		<xs:restriction base="xs:string">
			<xs:enumeration value="owner"/>
			<xs:enumeration value="participant"/>
		</xs:restriction>
	</xs:simpleType>
</xs:attribute>
<xs:complexType name="typeOrganization">

from nmdc-schema.

turbomam avatar turbomam commented on July 19, 2024

@turbomam to contact John at NCBI and check assumptions about the Organization and Submitter nodes in the NCBI submission schema

from nmdc-schema.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.