-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from JxVtrl/main
Criação de pasta para "Robotização do homem" + adicionando .gitignore com node_modules
- Loading branch information
Showing
3 changed files
with
348 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,4 +171,4 @@ <h2>Perguntas?</h2> | |
Reveal.initialize(); | ||
</script> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,346 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-BR"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Robotização Humana - Limites e Possibilidades</title> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/reveal.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/theme/night.min.css"> | ||
|
||
<style> | ||
.reveal h1, | ||
.reveal h2, | ||
.reveal h3 { | ||
text-transform: none; | ||
} | ||
|
||
.reveal .slides { | ||
text-align: left; | ||
} | ||
|
||
.reveal h1 { | ||
color: #ffffff; | ||
} | ||
|
||
.reveal .slides section>* { | ||
margin-left: 0; | ||
margin-right: 0; | ||
} | ||
|
||
.reveal li { | ||
margin-bottom: 15px; | ||
} | ||
|
||
|
||
.image-container { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 300px; | ||
margin-bottom: 20px; | ||
} | ||
</style> | ||
</head> | ||
|
||
|
||
<body> | ||
<div class="reveal"> | ||
<div class="slides"> | ||
<section | ||
data-background-image="https://bahiapravoce.com.br/wp-content/uploads/2022/08/android-5242149_1920-1024x576.jpg"> | ||
<h1 style="color: white;">Robotização Humana</h1> | ||
<h3 style="color: white;">Limites e possibilidades</h3> | ||
<br> | ||
<small style="color: white;"> João Vinicius Vitral </small> <br> | ||
<small style="color: white;"> Rayssa Montecchiari </small> | ||
</section> | ||
|
||
<section> | ||
<h2>1: Introdução</h2> | ||
</section> | ||
|
||
<section> | ||
<h2>O que é?</h2> | ||
<div class="two-column" style="display:flex; gap: 30px; align-items:center"> | ||
<ul> | ||
<li>Integração homem-máquina</li> | ||
<li>Ampliação de capacidades</li> | ||
<li>Fusão biologia-tecnologia</li> | ||
</ul> | ||
|
||
<img src="https://media.tenor.com/KR39Kj-HBQMAAAAM/iron-man-tony-stark.gif" alt="Homem de ferro" | ||
style="height: auto; width: 30%;"> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<h2>Marcos</h2> | ||
<div class="two-column" style="display:flex; gap: 30px; align-items:center"> | ||
<ul style="margin: 0;"> | ||
<li>1960: Exoesqueletos militares</li> | ||
<li>1998: Chip no sistema nervoso</li> | ||
<li>2024: Neuralink</li> | ||
</ul> | ||
|
||
<div | ||
style="display:flex; flex-direction:column; gap: 10px; align-items:center; justify-content:center"> | ||
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT_nY0HAHbEj-jv2_M78eKZvaTIsQdMWDA_MA&s" | ||
alt="Exoesqueleto militar" style="height: 300px; width: auto;"> | ||
</div> | ||
|
||
</div> | ||
|
||
<img src="https://cognivence.scicog.fr/projets/forum2008/pages/conferences/warwick_2.jpg" | ||
alt="Kevin Warwick" | ||
style="height: 250px;width: auto;margin: 0;margin-top: -47px;margin-left: 113px;"> | ||
</section> | ||
|
||
<section> | ||
<h2>Evolução histórica</h2> | ||
|
||
<img src="https://st3.depositphotos.com/4323461/35252/v/1600/depositphotos_352523458-stock-illustration-evolution-of-rehabilitation-man-leg.jpg" | ||
alt="Evolução das próteses" style="height: auto; width: 100%;"> | ||
|
||
</section> | ||
|
||
<section> | ||
<h2>2: Aplicações Atuais da Robotização</h2> | ||
</section> | ||
|
||
<section> | ||
<h2>Tecnologias para Assistência Humana</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Exoesqueletos | ||
<div> | ||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<img src="https://images.rodpub.com/images/107/620_350.jpg" | ||
alt="Robotização para Assistência Humana" style="height: 250px; width: 100%" /> | ||
|
||
<iframe src="https://www.youtube.com/embed/7bqpt-6hKYg?si=W36wI7GAkIXeHj2d" | ||
style="height: 250px; width: 100%" | ||
title="Robotização para Assistência Humana"></iframe> | ||
</div> | ||
|
||
<small> | ||
Usados na reabilitação para ajudar pessoas com lesões na | ||
coluna, permitindo que caminhem novamente. ex: HAL (Hybrid | ||
Assistive Limb) | ||
</small> | ||
</div> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Tecnologias para Assistência Humana</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Próteses Robóticas Avançadas | ||
|
||
<div> | ||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<img src="https://www.showmetech.com.br/wp-content/uploads//2018/05/proteses-capa-jpg-webp.webp" | ||
alt="Robotização para Assistência Humana" style="height: 250px" /> | ||
</div> | ||
|
||
<small> | ||
Conectar ao desenvolvimento de membros biônicos controlados | ||
pelo pensamento, como as próteses desenvolvidas por DARPA. | ||
</small> | ||
</div> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Tecnologias para Assistência Humana</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Assistentes Pessoais e Domésticos | ||
<div> | ||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<iframe src="https://www.youtube.com/embed/Oy9CLXDBaYU?si=4n4lgvOuERPFgBxO" | ||
style="height: 250px" title="Assistentes Pessoais e Domésticos"></iframe> | ||
</div> | ||
<small> | ||
Linha Roomba ou Pepper, usados para facilitar a vida doméstica | ||
e interações sociais. | ||
</small> | ||
</div> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Aplicações na Medicina</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Cirurgia Robótica | ||
|
||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<iframe src="https://www.youtube.com/embed/HHKEHTr7o3Y?si=HxP-qMNOFyivDwA1" | ||
style="height: 250px" title="Cirurgia Robótica"></iframe> | ||
</div> | ||
<small> | ||
O sistema Da Vinci, amplamente utilizado em cirurgias | ||
minimamente invasivas. | ||
</small> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Aplicações na Medicina</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Dispositivos Implantáveis | ||
|
||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<iframe src="https://www.youtube.com/embed/5SrpYZum4Nk?si=CpWGFXz44caUrGez" | ||
style="height: 250px" title="Dispositivos Implantáveis"></iframe> | ||
</div> | ||
<small> | ||
Como marcapassos inteligentes e chips cerebrais (Neuralink), que começam a | ||
ampliar as capacidades cognitivas e físicas humanas. | ||
</small> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Aplicação na Indústria e Vida Cotidiana</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Automação Industrial | ||
|
||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<img src="https://d2n4wb9orp1vta.cloudfront.net/cms/brand/ABG/2020-ABG/cobot1.jpg;maxWidth=720" | ||
alt="Robotização na Indústria" style="height: 250px" /> | ||
</div> | ||
<small> | ||
Robots colaborativos (cobots) em fábricas, que trabalham junto com humanos, | ||
aumentando a produtividade e segurança. | ||
</small> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>3: Limitações Éticas e Morais</h2> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>Desafios Morais</h2> | ||
<ul> | ||
<li>Privacidade</li> | ||
<li>Segurança cibernética</li> | ||
<li>Ética</li> | ||
<li>Desigualdade de acesso</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Impactos na Sociedade</h2> | ||
<ul> | ||
<li>Redefinição de "normalidade"</li> | ||
<li>Questões de identidade</li> | ||
<li>Transformação do trabalho</li> | ||
<li>Novos paradigmas médicos</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<section> | ||
<h2>4: Desafios Técnicos e Científicos</h2> | ||
</section> | ||
|
||
<section> | ||
<h2>Barreiras Tecnológicas</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Integração Corpo-Robô | ||
<div> | ||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<img src="https://businessmoment.com.br/wp-content/uploads/2024/01/IMG_2100.jpeg" | ||
alt="Integração Corpo-Robô" style="height: 250px; width: 100%" /> | ||
|
||
<iframe src="https://www.youtube.com/embed/2rXrGH52aoM?si=mvYqhXmmBv0GgGCJ" | ||
style="height: 250px; width: 100%" title="Integração Corpo-Robô"></iframe> | ||
</div> | ||
|
||
<small> | ||
O desafio de criar próteses e dispositivos que se integrem | ||
perfeitamente ao sistema nervoso humano. | ||
</small> | ||
</div> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Barreiras Tecnológicas</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Autonomia e Tomada de Decisão | ||
|
||
<div> | ||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<img src="https://s2-autoesporte.glbimg.com/MhnP4PKWl-_OGYQ7BzawLe1dmrk=/0x0:620x400/984x0/smart/filters:strip_icc()/i.s3.glbimg.com/v1/AUTH_cf9d035bf26b4646b105bd958f32089d/internal_photos/bs/2020/3/6/0oYw8URferELirZnGv3w/2016-04-20-press01-autopilot-dash-1.jpg" | ||
alt="Autonomia e Tomada de Decisão" style="height: 250px; width: 50%" /> | ||
<iframe src="https://pt.wikipedia.org/wiki/Dilema_do_bonde | ||
" style="height: 250px; width: 100%" title="Autonomia e Tomada de Decisão"></iframe> | ||
</div> | ||
|
||
<small> | ||
Avançar em IA para que robôs possam tomar decisões éticas em | ||
situações complexas (ex.: robôs médicos ou assistentes de | ||
emergência). | ||
</small> | ||
</div> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Avanços necessários em IA e Robótica</h2> | ||
<ul> | ||
<li class="fragment"> | ||
Possivel futuro da IA fora de controle | ||
<div> | ||
<div style="display: flex; align-items: center; gap: 10px"> | ||
<iframe src="https://www.youtube.com/embed/iWVoHkxxoJw?si=eDFZ9AOzx9Ikjf3b" | ||
style="height: 300px; width: 100%" | ||
title="Possivel futuro da IA fora de controle"></iframe> | ||
</div> | ||
<small> | ||
Elon Musk conversa com Joe Rogan sobre o futuro das IA's e | ||
como a gente não está limitando e a desenvolvermos de forma | ||
segura. | ||
</small> | ||
</div> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<section> | ||
<h2>Dúvidas?</h2> | ||
</section> | ||
</div> | ||
</div> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.3.1/reveal.js"></script> | ||
<script> | ||
Reveal.initialize({ | ||
controls: true, | ||
progress: true, | ||
center: true, | ||
hash: true, | ||
transition: "slide", | ||
}); | ||
</script> | ||
</body> | ||
|
||
</html> |