ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Improved publ-imp-test.bib
@ 2014-06-18 14:19 Robin.Kirkham
  2014-06-18 14:51 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Robin.Kirkham @ 2014-06-18 14:19 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

Hans,

I am using the attached .bib file while working on improving publ-imp-apa.mkvi. The test .bib file contains a short and long version of each publication category, and while it is not an exhaustive test of publications list formatting it is a good start. Perhaps you can consider this to replace the existing publ-imp-test.bib in the core.

Robin


[-- Attachment #2: publ-imp-test.bib --]
[-- Type: application/octet-stream, Size: 6439 bytes --]

% Test bibliography for developing publ-impl-XXX files
%
% All publication categories have an example entry here. Most have an entry
% with a "-min" key, containing only the minimal set of fields.

@article {test-article-min,
    author	= "An Author",
    title	= "Title-article",
    journal	= "Journal",
    year	= "Year"
}

@article {test-article,
    author	= "An Author",
    title	= "Title-article",
    journal	= "Journal",
    year	= "Year",

    volume	= "Volume",
    number	= "Number",
    pages	= "Pages",
    month	= "Month",
    note	= "Note"
}


@book {test-book-min,
    author	= "An Author",		% author, editor, or both
    title	= "Title-book",
    publisher	= "Publisher",
    year	= "Year"
}

@book {test-book,
    author	= "An Author",		% author, editor, or both
    editor	= "An Editor",
    title	= "Title-book",
    publisher	= "Publisher",
    year	= "Year",

    volume	= "Volume",		% volume, number, or both
    number	= "Number",
    series	= "Series",
    address	= "Address",
    edition	= "Edition",
    month	= "Month",
    note	= "Note"
}

@book {test-book-edited,
    editor	= "An Editor",		% (no author)
    title	= "Title-book-edited",
    publisher	= "Publisher",
    year	= "Year"
}

@booklet {test-booklet-min,
    title	= "Title-booklet"
}

@booklet {test-booklet,
    title	= "Title-booklet",

    author	= "An Author",
    howpublished = "How-published",
    address	= "Address",
    month	= "Month",
    year	= "Year",
    note	= "Note"
}


@inbook {test-inbook-min,
    author	= "An Author",		% author, editor, or both
    editor	= "An Editor",
    title	= "Title-inbook",
    chapter	= "Chapter",		% chapter, pages, or both
    pages	= "Pages",
    publisher	= "Publisher",
    year	= "Year"
}

@inbook {test-inbook,
    author	= "An Author",		% author, editor, or both
    editor	= "An Editor",
    title	= "Title-inbook",
    chapter	= "Chapter",		% chapter, pages, or both
    pages	= "Pages",
    publisher	= "Publisher",
    year	= "Year",

    volume	= "Volume",		% volume, number, or both
    number	= "Number",
    series	= "Series",
    type	= "Type",
    address	= "Address",
    edition	= "Edition",
    month	= "Month",
    note	= "Note"
}


@incollection {test-incollection-min,
    author	= "An Author",
    title	= "Title-incollection",
    booktitle	= "Booktitle",
    publisher	= "Publisher",
    year	= "Year"
}

@incollection {test-incollection,
    author	= "An Author",
    title	= "Title-incollection",
    booktitle	= "Booktitle",
    publisher	= "Publisher",
    year	= "Year",

    editor	= "An Editor",
    volume	= "Volume",		% volume, number, or both
    number	= "Number",
    series	= "Series",
    type	= "Type",
    chapter	= "Chapter",
    pages	= "Pages",
    address	= "Address",
    edition	= "Edition",
    month	= "Month",
    note	= "Note"
}


@inproceedings {test-inproceedings-min,
    author	= "An Author",
    title	= "Title-inproceedings",
    booktitle	= "Booktitle",
    year	= "Year"
}

@inproceedings {test-inproceedings,
    author	= "An Author",
    title	= "Title-inproceedings",
    booktitle	= "Booktitle",
    year	= "Year",

    editor	= "An Editor",
    volume	= "Volume",		% volume, number, or both
    number	= "Number",
    series	= "Series",
    pages	= "Pages",
    address	= "Address",
    month	= "Month",
    organization = "Organization",
    publisher	= "Publisher",
    note	= "Note"
}


@manual {test-manual-min,
    title	= "Title-manual"
}

@manual {test-manual,
    title	= "Title-manual",

    author	= "An Author",
    organization = "Organization",
    address	= "Address",
    edition	= "Edition",
    month	= "Month",
    year	= "Year"
    note	= "Note"
}


@mastersthesis {test-mastersthesis-min,
    author	= "An Author",
    title	= "Title-mastersthesis",
    school	= "School",
    year	= "Year",
} 

@mastersthesis {test-mastersthesis,
    author	= "An Author",
    title	= "Title-mastersthesis",
    school	= "School",
    year	= "Year",

    type	= "Type",
    address	= "Address",
    month	= "Month",
    note	= "Note"
}


@proceedings {test-proceedings-min,
    title	= "Title-proceedings",
    year	= "Year",
}

@proceedings {test-proceedings,
    title	= "Title-proceedings",
    year	= "Year",

    editor	= "An Editor",
    volume	= "Volume",		% volume, number, or both
    number	= "Number",
    series	= "Series",
    address	= "Address",
    month	= "Month",
    organization = "Organization",
    publisher	= "Publisher",
    note	= "Note"
}


@phdthesis {test-phdthesis-min,
    author	= "An Author",
    title	= "Title-phdthesis",
    school	= "School",
    year	= "Year",
}

@phdthesis {test-phdthesis,
    author	= "An Author",
    title	= "Title-phdthesis",
    school	= "School",
    year	= "Year",

    type	= "Type",
    address	= "Address",
    month	= "Month",
    note	= "Note"
}


@techreport {test-techreport-min,
    author	= "An Author",
    title	= "Title-techreport",
    institution	= "Institution",
    year	= "Year",
}

@techreport {test-techreport,
    author	= "An Author",
    title	= "Title-techreport",
    institution	= "Institution",
    year	= "Year",

    type	= "Type",
    number	= "Number",
    address	= "Address",
    month	= "Month",
    note	= "Note"
}


@misc {test-misc,
    author	= "An Author",
    title	= "Title-misc",
    howpublished = "How-published",
    month	= "Month",
    year	= "Year",
    note	= "Note"
}


@unpublished {test-unpublished-min,
    author	= "An Author",
    title	= "Title-unpublished",
    note	= "Note"
}

@unpublished {test-unpublished,
    author	= "An Author",
    title	= "Title-unpublished",
    note	= "Note",

    month	= "Month",
    year	= "Year"
}

% some other test entries

@misc {test-manyauthor,
    author	= "A Author and B Author and C Author and D Author and
                   E Author and F Author and G Author and H Author and
		   I Author and J Author and K Author and L Author and
		   M Author and N Author and O Author and P Author and
		   Q Author and R Author and S Author and T Author and
		   U Author and V Author and W Author and X Author and
		   Y Author and Z Author",
    title	= "Title-Many Authors"
}

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Improved publ-imp-test.bib
  2014-06-18 14:19 Improved publ-imp-test.bib Robin.Kirkham
@ 2014-06-18 14:51 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2014-06-18 14:51 UTC (permalink / raw)
  To: ntg-context

On 6/18/2014 4:19 PM, Robin.Kirkham@csiro.au wrote:
> Hans,
>
> I am using the attached .bib file while working on improving publ-imp-apa.mkvi. The test .bib file contains a short and long version of each publication category, and while it is not an exhaustive test of publications list formatting it is a good start. Perhaps you can consider this to replace the existing publ-imp-test.bib in the core.

Ok (but I reformatted it a bit). Alan is also checking the aps mapping 
(plus aps mapping) so best coordinate with him too (he has the official 
standards).

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-18 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 14:19 Improved publ-imp-test.bib Robin.Kirkham
2014-06-18 14:51 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).