From 0346471cab7eb5443c14b0ecbc81f4446a2bf707 Mon Sep 17 00:00:00 2001 From: kahokago Date: Tue, 24 Mar 2026 02:48:50 +0000 Subject: [PATCH] Modified text in mebyo schema. --- .../0265_update_registration_schema.py | 16 ++++++++++++++++ .../project/metadata/ms2-mibyodb-metadata.json | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 osf/migrations/0265_update_registration_schema.py diff --git a/osf/migrations/0265_update_registration_schema.py b/osf/migrations/0265_update_registration_schema.py new file mode 100644 index 00000000000..bd613e6ec7e --- /dev/null +++ b/osf/migrations/0265_update_registration_schema.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import migrations +from osf.utils.migrations import UpdateRegistrationSchemasAndSchemaBlocks + + +class Migration(migrations.Migration): + + dependencies = [ + ('osf', '0264_merge_20260218_0749'), + ] + + operations = [ + UpdateRegistrationSchemasAndSchemaBlocks(), + ] diff --git a/website/project/metadata/ms2-mibyodb-metadata.json b/website/project/metadata/ms2-mibyodb-metadata.json index 6c96ecad4c0..5d7a27b9158 100644 --- a/website/project/metadata/ms2-mibyodb-metadata.json +++ b/website/project/metadata/ms2-mibyodb-metadata.json @@ -1911,7 +1911,7 @@ "required": true, "options": [ { - "text": "共有する実データに対して、倫理審査時に記載した指針に従った適切な処理を行いましたか?|Have you properly processed the actual research data to be shared in accordance with the guidelines described in the ethics review?" + "text": "共有する研究データに対して、倫理審査時に記載した指針に従った適切な処理を行いましたか?|Have you properly processed the research data to be shared in accordance with the guidelines described in the ethics review?" } ], "required_all_check": "disclaimer-check-date" @@ -1923,11 +1923,11 @@ "type": "choose", "format": "multiselect", "required": true, - "help": "ムーンショット目標2データベース(以降未病DB)では、様々なメタデータを記録いただけるよう各種インターフェイスなどを提供していく予定です。また、記録されたメタデータは広くメンバー間で共有できるようカタログに登録され、MS2の全メンバーが閲覧可能となります。個人の特定が可能となる可能性があるメタデータが含まれる場合は、予めカタログ登録する内容から除外していただく必要があります。|Mebyo DB plans to provide various interfaces to record different metadata.The recorded metadata will be registered in the Mebyo DB catalog and made available to all MS2 members. If metadata includes information that could potentially identify individuals, please exclude it before catalog registration.", + "help": "ムーンショット目標2データベース(以降未病DB)では、様々なメタデータを記録いただけるよう各種インターフェイスなどを提供していく予定です。また、記録されたメタデータは広くメンバー間で共有できるようカタログに登録され、MS2の全メンバーが閲覧可能となります。個⼈特定の可能性があるメタデータなど取扱いに注意すべき情報が含まれる場合は、予めカタログ登録する内容から除外していただく必要があります。|Mebyo DB plans to provide various interfaces to record different metadata.The recorded metadata will be registered in the Mebyo DB catalog and made available to all MS2 members. If metadata includes sensitive information such as data that could potentially identify individuals, please exclude it before catalog registration.", "multilanguage": true, "options": [ { - "text": "メタデータには個人情報など個人が特定できる情報が含まれていませんか?|Does the metadata contain personal or identifiable information?" + "text": "メタデータには個人情報など取扱いに注意すべき情報が含まれていませんか?|Does the metadata contain sensitive information?" } ], "required_all_check": "disclaimer-check-date"