-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
201 lines (141 loc) · 8.19 KB
/
about.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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!--
You have entered the realm of
▄▄▄▄ ██▀███ ▄▄▄ ███▄ █ ▓█████ ██████ ██░ ██ ▒█████ ██▓███
▓█████▄ ▓██ ▒ ██▒▒████▄ ██ ▀█ █ ▓█ ▀ ▒██ ▒ ▓██░ ██▒▒██▒ ██▒▓██░ ██▒
▒██▒ ▄██▓██ ░▄█ ▒▒██ ▀█▄ ▓██ ▀█ ██▒▒███ ░ ▓██▄ ▒██▀▀██░▒██░ ██▒▓██░ ██▓▒
▒██░█▀ ▒██▀▀█▄ ░██▄▄▄▄██ ▓██▒ ▐▌██▒▒▓█ ▄ ▒ ██▒░▓█ ░██ ▒██ ██░▒██▄█▓▒ ▒
░▓█ ▀█▓░██▓ ▒██▒ ▓█ ▓██▒▒██░ ▓██░░▒████▒▒██████▒▒░▓█▒░██▓░ ████▓▒░▒██▒ ░ ░
░▒▓███▀▒░ ▒▓ ░▒▓░ ▒▒ ▓▒█░░ ▒░ ▒ ▒ ░░ ▒░ ░▒ ▒▓▒ ▒ ░ ▒ ░░▒░▒░ ▒░▒░▒░ ▒▓▒░ ░ ░
▒░▒ ░ ░▒ ░ ▒░ ▒ ▒▒ ░░ ░░ ░ ▒░ ░ ░ ░░ ░▒ ░ ░ ▒ ░▒░ ░ ░ ▒ ▒░ ░▒ ░
░ ░ ░░ ░ ░ ▒ ░ ░ ░ ░ ░ ░ ░ ░ ░░ ░░ ░ ░ ▒ ░░
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░
-->
<meta name="google-site-verification" content="cKie6SUiby1JmI2F8RMscJRBTa28kTM6XNHS5l1GXxc" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131177872-1"></script>
<script type="text/javascript">
var host = window.location.hostname;
if ( host != "localhost") {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131177872-1');
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>About - Braneshop</title>
<meta name="geo.region" content="AU-VIC" />
<meta name="geo.placename" content="Melbourne" />
<link rel="stylesheet" type="text/css" href="./css/default.css?1" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<link href="https://fonts.googleapis.com/css?family=PT+Mono|Lato|DM+Serif+Text|Karma|Gilda+Display|Quando" rel="stylesheet">
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- Meta tags for little cards and such. -->
<meta property="og:title" content="About - Braneshop" />
<meta property="og:url" content="https://braneshop.com.au/about.html" />
</head>
<body>
<div id="braneshop-fixed" onclick="document.location = '/';"></div>
<!-- Header -->
<div id="header">
<div id="header-top">
<h1><a href="./"><img id="header-logo" class="compressed" src="./images/frozen.png" title="Braneshop (Frozen)" alt="Braneshop (Frozen)" /></a></h1>
</div>
<h2>Expand your knowledge manifold!</h2>
</div>
<div class="menu-box">
<ul class="menu">
<li><a href="./" title="Home">Home</a></li>
<li><a href="./about.html" title="About">About</a></li>
<li><a href="./blog.html" title="Blog">Blog</a></li>
<li><a href="./showreel.html" title="Showreel">Showreel</a></li>
</ul>
</div>
<!-- Content -->
<div id="content">
<div class="section">
<h3>About</h3>
<p> Braneshop is focused on improving the AI ecosystem, and making it a more
inclusive and representative space. Our aim is to <i>support</i> people with
their own goals and dreams within AI.
</p>
<p>We want to see a world in which AI is used to create positive and
inclusive social change.
</p>
<h4>Videos</h4>
<p>Below are some videos from our recent events/workshops.
</p>
<center>
<iframe src="https://player.vimeo.com/video/392866633" width="800" height="400" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<p>Watch on Vimeo - <a href="https://vimeo.com/392866633">Post-Prediction Conference - 2020</a> - February 18, 2020</p>
</center>
<center>
<iframe src="https://www.youtube.com/embed/DLmUa30PSkc" width="800" height="400" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Watch on YouTube - <a href="https://www.youtube.com/watch?v=DLmUa30PSkc">Braneshop's Theory of Change, and The Living Business</a> - February 9, 2020</p>
</center>
<center>
<iframe src="https://www.youtube.com/embed/MtcKpOawrbA" width="800" height="400" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Watch on YouTube - <a href="https://www.youtube.com/watch?v=MtcKpOawrbA">OC House - Meet The Tenants</a> - December 1, 2019</p>
</center>
<center>
<iframe src="https://player.vimeo.com/video/369242471" width="800" height="400" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<p>Watch on Vimeo - <a href="https://vimeo.com/369242471">AI For Leadership Workshop - Highlights</a> - September 23, 2019</p>
</center>
<center>
<iframe src="https://www.youtube.com/embed/OXTwWYhIjyc" width="800" height="400" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Watch on YouTube - <a href="https://www.youtube.com/watch?v=OXTwWYhIjyc">How mych data do you <i>really</i> need for deep learning?</a> - August 12, 2019</p>
</center>
<center>
<iframe src="https://www.youtube.com/embed/JTxwnc_Svgg" width="800" height="400" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Watch on YouTube - <a href="https://www.youtube.com/watch?v=JTxwnc_Svgg">Deep Learning in the Browser</a> - May 1, 2019</p>
</center>
<!-- - Mission/Goal -->
<!-- - Living Business -->
<!-- - Diversity/Representation -->
<!-- - Our Story -->
</div>
</div>
<!-- Footer -->
<div id="footer">
<div id="acknowledgement">
<img src="./images/atsi.webp" alt="Flags of the First Nations Peoples of Australia" />
<p> Braneshop is located on the traditional lands of the people of the
Kulin nation. We acknowledge that sovereignty was never ceded and pay
our respects to elders past, present and emerging.
<a href="https://www.goodreads.com/book/show/48254342-finding-the-heart-of-the-nation" rel="noopener">Finding the Heart of the Nation</a>.
</p>
</div>
<div id="small-links">
<div class="link-section">
<h6>Links</h6>
<a href="./">Home</a>
<a href="./blog.html">Blog</a>
<a href="./showreel.html">Deep learning showreel</a>
</div>
<div class="link-section">
<h6>Tools/Fun</h6>
<a href="./thesetestimonialsdontexist.html">These testimonials don't exist ...</a>
<a href="./object-detection-in-the-browser.html">Object-detection in the browser!</a>
<a href="https://silky.github.io/cppn-playground/">The CPPN Playground</a>
</div>
</div>
</div>
<script type="text/javascript">
window.onload = function() {
const prism = document.getElementById("braneshop-fixed")
var h = 80;
function setFrame(frame) {
var f = frame % 120;
prism.style["background-position"] = "0 " + "-" + (f*h) + "pt";
}
document.addEventListener('scroll', function(x) {
setFrame(Math.floor(window.scrollY/30))
}, false)
}
</script>
</html>