juice-email-cli 2.4.11 → 2.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edm/elabscience/series/video/_meta.yaml +2 -0
- package/edm/elabscience/series/video/default/_meta.yaml +2 -0
- package/edm/elabscience/series/video/default/juice.yaml +18 -0
- package/edm/elabscience/series/video/default/snippet.html +22 -0
- package/edm/elabscience/templates/standard/template.html +18 -21
- package/edm/procell/templates/standard/template.html +20 -41
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# juice.yaml - 用户配置文件示例
|
|
2
|
+
#
|
|
3
|
+
# 放置位置(优先级从低到高):
|
|
4
|
+
# ~/juice.yaml ← 用户主目录,对所有项目生效
|
|
5
|
+
# <模板文件目录>/juice.yaml ← 仅对当前项目生效(推荐)
|
|
6
|
+
# juice -c <此文件> ← 命令行指定
|
|
7
|
+
#
|
|
8
|
+
# 所有配置项均与 CLI 内置默认值深度合并,未填写的字段自动使用内置值。
|
|
9
|
+
# 完整默认配置见:<CLI安装目录>/defaults/juice.yaml
|
|
10
|
+
|
|
11
|
+
# ─── 模板变量(Mustache 语法)────────────────────────────────────────────────
|
|
12
|
+
variables:
|
|
13
|
+
youkuId:
|
|
14
|
+
youtubeId: xD-zaxlDqYQ
|
|
15
|
+
tencentVid:
|
|
16
|
+
bilibiliBvid:
|
|
17
|
+
|
|
18
|
+
content: This video is a laboratory operation video for human naive CD8+ T cell isolation, produced by Elabscience®. It primarily demonstrates the process of isolating human naive CD8+ T cells from human blood samples using EasySort™ Human Naïve CD8+T Cell Isolation Kit, including steps such as reagent preparation, sample preparation and processing, and cell isolation. The video is designed to help experimenters better understand the experimental procedure of magnetic bead sorting.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<p>
|
|
2
|
+
<iframe
|
|
3
|
+
src="
|
|
4
|
+
{{#youkuId}}https://player.youku.com/embed/{{youkuId}}{{/youkuId}}
|
|
5
|
+
{{#youtubeId}}https://www.youtube.com/embed/{{youtubeId}}{{/youtubeId}}
|
|
6
|
+
{{#tencentVid}}https://v.qq.com/txp/iframe/player.html?vid={{tencentVid}}{{/tencentVid}}
|
|
7
|
+
{{#bilibiliBvid}}https://player.bilibili.com/player.html?bvid={{bilibiliBvid}}{{/bilibiliBvid}}
|
|
8
|
+
"
|
|
9
|
+
width="100%"
|
|
10
|
+
height="450"
|
|
11
|
+
scrolling="no"
|
|
12
|
+
frameborder="0"
|
|
13
|
+
allowpaymentrequest
|
|
14
|
+
allowfullscreen
|
|
15
|
+
mozallowfullscreen
|
|
16
|
+
webkitallowfullscreen
|
|
17
|
+
></iframe>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
{{#content}}
|
|
21
|
+
<p>{{content}}</p>
|
|
22
|
+
{{/content}}
|
|
@@ -335,6 +335,14 @@
|
|
|
335
335
|
background-color: #f6f6f6;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
+
.bg-blue {
|
|
339
|
+
background-color: #006db8;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.bg-light-blue {
|
|
343
|
+
background-color: #f9fbfe;
|
|
344
|
+
}
|
|
345
|
+
|
|
338
346
|
.border {
|
|
339
347
|
border: 1px solid #DCEFF3;
|
|
340
348
|
}
|
|
@@ -725,16 +733,13 @@
|
|
|
725
733
|
<tbody>
|
|
726
734
|
<tr>
|
|
727
735
|
<td>
|
|
728
|
-
<a href="https://www.elabscience.com/products/flow-cytometry-antibodies"
|
|
729
|
-
class="decoration-none">Flow Cytometry Antibodies</a>
|
|
736
|
+
<a href="https://www.elabscience.com/products/flow-cytometry-antibodies" class="decoration-none">Flow Cytometry Antibodies</a>
|
|
730
737
|
</td>
|
|
731
738
|
<td>
|
|
732
|
-
<a href="https://www.elabscience.com/products/cell-function-assays"
|
|
733
|
-
class="decoration-none">Apoptosis and Cell Health Detection</a>
|
|
739
|
+
<a href="https://www.elabscience.com/products/cell-function-assays" class="decoration-none">Apoptosis and Cell Health Detection</a>
|
|
734
740
|
</td>
|
|
735
741
|
<td>
|
|
736
|
-
<a href="https://www.elabscience.com/products/immunoassay-kits-and-reagents"
|
|
737
|
-
class="decoration-none">Immunoassay Kits</a>
|
|
742
|
+
<a href="https://www.elabscience.com/products/immunoassay-kits-and-reagents" class="decoration-none">Immunoassay Kits</a>
|
|
738
743
|
</td>
|
|
739
744
|
</tr>
|
|
740
745
|
</tbody>
|
|
@@ -986,7 +991,7 @@
|
|
|
986
991
|
</td>
|
|
987
992
|
<td class="h-0 pb-24">
|
|
988
993
|
<p><strong class="text-size-[27px] font-bold" style="margin-right: 20px;">Speaker</strong> Dr. Sundas R Qureshi</p>
|
|
989
|
-
<p>Global Scientific Liaison, Elabscience Bionovation
|
|
994
|
+
<p>Global Scientific Liaison, Elabscience Bionovation Inc.</p>
|
|
990
995
|
</td>
|
|
991
996
|
</tr>
|
|
992
997
|
|
|
@@ -2687,28 +2692,20 @@
|
|
|
2687
2692
|
|
|
2688
2693
|
<tr>
|
|
2689
2694
|
<td>
|
|
2690
|
-
<img src="https://file.elabscience.com/edm/demimg2024428/电话.png" alt=""
|
|
2691
|
-
|
|
2692
|
-
<span class="align-middle">Toll-free: <a href="tel:1-888-852-8623"
|
|
2693
|
-
class="decoration-none">1-888-852-8623</a></span>
|
|
2695
|
+
<img src="https://file.elabscience.com/edm/demimg2024428/电话.png" alt="" class="align-middle" />
|
|
2696
|
+
<span class="align-middle">Toll-free: <a href="tel:1-888-852-8623" class="decoration-none">1-888-852-8623</a></span>
|
|
2694
2697
|
</td>
|
|
2695
2698
|
</tr>
|
|
2696
2699
|
<tr>
|
|
2697
2700
|
<td>
|
|
2698
|
-
<img src="https://file.elabscience.com/edm/demimg2024428/地球.png" alt=""
|
|
2699
|
-
|
|
2700
|
-
<span class="align-middle">Web: <a href=" https://www.elabscience.com"
|
|
2701
|
-
class="decoration-none">www.elabscience.com</a></span>
|
|
2701
|
+
<img src="https://file.elabscience.com/edm/demimg2024428/地球.png" alt="" class="align-middle" />
|
|
2702
|
+
<span class="align-middle">Web: <a href=" https://www.elabscience.com" class="decoration-none">www.elabscience.com</a></span>
|
|
2702
2703
|
</td>
|
|
2703
2704
|
</tr>
|
|
2704
2705
|
<tr>
|
|
2705
2706
|
<td>
|
|
2706
|
-
<img src="https://file.elabscience.com/edm/demimg2024428/邮件.png" alt=""
|
|
2707
|
-
|
|
2708
|
-
<span class="align-middle">Email: <a href="mailto:orders@elabscience.com"
|
|
2709
|
-
class="decoration-none">orders@elabscience.com</a>;<a
|
|
2710
|
-
href="mailto:techsupport@elabscience.com" class="decoration-none"
|
|
2711
|
-
style="padding-left: 10px;">techsupport@elabscience.com</a></span>
|
|
2707
|
+
<img src="https://file.elabscience.com/edm/demimg2024428/邮件.png" alt="" class="align-middle" />
|
|
2708
|
+
<span class="align-middle">Email: <a href="mailto:orders@elabscience.com" class="decoration-none">orders@elabscience.com</a>;<a href="mailto:techsupport@elabscience.com" class="decoration-none" style="padding-left: 10px;">techsupport@elabscience.com</a></span>
|
|
2712
2709
|
</td>
|
|
2713
2710
|
</tr>
|
|
2714
2711
|
<tr>
|
|
@@ -619,7 +619,9 @@
|
|
|
619
619
|
<tbody>
|
|
620
620
|
<tr>
|
|
621
621
|
<td colspan="4" class="banner image-box">
|
|
622
|
-
<
|
|
622
|
+
<a href="https://www.procellsystem.com/">
|
|
623
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/header.webp" alt="Procell" />
|
|
624
|
+
</a>
|
|
623
625
|
</td>
|
|
624
626
|
</tr>
|
|
625
627
|
|
|
@@ -634,16 +636,13 @@
|
|
|
634
636
|
<tbody>
|
|
635
637
|
<tr>
|
|
636
638
|
<td>
|
|
637
|
-
<a href="https://www.procellsystem.com/search-category=cell-culture-media">Cell Culture
|
|
638
|
-
Media</a>
|
|
639
|
+
<a class="decoration-none" href="https://www.procellsystem.com/search-category=cell-culture-media">Cell Culture Media</a>
|
|
639
640
|
</td>
|
|
640
641
|
<td>
|
|
641
|
-
<a href="https://www.procellsystem.com/search-category=auxiliary-reagents">Auxiliary
|
|
642
|
-
Reagents</a>
|
|
642
|
+
<a class="decoration-none" href="https://www.procellsystem.com/search-category=auxiliary-reagents">Auxiliary Reagents</a>
|
|
643
643
|
</td>
|
|
644
644
|
<td>
|
|
645
|
-
<a href="https://www.procellsystem.com/search-category=cell-function-research-kits">Cell
|
|
646
|
-
Function Research Kits</a>
|
|
645
|
+
<a class="decoration-none" href="https://www.procellsystem.com/search-category=cell-function-research-kits">Cell Function Research Kits</a>
|
|
647
646
|
</td>
|
|
648
647
|
</tr>
|
|
649
648
|
</tbody>
|
|
@@ -1907,62 +1906,42 @@
|
|
|
1907
1906
|
<td colspan="2">
|
|
1908
1907
|
<table cellspacing="0" cellpadding="0" border="0" class="contact-us text-center align-middle">
|
|
1909
1908
|
<colgroup>
|
|
1910
|
-
<!-- <col width="25%" /> -->
|
|
1911
1909
|
<col />
|
|
1912
|
-
<!-- <col width="25%" /> -->
|
|
1913
1910
|
</colgroup>
|
|
1914
1911
|
|
|
1915
1912
|
<tbody>
|
|
1916
1913
|
<tr>
|
|
1917
|
-
<!-- <td></td> -->
|
|
1918
1914
|
<td>
|
|
1919
|
-
<strong>Procell Biotechnology
|
|
1915
|
+
<strong>Procell Biotechnology Singapore Pte. Ltd.</strong>
|
|
1920
1916
|
</td>
|
|
1921
|
-
<!-- <td rowspan="4">
|
|
1922
|
-
<div class="contact-us-qrcode image-box">
|
|
1923
|
-
<img src="https://oss.pri-cella.com/images/edmewm.png" alt="" />
|
|
1924
|
-
</div>
|
|
1925
|
-
<p class="contact-us-whatsApp">WhatsApp Business Account</p>
|
|
1926
|
-
</td> -->
|
|
1927
1917
|
</tr>
|
|
1928
1918
|
|
|
1929
1919
|
<tr>
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
<
|
|
1933
|
-
class="align-middle" />
|
|
1934
|
-
<span class="align-middle">Toll-free: 1-888-852-8623</span>
|
|
1920
|
+
<td class="pt-3">
|
|
1921
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/phone.webp" alt="" class="align-middle" />
|
|
1922
|
+
<span class="align-middle">Tel: +65 31071793</span>
|
|
1935
1923
|
</td>
|
|
1936
1924
|
</tr>
|
|
1925
|
+
|
|
1937
1926
|
<tr>
|
|
1938
|
-
<!-- <td></td> -->
|
|
1939
1927
|
<td>
|
|
1940
|
-
<img src="https://
|
|
1941
|
-
|
|
1942
|
-
<span class="align-middle">Web: <a
|
|
1943
|
-
href="https://www.procellsystem.com/">www.procellsystem.com</a></span>
|
|
1928
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/site.webp" alt="" class="align-middle" />
|
|
1929
|
+
<span class="align-middle">Web: <a href="https://www.procellsystem.com/" class="decoration-none">www.procellsystem.com</a></span>
|
|
1944
1930
|
</td>
|
|
1945
1931
|
</tr>
|
|
1932
|
+
|
|
1946
1933
|
<tr>
|
|
1947
|
-
<!-- <td></td> -->
|
|
1948
1934
|
<td>
|
|
1949
|
-
<img src="https://
|
|
1950
|
-
|
|
1951
|
-
<span class="align-middle">Email: <a href="mailto:orders@procellsystem.com"
|
|
1952
|
-
class="decoration-none">orders@procellsystem.com</a>;</span>
|
|
1935
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/email.webp" alt="" class="align-middle" />
|
|
1936
|
+
<span class="align-middle">Email: <a href="mailto:orders@procellsystem.com" class="decoration-none">orders@procellsystem.com</a>; <a href="mailto:techsupport@procellsystem.com" class="decoration-none">techsupport@procellsystem.com</a></span>
|
|
1953
1937
|
</td>
|
|
1954
1938
|
</tr>
|
|
1939
|
+
|
|
1955
1940
|
<tr>
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
<
|
|
1959
|
-
style="padding-left: 13px;">techsupport@procellsystem.com</a>
|
|
1941
|
+
<td class="pt-3">
|
|
1942
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/location.webp" alt="" class="align-middle" />
|
|
1943
|
+
<span class="align-middle">Add: 1001 Jalan Bukit Merah #07-11, Singapore 159455</span>
|
|
1960
1944
|
</td>
|
|
1961
|
-
<!-- <td></td> -->
|
|
1962
|
-
</tr>
|
|
1963
|
-
<tr>
|
|
1964
|
-
<td colspan="1" class="pt-12">14780 Memorial Drive, Suite 105, Houston, Texas,
|
|
1965
|
-
77079, USA</td>
|
|
1966
1945
|
</tr>
|
|
1967
1946
|
</tbody>
|
|
1968
1947
|
</table>
|
package/package.json
CHANGED