-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (115 loc) · 82.3 KB
/
Copy pathindex.html
File metadata and controls
140 lines (115 loc) · 82.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script src="https://cdn.plot.ly/plotly-2.35.2.min.js"></script>
<style>
body {
font-family: Arial, sans-serif;
margin: 0 auto;
padding: 20px;
max-width: 1600px;
background: #f9f9f9;
}
.description-box {
width: 100%;
margin: 20px auto;
text-align: center;
font-size: 16px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 8px;
background: #fff;
}
.section-title {
text-align: center;
font-size: 24px;
margin-top: 40px;
margin-bottom: 20px;
}
/* Wrap each plot grid in a scrollable container for horizontal scroll on small screens */
.scroll-container {
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* smoother scrolling on iOS */
width: 100%;
margin-bottom: 20px;
}
.plot-grid {
display: grid;
grid-template-columns: repeat(2, 700px); /* 2 columns, each 700px wide */
grid-gap: 20px;
justify-content: center;
/* Prevent horizontal compression on small screens */
min-width: 1400px;
}
</style>
</head>
<body>
<div class="description-box">
<h2>Interactive Visualization Proof-of-Concept</h2>
<p>This interactive visualization demonstrates a proof-of-concept implementation for the plots originally presented in Figures 7 and 8 of the following paper:</p>
<h3>Advances in 3D Printed Electromechanical Sensors: Performance Comparison, Trends, and Future Directions</h3>
<p><strong>Authors:</strong> Anders Frem Wolstrup, Jon Spangenberg, Akio Yamamoto, Andrew Gleadall, Gabriel Zsurzsan</p>
<h4>Abstract:</h4>
<p>
3D printing has revolutionized electromechanical sensor design, enabling rapid prototyping and complex geometries, and driving significant growth in this research field. However, as more sensors are developed using diverse printing methods and sensing mechanisms, the need for standardized reporting and comparative metrics becomes increasingly critical. Without such metrics, new sensors cannot be properly contextualized or benchmarked against the state of the art, slowing progress in the field.
<br><br>
This review addresses this gap by cataloguing key performance metrics from the literature, including input/output range, sensitivity, mechanical and electrical properties, and the specific 3D printing processes used, to enable meaningful comparison. These metrics are applied to quantitatively analyze 74 sensors reported across different additive manufacturing techniques. Additionally, underreported characteristics such as hysteresis, drift, and long-term stability are considered to provide a more complete assessment of sensor performance.
<br><br>
Beyond quantitative comparison, this review introduces a framework for categorizing sensors based not only on electrical output type (e.g., resistive, capacitive) but also on the underlying sensing basis, distinguishing whether the response arises from intrinsic material properties (e.g., quantum tunneling, percolation) or from structure-induced mechanisms (e.g., constriction resistance).
<br><br>
The review also highlights advances in 3D printing for electronics manufacturing to inspire future directions and concludes with six recommendations for sensor development, focusing on aligning sensing mechanisms with appropriate fabrication strategies and aiding metric standardization across the field.
</p>
<strong>Note:</strong> This is a proof-of-concept interface. The plots are based on .csv data files and generated using the Python notebook included in the GitHub repository.
You can access the full repository here:
<a href="https://github.com/AWolstrup/Awolstrup.github.io" target="_blank" class="text-blue-600 underline">https://github.com/AWolstrup/Awolstrup.github.io</a>.
</div>
<div class="section-title">Force</div>
<div class="scroll-container">
<div class="plot-grid">
<div id="force-left" style="width:700px;height:700px;"></div>
<div id="force-right" style="width:700px;height:700px;"></div>
</div>
</div>
<div class="section-title">Pressure</div>
<div class="scroll-container">
<div class="plot-grid">
<div id="pressure-left" style="width:700px;height:700px;"></div>
<div id="pressure-right" style="width:700px;height:700px;"></div>
</div>
</div>
<div class="section-title">Strain</div>
<div class="scroll-container">
<div class="plot-grid">
<div id="strain-left" style="width:700px;height:700px;"></div>
<div id="strain-right" style="width:700px;height:700px;"></div>
</div>
</div>
<script>
// force left
var force_data_left = [{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"FDM","text":["10.1016\u002fj.addlet.2023.100178","10.1109\u002fSENSORS43011.2019.8956757","10.1109\u002fACCESS.2024.3390932","10.3233\u002fATDE220178","10.1109\u002fMEMS58180.2024.10439564"],"visible":true,"x":[3.0,10.0,13.0,5.0,0.01],"y":[0.035460993,0.011666667,0.001,0.015384615,0.06],"type":"scatter","uid":"30578a8f-64cd-46d9-b516-10b3262e17fb"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"FDM","text":["10.1109\u002fFLEPS49123.2020.9239587","10.1109\u002fTRANSDUCERS.2019.8808268"],"visible":true,"x":[25.0,50.0],"y":[0.005522502,0.000860215],"type":"scatter","uid":"befb9015-7800-4b1f-bda1-54b5de61feaf"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DIW\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-up"},"mode":"markers","name":"DIW","text":["10.1016\u002fj.addlet.2022.100027","10.1002\u002fadmt.201900315"],"visible":true,"x":[24.0,20.0],"y":[0.003958333,0.115],"type":"scatter","uid":"0e8b6ee7-c229-43de-9ff5-d6b91e58ad81"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DIW\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"triangle-up"},"mode":"markers","name":"DIW","text":["10.1016\u002fj.nanoen.2024.109895"],"visible":true,"x":[0.4511],"y":[0.687209045],"type":"scatter","uid":"4d952169-643d-4723-b03d-bfe77a59fe29"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: AJP\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down"},"mode":"markers","name":"AJP","text":["10.1109\u002fFLEPS53764.2022.9781498"],"visible":true,"x":[1.6],"y":[0.0014375],"type":"scatter","uid":"6eb95120-331a-42f4-8a65-7e04125fc094"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: AJP\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down"},"mode":"markers","name":"AJP","text":["10.1038\u002fs41528-020-00095-4","10.1016\u002fj.xcrp.2021.100386"],"visible":true,"x":[19000.0,9.0],"y":[0.0000123457,0.094202899],"type":"scatter","uid":"8451e218-7868-4df5-9a7e-b0e9309d27ce"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: AJP\u003c\u002fbr\u003eElectrical principle: Transistor\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Transistor","legendgrouptitle":{"text":"Transistor"},"marker":{"color":"#ffb000","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down"},"mode":"markers","name":"AJP","text":["10.1002\u002fadmt.202201272"],"visible":true,"x":[0.4],"y":[1.875],"type":"scatter","uid":"cb75e36f-a91a-4be5-a064-f47ef7ce9512"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DLP\u003c\u002fbr\u003eElectrical principle: Piezoresistive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"DLP","text":["10.1002\u002fadmt.202100038"],"visible":true,"x":[0.2],"y":[4.0],"type":"scatter","uid":"c7ad158e-d2f1-412f-9215-c65026b1d2db"}];
var force_layout_left = {"height":700,"legend":{"entrywidth":0.23,"entrywidthmode":"fraction","groupclick":"toggleitem","orientation":"h","tracegroupgap":150,"y":-0.12,"yanchor":"top"},"margin":{"autoexpand":false,"b":250},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmapgl":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmapgl"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"#E5ECF6","showlakes":true,"showland":true,"subunitcolor":"white"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2}}},"title":{"text":"Printing process, Electrical principle and Direct printing"},"width":700,"xaxis":{"title":{"text":"Force [N]"},"type":"log"},"yaxis":{"title":{"text":"Sensitivity [N\u003csup\u003e-1\u003c\u002fsup\u003e]"},"type":"log"}};
Plotly.newPlot('force-left', force_data_left, force_layout_left, {responsive: true});
// force right
var force_data_right = [{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Surface\u003c\u002fbr\u003eMaterial: Carbon\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"circle"},"mode":"markers","name":"Surface","text":["10.1016\u002fj.addlet.2023.100178","10.3233\u002fATDE220178"],"visible":true,"x":[3.0,5.0],"y":[0.035460993,0.015384615],"type":"scatter","uid":"38d0485e-24f4-4d65-b909-69273997c51d"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Carbon\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"Material","text":["10.1109\u002fSENSORS43011.2019.8956757","10.1109\u002fACCESS.2024.3390932","10.1109\u002fMEMS58180.2024.10439564"],"visible":true,"x":[10.0,13.0,0.01],"y":[0.011666667,0.001,0.06],"type":"scatter","uid":"9b07936d-5e97-44ef-b905-b36c6b15ea11"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Metal\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"Material","text":["10.1109\u002fFLEPS53764.2022.9781498"],"visible":true,"x":[1.6],"y":[0.0014375],"type":"scatter","uid":"49737371-f26e-4b0f-a15b-d2f0ea24319a"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Surface\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"circle-open"},"mode":"markers","name":"Surface","text":["10.1016\u002fj.addlet.2022.100027"],"visible":true,"x":[24.0],"y":[0.003958333],"type":"scatter","uid":"a2612aac-854b-44c0-9cfb-812cd9a63394"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square-open"},"mode":"markers","name":"Material","text":["10.1002\u002fadmt.201900315"],"visible":true,"x":[20.0],"y":[0.115],"type":"scatter","uid":"06f57b19-cc06-486d-be75-a62f3e17877a"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Porous\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down-open"},"mode":"markers","name":"Porous","text":["10.1002\u002fadmt.202100038"],"visible":true,"x":[0.2],"y":[4.0],"type":"scatter","uid":"fd36a5cc-f46e-4234-81bb-157d014230b7"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Carbon\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"Displacement","text":["10.1109\u002fTRANSDUCERS.2019.8808268"],"visible":true,"x":[50.0],"y":[0.000860215],"type":"scatter","uid":"285226b0-860f-447a-bba1-39489176a964"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Metal\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"Displacement","text":["10.1109\u002fFLEPS49123.2020.9239587","10.1038\u002fs41528-020-00095-4"],"visible":true,"x":[25.0,19000.0],"y":[0.005522502,0.0000123457],"type":"scatter","uid":"caca506a-039d-46a2-979f-f826a0296773"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Metal (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"Displacement","text":["10.1016\u002fj.xcrp.2021.100386"],"visible":true,"x":[9.0],"y":[0.094202899],"type":"scatter","uid":"f60c304f-017e-4d8c-aaf2-e915a52d0b63"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Other (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Other","legendgrouptitle":{"text":"Other"},"marker":{"color":"#ffb000","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"Displacement","text":["10.1016\u002fj.nanoen.2024.109895"],"visible":true,"x":[0.4511],"y":[0.687209045],"type":"scatter","uid":"c393445d-c5ff-4c0c-be58-9d7a9e8c298a"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Other\u003c\u002fbr\u003eMaterial: Other (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Other","legendgrouptitle":{"text":"Other"},"marker":{"color":"#ffb000","line":{"color":"black","width":2},"size":10,"symbol":"cross-open"},"mode":"markers","name":"Other","text":["10.1002\u002fadmt.202201272"],"visible":true,"x":[0.4],"y":[1.875],"type":"scatter","uid":"d28e8489-c326-47ab-bd84-18800b041683"}];
var force_layout_right = {"height":700,"legend":{"entrywidth":0.23,"entrywidthmode":"fraction","groupclick":"toggleitem","orientation":"h","tracegroupgap":150,"y":-0.12,"yanchor":"top"},"margin":{"autoexpand":false,"b":250},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmapgl":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmapgl"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"#E5ECF6","showlakes":true,"showland":true,"subunitcolor":"white"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2}}},"title":{"text":"Conductive Material, Sensing Basis and Custom material"},"width":700,"xaxis":{"title":{"text":"Force [N]"},"type":"log"},"yaxis":{"title":{"text":"Sensitivity [N\u003csup\u003e-1\u003c\u002fsup\u003e]"},"type":"log"}};
Plotly.newPlot('force-right', force_data_right, force_layout_right, {responsive: true});
// pressure left
var pressure_data_left = [{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"FDM","text":["10.1002\u002fsmll.202301378"],"visible":true,"x":[5700.0],"y":[0.000526],"type":"scatter","uid":"448e7e36-0606-4aa6-bc52-478c56da24ab"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"FDM","text":["10.1038\u002fs41528-024-00309-z","10.1109\u002fFLEPS51544.2021.9469839","10.1109\u002fJSEN.2022.3179233"],"visible":true,"x":[2500.0,35.0,300.0],"y":[0.0002,0.00357,0.0013],"type":"scatter","uid":"991ab209-cf2b-4645-97e9-e88c649b6b5a"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DIW\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-up"},"mode":"markers","name":"DIW","text":["10.1016\u002fj.jmapro.2023.01.008","10.1038\u002fs41598-023-29261-0","10.1021\u002facsami.0c06977"],"visible":true,"x":[10.0,800.0,175.0],"y":[450.0,0.00217,0.0914],"type":"scatter","uid":"ea1a1866-326e-43ef-a1d9-18556a639eb4"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DIW\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"triangle-up"},"mode":"markers","name":"DIW","text":["10.1109\u002fFLEPS53764.2022.9781553"],"visible":true,"x":[17.0],"y":[0.0092],"type":"scatter","uid":"24d3dd89-7288-4d83-aff8-c1baaef7d4a5"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: SLA\u003c\u002fbr\u003eElectrical principle: Piezoresistive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"diamond-open"},"mode":"markers","name":"SLA","text":["10.1002\u002fadmt.202000984"],"visible":true,"x":[0.1],"y":[4.2],"type":"scatter","uid":"8e204ee8-8eed-4887-bf29-2a60f1dc0896"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: SLA\u003c\u002fbr\u003eElectrical principle: Inductive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Inductive","legendgrouptitle":{"text":"Inductive"},"marker":{"color":"#dc267f","line":{"color":"black","width":2},"size":10,"symbol":"diamond-open"},"mode":"markers","name":"SLA","text":["10.1002\u002fadmt.202101657"],"visible":true,"x":[0.25],"y":[0.389],"type":"scatter","uid":"8848f5e6-0c5d-4796-b1ec-ce82c73daa6d"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DLP\u003c\u002fbr\u003eElectrical principle: Piezoresistive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"DLP","text":["10.1021\u002facsami.0c21407 "],"visible":true,"x":[130.0],"y":[1.02],"type":"scatter","uid":"c187f12f-02cc-45fe-a096-2affc1b0026d"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u002fDIW\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"circle"},"mode":"markers","name":"FDM\u002fDIW","text":["10.1002\u002faisy.201900080"],"visible":true,"x":[10.0],"y":[0.00374],"type":"scatter","uid":"f074f0d1-2733-4a9a-ba45-176d467bf9f4"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DLP\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"DLP","text":["10.1016\u002fj.addma.2017.08.011"],"visible":true,"x":[5.5],"y":[0.0136],"type":"scatter","uid":"b6fbdb50-0c10-476a-8126-1c3332a1b5b7"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: AJP\u003c\u002fbr\u003eElectrical principle: Transistor\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Transistor","legendgrouptitle":{"text":"Transistor"},"marker":{"color":"#ffb000","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down"},"mode":"markers","name":"AJP","text":["10.1002\u002fadmt.202201272"],"visible":true,"x":[0.5],"y":[1.2],"type":"scatter","uid":"a09cac4e-fd09-457e-ae18-c0a8126d4ad7"}];
var pressure_layout_left = {"height":700,"legend":{"entrywidth":0.23,"entrywidthmode":"fraction","groupclick":"toggleitem","orientation":"h","tracegroupgap":150,"y":-0.12,"yanchor":"top"},"margin":{"autoexpand":false,"b":250},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmapgl":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmapgl"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"#E5ECF6","showlakes":true,"showland":true,"subunitcolor":"white"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2}}},"title":{"text":"Printing process, Electrical principle and Direct printing"},"width":700,"xaxis":{"title":{"text":"Pressure [kPa]"},"type":"log"},"yaxis":{"title":{"text":"Sensitivity [kPa\u003csup\u003e-1\u003c\u002fsup\u003e]"},"type":"log"}};
Plotly.newPlot('pressure-left', pressure_data_left, pressure_layout_left, {responsive: true});
// pressure right
var pressure_data_right = [{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Porous\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down-open"},"mode":"markers","name":"Porous","text":["10.1002\u002fsmll.202301378","10.1021\u002facsami.0c21407 "],"visible":true,"x":[5700.0,130.0],"y":[0.000526,1.02],"type":"scatter","uid":"15175924-e66c-46e8-b04a-1ef2c61787a6"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square-open"},"mode":"markers","name":"Material","text":["10.1016\u002fj.jmapro.2023.01.008","10.1038\u002fs41598-023-29261-0"],"visible":true,"x":[10.0,800.0],"y":[450.0,0.00217],"type":"scatter","uid":"451f5d71-f160-4b41-ba69-9cc8444d6eb6"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Surface\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"circle-open"},"mode":"markers","name":"Surface","text":["10.1021\u002facsami.0c06977"],"visible":true,"x":[175.0],"y":[0.0914],"type":"scatter","uid":"7132a2b4-cbbb-482f-9e7d-2f12c457f508"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Microcracks\u003c\u002fbr\u003eMaterial: Metal\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"diamond"},"mode":"markers","name":"Microcracks","text":["10.1002\u002fadmt.202000984"],"visible":true,"x":[0.1],"y":[4.2],"type":"scatter","uid":"fdf99251-3295-405f-9abc-4cf88670a8c9"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Carbon\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"Displacement","text":["10.1038\u002fs41528-024-00309-z","10.1109\u002fFLEPS51544.2021.9469839","10.1109\u002fJSEN.2022.3179233"],"visible":true,"x":[2500.0,35.0,300.0],"y":[0.0002,0.00357,0.0013],"type":"scatter","uid":"043776e1-a5fa-4e60-b251-790691f40aeb"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Metal\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"Displacement","text":["10.1002\u002faisy.201900080"],"visible":true,"x":[10.0],"y":[0.00374],"type":"scatter","uid":"8c7a2149-a354-4ca8-a992-81cc97925a54"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Liquid\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Liquid","legendgrouptitle":{"text":"Liquid"},"marker":{"color":"#dc267f","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"Displacement","text":["10.1002\u002fadmt.202101657"],"visible":true,"x":[0.25],"y":[0.389],"type":"scatter","uid":"22917a18-80c3-433c-9958-ef59c0e167cd"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"Displacement","text":["10.1016\u002fj.addma.2017.08.011"],"visible":true,"x":[5.5],"y":[0.0136],"type":"scatter","uid":"c2dcc33c-d7e9-4281-a559-bd0206001ef0"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Metal (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"Displacement","text":["10.1109\u002fFLEPS53764.2022.9781553"],"visible":true,"x":[17.0],"y":[0.0092],"type":"scatter","uid":"1f448126-091b-40c4-9c04-e61ae961651b"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Other\u003c\u002fbr\u003eMaterial: Other (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Other","legendgrouptitle":{"text":"Other"},"marker":{"color":"#ffb000","line":{"color":"black","width":2},"size":10,"symbol":"cross-open"},"mode":"markers","name":"Other","text":["10.1002\u002fadmt.202201272"],"visible":true,"x":[0.5],"y":[1.2],"type":"scatter","uid":"c15e2173-b2cc-40c3-9256-d216e865239e"}];
var pressure_layout_right = {"height":700,"legend":{"entrywidth":0.23,"entrywidthmode":"fraction","groupclick":"toggleitem","orientation":"h","tracegroupgap":150,"y":-0.12,"yanchor":"top"},"margin":{"autoexpand":false,"b":250},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmapgl":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmapgl"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"#E5ECF6","showlakes":true,"showland":true,"subunitcolor":"white"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2}}},"title":{"text":"Conductive Material, Sensing Basis and Custom material"},"width":700,"xaxis":{"title":{"text":"Pressure [kPa]"},"type":"log"},"yaxis":{"title":{"text":"Sensitivity [kPa\u003csup\u003e-1\u003c\u002fsup\u003e]"},"type":"log"}};
Plotly.newPlot('pressure-right', pressure_data_right, pressure_layout_right, {responsive: true});
// strain left
var strain_data_left = [{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Piezoresistive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square-open"},"mode":"markers","name":"FDM","text":["10.1016\u002fj.sna.2022.113526","10.1039\u002fd2ta02064e"],"visible":true,"x":[0.15,0.97],"y":[0.866666667,151.0309278],"type":"scatter","uid":"c4542311-cb39-4b2d-91a8-2be709bb8d7a"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Inductive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Inductive","legendgrouptitle":{"text":"Inductive"},"marker":{"color":"#dc267f","line":{"color":"black","width":2},"size":10,"symbol":"square-open"},"mode":"markers","name":"FDM","text":["10.1109\u002fTMAG.2022.3218025","10.1109\u002fINTERMAGShortPapers58606.2023.10228698"],"visible":true,"x":[17.33,20.0],"y":[0.007010694,0.036842105],"type":"scatter","uid":"25595f95-7c81-4738-a560-b02887cc694d"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Frequency (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Frequency","legendgrouptitle":{"text":"Frequency"},"marker":{"color":"#fe6100","line":{"color":"black","width":2},"size":10,"symbol":"square-open"},"mode":"markers","name":"FDM","text":["10.1109\u002fINTERMAGShortPapers58606.2023.10228698"],"visible":true,"x":[20.0],"y":[0.008148893],"type":"scatter","uid":"bf96eebf-4723-4113-ab02-6b58432cccd4"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"FDM","text":["10.1007\u002fs10853-020-05137-w","10.1049\u002fel.2018.0363","10.1088\u002f1361-665X\u002fab1fa9","10.1109\u002fFLEPS53764.2022.9781529","10.1021\u002facsami.9b21816","10.1016\u002fj.matlet.2021.130935","10.1088\u002f1361-6528\u002fac0b1b","10.1016\u002fj.compscitech.2022.109803","10.1007\u002fs10443-022-10017-4"],"visible":true,"x":[0.3,0.1,0.02,0.167,0.005,0.5,-0.02,-0.6,1.5],"y":[31.82,4.782608696,33.33333333,2.395209581,1342.0,11.52,54.58,1.6,23.93333333],"type":"scatter","uid":"fec5ca9e-8c09-4545-932d-18c60fde60a0"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DIW\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-up"},"mode":"markers","name":"DIW","text":["10.1016\u002fj.jmapro.2023.01.008","10.1002\u002fadma.201400334","10.1002\u002fadmt.201900315","10.1016\u002fj.cjmeam.2023.100073"],"visible":true,"x":[0.2,1.0,1.0,0.31],"y":[1918.4,5.333333333,0.8,18.23],"type":"scatter","uid":"40e69e16-5ede-40b8-baa0-c2faa2b52dba"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: FDM\u002fDIW\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"circle"},"mode":"markers","name":"FDM\u002fDIW","text":["10.1016\u002fj.compositesb.2023.110796","10.1080\u002f19475411.2024.2312356"],"visible":true,"x":[0.1,0.35],"y":[15.0,1.714285714],"type":"scatter","uid":"dd9960ad-7623-445b-acda-0c801d3e34f8"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: AJP\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down"},"mode":"markers","name":"AJP","text":["10.1002\u002fadem.202301275","10.1002\u002fadem.202301275","10.1063\u002f1.4999076","10.3390\u002fnano13010181"],"visible":true,"x":[0.0077,-0.0077,0.001,0.25],"y":[18.44155844,99.5823964,3.28,23.2],"type":"scatter","uid":"e5ab89bd-77ff-4930-9fbe-97600543e6e8"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DLP\u003c\u002fbr\u003eElectrical principle: Piezoresistive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"DLP","text":["10.1016\u002fj.addma.2017.08.011","10.1002\u002fadmt.202000745"],"visible":true,"x":[0.021,0.6],"y":[38.0952381,6.333333333],"type":"scatter","uid":"c60fdca0-08c8-48ed-ab92-6fb5bdb81757"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DLP\u003c\u002fbr\u003eElectrical principle: Capacitive\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Capacitive","legendgrouptitle":{"text":"Capacitive"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"DLP","text":["10.1016\u002fj.addma.2017.08.011"],"visible":true,"x":[-0.7],"y":[0.228571429],"type":"scatter","uid":"69484269-d6a7-466e-8247-78215c480a2d"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: DLP\u003c\u002fbr\u003eElectrical principle: Piezoresistive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"DLP","text":["10.1002\u002fadmt.202100038"],"visible":true,"x":[0.675],"y":[2.64],"type":"scatter","uid":"ebe22dca-2fcb-41d2-9a31-5b4efc37d5fa"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: SLS\u003c\u002fbr\u003eElectrical principle: Piezoresistive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Piezoresistive","legendgrouptitle":{"text":"Piezoresistive"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"hexagon-open"},"mode":"markers","name":"SLS","text":["10.1007\u002fs40964-024-00615-y"],"visible":true,"x":[0.04],"y":[38.51508121],"type":"scatter","uid":"2d5e228d-f439-4bb1-83f4-40b292019948"},{"hovertemplate":"DOI: %{text}\u003cbr\u003ePrinting process: SLA\u003c\u002fbr\u003eElectrical principle: Inductive (post processing)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Inductive","legendgrouptitle":{"text":"Inductive"},"marker":{"color":"#dc267f","line":{"color":"black","width":2},"size":10,"symbol":"diamond-open"},"mode":"markers","name":"SLA","text":["10.1002\u002fadmt.202101657"],"visible":true,"x":[1.0],"y":[0.178343949],"type":"scatter","uid":"65a6e743-f28f-43b0-a841-19484b93d8d7"}];
var strain_layout_left = {"height":700,"legend":{"entrywidth":0.23,"entrywidthmode":"fraction","groupclick":"toggleitem","orientation":"h","tracegroupgap":150,"y":-0.12,"yanchor":"top"},"margin":{"autoexpand":false,"b":250},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmapgl":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmapgl"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"#E5ECF6","showlakes":true,"showland":true,"subunitcolor":"white"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2}}},"title":{"text":"Printing process, Electrical principle and Direct printing"},"width":700,"xaxis":{"title":{"text":"Strain"},"type":"log"},"yaxis":{"title":{"text":"Gauge factor"},"type":"log"}};
Plotly.newPlot('strain-left', strain_data_left, strain_layout_left, {responsive: true});
// strain right
var strain_data_right = [{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Auxetic\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-up-open"},"mode":"markers","name":"Auxetic","text":["10.1016\u002fj.sna.2022.113526","10.1016\u002fj.cjmeam.2023.100073"],"visible":true,"x":[0.15,0.31],"y":[0.866666667,18.23],"type":"scatter","uid":"2a71cd79-0b3a-4f0b-9863-3c4e7ce723fe"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square-open"},"mode":"markers","name":"Material","text":["10.1007\u002fs10853-020-05137-w","10.1016\u002fj.matlet.2021.130935","10.1007\u002fs10443-022-10017-4","10.1016\u002fj.jmapro.2023.01.008","10.1002\u002fadma.201400334","10.1002\u002fadmt.201900315","10.1016\u002fj.compositesb.2023.110796","10.1002\u002fadem.202301275","10.1002\u002fadem.202301275","10.1016\u002fj.addma.2017.08.011","10.1002\u002fadmt.202000745"],"visible":true,"x":[0.3,0.5,1.5,0.2,1.0,1.0,0.1,0.0077,-0.0077,0.021,0.6],"y":[31.82,11.52,23.93333333,1918.4,5.333333333,0.8,15.0,18.44155844,99.5823964,38.0952381,6.333333333],"type":"scatter","uid":"7faa6d47-a896-495b-ad73-77b9d81a2a4c"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Metal (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"square-open"},"mode":"markers","name":"Material","text":["10.1080\u002f19475411.2024.2312356","10.3390\u002fnano13010181"],"visible":true,"x":[0.35,0.25],"y":[1.714285714,23.2],"type":"scatter","uid":"773c32ba-2e28-40fb-bfed-fac1215e649b"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Carbon\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"Material","text":["10.1049\u002fel.2018.0363","10.1088\u002f1361-665X\u002fab1fa9","10.1109\u002fFLEPS53764.2022.9781529"],"visible":true,"x":[0.1,0.02,0.167],"y":[4.782608696,33.33333333,2.395209581],"type":"scatter","uid":"f90a1970-c476-4090-bd48-978a49dba2e4"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Metal\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Metal","legendgrouptitle":{"text":"Metal"},"marker":{"color":"#785ef0","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"Material","text":["10.1063\u002f1.4999076"],"visible":true,"x":[0.001],"y":[3.28],"type":"scatter","uid":"3647816c-06aa-4c0a-8599-903dfeb2fdaa"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Material\u003c\u002fbr\u003eMaterial: Wire\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Wire","legendgrouptitle":{"text":"Wire"},"marker":{"color":"#fe6100","line":{"color":"black","width":2},"size":10,"symbol":"square"},"mode":"markers","name":"Material","text":["10.1007\u002fs40964-024-00615-y"],"visible":true,"x":[0.04],"y":[38.51508121],"type":"scatter","uid":"26ac6c0b-2ab4-4ab0-b68c-0bf4240e91d1"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Porous\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"triangle-down-open"},"mode":"markers","name":"Porous","text":["10.1021\u002facsami.9b21816","10.1088\u002f1361-6528\u002fac0b1b","10.1016\u002fj.compscitech.2022.109803","10.1002\u002fadmt.202100038"],"visible":true,"x":[0.005,-0.02,-0.6,0.675],"y":[1342.0,54.58,1.6,2.64],"type":"scatter","uid":"86f1aeb3-3e6d-48e8-99cf-a9c98aaca37b"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Microcracks\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"diamond-open"},"mode":"markers","name":"Microcracks","text":["10.1039\u002fd2ta02064e"],"visible":true,"x":[0.97],"y":[151.0309278],"type":"scatter","uid":"60c0518d-be4e-4d25-baf2-0c3a1931b7c6"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Carbon (Custom)\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Carbon","legendgrouptitle":{"text":"Carbon"},"marker":{"color":"#648fff","line":{"color":"black","width":2},"size":10,"symbol":"pentagon-open"},"mode":"markers","name":"Displacement","text":["10.1016\u002fj.addma.2017.08.011"],"visible":true,"x":[-0.7],"y":[0.228571429],"type":"scatter","uid":"24a76161-3f3a-4f7f-ab34-dc62bd7f0a9c"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Alignment\u003c\u002fbr\u003eMaterial: Wire\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Wire","legendgrouptitle":{"text":"Wire"},"marker":{"color":"#fe6100","line":{"color":"black","width":2},"size":10,"symbol":"hexagon"},"mode":"markers","name":"Alignment","text":["10.1109\u002fTMAG.2022.3218025","10.1109\u002fINTERMAGShortPapers58606.2023.10228698","10.1109\u002fINTERMAGShortPapers58606.2023.10228698"],"visible":true,"x":[17.33,20.0,20.0],"y":[0.007010694,0.036842105,0.008148893],"type":"scatter","uid":"4d4d6c16-5fec-4032-9348-17f7d4db93ed"},{"hovertemplate":"DOI: %{text}\u003cbr\u003eSensing basis: Displacement\u003c\u002fbr\u003eMaterial: Wire\u003cextra\u003e\u003c\u002fextra\u003e","legendgroup":"Wire","legendgrouptitle":{"text":"Wire"},"marker":{"color":"#fe6100","line":{"color":"black","width":2},"size":10,"symbol":"pentagon"},"mode":"markers","name":"Displacement","text":["10.1002\u002fadmt.202101657"],"visible":true,"x":[1.0],"y":[0.178343949],"type":"scatter","uid":"400d3e22-41aa-48cc-8ffe-0a4a8accf503"}];
var strain_layout_right = {"height":700,"legend":{"entrywidth":0.23,"entrywidthmode":"fraction","groupclick":"toggleitem","orientation":"h","tracegroupgap":150,"y":-0.12,"yanchor":"top"},"margin":{"autoexpand":false,"b":250},"template":{"data":{"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"choropleth":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"choropleth"}],"contourcarpet":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"contourcarpet"}],"contour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"contour"}],"heatmapgl":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmapgl"}],"heatmap":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"heatmap"}],"histogram2dcontour":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2dcontour"}],"histogram2d":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"histogram2d"}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"mesh3d":[{"colorbar":{"outlinewidth":0,"ticks":""},"type":"mesh3d"}],"parcoords":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"parcoords"}],"pie":[{"automargin":true,"type":"pie"}],"scatter3d":[{"line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatter3d"}],"scattercarpet":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattercarpet"}],"scattergeo":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergeo"}],"scattergl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattergl"}],"scattermapbox":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scattermapbox"}],"scatterpolargl":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolargl"}],"scatterpolar":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterpolar"}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"scatterternary":[{"marker":{"colorbar":{"outlinewidth":0,"ticks":""}},"type":"scatterternary"}],"surface":[{"colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"type":"surface"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}]},"layout":{"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"autotypenumbers":"strict","coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]],"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]},"colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"geo":{"bgcolor":"white","lakecolor":"white","landcolor":"#E5ECF6","showlakes":true,"showland":true,"subunitcolor":"white"},"hoverlabel":{"align":"left"},"hovermode":"closest","mapbox":{"style":"light"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","gridwidth":2,"linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white"}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"ternary":{"aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"bgcolor":"#E5ECF6","caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"title":{"x":0.05},"xaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2},"yaxis":{"automargin":true,"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","zerolinewidth":2}}},"title":{"text":"Conductive Material, Sensing Basis and Custom material"},"width":700,"xaxis":{"title":{"text":"Strain"},"type":"log"},"yaxis":{"title":{"text":"Gauge factor"},"type":"log"}};
Plotly.newPlot('strain-right', strain_data_right, strain_layout_right, {responsive: true});
</script>
</body>
</html>