-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathio.html
103 lines (85 loc) · 4.44 KB
/
io.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>RPI UPE</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Description of I/O events of UPE at RPI">
<meta name="author" content="Josh Goldberg">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<h2 class="muted">Rensselaer's Chapter of UPE</h2>
<ul class="nav nav-pills">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="committees.html">Committees</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="portfolios.html">Portfolios</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="tutoring.html">Tutoring</a></li>
<li><a href="photos.html">Photos</a></li>
</ul>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span12">
<h2>Rensselaer UPE I/O Events</h2>
<p>
We hold a special lectures series called I/Os multiple times a semester. A UPE I/O is a forum to introduce students to interesting & useful technologies that they would otherwise not come into contact with, in a way that will aid them in growing personally, academically, and professionally. The typical format is to recruit a speaker who is knowledgeable about the technology at hand, and have them give an overview of what it is, what problems it solves, and how to use it.
<p>
<h3> Upcoming I/Os </h3>
<br/>
<h3> Past I/Os </h3>
<h4>Oct 19, 2016: Apache Spark I/O</h4>
<p>
Want to learn about Apache Spark in distributed systems and cloud computing? Come to our I/O! Slides from the presentation are <a href="io/20161019-SparkPresentation.pptx">here</a>!
</p>
<h4>Sept 21, 2016: Deep Learning I/O</h4>
<h5> 6:30 @ Amos Eaton 214 </h5>
<p>
Are you interested in Artificial Intelligence or Machine Learning? Do you want to learn more?<br />
Come to our talk on Deep Learning on September 21, 2016 at 6:30 in Amos Eaton 214.<br />
Slides from the talk can be found <a href="io/20160921-Introduction to Machine Learning.pptx">here</a>!
</p>
<h4>December 9, 2015: Deep Learning I/O</h4>
<p>
Are you interested in Artificial Intelligence or Machine Learning? Do you want to learn more?
Come to our talk on Deep Learning on December 9, 2015 at 6:30pm, location TBD.
</p>
<h4> April 24th, 2015: JavaScript and Node.js</h4>
<h5> 6pm @ Lally 102 </h5>
<p> Talk by UPE's Josh Goldberg on introductory JavaScript and Node.js, targeted to newcomers to the language. Sample code and slides are available online at <a href="http://bit.ly/JSNodeIO">bit.ly/JSNodeIO</a>! </p>
<br />
<h4> April 3rd, 2015: Web Exploitation </h4>
<h5> 5pm @ DCC 324 </h5>
<p> UPE partners with <a href="http://rpis.ec/"> RPISec </a> for a interactive introduction to Web Exploitation. </p>
<br />
<h4>February 20, 2015: Google Go</h4>
<p>
Go (also Golang) is a new open source language. Initially developed by Google but now a separate software project, it is intended to be a major systems language superior to C++. It features garbage collection, type safety with some dynamic typing, and a large emphasis on concurrency.
</p>
<p>
The language's official site is <a href="http://golang.org">golang.org</a>. You can try Go on the official site or using <a href="http://repl.it/languages/go">repl.it</a>.
</p>
</br>
<h4> October 1st, 2015: Grad School Basics </h4>
<p> Talk hosted by UPE's Elsa Gonsiorowski about what to expect, how to apply, and other topics surrounding her decision to pursue graduate studies.
</p>
</br>
<h4> April 24th, 2015: Ruby Development </h4>
<p> Learn the basics of Ruby development!
</p>
</br>
<h4> February 20th, 2014: Android Development </h4>
<p> Learn the basics of Android application development!
</p>
</div>
</div>
</div>
</body>
</html>