Skip to content

Commit

Permalink
added about page
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Jun 13, 2023
1 parent ed45928 commit 9cd59c9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 27 deletions.
57 changes: 30 additions & 27 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]
- 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:[email protected]
- 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)<br><a href="https://www.jhelvy.com"><i class="fas fa-user"></i> Dr. John Paul Helveston</a> | <a href="mailto:[email protected]"><i class="fas fa-envelope"></i></a> | <a href="https://github.com/jhelvy/dtais-dataviz"><i class="fa fa-github"></i></a> | <a href="https://twitter.com/JohnHelveston"><i class="fa fa-twitter"></i></a> <a href="LICENSE.html">LICENSE: CC-BY-SA <i class="fab fa-creative-commons"></i><i class="fab fa-creative-commons-by"></i><i class="fab fa-creative-commons-sa"></i></a>'
Expand Down
13 changes: 13 additions & 0 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9cd59c9

Please sign in to comment.