diff --git a/_config.yml b/_config.yml index c90d804d8d..8d7616d556 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -title: Minimal theme -logo: /assets/img/logo.png -description: Minimal is a theme for GitHub Pages. +title: Michael Adeleke SAIRI Website Summer 2024 +logo: assets/img/3-012A4913 (1) (1).jpg +description: Hi! My name is Michael Adeleke and this is my SAIRI Website for Summer 2024. show_downloads: true google_analytics: theme: jekyll-theme-minimal diff --git a/_layouts/default.html b/_layouts/default.html index 0870472281..50ae586101 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,7 +14,7 @@
-
+ + +

Navigation

+ + {% if site.show_downloads %} -
@@ -48,7 +61,7 @@

{{ site.title | default: site.github.repo {% if site.github.is_project_page %}

This project is maintained by {{ site.github.owner_name }}

{% endif %} -

Hosted on GitHub Pages — Theme by orderedlist

+

diff --git a/_sass/jekyll-theme-minimal.scss b/_sass/jekyll-theme-minimal.scss index fecbca3e0a..d3c03fc0d4 100644 --- a/_sass/jekyll-theme-minimal.scss +++ b/_sass/jekyll-theme-minimal.scss @@ -58,6 +58,7 @@ a:hover small { .wrapper { width:860px; margin:0 auto; + display: flex; } blockquote { diff --git a/about-me.md b/about-me.md new file mode 100644 index 0000000000..333cb246b1 --- /dev/null +++ b/about-me.md @@ -0,0 +1,7 @@ +## About Me +Currently, I am a Senior at Morgan State University, located in Baltimore, Maryland. I am pursuing a Bachelor’s degree in Computer Science. My expected graduation date is in 2025. + +[Linkedin Profile](https://www.linkedin.com/in/michael-adeleke-4a1228217/) + +[Back](./) + diff --git a/about-my-mentor.md b/about-my-mentor.md new file mode 100644 index 0000000000..07cd124025 --- /dev/null +++ b/about-my-mentor.md @@ -0,0 +1,7 @@ +## About My Mentor + +My mentor, Dr. Chris Crawford from the University of Alabama, is a researcher who’s work focuses on Brain-Computer Interfaces, as well as Human-Robot Interaction. His work aims to leverage novel neurophysiological sensing technologies, software engineering, and robotics to create tools and applications that support the exploration of Brain-Robot Interaction. + +[Mentor's Website](https://htilua.org/about-the-pi) + +[Back](./) diff --git a/about-my-project.md b/about-my-project.md new file mode 100644 index 0000000000..d8b2d29f4e --- /dev/null +++ b/about-my-project.md @@ -0,0 +1,15 @@ +## About My Project + +mBot Neo + +Problem: There is a lack of reasearch focusing on exploring ways to build educational software that integrates physical robots and physiological sensors. + +Approach: During this project, I will assist a team in designing a system that accomplishes the following: + + - Capture physiological data such as EEG and EMG from the human body. + - Process raw sensor data and classify events such as gestures (e.g., arm movements) and emotional states (e.g., attention levels) + - Map output from physiological sensors to a physical robot. + +Expected Outcome: The project is expected to result in a conference poster presentation at the end of the DREU program. The poster will focus on the system's technical architecture. + +[Back](./) diff --git a/assets/img/3-012A4913 (1) (1).jpg b/assets/img/3-012A4913 (1) (1).jpg new file mode 100644 index 0000000000..20a140bd86 Binary files /dev/null and b/assets/img/3-012A4913 (1) (1).jpg differ diff --git a/index.md b/index.md index 8611051996..0bae24ba31 100644 --- a/index.md +++ b/index.md @@ -2,122 +2,22 @@ layout: default --- -Text can be **bold**, _italic_, or ~~strikethrough~~. - -[Link to another page](./another-page.html). - -There should be whitespace between paragraphs. - -There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project. - -# Header 1 - -This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. - -## Header 2 - -> This is a blockquote following a header. -> -> When something is important enough, you do it even if the odds are not in your favor. - -### Header 3 - -```js -// Javascript code with syntax highlighting. -var fun = function lang(l) { - dateformat.i18n = require('./lang/' + l) - return true; -} -``` - -```ruby -# Ruby code with syntax highlighting -GitHubPages::Dependencies.gems.each do |gem, version| - s.add_dependency(gem, "= #{version}") -end -``` - -#### Header 4 - -* This is an unordered list following a header. -* This is an unordered list following a header. -* This is an unordered list following a header. - -##### Header 5 - -1. This is an ordered list following a header. -2. This is an ordered list following a header. -3. This is an ordered list following a header. - -###### Header 6 - -| head1 | head two | three | -|:-------------|:------------------|:------| -| ok | good swedish fish | nice | -| out of stock | good and plenty | nice | -| ok | good `oreos` | hmm | -| ok | good `zoute` drop | yumm | - -### There's a horizontal rule below this. - -* * * - -### Here is an unordered list: - -* Item foo -* Item bar -* Item baz -* Item zip - -### And an ordered list: - -1. Item one -1. Item two -1. Item three -1. Item four - -### And a nested list: - -- level 1 item - - level 2 item - - level 2 item - - level 3 item - - level 3 item -- level 1 item - - level 2 item - - level 2 item - - level 2 item -- level 1 item - - level 2 item - - level 2 item -- level 1 item - -### Small image - -![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png) - -### Large image - -![Branching](https://guides.github.com/activities/hello-world/branching.png) - - -### Definition lists can be used with HTML syntax. - -
-
Name
-
Godzilla
-
Born
-
1952
-
Birthplace
-
Japan
-
Color
-
Green
-
- -``` -Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. -``` - -``` -The final element. -``` +
+
+

{{ site.title | default: site.github.repository_name }}

+ Logo +

{{ site.description | default: site.github.project_tagline }}

+ {% if site.github.is_project_page %} +

View the Project on GitHub {{ site.github.repository_nwo }}

+ {% endif %} + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} +
+ + +
diff --git a/my-blog.md b/my-blog.md new file mode 100644 index 0000000000..be80ed6f23 --- /dev/null +++ b/my-blog.md @@ -0,0 +1,3 @@ +## Table of Contents + +- [Week 1](./week1.md). diff --git a/week1.md b/week1.md new file mode 100644 index 0000000000..8b8aa8a219 --- /dev/null +++ b/week1.md @@ -0,0 +1,10 @@ +--- +layout: post +title: Week 1 +by: Michael Adeleke +--- + +During the first week, I met with Dr. Crawford and my mentors to discuss the project +that I will be working on and gained an understanding of what Dr. Crawford will be looking for. +Dr. Crawford also explained to me what, "Physiological Computing Education", is along +with the differences between EEG and EMG.