Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-27 05:00:44 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-27 05:00:44 +0300
commit945e8bb8eb5a5fcefc014d5f9347bd93263ad317 (patch)
tree728c564a0623ede11beb9f773accd23562f1f9fa
parent497d238175dce5a7a567bd97e1dd481256c50dec (diff)
URL encode names in COinS
-rw-r--r--layouts/partials/COinS.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/COinS.html b/layouts/partials/COinS.html
index a1717d7..c243b06 100644
--- a/layouts/partials/COinS.html
+++ b/layouts/partials/COinS.html
@@ -1 +1 @@
-<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_id={{ .Permalink }}&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.title={{ $jtitle := partial "url-encode.html" .Site.Title }}{{ $jtitle }}&amp;rft.jtitle={{ $jtitle }}&amp;rft.atitle={{ partial "url-encode.html" .Title }}&amp;rft.artnum={{ partial "url-encode.html" .Params.articleID }}&amp;rft.stitle=&amp;rft.volume={{ partial "url-encode.html" .Params.volume }}{{ with .Params.issue }}&amp;rft.issue={{ partial "url-encode.html" . }}{{ end }}{{ range first 1 .Params.authors }}{{ with .given_name }}&amp;rft.aufirst={{ . }}{{ end }}{{ with .surname }}&amp;rft.aulast={{ . }}{{ end }}{{ end }}{{ range .Params.authors }}&amp;rft.au={{ if and ( .given_name ) ( .surname ) }}{{ .surname }}%2C%20{{ .given_name }}{{ else }}{{ with .given_name }}{{ . }}{{ end }}{{ with .surname }}{{ . }}{{ end }}{{ end }}{{ end }}{{ with .Date }}&amp;rft.date={{ dateFormat "2006-01-02" . }}{{ end }}{{ with .Params.doi }}&amp;rft_id=info%3Adoi%2F{{ partial "url-encode.html" . }}{{ end }}{{ with .Params.firstpage }}&amp;rft.pages={{ . }}{{ with $.Params.lastpage }}-{{ . }}{{ end }}{{ end }}{{ with .Site.Params.printISSN }}&amp;rft.issn={{ . }}{{ end }}{{ with .Site.Params.eISSN }}&amp;rft.eissn={{ . }}{{ end }}"></span> \ No newline at end of file
+<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_id={{ .Permalink }}&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.title={{ $jtitle := partial "url-encode.html" .Site.Title }}{{ $jtitle }}&amp;rft.jtitle={{ $jtitle }}&amp;rft.atitle={{ partial "url-encode.html" .Title }}&amp;rft.artnum={{ partial "url-encode.html" .Params.articleID }}&amp;rft.stitle=&amp;rft.volume={{ partial "url-encode.html" .Params.volume }}{{ with .Params.issue }}&amp;rft.issue={{ partial "url-encode.html" . }}{{ end }}{{ range first 1 .Params.authors }}{{ with .given_name }}&amp;rft.aufirst={{ partial "url-encode.html" . }}{{ end }}{{ with .surname }}&amp;rft.aulast={{ partial "url-encode.html" . }}{{ end }}{{ end }}{{ range .Params.authors }}&amp;rft.au={{ if and ( .given_name ) ( .surname ) }}{{ partial "url-encode.html" .surname }}%2C%20{{ partial "url-encode.html" .given_name }}{{ else }}{{ with .given_name }}{{ partial "url-encode.html" . }}{{ end }}{{ with .surname }}{{ partial "url-encode.html" . }}{{ end }}{{ end }}{{ end }}{{ with .Date }}&amp;rft.date={{ dateFormat "2006-01-02" . }}{{ end }}{{ with .Params.doi }}&amp;rft_id=info%3Adoi%2F{{ partial "url-encode.html" . }}{{ end }}{{ with .Params.firstpage }}&amp;rft.pages={{ . }}{{ with $.Params.lastpage }}-{{ . }}{{ end }}{{ end }}{{ with .Site.Params.printISSN }}&amp;rft.issn={{ . }}{{ end }}{{ with .Site.Params.eISSN }}&amp;rft.eissn={{ . }}{{ end }}"></span> \ No newline at end of file