Code Monkey home page Code Monkey logo

Comments (2)

vchendrix avatar vchendrix commented on August 23, 2024

citation / DATASET REFERENCES
Additional information about citations / ADDITIONAL INFORMATION ABOUT DATASET REFERENCES

Both of these go into the ESS-DIVE Dataset.citation field which accepts a string array with strings <= 1024 characters

anyOf -> stringmaxLength: 1024minLength: 1[uniqueItems: truestringmaxLength: 1024minLength: 1]

measurementTechnique / METHOD DESCRIPTION

This goes into the ESS-DIVE Dataset.measurementTechnique field which accepts a string array with strings <= 5000 characters

anyOf -> stringmaxLength: 5000minLength: 1[stringmaxLength: 5000minLength: 1]

The dataset in error had

  • citation with 11 strings and none of them had a length > 1024. However, there are only 8 unique strings means that there are two sets of duplicates which would raise and exception
  • measurementTechnique with 1 string > 5000 characters. The latter is definitely in error but the former does not seem to be problemantic. There are a bunch of \\n\\n characters found in the json string which is strange.

from ngt-archive.

vchendrix avatar vchendrix commented on August 23, 2024

The citation error likely won't happen. However, a bug was found in transfering measurementTechnique. It is not spliting the string on newlines.

from ngt-archive.

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.