Giter VIP home page Giter VIP logo

metajelo's People

Contributors

bbarker avatar clagoze avatar larsvilhuber avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

metajelo's Issues

Should publicationYear have a different type?

Aside from xs:date seemingly being a misnomer, In datacite it is:

  <xs:simpleType name="yearType">
    <xs:restriction base="xs:token">
      <xs:pattern value="[\d]{4}"/>
    </xs:restriction>
  </xs:simpleType>

We could probably also go with xs:integer for simplicity.

yesno type

Used by e.g. versioning:

      <xs:simpleType name="yesno">
                <xs:restriction base="xs:string">
                        <xs:enumeration value="yes"/>
                        <xs:enumeration value="no"/>
                </xs:restriction>
        </xs:simpleType>

Could this just more simply be replaced by the builtin or presumably more standardized xs:boolean?

type of institutionID

I was wondering about this:

<xs:element name="institutionID" type="identifierType"> </xs:element>

identifierType, in my understanding, is a rather different thing than any sort of particular ID. Am I misunderstanding this, or should this have a different type, e.g., xs:string?

Perhaps it is working as intended and could be described as the the type of identifier used by the institution. I didn't find this to be immediately clear from looking at text/idcc2019-usability.tex or other files in the repository.

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.