├── docs
├── CNAME
├── images
│ ├── Levi.png
│ ├── Aedin.jpg
│ ├── Laurent.jpg
│ ├── SeanDavis.png
│ ├── favicon.ico
│ ├── PeterHickey.jpg
│ ├── KellyRuggles.jpeg
│ ├── LorenaPantano.jpeg
│ ├── MartinMorgan.jpg
│ ├── MatthewMcCall.jpeg
│ ├── VincentCarey.jpg
│ ├── VincentCarey.png
│ ├── WolfgangHuber.jpg
│ ├── PariksheetNanda.jpg
│ ├── ThomasSCarroll.jpeg
│ ├── sponsors
│ │ ├── ru-logo.png
│ │ ├── genentech.jpg
│ │ ├── rpci-logo_1.png
│ │ ├── PrimeDiscoveries.png
│ │ ├── F1000R_logo_header.png
│ │ ├── RU_logo_tagline294.jpg
│ │ ├── novartis_logo_pos_rgb.png
│ │ ├── NYU-Langone-Health-768x402.jpg
│ │ ├── RStudio-Logo-Blue-Gray-250.png
│ │ └── RConsortium_Vertical_Pantone.png
│ ├── logo_bioconductor.gif
│ ├── speakers
│ │ ├── RobPatro.jpg
│ │ ├── SiminaBoca.jpg
│ │ ├── SiminaBoca.png
│ │ ├── JeffreyLeek.jpg
│ │ ├── AnshulKundaje.jpg
│ │ ├── LievenClement.jpg
│ │ ├── LievenClement.png
│ │ ├── LihuaJulieZhu.jpg
│ │ └── ElliPapaemmanuil.jpg
│ └── ThomasSCarroll_headshot.png
├── Gemfile
├── assets
│ ├── fonts
│ │ ├── Noto-Sans-700
│ │ │ ├── Noto-Sans-700.eot
│ │ │ ├── Noto-Sans-700.ttf
│ │ │ ├── Noto-Sans-700.woff
│ │ │ ├── Noto-Sans-700.woff2
│ │ │ └── Noto-Sans-700.svg
│ │ ├── Noto-Sans-italic
│ │ │ ├── Noto-Sans-italic.eot
│ │ │ ├── Noto-Sans-italic.ttf
│ │ │ ├── Noto-Sans-italic.woff
│ │ │ └── Noto-Sans-italic.woff2
│ │ ├── Noto-Sans-regular
│ │ │ ├── Noto-Sans-regular.eot
│ │ │ ├── Noto-Sans-regular.ttf
│ │ │ ├── Noto-Sans-regular.woff
│ │ │ └── Noto-Sans-regular.woff2
│ │ └── Noto-Sans-700italic
│ │ │ ├── Noto-Sans-700italic.eot
│ │ │ ├── Noto-Sans-700italic.ttf
│ │ │ ├── Noto-Sans-700italic.woff
│ │ │ └── Noto-Sans-700italic.woff2
│ ├── js
│ │ └── scale.fix.js
│ └── css
│ │ └── style.css
├── _config.yml
├── registration-cancel.md
├── registration-finish.md
├── scholarships.md
├── workshops.md
├── registration.md
├── call-for-abstracts.md
├── sponsor.md
├── schedule-gentleman-day.md
├── organizers.md
├── schedule-developer-day.md
├── workshop-syllabus.md
├── schedule-day-two.md
├── schedule-day-one.md
├── _layouts
│ └── default.html
├── index.md
├── Gemfile.lock
├── posters.md
├── code_of_conduct.md
├── travel-accommodations.md
└── talks-community.md
├── .gitignore
└── README.md
/docs/CNAME:
--------------------------------------------------------------------------------
1 | bioc2019.bioconductor.org
--------------------------------------------------------------------------------
/docs/images/Levi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/Levi.png
--------------------------------------------------------------------------------
/docs/images/Aedin.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/Aedin.jpg
--------------------------------------------------------------------------------
/docs/images/Laurent.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/Laurent.jpg
--------------------------------------------------------------------------------
/docs/images/SeanDavis.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/SeanDavis.png
--------------------------------------------------------------------------------
/docs/images/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/favicon.ico
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | docs/_site
2 | docs/.bundle/
3 | docs/.sass-cache/
4 | docs/vendor/
5 | resources/
6 | .DS_store
7 |
--------------------------------------------------------------------------------
/docs/Gemfile:
--------------------------------------------------------------------------------
1 | source 'https://rubygems.org'
2 | gem 'github-pages', group: :jekyll_plugins
3 | gem 'minimal'
4 |
--------------------------------------------------------------------------------
/docs/images/PeterHickey.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/PeterHickey.jpg
--------------------------------------------------------------------------------
/docs/images/KellyRuggles.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/KellyRuggles.jpeg
--------------------------------------------------------------------------------
/docs/images/LorenaPantano.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/LorenaPantano.jpeg
--------------------------------------------------------------------------------
/docs/images/MartinMorgan.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/MartinMorgan.jpg
--------------------------------------------------------------------------------
/docs/images/MatthewMcCall.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/MatthewMcCall.jpeg
--------------------------------------------------------------------------------
/docs/images/VincentCarey.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/VincentCarey.jpg
--------------------------------------------------------------------------------
/docs/images/VincentCarey.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/VincentCarey.png
--------------------------------------------------------------------------------
/docs/images/WolfgangHuber.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/WolfgangHuber.jpg
--------------------------------------------------------------------------------
/docs/images/PariksheetNanda.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/PariksheetNanda.jpg
--------------------------------------------------------------------------------
/docs/images/ThomasSCarroll.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/ThomasSCarroll.jpeg
--------------------------------------------------------------------------------
/docs/images/sponsors/ru-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/ru-logo.png
--------------------------------------------------------------------------------
/docs/images/logo_bioconductor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/logo_bioconductor.gif
--------------------------------------------------------------------------------
/docs/images/speakers/RobPatro.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/RobPatro.jpg
--------------------------------------------------------------------------------
/docs/images/speakers/SiminaBoca.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/SiminaBoca.jpg
--------------------------------------------------------------------------------
/docs/images/speakers/SiminaBoca.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/SiminaBoca.png
--------------------------------------------------------------------------------
/docs/images/sponsors/genentech.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/genentech.jpg
--------------------------------------------------------------------------------
/docs/images/speakers/JeffreyLeek.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/JeffreyLeek.jpg
--------------------------------------------------------------------------------
/docs/images/sponsors/rpci-logo_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/rpci-logo_1.png
--------------------------------------------------------------------------------
/docs/images/ThomasSCarroll_headshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/ThomasSCarroll_headshot.png
--------------------------------------------------------------------------------
/docs/images/speakers/AnshulKundaje.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/AnshulKundaje.jpg
--------------------------------------------------------------------------------
/docs/images/speakers/LievenClement.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/LievenClement.jpg
--------------------------------------------------------------------------------
/docs/images/speakers/LievenClement.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/LievenClement.png
--------------------------------------------------------------------------------
/docs/images/speakers/LihuaJulieZhu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/LihuaJulieZhu.jpg
--------------------------------------------------------------------------------
/docs/images/speakers/ElliPapaemmanuil.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/speakers/ElliPapaemmanuil.jpg
--------------------------------------------------------------------------------
/docs/images/sponsors/PrimeDiscoveries.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/PrimeDiscoveries.png
--------------------------------------------------------------------------------
/docs/images/sponsors/F1000R_logo_header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/F1000R_logo_header.png
--------------------------------------------------------------------------------
/docs/images/sponsors/RU_logo_tagline294.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/RU_logo_tagline294.jpg
--------------------------------------------------------------------------------
/docs/images/sponsors/novartis_logo_pos_rgb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/novartis_logo_pos_rgb.png
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.ttf
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700/Noto-Sans-700.woff2
--------------------------------------------------------------------------------
/docs/images/sponsors/NYU-Langone-Health-768x402.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/NYU-Langone-Health-768x402.jpg
--------------------------------------------------------------------------------
/docs/images/sponsors/RStudio-Logo-Blue-Gray-250.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/RStudio-Logo-Blue-Gray-250.png
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.ttf
--------------------------------------------------------------------------------
/docs/images/sponsors/RConsortium_Vertical_Pantone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/images/sponsors/RConsortium_Vertical_Pantone.png
--------------------------------------------------------------------------------
/docs/_config.yml:
--------------------------------------------------------------------------------
1 | title: BioC 2019
2 | description:
3 | Where Software and Biology Connect.
4 | June 24 - 27, New York City, USA.
5 | theme: jekyll-theme-minimal
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-italic/Noto-Sans-italic.woff2
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.ttf
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-regular/Noto-Sans-regular.woff2
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Bioconductor/BioC2019/devel/docs/assets/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2
--------------------------------------------------------------------------------
/docs/registration-cancel.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | **Registration Cancelled**
17 |
18 | - [Start over][1].
19 | - View the [schedule][2].
20 | - Questions? Send [email][3].
21 |
22 | [1]: ./registration
23 | [2]: ./schedule
24 | [3]: mailto:bioc2019@bioconductor.org?subject=BioC%202018%20registration
25 |
--------------------------------------------------------------------------------
/docs/registration-finish.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | **Registration successful**
17 |
18 | - Submit a [talk, poster, workshop, or birds-of-a-feather][2] abstract.
19 | - View the [schedule][1] for updated speakers and workshops.
20 | - Follow [#bioc2019][tweet] for late-breaking announcements.
21 |
22 | Remember to arrange your own lodging. See you in Toronto!
23 |
24 | [1]: ./schedule
25 | [2]: ./call-for-abstracts
26 |
--------------------------------------------------------------------------------
/docs/assets/js/scale.fix.js:
--------------------------------------------------------------------------------
1 | (function(document) {
2 | var metas = document.getElementsByTagName('meta'),
3 | changeViewportContent = function(content) {
4 | for (var i = 0; i < metas.length; i++) {
5 | if (metas[i].name == "viewport") {
6 | metas[i].content = content;
7 | }
8 | }
9 | },
10 | initialize = function() {
11 | changeViewportContent("width=device-width, minimum-scale=1.0, maximum-scale=1.0");
12 | },
13 | gestureStart = function() {
14 | changeViewportContent("width=device-width, minimum-scale=0.25, maximum-scale=1.6");
15 | },
16 | gestureEnd = function() {
17 | initialize();
18 | };
19 |
20 |
21 | if (navigator.userAgent.match(/iPhone/i)) {
22 | initialize();
23 |
24 | document.addEventListener("touchstart", gestureStart, false);
25 | document.addEventListener("touchend", gestureEnd, false);
26 | }
27 | })(document);
28 |
--------------------------------------------------------------------------------
/docs/scholarships.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | ## Scholarships
17 |
18 | Scholarships are available and targeted toward _Bioconductor_ package
19 | developers and contributors. Scholarships cover registration, travel
20 | (up to $500 per person), and accommodation. All scholarship recipients
21 | must present a talk or poster. To apply for a scholarship, complete
22 | the [Poster / Talk Submission Form][].
23 |
24 | Key dates for scholarships:
25 |
26 | - Thursday March 15, 2019: Abstract Submissions opens.
27 | - Thursday May 17, 2019: Abstract Submission deadline.
28 | - Thursday May 31, 2019: Notification of talk, poster acceptance.
29 |
30 | [Poster / Talk Submission Form]: https://goo.gl/forms/meoGgX7eipL2ZHKD2
31 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | This repository contains material for the _Bioconductor_ annual
2 | conference. [View the conference web site][1].
3 |
4 | Edit or add material as markdown files in the docs/ directory. Please
5 | wrap lines to 80 character width and aim for simple markdown rather
6 | than elaborate html or other content.
7 |
8 | Please follow best practices by previewing changes locally.
9 |
10 | 1. Make sure that ruby and bundler are installed, following the
11 | 'Requirements' section of [GitHub's documentation][2].
12 |
13 | 2. Clone the repository and switch to the `docs/` directory
14 |
15 | cd BioC2019/docs
16 |
17 | 3. Install or update bundler to install the ruby pre-requisities.
18 |
19 | gem install --user-install bundler
20 | # If the installer complains, add the suggested $PATH_TO_RUBY/bin
21 | # directory to your ~/.bash_profile or ~/.bashrc or similar.
22 |
23 | 4. Install ruby pre-requisites.
24 |
25 | bundle install --path vendor/bundle # once only; references Gemfile
26 |
27 | 5. Execute the jekyll server
28 |
29 | bundle exec jekyll serve
30 |
31 | and view the results at https://localhost:4000
32 |
33 | [1]: https://bioconductor.github.io/BioC2019
34 | [2]: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements
35 |
--------------------------------------------------------------------------------
/docs/workshops.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Twitter: [#bioc2019][tweet]
10 |
11 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
12 | [venue]: ./travel-accommodations
13 |
14 | ## Workshops
15 |
16 | Join the _[Bioconductor][]_ Community Slack and #bioc2019-workshops
17 | channel for up-to-date information.
18 |
19 | - [Main Conference](#main-conference)
20 | - [Developer Day](#developer-day)
21 |
22 | ### Main Conference
23 |
24 | Workshops will be announced in April based on submissions to the ([call for workshops, talks, posters, and travel awards][call]). See the [BioC2018 workshops][bioc2018workshops] as a guide. Bioconductor will offer the "100-level" courses every year:
25 |
26 | - _100: R and [Bioconductor][] for everyone: an introduction_
27 | - _101: Introduction to [Bioconductor][] annotation resources_.
28 | - _102: Solving common bioinformatic challenges using [GenomicRanges][]_.
29 | - _103: Public Data Resources and [Bioconductor][]_.
30 |
31 |
32 | [call]: ./travel-accommodations
33 | [bioc2018workshops]: https://bioconductor.github.io/BiocWorkshops/
34 | [Bioconductor]: https://bioconductor.org/
35 | [GenomicRanges]: https://bioconductor.org/packages/GenomicRanges
36 |
--------------------------------------------------------------------------------
/docs/registration.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | ## Registration
17 |
18 | REGISTRATION FOR THE MAIN CONFERENCE is **full**; a [waitlist][] is
19 | available.
20 |
21 | Space is still available for the Robert Gentleman Symposium. There is
22 | a fee for this symposium.
23 |
24 | Existing main conference registrations include:
25 |
26 | : - Admission to conference facilities for Developer Day and Main
27 | Conference (June 24-26).
28 | - Continental breakfast, lunch, and light hors d'oeuvres, as well as
29 | morning and afternoon coffee breaks.
30 |
31 | [waitlist]: https://forms.gle/y7v53HPbw5cfHt556
32 |
33 | ## Travel and accommodation
34 |
35 | Participants must arrange and pay for their own travel and
36 | accommodation.
37 |
38 | ## Fees
39 |
40 | Robert Gentleman Symposium (June 27)
41 | : - Academic and not-for-profit: $90. Commercial: $120.
42 |
43 | ## Register now!
44 |
45 | Registration is full; see you next year!
46 |
--------------------------------------------------------------------------------
/docs/call-for-abstracts.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | ## Call for F1000Research articles
17 |
18 | Following on from previous years, we are inviting conference attendees to
19 | contribute articles on Bioconductor workflows or packages to the [Bioconductor
20 | gateway]. This is a great opportunity to get credit for your work and increase
21 | its visibility and impact. The submission deadline is **5th July 2019**.
22 |
23 | ## Key Dates
24 |
25 | | Date | What |
26 | | -------- | -------------------------------------- |
27 | | ~~March 15~~ | ~~Deadline for proposals for talks, workshops, early posters, and travel scholarships~~ |
28 | | ~~March 30~~ |~~Notification of decision~~ |
29 | | ~~June 10~~ | ~~Deadline for late posters and for Birds of a Feather meetings~~ |
30 | | ~~June 12~~ | ~~Notification of decision for late posters~~ |
31 |
32 | ## Call for late posters -- CLOSED
33 |
34 | ## Call for Birds of a Feather / Special Interest Groups -- CLOSED
35 |
36 | [Bioconductor gateway]: https://f1000research.com/gateways/bioconductor/about-this-gateway
37 |
38 |
39 |
--------------------------------------------------------------------------------
/docs/sponsor.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | ## Sponsor Opportunities
17 |
18 | Interested in sponsoring this conference? Please contact
19 | Martin.Morgan@RoswellPark.org.
20 |
21 | Three levels of sponsorship are available. Sponsors of any level will
22 | be entitled to present a scientific poster during poster sessions.
23 |
24 | - Gold: $7,500 USD -- Up to 8 free registrations. Recognition in
25 | promotional and scheduling material. Sponsored session (e.g.,
26 | 'Morning talks', 'Afternoon workshops').
27 |
28 | - Silver: $5,000 USD -- Up to 5 free registrations. Recognition in
29 | promotional and scheduling material. Sponsored food or social event
30 | (e.g., 'breakfast', 'lunch', 'poster session', 'reception').
31 |
32 | - Bronze: $2,500 USD. Up to 2 free registrations. Recognition in
33 | promotional and scheduling material.
34 |
35 | Approximate conference demographics:
36 |
37 | - 150+ participants from the global bioinformatics community.
38 |
39 | - Academic (50%), corporate (e.g., pharmaceutical; 30%);
40 | not-for-profit (e.g., Cancer Center; 15%), and government (5%)
41 | participants.
42 |
43 | - Lab / group leaders (10%), postdoctoral researchers (40%),
44 | bioinformatics core staff (20%), and graduate students (30%).
45 |
46 | - PhD (60%), MS (20%), and other degrees.
47 |
48 | - Thought leaders contributing to leading-edge methodological
49 | development, hands-on practitioners incorporating _R_ /
50 | _Bioconductor_ into robust work flows, and researchers developing
51 | bespoke solutions.
52 |
--------------------------------------------------------------------------------
/docs/schedule-gentleman-day.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | ## Robert Gentleman Symposium (June 27)
17 |
18 | Robert Gentleman is one of the original authors of the R language and
19 | founder of the Bioconductor project. This special symposium day is
20 | being organized for Robert Gentleman's 60th birthday, in honor of his
21 | wide-ranging and influential contributions to statistical computing
22 | and computational biology.
23 |
24 | The symposium and receiption will be held in Weiss East (the lunch
25 | area during the main conference), Rockfeller University.
26 |
27 | 8:30 - 9:00 -- Registration and breakfast
28 | :
29 |
30 | 9:00 - 9:30 -- Welcome / opening remarks
31 | : + Wolfgang Huber and Levi Waldron
32 |
33 | 9:30 - 10:30 -- Short talks
34 | : + Vincent Carey – Harvard
35 | + Denise Scholtens – NorthWestern / Chicago
36 | + Dave Harrington – DFCI / Harvard
37 | + Leonard Goldstein – Genentech / SF
38 | + Martin Morgan - Roswell Park / NY
39 | + Wolfgang Huber - EMBL / Heidelberg
40 |
41 | 10:30 - 11:00 -- Break
42 | :
43 |
44 | 11:00 - 11:20 -- Evolution of the _R_ / _Bioconductor_ communities
45 | : + Wolfgang Huber - EMBL / Heidelberg
46 | + Aedin Culhane - DFCI / Harvard
47 |
48 | 11:20 - 12:00 -- Short talks
49 | : + Rafael Irizarry - Harvard
50 | + Seth Falcon – BlaBlaCar / Paris
51 | + Thomas Wu – Genentech / SF
52 | + Thomas Lumley – University of Auckland
53 |
54 | 12:00 - 1:30 -- Lunch
55 | :
56 |
57 | 1:30 - 2:30 -- Short talks
58 | : + Richard Bourgon – Genentech / SF
59 | + Jeff Gentry – Broad Institute
60 | + Gabe Becker – Genentech / SF
61 | + Patrick Aboyoun – Nanostring / Seattle
62 | + Josh Kaminker – Genentech / SF
63 | + Simon Tavaré - New York Genome Center
64 |
65 | 2:30 - 3:00 -- Break
66 | :
67 |
68 | 3:00 - 3:45 -- Founders of _R_ and _Bioconductor_ panel discussion
69 | :
70 |
71 | 4:00 - 5pm -- Free public keynote talk by Robert Gentleman
72 | :
73 |
74 | 5:00 - 7:00pm -- Reception
75 | :
76 |
77 |
--------------------------------------------------------------------------------
/docs/organizers.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | ## Organizing committee
17 |
18 |
19 | | Photo | Name | Affiliation |
20 | |---|---|---|
21 | |
| Kelly Ruggles | Director Academic Programs, Sackler Institute of Graduate Biomedical Sciences and Assistant Professor of Medicine, NYU School of Medicine |
22 | |
| Thomas S. Carroll | Head of Bioinformatics, The Rockefeller University |
23 | |
| Pariksheet Nanda | PhD student, Genetics and Genomics, University of Connecticut |
24 | |
| Lorena Pantano | Research Scientist, Biostatistic department at the Harvard TH Chan School of Public Health |
25 | |
| Matthew McCall | Assistant Professor of Biostatistics and Biomedical Genetics, University of Rochester Medical Center |
26 | |
| Peter Hickey | Senior Research Officer, Walter and Eliza Hall Institute of Medical Research, Australia |
27 | |
| Levi Waldron | Associate Professor of Biostatistics, Graduate School of Public Health and Health Policy and Institute for Implementation Science in Public Health, City University of New York|
28 | |
| Martin Morgan | Professor, Roswell Park Comprehensive Cancer Center. Project leader, Bioconductor |
29 | |
| Aedin Culhane | Dana-Farber Cancer Institute, Harvard TH Chan School of Public Health |
30 | |
| Laurent Gatto | Professor of bioinformatics, de Duve Institute, UCLouvain, Belgium |
31 | |
| Sean Davis | Senior Associate Scientist, Center for Cancer Research, National Cancer Institute |
32 | |
| Vince Carey | Professor of Medicine, Channing Division of Network Medicine, Brigham and Women's Hospital, Harvard Medical School |
33 | |
| Wolfgang Huber | Group Leader and Senior Scientist, EMBL Heidelberg, Germany |
34 |
--------------------------------------------------------------------------------
/docs/schedule-developer-day.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 | # BioC 2019: Where Software and Biology Connect
5 |
6 | When: June 24 - 27, 2019
7 | What: Developer Day, Main Conference, Symposium
8 | Where: [NYU and Rockefeller University][venue], New York City, USA
9 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
10 | Twitter: [#bioc2019][tweet]
11 |
12 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
13 | [venue]: ./travel-accommodations
14 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
15 |
16 | # Developer Day: Monday June 24
17 |
18 |
19 |
20 | 8:30 - 9:00 -- Registration and breakfast -- Farkas Breezeway
21 | :
22 |
23 | 9:00 - 9:30 -- Welcome -- Farkas Auditorium
24 | : [Orientation & project updates][1]
25 |
26 | 9:30 - 10:00 -- Rob Patro -- Farkas Auditorium
27 | :
28 |
29 | 10:00 - 10:30 -- Lightning talks I -- Farkas Auditorium
30 | : Any Developer Day attendee can present a lightning talk (short 5
31 | minute presentations); be prepared to volunteer on the day of the
32 | conference. [Sign up now][]!
33 |
34 | 10:30 - 11:00 -- Break, newcomers / old-timers meet-up -- Farkas Breezeway
35 | :
36 |
37 | 11:00 - 12:00 -- Birds-of-a-feather I / Workshops I
38 | : + Track 1: [Bioconductor on Containers](http://biocworkshops2019.bioconductor.org.s3-website-us-east-1.amazonaws.com/page/BioconductorOnContainers__Bioconductor_Containers_Workshop/) -- Nitesh Turaga -- Smilow Seminar Room
39 | + Track 2: Common Workflow Language (CWL) workshop[^port8080] -- Daniela
40 | Cassol, Thomas Girke, Marko Zecevic, and Qiang Hu -- SB G19
41 | + Track 3: Lazy representation of very large genomic data resources
42 | in R/Bioconductor -- Qian Liu, Hervé Pagès, and
43 | Martin Morgan -- Farkas Auditorium
44 | + Track 4: [Cloud-scale genomic data science with Bioconductor](http://biocworkshops2019.bioconductor.org.s3-website-us-east-1.amazonaws.com/page/BiocCloudws__cloudScale2019/) --
45 | Vincent Carey -- MSB Large
46 |
47 | 12:00 - 1:00 -- Lunch -- Farkas Breezeway and outside
48 | :
49 |
50 | 1:00 - 2:00 -- Birds-of-a-feather II / Workshops II
51 | : + Track 1: [Bioconductor on Containers](http://biocworkshops2019.bioconductor.org.s3-website-us-east-1.amazonaws.com/page/BioconductorOnContainers__Bioconductor_Containers_Workshop/) -- Nitesh Turaga -- Smilow Seminar Room
52 | + Track 2: Common Workflow Language (CWL) workshop[^port8080] -- Daniela
53 | Cassol, Thomas Girke, Marko Zecevic, and Qiang Hu -- SB G19
54 | + Track 3: Lazy representation of very large genomic data resources
55 | in R/Bioconductor -- Qian Liu, Hervé Pagès, and
56 | Martin Morgan -- Farkas Auditoriume
57 | + Track 4: [motifStack: plot multiple motifs in one figure](http://biocworkshops2019.bioconductor.org.s3-website-us-east-1.amazonaws.com/page/motifStackWorkshop__motifStackWorkshop/) --
58 | Jianhong Ou and Lihua Julie Zhu -- MSB Large
59 |
60 | [^port8080]: This workshop is available on your AMI by using port 8080 and logging in as `ubuntu`:`bioc`.
61 |
62 | 2:00 - 2:30 -- Lightning talks II -- [Sign up now][]! -- Farkas Auditorium
63 | :
64 |
65 | 2:30 - 3:00 -- Break -- Farkas Breezeway
66 | :
67 |
68 | 3:00 - 3:30 -- Lightning talks III -- [Sign up now][]! -- Farkas Auditorium
69 | :
70 |
71 | 3:30 - 4:30 -- Birds-of-a-feather / Breakout sessions
72 | : + [Extending gene set and signature representations][2] -- Farkas
73 | + [Bioconductor Infrastructure for Base Modifications][3] -- Smillow Seminar Room
74 | + [Annotation Harmonization][4] -- Farkas Patio
75 |
76 | 4:30 - 5:00 -- Panel discussion -- Farkas Auditorium
77 | : + Project directions and opportunities
78 |
79 | 5:30 -- Outing -- stroll and foraged food in Central Park.
80 | : + Meet in *Grand Army Plaza* at the large golden statue of General
81 | Sherman on a horse behind a lady holding a branch. It's the very
82 | southeast corner of the park at 59th St and 5th Ave.
83 |
84 | [DEVELOPER DAY NOTES]: https://docs.google.com/document/d/1GQFxNRLsO6_2LQjeyXAkWZpkKlFL2_xfo1LbKoBOwzk/edit?usp=sharing
85 | [Sign up now]: https://forms.gle/1k9eD1ahQnjvew8B7
86 | [1]: https://docs.google.com/presentation/d/1S_e9g5OfpJK51TxiUWTKbqomutCsUJ2qgmio_g_qN-E/edit?usp=sharing
87 | [2]: https://github.com/Bioconductor/BioC2019/issues/25
88 | [3]: https://github.com/Bioconductor/BioC2019/issues/35
89 | [4]: https://github.com/Bioconductor/BioC2019/issues/22
90 |
--------------------------------------------------------------------------------
/docs/workshop-syllabus.md:
--------------------------------------------------------------------------------
1 | # Insert Workshop Title
2 |
3 | # Instructor(s) name(s) and contact information
4 |
5 | Provide names and contact information for all instructors.
6 |
7 | # Workshop Description
8 |
9 | Along with the topic of your workshop, include how students can expect
10 | to spend their time. For the description may also include information
11 | about what type of workshop it is (e.g. instructor-led live demo, lab,
12 | lecture + lab, etc.). Instructors are strongly recommended to provide
13 | completely worked examples for lab sessions, and a set of stand-alone
14 | notes that can be read and understood outside of the workshop.
15 |
16 | ## Pre-requisites
17 |
18 | List any workshop prerequisites, for example:
19 |
20 | * Basic knowledge of R syntax
21 | * Familiarity with the GenomicRanges class
22 | * Familiarity with xyz vignette (provide link)
23 |
24 | List relevant background reading for the workshop, including any
25 | theoretical background you expect students to have.
26 |
27 | * List any textbooks, papers, or other reading that students should be
28 | familiar with. Include direct links where possible.
29 |
30 | ## Workshop Participation
31 |
32 | Describe how students will be expected to participate in the workshop.
33 |
34 | ## _R_ / _Bioconductor_ packages used
35 |
36 | List any _R_ / _Bioconductor_ packages that will be explicitly covered.
37 |
38 | ## Time outline
39 |
40 | An example for a 45-minute workshop:
41 |
42 | | Activity | Time |
43 | |------------------------------|------|
44 | | Packages | 15m |
45 | | Package Development | 15m |
46 | | Contributing to Bioconductor | 5m |
47 | | Best Practices | 10m |
48 |
49 | # Workshop goals and objectives
50 |
51 | List "big picture" student-centered workshop goals and learning
52 | objectives. Learning goals and objectives are related, but not the
53 | same thing. These goals and objectives will help some people to decide
54 | whether to attend the conference for training purposes, so please make
55 | these as precise and accurate as possible.
56 |
57 | *Learning goals* are high-level descriptions of what
58 | participants will learn and be able to do after the workshop is
59 | over. *Learning objectives*, on the other hand, describe in very
60 | specific and measurable terms specific skills or knowledge
61 | attained. The [Bloom's Taxonomy](#bloom) may be a useful framework
62 | for defining and describing your goals and objectives, although there
63 | are others.
64 |
65 | ## Learning goals
66 |
67 | Some examples:
68 |
69 | * describe how to...
70 | * identify methods for...
71 | * understand the difference between...
72 |
73 | ## Learning objectives
74 |
75 | * analyze xyz data to produce...
76 | * create xyz plots
77 | * evaluate xyz data for artifacts
78 |
79 | ### A note about learning goals and objectives (#bloom)
80 |
81 | While not a new or modern system for thinking about learning,
82 | [Bloom's taxonomy][1] is one useful framework for understanding the
83 | cognitive processes involved in learning. From lowest to highest
84 | cognitive requirements:
85 |
86 | 1. Knowledge: Learners must be able to recall or remember the
87 | information.
88 | 2. Comprehension: Learners must be able to understand the information.
89 | 3. Application: Learners must be able to use the information they have
90 | learned at the same or different contexts.
91 | 4. Analysis: Learners must be able to analyze the information, by
92 | identifying its different components.
93 | 5. Synthesis: Learners must be able to create something new using
94 | different chunks of the information they have already mastered.
95 | 6. Evaluation: Learners must be able to present opinions, justify
96 | decisions, and make judgments about the information presented,
97 | based on previously acquired knowledge.
98 |
99 | To use Bloom's taxonomy, consider the following sets of verbs and
100 | descriptions for learning objectives:
101 |
102 | 1. Remember: Memorize, show, pick, spell, list, quote, recall, repeat,
103 | catalogue, cite, state, relate, record, name.
104 | 2. Understand: Explain, restate, alter, outline, discuss, expand,
105 | identify, locate, report, express, recognize, discuss, qualify,
106 | covert, review, infer.
107 | 3. Apply: Translate, interpret, explain, practice, illustrate,
108 | operate, demonstrate, dramatize, sketch, put into action, complete,
109 | model, utilize, experiment, schedule, use.
110 | 4. Analyze: Distinguish, differentiate, separate, take apart,
111 | appraise, calculate, criticize, compare, contrast, examine, test,
112 | relate, search, classify, experiment.
113 | 5. Evaluate: Decide, appraise, revise, score, recommend, select,
114 | measure, argue, value, estimate, choose, discuss, rate, assess,
115 | think.
116 | 6. Create: Compose, plan, propose, produce, predict, design, assemble,
117 | prepare, formulate, organize, manage, construct, generate, imagine,
118 | set-up.
119 |
120 | [1]: https://cft.vanderbilt.edu/guides-sub-pages/blooms-taxonomy/ "Bloom's Taxonomy"
121 |
--------------------------------------------------------------------------------
/docs/schedule-day-two.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 | # BioC 2019: Where Software and Biology Connect
6 |
7 | When: June 24 - 27, 2019
8 | What: Developer Day, Main Conference, Symposium
9 | Where: [NYU and Rockefeller University][venue], New York City, USA
10 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
11 | Twitter: [#bioc2019][tweet]
12 |
13 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
14 | [venue]: ./travel-accommodations
15 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
16 |
17 |
18 |
24 |
25 | [course AMI]: https://courses.bioconductor.org
26 | [bioc-community slack]: https://bioc-community.herokuapp.com/
27 |
28 | # Day 2: Wednesday June 26
29 |
30 | 8:00 - 8:30 -- Breakfast -- Abby Lounge
31 | :
32 |
33 | 8:30 - 9:00 -- Lieven Clement -- Caspary Auditorium
34 | :
35 |
36 | 9:00 - 9:30 -- Lihua Julie Zhu -- Caspary Auditorium
37 | :
38 |
39 | 9:30 - 10:00 -- Anshul Kundaje -- Caspary Auditorium
40 | :
41 |
42 | 10:00 - 10:30 -- Break -- CRC Lower Level
43 | :
44 |
45 | 10:30 - 12:00 -- Contributed talks Session 4a -- Software focus -- Caspary Auditorium
46 | : + Nitesh Turaga -- 3 reasons to "Bioconductor" on containers
47 | + Vincent Carey -- Bioconductor at "cloud scale"
48 | + Stuart Lee -- Tidy coverage analysis with superintronic and
49 | plyranges
50 | + Nathan Sheffield -- BiocProject, a new Bioconductor-oriented
51 | project management class
52 | + Karun Rajesh -- Storage and Analysis of Microbiome Quality Control
53 | Project Data through phyloseq Package
54 | + Ana Beatriz Villaseñor-Altamirano -- PulmonDB with an accessible
55 | web interface of integrated and curated public transcriptomic data
56 | for the understanding of lung diseases
57 | + Christopher Wilks -- Snapcount: rapid and flexible querying of
58 | over 70,000 gene, exon, and splice junction expression summaries
59 |
60 | 10:30 - 12:00 -- Contributed talks Session 4b -- Biological focus -- Carson Auditorium
61 | : + Benjamin Haibe-Kains -- mCI: Robust biomarker discovery from
62 | cancer pharmacogenomic data
63 | + Aedin Culhane -- Discovery of cancer immune molecular subtypes
64 | + Joselyn Cristina Chavez Fuentes -- A collaborative approach to
65 | improve access to bacterial regulatory networks using
66 | R/Bioconductor.
67 | + Robert Castelo -- RNA sequencing and mass spectometry proteomics
68 | of neonatal dried blood spots
69 | + Cesar Miguel Valdez Cordova -- histoneSig: working with continuous
70 | signal representations from the genome
71 | + Antonio Colaprico -- DeepBlueR and MoonlightR
72 | + Charlotte Soneson -- On the characterisation of complex
73 | transcriptomes with Nanopore native RNA sequencing
74 |
75 | 12:00 - 1:00 -- Lunch / Birds-of-a-feather -- Weiss South Room
76 | :
77 |
78 | 1:00 - 1:50 -- [Workshop Session] 5a
79 | : + The Basics: Introduction to Bioconductor Annotation Resources --
80 | Lori Shepherd and Jim MacDonald -- RRB 110
81 | + SingleCell: Analysis of multi-sample multi-group scRNA-seq data --
82 | Helena L. Crowell, Charlotte Soneson, Pierre-Luc Germain, and Mark
83 | Robinson -- Carson Auditorium
84 | + RNAseq & Omics: Using the recount2 resource and related tools --
85 | Collado-Torres L, Nellore A, Jaffe AE -- Weiss 305
86 | + Genomics & Enrichment Analysis: Easy and efficient ensemble gene
87 | set testing with EGSEA -- Alhamdoosh M, Law CW, Tian L, Sheridan
88 | JM, Ng M, Ritchie ME -- Weiss 301
89 |
90 | 2:00 - 2:50 -- [Workshop Session] 5b
91 | : + The Basics: Introduction to Bioconductor Annotation Resources --
92 | Lori Shepherd and Jim MacDonald -- RRB 110
93 | + SingleCell: Analysis of multi-sample multi-group scRNA-seq data --
94 | Helena L. Crowell, Charlotte Soneson, Pierre-Luc Germain, and Mark
95 | D. Robinson -- Carson Auditorium
96 | + RNAseq & Omics: Using the recount2 resource and related tools --
97 | Collado-Torres L, Nellore A, Jaffe AE -- Weiss 305
98 | + Genomics & Enrichment Analysis: Functional enrichment analysis of
99 | high-throughput omics data -- Ludwig Geistlinger and Levi Waldron -- Weiss 301
100 |
101 | 2:50 - 3:10 -- Break -- Weiss South Room
102 | :
103 |
104 | 3:10 - 4:00 -- [Workshop Session] 6a
105 | : + The Basics: Public data resources and Bioconductor -- Levi
106 | Waldron, Benjamin Haibe-Kains, and Sean Davis -- RBB 110
107 | + SingleCell: iSEE: Interactive visualization of
108 | `SummarizedExperiment` objects -- Kevin Rue-Albrecht and Charlotte
109 | Soneson -- Carson Auditorium
110 | + RNAseq & Omics: RNA-seq analysis is easy as 1-2-3 with limma,
111 | Glimma and edgeR -- Law CW, Alhamdoosh M, Su S, Dong X, Tian L et
112 | al -- Weiss 305
113 | + Genomics & Enrichment Analysis: Integrative pathway analysis with
114 | pathwayPCA -- Odom G, Ban Y, Liu L, Wang L, Chen X -- Weiss 301
115 |
116 | 4:10 - 5:00 -- [Workshop Session] 6b
117 | : + The Basics: Public data resources and Bioconductor -- Levi
118 | Waldron, Benjamin Haibe-Kains, and Sean Davis -- RRB 110
119 | + SingleCell: iSEE: Interactive visualization of
120 | `SummarizedExperiment` objects -- Kevin Rue-Albrecht and Charlotte
121 | Soneson -- Carson Auditorium
122 | + RNAseq & Omics: Epidemiology for Bioinformaticians -- Mirzayi C
123 | and Levi Waldron -- Weiss 305
124 |
125 | 5:30 - 7:30 -- Contributed posters
126 | : + __Group-B posters__ -- Weiss Lobby
127 | + Poster dimensions up to 58 inches wide x 40 inches tall. Individual
128 | poster allocations will be affixed to poster boards.
129 |
130 | [Workshop Session]: https://rebrand.ly/biocworkshops2019
131 |
--------------------------------------------------------------------------------
/docs/schedule-day-one.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 | # BioC 2019: Where Software and Biology Connect
6 |
7 | When: June 24 - 27, 2019
8 | What: Developer Day, Main Conference, Symposium
9 | Where: [NYU and Rockefeller University][venue], New York City, USA
10 | Slack: [Bioconductor Team][] (`#bioc2019` channel)
11 | Twitter: [#bioc2019][tweet]
12 |
13 | [tweet]: https://twitter.com/hashtag/bioc2019?f=tweets
14 | [venue]: ./travel-accommodations
15 | [Bioconductor Team]: https://bioc-community.herokuapp.com/
16 |
17 | # Day 1: Tuesday June 25
18 |
19 |
25 |
26 | [course AMI]: https://courses.bioconductor.org
27 | [bioc-community slack]: https://bioc-community.herokuapp.com/
28 |
29 | 8:00 - 8:45 -- Registration and breakfast -- Abby Lounge
30 | :
31 |
32 | 8:45 - 9:00 -- [Welcoming remarks][welcome] -- Martin Morgan -- Caspary Auditorium
33 | :
34 |
35 | 9:00 - 9:30 -- Jeffrey Leek -- Caspary Auditorium
36 | :
37 |
38 | 9:30 - 10:00 -- Elli Papaemmanuil -- Caspary Auditorium
39 | :
40 |
41 | 10:00 - 10:30 -- Simina Boca -- Caspary Auditorium
42 | :
43 |
44 | 10:30 - 11:00 -- Break -- CRC Lower Level
45 | :
46 |
47 | 11:00 - 12:00 -- Contributed talks Session 1a - Single-cell theme -- Caspary Auditorium
48 | : + Robert A. Amezquita -- Orchestrating Single-Cell Analysis with Bioconductor
49 | + Helena L. Crowell -- Analysis of multi-sample multi-group scRNA-seq data
50 | + Shian Su -- CellBench: A Framework for Evaluating Single Cell Analysis Pipelines
51 | + Stephanie Hicks -- mbkmeans: fast clustering for single cell data using mini-batch k-means
52 | + Deepayan Sarkar -- Gene Set Enrichment Analysis with Multi-omics Data
53 |
54 | 11:00 - 12:00 -- Contributed talks Session 1b - Statistical methods -- Carson Auditorium
55 | : + Nima Hejazi -- Generalized Variance Moderation for Locally
56 | Efficient Estimation in High-Dimensional Biology
57 | + John Lawson -- Coordinate Covariation Analysis (COCOA):
58 | Understanding Interindividual Variation in Data with Genomic
59 | Coordinates
60 | + Ingo Ruczinski -- Detection of rare disease variants in extended pedigrees using RVS
61 | + Svetlana Vinogradova -- ASER: eliminating transcriptome-wide batch
62 | effects results in higher precision in allele-specific expression
63 | measurements
64 | + Katharina Imkeller -- Improving accuracy of phenotype detection in
65 | whole-genome CRISPR screens
66 |
67 | 12:00 - 1:00 -- Lunch / Birds-of-a-feather, sponsored by [F1000 Research][] -- Weiss South Room
68 | :
69 |
70 | 1:00 - 1:50 -- [Workshop Session] 2a
71 | : + The Basics: Bioconductor for Everyone -- Martin Morgan and Lori Shepherd -- RRB 110
72 | + SingleCell: Effectively using the DelayedArray framework to
73 | support the analysis of large data sets -- Pete Hickey -- Carson Auditorium
74 | + RNAseq & Omics: Workflow for Multi-omics Analysis with
75 | MultiAssayExperiment and curatedTCGAData -- Marcel Ramos, Ludwig
76 | Geistlinger, and Levi Waldron -- Weiss 301
77 | + Genomics & Enrichment Analysis: Tools for region-based genomic
78 | analysis -- Nathan Sheffield -- Weiss 305
79 |
80 | 2:00 - 2:50 -- [Workshop Session] 2b
81 |
82 | : + The Basics: Bioconductor for Everyone -- Martin Morgan and Lori
83 | Shepherd -- RRB 110
84 | + SingleCell: Effectively using the DelayedArray framework to
85 | support the analysis of large data sets -- Pete Hickey -- Carson Auditorium
86 | + RNAseq & Omics: Workflow for Multi-omics Analysis with
87 | MultiAssayExperiment and curatedTCGAData -- Marcel Ramos, Ludwig
88 | Geistlinger, and Levi Waldron -- Weiss 301
89 | + Genomics & Enrichment Analysis: Tools for region-based genomic
90 | analysis -- Nathan Sheffield -- Weiss 305
91 |
92 | 2:50 - 3:10 -- Break -- Weiss South Room
93 | :
94 |
95 | 3:10 - 4:00 -- [Workshop Session] 3a
96 | : + The Basics: Fluent genomic workflows with plyranges -- Stuart Lee
97 | -- Weiss 305
98 | + SingleCell: Orchestrating Single-Cell Analysis with Bioconductor:
99 | Overview and Workflows -- Robert A. Amezquita, Vince J. Carey,
100 | Lindsay N. Carpp, Ludwig Geistlinger, Aaron T. L.Lun, et al. -- Carson Auditorium
101 | + RNAseq & Omics: Bioinformatics tools for integrating and
102 | understanding molecular changes associated with with Immune
103 | Response, Stemness and Oncogenic processes -- Antonio Colaprico,
104 | Gabriel Odom, Lily Wang, & Xi Chen -- Weiss 301
105 | + Genomics & Enrichment Analysis: Copy number variation analysis
106 | with Bioconductor -- Ludwig Geistlinger, Marcel Ramos, Seyhun Oh,
107 | and Levi Waldron -- RRB 110
108 |
109 | 4:10 - 5:00 -- [Workshop Session] 3b
110 | : + The Basics: A plyranges and tximeta case study: differential
111 | expression and accessibility -- Michael Love -- Weiss 305
112 | + SingleCell: Analysis of large single-cell RNA-seq datasets in
113 | R/Bioconductor -- Davide Risso and Stephanie Hicks -- Carson Auditorium
114 | + RNAseq & Omics: Working with open-source Human Microbiome Project
115 | Data: Efficient Data Access and Analysis Workflow -- Levi Walrdon,
116 | Ni Zhao, Mikhail Dozmorov, Ekaterina Smirnova -- Weiss 301
117 | + Genomics & Enrichment Analysis: ATAC-seq data quality control
118 | using the ATACseqQC package -- Haibo Liu, Jianghong Ou, and Julie
119 | Lihua Zhu -- RRB 110
120 |
121 | 5:30 - 7:30 -- Contributed posters
122 | : + __Group-A posters__ -- Weiss Lobby
123 | + Lightning talks (concurrent with posters) -- Weiss 301
124 | + Poster dimensions up to 58 inches wide x 40 inches tall. Individual
125 | poster allocations will be affixed to poster boards.
126 |
127 | [welcome]: https://docs.google.com/presentation/d/1U76nYf-RMHEJ0Zh9IT39ZqxjuIaeMuxuhd1HmFqLWrQ/edit?usp=sharing
128 | [F1000 Research]: https://f1000research.com/gateways/bioconductor/
129 | [Workshop Session]: https://rebrand.ly/biocworkshops2019
130 |
--------------------------------------------------------------------------------
/docs/_layouts/default.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
22 |
23 |
27 |
28 |
31 | Conference Home
32 | Registration
33 | Call for submissions
34 | Travel & Accommodation
35 |
36 | Schedule
37 | - Developer Day
38 | - Main Conference -- Day 1
39 | - Main Conference -- Day 2
40 | - Robert Gentleman Symposium
41 | - Poster Titles
42 |
43 | Resources
44 | - Organizing committee
45 |
46 |
47 |
48 | Sponsor Opportunities
49 |
50 | Code of Conduct
51 |
54 |
55 |
60 |
61 |
66 |
67 |
68 |
69 |
74 |
75 |
76 |
77 |
82 |
83 |
84 |
85 |
90 |
91 |
92 |
93 |
98 |
99 |
100 |
101 |
106 |
107 |
108 |
109 |
114 |
115 |
116 |
117 |
122 |
123 |
125 | Bioconductor: https://bioconductor.org
126 | Hosted on GitHub Pages
127 | Theme by orderedlist
128 |
| Aedin Culhane <[aedin@jimmy.harvard.edu][4]> |
108 | |
| Levi Waldron <[lwaldron.research@gmail.com][5]> |
109 | |
| Laurent Gatto <[laurent.gatto@uclouvain.be][6]> |
110 |
111 | [0]: mailto:code-of-conduct@bioconductor.org
112 | [1]: https://comunidadbioinfo.github.io/es/post/bioc2019-code-of-conduct-violation-response
113 | [2]: https://bioc2019.bioconductor.org/code_of_conduct
114 | [3]: https://www.bioconductor.org/about/technical-advisory-board/
115 | [4]: mailto:aedin@jimmy.harvard.edu?subject=BioC2019%20code-of-conduct
116 | [5]: mailto:lwaldron.research@gmail.com?subject=BioC2019%20Code-of-conduct
117 | [6]: mailto:laurent.gatto@uclouvain.be?subject=BioC2019%20Code-of-conduct
118 |
--------------------------------------------------------------------------------
/docs/assets/css/style.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Noto Sans';
3 | font-weight: 400;
4 | font-style: normal;
5 | src: url("../fonts/Noto-Sans-regular/Noto-Sans-regular.eot");
6 | src: url("../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Noto Sans"), local("Noto-Sans-regular"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2") format("woff2"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.woff") format("woff"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf") format("truetype"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans") format("svg"); }
7 | @font-face {
8 | font-family: 'Noto Sans';
9 | font-weight: 700;
10 | font-style: normal;
11 | src: url("../fonts/Noto-Sans-700/Noto-Sans-700.eot");
12 | src: url("../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix") format("embedded-opentype"), local("Noto Sans Bold"), local("Noto-Sans-700"), url("../fonts/Noto-Sans-700/Noto-Sans-700.woff2") format("woff2"), url("../fonts/Noto-Sans-700/Noto-Sans-700.woff") format("woff"), url("../fonts/Noto-Sans-700/Noto-Sans-700.ttf") format("truetype"), url("../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans") format("svg"); }
13 | @font-face {
14 | font-family: 'Noto Sans';
15 | font-weight: 400;
16 | font-style: italic;
17 | src: url("../fonts/Noto-Sans-italic/Noto-Sans-italic.eot");
18 | src: url("../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix") format("embedded-opentype"), local("Noto Sans Italic"), local("Noto-Sans-italic"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2") format("woff2"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.woff") format("woff"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf") format("truetype"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans") format("svg"); }
19 | @font-face {
20 | font-family: 'Noto Sans';
21 | font-weight: 700;
22 | font-style: italic;
23 | src: url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot");
24 | src: url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix") format("embedded-opentype"), local("Noto Sans Bold Italic"), local("Noto-Sans-700italic"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2") format("woff2"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff") format("woff"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf") format("truetype"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans") format("svg"); }
25 | .highlight table td {
26 | padding: 5px; }
27 |
28 | .highlight table pre {
29 | margin: 0; }
30 |
31 | .highlight .cm {
32 | color: #999988;
33 | font-style: italic; }
34 |
35 | .highlight .cp {
36 | color: #999999;
37 | font-weight: bold; }
38 |
39 | .highlight .c1 {
40 | color: #999988;
41 | font-style: italic; }
42 |
43 | .highlight .cs {
44 | color: #999999;
45 | font-weight: bold;
46 | font-style: italic; }
47 |
48 | .highlight .c, .highlight .cd {
49 | color: #999988;
50 | font-style: italic; }
51 |
52 | .highlight .err {
53 | color: #a61717;
54 | background-color: #e3d2d2; }
55 |
56 | .highlight .gd {
57 | color: #000000;
58 | background-color: #ffdddd; }
59 |
60 | .highlight .ge {
61 | color: #000000;
62 | font-style: italic; }
63 |
64 | .highlight .gr {
65 | color: #aa0000; }
66 |
67 | .highlight .gh {
68 | color: #999999; }
69 |
70 | .highlight .gi {
71 | color: #000000;
72 | background-color: #ddffdd; }
73 |
74 | .highlight .go {
75 | color: #888888; }
76 |
77 | .highlight .gp {
78 | color: #555555; }
79 |
80 | .highlight .gs {
81 | font-weight: bold; }
82 |
83 | .highlight .gu {
84 | color: #aaaaaa; }
85 |
86 | .highlight .gt {
87 | color: #aa0000; }
88 |
89 | .highlight .kc {
90 | color: #000000;
91 | font-weight: bold; }
92 |
93 | .highlight .kd {
94 | color: #000000;
95 | font-weight: bold; }
96 |
97 | .highlight .kn {
98 | color: #000000;
99 | font-weight: bold; }
100 |
101 | .highlight .kp {
102 | color: #000000;
103 | font-weight: bold; }
104 |
105 | .highlight .kr {
106 | color: #000000;
107 | font-weight: bold; }
108 |
109 | .highlight .kt {
110 | color: #445588;
111 | font-weight: bold; }
112 |
113 | .highlight .k, .highlight .kv {
114 | color: #000000;
115 | font-weight: bold; }
116 |
117 | .highlight .mf {
118 | color: #009999; }
119 |
120 | .highlight .mh {
121 | color: #009999; }
122 |
123 | .highlight .il {
124 | color: #009999; }
125 |
126 | .highlight .mi {
127 | color: #009999; }
128 |
129 | .highlight .mo {
130 | color: #009999; }
131 |
132 | .highlight .m, .highlight .mb, .highlight .mx {
133 | color: #009999; }
134 |
135 | .highlight .sb {
136 | color: #d14; }
137 |
138 | .highlight .sc {
139 | color: #d14; }
140 |
141 | .highlight .sd {
142 | color: #d14; }
143 |
144 | .highlight .s2 {
145 | color: #d14; }
146 |
147 | .highlight .se {
148 | color: #d14; }
149 |
150 | .highlight .sh {
151 | color: #d14; }
152 |
153 | .highlight .si {
154 | color: #d14; }
155 |
156 | .highlight .sx {
157 | color: #d14; }
158 |
159 | .highlight .sr {
160 | color: #009926; }
161 |
162 | .highlight .s1 {
163 | color: #d14; }
164 |
165 | .highlight .ss {
166 | color: #990073; }
167 |
168 | .highlight .s {
169 | color: #d14; }
170 |
171 | .highlight .na {
172 | color: #008080; }
173 |
174 | .highlight .bp {
175 | color: #999999; }
176 |
177 | .highlight .nb {
178 | color: #0086B3; }
179 |
180 | .highlight .nc {
181 | color: #445588;
182 | font-weight: bold; }
183 |
184 | .highlight .no {
185 | color: #008080; }
186 |
187 | .highlight .nd {
188 | color: #3c5d5d;
189 | font-weight: bold; }
190 |
191 | .highlight .ni {
192 | color: #800080; }
193 |
194 | .highlight .ne {
195 | color: #990000;
196 | font-weight: bold; }
197 |
198 | .highlight .nf {
199 | color: #990000;
200 | font-weight: bold; }
201 |
202 | .highlight .nl {
203 | color: #990000;
204 | font-weight: bold; }
205 |
206 | .highlight .nn {
207 | color: #555555; }
208 |
209 | .highlight .nt {
210 | color: #000080; }
211 |
212 | .highlight .vc {
213 | color: #008080; }
214 |
215 | .highlight .vg {
216 | color: #008080; }
217 |
218 | .highlight .vi {
219 | color: #008080; }
220 |
221 | .highlight .nv {
222 | color: #008080; }
223 |
224 | .highlight .ow {
225 | color: #000000;
226 | font-weight: bold; }
227 |
228 | .highlight .o {
229 | color: #000000;
230 | font-weight: bold; }
231 |
232 | .highlight .w {
233 | color: #bbbbbb; }
234 |
235 | .highlight {
236 | background-color: #f8f8f8; }
237 |
238 | body {
239 | background-color: #fff;
240 | padding: 50px;
241 | font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
242 | color: #727272;
243 | font-weight: 400; }
244 |
245 | h1, h2, h3, h4, h5, h6 {
246 | color: #222;
247 | margin: 0 0 20px; }
248 |
249 | p, ul, ol, table, pre, dl {
250 | margin: 0 0 20px; }
251 |
252 | h1, h2, h3 {
253 | line-height: 1.1; }
254 |
255 | h1 {
256 | font-size: 28px; }
257 |
258 | h2 {
259 | color: #393939; }
260 |
261 | h3, h4, h5, h6 {
262 | color: #494949; }
263 |
264 | a {
265 | color: #267CB9;
266 | text-decoration: none; }
267 |
268 | a:hover, a:focus {
269 | color: #069;
270 | font-weight: bold; }
271 |
272 | a small {
273 | font-size: 11px;
274 | color: #777;
275 | margin-top: -0.3em;
276 | display: block; }
277 |
278 | a:hover small {
279 | color: #777; }
280 |
281 | .wrapper {
282 | width: 860px;
283 | margin: 0 auto; }
284 |
285 | blockquote {
286 | border-left: 1px solid #e5e5e5;
287 | margin: 0;
288 | padding: 0 0 0 20px;
289 | font-style: italic; }
290 |
291 | code, pre {
292 | font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
293 | color: #333;
294 | font-size: 12px; }
295 |
296 | pre {
297 | padding: 8px 15px;
298 | background: #f8f8f8;
299 | border-radius: 5px;
300 | border: 1px solid #e5e5e5;
301 | overflow-x: auto; }
302 |
303 | table {
304 | width: 100%;
305 | border-collapse: collapse; }
306 |
307 | th, td {
308 | text-align: left;
309 | padding: 5px 10px;
310 | border-bottom: 1px solid #e5e5e5; }
311 |
312 | dt {
313 | color: #444; }
314 |
315 | th {
316 | color: #444; }
317 |
318 | img {
319 | max-width: 100%; }
320 |
321 | header {
322 | width: 270px;
323 | float: left;
324 | -webkit-font-smoothing: subpixel-antialiased; }
325 |
326 | header ul {
327 | list-style: none;
328 | height: 40px;
329 | padding: 0;
330 | background: #f4f4f4;
331 | border-radius: 5px;
332 | border: 1px solid #e0e0e0;
333 | width: 270px; }
334 |
335 | header li {
336 | width: 89px;
337 | float: left;
338 | border-right: 1px solid #e0e0e0;
339 | height: 40px; }
340 |
341 | header li:first-child a {
342 | border-radius: 5px 0 0 5px; }
343 |
344 | header li:last-child a {
345 | border-radius: 0 5px 5px 0; }
346 |
347 | header ul a {
348 | line-height: 1;
349 | font-size: 11px;
350 | color: #676767;
351 | display: block;
352 | text-align: center;
353 | padding-top: 6px;
354 | height: 34px; }
355 |
356 | header ul a:hover, header ul a:focus {
357 | color: #675C5C;
358 | font-weight: bold; }
359 |
360 | header ul a:active {
361 | background-color: #f0f0f0; }
362 |
363 | strong {
364 | color: #222;
365 | font-weight: 700; }
366 |
367 | header ul li + li + li {
368 | border-right: none;
369 | width: 89px; }
370 |
371 | header ul a strong {
372 | font-size: 14px;
373 | display: block;
374 | color: #222; }
375 |
376 | section {
377 | width: 500px;
378 | float: right;
379 | padding-bottom: 50px; }
380 |
381 | small {
382 | font-size: 11px; }
383 |
384 | hr {
385 | border: 0;
386 | background: #e5e5e5;
387 | height: 1px;
388 | margin: 0 0 20px; }
389 |
390 | footer {
391 | width: 270px;
392 | float: left;
393 | position: fixed;
394 | bottom: 50px;
395 | -webkit-font-smoothing: subpixel-antialiased; }
396 |
397 | @media print, screen and (max-width: 960px) {
398 | div.wrapper {
399 | width: auto;
400 | margin: 0; }
401 |
402 | header, section, footer {
403 | float: none;
404 | position: static;
405 | width: auto; }
406 |
407 | header {
408 | padding-right: 320px; }
409 |
410 | section {
411 | border: 1px solid #e5e5e5;
412 | border-width: 1px 0;
413 | padding: 20px 0;
414 | margin: 0 0 20px; }
415 |
416 | header a small {
417 | display: inline; }
418 |
419 | header ul {
420 | position: absolute;
421 | right: 50px;
422 | top: 52px; } }
423 | @media print, screen and (max-width: 720px) {
424 | body {
425 | word-wrap: break-word; }
426 |
427 | header {
428 | padding: 0; }
429 |
430 | header ul, header p.view {
431 | position: static; }
432 |
433 | pre, code {
434 | word-wrap: normal; } }
435 | @media print, screen and (max-width: 480px) {
436 | body {
437 | padding: 15px; }
438 |
439 | header ul {
440 | width: 99%; }
441 |
442 | header li, header ul li + li + li {
443 | width: 33%; } }
444 | @media print {
445 | body {
446 | padding: 0.4in;
447 | font-size: 12pt;
448 | color: #444; } }
449 |
--------------------------------------------------------------------------------
/docs/travel-accommodations.md:
--------------------------------------------------------------------------------
1 | ---
2 | layout: default
3 | ---
4 |
5 | # BioC 2019: Where Software and Biology Connect
6 |
7 | When: June 24 - 27, 2019