UNPKG

inspire-citesummary-js

Version:
40 lines (37 loc) 1.42 kB
<html> <head> <link href="../node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> <style> body { padding-top: 1em; } </style> </head> <body> <div class="container-fluid"> <div class="row-fluid"> <div class="col-md-12"> <div class="jumbotron"> <h1>INSPIRE Cite Summary Examples</h1> </div> <div class="well well-lg"> <h4>Paper Example</h4> <p>The papers example shows a cite summary for a single paper. This differs from other examples in that there is only one paper of interest, with citations bring the primary focus</p> <a href="paper.html" class="btn btn-info">View Example</a> </div> <div class="well well-lg"> <h4>Institution Example</h4> <p>This shows a citation summary for 30,000 papers from Bicocca University, Milano</p> <a href="institution.html" class="btn btn-info">View Example</a> </div> <div class="well well-lg"> <h4>Author Example</h4> <p>This shows a citation summary for an author (Barbara Storaci, University of Zurich, Switzerland).</p> <a href="author.html" class="btn btn-info">View Example</a> </div> </div> </div> </div> </body> </html>