From 93ee6f01215d6088f14c37981e65cbf1e64de8ae Mon Sep 17 00:00:00 2001 From: Haziq Khairi Date: Wed, 10 Jan 2024 19:46:09 +0800 Subject: [PATCH] feat: add countryCode --- src/data/list/abstracts-list.js | 2 ++ src/data/list/artists-list.js | 7 +++++++ src/data/list/landscapes-list.js | 3 +++ src/data/list/paintings-list.js | 9 +++++++++ src/data/list/portraits-list.js | 7 +++++++ 5 files changed, 28 insertions(+) diff --git a/src/data/list/abstracts-list.js b/src/data/list/abstracts-list.js index 18600c8..fcf9851 100644 --- a/src/data/list/abstracts-list.js +++ b/src/data/list/abstracts-list.js @@ -12,6 +12,7 @@ export const abstractsList = [ description: "False Start is a notable work by Jasper Johns, known for its vibrant splashes of color and abstract representation. It exemplifies the artist's innovative use of Abstract Expressionism and Neo-Dada elements.", location: 'Private Collection', + countryCode: '', dimensions: '170.2 cm x 137.2 cm', style: 'Abstract Expressionism', artistInfo: artists['Jasper Johns'] || {}, @@ -26,6 +27,7 @@ export const abstractsList = [ description: 'Interchange is a seminal piece of abstract expressionist art by Willem de Kooning. The painting is celebrated for its energetic brushwork and bold color palette, reflecting the dynamic nature of abstract art in the post-war period.', location: 'Private Collection', + countryCode: '', dimensions: '200.7 cm x 175.3 cm', style: 'Abstract Expressionism', artistInfo: artists['Willem de Kooning'] || {}, diff --git a/src/data/list/artists-list.js b/src/data/list/artists-list.js index 5d184e6..ba01a27 100644 --- a/src/data/list/artists-list.js +++ b/src/data/list/artists-list.js @@ -14,6 +14,7 @@ export const artists = { birthYear: 1632, deathYear: 1675, nationality: 'Dutch', + countryCode: 'NL', // Netherlands notableWorks: [ 'Girl with a Pearl Earring', 'The Milkmaid', @@ -28,6 +29,7 @@ export const artists = { birthYear: 1985, deathYear: null, nationality: 'Malaysian', + countryCode: 'MY', // Malaysia notableWorks: ['Garden of Joy', 'Gadis Picnic'], imageUrl: MiriamOmar, }, @@ -38,6 +40,7 @@ export const artists = { birthYear: 1727, deathYear: 1788, nationality: 'English', + countryCode: 'GB', // United Kingdom (Great Britain) notableWorks: ['The Blue Boy', 'Mr and Mrs Andrews'], imageUrl: ThomasGainsborough, }, @@ -48,6 +51,7 @@ export const artists = { birthYear: 1862, deathYear: 1918, nationality: 'Austrian', + countryCode: 'AT', // Austria notableWorks: [ 'The Kiss', 'Lady With A Fan', @@ -62,6 +66,7 @@ export const artists = { birthYear: 1882, deathYear: 1967, nationality: 'American', + countryCode: 'US', // United States notableWorks: ['Nighthawks', 'Automat', 'Morning Sun'], imageUrl: EdwardHopper, }, @@ -72,6 +77,7 @@ export const artists = { birthYear: 1390, deathYear: 1441, nationality: 'Flemish', + countryCode: 'BE', // Belgium (Flanders is a region in Belgium) notableWorks: ['The Arnolfini Portrait', 'The Ghent Altarpiece'], imageUrl: JanVanEyck, }, @@ -82,6 +88,7 @@ export const artists = { birthYear: 1774, deathYear: 1840, nationality: 'German', + countryCode: 'DE', // Germany notableWorks: [ 'Wanderer Above the Sea of Fog', 'The Abbey in the Oakwood', diff --git a/src/data/list/landscapes-list.js b/src/data/list/landscapes-list.js index f3f39fc..8a0afc3 100644 --- a/src/data/list/landscapes-list.js +++ b/src/data/list/landscapes-list.js @@ -13,6 +13,7 @@ export const landscapesList = [ description: "Starry Night is one of Vincent Van Gogh's most famous paintings, renowned for its vibrant colors and emotional impact. Painted from memory during his stay at the asylum in Saint-Rémy-de-Provence, it depicts a swirling night sky over a small town.", location: 'Museum of Modern Art, New York City, USA', + countryCode: 'US', dimensions: '73.7 cm x 92.1 cm', style: 'Post-Impressionism', artistInfo: artists['Vincent Van Gogh'] || {}, @@ -27,6 +28,7 @@ export const landscapesList = [ description: 'Mr and Mrs Andrews is a captivating landscape painting by Thomas Gainsborough, created around 1750. The artwork features a portrait of a newlywed couple, Mr. Robert Andrews and his wife Frances, set against the backdrop of the English countryside. Gainsborough skillfully combines portraiture with landscape elements, showcasing his talent in capturing both the human subject and the beauty of the natural environment. The painting is celebrated for its romantic and idyllic portrayal of the English rural landscape during the Rococo period.', location: 'Private Collection', + countryCode: '', dimensions: '69.8 cm x 119.4 cm', style: 'Rococo', likes: 9, @@ -41,6 +43,7 @@ export const landscapesList = [ "The Blue Boy is a renowned portrait painting by Thomas Gainsborough, created around 1770. The artwork features a young boy dressed in a striking blue satin costume, standing against a lush, green landscape. The painting is celebrated for its vibrant use of color, particularly the intense blue of the boy's attire, and Gainsborough's masterful portrayal of texture and light. The Blue Boy is considered an iconic example of Rococo portraiture during the 18th century.", location: 'Huntington Library, Art Museum, and Botanical Gardens, California', + countryCode: 'US', dimensions: '178 cm x 122 cm', style: 'Rococo', likes: 5, diff --git a/src/data/list/paintings-list.js b/src/data/list/paintings-list.js index bdb95a5..a728caa 100644 --- a/src/data/list/paintings-list.js +++ b/src/data/list/paintings-list.js @@ -19,6 +19,7 @@ export const paintingsList = [ description: 'Meules is part of a series of paintings by Claude Monet that depict haystacks in the fields near his home in Giverny, France. The series is known for its thematic use of light and the changing seasons.', location: 'Private Collection', + countryCode: '', dimensions: '73 cm x 92.5cm', style: 'Impressionism', artistInfo: artists['Claude Monet'] || {}, @@ -33,6 +34,7 @@ export const paintingsList = [ description: "Les Demoiselles d'Avignon is a groundbreaking work by Pablo Picasso that marks a radical break from traditional composition and perspective. This painting is seen as a precursor to Cubism and a pivotal work in the development of modern art.", location: 'Museum of Modern Art, New York City, USA', + countryCode: 'US', dimensions: '243.9 cm x 233.7 cm', style: 'Cubism', artistInfo: artists['Pablo Picasso'] || {}, @@ -47,6 +49,7 @@ export const paintingsList = [ description: "Garden of Joy is part of a series of paintings by Miriam Omar that explore a flora theme, showcasing the beauty and diversity of botanical elements. The artwork captures the essence of nature through Miriam Omar's unique artistic perspective.", location: 'Zhan Art Space', + countryCode: 'MY', // Zhan Art Space is in Malaysia dimensions: '20.1 cm x 20.1cm', style: 'Floral', artistInfo: artists['Mariam Omar'] || {}, @@ -61,6 +64,7 @@ export const paintingsList = [ description: 'Gadis Picnic is part of a series of paintings by Miriam Omar that explore a flora theme, showcasing two Malaysian girls dressed in baju kurung as they enjoy a picnic under a tree. The artwork beautifully captures the cultural and natural elements, creating a serene and picturesque scene.', location: 'Zhan Art Space', + countryCode: 'MY', // Zhan Art Space is in Malaysia dimensions: '15.1 cm x 20.1cm', style: 'Floral', artistInfo: artists['Mariam Omar'] || {}, @@ -75,6 +79,7 @@ export const paintingsList = [ description: "Lady with A Fan is a captivating painting by the Austrian Symbolist painter Gustav Klimt. Created between 1917 and 1918, this artwork features a woman adorned with intricate patterns and a fan, showcasing Klimt signature style. The use of gold leaf and decorative elements adds a luxurious and enchanting quality to the painting. Lady with A Fan is a testament to Klimt's ability to capture the essence of beauty and elegance through his unique artistic vision.", location: 'Private Collection', + countryCode: '', dimensions: '78 cm x 78 cm', style: 'Symbolism, Art Nouveau', artistInfo: artists['Gustav Klimt'] || {}, @@ -89,6 +94,7 @@ export const paintingsList = [ description: "Nighthawks is an iconic painting by the American realist artist Edward Hopper. Created in 1942, the artwork depicts a diner scene late at night, illuminated by the interior lights. The solitary figures within the diner and the empty streets outside contribute to the painting's sense of isolation and urban alienation. Hopper's use of light and shadow adds a cinematic quality to the scene, making Nighthawks one of his most recognized and celebrated works. The painting is a poignant portrayal of the quietude and solitude often associated with urban life.", location: 'Art Institute of Chicago, Chicago, USA', + countryCode: 'US', dimensions: '84.1 cm x 152.4 cm', style: 'American Realism', artistInfo: artists['Edward Hopper'] || {}, @@ -103,6 +109,7 @@ export const paintingsList = [ description: "Automat is a poignant painting by the American realist artist Edward Hopper. Created in 1927, the artwork depicts a lone woman sitting at a table in an automat, a type of self-service restaurant popular in the early 20th century. The woman's contemplative expression and the stark, artificial lighting contribute to the painting's sense of solitude and modern urban life. Hopper's masterful use of light and composition adds a cinematic quality to the scene, highlighting the isolation of the individual in a bustling city. Automat is a classic example of Hopper's ability to capture the mood and atmosphere of his time.", location: 'Des Moines Art Center, Des Moines, USA', + countryCode: 'US', dimensions: '71.4 cm x 91.4 cm', style: 'American Realism', artistInfo: artists['Edward Hopper'] || {}, @@ -117,6 +124,7 @@ export const paintingsList = [ description: "Morning Sun is a compelling painting by the American realist artist Edward Hopper. Completed in 1952, the artwork features a woman seated on the edge of a rumpled bed, bathed in the warm morning light that fills the room. The contemplative atmosphere and the woman's introspective gaze contribute to the painting's sense of solitude and quiet reflection. Hopper's meticulous attention to detail and use of light and shadow create a poignant narrative within the scene. Morning Sun is a testament to Hopper's ability to capture the nuances of human emotion and the play of light in domestic spaces.", location: 'Columbus Museum of Art, Columbus, USA', + countryCode: 'US', dimensions: '71.4 cm x 102.2 cm', style: 'American Realism', artistInfo: artists['Edward Hopper'] || {}, @@ -131,6 +139,7 @@ export const paintingsList = [ description: 'The Ghent Altarpiece, also known as the Adoration of the Mystic Lamb, is a monumental polyptych panel painting by the Flemish artist Jan Van Eyck. Created in 1432, it is considered one of the most important and influential artworks of the Northern Renaissance. The altarpiece consists of multiple panels depicting various scenes, including the Adoration of the Lamb, the Annunciation, and other religious motifs. Known for its intricate detail, vibrant colors, and masterful use of oil painting techniques, The Ghent Altarpiece is celebrated for its artistic and religious significance.', location: "Saint Bavo's Cathedral, Ghent, Belgium", + countryCode: 'BE', dimensions: '365 cm x 260 cm (when opened)', style: 'Northern Renaissance', artistInfo: artists['Jan Van Eyck'] || {}, diff --git a/src/data/list/portraits-list.js b/src/data/list/portraits-list.js index 8df8d20..a723ef7 100644 --- a/src/data/list/portraits-list.js +++ b/src/data/list/portraits-list.js @@ -17,6 +17,7 @@ export const portraitsList = [ description: "The Mona Lisa is a half-length portrait painting by the Italian Renaissance artist Leonardo da Vinci that has been described as 'the best known, the most visited, the most written about, the most sung about, the most parodied work of art in the world'.", location: 'Louvre Museum, Paris, France', + countryCode: 'FR', dimensions: '77 cm x 53 cm', style: 'Renaissance', artistInfo: artists['Leonardo Da Vinci'] || {}, @@ -31,6 +32,7 @@ export const portraitsList = [ description: "Arrangement in Grey and Black No.1, best known under its colloquial name Whistler's Mother, is a painting in oils on canvas created by the American-born painter James McNeill Whistler in 1871.", location: "Musée d'Orsay, Paris, France", + countryCode: 'FR', dimensions: '144.3 cm x 162.5 cm', style: 'Realism', artistInfo: artists['James Abbott McNeill Whistler'] || {}, @@ -45,6 +47,7 @@ export const portraitsList = [ description: 'Girl with a Pearl Earring, also known as the "Dutch Mona Lisa", is a 17th-century masterpiece by Johannes Vermeer. This exquisite work is renowned for its subtle use of light and shadow, which masterfully captures the enigmatic expression and beauty of the young woman depicted. The artwork is celebrated for its vivid portrayal and meticulous attention to detail, making it a standout example of the Baroque style. Its intriguing subject and Vermeer\'s renowned technique have made it a beloved and highly revered work in art history.', location: 'Mauritshuis, The Hague, Netherlands', + countryCode: 'NL', dimensions: '44.5 cm x 39 cm', style: 'Baroque', artistInfo: artists['Johannes Vermeer'] || {}, @@ -59,6 +62,7 @@ export const portraitsList = [ description: 'The Kiss is a famous oil painting created by the Austrian Symbolist painter Gustav Klimt. Completed between 1908 and 1909, this masterpiece is renowned for its intricate patterns, gold leaf details, and symbolic representation of love and intimacy. The artwork features a couple locked in an embrace against a backdrop of vibrant patterns and symbols. Klimt use of gold leaf and decorative elements contributes to the opulent and luxurious feel of the painting. The Kiss is considered one of Klimts most iconic works and a symbol of the Art Nouveau movement.', location: 'Belvedere Palace, Vienna, Austria', + countryCode: 'AT', dimensions: '180 cm x 180 cm', style: 'Symbolism, Art Nouveau', artistInfo: artists['Gustav Klimt'] || {}, @@ -73,6 +77,7 @@ export const portraitsList = [ description: 'Portrait of Adele Bloch-Bauer I is a renowned painting by the Austrian Symbolist painter Gustav Klimt. Created in 1907, this portrait is a stunning example of Klimts signature style, characterized by the use of gold leaf, decorative elements, and intricate patterns. The subject of the painting, Adele Bloch-Bauer, was a prominent Viennese art patron and the only woman to be painted twice by Klimt. The artwork is celebrated for its opulence, symbolism, and the ethereal beauty of Adele depicted in a shimmering golden aura. Portrait of Adele Bloch-Bauer I is considered a masterpiece of Art Nouveau and Symbolism.', location: 'Neue Galerie, New York City, USA', + countryCode: 'US', dimensions: '138 cm x 138 cm', style: 'Symbolism, Art Nouveau', artistInfo: artists['Gustav Klimt'] || {}, @@ -87,6 +92,7 @@ export const portraitsList = [ description: 'The Arnolfini Portrait is a masterpiece by the Flemish painter Jan Van Eyck, created in 1434. The painting is also known as The Arnolfini Wedding or The Arnolfini Marriage. It is considered one of the most famous and complex paintings in Western art. The portrait depicts Giovanni Arnolfini and his wife in a meticulously detailed interior, surrounded by symbolic elements. The mirror in the background reflects two additional figures, and various objects carry rich symbolic meaning. The Arnolfini Portrait is celebrated for its technical skill, use of light, and intricate symbolism, making it an enduring work of art.', location: 'National Gallery, London, United Kingdom', + countryCode: 'GB', // United Kingdom (Great Britain) dimensions: '82.2 cm x 60 cm', style: 'Northern Renaissance', artistInfo: artists['Jan Van Eyck'] || {}, @@ -101,6 +107,7 @@ export const portraitsList = [ description: "Wanderer Above the Sea of Fog is a famous painting by the German Romantic artist Caspar David Friedrich. Completed in 1818, the artwork depicts a man standing on a rocky precipice, gazing out over a sea of fog-covered mountains. The solitary figure, with his back turned to the viewer, adds a sense of mystery and introspection to the painting. The vast landscape and swirling fog create an atmospheric and contemplative scene, reflecting the themes of Romanticism. Wanderer Above the Sea of Fog is considered one of Friedrich's masterpieces and an iconic work of 19th-century German Romantic art.", location: 'Kunsthalle Hamburg, Hamburg, Germany', + countryCode: 'DE', // Germany dimensions: '98.4 cm x 74.8 cm', style: 'Romanticism', artistInfo: artists['Caspar David Friedrich'] || {},