
Articles
38 |All vignettes
42 | 43 | 44 |- ConversationAlign_Introduction 45 |
- 46 |
- ConversationAlign_Step1_Read 47 |
- 48 |
- ConversationAlign_Step2_Prep 49 |
- 50 |
- ConversationAlign_Step3_Summarize 51 |
- 52 |
- ConversationAlign_Step4_Analytics 53 |
- 54 |
├── .github ├── .gitignore └── workflows │ ├── static.yml │ ├── R-CMD-check.yaml │ └── pkgdown.yaml ├── .Rprofile ├── vignettes ├── .gitignore ├── ConversationAlign_Step4_Analytics.Rmd ├── ConversationAlign_Step1_Read.Rmd ├── ConversationAlign_Step3_Summarize.Rmd └── ConversationAlign_Step2_Prep.Rmd ├── renv ├── .gitignore └── settings.json ├── docs ├── logo.png ├── favicon.ico ├── favicon-96x96.png ├── apple-touch-icon.png ├── reference │ ├── figures │ │ ├── logo.png │ │ └── convo_demo.jpg │ ├── ConversationAlign.html │ ├── MaronGross_2013.html │ ├── read_1file.html │ ├── NurseryRhymes.html │ └── generate_shams.html ├── web-app-manifest-192x192.png ├── web-app-manifest-512x512.png ├── deps │ ├── bootstrap-5.3.1 │ │ ├── fonts │ │ │ ├── S6uyw4BMUTPHjx4wXg.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKfw72.woff2 │ │ │ ├── S6u8w4BMUTPHjxsAXC-q.woff2 │ │ │ ├── S6uyw4BMUTPHjxAwXjeu.woff2 │ │ │ ├── XRXV3I6Li01BKofINeaB.woff2 │ │ │ ├── q5uGsou0JOdh94bfvQlt.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyC0ITw.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKcQ72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKcg72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKcw72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKew72j00.woff2 │ │ │ ├── 4iCs6KVjbNBYlgoKfA72j00.woff2 │ │ │ ├── S6u8w4BMUTPHjxsAUi-qJCY.woff2 │ │ │ ├── S6u9w4BMUTPHh6UVSwiPGQ.woff2 │ │ │ ├── S6u9w4BMUTPHh7USSwiPGQ.woff2 │ │ │ ├── XRXV3I6Li01BKofIMeaBXso.woff2 │ │ │ ├── XRXV3I6Li01BKofIO-aBXso.woff2 │ │ │ ├── XRXV3I6Li01BKofIOOaBXso.woff2 │ │ │ ├── XRXV3I6Li01BKofIOuaBXso.woff2 │ │ │ ├── q5uGsou0JOdh94bfuQltOxU.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCAIT5lu.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCIIT5lu.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCMIT5lu.woff2 │ │ │ ├── 1Ptug8zYS_SKggPNyCkIT5lu.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjsGyN.woff2 │ │ │ ├── S6u9w4BMUTPHh6UVSwaPGR_p.woff2 │ │ │ ├── S6u9w4BMUTPHh7USSwaPGR_p.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2 │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2 │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2 │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 │ │ │ ├── JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 │ │ │ ├── QGYpz_kZZAGCONcK2A4bGOj8mNhN.woff2 │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2 │ │ │ ├── 07d40e985ad7c747025dabb9f22142c4.woff2 │ │ │ ├── 1f5e011d6aae0d98fc0518e1a303e99a.woff2 │ │ │ ├── 626330658504e338ee86aec8e957426b.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 │ │ │ ├── c2f002b3a87d3f9bfeebb23d32cfd9f8.woff2 │ │ │ ├── ee91700cdbf7ce16c054c2bb8946c736.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2 │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvUlMI.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2 │ │ │ ├── HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2 │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvQlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvXlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvYlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvZlMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvalMIXxw.woff2 │ │ │ ├── HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvblMIXxw.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2 │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2 │ │ │ ├── memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2 │ │ │ ├── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2 │ │ │ └── memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2 │ │ └── font.css │ ├── font-awesome-6.5.2 │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ ├── headroom-0.11.0 │ │ ├── jQuery.headroom.min.js │ │ └── headroom.min.js │ ├── data-deps.txt │ └── bootstrap-toc-1.0.1 │ │ └── bootstrap-toc.min.js ├── site.webmanifest ├── pkgdown.yml ├── katex-auto.js ├── link.svg ├── lightswitch.js ├── sitemap.xml ├── pkgdown.js ├── articles │ └── index.html ├── 404.html └── authors.html ├── paper ├── paper.pdf ├── overview.png └── paper.bib ├── man ├── figures │ ├── logo.png │ └── convo_demo.jpg ├── read_1file.Rd ├── MaronGross_2013.Rd ├── generate_shams.Rd ├── NurseryRhymes.Rd ├── corpus_analytics.Rd ├── load_github_data.Rd ├── NurseryRhymes_Prepped.Rd ├── read_dyads.Rd ├── ConversationAlign-package.Rd ├── summarize_dyads.Rd └── prep_dyads.Rd ├── data ├── NurseryRhymes.rda ├── MaronGross_2013.rda └── NurseryRhymes_Prepped.rda ├── _pkgdown.yml ├── inst ├── pkgdown │ └── favicon │ │ ├── favicon.ico │ │ ├── favicon-96x96.png │ │ ├── apple-touch-icon.png │ │ ├── web-app-manifest-192x192.png │ │ ├── web-app-manifest-512x512.png │ │ └── site.webmanifest └── NEWS.md ├── R ├── ConversationAlign-package.R ├── globals.R ├── data.R ├── generate_shams.R ├── utils.R ├── read_1file.R ├── zzz.R └── replacements_25.R ├── .gitignore ├── .Rbuildignore ├── tests ├── testthat.R └── testthat │ ├── test-compute_lagcorr.R │ ├── test-summarize_dyads.R │ └── test-compute_auc.R ├── ConversationAlign.Rproj ├── doc ├── CA_Step2_Prep.R ├── CA_Step1_Read.R ├── CA_Step3_Summarize.R ├── CA_Step4_Analytics.R ├── CA_Intro.R ├── CA_Step3_Summarize.Rmd ├── CA_Step4_Analytics.Rmd ├── CA_Step1_Read.Rmd ├── CA_Step2_Prep.Rmd ├── CA_Step3_Summarize.html └── CA_Step4_Analytics.html ├── data-raw └── DATASET.R ├── DESCRIPTION └── NAMESPACE /.github/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | -------------------------------------------------------------------------------- /.Rprofile: -------------------------------------------------------------------------------- 1 | source("renv/activate.R") 2 | -------------------------------------------------------------------------------- /vignettes/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | *.R 3 | -------------------------------------------------------------------------------- /renv/.gitignore: -------------------------------------------------------------------------------- 1 | library/ 2 | local/ 3 | cellar/ 4 | lock/ 5 | python/ 6 | sandbox/ 7 | staging/ 8 | -------------------------------------------------------------------------------- /docs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/logo.png -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /paper/paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/paper/paper.pdf -------------------------------------------------------------------------------- /paper/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/paper/overview.png -------------------------------------------------------------------------------- /man/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/man/figures/logo.png -------------------------------------------------------------------------------- /data/NurseryRhymes.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/data/NurseryRhymes.rda -------------------------------------------------------------------------------- /docs/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/favicon-96x96.png -------------------------------------------------------------------------------- /data/MaronGross_2013.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/data/MaronGross_2013.rda -------------------------------------------------------------------------------- /docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /man/figures/convo_demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/man/figures/convo_demo.jpg -------------------------------------------------------------------------------- /data/NurseryRhymes_Prepped.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/data/NurseryRhymes_Prepped.rda -------------------------------------------------------------------------------- /docs/reference/figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/reference/figures/logo.png -------------------------------------------------------------------------------- /_pkgdown.yml: -------------------------------------------------------------------------------- 1 | url: https://reilly-conceptscognitionlab.github.io/ConversationAlign/ 2 | template: 3 | bootstrap: 5 4 | bootswatch: lux 5 | 6 | -------------------------------------------------------------------------------- /docs/web-app-manifest-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/web-app-manifest-192x192.png -------------------------------------------------------------------------------- /docs/web-app-manifest-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/web-app-manifest-512x512.png -------------------------------------------------------------------------------- /inst/pkgdown/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/inst/pkgdown/favicon/favicon.ico -------------------------------------------------------------------------------- /docs/reference/figures/convo_demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/reference/figures/convo_demo.jpg -------------------------------------------------------------------------------- /inst/pkgdown/favicon/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/inst/pkgdown/favicon/favicon-96x96.png -------------------------------------------------------------------------------- /inst/pkgdown/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/inst/pkgdown/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /R/ConversationAlign-package.R: -------------------------------------------------------------------------------- 1 | #' @keywords internal 2 | "_PACKAGE" 3 | 4 | ## usethis namespace: start 5 | #' @importFrom rlang sym 6 | ## usethis namespace: end 7 | NULL 8 | -------------------------------------------------------------------------------- /inst/pkgdown/favicon/web-app-manifest-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/inst/pkgdown/favicon/web-app-manifest-192x192.png -------------------------------------------------------------------------------- /inst/pkgdown/favicon/web-app-manifest-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/inst/pkgdown/favicon/web-app-manifest-512x512.png -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjx4wXg.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjx4wXg.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfw72.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfw72.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAXC-q.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAXC-q.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjxAwXjeu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6uyw4BMUTPHjxAwXjeu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofINeaB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofINeaB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfvQlt.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfvQlt.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyC0ITw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyC0ITw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcg72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcg72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcw72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKcw72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKew72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKew72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfA72j00.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCs6KVjbNBYlgoKfA72j00.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAUi-qJCY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u8w4BMUTPHjxsAUi-qJCY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIMeaBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIMeaBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIO-aBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIO-aBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOOaBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOOaBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOuaBXso.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/XRXV3I6Li01BKofIOuaBXso.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfuQltOxU.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/q5uGsou0JOdh94bfuQltOxU.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCAIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCAIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCIIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCIIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCkIT5lu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/1Ptug8zYS_SKggPNyCkIT5lu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fO4KTet_.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKTQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhN.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhN.woff2 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | .RData 4 | .Ruserdata 5 | <<<<<<< HEAD 6 | .DS_Store 7 | ||||||| e5192a7 8 | ======= 9 | >>>>>>> 33b54b319d3e6fcaa4e74b003a1864b97c9e7eb1 10 | /doc/ 11 | /Meta/ 12 | -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNReuQ.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/07d40e985ad7c747025dabb9f22142c4.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/07d40e985ad7c747025dabb9f22142c4.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/1f5e011d6aae0d98fc0518e1a303e99a.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/1f5e011d6aae0d98fc0518e1a303e99a.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/626330658504e338ee86aec8e957426b.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/626330658504e338ee86aec8e957426b.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNpeudwk.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/c2f002b3a87d3f9bfeebb23d32cfd9f8.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/c2f002b3a87d3f9bfeebb23d32cfd9f8.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/ee91700cdbf7ce16c054c2bb8946c736.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/ee91700cdbf7ce16c054c2bb8946c736.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvUlMI.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvUlMI.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvQlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvQlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvXlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvXlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvYlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvYlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvZlMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvZlMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvalMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvalMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvblMIXxw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/HI_QiYsKILxRpg3hIP6sJ7fM7PqlONvblMIXxw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2 -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reilly-ConceptsCognitionLab/ConversationAlign/HEAD/docs/deps/bootstrap-5.3.1/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2 -------------------------------------------------------------------------------- /.Rbuildignore: -------------------------------------------------------------------------------- 1 | ^renv$ 2 | ^renv\.lock$ 3 | ^.*\.Rproj$ 4 | ^\.Rproj\.user$ 5 | ^\.github$ 6 | ^docs$ 7 | ^LICENSE\.md$ 8 | ^data-raw$ 9 | ^README\.Rmd$ 10 | ^_pkgdown\.yml$ 11 | ^doc$ 12 | <<<<<<< HEAD 13 | ^paper/ 14 | ======= 15 | ^Meta$ 16 | >>>>>>> origin/main 17 | -------------------------------------------------------------------------------- /docs/reference/ConversationAlign.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /renv/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "bioconductor.version": null, 3 | "external.libraries": [], 4 | "ignored.packages": [], 5 | "package.dependency.fields": [ 6 | "Imports", 7 | "Depends", 8 | "LinkingTo" 9 | ], 10 | "r.version": null, 11 | "snapshot.type": "all", 12 | "use.cache": true, 13 | "vcs.ignore.cellar": true, 14 | "vcs.ignore.library": true, 15 | "vcs.ignore.local": true, 16 | "vcs.manage.ignores": true 17 | } 18 | -------------------------------------------------------------------------------- /tests/testthat.R: -------------------------------------------------------------------------------- 1 | # This file is part of the standard setup for testthat. 2 | # It is recommended that you do not modify it. 3 | # 4 | # Where should you do additional test configuration? 5 | # Learn more about the roles of various files in: 6 | # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview 7 | # * https://testthat.r-lib.org/articles/special-files.html 8 | 9 | library(testthat) 10 | library(ConversationAlign) 11 | 12 | test_check("ConversationAlign") 13 | -------------------------------------------------------------------------------- /ConversationAlign.Rproj: -------------------------------------------------------------------------------- 1 | Version: 1.0 2 | ProjectId: 968863a1-e8e0-4236-b501-3ebd3a502684 3 | 4 | RestoreWorkspace: Default 5 | SaveWorkspace: Default 6 | AlwaysSaveHistory: Default 7 | 8 | EnableCodeIndexing: Yes 9 | UseSpacesForTab: Yes 10 | NumSpacesForTab: 2 11 | Encoding: UTF-8 12 | 13 | RnwWeave: Sweave 14 | LaTeX: pdfLaTeX 15 | 16 | AutoAppendNewline: Yes 17 | StripTrailingWhitespace: Yes 18 | 19 | BuildType: Package 20 | PackageUseDevtools: Yes 21 | PackageInstallArgs: --no-multiarch --with-keep.source 22 | -------------------------------------------------------------------------------- /docs/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "short_name": "", 4 | "icons": [ 5 | { 6 | "src": "/web-app-manifest-192x192.png", 7 | "sizes": "192x192", 8 | "type": "image/png", 9 | "purpose": "maskable" 10 | }, 11 | { 12 | "src": "/web-app-manifest-512x512.png", 13 | "sizes": "512x512", 14 | "type": "image/png", 15 | "purpose": "maskable" 16 | } 17 | ], 18 | "theme_color": "#ffffff", 19 | "background_color": "#ffffff", 20 | "display": "standalone" 21 | } -------------------------------------------------------------------------------- /inst/pkgdown/favicon/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "short_name": "", 4 | "icons": [ 5 | { 6 | "src": "/web-app-manifest-192x192.png", 7 | "sizes": "192x192", 8 | "type": "image/png", 9 | "purpose": "maskable" 10 | }, 11 | { 12 | "src": "/web-app-manifest-512x512.png", 13 | "sizes": "512x512", 14 | "type": "image/png", 15 | "purpose": "maskable" 16 | } 17 | ], 18 | "theme_color": "#ffffff", 19 | "background_color": "#ffffff", 20 | "display": "standalone" 21 | } -------------------------------------------------------------------------------- /man/read_1file.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/read_1file.R 3 | \name{read_1file} 4 | \alias{read_1file} 5 | \title{read_1file} 6 | \usage{ 7 | read_1file(my_dat) 8 | } 9 | \arguments{ 10 | \item{my_dat}{one conversation transcript already in the R environment} 11 | } 12 | \value{ 13 | a dataframe formatted with 'Event_ID', "Participant_ID", "Text_Raw" fields -- ready for clean_dyads() 14 | } 15 | \description{ 16 | Reads pre-formatted dyadic (2 interlocutor) conversation transcript already imported into your R environment. 17 | } 18 | -------------------------------------------------------------------------------- /doc/CA_Step2_Prep.R: -------------------------------------------------------------------------------- 1 | ## ----message=FALSE, warning=F, echo=F----------------------------------------- 2 | # Check if devtools is installed, if not install it 3 | if (!require("devtools", quietly = TRUE)) { 4 | install.packages("devtools") 5 | } 6 | 7 | # Load devtools 8 | library(devtools) 9 | 10 | # Check if ConversationAlign is installed, if not install from GitHub 11 | if (!require("ConversationAlign", quietly = TRUE)) { 12 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 13 | } 14 | 15 | # Load SemanticDistance 16 | library(ConversationAlign) 17 | 18 | -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/jQuery.headroom.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * headroom.js v0.9.4 - Give your page some headroom. Hide your header until you need it 3 | * Copyright (c) 2017 Nick Williams - http://wicky.nillia.ms/headroom.js 4 | * License: MIT 5 | */ 6 | 7 | !function(a){a&&(a.fn.headroom=function(b){return this.each(function(){var c=a(this),d=c.data("headroom"),e="object"==typeof b&&b;e=a.extend(!0,{},Headroom.options,e),d||(d=new Headroom(this,e),d.init(),c.data("headroom",d)),"string"==typeof b&&(d[b](),"destroy"===b&&c.removeData("headroom"))})},a("[data-headroom]").each(function(){var b=a(this);b.headroom(b.data())}))}(window.Zepto||window.jQuery); -------------------------------------------------------------------------------- /man/MaronGross_2013.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/data.R 3 | \docType{data} 4 | \name{MaronGross_2013} 5 | \alias{MaronGross_2013} 6 | \title{Sample Dyadic Interview Transcript: Marc Maron and Terry Gross Radio Interview 2013} 7 | \format{ 8 | ## "MaronGross_2013" 9 | A data.frame with 546 obs, 2 vars: 10 | \describe{ 11 | \item{text}{text from interview} 12 | \item{speaker}{speaker identity} 13 | ... 14 | } 15 | } 16 | \usage{ 17 | MaronGross_2013 18 | } 19 | \description{ 20 | Text and talker information delineated, raw transcript, multiple lines per talker 21 | } 22 | \keyword{datasets} 23 | -------------------------------------------------------------------------------- /man/generate_shams.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/generate_shams.R 3 | \name{generate_shams} 4 | \alias{generate_shams} 5 | \title{generate_shams} 6 | \usage{ 7 | generate_shams(df_prep, seed = NULL) 8 | } 9 | \arguments{ 10 | \item{df_prep}{Output dataframe of prep_dyads().} 11 | 12 | \item{seed}{(Optional) a seed for reproducibility in random sampling} 13 | } 14 | \value{ 15 | A dataframe similar to prepped dyads, with each participant's time series randomly shuffled. 16 | } 17 | \description{ 18 | Generates a permutation of each individual dyad. Shuffled dyads may act as controls to their originals. 19 | } 20 | -------------------------------------------------------------------------------- /docs/pkgdown.yml: -------------------------------------------------------------------------------- 1 | pandoc: 3.7.0.2 2 | pkgdown: 2.1.3 3 | pkgdown_sha: ~ 4 | articles: 5 | ConversationAlign_Introduction: ConversationAlign_Introduction.html 6 | ConversationAlign_Step1_Read: ConversationAlign_Step1_Read.html 7 | ConversationAlign_Step2_Prep: ConversationAlign_Step2_Prep.html 8 | ConversationAlign_Step3_Summarize: ConversationAlign_Step3_Summarize.html 9 | ConversationAlign_Step4_Analytics: ConversationAlign_Step4_Analytics.html 10 | last_built: 2025-11-12T16:48Z 11 | urls: 12 | reference: https://reilly-conceptscognitionlab.github.io/ConversationAlign/reference 13 | article: https://reilly-conceptscognitionlab.github.io/ConversationAlign/articles 14 | -------------------------------------------------------------------------------- /docs/katex-auto.js: -------------------------------------------------------------------------------- 1 | // https://github.com/jgm/pandoc/blob/29fa97ab96b8e2d62d48326e1b949a71dc41f47a/src/Text/Pandoc/Writers/HTML.hs#L332-L345 2 | document.addEventListener("DOMContentLoaded", function () { 3 | var mathElements = document.getElementsByClassName("math"); 4 | var macros = []; 5 | for (var i = 0; i < mathElements.length; i++) { 6 | var texText = mathElements[i].firstChild; 7 | if (mathElements[i].tagName == "SPAN") { 8 | katex.render(texText.data, mathElements[i], { 9 | displayMode: mathElements[i].classList.contains("display"), 10 | throwOnError: false, 11 | macros: macros, 12 | fleqn: false 13 | }); 14 | }}}); 15 | -------------------------------------------------------------------------------- /doc/CA_Step1_Read.R: -------------------------------------------------------------------------------- 1 | ## ----include = FALSE---------------------------------------------------------- 2 | knitr::opts_chunk$set( 3 | collapse = TRUE, 4 | comment = "#>" 5 | ) 6 | 7 | ## ----message=FALSE, warning=F, echo=F----------------------------------------- 8 | # Check if devtools is installed, if not install it 9 | if (!require("devtools", quietly = TRUE)) { 10 | install.packages("devtools") 11 | } 12 | 13 | # Load devtools 14 | library(devtools) 15 | 16 | # Check if ConversationAlign is installed, if not install from GitHub 17 | if (!require("ConversationAlign", quietly = TRUE)) { 18 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 19 | } 20 | 21 | # Load SemanticDistance 22 | library(ConversationAlign) 23 | 24 | -------------------------------------------------------------------------------- /doc/CA_Step3_Summarize.R: -------------------------------------------------------------------------------- 1 | ## ----include = FALSE---------------------------------------------------------- 2 | knitr::opts_chunk$set( 3 | collapse = TRUE, 4 | comment = "#>" 5 | ) 6 | 7 | ## ----message=FALSE, warning=F, echo=F----------------------------------------- 8 | # Check if devtools is installed, if not install it 9 | if (!require("devtools", quietly = TRUE)) { 10 | install.packages("devtools") 11 | } 12 | 13 | # Load devtools 14 | library(devtools) 15 | 16 | # Check if ConversationAlign is installed, if not install from GitHub 17 | if (!require("ConversationAlign", quietly = TRUE)) { 18 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 19 | } 20 | 21 | # Load SemanticDistance 22 | library(ConversationAlign) 23 | 24 | -------------------------------------------------------------------------------- /doc/CA_Step4_Analytics.R: -------------------------------------------------------------------------------- 1 | ## ----include = FALSE---------------------------------------------------------- 2 | knitr::opts_chunk$set( 3 | collapse = TRUE, 4 | comment = "#>" 5 | ) 6 | 7 | ## ----message=FALSE, warning=F, echo=F----------------------------------------- 8 | # Check if devtools is installed, if not install it 9 | if (!require("devtools", quietly = TRUE)) { 10 | install.packages("devtools") 11 | } 12 | 13 | # Load devtools 14 | library(devtools) 15 | 16 | # Check if ConversationAlign is installed, if not install from GitHub 17 | if (!require("ConversationAlign", quietly = TRUE)) { 18 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 19 | } 20 | 21 | # Load SemanticDistance 22 | library(ConversationAlign) 23 | 24 | -------------------------------------------------------------------------------- /docs/link.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 13 | -------------------------------------------------------------------------------- /man/NurseryRhymes.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/data.R 3 | \docType{data} 4 | \name{NurseryRhymes} 5 | \alias{NurseryRhymes} 6 | \title{Text and talker information delineated, 3 separate nursery rhymes, good for computing analytics and word counts} 7 | \format{ 8 | ## "NurseryRhymes" 9 | A data.frame with 100 observations, 2 vars: 10 | \describe{ 11 | \item{Event_ID}{factor 3 different simulated conversations} 12 | \item{Participant_ID}{fictional speaker names, 2 each conversation} 13 | \item{Text_Raw}{simulated language production, actually looped phrases from nursery rhymes} 14 | ... 15 | } 16 | } 17 | \usage{ 18 | NurseryRhymes 19 | } 20 | \description{ 21 | Text and talker information delineated, 3 separate nursery rhymes, good for computing analytics and word counts 22 | } 23 | \keyword{datasets} 24 | -------------------------------------------------------------------------------- /tests/testthat/test-compute_lagcorr.R: -------------------------------------------------------------------------------- 1 | # unit testing for computing correlations 2 | 3 | # prepare data for lagged corr testing 4 | # should give corr of 1 when lagged by 2 5 | input <- data.frame( 6 | Event_ID = "corr_test", 7 | Participant_ID = rep(c("P1", "P2"), 50), 8 | Exchange_Count = rep(1:50, each = 2), 9 | emo_anger = c(rbind(1:50, c(0, 0, 1:48))) # interleave two sequences, one lagged by 2 10 | ) 11 | 12 | test_that("computed pearson correlation is correct", { 13 | # lagged by two should be equal to 1 14 | p_output <- compute_lagcorr(input, corr_type = "Pearson") 15 | expect_equal(p_output$TurnCorr_Lag2[1], 1) 16 | 17 | }) 18 | 19 | 20 | test_that("computed spearman correlation is correct", { 21 | # lagged by two should be equal to 1 22 | p_output <- compute_lagcorr(input, corr_type = "Spearman") 23 | expect_equal(p_output$TurnCorr_Lag2[1], 1) 24 | }) 25 | -------------------------------------------------------------------------------- /tests/testthat/test-summarize_dyads.R: -------------------------------------------------------------------------------- 1 | # tests for summarize_dyads larger function 2 | 3 | # data to input 4 | one_rhyme <- ConversationAlign::NurseryRhymes_Prepped[ConversationAlign::NurseryRhymes_Prepped$Event_ID == "LittleLamb",] 5 | one_rhyme <- droplevels(one_rhyme) 6 | 7 | test_that("required column names are present", { 8 | # compute summarize dyads on single nursery rhyme 9 | output <- ConversationAlign::summarize_dyads(one_rhyme) 10 | # define list of required names and evaluate 11 | col_vec <- c("Event_ID", "Participant_ID", "Dimension", "Dimension_Mean", "AUC_raw", "AUC_scaled100", "Talked_First") 12 | col_vec <- c("Event_ID", "Participant_ID", "Talked_First", "Dimension", "Dimension_Mean", "AUC_raw_Immediate", 13 | "AUC_scaled50_Immediate", "AUC_raw_Lag1", "AUC_scaled50_Lag1", "TurnCorr_Lead2", "TurnCorr_Immediate", "TurnCorr_Lag2") 14 | expect_in(col_vec, colnames(output)) 15 | }) 16 | -------------------------------------------------------------------------------- /docs/deps/data-deps.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /man/corpus_analytics.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/corpus_analytics.R 3 | \name{corpus_analytics} 4 | \alias{corpus_analytics} 5 | \title{corpus_analytics} 6 | \usage{ 7 | corpus_analytics(dat_prep) 8 | } 9 | \arguments{ 10 | \item{dat_prep}{takes dataframe produced from the df_prep() function} 11 | } 12 | \value{ 13 | dataframe with summary statistics (mean, SD, range) for numerous corpus analytics (e.g., token count, type-token-ratio, word-count-per-turn) for the target conversation corpus. Summary data structured in table format for easy export to a journal method section. 14 | } 15 | \description{ 16 | Produces a table of corpus analytics including numbers of complete observations at each step, word counts, lexical diversity (e.g., TTR), stopword ratios, etc. Granularity of the summary statistics are guided by the user (e.g., by conversation, by conversation and speaker, collapsed all) 17 | } 18 | -------------------------------------------------------------------------------- /man/load_github_data.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/utils.R 3 | \name{load_github_data} 4 | \alias{load_github_data} 5 | \title{Load all .rda files from a GitHub data folder into the package environment} 6 | \usage{ 7 | load_github_data( 8 | repo = "Reilly-ConceptsCognitionLab/ConversationAlign_Data", 9 | branch = "main", 10 | data_folder = "data", 11 | envir = parent.frame() 12 | ) 13 | } 14 | \arguments{ 15 | \item{repo}{GitHub repository (e.g., "username/repo")} 16 | 17 | \item{branch}{Branch name (default: "main")} 18 | 19 | \item{data_folder}{Remote folder containing .rda files (default: "data/")} 20 | 21 | \item{envir}{Environment to load into (default: package namespace)} 22 | } 23 | \value{ 24 | nothing, loads data (as rda files) from github repository needed for other package functions 25 | } 26 | \description{ 27 | Load all .rda files from a GitHub data folder into the package environment 28 | } 29 | -------------------------------------------------------------------------------- /R/globals.R: -------------------------------------------------------------------------------- 1 | #' @importFrom utils globalVariables 2 | NULL 3 | 4 | utils::globalVariables( 5 | c("CA_orig_stops", 6 | "clean_me", 7 | "clean_dyads", 8 | "df", 9 | "df_prep", 10 | "df_read", 11 | "df_summarize", 12 | "Exchanges", 13 | "Exchange_Count", 14 | 'Event_ID', 15 | "freq_lg10", 16 | "letter_count", 17 | "lex_freqlg10", 18 | "lex_n_morphemes", 19 | "lookup_Jul25", 20 | "measure", 21 | "MIT_Stops", 22 | "morpheme_count", 23 | "n_participants", 24 | "participant_var", 25 | 'Participant_ID', 26 | "Participant_Pair", 27 | "phon_n_lett", 28 | "phon_nsyll", 29 | "reshaped", 30 | "score", 31 | "SMART_stops", 32 | "stdev", 33 | "sumdat", 34 | "sumdat_only", 35 | "summary_statistic", 36 | 'switch_mark', 37 | "syllable_count", 38 | "Temple_stops25", 39 | "Text_Clean", 40 | "Text_Prep", 41 | "Text_Raw", 42 | "Turn_Count", 43 | "value", 44 | "word", 45 | "words_per_turn_clean", 46 | "words_per_turn_raw" 47 | )) 48 | -------------------------------------------------------------------------------- /man/NurseryRhymes_Prepped.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/data.R 3 | \docType{data} 4 | \name{NurseryRhymes_Prepped} 5 | \alias{NurseryRhymes_Prepped} 6 | \title{Text and talker information delineated, 3 separate nursery rhymes, good for computing analytics and word counts} 7 | \format{ 8 | ## "NurseryRhymes_Prepped" 9 | A data.frame with 1507 x 7 observations, 5 vars: 10 | \describe{ 11 | \item{Event_ID}{factor 3 different simulated conversations} 12 | \item{Participant_ID}{fictional speaker names, 2 each conversation} 13 | \item{Exchange_Count}{sequential numbering of exchanges by conversation, 1 exchange = 2 turns} 14 | \item{Turn_Count}{sequential numbering of turns by conversation} 15 | \item{Text_Clean}{content words} 16 | \item{emo_anger}{raw value of anger salience yoked to each word} 17 | ... 18 | } 19 | } 20 | \usage{ 21 | NurseryRhymes_Prepped 22 | } 23 | \description{ 24 | Text and talker information delineated, 3 separate nursery rhymes, good for computing analytics and word counts 25 | } 26 | \keyword{datasets} 27 | -------------------------------------------------------------------------------- /doc/CA_Intro.R: -------------------------------------------------------------------------------- 1 | ## ----include = FALSE---------------------------------------------------------- 2 | knitr::opts_chunk$set( 3 | collapse = TRUE, 4 | comment = "#>" 5 | ) 6 | 7 | ## ----message=FALSE, warning=F------------------------------------------------- 8 | # Check if devtools is installed, if not install it 9 | if (!require("devtools", quietly = TRUE)) { 10 | install.packages("devtools") 11 | } 12 | 13 | # Load devtools 14 | library(devtools) 15 | 16 | # Check if ConversationAlign is installed, if not install from GitHub 17 | if (!require("ConversationAlign", quietly = TRUE)) { 18 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 19 | } 20 | 21 | # Load SemanticDistance 22 | library(ConversationAlign) 23 | 24 | ## ----eval=T, message=F, warning=F--------------------------------------------- 25 | knitr::kable(head(NurseryRhymes, 20), format = "simple") 26 | str(NurseryRhymes) 27 | 28 | ## ----------------------------------------------------------------------------- 29 | knitr::kable(head(MaronGross_2013, 20), format = "simple") 30 | str(MaronGross_2013) 31 | 32 | -------------------------------------------------------------------------------- /doc/CA_Step3_Summarize.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: CA Step 3 Summarize Dyads 3 | subtitle: summarize_dyads() 4 | author: Jamie Reilly, Ben Sacks, Ginny Ulichney, Gus Cooney, Chelsea Helion 5 | date: "`r format(Sys.Date(), '%B %d, %Y')`" 6 | show_toc: true 7 | slug: ConversationAlign Summarize 8 | output: 9 | rmarkdown::html_vignette: 10 | toc: yes 11 | vignette: | 12 | %\VignetteEngine{knitr::rmarkdown} 13 | %\VignetteIndexEntry{CA Step 3 Summarize Dyads} 14 | %\VignetteEncoding{UTF-8} 15 | --- 16 | 17 | ```{r, include = FALSE} 18 | knitr::opts_chunk$set( 19 | collapse = TRUE, 20 | comment = "#>" 21 | ) 22 | ``` 23 | 24 | ```{r, message=FALSE, warning=F, echo=F} 25 | # Check if devtools is installed, if not install it 26 | if (!require("devtools", quietly = TRUE)) { 27 | install.packages("devtools") 28 | } 29 | 30 | # Load devtools 31 | library(devtools) 32 | 33 | # Check if ConversationAlign is installed, if not install from GitHub 34 | if (!require("ConversationAlign", quietly = TRUE)) { 35 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 36 | } 37 | 38 | # Load SemanticDistance 39 | library(ConversationAlign) 40 | ``` 41 | 42 | ## summarize_dyads() 43 | ` 44 | -------------------------------------------------------------------------------- /doc/CA_Step4_Analytics.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: CA Step 4 Corpus Analytics 3 | subtitle: corpus_analytics() 4 | author: Jamie Reilly, Ben Sacks, Ginny Ulichney, Gus Cooney, Chelsea Helion 5 | date: "`r format(Sys.Date(), '%B %d, %Y')`" 6 | show_toc: true 7 | slug: ConversationAlign Analytics 8 | output: 9 | rmarkdown::html_vignette: 10 | toc: yes 11 | vignette: > 12 | %\VignetteEngine{knitr::rmarkdown} 13 | %\VignetteIndexEntry{CA Step 4 Corpus Analytics} 14 | %\VignetteEncoding{UTF-8} 15 | --- 16 | 17 | ```{r, include = FALSE} 18 | knitr::opts_chunk$set( 19 | collapse = TRUE, 20 | comment = "#>" 21 | ) 22 | ``` 23 | 24 | ```{r, message=FALSE, warning=F, echo=F} 25 | # Check if devtools is installed, if not install it 26 | if (!require("devtools", quietly = TRUE)) { 27 | install.packages("devtools") 28 | } 29 | 30 | # Load devtools 31 | library(devtools) 32 | 33 | # Check if ConversationAlign is installed, if not install from GitHub 34 | if (!require("ConversationAlign", quietly = TRUE)) { 35 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 36 | } 37 | 38 | # Load SemanticDistance 39 | library(ConversationAlign) 40 | ``` 41 | 42 | # Generate corpus analytics 43 | 44 | ` 45 | -------------------------------------------------------------------------------- /data-raw/DATASET.R: -------------------------------------------------------------------------------- 1 | ## code to prepare `DATASET` dataset goes here 2 | library(stringi) 3 | 4 | # load reilly lab default stopwords list 5 | omPath <- r"(..\ConversationAlignPackageDevelopment\data\ReillyLab_Stopwords_25.rData)" 6 | load(omPath) 7 | 8 | View(ReillyLab_Stopwords_25) 9 | 10 | # load lookup database 11 | lookupPath <- r"(..\ConversationAlignPackageDevelopment\data\lookup_db.rda)" 12 | load(lookupPath) 13 | 14 | # test lookup database for non-ascii chars 15 | testASCII_1 <- sapply(lookup_db$word, stringi::stri_enc_mark) 16 | testASCII_1u <- unique(testASCII_1) 17 | print(testASCII_1u) 18 | # print words with native encoding 19 | nativeRows <- lookup_db[testASCII_1 == "native", "word"] 20 | print(nativeRows) 21 | # convert any native encodings to ascii encodings 22 | lookup_db$word <- sapply(lookup_db$word, stringi::stri_escape_unicode) 23 | # check that native encodings have been converted to ascii 24 | nativeRows <- lookup_db[testASCII_1 == "native", "word"] 25 | print(nativeRows) 26 | testASCII_2 <- unique(sapply(lookup_db$word, stringi::stri_enc_mark)) 27 | print(testASCII_2) 28 | 29 | 30 | usethis::use_data(ReillyLab_Stopwords_25, lookup_db, 31 | internal = TRUE, overwrite = TRUE, compress = T) 32 | -------------------------------------------------------------------------------- /doc/CA_Step1_Read.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: CA Step 1 Read_Dyads 3 | subtitle: Read and Format Data for ConversationAlign 4 | author: Jamie Reilly, Ben Sacks, Ginny Ulichney, Gus Cooney, Chelsea Helion 5 | date: "`r Sys.Date()`" 6 | show_toc: true 7 | slug: ConversationAlign Read 8 | output: 9 | rmarkdown::html_vignette: 10 | toc: yes 11 | vignette: > 12 | %\VignetteEngine{knitr::rmarkdown} 13 | %\VignetteIndexEntry{CA Step 1 Read_Dyads} 14 | %\VignetteEncoding{UTF-8} 15 | --- 16 | 17 | ```{r, include = FALSE} 18 | knitr::opts_chunk$set( 19 | collapse = TRUE, 20 | comment = "#>" 21 | ) 22 | ``` 23 | 24 | # Installation 25 | Install and load the development version of `ConversationAlign` from [GitHub](https://github.com/) using the `devtools` package. 26 | ```{r, message=FALSE, warning=F, echo=F} 27 | # Check if devtools is installed, if not install it 28 | if (!require("devtools", quietly = TRUE)) { 29 | install.packages("devtools") 30 | } 31 | 32 | # Load devtools 33 | library(devtools) 34 | 35 | # Check if ConversationAlign is installed, if not install from GitHub 36 | if (!require("ConversationAlign", quietly = TRUE)) { 37 | devtools::install_github("Reilly-ConceptsCognitionLab/ConversationAlign") 38 | } 39 | 40 | # Load SemanticDistance 41 | library(ConversationAlign) 42 | ``` 43 | 44 | # Prep_Data 45 | -------------------------------------------------------------------------------- /man/read_dyads.Rd: -------------------------------------------------------------------------------- 1 | % Generated by roxygen2: do not edit by hand 2 | % Please edit documentation in R/read_dyads.R 3 | \name{read_dyads} 4 | \alias{read_dyads} 5 | \title{read_dyads} 6 | \usage{ 7 | read_dyads(my_path = "my_transcripts") 8 | } 9 | \arguments{ 10 | \item{my_path}{folder of conversation transcripts in csv or txt format} 11 | } 12 | \value{ 13 | a dataframe where each individual conversation transcript in a user's directory has been concatenated. 14 | read_dyads appends a unique document identifier to each conversation transcript appending its unique filename as a factor level to 'Event_ID'. 15 | } 16 | \description{ 17 | Reads pre-formatted dyadic (2 interlocutor) conversation transcripts from your machine. Transcripts must be either csv or txt format. IF you are supplying a txt file, your transcript must be formatted as an otter.ai txt file export. Your options for using csv files are more flexible. ConversationAlign minimally requires a csv file with two columns, denoting interlocutor and text. Each separate conversation transcript should be saved as a separate file. ConversationAlign will use the file names as a document ID. Within the read dyads function, set the my_path argument as the directory path to the local folder containing your transcripts on your machine (e.g., "my_transcripts"). Please see our github page for examples of properly formatted transcripts: https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign 18 | } 19 | -------------------------------------------------------------------------------- /.github/workflows/static.yml: -------------------------------------------------------------------------------- 1 | # Simple workflow for deploying static content to GitHub Pages 2 | name: Deploy static content to Pages 3 | 4 | on: 5 | # Runs on pushes targeting the default branch 6 | push: 7 | branches: ["main"] 8 | 9 | # Allows you to run this workflow manually from the Actions tab 10 | workflow_dispatch: 11 | 12 | # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages 13 | permissions: 14 | contents: read 15 | pages: write 16 | id-token: write 17 | 18 | # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. 19 | # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. 20 | concurrency: 21 | group: "pages" 22 | cancel-in-progress: false 23 | 24 | jobs: 25 | # Single deploy job since we're just deploying 26 | deploy: 27 | environment: 28 | name: github-pages 29 | url: ${{ steps.deployment.outputs.page_url }} 30 | runs-on: ubuntu-latest 31 | steps: 32 | - name: Checkout 33 | uses: actions/checkout@v4 34 | - name: Setup Pages 35 | uses: actions/configure-pages@v5 36 | - name: Upload artifact 37 | uses: actions/upload-pages-artifact@v3 38 | with: 39 | # Upload entire repository 40 | path: '.' 41 | - name: Deploy to GitHub Pages 42 | id: deployment 43 | uses: actions/deploy-pages@v4 44 | -------------------------------------------------------------------------------- /.github/workflows/R-CMD-check.yaml: -------------------------------------------------------------------------------- 1 | # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples 2 | # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help 3 | on: 4 | push: 5 | branches: [main, master] 6 | pull_request: 7 | branches: [main, master] 8 | 9 | name: R-CMD-check 10 | 11 | jobs: 12 | R-CMD-check: 13 | runs-on: ${{ matrix.config.os }} 14 | 15 | name: ${{ matrix.config.os }} (${{ matrix.config.r }}) 16 | 17 | strategy: 18 | fail-fast: false 19 | matrix: 20 | config: 21 | - {os: macos-latest, r: 'release'} 22 | - {os: windows-latest, r: 'release'} 23 | - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} 24 | - {os: ubuntu-latest, r: 'release'} 25 | - {os: ubuntu-latest, r: 'oldrel-1'} 26 | 27 | env: 28 | GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} 29 | R_KEEP_PKG_SOURCE: yes 30 | 31 | steps: 32 | - uses: actions/checkout@v4 33 | 34 | - uses: r-lib/actions/setup-pandoc@v2 35 | 36 | - uses: r-lib/actions/setup-r@v2 37 | with: 38 | r-version: ${{ matrix.config.r }} 39 | http-user-agent: ${{ matrix.config.http-user-agent }} 40 | use-public-rspm: true 41 | 42 | - uses: r-lib/actions/setup-r-dependencies@v2 43 | with: 44 | extra-packages: any::rcmdcheck 45 | needs: check 46 | 47 | - uses: r-lib/actions/check-r-package@v2 48 | with: 49 | upload-snapshots: true 50 | -------------------------------------------------------------------------------- /vignettes/ConversationAlign_Step4_Analytics.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: ConversationAlign_Step4_Analytics 3 | subtitle: corpus_analytics() 4 | author: Jamie Reilly, Ben Sacks, Ginny Ulichney, Gus Cooney, Chelsea Helion 5 | date: "`r format(Sys.Date(), '%B %d, %Y')`" 6 | show_toc: true 7 | output: 8 | rmarkdown::html_vignette: 9 | toc: yes 10 | vignette: > 11 | %\VignetteEngine{knitr::rmarkdown} 12 | %\VignetteIndexEntry{ConversationAlign_Step4_Analytics} 13 | %\VignetteEncoding{UTF-8} 14 | --- 15 | 16 | ```{r, include = FALSE} 17 | knitr::opts_chunk$set( 18 | collapse = TRUE, 19 | comment = "#>" 20 | ) 21 | ``` 22 | 23 | ```{r, message=FALSE, warning=F, echo=F} 24 | # Load SemanticDistance 25 | library(ConversationAlign) 26 | ``` 27 | 28 | This is a helpful addition to `ConversationAlign` that will generate a variety of corpus analytics (e.g., word count, type-token-ratio) for your conversation corpus. The output is in a summary table that is readily exportable to to the specific journal format of your choice using any number of packages such as `flextable` or `tinytable`.

R/data.R
39 | MaronGross_2013.RdText and talker information delineated, raw transcript, multiple lines per talker
44 |
`
256 |`
256 |
R/data.R
39 | NurseryRhymes.RdText and talker information delineated, 3 separate nursery rhymes, good for computing analytics and word counts
44 |## "NurseryRhymes" 54 | A data.frame with 100 observations, 2 vars:
factor 3 different simulated conversations
fictional speaker names, 2 each conversation
simulated language production, actually looped phrases from nursery rhymes