|
1 | 1 | --- |
2 | 2 | permalink: / |
3 | | -title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites" |
| 3 | +title: "Personal website of Ronak Shoghi" |
4 | 4 | author_profile: true |
5 | 5 | redirect_from: |
6 | 6 | - /about/ |
7 | 7 | - /about.html |
8 | 8 | --- |
9 | 9 |
|
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. |
11 | 12 |
|
12 | | -A data-driven personal website |
13 | | -====== |
14 | | -This is a test! |
| 13 | +## Research interests |
15 | 14 |
|
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: |
24 | 16 |
|
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 | | - |
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