IV · 31
Conference Paper
An OpenURL for a paper in conference proceedings — using the Book format with genre=proceeding.
Scenario
A reference list cites a paper presented at a conference and printed in the proceedings volume. The proceedings have a publisher, a year, and a conference name and location. The paper has its own title, authors, and page range.
OpenURL
https://resolver.example.edu/openurl?
ctx_ver=Z39.88-2004
&rft_val_fmt=info:ofi/fmt:kev:mtx:book
&rft.genre=proceeding
&rft.btitle=Proceedings+of+the+31st+International+Conference+on+Software+Engineering
&rft.atitle=Detecting+Performance+Anti-Patterns
&rft.aulast=Doe
&rft.aufirst=Jane
&rft.au=Roe%2C+Richard
&rft.pub=IEEE
&rft.place=Vancouver%2C+Canada
&rft.date=2009
&rft.spage=42
&rft.epage=51
&rfr_id=info:sid/example.com:database
Decoded
- rft.genre
- proceeding — a paper in conference proceedings. The alternate value
conferenceis also accepted by some implementations. - rft.btitle
- Proceedings of the 31st International Conference on Software Engineering — the proceedings title; serves the same role as a book title.
- rft.atitle
- Detecting Performance Anti-Patterns — the paper's title.
- rft.au (and aulast/aufirst)
- Doe, Jane; Roe, Richard — the paper's authors.
- rft.pub
- IEEE — publisher of the proceedings.
- rft.place
- Vancouver, Canada — conference location, also used for the publication place.
- rft.date
- 2009 — year of the conference and the proceedings.
- rft.spage / rft.epage
- 42 / 51
Notes
- The Book KEV format covers conference proceedings; there is no separate proceedings format.
- The conference name itself appears as part of
rft.btitle; there is no dedicated conference-name descriptor in the registered Book format. - For an open-access preprint of the paper hosted on arXiv, an alternate or additional
rft_id=info:arxiv/<id>may be included. See Preprint (arXiv).