We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please review the TO and FROM conversion tables to ensure proper translation.
READER > from scienceBase to ADIwg
@progress_sb2adiwg = [ {sb: 'Active', iso: 'onGoing'}, {sb: 'Approved', iso: 'accepted'}, {sb: 'Completed', iso: 'completed'}, {sb: 'In Progress', iso: 'onGoing'}, {sb: 'Proposed', iso: 'proposed'} ]
WRITER > from ADIwg to ScienceBase
@progress_adiwg2sb = [ {iso: 'accepted', sb: 'Approved'}, {iso: 'cancelled', sb: nil}, {iso: 'completed', sb: 'Completed'}, {iso: 'deprecated', sb: nil}, {iso: 'final', sb: nil}, {iso: 'funded', sb: nil}, {iso: 'historicalArchive', sb: nil}, {iso: 'notAccepted', sb: nil}, {iso: 'obsolete', sb: nil}, {iso: 'onGoing', sb: 'In Progress'}, {iso: 'pending', sb: nil}, {iso: 'planned', sb: nil}, {iso: 'proposed', sb: 'Proposed'}, {iso: 'required', sb: nil}, {iso: 'retired', sb: nil}, {iso: 'superseded', sb: nil}, {iso: 'suspended', sb: nil}, {iso: 'tentative', sb: nil}, {iso: 'underDevelopment', sb: nil}, {iso: 'valid', sb: nil}, {iso: 'withdrawn', sb: nil} ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please review the TO and FROM conversion tables to ensure proper translation.
READER > from scienceBase to ADIwg
WRITER > from ADIwg to ScienceBase
The text was updated successfully, but these errors were encountered: