Updates coming soon 2023... Women Tech Pioneers API & React App 👩🏻💻. List of amazing Female Tech & STEM Pioneers. Contributions to the list are welcome!
➕Add a Women Tech or Stem Pioneer to API JSON File.
Go to File /api/techwomen.json
Add the following fields to array:
name
known-for
Bio
Summary
Origin
DOB
DOD
Fields
Legacy
Tags
url
media
img_path
img_width
⚠️ Note:
Before adding entry ctrl + f or cmd + f to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.
Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]
"name": "Ada Lovelace",
"known_for": "First Computer Programmer",
"Bio": {
"Summary": "The daughter of famed poet Lord Byron, Augusta Ada Byron, Countess of Lovelace — better known as \"Ada Lovelace\" — showed her gift for mathematics at an early age. She translated an article on an invention by Charles Babbage, and added her own comments. Because she introduced many computer concepts, Lovelace is considered the first computer program",
"Orgin": "London, England",
"DOB": "10 December 1815",
"DOD": "27 November 1852"
},
"Fields": [
{
"Computing": [
"Programming",
"Algorithims"
]
}
],
"Legacy": "Lovelace's contributions to the field of computer science were not discovered until the 1950s. Her notes were reintroduced to the world by B.V. Bowden, who republished them in 'Faster Than Thought - A Symposium on Digital Computing Machines'. Since then, Ada has received many posthumous honors for her work.",
"Tags": [
"Tech Pioneer",
"Women in Tech",
"Computer Programming"
],
"url": "https://www.britannica.com/biography/Ada-Lovelace",
"media": "https://www.britannica.com/biography/Ada-Lovelace/images-videos",
"image_path": "https://cdn.britannica.com/22/23622-050-E60DC899/Ada-King-countess-Lovelace-Alfred-Edward-Chalon-circa-1838.jpg",
"image_width": "150"
➕Add a Women Tech or Stem Pioneer to API JSON File.
/api/techwomen.json
⚠️ Note: Before adding entry
ctrl + f
orcmd + f
to search for person and make sure there is not an entry for that person in the json file. You CANNOT enter same person if you do your PR will not be merged to main.Example Entry: (Name, Known-for, Bio, Fields, Legacy, Tags, Media/Img]
See Project Repo for more information
Thanks for Contributing! 👏