Skip to content

Commit 4d1bc02

Browse files
author
openMINDS pipeline
committed
build triggered by submodule version
1 parent 98796e6 commit 4d1bc02

502 files changed

Lines changed: 1179 additions & 1179 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openminds/latest/chemicals/chemical_mixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ChemicalMixture(LinkedMetadata):
4444
str,
4545
"name",
4646
formatting="text/plain",
47-
description="Word or phrase that constitutes the distinctive designation of a being or thing.",
47+
description="Word or phrase that constitutes the distinctive designation of the chemical mixture.",
4848
instructions="Enter the name of this chemical mixture.",
4949
),
5050
Property(

openminds/latest/chemicals/product_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ProductSource(LinkedMetadata):
3131
str,
3232
"identifier",
3333
formatting="text/plain",
34-
description="Term or code used to identify something or someone.",
34+
description="Term or code used to identify the product source.",
3535
instructions="Enter the identifier for this product, excluding its RRID (e.g., a catalog number).",
3636
),
3737
Property(

openminds/latest/computation/data_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class DataAnalysis(LinkedMetadata):
3636
"description",
3737
formatting="text/markdown",
3838
multiline=True,
39-
description="Longer statement or account giving the characteristics of someone or something.",
39+
description="Longer statement or account giving the characteristics of the data analysis.",
4040
instructions="Enter a description of this activity.",
4141
),
4242
Property(

openminds/latest/computation/data_copy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class DataCopy(LinkedMetadata):
3636
"description",
3737
formatting="text/markdown",
3838
multiline=True,
39-
description="Longer statement or account giving the characteristics of someone or something.",
39+
description="Longer statement or account giving the characteristics of the data copy.",
4040
instructions="Enter a description of this activity.",
4141
),
4242
Property(

openminds/latest/computation/environment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Environment(LinkedMetadata):
3232
"description",
3333
formatting="text/markdown",
3434
multiline=True,
35-
description="Longer statement or account giving the characteristics of someone or something.",
35+
description="Longer statement or account giving the characteristics of the environment.",
3636
instructions="Enter a short text describing this computational environment.",
3737
),
3838
Property(
@@ -49,7 +49,7 @@ class Environment(LinkedMetadata):
4949
"name",
5050
formatting="text/plain",
5151
required=True,
52-
description="Word or phrase that constitutes the distinctive designation of a being or thing.",
52+
description="Word or phrase that constitutes the distinctive designation of the environment.",
5353
instructions="Enter a descriptive name for this computational environment.",
5454
),
5555
Property(

openminds/latest/computation/generic_computation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class GenericComputation(LinkedMetadata):
3636
"description",
3737
formatting="text/markdown",
3838
multiline=True,
39-
description="Longer statement or account giving the characteristics of someone or something.",
39+
description="Longer statement or account giving the characteristics of the generic computation.",
4040
instructions="Enter a description of this activity.",
4141
),
4242
Property(

openminds/latest/computation/hardware_system.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class HardwareSystem(LinkedMetadata):
2525
"description",
2626
formatting="text/markdown",
2727
multiline=True,
28-
description="Longer statement or account giving the characteristics of someone or something.",
28+
description="Longer statement or account giving the characteristics of the hardware system.",
2929
instructions="Enter a short text describing this hardware system.",
3030
),
3131
Property(
@@ -34,7 +34,7 @@ class HardwareSystem(LinkedMetadata):
3434
"name",
3535
formatting="text/plain",
3636
required=True,
37-
description="Word or phrase that constitutes the distinctive designation of a being or thing.",
37+
description="Word or phrase that constitutes the distinctive designation of the hardware system.",
3838
instructions="Enter a descriptive name for this hardware system.",
3939
),
4040
Property(

openminds/latest/computation/launch_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class LaunchConfiguration(LinkedMetadata):
3636
"description",
3737
formatting="text/markdown",
3838
multiline=True,
39-
description="Longer statement or account giving the characteristics of someone or something.",
39+
description="Longer statement or account giving the characteristics of the launch configuration.",
4040
instructions="Enter a short text describing this launch configuration.",
4141
),
4242
Property(
@@ -60,7 +60,7 @@ class LaunchConfiguration(LinkedMetadata):
6060
str,
6161
"name",
6262
formatting="text/plain",
63-
description="Word or phrase that constitutes the distinctive designation of a being or thing.",
63+
description="Word or phrase that constitutes the distinctive designation of the launch configuration.",
6464
instructions="Enter a descriptive name for this launch configuration.",
6565
),
6666
]

openminds/latest/computation/local_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class LocalFile(LinkedMetadata):
6565
"name",
6666
formatting="text/plain",
6767
required=True,
68-
description="Word or phrase that constitutes the distinctive designation of a being or thing.",
68+
description="Word or phrase that constitutes the distinctive designation of the local file.",
6969
instructions="Enter the name of this local file instance.",
7070
),
7171
Property(

openminds/latest/computation/model_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ModelValidation(LinkedMetadata):
3636
"description",
3737
formatting="text/markdown",
3838
multiline=True,
39-
description="Longer statement or account giving the characteristics of someone or something.",
39+
description="Longer statement or account giving the characteristics of the model validation.",
4040
instructions="Enter a description of this activity.",
4141
),
4242
Property(

0 commit comments

Comments
 (0)