|
@ -20,6 +20,10 @@ bibtexbrowser is a PHP script to browse and search bib entries from BibTex files |
|
|
|
|
|
|
|
|
You can also include your publications list into your home page: |
|
|
You can also include your publications list into your home page: |
|
|
<?php
|
|
|
<?php
|
|
|
|
|
|
session_start(); //should be at the very top of the script
|
|
|
|
|
|
// => avoid reparsing the bib file for each request;
|
|
|
|
|
|
// => run faster;
|
|
|
|
|
|
|
|
|
// the bib file
|
|
|
// the bib file
|
|
|
$_GET['bib']='mybib.bib';
|
|
|
$_GET['bib']='mybib.bib';
|
|
|
// the request
|
|
|
// the request
|
|
|