├── .Rbuildignore ├── .editorconfig ├── .github └── workflows │ └── deploy.yml ├── .gitignore ├── .nojekyll ├── DESCRIPTION ├── LICENSE.md ├── README.adoc ├── assets └── media │ ├── .gitkeep │ ├── coders.jpg │ ├── contact.jpg │ ├── coverwhite-pills.png │ ├── icon-pack │ └── .gitkeep │ ├── icon.png │ └── logo.png ├── call4papers2023.html ├── config.toml ├── config └── _default │ ├── config.toml │ ├── languages.toml │ ├── menus.toml │ └── params.toml ├── content ├── admin │ └── index.md ├── authors │ ├── .gitkeep │ ├── alice-walsh │ │ ├── avatar.jpeg │ │ └── index.md │ ├── annie-yang │ │ ├── avatar.jpg │ │ └── index.md │ ├── bellafeng │ │ ├── avatar.jpg │ │ └── index.md │ ├── catherineigartua │ │ ├── avatar.jpeg │ │ └── index.md │ ├── daniel-sabanes-bove │ │ ├── avatar.jpg │ │ └── index.md │ ├── daniellamark │ │ ├── avatar.jpg │ │ └── index.md │ ├── dionne-price │ │ ├── avatar.jpg │ │ └── index.md │ ├── edlauzier │ │ ├── avatar.jpg │ │ └── index.md │ ├── elena-rantou-79a0a339 │ │ ├── avatar.jpg │ │ └── index.md │ ├── ellishughes │ │ ├── avatar.jpg │ │ └── index.md │ ├── epijim │ │ ├── avatar.jpg │ │ └── index.md │ ├── eric-nantz-6621617 │ │ ├── avatar.jpg │ │ └── index.md │ ├── eric-simms-3897004 │ │ ├── avatar.jpg │ │ └── index.md │ ├── frank-yang │ │ ├── avatar.jpg │ │ └── index.md │ ├── freestyle35 │ │ ├── avatar.jpg │ │ └── index.md │ ├── harshal-khanolkar │ │ ├── avatar.png │ │ └── index.md │ ├── harvey-lieberman │ │ ├── avatar.jpg │ │ └── index.md │ ├── hye-soo-cho │ │ ├── avatar.jpeg │ │ └── index.md │ ├── james_black │ │ ├── avatar.jpg │ │ └── index.md │ ├── jinhwan-kim │ │ ├── avatar.jpg │ │ └── index.md │ ├── joe-zhu │ │ ├── avatar.jpg │ │ └── index.md │ ├── jonathan_carroll │ │ ├── avatar.jpg │ │ └── index.md │ ├── juliane-manitz-943178127 │ │ ├── avatar.jpg │ │ └── index.md │ ├── max-kuhn │ │ ├── avatar.jpeg │ │ └── index.md │ ├── melvin-munsaka-phd-72461bb │ │ ├── avatar.jpg │ │ └── index.md │ ├── michael-lawrence-74a9b482 │ │ ├── avatar.jpg │ │ └── index.md │ ├── michaelblanks │ │ ├── avatar.jpg │ │ └── index.md │ ├── min-lee-is │ │ ├── avatar.jpg │ │ └── index.md │ ├── ning-leng-7b2b354a │ │ ├── avatar.jpeg │ │ └── index.md │ ├── paul-schuette-40aa838 │ │ ├── avatar.jpg │ │ └── index.md │ ├── paulo-bargo-phd-10590830 │ │ ├── avatar.jpg │ │ └── index.md │ ├── philip-bowsher-67151015 │ │ ├── avatar.jpg │ │ └── index.md │ ├── reinhold-koch-b8970883 │ │ ├── avatar.jpg │ │ └── index.md │ ├── robert-gentleman-06845098 │ │ ├── avatar.jpeg │ │ └── index.md │ ├── ross-farrugia-820839204 │ │ ├── avatar.png │ │ └── index.md │ ├── sam-hume-dsc │ │ ├── avatar.jpeg │ │ └── index.md │ ├── smitha-ankinakatte │ │ ├── avatar.jpeg │ │ └── index.md │ ├── steven-ting │ │ ├── avatar.jpg │ │ └── index.md │ ├── sukalpo-saha │ │ ├── avatar.jpg │ │ └── index.md │ ├── volha-tryputsen-66566839 │ │ ├── avatar.jpg │ │ └── index.md │ ├── yanli_chang │ │ ├── avatar.jpg │ │ └── index.md │ └── yuichi-nakajima │ │ ├── avatar.jpg │ │ └── index.md ├── contact │ ├── contact.md │ ├── image.md │ └── index.md ├── event │ ├── _index.md │ ├── genAI2024 │ │ ├── featured.jpeg │ │ └── index.md │ ├── genAI2025 │ │ ├── featured.jpeg │ │ └── index.md │ ├── rinpharma2018 │ │ ├── featured.jpeg │ │ ├── figure1.png │ │ └── index.md │ ├── rinpharma2019 │ │ ├── attendees.png │ │ ├── featured.jpeg │ │ ├── figure1.png │ │ └── index.md │ ├── rinpharma2020 │ │ ├── featured.jpeg │ │ └── index.md │ ├── rinpharma2021 │ │ ├── featured.jpeg │ │ └── index.md │ ├── rinpharma2022 │ │ ├── featured.jpeg │ │ └── index.md │ ├── rinpharma2023 │ │ ├── featured.jpeg │ │ └── index.md │ └── rinpharma2024 │ │ ├── featured.jpeg │ │ └── index.md ├── home │ ├── featured.md │ ├── headliners.md │ ├── image.md │ ├── index.md │ ├── news.md │ ├── publication.md │ └── welcome.md ├── people │ ├── index.md │ └── people.md ├── post │ ├── 2021-06-17-announcement │ │ ├── featured.png │ │ └── index.md │ ├── 2021-10-23-panels │ │ ├── featured.jpg │ │ └── index.md │ ├── 2022-02-02-workshops2021 │ │ ├── featured.jpg │ │ └── index.md │ ├── 2022-10-06-workshops │ │ ├── featured.jpg │ │ └── index.md │ ├── 2022-10-16-expo │ │ ├── featured.jpg │ │ └── index.md │ ├── 2022-10-26-entertainment │ │ ├── featured.jpg │ │ └── index.md │ ├── 2022-10-26-platform │ │ ├── featured.jpg │ │ └── index.md │ ├── 2022-11-06-panels │ │ ├── featured.jpg │ │ └── index.md │ ├── 2022-12-09-rph2022-recordings │ │ ├── featured.jpg │ │ └── index.md │ ├── 2023-03-17-announcement │ │ ├── featured.jpg │ │ └── index.md │ ├── 2023-07-11-call4talks │ │ ├── featured.jpg │ │ └── index.md │ ├── 2023-09-16-summit │ │ ├── featured.jpg │ │ └── index.md │ ├── 2023-10-03-keynotes │ │ ├── featured.jpg │ │ └── index.md │ ├── 2023-10-03-workshops │ │ ├── featured.jpg │ │ └── index.md │ ├── 2023-10-18-panels │ │ ├── featured.jpg │ │ └── index.md │ ├── 2023-10-21-on-demand │ │ ├── featured.jpg │ │ └── index.md │ ├── 2024-03-25-announcement │ │ ├── featured.jpg │ │ └── index.md │ ├── 2024-06-08-call4talks │ │ ├── featured.jpg │ │ └── index.md │ ├── 2024-07-17-APAC-track │ │ ├── featured.png │ │ └── index.md │ ├── 2024-09-10-genAI │ │ ├── featured.png │ │ └── index.md │ ├── 2024-10-13-expo │ │ ├── featured.jpg │ │ └── index.md │ ├── 2024-10-13-workshops │ │ ├── featured.jpg │ │ └── index.md │ ├── 2025-05-18-call4talks │ │ ├── featured.jpg │ │ └── index.md │ ├── 2025-06-14-announcement │ │ ├── featured.jpg │ │ └── index.md │ ├── 2025-07-25-hackathon │ │ ├── featured.jpg │ │ └── index.md │ ├── 2025-07-30-genAI │ │ ├── featured.png │ │ └── index.md │ ├── _index.md │ ├── faq │ │ └── index.md │ └── thewhy │ │ └── index.md ├── privacy.md ├── publication │ └── _index.md ├── terms.md └── workshop │ └── _index.md ├── data ├── .gitkeep ├── fonts │ └── .gitkeep ├── publication_types.toml └── themes │ └── .gitkeep ├── docs └── CNAME ├── gitanalysis.R ├── go.mod ├── go.sum ├── i18n └── en.yaml ├── inst └── secret │ └── rinpharma-4ac2ad6eba3b.json ├── layouts ├── event │ └── single.html ├── partials │ ├── genai2024.html │ ├── genai2025.html │ ├── li_citation.html │ ├── page_author.html │ ├── rinpharma2018.html │ ├── rinpharma2019.html │ ├── rinpharma2020.html │ ├── rinpharma2021.html │ ├── rinpharma2022.html │ ├── rinpharma2023.html │ ├── rinpharma2024.html │ ├── site_footer.html │ └── widgets │ │ └── contact.html ├── section │ ├── event.html │ └── workshop.html └── workshop │ └── single.html ├── r-pharma.Rproj ├── resources └── _gen │ └── assets │ └── js │ └── js │ ├── script.js_d3f53f09220d597dac26fe7840c31fc9.content │ └── script.js_d3f53f09220d597dac26fe7840c31fc9.json ├── static ├── .gitignore ├── CNAME ├── css │ ├── .gitkeep │ ├── schedule.css │ ├── workshop.css │ └── workshop_blog.css ├── html │ ├── call4papers │ │ └── index.html │ └── votes │ │ ├── call4papers2020.html │ │ ├── call4papers2022.html │ │ └── call4papers2023.html └── media │ ├── 4.png │ ├── about │ ├── 404-Error-Concept.png │ ├── big-data.png │ ├── creativity.jpg │ ├── h1-gallery-img-7.jpg │ ├── login.jpg │ ├── lunch.jpg │ ├── main-home-img-1.jpg │ ├── pricing-2.jpg │ ├── signup.png │ └── wordpress.png │ ├── avater.jpg │ ├── banner │ ├── banner-2.jpg │ ├── cover.jpg │ ├── cover.pxd │ │ ├── QuickLook │ │ │ ├── Icon.tiff │ │ │ └── Thumbnail.tiff │ │ ├── data │ │ │ ├── 268F84FD-995E-474A-930E-5D6935C3632C-81499-0000085EA439D2C6 │ │ │ └── Layer-D7ABBA60-DE30-4F6D-8D92-ACDF23C0B786-20171117-131813 │ │ └── metadata.info │ ├── cover.pxm │ ├── coverwhite.png │ ├── rev-slider-09.png │ └── speakers-bg-black.jpg │ ├── bg │ ├── cta-bg.jpg │ ├── cta-bg2.jpg │ ├── ctg.jpg │ ├── footer-bg.jpg │ ├── map-1025845_1280.jpg │ ├── page-header.jpg │ └── tsai.jpg │ ├── blog │ ├── alex-litvin-MAYsdoYpGuk-unsplash_small.png │ ├── blog-1.jpg │ ├── blog-2.jpg │ ├── blog-3.jpg │ ├── blog-img-1.jpg │ ├── blog-img-2.jpg │ ├── blog-img-3.jpg │ ├── blog-post-1.jpg │ ├── diego-ph-fIq0tET6llw-unsplash_small.jpg │ ├── engin-akyurt-KtYvqysesC4-unsplash_small.jpg │ ├── felicia-buitenwerf-5yn5rGI5IUw-unsplash_small.png │ ├── franck-v-tiNCpHudGrw-unsplash_small.png │ ├── merch.jpg │ ├── procogia_xsession.jpg │ └── rpharma_tickets.jpg │ ├── clients │ ├── client-img-1.png │ ├── client-img-2.png │ ├── client-img-3.png │ ├── client-img-4.png │ ├── client-img-5.png │ ├── client-img-6.png │ ├── client-img-7.png │ ├── client-img-8.png │ ├── client-img-9.png │ ├── s-1.jpg │ └── s-2.jpg │ ├── coders.jpg │ ├── contact.jpg │ ├── coverwhite-pills.png │ ├── default-avatar.jpg │ ├── iStock-1147932850.jpeg │ ├── logotext_small.png │ ├── logotext_xlarge.png │ ├── marker.png │ ├── pharma │ ├── drugs.jpg │ ├── quino-al-4SNUcHPiC8c-unsplash.jpg │ ├── r-pharma-conf-example.jpg │ ├── richard-waterworth-pNBZAofGcgU-unsplash_small.png │ └── rstudio.png │ ├── schedule │ ├── Coffee session.jpg │ ├── Schedule only.jpg │ ├── beer.png │ ├── closing-remarks.jpg │ ├── coffee.png │ ├── food.png │ ├── keynote.jpg │ ├── lecture.png │ ├── lunch.jpg │ ├── opening-remarks.jpg │ ├── talk.jpg │ ├── workshop.jpg │ └── workshop.png │ ├── speakers │ ├── alison-hill.jpg │ ├── andy-nicholls.jpg │ ├── christina-fillmore.jpg │ ├── daniel-lee.jpg │ ├── david-granjon.jpg │ ├── devin-pastoor.jpg │ ├── douglas-robinson.jpg │ ├── emil-hvitfeldt.jpg │ ├── harvey-lieberman.jpg │ ├── john-coene.jpg │ ├── joseph-rickert.jpg │ ├── julia-silge.jpg │ ├── kyle-baron.jpg │ ├── leon-jessen.jpg │ ├── maria-doyle.jpg │ ├── marly-gotti.jpg │ ├── matilde-kam.jpg │ ├── max-kuhn.jpg │ ├── mike-stackhouse.jpg │ ├── nathan-kosiba.jpg │ ├── paul-schuette.jpg │ ├── person.jpg │ ├── raul-torres.jpg │ ├── rich-iannone.jpg │ ├── stefano-mangiola.jpg │ ├── tim-tsai.jpg │ ├── tom-mock.jpg │ ├── viral-shah.jpg │ └── will-landau.jpg │ ├── teams │ ├── s-1.jpg │ ├── s-2.jpg │ ├── s-3.jpg │ ├── s-4.jpg │ ├── s-5.jpg │ └── s-6.jpg │ └── welcome.jpg └── themes ├── clusterai-hugo ├── assets │ ├── js │ │ └── script.js │ └── scss │ │ ├── _about.scss │ │ ├── _banner.scss │ │ ├── _blog.scss │ │ ├── _call-to-action.scss │ │ ├── _common.scss │ │ ├── _countdown.scss │ │ ├── _feature.scss │ │ ├── _footer.scss │ │ ├── _header.scss │ │ ├── _inner-pages.scss │ │ ├── _media-query.scss │ │ ├── _mixins.scss │ │ ├── _pricing.scss │ │ ├── _responsive.scss │ │ ├── _schdule.scss │ │ ├── _speaker.scss │ │ ├── _sponsor.scss │ │ ├── _types.scss │ │ ├── _variables.scss │ │ └── style.scss ├── exampleSite │ ├── archetypes │ │ └── default.md │ ├── config.toml │ ├── content │ │ ├── about │ │ │ └── _index.md │ │ ├── blog │ │ │ ├── _index.md │ │ │ ├── post.1.md │ │ │ ├── post.2.md │ │ │ ├── post.3.md │ │ │ └── post.4.md │ │ ├── contact │ │ │ └── _index.md │ │ ├── faq │ │ │ └── _index.md │ │ ├── pricing │ │ │ └── _index.md │ │ ├── schedule │ │ │ └── _index.md │ │ ├── search │ │ │ └── _index.md │ │ └── speaker │ │ │ ├── Andrew-Kemnitz.md │ │ │ ├── Kemnitz-Wagon.md │ │ │ ├── MJohn-Doe.md │ │ │ ├── Marta-Kemnitz.md │ │ │ ├── Martin-Gptil.md │ │ │ ├── Mehedi-Keil.md │ │ │ └── _index.md │ ├── data │ │ ├── about.yml │ │ ├── contact.yml │ │ ├── faq.yml │ │ ├── homepage.yml │ │ ├── pricing.yml │ │ └── schedule.yml │ └── static │ │ └── images │ │ ├── 4.png │ │ ├── about │ │ ├── 404-Error-Concept.png │ │ ├── big-data.png │ │ ├── creativity.jpg │ │ ├── h1-gallery-img-7.jpg │ │ ├── login.jpg │ │ ├── lunch.jpg │ │ ├── main-home-img-1.jpg │ │ ├── pricing-2.jpg │ │ ├── signup.png │ │ └── wordpress.png │ │ ├── avater.jpg │ │ ├── banner │ │ ├── banner-2.jpg │ │ ├── rev-slider-09.png │ │ └── speakers-bg-black.jpg │ │ ├── bg │ │ ├── cta-bg.jpg │ │ ├── cta-bg2.jpg │ │ ├── ctg.jpg │ │ ├── footer-bg.jpg │ │ └── page-header.jpg │ │ ├── blog │ │ ├── blog-1.jpg │ │ ├── blog-2.jpg │ │ ├── blog-3.jpg │ │ ├── blog-img-1.jpg │ │ ├── blog-img-2.jpg │ │ ├── blog-img-3.jpg │ │ └── blog-post-1.jpg │ │ ├── clients │ │ ├── client-img-1.png │ │ ├── client-img-2.png │ │ ├── client-img-3.png │ │ ├── client-img-4.png │ │ ├── client-img-5.png │ │ ├── client-img-6.png │ │ ├── client-img-7.png │ │ ├── client-img-8.png │ │ ├── client-img-9.png │ │ ├── s-1.jpg │ │ └── s-2.jpg │ │ ├── logo.png │ │ ├── marker.png │ │ └── teams │ │ ├── s-1.jpg │ │ ├── s-2.jpg │ │ ├── s-3.jpg │ │ ├── s-4.jpg │ │ ├── s-5.jpg │ │ └── s-6.jpg ├── layouts │ ├── 404.html │ ├── _default │ │ ├── baseof.html │ │ ├── index.json │ │ ├── list.html │ │ └── single.html │ ├── about │ │ └── list.html │ ├── contact │ │ └── list.html │ ├── faq │ │ └── list.html │ ├── index.html │ ├── pages │ │ └── single.html │ ├── partials │ │ ├── blog-sidebar.html │ │ ├── event.html │ │ ├── footer.html │ │ ├── head.html │ │ ├── header.html │ │ ├── page-title.html │ │ ├── preloader.html │ │ ├── pricing.html │ │ ├── schedule.html │ │ └── sponsor.html │ ├── pricing │ │ └── list.html │ ├── schedule │ │ └── list.html │ ├── search │ │ └── list.html │ ├── shorcodes │ │ └── color.html │ └── speaker │ │ ├── list.html │ │ └── single.html └── static │ ├── .htaccess │ └── plugins │ ├── SyoTimer │ └── jquery.syotimer.min.js │ ├── bootstrap │ ├── css │ │ └── bootstrap.min.css │ └── js │ │ └── bootstrap.min.js │ ├── google-map │ └── map.js │ ├── jquery │ └── jquery.js │ ├── search │ ├── fuse.min.js │ ├── mark.js │ └── search.js │ └── themefisher-font │ ├── Read Me.txt │ ├── demo-files │ ├── demo.css │ └── demo.js │ ├── demo.html │ ├── fonts │ ├── themefisher-font.eot │ ├── themefisher-font.svg │ ├── themefisher-font.ttf │ └── themefisher-font.woff │ ├── selection.json │ └── style.css └── hugo-conference ├── LICENSE ├── README.md ├── exampleSite ├── config.yml ├── content │ └── .keep └── static │ └── img │ ├── apple-touch-icon.png │ ├── badge.jpg │ ├── cover.jpg │ ├── favicon.ico │ ├── hugo.jpg │ ├── hugo.png │ ├── partner.png │ ├── speaker.jpg │ └── your-logo.jpg ├── images ├── screenshot.png └── tn.png ├── layouts ├── index.html └── partials │ ├── about.html │ ├── call4papers.html │ ├── contact.html │ ├── governance.html │ ├── grants.html │ ├── header.html │ ├── hotel.html │ ├── keynotes.html │ ├── location.html │ ├── nav.html │ ├── programs.html │ ├── schedule.html │ ├── sponsors.html │ └── workshops.html ├── static ├── css │ └── main.css ├── img │ └── marker-default.png └── js │ ├── jquery.js │ └── main.js └── theme.toml /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/.gitignore -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/README.adoc -------------------------------------------------------------------------------- /assets/media/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/coders.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/assets/media/coders.jpg -------------------------------------------------------------------------------- /assets/media/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/assets/media/contact.jpg -------------------------------------------------------------------------------- /assets/media/coverwhite-pills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/assets/media/coverwhite-pills.png -------------------------------------------------------------------------------- /assets/media/icon-pack/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/assets/media/icon.png -------------------------------------------------------------------------------- /assets/media/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/assets/media/logo.png -------------------------------------------------------------------------------- /call4papers2023.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/call4papers2023.html -------------------------------------------------------------------------------- /config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/config.toml -------------------------------------------------------------------------------- /config/_default/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/config/_default/config.toml -------------------------------------------------------------------------------- /config/_default/languages.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/config/_default/languages.toml -------------------------------------------------------------------------------- /config/_default/menus.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/config/_default/menus.toml -------------------------------------------------------------------------------- /config/_default/params.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/config/_default/params.toml -------------------------------------------------------------------------------- /content/admin/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/admin/index.md -------------------------------------------------------------------------------- /content/authors/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/authors/alice-walsh/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/alice-walsh/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/alice-walsh/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/alice-walsh/index.md -------------------------------------------------------------------------------- /content/authors/annie-yang/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/annie-yang/avatar.jpg -------------------------------------------------------------------------------- /content/authors/annie-yang/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/annie-yang/index.md -------------------------------------------------------------------------------- /content/authors/bellafeng/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/bellafeng/avatar.jpg -------------------------------------------------------------------------------- /content/authors/bellafeng/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/bellafeng/index.md -------------------------------------------------------------------------------- /content/authors/catherineigartua/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/catherineigartua/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/catherineigartua/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/catherineigartua/index.md -------------------------------------------------------------------------------- /content/authors/daniel-sabanes-bove/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/daniel-sabanes-bove/avatar.jpg -------------------------------------------------------------------------------- /content/authors/daniel-sabanes-bove/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/daniel-sabanes-bove/index.md -------------------------------------------------------------------------------- /content/authors/daniellamark/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/daniellamark/avatar.jpg -------------------------------------------------------------------------------- /content/authors/daniellamark/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/daniellamark/index.md -------------------------------------------------------------------------------- /content/authors/dionne-price/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/dionne-price/avatar.jpg -------------------------------------------------------------------------------- /content/authors/dionne-price/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/dionne-price/index.md -------------------------------------------------------------------------------- /content/authors/edlauzier/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/edlauzier/avatar.jpg -------------------------------------------------------------------------------- /content/authors/edlauzier/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/edlauzier/index.md -------------------------------------------------------------------------------- /content/authors/elena-rantou-79a0a339/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/elena-rantou-79a0a339/avatar.jpg -------------------------------------------------------------------------------- /content/authors/elena-rantou-79a0a339/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/elena-rantou-79a0a339/index.md -------------------------------------------------------------------------------- /content/authors/ellishughes/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/ellishughes/avatar.jpg -------------------------------------------------------------------------------- /content/authors/ellishughes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/ellishughes/index.md -------------------------------------------------------------------------------- /content/authors/epijim/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/epijim/avatar.jpg -------------------------------------------------------------------------------- /content/authors/epijim/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/epijim/index.md -------------------------------------------------------------------------------- /content/authors/eric-nantz-6621617/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/eric-nantz-6621617/avatar.jpg -------------------------------------------------------------------------------- /content/authors/eric-nantz-6621617/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/eric-nantz-6621617/index.md -------------------------------------------------------------------------------- /content/authors/eric-simms-3897004/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/eric-simms-3897004/avatar.jpg -------------------------------------------------------------------------------- /content/authors/eric-simms-3897004/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/eric-simms-3897004/index.md -------------------------------------------------------------------------------- /content/authors/frank-yang/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/frank-yang/avatar.jpg -------------------------------------------------------------------------------- /content/authors/frank-yang/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/frank-yang/index.md -------------------------------------------------------------------------------- /content/authors/freestyle35/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/freestyle35/avatar.jpg -------------------------------------------------------------------------------- /content/authors/freestyle35/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/freestyle35/index.md -------------------------------------------------------------------------------- /content/authors/harshal-khanolkar/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/harshal-khanolkar/avatar.png -------------------------------------------------------------------------------- /content/authors/harshal-khanolkar/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/harshal-khanolkar/index.md -------------------------------------------------------------------------------- /content/authors/harvey-lieberman/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/harvey-lieberman/avatar.jpg -------------------------------------------------------------------------------- /content/authors/harvey-lieberman/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/harvey-lieberman/index.md -------------------------------------------------------------------------------- /content/authors/hye-soo-cho/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/hye-soo-cho/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/hye-soo-cho/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/hye-soo-cho/index.md -------------------------------------------------------------------------------- /content/authors/james_black/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/james_black/avatar.jpg -------------------------------------------------------------------------------- /content/authors/james_black/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/james_black/index.md -------------------------------------------------------------------------------- /content/authors/jinhwan-kim/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/jinhwan-kim/avatar.jpg -------------------------------------------------------------------------------- /content/authors/jinhwan-kim/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/jinhwan-kim/index.md -------------------------------------------------------------------------------- /content/authors/joe-zhu/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/joe-zhu/avatar.jpg -------------------------------------------------------------------------------- /content/authors/joe-zhu/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/joe-zhu/index.md -------------------------------------------------------------------------------- /content/authors/jonathan_carroll/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/jonathan_carroll/avatar.jpg -------------------------------------------------------------------------------- /content/authors/jonathan_carroll/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/jonathan_carroll/index.md -------------------------------------------------------------------------------- /content/authors/juliane-manitz-943178127/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/juliane-manitz-943178127/avatar.jpg -------------------------------------------------------------------------------- /content/authors/juliane-manitz-943178127/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/juliane-manitz-943178127/index.md -------------------------------------------------------------------------------- /content/authors/max-kuhn/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/max-kuhn/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/max-kuhn/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/max-kuhn/index.md -------------------------------------------------------------------------------- /content/authors/melvin-munsaka-phd-72461bb/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/melvin-munsaka-phd-72461bb/avatar.jpg -------------------------------------------------------------------------------- /content/authors/melvin-munsaka-phd-72461bb/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/melvin-munsaka-phd-72461bb/index.md -------------------------------------------------------------------------------- /content/authors/michael-lawrence-74a9b482/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/michael-lawrence-74a9b482/avatar.jpg -------------------------------------------------------------------------------- /content/authors/michael-lawrence-74a9b482/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/michael-lawrence-74a9b482/index.md -------------------------------------------------------------------------------- /content/authors/michaelblanks/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/michaelblanks/avatar.jpg -------------------------------------------------------------------------------- /content/authors/michaelblanks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/michaelblanks/index.md -------------------------------------------------------------------------------- /content/authors/min-lee-is/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/min-lee-is/avatar.jpg -------------------------------------------------------------------------------- /content/authors/min-lee-is/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/min-lee-is/index.md -------------------------------------------------------------------------------- /content/authors/ning-leng-7b2b354a/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/ning-leng-7b2b354a/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/ning-leng-7b2b354a/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/ning-leng-7b2b354a/index.md -------------------------------------------------------------------------------- /content/authors/paul-schuette-40aa838/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/paul-schuette-40aa838/avatar.jpg -------------------------------------------------------------------------------- /content/authors/paul-schuette-40aa838/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/paul-schuette-40aa838/index.md -------------------------------------------------------------------------------- /content/authors/paulo-bargo-phd-10590830/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/paulo-bargo-phd-10590830/avatar.jpg -------------------------------------------------------------------------------- /content/authors/paulo-bargo-phd-10590830/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/paulo-bargo-phd-10590830/index.md -------------------------------------------------------------------------------- /content/authors/philip-bowsher-67151015/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/philip-bowsher-67151015/avatar.jpg -------------------------------------------------------------------------------- /content/authors/philip-bowsher-67151015/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/philip-bowsher-67151015/index.md -------------------------------------------------------------------------------- /content/authors/reinhold-koch-b8970883/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/reinhold-koch-b8970883/avatar.jpg -------------------------------------------------------------------------------- /content/authors/reinhold-koch-b8970883/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/reinhold-koch-b8970883/index.md -------------------------------------------------------------------------------- /content/authors/robert-gentleman-06845098/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/robert-gentleman-06845098/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/robert-gentleman-06845098/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/robert-gentleman-06845098/index.md -------------------------------------------------------------------------------- /content/authors/ross-farrugia-820839204/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/ross-farrugia-820839204/avatar.png -------------------------------------------------------------------------------- /content/authors/ross-farrugia-820839204/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/ross-farrugia-820839204/index.md -------------------------------------------------------------------------------- /content/authors/sam-hume-dsc/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/sam-hume-dsc/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/sam-hume-dsc/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/sam-hume-dsc/index.md -------------------------------------------------------------------------------- /content/authors/smitha-ankinakatte/avatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/smitha-ankinakatte/avatar.jpeg -------------------------------------------------------------------------------- /content/authors/smitha-ankinakatte/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/smitha-ankinakatte/index.md -------------------------------------------------------------------------------- /content/authors/steven-ting/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/steven-ting/avatar.jpg -------------------------------------------------------------------------------- /content/authors/steven-ting/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/steven-ting/index.md -------------------------------------------------------------------------------- /content/authors/sukalpo-saha/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/sukalpo-saha/avatar.jpg -------------------------------------------------------------------------------- /content/authors/sukalpo-saha/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/sukalpo-saha/index.md -------------------------------------------------------------------------------- /content/authors/volha-tryputsen-66566839/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/volha-tryputsen-66566839/avatar.jpg -------------------------------------------------------------------------------- /content/authors/volha-tryputsen-66566839/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/volha-tryputsen-66566839/index.md -------------------------------------------------------------------------------- /content/authors/yanli_chang/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/yanli_chang/avatar.jpg -------------------------------------------------------------------------------- /content/authors/yanli_chang/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/yanli_chang/index.md -------------------------------------------------------------------------------- /content/authors/yuichi-nakajima/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/yuichi-nakajima/avatar.jpg -------------------------------------------------------------------------------- /content/authors/yuichi-nakajima/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/authors/yuichi-nakajima/index.md -------------------------------------------------------------------------------- /content/contact/contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/contact/contact.md -------------------------------------------------------------------------------- /content/contact/image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/contact/image.md -------------------------------------------------------------------------------- /content/contact/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/contact/index.md -------------------------------------------------------------------------------- /content/event/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/_index.md -------------------------------------------------------------------------------- /content/event/genAI2024/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/genAI2024/featured.jpeg -------------------------------------------------------------------------------- /content/event/genAI2024/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/genAI2024/index.md -------------------------------------------------------------------------------- /content/event/genAI2025/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/genAI2025/featured.jpeg -------------------------------------------------------------------------------- /content/event/genAI2025/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/genAI2025/index.md -------------------------------------------------------------------------------- /content/event/rinpharma2018/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2018/featured.jpeg -------------------------------------------------------------------------------- /content/event/rinpharma2018/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2018/figure1.png -------------------------------------------------------------------------------- /content/event/rinpharma2018/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2018/index.md -------------------------------------------------------------------------------- /content/event/rinpharma2019/attendees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2019/attendees.png -------------------------------------------------------------------------------- /content/event/rinpharma2019/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2019/featured.jpeg -------------------------------------------------------------------------------- /content/event/rinpharma2019/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2019/figure1.png -------------------------------------------------------------------------------- /content/event/rinpharma2019/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2019/index.md -------------------------------------------------------------------------------- /content/event/rinpharma2020/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2020/featured.jpeg -------------------------------------------------------------------------------- /content/event/rinpharma2020/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2020/index.md -------------------------------------------------------------------------------- /content/event/rinpharma2021/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2021/featured.jpeg -------------------------------------------------------------------------------- /content/event/rinpharma2021/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2021/index.md -------------------------------------------------------------------------------- /content/event/rinpharma2022/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2022/featured.jpeg -------------------------------------------------------------------------------- /content/event/rinpharma2022/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2022/index.md -------------------------------------------------------------------------------- /content/event/rinpharma2023/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2023/featured.jpeg -------------------------------------------------------------------------------- /content/event/rinpharma2023/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2023/index.md -------------------------------------------------------------------------------- /content/event/rinpharma2024/featured.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2024/featured.jpeg -------------------------------------------------------------------------------- /content/event/rinpharma2024/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/event/rinpharma2024/index.md -------------------------------------------------------------------------------- /content/home/featured.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/home/featured.md -------------------------------------------------------------------------------- /content/home/headliners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/home/headliners.md -------------------------------------------------------------------------------- /content/home/image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/home/image.md -------------------------------------------------------------------------------- /content/home/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/home/index.md -------------------------------------------------------------------------------- /content/home/news.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/home/news.md -------------------------------------------------------------------------------- /content/home/publication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/home/publication.md -------------------------------------------------------------------------------- /content/home/welcome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/home/welcome.md -------------------------------------------------------------------------------- /content/people/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/people/index.md -------------------------------------------------------------------------------- /content/people/people.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/people/people.md -------------------------------------------------------------------------------- /content/post/2021-06-17-announcement/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2021-06-17-announcement/featured.png -------------------------------------------------------------------------------- /content/post/2021-06-17-announcement/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2021-06-17-announcement/index.md -------------------------------------------------------------------------------- /content/post/2021-10-23-panels/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2021-10-23-panels/featured.jpg -------------------------------------------------------------------------------- /content/post/2021-10-23-panels/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2021-10-23-panels/index.md -------------------------------------------------------------------------------- /content/post/2022-02-02-workshops2021/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-02-02-workshops2021/featured.jpg -------------------------------------------------------------------------------- /content/post/2022-02-02-workshops2021/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-02-02-workshops2021/index.md -------------------------------------------------------------------------------- /content/post/2022-10-06-workshops/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-06-workshops/featured.jpg -------------------------------------------------------------------------------- /content/post/2022-10-06-workshops/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-06-workshops/index.md -------------------------------------------------------------------------------- /content/post/2022-10-16-expo/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-16-expo/featured.jpg -------------------------------------------------------------------------------- /content/post/2022-10-16-expo/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-16-expo/index.md -------------------------------------------------------------------------------- /content/post/2022-10-26-entertainment/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-26-entertainment/featured.jpg -------------------------------------------------------------------------------- /content/post/2022-10-26-entertainment/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-26-entertainment/index.md -------------------------------------------------------------------------------- /content/post/2022-10-26-platform/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-26-platform/featured.jpg -------------------------------------------------------------------------------- /content/post/2022-10-26-platform/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-10-26-platform/index.md -------------------------------------------------------------------------------- /content/post/2022-11-06-panels/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-11-06-panels/featured.jpg -------------------------------------------------------------------------------- /content/post/2022-11-06-panels/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-11-06-panels/index.md -------------------------------------------------------------------------------- /content/post/2022-12-09-rph2022-recordings/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-12-09-rph2022-recordings/featured.jpg -------------------------------------------------------------------------------- /content/post/2022-12-09-rph2022-recordings/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2022-12-09-rph2022-recordings/index.md -------------------------------------------------------------------------------- /content/post/2023-03-17-announcement/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-03-17-announcement/featured.jpg -------------------------------------------------------------------------------- /content/post/2023-03-17-announcement/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-03-17-announcement/index.md -------------------------------------------------------------------------------- /content/post/2023-07-11-call4talks/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-07-11-call4talks/featured.jpg -------------------------------------------------------------------------------- /content/post/2023-07-11-call4talks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-07-11-call4talks/index.md -------------------------------------------------------------------------------- /content/post/2023-09-16-summit/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-09-16-summit/featured.jpg -------------------------------------------------------------------------------- /content/post/2023-09-16-summit/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-09-16-summit/index.md -------------------------------------------------------------------------------- /content/post/2023-10-03-keynotes/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-03-keynotes/featured.jpg -------------------------------------------------------------------------------- /content/post/2023-10-03-keynotes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-03-keynotes/index.md -------------------------------------------------------------------------------- /content/post/2023-10-03-workshops/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-03-workshops/featured.jpg -------------------------------------------------------------------------------- /content/post/2023-10-03-workshops/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-03-workshops/index.md -------------------------------------------------------------------------------- /content/post/2023-10-18-panels/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-18-panels/featured.jpg -------------------------------------------------------------------------------- /content/post/2023-10-18-panels/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-18-panels/index.md -------------------------------------------------------------------------------- /content/post/2023-10-21-on-demand/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-21-on-demand/featured.jpg -------------------------------------------------------------------------------- /content/post/2023-10-21-on-demand/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2023-10-21-on-demand/index.md -------------------------------------------------------------------------------- /content/post/2024-03-25-announcement/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-03-25-announcement/featured.jpg -------------------------------------------------------------------------------- /content/post/2024-03-25-announcement/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-03-25-announcement/index.md -------------------------------------------------------------------------------- /content/post/2024-06-08-call4talks/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-06-08-call4talks/featured.jpg -------------------------------------------------------------------------------- /content/post/2024-06-08-call4talks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-06-08-call4talks/index.md -------------------------------------------------------------------------------- /content/post/2024-07-17-APAC-track/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-07-17-APAC-track/featured.png -------------------------------------------------------------------------------- /content/post/2024-07-17-APAC-track/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-07-17-APAC-track/index.md -------------------------------------------------------------------------------- /content/post/2024-09-10-genAI/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-09-10-genAI/featured.png -------------------------------------------------------------------------------- /content/post/2024-09-10-genAI/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-09-10-genAI/index.md -------------------------------------------------------------------------------- /content/post/2024-10-13-expo/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-10-13-expo/featured.jpg -------------------------------------------------------------------------------- /content/post/2024-10-13-expo/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-10-13-expo/index.md -------------------------------------------------------------------------------- /content/post/2024-10-13-workshops/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-10-13-workshops/featured.jpg -------------------------------------------------------------------------------- /content/post/2024-10-13-workshops/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2024-10-13-workshops/index.md -------------------------------------------------------------------------------- /content/post/2025-05-18-call4talks/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-05-18-call4talks/featured.jpg -------------------------------------------------------------------------------- /content/post/2025-05-18-call4talks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-05-18-call4talks/index.md -------------------------------------------------------------------------------- /content/post/2025-06-14-announcement/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-06-14-announcement/featured.jpg -------------------------------------------------------------------------------- /content/post/2025-06-14-announcement/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-06-14-announcement/index.md -------------------------------------------------------------------------------- /content/post/2025-07-25-hackathon/featured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-07-25-hackathon/featured.jpg -------------------------------------------------------------------------------- /content/post/2025-07-25-hackathon/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-07-25-hackathon/index.md -------------------------------------------------------------------------------- /content/post/2025-07-30-genAI/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-07-30-genAI/featured.png -------------------------------------------------------------------------------- /content/post/2025-07-30-genAI/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/2025-07-30-genAI/index.md -------------------------------------------------------------------------------- /content/post/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/_index.md -------------------------------------------------------------------------------- /content/post/faq/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/faq/index.md -------------------------------------------------------------------------------- /content/post/thewhy/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/post/thewhy/index.md -------------------------------------------------------------------------------- /content/privacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/privacy.md -------------------------------------------------------------------------------- /content/publication/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/publication/_index.md -------------------------------------------------------------------------------- /content/terms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/terms.md -------------------------------------------------------------------------------- /content/workshop/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/content/workshop/_index.md -------------------------------------------------------------------------------- /data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/fonts/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/publication_types.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/data/publication_types.toml -------------------------------------------------------------------------------- /data/themes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | rinpharma.com -------------------------------------------------------------------------------- /gitanalysis.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/gitanalysis.R -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/go.sum -------------------------------------------------------------------------------- /i18n/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/i18n/en.yaml -------------------------------------------------------------------------------- /inst/secret/rinpharma-4ac2ad6eba3b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/inst/secret/rinpharma-4ac2ad6eba3b.json -------------------------------------------------------------------------------- /layouts/event/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/event/single.html -------------------------------------------------------------------------------- /layouts/partials/genai2024.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/genai2024.html -------------------------------------------------------------------------------- /layouts/partials/genai2025.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/genai2025.html -------------------------------------------------------------------------------- /layouts/partials/li_citation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/li_citation.html -------------------------------------------------------------------------------- /layouts/partials/page_author.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/page_author.html -------------------------------------------------------------------------------- /layouts/partials/rinpharma2018.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/rinpharma2018.html -------------------------------------------------------------------------------- /layouts/partials/rinpharma2019.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/rinpharma2019.html -------------------------------------------------------------------------------- /layouts/partials/rinpharma2020.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/rinpharma2020.html -------------------------------------------------------------------------------- /layouts/partials/rinpharma2021.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/rinpharma2021.html -------------------------------------------------------------------------------- /layouts/partials/rinpharma2022.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/rinpharma2022.html -------------------------------------------------------------------------------- /layouts/partials/rinpharma2023.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/rinpharma2023.html -------------------------------------------------------------------------------- /layouts/partials/rinpharma2024.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/rinpharma2024.html -------------------------------------------------------------------------------- /layouts/partials/site_footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/site_footer.html -------------------------------------------------------------------------------- /layouts/partials/widgets/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/partials/widgets/contact.html -------------------------------------------------------------------------------- /layouts/section/event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/section/event.html -------------------------------------------------------------------------------- /layouts/section/workshop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/section/workshop.html -------------------------------------------------------------------------------- /layouts/workshop/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/layouts/workshop/single.html -------------------------------------------------------------------------------- /r-pharma.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/r-pharma.Rproj -------------------------------------------------------------------------------- /resources/_gen/assets/js/js/script.js_d3f53f09220d597dac26fe7840c31fc9.content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/resources/_gen/assets/js/js/script.js_d3f53f09220d597dac26fe7840c31fc9.content -------------------------------------------------------------------------------- /resources/_gen/assets/js/js/script.js_d3f53f09220d597dac26fe7840c31fc9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/resources/_gen/assets/js/js/script.js_d3f53f09220d597dac26fe7840c31fc9.json -------------------------------------------------------------------------------- /static/.gitignore: -------------------------------------------------------------------------------- 1 | tidytranscriptomics 2 | -------------------------------------------------------------------------------- /static/CNAME: -------------------------------------------------------------------------------- 1 | rinpharma.com 2 | -------------------------------------------------------------------------------- /static/css/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/css/schedule.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/css/schedule.css -------------------------------------------------------------------------------- /static/css/workshop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/css/workshop.css -------------------------------------------------------------------------------- /static/css/workshop_blog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/css/workshop_blog.css -------------------------------------------------------------------------------- /static/html/call4papers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/html/call4papers/index.html -------------------------------------------------------------------------------- /static/html/votes/call4papers2020.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/html/votes/call4papers2020.html -------------------------------------------------------------------------------- /static/html/votes/call4papers2022.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/html/votes/call4papers2022.html -------------------------------------------------------------------------------- /static/html/votes/call4papers2023.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/html/votes/call4papers2023.html -------------------------------------------------------------------------------- /static/media/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/4.png -------------------------------------------------------------------------------- /static/media/about/404-Error-Concept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/404-Error-Concept.png -------------------------------------------------------------------------------- /static/media/about/big-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/big-data.png -------------------------------------------------------------------------------- /static/media/about/creativity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/creativity.jpg -------------------------------------------------------------------------------- /static/media/about/h1-gallery-img-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/h1-gallery-img-7.jpg -------------------------------------------------------------------------------- /static/media/about/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/login.jpg -------------------------------------------------------------------------------- /static/media/about/lunch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/lunch.jpg -------------------------------------------------------------------------------- /static/media/about/main-home-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/main-home-img-1.jpg -------------------------------------------------------------------------------- /static/media/about/pricing-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/pricing-2.jpg -------------------------------------------------------------------------------- /static/media/about/signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/signup.png -------------------------------------------------------------------------------- /static/media/about/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/about/wordpress.png -------------------------------------------------------------------------------- /static/media/avater.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/avater.jpg -------------------------------------------------------------------------------- /static/media/banner/banner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/banner-2.jpg -------------------------------------------------------------------------------- /static/media/banner/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/cover.jpg -------------------------------------------------------------------------------- /static/media/banner/cover.pxd/QuickLook/Icon.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/cover.pxd/QuickLook/Icon.tiff -------------------------------------------------------------------------------- /static/media/banner/cover.pxd/QuickLook/Thumbnail.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/cover.pxd/QuickLook/Thumbnail.tiff -------------------------------------------------------------------------------- /static/media/banner/cover.pxd/data/268F84FD-995E-474A-930E-5D6935C3632C-81499-0000085EA439D2C6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/cover.pxd/data/268F84FD-995E-474A-930E-5D6935C3632C-81499-0000085EA439D2C6 -------------------------------------------------------------------------------- /static/media/banner/cover.pxd/data/Layer-D7ABBA60-DE30-4F6D-8D92-ACDF23C0B786-20171117-131813: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/cover.pxd/data/Layer-D7ABBA60-DE30-4F6D-8D92-ACDF23C0B786-20171117-131813 -------------------------------------------------------------------------------- /static/media/banner/cover.pxd/metadata.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/cover.pxd/metadata.info -------------------------------------------------------------------------------- /static/media/banner/cover.pxm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/cover.pxm -------------------------------------------------------------------------------- /static/media/banner/coverwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/coverwhite.png -------------------------------------------------------------------------------- /static/media/banner/rev-slider-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/rev-slider-09.png -------------------------------------------------------------------------------- /static/media/banner/speakers-bg-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/banner/speakers-bg-black.jpg -------------------------------------------------------------------------------- /static/media/bg/cta-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/bg/cta-bg.jpg -------------------------------------------------------------------------------- /static/media/bg/cta-bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/bg/cta-bg2.jpg -------------------------------------------------------------------------------- /static/media/bg/ctg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/bg/ctg.jpg -------------------------------------------------------------------------------- /static/media/bg/footer-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/bg/footer-bg.jpg -------------------------------------------------------------------------------- /static/media/bg/map-1025845_1280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/bg/map-1025845_1280.jpg -------------------------------------------------------------------------------- /static/media/bg/page-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/bg/page-header.jpg -------------------------------------------------------------------------------- /static/media/bg/tsai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/bg/tsai.jpg -------------------------------------------------------------------------------- /static/media/blog/alex-litvin-MAYsdoYpGuk-unsplash_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/alex-litvin-MAYsdoYpGuk-unsplash_small.png -------------------------------------------------------------------------------- /static/media/blog/blog-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/blog-1.jpg -------------------------------------------------------------------------------- /static/media/blog/blog-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/blog-2.jpg -------------------------------------------------------------------------------- /static/media/blog/blog-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/blog-3.jpg -------------------------------------------------------------------------------- /static/media/blog/blog-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/blog-img-1.jpg -------------------------------------------------------------------------------- /static/media/blog/blog-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/blog-img-2.jpg -------------------------------------------------------------------------------- /static/media/blog/blog-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/blog-img-3.jpg -------------------------------------------------------------------------------- /static/media/blog/blog-post-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/blog-post-1.jpg -------------------------------------------------------------------------------- /static/media/blog/diego-ph-fIq0tET6llw-unsplash_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/diego-ph-fIq0tET6llw-unsplash_small.jpg -------------------------------------------------------------------------------- /static/media/blog/engin-akyurt-KtYvqysesC4-unsplash_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/engin-akyurt-KtYvqysesC4-unsplash_small.jpg -------------------------------------------------------------------------------- /static/media/blog/felicia-buitenwerf-5yn5rGI5IUw-unsplash_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/felicia-buitenwerf-5yn5rGI5IUw-unsplash_small.png -------------------------------------------------------------------------------- /static/media/blog/franck-v-tiNCpHudGrw-unsplash_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/franck-v-tiNCpHudGrw-unsplash_small.png -------------------------------------------------------------------------------- /static/media/blog/merch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/merch.jpg -------------------------------------------------------------------------------- /static/media/blog/procogia_xsession.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/procogia_xsession.jpg -------------------------------------------------------------------------------- /static/media/blog/rpharma_tickets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/blog/rpharma_tickets.jpg -------------------------------------------------------------------------------- /static/media/clients/client-img-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-1.png -------------------------------------------------------------------------------- /static/media/clients/client-img-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-2.png -------------------------------------------------------------------------------- /static/media/clients/client-img-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-3.png -------------------------------------------------------------------------------- /static/media/clients/client-img-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-4.png -------------------------------------------------------------------------------- /static/media/clients/client-img-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-5.png -------------------------------------------------------------------------------- /static/media/clients/client-img-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-6.png -------------------------------------------------------------------------------- /static/media/clients/client-img-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-7.png -------------------------------------------------------------------------------- /static/media/clients/client-img-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-8.png -------------------------------------------------------------------------------- /static/media/clients/client-img-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/client-img-9.png -------------------------------------------------------------------------------- /static/media/clients/s-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/s-1.jpg -------------------------------------------------------------------------------- /static/media/clients/s-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/clients/s-2.jpg -------------------------------------------------------------------------------- /static/media/coders.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/coders.jpg -------------------------------------------------------------------------------- /static/media/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/contact.jpg -------------------------------------------------------------------------------- /static/media/coverwhite-pills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/coverwhite-pills.png -------------------------------------------------------------------------------- /static/media/default-avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/default-avatar.jpg -------------------------------------------------------------------------------- /static/media/iStock-1147932850.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/iStock-1147932850.jpeg -------------------------------------------------------------------------------- /static/media/logotext_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/logotext_small.png -------------------------------------------------------------------------------- /static/media/logotext_xlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/logotext_xlarge.png -------------------------------------------------------------------------------- /static/media/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/marker.png -------------------------------------------------------------------------------- /static/media/pharma/drugs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/pharma/drugs.jpg -------------------------------------------------------------------------------- /static/media/pharma/quino-al-4SNUcHPiC8c-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/pharma/quino-al-4SNUcHPiC8c-unsplash.jpg -------------------------------------------------------------------------------- /static/media/pharma/r-pharma-conf-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/pharma/r-pharma-conf-example.jpg -------------------------------------------------------------------------------- /static/media/pharma/richard-waterworth-pNBZAofGcgU-unsplash_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/pharma/richard-waterworth-pNBZAofGcgU-unsplash_small.png -------------------------------------------------------------------------------- /static/media/pharma/rstudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/pharma/rstudio.png -------------------------------------------------------------------------------- /static/media/schedule/Coffee session.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/Coffee session.jpg -------------------------------------------------------------------------------- /static/media/schedule/Schedule only.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/Schedule only.jpg -------------------------------------------------------------------------------- /static/media/schedule/beer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/beer.png -------------------------------------------------------------------------------- /static/media/schedule/closing-remarks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/closing-remarks.jpg -------------------------------------------------------------------------------- /static/media/schedule/coffee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/coffee.png -------------------------------------------------------------------------------- /static/media/schedule/food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/food.png -------------------------------------------------------------------------------- /static/media/schedule/keynote.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/keynote.jpg -------------------------------------------------------------------------------- /static/media/schedule/lecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/lecture.png -------------------------------------------------------------------------------- /static/media/schedule/lunch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/lunch.jpg -------------------------------------------------------------------------------- /static/media/schedule/opening-remarks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/opening-remarks.jpg -------------------------------------------------------------------------------- /static/media/schedule/talk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/talk.jpg -------------------------------------------------------------------------------- /static/media/schedule/workshop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/workshop.jpg -------------------------------------------------------------------------------- /static/media/schedule/workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/schedule/workshop.png -------------------------------------------------------------------------------- /static/media/speakers/alison-hill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/alison-hill.jpg -------------------------------------------------------------------------------- /static/media/speakers/andy-nicholls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/andy-nicholls.jpg -------------------------------------------------------------------------------- /static/media/speakers/christina-fillmore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/christina-fillmore.jpg -------------------------------------------------------------------------------- /static/media/speakers/daniel-lee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/daniel-lee.jpg -------------------------------------------------------------------------------- /static/media/speakers/david-granjon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/david-granjon.jpg -------------------------------------------------------------------------------- /static/media/speakers/devin-pastoor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/devin-pastoor.jpg -------------------------------------------------------------------------------- /static/media/speakers/douglas-robinson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/douglas-robinson.jpg -------------------------------------------------------------------------------- /static/media/speakers/emil-hvitfeldt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/emil-hvitfeldt.jpg -------------------------------------------------------------------------------- /static/media/speakers/harvey-lieberman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/harvey-lieberman.jpg -------------------------------------------------------------------------------- /static/media/speakers/john-coene.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/john-coene.jpg -------------------------------------------------------------------------------- /static/media/speakers/joseph-rickert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/joseph-rickert.jpg -------------------------------------------------------------------------------- /static/media/speakers/julia-silge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/julia-silge.jpg -------------------------------------------------------------------------------- /static/media/speakers/kyle-baron.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/kyle-baron.jpg -------------------------------------------------------------------------------- /static/media/speakers/leon-jessen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/leon-jessen.jpg -------------------------------------------------------------------------------- /static/media/speakers/maria-doyle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/maria-doyle.jpg -------------------------------------------------------------------------------- /static/media/speakers/marly-gotti.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/marly-gotti.jpg -------------------------------------------------------------------------------- /static/media/speakers/matilde-kam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/matilde-kam.jpg -------------------------------------------------------------------------------- /static/media/speakers/max-kuhn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/max-kuhn.jpg -------------------------------------------------------------------------------- /static/media/speakers/mike-stackhouse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/mike-stackhouse.jpg -------------------------------------------------------------------------------- /static/media/speakers/nathan-kosiba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/nathan-kosiba.jpg -------------------------------------------------------------------------------- /static/media/speakers/paul-schuette.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/paul-schuette.jpg -------------------------------------------------------------------------------- /static/media/speakers/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/person.jpg -------------------------------------------------------------------------------- /static/media/speakers/raul-torres.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/raul-torres.jpg -------------------------------------------------------------------------------- /static/media/speakers/rich-iannone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/rich-iannone.jpg -------------------------------------------------------------------------------- /static/media/speakers/stefano-mangiola.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/stefano-mangiola.jpg -------------------------------------------------------------------------------- /static/media/speakers/tim-tsai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/tim-tsai.jpg -------------------------------------------------------------------------------- /static/media/speakers/tom-mock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/tom-mock.jpg -------------------------------------------------------------------------------- /static/media/speakers/viral-shah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/viral-shah.jpg -------------------------------------------------------------------------------- /static/media/speakers/will-landau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/speakers/will-landau.jpg -------------------------------------------------------------------------------- /static/media/teams/s-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/teams/s-1.jpg -------------------------------------------------------------------------------- /static/media/teams/s-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/teams/s-2.jpg -------------------------------------------------------------------------------- /static/media/teams/s-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/teams/s-3.jpg -------------------------------------------------------------------------------- /static/media/teams/s-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/teams/s-4.jpg -------------------------------------------------------------------------------- /static/media/teams/s-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/teams/s-5.jpg -------------------------------------------------------------------------------- /static/media/teams/s-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/teams/s-6.jpg -------------------------------------------------------------------------------- /static/media/welcome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/static/media/welcome.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/js/script.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_about.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_about.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_banner.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_banner.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_blog.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_blog.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_call-to-action.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_call-to-action.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_common.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_common.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_countdown.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_countdown.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_feature.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_feature.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_footer.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_header.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_inner-pages.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_inner-pages.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_media-query.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_media-query.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_mixins.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_pricing.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_pricing.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_responsive.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_schdule.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_schdule.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_speaker.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_speaker.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_sponsor.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_sponsor.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_types.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_types.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/_variables.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/assets/scss/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/assets/scss/style.scss -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/archetypes/default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/archetypes/default.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/config.toml -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/about/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/about/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/blog/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/blog/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/blog/post.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/blog/post.1.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/blog/post.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/blog/post.2.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/blog/post.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/blog/post.3.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/blog/post.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/blog/post.4.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/contact/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/contact/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/faq/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/faq/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/pricing/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/pricing/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/schedule/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/schedule/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/search/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/search/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/speaker/Andrew-Kemnitz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/speaker/Andrew-Kemnitz.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/speaker/Kemnitz-Wagon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/speaker/Kemnitz-Wagon.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/speaker/MJohn-Doe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/speaker/MJohn-Doe.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/speaker/Marta-Kemnitz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/speaker/Marta-Kemnitz.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/speaker/Martin-Gptil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/speaker/Martin-Gptil.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/speaker/Mehedi-Keil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/speaker/Mehedi-Keil.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/content/speaker/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/content/speaker/_index.md -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/data/about.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/data/about.yml -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/data/contact.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/data/contact.yml -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/data/faq.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/data/faq.yml -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/data/homepage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/data/homepage.yml -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/data/pricing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/data/pricing.yml -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/data/schedule.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/data/schedule.yml -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/4.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/404-Error-Concept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/404-Error-Concept.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/big-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/big-data.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/creativity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/creativity.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/h1-gallery-img-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/h1-gallery-img-7.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/login.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/lunch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/lunch.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/main-home-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/main-home-img-1.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/pricing-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/pricing-2.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/signup.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/about/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/about/wordpress.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/avater.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/avater.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/banner/banner-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/banner/banner-2.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/banner/rev-slider-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/banner/rev-slider-09.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/banner/speakers-bg-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/banner/speakers-bg-black.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/bg/cta-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/bg/cta-bg.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/bg/cta-bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/bg/cta-bg2.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/bg/ctg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/bg/ctg.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/bg/footer-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/bg/footer-bg.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/bg/page-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/bg/page-header.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/blog/blog-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/blog/blog-1.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/blog/blog-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/blog/blog-2.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/blog/blog-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/blog/blog-3.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/blog/blog-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/blog/blog-img-1.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/blog/blog-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/blog/blog-img-2.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/blog/blog-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/blog/blog-img-3.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/blog/blog-post-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/blog/blog-post-1.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-1.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-2.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-3.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-4.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-5.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-6.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-7.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-8.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/client-img-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/client-img-9.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/s-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/s-1.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/clients/s-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/clients/s-2.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/logo.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/marker.png -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/teams/s-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/teams/s-1.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/teams/s-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/teams/s-2.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/teams/s-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/teams/s-3.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/teams/s-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/teams/s-4.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/teams/s-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/teams/s-5.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/exampleSite/static/images/teams/s-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/exampleSite/static/images/teams/s-6.jpg -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/404.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/_default/baseof.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/_default/baseof.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/_default/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/_default/index.json -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/_default/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/_default/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/_default/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/_default/single.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/about/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/about/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/contact/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/contact/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/faq/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/faq/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/index.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/pages/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/pages/single.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/blog-sidebar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/blog-sidebar.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/event.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/footer.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/head.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/header.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/page-title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/page-title.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/preloader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/preloader.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/pricing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/pricing.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/schedule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/schedule.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/partials/sponsor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/partials/sponsor.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/pricing/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/pricing/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/schedule/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/schedule/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/search/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/search/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/shorcodes/color.html: -------------------------------------------------------------------------------- 1 | {{ .Inner }} -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/speaker/list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/speaker/list.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/layouts/speaker/single.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/layouts/speaker/single.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/.htaccess -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/SyoTimer/jquery.syotimer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/SyoTimer/jquery.syotimer.min.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/google-map/map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/google-map/map.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/jquery/jquery.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/search/fuse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/search/fuse.min.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/search/mark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/search/mark.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/search/search.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/Read Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/Read Me.txt -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/demo-files/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/demo-files/demo.css -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/demo-files/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/demo-files/demo.js -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/demo.html -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.eot -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.svg -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.ttf -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/fonts/themefisher-font.woff -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/selection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/selection.json -------------------------------------------------------------------------------- /themes/clusterai-hugo/static/plugins/themefisher-font/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/clusterai-hugo/static/plugins/themefisher-font/style.css -------------------------------------------------------------------------------- /themes/hugo-conference/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/LICENSE -------------------------------------------------------------------------------- /themes/hugo-conference/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/README.md -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/config.yml -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/content/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/apple-touch-icon.png -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/badge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/badge.jpg -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/cover.jpg -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/favicon.ico -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/hugo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/hugo.jpg -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/hugo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/hugo.png -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/partner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/partner.png -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/speaker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/speaker.jpg -------------------------------------------------------------------------------- /themes/hugo-conference/exampleSite/static/img/your-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/exampleSite/static/img/your-logo.jpg -------------------------------------------------------------------------------- /themes/hugo-conference/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/images/screenshot.png -------------------------------------------------------------------------------- /themes/hugo-conference/images/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/images/tn.png -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/index.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/about.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/call4papers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/call4papers.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/contact.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/governance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/governance.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/grants.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/grants.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/header.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/hotel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/hotel.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/keynotes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/keynotes.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/location.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/location.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/nav.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/programs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/programs.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/schedule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/schedule.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/sponsors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/sponsors.html -------------------------------------------------------------------------------- /themes/hugo-conference/layouts/partials/workshops.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/layouts/partials/workshops.html -------------------------------------------------------------------------------- /themes/hugo-conference/static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/static/css/main.css -------------------------------------------------------------------------------- /themes/hugo-conference/static/img/marker-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/static/img/marker-default.png -------------------------------------------------------------------------------- /themes/hugo-conference/static/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/static/js/jquery.js -------------------------------------------------------------------------------- /themes/hugo-conference/static/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/static/js/main.js -------------------------------------------------------------------------------- /themes/hugo-conference/theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinpharma/r-pharma/HEAD/themes/hugo-conference/theme.toml --------------------------------------------------------------------------------