Thank you, looks good.

On 16 May 2014 16:35, Sebastian Karcher <karc...@u.northwestern.edu> wrote:

> thanks for testing. Could you try again with the version that just went up?
>
> On Fri, May 16, 2014 at 1:45 AM, Nick Bart <nickbart1...@gmail.com> wrote:
> > Great. From what I tried (see below), the bibliography entries all look
> > good. In notes 2 and 3, genre, resp. genre and event are missing, these
> > would be supposed to appear in round braces, together with the date.
> >
> > Pandoc output (format "plain"):
> >
> > Foo.[^1] Bar.[^2] Baz.[^3] Foo.[^4] Bar.[^5] Baz.[^6]
> >
> > References
> > ==========
> >
> > Doe, Stacy. “This "Speech" Item Contains NONE of
> > [Genre|event|event-Place].” April 26, 2000.
> >
> > ———. “This "Speech" Item Contains Variables Event-Place.” Event-place,
> > April 26, 2000.
> >
> > ———. “This "Speech" Item Contains Variables Genre.” Genre, April 26,
> > 2000.
> >
> > ———. “This "Speech" Item Contains Variables Genre, Event.” Genre
> > presented at the Event, April 26, 2000.
> >
> > ———. “This "Speech" Item Contains Variables Genre, Event-Place.” Genre,
> > Event-place, April 26, 2000.
> >
> > ———. “This "Speech" Item Contains Variables Genre, Event, Event-Place.”
> > Genre presented at the Event, Event-place, April 26, 2000.
> >
> > [^1]: Stacy Doe, “This "Speech" Item Contains Variables Genre, Event,
> >     Event-Place,” (Genre presented at the Event, Event-place, April 26,
> >     2000).
> >
> > [^2]: Stacy Doe, “This "Speech" Item Contains Variables Genre,” April
> >     26, 2000.
> >
> > [^3]: Stacy Doe, “This "Speech" Item Contains Variables Genre, Event,”
> >     April 26, 2000.
> >
> > [^4]: Stacy Doe, “This "Speech" Item Contains Variables Genre,
> >     Event-Place,” (Genre, Event-place, April 26, 2000).
> >
> > [^5]: Stacy Doe, “This "Speech" Item Contains Variables Event-Place,”
> >     (Event-place, April 26, 2000).
> >
> > [^6]: Stacy Doe, “This "Speech" Item Contains NONE of
> >     [Genre|event|event-Place],” April 26, 2000.
> >
> >
> > Input:
> >
> > pandoc -s -F pandoc-citeproc -t plain <<EOT
> >
> > Foo [@item1]. Bar [@item2]. Baz [@item3].
> > Foo [@item4]. Bar [@item5]. Baz [@item6].
> >
> > # References {-}
> >
> > ---
> > csl: chicago-fullnote-bibliography.csl
> > references:
> > - author:
> >   - family: Doe
> >     given: Stacy
> >   id: item1
> >   issued:
> >     date-parts:
> >     - - 2000
> >       - 4
> >       - 26
> >   title: This "speech" item contains variables genre, event, event-place
> >   type: speech
> >   genre: Genre
> >   event-place: Event-place
> >   event: Event
> >
> > - author:
> >   - family: Doe
> >     given: Stacy
> >   id: item2
> >   issued:
> >     date-parts:
> >     - - 2000
> >       - 4
> >       - 26
> >   title: This "speech" item contains variables genre
> >   type: speech
> >   genre: Genre
> >
> > - author:
> >   - family: Doe
> >     given: Stacy
> >   id: item3
> >   issued:
> >     date-parts:
> >     - - 2000
> >       - 4
> >       - 26
> >   title: This "speech" item contains variables genre, event
> >   type: speech
> >   genre: Genre
> >   event: Event
> >
> > - author:
> >   - family: Doe
> >     given: Stacy
> >   id: item4
> >   issued:
> >     date-parts:
> >     - - 2000
> >       - 4
> >       - 26
> >   title: This "speech" item contains variables genre, event-place
> >   type: speech
> >   genre: Genre
> >   event-place: Event-place
> >
> > - author:
> >   - family: Doe
> >     given: Stacy
> >   id: item5
> >   issued:
> >     date-parts:
> >     - - 2000
> >       - 4
> >       - 26
> >   title: This "speech" item contains variables event-place
> >   type: speech
> >   event-place: Event-place
> >
> > - author:
> >   - family: Doe
> >     given: Stacy
> >   id: item6
> >   issued:
> >     date-parts:
> >     - - 2000
> >       - 4
> >       - 26
> >   title: This "speech" item contains NONE of [genre|event|event-place]
> >   type: speech
> > ...
> > EOT
> >
> >
> >
> >
> > On 15 May 2014 18:04, Sebastian Karcher <karc...@u.northwestern.edu>
> wrote:
> >>
> >> ok, this is now implemented in the standard full-note style, some
> >> testing would be nice.
> >>
> >> On Tue, May 13, 2014 at 3:48 PM, Sebastian Karcher
> >> <karc...@u.northwestern.edu> wrote:
> >> >>
> >> >> @adamsmith: Do you think you could fix the style to use "event-place"
> >> >> only
> >> >> for "speech"?
> >> >> Also, if there's neither an "event" nor any of the places, "genre" is
> >> >> rendered in the bibliography but not in the notes, in pandoc and
> Zotero
> >> >> alike.
> >> >>
> >> > yes, will do. The lack of that distinction is a long-standing issue in
> >> > Zotero, we should get that fixed together with the long other list of
> >> > field and item updates.
> >> >
> >> >
> >> >>
> >> >>
> >> >> On 13 May 2014 19:14, Joseph Reagle <joseph.2...@reagle.org> wrote:
> >> >>>
> >> >>> Hi Nick,
> >> >>>
> >> >>> On 05/12/2014 03:43 PM, Nick Bart wrote:
> >> >>> > The type that usually works well for papers without a formal
> >> >>> > publisher
> >> >>> > is CSL "speech" (Zotero: "Presentation). Your "conference papers
> >> >>> > online
> >> >>> > for whom I don't know the publisher, but I do have an event title
> >> >>> > and
> >> >>> > place" would fall into this category.
> >> >>>
> >> >>> Switching this source to type 'speech' and using
> >> >>> chicago-fullnote-bibliography.csl yields the following:
> >> >>>
> >> >>> ~~~
> >> >>>
> >> >>> Kennedy, Geoffrey J. “Peer-Assessment in Group Projects: Is It Worth
> >> >>> It?” presented at the Australasian Computing Education Conference,
> >> >>> Newcastle, Australia, 2006.
> >> >>> http://crpit.com/confpapers/CRPITV42Kennedy.pdf.
> >> >>>
> >> >>> 11. Geoffrey J. Kennedy, “Peer-Assessment in Group Projects: Is It
> >> >>> Worth
> >> >>> It?” 2006, http://crpit.com/confpapers/CRPITV42Kennedy.pdf;
> >> >>>
> >> >>> ~~~
> >> >>>
> >> >>> This reveals a few shortcomings relative to CMS15. In particular,
> the
> >> >>> notes format is rather sparse. CMS15 recommends the following:
> >> >>>
> >> >>> ~~~
> >> >>>
> >> >>> N:
> >> >>> 2. Stacy D’Erasmo, “The Craft and Career of Writing” (lecture,
> >> >>> Northwestern University, Evanston, IL, April 26, 2000).
> >> >>> B:
> >> >>> Nass, Clifford. “Why Researchers Treat On-Line Journals Like Real
> >> >>> People.” Keynote address, annual meeting of the Council of Science
> >> >>> Editors, San Antonio, TX, May 6–9, 2000.
> >> >>> R:
> >> >>> O’Guinn, T. C. 1987. Touching greatness: Some aspects of star
> worship
> >> >>> in
> >> >>> contemporary consumption. Paper presented at the annual meeting of
> the
> >> >>> American Psychological Association, New York.
> >> >>>
> >> >>> ~~~
> >> >>>
> >> >>>
> >> >>>
> >> >>>
> ------------------------------------------------------------------------------
> >> >>> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For
> FREE
> >> >>> Instantly run your Selenium tests across 300+ browser/OS combos.
> >> >>> Get unparalleled scalability from the best Selenium testing platform
> >> >>> available
> >> >>> Simple to use. Nothing to install. Get started now for free."
> >> >>> http://p.sf.net/sfu/SauceLabs
> >> >>> _______________________________________________
> >> >>> xbiblio-devel mailing list
> >> >>> xbiblio-devel@lists.sourceforge.net
> >> >>> https://lists.sourceforge.net/lists/listinfo/xbiblio-devel
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> ------------------------------------------------------------------------------
> >> >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For
> FREE
> >> >> Instantly run your Selenium tests across 300+ browser/OS combos.
> >> >> Get unparalleled scalability from the best Selenium testing platform
> >> >> available
> >> >> Simple to use. Nothing to install. Get started now for free."
> >> >> http://p.sf.net/sfu/SauceLabs
> >> >> _______________________________________________
> >> >> xbiblio-devel mailing list
> >> >> xbiblio-devel@lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/xbiblio-devel
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Sebastian Karcher
> >> > Ph.D. Candidate
> >> > Department of Political Science
> >> > Northwestern University
> >>
> >>
> >>
> >> --
> >> Sebastian Karcher
> >> Ph.D. Candidate
> >> Department of Political Science
> >> Northwestern University
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> >> Instantly run your Selenium tests across 300+ browser/OS combos.
> >> Get unparalleled scalability from the best Selenium testing platform
> >> available
> >> Simple to use. Nothing to install. Get started now for free."
> >> http://p.sf.net/sfu/SauceLabs
> >> _______________________________________________
> >> xbiblio-devel mailing list
> >> xbiblio-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/xbiblio-devel
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> > Instantly run your Selenium tests across 300+ browser/OS combos.
> > Get unparalleled scalability from the best Selenium testing platform
> > available
> > Simple to use. Nothing to install. Get started now for free."
> > http://p.sf.net/sfu/SauceLabs
> > _______________________________________________
> > xbiblio-devel mailing list
> > xbiblio-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/xbiblio-devel
> >
>
>
>
> --
> Sebastian Karcher
> Ph.D. Candidate
> Department of Political Science
> Northwestern University
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> xbiblio-devel mailing list
> xbiblio-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xbiblio-devel
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
xbiblio-devel mailing list
xbiblio-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbiblio-devel

Reply via email to