-
Notifications
You must be signed in to change notification settings - Fork 2
/
gsoc-18.html
384 lines (364 loc) · 27.8 KB
/
gsoc-18.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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>GSoC 18 @ WolfBeacon</title>
<meta name="description" content="WolfBeacon is a mobile-first platform to systemize the organization of and participation in hackathons.
">
<meta name="mpID" content="2206b29843ecafa55c6f6ef90bfb2d85">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="siteURL" content="index.html">
<link rel="apple-touch-icon" sizes="180x180" href="img/fav.png">
<link rel="icon" href="img/fav.png" size="16x16">
<link rel="icon" href="img/fav.png" type="image/png" sizes="32x32">
<link rel="icon" href="img/fav.png" type="image/png" sizes="64x64">
<meta name="description" content="WolfBeacon is a mobile-first platform to systemize the organization of and participation in hackathons." />
<meta name="robots" content="noodp" />
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.eonjohn.com/img/fav.png" />
<meta property="og:title" content="WolfBeacon" />
<meta property="og:description" content="WolfBeacon is a mobile-first platform to systemize the organization of and participation in hackathons." />
<meta property="og:url" content="https://wolfbeacon.org/" />
<meta property="og:site_name" content="WolfBeacon" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="WolfBeacon is a mobile-first platform to systemize the organization of and participation in hackathons." />
<meta name="twitter:title" content="WolfBeacon" />
<meta name="twitter:site" content="@wolf_beacon" />
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel='stylesheet' id='main-styles-css' href='css/production.css' type='text/css' media='all' />
<link rel='stylesheet' id='main-styles-css' href='css/main.css' type='text/css' media='all' />
<style type="text/css">
.center1 {
display: inline-block;
text-align: center;
}
.center1 img {
width: 150px;
border-radius: 10rem;
}
.gsoc {
font-family: "CalibreWeb-Regular" !important;
width: 84%;
}
@media(max-width:768px) {
.gsoc {
width: 100%;
}
}
.gsoc h1,
.gsoc h2,
.gsoc h3,
.gsoc h5 {
font-family: "RemoPro-SemiBold";
}
.gsoc p {
font-size: 122% !important;
color: #2d2d2d !important;
margin: 0 0 20px 0;
}
.gsoc li {
margin: 0 0 10px 0;
font-size: 112% !important;
color: #2d2d2d !important
}
@media(min-width:768px) {
p,Phttps://github.com/wolfbeacon/wolfbeacon.github.io
li {
text-align: justify !important;
text-justify: inter-word !important;
}
}
.gsoc-heading h1 {
font-family: "RemoPro-SemiBold";
color: #262626 !important;
}
</style>
</head>
<body class="is-pricing-page">
<div class="main">
<header class="header">
<div style="background-color: #37adcb;" class="header__container container">
<div class="header__inner">
<div class="header__logo">
<a href="index.html" title="WolfBeacon">
<img src="img/logo_w.png" alt="WolfBeacon">
</a>
</div>
<div class="nav-icon">
<span></span>
</div>
<ul class="nav">
<li><a class="nav__link is-home-link" href="index.html" title="Home">Home</a></li>
<li><a class="nav__link is-features-link" href="features.html" title="Features">Features</a></li>
<li><a class="nav__link is-how-it-works-link" href="how-it-works.html" title="How it works">How it works</a></li>
<!-- <li><a class="nav__link is-how-it-works-link" href="projects.html" title="Projects">Projects</a></li> -->
<li><a class="nav__link is-faq-link" href="https://github.com/WolfBeacon" title="Contribute to our github">Contribute</a></li>
</ul>
<div class="nav-footer u--mobile">
<ul class="footer__nav footer__nav--left">
<li><a class="is-about-xero-link" href="#" title="Built With ♥ By The Hacker Community">Built With ♥ By The Hacker Community</a></li>
<li>
<a class="icon-twitter" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a>
</li>
<li>
<a class="icon-fb" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a>
</li>
<li>
<a class="icon-email" href="mailto:[email protected]" title="WolfBeacon"></a>
</li>
</ul>
</div>
</div>
</div>
</header>
<br>
<div class="panel -space-top-1 -space-bottom-1 getting-set-up-panel">
<div class="container -medium gsoc gsoc-heading">
<h1 style="text-align: center; color: #2d2d2d; margin-bottom: 0" class="-title-1">GSoC 2018 @ WolfBeacon</h1>
<hr>
</div>
</div>
<div class="container gsoc">
<br>
<h5 id="attemp"> ‣ WolfBeacon will be applying for Google Summer of Code 2018 as a participating organization!</h5>
<br><br>
<h2 id="whatexactlyisgsoc"><u>About GSoC</u></h2>
<br>
<p><b>tl;dr</b>: <i>It's this program where you spend your summer writing code for awesome open source projects sponsored by Google while making some $$$$ and rep along the way.</i></p>
<p><a href="https://summerofcode.withgoogle.com">Google Summer of Code</a> is a global program focused on introducing students to open source software development. Students work on a 3 month programming project with an open source organization during their break from university. Since its inception in 2005, the program has brought together almost 11,000 student participants and 10,000 mentors from over 113 countries worldwide. Google Summer of Code has produced over 50 million lines of code for 515 open source organizations.</p>
<p>As a part of Google Summer of Code, student participants are paired with a mentor from the participating organizations, gaining exposure to real-world software development and techniques. Students have the opportunity to spend the break between their school semesters earning a <a href="https://developers.google.com/open-source/gsoc/help/student-stipends">stipend</a> while working in areas related to their interests.</p>
<p>In turn, the participating organizations are able to identify and bring in new developers who implement new features and hopefully continue to contribute to open source even after the program is over. Most importantly, more code is created and released for the use and benefit of all.</p>
<p>The GSoC programme has produced some amazing Open Source Student Developers across the years, giving them a great deal of respect from their peers, lots of credibility early on in their career and often leading to them landing their dream jobs and internships.</p>
<br>
<br>
<hr>
<br>
<br>
<h2 id="whatiswolfbeaconwhoareyouguys"><u>About WolfBeacon</u></h2>
<br>
<p><em><a href="https://wolfbeacon.org">WolfBeacon</a> is the World's first Open Source Cross-Platform Hackathon Aggregation, Organization & Management Software. Built by Hackers, for Hackers</em>. WolfBeacon streamlines the process of searching for Hackathons and serves as an all-in-one package when it comes to building your own Hackathons.</p>
<p>Having been built by a diverse and passionate team of university students from across the planet, WolfBeacon aims to provide a seamless experience for both Hackathon Organizers and Hackers so that more developers can become interested in taking their theoretical skills and applying them outside of the classroom. <em>Awareness</em>, <em>Hacking</em> and <em>Community</em> are the pillars WolfBeacon is built on. </p>
<p>A few features about the platform:</p>
<div class="container">
<ul style=" list-style-type: disc;">
<li>Mobile first. You can check our Hackathons, learn more, apply, receive updates and much more without any hassles. No more missing out on deadlines application dates.</li>
<li>With WolfBeacon sponsored Hackathons, the process of organizing a Hackathon becomes super simple. Simply create your Hackathon and let us take care of registrations, organizations and streamlining the process.</li>
<li>Our Apps cater to all your needs and have all the tools you need as a Hackathon participant and an organiser. Whether you need help at a WolfBeacon sponsored Hackathon venue (support tickets) or need to send updates to all the folks (notifications), we have you covered at every step.</li>
<li>We've built the world's <a href="https://github.com/wolfbeacon/wolfbeacon-hackalist-api" target="_blank">first API</a> that lists out all the world's Hackathons around you, sorted by distance(default) when you you simply enter your coordinates. </li>
</ul>
</div>
<br>
<p>Some notes on our development:</p>
<div class="container">
<ul style=" list-style-type: disc;">
<li>We have projects in JavaScript, Python, Kotlin, Go, Java, Swift and more!</li>
<li>We've built some really cool stuff like our own <a href="https://github.com/wolfbeacon-infra-ops" target="_blank">infrastructure automation pipeline</a>, service status tools, slackbots and a whole lot more. We work on cool projects with cutting edge tech, always.</li>
<li>Our Developmemt is carried out at <a href="https://jira.wolfbeacon.com">jira.wolfbeacon.com</a> and our Wiki is open to all at <a href="https://wiki.wolfbeacon.com">wiki.wolfbeacon.com</a>. Both of these tools are a part of the Open Source license granted to WolfBeacon by Atlassian. </li>
<li>We follow high standards of development and open source practices, building upon our past experiences as former GSoC mentors, students and also from having worked at top places like Bloomberg, PagerDuty, IBM, Razorpay etc.</li>
</ul>
</div>
<br>
<hr>
<br>
<br>
<h2 id="studentapplicationguidelines"><u>Student Application Guidelines</u></h2>
<br>
<p>Interested in WolfBeacon? Awesome! We're always on the lookout for passionate students, developers, Hackathon Experts and Open-Source Ninjas. A few basic qualities we are looking for in potential GSoC students are:</p>
<div class="container">
<ul style=" list-style-type: disc;">
<li>Passionate about our cause, that is Hackathons, Hacking, FOSS and Community!</li>
<li>Take the time to <em>be detailed</em> and never leave any pixel untouched.</li>
<li>Be <em>self motivated</em> and take responsibility of your own work.</li>
<li>Have <em>strong communication skills</em> and <em>good work ethic</em>.</li>
<li>Assuming you're a developer, we implicitly assume you have a command over basic tools like Git, know how to collaborate with a distributed team spread across timezones and so on.</li>
</ul>
</div>
<br>
<p>We're not looking for any sort of <em>contract developers</em> or folks who are in it for the short run. We're looking for long term developers who are as excited as we are about WolfBeacon. The GSoC project is only going to be a part of our journey together so we'd like you to keep that in mind before you submit a proposal. What's in it for you? We have our own set of exclusive <b>perks</b>.</p>
<br>
<div class="container">
<ul style=" list-style-type: disc;">
<li>We have an great bunch set of sponsors. They've been gracious enough to offer us their otherwise paid services. We have our entire infrastructure sponsored by <a href="https://aws.amazon.com/">AWS</a> with several $$$$ free credits, JIRA and Confluence sponsored by <a href="https://www.atlassian.com/">Atlassian</a> and state of the art authentication infrastructure by <a href="https://auth0.com">Auth0</a> with others as well!</li>
<li>Sponsored Opportunities to attend the best Hackathons across the planet.</li>
<li>AWS credits, Free domains, Stickers and all the good stuff.</li>
<li>Excellent networking opportunities with our talented community and team members. We've got folks who are experienced open source developers, ex-GSoCers and work or have interned at enviable places.</li>
</ul>
</div>
<br>
<p>Pretty cool right? <em>#hype!</em></p>
<br>
<h3 id="howtoapply">How to Apply</h3>
<p>The basic process would be:</p>
<div class="container">
<ol>
<li>1. Head over to <a href="https://wolfbeacon.org/chat">https://wolfbeacon.org/chat</a> and join the Slack Channel</li>
<li>2. Introduce yourself, discuss ideas with mentors, community members and other folks.</li>
<li>3. Start formalising the requirements, get specific and spec out a great proposal on <a href="https://docs.google.com/document/u/0/?usp=mkt_docs" target="_blank">Google Docs</a>.</li>
<li>4. Get feedback from mentors on the proposal.</li>
</ol>
</div>
<br>
<br>
<br>
<hr>
<br>
<br>
<h2 id="projects"><u>Projects</u></h2>
<br>
<br>
<h3 id="1wolfbeaconanalyticsproject">1. Analytics Dashboard Project</h3>
<span class="label label-default">Core Development</span>
<br><br>
<p>The main objective of this project is to drive <a href="https://github.com/wolfbeacon/wolfbeacon-dashbaord">WolfBeacon's Analytics Dashboard</a> to completion.</p>
<p>WolfBeacon's Analytics Dashboard will allow Hackathon Organizers to reach deeper into the interactions and reviews of workshops/ events and the Hackathon itself. With a modern and clean UI paired with UX design strategies, the Dashboard will revolutionize the way Hackathons are organized and how feedback is responded to within the coming years. </p>
<p>The dashboard will be interating with <a href="https://github.com/wolfbeacon/wolfbeacon-core-api">WolfBeacon Core API</a> to provide all functionalities.</p>
<p>We're looking for talented and passionate Front-end developers who will take a mock-up into a fully functioning application with their development skills.</p>
<p><em>Skillset</em>: HTML/CSS/JavaScript is implicit. Experience with <a href="https://reactjs.org/">React</a> is mandatory. While you will be working in conjection with our designer, you are expected to have good UI/UX skills and the ability to come up with wireframes and prototypes while turning them into code. Profile and work on GitHub, <a href="https://www.behance.net/">Behance</a>, <a href="https://codepen.io">Codepen</a> and <a href="https://dribbble.com/">Dribbble </a> is added credibility. Some basic understanding of Analytics/Data Science/Machine Learning (through completion of an MOOC, for example) is a plus. </p>
<p><b>Mentors:</b> <a href="https://github.com/avikantz">Avikant</a>, <a href="https://github.com/shaynair">Akshay</a></p>
<p>
<br>
</p>
<h3 id="2wolfbeaconbackendproject">2. Platform Augmentation Project</h3>
<span class="label label-default">Core Development</span>
<br><br>
<p>There are several parts of the WolfBeacon platform that need to be driven to completion. We are looking for a Full Stack Developer who has worked on various platforms and is willing to take on multiple development roles.</p>
<p>First, you would be working on the <a href="https://github.com/wolfbeacon-core-api">WolfBeacon Core API project</a> to implement a robust authentication system for mobile and dashboard using Auth0, incorporating logging in appropriate places in the code, extending REST resources if required and implementing a caching system to vertically scale the system.</p>
<p>Simultaneously, you would also working on the <a href="https://github.com/wolfbeacon/wolfbeacon-ios-client">WolfBeacon iOS</a> and <a href="https://github.com/wolfbeacon/wolfbeacon-android-client">WolfBeacon Android</a> applications along with our core mobile developers, integrating the Core API within the apps to drive the apps to completion. </p>
<p><em>Skillset</em>: Experience with atleast 2 of Python, Java and Swift. Experience with <a href="https://www.djangoproject.com/" target="_blank">Django</a> and <a href="http://www.django-rest-framework.org/" target="_blank">Django Rest Framework</a> is a definite plus. Experience with mobile development is almost certainly required. Should possess atleast an elementary understanding of microservices architecture and <a href="https://www.docker.com/">Docker</a>.</p>
<p><b>Mentors:</b> <a href="https://github.com/bholagabbar" target="_blank">Shreyans Sheth</a>, <a href="https://github.com/maclyn" target="_blank">Maclyn Brandwein</a></p>
<br>
<h3 id="3wolfbeaconbackendproject">3. HowlPlay</h3>
<span class="label label-default">Fun Project</span>
<br><br>
<p>HowlPlay will allow hackathon organizers to have a <a href="http://timeplay.com/">TimePlay</a>-like experience for hackers. Basically, organizers will be able to have a quiz for hackers to answer, hackers will answer the quiz on their phone, scores will be displayed on organizer's dashboard in real-time.</p>
<p>You will be working with WebSocket and many other WebRTC technologies. The goal is to have a system that is easy to deploy for hackathon organizers, also robust enough to handle hundreds of simultaneous connections.</p>
<p>HowlPlay will contain three parts, each part requires different skillsets.</p>
<p><b>1. HowlPlay Main API</b></p>
<p>This is the primary API for HowlPlay, it will provide endpoints for organizers to manage quizzes for their hackathon. This part must be integrated with existing WolfBeacon tools, such as authentication pipeline and database.</p>
<p><em>Skillset</em>: Experience with <a href="https://www.djangoproject.com/">Django</a> and <a href="https://www.postgresql.org/">PostgreSQL</a> are required.</p>
<p><b>2. HowlPlay Game Server</b></p>
<p>The game server is where games are hosted. You will be working with WebSocket to implement a robust system that can handle hundreds of simultaneous connections with minimal latency.</p>
<p><em>Skillset</em>: Experience with <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API">WebSocket</a> is required. Experience with developing scalable applications is a plus.</p>
<p><b>3. HowlPlay Dashboard / PWA</b></p>
<p>The dashboard is where hackathon organizers can manage their quizzes, it will integrate with Main API to provide all functionalities.</p>
<p>The PWA (Progressive Web Application) is what hackers will use to play the game, this application will communicate with Game Server to provide all functionalities.</p>
<p><em>Skillset</em>: Experience with <a href="https://reactjs.org/">React.js</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API">WebSocket</a> are required.</p>
<p>The application architecture is fully specified on our Confluence site, <a href="https://wolfbeacon.atlassian.net/wiki/spaces/WG/pages/299171906/Software+Architecture+Documentation">check it out</a>!</p>
<p></p>
<p><b>Mentors:</b> <a href="https://github.com/digi0ps" target="_blank">Sriram</a>, <a href="https://github.com/shaynair">Akshay</a></p>
<p>
<br>
</p>
<h3 id="4wolfbeaconbackendproject">4. Deployment Automation Project</h3>
<span class="label label-default">Infrastructure and Automation</span>
<br><br>
<p>WolfBeacon's backend is powered by <a href="https://aws.amazon.com/">Amazon Web Services</a>.</p>
<p>The goal is to have an automated deployment process for our projects, we currently have a <a href="https://github.com/wolfbeacon/wolfbeacon-infra-ops">bot</a> that does some automation for us.</p>
<p>You will be helping to develop a complete deployment automation pipeline for WolfBeacon. You will be working with Ansible, AWS Elastic Beanstalk, AWS ECR, AWS S3, and AWS CodeBuild. We are seeking to implement a solution that automates secret file generation. Currently all secrets are manually typed into AWS console, which is very inefficient.</p>
<p></p>
<p><em>Skillset</em>: Experience with <a href="https://aws.amazon.com/">Amazon Web Services</a> and <a href="https://golang.org/">Golang</a>. Some experience with developing applications that involve using encryption algorithms is preferred.</p>
<p><b>Mentors:</b> <a href="https://github.com/bholagabbar" target="_blank">Shreyans Sheth</a>, <a href="https://github.com/ralph-dev">Ralph</a></p>
<p>
<br>
</p>
<h3 id="5wolfbeaconbackendproject">5. React Native App</h3>
<span class="label label-default">Front-End React Native Development</span>
<br><br>
<p>WolfBeacon is a mobile-first Hackathon Organization and Aggregation Platform</p>
<p>You will embark on a journey to recreate our mobile apps using React Native so that we can streamline our development process and work on one codebase instead of two native ones.</p>
<p>This project will allow us to focus our engineering efforts on creating more features for our users instead of worrying about maintence on each platform.</p>
<p><em>Skillset</em>: Experience with JavaScript 8, Webpack and extensive knowledge of HTML and CSS (Prefference towards SCSS developers) is required.</p>
<p><b>Mentors:</b> <a href="https://github.com/bholagabbar" target="_blank">Shreyans Sheth</a>, <a href="https://github.com/ralph-dev">Ralph</a></p>
<br>
<h3 id="6wolfbeaconbackendproject">6. Service Status Automation with Cachet</h3>
<span class="label label-default">Infrastructure and Automation</span>
<br><br>
<p>With many servers running, sometimes it is hard for administrators to notice a service is down and update the status page.</p>
<p>Service status automation project will integrate external monitoring services such as Uptime Robot with our existing <a href="https://status.wolfbeacon.com/">status dashboard</a> built using Cachet. It should update the service status automatically without human intervention. It should also integrate with AWS health check tools to notify administrators any abnormal activity, such as CPU usage spike.</p>
<p>This project will save a significant amount of time for our engineers, also provide insights into our existing infrastructure.</p>
<p><em>Skillset</em>: Experience with consuming RESTful APIs is required. Some experience with back-end development is preferred.</p>
<p><b>Mentors:</b> <a href="https://github.com/bholagabbar" target="_blank">Shreyans Sheth</a>, <a href="https://github.com/shaynair">Akshay</a></p>
<br>
<hr>
<br>
<br>
<h2 id="contact"><u>Contact</u></h2>
<br>
<p>
Head over to <a href="https://wolfbeacon.org/chat">https://wolfbeacon.org/chat</a> and join the Slack Channel </i>.
</p>
<p>
If you have any other suggestions/questions/specific queries, put a comment down below in the Disqus section or shoot us a mail at <a href="mailto:[email protected]">[email protected]</a>.
</p>
<br>
<div id="disqus_thread"></div>
<br>
</div>
<div class=" -space-top-3 "></div>
<!-- ethos_tiles_container -->
</div>
<br>
<footer class="footer">
<div class="container">
<div class="footer__inner">
<ul class="footer__nav footer__nav--left">
<li><a class="is-about-paymark-link" href="about-us.html" title="Built With ♥ By The Hacker Community">Built With ♥ by the hacker community</a></li>
<li>
<a class="icon-twitter" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a>
</li>
<li>
<a class="icon-fb" href="https://twitter.com/wolf_beacon?lang=en" target="_blank"></a>
</li>
<li><a class="" href="mailto:[email protected]" title="WolfBeacon">Contact Us</a></li>
</ul>
<ul class="footer__nav footer__nav--right">
<li><a class="is-privacy-link" href="index.html" title="Privacy">Privacy</a></li>
<li><a class="is-tandc-link" href="index.html" title="Terms & Conditions">Terms & Conditions</a></li>
</ul>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script type="text/javascript" src="js/animate.js"></script>
<script type='text/javascript' src='js/main.js'></script>
<script>
$("#analytics").animatedModal();
$("#back_end").animatedModal({
modalTarget: 'backend',
animatedIn: 'fadeIn',
animatedOut: 'fadeOut',
color: '#fff',
// Callbacks
beforeOpen: function() {
console.log("The animation was called");
},
afterOpen: function() {
console.log("The animation is completed");
},
beforeClose: function() {
console.log("The animation was called");
},
afterClose: function() {
console.log("The animation is completed");
}
});
</script>
<script>
var disqus_config = function() {
this.page.url = document.URL;
this.page.identifier = "/gsoc-18/";
};
(function() {
var d = document,
s = d.createElement('script');
s.src = '//wolfbeacon-com.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</body>
</html>