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

jabref has safari trouble #457

Open
drwells opened this issue Sep 27, 2022 · 6 comments
Open

jabref has safari trouble #457

drwells opened this issue Sep 27, 2022 · 6 comments

Comments

@drwells
Copy link
Member

drwells commented Sep 27, 2022

Not sure we can fix this, but I see

jabref-safari

when I use safari - things are correct with Firefox.

@bangerth
Copy link
Member

Has this been reported elsewhere on the web? Would it help to update jabref on the machine that creates the website?

@tjhei
Copy link
Member

tjhei commented Sep 28, 2022

Also, do you have any javascript errors in the console when opening the developer view or whatever it is called in safari?

@drwells
Copy link
Member Author

drwells commented Oct 13, 2022

Sorry for the late replies. I don't see any JS errors in the console; I cannot find any reference to safari-specific problems in their issue tracker (or anywhere else).

Where do we actually store the source code for publications.html? I don't see it in any of our repositories. Perhaps we could fix this by updating jabref.

@bangerth
Copy link
Member

The file is autogenerated from the information in the publications repository. But I don't know whether that is done by script or on the fly.

@tjhei
Copy link
Member

tjhei commented Oct 17, 2022

This is how it is done:

publications.html: Makefile
rm -rf temp/ publications.html
mkdir temp
cat publications-????.bib >temp/aspect.bib
cp jabref-template/* temp/
docker run --rm -v "$(PWD)/temp:/home/bob/source" tjhei/dealii-java-jabref
sed '/publications.include/q' temp/output.html >publications.html
cat publications.include >>publications.html
sed -n '/publications.include/,$$p' temp/output.html >>publications.html
sed -i '/publications.include/d' publications.html
rm -rf temp/

Before I go and update the jabref version, can you check if https://jenkins.tjhei.info/job/publication-list/job/master/405/artifact/output.html works if you download and open it in a browser window (directly opening the link will have javascript disabled)?

@drwells
Copy link
Member Author

drwells commented Oct 18, 2022

Rendering that file locally works with Safari!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants