{"id":3879,"date":"2025-06-03T21:57:07","date_gmt":"2025-06-03T20:57:07","guid":{"rendered":"https:\/\/www.schoolofdesignleeds.com\/ds25\/?p=3879"},"modified":"2025-06-03T21:57:07","modified_gmt":"2025-06-03T20:57:07","slug":"francesca-marshall","status":"publish","type":"post","link":"https:\/\/www.schoolofdesignleeds.com\/ds25\/francesca-marshall\/","title":{"rendered":"Francesca Marshall"},"content":{"rendered":"<div class=\"sitecontainer\">\n<div class=\"pagecontainer\">\n<h4 class=\"homepage-heading-h4\">Degree Show 2025<\/h4>\n<div class=\"postcontainer\">\n<h1 class=\"thestudentpostname\" id=\"studentpostname\">Francesca Marshall<\/h1>\n<h3>BA Sustainable Fashion<\/h3>\n<p class=\"studentstatement\">Hi, I\u2019m Francesca Marshall, a final-year BA Sustainable Fashion student.<\/p>\n<div class=\"socialstack\"><span class=\"material-icons md-24\">handshake<\/span><a href=\"#\" target=\"_blank\" rel=\"noopener\">Connect with <span id=\"withme\"><\/span><\/a><\/div>\n<p><!--FILE01 IMG--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-content\/uploads\/2025\/06\/Francesca-Marshall-01.jpg\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1212px; --smush-placeholder-aspect-ratio: 1212\/867;\" \/><\/p>\n<p class=\"mfv-caption\"><strong>The InTENTion Dome project<\/strong>: The InTENTion Dome project aims to reimagine the current festival camping model, responding to the 250,000 tents estimated to be left annually (WRAP, 2024). Most of these tents are designed for single use, creating an unsustainable system. The project offers a circular, accessible solution with high-performing, pre-pitched, rental-based geodesic tents made from 100% recycled materials, much of which are sourced directly from festival waste. By prioritising durability, sustainability, performance, and appeal, this concept challenges the disposable tent model while remaining affordable and attractive to primary users.<\/p>\n<\/div>\n<p><!--FILE02 IMG--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-content\/uploads\/2025\/06\/Francesca-Marshall-02.jpg\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1980px; --smush-placeholder-aspect-ratio: 1980\/1114;\" \/><\/p>\n<p class=\"mfv-caption\"><strong>BEYONDTHEBRAND<\/strong>: As consumers increasingly prioritise transparency, connection, and sustainability, models built on scale, speed, overproduction, and overconsumption are losing relevance. The future of fashion will be shaped by small brands making a big impact. With the rise of community culture, there are clear signals pointing toward a more human-centric and value-driven industry. Small and medium-sized enterprises &#8211; rooted in culture, identity, creativity, and community &#8211; are perfectly positioned to drive this transition. In a continuously changing global landscape marked by uncertainty in climate, health, and economics, these business models offer flexibility, authenticity, and purpose.<\/p>\n<\/div>\n<p><!--FILE03 IMG--><\/p>\n<div class=\"mediafileviewer mfvimages\"><img decoding=\"async\" loading =\"lazy\" data-src=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-content\/uploads\/2025\/06\/Francesca-Marshall-03.jpg\" width=\"100%\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1225px; --smush-placeholder-aspect-ratio: 1225\/848;\" \/><\/p>\n<p class=\"mfv-caption\"><strong>DECARBONISING TEKLA&#8217;S SUPPLY CHAIN THROUGH INNOVATION AND COLLABORATION<\/strong>: The fashion industry faces many sustainability challenges; however, one particularly harmful aspect is upstream production throughout the supply chain. This stage accounts for 70% of carbon emissions, making it highly impactful (Lee and Granskog, 2020). Innovative investments in solutions to reduce thermal energy emissions in the wet processing stages, such as the Rondo Heat Energy Battery, are being explored, alongside supplier engagement programmes to implement these decarbonisation strategies and communicate the benefits of the transition (Rondo, 2024). Additionally, to monitor biodiversity impact, a further collaboration with STRIX, a Portuguese data consultancy, will be established to conduct tests before and after the use of the Rondo battery (STRIX, 2024).<\/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*\/\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Degree Show 2025 Francesca Marshall BA Sustainable Fashion Hi, I\u2019m Francesca Marshall, a final-year BA Sustainable Fashion student. handshakeConnect with The InTENTion Dome project: The InTENTion Dome project aims to reimagine the current festival camping model, responding to the 250,000 tents estimated to be left annually (WRAP, 2024). Most of these tents are designed for &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.schoolofdesignleeds.com\/ds25\/francesca-marshall\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Francesca Marshall&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-3879","post","type-post","status-publish","format-standard","hentry","category-ba-sustainable-fashion","entry"],"_links":{"self":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts\/3879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/comments?post=3879"}],"version-history":[{"count":1,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts\/3879\/revisions"}],"predecessor-version":[{"id":3880,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/posts\/3879\/revisions\/3880"}],"wp:attachment":[{"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/media?parent=3879"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/categories?post=3879"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.schoolofdesignleeds.com\/ds25\/wp-json\/wp\/v2\/tags?post=3879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}