Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evanxd committed May 16, 2016
0 parents commit 99fe4cd
Show file tree
Hide file tree
Showing 13 changed files with 266 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PHONY: deploy-github
deploy-github:
git checkout master && \
git branch -D gh-pages && \
git branch gh-pages && \
git push -f origin gh-pages
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SensorWeb London Sharing

A slide of sharing SensorWeb progress on London Workweek.
83 changes: 83 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

body {
font-family: 'Yanone Kaffeesatz';
}

h1,h2, h3 {
font-weight: 400;
margin-bottom: 0;
margin-top: 10px;
}

h1 {
font-size: 5em;
}

h2 {
font-size: 4em;
}

h3 {
font-size: 3em;
}

li {
font-size: 3em;
}

img {
width: 100%;
}

.remark-slide div {
background: #272822;
color: #f3f3f3;
text-shadow: 0 0 20px #333;
}

.remark-slide h1 {
color: yellow;
line-height: 0.8em;
}

pre {
border-left: 0.4em solid #d7d7d7;
padding: 1em !important;
}

code {
font-size: 2.6em;
color: #00FF00 !important;
background: #272822 !important;
}

a {
color: #F92672;
text-decoration: none;
}

.task {
float: right;
font-size: 0.9em;
padding-top: 0.6em;
}

.task a {
color: #080;
text-decoration: none;
}

.right {
float: right;
margin-left: 1em;
}

.pushdown {
margin-top: 12em;
}

.portrait {
width: auto;
height: 600px;
}
Binary file added images/ecwm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/maker-faire-contributors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/psees.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sensorweb-station-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sensorweb-team.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/station-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/station-05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tony-setup-station.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tony.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 174 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
<!DOCTYPE html>
<html>

<head>
<title>SensorWeb London Sharing</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>

<body>
<pre id="source">
class: middle, center

# SensorWeb London WW Sharing
## 7 People x 45 Days x 1 School

This comment has been minimized.

Copy link
@evanxd

evanxd May 18, 2016

Author Member

Let's change this to Deliver to Users x Learn x Contribute.

### [SensorWeb](http://sensorweb.io/about.html)

---

class: middle, center

![Team](./images/sensorweb-team.png)

---

class: middle

# Agenda
* What Is SensorWeb
* Product/Tech Archtecture
* Pilot Project: PM2.5
* What Do We Learn
* How to Contribute
* What Is Next
* Questions

---

class: middle, center


```
var SensorWeb = IoT(OpenData, GitHub);
```

---

class: middle, center

# Open Data Platform for IoT
### Sharing IoT data to solve real world problems

---

class: middle, center

# Product/Tech Archetecture

---

class: middle, center

# Build SensorWeb Effectively
![ECWM](./images/ecwm.png)

---

class: middle

# Two Milestones
## 3/10: Start to write code
## 4/18: Release MVP
## 4/25: Deliver SensorWeb to a school
## (4/25 - 3/10 = 45 days)

---

class: middle, center

### Our First Contributor: [Ping-sing Elementary School](http://www.psees.tyc.edu.tw/)

![Ping-sing Elementary School](./images/psees.jpg)

---

class: middle, center

### Our First User: [Tony](http://sensorweb.io/user.html?id=tony70), Computer Teacher

![Tony](./images/tony.jpg)

---

class: middle, center

### Our First PM2.5 Station: [SensorWeb Station 0330](http://blog.sensorweb.io/2016/04/22/our-first-air-quality-station-is-working)

![SensorWeb Station 0330](./images/sensorweb-station-01.jpg)

---

class: middle, center

![Tony setup station](./images/tony-setup-station.jpg)

---

class: middle, center

![Tony setup station](./images/station-01.jpg)

---

class: middle, center

![Tony setup station](./images/station-05.jpg)

---

class: middle

# What Do We Learn

* What market say
* What potencial partners say

---

class: middle, center

### Contributors
![Contributors](./images/maker-faire-contributors.jpg)

---

class: middle

# How to Contribute

* Set up sensors
* Contribute code
* Translate articles
* Events' volunteers

---

class: middle

# What Is Next

* We will help school create SOP for protecting students' safety
* Help people use our Open Data

---

class: middle, center

# Questions?

</pre>
<script src="http://gnab.github.io/remark/downloads/remark-0.5.7.min.js"></script>
<script type="text/javascript">
var slideshow = remark.create();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77335368-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>

0 comments on commit 99fe4cd

Please sign in to comment.