Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite information strings using DocumenterCitations #3

Open
fingolfin opened this issue Nov 17, 2023 · 0 comments
Open

Rewrite information strings using DocumenterCitations #3

fingolfin opened this issue Nov 17, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@fingolfin
Copy link
Member

The information strings often contain citations, like e.g. this:

- This CHEVIE-table is computed by an algorithm from 
  the following article:
  {\\sc A.~Lascoux and M.~P.~Schützenberger}, Sur une conjecture de 
  H.~O.~Foulkes, {\\em C. R. Acad. Sci. Paris} {\\bf 286A}  (1978), 323--324.\

All of these should be moved into a .bib file in docs, and then referenced via the [KEY](@cite) syntax introduced in https://github.com/JuliaDocs/DocumenterCitations.jl -- not that we already use this in Oscar, so one can look there to get some ideas how it is done.

It may well be that the relevant bib entries already exist in a bib file in CHEVIE, so an efficient way to handle this may be to copy them from there.

Alternatively, bib entries can be obtained e.g.

  1. http://ams.org/mref/
  2. https://mathscinet.ams.org/mathscinet/freetools/mrlookup
  3. https://zbmath.org

E.g. the second option gave me this when searching author "Lascoux" and title "Sur une conjecture de H. O. Foulkes"

@article {MR0472993,
    AUTHOR = {Lascoux, Alain and Sch\"{u}tzenberger, Marcel-Paul},
     TITLE = {Sur une conjecture de {H}. {O}. {F}oulkes},
   JOURNAL = {C. R. Acad. Sci. Paris S\'{e}r. A-B},
  FJOURNAL = {Comptes Rendus Hebdomadaires des S\'{e}ances de l'Acad\'{e}mie
              des Sciences. S\'{e}ries A et B},
    VOLUME = {286},
      YEAR = {1978},
    NUMBER = {7},
     PAGES = {A323--A324},
      ISSN = {0151-0509},
   MRCLASS = {20C30 (14M15)},
  MRNUMBER = {472993},
}
@fingolfin fingolfin changed the title Rewrite information strings using `DocumenterCitations Rewrite information strings using DocumenterCitations Feb 16, 2024
@SoongNoonien SoongNoonien added the documentation Improvements or additions to documentation label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants