@abi-software/map-side-bar 1.3.18 → 1.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/del.json +27 -0
- package/dist/map-side-bar.common.js +208 -135
- package/dist/map-side-bar.common.js.map +1 -1
- package/dist/map-side-bar.css +1 -1
- package/dist/map-side-bar.umd.js +208 -135
- package/dist/map-side-bar.umd.js.map +1 -1
- package/dist/map-side-bar.umd.min.js +1 -1
- package/dist/map-side-bar.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/ContextCard.vue +54 -7
- package/src/components/ImageGallery.vue +4 -2
- package/src/components/SearchFilters.vue +1 -0
- package/src/components/SidebarContent.vue +42 -28
- package/src/components/delte.json +27 -0
package/del.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Mean luminal pressure (represented by a color field with red as high pressure and blue as low pressure) recorded from the proximal, transverse and distal sections of the pig colon are mapped on the scaffold. \n\nBaseline data was collected for 30min, followed by 15min of stimulation and 30min of post-stimulation.",
|
|
3
|
+
"heading": "Direct proximal colon stimulation",
|
|
4
|
+
"id": "sparc.science.context_data",
|
|
5
|
+
"samples": [
|
|
6
|
+
{
|
|
7
|
+
"annotation": "",
|
|
8
|
+
"description": "Manometry data recorded from pigs under direct proximal colon stimulation.",
|
|
9
|
+
"doi": "https://doi.org/10.26275/up27-ibcr",
|
|
10
|
+
"heading": "Proximal direct stimulation samples",
|
|
11
|
+
"id": "Sample 1",
|
|
12
|
+
"path": "derivative\\stim_proximal-colon_manometry.csv",
|
|
13
|
+
"view": "View 1"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"version": "0.1.0",
|
|
17
|
+
"views": [
|
|
18
|
+
{
|
|
19
|
+
"annotation": "--",
|
|
20
|
+
"description": "Sections of pig colon scaffold with mapped manometry data where the data are collected from. ",
|
|
21
|
+
"id": "View 1",
|
|
22
|
+
"path": "colon_Layout1_view.json",
|
|
23
|
+
"sample": "Sample 1",
|
|
24
|
+
"thumbnail": "derivative\\pig_colon_main_thumbnail.jpeg"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|