Skip to content

Commit ab39ae8

Browse files
jpizarrojpizarro
jpizarro
authored and
jpizarro
committed
Added Jose page
Added more README instructions
1 parent a030cfa commit ab39ae8

File tree

4 files changed

+78
-1
lines changed

4 files changed

+78
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
11
Website based on Hydra Jekyll theme `https://jekyllthemes.io/theme/hydra-jekyll-theme`
2-
To run locally, execute 'sudo bundle exec jekyll serve' in the main directory of the repository
2+
3+
To run locally, follow the [Instructions](https://jekyllrb.com/docs/) specified in the Jekyll documentation. When you have installed all prerequisites, run:
4+
```sh
5+
gem install jekyll bundler
6+
```
7+
8+
Enter the folder:
9+
```sh
10+
cd BAMeScience.github.io/
11+
```
12+
13+
and install the dependencies:
14+
```sh
15+
bundle install
16+
```
17+
18+
Then, execute:
19+
```sh
20+
bundle exect jekyll serve
21+
```
22+
23+
to run the local server. The terminal will show the localhost where the web is deployed:
24+
```sh
25+
Configuration file: /home/<user-directory>/BAMeScience.github.io/_config.yml
26+
Source: /home/<user-directory>/BAMeScience.github.io
27+
Destination: /home/<user-directory>/BAMeScience.github.io/_site
28+
Incremental build: disabled. Enable with --incremental
29+
Generating...
30+
Jekyll Feed: Generating feed for posts
31+
done in 0.203 seconds.
32+
Auto-regeneration: enabled for '/home/<user-directory>/BAMeScience.github.io'
33+
Server address: http://127.0.0.1:4000
34+
Server running... press ctrl-c to stop
35+
```
36+
37+
Click on the server address to visualize the website. You can add the option `--livereload` to serve to automatically refresh the page with each change you make to the source files:
38+
```sh
39+
bundle exect jekyll serve --livereload
40+
```

_staff_members/jose.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Jose M. Pizarro
3+
first_name_lower_case: jose
4+
position: Senior Data Manager
5+
image_path: /images/team_pictures/jose.jpg
6+
twitter:
7+
blurb: Jose is a physicist and research data management expert currently working in the Data Store platform.
8+
---

images/team_pictures/jose.jpg

91.9 KB
Loading

team/jose.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Jose M. Pizarro
3+
description: Senior Data Manager
4+
---
5+
6+
<div class="team_members">
7+
<section>
8+
<div class="profile_picture">
9+
<img src="/images/team_pictures/jose.jpg" alt="Profile Picture Jose" class="center">
10+
</div>
11+
<div class="personal_description">
12+
Jose M. Pizarro (a.k.a. Chema) is working as a permanent researcher in Research Data Management at the eScience
13+
group since November 2024. He is involved in the BAM Data Store project and on simulating electronic properties of
14+
materials. His work is focused on software development for the BAM Data Store, data modeling and ontologies development,
15+
and automation of simulation workflows.
16+
17+
Chema previously completed his Ph.D. in Physics at the Instituto de Ciencia de Materiales de Madrid (ICMM). He
18+
worked as a Postdoctoral Research Associate at the University of Bremen and the Max Planck Institute for the
19+
Structures and Dynamics of Matter (MPSD), and as a Software Developer and Data Management expert at the consortium
20+
FAIRmat, in the Humboldt University of Berlin.
21+
22+
You can visit his website to know more about him.
23+
</div>
24+
</section>
25+
26+
<section>
27+
<div class="socials">
28+
See personal <a target="_blank" href="https://josepizarro3.github.io/">website</a> for more information.
29+
</div>
30+
</section>
31+
</div>

0 commit comments

Comments
 (0)