Skip to content

Commit

Permalink
add Arshia people
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteinme committed Sep 14, 2024
1 parent 81bb71f commit 9918095
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 9 deletions.
18 changes: 14 additions & 4 deletions _data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"name": "Dan Birman",
"role": "Postdoc",
"img": "Dan",
"status": "active",
"status": "alumni",
"years": "2020-2024",
"url": "https://danbirman.com/"
},
{
Expand Down Expand Up @@ -140,8 +141,8 @@
"name": "Shae McNeil",
"role": "Undergraduate; former high-school summer student",
"img": "Shae",
"status": "active",
"years": "2021; 2024-",
"status": "alumni",
"years": "2021; 2024",
"url": ""
},
{
Expand Down Expand Up @@ -198,7 +199,7 @@
"url": ""
},
{
"name": "Nadia Matveeva",
"name": "Pascha Matveev",
"role": "Undergraduate",
"img": "Nadia",
"status": "active",
Expand All @@ -216,6 +217,7 @@
"role": "Rotating graduate student",
"img": "Christina",
"status": "alumni",
"years": "2023",
"url": ""
},
{
Expand All @@ -238,6 +240,14 @@
"img": "noPhoto",
"status": "active",
"url": ""
},
{
"name": "Arshia Kathpalia",
"role": "High school student, BRIGHT-UP Program",
"img": "Arshia",
"status": "alumni",
"years": "2024",
"url": ""
}

]
Expand Down
Binary file added _img/people/Arshia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/Arshia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/Arshia_lg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/Arshia_md.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/Arshia_placehold.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/Arshia_sm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/Arshia_thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/people/Arshia_xs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions img_script.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

% source image should be aspect ratio 1920 wide x 1080 tall

% name = 'Christina';
% type = 'people';
name = 'WRF';
type = 'posts';
name = 'Arshia';
type = 'people';
% name = 'WRF';
% type = 'posts';

% rootDir = '/Users/nicksteinmetz/Dropbox/code/SteinmetzLab.github.io/';
rootDir = fullfile(dropboxDir, 'code','SteinmetzLab.github.io');
Expand Down
2 changes: 1 addition & 1 deletion makeImages.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@


% THIS FUNCTION IS DEPRECATED - USE IMG_SCRIPT.M INSTEAD
function makeImages(sourceImg)

% load image data
Expand Down

0 comments on commit 9918095

Please sign in to comment.