juice-email-cli 2.4.14 → 2.4.16
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.
|
@@ -166,6 +166,25 @@
|
|
|
166
166
|
border-radius: 20px;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
+
.table-gray-stripe {
|
|
170
|
+
border: 1px solid #f6f6f6;
|
|
171
|
+
border-radius: 3px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.table-gray-stripe thead tr {
|
|
175
|
+
background-color: #f6f6f6;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.table-gray-stripe tbody tr:nth-child(2n) {
|
|
179
|
+
background-color: #f6f6f6;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.table-gray-stripe th,
|
|
183
|
+
.table-gray-stripe td {
|
|
184
|
+
padding: 5px 8px;
|
|
185
|
+
border: 1px solid #f6f6f6;
|
|
186
|
+
}
|
|
187
|
+
|
|
169
188
|
.title {
|
|
170
189
|
color: #2c2c2c;
|
|
171
190
|
font-size: 22px;
|
|
@@ -187,6 +206,18 @@
|
|
|
187
206
|
background-color: #3a82db;
|
|
188
207
|
}
|
|
189
208
|
|
|
209
|
+
.square-icon-title {
|
|
210
|
+
padding-left: 30px;
|
|
211
|
+
color: #006db8;
|
|
212
|
+
font-size: 22px;
|
|
213
|
+
font-weight: bold;
|
|
214
|
+
background: url(https://file.elabscience.com/edm/202606261518/square-blue.webp) 0 8px / 20px 20px no-repeat scroll;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.square-icon-title.orange {
|
|
218
|
+
background-image: url(https://file.elabscience.com/edm/202606261518/square-orange.webp);
|
|
219
|
+
}
|
|
220
|
+
|
|
190
221
|
.wifi-title {
|
|
191
222
|
padding-left: 32px;
|
|
192
223
|
color: #2c2c2c;
|
|
@@ -339,10 +370,22 @@
|
|
|
339
370
|
background-color: #006db8;
|
|
340
371
|
}
|
|
341
372
|
|
|
373
|
+
.bg-blue-30 {
|
|
374
|
+
background-color: rgba(0, 109, 184, 0.30);
|
|
375
|
+
}
|
|
376
|
+
|
|
342
377
|
.bg-light-blue {
|
|
343
378
|
background-color: #f9fbfe;
|
|
344
379
|
}
|
|
345
380
|
|
|
381
|
+
.bg-orange {
|
|
382
|
+
background-color: #f7750b;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.bg-orange-30 {
|
|
386
|
+
background-color: rgb(247, 117, 11, 0.30);
|
|
387
|
+
}
|
|
388
|
+
|
|
346
389
|
.border {
|
|
347
390
|
border: 1px solid #DCEFF3;
|
|
348
391
|
}
|
|
@@ -367,6 +410,14 @@
|
|
|
367
410
|
position: absolute;
|
|
368
411
|
}
|
|
369
412
|
|
|
413
|
+
.overflow-hidden {
|
|
414
|
+
overflow: hidden;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.overflow-auto {
|
|
418
|
+
overflow: auto;
|
|
419
|
+
}
|
|
420
|
+
|
|
370
421
|
.table-auto {
|
|
371
422
|
table-layout: auto;
|
|
372
423
|
}
|
|
@@ -375,6 +426,10 @@
|
|
|
375
426
|
border-collapse: separate;
|
|
376
427
|
}
|
|
377
428
|
|
|
429
|
+
.inline-block {
|
|
430
|
+
display: inline-block;
|
|
431
|
+
}
|
|
432
|
+
|
|
378
433
|
.w-full, .w-100 {
|
|
379
434
|
width: 100%;
|
|
380
435
|
}
|
|
@@ -552,6 +607,10 @@
|
|
|
552
607
|
color: #fff;
|
|
553
608
|
}
|
|
554
609
|
|
|
610
|
+
.color-black {
|
|
611
|
+
color: #000;
|
|
612
|
+
}
|
|
613
|
+
|
|
555
614
|
.color-blue {
|
|
556
615
|
color: #006db8;
|
|
557
616
|
}
|
|
@@ -887,6 +946,297 @@
|
|
|
887
946
|
<td colspan="4" class="h-24"></td>
|
|
888
947
|
</tr>
|
|
889
948
|
|
|
949
|
+
<tr>
|
|
950
|
+
<td></td>
|
|
951
|
+
<td colspan="2">
|
|
952
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
953
|
+
<colgroup>
|
|
954
|
+
<col />
|
|
955
|
+
</colgroup>
|
|
956
|
+
|
|
957
|
+
<tbody class="align-middle">
|
|
958
|
+
<tr>
|
|
959
|
+
<td><span class="wifi-title">Product Features</span></td>
|
|
960
|
+
</tr>
|
|
961
|
+
|
|
962
|
+
<tr>
|
|
963
|
+
<td class="h-12"></td>
|
|
964
|
+
</tr>
|
|
965
|
+
|
|
966
|
+
<tr>
|
|
967
|
+
<td>
|
|
968
|
+
<p class="pb-5 lamp color-primary">No red blood cell lysis treatment is required for samples, ensuring better cell viability.</p>
|
|
969
|
+
<p class="pb-5 lamp color-primary">No stimulation involved; target cells are isolated without antibody or magnetic bead labeling, so cell status remains unaffected.</p>
|
|
970
|
+
<p class="pb-5 lamp color-primary">High purity achieved, with post-sorting cell purity greater than 95%.</p>
|
|
971
|
+
<p class="pb-5 lamp color-primary">No separation columns are needed for isolation.
|
|
972
|
+
<p class="pb-5 lamp color-primary">Short experimental duration, with negative cell sorting completed in as little as 15 minutes.</p>
|
|
973
|
+
<p class="pb-5 lamp color-primary">Suitable for sorting both fresh human PBMC samples and cryopreserved PBMC samples.</p>
|
|
974
|
+
</td>
|
|
975
|
+
</tr>
|
|
976
|
+
|
|
977
|
+
<tr>
|
|
978
|
+
<td class="text-right pt-18">
|
|
979
|
+
<a href="https://www.elabscience.com/products/cell-isolation-products" class="button-orange font-bold decoration-none text-size-[14px]">Get More Details</a>
|
|
980
|
+
</td>
|
|
981
|
+
</tr>
|
|
982
|
+
</tbody>
|
|
983
|
+
</table>
|
|
984
|
+
</td>
|
|
985
|
+
<td></td>
|
|
986
|
+
</tr>
|
|
987
|
+
|
|
988
|
+
<tr>
|
|
989
|
+
<td colspan="4" class="h-24"></td>
|
|
990
|
+
</tr>
|
|
991
|
+
|
|
992
|
+
<tr>
|
|
993
|
+
<td></td>
|
|
994
|
+
<td colspan="2">
|
|
995
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
996
|
+
<colgroup>
|
|
997
|
+
<col width="36%" />
|
|
998
|
+
<col />
|
|
999
|
+
</colgroup>
|
|
1000
|
+
|
|
1001
|
+
<tbody class="align-top">
|
|
1002
|
+
<tr>
|
|
1003
|
+
<td colspan="2" class="pb-16">
|
|
1004
|
+
<span class="wifi-title">Data Demonstration</span>
|
|
1005
|
+
</td>
|
|
1006
|
+
</tr>
|
|
1007
|
+
|
|
1008
|
+
<tr>
|
|
1009
|
+
<td style="padding-right: 12px;" class="image-box">
|
|
1010
|
+
<a href="https://www.elabscience.com/p/easysort-mouse-monocyte-isolation-kit--mim010n">
|
|
1011
|
+
<img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202607081030/fig-01.webp" />
|
|
1012
|
+
</a>
|
|
1013
|
+
</td>
|
|
1014
|
+
<td>
|
|
1015
|
+
Fig. 1. Monocyte(Lineage-(CD3,CD45R,CD117,CD170,NK1.1)CD11b<sup>+</sup>Ly6G<sup>-</sup>Ly6C<sup>hi/lo</sup>) were isolated from the Bone marrow cells of C57BL/6 mice, and were stained with APC Anti-Mouse CD3 Antibody[17A2](E-AB-F1013E)、APC Anti-Mouse CD45R (B220) Antibody[RA3-6B2](AN00428E)、APC Anti-Mouse CD117/c-Kit Antibody[2B8](E-AB-F1092E)/APC Anti-Mouse CD170 Antibody[S17007L](AN00629E)/APC Anti-Mouse CD161/NK1.1 Antibody[PK136](E-AB-F0987E)/PE Anti-Mouse/Human CD11b Antibody[M1/70](E-AB-F1081D)/Elab Fluor<sup>®</sup>Violet 450 Anti-Mouse Ly6G Antibody[1A8](E-AB-F1108Q) and FITC Anti-Mouse Ly6C Antibody[Monts 1](E-AB-F1121C). The purities of start and final isolated fractions were 17.75% and 97.41%, respectively.
|
|
1016
|
+
</td>
|
|
1017
|
+
</tr>
|
|
1018
|
+
|
|
1019
|
+
<tr>
|
|
1020
|
+
<td colspan="2" class="h-24"></td>
|
|
1021
|
+
</tr>
|
|
1022
|
+
|
|
1023
|
+
<tr>
|
|
1024
|
+
<td style="padding-right: 12px;" class="image-box">
|
|
1025
|
+
<a href="https://www.elabscience.com/p/easysort-human-nk-cell-isolation-kit--mih005n">
|
|
1026
|
+
<img src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202607081030/fig-02.webp" />
|
|
1027
|
+
</a>
|
|
1028
|
+
</td>
|
|
1029
|
+
<td>
|
|
1030
|
+
Fig. 2. Sorting and Purity Validation of NK Cells from Human Peripheral Blood PBMCs. As shown in the figure above, flow cytometric analysis of NK cells purity before and after sorting revealed proportions of 15.82% and 95.39%, respectively.
|
|
1031
|
+
</td>
|
|
1032
|
+
</tr>
|
|
1033
|
+
</tbody>
|
|
1034
|
+
</table>
|
|
1035
|
+
</td>
|
|
1036
|
+
<td></td>
|
|
1037
|
+
</tr>
|
|
1038
|
+
|
|
1039
|
+
<tr>
|
|
1040
|
+
<td colspan="4" class="h-24"></td>
|
|
1041
|
+
</tr>
|
|
1042
|
+
|
|
1043
|
+
<tr>
|
|
1044
|
+
<td></td>
|
|
1045
|
+
<td colspan="2">
|
|
1046
|
+
<span class="wifi-title">Product Introduction</span>
|
|
1047
|
+
</td>
|
|
1048
|
+
<td></td>
|
|
1049
|
+
</tr>
|
|
1050
|
+
|
|
1051
|
+
<tr>
|
|
1052
|
+
<td colspan="4" class="h-12"></td>
|
|
1053
|
+
</tr>
|
|
1054
|
+
|
|
1055
|
+
<tr>
|
|
1056
|
+
<td></td>
|
|
1057
|
+
<td colspan="2">
|
|
1058
|
+
<table cellspacing="0" cellpadding="0" border="0" class="table-gray-stripe text-center">
|
|
1059
|
+
<colgroup>
|
|
1060
|
+
<col />
|
|
1061
|
+
<col width="30%" />
|
|
1062
|
+
<col width="20%" />
|
|
1063
|
+
</colgroup>
|
|
1064
|
+
|
|
1065
|
+
<thead>
|
|
1066
|
+
<tr>
|
|
1067
|
+
<th>Product Name</th>
|
|
1068
|
+
<th>Size</th>
|
|
1069
|
+
<th>Cat. No.</th>
|
|
1070
|
+
</tr>
|
|
1071
|
+
</thead>
|
|
1072
|
+
|
|
1073
|
+
<tbody>
|
|
1074
|
+
<tr>
|
|
1075
|
+
<td>
|
|
1076
|
+
<a href="https://www.elabscience.com/p/easysort-mouse-monocyte-isolation-kit--mim010n" class="text-link">EasySort<sup>™</sup> Mouse Monocyte Isolation Kit</a>
|
|
1077
|
+
</td>
|
|
1078
|
+
<td>10/100/200 Assays</td>
|
|
1079
|
+
<td>
|
|
1080
|
+
<a href="https://www.elabscience.com/p/easysort-mouse-monocyte-isolation-kit--mim010n" class="text-link">MIM010N</a>
|
|
1081
|
+
</td>
|
|
1082
|
+
</tr>
|
|
1083
|
+
|
|
1084
|
+
<tr>
|
|
1085
|
+
<td>
|
|
1086
|
+
<a href="https://www.elabscience.com/p/easysort-human-nk-cell-isolation-kit--mih005n" class="text-link">EasySort<sup>™</sup> Human NK Cell Isolation Kit</a>
|
|
1087
|
+
</td>
|
|
1088
|
+
<td>10/100/200 Assays</td>
|
|
1089
|
+
<td>
|
|
1090
|
+
<a href="https://www.elabscience.com/p/easysort-human-nk-cell-isolation-kit--mih005n" class="text-link">MIH005N</a>
|
|
1091
|
+
</td>
|
|
1092
|
+
</tr>
|
|
1093
|
+
</tbody>
|
|
1094
|
+
</table>
|
|
1095
|
+
</td>
|
|
1096
|
+
<td></td>
|
|
1097
|
+
</tr>
|
|
1098
|
+
|
|
1099
|
+
<tr>
|
|
1100
|
+
<td colspan="4" class="h-24"></td>
|
|
1101
|
+
</tr>
|
|
1102
|
+
|
|
1103
|
+
<tr>
|
|
1104
|
+
<td></td>
|
|
1105
|
+
<td colspan="2">
|
|
1106
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
1107
|
+
<colgroup>
|
|
1108
|
+
<col />
|
|
1109
|
+
</colgroup>
|
|
1110
|
+
|
|
1111
|
+
<tbody class="align-middle">
|
|
1112
|
+
<tr>
|
|
1113
|
+
<td><span class="title color-black">Live‑Cell Imaging, Ultra‑Low Background, True Functional Readout<br />Lysosomal Activity Fluorometric Assay Kit <a href="https://www.elabscience.com/p/lysosomal-activity-fluorometric-assay-kit--e-bc-f202" class="color-blue decoration-none">(E-BC-F202)</a></span></td>
|
|
1114
|
+
</tr>
|
|
1115
|
+
|
|
1116
|
+
<tr>
|
|
1117
|
+
<td class="h-16"></td>
|
|
1118
|
+
</tr>
|
|
1119
|
+
|
|
1120
|
+
<tr>
|
|
1121
|
+
<td class="pb-8"><span class="square-icon-title">Product Features</span></td>
|
|
1122
|
+
</tr>
|
|
1123
|
+
|
|
1124
|
+
<tr>
|
|
1125
|
+
<td>
|
|
1126
|
+
<p class="pb-5">• Add dye directly to live cells, image in 1‑6 h, no lysis or sectioning required</p>
|
|
1127
|
+
<p class="pb-5">• Self‑quenching probe ensures ultra‑low background and high S/N ratio</p>
|
|
1128
|
+
<p class="pb-5">• Detects true proteolytic activity, not pH‑dependent</p>
|
|
1129
|
+
<p class="pb-5">• Narrow emission spectrum allows multiplexing with other dyes</p>
|
|
1130
|
+
<p>• Excellent photostability and chemical stability for long‑term observation</p>
|
|
1131
|
+
</td>
|
|
1132
|
+
</tr>
|
|
1133
|
+
|
|
1134
|
+
<tr>
|
|
1135
|
+
<td class="h-16"></td>
|
|
1136
|
+
</tr>
|
|
1137
|
+
|
|
1138
|
+
<tr>
|
|
1139
|
+
<td class="pb-8"><span class="square-icon-title">Data Validation</span></td>
|
|
1140
|
+
</tr>
|
|
1141
|
+
|
|
1142
|
+
<tr>
|
|
1143
|
+
<td class="text-center overflow-hidden">
|
|
1144
|
+
<a href="https://www.elabscience.com/p/lysosomal-activity-fluorometric-assay-kit--e-bc-f202" class="decoration-none image-box inline-block bg-blue-30 relative" style="padding: 5px 8px;">
|
|
1145
|
+
<img src="https://file.elabscience.com/edm/202606261518/E-BC-F202.webp" />
|
|
1146
|
+
<img src="https://file.elabscience.com/edm/202606261518/finger-point.webp" class="absolute" style="right: 24px; bottom: 18px; transform: translateX(100%);" />
|
|
1147
|
+
</a>
|
|
1148
|
+
</td>
|
|
1149
|
+
</tr>
|
|
1150
|
+
|
|
1151
|
+
<tr>
|
|
1152
|
+
<td class="pt-8">Figure 1. Bafilomycin A1‑treated cells show markedly reduced red fluorescence, indicating decreased lysosomal activity.</td>
|
|
1153
|
+
</tr>
|
|
1154
|
+
|
|
1155
|
+
<tr>
|
|
1156
|
+
<td class="h-16"></td>
|
|
1157
|
+
</tr>
|
|
1158
|
+
|
|
1159
|
+
<tr>
|
|
1160
|
+
<td class="text-center"><a href="https://www.elabscience.com/p/lysosomal-activity-fluorometric-assay-kit--e-bc-f202" class="button font-bold decoration-none">Get More Details</a></td>
|
|
1161
|
+
</tr>
|
|
1162
|
+
</tbody>
|
|
1163
|
+
</table>
|
|
1164
|
+
</td>
|
|
1165
|
+
<td></td>
|
|
1166
|
+
</tr>
|
|
1167
|
+
|
|
1168
|
+
<tr>
|
|
1169
|
+
<td colspan="4" class="h-24"></td>
|
|
1170
|
+
</tr>
|
|
1171
|
+
|
|
1172
|
+
<tr>
|
|
1173
|
+
<td></td>
|
|
1174
|
+
<td colspan="2">
|
|
1175
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
1176
|
+
<colgroup>
|
|
1177
|
+
<col />
|
|
1178
|
+
</colgroup>
|
|
1179
|
+
|
|
1180
|
+
<tbody class="align-middle">
|
|
1181
|
+
<tr>
|
|
1182
|
+
<td><span class="title color-black">High‑Specificity, Real‑Time Quantification<br />Singlet Oxygen(<sup>1</sup>O<sub>2</sub>) Fluorometric Assay Kit <a href="https://www.elabscience.com/p/singlet-oxygen-1o2-fluorometric-assay-kit--e-bc-f062" class="color-blue decoration-none">(E-BC-F062)</a></span></td>
|
|
1183
|
+
</tr>
|
|
1184
|
+
|
|
1185
|
+
<tr>
|
|
1186
|
+
<td class="h-16"></td>
|
|
1187
|
+
</tr>
|
|
1188
|
+
|
|
1189
|
+
<tr>
|
|
1190
|
+
<td class="pb-8"><span class="square-icon-title orange">Product Features</span></td>
|
|
1191
|
+
</tr>
|
|
1192
|
+
|
|
1193
|
+
<tr>
|
|
1194
|
+
<td>
|
|
1195
|
+
<p class="pb-5">• High specificity for <sup>1</sup>O<sub>2</sub>, minimal interference from other ROS</p>
|
|
1196
|
+
<p class="pb-5">• Real‑time quantitative detection in live cells</p>
|
|
1197
|
+
<p class="pb-5">• Compatible with flow cytometry and fluorescence microscopy</p>
|
|
1198
|
+
<p>• Simple protocol with reliable and reproducible results</p>
|
|
1199
|
+
</td>
|
|
1200
|
+
</tr>
|
|
1201
|
+
|
|
1202
|
+
<tr>
|
|
1203
|
+
<td class="h-16"></td>
|
|
1204
|
+
</tr>
|
|
1205
|
+
|
|
1206
|
+
<tr>
|
|
1207
|
+
<td class="pb-8"><span class="square-icon-title orange">Data Validation</span></td>
|
|
1208
|
+
</tr>
|
|
1209
|
+
|
|
1210
|
+
<tr>
|
|
1211
|
+
<td class="text-center overflow-hidden">
|
|
1212
|
+
<a href="https://www.elabscience.com/p/singlet-oxygen-1o2-fluorometric-assay-kit--e-bc-f062" class="decoration-none image-box inline-block bg-orange-30 relative" style="padding: 5px 8px;">
|
|
1213
|
+
<img src="https://file.elabscience.com/edm/202606261518/E-BC-F062.webp" />
|
|
1214
|
+
<img src="https://file.elabscience.com/edm/202606261518/finger-point.webp" class="absolute" style="right: 24px; bottom: 18px; transform: translateX(100%);" />
|
|
1215
|
+
</a>
|
|
1216
|
+
</td>
|
|
1217
|
+
</tr>
|
|
1218
|
+
|
|
1219
|
+
<tr>
|
|
1220
|
+
<td class="pt-8">Figure 2. H<sub>2</sub>O<sub>2</sub>‑stimulated cells exhibit significantly increased green fluorescence, indicating elevated <sup>1</sup>O<sub>2</sub> levels.</td>
|
|
1221
|
+
</tr>
|
|
1222
|
+
|
|
1223
|
+
<tr>
|
|
1224
|
+
<td class="h-16"></td>
|
|
1225
|
+
</tr>
|
|
1226
|
+
|
|
1227
|
+
<tr>
|
|
1228
|
+
<td class="text-center"><a href="https://www.elabscience.com/p/singlet-oxygen-1o2-fluorometric-assay-kit--e-bc-f062" class="button font-bold decoration-none bg-orange">Get More Details</a></td>
|
|
1229
|
+
</tr>
|
|
1230
|
+
</tbody>
|
|
1231
|
+
</table>
|
|
1232
|
+
</td>
|
|
1233
|
+
<td></td>
|
|
1234
|
+
</tr>
|
|
1235
|
+
|
|
1236
|
+
<tr>
|
|
1237
|
+
<td colspan="4" class="h-24"></td>
|
|
1238
|
+
</tr>
|
|
1239
|
+
|
|
890
1240
|
<tr>
|
|
891
1241
|
<td></td>
|
|
892
1242
|
<td colspan="2" class="bg-gray" style="padding: 0 16px 16px;">
|
package/package.json
CHANGED