bjorn-hommel commited on
Commit
06aaef2
β€’
1 Parent(s): 8dfe29e

added references

Browse files
Files changed (1) hide show
  1. app.py +10 -2
app.py CHANGED
@@ -309,9 +309,17 @@ def main():
309
  st.markdown("# Machine-Based Item Desirability Ratings")
310
 
311
  st.markdown("""
312
- This web application showcases the process of obtaining item desirability ratings using natural language processing (AI), accompanying the paper *"Expanding the Methodological Toolbox: Machine-Based Item Desirability Ratings as an Alternative to Human-Based Ratings"*.
 
 
 
 
 
 
 
 
 
313
 
314
- *Hommel, B. E. (2023). Expanding the methodological toolbox: Machine-based item desirability ratings as an alternative to human-based ratings. Personality and Individual Differences, 213, 112307. https://doi.org/10.1016/j.paid.2023.112307*
315
 
316
  The web application is maintained by [magnolia psychometrics](https://www.magnolia-psychometrics.com/).
317
  """, unsafe_allow_html=True)
 
309
  st.markdown("# Machine-Based Item Desirability Ratings")
310
 
311
  st.markdown("""
312
+ This web application showcases the process of obtaining item desirability ratings using natural language processing (AI), accompanying the paper "Expanding the Methodological Toolbox: Machine-Based Item Desirability Ratings as an Alternative to Human-Based Ratings".
313
+
314
+ πŸ“– Paper: https://doi.org/10.1016/j.paid.2023.112307
315
+
316
+ πŸ“‹ Preprint: https://psyarxiv.com/7bpeq
317
+
318
+ πŸ’Ύ Data: https://osf.io/67mkz/
319
+
320
+ πŸ–ŠοΈ Cite:<br> Hommel, B. E. (2023). Expanding the methodological toolbox: Machine-based item desirability ratings as an alternative to human-based ratings. Personality and Individual Differences, 213, 112307. https://doi.org/10.1016/j.paid.2023.112307
321
+
322
 
 
323
 
324
  The web application is maintained by [magnolia psychometrics](https://www.magnolia-psychometrics.com/).
325
  """, unsafe_allow_html=True)