When completing this issue please contribute relevant and factual information using trusted resources (ex: Encylopedia Websites i.e. Britannica NOT Wikipedia if possible)
Please spellcheck and check for typos/syntax errors before submitting Pull Request. *Please note that any PR that contains significant spelling & other errors will be rejected.
When completed a Pull Request please include: Title & Description with full details. Please use the Pull Request Template.
First-time contributors to repo only, please.
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"
π¨ Important-
/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! π