File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ Olivier Giorgis is a Scientific Software Developer at QuantStack. He obtained a Master degree in
2+ Statistics, computer science and digital techniques at Claude Bernard Lyon 1 University.
3+ 
4+ Before joining Quanstack, Oliver developed scientific code at several companies in scientific fields
5+ such as molecular chemistry, image processing, and energy.
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ import MeriemMD from "@site/src/components/about/Team/Meriem.md";
5050import  MeriemAvatarUrl  from  "@site/static/img/avatars/Meriem.png" ; 
5151import  NicolasMD  from  "@site/src/components/about/Team/Nicolas.md" ; 
5252import  NicolasAvatarUrl  from  "@site/static/img/avatars/Nicolas.png" ; 
53+ import  OlivierMD  from  "@site/src/components/about/Team/Olivier.md" ; 
54+ import  OlivierAvatarUrl  from  "@site/static/img/avatars/Olivier.png" ; 
5355import  OusemaMD  from  "@site/src/components/about/Team/Ousema.md" ; 
5456import  OusemaAvatarUrl  from  "@site/static/img/avatars/Ousema.png" ; 
5557import  RaulMD  from  "@site/src/components/about/Team/Raul.md" ; 
@@ -415,6 +417,18 @@ export const teams = {
415417      distinctionLink : [ ] , 
416418      subTeamName : "coreTeam" , 
417419      BioComponent : GuyMD , 
420+     } , 
421+     { 
422+       completeName : "Olivier Giorgis" , 
423+       pageName : "OlivierGiorgis" , 
424+       position : " Scientific Software Development Intern" , 
425+       GitHubLink : "https://github.com/djangoliv" , 
426+       GitHubName : "@djangoliv" , 
427+       avatarUrl : OlivierAvatarUrl , 
428+       distinctionTitle : [ ] , 
429+       distinctionLink : [ ] , 
430+       subTeamName : "coreTeam" , 
431+       BioComponent : OlivierMD , 
418432    } 
419433  ] , 
420434
Original file line number Diff line number Diff line change 1+ import  LargePortraitCardPage  from  "@site/src/components/about/LargePortraitCardPage" ; 
2+ 
3+ export  default  function  AboutPage ( )  { 
4+   return  < LargePortraitCardPage  /> ; 
5+ } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments