Re: Citation and bibliography technologies - references

Thanks for the examples.

I have a couple of questions about how this will be used:

1. Will each of these records be specifically cited at some point within 
the document?

Reason for asking: My initial proof-of-concept operates by populating 
ReSpec's localBiblio config property to be handled by ReSpec, but it 
only renders specifically-cited records into a References section. Any 
records within it that are never cited (via the syntax I linked to 
previously) are not rendered into that section. (I attempted to force 
rendering all localBiblio entries, but this behavior doesn't seem to be 
exposed.)

So if there won't always be direct citations, I'll need to take a 
different approach. (IIUC the current document uses APA style, which 
citation.js can output to, so I can try rendering the references 
directly instead.)

2. Is it expected that the entries currently under the Reference List 
section will ultimately be generated from the BibTeX output?

Reason for asking: If that section is expected to continue to exist 
_and_ we expect to accomplish this through localBiblio, the section 
needs to explicitly have id="references" in order for the two to merge 
automatically. (If we only expect to be generating everything from 
BibTeX, then I presume the existing section would ultimately be 
removed.)

Thanks,
--Ken

On 2025-05-14 10:35 am, Jason J.G. White wrote:
> We discussed BibTeX records at the Task Force meeting today. Scott 
> Hollier and I agreed to provide some examples.
> 
> Here are several examples as starting points, with more to come. (Scott 
> plans to contribute in the next week or so.)
> 
> @article{shew,
>   title={Ableism, Technoableism, and Future AI},
>   author={Shew, Ashley},
>   journal={IEEE Technology and Society Magazine},
>   volume={39},
>   number={1},
>   pages={40--85},
>   year={2020},
>   publisher={IEEE}
> }
> 
> @techreport{atag20,
> author={{World Wide Web Consortium}},
> title={Authoring Tool Accessibility Guidelines (ATAG) 2.0},
> type={W3C Recommendation},
> month=9,
> year=2015,
> url={https://www.w3.org/TR/ATAG20/}
> }
> 
> @misc{us-standards,
> title={36 CFR Part 1194---Information and Communication technology 
> Standards and Guidelines},
> author={{United States}},
> year=2017
> }
> 
> @incollection{ai-disabilities,
>   title={Artificial intelligence and people with disabilities: a 
> reflection on human--ai partnerships},
>   author={White, Jason JG},
>   booktitle={Humanity Driven AI: Productivity, Well-being, 
> Sustainability and Partnership},
>   editor={Chen, Fang and Zhou, Jianlong},
>   pages={279--310},
>   year={2021},
>   publisher={Springer}
> }
> 
>   @book{value-sensitive-design,
>   title={Value sensitive design: Shaping technology with moral 
> imagination},
>   author={Friedman, Batya and Hendry, David G},
>   year={2019},
>   publisher={Mit Press}
>   }
> 
> 
> From: Jason J.G. White <jason@jasonjgw.com>
> Date: Thursday, May 8, 2025 at 08:11
> To: Kenneth G. Franqueiro <kfranqueiro@w3.org>, public-rqtf@w3.org 
> <public-rqtf@w3.org>
> Subject: Re: Citation and bibliography technologies - references
> 
> Thank you for working on this issue so promptly, and for developing an 
> implementation.
> 
> We can readily provide examples of BibTeX records relevant to our work. 
> The Task Force will have an opportunity at its regular meeting next 
> week to discuss them, ensuring that we capture a range of appropriate 
> cases. We should be able to finalize a series of examples shortly after 
> the meeting.
> 
> I hope this suits your schedule, but if not, please notify us 
> accordingly.
> 
> With thanks and regards,
> 
> Jason.
> 
> From: Kenneth G. Franqueiro <kfranqueiro@w3.org>
> Date: Wednesday, May 7, 2025 at 12:32
> To: public-rqtf@w3.org <public-rqtf@w3.org>, Jason J.G. White 
> <jason@jasonjgw.com>
> Subject: RE: Citation and bibliography technologies - references
> 
> Hi all, I'm Ken Franqueiro from the WAI Team.
> 
> Related to your discussion last month, I started creating a 
> proof-of-concept
> for converting BibTeX records into ReSpec's localBiblio format to 
> enable
> shorthand for references (see https://respec.org/docs/#references-0).
> 
> Could you provide example BibTeX entries you'd be working with, so that 
> I can
> check my implementation for edge cases?
> 
> Thanks,
> --Ken

Received on Thursday, 15 May 2025 17:14:50 UTC