I like in the sand box to show the different keywords.
Whats wrong and where is the documentation if the regex usage in templates?
example content:
Code: Select all
Received June 16, 1999
Abstract Based on the sequence analysis of 5.8S subunit and internal transcribed spacers (ITS )
of ribosomal RNA gene (rDNA), the molecular phylogenetic tree of representative species of Pipizini and three groups of Syrphidae with different feeding habits (seven species belong to six genera)
was constructed. Meanwhile, the phylogenetic tree of tribes (including Pipizini and other 17 tribes of
Syrphidae) was constructed using morphological characteristics of adults and larvae and the number of chromosomes. Both the results show that the relationship between Pipizini and predatory
groups is closer than that between Pipizini and saprophagous groups. So it is suggested that
Pipizini be transferred from Milesiinae to Syrphinae.
Keywords: rDNA, molecular phylogeny, cladistics, Syrphidae, Pipizini, phylogenetic position.
bla bla next section etc...
Code: Select all
{{ keywords = {% regex_search "Keywords\:\(,\? \(\w\+\)\)\+" "{{ document.content }} %}" }}
{% for keyword in keywords: %}
<li>{{ keyword }}</li>
{% endfor %}