_template_.html (2307B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>%(title)s</title> 6 <link rel="stylesheet" href="%(root)s/css/main.css"> 7 <link rel="stylesheet" href="%(root)s/css/pubs.css"> 8 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 9 </head> 10 <!-- 11 *** I AM MACHINE GENERATED! DO NOT EDIT ME! 12 *** EDIT THE .bib FILE or _template_.html INSTEAD! 13 14 Generated by `%(command_line)s' 15 (C) Eddie Kohler 1999-2000, Nick Mathewson 2003 16 (C) ng0 2018, 2019 17 --> 18 19 <!-- gnunet bib meshnetworking bibliography --> 20 <body bgcolor="#ffffff" text="#000000" link="#bb0000" vlink="#990099" alink="#ff9900" > 21 22 <h1 align="center">%(short_title)s</h1> 23 <p align="center"> 24 %(otherbibs)s 25 </p> 26 <p align="center"> 27 %(choices)s 28 </p> 29 <!-- TODO: breadcrumbs --> 30 <hr> 31 <section class="side-bar"> 32 <strong>%(sectiontypes)s:</strong><br> 33 <ul class="bar-list"> 34 %(sections)s 35 </ul> 36 </section> 37 <hr> 38 <section> 39 <h2>Publications by %(field)s</h2> 40 <div class="sheet"> 41 <!-- <ul class="sections"> --> 42 %(entries)s 43 <!-- </ul> --> 44 </div> 45 </section> 46 <hr class="hidden-hr"> 47 <footer> 48 <p class="contact"> 49 Please send new or corrected entries to 50 <a name="contact"> 51 <span class="email"> 52 <gnunet-developers@gn<!-- -->u.org> 53 </span> 54 </a>. 55 <br /> 56 If you can, please format them as BibTeX; see our 57 <a href="bibtex.html">BibTeX source page</a> for examples.<br /> 58 <br /> 59 Remember to include URLs if possible: 60 <a href="https://web.archive.org/web/20031231072314/http://citeseer.ist.psu.edu/online-nature01/">offline papers are less useful</a>. 61 </p> 62 <p> 63 The source code to gnunetbib is in Git. See 64 <a href="https://gnunet.org/git/gnunetbib.git">the gnunetbib cgit page</a> 65 for more information. To contribute to this BibTeX viewer, read 66 <a href="https://gnunet.org/git/gnunetbib.git/tree/TODO">TODO</a> 67 for possible starting points. 68 </p> 69 <p> 70 When submitting, please try to match the format of our entries in 71 gnunetbib.bib. Our tools do not work on arbitrary bibtex, and 72 hand-cleaning entries can significantly delay us. 73 </p> 74 </footer> 75 </body> 76 </html>