Closed hpxing closed 11 months ago
Hmm, so data explorer creates the note correctly, but not when you run the import? Could you share how your Output Path
is set in settings?
Also, are there any errors in the developer tools?
There is no error. And the file is created in the folder I set, but nothing in it
EDIT I wrote a comment about 2.1.8, but the note was created, I was looking in the wrong folder, on my side ok!
@hpxing There should be two commands. One is "Import notes" which imports notes like these from Zotero:
Then another command with the same name as your import format.
Just to clarify, which import isn't working for you?
sorry It works。 I use wrong import, cause my tp name is import ,I used the import notes 。 I should use import 1#,as this is my tp name。 By the way ,the annotion form pdf extract have no link to the page which annotion is in。 And it is not backlinked to zotero。
If I import form notes ,it is backlinked to zotero。Another thing is the import notes does not have the picture。 Thanks for the amazing plugin。
In zotero
import notes into ob
NO pictures,only the link。
I know this was now a long time ago, but just in case someone else comes by (or, @hpxing still useful to you), Zotero stores the note-images as annotations even when they're in a built note...it's annoying. The template below may help but it isn't fully functional (it will output the image links, but also multiple modified copies of list...). It filters annotations to just images, checks if their ids exist in the note, and replaces those with themselves+the image relative path.
{%- set annotationImage = annotations | filterby("type", "contains", "image") -%}
{% if annotationImage %}
{% for annotation in annotationImage %}
{% set idx = [annotation['id'], ")"] | join %}
{% set idxreplace = [idx, " ![[{{", annotation['imageRelativePath'], "}}]]"] | join %}
{% if annotation['id'] in note.note %}
{{ note.note | replace(idx, idxreplace) }}
{% endif %}
{% endfor %}
{% endif %}
{{note.note}}
the 2.1.8 version
TP
{{title}}
Formatted Bibliography
{{bibliography}} {% if abstractNote %}
Abstract
{{abstractNote}} {% endif %}
{% for annotation in annotations %} {% if annotation.annotatedText %}
and this is output form data explorer
Foaming of PLA Composites by Supercritical Fluid-Assisted Processes: A Review
Formatted Bibliography
(1)
Villamil Jiménez, J. A.; Le Moigne, N.; Bénézet, J.-C.; Sauceau, M.; Sescousse, R.; Fages, J. Foaming of PLA Composites by Supercritical Fluid-Assisted Processes: A Review. Molecules 2020, 25 (15), 3408. https://doi.org/10.3390/molecules25153408.
Abstract
Polylactic acid (PLA) is a well-known and commercially available biopolymer that can be produced from different sources. Its different characteristics generated a great deal of interest in various industrial fields. Besides, its use as a polymer matrix for foam production has increased in recent years. With the rise of technologies that seek to reduce the negative environmental impact of processes, chemical foaming agents are being substituted by physical agents, primarily supercritical fluids (SCFs). Currently, the mass production of low-density PLA foams with a uniform cell morphology using SCFs as blowing agents is a challenge. This is mainly due to the low melt strength of PLA and its slow crystallization kinetics. Among the different options to improve the PLA characteristics, compounding it with different types of fillers has great potential. This strategy does not only have foaming advantages, but can also improve the performances of the final composites, regardless of the implemented foaming process, i.e., batch, injection molding, and extrusion. In addition, the operating conditions and the characteristics of the fillers, such as their size, shape factor, and surface chemistry, play an important role in the final foam morphology. This article proposes a critical review on the different SCF-assisted processes and effects of operating conditions and fillers on foaming of PLA composites.
【摘要翻译】聚乳酸(PLA)是一种广为人知的商用生物聚合物,可从不同来源生产。其不同的特性在各个工业领域引起了极大的兴趣。此外,近年来,其作为泡沫生产的聚合物基质的用途有所增加。随着寻求减少工艺对环境的负面影响的技术的兴起,化学发泡剂正被物理剂取代,主要是超临界流体(SCF)。目前,使用单细胞纤维作为发泡剂大规模生产具有均匀泡孔形态的低密度PLA泡沫是一个挑战。这主要是由于PLA的低熔体强度和缓慢的结晶动力学。在改善聚乳酸特性的各种选择中,将其与不同类型的填料复合具有很大的潜力。该策略不仅具有发泡优势,而且可以改善最终复合材料的性能,无论采用何种发泡工艺,即分批、注射成型和挤出。此外,填料的操作条件和特性,如尺寸、形状因子和表面化学,对最终泡沫形态起着重要作用。本文对不同的SCF辅助工艺以及操作条件和填料对PLA复合材料发泡的影响进行了综述。
%% Import Date: 2022-04-30T20:26:20.685Z %%