-
Notifications
You must be signed in to change notification settings - Fork 0
/
denread.html
320 lines (281 loc) · 16.7 KB
/
denread.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="images/x-icon" href="images/deneuro.ico" />
<title>Deneread</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Fast news reporting app" name="keywords">
<meta content="Creating news article from videos by parsing web information and using natural language processing. " name="description">
<meta property="og:image" content="images/deneuro_padded.svg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<meta property="og:description" content="Creating news article from videos by parsing web information and using natural language processing.">
<meta property="og:title" content="Deneread">
<!-- Google Fonts -->
<link href="./deneuro_media_files/css" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="./deneuro_media_files/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="./deneuro_media_files/animate.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="./deneuro_media_files/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous"> -->
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
<link href="./deneuro_media_files/font-awesome.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="./deneuro_media_files/style.css" rel="stylesheet">
<link href="./deneuro_media_files/css(1)" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TDD016XN3T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TDD016XN3T');
</script>
<!-- Hotjar Tracking Code for www.deneuromedia.com -->
<!-- HOTJAR $ 160 A MONTH LOL -->
<!-- <script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1747069,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script> -->
<!-- aight now we on that crazy egg -->
<script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0093/7424.js" async="async"></script>
<!-- need to pick which is better mixpanel or hotjar? just try both -->
<!-- rn no mixpanel events are tracked -->
<!-- <script>(function(c,a){if(!a.__SV){var b=window;try{var d,m,j,k=b.location,f=k.hash;d=function(a,b){return(m=a.match(RegExp(b+"=([^&]*)")))?m[1]:null};f&&d(f,"state")&&(j=JSON.parse(decodeURIComponent(d(f,"state"))),"mpeditor"===j.action&&(b.sessionStorage.setItem("_mpcehash",f),history.replaceState(j.desiredHash||"",c.title,k.pathname+k.search)))}catch(n){}var l,h;window.mixpanel=a;a._i=[];a.init=function(b,d,g){function c(b,i){var a=i.split(".");2==a.length&&(b=b[a[0]],i=a[1]);b[i]=function(){b.push([i].concat(Array.prototype.slice.call(arguments, -->
<!-- 0)))}}var e=a;"undefined"!==typeof g?e=a[g]=[]:g="mixpanel";e.people=e.people||[];e.toString=function(b){var a="mixpanel";"mixpanel"!==g&&(a+="."+g);b||(a+=" (stub)");return a};e.people.toString=function(){return e.toString(1)+".people (stub)"};l="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" "); -->
<!-- for(h=0;h<l.length;h++)c(e,l[h]);var f="set set_once union unset remove delete".split(" ");e.get_group=function(){function a(c){b[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));e.push([d,call2])}}for(var b={},d=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<f.length;c++)a(f[c]);return b};a._i.push([b,d,g])};a.__SV=1.2;b=c.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL? -->
<!-- MIXPANEL_CUSTOM_LIB_URL:"file:"===c.location.protocol&&"//cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js";d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d)}})(document,window.mixpanel||[]); -->
<!-- mixpanel.init("a1b78121ae10dcb60c3214c962c7fb66")</script> -->
</head>
<body class="vsc-initialized"><button type="button" id="mobile-nav-toggle"><i class="fa fa-bars"></i></button>
<!--==========================
Header
============================-->
<a name="top"></a>
<header id="header" class="">
<div class="container">
<div id="logo" class="pull-left">
<a href="index.html"><img src="./images/deneuro_padded.svg" alt="" title=""></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu sf-js-enabled sf-arrows" style="touch-action: pan-y;">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="#how">How</a></li> -->
<li><a href="demov2.html">Demo</a></li>
<li class="menu-active"><a href="#about">About</a></li>
<!-- <li><a href="#facts">Facts</a></li> -->
<!-- <li><a href="#team">Team</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Hero Section
============================-->
<section id="hero">
<div class="hero-container one">
<br><br><br><br>
<h1 id="title">Denread</h1>
<!-- <h1 id="title"><img src="./images/computer_with_newspapers.jpg"></h1> -->
<!-- <div>
<div>
<div class="col-md-6" style="display: inline-block;">
<img src="images/denread_recommends.png" style="max-width: 100%; max-height: 100%; display:inline-block">
</div>
<div class="videoWrapper col-md-6">
<video id="demoGif" autoplay loop muted playsinline>
<source src="images/denread_senate_article_nbc.webm">
<source src="images/denread_senate_article_nbc.mp4">
</video>
</div>
</div>
</div> -->
<div class="container" style="margin-top: 50px;">
<div class="row">
<p class="col-md-6">Original nbcnews.com article</p>
<p class="col-md-6">Article with Denread </p>
</div>
<div class="row">
<!-- <div class="col-ms-6"> -->
<img src="images/denread_senate_screenshot_nbc.png" class="col-md-6" id="demoGif">
<!-- </div> -->
<!-- <div class="col-ms-6"> -->
<video id="demoGif" class="col-md-6" autoplay loop muted playsinline>
<source src="images/denread_senate_article_nbc_shorter.webm">
<source src="images/denread_senate_article_nbc_shorter.mp4">
<img src="images/denread_senate_article_nbc_shorter.gif">
</video>
<!-- </div> -->
</div>
</div>
<!-- <h2>Text Suggestion System</h2> -->
<div style="margin-top: 20px;">
<a href="https://chrome.google.com/webstore/detail/denread/lkhppoidmdmbhlogngdbinkmmhhamdik?hl=en-US" target="_blank" rel="noopener noreferrer">
<button class="myButton">Get the Chrome Extension</button>
</a>
</div>
<div class="row" style="margin-top: 20px; max-width: 1024px;">
<p>Find out sources for paragraphs on the web, without leaving your page! Want suggestions for other websites? Email raymond.y.xu@gmail.com</p>
</div>
<!-- <div id="typewriter">
<h2 id="typewriter_text"></h2>
<div style="border-left: 1px solid white; height: 24px"></div>
</div> -->
<!-- <a href="#how" class="btn-get-started">How?</a> -->
</div>
</section><!-- #hero -->
<main id="main">
<section id="how">
<div class="container wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="section-header">
<div class="row" style="margin-top: 50px;">
<p style="font-size: 2em;"></p>
</div>
<iframe width="680" height="450" src="https://www.youtube.com/embed/bOIV-FP4D7s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!-- <div id="typewriter">
<h2 id="typewriter_text"></h2>
<div style="border-left: 1px solid white; height: 24px"></div>
</div> -->
</div>
</div>
</section><!-- #hero -->
<!--==========================
How
============================-->
<section id="how">
<div class="container wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="section-header">
<h3 class="section-title" style="margin-bottom: 0px">Denread Chrome Extension</h3>
<!-- <div class="section-description">Extracts relevant text from web articles, viewable in-page with a button click. </div> -->
<div class="section-description">The Denread Chrome extension allows you to click a paragraph on a website to display a dropdown list of suggestions for similar paragraphs found on the web. </div>
</div>
<div class="section-details">
<div class="hero-container two">
<!-- <img src="./images/web_product.jpg" width="100%"> -->
<center><img width="220px" src="./images/doc1.jpg" width="100%"></center>
<!-- <img src="./images/application1.jpg" width="100%"> -->
<center><img width="500px" src="./images/doc2.jpg" width="100%"></center>
<div class="section-description">The main theme paragraphs of the page are used for searches to fetch you additional information</div>
</div>
<!-- <div class="text"> -->
<!-- <p class="section-description"> -->
<!-- Create news articles from live video streams. -->
<!-- </p> -->
<!-- </div> -->
</div>
</div>
</section> <!-- #how -->
<!--==========================
How
============================-->
<section id="how">
<div class="container wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="section-header">
<h3 class="section-title" style="margin-bottom: 0px">Denread Chrome Extension: <a href="https://chrome.google.com/webstore/detail/denread/lkhppoidmdmbhlogngdbinkmmhhamdik?hl=en-US"; style="text-decoration: underline">Available now!</a></h3>
<div class="section-description">Currently works for nbcnews.com and arxiv.org</div>
</div>
</div>
</section> <!-- #how -->
</section><!-- #hero -->
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container wow fadeIn" >
<div class="section-header">
<h3 class="section-title">News Demo</h3>
<h3><a href="demov2.html">Trump white house press conference 04/03/2020 as the input, allowing finding of web articles of any kind. </a></h3>
</div></div></section>
<section id="contact">
<div class="container wow fadeIn" >
<div class="section-header">
<h3 class="section-title">Contact</h3>
<!-- <p class="section-description">Please drop us a line!</p> -->
</div>
</div>
<!-- Uncomment below if you wan to use dynamic maps -->
<div class="container wow fadeIn mt-5" style="visibility: hidden; animation-name: none;">
<div class="row justify-content-center">
<!-- <div class="col-lg-5 col-md-7"> -->
<h4 class="section-description">contact@denread.com</h4>
<div class="form">
<!-- <div id="sendmessage">Your message has been sent. Thank you!</div> -->
<!-- <div id="errormessage"></div> -->
<!-- <form action="email" method="post" role="form" class="contactForm"> -->
<!-- <div class="form-group"> -->
<!-- <input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars"> -->
<!-- <div class="validation"></div> -->
<!-- </div> -->
<!-- <div class="form-group"> -->
<!-- <input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email"> -->
<!-- <div class="validation"></div> -->
<!-- </div> -->
<!-- <div class="form-group"> -->
<!-- <input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject"> -->
<!-- <div class="validation"></div> -->
<!-- </div> -->
<!-- <div class="form-group"> -->
<!-- <textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea> -->
<!-- <div class="validation"></div> -->
<!-- </div> -->
<!-- <div class="text-center"><button type="submit">Send Message</button></div> -->
<!-- </form> -->
</div>
<!-- </div> -->
</div>
</div>
<!-- <iframe src="./deneuro_media_files/embed.html" width="100%" height="250" frameborder="0" style="border:0; margin-top:16px; " allowfullscreen=""></iframe> -->
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
</div>
</div>
<div class="container">
<div class="copyright">
<a href="#top"><img src="./images/deneuro_padded.svg" alt="" style="height:100px" title=""></a>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top" style="display: inline;"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="./deneuro_media_files/jquery.min.js"></script>
<script src="./deneuro_media_files/jquery-migrate.min.js"></script>
<script src="./deneuro_media_files/bootstrap.bundle.min.js"></script>
<script src="./deneuro_media_files/easing.min.js"></script>
<script src="./deneuro_media_files/wow.min.js"></script>
<script src="./deneuro_media_files/waypoints.min.js"></script>
<script src="./deneuro_media_files/counterup.min.js"></script>
<script src="./deneuro_media_files/hoverIntent.js"></script>
<script src="./deneuro_media_files/superfish.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="./deneuro_media_files/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="./deneuro_media_files/main.js"></script>
<nav id="mobile-nav">
<ul class="" style="touch-action: pan-y;" id="">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#how">How</a></li>
<li><a href="deneuromedia.com/demo.html">Demo</a></li>
<!-- <li><a href="#about">About Us</a></li> -->
<!-- <li><a href="#facts">Facts</a></li> -->
<!-- <li><a href="#services">Services</a></li> -->
<!-- <li><a href="#sdgs">SDGs</a></li> -->
<!-- <li><a href="#portfolio">Traction</a></li> -->
<!-- <li><a href="#team">Team</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</nav><div id="mobile-body-overly"></div></body></html>