Clean up broken duckquill submodule references
This commit is contained in:
parent
84c80eceaa
commit
0d597798c8
322 changed files with 30223 additions and 4137 deletions
118
content/pages/portfolio.md
Normal file
118
content/pages/portfolio.md
Normal file
|
@ -0,0 +1,118 @@
|
|||
---
|
||||
layout: archive
|
||||
classes: wide
|
||||
title: "Portfolio"
|
||||
permalink: /portfolio/
|
||||
author: "Aron Petau"
|
||||
author_profile: false
|
||||
sidebar:
|
||||
title: "Topics"
|
||||
nav: "portfolio-sidebar"
|
||||
philosophy:
|
||||
- image_path: assets/images/grass_blur.jpg
|
||||
alt: "philosophy"
|
||||
title: "Philosophy"
|
||||
excerpt: "Find out about considerations relating to ethics, emotions, philosophy of science and feminist theory"
|
||||
url: "/philosophy/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
printing:
|
||||
- image_path: assets/images/lithophane.jpg
|
||||
alt: "printing"
|
||||
title: "3D Printing"
|
||||
excerpt: "See an array of printing projects I did here. I also explain how the industry could have a transformative effect on society, both good and bad"
|
||||
url: "/printing/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
cad:
|
||||
- image_path: assets/images/render_bike_holder.png
|
||||
title: "Computer aided Design"
|
||||
excerpt: "Follow along here for my exploration of sketching and parametric design in Fusion360 and related projects. I demonstrate some things that alrerady made it into the real world and some that still di not."
|
||||
url: "/cad/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
beacon:
|
||||
- image_path: assets/images/india_key_monastery.jpg
|
||||
alt: "beacon"
|
||||
title: "Beacon"
|
||||
excerpt: "Here you can see parts of a research project I conducted 2018 in India. It looks at regional problems of inaccessibility to electricity and sketches a solution in the form of a radical rethinking of how electricity works and how it is distributed."
|
||||
url: "/beacon/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
plastic-recycling:
|
||||
- image_path: /assets/images/recycling_graphic.jpg
|
||||
alt: "plastic-recycling"
|
||||
title: "Plastic Recycling"
|
||||
excerpt: "I examine the reasons failed 3D prints never get recycled and propose a decentralized solution for a system not involving sending our trash around the world."
|
||||
url: "/plastic-recycling/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
ballpark:
|
||||
- image_path: assets/images/ballpark_menu.png
|
||||
alt: "ballpark"
|
||||
title: "Ballpark: Exploring collaborative gameplay in 3D Environments"
|
||||
excerpt: "Have a look at a novel game Idea I sketched out while learning the basics of Unity and C#. It features two players attached to the same body, forcing them to collaborate and traverse the hostile surroundings"
|
||||
url: "/ballpark/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
coding:
|
||||
- image_path: assets/images/sample_cos_sim.png
|
||||
title: "Computervision and Neural Networks"
|
||||
excerpt: "Some examples of explorations into machine learning and AI using Python I did during the Bachelor's in Osnabrück. "
|
||||
url: "/coding/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
homebrew:
|
||||
- image_path: assets/images/beer_tap.jpg
|
||||
alt: "homebrew"
|
||||
title: "Beer at Home"
|
||||
excerpt: "I am discovering the world of Homebrewing. Come see how I brew beer and ferment."
|
||||
url: "/homebrew/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
chatbot:
|
||||
- image_path: https://cloud.google.com/dialogflow/es/docs/images/fulfillment-flow.svg
|
||||
alt: "chatbot"
|
||||
title: "Guru to Go: a Chatbot"
|
||||
excerpt: "A speech interface for your hands-free meditation and journalling needs. I also sketch how my studies translate into my current work."
|
||||
url: "/chatbot/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
thesis:
|
||||
- image_path: assets/images/acc_sj_by_cond_distort.png
|
||||
alt: "thesis"
|
||||
title: "Bachelors thesis: audio-visual speech processing and the effects of multisensory integration"
|
||||
excerpt: "Find out more about a study I coded, conducted and evaluated looking at auditory and visual delay and how it affects human speech perception. It can potentially help people with sensory hypersensitivity navigate a calmer world and concentrate on the things that matter."
|
||||
url: "/thesis/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
iron-smelting:
|
||||
- image_path: assets/images/burning_furnace.jpg
|
||||
alt: "iron-smelting"
|
||||
title: "Smelting: Making iron the prehistoric way"
|
||||
excerpt: "See some impressions from the ISD 2021 where iron-ore is burned under exclusion of oxygen to reduce it and produce real iron. A group of archeology-fanatics is experimentally trying to find out about the mysterious prehistoric efficiency of smelting iron, highly localized knowledge that is largely lost."
|
||||
url: "/iron-smelting/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
allei:
|
||||
- image_path: assets/images/allei_screenshot.png
|
||||
alt: "allei"
|
||||
title: "Ällei: Exploration of inclusivity and accessibility online"
|
||||
excerpt: "My first shipped software project: Read about a Google Dialogflow backend and try it out yourself"
|
||||
url: "/allei/"
|
||||
btn_label: "More"
|
||||
btn_class: "btn--primary"
|
||||
---
|
||||
|
||||
{% include feature_row id="philosophy" type="right" %}
|
||||
{% include feature_row id="printing" type="left" %}
|
||||
{% include feature_row id="beacon" type="right" %}
|
||||
{% include feature_row id="cad" type="left" %}
|
||||
{% include feature_row id="plastic-recycling" type="right" %}
|
||||
{% include feature_row id="ballpark" type="left" %}
|
||||
{% include feature_row id="coding" type="right" %}
|
||||
{% include feature_row id="chatbot" type="left" %}
|
||||
{% include feature_row id="thesis" type="right" %}
|
||||
{% include feature_row id="iron-smelting" type="left" %}
|
||||
{% include feature_row id="homebrew" type="right" %}
|
||||
{% include feature_row id="allei" type="left" %}
|
Loading…
Add table
Add a link
Reference in a new issue