├── .gitignore
├── CNAME
├── README.md
├── coc.html
├── demos
├── README.md
├── chineseDemo
│ ├── ChineseStopWords.txt
│ ├── README-unnamed-chunk-3-1.png
│ ├── README-unnamed-chunk-5-1.png
│ ├── README.Rmd
│ ├── README.md
│ ├── ch_gov_report-2017.txt
│ └── govReports
│ │ ├── 1954政府工作报告_周恩来.txt
│ │ ├── 1955政府工作报告_李富春.txt
│ │ ├── 1956政府工作报告_李先念.txt
│ │ ├── 1957政府工作报告_周恩来.txt
│ │ ├── 1958政府工作报告_薄一波.txt
│ │ ├── 1959政府工作报告_周恩来.txt
│ │ ├── 1960政府工作报告_谭震林.txt
│ │ ├── 1964政府工作报告_周恩来_摘要.txt
│ │ ├── 1975政府工作报告_周恩来.txt
│ │ ├── 1978政府工作报告_华国锋.txt
│ │ ├── 1979政府工作报告_华国锋.txt
│ │ ├── 1980政府工作报告_姚依林.txt
│ │ ├── 1981政府工作报告_赵紫阳.txt
│ │ ├── 1982政府工作报告_赵紫阳.txt
│ │ ├── 1983政府工作报告_赵紫阳.txt
│ │ ├── 1984政府工作报告_赵紫阳.txt
│ │ ├── 1985政府工作报告_赵紫阳.txt
│ │ ├── 1986政府工作报告_赵紫阳.txt
│ │ ├── 1987政府工作报告_赵紫阳.txt
│ │ ├── 1988政府工作报告_李鹏.txt
│ │ ├── 1989政府工作报告_李鹏.txt
│ │ ├── 1990政府工作报告_李鹏.txt
│ │ ├── 1991政府工作报告_李鹏.txt
│ │ ├── 1992政府工作报告_李鹏.txt
│ │ ├── 1993政府工作报告_李鹏.txt
│ │ ├── 1994政府工作报告_李鹏.txt
│ │ ├── 1995政府工作报告_李鹏.txt
│ │ ├── 1996政府工作报告_李鹏.txt
│ │ ├── 1997政府工作报告_李鹏.txt
│ │ ├── 1998政府工作报告_李鹏.txt
│ │ ├── 1999政府工作报告_朱镕基.txt
│ │ ├── 2000政府工作报告_朱镕基.txt
│ │ ├── 2001政府工作报告_朱镕基.txt
│ │ ├── 2002政府工作报告_朱镕基.txt
│ │ ├── 2003政府工作报告_朱镕基.txt
│ │ ├── 2004政府工作报告_温家宝.txt
│ │ ├── 2005政府工作报告_温家宝.txt
│ │ ├── 2006政府工作报告_温家宝.txt
│ │ ├── 2007政府工作报告_温家宝.txt
│ │ ├── 2008政府工作报告_温家宝.txt
│ │ ├── 2009政府工作报告_温家宝.txt
│ │ ├── 2010政府工作报告_温家宝.txt
│ │ ├── 2011政府工作报告_温家宝.txt
│ │ ├── 2012政府工作报告_温家宝.txt
│ │ ├── 2013政府工作报告_温家宝.txt
│ │ ├── 2014政府工作报告_李克强.txt
│ │ ├── 2015政府工作报告_李克强.txt
│ │ ├── 2016政府工作报告_李克强.txt
│ │ └── 2017政府工作报告_李克强.txt
├── japaneseDemo
│ ├── README-unnamed-chunk-6-1.png
│ ├── README.Rmd
│ └── README.md
└── koreanDemo
│ ├── NK_speech.txt
│ ├── README-unnamed-chunk-6-1.png
│ ├── README-unnamed-chunk-7-1.png
│ ├── README.Rmd
│ ├── README.html
│ └── README.md
├── images
├── LA.png
├── LA_ILLUSTRATION.svg
├── banner.svg
├── cd-top-arrow.svg
├── cross-campus.png
├── favicon.ico
├── github_hq.jpg
├── participants
│ ├── adam-obeng.png
│ ├── akitaka-matsuo.png
│ ├── arthur-spirling.jpg
│ ├── attendees.md
│ ├── blank.png
│ ├── brandon-stewart.jpg
│ ├── dmitriy-selivanov.jpg
│ ├── haiyan-wang.jpg
│ ├── heewon-jeon.jpg
│ ├── ingo-feinerer.png
│ ├── jeroen-ooms.jpg
│ ├── kasper-welbers.jpg
│ ├── ken-benoit.jpg
│ ├── kevin-munger.jpg
│ ├── kohei-watanabe.png
│ ├── lincoln-mullen.jpg
│ ├── marek-gagolewski.jpg
│ ├── marek-gagolewski.png
│ ├── matt-denny.jpg
│ ├── meik-michalke.png
│ ├── patrick-perry.jpg
│ ├── paul-nulty.jpg
│ ├── sebastian-barfort.jpg
│ ├── taylor-arnold.jpg
│ ├── thomas-leeper.jpg
│ ├── tyler-rinker.png
│ └── will-lowe.jpg
├── ropensci_small.png
└── sponsors
│ ├── GitHub_Logo.png
│ ├── Microsoft-logo_rgb_c-gray.png
│ ├── airbnb_horizontal_lockup_web.jpg
│ ├── data_camp.png
│ └── googlelogo_color_272x92dp.png
├── index.html
├── js
├── main.js
└── modernizr.js
├── preliminary_schedule.html
├── preliminary_schedule.md
└── style
└── main.css
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | /.DS_Store
3 | style/old_main.css
4 | .Rproj.user
5 | *.Rproj
6 | .Rhistory
7 | .RData
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | textworkshop17.ropensci.org
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # [Text Analysis R Developers' Workshop](http://textworkshop17.ropensci.org/)
2 |
3 | __(invitation only), April 21 - 22, 2017. London__
4 |
5 | Supported by
6 |
7 | and
8 |
9 | and
10 |
11 |
12 | Welcome to the repository for the Text Analysis R Developers' Workshop. This event is supported by European Research Council grant ERC-2011-StG 283794-QUANTESS and the LSE's [Social and Economic Data Sciences](http://lse.ac.uk/seds/) unit.
13 |
14 | * [Participants](http://textworkshop17.ropensci.org/#participants)
15 | * [Schedule](http://textworkshop17.ropensci.org/#schedule)
16 | * [Please post ideas for projects, discussion topics, and sessions as [issues](https://github.com/ropensci/textworkshop17/issues). These can be suggestions of any kind, things you would like to work on or discuss, questions for other participants, etc.
17 |
18 | Event hashtag is `#RtextSIG17`
19 |
20 |
21 | ## Code of conduct
22 |
23 | To ensure a safe, enjoyable, and friendly experience for everyone who participates, we have a [code of conduct](http://textworkshop17.ropensci.org/coc.html). This applies to people attending in person or remotely, and for interacting over the [issues](https://github.com/ropensci/textworkshop17/issues).
24 |
25 | ## Support
26 |
27 | This meeting is made possible by generous support (financial, moral, and technical) from:
28 |
29 | - European Research Council grant ERC-2011-StG 283794-QUANTESS
30 | - [rOpenSci](http://ropensci.org)
31 | - LSE's [Social and Economic Data Sciences](http://lse.ac.uk/seds/) unit
32 | - LSE's [Department of Methodology](http://www.lse.ac.uk/methodology)
33 |
34 |
--------------------------------------------------------------------------------
/coc.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
We are committed to providing a welcoming and harassment-free experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices, even choice of text editor. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Unconf participants violating these rules may be sanctioned or expelled from the event at the discretion of the conference organizers.
36 | 37 |This code of conduct applies to all participants, including the organizers and applies to all modes of interaction, both in-person and online, including the workshop GitHub project repos, the Slack channel, and Twitter.
38 | 39 |Text analysis workshop participants agree to:
40 | 41 |Please speak with Kenneth Benoit if you have any concerns.
51 | 52 |If any attendee engages in harassing behavior, the workshop organizers may take any lawful action we deem appropriate, including but not limited to warning the offender or asking the offender to leave the workshop. (If you feel you have been unfairly accused of violating this code of conduct, you should contact the workshop team with a concise description of your grievance.)
53 | 54 |We welcome your feedback on this event, and thank you for working with us to make it a safe, enjoyable, and friendly experience for everyone who participates.
55 | 56 |Parts of above text is licensed CC BY-SA 4.0. Credit to SRCCON. Also inspired by the Ada Initiative’s “how to design a code of conduct for your community.”
57 |