You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Mapping component serves as a user-friendly interface to extract metadata from data generated by instruments and map it to metadata schema.Our mappings are designed to align with widely accepted community schemes, custom-tailored for various techniques.
8
9
@@ -15,27 +16,38 @@ To integrate the Mapping component into your project, insert the following HTML
The executeMapping(true) method call triggers both the mapping process and the subsequent download of the result.
@@ -45,7 +57,6 @@ The base-url attribute in the <mapping-input> element allows you to specify the
45
57
46
58
By following these steps, you can easily integrate the Mapping component into your project and utilize its capabilities for extracting metadata from instrument-generated data.
47
59
48
-
49
60
## How to run - For developers
50
61
51
62
To start using the component clone this repo to a new directory:
@@ -67,18 +78,11 @@ npm run build
67
78
npm run dev
68
79
```
69
80
70
-
71
81
## Attributes
72
82
73
83
-`base-url`: string, base-url to your Mapping Service instance
74
84
75
-
76
85
## Methods
77
-
-`executeMapping(true)`: To trigger the mapping process, you can include the following HTML code in your project:
78
-
(true in the method argument will trigger mapping + download of the result)
79
-
80
-
81
86
82
-
83
-
84
-
87
+
-`executeMapping(true)`: To trigger the mapping process, you can include the following HTML code in your project:
88
+
(true in the method argument will trigger mapping + download of the result)
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
0 commit comments