diff --git a/positconf-2023/category.json b/positconf-2023/category.json new file mode 100644 index 000000000..ab1947987 --- /dev/null +++ b/positconf-2023/category.json @@ -0,0 +1,3 @@ +{ + "title": "Posit:Conf 2023" +} diff --git a/positconf-2023/videos/20-questions-and-ai-chat-bots-posit-conf-2023.json b/positconf-2023/videos/20-questions-and-ai-chat-bots-posit-conf-2023.json new file mode 100644 index 000000000..b0a7d538f --- /dev/null +++ b/positconf-2023/videos/20-questions-and-ai-chat-bots-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "", + "duration": 370, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Winston Chang" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/Sn9Uj6vW4-Y/maxresdefault.jpg", + "title": "20 questions and AI chat bots", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Sn9Uj6vW4-Y" + } + ] +} diff --git a/positconf-2023/videos/a-hacker-s-guide-to-open-source-llms-posit-conf-2023.json b/positconf-2023/videos/a-hacker-s-guide-to-open-source-llms-posit-conf-2023.json new file mode 100644 index 000000000..633a4869b --- /dev/null +++ b/positconf-2023/videos/a-hacker-s-guide-to-open-source-llms-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "In this deeply informative video, Jeremy Howard, co-founder of fast.ai and creator of the ULMFiT approach on which all modern language models (LMs) are based, takes you on a comprehensive journey through the fascinating landscape of LMs. Starting with the foundational concepts, Jeremy introduces the architecture and mechanics that make these AI systems tick. He then delves into critical evaluations of GPT-4, illuminates practical uses of language models in code writing and data analysis, and offers hands-on tips for working with the OpenAI API. The video also provides expert guidance on technical topics such as fine-tuning, decoding tokens, and running private instances of GPT models.\r\n\r\nAs we move further into the intricacies, Jeremy unpacks advanced strategies for model testing and optimization, utilizing tools like GPTQ and Hugging Face Transformers. He also explores the potential of specialized datasets like Orca and Platypus for fine-tuning and discusses cutting-edge trends in Retrieval Augmented Generation and information retrieval. Whether you're new to the field or an established professional, this presentation offers a wealth of insights to help you navigate the ever-evolving world of language models.\r\n\r\n(The above summary was, of course, created by an LLM!)\r\n\r\nFor the notebook used in this talk, see https://github.com/fastai/lm-hackers. ", + "duration": 3703, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/fastai/lm-hackers.", + "url": "https://github.com/fastai/lm-hackers." + } + ], + "speakers": [ + "Jeremy Howard" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/sYliwvml9Es/maxresdefault.webp", + "title": "A hacker's guide to open source LLMs", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=sYliwvml9Es" + } + ] +} diff --git a/positconf-2023/videos/adding-a-touch-of-glitr-developing-a-package-of-themes-on-top-of-ggplot-posit-conf-2023.json b/positconf-2023/videos/adding-a-touch-of-glitr-developing-a-package-of-themes-on-top-of-ggplot-posit-conf-2023.json new file mode 100644 index 000000000..851b3e79e --- /dev/null +++ b/positconf-2023/videos/adding-a-touch-of-glitr-developing-a-package-of-themes-on-top-of-ggplot-posit-conf-2023.json @@ -0,0 +1,37 @@ +{ + "description": "How do you create brand cohesion across your large team when it comes to data viz? Inspired by the BBC's bbplot, our team at the US Agency for International Development (USAID) developed a package on top of ggplot2 to create a common look and feel for our team's products. This effort improved not just the cohesiveness of our work, but also trustworthiness. By creating this package, we reduced the reliance on using defaults and the time spent on each project customizing numerous graphic elements. More importantly, this package provided an easier on-ramp for new teammates to adopt R. We share our journey within a federal agency developing a style guide and aim to guide and inspire other organizations who could benefit from developing their own branding package and guidance.\r\n\r\nMaterials: \r\n- https://speakerdeck.com/achafetz/adding-a-touch-of-glitr\r\n- https://usaid-oha-si.github.io/glitr/\r\n- https://issuu.com/achafetz/docs/oha_styleguide", + "duration": 867, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://usaid-oha-si.github.io/glitr/\r", + "url": "https://usaid-oha-si.github.io/glitr/\r" + }, + { + "label": "https://issuu.com/achafetz/docs/oha_styleguide\r", + "url": "https://issuu.com/achafetz/docs/oha_styleguide\r" + }, + { + "label": "https://speakerdeck.com/achafetz/adding-a-touch-of-glitr\r", + "url": "https://speakerdeck.com/achafetz/adding-a-touch-of-glitr\r" + } + ], + "speakers": [ + "Aaron Chafetz", + "Karishma Srikanth" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/-0pPBAiJaYk/maxresdefault.webp", + "title": "Adding a Touch of glitr: Developing a Package of Themes on Top of ggplot", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=-0pPBAiJaYk" + } + ] +} diff --git a/positconf-2023/videos/ai-and-shiny-for-python-unlocking-new-possibilities-posit-conf.json b/positconf-2023/videos/ai-and-shiny-for-python-unlocking-new-possibilities-posit-conf.json new file mode 100644 index 000000000..d4ef77c41 --- /dev/null +++ b/positconf-2023/videos/ai-and-shiny-for-python-unlocking-new-possibilities-posit-conf.json @@ -0,0 +1,24 @@ +{ + "description": "In the past year, people have come to realize that AI can revolutionize the way we work. This talk focuses on using AI tools with Shiny for Python, demonstrating how AI can accelerate Shiny application development and enhance its capabilities. We'll also explore Shiny's unique ability to interface with AI models, offering possibilities beyond Python web frameworks like Streamlit and Dash. Learn how Shiny and AI together can empower you to do more, and do it faster.", + "duration": 1082, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Winston Chang" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/lXOMJvuPN_Y/maxresdefault.jpg", + "title": "AI and Shiny for Python: Unlocking New Possibilities", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=lXOMJvuPN_Y" + } + ] +} diff --git a/positconf-2023/videos/automating-the-dutch-national-flu-surveillance-for-pandemic-preparedness-posit-conf-2023.json b/positconf-2023/videos/automating-the-dutch-national-flu-surveillance-for-pandemic-preparedness-posit-conf-2023.json new file mode 100644 index 000000000..970bccaf6 --- /dev/null +++ b/positconf-2023/videos/automating-the-dutch-national-flu-surveillance-for-pandemic-preparedness-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "The next pandemic may be caused by a flu strain, and with thousands of patients with the flu in Dutch hospitals annually it is important to have accurate and current data. The National Institute for Public Health and the Environment of the Netherlands (RIVM) collects and processes flu data to achieve pandemic preparedness. However, the flu reporting process used to be very laborious, stealing precious time from epidemiologists. In our journey of automating this data pipeline we learned that collaboration was the most important factor in getting to a working system. This talk will be at the cross-section of data science and epidemiology and will provide you with a valuable opportunity to learn from our experiences.", + "duration": 973, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Patrick van den Berg" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/F8aDgKkXoxI/maxresdefault.jpg", + "title": "Automating the Dutch National Flu Surveillance for Pandemic Preparedness", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=F8aDgKkXoxI" + } + ] +} diff --git a/positconf-2023/videos/becoming-an-r-package-author-or-how-i-got-rich-responding-to-github-issues-posit-conf-2023.json b/positconf-2023/videos/becoming-an-r-package-author-or-how-i-got-rich-responding-to-github-issues-posit-conf-2023.json new file mode 100644 index 000000000..9bb83bcaa --- /dev/null +++ b/positconf-2023/videos/becoming-an-r-package-author-or-how-i-got-rich-responding-to-github-issues-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "The transition from analyzing data in R to making packages in R can feel like a big step. Writing code to clean data or make visualizations seems categorically different from building robust \"software\" on which other people rely. \r\n\r\nIn this talk, I'll show why that distinction is not necessarily true by discussing my personal experience from learning R in graduate school to reporting bugs on GitHub to becoming a co-author of the tidycensus package and a practicing data scientist. The positive and supportive R community on GitHub, Twitter, and elsewhere contributes to why anyone who writes R code can become a package author.\r\n\r\n* I have not actually gotten rich but I did get freelance data work based on my package contributions!", + "duration": 1108, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Matt Herman" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/18vfcf46ozE/maxresdefault.jpg", + "title": "Becoming an R Package Author (or How I Got Rich Responding to GitHub Issues)", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=18vfcf46ozE" + } + ] +} diff --git a/positconf-2023/videos/black-hair-and-data-science-have-more-in-common-than-you-think-posit-conf-2023.json b/positconf-2023/videos/black-hair-and-data-science-have-more-in-common-than-you-think-posit-conf-2023.json new file mode 100644 index 000000000..ff2fb9401 --- /dev/null +++ b/positconf-2023/videos/black-hair-and-data-science-have-more-in-common-than-you-think-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Data science is often difficult to define because of its many intersections, including statistics, programming, analytics, and other domain knowledge. Would you believe it if I told you Black hair and data science have much in common?\r\n\r\nThis talk is for those considering learning about, studying, or pursuing data science. In it, Dr. Kari L. Jordan draws parallels between approaches to caring for Black hair and approaches to learning data science. We start with the roots and end by picking the right tools and products to maintain our coiffure.", + "duration": 1221, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Kari Jordan" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/DVQJ39_9L0U/maxresdefault.jpg", + "title": "Black Hair and Data Science Have More in Common Than You Think", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=DVQJ39_9L0U" + } + ] +} diff --git a/positconf-2023/videos/building-a-flexible-scaleable-self-serve-reporting-system-with-shiny-posit-conf-2023.json b/positconf-2023/videos/building-a-flexible-scaleable-self-serve-reporting-system-with-shiny-posit-conf-2023.json new file mode 100644 index 000000000..78856f013 --- /dev/null +++ b/positconf-2023/videos/building-a-flexible-scaleable-self-serve-reporting-system-with-shiny-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Working in the high-touch world of consulting, our team needed to develop a reporting system that was flexible enough to be tailored to the specific needs of any given partner while still reducing the highly manual nature of populating client-ready slide decks with various metrics and data visualizations. Utilizing the extensive resources developed by the R user community, I was able to create a flexible, scalable reporting system that allows users to populate templated Google slide decks with metrics and professional-grade visualizations using data pulled directly from our database at the time of query. This streamlined approach enables our consultants to spend less time copy-pasting data from one channel to another and instead focus on what they do best: surfacing business-relevant insights and recommendations for our partners.\r\n\r\nBy sharing my approach to customizable self-serve reporting in Shiny, I hope attendees will walk away with new ideas about how to combine parameterized reporting and dashboard development to get the best of both worlds. Additionally, I hope to end by sharing how this project was pivotal in making the business case for procuring Posit products for my broader organization.", + "duration": 1179, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Natalie O'Shea" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/CoAsWA9_X2Y/maxresdefault.webp", + "title": "Building a Flexible, Scaleable Self-Serve Reporting System with Shiny", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=CoAsWA9_X2Y" + } + ] +} diff --git a/positconf-2023/videos/can-i-have-a-word-posit-conf-2023.json b/positconf-2023/videos/can-i-have-a-word-posit-conf-2023.json new file mode 100644 index 000000000..ef39293d5 --- /dev/null +++ b/positconf-2023/videos/can-i-have-a-word-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Since its release, {gt} has won over the hearts of many due to its flexible and powerful table-generating abilities. However, in cases where office products were required by downstream users, {gt}'s potential remained untapped. That all changed in 2022 when Rich Iannone and I collaborated to add Word documents as an official output type. Now, data scientists can engage stakeholders directly, wherever they are. \r\n\r\nJoin me for an upcoming talk where I'll share my excitement about the new opportunities this update presents for the R community as well as future developments we can look forward to.", + "duration": 1030, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Ellis Hughes" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/5nhXSVNTWso/maxresdefault.jpg", + "title": "Can I Have a Word?", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=5nhXSVNTWso" + } + ] +} diff --git a/positconf-2023/videos/ci-cd-pipelines-oh-the-places-you-ll-go-posit-conf-2023.json b/positconf-2023/videos/ci-cd-pipelines-oh-the-places-you-ll-go-posit-conf-2023.json new file mode 100644 index 000000000..3064a557c --- /dev/null +++ b/positconf-2023/videos/ci-cd-pipelines-oh-the-places-you-ll-go-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Data scientists are creating incredibly useful data products at an accelerating rate. These products are consumed by others who expect them to be accurate reliable and timely, often promises unfulfilled. In this talk, we will explore how to use common CI/CD pipeline tools already within reach of attendees to automatically test and deploy their apps, APIs, and reports.", + "duration": 309, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Trevor Nederlof" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/ss5OkoZZHiw/maxresdefault.jpg", + "title": "CI/CD Pipelines - Oh, the Places You'll Go!", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=ss5OkoZZHiw" + } + ] +} diff --git a/positconf-2023/videos/coding-tools-for-industry-r-d-development-lessons-from-an-analytical-lab-posit-conf-2023.json b/positconf-2023/videos/coding-tools-for-industry-r-d-development-lessons-from-an-analytical-lab-posit-conf-2023.json new file mode 100644 index 000000000..c48b9d654 --- /dev/null +++ b/positconf-2023/videos/coding-tools-for-industry-r-d-development-lessons-from-an-analytical-lab-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Are you considering or curious about developing code-based tools for scientists? Whether you are an experienced developer or a fellow Posit Academy graduate who might be stepping into this role for the first time, the aim of my story is to inspire you and help you navigate this process. While developing custom R functions, packages, and Shiny apps for diverse analytical capabilities and users in R&D, I learned why it's important to collect certain information at the start before writing any tidying, analysis, visualization, and web application code. \r\n\r\nIn this talk, I will share the essential technical questions that help me define and plan for success.", + "duration": 299, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Camila Saez Cabezas" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/PhNnwfEZRek/maxresdefault.jpg", + "title": "Coding Tools for Industry R&D - Development Lessons from an Analytical Lab", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=PhNnwfEZRek" + } + ] +} diff --git a/positconf-2023/videos/combining-r-and-python-for-the-belgian-justice-department-posit-conf-2023.json b/positconf-2023/videos/combining-r-and-python-for-the-belgian-justice-department-posit-conf-2023.json new file mode 100644 index 000000000..ca248109b --- /dev/null +++ b/positconf-2023/videos/combining-r-and-python-for-the-belgian-justice-department-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "We build a great case on how to combine R and Python in a production environment.\r\n\r\nSo the justice department's back office monitors the smooth processing of all traffic fines in Belgium. They gather that data from all police departments and check if any anomalies occur. \r\n\r\nThe back-office monitors that using a shiny application where they can see traffic signs showing the status of the whole operation and the status is built using Python scripts that perform anomaly detection if the number of fines is in line with what they expect daily. And the results of those checks are delivered to a front-end shiny application with Python flask API.", + "duration": 1150, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Thomas Michem" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/EfBlESOpbDs/maxresdefault.jpg", + "title": "Combining R and Python for the Belgian Justice Department", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=EfBlESOpbDs" + } + ] +} diff --git a/positconf-2023/videos/commit-to-change-how-to-increase-accessibility-in-your-favorite-open-source-projects-posit-conf.json b/positconf-2023/videos/commit-to-change-how-to-increase-accessibility-in-your-favorite-open-source-projects-posit-conf.json new file mode 100644 index 000000000..51c376f78 --- /dev/null +++ b/positconf-2023/videos/commit-to-change-how-to-increase-accessibility-in-your-favorite-open-source-projects-posit-conf.json @@ -0,0 +1,28 @@ +{ + "description": "Explore accessibility for data scientists by uncovering some common barriers in open source tools with simple fixes that anyone can implement.\r\n\r\nDive into the often-overlooked world of accessibility for developers and data scientists! Uncover common accessibility barriers in open source tools, and learn simple steps to address them. Whether you’re a seasoned maintainer or a total novice, you’ll walk away with clear action items to implement right away. Join the movement of individuals championing the next frontier of disability inclusion in technology, shaping a more equitable future for all! \r\n\r\nMaterials: https://github.com/franzenr/commit-to-change", + "duration": 1124, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/franzenr/commit-to-change\r", + "url": "https://github.com/franzenr/commit-to-change\r" + } + ], + "speakers": [ + "Rose Franzen" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/0qfzxHHCDfE/maxresdefault.jpg", + "title": "Commit to Change: How to Increase Accessibility in Your Favorite Open Source Projects", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=0qfzxHHCDfE" + } + ] +} diff --git a/positconf-2023/videos/conformal-inference-with-tidymodels-posit-conf-2023.json b/positconf-2023/videos/conformal-inference-with-tidymodels-posit-conf-2023.json new file mode 100644 index 000000000..203a53aa0 --- /dev/null +++ b/positconf-2023/videos/conformal-inference-with-tidymodels-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Conformal inference theory enables any model to produce probabilistic predictions, such as prediction intervals. We'll demonstrate how these analytical methods can be used with tidymodels. Simulations will show that the results have good coverage (i.e., a 90% interval should include the real point 90% of the time).", + "duration": 1303, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Max Kuhn" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/vJ4BYJSg734/maxresdefault.webp", + "title": "Conformal Inference with Tidymodels", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=vJ4BYJSg734" + } + ] +} diff --git a/positconf-2023/videos/connect-on-kubernetes-content-level-containerization-posit-conf-2023.json b/positconf-2023/videos/connect-on-kubernetes-content-level-containerization-posit-conf-2023.json new file mode 100644 index 000000000..ab1dc44c2 --- /dev/null +++ b/positconf-2023/videos/connect-on-kubernetes-content-level-containerization-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Running Connect with off-host content execution in Kubernetes is very cool and allows you to enable some powerful and sophisticated workflows. The question is, do you really need it? How do you evaluate and decide? Let's have a candid conversation about whether Connect content execution on Kubernetes is right for you and your organization. \r\n\r\nMoving to Kubernetes will introduce complexity, so it's important to have a strong motivating reason for making the switch. This talk will introduce new Connect features that are made possible by content-level containerization.", + "duration": 1115, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "E. David Aja" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/DN29WEXEF-8/maxresdefault.jpg", + "title": "Connect on Kubernetes: Content-level Containerization", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=DN29WEXEF-8" + } + ] +} diff --git a/positconf-2023/videos/cran-ial-expansion-taking-your-r-package-development-to-new-frontiers-with-r-universe-posit-conf.json b/positconf-2023/videos/cran-ial-expansion-taking-your-r-package-development-to-new-frontiers-with-r-universe-posit-conf.json new file mode 100644 index 000000000..a27824da2 --- /dev/null +++ b/positconf-2023/videos/cran-ial-expansion-taking-your-r-package-development-to-new-frontiers-with-r-universe-posit-conf.json @@ -0,0 +1,24 @@ +{ + "description": "Say goodbye to installation headaches and hello to a universe of possibilities with R-Universe! Take your R package development to new frontiers by organizing and sharing packages beyond the bounds of CRAN. R-Universe's reliable package-building process strengthens installation and usage instructions, resulting in fewer support requests and an easy installation experience for users. With webpages and an API for exploring packages, R-Universe creates a streamlined and tidy ecosystem for R-package constellations. Also, you can build a custom toolchain for your users, relieving your workload and empowering users to help themselves. Join me to learn how to explore the vastness of R-Universe and expand your package development possibilities!", + "duration": 1085, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Mo Athanasia Mowinckel" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/XDiyAvpo2uk/maxresdefault.webp", + "title": "CRAN-ial Expansion: Taking Your R Package Development to New Frontiers with R-Universe", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=XDiyAvpo2uk" + } + ] +} diff --git a/positconf-2023/videos/data-science-in-production-the-way-to-a-centralized-infrastructure-posit-conf-2023.json b/positconf-2023/videos/data-science-in-production-the-way-to-a-centralized-infrastructure-posit-conf-2023.json new file mode 100644 index 000000000..b82bf2055 --- /dev/null +++ b/positconf-2023/videos/data-science-in-production-the-way-to-a-centralized-infrastructure-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "In this talk, the success story of Covestro's posit infrastructure is presented. The problem of the leading German material manufacturer was that no common development environment existed. With the help of eoda and Posit, a replicable, centralized development environment for R and Python was created. Although R and Python represent the core of the infrastructure, multiple languages and tools are unified. In addition to the collaboration of Covestro's data science teams, compliance guidelines could also be better fulfilled. The staging architecture hereby provides developers with a concept for testing and going live with their products. This project presents a best practice approach to a data science infrastructure using Covestro as an example.", + "duration": 1218, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Oliver Bracht" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/KWszxViR8vg/maxresdefault.jpg", + "title": "Data Science in Production: The Way to a Centralized Infrastructure", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=KWszxViR8vg" + } + ] +} diff --git a/positconf-2023/videos/data-visualization-with-seaborn-posit-conf-2023.json b/positconf-2023/videos/data-visualization-with-seaborn-posit-conf-2023.json new file mode 100644 index 000000000..11c82031f --- /dev/null +++ b/positconf-2023/videos/data-visualization-with-seaborn-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Seaborn is a Python library for statistical data visualization. After nearly a decade of development, seaborn recently introduced an entirely new API that is more explicitly based on a formal grammar of graphics. My talk will introduce this API and contrast it with the classic seaborn interface, sharing insights about the influence of the grammar of graphics on the ergonomics and maintainability of data visualization software.", + "duration": 1276, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Michael Waskom" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/JE2C1MhZO6E/maxresdefault.jpg", + "title": "Data Visualization with Seaborn", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=JE2C1MhZO6E" + } + ] +} diff --git a/positconf-2023/videos/dbtplyr-bringing-column-name-contracts-from-r-to-dbt-posit-conf-2023.json b/positconf-2023/videos/dbtplyr-bringing-column-name-contracts-from-r-to-dbt-posit-conf-2023.json new file mode 100644 index 000000000..8d346c363 --- /dev/null +++ b/positconf-2023/videos/dbtplyr-bringing-column-name-contracts-from-r-to-dbt-posit-conf-2023.json @@ -0,0 +1,32 @@ +{ + "description": "starts_with(language): Translating select helpers to dbt. Translating syntax between languages transports concepts across communities. We see a case study of adapting a column-naming workflow from dplyr to dbt's data engineering toolkit.\r\n\r\ndplyr's select helpers exemplify how the tidyverse uses opinionated design to push users into the pit of success. The ability to efficiently operate on names incentivizes good naming patterns and creates efficiency in data wrangling and validation.\r\n\r\nHowever, in a polyglot world, users may find they must leave the pit when comparable syntactic sugar is not accessible in other languages like Python and SQL. \r\n\r\nIn this talk, I will explain how dplyr's select helpers inspired my approach to 'column name contracts,' how good naming systems can help supercharge data management with packages like {dplyr} and {pointblank}, and my experience building the {dbtplyr} to port this functionality to dbt for building complex SQL-based data pipelines.\r\n\r\nMaterials: \r\n- https://github.com/emilyriederer/dbtplyr\r\n- https://emilyriederer.com", + "duration": 1087, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://emilyriederer.com\r", + "url": "https://emilyriederer.com\r" + }, + { + "label": "https://github.com/emilyriederer/dbtplyr\r", + "url": "https://github.com/emilyriederer/dbtplyr\r" + } + ], + "speakers": [ + "Emily Riederer" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/tbylZHG-ahE/maxresdefault.webp", + "title": "dbtplyr: Bringing Column-Name Contracts from R to dbt", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=tbylZHG-ahE" + } + ] +} diff --git a/positconf-2023/videos/democratizing-access-to-education-data-posit-conf-2023.json b/positconf-2023/videos/democratizing-access-to-education-data-posit-conf-2023.json new file mode 100644 index 000000000..854c7ed0a --- /dev/null +++ b/positconf-2023/videos/democratizing-access-to-education-data-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "Learn how the Urban Institute is making high-quality data more accessible through the Education Data Portal. \r\n\r\nEvery year, government agencies release large amounts of data on schools and colleges, but this information is scattered across various websites and is often difficult to use. To make these data more accessible, the Urban Institute built the Education Data Portal, a freely available one-stop shop for harmonized data and metadata for nearly all major federal education datasets. In this talk, we'll demonstrate how the portal works and share lessons we've learned about making data accessible to users with varying technical skills and preferred programming languages.\r\n\r\nThe Urban Institute's Education Data Portal: https://educationdata.urban.org ", + "duration": 1117, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://educationdata.urban.org", + "url": "https://educationdata.urban.org" + } + ], + "speakers": [ + "Erika Tyagi" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/BofC1936o8k/maxresdefault.jpg", + "title": "Democratizing Access to Education Data", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=BofC1936o8k" + } + ] +} diff --git a/positconf-2023/videos/developing-a-prototyping-competency-in-a-statistical-science-organization-posit-conf-2023.json b/positconf-2023/videos/developing-a-prototyping-competency-in-a-statistical-science-organization-posit-conf-2023.json new file mode 100644 index 000000000..18343e11a --- /dev/null +++ b/positconf-2023/videos/developing-a-prototyping-competency-in-a-statistical-science-organization-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "The introduction of new tools, methods, and processes can be a struggle within a statistical science organization. Being deliberate and investing in the creation of a prototyping competency can help in accelerating progress. Prototyping allows organizations to quickly experiment with new ideas, reduce the risk of failure, identify potential issues early, and iterate until the desired outcome is achieved. \r\n\r\nI will highlight the key areas we have focused on accelerating, our framework for developing this competency, how we use Shiny, and the lessons we've learned along the way. Developing a prototyping competency is crucial for statistical science organizations that wish to stay competitive and innovative in today's rapidly changing landscape.", + "duration": 1240, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Daniel Woodie" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/WsBQB08WxPc/maxresdefault.webp", + "title": "Developing a Prototyping Competency in a Statistical Science Organization", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=WsBQB08WxPc" + } + ] +} diff --git a/positconf-2023/videos/diversify-your-career-with-shiny-for-python-posit-conf-2023.json b/positconf-2023/videos/diversify-your-career-with-shiny-for-python-posit-conf-2023.json new file mode 100644 index 000000000..6b51433f8 --- /dev/null +++ b/positconf-2023/videos/diversify-your-career-with-shiny-for-python-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "A few years ago my company made a sudden shift from R to Python which was quite bad for my career because I didn't really know Python. The main issue was that I couldn't find a niche that allowed me to use my existing knowledge while learning the new language. \r\n\r\nShiny for Python is a great niche for R users because none of the Python web frameworks can do what Shiny can do. Additionally, almost all of your knowledge of the R package is applicable to the Python one. \r\n\r\nThis talk will provide an overview of the Python web application landscape and articulate what Shiny adds to this landscape, and then go through the five things that R users need to know before developing their first Shiny for Python application.", + "duration": 1069, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Gordon Shotwell" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/nGmhPEl2cfg/maxresdefault.jpg", + "title": "Diversify Your Career with Shiny for Python", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=nGmhPEl2cfg" + } + ] +} diff --git a/positconf-2023/videos/dplyr-1-1-0-features-you-can-t-live-without-posit-conf-2023.json b/positconf-2023/videos/dplyr-1-1-0-features-you-can-t-live-without-posit-conf-2023.json new file mode 100644 index 000000000..45f060958 --- /dev/null +++ b/positconf-2023/videos/dplyr-1-1-0-features-you-can-t-live-without-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Did you enjoy my clickbait title? Did it work? Either way, welcome!\r\n\r\nThe dplyr 1.1.0 release included a number of new features, such as:\r\n- Per-operation grouping with `.by`\r\n- An overhaul to joins, including new inequality and rolling joins\r\n- New `consecutive_id()` and `case_match()` helpers\r\n- Significant performance improvements in `arrange()`\r\n\r\nJoin me as we take a tour of this exciting dplyr update, and learn how to use these new features in your own work!", + "duration": 328, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Davis Vaughan" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/K_7UJA2syLk/maxresdefault.jpg", + "title": "dplyr 1.1.0 Features You Can't Live Without", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=K_7UJA2syLk" + } + ] +} diff --git a/positconf-2023/videos/duckplyr-tight-integration-of-duckdb-with-r-and-the-tidyverse-posit-conf-2023.json b/positconf-2023/videos/duckplyr-tight-integration-of-duckdb-with-r-and-the-tidyverse-posit-conf-2023.json new file mode 100644 index 000000000..8f96b5178 --- /dev/null +++ b/positconf-2023/videos/duckplyr-tight-integration-of-duckdb-with-r-and-the-tidyverse-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "The duckplyr R package combines the convenience of dplyr with the performance of DuckDB. Better than dbplyr: Data frame in, data frame out, fully compatible with dplyr.\r\n\r\nduckdb is the new high-performance analytical database system that works great with R, Python, and other host systems. dplyr is the grammar of data manipulation in the tidyverse, tightly integrated with R, but it works best for small or medium-sized data. The former has been designed with large or big data in mind, but currently, you need to formulate your queries in SQL.\r\n\r\nThe new duckplyr package offers the best of both worlds. It transforms a dplyr pipe into a query object that duckdb can execute, using an optimized query plan. It is better than dbplyr because the interface is \"data frames in, data frames out\", and no intermediate SQL code is generated.\r\n\r\nThe talk first presents our results, a bit of the mechanics, and an outlook for this ambitious project.\r\n\r\nMaterials: https://github.com/duckdblabs/duckplyr/", + "duration": 1052, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/duckdblabs/duckplyr/\r", + "url": "https://github.com/duckdblabs/duckplyr/\r" + } + ], + "speakers": [ + "Kirill Müller" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/V9GwSPjKMKw/maxresdefault.jpg", + "title": "duckplyr: Tight Integration of duckdb with R and the tidyverse", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=V9GwSPjKMKw" + } + ] +} diff --git a/positconf-2023/videos/dynamic-interactions-webr-to-empower-educators-researchers-with-interactive-quarto-docs.json b/positconf-2023/videos/dynamic-interactions-webr-to-empower-educators-researchers-with-interactive-quarto-docs.json new file mode 100644 index 000000000..555b6a343 --- /dev/null +++ b/positconf-2023/videos/dynamic-interactions-webr-to-empower-educators-researchers-with-interactive-quarto-docs.json @@ -0,0 +1,24 @@ +{ + "description": "Full talk title: Dynamic Interactions: Empowering Educators and Researchers with Interactive Quarto Documents Using webR\r\n\r\nTraditional Quarto documents often lack interactivity, limiting the ability of students and researchers to fully explore and engage with the presented topic. In this talk, we propose a novel approach that utilizes webR, a WebAssembly-powered version of R, to seamlessly embed R code directly within the browser without the need for a server. We demonstrate how this approach can transform static Quarto documents into dynamic examples by leveraging webR's capabilities through standard Quarto code cells, enabling real-time execution of R code and dynamic display of results. Our approach empowers educators and researchers alike to harness the power of interactivity and reproducibility for enhanced learning and research experiences.", + "duration": 1236, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "James Balamuta" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/60i9f861HLg/maxresdefault.webp", + "title": "Dynamic Interactions: webR to Empower Educators & Researchers with Interactive Quarto Docs", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=60i9f861HLg" + } + ] +} diff --git a/positconf-2023/videos/epoxy-super-glue-for-data-driven-reports-and-shiny-apps-posit-conf-2023.json b/positconf-2023/videos/epoxy-super-glue-for-data-driven-reports-and-shiny-apps-posit-conf-2023.json new file mode 100644 index 000000000..7d2e1d61b --- /dev/null +++ b/positconf-2023/videos/epoxy-super-glue-for-data-driven-reports-and-shiny-apps-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "R Markdown, Quarto, and Shiny are powerful frameworks that allow authors to create data-driven reports and apps. But truly excellent reports require a lot of work in the final steps to get numerical and stylistic formatting just right. \r\n\r\n{epoxy} is a new package that uses {glue} to give authors templating superpowers. Epoxy works in R Markdown and Quarto, in markdown, LaTeX, and HTML outputs. It also provides easy templating for Shiny apps for dynamic data-driven reporting. \r\n\r\nBeyond epoxy's features, this talk will also touch on tips and approaches for data-driven reporting that will be useful to a wide audience, from R Markdown experts to the Quarto and Shiny curious.", + "duration": 1144, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Garrick Aden-Buie" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/tq5Uwbexk3k/maxresdefault.jpg", + "title": "epoxy: Super Glue for Data-driven Reports and Shiny Apps", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=tq5Uwbexk3k" + } + ] +} diff --git a/positconf-2023/videos/extending-quarto-posit-conf-2023.json b/positconf-2023/videos/extending-quarto-posit-conf-2023.json new file mode 100644 index 000000000..73a82d9c0 --- /dev/null +++ b/positconf-2023/videos/extending-quarto-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "What are Quarto shortcode extensions? Think of them as powerful little programs you can run in your Quarto docs. I won't show you how to build a shortcode extension during this talk but rather I'm going to take you on a trip across this new ecosystem of shortcode extensions that people have already written. For example, I'll introduce you to the `fancy-text` extension for outputting nicely-formatted versions of fancy strings such as LaTeX and BibTeX; you'll learn all about the `fontawesome`, `lordicon`, `academicons`, `material-icons`, and `bsicons` shortcode extensions that let you add all sorts of icons. This is only a sampling of the shortcode extensions I will present, there will be many other inspiring examples as well.", + "duration": 1199, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Richard Iannone" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/EihuM4oyOvs/maxresdefault.jpg", + "title": "Extending Quarto", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=EihuM4oyOvs" + } + ] +} diff --git a/positconf-2023/videos/field-guide-to-writing-your-first-r-package-posit-conf-2023.json b/positconf-2023/videos/field-guide-to-writing-your-first-r-package-posit-conf-2023.json new file mode 100644 index 000000000..756ee515c --- /dev/null +++ b/positconf-2023/videos/field-guide-to-writing-your-first-r-package-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "I recall writing my first package being an intimidating task. In my talk, I will share how a Biologist's mindset can make R package writing more approachable. This talk is an encouragement and a gentle stroll through the package building process. I will show you ways to be curious when you get stuck and how to prepare for the unexpected. I hope sharing my perspective will help others see package development as wonderful as the natural world and dispel any hesitation to start!", + "duration": 686, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Fonti Kar" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/-bzgFg_bZXM/maxresdefault.jpg", + "title": "Field Guide to Writing Your First R Package", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=-bzgFg_bZXM" + } + ] +} diff --git a/positconf-2023/videos/focal-point-utilizing-python-r-and-shiny-to-capture-process-and-visualize-motion-posit-conf.json b/positconf-2023/videos/focal-point-utilizing-python-r-and-shiny-to-capture-process-and-visualize-motion-posit-conf.json new file mode 100644 index 000000000..29cd491b3 --- /dev/null +++ b/positconf-2023/videos/focal-point-utilizing-python-r-and-shiny-to-capture-process-and-visualize-motion-posit-conf.json @@ -0,0 +1,25 @@ +{ + "description": "One of the fastest movements in modern sports is a golf swing. Capturing this motion using a high-speed camera system creates many unique challenges in processing, analyzing, and visualizing the thousands of data points that are generated. These spatial coordinates can be quickly translated through Python scripts to well-known, industry-specific performance metrics and graphics in Shiny. Down the line, R utilities aid more complicated analyses and optimizations, driving new product innovations. \r\n\r\nThis talk will cover our company's process of implementing these tools into our workflow and highlight key program features that have helped successfully combine these applications for users with a variety of technical backgrounds.", + "duration": 903, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Justin Markel", + "Alyssa Burritt" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/yBYBYDo-NlY/maxresdefault.jpg", + "title": "FOCAL Point: Utilizing Python, R, and Shiny to Capture, Process, and Visualize Motion", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=yBYBYDo-NlY" + } + ] +} diff --git a/positconf-2023/videos/from-concept-to-impact-building-and-launching-shiny-apps-in-the-workplace-posit-conf-2023.json b/positconf-2023/videos/from-concept-to-impact-building-and-launching-shiny-apps-in-the-workplace-posit-conf-2023.json new file mode 100644 index 000000000..9ea6084bf --- /dev/null +++ b/positconf-2023/videos/from-concept-to-impact-building-and-launching-shiny-apps-in-the-workplace-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "Learn to build and launch a Shiny app like you are working on a start-up!\r\n\r\nUnlock the potential of Shiny apps for your organization! Join Tiger as he shares insights from implementing Shiny apps at his workplace, handling over 160,000 internal requests. Discover a practical mindmap to find, build, and enhance Shiny app use cases, ensuring robustness and improved user engagement.\r\n\r\nMaterials: https://tigertang.org/posit_conf_2023/", + "duration": 1150, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://tigertang.org/posit_conf_2023/\r", + "url": "https://tigertang.org/posit_conf_2023/\r" + } + ], + "speakers": [ + "Tiger Tang" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/-hlFNDzrTgo/maxresdefault.webp", + "title": "From Concept to Impact: Building and Launching Shiny Apps in the Workplace", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=-hlFNDzrTgo" + } + ] +} diff --git a/positconf-2023/videos/from-data-confusion-to-data-intelligence-posit-conf-2023.json b/positconf-2023/videos/from-data-confusion-to-data-intelligence-posit-conf-2023.json new file mode 100644 index 000000000..5b41f0ed9 --- /dev/null +++ b/positconf-2023/videos/from-data-confusion-to-data-intelligence-posit-conf-2023.json @@ -0,0 +1,25 @@ +{ + "description": "Data science teams operate in a unique environment, much different than the IT or software development life cycle. Hope from executives for the impact of data science is extremely high! Understanding of how to make data science efforts successful is very low! This creates an interesting set of organizational challenges for data and analytics teams. These are particularly clear when data science is being introduced at new companies, but plays out at organizations of all sizes. So, how do we navigate this dynamic? We will share some strategies for success.", + "duration": 3029, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Elaine McVey", + "David Meza" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/HTMvZWUTBug/maxresdefault.webp", + "title": "From Data Confusion to Data Intelligence", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=HTMvZWUTBug" + } + ] +} diff --git a/positconf-2023/videos/from-journalist-to-coder-creating-a-web-publication-with-quarto-posit-conf-2023.json b/positconf-2023/videos/from-journalist-to-coder-creating-a-web-publication-with-quarto-posit-conf-2023.json new file mode 100644 index 000000000..6464f4197 --- /dev/null +++ b/positconf-2023/videos/from-journalist-to-coder-creating-a-web-publication-with-quarto-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "This is the story of how a Royal Statistical Society writer discovered Quarto, learned how to code (a bit), and built realworlddatascience.net, an online publication for the data science community.\r\n\r\nIn March 2022, I was tasked by the Royal Statistical Society with creating a new online publication: a data science website for data science professionals. I've been a print journalist for 20 years and have worked on websites in that time, but my coding ability began and ended with wrapping href tags around text and images. That is until I discovered Quarto. In this talk, I describe how I explored, learned, and fell in love with the Quarto publishing system, how I used it to build a website -- Real World Data Science (realworlddatascience.net) -- and how the open source community mindset helped shape my thinking about what a new publication could and should be!", + "duration": 1215, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Brian Tarran" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/ncDEqHxMWnE/maxresdefault.jpg", + "title": "From Journalist to Coder: Creating a Web Publication with Quarto", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=ncDEqHxMWnE" + } + ] +} diff --git a/positconf-2023/videos/from-novices-to-experts-building-a-community-of-engaged-r-users-posit-conf-2023.json b/positconf-2023/videos/from-novices-to-experts-building-a-community-of-engaged-r-users-posit-conf-2023.json new file mode 100644 index 000000000..ad7355448 --- /dev/null +++ b/positconf-2023/videos/from-novices-to-experts-building-a-community-of-engaged-r-users-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "At Pfizer, we have over 1500 users with R installed on their machines, along with an R community on MS Teams comprising over a thousand colleagues globally. How can we effectively engage with Pfizer R users and celebrate the successes of this community, while sharing best practices? Additionally, how do we avoid isolated groups duplicating efforts to solve R-related problems across different parts of the organization?\r\n\r\nTo address these challenges, we established the Pfizer R Center of Excellence (CoE) in early 2022. We focus our efforts on bringing together a rapidly growing community of colleagues, providing technical expertise, and offering best-practice guidance. A well-established, maintained and engaged R community promotes an inclusive and supportive learning environment that drives innovation within organizations. Our aim is to help colleagues thrive in their R journey, regardless of their expertise level.\r\n\r\nDuring my talk, I will share the techniques we used to build a supportive R community, the tools employed to increase community engagement, and the successes and challenges encountered in building an engaging community of R users.", + "duration": 974, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Natalia Andriychuk" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/OvKPTPqflKQ/maxresdefault.webp", + "title": "From Novices to Experts: Building a Community of Engaged R Users", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=OvKPTPqflKQ" + } + ] +} diff --git a/positconf-2023/videos/getting-the-most-out-of-git-posit-conf-2023.json b/positconf-2023/videos/getting-the-most-out-of-git-posit-conf-2023.json new file mode 100644 index 000000000..48c80c391 --- /dev/null +++ b/positconf-2023/videos/getting-the-most-out-of-git-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Did you believe that Git will solve all of your data science worries? Instead, you've been plunged HEAD~1 first into merging (or is that rebasing?) chaos. Issues are ignored, branches are everywhere, main never works, and no one really knows who owns the repository. \r\n\r\nDon't worry! There are ways to escape this pit of despair. Over the last few years, we've worked with many data science teams. During this time, we've spotted common patterns and also common pitfalls. While one size does not fit all, there are golden rules that should be followed. At the end of this talk, you'll understand the processes other data science teams implement to make Git work for them.", + "duration": 1244, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Colin Gillespie" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/RwLxCk6bDnY/maxresdefault.webp", + "title": "Getting the Most Out of Git", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=RwLxCk6bDnY" + } + ] +} diff --git a/positconf-2023/videos/github-copilot-integration-with-rstudio-it-s-finally-here-posit-conf-2023.json b/positconf-2023/videos/github-copilot-integration-with-rstudio-it-s-finally-here-posit-conf-2023.json new file mode 100644 index 000000000..c0f04367c --- /dev/null +++ b/positconf-2023/videos/github-copilot-integration-with-rstudio-it-s-finally-here-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "This talk closes issue #10148, \"Github Copilot integration with RStudio\", the most upvoted feature request in RStudio's history. Code generating AI tools like Github Copilot‚ promise an \"AI pair programmer that offers autocomplete-style suggestions as you code\". For the first time, we'll show a native integration of Copilot into RStudio, helping to build on that promise by providing AI-generated \"ghost text\" autocompletion with R and other languages. I'll also provide a comparison of Copilot's \"ghost text\" to a chat-style interface in RStudio via the {chattr} package from the Posit MLVerse team.\r\n\r\nTo make the most of these new features, I'll walk through some examples of how sharing additional context, comments, code, and other \"prompt engineering\" can help you go from code-generating AI tools that feels like an annoying backseat driver to an experienced copilot. We'll close with a robust end-to-end example of how these new RStudio integrations and packages can help you be a more productive developer.", + "duration": 1317, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Tom Mock" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/TlzMKSE97MQ/maxresdefault.jpg", + "title": "Github Copilot integration with RStudio, it's finally here!", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=TlzMKSE97MQ" + } + ] +} diff --git a/positconf-2023/videos/grammar-of-graphics-in-python-with-plotnine-posit-conf-2023.json b/positconf-2023/videos/grammar-of-graphics-in-python-with-plotnine-posit-conf-2023.json new file mode 100644 index 000000000..fdaa89b32 --- /dev/null +++ b/positconf-2023/videos/grammar-of-graphics-in-python-with-plotnine-posit-conf-2023.json @@ -0,0 +1,36 @@ +{ + "description": "{plotnine} brings the elegance of {ggplot2} to the Python programming language. Learn about The Grammar of Graphics and get a feel of why it is an effective way to create Statistical Graphics.\r\n\r\nggplot2 is one of the most loved visualisation libraries. It implements a Grammar of Graphics system, which requires one to think about data in terms of columns of variables and how to transform them into geometric objects. It is elegant and powerful. This is a talk about plotnine, which brings the elegance of ggplot2 to the Python programming language. It is an invitation to learn about the Grammar of Graphics system and to appreciate it. It will include some tips on how to avoid common frustrations as you learn the system.\r\n\r\nMaterials: \r\n- Website: https://plotnine.org\r\n- Source Code: https://github.com/has2k1/plotnine\r\n- Slides for this talk: https://github.com/has2k1/my-talks", + "duration": 1138, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://plotnine.org\r", + "url": "https://plotnine.org\r" + }, + { + "label": "https://github.com/has2k1/plotnine\r", + "url": "https://github.com/has2k1/plotnine\r" + }, + { + "label": "https://github.com/has2k1/my-talks\r", + "url": "https://github.com/has2k1/my-talks\r" + } + ], + "speakers": [ + "Hassan Kibirige" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/q816IZuqVNo/maxresdefault.webp", + "title": "Grammar of Graphics in Python with Plotnine", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=q816IZuqVNo" + } + ] +} diff --git a/positconf-2023/videos/hitting-the-target-s-of-data-orchestration-posit-conf-2023.json b/positconf-2023/videos/hitting-the-target-s-of-data-orchestration-posit-conf-2023.json new file mode 100644 index 000000000..6e71987fd --- /dev/null +++ b/positconf-2023/videos/hitting-the-target-s-of-data-orchestration-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "We are living at a time when the size of datasets can be overwhelming. Add to this that their process involves linking together different computing systems and software, and integrating dynamically changing reference data, and for sure, you have a problem. Reproducibility, traceability, and transparency have left the building.\r\n\r\nHere is where Posit Connect along with the vast R ecosystem comes to save the day, allowing the creation of reproducible pipelines. I will share with you my first-hand experience in this presentation. In particular, how we used Targets in Posit Connect combined with AWS technologies in a bioinformatics pipeline. The result? An effective and secure workflow orchestration that is scalable and advances knowledge.", + "duration": 1116, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Alexandros Kouretsis" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/PLKRd2pVFYA/maxresdefault.jpg", + "title": "Hitting the Target(s) of Data Orchestration", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=PLKRd2pVFYA" + } + ] +} diff --git a/positconf-2023/videos/how-data-scientists-broke-a-b-testing-and-how-we-can-fix-it-posit-conf-2023.json b/positconf-2023/videos/how-data-scientists-broke-a-b-testing-and-how-we-can-fix-it-posit-conf-2023.json new file mode 100644 index 000000000..4e5a20cca --- /dev/null +++ b/positconf-2023/videos/how-data-scientists-broke-a-b-testing-and-how-we-can-fix-it-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "As data scientists, we care about making valid statistical inferences from experiments. And we've adapted well-established and well-understood statistical methods to help us do so in our A/B tests. Our stakeholders, though, care about making good product decisions efficiently. I'll describe how the way we design A/B tests can put these goals in tension and why that often causes misalignment between how A/B tests are intended to be used and how they are actually used. I'll also talk about how I've used R to implement alternative experimental approaches that have helped bridge the gap between data scientists and stakeholders.", + "duration": 1098, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Carl Vogel" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/GN5PJXajxKw/maxresdefault.webp", + "title": "How Data Scientists Broke A/B Testing (And How We Can Fix It)", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=GN5PJXajxKw" + } + ] +} diff --git a/positconf-2023/videos/how-i-learned-to-stop-worrying-and-love-public-packages-posit-conf-2023.json b/positconf-2023/videos/how-i-learned-to-stop-worrying-and-love-public-packages-posit-conf-2023.json new file mode 100644 index 000000000..b9ab99276 --- /dev/null +++ b/positconf-2023/videos/how-i-learned-to-stop-worrying-and-love-public-packages-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "The popularity of R and Python for data science is in no small part attributable to the vast collection of extension packages available for everything from common tasks like data cleaning to highly-specialized domain-specific functions. However, with that ease of sharing packages comes a larger target for bad actors trying to exploit them. We'll explore these security risks along with approaches you can take to mitigate them using Posit Package Manager.", + "duration": 1184, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Joe Roberts" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/dwijIhn0Cbk/maxresdefault.webp", + "title": "How I Learned to Stop Worrying and Love Public Packages", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=dwijIhn0Cbk" + } + ] +} diff --git a/positconf-2023/videos/how-the-r-for-data-science-r4ds-online-learning-community-made-me-a-better-student-posit-conf.json b/positconf-2023/videos/how-the-r-for-data-science-r4ds-online-learning-community-made-me-a-better-student-posit-conf.json new file mode 100644 index 000000000..651022520 --- /dev/null +++ b/positconf-2023/videos/how-the-r-for-data-science-r4ds-online-learning-community-made-me-a-better-student-posit-conf.json @@ -0,0 +1,24 @@ +{ + "description": "Through my participation in R4DS Online Learning Community, I have advanced my R and data science skills, making me a better student than I otherwise would have been through just my studies. As a non-traditional MS Statistics student with an undergraduate background in economics, I had absolutely no experience with the R programming language prior to pursuing my Master's degree. In July 2021, with hopes of getting a headstart on learning R before beginning my degree program, I joined the R4DS Slack Workspace. Along with helping to improve my programming skills, R4DS has connected me with scholarships, mentorship, and other opportunities, and I think that it would be beneficial for other students to know about this great resource.", + "duration": 688, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Lydia Gibson" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/O34cdFLotJ4/maxresdefault.jpg", + "title": "How the R for Data Science (R4DS) Online Learning Community Made Me a Better Student", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=O34cdFLotJ4" + } + ] +} diff --git a/positconf-2023/videos/how-to-help-developers-make-apps-users-love-posit-conf-2023.json b/positconf-2023/videos/how-to-help-developers-make-apps-users-love-posit-conf-2023.json new file mode 100644 index 000000000..ee6601aaa --- /dev/null +++ b/positconf-2023/videos/how-to-help-developers-make-apps-users-love-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "There are many resources that can help you design better apps.\r\n\r\nBut what if your org creates many apps?\r\n\r\nScaling good design to larger groups dials the challenge up to 11.\r\n\r\nIn this talk, I will share how we approach the problem at Appsilon.\r\n- I will present our in-house Design Guide.\r\n- I will share the successes and failures we've had building it and helping a wide variety of developers use it\r\n- I will then share some tips about what you might want to consider if you want to help your org build better apps at scale.", + "duration": 1166, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Michał Parkoła" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/Y8ybIhb0VLY/maxresdefault.jpg", + "title": "How to Help Developers Make Apps Users Love", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Y8ybIhb0VLY" + } + ] +} diff --git a/positconf-2023/videos/how-to-keep-your-data-science-meetup-sustainable-posit-conf-2023.json b/positconf-2023/videos/how-to-keep-your-data-science-meetup-sustainable-posit-conf-2023.json new file mode 100644 index 000000000..97cd3d2c6 --- /dev/null +++ b/positconf-2023/videos/how-to-keep-your-data-science-meetup-sustainable-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Many data science meetup organizers struggle with burnout. It can be daunting to plan a meetup schedule, especially with the added burden of work and life.\r\n\r\nIn this talk, I want to highlight some strategies for keeping your data science meetup sustainable. Specifically, I want to highlight the role of self-care in growing and sustaining your group, as well as low-key activities like a data scavenger hunt, watching videos together, styling plots together, and sharing useful tidyverse functions. \r\n\r\nBy making it easy for your members to contribute and empowering them, it takes a lot of the burden off you as an organizer. You don't need to reinvent the wheel for meetups or have famous guests for each one. Let's start the conversation and make your meetup last.", + "duration": 1070, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Ted Laderas" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/QfcC56gSC9g/maxresdefault.jpg", + "title": "How to Keep Your Data Science Meetup Sustainable", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=QfcC56gSC9g" + } + ] +} diff --git a/positconf-2023/videos/how-to-win-friends-and-influence-people-with-data-posit-conf-2023.json b/positconf-2023/videos/how-to-win-friends-and-influence-people-with-data-posit-conf-2023.json new file mode 100644 index 000000000..45e9bfd06 --- /dev/null +++ b/positconf-2023/videos/how-to-win-friends-and-influence-people-with-data-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Too many great data science products never go into production. To persuade leaders and colleagues to adopt your data science offering, you must translate your insights into terms that are relevant and accessible to them. Attempts to persuade these audiences with proofs and model performance stats will often fall flat because the audience is left feeling overwhelmed. \r\n\r\nThis talk will demonstrate the data simulation, visualization, and story-telling techniques that I use to influence leadership and the community-building techniques I use to earn the trust and support of fellow analysts. These efforts were successful in persuading Intuit to adopt advanced analytic methods like sequential analysis that cut the duration of our AB tests by over 60%.", + "duration": 1182, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Joe Powers" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/HhsL8rl9jQ4/maxresdefault.webp", + "title": "How to Win Friends and Influence People (With Data)", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=HhsL8rl9jQ4" + } + ] +} diff --git a/positconf-2023/videos/how-you-get-value-as-a-1-person-posit-connect-team-posit-conf-2023.json b/positconf-2023/videos/how-you-get-value-as-a-1-person-posit-connect-team-posit-conf-2023.json new file mode 100644 index 000000000..1479277da --- /dev/null +++ b/positconf-2023/videos/how-you-get-value-as-a-1-person-posit-connect-team-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "", + "duration": 971, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Sean Nguyen" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/lNEcM7l-nM8/maxresdefault.webp", + "title": "How You Get Value as a 1-Person Posit Connect Team", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=lNEcM7l-nM8" + } + ] +} diff --git a/positconf-2023/videos/html-and-css-for-r-users-posit-conf-2023.json b/positconf-2023/videos/html-and-css-for-r-users-posit-conf-2023.json new file mode 100644 index 000000000..a62f7c712 --- /dev/null +++ b/positconf-2023/videos/html-and-css-for-r-users-posit-conf-2023.json @@ -0,0 +1,32 @@ +{ + "description": "You can get the most out of popular R tools by combining them with easy-to-learn HTML & CSS commands. \r\n\r\nIt's easy to think that R users do not need HTML and CSS. After all, R is a language designed for data analysis, right? But the reality is that these web standards are everywhere, even in R. In fact, many great tools like {ggtext}, {gt}, {shiny}, and Quarto unlock their full potential when you know a little bit of HTML & CSS. In this talk, I will demonstrate specific examples where R users can benefit from HTML and CSS and show you how to get started with these two languages.\r\n\r\nMaterials: \r\n- Here's the link to the video that I mention in the talk: https://youtu.be/QU8wSya-Y9E?si=zw59OSFPl1eJSY7M\r\n- Part 1 of this two part series can be found at https://www.youtube.com/watch?v=jX4_Dnzhl0M", + "duration": 1041, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://www.youtube.com/watch?v=jX4_Dnzhl0M\r", + "url": "https://www.youtube.com/watch?v=jX4_Dnzhl0M\r" + }, + { + "label": "https://youtu.be/QU8wSya-Y9E?si=zw59OSFPl1eJSY7M\r", + "url": "https://youtu.be/QU8wSya-Y9E?si=zw59OSFPl1eJSY7M\r" + } + ], + "speakers": [ + "Albert Rapp" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/Maxz3wLBQQw/maxresdefault.webp", + "title": "HTML and CSS for R Users", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Maxz3wLBQQw" + } + ] +} diff --git a/positconf-2023/videos/in-process-analytical-data-management-with-duckdb-posit-conf-2023.json b/positconf-2023/videos/in-process-analytical-data-management-with-duckdb-posit-conf-2023.json new file mode 100644 index 000000000..b007dfc16 --- /dev/null +++ b/positconf-2023/videos/in-process-analytical-data-management-with-duckdb-posit-conf-2023.json @@ -0,0 +1,36 @@ +{ + "description": "This talks introduces DuckDB, an in-process analytical data management system that is deeply integrated into the R ecosystem.\r\n\r\nDuckDB is an in-process analytical data management system. DuckDB supports complex SQL queries, has no external dependencies, and is deeply integrated into the R ecosystem. For example, DuckDB can run SQL queries directly on R data frames without any data transfer. DuckDB uses state-of-the-art query processing techniques like vectorised execution and automatic parallelism. DuckDB is out-of-core capable, meaning that it is possible to process datasets far bigger than main memory. DuckDB is free and open source software under the MIT license. \r\n\r\nIn this talk, we will describe the user values of DuckDB, and how it can be used to improve their day-to-day lives through automatic parallelisation, efficient operators, and out-of-core operations.\r\n\r\nMaterials:\r\n- https://duckdb.org\r\n- https://duckdb.org/docs/api/r.html\r\n- https://github.com/duckdb/duckdb-r", + "duration": 1142, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/duckdb/duckdb-r\r", + "url": "https://github.com/duckdb/duckdb-r\r" + }, + { + "label": "https://duckdb.org\r", + "url": "https://duckdb.org\r" + }, + { + "label": "https://duckdb.org/docs/api/r.html\r", + "url": "https://duckdb.org/docs/api/r.html\r" + } + ], + "speakers": [ + "Hannes Mühleisen" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/9OFzOvV-to4/maxresdefault.webp", + "title": "In-Process Analytical Data Management with DuckDB", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=9OFzOvV-to4" + } + ] +} diff --git a/positconf-2023/videos/insights-in-5-d-using-magic-small-multiples-layouts-posit-conf-2023.json b/positconf-2023/videos/insights-in-5-d-using-magic-small-multiples-layouts-posit-conf-2023.json new file mode 100644 index 000000000..317387d3d --- /dev/null +++ b/positconf-2023/videos/insights-in-5-d-using-magic-small-multiples-layouts-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Using Small-Multiples (faceted graphs) is an effective way to compare patterns across many dimensions. In this talk, I'll walk you through some ways to lay out your individual facets according to the underlying data. For example, maybe each facet represents a city or point on a 2D plane - we'll explore ways to organize facets in a grid that mimics the data itself - unlocking your ability to explore patterns in 4+ dimensions. Other solutions to this problem rely on manually-curated lists that map common layouts to a grid, but in this talk, we'll explore solutions that work on EVERYTHING. I'll show you how to incorporate this technique into your viz and how I built the libraries since there are some interesting data science concepts at play.", + "duration": 346, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Matt Dzugan" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/huRcd6pB5O8/maxresdefault.jpg", + "title": "Insights in 5-D! (Using magic small-multiples layouts)", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=huRcd6pB5O8" + } + ] +} diff --git a/positconf-2023/videos/it-s-a-great-time-to-be-an-r-package-developer-posit-conf-2023.json b/positconf-2023/videos/it-s-a-great-time-to-be-an-r-package-developer-posit-conf-2023.json new file mode 100644 index 000000000..9bd4cc466 --- /dev/null +++ b/positconf-2023/videos/it-s-a-great-time-to-be-an-r-package-developer-posit-conf-2023.json @@ -0,0 +1,25 @@ +{ + "description": "(Due to unforeseen circumstances, Hadley Wickham presented this talk \"slide karaoke\" style, from materials prepared by Jenny Bryan.)\r\n\r\nIn R, the fundamental unit of shareable code is the package. As of March 2023, there were over 19,000 packages available on CRAN. Hadley Wickham and I recently updated the R Packages book for a second edition, which brought home just how much the package development landscape has changed in recent years (for the better!). \r\n\r\nIn this talk, I highlight recent-ish developments that I think have a great payoff for package maintainers. I'll talk about the impact of new services like GitHub Actions, new tools like pkgdown, and emerging shared practices, such as principles that are helpful when testing a package.", + "duration": 1148, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Jenny Bryan", + "Hadley Wickham" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/hfqjyeA_z7s/maxresdefault.jpg", + "title": "It's a Great Time to be an R Package Developer!", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=hfqjyeA_z7s" + } + ] +} diff --git a/positconf-2023/videos/it-s-abstractions-all-the-way-down-posit-conf-2023.json b/positconf-2023/videos/it-s-abstractions-all-the-way-down-posit-conf-2023.json new file mode 100644 index 000000000..8bed70310 --- /dev/null +++ b/positconf-2023/videos/it-s-abstractions-all-the-way-down-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "Abstractions rule everything around us. JD Long talks about abstractions from the board room to the silicon. \r\n\r\nOver 20 years ago Joel Spolsky famously wrote, \"All non-trivial abstractions, to some degree, are leaky.\" Unsurprisingly this has not changed. However, we have introduced more and more layers of abstraction into our workflows: Virtual Machines, AWS services, WASM, Docker, R, Python, data frames, and on and on. But then on top of the computational abstractions we have people abstractions: managers, colleagues, executives, stakeholders, etc. \r\n\r\nJD's presentation will be a wild romp through the mental models of abstractions and discuss how we, as technical analytical types, can gain skill in traversing abstractions and dealing with leaks.\r\n\r\nMaterials: https://github.com/CerebralMastication/Presentations/tree/master/2023_posit-conf", + "duration": 3760, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/CerebralMastication/Presentations/tree/master/2023_posit-conf\r", + "url": "https://github.com/CerebralMastication/Presentations/tree/master/2023_posit-conf\r" + } + ], + "speakers": [ + "James David Long" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/Pa1PNfoOp-I/maxresdefault.webp", + "title": "It's Abstractions All the Way Down...", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Pa1PNfoOp-I" + } + ] +} diff --git a/positconf-2023/videos/it-s-all-about-perspective-making-a-case-for-generative-art-posit-conf-2023.json b/positconf-2023/videos/it-s-all-about-perspective-making-a-case-for-generative-art-posit-conf-2023.json new file mode 100644 index 000000000..44584d277 --- /dev/null +++ b/positconf-2023/videos/it-s-all-about-perspective-making-a-case-for-generative-art-posit-conf-2023.json @@ -0,0 +1,40 @@ +{ + "description": "This talk explores how to create art in the R language while highlighting some similarities between the skills required for creating generative art and those needed to perform data science tasks in R.\r\n\r\nBecause the field of data science is inherently task-oriented, it is no wonder that most people struggle to see the utility of generative art past the bounds of a casual hobby. This talk will invite the participant to learn about generative art while focusing on \"\"why\"\" people should create it and its potential place in data science. This talk is suitable for all disciplines and artistic abilities. Furthermore, this talk will aim to expand the participant's perspective on generative art with the following concepts:\r\n\r\n- What is generative art and how can it be created in R or Python\r\n- Justifications for generative art within Data Science\r\n- Examples of programming skills that are transferrable between generative art and pragmatic data science projects\r\n\r\nMaterials:\r\n- Link to the talk repo: https://github.com/Meghansaha/a_case_for_genart \r\n- Link to the slides: https://meghansaha.github.io/a_case_for_genart/#/title-slide \r\n- Link to the artpack package site: https://meghansaha.github.io/artpack/ \r\n- Personal Site: https://thetidytrekker.com/", + "duration": 1180, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://meghansaha.github.io/artpack/", + "url": "https://meghansaha.github.io/artpack/" + }, + { + "label": "https://thetidytrekker.com/\r", + "url": "https://thetidytrekker.com/\r" + }, + { + "label": "https://github.com/Meghansaha/a_case_for_genart", + "url": "https://github.com/Meghansaha/a_case_for_genart" + }, + { + "label": "https://meghansaha.github.io/a_case_for_genart/#/title-slide", + "url": "https://meghansaha.github.io/a_case_for_genart/#/title-slide" + } + ], + "speakers": [ + "Meghan Santiago Harris" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/48m27OWv-uw/maxresdefault.jpg", + "title": "It's All About Perspective: Making a Case for Generative Art", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=48m27OWv-uw" + } + ] +} diff --git a/positconf-2023/videos/large-language-models-in-rstudio-posit-conf-2023.json b/positconf-2023/videos/large-language-models-in-rstudio-posit-conf-2023.json new file mode 100644 index 000000000..b8efb34c1 --- /dev/null +++ b/positconf-2023/videos/large-language-models-in-rstudio-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Large language models (LLMs), such as ChatGPT, have shown the potential to transform how we code. As an R package developer, I have contributed to the creation of two packages -- gptstudio and gpttools -- specifically designed to incorporate LLMs into R workflows within the RStudio environment.\r\n\r\nThe integration of ChatGPT allows users to efficiently add code comments, debug scripts, and address complex coding challenges directly from RStudio. With text embedding and semantic search, we can teach ChatGPT new tricks, resulting in more precise and context-aware responses. This talk will delve into hands-on examples to showcase the practical application of these models, as well as offer my perspective as a recent entrant into public package development.", + "duration": 1126, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "James Wade" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/ZCEadMMY6mE/maxresdefault.jpg", + "title": "Large Language Models in RStudio", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=ZCEadMMY6mE" + } + ] +} diff --git a/positconf-2023/videos/magic-with-webassembly-and-webr-posit-conf-2023.json b/positconf-2023/videos/magic-with-webassembly-and-webr-posit-conf-2023.json new file mode 100644 index 000000000..a7ba80852 --- /dev/null +++ b/positconf-2023/videos/magic-with-webassembly-and-webr-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Earlier this year the initial version of webR was released and users have begun building new interactive experiences with R on the web. In this talk, I'll discuss webR's TypeScript library and what it is able to do. The library allows users to interact with the R environment directly from JavaScript, which enables manipulation tricks that seem like magic. I'll begin by describing how to move objects from R to JS and back again, and discuss the technology that makes this possible. I'll continue with more advanced manipulation, such as invoking R functions from JS and talk about why you might want to do so. Finally, I'll describe how messages are sent over webR's communication channel and explain how this enables webR to work with Shinylive.", + "duration": 1163, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "George Stagg" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/P7aTHrgjHt4/maxresdefault.jpg", + "title": "Magic with WebAssembly and webR", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=P7aTHrgjHt4" + } + ] +} diff --git a/positconf-2023/videos/making-a-python-web-app-is-easy-posit-conf-2023.json b/positconf-2023/videos/making-a-python-web-app-is-easy-posit-conf-2023.json new file mode 100644 index 000000000..dc0b4c2a8 --- /dev/null +++ b/positconf-2023/videos/making-a-python-web-app-is-easy-posit-conf-2023.json @@ -0,0 +1,40 @@ +{ + "description": "Making Python Web apps using Dash, Streamlit, and Shiny for Python\r\n\r\nThis talk describes how to make distribution-free prediction intervals for regression models via the tidymodels framework. \r\n\r\nBy creating and deploying an interactive web application you can better share your data, code, and ideas easily with a broad audience. I plan to talk about several Python web application frameworks, and how you can use them to turn a class, function, or data set visualization into an interactive web page to share with the world. I plan to discuss building simple web applications with Plotly Dash, Streamlit, and Shiny for Python.\r\n\r\nMaterials:\r\n- Comprehensive talk notes here: https://marcoshuerta.com/posts/positconf2023/\r\n- https://www.tidymodels.org/learn/models/conformal-regression/\r\n- https://probably.tidymodels.org/reference/index.html#regression-predictions\r\n\r\nCorrections:\r\nIn my live remarks, I said a Dash callback can have only one output: that is not correct, a Dash callback can update multiple outputs.\r\nI was trying to say that a Dash output can only be updated by one callback, but even that is no longer true as of Dash 2.9. https://dash.plotly.com/duplicate-callback-outputs\"\"", + "duration": 1095, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://probably.tidymodels.org/reference/index.html#regression-predictions\r", + "url": "https://probably.tidymodels.org/reference/index.html#regression-predictions\r" + }, + { + "label": "https://marcoshuerta.com/posts/positconf2023/\r", + "url": "https://marcoshuerta.com/posts/positconf2023/\r" + }, + { + "label": "https://www.tidymodels.org/learn/models/conformal-regression/\r", + "url": "https://www.tidymodels.org/learn/models/conformal-regression/\r" + }, + { + "label": "https://dash.plotly.com/duplicate-callback-outputs", + "url": "https://dash.plotly.com/duplicate-callback-outputs" + } + ], + "speakers": [ + "Marcos Huerta" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/IJ7EkwQ6XUY/maxresdefault.webp", + "title": "Making a (Python) Web App is easy!", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=IJ7EkwQ6XUY" + } + ] +} diff --git a/positconf-2023/videos/matching-tools-to-titans-tailoring-posit-workbench-for-every-cloud-posit-conf-2023.json b/positconf-2023/videos/matching-tools-to-titans-tailoring-posit-workbench-for-every-cloud-posit-conf-2023.json new file mode 100644 index 000000000..ffa5864f2 --- /dev/null +++ b/positconf-2023/videos/matching-tools-to-titans-tailoring-posit-workbench-for-every-cloud-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "In an era of diverse cloud platforms, leveraging tools effectively is paramount. This talk highlights the adaptability of Posit Workbench within leading cloud platforms. Delve into strategic integrations, understand key challenges, and uncover practical solutions. By the end, attendees will be equipped with insights to harness Posit Workbench's capabilities seamlessly across varied cloud environments.", + "duration": 1079, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "James Blair" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/DzA2gRk4g2o/maxresdefault.jpg", + "title": "Matching Tools to Titans: Tailoring Posit Workbench for Every Cloud", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=DzA2gRk4g2o" + } + ] +} diff --git a/positconf-2023/videos/motley-crews-collaborating-with-quarto-posit-conf-2023.json b/positconf-2023/videos/motley-crews-collaborating-with-quarto-posit-conf-2023.json new file mode 100644 index 000000000..b7cec3bf8 --- /dev/null +++ b/positconf-2023/videos/motley-crews-collaborating-with-quarto-posit-conf-2023.json @@ -0,0 +1,26 @@ +{ + "description": "Adoption of Quarto for document creation has transformed the collaborative workflow for our small higher-education analytics team. Historically, content experts wrote in Word documents and data analysts used R for statistics and graphics. Specialization in different software tools created challenges for producing collaborative analytic reports, but Quarto has solved this problem. We will describe how we use Quarto for writing and editing text, embedding statistical analysis and graphics, and producing reports with a standard style in multiple formats, including web pages.", + "duration": 1334, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Susan McMillan", + "Wyl Schuth", + "Michael Zenz" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/s0vRrQtchfM/maxresdefault.jpg", + "title": "Motley Crews: Collaborating with Quarto", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=s0vRrQtchfM" + } + ] +} diff --git a/positconf-2023/videos/never-again-in-outer-par-mode-making-next-generation-pdfs-with-quarto-typst-posit-conf-2023.json b/positconf-2023/videos/never-again-in-outer-par-mode-making-next-generation-pdfs-with-quarto-typst-posit-conf-2023.json new file mode 100644 index 000000000..92c4b5134 --- /dev/null +++ b/positconf-2023/videos/never-again-in-outer-par-mode-making-next-generation-pdfs-with-quarto-typst-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Quarto 1.4 will introduce support for Typst. Typst is a brand-new open-source typesetting system built from scratch to support the lessons we have learned over almost half a century of high-quality computer typesetting that TeX and LaTeX have enabled. If you've ever had to produce a PDF with Quarto and got stuck handling an inscrutable error message from LaTeX, or wanted to create a new template but were too intimated by LaTeX's arcane syntax, this talk is for you. I'll show you why we need an alternative for TeX and LaTeX , and why it will make Quarto even better.", + "duration": 1194, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Carlos Scheidegger" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/t30sqFch2v0/maxresdefault.jpg", + "title": "Never again in outer par mode: making next-generation PDFs with Quarto & typst", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=t30sqFch2v0" + } + ] +} diff --git a/positconf-2023/videos/oops-i-m-a-manager-on-more-effective-1-on-1-meetings-posit-conf-2023.json b/positconf-2023/videos/oops-i-m-a-manager-on-more-effective-1-on-1-meetings-posit-conf-2023.json new file mode 100644 index 000000000..6518ba84f --- /dev/null +++ b/positconf-2023/videos/oops-i-m-a-manager-on-more-effective-1-on-1-meetings-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "As a team leader (accidental or not), it's easy to get caught up in the daily grind and overlook the importance of 1-on-1s. Bad idea. 1-on-1s are critical for building trust, providing feedback, and ensuring that everyone is on the same page.\r\n\r\nKeys to good 1-on-1s start with a small amount of prep and a running shared document of notes and takeaways. Another key is to rotate types of 1-on-1s. Possibilities include \"heads down\" on recent work, \"heads up\" looking further out, and career-focused sessions. After some tips on the right sort of questions and uncovering sneaky issues, I will also touch on effective feedback.\r\n\r\nI will share resources and hope to include Seussian visuals and a few poetic lines to help the key points stick.", + "duration": 1127, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Andrew Holz" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/0kBln8OFumY/maxresdefault.webp", + "title": "Oops I'm a Manager - On More Effective 1-on-1 Meetings", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=0kBln8OFumY" + } + ] +} diff --git a/positconf-2023/videos/open-source-property-assessment-tidymodels-to-allocate-16b-in-property-taxes-posit-conf-2023.json b/positconf-2023/videos/open-source-property-assessment-tidymodels-to-allocate-16b-in-property-taxes-posit-conf-2023.json new file mode 100644 index 000000000..afd43de47 --- /dev/null +++ b/positconf-2023/videos/open-source-property-assessment-tidymodels-to-allocate-16b-in-property-taxes-posit-conf-2023.json @@ -0,0 +1,29 @@ +{ + "description": "How the Cook County Assessor's Office uses R and tidymodels for its residential property valuation models.\r\n\r\nThe Cook County Assessor's Office (CCAO) determines the current market value of properties for the purpose of property taxation. Since 2020, the CCAO has used R, tidymodels, and LightGBM to build predictive models that value Cook County's 1.5 million residential properties, which are collectively worth over $400B. These predictive models are open-source, easily replicable, and have significantly improved valuation accuracy and equity over time. \r\n\r\nJoin CCAO Chief Data Officer Nicole Jardine and Director of Data Science Dan Snow as they walk through the CCAO's modeling process, shares lessons learned, and offer a sneak peek at changes planned for the 2024 reassessment of Chicago.\r\n\r\nMaterials: https://github.com/ccao-data", + "duration": 1158, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/ccao-data\r", + "url": "https://github.com/ccao-data\r" + } + ], + "speakers": [ + "Nicole Jardine", + "Dan Snow" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/1_GivgmZYgM/maxresdefault.jpg", + "title": "Open Source Property Assessment: Tidymodels to Allocate $16B in Property Taxes", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=1_GivgmZYgM" + } + ] +} diff --git a/positconf-2023/videos/open-source-solutions-to-next-generation-submissions-after-30-years-of-industry-experience.json b/positconf-2023/videos/open-source-solutions-to-next-generation-submissions-after-30-years-of-industry-experience.json new file mode 100644 index 000000000..079832423 --- /dev/null +++ b/positconf-2023/videos/open-source-solutions-to-next-generation-submissions-after-30-years-of-industry-experience.json @@ -0,0 +1,24 @@ +{ + "description": "The pharmaceutical industry is undergoing rapid change, driven by a desire from both industry and regulatory agencies to move to more interactive visualizations and web applications to review data and make decisions. These changes would have been unthinkable 30 years ago when I started working at Pfizer. \r\n\r\nIn this talk, I'll consider the drivers for these changes, how open-source tools can help achieve this, and why collaboration across the industry is vital to achieving this goal. I'll contrast this with my experience of 30 years working in the pharma industry - when the R language had only just been released, when the internet was new, and when submissions to agencies were printed out, loaded onto trucks, and shipped to their doors.", + "duration": 1109, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Mike K Smith" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/zCxT6fExFjY/maxresdefault.webp", + "title": "Open Source Solutions to Next-Generation Submissions, After 30 Years of Industry Experience", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=zCxT6fExFjY" + } + ] +} diff --git a/positconf-2023/videos/package-management-for-data-scientists-posit-conf-2023.json b/positconf-2023/videos/package-management-for-data-scientists-posit-conf-2023.json new file mode 100644 index 000000000..6a0d3e406 --- /dev/null +++ b/positconf-2023/videos/package-management-for-data-scientists-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "In my talk, \"Package Management for Data Scientists,\" we will discuss software dependencies for R and Python and the common issues faced during package installations. I will begin with an overview of package management, highlighting its crucial role in data science. We'll then focus on practical strategies to prevent dependency errors and address effective troubleshooting when these problems occur. Lastly, we will look towards the future, discussing potential package management improvements, focusing on reproducibility and accessibility for those new to the field.", + "duration": 713, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Tyler Finethy" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/uYl6_Fo_jpA/maxresdefault.webp", + "title": "Package Management for Data Scientists", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=uYl6_Fo_jpA" + } + ] +} diff --git a/positconf-2023/videos/parameterized-quarto-reports-improve-understanding-of-soil-health-posit-conf-2023.json b/positconf-2023/videos/parameterized-quarto-reports-improve-understanding-of-soil-health-posit-conf-2023.json new file mode 100644 index 000000000..e068049d5 --- /dev/null +++ b/positconf-2023/videos/parameterized-quarto-reports-improve-understanding-of-soil-health-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "Learn how to use R and Quarto parameterized reporting in this four-step workflow to automate custom HTML and Word reports that are thoughtfully designed for audience interpretation and accessibility.\r\n\r\nSoil health data are notoriously challenging to tidy and effectively communicate to farmers. We used functional programming with the tidyverse to reproducibly streamline data cleaning and summarization. To improve project outreach, we developed a Quarto project to dynamically create interactive HTML reports and printable PDFs. Custom to every farmer, reports include project goals, measured parameter descriptions, summary statistics, maps, tables, and graphs. \r\n\r\nOur case study presents a workflow for data preparation and parameterized reporting, with best practices for effective data visualization, interpretation, and accessibility.\r\n\r\nTalk materials: https://jadeyryan.com/talks/2023-09-25_posit_parameterized-quarto/", + "duration": 1186, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://jadeyryan.com/talks/2023-09-25_posit_parameterized-quarto/\r", + "url": "https://jadeyryan.com/talks/2023-09-25_posit_parameterized-quarto/\r" + } + ], + "speakers": [ + "Jadey Ryan" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/lbE5uOqfT70/maxresdefault.jpg", + "title": "Parameterized Quarto Reports Improve Understanding of Soil Health", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=lbE5uOqfT70" + } + ] +} diff --git a/positconf-2023/videos/quickly-get-your-quarto-html-theme-in-order-posit-conf-2023.json b/positconf-2023/videos/quickly-get-your-quarto-html-theme-in-order-posit-conf-2023.json new file mode 100644 index 000000000..6cf3cffa3 --- /dev/null +++ b/positconf-2023/videos/quickly-get-your-quarto-html-theme-in-order-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "A 5-minute talk to discuss how I've used Quarto and Bootstrap variables to quickly make Shiny's new website look as it should. The Quarto user I have in mind works at an organization with specific brand guidelines to follow. I‚ will discuss how to set up your theme, show some key Quarto settings, and how Bootstrap‚ Sass variables are your best friend.", + "duration": 339, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Greg Swinehart" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/i2mdxfvm_VY/maxresdefault.jpg", + "title": "Quickly get your Quarto HTML theme in order", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=i2mdxfvm_VY" + } + ] +} diff --git a/positconf-2023/videos/r-not-only-in-production-posit-conf-2023.json b/positconf-2023/videos/r-not-only-in-production-posit-conf-2023.json new file mode 100644 index 000000000..3ad3e4747 --- /dev/null +++ b/positconf-2023/videos/r-not-only-in-production-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "I will share what our team has learned from successfully integrating R in all areas of our company's operations. InsightRX is a precision medicine company whose goal is to ensure that each patient receives the right drug at the optimal dose. At InsightRX, R is a first-class language that's used for purposes ranging from customer-facing products to internal data infrastructure, new product prototypes, and regulatory reporting. Using R in this way has given us the opportunity to forge fruitful collaborations with other teams in which we can both learn and teach. \r\n\r\nJoin me as I share how the skills of data science and engineering can complement each other to create better products and greater impact.", + "duration": 3259, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Kara Woo" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/tUdrwEIvEyk/maxresdefault.jpg", + "title": "R Not Only In Production", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=tUdrwEIvEyk" + } + ] +} diff --git a/positconf-2023/videos/r-you-going-posit-conf-2023.json b/positconf-2023/videos/r-you-going-posit-conf-2023.json new file mode 100644 index 000000000..129916085 --- /dev/null +++ b/positconf-2023/videos/r-you-going-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "3 things to remember when starting your journey to become a data scientist\r\n\r\nEveryone will have a different journey when becoming a data scientist. However, there are a few tips to consider to make the journey less daunting and more enjoyable. Listen, as I tell my story as a data scientist and offer resources and tips to build confidence for those who are new to their journey. The tools are available however, it is not always easy to find them. \r\n\r\nkeywords: openscience, The Carpentries, R programming language, GPS, data science journey, data science resources\r\n\r\nMaterials: \r\n- https://www.linkedin.com/in/sheraaronhurt/\r\n- carpentries.org/", + "duration": 1172, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://www.linkedin.com/in/sheraaronhurt/\r", + "url": "https://www.linkedin.com/in/sheraaronhurt/\r" + } + ], + "speakers": [ + "SherAaron Hurt" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/Pxaj8CJnI8s/maxresdefault.webp", + "title": "R! You Going?!", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Pxaj8CJnI8s" + } + ] +} diff --git a/positconf-2023/videos/reliable-maintenance-of-machine-learning-models-posit-conf-2023.json b/positconf-2023/videos/reliable-maintenance-of-machine-learning-models-posit-conf-2023.json new file mode 100644 index 000000000..c287d6759 --- /dev/null +++ b/positconf-2023/videos/reliable-maintenance-of-machine-learning-models-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "Maintaining machine learning models in production can be quite different from maintaining general software projects, because of the unique statistical characteristics of ML models.\r\n\r\nIn this talk, learn about model drift, the different ways the word \"performance\" is used with models, what you can monitor about a model, how feedback loops impact models, and how you can use vetiver to set yourself up for success with model maintenance. This talk will help practitioners who are already deploying models, but this is also useful knowledge for practitioners earlier in their MLOps journey; decisions made along the way can make the difference between resilient models that are easier to maintain and disappointing or misleading models.\r\n\r\nMaterials: https://github.com/juliasilge/ml-maintenance-2023", + "duration": 1089, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/juliasilge/ml-maintenance-2023\r", + "url": "https://github.com/juliasilge/ml-maintenance-2023\r" + } + ], + "speakers": [ + "Julia Silge" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/LGXi2R70pVc/maxresdefault.webp", + "title": "Reliable Maintenance of Machine Learning Models", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=LGXi2R70pVc" + } + ] +} diff --git a/positconf-2023/videos/reproducible-manuscripts-with-quarto-posit-conf-2023.json b/positconf-2023/videos/reproducible-manuscripts-with-quarto-posit-conf-2023.json new file mode 100644 index 000000000..d62e2012c --- /dev/null +++ b/positconf-2023/videos/reproducible-manuscripts-with-quarto-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "In this talk, we present a new capability in Quarto that provides a straightforward and user-friendly approach to creating truly reproducible manuscripts that are publication-ready for submission to popular journals. This new feature, Quarto manuscripts, includes the ability to produce a bundled output containing a standardized journal format, source documents, source computations, referenced resources, and execution information into a single bundle that is ingested into journal review and production processes. We'll demo how Quarto manuscripts work and how you can incorporate them into your current manuscript development process as well as touch on pain points in your current workflow that Quarto manuscripts help alleviate.", + "duration": 1226, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Mine Çetinkaya-Rundel" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/BoiW9UWDLY0/maxresdefault.webp", + "title": "Reproducible Manuscripts with Quarto", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=BoiW9UWDLY0" + } + ] +} diff --git a/positconf-2023/videos/running-r-shiny-without-a-server-posit-conf-2023.json b/positconf-2023/videos/running-r-shiny-without-a-server-posit-conf-2023.json new file mode 100644 index 000000000..d961b5aa2 --- /dev/null +++ b/positconf-2023/videos/running-r-shiny-without-a-server-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "A year ago, Posit announced ShinyLive, a deployment mode of Shiny that lets you run interactive applications written in Python, without actually running a Python server at runtime. Instead, ShinyLive turns Shiny for Python apps into pure client-side apps, running on a pure client-side Python installation.\r\n\r\nNow, that same capability has come to Shiny for R, thanks to the webR project.\r\n\r\nIn this talk, I'll show you how you can get started with ShinyLive for R, and why this is more interesting than just cheaper app hosting. I'll talk about some of the different use cases we had in mind for ShinyLive, and help you decide if ShinyLive makes sense for your app.", + "duration": 1209, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Joe Cheng" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/j1M6YyU2ZX8/maxresdefault.webp", + "title": "Running R-Shiny without a Server", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=j1M6YyU2ZX8" + } + ] +} diff --git a/positconf-2023/videos/scale-your-data-validation-workflow-with-pointblank-and-posit-connect-posit-conf-2023.json b/positconf-2023/videos/scale-your-data-validation-workflow-with-pointblank-and-posit-connect-posit-conf-2023.json new file mode 100644 index 000000000..d8a9c08f5 --- /dev/null +++ b/positconf-2023/videos/scale-your-data-validation-workflow-with-pointblank-and-posit-connect-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "For the Data Services team at Medable, our number one priority is to ensure the data we collect and deliver to our clients is of the highest quality. The {pointblank} package, along with Posit Connect, modernizes how we tackle data validation within Data Services. \r\n\r\nIn this talk, I will briefly summarize how we develop test code with {pointblank}, share with {pins}, execute with {rmarkdown}, and report findings with {blastula}. Finally, I will show how we aggregate data from test results across projects into a holistic view using {shiny}.", + "duration": 1021, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Michael Garcia" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/N9kaAiuAbWo/maxresdefault.webp", + "title": "Scale Your Data Validation Workflow With {pointblank} and Posit Connect", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=N9kaAiuAbWo" + } + ] +} diff --git a/positconf-2023/videos/serenity-now-productivity-later-focus-your-project-stack-with-the-gonzalez-matrix-posit-conf.json b/positconf-2023/videos/serenity-now-productivity-later-focus-your-project-stack-with-the-gonzalez-matrix-posit-conf.json new file mode 100644 index 000000000..03f786d51 --- /dev/null +++ b/positconf-2023/videos/serenity-now-productivity-later-focus-your-project-stack-with-the-gonzalez-matrix-posit-conf.json @@ -0,0 +1,24 @@ +{ + "description": "How should you respond when your boss has too many good ideas for data science projects? In this talk, I'll review our use of an adapted version of the Eisenhower Matrix that lays out our projects according to the effort required and the value they will produce. Given the functionally unlimited number of data science projects a team could do, learn how we keep our team focused on valuable work while reducing the stress of a never-ending list of projects.", + "duration": 1194, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Patrick Tennant" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/ywuzUVSvQ6o/maxresdefault.webp", + "title": "Serenity Now, Productivity Later: Focus Your Project Stack with The Gonzalez Matrix", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=ywuzUVSvQ6o" + } + ] +} diff --git a/positconf-2023/videos/shiny-developer-secrets-insights-from-over-1200-applicants-and-what-you-must-know-to-shine.json b/positconf-2023/videos/shiny-developer-secrets-insights-from-over-1200-applicants-and-what-you-must-know-to-shine.json new file mode 100644 index 000000000..688c7b4ad --- /dev/null +++ b/positconf-2023/videos/shiny-developer-secrets-insights-from-over-1200-applicants-and-what-you-must-know-to-shine.json @@ -0,0 +1,24 @@ +{ + "description": "Over 1,200 candidates applied for the R/Shiny developer role at Appsilon in the last year, and I will be sharing some insights that we have gained from going through the qualitative and quantitative feedback collected from every round of the interview process.\r\n\r\nI will be sharing some key takeaways that would help you focus on things that will make you a better Shiny developer. From reactivity to software testing, there are multiple skills that make up a good Shiny developer and you will get to know the major gaps and how to focus on them.", + "duration": 286, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Vedha Viyash" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/4RNU6tpB2SU/maxresdefault.jpg", + "title": "Shiny Developer Secrets: Insights From Over 1200 Applicants and What You MUST Know to Shine", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=4RNU6tpB2SU" + } + ] +} diff --git a/positconf-2023/videos/shiny-for-python-machine-learning-apps-with-pandas-scikit-learn-and-tensorflow-posit-conf-2023.json b/positconf-2023/videos/shiny-for-python-machine-learning-apps-with-pandas-scikit-learn-and-tensorflow-posit-conf-2023.json new file mode 100644 index 000000000..902126a6e --- /dev/null +++ b/positconf-2023/videos/shiny-for-python-machine-learning-apps-with-pandas-scikit-learn-and-tensorflow-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "With the introduction of Shiny for Python in 2022, users can now use the power of reactivity with their favorite Python packages. Shiny can be used to build interactive reports, dashboards, and web apps, that make sharing insights and results both simple and dynamic. This includes apps to display and explore popular Machine Learning models built with staple Python packages like pandas, scikit-learn, and TensorFlow. This talk will demonstrate how to build simple Shiny for Python apps that interface with these packages, and discuss some of the benefits of using Shiny for Python to build your web apps.", + "duration": 1263, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Chelsea Parlett-Pelleriti" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/iQY24bWRDww/maxresdefault.webp", + "title": "Shiny for Python Machine Learning Apps with pandas, scikit-learn and TensorFlow", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=iQY24bWRDww" + } + ] +} diff --git a/positconf-2023/videos/shiny-new-tools-for-scaling-your-shiny-apps-posit-conf-2023.json b/positconf-2023/videos/shiny-new-tools-for-scaling-your-shiny-apps-posit-conf-2023.json new file mode 100644 index 000000000..eccca4479 --- /dev/null +++ b/positconf-2023/videos/shiny-new-tools-for-scaling-your-shiny-apps-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "So you have a Shiny app your org loves, but as adoption grows, performance starts getting sluggish. Profiling reveals your cool interactive plots are the culprit. What can you do to make things snappy again? We can increase the number of app instances, sure, but suppose that isn't an option for us. Another approach is to shift the plotting work from the server onto the client. \r\n\r\nIn this talk, we'll learn how to leverage two Javascript projects, DuckDB-WASM and Observable's Plot.js, in our Shiny app to create fast, flexible interactive visualizations in the browser without burdening our app's server function. The end result is an app that can scale to more users without needing to increase compute resources.", + "duration": 1099, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Joe Kirincic" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/vhhBG8GzMmE/maxresdefault.webp", + "title": "Shiny New Tools for Scaling your Shiny Apps", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=vhhBG8GzMmE" + } + ] +} diff --git a/positconf-2023/videos/shinyuieditor-from-alpha-to-powerful-shiny-app-development-tool-posit-conf-2023.json b/positconf-2023/videos/shinyuieditor-from-alpha-to-powerful-shiny-app-development-tool-posit-conf-2023.json new file mode 100644 index 000000000..e6e9564f4 --- /dev/null +++ b/positconf-2023/videos/shinyuieditor-from-alpha-to-powerful-shiny-app-development-tool-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Since its alpha debut at last year's conference, the ShinyUiEditor has experienced continuous development, evolving into a powerful tool for crafting Shiny app UIs. Some key enhancements include the integration of new bslib components and the editor's ability to create or navigate to existing server bindings for inputs and outputs.\r\n\r\nIn addition to new features, the editor is now available as a VSCode extension enabling it to integrate smoothly into more developers' workflows. This talk will showcase how these new capabilities empower users to efficiently create visually appealing and production-ready applications with ease.", + "duration": 1104, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Nick Strayer" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/G3uxNtACutI/maxresdefault.jpg", + "title": "ShinyUiEditor: From Alpha to Powerful Shiny App Development Tool", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=G3uxNtACutI" + } + ] +} diff --git a/positconf-2023/videos/side-effects-of-a-year-of-blogging-posit-conf-2023.json b/positconf-2023/videos/side-effects-of-a-year-of-blogging-posit-conf-2023.json new file mode 100644 index 000000000..b1293491e --- /dev/null +++ b/positconf-2023/videos/side-effects-of-a-year-of-blogging-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "A big part of being in the R community is sharing your knowledge in different forums, no matter how big or small. So what better way to do that than a blog? And what better way than using R and Posit products to build and maintain that blog and website? This was the route I took to challenge myself in putting myself out there more in the community to find my voice, share my knowledge and learn new things. \r\n\r\nIn this talk, I will reflect on lessons learned and gains I have spent the past year blogging and sharing my website for all to see. The side effects include professional and personal benefits - from a clear profile of my skills to the progression of the development of my art. You may leave inspired to try the challenge for yourself.", + "duration": 1010, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Millie Symns" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/PQvnizEJ2eQ/maxresdefault.jpg", + "title": "Side Effects of a Year of Blogging", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=PQvnizEJ2eQ" + } + ] +} diff --git a/positconf-2023/videos/siuba-and-duckdb-analyzing-everything-everywhere-all-at-once-posit-conf-2023.json b/positconf-2023/videos/siuba-and-duckdb-analyzing-everything-everywhere-all-at-once-posit-conf-2023.json new file mode 100644 index 000000000..f3f010956 --- /dev/null +++ b/positconf-2023/videos/siuba-and-duckdb-analyzing-everything-everywhere-all-at-once-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Every data analysis in Python starts with a big fork in the road: which DataFrame library should I use?\r\n\r\nThe DataFrame Decision locks you into different methods, with subtly different behavior:: \r\n- different table methods (e.g. polars `.with_columns()` vs pandas `.assign()`) \r\n- different column methods (e.g. polars `.map_dict()` vs pandas `.map()`)\r\n\r\nIn this talk, I'll discuss how siuba (a dplyr port to python) combines with duckdb (a crazy powerful sql engine) to provide a unified, dplyr-like interface for analyzing a wide range of data sources‚ whether pandas and polars DataFrames, parquet files in a cloud bucket, or pins on Posit Connect.\r\n\r\nFinally, I'll discuss recent experiments to more tightly integrate siuba and duckdb.", + "duration": 1169, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Michael Chow" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/j4B7ui5f5Xo/maxresdefault.webp", + "title": "Siuba and duckdb: Analyzing Everything Everywhere All at Once", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=j4B7ui5f5Xo" + } + ] +} diff --git a/positconf-2023/videos/slushy-a-bridge-to-the-future-posit-conf-2023.json b/positconf-2023/videos/slushy-a-bridge-to-the-future-posit-conf-2023.json new file mode 100644 index 000000000..35024d166 --- /dev/null +++ b/positconf-2023/videos/slushy-a-bridge-to-the-future-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Scaling the use of R can present complications for environment management, especially in regulated industries with a focus on traceability. One solution is controlled (aka \"frozen\") environments, which are carefully curated and tested by tech teams. However, the speed of R development means the environments quickly become outdated and users are unable to benefit from the latest advances. Enter {slushy}: a team-friendly tool powered by {renv} and Posit Package Manager. Users can quickly mimic a controlled environment, with the easy ability to time travel between snapshot dates. Attendees will learn how {slushy} bolstered our R adoption efforts, and how this strategy enables tech teams and users to work in parallel towards a common future.", + "duration": 1272, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Becca Krouse" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/TD9UdvRERxE/maxresdefault.webp", + "title": "{slushy}: A Bridge to the Future", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=TD9UdvRERxE" + } + ] +} diff --git a/positconf-2023/videos/small-package-broad-impact-how-i-discovered-the-ultimate-new-hire-hack-posit-conf-2023.json b/positconf-2023/videos/small-package-broad-impact-how-i-discovered-the-ultimate-new-hire-hack-posit-conf-2023.json new file mode 100644 index 000000000..32d28d0b7 --- /dev/null +++ b/positconf-2023/videos/small-package-broad-impact-how-i-discovered-the-ultimate-new-hire-hack-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Onboarding new hires can be a challenging process, but taking a problem-focused approach can make it more meaningful and rewarding. In this talk, I will share how I discovered the ultimate new hire hack by creating two small packages that gave me the confidence I needed when I started at BMS. Through building these packages, I not only learned R things like using bslib and making font files available for published dashboards, but also gained a deep understanding of my company's internal systems and workflows, and connected with my team via lots of questions. The resulting packages are still heavily used today. \r\n\r\nJoin me to discover how small packages can have a broad impact and what hiring managers can do to help.", + "duration": 934, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Trang Le" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/wHM4egI4gTo/maxresdefault.jpg", + "title": "Small Package, Broad Impact: How I Discovered the Ultimate New Hire Hack", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=wHM4egI4gTo" + } + ] +} diff --git a/positconf-2023/videos/solving-a-secure-geocoding-problem-that-hardly-anybody-has-posit-conf-2023.json b/positconf-2023/videos/solving-a-secure-geocoding-problem-that-hardly-anybody-has-posit-conf-2023.json new file mode 100644 index 000000000..de55e89f1 --- /dev/null +++ b/positconf-2023/videos/solving-a-secure-geocoding-problem-that-hardly-anybody-has-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Due to data security concerns, the strictest health researchers won't send patient addresses to remote servers for geocoding. The only existing methods for offline geocoding are expensive, cumbersome, or require working with code - all limiting factors for many researchers. So, a couple of classmates and I made a standalone desktop application using shell, Docker, PostGIS, and Python to geocode addresses through a simple GUI without ever sending them off the local machine. Come for the technical ins and outs and stay for the anecdotes about how my R background played into the daunting, frustrating, but ultimately successful task of creating a data science tool using unfamiliar technologies.", + "duration": 1182, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Tesla DuBois" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/BwrF1OsyNbo/maxresdefault.jpg", + "title": "Solving a Secure Geocoding Problem (That Hardly Anybody Has)", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=BwrF1OsyNbo" + } + ] +} diff --git a/positconf-2023/videos/speeding-up-plots-in-r-shiny-posit-conf-2023.json b/positconf-2023/videos/speeding-up-plots-in-r-shiny-posit-conf-2023.json new file mode 100644 index 000000000..cfdba02c5 --- /dev/null +++ b/positconf-2023/videos/speeding-up-plots-in-r-shiny-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "A slow plots can ruin the user experience of our dashboard. This talk covers techniques for speeding up the rendering process of our visualisations.\r\n\r\nSlow dashboards lead to a poor user experience and cause users to lose interest, or even become frustrated. A common culprit of this situation is a slowly rendering plot. \r\n\r\nDuring the talk, we will dive deeper into how plots are rendered in Shiny, identify common bottlenecks that can occur during the rendering process, and learn various techniques for improving the speed of plots in R/Shiny dashboards. \r\n\r\nThese techniques will range from more efficient data processing to library-specific optimisations at the browser level.\r\n\r\nMaterials: \r\nI'd like to include a link to my linkedin profile: https://www.linkedin.com/in/ryszard-szyma%C5%84ski-310a7017a/", + "duration": 233, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://www.linkedin.com/in/ryszard-szyma%C5%84ski-310a7017a/\r", + "url": "https://www.linkedin.com/in/ryszard-szyma%C5%84ski-310a7017a/\r" + } + ], + "speakers": [ + "Ryszard Szymański" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/U2mPB-b-6y4/maxresdefault.jpg", + "title": "Speeding Up Plots in R/Shiny", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=U2mPB-b-6y4" + } + ] +} diff --git a/positconf-2023/videos/styling-and-templating-quarto-documents-posit-conf-2023.json b/positconf-2023/videos/styling-and-templating-quarto-documents-posit-conf-2023.json new file mode 100644 index 000000000..1642efa5a --- /dev/null +++ b/positconf-2023/videos/styling-and-templating-quarto-documents-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Quarto is a powerful engine to generate documents, slides, books, websites, and more. The default aesthetics looks good, but there are times when you want and need to change how they look. This is that talk.\r\n\r\nWhether you want your slides to stand out from the crowd, or you need your documents to fit within your corporate style guide, being able to style Quarto documents is a valuable skill. \r\n\r\nOnce you have persevered and created the perfect document, you don't want the effort to go to waste. This is where templating comes in. Quarto makes it super easy to turn a styled document into a template to be used over and over again.", + "duration": 1187, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Emil Hvitfeldt" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/CblUFMoC9yg/maxresdefault.webp", + "title": "Styling and Templating Quarto Documents", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=CblUFMoC9yg" + } + ] +} diff --git a/positconf-2023/videos/succeed-in-the-life-sciences-with-r-python-and-the-cloud-posit-conf-2023.json b/positconf-2023/videos/succeed-in-the-life-sciences-with-r-python-and-the-cloud-posit-conf-2023.json new file mode 100644 index 000000000..d2abd98b1 --- /dev/null +++ b/positconf-2023/videos/succeed-in-the-life-sciences-with-r-python-and-the-cloud-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "This talk covers best practices and lessons learned surrounding the use of R and Python by technical teams in the cloud, focusing on Posit Workbench, Azure ML, and Databricks.\r\n\r\nIn the life sciences, whether it's pharma, biotech, research, or another type of organization, we are unique in that we blend scientific knowledge with technical skills to extract insights from large, complex datasets. In the cloud, we can architect solutions to help us scale, automate, and collaborate. Interestingly, the use of R and Python by bioinformatics, genomics, biostatistics, and data science teams can be challenging in a cloud-first world where all the data is somewhere other than your laptop (like a data lake).\r\n\r\nIn this talk, I will share best practices and lessons learned surrounding the use of R and Python by technical teams in the cloud. We'll focus on the use of Posit Workbench and RStudio on various cloud services such as Azure ML and Databricks.\r\n\r\nTuple, The Cloud Genomics Company: https://tuple.xyz", + "duration": 1220, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://tuple.xyz\r", + "url": "https://tuple.xyz\r" + } + ], + "speakers": [ + "Colby Ford" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/GypH5siC8w0/maxresdefault.webp", + "title": "Succeed in the Life Sciences with R/Python and the Cloud", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=GypH5siC8w0" + } + ] +} diff --git a/positconf-2023/videos/sustainable-growth-of-global-communities-r-ladies-next-ten-years-posit-conf-2023.json b/positconf-2023/videos/sustainable-growth-of-global-communities-r-ladies-next-ten-years-posit-conf-2023.json new file mode 100644 index 000000000..b32a7594d --- /dev/null +++ b/positconf-2023/videos/sustainable-growth-of-global-communities-r-ladies-next-ten-years-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "In this talk we share how good programming practices inspire the way we manage the R-Ladies community in order to make it sustainable.\r\n\r\nR-Ladies' first ten years were about growing the community: from being just one chapter in 2012 to becoming a global organization in 2016, and now fostering more than 230 chapters worldwide. But how can we face the challenges of growing an organization based solely on volunteer work?\r\n\r\nIn this talk, we discuss how good programming practices –such as modularity, refactoring, and testing– inspire the way we see the sustainable management of an ever-growing community. To that end, we will present our most recent efforts at creating and documenting workflows, distributing the workload, and automating tasks that allow volunteers to focus their time where it is most needed. \r\n\r\nAfter watching this talk, you will get some ideas on how to support volunteers in your own community or project, and on how to use GitHub Actions to automate workflows and tasks. \r\n\r\nLearn more and join at: https://rladies.org/", + "duration": 1164, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://rladies.org/\r", + "url": "https://rladies.org/\r" + } + ], + "speakers": [ + "Riva Quiroga" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/awTzbYXTlSc/maxresdefault.jpg", + "title": "Sustainable Growth of Global Communities: R-Ladies' Next Ten Years", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=awTzbYXTlSc" + } + ] +} diff --git a/positconf-2023/videos/take-it-in-bits-using-r-to-make-eviction-data-accessible-to-the-legal-aid-community-posit-conf.json b/positconf-2023/videos/take-it-in-bits-using-r-to-make-eviction-data-accessible-to-the-legal-aid-community-posit-conf.json new file mode 100644 index 000000000..4fecc7b34 --- /dev/null +++ b/positconf-2023/videos/take-it-in-bits-using-r-to-make-eviction-data-accessible-to-the-legal-aid-community-posit-conf.json @@ -0,0 +1,24 @@ +{ + "description": "One in five low-income renter households in the US experienced falling behind on rent or being threatened with eviction in 2021. Yet most are unrepresented when facing eviction in court. The complex and fast-paced legal system obscures access to timely information, leaving tenants without assistance.\r\n\r\nIn this talk, I discuss the Civil Court Data Initiative's use of R alongside AWS Cloud and SQL to analyze disaggregate eviction records. I focus on the integration of RMarkdown with Amazon Athena and EC2 to create weekly eviction reports across 20 states for legal aid groups working to assist tenants. The upshot: accessible eviction data to help legal aid providers better address local legal needs.", + "duration": 1153, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Logan Pratico" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/k6hD-Fagboc/maxresdefault.jpg", + "title": "Take it in Bits: Using R to Make Eviction Data Accessible to the Legal Aid Community", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=k6hD-Fagboc" + } + ] +} diff --git a/positconf-2023/videos/teaching-data-science-in-adverse-circumstances-posit-cloud-and-quarto-to-the-rescue-posit-conf.json b/positconf-2023/videos/teaching-data-science-in-adverse-circumstances-posit-cloud-and-quarto-to-the-rescue-posit-conf.json new file mode 100644 index 000000000..237468eac --- /dev/null +++ b/positconf-2023/videos/teaching-data-science-in-adverse-circumstances-posit-cloud-and-quarto-to-the-rescue-posit-conf.json @@ -0,0 +1,24 @@ +{ + "description": "The focus of this presentation is on the challenges faced by teachers of data science whose students are not quantitatively inclined and may face some adversity in terms of technology resources available to them and potential language barriers. I identify three main areas of challenges and show how at Universidad Nacional de San Martín (Argentina) we addressed each of the areas through a combination of original curriculum redesign, production of course materials appropriate for the students in question; and the use of OS, and some Posit products, i.e.:posit.cloud and Quarto. I show how these technologies can be used as a pedagogical tool to overcome the challenges mentioned, even on a shoestring budget.", + "duration": 1021, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Aleksander Dietrichson" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/KLflf_ssWkE/maxresdefault.webp", + "title": "Teaching Data Science in Adverse Circumstances: Posit Cloud and Quarto to the Rescue", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=KLflf_ssWkE" + } + ] +} diff --git a/positconf-2023/videos/thanks-i-made-it-with-quartodoc-posit-conf-2023.json b/positconf-2023/videos/thanks-i-made-it-with-quartodoc-posit-conf-2023.json new file mode 100644 index 000000000..033809b41 --- /dev/null +++ b/positconf-2023/videos/thanks-i-made-it-with-quartodoc-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "When Python package developers create documentation, they typically must choose between mostly auto-generated docs or writing all the docs by hand. This is problematic since effective documentation has a mix of function references, high-level context, examples, and other content. \r\n\r\nQuartodoc is a new documentation system that automatically generates Python function references within Quarto websites. This talk will discuss pkgdown's success in the R ecosystem and how those wins can be replicated in Python with quartodoc examples. Listeners will walk away knowing more about what makes documentation delightful (or painful), when to use quartodoc, and how to use this tool to make docs for a Python package.", + "duration": 1075, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Isabel Zimmerman" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/FS_-fbtwwCs/maxresdefault.jpg", + "title": "Thanks, I Made It with Quartodoc", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=FS_-fbtwwCs" + } + ] +} diff --git a/positconf-2023/videos/the-i-in-team-peer-to-peer-best-practices-for-growing-data-science-teams-posit-conf-2023.json b/positconf-2023/videos/the-i-in-team-peer-to-peer-best-practices-for-growing-data-science-teams-posit-conf-2023.json new file mode 100644 index 000000000..5ae897337 --- /dev/null +++ b/positconf-2023/videos/the-i-in-team-peer-to-peer-best-practices-for-growing-data-science-teams-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "R users don't always come in sets. Often, you may be the only user on in the cubicle-block. But, one miraculous day, your manager finally fills the void and you welcome more folks on your team. Suddenly, the little R system you created to suit your needs, like a custom package, code styling, and file organization, isn't just for you.\r\n\r\nWant to suddenly overhaul that one package you wrote two years ago? It probably won't work when your colleagues try to update it.\r\n\r\nYour new teammates are data.table fans, but you prefer the tidyverse. Do you need to refactor? Are style choices, like indentation important when collaborating, or are you just being persnickety?\r\n\r\nIn this talk, you will learn how to bring new teammates on board and blend your respective styles without pulling your hair out.", + "duration": 1084, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Liz Roten" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/F_xng3nFnXw/maxresdefault.webp", + "title": "The 'I' in Team: Peer-to-Peer Best Practices for Growing Data Science Teams", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=F_xng3nFnXw" + } + ] +} diff --git a/positconf-2023/videos/the-need-for-speed-accelerater-ing-r-adoption-in-gsk-posit-conf-2023.json b/positconf-2023/videos/the-need-for-speed-accelerater-ing-r-adoption-in-gsk-posit-conf-2023.json new file mode 100644 index 000000000..d58406f23 --- /dev/null +++ b/positconf-2023/videos/the-need-for-speed-accelerater-ing-r-adoption-in-gsk-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "How does a risk-averse Pharma Biostatistics organization with 900+ people switch from using proprietary software to using R and other open-source tools for delivering clinical trial submissions? First slowly, then all at once. GSK started the transition of using R for its clinical trial data analysis in 2020 and now uses R for our regulatory-reviewed outputs. The AccelerateR Team, an agile pod of R experts and data scientists, rotates through GSK Biostatistics study teams sitting side by side to answer questions and mentor during this transition. \r\n\r\nWe will share our experience from AccelerateR and how other organizations can use our learnings to scale R from pilots to full enterprise adoption and contribute to open source industry R packages.", + "duration": 1185, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Ben Arancibia" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/VDu2qdpYko8/maxresdefault.webp", + "title": "The Need for Speed - AccelerateR-ing R Adoption in GSK", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=VDu2qdpYko8" + } + ] +} diff --git a/positconf-2023/videos/the-people-of-posit-bringing-personality-to-r-packages-posit-conf-2023.json b/positconf-2023/videos/the-people-of-posit-bringing-personality-to-r-packages-posit-conf-2023.json new file mode 100644 index 000000000..b3b16afc5 --- /dev/null +++ b/positconf-2023/videos/the-people-of-posit-bringing-personality-to-r-packages-posit-conf-2023.json @@ -0,0 +1,29 @@ +{ + "description": "The R programming language offers the versatility to perform statistical analyses, create publication-ready plots, and render high-quality reports and presentations. Despite having this environment of indispensable tools, it can be daunting for a beginner-level programmer to get started. Luckily, the Posit community is one of a kind and values inclusivity, collaboration, and empathy. By putting a face to the R packages we use on a daily basis, we hope to make every programmer feel included and capable. We want to inspire attendees to create their own projects or packages, connect with others inside and outside of their field of expertise, and challenge themselves to learn something new, knowing the community is right there to support them.\r\n\r\nMaterials: http://www.sarmapar.com/people_of_posit/", + "duration": 327, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "http://www.sarmapar.com/people_of_posit/\r", + "url": "http://www.sarmapar.com/people_of_posit/\r" + } + ], + "speakers": [ + "JP Flores", + "Sarah Parker" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/mgOJXWvqnxY/maxresdefault.jpg", + "title": "The People of Posit: Bringing Personality to R Packages", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=mgOJXWvqnxY" + } + ] +} diff --git a/positconf-2023/videos/the-power-of-prototyping-in-r-shiny-saving-millions-by-building-the-right-tool-posit-conf-2023.json b/positconf-2023/videos/the-power-of-prototyping-in-r-shiny-saving-millions-by-building-the-right-tool-posit-conf-2023.json new file mode 100644 index 000000000..31ac6f57a --- /dev/null +++ b/positconf-2023/videos/the-power-of-prototyping-in-r-shiny-saving-millions-by-building-the-right-tool-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "The development of software can be costly and time-consuming. If the end users are not involved in the process from the start the tool we built may not meet their needs. In this presentation, I will discuss how prototyping in Shiny can help you build the right tool and save you from spending millions of dollars on a tool no one will use. I will explore the advantages of using Shiny for prototyping, particularly its ability to rapidly build interactive applications. I will also discuss how to design effective prototypes, including techniques for gathering user feedback and using that feedback to refine your tool. I will emphasize the importance of presenting real-life data, particularly when building data-driven tools.", + "duration": 1138, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Maria Grycuk" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/vt52O519Btc/maxresdefault.jpg", + "title": "The Power of Prototyping in R Shiny: Saving Millions by Building the Right Tool", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=vt52O519Btc" + } + ] +} diff --git a/positconf-2023/videos/the-road-to-easier-shiny-app-deployments-posit-conf-2023.json b/positconf-2023/videos/the-road-to-easier-shiny-app-deployments-posit-conf-2023.json new file mode 100644 index 000000000..ad639e6e2 --- /dev/null +++ b/positconf-2023/videos/the-road-to-easier-shiny-app-deployments-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "We're often helping developers to assess, fix and improve their Shiny apps, and often the first thing we do is see if we can deploy the app. If you can't deploy your Shiny app, it's a waste of time. If you can deploy it successfully, then at the very least it runs, so we've got something to work with. \r\n\r\nThere are a bunch of reasons why apps fail to deploy. They can be easy to fix, like Hardcoded secrets, fonts, or missing libraries. Or they can be intractable and super frustrating to deal with, like manifest mismatches, resource starvation, and missing libraries. \r\n\r\nAt the end of this talk, I want you to know how to identify, investigate and proactively prevent Shiny app deployment failures from happening.", + "duration": 1139, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Liam Kalita" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/Um74HcYhhzE/maxresdefault.webp", + "title": "The Road to Easier Shiny App Deployments", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Um74HcYhhzE" + } + ] +} diff --git a/positconf-2023/videos/tidymodels-adventures-in-rewriting-a-modeling-pipeline-posit-conf-2023.json b/positconf-2023/videos/tidymodels-adventures-in-rewriting-a-modeling-pipeline-posit-conf-2023.json new file mode 100644 index 000000000..cf6d8ffdb --- /dev/null +++ b/positconf-2023/videos/tidymodels-adventures-in-rewriting-a-modeling-pipeline-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "An overview of the benefits unlocked on our data science team by adopting tidymodels.\r\n\r\nData science sure has changed over the past few years! Everyone's talking about production. RStudio is now Posit. Models are now tidy.\r\n\r\nThis talk is about embracing that change and updating existing models using the tidymodels framework. I recently completed this change, letting go of our in-production code and revisioning it with tidymodels. My team ended up with a faster, more scalable pipeline that enabled us to better automate our workflow and increase our scale while improving our stakeholders' experiences.\r\n\r\nI'll share tips and tricks for adopting the tidymodels framework in existing products, best practices for learning and upskilling teams, and advice for using tidymodel packages to build more accessible data science tools.\r\n\r\nMaterials: https://www.ryantimpe.com/files/tidymodels_adventures_positconf2023.pdf", + "duration": 1057, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://www.ryantimpe.com/files/tidymodels_adventures_positconf2023.pdf\r", + "url": "https://www.ryantimpe.com/files/tidymodels_adventures_positconf2023.pdf\r" + } + ], + "speakers": [ + "Ryan Timpe" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/R7XNqcCZnLg/maxresdefault.webp", + "title": "tidymodels: Adventures in Rewriting a Modeling Pipeline", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=R7XNqcCZnLg" + } + ] +} diff --git a/positconf-2023/videos/towards-the-next-generation-of-shiny-ui.json b/positconf-2023/videos/towards-the-next-generation-of-shiny-ui.json new file mode 100644 index 000000000..b11fc56c3 --- /dev/null +++ b/positconf-2023/videos/towards-the-next-generation-of-shiny-ui.json @@ -0,0 +1,32 @@ +{ + "description": "Create awesome looking and feature rich Shiny dashboards using the bslib R package.\r\n\r\nShiny recently celebrated its 10th birthday, and since its birth, has grown tremendously in many areas; however, a hello world Shiny app still looks roughly like it did 10 years ago. The bslib R package helps solve this problem making very easy to apply modern and customizable styling your Shiny apps, R Markdown / Quarto documents, and more. In addition, bslib also provides dashboard-focused UI components like expandable cards, value boxes, sidebar layouts, and more to help you create delightful Shiny dashboards.\r\n\r\nMaterials: \r\n- https://rstudio.github.io/bslib/\r\n- https://bslib.shinyapps.io/flights/", + "duration": 1199, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://bslib.shinyapps.io/flights/\r", + "url": "https://bslib.shinyapps.io/flights/\r" + }, + { + "label": "https://rstudio.github.io/bslib/\r", + "url": "https://rstudio.github.io/bslib/\r" + } + ], + "speakers": [ + "Carson Sievert" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/je4fd_uYx18/maxresdefault.jpg", + "title": "Towards the Next Generation of Shiny UI", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=je4fd_uYx18" + } + ] +} diff --git a/positconf-2023/videos/unlock-the-power-of-dataviz-animation-and-interactivity-in-quarto-posit-conf-2023.json b/positconf-2023/videos/unlock-the-power-of-dataviz-animation-and-interactivity-in-quarto-posit-conf-2023.json new file mode 100644 index 000000000..c3dc6ccaa --- /dev/null +++ b/positconf-2023/videos/unlock-the-power-of-dataviz-animation-and-interactivity-in-quarto-posit-conf-2023.json @@ -0,0 +1,40 @@ +{ + "description": "Plot animated and interactive visualizations with Plotly and Crosstalk in Quarto using R. In thi sintro to Plotly & Crosstalk in R: Using code examples, learn to integrate dashboard elements into Quarto with animated plots, interactive widgets (checkboxes), and linked plots via brushing.\r\n\r\nThis talk showcases how to use packages, such as Plotly and Crosstalk, to create interactive data visualizations and add dashboard-like elements to Quarto. Using a fun dataset available through the “Richmondway” package, we examine the number of times Roy Kent uses salty language throughout all seasons of \"\"Ted Lasso.\"\" We illustrate this using animated plots, interactive selection widgets such as checkboxes, and by linking two plots with brushing capabilities.\r\n\r\nMaterials:\r\n- Slides: https://deepshamenghani.github.io/posit_plotly_crosstalk/#/title-slide\r\n- Code repo: https://github.com/deepshamenghani/posit_plotly_crosstalk\r\n- Richmondway data package: https://github.com/deepshamenghani/richmondway \r\n- In-Depth Guide to Creating and Publishing an R Data Package (Richmondway) Using Devtools: https://medium.com/p/245b0fd4c359", + "duration": 818, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/deepshamenghani/posit_plotly_crosstalk\r", + "url": "https://github.com/deepshamenghani/posit_plotly_crosstalk\r" + }, + { + "label": "https://github.com/deepshamenghani/richmondway", + "url": "https://github.com/deepshamenghani/richmondway" + }, + { + "label": "https://medium.com/p/245b0fd4c359\r", + "url": "https://medium.com/p/245b0fd4c359\r" + }, + { + "label": "https://deepshamenghani.github.io/posit_plotly_crosstalk/#/title-slide\r", + "url": "https://deepshamenghani.github.io/posit_plotly_crosstalk/#/title-slide\r" + } + ], + "speakers": [ + "Deepsha Menghani" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/AbuK2F57NEs/maxresdefault.jpg", + "title": "Unlock the Power of DataViz Animation and Interactivity in Quarto", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=AbuK2F57NEs" + } + ] +} diff --git a/positconf-2023/videos/usgs-r-package-development-10-year-reflections-posit-conf-2023.json b/positconf-2023/videos/usgs-r-package-development-10-year-reflections-posit-conf-2023.json new file mode 100644 index 000000000..aede9553d --- /dev/null +++ b/positconf-2023/videos/usgs-r-package-development-10-year-reflections-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Ten years ago, the first set of git commits was submitted to a new R software package repository \"dataRetrieval\" with the goal to provide an easy way for R users to retrieve U.S Geological Survey (USGS) water data. At that time, the perception within the USGS was the use of R was exclusive to an elite group of \"very serious scientists.\" Fast forward, we now find many newer USGS hires having a solid grasp of the language from the start along with the use of R in a wide variety of applications. \r\n\r\nIn this talk, I'll discuss my experiences maintaining the dataRetrieval package, how it's shaped my career, impacted USGS R usage, and why data providers should consider sponsoring their own R packages wrapping their data API services.", + "duration": 307, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Laura DeCicco" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/w4roQNlPAkU/maxresdefault.jpg", + "title": "USGS R Package Development: 10-year Reflections", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=w4roQNlPAkU" + } + ] +} diff --git a/positconf-2023/videos/using-data-to-protect-traditional-lifeways-posit-conf-2023.json b/positconf-2023/videos/using-data-to-protect-traditional-lifeways-posit-conf-2023.json new file mode 100644 index 000000000..289628ec5 --- /dev/null +++ b/positconf-2023/videos/using-data-to-protect-traditional-lifeways-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "The spirit of Penobscot Nation's work to protect the health of their relative, the Penobscot River, is embodied in the Penobscot water song which says \"\"Water, we love you, thank you so much water, we respect you.\"\" Because the Penobscot River is not a natural resource - she is a relative, family - this song describes the foundation of our efforts to protect her health and well-being. The identity of Penobscot people cannot be disconnected from the river, and protecting this traditional lifeway is at the heart of our work. \r\n\r\nFor over a decade we have used R to manage, transform, analyze, and visualize data, and the free, open-source Posit products help us leave a legacy of good data management and the ability to share results with Penobscot Nation citizens. You will learn more about how our use of R has helped us achieve more stringent protections for the Penobscot River and how we engage young people in every step of this work. We are also part of a larger network of tribal environmental professionals, working together to learn R and share data and insights. We will give you information about how you can volunteer to help expand the network of folks providing technical assistance on any R and RStudio related topics.", + "duration": 1219, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Angie Reed" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/2PjOSBHRm74/maxresdefault.jpg", + "title": "Using Data to Protect Traditional Lifeways", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=2PjOSBHRm74" + } + ] +} diff --git a/positconf-2023/videos/using-r-python-and-cloud-infrastructure-to-battle-aquatic-invasive-species-posit-conf-2023.json b/positconf-2023/videos/using-r-python-and-cloud-infrastructure-to-battle-aquatic-invasive-species-posit-conf-2023.json new file mode 100644 index 000000000..16844ec76 --- /dev/null +++ b/positconf-2023/videos/using-r-python-and-cloud-infrastructure-to-battle-aquatic-invasive-species-posit-conf-2023.json @@ -0,0 +1,25 @@ +{ + "description": "Invasive species are a huge threat to lake ecosystems in Minnesota. With over 10,000 water bodies across the state, having up-to-date data and decision support is critical. Researchers at the University of Minnesota have created four complex R and Python models to support lake managers, all pulled together and presented with the most recent infestation data available. \r\n\r\nCome along with us to see how we connected these models in the AIS Explorer, a decision support application built in Shiny to help prioritize risks and placing watercraft inspectors, using tools like OCPU and cloud toolings like Lambda, EventBridge and AWS S3.", + "duration": 1209, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Uli Muellner", + "Nicholas Snellgrove" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/iFXslnnxqYk/maxresdefault.jpg", + "title": "Using R, Python, and Cloud Infrastructure to Battle Aquatic Invasive Species", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=iFXslnnxqYk" + } + ] +} diff --git a/positconf-2023/videos/using-r-to-develop-production-modeling-workflows-at-mayo-clinic-posit-conf-2023.json b/positconf-2023/videos/using-r-to-develop-production-modeling-workflows-at-mayo-clinic-posit-conf-2023.json new file mode 100644 index 000000000..a4f560192 --- /dev/null +++ b/positconf-2023/videos/using-r-to-develop-production-modeling-workflows-at-mayo-clinic-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Developing workflows that help train models and also help deploy them can be a difficult task. In this talk I will share some tools and workflow tips that I use to build production model pipelines using R. I will use a project of predicting patients who need specialized respiratory care after leaving the ICU as an example. I will show how to use the targets package to create a reproducible and easy to manage modeling and prediction pipeline, how to use the renv package to ensure a consistent environment for development and deployment, and how to use plumber, vetiver, and shiny applications to make the model accessible to care providers.", + "duration": 1231, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Brendan Broderick" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/YwDdL_O7wSs/maxresdefault.jpg", + "title": "Using R to develop production modeling workflows at Mayo Clinic", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=YwDdL_O7wSs" + } + ] +} diff --git a/positconf-2023/videos/using-r-with-databricks-connect-posit-conf-2023.json b/positconf-2023/videos/using-r-with-databricks-connect-posit-conf-2023.json new file mode 100644 index 000000000..af7ee98d9 --- /dev/null +++ b/positconf-2023/videos/using-r-with-databricks-connect-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "Spark Connect, and Databricks Connect, enable the ability to interact with Spark stand-alone clusters remotely. This improves our ability to perform Data Science at-scale. We will share the work in `sparklyr`, and other products, that will make it easier for R users to take advantage this new framework.", + "duration": 1016, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Edgar Ruiz" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/n3Wf59MI1LI/maxresdefault.webp", + "title": "Using R with Databricks Connect", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=n3Wf59MI1LI" + } + ] +} diff --git a/positconf-2023/videos/validating-and-testing-r-dataframes-with-pandera-via-reticulate-r-python-interoperability.json b/positconf-2023/videos/validating-and-testing-r-dataframes-with-pandera-via-reticulate-r-python-interoperability.json new file mode 100644 index 000000000..bb308405c --- /dev/null +++ b/positconf-2023/videos/validating-and-testing-r-dataframes-with-pandera-via-reticulate-r-python-interoperability.json @@ -0,0 +1,24 @@ +{ + "description": "Original Full Title: Validating and Testing R Dataframes with Pandera via reticulate: A Case Study in R-Python Interoperability\r\n\r\nData science and machine learning practitioners work with data every day to analyze and model them for insights and predictions. A major component of any project is data quality, which is a process of cleaning, and protecting against flaws in data that may invalidate the analysis or model. Pandera is an open source data testing toolkit for dataframes in the Python ecosystem: but can it validate R dataframes? \r\n\r\nThis talk is composed of three parts: first I'll describe what data testing is and motivate why you need it. Then, I'll introduce the iterative process of creating and refining dataframe schemas in Pandera. Finally, I'll demonstrate how to use it in R with the reticulate package using a simple modeling exercise as an example.", + "duration": 1302, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Niels Bantilan" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/VHfE3LJYpjQ/maxresdefault.jpg", + "title": "Validating and Testing R Dataframes with Pandera via reticulate", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=VHfE3LJYpjQ" + } + ] +} diff --git a/positconf-2023/videos/visualizing-data-analysis-pipelines-with-pandas-tutor-and-tidy-data-tutor-posit-conf-2023.json b/positconf-2023/videos/visualizing-data-analysis-pipelines-with-pandas-tutor-and-tidy-data-tutor-posit-conf-2023.json new file mode 100644 index 000000000..a0dbcc888 --- /dev/null +++ b/positconf-2023/videos/visualizing-data-analysis-pipelines-with-pandas-tutor-and-tidy-data-tutor-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "The data frame is a fundamental data structure for data scientists using Python and R. Pandas and the tidyverse are designed to center building pipelines for the transformation of data frames. However, within these pipelines it is not always clear how each operation is changing the underlying data frame. To explain each step in a pipeline data science instructors resort to hand-drawing diagrams to illustrate the semantics of operations such as filtering, sorting, and grouping. \r\n\r\nIn this talk, I will introduce Pandas Tutor and Tidy Data Tutor, step-by-step visual representation engines of data frame transformations. Both tools illustrate the row, column, and cell-wise relationships between an operation's input and output data frames.", + "duration": 900, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Sean Kross" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/oQCOJWLRD4I/maxresdefault.webp", + "title": "Visualizing Data Analysis Pipelines with Pandas Tutor and Tidy Data Tutor", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=oQCOJWLRD4I" + } + ] +} diff --git a/positconf-2023/videos/we-converted-our-documentation-to-quarto-posit-conf-2023.json b/positconf-2023/videos/we-converted-our-documentation-to-quarto-posit-conf-2023.json new file mode 100644 index 000000000..f47c8b279 --- /dev/null +++ b/positconf-2023/videos/we-converted-our-documentation-to-quarto-posit-conf-2023.json @@ -0,0 +1,48 @@ +{ + "description": "🚀 Elevate your Quarto projects to new heights with these practical tips and tricks!💡\r\n\r\n\"Wiki\", \"User Guide\", \"Handbook\" -- whatever you call yours, we converted ours to Quarto!\r\n\r\nA year ago, my team's documentation, which had been created using Microsoft Word, was large and lacked version control. Scrolling through the document was slow, and, due to confidentiality reasons, only one person could edit it at a time, which was a significant challenge for our team of multiple developers. After realizing we needed a more flexible solution, we successfully converted our documentation to Quarto. \r\n\r\nIn this talk, I'll discuss our journey converting to Quarto, the challenges we faced along the way, and tips and tricks for anyone else who might be looking to adopt Quarto too.\r\n\r\nSlides: https://melissavanbussel.quarto.pub/posit-conf-2023; \r\nCode for slides: https://github.com/melissavanbussel/posit-conf-2023; \r\nMy YouTube: https://www.youtube.com/c/ggnot2; \r\nMy website: https://www.melissavanbussel.com/; \r\nMy Twitter: https://twitter.com/melvanbussel; \r\nMy LinkedIn: https://www.linkedin.com/in/melissavanbussel/", + "duration": 1076, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/melissavanbussel/posit-conf-2023;", + "url": "https://github.com/melissavanbussel/posit-conf-2023;" + }, + { + "label": "https://www.linkedin.com/in/melissavanbussel/\r", + "url": "https://www.linkedin.com/in/melissavanbussel/\r" + }, + { + "label": "https://www.youtube.com/c/ggnot2;", + "url": "https://www.youtube.com/c/ggnot2;" + }, + { + "label": "https://melissavanbussel.quarto.pub/posit-conf-2023;", + "url": "https://melissavanbussel.quarto.pub/posit-conf-2023;" + }, + { + "label": "https://www.melissavanbussel.com/;", + "url": "https://www.melissavanbussel.com/;" + }, + { + "label": "https://twitter.com/melvanbussel;", + "url": "https://twitter.com/melvanbussel;" + } + ], + "speakers": [ + "Melissa Van Bussel" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/zjPdBDyIyJ8/maxresdefault.jpg", + "title": "We Converted our Documentation to Quarto", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=zjPdBDyIyJ8" + } + ] +} diff --git a/positconf-2023/videos/what-an-early-2000s-reality-show-taught-me-about-file-management-posit-conf-2023.json b/positconf-2023/videos/what-an-early-2000s-reality-show-taught-me-about-file-management-posit-conf-2023.json new file mode 100644 index 000000000..d026bcd57 --- /dev/null +++ b/positconf-2023/videos/what-an-early-2000s-reality-show-taught-me-about-file-management-posit-conf-2023.json @@ -0,0 +1,32 @@ +{ + "description": "Clutter, whether it's physical or digital, destroys our ability to focus; home organization ideas can be extended to create an workspace where analysts feel inspired to work with data.\r\n\r\nIdeas from home organization shows are surprisingly applicable to file management. Using a room divider to establish dedicated zones for different activities in a studio apartment is analogous to creating self-contained projects in RStudio. Likewise, swapping mismatched hangers with matching ones to tidy a closet resembles the adoption of a file naming convention to make a directory easier to navigate. \r\n\r\nIn this talk, I will share good practices in file management through the lens of home organization. We all know that clutter, whether it is in our physical space or on our machine, destroys our ability to focus. These practices will help R users of all levels create a serene, relaxing environment where they feel inspired to work with data.\r\n\r\nhttps://reikookamoto.github.io/; https://github.com/reikookamoto/posit-conf-2023-neat", + "duration": 1121, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://github.com/reikookamoto/posit-conf-2023-neat\r", + "url": "https://github.com/reikookamoto/posit-conf-2023-neat\r" + }, + { + "label": "https://reikookamoto.github.io/;", + "url": "https://reikookamoto.github.io/;" + } + ], + "speakers": [ + "Reiko Okamoto" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/J3bxE4y8_Dg/maxresdefault.webp", + "title": "What an Early 2000s Reality Show Taught Me about File Management", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=J3bxE4y8_Dg" + } + ] +} diff --git a/positconf-2023/videos/what-i-wish-i-knew-before-becoming-a-data-scientist-posit-conf-2023.json b/positconf-2023/videos/what-i-wish-i-knew-before-becoming-a-data-scientist-posit-conf-2023.json new file mode 100644 index 000000000..49182a4fc --- /dev/null +++ b/positconf-2023/videos/what-i-wish-i-knew-before-becoming-a-data-scientist-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "In this talk, I'm sharing my personal journey as a data scientist and the key lessons learned along the way. I'll emphasize the importance of finding a positive community of like minded-allies, persevering through setbacks as success is not linear, and exploring by embracing the broad nature of the data science field. By sharing my experiences and acknowledging the challenges I've faced attendees will gain a fresh perspective on what it takes to succeed in a data science career and inspire them to pursue their passions in the field. \r\n\r\nOverall, this talk aims to provide a glimpse into the reality of a data science career. Attendees will take away a sense of motivation and empowerment to find their own unique path to success.", + "duration": 308, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Kaitlin Bustos" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/pK0IHGxUm9E/maxresdefault.jpg", + "title": "What I Wish I Knew Before Becoming a Data Scientist", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=pK0IHGxUm9E" + } + ] +} diff --git a/positconf-2023/videos/what-s-new-in-quarto-posit-conf-2023.json b/positconf-2023/videos/what-s-new-in-quarto-posit-conf-2023.json new file mode 100644 index 000000000..6c7091120 --- /dev/null +++ b/positconf-2023/videos/what-s-new-in-quarto-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "It's been over a year since Quarto 1.0, an open-source scientific and technical publishing system, was announced at rstudio::conf(2022). In this talk, I'll highlight some of the improvements to Quarto since then. You'll learn about new formats, options, tools, and ways to supercharge your content. And, if you haven't used Quarto yet, come to see some reasons to try it out.", + "duration": 1222, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Charlotte Wickham" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/WR08GESib9Y/maxresdefault.webp", + "title": "What's New in Quarto?", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=WR08GESib9Y" + } + ] +} diff --git a/positconf-2023/videos/what-s-new-in-the-torch-ecosystem-posit-conf-2023.json b/positconf-2023/videos/what-s-new-in-the-torch-ecosystem-posit-conf-2023.json new file mode 100644 index 000000000..01919129c --- /dev/null +++ b/positconf-2023/videos/what-s-new-in-the-torch-ecosystem-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "torch is an R port of PyTorch, a scientific computing library that enables fast and easy creation and training of deep learning models. \r\n\r\nIn this talk, you will learn about the latest features and developments in torch, such as luz, a higher-level interface that simplifies your model training code, and vetiver, a new integration that allows you to deploy your torch models with just a few lines of code. You will also see how torch works well with other R packages and tools to enhance your data science workflow. Whether you are new to torch or already an experienced user, this talk will show you how torch can help you tackle your data science challenges and inspire you to build your own models.", + "duration": 306, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Daniel Falbel" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/FQ9R30XUHcU/maxresdefault.jpg", + "title": "What's New in the Torch Ecosystem", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=FQ9R30XUHcU" + } + ] +} diff --git a/positconf-2023/videos/why-you-should-add-logging-to-your-code-and-make-it-more-helpful-posit-conf-2023.json b/positconf-2023/videos/why-you-should-add-logging-to-your-code-and-make-it-more-helpful-posit-conf-2023.json new file mode 100644 index 000000000..8f044d63f --- /dev/null +++ b/positconf-2023/videos/why-you-should-add-logging-to-your-code-and-make-it-more-helpful-posit-conf-2023.json @@ -0,0 +1,28 @@ +{ + "description": "Learn how the log4r package can help you better understand the errors your code may produce, and how to also get promptly alerted for severe errors by leveraging cloud monitoring solutions like Azure Monitor or AWS CloudWatch\r\n\r\nWhen an error happens in your API, Shiny App, or quarto document, it is not always clear what line of code you need to look at, and the error messages aren’t always helpful. By walking through a simple API example, I show how you can use logging packages like log4r to provide error messages that make sense to you. I also show how you can use cloud-based data collection platforms like Azure Monitor or AWS CloudWatch to set up alerts, so you can get notified by email or text message for those severe errors that you need to be immediately aware of. \r\n\r\nGain more visibility into the health of your code by incorporating logging and pushing your logs to the cloud.\r\n\r\nMaterials: https://dareneiri.github.io/positconf2023/", + "duration": 283, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://dareneiri.github.io/positconf2023/\r", + "url": "https://dareneiri.github.io/positconf2023/\r" + } + ], + "speakers": [ + "Daren Eiri" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/J7PUG3dLvBo/maxresdefault.jpg", + "title": "Why You Should Add Logging To Your Code (and make it more helpful)", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=J7PUG3dLvBo" + } + ] +} diff --git a/positconf-2023/videos/why-you-should-stop-networking-and-start-making-friends-posit-conf-2023.json b/positconf-2023/videos/why-you-should-stop-networking-and-start-making-friends-posit-conf-2023.json new file mode 100644 index 000000000..315cb9976 --- /dev/null +++ b/positconf-2023/videos/why-you-should-stop-networking-and-start-making-friends-posit-conf-2023.json @@ -0,0 +1,24 @@ +{ + "description": "When we think about making connections, we think about networking. I'd like you to forget about networking and start thinking about making friends. I'll share my perspective as a community builder and host of the Data Humans podcast on how I cultivated a community of practice for myself and how I became a force multiplier who increases engagement. \r\n\r\nYou'll learn how I made genuine human connections, the practical steps to making data friends, the power of vulnerability, and why we all benefit when we show up as our whole selves.", + "duration": 308, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + } + ], + "speakers": [ + "Libby Heeren" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/V3XdLVAwmX0/maxresdefault.jpg", + "title": "Why You Should Stop Networking and Start Making Friends", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=V3XdLVAwmX0" + } + ] +} diff --git a/positconf-2023/videos/you-can-lead-a-horse-to-water-changing-the-data-science-culture-for-veterinary-scientists.json b/positconf-2023/videos/you-can-lead-a-horse-to-water-changing-the-data-science-culture-for-veterinary-scientists.json new file mode 100644 index 000000000..6261d31a0 --- /dev/null +++ b/positconf-2023/videos/you-can-lead-a-horse-to-water-changing-the-data-science-culture-for-veterinary-scientists.json @@ -0,0 +1,32 @@ +{ + "description": "A retrospective look at supporting data science skills in a research-focussed veterinary school\r\n\r\nThis is a talk about environment management, but not in the way you're thinking. In many industries, domain-specific experts need enough understanding of data science to support their work and communicate with data scientists, but often have insufficient training in these skills, and limited time with which to obtain data science skills and practice them. This is particularly challenging for those who are interdisciplinary and have limited control over their workload, such as medics and field scientists. In this talk, an educational scientist describes the previous 10 years of supporting veterinary scientists to adopt open science practices surrounding data science. What worked, what failed miserably, and reflections on why it can be so hard to get a horse to drink.\r\n\r\nMaterials: \r\n- https://github.com/jillymackay/positconf2023_vetdata\r\n- https://jillymackay.com/post/positconf2023/", + "duration": 1088, + "language": "eng", + "recorded": "2023-09-17", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://web.archive.org/web/20230902080800/https://posit.co/conference" + }, + { + "label": "https://jillymackay.com/post/positconf2023/\r", + "url": "https://jillymackay.com/post/positconf2023/\r" + }, + { + "label": "https://github.com/jillymackay/positconf2023_vetdata\r", + "url": "https://github.com/jillymackay/positconf2023_vetdata\r" + } + ], + "speakers": [ + "Jill MacKay" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/MerXS6LJybA/maxresdefault.webp", + "title": "You Can Lead a Horse to Water...Changing the Data Science Culture for Veterinary Scientists", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=MerXS6LJybA" + } + ] +}