Rename all "Dataset Description" to "Dataset"

This commit is contained in:
apapachristou 2020-09-29 18:04:32 +03:00
parent accdc06ab1
commit c150d50c33
8 changed files with 367 additions and 366 deletions

View File

@ -199,7 +199,8 @@ input[type="text"] {
} }
.dataset-label { .dataset-label {
width: 158px; // width: 158px;
width: auto;
height: 37px; height: 37px;
background: #f7dd72 0% 0% no-repeat padding-box; background: #f7dd72 0% 0% no-repeat padding-box;
border-radius: 4px 0px; border-radius: 4px 0px;

View File

@ -57,7 +57,7 @@ input[type="text"] {
} }
.dataset-label { .dataset-label {
width: 158px; width: auto;
height: 37px; height: 37px;
background: #f7dd72 0% 0% no-repeat padding-box; background: #f7dd72 0% 0% no-repeat padding-box;
border-radius: 4px 0px; border-radius: 4px 0px;

View File

@ -57,7 +57,7 @@ input[type="text"] {
} }
.dataset-label { .dataset-label {
width: 158px; width: auto;
height: 37px; height: 37px;
background: #f7dd72 0% 0% no-repeat padding-box; background: #f7dd72 0% 0% no-repeat padding-box;
border-radius: 4px 0px; border-radius: 4px 0px;

View File

@ -57,7 +57,7 @@ input[type="text"] {
} }
.dataset-label { .dataset-label {
width: 158px; width: auto;
height: 37px; height: 37px;
background: #f7dd72 0% 0% no-repeat padding-box; background: #f7dd72 0% 0% no-repeat padding-box;
border-radius: 4px 0px; border-radius: 4px 0px;

View File

@ -56,7 +56,7 @@ input[type="text"] {
} }
.dataset-label { .dataset-label {
width: 158px; width: auto;
height: 37px; height: 37px;
background: #f7dd72 0% 0% no-repeat padding-box; background: #f7dd72 0% 0% no-repeat padding-box;
border-radius: 4px 0px; border-radius: 4px 0px;

View File

@ -125,7 +125,7 @@ input[type="text"] {
} }
.dataset-label { .dataset-label {
width: 158px; width: auto;
height: 37px; height: 37px;
background: #f7dd72 0% 0% no-repeat padding-box; background: #f7dd72 0% 0% no-repeat padding-box;
border-radius: 4px 0px; border-radius: 4px 0px;

View File

@ -159,7 +159,7 @@ input[type="text"] {
} }
.dataset-label { .dataset-label {
width: 158px; width: auto;
height: 37px; height: 37px;
background: #f7dd72 0% 0% no-repeat padding-box; background: #f7dd72 0% 0% no-repeat padding-box;
border-radius: 4px 0px; border-radius: 4px 0px;

View File

@ -20,7 +20,7 @@
"UNSUCCESSFUL-LOGOUT": "Unsuccessful Logout", "UNSUCCESSFUL-LOGOUT": "Unsuccessful Logout",
"UNSUCCESSFUL-LOGIN": "Unsuccessful Login", "UNSUCCESSFUL-LOGIN": "Unsuccessful Login",
"SUCCESSFUL-DATASET-PROFILE-DELETE": "Successful Delete", "SUCCESSFUL-DATASET-PROFILE-DELETE": "Successful Delete",
"UNSUCCESSFUL-DATASET-PROFILE-DELETE": "This template can not deleted, because Dataset Descriptions are associated with it", "UNSUCCESSFUL-DATASET-PROFILE-DELETE": "This template can not deleted, because Datasets are associated with it",
"SUCCESSFUL-DELETE": "Successful Delete", "SUCCESSFUL-DELETE": "Successful Delete",
"UNSUCCESSFUL-DELETE": "Unsuccessful Delete", "UNSUCCESSFUL-DELETE": "Unsuccessful Delete",
"UNSUCCESSFUL-EMAIL-SEND": "Failed sending email", "UNSUCCESSFUL-EMAIL-SEND": "Failed sending email",
@ -30,7 +30,7 @@
"HTTP-REQUEST-ERROR": "An Unexpected Error Has Occurred" "HTTP-REQUEST-ERROR": "An Unexpected Error Has Occurred"
}, },
"NAMES": { "NAMES": {
"DATASET": "Dataset Description" "DATASET": "Dataset"
}, },
"STATUSES": { "STATUSES": {
"EDIT": "Edited", "EDIT": "Edited",
@ -54,7 +54,7 @@
"FINALIZE-ITEM": "Finalize this item?", "FINALIZE-ITEM": "Finalize this item?",
"UNFINALIZE-ITEM": "Undo Finalization?", "UNFINALIZE-ITEM": "Undo Finalization?",
"PUBLISH-ITEM": "Publish this item?", "PUBLISH-ITEM": "Publish this item?",
"ADD-DATASET": "Do you want to continue by adding a Dataset Description to your DMP? You can always add more Dataset Descriptions using \"Add Dataset Description (Wizard)\" menu.", "ADD-DATASET": "Do you want to continue by adding a Dataset to your DMP? You can always add more Datasets using \"Add Dataset (Wizard)\" menu.",
"ZENODO-DOI": "Would you like to create digital object identifier (DOI) with {{username}} account for the DMP?", "ZENODO-DOI": "Would you like to create digital object identifier (DOI) with {{username}} account for the DMP?",
"LEAVE-PAGE": "If you leave, your changes will be lost.", "LEAVE-PAGE": "If you leave, your changes will be lost.",
"LEAVE-WARNING": "You have unsaved changes!", "LEAVE-WARNING": "You have unsaved changes!",
@ -113,12 +113,12 @@
"QUICK-WIZARD": "New DMP (Wizard)", "QUICK-WIZARD": "New DMP (Wizard)",
"PLANS-NEW": "New DMP (Expert)", "PLANS-NEW": "New DMP (Expert)",
"DMP-NEW": "New DMP", "DMP-NEW": "New DMP",
"DATASETS": "My Dataset Descriptions", "DATASETS": "My Datasets",
"EXPLORE": "Published Dataset Descriptions", "EXPLORE": "Published Datasets",
"DATASETCREATEWIZARD": "Add Dataset Description (Wizard)", "DATASETCREATEWIZARD": "Add Dataset (Wizard)",
"GRANTS": "My Grants", "GRANTS": "My Grants",
"DMP-PROFILES": "DMP Templates", "DMP-PROFILES": "DMP Templates",
"DATASET-PROFILES": "Dataset Description Templates", "DATASET-PROFILES": "Dataset Templates",
"USERS": "Users", "USERS": "Users",
"PROFILE": "My Profile", "PROFILE": "My Profile",
"LOGIN": "Login", "LOGIN": "Login",
@ -128,20 +128,20 @@
"DATASET-EDIT": "Dataset View/Edit", "DATASET-EDIT": "Dataset View/Edit",
"DMP-NEW-VERSION": "DMP New Version", "DMP-NEW-VERSION": "DMP New Version",
"DMP-CLONE": "Clone DMP", "DMP-CLONE": "Clone DMP",
"DATASET-NEW": "New Dataset Description", "DATASET-NEW": "New Dataset",
"GRANT-NEW": "New Grant", "GRANT-NEW": "New Grant",
"GRANT-EDIT": "View/Edit Grant", "GRANT-EDIT": "View/Edit Grant",
"DMP-PROFILE-NEW": "New DMP Template", "DMP-PROFILE-NEW": "New DMP Template",
"DMP-PROFILE-EDIT": "Edit DMP Template", "DMP-PROFILE-EDIT": "Edit DMP Template",
"DATASET-PROFILES-NEW": "New Dataset Description Template", "DATASET-PROFILES-NEW": "New Dataset Template",
"DATASET-PROFILES-EDIT": "Edit Dataset Description Template", "DATASET-PROFILES-EDIT": "Edit Dataset Template",
"EXPLORE-PLANS-OVERVIEW": "Published DMP Overview", "EXPLORE-PLANS-OVERVIEW": "Published DMP Overview",
"DATASET-PUBLIC-EDIT": "View Published Dataset", "DATASET-PUBLIC-EDIT": "View Published Dataset",
"DMP-PUBLIC-EDIT": "View Published DMP", "DMP-PUBLIC-EDIT": "View Published DMP",
"DATASET-COPY": "Copy Dataset Description", "DATASET-COPY": "Copy Dataset",
"DATASET-UPDATE": "Update Dataset Description", "DATASET-UPDATE": "Update Dataset",
"DATASET-PROFILES-NEW-VERSION": "New Version of Dataset Description Template", "DATASET-PROFILES-NEW-VERSION": "New Version of Dataset Template",
"DATASET-PROFILES-CLONE": "New Clone of Dataset Description Template", "DATASET-PROFILES-CLONE": "New Clone of Dataset Template",
"LANGUAGE-EDITOR": "Language Editor", "LANGUAGE-EDITOR": "Language Editor",
"GUIDE-EDITOR": "User Guide Editor", "GUIDE-EDITOR": "User Guide Editor",
"LANGUAGE": "Language", "LANGUAGE": "Language",
@ -180,7 +180,7 @@
}, },
"HOME": { "HOME": {
"DMPS": "DMPs", "DMPS": "DMPs",
"DATASETS": "Dataset Descriptions", "DATASETS": "Datasets",
"LOGIN": { "LOGIN": {
"TITLE": "Login", "TITLE": "Login",
"TEXT": "You don't need to have a registered account for ARGOS" "TEXT": "You don't need to have a registered account for ARGOS"
@ -194,16 +194,16 @@
"DMP": "DMP", "DMP": "DMP",
"DMPS": "DMPs", "DMPS": "DMPs",
"MY-DMPS": "MY DMPs", "MY-DMPS": "MY DMPs",
"DATASETS": "Dataset Descriptions", "DATASETS": "Datasets",
"DATASET": "Dataset", "DATASET": "Dataset",
"PUBLIC-DATASETS": "Explore ARGOS", "PUBLIC-DATASETS": "Explore ARGOS",
"USERS": "Users", "USERS": "Users",
"DATASETS-ADMIN": "Dataset Templates", "DATASETS-ADMIN": "Dataset Templates",
"DMP-PROFILES": "DMP Templates", "DMP-PROFILES": "DMP Templates",
"ABOUT": "About", "ABOUT": "About",
"MY-DATASET-DESCRIPTIONS": "MY DATASET DESCRIPTIONS", "MY-DATASET-DESCRIPTIONS": "MY DATASETS",
"DATASET-DESCRIPTION-WIZARD": "Dataset Description wizard", "DATASET-DESCRIPTION-WIZARD": "Dataset wizard",
"PUBLIC DATASETS": "PUBLISHED DATASET DESCRIPTIONS", "PUBLIC DATASETS": "PUBLISHED DATASETS",
"PUBLIC-DMPS": "PUBLISHED DMPS", "PUBLIC-DMPS": "PUBLISHED DMPS",
"HOME": "HOME", "HOME": "HOME",
"DMP-WIZARD": "DMP Wizard", "DMP-WIZARD": "DMP Wizard",
@ -216,7 +216,7 @@
"START-WIZARD": "Start wizard", "START-WIZARD": "Start wizard",
"IMPORT-FROM-FILE": "Import from file", "IMPORT-FROM-FILE": "Import from file",
"SEARCH": { "SEARCH": {
"DATASET": "Dataset Description", "DATASET": "Dataset",
"DMP": "DMP", "DMP": "DMP",
"GRANT": "Grant", "GRANT": "Grant",
"PUBLISHED": "Published" "PUBLISHED": "Published"
@ -228,11 +228,11 @@
"DASHBOARD": "Home", "DASHBOARD": "Home",
"DMP": "DATA MANAGEMENT PLANS", "DMP": "DATA MANAGEMENT PLANS",
"MY-DMPS": "My DMPs", "MY-DMPS": "My DMPs",
"DATASETS": "DATASET DESCRIPTIONS", "DATASETS": "DATASETS",
"GRANTS": "GRANTS", "GRANTS": "GRANTS",
"NEW DATASET": "New Dataset Description", "NEW DATASET": "New Dataset",
"QUICK-WIZARD": "New DMP (Wizard)", "QUICK-WIZARD": "New DMP (Wizard)",
"QUICK-WIZARD-DATASET": "Add Dataset Description (Wizard)", "QUICK-WIZARD-DATASET": "Add Dataset (Wizard)",
"ADD-EXPERT": "New DMP (Expert)", "ADD-EXPERT": "New DMP (Expert)",
"MY-DATASET-DESC": "My Dataset Desc.", "MY-DATASET-DESC": "My Dataset Desc.",
"MY-DATASETS": "My Datasets", "MY-DATASETS": "My Datasets",
@ -245,7 +245,7 @@
"PUBLIC-DESC": "Public Dataset Desc.", "PUBLIC-DESC": "Public Dataset Desc.",
"ACCOUNT": "ACCOUNT", "ACCOUNT": "ACCOUNT",
"ADMIN": "ADMIN", "ADMIN": "ADMIN",
"DATASET-TEMPLATES": "Dataset Description Templates", "DATASET-TEMPLATES": "Dataset Templates",
"DMP-TEMPLATES": "DMP Templates", "DMP-TEMPLATES": "DMP Templates",
"USERS": "Users", "USERS": "Users",
"LANGUAGE-EDITOR": "Language Editor", "LANGUAGE-EDITOR": "Language Editor",
@ -257,12 +257,12 @@
"DATASET-PROFILE-EDITOR": { "DATASET-PROFILE-EDITOR": {
"TITLE": { "TITLE": {
"NEW": "New API Client", "NEW": "New API Client",
"NEW-PROFILE": "New Dataset Description Template", "NEW-PROFILE": "New Dataset Template",
"NEW-PROFILE-VERSION": "New Version Of ", "NEW-PROFILE-VERSION": "New Version Of ",
"NEW-PROFILE-CLONE": "New Clone Of " "NEW-PROFILE-CLONE": "New Clone Of "
}, },
"FIELDS": { "FIELDS": {
"DATASET-TITLE": "Dataset Description Template Name", "DATASET-TITLE": "Dataset Template Name",
"DATASET-DESCRIPTION": "Description", "DATASET-DESCRIPTION": "Description",
"ROLES": "Roles" "ROLES": "Roles"
}, },
@ -271,7 +271,7 @@
"TITLE": "Page Description", "TITLE": "Page Description",
"PAGE-PREFIX": "Page", "PAGE-PREFIX": "Page",
"PAGE-INPUT-TITLE": "Page Title", "PAGE-INPUT-TITLE": "Page Title",
"DATASET-DETAILS": "Dataset Description Details", "DATASET-DETAILS": "Dataset Details",
"EXTERNAL-REFERENCES": "External References", "EXTERNAL-REFERENCES": "External References",
"DESCRIPTION": "Description" "DESCRIPTION": "Description"
}, },
@ -426,7 +426,7 @@
"FINALIZED": "Finalized", "FINALIZED": "Finalized",
"PUBLISHED": "Published", "PUBLISHED": "Published",
"VERSION": "Version", "VERSION": "Version",
"CONTAINED-DATASETS": "Contained Dataset Descriptions", "CONTAINED-DATASETS": "Contained Datasets",
"TEXT-INFO": "Information in a DMP show how datasets have been collected and/or generated, how they have been processed and analysed, i.e. using which tools, standards, methodologies etc, but also where and how datasets are backed up, published and preserved, including any costs associated with personnel dedicated for data curation/ stewardship activities or costs for acquiring or building data management services.", "TEXT-INFO": "Information in a DMP show how datasets have been collected and/or generated, how they have been processed and analysed, i.e. using which tools, standards, methodologies etc, but also where and how datasets are backed up, published and preserved, including any costs associated with personnel dedicated for data curation/ stewardship activities or costs for acquiring or building data management services.",
"TEXT-INFO-QUESTION": "Not sure how a DMP looks in practice? Browse Public DMPs and", "TEXT-INFO-QUESTION": "Not sure how a DMP looks in practice? Browse Public DMPs and",
"LINK-ZENODO": "LIBER community in Zenodo", "LINK-ZENODO": "LIBER community in Zenodo",
@ -440,7 +440,7 @@
"ORGANISATIONS": "Organizations", "ORGANISATIONS": "Organizations",
"LATEST_VERSION": "Latest Version", "LATEST_VERSION": "Latest Version",
"ACTIONS": "Actions", "ACTIONS": "Actions",
"DATASETS": "Dataset Descriptions", "DATASETS": "Datasets",
"STATUS": "Status", "STATUS": "Status",
"PEOPLE": "People", "PEOPLE": "People",
"VERSION": "Version" "VERSION": "Version"
@ -452,10 +452,10 @@
"INVITE": "Invite Contributors", "INVITE": "Invite Contributors",
"INVITE-AUTHORS": "Invite authors", "INVITE-AUTHORS": "Invite authors",
"INVITE-SHORT": "Invite", "INVITE-SHORT": "Invite",
"ADD-DATASET": "Add Dataset Description To DMP", "ADD-DATASET": "Add Dataset To DMP",
"ADD-DATASET-DESCRIPTION": "Add dataset description", "ADD-DATASET-DESCRIPTION": "Add dataset",
"ADD-DATASET-SHORT": "Add Dataset", "ADD-DATASET-SHORT": "Add Dataset",
"DATASETS": "List All DMP Dataset Descriptions", "DATASETS": "List All DMP Datasets",
"NEW-VERSION": "New Version", "NEW-VERSION": "New Version",
"START-NEW-VERSION": "Start New Version", "START-NEW-VERSION": "Start New Version",
"VIEW-VERSION": "All DMP Versions", "VIEW-VERSION": "All DMP Versions",
@ -482,8 +482,8 @@
"PUBLISHED": "Public access - Closed DMP" "PUBLISHED": "Public access - Closed DMP"
}, },
"LEVEL-OF-ACCESS": "Level of Access", "LEVEL-OF-ACCESS": "Level of Access",
"INVOLVED-DATASETS": "Involved Dataset Descriptions", "INVOLVED-DATASETS": "Involved Datasets",
"TEMPLATES-INVOLVED": "Dataset Description Templates Involved" "TEMPLATES-INVOLVED": "Dataset Templates Involved"
}, },
"VIEW-ALL-VERSIONS": "All versions of", "VIEW-ALL-VERSIONS": "All versions of",
"EMPTY-LIST": "Nothing here yet." "EMPTY-LIST": "Nothing here yet."
@ -496,8 +496,8 @@
"VIEW-ONLY": "View Only", "VIEW-ONLY": "View Only",
"TOOLTIP": { "TOOLTIP": {
"PUBLISHED": "Public access - Closed DMP", "PUBLISHED": "Public access - Closed DMP",
"INVOLVED-DATASETS": "Involved Dataset Descriptions", "INVOLVED-DATASETS": "Involved Datasets",
"TEMPLATES-INVOLVED": "Dataset Description Templates Involved" "TEMPLATES-INVOLVED": "Dataset Templates Involved"
}, },
"EMPTY-LIST": "Nothing here yet." "EMPTY-LIST": "Nothing here yet."
}, },
@ -513,7 +513,7 @@
}, },
"DATASET-WIZARD": { "DATASET-WIZARD": {
"TITLE": { "TITLE": {
"NEW": "New Dataset Description" "NEW": "New Dataset"
}, },
"EDITOR": { "EDITOR": {
"FIELDS": { "FIELDS": {
@ -523,9 +523,9 @@
} }
}, },
"FIRST-STEP": { "FIRST-STEP": {
"TITLE": "Dataset Description Information", "TITLE": "Dataset Information",
"DMP": "Data Management Plan", "DMP": "Data Management Plan",
"PROFILE": "Dataset Description Template", "PROFILE": "Dataset Template",
"SUB-TITLE": "Created At: " "SUB-TITLE": "Created At: "
}, },
"SECOND-STEP": { "SECOND-STEP": {
@ -540,8 +540,8 @@
"BACK": "Back", "BACK": "Back",
"BACK-TO": "Back to", "BACK-TO": "Back to",
"DELETE": "Delete", "DELETE": "Delete",
"GO-TO-GRANT": "Go to Dataset Description's Grant", "GO-TO-GRANT": "Go to Dataset's Grant",
"GO-TO-DMP": "Go to Dataset Description's DMP", "GO-TO-DMP": "Go to Dataset's DMP",
"SAVE": "Save", "SAVE": "Save",
"SAVE-AND-ADD": "Save & Add New", "SAVE-AND-ADD": "Save & Add New",
"SAVE-AND-CLOSE": "Save & Close", "SAVE-AND-CLOSE": "Save & Close",
@ -553,30 +553,30 @@
"DOWNLOAD-PDF": "Download PDF", "DOWNLOAD-PDF": "Download PDF",
"DOWNLOAD-XML": "Download XML", "DOWNLOAD-XML": "Download XML",
"DOWNLOAD-DOCX": "Download DOCX", "DOWNLOAD-DOCX": "Download DOCX",
"COPY-DATASET": "Copy Dataset Description", "COPY-DATASET": "Copy Dataset",
"UPDATE-DATASET-PROFILE": "Update Template" "UPDATE-DATASET-PROFILE": "Update Template"
}, },
"MESSAGES": { "MESSAGES": {
"DATASET-NOT-FOUND": "Dataset Description does not exist", "DATASET-NOT-FOUND": "Dataset does not exist",
"DATASET-NOT-ALLOWED": "You have no access to this Dataset Description", "DATASET-NOT-ALLOWED": "You have no access to this Dataset",
"SUCCESS-UPDATE-DATASET-PROFILE": "Dataset Description Template updated successfully" "SUCCESS-UPDATE-DATASET-PROFILE": "Dataset Template updated successfully"
}, },
"UPLOAD": { "UPLOAD": {
"UPLOAD-XML": "Import", "UPLOAD-XML": "Import",
"UPLOAD-XML-FILE-TITLE": "Import Dataset Description Template", "UPLOAD-XML-FILE-TITLE": "Import Dataset Template",
"UPLOAD-XML-NAME": "Name Of Dataset Description Template", "UPLOAD-XML-NAME": "Name Of Dataset Template",
"UPLOAD-XML-IMPORT": "File", "UPLOAD-XML-IMPORT": "File",
"UPLOAD-XML-FILE-CANCEL": "Cancel" "UPLOAD-XML-FILE-CANCEL": "Cancel"
}, },
"DIALOGUE": { "DIALOGUE": {
"TITLE": "Copy Dataset Description to DMP", "TITLE": "Copy Dataset to DMP",
"DMP-SEARCH": { "DMP-SEARCH": {
"PLACEHOLDER": "Search DMP" "PLACEHOLDER": "Search DMP"
}, },
"COPY": "Copy", "COPY": "Copy",
"CANCEL": "Cancel", "CANCEL": "Cancel",
"NEXT": "Next", "NEXT": "Next",
"ERROR-MESSAGE": "Does not contain this Dataset Description Template" "ERROR-MESSAGE": "Does not contain this Dataset Template"
} }
}, },
"DMP-OVERVIEW": { "DMP-OVERVIEW": {
@ -593,8 +593,8 @@
"LOCK": "Lock", "LOCK": "Lock",
"TOOLTIP": { "TOOLTIP": {
"LEVEL-OF-ACCESS": "Level of Access", "LEVEL-OF-ACCESS": "Level of Access",
"INVOLVED-DATASETS": "Involved Dataset Descriptions", "INVOLVED-DATASETS": "Involved Datasets",
"TEMPLATES-INVOLVED": "Dataset Description Templates Involved" "TEMPLATES-INVOLVED": "Dataset Templates Involved"
}, },
"ERROR": { "ERROR": {
"DELETED-DMP": "The requested DMP is deleted", "DELETED-DMP": "The requested DMP is deleted",
@ -606,21 +606,21 @@
} }
}, },
"DATASET-OVERVIEW": { "DATASET-OVERVIEW": {
"DATASET-AUTHORS": "Dataset description authors", "DATASET-AUTHORS": "Dataset authors",
"ERROR": { "ERROR": {
"DELETED-DATASET": "The requested dataset is deleted", "DELETED-DATASET": "The requested dataset is deleted",
"FORBIDEN-DATASET": "You are not allowed to access this dataset" "FORBIDEN-DATASET": "You are not allowed to access this dataset"
} }
}, },
"DATASET-LISTING": { "DATASET-LISTING": {
"TITLE": "Dataset Descriptions", "TITLE": "Datasets",
"DATASET-DESCRIPTION": "Dataset Description", "DATASET-DESCRIPTION": "Dataset",
"SELECT-DATASETS-TO-CLONE": "Select which datasets to include in the new DMP. Selected datasets will be editable.", "SELECT-DATASETS-TO-CLONE": "Select which datasets to include in the new DMP. Selected datasets will be editable.",
"SELECT-DATASETS-NONE": "Not available Dataset Descriptions for this DMP.", "SELECT-DATASETS-NONE": "Not available Datasets for this DMP.",
"TEXT-INFO": "Datasets are documented following pre-defined templates which set the content of dataset descriptions. In Argos, a DMP can contain as many dataset descriptions as the datasets it documents. Browse ", "TEXT-INFO": "Datasets are documented following pre-defined templates which set the content of dataset descriptions. In Argos, a DMP can contain as many dataset descriptions as the datasets it documents. Browse ",
"TEXT-INFO-REST": " for a look at datasets described in Argos DMPs", "TEXT-INFO-REST": " for a look at datasets described in Argos DMPs",
"LINK-PUBLIC-DATASETS": "Public Dataset Descriptions", "LINK-PUBLIC-DATASETS": "Public Datasets",
"TEXT-INFO-PAR": "New datasets can be added to existing DMPs at any time and be described with more than one template. Dataset descriptions can also be cloned and re-used in other DMPs as well as be deleted without negatively affecting the DMP as a whole.", "TEXT-INFO-PAR": "New datasets can be added to existing DMPs at any time and be described with more than one template. Datasets can also be cloned and re-used in other DMPs as well as be deleted without negatively affecting the DMP as a whole.",
"COLUMNS": { "COLUMNS": {
"NAME": "Name", "NAME": "Name",
"REFERNCE": "Reference", "REFERNCE": "Reference",
@ -643,8 +643,8 @@
"EDIT": "Edit", "EDIT": "Edit",
"MAKE-IT-PUBLIC": "Make it public", "MAKE-IT-PUBLIC": "Make it public",
"VIEW": "View", "VIEW": "View",
"NEW": "New Dataset Description", "NEW": "New Dataset",
"CREATE-NEW": "Create new Dataset Description", "CREATE-NEW": "Create new Dataset",
"EXPORT": "Export", "EXPORT": "Export",
"INVITE-COLLABORATORS": "Invite collaborators" "INVITE-COLLABORATORS": "Invite collaborators"
}, },
@ -656,12 +656,12 @@
}, },
"TOOLTIP": { "TOOLTIP": {
"DATASET-STATUS": { "DATASET-STATUS": {
"DRAFT": "Private access - Editable Dataset Description", "DRAFT": "Private access - Editable Dataset",
"FINALIZED": "Private access - Closed Dataset Description" "FINALIZED": "Private access - Closed Dataset"
}, },
"DMP": "DMP", "DMP": "DMP",
"GRANT": "Grant", "GRANT": "Grant",
"TEMPLATES-INVOLVED": "Dataset Description Template", "TEMPLATES-INVOLVED": "Dataset Template",
"VERSION": "DMP Version", "VERSION": "DMP Version",
"PART-OF": "Part of", "PART-OF": "Part of",
"TO-DMP": "To DMP", "TO-DMP": "To DMP",
@ -670,17 +670,17 @@
"EMPTY-LIST": "Nothing here yet." "EMPTY-LIST": "Nothing here yet."
}, },
"DATASET-PUBLIC-LISTING": { "DATASET-PUBLIC-LISTING": {
"TITLE": "Published Dataset Descriptions", "TITLE": "Published Datasets",
"TOOLTIP": { "TOOLTIP": {
"FINALIZED": "Private access - Closed Dataset Description", "FINALIZED": "Private access - Closed Dataset",
"DMP": "DMP", "DMP": "DMP",
"GRANT": "Grant", "GRANT": "Grant",
"TEMPLATES-INVOLVED": "Dataset Description Template" "TEMPLATES-INVOLVED": "Dataset Template"
}, },
"EMPTY-LIST": "Nothing here yet." "EMPTY-LIST": "Nothing here yet."
}, },
"DATASET-PROFILE-LISTING": { "DATASET-PROFILE-LISTING": {
"TITLE": "Dataset Description Templates", "TITLE": "Dataset Templates",
"COLUMNS": { "COLUMNS": {
"NAME": "Name", "NAME": "Name",
"REFERNCE": "Reference", "REFERNCE": "Reference",
@ -707,19 +707,19 @@
"VIEW": "View", "VIEW": "View",
"CLONE": "Clone", "CLONE": "Clone",
"NEW-VERSION": "New Version", "NEW-VERSION": "New Version",
"VIEW-VERSIONS": "All Dataset Description Template Versions" "VIEW-VERSIONS": "All Dataset Template Versions"
} }
}, },
"DATASET-UPLOAD": { "DATASET-UPLOAD": {
"TITLE": "Import Dataset Description", "TITLE": "Import Dataset",
"UPLOAD-BUTTON": "Upload", "UPLOAD-BUTTON": "Upload",
"ACTIONS": { "ACTIONS": {
"IMPORT": "Import", "IMPORT": "Import",
"CANCEL": "Cancel" "CANCEL": "Cancel"
}, },
"PLACEHOLDER": "Dataset Description Title", "PLACEHOLDER": "Dataset Title",
"DATASET-PROFILE": { "DATASET-PROFILE": {
"SELECT": "Select Dataset Description Template" "SELECT": "Select Dataset Template"
}, },
"SNACK-BAR": { "SNACK-BAR": {
"SUCCESSFUL-CREATION": "Imported Successfully", "SUCCESSFUL-CREATION": "Imported Successfully",
@ -786,7 +786,7 @@
"EDIT-DATASET": "Editing Dataset", "EDIT-DATASET": "Editing Dataset",
"CLONE-DMP": "Clone", "CLONE-DMP": "Clone",
"NEW-VERSION": "New Version", "NEW-VERSION": "New Version",
"CREATE-DATASET": "Creating Dataset Description", "CREATE-DATASET": "Creating Dataset",
"SUBTITLE": "DOI" "SUBTITLE": "DOI"
}, },
"FIELDS": { "FIELDS": {
@ -799,7 +799,7 @@
"AUTHORS": "Authors", "AUTHORS": "Authors",
"TEMPLATES": "Templates", "TEMPLATES": "Templates",
"TEMPLATE": "DMP Template", "TEMPLATE": "DMP Template",
"DATASET-TEMPLATES": "Related Dataset Description Templates", "DATASET-TEMPLATES": "Related Dataset Templates",
"SELECT-TEMPLATE": "Select a template to describe your dataset", "SELECT-TEMPLATE": "Select a template to describe your dataset",
"PROFILE": "DMP Template", "PROFILE": "DMP Template",
"PROJECT": "Project", "PROJECT": "Project",
@ -820,7 +820,7 @@
}, },
"ACTIONS": { "ACTIONS": {
"GO-TO-GRANT": "Go To DMP Grant", "GO-TO-GRANT": "Go To DMP Grant",
"GO-TO-DATASETS": "Go To Dataset Descriptions", "GO-TO-DATASETS": "Go To Datasets",
"SAVE-CHANGES": "Save Changes", "SAVE-CHANGES": "Save Changes",
"SAVE": "Save", "SAVE": "Save",
"CANCEL": "Cancel", "CANCEL": "Cancel",
@ -944,20 +944,20 @@
"NONE": "-", "NONE": "-",
"TAGS": "Tags", "TAGS": "Tags",
"SELECT-TAGS": "Select Tags", "SELECT-TAGS": "Select Tags",
"LIKE": "Search Dataset Descriptions", "LIKE": "Search Datasets",
"DRAFT-LIKE": "Search Draft Dataset Descriptions", "DRAFT-LIKE": "Search Draft Datasets",
"SELECT-GRANTS": "Select Grants", "SELECT-GRANTS": "Select Grants",
"ROLE": "Role", "ROLE": "Role",
"ORGANIZATION": "Organization", "ORGANIZATION": "Organization",
"SELECT-ORGANIZATIONS": "Select Organizations", "SELECT-ORGANIZATIONS": "Select Organizations",
"SELECT-SPEC": "Select Dataset Description Specification", "SELECT-SPEC": "Select Dataset Specification",
"RELATED-GRANT": "Related Grant", "RELATED-GRANT": "Related Grant",
"SELECT-DMP": "Select DMP", "SELECT-DMP": "Select DMP",
"RELATED-DMP": "Related DMPs", "RELATED-DMP": "Related DMPs",
"SELECT-COLLABORATORS": "Select Collaborators", "SELECT-COLLABORATORS": "Select Collaborators",
"RELATED-COLLABORATORS": "Related Collaborators", "RELATED-COLLABORATORS": "Related Collaborators",
"SELECT-DATASET-TEMPLATES": "Select Dataset Description Templates", "SELECT-DATASET-TEMPLATES": "Select Dataset Templates",
"RELATED-DATASET-TEMPLATES": "Related Dataset Description Templates", "RELATED-DATASET-TEMPLATES": "Related Dataset Templates",
"ALL-VERSIONS": "From All Versions" "ALL-VERSIONS": "From All Versions"
}, },
"DMP": { "DMP": {
@ -966,8 +966,8 @@
"SELECT-GRANTS": "Select Grants", "SELECT-GRANTS": "Select Grants",
"SELECT-COLLABORATORS": "Select Collaborators", "SELECT-COLLABORATORS": "Select Collaborators",
"RELATED-COLLABORATORS": "Related Collaborators", "RELATED-COLLABORATORS": "Related Collaborators",
"SELECT-DATASET-TEMPLATES": "Select Dataset Description Templates", "SELECT-DATASET-TEMPLATES": "Select Dataset Templates",
"RELATED-DATASET-TEMPLATES": "Related Dataset Description Templates" "RELATED-DATASET-TEMPLATES": "Related Dataset Templates"
}, },
"USERS": { "USERS": {
"LABEL": "Search", "LABEL": "Search",
@ -983,7 +983,7 @@
"INTRO": "A Data Management Plan (DMP) consist of your Data Management Plans closer to where they are generated, analysed and stored. argos is an open, extensible, collaborative tool supporting Open and FAIR Data Management Plans." "INTRO": "A Data Management Plan (DMP) consist of your Data Management Plans closer to where they are generated, analysed and stored. argos is an open, extensible, collaborative tool supporting Open and FAIR Data Management Plans."
}, },
"FIELDS": { "FIELDS": {
"NAME": "Name of the Dataset Description", "NAME": "Name of the Dataset",
"TITLE": "Title", "TITLE": "Title",
"DESCRIPTION": "Description", "DESCRIPTION": "Description",
"PROFILE": "Template", "PROFILE": "Template",
@ -1018,7 +1018,7 @@
}, },
"VERSION-DIALOG": { "VERSION-DIALOG": {
"ABOUT": "Versioning is automated.", "ABOUT": "Versioning is automated.",
"QUESTION": "It seems your Dataset Description Template is outdated. Do you want to update it to the latest version?" "QUESTION": "It seems your Dataset Template is outdated. Do you want to update it to the latest version?"
} }
}, },
"DATASET-CREATE-WIZARD": { "DATASET-CREATE-WIZARD": {
@ -1135,7 +1135,7 @@
"DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": { "DATASET-PROFILE-INTERNAL-DMP-ENTITIES-TYPE": {
"RESEARCHERS": "Researchers", "RESEARCHERS": "Researchers",
"DMPS": "DMPs", "DMPS": "DMPs",
"DATASETS": "Dataset Descriptions", "DATASETS": "Datasets",
"EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)" "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)"
}, },
"RECENT-ACTIVITY-ORDER": { "RECENT-ACTIVITY-ORDER": {
@ -1179,7 +1179,7 @@
"DMP-WIZARD": { "DMP-WIZARD": {
"FIRST-STEP": { "FIRST-STEP": {
"DMP": "DMP Editor", "DMP": "DMP Editor",
"DATASETS": "Dataset Descriptions" "DATASETS": "Datasets"
}, },
"ACTIONS": { "ACTIONS": {
"NEXT": "Next", "NEXT": "Next",
@ -1206,7 +1206,7 @@
"RECENT-ACTIVITY": { "RECENT-ACTIVITY": {
"MY-TITLE-GRANT": "My Recent Grant Activity", "MY-TITLE-GRANT": "My Recent Grant Activity",
"MY-TITLE-DMP": "My Recent DMP Activity", "MY-TITLE-DMP": "My Recent DMP Activity",
"MY-TITLE-DATASET": "My Recent Dataset Description Activity", "MY-TITLE-DATASET": "My Recent Dataset Activity",
"LAST-VISITED-DMP": "Last Visited Data Management Plan", "LAST-VISITED-DMP": "Last Visited Data Management Plan",
"LAST-EDITED-DMP": "Last Edited Data Management Plan", "LAST-EDITED-DMP": "Last Edited Data Management Plan",
"LICENSE": "The DMPs below are public under the ## license of" "LICENSE": "The DMPs below are public under the ## license of"
@ -1308,15 +1308,15 @@
"LEARN-MORE": "to learn more about how to create one!", "LEARN-MORE": "to learn more about how to create one!",
"ORGANIZATIONS": "Related Organizations", "ORGANIZATIONS": "Related Organizations",
"DMPS": "DMPs", "DMPS": "DMPs",
"MY-DATASETS": "My Dataset Descriptions", "MY-DATASETS": "My Datasets",
"DATASETS": "Dataset Descriptions", "DATASETS": "Datasets",
"SEARCH": "SEARCH...", "SEARCH": "SEARCH...",
"DATA-MANAGEMENT-PLANS": "DATA MANAGEMENT PLANS", "DATA-MANAGEMENT-PLANS": "DATA MANAGEMENT PLANS",
"PERSONAL-USAGE": "Personal Usage", "PERSONAL-USAGE": "Personal Usage",
"PUBLIC-USAGE": "Public Usage", "PUBLIC-USAGE": "Public Usage",
"DATASET-DESCRIPTIONS": "Dataset Descriptions", "DATASET-DESCRIPTIONS": "Datasets",
"PUBLIC-DMPS": "Public DMPs", "PUBLIC-DMPS": "Public DMPs",
"PUBLIC-DATASETS": "Public Dataset Descriptions", "PUBLIC-DATASETS": "Public Datasets",
"RELATED-ORGANISATIONS": "Related Organisations", "RELATED-ORGANISATIONS": "Related Organisations",
"DRAFTS": "Drafts", "DRAFTS": "Drafts",
"ALL": "All", "ALL": "All",
@ -1326,7 +1326,7 @@
"DMP-ABOUT-END": ", that highlight the steps followed and the means used across data management activities.", "DMP-ABOUT-END": ", that highlight the steps followed and the means used across data management activities.",
"SELECT-DMP": "Select a DMP for your Dataset", "SELECT-DMP": "Select a DMP for your Dataset",
"ACTIONS": { "ACTIONS": {
"ADD-DATASET-DESCRIPTION": "Add Dataset Description", "ADD-DATASET-DESCRIPTION": "Add Dataset",
"ADD-DATASET": "Add Dataset", "ADD-DATASET": "Add Dataset",
"ADD-DMP-DESCRIPTION": "Add DMP Description" "ADD-DMP-DESCRIPTION": "Add DMP Description"
} }
@ -1371,7 +1371,7 @@
"URI": "Uri" "URI": "Uri"
}, },
"EXTERNAL-DATASET": { "EXTERNAL-DATASET": {
"TITLE": "Add New External Dataset Description", "TITLE": "Add New External Dataset",
"LABEL": "Label", "LABEL": "Label",
"ABBREVIATION": "Abbreviation" "ABBREVIATION": "Abbreviation"
}, },
@ -1412,14 +1412,14 @@
}, },
"DMP-FINALISE-DIALOG": { "DMP-FINALISE-DIALOG": {
"DMP": "DMP", "DMP": "DMP",
"DATASETS": "Dataset Descriptions", "DATASETS": "Datasets",
"EMPTY": "No Dataset Descriptions for this DMP so far", "EMPTY": "No Datasets for this DMP so far",
"SUBMIT": "Submit", "SUBMIT": "Submit",
"FINALISE-TITLE": "Do you want to finalize any of the following Draft Dataset Descriptions?", "FINALISE-TITLE": "Do you want to finalize any of the following Draft Datasets?",
"ALREADY-FINALISED-DATASETS": "Already Finalized Dataset Descriptions", "ALREADY-FINALISED-DATASETS": "Already Finalized Datasets",
"NONE": "None", "NONE": "None",
"VALIDATION": { "VALIDATION": {
"AT-LEAST-ONE-DATASET-FINALISED": "You need to have at least one Dataset Description Finalized" "AT-LEAST-ONE-DATASET-FINALISED": "You need to have at least one Dataset Finalized"
}, },
"IMPACT": "This action will finalize your DMP, and you won't be able to edit it again.", "IMPACT": "This action will finalize your DMP, and you won't be able to edit it again.",
"AFTER-FINALIZATION": "After finalizing your DMP you can Publish it, and it'll be publicly available to the ARGOS tool." "AFTER-FINALIZATION": "After finalizing your DMP you can Publish it, and it'll be publicly available to the ARGOS tool."
@ -1432,10 +1432,10 @@
"CREATE-ADD": { "CREATE-ADD": {
"CREATE": { "CREATE": {
"TITLE": "Create new DMP", "TITLE": "Create new DMP",
"SUBTITLE": "Create a new DMP and describe your Dataset Description(s) guided step by step by our wizard through the most essential elements of a DMP definition.", "SUBTITLE": "Create a new DMP and describe your Dataset(s) guided step by step by our wizard through the most essential elements of a DMP definition.",
"QUICKWIZARD_CREATE": { "QUICKWIZARD_CREATE": {
"TITLE": "DMP Wizard", "TITLE": "DMP Wizard",
"POST-SELECTION-INFO": "This wizard allows you to create a new DMP supplying just the most essential information required for it and then describe one or more Dataset Descriptions that are managed under this DMP. After finishing through the wizard you will be able to further edit the DMP, accessing its advanced properties, via the full DMP editor, and even add more Dataset Descriptions or editing the previous ones.", "POST-SELECTION-INFO": "This wizard allows you to create a new DMP supplying just the most essential information required for it and then describe one or more Datasets that are managed under this DMP. After finishing through the wizard you will be able to further edit the DMP, accessing its advanced properties, via the full DMP editor, and even add more Datasets or editing the previous ones.",
"ACTIONS": { "ACTIONS": {
"DELETE": "Delete", "DELETE": "Delete",
"SAVE": "Save", "SAVE": "Save",
@ -1472,39 +1472,39 @@
}, },
"SECOND-STEP": { "SECOND-STEP": {
"TITLE": "DMP Profile", "TITLE": "DMP Profile",
"ABOUT": "A Data Management Plan consists of a set of questions that you should answer with a level of detail appropriate to the grant or with relevance to the purpose that you are creating the DMP. Contents of each DMP vary depending on the selected Dataset Description Template(s) which contain(s) a set of tailored questions in response to policy requirements of funders, institutions, research communities.", "ABOUT": "A Data Management Plan consists of a set of questions that you should answer with a level of detail appropriate to the grant or with relevance to the purpose that you are creating the DMP. Contents of each DMP vary depending on the selected Dataset Template(s) which contain(s) a set of tailored questions in response to policy requirements of funders, institutions, research communities.",
"NEW-TITLE": "", "NEW-TITLE": "",
"DMP-NAME": "DMP For Grant : ", "DMP-NAME": "DMP For Grant : ",
"FIELDS": { "FIELDS": {
"NAME": "Title of the DMP", "NAME": "Title of the DMP",
"DESCRIPTION": "Summary", "DESCRIPTION": "Summary",
"DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP", "DESCRIPTION-HINT": "Briefly describe the context and purpose of the DMP",
"PROFILE": "Dataset Description Template", "PROFILE": "Dataset Template",
"PROFILE-HINT": "Select a template to describe your Dataset Description(s). If you want to select multiple Dataset Description Templates use \"New DMP (Expert)\". You can also add new Dataset Descriptions at any time after the DMP creation.", "PROFILE-HINT": "Select a template to describe your Dataset(s). If you want to select multiple Dataset Templates use \"New DMP (Expert)\". You can also add new Datasets at any time after the DMP creation.",
"HELP": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us." "HELP": "If you can't find a template or if you want to create a personalized template for your institution, research community or training needs, please contact us."
} }
}, },
"THIRD-STEP": { "THIRD-STEP": {
"TITLE": "Dataset Description", "TITLE": "Dataset",
"NEW-TITLE": "", "NEW-TITLE": "",
"DATASET-LABEL": "Dataset Description Title", "DATASET-LABEL": "Dataset Title",
"DATASET-NAME": "Dataset Description: ", "DATASET-NAME": "Dataset: ",
"DATASET-NAME-FOR": " For DMP: ", "DATASET-NAME-FOR": " For DMP: ",
"LIST-BUTTON-TOOLTIP": "Dataset Descriptions List", "LIST-BUTTON-TOOLTIP": "Datasets List",
"ADD-BUTTON-TOOLTIP": "Add Dataset Description" "ADD-BUTTON-TOOLTIP": "Add Dataset"
} }
} }
}, },
"ADD": { "ADD": {
"TITLE": "Add a Dataset Description into an existing DMP", "TITLE": "Add a Dataset into an existing DMP",
"DATASET-WIZARD": "Dataset Description Wizard", "DATASET-WIZARD": "Dataset Wizard",
"POST-SELECTION-INFO": "This wizard simplifies the process of adding new Dataset Descriptions into existing DMPs, guiding you through and requesting only the most essential pieces of information for completing the task. Full access to the attributes of a Dataset Description can be obtained afterwards via the Dataset Description access menus of the System.", "POST-SELECTION-INFO": "This wizard simplifies the process of adding new Datasets into existing DMPs, guiding you through and requesting only the most essential pieces of information for completing the task. Full access to the attributes of a Dataset can be obtained afterwards via the Dataset access menus of the System.",
"SUBTITLE": "This wizard allows you to describe additional Dataset Descriptions managed in the context of a DMP providing only the essential information for their description.", "SUBTITLE": "This wizard allows you to describe additional Datasets managed in the context of a DMP providing only the essential information for their description.",
"CREATED": "Created on" "CREATED": "Created on"
} }
}, },
"SAVE-DIALOG": { "SAVE-DIALOG": {
"TITLE": "Would you like to add another Dataset Description?", "TITLE": "Would you like to add another Dataset?",
"ACTIONS": { "ACTIONS": {
"AFFIRMATIVE": "Yes", "AFFIRMATIVE": "Yes",
"NEGATIVE": "No" "NEGATIVE": "No"