ETS meeting bib2php: convert BibTeX to PHP By Rob Young outline - - PowerPoint PPT Presentation

ets meeting bib2php convert bibtex to php by rob young
SMART_READER_LITE
LIVE PREVIEW

ETS meeting bib2php: convert BibTeX to PHP By Rob Young outline - - PowerPoint PPT Presentation

ETS meeting bib2php: convert BibTeX to PHP By Rob Young outline what is bib2php? why you should care what bib2php can do getting started advanced use customization future development how to get on board what is


slide-1
SLIDE 1

ETS meeting bib2php: convert BibTeX to PHP By Rob Young

slide-2
SLIDE 2
  • utline
  • what is bib2php?
  • why you should care
  • what bib2php can do
  • getting started
  • advanced use
  • customization
  • future development
  • how to get on board
slide-3
SLIDE 3

what is bib2php?

  • put your publications on the web
  • converts a BibTeX file to PHP
  • developed at LCV
  • used at:

http://www.cns.nyu.edu/~lcv/publications.php

slide-4
SLIDE 4

why you should care

  • save time and effort
  • Cut work in half if you update bibtex and HTML
  • feature rich
  • customizable
slide-5
SLIDE 5

features

Let's take a test drive!

slide-6
SLIDE 6

getting started

  • basic features work with just your BibTeX
  • sort documents by BibTeX types, date, and author
  • exclude BibTex types
  • abstract page

– Author links – Publication links

  • also need configuration info in bib2php.conf
slide-7
SLIDE 7

Bib2php.conf

slide-8
SLIDE 8

advanced use

  • advanced features require a bibaux file
  • BibTeX format

@article{foo11,

SUPERSEDES = “foo10|foo09”, RELATED = “First attempt to apply foo to bar|baz08”, RELATED = “baz09”,

}

  • Documented for easy reference
slide-9
SLIDE 9

bibaux

  • supplemental
  • downloads
  • related documents
  • awards
  • superseded papers
  • cover pictures
  • document types not defined by BibTeX
  • conference abstract / paper distinction
  • talks
  • posters
slide-10
SLIDE 10

customization

  • CSS
  • printSelf function
  • Change printing style for existing document types
  • Define style for new document types
slide-11
SLIDE 11

What does the future hold?

  • TOPICS!
  • tag based
  • sort and exclude by topics
  • allows for automated topic pages
  • GUI bibaux editor
  • more generic BibTeX parser
slide-12
SLIDE 12

how do you get a copy?

  • still in beta release
  • email me (ryoung@cns.nyu.edu) for a copy