I have a large text file with around 1000 entries for bibliographical references. As a service to the community (and myself), I want to convert this file to bib format. Is there an automated way to do this? I don't mind doing a bit of manual fixup if the results are less than perfect.
I'm especially interested in conversions that use modern LLM systems like ChatGPT. These are evolving very rapidly, so results today might be quite different from those from even a few months ago.
Here is a sample of the file contents:
Ackland, Bryan, and Neil Weste, "Real Time Animation Playback on a Frame Store Display System," Computer Graphics (Proc. Siggraph '80), Vol. 14, No. 3, July 1980, pp. 182-188. [graphics, animation, systems]
Acton, F. S., Numerical Methods that Work, Harper and Row, New York, 1970. [numerical analysis]
Adams, J. Alan, "A Comparison of Methods for Cubic Spline Curve Fitting," Computer-Aided Design, Vol. 6, No. 1, Jan. 1974, pp. 1-9. [splines, curves and surfaces, CAD/CAM]
Agin, G. J., and T. 0. Binford, "Computer Descriptions of Curved Objects," IEEE Trans. Computers, Vol. C-25, No. 4, Apr. 1976, pp. 439-449. [curves and surfaces, design and modeling]
Agoston, M. K., Algebraic Topology, Marcel Dekker, Inc., New York, 1976. [topology]
Ahlberg, J. H., and E. N. Nilson, "Convergence Properties of the Spline Fit," SIAM J. Appl. Math., Vol. 11, 1963, pp. 95-104. [splines, approximation theory]
Ahlberg, J. H., E. N. Nilson, and J. L. Walsh, The Theory of Splines and their Applications, Academic Press, New York, 1967. [splines, approximation theory]
Aho, Alfred V., John E. Hopcroft, and Jeffrey D. Ullman, The Design and Analysis of Computer Algorithms, Addison-Wesley, Reading, Mass., 1974. [algorithms]
Ahuja, D. V., and S. A. Coons, "Geometry for Construction and Display," IBM Systems J., Vol. 7, No. 3/4, 1968, pp. 188-205. [splines, algorithms]
Aiken, Omer, Models of Architectural Knowledge: An Information Processing Model of Design, PhD thesis, Dept. of Architecture, Carnegie-Mellon University, Pittsburgh, Penn., 1979. [design and modeling, applications]
@article,@book,@techreport,@inproceedings, etc.? And, which bibliography style will you be using? This question is relevant because while some bibliography styles handle only the 'basic' entry types and fields, others [along withbiblatex] recognize many more entry types and fields. To automate the conversion to a bib file, it's important to know which fields may be used.