Skip to content
Snippets Groups Projects
Commit b3e52392 authored by yuichitamiya's avatar yuichitamiya
Browse files

add inst week 17

parent 1d9c88df
No related branches found
No related tags found
No related merge requests found
Pipeline #307299 passed
# 17. Invention, intellectual property and income # 17. Invention, intellectual property and income
This week I worked on defining my final project idea and started to getting used to the documentation process. ## Schedule
- May 18: applications and implications
- May 25: invention, intellectual property, and income
- Jun 01: project development
- Jun 13 (Mon)
- Jun 29: local evaluation to global evaluation deadline
## Research ![](../images/week17/final_presentaiton_assigned.png)
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." ## Bali Fab Fest
> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." - Oct 12 - 22, 2022 - Bali, Indonesia
- October 15: graduation
- [site](https://bali.fabevent.org/)
- [DISCOUNT TICKETS // Bali Fab Event](https://gitlab.fabcloud.org/academany/fabacademy/2022/class/-/issues/15)
## Useful links
- [Jekyll](http://jekyll.org) ## Assignment
- [Google](http://google.com)
- [Markdown](https://en.wikipedia.org/wiki/Markdown)
## Code Example > develop a plan for dissemination of your final project
prepare drafts of your summary slide (presentation.png, 1920x1080)
and video clip (presentation.mp4, 1080p HTML5, < ~minute, < ~10 MB)
and put them in your root directory
Use the three backticks to separate code. ## Todo
``` ### Drafts of summary slide
// the setup function runs once when you press reset or power the board - presentation.png
void setup() { - 1920x1080
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
```
## Gallery
![](../images/sample-photo.jpg)
## Video
### From Vimeo ### Drafts of video clip
- presentation.mp4
- 1080p HTML5, < ~minute, < ~10 MB
<iframe src="https://player.vimeo.com/video/10048961" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> ### Root directory
<p><a href="https://vimeo.com/10048961">Sound Waves</a> from <a href="https://vimeo.com/radarboy">George Gally (Radarboy)</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
### From Youtube #### Mkdocs
```
<iframe width="560" height="315" src="https://www.youtube.com/embed/jjNgJFemlC4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> ├── docs
│ ├── index.md
## 3D Models │ ├── presentation.png
│ ├── presentation.mp4
├── mkdocs.yml
└── requirements.txt
```
<div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915/embed" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> ### Links of slide and video
[Fab Academy 2022](https://fabacademy.org/2022/) > [Presentations](https://finalprojects.fabacademy.org/#/schedule/2022)
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;"> ### ffmpeg
<a href="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Dita&#39;s Gown</a> [week1](./week01.md#ffmpeg)
by <a href="https://sketchfab.com/francisbitontistudio?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Francis Bitonti Studio</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
docs/images/week17/final_presentaiton_assigned.png

176 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment