Open lcolladotor opened 1 year ago
For https://github.com/LieberInstitute/Visium_SPG_AD/blob/abc5facb99fba61a202e3b6fae6bcc54a4a5ca89/code/update_website.R#L6 I have a local github clone of the repo, but only the gh-pages
branch (so it's smaller). See https://stackoverflow.com/a/9920956 for more.
Note that we first need to create that branch (empty and unrelated to the other branches, aka an orphan
branch). Something you can do with git checkout --orphan gh-pages
.
@RyAMiller @heenadivecha and I started one. It's live at https://research.libd.org/septum_lateral/
Something like https://research.libd.org/Visium_SPG_AD/ or https://research.libd.org/spatialDLPFC/. If so, use a
README.Rmd
instead of aREADME.md
file like https://github.com/LieberInstitute/Visium_SPG_AD/blob/master/README.Rmd or https://github.com/LieberInstitute/spatialDLPFC/blob/master/README.Rmd + a script like https://github.com/LieberInstitute/Visium_SPG_AD/blob/master/code/update_website.R. You might need my help for that last step.If you do have a website like this, then that would be the link I'd use in the paper instead of shinyapps.io links. The shinyapps.io links are not as permanent (we need to keep paying for shinyapps.io for example) as the research.libd.org ones.