Skip to content

Commit 1472f2e

Browse files
committed
update
1 parent 65ba3c3 commit 1472f2e

2 files changed

Lines changed: 15 additions & 39 deletions

File tree

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ author:
4242
bitbucket : # Username - Update with your username on the site
4343
codepen : # Username
4444
dribbble : # Username
45-
github : "https://github.com/Ronakshoghi"
45+
github : "Ronakshoghi"
4646
kaggle : # Username
4747
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")
4848

4949
# Social media
50-
bluesky : "bsky.app" # Replace this with you Bluesky username
50+
bluesky :
5151
facebook : # Username
5252
flickr : # Username
5353
foursquare : # Username
@@ -56,7 +56,7 @@ author:
5656
keybase : # Username
5757
instagram : # Username
5858
lastfm : # Username
59-
linkedin : "https://www.linkedin.com/in/ronak-shoghi-0b340ba5/?originalSubdomain=de"
59+
linkedin : "ronak-shoghi-0b340ba5"
6060
mastodon : # URL
6161
medium : # URL
6262
pinterest : # Username

_pages/about.md

Lines changed: 12 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,23 @@
11
---
22
permalink: /
3-
title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites"
3+
title: "Personal website of Ronak Shoghi"
44
author_profile: true
55
redirect_from:
66
- /about/
77
- /about.html
88
---
99

10-
This is a test.
10+
I am Ronak Shoghi, a research group leader at the Interdisciplinary Centre for Advanced Materials Simulation (ICAMS), Ruhr University Bochum. My group, **Data-Oriented Materials Modeling**, focuses on data-driven approaches for understanding and modeling the relationship between microstructure and mechanical properties of metalic materials.
11+
During my PhD at the University of Michigan, I developed machine learning methods for microstructure-sensitive materials modeling, and I am continuing this line of research in my current position. I am passionate about advancing the field of materials science through the integration of data science and computational mechanics.
1112

12-
A data-driven personal website
13-
======
14-
This is a test!
13+
## Research interests
1514

16-
Getting started
17-
======
18-
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
19-
1. Fork [this repository](https://github.com/academicpages/academicpages.github.io) by clicking the "fork" button in the top right.
20-
1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
21-
1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
22-
1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
23-
1. Check status by going to the repository settings, in the "GitHub pages" section
15+
My research focuses on the combination of mechanics, materials science, and data-driven modeling. I am especially interested in:
2416

25-
Site-wide configuration
26-
------
27-
The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. You will need to replace the default variables with ones about yourself and your site's github repository. The configuration file for the top menu is in [_data/navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml). For example, if you don't have a portfolio or blog posts, you can remove those items from that navigation.yml file to remove them from the header.
28-
29-
Create content & metadata
30-
------
31-
For site content, there is one markdown file for each type of content, which are stored in directories like _publications, _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured data about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this [python file](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.py) or [Jupyter notebook](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb), which creates the HTML for the map based on the contents of the _talks directory).
32-
33-
**Markdown generator**
34-
35-
I have also created [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
36-
) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the Academic Pages template. The sample CSVs in that directory are the ones I used to create my own personal website at stuartgeiger.com. My usual workflow is that I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files, then commit and push them to the GitHub repository.
37-
38-
How to edit your site's GitHub repository
39-
------
40-
Many people use a git client to create files on their local computer and then push them to GitHub's servers. If you are not familiar with git, you can directly edit these configuration and markdown files directly in the github.com interface. Navigate to a file (like [this one](https://github.com/academicpages/academicpages.github.io/blob/master/_talks/2012-03-01-talk-1.md) and click the pencil icon in the top right of the content preview (to the right of the "Raw | Blame | History" buttons). You can delete a file by clicking the trashcan icon to the right of the pencil icon. You can also create new files or upload files by navigating to a directory and clicking the "Create new file" or "Upload files" buttons.
41-
42-
Example: editing a markdown file for a talk
43-
![Editing a markdown file for a talk](/images/editing-talk.png)
44-
45-
For more info
46-
------
47-
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.
17+
- machine learning methods for micromechanics
18+
- microstructure-property relationships
19+
- data-driven materials modeling
20+
- computational mechanics and materials simulation
21+
- prediction of mechanical properties from microstructural descriptors
22+
- research data management workflows
23+
- metadata schemas and structured scientific data

0 commit comments

Comments
 (0)