Template:Block literature highlight: Difference between revisions

From CSDMS
No edit summary
No edit summary
 
(51 intermediate revisions by the same user not shown)
Line 3: Line 3:
<div class="row" style="background-color:{{{background_color}}}"><div class="col-sm-12">
<div class="row" style="background-color:{{{background_color}}}"><div class="col-sm-12">
{{#cargo_query:
{{#cargo_query:
tables=BibEntryCargo,RefsInt2,RefsInt1
tables=BibEntryCargo,RefsInt2,RefsInt1,_pageData
|join on=BibEntryCargo._pageName=RefsInt2._pageName,BibEntryCargo._pageName=RefsInt1._pageName
|join on=BibEntryCargo._pageName=RefsInt2._pageName,BibEntryCargo._pageName=RefsInt1._pageName,BibEntryCargo._pageName=_pageData._pageName
|where = CSDMSGroups LIKE "{{{CSDMS_Group}}}" && (BibEntryCargo.BibType = "journalArticle" OR BibEntryCargo.BibType = "book" OR BibEntryCargo.BibType = "bookSection")
|where = CSDMSGroups LIKE "%{{{CSDMS_Group}}}%" && (BibEntryCargo.BibType = "journalArticle" OR BibEntryCargo.BibType = "book" OR BibEntryCargo.BibType = "bookSection")
|fields=CONCAT_WS('','[[', BibEntryCargo._pageName, '|', Firstname, ']]', ' ', DATE_FORMAT(Year,"%Y"),'. ',Title,'. <i>', Journal,'</i>, ', Volume, Pages,'. ', CONCAT_WS('','[http://dx.doi.org/',DOI,' ',DOI,']')) =
|fields=CONCAT('<div style="vertical-align: top;">',CONCAT_WS('','[[', BibEntryCargo._pageName, '|', Firstname, ']]', ' ', DATE_FORMAT(Year,"%Y"),'. ',Title,'. <i>', Journal,'</i>, ', Volume, Pages,'. ', CONCAT_WS('','[http://dx.doi.org/',DOI,' ',DOI,']'),'.
Peer reviewed reference(s), DATE_FORMAT(Year,"%Y")=Year, CONCAT('[https://api.semanticscholar.org/graph/v1/paper/',Semantic_ID,' ',PublicationCitationsNr,']')=Cited
 
',IF(HighLightText != '' AND HighLightText IS NOT NULL, CONCAT('<br><br><dd><i><b>Highlight:</b> ', HighLightText, '</i></dd>'),
    '')
),
'</div>'
)= Reference(s), CONCAT('<div style="vertical-align: top;">', DATE_FORMAT(_modificationDate,"%M %Y"), '</div>') =Highlighted
|group by = BibEntryCargo._pageName
|group by = BibEntryCargo._pageName
|limit=1000
|limit=1000
|column widths=73%,7%,8%
|column widths=81%,9%
|rows per page = 5
|rows per page = 5
|named args=yes
|named args=yes
|order by=Year DESC
|order by=_modificationDate DESC
|format=dynamic table
|format=dynamic table
}}
}}
</div></div>
</div></div>

Latest revision as of 07:44, 6 November 2025

{{{title}}}

{{ {{{buttons}}} }}

No results