From 9cd59c90efbc7f7dedf74b7d32ec6f8f744b1d17 Mon Sep 17 00:00:00 2001 From: John Helveston Date: Tue, 13 Jun 2023 06:44:06 -0400 Subject: [PATCH] added about page --- _quarto.yml | 57 ++++++++++++++++++++++++++++------------------------- about.qmd | 13 ++++++++++++ 2 files changed, 43 insertions(+), 27 deletions(-) create mode 100644 about.qmd diff --git a/_quarto.yml b/_quarto.yml index 280f440..f070efa 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -26,39 +26,42 @@ website: sidebar: style: "docked" background: "dark" - collapse-level: 1 + collapse-level: 2 search: true contents: - text: Home icon: house-door-fill href: index.qmd - - text: "1: Introduction" - icon: map-fill - href: parts/introduction.qmd - - text: "2: Designing Surveys" - icon: list-check - href: parts/designing-surveys.qmd - - text: "3: Estimating Models" - icon: activity - href: parts/estimating-models.qmd - - text: "4: Fielding Surveys" - icon: globe - href: parts/fielding-surveys.qmd - - section: Other - icon: question-circle-fill + - section: Parts + icon: bookmark-fill contents: - - text: Software - icon: download - href: software.qmd - - text: License - icon: award-fill - href: LICENSE.qmd - - text: Contact - icon: envelope-fill - href: mailto:jph@gwu.edu - - text: Source files - icon: github - href: https://github.com/jhelvy/2023-qux-conf-conjoint + - text: "1: Introduction" + icon: map-fill + href: parts/introduction.qmd + - text: "2: Designing Surveys" + icon: list-check + href: parts/designing-surveys.qmd + - text: "3: Estimating Models" + icon: activity + href: parts/estimating-models.qmd + - text: "4: Fielding Surveys" + icon: globe + href: parts/fielding-surveys.qmd + - text: Software + icon: download + href: software.qmd + - text: About + icon: question-circle-fill + href: about.qmd + - text: License + icon: award-fill + href: LICENSE.qmd + - text: Contact + icon: envelope-fill + href: mailto:jph@gwu.edu + - text: Source files + icon: github + href: https://github.com/jhelvy/2023-qux-conf-conjoint page-footer: center: - text: 'Quant UX 2023 Workshop: Open Source Conjoint (Summer 2023)
Dr. John Paul Helveston | | | LICENSE: CC-BY-SA ' diff --git a/about.qmd b/about.qmd new file mode 100644 index 0000000..27a5b40 --- /dev/null +++ b/about.qmd @@ -0,0 +1,13 @@ +# About + +This site contains content for a workshop at the [Quant UX Con 2023](https://www.quantuxcon.org/) run by [Professor John Paul Helveston](https://jhelvy.com/). + +Source files can be found at [https://github.com/jhelvy/2023-qux-conf-conjoint](https://github.com/jhelvy/2023-qux-conf-conjoint). + +**Title** + +An Open Source Framework for Choice Based Conjoint Experiments in R + +**Summary** + +Choice based conjoint (CBC) experiments are a critical tool for measuring preferences, yet most practitioners rely on closed source enterprise software to design and implement their survey experiments. This presentation will demonstrate an open source framework for implementing CBC experiments in R. The framework includes designing and testing the experiment with the [cbcTools](https://github.com/jhelvy/cbcTools) package, implementing the survey with the [formr.org](https://formr.org/) survey platform, and modeling results with the [logitr](https://github.com/jhelvy/logitr) package. Combined, the three tools offer a free and fully open source approach to the entire CBC experiment workflow. The framework is also quite flexible and can be integrated into workflows that use enterprise software with relative ease.