Skip to content

Commit

Permalink
Merge pull request #22 from pepaaran/main
Browse files Browse the repository at this point in the history
change group picture
  • Loading branch information
stineb authored Dec 20, 2023
2 parents badb666 + 633b688 commit f5b54df
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- open the RStudio project
- run `blogdown::serve_site()` to render the site
- add or change data in `content/` to add content
- `post` containts blog posts
- `post` contains blog posts
- `home` is the main page content
- etc..
- the site will rerender upon changes
Expand Down Expand Up @@ -44,4 +44,10 @@ To create a blog/news article:
hugo new --kind post post/my-article-name
```

Then edit the newly created file `content/post/my-article-name.md` with your full title and content.
Then edit the newly created file `content/post/my-article-name.md` with your full title and content.

### People

To add a person to the website, create a new directory `content/authors/firstname-lastname`. Inside that directory, create a file named `_index.md` (you can copy an existing one and modify the content about the person) and upload a picture of them with file name `avatar.jpg` (be aware of the file size). The user groups are defined in `content/people/people.md`.

NOTE: Make sure that `firstname-lastname` matches the first and last name as described in the `_index.md` file, otherwise the blog posts and publications by this person will not be linked to their profile.
File renamed without changes
Binary file added assets/media/welcome_2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions content/authors/pepa-aran/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ highlight_name: true
interests:
- Data science for sustainability
- Bayesian statistics
- Machine Learning
- Causality
- Open scientific software
organizations:
Expand All @@ -22,7 +23,7 @@ social:
superuser: true
title: Pepa Arán
user_groups:
- Researchers
- Alumni
education:
courses:
- course: MSc in Statistics
Expand All @@ -33,4 +34,4 @@ education:
year: 2019
---

With a background in statistics and an interest in earth system modeling, Pepa is responsible for the data and computing environment of the GECO group. She supports ongoing research in various ways, from data archive curation to the implementation of model-data assimilation techniques and Bayesian parameter calibration.
With a background in statistics and an interest in earth system modeling, Pepa is responsible for the data and computing environment of the GECO group. She supports ongoing research in various ways, from data archive curation to the implementation of machine learning models. She also contributed to the model-data assimilation techniques and Bayesian parameter calibration in the {rsofun} package.
46 changes: 46 additions & 0 deletions content/authors/yousra-elmejjaouy/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Yousra El-Mejjaouy
role: Postdoc
avatar_filename: avatar.jpg
bio: []
interests:
- UAV-based remote sensing
- Proximal sensing
- Plant physiology
- Vegetation stress monitoring
social:
- icon: envelope
icon_pack: fas
link: mailto:[email protected]
- icon: google-scholar
icon_pack: ai
link: https://scholar.google.com/citations?user=WGJiJzQAAAAJ&hl=fr&oi=ao
- icon: github
icon_pack: fab
link: https://github.com/yousra07
- icon: researchgate
icon_pack: ai
link: https://www.researchgate.net/profile/Yousra-El-Mejjaouy
organizations:
- name: Geocomputation and Earth Observation, Institute of Geography, University of Bern
# url: https://geco-bern.ethz.ch/
- name: International Institute for Applied Systems Analysis, Laxenburg, Austria
# - name:
education:
courses:
- course: PhD in agronomic sciences and biological engineering
institution: Gembloux Agro-Bio Tech, Belgium & University Mohammed VI Polytechnic, Morocco
year: 2019-2023
- course: Engineering Degree in Management of Crop Production and Environement
institution: Agronomic and Veterinary Hassan II Institute, Rabat, Morocco
year: 2013-2018
email: "[email protected]"
superuser: true
highlight_name: true
user_groups:
- Researchers
---

I am a postdoc at the University of Bern, Switzerland. My PhD thesis was jointly directed by the University of Liège in Belgium and the University Mohammed VI Polytechnic in Morocco, where I worked on multiscale phosphorus monitoring in soil-plant system using spectroscopic proximal sensing and UAV-based multispectral imaging. My current research focuses on drone-based imagery for monitoring and predicting vegetation water stress across landscape-scale gradients.


Binary file added content/authors/yousra-elmejjaouy/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/home/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ weight: 15
design:
columns: '1'
---
<center>{{< figure src="welcome.jpg" caption="" numbered="false" >}}
<center>{{< figure src="welcome_2024.jpg" caption="" numbered="false" >}}

{{% cta cta_link="./people/" cta_text="Meet the team →" %}}
2 changes: 1 addition & 1 deletion content/home/slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ content:
background:
brightness: 0.7
color: '#555'
media: welcome.jpg
media: welcome_2024.jpg
position: center
content: "... a team of researchers driven by our curiosity to understand how the terrestrial biosphere operates."
title: We are
Expand Down

0 comments on commit f5b54df

Please sign in to comment.