{{ .text | markdownify }}
24 |├── .gitignore ├── content ├── news │ ├── _index.md │ └── 2022-01-22-call_for_abstracts_opens.md ├── abstracts │ ├── _index.md │ ├── .md │ ├── track1.md │ ├── track4.md │ ├── track8.md │ ├── paper93.md │ ├── track10.md │ ├── track11.md │ ├── track3.md │ ├── paper25.md │ ├── papercore.md │ ├── track7.md │ ├── paper82.md │ ├── track2.md │ ├── track6.md │ ├── track9.md │ ├── track12.md │ ├── paper71.md │ ├── paper96.md │ ├── track5.md │ ├── paper40.md │ ├── paper73.md │ ├── paper12.md │ ├── paper45.md │ ├── paper59.md │ ├── paper7.md │ ├── papercab.md │ ├── papertab.md │ ├── paper3.md │ ├── paper4.md │ ├── paper48.md │ ├── paper57.md │ ├── paper95.md │ ├── paper10.md │ ├── paper38.md │ ├── paper60.md │ ├── paper64.md │ ├── paper74.md │ ├── paper27.md │ ├── paper13.md │ ├── paper18.md │ ├── paper24.md │ ├── paper37.md │ ├── paper52.md │ ├── paper77.md │ ├── paper20.md │ ├── paper33.md │ ├── paper34.md │ ├── paper44.md │ ├── paper65.md │ ├── paper68.md │ ├── paper70.md │ ├── paper81.md │ ├── paper83.md │ ├── paper85.md │ ├── paper9.md │ ├── paper39.md │ ├── paper50.md │ ├── paper75.md │ ├── paper89.md │ ├── paper90.md │ ├── paper94.md │ ├── paper19.md │ ├── paper41.md │ ├── paper46.md │ ├── paper49.md │ ├── paper72.md │ ├── paper79.md │ ├── paper87.md │ ├── paper91.md │ ├── paper15.md │ ├── paper16.md │ ├── paper23.md │ ├── paper29.md │ ├── paper32.md │ ├── paper61.md │ ├── paper66.md │ ├── paper78.md │ ├── paper31.md │ ├── paper62.md │ ├── paper76.md │ ├── paper88.md │ ├── paper21.md │ ├── paper43.md │ ├── paper92.md │ ├── paper63.md │ ├── paper8.md │ ├── paper2.md │ ├── paper47.md │ ├── paper80.md │ └── paper22.md ├── schedule_iframe.md ├── posts │ └── my-first-post.md ├── contact.md ├── package-demo.md ├── workshops.md └── conferences.md ├── static ├── img │ ├── logo.png │ ├── photogrid.jpg │ ├── photogrid.png │ ├── texture-bw.png │ ├── clients │ │ ├── README.md │ │ ├── PeerJ.png │ │ ├── Microsoft.jpg │ │ ├── bluebird.png │ │ ├── R_consortium.png │ │ ├── ozette_logo_resized.png │ │ ├── bristol-myers-squibb.png │ │ ├── logo_genetech_biogen.png │ │ ├── novartis_logo_pos_rgb.png │ │ ├── posit-logo-fullcolor-TM.png │ │ ├── 01-sticker-mule-logo-dark-stacked.png │ │ ├── moderna-therapeutics-logo_resized.png │ │ └── 01-sticker-mule-logo-dark-stacked_crop.png │ ├── speakers │ │ ├── avatar.png │ │ ├── heng_li.jpg │ │ ├── zhang2.jpeg │ │ ├── beth_cimini.png │ │ ├── jj_allaire.jpg │ │ ├── samantha_lent.JPG │ │ ├── jeffrey_moffitt.jpg │ │ └── kathryn_roeder.png │ ├── texture-green.png │ ├── texture-violet.png │ ├── GitHub-Mark-32px.png │ ├── carousel │ │ ├── BioC2022.png │ │ ├── BioC2023_v1.png │ │ ├── BioC2023_v2.png │ │ ├── BioC2023_v3.png │ │ └── BioC2023_v4.png │ ├── organizers │ │ ├── Aedin.jpg │ │ ├── avatar.png │ │ ├── SeanDavis.png │ │ ├── TimTriche.png │ │ ├── WesWilson.png │ │ ├── EricaFeick.png │ │ ├── LeviWaldron.jpg │ │ ├── MarcCarlson.png │ │ ├── MariaDoyle.jpg │ │ ├── MichaelLove.png │ │ ├── SimoneBell.jpg │ │ ├── AndrewMcDavid.jpg │ │ ├── JennyDrnevich.jpg │ │ ├── LaurentGatto.png │ │ ├── LoriShepherd.png │ │ ├── MatthewMcCall.png │ │ ├── RafaelIrizarry.jpg │ │ ├── SamuelGamboa.png │ │ ├── VincentCarey.png │ │ ├── CharlotteSoneson.jpg │ │ ├── KevinRueAlbrecht.jpg │ │ ├── MikhailDozmorov.jpg │ │ ├── SowmyaParthiban.png │ │ └── KrithikaBhuvanesh.png │ ├── texture-turquoise.png │ └── docker-vertical-logo-monochromatic.png └── Restaurants_near_DFCI.pdf ├── themes └── hugo-universal-theme │ ├── archetypes │ └── default.md │ ├── .gitignore │ ├── .eslintignore │ ├── .eslintrc.yml │ ├── layouts │ ├── partials │ │ ├── sidebar.html │ │ ├── breadcrumbs.html │ │ ├── page.html │ │ ├── top.html │ │ ├── map.html │ │ ├── widgets │ │ │ ├── tags.html │ │ │ ├── categories.html │ │ │ └── search.html │ │ ├── carousel.html │ │ ├── see_more.html │ │ ├── features.html │ │ ├── scripts.html │ │ ├── clients.html │ │ └── testimonials.html │ ├── archetypes │ │ └── default.md │ ├── index.html │ ├── 404.html │ └── page │ │ └── single.html │ ├── static │ └── css │ │ ├── custom.css │ │ ├── owl.theme.css │ │ └── owl.carousel.css │ ├── package.json │ ├── .travis.yml │ ├── theme.toml │ ├── LICENSE │ └── i18n │ ├── da.yaml │ ├── cs.yaml │ ├── zh.yaml │ ├── ja.yaml │ ├── en.yaml │ ├── sv.yaml │ ├── id.yaml │ ├── nl.yaml │ ├── it.yaml │ ├── pt-br.yaml │ ├── ru.yaml │ ├── de.yaml │ ├── fr.yaml │ ├── es.yaml │ └── ca.yaml ├── data ├── organizers │ ├── committee │ │ ├── AedinCulhane.yaml │ │ ├── SeanDavis.yaml │ │ ├── TimTriche.yaml │ │ ├── WesWilson.yaml │ │ ├── MarcCarlson.yaml │ │ ├── MariaDoyle.yaml │ │ ├── MichaelLove.yaml │ │ ├── SimoneBell.yaml │ │ ├── AndrewMcDavid.yaml │ │ ├── JennyDrnevich.yaml │ │ ├── LoriShepherd.yaml │ │ ├── MatthewMcCall.yaml │ │ ├── SamuelGamboa.yaml │ │ ├── VincentCarey.yaml │ │ ├── RafaelIrizarry.yaml │ │ ├── CharlotteSoneson.yaml │ │ ├── KevinRueAlbrecht.yaml │ │ ├── MikhailDozmorov.yaml │ │ └── KrithikaBhuvanesh.yaml │ └── cochairs │ │ ├── EricaFeick.yaml │ │ └── LeviWaldron.yaml ├── clients │ ├── 010.peerj.other.yaml │ ├── 002.ozette.gold.yaml │ ├── 003.microsoft.gold.yaml │ ├── 006.posit.silver.yaml │ ├── 008.bluebird.other.yaml │ ├── 004.novartis.silver.yaml │ ├── 007.bms.other.yaml │ ├── 005.rconsortium.silver.yaml │ ├── 009.stickermule.other.yaml │ └── 001.moderna.platinum.yaml ├── carousel │ ├── multipurpose3.yaml │ ├── multipurpose1.yaml │ └── multipurpose2.yaml ├── features │ ├── print.yaml │ ├── uiux.yaml │ ├── email.yaml │ ├── seo.yaml │ ├── consulting.yaml │ └── webdesign.yaml ├── abstracts │ ├── day2_0800_Breakfast.yaml │ ├── day2_1730_Posters.yaml │ ├── day3_0830_Breakfast.yaml │ ├── day1_1200_Lunchbreak.yaml │ ├── day2_1200_Lunchbreak.yaml │ ├── day3_1200_Lunchbreak.yaml │ ├── day3_1500_Talktrack.yaml │ ├── day3_1600_Talktrack.yaml │ ├── day1_0800_Registration.yaml │ ├── day1_0830_Keynote.yaml │ ├── day1_1600_Break-Networking.yaml │ ├── day2_1130_Awards.yaml │ ├── day2_1600_Break-Networking.yaml │ ├── day1_0900_Keynote.yaml │ ├── day3_0900_Keynote.yaml │ ├── day2_0830_Keynote.yaml │ ├── day2_1300_Keynote.yaml │ ├── day1_1300_Keynote.yaml │ ├── day2_1630_BirdsofaFeather_paper31.yaml │ ├── day2_1630_Shorttalkstrack_track12.yaml │ ├── day2_0930_Shorttalkstrack_track7.yaml │ ├── day2_0930_Shorttalkstrack_track6.yaml │ ├── day3_1100_Shorttalkstrack_track11.yaml │ ├── day1_1100_Shorttalkstrack_track4.yaml │ ├── day1_1100_Shorttalkstrack_track5.yaml │ ├── day3_1000_Shorttalkstrack_track10.yaml │ ├── day1_1000_Shorttalkstrack_track1.yaml │ ├── day1_1000_Shorttalkstrack_track2.yaml │ ├── day3_1000_Shorttalkstrack_track9.yaml │ ├── day1_1000_Shorttalkstrack_track3.yaml │ ├── day2_1630_Shorttalkstrack_track8.yaml │ ├── day3_1130_Meettheteam_papercab.yaml │ ├── day3_1130_Meettheteam_papercore.yaml │ ├── __Shorttalk_paper93.yaml │ ├── __Shorttalk_paper33.yaml │ ├── __Shorttalk_paper95.yaml │ ├── day3_1130_Meettheteam_papertab.yaml │ ├── __Shorttalk_paper40.yaml │ ├── __Shorttalk_paper94.yaml │ ├── __Shorttalk_paper61.yaml │ ├── __Shorttalk_paper96.yaml │ ├── day1_1100_Packagedemo_paper16.yaml │ ├── __Shorttalk_paper57.yaml │ ├── __Shorttalk_paper65.yaml │ ├── __Shorttalk_paper50.yaml │ ├── __Shorttalk_paper81.yaml │ ├── __Shorttalk_paper76.yaml │ ├── day2_1500_Packagedemo_paper32.yaml │ ├── __Shorttalk_paper12.yaml │ ├── day2_1030_BirdsofaFeather_paper64.yaml │ ├── day3_1400_Packagedemo_paper27.yaml │ ├── day2_1400_Packagedemo_paper71.yaml │ ├── __Shorttalk_paper10.yaml │ ├── day1_1400_Workshop_paper79.yaml │ ├── __Shorttalk_paper60.yaml │ ├── __Shorttalk_paper45.yaml │ ├── day1_1400_Workshop_paper48.yaml │ ├── day2_1400_Workshop_paper19.yaml │ ├── __Shorttalk_paper66.yaml │ ├── __Shorttalk_paper15.yaml │ ├── __Shorttalk_paper2.yaml │ ├── day3_1600_Packagedemo_paper49.yaml │ ├── __Shorttalk_paper41.yaml │ ├── day3_1300_Keynote.yaml │ ├── __Shorttalk_paper89.yaml │ └── day1_1630_Packagedemo_paper29.yaml └── speakers │ ├── 6.yaml │ ├── 1.yaml │ ├── 2.yaml │ ├── 3.yaml │ ├── 4.yaml │ └── 5.yaml ├── archetypes ├── default.md └── abstracts.md ├── netlify.toml ├── layouts ├── partials │ ├── iframe.html │ └── speakers.html └── shortcodes │ ├── iframe.html │ ├── committee.html │ ├── cochairs.html │ ├── tracks.html │ └── demos.html ├── 2_create_abstracts.sh ├── 3_create_tracks.sh └── LICENSE /.gitignore: -------------------------------------------------------------------------------- 1 | public/ 2 | .DS_Store 3 | .hugo_build.lock 4 | 5 | -------------------------------------------------------------------------------- /content/news/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "News" 3 | draft: false 4 | --- 5 | -------------------------------------------------------------------------------- /content/abstracts/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "abstracts" 3 | draft: false 4 | --- 5 | -------------------------------------------------------------------------------- /static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/logo.png -------------------------------------------------------------------------------- /themes/hugo-universal-theme/archetypes/default.md: -------------------------------------------------------------------------------- 1 | +++ 2 | tags = [] 3 | categories = [] 4 | +++ -------------------------------------------------------------------------------- /themes/hugo-universal-theme/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | public/ 3 | npm-debug.log 4 | /node_modules/* 5 | -------------------------------------------------------------------------------- /data/organizers/committee/AedinCulhane.yaml: -------------------------------------------------------------------------------- 1 | name: "Aedin Culhane" 2 | image: "/img/organizers/Aedin.jpg" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/SeanDavis.yaml: -------------------------------------------------------------------------------- 1 | name: "Sean Davis" 2 | image: "/img/organizers/SeanDavis.png" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/TimTriche.yaml: -------------------------------------------------------------------------------- 1 | name: "Tim Triche" 2 | image: "/img/organizers/TimTriche.png" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/WesWilson.yaml: -------------------------------------------------------------------------------- 1 | name: "Wes Wilson" 2 | image: "/img/organizers/WesWilson.png" 3 | -------------------------------------------------------------------------------- /static/img/photogrid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/photogrid.jpg -------------------------------------------------------------------------------- /static/img/photogrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/photogrid.png -------------------------------------------------------------------------------- /static/img/texture-bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/texture-bw.png -------------------------------------------------------------------------------- /data/organizers/committee/MarcCarlson.yaml: -------------------------------------------------------------------------------- 1 | name: "Marc Carlson" 2 | image: "/img/organizers/MarcCarlson.png" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/MariaDoyle.yaml: -------------------------------------------------------------------------------- 1 | name: "Maria Doyle" 2 | image: "/img/organizers/MariaDoyle.jpg" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/MichaelLove.yaml: -------------------------------------------------------------------------------- 1 | name: "Michael Love" 2 | image: "/img/organizers/MichaelLove.png" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/SimoneBell.yaml: -------------------------------------------------------------------------------- 1 | name: "Simone Bell" 2 | image: "/img/organizers/SimoneBell.jpg" 3 | -------------------------------------------------------------------------------- /static/img/clients/README.md: -------------------------------------------------------------------------------- 1 | Size for logos: 357 × 76 pixels 2 | 3 | use background_logo.svg as template 4 | -------------------------------------------------------------------------------- /themes/hugo-universal-theme/.eslintignore: -------------------------------------------------------------------------------- 1 | **/*.min.js 2 | **/owl.*.js 3 | **/jquery.*.js 4 | **/hpneo.*.js 5 | -------------------------------------------------------------------------------- /content/schedule_iframe.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Schedule" 3 | description = "Schedule" 4 | +++ 5 | 6 | {{< iframe >}} 7 | -------------------------------------------------------------------------------- /data/organizers/committee/AndrewMcDavid.yaml: -------------------------------------------------------------------------------- 1 | name: "Andrew McDavid" 2 | image: "/img/organizers/AndrewMcDavid.jpg" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/JennyDrnevich.yaml: -------------------------------------------------------------------------------- 1 | name: "Jenny Drnevich" 2 | image: "/img/organizers/JennyDrnevich.jpg" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/LoriShepherd.yaml: -------------------------------------------------------------------------------- 1 | name: "Lori Shepherd" 2 | image: "/img/organizers/LoriShepherd.png" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/MatthewMcCall.yaml: -------------------------------------------------------------------------------- 1 | name: "Matthew McCall" 2 | image: "/img/organizers/MatthewMcCall.png" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/SamuelGamboa.yaml: -------------------------------------------------------------------------------- 1 | name: "Samuel Gamboa" 2 | image: "/img/organizers/SamuelGamboa.png" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/VincentCarey.yaml: -------------------------------------------------------------------------------- 1 | name: "Vincent Carey" 2 | image: "/img/organizers/VincentCarey.png" 3 | -------------------------------------------------------------------------------- /static/img/clients/PeerJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/PeerJ.png -------------------------------------------------------------------------------- /static/img/speakers/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/avatar.png -------------------------------------------------------------------------------- /static/img/texture-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/texture-green.png -------------------------------------------------------------------------------- /static/img/texture-violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/texture-violet.png -------------------------------------------------------------------------------- /data/organizers/committee/RafaelIrizarry.yaml: -------------------------------------------------------------------------------- 1 | name: "Rafael Irizarry" 2 | image: "/img/organizers/RafaelIrizarry.jpg" 3 | -------------------------------------------------------------------------------- /static/Restaurants_near_DFCI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/Restaurants_near_DFCI.pdf -------------------------------------------------------------------------------- /static/img/GitHub-Mark-32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/GitHub-Mark-32px.png -------------------------------------------------------------------------------- /static/img/carousel/BioC2022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/carousel/BioC2022.png -------------------------------------------------------------------------------- /static/img/clients/Microsoft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/Microsoft.jpg -------------------------------------------------------------------------------- /static/img/clients/bluebird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/bluebird.png -------------------------------------------------------------------------------- /static/img/organizers/Aedin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/Aedin.jpg -------------------------------------------------------------------------------- /static/img/organizers/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/avatar.png -------------------------------------------------------------------------------- /static/img/speakers/heng_li.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/heng_li.jpg -------------------------------------------------------------------------------- /static/img/speakers/zhang2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/zhang2.jpeg -------------------------------------------------------------------------------- /static/img/texture-turquoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/texture-turquoise.png -------------------------------------------------------------------------------- /data/organizers/committee/CharlotteSoneson.yaml: -------------------------------------------------------------------------------- 1 | name: "Charlotte Soneson" 2 | image: "/img/organizers/CharlotteSoneson.jpg" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/KevinRueAlbrecht.yaml: -------------------------------------------------------------------------------- 1 | name: "Kevin Rue-Albrecht" 2 | image: "/img/organizers/KevinRueAlbrecht.jpg" 3 | -------------------------------------------------------------------------------- /data/organizers/committee/MikhailDozmorov.yaml: -------------------------------------------------------------------------------- 1 | name: "Mikhail Dozmorov" 2 | image: "/img/organizers/MikhailDozmorov.jpg" 3 | -------------------------------------------------------------------------------- /static/img/carousel/BioC2023_v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/carousel/BioC2023_v1.png -------------------------------------------------------------------------------- /static/img/carousel/BioC2023_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/carousel/BioC2023_v2.png -------------------------------------------------------------------------------- /static/img/carousel/BioC2023_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/carousel/BioC2023_v3.png -------------------------------------------------------------------------------- /static/img/carousel/BioC2023_v4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/carousel/BioC2023_v4.png -------------------------------------------------------------------------------- /static/img/clients/R_consortium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/R_consortium.png -------------------------------------------------------------------------------- /static/img/organizers/SeanDavis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/SeanDavis.png -------------------------------------------------------------------------------- /static/img/organizers/TimTriche.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/TimTriche.png -------------------------------------------------------------------------------- /static/img/organizers/WesWilson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/WesWilson.png -------------------------------------------------------------------------------- /static/img/speakers/beth_cimini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/beth_cimini.png -------------------------------------------------------------------------------- /static/img/speakers/jj_allaire.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/jj_allaire.jpg -------------------------------------------------------------------------------- /archetypes/default.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "{{ replace .Name "-" " " | title }}" 3 | date: {{ .Date }} 4 | draft: true 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /data/organizers/committee/KrithikaBhuvanesh.yaml: -------------------------------------------------------------------------------- 1 | name: "Krithika Bhuvanesh" 2 | image: "/img/organizers/KrithikaBhuvanesh.png" 3 | -------------------------------------------------------------------------------- /static/img/organizers/EricaFeick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/EricaFeick.png -------------------------------------------------------------------------------- /static/img/organizers/LeviWaldron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/LeviWaldron.jpg -------------------------------------------------------------------------------- /static/img/organizers/MarcCarlson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/MarcCarlson.png -------------------------------------------------------------------------------- /static/img/organizers/MariaDoyle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/MariaDoyle.jpg -------------------------------------------------------------------------------- /static/img/organizers/MichaelLove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/MichaelLove.png -------------------------------------------------------------------------------- /static/img/organizers/SimoneBell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/SimoneBell.jpg -------------------------------------------------------------------------------- /static/img/speakers/samantha_lent.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/samantha_lent.JPG -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- 1 | [build.environment] 2 | HUGO_VERSION = "0.105.0" 3 | 4 | [context.deploy-preview] 5 | command = "hugo --buildFuture" 6 | -------------------------------------------------------------------------------- /static/img/organizers/AndrewMcDavid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/AndrewMcDavid.jpg -------------------------------------------------------------------------------- /static/img/organizers/JennyDrnevich.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/JennyDrnevich.jpg -------------------------------------------------------------------------------- /static/img/organizers/LaurentGatto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/LaurentGatto.png -------------------------------------------------------------------------------- /static/img/organizers/LoriShepherd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/LoriShepherd.png -------------------------------------------------------------------------------- /static/img/organizers/MatthewMcCall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/MatthewMcCall.png -------------------------------------------------------------------------------- /static/img/organizers/RafaelIrizarry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/RafaelIrizarry.jpg -------------------------------------------------------------------------------- /static/img/organizers/SamuelGamboa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/SamuelGamboa.png -------------------------------------------------------------------------------- /static/img/organizers/VincentCarey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/VincentCarey.png -------------------------------------------------------------------------------- /static/img/speakers/jeffrey_moffitt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/jeffrey_moffitt.jpg -------------------------------------------------------------------------------- /static/img/speakers/kathryn_roeder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/speakers/kathryn_roeder.png -------------------------------------------------------------------------------- /themes/hugo-universal-theme/.eslintrc.yml: -------------------------------------------------------------------------------- 1 | extends: standard 2 | plugins: 3 | - standard 4 | - promise 5 | env: 6 | jquery: true 7 | -------------------------------------------------------------------------------- /static/img/clients/ozette_logo_resized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/ozette_logo_resized.png -------------------------------------------------------------------------------- /static/img/organizers/CharlotteSoneson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/CharlotteSoneson.jpg -------------------------------------------------------------------------------- /static/img/organizers/KevinRueAlbrecht.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/KevinRueAlbrecht.jpg -------------------------------------------------------------------------------- /static/img/organizers/MikhailDozmorov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/MikhailDozmorov.jpg -------------------------------------------------------------------------------- /static/img/organizers/SowmyaParthiban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/SowmyaParthiban.png -------------------------------------------------------------------------------- /static/img/clients/bristol-myers-squibb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/bristol-myers-squibb.png -------------------------------------------------------------------------------- /static/img/clients/logo_genetech_biogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/logo_genetech_biogen.png -------------------------------------------------------------------------------- /static/img/clients/novartis_logo_pos_rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/novartis_logo_pos_rgb.png -------------------------------------------------------------------------------- /static/img/organizers/KrithikaBhuvanesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/organizers/KrithikaBhuvanesh.png -------------------------------------------------------------------------------- /data/organizers/cochairs/EricaFeick.yaml: -------------------------------------------------------------------------------- 1 | name: "Erica Feick" 2 | image: "/img/organizers/EricaFeick.png" 3 | email: "efeick@ds.dfci.harvard.edu" 4 | -------------------------------------------------------------------------------- /data/organizers/cochairs/LeviWaldron.yaml: -------------------------------------------------------------------------------- 1 | name: "Levi Waldron" 2 | image: "/img/organizers/LeviWaldron.jpg" 3 | email: "lwaldron.research@gmail.com" 4 | -------------------------------------------------------------------------------- /static/img/clients/posit-logo-fullcolor-TM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/posit-logo-fullcolor-TM.png -------------------------------------------------------------------------------- /archetypes/abstracts.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "" 3 | tags: [""] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /static/img/docker-vertical-logo-monochromatic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/docker-vertical-logo-monochromatic.png -------------------------------------------------------------------------------- /static/img/clients/01-sticker-mule-logo-dark-stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/01-sticker-mule-logo-dark-stacked.png -------------------------------------------------------------------------------- /static/img/clients/moderna-therapeutics-logo_resized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/moderna-therapeutics-logo_resized.png -------------------------------------------------------------------------------- /content/abstracts/.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Lightning Talks" 3 | tags: ["Talk track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /static/img/clients/01-sticker-mule-logo-dark-stacked_crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bioconductor/BioC2023/devel/static/img/clients/01-sticker-mule-logo-dark-stacked_crop.png -------------------------------------------------------------------------------- /content/abstracts/track1.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RNA-seq" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track1">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track4.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Single-cell" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track4">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track8.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "RNA-seq" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track8">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/clients/010.peerj.other.yaml: -------------------------------------------------------------------------------- 1 | name: "PeerJ" 2 | name2: "" 3 | image: "/img/clients/PeerJ.png" 4 | name2: "" 5 | url: "https://peerj.com/" 6 | name2: "" 7 | level: "other" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /content/abstracts/paper93.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Outreachy overview" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper93">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track10.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Single-cell" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track10">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track11.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Infrastructure" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track11">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Infrastructure" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track3">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/posts/my-first-post.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "My First Post" 3 | date: 2020-10-16T18:52:14-04:00 4 | draft: false 5 | type: "single" 6 | --- 7 | 8 | # test 9 | 10 | test 11 | 12 | 13 | -------------------------------------------------------------------------------- /themes/hugo-universal-theme/layouts/partials/sidebar.html: -------------------------------------------------------------------------------- 1 | {{ partial "widgets/search.html" . }} 2 | 3 | {{ partial "widgets/categories.html" . }} 4 | 5 | {{ partial "widgets/tags.html" . }} 6 | -------------------------------------------------------------------------------- /content/abstracts/paper25.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cloud Methods" 3 | tags: ["Birds of a Feather"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper25">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/papercore.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Meet the Core" 3 | tags: ["Meet the team "] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="papercore">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track7.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cancer, Evolution" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track7">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper82.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mariner: Explore the Hi-Cs**" 3 | tags: ["Workshop"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper82">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Spatial transcriptomics" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track2">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track6.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Spatial transcriptomics" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track6">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track9.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Microbiome, Proteomics" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track9">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /themes/hugo-universal-theme/layouts/archetypes/default.md: -------------------------------------------------------------------------------- 1 | +++ 2 | tags = [] 3 | categories = [] 4 | description = "" 5 | menu = "" 6 | banner = "" 7 | images = [] 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track12.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Outreachy Birds of a Feather" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track12">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/carousel/multipurpose3.yaml: -------------------------------------------------------------------------------- 1 | weight: 3 2 | title: "Bioconductor conference, August 2-4, 2023" 3 | description: "
Workshops, keynote presentations, and more
" 4 | image: "img/carousel/BioC2023_v4.png" 5 | -------------------------------------------------------------------------------- /data/clients/002.ozette.gold.yaml: -------------------------------------------------------------------------------- 1 | name: "Ozette" 2 | name2: "" 3 | image: "/img/clients/ozette_logo_resized.png" 4 | name2: "" 5 | url: "https://www.ozette.com/" 6 | name2: "" 7 | level: "gold" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /data/clients/003.microsoft.gold.yaml: -------------------------------------------------------------------------------- 1 | name: "Microsoft" 2 | name2: "" 3 | image: "/img/clients/Microsoft.jpg" 4 | name2: "" 5 | url: "https://www.microsoft.com/" 6 | name2: "" 7 | level: "gold" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /data/clients/006.posit.silver.yaml: -------------------------------------------------------------------------------- 1 | name: "Posit" 2 | name2: "" 3 | image: "/img/clients/posit-logo-fullcolor-TM.png" 4 | name2: "" 5 | url: "https://posit.co/" 6 | name2: "" 7 | level: "silver" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /content/abstracts/paper71.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Epidemiology for Bioinformaticians" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper71">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper96.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Mentoring Opportunities with Outreachy" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper96">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/track5.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Epigenetics and multi-omics track" 3 | tags: ["Short talks track"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< tracks track="track5">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/clients/008.bluebird.other.yaml: -------------------------------------------------------------------------------- 1 | name: "Bluebirdbio" 2 | name2: "" 3 | image: "/img/clients/bluebird.png" 4 | name2: "" 5 | url: "https://www.bluebirdbio.com/" 6 | name2: "" 7 | level: "other" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /content/abstracts/paper40.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "cytofQC: A better way to clean cytof data" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper40">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper73.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Genotype calling from Recount3 RNA-seq data" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper73">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/contact.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Contact" 3 | id = "contact" 4 | +++ 5 | 6 | # We are here to help you 7 | 8 | ## Members of organizing committees 9 | 10 | **Bold** highlights leaders of the committees 11 | -------------------------------------------------------------------------------- /data/clients/004.novartis.silver.yaml: -------------------------------------------------------------------------------- 1 | name: "Novartis" 2 | name2: "" 3 | image: "/img/clients/novartis_logo_pos_rgb.png" 4 | name2: "" 5 | url: "https://www.novartis.com/" 6 | name2: "" 7 | level: "silver" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /data/clients/007.bms.other.yaml: -------------------------------------------------------------------------------- 1 | name: "Bristol Myers Squibb" 2 | name2: "" 3 | image: "/img/clients/bristol-myers-squibb.png" 4 | name2: "" 5 | url: "https://www.bms.com/" 6 | name2: "" 7 | level: "other" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /content/abstracts/paper12.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "rworkflows: taming the Wild West of R packages" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper12">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper45.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Preprocessing and analysis of microRNA-seq data" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper45">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper59.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "ontoProc - Ontology interfaces for Bioconductor" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper59">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper7.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Orchestrating Hi-C analysis with Bioconductor" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper7">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/papercab.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Meet the Community Advisory Board (CAB)" 3 | tags: ["Meet the team "] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="papercab">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/papertab.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Meet the Technical Advisory Board (TAB)" 3 | tags: ["Meet the team "] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="papertab">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/carousel/multipurpose1.yaml: -------------------------------------------------------------------------------- 1 | weight: 1 2 | title: "Bioconductor conference, August 2-4, 2023" 3 | description: "Hybrid format, Dana-Farber Cancer Institute, Boston, MA
" 4 | image: "img/carousel/BioC2023_v2.png" 5 | -------------------------------------------------------------------------------- /data/clients/005.rconsortium.silver.yaml: -------------------------------------------------------------------------------- 1 | name: "R Consortium" 2 | name2: "" 3 | image: "/img/clients/R_consortium.png" 4 | name2: "" 5 | url: "https://www.r-consortium.org/" 6 | name2: "" 7 | level: "silver" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /content/abstracts/paper3.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tidy genomic and transcriptomic single-cell analyses" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper3">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper4.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Unraveling Immunogenomic Diversity in Single-Cell Data" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper4">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper48.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "High-Performance Computing in R for Genomic Research**" 3 | tags: ["Workshop"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper48">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper57.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "BiocPy: enabling Bioconductor workflows in Python" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper57">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper95.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bringing Sweave Vignettes Into The Modern Age With R" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper95">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/carousel/multipurpose2.yaml: -------------------------------------------------------------------------------- 1 | weight: 2 2 | title: "Bioconductor conference, August 2-4, 2023" 3 | description: "Current developments within and beyond the Bioconductor project
" 4 | image: "img/carousel/BioC2023_v3.png" 5 | -------------------------------------------------------------------------------- /content/abstracts/paper10.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "On the Dependency Heaviness of CRAN/Bioconductor Ecosystem" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper10">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper38.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Differential Expression Analysis using Limma and qsvaR" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper38">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper60.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Orchestrating microbiome multi-omics with R/Bioconductor" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper60">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper64.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bioconductor Carpentries global teaching program" 3 | tags: ["Birds of a Feather"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper64">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper74.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "SPAMMER: Spatial Analysis of Multi-omics Measurements in R" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper74">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/clients/009.stickermule.other.yaml: -------------------------------------------------------------------------------- 1 | name: "Sticker Mule" 2 | name2: "" 3 | image: "/img/clients/01-sticker-mule-logo-dark-stacked.png" 4 | name2: "" 5 | url: "https://mule.to/p3y6" 6 | name2: "" 7 | level: "other" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /themes/hugo-universal-theme/static/css/custom.css: -------------------------------------------------------------------------------- 1 | /* your styles go here */ 2 | 3 | .box-image-text .image { 4 | min-height: 200px; 5 | max-height: 200px; 6 | } 7 | 8 | .box-simple { 9 | min-height: 230px; 10 | } 11 | -------------------------------------------------------------------------------- /content/abstracts/paper27.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "A shiny application for single cell RNA-seq visualization" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper27">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper13.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "A novel statistical method for single isoform proteogenomics inference" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper13">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper18.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "DESpace: a novel analysis framework to discover spatially variable genes" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper18">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper24.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "A Bioconductor-style differential expression analysis powered by SPEAQeasy*" 3 | tags: ["Workshop"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper24">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper37.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "lute, a new framework for bulk transcriptomics deconvolution experiments" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper37">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper52.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "extraChIPs: Detection and Visualisation of Differential ChIP-Seq Signal" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper52">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper77.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Practical tools for quantitative deidentification and return of results" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper77">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/clients/001.moderna.platinum.yaml: -------------------------------------------------------------------------------- 1 | name: "Moderna Therapeutics" 2 | name2: "" 3 | image: "/img/clients/moderna-therapeutics-logo_resized.png" 4 | name2: "" 5 | url: "https://www.modernatx.com/" 6 | name2: "" 7 | level: "platinum" 8 | name2: "" 9 | -------------------------------------------------------------------------------- /data/features/print.yaml: -------------------------------------------------------------------------------- 1 | weight: 2 2 | name: "Print" 3 | icon: "fas fa-print" 4 | url: "" 5 | description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil." 6 | -------------------------------------------------------------------------------- /content/abstracts/paper20.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Modeling the effects of nicotine and smoking exposures on the developing brain" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper20">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper33.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MultimodalExperiment: Integrative Bulk and Single-Cell Experiment Container" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper33">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper34.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Tree-based differential testing using inferential replicate counts for RNASeq" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper34">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper44.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Isoformic: Isoform level biological interpretation from transcriptomic data" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper44">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper65.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Statistical methods for spatial Multiplexed Ion-Beam Imaging data analysis" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper65">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper68.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Enabling Reusable and Reproducible Genomic Data Management and Analysis in R" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper68">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper70.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Use R to Create and Execute Reproducible CWL Workflows for Genomic Research" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper70">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper81.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Interactive analysis of single-cell data using flexible workflows with SCTK2.0" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper81">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper83.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "GHA-Built: Building binaries for R/Bioconductor packages via Github Actions" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper83">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper85.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Voyager: Exploratory spatial data analysis from geospatial to spatial -omics**" 3 | tags: ["Workshop"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper85">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper9.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "rGREAT: an R/Bioconductor Package for Functional Enrichment on Genomic Regions" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper9">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/features/uiux.yaml: -------------------------------------------------------------------------------- 1 | weight: 6 2 | name: "UI/UX" 3 | icon: "fas fa-user" 4 | url: "" 5 | description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect." 6 | -------------------------------------------------------------------------------- /content/abstracts/paper39.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Analyzing Spatially-Resolved Transcriptomics Data from Visium using spatialLIBD" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper39">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper50.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AnVILWorkflow: A runnable workflow package for Cloud-implemented analysis pipelines" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper50">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper75.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Benchmarking Spot Deconvolution Methods in the Human Dorsolateral Prefrontal Cortex" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper75">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper89.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "singlet: Fast, scalable, interpretable, in-core analysis of big single-cell data" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper89">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper90.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "demuxSNP: supervised demultiplexing of scRNAseq data using cell hashing and SNPs" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper90">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper94.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Simplify your BSgenome workflow: Creating BSgenome Data Packages With BSgenomeForge" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper94">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/features/email.yaml: -------------------------------------------------------------------------------- 1 | weight: 5 2 | name: "Email Marketing" 3 | icon: "far fa-envelope" 4 | url: "" 5 | description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil." 6 | -------------------------------------------------------------------------------- /data/features/seo.yaml: -------------------------------------------------------------------------------- 1 | weight: 3 2 | name: "SEO and SEM" 3 | icon: "fas fa-globe" 4 | url: "" 5 | description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect." 6 | -------------------------------------------------------------------------------- /content/abstracts/paper19.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bridges from python to Bioconductor: applications in genetics and single-cell genomics**" 3 | tags: ["Workshop"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper19">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper41.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Non-negative spatial matrix factorization for multi-sample spatial transcriptomics data" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper41">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper46.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "SCArray.sat – Large-scale single-cell RNA-seq data analysis using GDS files and Seurat" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper46">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper49.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Atlas-scale single-cell multi-sample multi-condition data integration using scMerge2" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper49">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper72.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Giotto Suite: A multi-scale and technology-agnostic spatial omics analysis framework" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper72">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper79.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Reproducible and programmatic analysis of flow cytometry experiments with the cytoverse**" 3 | tags: ["Workshop"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper79">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper87.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Slicing and dicing aligned genomic and transcriptomic reads for genetic epidemiology" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper87">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper91.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "MolEvolvR: A web-app for characterizing proteins using molecular evolution and phylogeny" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper91">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/features/consulting.yaml: -------------------------------------------------------------------------------- 1 | weight: 4 2 | name: "Consulting" 3 | icon: "fas fa-lightbulb" 4 | url: "" 5 | description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring." 6 | -------------------------------------------------------------------------------- /data/features/webdesign.yaml: -------------------------------------------------------------------------------- 1 | weight: 1 2 | name: "Webdesign" 3 | icon: "fas fa-desktop" 4 | url: "" 5 | description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring." 6 | -------------------------------------------------------------------------------- /content/abstracts/paper15.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Statistical method to rank spatially variable genes adjusted for mean-variance relationship" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper15">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper16.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "mbQTL: An R/Bioconductor Package for Microbial Quantitative Trait Loci (QTL) Estimation" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper16">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper23.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Spatial Multi-omic Profiling of Alzheimer’s Disease in the Human Inferior Temporal Cortex" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper23">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper29.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Statial: A Bioconductor package for identifying spatially-related changes in cell state" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper29">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper32.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Multi-omic Integration and Analysis of cBioPortal and TCGA data with MultiAssayExperiment" 3 | tags: ["Package demo"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper32">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper61.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "A phylogenetic method linking nucleotide substitution rates to continuous trait evolution" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper61">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper66.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Model-based Dimensionality Reduction for Single-cell RNA-seq with Generalized Bilinear Models" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper66">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper78.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Noninvasive, low-cost RNA-sequencing enhances discovery potential of transcriptome studies" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper78">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper31.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Bioconductor and the Latin American Bioinformatics Landscape: Challenges and Opportunities" 3 | tags: ["Birds of a Feather"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper31">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper62.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "bugphyzz: a harmonized data resource and software for enrichment analysis of microbial physiologies" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper62">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper76.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Comparative analysis of annotation tools in grouping cell types from single cell RNA sequencing data" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper76">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /layouts/partials/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /content/abstracts/paper88.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Injecting rigor and reproducibility into CITE-seq workflows: decontamination and in silico gating approaches" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper88">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper21.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Visualizing genomic characteristics across an RNA-Seq based reference landscape of normal and neoplastic brain" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper21">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper43.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Optimizing signal and correcting for between-cell-type biases in heterogenous spatial and single-cell RNA-seq" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper43">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper92.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Standardization of cell-free methylated DNA immunoprecipitation (cfMeDIP) results for population-scale inference" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper92">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/news/2022-01-22-call_for_abstracts_opens.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Call for abstracts is open" 3 | date: 2022-01-22 4 | draft: false 5 | type: "blog" 6 | --- 7 | 8 | 9 | You can register your abstract at: https://openreview.net/group?id=bioconductor.org/BioC/2022/Conference 10 | -------------------------------------------------------------------------------- /content/abstracts/paper63.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Forensics for Multi-Omics Data Generation: Diagnosing and Resolving Mislabeled Samples by Integrating Multiple Data Sources" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper63">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper8.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "The crisprVerse: a comprehensive Bioconductor ecosystem for the design of CRISPR guide RNAs across nucleases and technologies" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper8">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "CuratedAtlasQueryR: a query API for the CELLxGENE human cell atlas enables defining a body map of immune composition through ageing" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper2">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper47.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "catchSalmon/catchKallisto: Dividing out quantification uncertainty allows efficient assessment of differential transcript expression" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper47">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /content/abstracts/paper80.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "The Mutational Signature Comprehensive Analysis Toolkit (musicatk) for the Discovery, Prediction, and Exploration of Mutational Signatures" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper80">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /themes/hugo-universal-theme/layouts/partials/breadcrumbs.html: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /content/abstracts/paper22.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Linear models and empirical Bayes methods for proteome-wide label-free quantification and differential expression in mass spectrometry-based proteomics experiments" 3 | tags: ["Short talk"] 4 | type: "blog" 5 | draft: false 6 | --- 7 | 8 | {{< abstracts paper="paper22">}} 9 | 10 | 11 | -------------------------------------------------------------------------------- /layouts/shortcodes/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /themes/hugo-universal-theme/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "hugo-universal-theme", 3 | "devDependencies": { 4 | "eslint": "^7.3.1", 5 | "eslint-config-standard": "^6.2.0", 6 | "eslint-plugin-promise": "^3.0.0", 7 | "eslint-plugin-standard": "^2.0.1" 8 | }, 9 | "scripts": { 10 | "lint": "eslint .", 11 | "install_hugo": "brew update && brew install hugo" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /themes/hugo-universal-theme/layouts/partials/page.html: -------------------------------------------------------------------------------- 1 |31 | {{ .Content }} 32 |
33 |