mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-10 19:27:23 +08:00
Adding support sketch. It's doing a thing. Actually have something reasonable. Making it more like others. Better authors field. Adding month and year. Handling case when Month isn't given. Adding a response for XML. Fixed xml FakeWeb route, and cleaned up pubmed speccing code a touch Refactoring pubmed_onebox
12 lines
184 B
Text
Vendored
12 lines
184 B
Text
Vendored
<h4>
|
|
<a href="{{link}}" target="_blank">{{title}}</a>
|
|
</h4>
|
|
|
|
<div class="date">
|
|
{{authors}},
|
|
<i>{{journal}}</i>, {{date}}
|
|
</div>
|
|
|
|
<p class="pubmed-abstract">
|
|
{{abstract}}
|
|
</p>
|