egumasa commited on
Commit
77c7b3b
·
1 Parent(s): 587a583
Files changed (1) hide show
  1. demo.py +15 -1
demo.py CHANGED
@@ -206,7 +206,21 @@ For a more complete description of the category, visit [the annotation guideline
206
  """)
207
 
208
  st.sidebar.markdown(
209
- "Theme Analyzer is developed by [Masaki Eguchi](https://masakieguchi.weebly.com)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  )
211
  cc = '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.'
212
  st.sidebar.markdown(cc, unsafe_allow_html=True)
 
206
  """)
207
 
208
  st.sidebar.markdown(
209
+ "Engagement Analyzer is developed by [Masaki Eguchi](https://masakieguchi.weebly.com).
210
+
211
+ ### Acknowledgements:
212
+
213
+ The development of this tool has been supported by the following grants:
214
+
215
+ - The TIRF Doctoral Dissertation Grant 2022 sponsored by the International Research Foundation for English Language Education (TIRF)
216
+ - The NFMLTA-MLJ Doctoral Dissertation Writing Support Grant 2022 sponsored by the National Federation of Modern Language Teachers Associations (NFMLTA)
217
+ - The Graduate Student Research Award sponsored by the Department of Linguistics, University of Oregon
218
+
219
+ I would also like to thank:
220
+ - Aaron Miller (Linguistics, University of Oregon) for corpus annotation
221
+ - Ryan Walker (Linguistics/Antholopology, University of Oregon) for corpus annotation
222
+ - Dr. Kristopher Kyle (Associate Professor in Linguistics, University of Oregon)
223
+ "
224
  )
225
  cc = '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.'
226
  st.sidebar.markdown(cc, unsafe_allow_html=True)