Instantly share code, notes, and snippets.
Created
October 1, 2021 11:00
-
Star
(0)
0
You must be signed in to star a gist -
Fork
(0)
0
You must be signed in to fork a gist
-
Save amandeepmittal/197c28e994d4fed69cf61f99195041a7 to your computer and use it in GitHub Desktop.
mock data for authors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const AUTHORS = [ | |
{ | |
title: 'David Banner', | |
description: | |
'American rapper, record producer and activist from Mississippi', | |
dateOfBirth: '1974-04-11T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/David%20Banner%20at%20FOB%20Brassfield-Mora%202009-01-26%203.jpg', | |
placeOfBirth: 'Jackson', | |
articleUrl: 'https://en.wikipedia.org/wiki/David_Banner', | |
professions: 'poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q708506', | |
id: 0, | |
}, | |
{ | |
title: 'Harryette Mullen', | |
description: 'American writer', | |
dateOfBirth: '1953-07-01T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Gloria%20Graham%20Harryette%20Mullen.jpg', | |
placeOfBirth: 'Florence', | |
articleUrl: 'https://en.wikipedia.org/wiki/Harryette_Mullen', | |
professions: 'poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q737209', | |
id: 1, | |
}, | |
{ | |
title: 'Robert Hayden', | |
description: 'American writer and academic', | |
dateOfBirth: '1913-08-04T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/3-23-12%20RobertHayden.jpg', | |
placeOfBirth: 'Detroit', | |
articleUrl: 'https://en.wikipedia.org/wiki/Robert_Hayden', | |
professions: 'poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q931747', | |
id: 2, | |
}, | |
{ | |
title: 'William Wells Brown', | |
description: | |
'African-American abolitionist lecturer, novelist, playwright, and historian', | |
dateOfBirth: '1814-11-06T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/William%20Wells%20Brown.jpg', | |
placeOfBirth: 'Lexington', | |
articleUrl: 'https://en.wikipedia.org/wiki/William_Wells_Brown', | |
professions: 'novelist, playwright', | |
sourceUrl: 'http://www.wikidata.org/entity/Q961244', | |
id: 3, | |
}, | |
{ | |
title: 'Paul Laurence Dunbar', | |
description: 'American author', | |
dateOfBirth: '1872-06-27T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Paul%20Laurence%20Dunbar%20circa%201890.jpg', | |
placeOfBirth: 'Dayton', | |
articleUrl: 'https://en.wikipedia.org/wiki/Paul_Laurence_Dunbar', | |
professions: 'novelist, poet, playwright', | |
sourceUrl: 'http://www.wikidata.org/entity/Q974678', | |
id: 4, | |
}, | |
{ | |
title: 'David Anthony Durham', | |
description: 'American writer', | |
dateOfBirth: '1969-03-23T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Durham%2C%20David%20Anthony%20%28WFA%29.jpg', | |
placeOfBirth: 'New York City', | |
articleUrl: 'https://en.wikipedia.org/wiki/David_Anthony_Durham', | |
professions: 'novelist', | |
sourceUrl: 'http://www.wikidata.org/entity/Q983109', | |
id: 5, | |
}, | |
{ | |
title: 'Ishmael Reed', | |
description: 'writer', | |
dateOfBirth: '1938-02-22T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Ishmael%20reed%208635.jpg', | |
placeOfBirth: 'Chattanooga', | |
articleUrl: 'https://en.wikipedia.org/wiki/Ishmael_Reed', | |
professions: 'novelist, poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q983544', | |
id: 6, | |
}, | |
{ | |
title: 'Lecrae', | |
description: | |
'American Christian hip hop artist, record producer, music executive, and actor', | |
dateOfBirth: '1979-10-09T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Lecrae%20at%20Marine%20Corps%20Air%20Station%20Iwakuni%2C%20Japan%2C%20Jan.%209%2C%202018.jpg', | |
placeOfBirth: 'Houston', | |
articleUrl: 'https://en.wikipedia.org/wiki/Lecrae', | |
professions: 'poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1041034', | |
id: 7, | |
}, | |
{ | |
title: 'Martin R. Delany', | |
description: 'United States Army officer and physician', | |
dateOfBirth: '1812-01-01T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Martin%20Robison%20Delany%20%28before%201885%29.jpg', | |
placeOfBirth: 'Charles Town', | |
articleUrl: 'https://en.wikipedia.org/wiki/Martin_Delany', | |
professions: 'novelist', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1046980', | |
id: 8, | |
}, | |
{ | |
title: 'Charles R. Johnson', | |
description: 'American fiction writer, essayist, and academic', | |
dateOfBirth: '1948-04-23T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Charles-Johnson.jpg', | |
placeOfBirth: 'Evanston', | |
articleUrl: 'https://en.wikipedia.org/wiki/Charles_R._Johnson', | |
professions: 'novelist', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1065901', | |
id: 9, | |
}, | |
{ | |
title: 'Countee Cullen', | |
description: 'American writer', | |
dateOfBirth: '1903-05-30T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Counteecullen.jpg', | |
placeOfBirth: 'Louisville', | |
articleUrl: 'https://en.wikipedia.org/wiki/Countee_Cullen', | |
professions: 'novelist, poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1137066', | |
id: 10, | |
}, | |
{ | |
title: 'Margaret Walker', | |
description: 'American poet and writer', | |
dateOfBirth: '1915-07-07T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Margaret%20Alexander%20%2813270304753%29.jpg', | |
placeOfBirth: 'Birmingham', | |
articleUrl: 'https://en.wikipedia.org/wiki/Margaret_Walker', | |
professions: 'novelist, poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1236772', | |
id: 11, | |
}, | |
{ | |
title: 'Jean Toomer', | |
description: 'American poet and novelist', | |
dateOfBirth: '1894-12-26T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Jean%20Toomer%20passport%201926.jpg', | |
placeOfBirth: 'Washington, D.C.', | |
articleUrl: 'https://en.wikipedia.org/wiki/Jean_Toomer', | |
professions: 'novelist, poet, playwright', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1277467', | |
id: 12, | |
}, | |
{ | |
title: 'Wallace Thurman', | |
description: 'American novelist active during the Harlem Renaissance', | |
dateOfBirth: '1902-08-16T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/WallaceThurman.jpeg', | |
placeOfBirth: 'Salt Lake City', | |
articleUrl: 'https://en.wikipedia.org/wiki/Wallace_Thurman', | |
professions: 'novelist, essayist, playwright', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1354130', | |
id: 13, | |
}, | |
{ | |
title: 'Oscar Micheaux', | |
description: 'American writer and director', | |
dateOfBirth: '1884-01-02T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Oscar%20Micheaux.jpg', | |
placeOfBirth: 'Metropolis', | |
articleUrl: 'https://en.wikipedia.org/wiki/Oscar_Micheaux', | |
professions: 'novelist', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1354247', | |
id: 14, | |
}, | |
{ | |
title: 'James DePreist', | |
description: 'American conductor', | |
dateOfBirth: '1936-11-21T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Bush%20DePriest.jpg', | |
placeOfBirth: 'Philadelphia', | |
articleUrl: 'https://en.wikipedia.org/wiki/James_DePreist', | |
professions: 'poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1356135', | |
id: 15, | |
}, | |
{ | |
title: 'Esther Popel', | |
description: 'African-American poet', | |
dateOfBirth: '1896-07-16T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Esther%20Popel%201920.jpg', | |
placeOfBirth: 'Harrisburg', | |
articleUrl: 'https://en.wikipedia.org/wiki/Esther_Popel', | |
professions: 'poet', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1370097', | |
id: 16, | |
}, | |
{ | |
title: 'Stephen L. Carter', | |
description: 'American legal academic and writer', | |
dateOfBirth: '1954-10-26T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Stephen%20L.%20Carter%20-%202015%20National%20Book%20Festival%20%282%29.jpg', | |
placeOfBirth: 'Washington, D.C.', | |
articleUrl: 'https://en.wikipedia.org/wiki/Stephen_L._Carter', | |
professions: 'poet, novelist', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1522742', | |
id: 17, | |
}, | |
{ | |
title: 'Victor Séjour', | |
description: 'French writer', | |
dateOfBirth: '1817-01-01T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Victor%20S%C3%A9jour.jpg', | |
placeOfBirth: 'New Orleans', | |
articleUrl: 'https://en.wikipedia.org/wiki/Victor_S%C3%A9jour', | |
professions: 'poet, playwright', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1609757', | |
id: 18, | |
}, | |
{ | |
title: 'Jewelle Gomez', | |
description: 'American writer', | |
dateOfBirth: '1948-11-09T00:00:00Z', | |
image_url: | |
'http://commons.wikimedia.org/wiki/Special:FilePath/Kim%20shuck%20jewell%20gomez%20l%20frank%20reid%20gomez.jpg', | |
placeOfBirth: 'Boston', | |
articleUrl: 'https://en.wikipedia.org/wiki/Jewelle_Gomez', | |
professions: 'novelist', | |
sourceUrl: 'http://www.wikidata.org/entity/Q1688613', | |
id: 19, | |
}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment