{"id":3151,"date":"2026-03-25T10:13:46","date_gmt":"2026-03-25T10:13:46","guid":{"rendered":"https:\/\/www.schoolofdesignleeds.com\/ds24\/?p=3151"},"modified":"2026-03-25T10:13:46","modified_gmt":"2026-03-25T10:13:46","slug":"lauren-evans","status":"publish","type":"post","link":"https:\/\/www.schoolofdesignleeds.com\/ds24\/lauren-evans\/","title":{"rendered":"Lauren Evans"},"content":{"rendered":"<div class=\"sitecontainer\">\n<div class=\"pagecontainer\">\n<h4 class=\"homepage-heading-h4\">Degree Show 2024<\/h4>\n<div class=\"postcontainer\">\n<h1 class=\"thestudentpostname\" id=\"studentpostname\">Lauren Evans<\/h1>\n<h3>BA Graphic and Communication Design<\/h3>\n<p class=\"studentstatement\">As a designer, I take pride in my versatility and ability to tackle both commercial projects and those that are more artistic and experimental. During my final year at university, I developed key interests in information design and typography. These areas of graphic design provide me with opportunities for experimentation while allowing me to create engaging and impactful work.<\/p>\n<div class=\"socialstack\"><span class=\"material-symbols-outlined\">handshake<\/span><a href=\"https:\/\/www.instagram.com\/laurenevansdesigns\/\" target=\"_blank\" rel=\"noopener\">Connect with <span id=\"withme\">Lauren Evans<\/span><\/a><\/div>\n<p><!--FILE01--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-content\/uploads\/2024\/06\/lauren-evans-01_Lauren-Evans.jpg\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1980px; --smush-placeholder-aspect-ratio: 1980\/1387;\" \/><\/p>\n<p class=\"mfv-caption\">Music Visualisation Listening to music can aid a person\u2019s mental health, a benefit that deaf individuals don\u2019t experience. This project visualises a piece of music for those who are deaf through a 3D sculpture of Tchaikovsky, The Nutcracker Suite, Op 71a: Marche. This tangible, tactile sculpture offers a physical experience of music. Interacting with art has been found to improve mental health, thus the combination of art and music aims to improve the mental well-being of deaf people.<\/p>\n<\/div>\n<p><!--FILE02--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-content\/uploads\/2024\/06\/lauren-evans-02_Lauren-Evans.jpg\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1980px; --smush-placeholder-aspect-ratio: 1980\/1350;\" \/><\/p>\n<p class=\"mfv-caption\">Music Visualisation Constructed from wood, clay and string, the sculpture displays the notes played by 20 instruments, divided into musical bars. Using details from the condition of chromesthesia, the design utilises colour to visually communicate the piece of music, achieved by assigning a colour to each musical note. The outcome for this problem is a physical installation placed in an urban environment. The musical piece will play from speakers around the sculpture, creating vibrations for deaf individuals and adding depth to their interactions.<\/p>\n<\/div>\n<p><!--FILE03--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-content\/uploads\/2024\/06\/lauren-evans-03_Lauren-Evans.png\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1782px; --smush-placeholder-aspect-ratio: 1782\/950;\" \/><\/p>\n<p class=\"mfv-caption\">Breeze: Typeface For A Biomimicry Exhibition Breeze is an experimental typeface created by mimicking the back-and-forth movement of grass blowing in the wind, reflecting the innovative approach of biomimicry. Intended for use as a display typeface in a biomimicry exhibition, it encourages discovery and excitement. The two variations of the typeface create unpredictability and will encourage viewers to discover what the exhibition has to offer.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><script>\ndocument.getElementById(\"withme\").innerHTML = document.getElementById(\"studentpostname\").innerHTML;\ndocument.addEventListener(\"scroll\", function(){\nvar sitedescription = document.querySelector(\".site-description\");\nvar studenttitle = document.getElementById(\"studentpostname\");\nif(window.pageYOffset > 100){\nsitedescription.classList.add(\"highlightstudentname\");\nsitedescription.innerHTML = studenttitle.innerHTML;\n}\nif(window.pageYOffset < 100){\nsitedescription.classList.remove(\"highlightstudentname\");\nsitedescription.innerHTML = \"School of Design, University of Leeds\";\n}\n});\n\/*Heart a submission*\/\nlet theheart = document.getElementById(\"heartsvg\"); \/\/ assign the SVG class to a variable called theheart\nlet lsheart = localStorage.getItem(\"onheart\"); \/\/ access a key called onheart in LS, and assign it to a variable called lsheart\nlet heartmsg = document.getElementById(\"heartmessage\");\nconst enableheart = () => { \/\/ create a function to colour in the SVG when the SVG is clicked\ntheheart.classList.add(\"activeheart\"); \/\/ tell the function to add a class to the SVG that will add colour\nheartmsg.innerHTML = \"You liked this submission\";\nheartmsg.classList.add(\"addpinkcolor\");\nlocalStorage.setItem(\"onheart\", \"enabled\"); \/\/ activate LS with the key and a value, hereby called enabled\n};\nconst disableheart = () => { \/\/ create a function to remove colour from the SVG when the SVG is clicked\ntheheart.classList.remove(\"activeheart\"); \/\/ tell the function to remove the class from the SVG that added colour\nheartmsg.innerHTML = \"Like this submission\";\nheartmsg.classList.remove(\"addpinkcolor\");\nlocalStorage.setItem(\"onheart\", \"disabled\"); \/\/ activate LS with the same key but a new value, hereby called disabled\n};\nif(lsheart === \"enabled\"){ \/\/ if the LS key has a value of enabled then...\nenableheart(); \/\/ ...run the enableheart function, which adds the class to the SVG\n}\ntheheart.addEventListener(\"click\", function(){ \/\/ when the SVG is clicked...\nlsheart = localStorage.getItem(\"onheart\"); \/\/ ...I think the LS needs to run on itself\nif(lsheart === \"enabled\"){ \/\/ if the LS key has a value of enabled...\ndisableheart(); \/\/ ...run the function that changes the LS value to disabled\n} else { \/\/ otherwise...\nenableheart(); \/\/ ...run the function that changes the LS value to enabled\n}\n});\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Degree Show 2024 Lauren Evans BA Graphic and Communication Design As a designer, I take pride in my versatility and ability to tackle both commercial projects and those that are more artistic and experimental. During my final year at university, I developed key interests in information design and typography. These areas of graphic design provide &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.schoolofdesignleeds.com\/ds24\/lauren-evans\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Lauren Evans&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-3151","post","type-post","status-publish","format-standard","hentry","category-ba-graphic-and-communication-design","entry"],"_links":{"self":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/posts\/3151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/comments?post=3151"}],"version-history":[{"count":3,"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/posts\/3151\/revisions"}],"predecessor-version":[{"id":3163,"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/posts\/3151\/revisions\/3163"}],"wp:attachment":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/media?parent=3151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/categories?post=3151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds24\/wp-json\/wp\/v2\/tags?post=3151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}