├── README.md
├── index.html
├── references.html
└── tfthing_files
├── backbone.min.js
├── cifar.jpg
├── citation_thumb.png
├── d3.v3.min.js
├── fonts.css
├── fonts
└── AvenirNext
│ ├── .DS_Store
│ ├── DemiBold
│ ├── avenirnextdemibold.ttf
│ └── avenirnextdemibold.woff
│ ├── Italic
│ ├── avenirnextregularitalic.ttf
│ └── avenirnextregularitalic.woff
│ ├── Medium
│ ├── avenirnextmedium.ttf
│ └── avenirnextmedium.woff
│ └── Regular
│ ├── avenirnextregular.ttf
│ └── avenirnextregular.woff
├── main.css
├── mcgill_logo_big.png
├── mcgill_seal.png
├── nserc.png
├── player.css
├── player.js
├── sait.png
├── splash_image.png
├── tweets.js
├── twitter_core.css
├── udem.png
├── underscore.min.js
└── zepto.min.js
/README.md:
--------------------------------------------------------------------------------
1 | # DialogDatasets
2 | A repository linking to publicly available dialog datasets. Feel free to send issues or pull requests.
3 |
4 | Please see the gh-pages website to view tables of all our gathered corpora: https://breakend.github.io/DialogDatasets
5 |
6 | This accompanies our paper: https://arxiv.org/abs/1512.05742
7 |
8 | If you find it helpful, please cite:
9 |
10 |
11 |
12 | @ARTICLE{2015serbansurvey,
13 | author = {{Vlad Serban}, I. and {Lowe}, R. and {Henderson}, P. and {Charlin}, L. and
14 | {Pineau}, J.},
15 | title = "{A Survey of Available Corpora for Building Data-Driven Dialogue Systems}",
16 | journal = {ArXiv e-prints},
17 | archivePrefix = "arXiv",
18 | eprint = {1512.05742},
19 | primaryClass = "cs.CL",
20 | keywords = {Computer Science - Computation and Language, Computer Science - Artificial Intelligence, Computer Science - Human-Computer Interaction, Computer Science - Learning, Statistics - Machine Learning, 68T01, 68T05, 68T35, 68T50, I.2.6, I.2.7, I.2.1},
21 | year = 2015,
22 | month = dec
23 | }
24 |
25 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | A Survey of Available Corpora for Building Data-Driven Dialogue Systems
8 |
9 |
10 |
11 |
12 |
13 |
19 |
20 |
21 |
22 |
23 | Associated Links
24 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
57 |
58 |
59 |
60 |
61 | A Survey of Available Corpora for Building Data-Driven Dialogue Systems
62 |
63 |
72 |
75 |
80 |
81 |
Abstract
82 |
83 | During the past decade, several areas of speech and language understanding have witnessed substantial breakthroughs from the use of data-driven models. In the area of dialogue systems, the trend is less obvious, and most practical systems are still built through significant engineering and expert knowledge. Nevertheless, several recent results suggest that data-driven approaches are feasible and quite promising. To facilitate research in this area, we have carried out a wide survey of publicly available datasets suitable for data-driven learning of dialogue systems. We discuss important characteristics of these datasets, how they can be used to learn diverse dialogue strategies, and their other potential uses. We also examine methods for transfer learning between datasets and the use of external knowledge. Finally, we discuss appropriate choice of evaluation metrics for the learning objective.
84 |
85 |
86 |
97 |
98 |
Acknowledgements
99 | The authors gratefully acknowledge financial support by the
Samsung Advanced Institute of Technology (SAIT) , the
Natural Sciences and Engineering Research Council of Canada (NSERC) , the
Canada Research Chairs , the
Canadian Institute for Advanced Research (CIFAR) and
Compute Canada . Early versions of the manuscript benefited greatly from the proofreading of Melanie Lyman-Abramovitch, and later versions were extensively revised by Genevieve Fried and Nicolas Angelard-Gontier. The authors also thank Nissan Pow, Michael Noseworthy, Chia-Wei Liu, Gabriel Forgues, Alessandro Sordoni, Yoshua Bengio and Aaron Courville for helpful discussions.
100 |
101 |
102 |
Citation
103 |
104 |
105 |
106 |
107 |
108 |
111 |
118 |
ArXiv , 2017
119 |
120 |
121 |
122 |
123 |
Dataset Statistics
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
282 |
283 |
284 |
285 |
286 |
287 |
288 |
430 |
431 |
432 |
433 |
434 |
435 |
436 |
600 |
601 |
602 |
603 |
604 |
605 |
606 |
733 |
734 |
735 |
736 |
737 |
738 |
927 |
928 |
929 |
930 |
931 |
932 |
933 |
934 |
935 |
936 |
937 |
938 |
939 |
940 |
941 |
942 |
943 |
944 |
945 |
--------------------------------------------------------------------------------
/tfthing_files/backbone.min.js:
--------------------------------------------------------------------------------
1 | (function(){var t=this;var e=t.Backbone;var i=[];var r=i.push;var s=i.slice;var n=i.splice;var a;if(typeof exports!=="undefined"){a=exports}else{a=t.Backbone={}}a.VERSION="1.1.0";var h=t._;if(!h&&typeof require!=="undefined")h=require("underscore");a.$=t.jQuery||t.Zepto||t.ender||t.$;a.noConflict=function(){t.Backbone=e;return this};a.emulateHTTP=false;a.emulateJSON=false;var o=a.Events={on:function(t,e,i){if(!l(this,"on",t,[e,i])||!e)return this;this._events||(this._events={});var r=this._events[t]||(this._events[t]=[]);r.push({callback:e,context:i,ctx:i||this});return this},once:function(t,e,i){if(!l(this,"once",t,[e,i])||!e)return this;var r=this;var s=h.once(function(){r.off(t,s);e.apply(this,arguments)});s._callback=e;return this.on(t,s,i)},off:function(t,e,i){var r,s,n,a,o,u,c,f;if(!this._events||!l(this,"off",t,[e,i]))return this;if(!t&&!e&&!i){this._events={};return this}a=t?[t]:h.keys(this._events);for(o=0,u=a.length;o").attr(t);this.setElement(e,false)}else{this.setElement(h.result(this,"el"),false)}}});a.sync=function(t,e,i){var r=T[t];h.defaults(i||(i={}),{emulateHTTP:a.emulateHTTP,emulateJSON:a.emulateJSON});var s={type:r,dataType:"json"};if(!i.url){s.url=h.result(e,"url")||U()}if(i.data==null&&e&&(t==="create"||t==="update"||t==="patch")){s.contentType="application/json";s.data=JSON.stringify(i.attrs||e.toJSON(i))}if(i.emulateJSON){s.contentType="application/x-www-form-urlencoded";s.data=s.data?{model:s.data}:{}}if(i.emulateHTTP&&(r==="PUT"||r==="DELETE"||r==="PATCH")){s.type="POST";if(i.emulateJSON)s.data._method=r;var n=i.beforeSend;i.beforeSend=function(t){t.setRequestHeader("X-HTTP-Method-Override",r);if(n)return n.apply(this,arguments)}}if(s.type!=="GET"&&!i.emulateJSON){s.processData=false}if(s.type==="PATCH"&&E){s.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}var o=i.xhr=a.ajax(h.extend(s,i));e.trigger("request",e,o,i);return o};var E=typeof window!=="undefined"&&!!window.ActiveXObject&&!(window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);var T={create:"POST",update:"PUT",patch:"PATCH","delete":"DELETE",read:"GET"};a.ajax=function(){return a.$.ajax.apply(a.$,arguments)};var k=a.Router=function(t){t||(t={});if(t.routes)this.routes=t.routes;this._bindRoutes();this.initialize.apply(this,arguments)};var S=/\((.*?)\)/g;var $=/(\(\?)?:\w+/g;var H=/\*\w+/g;var A=/[\-{}\[\]+?.,\\\^$|#\s]/g;h.extend(k.prototype,o,{initialize:function(){},route:function(t,e,i){if(!h.isRegExp(t))t=this._routeToRegExp(t);if(h.isFunction(e)){i=e;e=""}if(!i)i=this[e];var r=this;a.history.route(t,function(s){var n=r._extractParameters(t,s);i&&i.apply(r,n);r.trigger.apply(r,["route:"+e].concat(n));r.trigger("route",e,n);a.history.trigger("route",r,e,n)});return this},navigate:function(t,e){a.history.navigate(t,e);return this},_bindRoutes:function(){if(!this.routes)return;this.routes=h.result(this,"routes");var t,e=h.keys(this.routes);while((t=e.pop())!=null){this.route(t,this.routes[t])}},_routeToRegExp:function(t){t=t.replace(A,"\\$&").replace(S,"(?:$1)?").replace($,function(t,e){return e?t:"([^/]+)"}).replace(H,"(.*?)");return new RegExp("^"+t+"$")},_extractParameters:function(t,e){var i=t.exec(e).slice(1);return h.map(i,function(t){return t?decodeURIComponent(t):null})}});var I=a.History=function(){this.handlers=[];h.bindAll(this,"checkUrl");if(typeof window!=="undefined"){this.location=window.location;this.history=window.history}};var N=/^[#\/]|\s+$/g;var O=/^\/+|\/+$/g;var P=/msie [\w.]+/;var C=/\/$/;var j=/[?#].*$/;I.started=false;h.extend(I.prototype,o,{interval:50,getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getFragment:function(t,e){if(t==null){if(this._hasPushState||!this._wantsHashChange||e){t=this.location.pathname;var i=this.root.replace(C,"");if(!t.indexOf(i))t=t.slice(i.length)}else{t=this.getHash()}}return t.replace(N,"")},start:function(t){if(I.started)throw new Error("Backbone.history has already been started");I.started=true;this.options=h.extend({root:"/"},this.options,t);this.root=this.options.root;this._wantsHashChange=this.options.hashChange!==false;this._wantsPushState=!!this.options.pushState;this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var e=this.getFragment();var i=document.documentMode;var r=P.exec(navigator.userAgent.toLowerCase())&&(!i||i<=7);this.root=("/"+this.root+"/").replace(O,"/");if(r&&this._wantsHashChange){this.iframe=a.$('').hide().appendTo("body")[0].contentWindow;this.navigate(e)}if(this._hasPushState){a.$(window).on("popstate",this.checkUrl)}else if(this._wantsHashChange&&"onhashchange"in window&&!r){a.$(window).on("hashchange",this.checkUrl)}else if(this._wantsHashChange){this._checkUrlInterval=setInterval(this.checkUrl,this.interval)}this.fragment=e;var s=this.location;var n=s.pathname.replace(/[^\/]$/,"$&/")===this.root;if(this._wantsHashChange&&this._wantsPushState){if(!this._hasPushState&&!n){this.fragment=this.getFragment(null,true);this.location.replace(this.root+this.location.search+"#"+this.fragment);return true}else if(this._hasPushState&&n&&s.hash){this.fragment=this.getHash().replace(N,"");this.history.replaceState({},document.title,this.root+this.fragment+s.search)}}if(!this.options.silent)return this.loadUrl()},stop:function(){a.$(window).off("popstate",this.checkUrl).off("hashchange",this.checkUrl);clearInterval(this._checkUrlInterval);I.started=false},route:function(t,e){this.handlers.unshift({route:t,callback:e})},checkUrl:function(t){var e=this.getFragment();if(e===this.fragment&&this.iframe){e=this.getFragment(this.getHash(this.iframe))}if(e===this.fragment)return false;if(this.iframe)this.navigate(e);this.loadUrl()},loadUrl:function(t){t=this.fragment=this.getFragment(t);return h.any(this.handlers,function(e){if(e.route.test(t)){e.callback(t);return true}})},navigate:function(t,e){if(!I.started)return false;if(!e||e===true)e={trigger:!!e};var i=this.root+(t=this.getFragment(t||""));t=t.replace(j,"");if(this.fragment===t)return;this.fragment=t;if(t===""&&i!=="/")i=i.slice(0,-1);if(this._hasPushState){this.history[e.replace?"replaceState":"pushState"]({},document.title,i)}else if(this._wantsHashChange){this._updateHash(this.location,t,e.replace);if(this.iframe&&t!==this.getFragment(this.getHash(this.iframe))){if(!e.replace)this.iframe.document.open().close();this._updateHash(this.iframe.location,t,e.replace)}}else{return this.location.assign(i)}if(e.trigger)return this.loadUrl(t)},_updateHash:function(t,e,i){if(i){var r=t.href.replace(/(javascript:|#).*$/,"");t.replace(r+"#"+e)}else{t.hash="#"+e}}});a.history=new I;var R=function(t,e){var i=this;var r;if(t&&h.has(t,"constructor")){r=t.constructor}else{r=function(){return i.apply(this,arguments)}}h.extend(r,i,e);var s=function(){this.constructor=r};s.prototype=i.prototype;r.prototype=new s;if(t)h.extend(r.prototype,t);r.__super__=i.prototype;return r};d.extend=v.extend=k.extend=w.extend=I.extend=R;var U=function(){throw new Error('A "url" property or function must be specified')};var M=function(t,e){var i=e.error;e.error=function(r){if(i)i(t,r,e);t.trigger("error",t,r,e)}}}).call(this);
--------------------------------------------------------------------------------
/tfthing_files/cifar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/cifar.jpg
--------------------------------------------------------------------------------
/tfthing_files/citation_thumb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/citation_thumb.png
--------------------------------------------------------------------------------
/tfthing_files/fonts.css:
--------------------------------------------------------------------------------
1 | @font-face{
2 | font-family: "Avenir";
3 | src: url('fonts/AvenirNext/Regular/avenirnextregular.eot');
4 | src: url('fonts/AvenirNext/Regular/avenirnextregular.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNext/Regular/avenirnextregular.woff') format('woff'),url('fonts/AvenirNext/Regular/avenirnextregular.ttf') format('truetype');
5 | font-weight: normal;
6 | font-style: normal;
7 | }
8 |
9 | @font-face{
10 | font-family: "Avenir";
11 | src: url('fonts/AvenirNext/Italic/avenirnextregularitalic.eot');
12 | src: url('fonts/AvenirNext/Italic/avenirnextregularitalic.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNext/Italic/avenirnextregularitalic.woff') format('woff'),url('fonts/AvenirNext/Italic/avenirnextregularitalic.ttf') format('truetype');
13 | font-weight: normal;
14 | font-style: italic
15 | }
16 |
17 | @font-face{
18 | font-family: "Avenir";
19 | src: url('fonts/AvenirNext/Medium/avenirnextmedium.eot');
20 | src: url('fonts/AvenirNext/Medium/avenirnextmedium.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNext/Medium/avenirnextmedium.woff') format('woff'),url('fonts/AvenirNext/Medium/avenirnextmedium.ttf') format('truetype');
21 | font-weight: 500;
22 | font-style: normal;
23 | }
24 |
25 | @font-face{
26 | font-family: "Avenir";
27 | src: url('fonts/AvenirNext/DemiBold/avenirnextdemibold.eot');
28 | src: url('fonts/AvenirNext/DemiBold/avenirnextdemibold.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNext/DemiBold/avenirnextdemibold.woff') format('woff'),url('fonts/AvenirNext/DemiBold/avenirnextdemibold.ttf') format('truetype');
29 | font-weight: 600;
30 | font-style: normal;
31 | }
32 |
33 | @font-face{
34 | font-family: "Avenir";
35 | src: url('fonts/AvenirNext/DemiBoldItalic/avenirnextdemibolditalic.eot');
36 | src: url('fonts/AvenirNext/DemiBoldItalic/avenirnextdemibolditalic.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNext/DemiBoldItalic/avenirnextdemibolditalic.woff') format('woff'),url('fonts/AvenirNext/DemiBoldItalic/avenirnextdemibolditalic.ttf') format('truetype');
37 | font-weight: 600;
38 | font-style: italic;
39 | }
40 |
41 | @font-face{
42 | font-family: "Avenir";
43 | src: url('fonts/AvenirNext/Bold/avenirnextbold.eot');
44 | src: url('fonts/AvenirNext/Bold/avenirnextbold.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNext/Bold/avenirnextbold.woff') format('woff'),url('fonts/AvenirNext/Bold/avenirnextbold.ttf') format('truetype');
45 | font-weight: bold;
46 | font-style: normal;
47 | }
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/.DS_Store
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/DemiBold/avenirnextdemibold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/DemiBold/avenirnextdemibold.ttf
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/DemiBold/avenirnextdemibold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/DemiBold/avenirnextdemibold.woff
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/Italic/avenirnextregularitalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/Italic/avenirnextregularitalic.ttf
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/Italic/avenirnextregularitalic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/Italic/avenirnextregularitalic.woff
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/Medium/avenirnextmedium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/Medium/avenirnextmedium.ttf
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/Medium/avenirnextmedium.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/Medium/avenirnextmedium.woff
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/Regular/avenirnextregular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/Regular/avenirnextregular.ttf
--------------------------------------------------------------------------------
/tfthing_files/fonts/AvenirNext/Regular/avenirnextregular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/fonts/AvenirNext/Regular/avenirnextregular.woff
--------------------------------------------------------------------------------
/tfthing_files/main.css:
--------------------------------------------------------------------------------
1 | body {
2 | font-family: Avenir, Helvetica Neue, Helvetica, Arial;
3 | padding-left: 12px;
4 | padding-top: 8px;
5 | }
6 |
7 | a {
8 | color: #000;
9 | text-decoration: none;
10 | }
11 |
12 | .fade.in {
13 | opacity: 1;
14 | }
15 | .alert-success {
16 | color: #3c763d;
17 | background-color: #dff0d8;
18 | border-color: #d6e9c6;
19 | }
20 | .alert {
21 | padding: 15px;
22 | margin-bottom: 20px;
23 | border: 1px solid transparent;
24 | border-radius: 4px;
25 | }
26 | .fade {
27 | opacity: 0;
28 | -webkit-transition: opacity .15s linear;
29 | -o-transition: opacity .15s linear;
30 | transition: opacity .15s linear;
31 | }
32 | .close {
33 | float: right;
34 | font-size: 21px;
35 | font-weight: 700;
36 | line-height: 1;
37 | color: #000;
38 | text-shadow: 0 1px 0 #fff;
39 | filter: alpha(opacity=20);
40 | opacity: .2;
41 | }
42 |
43 | a:hover {
44 | color: #eb192d;
45 | }
46 |
47 | img {
48 | border: none;
49 | }
50 |
51 | .tables{
52 | text-align: center;
53 | }
54 |
55 | table {
56 | color: #333;
57 | font-size: 10px;
58 | font-weight: 400;
59 | margin: 0 auto;
60 | text-align: left;
61 | /*font-family: Helvetica, Arial, sans-serif;*/
62 | /*width: 100%;*/
63 | border-collapse: collapse;
64 | border-spacing: 0;
65 | }
66 | td, th {
67 | border: 1px solid transparent;
68 | /* No more visible border */
69 | height: 30px;
70 | transition: all 0.3s;
71 | padding-bottom: 3px;
72 | padding-top: 3px;
73 | /* Simple transition for hover effect */
74 | }
75 | th {
76 | background: #DFDFDF;
77 | /* Darken header a bit */
78 | font-weight: bold;
79 | }
80 | td {
81 | background: #FAFAFA;
82 | text-align: left;
83 | }
84 |
85 |
86 | table tr:first-child td {
87 | /*border: 1px solid #fff;*/
88 | padding-left: 5px;
89 | padding-right: 5px;
90 | border-right: .1px solid #F1F1F1;
91 | border-left: .1px solid #F1F1F1;
92 | border-top: .1px solid #F1F1F1;
93 | }
94 |
95 | table tr:first-child td:first-child {
96 | /*border-left: none;*/
97 | }
98 |
99 | table tr:first-child td:last-child {
100 | /*border-right: none;*/
101 | }
102 |
103 | /* Cells in even rows (2,4,6...) are one color */
104 |
105 | tr:nth-child(even) td {
106 | background: #F1F1F1;
107 | }
108 |
109 | /* Cells in odd rows (1,3,5...) are another (excludes header cells) */
110 |
111 | tr:nth-child(odd) td {
112 | background: #FEFEFE;
113 | }
114 | tr td:hover {
115 | background: #666;
116 | color: #FFF;
117 | }
118 |
119 | strong, b {
120 | font-weight: 600;
121 | }
122 |
123 | .right {
124 | margin-top: 2.0em;
125 | margin-left: 1em;
126 | float: right;
127 | }
128 |
129 | /* --- */
130 |
131 | #main {
132 | width: 70%;
133 | margin-left: 20%;
134 | margin-right: auto;
135 | }
136 |
137 | .dllink {
138 | text-decoration: underline;
139 | font-weight: 500;
140 | }
141 |
142 | .heading {
143 | margin-bottom: 5px;
144 | font-weight: 600;
145 | text-transform: uppercase;
146 | letter-spacing: 1px;
147 | }
148 |
149 | .mcgill {
150 | font-weight: 500;
151 | color: #eb192d;
152 | }
153 |
154 | /* --- */
155 |
156 | .header {
157 | margin-bottom: 18px;
158 | }
159 |
160 | .header .mark {
161 | font-size: 28px;
162 | }
163 |
164 | .header .mark, #title {
165 | display: inline-block;
166 | }
167 |
168 | .header #title {
169 | margin-left: 12px;
170 | font-size: 19px;
171 | font-weight: 100;
172 | color: #666;
173 | text-transform: uppercase;
174 | letter-spacing: 2px;
175 | }
176 |
177 | .footer {
178 | height: 16px;
179 | }
180 |
181 | .twdiv {
182 | /*margin-top:2px;*/
183 | /*height: 10%;*/
184 | /*width: 100%;*/
185 | /*margin: 0 auto;*/
186 | /*margin-bottom: 40%;*/
187 | }
188 |
189 | .hype {
190 | margin-top: 50px;
191 | }
192 |
193 | .twcontentcontainerdiv{
194 | padding-top: 0px;
195 | margin-bottom: 5%;
196 | display: inline-block;
197 | /*margin-left: 20%;*/
198 | /*margin-right: 25%;*/
199 | height: 300px;
200 | width: 100%;
201 | /* overflow: scroll; */
202 | /*position: fixed;*/
203 | bottom: 0;
204 | }
205 |
206 | .twimg {
207 | width: 36px;
208 | cursor: pointer;
209 | height: 36px;
210 | /*border: 2px solid #fff;*/
211 | }
212 | .twcont {
213 | /*background-color: #e8f6ff;*/
214 | /*border: 1px solid #e1e8ed;*/
215 | /*padding: 4px;*/
216 | font-size: 14px;
217 | display: none;
218 | }
219 |
220 | /* --- */
221 |
222 | .gutter {
223 | width: 17%;
224 | position: fixed;
225 | z-index: 5;
226 | height: 100%;
227 | background-color: white;
228 | left: 0;
229 | top: 0;
230 | padding-left: 20px;
231 | padding-top: 14px;
232 | padding-right: 4px;
233 | }
234 |
235 | #logo {
236 | position: absolute;
237 | left: -5px;
238 | top: -9px;
239 | width: 99px;
240 | height: 85px;
241 | overflow: hidden;
242 | }
243 |
244 | .logo-i { fill: #939597; }
245 | .logo-d { fill: #652c90; }
246 | .logo-l { fill: #d5a928; }
247 |
248 | #logo img, #logo svg {
249 | position: absolute;
250 | }
251 |
252 | #logo svg {
253 | cursor: pointer;
254 | }
255 |
256 | .nav {
257 | margin-top: 55px;
258 | }
259 |
260 | .nav > a {
261 | font-size: 10px;
262 | font-weight: 500;
263 | text-transform: uppercase;
264 | letter-spacing: 2px;
265 | margin-right: 0.5em;
266 | }
267 |
268 | .nav .sub {
269 | margin-left: 2px;
270 | margin-bottom: 0.5em;
271 | font-size: 12px;
272 | }
273 |
274 | .twitter {
275 | display: inline-block;
276 | vertical-align: middle;
277 | width: 18px;
278 | height: 15px;
279 | background-position: 1px 2px;
280 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAoCAYAAABq13MpAAAGcklEQVRYw+2YXUyTVxjHz4vJLiZGd7MtXi2LkZtdELM7lyzOG7Nk2RJvl8iujBiNV2JcMA0fwqCFEGCAfJRC+SyltqWFgnwUlIKAWB3yOVrAttQWC1ZCOi6ePc8LL74tVD6ly2KTf87J6Tnv+3uf8zzP+WAAwEhMIj8h1MViEs0Jlqi+we5oJFjGCX3D9X+fmKTmq/f/rzkRlX5fzkmNPhLVqW2DQ1Ify9eFAZ8kafUsURMX+qCo1BYry3oILKcfmLQb2N3Wzqhk48xn6YbLuwJO1cQeydAvURkWONtk5UoGgKsaXRPWo3LarVHSJvkRmXHm+6pHV3h4YdDp0gE7D5XUJPo6QyzLfwKscgZY1UtgChuwkjH4tOhpQPp4Nn430GeU/TcJ4sif5iV2V/NL6P/H81oTOIUVuPsO4AyeNVG9ehw4xTP4oubZ268VFiP2jd4Y9Hufw8TKJoAgufT2RZZikJ8s7JMzxTQw1QKwhtdrZY0Likd9Azjm1G6gpcOz8VzdFHC1E8AV9gKXYdCI3eWc9q96Tj0DnHEBuObXa6J60yvgtC740Tw3jf0Sgtzj89JhK6tyAKt2Ag9f+AxY8SgPyQMLUs5hd/hut/5MH3mp3z3H6eeBa7ADV/4UuNxO4DINw1GyZklMw/MhTut8BywCj2mb9wvAQdBN0z5ldJ1zlbemygusdn5NVBeA8b/Tart/D8CMyVrjjteNeo81v1rljF7gdC7gVNPAKUeAdwuaAb17MzS6yTdGmzPoWWJLXLG8Go9We1aDLCtWnRskA27zXqCfuP0Xj9ZNBHgwwQWE6acP4Nu9m6FxZn7tmbWEg2Zpg670U1rXUpB1xVbWOsjKF/YCTQHU5X5rjmn3+IP8djthMJaNe+6EhUbFmub8jefaPZ5NbtHk8TuX/1HsEZiXetJz5rc+11BMxw7Bsc+3bS99oUH/bgGRYCL/o93Hp7gKO7B6zzqwF342L7jWgaP3A03jzxrGTJzm5dausIVrlP/tU22KD+FhFJ1djjfma4/mbdf6vbZrgz6bbOTN6IvFgGU9cvcLLOjqi6WA5bp10RbTuRDe4vhR1594bTT74aA3ghEVJxL575cHBLuhC3rr+bPN06ajOkdgS4tj26UB79w6A9sO+oMpKk0j5zKbOrksk48reLiW6mjFE0Oj1U+2elbK7P7nNCNh0+dhQZOLSa0u3U8dttmTOvsKv5DQUo2gx0wLqz88eu2RTbwZxX412y1ehwnN1mES1sE6RdKjkneaTg8b+kD0Efoj9P8WWiKRbHnmo/bExMQbWEqwjBPawvU/VOjk5GQ9gmxagdLS0qzZ2dmQm5sLWVlZkJ6e3pmamjqD5eWIQ8vlcjtBpaSkyAUrIlxsQUEBKJVKqK6uhsrKSigrK4Pi4uLA48eP4yMO3dfXZyovLweCzMjIWCT4e/fuySsqKkCtVkNjYyNf1tXVwdjY2K7PiB8EurS01FpTUwO1tbVA8AgM2MZDErAgsvgez4gHD22325UqlWqVrEmqr6/nJVhZsDSW/v288NatW++9sFkPcjm6po9EdcFdqbx9+3Zs0LbUYrGMazSaVbFlxcKPgqGhIfNegfGlsRjwS1SGA6bAz8/P52eZRHV0Vyu5KyUA9IIrQYMGBwfT9Xr9kti6YivrdLr9nBEZBvHNvLw8ykIEvunCRiaTJRQVFQG5aUNDAy+qU/CTuyLwWyyNm86IDoejsaOjwxPqFkaj0b+8vLyvMyIaJV6hUPAxk5OTA2g5DcJvuAvOZD1lqtB30wxTbLW1tfEXNhvTkpSUJM/MzPQJKY6+UhjU3d3tWgfe75HrVE9PzxzFCr2jsLAQpFIppdlh/ABJVVXVECWCrWYZPcAfesPEnxHRyube3l4b5mAbWsU2ir/FxcUDOyOiv8ahpb0UN0L6pJRaUlIC5BY0A2TVUGgyII5xRuSM6Ha7LyJkgMDEuV+YfnG7WDQzDx48sERqwxTtdDrNFB9bwYUTBSNO+p2I7fImJyfPoF8PNTc37wic+hgMhqALm0isaNEIY6KVdSfQ5BoTExOq/8J++ioFOAV7S0tLWItTOyWF0AubiO0fMOjO42JlwgAMhFvMMJNteWFzqKC0j8Cc3Il7cR/t0SnVUZCFLiaYk1empqbCXtgctoUTcO+iQ5eYRUuv0EJCOZhAtVrtaldXl2dkZGTbC5tIuMa+L2z+BexZXK+OBaruAAAAAElFTkSuQmCC);
281 | border: 1px solid #fff;
282 | border-radius: 4px;
283 | }
284 | .twitter:hover {
285 | background-color: #ca9eff;
286 | border-color: #eb192d;
287 | }
288 |
289 | .orgs {
290 | position: fixed;
291 | bottom: 16px;
292 | }
293 |
294 | .orgs a {
295 | display: block;
296 | margin-top: 4px;
297 | }
298 |
299 | .orgs img {
300 | border-radius: 4px;
301 | }
302 |
303 | .orgs a img:hover {
304 | box-shadow: 2px 2px 18px #eb192d;
305 | }
306 |
307 | /* --- */
308 |
309 | .mission {
310 | width: 800px;
311 | margin-top: -3px;
312 | margin-bottom: 0.8em;
313 | font-size: 20px;
314 | }
315 |
316 | .spotlight {
317 | position: relative;
318 | margin-bottom: 1.3em;
319 | height: 200px;
320 | }
321 |
322 | .spotlight a {
323 | position: absolute;
324 | left: 0;
325 | top: 0;
326 | color: #000;
327 | display: none;
328 | }
329 |
330 | .spotlight .active {
331 | display: block;
332 | }
333 |
334 | .spotlight img {
335 | width: 780px;
336 | border-top-right-radius: 12px;
337 | border-bottom-left-radius: 12px;
338 | }
339 |
340 | .spotlight:hover img {
341 | box-shadow: 2px 2px 18px #eb192d;
342 | }
343 |
344 | .spotlight div {
345 | position: absolute;
346 | bottom: 15px;
347 | right: 35px;
348 | background: rgba(255, 255, 255, 0.95);
349 | border: 1px solid #ccc;
350 | border-top-right-radius: 6px;
351 | border-bottom-left-radius: 6px;
352 | padding: 4px 6px;
353 | text-align: right;
354 | font-size: 14px;
355 | font-weight: 500;
356 | }
357 |
358 | .lead {
359 | font-size: 15px;
360 | font-weight: 600;
361 | text-transform: uppercase;
362 | letter-spacing: 2px;
363 | }
364 |
365 | div.lead {
366 | margin-bottom: 0.5em;
367 | }
368 |
369 | .sidepanel {
370 | float: right;
371 | width: 200px;
372 | }
373 |
374 | .update, .course {
375 | font-size: 14px;
376 | margin-bottom: 1em;
377 | }
378 |
379 | .update a {
380 | font-weight: 500;
381 | }
382 |
383 | .update .date,
384 | .course .level {
385 | font-style: italic;
386 | }
387 |
388 | .courses {
389 | margin-top: 1.5em;
390 | }
391 |
392 | .recents {
393 | width: 570px;
394 | }
395 |
396 | .allpubs {
397 | margin-left: 1em;
398 | font-size: 13px;
399 | line-height: 20px;
400 | font-weight: 400;
401 | letter-spacing: 0px;
402 | }
403 |
404 | .recents .event {
405 | font-weight: 500;
406 | margin-bottom: 1em;
407 | font-size: 14px;
408 | }
409 |
410 | .recent .paper div.title,
411 | .recent .paper div.authors,
412 | .recent .paper div.venue {
413 | display: inline;
414 | margin-right: 0.4em;
415 | }
416 |
417 | /* --- */
418 |
419 | .pub > .title {
420 | font-size: 19px;
421 | font-weight: 600;
422 | }
423 |
424 | .pub > .authors {
425 | font-size: 16px;
426 | margin-bottom: 1em;
427 | }
428 |
429 | .pub > .figure {
430 | display: block;
431 | margin: 0 auto;
432 | }
433 |
434 | .pub > .figure img {
435 | max-width: 700px;
436 | display: block;
437 | margin: 0 auto;
438 | }
439 |
440 | .pub > .figure .caption {
441 | font-size: 13px;
442 | margin: 0 auto;
443 | display: block;
444 | text-align: center;
445 | /*margin-right: 25px;*/
446 | }
447 |
448 | .pub .heading {
449 | margin-top: 24px;
450 | margin-bottom: 5px;
451 | font-size: 12px;
452 | }
453 |
454 | .pub .text,
455 | .pub .materials {
456 | font-size: 15px;
457 | font-weight: 300;
458 | margin-bottom: 1em;
459 | }
460 |
461 | .pub .player {
462 | margin-top: 4px;
463 | }
464 |
465 | .papers {
466 | margin-bottom: 2em;
467 | }
468 |
469 | .papers .heading {
470 | margin-left: 138px;
471 | margin-bottom: 10px;
472 | font-size: 15px;
473 | }
474 |
475 | .paper {
476 | font-size: 15px;
477 | font-weight: 300;
478 | line-height: 20px;
479 | margin-bottom: 1.5em;
480 | clear: left;
481 | }
482 |
483 | .paper .thumbnail {
484 | float: left;
485 | margin-top: 3px;
486 | }
487 |
488 | .paper .thumbnail a img {
489 | border-radius: 8px;
490 | }
491 |
492 | .paper .thumbnail a img:hover {
493 | box-shadow: 2px 2px 18px #eb192d;
494 | }
495 |
496 | .paper .entry {
497 | margin-left: 138px;
498 | line-height: 1.2em;
499 | }
500 |
501 | .paper .title {
502 | font-weight: 600;
503 | }
504 |
505 | .paper .journal {
506 | font-style: italic;
507 | }
508 |
509 | .paper .note, .links .note {
510 | font-weight: 500;
511 | }
512 |
513 | pre.bibtex {
514 | font-family: Courier New, monospace;
515 | font-size: 16px;
516 | line-height: 22px;
517 | white-space: pre-wrap;
518 | }
519 |
520 | .project .teaser-img {
521 | position: relative;
522 | }
523 |
524 | .project .play-button {
525 | position: absolute;
526 | opacity: 0.7;
527 | top: 110px;
528 | left: 300px;
529 | cursor: pointer;
530 | }
531 |
532 | .project .play-button:hover { opacity: 0.8; }
533 |
534 | .project .teaser-video { display: none; }
535 |
536 | .project .title sup {
537 | font-weight: 100;
538 | font-size: 12px;
539 | color: #666;
540 | }
541 |
542 | .project .abstract a { font-weight: 600; }
543 |
544 | .project .thumbnail {
545 | float: left;
546 | width: 350px;
547 | margin: 0px 40px 20px 0;
548 | text-align: center;
549 | }
550 |
551 | .project .thumbnail img {
552 | width: 350px;
553 | /*height: 200px;*/
554 | padding: 5px;
555 | border: 1px solid #ccc;
556 | }
557 |
558 | .project .thumbnail img:hover { background: rgba(138, 94, 211, 0.5); }
559 |
560 | .project a.btn {
561 | display: inline-block;
562 | font-weight: 400;
563 | text-align: center;
564 | vertical-align: middle;
565 | cursor: pointer;
566 | border: 1px solid #652C90;
567 | padding: 6px 12px;
568 | font-size: 14px;
569 | line-height: 1.42857143;
570 | border-radius: 4px;
571 | color: #FFF;
572 | background-color: #652C90;
573 | margin: 10px 0;
574 | }
575 |
576 | .project .btn:hover {
577 | background-color: #8A5ED3;
578 | border-color: #8A5ED3;
579 | }
580 |
581 | /* --- */
582 |
583 | .members {
584 | width: 700px;
585 | }
586 |
587 | .people .heading {
588 | margin-top: 1em;
589 | margin-bottom: 10px;
590 | font-size: 15px;
591 | }
592 |
593 | .people .list {
594 | width: 790px;
595 | -moz-column-count: 3;
596 | -webkit-column-count: 3;
597 | column-count: 3;
598 | }
599 |
600 | .person, .group {
601 | position: relative;
602 | display: inline-block;
603 | vertical-align: top;
604 | padding-right: 10px;
605 | padding-bottom: 10px;
606 | width: 123px;
607 | height: 176px;
608 | overflow: hidden;
609 | }
610 | .group, .group img {
611 | width: 256px;
612 | }
613 |
614 | .person a, .group a {
615 | position: absolute;
616 | }
617 |
618 | .person img {
619 | border-radius: 12px;
620 | width: 123px;
621 | opacity: 0.7;
622 | }
623 | .person img:hover {
624 | opacity: 0.9;
625 | }
626 |
627 | .person .nickname {
628 | position: absolute;
629 | z-index: 2;
630 | left: 12px;
631 | bottom: 12px;
632 | color: black;
633 | font-size: 18px;
634 | font-weight: 500;
635 | color: #fff;
636 | text-shadow: 1px 1px 3px #000;
637 | pointer-events: none;
638 | }
639 |
640 | .person:hover .nickname {
641 | color: #aa7ef3;
642 | text-shadow: 1px 1px 3px #000;
643 | }
644 |
645 | .group .name {
646 | margin-top: 2em;
647 | font-size: 19px;
648 | font-weight: 500;
649 | }
650 |
651 | .group .affiliation {
652 | font-style: italic;
653 | font-size: 16px;
654 | }
655 |
656 | .group .interests {
657 | margin-top: 0.5em;
658 | font-size: 14px;
659 | }
660 |
661 | .about a.b {
662 | font-weight: 600;
663 | }
664 |
665 | .about .lead {
666 | margin-top: 1.5em;
667 | }
668 |
669 | .about .quote {
670 | padding-right: 5px;
671 | margin-bottom: 1.3em;
672 | font-style: italic;
673 | }
674 |
675 | .about .para {
676 | margin-bottom: 0.5em;
677 | }
678 |
679 | .about .quote,
680 | .about .para {
681 | line-height: 24px;
682 | }
683 |
--------------------------------------------------------------------------------
/tfthing_files/mcgill_logo_big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/mcgill_logo_big.png
--------------------------------------------------------------------------------
/tfthing_files/mcgill_seal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/mcgill_seal.png
--------------------------------------------------------------------------------
/tfthing_files/nserc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/nserc.png
--------------------------------------------------------------------------------
/tfthing_files/sait.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/sait.png
--------------------------------------------------------------------------------
/tfthing_files/splash_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Breakend/DialogDatasets/c8603fd9ce46da3b4954917600f21a5f56ac0f64/tfthing_files/splash_image.png
--------------------------------------------------------------------------------
/tfthing_files/tweets.js:
--------------------------------------------------------------------------------
1 | // create the tweets
2 |
3 | var tweets = [{"timestamp": "2015-05-26T16:05:50", "text": "\u308f\u304f\u308f\u304f\u5b66\u3073\u306e\u30d5\u30ec\u30f3\u30c9\u6b32\u3057\u3044\u3067\u3059\u3002\n151205742\n\u7533\u8acb\u304a\u9858\u3044\u3057\u307e\u3059", "user": "MonsterShh", "retweets": "0", "replies": "0", "fullname": "\u3057\u3087@\u30e2\u30f3\u30b9\u30c8\u57a2", "id": "603230573679620096", "likes": "0"}, {"timestamp": "2015-12-18T01:41:26", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.CL]) http://ift.tt/1RshiSP\u00a0", "user": "CSCLPapers", "retweets": "0", "replies": "0", "fullname": "CS.CL Papers", "id": "677664938677149697", "likes": "0"}, {"timestamp": "2015-12-18T01:43:41", "text": "cs.AI: A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.CL]) http://ift.tt/1RshiSP\u00a0", "user": "gngdb_rss_bot", "retweets": "0", "replies": "0", "fullname": "gngdb rss bot", "id": "677665503586951168", "likes": "0"}, {"timestamp": "2015-12-18T01:48:42", "text": "#arXiv #cs_AI \"A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.CL\u2026 http://j.mp/1RVnmm7\u00a0", "user": "helioRocha_", "retweets": "0", "replies": "0", "fullname": "Helio Rocha", "id": "677666769541185536", "likes": "0"}, {"timestamp": "2015-12-18T01:48:45", "text": "#arXiv #stat_ML \"A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.\u2026 http://j.mp/1RVnmm7\u00a0", "user": "helioRocha_", "retweets": "0", "replies": "0", "fullname": "Helio Rocha", "id": "677666781503348737", "likes": "0"}, {"timestamp": "2015-12-18T02:02:08", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.CL]) http://ift.tt/1RshiSP\u00a0", "user": "StatMLPapers", "retweets": "0", "replies": "0", "fullname": "Stat.ML Papers", "id": "677670146496950273", "likes": "4"}, {"timestamp": "2015-12-18T02:20:36", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.CL]) http://ift.tt/1QsZp6m\u00a0", "user": "mistermcguire", "retweets": "0", "replies": "0", "fullname": "Patrick McGuire", "id": "677674794863755265", "likes": "0"}, {"timestamp": "2015-12-18T02:25:18", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.CL]) http://tiny.cc/bzrd7x\u00a0", "user": "Txt_Mining", "retweets": "0", "replies": "0", "fullname": "Txt Mining Solutions", "id": "677675979679092736", "likes": "0"}, {"timestamp": "2015-12-18T02:34:32", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. http://arxiv.org/abs/1512.05742\u00a0", "user": "StatsPapers", "retweets": "0", "replies": "0", "fullname": "Statistics Papers", "id": "677678300169420800", "likes": "1"}, {"timestamp": "2015-12-18T04:16:04", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742v1\u00a0\u2026 #arxiv", "user": "papers___", "retweets": "0", "replies": "0", "fullname": "nick", "id": "677703853937139714", "likes": "0"}, {"timestamp": "2015-12-18T15:01:12", "text": "A survey of available corpora for building data-driven dialogue systems: http://arxiv.org/abs/1512.05742\u00a0", "user": "mikeolson", "retweets": "2", "replies": "1", "fullname": "Mike Olson", "id": "677866206922076161", "likes": "8"}, {"timestamp": "2015-12-18T16:06:15", "text": "\u201c[1512.05742] A Survey of Available Corpora for Building Data-Driven Dialogue Systems\u201d http://htn.to/M83npff5\u00a0", "user": "hamadakoichi", "retweets": "0", "replies": "0", "fullname": "\u6ff1\u7530\u6643\u4e00, Ph.D.", "id": "677882578775371777", "likes": "0"}, {"timestamp": "2015-12-18T16:11:13", "text": "A Survey of Available Corpora For Building Data-Driven Dialogue Systems https://lnkd.in/dA8SrJJ\u00a0 #nlproc", "user": "jaganadhg", "retweets": "2", "replies": "0", "fullname": "Jaganadh Gopinadhan", "id": "677883825557499904", "likes": "2"}, {"timestamp": "2015-12-18T17:30:53", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0 #deeplearning #machinelearning", "user": "deeplearning4j", "retweets": "7", "replies": "0", "fullname": "deeplearning4j", "id": "677903875517644800", "likes": "19"}, {"timestamp": "2015-12-18T17:56:01", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0", "user": "bradneuberg", "retweets": "1", "replies": "0", "fullname": "Brad Neuberg", "id": "677910200049733632", "likes": "3"}, {"timestamp": "2015-12-18T17:59:01", "text": "A Survey of Available Corpora For Building Data-Driven Dialogue Systems http://arxiv.org/pdf/1512.05742v1.pdf\u00a0\u2026", "user": "StephenPiment", "retweets": "0", "replies": "0", "fullname": "Stephen Pimentel", "id": "677910954982506496", "likes": "2"}, {"timestamp": "2015-12-19T08:54:33", "text": "[1512.05742] A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://ainews.posthaven.com/1512-dot-05742-a-survey-of-available-corpora-for-building-data-driven-dialogue-systems\u00a0\u2026", "user": "AINewsletter", "retweets": "0", "replies": "0", "fullname": "AI Newsletter", "id": "678136325426552832", "likes": "0"}, {"timestamp": "2015-12-19T08:59:52", "text": "[1512.05742] A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://ift.tt/1NCWeCW\u00a0", "user": "RattelyrDragon", "retweets": "0", "replies": "0", "fullname": "RattelyrDragon", "id": "678137660813262848", "likes": "0"}, {"timestamp": "2015-12-21T01:17:39", "text": "cs.LG: A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v1 [cs.CL]) http://ift.tt/1RshiSP\u00a0", "user": "gngdb_rss_bot", "retweets": "0", "replies": "0", "fullname": "gngdb rss bot", "id": "678746115408322560", "likes": "0"}, {"timestamp": "2015-12-21T17:09:44", "text": "\u201c[1512.05742] A Survey of Available Corpora for Building Data-Driven Dialogue Systems\u201d (3 users) http://htn.to/tidTz4\u00a0", "user": "mima_tea", "retweets": "0", "replies": "0", "fullname": "\u307f\u307e\u30c6\u30a3\u30fc", "id": "678985715980496896", "likes": "1"}, {"timestamp": "2015-12-22T00:51:11", "text": "[1512.05742] A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0", "user": "willy_picard", "retweets": "0", "replies": "0", "fullname": "Willy Picard", "id": "679101845818753024", "likes": "0"}, {"timestamp": "2015-12-23T01:14:35", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742v2\u00a0\u2026 #arxiv", "user": "papers___", "retweets": "0", "replies": "0", "fullname": "nick", "id": "679470122428416000", "likes": "0"}, {"timestamp": "2015-12-25T09:19:22", "text": "\"A Survey of Available Corpora For Building Data-Driven Dialogue Systems\"\nhttp://arxiv.org/pdf/1512.05742v2.pdf\u00a0\u2026 [pdf]", "user": "q33r4", "retweets": "0", "replies": "2", "fullname": "\u00a0\ud83d\ude49", "id": "680316895807995904", "likes": "1"}, {"timestamp": "2016-01-02T20:48:05", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0", "user": "_DaveSullivan", "retweets": "0", "replies": "0", "fullname": "Dave Sullivan", "id": "683389318799343617", "likes": "2"}, {"timestamp": "2016-06-28T05:11:04", "text": "A survey of available corpora for building data-driven dialogue systems: http://ift.tt/28YHuBm\u00a0", "user": "GeofryDryer", "retweets": "0", "replies": "0", "fullname": "geofry dryer", "id": "747658554857914368", "likes": "0"}, {"timestamp": "2016-06-28T07:30:28", "text": "\"A survey of available corpora for building data-driven dialogue systems\" - Serban et al. 2015 http://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems\u00a0\u2026 #themorningpaper", "user": "adriancolyer", "retweets": "4", "replies": "1", "fullname": "Adrian Colyer", "id": "747693635873931265", "likes": "11"}, {"timestamp": "2016-06-28T13:26:09", "text": "A survey of available corpora for building data-driven dialogue systems http://bit.ly/293hNmR\u00a0 #deeplearning", "user": "DeeplearningSoc", "retweets": "3", "replies": "0", "fullname": "Deeplearng Sociative", "id": "747783146746187776", "likes": "1"}, {"timestamp": "2016-06-28T15:17:35", "text": "A survey of available corpora for building data-driven dialogue systems | the morning paper https://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems/\u00a0\u2026", "user": "samesimilar", "retweets": "0", "replies": "0", "fullname": "samesimilar", "id": "747811187170115584", "likes": "2"}, {"timestamp": "2016-06-28T21:23:17", "text": "sn-news: #data #bigdata #prosumers A survey of available corpora for building data-driven dialogue systems https://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems/\u00a0\u2026", "user": "jmsunico", "retweets": "0", "replies": "0", "fullname": "Jos\u00e9-Mar\u00eda S\u00fanico", "id": "747903220094205952", "likes": "0"}, {"timestamp": "2016-06-29T00:02:49", "text": "A survey of available corpora for building data-driven dialogue systems https://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems/\u00a0\u2026 via @wordpressdotcom", "user": "tparish", "retweets": "0", "replies": "0", "fullname": "Tom Parish", "id": "747943367959449600", "likes": "0"}, {"timestamp": "2016-06-29T03:21:49", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems #deeplearning #chatbots http://arxiv.org/abs/1512.05742\u00a0", "user": "surmenok", "retweets": "2", "replies": "0", "fullname": "Pavel Surmenok", "id": "747993448150507520", "likes": "4"}, {"timestamp": "2016-06-29T11:04:11", "text": "A survey of available corpora for building data-driven dialogue systems http://bit.ly/29bxeL2\u00a0", "user": "brianbaquiran", "retweets": "0", "replies": "0", "fullname": "Brian Baquiran", "id": "748109805433331712", "likes": "0"}, {"timestamp": "2016-06-29T16:15:19", "text": "http://bit.ly/29ocWdt\u00a0 A survey of available corpora for building data-driven dialogue systems | the morning paper", "user": "robdiana", "retweets": "0", "replies": "0", "fullname": "Rob Diana", "id": "748188104264159232", "likes": "0"}, {"timestamp": "2016-07-12T18:48:01", "text": "Video: A Survey of Available Corpora for Building Data-driven Dialogue Systems http://bit.ly/29MWWFV\u00a0", "user": "Sinfacom", "retweets": "0", "replies": "0", "fullname": "sinfa.com", "id": "752937577104019456", "likes": "0"}, {"timestamp": "2016-07-12T18:48:57", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://ift.tt/29GKx4m\u00a0", "user": "nitzrulzx412", "retweets": "0", "replies": "0", "fullname": "Nitish Shekhar", "id": "752937811674853377", "likes": "0"}, {"timestamp": "2016-07-12T18:49:55", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://ift.tt/29GKx4m\u00a0pic.twitter.com/FKgFtp74Z5", "user": "Chandanrtcs", "retweets": "0", "replies": "0", "fullname": "Chandan Kumar", "id": "752938053426147329", "likes": "0"}, {"timestamp": "2016-07-12T18:50:33", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://ift.tt/29GKx4m\u00a0", "user": "chhhandan", "retweets": "0", "replies": "0", "fullname": "Chandan Kumar", "id": "752938213313052676", "likes": "0"}, {"timestamp": "2016-07-12T18:51:30", "text": "Fresh from @KDNuggets: A Survey of Available Corpora for Building Data-driven Dialogue Systems http://bit.ly/29NuYal\u00a0", "user": "datascigeek", "retweets": "0", "replies": "0", "fullname": "Data Geek", "id": "752938451222335489", "likes": "0"}, {"timestamp": "2016-07-12T18:55:33", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://dlvr.it/LnFZP5\u00a0", "user": "data_giri", "retweets": "0", "replies": "0", "fullname": "DataGiri", "id": "752939469943152640", "likes": "0"}, {"timestamp": "2016-07-12T18:57:12", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://bit.ly/29OIPNk\u00a0 #2016JulOpinionsInterviewsReports", "user": "elahi_irfan", "retweets": "0", "replies": "0", "fullname": "Irfan Elahi", "id": "752939884554227712", "likes": "0"}, {"timestamp": "2016-07-12T18:57:21", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems This post is a summary of Serban, et al. \"\u2026 http://www.kdnuggets.com/2016/07/survey-available-corpora-building-data-driven-dialog-systems.html\u00a0\u2026", "user": "programmingncr", "retweets": "0", "replies": "0", "fullname": "Programming Gurgaon", "id": "752939922936389632", "likes": "0"}, {"timestamp": "2016-07-12T19:08:04", "text": "\"A Survey of Available Corpora for Building Data-driven Dialogue Systems\" http://www.kdnuggets.com/2016/07/survey-available-corpora-building-data-driven-dialog-systems.html\u00a0\u2026 #datascience #feedly", "user": "jOkAmE", "retweets": "0", "replies": "0", "fullname": "Jos\u00e9 Carlos M\u00e9ndez", "id": "752942620788137984", "likes": "1"}, {"timestamp": "2016-07-12T19:15:42", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://bit.ly/2a6EXqf\u00a0 #datascience", "user": "my_data_science", "retweets": "0", "replies": "0", "fullname": "My Data Science", "id": "752944541716533248", "likes": "0"}, {"timestamp": "2016-07-12T20:12:02", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://ift.tt/29GKx4m\u00a0 #Opines on #BigData", "user": "BigDataBlogs", "retweets": "0", "replies": "0", "fullname": "BIGData\u00a0\ud83d\udde3OPINES", "id": "752958717251944448", "likes": "0"}, {"timestamp": "2016-07-12T21:00:09", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems - http://klou.tt/p5qw5wxbqhj7\u00a0", "user": "RobkNews", "retweets": "0", "replies": "0", "fullname": "Robk News", "id": "752970828065546240", "likes": "0"}, {"timestamp": "2016-07-12T21:30:03", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems - http://klou.tt/1pqborzrnglta\u00a0", "user": "Robkishere", "retweets": "0", "replies": "0", "fullname": "Rob Kaarto", "id": "752978351485104128", "likes": "0"}, {"timestamp": "2016-07-13T06:42:21", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems - http://ln.is/www.kdnuggets.com/20/dVLe3\u00a0\u2026", "user": "robertsimasia", "retweets": "0", "replies": "0", "fullname": "robert sim", "id": "753117343199457280", "likes": "0"}, {"timestamp": "2016-07-13T07:25:55", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://klou.tt/18vvtc92k1pjb\u00a0", "user": "DataScienceBe", "retweets": "0", "replies": "0", "fullname": "DataScienceCommunity", "id": "753128308057972737", "likes": "0"}, {"timestamp": "2016-07-13T09:59:14", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://klou.tt/9wwbgkqide4l\u00a0", "user": "ivan18hole", "retweets": "0", "replies": "0", "fullname": "Ivan Nava", "id": "753166891087036416", "likes": "0"}, {"timestamp": "2016-07-13T12:20:11", "text": "\"A Survey of Available Corpora for Building Data-driven Dialogue Systems\" http://goo.gl/XBysXY\u00a0pic.twitter.com/m6NhHFSnUz", "user": "badc0da", "retweets": "0", "replies": "0", "fullname": "badc0da", "id": "753202361837953024", "likes": "0"}, {"timestamp": "2016-07-13T13:17:07", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://buff.ly/29zpDRe\u00a0 #chatbot #NLPpic.twitter.com/0OANPQjzfB", "user": "kdnuggets", "retweets": "21", "replies": "0", "fullname": "KDnuggets", "id": "753216690268274688", "likes": "26"}, {"timestamp": "2016-07-13T14:45:02", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems - http://ln.is/www.kdnuggets.com/20/tlbi1\u00a0\u2026", "user": "jimmyhoshi", "retweets": "0", "replies": "0", "fullname": "toosan", "id": "753238814550876160", "likes": "0"}, {"timestamp": "2016-07-13T17:43:24", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://buff.ly/29zpfSw\u00a0 #chatbot #NLPpic.twitter.com/UKTRqnVdam", "user": "mattmayo13", "retweets": "0", "replies": "0", "fullname": "Matthew Mayo", "id": "753283703175020544", "likes": "1"}, {"timestamp": "2016-07-13T22:14:13", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://bit.ly/2a85yTN\u00a0pic.twitter.com/IX8idg0Q83", "user": "mattlawer", "retweets": "0", "replies": "0", "fullname": "Mathieu Bolard", "id": "753351854176763905", "likes": "0"}, {"timestamp": "2016-07-14T05:15:41", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://buff.ly/29zpDRe\u00a0 #BigData #DataScience #MachineLearning", "user": "jlmico", "retweets": "2", "replies": "0", "fullname": "JL Mic\u00f3", "id": "753457918582730752", "likes": "2"}, {"timestamp": "2016-07-14T15:45:09", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems - http://www.kdnuggets.com/2016/07/survey-available-corpora-building-data-driven-dialog-systems.html\u00a0\u2026", "user": "crbazevedo", "retweets": "0", "replies": "0", "fullname": "Carlos R. B. Azevedo", "id": "753616330457178112", "likes": "1"}, {"timestamp": "2016-07-14T16:15:11", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems - http://www.kdnuggets.com/2016/07/survey-available-corpora-building-data-driven-dialog-systems.html\u00a0\u2026", "user": "dabarsm", "retweets": "0", "replies": "0", "fullname": "Manuel Daza", "id": "753623890576875520", "likes": "0"}, {"timestamp": "2016-07-15T16:20:57", "text": "\"A Survey of Available Corpora for Building Data-driven Dialogue Systems\" http://ln.is/www.kdnuggets.com/20/ZKeyX\u00a0\u2026 #datascience", "user": "nandoferreira", "retweets": "0", "replies": "0", "fullname": "Fernando Ferreira", "id": "753987730279899136", "likes": "0"}, {"timestamp": "2016-07-16T18:27:39", "text": "\"A Survey of Available Corpora for Building Data-driven Dialogue Systems\" http://www.kdnuggets.com/2016/07/survey-available-corpora-building-data-driven-dialog-systems.html\u00a0\u2026", "user": "paulblaser", "retweets": "0", "replies": "0", "fullname": "Paul Blaser", "id": "754382002636394497", "likes": "0"}, {"timestamp": "2016-07-17T03:48:28", "text": "A Survey of Available Corpora for Building Data-driven Dialogue Systems http://www.kdnuggets.com/2016/07/survey-available-corpora-building-data-driven-dialog-systems.html\u00a0\u2026 via @jlmico", "user": "commersational", "retweets": "0", "replies": "0", "fullname": "Commersational", "id": "754523136834490368", "likes": "0"}, {"timestamp": "2016-07-22T06:50:13", "text": "A survey of available corpora for building data-driven dialogue systems http://ow.ly/TbMJ302oxnD\u00a0 #nlproc #textmining", "user": "jmgomez", "retweets": "3", "replies": "0", "fullname": "Jose M Gomez Hidalgo", "id": "756380812061315072", "likes": "2"}, {"timestamp": "2016-07-22T13:52:00", "text": "A survey of available corpora for building data-driven dialogue systems: https://www.reddit.com/r/textdatamining/comments/4u2uet/a_survey_of_available_corpora_for_building/\u00a0\u2026 #NLProc", "user": "ML_NLP", "retweets": "8", "replies": "0", "fullname": "Machine Learning", "id": "756486958529048576", "likes": "10"}, {"timestamp": "2016-07-25T12:55:54", "text": "A survey of available corpora for building data-driven dialogue systems | the morning paper http://ow.ly/nTh7302zGPb\u00a0", "user": "NLProcLinks", "retweets": "1", "replies": "0", "fullname": "Nat Language Proc", "id": "757560004383739904", "likes": "1"}, {"timestamp": "2016-07-25T15:57:01", "text": "\u261e A survey of available corpora for building data-driven dialogue systems http://buff.ly/29Ufhj2\u00a0", "user": "xdg", "retweets": "0", "replies": "0", "fullname": "David Golden", "id": "757605582333501444", "likes": "0"}, {"timestamp": "2016-07-30T23:42:56", "text": "A survey of available corpora for building data-driven dialogue systems | the morning paper https://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems/\u00a0\u2026", "user": "shahidmogul", "retweets": "0", "replies": "0", "fullname": "Shahid Ali Mughal", "id": "759534774654349312", "likes": "0"}, {"timestamp": "2016-09-16T10:17:43", "text": "A survey of available corpora for building data-driven dialogue systems https://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems/\u00a0\u2026 \u4f86\u81ea @wordpressdotcom", "user": "Chat_Commerce", "retweets": "0", "replies": "0", "fullname": "Chat Commerce", "id": "776726754597609472", "likes": "1"}, {"timestamp": "2017-02-16T18:54:43", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems\nhttps://arxiv.org/pdf/1512.05742.pdf\u00a0\u2026", "user": "times_to_come", "retweets": "0", "replies": "0", "fullname": "Linda MacPhee-Cobb", "id": "832302201993302017", "likes": "0"}, {"timestamp": "2017-02-23T22:11:56", "text": "A survey of available corpora for building data-driven dialogue systems https://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems/\u00a0\u2026 via @wordpressdotcom", "user": "shehnaaz_kagdi", "retweets": "0", "replies": "0", "fullname": "Shehnaaz Kagdi", "id": "834888551972077569", "likes": "0"}, {"timestamp": "2017-03-22T00:31:17", "text": "#arXiv #cs_AI \"A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.CL\u2026 http://j.mp/1RVnmm7\u00a0", "user": "helioRocha_", "retweets": "0", "replies": "0", "fullname": "Helio Rocha", "id": "844345702037831681", "likes": "0"}, {"timestamp": "2017-03-22T00:32:24", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.CL] UPDATED) http://ift.tt/1RshiSP\u00a0 #NLP\u2026", "user": "arxiv_cs_cl", "retweets": "5", "replies": "0", "fullname": "cs.CL Papers", "id": "844345982645125120", "likes": "17"}, {"timestamp": "2017-03-22T00:33:17", "text": "#arXiv #stat_ML \"A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.\u2026 http://j.mp/1RVnmm7\u00a0", "user": "helioRocha_", "retweets": "0", "replies": "0", "fullname": "Helio Rocha", "id": "844346205492711425", "likes": "0"}, {"timestamp": "2017-03-22T00:33:37", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.CL] UPDATED) http://ift.tt/1RshiSP\u00a0", "user": "StatMLPapers", "retweets": "1", "replies": "0", "fullname": "Stat.ML Papers", "id": "844346292394430465", "likes": "6"}, {"timestamp": "2017-03-22T00:34:18", "text": "cs.AI: A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.CL] UPDATE\u2026 http://ift.tt/1RshiSP\u00a0", "user": "gngdb_rss_bot", "retweets": "0", "replies": "0", "fullname": "gngdb rss bot", "id": "844346460388909057", "likes": "0"}, {"timestamp": "2017-03-22T00:34:31", "text": "#NewPaper: #arXiv cs.AI http://ift.tt/1RshiSP\u00a0 A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742\u2026", "user": "SoEngineering", "retweets": "1", "replies": "0", "fullname": "Thorsten Sommer", "id": "844346516416421888", "likes": "0"}, {"timestamp": "2017-03-22T00:35:23", "text": "cs.LG: A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.CL] UPDATE\u2026 http://ift.tt/1RshiSP\u00a0", "user": "gngdb_rss_bot", "retweets": "0", "replies": "0", "fullname": "gngdb rss bot", "id": "844346733501059073", "likes": "0"}, {"timestamp": "2017-03-22T00:41:12", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0", "user": "arxiv_cscl", "retweets": "0", "replies": "0", "fullname": "arXiv CS-CL", "id": "844348196990205953", "likes": "0"}, {"timestamp": "2017-03-22T00:41:13", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0", "user": "arxiv_cshc", "retweets": "0", "replies": "0", "fullname": "arXiv CS-HC", "id": "844348204783190017", "likes": "0"}, {"timestamp": "2017-03-22T01:17:13", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742v3\u00a0\u2026 #arxiv", "user": "papers___", "retweets": "0", "replies": "0", "fullname": "nick", "id": "844357262500139009", "likes": "0"}, {"timestamp": "2017-03-22T01:19:05", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.CL] UPDATED) http://dlvr.it/NhLQ9y\u00a0", "user": "mysavanna", "retweets": "0", "replies": "0", "fullname": "mysavanna", "id": "844357733419704321", "likes": "0"}, {"timestamp": "2017-03-22T05:15:05", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems. (arXiv:1512.05742v3 [cs.CL] UPDATED) http://dlvr.it/NhPb5z\u00a0", "user": "ai_papers", "retweets": "0", "replies": "0", "fullname": "AIPapers", "id": "844417123980099584", "likes": "1"}, {"timestamp": "2017-03-22T13:40:36", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0", "user": "arxiv_cscl", "retweets": "2", "replies": "0", "fullname": "arXiv CS-CL", "id": "844544339661475840", "likes": "1"}, {"timestamp": "2017-03-22T13:40:37", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems http://arxiv.org/abs/1512.05742\u00a0", "user": "arxiv_cshc", "retweets": "0", "replies": "0", "fullname": "arXiv CS-HC", "id": "844544347152564225", "likes": "0"}, {"timestamp": "2017-05-25T05:39:58", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems\nhttps://breakend.github.io/DialogDatasets/\u00a0", "user": "odan3240", "retweets": "0", "replies": "0", "fullname": "\u6c42\u8077\u4e2d", "id": "867616208379559937", "likes": "0"}, {"timestamp": "2017-10-13T13:07:57", "text": "A Survey of Available Corpora for Building Data-Driven Dialogue Systems\nhttps://breakend.github.io/DialogDatasets/\u00a0", "user": "vtqveant", "retweets": "0", "replies": "0", "fullname": "Kosta Sokolov", "id": "918825637426671616", "likes": "0"}, {"timestamp": "2017-12-16T23:04:26", "text": "A survey of available corpora for building data-driven dialogue systems https://blog.acolyer.org/2016/06/28/a-survey-of-available-corpora-for-building-data-driven-dialogue-systems/\u00a0\u2026 via @wordpressdotcom #chatbots #ML #AI #conversationalAI #machinelearning", "user": "nahidalam", "retweets": "3", "replies": "0", "fullname": "Nahid Alam", "id": "942168568371716096", "likes": "2"}]
4 |
5 | console.log(tweets); // this will show the info it in firebug console
6 | var div = d3.select(".pub");
7 | // div.append('br');
8 | div = div.append('div').classed('hype', true);
9 | tweets.sum=0;
10 | tweets.forEach(function (value) {
11 | tweets.sum += Number(value.likes);//parseInt(value.likes,10);
12 | }, tweets);
13 | tweets.retweets=0;
14 | tweets.forEach(function (value) {
15 | tweets.retweets += Number(value.retweets);//parseInt(value.likes,10);
16 | }, tweets);
17 | var sumLikes = tweets.sum;//'tweets.reduce((x, y) => Number(x.likes) + Number(y.likes));
18 | div.append('div').classed('heading', true).text('Twitter Hype');
19 | tweetCount = div.append('div').classed('links', true) ;//.classed('heading', true).style('font-size' , '14px');
20 | tweetCount.append('i').classed('fa fa-comment mcgill', true).attr('aria-hidden', "true").style('color', '#4099FF');//(' ');
21 | tweetCount.append('span').style('font-size' , '14px').text(' ' + tweets.length + ' tweets ');
22 | // tweetCount.append('br')
23 | tweetCount.append('i').classed('fa fa-retweet mcgill', true).attr('aria-hidden', "true").style('color', '#17bf63');//(' ');
24 | tweetCount.append('span').style('font-size' , '14px').text(' ' + tweets.retweets + ' retweets ');
25 | // tweetCount.append('br')
26 | tweetCount.append('i').classed('fa fa-heart mcgill', true).attr('aria-hidden', "true");//(' ');
27 | tweetCount.append('span').style('font-size' , '14px').text(' ' + sumLikes + ' likes');
28 | tweetCount.append('br');
29 | // tweetCount.append('br');
30 |
31 | // tweetCount.attr('font-color', 'red');
32 |
33 | var tdiv = div.append('div').classed('twdiv', true);
34 | var tContentContainer = div.append('div').classed('twcontentcontainerdiv', true);
35 | // var tcontentdiv = tContentContainer.append('div').classed('twcont', true)
36 | tContentContainer.append('div').classed('heading', true).text('What are they saying?');
37 |
38 | var ix_tweets = tweets; // looks a little weird, i know
39 | var first = true;
40 | for(var j=0,m=ix_tweets.length;ju;u++)if(t.call(e,n[u],u,n)===r)return}else for(var a=j.keys(n),u=0,i=a.length;i>u;u++)if(t.call(e,n[a[u]],a[u],n)===r)return};j.map=j.collect=function(n,t,r){var e=[];return null==n?e:p&&n.map===p?n.map(t,r):(A(n,function(n,u,i){e.push(t.call(r,n,u,i))}),e)};var E="Reduce of empty array with no initial value";j.reduce=j.foldl=j.inject=function(n,t,r,e){var u=arguments.length>2;if(null==n&&(n=[]),h&&n.reduce===h)return e&&(t=j.bind(t,e)),u?n.reduce(t,r):n.reduce(t);if(A(n,function(n,i,a){u?r=t.call(e,r,n,i,a):(r=n,u=!0)}),!u)throw new TypeError(E);return r},j.reduceRight=j.foldr=function(n,t,r,e){var u=arguments.length>2;if(null==n&&(n=[]),v&&n.reduceRight===v)return e&&(t=j.bind(t,e)),u?n.reduceRight(t,r):n.reduceRight(t);var i=n.length;if(i!==+i){var a=j.keys(n);i=a.length}if(A(n,function(o,c,l){c=a?a[--i]:--i,u?r=t.call(e,r,n[c],c,l):(r=n[c],u=!0)}),!u)throw new TypeError(E);return r},j.find=j.detect=function(n,t,r){var e;return O(n,function(n,u,i){return t.call(r,n,u,i)?(e=n,!0):void 0}),e},j.filter=j.select=function(n,t,r){var e=[];return null==n?e:g&&n.filter===g?n.filter(t,r):(A(n,function(n,u,i){t.call(r,n,u,i)&&e.push(n)}),e)},j.reject=function(n,t,r){return j.filter(n,function(n,e,u){return!t.call(r,n,e,u)},r)},j.every=j.all=function(n,t,e){t||(t=j.identity);var u=!0;return null==n?u:d&&n.every===d?n.every(t,e):(A(n,function(n,i,a){return(u=u&&t.call(e,n,i,a))?void 0:r}),!!u)};var O=j.some=j.any=function(n,t,e){t||(t=j.identity);var u=!1;return null==n?u:m&&n.some===m?n.some(t,e):(A(n,function(n,i,a){return u||(u=t.call(e,n,i,a))?r:void 0}),!!u)};j.contains=j.include=function(n,t){return null==n?!1:y&&n.indexOf===y?n.indexOf(t)!=-1:O(n,function(n){return n===t})},j.invoke=function(n,t){var r=o.call(arguments,2),e=j.isFunction(t);return j.map(n,function(n){return(e?t:n[t]).apply(n,r)})},j.pluck=function(n,t){return j.map(n,function(n){return n[t]})},j.where=function(n,t,r){return j.isEmpty(t)?r?void 0:[]:j[r?"find":"filter"](n,function(n){for(var r in t)if(t[r]!==n[r])return!1;return!0})},j.findWhere=function(n,t){return j.where(n,t,!0)},j.max=function(n,t,r){if(!t&&j.isArray(n)&&n[0]===+n[0]&&n.length<65535)return Math.max.apply(Math,n);if(!t&&j.isEmpty(n))return-1/0;var e={computed:-1/0,value:-1/0};return A(n,function(n,u,i){var a=t?t.call(r,n,u,i):n;a>e.computed&&(e={value:n,computed:a})}),e.value},j.min=function(n,t,r){if(!t&&j.isArray(n)&&n[0]===+n[0]&&n.length<65535)return Math.min.apply(Math,n);if(!t&&j.isEmpty(n))return 1/0;var e={computed:1/0,value:1/0};return A(n,function(n,u,i){var a=t?t.call(r,n,u,i):n;ae||r===void 0)return 1;if(e>r||e===void 0)return-1}return n.index-t.index}),"value")};var F=function(n){return function(t,r,e){var u={},i=null==r?j.identity:k(r);return A(t,function(r,a){var o=i.call(e,r,a,t);n(u,o,r)}),u}};j.groupBy=F(function(n,t,r){(j.has(n,t)?n[t]:n[t]=[]).push(r)}),j.indexBy=F(function(n,t,r){n[t]=r}),j.countBy=F(function(n,t){j.has(n,t)?n[t]++:n[t]=1}),j.sortedIndex=function(n,t,r,e){r=null==r?j.identity:k(r);for(var u=r.call(e,t),i=0,a=n.length;a>i;){var o=i+a>>>1;r.call(e,n[o])=0})})},j.difference=function(n){var t=c.apply(e,o.call(arguments,1));return j.filter(n,function(n){return!j.contains(t,n)})},j.zip=function(){for(var n=j.max(j.pluck(arguments,"length").concat(0)),t=new Array(n),r=0;n>r;r++)t[r]=j.pluck(arguments,""+r);return t},j.object=function(n,t){if(null==n)return{};for(var r={},e=0,u=n.length;u>e;e++)t?r[n[e]]=t[e]:r[n[e][0]]=n[e][1];return r},j.indexOf=function(n,t,r){if(null==n)return-1;var e=0,u=n.length;if(r){if("number"!=typeof r)return e=j.sortedIndex(n,t),n[e]===t?e:-1;e=0>r?Math.max(0,u+r):r}if(y&&n.indexOf===y)return n.indexOf(t,r);for(;u>e;e++)if(n[e]===t)return e;return-1},j.lastIndexOf=function(n,t,r){if(null==n)return-1;var e=null!=r;if(b&&n.lastIndexOf===b)return e?n.lastIndexOf(t,r):n.lastIndexOf(t);for(var u=e?r:n.length;u--;)if(n[u]===t)return u;return-1},j.range=function(n,t,r){arguments.length<=1&&(t=n||0,n=0),r=arguments[2]||1;for(var e=Math.max(Math.ceil((t-n)/r),0),u=0,i=new Array(e);e>u;)i[u++]=n,n+=r;return i};var R=function(){};j.bind=function(n,t){var r,e;if(_&&n.bind===_)return _.apply(n,o.call(arguments,1));if(!j.isFunction(n))throw new TypeError;return r=o.call(arguments,2),e=function(){if(!(this instanceof e))return n.apply(t,r.concat(o.call(arguments)));R.prototype=n.prototype;var u=new R;R.prototype=null;var i=n.apply(u,r.concat(o.call(arguments)));return Object(i)===i?i:u}},j.partial=function(n){var t=o.call(arguments,1);return function(){return n.apply(this,t.concat(o.call(arguments)))}},j.bindAll=function(n){var t=o.call(arguments,1);if(0===t.length)throw new Error("bindAll must be passed function names");return A(t,function(t){n[t]=j.bind(n[t],n)}),n},j.memoize=function(n,t){var r={};return t||(t=j.identity),function(){var e=t.apply(this,arguments);return j.has(r,e)?r[e]:r[e]=n.apply(this,arguments)}},j.delay=function(n,t){var r=o.call(arguments,2);return setTimeout(function(){return n.apply(null,r)},t)},j.defer=function(n){return j.delay.apply(j,[n,1].concat(o.call(arguments,1)))},j.throttle=function(n,t,r){var e,u,i,a=null,o=0;r||(r={});var c=function(){o=r.leading===!1?0:new Date,a=null,i=n.apply(e,u)};return function(){var l=new Date;o||r.leading!==!1||(o=l);var f=t-(l-o);return e=this,u=arguments,0>=f?(clearTimeout(a),a=null,o=l,i=n.apply(e,u)):a||r.trailing===!1||(a=setTimeout(c,f)),i}},j.debounce=function(n,t,r){var e,u,i,a,o;return function(){i=this,u=arguments,a=new Date;var c=function(){var l=new Date-a;t>l?e=setTimeout(c,t-l):(e=null,r||(o=n.apply(i,u)))},l=r&&!e;return e||(e=setTimeout(c,t)),l&&(o=n.apply(i,u)),o}},j.once=function(n){var t,r=!1;return function(){return r?t:(r=!0,t=n.apply(this,arguments),n=null,t)}},j.wrap=function(n,t){return function(){var r=[n];return a.apply(r,arguments),t.apply(this,r)}},j.compose=function(){var n=arguments;return function(){for(var t=arguments,r=n.length-1;r>=0;r--)t=[n[r].apply(this,t)];return t[0]}},j.after=function(n,t){return function(){return--n<1?t.apply(this,arguments):void 0}},j.keys=w||function(n){if(n!==Object(n))throw new TypeError("Invalid object");var t=[];for(var r in n)j.has(n,r)&&t.push(r);return t},j.values=function(n){for(var t=j.keys(n),r=t.length,e=new Array(r),u=0;r>u;u++)e[u]=n[t[u]];return e},j.pairs=function(n){for(var t=j.keys(n),r=t.length,e=new Array(r),u=0;r>u;u++)e[u]=[t[u],n[t[u]]];return e},j.invert=function(n){for(var t={},r=j.keys(n),e=0,u=r.length;u>e;e++)t[n[r[e]]]=r[e];return t},j.functions=j.methods=function(n){var t=[];for(var r in n)j.isFunction(n[r])&&t.push(r);return t.sort()},j.extend=function(n){return A(o.call(arguments,1),function(t){if(t)for(var r in t)n[r]=t[r]}),n},j.pick=function(n){var t={},r=c.apply(e,o.call(arguments,1));return A(r,function(r){r in n&&(t[r]=n[r])}),t},j.omit=function(n){var t={},r=c.apply(e,o.call(arguments,1));for(var u in n)j.contains(r,u)||(t[u]=n[u]);return t},j.defaults=function(n){return A(o.call(arguments,1),function(t){if(t)for(var r in t)n[r]===void 0&&(n[r]=t[r])}),n},j.clone=function(n){return j.isObject(n)?j.isArray(n)?n.slice():j.extend({},n):n},j.tap=function(n,t){return t(n),n};var S=function(n,t,r,e){if(n===t)return 0!==n||1/n==1/t;if(null==n||null==t)return n===t;n instanceof j&&(n=n._wrapped),t instanceof j&&(t=t._wrapped);var u=l.call(n);if(u!=l.call(t))return!1;switch(u){case"[object String]":return n==String(t);case"[object Number]":return n!=+n?t!=+t:0==n?1/n==1/t:n==+t;case"[object Date]":case"[object Boolean]":return+n==+t;case"[object RegExp]":return n.source==t.source&&n.global==t.global&&n.multiline==t.multiline&&n.ignoreCase==t.ignoreCase}if("object"!=typeof n||"object"!=typeof t)return!1;for(var i=r.length;i--;)if(r[i]==n)return e[i]==t;var a=n.constructor,o=t.constructor;if(a!==o&&!(j.isFunction(a)&&a instanceof a&&j.isFunction(o)&&o instanceof o))return!1;r.push(n),e.push(t);var c=0,f=!0;if("[object Array]"==u){if(c=n.length,f=c==t.length)for(;c--&&(f=S(n[c],t[c],r,e)););}else{for(var s in n)if(j.has(n,s)&&(c++,!(f=j.has(t,s)&&S(n[s],t[s],r,e))))break;if(f){for(s in t)if(j.has(t,s)&&!c--)break;f=!c}}return r.pop(),e.pop(),f};j.isEqual=function(n,t){return S(n,t,[],[])},j.isEmpty=function(n){if(null==n)return!0;if(j.isArray(n)||j.isString(n))return 0===n.length;for(var t in n)if(j.has(n,t))return!1;return!0},j.isElement=function(n){return!(!n||1!==n.nodeType)},j.isArray=x||function(n){return"[object Array]"==l.call(n)},j.isObject=function(n){return n===Object(n)},A(["Arguments","Function","String","Number","Date","RegExp"],function(n){j["is"+n]=function(t){return l.call(t)=="[object "+n+"]"}}),j.isArguments(arguments)||(j.isArguments=function(n){return!(!n||!j.has(n,"callee"))}),"function"!=typeof/./&&(j.isFunction=function(n){return"function"==typeof n}),j.isFinite=function(n){return isFinite(n)&&!isNaN(parseFloat(n))},j.isNaN=function(n){return j.isNumber(n)&&n!=+n},j.isBoolean=function(n){return n===!0||n===!1||"[object Boolean]"==l.call(n)},j.isNull=function(n){return null===n},j.isUndefined=function(n){return n===void 0},j.has=function(n,t){return f.call(n,t)},j.noConflict=function(){return n._=t,this},j.identity=function(n){return n},j.times=function(n,t,r){for(var e=Array(Math.max(0,n)),u=0;n>u;u++)e[u]=t.call(r,u);return e},j.random=function(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))};var I={escape:{"&":"&","<":"<",">":">",'"':""","'":"'"}};I.unescape=j.invert(I.escape);var T={escape:new RegExp("["+j.keys(I.escape).join("")+"]","g"),unescape:new RegExp("("+j.keys(I.unescape).join("|")+")","g")};j.each(["escape","unescape"],function(n){j[n]=function(t){return null==t?"":(""+t).replace(T[n],function(t){return I[n][t]})}}),j.result=function(n,t){if(null==n)return void 0;var r=n[t];return j.isFunction(r)?r.call(n):r},j.mixin=function(n){A(j.functions(n),function(t){var r=j[t]=n[t];j.prototype[t]=function(){var n=[this._wrapped];return a.apply(n,arguments),z.call(this,r.apply(j,n))}})};var N=0;j.uniqueId=function(n){var t=++N+"";return n?n+t:t},j.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var q=/(.)^/,B={"'":"'","\\":"\\","\r":"r","\n":"n"," ":"t","\u2028":"u2028","\u2029":"u2029"},D=/\\|'|\r|\n|\t|\u2028|\u2029/g;j.template=function(n,t,r){var e;r=j.defaults({},r,j.templateSettings);var u=new RegExp([(r.escape||q).source,(r.interpolate||q).source,(r.evaluate||q).source].join("|")+"|$","g"),i=0,a="__p+='";n.replace(u,function(t,r,e,u,o){return a+=n.slice(i,o).replace(D,function(n){return"\\"+B[n]}),r&&(a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'"),e&&(a+="'+\n((__t=("+e+"))==null?'':__t)+\n'"),u&&(a+="';\n"+u+"\n__p+='"),i=o+t.length,t}),a+="';\n",r.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,"+"print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{e=new Function(r.variable||"obj","_",a)}catch(o){throw o.source=a,o}if(t)return e(t,j);var c=function(n){return e.call(this,n,j)};return c.source="function("+(r.variable||"obj")+"){\n"+a+"}",c},j.chain=function(n){return j(n).chain()};var z=function(n){return this._chain?j(n).chain():n};j.mixin(j),A(["pop","push","reverse","shift","sort","splice","unshift"],function(n){var t=e[n];j.prototype[n]=function(){var r=this._wrapped;return t.apply(r,arguments),"shift"!=n&&"splice"!=n||0!==r.length||delete r[0],z.call(this,r)}}),A(["concat","join","slice"],function(n){var t=e[n];j.prototype[n]=function(){return z.call(this,t.apply(this._wrapped,arguments))}}),j.extend(j.prototype,{chain:function(){return this._chain=!0,this},value:function(){return this._wrapped}})}).call(this);
--------------------------------------------------------------------------------
/tfthing_files/zepto.min.js:
--------------------------------------------------------------------------------
1 | /* Zepto v1.0-1-ga3cab6c - polyfill zepto detect event ajax form fx - zeptojs.com/license */
2 | (function(a){String.prototype.trim===a&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}),Array.prototype.reduce===a&&(Array.prototype.reduce=function(b){if(this===void 0||this===null)throw new TypeError;var c=Object(this),d=c.length>>>0,e=0,f;if(typeof b!="function")throw new TypeError;if(d==0&&arguments.length==1)throw new TypeError;if(arguments.length>=2)f=arguments[1];else do{if(e in c){f=c[e++];break}if(++e>=d)throw new TypeError}while(!0);while(e0?c.fn.concat.apply([],a):a}function O(a){return a.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/_/g,"-").toLowerCase()}function P(a){return a in j?j[a]:j[a]=new RegExp("(^|\\s)"+a+"(\\s|$)")}function Q(a,b){return typeof b=="number"&&!l[O(a)]?b+"px":b}function R(a){var b,c;return i[a]||(b=h.createElement(a),h.body.appendChild(b),c=k(b,"").getPropertyValue("display"),b.parentNode.removeChild(b),c=="none"&&(c="block"),i[a]=c),i[a]}function S(a){return"children"in a?f.call(a.children):c.map(a.childNodes,function(a){if(a.nodeType==1)return a})}function T(c,d,e){for(b in d)e&&(J(d[b])||K(d[b]))?(J(d[b])&&!J(c[b])&&(c[b]={}),K(d[b])&&!K(c[b])&&(c[b]=[]),T(c[b],d[b],e)):d[b]!==a&&(c[b]=d[b])}function U(b,d){return d===a?c(b):c(b).filter(d)}function V(a,b,c,d){return F(b)?b.call(a,c,d):b}function W(a,b,c){c==null?a.removeAttribute(b):a.setAttribute(b,c)}function X(b,c){var d=b.className,e=d&&d.baseVal!==a;if(c===a)return e?d.baseVal:d;e?d.baseVal=c:b.className=c}function Y(a){var b;try{return a?a=="true"||(a=="false"?!1:a=="null"?null:isNaN(b=Number(a))?/^[\[\{]/.test(a)?c.parseJSON(a):a:b):a}catch(d){return a}}function Z(a,b){b(a);for(var c in a.childNodes)Z(a.childNodes[c],b)}var a,b,c,d,e=[],f=e.slice,g=e.filter,h=window.document,i={},j={},k=h.defaultView.getComputedStyle,l={"column-count":1,columns:1,"font-weight":1,"line-height":1,opacity:1,"z-index":1,zoom:1},m=/^\s*<(\w+|!)[^>]*>/,n=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,o=/^(?:body|html)$/i,p=["val","css","html","text","data","width","height","offset"],q=["after","prepend","before","append"],r=h.createElement("table"),s=h.createElement("tr"),t={tr:h.createElement("tbody"),tbody:r,thead:r,tfoot:r,td:s,th:s,"*":h.createElement("div")},u=/complete|loaded|interactive/,v=/^\.([\w-]+)$/,w=/^#([\w-]*)$/,x=/^[\w-]+$/,y={},z=y.toString,A={},B,C,D=h.createElement("div");return A.matches=function(a,b){if(!a||a.nodeType!==1)return!1;var c=a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.matchesSelector;if(c)return c.call(a,b);var d,e=a.parentNode,f=!e;return f&&(e=D).appendChild(a),d=~A.qsa(e,b).indexOf(a),f&&D.removeChild(a),d},B=function(a){return a.replace(/-+(.)?/g,function(a,b){return b?b.toUpperCase():""})},C=function(a){return g.call(a,function(b,c){return a.indexOf(b)==c})},A.fragment=function(b,d,e){b.replace&&(b=b.replace(n,"<$1>$2>")),d===a&&(d=m.test(b)&&RegExp.$1),d in t||(d="*");var g,h,i=t[d];return i.innerHTML=""+b,h=c.each(f.call(i.childNodes),function(){i.removeChild(this)}),J(e)&&(g=c(h),c.each(e,function(a,b){p.indexOf(a)>-1?g[a](b):g.attr(a,b)})),h},A.Z=function(a,b){return a=a||[],a.__proto__=c.fn,a.selector=b||"",a},A.isZ=function(a){return a instanceof A.Z},A.init=function(b,d){if(!b)return A.Z();if(F(b))return c(h).ready(b);if(A.isZ(b))return b;var e;if(K(b))e=M(b);else if(I(b))e=[J(b)?c.extend({},b):b],b=null;else if(m.test(b))e=A.fragment(b.trim(),RegExp.$1,d),b=null;else{if(d!==a)return c(d).find(b);e=A.qsa(h,b)}return A.Z(e,b)},c=function(a,b){return A.init(a,b)},c.extend=function(a){var b,c=f.call(arguments,1);return typeof a=="boolean"&&(b=a,a=c.shift()),c.forEach(function(c){T(a,c,b)}),a},A.qsa=function(a,b){var c;return H(a)&&w.test(b)?(c=a.getElementById(RegExp.$1))?[c]:[]:a.nodeType!==1&&a.nodeType!==9?[]:f.call(v.test(b)?a.getElementsByClassName(RegExp.$1):x.test(b)?a.getElementsByTagName(b):a.querySelectorAll(b))},c.contains=function(a,b){return a!==b&&a.contains(b)},c.type=E,c.isFunction=F,c.isWindow=G,c.isArray=K,c.isPlainObject=J,c.isEmptyObject=function(a){var b;for(b in a)return!1;return!0},c.inArray=function(a,b,c){return e.indexOf.call(b,a,c)},c.camelCase=B,c.trim=function(a){return a.trim()},c.uuid=0,c.support={},c.expr={},c.map=function(a,b){var c,d=[],e,f;if(L(a))for(e=0;e=0?b:b+this.length]},toArray:function(){return this.get()},size:function(){return this.length},remove:function(){return this.each(function(){this.parentNode!=null&&this.parentNode.removeChild(this)})},each:function(a){return e.every.call(this,function(b,c){return a.call(b,c,b)!==!1}),this},filter:function(a){return F(a)?this.not(this.not(a)):c(g.call(this,function(b){return A.matches(b,a)}))},add:function(a,b){return c(C(this.concat(c(a,b))))},is:function(a){return this.length>0&&A.matches(this[0],a)},not:function(b){var d=[];if(F(b)&&b.call!==a)this.each(function(a){b.call(this,a)||d.push(this)});else{var e=typeof b=="string"?this.filter(b):L(b)&&F(b.item)?f.call(b):c(b);this.forEach(function(a){e.indexOf(a)<0&&d.push(a)})}return c(d)},has:function(a){return this.filter(function(){return I(a)?c.contains(this,a):c(this).find(a).size()})},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){var a=this[0];return a&&!I(a)?a:c(a)},last:function(){var a=this[this.length-1];return a&&!I(a)?a:c(a)},find:function(a){var b,d=this;return typeof a=="object"?b=c(a).filter(function(){var a=this;return e.some.call(d,function(b){return c.contains(b,a)})}):this.length==1?b=c(A.qsa(this[0],a)):b=this.map(function(){return A.qsa(this,a)}),b},closest:function(a,b){var d=this[0],e=!1;typeof a=="object"&&(e=c(a));while(d&&!(e?e.indexOf(d)>=0:A.matches(d,a)))d=d!==b&&!H(d)&&d.parentNode;return c(d)},parents:function(a){var b=[],d=this;while(d.length>0)d=c.map(d,function(a){if((a=a.parentNode)&&!H(a)&&b.indexOf(a)<0)return b.push(a),a});return U(b,a)},parent:function(a){return U(C(this.pluck("parentNode")),a)},children:function(a){return U(this.map(function(){return S(this)}),a)},contents:function(){return this.map(function(){return f.call(this.childNodes)})},siblings:function(a){return U(this.map(function(a,b){return g.call(S(b.parentNode),function(a){return a!==b})}),a)},empty:function(){return this.each(function(){this.innerHTML=""})},pluck:function(a){return c.map(this,function(b){return b[a]})},show:function(){return this.each(function(){this.style.display=="none"&&(this.style.display=null),k(this,"").getPropertyValue("display")=="none"&&(this.style.display=R(this.nodeName))})},replaceWith:function(a){return this.before(a).remove()},wrap:function(a){var b=F(a);if(this[0]&&!b)var d=c(a).get(0),e=d.parentNode||this.length>1;return this.each(function(f){c(this).wrapAll(b?a.call(this,f):e?d.cloneNode(!0):d)})},wrapAll:function(a){if(this[0]){c(this[0]).before(a=c(a));var b;while((b=a.children()).length)a=b.first();c(a).append(this)}return this},wrapInner:function(a){var b=F(a);return this.each(function(d){var e=c(this),f=e.contents(),g=b?a.call(this,d):a;f.length?f.wrapAll(g):e.append(g)})},unwrap:function(){return this.parent().each(function(){c(this).replaceWith(c(this).children())}),this},clone:function(){return this.map(function(){return this.cloneNode(!0)})},hide:function(){return this.css("display","none")},toggle:function(b){return this.each(function(){var d=c(this);(b===a?d.css("display")=="none":b)?d.show():d.hide()})},prev:function(a){return c(this.pluck("previousElementSibling")).filter(a||"*")},next:function(a){return c(this.pluck("nextElementSibling")).filter(a||"*")},html:function(b){return b===a?this.length>0?this[0].innerHTML:null:this.each(function(a){var d=this.innerHTML;c(this).empty().append(V(this,b,a,d))})},text:function(b){return b===a?this.length>0?this[0].textContent:null:this.each(function(){this.textContent=b})},attr:function(c,d){var e;return typeof c=="string"&&d===a?this.length==0||this[0].nodeType!==1?a:c=="value"&&this[0].nodeName=="INPUT"?this.val():!(e=this[0].getAttribute(c))&&c in this[0]?this[0][c]:e:this.each(function(a){if(this.nodeType!==1)return;if(I(c))for(b in c)W(this,b,c[b]);else W(this,c,V(this,d,a,this.getAttribute(c)))})},removeAttr:function(a){return this.each(function(){this.nodeType===1&&W(this,a)})},prop:function(b,c){return c===a?this[0]&&this[0][b]:this.each(function(a){this[b]=V(this,c,a,this[b])})},data:function(b,c){var d=this.attr("data-"+O(b),c);return d!==null?Y(d):a},val:function(b){return b===a?this[0]&&(this[0].multiple?c(this[0]).find("option").filter(function(a){return this.selected}).pluck("value"):this[0].value):this.each(function(a){this.value=V(this,b,a,this.value)})},offset:function(a){if(a)return this.each(function(b){var d=c(this),e=V(this,a,b,d.offset()),f=d.offsetParent().offset(),g={top:e.top-f.top,left:e.left-f.left};d.css("position")=="static"&&(g.position="relative"),d.css(g)});if(this.length==0)return null;var b=this[0].getBoundingClientRect();return{left:b.left+window.pageXOffset,top:b.top+window.pageYOffset,width:Math.round(b.width),height:Math.round(b.height)}},css:function(a,c){if(arguments.length<2&&typeof a=="string")return this[0]&&(this[0].style[B(a)]||k(this[0],"").getPropertyValue(a));var d="";if(E(a)=="string")!c&&c!==0?this.each(function(){this.style.removeProperty(O(a))}):d=O(a)+":"+Q(a,c);else for(b in a)!a[b]&&a[b]!==0?this.each(function(){this.style.removeProperty(O(b))}):d+=O(b)+":"+Q(b,a[b])+";";return this.each(function(){this.style.cssText+=";"+d})},index:function(a){return a?this.indexOf(c(a)[0]):this.parent().children().indexOf(this[0])},hasClass:function(a){return e.some.call(this,function(a){return this.test(X(a))},P(a))},addClass:function(a){return this.each(function(b){d=[];var e=X(this),f=V(this,a,b,e);f.split(/\s+/g).forEach(function(a){c(this).hasClass(a)||d.push(a)},this),d.length&&X(this,e+(e?" ":"")+d.join(" "))})},removeClass:function(b){return this.each(function(c){if(b===a)return X(this,"");d=X(this),V(this,b,c,d).split(/\s+/g).forEach(function(a){d=d.replace(P(a)," ")}),X(this,d.trim())})},toggleClass:function(b,d){return this.each(function(e){var f=c(this),g=V(this,b,e,X(this));g.split(/\s+/g).forEach(function(b){(d===a?!f.hasClass(b):d)?f.addClass(b):f.removeClass(b)})})},scrollTop:function(){if(!this.length)return;return"scrollTop"in this[0]?this[0].scrollTop:this[0].scrollY},position:function(){if(!this.length)return;var a=this[0],b=this.offsetParent(),d=this.offset(),e=o.test(b[0].nodeName)?{top:0,left:0}:b.offset();return d.top-=parseFloat(c(a).css("margin-top"))||0,d.left-=parseFloat(c(a).css("margin-left"))||0,e.top+=parseFloat(c(b[0]).css("border-top-width"))||0,e.left+=parseFloat(c(b[0]).css("border-left-width"))||0,{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||h.body;while(a&&!o.test(a.nodeName)&&c(a).css("position")=="static")a=a.offsetParent;return a})}},c.fn.detach=c.fn.remove,["width","height"].forEach(function(b){c.fn[b]=function(d){var e,f=this[0],g=b.replace(/./,function(a){return a[0].toUpperCase()});return d===a?G(f)?f["inner"+g]:H(f)?f.documentElement["offset"+g]:(e=this.offset())&&e[b]:this.each(function(a){f=c(this),f.css(b,V(this,d,a,f[b]()))})}}),q.forEach(function(a,b){var d=b%2;c.fn[a]=function(){var a,e=c.map(arguments,function(b){return a=E(b),a=="object"||a=="array"||b==null?b:A.fragment(b)}),f,g=this.length>1;return e.length<1?this:this.each(function(a,h){f=d?h:h.parentNode,h=b==0?h.nextSibling:b==1?h.firstChild:b==2?h:null,e.forEach(function(a){if(g)a=a.cloneNode(!0);else if(!f)return c(a).remove();Z(f.insertBefore(a,h),function(a){a.nodeName!=null&&a.nodeName.toUpperCase()==="SCRIPT"&&(!a.type||a.type==="text/javascript")&&!a.src&&window.eval.call(window,a.innerHTML)})})})},c.fn[d?a+"To":"insert"+(b?"Before":"After")]=function(b){return c(b)[a](this),this}}),A.Z.prototype=c.fn,A.uniq=C,A.deserializeValue=Y,c.zepto=A,c}();window.Zepto=Zepto,"$"in window||(window.$=Zepto),function(a){function b(a){var b=this.os={},c=this.browser={},d=a.match(/WebKit\/([\d.]+)/),e=a.match(/(Android)\s+([\d.]+)/),f=a.match(/(iPad).*OS\s([\d_]+)/),g=!f&&a.match(/(iPhone\sOS)\s([\d_]+)/),h=a.match(/(webOS|hpwOS)[\s\/]([\d.]+)/),i=h&&a.match(/TouchPad/),j=a.match(/Kindle\/([\d.]+)/),k=a.match(/Silk\/([\d._]+)/),l=a.match(/(BlackBerry).*Version\/([\d.]+)/),m=a.match(/(BB10).*Version\/([\d.]+)/),n=a.match(/(RIM\sTablet\sOS)\s([\d.]+)/),o=a.match(/PlayBook/),p=a.match(/Chrome\/([\d.]+)/)||a.match(/CriOS\/([\d.]+)/),q=a.match(/Firefox\/([\d.]+)/);if(c.webkit=!!d)c.version=d[1];e&&(b.android=!0,b.version=e[2]),g&&(b.ios=b.iphone=!0,b.version=g[2].replace(/_/g,".")),f&&(b.ios=b.ipad=!0,b.version=f[2].replace(/_/g,".")),h&&(b.webos=!0,b.version=h[2]),i&&(b.touchpad=!0),l&&(b.blackberry=!0,b.version=l[2]),m&&(b.bb10=!0,b.version=m[2]),n&&(b.rimtabletos=!0,b.version=n[2]),o&&(c.playbook=!0),j&&(b.kindle=!0,b.version=j[1]),k&&(c.silk=!0,c.version=k[1]),!k&&b.android&&a.match(/Kindle Fire/)&&(c.silk=!0),p&&(c.chrome=!0,c.version=p[1]),q&&(c.firefox=!0,c.version=q[1]),b.tablet=!!(f||o||e&&!a.match(/Mobile/)||q&&a.match(/Tablet/)),b.phone=!b.tablet&&!!(e||g||h||l||m||p&&a.match(/Android/)||p&&a.match(/CriOS\/([\d.]+)/)||q&&a.match(/Mobile/))}b.call(a,navigator.userAgent),a.__detect=b}(Zepto),function(a){function g(a){return a._zid||(a._zid=d++)}function h(a,b,d,e){b=i(b);if(b.ns)var f=j(b.ns);return(c[g(a)]||[]).filter(function(a){return a&&(!b.e||a.e==b.e)&&(!b.ns||f.test(a.ns))&&(!d||g(a.fn)===g(d))&&(!e||a.sel==e)})}function i(a){var b=(""+a).split(".");return{e:b[0],ns:b.slice(1).sort().join(" ")}}function j(a){return new RegExp("(?:^| )"+a.replace(" "," .* ?")+"(?: |$)")}function k(b,c,d){a.type(b)!="string"?a.each(b,d):b.split(/\s/).forEach(function(a){d(a,c)})}function l(a,b){return a.del&&(a.e=="focus"||a.e=="blur")||!!b}function m(a){return f[a]||a}function n(b,d,e,h,j,n){var o=g(b),p=c[o]||(c[o]=[]);k(d,e,function(c,d){var e=i(c);e.fn=d,e.sel=h,e.e in f&&(d=function(b){var c=b.relatedTarget;if(!c||c!==this&&!a.contains(this,c))return e.fn.apply(this,arguments)}),e.del=j&&j(d,c);var g=e.del||d;e.proxy=function(a){var c=g.apply(b,[a].concat(a.data));return c===!1&&(a.preventDefault(),a.stopPropagation()),c},e.i=p.length,p.push(e),b.addEventListener(m(e.e),e.proxy,l(e,n))})}function o(a,b,d,e,f){var i=g(a);k(b||"",d,function(b,d){h(a,b,d,e).forEach(function(b){delete c[i][b.i],a.removeEventListener(m(b.e),b.proxy,l(b,f))})})}function t(b){var c,d={originalEvent:b};for(c in b)!r.test(c)&&b[c]!==undefined&&(d[c]=b[c]);return a.each(s,function(a,c){d[a]=function(){return this[c]=p,b[a].apply(b,arguments)},d[c]=q}),d}function u(a){if(!("defaultPrevented"in a)){a.defaultPrevented=!1;var b=a.preventDefault;a.preventDefault=function(){this.defaultPrevented=!0,b.call(this)}}}var b=a.zepto.qsa,c={},d=1,e={},f={mouseenter:"mouseover",mouseleave:"mouseout"};e.click=e.mousedown=e.mouseup=e.mousemove="MouseEvents",a.event={add:n,remove:o},a.proxy=function(b,c){if(a.isFunction(b)){var d=function(){return b.apply(c,arguments)};return d._zid=g(b),d}if(typeof c=="string")return a.proxy(b[c],b);throw new TypeError("expected function")},a.fn.bind=function(a,b){return this.each(function(){n(this,a,b)})},a.fn.unbind=function(a,b){return this.each(function(){o(this,a,b)})},a.fn.one=function(a,b){return this.each(function(c,d){n(this,a,b,null,function(a,b){return function(){var c=a.apply(d,arguments);return o(d,b,a),c}})})};var p=function(){return!0},q=function(){return!1},r=/^([A-Z]|layer[XY]$)/,s={preventDefault:"isDefaultPrevented",stopImmediatePropagation:"isImmediatePropagationStopped",stopPropagation:"isPropagationStopped"};a.fn.delegate=function(b,c,d){return this.each(function(e,f){n(f,c,d,b,function(c){return function(d){var e,g=a(d.target).closest(b,f).get(0);if(g)return e=a.extend(t(d),{currentTarget:g,liveFired:f}),c.apply(g,[e].concat([].slice.call(arguments,1)))}})})},a.fn.undelegate=function(a,b,c){return this.each(function(){o(this,b,c,a)})},a.fn.live=function(b,c){return a(document.body).delegate(this.selector,b,c),this},a.fn.die=function(b,c){return a(document.body).undelegate(this.selector,b,c),this},a.fn.on=function(b,c,d){return!c||a.isFunction(c)?this.bind(b,c||d):this.delegate(c,b,d)},a.fn.off=function(b,c,d){return!c||a.isFunction(c)?this.unbind(b,c||d):this.undelegate(c,b,d)},a.fn.trigger=function(b,c){if(typeof b=="string"||a.isPlainObject(b))b=a.Event(b);return u(b),b.data=c,this.each(function(){"dispatchEvent"in this&&this.dispatchEvent(b)})},a.fn.triggerHandler=function(b,c){var d,e;return this.each(function(f,g){d=t(typeof b=="string"?a.Event(b):b),d.data=c,d.target=g,a.each(h(g,b.type||b),function(a,b){e=b.proxy(d);if(d.isImmediatePropagationStopped())return!1})}),e},"focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select keydown keypress keyup error".split(" ").forEach(function(b){a.fn[b]=function(a){return a?this.bind(b,a):this.trigger(b)}}),["focus","blur"].forEach(function(b){a.fn[b]=function(a){return a?this.bind(b,a):this.each(function(){try{this[b]()}catch(a){}}),this}}),a.Event=function(a,b){typeof a!="string"&&(b=a,a=b.type);var c=document.createEvent(e[a]||"Events"),d=!0;if(b)for(var f in b)f=="bubbles"?d=!!b[f]:c[f]=b[f];return c.initEvent(a,d,!0,null,null,null,null,null,null,null,null,null,null,null,null),c.isDefaultPrevented=function(){return this.defaultPrevented},c}}(Zepto),function($){function triggerAndReturn(a,b,c){var d=$.Event(b);return $(a).trigger(d,c),!d.defaultPrevented}function triggerGlobal(a,b,c,d){if(a.global)return triggerAndReturn(b||document,c,d)}function ajaxStart(a){a.global&&$.active++===0&&triggerGlobal(a,null,"ajaxStart")}function ajaxStop(a){a.global&&!--$.active&&triggerGlobal(a,null,"ajaxStop")}function ajaxBeforeSend(a,b){var c=b.context;if(b.beforeSend.call(c,a,b)===!1||triggerGlobal(b,c,"ajaxBeforeSend",[a,b])===!1)return!1;triggerGlobal(b,c,"ajaxSend",[a,b])}function ajaxSuccess(a,b,c){var d=c.context,e="success";c.success.call(d,a,e,b),triggerGlobal(c,d,"ajaxSuccess",[b,c,a]),ajaxComplete(e,b,c)}function ajaxError(a,b,c,d){var e=d.context;d.error.call(e,c,b,a),triggerGlobal(d,e,"ajaxError",[c,d,a]),ajaxComplete(b,c,d)}function ajaxComplete(a,b,c){var d=c.context;c.complete.call(d,b,a),triggerGlobal(c,d,"ajaxComplete",[b,c]),ajaxStop(c)}function empty(){}function mimeToDataType(a){return a&&(a=a.split(";",2)[0]),a&&(a==htmlType?"html":a==jsonType?"json":scriptTypeRE.test(a)?"script":xmlTypeRE.test(a)&&"xml")||"text"}function appendQuery(a,b){return(a+"&"+b).replace(/[&?]{1,2}/,"?")}function serializeData(a){a.processData&&a.data&&$.type(a.data)!="string"&&(a.data=$.param(a.data,a.traditional)),a.data&&(!a.type||a.type.toUpperCase()=="GET")&&(a.url=appendQuery(a.url,a.data))}function parseArguments(a,b,c,d){var e=!$.isFunction(b);return{url:a,data:e?b:undefined,success:e?$.isFunction(c)?c:undefined:b,dataType:e?d||c:c}}function serialize(a,b,c,d){var e,f=$.isArray(b);$.each(b,function(b,g){e=$.type(g),d&&(b=c?d:d+"["+(f?"":b)+"]"),!d&&f?a.add(g.name,g.value):e=="array"||!c&&e=="object"?serialize(a,g,c,b):a.add(b,g)})}var jsonpID=0,document=window.document,key,name,rscript=/