diff --git a/.gitignore b/.gitignore index 32927ea4c9..963a08052c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ __pycache__/ # Distribution / packaging .Python env/ -build/ develop-eggs/ dist/ downloads/ diff --git a/README.md b/README.md new file mode 100644 index 0000000000..1e7fb3b621 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# WEKO3 + +TODO: WEKO3の説明等をまとめる。 + +## ディレクトリ構造(整理中) + +``` +. +├── build : 環境構築用ファイル +│ ├── data : 環境構築用データ +│ ├── images : Dockerイメージ +│ ├── scripts : 環境構築スクリプト +│ └── README.md : 構築手順 +├── dev : 開発用ファイル群(開発用イメージには含める) +│ └── README.md : 説明 +├── modules : モジュール(イメージに含める) +│ ├── cookiecutter-weko-module +│ ├── invenio-accounts +│ ├── ~省略~ +│ └── weko-workspace +├── tools : ツール(イメージに含める) +├── utils : その他のツール(イメージに含めない) +├── update : アップデート用 +│ ├── x.x.x : 一つ前からのアップデート用ファイル群(イメージに含める) +│ └── old : 過去のアップデート用(イメージに含めない) +│ └── x.x.x : vx.x.xのアップデート用ファイル群(イメージに含めない) +├── CHANGELOG_ja.md +├── CHANGELOG.md +├── LICENSE +└── README.md : このファイル +``` \ No newline at end of file diff --git a/build/README.md b/build/README.md new file mode 100644 index 0000000000..c5406eee35 --- /dev/null +++ b/build/README.md @@ -0,0 +1,11 @@ +# 環境構築手順 + +TODO: 環境構築手順を説明する。 + +## ディレクトリ構造 + +``` +. +└── data + └── restricted_access.sql : 利用申請機能用初期データ +``` \ No newline at end of file diff --git a/build/data/restricted_access.sql b/build/data/restricted_access.sql new file mode 100644 index 0000000000..344f577417 --- /dev/null +++ b/build/data/restricted_access.sql @@ -0,0 +1,1546 @@ +-- +-- PostgreSQL database dump +-- + +-- Dumped from database version 10.0 +-- Dumped by pg_dump version 10.0 + +-- +-- Delete data Restricted access. +-- + +BEGIN; + +-- +-- Data for Name: item_type_name; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO item_type_name (created, updated, id, name, has_site_license, is_active) VALUES +('2021-03-20 06:37:13.052787', '2021-03-20 06:37:13.052812', 31001, '利用申請', true, true), +('2021-03-20 06:42:51.677528', '2021-03-20 06:42:51.677548', 31003, '利用報告-Data Usage Report', true, true), +('2023-12-22 02:53:51.907000', '2023-12-22 02:54:55.171000', 31004, '制限公開用アイテムタイプ', true, true) +ON CONFLICT (id) DO NOTHING; + +-- +-- Data for Name: item_type; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO item_type (created, updated, id, name_id, harvesting_type, schema, form, render, tag, version_id, is_deleted) VALUES +( + '2021-03-20 06:37:13.054464', + '2021-07-23 10:01:02.518392', + 31001, + 31001, + false, + '{"type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": ["pubdate"], "properties": {"pubdate": {"type": "string", "title": "PubDate", "format": "datetime"}, "system_file": {"type": "object", "title": "File Information", "format": "object", "properties": {"subitem_systemfile_size": {"type": "string", "title": "SYSTEMFILE Size", "format": "text"}, "subitem_systemfile_version": {"type": "string", "title": "SYSTEMFILE Version", "format": "text"}, "subitem_systemfile_datetime": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_datetime_date": {"type": "string", "title": "SYSTEMFILE DateTime Date", "format": "datetime"}, "subitem_systemfile_datetime_type": {"enum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": "string", "title": "SYSTEMFILE DateTime Type", "format": "select"}}}, "title": "SYSTEMFILE DateTime", "format": "array"}, "subitem_systemfile_filename": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_filename_uri": {"type": "string", "title": "SYSTEMFILE Filename URI", "format": "text"}, "subitem_systemfile_filename_type": {"enum": ["Abstract", "Fulltext", "Summary", "Thumbnail", "Other"], "type": "string", "title": "SYSTEMFILE Filename Type", "format": "select"}, "subitem_systemfile_filename_label": {"type": "string", "title": "SYSTEMFILE Filename Label", "format": "text"}}}, "title": "SYSTEMFILE Filename", "format": "array"}, "subitem_systemfile_mimetype": {"type": "string", "title": "SYSTEMFILE MimeType", "format": "text"}}, "system_prop": true}, "item_1616221831877": {"type": "object", "title": "Dataset Usage", "properties": {"subitem_restricted_access_dataset_usage": {"type": "string", "title": "Dataset Usage", "format": "text", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}}}, "item_1616221851421": {"type": "object", "title": "Applicant", "properties": {"subitem_fullname": {"type": "string", "title": "Name", "format": "text", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, "subitem_position": {"type": ["null", "string"], "title": "Position", "format": "select", "currentEnum": []}, "subitem_mail_address": {"type": "string", "title": "Mail Address", "format": "text", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, "subitem_phone_number": {"type": "string", "title": "Phone Number", "format": "text", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}, "subitem_position(others)": {"type": "string", "title": "Position(Others)", "format": "text", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, "subitem_university/institution": {"type": "string", "title": "University/Institution", "format": "text", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, "subitem_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}}}, "item_1616221894659": {"type": "array", "items": {"type": "object", "properties": {"subitem_restricted_access_institution_name": {"type": "string", "title": "Institution Name", "format": "text", "title_i18n": {"en": "Institution Name", "ja": "所属学会名"}, "title_i18n_temp": {"en": "Institution Name", "ja": "所属学会名"}}, "subitem_restricted_access_institution_position": {"type": ["null", "string"], "title": "Institution Position", "format": "select", "currentEnum": []}}}, "title": "Applicant Affiliated Institution", "maxItems": 9999, "minItems": 1}, "item_1616221921931": {"type": "object", "title": "Usage Report ID", "properties": {"subitem_restricted_access_usage_report_id": {"type": "string", "title": "Usage Report ID", "format": "text", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}}}, "item_1616221941275": {"type": "object", "title": "Research Title", "properties": {"subitem_restricted_access_research_title": {"type": "string", "title": "Research Title", "format": "text", "title_i18n": {"en": "Research Title", "ja": "研究題目"}, "title_i18n_temp": {"en": "Research Title", "ja": "研究題目"}}}}, "item_1616221960771": {"type": "object", "title": "Research Plan", "properties": {"subitem_restricted_access_research_plan": {"type": "string", "title": "Research Plan", "format": "textarea", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}, "title_i18n_temp": {"en": "Research Plan", "ja": "研究計画"}}, "subitem_restricted_access_research_plan_type": {"enum": [null, "Abstract"], "type": ["null", "string"], "title": "Research Plan Type", "format": "select", "default": "Abstract", "currentEnum": ["Abstract"]}}}, "item_1616221987611": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}}, "label": {"type": "string", "title": "ラベル", "format": "text", "title_i18n": {"en": "Label", "ja": "ラベル"}, "title_i18n_temp": {"en": "Label", "ja": "ラベル"}}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": ["null", "string"], "title": "オブジェクトタイプ", "format": "select", "currentEnum": ["abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"]}}}, "date": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"dateType": {"type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": []}, "dateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}}}, "title": "オープンアクセスの日付", "format": "array"}, "format": {"type": "string", "title": "フォーマット", "format": "text", "title_i18n": {"en": "Format", "ja": "フォーマット"}, "title_i18n_temp": {"en": "Format", "ja": "フォーマット"}}, "groups": {"type": ["null", "string"], "title": "グループ", "format": "select", "currentEnum": []}, "version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version Information", "ja": "バージョン情報"}}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"]}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}, "title_i18n_temp": {"en": "Date", "ja": "日付"}}}}, "title": "日付", "format": "array"}, "filename": {"type": ["null", "string"], "title": "表示名", "format": "text", "title_i18n": {"en": "FileName", "ja": "表示名"}, "title_i18n_temp": {"en": "FileName", "ja": "表示名"}}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}}}, "title": "サイズ", "format": "array"}, "accessrole": {"enum": ["open_access", "open_date", "open_login", "open_no"], "type": ["null", "string"], "title": "アクセス", "format": "radios"}, "displaytype": {"enum": [null, "detail", "simple", "preview"], "type": ["null", "string"], "title": "表示形式", "format": "select", "currentEnum": ["detail", "simple", "preview"]}, "licensefree": {"type": "string", "title": "自由ライセンス", "format": "textarea", "title_i18n": {"en": "自由ライセンス", "ja": "自由ライセンス"}}, "licensetype": {"type": ["null", "string"], "title": "ライセンス", "format": "select", "currentEnum": []}}}, "title": "Co-user List", "maxItems": 9999, "minItems": 1}, "item_1616222047122": {"type": "object", "title": "WF Issued Date", "properties": {"subitem_restricted_access_wf_issued_date": {"type": "string", "title": "WF Issued Date", "format": "datetime", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, "subitem_restricted_access_wf_issued_date_type": {"enum": [null, "Created"], "type": ["null", "string"], "title": "WF Issued Date Type", "format": "select", "default": "Created", "currentEnum": ["Created"]}}}, "item_1616222067301": {"type": "object", "title": "Application Date", "properties": {"subitem_restricted_access_application_date": {"type": "string", "title": "Application Date", "format": "datetime", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, "subitem_restricted_access_application_date_type": {"enum": [null, "Issued"], "type": ["null", "string"], "title": "Application Date Type", "format": "select", "default": "Issued", "currentEnum": ["Issued"]}}}, "item_1616222093486": {"type": "object", "title": "Approval Date", "properties": {"subitem_restricted_access_approval_date": {"type": "string", "title": "Approval Date", "format": "datetime", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, "subitem_restricted_access_approval_date_type": {"enum": [null, "Accepted"], "type": ["null", "string"], "title": "Approval Date Type", "format": "select", "default": "Accepted", "currentEnum": ["Accepted"]}}}, "item_1616222117209": {"type": "object", "title": "Item Title", "properties": {"subitem_restricted_access_item_title": {"type": "string", "title": "Item Title", "format": "text", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}}}, "system_identifier_doi": {"type": "object", "title": "Persistent Identifier(DOI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_hdl": {"type": "object", "title": "Persistent Identifier(HDL)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_uri": {"type": "object", "title": "Persistent Identifier(URI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}}, "description": ""}', + '[{"key": "pubdate", "type": "template", "title": "PubDate", "format": "yyyy-MM-dd", "required": true, "title_i18n": {"en": "PubDate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "item_1616221831877", "type": "fieldset", "items": [{"key": "item_1616221831877.subitem_restricted_access_dataset_usage", "type": "text", "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}], "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}, {"key": "item_1616221851421", "type": "fieldset", "items": [{"key": "item_1616221851421.subitem_fullname", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, {"key": "item_1616221851421.subitem_mail_address", "type": "text", "title": "Mail Address", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "item_1616221851421.subitem_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "item_1616221851421.subitem_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "item_1616221851421.subitem_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}, "title_i18n_temp": {"en": "Position", "ja": "役職"}}, {"key": "item_1616221851421.subitem_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "item_1616221851421.subitem_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}], "title": "Applicant", "title_i18n": {"en": "Applicant", "ja": "申請者"}}, {"add": "New", "key": "item_1616221894659", "items": [{"key": "item_1616221894659[].subitem_restricted_access_institution_name", "type": "text", "title": "Institution Name", "title_i18n": {"en": "Institution Name", "ja": "所属学会名"}, "title_i18n_temp": {"en": "Institution Name", "ja": "所属学会名"}}, {"key": "item_1616221894659[].subitem_restricted_access_institution_position", "type": "select", "title": "Institution Position", "titleMap": [], "title_i18n": {"en": "Institution Position", "ja": "所属学会役職"}, "title_i18n_temp": {"en": "Institution Position", "ja": "所属学会役職"}}], "style": {"add": "btn-success"}, "title": "Applicant Affiliated Institution", "title_i18n": {"en": "Applicant Affiliated Institution", "ja": "申請者所属学会"}}, {"key": "item_1616221921931", "type": "fieldset", "items": [{"key": "item_1616221921931.subitem_restricted_access_usage_report_id", "type": "text", "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}], "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID"}}, {"key": "item_1616221941275", "type": "fieldset", "items": [{"key": "item_1616221941275.subitem_restricted_access_research_title", "type": "text", "title": "Research Title", "title_i18n": {"en": "Research Title", "ja": "研究題目"}, "title_i18n_temp": {"en": "Research Title", "ja": "研究題目"}}], "title": "Research Title", "title_i18n": {"en": "Research Title", "ja": "研究題目"}}, {"key": "item_1616221960771", "type": "fieldset", "items": [{"key": "item_1616221960771.subitem_restricted_access_research_plan", "type": "textarea", "title": "Research Plan", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}, "title_i18n_temp": {"en": "Research Plan", "ja": "研究計画"}}, {"key": "item_1616221960771.subitem_restricted_access_research_plan_type", "type": "select", "title": "Research Plan Type", "readonly": true, "titleMap": [{"name": "Abstract", "value": "Abstract"}], "htmlClass": "hide", "title_i18n": {"en": "Research Plan Type", "ja": "研究計画タイプ"}, "title_i18n_temp": {"en": "Research Plan Type", "ja": "研究計画タイプ"}}], "title": "Research Plan", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}}, {"add": "New", "key": "item_1616221987611", "items": [{"key": "item_1616221987611[].filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html", "fieldHtmlClass": "file-name", "title_i18n_temp": {"en": "FileName", "ja": "表示名"}}, {"key": "item_1616221987611[].url", "type": "fieldset", "items": [{"key": "item_1616221987611[].url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}, "disableSuccessState": true}, {"key": "item_1616221987611[].url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "title_i18n_temp": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "item_1616221987611[].url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "title_i18n_temp": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}}, {"key": "item_1616221987611[].format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}, "title_i18n_temp": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "item_1616221987611[].filesize", "items": [{"key": "item_1616221987611[].filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "item_1616221987611[].fileDate", "items": [{"key": "item_1616221987611[].fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "item_1616221987611[].fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}, "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1616221987611[].version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "item_1616221987611[].displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}, "title_i18n_temp": {"en": "Preview", "ja": "表示形式"}}, {"key": "item_1616221987611[].licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}, "title_i18n_temp": {"en": "License", "ja": "ライセンス"}}, {"key": "item_1616221987611[].licensefree", "type": "textarea", "notitle": true, "condition": "model.item_1616221987611[arrayIndex].licensetype == ''license_free''", "title_i18n": {"en": "自由ライセンス", "ja": "自由ライセンス"}}, {"type": "template", "title": "剽窃チェック", "template": "
", "title_i18n": {"en": "Check Plagiarism", "ja": "剽窃チェック"}}, {"key": "item_1616221987611[].accessrole", "type": "radios", "title": "アクセス", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do not Publish", "ja": "公開しない"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}, "title_i18n_temp": {"en": "Access", "ja": "アクセス"}}, {"key": "item_1616221987611[].date[0].dateValue", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.item_1616221987611[arrayIndex].accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "item_1616221987611[].groups", "type": "select", "title": "グループ", "titleMap": [], "condition": "model.item_1616221987611[arrayIndex].accessrole == ''open_login''", "title_i18n": {"en": "Group", "ja": "グループ"}, "title_i18n_temp": {"en": "Group", "ja": "グループ"}}], "style": {"add": "btn-success"}, "title": "Co-user List", "title_i18n": {"en": "Co-user List", "ja": "共同利用者リスト"}}, {"key": "item_1616222047122", "type": "fieldset", "items": [{"key": "item_1616222047122.subitem_restricted_access_wf_issued_date", "type": "template", "title": "WF Issued Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222047122.subitem_restricted_access_wf_issued_date_type", "type": "select", "title": "WF Issued Date Type", "readonly": true, "titleMap": [{"name": "Created", "value": "Created"}], "htmlClass": "hide", "title_i18n": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}, "title_i18n_temp": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}}], "title": "WF Issued Date", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222067301", "type": "fieldset", "items": [{"key": "item_1616222067301.subitem_restricted_access_application_date", "type": "template", "title": "Application Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222067301.subitem_restricted_access_application_date_type", "type": "select", "title": "Application Date Type", "readonly": true, "titleMap": [{"name": "Issued", "value": "Issued"}], "htmlClass": "hide", "title_i18n": {"en": "Application Date Type", "ja": "申請日タイプ"}, "title_i18n_temp": {"en": "Application Date Type", "ja": "申請日タイプ"}}], "title": "Application Date", "title_i18n": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222093486", "type": "fieldset", "items": [{"key": "item_1616222093486.subitem_restricted_access_approval_date", "type": "template", "title": "Approval Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222093486.subitem_restricted_access_approval_date_type", "type": "select", "title": "Approval Date Type", "readonly": true, "titleMap": [{"name": "Accepted", "value": "Accepted"}], "htmlClass": "hide", "title_i18n": {"en": "Approval Date Type", "ja": "承認日タイプ "}, "title_i18n_temp": {"en": "Approval Date Type", "ja": "承認日タイプ"}}], "title": "Approval Date", "title_i18n": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222117209", "type": "fieldset", "items": [{"key": "item_1616222117209.subitem_restricted_access_item_title", "type": "text", "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}], "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}, {"key": "system_identifier_doi", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(DOI)", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}}, {"key": "system_identifier_hdl", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(HDL)", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}}, {"key": "system_identifier_uri", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(URI)", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}}, {"key": "system_file", "type": "fieldset", "items": [{"add": "New", "key": "parentkey.subitem_systemfile_filename", "items": [{"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_label", "type": "text", "title": "SYSTEMFILE Filename Label"}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_type", "type": "select", "title": "SYSTEMFILE Filename Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Fulltext", "value": "Fulltext"}, {"name": "Summary", "value": "Summary"}, {"name": "Thumbnail", "value": "Thumbnail"}, {"name": "Other", "value": "Other"}]}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_uri", "type": "text", "title": "SYSTEMFILE Filename URI"}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE Filename"}, {"key": "parentkey.subitem_systemfile_mimetype", "type": "text", "title": "SYSTEMFILE MimeType"}, {"key": "parentkey.subitem_systemfile_size", "type": "text", "title": "SYSTEMFILE Size"}, {"add": "New", "key": "parentkey.subitem_systemfile_datetime", "items": [{"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_date", "type": "template", "title": "SYSTEMFILE DateTime Date", "format": "yyyy-MM-dd", "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_type", "type": "select", "title": "SYSTEMFILE DateTime Type", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}]}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE DateTime"}, {"key": "parentkey.subitem_systemfile_version", "type": "text", "title": "SYSTEMFILE Version"}], "title": "File Information", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}}]', + '{"meta_fix": {"pubdate": {"title": "PubDate", "option": {"crtf": false, "hidden": false, "multiple": false, "required": true, "showlist": false}, "input_type": "datetime", "title_i18n": {"en": "PubDate", "ja": "公開日"}, "input_value": ""}}, "meta_list": {"item_1616221831877": {"title": "Dataset Usage", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30001", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221851421": {"title": "Applicant", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30002", "title_i18n": {"en": "Applicant", "ja": "申請者"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221894659": {"title": "Applicant Affiliated Institution", "option": {"crtf": false, "hidden": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_30003", "title_i18n": {"en": "Applicant Affiliated Institution", "ja": "申請者所属学会"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221921931": {"title": "Usage Report ID", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30005", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221941275": {"title": "Research Title", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30006", "title_i18n": {"en": "Research Title", "ja": "研究題目"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221960771": {"title": "Research Plan", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30007", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221987611": {"title": "Co-user List", "option": {"crtf": false, "hidden": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_30008", "title_i18n": {"en": "Co-user List", "ja": "共同利用者リスト"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222047122": {"title": "WF Issued Date", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30011", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222067301": {"title": "Application Date", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30012", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222093486": {"title": "Approval Date", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30013", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222117209": {"title": "Item Title", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30014", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}}, "table_row": ["item_1616221831877", "item_1616221851421", "item_1616221894659", "item_1616221921931", "item_1616221941275", "item_1616221960771", "item_1616221987611", "item_1616222047122", "item_1616222067301", "item_1616222093486", "item_1616222117209"], "edit_notes": {"item_1616221831877": "", "item_1616221851421": "", "item_1616221894659": "", "item_1616221921931": "", "item_1616221941275": "", "item_1616221960771": "", "item_1616221987611": "", "item_1616222047122": "", "item_1616222067301": "", "item_1616222093486": "", "item_1616222117209": ""}, "meta_system": {"system_file": {"title": "File Information", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_131", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}, "input_value": ""}, "system_identifier_doi": {"title": "Persistent Identifier(DOI)", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_130", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}, "input_value": ""}, "system_identifier_hdl": {"title": "Persistent Identifier(HDL)", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_130", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}, "input_value": ""}, "system_identifier_uri": {"title": "Persistent Identifier(URI)", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_130", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}, "input_value": ""}}, "upload_file": false, "schemaeditor": {"schema": {"item_1616221831877": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_dataset_usage": {"type": "string", "title": "Dataset Usage", "format": "text", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}}}, "item_1616221851421": {"type": "object", "format": "object", "properties": {"subitem_fullname": {"type": "string", "title": "Name", "format": "text", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, "subitem_position": {"enum": [], "type": ["null", "string"], "title": "Position", "format": "select", "currentEnum": []}, "subitem_mail_address": {"type": "string", "title": "Mail Address", "format": "text", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, "subitem_phone_number": {"type": "string", "title": "Phone Number", "format": "text", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}, "subitem_position(others)": {"type": "string", "title": "Position(Others)", "format": "text", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, "subitem_university/institution": {"type": "string", "title": "University/Institution", "format": "text", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, "subitem_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}}}, "item_1616221894659": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_institution_name": {"type": "string", "title": "Institution Name", "format": "text", "title_i18n": {"en": "Institution Name", "ja": "所属学会名"}, "title_i18n_temp": {"en": "Institution Name", "ja": "所属学会名"}}, "subitem_restricted_access_institution_position": {"enum": [], "type": ["null", "string"], "title": "Institution Position", "format": "select", "currentEnum": []}}}, "item_1616221921931": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_usage_report_id": {"type": "string", "title": "Usage Report ID", "format": "text", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}}}, "item_1616221941275": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_research_title": {"type": "string", "title": "Research Title", "format": "text", "title_i18n": {"en": "Research Title", "ja": "研究題目"}, "title_i18n_temp": {"en": "Research Title", "ja": "研究題目"}}}}, "item_1616221960771": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_research_plan": {"type": "string", "title": "Research Plan", "format": "textarea", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}, "title_i18n_temp": {"en": "Research Plan", "ja": "研究計画"}}, "subitem_restricted_access_research_plan_type": {"enum": [null, "Abstract"], "type": ["null", "string"], "title": "Research Plan Type", "format": "select", "default": "Abstract", "currentEnum": ["Abstract"]}}}, "item_1616221987611": {"type": "object", "format": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}}, "label": {"type": "string", "title": "ラベル", "format": "text", "title_i18n": {"en": "Label", "ja": "ラベル"}, "title_i18n_temp": {"en": "Label", "ja": "ラベル"}}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": ["null", "string"], "title": "オブジェクトタイプ", "format": "select", "currentEnum": ["abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"]}}}, "date": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"dateType": {"enum": [], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": []}, "dateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}}}, "title": "オープンアクセスの日付", "format": "array"}, "format": {"type": "string", "title": "フォーマット", "format": "text", "title_i18n": {"en": "Format", "ja": "フォーマット"}, "title_i18n_temp": {"en": "Format", "ja": "フォーマット"}}, "groups": {"enum": [], "type": ["null", "string"], "title": "グループ", "format": "select", "currentEnum": []}, "version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version Information", "ja": "バージョン情報"}}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"]}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}, "title_i18n_temp": {"en": "Date", "ja": "日付"}}}}, "title": "日付", "format": "array"}, "filename": {"enum": [], "type": ["null", "string"], "title": "表示名", "format": "text", "title_i18n": {"en": "FileName", "ja": "表示名"}, "title_i18n_temp": {"en": "FileName", "ja": "表示名"}}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}}}, "title": "サイズ", "format": "array"}, "accessrole": {"enum": ["open_access", "open_date", "open_login", "open_no"], "type": ["null", "string"], "title": "アクセス", "format": "radios"}, "displaytype": {"enum": [null, "detail", "simple", "preview"], "type": ["null", "string"], "title": "表示形式", "format": "select", "currentEnum": ["detail", "simple", "preview"]}, "licensefree": {"type": "string", "title": "自由ライセンス", "format": "textarea", "title_i18n": {"en": "自由ライセンス", "ja": "自由ライセンス"}}, "licensetype": {"enum": [], "type": ["null", "string"], "title": "ライセンス", "format": "select", "currentEnum": []}}}, "item_1616222047122": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_wf_issued_date": {"type": "string", "title": "WF Issued Date", "format": "datetime", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, "subitem_restricted_access_wf_issued_date_type": {"enum": [null, "Created"], "type": ["null", "string"], "title": "WF Issued Date Type", "format": "select", "default": "Created", "currentEnum": ["Created"]}}}, "item_1616222067301": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_application_date": {"type": "string", "title": "Application Date", "format": "datetime", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, "subitem_restricted_access_application_date_type": {"enum": [null, "Issued"], "type": ["null", "string"], "title": "Application Date Type", "format": "select", "default": "Issued", "currentEnum": ["Issued"]}}}, "item_1616222093486": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_approval_date": {"type": "string", "title": "Approval Date", "format": "datetime", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, "subitem_restricted_access_approval_date_type": {"enum": [null, "Accepted"], "type": ["null", "string"], "title": "Approval Date Type", "format": "select", "default": "Accepted", "currentEnum": ["Accepted"]}}}, "item_1616222117209": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_item_title": {"type": "string", "title": "Item Title", "format": "text", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}}}}}, "table_row_map": {"form": [{"key": "pubdate", "type": "template", "title": "PubDate", "format": "yyyy-MM-dd", "required": true, "title_i18n": {"en": "PubDate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "item_1616221831877", "type": "fieldset", "items": [{"key": "item_1616221831877.subitem_restricted_access_dataset_usage", "type": "text", "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}], "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}, {"key": "item_1616221851421", "type": "fieldset", "items": [{"key": "item_1616221851421.subitem_fullname", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, {"key": "item_1616221851421.subitem_mail_address", "type": "text", "title": "Mail Address", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "item_1616221851421.subitem_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "item_1616221851421.subitem_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "item_1616221851421.subitem_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}, "title_i18n_temp": {"en": "Position", "ja": "役職"}}, {"key": "item_1616221851421.subitem_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "item_1616221851421.subitem_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}], "title": "Applicant", "title_i18n": {"en": "Applicant", "ja": "申請者"}}, {"add": "New", "key": "item_1616221894659", "items": [{"key": "item_1616221894659[].subitem_restricted_access_institution_name", "type": "text", "title": "Institution Name", "title_i18n": {"en": "Institution Name", "ja": "所属学会名"}, "title_i18n_temp": {"en": "Institution Name", "ja": "所属学会名"}}, {"key": "item_1616221894659[].subitem_restricted_access_institution_position", "type": "select", "title": "Institution Position", "titleMap": [], "title_i18n": {"en": "Institution Position", "ja": "所属学会役職"}, "title_i18n_temp": {"en": "Institution Position", "ja": "所属学会役職"}}], "style": {"add": "btn-success"}, "title": "Applicant Affiliated Institution", "title_i18n": {"en": "Applicant Affiliated Institution", "ja": "申請者所属学会"}}, {"key": "item_1616221921931", "type": "fieldset", "items": [{"key": "item_1616221921931.subitem_restricted_access_usage_report_id", "type": "text", "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}], "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID"}}, {"key": "item_1616221941275", "type": "fieldset", "items": [{"key": "item_1616221941275.subitem_restricted_access_research_title", "type": "text", "title": "Research Title", "title_i18n": {"en": "Research Title", "ja": "研究題目"}, "title_i18n_temp": {"en": "Research Title", "ja": "研究題目"}}], "title": "Research Title", "title_i18n": {"en": "Research Title", "ja": "研究題目"}}, {"key": "item_1616221960771", "type": "fieldset", "items": [{"key": "item_1616221960771.subitem_restricted_access_research_plan", "type": "textarea", "title": "Research Plan", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}, "title_i18n_temp": {"en": "Research Plan", "ja": "研究計画"}}, {"key": "item_1616221960771.subitem_restricted_access_research_plan_type", "type": "select", "title": "Research Plan Type", "readonly": true, "titleMap": [{"name": "Abstract", "value": "Abstract"}], "htmlClass": "hide", "title_i18n": {"en": "Research Plan Type", "ja": "研究計画タイプ"}, "title_i18n_temp": {"en": "Research Plan Type", "ja": "研究計画タイプ"}}], "title": "Research Plan", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}}, {"add": "New", "key": "item_1616221987611", "items": [{"key": "item_1616221987611[].filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html", "fieldHtmlClass": "file-name", "title_i18n_temp": {"en": "FileName", "ja": "表示名"}}, {"key": "item_1616221987611[].url", "type": "fieldset", "items": [{"key": "item_1616221987611[].url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}, "disableSuccessState": true}, {"key": "item_1616221987611[].url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "title_i18n_temp": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "item_1616221987611[].url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "title_i18n_temp": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}}, {"key": "item_1616221987611[].format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}, "title_i18n_temp": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "item_1616221987611[].filesize", "items": [{"key": "item_1616221987611[].filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "item_1616221987611[].fileDate", "items": [{"key": "item_1616221987611[].fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "item_1616221987611[].fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}, "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1616221987611[].version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "item_1616221987611[].displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}, "title_i18n_temp": {"en": "Preview", "ja": "表示形式"}}, {"key": "item_1616221987611[].licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}, "title_i18n_temp": {"en": "License", "ja": "ライセンス"}}, {"key": "item_1616221987611[].licensefree", "type": "textarea", "notitle": true, "condition": "model.item_1616221987611[arrayIndex].licensetype == ''license_free''", "title_i18n": {"en": "自由ライセンス", "ja": "自由ライセンス"}}, {"type": "template", "title": "剽窃チェック", "template": "", "title_i18n": {"en": "Check Plagiarism", "ja": "剽窃チェック"}}, {"key": "item_1616221987611[].accessrole", "type": "radios", "title": "アクセス", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do not Publish", "ja": "公開しない"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}, "title_i18n_temp": {"en": "Access", "ja": "アクセス"}}, {"key": "item_1616221987611[].date[0].dateValue", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.item_1616221987611[arrayIndex].accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "item_1616221987611[].groups", "type": "select", "title": "グループ", "titleMap": [], "condition": "model.item_1616221987611[arrayIndex].accessrole == ''open_login''", "title_i18n": {"en": "Group", "ja": "グループ"}, "title_i18n_temp": {"en": "Group", "ja": "グループ"}}], "style": {"add": "btn-success"}, "title": "Co-user List", "title_i18n": {"en": "Co-user List", "ja": "共同利用者リスト"}}, {"key": "item_1616222047122", "type": "fieldset", "items": [{"key": "item_1616222047122.subitem_restricted_access_wf_issued_date", "type": "template", "title": "WF Issued Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222047122.subitem_restricted_access_wf_issued_date_type", "type": "select", "title": "WF Issued Date Type", "readonly": true, "titleMap": [{"name": "Created", "value": "Created"}], "htmlClass": "hide", "title_i18n": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}, "title_i18n_temp": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}}], "title": "WF Issued Date", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222067301", "type": "fieldset", "items": [{"key": "item_1616222067301.subitem_restricted_access_application_date", "type": "template", "title": "Application Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222067301.subitem_restricted_access_application_date_type", "type": "select", "title": "Application Date Type", "readonly": true, "titleMap": [{"name": "Issued", "value": "Issued"}], "htmlClass": "hide", "title_i18n": {"en": "Application Date Type", "ja": "申請日タイプ"}, "title_i18n_temp": {"en": "Application Date Type", "ja": "申請日タイプ"}}], "title": "Application Date", "title_i18n": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222093486", "type": "fieldset", "items": [{"key": "item_1616222093486.subitem_restricted_access_approval_date", "type": "template", "title": "Approval Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222093486.subitem_restricted_access_approval_date_type", "type": "select", "title": "Approval Date Type", "readonly": true, "titleMap": [{"name": "Accepted", "value": "Accepted"}], "htmlClass": "hide", "title_i18n": {"en": "Approval Date Type", "ja": "承認日タイプ "}, "title_i18n_temp": {"en": "Approval Date Type", "ja": "承認日タイプ"}}], "title": "Approval Date", "title_i18n": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222117209", "type": "fieldset", "items": [{"key": "item_1616222117209.subitem_restricted_access_item_title", "type": "text", "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}], "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}, {"key": "system_identifier_doi", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(DOI)", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}}, {"key": "system_identifier_hdl", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(HDL)", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}}, {"key": "system_identifier_uri", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(URI)", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}}, {"key": "system_file", "type": "fieldset", "items": [{"add": "New", "key": "parentkey.subitem_systemfile_filename", "items": [{"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_label", "type": "text", "title": "SYSTEMFILE Filename Label"}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_type", "type": "select", "title": "SYSTEMFILE Filename Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Fulltext", "value": "Fulltext"}, {"name": "Summary", "value": "Summary"}, {"name": "Thumbnail", "value": "Thumbnail"}, {"name": "Other", "value": "Other"}]}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_uri", "type": "text", "title": "SYSTEMFILE Filename URI"}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE Filename"}, {"key": "parentkey.subitem_systemfile_mimetype", "type": "text", "title": "SYSTEMFILE MimeType"}, {"key": "parentkey.subitem_systemfile_size", "type": "text", "title": "SYSTEMFILE Size"}, {"add": "New", "key": "parentkey.subitem_systemfile_datetime", "items": [{"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_date", "type": "template", "title": "SYSTEMFILE DateTime Date", "format": "yyyy-MM-dd", "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_type", "type": "select", "title": "SYSTEMFILE DateTime Type", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}]}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE DateTime"}, {"key": "parentkey.subitem_systemfile_version", "type": "text", "title": "SYSTEMFILE Version"}], "title": "File Information", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}}], "name": "利用申請", "action": "upt", "schema": {"type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": ["pubdate"], "properties": {"pubdate": {"type": "string", "title": "PubDate", "format": "datetime"}, "system_file": {"type": "object", "title": "File Information", "format": "object", "properties": {"subitem_systemfile_size": {"type": "string", "title": "SYSTEMFILE Size", "format": "text"}, "subitem_systemfile_version": {"type": "string", "title": "SYSTEMFILE Version", "format": "text"}, "subitem_systemfile_datetime": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_datetime_date": {"type": "string", "title": "SYSTEMFILE DateTime Date", "format": "datetime"}, "subitem_systemfile_datetime_type": {"enum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": "string", "title": "SYSTEMFILE DateTime Type", "format": "select"}}}, "title": "SYSTEMFILE DateTime", "format": "array"}, "subitem_systemfile_filename": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_filename_uri": {"type": "string", "title": "SYSTEMFILE Filename URI", "format": "text"}, "subitem_systemfile_filename_type": {"enum": ["Abstract", "Fulltext", "Summary", "Thumbnail", "Other"], "type": "string", "title": "SYSTEMFILE Filename Type", "format": "select"}, "subitem_systemfile_filename_label": {"type": "string", "title": "SYSTEMFILE Filename Label", "format": "text"}}}, "title": "SYSTEMFILE Filename", "format": "array"}, "subitem_systemfile_mimetype": {"type": "string", "title": "SYSTEMFILE MimeType", "format": "text"}}, "system_prop": true}, "item_1616221831877": {"type": "object", "title": "Dataset Usage", "properties": {"subitem_restricted_access_dataset_usage": {"type": "string", "title": "Dataset Usage", "format": "text", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}}}, "item_1616221851421": {"type": "object", "title": "Applicant", "properties": {"subitem_fullname": {"type": "string", "title": "Name", "format": "text", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, "subitem_position": {"type": ["null", "string"], "title": "Position", "format": "select", "currentEnum": []}, "subitem_mail_address": {"type": "string", "title": "Mail Address", "format": "text", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, "subitem_phone_number": {"type": "string", "title": "Phone Number", "format": "text", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}, "subitem_position(others)": {"type": "string", "title": "Position(Others)", "format": "text", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, "subitem_university/institution": {"type": "string", "title": "University/Institution", "format": "text", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, "subitem_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}}}, "item_1616221894659": {"type": "array", "items": {"type": "object", "properties": {"subitem_restricted_access_institution_name": {"type": "string", "title": "Institution Name", "format": "text", "title_i18n": {"en": "Institution Name", "ja": "所属学会名"}, "title_i18n_temp": {"en": "Institution Name", "ja": "所属学会名"}}, "subitem_restricted_access_institution_position": {"type": ["null", "string"], "title": "Institution Position", "format": "select", "currentEnum": []}}}, "title": "Applicant Affiliated Institution", "maxItems": 9999, "minItems": 1}, "item_1616221921931": {"type": "object", "title": "Usage Report ID", "properties": {"subitem_restricted_access_usage_report_id": {"type": "string", "title": "Usage Report ID", "format": "text", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}}}, "item_1616221941275": {"type": "object", "title": "Research Title", "properties": {"subitem_restricted_access_research_title": {"type": "string", "title": "Research Title", "format": "text", "title_i18n": {"en": "Research Title", "ja": "研究題目"}, "title_i18n_temp": {"en": "Research Title", "ja": "研究題目"}}}}, "item_1616221960771": {"type": "object", "title": "Research Plan", "properties": {"subitem_restricted_access_research_plan": {"type": "string", "title": "Research Plan", "format": "textarea", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}, "title_i18n_temp": {"en": "Research Plan", "ja": "研究計画"}}, "subitem_restricted_access_research_plan_type": {"enum": [null, "Abstract"], "type": ["null", "string"], "title": "Research Plan Type", "format": "select", "default": "Abstract", "currentEnum": ["Abstract"]}}}, "item_1616221987611": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}}, "label": {"type": "string", "title": "ラベル", "format": "text", "title_i18n": {"en": "Label", "ja": "ラベル"}, "title_i18n_temp": {"en": "Label", "ja": "ラベル"}}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": ["null", "string"], "title": "オブジェクトタイプ", "format": "select", "currentEnum": ["abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"]}}}, "date": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"dateType": {"type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": []}, "dateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}}}, "title": "オープンアクセスの日付", "format": "array"}, "format": {"type": "string", "title": "フォーマット", "format": "text", "title_i18n": {"en": "Format", "ja": "フォーマット"}, "title_i18n_temp": {"en": "Format", "ja": "フォーマット"}}, "groups": {"type": ["null", "string"], "title": "グループ", "format": "select", "currentEnum": []}, "version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version Information", "ja": "バージョン情報"}}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"]}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}, "title_i18n_temp": {"en": "Date", "ja": "日付"}}}}, "title": "日付", "format": "array"}, "filename": {"type": ["null", "string"], "title": "表示名", "format": "text", "title_i18n": {"en": "FileName", "ja": "表示名"}, "title_i18n_temp": {"en": "FileName", "ja": "表示名"}}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}}}, "title": "サイズ", "format": "array"}, "accessrole": {"enum": ["open_access", "open_date", "open_login", "open_no"], "type": ["null", "string"], "title": "アクセス", "format": "radios"}, "displaytype": {"enum": [null, "detail", "simple", "preview"], "type": ["null", "string"], "title": "表示形式", "format": "select", "currentEnum": ["detail", "simple", "preview"]}, "licensefree": {"type": "string", "title": "自由ライセンス", "format": "textarea", "title_i18n": {"en": "自由ライセンス", "ja": "自由ライセンス"}}, "licensetype": {"type": ["null", "string"], "title": "ライセンス", "format": "select", "currentEnum": []}}}, "title": "Co-user List", "maxItems": 9999, "minItems": 1}, "item_1616222047122": {"type": "object", "title": "WF Issued Date", "properties": {"subitem_restricted_access_wf_issued_date": {"type": "string", "title": "WF Issued Date", "format": "datetime", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, "subitem_restricted_access_wf_issued_date_type": {"enum": [null, "Created"], "type": ["null", "string"], "title": "WF Issued Date Type", "format": "select", "default": "Created", "currentEnum": ["Created"]}}}, "item_1616222067301": {"type": "object", "title": "Application Date", "properties": {"subitem_restricted_access_application_date": {"type": "string", "title": "Application Date", "format": "datetime", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, "subitem_restricted_access_application_date_type": {"enum": [null, "Issued"], "type": ["null", "string"], "title": "Application Date Type", "format": "select", "default": "Issued", "currentEnum": ["Issued"]}}}, "item_1616222093486": {"type": "object", "title": "Approval Date", "properties": {"subitem_restricted_access_approval_date": {"type": "string", "title": "Approval Date", "format": "datetime", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, "subitem_restricted_access_approval_date_type": {"enum": [null, "Accepted"], "type": ["null", "string"], "title": "Approval Date Type", "format": "select", "default": "Accepted", "currentEnum": ["Accepted"]}}}, "item_1616222117209": {"type": "object", "title": "Item Title", "properties": {"subitem_restricted_access_item_title": {"type": "string", "title": "Item Title", "format": "text", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}}}, "system_identifier_doi": {"type": "object", "title": "Persistent Identifier(DOI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_hdl": {"type": "object", "title": "Persistent Identifier(HDL)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_uri": {"type": "object", "title": "Persistent Identifier(URI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}}, "description": ""}, "mapping": {"pubdate": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_file": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri", "@attributes": {"label": "subitem_systemfile_filename_label", "objectType": "subitem_systemfile_filename_type"}}, "date": {"@value": "subitem_systemfile_datetime_date", "@attributes": {"dateType": "subitem_systemfile_datetime_type"}}, "extent": {"@value": "subitem_systemfile_size"}, "version": {"@value": "subitem_systemfile_version"}, "mimeType": {"@value": "subitem_systemfile_mimetype"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221831877": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"title": {"@value": "subitem_restricted_access_dataset_usage"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221851421": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"creator": {"affiliation": {"affiliationName": {"@value": "subitem_university/institution"}}, "creatorName": {"@value": "subitem_fullname"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221894659": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221921931": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221941275": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221960771": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"description": {"@value": "subitem_restricted_access_research_plan", "@attributes": {"descriptionType": "subitem_restricted_access_research_plan_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221987611": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222047122": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_wf_issued_date", "@attributes": {"dateType": "subitem_restricted_access_wf_issued_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222067301": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_application_date", "@attributes": {"dateType": "subitem_restricted_access_application_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222093486": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_approval_date", "@attributes": {"dateType": "subitem_restricted_access_approval_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222117209": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"alternative": {"@value": "subitem_restricted_access_item_title"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_doi": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_hdl": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_uri": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}}}}', + 1, + 36, + false +), +( + '2021-03-20 06:42:51.678969', + '2021-07-23 10:01:40.252158', + 31003, + 31003, + false, + '{"type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": ["pubdate"], "properties": {"pubdate": {"type": "string", "title": "PubDate", "format": "datetime"}, "system_file": {"type": "object", "title": "File Information", "format": "object", "properties": {"subitem_systemfile_size": {"type": "string", "title": "SYSTEMFILE Size", "format": "text"}, "subitem_systemfile_version": {"type": "string", "title": "SYSTEMFILE Version", "format": "text"}, "subitem_systemfile_datetime": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_datetime_date": {"type": "string", "title": "SYSTEMFILE DateTime Date", "format": "datetime"}, "subitem_systemfile_datetime_type": {"enum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": "string", "title": "SYSTEMFILE DateTime Type", "format": "select"}}}, "title": "SYSTEMFILE DateTime", "format": "array"}, "subitem_systemfile_filename": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_filename_uri": {"type": "string", "title": "SYSTEMFILE Filename URI", "format": "text"}, "subitem_systemfile_filename_type": {"enum": ["Abstract", "Fulltext", "Summary", "Thumbnail", "Other"], "type": "string", "title": "SYSTEMFILE Filename Type", "format": "select"}, "subitem_systemfile_filename_label": {"type": "string", "title": "SYSTEMFILE Filename Label", "format": "text"}}}, "title": "SYSTEMFILE Filename", "format": "array"}, "subitem_systemfile_mimetype": {"type": "string", "title": "SYSTEMFILE MimeType", "format": "text"}}, "system_prop": true}, "item_1616221831877": {"type": "object", "title": "Dataset Usage", "properties": {"subitem_restricted_access_dataset_usage": {"type": "string", "title": "Dataset Usage", "format": "text", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}}}, "item_1616221851421": {"type": "object", "title": "Applicant", "properties": {"subitem_fullname": {"type": "string", "title": "Name", "format": "text", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, "subitem_position": {"type": ["null", "string"], "title": "Position", "format": "select", "currentEnum": []}, "subitem_mail_address": {"type": "string", "title": "Mail Address", "format": "text", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, "subitem_phone_number": {"type": "string", "title": "Phone Number", "format": "text", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}, "subitem_position(others)": {"type": "string", "title": "Position(Others)", "format": "text", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, "subitem_university/institution": {"type": "string", "title": "University/Institution", "format": "text", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, "subitem_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}}}, "item_1616221921931": {"type": "object", "title": "Usage Report ID", "properties": {"subitem_restricted_access_usage_report_id": {"type": "string", "title": "Usage Report ID", "format": "text", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}}}, "item_1616221960771": {"type": "object", "title": "Usage Report", "properties": {"subitem_restricted_access_usage_report": {"type": "string", "title": "Usage Report", "format": "textarea", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}, "title_i18n_temp": {"en": "Usage Report", "ja": "利用報告"}}}}, "item_1616222027961": {"type": "object", "title": "Stop/Continue", "properties": {"subitem_restricted_access_stop/continue": {"enum": ["Stop", "Continue"], "type": ["null", "string"], "title": "Stop/Continue", "format": "radios"}}}, "item_1616222047122": {"type": "object", "title": "WF Issued Date", "properties": {"subitem_restricted_access_wf_issued_date": {"type": "string", "title": "WF Issued Date", "format": "datetime", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, "subitem_restricted_access_wf_issued_date_type": {"enum": [null, "Created"], "type": ["null", "string"], "title": "WF Issued Date Type", "format": "select", "default": "Created", "currentEnum": ["Created"]}}}, "item_1616222067301": {"type": "object", "title": "Application Date", "properties": {"subitem_restricted_access_application_date": {"type": "string", "title": "Application Date", "format": "datetime", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, "subitem_restricted_access_application_date_type": {"enum": [null, "Issued"], "type": ["null", "string"], "title": "Application Date Type", "format": "select", "default": "Issued", "currentEnum": ["Issued"]}}}, "item_1616222093486": {"type": "object", "title": "Approval Date", "properties": {"subitem_restricted_access_approval_date": {"type": "string", "title": "Approval Date", "format": "datetime", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, "subitem_restricted_access_approval_date_type": {"enum": [null, "Accepted"], "type": ["null", "string"], "title": "Approval Date Type", "format": "select", "default": "Accepted", "currentEnum": ["Accepted"]}}}, "item_1616222117209": {"type": "object", "title": "Item Title", "properties": {"subitem_restricted_access_item_title": {"type": "string", "title": "Item Title", "format": "text", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}}}, "system_identifier_doi": {"type": "object", "title": "Persistent Identifier(DOI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_hdl": {"type": "object", "title": "Persistent Identifier(HDL)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_uri": {"type": "object", "title": "Persistent Identifier(URI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}}, "description": ""}', + '[{"key": "pubdate", "type": "template", "title": "PubDate", "format": "yyyy-MM-dd", "required": true, "title_i18n": {"en": "PubDate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "item_1616221831877", "type": "fieldset", "items": [{"key": "item_1616221831877.subitem_restricted_access_dataset_usage", "type": "text", "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}], "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}, {"key": "item_1616221851421", "type": "fieldset", "items": [{"key": "item_1616221851421.subitem_fullname", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, {"key": "item_1616221851421.subitem_mail_address", "type": "text", "title": "Mail Address", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "item_1616221851421.subitem_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "item_1616221851421.subitem_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "item_1616221851421.subitem_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}, "title_i18n_temp": {"en": "Position", "ja": "役職"}}, {"key": "item_1616221851421.subitem_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "item_1616221851421.subitem_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}], "title": "Applicant", "title_i18n": {"en": "Applicant", "ja": "申請者"}}, {"key": "item_1616221921931", "type": "fieldset", "items": [{"key": "item_1616221921931.subitem_restricted_access_usage_report_id", "type": "text", "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}], "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID"}}, {"key": "item_1616221960771", "type": "fieldset", "items": [{"key": "item_1616221960771.subitem_restricted_access_usage_report", "type": "textarea", "title": "Usage Report", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}, "title_i18n_temp": {"en": "Usage Report", "ja": "利用報告"}}], "title": "Usage Report", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}}, {"key": "item_1616222027961", "type": "fieldset", "items": [{"key": "item_1616222027961.subitem_restricted_access_stop/continue", "type": "radios", "title": "Stop/Continue", "titleMap": [{"name": "Stop", "value": "Stop", "name_i18n": {"en": "Stop", "ja": "終了"}}, {"name": "Continue", "value": "Continue", "name_i18n": {"en": "Continue", "ja": "継続"}}], "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}, "title_i18n_temp": {"en": "Stop/Continue", "ja": "終了/継続"}}], "title": "Stop/Continue", "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}}, {"key": "item_1616222047122", "type": "fieldset", "items": [{"key": "item_1616222047122.subitem_restricted_access_wf_issued_date", "type": "template", "title": "WF Issued Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222047122.subitem_restricted_access_wf_issued_date_type", "type": "select", "title": "WF Issued Date Type", "readonly": true, "titleMap": [{"name": "Created", "value": "Created"}], "htmlClass": "hide", "title_i18n": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}, "title_i18n_temp": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}}], "title": "WF Issued Date", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222067301", "type": "fieldset", "items": [{"key": "item_1616222067301.subitem_restricted_access_application_date", "type": "template", "title": "Application Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222067301.subitem_restricted_access_application_date_type", "type": "select", "title": "Application Date Type", "readonly": true, "titleMap": [{"name": "Issued", "value": "Issued"}], "htmlClass": "hide", "title_i18n": {"en": "Application Date Type", "ja": "申請日タイプ"}, "title_i18n_temp": {"en": "Application Date Type", "ja": "申請日タイプ"}}], "title": "Application Date", "title_i18n": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222093486", "type": "fieldset", "items": [{"key": "item_1616222093486.subitem_restricted_access_approval_date", "type": "template", "title": "Approval Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222093486.subitem_restricted_access_approval_date_type", "type": "select", "title": "Approval Date Type", "readonly": true, "titleMap": [{"name": "Accepted", "value": "Accepted"}], "htmlClass": "hide", "title_i18n": {"en": "Approval Date Type", "ja": "承認日タイプ "}, "title_i18n_temp": {"en": "Approval Date Type", "ja": "承認日タイプ"}}], "title": "Approval Date", "title_i18n": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222117209", "type": "fieldset", "items": [{"key": "item_1616222117209.subitem_restricted_access_item_title", "type": "text", "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}], "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}, {"key": "system_identifier_doi", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(DOI)", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}}, {"key": "system_identifier_hdl", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(HDL)", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}}, {"key": "system_identifier_uri", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(URI)", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}}, {"key": "system_file", "type": "fieldset", "items": [{"add": "New", "key": "parentkey.subitem_systemfile_filename", "items": [{"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_label", "type": "text", "title": "SYSTEMFILE Filename Label"}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_type", "type": "select", "title": "SYSTEMFILE Filename Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Fulltext", "value": "Fulltext"}, {"name": "Summary", "value": "Summary"}, {"name": "Thumbnail", "value": "Thumbnail"}, {"name": "Other", "value": "Other"}]}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_uri", "type": "text", "title": "SYSTEMFILE Filename URI"}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE Filename"}, {"key": "parentkey.subitem_systemfile_mimetype", "type": "text", "title": "SYSTEMFILE MimeType"}, {"key": "parentkey.subitem_systemfile_size", "type": "text", "title": "SYSTEMFILE Size"}, {"add": "New", "key": "parentkey.subitem_systemfile_datetime", "items": [{"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_date", "type": "template", "title": "SYSTEMFILE DateTime Date", "format": "yyyy-MM-dd", "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_type", "type": "select", "title": "SYSTEMFILE DateTime Type", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}]}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE DateTime"}, {"key": "parentkey.subitem_systemfile_version", "type": "text", "title": "SYSTEMFILE Version"}], "title": "File Information", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}}]', + '{"meta_fix": {"pubdate": {"title": "PubDate", "option": {"crtf": false, "hidden": false, "multiple": false, "required": true, "showlist": false}, "input_type": "datetime", "title_i18n": {"en": "PubDate", "ja": "公開日"}, "input_value": ""}}, "meta_list": {"item_1616221831877": {"title": "Dataset Usage", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30001", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221851421": {"title": "Applicant", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30002", "title_i18n": {"en": "Applicant", "ja": "申請者"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221921931": {"title": "Usage Report ID", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30005", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616221960771": {"title": "Usage Report", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30009", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222027961": {"title": "Stop/Continue", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30010", "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222047122": {"title": "WF Issued Date", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30011", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222067301": {"title": "Application Date", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30012", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222093486": {"title": "Approval Date", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30013", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1616222117209": {"title": "Item Title", "option": {"crtf": false, "hidden": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_30014", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}}, "table_row": ["item_1616221831877", "item_1616221851421", "item_1616221921931", "item_1616221960771", "item_1616222027961", "item_1616222047122", "item_1616222067301", "item_1616222093486", "item_1616222117209"], "edit_notes": {"item_1616221831877": "", "item_1616221851421": "", "item_1616221921931": "", "item_1616221960771": "", "item_1616222027961": "", "item_1616222047122": "", "item_1616222067301": "", "item_1616222093486": "", "item_1616222117209": ""}, "meta_system": {"system_file": {"title": "File Information", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_131", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}, "input_value": ""}, "system_identifier_doi": {"title": "Persistent Identifier(DOI)", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_130", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}, "input_value": ""}, "system_identifier_hdl": {"title": "Persistent Identifier(HDL)", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_130", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}, "input_value": ""}, "system_identifier_uri": {"title": "Persistent Identifier(URI)", "option": {"crtf": false, "hidden": true, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_130", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}, "input_value": ""}}, "upload_file": false, "schemaeditor": {"schema": {"item_1616221831877": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_dataset_usage": {"type": "string", "title": "Dataset Usage", "format": "text", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}}}, "item_1616221851421": {"type": "object", "format": "object", "properties": {"subitem_fullname": {"type": "string", "title": "Name", "format": "text", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, "subitem_position": {"enum": [], "type": ["null", "string"], "title": "Position", "format": "select", "currentEnum": []}, "subitem_mail_address": {"type": "string", "title": "Mail Address", "format": "text", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, "subitem_phone_number": {"type": "string", "title": "Phone Number", "format": "text", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}, "subitem_position(others)": {"type": "string", "title": "Position(Others)", "format": "text", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, "subitem_university/institution": {"type": "string", "title": "University/Institution", "format": "text", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, "subitem_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}}}, "item_1616221921931": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_usage_report_id": {"type": "string", "title": "Usage Report ID", "format": "text", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}}}, "item_1616221960771": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_usage_report": {"type": "string", "title": "Usage Report", "format": "textarea", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}, "title_i18n_temp": {"en": "Usage Report", "ja": "利用報告"}}}}, "item_1616222027961": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_stop/continue": {"enum": ["Stop", "Continue"], "type": ["null", "string"], "title": "Stop/Continue", "format": "radios"}}}, "item_1616222047122": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_wf_issued_date": {"type": "string", "title": "WF Issued Date", "format": "datetime", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, "subitem_restricted_access_wf_issued_date_type": {"enum": [null, "Created"], "type": ["null", "string"], "title": "WF Issued Date Type", "format": "select", "default": "Created", "currentEnum": ["Created"]}}}, "item_1616222067301": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_application_date": {"type": "string", "title": "Application Date", "format": "datetime", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, "subitem_restricted_access_application_date_type": {"enum": [null, "Issued"], "type": ["null", "string"], "title": "Application Date Type", "format": "select", "default": "Issued", "currentEnum": ["Issued"]}}}, "item_1616222093486": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_approval_date": {"type": "string", "title": "Approval Date", "format": "datetime", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, "subitem_restricted_access_approval_date_type": {"enum": [null, "Accepted"], "type": ["null", "string"], "title": "Approval Date Type", "format": "select", "default": "Accepted", "currentEnum": ["Accepted"]}}}, "item_1616222117209": {"type": "object", "format": "object", "properties": {"subitem_restricted_access_item_title": {"type": "string", "title": "Item Title", "format": "text", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}}}}}, "table_row_map": {"form": [{"key": "pubdate", "type": "template", "title": "PubDate", "format": "yyyy-MM-dd", "required": true, "title_i18n": {"en": "PubDate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "item_1616221831877", "type": "fieldset", "items": [{"key": "item_1616221831877.subitem_restricted_access_dataset_usage", "type": "text", "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}], "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}, {"key": "item_1616221851421", "type": "fieldset", "items": [{"key": "item_1616221851421.subitem_fullname", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, {"key": "item_1616221851421.subitem_mail_address", "type": "text", "title": "Mail Address", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "item_1616221851421.subitem_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "item_1616221851421.subitem_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "item_1616221851421.subitem_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}, "title_i18n_temp": {"en": "Position", "ja": "役職"}}, {"key": "item_1616221851421.subitem_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "item_1616221851421.subitem_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}], "title": "Applicant", "title_i18n": {"en": "Applicant", "ja": "申請者"}}, {"key": "item_1616221921931", "type": "fieldset", "items": [{"key": "item_1616221921931.subitem_restricted_access_usage_report_id", "type": "text", "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}], "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID"}}, {"key": "item_1616221960771", "type": "fieldset", "items": [{"key": "item_1616221960771.subitem_restricted_access_usage_report", "type": "textarea", "title": "Usage Report", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}, "title_i18n_temp": {"en": "Usage Report", "ja": "利用報告"}}], "title": "Usage Report", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}}, {"key": "item_1616222027961", "type": "fieldset", "items": [{"key": "item_1616222027961.subitem_restricted_access_stop/continue", "type": "radios", "title": "Stop/Continue", "titleMap": [{"name": "Stop", "value": "Stop", "name_i18n": {"en": "Stop", "ja": "終了"}}, {"name": "Continue", "value": "Continue", "name_i18n": {"en": "Continue", "ja": "継続"}}], "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}, "title_i18n_temp": {"en": "Stop/Continue", "ja": "終了/継続"}}], "title": "Stop/Continue", "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}}, {"key": "item_1616222047122", "type": "fieldset", "items": [{"key": "item_1616222047122.subitem_restricted_access_wf_issued_date", "type": "template", "title": "WF Issued Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222047122.subitem_restricted_access_wf_issued_date_type", "type": "select", "title": "WF Issued Date Type", "readonly": true, "titleMap": [{"name": "Created", "value": "Created"}], "htmlClass": "hide", "title_i18n": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}, "title_i18n_temp": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}}], "title": "WF Issued Date", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}}, {"key": "item_1616222067301", "type": "fieldset", "items": [{"key": "item_1616222067301.subitem_restricted_access_application_date", "type": "template", "title": "Application Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222067301.subitem_restricted_access_application_date_type", "type": "select", "title": "Application Date Type", "readonly": true, "titleMap": [{"name": "Issued", "value": "Issued"}], "htmlClass": "hide", "title_i18n": {"en": "Application Date Type", "ja": "申請日タイプ"}, "title_i18n_temp": {"en": "Application Date Type", "ja": "申請日タイプ"}}], "title": "Application Date", "title_i18n": {"en": "Application Date", "ja": "申請日"}}, {"key": "item_1616222093486", "type": "fieldset", "items": [{"key": "item_1616222093486.subitem_restricted_access_approval_date", "type": "template", "title": "Approval Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222093486.subitem_restricted_access_approval_date_type", "type": "select", "title": "Approval Date Type", "readonly": true, "titleMap": [{"name": "Accepted", "value": "Accepted"}], "htmlClass": "hide", "title_i18n": {"en": "Approval Date Type", "ja": "承認日タイプ "}, "title_i18n_temp": {"en": "Approval Date Type", "ja": "承認日タイプ"}}], "title": "Approval Date", "title_i18n": {"en": "Approval Date", "ja": "承認日"}}, {"key": "item_1616222117209", "type": "fieldset", "items": [{"key": "item_1616222117209.subitem_restricted_access_item_title", "type": "text", "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}], "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}, {"key": "system_identifier_doi", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(DOI)", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}}, {"key": "system_identifier_hdl", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(HDL)", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}}, {"key": "system_identifier_uri", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(URI)", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}}, {"key": "system_file", "type": "fieldset", "items": [{"add": "New", "key": "parentkey.subitem_systemfile_filename", "items": [{"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_label", "type": "text", "title": "SYSTEMFILE Filename Label"}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_type", "type": "select", "title": "SYSTEMFILE Filename Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Fulltext", "value": "Fulltext"}, {"name": "Summary", "value": "Summary"}, {"name": "Thumbnail", "value": "Thumbnail"}, {"name": "Other", "value": "Other"}]}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_uri", "type": "text", "title": "SYSTEMFILE Filename URI"}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE Filename"}, {"key": "parentkey.subitem_systemfile_mimetype", "type": "text", "title": "SYSTEMFILE MimeType"}, {"key": "parentkey.subitem_systemfile_size", "type": "text", "title": "SYSTEMFILE Size"}, {"add": "New", "key": "parentkey.subitem_systemfile_datetime", "items": [{"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_date", "type": "template", "title": "SYSTEMFILE DateTime Date", "format": "yyyy-MM-dd", "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_type", "type": "select", "title": "SYSTEMFILE DateTime Type", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}]}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE DateTime"}, {"key": "parentkey.subitem_systemfile_version", "type": "text", "title": "SYSTEMFILE Version"}], "title": "File Information", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}}], "name": "利用報告-Data Usage Report", "action": "upt", "schema": {"type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": ["pubdate"], "properties": {"pubdate": {"type": "string", "title": "PubDate", "format": "datetime"}, "system_file": {"type": "object", "title": "File Information", "format": "object", "properties": {"subitem_systemfile_size": {"type": "string", "title": "SYSTEMFILE Size", "format": "text"}, "subitem_systemfile_version": {"type": "string", "title": "SYSTEMFILE Version", "format": "text"}, "subitem_systemfile_datetime": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_datetime_date": {"type": "string", "title": "SYSTEMFILE DateTime Date", "format": "datetime"}, "subitem_systemfile_datetime_type": {"enum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": "string", "title": "SYSTEMFILE DateTime Type", "format": "select"}}}, "title": "SYSTEMFILE DateTime", "format": "array"}, "subitem_systemfile_filename": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_filename_uri": {"type": "string", "title": "SYSTEMFILE Filename URI", "format": "text"}, "subitem_systemfile_filename_type": {"enum": ["Abstract", "Fulltext", "Summary", "Thumbnail", "Other"], "type": "string", "title": "SYSTEMFILE Filename Type", "format": "select"}, "subitem_systemfile_filename_label": {"type": "string", "title": "SYSTEMFILE Filename Label", "format": "text"}}}, "title": "SYSTEMFILE Filename", "format": "array"}, "subitem_systemfile_mimetype": {"type": "string", "title": "SYSTEMFILE MimeType", "format": "text"}}, "system_prop": true}, "item_1616221831877": {"type": "object", "title": "Dataset Usage", "properties": {"subitem_restricted_access_dataset_usage": {"type": "string", "title": "Dataset Usage", "format": "text", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}, "title_i18n_temp": {"en": "Dataset Usage", "ja": "データ名"}}}}, "item_1616221851421": {"type": "object", "title": "Applicant", "properties": {"subitem_fullname": {"type": "string", "title": "Name", "format": "text", "title_i18n": {"en": "Name", "ja": "名前"}, "title_i18n_temp": {"en": "Name", "ja": "名前"}}, "subitem_position": {"type": ["null", "string"], "title": "Position", "format": "select", "currentEnum": []}, "subitem_mail_address": {"type": "string", "title": "Mail Address", "format": "text", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Mail Address", "ja": "メールアドレス"}}, "subitem_phone_number": {"type": "string", "title": "Phone Number", "format": "text", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}, "title_i18n_temp": {"en": "Phone Number", "ja": "電話番号"}}, "subitem_position(others)": {"type": "string", "title": "Position(Others)", "format": "text", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}, "title_i18n_temp": {"en": "Position(Others)", "ja": "役職(その他)"}}, "subitem_university/institution": {"type": "string", "title": "University/Institution", "format": "text", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}, "title_i18n_temp": {"en": "University/Institution", "ja": "所属大学・機関"}}, "subitem_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}, "title_i18n_temp": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}}}, "item_1616221921931": {"type": "object", "title": "Usage Report ID", "properties": {"subitem_restricted_access_usage_report_id": {"type": "string", "title": "Usage Report ID", "format": "text", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}, "title_i18n_temp": {"en": "Usage Report ID", "ja": "利用報告ID "}}}}, "item_1616221960771": {"type": "object", "title": "Usage Report", "properties": {"subitem_restricted_access_usage_report": {"type": "string", "title": "Usage Report", "format": "textarea", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}, "title_i18n_temp": {"en": "Usage Report", "ja": "利用報告"}}}}, "item_1616222027961": {"type": "object", "title": "Stop/Continue", "properties": {"subitem_restricted_access_stop/continue": {"enum": ["Stop", "Continue"], "type": ["null", "string"], "title": "Stop/Continue", "format": "radios"}}}, "item_1616222047122": {"type": "object", "title": "WF Issued Date", "properties": {"subitem_restricted_access_wf_issued_date": {"type": "string", "title": "WF Issued Date", "format": "datetime", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "title_i18n_temp": {"en": "WF Issued Date", "ja": "WF起票日"}}, "subitem_restricted_access_wf_issued_date_type": {"enum": [null, "Created"], "type": ["null", "string"], "title": "WF Issued Date Type", "format": "select", "default": "Created", "currentEnum": ["Created"]}}}, "item_1616222067301": {"type": "object", "title": "Application Date", "properties": {"subitem_restricted_access_application_date": {"type": "string", "title": "Application Date", "format": "datetime", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "title_i18n_temp": {"en": "Application Date", "ja": "申請日"}}, "subitem_restricted_access_application_date_type": {"enum": [null, "Issued"], "type": ["null", "string"], "title": "Application Date Type", "format": "select", "default": "Issued", "currentEnum": ["Issued"]}}}, "item_1616222093486": {"type": "object", "title": "Approval Date", "properties": {"subitem_restricted_access_approval_date": {"type": "string", "title": "Approval Date", "format": "datetime", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "title_i18n_temp": {"en": "Approval Date", "ja": "承認日"}}, "subitem_restricted_access_approval_date_type": {"enum": [null, "Accepted"], "type": ["null", "string"], "title": "Approval Date Type", "format": "select", "default": "Accepted", "currentEnum": ["Accepted"]}}}, "item_1616222117209": {"type": "object", "title": "Item Title", "properties": {"subitem_restricted_access_item_title": {"type": "string", "title": "Item Title", "format": "text", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}, "title_i18n_temp": {"en": "Item Title", "ja": "アイテムタイトル"}}}}, "system_identifier_doi": {"type": "object", "title": "Persistent Identifier(DOI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_hdl": {"type": "object", "title": "Persistent Identifier(HDL)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}, "system_identifier_uri": {"type": "object", "title": "Persistent Identifier(URI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select"}}, "system_prop": true}}, "description": ""}, "mapping": {"pubdate": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_file": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri", "@attributes": {"label": "subitem_systemfile_filename_label", "objectType": "subitem_systemfile_filename_type"}}, "date": {"@value": "subitem_systemfile_datetime_date", "@attributes": {"dateType": "subitem_systemfile_datetime_type"}}, "extent": {"@value": "subitem_systemfile_size"}, "version": {"@value": "subitem_systemfile_version"}, "mimeType": {"@value": "subitem_systemfile_mimetype"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221831877": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"title": {"@value": "subitem_restricted_access_dataset_usage"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221851421": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"creator": {"affiliation": {"affiliationName": {"@value": "subitem_university/institution"}}, "creatorName": {"@value": "subitem_fullname"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221921931": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221960771": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222027961": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222047122": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_wf_issued_date", "@attributes": {"dateType": "subitem_restricted_access_wf_issued_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222067301": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_application_date", "@attributes": {"dateType": "subitem_restricted_access_application_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222093486": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_approval_date", "@attributes": {"dateType": "subitem_restricted_access_approval_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222117209": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"alternative": {"@value": "subitem_restricted_access_item_title"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_doi": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_hdl": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_uri": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}}}}', + 1, + 27, + false +), +( + '2023-12-22 02:53:51.918000', + '2023-12-26 04:57:29.860000', + 31004, + 31004, + false, + '{"type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": ["pubdate", "item_1617186331708", "item_1617258105262"], "properties": {"pubdate": {"type": "string", "title": "PubDate", "format": "datetime"}, "system_file": {"type": "object", "title": "File Information", "format": "object", "properties": {"subitem_systemfile_size": {"type": "string", "title": "SYSTEMFILE Size", "format": "text"}, "subitem_systemfile_version": {"type": "string", "title": "SYSTEMFILE Version", "format": "text"}, "subitem_systemfile_datetime": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_datetime_date": {"type": "string", "title": "SYSTEMFILE DateTime Date", "format": "datetime"}, "subitem_systemfile_datetime_type": {"enum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": "string", "title": "SYSTEMFILE DateTime Type", "format": "select"}}}, "title": "SYSTEMFILE DateTime", "format": "array"}, "subitem_systemfile_filename": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_filename_uri": {"type": "string", "title": "SYSTEMFILE Filename URI", "format": "text"}, "subitem_systemfile_filename_type": {"enum": ["Abstract", "Fulltext", "Summary", "Thumbnail", "Other"], "type": "string", "title": "SYSTEMFILE Filename Type", "format": "select"}, "subitem_systemfile_filename_label": {"type": "string", "title": "SYSTEMFILE Filename Label", "format": "text"}}}, "title": "SYSTEMFILE Filename", "format": "array"}, "subitem_systemfile_mimetype": {"type": "string", "title": "SYSTEMFILE MimeType", "format": "text"}}, "system_prop": true}, "item_1698591601": {"type": "array", "items": {"type": "object", "properties": {"original_language": {"type": "string", "title": "Original Language", "format": "text", "title_i18n": {"en": "Original Language", "ja": "原文の言語"}}, "original_language_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "原文の言語", "maxItems": 9999, "minItems": 1}, "item_1698591602": {"type": "array", "items": {"type": "object", "properties": {"volume_title": {"type": "string", "title": "部編名", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "volume_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "部編名", "maxItems": 9999, "minItems": 1}, "item_1698591603": {"type": "array", "items": {"type": "object", "properties": {"catalog_file": {"type": "object", "title": "File", "format": "object", "properties": {"catalog_file_uri": {"type": "string", "title": "File URI", "format": "text", "title_i18n": {"en": "File URI", "ja": "ファイルURI"}}, "catalog_file_object_type": {"enum": [null, "thumbnail"], "type": ["null", "string"], "title": "Object Type", "format": "select", "currentEnum": ["thumbnail"]}}}, "catalog_rights": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_rights_right": {"type": "string", "title": "Rights", "format": "text", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, "catalog_right_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "catalog_right_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "Rights", "format": "array"}, "catalog_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_title": {"type": "string", "title": "Title", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "catalog_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Title", "format": "array"}, "catalog_licenses": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_license": {"type": "string", "title": "License", "format": "text", "title_i18n": {"en": "License", "ja": "ライセンス"}}, "catalog_license_type": {"enum": ["file", "metadata", "thumbnail"], "type": ["null", "string"], "title": "License Type", "format": "select", "currentEnum": ["file", "metadata", "thumbnail"]}, "catalog_license_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "catalog_license_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "License", "format": "array"}, "catalog_subjects": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_subject": {"type": "string", "title": "Subject", "format": "text", "title_i18n": {"en": "Subject", "ja": "主題"}}, "catalog_subject_uri": {"type": "string", "title": "Subject URI", "format": "text", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}}, "catalog_subject_scheme": {"enum": [null, "BSH", "DDC", "e-Rad", "LCC", "LCSH", "", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"], "type": ["null", "string"], "title": "Subject Scheme", "format": "select", "currentEnum": ["BSH", "DDC", "e-Rad", "LCC", "LCSH", "", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"]}, "catalog_subject_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Subject", "format": "array"}, "catalog_identifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_identifier": {"type": "string", "title": "Identifier", "format": "text", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, "catalog_identifier_type": {"enum": [null, "DOI", "HDL", "URI"], "type": ["null", "string"], "title": "Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}}, "title": "Identifier", "format": "array"}, "catalog_contributors": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributor_type": {"enum": [null, "HostingInstitution"], "type": ["null", "string"], "title": "Contributor Type", "format": "select", "currentEnum": ["HostingInstitution"]}, "contributor_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributor_name": {"type": "string", "title": "Contributor Name", "format": "text", "title_i18n": {"en": "Contributor Name", "ja": "提供機関名"}}, "contributor_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Contributor Name", "format": "array"}}}, "title": "Contributor", "format": "array"}, "catalog_descriptions": {"type": "object", "title": "Description", "format": "object", "properties": {"catalog_description": {"type": "string", "title": "Description", "format": "text", "title_i18n": {"en": "Description", "ja": "内容記述"}}, "catalog_description_type": {"enum": [null, "Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"], "type": ["null", "string"], "title": "Description Type", "format": "select", "currentEnum": ["Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"]}, "catalog_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "catalog_access_rights": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_access_right": {"enum": ["embargoed access", "metadata only access", "restricted access", "open access"], "type": ["null", "string"], "title": "Access Rights", "format": "select", "currentEnum": ["embargoed access", "metadata only access", "restricted access", "open access"]}, "catalog_access_right_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "Access Rights", "format": "array"}}}, "title": "カタログ", "maxItems": 9999, "minItems": 1}, "item_1698591604": {"type": "array", "items": {"type": "object", "properties": {"jpcoar_format": {"type": "string", "title": "物理的形態", "format": "text", "title_i18n": {"en": "Physical Format", "ja": "物理的形態"}}, "jpcoar_format_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "物理的形態", "maxItems": 9999, "minItems": 1}, "item_1698591605": {"type": "array", "items": {"type": "object", "properties": {"jpcoar_dataset_series": {"enum": [null, "True", "False"], "type": ["null", "string"], "title": "Dataset Series", "format": "select", "currentEnum": ["True", "False"]}}}, "title": "データセットシリーズ", "maxItems": 9999, "minItems": 1}, "item_1698591606": {"type": "array", "items": {"type": "object", "properties": {"edition": {"type": "string", "title": "版", "format": "text", "title_i18n": {"en": "Edition", "ja": "版"}}, "edition_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "版", "maxItems": 9999, "minItems": 1}, "item_1698591607": {"type": "array", "items": {"type": "object", "properties": {"holding_agent_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"holding_agent_name": {"type": "string", "title": "所蔵機関名", "format": "text", "title_i18n": {"en": "Holding Agent Name", "ja": "所蔵機関名"}}, "holding_agent_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所蔵機関名", "format": "array"}, "holding_agent_name_identifier": {"type": "object", "title": "所蔵機関識別子", "format": "object", "properties": {"holding_agent_name_idenfitier_uri": {"type": "string", "title": "所蔵機関識別子URI", "format": "text", "title_i18n": {"en": "Holding Agent Name Identifier URI", "ja": "所蔵機関識別子URI"}}, "holding_agent_name_idenfitier_value": {"type": "string", "title": "所蔵機関識別子", "format": "text", "title_i18n": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}}, "holding_agent_name_idenfitier_scheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID", "ROR", "FANO", "ISIL", "MARC", "OCLC"], "type": ["null", "string"], "title": "所蔵機関識別子スキーマ", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID", "ROR", "FANO", "ISIL", "MARC", "OCLC"]}}}}}, "title": "所蔵機関", "maxItems": 9999, "minItems": 1}, "item_1698591608": {"type": "array", "items": {"type": "object", "properties": {"subitem_dcterms_date": {"type": "string", "title": "日付(リテラル)", "format": "text", "title_i18n": {"en": "Date Literal", "ja": "日付(リテラル)"}}, "subitem_dcterms_date_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "日付(リテラル)", "maxItems": 9999, "minItems": 1}, "item_1698591609": {"type": "array", "items": {"type": "object", "properties": {"dcterms_extent": {"type": "string", "title": "Extent", "format": "text", "title_i18n": {"en": "Extent", "ja": "大きさ"}}, "dcterms_extent_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "大きさ", "maxItems": 9999, "minItems": 1}, "item_1698591610": {"type": "array", "items": {"type": "object", "properties": {"publisher_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_name": {"type": "string", "title": "出版者名", "format": "text", "title_i18n": {"en": "Publisher Name", "ja": "出版者名"}}, "publisher_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "出版者名", "format": "array"}, "publication_places": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publication_place": {"type": "string", "title": "出版地(国名コード)", "format": "text", "title_i18n": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}}}}, "title": "出版地(国名コード)", "format": "array"}, "publisher_locations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_location": {"type": "string", "title": "出版地", "format": "text", "title_i18n": {"en": "Publication Place", "ja": "出版地"}}}}, "title": "出版地", "format": "array"}, "publisher_descriptions": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_description": {"type": "string", "title": "出版者注記", "format": "text", "title_i18n": {"en": "Publisher Description", "ja": "出版者注記"}}, "publisher_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "出版者注記", "format": "array"}}}, "title": "出版者情報", "maxItems": 9999, "minItems": 1}, "item_1617186331708": {"type": "array", "items": {"type": "object", "required": ["subitem_title", "subitem_title_language"], "properties": {"subitem_title": {"type": "string", "title": "タイトル", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "subitem_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Title", "maxItems": 9999, "minItems": 1}, "item_1617186385884": {"type": "array", "items": {"type": "object", "properties": {"subitem_alternative_title": {"type": "string", "title": "その他のタイトル", "format": "text", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}}, "subitem_alternative_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Alternative Title", "maxItems": 9999, "minItems": 1}, "item_1617186419668": {"type": "array", "items": {"type": "object", "properties": {"iscreator": {"type": "string", "title": "iscreator", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "givenNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"givenName": {"type": "string", "title": "名", "format": "text", "title_i18n": {"en": "Given Name", "ja": "名"}}, "givenNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者名", "format": "array"}, "creatorType": {"type": "string", "title": "作成者タイプ", "format": "text", "title_i18n": {"en": "Creator Type", "ja": "作成者タイプ"}}, "familyNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"familyName": {"type": "string", "title": "姓", "format": "text", "title_i18n": {"en": "Family Name", "ja": "姓"}}, "familyNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者姓", "format": "array"}, "creatorMails": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorMail": {"type": "string", "title": "メールアドレス", "format": "text", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}}}}, "title": "作成者メールアドレス", "format": "array"}, "creatorNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorName": {"type": "string", "title": "姓名", "format": "text", "title_i18n": {"en": "Name", "ja": "姓名"}}, "creatorNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "creatorNameType": {"enum": [null, "Personal", "Organizational"], "type": ["null", "string"], "title": "名前タイプ", "format": "select", "currentEnum": ["Personal", "Organizational"]}}}, "title": "作成者姓名", "format": "array"}, "nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "作成者識別子", "format": "text", "title_i18n": {"en": "Creator Name Identifier", "ja": "作成者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "作成者識別子URI", "format": "text", "title_i18n": {"en": "Creator Name Identifier URI", "ja": "作成者識別子URI"}}, "nameIdentifierScheme": {"type": ["null", "string"], "title": "作成者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "作成者識別子", "format": "array"}, "creatorAffiliations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"affiliationNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"affiliationName": {"type": "string", "title": "所属機関名", "format": "text", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}}, "affiliationNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所属機関名", "format": "array"}, "affiliationNameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"": {"type": "string", "title": "所属機関識別子", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}, "affiliationNameIdentifierURI": {"type": "string", "title": "所属機関識別子URI", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}, "affiliationNameIdentifierScheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID"], "type": ["null", "string"], "title": "所属機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID"]}}}, "title": "所属機関識別子", "format": "array"}}}, "title": "作成者所属", "format": "array"}, "creatorAlternatives": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorAlternative": {"type": "string", "title": "別名", "format": "text", "title_i18n": {"en": "Alternative Name", "ja": "別名"}}, "creatorAlternativeLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者別名", "format": "array"}}}, "title": "Creator", "maxItems": 9999, "minItems": 1}, "item_1617186476635": {"type": "object", "title": "Access Rights", "properties": {"subitem_access_right": {"enum": [null, "embargoed access", "metadata only access", "open access", "restricted access"], "type": ["null", "string"], "title": "アクセス権", "format": "select", "currentEnum": ["embargoed access", "metadata only access", "open access", "restricted access"]}, "subitem_access_right_uri": {"type": "string", "title": "アクセス権URI", "format": "text", "title_i18n": {"en": "Access Rights URI", "ja": "アクセス権URI"}}}}, "item_1617186499011": {"type": "array", "items": {"type": "object", "properties": {"subitem_rights": {"type": "string", "title": "権利情報", "format": "text", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, "subitem_rights_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "subitem_rights_resource": {"type": "string", "title": "権利情報Resource", "format": "text", "title_i18n": {"en": "Rights Resource", "ja": "権利情報Resource"}}}}, "title": "Rights", "maxItems": 9999, "minItems": 1}, "item_1617186609386": {"type": "array", "items": {"type": "object", "properties": {"subitem_subject": {"type": "string", "title": "主題", "format": "text", "title_i18n": {"en": "Subject", "ja": "主題"}}, "subitem_subject_uri": {"type": "string", "title": "主題URI", "format": "text", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}}, "subitem_subject_scheme": {"enum": [null, "BSH", "DDC", "e-Rad_field", "JEL", "LCC", "LCSH", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"], "type": ["null", "string"], "title": "主題Scheme", "format": "select", "currentEnum": ["BSH", "DDC", "e-Rad_field", "JEL", "LCC", "LCSH", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"]}, "subitem_subject_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Subject", "maxItems": 9999, "minItems": 1}, "item_1617186626617": {"type": "array", "items": {"type": "object", "properties": {"subitem_description": {"type": "string", "title": "内容記述", "format": "textarea", "title_i18n": {"en": "Description", "ja": "内容記述"}}, "subitem_description_type": {"enum": [null, "Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"], "type": ["null", "string"], "title": "内容記述タイプ", "format": "select", "currentEnum": ["Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"]}, "subitem_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Description", "maxItems": 9999, "minItems": 1}, "item_1617186643794": {"type": "array", "items": {"type": "object", "properties": {"subitem_publisher": {"type": "string", "title": "出版者", "format": "text", "title_i18n": {"en": "Publisher", "ja": "出版者"}}, "subitem_publisher_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Publisher", "maxItems": 9999, "minItems": 1}, "item_1617186660861": {"type": "array", "items": {"type": "object", "properties": {"subitem_date_issued_type": {"enum": [null, "Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"]}, "subitem_date_issued_datetime": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}}}, "title": "Date", "maxItems": 9999, "minItems": 1}, "item_1617186702042": {"type": "array", "items": {"type": "object", "properties": {"subitem_language": {"enum": [null, "jpn", "eng", "aar", "abk", "afr", "aka", "amh", "ara", "arg", "asm", "ava", "ave", "aym", "aze", "bak", "bam", "bel", "ben", "bis", "bod", "bos", "bre", "bul", "cat", "ces", "cha", "che", "chu", "chv", "cor", "cos", "cre", "cym", "dan", "deu", "div", "dzo", "ell", "epo", "est", "eus", "ewe", "fao", "fas", "fij", "fin", "fra", "fry", "ful", "gla", "gle", "glg", "glv", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hrv", "hun", "hye", "ibo", "ido", "iii", "iku", "ile", "ina", "ind", "ipk", "isl", "ita", "jav", "kal", "kan", "kas", "kat", "kau", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "ltz", "lub", "lug", "mah", "mal", "mar", "mkd", "mlg", "mlt", "mon", "mri", "msa", "mya", "nau", "nav", "nbl", "nde", "ndo", "nep", "nld", "nno", "nob", "nor", "nya", "oci", "oji", "ori", "orm", "oss", "pan", "pli", "pol", "por", "pus", "que", "roh", "ron", "run", "rus", "sag", "san", "sin", "slk", "slv", "sme", "smo", "sna", "snd", "som", "sot", "spa", "sqi", "srd", "srp", "ssw", "sun", "swa", "swe", "tah", "tam", "tat", "tel", "tgk", "tgl", "tha", "tir", "ton", "tsn", "tso", "tuk", "tur", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wol", "xho", "yid", "yor", "zha", "zho", "zul"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["jpn", "eng", "aar", "abk", "afr", "aka", "amh", "ara", "arg", "asm", "ava", "ave", "aym", "aze", "bak", "bam", "bel", "ben", "bis", "bod", "bos", "bre", "bul", "cat", "ces", "cha", "che", "chu", "chv", "cor", "cos", "cre", "cym", "dan", "deu", "div", "dzo", "ell", "epo", "est", "eus", "ewe", "fao", "fas", "fij", "fin", "fra", "fry", "ful", "gla", "gle", "glg", "glv", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hrv", "hun", "hye", "ibo", "ido", "iii", "iku", "ile", "ina", "ind", "ipk", "isl", "ita", "jav", "kal", "kan", "kas", "kat", "kau", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "ltz", "lub", "lug", "mah", "mal", "mar", "mkd", "mlg", "mlt", "mon", "mri", "msa", "mya", "nau", "nav", "nbl", "nde", "ndo", "nep", "nld", "nno", "nob", "nor", "nya", "oci", "oji", "ori", "orm", "oss", "pan", "pli", "pol", "por", "pus", "que", "roh", "ron", "run", "rus", "sag", "san", "sin", "slk", "slv", "sme", "smo", "sna", "snd", "som", "sot", "spa", "sqi", "srd", "srp", "ssw", "sun", "swa", "swe", "tah", "tam", "tat", "tel", "tgk", "tgl", "tha", "tir", "ton", "tsn", "tso", "tuk", "tur", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wol", "xho", "yid", "yor", "zha", "zho", "zul"]}}}, "title": "Language", "maxItems": 9999, "minItems": 1}, "item_1617186783814": {"type": "array", "items": {"type": "object", "properties": {"subitem_identifier_uri": {"type": "string", "title": "識別子", "format": "text", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, "subitem_identifier_type": {"enum": [null, "DOI", "HDL", "URI"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}}, "title": "Identifier", "maxItems": 9999, "minItems": 1}, "item_1617186819068": {"type": "object", "title": "Identifier Registration", "properties": {"subitem_identifier_reg_text": {"type": "string", "title": "ID登録", "format": "text", "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}}, "subitem_identifier_reg_type": {"enum": [null, "JaLC", "Crossref", "DataCite", "PMID【現在不使用】"], "type": ["null", "string"], "title": "ID登録タイプ", "format": "select", "currentEnum": ["JaLC", "Crossref", "DataCite", "PMID【現在不使用】"]}}}, "item_1617186859717": {"type": "array", "items": {"type": "object", "properties": {"subitem_temporal_text": {"type": "string", "title": "時間的範囲", "format": "text", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}}, "subitem_temporal_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Temporal", "maxItems": 9999, "minItems": 1}, "item_1617186882738": {"type": "array", "items": {"type": "object", "properties": {"subitem_geolocation_box": {"type": "object", "title": "位置情報(空間)", "format": "object", "properties": {"subitem_east_longitude": {"type": "string", "title": "東部経度", "format": "text", "title_i18n": {"en": "East Bound Longitude", "ja": "東部経度"}}, "subitem_north_latitude": {"type": "string", "title": "北部緯度", "format": "text", "title_i18n": {"en": "North Bound Latitude", "ja": "北部緯度"}}, "subitem_south_latitude": {"type": "string", "title": "南部緯度", "format": "text", "title_i18n": {"en": "South Bound Latitude", "ja": "南部緯度"}}, "subitem_west_longitude": {"type": "string", "title": "西部経度", "format": "text", "title_i18n": {"en": "West Bound Longitude", "ja": "西部経度"}}}}, "subitem_geolocation_place": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_geolocation_place_text": {"type": "string", "title": "位置情報(自由記述)", "format": "text", "title_i18n": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}}}}, "title": "位置情報(自由記述)", "format": "array"}, "subitem_geolocation_point": {"type": "object", "title": "位置情報(点)", "format": "object", "properties": {"subitem_point_latitude": {"type": "string", "title": "緯度", "format": "text", "title_i18n": {"en": "Point Latitude", "ja": "緯度"}}, "subitem_point_longitude": {"type": "string", "title": "経度", "format": "text", "title_i18n": {"en": "Point Longitude", "ja": "経度"}}}}}}, "title": "Geo Location", "maxItems": 9999, "minItems": 1}, "item_1617186901218": {"type": "array", "items": {"type": "object", "properties": {"subitem_award_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_award_title": {"type": "string", "title": "研究課題名", "format": "text", "title_i18n": {"en": "Award Title", "ja": "研究課題名"}}, "subitem_award_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "研究課題名", "format": "array"}, "subitem_funder_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_funder_name": {"type": "string", "title": "助成機関名", "format": "text", "title_i18n": {"en": "Funder Name", "ja": "助成機関名"}}, "subitem_funder_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "助成機関名", "format": "array"}, "subitem_award_numbers": {"type": "object", "title": "研究課題番号", "format": "object", "properties": {"subitem_award_uri": {"type": "string", "title": "研究課題番号URI", "format": "text", "title_i18n": {"en": "Award Number URI", "ja": "研究課題番号URI"}}, "subitem_award_number": {"type": "string", "title": "研究課題番号", "format": "text", "title_i18n": {"en": "Award Number", "ja": "研究課題番号"}}, "subitem_award_number_type": {"enum": [null, "JGN"], "type": ["null", "string"], "title": "研究課題番号タイプ", "format": "select", "currentEnum": ["JGN"]}}}, "subitem_funding_streams": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_funding_stream": {"type": "string", "title": "プログラム情報", "format": "text", "title_i18n": {"en": "Funding Stream", "ja": "プログラム情報"}}, "subitem_funding_stream_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "プログラム情報", "format": "array"}, "subitem_funder_identifiers": {"type": "object", "title": "助成機関識別子", "format": "object", "properties": {"subitem_funder_identifier": {"type": "string", "title": "助成機関識別子", "format": "text", "title_i18n": {"en": "Funder Identifier", "ja": "助成機関識別子"}}, "subitem_funder_identifier_type": {"enum": [null, "Crossref Funder", "e-Rad_funder", "GRID", "ISNI", "ROR", "Other"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["Crossref Funder", "e-Rad_funder", "GRID", "ISNI", "ROR", "Other"]}}}, "subitem_funding_stream_identifiers": {"type": "object", "title": "プログラム情報識別子", "format": "object", "properties": {"subitem_funding_stream_identifier": {"type": "string", "title": "プログラム情報識別子", "format": "text", "title_i18n": {"en": "Funding Stream Identifier", "ja": "研究課題番号タイプ"}}, "subitem_funding_stream_identifier_type": {"enum": [null, "Crossref Funder", "JGN_fundingStream"], "type": ["null", "string"], "title": "プログラム情報識別子タイプ", "format": "select", "currentEnum": ["Crossref Funder", "JGN_fundingStream"]}, "subitem_funding_stream_identifier_type_uri": {"type": "string", "title": "プログラム情報識別子タイプURI", "format": "text", "title_i18n": {"en": "Funding Stream Identifier Type URI", "ja": "プログラム情報識別子タイプURI"}}}}}}, "title": "Funding Reference", "maxItems": 9999, "minItems": 1}, "item_1617186920753": {"type": "array", "items": {"type": "object", "properties": {"subitem_source_identifier": {"type": "string", "title": "収録物識別子", "format": "text", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}}, "subitem_source_identifier_type": {"enum": [null, "PISSN", "EISSN", "ISSN", "NCID"], "type": ["null", "string"], "title": "収録物識別子タイプ", "format": "select", "currentEnum": ["PISSN", "EISSN", "ISSN", "NCID"]}}}, "title": "Source Identifier", "maxItems": 9999, "minItems": 1}, "item_1617186941041": {"type": "array", "items": {"type": "object", "properties": {"subitem_source_title": {"type": "string", "title": "収録物名", "format": "text", "title_i18n": {"en": "Source Title", "ja": "収録物名"}}, "subitem_source_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Source Title", "maxItems": 9999, "minItems": 1}, "item_1617186959569": {"type": "object", "title": "Volume Number", "properties": {"subitem_volume": {"type": "string", "title": "巻", "format": "text", "title_i18n": {"en": "Volume", "ja": "巻"}}}}, "item_1617186981471": {"type": "object", "title": "Issue Number", "properties": {"subitem_issue": {"type": "string", "title": "号", "format": "text", "title_i18n": {"en": "Issue", "ja": "号"}}}}, "item_1617186994930": {"type": "object", "title": "Number of Pages", "properties": {"subitem_number_of_pages": {"type": "string", "title": "ページ数", "format": "text", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}}}}, "item_1617187024783": {"type": "object", "title": "Page Start", "properties": {"subitem_start_page": {"type": "string", "title": "開始ページ", "format": "text", "title_i18n": {"en": "Start Page", "ja": "開始ページ"}}}}, "item_1617187045071": {"type": "object", "title": "Page End", "properties": {"subitem_end_page": {"type": "string", "title": "終了ページ", "format": "text", "title_i18n": {"en": "End Page", "ja": "終了ページ"}}}}, "item_1617187056579": {"type": "object", "title": "Bibliographic Information", "properties": {"bibliographicPageEnd": {"type": "string", "title": "終了ページ", "format": "text", "title_i18n": {"en": "Page End", "ja": "終了ページ"}}, "bibliographic_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"bibliographic_title": {"type": "string", "title": "タイトル", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "bibliographic_titleLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "雑誌名", "format": "array"}, "bibliographicPageStart": {"type": "string", "title": "開始ページ", "format": "text", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}}, "bibliographicIssueDates": {"type": "object", "title": "発行日", "format": "object", "properties": {"bibliographicIssueDate": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}, "bibliographicIssueDateType": {"enum": ["", "Issued"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["", "Issued"]}}}, "bibliographicIssueNumber": {"type": "string", "title": "号", "format": "text", "title_i18n": {"en": "Issue Number", "ja": "号"}}, "bibliographicVolumeNumber": {"type": "string", "title": "巻", "format": "text", "title_i18n": {"en": "Volume Number", "ja": "巻"}}, "bibliographicNumberOfPages": {"type": "string", "title": "ページ数", "format": "text", "title_i18n": {"en": "Number of Page", "ja": "ページ数"}}}}, "item_1617187087799": {"type": "object", "title": "Dissertation Number", "properties": {"subitem_dissertationnumber": {"type": "string", "title": "学位授与番号", "format": "text", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}}}}, "item_1617187112279": {"type": "array", "items": {"type": "object", "properties": {"subitem_degreename": {"type": "string", "title": "学位名", "format": "text", "title_i18n": {"en": "Degree Name", "ja": "学位名"}}, "subitem_degreename_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Degree Name", "maxItems": 9999, "minItems": 1}, "item_1617187136212": {"type": "object", "title": "Date Granted", "properties": {"subitem_dategranted": {"type": "string", "title": "学位授与年月日", "format": "datetime", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}}}}, "item_1617187187528": {"type": "array", "items": {"type": "object", "properties": {"subitem_conference_date": {"type": "object", "title": "開催期間", "format": "object", "properties": {"subitem_conference_period": {"type": "string", "title": "開催期間", "format": "text", "title_i18n": {"en": "Conference Date", "ja": "開催期間"}}, "subitem_conference_end_day": {"type": "string", "title": "終了日", "format": "text", "title_i18n": {"en": "End Day", "ja": "終了日"}}, "subitem_conference_end_year": {"type": "string", "title": "終了年", "format": "text", "title_i18n": {"en": "End Year", "ja": "終了年"}}, "subitem_conference_end_month": {"type": "string", "title": "終了月", "format": "text", "title_i18n": {"en": "End Month", "ja": "終了月"}}, "subitem_conference_start_day": {"type": "string", "title": "開始日", "format": "text", "title_i18n": {"en": "Start Day", "ja": "開始日"}}, "subitem_conference_start_year": {"type": "string", "title": "開始年", "format": "text", "title_i18n": {"en": "Start Year", "ja": "開始年"}}, "subitem_conference_start_month": {"type": "string", "title": "開始月", "format": "text", "title_i18n": {"en": "Start Month", "ja": "開始月"}}, "subitem_conference_date_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "subitem_conference_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_name": {"type": "string", "title": "会議名", "format": "text", "title_i18n": {"en": "Conference Name", "ja": "会議名"}}, "subitem_conference_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "会議名", "format": "array"}, "subitem_conference_places": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_place": {"type": "string", "title": "開催地", "format": "text", "title_i18n": {"en": "Conference Place", "ja": "開催地"}}, "subitem_conference_place_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "開催地", "format": "array"}, "subitem_conference_venues": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_venue": {"type": "string", "title": "開催会場", "format": "text", "title_i18n": {"en": "Conference Venue", "ja": "開催会場"}}, "subitem_conference_venue_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "開催会場", "format": "array"}, "subitem_conference_country": {"enum": [null, "JPN", "ABW", "AFG", "AGO", "AIA", "ALA", "ALB", "AND", "ARE", "ARG", "ARM", "ASM", "ATA", "ATF", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLM", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BVT", "BWA", "CAF", "CAN", "CCK", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESH", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HMD", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IOT", "IRL", "IRN", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAF", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PCN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRK", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SDN", "SEN", "SGP", "SGS", "SHN", "SJM", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "SYR", "TCA", "TCD", "TGO", "THA", "TJK", "TKL", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "YEM", "ZAF", "ZMB", "ZWE"], "type": ["null", "string"], "title": "開催国", "format": "select", "currentEnum": ["JPN", "ABW", "AFG", "AGO", "AIA", "ALA", "ALB", "AND", "ARE", "ARG", "ARM", "ASM", "ATA", "ATF", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLM", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BVT", "BWA", "CAF", "CAN", "CCK", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESH", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HMD", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IOT", "IRL", "IRN", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAF", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PCN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRK", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SDN", "SEN", "SGP", "SGS", "SHN", "SJM", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "SYR", "TCA", "TCD", "TGO", "THA", "TJK", "TKL", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "YEM", "ZAF", "ZMB", "ZWE"]}, "subitem_conference_sequence": {"type": "string", "title": "回次", "format": "text", "title_i18n": {"en": "Conference Sequence", "ja": "回次"}}, "subitem_conference_sponsors": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_sponsor": {"type": "string", "title": "主催機関", "format": "text", "title_i18n": {"en": "Conference Sponsor", "ja": "主催機関"}}, "subitem_conference_sponsor_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "主催機関", "format": "array"}}}, "title": "Conference", "maxItems": 9999, "minItems": 1}, "item_1617258105262": {"type": "object", "title": "Resource Type", "required": ["resourcetype", "resourceuri"], "properties": {"resourceuri": {"type": "string", "title": "資源タイプ識別子", "format": "text", "title_i18n": {"en": "Resource Type Identifier", "ja": "資源タイプ識別子"}}, "resourcetype": {"enum": [null, "conference paper", "data paper", "departmental bulletin paper", "editorial", "journal", "journal article", "newspaper", "review article", "other periodical", "software paper", "article", "book", "book part", "cartographic material", "map", "conference output", "conference presentation", "conference proceedings", "conference poster", "aggregated data", "clinical trial data", "compiled data", "dataset", "encoded data", "experimental data", "genomic data", "geospatial data", "laboratory notebook", "measurement and test data", "observational data", "recorded data", "simulation data", "survey data", "image", "still image", "moving image", "video", "lecture", "design patent", "patent", "PCT application", "plant patent", "plant variety protection", "software patent", "trademark", "utility model", "report", "research report", "technical report", "policy report", "working paper", "data management plan", "sound", "thesis", "bachelor thesis", "master thesis", "doctoral thesis", "commentary", "design", "industrial design", "interactive resource", "layout design", "learning object", "manuscript", "musical notation", "peer review", "research proposal", "research protocol", "software", "source code", "technical documentation", "transcription", "workflow", "other"], "type": ["null", "string"], "title": "資源タイプ", "format": "select", "currentEnum": ["conference paper", "data paper", "departmental bulletin paper", "editorial", "journal", "journal article", "newspaper", "review article", "other periodical", "software paper", "article", "book", "book part", "cartographic material", "map", "conference output", "conference presentation", "conference proceedings", "conference poster", "aggregated data", "clinical trial data", "compiled data", "dataset", "encoded data", "experimental data", "genomic data", "geospatial data", "laboratory notebook", "measurement and test data", "observational data", "recorded data", "simulation data", "survey data", "image", "still image", "moving image", "video", "lecture", "design patent", "patent", "PCT application", "plant patent", "plant variety protection", "software patent", "trademark", "utility model", "report", "research report", "technical report", "policy report", "working paper", "data management plan", "sound", "thesis", "bachelor thesis", "master thesis", "doctoral thesis", "commentary", "design", "industrial design", "interactive resource", "layout design", "learning object", "manuscript", "musical notation", "peer review", "research proposal", "research protocol", "software", "source code", "technical documentation", "transcription", "workflow", "other"]}}}, "item_1617265215918": {"type": "object", "title": "Version Type", "properties": {"subitem_version_type": {"enum": [null, "AO", "SMUR", "AM", "P", "VoR", "CVoR", "EVoR", "NA"], "type": ["null", "string"], "title": "出版タイプ", "format": "select", "currentEnum": ["AO", "SMUR", "AM", "P", "VoR", "CVoR", "EVoR", "NA"]}, "subitem_version_resource": {"type": "string", "title": "出版タイプResource", "format": "text", "title_i18n": {"en": "Version Type Resource", "ja": "出版タイプResource"}}}}, "item_1617349709064": {"type": "array", "items": {"type": "object", "properties": {"givenNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"givenName": {"type": "string", "title": "名", "format": "text", "title_i18n": {"en": "Given Name", "ja": "名"}}, "givenNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者名", "format": "array"}, "familyNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"familyName": {"type": "string", "title": "姓", "format": "text", "title_i18n": {"en": "Family Name", "ja": "姓"}}, "familyNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者姓", "format": "array"}, "contributorType": {"enum": [null, "ContactPerson", "DataCollector", "DataCurator", "DataManager", "Distributor", "Editor", "HostingInstitution", "Producer", "ProjectLeader", "ProjectManager", "ProjectMember", "RelatedPerson", "Researcher", "ResearchGroup", "Sponsor", "Supervisor", "WorkPackageLeader", "Other"], "type": ["null", "string"], "title": "寄与者タイプ", "format": "select", "currentEnum": ["ContactPerson", "DataCollector", "DataCurator", "DataManager", "Distributor", "Editor", "HostingInstitution", "Producer", "ProjectLeader", "ProjectManager", "ProjectMember", "RelatedPerson", "Researcher", "ResearchGroup", "Sponsor", "Supervisor", "WorkPackageLeader", "Other"]}, "nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "寄与者識別子", "format": "text", "title_i18n": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "寄与者識別子URI", "format": "text", "title_i18n": {"en": "Contributor Name Identifier URI", "ja": "寄与者識別子URI"}}, "nameIdentifierScheme": {"type": ["null", "string"], "title": "寄与者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "寄与者識別子", "format": "array"}, "contributorMails": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorMail": {"type": "string", "title": "メールアドレス", "format": "text", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}}}}, "title": "寄与者メールアドレス", "format": "array"}, "contributorNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"lang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "nameType": {"enum": [null, "Personal", "Organizational"], "type": ["null", "string"], "title": "名前タイプ", "format": "select", "currentEnum": ["Personal", "Organizational"]}, "contributorName": {"type": "string", "title": "姓名", "format": "text", "title_i18n": {"en": "Name", "ja": "姓名"}}}}, "title": "寄与者姓名", "format": "array"}, "contributorAffiliations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationName": {"type": "string", "title": "所属機関名", "format": "text", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}}, "contributorAffiliationNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所属機関名", "format": "array"}, "contributorAffiliationNameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationURI": {"type": "string", "title": "所属機関識別子URI", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}, "contributorAffiliationScheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID"], "type": ["null", "string"], "title": "所属機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID"]}, "contributorAffiliationNameIdentifier": {"type": "string", "title": "所属機関識別子", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}}}, "title": "所属機関識別子", "format": "array"}}}, "title": "寄与者所属", "format": "array"}, "contributorAlternatives": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAlternative": {"type": "string", "title": "別名", "format": "text", "title_i18n": {"en": "Alternative Name", "ja": "別名"}}, "contributorAlternativeLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者別名", "format": "array"}}}, "title": "Contributor", "maxItems": 9999, "minItems": 1}, "item_1617349808926": {"type": "object", "title": "Version", "properties": {"subitem_version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version", "ja": "バージョン情報"}}}}, "item_1617351524846": {"type": "object", "title": "APC", "properties": {"subitem_apc": {"enum": [null, "Paid", "Partially waived", "Fully waived", "Not charged", "Not required", "Unknown"], "type": ["null", "string"], "title": "APC", "format": "select", "currentEnum": ["Paid", "Partially waived", "Fully waived", "Not charged", "Not required", "Unknown"]}}}, "item_1617353299429": {"type": "array", "items": {"type": "object", "properties": {"subitem_relation_name": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_relation_name_text": {"type": "string", "title": "関連名称", "format": "text", "title_i18n": {"en": "Related Title", "ja": "関連名称"}}, "subitem_relation_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "関連名称", "format": "array"}, "subitem_relation_type": {"enum": [null, "isVersionOf", "hasVersion", "isPartOf", "hasPart", "isReferencedBy", "references", "isFormatOf", "hasFormat", "isReplacedBy", "replaces", "isRequiredBy", "requires", "isSupplementedBy", "isSupplementTo", "isIdenticalTo", "isDerivedFrom", "isSourceOf", "isCitedBy", "Cites", "inSeries"], "type": ["null", "string"], "title": "関連タイプ", "format": "select", "currentEnum": ["isVersionOf", "hasVersion", "isPartOf", "hasPart", "isReferencedBy", "references", "isFormatOf", "hasFormat", "isReplacedBy", "replaces", "isRequiredBy", "requires", "isSupplementedBy", "isSupplementTo", "isIdenticalTo", "isDerivedFrom", "isSourceOf", "isCitedBy", "Cites", "inSeries"]}, "subitem_relation_type_id": {"type": "object", "title": "関連識別子", "format": "object", "properties": {"subitem_relation_type_select": {"enum": [null, "ARK", "arXiv", "DOI", "HDL", "ICHUSHI", "ISBN", "J-GLOBAL", "Local", "PISSN", "EISSN", "ISSN", "NAID", "NCID", "PMID", "PURL", "SCOPUS", "URI", "WOS", "CRID"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["ARK", "arXiv", "DOI", "HDL", "ICHUSHI", "ISBN", "J-GLOBAL", "Local", "PISSN", "EISSN", "ISSN", "NAID", "NCID", "PMID", "PURL", "SCOPUS", "URI", "WOS", "CRID"]}, "subitem_relation_type_id_text": {"type": "string", "title": "関連識別子", "format": "text", "title_i18n": {"en": "Related Identifier", "ja": "関連識別子"}}}}}}, "title": "Relation", "maxItems": 9999, "minItems": 1}, "item_1617610673286": {"type": "array", "items": {"type": "object", "properties": {"nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "権利者識別子", "format": "text", "title_i18n": {"en": "Right Holder Name Identifier", "ja": "権利者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "権利者識別子URI", "format": "text", "title_i18n": {"en": "Right Holder Name Identifier URI", "ja": "権利者識別子URI"}}, "nameIdentifierScheme": {"type": ["null", "string"], "title": "権利者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "権利者識別子", "format": "array"}, "rightHolderNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"rightHolderName": {"type": "string", "title": "権利者名", "format": "text", "title_i18n": {"en": "Right Holder Name", "ja": "権利者名"}}, "rightHolderLanguage": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "権利者名", "format": "array"}}}, "title": "Rights Holder", "maxItems": 9999, "minItems": 1}, "item_1617620223087": {"type": "array", "items": {"type": "object", "properties": {"subitem_heading_headline": {"type": "string", "title": "小見出し", "format": "text", "title_i18n": {"en": "Subheading", "ja": "小見出し"}}, "subitem_heading_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "subitem_heading_banner_headline": {"type": "string", "title": "大見出し", "format": "text", "title_i18n": {"en": "Heading", "ja": "大見出し"}}}}, "title": "Heading", "maxItems": 9999, "minItems": 1}, "item_1617944105607": {"type": "array", "items": {"type": "object", "properties": {"subitem_degreegrantor": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_degreegrantor_name": {"type": "string", "title": "学位授与機関名", "format": "text", "title_i18n": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}}, "subitem_degreegrantor_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "学位授与機関名", "format": "array"}, "subitem_degreegrantor_identifier": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_degreegrantor_identifier_name": {"type": "string", "title": "学位授与機関識別子", "format": "text", "title_i18n": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}}, "subitem_degreegrantor_identifier_scheme": {"enum": [null, "kakenhi"], "type": ["null", "string"], "title": "学位授与機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi"]}}}, "title": "学位授与機関識別子", "format": "array"}}}, "title": "Degree Grantor", "maxItems": 9999, "minItems": 1}, "item_1718082005802": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "Text URL", "ja": "本文URL"}}, "label": {"type": "string", "title": "ラベル", "format": "text", "title_i18n": {"en": "Label", "ja": "ラベル"}}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": ["null", "string"], "title": "オブジェクトタイプ", "format": "select", "currentEnum": ["abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"]}}}, "roles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"role": {"type": ["null", "string"], "title": "ロール", "format": "select", "currentEnum": []}}}, "title": "ロール", "format": "array"}, "terms": {"type": ["null", "string"], "title": "利用規約", "format": "select", "currentEnum": []}, "format": {"type": "string", "title": "フォーマット", "format": "text", "title_i18n": {"en": "Format", "ja": "フォーマット"}}, "provide": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"role": {"type": ["null", "string"], "title": "ロール", "format": "select", "currentEnum": []}, "workflow": {"type": ["null", "string"], "title": "ワークフロー", "format": "select", "currentEnum": []}}}, "title": "提供方法", "format": "array"}, "version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"]}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}}}, "title": "日付", "format": "array"}, "filename": {"type": ["null", "string"], "title": "表示名", "format": "select", "currentEnum": []}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text", "title_i18n": {"en": "Size", "ja": "サイズ"}}}}, "title": "サイズ", "format": "array"}, "accessdate": {"type": "string", "title": "公開日", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}, "accessrole": {"enum": ["open_access", "open_date", "open_login", "open_no", "open_restricted"], "type": ["null", "string"], "title": "アクセス", "format": "radios", "default": "open_restricted"}, "displaytype": {"enum": [null, "detail", "simple", "preview"], "type": ["null", "string"], "title": "表示形式", "format": "select", "currentEnum": ["detail", "simple", "preview"]}, "licensefree": {"type": "string", "title": " ", "format": "textarea", "title_i18n": {"en": " ", "ja": " "}}, "licensetype": {"type": ["null", "string"], "title": "ライセンス", "format": "select", "currentEnum": []}, "termsDescription": {"type": "string", "title": " ", "format": "textarea", "title_i18n": {"en": " ", "ja": " "}}}}, "title": "Restricted File", "maxItems": 9999, "minItems": 1}, "system_identifier_doi": {"type": "object", "title": "Persistent Identifier(DOI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}, "system_prop": true}, "system_identifier_hdl": {"type": "object", "title": "Persistent Identifier(HDL)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}, "system_prop": true}, "system_identifier_uri": {"type": "object", "title": "Persistent Identifier(URI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}, "system_prop": true}}, "description": ""}', + '[{"key": "pubdate", "type": "template", "title": "PubDate", "format": "yyyy-MM-dd", "required": true, "title_i18n": {"en": "PubDate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"add": "New", "key": "item_1617186331708", "items": [{"key": "item_1617186331708[].subitem_title", "type": "text", "title": "タイトル", "title_i18n": {"en": "Title", "ja": "タイトル"}}, {"key": "item_1617186331708[].subitem_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Title", "title_i18n": {"en": "Title", "ja": "タイトル"}}, {"add": "New", "key": "item_1617186385884", "items": [{"key": "item_1617186385884[].subitem_alternative_title", "type": "text", "title": "その他のタイトル", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}, "title_i18n_temp": {"en": "Alternative Title", "ja": "その他のタイトル"}}, {"key": "item_1617186385884[].subitem_alternative_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Alternative Title", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}}, {"add": "New", "key": "item_1617186419668", "items": [{"key": "item_1617186419668[].creatorType", "type": "text", "title": "作成者タイプ", "title_i18n": {"en": "Creator Type", "ja": "作成者タイプ"}, "title_i18n_temp": {"en": "Creator Type", "ja": "作成者タイプ"}}, {"add": "New", "key": "item_1617186419668[].nameIdentifiers", "items": [{"key": "item_1617186419668[].nameIdentifiers[].nameIdentifierScheme", "type": "select", "title": "作成者識別子Scheme", "titleMap": [], "title_i18n": {"en": "Creator Name Identifier Scheme", "ja": "作成者識別子Scheme"}, "title_i18n_temp": {"en": "Creator Name Identifier Scheme", "ja": "作成者識別子Scheme"}}, {"key": "item_1617186419668[].nameIdentifiers[].nameIdentifierURI", "type": "text", "title": "作成者識別子URI", "title_i18n": {"en": "Creator Name Identifier URI", "ja": "作成者識別子URI"}, "title_i18n_temp": {"en": "Creator Name Identifier URI", "ja": "作成者識別子URI"}}, {"key": "item_1617186419668[].nameIdentifiers[].nameIdentifier", "type": "text", "title": "作成者識別子", "title_i18n": {"en": "Creator Name Identifier", "ja": "作成者識別子"}, "title_i18n_temp": {"en": "Creator Name Identifier", "ja": "作成者識別子"}}], "style": {"add": "btn-success"}, "title": "作成者識別子", "title_i18n": {"en": "Creator Name Identifier", "ja": "作成者識別子"}, "title_i18n_temp": {"en": "Creator Name Identifier", "ja": "作成者識別子"}}, {"add": "New", "key": "item_1617186419668[].creatorNames", "items": [{"key": "item_1617186419668[].creatorNames[].creatorName", "type": "text", "title": "姓名", "title_i18n": {"en": "Name", "ja": "姓名"}, "title_i18n_temp": {"en": "Name", "ja": "姓名"}}, {"key": "item_1617186419668[].creatorNames[].creatorNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186419668[].creatorNames[].creatorNameType", "type": "select", "title": "名前タイプ", "titleMap": [{"name": "Personal", "value": "Personal"}, {"name": "Organizational", "value": "Organizational"}], "title_i18n": {"en": "Name Type", "ja": "名前タイプ"}, "title_i18n_temp": {"en": "Name Type", "ja": "名前タイプ"}}], "style": {"add": "btn-success"}, "title": "作成者姓名", "title_i18n": {"en": "Creator Name", "ja": "作成者姓名"}, "title_i18n_temp": {"en": "Creator Name", "ja": "作成者姓名"}}, {"add": "New", "key": "item_1617186419668[].familyNames", "items": [{"key": "item_1617186419668[].familyNames[].familyName", "type": "text", "title": "姓", "title_i18n": {"en": "Family Name", "ja": "姓"}, "title_i18n_temp": {"en": "Family Name", "ja": "姓"}}, {"key": "item_1617186419668[].familyNames[].familyNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "作成者姓", "title_i18n": {"en": "Creator Family Name", "ja": "作成者姓"}, "title_i18n_temp": {"en": "Creator Family Name", "ja": "作成者姓"}}, {"add": "New", "key": "item_1617186419668[].givenNames", "items": [{"key": "item_1617186419668[].givenNames[].givenName", "type": "text", "title": "名", "title_i18n": {"en": "Given Name", "ja": "名"}, "title_i18n_temp": {"en": "Given Name", "ja": "名"}}, {"key": "item_1617186419668[].givenNames[].givenNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "作成者名", "title_i18n": {"en": "Creator Given Name", "ja": "作成者名"}, "title_i18n_temp": {"en": "Creator Given Name", "ja": "作成者名"}}, {"add": "New", "key": "item_1617186419668[].creatorAlternatives", "items": [{"key": "item_1617186419668[].creatorAlternatives[].creatorAlternative", "type": "text", "title": "別名", "title_i18n": {"en": "Alternative Name", "ja": "別名"}, "title_i18n_temp": {"en": "Alternative Name", "ja": "別名"}}, {"key": "item_1617186419668[].creatorAlternatives[].creatorAlternativeLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "作成者別名", "title_i18n": {"en": "Creator Alternative Name", "ja": "作成者別名"}, "title_i18n_temp": {"en": "Creator Alternative Name", "ja": "作成者別名"}}, {"add": "New", "key": "item_1617186419668[].creatorAffiliations", "items": [{"add": "New", "key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers", "items": [{"key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers[].affiliationNameIdentifier", "type": "text", "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}, {"key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers[].affiliationNameIdentifierScheme", "type": "select", "title": "所属機関識別子Scheme", "titleMap": [{"name": "kakenhi", "value": "kakenhi"}, {"name": "ISNI", "value": "ISNI"}, {"name": "Ringgold", "value": "Ringgold"}, {"name": "GRID", "value": "GRID"}], "title_i18n": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}, "title_i18n_temp": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}}, {"key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers[].affiliationNameIdentifierURI", "type": "text", "title": "所属機関識別子URI", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}, "title_i18n_temp": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}], "style": {"add": "btn-success"}, "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}, "title_i18n_temp": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}}, {"add": "New", "key": "item_1617186419668[].creatorAffiliations[].affiliationNames", "items": [{"key": "item_1617186419668[].creatorAffiliations[].affiliationNames[].affiliationName", "type": "text", "title": "所属機関名", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Name", "ja": "所属機関名"}}, {"key": "item_1617186419668[].creatorAffiliations[].affiliationNames[].affiliationNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "所属機関名", "title_i18n": {"en": "Affiliation Names", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Names", "ja": "所属機関名"}}], "style": {"add": "btn-success"}, "title": "作成者所属", "title_i18n": {"en": "Affiliation", "ja": "作成者所属"}, "title_i18n_temp": {"en": "Affiliation", "ja": "作成者所属"}}, {"add": "New", "key": "item_1617186419668[].creatorMails", "items": [{"key": "item_1617186419668[].creatorMails[].creatorMail", "type": "text", "title": "メールアドレス", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Email Address", "ja": "メールアドレス"}}], "style": {"add": "btn-success"}, "title": "作成者メールアドレス", "title_i18n": {"en": "Creator Email Address", "ja": "作成者メールアドレス"}, "title_i18n_temp": {"en": "Creator Email Address", "ja": "作成者メールアドレス"}}, {"key": "item_1617186419668[].authorInputButton", "icon": "glyphicon glyphicon-search", "type": "button", "style": "btn-default pull-right m-top-5", "title": "著者DBから入力", "onClick": "searchAuthor(''item_1617186419668'', true, form)", "title_i18n": {"en": "Enter from DB", "ja": "著者DBから入力"}}], "style": {"add": "btn-success"}, "title": "Creator", "title_i18n": {"en": "Creator", "ja": "作成者"}}, {"add": "New", "key": "item_1617349709064", "items": [{"key": "item_1617349709064[].contributorType", "type": "select", "title": "Contributor Type", "titleMap": [{"name": "ContactPerson", "value": "ContactPerson"}, {"name": "DataCollector", "value": "DataCollector"}, {"name": "DataCurator", "value": "DataCurator"}, {"name": "DataManager", "value": "DataManager"}, {"name": "Distributor", "value": "Distributor"}, {"name": "Editor", "value": "Editor"}, {"name": "HostingInstitution", "value": "HostingInstitution"}, {"name": "Producer", "value": "Producer"}, {"name": "ProjectLeader", "value": "ProjectLeader"}, {"name": "ProjectManager", "value": "ProjectManager"}, {"name": "ProjectMember", "value": "ProjectMember"}, {"name": "RelatedPerson", "value": "RelatedPerson"}, {"name": "Researcher", "value": "Researcher"}, {"name": "ResearchGroup", "value": "ResearchGroup"}, {"name": "Sponsor", "value": "Sponsor"}, {"name": "Supervisor", "value": "Supervisor"}, {"name": "WorkPackageLeader", "value": "WorkPackageLeader"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Contributor Type", "ja": "寄与者タイプ"}, "title_i18n_temp": {"en": "Contributor Type", "ja": "寄与者タイプ"}}, {"add": "New", "key": "item_1617349709064[].nameIdentifiers", "items": [{"key": "item_1617349709064[].nameIdentifiers[].nameIdentifierScheme", "type": "select", "title": "寄与者識別子Scheme", "titleMap": [], "title_i18n": {"en": "Contributor Name Identifier Scheme", "ja": "寄与者識別子Scheme"}, "title_i18n_temp": {"en": "Contributor Name Identifier Scheme", "ja": "寄与者識別子Scheme"}}, {"key": "item_1617349709064[].nameIdentifiers[].nameIdentifierURI", "type": "text", "title": "寄与者識別子URI", "title_i18n": {"en": "Contributor Name Identifier URI", "ja": "寄与者識別子URI"}, "title_i18n_temp": {"en": "Contributor Name Identifier URI", "ja": "寄与者識別子URI"}}, {"key": "item_1617349709064[].nameIdentifiers[].nameIdentifier", "type": "text", "title": "寄与者識別子", "title_i18n": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}, "title_i18n_temp": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}}], "style": {"add": "btn-success"}, "title": "寄与者識別子", "title_i18n": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}, "title_i18n_temp": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}}, {"add": "New", "key": "item_1617349709064[].contributorNames", "items": [{"key": "item_1617349709064[].contributorNames[].contributorName", "type": "text", "title": "姓名", "title_i18n": {"en": "Name", "ja": "姓名"}, "title_i18n_temp": {"en": "Name", "ja": "姓名"}}, {"key": "item_1617349709064[].contributorNames[].lang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617349709064[].contributorNames[].nameType", "type": "select", "title": "名前タイプ", "titleMap": [{"name": "Personal", "value": "Personal"}, {"name": "Organizational", "value": "Organizational"}], "title_i18n": {"en": "Name Type", "ja": "名前タイプ"}, "title_i18n_temp": {"en": "Name Type", "ja": "名前タイプ"}}], "style": {"add": "btn-success"}, "title": "寄与者姓名", "title_i18n": {"en": "Contributor Name", "ja": "寄与者姓名"}, "title_i18n_temp": {"en": "Contributor Name", "ja": "寄与者姓名"}}, {"add": "New", "key": "item_1617349709064[].familyNames", "items": [{"key": "item_1617349709064[].familyNames[].familyNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617349709064[].familyNames[].familyName", "type": "text", "title": "姓", "title_i18n": {"en": "Family Name", "ja": "姓"}, "title_i18n_temp": {"en": "Family Name", "ja": "姓"}}], "style": {"add": "btn-success"}, "title": "寄与者姓", "title_i18n": {"en": "Contributor Family Name", "ja": "寄与者姓"}, "title_i18n_temp": {"en": "Contributor Family Name", "ja": "寄与者姓"}}, {"add": "New", "key": "item_1617349709064[].givenNames", "items": [{"key": "item_1617349709064[].givenNames[].givenName", "type": "text", "title": "名", "title_i18n": {"en": "Given Name", "ja": "名"}, "title_i18n_temp": {"en": "Given Name", "ja": "名"}}, {"key": "item_1617349709064[].givenNames[].givenNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "寄与者名", "title_i18n": {"en": "Contributor Given Name", "ja": "寄与者名"}, "title_i18n_temp": {"en": "Contributor Given Name", "ja": "寄与者名"}}, {"add": "New", "key": "item_1617349709064[].contributorAlternatives", "items": [{"key": "item_1617349709064[].contributorAlternatives[].contributorAlternativeLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617349709064[].contributorAlternatives[].contributorAlternative", "type": "text", "title": "別名", "title_i18n": {"en": "Alternative Name", "ja": "別名"}, "title_i18n_temp": {"en": "Alternative Name", "ja": "別名"}}], "style": {"add": "btn-success"}, "title": "寄与者別名", "title_i18n": {"en": "Contributor Alternative Name", "ja": "寄与者別名"}, "title_i18n_temp": {"en": "Contributor Alternative Name", "ja": "寄与者別名"}}, {"add": "New", "key": "item_1617349709064[].contributorAffiliations", "items": [{"add": "New", "key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers", "items": [{"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers[].contributorAffiliationNameIdentifier", "type": "text", "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}, "title_i18n_temp": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}, {"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers[].contributorAffiliationScheme", "type": "select", "title": "所属機関識別子Scheme", "titleMap": [{"name": "kakenhi", "value": "kakenhi"}, {"name": "ISNI", "value": "ISNI"}, {"name": "Ringgold", "value": "Ringgold"}, {"name": "GRID", "value": "GRID"}], "title_i18n": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}, "title_i18n_temp": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}}, {"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers[].contributorAffiliationURI", "type": "text", "title": "所属機関識別子URI", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}, "title_i18n_temp": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}], "style": {"add": "btn-success"}, "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}, "title_i18n_temp": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}}, {"add": "New", "key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNames", "items": [{"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNames[].contributorAffiliationName", "type": "text", "title": "所属機関名", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Name", "ja": "所属機関名"}}, {"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNames[].contributorAffiliationNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "所属機関名", "title_i18n": {"en": "Affiliation Names", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Names", "ja": "所属機関名"}}], "style": {"add": "btn-success"}, "title": "寄与者所属", "title_i18n": {"en": "Affiliation", "ja": "寄与者所属"}, "title_i18n_temp": {"en": "Affiliation", "ja": "寄与者所属"}}, {"add": "New", "key": "item_1617349709064[].contributorMails", "items": [{"key": "item_1617349709064[].contributorMails[].contributorMail", "type": "text", "title": "メールアドレス", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Email Address", "ja": "メールアドレス"}}], "style": {"add": "btn-success"}, "title": "寄与者メールアドレス", "title_i18n": {"en": "Contributor Email Address", "ja": "寄与者メールアドレス"}, "title_i18n_temp": {"en": "Contributor Email Address", "ja": "寄与者メールアドレス"}}, {"key": "item_1617349709064[].authorInputButton", "icon": "glyphicon glyphicon-search", "type": "button", "style": "btn-default pull-right m-top-5", "title": "著者DBから入力", "onClick": "searchAuthor(''item_1617349709064[]'', true, form)", "title_i18n": {"en": "Enter from DB", "ja": "著者DBから入力"}}], "style": {"add": "btn-success"}, "title": "Contributor", "title_i18n": {"en": "Contributor", "ja": "寄与者"}}, {"key": "item_1617186476635", "type": "fieldset", "items": [{"key": "item_1617186476635.subitem_access_right", "type": "select", "title": "アクセス権", "onChange": "changedAccessRights(this, modelValue)", "titleMap": [{"name": "embargoed access", "value": "embargoed access"}, {"name": "metadata only access", "value": "metadata only access"}, {"name": "open access", "value": "open access"}, {"name": "restricted access", "value": "restricted access"}], "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}, "title_i18n_temp": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1617186476635.subitem_access_right_uri", "type": "text", "title": "アクセス権URI", "readonly": true, "title_i18n": {"en": "Access Rights URI", "ja": "アクセス権URI"}, "fieldHtmlClass": "txt-access-rights-uri", "title_i18n_temp": {"en": "Access Rights URI", "ja": "アクセス権URI"}}], "title": "Access Rights", "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1617351524846", "type": "fieldset", "items": [{"key": "item_1617351524846.subitem_apc", "type": "select", "title": "APC", "titleMap": [{"name": "Paid", "value": "Paid"}, {"name": "Partially waived", "value": "Partially waived"}, {"name": "Fully waived", "value": "Fully waived"}, {"name": "Not charged", "value": "Not charged"}, {"name": "Not required", "value": "Not required"}, {"name": "Unknown", "value": "Unknown"}], "title_i18n": {"en": "APC", "ja": "APC"}, "title_i18n_temp": {"en": "APC", "ja": "APC"}}], "title": "APC", "title_i18n": {"en": "APC", "ja": "APC"}}, {"add": "New", "key": "item_1617186499011", "items": [{"key": "item_1617186499011[].subitem_rights_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186499011[].subitem_rights_resource", "type": "text", "title": "権利情報Resource", "title_i18n": {"en": "Rights Resource", "ja": "権利情報Resource"}, "title_i18n_temp": {"en": "Rights Resource", "ja": "権利情報Resource"}}, {"key": "item_1617186499011[].subitem_rights", "type": "text", "title": "権利情報", "title_i18n": {"en": "Rights", "ja": "権利情報"}, "title_i18n_temp": {"en": "Rights", "ja": "権利情報"}}], "style": {"add": "btn-success"}, "title": "Rights", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, {"add": "New", "key": "item_1617610673286", "items": [{"add": "New", "key": "item_1617610673286[].nameIdentifiers", "items": [{"key": "item_1617610673286[].nameIdentifiers[].nameIdentifierScheme", "type": "select", "title": "権利者識別子Scheme", "titleMap": [], "title_i18n": {"en": "Right Holder Name Identifier Scheme", "ja": "権利者識別子Scheme"}, "title_i18n_temp": {"en": "Right Holder Name Identifier Scheme", "ja": "権利者識別子Scheme"}}, {"key": "item_1617610673286[].nameIdentifiers[].nameIdentifierURI", "type": "text", "title": "権利者識別子URI", "title_i18n": {"en": "Right Holder Name Identifier URI", "ja": "権利者識別子URI"}, "title_i18n_temp": {"en": "Right Holder Name Identifier URI", "ja": "権利者識別子URI"}}, {"key": "item_1617610673286[].nameIdentifiers[].nameIdentifier", "type": "text", "title": "権利者識別子", "title_i18n": {"en": "Right Holder Name Identifier", "ja": "権利者識別子"}, "title_i18n_temp": {"en": "Right Holder Name Identifier", "ja": "権利者識別子"}}], "style": {"add": "btn-success"}, "title": "権利者識別子", "title_i18n": {"en": "Right Holder Identifier", "ja": "権利者識別子"}, "title_i18n_temp": {"en": "Right Holder Identifier", "ja": "権利者識別子"}}, {"add": "New", "key": "item_1617610673286[].rightHolderNames", "items": [{"key": "item_1617610673286[].rightHolderNames[].rightHolderName", "type": "text", "title": "権利者名", "title_i18n": {"en": "Right Holder Name", "ja": "権利者名"}, "title_i18n_temp": {"en": "Right Holder Name", "ja": "権利者名"}}, {"key": "item_1617610673286[].rightHolderNames[].rightHolderLanguage", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "権利者名", "title_i18n": {"en": "Right Holder Name", "ja": "権利者名"}, "title_i18n_temp": {"en": "Right Holder Name", "ja": "権利者名"}}], "style": {"add": "btn-success"}, "title": "Rights Holder", "title_i18n": {"en": "Rights Holder", "ja": "権利者情報"}}, {"add": "New", "key": "item_1617186609386", "items": [{"key": "item_1617186609386[].subitem_subject_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186609386[].subitem_subject_scheme", "type": "select", "title": "主題Scheme", "titleMap": [{"name": "BSH", "value": "BSH"}, {"name": "DDC", "value": "DDC"}, {"name": "e-Rad_field", "value": "e-Rad_field"}, {"name": "JEL", "value": "JEL"}, {"name": "LCC", "value": "LCC"}, {"name": "LCSH", "value": "LCSH"}, {"name": "MeSH", "value": "MeSH"}, {"name": "NDC", "value": "NDC"}, {"name": "NDLC", "value": "NDLC"}, {"name": "NDLSH", "value": "NDLSH"}, {"name": "SciVal", "value": "SciVal"}, {"name": "UDC", "value": "UDC"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Subject Scheme", "ja": "主題Scheme"}, "title_i18n_temp": {"en": "Subject Scheme", "ja": "主題Scheme"}}, {"key": "item_1617186609386[].subitem_subject_uri", "type": "text", "title": "主題URI", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}, "title_i18n_temp": {"en": "Subject URI", "ja": "主題URI"}}, {"key": "item_1617186609386[].subitem_subject", "type": "text", "title": "主題", "title_i18n": {"en": "Subject", "ja": "主題"}, "title_i18n_temp": {"en": "Subject", "ja": "主題"}}], "style": {"add": "btn-success"}, "title": "Subject", "title_i18n": {"en": "Subject", "ja": "主題"}}, {"add": "New", "key": "item_1617186626617", "items": [{"key": "item_1617186626617[].subitem_description_type", "type": "select", "title": "内容記述タイプ", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Methods", "value": "Methods"}, {"name": "TableOfContents", "value": "TableOfContents"}, {"name": "TechnicalInfo", "value": "TechnicalInfo"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Description Type", "ja": "内容記述タイプ"}, "title_i18n_temp": {"en": "Description Type", "ja": "内容記述タイプ"}}, {"key": "item_1617186626617[].subitem_description", "type": "textarea", "title": "内容記述", "title_i18n": {"en": "Description", "ja": "内容記述"}, "title_i18n_temp": {"en": "Description", "ja": "内容記述"}}, {"key": "item_1617186626617[].subitem_description_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Description", "title_i18n": {"en": "Description", "ja": "内容記述"}}, {"add": "New", "key": "item_1617186643794", "items": [{"key": "item_1617186643794[].subitem_publisher", "type": "text", "title": "出版者", "title_i18n": {"en": "Publisher", "ja": "出版者"}, "title_i18n_temp": {"en": "Publisher", "ja": "出版者"}}, {"key": "item_1617186643794[].subitem_publisher_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Publisher", "title_i18n": {"en": "Publisher", "ja": "出版者"}}, {"add": "New", "key": "item_1617186660861", "items": [{"key": "item_1617186660861[].subitem_date_issued_datetime", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker_multi_format.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1617186660861[].subitem_date_issued_type", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}], "style": {"add": "btn-success"}, "title": "Date", "title_i18n": {"en": "Date", "ja": "日付"}}, {"add": "New", "key": "item_1617186702042", "items": [{"key": "item_1617186702042[].subitem_language", "type": "select", "title": "言語", "titleMap": [{"name": "jpn", "value": "jpn"}, {"name": "eng", "value": "eng"}, {"name": "aar", "value": "aar"}, {"name": "abk", "value": "abk"}, {"name": "afr", "value": "afr"}, {"name": "aka", "value": "aka"}, {"name": "amh", "value": "amh"}, {"name": "ara", "value": "ara"}, {"name": "arg", "value": "arg"}, {"name": "asm", "value": "asm"}, {"name": "ava", "value": "ava"}, {"name": "ave", "value": "ave"}, {"name": "aym", "value": "aym"}, {"name": "aze", "value": "aze"}, {"name": "bak", "value": "bak"}, {"name": "bam", "value": "bam"}, {"name": "bel", "value": "bel"}, {"name": "ben", "value": "ben"}, {"name": "bis", "value": "bis"}, {"name": "bod", "value": "bod"}, {"name": "bos", "value": "bos"}, {"name": "bre", "value": "bre"}, {"name": "bul", "value": "bul"}, {"name": "cat", "value": "cat"}, {"name": "ces", "value": "ces"}, {"name": "cha", "value": "cha"}, {"name": "che", "value": "che"}, {"name": "chu", "value": "chu"}, {"name": "chv", "value": "chv"}, {"name": "cor", "value": "cor"}, {"name": "cos", "value": "cos"}, {"name": "cre", "value": "cre"}, {"name": "cym", "value": "cym"}, {"name": "dan", "value": "dan"}, {"name": "deu", "value": "deu"}, {"name": "div", "value": "div"}, {"name": "dzo", "value": "dzo"}, {"name": "ell", "value": "ell"}, {"name": "epo", "value": "epo"}, {"name": "est", "value": "est"}, {"name": "eus", "value": "eus"}, {"name": "ewe", "value": "ewe"}, {"name": "fao", "value": "fao"}, {"name": "fas", "value": "fas"}, {"name": "fij", "value": "fij"}, {"name": "fin", "value": "fin"}, {"name": "fra", "value": "fra"}, {"name": "fry", "value": "fry"}, {"name": "ful", "value": "ful"}, {"name": "gla", "value": "gla"}, {"name": "gle", "value": "gle"}, {"name": "glg", "value": "glg"}, {"name": "glv", "value": "glv"}, {"name": "grn", "value": "grn"}, {"name": "guj", "value": "guj"}, {"name": "hat", "value": "hat"}, {"name": "hau", "value": "hau"}, {"name": "heb", "value": "heb"}, {"name": "her", "value": "her"}, {"name": "hin", "value": "hin"}, {"name": "hmo", "value": "hmo"}, {"name": "hrv", "value": "hrv"}, {"name": "hun", "value": "hun"}, {"name": "hye", "value": "hye"}, {"name": "ibo", "value": "ibo"}, {"name": "ido", "value": "ido"}, {"name": "iii", "value": "iii"}, {"name": "iku", "value": "iku"}, {"name": "ile", "value": "ile"}, {"name": "ina", "value": "ina"}, {"name": "ind", "value": "ind"}, {"name": "ipk", "value": "ipk"}, {"name": "isl", "value": "isl"}, {"name": "ita", "value": "ita"}, {"name": "jav", "value": "jav"}, {"name": "kal", "value": "kal"}, {"name": "kan", "value": "kan"}, {"name": "kas", "value": "kas"}, {"name": "kat", "value": "kat"}, {"name": "kau", "value": "kau"}, {"name": "kaz", "value": "kaz"}, {"name": "khm", "value": "khm"}, {"name": "kik", "value": "kik"}, {"name": "kin", "value": "kin"}, {"name": "kir", "value": "kir"}, {"name": "kom", "value": "kom"}, {"name": "kon", "value": "kon"}, {"name": "kor", "value": "kor"}, {"name": "kua", "value": "kua"}, {"name": "kur", "value": "kur"}, {"name": "lao", "value": "lao"}, {"name": "lat", "value": "lat"}, {"name": "lav", "value": "lav"}, {"name": "lim", "value": "lim"}, {"name": "lin", "value": "lin"}, {"name": "lit", "value": "lit"}, {"name": "ltz", "value": "ltz"}, {"name": "lub", "value": "lub"}, {"name": "lug", "value": "lug"}, {"name": "mah", "value": "mah"}, {"name": "mal", "value": "mal"}, {"name": "mar", "value": "mar"}, {"name": "mkd", "value": "mkd"}, {"name": "mlg", "value": "mlg"}, {"name": "mlt", "value": "mlt"}, {"name": "mon", "value": "mon"}, {"name": "mri", "value": "mri"}, {"name": "msa", "value": "msa"}, {"name": "mya", "value": "mya"}, {"name": "nau", "value": "nau"}, {"name": "nav", "value": "nav"}, {"name": "nbl", "value": "nbl"}, {"name": "nde", "value": "nde"}, {"name": "ndo", "value": "ndo"}, {"name": "nep", "value": "nep"}, {"name": "nld", "value": "nld"}, {"name": "nno", "value": "nno"}, {"name": "nob", "value": "nob"}, {"name": "nor", "value": "nor"}, {"name": "nya", "value": "nya"}, {"name": "oci", "value": "oci"}, {"name": "oji", "value": "oji"}, {"name": "ori", "value": "ori"}, {"name": "orm", "value": "orm"}, {"name": "oss", "value": "oss"}, {"name": "pan", "value": "pan"}, {"name": "pli", "value": "pli"}, {"name": "pol", "value": "pol"}, {"name": "por", "value": "por"}, {"name": "pus", "value": "pus"}, {"name": "que", "value": "que"}, {"name": "roh", "value": "roh"}, {"name": "ron", "value": "ron"}, {"name": "run", "value": "run"}, {"name": "rus", "value": "rus"}, {"name": "sag", "value": "sag"}, {"name": "san", "value": "san"}, {"name": "sin", "value": "sin"}, {"name": "slk", "value": "slk"}, {"name": "slv", "value": "slv"}, {"name": "sme", "value": "sme"}, {"name": "smo", "value": "smo"}, {"name": "sna", "value": "sna"}, {"name": "snd", "value": "snd"}, {"name": "som", "value": "som"}, {"name": "sot", "value": "sot"}, {"name": "spa", "value": "spa"}, {"name": "sqi", "value": "sqi"}, {"name": "srd", "value": "srd"}, {"name": "srp", "value": "srp"}, {"name": "ssw", "value": "ssw"}, {"name": "sun", "value": "sun"}, {"name": "swa", "value": "swa"}, {"name": "swe", "value": "swe"}, {"name": "tah", "value": "tah"}, {"name": "tam", "value": "tam"}, {"name": "tat", "value": "tat"}, {"name": "tel", "value": "tel"}, {"name": "tgk", "value": "tgk"}, {"name": "tgl", "value": "tgl"}, {"name": "tha", "value": "tha"}, {"name": "tir", "value": "tir"}, {"name": "ton", "value": "ton"}, {"name": "tsn", "value": "tsn"}, {"name": "tso", "value": "tso"}, {"name": "tuk", "value": "tuk"}, {"name": "tur", "value": "tur"}, {"name": "twi", "value": "twi"}, {"name": "uig", "value": "uig"}, {"name": "ukr", "value": "ukr"}, {"name": "urd", "value": "urd"}, {"name": "uzb", "value": "uzb"}, {"name": "ven", "value": "ven"}, {"name": "vie", "value": "vie"}, {"name": "vol", "value": "vol"}, {"name": "wln", "value": "wln"}, {"name": "wol", "value": "wol"}, {"name": "xho", "value": "xho"}, {"name": "yid", "value": "yid"}, {"name": "yor", "value": "yor"}, {"name": "zha", "value": "zha"}, {"name": "zho", "value": "zho"}, {"name": "zul", "value": "zul"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Language", "title_i18n": {"en": "Language", "ja": "言語"}}, {"key": "item_1617258105262", "type": "fieldset", "items": [{"key": "item_1617258105262.resourceuri", "type": "text", "title": "資源タイプ識別子", "readonly": true, "title_i18n": {"en": "Resource Type Identifier", "ja": "資源タイプ識別子"}, "title_i18n_temp": {"en": "Resource Type Identifier", "ja": "資源タイプ識別子"}}, {"key": "item_1617258105262.resourcetype", "type": "select", "title": "資源タイプ ", "onChange": "resourceTypeSelect()", "titleMap": [{"name": "conference paper", "value": "conference paper"}, {"name": "data paper", "value": "data paper"}, {"name": "departmental bulletin paper", "value": "departmental bulletin paper"}, {"name": "editorial", "value": "editorial"}, {"name": "journal", "value": "journal"}, {"name": "journal article", "value": "journal article"}, {"name": "newspaper", "value": "newspaper"}, {"name": "review article", "value": "review article"}, {"name": "other periodical", "value": "other periodical"}, {"name": "software paper", "value": "software paper"}, {"name": "article", "value": "article"}, {"name": "book", "value": "book"}, {"name": "book part", "value": "book part"}, {"name": "cartographic material", "value": "cartographic material"}, {"name": "map", "value": "map"}, {"name": "conference output", "value": "conference output"}, {"name": "conference presentation", "value": "conference presentation"}, {"name": "conference proceedings", "value": "conference proceedings"}, {"name": "conference poster", "value": "conference poster"}, {"name": "aggregated data", "value": "aggregated data"}, {"name": "clinical trial data", "value": "clinical trial data"}, {"name": "compiled data", "value": "compiled data"}, {"name": "dataset", "value": "dataset"}, {"name": "encoded data", "value": "encoded data"}, {"name": "experimental data", "value": "experimental data"}, {"name": "genomic data", "value": "genomic data"}, {"name": "geospatial data", "value": "geospatial data"}, {"name": "laboratory notebook", "value": "laboratory notebook"}, {"name": "measurement and test data", "value": "measurement and test data"}, {"name": "observational data", "value": "observational data"}, {"name": "recorded data", "value": "recorded data"}, {"name": "simulation data", "value": "simulation data"}, {"name": "survey data", "value": "survey data"}, {"name": "image", "value": "image"}, {"name": "still image", "value": "still image"}, {"name": "moving image", "value": "moving image"}, {"name": "video", "value": "video"}, {"name": "lecture", "value": "lecture"}, {"name": "design patent", "value": "design patent"}, {"name": "patent", "value": "patent"}, {"name": "PCT application", "value": "PCT application"}, {"name": "plant patent", "value": "plant patent"}, {"name": "plant variety protection", "value": "plant variety protection"}, {"name": "software patent", "value": "software patent"}, {"name": "trademark", "value": "trademark"}, {"name": "utility model", "value": "utility model"}, {"name": "report", "value": "report"}, {"name": "research report", "value": "research report"}, {"name": "technical report", "value": "technical report"}, {"name": "policy report", "value": "policy report"}, {"name": "working paper", "value": "working paper"}, {"name": "data management plan", "value": "data management plan"}, {"name": "sound", "value": "sound"}, {"name": "thesis", "value": "thesis"}, {"name": "bachelor thesis", "value": "bachelor thesis"}, {"name": "master thesis", "value": "master thesis"}, {"name": "doctoral thesis", "value": "doctoral thesis"}, {"name": "commentary", "value": "commentary"}, {"name": "design", "value": "design"}, {"name": "industrial design", "value": "industrial design"}, {"name": "interactive resource", "value": "interactive resource"}, {"name": "layout design", "value": "layout design"}, {"name": "learning object", "value": "learning object"}, {"name": "manuscript", "value": "manuscript"}, {"name": "musical notation", "value": "musical notation"}, {"name": "peer review", "value": "peer review"}, {"name": "research proposal", "value": "research proposal"}, {"name": "research protocol", "value": "research protocol"}, {"name": "software", "value": "software"}, {"name": "source code", "value": "source code"}, {"name": "technical documentation", "value": "technical documentation"}, {"name": "transcription", "value": "transcription"}, {"name": "workflow", "value": "workflow"}, {"name": "other", "value": "other"}], "title_i18n": {"en": "Resource Type", "ja": "資源タイプ "}, "title_i18n_temp": {"en": "Resource Type", "ja": "資源タイプ "}}], "title": "Resource Type", "title_i18n": {"en": "Resource Type", "ja": "資源タイプ"}}, {"key": "item_1617349808926", "type": "fieldset", "items": [{"key": "item_1617349808926.subitem_version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version", "ja": "バージョン情報"}}], "title": "Version", "title_i18n": {"en": "Version", "ja": "バージョン情報"}}, {"key": "item_1617265215918", "type": "fieldset", "items": [{"key": "item_1617265215918.subitem_version_type", "type": "select", "title": "出版タイプ", "onChange": "changedVersionType(this, modelValue)", "titleMap": [{"name": "AO", "value": "AO"}, {"name": "SMUR", "value": "SMUR"}, {"name": "AM", "value": "AM"}, {"name": "P", "value": "P"}, {"name": "VoR", "value": "VoR"}, {"name": "CVoR", "value": "CVoR"}, {"name": "EVoR", "value": "EVoR"}, {"name": "NA", "value": "NA"}], "title_i18n": {"en": "Version Type", "ja": "出版タイプ"}, "title_i18n_temp": {"en": "Version Type", "ja": "出版タイプ"}}, {"key": "item_1617265215918.subitem_version_resource", "type": "text", "title": "出版タイプResource", "readonly": true, "title_i18n": {"en": "Version Type Resource", "ja": "出版タイプResource"}, "fieldHtmlClass": "txt-version-resource", "title_i18n_temp": {"en": "Version Type Resource", "ja": "出版タイプResource"}}], "title": "Version Type", "title_i18n": {"en": "Version Type", "ja": "出版タイプ"}}, {"add": "New", "key": "item_1617186783814", "items": [{"key": "item_1617186783814[].subitem_identifier_uri", "type": "text", "title": "識別子", "title_i18n": {"en": "Identifier", "ja": "識別子"}, "title_i18n_temp": {"en": "Identifier", "ja": "識別子"}}, {"key": "item_1617186783814[].subitem_identifier_type", "type": "select", "title": "識別子タイプ", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}], "title_i18n": {"en": "Identifier Type", "ja": "識別子タイプ"}, "title_i18n_temp": {"en": "Identifier Type", "ja": "識別子タイプ"}}], "style": {"add": "btn-success"}, "title": "Identifier", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, {"key": "item_1617186819068", "type": "fieldset", "items": [{"key": "item_1617186819068.subitem_identifier_reg_text", "type": "text", "title": "ID登録", "readonly": true, "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}, "title_i18n_temp": {"en": "Identifier Registration", "ja": "ID登録"}}, {"key": "item_1617186819068.subitem_identifier_reg_type", "type": "select", "title": "ID登録タイプ", "readonly": true, "titleMap": [{"name": "JaLC", "value": "JaLC"}, {"name": "Crossref", "value": "Crossref"}, {"name": "DataCite", "value": "DataCite"}, {"name": "PMID【現在不使用】", "value": "PMID【現在不使用】"}], "title_i18n": {"en": "Identifier Registration Type", "ja": "ID登録タイプ"}, "title_i18n_temp": {"en": "Identifier Registration Type", "ja": "ID登録タイプ"}}], "title": "Identifier Registration", "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}}, {"add": "New", "key": "item_1617353299429", "items": [{"key": "item_1617353299429[].subitem_relation_type", "type": "select", "title": "関連タイプ", "titleMap": [{"name": "isVersionOf", "value": "isVersionOf"}, {"name": "hasVersion", "value": "hasVersion"}, {"name": "isPartOf", "value": "isPartOf"}, {"name": "hasPart", "value": "hasPart"}, {"name": "isReferencedBy", "value": "isReferencedBy"}, {"name": "references", "value": "references"}, {"name": "isFormatOf", "value": "isFormatOf"}, {"name": "hasFormat", "value": "hasFormat"}, {"name": "isReplacedBy", "value": "isReplacedBy"}, {"name": "replaces", "value": "replaces"}, {"name": "isRequiredBy", "value": "isRequiredBy"}, {"name": "requires", "value": "requires"}, {"name": "isSupplementedBy", "value": "isSupplementedBy"}, {"name": "isSupplementTo", "value": "isSupplementTo"}, {"name": "isIdenticalTo", "value": "isIdenticalTo"}, {"name": "isDerivedFrom", "value": "isDerivedFrom"}, {"name": "isSourceOf", "value": "isSourceOf"}, {"name": "isCitedBy", "value": "isCitedBy"}, {"name": "Cites", "value": "Cites"}, {"name": "inSeries", "value": "inSeries"}], "title_i18n": {"en": "Relation Type", "ja": "関連タイプ"}, "title_i18n_temp": {"en": "Relation Type", "ja": "関連タイプ"}}, {"key": "item_1617353299429[].subitem_relation_type_id", "type": "fieldset", "items": [{"key": "item_1617353299429[].subitem_relation_type_id.subitem_relation_type_select", "type": "select", "title": "識別子タイプ", "titleMap": [{"name": "ARK", "value": "ARK"}, {"name": "arXiv", "value": "arXiv"}, {"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "ICHUSHI", "value": "ICHUSHI"}, {"name": "ISBN", "value": "ISBN"}, {"name": "J-GLOBAL", "value": "J-GLOBAL"}, {"name": "Local", "value": "Local"}, {"name": "PISSN", "value": "PISSN"}, {"name": "EISSN", "value": "EISSN"}, {"name": "ISSN【非推奨】", "value": "ISSN"}, {"name": "NAID", "value": "NAID"}, {"name": "NCID", "value": "NCID"}, {"name": "PMID【現在不使用】", "value": "PMID"}, {"name": "PURL", "value": "PURL"}, {"name": "SCOPUS", "value": "SCOPUS"}, {"name": "URI", "value": "URI"}, {"name": "WOS", "value": "WOS"}, {"name": "CRID", "value": "CRID"}], "title_i18n": {"en": "Identifier Type", "ja": "識別子タイプ"}, "title_i18n_temp": {"en": "Identifier Type", "ja": "識別子タイプ"}}, {"key": "item_1617353299429[].subitem_relation_type_id.subitem_relation_type_id_text", "type": "text", "title": "関連識別子", "title_i18n": {"en": "Related Identifier", "ja": "関連識別子"}, "title_i18n_temp": {"en": "Related Identifier", "ja": "関連識別子"}}], "title": "関連識別子", "title_i18n": {"en": "Related Identifier", "ja": "関連識別子"}, "title_i18n_temp": {"en": "Related Identifier", "ja": "関連識別子"}}, {"add": "New", "key": "item_1617353299429[].subitem_relation_name", "items": [{"key": "item_1617353299429[].subitem_relation_name[].subitem_relation_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617353299429[].subitem_relation_name[].subitem_relation_name_text", "type": "text", "title": "関連名称", "title_i18n": {"en": "Related Title", "ja": "関連名称"}, "title_i18n_temp": {"en": "Related Title", "ja": "関連名称"}}], "style": {"add": "btn-success"}, "title": "関連名称", "title_i18n": {"en": "Related Title", "ja": "関連名称"}, "title_i18n_temp": {"en": "Related Title", "ja": "関連名称"}}], "style": {"add": "btn-success"}, "title": "Relation", "title_i18n": {"en": "Relation", "ja": "関連情報"}}, {"add": "New", "key": "item_1617186859717", "items": [{"key": "item_1617186859717[].subitem_temporal_text", "type": "text", "title": "時間的範囲", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}, "title_i18n_temp": {"en": "Temporal", "ja": "時間的範囲"}}, {"key": "item_1617186859717[].subitem_temporal_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Temporal", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}}, {"add": "New", "key": "item_1617186882738", "items": [{"key": "item_1617186882738[].subitem_geolocation_point", "type": "fieldset", "items": [{"key": "item_1617186882738[].subitem_geolocation_point.subitem_point_longitude", "type": "text", "title": "経度", "title_i18n": {"en": "Point Longitude", "ja": "経度"}, "title_i18n_temp": {"en": "Point Longitude", "ja": "経度"}}, {"key": "item_1617186882738[].subitem_geolocation_point.subitem_point_latitude", "type": "text", "title": "緯度", "title_i18n": {"en": "Point Latitude", "ja": "緯度"}, "title_i18n_temp": {"en": "Point Latitude", "ja": "緯度"}}], "title": "位置情報(点)", "title_i18n": {"en": "Geo Location Point", "ja": "位置情報(点)"}, "title_i18n_temp": {"en": "Geo Location Point", "ja": "位置情報(点)"}}, {"key": "item_1617186882738[].subitem_geolocation_box", "type": "fieldset", "items": [{"key": "item_1617186882738[].subitem_geolocation_box.subitem_west_longitude", "type": "text", "title": "西部経度", "title_i18n": {"en": "West Bound Longitude", "ja": "西部経度"}, "title_i18n_temp": {"en": "West Bound Longitude", "ja": "西部経度"}}, {"key": "item_1617186882738[].subitem_geolocation_box.subitem_east_longitude", "type": "text", "title": "東部経度", "title_i18n": {"en": "East Bound Longitude", "ja": "東部経度"}, "title_i18n_temp": {"en": "East Bound Longitude", "ja": "東部経度"}}, {"key": "item_1617186882738[].subitem_geolocation_box.subitem_south_latitude", "type": "text", "title": "南部緯度", "title_i18n": {"en": "South Bound Latitude", "ja": "南部緯度"}, "title_i18n_temp": {"en": "South Bound Latitude", "ja": "南部緯度"}}, {"key": "item_1617186882738[].subitem_geolocation_box.subitem_north_latitude", "type": "text", "title": "北部緯度", "title_i18n": {"en": "North Bound Latitude", "ja": "北部緯度"}, "title_i18n_temp": {"en": "North Bound Latitude", "ja": "北部緯度"}}], "title": "位置情報(空間)", "title_i18n": {"en": "Geo Location Box", "ja": "位置情報(空間)"}, "title_i18n_temp": {"en": "Geo Location Box", "ja": "位置情報(空間)"}}, {"add": "New", "key": "item_1617186882738[].subitem_geolocation_place", "items": [{"key": "item_1617186882738[].subitem_geolocation_place[].subitem_geolocation_place_text", "type": "text", "title": "位置情報(自由記述)", "title_i18n": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}, "title_i18n_temp": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}}], "style": {"add": "btn-success"}, "title": "位置情報(自由記述)", "title_i18n": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}, "title_i18n_temp": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}}], "style": {"add": "btn-success"}, "title": "Geo Location", "title_i18n": {"en": "Geo Location", "ja": "位置情報"}}, {"add": "New", "key": "item_1617186901218", "items": [{"key": "item_1617186901218[].subitem_funder_identifiers", "type": "fieldset", "items": [{"key": "item_1617186901218[].subitem_funder_identifiers.subitem_funder_identifier_type", "type": "select", "title": "助成機関識別子タイプ", "titleMap": [{"name": "Crossref Funder", "value": "Crossref Funder"}, {"name": "e-Rad_funder", "value": "e-Rad_funder"}, {"name": "GRID【非推奨】", "value": "GRID"}, {"name": "ISNI", "value": "ISNI"}, {"name": "ROR", "value": "ROR"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Funder Identifier Type", "ja": "助成機関識別子タイプ"}, "title_i18n_temp": {"en": "Funder Identifier Type", "ja": "助成機関識別子タイプ"}}, {"key": "item_1617186901218[].subitem_funder_identifiers.subitem_funder_identifier_type_uri", "type": "text", "title": "助成機関識別子URI", "title_i18n": {"en": "Funder Identifier Type URI", "ja": "助成機関識別子タイプURI"}}, {"key": "item_1617186901218[].subitem_funder_identifiers.subitem_funder_identifier", "type": "text", "title": "助成機関識別子", "title_i18n": {"en": "Funder Identifier", "ja": "助成機関識別子"}, "title_i18n_temp": {"en": "Funder Identifier", "ja": "助成機関識別子"}}], "title": "助成機関識別子", "title_i18n": {"en": "Funder Identifier", "ja": "助成機関識別子"}, "title_i18n_temp": {"en": "Funder Identifier", "ja": "助成機関識別子"}}, {"add": "New", "key": "item_1617186901218[].subitem_funder_names", "items": [{"key": "item_1617186901218[].subitem_funder_names[].subitem_funder_name", "type": "text", "title": "助成機関名", "title_i18n": {"en": "Funder Name", "ja": "助成機関名"}, "title_i18n_temp": {"en": "Funder Name", "ja": "助成機関名"}}, {"key": "item_1617186901218[].subitem_funder_names[].subitem_funder_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "助成機関名", "title_i18n": {"en": "Funder Name", "ja": "助成機関名"}, "title_i18n_temp": {"en": "Funder Name", "ja": "助成機関名"}}, {"key": "item_1617186901218[].subitem_funding_stream_identifiers", "items": [{"key": "item_1617186901218[].subitem_funding_stream_identifiers.subitem_funding_stream_identifier_type", "type": "select", "title": "プログラム情報識別子タイプ", "titleMap": [{"name": "Crossref Funder", "value": "Crossref Funder"}, {"name": "JGN_fundingStream", "value": "JGN_fundingStream"}], "title_i18n": {"en": "Funding Stream Identifier Type", "ja": "プログラム情報識別子タイプ"}, "title_i18n_temp": {"en": "Funding Stream Identifier Type", "ja": "プログラム情報識別子タイプ"}}, {"key": "item_1617186901218[].subitem_funding_stream_identifiers.subitem_funding_stream_identifier_type_uri", "type": "text", "title": "プログラム情報識別子タイプURI", "title_i18n": {"en": "Funding Stream Identifier Type URI", "ja": "プログラム情報識別子タイプURI"}, "title_i18n_temp": {"en": "Funding Stream Identifier Type URI", "ja": "プログラム情報識別子タイプURI"}}, {"key": "item_1617186901218[].subitem_funding_stream_identifiers.subitem_funding_stream_identifier", "type": "text", "title": "研究課題番号タイプ", "title_i18n": {"en": "Funding Stream Identifier", "ja": "研究課題番号タイプ"}, "title_i18n_temp": {"en": "Funding Stream Identifier", "ja": "研究課題番号タイプ"}}], "title": "プログラム情報識別子", "title_i18n": {"en": "Funding Stream Identifiers", "ja": "プログラム情報識別子"}, "title_i18n_temp": {"en": "Funding Stream Identifiers", "ja": "プログラム情報識別子"}}, {"add": "New", "key": "item_1617186901218[].subitem_funding_streams", "items": [{"key": "item_1617186901218[].subitem_funding_streams[].subitem_funding_stream_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186901218[].subitem_funding_streams.subitem_funding_stream", "type": "text", "title": "プログラム情報", "title_i18n": {"en": "Funding Stream", "ja": "プログラム情報"}, "title_i18n_temp": {"en": "Funding Stream", "ja": "プログラム情報"}}], "style": {"add": "btn-success"}, "title": "プログラム情報", "title_i18n": {"en": "Funding Streams", "ja": "プログラム情報"}, "title_i18n_temp": {"en": "Funding Streams", "ja": "プログラム情報"}}, {"key": "item_1617186901218[].subitem_award_numbers", "items": [{"key": "item_1617186901218[].subitem_award_numbers.subitem_award_uri", "type": "text", "title": "研究課題番号URI", "title_i18n": {"en": "Award Number URI", "ja": "研究課題番号URI"}, "title_i18n_temp": {"en": "Award Number URI", "ja": "研究課題番号URI"}}, {"key": "item_1617186901218[].subitem_award_numbers.subitem_award_number", "type": "text", "title": "研究課題番号", "title_i18n": {"en": "Award Number", "ja": "研究課題番号"}, "title_i18n_temp": {"en": "Award Number", "ja": "研究課題番号"}}, {"key": "item_1617186901218[].subitem_award_numbers.subitem_award_number_type", "type": "select", "title": "研究課題番号タイプ", "titleMap": [{"name": "JGN", "value": "JGN"}], "title_i18n": {"en": "Award Number Type", "ja": "研究課題番号タイプ"}, "title_i18n_temp": {"en": "Award Number Type", "ja": "研究課題番号タイプ"}}], "title": "研究課題番号", "title_i18n": {"en": "Award Number", "ja": "研究課題番号"}, "title_i18n_temp": {"en": "Award Number", "ja": "研究課題番号"}}, {"add": "New", "key": "item_1617186901218[].subitem_award_titles", "items": [{"key": "item_1617186901218[].subitem_award_titles[].subitem_award_title", "type": "text", "title": "研究課題名", "title_i18n": {"en": "Award Title", "ja": "研究課題名"}, "title_i18n_temp": {"en": "Award Title", "ja": "研究課題名"}}, {"key": "item_1617186901218[].subitem_award_titles[].subitem_award_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "研究課題名", "title_i18n": {"en": "Award Title", "ja": "研究課題名"}, "title_i18n_temp": {"en": "Award Title", "ja": "研究課題名"}}], "style": {"add": "btn-success"}, "title": "Funding Reference", "title_i18n": {"en": "Funding Reference", "ja": "助成情報"}}, {"add": "New", "key": "item_1617186920753", "items": [{"key": "item_1617186920753[].subitem_source_identifier_type", "type": "select", "title": "収録物識別子タイプ", "titleMap": [{"name": "PISSN", "value": "PISSN"}, {"name": "EISSN", "value": "EISSN"}, {"name": "ISSN", "value": "ISSN"}, {"name": "NCID", "value": "NCID"}], "title_i18n": {"en": "Source Identifier Type", "ja": "収録物識別子タイプ"}, "title_i18n_temp": {"en": "Source Identifier Type", "ja": "収録物識別子タイプ"}}, {"key": "item_1617186920753[].subitem_source_identifier", "type": "text", "title": "収録物識別子", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}, "title_i18n_temp": {"en": "Source Identifier", "ja": "収録物識別子"}}], "style": {"add": "btn-success"}, "title": "Source Identifier", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}}, {"add": "New", "key": "item_1617186941041", "items": [{"key": "item_1617186941041[].subitem_source_title", "type": "text", "title": "収録物名", "title_i18n": {"en": "Source Title", "ja": "収録物名"}, "title_i18n_temp": {"en": "Source Title", "ja": "収録物名"}}, {"key": "item_1617186941041[].subitem_source_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Source Title", "title_i18n": {"en": "Source Title", "ja": "収録物名"}}, {"key": "item_1617186959569", "type": "fieldset", "items": [{"key": "item_1617186959569.subitem_volume", "type": "text", "title": "巻", "title_i18n": {"en": "Volume", "ja": "巻"}, "title_i18n_temp": {"en": "Volume", "ja": "巻"}}], "title": "Volume Number", "title_i18n": {"en": "Volume Number", "ja": "巻"}}, {"key": "item_1617186981471", "type": "fieldset", "items": [{"key": "item_1617186981471.subitem_issue", "type": "text", "title": "号", "title_i18n": {"en": "Issue", "ja": "号"}, "title_i18n_temp": {"en": "Issue", "ja": "号"}}], "title": "Issue Number", "title_i18n": {"en": "Issue Number", "ja": "号"}}, {"key": "item_1617186994930", "type": "fieldset", "items": [{"key": "item_1617186994930.subitem_number_of_pages", "type": "text", "title": "ページ数", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}, "title_i18n_temp": {"en": "Number of Pages", "ja": "ページ数"}}], "title": "Number of Pages", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}}, {"key": "item_1617187024783", "type": "fieldset", "items": [{"key": "item_1617187024783.subitem_start_page", "type": "text", "title": "開始ページ", "title_i18n": {"en": "Start Page", "ja": "開始ページ"}, "title_i18n_temp": {"en": "Start Page", "ja": "開始ページ"}}], "title": "Page Start", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}}, {"key": "item_1617187045071", "type": "fieldset", "items": [{"key": "item_1617187045071.subitem_end_page", "type": "text", "title": "終了ページ", "title_i18n": {"en": "End Page", "ja": "終了ページ"}, "title_i18n_temp": {"en": "End Page", "ja": "終了ページ"}}], "title": "Page End", "title_i18n": {"en": "Page End", "ja": "終了ページ"}}, {"key": "item_1617187056579", "type": "fieldset", "items": [{"add": "New", "key": "item_1617187056579.bibliographic_titles", "items": [{"key": "item_1617187056579.bibliographic_titles[].bibliographic_title", "type": "text", "title": "タイトル", "title_i18n": {"en": "Title", "ja": "タイトル"}, "title_i18n_temp": {"en": "Title", "ja": "タイトル"}}, {"key": "item_1617187056579.bibliographic_titles[].bibliographic_titleLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "雑誌名", "title_i18n": {"en": "Journal Title", "ja": "雑誌名"}, "title_i18n_temp": {"en": "Journal Title", "ja": "雑誌名"}}, {"key": "item_1617187056579.bibliographicVolumeNumber", "type": "text", "title": "巻", "title_i18n": {"en": "Volume Number", "ja": "巻"}, "title_i18n_temp": {"en": "Volume Number", "ja": "巻"}}, {"key": "item_1617187056579.bibliographicIssueNumber", "type": "text", "title": "号", "title_i18n": {"en": "Issue Number", "ja": "号"}, "title_i18n_temp": {"en": "Issue Number", "ja": "号"}}, {"key": "item_1617187056579.bibliographicPageStart", "type": "text", "title": "開始ページ", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}, "title_i18n_temp": {"en": "Page Start", "ja": "開始ページ"}}, {"key": "item_1617187056579.bibliographicPageEnd", "type": "text", "title": "終了ページ", "title_i18n": {"en": "Page End", "ja": "終了ページ"}, "title_i18n_temp": {"en": "Page End", "ja": "終了ページ"}}, {"key": "item_1617187056579.bibliographicNumberOfPages", "type": "text", "title": "ページ数", "title_i18n": {"en": "Number of Page", "ja": "ページ数"}, "title_i18n_temp": {"en": "Number of Page", "ja": "ページ数"}}, {"key": "item_1617187056579.bibliographicIssueDates", "type": "fieldset", "items": [{"key": "item_1617187056579.bibliographicIssueDates.bibliographicIssueDate", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker_multi_format.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1617187056579.bibliographicIssueDates.bibliographicIssueDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "", "value": ""}, {"name": "Issued", "value": "Issued"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}], "title": "発行日", "title_i18n": {"en": "Issue Date", "ja": "発行日"}, "title_i18n_temp": {"en": "Issue Date", "ja": "発行日"}}], "title": "Bibliographic Information", "title_i18n": {"en": "Bibliographic Information", "ja": "書誌情報"}}, {"key": "item_1617187087799", "type": "fieldset", "items": [{"key": "item_1617187087799.subitem_dissertationnumber", "type": "text", "title": "学位授与番号", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}, "title_i18n_temp": {"en": "Dissertation Number", "ja": "学位授与番号"}}], "title": "Dissertation Number", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}}, {"add": "New", "key": "item_1617187112279", "items": [{"key": "item_1617187112279[].subitem_degreename_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617187112279[].subitem_degreename", "type": "text", "title": "学位名", "title_i18n": {"en": "Degree Name", "ja": "学位名"}, "title_i18n_temp": {"en": "Degree Name", "ja": "学位名"}}], "style": {"add": "btn-success"}, "title": "Degree Name", "title_i18n": {"en": "Degree Name", "ja": "学位名"}}, {"key": "item_1617187136212", "type": "fieldset", "items": [{"key": "item_1617187136212.subitem_dategranted", "type": "template", "title": "学位授与年月日", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}, "templateUrl": "/static/templates/weko_deposit/datepicker_multi_format.html", "title_i18n_temp": {"en": "Date Granted", "ja": "学位授与年月日"}}], "title": "Date Granted", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}}, {"add": "New", "key": "item_1617944105607", "items": [{"add": "New", "key": "item_1617944105607[].subitem_degreegrantor_identifier", "items": [{"key": "item_1617944105607[].subitem_degreegrantor_identifier[].subitem_degreegrantor_identifier_scheme", "type": "select", "title": "学位授与機関識別子Scheme", "titleMap": [{"name": "kakenhi", "value": "kakenhi"}], "title_i18n": {"en": "Degree Grantor Name Identifier Scheme", "ja": "学位授与機関識別子Scheme"}, "title_i18n_temp": {"en": "Degree Grantor Name Identifier Scheme", "ja": "学位授与機関識別子Scheme"}}, {"key": "item_1617944105607[].subitem_degreegrantor_identifier[].subitem_degreegrantor_identifier_name", "type": "text", "title": "学位授与機関識別子", "title_i18n": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}, "title_i18n_temp": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}}], "style": {"add": "btn-success"}, "title": "学位授与機関識別子", "title_i18n": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}, "title_i18n_temp": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}}, {"add": "New", "key": "item_1617944105607[].subitem_degreegrantor", "items": [{"key": "item_1617944105607[].subitem_degreegrantor[].subitem_degreegrantor_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617944105607[].subitem_degreegrantor[].subitem_degreegrantor_name", "type": "text", "title": "学位授与機関名", "title_i18n": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}, "title_i18n_temp": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}}], "style": {"add": "btn-success"}, "title": "学位授与機関名", "title_i18n": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}, "title_i18n_temp": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}}], "style": {"add": "btn-success"}, "title": "Degree Grantor", "title_i18n": {"en": "Degree Grantor", "ja": "学位授与機関"}}, {"add": "New", "key": "item_1617187187528", "items": [{"add": "New", "key": "item_1617187187528[].subitem_conference_names", "items": [{"key": "item_1617187187528[].subitem_conference_names[].subitem_conference_name", "type": "text", "title": "会議名", "title_i18n": {"en": "Conference Name", "ja": "会議名"}, "title_i18n_temp": {"en": "Conference Name", "ja": "会議名"}}, {"key": "item_1617187187528[].subitem_conference_names[].subitem_conference_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "会議名", "title_i18n": {"en": "Conference Name", "ja": "会議名"}, "title_i18n_temp": {"en": "Conference Name", "ja": "会議名"}}, {"key": "item_1617187187528[].subitem_conference_sequence", "type": "text", "title": "回次", "title_i18n": {"en": "Conference Sequence", "ja": "回次"}, "title_i18n_temp": {"en": "Conference Sequence", "ja": "回次"}}, {"add": "New", "key": "item_1617187187528[].subitem_conference_sponsors", "items": [{"key": "item_1617187187528[].subitem_conference_sponsors[].subitem_conference_sponsor", "type": "text", "title": "主催機関", "title_i18n": {"en": "Conference Sponsor", "ja": "主催機関"}, "title_i18n_temp": {"en": "Conference Sponsor", "ja": "主催機関"}}, {"key": "item_1617187187528[].subitem_conference_sponsors[].subitem_conference_sponsor_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "主催機関", "title_i18n": {"en": "Conference Sponsor", "ja": "主催機関"}, "title_i18n_temp": {"en": "Conference Sponsor", "ja": "主催機関"}}, {"key": "item_1617187187528[].subitem_conference_date", "type": "fieldset", "items": [{"key": "item_1617187187528[].subitem_conference_date.subitem_conference_start_year", "type": "text", "title": "開始年", "title_i18n": {"en": "Start Year", "ja": "開始年"}, "title_i18n_temp": {"en": "Start Year", "ja": "開始年"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_start_month", "type": "text", "title": "開始月", "title_i18n": {"en": "Start Month", "ja": "開始月"}, "title_i18n_temp": {"en": "Start Month", "ja": "開始月"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_start_day", "type": "text", "title": "開始日", "title_i18n": {"en": "Start Day", "ja": "開始日"}, "title_i18n_temp": {"en": "Start Day", "ja": "開始日"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_end_year", "type": "text", "title": "終了年", "title_i18n": {"en": "End Year", "ja": "終了年"}, "title_i18n_temp": {"en": "End Year", "ja": "終了年"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_end_month", "type": "text", "title": "終了月", "title_i18n": {"en": "End Month", "ja": "終了月"}, "title_i18n_temp": {"en": "End Month", "ja": "終了月"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_end_day", "type": "text", "title": "終了日", "title_i18n": {"en": "End Day", "ja": "終了日"}, "title_i18n_temp": {"en": "End Day", "ja": "終了日"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_period", "type": "text", "title": "開催期間", "title_i18n": {"en": "Conference Date", "ja": "開催期間"}, "title_i18n_temp": {"en": "Conference Date", "ja": "開催期間"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_date_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "title": "開催期間", "title_i18n": {"en": "Conference Date", "ja": "開催期間"}, "title_i18n_temp": {"en": "Conference Date", "ja": "開催期間"}}, {"add": "New", "key": "item_1617187187528[].subitem_conference_venues", "items": [{"key": "item_1617187187528[].subitem_conference_venues[].subitem_conference_venue", "type": "text", "title": "開催会場", "title_i18n": {"en": "Conference Venue", "ja": "開催会場"}, "title_i18n_temp": {"en": "Conference Venue", "ja": "開催会場"}}, {"key": "item_1617187187528[].subitem_conference_venues[].subitem_conference_venue_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "開催会場", "title_i18n": {"en": "Conference Venue", "ja": "開催会場"}, "title_i18n_temp": {"en": "Conference Venue", "ja": "開催会場"}}, {"add": "New", "key": "item_1617187187528[].subitem_conference_places", "items": [{"key": "item_1617187187528[].subitem_conference_places[].subitem_conference_place", "type": "text", "title": "開催地", "title_i18n": {"en": "Conference Place", "ja": "開催地"}, "title_i18n_temp": {"en": "Conference Place", "ja": "開催地"}}, {"key": "item_1617187187528[].subitem_conference_places[].subitem_conference_place_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "開催地", "title_i18n": {"en": "Conference Place", "ja": "開催地"}, "title_i18n_temp": {"en": "Conference Place", "ja": "開催地"}}, {"key": "item_1617187187528[].subitem_conference_country", "type": "select", "title": "開催国", "titleMap": [{"name": "JPN", "value": "JPN"}, {"name": "ABW", "value": "ABW"}, {"name": "AFG", "value": "AFG"}, {"name": "AGO", "value": "AGO"}, {"name": "AIA", "value": "AIA"}, {"name": "ALA", "value": "ALA"}, {"name": "ALB", "value": "ALB"}, {"name": "AND", "value": "AND"}, {"name": "ARE", "value": "ARE"}, {"name": "ARG", "value": "ARG"}, {"name": "ARM", "value": "ARM"}, {"name": "ASM", "value": "ASM"}, {"name": "ATA", "value": "ATA"}, {"name": "ATF", "value": "ATF"}, {"name": "ATG", "value": "ATG"}, {"name": "AUS", "value": "AUS"}, {"name": "AUT", "value": "AUT"}, {"name": "AZE", "value": "AZE"}, {"name": "BDI", "value": "BDI"}, {"name": "BEL", "value": "BEL"}, {"name": "BEN", "value": "BEN"}, {"name": "BES", "value": "BES"}, {"name": "BFA", "value": "BFA"}, {"name": "BGD", "value": "BGD"}, {"name": "BGR", "value": "BGR"}, {"name": "BHR", "value": "BHR"}, {"name": "BHS", "value": "BHS"}, {"name": "BIH", "value": "BIH"}, {"name": "BLM", "value": "BLM"}, {"name": "BLR", "value": "BLR"}, {"name": "BLZ", "value": "BLZ"}, {"name": "BMU", "value": "BMU"}, {"name": "BOL", "value": "BOL"}, {"name": "BRA", "value": "BRA"}, {"name": "BRB", "value": "BRB"}, {"name": "BRN", "value": "BRN"}, {"name": "BTN", "value": "BTN"}, {"name": "BVT", "value": "BVT"}, {"name": "BWA", "value": "BWA"}, {"name": "CAF", "value": "CAF"}, {"name": "CAN", "value": "CAN"}, {"name": "CCK", "value": "CCK"}, {"name": "CHE", "value": "CHE"}, {"name": "CHL", "value": "CHL"}, {"name": "CHN", "value": "CHN"}, {"name": "CIV", "value": "CIV"}, {"name": "CMR", "value": "CMR"}, {"name": "COD", "value": "COD"}, {"name": "COG", "value": "COG"}, {"name": "COK", "value": "COK"}, {"name": "COL", "value": "COL"}, {"name": "COM", "value": "COM"}, {"name": "CPV", "value": "CPV"}, {"name": "CRI", "value": "CRI"}, {"name": "CUB", "value": "CUB"}, {"name": "CUW", "value": "CUW"}, {"name": "CXR", "value": "CXR"}, {"name": "CYM", "value": "CYM"}, {"name": "CYP", "value": "CYP"}, {"name": "CZE", "value": "CZE"}, {"name": "DEU", "value": "DEU"}, {"name": "DJI", "value": "DJI"}, {"name": "DMA", "value": "DMA"}, {"name": "DNK", "value": "DNK"}, {"name": "DOM", "value": "DOM"}, {"name": "DZA", "value": "DZA"}, {"name": "ECU", "value": "ECU"}, {"name": "EGY", "value": "EGY"}, {"name": "ERI", "value": "ERI"}, {"name": "ESH", "value": "ESH"}, {"name": "ESP", "value": "ESP"}, {"name": "EST", "value": "EST"}, {"name": "ETH", "value": "ETH"}, {"name": "FIN", "value": "FIN"}, {"name": "FJI", "value": "FJI"}, {"name": "FLK", "value": "FLK"}, {"name": "FRA", "value": "FRA"}, {"name": "FRO", "value": "FRO"}, {"name": "FSM", "value": "FSM"}, {"name": "GAB", "value": "GAB"}, {"name": "GBR", "value": "GBR"}, {"name": "GEO", "value": "GEO"}, {"name": "GGY", "value": "GGY"}, {"name": "GHA", "value": "GHA"}, {"name": "GIB", "value": "GIB"}, {"name": "GIN", "value": "GIN"}, {"name": "GLP", "value": "GLP"}, {"name": "GMB", "value": "GMB"}, {"name": "GNB", "value": "GNB"}, {"name": "GNQ", "value": "GNQ"}, {"name": "GRC", "value": "GRC"}, {"name": "GRD", "value": "GRD"}, {"name": "GRL", "value": "GRL"}, {"name": "GTM", "value": "GTM"}, {"name": "GUF", "value": "GUF"}, {"name": "GUM", "value": "GUM"}, {"name": "GUY", "value": "GUY"}, {"name": "HKG", "value": "HKG"}, {"name": "HMD", "value": "HMD"}, {"name": "HND", "value": "HND"}, {"name": "HRV", "value": "HRV"}, {"name": "HTI", "value": "HTI"}, {"name": "HUN", "value": "HUN"}, {"name": "IDN", "value": "IDN"}, {"name": "IMN", "value": "IMN"}, {"name": "IND", "value": "IND"}, {"name": "IOT", "value": "IOT"}, {"name": "IRL", "value": "IRL"}, {"name": "IRN", "value": "IRN"}, {"name": "IRQ", "value": "IRQ"}, {"name": "ISL", "value": "ISL"}, {"name": "ISR", "value": "ISR"}, {"name": "ITA", "value": "ITA"}, {"name": "JAM", "value": "JAM"}, {"name": "JEY", "value": "JEY"}, {"name": "JOR", "value": "JOR"}, {"name": "KAZ", "value": "KAZ"}, {"name": "KEN", "value": "KEN"}, {"name": "KGZ", "value": "KGZ"}, {"name": "KHM", "value": "KHM"}, {"name": "KIR", "value": "KIR"}, {"name": "KNA", "value": "KNA"}, {"name": "KOR", "value": "KOR"}, {"name": "KWT", "value": "KWT"}, {"name": "LAO", "value": "LAO"}, {"name": "LBN", "value": "LBN"}, {"name": "LBR", "value": "LBR"}, {"name": "LBY", "value": "LBY"}, {"name": "LCA", "value": "LCA"}, {"name": "LIE", "value": "LIE"}, {"name": "LKA", "value": "LKA"}, {"name": "LSO", "value": "LSO"}, {"name": "LTU", "value": "LTU"}, {"name": "LUX", "value": "LUX"}, {"name": "LVA", "value": "LVA"}, {"name": "MAC", "value": "MAC"}, {"name": "MAF", "value": "MAF"}, {"name": "MAR", "value": "MAR"}, {"name": "MCO", "value": "MCO"}, {"name": "MDA", "value": "MDA"}, {"name": "MDG", "value": "MDG"}, {"name": "MDV", "value": "MDV"}, {"name": "MEX", "value": "MEX"}, {"name": "MHL", "value": "MHL"}, {"name": "MKD", "value": "MKD"}, {"name": "MLI", "value": "MLI"}, {"name": "MLT", "value": "MLT"}, {"name": "MMR", "value": "MMR"}, {"name": "MNE", "value": "MNE"}, {"name": "MNG", "value": "MNG"}, {"name": "MNP", "value": "MNP"}, {"name": "MOZ", "value": "MOZ"}, {"name": "MRT", "value": "MRT"}, {"name": "MSR", "value": "MSR"}, {"name": "MTQ", "value": "MTQ"}, {"name": "MUS", "value": "MUS"}, {"name": "MWI", "value": "MWI"}, {"name": "MYS", "value": "MYS"}, {"name": "MYT", "value": "MYT"}, {"name": "NAM", "value": "NAM"}, {"name": "NCL", "value": "NCL"}, {"name": "NER", "value": "NER"}, {"name": "NFK", "value": "NFK"}, {"name": "NGA", "value": "NGA"}, {"name": "NIC", "value": "NIC"}, {"name": "NIU", "value": "NIU"}, {"name": "NLD", "value": "NLD"}, {"name": "NOR", "value": "NOR"}, {"name": "NPL", "value": "NPL"}, {"name": "NRU", "value": "NRU"}, {"name": "NZL", "value": "NZL"}, {"name": "OMN", "value": "OMN"}, {"name": "PAK", "value": "PAK"}, {"name": "PAN", "value": "PAN"}, {"name": "PCN", "value": "PCN"}, {"name": "PER", "value": "PER"}, {"name": "PHL", "value": "PHL"}, {"name": "PLW", "value": "PLW"}, {"name": "PNG", "value": "PNG"}, {"name": "POL", "value": "POL"}, {"name": "PRI", "value": "PRI"}, {"name": "PRK", "value": "PRK"}, {"name": "PRT", "value": "PRT"}, {"name": "PRY", "value": "PRY"}, {"name": "PSE", "value": "PSE"}, {"name": "PYF", "value": "PYF"}, {"name": "QAT", "value": "QAT"}, {"name": "REU", "value": "REU"}, {"name": "ROU", "value": "ROU"}, {"name": "RUS", "value": "RUS"}, {"name": "RWA", "value": "RWA"}, {"name": "SAU", "value": "SAU"}, {"name": "SDN", "value": "SDN"}, {"name": "SEN", "value": "SEN"}, {"name": "SGP", "value": "SGP"}, {"name": "SGS", "value": "SGS"}, {"name": "SHN", "value": "SHN"}, {"name": "SJM", "value": "SJM"}, {"name": "SLB", "value": "SLB"}, {"name": "SLE", "value": "SLE"}, {"name": "SLV", "value": "SLV"}, {"name": "SMR", "value": "SMR"}, {"name": "SOM", "value": "SOM"}, {"name": "SPM", "value": "SPM"}, {"name": "SRB", "value": "SRB"}, {"name": "SSD", "value": "SSD"}, {"name": "STP", "value": "STP"}, {"name": "SUR", "value": "SUR"}, {"name": "SVK", "value": "SVK"}, {"name": "SVN", "value": "SVN"}, {"name": "SWE", "value": "SWE"}, {"name": "SWZ", "value": "SWZ"}, {"name": "SXM", "value": "SXM"}, {"name": "SYC", "value": "SYC"}, {"name": "SYR", "value": "SYR"}, {"name": "TCA", "value": "TCA"}, {"name": "TCD", "value": "TCD"}, {"name": "TGO", "value": "TGO"}, {"name": "THA", "value": "THA"}, {"name": "TJK", "value": "TJK"}, {"name": "TKL", "value": "TKL"}, {"name": "TKM", "value": "TKM"}, {"name": "TLS", "value": "TLS"}, {"name": "TON", "value": "TON"}, {"name": "TTO", "value": "TTO"}, {"name": "TUN", "value": "TUN"}, {"name": "TUR", "value": "TUR"}, {"name": "TUV", "value": "TUV"}, {"name": "TWN", "value": "TWN"}, {"name": "TZA", "value": "TZA"}, {"name": "UGA", "value": "UGA"}, {"name": "UKR", "value": "UKR"}, {"name": "UMI", "value": "UMI"}, {"name": "URY", "value": "URY"}, {"name": "USA", "value": "USA"}, {"name": "UZB", "value": "UZB"}, {"name": "VAT", "value": "VAT"}, {"name": "VCT", "value": "VCT"}, {"name": "VEN", "value": "VEN"}, {"name": "VGB", "value": "VGB"}, {"name": "VIR", "value": "VIR"}, {"name": "VNM", "value": "VNM"}, {"name": "VUT", "value": "VUT"}, {"name": "WLF", "value": "WLF"}, {"name": "WSM", "value": "WSM"}, {"name": "YEM", "value": "YEM"}, {"name": "ZAF", "value": "ZAF"}, {"name": "ZMB", "value": "ZMB"}, {"name": "ZWE", "value": "ZWE"}], "title_i18n": {"en": "Conference Country", "ja": "開催国"}, "title_i18n_temp": {"en": "Conference Country", "ja": "開催国"}}], "style": {"add": "btn-success"}, "title": "Conference", "title_i18n": {"en": "Conference", "ja": "会議記述"}}, {"add": "New", "key": "item_1617620223087", "items": [{"key": "item_1617620223087[].subitem_heading_banner_headline", "type": "text", "title": "大見出し", "title_i18n": {"en": "Heading", "ja": "大見出し"}, "title_i18n_temp": {"en": "Heading", "ja": "大見出し"}}, {"key": "item_1617620223087[].subitem_heading_headline", "type": "text", "title": "小見出し", "title_i18n": {"en": "Subheading", "ja": "小見出し"}, "title_i18n_temp": {"en": "Subheading", "ja": "小見出し"}}, {"key": "item_1617620223087[].subitem_heading_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Heading", "title_i18n": {"en": "Heading", "ja": "見出し"}}, {"add": "New", "key": "item_1698591601", "items": [{"key": "item_1698591601[].original_language", "type": "text", "title": "原文の言語", "title_i18n": {"en": "Original Language", "ja": "原文の言語"}, "title_i18n_temp": {"en": "Original Language", "ja": "原文の言語"}}, {"key": "item_1698591601[].original_language_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "原文の言語", "title_i18n": {"en": "", "ja": "原文の言語"}}, {"add": "New", "key": "item_1698591602", "items": [{"key": "item_1698591602[].volume_title", "type": "text", "title": "Edition", "title_i18n": {"en": "", "ja": ""}}, {"key": "item_1698591602[].volume_title_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "部編名", "title_i18n": {"en": "", "ja": "部編名"}}, {"add": "New", "key": "item_1698591603", "items": [{"add": "New", "key": "item_1698591603[].catalog_contributors", "items": [{"key": "item_1698591603[].catalog_contributors[].contributor_type", "type": "select", "title": "Contributor Type", "titleMap": [{"name": "HostingInstitution", "value": "HostingInstitution"}], "title_i18n": {"en": "Contributor Type", "ja": "提供機関タイプ"}, "title_i18n_temp": {"en": "Contributor Type", "ja": "提供機関タイプ"}}, {"add": "New", "key": "item_1698591603[].catalog_contributors[].contributor_names", "items": [{"key": "item_1698591603[].catalog_contributors[].contributor_names[].contributor_name", "type": "text", "title": "Contributor Name", "title_i18n": {"en": "Contributor Name", "ja": "提供機関名"}, "title_i18n_temp": {"en": "Contributor Name", "ja": "提供機関名"}}, {"key": "item_1698591603[].catalog_contributors[].contributor_names[].contributor_name_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Contributor Name", "title_i18n": {"en": "", "ja": ""}}], "style": {"add": "btn-success"}, "title": "Contributor", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_identifiers", "items": [{"key": "item_1698591603[].catalog_identifiers[].catalog_identifier", "type": "text", "title": "Identifier", "title_i18n": {"en": "Identifier", "ja": "識別子"}, "title_i18n_temp": {"en": "Identifier", "ja": "識別子"}}, {"key": "item_1698591603[].catalog_identifiers[].catalog_identifier_type", "type": "select", "title": "Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}], "title_i18n": {"en": "Identifier Type", "ja": "識別子タイプ"}, "title_i18n_temp": {"en": "Identifier Type", "ja": "識別子タイプ"}}], "style": {"add": "btn-success"}, "title": "Identifier", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_titles", "items": [{"key": "item_1698591603[].catalog_titles[].catalog_title", "type": "text", "title": "Title", "title_i18n": {"en": "Title", "ja": "タイトル"}, "title_i18n_temp": {"en": "Title", "ja": "タイトル"}}, {"key": "item_1698591603[].catalog_titles[].catalog_title_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Title", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_descriptions", "items": [{"key": "item_1698591603[].catalog_descriptions[].catalog_description", "type": "text", "title": "Description", "title_i18n": {"en": "Description", "ja": "内容記述"}, "title_i18n_temp": {"en": "Description", "ja": "内容記述"}}, {"key": "item_1698591603[].catalog_descriptions[].catalog_description_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_descriptions[].catalog_description_type", "type": "select", "title": "Description Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Methods", "value": "Methods"}, {"name": "TableOfContents", "value": "TableOfContents"}, {"name": "TechnicalInfo", "value": "TechnicalInfo"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Description Type", "ja": "内容記述タイプ"}, "title_i18n_temp": {"en": "Description Type", "ja": "内容記述タイプ"}}], "style": {"add": "btn-success"}, "title": "Description", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_subjects", "items": [{"key": "item_1698591603[].catalog_subjects[].catalog_subject", "type": "text", "title": "Subject", "title_i18n": {"en": "Subject", "ja": "主題"}, "title_i18n_temp": {"en": "Subject", "ja": "主題"}}, {"key": "item_1698591603[].catalog_subjects[].catalog_subject_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_subjects[].catalog_subject_uri", "type": "text", "title": "Subject URI", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}, "title_i18n_temp": {"en": "Subject URI", "ja": "主題URI"}}, {"key": "item_1698591603[].catalog_subjects[].catalog_subject_scheme", "type": "select", "title": "Subject Scheme", "titleMap": [{"name": "BSH", "value": "BSH"}, {"name": "DDC", "value": "DDC"}, {"name": "e-Rad", "value": "e-Rad"}, {"name": "LCC", "value": "LCC"}, {"name": "LCSH", "value": "LCSH"}, {"name": "", "value": ""}, {"name": "MeSH", "value": "MeSH"}, {"name": "NDC", "value": "NDC"}, {"name": "NDLC", "value": "NDLC"}, {"name": "NDLSH", "value": "NDLSH"}, {"name": "SciVal", "value": "SciVal"}, {"name": "UDC", "value": "UDC"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Subject Scheme", "ja": "主題スキーマ"}, "title_i18n_temp": {"en": "Subject Scheme", "ja": "主題スキーマ"}}], "style": {"add": "btn-success"}, "title": "Subject", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_licenses", "items": [{"key": "item_1698591603[].catalog_licenses[].catalog_license", "type": "text", "title": "License", "title_i18n": {"en": "License", "ja": "ライセンス"}, "title_i18n_temp": {"en": "License", "ja": "ライセンス"}}, {"key": "item_1698591603[].catalog_license.catalog_license_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_license.catalog_license_type", "type": "select", "title": "License Type", "titleMap": [{"name": "file", "value": "file"}, {"name": "metadata", "value": "metadata"}, {"name": "thumbnail", "value": "thumbnail"}], "title_i18n": {"en": "License Type", "ja": "ライセンスタイプ"}}, {"key": "item_1698591603[].catalog_license.catalog_license_rdf_resource", "type": "text", "title": "RDF Resource", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}], "style": {"add": "btn-success"}, "title": "License", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_rights", "items": [{"key": "item_1698591603[].catalog_rights[].catalog_right", "type": "text", "title": "Rights", "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1698591603[].catalog_rights[].catalog_right_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_rights[].catalog_right_rdf_resource", "type": "text", "title": "RDF Resource", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}, "title_i18n_temp": {"en": "RDF Resource", "ja": "RDFリソース"}}], "style": {"add": "btn-success"}, "title": "Rights", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_access_rights", "items": [{"key": "item_1698591603[].catalog_access_rights[].catalog_access_right_access_rights", "type": "select", "title": "Access Rights", "titleMap": [{"name": "embargoed access", "value": "embargoed access"}, {"name": "metadata only access", "value": "metadata only access"}, {"name": "restricted access", "value": "restricted access"}, {"name": "open access", "value": "open access"}], "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1698591603[].catalog_access_rights[].catalog_access_right_rdf_resource", "type": "text", "title": "RDF Resource", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}, "title_i18n_temp": {"en": "RDF Resource", "ja": "RDFリソース"}}], "style": {"add": "btn-success"}, "title": "Access Rights", "title_i18n": {"en": "", "ja": ""}}, {"key": "item_1698591603[].catalog_file", "type": "fieldset", "items": [{"key": "item_1698591603[].catalog_file.catalog_file_uri", "type": "text", "title": "File URI", "title_i18n": {"en": "File URI", "ja": "ファイルURI"}, "title_i18n_temp": {"en": "File URI", "ja": "ファイルURI"}}, {"key": "item_1698591603[].catalog_file.catalog_file_object_type", "type": "select", "title": "Object Type", "titleMap": [{"name": "thumbnail", "value": "thumbnail"}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "title_i18n_temp": {"en": "Object Type", "ja": "オブジェクトタイプ"}}], "title": "File", "title_i18n": {"en": "", "ja": ""}}], "style": {"add": "btn-success"}, "title": "カタログ", "title_i18n": {"en": "", "ja": "カタログ"}}, {"add": "New", "key": "item_1698591604", "items": [{"key": "item_1698591604[].jpcoar_format", "type": "text", "title": "物理的形態", "title_i18n": {"en": "Physical Format", "ja": "物理的形態"}, "title_i18n_temp": {"en": "Physical Format", "ja": "物理的形態"}}, {"key": "item_1698591604[].json_format_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "物理的形態", "title_i18n": {"en": "", "ja": "物理的形態"}}, {"add": "New", "key": "item_1698591605", "type": "fieldset", "items": [{"key": "item_1698591605[].jpcoar_dataset_series", "type": "select", "title": "Dataset Series", "titleMap": [{"name": "True", "value": "True"}, {"name": "False", "value": "False"}], "title_i18n": {"en": "Dataset Series", "ja": "データセットシリーズ"}, "title_i18n_temp": {"en": "Dataset Series", "ja": "データセットシリーズ"}}], "style": {"add": "btn-success"}, "title": "データセットシリーズ", "title_i18n": {"en": "", "ja": "データセットシリーズ"}}, {"add": "New", "key": "item_1698591606", "items": [{"key": "item_1698591606[].edition", "type": "text", "title": "版", "title_i18n": {"en": "Edition", "ja": "版"}, "title_i18n_temp": {"en": "Edition", "ja": "版"}}, {"key": "item_1698591606[].edition_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "版", "title_i18n": {"en": "", "ja": "版"}}, {"add": "New", "key": "item_1698591607", "items": [{"add": "New", "key": "item_1698591607[].holding_agent_names", "items": [{"key": "item_1698591607[].holding_agent_names[].holding_agent_name", "type": "text", "title": "所蔵機関名", "title_i18n": {"en": "Holding Agent Name", "ja": "所蔵機関名"}, "title_i18n_temp": {"en": "Holding Agent Name", "ja": "所蔵機関名"}}, {"key": "item_1698591607[].holding_agent_names[].holding_agent_names_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "所蔵機関", "title_i18n": {"en": "Holding Agent", "ja": "所蔵機関"}, "title_i18n_temp": {"en": "Holding Agent", "ja": "所蔵機関"}}, {"key": "item_1698591607[].holding_agent_name_identifier", "items": [{"key": "item_1698591607[].holding_agent_name_identifier.holding_agent_name_idenfitier_value", "type": "text", "title": "所蔵機関識別子", "title_i18n": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}, "title_i18n_temp": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}}, {"key": "item_1698591607[].holding_agent_name_identifier.holding_agent_name_identifier_scheme", "type": "select", "title": "所蔵機関識別子スキーマ", "titleMap": [{"name": "kakenhi【非推奨】", "value": "kakenhi"}, {"name": "ISNI", "value": "ISNI"}, {"name": "Ringgold", "value": "Ringgold"}, {"name": "GRID【非推奨】", "value": "GRID"}, {"name": "ROR", "value": "ROR"}, {"name": "FANO", "value": "FANO"}, {"name": "ISIL", "value": "ISIL"}, {"name": "MARC", "value": "MARC"}, {"name": "OCLC", "value": "OCLC"}], "title_i18n": {"en": "Holding Agent Name Identifier Schema", "ja": "所蔵機関識別子スキーマ"}}, {"key": "item_1698591607[].holding_agent_name_identifier.holding_agent_name_identifier_uri", "type": "text", "title": "所蔵機関識別子URI", "title_i18n": {"en": "Holding Agent Name Identifier URI", "ja": "所蔵機関識別子URI"}}], "title": "所蔵機関識別子", "title_i18n": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}, "title_i18n_temp": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}}], "style": {"add": "btn-success"}, "title": "所蔵機関", "title_i18n": {"en": "", "ja": "所蔵機関"}}, {"add": "New", "key": "item_1698591608", "items": [{"key": "item_1698591608[].subitem_dcterms_date", "type": "text", "title": "日付(リテラル)", "title_i18n": {"en": "Date Literal", "ja": "日付(リテラル)"}, "title_i18n_temp": {"en": "Date Literal", "ja": "日付(リテラル)"}}, {"key": "item_1698591608[].subitem_dcterms_date_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "日付(リテラル)", "title_i18n": {"en": "", "ja": "日付(リテラル)"}}, {"add": "New", "key": "item_1698591609", "items": [{"key": "item_1698591609[].dcterms_extent", "type": "text", "title": "Extent", "title_i18n": {"en": "Extent", "ja": "大きさ"}, "title_i18n_temp": {"en": "Extent", "ja": "大きさ"}}, {"key": "item_1698591609[].dcterms_extent_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "大きさ", "title_i18n": {"en": "", "ja": "大きさ"}}, {"add": "New", "key": "item_1698591610", "items": [{"add": "New", "key": "item_1698591610[].publisher_names", "items": [{"key": "item_1698591610[].publisher_names[].publisher_name", "type": "text", "title": "出版者名", "title_i18n": {"en": "Publisher Name", "ja": "出版者名"}, "title_i18n_temp": {"en": "Publisher Name", "ja": "出版者名"}}, {"key": "item_1698591610[].publisher_names[].publisher_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "出版者名", "title_i18n": {"en": "Publisher Name", "ja": "出版者名"}, "title_i18n_temp": {"en": "Publisher Name", "ja": "出版者名"}}, {"add": "New", "key": "item_1698591610[].publisher_descriptions", "items": [{"key": "item_1698591610[].publisher_descriptions[].publisher_description", "type": "text", "title": "出版者注記", "title_i18n": {"en": "Publisher Description", "ja": "出版者注記"}, "title_i18n_temp": {"en": "Publisher Description", "ja": "出版者注記"}}, {"key": "item_1698591610[].publisher_descriptions[].publisher_description_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Publisher Description", "title_i18n": {"en": "Publisher Description", "ja": "出版者注記"}, "title_i18n_temp": {"en": "Publisher Description", "ja": "出版者注記"}}, {"add": "New", "key": "item_1698591610[].publisher_locations", "items": [{"key": "item_1698591610[].publisher_locations[].publisher_location", "type": "text", "title": "出版地", "title_i18n": {"en": "Publication Place", "ja": "出版地"}, "title_i18n_temp": {"en": "Publication Place", "ja": "出版地"}}], "style": {"add": "btn-success"}, "title": "出版地", "title_i18n": {"en": "Publication Place", "ja": "出版地"}, "title_i18n_temp": {"en": "Publication Place", "ja": "出版地"}}, {"add": "New", "key": "item_1698591610[].publication_places", "items": [{"key": "item_1698591610[].publication_places[].publication_place", "type": "text", "title": "出版地(国名コード)", "title_i18n": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}, "title_i18n_temp": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}}], "style": {"add": "btn-success"}, "title": "出版地(国名コード)", "title_i18n": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}, "title_i18n_temp": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}}], "style": {"add": "btn-success"}, "title": "出版者情報", "title_i18n": {"en": "", "ja": "出版者情報"}}, {"add": "New", "key": "item_1718082005802", "items": [{"key": "item_1718082005802[].filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html", "title_i18n_temp": {"en": "FileName", "ja": "表示名"}}, {"key": "item_1718082005802[].url", "type": "fieldset", "items": [{"key": "item_1718082005802[].url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}, "disableSuccessState": true}, {"key": "item_1718082005802[].url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "title_i18n_temp": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "item_1718082005802[].url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "title_i18n_temp": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}}, {"key": "item_1718082005802[].format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}, "title_i18n_temp": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "item_1718082005802[].filesize", "items": [{"key": "item_1718082005802[].filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "item_1718082005802[].fileDate", "items": [{"key": "item_1718082005802[].fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "日付タイプ", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "item_1718082005802[].fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}, "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1718082005802[].version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "item_1718082005802[].displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}, "title_i18n_temp": {"en": "Preview", "ja": "表示形式"}}, {"key": "item_1718082005802[].licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}, "title_i18n_temp": {"en": "License", "ja": "ライセンス"}}, {"key": "item_1718082005802[].licensefree", "type": "textarea", "title": " ", "condition": "model.item_1718082005802[arrayIndex].licensetype == ''license_free''", "title_i18n": {"en": " ", "ja": " "}}, {"key": "item_1718082005802[].accessrole", "type": "radios", "title": "アクセス", "default": "open_restricted", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open Access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do Not Publish", "ja": "公開しない"}}, {"name": "制限公開", "value": "open_restricted", "name_i18n": {"en": "Limited Access", "ja": "制限公開"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}, "title_i18n_temp": {"en": "Access", "ja": "アクセス"}}, {"key": "item_1718082005802[].date[0].dateValue", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"add": "New", "key": "item_1718082005802[].roles", "items": [{"key": "item_1718082005802[].roles[].role", "type": "select", "title": "ロール", "titleMap": [], "title_i18n": {"en": "Role", "ja": "ロール"}}], "style": {"add": "btn-success"}, "title": "ロール", "titleMap": [], "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_date'' || model.item_1718082005802[arrayIndex].accessrole == ''open_login''", "title_i18n": {"en": "Role", "ja": "ロール"}}, {"add": "New", "key": "item_1718082005802[].provide", "items": [{"key": "item_1718082005802[].provide[].workflow", "type": "select", "title": "ワークフロー", "titleMap": [], "title_i18n": {"en": "WorkFlow", "ja": "ワークフロー"}}, {"key": "item_1718082005802[].provide[].role", "type": "select", "title": "ロール", "titleMap": [], "title_i18n": {"en": "Role", "ja": "ロール"}}], "style": {"add": "btn-success"}, "title": "提供方法", "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_restricted''", "title_i18n": {"en": "Providing Method", "ja": "提供方法"}, "title_i18n_temp": {"en": "Providing Method", "ja": "提供方法"}}, {"key": "item_1718082005802[].terms", "type": "select", "title": "利用規約", "titleMap": [], "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_restricted''", "title_i18n": {"en": "Terms and Conditions", "ja": "利用規約"}, "title_i18n_temp": {"en": "Terms and Conditions", "ja": "利用規約"}}, {"key": "item_1718082005802[].termsDescription", "type": "textarea", "title": " ", "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_restricted'' && model.item_1718082005802[arrayIndex].terms== ''term_free''", "title_i18n": {"en": " ", "ja": " "}}], "style": {"add": "btn-success"}, "title": "Restricted File", "title_i18n": {"en": "Restricted File", "ja": "制限公開ファイル"}}, {"key": "system_identifier_doi", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(DOI)", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}}, {"key": "system_identifier_hdl", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(HDL)", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}}, {"key": "system_identifier_uri", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(URI)", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}}, {"key": "system_file", "type": "fieldset", "items": [{"add": "New", "key": "parentkey.subitem_systemfile_filename", "items": [{"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_label", "type": "text", "title": "SYSTEMFILE Filename Label"}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_type", "type": "select", "title": "SYSTEMFILE Filename Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Fulltext", "value": "Fulltext"}, {"name": "Summary", "value": "Summary"}, {"name": "Thumbnail", "value": "Thumbnail"}, {"name": "Other", "value": "Other"}]}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_uri", "type": "text", "title": "SYSTEMFILE Filename URI"}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE Filename"}, {"key": "parentkey.subitem_systemfile_mimetype", "type": "text", "title": "SYSTEMFILE MimeType"}, {"key": "parentkey.subitem_systemfile_size", "type": "text", "title": "SYSTEMFILE Size"}, {"add": "New", "key": "parentkey.subitem_systemfile_datetime", "items": [{"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_date", "type": "template", "title": "SYSTEMFILE DateTime Date", "format": "yyyy-MM-dd", "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_type", "type": "select", "title": "SYSTEMFILE DateTime Type", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}]}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE DateTime"}, {"key": "parentkey.subitem_systemfile_version", "type": "text", "title": "SYSTEMFILE Version"}], "title": "File Information", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}}]', + '{"meta_fix": {"pubdate": {"title": "PubDate", "option": {"crtf": false, "hidden": false, "multiple": false, "required": true, "showlist": false}, "input_type": "datetime", "title_i18n": {"en": "PubDate", "ja": "公開日"}, "input_value": ""}}, "meta_list": {"item_1698591601": {"title": "原文の言語", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1052", "title_i18n": {"en": "", "ja": "原文の言語"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591602": {"title": "部編名", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1051", "title_i18n": {"en": "", "ja": "部編名"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591603": {"title": "カタログ", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1057", "title_i18n": {"en": "", "ja": "カタログ"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591604": {"title": "物理的形態", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1054", "title_i18n": {"en": "", "ja": "物理的形態"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591605": {"title": "データセットシリーズ", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1056", "title_i18n": {"en": "", "ja": "データセットシリーズ"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591606": {"title": "版", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1050", "title_i18n": {"en": "", "ja": "版"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591607": {"title": "所蔵機関", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1055", "title_i18n": {"en": "", "ja": "所蔵機関"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591608": {"title": "日付(リテラル)", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1049", "title_i18n": {"en": "", "ja": "日付(リテラル)"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591609": {"title": "大きさ", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1053", "title_i18n": {"en": "", "ja": "大きさ"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1698591610": {"title": "出版者情報", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1048", "title_i18n": {"en": "", "ja": "出版者情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186331708": {"title": "Title", "option": {"crtf": true, "hidden": false, "oneline": false, "multiple": true, "required": true, "showlist": true}, "input_type": "cus_1001", "title_i18n": {"en": "Title", "ja": "タイトル"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186385884": {"title": "Alternative Title", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1002", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186419668": {"title": "Creator", "option": {"crtf": true, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": true}, "input_type": "cus_1038", "title_i18n": {"en": "Creator", "ja": "作成者"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186476635": {"title": "Access Rights", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_1005", "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186499011": {"title": "Rights", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1007", "title_i18n": {"en": "Rights", "ja": "権利情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186609386": {"title": "Subject", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1009", "title_i18n": {"en": "Subject", "ja": "主題"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186626617": {"title": "Description", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1010", "title_i18n": {"en": "Description", "ja": "内容記述"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186643794": {"title": "Publisher", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1011", "title_i18n": {"en": "Publisher", "ja": "出版者"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186660861": {"title": "Date", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1012", "title_i18n": {"en": "Date", "ja": "日付"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186702042": {"title": "Language", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1003", "title_i18n": {"en": "Language", "ja": "言語"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186783814": {"title": "Identifier", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1017", "title_i18n": {"en": "Identifier", "ja": "識別子"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186819068": {"title": "Identifier Registration", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_1018", "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186859717": {"title": "Temporal", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1020", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186882738": {"title": "Geo Location", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1021", "title_i18n": {"en": "Geo Location", "ja": "位置情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186901218": {"title": "Funding Reference", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1022", "title_i18n": {"en": "Funding Reference", "ja": "助成情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186920753": {"title": "Source Identifier", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1023", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186941041": {"title": "Source Title", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": true}, "input_type": "cus_1024", "title_i18n": {"en": "Source Title", "ja": "収録物名"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186959569": {"title": "Volume Number", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_1025", "title_i18n": {"en": "Volume Number", "ja": "巻"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186981471": {"title": "Issue Number", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_1026", "title_i18n": {"en": "Issue Number", "ja": "号"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617186994930": {"title": "Number of Pages", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_126", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617187024783": {"title": "Page Start", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_1028", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617187045071": {"title": "Page End", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_1029", "title_i18n": {"en": "Page End", "ja": "終了ページ"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617187056579": {"title": "Bibliographic Information", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_1027", "title_i18n": {"en": "Bibliographic Information", "ja": "書誌情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617187087799": {"title": "Dissertation Number", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_1030", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617187112279": {"title": "Degree Name", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": true}, "input_type": "cus_1031", "title_i18n": {"en": "Degree Name", "ja": "学位名"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617187136212": {"title": "Date Granted", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": true}, "input_type": "cus_1032", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617187187528": {"title": "Conference", "option": {"crtf": true, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": true}, "input_type": "cus_1034", "title_i18n": {"en": "Conference", "ja": "会議記述"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617258105262": {"title": "Resource Type", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": true, "showlist": false}, "input_type": "cus_1014", "title_i18n": {"en": "Resource Type", "ja": "資源タイプ"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617265215918": {"title": "Version Type", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_1016", "title_i18n": {"en": "Version Type", "ja": "出版タイプ"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617349709064": {"title": "Contributor", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1039", "title_i18n": {"en": "Contributor", "ja": "寄与者"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617349808926": {"title": "Version", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_1015", "title_i18n": {"en": "Version", "ja": "バージョン情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617351524846": {"title": "APC", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_1006", "title_i18n": {"en": "APC", "ja": "APC"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617353299429": {"title": "Relation", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1019", "title_i18n": {"en": "Relation", "ja": "関連情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617610673286": {"title": "Rights Holder", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1008", "title_i18n": {"en": "Rights Holder", "ja": "権利者情報"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617620223087": {"title": "Heading", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": false}, "input_type": "cus_1041", "title_i18n": {"en": "Heading", "ja": "見出し"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1617944105607": {"title": "Degree Grantor", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": true}, "input_type": "cus_1033", "title_i18n": {"en": "Degree Grantor", "ja": "学位授与機関"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}, "item_1718082005802": {"title": "Restricted File", "option": {"crtf": false, "hidden": false, "oneline": false, "multiple": true, "required": false, "showlist": true}, "input_type": "cus_30015", "title_i18n": {"en": "Restricted File", "ja": "制限公開ファイル"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}}, "table_row": ["item_1617186331708", "item_1617186385884", "item_1617186419668", "item_1617349709064", "item_1617186476635", "item_1617351524846", "item_1617186499011", "item_1617610673286", "item_1617186609386", "item_1617186626617", "item_1617186643794", "item_1617186660861", "item_1617186702042", "item_1617258105262", "item_1617349808926", "item_1617265215918", "item_1617186783814", "item_1617186819068", "item_1617353299429", "item_1617186859717", "item_1617186882738", "item_1617186901218", "item_1617186920753", "item_1617186941041", "item_1617186959569", "item_1617186981471", "item_1617186994930", "item_1617187024783", "item_1617187045071", "item_1617187056579", "item_1617187087799", "item_1617187112279", "item_1617187136212", "item_1617944105607", "item_1617187187528", "item_1617620223087", "item_1698591601", "item_1698591602", "item_1698591603", "item_1698591604", "item_1698591605", "item_1698591606", "item_1698591607", "item_1698591608", "item_1698591609", "item_1698591610", "item_1718082005802"], "edit_notes": {"item_1698591601": "", "item_1698591602": "", "item_1698591603": "", "item_1698591604": "", "item_1698591605": "", "item_1698591606": "", "item_1698591607": "", "item_1698591608": "", "item_1698591609": "", "item_1698591610": "", "item_1617186331708": "", "item_1617186385884": "", "item_1617186419668": "", "item_1617186476635": "", "item_1617186499011": "", "item_1617186609386": "", "item_1617186626617": "", "item_1617186643794": "", "item_1617186660861": "", "item_1617186702042": "", "item_1617186783814": "", "item_1617186819068": "", "item_1617186859717": "", "item_1617186882738": "", "item_1617186901218": "", "item_1617186920753": "", "item_1617186941041": "", "item_1617186959569": "", "item_1617186981471": "", "item_1617186994930": "", "item_1617187024783": "", "item_1617187045071": "", "item_1617187056579": "", "item_1617187087799": "", "item_1617187112279": "", "item_1617187136212": "", "item_1617187187528": "", "item_1617258105262": "", "item_1617265215918": "", "item_1617349709064": "", "item_1617349808926": "", "item_1617351524846": "", "item_1617353299429": "", "item_1617610673286": "", "item_1617620223087": "", "item_1617944105607": "", "item_1718082005802": ""}, "meta_system": {"system_file": {"title": "File Information", "option": {"crtf": false, "hidden": true, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_125", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}, "input_value": ""}, "system_identifier_doi": {"title": "Persistent Identifier(DOI)", "option": {"crtf": false, "hidden": true, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_123", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}, "input_value": ""}, "system_identifier_hdl": {"title": "Persistent Identifier(HDL)", "option": {"crtf": false, "hidden": true, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_123", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}, "input_value": ""}, "system_identifier_uri": {"title": "Persistent Identifier(URI)", "option": {"crtf": false, "hidden": true, "oneline": false, "multiple": false, "required": false, "showlist": false}, "input_type": "cus_123", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}, "input_value": ""}}, "upload_file": false, "schemaeditor": {"schema": {"item_1698591601": {"type": "object", "format": "object", "properties": {"original_language": {"type": "string", "title": "Original Language", "format": "text", "title_i18n": {"en": "Original Language", "ja": "原文の言語"}}, "original_language_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1698591602": {"type": "object", "format": "object", "properties": {"volume_title": {"type": "string", "title": "部編名", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "volume_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1698591603": {"type": "object", "format": "object", "properties": {"catalog_file": {"type": "object", "title": "File", "format": "object", "properties": {"catalog_file_uri": {"type": "string", "title": "File URI", "format": "text", "title_i18n": {"en": "File URI", "ja": "ファイルURI"}}, "catalog_file_object_type": {"enum": [null, "thumbnail"], "type": ["null", "string"], "title": "Object Type", "format": "select", "currentEnum": ["thumbnail"]}}}, "catalog_rights": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_rights_right": {"type": "string", "title": "Rights", "format": "text", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, "catalog_right_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "catalog_right_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "Rights", "format": "array"}, "catalog_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_title": {"type": "string", "title": "Title", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "catalog_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Title", "format": "array"}, "catalog_licenses": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_license": {"type": "string", "title": "License", "format": "text", "title_i18n": {"en": "License", "ja": "ライセンス"}}, "catalog_license_type": {"enum": ["file", "metadata", "thumbnail"], "type": ["null", "string"], "title": "License Type", "format": "select", "currentEnum": ["file", "metadata", "thumbnail"]}, "catalog_license_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "catalog_license_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "License", "format": "array"}, "catalog_subjects": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_subject": {"type": "string", "title": "Subject", "format": "text", "title_i18n": {"en": "Subject", "ja": "主題"}}, "catalog_subject_uri": {"type": "string", "title": "Subject URI", "format": "text", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}}, "catalog_subject_scheme": {"enum": [null, "BSH", "DDC", "e-Rad", "LCC", "LCSH", "", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"], "type": ["null", "string"], "title": "Subject Scheme", "format": "select", "currentEnum": ["BSH", "DDC", "e-Rad", "LCC", "LCSH", "", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"]}, "catalog_subject_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Subject", "format": "array"}, "catalog_identifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_identifier": {"type": "string", "title": "Identifier", "format": "text", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, "catalog_identifier_type": {"enum": [null, "DOI", "HDL", "URI"], "type": ["null", "string"], "title": "Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}}, "title": "Identifier", "format": "array"}, "catalog_contributors": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributor_type": {"enum": [null, "HostingInstitution"], "type": ["null", "string"], "title": "Contributor Type", "format": "select", "currentEnum": ["HostingInstitution"]}, "contributor_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributor_name": {"type": "string", "title": "Contributor Name", "format": "text", "title_i18n": {"en": "Contributor Name", "ja": "提供機関名"}}, "contributor_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Contributor Name", "format": "array"}}}, "title": "Contributor", "format": "array"}, "catalog_descriptions": {"type": "object", "title": "Description", "format": "object", "properties": {"catalog_description": {"type": "string", "title": "Description", "format": "text", "title_i18n": {"en": "Description", "ja": "内容記述"}}, "catalog_description_type": {"enum": [null, "Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"], "type": ["null", "string"], "title": "Description Type", "format": "select", "currentEnum": ["Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"]}, "catalog_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "catalog_access_rights": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_access_right": {"enum": ["embargoed access", "metadata only access", "restricted access", "open access"], "type": ["null", "string"], "title": "Access Rights", "format": "select", "currentEnum": ["embargoed access", "metadata only access", "restricted access", "open access"]}, "catalog_access_right_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "Access Rights", "format": "array"}}}, "item_1698591604": {"type": "object", "format": "object", "properties": {"jpcoar_format": {"type": "string", "title": "物理的形態", "format": "text", "title_i18n": {"en": "Physical Format", "ja": "物理的形態"}}, "jpcoar_format_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1698591605": {"type": "object", "format": "object", "properties": {"jpcoar_dataset_series": {"enum": [null, "True", "False"], "type": ["null", "string"], "title": "Dataset Series", "format": "select", "currentEnum": ["True", "False"]}}}, "item_1698591606": {"type": "object", "format": "object", "properties": {"edition": {"type": "string", "title": "版", "format": "text", "title_i18n": {"en": "Edition", "ja": "版"}}, "edition_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1698591607": {"type": "object", "format": "object", "properties": {"holding_agent_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"holding_agent_name": {"type": "string", "title": "所蔵機関名", "format": "text", "title_i18n": {"en": "Holding Agent Name", "ja": "所蔵機関名"}}, "holding_agent_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所蔵機関名", "format": "array"}, "holding_agent_name_identifier": {"type": "object", "title": "所蔵機関識別子", "format": "object", "properties": {"holding_agent_name_idenfitier_uri": {"type": "string", "title": "所蔵機関識別子URI", "format": "text", "title_i18n": {"en": "Holding Agent Name Identifier URI", "ja": "所蔵機関識別子URI"}}, "holding_agent_name_idenfitier_value": {"type": "string", "title": "所蔵機関識別子", "format": "text", "title_i18n": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}}, "holding_agent_name_idenfitier_scheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID", "ROR", "FANO", "ISIL", "MARC", "OCLC"], "type": ["null", "string"], "title": "所蔵機関識別子スキーマ", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID", "ROR", "FANO", "ISIL", "MARC", "OCLC"]}}}}}, "item_1698591608": {"type": "object", "format": "object", "properties": {"subitem_dcterms_date": {"type": "string", "title": "日付(リテラル)", "format": "text", "title_i18n": {"en": "Date Literal", "ja": "日付(リテラル)"}}, "subitem_dcterms_date_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1698591609": {"type": "object", "format": "object", "properties": {"dcterms_extent": {"type": "string", "title": "Extent", "format": "text", "title_i18n": {"en": "Extent", "ja": "大きさ"}}, "dcterms_extent_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1698591610": {"type": "object", "format": "object", "properties": {"publisher_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_name": {"type": "string", "title": "出版者名", "format": "text", "title_i18n": {"en": "Publisher Name", "ja": "出版者名"}}, "publisher_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "出版者名", "format": "array"}, "publication_places": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publication_place": {"type": "string", "title": "出版地(国名コード)", "format": "text", "title_i18n": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}}}}, "title": "出版地(国名コード)", "format": "array"}, "publisher_locations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_location": {"type": "string", "title": "出版地", "format": "text", "title_i18n": {"en": "Publication Place", "ja": "出版地"}}}}, "title": "出版地", "format": "array"}, "publisher_descriptions": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_description": {"type": "string", "title": "出版者注記", "format": "text", "title_i18n": {"en": "Publisher Description", "ja": "出版者注記"}}, "publisher_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "出版者注記", "format": "array"}}}, "item_1617186331708": {"type": "object", "format": "object", "properties": {"subitem_title": {"type": "string", "title": "タイトル", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "subitem_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617186385884": {"type": "object", "format": "object", "properties": {"subitem_alternative_title": {"type": "string", "title": "その他のタイトル", "format": "text", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}}, "subitem_alternative_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617186419668": {"type": "object", "format": "object", "properties": {"iscreator": {"type": "string", "title": "iscreator", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "givenNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"givenName": {"type": "string", "title": "名", "format": "text", "title_i18n": {"en": "Given Name", "ja": "名"}}, "givenNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者名", "format": "array"}, "creatorType": {"type": "string", "title": "作成者タイプ", "format": "text", "title_i18n": {"en": "Creator Type", "ja": "作成者タイプ"}}, "familyNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"familyName": {"type": "string", "title": "姓", "format": "text", "title_i18n": {"en": "Family Name", "ja": "姓"}}, "familyNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者姓", "format": "array"}, "creatorMails": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorMail": {"type": "string", "title": "メールアドレス", "format": "text", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}}}}, "title": "作成者メールアドレス", "format": "array"}, "creatorNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorName": {"type": "string", "title": "姓名", "format": "text", "title_i18n": {"en": "Name", "ja": "姓名"}}, "creatorNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "creatorNameType": {"enum": [null, "Personal", "Organizational"], "type": ["null", "string"], "title": "名前タイプ", "format": "select", "currentEnum": ["Personal", "Organizational"]}}}, "title": "作成者姓名", "format": "array"}, "nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "作成者識別子", "format": "text", "title_i18n": {"en": "Creator Name Identifier", "ja": "作成者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "作成者識別子URI", "format": "text", "title_i18n": {"en": "Creator Name Identifier URI", "ja": "作成者識別子URI"}}, "nameIdentifierScheme": {"enum": [], "type": ["null", "string"], "title": "作成者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "作成者識別子", "format": "array"}, "creatorAffiliations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"affiliationNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"affiliationName": {"type": "string", "title": "所属機関名", "format": "text", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}}, "affiliationNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所属機関名", "format": "array"}, "affiliationNameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"": {"type": "string", "title": "所属機関識別子", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}, "affiliationNameIdentifierURI": {"type": "string", "title": "所属機関識別子URI", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}, "affiliationNameIdentifierScheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID"], "type": ["null", "string"], "title": "所属機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID"]}}}, "title": "所属機関識別子", "format": "array"}}}, "title": "作成者所属", "format": "array"}, "creatorAlternatives": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorAlternative": {"type": "string", "title": "別名", "format": "text", "title_i18n": {"en": "Alternative Name", "ja": "別名"}}, "creatorAlternativeLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者別名", "format": "array"}}}, "item_1617186476635": {"type": "object", "format": "object", "properties": {"subitem_access_right": {"enum": [null, "embargoed access", "metadata only access", "open access", "restricted access"], "type": ["null", "string"], "title": "アクセス権", "format": "select", "currentEnum": ["embargoed access", "metadata only access", "open access", "restricted access"]}, "subitem_access_right_uri": {"type": "string", "title": "アクセス権URI", "format": "text", "title_i18n": {"en": "Access Rights URI", "ja": "アクセス権URI"}}}}, "item_1617186499011": {"type": "object", "format": "object", "properties": {"subitem_rights": {"type": "string", "title": "権利情報", "format": "text", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, "subitem_rights_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "subitem_rights_resource": {"type": "string", "title": "権利情報Resource", "format": "text", "title_i18n": {"en": "Rights Resource", "ja": "権利情報Resource"}}}}, "item_1617186609386": {"type": "object", "format": "object", "properties": {"subitem_subject": {"type": "string", "title": "主題", "format": "text", "title_i18n": {"en": "Subject", "ja": "主題"}}, "subitem_subject_uri": {"type": "string", "title": "主題URI", "format": "text", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}}, "subitem_subject_scheme": {"enum": [null, "BSH", "DDC", "e-Rad_field", "JEL", "LCC", "LCSH", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"], "type": ["null", "string"], "title": "主題Scheme", "format": "select", "currentEnum": ["BSH", "DDC", "e-Rad_field", "JEL", "LCC", "LCSH", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"]}, "subitem_subject_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617186626617": {"type": "object", "format": "object", "properties": {"subitem_description": {"type": "string", "title": "内容記述", "format": "textarea", "title_i18n": {"en": "Description", "ja": "内容記述"}}, "subitem_description_type": {"enum": [null, "Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"], "type": ["null", "string"], "title": "内容記述タイプ", "format": "select", "currentEnum": ["Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"]}, "subitem_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617186643794": {"type": "object", "format": "object", "properties": {"subitem_publisher": {"type": "string", "title": "出版者", "format": "text", "title_i18n": {"en": "Publisher", "ja": "出版者"}}, "subitem_publisher_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617186660861": {"type": "object", "format": "object", "properties": {"subitem_date_issued_type": {"enum": [null, "Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"]}, "subitem_date_issued_datetime": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}}}, "item_1617186702042": {"type": "object", "format": "object", "properties": {"subitem_language": {"enum": [null, "jpn", "eng", "aar", "abk", "afr", "aka", "amh", "ara", "arg", "asm", "ava", "ave", "aym", "aze", "bak", "bam", "bel", "ben", "bis", "bod", "bos", "bre", "bul", "cat", "ces", "cha", "che", "chu", "chv", "cor", "cos", "cre", "cym", "dan", "deu", "div", "dzo", "ell", "epo", "est", "eus", "ewe", "fao", "fas", "fij", "fin", "fra", "fry", "ful", "gla", "gle", "glg", "glv", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hrv", "hun", "hye", "ibo", "ido", "iii", "iku", "ile", "ina", "ind", "ipk", "isl", "ita", "jav", "kal", "kan", "kas", "kat", "kau", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "ltz", "lub", "lug", "mah", "mal", "mar", "mkd", "mlg", "mlt", "mon", "mri", "msa", "mya", "nau", "nav", "nbl", "nde", "ndo", "nep", "nld", "nno", "nob", "nor", "nya", "oci", "oji", "ori", "orm", "oss", "pan", "pli", "pol", "por", "pus", "que", "roh", "ron", "run", "rus", "sag", "san", "sin", "slk", "slv", "sme", "smo", "sna", "snd", "som", "sot", "spa", "sqi", "srd", "srp", "ssw", "sun", "swa", "swe", "tah", "tam", "tat", "tel", "tgk", "tgl", "tha", "tir", "ton", "tsn", "tso", "tuk", "tur", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wol", "xho", "yid", "yor", "zha", "zho", "zul"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["jpn", "eng", "aar", "abk", "afr", "aka", "amh", "ara", "arg", "asm", "ava", "ave", "aym", "aze", "bak", "bam", "bel", "ben", "bis", "bod", "bos", "bre", "bul", "cat", "ces", "cha", "che", "chu", "chv", "cor", "cos", "cre", "cym", "dan", "deu", "div", "dzo", "ell", "epo", "est", "eus", "ewe", "fao", "fas", "fij", "fin", "fra", "fry", "ful", "gla", "gle", "glg", "glv", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hrv", "hun", "hye", "ibo", "ido", "iii", "iku", "ile", "ina", "ind", "ipk", "isl", "ita", "jav", "kal", "kan", "kas", "kat", "kau", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "ltz", "lub", "lug", "mah", "mal", "mar", "mkd", "mlg", "mlt", "mon", "mri", "msa", "mya", "nau", "nav", "nbl", "nde", "ndo", "nep", "nld", "nno", "nob", "nor", "nya", "oci", "oji", "ori", "orm", "oss", "pan", "pli", "pol", "por", "pus", "que", "roh", "ron", "run", "rus", "sag", "san", "sin", "slk", "slv", "sme", "smo", "sna", "snd", "som", "sot", "spa", "sqi", "srd", "srp", "ssw", "sun", "swa", "swe", "tah", "tam", "tat", "tel", "tgk", "tgl", "tha", "tir", "ton", "tsn", "tso", "tuk", "tur", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wol", "xho", "yid", "yor", "zha", "zho", "zul"]}}}, "item_1617186783814": {"type": "object", "format": "object", "properties": {"subitem_identifier_uri": {"type": "string", "title": "識別子", "format": "text", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, "subitem_identifier_type": {"enum": [null, "DOI", "HDL", "URI"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}}, "item_1617186819068": {"type": "object", "format": "object", "properties": {"subitem_identifier_reg_text": {"type": "string", "title": "ID登録", "format": "text", "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}}, "subitem_identifier_reg_type": {"enum": [null, "JaLC", "Crossref", "DataCite", "PMID【現在不使用】"], "type": ["null", "string"], "title": "ID登録タイプ", "format": "select", "currentEnum": ["JaLC", "Crossref", "DataCite", "PMID【現在不使用】"]}}}, "item_1617186859717": {"type": "object", "format": "object", "properties": {"subitem_temporal_text": {"type": "string", "title": "時間的範囲", "format": "text", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}}, "subitem_temporal_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617186882738": {"type": "object", "format": "object", "properties": {"subitem_geolocation_box": {"type": "object", "title": "位置情報(空間)", "format": "object", "properties": {"subitem_east_longitude": {"type": "string", "title": "東部経度", "format": "text", "title_i18n": {"en": "East Bound Longitude", "ja": "東部経度"}}, "subitem_north_latitude": {"type": "string", "title": "北部緯度", "format": "text", "title_i18n": {"en": "North Bound Latitude", "ja": "北部緯度"}}, "subitem_south_latitude": {"type": "string", "title": "南部緯度", "format": "text", "title_i18n": {"en": "South Bound Latitude", "ja": "南部緯度"}}, "subitem_west_longitude": {"type": "string", "title": "西部経度", "format": "text", "title_i18n": {"en": "West Bound Longitude", "ja": "西部経度"}}}}, "subitem_geolocation_place": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_geolocation_place_text": {"type": "string", "title": "位置情報(自由記述)", "format": "text", "title_i18n": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}}}}, "title": "位置情報(自由記述)", "format": "array"}, "subitem_geolocation_point": {"type": "object", "title": "位置情報(点)", "format": "object", "properties": {"subitem_point_latitude": {"type": "string", "title": "緯度", "format": "text", "title_i18n": {"en": "Point Latitude", "ja": "緯度"}}, "subitem_point_longitude": {"type": "string", "title": "経度", "format": "text", "title_i18n": {"en": "Point Longitude", "ja": "経度"}}}}}}, "item_1617186901218": {"type": "object", "format": "object", "properties": {"subitem_award_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_award_title": {"type": "string", "title": "研究課題名", "format": "text", "title_i18n": {"en": "Award Title", "ja": "研究課題名"}}, "subitem_award_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "研究課題名", "format": "array"}, "subitem_funder_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_funder_name": {"type": "string", "title": "助成機関名", "format": "text", "title_i18n": {"en": "Funder Name", "ja": "助成機関名"}}, "subitem_funder_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "助成機関名", "format": "array"}, "subitem_award_numbers": {"type": "object", "title": "研究課題番号", "format": "object", "properties": {"subitem_award_uri": {"type": "string", "title": "研究課題番号URI", "format": "text", "title_i18n": {"en": "Award Number URI", "ja": "研究課題番号URI"}}, "subitem_award_number": {"type": "string", "title": "研究課題番号", "format": "text", "title_i18n": {"en": "Award Number", "ja": "研究課題番号"}}, "subitem_award_number_type": {"enum": [null, "JGN"], "type": ["null", "string"], "title": "研究課題番号タイプ", "format": "select", "currentEnum": ["JGN"]}}}, "subitem_funding_streams": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_funding_stream": {"type": "string", "title": "プログラム情報", "format": "text", "title_i18n": {"en": "Funding Stream", "ja": "プログラム情報"}}, "subitem_funding_stream_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "プログラム情報", "format": "array"}, "subitem_funder_identifiers": {"type": "object", "title": "助成機関識別子", "format": "object", "properties": {"subitem_funder_identifier": {"type": "string", "title": "助成機関識別子", "format": "text", "title_i18n": {"en": "Funder Identifier", "ja": "助成機関識別子"}}, "subitem_funder_identifier_type": {"enum": [null, "Crossref Funder", "e-Rad_funder", "GRID", "ISNI", "ROR", "Other"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["Crossref Funder", "e-Rad_funder", "GRID", "ISNI", "ROR", "Other"]}}}, "subitem_funding_stream_identifiers": {"type": "object", "title": "プログラム情報識別子", "format": "object", "properties": {"subitem_funding_stream_identifier": {"type": "string", "title": "プログラム情報識別子", "format": "text", "title_i18n": {"en": "Funding Stream Identifier", "ja": "研究課題番号タイプ"}}, "subitem_funding_stream_identifier_type": {"enum": [null, "Crossref Funder", "JGN_fundingStream"], "type": ["null", "string"], "title": "プログラム情報識別子タイプ", "format": "select", "currentEnum": ["Crossref Funder", "JGN_fundingStream"]}, "subitem_funding_stream_identifier_type_uri": {"type": "string", "title": "プログラム情報識別子タイプURI", "format": "text", "title_i18n": {"en": "Funding Stream Identifier Type URI", "ja": "プログラム情報識別子タイプURI"}}}}}}, "item_1617186920753": {"type": "object", "format": "object", "properties": {"subitem_source_identifier": {"type": "string", "title": "収録物識別子", "format": "text", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}}, "subitem_source_identifier_type": {"enum": [null, "PISSN", "EISSN", "ISSN", "NCID"], "type": ["null", "string"], "title": "収録物識別子タイプ", "format": "select", "currentEnum": ["PISSN", "EISSN", "ISSN", "NCID"]}}}, "item_1617186941041": {"type": "object", "format": "object", "properties": {"subitem_source_title": {"type": "string", "title": "収録物名", "format": "text", "title_i18n": {"en": "Source Title", "ja": "収録物名"}}, "subitem_source_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617186959569": {"type": "object", "format": "object", "properties": {"subitem_volume": {"type": "string", "title": "巻", "format": "text", "title_i18n": {"en": "Volume", "ja": "巻"}}}}, "item_1617186981471": {"type": "object", "format": "object", "properties": {"subitem_issue": {"type": "string", "title": "号", "format": "text", "title_i18n": {"en": "Issue", "ja": "号"}}}}, "item_1617186994930": {"type": "object", "format": "object", "properties": {"subitem_number_of_pages": {"type": "string", "title": "ページ数", "format": "text", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}}}}, "item_1617187024783": {"type": "object", "format": "object", "properties": {"subitem_start_page": {"type": "string", "title": "開始ページ", "format": "text", "title_i18n": {"en": "Start Page", "ja": "開始ページ"}}}}, "item_1617187045071": {"type": "object", "format": "object", "properties": {"subitem_end_page": {"type": "string", "title": "終了ページ", "format": "text", "title_i18n": {"en": "End Page", "ja": "終了ページ"}}}}, "item_1617187056579": {"type": "object", "format": "object", "properties": {"bibliographicPageEnd": {"type": "string", "title": "終了ページ", "format": "text", "title_i18n": {"en": "Page End", "ja": "終了ページ"}}, "bibliographic_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"bibliographic_title": {"type": "string", "title": "タイトル", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "bibliographic_titleLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "雑誌名", "format": "array"}, "bibliographicPageStart": {"type": "string", "title": "開始ページ", "format": "text", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}}, "bibliographicIssueDates": {"type": "object", "title": "発行日", "format": "object", "properties": {"bibliographicIssueDate": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}, "bibliographicIssueDateType": {"enum": ["", "Issued"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["", "Issued"]}}}, "bibliographicIssueNumber": {"type": "string", "title": "号", "format": "text", "title_i18n": {"en": "Issue Number", "ja": "号"}}, "bibliographicVolumeNumber": {"type": "string", "title": "巻", "format": "text", "title_i18n": {"en": "Volume Number", "ja": "巻"}}, "bibliographicNumberOfPages": {"type": "string", "title": "ページ数", "format": "text", "title_i18n": {"en": "Number of Page", "ja": "ページ数"}}}}, "item_1617187087799": {"type": "object", "format": "object", "properties": {"subitem_dissertationnumber": {"type": "string", "title": "学位授与番号", "format": "text", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}}}}, "item_1617187112279": {"type": "object", "format": "object", "properties": {"subitem_degreename": {"type": "string", "title": "学位名", "format": "text", "title_i18n": {"en": "Degree Name", "ja": "学位名"}}, "subitem_degreename_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "item_1617187136212": {"type": "object", "format": "object", "properties": {"subitem_dategranted": {"type": "string", "title": "学位授与年月日", "format": "datetime", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}}}}, "item_1617187187528": {"type": "object", "format": "object", "properties": {"subitem_conference_date": {"type": "object", "title": "開催期間", "format": "object", "properties": {"subitem_conference_period": {"type": "string", "title": "開催期間", "format": "text", "title_i18n": {"en": "Conference Date", "ja": "開催期間"}}, "subitem_conference_end_day": {"type": "string", "title": "終了日", "format": "text", "title_i18n": {"en": "End Day", "ja": "終了日"}}, "subitem_conference_end_year": {"type": "string", "title": "終了年", "format": "text", "title_i18n": {"en": "End Year", "ja": "終了年"}}, "subitem_conference_end_month": {"type": "string", "title": "終了月", "format": "text", "title_i18n": {"en": "End Month", "ja": "終了月"}}, "subitem_conference_start_day": {"type": "string", "title": "開始日", "format": "text", "title_i18n": {"en": "Start Day", "ja": "開始日"}}, "subitem_conference_start_year": {"type": "string", "title": "開始年", "format": "text", "title_i18n": {"en": "Start Year", "ja": "開始年"}}, "subitem_conference_start_month": {"type": "string", "title": "開始月", "format": "text", "title_i18n": {"en": "Start Month", "ja": "開始月"}}, "subitem_conference_date_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "subitem_conference_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_name": {"type": "string", "title": "会議名", "format": "text", "title_i18n": {"en": "Conference Name", "ja": "会議名"}}, "subitem_conference_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "会議名", "format": "array"}, "subitem_conference_places": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_place": {"type": "string", "title": "開催地", "format": "text", "title_i18n": {"en": "Conference Place", "ja": "開催地"}}, "subitem_conference_place_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "開催地", "format": "array"}, "subitem_conference_venues": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_venue": {"type": "string", "title": "開催会場", "format": "text", "title_i18n": {"en": "Conference Venue", "ja": "開催会場"}}, "subitem_conference_venue_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "開催会場", "format": "array"}, "subitem_conference_country": {"enum": [null, "JPN", "ABW", "AFG", "AGO", "AIA", "ALA", "ALB", "AND", "ARE", "ARG", "ARM", "ASM", "ATA", "ATF", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLM", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BVT", "BWA", "CAF", "CAN", "CCK", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESH", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HMD", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IOT", "IRL", "IRN", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAF", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PCN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRK", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SDN", "SEN", "SGP", "SGS", "SHN", "SJM", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "SYR", "TCA", "TCD", "TGO", "THA", "TJK", "TKL", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "YEM", "ZAF", "ZMB", "ZWE"], "type": ["null", "string"], "title": "開催国", "format": "select", "currentEnum": ["JPN", "ABW", "AFG", "AGO", "AIA", "ALA", "ALB", "AND", "ARE", "ARG", "ARM", "ASM", "ATA", "ATF", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLM", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BVT", "BWA", "CAF", "CAN", "CCK", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESH", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HMD", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IOT", "IRL", "IRN", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAF", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PCN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRK", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SDN", "SEN", "SGP", "SGS", "SHN", "SJM", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "SYR", "TCA", "TCD", "TGO", "THA", "TJK", "TKL", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "YEM", "ZAF", "ZMB", "ZWE"]}, "subitem_conference_sequence": {"type": "string", "title": "回次", "format": "text", "title_i18n": {"en": "Conference Sequence", "ja": "回次"}}, "subitem_conference_sponsors": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_sponsor": {"type": "string", "title": "主催機関", "format": "text", "title_i18n": {"en": "Conference Sponsor", "ja": "主催機関"}}, "subitem_conference_sponsor_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "主催機関", "format": "array"}}}, "item_1617258105262": {"type": "object", "format": "object", "properties": {"resourceuri": {"type": "string", "title": "資源タイプ識別子", "format": "text", "title_i18n": {"en": "Resource Type Identifier", "ja": "資源タイプ識別子"}}, "resourcetype": {"enum": [null, "conference paper", "data paper", "departmental bulletin paper", "editorial", "journal", "journal article", "newspaper", "review article", "other periodical", "software paper", "article", "book", "book part", "cartographic material", "map", "conference output", "conference presentation", "conference proceedings", "conference poster", "aggregated data", "clinical trial data", "compiled data", "dataset", "encoded data", "experimental data", "genomic data", "geospatial data", "laboratory notebook", "measurement and test data", "observational data", "recorded data", "simulation data", "survey data", "image", "still image", "moving image", "video", "lecture", "design patent", "patent", "PCT application", "plant patent", "plant variety protection", "software patent", "trademark", "utility model", "report", "research report", "technical report", "policy report", "working paper", "data management plan", "sound", "thesis", "bachelor thesis", "master thesis", "doctoral thesis", "commentary", "design", "industrial design", "interactive resource", "layout design", "learning object", "manuscript", "musical notation", "peer review", "research proposal", "research protocol", "software", "source code", "technical documentation", "transcription", "workflow", "other"], "type": ["null", "string"], "title": "資源タイプ", "format": "select", "currentEnum": ["conference paper", "data paper", "departmental bulletin paper", "editorial", "journal", "journal article", "newspaper", "review article", "other periodical", "software paper", "article", "book", "book part", "cartographic material", "map", "conference output", "conference presentation", "conference proceedings", "conference poster", "aggregated data", "clinical trial data", "compiled data", "dataset", "encoded data", "experimental data", "genomic data", "geospatial data", "laboratory notebook", "measurement and test data", "observational data", "recorded data", "simulation data", "survey data", "image", "still image", "moving image", "video", "lecture", "design patent", "patent", "PCT application", "plant patent", "plant variety protection", "software patent", "trademark", "utility model", "report", "research report", "technical report", "policy report", "working paper", "data management plan", "sound", "thesis", "bachelor thesis", "master thesis", "doctoral thesis", "commentary", "design", "industrial design", "interactive resource", "layout design", "learning object", "manuscript", "musical notation", "peer review", "research proposal", "research protocol", "software", "source code", "technical documentation", "transcription", "workflow", "other"]}}}, "item_1617265215918": {"type": "object", "format": "object", "properties": {"subitem_version_type": {"enum": [null, "AO", "SMUR", "AM", "P", "VoR", "CVoR", "EVoR", "NA"], "type": ["null", "string"], "title": "出版タイプ", "format": "select", "currentEnum": ["AO", "SMUR", "AM", "P", "VoR", "CVoR", "EVoR", "NA"]}, "subitem_version_resource": {"type": "string", "title": "出版タイプResource", "format": "text", "title_i18n": {"en": "Version Type Resource", "ja": "出版タイプResource"}}}}, "item_1617349709064": {"type": "object", "format": "object", "properties": {"givenNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"givenName": {"type": "string", "title": "名", "format": "text", "title_i18n": {"en": "Given Name", "ja": "名"}}, "givenNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者名", "format": "array"}, "familyNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"familyName": {"type": "string", "title": "姓", "format": "text", "title_i18n": {"en": "Family Name", "ja": "姓"}}, "familyNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者姓", "format": "array"}, "contributorType": {"enum": [null, "ContactPerson", "DataCollector", "DataCurator", "DataManager", "Distributor", "Editor", "HostingInstitution", "Producer", "ProjectLeader", "ProjectManager", "ProjectMember", "RelatedPerson", "Researcher", "ResearchGroup", "Sponsor", "Supervisor", "WorkPackageLeader", "Other"], "type": ["null", "string"], "title": "寄与者タイプ", "format": "select", "currentEnum": ["ContactPerson", "DataCollector", "DataCurator", "DataManager", "Distributor", "Editor", "HostingInstitution", "Producer", "ProjectLeader", "ProjectManager", "ProjectMember", "RelatedPerson", "Researcher", "ResearchGroup", "Sponsor", "Supervisor", "WorkPackageLeader", "Other"]}, "nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "寄与者識別子", "format": "text", "title_i18n": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "寄与者識別子URI", "format": "text", "title_i18n": {"en": "Contributor Name Identifier URI", "ja": "寄与者識別子URI"}}, "nameIdentifierScheme": {"enum": [], "type": ["null", "string"], "title": "寄与者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "寄与者識別子", "format": "array"}, "contributorMails": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorMail": {"type": "string", "title": "メールアドレス", "format": "text", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}}}}, "title": "寄与者メールアドレス", "format": "array"}, "contributorNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"lang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "nameType": {"enum": [null, "Personal", "Organizational"], "type": ["null", "string"], "title": "名前タイプ", "format": "select", "currentEnum": ["Personal", "Organizational"]}, "contributorName": {"type": "string", "title": "姓名", "format": "text", "title_i18n": {"en": "Name", "ja": "姓名"}}}}, "title": "寄与者姓名", "format": "array"}, "contributorAffiliations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationName": {"type": "string", "title": "所属機関名", "format": "text", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}}, "contributorAffiliationNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所属機関名", "format": "array"}, "contributorAffiliationNameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationURI": {"type": "string", "title": "所属機関識別子URI", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}, "contributorAffiliationScheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID"], "type": ["null", "string"], "title": "所属機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID"]}, "contributorAffiliationNameIdentifier": {"type": "string", "title": "所属機関識別子", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}}}, "title": "所属機関識別子", "format": "array"}}}, "title": "寄与者所属", "format": "array"}, "contributorAlternatives": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAlternative": {"type": "string", "title": "別名", "format": "text", "title_i18n": {"en": "Alternative Name", "ja": "別名"}}, "contributorAlternativeLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者別名", "format": "array"}}}, "item_1617349808926": {"type": "object", "format": "object", "properties": {"subitem_version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version", "ja": "バージョン情報"}}}}, "item_1617351524846": {"type": "object", "format": "object", "properties": {"subitem_apc": {"enum": [null, "Paid", "Partially waived", "Fully waived", "Not charged", "Not required", "Unknown"], "type": ["null", "string"], "title": "APC", "format": "select", "currentEnum": ["Paid", "Partially waived", "Fully waived", "Not charged", "Not required", "Unknown"]}}}, "item_1617353299429": {"type": "object", "format": "object", "properties": {"subitem_relation_name": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_relation_name_text": {"type": "string", "title": "関連名称", "format": "text", "title_i18n": {"en": "Related Title", "ja": "関連名称"}}, "subitem_relation_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "関連名称", "format": "array"}, "subitem_relation_type": {"enum": [null, "isVersionOf", "hasVersion", "isPartOf", "hasPart", "isReferencedBy", "references", "isFormatOf", "hasFormat", "isReplacedBy", "replaces", "isRequiredBy", "requires", "isSupplementedBy", "isSupplementTo", "isIdenticalTo", "isDerivedFrom", "isSourceOf", "isCitedBy", "Cites", "inSeries"], "type": ["null", "string"], "title": "関連タイプ", "format": "select", "currentEnum": ["isVersionOf", "hasVersion", "isPartOf", "hasPart", "isReferencedBy", "references", "isFormatOf", "hasFormat", "isReplacedBy", "replaces", "isRequiredBy", "requires", "isSupplementedBy", "isSupplementTo", "isIdenticalTo", "isDerivedFrom", "isSourceOf", "isCitedBy", "Cites", "inSeries"]}, "subitem_relation_type_id": {"type": "object", "title": "関連識別子", "format": "object", "properties": {"subitem_relation_type_select": {"enum": [null, "ARK", "arXiv", "DOI", "HDL", "ICHUSHI", "ISBN", "J-GLOBAL", "Local", "PISSN", "EISSN", "ISSN", "NAID", "NCID", "PMID", "PURL", "SCOPUS", "URI", "WOS", "CRID"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["ARK", "arXiv", "DOI", "HDL", "ICHUSHI", "ISBN", "J-GLOBAL", "Local", "PISSN", "EISSN", "ISSN", "NAID", "NCID", "PMID", "PURL", "SCOPUS", "URI", "WOS", "CRID"]}, "subitem_relation_type_id_text": {"type": "string", "title": "関連識別子", "format": "text", "title_i18n": {"en": "Related Identifier", "ja": "関連識別子"}}}}}}, "item_1617610673286": {"type": "object", "format": "object", "properties": {"nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "権利者識別子", "format": "text", "title_i18n": {"en": "Right Holder Name Identifier", "ja": "権利者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "権利者識別子URI", "format": "text", "title_i18n": {"en": "Right Holder Name Identifier URI", "ja": "権利者識別子URI"}}, "nameIdentifierScheme": {"enum": [], "type": ["null", "string"], "title": "権利者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "権利者識別子", "format": "array"}, "rightHolderNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"rightHolderName": {"type": "string", "title": "権利者名", "format": "text", "title_i18n": {"en": "Right Holder Name", "ja": "権利者名"}}, "rightHolderLanguage": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "権利者名", "format": "array"}}}, "item_1617620223087": {"type": "object", "format": "object", "properties": {"subitem_heading_headline": {"type": "string", "title": "小見出し", "format": "text", "title_i18n": {"en": "Subheading", "ja": "小見出し"}}, "subitem_heading_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "subitem_heading_banner_headline": {"type": "string", "title": "大見出し", "format": "text", "title_i18n": {"en": "Heading", "ja": "大見出し"}}}}, "item_1617944105607": {"type": "object", "format": "object", "properties": {"subitem_degreegrantor": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_degreegrantor_name": {"type": "string", "title": "学位授与機関名", "format": "text", "title_i18n": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}}, "subitem_degreegrantor_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "学位授与機関名", "format": "array"}, "subitem_degreegrantor_identifier": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_degreegrantor_identifier_name": {"type": "string", "title": "学位授与機関識別子", "format": "text", "title_i18n": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}}, "subitem_degreegrantor_identifier_scheme": {"enum": [null, "kakenhi"], "type": ["null", "string"], "title": "学位授与機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi"]}}}, "title": "学位授与機関識別子", "format": "array"}}}, "item_1718082005802": {"type": "object", "format": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "Text URL", "ja": "本文URL"}}, "label": {"type": "string", "title": "ラベル", "format": "text", "title_i18n": {"en": "Label", "ja": "ラベル"}}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": ["null", "string"], "title": "オブジェクトタイプ", "format": "select", "currentEnum": ["abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"]}}}, "roles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"role": {"enum": [], "type": ["null", "string"], "title": "ロール", "format": "select", "currentEnum": []}}}, "title": "ロール", "format": "array"}, "terms": {"enum": [], "type": ["null", "string"], "title": "利用規約", "format": "select", "currentEnum": []}, "format": {"type": "string", "title": "フォーマット", "format": "text", "title_i18n": {"en": "Format", "ja": "フォーマット"}}, "provide": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"role": {"enum": [], "type": ["null", "string"], "title": "ロール", "format": "select", "currentEnum": []}, "workflow": {"enum": [], "type": ["null", "string"], "title": "ワークフロー", "format": "select", "currentEnum": []}}}, "title": "提供方法", "format": "array"}, "version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"]}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}}}, "title": "日付", "format": "array"}, "filename": {"enum": [], "type": ["null", "string"], "title": "表示名", "format": "select", "currentEnum": []}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text", "title_i18n": {"en": "Size", "ja": "サイズ"}}}}, "title": "サイズ", "format": "array"}, "accessdate": {"type": "string", "title": "公開日", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}, "accessrole": {"enum": ["open_access", "open_date", "open_login", "open_no", "open_restricted"], "type": ["null", "string"], "title": "アクセス", "format": "radios", "default": "open_restricted"}, "displaytype": {"enum": [null, "detail", "simple", "preview"], "type": ["null", "string"], "title": "表示形式", "format": "select", "currentEnum": ["detail", "simple", "preview"]}, "licensefree": {"type": "string", "title": " ", "format": "textarea", "title_i18n": {"en": " ", "ja": " "}}, "licensetype": {"enum": [], "type": ["null", "string"], "title": "ライセンス", "format": "select", "currentEnum": []}, "termsDescription": {"type": "string", "title": " ", "format": "textarea", "title_i18n": {"en": " ", "ja": " "}}}}}}, "table_row_map": {"form": [{"key": "pubdate", "type": "template", "title": "PubDate", "format": "yyyy-MM-dd", "required": true, "title_i18n": {"en": "PubDate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"add": "New", "key": "item_1617186331708", "items": [{"key": "item_1617186331708[].subitem_title", "type": "text", "title": "タイトル", "title_i18n": {"en": "Title", "ja": "タイトル"}}, {"key": "item_1617186331708[].subitem_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Title", "title_i18n": {"en": "Title", "ja": "タイトル"}}, {"add": "New", "key": "item_1617186385884", "items": [{"key": "item_1617186385884[].subitem_alternative_title", "type": "text", "title": "その他のタイトル", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}, "title_i18n_temp": {"en": "Alternative Title", "ja": "その他のタイトル"}}, {"key": "item_1617186385884[].subitem_alternative_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Alternative Title", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}}, {"add": "New", "key": "item_1617186419668", "items": [{"key": "item_1617186419668[].creatorType", "type": "text", "title": "作成者タイプ", "title_i18n": {"en": "Creator Type", "ja": "作成者タイプ"}, "title_i18n_temp": {"en": "Creator Type", "ja": "作成者タイプ"}}, {"add": "New", "key": "item_1617186419668[].nameIdentifiers", "items": [{"key": "item_1617186419668[].nameIdentifiers[].nameIdentifierScheme", "type": "select", "title": "作成者識別子Scheme", "titleMap": [], "title_i18n": {"en": "Creator Name Identifier Scheme", "ja": "作成者識別子Scheme"}, "title_i18n_temp": {"en": "Creator Name Identifier Scheme", "ja": "作成者識別子Scheme"}}, {"key": "item_1617186419668[].nameIdentifiers[].nameIdentifierURI", "type": "text", "title": "作成者識別子URI", "title_i18n": {"en": "Creator Name Identifier URI", "ja": "作成者識別子URI"}, "title_i18n_temp": {"en": "Creator Name Identifier URI", "ja": "作成者識別子URI"}}, {"key": "item_1617186419668[].nameIdentifiers[].nameIdentifier", "type": "text", "title": "作成者識別子", "title_i18n": {"en": "Creator Name Identifier", "ja": "作成者識別子"}, "title_i18n_temp": {"en": "Creator Name Identifier", "ja": "作成者識別子"}}], "style": {"add": "btn-success"}, "title": "作成者識別子", "title_i18n": {"en": "Creator Name Identifier", "ja": "作成者識別子"}, "title_i18n_temp": {"en": "Creator Name Identifier", "ja": "作成者識別子"}}, {"add": "New", "key": "item_1617186419668[].creatorNames", "items": [{"key": "item_1617186419668[].creatorNames[].creatorName", "type": "text", "title": "姓名", "title_i18n": {"en": "Name", "ja": "姓名"}, "title_i18n_temp": {"en": "Name", "ja": "姓名"}}, {"key": "item_1617186419668[].creatorNames[].creatorNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186419668[].creatorNames[].creatorNameType", "type": "select", "title": "名前タイプ", "titleMap": [{"name": "Personal", "value": "Personal"}, {"name": "Organizational", "value": "Organizational"}], "title_i18n": {"en": "Name Type", "ja": "名前タイプ"}, "title_i18n_temp": {"en": "Name Type", "ja": "名前タイプ"}}], "style": {"add": "btn-success"}, "title": "作成者姓名", "title_i18n": {"en": "Creator Name", "ja": "作成者姓名"}, "title_i18n_temp": {"en": "Creator Name", "ja": "作成者姓名"}}, {"add": "New", "key": "item_1617186419668[].familyNames", "items": [{"key": "item_1617186419668[].familyNames[].familyName", "type": "text", "title": "姓", "title_i18n": {"en": "Family Name", "ja": "姓"}, "title_i18n_temp": {"en": "Family Name", "ja": "姓"}}, {"key": "item_1617186419668[].familyNames[].familyNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "作成者姓", "title_i18n": {"en": "Creator Family Name", "ja": "作成者姓"}, "title_i18n_temp": {"en": "Creator Family Name", "ja": "作成者姓"}}, {"add": "New", "key": "item_1617186419668[].givenNames", "items": [{"key": "item_1617186419668[].givenNames[].givenName", "type": "text", "title": "名", "title_i18n": {"en": "Given Name", "ja": "名"}, "title_i18n_temp": {"en": "Given Name", "ja": "名"}}, {"key": "item_1617186419668[].givenNames[].givenNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "作成者名", "title_i18n": {"en": "Creator Given Name", "ja": "作成者名"}, "title_i18n_temp": {"en": "Creator Given Name", "ja": "作成者名"}}, {"add": "New", "key": "item_1617186419668[].creatorAlternatives", "items": [{"key": "item_1617186419668[].creatorAlternatives[].creatorAlternative", "type": "text", "title": "別名", "title_i18n": {"en": "Alternative Name", "ja": "別名"}, "title_i18n_temp": {"en": "Alternative Name", "ja": "別名"}}, {"key": "item_1617186419668[].creatorAlternatives[].creatorAlternativeLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "作成者別名", "title_i18n": {"en": "Creator Alternative Name", "ja": "作成者別名"}, "title_i18n_temp": {"en": "Creator Alternative Name", "ja": "作成者別名"}}, {"add": "New", "key": "item_1617186419668[].creatorAffiliations", "items": [{"add": "New", "key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers", "items": [{"key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers[].affiliationNameIdentifier", "type": "text", "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}, {"key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers[].affiliationNameIdentifierScheme", "type": "select", "title": "所属機関識別子Scheme", "titleMap": [{"name": "kakenhi", "value": "kakenhi"}, {"name": "ISNI", "value": "ISNI"}, {"name": "Ringgold", "value": "Ringgold"}, {"name": "GRID", "value": "GRID"}], "title_i18n": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}, "title_i18n_temp": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}}, {"key": "item_1617186419668[].creatorAffiliations[].affiliationNameIdentifiers[].affiliationNameIdentifierURI", "type": "text", "title": "所属機関識別子URI", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}, "title_i18n_temp": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}], "style": {"add": "btn-success"}, "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}, "title_i18n_temp": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}}, {"add": "New", "key": "item_1617186419668[].creatorAffiliations[].affiliationNames", "items": [{"key": "item_1617186419668[].creatorAffiliations[].affiliationNames[].affiliationName", "type": "text", "title": "所属機関名", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Name", "ja": "所属機関名"}}, {"key": "item_1617186419668[].creatorAffiliations[].affiliationNames[].affiliationNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "所属機関名", "title_i18n": {"en": "Affiliation Names", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Names", "ja": "所属機関名"}}], "style": {"add": "btn-success"}, "title": "作成者所属", "title_i18n": {"en": "Affiliation", "ja": "作成者所属"}, "title_i18n_temp": {"en": "Affiliation", "ja": "作成者所属"}}, {"add": "New", "key": "item_1617186419668[].creatorMails", "items": [{"key": "item_1617186419668[].creatorMails[].creatorMail", "type": "text", "title": "メールアドレス", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Email Address", "ja": "メールアドレス"}}], "style": {"add": "btn-success"}, "title": "作成者メールアドレス", "title_i18n": {"en": "Creator Email Address", "ja": "作成者メールアドレス"}, "title_i18n_temp": {"en": "Creator Email Address", "ja": "作成者メールアドレス"}}, {"key": "item_1617186419668[].authorInputButton", "icon": "glyphicon glyphicon-search", "type": "button", "style": "btn-default pull-right m-top-5", "title": "著者DBから入力", "onClick": "searchAuthor(''item_1617186419668'', true, form)", "title_i18n": {"en": "Enter from DB", "ja": "著者DBから入力"}}], "style": {"add": "btn-success"}, "title": "Creator", "title_i18n": {"en": "Creator", "ja": "作成者"}}, {"add": "New", "key": "item_1617349709064", "items": [{"key": "item_1617349709064[].contributorType", "type": "select", "title": "Contributor Type", "titleMap": [{"name": "ContactPerson", "value": "ContactPerson"}, {"name": "DataCollector", "value": "DataCollector"}, {"name": "DataCurator", "value": "DataCurator"}, {"name": "DataManager", "value": "DataManager"}, {"name": "Distributor", "value": "Distributor"}, {"name": "Editor", "value": "Editor"}, {"name": "HostingInstitution", "value": "HostingInstitution"}, {"name": "Producer", "value": "Producer"}, {"name": "ProjectLeader", "value": "ProjectLeader"}, {"name": "ProjectManager", "value": "ProjectManager"}, {"name": "ProjectMember", "value": "ProjectMember"}, {"name": "RelatedPerson", "value": "RelatedPerson"}, {"name": "Researcher", "value": "Researcher"}, {"name": "ResearchGroup", "value": "ResearchGroup"}, {"name": "Sponsor", "value": "Sponsor"}, {"name": "Supervisor", "value": "Supervisor"}, {"name": "WorkPackageLeader", "value": "WorkPackageLeader"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Contributor Type", "ja": "寄与者タイプ"}, "title_i18n_temp": {"en": "Contributor Type", "ja": "寄与者タイプ"}}, {"add": "New", "key": "item_1617349709064[].nameIdentifiers", "items": [{"key": "item_1617349709064[].nameIdentifiers[].nameIdentifierScheme", "type": "select", "title": "寄与者識別子Scheme", "titleMap": [], "title_i18n": {"en": "Contributor Name Identifier Scheme", "ja": "寄与者識別子Scheme"}, "title_i18n_temp": {"en": "Contributor Name Identifier Scheme", "ja": "寄与者識別子Scheme"}}, {"key": "item_1617349709064[].nameIdentifiers[].nameIdentifierURI", "type": "text", "title": "寄与者識別子URI", "title_i18n": {"en": "Contributor Name Identifier URI", "ja": "寄与者識別子URI"}, "title_i18n_temp": {"en": "Contributor Name Identifier URI", "ja": "寄与者識別子URI"}}, {"key": "item_1617349709064[].nameIdentifiers[].nameIdentifier", "type": "text", "title": "寄与者識別子", "title_i18n": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}, "title_i18n_temp": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}}], "style": {"add": "btn-success"}, "title": "寄与者識別子", "title_i18n": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}, "title_i18n_temp": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}}, {"add": "New", "key": "item_1617349709064[].contributorNames", "items": [{"key": "item_1617349709064[].contributorNames[].contributorName", "type": "text", "title": "姓名", "title_i18n": {"en": "Name", "ja": "姓名"}, "title_i18n_temp": {"en": "Name", "ja": "姓名"}}, {"key": "item_1617349709064[].contributorNames[].lang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617349709064[].contributorNames[].nameType", "type": "select", "title": "名前タイプ", "titleMap": [{"name": "Personal", "value": "Personal"}, {"name": "Organizational", "value": "Organizational"}], "title_i18n": {"en": "Name Type", "ja": "名前タイプ"}, "title_i18n_temp": {"en": "Name Type", "ja": "名前タイプ"}}], "style": {"add": "btn-success"}, "title": "寄与者姓名", "title_i18n": {"en": "Contributor Name", "ja": "寄与者姓名"}, "title_i18n_temp": {"en": "Contributor Name", "ja": "寄与者姓名"}}, {"add": "New", "key": "item_1617349709064[].familyNames", "items": [{"key": "item_1617349709064[].familyNames[].familyNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617349709064[].familyNames[].familyName", "type": "text", "title": "姓", "title_i18n": {"en": "Family Name", "ja": "姓"}, "title_i18n_temp": {"en": "Family Name", "ja": "姓"}}], "style": {"add": "btn-success"}, "title": "寄与者姓", "title_i18n": {"en": "Contributor Family Name", "ja": "寄与者姓"}, "title_i18n_temp": {"en": "Contributor Family Name", "ja": "寄与者姓"}}, {"add": "New", "key": "item_1617349709064[].givenNames", "items": [{"key": "item_1617349709064[].givenNames[].givenName", "type": "text", "title": "名", "title_i18n": {"en": "Given Name", "ja": "名"}, "title_i18n_temp": {"en": "Given Name", "ja": "名"}}, {"key": "item_1617349709064[].givenNames[].givenNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "寄与者名", "title_i18n": {"en": "Contributor Given Name", "ja": "寄与者名"}, "title_i18n_temp": {"en": "Contributor Given Name", "ja": "寄与者名"}}, {"add": "New", "key": "item_1617349709064[].contributorAlternatives", "items": [{"key": "item_1617349709064[].contributorAlternatives[].contributorAlternativeLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617349709064[].contributorAlternatives[].contributorAlternative", "type": "text", "title": "別名", "title_i18n": {"en": "Alternative Name", "ja": "別名"}, "title_i18n_temp": {"en": "Alternative Name", "ja": "別名"}}], "style": {"add": "btn-success"}, "title": "寄与者別名", "title_i18n": {"en": "Contributor Alternative Name", "ja": "寄与者別名"}, "title_i18n_temp": {"en": "Contributor Alternative Name", "ja": "寄与者別名"}}, {"add": "New", "key": "item_1617349709064[].contributorAffiliations", "items": [{"add": "New", "key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers", "items": [{"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers[].contributorAffiliationNameIdentifier", "type": "text", "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}, "title_i18n_temp": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}, {"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers[].contributorAffiliationScheme", "type": "select", "title": "所属機関識別子Scheme", "titleMap": [{"name": "kakenhi", "value": "kakenhi"}, {"name": "ISNI", "value": "ISNI"}, {"name": "Ringgold", "value": "Ringgold"}, {"name": "GRID", "value": "GRID"}], "title_i18n": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}, "title_i18n_temp": {"en": "Affiliation Name Identifier Scheme", "ja": "所属機関識別子Scheme"}}, {"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNameIdentifiers[].contributorAffiliationURI", "type": "text", "title": "所属機関識別子URI", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}, "title_i18n_temp": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}], "style": {"add": "btn-success"}, "title": "所属機関識別子", "title_i18n": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}, "title_i18n_temp": {"en": "Affiliation Name Identifiers", "ja": "所属機関識別子"}}, {"add": "New", "key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNames", "items": [{"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNames[].contributorAffiliationName", "type": "text", "title": "所属機関名", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Name", "ja": "所属機関名"}}, {"key": "item_1617349709064[].contributorAffiliations[].contributorAffiliationNames[].contributorAffiliationNameLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "所属機関名", "title_i18n": {"en": "Affiliation Names", "ja": "所属機関名"}, "title_i18n_temp": {"en": "Affiliation Names", "ja": "所属機関名"}}], "style": {"add": "btn-success"}, "title": "寄与者所属", "title_i18n": {"en": "Affiliation", "ja": "寄与者所属"}, "title_i18n_temp": {"en": "Affiliation", "ja": "寄与者所属"}}, {"add": "New", "key": "item_1617349709064[].contributorMails", "items": [{"key": "item_1617349709064[].contributorMails[].contributorMail", "type": "text", "title": "メールアドレス", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}, "title_i18n_temp": {"en": "Email Address", "ja": "メールアドレス"}}], "style": {"add": "btn-success"}, "title": "寄与者メールアドレス", "title_i18n": {"en": "Contributor Email Address", "ja": "寄与者メールアドレス"}, "title_i18n_temp": {"en": "Contributor Email Address", "ja": "寄与者メールアドレス"}}, {"key": "item_1617349709064[].authorInputButton", "icon": "glyphicon glyphicon-search", "type": "button", "style": "btn-default pull-right m-top-5", "title": "著者DBから入力", "onClick": "searchAuthor(''item_1617349709064[]'', true, form)", "title_i18n": {"en": "Enter from DB", "ja": "著者DBから入力"}}], "style": {"add": "btn-success"}, "title": "Contributor", "title_i18n": {"en": "Contributor", "ja": "寄与者"}}, {"key": "item_1617186476635", "type": "fieldset", "items": [{"key": "item_1617186476635.subitem_access_right", "type": "select", "title": "アクセス権", "onChange": "changedAccessRights(this, modelValue)", "titleMap": [{"name": "embargoed access", "value": "embargoed access"}, {"name": "metadata only access", "value": "metadata only access"}, {"name": "open access", "value": "open access"}, {"name": "restricted access", "value": "restricted access"}], "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}, "title_i18n_temp": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1617186476635.subitem_access_right_uri", "type": "text", "title": "アクセス権URI", "readonly": true, "title_i18n": {"en": "Access Rights URI", "ja": "アクセス権URI"}, "fieldHtmlClass": "txt-access-rights-uri", "title_i18n_temp": {"en": "Access Rights URI", "ja": "アクセス権URI"}}], "title": "Access Rights", "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1617351524846", "type": "fieldset", "items": [{"key": "item_1617351524846.subitem_apc", "type": "select", "title": "APC", "titleMap": [{"name": "Paid", "value": "Paid"}, {"name": "Partially waived", "value": "Partially waived"}, {"name": "Fully waived", "value": "Fully waived"}, {"name": "Not charged", "value": "Not charged"}, {"name": "Not required", "value": "Not required"}, {"name": "Unknown", "value": "Unknown"}], "title_i18n": {"en": "APC", "ja": "APC"}, "title_i18n_temp": {"en": "APC", "ja": "APC"}}], "title": "APC", "title_i18n": {"en": "APC", "ja": "APC"}}, {"add": "New", "key": "item_1617186499011", "items": [{"key": "item_1617186499011[].subitem_rights_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186499011[].subitem_rights_resource", "type": "text", "title": "権利情報Resource", "title_i18n": {"en": "Rights Resource", "ja": "権利情報Resource"}, "title_i18n_temp": {"en": "Rights Resource", "ja": "権利情報Resource"}}, {"key": "item_1617186499011[].subitem_rights", "type": "text", "title": "権利情報", "title_i18n": {"en": "Rights", "ja": "権利情報"}, "title_i18n_temp": {"en": "Rights", "ja": "権利情報"}}], "style": {"add": "btn-success"}, "title": "Rights", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, {"add": "New", "key": "item_1617610673286", "items": [{"add": "New", "key": "item_1617610673286[].nameIdentifiers", "items": [{"key": "item_1617610673286[].nameIdentifiers[].nameIdentifierScheme", "type": "select", "title": "権利者識別子Scheme", "titleMap": [], "title_i18n": {"en": "Right Holder Name Identifier Scheme", "ja": "権利者識別子Scheme"}, "title_i18n_temp": {"en": "Right Holder Name Identifier Scheme", "ja": "権利者識別子Scheme"}}, {"key": "item_1617610673286[].nameIdentifiers[].nameIdentifierURI", "type": "text", "title": "権利者識別子URI", "title_i18n": {"en": "Right Holder Name Identifier URI", "ja": "権利者識別子URI"}, "title_i18n_temp": {"en": "Right Holder Name Identifier URI", "ja": "権利者識別子URI"}}, {"key": "item_1617610673286[].nameIdentifiers[].nameIdentifier", "type": "text", "title": "権利者識別子", "title_i18n": {"en": "Right Holder Name Identifier", "ja": "権利者識別子"}, "title_i18n_temp": {"en": "Right Holder Name Identifier", "ja": "権利者識別子"}}], "style": {"add": "btn-success"}, "title": "権利者識別子", "title_i18n": {"en": "Right Holder Identifier", "ja": "権利者識別子"}, "title_i18n_temp": {"en": "Right Holder Identifier", "ja": "権利者識別子"}}, {"add": "New", "key": "item_1617610673286[].rightHolderNames", "items": [{"key": "item_1617610673286[].rightHolderNames[].rightHolderName", "type": "text", "title": "権利者名", "title_i18n": {"en": "Right Holder Name", "ja": "権利者名"}, "title_i18n_temp": {"en": "Right Holder Name", "ja": "権利者名"}}, {"key": "item_1617610673286[].rightHolderNames[].rightHolderLanguage", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "権利者名", "title_i18n": {"en": "Right Holder Name", "ja": "権利者名"}, "title_i18n_temp": {"en": "Right Holder Name", "ja": "権利者名"}}], "style": {"add": "btn-success"}, "title": "Rights Holder", "title_i18n": {"en": "Rights Holder", "ja": "権利者情報"}}, {"add": "New", "key": "item_1617186609386", "items": [{"key": "item_1617186609386[].subitem_subject_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186609386[].subitem_subject_scheme", "type": "select", "title": "主題Scheme", "titleMap": [{"name": "BSH", "value": "BSH"}, {"name": "DDC", "value": "DDC"}, {"name": "e-Rad_field", "value": "e-Rad_field"}, {"name": "JEL", "value": "JEL"}, {"name": "LCC", "value": "LCC"}, {"name": "LCSH", "value": "LCSH"}, {"name": "MeSH", "value": "MeSH"}, {"name": "NDC", "value": "NDC"}, {"name": "NDLC", "value": "NDLC"}, {"name": "NDLSH", "value": "NDLSH"}, {"name": "SciVal", "value": "SciVal"}, {"name": "UDC", "value": "UDC"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Subject Scheme", "ja": "主題Scheme"}, "title_i18n_temp": {"en": "Subject Scheme", "ja": "主題Scheme"}}, {"key": "item_1617186609386[].subitem_subject_uri", "type": "text", "title": "主題URI", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}, "title_i18n_temp": {"en": "Subject URI", "ja": "主題URI"}}, {"key": "item_1617186609386[].subitem_subject", "type": "text", "title": "主題", "title_i18n": {"en": "Subject", "ja": "主題"}, "title_i18n_temp": {"en": "Subject", "ja": "主題"}}], "style": {"add": "btn-success"}, "title": "Subject", "title_i18n": {"en": "Subject", "ja": "主題"}}, {"add": "New", "key": "item_1617186626617", "items": [{"key": "item_1617186626617[].subitem_description_type", "type": "select", "title": "内容記述タイプ", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Methods", "value": "Methods"}, {"name": "TableOfContents", "value": "TableOfContents"}, {"name": "TechnicalInfo", "value": "TechnicalInfo"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Description Type", "ja": "内容記述タイプ"}, "title_i18n_temp": {"en": "Description Type", "ja": "内容記述タイプ"}}, {"key": "item_1617186626617[].subitem_description", "type": "textarea", "title": "内容記述", "title_i18n": {"en": "Description", "ja": "内容記述"}, "title_i18n_temp": {"en": "Description", "ja": "内容記述"}}, {"key": "item_1617186626617[].subitem_description_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Description", "title_i18n": {"en": "Description", "ja": "内容記述"}}, {"add": "New", "key": "item_1617186643794", "items": [{"key": "item_1617186643794[].subitem_publisher", "type": "text", "title": "出版者", "title_i18n": {"en": "Publisher", "ja": "出版者"}, "title_i18n_temp": {"en": "Publisher", "ja": "出版者"}}, {"key": "item_1617186643794[].subitem_publisher_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Publisher", "title_i18n": {"en": "Publisher", "ja": "出版者"}}, {"add": "New", "key": "item_1617186660861", "items": [{"key": "item_1617186660861[].subitem_date_issued_datetime", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker_multi_format.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1617186660861[].subitem_date_issued_type", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}], "style": {"add": "btn-success"}, "title": "Date", "title_i18n": {"en": "Date", "ja": "日付"}}, {"add": "New", "key": "item_1617186702042", "items": [{"key": "item_1617186702042[].subitem_language", "type": "select", "title": "言語", "titleMap": [{"name": "jpn", "value": "jpn"}, {"name": "eng", "value": "eng"}, {"name": "aar", "value": "aar"}, {"name": "abk", "value": "abk"}, {"name": "afr", "value": "afr"}, {"name": "aka", "value": "aka"}, {"name": "amh", "value": "amh"}, {"name": "ara", "value": "ara"}, {"name": "arg", "value": "arg"}, {"name": "asm", "value": "asm"}, {"name": "ava", "value": "ava"}, {"name": "ave", "value": "ave"}, {"name": "aym", "value": "aym"}, {"name": "aze", "value": "aze"}, {"name": "bak", "value": "bak"}, {"name": "bam", "value": "bam"}, {"name": "bel", "value": "bel"}, {"name": "ben", "value": "ben"}, {"name": "bis", "value": "bis"}, {"name": "bod", "value": "bod"}, {"name": "bos", "value": "bos"}, {"name": "bre", "value": "bre"}, {"name": "bul", "value": "bul"}, {"name": "cat", "value": "cat"}, {"name": "ces", "value": "ces"}, {"name": "cha", "value": "cha"}, {"name": "che", "value": "che"}, {"name": "chu", "value": "chu"}, {"name": "chv", "value": "chv"}, {"name": "cor", "value": "cor"}, {"name": "cos", "value": "cos"}, {"name": "cre", "value": "cre"}, {"name": "cym", "value": "cym"}, {"name": "dan", "value": "dan"}, {"name": "deu", "value": "deu"}, {"name": "div", "value": "div"}, {"name": "dzo", "value": "dzo"}, {"name": "ell", "value": "ell"}, {"name": "epo", "value": "epo"}, {"name": "est", "value": "est"}, {"name": "eus", "value": "eus"}, {"name": "ewe", "value": "ewe"}, {"name": "fao", "value": "fao"}, {"name": "fas", "value": "fas"}, {"name": "fij", "value": "fij"}, {"name": "fin", "value": "fin"}, {"name": "fra", "value": "fra"}, {"name": "fry", "value": "fry"}, {"name": "ful", "value": "ful"}, {"name": "gla", "value": "gla"}, {"name": "gle", "value": "gle"}, {"name": "glg", "value": "glg"}, {"name": "glv", "value": "glv"}, {"name": "grn", "value": "grn"}, {"name": "guj", "value": "guj"}, {"name": "hat", "value": "hat"}, {"name": "hau", "value": "hau"}, {"name": "heb", "value": "heb"}, {"name": "her", "value": "her"}, {"name": "hin", "value": "hin"}, {"name": "hmo", "value": "hmo"}, {"name": "hrv", "value": "hrv"}, {"name": "hun", "value": "hun"}, {"name": "hye", "value": "hye"}, {"name": "ibo", "value": "ibo"}, {"name": "ido", "value": "ido"}, {"name": "iii", "value": "iii"}, {"name": "iku", "value": "iku"}, {"name": "ile", "value": "ile"}, {"name": "ina", "value": "ina"}, {"name": "ind", "value": "ind"}, {"name": "ipk", "value": "ipk"}, {"name": "isl", "value": "isl"}, {"name": "ita", "value": "ita"}, {"name": "jav", "value": "jav"}, {"name": "kal", "value": "kal"}, {"name": "kan", "value": "kan"}, {"name": "kas", "value": "kas"}, {"name": "kat", "value": "kat"}, {"name": "kau", "value": "kau"}, {"name": "kaz", "value": "kaz"}, {"name": "khm", "value": "khm"}, {"name": "kik", "value": "kik"}, {"name": "kin", "value": "kin"}, {"name": "kir", "value": "kir"}, {"name": "kom", "value": "kom"}, {"name": "kon", "value": "kon"}, {"name": "kor", "value": "kor"}, {"name": "kua", "value": "kua"}, {"name": "kur", "value": "kur"}, {"name": "lao", "value": "lao"}, {"name": "lat", "value": "lat"}, {"name": "lav", "value": "lav"}, {"name": "lim", "value": "lim"}, {"name": "lin", "value": "lin"}, {"name": "lit", "value": "lit"}, {"name": "ltz", "value": "ltz"}, {"name": "lub", "value": "lub"}, {"name": "lug", "value": "lug"}, {"name": "mah", "value": "mah"}, {"name": "mal", "value": "mal"}, {"name": "mar", "value": "mar"}, {"name": "mkd", "value": "mkd"}, {"name": "mlg", "value": "mlg"}, {"name": "mlt", "value": "mlt"}, {"name": "mon", "value": "mon"}, {"name": "mri", "value": "mri"}, {"name": "msa", "value": "msa"}, {"name": "mya", "value": "mya"}, {"name": "nau", "value": "nau"}, {"name": "nav", "value": "nav"}, {"name": "nbl", "value": "nbl"}, {"name": "nde", "value": "nde"}, {"name": "ndo", "value": "ndo"}, {"name": "nep", "value": "nep"}, {"name": "nld", "value": "nld"}, {"name": "nno", "value": "nno"}, {"name": "nob", "value": "nob"}, {"name": "nor", "value": "nor"}, {"name": "nya", "value": "nya"}, {"name": "oci", "value": "oci"}, {"name": "oji", "value": "oji"}, {"name": "ori", "value": "ori"}, {"name": "orm", "value": "orm"}, {"name": "oss", "value": "oss"}, {"name": "pan", "value": "pan"}, {"name": "pli", "value": "pli"}, {"name": "pol", "value": "pol"}, {"name": "por", "value": "por"}, {"name": "pus", "value": "pus"}, {"name": "que", "value": "que"}, {"name": "roh", "value": "roh"}, {"name": "ron", "value": "ron"}, {"name": "run", "value": "run"}, {"name": "rus", "value": "rus"}, {"name": "sag", "value": "sag"}, {"name": "san", "value": "san"}, {"name": "sin", "value": "sin"}, {"name": "slk", "value": "slk"}, {"name": "slv", "value": "slv"}, {"name": "sme", "value": "sme"}, {"name": "smo", "value": "smo"}, {"name": "sna", "value": "sna"}, {"name": "snd", "value": "snd"}, {"name": "som", "value": "som"}, {"name": "sot", "value": "sot"}, {"name": "spa", "value": "spa"}, {"name": "sqi", "value": "sqi"}, {"name": "srd", "value": "srd"}, {"name": "srp", "value": "srp"}, {"name": "ssw", "value": "ssw"}, {"name": "sun", "value": "sun"}, {"name": "swa", "value": "swa"}, {"name": "swe", "value": "swe"}, {"name": "tah", "value": "tah"}, {"name": "tam", "value": "tam"}, {"name": "tat", "value": "tat"}, {"name": "tel", "value": "tel"}, {"name": "tgk", "value": "tgk"}, {"name": "tgl", "value": "tgl"}, {"name": "tha", "value": "tha"}, {"name": "tir", "value": "tir"}, {"name": "ton", "value": "ton"}, {"name": "tsn", "value": "tsn"}, {"name": "tso", "value": "tso"}, {"name": "tuk", "value": "tuk"}, {"name": "tur", "value": "tur"}, {"name": "twi", "value": "twi"}, {"name": "uig", "value": "uig"}, {"name": "ukr", "value": "ukr"}, {"name": "urd", "value": "urd"}, {"name": "uzb", "value": "uzb"}, {"name": "ven", "value": "ven"}, {"name": "vie", "value": "vie"}, {"name": "vol", "value": "vol"}, {"name": "wln", "value": "wln"}, {"name": "wol", "value": "wol"}, {"name": "xho", "value": "xho"}, {"name": "yid", "value": "yid"}, {"name": "yor", "value": "yor"}, {"name": "zha", "value": "zha"}, {"name": "zho", "value": "zho"}, {"name": "zul", "value": "zul"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Language", "title_i18n": {"en": "Language", "ja": "言語"}}, {"key": "item_1617258105262", "type": "fieldset", "items": [{"key": "item_1617258105262.resourceuri", "type": "text", "title": "資源タイプ識別子", "readonly": true, "title_i18n": {"en": "Resource Type Identifier", "ja": "資源タイプ識別子"}, "title_i18n_temp": {"en": "Resource Type Identifier", "ja": "資源タイプ識別子"}}, {"key": "item_1617258105262.resourcetype", "type": "select", "title": "資源タイプ ", "onChange": "resourceTypeSelect()", "titleMap": [{"name": "conference paper", "value": "conference paper"}, {"name": "data paper", "value": "data paper"}, {"name": "departmental bulletin paper", "value": "departmental bulletin paper"}, {"name": "editorial", "value": "editorial"}, {"name": "journal", "value": "journal"}, {"name": "journal article", "value": "journal article"}, {"name": "newspaper", "value": "newspaper"}, {"name": "review article", "value": "review article"}, {"name": "other periodical", "value": "other periodical"}, {"name": "software paper", "value": "software paper"}, {"name": "article", "value": "article"}, {"name": "book", "value": "book"}, {"name": "book part", "value": "book part"}, {"name": "cartographic material", "value": "cartographic material"}, {"name": "map", "value": "map"}, {"name": "conference output", "value": "conference output"}, {"name": "conference presentation", "value": "conference presentation"}, {"name": "conference proceedings", "value": "conference proceedings"}, {"name": "conference poster", "value": "conference poster"}, {"name": "aggregated data", "value": "aggregated data"}, {"name": "clinical trial data", "value": "clinical trial data"}, {"name": "compiled data", "value": "compiled data"}, {"name": "dataset", "value": "dataset"}, {"name": "encoded data", "value": "encoded data"}, {"name": "experimental data", "value": "experimental data"}, {"name": "genomic data", "value": "genomic data"}, {"name": "geospatial data", "value": "geospatial data"}, {"name": "laboratory notebook", "value": "laboratory notebook"}, {"name": "measurement and test data", "value": "measurement and test data"}, {"name": "observational data", "value": "observational data"}, {"name": "recorded data", "value": "recorded data"}, {"name": "simulation data", "value": "simulation data"}, {"name": "survey data", "value": "survey data"}, {"name": "image", "value": "image"}, {"name": "still image", "value": "still image"}, {"name": "moving image", "value": "moving image"}, {"name": "video", "value": "video"}, {"name": "lecture", "value": "lecture"}, {"name": "design patent", "value": "design patent"}, {"name": "patent", "value": "patent"}, {"name": "PCT application", "value": "PCT application"}, {"name": "plant patent", "value": "plant patent"}, {"name": "plant variety protection", "value": "plant variety protection"}, {"name": "software patent", "value": "software patent"}, {"name": "trademark", "value": "trademark"}, {"name": "utility model", "value": "utility model"}, {"name": "report", "value": "report"}, {"name": "research report", "value": "research report"}, {"name": "technical report", "value": "technical report"}, {"name": "policy report", "value": "policy report"}, {"name": "working paper", "value": "working paper"}, {"name": "data management plan", "value": "data management plan"}, {"name": "sound", "value": "sound"}, {"name": "thesis", "value": "thesis"}, {"name": "bachelor thesis", "value": "bachelor thesis"}, {"name": "master thesis", "value": "master thesis"}, {"name": "doctoral thesis", "value": "doctoral thesis"}, {"name": "commentary", "value": "commentary"}, {"name": "design", "value": "design"}, {"name": "industrial design", "value": "industrial design"}, {"name": "interactive resource", "value": "interactive resource"}, {"name": "layout design", "value": "layout design"}, {"name": "learning object", "value": "learning object"}, {"name": "manuscript", "value": "manuscript"}, {"name": "musical notation", "value": "musical notation"}, {"name": "peer review", "value": "peer review"}, {"name": "research proposal", "value": "research proposal"}, {"name": "research protocol", "value": "research protocol"}, {"name": "software", "value": "software"}, {"name": "source code", "value": "source code"}, {"name": "technical documentation", "value": "technical documentation"}, {"name": "transcription", "value": "transcription"}, {"name": "workflow", "value": "workflow"}, {"name": "other", "value": "other"}], "title_i18n": {"en": "Resource Type", "ja": "資源タイプ "}, "title_i18n_temp": {"en": "Resource Type", "ja": "資源タイプ "}}], "title": "Resource Type", "title_i18n": {"en": "Resource Type", "ja": "資源タイプ"}}, {"key": "item_1617349808926", "type": "fieldset", "items": [{"key": "item_1617349808926.subitem_version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version", "ja": "バージョン情報"}}], "title": "Version", "title_i18n": {"en": "Version", "ja": "バージョン情報"}}, {"key": "item_1617265215918", "type": "fieldset", "items": [{"key": "item_1617265215918.subitem_version_type", "type": "select", "title": "出版タイプ", "onChange": "changedVersionType(this, modelValue)", "titleMap": [{"name": "AO", "value": "AO"}, {"name": "SMUR", "value": "SMUR"}, {"name": "AM", "value": "AM"}, {"name": "P", "value": "P"}, {"name": "VoR", "value": "VoR"}, {"name": "CVoR", "value": "CVoR"}, {"name": "EVoR", "value": "EVoR"}, {"name": "NA", "value": "NA"}], "title_i18n": {"en": "Version Type", "ja": "出版タイプ"}, "title_i18n_temp": {"en": "Version Type", "ja": "出版タイプ"}}, {"key": "item_1617265215918.subitem_version_resource", "type": "text", "title": "出版タイプResource", "readonly": true, "title_i18n": {"en": "Version Type Resource", "ja": "出版タイプResource"}, "fieldHtmlClass": "txt-version-resource", "title_i18n_temp": {"en": "Version Type Resource", "ja": "出版タイプResource"}}], "title": "Version Type", "title_i18n": {"en": "Version Type", "ja": "出版タイプ"}}, {"add": "New", "key": "item_1617186783814", "items": [{"key": "item_1617186783814[].subitem_identifier_uri", "type": "text", "title": "識別子", "title_i18n": {"en": "Identifier", "ja": "識別子"}, "title_i18n_temp": {"en": "Identifier", "ja": "識別子"}}, {"key": "item_1617186783814[].subitem_identifier_type", "type": "select", "title": "識別子タイプ", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}], "title_i18n": {"en": "Identifier Type", "ja": "識別子タイプ"}, "title_i18n_temp": {"en": "Identifier Type", "ja": "識別子タイプ"}}], "style": {"add": "btn-success"}, "title": "Identifier", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, {"key": "item_1617186819068", "type": "fieldset", "items": [{"key": "item_1617186819068.subitem_identifier_reg_text", "type": "text", "title": "ID登録", "readonly": true, "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}, "title_i18n_temp": {"en": "Identifier Registration", "ja": "ID登録"}}, {"key": "item_1617186819068.subitem_identifier_reg_type", "type": "select", "title": "ID登録タイプ", "readonly": true, "titleMap": [{"name": "JaLC", "value": "JaLC"}, {"name": "Crossref", "value": "Crossref"}, {"name": "DataCite", "value": "DataCite"}, {"name": "PMID【現在不使用】", "value": "PMID【現在不使用】"}], "title_i18n": {"en": "Identifier Registration Type", "ja": "ID登録タイプ"}, "title_i18n_temp": {"en": "Identifier Registration Type", "ja": "ID登録タイプ"}}], "title": "Identifier Registration", "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}}, {"add": "New", "key": "item_1617353299429", "items": [{"key": "item_1617353299429[].subitem_relation_type", "type": "select", "title": "関連タイプ", "titleMap": [{"name": "isVersionOf", "value": "isVersionOf"}, {"name": "hasVersion", "value": "hasVersion"}, {"name": "isPartOf", "value": "isPartOf"}, {"name": "hasPart", "value": "hasPart"}, {"name": "isReferencedBy", "value": "isReferencedBy"}, {"name": "references", "value": "references"}, {"name": "isFormatOf", "value": "isFormatOf"}, {"name": "hasFormat", "value": "hasFormat"}, {"name": "isReplacedBy", "value": "isReplacedBy"}, {"name": "replaces", "value": "replaces"}, {"name": "isRequiredBy", "value": "isRequiredBy"}, {"name": "requires", "value": "requires"}, {"name": "isSupplementedBy", "value": "isSupplementedBy"}, {"name": "isSupplementTo", "value": "isSupplementTo"}, {"name": "isIdenticalTo", "value": "isIdenticalTo"}, {"name": "isDerivedFrom", "value": "isDerivedFrom"}, {"name": "isSourceOf", "value": "isSourceOf"}, {"name": "isCitedBy", "value": "isCitedBy"}, {"name": "Cites", "value": "Cites"}, {"name": "inSeries", "value": "inSeries"}], "title_i18n": {"en": "Relation Type", "ja": "関連タイプ"}, "title_i18n_temp": {"en": "Relation Type", "ja": "関連タイプ"}}, {"key": "item_1617353299429[].subitem_relation_type_id", "type": "fieldset", "items": [{"key": "item_1617353299429[].subitem_relation_type_id.subitem_relation_type_select", "type": "select", "title": "識別子タイプ", "titleMap": [{"name": "ARK", "value": "ARK"}, {"name": "arXiv", "value": "arXiv"}, {"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "ICHUSHI", "value": "ICHUSHI"}, {"name": "ISBN", "value": "ISBN"}, {"name": "J-GLOBAL", "value": "J-GLOBAL"}, {"name": "Local", "value": "Local"}, {"name": "PISSN", "value": "PISSN"}, {"name": "EISSN", "value": "EISSN"}, {"name": "ISSN【非推奨】", "value": "ISSN"}, {"name": "NAID", "value": "NAID"}, {"name": "NCID", "value": "NCID"}, {"name": "PMID【現在不使用】", "value": "PMID"}, {"name": "PURL", "value": "PURL"}, {"name": "SCOPUS", "value": "SCOPUS"}, {"name": "URI", "value": "URI"}, {"name": "WOS", "value": "WOS"}, {"name": "CRID", "value": "CRID"}], "title_i18n": {"en": "Identifier Type", "ja": "識別子タイプ"}, "title_i18n_temp": {"en": "Identifier Type", "ja": "識別子タイプ"}}, {"key": "item_1617353299429[].subitem_relation_type_id.subitem_relation_type_id_text", "type": "text", "title": "関連識別子", "title_i18n": {"en": "Related Identifier", "ja": "関連識別子"}, "title_i18n_temp": {"en": "Related Identifier", "ja": "関連識別子"}}], "title": "関連識別子", "title_i18n": {"en": "Related Identifier", "ja": "関連識別子"}, "title_i18n_temp": {"en": "Related Identifier", "ja": "関連識別子"}}, {"add": "New", "key": "item_1617353299429[].subitem_relation_name", "items": [{"key": "item_1617353299429[].subitem_relation_name[].subitem_relation_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617353299429[].subitem_relation_name[].subitem_relation_name_text", "type": "text", "title": "関連名称", "title_i18n": {"en": "Related Title", "ja": "関連名称"}, "title_i18n_temp": {"en": "Related Title", "ja": "関連名称"}}], "style": {"add": "btn-success"}, "title": "関連名称", "title_i18n": {"en": "Related Title", "ja": "関連名称"}, "title_i18n_temp": {"en": "Related Title", "ja": "関連名称"}}], "style": {"add": "btn-success"}, "title": "Relation", "title_i18n": {"en": "Relation", "ja": "関連情報"}}, {"add": "New", "key": "item_1617186859717", "items": [{"key": "item_1617186859717[].subitem_temporal_text", "type": "text", "title": "時間的範囲", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}, "title_i18n_temp": {"en": "Temporal", "ja": "時間的範囲"}}, {"key": "item_1617186859717[].subitem_temporal_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Temporal", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}}, {"add": "New", "key": "item_1617186882738", "items": [{"key": "item_1617186882738[].subitem_geolocation_point", "type": "fieldset", "items": [{"key": "item_1617186882738[].subitem_geolocation_point.subitem_point_longitude", "type": "text", "title": "経度", "title_i18n": {"en": "Point Longitude", "ja": "経度"}, "title_i18n_temp": {"en": "Point Longitude", "ja": "経度"}}, {"key": "item_1617186882738[].subitem_geolocation_point.subitem_point_latitude", "type": "text", "title": "緯度", "title_i18n": {"en": "Point Latitude", "ja": "緯度"}, "title_i18n_temp": {"en": "Point Latitude", "ja": "緯度"}}], "title": "位置情報(点)", "title_i18n": {"en": "Geo Location Point", "ja": "位置情報(点)"}, "title_i18n_temp": {"en": "Geo Location Point", "ja": "位置情報(点)"}}, {"key": "item_1617186882738[].subitem_geolocation_box", "type": "fieldset", "items": [{"key": "item_1617186882738[].subitem_geolocation_box.subitem_west_longitude", "type": "text", "title": "西部経度", "title_i18n": {"en": "West Bound Longitude", "ja": "西部経度"}, "title_i18n_temp": {"en": "West Bound Longitude", "ja": "西部経度"}}, {"key": "item_1617186882738[].subitem_geolocation_box.subitem_east_longitude", "type": "text", "title": "東部経度", "title_i18n": {"en": "East Bound Longitude", "ja": "東部経度"}, "title_i18n_temp": {"en": "East Bound Longitude", "ja": "東部経度"}}, {"key": "item_1617186882738[].subitem_geolocation_box.subitem_south_latitude", "type": "text", "title": "南部緯度", "title_i18n": {"en": "South Bound Latitude", "ja": "南部緯度"}, "title_i18n_temp": {"en": "South Bound Latitude", "ja": "南部緯度"}}, {"key": "item_1617186882738[].subitem_geolocation_box.subitem_north_latitude", "type": "text", "title": "北部緯度", "title_i18n": {"en": "North Bound Latitude", "ja": "北部緯度"}, "title_i18n_temp": {"en": "North Bound Latitude", "ja": "北部緯度"}}], "title": "位置情報(空間)", "title_i18n": {"en": "Geo Location Box", "ja": "位置情報(空間)"}, "title_i18n_temp": {"en": "Geo Location Box", "ja": "位置情報(空間)"}}, {"add": "New", "key": "item_1617186882738[].subitem_geolocation_place", "items": [{"key": "item_1617186882738[].subitem_geolocation_place[].subitem_geolocation_place_text", "type": "text", "title": "位置情報(自由記述)", "title_i18n": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}, "title_i18n_temp": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}}], "style": {"add": "btn-success"}, "title": "位置情報(自由記述)", "title_i18n": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}, "title_i18n_temp": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}}], "style": {"add": "btn-success"}, "title": "Geo Location", "title_i18n": {"en": "Geo Location", "ja": "位置情報"}}, {"add": "New", "key": "item_1617186901218", "items": [{"key": "item_1617186901218[].subitem_funder_identifiers", "type": "fieldset", "items": [{"key": "item_1617186901218[].subitem_funder_identifiers.subitem_funder_identifier_type", "type": "select", "title": "助成機関識別子タイプ", "titleMap": [{"name": "Crossref Funder", "value": "Crossref Funder"}, {"name": "e-Rad_funder", "value": "e-Rad_funder"}, {"name": "GRID【非推奨】", "value": "GRID"}, {"name": "ISNI", "value": "ISNI"}, {"name": "ROR", "value": "ROR"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Funder Identifier Type", "ja": "助成機関識別子タイプ"}, "title_i18n_temp": {"en": "Funder Identifier Type", "ja": "助成機関識別子タイプ"}}, {"key": "item_1617186901218[].subitem_funder_identifiers.subitem_funder_identifier_type_uri", "type": "text", "title": "助成機関識別子URI", "title_i18n": {"en": "Funder Identifier Type URI", "ja": "助成機関識別子タイプURI"}}, {"key": "item_1617186901218[].subitem_funder_identifiers.subitem_funder_identifier", "type": "text", "title": "助成機関識別子", "title_i18n": {"en": "Funder Identifier", "ja": "助成機関識別子"}, "title_i18n_temp": {"en": "Funder Identifier", "ja": "助成機関識別子"}}], "title": "助成機関識別子", "title_i18n": {"en": "Funder Identifier", "ja": "助成機関識別子"}, "title_i18n_temp": {"en": "Funder Identifier", "ja": "助成機関識別子"}}, {"add": "New", "key": "item_1617186901218[].subitem_funder_names", "items": [{"key": "item_1617186901218[].subitem_funder_names[].subitem_funder_name", "type": "text", "title": "助成機関名", "title_i18n": {"en": "Funder Name", "ja": "助成機関名"}, "title_i18n_temp": {"en": "Funder Name", "ja": "助成機関名"}}, {"key": "item_1617186901218[].subitem_funder_names[].subitem_funder_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "助成機関名", "title_i18n": {"en": "Funder Name", "ja": "助成機関名"}, "title_i18n_temp": {"en": "Funder Name", "ja": "助成機関名"}}, {"key": "item_1617186901218[].subitem_funding_stream_identifiers", "items": [{"key": "item_1617186901218[].subitem_funding_stream_identifiers.subitem_funding_stream_identifier_type", "type": "select", "title": "プログラム情報識別子タイプ", "titleMap": [{"name": "Crossref Funder", "value": "Crossref Funder"}, {"name": "JGN_fundingStream", "value": "JGN_fundingStream"}], "title_i18n": {"en": "Funding Stream Identifier Type", "ja": "プログラム情報識別子タイプ"}, "title_i18n_temp": {"en": "Funding Stream Identifier Type", "ja": "プログラム情報識別子タイプ"}}, {"key": "item_1617186901218[].subitem_funding_stream_identifiers.subitem_funding_stream_identifier_type_uri", "type": "text", "title": "プログラム情報識別子タイプURI", "title_i18n": {"en": "Funding Stream Identifier Type URI", "ja": "プログラム情報識別子タイプURI"}, "title_i18n_temp": {"en": "Funding Stream Identifier Type URI", "ja": "プログラム情報識別子タイプURI"}}, {"key": "item_1617186901218[].subitem_funding_stream_identifiers.subitem_funding_stream_identifier", "type": "text", "title": "研究課題番号タイプ", "title_i18n": {"en": "Funding Stream Identifier", "ja": "研究課題番号タイプ"}, "title_i18n_temp": {"en": "Funding Stream Identifier", "ja": "研究課題番号タイプ"}}], "title": "プログラム情報識別子", "title_i18n": {"en": "Funding Stream Identifiers", "ja": "プログラム情報識別子"}, "title_i18n_temp": {"en": "Funding Stream Identifiers", "ja": "プログラム情報識別子"}}, {"add": "New", "key": "item_1617186901218[].subitem_funding_streams", "items": [{"key": "item_1617186901218[].subitem_funding_streams[].subitem_funding_stream_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617186901218[].subitem_funding_streams.subitem_funding_stream", "type": "text", "title": "プログラム情報", "title_i18n": {"en": "Funding Stream", "ja": "プログラム情報"}, "title_i18n_temp": {"en": "Funding Stream", "ja": "プログラム情報"}}], "style": {"add": "btn-success"}, "title": "プログラム情報", "title_i18n": {"en": "Funding Streams", "ja": "プログラム情報"}, "title_i18n_temp": {"en": "Funding Streams", "ja": "プログラム情報"}}, {"key": "item_1617186901218[].subitem_award_numbers", "items": [{"key": "item_1617186901218[].subitem_award_numbers.subitem_award_uri", "type": "text", "title": "研究課題番号URI", "title_i18n": {"en": "Award Number URI", "ja": "研究課題番号URI"}, "title_i18n_temp": {"en": "Award Number URI", "ja": "研究課題番号URI"}}, {"key": "item_1617186901218[].subitem_award_numbers.subitem_award_number", "type": "text", "title": "研究課題番号", "title_i18n": {"en": "Award Number", "ja": "研究課題番号"}, "title_i18n_temp": {"en": "Award Number", "ja": "研究課題番号"}}, {"key": "item_1617186901218[].subitem_award_numbers.subitem_award_number_type", "type": "select", "title": "研究課題番号タイプ", "titleMap": [{"name": "JGN", "value": "JGN"}], "title_i18n": {"en": "Award Number Type", "ja": "研究課題番号タイプ"}, "title_i18n_temp": {"en": "Award Number Type", "ja": "研究課題番号タイプ"}}], "title": "研究課題番号", "title_i18n": {"en": "Award Number", "ja": "研究課題番号"}, "title_i18n_temp": {"en": "Award Number", "ja": "研究課題番号"}}, {"add": "New", "key": "item_1617186901218[].subitem_award_titles", "items": [{"key": "item_1617186901218[].subitem_award_titles[].subitem_award_title", "type": "text", "title": "研究課題名", "title_i18n": {"en": "Award Title", "ja": "研究課題名"}, "title_i18n_temp": {"en": "Award Title", "ja": "研究課題名"}}, {"key": "item_1617186901218[].subitem_award_titles[].subitem_award_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "研究課題名", "title_i18n": {"en": "Award Title", "ja": "研究課題名"}, "title_i18n_temp": {"en": "Award Title", "ja": "研究課題名"}}], "style": {"add": "btn-success"}, "title": "Funding Reference", "title_i18n": {"en": "Funding Reference", "ja": "助成情報"}}, {"add": "New", "key": "item_1617186920753", "items": [{"key": "item_1617186920753[].subitem_source_identifier_type", "type": "select", "title": "収録物識別子タイプ", "titleMap": [{"name": "PISSN", "value": "PISSN"}, {"name": "EISSN", "value": "EISSN"}, {"name": "ISSN", "value": "ISSN"}, {"name": "NCID", "value": "NCID"}], "title_i18n": {"en": "Source Identifier Type", "ja": "収録物識別子タイプ"}, "title_i18n_temp": {"en": "Source Identifier Type", "ja": "収録物識別子タイプ"}}, {"key": "item_1617186920753[].subitem_source_identifier", "type": "text", "title": "収録物識別子", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}, "title_i18n_temp": {"en": "Source Identifier", "ja": "収録物識別子"}}], "style": {"add": "btn-success"}, "title": "Source Identifier", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}}, {"add": "New", "key": "item_1617186941041", "items": [{"key": "item_1617186941041[].subitem_source_title", "type": "text", "title": "収録物名", "title_i18n": {"en": "Source Title", "ja": "収録物名"}, "title_i18n_temp": {"en": "Source Title", "ja": "収録物名"}}, {"key": "item_1617186941041[].subitem_source_title_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Source Title", "title_i18n": {"en": "Source Title", "ja": "収録物名"}}, {"key": "item_1617186959569", "type": "fieldset", "items": [{"key": "item_1617186959569.subitem_volume", "type": "text", "title": "巻", "title_i18n": {"en": "Volume", "ja": "巻"}, "title_i18n_temp": {"en": "Volume", "ja": "巻"}}], "title": "Volume Number", "title_i18n": {"en": "Volume Number", "ja": "巻"}}, {"key": "item_1617186981471", "type": "fieldset", "items": [{"key": "item_1617186981471.subitem_issue", "type": "text", "title": "号", "title_i18n": {"en": "Issue", "ja": "号"}, "title_i18n_temp": {"en": "Issue", "ja": "号"}}], "title": "Issue Number", "title_i18n": {"en": "Issue Number", "ja": "号"}}, {"key": "item_1617186994930", "type": "fieldset", "items": [{"key": "item_1617186994930.subitem_number_of_pages", "type": "text", "title": "ページ数", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}, "title_i18n_temp": {"en": "Number of Pages", "ja": "ページ数"}}], "title": "Number of Pages", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}}, {"key": "item_1617187024783", "type": "fieldset", "items": [{"key": "item_1617187024783.subitem_start_page", "type": "text", "title": "開始ページ", "title_i18n": {"en": "Start Page", "ja": "開始ページ"}, "title_i18n_temp": {"en": "Start Page", "ja": "開始ページ"}}], "title": "Page Start", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}}, {"key": "item_1617187045071", "type": "fieldset", "items": [{"key": "item_1617187045071.subitem_end_page", "type": "text", "title": "終了ページ", "title_i18n": {"en": "End Page", "ja": "終了ページ"}, "title_i18n_temp": {"en": "End Page", "ja": "終了ページ"}}], "title": "Page End", "title_i18n": {"en": "Page End", "ja": "終了ページ"}}, {"key": "item_1617187056579", "type": "fieldset", "items": [{"add": "New", "key": "item_1617187056579.bibliographic_titles", "items": [{"key": "item_1617187056579.bibliographic_titles[].bibliographic_title", "type": "text", "title": "タイトル", "title_i18n": {"en": "Title", "ja": "タイトル"}, "title_i18n_temp": {"en": "Title", "ja": "タイトル"}}, {"key": "item_1617187056579.bibliographic_titles[].bibliographic_titleLang", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "雑誌名", "title_i18n": {"en": "Journal Title", "ja": "雑誌名"}, "title_i18n_temp": {"en": "Journal Title", "ja": "雑誌名"}}, {"key": "item_1617187056579.bibliographicVolumeNumber", "type": "text", "title": "巻", "title_i18n": {"en": "Volume Number", "ja": "巻"}, "title_i18n_temp": {"en": "Volume Number", "ja": "巻"}}, {"key": "item_1617187056579.bibliographicIssueNumber", "type": "text", "title": "号", "title_i18n": {"en": "Issue Number", "ja": "号"}, "title_i18n_temp": {"en": "Issue Number", "ja": "号"}}, {"key": "item_1617187056579.bibliographicPageStart", "type": "text", "title": "開始ページ", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}, "title_i18n_temp": {"en": "Page Start", "ja": "開始ページ"}}, {"key": "item_1617187056579.bibliographicPageEnd", "type": "text", "title": "終了ページ", "title_i18n": {"en": "Page End", "ja": "終了ページ"}, "title_i18n_temp": {"en": "Page End", "ja": "終了ページ"}}, {"key": "item_1617187056579.bibliographicNumberOfPages", "type": "text", "title": "ページ数", "title_i18n": {"en": "Number of Page", "ja": "ページ数"}, "title_i18n_temp": {"en": "Number of Page", "ja": "ページ数"}}, {"key": "item_1617187056579.bibliographicIssueDates", "type": "fieldset", "items": [{"key": "item_1617187056579.bibliographicIssueDates.bibliographicIssueDate", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker_multi_format.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1617187056579.bibliographicIssueDates.bibliographicIssueDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "", "value": ""}, {"name": "Issued", "value": "Issued"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}], "title": "発行日", "title_i18n": {"en": "Issue Date", "ja": "発行日"}, "title_i18n_temp": {"en": "Issue Date", "ja": "発行日"}}], "title": "Bibliographic Information", "title_i18n": {"en": "Bibliographic Information", "ja": "書誌情報"}}, {"key": "item_1617187087799", "type": "fieldset", "items": [{"key": "item_1617187087799.subitem_dissertationnumber", "type": "text", "title": "学位授与番号", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}, "title_i18n_temp": {"en": "Dissertation Number", "ja": "学位授与番号"}}], "title": "Dissertation Number", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}}, {"add": "New", "key": "item_1617187112279", "items": [{"key": "item_1617187112279[].subitem_degreename_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617187112279[].subitem_degreename", "type": "text", "title": "学位名", "title_i18n": {"en": "Degree Name", "ja": "学位名"}, "title_i18n_temp": {"en": "Degree Name", "ja": "学位名"}}], "style": {"add": "btn-success"}, "title": "Degree Name", "title_i18n": {"en": "Degree Name", "ja": "学位名"}}, {"key": "item_1617187136212", "type": "fieldset", "items": [{"key": "item_1617187136212.subitem_dategranted", "type": "template", "title": "学位授与年月日", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}, "templateUrl": "/static/templates/weko_deposit/datepicker_multi_format.html", "title_i18n_temp": {"en": "Date Granted", "ja": "学位授与年月日"}}], "title": "Date Granted", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}}, {"add": "New", "key": "item_1617944105607", "items": [{"add": "New", "key": "item_1617944105607[].subitem_degreegrantor_identifier", "items": [{"key": "item_1617944105607[].subitem_degreegrantor_identifier[].subitem_degreegrantor_identifier_scheme", "type": "select", "title": "学位授与機関識別子Scheme", "titleMap": [{"name": "kakenhi", "value": "kakenhi"}], "title_i18n": {"en": "Degree Grantor Name Identifier Scheme", "ja": "学位授与機関識別子Scheme"}, "title_i18n_temp": {"en": "Degree Grantor Name Identifier Scheme", "ja": "学位授与機関識別子Scheme"}}, {"key": "item_1617944105607[].subitem_degreegrantor_identifier[].subitem_degreegrantor_identifier_name", "type": "text", "title": "学位授与機関識別子", "title_i18n": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}, "title_i18n_temp": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}}], "style": {"add": "btn-success"}, "title": "学位授与機関識別子", "title_i18n": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}, "title_i18n_temp": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}}, {"add": "New", "key": "item_1617944105607[].subitem_degreegrantor", "items": [{"key": "item_1617944105607[].subitem_degreegrantor[].subitem_degreegrantor_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1617944105607[].subitem_degreegrantor[].subitem_degreegrantor_name", "type": "text", "title": "学位授与機関名", "title_i18n": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}, "title_i18n_temp": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}}], "style": {"add": "btn-success"}, "title": "学位授与機関名", "title_i18n": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}, "title_i18n_temp": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}}], "style": {"add": "btn-success"}, "title": "Degree Grantor", "title_i18n": {"en": "Degree Grantor", "ja": "学位授与機関"}}, {"add": "New", "key": "item_1617187187528", "items": [{"add": "New", "key": "item_1617187187528[].subitem_conference_names", "items": [{"key": "item_1617187187528[].subitem_conference_names[].subitem_conference_name", "type": "text", "title": "会議名", "title_i18n": {"en": "Conference Name", "ja": "会議名"}, "title_i18n_temp": {"en": "Conference Name", "ja": "会議名"}}, {"key": "item_1617187187528[].subitem_conference_names[].subitem_conference_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "会議名", "title_i18n": {"en": "Conference Name", "ja": "会議名"}, "title_i18n_temp": {"en": "Conference Name", "ja": "会議名"}}, {"key": "item_1617187187528[].subitem_conference_sequence", "type": "text", "title": "回次", "title_i18n": {"en": "Conference Sequence", "ja": "回次"}, "title_i18n_temp": {"en": "Conference Sequence", "ja": "回次"}}, {"add": "New", "key": "item_1617187187528[].subitem_conference_sponsors", "items": [{"key": "item_1617187187528[].subitem_conference_sponsors[].subitem_conference_sponsor", "type": "text", "title": "主催機関", "title_i18n": {"en": "Conference Sponsor", "ja": "主催機関"}, "title_i18n_temp": {"en": "Conference Sponsor", "ja": "主催機関"}}, {"key": "item_1617187187528[].subitem_conference_sponsors[].subitem_conference_sponsor_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "主催機関", "title_i18n": {"en": "Conference Sponsor", "ja": "主催機関"}, "title_i18n_temp": {"en": "Conference Sponsor", "ja": "主催機関"}}, {"key": "item_1617187187528[].subitem_conference_date", "type": "fieldset", "items": [{"key": "item_1617187187528[].subitem_conference_date.subitem_conference_start_year", "type": "text", "title": "開始年", "title_i18n": {"en": "Start Year", "ja": "開始年"}, "title_i18n_temp": {"en": "Start Year", "ja": "開始年"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_start_month", "type": "text", "title": "開始月", "title_i18n": {"en": "Start Month", "ja": "開始月"}, "title_i18n_temp": {"en": "Start Month", "ja": "開始月"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_start_day", "type": "text", "title": "開始日", "title_i18n": {"en": "Start Day", "ja": "開始日"}, "title_i18n_temp": {"en": "Start Day", "ja": "開始日"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_end_year", "type": "text", "title": "終了年", "title_i18n": {"en": "End Year", "ja": "終了年"}, "title_i18n_temp": {"en": "End Year", "ja": "終了年"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_end_month", "type": "text", "title": "終了月", "title_i18n": {"en": "End Month", "ja": "終了月"}, "title_i18n_temp": {"en": "End Month", "ja": "終了月"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_end_day", "type": "text", "title": "終了日", "title_i18n": {"en": "End Day", "ja": "終了日"}, "title_i18n_temp": {"en": "End Day", "ja": "終了日"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_period", "type": "text", "title": "開催期間", "title_i18n": {"en": "Conference Date", "ja": "開催期間"}, "title_i18n_temp": {"en": "Conference Date", "ja": "開催期間"}}, {"key": "item_1617187187528[].subitem_conference_date.subitem_conference_date_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "title": "開催期間", "title_i18n": {"en": "Conference Date", "ja": "開催期間"}, "title_i18n_temp": {"en": "Conference Date", "ja": "開催期間"}}, {"add": "New", "key": "item_1617187187528[].subitem_conference_venues", "items": [{"key": "item_1617187187528[].subitem_conference_venues[].subitem_conference_venue", "type": "text", "title": "開催会場", "title_i18n": {"en": "Conference Venue", "ja": "開催会場"}, "title_i18n_temp": {"en": "Conference Venue", "ja": "開催会場"}}, {"key": "item_1617187187528[].subitem_conference_venues[].subitem_conference_venue_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "開催会場", "title_i18n": {"en": "Conference Venue", "ja": "開催会場"}, "title_i18n_temp": {"en": "Conference Venue", "ja": "開催会場"}}, {"add": "New", "key": "item_1617187187528[].subitem_conference_places", "items": [{"key": "item_1617187187528[].subitem_conference_places[].subitem_conference_place", "type": "text", "title": "開催地", "title_i18n": {"en": "Conference Place", "ja": "開催地"}, "title_i18n_temp": {"en": "Conference Place", "ja": "開催地"}}, {"key": "item_1617187187528[].subitem_conference_places[].subitem_conference_place_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "開催地", "title_i18n": {"en": "Conference Place", "ja": "開催地"}, "title_i18n_temp": {"en": "Conference Place", "ja": "開催地"}}, {"key": "item_1617187187528[].subitem_conference_country", "type": "select", "title": "開催国", "titleMap": [{"name": "JPN", "value": "JPN"}, {"name": "ABW", "value": "ABW"}, {"name": "AFG", "value": "AFG"}, {"name": "AGO", "value": "AGO"}, {"name": "AIA", "value": "AIA"}, {"name": "ALA", "value": "ALA"}, {"name": "ALB", "value": "ALB"}, {"name": "AND", "value": "AND"}, {"name": "ARE", "value": "ARE"}, {"name": "ARG", "value": "ARG"}, {"name": "ARM", "value": "ARM"}, {"name": "ASM", "value": "ASM"}, {"name": "ATA", "value": "ATA"}, {"name": "ATF", "value": "ATF"}, {"name": "ATG", "value": "ATG"}, {"name": "AUS", "value": "AUS"}, {"name": "AUT", "value": "AUT"}, {"name": "AZE", "value": "AZE"}, {"name": "BDI", "value": "BDI"}, {"name": "BEL", "value": "BEL"}, {"name": "BEN", "value": "BEN"}, {"name": "BES", "value": "BES"}, {"name": "BFA", "value": "BFA"}, {"name": "BGD", "value": "BGD"}, {"name": "BGR", "value": "BGR"}, {"name": "BHR", "value": "BHR"}, {"name": "BHS", "value": "BHS"}, {"name": "BIH", "value": "BIH"}, {"name": "BLM", "value": "BLM"}, {"name": "BLR", "value": "BLR"}, {"name": "BLZ", "value": "BLZ"}, {"name": "BMU", "value": "BMU"}, {"name": "BOL", "value": "BOL"}, {"name": "BRA", "value": "BRA"}, {"name": "BRB", "value": "BRB"}, {"name": "BRN", "value": "BRN"}, {"name": "BTN", "value": "BTN"}, {"name": "BVT", "value": "BVT"}, {"name": "BWA", "value": "BWA"}, {"name": "CAF", "value": "CAF"}, {"name": "CAN", "value": "CAN"}, {"name": "CCK", "value": "CCK"}, {"name": "CHE", "value": "CHE"}, {"name": "CHL", "value": "CHL"}, {"name": "CHN", "value": "CHN"}, {"name": "CIV", "value": "CIV"}, {"name": "CMR", "value": "CMR"}, {"name": "COD", "value": "COD"}, {"name": "COG", "value": "COG"}, {"name": "COK", "value": "COK"}, {"name": "COL", "value": "COL"}, {"name": "COM", "value": "COM"}, {"name": "CPV", "value": "CPV"}, {"name": "CRI", "value": "CRI"}, {"name": "CUB", "value": "CUB"}, {"name": "CUW", "value": "CUW"}, {"name": "CXR", "value": "CXR"}, {"name": "CYM", "value": "CYM"}, {"name": "CYP", "value": "CYP"}, {"name": "CZE", "value": "CZE"}, {"name": "DEU", "value": "DEU"}, {"name": "DJI", "value": "DJI"}, {"name": "DMA", "value": "DMA"}, {"name": "DNK", "value": "DNK"}, {"name": "DOM", "value": "DOM"}, {"name": "DZA", "value": "DZA"}, {"name": "ECU", "value": "ECU"}, {"name": "EGY", "value": "EGY"}, {"name": "ERI", "value": "ERI"}, {"name": "ESH", "value": "ESH"}, {"name": "ESP", "value": "ESP"}, {"name": "EST", "value": "EST"}, {"name": "ETH", "value": "ETH"}, {"name": "FIN", "value": "FIN"}, {"name": "FJI", "value": "FJI"}, {"name": "FLK", "value": "FLK"}, {"name": "FRA", "value": "FRA"}, {"name": "FRO", "value": "FRO"}, {"name": "FSM", "value": "FSM"}, {"name": "GAB", "value": "GAB"}, {"name": "GBR", "value": "GBR"}, {"name": "GEO", "value": "GEO"}, {"name": "GGY", "value": "GGY"}, {"name": "GHA", "value": "GHA"}, {"name": "GIB", "value": "GIB"}, {"name": "GIN", "value": "GIN"}, {"name": "GLP", "value": "GLP"}, {"name": "GMB", "value": "GMB"}, {"name": "GNB", "value": "GNB"}, {"name": "GNQ", "value": "GNQ"}, {"name": "GRC", "value": "GRC"}, {"name": "GRD", "value": "GRD"}, {"name": "GRL", "value": "GRL"}, {"name": "GTM", "value": "GTM"}, {"name": "GUF", "value": "GUF"}, {"name": "GUM", "value": "GUM"}, {"name": "GUY", "value": "GUY"}, {"name": "HKG", "value": "HKG"}, {"name": "HMD", "value": "HMD"}, {"name": "HND", "value": "HND"}, {"name": "HRV", "value": "HRV"}, {"name": "HTI", "value": "HTI"}, {"name": "HUN", "value": "HUN"}, {"name": "IDN", "value": "IDN"}, {"name": "IMN", "value": "IMN"}, {"name": "IND", "value": "IND"}, {"name": "IOT", "value": "IOT"}, {"name": "IRL", "value": "IRL"}, {"name": "IRN", "value": "IRN"}, {"name": "IRQ", "value": "IRQ"}, {"name": "ISL", "value": "ISL"}, {"name": "ISR", "value": "ISR"}, {"name": "ITA", "value": "ITA"}, {"name": "JAM", "value": "JAM"}, {"name": "JEY", "value": "JEY"}, {"name": "JOR", "value": "JOR"}, {"name": "KAZ", "value": "KAZ"}, {"name": "KEN", "value": "KEN"}, {"name": "KGZ", "value": "KGZ"}, {"name": "KHM", "value": "KHM"}, {"name": "KIR", "value": "KIR"}, {"name": "KNA", "value": "KNA"}, {"name": "KOR", "value": "KOR"}, {"name": "KWT", "value": "KWT"}, {"name": "LAO", "value": "LAO"}, {"name": "LBN", "value": "LBN"}, {"name": "LBR", "value": "LBR"}, {"name": "LBY", "value": "LBY"}, {"name": "LCA", "value": "LCA"}, {"name": "LIE", "value": "LIE"}, {"name": "LKA", "value": "LKA"}, {"name": "LSO", "value": "LSO"}, {"name": "LTU", "value": "LTU"}, {"name": "LUX", "value": "LUX"}, {"name": "LVA", "value": "LVA"}, {"name": "MAC", "value": "MAC"}, {"name": "MAF", "value": "MAF"}, {"name": "MAR", "value": "MAR"}, {"name": "MCO", "value": "MCO"}, {"name": "MDA", "value": "MDA"}, {"name": "MDG", "value": "MDG"}, {"name": "MDV", "value": "MDV"}, {"name": "MEX", "value": "MEX"}, {"name": "MHL", "value": "MHL"}, {"name": "MKD", "value": "MKD"}, {"name": "MLI", "value": "MLI"}, {"name": "MLT", "value": "MLT"}, {"name": "MMR", "value": "MMR"}, {"name": "MNE", "value": "MNE"}, {"name": "MNG", "value": "MNG"}, {"name": "MNP", "value": "MNP"}, {"name": "MOZ", "value": "MOZ"}, {"name": "MRT", "value": "MRT"}, {"name": "MSR", "value": "MSR"}, {"name": "MTQ", "value": "MTQ"}, {"name": "MUS", "value": "MUS"}, {"name": "MWI", "value": "MWI"}, {"name": "MYS", "value": "MYS"}, {"name": "MYT", "value": "MYT"}, {"name": "NAM", "value": "NAM"}, {"name": "NCL", "value": "NCL"}, {"name": "NER", "value": "NER"}, {"name": "NFK", "value": "NFK"}, {"name": "NGA", "value": "NGA"}, {"name": "NIC", "value": "NIC"}, {"name": "NIU", "value": "NIU"}, {"name": "NLD", "value": "NLD"}, {"name": "NOR", "value": "NOR"}, {"name": "NPL", "value": "NPL"}, {"name": "NRU", "value": "NRU"}, {"name": "NZL", "value": "NZL"}, {"name": "OMN", "value": "OMN"}, {"name": "PAK", "value": "PAK"}, {"name": "PAN", "value": "PAN"}, {"name": "PCN", "value": "PCN"}, {"name": "PER", "value": "PER"}, {"name": "PHL", "value": "PHL"}, {"name": "PLW", "value": "PLW"}, {"name": "PNG", "value": "PNG"}, {"name": "POL", "value": "POL"}, {"name": "PRI", "value": "PRI"}, {"name": "PRK", "value": "PRK"}, {"name": "PRT", "value": "PRT"}, {"name": "PRY", "value": "PRY"}, {"name": "PSE", "value": "PSE"}, {"name": "PYF", "value": "PYF"}, {"name": "QAT", "value": "QAT"}, {"name": "REU", "value": "REU"}, {"name": "ROU", "value": "ROU"}, {"name": "RUS", "value": "RUS"}, {"name": "RWA", "value": "RWA"}, {"name": "SAU", "value": "SAU"}, {"name": "SDN", "value": "SDN"}, {"name": "SEN", "value": "SEN"}, {"name": "SGP", "value": "SGP"}, {"name": "SGS", "value": "SGS"}, {"name": "SHN", "value": "SHN"}, {"name": "SJM", "value": "SJM"}, {"name": "SLB", "value": "SLB"}, {"name": "SLE", "value": "SLE"}, {"name": "SLV", "value": "SLV"}, {"name": "SMR", "value": "SMR"}, {"name": "SOM", "value": "SOM"}, {"name": "SPM", "value": "SPM"}, {"name": "SRB", "value": "SRB"}, {"name": "SSD", "value": "SSD"}, {"name": "STP", "value": "STP"}, {"name": "SUR", "value": "SUR"}, {"name": "SVK", "value": "SVK"}, {"name": "SVN", "value": "SVN"}, {"name": "SWE", "value": "SWE"}, {"name": "SWZ", "value": "SWZ"}, {"name": "SXM", "value": "SXM"}, {"name": "SYC", "value": "SYC"}, {"name": "SYR", "value": "SYR"}, {"name": "TCA", "value": "TCA"}, {"name": "TCD", "value": "TCD"}, {"name": "TGO", "value": "TGO"}, {"name": "THA", "value": "THA"}, {"name": "TJK", "value": "TJK"}, {"name": "TKL", "value": "TKL"}, {"name": "TKM", "value": "TKM"}, {"name": "TLS", "value": "TLS"}, {"name": "TON", "value": "TON"}, {"name": "TTO", "value": "TTO"}, {"name": "TUN", "value": "TUN"}, {"name": "TUR", "value": "TUR"}, {"name": "TUV", "value": "TUV"}, {"name": "TWN", "value": "TWN"}, {"name": "TZA", "value": "TZA"}, {"name": "UGA", "value": "UGA"}, {"name": "UKR", "value": "UKR"}, {"name": "UMI", "value": "UMI"}, {"name": "URY", "value": "URY"}, {"name": "USA", "value": "USA"}, {"name": "UZB", "value": "UZB"}, {"name": "VAT", "value": "VAT"}, {"name": "VCT", "value": "VCT"}, {"name": "VEN", "value": "VEN"}, {"name": "VGB", "value": "VGB"}, {"name": "VIR", "value": "VIR"}, {"name": "VNM", "value": "VNM"}, {"name": "VUT", "value": "VUT"}, {"name": "WLF", "value": "WLF"}, {"name": "WSM", "value": "WSM"}, {"name": "YEM", "value": "YEM"}, {"name": "ZAF", "value": "ZAF"}, {"name": "ZMB", "value": "ZMB"}, {"name": "ZWE", "value": "ZWE"}], "title_i18n": {"en": "Conference Country", "ja": "開催国"}, "title_i18n_temp": {"en": "Conference Country", "ja": "開催国"}}], "style": {"add": "btn-success"}, "title": "Conference", "title_i18n": {"en": "Conference", "ja": "会議記述"}}, {"add": "New", "key": "item_1617620223087", "items": [{"key": "item_1617620223087[].subitem_heading_banner_headline", "type": "text", "title": "大見出し", "title_i18n": {"en": "Heading", "ja": "大見出し"}, "title_i18n_temp": {"en": "Heading", "ja": "大見出し"}}, {"key": "item_1617620223087[].subitem_heading_headline", "type": "text", "title": "小見出し", "title_i18n": {"en": "Subheading", "ja": "小見出し"}, "title_i18n_temp": {"en": "Subheading", "ja": "小見出し"}}, {"key": "item_1617620223087[].subitem_heading_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Heading", "title_i18n": {"en": "Heading", "ja": "見出し"}}, {"add": "New", "key": "item_1698591601", "items": [{"key": "item_1698591601[].original_language", "type": "text", "title": "原文の言語", "title_i18n": {"en": "Original Language", "ja": "原文の言語"}, "title_i18n_temp": {"en": "Original Language", "ja": "原文の言語"}}, {"key": "item_1698591601[].original_language_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "原文の言語", "title_i18n": {"en": "", "ja": "原文の言語"}}, {"add": "New", "key": "item_1698591602", "items": [{"key": "item_1698591602[].volume_title", "type": "text", "title": "Edition", "title_i18n": {"en": "", "ja": ""}}, {"key": "item_1698591602[].volume_title_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "部編名", "title_i18n": {"en": "", "ja": "部編名"}}, {"add": "New", "key": "item_1698591603", "items": [{"add": "New", "key": "item_1698591603[].catalog_contributors", "items": [{"key": "item_1698591603[].catalog_contributors[].contributor_type", "type": "select", "title": "Contributor Type", "titleMap": [{"name": "HostingInstitution", "value": "HostingInstitution"}], "title_i18n": {"en": "Contributor Type", "ja": "提供機関タイプ"}, "title_i18n_temp": {"en": "Contributor Type", "ja": "提供機関タイプ"}}, {"add": "New", "key": "item_1698591603[].catalog_contributors[].contributor_names", "items": [{"key": "item_1698591603[].catalog_contributors[].contributor_names[].contributor_name", "type": "text", "title": "Contributor Name", "title_i18n": {"en": "Contributor Name", "ja": "提供機関名"}, "title_i18n_temp": {"en": "Contributor Name", "ja": "提供機関名"}}, {"key": "item_1698591603[].catalog_contributors[].contributor_names[].contributor_name_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Contributor Name", "title_i18n": {"en": "", "ja": ""}}], "style": {"add": "btn-success"}, "title": "Contributor", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_identifiers", "items": [{"key": "item_1698591603[].catalog_identifiers[].catalog_identifier", "type": "text", "title": "Identifier", "title_i18n": {"en": "Identifier", "ja": "識別子"}, "title_i18n_temp": {"en": "Identifier", "ja": "識別子"}}, {"key": "item_1698591603[].catalog_identifiers[].catalog_identifier_type", "type": "select", "title": "Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}], "title_i18n": {"en": "Identifier Type", "ja": "識別子タイプ"}, "title_i18n_temp": {"en": "Identifier Type", "ja": "識別子タイプ"}}], "style": {"add": "btn-success"}, "title": "Identifier", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_titles", "items": [{"key": "item_1698591603[].catalog_titles[].catalog_title", "type": "text", "title": "Title", "title_i18n": {"en": "Title", "ja": "タイトル"}, "title_i18n_temp": {"en": "Title", "ja": "タイトル"}}, {"key": "item_1698591603[].catalog_titles[].catalog_title_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Title", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_descriptions", "items": [{"key": "item_1698591603[].catalog_descriptions[].catalog_description", "type": "text", "title": "Description", "title_i18n": {"en": "Description", "ja": "内容記述"}, "title_i18n_temp": {"en": "Description", "ja": "内容記述"}}, {"key": "item_1698591603[].catalog_descriptions[].catalog_description_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_descriptions[].catalog_description_type", "type": "select", "title": "Description Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Methods", "value": "Methods"}, {"name": "TableOfContents", "value": "TableOfContents"}, {"name": "TechnicalInfo", "value": "TechnicalInfo"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Description Type", "ja": "内容記述タイプ"}, "title_i18n_temp": {"en": "Description Type", "ja": "内容記述タイプ"}}], "style": {"add": "btn-success"}, "title": "Description", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_subjects", "items": [{"key": "item_1698591603[].catalog_subjects[].catalog_subject", "type": "text", "title": "Subject", "title_i18n": {"en": "Subject", "ja": "主題"}, "title_i18n_temp": {"en": "Subject", "ja": "主題"}}, {"key": "item_1698591603[].catalog_subjects[].catalog_subject_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_subjects[].catalog_subject_uri", "type": "text", "title": "Subject URI", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}, "title_i18n_temp": {"en": "Subject URI", "ja": "主題URI"}}, {"key": "item_1698591603[].catalog_subjects[].catalog_subject_scheme", "type": "select", "title": "Subject Scheme", "titleMap": [{"name": "BSH", "value": "BSH"}, {"name": "DDC", "value": "DDC"}, {"name": "e-Rad", "value": "e-Rad"}, {"name": "LCC", "value": "LCC"}, {"name": "LCSH", "value": "LCSH"}, {"name": "", "value": ""}, {"name": "MeSH", "value": "MeSH"}, {"name": "NDC", "value": "NDC"}, {"name": "NDLC", "value": "NDLC"}, {"name": "NDLSH", "value": "NDLSH"}, {"name": "SciVal", "value": "SciVal"}, {"name": "UDC", "value": "UDC"}, {"name": "Other", "value": "Other"}], "title_i18n": {"en": "Subject Scheme", "ja": "主題スキーマ"}, "title_i18n_temp": {"en": "Subject Scheme", "ja": "主題スキーマ"}}], "style": {"add": "btn-success"}, "title": "Subject", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_licenses", "items": [{"key": "item_1698591603[].catalog_licenses[].catalog_license", "type": "text", "title": "License", "title_i18n": {"en": "License", "ja": "ライセンス"}, "title_i18n_temp": {"en": "License", "ja": "ライセンス"}}, {"key": "item_1698591603[].catalog_license.catalog_license_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_license.catalog_license_type", "type": "select", "title": "License Type", "titleMap": [{"name": "file", "value": "file"}, {"name": "metadata", "value": "metadata"}, {"name": "thumbnail", "value": "thumbnail"}], "title_i18n": {"en": "License Type", "ja": "ライセンスタイプ"}}, {"key": "item_1698591603[].catalog_license.catalog_license_rdf_resource", "type": "text", "title": "RDF Resource", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}], "style": {"add": "btn-success"}, "title": "License", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_rights", "items": [{"key": "item_1698591603[].catalog_rights[].catalog_right", "type": "text", "title": "Rights", "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1698591603[].catalog_rights[].catalog_right_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}, {"key": "item_1698591603[].catalog_rights[].catalog_right_rdf_resource", "type": "text", "title": "RDF Resource", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}, "title_i18n_temp": {"en": "RDF Resource", "ja": "RDFリソース"}}], "style": {"add": "btn-success"}, "title": "Rights", "title_i18n": {"en": "", "ja": ""}}, {"add": "New", "key": "item_1698591603[].catalog_access_rights", "items": [{"key": "item_1698591603[].catalog_access_rights[].catalog_access_right_access_rights", "type": "select", "title": "Access Rights", "titleMap": [{"name": "embargoed access", "value": "embargoed access"}, {"name": "metadata only access", "value": "metadata only access"}, {"name": "restricted access", "value": "restricted access"}, {"name": "open access", "value": "open access"}], "title_i18n": {"en": "Access Rights", "ja": "アクセス権"}}, {"key": "item_1698591603[].catalog_access_rights[].catalog_access_right_rdf_resource", "type": "text", "title": "RDF Resource", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}, "title_i18n_temp": {"en": "RDF Resource", "ja": "RDFリソース"}}], "style": {"add": "btn-success"}, "title": "Access Rights", "title_i18n": {"en": "", "ja": ""}}, {"key": "item_1698591603[].catalog_file", "type": "fieldset", "items": [{"key": "item_1698591603[].catalog_file.catalog_file_uri", "type": "text", "title": "File URI", "title_i18n": {"en": "File URI", "ja": "ファイルURI"}, "title_i18n_temp": {"en": "File URI", "ja": "ファイルURI"}}, {"key": "item_1698591603[].catalog_file.catalog_file_object_type", "type": "select", "title": "Object Type", "titleMap": [{"name": "thumbnail", "value": "thumbnail"}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "title_i18n_temp": {"en": "Object Type", "ja": "オブジェクトタイプ"}}], "title": "File", "title_i18n": {"en": "", "ja": ""}}], "style": {"add": "btn-success"}, "title": "カタログ", "title_i18n": {"en": "", "ja": "カタログ"}}, {"add": "New", "key": "item_1698591604", "items": [{"key": "item_1698591604[].jpcoar_format", "type": "text", "title": "物理的形態", "title_i18n": {"en": "Physical Format", "ja": "物理的形態"}, "title_i18n_temp": {"en": "Physical Format", "ja": "物理的形態"}}, {"key": "item_1698591604[].json_format_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "物理的形態", "title_i18n": {"en": "", "ja": "物理的形態"}}, {"add": "New", "key": "item_1698591605", "type": "fieldset", "items": [{"key": "item_1698591605[].jpcoar_dataset_series", "type": "select", "title": "Dataset Series", "titleMap": [{"name": "True", "value": "True"}, {"name": "False", "value": "False"}], "title_i18n": {"en": "Dataset Series", "ja": "データセットシリーズ"}, "title_i18n_temp": {"en": "Dataset Series", "ja": "データセットシリーズ"}}], "style": {"add": "btn-success"}, "title": "データセットシリーズ", "title_i18n": {"en": "", "ja": "データセットシリーズ"}}, {"add": "New", "key": "item_1698591606", "items": [{"key": "item_1698591606[].edition", "type": "text", "title": "版", "title_i18n": {"en": "Edition", "ja": "版"}, "title_i18n_temp": {"en": "Edition", "ja": "版"}}, {"key": "item_1698591606[].edition_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "版", "title_i18n": {"en": "", "ja": "版"}}, {"add": "New", "key": "item_1698591607", "items": [{"add": "New", "key": "item_1698591607[].holding_agent_names", "items": [{"key": "item_1698591607[].holding_agent_names[].holding_agent_name", "type": "text", "title": "所蔵機関名", "title_i18n": {"en": "Holding Agent Name", "ja": "所蔵機関名"}, "title_i18n_temp": {"en": "Holding Agent Name", "ja": "所蔵機関名"}}, {"key": "item_1698591607[].holding_agent_names[].holding_agent_names_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "所蔵機関", "title_i18n": {"en": "Holding Agent", "ja": "所蔵機関"}, "title_i18n_temp": {"en": "Holding Agent", "ja": "所蔵機関"}}, {"key": "item_1698591607[].holding_agent_name_identifier", "items": [{"key": "item_1698591607[].holding_agent_name_identifier.holding_agent_name_idenfitier_value", "type": "text", "title": "所蔵機関識別子", "title_i18n": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}, "title_i18n_temp": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}}, {"key": "item_1698591607[].holding_agent_name_identifier.holding_agent_name_identifier_scheme", "type": "select", "title": "所蔵機関識別子スキーマ", "titleMap": [{"name": "kakenhi【非推奨】", "value": "kakenhi"}, {"name": "ISNI", "value": "ISNI"}, {"name": "Ringgold", "value": "Ringgold"}, {"name": "GRID【非推奨】", "value": "GRID"}, {"name": "ROR", "value": "ROR"}, {"name": "FANO", "value": "FANO"}, {"name": "ISIL", "value": "ISIL"}, {"name": "MARC", "value": "MARC"}, {"name": "OCLC", "value": "OCLC"}], "title_i18n": {"en": "Holding Agent Name Identifier Schema", "ja": "所蔵機関識別子スキーマ"}}, {"key": "item_1698591607[].holding_agent_name_identifier.holding_agent_name_identifier_uri", "type": "text", "title": "所蔵機関識別子URI", "title_i18n": {"en": "Holding Agent Name Identifier URI", "ja": "所蔵機関識別子URI"}}], "title": "所蔵機関識別子", "title_i18n": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}, "title_i18n_temp": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}}], "style": {"add": "btn-success"}, "title": "所蔵機関", "title_i18n": {"en": "", "ja": "所蔵機関"}}, {"add": "New", "key": "item_1698591608", "items": [{"key": "item_1698591608[].subitem_dcterms_date", "type": "text", "title": "日付(リテラル)", "title_i18n": {"en": "Date Literal", "ja": "日付(リテラル)"}, "title_i18n_temp": {"en": "Date Literal", "ja": "日付(リテラル)"}}, {"key": "item_1698591608[].subitem_dcterms_date_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "日付(リテラル)", "title_i18n": {"en": "", "ja": "日付(リテラル)"}}, {"add": "New", "key": "item_1698591609", "items": [{"key": "item_1698591609[].dcterms_extent", "type": "text", "title": "Extent", "title_i18n": {"en": "Extent", "ja": "大きさ"}, "title_i18n_temp": {"en": "Extent", "ja": "大きさ"}}, {"key": "item_1698591609[].dcterms_extent_language", "type": "select", "title": "Language", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "大きさ", "title_i18n": {"en": "", "ja": "大きさ"}}, {"add": "New", "key": "item_1698591610", "items": [{"add": "New", "key": "item_1698591610[].publisher_names", "items": [{"key": "item_1698591610[].publisher_names[].publisher_name", "type": "text", "title": "出版者名", "title_i18n": {"en": "Publisher Name", "ja": "出版者名"}, "title_i18n_temp": {"en": "Publisher Name", "ja": "出版者名"}}, {"key": "item_1698591610[].publisher_names[].publisher_name_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "出版者名", "title_i18n": {"en": "Publisher Name", "ja": "出版者名"}, "title_i18n_temp": {"en": "Publisher Name", "ja": "出版者名"}}, {"add": "New", "key": "item_1698591610[].publisher_descriptions", "items": [{"key": "item_1698591610[].publisher_descriptions[].publisher_description", "type": "text", "title": "出版者注記", "title_i18n": {"en": "Publisher Description", "ja": "出版者注記"}, "title_i18n_temp": {"en": "Publisher Description", "ja": "出版者注記"}}, {"key": "item_1698591610[].publisher_descriptions[].publisher_description_language", "type": "select", "title": "言語", "titleMap": [{"name": "ja", "value": "ja"}, {"name": "ja-Kana", "value": "ja-Kana"}, {"name": "ja-Latn", "value": "ja-Latn"}, {"name": "en", "value": "en"}, {"name": "fr", "value": "fr"}, {"name": "it", "value": "it"}, {"name": "de", "value": "de"}, {"name": "es", "value": "es"}, {"name": "zh-cn", "value": "zh-cn"}, {"name": "zh-tw", "value": "zh-tw"}, {"name": "ru", "value": "ru"}, {"name": "la", "value": "la"}, {"name": "ms", "value": "ms"}, {"name": "eo", "value": "eo"}, {"name": "ar", "value": "ar"}, {"name": "el", "value": "el"}, {"name": "ko", "value": "ko"}], "title_i18n": {"en": "Language", "ja": "言語"}, "title_i18n_temp": {"en": "Language", "ja": "言語"}}], "style": {"add": "btn-success"}, "title": "Publisher Description", "title_i18n": {"en": "Publisher Description", "ja": "出版者注記"}, "title_i18n_temp": {"en": "Publisher Description", "ja": "出版者注記"}}, {"add": "New", "key": "item_1698591610[].publisher_locations", "items": [{"key": "item_1698591610[].publisher_locations[].publisher_location", "type": "text", "title": "出版地", "title_i18n": {"en": "Publication Place", "ja": "出版地"}, "title_i18n_temp": {"en": "Publication Place", "ja": "出版地"}}], "style": {"add": "btn-success"}, "title": "出版地", "title_i18n": {"en": "Publication Place", "ja": "出版地"}, "title_i18n_temp": {"en": "Publication Place", "ja": "出版地"}}, {"add": "New", "key": "item_1698591610[].publication_places", "items": [{"key": "item_1698591610[].publication_places[].publication_place", "type": "text", "title": "出版地(国名コード)", "title_i18n": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}, "title_i18n_temp": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}}], "style": {"add": "btn-success"}, "title": "出版地(国名コード)", "title_i18n": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}, "title_i18n_temp": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}}], "style": {"add": "btn-success"}, "title": "出版者情報", "title_i18n": {"en": "", "ja": "出版者情報"}}, {"add": "New", "key": "item_1718082005802", "items": [{"key": "item_1718082005802[].filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html", "title_i18n_temp": {"en": "FileName", "ja": "表示名"}}, {"key": "item_1718082005802[].url", "type": "fieldset", "items": [{"key": "item_1718082005802[].url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}, "disableSuccessState": true}, {"key": "item_1718082005802[].url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "title_i18n_temp": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "item_1718082005802[].url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "title_i18n_temp": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "title_i18n_temp": {"en": "Text URL", "ja": "本文URL"}}, {"key": "item_1718082005802[].format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}, "title_i18n_temp": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "item_1718082005802[].filesize", "items": [{"key": "item_1718082005802[].filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}, "title_i18n_temp": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "item_1718082005802[].fileDate", "items": [{"key": "item_1718082005802[].fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "日付タイプ", "ja": "日付タイプ"}, "title_i18n_temp": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "item_1718082005802[].fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html", "title_i18n_temp": {"en": "Date", "ja": "日付"}}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}, "title_i18n_temp": {"en": "Date", "ja": "日付"}}, {"key": "item_1718082005802[].version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}, "title_i18n_temp": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "item_1718082005802[].displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}, "title_i18n_temp": {"en": "Preview", "ja": "表示形式"}}, {"key": "item_1718082005802[].licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}, "title_i18n_temp": {"en": "License", "ja": "ライセンス"}}, {"key": "item_1718082005802[].licensefree", "type": "textarea", "title": " ", "condition": "model.item_1718082005802[arrayIndex].licensetype == ''license_free''", "title_i18n": {"en": " ", "ja": " "}}, {"key": "item_1718082005802[].accessrole", "type": "radios", "title": "アクセス", "default": "open_restricted", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open Access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do Not Publish", "ja": "公開しない"}}, {"name": "制限公開", "value": "open_restricted", "name_i18n": {"en": "Limited Access", "ja": "制限公開"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}, "title_i18n_temp": {"en": "Access", "ja": "アクセス"}}, {"key": "item_1718082005802[].date[0].dateValue", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"add": "New", "key": "item_1718082005802[].roles", "items": [{"key": "item_1718082005802[].roles[].role", "type": "select", "title": "ロール", "titleMap": [], "title_i18n": {"en": "Role", "ja": "ロール"}}], "style": {"add": "btn-success"}, "title": "ロール", "titleMap": [], "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_date'' || model.item_1718082005802[arrayIndex].accessrole == ''open_login''", "title_i18n": {"en": "Role", "ja": "ロール"}}, {"add": "New", "key": "item_1718082005802[].provide", "items": [{"key": "item_1718082005802[].provide[].workflow", "type": "select", "title": "ワークフロー", "titleMap": [], "title_i18n": {"en": "WorkFlow", "ja": "ワークフロー"}}, {"key": "item_1718082005802[].provide[].role", "type": "select", "title": "ロール", "titleMap": [], "title_i18n": {"en": "Role", "ja": "ロール"}}], "style": {"add": "btn-success"}, "title": "提供方法", "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_restricted''", "title_i18n": {"en": "Providing Method", "ja": "提供方法"}, "title_i18n_temp": {"en": "Providing Method", "ja": "提供方法"}}, {"key": "item_1718082005802[].terms", "type": "select", "title": "利用規約", "titleMap": [], "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_restricted''", "title_i18n": {"en": "Terms and Conditions", "ja": "利用規約"}, "title_i18n_temp": {"en": "Terms and Conditions", "ja": "利用規約"}}, {"key": "item_1718082005802[].termsDescription", "type": "textarea", "title": " ", "condition": "model.item_1718082005802[arrayIndex].accessrole == ''open_restricted'' && model.item_1718082005802[arrayIndex].terms== ''term_free''", "title_i18n": {"en": " ", "ja": " "}}], "style": {"add": "btn-success"}, "title": "Restricted File", "title_i18n": {"en": "Restricted File", "ja": "制限公開ファイル"}}, {"key": "system_identifier_doi", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(DOI)", "title_i18n": {"en": "Persistent Identifier(DOI)", "ja": "永続識別子(DOI)"}}, {"key": "system_identifier_hdl", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(HDL)", "title_i18n": {"en": "Persistent Identifier(HDL)", "ja": "永続識別子(HDL)"}}, {"key": "system_identifier_uri", "type": "fieldset", "items": [{"key": "parentkey.subitem_systemidt_identifier", "type": "text", "title": "SYSTEMIDT Identifier"}, {"key": "parentkey.subitem_systemidt_identifier_type", "type": "select", "title": "SYSTEMIDT Identifier Type", "titleMap": [{"name": "DOI", "value": "DOI"}, {"name": "HDL", "value": "HDL"}, {"name": "URI", "value": "URI"}]}], "title": "Persistent Identifier(URI)", "title_i18n": {"en": "Persistent Identifier(URI)", "ja": "永続識別子(URI)"}}, {"key": "system_file", "type": "fieldset", "items": [{"add": "New", "key": "parentkey.subitem_systemfile_filename", "items": [{"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_label", "type": "text", "title": "SYSTEMFILE Filename Label"}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_type", "type": "select", "title": "SYSTEMFILE Filename Type", "titleMap": [{"name": "Abstract", "value": "Abstract"}, {"name": "Fulltext", "value": "Fulltext"}, {"name": "Summary", "value": "Summary"}, {"name": "Thumbnail", "value": "Thumbnail"}, {"name": "Other", "value": "Other"}]}, {"key": "parentkey.subitem_systemfile_filename[].subitem_systemfile_filename_uri", "type": "text", "title": "SYSTEMFILE Filename URI"}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE Filename"}, {"key": "parentkey.subitem_systemfile_mimetype", "type": "text", "title": "SYSTEMFILE MimeType"}, {"key": "parentkey.subitem_systemfile_size", "type": "text", "title": "SYSTEMFILE Size"}, {"add": "New", "key": "parentkey.subitem_systemfile_datetime", "items": [{"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_date", "type": "template", "title": "SYSTEMFILE DateTime Date", "format": "yyyy-MM-dd", "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_systemfile_datetime[].subitem_systemfile_datetime_type", "type": "select", "title": "SYSTEMFILE DateTime Type", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Available", "value": "Available"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Created", "value": "Created"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}]}], "style": {"add": "btn-success"}, "title": "SYSTEMFILE DateTime"}, {"key": "parentkey.subitem_systemfile_version", "type": "text", "title": "SYSTEMFILE Version"}], "title": "File Information", "title_i18n": {"en": "File Information", "ja": "ファイル情報"}}], "name": "制限公開2", "action": "upt", "schema": {"type": "object", "$schema": "http://json-schema.org/draft-04/schema#", "required": ["pubdate", "item_1617186331708", "item_1617258105262"], "properties": {"pubdate": {"type": "string", "title": "PubDate", "format": "datetime"}, "system_file": {"type": "object", "title": "File Information", "format": "object", "properties": {"subitem_systemfile_size": {"type": "string", "title": "SYSTEMFILE Size", "format": "text"}, "subitem_systemfile_version": {"type": "string", "title": "SYSTEMFILE Version", "format": "text"}, "subitem_systemfile_datetime": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_datetime_date": {"type": "string", "title": "SYSTEMFILE DateTime Date", "format": "datetime"}, "subitem_systemfile_datetime_type": {"enum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": "string", "title": "SYSTEMFILE DateTime Type", "format": "select"}}}, "title": "SYSTEMFILE DateTime", "format": "array"}, "subitem_systemfile_filename": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_systemfile_filename_uri": {"type": "string", "title": "SYSTEMFILE Filename URI", "format": "text"}, "subitem_systemfile_filename_type": {"enum": ["Abstract", "Fulltext", "Summary", "Thumbnail", "Other"], "type": "string", "title": "SYSTEMFILE Filename Type", "format": "select"}, "subitem_systemfile_filename_label": {"type": "string", "title": "SYSTEMFILE Filename Label", "format": "text"}}}, "title": "SYSTEMFILE Filename", "format": "array"}, "subitem_systemfile_mimetype": {"type": "string", "title": "SYSTEMFILE MimeType", "format": "text"}}, "system_prop": true}, "item_1698591601": {"type": "array", "items": {"type": "object", "properties": {"original_language": {"type": "string", "title": "Original Language", "format": "text", "title_i18n": {"en": "Original Language", "ja": "原文の言語"}}, "original_language_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "原文の言語", "maxItems": "9999", "minItems": "1"}, "item_1698591602": {"type": "array", "items": {"type": "object", "properties": {"volume_title": {"type": "string", "title": "部編名", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "volume_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "部編名", "maxItems": "9999", "minItems": "1"}, "item_1698591603": {"type": "array", "items": {"type": "object", "properties": {"catalog_file": {"type": "object", "title": "File", "format": "object", "properties": {"catalog_file_uri": {"type": "string", "title": "File URI", "format": "text", "title_i18n": {"en": "File URI", "ja": "ファイルURI"}}, "catalog_file_object_type": {"enum": [null, "thumbnail"], "type": ["null", "string"], "title": "Object Type", "format": "select", "currentEnum": ["thumbnail"]}}}, "catalog_rights": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_rights_right": {"type": "string", "title": "Rights", "format": "text", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, "catalog_right_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "catalog_right_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "Rights", "format": "array"}, "catalog_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_title": {"type": "string", "title": "Title", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "catalog_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Title", "format": "array"}, "catalog_licenses": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_license": {"type": "string", "title": "License", "format": "text", "title_i18n": {"en": "License", "ja": "ライセンス"}}, "catalog_license_type": {"enum": ["file", "metadata", "thumbnail"], "type": ["null", "string"], "title": "License Type", "format": "select", "currentEnum": ["file", "metadata", "thumbnail"]}, "catalog_license_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "catalog_license_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "License", "format": "array"}, "catalog_subjects": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_subject": {"type": "string", "title": "Subject", "format": "text", "title_i18n": {"en": "Subject", "ja": "主題"}}, "catalog_subject_uri": {"type": "string", "title": "Subject URI", "format": "text", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}}, "catalog_subject_scheme": {"enum": [null, "BSH", "DDC", "e-Rad", "LCC", "LCSH", "", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"], "type": ["null", "string"], "title": "Subject Scheme", "format": "select", "currentEnum": ["BSH", "DDC", "e-Rad", "LCC", "LCSH", "", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"]}, "catalog_subject_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Subject", "format": "array"}, "catalog_identifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_identifier": {"type": "string", "title": "Identifier", "format": "text", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, "catalog_identifier_type": {"enum": [null, "DOI", "HDL", "URI"], "type": ["null", "string"], "title": "Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}}, "title": "Identifier", "format": "array"}, "catalog_contributors": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributor_type": {"enum": [null, "HostingInstitution"], "type": ["null", "string"], "title": "Contributor Type", "format": "select", "currentEnum": ["HostingInstitution"]}, "contributor_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributor_name": {"type": "string", "title": "Contributor Name", "format": "text", "title_i18n": {"en": "Contributor Name", "ja": "提供機関名"}}, "contributor_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Contributor Name", "format": "array"}}}, "title": "Contributor", "format": "array"}, "catalog_descriptions": {"type": "object", "title": "Description", "format": "object", "properties": {"catalog_description": {"type": "string", "title": "Description", "format": "text", "title_i18n": {"en": "Description", "ja": "内容記述"}}, "catalog_description_type": {"enum": [null, "Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"], "type": ["null", "string"], "title": "Description Type", "format": "select", "currentEnum": ["Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"]}, "catalog_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "catalog_access_rights": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"catalog_access_right": {"enum": ["embargoed access", "metadata only access", "restricted access", "open access"], "type": ["null", "string"], "title": "Access Rights", "format": "select", "currentEnum": ["embargoed access", "metadata only access", "restricted access", "open access"]}, "catalog_access_right_rdf_resource": {"type": "string", "title": "RDF Resource", "format": "text", "title_i18n": {"en": "RDF Resource", "ja": "RDFリソース"}}}}, "title": "Access Rights", "format": "array"}}}, "title": "カタログ", "maxItems": "9999", "minItems": "1"}, "item_1698591604": {"type": "array", "items": {"type": "object", "properties": {"jpcoar_format": {"type": "string", "title": "物理的形態", "format": "text", "title_i18n": {"en": "Physical Format", "ja": "物理的形態"}}, "jpcoar_format_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "物理的形態", "maxItems": "9999", "minItems": "1"}, "item_1698591605": {"type": "array", "items": {"type": "object", "properties": {"jpcoar_dataset_series": {"enum": [null, "True", "False"], "type": ["null", "string"], "title": "Dataset Series", "format": "select", "currentEnum": ["True", "False"]}}}, "title": "データセットシリーズ", "maxItems": "9999", "minItems": "1"}, "item_1698591606": {"type": "array", "items": {"type": "object", "properties": {"edition": {"type": "string", "title": "版", "format": "text", "title_i18n": {"en": "Edition", "ja": "版"}}, "edition_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "版", "maxItems": "9999", "minItems": "1"}, "item_1698591607": {"type": "array", "items": {"type": "object", "properties": {"holding_agent_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"holding_agent_name": {"type": "string", "title": "所蔵機関名", "format": "text", "title_i18n": {"en": "Holding Agent Name", "ja": "所蔵機関名"}}, "holding_agent_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所蔵機関名", "format": "array"}, "holding_agent_name_identifier": {"type": "object", "title": "所蔵機関識別子", "format": "object", "properties": {"holding_agent_name_idenfitier_uri": {"type": "string", "title": "所蔵機関識別子URI", "format": "text", "title_i18n": {"en": "Holding Agent Name Identifier URI", "ja": "所蔵機関識別子URI"}}, "holding_agent_name_idenfitier_value": {"type": "string", "title": "所蔵機関識別子", "format": "text", "title_i18n": {"en": "Holding Agent Name Identifier", "ja": "所蔵機関識別子"}}, "holding_agent_name_idenfitier_scheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID", "ROR", "FANO", "ISIL", "MARC", "OCLC"], "type": ["null", "string"], "title": "所蔵機関識別子スキーマ", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID", "ROR", "FANO", "ISIL", "MARC", "OCLC"]}}}}}, "title": "所蔵機関", "maxItems": "9999", "minItems": "1"}, "item_1698591608": {"type": "array", "items": {"type": "object", "properties": {"subitem_dcterms_date": {"type": "string", "title": "日付(リテラル)", "format": "text", "title_i18n": {"en": "Date Literal", "ja": "日付(リテラル)"}}, "subitem_dcterms_date_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "日付(リテラル)", "maxItems": "9999", "minItems": "1"}, "item_1698591609": {"type": "array", "items": {"type": "object", "properties": {"dcterms_extent": {"type": "string", "title": "Extent", "format": "text", "title_i18n": {"en": "Extent", "ja": "大きさ"}}, "dcterms_extent_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "Language", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "大きさ", "maxItems": "9999", "minItems": "1"}, "item_1698591610": {"type": "array", "items": {"type": "object", "properties": {"publisher_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_name": {"type": "string", "title": "出版者名", "format": "text", "title_i18n": {"en": "Publisher Name", "ja": "出版者名"}}, "publisher_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "出版者名", "format": "array"}, "publication_places": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publication_place": {"type": "string", "title": "出版地(国名コード)", "format": "text", "title_i18n": {"en": "Publication Place (Country code)", "ja": "出版地(国名コード)"}}}}, "title": "出版地(国名コード)", "format": "array"}, "publisher_locations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_location": {"type": "string", "title": "出版地", "format": "text", "title_i18n": {"en": "Publication Place", "ja": "出版地"}}}}, "title": "出版地", "format": "array"}, "publisher_descriptions": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"publisher_description": {"type": "string", "title": "出版者注記", "format": "text", "title_i18n": {"en": "Publisher Description", "ja": "出版者注記"}}, "publisher_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "出版者注記", "format": "array"}}}, "title": "出版者情報", "maxItems": "9999", "minItems": "1"}, "item_1617186331708": {"type": "array", "items": {"type": "object", "properties": {"subitem_title": {"type": "string", "title": "タイトル", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "subitem_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Title", "maxItems": "9999", "minItems": "1"}, "item_1617186385884": {"type": "array", "items": {"type": "object", "properties": {"subitem_alternative_title": {"type": "string", "title": "その他のタイトル", "format": "text", "title_i18n": {"en": "Alternative Title", "ja": "その他のタイトル"}}, "subitem_alternative_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Alternative Title", "maxItems": "9999", "minItems": "1"}, "item_1617186419668": {"type": "array", "items": {"type": "object", "properties": {"iscreator": {"type": "string", "title": "iscreator", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "givenNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"givenName": {"type": "string", "title": "名", "format": "text", "title_i18n": {"en": "Given Name", "ja": "名"}}, "givenNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者名", "format": "array"}, "creatorType": {"type": "string", "title": "作成者タイプ", "format": "text", "title_i18n": {"en": "Creator Type", "ja": "作成者タイプ"}}, "familyNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"familyName": {"type": "string", "title": "姓", "format": "text", "title_i18n": {"en": "Family Name", "ja": "姓"}}, "familyNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者姓", "format": "array"}, "creatorMails": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorMail": {"type": "string", "title": "メールアドレス", "format": "text", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}}}}, "title": "作成者メールアドレス", "format": "array"}, "creatorNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorName": {"type": "string", "title": "姓名", "format": "text", "title_i18n": {"en": "Name", "ja": "姓名"}}, "creatorNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "creatorNameType": {"enum": [null, "Personal", "Organizational"], "type": ["null", "string"], "title": "名前タイプ", "format": "select", "currentEnum": ["Personal", "Organizational"]}}}, "title": "作成者姓名", "format": "array"}, "nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "作成者識別子", "format": "text", "title_i18n": {"en": "Creator Name Identifier", "ja": "作成者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "作成者識別子URI", "format": "text", "title_i18n": {"en": "Creator Name Identifier URI", "ja": "作成者識別子URI"}}, "nameIdentifierScheme": {"type": ["null", "string"], "title": "作成者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "作成者識別子", "format": "array"}, "creatorAffiliations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"affiliationNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"affiliationName": {"type": "string", "title": "所属機関名", "format": "text", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}}, "affiliationNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所属機関名", "format": "array"}, "affiliationNameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"": {"type": "string", "title": "所属機関識別子", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}, "affiliationNameIdentifierURI": {"type": "string", "title": "所属機関識別子URI", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}, "affiliationNameIdentifierScheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID"], "type": ["null", "string"], "title": "所属機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID"]}}}, "title": "所属機関識別子", "format": "array"}}}, "title": "作成者所属", "format": "array"}, "creatorAlternatives": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"creatorAlternative": {"type": "string", "title": "別名", "format": "text", "title_i18n": {"en": "Alternative Name", "ja": "別名"}}, "creatorAlternativeLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "作成者別名", "format": "array"}}}, "title": "Creator", "maxItems": "9999", "minItems": "1"}, "item_1617186476635": {"type": "object", "title": "Access Rights", "properties": {"subitem_access_right": {"enum": [null, "embargoed access", "metadata only access", "open access", "restricted access"], "type": ["null", "string"], "title": "アクセス権", "format": "select", "currentEnum": ["embargoed access", "metadata only access", "open access", "restricted access"]}, "subitem_access_right_uri": {"type": "string", "title": "アクセス権URI", "format": "text", "title_i18n": {"en": "Access Rights URI", "ja": "アクセス権URI"}}}}, "item_1617186499011": {"type": "array", "items": {"type": "object", "properties": {"subitem_rights": {"type": "string", "title": "権利情報", "format": "text", "title_i18n": {"en": "Rights", "ja": "権利情報"}}, "subitem_rights_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "subitem_rights_resource": {"type": "string", "title": "権利情報Resource", "format": "text", "title_i18n": {"en": "Rights Resource", "ja": "権利情報Resource"}}}}, "title": "Rights", "maxItems": "9999", "minItems": "1"}, "item_1617186609386": {"type": "array", "items": {"type": "object", "properties": {"subitem_subject": {"type": "string", "title": "主題", "format": "text", "title_i18n": {"en": "Subject", "ja": "主題"}}, "subitem_subject_uri": {"type": "string", "title": "主題URI", "format": "text", "title_i18n": {"en": "Subject URI", "ja": "主題URI"}}, "subitem_subject_scheme": {"enum": [null, "BSH", "DDC", "e-Rad_field", "JEL", "LCC", "LCSH", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"], "type": ["null", "string"], "title": "主題Scheme", "format": "select", "currentEnum": ["BSH", "DDC", "e-Rad_field", "JEL", "LCC", "LCSH", "MeSH", "NDC", "NDLC", "NDLSH", "SciVal", "UDC", "Other"]}, "subitem_subject_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Subject", "maxItems": "9999", "minItems": "1"}, "item_1617186626617": {"type": "array", "items": {"type": "object", "properties": {"subitem_description": {"type": "string", "title": "内容記述", "format": "textarea", "title_i18n": {"en": "Description", "ja": "内容記述"}}, "subitem_description_type": {"enum": [null, "Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"], "type": ["null", "string"], "title": "内容記述タイプ", "format": "select", "currentEnum": ["Abstract", "Methods", "TableOfContents", "TechnicalInfo", "Other"]}, "subitem_description_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Description", "maxItems": "9999", "minItems": "1"}, "item_1617186643794": {"type": "array", "items": {"type": "object", "properties": {"subitem_publisher": {"type": "string", "title": "出版者", "format": "text", "title_i18n": {"en": "Publisher", "ja": "出版者"}}, "subitem_publisher_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Publisher", "maxItems": "9999", "minItems": "1"}, "item_1617186660861": {"type": "array", "items": {"type": "object", "properties": {"subitem_date_issued_type": {"enum": [null, "Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Available", "Collected", "Copyrighted", "Created", "Issued", "Submitted", "Updated", "Valid"]}, "subitem_date_issued_datetime": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}}}, "title": "Date", "maxItems": "9999", "minItems": "1"}, "item_1617186702042": {"type": "array", "items": {"type": "object", "properties": {"subitem_language": {"enum": [null, "jpn", "eng", "aar", "abk", "afr", "aka", "amh", "ara", "arg", "asm", "ava", "ave", "aym", "aze", "bak", "bam", "bel", "ben", "bis", "bod", "bos", "bre", "bul", "cat", "ces", "cha", "che", "chu", "chv", "cor", "cos", "cre", "cym", "dan", "deu", "div", "dzo", "ell", "epo", "est", "eus", "ewe", "fao", "fas", "fij", "fin", "fra", "fry", "ful", "gla", "gle", "glg", "glv", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hrv", "hun", "hye", "ibo", "ido", "iii", "iku", "ile", "ina", "ind", "ipk", "isl", "ita", "jav", "kal", "kan", "kas", "kat", "kau", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "ltz", "lub", "lug", "mah", "mal", "mar", "mkd", "mlg", "mlt", "mon", "mri", "msa", "mya", "nau", "nav", "nbl", "nde", "ndo", "nep", "nld", "nno", "nob", "nor", "nya", "oci", "oji", "ori", "orm", "oss", "pan", "pli", "pol", "por", "pus", "que", "roh", "ron", "run", "rus", "sag", "san", "sin", "slk", "slv", "sme", "smo", "sna", "snd", "som", "sot", "spa", "sqi", "srd", "srp", "ssw", "sun", "swa", "swe", "tah", "tam", "tat", "tel", "tgk", "tgl", "tha", "tir", "ton", "tsn", "tso", "tuk", "tur", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wol", "xho", "yid", "yor", "zha", "zho", "zul"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["jpn", "eng", "aar", "abk", "afr", "aka", "amh", "ara", "arg", "asm", "ava", "ave", "aym", "aze", "bak", "bam", "bel", "ben", "bis", "bod", "bos", "bre", "bul", "cat", "ces", "cha", "che", "chu", "chv", "cor", "cos", "cre", "cym", "dan", "deu", "div", "dzo", "ell", "epo", "est", "eus", "ewe", "fao", "fas", "fij", "fin", "fra", "fry", "ful", "gla", "gle", "glg", "glv", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hrv", "hun", "hye", "ibo", "ido", "iii", "iku", "ile", "ina", "ind", "ipk", "isl", "ita", "jav", "kal", "kan", "kas", "kat", "kau", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "ltz", "lub", "lug", "mah", "mal", "mar", "mkd", "mlg", "mlt", "mon", "mri", "msa", "mya", "nau", "nav", "nbl", "nde", "ndo", "nep", "nld", "nno", "nob", "nor", "nya", "oci", "oji", "ori", "orm", "oss", "pan", "pli", "pol", "por", "pus", "que", "roh", "ron", "run", "rus", "sag", "san", "sin", "slk", "slv", "sme", "smo", "sna", "snd", "som", "sot", "spa", "sqi", "srd", "srp", "ssw", "sun", "swa", "swe", "tah", "tam", "tat", "tel", "tgk", "tgl", "tha", "tir", "ton", "tsn", "tso", "tuk", "tur", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wol", "xho", "yid", "yor", "zha", "zho", "zul"]}}}, "title": "Language", "maxItems": "9999", "minItems": "1"}, "item_1617186783814": {"type": "array", "items": {"type": "object", "properties": {"subitem_identifier_uri": {"type": "string", "title": "識別子", "format": "text", "title_i18n": {"en": "Identifier", "ja": "識別子"}}, "subitem_identifier_type": {"enum": [null, "DOI", "HDL", "URI"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}}, "title": "Identifier", "maxItems": "9999", "minItems": "1"}, "item_1617186819068": {"type": "object", "title": "Identifier Registration", "properties": {"subitem_identifier_reg_text": {"type": "string", "title": "ID登録", "format": "text", "title_i18n": {"en": "Identifier Registration", "ja": "ID登録"}}, "subitem_identifier_reg_type": {"enum": [null, "JaLC", "Crossref", "DataCite", "PMID【現在不使用】"], "type": ["null", "string"], "title": "ID登録タイプ", "format": "select", "currentEnum": ["JaLC", "Crossref", "DataCite", "PMID【現在不使用】"]}}}, "item_1617186859717": {"type": "array", "items": {"type": "object", "properties": {"subitem_temporal_text": {"type": "string", "title": "時間的範囲", "format": "text", "title_i18n": {"en": "Temporal", "ja": "時間的範囲"}}, "subitem_temporal_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Temporal", "maxItems": "9999", "minItems": "1"}, "item_1617186882738": {"type": "array", "items": {"type": "object", "properties": {"subitem_geolocation_box": {"type": "object", "title": "位置情報(空間)", "format": "object", "properties": {"subitem_east_longitude": {"type": "string", "title": "東部経度", "format": "text", "title_i18n": {"en": "East Bound Longitude", "ja": "東部経度"}}, "subitem_north_latitude": {"type": "string", "title": "北部緯度", "format": "text", "title_i18n": {"en": "North Bound Latitude", "ja": "北部緯度"}}, "subitem_south_latitude": {"type": "string", "title": "南部緯度", "format": "text", "title_i18n": {"en": "South Bound Latitude", "ja": "南部緯度"}}, "subitem_west_longitude": {"type": "string", "title": "西部経度", "format": "text", "title_i18n": {"en": "West Bound Longitude", "ja": "西部経度"}}}}, "subitem_geolocation_place": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_geolocation_place_text": {"type": "string", "title": "位置情報(自由記述)", "format": "text", "title_i18n": {"en": "Geo Location Place", "ja": "位置情報(自由記述)"}}}}, "title": "位置情報(自由記述)", "format": "array"}, "subitem_geolocation_point": {"type": "object", "title": "位置情報(点)", "format": "object", "properties": {"subitem_point_latitude": {"type": "string", "title": "緯度", "format": "text", "title_i18n": {"en": "Point Latitude", "ja": "緯度"}}, "subitem_point_longitude": {"type": "string", "title": "経度", "format": "text", "title_i18n": {"en": "Point Longitude", "ja": "経度"}}}}}}, "title": "Geo Location", "maxItems": "9999", "minItems": "1"}, "item_1617186901218": {"type": "array", "items": {"type": "object", "properties": {"subitem_award_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_award_title": {"type": "string", "title": "研究課題名", "format": "text", "title_i18n": {"en": "Award Title", "ja": "研究課題名"}}, "subitem_award_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "研究課題名", "format": "array"}, "subitem_funder_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_funder_name": {"type": "string", "title": "助成機関名", "format": "text", "title_i18n": {"en": "Funder Name", "ja": "助成機関名"}}, "subitem_funder_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "助成機関名", "format": "array"}, "subitem_award_numbers": {"type": "object", "title": "研究課題番号", "format": "object", "properties": {"subitem_award_uri": {"type": "string", "title": "研究課題番号URI", "format": "text", "title_i18n": {"en": "Award Number URI", "ja": "研究課題番号URI"}}, "subitem_award_number": {"type": "string", "title": "研究課題番号", "format": "text", "title_i18n": {"en": "Award Number", "ja": "研究課題番号"}}, "subitem_award_number_type": {"enum": [null, "JGN"], "type": ["null", "string"], "title": "研究課題番号タイプ", "format": "select", "currentEnum": ["JGN"]}}}, "subitem_funding_streams": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_funding_stream": {"type": "string", "title": "プログラム情報", "format": "text", "title_i18n": {"en": "Funding Stream", "ja": "プログラム情報"}}, "subitem_funding_stream_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "プログラム情報", "format": "array"}, "subitem_funder_identifiers": {"type": "object", "title": "助成機関識別子", "format": "object", "properties": {"subitem_funder_identifier": {"type": "string", "title": "助成機関識別子", "format": "text", "title_i18n": {"en": "Funder Identifier", "ja": "助成機関識別子"}}, "subitem_funder_identifier_type": {"enum": [null, "Crossref Funder", "e-Rad_funder", "GRID", "ISNI", "ROR", "Other"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["Crossref Funder", "e-Rad_funder", "GRID", "ISNI", "ROR", "Other"]}}}, "subitem_funding_stream_identifiers": {"type": "object", "title": "プログラム情報識別子", "format": "object", "properties": {"subitem_funding_stream_identifier": {"type": "string", "title": "プログラム情報識別子", "format": "text", "title_i18n": {"en": "Funding Stream Identifier", "ja": "研究課題番号タイプ"}}, "subitem_funding_stream_identifier_type": {"enum": [null, "Crossref Funder", "JGN_fundingStream"], "type": ["null", "string"], "title": "プログラム情報識別子タイプ", "format": "select", "currentEnum": ["Crossref Funder", "JGN_fundingStream"]}, "subitem_funding_stream_identifier_type_uri": {"type": "string", "title": "プログラム情報識別子タイプURI", "format": "text", "title_i18n": {"en": "Funding Stream Identifier Type URI", "ja": "プログラム情報識別子タイプURI"}}}}}}, "title": "Funding Reference", "maxItems": "9999", "minItems": "1"}, "item_1617186920753": {"type": "array", "items": {"type": "object", "properties": {"subitem_source_identifier": {"type": "string", "title": "収録物識別子", "format": "text", "title_i18n": {"en": "Source Identifier", "ja": "収録物識別子"}}, "subitem_source_identifier_type": {"enum": [null, "PISSN", "EISSN", "ISSN", "NCID"], "type": ["null", "string"], "title": "収録物識別子タイプ", "format": "select", "currentEnum": ["PISSN", "EISSN", "ISSN", "NCID"]}}}, "title": "Source Identifier", "maxItems": "9999", "minItems": "1"}, "item_1617186941041": {"type": "array", "items": {"type": "object", "properties": {"subitem_source_title": {"type": "string", "title": "収録物名", "format": "text", "title_i18n": {"en": "Source Title", "ja": "収録物名"}}, "subitem_source_title_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Source Title", "maxItems": "9999", "minItems": "1"}, "item_1617186959569": {"type": "object", "title": "Volume Number", "properties": {"subitem_volume": {"type": "string", "title": "巻", "format": "text", "title_i18n": {"en": "Volume", "ja": "巻"}}}}, "item_1617186981471": {"type": "object", "title": "Issue Number", "properties": {"subitem_issue": {"type": "string", "title": "号", "format": "text", "title_i18n": {"en": "Issue", "ja": "号"}}}}, "item_1617186994930": {"type": "object", "title": "Number of Pages", "properties": {"subitem_number_of_pages": {"type": "string", "title": "ページ数", "format": "text", "title_i18n": {"en": "Number of Pages", "ja": "ページ数"}}}}, "item_1617187024783": {"type": "object", "title": "Page Start", "properties": {"subitem_start_page": {"type": "string", "title": "開始ページ", "format": "text", "title_i18n": {"en": "Start Page", "ja": "開始ページ"}}}}, "item_1617187045071": {"type": "object", "title": "Page End", "properties": {"subitem_end_page": {"type": "string", "title": "終了ページ", "format": "text", "title_i18n": {"en": "End Page", "ja": "終了ページ"}}}}, "item_1617187056579": {"type": "object", "title": "Bibliographic Information", "properties": {"bibliographicPageEnd": {"type": "string", "title": "終了ページ", "format": "text", "title_i18n": {"en": "Page End", "ja": "終了ページ"}}, "bibliographic_titles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"bibliographic_title": {"type": "string", "title": "タイトル", "format": "text", "title_i18n": {"en": "Title", "ja": "タイトル"}}, "bibliographic_titleLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "雑誌名", "format": "array"}, "bibliographicPageStart": {"type": "string", "title": "開始ページ", "format": "text", "title_i18n": {"en": "Page Start", "ja": "開始ページ"}}, "bibliographicIssueDates": {"type": "object", "title": "発行日", "format": "object", "properties": {"bibliographicIssueDate": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}, "bibliographicIssueDateType": {"enum": ["", "Issued"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["", "Issued"]}}}, "bibliographicIssueNumber": {"type": "string", "title": "号", "format": "text", "title_i18n": {"en": "Issue Number", "ja": "号"}}, "bibliographicVolumeNumber": {"type": "string", "title": "巻", "format": "text", "title_i18n": {"en": "Volume Number", "ja": "巻"}}, "bibliographicNumberOfPages": {"type": "string", "title": "ページ数", "format": "text", "title_i18n": {"en": "Number of Page", "ja": "ページ数"}}}}, "item_1617187087799": {"type": "object", "title": "Dissertation Number", "properties": {"subitem_dissertationnumber": {"type": "string", "title": "学位授与番号", "format": "text", "title_i18n": {"en": "Dissertation Number", "ja": "学位授与番号"}}}}, "item_1617187112279": {"type": "array", "items": {"type": "object", "properties": {"subitem_degreename": {"type": "string", "title": "学位名", "format": "text", "title_i18n": {"en": "Degree Name", "ja": "学位名"}}, "subitem_degreename_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "Degree Name", "maxItems": "9999", "minItems": "1"}, "item_1617187136212": {"type": "object", "title": "Date Granted", "properties": {"subitem_dategranted": {"type": "string", "title": "学位授与年月日", "format": "datetime", "title_i18n": {"en": "Date Granted", "ja": "学位授与年月日"}}}}, "item_1617187187528": {"type": "array", "items": {"type": "object", "properties": {"subitem_conference_date": {"type": "object", "title": "開催期間", "format": "object", "properties": {"subitem_conference_period": {"type": "string", "title": "開催期間", "format": "text", "title_i18n": {"en": "Conference Date", "ja": "開催期間"}}, "subitem_conference_end_day": {"type": "string", "title": "終了日", "format": "text", "title_i18n": {"en": "End Day", "ja": "終了日"}}, "subitem_conference_end_year": {"type": "string", "title": "終了年", "format": "text", "title_i18n": {"en": "End Year", "ja": "終了年"}}, "subitem_conference_end_month": {"type": "string", "title": "終了月", "format": "text", "title_i18n": {"en": "End Month", "ja": "終了月"}}, "subitem_conference_start_day": {"type": "string", "title": "開始日", "format": "text", "title_i18n": {"en": "Start Day", "ja": "開始日"}}, "subitem_conference_start_year": {"type": "string", "title": "開始年", "format": "text", "title_i18n": {"en": "Start Year", "ja": "開始年"}}, "subitem_conference_start_month": {"type": "string", "title": "開始月", "format": "text", "title_i18n": {"en": "Start Month", "ja": "開始月"}}, "subitem_conference_date_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "subitem_conference_names": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_name": {"type": "string", "title": "会議名", "format": "text", "title_i18n": {"en": "Conference Name", "ja": "会議名"}}, "subitem_conference_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "会議名", "format": "array"}, "subitem_conference_places": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_place": {"type": "string", "title": "開催地", "format": "text", "title_i18n": {"en": "Conference Place", "ja": "開催地"}}, "subitem_conference_place_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "開催地", "format": "array"}, "subitem_conference_venues": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_venue": {"type": "string", "title": "開催会場", "format": "text", "title_i18n": {"en": "Conference Venue", "ja": "開催会場"}}, "subitem_conference_venue_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "開催会場", "format": "array"}, "subitem_conference_country": {"enum": [null, "JPN", "ABW", "AFG", "AGO", "AIA", "ALA", "ALB", "AND", "ARE", "ARG", "ARM", "ASM", "ATA", "ATF", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLM", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BVT", "BWA", "CAF", "CAN", "CCK", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESH", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HMD", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IOT", "IRL", "IRN", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAF", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PCN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRK", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SDN", "SEN", "SGP", "SGS", "SHN", "SJM", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "SYR", "TCA", "TCD", "TGO", "THA", "TJK", "TKL", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "YEM", "ZAF", "ZMB", "ZWE"], "type": ["null", "string"], "title": "開催国", "format": "select", "currentEnum": ["JPN", "ABW", "AFG", "AGO", "AIA", "ALA", "ALB", "AND", "ARE", "ARG", "ARM", "ASM", "ATA", "ATF", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLM", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BVT", "BWA", "CAF", "CAN", "CCK", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESH", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HMD", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IOT", "IRL", "IRN", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAF", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PCN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRK", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SDN", "SEN", "SGP", "SGS", "SHN", "SJM", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "SYR", "TCA", "TCD", "TGO", "THA", "TJK", "TKL", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "YEM", "ZAF", "ZMB", "ZWE"]}, "subitem_conference_sequence": {"type": "string", "title": "回次", "format": "text", "title_i18n": {"en": "Conference Sequence", "ja": "回次"}}, "subitem_conference_sponsors": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_conference_sponsor": {"type": "string", "title": "主催機関", "format": "text", "title_i18n": {"en": "Conference Sponsor", "ja": "主催機関"}}, "subitem_conference_sponsor_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "主催機関", "format": "array"}}}, "title": "Conference", "maxItems": "9999", "minItems": "1"}, "item_1617258105262": {"type": "object", "title": "Resource Type", "properties": {"resourceuri": {"type": "string", "title": "資源タイプ識別子", "format": "text", "title_i18n": {"en": "Resource Type Identifier", "ja": "資源タイプ識別子"}}, "resourcetype": {"enum": [null, "conference paper", "data paper", "departmental bulletin paper", "editorial", "journal", "journal article", "newspaper", "review article", "other periodical", "software paper", "article", "book", "book part", "cartographic material", "map", "conference output", "conference presentation", "conference proceedings", "conference poster", "aggregated data", "clinical trial data", "compiled data", "dataset", "encoded data", "experimental data", "genomic data", "geospatial data", "laboratory notebook", "measurement and test data", "observational data", "recorded data", "simulation data", "survey data", "image", "still image", "moving image", "video", "lecture", "design patent", "patent", "PCT application", "plant patent", "plant variety protection", "software patent", "trademark", "utility model", "report", "research report", "technical report", "policy report", "working paper", "data management plan", "sound", "thesis", "bachelor thesis", "master thesis", "doctoral thesis", "commentary", "design", "industrial design", "interactive resource", "layout design", "learning object", "manuscript", "musical notation", "peer review", "research proposal", "research protocol", "software", "source code", "technical documentation", "transcription", "workflow", "other"], "type": ["null", "string"], "title": "資源タイプ", "format": "select", "currentEnum": ["conference paper", "data paper", "departmental bulletin paper", "editorial", "journal", "journal article", "newspaper", "review article", "other periodical", "software paper", "article", "book", "book part", "cartographic material", "map", "conference output", "conference presentation", "conference proceedings", "conference poster", "aggregated data", "clinical trial data", "compiled data", "dataset", "encoded data", "experimental data", "genomic data", "geospatial data", "laboratory notebook", "measurement and test data", "observational data", "recorded data", "simulation data", "survey data", "image", "still image", "moving image", "video", "lecture", "design patent", "patent", "PCT application", "plant patent", "plant variety protection", "software patent", "trademark", "utility model", "report", "research report", "technical report", "policy report", "working paper", "data management plan", "sound", "thesis", "bachelor thesis", "master thesis", "doctoral thesis", "commentary", "design", "industrial design", "interactive resource", "layout design", "learning object", "manuscript", "musical notation", "peer review", "research proposal", "research protocol", "software", "source code", "technical documentation", "transcription", "workflow", "other"]}}}, "item_1617265215918": {"type": "object", "title": "Version Type", "properties": {"subitem_version_type": {"enum": [null, "AO", "SMUR", "AM", "P", "VoR", "CVoR", "EVoR", "NA"], "type": ["null", "string"], "title": "出版タイプ", "format": "select", "currentEnum": ["AO", "SMUR", "AM", "P", "VoR", "CVoR", "EVoR", "NA"]}, "subitem_version_resource": {"type": "string", "title": "出版タイプResource", "format": "text", "title_i18n": {"en": "Version Type Resource", "ja": "出版タイプResource"}}}}, "item_1617349709064": {"type": "array", "items": {"type": "object", "properties": {"givenNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"givenName": {"type": "string", "title": "名", "format": "text", "title_i18n": {"en": "Given Name", "ja": "名"}}, "givenNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者名", "format": "array"}, "familyNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"familyName": {"type": "string", "title": "姓", "format": "text", "title_i18n": {"en": "Family Name", "ja": "姓"}}, "familyNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者姓", "format": "array"}, "contributorType": {"enum": [null, "ContactPerson", "DataCollector", "DataCurator", "DataManager", "Distributor", "Editor", "HostingInstitution", "Producer", "ProjectLeader", "ProjectManager", "ProjectMember", "RelatedPerson", "Researcher", "ResearchGroup", "Sponsor", "Supervisor", "WorkPackageLeader", "Other"], "type": ["null", "string"], "title": "寄与者タイプ", "format": "select", "currentEnum": ["ContactPerson", "DataCollector", "DataCurator", "DataManager", "Distributor", "Editor", "HostingInstitution", "Producer", "ProjectLeader", "ProjectManager", "ProjectMember", "RelatedPerson", "Researcher", "ResearchGroup", "Sponsor", "Supervisor", "WorkPackageLeader", "Other"]}, "nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "寄与者識別子", "format": "text", "title_i18n": {"en": "Contributor Name Identifier", "ja": "寄与者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "寄与者識別子URI", "format": "text", "title_i18n": {"en": "Contributor Name Identifier URI", "ja": "寄与者識別子URI"}}, "nameIdentifierScheme": {"type": ["null", "string"], "title": "寄与者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "寄与者識別子", "format": "array"}, "contributorMails": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorMail": {"type": "string", "title": "メールアドレス", "format": "text", "title_i18n": {"en": "Email Address", "ja": "メールアドレス"}}}}, "title": "寄与者メールアドレス", "format": "array"}, "contributorNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"lang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "nameType": {"enum": [null, "Personal", "Organizational"], "type": ["null", "string"], "title": "名前タイプ", "format": "select", "currentEnum": ["Personal", "Organizational"]}, "contributorName": {"type": "string", "title": "姓名", "format": "text", "title_i18n": {"en": "Name", "ja": "姓名"}}}}, "title": "寄与者姓名", "format": "array"}, "contributorAffiliations": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationName": {"type": "string", "title": "所属機関名", "format": "text", "title_i18n": {"en": "Affiliation Name", "ja": "所属機関名"}}, "contributorAffiliationNameLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "所属機関名", "format": "array"}, "contributorAffiliationNameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAffiliationURI": {"type": "string", "title": "所属機関識別子URI", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier URI", "ja": "所属機関識別子URI"}}, "contributorAffiliationScheme": {"enum": [null, "kakenhi", "ISNI", "Ringgold", "GRID"], "type": ["null", "string"], "title": "所属機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi", "ISNI", "Ringgold", "GRID"]}, "contributorAffiliationNameIdentifier": {"type": "string", "title": "所属機関識別子", "format": "text", "title_i18n": {"en": "Affiliation Name Identifier", "ja": "所属機関識別子"}}}}, "title": "所属機関識別子", "format": "array"}}}, "title": "寄与者所属", "format": "array"}, "contributorAlternatives": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"contributorAlternative": {"type": "string", "title": "別名", "format": "text", "title_i18n": {"en": "Alternative Name", "ja": "別名"}}, "contributorAlternativeLang": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "寄与者別名", "format": "array"}}}, "title": "Contributor", "maxItems": "9999", "minItems": "1"}, "item_1617349808926": {"type": "object", "title": "Version", "properties": {"subitem_version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version", "ja": "バージョン情報"}}}}, "item_1617351524846": {"type": "object", "title": "APC", "properties": {"subitem_apc": {"enum": [null, "Paid", "Partially waived", "Fully waived", "Not charged", "Not required", "Unknown"], "type": ["null", "string"], "title": "APC", "format": "select", "currentEnum": ["Paid", "Partially waived", "Fully waived", "Not charged", "Not required", "Unknown"]}}}, "item_1617353299429": {"type": "array", "items": {"type": "object", "properties": {"subitem_relation_name": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_relation_name_text": {"type": "string", "title": "関連名称", "format": "text", "title_i18n": {"en": "Related Title", "ja": "関連名称"}}, "subitem_relation_name_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "関連名称", "format": "array"}, "subitem_relation_type": {"enum": [null, "isVersionOf", "hasVersion", "isPartOf", "hasPart", "isReferencedBy", "references", "isFormatOf", "hasFormat", "isReplacedBy", "replaces", "isRequiredBy", "requires", "isSupplementedBy", "isSupplementTo", "isIdenticalTo", "isDerivedFrom", "isSourceOf", "isCitedBy", "Cites", "inSeries"], "type": ["null", "string"], "title": "関連タイプ", "format": "select", "currentEnum": ["isVersionOf", "hasVersion", "isPartOf", "hasPart", "isReferencedBy", "references", "isFormatOf", "hasFormat", "isReplacedBy", "replaces", "isRequiredBy", "requires", "isSupplementedBy", "isSupplementTo", "isIdenticalTo", "isDerivedFrom", "isSourceOf", "isCitedBy", "Cites", "inSeries"]}, "subitem_relation_type_id": {"type": "object", "title": "関連識別子", "format": "object", "properties": {"subitem_relation_type_select": {"enum": [null, "ARK", "arXiv", "DOI", "HDL", "ICHUSHI", "ISBN", "J-GLOBAL", "Local", "PISSN", "EISSN", "ISSN", "NAID", "NCID", "PMID", "PURL", "SCOPUS", "URI", "WOS", "CRID"], "type": ["null", "string"], "title": "識別子タイプ", "format": "select", "currentEnum": ["ARK", "arXiv", "DOI", "HDL", "ICHUSHI", "ISBN", "J-GLOBAL", "Local", "PISSN", "EISSN", "ISSN", "NAID", "NCID", "PMID", "PURL", "SCOPUS", "URI", "WOS", "CRID"]}, "subitem_relation_type_id_text": {"type": "string", "title": "関連識別子", "format": "text", "title_i18n": {"en": "Related Identifier", "ja": "関連識別子"}}}}}}, "title": "Relation", "maxItems": "9999", "minItems": "1"}, "item_1617610673286": {"type": "array", "items": {"type": "object", "properties": {"nameIdentifiers": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"nameIdentifier": {"type": "string", "title": "権利者識別子", "format": "text", "title_i18n": {"en": "Right Holder Name Identifier", "ja": "権利者識別子"}}, "nameIdentifierURI": {"type": "string", "title": "権利者識別子URI", "format": "text", "title_i18n": {"en": "Right Holder Name Identifier URI", "ja": "権利者識別子URI"}}, "nameIdentifierScheme": {"type": ["null", "string"], "title": "権利者識別子Scheme", "format": "select", "currentEnum": []}}}, "title": "権利者識別子", "format": "array"}, "rightHolderNames": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"rightHolderName": {"type": "string", "title": "権利者名", "format": "text", "title_i18n": {"en": "Right Holder Name", "ja": "権利者名"}}, "rightHolderLanguage": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "権利者名", "format": "array"}}}, "title": "Rights Holder", "maxItems": "9999", "minItems": "1"}, "item_1617620223087": {"type": "array", "items": {"type": "object", "properties": {"subitem_heading_headline": {"type": "string", "title": "小見出し", "format": "text", "title_i18n": {"en": "Subheading", "ja": "小見出し"}}, "subitem_heading_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}, "subitem_heading_banner_headline": {"type": "string", "title": "大見出し", "format": "text", "title_i18n": {"en": "Heading", "ja": "大見出し"}}}}, "title": "Heading", "maxItems": "9999", "minItems": "1"}, "item_1617944105607": {"type": "array", "items": {"type": "object", "properties": {"subitem_degreegrantor": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_degreegrantor_name": {"type": "string", "title": "学位授与機関名", "format": "text", "title_i18n": {"en": "Degree Grantor Name", "ja": "学位授与機関名"}}, "subitem_degreegrantor_language": {"enum": [null, "ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"], "type": ["null", "string"], "title": "言語", "format": "select", "currentEnum": ["ja", "ja-Kana", "ja-Latn", "en", "fr", "it", "de", "es", "zh-cn", "zh-tw", "ru", "la", "ms", "eo", "ar", "el", "ko"]}}}, "title": "学位授与機関名", "format": "array"}, "subitem_degreegrantor_identifier": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"subitem_degreegrantor_identifier_name": {"type": "string", "title": "学位授与機関識別子", "format": "text", "title_i18n": {"en": "Degree Grantor Name Identifier", "ja": "学位授与機関識別子"}}, "subitem_degreegrantor_identifier_scheme": {"enum": [null, "kakenhi"], "type": ["null", "string"], "title": "学位授与機関識別子Scheme", "format": "select", "currentEnum": ["kakenhi"]}}}, "title": "学位授与機関識別子", "format": "array"}}}, "title": "Degree Grantor", "maxItems": "9999", "minItems": "1"}, "item_1718082005802": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "Text URL", "ja": "本文URL"}}, "label": {"type": "string", "title": "ラベル", "format": "text", "title_i18n": {"en": "Label", "ja": "ラベル"}}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": ["null", "string"], "title": "オブジェクトタイプ", "format": "select", "currentEnum": ["abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"]}}}, "roles": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"role": {"type": ["null", "string"], "title": "ロール", "format": "select", "currentEnum": []}}}, "title": "ロール", "format": "array"}, "terms": {"type": ["null", "string"], "title": "利用規約", "format": "select", "currentEnum": []}, "format": {"type": "string", "title": "フォーマット", "format": "text", "title_i18n": {"en": "Format", "ja": "フォーマット"}}, "provide": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"role": {"type": ["null", "string"], "title": "ロール", "format": "select", "currentEnum": []}, "workflow": {"type": ["null", "string"], "title": "ワークフロー", "format": "select", "currentEnum": []}}}, "title": "提供方法", "format": "array"}, "version": {"type": "string", "title": "バージョン情報", "format": "text", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select", "currentEnum": ["Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"]}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "Date", "ja": "日付"}}}}, "title": "日付", "format": "array"}, "filename": {"type": ["null", "string"], "title": "表示名", "format": "select", "currentEnum": []}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text", "title_i18n": {"en": "Size", "ja": "サイズ"}}}}, "title": "サイズ", "format": "array"}, "accessdate": {"type": "string", "title": "公開日", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}, "accessrole": {"enum": ["open_access", "open_date", "open_login", "open_no", "open_restricted"], "type": ["null", "string"], "title": "アクセス", "format": "radios", "default": "open_restricted"}, "displaytype": {"enum": [null, "detail", "simple", "preview"], "type": ["null", "string"], "title": "表示形式", "format": "select", "currentEnum": ["detail", "simple", "preview"]}, "licensefree": {"type": "string", "title": " ", "format": "textarea", "title_i18n": {"en": " ", "ja": " "}}, "licensetype": {"type": ["null", "string"], "title": "ライセンス", "format": "select", "currentEnum": []}, "termsDescription": {"type": "string", "title": " ", "format": "textarea", "title_i18n": {"en": " ", "ja": " "}}}}, "title": "Restricted File", "maxItems": "9999", "minItems": "1"}, "system_identifier_doi": {"type": "object", "title": "Persistent Identifier(DOI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}, "system_prop": true}, "system_identifier_hdl": {"type": "object", "title": "Persistent Identifier(HDL)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}, "system_prop": true}, "system_identifier_uri": {"type": "object", "title": "Persistent Identifier(URI)", "format": "object", "properties": {"subitem_systemidt_identifier": {"type": "string", "title": "SYSTEMIDT Identifier", "format": "text"}, "subitem_systemidt_identifier_type": {"enum": ["DOI", "HDL", "URI"], "type": "string", "title": "SYSTEMIDT Identifier Type", "format": "select", "currentEnum": ["DOI", "HDL", "URI"]}}, "system_prop": true}}, "description": ""}, "mapping": {"pubdate": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": ""}, "system_file": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri", "@attributes": {"label": "subitem_systemfile_filename_label", "objectType": "subitem_systemfile_filename_type"}}, "date": {"@value": "subitem_systemfile_datetime_date", "@attributes": {"dateType": "subitem_systemfile_datetime_type"}}, "extent": {"@value": "subitem_systemfile_size"}, "version": {"@value": "subitem_systemfile_version"}, "mimeType": {"@value": "subitem_systemfile_mimetype"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri", "@attributes": {"label": "subitem_systemfile_filename_label", "objectType": "subitem_systemfile_filename_type"}}, "date": {"@value": "subitem_systemfile_datetime_date", "@attributes": {"dateType": "subitem_systemfile_datetime_type"}}, "extent": {"@value": "subitem_systemfile_size"}, "version": {"@value": "subitem_systemfile_version"}, "mimeType": {"@value": "subitem_systemfile_mimetype"}}}}, "item_1698591601": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"originalLanguage": {"@value": "original_language", "@attributes": {"xml:lang": "original_language_language"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"originalLanguage": {"@value": "original_language", "@attributes": {"xml:lang": "original_language_language"}}}}, "item_1698591602": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"volumeTitle": {"@value": "volume_title", "@attributes": {"xml:lang": "volume_title_language"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"volumeTitle": {"@value": "volume_title", "@attributes": {"xml:lang": "volume_title_language"}}}}, "item_1698591603": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"catalog": {"file": {"URI": {"@value": "catalog_file.catalog_file_uri", "@attributes": {"objectType": "catalog_file.catalog_file_object_type"}}}, "title": {"@value": "catalog_titles.catalog_title", "@attributes": {"xml:lang": "catalog_titles.catalog_title_language"}}, "rights": {"@value": "catalog_rights.catalog_rights_right", "@attributes": {"xml:lang": "catalog_rights.catalog_right_language", "rdf:resource": "catalog_rights.catalog_right_rdf_resource"}}, "license": {"@value": "catalog_licenses.catalog_license", "@attributes": {"xml:lang": "catalog_licenses.catalog_license_language", "licenseType": "catalog_licenses.catalog_license_type", "rdf:resource": "catalog_licenses.catalog_license_rdf_resource"}}, "subject": {"@value": "catalog_subjects.catalog_subject", "@attributes": {"xml:lang": "catalog_subjects.catalog_subject_language", "subjectURI": "catalog_subjects.catalog_subject_uri", "subjectScheme": "catalog_subjects.catalog_subject_scheme"}}, "identifier": {"@value": "catalog_identifiers.catalog_identifier", "@attributes": {"identifierType": "catalog_identifiers.catalog_identifier_type"}}, "contributor": {"@attributes": {"contributorType": "catalog_contributors.contributor_type"}, "contributorName": {"@value": "catalog_contributors.contributor_names.contributor_name", "@attributes": {"xml:lang": "catalog_contributors.contributor_names.contributor_name_language"}}}, "description": {"@value": "catalog_descriptions.catalog_description", "@attributes": {"xml:lang": "catalog_descriptions.catalog_description_language", "descriptionType": "catalog_descriptions.catalog_description_type"}}, "accessRights": {"@value": "catalog_access_rights.catalog_access_right", "@attributes": {"rdf:resource": "catalog_access_rights.catalog_access_right_rdf_resource"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"publisher": {"@value": "publisher"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"catalog": {"file": {"URI": {"@value": "catalog_file.catalog_file_uri", "@attributes": {"objectType": "catalog_file.catalog_file_object_type"}}}, "title": {"@value": "catalog_titles.catalog_title", "@attributes": {"xml:lang": "catalog_titles.catalog_title_language"}}, "rights": {"@value": "catalog_rights.catalog_rights_right", "@attributes": {"xml:lang": "catalog_rights.catalog_right_language", "rdf:resource": "catalog_rights.catalog_right_rdf_resource"}}, "license": {"@value": "catalog_licenses.catalog_license", "@attributes": {"xml:lang": "catalog_licenses.catalog_license_language", "licenseType": "catalog_licenses.catalog_license_type", "rdf:resource": "catalog_licenses.catalog_license_rdf_resource"}}, "subject": {"@value": "catalog_subjects.catalog_subject", "@attributes": {"xml:lang": "catalog_subjects.catalog_subject_language", "subjectURI": "catalog_subjects.catalog_subject_uri", "subjectScheme": "catalog_subjects.catalog_subject_scheme"}}, "identifier": {"@value": "catalog_identifiers.catalog_identifier", "@attributes": {"identifierType": "catalog_identifiers.catalog_identifier_type"}}, "contributor": {"@attributes": {"contributorType": "catalog_contributors.contributor_type"}, "contributorName": {"@value": "catalog_contributors.contributor_names.contributor_name", "@attributes": {"xml:lang": "catalog_contributors.contributor_names.contributor_name_language"}}}, "description": {"@value": "catalog_descriptions.catalog_description", "@attributes": {"xml:lang": "catalog_descriptions.catalog_description_language", "descriptionType": "catalog_descriptions.catalog_description_type"}}, "accessRights": {"@value": "catalog_access_rights.catalog_access_right", "@attributes": {"rdf:resource": "catalog_access_rights.catalog_access_right_rdf_resource"}}}}}, "item_1698591604": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"format": {"@value": "jpcoar_format", "@attributes": {"xml:lang": "jpcoar_format_language"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"format": {"@value": "jpcoar_format", "@attributes": {"xml:lang": "jpcoar_format_language"}}}}, "item_1698591605": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"datasetSeries": {"@value": "jpcoar_dataset_series"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"datasetSeries": {"@value": "jpcoar_dataset_series"}}}, "item_1698591606": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"edition": {"@value": "edition", "@attributes": {"xml:lang": "edition_language"}}}, "junii2_mapping": "", "oai_dc_mapping": {"publisher": {"@value": "subitem_publisher"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"edition": {"@value": "edition", "@attributes": {"xml:lang": "edition_language"}}}}, "item_1698591607": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"holdingAgent": {"holdingAgentName": {"@value": "holding_agent_names.holding_agent_name", "@attributes": {"xml:lang": "holding_agent_names.holding_agent_name_language"}}, "holdingAgentNameIdentifier": {"@value": "holding_agent_name_identifier.holding_agent_name_idenfitier_value", "@attributes": {"nameIdentifierURI": "holding_agent_name_identifier.holding_agent_name_idenfitier_uri", "nameIdentifierScheme": "holding_agent_name_identifier.holding_agent_name_idenfitier_scheme"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"publisher": {"@value": "subitem_publisher"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"holdingAgent": {"holdingAgentName": {"@value": "holding_agent_names.holding_agent_name", "@attributes": {"xml:lang": "holding_agent_names.holding_agent_name_language"}}, "holdingAgentNameIdentifier": {"@value": "holding_agent_name_identifier.holding_agent_name_idenfitier_value", "@attributes": {"nameIdentifierURI": "holding_agent_name_identifier.holding_agent_name_idenfitier_uri", "nameIdentifierScheme": "holding_agent_name_identifier.holding_agent_name_idenfitier_scheme"}}}}}, "item_1698591608": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date_dcterms": {"@value": "subitem_dcterms_date", "@attributes": {"xml:lang": "subitem_dcterms_date_language"}}}, "junii2_mapping": "", "oai_dc_mapping": {"date": {"@value": "subitem_dcterms_date"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"date_dcterms": {"@value": "subitem_dcterms_date", "@attributes": {"xml:lang": "subitem_dcterms_date_language"}}}}, "item_1698591609": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"extent": {"@value": "dcterms_extent", "@attributes": {"xml:lang": "dcterms_extent_language"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"extent": {"@value": "dcterms_extent", "@attributes": {"xml:lang": "dcterms_extent_language"}}}}, "item_1698591610": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"publisher_jpcoar": {"location": {"@value": "publisher_locations.publisher_location"}, "publisherName": {"@value": "publisher_names.publisher_name", "@attributes": {"xml:lang": "publisher_names.publisher_name_language"}}, "publicationPlace": {"@value": "publication_places.publication_place"}, "publisherDescription": {"@value": "publisher_descriptions.publisher_description", "@attributes": {"xml:lang": "publisher_descriptions.publisher_description_language"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"publisher": {"@value": "subitem_publisher"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"publisher_jpcoar": {"location": {"@value": "publisher_locations.publisher_location"}, "publisherName": {"@value": "publisher_names.publisher_name", "@attributes": {"xml:lang": "publisher_names.publisher_name_language"}}, "publicationPlace": {"@value": "publication_places.publication_place"}, "publisherDescription": {"@value": "publisher_descriptions.publisher_description", "@attributes": {"xml:lang": "publisher_descriptions.publisher_description_language"}}}}}, "item_1617186331708": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"title": {"@value": "subitem_title", "@attributes": {"xml:lang": "subitem_title_language"}}}, "junii2_mapping": "", "oai_dc_mapping": {"title": {"@value": "subitem_title"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"title": {"@value": "subitem_title", "@attributes": {"xml:lang": "subitem_title_language"}}}}, "item_1617186385884": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"alternative": {"@value": "subitem_alternative_title", "@attributes": {"xml:lang": "subitem_alternative_title_language"}}}, "junii2_mapping": "", "oai_dc_mapping": {"title": {"@value": "subitem_alternative_title"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"alternative": {"@value": "subitem_alternative_title", "@attributes": {"xml:lang": "subitem_alternative_title_language"}}}}, "item_1617186419668": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"creator": {"givenName": {"@value": "givenNames.givenName", "@attributes": {"xml:lang": "givenNames.givenNameLang"}}, "familyName": {"@value": "familyNames.familyName", "@attributes": {"xml:lang": "familyNames.familyNameLang"}}, "affiliation": {"nameIdentifier": {"@value": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifier", "@attributes": {"nameIdentifierURI": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierURI", "nameIdentifierScheme": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierScheme"}}, "affiliationName": {"@value": "creatorAffiliations.affiliationNames.affiliationName", "@attributes": {"xml:lang": "creatorAffiliations.affiliationNames.affiliationNameLang"}}}, "creatorName": {"@value": "creatorNames.creatorName", "@attributes": {"xml:lang": "creatorNames.creatorNameLang"}}, "nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier", "@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI", "nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}}, "creatorAlternative": {"@value": "creatorAlternatives.creatorAlternative", "@attributes": {"xml:lang": "creatorAlternatives.creatorAlternativeLang"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"creator": {"@value": "creatorNames.creatorName,nameIdentifiers.nameIdentifier"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"creator": {"givenName": {"@value": "givenNames.givenName", "@attributes": {"xml:lang": "givenNames.givenNameLang"}}, "familyName": {"@value": "familyNames.familyName", "@attributes": {"xml:lang": "familyNames.familyNameLang"}}, "affiliation": {"nameIdentifier": {"@value": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifier", "@attributes": {"nameIdentifierURI": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierURI", "nameIdentifierScheme": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierScheme"}}, "affiliationName": {"@value": "creatorAffiliations.affiliationNames.affiliationName", "@attributes": {"xml:lang": "creatorAffiliations.affiliationNames.affiliationNameLang"}}}, "creatorName": {"@value": "creatorNames.creatorName", "@attributes": {"xml:lang": "creatorNames.creatorNameLang"}}, "nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier", "@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI", "nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}}, "creatorAlternative": {"@value": "creatorAlternatives.creatorAlternative", "@attributes": {"xml:lang": "creatorAlternatives.creatorAlternativeLang"}}}}}, "item_1617186476635": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"accessRights": {"@value": "subitem_access_right", "@attributes": {"rdf:resource": "subitem_access_right_uri"}}}, "junii2_mapping": "", "oai_dc_mapping": {"rights": {"@value": "subitem_access_right"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"accessRights": {"@value": "subitem_access_right", "@attributes": {"rdf:resource": "subitem_access_right_uri"}}}}, "item_1617186499011": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"rights": {"@value": "subitem_rights", "@attributes": {"xml:lang": "subitem_rights_language", "rdf:resource": "subitem_rights_resource"}}}, "junii2_mapping": "", "oai_dc_mapping": {"rights": {"@value": "subitem_rights"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"rights": {"@value": "subitem_rights", "@attributes": {"xml:lang": "subitem_rights_language", "rdf:resource": "subitem_rights_resource"}}}}, "item_1617186609386": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"subject": {"@value": "subitem_subject", "@attributes": {"xml:lang": "subitem_subject_language", "subjectURI": "subitem_subject_uri", "subjectScheme": "subitem_subject_scheme"}}}, "junii2_mapping": "", "oai_dc_mapping": {"subject": {"@value": "subitem_subject"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"subject": {"@value": "subitem_subject", "@attributes": {"xml:lang": "subitem_subject_language", "subjectURI": "subitem_subject_uri", "subjectScheme": "subitem_subject_scheme"}}}}, "item_1617186626617": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"description": {"@value": "subitem_description", "@attributes": {"xml:lang": "subitem_description_language", "descriptionType": "subitem_description_type"}}}, "junii2_mapping": "", "oai_dc_mapping": {"description": {"@value": "subitem_description"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"description": {"@value": "subitem_description", "@attributes": {"xml:lang": "subitem_description_language", "descriptionType": "subitem_description_type"}}}}, "item_1617186643794": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"publisher": {"@value": "subitem_publisher_languag", "@attributes": {"xml:lang": "subitem_publisher"}}}, "junii2_mapping": "", "oai_dc_mapping": {"publisher": {"@value": "subitem_publisher_languag"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"publisher": {"@value": "subitem_publisher_languag", "@attributes": {"xml:lang": "subitem_publisher"}}}}, "item_1617186660861": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_date_issued_datetime", "@attributes": {"dateType": "subitem_date_issued_type"}}}, "junii2_mapping": "", "oai_dc_mapping": {"date": {"@value": "subitem_date_issued_datetime"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"date": {"@value": "subitem_date_issued_datetime", "@attributes": {"dateType": "subitem_date_issued_type"}}}}, "item_1617186702042": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"language": {"@value": "subitem_language"}}, "junii2_mapping": "", "oai_dc_mapping": {"language": {"@value": "subitem_language"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"language": {"@value": "subitem_language"}}}, "item_1617186783814": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"identifier": {"@value": "subitem_identifier_uri", "@attributes": {"identifierType": "subitem_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_identifier_uri"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"identifier": {"@value": "subitem_identifier_uri", "@attributes": {"identifierType": "subitem_identifier_type"}}}}, "item_1617186819068": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"identifierRegistration": {"@value": "subitem_identifier_reg_text", "@attributes": {"identifierType": "subitem_identifier_reg_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"identifierRegistration": {"@value": "subitem_identifier_reg_text", "@attributes": {"identifierType": "subitem_identifier_reg_type"}}}}, "item_1617186859717": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"temporal": {"@value": "subitem_temporal_text", "@attributes": {"xml:lang": "subitem_temporal_languag"}}}, "junii2_mapping": "", "oai_dc_mapping": {"coverage": {"@value": "subitem_temporal_text"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"temporal": {"@value": "subitem_temporal_text", "@attributes": {"xml:lang": "subitem_temporal_languag"}}}}, "item_1617186882738": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"geoLocation": {"geoLocationBox": {"eastBoundLongitude": {"@value": "subitem_geolocation_box.subitem_east_longitude"}, "northBoundLatitude": {"@value": "subitem_geolocation_box.subitem_north_latitude"}, "southBoundLatitude": {"@value": "subitem_geolocation_box.subitem_south_latitude"}, "westBoundLongitude": {"@value": "subitem_geolocation_box.subitem_west_longitude"}}, "geoLocationPlace": {"@value": "subitem_geolocation_place.subitem_geolocation_place_text"}, "geoLocationPoint": {"pointLatitude": {"@value": "subitem_geolocation_point.subitem_point_latitude"}, "pointLongitude": {"@value": "subitem_geolocation_point.subitem_point_longitude"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"coverage": {"@value": "subitem_geolocation_place.subitem_geolocation_place_text"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"geoLocation": {"geoLocationBox": {"eastBoundLongitude": {"@value": "subitem_geolocation_box.subitem_east_longitude"}, "northBoundLatitude": {"@value": "subitem_geolocation_box.subitem_north_latitude"}, "southBoundLatitude": {"@value": "subitem_geolocation_box.subitem_south_latitude"}, "westBoundLongitude": {"@value": "subitem_geolocation_box.subitem_west_longitude"}}, "geoLocationPlace": {"@value": "subitem_geolocation_place.subitem_geolocation_place_text"}, "geoLocationPoint": {"pointLatitude": {"@value": "subitem_geolocation_point.subitem_point_latitude"}, "pointLongitude": {"@value": "subitem_geolocation_point.subitem_point_longitude"}}}}}, "item_1617186901218": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"fundingReference": {"awardTitle": {"@value": "subitem_award_titles.subitem_award_title", "@attributes": {"xml:lang": "subitem_award_titles.subitem_award_title_language"}}, "funderName": {"@value": "subitem_funder_names.subitem_funder_name", "@attributes": {"xml:lang": "subitem_funder_names.subitem_funder_name_language"}}, "awardNumber": {"@value": "subitem_award_numbers.subitem_award_number", "@attributes": {"awardURI": "subitem_award_numbers.subitem_1522399585738"}}, "funderIdentifier": {"@value": "subitem_funder_identifiers.subitem_funder_identifier", "@attributes": {"funderIdentifierType": "subitem_funder_identifiers.subitem_funder_identifier_type"}}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"fundingReference": {"awardTitle": {"@value": "subitem_award_titles.subitem_award_title", "@attributes": {"xml:lang": "subitem_award_titles.subitem_award_title_language"}}, "funderName": {"@value": "subitem_funder_names.subitem_funder_name", "@attributes": {"xml:lang": "subitem_funder_names.subitem_funder_name_language"}}, "awardNumber": {"@value": "subitem_award_numbers.subitem_award_number", "@attributes": {"awardURI": "subitem_award_numbers.subitem_1522399585738"}}, "funderIdentifier": {"@value": "subitem_funder_identifiers.subitem_funder_identifier", "@attributes": {"funderIdentifierType": "subitem_funder_identifiers.subitem_funder_identifier_type"}}}}}, "item_1617186920753": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"sourceIdentifier": {"@value": "subitem_source_identifier", "@attributes": {"identifierType": "subitem_source_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_source_identifier"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"sourceIdentifier": {"@value": "subitem_source_identifier", "@attributes": {"identifierType": "subitem_source_identifier_type"}}}}, "item_1617186941041": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"sourceTitle": {"@value": "subitem_record_name", "@attributes": {"xml:lang": "subitem_record_name_languag"}}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_record_name"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"sourceTitle": {"@value": "subitem_record_name", "@attributes": {"xml:lang": "subitem_record_name_languag"}}}}, "item_1617186959569": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"volume": {"@value": "subitem_volume"}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_volume"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"volume": {"@value": "subitem_volume"}}}, "item_1617186981471": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"issue": {"@value": "subitem_issue"}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_issue"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"issue": {"@value": "subitem_issue"}}}, "item_1617186994930": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"numPages": {"@value": "subitem_number_of_pages"}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_number_of_pages"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"numPages": {"@value": "subitem_number_of_pages"}}}, "item_1617187024783": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"pageStart": {"@value": "subitem_start_page"}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_start_page"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"pageStart": {"@value": "subitem_start_page"}}}, "item_1617187045071": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"pageEnd": {"@value": "subitem_end_page"}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_end_page"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"pageEnd": {"@value": "subitem_end_page"}}}, "item_1617187056579": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "bibliographicIssueDates.bibliographicIssueDate", "@attributes": {"dateType": "bibliographicIssueDates.bibliographicIssueDateType"}}, "issue": {"@value": "bibliographicIssueNumber"}, "volume": {"@value": "bibliographicVolumeNumber"}, "pageEnd": {"@value": "bibliographicPageEnd"}, "numPages": {"@value": "bibliographicNumberOfPages"}, "pageStart": {"@value": "bibliographicPageStart"}, "sourceTitle": {"@value": "bibliographic_titles.bibliographic_title", "@attributes": {"xml:lang": "bibliographic_titles.bibliographic_titleLang"}}}, "junii2_mapping": "", "oai_dc_mapping": {"date": {"@value": "bibliographicIssueDates.bibliographicIssueDate"}, "identifier": {"@value": "bibliographic_titles.bibliographic_title,bibliographicIssueNumber,bibliographicVolumeNumber,bibliographicPageEnd,bibliographicPageStart"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"date": {"@value": "bibliographicIssueDates.bibliographicIssueDate", "@attributes": {"dateType": "bibliographicIssueDates.bibliographicIssueDateType"}}, "issue": {"@value": "bibliographicIssueNumber"}, "volume": {"@value": "bibliographicVolumeNumber"}, "pageEnd": {"@value": "bibliographicPageEnd"}, "numPages": {"@value": "bibliographicNumberOfPages"}, "pageStart": {"@value": "bibliographicPageStart"}, "sourceTitle": {"@value": "bibliographic_titles.bibliographic_title", "@attributes": {"xml:lang": "bibliographic_titles.bibliographic_titleLang"}}}}, "item_1617187087799": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"dissertationNumber": {"@value": "subitem_dissertationnumber"}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_dissertationnumber"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"dissertationNumber": {"@value": "subitem_dissertationnumber"}}}, "item_1617187112279": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"degreeName": {"@value": "subitem_degreename", "@attributes": {"xml:lang": "subitem_degreename_language"}}}, "junii2_mapping": "", "oai_dc_mapping": {"description": {"@value": "subitem_degreename"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"degreeName": {"@value": "subitem_degreename", "@attributes": {"xml:lang": "subitem_degreename_language"}}}}, "item_1617187136212": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"dateGranted": {"@value": "subitem_dategranted"}}, "junii2_mapping": "", "oai_dc_mapping": {"date": {"@value": "subitem_dategranted"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"dateGranted": {"@value": "subitem_dategranted"}}}, "item_1617187187528": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"conference": {"conferenceDate": {"@value": "subitem_conference_date.subitem_conference_period", "@attributes": {"endDay": "subitem_conference_date.subitem_conference_end_day", "endYear": "subitem_conference_date.subitem_conference_end_year", "endMonth": "subitem_conference_date.subitem_conference_end_month", "startDay": "subitem_conference_date.subitem_conference_start_day", "xml:lang": "subitem_conference_date.subitem_conference_date_language", "startYear": "subitem_conference_date.subitem_conference_start_year", "startMonth": "subitem_conference_date.subitem_conference_start_month"}}, "conferenceName": {"@value": "subitem_conference_names.subitem_conference_name", "@attributes": {"xml:lang": "subitem_conference_names.subitem_conference_name_language"}}, "conferenceVenue": {"@value": "subitem_conference_venues.subitem_conference_venue", "@attributes": {"xml:lang": "subitem_conference_venues.subitem_conference_venue_language"}}, "conferenceCountry": {"@value": "subitem_conference_country"}, "conferenceSponsor": {"@value": "subitem_conference_sponsors.subitem_conference_sponsor", "@attributes": {"xml:lang": "subitem_conference_sponsors.subitem_conference_sponsor_language"}}, "conferenceSequence": {"@value": "subitem_conference_sequence"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"conference": {"conferenceDate": {"@value": "subitem_conference_date.subitem_conference_period", "@attributes": {"endDay": "subitem_conference_date.subitem_conference_end_day", "endYear": "subitem_conference_date.subitem_conference_end_year", "endMonth": "subitem_conference_date.subitem_conference_end_month", "startDay": "subitem_conference_date.subitem_conference_start_day", "xml:lang": "subitem_conference_date.subitem_conference_date_language", "startYear": "subitem_conference_date.subitem_conference_start_year", "startMonth": "subitem_conference_date.subitem_conference_start_month"}}, "conferenceName": {"@value": "subitem_conference_names.subitem_conference_name", "@attributes": {"xml:lang": "subitem_conference_names.subitem_conference_name_language"}}, "conferenceVenue": {"@value": "subitem_conference_venues.subitem_conference_venue", "@attributes": {"xml:lang": "subitem_conference_venues.subitem_conference_venue_language"}}, "conferenceCountry": {"@value": "subitem_conference_country"}, "conferenceSponsor": {"@value": "subitem_conference_sponsors.subitem_conference_sponsor", "@attributes": {"xml:lang": "subitem_conference_sponsors.subitem_conference_sponsor_language"}}, "conferenceSequence": {"@value": "subitem_conference_sequence"}}}}, "item_1617258105262": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"type": {"@value": "resourcetype", "@attributes": {"rdf:resource": "resourceuri"}}}, "junii2_mapping": "", "oai_dc_mapping": {"description": {"@value": "resourceuri"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"type": {"@value": "resourcetype", "@attributes": {"rdf:resource": "resourceuri"}}}}, "item_1617265215918": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"versiontype": {"@value": "subitem_version_type", "@attributes": {"rdf:resource": "subitem_version_resource"}}}, "junii2_mapping": "", "oai_dc_mapping": {"type": {"@value": "subitem_version_type"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"versiontype": {"@value": "subitem_version_type", "@attributes": {"rdf:resource": "subitem_version_resource"}}}}, "item_1617349709064": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"contributor": {"givenName": {"@value": "givenNames.givenName", "@attributes": {"xml:lang": "givenNames.givenNameLang"}}, "familyName": {"@value": "familyNames.familyName", "@attributes": {"xml:lang": "familyNames.familyNameLang"}}, "@attributes": {"contributorType": "contributorType"}, "affiliation": {"nameIdentifier": {"@value": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationNameIdentifier", "@attributes": {"nameIdentifierURI": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationURI", "nameIdentifierScheme": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationScheme"}}, "affiliationName": {"@value": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationName", "@attributes": {"xml:lang": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationNameLang"}}}, "nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier", "@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI", "nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}}, "contributorName": {"@value": "contributorNames.contributorName", "@attributes": {"xml:lang": "contributorNames.lang"}}, "contributorAlternative": {"@value": "contributorAlternatives.contributorAlternative", "@attributes": {"xml:lang": "contributorAlternatives.contributorAlternativeLang"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"contributor": {"@value": "contributorNames.contributorName,nameIdentifiers.nameIdentifier"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"contributor": {"givenName": {"@value": "givenNames.givenName", "@attributes": {"xml:lang": "givenNames.givenNameLang"}}, "familyName": {"@value": "familyNames.familyName", "@attributes": {"xml:lang": "familyNames.familyNameLang"}}, "@attributes": {"contributorType": "contributorType"}, "affiliation": {"nameIdentifier": {"@value": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationNameIdentifier", "@attributes": {"nameIdentifierURI": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationURI", "nameIdentifierScheme": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationScheme"}}, "affiliationName": {"@value": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationName", "@attributes": {"xml:lang": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationNameLang"}}}, "nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier", "@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI", "nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}}, "contributorName": {"@value": "contributorNames.contributorName", "@attributes": {"xml:lang": "contributorNames.lang"}}, "contributorAlternative": {"@value": "contributorAlternatives.contributorAlternative", "@attributes": {"xml:lang": "contributorAlternatives.contributorAlternativeLang"}}}}}, "item_1617349808926": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"version": {"@value": "subitem_version"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"version": {"@value": "subitem_version"}}}, "item_1617351524846": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"apc": {"@value": "subitem_apc"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"apc": {"@value": "subitem_apc"}}}, "item_1617353299429": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"relation": {"@attributes": {"relationType": "subitem_relation_type"}, "relatedTitle": {"@value": "subitem_relation_name.subitem_relation_name_text", "@attributes": {"xml:lang": "subitem_relation_name.subitem_relation_name_language"}}, "relatedIdentifier": {"@value": "subitem_relation_type_id.subitem_relation_type_id_text", "@attributes": {"identifierType": "subitem_relation_type_id.subitem_relation_type_select"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"relation": {"@value": "subitem_relation_type_id.subitem_relation_type_id_text,subitem_relation_name.subitem_relation_name_text"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"relation": {"@attributes": {"relationType": "subitem_relation_type"}, "relatedTitle": {"@value": "subitem_relation_name.subitem_relation_name_text", "@attributes": {"xml:lang": "subitem_relation_name.subitem_relation_name_language"}}, "relatedIdentifier": {"@value": "subitem_relation_type_id.subitem_relation_type_id_text", "@attributes": {"identifierType": "subitem_relation_type_id.subitem_relation_type_select"}}}}}, "item_1617610673286": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"rightsHolder": {"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier", "@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI", "nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}}, "rightsHolderName": {"@value": "rightHolderNames.rightHolderName", "@attributes": {"xml:lang": "rightHolderNames.rightHolderLanguage"}}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": {"rightsHolder": {"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier", "@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI", "nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}}, "rightsHolderName": {"@value": "rightHolderNames.rightHolderName", "@attributes": {"xml:lang": "rightHolderNames.rightHolderLanguage"}}}}}, "item_1617620223087": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": "", "jpcoar_v1_mapping": ""}, "item_1617944105607": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"degreeGrantor": {"nameIdentifier": {"@value": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_name", "@attributes": {"nameIdentifierScheme": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_scheme"}}, "degreeGrantorName": {"@value": "subitem_degreegrantor.subitem_degreegrantor_name", "@attributes": {"xml:lang": "subitem_degreegrantor.subitem_degreegrantor_language"}}}}, "junii2_mapping": "", "oai_dc_mapping": {"description": {"@value": "subitem_degreegrantor.subitem_degreegrantor_name"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"degreeGrantor": {"nameIdentifier": {"@value": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_name", "@attributes": {"nameIdentifierScheme": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_scheme"}}, "degreeGrantorName": {"@value": "subitem_degreegrantor.subitem_degreegrantor_name", "@attributes": {"xml:lang": "subitem_degreegrantor.subitem_degreegrantor_language"}}}}}, "item_1718082005802": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_doi": {"ddi_mapping": {"stdyDscr": {"citation": {"holdings": {"@attributes": {"URI": "subitem_systemidt_identifier"}}}}}, "lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_systemidt_identifier"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}}, "system_identifier_hdl": {"ddi_mapping": {"stdyDscr": {"citation": {"holdings": {"@attributes": {"URI": "subitem_systemidt_identifier"}}}}}, "lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_systemidt_identifier"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}}, "system_identifier_uri": {"ddi_mapping": {"stdyDscr": {"citation": {"holdings": {"@attributes": {"URI": "subitem_systemidt_identifier"}}}}}, "lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": {"identifier": {"@value": "subitem_systemidt_identifier"}}, "display_lang_type": "", "jpcoar_v1_mapping": {"identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}}}}}', + 1, + 3, + false +) +ON CONFLICT (id) DO NOTHING; + +-- +-- Data for Name: item_type_mapping; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO item_type_mapping (created, updated, id, item_type_id, mapping, version_id) VALUES +( + '2021-07-23 10:01:02.538096', + '2021-07-23 10:01:02.538107', + 31001, + 31001, + '{"pubdate": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_file": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri", "@attributes": {"label": "subitem_systemfile_filename_label", "objectType": "subitem_systemfile_filename_type"}}, "date": {"@value": "subitem_systemfile_datetime_date", "@attributes": {"dateType": "subitem_systemfile_datetime_type"}}, "extent": {"@value": "subitem_systemfile_size"}, "version": {"@value": "subitem_systemfile_version"}, "mimeType": {"@value": "subitem_systemfile_mimetype"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221831877": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"title": {"@value": "subitem_restricted_access_dataset_usage"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221851421": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"creator": {"affiliation": {"affiliationName": {"@value": "subitem_university/institution"}}, "creatorName": {"@value": "subitem_fullname"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221894659": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221921931": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221941275": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221960771": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"description": {"@value": "subitem_restricted_access_research_plan", "@attributes": {"descriptionType": "subitem_restricted_access_research_plan_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221987611": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222047122": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_wf_issued_date", "@attributes": {"dateType": "subitem_restricted_access_wf_issued_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222067301": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_application_date", "@attributes": {"dateType": "subitem_restricted_access_application_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222093486": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_approval_date", "@attributes": {"dateType": "subitem_restricted_access_approval_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222117209": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"alternative": {"@value": "subitem_restricted_access_item_title"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_doi": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_hdl": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_uri": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}}', + 1 +), +( + '2021-07-23 10:01:40.257483', + '2021-07-23 10:01:40.257495', + 31003, + 31003, + '{"pubdate": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_file": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri", "@attributes": {"label": "subitem_systemfile_filename_label", "objectType": "subitem_systemfile_filename_type"}}, "date": {"@value": "subitem_systemfile_datetime_date", "@attributes": {"dateType": "subitem_systemfile_datetime_type"}}, "extent": {"@value": "subitem_systemfile_size"}, "version": {"@value": "subitem_systemfile_version"}, "mimeType": {"@value": "subitem_systemfile_mimetype"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221831877": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"title": {"@value": "subitem_restricted_access_dataset_usage"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221851421": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"creator": {"affiliation": {"affiliationName": {"@value": "subitem_university/institution"}}, "creatorName": {"@value": "subitem_fullname"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221921931": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616221960771": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222027961": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": "", "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222047122": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_wf_issued_date", "@attributes": {"dateType": "subitem_restricted_access_wf_issued_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222067301": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_application_date", "@attributes": {"dateType": "subitem_restricted_access_application_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222093486": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"date": {"@value": "subitem_restricted_access_approval_date", "@attributes": {"dateType": "subitem_restricted_access_approval_date_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "item_1616222117209": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"alternative": {"@value": "subitem_restricted_access_item_title"}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_doi": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_hdl": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}, "system_identifier_uri": {"lom_mapping": "", "lido_mapping": "", "spase_mapping": "", "jpcoar_mapping": {"system_identifier": {"@value": "subitem_systemidt_identifier", "@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}, "junii2_mapping": "", "oai_dc_mapping": "", "display_lang_type": ""}}', + 1 +), +( + '2023-12-22 02:54:55.424000', + '2023-12-22 02:54:55.424000', + 31004, + 31004, + '{"pubdate": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": "","junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": ""},"system_file": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri","@attributes": {"label": "subitem_systemfile_filename_label","objectType": "subitem_systemfile_filename_type"}},"date": {"@value": "subitem_systemfile_datetime_date","@attributes": {"dateType": "subitem_systemfile_datetime_type"}},"extent": {"@value": "subitem_systemfile_size"},"version": {"@value": "subitem_systemfile_version"},"mimeType": {"@value": "subitem_systemfile_mimetype"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"system_file": {"URI": {"@value": "subitem_systemfile_filename_uri","@attributes": {"label": "subitem_systemfile_filename_label","objectType": "subitem_systemfile_filename_type"}},"date": {"@value": "subitem_systemfile_datetime_date","@attributes": {"dateType": "subitem_systemfile_datetime_type"}},"extent": {"@value": "subitem_systemfile_size"},"version": {"@value": "subitem_systemfile_version"},"mimeType": {"@value": "subitem_systemfile_mimetype"}}}},"item_1698591601": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"originalLanguage": {"@value": "original_language","@attributes": {"xml:lang": "original_language_language"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"originalLanguage": {"@value": "original_language","@attributes": {"xml:lang": "original_language_language"}}}},"item_1698591602": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"volumeTitle": {"@value": "volume_title","@attributes": {"xml:lang": "volume_title_language"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"volumeTitle": {"@value": "volume_title","@attributes": {"xml:lang": "volume_title_language"}}}},"item_1698591603": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"catalog": {"file": {"URI": {"@value": "catalog_file.catalog_file_uri","@attributes": {"objectType": "catalog_file.catalog_file_object_type"}}},"title": {"@value": "catalog_titles.catalog_title","@attributes": {"xml:lang": "catalog_titles.catalog_title_language"}},"rights": {"@value": "catalog_rights.catalog_rights_right","@attributes": {"xml:lang": "catalog_rights.catalog_right_language","rdf:resource": "catalog_rights.catalog_right_rdf_resource"}},"license": {"@value": "catalog_licenses.catalog_license","@attributes": {"xml:lang": "catalog_licenses.catalog_license_language","licenseType": "catalog_licenses.catalog_license_type","rdf:resource": "catalog_licenses.catalog_license_rdf_resource"}},"subject": {"@value": "catalog_subjects.catalog_subject","@attributes": {"xml:lang": "catalog_subjects.catalog_subject_language","subjectURI": "catalog_subjects.catalog_subject_uri","subjectScheme": "catalog_subjects.catalog_subject_scheme"}},"identifier": {"@value": "catalog_identifiers.catalog_identifier","@attributes": {"identifierType": "catalog_identifiers.catalog_identifier_type"}},"contributor": {"@attributes": {"contributorType": "catalog_contributors.contributor_type"},"contributorName": {"@value": "catalog_contributors.contributor_names.contributor_name","@attributes": {"xml:lang": "catalog_contributors.contributor_names.contributor_name_language"}}},"description": {"@value": "catalog_descriptions.catalog_description","@attributes": {"xml:lang": "catalog_descriptions.catalog_description_language","descriptionType": "catalog_descriptions.catalog_description_type"}},"accessRights": {"@value": "catalog_access_rights.catalog_access_right","@attributes": {"rdf:resource": "catalog_access_rights.catalog_access_right_rdf_resource"}}}},"junii2_mapping": "","oai_dc_mapping": {"publisher": {"@value": "publisher"}},"display_lang_type": "","jpcoar_v1_mapping": {"catalog": {"file": {"URI": {"@value": "catalog_file.catalog_file_uri","@attributes": {"objectType": "catalog_file.catalog_file_object_type"}}},"title": {"@value": "catalog_titles.catalog_title","@attributes": {"xml:lang": "catalog_titles.catalog_title_language"}},"rights": {"@value": "catalog_rights.catalog_rights_right","@attributes": {"xml:lang": "catalog_rights.catalog_right_language","rdf:resource": "catalog_rights.catalog_right_rdf_resource"}},"license": {"@value": "catalog_licenses.catalog_license","@attributes": {"xml:lang": "catalog_licenses.catalog_license_language","licenseType": "catalog_licenses.catalog_license_type","rdf:resource": "catalog_licenses.catalog_license_rdf_resource"}},"subject": {"@value": "catalog_subjects.catalog_subject","@attributes": {"xml:lang": "catalog_subjects.catalog_subject_language","subjectURI": "catalog_subjects.catalog_subject_uri","subjectScheme": "catalog_subjects.catalog_subject_scheme"}},"identifier": {"@value": "catalog_identifiers.catalog_identifier","@attributes": {"identifierType": "catalog_identifiers.catalog_identifier_type"}},"contributor": {"@attributes": {"contributorType": "catalog_contributors.contributor_type"},"contributorName": {"@value": "catalog_contributors.contributor_names.contributor_name","@attributes": {"xml:lang": "catalog_contributors.contributor_names.contributor_name_language"}}},"description": {"@value": "catalog_descriptions.catalog_description","@attributes": {"xml:lang": "catalog_descriptions.catalog_description_language","descriptionType": "catalog_descriptions.catalog_description_type"}},"accessRights": {"@value": "catalog_access_rights.catalog_access_right","@attributes": {"rdf:resource": "catalog_access_rights.catalog_access_right_rdf_resource"}}}}},"item_1698591604": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"format": {"@value": "jpcoar_format","@attributes": {"xml:lang": "jpcoar_format_language"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"format": {"@value": "jpcoar_format","@attributes": {"xml:lang": "jpcoar_format_language"}}}},"item_1698591605": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"datasetSeries": {"@value": "jpcoar_dataset_series"}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"datasetSeries": {"@value": "jpcoar_dataset_series"}}},"item_1698591606": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"edition": {"@value": "edition","@attributes": {"xml:lang": "edition_language"}}},"junii2_mapping": "","oai_dc_mapping": {"publisher": {"@value": "subitem_publisher"}},"display_lang_type": "","jpcoar_v1_mapping": {"edition": {"@value": "edition","@attributes": {"xml:lang": "edition_language"}}}},"item_1698591607": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"holdingAgent": {"holdingAgentName": {"@value": "holding_agent_names.holding_agent_name","@attributes": {"xml:lang": "holding_agent_names.holding_agent_name_language"}},"holdingAgentNameIdentifier": {"@value": "holding_agent_name_identifier.holding_agent_name_idenfitier_value","@attributes": {"nameIdentifierURI": "holding_agent_name_identifier.holding_agent_name_idenfitier_uri","nameIdentifierScheme": "holding_agent_name_identifier.holding_agent_name_idenfitier_scheme"}}}},"junii2_mapping": "","oai_dc_mapping": {"publisher": {"@value": "subitem_publisher"}},"display_lang_type": "","jpcoar_v1_mapping": {"holdingAgent": {"holdingAgentName": {"@value": "holding_agent_names.holding_agent_name","@attributes": {"xml:lang": "holding_agent_names.holding_agent_name_language"}},"holdingAgentNameIdentifier": {"@value": "holding_agent_name_identifier.holding_agent_name_idenfitier_value","@attributes": {"nameIdentifierURI": "holding_agent_name_identifier.holding_agent_name_idenfitier_uri","nameIdentifierScheme": "holding_agent_name_identifier.holding_agent_name_idenfitier_scheme"}}}}},"item_1698591608": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"date_dcterms": {"@value": "subitem_dcterms_date","@attributes": {"xml:lang": "subitem_dcterms_date_language"}}},"junii2_mapping": "","oai_dc_mapping": {"date": {"@value": "subitem_dcterms_date"}},"display_lang_type": "","jpcoar_v1_mapping": {"date_dcterms": {"@value": "subitem_dcterms_date","@attributes": {"xml:lang": "subitem_dcterms_date_language"}}}},"item_1698591609": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"extent": {"@value": "dcterms_extent","@attributes": {"xml:lang": "dcterms_extent_language"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"extent": {"@value": "dcterms_extent","@attributes": {"xml:lang": "dcterms_extent_language"}}}},"item_1698591610": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"publisher_jpcoar": {"location": {"@value": "publisher_locations.publisher_location"},"publisherName": {"@value": "publisher_names.publisher_name","@attributes": {"xml:lang": "publisher_names.publisher_name_language"}},"publicationPlace": {"@value": "publication_places.publication_place"},"publisherDescription": {"@value": "publisher_descriptions.publisher_description","@attributes": {"xml:lang": "publisher_descriptions.publisher_description_language"}}}},"junii2_mapping": "","oai_dc_mapping": {"publisher": {"@value": "subitem_publisher"}},"display_lang_type": "","jpcoar_v1_mapping": {"publisher_jpcoar": {"location": {"@value": "publisher_locations.publisher_location"},"publisherName": {"@value": "publisher_names.publisher_name","@attributes": {"xml:lang": "publisher_names.publisher_name_language"}},"publicationPlace": {"@value": "publication_places.publication_place"},"publisherDescription": {"@value": "publisher_descriptions.publisher_description","@attributes": {"xml:lang": "publisher_descriptions.publisher_description_language"}}}}},"item_1617186331708": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"title": {"@value": "subitem_title","@attributes": {"xml:lang": "subitem_title_language"}}},"junii2_mapping": "","oai_dc_mapping": {"title": {"@value": "subitem_title"}},"display_lang_type": "","jpcoar_v1_mapping": {"title": {"@value": "subitem_title","@attributes": {"xml:lang": "subitem_title_language"}}}},"item_1617186385884": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"alternative": {"@value": "subitem_alternative_title","@attributes": {"xml:lang": "subitem_alternative_title_language"}}},"junii2_mapping": "","oai_dc_mapping": {"title": {"@value": "subitem_alternative_title"}},"display_lang_type": "","jpcoar_v1_mapping": {"alternative": {"@value": "subitem_alternative_title","@attributes": {"xml:lang": "subitem_alternative_title_language"}}}},"item_1617186419668": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"creator": {"givenName": {"@value": "givenNames.givenName","@attributes": {"xml:lang": "givenNames.givenNameLang"}},"familyName": {"@value": "familyNames.familyName","@attributes": {"xml:lang": "familyNames.familyNameLang"}},"affiliation": {"nameIdentifier": {"@value": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifier","@attributes": {"nameIdentifierURI": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierURI","nameIdentifierScheme": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierScheme"}},"affiliationName": {"@value": "creatorAffiliations.affiliationNames.affiliationName","@attributes": {"xml:lang": "creatorAffiliations.affiliationNames.affiliationNameLang"}}},"creatorName": {"@value": "creatorNames.creatorName","@attributes": {"xml:lang": "creatorNames.creatorNameLang"}},"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier","@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI","nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}},"creatorAlternative": {"@value": "creatorAlternatives.creatorAlternative","@attributes": {"xml:lang": "creatorAlternatives.creatorAlternativeLang"}}}},"junii2_mapping": "","oai_dc_mapping": {"creator": {"@value": "creatorNames.creatorName,nameIdentifiers.nameIdentifier"}},"display_lang_type": "","jpcoar_v1_mapping": {"creator": {"givenName": {"@value": "givenNames.givenName","@attributes": {"xml:lang": "givenNames.givenNameLang"}},"familyName": {"@value": "familyNames.familyName","@attributes": {"xml:lang": "familyNames.familyNameLang"}},"affiliation": {"nameIdentifier": {"@value": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifier","@attributes": {"nameIdentifierURI": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierURI","nameIdentifierScheme": "creatorAffiliations.affiliationNameIdentifiers.affiliationNameIdentifierScheme"}},"affiliationName": {"@value": "creatorAffiliations.affiliationNames.affiliationName","@attributes": {"xml:lang": "creatorAffiliations.affiliationNames.affiliationNameLang"}}},"creatorName": {"@value": "creatorNames.creatorName","@attributes": {"xml:lang": "creatorNames.creatorNameLang"}},"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier","@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI","nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}},"creatorAlternative": {"@value": "creatorAlternatives.creatorAlternative","@attributes": {"xml:lang": "creatorAlternatives.creatorAlternativeLang"}}}}},"item_1617186476635": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"accessRights": {"@value": "subitem_access_right","@attributes": {"rdf:resource": "subitem_access_right_uri"}}},"junii2_mapping": "","oai_dc_mapping": {"rights": {"@value": "subitem_access_right"}},"display_lang_type": "","jpcoar_v1_mapping": {"accessRights": {"@value": "subitem_access_right","@attributes": {"rdf:resource": "subitem_access_right_uri"}}}},"item_1617186499011": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"rights": {"@value": "subitem_rights","@attributes": {"xml:lang": "subitem_rights_language","rdf:resource": "subitem_rights_resource"}}},"junii2_mapping": "","oai_dc_mapping": {"rights": {"@value": "subitem_rights"}},"display_lang_type": "","jpcoar_v1_mapping": {"rights": {"@value": "subitem_rights","@attributes": {"xml:lang": "subitem_rights_language","rdf:resource": "subitem_rights_resource"}}}},"item_1617186609386": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"subject": {"@value": "subitem_subject","@attributes": {"xml:lang": "subitem_subject_language","subjectURI": "subitem_subject_uri","subjectScheme": "subitem_subject_scheme"}}},"junii2_mapping": "","oai_dc_mapping": {"subject": {"@value": "subitem_subject"}},"display_lang_type": "","jpcoar_v1_mapping": {"subject": {"@value": "subitem_subject","@attributes": {"xml:lang": "subitem_subject_language","subjectURI": "subitem_subject_uri","subjectScheme": "subitem_subject_scheme"}}}},"item_1617186626617": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"description": {"@value": "subitem_description","@attributes": {"xml:lang": "subitem_description_language","descriptionType": "subitem_description_type"}}},"junii2_mapping": "","oai_dc_mapping": {"description": {"@value": "subitem_description"}},"display_lang_type": "","jpcoar_v1_mapping": {"description": {"@value": "subitem_description","@attributes": {"xml:lang": "subitem_description_language","descriptionType": "subitem_description_type"}}}},"item_1617186643794": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"publisher": {"@value": "subitem_publisher_languag","@attributes": {"xml:lang": "subitem_publisher"}}},"junii2_mapping": "","oai_dc_mapping": {"publisher": {"@value": "subitem_publisher_languag"}},"display_lang_type": "","jpcoar_v1_mapping": {"publisher": {"@value": "subitem_publisher_languag","@attributes": {"xml:lang": "subitem_publisher"}}}},"item_1617186660861": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"date": {"@value": "subitem_date_issued_datetime","@attributes": {"dateType": "subitem_date_issued_type"}}},"junii2_mapping": "","oai_dc_mapping": {"date": {"@value": "subitem_date_issued_datetime"}},"display_lang_type": "","jpcoar_v1_mapping": {"date": {"@value": "subitem_date_issued_datetime","@attributes": {"dateType": "subitem_date_issued_type"}}}},"item_1617186702042": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"language": {"@value": "subitem_language"}},"junii2_mapping": "","oai_dc_mapping": {"language": {"@value": "subitem_language"}},"display_lang_type": "","jpcoar_v1_mapping": {"language": {"@value": "subitem_language"}}},"item_1617186783814": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"identifier": {"@value": "subitem_identifier_uri","@attributes": {"identifierType": "subitem_identifier_type"}}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_identifier_uri"}},"display_lang_type": "","jpcoar_v1_mapping": {"identifier": {"@value": "subitem_identifier_uri","@attributes": {"identifierType": "subitem_identifier_type"}}}},"item_1617186819068": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"identifierRegistration": {"@value": "subitem_identifier_reg_text","@attributes": {"identifierType": "subitem_identifier_reg_type"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"identifierRegistration": {"@value": "subitem_identifier_reg_text","@attributes": {"identifierType": "subitem_identifier_reg_type"}}}},"item_1617186859717": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"temporal": {"@value": "subitem_temporal_text","@attributes": {"xml:lang": "subitem_temporal_languag"}}},"junii2_mapping": "","oai_dc_mapping": {"coverage": {"@value": "subitem_temporal_text"}},"display_lang_type": "","jpcoar_v1_mapping": {"temporal": {"@value": "subitem_temporal_text","@attributes": {"xml:lang": "subitem_temporal_languag"}}}},"item_1617186882738": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"geoLocation": {"geoLocationBox": {"eastBoundLongitude": {"@value": "subitem_geolocation_box.subitem_east_longitude"},"northBoundLatitude": {"@value": "subitem_geolocation_box.subitem_north_latitude"},"southBoundLatitude": {"@value": "subitem_geolocation_box.subitem_south_latitude"},"westBoundLongitude": {"@value": "subitem_geolocation_box.subitem_west_longitude"}},"geoLocationPlace": {"@value": "subitem_geolocation_place.subitem_geolocation_place_text"},"geoLocationPoint": {"pointLatitude": {"@value": "subitem_geolocation_point.subitem_point_latitude"},"pointLongitude": {"@value": "subitem_geolocation_point.subitem_point_longitude"}}}},"junii2_mapping": "","oai_dc_mapping": {"coverage": {"@value": "subitem_geolocation_place.subitem_geolocation_place_text"}},"display_lang_type": "","jpcoar_v1_mapping": {"geoLocation": {"geoLocationBox": {"eastBoundLongitude": {"@value": "subitem_geolocation_box.subitem_east_longitude"},"northBoundLatitude": {"@value": "subitem_geolocation_box.subitem_north_latitude"},"southBoundLatitude": {"@value": "subitem_geolocation_box.subitem_south_latitude"},"westBoundLongitude": {"@value": "subitem_geolocation_box.subitem_west_longitude"}},"geoLocationPlace": {"@value": "subitem_geolocation_place.subitem_geolocation_place_text"},"geoLocationPoint": {"pointLatitude": {"@value": "subitem_geolocation_point.subitem_point_latitude"},"pointLongitude": {"@value": "subitem_geolocation_point.subitem_point_longitude"}}}}},"item_1617186901218": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"fundingReference": {"awardTitle": {"@value": "subitem_award_titles.subitem_award_title","@attributes": {"xml:lang": "subitem_award_titles.subitem_award_title_language"}},"funderName": {"@value": "subitem_funder_names.subitem_funder_name","@attributes": {"xml:lang": "subitem_funder_names.subitem_funder_name_language"}},"awardNumber": {"@value": "subitem_award_numbers.subitem_award_number","@attributes": {"awardURI": "subitem_award_numbers.subitem_1522399585738"}},"funderIdentifier": {"@value": "subitem_funder_identifiers.subitem_funder_identifier","@attributes": {"funderIdentifierType": "subitem_funder_identifiers.subitem_funder_identifier_type"}}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"fundingReference": {"awardTitle": {"@value": "subitem_award_titles.subitem_award_title","@attributes": {"xml:lang": "subitem_award_titles.subitem_award_title_language"}},"funderName": {"@value": "subitem_funder_names.subitem_funder_name","@attributes": {"xml:lang": "subitem_funder_names.subitem_funder_name_language"}},"awardNumber": {"@value": "subitem_award_numbers.subitem_award_number","@attributes": {"awardURI": "subitem_award_numbers.subitem_1522399585738"}},"funderIdentifier": {"@value": "subitem_funder_identifiers.subitem_funder_identifier","@attributes": {"funderIdentifierType": "subitem_funder_identifiers.subitem_funder_identifier_type"}}}}},"item_1617186920753": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"sourceIdentifier": {"@value": "subitem_source_identifier","@attributes": {"identifierType": "subitem_source_identifier_type"}}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_source_identifier"}},"display_lang_type": "","jpcoar_v1_mapping": {"sourceIdentifier": {"@value": "subitem_source_identifier","@attributes": {"identifierType": "subitem_source_identifier_type"}}}},"item_1617186941041": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"sourceTitle": {"@value": "subitem_record_name","@attributes": {"xml:lang": "subitem_record_name_languag"}}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_record_name"}},"display_lang_type": "","jpcoar_v1_mapping": {"sourceTitle": {"@value": "subitem_record_name","@attributes": {"xml:lang": "subitem_record_name_languag"}}}},"item_1617186959569": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"volume": {"@value": "subitem_volume"}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_volume"}},"display_lang_type": "","jpcoar_v1_mapping": {"volume": {"@value": "subitem_volume"}}},"item_1617186981471": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"issue": {"@value": "subitem_issue"}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_issue"}},"display_lang_type": "","jpcoar_v1_mapping": {"issue": {"@value": "subitem_issue"}}},"item_1617186994930": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"numPages": {"@value": "subitem_number_of_pages"}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_number_of_pages"}},"display_lang_type": "","jpcoar_v1_mapping": {"numPages": {"@value": "subitem_number_of_pages"}}},"item_1617187024783": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"pageStart": {"@value": "subitem_start_page"}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_start_page"}},"display_lang_type": "","jpcoar_v1_mapping": {"pageStart": {"@value": "subitem_start_page"}}},"item_1617187045071": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"pageEnd": {"@value": "subitem_end_page"}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_end_page"}},"display_lang_type": "","jpcoar_v1_mapping": {"pageEnd": {"@value": "subitem_end_page"}}},"item_1617187056579": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"date": {"@value": "bibliographicIssueDates.bibliographicIssueDate","@attributes": {"dateType": "bibliographicIssueDates.bibliographicIssueDateType"}},"issue": {"@value": "bibliographicIssueNumber"},"volume": {"@value": "bibliographicVolumeNumber"},"pageEnd": {"@value": "bibliographicPageEnd"},"numPages": {"@value": "bibliographicNumberOfPages"},"pageStart": {"@value": "bibliographicPageStart"},"sourceTitle": {"@value": "bibliographic_titles.bibliographic_title","@attributes": {"xml:lang": "bibliographic_titles.bibliographic_titleLang"}}},"junii2_mapping": "","oai_dc_mapping": {"date": {"@value": "bibliographicIssueDates.bibliographicIssueDate"},"identifier": {"@value": "bibliographic_titles.bibliographic_title,bibliographicIssueNumber,bibliographicVolumeNumber,bibliographicPageEnd,bibliographicPageStart"}},"display_lang_type": "","jpcoar_v1_mapping": {"date": {"@value": "bibliographicIssueDates.bibliographicIssueDate","@attributes": {"dateType": "bibliographicIssueDates.bibliographicIssueDateType"}},"issue": {"@value": "bibliographicIssueNumber"},"volume": {"@value": "bibliographicVolumeNumber"},"pageEnd": {"@value": "bibliographicPageEnd"},"numPages": {"@value": "bibliographicNumberOfPages"},"pageStart": {"@value": "bibliographicPageStart"},"sourceTitle": {"@value": "bibliographic_titles.bibliographic_title","@attributes": {"xml:lang": "bibliographic_titles.bibliographic_titleLang"}}}},"item_1617187087799": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"dissertationNumber": {"@value": "subitem_dissertationnumber"}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_dissertationnumber"}},"display_lang_type": "","jpcoar_v1_mapping": {"dissertationNumber": {"@value": "subitem_dissertationnumber"}}},"item_1617187112279": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"degreeName": {"@value": "subitem_degreename","@attributes": {"xml:lang": "subitem_degreename_language"}}},"junii2_mapping": "","oai_dc_mapping": {"description": {"@value": "subitem_degreename"}},"display_lang_type": "","jpcoar_v1_mapping": {"degreeName": {"@value": "subitem_degreename","@attributes": {"xml:lang": "subitem_degreename_language"}}}},"item_1617187136212": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"dateGranted": {"@value": "subitem_dategranted"}},"junii2_mapping": "","oai_dc_mapping": {"date": {"@value": "subitem_dategranted"}},"display_lang_type": "","jpcoar_v1_mapping": {"dateGranted": {"@value": "subitem_dategranted"}}},"item_1617187187528": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"conference": {"conferenceDate": {"@value": "subitem_conference_date.subitem_conference_period","@attributes": {"endDay": "subitem_conference_date.subitem_conference_end_day","endYear": "subitem_conference_date.subitem_conference_end_year","endMonth": "subitem_conference_date.subitem_conference_end_month","startDay": "subitem_conference_date.subitem_conference_start_day","xml:lang": "subitem_conference_date.subitem_conference_date_language","startYear": "subitem_conference_date.subitem_conference_start_year","startMonth": "subitem_conference_date.subitem_conference_start_month"}},"conferenceName": {"@value": "subitem_conference_names.subitem_conference_name","@attributes": {"xml:lang": "subitem_conference_names.subitem_conference_name_language"}},"conferenceVenue": {"@value": "subitem_conference_venues.subitem_conference_venue","@attributes": {"xml:lang": "subitem_conference_venues.subitem_conference_venue_language"}},"conferenceCountry": {"@value": "subitem_conference_country"},"conferenceSponsor": {"@value": "subitem_conference_sponsors.subitem_conference_sponsor","@attributes": {"xml:lang": "subitem_conference_sponsors.subitem_conference_sponsor_language"}},"conferenceSequence": {"@value": "subitem_conference_sequence"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"conference": {"conferenceDate": {"@value": "subitem_conference_date.subitem_conference_period","@attributes": {"endDay": "subitem_conference_date.subitem_conference_end_day","endYear": "subitem_conference_date.subitem_conference_end_year","endMonth": "subitem_conference_date.subitem_conference_end_month","startDay": "subitem_conference_date.subitem_conference_start_day","xml:lang": "subitem_conference_date.subitem_conference_date_language","startYear": "subitem_conference_date.subitem_conference_start_year","startMonth": "subitem_conference_date.subitem_conference_start_month"}},"conferenceName": {"@value": "subitem_conference_names.subitem_conference_name","@attributes": {"xml:lang": "subitem_conference_names.subitem_conference_name_language"}},"conferenceVenue": {"@value": "subitem_conference_venues.subitem_conference_venue","@attributes": {"xml:lang": "subitem_conference_venues.subitem_conference_venue_language"}},"conferenceCountry": {"@value": "subitem_conference_country"},"conferenceSponsor": {"@value": "subitem_conference_sponsors.subitem_conference_sponsor","@attributes": {"xml:lang": "subitem_conference_sponsors.subitem_conference_sponsor_language"}},"conferenceSequence": {"@value": "subitem_conference_sequence"}}}},"item_1617258105262": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"type": {"@value": "resourcetype","@attributes": {"rdf:resource": "resourceuri"}}},"junii2_mapping": "","oai_dc_mapping": {"description": {"@value": "resourceuri"}},"display_lang_type": "","jpcoar_v1_mapping": {"type": {"@value": "resourcetype","@attributes": {"rdf:resource": "resourceuri"}}}},"item_1617265215918": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"versiontype": {"@value": "subitem_version_type","@attributes": {"rdf:resource": "subitem_version_resource"}}},"junii2_mapping": "","oai_dc_mapping": {"type": {"@value": "subitem_version_type"}},"display_lang_type": "","jpcoar_v1_mapping": {"versiontype": {"@value": "subitem_version_type","@attributes": {"rdf:resource": "subitem_version_resource"}}}},"item_1617349709064": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"contributor": {"givenName": {"@value": "givenNames.givenName","@attributes": {"xml:lang": "givenNames.givenNameLang"}},"familyName": {"@value": "familyNames.familyName","@attributes": {"xml:lang": "familyNames.familyNameLang"}},"@attributes": {"contributorType": "contributorType"},"affiliation": {"nameIdentifier": {"@value": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationNameIdentifier","@attributes": {"nameIdentifierURI": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationURI","nameIdentifierScheme": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationScheme"}},"affiliationName": {"@value": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationName","@attributes": {"xml:lang": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationNameLang"}}},"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier","@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI","nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}},"contributorName": {"@value": "contributorNames.contributorName","@attributes": {"xml:lang": "contributorNames.lang"}},"contributorAlternative": {"@value": "contributorAlternatives.contributorAlternative","@attributes": {"xml:lang": "contributorAlternatives.contributorAlternativeLang"}}}},"junii2_mapping": "","oai_dc_mapping": {"contributor": {"@value": "contributorNames.contributorName,nameIdentifiers.nameIdentifier"}},"display_lang_type": "","jpcoar_v1_mapping": {"contributor": {"givenName": {"@value": "givenNames.givenName","@attributes": {"xml:lang": "givenNames.givenNameLang"}},"familyName": {"@value": "familyNames.familyName","@attributes": {"xml:lang": "familyNames.familyNameLang"}},"@attributes": {"contributorType": "contributorType"},"affiliation": {"nameIdentifier": {"@value": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationNameIdentifier","@attributes": {"nameIdentifierURI": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationURI","nameIdentifierScheme": "contributorAffiliations.contributorAffiliationNameIdentifiers.contributorAffiliationScheme"}},"affiliationName": {"@value": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationName","@attributes": {"xml:lang": "contributorAffiliations.contributorAffiliationNames.contributorAffiliationNameLang"}}},"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier","@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI","nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}},"contributorName": {"@value": "contributorNames.contributorName","@attributes": {"xml:lang": "contributorNames.lang"}},"contributorAlternative": {"@value": "contributorAlternatives.contributorAlternative","@attributes": {"xml:lang": "contributorAlternatives.contributorAlternativeLang"}}}}},"item_1617349808926": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"version": {"@value": "subitem_version"}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"version": {"@value": "subitem_version"}}},"item_1617351524846": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"apc": {"@value": "subitem_apc"}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"apc": {"@value": "subitem_apc"}}},"item_1617353299429": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"relation": {"@attributes": {"relationType": "subitem_relation_type"},"relatedTitle": {"@value": "subitem_relation_name.subitem_relation_name_text","@attributes": {"xml:lang": "subitem_relation_name.subitem_relation_name_language"}},"relatedIdentifier": {"@value": "subitem_relation_type_id.subitem_relation_type_id_text","@attributes": {"identifierType": "subitem_relation_type_id.subitem_relation_type_select"}}}},"junii2_mapping": "","oai_dc_mapping": {"relation": {"@value": "subitem_relation_type_id.subitem_relation_type_id_text,subitem_relation_name.subitem_relation_name_text"}},"display_lang_type": "","jpcoar_v1_mapping": {"relation": {"@attributes": {"relationType": "subitem_relation_type"},"relatedTitle": {"@value": "subitem_relation_name.subitem_relation_name_text","@attributes": {"xml:lang": "subitem_relation_name.subitem_relation_name_language"}},"relatedIdentifier": {"@value": "subitem_relation_type_id.subitem_relation_type_id_text","@attributes": {"identifierType": "subitem_relation_type_id.subitem_relation_type_select"}}}}},"item_1617610673286": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"rightsHolder": {"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier","@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI","nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}},"rightsHolderName": {"@value": "rightHolderNames.rightHolderName","@attributes": {"xml:lang": "rightHolderNames.rightHolderLanguage"}}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": {"rightsHolder": {"nameIdentifier": {"@value": "nameIdentifiers.nameIdentifier","@attributes": {"nameIdentifierURI": "nameIdentifiers.nameIdentifierURI","nameIdentifierScheme": "nameIdentifiers.nameIdentifierScheme"}},"rightsHolderName": {"@value": "rightHolderNames.rightHolderName","@attributes": {"xml:lang": "rightHolderNames.rightHolderLanguage"}}}}},"item_1617620223087": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": "","junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": ""},"item_1617944105607": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"degreeGrantor": {"nameIdentifier": {"@value": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_name","@attributes": {"nameIdentifierScheme": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_scheme"}},"degreeGrantorName": {"@value": "subitem_degreegrantor.subitem_degreegrantor_name","@attributes": {"xml:lang": "subitem_degreegrantor.subitem_degreegrantor_language"}}}},"junii2_mapping": "","oai_dc_mapping": {"description": {"@value": "subitem_degreegrantor.subitem_degreegrantor_name"}},"display_lang_type": "","jpcoar_v1_mapping": {"degreeGrantor": {"nameIdentifier": {"@value": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_name","@attributes": {"nameIdentifierScheme": "subitem_degreegrantor_identifie.subitem_degreegrantor_identifier_scheme"}},"degreeGrantorName": {"@value": "subitem_degreegrantor.subitem_degreegrantor_name","@attributes": {"xml:lang": "subitem_degreegrantor.subitem_degreegrantor_language"}}}}},"item_1718082005802": {"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"file": {"URI": {"@value": "url.url","@attributes": {"label": "url.label","objectType": "url.objectType"}},"date": {"@value": "fileDate.fileDateValue","@attributes": {"dateType": "fileDate.fileDateType"}},"extent": {"@value": "filesize.value"},"version": {"@value": "version"},"mimeType": {"@value": "format"}}},"junii2_mapping": "","oai_dc_mapping": "","display_lang_type": "","jpcoar_v1_mapping": ""},"system_identifier_doi": {"ddi_mapping": {"stdyDscr": {"citation": {"holdings": {"@attributes": {"URI": "subitem_systemidt_identifier"}}}}},"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"identifier": {"@value": "subitem_systemidt_identifier","@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_systemidt_identifier"}},"display_lang_type": "","jpcoar_v1_mapping": {"identifier": {"@value": "subitem_systemidt_identifier","@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}},"system_identifier_hdl": {"ddi_mapping": {"stdyDscr": {"citation": {"holdings": {"@attributes": {"URI": "subitem_systemidt_identifier"}}}}},"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"identifier": {"@value": "subitem_systemidt_identifier","@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_systemidt_identifier"}},"display_lang_type": "","jpcoar_v1_mapping": {"identifier": {"@value": "subitem_systemidt_identifier","@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}},"system_identifier_uri": {"ddi_mapping": {"stdyDscr": {"citation": {"holdings": {"@attributes": {"URI": "subitem_systemidt_identifier"}}}}},"lom_mapping": "","lido_mapping": "","spase_mapping": "","jpcoar_mapping": {"identifier": {"@value": "subitem_systemidt_identifier","@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}},"junii2_mapping": "","oai_dc_mapping": {"identifier": {"@value": "subitem_systemidt_identifier"}},"display_lang_type": "","jpcoar_v1_mapping": {"identifier": {"@value": "subitem_systemidt_identifier","@attributes": {"identifierType": "subitem_systemidt_identifier_type"}}}}}', + 1 +) +ON CONFLICT (id) DO NOTHING; + +-- +-- Data for Name: item_type_property; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO item_type_property (created, updated, id, name, schema, form, forms, delflg, sort) VALUES +( + '2021-03-17 06:17:10.38488', + '2021-03-20 06:24:35.587644', + 30001, + 'Dataset Usage', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_dataset_usage": {"type": "string", "title": "Dataset Usage", "format": "text"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_dataset_usage", "type": "text", "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}], "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_dataset_usage", "type": "text", "title": "Dataset Usage", "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Dataset Usage", "ja": "データ名"}}', + false, + NULL +), +( + '2021-03-17 06:21:57.770906', + '2021-03-21 09:54:49.194786', + 30002, + 'Applicant', + '{"type": "object", "format": "object", "properties": {"subitem_fullname": {"type": "string", "title": "Name", "format": "text"}, "subitem_position": {"enum": [], "type": "string", "title": "Position", "format": "select"}, "subitem_mail_address": {"type": "string", "title": "Mail Address", "format": "text"}, "subitem_phone_number": {"type": "string", "title": "Phone Number", "format": "text"}, "subitem_position(others)": {"type": "string", "title": "Position(Others)", "format": "text"}, "subitem_university/institution": {"type": "string", "title": "University/Institution", "format": "text"}, "subitem_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_fullname", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}}, {"key": "parentkey.subitem_mail_address", "type": "text", "title": "Mail Address", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "parentkey.subitem_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "parentkey.subitem_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "parentkey.subitem_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}}, {"key": "parentkey.subitem_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "parentkey.subitem_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}}], "title_i18n": {"en": "Applicant", "ja": "申請者"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_fullname", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}}, {"key": "parentkey[].subitem_mail_address", "type": "text", "title": "Mail Address", "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "parentkey[].subitem_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "parentkey[].subitem_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "parentkey[].subitem_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}}, {"key": "parentkey[].subitem_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "parentkey[].subitem_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Applicant", "ja": "申請者"}}', + false, + NULL +), +( + '2021-03-20 10:13:32.183036', + '2021-03-20 10:13:32.18308', + 30003, + 'Applicant Affiliated Institution', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_institution_name": {"type": "string", "title": "Institution Name", "format": "text"}, "subitem_restricted_access_institution_position": {"enum": [], "type": "string", "title": "Institution Position", "format": "select"}}}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_institution_name", "type": "text", "title": "Institution Name", "title_i18n": {"en": "Institution Name", "ja": "所属学会名"}}, {"key": "parentkey.subitem_restricted_access_institution_position", "type": "select", "title": "Institution Position", "titleMap": [], "title_i18n": {"en": "Institution Position", "ja": "所属学会役職"}}], "title_i18n": {"en": "Applicant Affiliated Institution", "ja": "申請者所属学会"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_institution_name", "type": "text", "title": "Institution Name", "title_i18n": {"en": "Institution Name", "ja": "所属学会名"}}, {"key": "parentkey[].subitem_restricted_access_institution_position", "type": "select", "title": "Institution Position", "titleMap": [], "title_i18n": {"en": "Institution Position", "ja": "所属学会役職"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Applicant Affiliated Institution", "ja": "申請者所属学会"}}', + false, + NULL +), +( + '2021-03-17 06:29:37.102718', + '2021-03-21 09:55:30.857016', + 30004, + 'Guarantor', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_guarantor_name": {"type": "string", "title": "Name", "format": "text"}, "subitem_restricted_access_guarantor_position": {"enum": [], "type": "string", "title": "Position", "format": "select"}, "subitem_restricted_access_guarantor_mail_address": {"type": "string", "title": "Mail Address", "format": "text"}, "subitem_restricted_access_guarantor_phone_number": {"type": "string", "title": "Phone Number", "format": "text"}, "subitem_restricted_access_guarantor_position(others)": {"type": "string", "title": "Position(Others)", "format": "text"}, "subitem_restricted_access_guarantor_university/institution": {"type": "string", "title": "University/Institution", "format": "text"}, "subitem_restricted_access_guarantor_affiliated_division/department": {"type": "string", "title": "Affiliated Division/Department", "format": "text"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_guarantor_name", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}}, {"key": "parentkey.subitem_restricted_access_guarantor_mail_address", "type": "text", "title": "Mail Address", "approval": true, "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "parentkey.subitem_restricted_access_guarantor_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "parentkey.subitem_restricted_access_guarantor_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "parentkey.subitem_restricted_access_guarantor_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}}, {"key": "parentkey.subitem_restricted_access_guarantor_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "parentkey.subitem_restricted_access_guarantor_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}}], "title_i18n": {"en": "Guarantor", "ja": "保証人"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_guarantor_name", "type": "text", "title": "Name", "title_i18n": {"en": "Name", "ja": "名前"}}, {"key": "parentkey[].subitem_restricted_access_guarantor_mail_address", "type": "text", "title": "Mail Address", "approval": true, "title_i18n": {"en": "Mail Address", "ja": "メールアドレス"}}, {"key": "parentkey[].subitem_restricted_access_guarantor_university/institution", "type": "text", "title": "University/Institution", "title_i18n": {"en": "University/Institution", "ja": "所属大学・機関"}}, {"key": "parentkey[].subitem_restricted_access_guarantor_affiliated_division/department", "type": "text", "title": "Affiliated Division/Department", "title_i18n": {"en": "Affiliated Division/Department", "ja": "所属部局・部署"}}, {"key": "parentkey[].subitem_restricted_access_guarantor_position", "type": "select", "title": "Position", "titleMap": [], "htmlClass": "cls-position", "title_i18n": {"en": "Position", "ja": "役職"}}, {"key": "parentkey[].subitem_restricted_access_guarantor_position(others)", "type": "text", "title": "Position(Others)", "htmlClass": "cls-position-others", "title_i18n": {"en": "Position(Others)", "ja": "役職(その他)"}}, {"key": "parentkey[].subitem_restricted_access_guarantor_phone_number", "type": "text", "title": "Phone Number", "title_i18n": {"en": "Phone Number", "ja": "電話番号"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Guarantor", "ja": "保証人"}}', + false, + NULL +), +( + '2021-03-17 07:22:17.963112', + '2021-03-19 13:05:43.768659', + 30005, + 'Usage Report ID', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_usage_report_id": {"type": "string", "title": "Usage Report ID", "format": "text"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_usage_report_id", "type": "text", "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}}], "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_usage_report_id", "type": "text", "title": "Usage Report ID", "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Usage Report ID", "ja": "利用報告ID "}}', + false, + NULL +), +( + '2021-03-17 07:23:03.225499', + '2021-03-17 07:23:03.22551', + 30006, + 'Research Title', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_research_title": {"type": "string", "title": "Research Title", "format": "text"}}}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_research_title", "type": "text", "title": "Research Title", "title_i18n": {"en": "Research Title", "ja": "研究題目"}}], "title_i18n": {"en": "Research Title", "ja": "研究題目"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_research_title", "type": "text", "title": "Research Title", "title_i18n": {"en": "Research Title", "ja": "研究題目"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Research Title", "ja": "研究題目"}}', + false, + NULL +), +( + '2021-03-17 07:23:58.305127', + '2021-04-23 06:38:52.422421', + 30007, + 'Research Plan', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_research_plan": {"type": "string", "title": "Research Plan", "format": "textarea", "title_i18n": {"en": "", "ja": ""}}, "subitem_restricted_access_research_plan_type": {"enum": ["Abstract"], "type": "string", "title": "Research Plan Type", "format": "select", "default": "Abstract"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_research_plan", "type": "textarea", "title": "Research Plan", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}}, {"key": "parentkey.subitem_restricted_access_research_plan_type", "type": "select", "title": "Research Plan Type", "readonly": true, "titleMap": [{"name": "Abstract", "value": "Abstract"}], "htmlClass": "hide", "title_i18n": {"en": "Research Plan Type", "ja": "研究計画タイプ"}}], "title_i18n": {"en": "Research Plan", "ja": "研究計画"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_research_plan", "type": "textarea", "title": "Research Plan", "title_i18n": {"en": "Research Plan", "ja": "研究計画"}}, {"key": "parentkey[].subitem_restricted_access_research_plan_type", "type": "select", "title": "Research Plan Type", "readonly": true, "titleMap": [{"name": "Abstract", "value": "Abstract"}], "htmlClass": "hide", "title_i18n": {"en": "Research Plan Type", "ja": "研究計画タイプ"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Research Plan", "ja": "研究計画"}}', + false, + NULL +), +( + '2018-09-27 06:05:54.156386', + '2021-07-23 09:59:38.273163', + 30008, + 'Co-user List', + '{"type": "object", "format": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "label": {"type": "string", "title": "ラベル", "format": "text"}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": "string", "title": "オブジェクトタイプ", "format": "select"}}}, "date": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"dateType": {"enum": [], "type": "string", "title": "日付タイプ", "format": "select"}, "dateValue": {"type": "string", "title": "日付", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}}}, "title": "オープンアクセスの日付", "format": "array"}, "format": {"type": "string", "title": "フォーマット", "format": "text"}, "groups": {"enum": [], "type": ["null", "string"], "title": "グループ", "format": "select"}, "version": {"type": "string", "title": "バージョン情報", "format": "text"}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select"}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime"}}}, "title": "日付", "format": "array"}, "filename": {"enum": [], "type": ["null", "string"], "title": "表示名", "format": "text"}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text"}}}, "title": "サイズ", "format": "array"}, "accessrole": {"enum": [null, "open_access", "open_date", "open_login", "open_no"], "type": ["null", "string"], "title": "アクセス", "format": "radios"}, "displaytype": {"enum": [null, "detail", "simple", "preview"], "type": ["null", "string"], "title": "表示形式", "format": "select"}, "licensefree": {"type": "string", "title": "自由ライセンス", "format": "textarea"}, "licensetype": {"enum": [], "type": ["null", "string"], "title": "ライセンス", "format": "select", "editAble": false}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html", "fieldHtmlClass": "file-name"}, {"key": "parentkey.url", "type": "fieldset", "items": [{"key": "parentkey.url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "disableSuccessState": true}, {"key": "parentkey.url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "parentkey.url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}}, {"key": "parentkey.format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "parentkey.filesize", "items": [{"key": "parentkey.filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "parentkey.fileDate", "items": [{"key": "parentkey.fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "parentkey.fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}}, {"key": "parentkey.version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "parentkey.displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}}, {"key": "parentkey.licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}}, {"key": "parentkey.licensefree", "type": "textarea", "notitle": true, "condition": "model.parentkey.licensetype == ''license_free''"}, {"type": "template", "title": "剽窃チェック", "template": "", "title_i18n": {"en": "Check Plagiarism", "ja": "剽窃チェック"}}, {"key": "parentkey.accessrole", "type": "radios", "title": "アクセス", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do not Publish", "ja": "公開しない"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}}, {"key": "parentkey.date[0].dateValue", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.parentkey.accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.groups", "type": "select", "title": "グループ", "titleMap": [], "condition": "model.parentkey.accessrole == ''open_login''", "title_i18n": {"en": "Group", "ja": "グループ"}}], "title_i18n": {"en": "Co-user List", "ja": "共同利用者リスト"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html", "fieldHtmlClass": "file-name"}, {"key": "parentkey[].url", "type": "fieldset", "items": [{"key": "parentkey[].url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "disableSuccessState": true}, {"key": "parentkey[].url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "parentkey[].url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}}, {"key": "parentkey[].format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "parentkey[].filesize", "items": [{"key": "parentkey[].filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "parentkey[].fileDate", "items": [{"key": "parentkey[].fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "parentkey[].fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}}, {"key": "parentkey[].version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "parentkey[].displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}}, {"key": "parentkey[].licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}}, {"key": "parentkey[].licensefree", "type": "textarea", "notitle": true, "condition": "model.parentkey[arrayIndex].licensetype == ''license_free''"}, {"type": "template", "title": "剽窃チェック", "template": "", "title_i18n": {"en": "Check Plagiarism", "ja": "剽窃チェック"}}, {"key": "parentkey[].accessrole", "type": "radios", "title": "アクセス", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do not Publish", "ja": "公開しない"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}}, {"key": "parentkey[].date[0].dateValue", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.parentkey[arrayIndex].accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey[].groups", "type": "select", "title": "グループ", "titleMap": [], "condition": "model.parentkey[arrayIndex].accessrole == ''open_login''", "title_i18n": {"en": "Group", "ja": "グループ"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Co-user List", "ja": "共同利用者リスト"}}', + false, + 2 +), +( + '2021-03-17 07:24:57.659643', + '2021-03-17 07:24:57.659659', + 30009, + 'Usage Report', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_usage_report": {"type": "string", "title": "Usage Report", "format": "textarea", "title_i18n": {"en": "", "ja": ""}}}}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_usage_report", "type": "textarea", "title": "Usage Report", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}}], "title_i18n": {"en": "Usage Report", "ja": "利用報告"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_usage_report", "type": "textarea", "title": "Usage Report", "title_i18n": {"en": "Usage Report", "ja": "利用報告"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Usage Report", "ja": "利用報告"}}', + false, + NULL +), +( + '2021-03-17 07:26:01.688604', + '2021-03-20 11:00:40.111621', + 30010, + 'Stop/Continue', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_stop/continue": {"enum": ["Stop", "Continue"], "type": "string", "title": "Stop/Continue", "format": "radios"}}}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_stop/continue", "type": "radios", "title": "Stop/Continue", "titleMap": [{"name": "Stop", "value": "Stop", "name_i18n": {"en": "Stop", "ja": "終了"}}, {"name": "Continue", "value": "Continue", "name_i18n": {"en": "Continue", "ja": "継続"}}], "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}}], "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_stop/continue", "type": "radios", "title": "Stop/Continue", "titleMap": [{"name": "Stop", "value": "Stop", "name_i18n": {"en": "Stop", "ja": "終了"}}, {"name": "Continue", "value": "Continue", "name_i18n": {"en": "Continue", "ja": "継続"}}], "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Stop/Continue", "ja": "終了/継続"}}', + false, + NULL +), +( + '2021-03-17 07:26:53.291812', + '2021-04-23 06:40:28.428357', + 30011, + 'WF Issued Date', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_wf_issued_date": {"type": "string", "title": "WF Issued Date", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}, "subitem_restricted_access_wf_issued_date_type": {"enum": ["Created"], "type": "string", "title": "WF Issued Date Type", "format": "select", "default": "Created"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_wf_issued_date", "type": "template", "title": "WF Issued Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_restricted_access_wf_issued_date_type", "type": "select", "title": "WF Issued Date Type", "readonly": true, "titleMap": [{"name": "Created", "value": "Created"}], "htmlClass": "hide", "title_i18n": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}}], "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_wf_issued_date", "type": "template", "title": "WF Issued Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey[].subitem_restricted_access_wf_issued_date_type", "type": "select", "title": "WF Issued Date Type", "readonly": true, "titleMap": [{"name": "Created", "value": "Created"}], "htmlClass": "hide", "title_i18n": {"en": "WF Issued Date Type", "ja": "WF起票日タイプ"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "WF Issued Date", "ja": "WF起票日"}}', + false, + NULL +), +( + '2021-03-17 07:27:35.919692', + '2021-04-23 06:14:46.033832', + 30012, + 'Application Date', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_application_date": {"type": "string", "title": "Application Date", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}, "subitem_restricted_access_application_date_type": {"enum": ["Issued"], "type": "string", "title": "Application Date Type", "format": "select", "default": "Issued"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_application_date", "type": "template", "title": "Application Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_restricted_access_application_date_type", "type": "select", "title": "Application Date Type", "readonly": true, "titleMap": [{"name": "Issued", "value": "Issued"}], "htmlClass": "hide", "title_i18n": {"en": "Application Date Type", "ja": "申請日タイプ"}}], "title_i18n": {"en": "Application Date", "ja": "申請日"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_application_date", "type": "template", "title": "Application Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Application Date", "ja": "申請日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey[].subitem_restricted_access_application_date_type", "type": "select", "title": "Application Date Type", "readonly": true, "titleMap": [{"name": "Issued", "value": "Issued"}], "htmlClass": "hide", "title_i18n": {"en": "Application Date Type", "ja": "申請日タイプ"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Application Date", "ja": "申請日"}}', + false, + NULL +), +( + '2021-03-17 07:28:28.512121', + '2021-04-23 06:23:24.884281', + 30013, + 'Approval Date', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_approval_date": {"type": "string", "title": "Approval Date", "format": "datetime", "title_i18n": {"en": "", "ja": ""}}, "subitem_restricted_access_approval_date_type": {"enum": ["Accepted"], "type": "string", "title": "Approval Date Type", "format": "select", "default": "Accepted"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_approval_date", "type": "template", "title": "Approval Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.subitem_restricted_access_approval_date_type", "type": "select", "title": "Approval Date Type", "readonly": true, "titleMap": [{"name": "Accepted", "value": "Accepted"}], "htmlClass": "hide", "title_i18n": {"en": "Approval Date Type", "ja": "承認日タイプ"}}], "title_i18n": {"en": "Approval Date", "ja": "承認日"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_approval_date", "type": "template", "title": "Approval Date", "format": "yyyy-MM-dd", "title_i18n": {"en": "Approval Date", "ja": "承認日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey[].subitem_restricted_access_approval_date_type", "type": "select", "title": "Approval Date Type", "readonly": true, "titleMap": [{"name": "Accepted", "value": "Accepted"}], "htmlClass": "hide", "title_i18n": {"en": "Approval Date Type", "ja": "承認日タイプ "}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Approval Date", "ja": "承認日"}}', + false, + NULL +), +( + '2021-03-17 07:29:24.753455', + '2021-03-19 13:07:03.128599', + 30014, + 'Item Title', + '{"type": "object", "format": "object", "properties": {"subitem_restricted_access_item_title": {"type": "string", "title": "Item Title", "format": "text"}}, "system_prop": true}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.subitem_restricted_access_item_title", "type": "text", "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}], "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].subitem_restricted_access_item_title", "type": "text", "title": "Item Title", "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Item Title", "ja": "アイテムタイトル"}}', + false, + NULL +), +( + '2021-03-10 12:46:02.207361', + '2021-07-23 10:00:35.270203', + 30015, + '制限公開用のコンテンツファイル', + '{"type": "object", "format": "object", "properties": {"url": {"type": "object", "title": "本文URL", "format": "object", "properties": {"url": {"type": "string", "title": "本文URL", "format": "text", "title_i18n": {"en": "", "ja": ""}}, "label": {"type": "string", "title": "ラベル", "format": "text"}, "objectType": {"enum": [null, "abstract", "dataset", "fulltext", "software", "summary", "thumbnail", "other"], "type": "string", "title": "オブジェクトタイプ", "format": "select"}}}, "terms": {"enum": [], "type": ["string", "number", "null"], "title": "利用規約", "format": "select"}, "format": {"type": "string", "title": "フォーマット", "format": "text"}, "groups": {"enum": [], "type": "string", "title": "グループ名", "format": "select"}, "provide": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"role": {"enum": [], "type": ["string", "number", "null"], "title": "ロール", "format": "select", "currentEnum": []}, "workflow": {"enum": [], "type": ["string", "number", "null"], "title": "ワークフロー", "format": "select", "currentEnum": []}}}, "title": "提供方法", "format": "array"}, "version": {"type": "string", "title": "バージョン情報", "format": "text"}, "dataType": {"enum": ["life", "accumulation", "combinational_analysis", "perfectures", "location_information"], "type": ["string", "null"], "title": "データタイプ", "format": "select"}, "fileDate": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"fileDateType": {"enum": [null, "Accepted", "Collected", "Copyrighted", "Issued", "Submitted", "Updated", "Valid"], "type": ["null", "string"], "title": "日付タイプ", "format": "select"}, "fileDateValue": {"type": "string", "title": "日付", "format": "datetime"}}}, "title": "日付", "format": "array"}, "filename": {"enum": [], "type": "string", "title": "表示名", "format": "select"}, "filesize": {"type": "array", "items": {"type": "object", "format": "object", "properties": {"value": {"type": "string", "title": "サイズ", "format": "text"}}}, "title": "サイズ", "format": "array"}, "accessdate": {"type": "string", "title": "公開日", "format": "datetime"}, "accessrole": {"enum": ["open_access", "open_date", "open_login", "open_no", "open_restricted"], "type": "string", "title": "アクセス", "format": "radios", "default": "open_restricted"}, "displaytype": {"enum": ["detail", "simple", "preview"], "type": "string", "title": "表示形式", "format": "select"}, "licensefree": {"type": "string", "title": " ", "format": "textarea"}, "licensetype": {"enum": [], "type": "string", "title": "ライセンス", "format": "select"}, "termsDescription": {"type": "string", "title": " ", "format": "textarea", "title_i18n": {"en": "", "ja": ""}}}}', + '{"key": "parentkey", "type": "fieldset", "items": [{"key": "parentkey.filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html"}, {"key": "parentkey.url", "type": "fieldset", "items": [{"key": "parentkey.url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "disableSuccessState": true}, {"key": "parentkey.url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "parentkey.url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}}, {"key": "parentkey.format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "parentkey.filesize", "items": [{"key": "parentkey.filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "parentkey.fileDate", "items": [{"key": "parentkey.fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "parentkey.fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}}, {"key": "parentkey.version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "parentkey.displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}}, {"key": "parentkey.licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}}, {"key": "parentkey[].licensefree", "type": "textarea", "title": " ", "condition": "model.parentkey.licensetype == ''license_free''"}, {"key": "parentkey.accessrole", "type": "radios", "title": "アクセス", "default": "open_restricted", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open Access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do Not Publish", "ja": "公開しない"}}, {"name": "制限公開", "value": "Limited Access", "name_i18n": {"en": "Limited Access", "ja": "制限公開"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}}, {"key": "parentkey.accessdate", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.parentkey[arrayIndex].accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey.groups", "type": "select", "title": "グループ名", "titleMap": [], "condition": "model.parentkey[arrayIndex].accessrole == ''open_date'' || model.parentkey[arrayIndex].accessrole == ''open_login''", "title_i18n": {"en": "Group", "ja": "グループ名"}}, {"key": "parentkey.dataType", "type": "select", "title": "データタイプ", "titleMap": [{"name": "Life", "value": "life", "name_i18n": {"en": "Life", "ja": "ライフ"}}, {"name": "Accumulation", "value": "accumulation", "name_i18n": {"en": "Accumulation", "ja": "累積"}}, {"name": "Combinational Analysis", "value": "combinational_analysis", "name_i18n": {"en": "Combinational Analysis", "ja": "組合せ分析"}}, {"name": "Perfectures", "value": "perfectures", "name_i18n": {"en": "Perfectures", "ja": "都道府県"}}, {"name": "Location Information", "value": "location_information", "name_i18n": {"en": "Location Information", "ja": "地点情報"}}], "condition": "model.parentkey.accessrole == ''open_restricted''", "title_i18n": {"en": "Data Type", "ja": "データタイプ"}}, {"add": "New", "key": "parentkey.provide", "items": [{"key": "parentkey.provide[].workflow", "type": "select", "title": "ワークフロー", "titleMap": [], "title_i18n": {"en": "WorkFlow", "ja": "ワークフロー"}}, {"key": "parentkey.provide[].role", "type": "select", "title": "ロール", "titleMap": [], "title_i18n": {"en": "Role", "ja": "ロール"}}], "style": {"add": "btn-success"}, "title": "提供方法", "condition": "model.parentkey.accessrole == ''open_restricted''", "title_i18n": {"en": "Providing Method", "ja": "提供方法"}}, {"key": "parentkey.terms", "type": "select", "title": "利用規約", "titleMap": [], "condition": "model.parentkey.accessrole == ''open_restricted''", "title_i18n": {"en": "Terms and Conditions", "ja": "利用規約"}}, {"key": "parentkey.termsDescription", "type": "textarea", "title": " ", "condition": "model.parentkey.accessrole == ''open_restricted'' && model.parentkey.terms== ''term_free''"}], "title_i18n": {"en": "Restricted Access Content File", "ja": "制限公開用のコンテンツファイル"}}', + '{"add": "New", "key": "parentkey", "items": [{"key": "parentkey[].filename", "type": "template", "title": "表示名", "onChange": "fileNameSelect(this, form, modelValue)", "titleMap": [], "title_i18n": {"en": "FileName", "ja": "表示名"}, "templateUrl": "/static/templates/weko_deposit/datalist.html"}, {"key": "parentkey[].url", "type": "fieldset", "items": [{"key": "parentkey[].url.url", "type": "text", "title": "本文URL", "feedback": false, "title_i18n": {"en": "Text URL", "ja": "本文URL"}, "fieldHtmlClass": "file-text-url", "disableSuccessState": true}, {"key": "parentkey[].url.label", "type": "text", "title": "ラベル", "feedback": false, "title_i18n": {"en": "Label", "ja": "ラベル"}, "disableSuccessState": true}, {"key": "parentkey[].url.objectType", "type": "select", "title": "オブジェクトタイプ", "feedback": false, "titleMap": [{"name": "abstract", "value": "abstract", "name_i18n": {"en": "abstract", "ja": "abstract"}}, {"name": "dataset", "value": "dataset", "name_i18n": {"en": "dataset", "ja": "dataset"}}, {"name": "fulltext", "value": "fulltext", "name_i18n": {"en": "fulltext", "ja": "fulltext"}}, {"name": "software", "value": "software", "name_i18n": {"en": "software", "ja": "software"}}, {"name": "summary", "value": "summary", "name_i18n": {"en": "summary", "ja": "summary"}}, {"name": "thumbnail", "value": "thumbnail", "name_i18n": {"en": "thumbnail", "ja": "thumbnail"}}, {"name": "other", "value": "other", "name_i18n": {"en": "other", "ja": "other"}}], "title_i18n": {"en": "Object Type", "ja": "オブジェクトタイプ"}, "disableSuccessState": true}], "title": "本文URL", "title_i18n": {"en": "Text URL", "ja": "本文URL"}}, {"key": "parentkey[].format", "type": "text", "title": "フォーマット", "title_i18n": {"en": "Format", "ja": "フォーマット"}}, {"add": "New", "key": "parentkey[].filesize", "items": [{"key": "parentkey[].filesize[].value", "type": "text", "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}], "style": {"add": "btn-success"}, "title": "サイズ", "title_i18n": {"en": "Size", "ja": "サイズ"}}, {"add": "New", "key": "parentkey[].fileDate", "items": [{"key": "parentkey[].fileDate[].fileDateType", "type": "select", "title": "日付タイプ", "titleMap": [{"name": "Accepted", "value": "Accepted"}, {"name": "Collected", "value": "Collected"}, {"name": "Copyrighted", "value": "Copyrighted"}, {"name": "Issued", "value": "Issued"}, {"name": "Submitted", "value": "Submitted"}, {"name": "Updated", "value": "Updated"}, {"name": "Valid", "value": "Valid"}], "title_i18n": {"en": "Date Type", "ja": "日付タイプ"}}, {"key": "parentkey[].fileDate[].fileDateValue", "type": "template", "title": "日付", "format": "yyyy-MM-dd", "title_i18n": {"en": "Date", "ja": "日付"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}], "style": {"add": "btn-success"}, "title": "日付", "title_i18n": {"en": "Date", "ja": "日付"}}, {"key": "parentkey[].version", "type": "text", "title": "バージョン情報", "title_i18n": {"en": "Version Information", "ja": "バージョン情報"}}, {"key": "parentkey[].displaytype", "type": "select", "title": "表示形式", "titleMap": [{"name": "詳細表示", "value": "detail", "name_i18n": {"en": "Detail", "ja": "詳細表示"}}, {"name": "簡易表示", "value": "simple", "name_i18n": {"en": "Simple", "ja": "簡易表示"}}, {"name": "プレビュー", "value": "preview", "name_i18n": {"en": "Preview", "ja": "プレビュー"}}], "title_i18n": {"en": "Preview", "ja": "表示形式"}}, {"key": "parentkey[].licensetype", "type": "select", "title": "ライセンス", "titleMap": [], "title_i18n": {"en": "License", "ja": "ライセンス"}}, {"key": "parentkey[].licensefree", "type": "textarea", "title": " ", "condition": "model.parentkey[arrayIndex].licensetype == ''license_free''"}, {"key": "parentkey[].accessrole", "type": "radios", "title": "アクセス", "default": "open_restricted", "titleMap": [{"name": "オープンアクセス", "value": "open_access", "name_i18n": {"en": "Open Access", "ja": "オープンアクセス"}}, {"name": "オープンアクセス日を指定する", "value": "open_date", "name_i18n": {"en": "Input Open Access Date", "ja": "オープンアクセス日を指定する"}}, {"name": "ログインユーザのみ", "value": "open_login", "name_i18n": {"en": "Registered User Only", "ja": "ログインユーザのみ"}}, {"name": "公開しない", "value": "open_no", "name_i18n": {"en": "Do Not Publish", "ja": "公開しない"}}, {"name": "制限公開", "value": "open_restricted", "name_i18n": {"en": "Limited Access", "ja": "制限公開"}}], "title_i18n": {"en": "Access", "ja": "アクセス"}}, {"key": "parentkey[].accessdate", "type": "template", "title": "公開日", "format": "yyyy-MM-dd", "condition": "model.parentkey[arrayIndex].accessrole == ''open_date''", "title_i18n": {"en": "Opendate", "ja": "公開日"}, "templateUrl": "/static/templates/weko_deposit/datepicker.html"}, {"key": "parentkey[].groups", "type": "select", "title": "グループ名", "titleMap": [], "condition": "model.parentkey[arrayIndex].accessrole == ''open_date'' || model.parentkey[arrayIndex].accessrole == ''open_login''", "title_i18n": {"en": "Group", "ja": "グループ名"}}, {"key": "parentkey[].dataType", "type": "select", "title": "データタイプ", "titleMap": [{"name": "Life", "value": "life", "name_i18n": {"en": "Life", "ja": "ライフ"}}, {"name": "Accumulation", "value": "accumulation", "name_i18n": {"en": "Accumulation", "ja": "累積"}}, {"name": "Combinational Analysis", "value": "combinational_analysis", "name_i18n": {"en": "Combinational Analysis", "ja": "組合せ分析"}}, {"name": "Perfectures", "value": "perfectures", "name_i18n": {"en": "Perfectures", "ja": "都道府県"}}, {"name": "Location Information", "value": "location_information", "name_i18n": {"en": "Location Information", "ja": "地点情報"}}], "condition": "model.parentkey[arrayIndex].accessrole == ''open_restricted''", "title_i18n": {"en": "Data Type", "ja": "データタイプ"}}, {"add": "New", "key": "parentkey[].provide", "items": [{"key": "parentkey[].provide[].workflow", "type": "select", "title": "ワークフロー", "titleMap": [], "title_i18n": {"en": "WorkFlow", "ja": "ワークフロー"}}, {"key": "parentkey[].provide[].role", "type": "select", "title": "ロール", "titleMap": [], "title_i18n": {"en": "Role", "ja": "ロール"}}], "style": {"add": "btn-success"}, "title": "提供方法", "condition": "model.parentkey[arrayIndex].accessrole == ''open_restricted''", "title_i18n": {"en": "Providing Method", "ja": "提供方法"}}, {"key": "parentkey[].terms", "type": "select", "title": "利用規約", "titleMap": [], "condition": "model.parentkey[arrayIndex].accessrole == ''open_restricted''", "title_i18n": {"en": "Terms and Conditions", "ja": "利用規約"}}, {"key": "parentkey[].termsDescription", "type": "textarea", "title": " ", "condition": "model.parentkey[arrayIndex].accessrole == ''open_restricted'' && model.parentkey[arrayIndex].terms== ''term_free''"}], "style": {"add": "btn-success"}, "title_i18n": {"en": "Restricted Access Content File", "ja": "制限公開用のコンテンツファイル"}}', + false, + NULL +) +ON CONFLICT (id) DO NOTHING; + + +-- +-- Data for Name: index; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +WITH general_role AS ( + SELECT id FROM accounts_role WHERE name = 'General' +) +INSERT INTO index (created, updated, id, parent, "position", index_name, index_name_english, index_link_name, index_link_name_english, harvest_spec, index_link_enabled, comment, more_check, display_no, harvest_public_state, display_format, image_name, public_state, public_date, recursive_public_state, rss_status, coverpage_state, recursive_coverpage_check, browsing_role, recursive_browsing_role, contribute_role, recursive_contribute_role, browsing_group, recursive_browsing_group, contribute_group, recursive_contribute_group, owner_user_id, item_custom_sort, biblio_flag, online_issn, is_deleted) VALUES +( + '2023-12-26 00:58:30.451000', + '2023-12-26 00:59:04.577000', + 1703552310404, + 0, + -100, + '利用申請', + 'Usage Application', + '', + 'New Index', + '', + false, + '', + false, + 5, + false, + 1, + '', + false, + NULL, + false, + false, + false, + false, + (SELECT CONCAT('3,', id, ',-98,-99') FROM general_role), + false, + (SELECT CONCAT('1,2,3,4,', id, ',-98,-99') FROM general_role), + false, + '', + false, + '', + false, + 1, + '{}', + false, + false, + false +), +( + '2021-03-20 07:15:32.798837', + '2021-03-20 07:15:55.192712', + '1616224532673', + 0, + -99, + '利用報告', + 'Data Usage Report', + '', + 'New Index', + '', + false, + '', + false, + 5, + true, + 1, + '', + false, + NULL, + false, + false, + false, + false, + '3,-98,-99', + false, + '1,2,3,4,-98,-99', + false, + '', + false, + '', + false, + 1, + '{}', + false, + false, + false +) +ON CONFLICT (id) DO NOTHING; + +-- +-- Data for Name: workflow_flow_define; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO workflow_flow_define (status, created, updated, id, flow_id, flow_name, flow_user, flow_status, is_deleted, flow_type, repository_id) VALUES +( + 'N', + '2021-03-20 07:30:09.519', + '2021-03-20 07:30:16.883', + 31001, + 'cc3aa348-f0da-4cef-b404-ffaabb1d5894', + '利用報告/Data Usage Report', + 1, + 'A', + false, + 1, + 'Root Index' +), +( + 'N', + '2021-03-20 07:30:09.519', + '2021-03-20 07:30:16.883', + 31002, + 'a6ff688f-4b53-457c-9b5c-e5d4cc3b3068', + 'default_利用申請フロー', + 1, + 'A', + false, + 1, + 'Root Index' +) +ON CONFLICT (id) DO NOTHING; + +-- +-- Data for Name: workflow_flow_action; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO workflow_flow_action (status, created, updated, id, flow_id, action_id, action_version, action_order, action_condition, action_status, action_date, send_mail_setting) VALUES +( + 'N', + '2021-03-20 07:30:09.521997', + '2021-03-20 07:30:09.522027', + 31001, + 'cc3aa348-f0da-4cef-b404-ffaabb1d5894', + 1, + '1.0.0', + 1, + NULL, + 'A', + '2021-03-20 07:30:09.522099', + NULL +), +( + 'N', + '2021-03-20 07:30:16.884187', + '2021-03-20 07:30:16.884216', + 31003, + 'cc3aa348-f0da-4cef-b404-ffaabb1d5894', + 3, + '1.0.1', + 2, + NULL, + 'A', + '2021-03-20 07:30:16.884234', + NULL +), +( + 'N', + '2021-03-20 07:30:16.889104', + '2021-03-20 07:30:16.889135', + 31004, + 'cc3aa348-f0da-4cef-b404-ffaabb1d5894', + 4, + '2.0.0', + 3, + NULL, + 'A', + '2021-03-20 07:30:16.889152', + NULL +), +( + 'N', + '2021-03-20 07:30:09.523561', + '2021-03-20 07:30:16.89222', + 31002, + 'cc3aa348-f0da-4cef-b404-ffaabb1d5894', + 2, + '1.0.0', + 4, + NULL, + 'A', + '2021-03-20 07:30:09.523607', + NULL +), +( + 'N', + '2023-12-21 17:39:39.354000', + '2023-12-26 10:01:15.437000', + 31005, + 'a6ff688f-4b53-457c-9b5c-e5d4cc3b3068', + 1, + '1.0.0', + 1, + NULL, + 'A', + '2023-12-21 17:39:39.354000', + '{}' +), +( + 'N', + '2023-12-21 17:40:15.923000', + '2023-12-26 10:01:15.439000', + 31006, + 'a6ff688f-4b53-457c-9b5c-e5d4cc3b3068', + 3, + '1.0.1', + 2, + NULL, + 'A', + '2023-12-21 17:40:15.923000', + '{}' +), +( + 'N', + '2023-12-21 17:40:15.930000', + '2023-12-26 10:01:15.454000', + 31007, + 'a6ff688f-4b53-457c-9b5c-e5d4cc3b3068', + 4, + '2.0.0', + 3, + NULL, + 'A', + '2023-12-21 17:40:15.930000', + '{}' +), +( + 'N', + '2023-12-21 17:39:39.356000', + '2023-12-26 10:01:15.456000', + 31008, + 'a6ff688f-4b53-457c-9b5c-e5d4cc3b3068', + 2, + '1.0.0', + 4, + NULL, + 'A', + '2023-12-21 17:39:39.356000', + '{}' +) +ON CONFLICT (id) DO NOTHING; + +-- +-- Data for Name: workflow_workflow; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO workflow_workflow (status, created, updated, id, flows_id, flows_name, itemtype_id, index_tree_id, flow_id, is_deleted, open_restricted, is_gakuninrdm, repository_id) VALUES +( + 'N', + '2021-03-20 07:31:06.962251', + '2021-03-20 07:31:06.962297', + 31001, + 'cc3aa348-f0da-4cef-b404-ffaabb1d5894', + '利用報告/Data Usage Report', + 31003, + NULL, + 31001, + false, + false, + false, + 'Root Index' +), +( + 'N', + '2023-12-22 09:42:38.833000', + '2023-12-22 09:42:38.833000', + 31002, + '98c4f391-595c-4cc7-90b7-468c57a80e51', + '利用申請', + 31001, + 1703552310404, + 31002, + false, + true, + false, + 'Root Index' +) +ON CONFLICT (id) DO NOTHING; + +INSERT INTO workflow_userrole (status, created, updated, workflow_id, role_id) VALUES +('N', '2023-12-26 10:03:13.864000', '2023-12-26 10:03:13.864000', 31002, 3), +('N', '2023-12-26 10:03:13.866000', '2023-12-26 10:03:13.866000', 31002, 4) +ON CONFLICT (workflow_id, role_id) DO NOTHING; + +-- +-- Delete data mail template genres. +-- + +-- DELETE FROM public.mail_template_genres; + +-- +-- Data for Name: mail_genres; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO public.mail_template_genres (id, name) VALUES +(1, 'Notification of secret URL provision'), +(2, 'Guidance to the application form'), +(3, 'Others') +ON CONFLICT (id) DO NOTHING; + +-- +-- Delete data mail templates. +-- + +-- DELETE FROM public.mail_templates; + +-- +-- Data for Name: mail_templates; Type: TABLE DATA; Schema: public; Owner: invenio +-- + +INSERT INTO public.mail_templates (id, mail_subject, mail_body, default_mail, genre_id) VALUES +( + 1, + '利用申請登録のご案内/Register Application for Use', + '[restricted_site_name_ja]です。 +下記のリンクにアクセスしていただき、利用申請の登録を行ってください。 + +[url_guest_user] + +*ブラウザの戻るボタンを利用して、前画面へ戻る操作は非推奨です。 +*前のアクションに戻る場合は、画面中央の戻るボタンを、ランディングページに戻る場合は左下にあるボタンを利用してください。 + +このメールは自動送信されているので返信しないでください。 +お問い合わせは下記までお願いします。また、このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +This is a message from [restricted_site_name_en]. +Please access the link below and register your Application. + +[url_guest_user] + +Browser back buttons to return to the previous action are deprecated. +To return to the previous action, please use the back button in the center of the screen, and to return to the landing page, please use the button in the lower left corner. + +Please do not reply to this email as it has been sent automatically. +Please direct all inquiries to the following address. +Also, if you received this message in error, please notify [restricted_site_name_en]. + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 2 +), +( + 2, + 'データ利用申請の受付のお知らせ/Your Application was Received', + '[restricted_university_institution] +[restricted_fullname] 様 + +[restricted_institution_name_ja]です。 +[restricted_site_name_ja]をご利用いただいて、ありがとうございます。 + +下記の利用申請を受け付けました。 + +申請番号: [restricted_activity_id] +登録者名: [restricted_fullname] +メールアドレス: [restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +[restricted_institution_name_ja]で審査しますので、結果の連絡をお待ちください。 + +このメールは自動送信されているので返信しないでください。 +お問い合わせは下記までお願いします。また、このメールに心当たりのない方は、[restricted_institution_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname], + +This is a message from [restricted_institution_name_en]. +Thank you for using [restricted_site_name_en]. + +We received the below application: + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +You will be notified once the application is approved. + +Please do not reply to this email as it has been sent automatically. +Please direct all inquiries to the following address. +Also, if you received this message in error, please notify [restricted_institution_name_en]. + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 3, + 'データ利用申請の承認のお願い(ログインユーザー向け)/Request for Approval of Application for Use (for logged in users)', + '[advisor_university_institution] +[advisor_fullname] 様 +[restricted_site_name_ja]です。 +[advisor_university_institution] [advisor_fullname]様から以下のデータの利用申請がありました。 + +申請番号:[restricted_activity_id] +登録者名:[restricted_fullname] +メールアドレス:[restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +ご自身のアカウントにログインして、ワークフローより上記の申請内容をご確認ください。 +「承認」または「却下」のボタンをクリックしてください。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [advisor_fullname], + +This is a message from [restricted_site_name_en]. +We received the below application from [restricted_university_institution] [restricted_fullname] + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +Please log in your account and From [Workflow], confirm the above application by clicking on “approve” or “reject”. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 4, + '利用申請の承認のお知らせ(ログインユーザー向け)/Your application was approved (for logged in users)', + '[restricted_university_institution] +[restricted_fullname] 様 + +この度は、[restricted_site_name_ja]をご利用いただきありがとうございます。 + +下記の利用申請を承認しました。 + +申請番号:[restricted_activity_id] +登録者名:[restricted_fullname] +メールアドレス:[restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +ご申請いただいたコンテンツは、次のページよりダウンロードすることができます。 + +[landing_url] + +上記アドレスより[restricted_site_name_ja]にアクセスいただき、ご登録いただいたアカウントでログインをして下さい。 +ログインしていただけますと、ダウンロードボタンより申請いただいたデータをダウンロードすることができます。 + +ダウンロードは[restricted_expiration_count][restricted_expiration_count_ja]回まで可能です。 +ダウンロード期限は[restricted_expiration_date][restricted_expiration_date_ja]までなので、期限内に必ず保存してください。 +ダウンロード回数が上限を超えたり、ダウンロード期限を過ぎると、再申請が必要になります。 + +今後とも[restricted_site_name_ja]をよろしくお願いします。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname], + +Thank you for using [restricted_site_name_en]. +Your application below has been approved. + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +The data can be downloaded from the address below. + +[landing_url] + +Please access [restricted_site_name_en] from the above address and login with your registered account. +If you logged in, you will be able to download the submitted data from the download button. + +You can download up to [restricted_expiration_count][restricted_expiration_count_en] times. +This URL is valid until [restricted_expiration_date][restricted_expiration_date_en], so please be sure to save the file before the deadline. +If the number of downloads exceeds the limit or the download deadline has passed, you will need to reapply. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 5, + '利用申請の審査結果について(ログインユーザー向け)/The results of the review of your application (for logged in users)', + '[restricted_university_institution] +[restricted_fullname] 様 + +この度は、[restricted_site_name_ja]をご利用いただきありがとうございます。 +申請いただいた内容をもとに、所内で慎重な検討を重ねましたが、今回はコンテンツの提供を見送らせていただくこととなりました。 + +申請番号: [restricted_activity_id] +登録者名: [restricted_fullname] +メールアドレス: [restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +ご申請いただいたにも関わらず、このような返事となり大変申し訳ございません。 +今後とも[restricted_site_name_ja]をよろしくお願いします。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname], + +Thank you for using [restricted_site_name_en]. +Based on the content of your application, after careful consideration within our office, +we have decided not to provide the content at this time. + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +We are very sorry for this reply despite your application. +Thank you for your continued support of [restricted_site_name_en]. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 6, + '利用報告の登録のお願い/Request for register Data Usage Report', + '[restricted_site_name_ja]です。 +下記で申請いただいたデータについてダウンロードされたことを確認しました。 + +申請番号: [restricted_usage_activity_id] +登録者名: [restricted_fullname] +メールアドレス: [restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +ダウンロードしたデータについて、下記のリンクから利用報告の登録をお願いします。 + +[usage_report_url] + +このメールは自動送信されているので返信しないでください。 +お問い合わせは下記までお願いします。また、このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +This is a message from [restricted_site_name_en]. +We have confirmed that the dataset which you registered at below has been downloaded. + +Application No.:[restricted_usage_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +For the downloaded data, please register the Data Usage Report by the link below. + +[usage_report_url] + +Please do not reply to this email as it has been sent automatically. +Please direct all inquiries to the following address. +Also, if you received this message in error, please notify [restricted_site_name_en]. + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail] +', + true, + 3 +), +( + 7, + '利用報告の登録のお願い/Request for register Data Usage Report', + '[restricted_site_name_ja]です。 +現時点で、下記の利用報告が登録されていません + +報告番号:[restricted_activity_id] +登録者名:[restricted_fullname] +メールアドレス:[restricted_mail_address] +所属機関:[restricted_university_institution] +利用データ:[restricted_data_name] +データダウンロード日:[data_download_date] + +下記のリンクから利用報告の登録をお願いします。 + +[usage_report_url] + +このメールは自動送信されているので返信しないでください。 +お問い合わせは下記までお願いします。また、このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +This is a message from [restricted_site_name_en]. +At this time, the Data Usage Report below has not been registered. + +Usage Report No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Usage Dataset:[restricted_data_name] +Download date:[data_download_date] + +Please register the Data Usage Report from the link below. + +[usage_report_url] + +Please do not reply to this email as it has been sent automatically. + +Please direct all inquiries to the following address. +Also, if you received this message in error, please notify [restricted_site_name_en]. + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail] +', + true, + 3 +), +( + 8, + 'データ利用申請の承認のお願い(ゲストユーザー向け)/Request for Approval of Application for Use (for guest user)', + '[advisor_university_institution] +[advisor_fullname] 様 + +[restricted_site_name_ja]です。 +[advisor_university_institution] [advisor_fullname]様から以下のデータの利用申請がありました。 + +申請番号:[restricted_activity_id] +登録者名:[restricted_fullname] +メールアドレス:[restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +ご自身のアカウントにログインして、ワークフローより上記の申請内容をご確認ください。 +「承認」または「却下」のボタンをクリックしてください。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [advisor_fullname], + +This is a message from [restricted_site_name_en]. +We received the below application from [restricted_university_institution] [restricted_fullname] + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +Please log in your account and From [Workflow], confirm the above application by clicking on “approve” or “reject”. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 9, + '利用申請の承認のお知らせ(ゲストユーザー向け)/Guest''s application was approved (for guest user)', + '[restricted_university_institution] +[restricted_fullname] 様 + +この度は、[restricted_site_name_ja]をご利用いただきありがとうございます。 + +下記の利用申請を承認しました。 + +申請番号:[restricted_activity_id] +登録者名:[restricted_fullname] +メールアドレス:[restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +申請いただいたコンテンツは、次のリンクアドレスよりダウンロードすることができます。 + +[restricted_download_link] + +リンクアドレスをクリックすると、メールアドレスの入力が必要となります。 +利用申請の際に登録されたメールアドレスを入力頂きますと、申請いただいたコンテンツをダウンロードすることができます。 + +ダウンロードは[restricted_expiration_count][restricted_expiration_count_ja]回まで可能です。 +ダウンロード期限は[restricted_expiration_date][restricted_expiration_date_ja]までなので、期限内に必ず保存してください。 +ダウンロード回数が上限を超えたり、ダウンロード期限を過ぎると、再申請が必要になります。 + +今後とも[restricted_site_name_ja]をよろしくお願いします。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname] + +Thank you for using [restricted_site_name_en]. +Your application below has been approved. + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +The data can be downloaded from the address below. + +[restricted_download_link] + +If you click the address, you will be required to enter your email address. +You can download the content you have applied for by entering the email address you registered when applying for use. + +You can download up to [restricted_expiration_count][restricted_expiration_count_en] times. +This URL is valid until [restricted_expiration_date][restricted_expiration_date_en], so please be sure to save the file before the deadline. +If the number of downloads exceeds the limit or the download deadline has passed, you will need to reapply. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 10, + '利用申請の審査結果について(ゲストユーザー向け)/The results of the review of your application (for guest user)', + '[restricted_university_institution] +[restricted_fullname] 様 + +この度は、[restricted_site_name_ja]をご利用いただきありがとうございます。 +申請いただいた内容をもとに、所内で慎重な検討を重ねましたが、今回はコンテンツの提供を見送らせていただくこととなりました。 + +申請番号: [restricted_activity_id] +登録者名: [restricted_fullname] +メールアドレス: [restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +ご申請いただいたにも関わらず、このような返事となり大変申し訳ございません。 +今後とも[restricted_site_name_ja]をよろしくお願いします。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname], + +Thank you for using [restricted_site_name_en]. +Based on the content of your application, after careful consideration within our office, +we have decided not to provide the content at this time. + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +We are very sorry for this reply despite your application. +Thank you for your continued support of [restricted_site_name_en]. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 11, + 'シークレットURL提供のお知らせ/Notice of providing secret URL', ' +シークレットURL機能利用者 様 + +[restricted_data_name]に登録されている[file_name]のシークレットURLを作成しました。 + +以下のURLからダウンロードが可能です。 + +ダウンロードURL: +[secret_url] + +有効期限:[restricted_expiration_date]まで有効です +ダウンロード回数:[restricted_download_count]回まで可能です。 + +*本URLは、当該コンテンツを特定の方に共有することを前提として発行されています。 +*セキュリティ保護のため、第三者への転送・共有は固くご遠慮ください。 +*このメールは自動送信されているので返信しないでください。 +*このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear Secret URL Feature User, + +A secret URL has been generated for the file [file_name] registered under [restricted_data_name]. + +You can download the file from the link below: + +Download URL: +[secret_url] + +Expiration Date: Valid until [restricted_expiration_date] +Download Limit: Up to [restricted_download_count] downloads + +Please note the following: + +* This URL is issued on the premise that the content will be shared only with specific intended recipients. +* For security reasons, please refrain from forwarding or sharing this URL with third parties. +* This email was sent automatically; please do not reply. +* If you received this message in error, please notify the [restricted_site_name_en]. + +[restricted_site_name_en]:[restricted_site_url] +Contact: [restricted_site_mail]', + true, + 1 +), +( + 12, + '利用申請のお知らせ / Notice of application for use', + 'データ提供者 様 + +[restricted_institution_name_ja]です。 +[restricted_fullname]様から、ご登録いただいたコンテンツに対して、下記のデータの利用申請がありましたので報告いたします。 + +申請番号: [restricted_activity_id] +登録者名: [restricted_fullname] +メールアドレス: [restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +このメールは自動送信されているので返信しないでください。 +お問い合わせは下記までお願いします。また、このメールに心当たりのない方は、[restricted_institution_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear Data Provider, + +This is a message from [restricted_institution_name_en]. +We received the below application from [restricted_fullname]. + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +Please do not reply to this email as it has been sent automatically. +Please direct all inquiries to the following address. +Also, if you received this message in error, please notify [restricted_institution_name_en]. + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 13, + '利用報告の受付のお知らせ/Your Application was Received', + '[restricted_university_institution] +[restricted_fullname] 様 + +[restricted_institution_name_ja]です。 +[restricted_site_name_ja]をご利用いただいて、ありがとうございます。 + +下記の利用申請を受け付けました。 + +申請番号: [restricted_activity_id] +登録者名: [restricted_fullname] +メールアドレス: [restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +[restricted_institution_name_ja]で審査しますので、結果の連絡をお待ちください。 + +このメールは自動送信されているので返信しないでください。 +お問い合わせは下記までお願いします。また、このメールに心当たりのない方は、[restricted_institution_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname], + +This is a message from [restricted_institution_name_en]. +Thank you for using [restricted_site_name_en]. + +We received the below application: + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +You will be notified once the application is approved. + +Please do not reply to this email as it has been sent automatically. +Please direct all inquiries to the following address. +Also, if you received this message in error, please notify [restricted_institution_name_en]. + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 14, + '利用報告の承認のお知らせ/Guest''s application was approved (for guest user)', + '[restricted_university_institution] +[restricted_fullname] 様 + +この度は、[restricted_site_name_ja]をご利用いただきありがとうございます。 + +下記の利用申請を承認しました。 + +申請番号:[restricted_activity_id] +登録者名:[restricted_fullname] +メールアドレス:[restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +申請いただいたコンテンツは、次のリンクアドレスよりダウンロードすることができます。 + +[restricted_download_link] + +リンクアドレスをクリックすると、メールアドレスの入力が必要となります。 +利用申請の際に登録されたメールアドレスを入力頂きますと、申請いただいたコンテンツをダウンロードすることができます。 + +ダウンロードは[restricted_expiration_date_ja]まで可能です。 +ダウンロード期限は[restricted_expiration_date_ja]までなので、期限内に必ず保存してください。 +ダウンロード回数が上限を超えたり、ダウンロード期限を過ぎると、再申請が必要になります。 + +今後とも[restricted_site_name_ja]をよろしくお願いします。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname] + +Thank you for using [restricted_site_name_en]. +Your application below has been approved. + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +The data can be downloaded from the address below. + +[restricted_download_link] + +If you click the address, you will be required to enter your email address. +You can download the content you have applied for by entering the email address you registered when applying for use. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +), +( + 15, + '利用報告の審査結果について/The results of the review of your application (for guest user)', + '[restricted_university_institution] +[restricted_fullname] 様 + +この度は、[restricted_site_name_ja]をご利用いただきありがとうございます。 +申請いただいた内容をもとに、所内で慎重な検討を重ねましたが、今回はコンテンツの提供を見送らせていただくこととなりました。 + +申請番号: [restricted_activity_id] +登録者名: [restricted_fullname] +メールアドレス: [restricted_mail_address] +所属機関:[restricted_university_institution] +研究題目:[restricted_research_title] +申請データ:[restricted_data_name] +申請年月日:[restricted_application_date] + +ご申請いただいたにも関わらず、このような返事となり大変申し訳ございません。 +今後とも[restricted_site_name_ja]をよろしくお願いします。 + +このメールは自動送信されているので返信しないでください。 +このメールに心当たりのない方は、[restricted_site_name_ja]までご連絡ください。 + +[restricted_site_name_ja]:[restricted_site_url] +問い合わせ窓口:[restricted_site_mail] + +---------------------------------------------------------------------------------- + +Dear [restricted_fullname], + +Thank you for using [restricted_site_name_en]. +Based on the content of your application, after careful consideration within our office, +we have decided not to provide the content at this time. + +Application No.:[restricted_activity_id] +Name:[restricted_fullname] +E-mail:[restricted_mail_address] +Affiliation:[restricted_university_institution] +Title of research:[restricted_research_title] +Dataset requested :[restricted_data_name] +Application date:[restricted_application_date] + +We are very sorry for this reply despite your application. +Thank you for your continued support of [restricted_site_name_en]. + +Please do not reply to this email as it has been sent automatically. +If you received this message in error, please notify the [restricted_site_name_en] + +[restricted_site_name_en]:[restricted_site_url] +E-mail:[restricted_site_mail]', + true, + 3 +) +-- ON CONFLICT (id) DO NOTHING; +-- SecretURL mail template is updated, so use "DO UPDATE" for id=11 +ON CONFLICT (id) +DO UPDATE SET + mail_body = EXCLUDED.mail_body +WHERE EXCLUDED.id = 11; + +-- +-- Name: mail_templates_id_seq; Type: SEQUENCE SET; Schema: public; Owner: invenio +-- + +SELECT pg_catalog.setval('public.mail_templates_id_seq', 16, true); + +-- +-- Upsert admin_settings to enable restricted access features +-- + +INSERT INTO admin_settings(id, name, settings) +VALUES ( + (SELECT MAX(id) + 1 FROM admin_settings), + 'restricted_access' + , '{"error_msg": {"key": "", "content": {"en": {"content": "This data is not available for this user"}, "ja": {"content": "このデータは利用できません(権限がないため)。"}}}, "password_enable": true, "item_application": {"application_item_types": [], "item_application_enable": true}, "display_request_form": true, "terms_and_conditions": [], "content_file_download": {"download_limit": 10, "expiration_date": 30, "download_limit_unlimited_chk": false, "expiration_date_unlimited_chk": false}, "secret_URL_file_download": {"secret_enable": true, "secret_download_limit": 10, "secret_expiration_date": 30, "max_secret_download_limit": 10, "max_secret_expiration_date": 30, "secret_download_limit_unlimited_chk": false, "secret_expiration_date_unlimited_chk": false}, "edit_mail_templates_enable": true, "usage_report_workflow_access": {"expiration_date_access": 500, "expiration_date_access_unlimited_chk": false}, "preview_workflow_approval_enable": true}' +) +ON CONFLICT(name) DO UPDATE +SET + settings = jsonb_set( + jsonb_set( + jsonb_set( + jsonb_set( + jsonb_set( + jsonb_set( + admin_settings.settings + , '{password_enable}' + , 'true'::jsonb + ) + , '{item_application, item_application_enable}' + , 'true'::jsonb + ) + , '{display_request_form}' + , 'true'::jsonb + ) + , '{secret_URL_file_download, secret_enable}' + , 'true'::jsonb + ) + , '{edit_mail_templates_enable}' + , 'true'::jsonb + ) + , '{preview_workflow_approval_enable}' + , 'true'::jsonb + ); + +SELECT pg_catalog.setval('public.admin_settings_id_seq', (SELECT MAX(id) FROM admin_settings), true); + +-- +-- Update settings for existing restricted access configuration +-- add: max_secret_download_limit, max_secret_expiration_date +-- update: secret_expiration_date, secret_download_limit, expiration_date, download_limit +-- + +WITH updated_max_limit AS ( + SELECT + id, + settings, + CASE + WHEN NOT (settings->'secret_URL_file_download' ? 'max_secret_download_limit') + THEN jsonb_set( + settings, + '{secret_URL_file_download}', + (settings->'secret_URL_file_download' || '{"max_secret_download_limit": 10}')::jsonb + ) + ELSE settings + END AS max_limit + FROM admin_settings + WHERE name = 'restricted_access' +), +updated_max_expiration AS ( + SELECT + id, + CASE + WHEN NOT (max_limit->'secret_URL_file_download' ? 'max_secret_expiration_date') + THEN jsonb_set( + max_limit, + '{secret_URL_file_download}', + (max_limit->'secret_URL_file_download' || '{"max_secret_expiration_date": 30}')::jsonb + ) + ELSE max_limit + END AS max_expiration + FROM updated_max_limit +), +updated_secret_expiration AS ( + SELECT + id, + CASE + WHEN (max_expiration->'secret_URL_file_download'->>'secret_expiration_date_unlimited_chk')::boolean = true + AND (max_expiration->'secret_URL_file_download'->>'secret_expiration_date')::int = 9999999 + THEN jsonb_set( + max_expiration, + '{secret_URL_file_download,secret_expiration_date}', + to_jsonb((max_expiration->'secret_URL_file_download'->>'max_secret_expiration_date')::int) + ) + ELSE max_expiration + END AS secret_expiration + FROM updated_max_expiration +), +updated_secret_limit AS ( + SELECT + id, + CASE + WHEN (secret_expiration->'secret_URL_file_download'->>'secret_download_limit_unlimited_chk')::boolean = true + AND (secret_expiration->'secret_URL_file_download'->>'secret_download_limit')::int = 9999999 + THEN jsonb_set( + secret_expiration, + '{secret_URL_file_download,secret_download_limit}', + to_jsonb((secret_expiration->'secret_URL_file_download'->>'max_secret_download_limit')::int) + ) + ELSE secret_expiration + END AS secret_limit + FROM updated_secret_expiration +), +updated_content_expiration AS ( + SELECT + id, + CASE + WHEN (secret_limit->'content_file_download'->>'expiration_date_unlimited_chk')::boolean = true + AND (secret_limit->'content_file_download'->>'expiration_date')::int = 9999999 + THEN jsonb_set( + secret_limit, + '{content_file_download,expiration_date}', + to_jsonb(9999) + ) + ELSE secret_limit + END AS content_expiration + FROM updated_secret_limit +), +updated_content_limit AS ( + SELECT + id, + CASE + WHEN (content_expiration->'content_file_download'->>'download_limit_unlimited_chk')::boolean = true + AND (content_expiration->'content_file_download'->>'download_limit')::int = 9999999 + THEN jsonb_set( + content_expiration, + '{content_file_download,download_limit}', + to_jsonb(9999) + ) + ELSE content_expiration + END AS content_limit + FROM updated_content_expiration +) +UPDATE admin_settings +SET settings = updated_content_limit.content_limit +FROM updated_content_limit +WHERE admin_settings.id = updated_content_limit.id; + +COMMIT;