diff options
author | Alvin Li <liweitianux@gmail.com> | 2013-08-13 14:13:24 +0800 |
---|---|---|
committer | Alvin Li <liweitianux@gmail.com> | 2013-08-13 14:13:24 +0800 |
commit | 9636d4a6767f49384d5c386bc3f1142c88b90613 (patch) | |
tree | 3a70f6d9e4be1791d36c87cc7cbfd1d5aa2b39dd /97suifangqa/templates/search/indexes/sciblog | |
parent | 9383d9a8a5988d071766c3d08a5c946e9c5b02ae (diff) | |
download | 97dev-9636d4a6767f49384d5c386bc3f1142c88b90613.tar.bz2 |
cloned from 'bitbucket', 2013/08/13
Diffstat (limited to '97suifangqa/templates/search/indexes/sciblog')
-rw-r--r-- | 97suifangqa/templates/search/indexes/sciblog/blogannotation_text.txt | 5 | ||||
-rw-r--r-- | 97suifangqa/templates/search/indexes/sciblog/sciblog_text.txt | 30 |
2 files changed, 35 insertions, 0 deletions
diff --git a/97suifangqa/templates/search/indexes/sciblog/blogannotation_text.txt b/97suifangqa/templates/search/indexes/sciblog/blogannotation_text.txt new file mode 100644 index 0000000..a347fc0 --- /dev/null +++ b/97suifangqa/templates/search/indexes/sciblog/blogannotation_text.txt @@ -0,0 +1,5 @@ +{{ object.brief_content }} +{{ object.detail }} +{% for keyword in object.keywords.all %} +{{ keyword.content }} +{% endfor %} diff --git a/97suifangqa/templates/search/indexes/sciblog/sciblog_text.txt b/97suifangqa/templates/search/indexes/sciblog/sciblog_text.txt new file mode 100644 index 0000000..edc145c --- /dev/null +++ b/97suifangqa/templates/search/indexes/sciblog/sciblog_text.txt @@ -0,0 +1,30 @@ +{{ object.title }} +{{ object.subhead }} +{{ object.journal }} +{{ object.entitle }} +{{ object.authors }} +{{ object.method }} +{{ object.aim }} +{{ object.abstract_result }} +{{ object.abstractAE }} +{{ object.treatment_content }} +{{ object.endpoint_content }} +{% for endpoint in object.endpoint_content.all %} +{{ endpoint.content }} +{% endfor %} + +{% for que in object.query.all %} +{{ que.content }} +{% endfor %} + +{{ object.conclusion }} + +{% for piece in object.konwledge_piece.all %} +{{ piece.content }} +{% endfor %} + +{{ object.detectionAssay }} + +{% for result in object.results.all %} +{{ result.content }} +{% endfor %} |