ohbm2020-posters
ohbm2020-posters copied to clipboard
Centralized registry of Jitsi rooms and pdfs for OHBM 2020 posters.
https://hackmd.io/ uses GitHub as a backend. This might make archiving conversations and/or adding useful metadata/corrections easier. It's unclear to me how heavy of a lift this would be.
@satra pointed to https://microdraw.pasteur.fr/data?source=https%3A%2F%2Fmicrodraw.pasteur.fr%2Fohbm2020%2Fposters.json&slice=0 @r03ert0 approve?
We have one more poster session to go so it could still be useful I think poster presenters still do not quite get the fact that there would be little...
Here's a simple repo showing how to embed many jitsies: https://github.com/r03ert0/manyjitsis The code is basically: ```js const domain = 'meet.jit.si'; const {offsetWidth: width, offsetHeight: height} = document.querySelector("#jitsi"); const options =...
Some people have pre-recorded a short presentation of their poster. would be nice to be able to link to that (or some other resource) in the list maybe? Should prob....
A nice JS hack would be to determine if the current time is during one of the poster session windows, and highlight the even posters during the first hour and...
now that we have access to PDFs (I will soon populate git-annex of this repo with them) I wondered if it would be of any benefit to generate preview pngs...
Would there be any way to add abstract info to the page such that people could use e.g., keyword searches (think like, 'dopamine' or 'fMRI') that would query the abstract,...