Skip to content

Commit b032dc8

Browse files
Merge pull request Women-Coding-Community#473 from nverbic/add-new-mentors
Add new mentors - Griswald Brooks - Tiffany Cappeellari - Lakshmi Balakrishnan
2 parents 74a0c45 + f96add3 commit b032dc8

5 files changed

Lines changed: 115 additions & 0 deletions

File tree

_data/mentors.yml

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,3 +2427,115 @@
24272427
Transitioning from a non-technical background
24282428
network:
24292429
- linkedin: http://www.linkedin.com/in/eniola-oduntan
2430+
2431+
- name: Griswald Brooks
2432+
disabled: false
2433+
matched: false
2434+
sort: 500
2435+
num_mentee: 1
2436+
hours: 4
2437+
type: long-term
2438+
index: 73
2439+
location: Boston, MA
2440+
position: Senior Robotics Engineer, PickNik Robotics
2441+
bio: |
2442+
10 years of experience building mobile robots
2443+
image: |
2444+
assets/images/mentors/griswald_brooks.jpeg
2445+
languages: English
2446+
availability: []
2447+
skills:
2448+
experience: 7-10 Years
2449+
years: 10
2450+
mentee: |
2451+
Engineers with a solid foundation that need a little guidance
2452+
areas: []
2453+
languages: C++, Python
2454+
focus:
2455+
- Grow from mid-level to senior-level
2456+
- Grow from beginner to mid-level
2457+
extra: |
2458+
Robotics software development
2459+
network:
2460+
- linkedin: https://www.linkedin.com/in/griswaldbrooks/
2461+
- website: https://bsky.app/profile/griswaldbrooks.bsky.social
2462+
2463+
- name: Tiffany Cappeellari
2464+
disabled: false
2465+
matched: false
2466+
sort: 500
2467+
num_mentee: 1
2468+
hours: 2
2469+
type: long-term
2470+
index: 74
2471+
location: Boston, MA, USA
2472+
position: Roboticist, RAI Institute
2473+
bio: |
2474+
I am currently a roboticist/software engineer at the RAI Institute in Boston, MA. At RAI, I work as part of the Robotics API Development Team to build APIs and platforms for our researchers to develop on. I work closely with many of the research teams and am the primary maintainer for our Spot ROS 2 driver and related repositories. Last year, I also had the privilege of presenting our work on this driver at ROSCon 2024.
2475+
2476+
Before RAI, I lived in San Antonio, TX for a few years where I worked as a robotics software engineer at Southwest Research Institute (SwRI). At SwRI, I worked on various industrial automation projects using robots to complete tasks such as sanding, painting, welding, and taking x-rays. I also presented my work at several conferences and was the lead trainer for the ROS-Industrial classes SwRI hosted throughout the year.
2477+
2478+
I completed both my bachelors and masters studies at UC Berkeley in studied electrical engineering and computer science with a focus on robotics and control theory. During my time there, I worked as a student researcher in the Biomimetic Millisystems Lab working on various robotics and controls research projects and was also a TA/GSI for the robotics courses.
2479+
image: |
2480+
assets/images/mentors/tiffany_cappeellari.jpeg
2481+
languages: English
2482+
availability: []
2483+
skills:
2484+
experience: 4-5 Years
2485+
years: 5
2486+
mentee: |
2487+
I'm looking for mentees that want to work in robotics! I'm looking for people that are recent/soon-to-be graduates and/or early career or wanting to switch industries into robotics or automation.
2488+
areas:
2489+
- Backend Developer
2490+
- Project Management
2491+
- Engineering management
2492+
- Backend Developer
2493+
- Backend Developer
2494+
languages: Python, Python, Python, C++, C++
2495+
focus:
2496+
- Grow from beginner to mid-level
2497+
- Grow from beginner to mid-level
2498+
- Grow from beginner to mid-level
2499+
- Change specialisation within IT
2500+
- Change specialisation within IT
2501+
extra: |
2502+
software development, resume review, technical and non-technical interview prep, graduate school applications, research
2503+
network:
2504+
- linkedin: https://www.linkedin.com/in/tiffany-cappellari-199174149/
2505+
2506+
- name: Lakshmi Balakrishnan
2507+
disabled: false
2508+
matched: false
2509+
sort: 500
2510+
num_mentee: 1
2511+
hours: 3
2512+
type: both
2513+
index: 75
2514+
location: 'Birmingham, UK '
2515+
position: senior software engineer, Shopworks
2516+
bio: |
2517+
I have been working in the tech industry for 12 years now - as a backend engineer, specialising in Php, even though I have worked with a few other languages and was a front end developer a life time ago.
2518+
image: |
2519+
assets/images/mentors/lakshmi_balakrishnan.jpeg
2520+
languages: English
2521+
availability: [5, 6, 7, 8, 9, 10, 11]
2522+
skills:
2523+
experience: 10-15 Years
2524+
years: 15
2525+
mentee: |
2526+
I am looking ideally someone who want to grow in their career and would benefit from the insights of someone who has been in the industry for a while.
2527+
areas:
2528+
- Backend Developer
2529+
- QA
2530+
- Fullstack Developer
2531+
- Distributed Systems
2532+
- Frontend Developer
2533+
languages: Python, Javascript
2534+
focus:
2535+
- Switch career to IT
2536+
- Grow from mid-level to senior-level
2537+
- Change specialisation within IT
2538+
extra: |
2539+
Software development strategies, career goals
2540+
network:
2541+
- linkedin: https://www.linkedin.com/in/lakshmi-balakrishnan-21b3a253
87.3 KB
Loading
130 KB
Loading
164 KB
Loading

tools/automation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ def get_new_mentors_in_yml_format(yml_file_path, xlsx_file_path, skip_rows=1):
391391
new_index = df_yml['Index'].max().item() + 1
392392

393393
for row in range(0, len(df_mentors)):
394+
if df_mentors.iloc[row].isnull().all():
395+
break
396+
394397
mentor_name = df_mentors.iloc[row].values[2].strip().lower()
395398

396399
if df_yml.loc[df_yml.Name == mentor_name].empty:

0 commit comments

Comments
 (0)