Diag====| Initiating an AUTOMATIC CHECK FOR UPDATES ON PAGE LOAD wp_loaded due to FeedWordPress option = string(4) "init"
Diag====| FeedWordPress is set up to hold pings, fwp_held_ping=0
Diag| Polling feed [https://blogs.ed.ac.uk/egreen2/feed]
Diag====| HTTP [https://blogs.ed.ac.uk/egreen2/feed] ⌈ array(7) {
  ["timeout"]=>
  int(20)
  ["redirection"]=>
  int(5)
  ["headers"]=>
  array(1) {
    ["Accept"]=>
    string(185) "application/atom+xml, application/rss+xml, application/rdf+xml;q=0.9, application/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;q=0.1, */*;q=0.1"
  }
  ["user-agent"]=>
  string(162) "FeedWordPress/2024.1119 (aggregator:feedwordpress; WordPress/6.8.5 + SimplePie/1.8.0; Allow like Gecko; +http://feedwordpress.radgeek.com/) at blogs.ed.ac.uk/dlam"
  ["authentication"]=>
  NULL
  ["username"]=>
  string(0) ""
  ["password"]=>
  string(0) ""
}
Diag====| HTTP [https://blogs.ed.ac.uk/egreen2/feed] ⌉ array(6) {
  ["headers"]=>
  object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2399 (1) {
    ["data":protected]=>
    array(12) {
      ["content-type"]=>
      string(34) "application/rss+xml; charset=UTF-8"
      ["date"]=>
      string(29) "Thu, 18 Jun 2026 07:59:56 GMT"
      ["server"]=>
      string(6) "Apache"
      ["x-powered-by"]=>
      string(10) "PHP/8.3.31"
      ["expires"]=>
      string(29) "Thu, 19 Nov 1981 08:52:00 GMT"
      ["cache-control"]=>
      string(35) "no-store, no-cache, must-revalidate"
      ["pragma"]=>
      string(8) "no-cache"
      ["link"]=>
      string(67) "<https://blogs.ed.ac.uk/egreen2/wp-json/>; rel="https://api.w.org/""
      ["set-cookie"]=>
      string(132) "spo_11412_fa=28eaa669476d6d37877032232b6ac7d3; expires=Thu, 18 Jun 2026 08:29:56 GMT; Max-Age=1800; path=/egreen2/; Secure; HttpOnly"
      ["last-modified"]=>
      string(29) "Mon, 20 Apr 2026 09:57:28 GMT"
      ["etag"]=>
      string(34) ""4433056675204c526f9cc2cc038c81d8""
      ["vary"]=>
      string(15) "Accept-Encoding"
    }
  }
  ["body"]=>
  string(15797) "<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ed Green Blog</title>
	<atom:link href="https://blogs.ed.ac.uk/egreen2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogs.ed.ac.uk/egreen2</link>
	<description></description>
	<lastBuildDate>Mon, 20 Apr 2026 09:57:28 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>PHPUK 2026</title>
		<link>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/</link>
					<comments>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/#respond</comments>
		
		<dc:creator><![CDATA[Edward Green]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 15:08:58 +0000</pubDate>
				<category><![CDATA[Conference]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/egreen2/?p=21</guid>

					<description><![CDATA[This February I was back at the PHPUK conference in London. The venue this year was 1 America Square with a historic wall through the middle of one of the rooms. There were three tracks to follow so unfortunately we couldn’t go to all the talks, but managed to cover two thirds. It Depends – […]]]></description>
										<content:encoded><![CDATA[
<p>This February I was back at the PHPUK conference in London. The venue this year was 1 America Square with a historic wall through the middle of one of the rooms. There were three tracks to follow so unfortunately we couldn’t go to all the talks, but managed to cover two thirds.</p>



<h2 class="wp-block-heading">It Depends – Gary Hockin</h2>



<p>After a short welcome to the conference (and the new venue), Gary Hockin gave a talk about how  decisions that we make every day have different outcomes based on the context. There are always trade-offs to consider for every choice we make and because one option is not chosen in one instance, it doesn’t mean it is unsuitable for all situations.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/w5Ja7Gysm_w?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Know Your Enemies: Live Exploit of a PHP Engine Security Breach – Alexandre Daubois</h2>



<p>Alexandre presented an interesting talk on real exploits or attempted exploits in PHP. The most interesting example to me was an attempt to add malicious code that would allow executing any code on a server running PHP as long as it’s connected to the internet. This was done by interpreting a specific header on incoming requests as code to run when given a certain prefix. It even made it to a release candidate before it was noticed by other contributors. This was done by exploiting a vulnerability in the version control server that allowed the malicious actor to submit the code changes under a different user. Luckily the code was spotted and removed before becoming widely available in a full release. This also influenced the decision to move the code into GitHub, so maintainers didn’t have to worry as much about the security of the code.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/jXkBWNLUO2M?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Packets, Protocols and PHP: Networking Fundamentals for Developers – Jessica Smith</h2>



<p>This next talk discussed what happens behind the scenes whenever a network request is made over the internet. Jessica covered a lot during the 45 minutes and even though it isn’t knowledge that I’d usually consider a key part to my job, I think it is very useful to understand what is happening in the background when users are accessing your website. It still amazes me how we can send information across the world in seconds (or less) over the internet. Even with an explanation on how data is split into packets and how they are routed, it’s still hard to comprehend.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/Z-sYEwWdBrM?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">The Four Pillars of Observability – Florian Engelhardt</h2>



<p>Next came a guide to monitoring live applications and how to quickly find when something is wrong with Florian. I found a lot of the tips to be relevant to websites I have worked on within the university such as the Short Courses Platform (SCP). Occasionally we have a bug in the site, and it can be very difficult to find what the actual cause of it is. Using metrics, logging, tracing, and profiling we can get a better idea of what is causing an issue and why it has started happening. As a developer, I’m used to using logs and error messages to get an idea about what is going wrong when something breaks, but Florian gave some interesting ideas that aren’t completely code related like monitoring live sales (or course enrolments for the SCP) and visualising them. If the numbers start to drop rapidly, then something has probably broken which means people can’t use the website properly.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/DVSq54wZL00?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Saving Time by Using a Debugger – Derick Rethans</h2>



<p>Derick gave a demonstration on ways to use Xdebug to improve developer efficiency. Once setup, it can be a useful tool for stepping through PHP code and inspecting the current state of the web application to find out what is happening. Personally, I have used debuggers with C# and C++ code and found it useful there since I don’t have to recompile anything to add in some logs and inspect data. In interpreted languages like PHP, this isn’t something I have considered before, however I will definitely be finding it useful in my future work. Even though some technical issues disrupted the live demonstrations, Derick still managed to inspire me to check out Xdebug for myself and use with both personal and work projects.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/FsHP4zGg4Ss?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Stepping away from the code… but not quite… – Wim Godden</h2>



<p>This was one of my favourite talks of the day from Wim about how stakeholders in a project should approach the code, particularly emphasising when people in management or non-development roles need to <em>step away from the code</em> and let developers do their job. He talked about how people from outside of development teams, especially those with development experience, can often try to dictate the implementation of a feature rather than what the result of having that feature should be which can cause issues with development and often makes the process of adding a feature take longer. Providing high quality user stories that have good coverage of what the users need to be able to do on the application will be far more valuable to developers. He also talked about how the career progression of a developer doesn’t have to be continuously upwards within an organisation. Instead, it’s ok to move up and down or stay where we’re comfortable.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/Fa2WywiwFik?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Escaping the Code Maze – Yannick Chenot</h2>



<p>To finish off the day, Yannick discussed how we can make our code easier to understand by reducing the assumptions that can be made. Some languages are already stricter on some of the methods of explaining code such as providing types to variables with static types, whereas languages like PHP don’t enforce many rules like this. He demonstrated a few PHP classes and how the assumptions can be reduced by making simple changes that can greatly improve the readability of the code.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/0emNLJAsfcM?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">In conclusion</h2>



<p>There were lots of interesting topic discussed throughout the day and plenty to think about afterwards. I will definitely be looking into Xdebug and different tools for monitoring and observing web applications. I found Wim Godden’s talk about how we should see code in different roles across an organisation interesting. I’d highly recommend watching/listening to the recording as this one is also relevant to less technical people who work with developers.</p>



<h2 class="wp-block-heading">Elephants </h2>



<p>I’ve also started a collection of PHP elephants with two from this conference.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHPUK Conference 2025</title>
		<link>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/</link>
					<comments>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/#respond</comments>
		
		<dc:creator><![CDATA[Edward Green]]></dc:creator>
		<pubDate>Tue, 19 Aug 2025 11:09:19 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/egreen2/?p=7</guid>

					<description><![CDATA[In February, a colleague and I got the chance to attend the PHPUK conference 2025. Throughout the day, we attended talks from various contributors to the PHP community. The conference had two tracks, which allowed us to split up and cover as much as possible with plenty of breaks to discuss what we’ve learnt about. […]]]></description>
										<content:encoded><![CDATA[<p>In February, a colleague and I got the chance to attend the PHPUK conference 2025. Throughout the day, we attended talks from various contributors to the PHP community. The conference had two tracks, which allowed us to split up and cover as much as possible with plenty of breaks to discuss what we’ve learnt about.</p>
<p>Before splitting into separate tracks, Daniel Terhorst-North gave a talk on behaviour driven development (BDD) and the 20 years of history behind it. He showed how even though it was started by one person, the community has kept it going.</p>
<p>The next speaker I listened to was Wim Godden who spoke about deploying software at both small and large scales and automating the processes behind it as much as possible. He showed a real-world example of deploying software to rental lockers for a Belgium based company. They used a tool called Ansible to remotely connect to each computer and run tasks for setting up the computer, installing software, and running the company’s software that operates the lockers. This talk felt especially relevant to the Short Courses Platform I am currently working on, since we are also using Ansible to deploy the website onto multiple servers and update it when required.</p>
<p>After a quick break and discussion about the talks we’d listened to, I attended a talk about how large codebases can be compared to onions from Katy Ereira. She explained how large systems can be broken down into smaller, more understandable parts and comparing them to different parts of an onion to help understand their function.</p>
<p>Nils Adermann gave a talk on securing software supply chains. When most people add a library to their codebase, they don’t always think about the security of the library itself, and especially not the dependencies required by it. However, a dependency of a dependency of a library used for something as simple as logging messages could have a security vulnerability that affects the whole codebase. Nils talked about ways to protect against that using tools like GitHub Dependabot or Conductor, which Private Packagist is currently developing. He also revealed how many widely used and often open source libraries receive extremely little funding, which can make it difficult finding volunteers to maintain security.</p>
<p>Over lunch, we discussed the speakers we had listened to and spoke to other attendees of the conference.</p>
<p>Next was a talk from Gina Banyard about discovering edge cases in the PHP language. As a PHP core maintainer, they had an interesting perspective on how bugs are diagnosed and discussions about the expected functionality. Some examples of recently addressed bugs were demonstrated, along with how PHP now handles them.</p>
<p>After the final break, I attended a talk about OpenAPI from Lorna Mitchell, which discussed what the OpenAPI specification is and how it can benefit both developers and users of APIs. The specification assists developers in designing APIs and creating extensive documentation for them through a schema written in either JSON or YAML. Since it is language agnostic, it can be applied to any API.</p>
<p>The conference provided some interesting perspectives and ideas that I will be sharing with other colleagues and may encourage us to consider in current or future projects. Many of the talks were not just relevant to PHP, so can be applied to other projects such as the short courses platform, which already uses Ansible for deployment.</p>
<p> </p>
<p>Information about all the speakers and recordings of the talks can be found on the <a href="https://www.phpconference.co.uk/" target="_blank" rel="noopener">PHPUK Conference website</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
"
  ["response"]=>
  array(2) {
    ["code"]=>
    int(200)
    ["message"]=>
    string(2) "OK"
  }
  ["cookies"]=>
  array(3) {
    [0]=>
    object(WP_Http_Cookie)#2413 (7) {
      ["name"]=>
      string(9) "PHPSESSID"
      ["value"]=>
      string(26) "qrgcjjg7fqicpdjrk2vp3g7auj"
      ["expires"]=>
      NULL
      ["path"]=>
      string(1) "/"
      ["domain"]=>
      string(14) "blogs.ed.ac.uk"
      ["port"]=>
      NULL
      ["host_only"]=>
      bool(true)
    }
    [1]=>
    object(WP_Http_Cookie)#2415 (7) {
      ["name"]=>
      string(12) "spo_11412_fa"
      ["value"]=>
      string(32) "28eaa669476d6d37877032232b6ac7d3"
      ["expires"]=>
      int(1781771396)
      ["path"]=>
      string(9) "/egreen2/"
      ["domain"]=>
      string(14) "blogs.ed.ac.uk"
      ["port"]=>
      NULL
      ["host_only"]=>
      bool(true)
    }
    [2]=>
    object(WP_Http_Cookie)#2414 (7) {
      ["name"]=>
      string(8) "RCKBMHKB"
      ["value"]=>
      string(85) "027ff8be59-56fd-48IByhOAQNtdTnVbr10UVHSQmmzsb2QusvyakjfxOzfUL9ilM1-eNbbgd8WyT4psbzHRY"
      ["expires"]=>
      NULL
      ["path"]=>
      string(1) "/"
      ["domain"]=>
      string(14) "blogs.ed.ac.uk"
      ["port"]=>
      NULL
      ["host_only"]=>
      bool(true)
    }
  }
  ["filename"]=>
  NULL
  ["http_response"]=>
  object(WP_HTTP_Requests_Response)#2398 (5) {
    ["data"]=>
    NULL
    ["headers"]=>
    NULL
    ["status"]=>
    NULL
    ["response":protected]=>
    object(WpOrg\Requests\Response)#2411 (10) {
      ["body"]=>
      string(15797) "<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ed Green Blog</title>
	<atom:link href="https://blogs.ed.ac.uk/egreen2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogs.ed.ac.uk/egreen2</link>
	<description></description>
	<lastBuildDate>Mon, 20 Apr 2026 09:57:28 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>PHPUK 2026</title>
		<link>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/</link>
					<comments>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/#respond</comments>
		
		<dc:creator><![CDATA[Edward Green]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 15:08:58 +0000</pubDate>
				<category><![CDATA[Conference]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/egreen2/?p=21</guid>

					<description><![CDATA[This February I was back at the PHPUK conference in London. The venue this year was 1 America Square with a historic wall through the middle of one of the rooms. There were three tracks to follow so unfortunately we couldn’t go to all the talks, but managed to cover two thirds. It Depends – […]]]></description>
										<content:encoded><![CDATA[
<p>This February I was back at the PHPUK conference in London. The venue this year was 1 America Square with a historic wall through the middle of one of the rooms. There were three tracks to follow so unfortunately we couldn’t go to all the talks, but managed to cover two thirds.</p>



<h2 class="wp-block-heading">It Depends – Gary Hockin</h2>



<p>After a short welcome to the conference (and the new venue), Gary Hockin gave a talk about how  decisions that we make every day have different outcomes based on the context. There are always trade-offs to consider for every choice we make and because one option is not chosen in one instance, it doesn’t mean it is unsuitable for all situations.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/w5Ja7Gysm_w?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Know Your Enemies: Live Exploit of a PHP Engine Security Breach – Alexandre Daubois</h2>



<p>Alexandre presented an interesting talk on real exploits or attempted exploits in PHP. The most interesting example to me was an attempt to add malicious code that would allow executing any code on a server running PHP as long as it’s connected to the internet. This was done by interpreting a specific header on incoming requests as code to run when given a certain prefix. It even made it to a release candidate before it was noticed by other contributors. This was done by exploiting a vulnerability in the version control server that allowed the malicious actor to submit the code changes under a different user. Luckily the code was spotted and removed before becoming widely available in a full release. This also influenced the decision to move the code into GitHub, so maintainers didn’t have to worry as much about the security of the code.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/jXkBWNLUO2M?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Packets, Protocols and PHP: Networking Fundamentals for Developers – Jessica Smith</h2>



<p>This next talk discussed what happens behind the scenes whenever a network request is made over the internet. Jessica covered a lot during the 45 minutes and even though it isn’t knowledge that I’d usually consider a key part to my job, I think it is very useful to understand what is happening in the background when users are accessing your website. It still amazes me how we can send information across the world in seconds (or less) over the internet. Even with an explanation on how data is split into packets and how they are routed, it’s still hard to comprehend.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/Z-sYEwWdBrM?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">The Four Pillars of Observability – Florian Engelhardt</h2>



<p>Next came a guide to monitoring live applications and how to quickly find when something is wrong with Florian. I found a lot of the tips to be relevant to websites I have worked on within the university such as the Short Courses Platform (SCP). Occasionally we have a bug in the site, and it can be very difficult to find what the actual cause of it is. Using metrics, logging, tracing, and profiling we can get a better idea of what is causing an issue and why it has started happening. As a developer, I’m used to using logs and error messages to get an idea about what is going wrong when something breaks, but Florian gave some interesting ideas that aren’t completely code related like monitoring live sales (or course enrolments for the SCP) and visualising them. If the numbers start to drop rapidly, then something has probably broken which means people can’t use the website properly.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/DVSq54wZL00?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Saving Time by Using a Debugger – Derick Rethans</h2>



<p>Derick gave a demonstration on ways to use Xdebug to improve developer efficiency. Once setup, it can be a useful tool for stepping through PHP code and inspecting the current state of the web application to find out what is happening. Personally, I have used debuggers with C# and C++ code and found it useful there since I don’t have to recompile anything to add in some logs and inspect data. In interpreted languages like PHP, this isn’t something I have considered before, however I will definitely be finding it useful in my future work. Even though some technical issues disrupted the live demonstrations, Derick still managed to inspire me to check out Xdebug for myself and use with both personal and work projects.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/FsHP4zGg4Ss?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Stepping away from the code… but not quite… – Wim Godden</h2>



<p>This was one of my favourite talks of the day from Wim about how stakeholders in a project should approach the code, particularly emphasising when people in management or non-development roles need to <em>step away from the code</em> and let developers do their job. He talked about how people from outside of development teams, especially those with development experience, can often try to dictate the implementation of a feature rather than what the result of having that feature should be which can cause issues with development and often makes the process of adding a feature take longer. Providing high quality user stories that have good coverage of what the users need to be able to do on the application will be far more valuable to developers. He also talked about how the career progression of a developer doesn’t have to be continuously upwards within an organisation. Instead, it’s ok to move up and down or stay where we’re comfortable.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/Fa2WywiwFik?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Escaping the Code Maze – Yannick Chenot</h2>



<p>To finish off the day, Yannick discussed how we can make our code easier to understand by reducing the assumptions that can be made. Some languages are already stricter on some of the methods of explaining code such as providing types to variables with static types, whereas languages like PHP don’t enforce many rules like this. He demonstrated a few PHP classes and how the assumptions can be reduced by making simple changes that can greatly improve the readability of the code.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/0emNLJAsfcM?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">In conclusion</h2>



<p>There were lots of interesting topic discussed throughout the day and plenty to think about afterwards. I will definitely be looking into Xdebug and different tools for monitoring and observing web applications. I found Wim Godden’s talk about how we should see code in different roles across an organisation interesting. I’d highly recommend watching/listening to the recording as this one is also relevant to less technical people who work with developers.</p>



<h2 class="wp-block-heading">Elephants </h2>



<p>I’ve also started a collection of PHP elephants with two from this conference.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHPUK Conference 2025</title>
		<link>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/</link>
					<comments>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/#respond</comments>
		
		<dc:creator><![CDATA[Edward Green]]></dc:creator>
		<pubDate>Tue, 19 Aug 2025 11:09:19 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/egreen2/?p=7</guid>

					<description><![CDATA[In February, a colleague and I got the chance to attend the PHPUK conference 2025. Throughout the day, we attended talks from various contributors to the PHP community. The conference had two tracks, which allowed us to split up and cover as much as possible with plenty of breaks to discuss what we’ve learnt about. […]]]></description>
										<content:encoded><![CDATA[<p>In February, a colleague and I got the chance to attend the PHPUK conference 2025. Throughout the day, we attended talks from various contributors to the PHP community. The conference had two tracks, which allowed us to split up and cover as much as possible with plenty of breaks to discuss what we’ve learnt about.</p>
<p>Before splitting into separate tracks, Daniel Terhorst-North gave a talk on behaviour driven development (BDD) and the 20 years of history behind it. He showed how even though it was started by one person, the community has kept it going.</p>
<p>The next speaker I listened to was Wim Godden who spoke about deploying software at both small and large scales and automating the processes behind it as much as possible. He showed a real-world example of deploying software to rental lockers for a Belgium based company. They used a tool called Ansible to remotely connect to each computer and run tasks for setting up the computer, installing software, and running the company’s software that operates the lockers. This talk felt especially relevant to the Short Courses Platform I am currently working on, since we are also using Ansible to deploy the website onto multiple servers and update it when required.</p>
<p>After a quick break and discussion about the talks we’d listened to, I attended a talk about how large codebases can be compared to onions from Katy Ereira. She explained how large systems can be broken down into smaller, more understandable parts and comparing them to different parts of an onion to help understand their function.</p>
<p>Nils Adermann gave a talk on securing software supply chains. When most people add a library to their codebase, they don’t always think about the security of the library itself, and especially not the dependencies required by it. However, a dependency of a dependency of a library used for something as simple as logging messages could have a security vulnerability that affects the whole codebase. Nils talked about ways to protect against that using tools like GitHub Dependabot or Conductor, which Private Packagist is currently developing. He also revealed how many widely used and often open source libraries receive extremely little funding, which can make it difficult finding volunteers to maintain security.</p>
<p>Over lunch, we discussed the speakers we had listened to and spoke to other attendees of the conference.</p>
<p>Next was a talk from Gina Banyard about discovering edge cases in the PHP language. As a PHP core maintainer, they had an interesting perspective on how bugs are diagnosed and discussions about the expected functionality. Some examples of recently addressed bugs were demonstrated, along with how PHP now handles them.</p>
<p>After the final break, I attended a talk about OpenAPI from Lorna Mitchell, which discussed what the OpenAPI specification is and how it can benefit both developers and users of APIs. The specification assists developers in designing APIs and creating extensive documentation for them through a schema written in either JSON or YAML. Since it is language agnostic, it can be applied to any API.</p>
<p>The conference provided some interesting perspectives and ideas that I will be sharing with other colleagues and may encourage us to consider in current or future projects. Many of the talks were not just relevant to PHP, so can be applied to other projects such as the short courses platform, which already uses Ansible for deployment.</p>
<p> </p>
<p>Information about all the speakers and recordings of the talks can be found on the <a href="https://www.phpconference.co.uk/" target="_blank" rel="noopener">PHPUK Conference website</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
"
      ["raw"]=>
      string(16434) "HTTP/1.1 200 OK
Content-Type: application/rss+xml; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Thu, 18 Jun 2026 07:59:56 GMT
Server: Apache
X-Powered-By: PHP/8.3.31
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Link: <https://blogs.ed.ac.uk/egreen2/wp-json/>; rel="https://api.w.org/"
Set-Cookie: spo_11412_fa=28eaa669476d6d37877032232b6ac7d3; expires=Thu, 18 Jun 2026 08:29:56 GMT; Max-Age=1800; path=/egreen2/; Secure; HttpOnly
Last-Modified: Mon, 20 Apr 2026 09:57:28 GMT
ETag: "4433056675204c526f9cc2cc038c81d8"
Vary: Accept-Encoding

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ed Green Blog</title>
	<atom:link href="https://blogs.ed.ac.uk/egreen2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogs.ed.ac.uk/egreen2</link>
	<description></description>
	<lastBuildDate>Mon, 20 Apr 2026 09:57:28 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>PHPUK 2026</title>
		<link>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/</link>
					<comments>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/#respond</comments>
		
		<dc:creator><![CDATA[Edward Green]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 15:08:58 +0000</pubDate>
				<category><![CDATA[Conference]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/egreen2/?p=21</guid>

					<description><![CDATA[This February I was back at the PHPUK conference in London. The venue this year was 1 America Square with a historic wall through the middle of one of the rooms. There were three tracks to follow so unfortunately we couldn’t go to all the talks, but managed to cover two thirds. It Depends – […]]]></description>
										<content:encoded><![CDATA[
<p>This February I was back at the PHPUK conference in London. The venue this year was 1 America Square with a historic wall through the middle of one of the rooms. There were three tracks to follow so unfortunately we couldn’t go to all the talks, but managed to cover two thirds.</p>



<h2 class="wp-block-heading">It Depends – Gary Hockin</h2>



<p>After a short welcome to the conference (and the new venue), Gary Hockin gave a talk about how  decisions that we make every day have different outcomes based on the context. There are always trade-offs to consider for every choice we make and because one option is not chosen in one instance, it doesn’t mean it is unsuitable for all situations.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/w5Ja7Gysm_w?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Know Your Enemies: Live Exploit of a PHP Engine Security Breach – Alexandre Daubois</h2>



<p>Alexandre presented an interesting talk on real exploits or attempted exploits in PHP. The most interesting example to me was an attempt to add malicious code that would allow executing any code on a server running PHP as long as it’s connected to the internet. This was done by interpreting a specific header on incoming requests as code to run when given a certain prefix. It even made it to a release candidate before it was noticed by other contributors. This was done by exploiting a vulnerability in the version control server that allowed the malicious actor to submit the code changes under a different user. Luckily the code was spotted and removed before becoming widely available in a full release. This also influenced the decision to move the code into GitHub, so maintainers didn’t have to worry as much about the security of the code.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/jXkBWNLUO2M?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Packets, Protocols and PHP: Networking Fundamentals for Developers – Jessica Smith</h2>



<p>This next talk discussed what happens behind the scenes whenever a network request is made over the internet. Jessica covered a lot during the 45 minutes and even though it isn’t knowledge that I’d usually consider a key part to my job, I think it is very useful to understand what is happening in the background when users are accessing your website. It still amazes me how we can send information across the world in seconds (or less) over the internet. Even with an explanation on how data is split into packets and how they are routed, it’s still hard to comprehend.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/Z-sYEwWdBrM?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">The Four Pillars of Observability – Florian Engelhardt</h2>



<p>Next came a guide to monitoring live applications and how to quickly find when something is wrong with Florian. I found a lot of the tips to be relevant to websites I have worked on within the university such as the Short Courses Platform (SCP). Occasionally we have a bug in the site, and it can be very difficult to find what the actual cause of it is. Using metrics, logging, tracing, and profiling we can get a better idea of what is causing an issue and why it has started happening. As a developer, I’m used to using logs and error messages to get an idea about what is going wrong when something breaks, but Florian gave some interesting ideas that aren’t completely code related like monitoring live sales (or course enrolments for the SCP) and visualising them. If the numbers start to drop rapidly, then something has probably broken which means people can’t use the website properly.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/DVSq54wZL00?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Saving Time by Using a Debugger – Derick Rethans</h2>



<p>Derick gave a demonstration on ways to use Xdebug to improve developer efficiency. Once setup, it can be a useful tool for stepping through PHP code and inspecting the current state of the web application to find out what is happening. Personally, I have used debuggers with C# and C++ code and found it useful there since I don’t have to recompile anything to add in some logs and inspect data. In interpreted languages like PHP, this isn’t something I have considered before, however I will definitely be finding it useful in my future work. Even though some technical issues disrupted the live demonstrations, Derick still managed to inspire me to check out Xdebug for myself and use with both personal and work projects.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/FsHP4zGg4Ss?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Stepping away from the code… but not quite… – Wim Godden</h2>



<p>This was one of my favourite talks of the day from Wim about how stakeholders in a project should approach the code, particularly emphasising when people in management or non-development roles need to <em>step away from the code</em> and let developers do their job. He talked about how people from outside of development teams, especially those with development experience, can often try to dictate the implementation of a feature rather than what the result of having that feature should be which can cause issues with development and often makes the process of adding a feature take longer. Providing high quality user stories that have good coverage of what the users need to be able to do on the application will be far more valuable to developers. He also talked about how the career progression of a developer doesn’t have to be continuously upwards within an organisation. Instead, it’s ok to move up and down or stay where we’re comfortable.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/Fa2WywiwFik?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Escaping the Code Maze – Yannick Chenot</h2>



<p>To finish off the day, Yannick discussed how we can make our code easier to understand by reducing the assumptions that can be made. Some languages are already stricter on some of the methods of explaining code such as providing types to variables with static types, whereas languages like PHP don’t enforce many rules like this. He demonstrated a few PHP classes and how the assumptions can be reduced by making simple changes that can greatly improve the readability of the code.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" src="about:blank" data-bs-src="https://www.youtube.com/embed/0emNLJAsfcM?feature=oembed" width="660" height="544" frameborder="0" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">In conclusion</h2>



<p>There were lots of interesting topic discussed throughout the day and plenty to think about afterwards. I will definitely be looking into Xdebug and different tools for monitoring and observing web applications. I found Wim Godden’s talk about how we should see code in different roles across an organisation interesting. I’d highly recommend watching/listening to the recording as this one is also relevant to less technical people who work with developers.</p>



<h2 class="wp-block-heading">Elephants </h2>



<p>I’ve also started a collection of PHP elephants with two from this conference.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/egreen2/2026/04/17/phpuk-2026/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHPUK Conference 2025</title>
		<link>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/</link>
					<comments>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/#respond</comments>
		
		<dc:creator><![CDATA[Edward Green]]></dc:creator>
		<pubDate>Tue, 19 Aug 2025 11:09:19 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/egreen2/?p=7</guid>

					<description><![CDATA[In February, a colleague and I got the chance to attend the PHPUK conference 2025. Throughout the day, we attended talks from various contributors to the PHP community. The conference had two tracks, which allowed us to split up and cover as much as possible with plenty of breaks to discuss what we’ve learnt about. […]]]></description>
										<content:encoded><![CDATA[<p>In February, a colleague and I got the chance to attend the PHPUK conference 2025. Throughout the day, we attended talks from various contributors to the PHP community. The conference had two tracks, which allowed us to split up and cover as much as possible with plenty of breaks to discuss what we’ve learnt about.</p>
<p>Before splitting into separate tracks, Daniel Terhorst-North gave a talk on behaviour driven development (BDD) and the 20 years of history behind it. He showed how even though it was started by one person, the community has kept it going.</p>
<p>The next speaker I listened to was Wim Godden who spoke about deploying software at both small and large scales and automating the processes behind it as much as possible. He showed a real-world example of deploying software to rental lockers for a Belgium based company. They used a tool called Ansible to remotely connect to each computer and run tasks for setting up the computer, installing software, and running the company’s software that operates the lockers. This talk felt especially relevant to the Short Courses Platform I am currently working on, since we are also using Ansible to deploy the website onto multiple servers and update it when required.</p>
<p>After a quick break and discussion about the talks we’d listened to, I attended a talk about how large codebases can be compared to onions from Katy Ereira. She explained how large systems can be broken down into smaller, more understandable parts and comparing them to different parts of an onion to help understand their function.</p>
<p>Nils Adermann gave a talk on securing software supply chains. When most people add a library to their codebase, they don’t always think about the security of the library itself, and especially not the dependencies required by it. However, a dependency of a dependency of a library used for something as simple as logging messages could have a security vulnerability that affects the whole codebase. Nils talked about ways to protect against that using tools like GitHub Dependabot or Conductor, which Private Packagist is currently developing. He also revealed how many widely used and often open source libraries receive extremely little funding, which can make it difficult finding volunteers to maintain security.</p>
<p>Over lunch, we discussed the speakers we had listened to and spoke to other attendees of the conference.</p>
<p>Next was a talk from Gina Banyard about discovering edge cases in the PHP language. As a PHP core maintainer, they had an interesting perspective on how bugs are diagnosed and discussions about the expected functionality. Some examples of recently addressed bugs were demonstrated, along with how PHP now handles them.</p>
<p>After the final break, I attended a talk about OpenAPI from Lorna Mitchell, which discussed what the OpenAPI specification is and how it can benefit both developers and users of APIs. The specification assists developers in designing APIs and creating extensive documentation for them through a schema written in either JSON or YAML. Since it is language agnostic, it can be applied to any API.</p>
<p>The conference provided some interesting perspectives and ideas that I will be sharing with other colleagues and may encourage us to consider in current or future projects. Many of the talks were not just relevant to PHP, so can be applied to other projects such as the short courses platform, which already uses Ansible for deployment.</p>
<p> </p>
<p>Information about all the speakers and recordings of the talks can be found on the <a href="https://www.phpconference.co.uk/" target="_blank" rel="noopener">PHPUK Conference website</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/egreen2/2025/08/19/phpuk-conference-2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
"
      ["headers"]=>
      object(WpOrg\Requests\Response\Headers)#2410 (1) {
        ["data":protected]=>
        array(12) {
          ["content-type"]=>
          array(1) {
            [0]=>
            string(34) "application/rss+xml; charset=UTF-8"
          }
          ["date"]=>
          array(1) {
            [0]=>
            string(29) "Thu, 18 Jun 2026 07:59:56 GMT"
          }
          ["server"]=>
          array(1) {
            [0]=>
            string(6) "Apache"
          }
          ["x-powered-by"]=>
          array(1) {
            [0]=>
            string(10) "PHP/8.3.31"
          }
          ["expires"]=>
          array(1) {
            [0]=>
            string(29) "Thu, 19 Nov 1981 08:52:00 GMT"
          }
          ["cache-control"]=>
          array(1) {
            [0]=>
            string(35) "no-store, no-cache, must-revalidate"
          }
          ["pragma"]=>
          array(1) {
            [0]=>
            string(8) "no-cache"
          }
          ["link"]=>
          array(1) {
            [0]=>
            string(67) "<https://blogs.ed.ac.uk/egreen2/wp-json/>; rel="https://api.w.org/""
          }
          ["set-cookie"]=>
          array(1) {
            [0]=>
            string(132) "spo_11412_fa=28eaa669476d6d37877032232b6ac7d3; expires=Thu, 18 Jun 2026 08:29:56 GMT; Max-Age=1800; path=/egreen2/; Secure; HttpOnly"
          }
          ["last-modified"]=>
          array(1) {
            [0]=>
            string(29) "Mon, 20 Apr 2026 09:57:28 GMT"
          }
          ["etag"]=>
          array(1) {
            [0]=>
            string(34) ""4433056675204c526f9cc2cc038c81d8""
          }
          ["vary"]=>
          array(1) {
            [0]=>
            string(15) "Accept-Encoding"
          }
        }
      }
      ["status_code"]=>
      int(200)
      ["protocol_version"]=>
      float(1.1)
      ["success"]=>
      bool(true)
      ["redirects"]=>
      int(1)
      ["url"]=>
      string(36) "https://blogs.ed.ac.uk/egreen2/feed/"
      ["history"]=>
      array(1) {
        [0]=>
        object(WpOrg\Requests\Response)#2400 (10) {
          ["body"]=>
          string(0) ""
          ["raw"]=>
          string(834) "HTTP/1.1 301 Moved Permanently
Content-Type: application/rss+xml; charset=UTF-8
Content-Length: 0
Connection: close
Date: Thu, 18 Jun 2026 07:59:56 GMT
Server: Apache
X-Powered-By: PHP/8.3.31
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Redirect-By: WordPress
Set-Cookie: PHPSESSID=qrgcjjg7fqicpdjrk2vp3g7auj; path=/; secure; HttpOnly
Set-Cookie: spo_11412_fa=28eaa669476d6d37877032232b6ac7d3; expires=Thu, 18 Jun 2026 08:29:56 GMT; Max-Age=1800; path=/egreen2/; Secure; HttpOnly
Last-Modified: Mon, 20 Apr 2026 09:57:28 GMT
ETag: "4433056675204c526f9cc2cc038c81d8"
Location: https://blogs.ed.ac.uk/egreen2/feed/
Set-Cookie: RCKBMHKB=027ff8be59-56fd-48IByhOAQNtdTnVbr10UVHSQmmzsb2QusvyakjfxOzfUL9ilM1-eNbbgd8WyT4psbzHRY; path=/; SameSite=None; Secure

"
          ["headers"]=>
          object(WpOrg\Requests\Response\Headers)#2401 (1) {
            ["data":protected]=>
            array(13) {
              ["content-type"]=>
              array(1) {
                [0]=>
                string(34) "application/rss+xml; charset=UTF-8"
              }
              ["content-length"]=>
              array(1) {
                [0]=>
                string(1) "0"
              }
              ["date"]=>
              array(1) {
                [0]=>
                string(29) "Thu, 18 Jun 2026 07:59:56 GMT"
              }
              ["server"]=>
              array(1) {
                [0]=>
                string(6) "Apache"
              }
              ["x-powered-by"]=>
              array(1) {
                [0]=>
                string(10) "PHP/8.3.31"
              }
              ["expires"]=>
              array(1) {
                [0]=>
                string(29) "Thu, 19 Nov 1981 08:52:00 GMT"
              }
              ["cache-control"]=>
              array(1) {
                [0]=>
                string(35) "no-store, no-cache, must-revalidate"
              }
              ["pragma"]=>
              array(1) {
                [0]=>
                string(8) "no-cache"
              }
              ["x-redirect-by"]=>
              array(1) {
                [0]=>
                string(9) "WordPress"
              }
              ["set-cookie"]=>
              array(3) {
                [0]=>
                string(62) "PHPSESSID=qrgcjjg7fqicpdjrk2vp3g7auj; path=/; secure; HttpOnly"
                [1]=>
                string(132) "spo_11412_fa=28eaa669476d6d37877032232b6ac7d3; expires=Thu, 18 Jun 2026 08:29:56 GMT; Max-Age=1800; path=/egreen2/; Secure; HttpOnly"
                [2]=>
                string(125) "RCKBMHKB=027ff8be59-56fd-48IByhOAQNtdTnVbr10UVHSQmmzsb2QusvyakjfxOzfUL9ilM1-eNbbgd8WyT4psbzHRY; path=/; SameSite=None; Secure"
              }
              ["last-modified"]=>
              array(1) {
                [0]=>
                string(29) "Mon, 20 Apr 2026 09:57:28 GMT"
              }
              ["etag"]=>
              array(1) {
                [0]=>
                string(34) ""4433056675204c526f9cc2cc038c81d8""
              }
              ["location"]=>
              array(1) {
                [0]=>
                string(36) "https://blogs.ed.ac.uk/egreen2/feed/"
              }
            }
          }
          ["status_code"]=>
          int(301)
          ["protocol_version"]=>
          float(1.1)
          ["success"]=>
          bool(false)
          ["redirects"]=>
          int(0)
          ["url"]=>
          string(35) "https://blogs.ed.ac.uk/egreen2/feed"
          ["history"]=>
          array(0) {
          }
          ["cookies"]=>
          object(WpOrg\Requests\Cookie\Jar)#2397 (1) {
            ["cookies":protected]=>
            array(3) {
              ["PHPSESSID"]=>
              object(WpOrg\Requests\Cookie)#2405 (5) {
                ["name"]=>
                string(9) "PHPSESSID"
                ["value"]=>
                string(26) "qrgcjjg7fqicpdjrk2vp3g7auj"
                ["attributes"]=>
                object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2404 (1) {
                  ["data":protected]=>
                  array(4) {
                    ["path"]=>
                    string(1) "/"
                    ["secure"]=>
                    bool(true)
                    ["httponly"]=>
                    bool(true)
                    ["domain"]=>
                    string(14) "blogs.ed.ac.uk"
                  }
                }
                ["flags"]=>
                array(4) {
                  ["creation"]=>
                  int(1781769596)
                  ["last-access"]=>
                  int(1781769596)
                  ["persistent"]=>
                  bool(false)
                  ["host-only"]=>
                  bool(true)
                }
                ["reference_time"]=>
                int(1781769596)
              }
              ["spo_11412_fa"]=>
              object(WpOrg\Requests\Cookie)#2406 (5) {
                ["name"]=>
                string(12) "spo_11412_fa"
                ["value"]=>
                string(32) "28eaa669476d6d37877032232b6ac7d3"
                ["attributes"]=>
                object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2412 (1) {
                  ["data":protected]=>
                  array(6) {
                    ["expires"]=>
                    int(1781771396)
                    ["max-age"]=>
                    int(1781771396)
                    ["path"]=>
                    string(9) "/egreen2/"
                    ["secure"]=>
                    bool(true)
                    ["httponly"]=>
                    bool(true)
                    ["domain"]=>
                    string(14) "blogs.ed.ac.uk"
                  }
                }
                ["flags"]=>
                array(4) {
                  ["creation"]=>
                  int(1781769596)
                  ["last-access"]=>
                  int(1781769596)
                  ["persistent"]=>
                  bool(false)
                  ["host-only"]=>
                  bool(true)
                }
                ["reference_time"]=>
                int(1781769596)
              }
              ["RCKBMHKB"]=>
              object(WpOrg\Requests\Cookie)#2408 (5) {
                ["name"]=>
                string(8) "RCKBMHKB"
                ["value"]=>
                string(85) "027ff8be59-56fd-48IByhOAQNtdTnVbr10UVHSQmmzsb2QusvyakjfxOzfUL9ilM1-eNbbgd8WyT4psbzHRY"
                ["attributes"]=>
                object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2409 (1) {
                  ["data":protected]=>
                  array(4) {
                    ["path"]=>
                    string(1) "/"
                    ["samesite"]=>
                    string(4) "None"
                    ["secure"]=>
                    bool(true)
                    ["domain"]=>
                    string(14) "blogs.ed.ac.uk"
                  }
                }
                ["flags"]=>
                array(4) {
                  ["creation"]=>
                  int(1781769596)
                  ["last-access"]=>
                  int(1781769596)
                  ["persistent"]=>
                  bool(false)
                  ["host-only"]=>
                  bool(true)
                }
                ["reference_time"]=>
                int(1781769596)
              }
            }
          }
        }
      }
      ["cookies"]=>
      object(WpOrg\Requests\Cookie\Jar)#2397 (1) {
        ["cookies":protected]=>
        array(3) {
          ["PHPSESSID"]=>
          object(WpOrg\Requests\Cookie)#2405 (5) {
            ["name"]=>
            string(9) "PHPSESSID"
            ["value"]=>
            string(26) "qrgcjjg7fqicpdjrk2vp3g7auj"
            ["attributes"]=>
            object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2404 (1) {
              ["data":protected]=>
              array(4) {
                ["path"]=>
                string(1) "/"
                ["secure"]=>
                bool(true)
                ["httponly"]=>
                bool(true)
                ["domain"]=>
                string(14) "blogs.ed.ac.uk"
              }
            }
            ["flags"]=>
            array(4) {
              ["creation"]=>
              int(1781769596)
              ["last-access"]=>
              int(1781769596)
              ["persistent"]=>
              bool(false)
              ["host-only"]=>
              bool(true)
            }
            ["reference_time"]=>
            int(1781769596)
          }
          ["spo_11412_fa"]=>
          object(WpOrg\Requests\Cookie)#2406 (5) {
            ["name"]=>
            string(12) "spo_11412_fa"
            ["value"]=>
            string(32) "28eaa669476d6d37877032232b6ac7d3"
            ["attributes"]=>
            object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2412 (1) {
              ["data":protected]=>
              array(6) {
                ["expires"]=>
                int(1781771396)
                ["max-age"]=>
                int(1781771396)
                ["path"]=>
                string(9) "/egreen2/"
                ["secure"]=>
                bool(true)
                ["httponly"]=>
                bool(true)
                ["domain"]=>
                string(14) "blogs.ed.ac.uk"
              }
            }
            ["flags"]=>
            array(4) {
              ["creation"]=>
              int(1781769596)
              ["last-access"]=>
              int(1781769596)
              ["persistent"]=>
              bool(false)
              ["host-only"]=>
              bool(true)
            }
            ["reference_time"]=>
            int(1781769596)
          }
          ["RCKBMHKB"]=>
          object(WpOrg\Requests\Cookie)#2408 (5) {
            ["name"]=>
            string(8) "RCKBMHKB"
            ["value"]=>
            string(85) "027ff8be59-56fd-48IByhOAQNtdTnVbr10UVHSQmmzsb2QusvyakjfxOzfUL9ilM1-eNbbgd8WyT4psbzHRY"
            ["attributes"]=>
            object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2409 (1) {
              ["data":protected]=>
              array(4) {
                ["path"]=>
                string(1) "/"
                ["samesite"]=>
                string(4) "None"
                ["secure"]=>
                bool(true)
                ["domain"]=>
                string(14) "blogs.ed.ac.uk"
              }
            }
            ["flags"]=>
            array(4) {
              ["creation"]=>
              int(1781769596)
              ["last-access"]=>
              int(1781769596)
              ["persistent"]=>
              bool(false)
              ["host-only"]=>
              bool(true)
            }
            ["reference_time"]=>
            int(1781769596)
          }
        }
      }
    }
    ["filename":protected]=>
    NULL
  }
}
Diag| Considering item [https://blogs.ed.ac.uk/egreen2/?p=21] "PHPUK 2026"
Diag========| SQL: SELECT   wp_30_posts.ID, wp_30_posts.guid, wp_30_posts.post_modified_gmt, wp_30_posts.post_name
					 FROM wp_30_posts  LEFT JOIN wp_30_postmeta EO_META ON EO_META.meta_key = 'ease_only' AND EO_META.post_id = wp_30_posts.ID 
					 WHERE 1=1  AND ((guid = 'https://blogs.ed.ac.uk/egreen2/?p=21'))
					 
					 ORDER BY wp_30_posts.post_date DESC
					 
Diag====| Item [https://blogs.ed.ac.uk/egreen2/?p=21] "PHPUK 2026" is a duplicate of an existing post.
Diag| Considering item [https://blogs.ed.ac.uk/egreen2/?p=7] "PHPUK Conference 2025"
Diag========| SQL: SELECT   wp_30_posts.ID, wp_30_posts.guid, wp_30_posts.post_modified_gmt, wp_30_posts.post_name
					 FROM wp_30_posts  LEFT JOIN wp_30_postmeta EO_META ON EO_META.meta_key = 'ease_only' AND EO_META.post_id = wp_30_posts.ID 
					 WHERE 1=1  AND ((guid = 'https://blogs.ed.ac.uk/egreen2/?p=7'))
					 
					 ORDER BY wp_30_posts.post_date DESC
					 
Diag====| Item [https://blogs.ed.ac.uk/egreen2/?p=7] "PHPUK Conference 2025" is a NEW POST.
Diag========| CHECK existence of category: "Uncategorised" with result: null
Diag========| CHECK existence of post_tag: "Uncategorised" with result: null
Diag========| CHECKED familiarity of term "Uncategorised" across {"1":"category","2":"post_tag"} with result: false
Diag====| Assigned category "Uncategorised" by feed; checking {"1":"category","2":"post_tag"} with result: null
Diag====| Category: MAPPED term names ["Uncategorised"] to IDs: null
Diag====| Category: MAPPED term names [] to IDs: null
Diag| Polling feed [https://blogs.ed.ac.uk/colouring-books/feed/?tag=dlam-feed]
Diag====| HTTP [https://blogs.ed.ac.uk/colouring-books/feed/?tag=dlam-feed] ⌈ array(7) {
  ["timeout"]=>
  int(20)
  ["redirection"]=>
  int(5)
  ["headers"]=>
  array(1) {
    ["Accept"]=>
    string(185) "application/atom+xml, application/rss+xml, application/rdf+xml;q=0.9, application/xml;q=0.8, text/xml;q=0.8, text/html;q=0.7, unknown/unknown;q=0.1, application/unknown;q=0.1, */*;q=0.1"
  }
  ["user-agent"]=>
  string(162) "FeedWordPress/2024.1119 (aggregator:feedwordpress; WordPress/6.8.5 + SimplePie/1.8.0; Allow like Gecko; +http://feedwordpress.radgeek.com/) at blogs.ed.ac.uk/dlam"
  ["authentication"]=>
  NULL
  ["username"]=>
  string(0) ""
  ["password"]=>
  string(0) ""
}
Diag====| HTTP [https://blogs.ed.ac.uk/colouring-books/feed/?tag=dlam-feed] ⌉ array(6) {
  ["headers"]=>
  object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2417 (1) {
    ["data":protected]=>
    array(12) {
      ["content-type"]=>
      string(34) "application/rss+xml; charset=UTF-8"
      ["date"]=>
      string(29) "Thu, 18 Jun 2026 07:59:57 GMT"
      ["server"]=>
      string(6) "Apache"
      ["x-powered-by"]=>
      string(10) "PHP/8.3.31"
      ["expires"]=>
      string(29) "Thu, 19 Nov 1981 08:52:00 GMT"
      ["cache-control"]=>
      string(35) "no-store, no-cache, must-revalidate"
      ["pragma"]=>
      string(8) "no-cache"
      ["link"]=>
      string(194) "<https://blogs.ed.ac.uk/colouring-books/wp-json/>; rel="https://api.w.org/", <https://blogs.ed.ac.uk/colouring-books/wp-json/wp/v2/tags/4>; rel="alternate"; title="JSON"; type="application/json""
      ["set-cookie"]=>
      array(3) {
        [0]=>
        string(62) "PHPSESSID=e216o5vk5tl1m5hjdgdpgdne9t; path=/; secure; HttpOnly"
        [1]=>
        string(139) "spo_1225_fa=e9a2fc2dadd47324977d1854fc4d5fc4; expires=Thu, 18 Jun 2026 08:29:57 GMT; Max-Age=1800; path=/colouring-books/; Secure; HttpOnly"
        [2]=>
        string(125) "RCKBMHKB=027ff8be59-56fd-48fTqksC824NNKXU5q7dIW63aPxdeCBqn2Zp2mMD76YPxaw60fsHGDPBC8zWAlIJj2nGU; path=/; SameSite=None; Secure"
      }
      ["last-modified"]=>
      string(29) "Thu, 02 Nov 2023 12:18:03 GMT"
      ["etag"]=>
      string(34) ""221cda3f7e784c10bc5b919084bbdff3""
      ["vary"]=>
      string(15) "Accept-Encoding"
    }
  }
  ["body"]=>
  string(119818) "<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:cc="http://creativecommons.org/ns#" >

<channel>
	<title>DLAM Feed – Colouring books blog</title>
	<atom:link href="https://blogs.ed.ac.uk/colouring-books/feed/?tag=dlam-feed" rel="self" type="application/rss+xml" />
	<link>https://blogs.ed.ac.uk/colouring-books</link>
	<description>The 'we have great stuff' colouring books are openly licensed resources created by University of Edinburgh students and staff for everyone to enjoy.</description>
	<lastBuildDate>Thu, 02 Nov 2023 12:18:03 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2020/02/cropped-avatar-roundel-bright-pink-72dpi-32x32.png</url>
	<title>DLAM Feed – Colouring books blog</title>
	<link>https://blogs.ed.ac.uk/colouring-books</link>
	<width>32</width>
	<height>32</height>
</image> 
<cc:license >Creative Commons Attribution CC BY 3.0</cc:license><dc:rights  >Creative Commons Attribution CC BY 3.0</dc:rights>	<item>
		<title>Colouring Book Volume 3 available on Edinburgh Diamond Service</title>
		<link>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/#respond</comments>
		
		<dc:creator><![CDATA[Jackie Aim]]></dc:creator>
		<pubDate>Thu, 02 Nov 2023 12:18:03 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Edinburgh Diamond]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[ISBN]]></category>
		<category><![CDATA[ISSN]]></category>
		<category><![CDATA[publishing]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2088</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span>‘We Have Great Women in STEM’ colouring book Our volume three colouring book ‘We Have Great Women in STEM’ is now available on Edinburgh Diamond, the University of Edinburgh’s digital service for hosting Diamond Open Access books and journals. Hosting our books on Edinburgh Diamond Although we have our books available on the Colouring Books website having them […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span><h2 class="p1"><span class="s1">‘We Have Great Women in STEM’ colouring book</span></h2>
<p class="p2"><span class="s1">Our volume three colouring book <a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/book/ED-9781912669622"><span class="s2">‘We Have Great Women in STEM’</span></a> is now available on <a href="https://books.ed.ac.uk/edinburgh-diamond/index"><span class="s2">Edinburgh Diamond</span></a>, the University of Edinburgh’s digital service for hosting <a href="https://en.wikipedia.org/wiki/Diamond_open_access"><span class="s2">Diamond Open Access</span></a> books and journals.</span></p>
<h2 class="p1"><span class="s1">Hosting our books on Edinburgh Diamond</span></h2>
<p class="p2"><span class="s1">Although we have our books available on the <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books"><span class="s2">Colouring Books</span></a> website having them on Edinburgh Diamond is a more sustainable and long term way of preserving them. Check out our Edinburgh Diamond Catalogue series: <a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/series/we-have-great-stuff"><span class="s2">‘We have Great Stuff’</span></a>.</span></p>
<p class="p2"><span class="s1">To find out more about the Edinburgh Diamond Service visit their <a href="https://www.ed.ac.uk/information-services/research-support/edinburgh-diamond"><span class="s2">University of Edinburgh, Edinburgh Diamond website</span></a>.</span></p>
<h2 class="p1"><span class="s1">Volume 3 colouring book reference</span></h2>
<ul class="ul1">
<li class="li3"><span class="s3"><a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/book/ED-9781912669622"><span class="s4">Edinburgh Diamond: We have Great Women in STEM, Volume 3</span></a></span></li>
<li class="li4"><span class="s1">ISBN: 978-1-912669-62-2</span></li>
<li class="li3"><span class="s6">DOI: <a href="https://doi.org/10.2218/ED.9781912669622"><span class="s4">https://doi.org/10.2218/ED.9781912669622</span></a></span></li>
</ul>
<p class="p2"><span class="s1">For the references and more information on volumes one and two please read our <a href="https://blogs.ed.ac.uk/colouring-books/edinburgh-diamond/">previous blogpost on Edinburgh Diamond</a>.</span></p>
<h2 class="p1"><span class="s1">About the</span><span class="s1"> </span><span class="s1">book</span></h2>
<p class="p2"><span class="s1">This third volume was created by our Interactive Content summer intern Ally McKay, she is studying illustration at Edinburgh College of Art. The images for the book were collated from in person and online workshops Ally held during the summer, and also includes some of her own illustrations. She also met with inspiring women in STEM who work and study in the University.</span></p>
<p class="p2"><span class="s1">Ally says about her internship:</span></p>
<p class="p2"><span class="s1"> </span></p>
<blockquote>
<p class="p2"><span class="s1">Creating the book was such a fun and useful experience for me. As an illustration student, it’s usually me creating the pictures but getting to run workshops and collect submissions from the university of Edinburgh community reminded me how much talent we have in our organization. I loved the opportunity to dig into the history of some of UoE’s women in STEM of the past, and also meet with women doing amazing work in STEM today. The project couldn’t have been possible without support and guidance from Stewart Cromar and Jackie Aim, as well as all the amazing volunteers that submitted work!</span></p>
</blockquote>
<h2 class="p1"><span class="s1">Book distribution</span></h2>
<p class="p2"><span class="s1">The volume three physical books were printed to coordinate with our Ada Lovelace Day celebration on Tuesday 10th October 2023. They were distributed to various locations including Argyle House, Residence Life Office and the Health and Wellbeing Centre at Bristo Square. They are also available to <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books"><span class="s2">download</span></a>.</span></p>
<p class="p2"><span class="s1">We have paper copies of volume three at Argyle House that are freely available to UoE staff and students, please <a href="mailto:interactive-content@ed.ac.uk"><span class="s2">email us</span></a> if you would like a copy. We can send them out via internal mail only.</span></p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-11-02" itemprop="dateModified">Nov 2, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>We Have Great Women in STEM Colouring Book Out Now!</title>
		<link>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 16 Oct 2023 10:49:39 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2049</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>It’s finally here! The third edition of the “We Have Great Stuff” colouring book has been in the works all summer, and is finally ready to be shared! This edition has been a huge group effort, and took a lot of collaboration from the Edinburgh community. Over a series of three workshops, UoE students, professors, […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><h2>It’s finally here!</h2>
<p>The third edition of the “We Have Great Stuff” colouring book has been in the works all summer, and is finally ready to be shared!</p>
<p>This edition has been a huge group effort, and took a lot of collaboration from the Edinburgh community. Over a series of three workshops, UoE students, professors, and employees came together to learn about digital art and highlight our incredible women in stem by contributing illustrations to the colouring book.</p>
<p>There is so much talent here at Edinburgh and I am extremely grateful to all who took time out of their busy schedules to help me with this project.</p>
<p><strong>Huge thank you to our illustrators:</strong></p>
<ul>
<li>
<div class="ewa-rteLine">August Enger</div>
</li>
<li>
<div class="ewa-rteLine">Jackie Aim</div>
</li>
<li>
<div class="ewa-rteLine">Jenna Owen</div>
</li>
<li>
<div class="ewa-rteLine">Karen McPhail</div>
</li>
<li>
<div class="ewa-rteLine">Kirsty Tragis</div>
</li>
<li>
<div class="ewa-rteLine">Sharon Chen</div>
</li>
<li>
<div class="ewa-rteLine">Claudia Earl</div>
</li>
<li>
<div class="ewa-rteLine">Catherine Munn</div>
</li>
<li>
<div class="ewa-rteLine">Dagmar Danielsen</div>
</li>
<li>
<div class="ewa-rteLine">Ally Mckay</div>
</li>
<li>
<div class="ewa-rteLine">Alysha Wilson</div>
</li>
<li>
<div class="ewa-rteLine">Maarya Sharif</div>
</li>
<li>
<div class="ewa-rteLine">Mayu Ishimoto</div>
</li>
<li>
<div class="ewa-rteLine">Wenwen Wang</div>
</li>
<li>
<div class="ewa-rteLine">Zequn Wang</div>
</li>
</ul>
<p><strong>And another huge thank you to all the contributors that made this project possible:</strong></p>
<ul>
<li>
<div class="ewa-rteLine">Cait MacPhee</div>
</li>
<li>
<div class="ewa-rteLine">Estifa’a Zaid</div>
</li>
<li>
<div class="ewa-rteLine">Frances Blow</div>
</li>
<li>
<div class="ewa-rteLine">Hannah Shuttleworth</div>
</li>
<li>
<div class="ewa-rteLine">Holly Bridge</div>
</li>
<li>
<div class="ewa-rteLine">JC Denis</div>
</li>
<li>
<div class="ewa-rteLine">Jenny Gracie</div>
</li>
<li>
<div class="ewa-rteLine">Lothian Health Services Archive</div>
</li>
<li>
<div class="ewa-rteLine">Maria Fanourgiaki</div>
</li>
<li>
<div class="ewa-rteLine">Marialuisa Aliotta</div>
</li>
<li>
<div class="ewa-rteLine">Mylaine Holin</div>
</li>
<li>
<div class="ewa-rteLine">Nisha Grewal</div>
</li>
<li>
<div class="ewa-rteLine">Orianna Ball</div>
</li>
<li>
<div class="ewa-rteLine">Rosa Santomartino</div>
</li>
<li>
<div class="ewa-rteLine">Sally Shaw</div>
</li>
<li>
<div class="ewa-rteLine">Sarah Ressel</div>
</li>
</ul>
<h2>Where to get your copy</h2>
<p>There are a limited number of free copies of the book available at Argyle House, Residence Life Office and the Health and Wellbeing Centre at Bristo Square.</p>
<p>If your are University staff and would like a copy or a small box for your department, delivered via internal mail, please get in touch (whilst stocks last).</p>
<p>Please contact: <a href="mailto:interactive-content@ed.ac.uk">interactive-content@ed.ac.uk</a></p>
<h3>Online copies</h3>
<p>This publication is also available online at: <a href="https://edin.ac/colouring-book">https://edin.ac/colouring-book</a></p>
<h3>Flickr</h3>
<p>There are high-resolution (300 dpi) colouring book images available for you to download, reuse and share.</p>
<p><a href="https://www.flickr.com/photos/interactive-content/albums/72177720311677507" data-uoe-button="info-sign" data-cke-saved-href="https://www.flickr.com/photos/interactive-content/albums/72177720311677507">Colouring book Flickr album (volume three)</a></p>
<p> </p>
<p>Happy colouring!</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-16" itemprop="dateModified">Oct 16, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ada Lovelace Day 2023 – Book Launch</title>
		<link>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/#respond</comments>
		
		<dc:creator><![CDATA[Stewart Cromar]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 10:45:29 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ada Lovelace Day]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2075</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>At this year's Ada Lovelace Day Ally McKay will officially launch her brand-new Women in STEM colouring-in book.]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p><strong>On Tuesday 10th October 2023, the University’s Information Services team are celebrating Ada Lovelace Day 2023 which is an <a href="https://findingada.com/">international celebration day</a> of the achieveme</strong><strong>nts of women in <a href="https://en.wikipedia.org/wiki/Science,_technology,_engineering,_and_mathematics">science, technology, engineering and maths (STEM)</a>.</strong></p>
<p>They have an afternoon of <a href="https://thinking.is.ed.ac.uk/ada-lovelace-day/ada-lovelace-day-2023/">talks, activities and training</a> planned for Ada Lovelace Day.  This will take place on the first floor of the Main Library (Central Area) from 11:00-17:00 in Room 1.07.</p>
<p>You can confirm your attendance via Event Booking now (open to all University students and staff):</p>
<p><a href="https://www.events.ed.ac.uk/index.cfm?event=showEventDetails&scheduleId=65360&start=&eventssearch=Ada%20Lovelace%20Day&eventStart=0">Book your place</a></p>
<p>P.S. Please do add yourself to the waiting list in case anyone cancels.</p>
<h2>Colouring book launch</h2>
<p>At this event Ally McKay, our very own colouring-in book creator and student intern, will officially launch her brand-new Women in STEM colouring-in book.</p>
<p>Don’t worry if you can’t attend the event, the openly licenced book will be available to <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books">download</a> the same day. You will also be able to collect copies from multiple university locations (to-be-announced soon).</p>
<p>Shortly after the launch you will be also able to download high-resolution illustrations from our <a href="https://flic.kr/s/aHBqjAXbuc">Flickr account</a>.</p>
<h2>Copyright and licence</h2>
<div>
<p>Copyright © The University of Edinburgh 2023 CC BY</p>
</div>
<div>This work is licensed under a Creative Commons Attribution 4.0 International License: <a href="http://creativecommons.org/licenses/by/4.0/">creativecommons.org/licenses/by/4.0</a></div>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-04" itemprop="dateModified">Oct 4, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Behind the Scenes of “We Have Great Women in STEM”</title>
		<link>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 10:03:24 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2063</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span>By now, you’ve probably heard that the third edition of the “We Have Great Stuff” Colouring Book is out now, entitled “We Have Great Women in STEM.” This 10-week project was a labor of love, from researching UoE’s women in STEM, hosting art workshops, accepting submissions, to finally compiling the book. Face the Facts One […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span><p>By now, you’ve probably heard that the third edition of the “We Have Great Stuff” Colouring Book is out now, entitled “We Have Great Women in STEM.” This 10-week project was a labor of love, from researching UoE’s women in STEM, hosting art workshops, accepting submissions, to finally compiling the book.</p>
<h2>Face the Facts</h2>
<p>One of the most challenging aspects of creating a colouring book like this was identifying who we wanted to include. Women in STEM tend to not be well recorded or represented in informational databases, and we did encounter some issues finding the women we wanted to illustrate. Luckily, the university’s website provided many great profiles, and we were able to take some great suggestions from colleagues. As I researched, I found more and more women I wanted to include– ending up with over 30 women (and one sheep) in our online database!</p>
<h2>Putting Faces to Names</h2>
<p>Because the project is so visual, it was imperative that I could hunt down open licensed images of these women so that participants could use the images without worrying about copyright. Luckily, some of the women were historical figures, and their images were so old that they entered the public domain.</p>
<div id="attachment_1763" style="width: 234px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1763" class="size-medium wp-image-1763" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." width="224" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png 224w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-763x1024.png 763w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-768x1030.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png 978w" sizes="auto, (max-width: 224px) 100vw, 224px" /><p id="caption-attachment-1763" class="wp-caption-text">Gertrude Herzfeld: One of the First Female Surgeons</p></div>
<p>For the more modern women, it was trickier as their images were not in the public domain yet. And on top of that, some of the women had no photos taken of them at all!</p>
<p>I spent around three weeks searching, emailing, and scouring for images of these women, and found some gems! Namely, Jessie MacGregor’s incredible portrait with her dog, and Vivien Kellem’s incredible midcentury black and white portraits.</p>
<div id="attachment_1761" style="width: 310px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1761" class="size-medium wp-image-1761" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-300x210.jpg" alt="Jessie sits at her desk in graduation robes, writing in a book. A scruffy dog sits next to her." width="300" height="210" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-300x210.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1024x717.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-768x538.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1536x1075.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-2048x1434.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1440x1008.jpg 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p id="caption-attachment-1761" class="wp-caption-text">Jessie MacLaren MacGregor: Fighting for Gender Equality at UoE</p></div>
<div id="attachment_1780" style="width: 251px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1780" class="size-medium wp-image-1780" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-241x300.jpg" alt="Vivien reclines on a leather sofa, wearing a fur coat and small hat. Her head is turned, facing left." width="241" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-241x300.jpg 241w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-824x1024.jpg 824w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-768x955.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-1236x1536.jpg 1236w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-1440x1790.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems.jpg 1609w" sizes="auto, (max-width: 241px) 100vw, 241px" /><p id="caption-attachment-1780" class="wp-caption-text">Vivien Kellems: Engineering Entrepreneur & Women’s Rights Advocate</p></div>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-1779 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems-300x231.jpeg" alt="" width="300" height="231" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems-300x231.jpeg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems.jpeg 512w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>I also had a lot of success reaching out to current women in STEM at the University and simply asking for their permission to be in the book, and for them to provide a photo that they held the rights to. Reaching out to University departments also proved quite successful as they usually had photos of notable alumni from previous publications.</p>
<p>Eventually, I was able to source enough photos to compile them into an online database, and publish them ready to be made into illustrations.</p>
<h2>Time to put in the Work(shops)</h2>
<p>To source illustrations, I hosted a series of three workshops during the month of July: a digital illustration workshop, traditional illustration workshop, and an online digital workshop. These were open to all members of the UoE community and held in a variety of locations to allow those in all working situations to join.</p>
<p> </p>
<p><strong>Workshop 1: Digital Illustration Workshop</strong></p>
<p>The first workshop was held in early July, and we had 8 lovely members of the UoE community come out to help us with the colouring book project. These were mostly ISG interns, who courageously tried their hand at using Sketchpad to create digital artwork- which was no easy feat!</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1951" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1952" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>I was so impressed by the group’s creativity and enthusiasm and we got some great submissions. It was also a great way to figure out how to best organise these workshops and effectively teach sketchpad.</p>
<p> </p>
<p><strong>Workshop 2: Traditional Illustration Workshop</strong></p>
<p>This workshop was hosted at ECA’s Evolution House– handy timing because the infamous Argyle House flood had just taken over the office. Jackie and I arrived armed with pencils, erasers and pens and welcomed 8 more enthusiastic individuals to the workshop. We had a mix of undergraduate students, masters students, professors and employees- and we all got together and bonded over cake, drawing, and women in STEM.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2058" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2057" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p> </p>
<p><strong>Workshop 3: Online Digital Illustration Workshop</strong></p>
<p>Another accidentally well-timed workshop– the last one we offered at the end of July was online. We had 5 participants come from across many of UoE’s departments, and since I had already been through the slides for the first workshop, this one ran super smoothly.</p>
<p>We got some great submissions here and had some really dedicated participants who worked on their illustrations after the workshop ended and came up with some incredible work.</p>
<h2>Compiling the Book</h2>
<p>Now that I had so many wonderful submissions from the workshops, I headed to trusty InDesign to start formatting the final book.</p>
<p>I first converted all the photographic submissions into vectors using Adobe Illustrator’s image trace function, or cleaned up any digital submissions that were already vectorised, but just had some missing pieces.</p>
<p><img loading="lazy" decoding="async" class="wp-image-2067 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-225x300.jpg" alt="" width="262" height="349" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-225x300.jpg 225w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-768x1024.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1152x1536.jpg 1152w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1536x2048.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1440x1920.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-scaled.jpg 1920w" sizes="auto, (max-width: 262px) 100vw, 262px" /></p>
<p style="text-align: center"><strong>Before</strong><img loading="lazy" decoding="async" class="wp-image-2066 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-212x300.png" alt="" width="267" height="378" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1440x2036.png 1440w" sizes="auto, (max-width: 267px) 100vw, 267px" /></p>
<p style="text-align: center"><strong>After</strong></p>
<p>I also took a look at the women that we hadn’t gotten any submissions for and made illustrations myself for them.</p>
<p>Following loosely the formatting from previous copies, I set up my file as an A5 booklet, and decided on the fonts “Factoria” and “Video” for body and headings, respectively. I wanted the type to be kind of quirky and create shapes that would be fun to colour in, which is why I went down the sci-fi route and sourced technologically inspired fonts.</p>
<p>From there, I just popped all the final images into their pages and decided which would sit best together on the page. Then, I had two main things to fill in– the cover and the index.</p>
<h2>You Can Judge this Book’s Cover!</h2>
<p>I had two initial concepts for the book cover– one featuring a magnifying glass, and one featuring a female scientist. In the end, my team and I decided that the microscope one was more eye-catching and drew the eye to the center of the page well. I had such a fun time making all the tiny little STEM icons, and took lots of inspiration from the Star Wars edition of “Little White Lies,” incorporating halftones as a way to add contrast without taking away any colouring-in functionality.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2069" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-232x300.jpg" alt="" width="232" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-232x300.jpg 232w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-791x1024.jpg 791w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-768x994.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1187x1536.jpg 1187w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1583x2048.jpg 1583w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1440x1864.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-scaled.jpg 1978w" sizes="auto, (max-width: 232px) 100vw, 232px" />    <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2068" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-232x300.jpg" alt="" width="232" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-232x300.jpg 232w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-791x1024.jpg 791w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-768x994.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1187x1536.jpg 1187w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1583x2048.jpg 1583w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1440x1864.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-scaled.jpg 1978w" sizes="auto, (max-width: 232px) 100vw, 232px" /></p>
<p> </p>
<p>I made the cover in illustrator, and created the back and front on the same document so that the images would seamlessly flow into each other when the book was opened.</p>
<p><img loading="lazy" decoding="async" class="wp-image-2060 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-300x200.png" alt="" width="722" height="481" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-300x200.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1024x683.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-768x512.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1536x1024.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-2048x1365.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1440x960.png 1440w" sizes="auto, (max-width: 722px) 100vw, 722px" /></p>
<h2>The Index <strong>– Celebrating Achievements</strong></h2>
<p>My last hurdle on this project was creating the index. This would go at the back of the book and would store all the information about the illustration’s source images, illustrators, reference photo attribution, and a short piece of biographical info about each women. Due to the subject matter of the book, it was important to my team and I to not just show the likeness of these women in STEM, but celebrate their achievements. Adding this info in the index was a good way to do this without taking away from the illustrations.</p>
<h2><strong>And Voilà!</strong></h2>
<p>Just like that, 10 weeks flew by and the book was all finished! I printed a proof copy, made some adjustments, and awarded prizes to the winners of this year’s call for entries contest. These individuals expressed enthusiasm, were extremely committed to the project, and made some incredible work.</p>
<ul>
<li>August Enger: <em>Jessie MacLaren MacGregor</em></li>
<li>Dagmar Danielsen: <em>Xia Peisu</em></li>
<li>Catherine Munn: <em>Brenda Moon </em>& <em>Jane Hillston</em></li>
<li>Jenna Owen: <em>Chrystal Macmillan, Charlotte Auerbach, Agnes Yewande Savage, </em>&<em> Cristina Cruikshank Miller</em></li>
</ul>
<p>I wish I could give everyone prizes, and want to give a huge thank you to all who helped make this book possible!</p>
<h2>Now What?</h2>
<p>For me, it’s back to school for one more year finishing my illustration degree. For the book, it’s off to the print shop and then it will be distributed to members of the Edinburgh community.</p>
<p> </p>
<p>Thanks to everyone who helped make this book possible. I hope you enjoy colouring in the book as much as I did making it.</p>
<p>Take care,</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-04" itemprop="dateModified">Oct 4, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Visual Guide: Photos from UoE’s School of Chemistry & School of Biology</title>
		<link>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 13:37:16 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1975</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>  I am excited to share that progress on the third edition of the “We Have Great Stuff” colouring book series is steadily moving forward. As we continue to work on this project, we want to remind you that entries for the book are still open until the 30th of July! In response to valuable […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p> </p>
<p>I am excited to share that progress on the third edition of the “We Have Great Stuff” colouring book series is steadily moving forward. As we continue to work on this project, we want to remind you that entries for the book are still open until the 30th of July!</p>
<p>In response to valuable feedback from some individuals who expressed their preference for not drawing people, I have worked with individuals across the University to curate a gallery of images featuring the STEM facilities at the University of Edinburgh.</p>
<p>All of these images are released under an open license, allowing you to freely use them as references for your entries into the colouring book.</p>
<p>The entry submission period for the colouring book remains open until the 28th of July. We encourage you to carefully review our entry guidelines, which can be found <a href="https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/">here.</a></p>
<p>We are immensely grateful for your interest and enthusiasm in this project, and we look forward to receiving your creative contributions. Together, let’s celebrate the wonders of science through the pages of the “We Have Great Stuff” colouring book!</p>
<p>Remember, the deadline for submissions is the 28th of July. We can’t wait to see your amazing artwork!</p>
<h2>Check out the photos here:</h2>
<p> </p>

<a href='https://blogs.ed.ac.uk/colouring-books/img_9611/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9611-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9588/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9588-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9642/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9642-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9709/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9709-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9700/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9700-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9693/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9693-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9586-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6394/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6394-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9560/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9560-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9639/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9639-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9559/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9559-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9664/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9664-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9681/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9681-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9673/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9673-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9618/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9618-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9698/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9698-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9638/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9638-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9601/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9601-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9623/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9623-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9624/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9624-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9566/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9566-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9641/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9641-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9717/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9717-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9608/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9608-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9562/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9562-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9683/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9683-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9662/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9662-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9637/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9637-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9610/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9610-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9663/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9663-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9619/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9619-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9648/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9648-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9680/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9680-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9682/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9682-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9616/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9616-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9567/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9567-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6419/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6419-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9558/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9558-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6421/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6421-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9695/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9695-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9621/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9621-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9627/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9627-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9667/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9667-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9678/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9678-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9607/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9607-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9704/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9704-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9599/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9599-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9677/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9677-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9715/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9715-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9635/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9635-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p> </p>
<p>Huge thanks to these individuals for taking the time to give me tours and chat with me:</p>
<p><strong>Jenny Gracie:</strong> Widening Participation and Outreach Officer, School of Chemistry</p>
<p><strong>Sarah Ressel:</strong> Postdoctoral Research Associate, Institute of Infection and Immunology Research</p>
<p><strong>Frances Blow:</strong> Postdoctoral Research Associate, Institute of Infection and Immunology Research</p>
<p><strong>Maria Fanourgiaki:</strong> Science Communicator, School of Biological Sciences</p>
<p> </p>
<p>Happy drawing!</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-17" itemprop="dateModified">Jul 17, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Celebrating Women in Physics at the University of Edinburgh</title>
		<link>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 13:12:26 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1967</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span>  Today, I had the privilege of sitting down with ten exceptional women in the field of Physics at the University of Edinburgh. During our conversation, we discussed their experiences, research, and remarkable achievements. I want to extend a special thanks to Jean-Christophe Denis, who organised this meeting. A Chat With Professor MacPhee Firstly, I […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>Today, I had the privilege of sitting down with ten exceptional women in the field of Physics at the University of Edinburgh. During our conversation, we discussed their experiences, research, and remarkable achievements. I want to extend a special thanks to Jean-Christophe Denis, who organised this meeting.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1971 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait.png" alt="" width="328" height="464" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait.png 2481w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1440x2036.png 1440w" sizes="auto, (max-width: 328px) 100vw, 328px" /></p>
<h2>A Chat With Professor MacPhee</h2>
<p>Firstly, I had the pleasure of speaking with Cait MacPhee, an accomplished professor in biological physics and experimental molecular biophysics. She is also the co-director of the National Biofilms Innovation Centre. MacPhee, who became the first female professor in the School of Physics at Edinburgh, shared her inspiring journey in STEM:</p>
<blockquote><p>“There is no standard journey. You’ll hear different stories from different people… I initially pursued biology but found it challenging. Eventually, I decided to switch to physics for my Ph.D. as it made more sense to me, and I enjoy working with numbers.”</p></blockquote>
<p>Having been at the University of Edinburgh for 18 years, MacPhee has witnessed significant changes within the department during her tenure.</p>
<p> </p>
<p>Reflecting on the past, MacPhee discussed the absence of maternity policies when she worked at a previous institution and was pregnant with her first child. The department was uncertain about how to address this situation, leading to chaotic circumstances. However, as senior male staff members have began prioritising childcare responsibilities, policies and procedures have been put in place to support out-of-work responsibilities, including childcare. MacPhee acknowledged the progress made, recounting instances of being the only woman in the room or being overlooked by male peers, while emphasising the significant improvements that have taken place.</p>
<p> </p>
<p>In our conversation, I asked MacPhee about the policies and infrastructure required to encourage women to enter and thrive in STEM fields. She emphasised that real change can be achieved by starting at the grassroots level:</p>
<blockquote><p>“When children are turned off from pursuing sciences, it often happens at an early age, even before they reach secondary school. Thus, a lot of work needs to be done in primary schools, which is a particular passion of mine.”</p></blockquote>
<p>MacPhee noted that girls often receive subconscious messaging in schools that leads to repetitive thought patterns discouraging them from pursuing STEM. With a majority of teachers in arts and humanities, young girls can naturally gravitate towards the arts without proper exposure to sciences in the curriculum. She believes that schools need to empower and train their staff to integrate STEM more closely and equally into their curriculum. This involves empowering teachers to deliver science programs themselves, addressing the lack of confidence often observed.</p>
<p> </p>
<p>Despite the challenges and obstacles encountered, MacPhee emphasised her deep love for her work:</p>
<blockquote><p>“I genuinely enjoy what I do. I’m amazed that they pay me to do this job. The element of discovery is exhilarating. When you know something that nobody else in the world knows and have figured it out, there’s nothing quite like that feeling.”</p></blockquote>
<p>One of MacPhee’s “lightbulb” moments came during her extensive studies of biofilms, which are slimy nests of organisms found in various environments. Studying their water-repellent mechanisms led her to make ground-breaking discoveries previously unknown in biology.</p>
<p> </p>
<h2>A Chat with students and professors in physics</h2>
<p>Our conversation expanded as nine other exceptional women in physics joined us. The array of talent, dedication, and passion they brought to the discussion was truly remarkable. It was an absolute delight to explore their research and experiences and brainstorm ideas on how to encourage women in STEM across the university.</p>
<p> </p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1969" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-scaled.jpg" alt="" width="2560" height="1707" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-scaled.jpg 2560w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-300x200.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1024x683.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-768x512.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1536x1024.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-2048x1365.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1440x960.jpg 1440w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></p>
<p>Here is an introduction to the remarkable women who participated in the interview (from left to right, top to bottom):</p>
<ul>
<li><strong>Mylaine Holin:</strong> Ph.D. student studying extreme conditions</li>
<li><strong>Hannah Shuttleworth:</strong> Ph.D. student in physics researching condensed matter and complex systems</li>
<li><strong>Rosa Santomartino:</strong> Leverhulme Early Career Fellow researching astrobiology</li>
<li><strong>Marialuisa Aliotta:</strong> Professor of experimental nuclear astrophysics</li>
<li><strong>Sally Shaw:</strong> Lecturer in experimental particle physics</li>
<li><strong>Orianna Ball:</strong> Ph.D. student studying extreme conditions</li>
<li><strong>Estifa’a Zaid:</strong> Ph.D. student studying particle and nuclear physics</li>
<li><strong>Nisha Grewal:</strong> Ph.D. student in the School of Physics and Astronomy</li>
<li><strong>Holly Bridge:</strong> Ph.D. student studying soft matter physics</li>
</ul>
<h2>Why did you choose to pursue STEM?</h2>
<p>To gain insights into their motivations, I asked the group about their journeys into STEM. Marialuisa Aliotta shared that she initially aspired to be a ballerina but her brother’s scientific inclinations inspired her to pursue physics and become an academic. Rosa, driven by her childhood dream of becoming an astronaut, embarked on a postdoctoral research journey in astrobiology at the University of Edinburgh. Sally, fascinated by space from a young age, found her perfect blend of astrophysics and particle physics in studying dark matter. Holly’s passion for math led her to begin her Ph.D. in physics, focusing on modelling individual-based simulations for bacteria and wastewater treatment. Hannah conducts experimental high-pressure experiments, simulating conditions akin to the centre of the Earth using diamond-tipped tools. Mylaine’s fascination with the universe’s scale and gas giant planets propelled her to study physics. Orianna, inspired by enthusiastic teachers during her schooling and her sister, conducts research on extreme conditions using the diamond anvil technique. Nisha’s affinity for mathematics led her to pursue astrophysics as a Ph.D. student to deepen her understanding of the world. Estifa’a, driven by her early enjoyment of mathematics, conducts particle physics experiments.</p>
<p> </p>
<p>When discussing role models, Rosa mentioned having an astronaut living in her building during her childhood, which left an indelible impression. Others agreed that looking up to researchers and teachers played a vital role in encouraging their pursuit of STEM.</p>
<p> </p>
<h2>Have you encountered any obstacles?</h2>
<p>Our conversation also touched upon the experiences and obstacles faced by these remarkable women in their respective fields. Marialuisa recalled joining the department in 2001 as the sole female staff member in her department at the time:</p>
<blockquote><p>“When I came to Edinburgh in 2001, I was the only female member of staff for the first six years. It felt somewhat lonely, and I struggled to engage with my all-male academic counterparts. However, conditions have significantly improved since then, although challenges still persist.”</p></blockquote>
<p>The group concurred that having mentors and role models is instrumental in achieving success as women in their fields. Nisha emphasized the importance of seeing women in positions of influence and demonstrating that it is possible. Supportive mentors played a vital role in Estifa’a’s journey, instilling confidence and fostering a belief in her capabilities.</p>
<p>The women highlighted community programs like Soapbox Science and the film “Picture A Scientist” as initiatives that encourage and showcase women in STEM fields.</p>
<p> </p>
<h2>What advice do you give to the next generation of women in STEM?</h2>
<p>When asked for advice for young women pursuing STEM, Sally advised ignoring anyone who suggests they are just filling a quota, emphasising that they deserve their place. Hannah stressed the importance of not comparing oneself to others, as she had initially viewed certain male counterparts as an elite group. Rosa emphasised that perfection should not be the end goal, encouraging young women to find supportive mentors and acknowledging that imperfection is acceptable.</p>
<p> </p>
<p>The women also underscored the significance of forming friendships with fellow women in STEM. Holly noted the positive impact that conversations with peers experiencing similar situations can have, encouraging those who may be shy to push themselves and seek out these connections.</p>
<p> </p>
<h2>Progress and Persistence</h2>
<p>In conclusion, the experiences, insights, and achievements shared by these incredible women at the University of Edinburgh highlight the progress made and the evolving landscape for women in STEM.</p>
<p> </p>
<p> </p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-17" itemprop="dateModified">Jul 17, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Digital Art Workshop Reflections</title>
		<link>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 10 Jul 2023 12:22:42 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1947</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span>  Welcome back to another update on the third edition of the “We Have Great Stuff” coloring book series. I’m excited to share the highlights of our recent workshop and give you a glimpse of the incredible artwork created by our participants. We kicked off our month of coloring book workshops with the first session […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>Welcome back to another update on the third edition of the “We Have Great Stuff” coloring book series. I’m excited to share the highlights of our recent workshop and give you a glimpse of the incredible artwork created by our participants.</p>
<p>We kicked off our month of coloring book workshops with the first session focusing on creating digital illustrations using Sketchpad. It was a great success, with 10 individuals participating. I was impressed by the talent and dedication of our participants, especially considering that many of them were creating digital art for the first time.</p>
<p>The workshop began with a short demonstration, followed by an introduction to UoE’s women in STEM. Participants then dove into the world of Sketchpad, learning to master Bezier curves and anchor points. It was no easy feat, but I witnessed their progress firsthand as they gained confidence and created stunning digital illustrations.</p>
<p>While there were a few hiccups during the workshop, overall, I couldn’t have asked for a better outcome. The participants’ enthusiasm and the quality of their work were truly remarkable.</p>
<p>Looking ahead, I’m excited to announce that the next workshop will be held this Wednesday and will focus on traditional pen-and-ink illustration. Additionally, we have an online digital art workshop planned for next week. In the coming days, I’ll be touring various STEM facilities, capturing photos to showcase the remarkable staff and facilities we have at our university.</p>
<p>Huge thank you to everyone who came along to last week’s workshop, and if you missed it, check out our <a href="https://blogs.ed.ac.uk/colouring-books/events/">events page</a> to sign up for an upcoming workshop, and don’t forget to enter your submissions before the 28th!</p>
<p>I hope you’re enjoying the summer weather as much as I am. It’s a great time to explore your creativity and dive into the world of art. Stay tuned for more updates and inspiring artwork from our workshops.</p>
<p>Take care!<br />
-Ally</p>
<h2>Hard at work!</h2>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1951" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317.png" alt="" width="616" height="462" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317.png 4032w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1440x1080.png 1440w" sizes="auto, (max-width: 616px) 100vw, 616px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1952" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318.png" alt="" width="617" height="463" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318.png 4032w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1440x1080.png 1440w" sizes="auto, (max-width: 617px) 100vw, 617px" /></p>
<h2>A sneak peak at some submissions:</h2>
<p>Sharon Chen’s incredible portrait of Noreen Murray, co-creator of the world’s first genetically modified vaccine.</p>
<ul>
<li><strong>Photo credits:</strong> Photograph of Kenneth and Noreen Murray, photographic print, provided by the Murray Archive, University of Edinburgh [https://en.wikipedia.org/wiki/Noreen_Murray#/media/File:Noreen_Murray_(cropped).jpg] CC by 3.0</li>
</ul>
<div id="attachment_1771" style="width: 367px" class="wp-caption alignleft"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1771" class=" wp-image-1771" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped.jpeg" alt="Noreen Murray wears a polka dot scarf, hat, and buttoned jacket while she looks ahead." width="357" height="562" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped.jpeg 558w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped-191x300.jpeg 191w" sizes="auto, (max-width: 357px) 100vw, 357px" /><p id="caption-attachment-1771" class="wp-caption-text">Noreen Murray: Co-Creator of the World’s First Genetically Modified Vaccine</p></div>
<p><img loading="lazy" decoding="async" class="wp-image-1955 alignleft" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen.png" alt="" width="391" height="553" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen-212x300.png 212w" sizes="auto, (max-width: 391px) 100vw, 391px" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Margarita Boyko’s beautiful portrait of Jennie Lee, member of parliment.</p>
<ul>
<li><strong>Photo credits:</strong> 1929, Jennie Lee, photographic print, provided by Illustrated London News Digital Archive via Wikimedia, [https://en.wikipedia.org/wiki/File:Jennie_Lee.jpg#/media/File:Jennie_Lee.jpg] Public domain image</li>
</ul>
<div id="attachment_1786" style="width: 286px" class="wp-caption alignleft"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1786" class=" wp-image-1786" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1.jpeg" alt="Black and white yearbook photo of Jennie Lee" width="276" height="389" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1.jpeg 515w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1-213x300.jpeg 213w" sizes="auto, (max-width: 276px) 100vw, 276px" /><p id="caption-attachment-1786" class="wp-caption-text">Jennie Lee: Pioneering Member of Parliament</p></div>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1954" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Drawing_1_sketchpad.jpeg" alt="" width="280" height="396" /></p>
<p> </p>
<p> </p>
<p>And I’ve been working on creating colouring pages of the women who don’t have any open licenced images available, starting with Lillian Lindsay, the first female dentist in the UK.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1960" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally.png" alt="" width="382" height="540" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally.png 3308w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1440x2036.png 1440w" sizes="auto, (max-width: 382px) 100vw, 382px" /></p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-10" itemprop="dateModified">Jul 10, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>“We Have Great Stuff” Colouring Book Contest (Call For Entries)</title>
		<link>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/#comments</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 13:44:37 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1901</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span>Deadline: Friday, July 28th Contest Description This is your chance to be a part of the We Have Good Stuff Colouring Book series! We’re looking for illustrations inspired by the incredible women in science, technology, engineering, and math (STEM) from the University of Edinburgh (UoE). Help us to highlight exceptional women and their extraordinary achievements […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span><h1>Deadline: Friday, July 28th</h1>
<h2 style="text-align: start">Contest Description</h2>
<p style="text-align: start">This is your chance to be a part of the We Have Good Stuff Colouring Book series! We’re looking for illustrations inspired by the incredible women in science, technology, engineering, and math (STEM) from the University of Edinburgh (UoE).</p>
<p style="text-align: start">Help us to highlight exceptional women and their extraordinary achievements by creating black and white line drawings inspired by the images published on our online database (longlist). Submit your entry for the chance to be a published illustrator and win prizes!</p>
<p style="text-align: start">Keep watching this blog for more information and examples. Here are some previous colouring book pages from the last two editions.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1907" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c.jpg" alt="" width="236" height="335" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c.jpg 563w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c-211x300.jpg 211w" sizes="auto, (max-width: 236px) 100vw, 236px" />  <img loading="lazy" decoding="async" class="alignnone wp-image-1904" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c.jpg" alt="" width="237" height="336" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c.jpg 564w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c-212x300.jpg 212w" sizes="auto, (max-width: 237px) 100vw, 237px" />  <img loading="lazy" decoding="async" class="alignnone wp-image-1905" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c.jpg" alt="" width="238" height="336" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c.jpg 566w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c-212x300.jpg 212w" sizes="auto, (max-width: 238px) 100vw, 238px" /></p>
<h3 style="text-align: start">Closing  Date</h3>
<p style="text-align: start">Remember, entries are due by the 28th of July!</p>
<p style="text-align: start">Don’t miss this great opportunity to contribute to the We Have Good Stuff Colouring Book series and celebrate women in STEM.</p>
<p style="text-align: start">All experiences and abilities are welcome!</p>
<p> </p>
<h2 style="text-align: start">Entry Guidelines</h2>
<ul>
<li>Entrants must utilize the images available on our blog and must not include any copyrighted imagery in their entries.</li>
<li>Submissions must be done in black and white and must be outline only (no shading). See examples here.</li>
<li>Submissions must be A4 (210mm x 297mm), 300dpi</li>
<li>Landscape or portrait will be accepted. · Submissions must be entered online to our submission portal by the 28th of July.</li>
</ul>
<p style="text-align: start">We will attempt to share and publish as many valid entries as possible (i.e. physical book and online repositories), but the final decision will be made by the project team.</p>
<p> </p>
<h2 style="text-align: start">Pre-Requisites</h2>
<p>We’ll be providing workshops through the month of July, so feel free to come to those for demonstrations on how to create digital images and an overview of our selected image database. Please note however, that it is not required to attend these in order to enter.</p>
<p>You are welcome to use any method of illustrating you prefer, e.g. Adobe Illustrator or Procreate, but we will be hosting workshops on Sketchpad and traditional illustration.</p>
<p> </p>
<h2 style="text-align: start">2023 Workshops</h2>
<ul>
<li style="text-align: start">Wednesday, July 5th: Digital Art Making Workshop (In person, Argyle House, room E13)</li>
<li style="text-align: start">Wednesday, July 12th: Traditional Art Making Workshop (In person, Evolution House, room 4.10)</li>
<li style="text-align: start">Wednesday, July 19th: Online Art Making Workshop (Online)</li>
</ul>
<p> </p>
<h3 style="text-align: start">Prizes</h3>
<p style="text-align: start">There are a host of prizes available to participants, including books, art materials, and exclusive merchandise.</p>
<p style="text-align: start">All entrants will have the opportunity to be featured in a published work.</p>
<p> </p>
<h3 style="text-align: start">Eligibility</h3>
<ul>
<li style="text-align: start">All UoE staff</li>
<li style="text-align: start">All UoE students</li>
</ul>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-27" itemprop="dateModified">Jun 27, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Women in STEM Image Database</title>
		<link>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 13:44:15 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1746</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>Use this image bank to discover some of the University of Edinburgh’s wonderful women in science, technology, engineering, and maths! Click on each photo to find out more about each woman’s career and achievements. STEM Gallery Jun 27, 2023]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p>Use this image bank to discover some of the University of Edinburgh’s wonderful women in science, technology, engineering, and maths!</p>
<p>Click on each photo to find out more about each woman’s career and achievements.</p>
<h2>STEM Gallery</h2>

<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/agnessavage-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AgnesSavage-1-e1687266597726-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/annie_numbers-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Annie_Numbers-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Annie Hutton Numbers wears a graduation robe and hat, standing in front of a wooden wall." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/miller-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/miller-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Christina Cruikshank Miller in her graduation robe" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/ella_ferrier_pringle_in_1909-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Ella_Ferrier_Pringle_in_1909-1-150x150.png" class="attachment-thumbnail size-thumbnail" alt="Isabella Pringle rests her head on her hand. She is wearing graduation robes and her hair is braided." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/elsie_inglis/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglis-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Elsie Inglis looks at the viewer. She is wearing a buttoned jacket, tie, and hat with plaid ribbon." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/jennie_lee-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Black and white yearbook photo of Jennie Lee" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/gertrude-hertz/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-150x150.png" class="attachment-thumbnail size-thumbnail" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/honor-fell/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Honor Fell sits smiling at her microscope" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/matildajclerk/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/MatildaJClerk-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Matilda J Clerk in her graduation gown" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/macmillan_chrystal_1908-1914_22704149049/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Macmillan_Chrystal_1908-1914_22704149049-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Chrystal MacMillan looks into the camera wearing a victorian lace dress with a brooch" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/marionross/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/marionross-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Marion Ross sits in a chair" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/auerbach1/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/auerbach1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Charlotte Auerbach sits at her desk with a typewriter and cup of tea" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/1024px-bessie_watson_aged_9/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/1024px-Bessie_Watson_aged_9-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Young Bessie Watson stands wearing a kilt, playing the bagpipes, with a"Votes for Women" sash." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/marybruk/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/marybruk-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Mary Brück looks through a telescope" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/sophia_jex-blake_as_a_young_woman/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Sophia_Jex-Blake_as_a_young_woman-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Sophia Jex Blake as a young woman, writing at her desk" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/brenda_moon/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Brenda_Moon-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Brenda Moon stands with a cane in her garden, touching a rose, wearing a floral dress and smiling." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/profeleanorcampbellmugshot/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/ProfEleanorCampbellmugshot-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Eleanor Campbell smiles into the camera with a body of water and some grass behind her." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/photo-on-26-03-2020-at-13-20-5/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Photo-on-26-03-2020-at-13.20-5-e1687267542904-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Jane wears a red cardigan and glasses." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/devi/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Devi-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Devi stands with arms crossed in front of a purple "Edinburgh International Book Festival" background" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/tarasj/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/taraSJ-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Tara wears her lab coat and lanyard, smiling into camera" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/boden_9539/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Boden_9539-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Lisa Boden smiles into camera" /></a>

<hr />

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-27" itemprop="dateModified">Jun 27, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pixels & Pitfalls: Exploring AI’s Image Generation Struggles</title>
		<link>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Thu, 22 Jun 2023 14:25:58 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1846</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span>  As we prepare to bring you the third edition of the We Have Great Stuff colouring book series, we are considering new ways to update the format and reflect changing technology. This year’s theme, STEM, naturally lends itself to the incorporation of the buzz word of the year– Artificial Intelligence (AI). AI is now […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>As we prepare to bring you the third edition of the We Have Great Stuff colouring book series, we are considering new ways to update the format and reflect changing technology. This year’s theme, STEM, naturally lends itself to the incorporation of the buzz word of the year– Artificial Intelligence (AI).</p>
<p>AI is now touted as the miraculous tool that can enhance productivity, manage schedules, book flights, and even assist in meal planning. However, along with its popularity, AI has sparked significant controversy surrounding its ethical implications. Artists and creatives have expressed valid and pressing concerns about this highly innovative software.</p>
<h2><strong>What’s the Problem with AI? </strong></h2>
<p>One of the early achievements of AI was its ability to create “generative” images, combining various works to create entirely new visuals. While this may seem like a fascinating feat, it becomes problematic when we realize that this process often uses images posted online without consideration for copyright, proper attribution, or ethical compensation to the original artists.</p>
<h2><strong>An Expert Opinion</strong></h2>
<p>As an artist myself, this is a valid concern. Will there be any job opportunities for graduates like me with a design degree, or will they all be taken over by AI bots?</p>
<p>To see if I could incorporate AI into the colouring book, I decided to meet with two AI interns from ISG, Wietske Holwerda and Bartlomeij Pohorecki. Their unanimous response to my query was, “probably not.”</p>
<p>The AI team explained that the current state of AI is not advanced enough to be effectively employed in real projects like our colouring book. The images generated by popular AI tools like Deep AI and Dall-E may lack real-world accuracy, a critical aspect for a project like the colouring book which is centred around real individuals and technologies. Additionally, the sourcing of these AI-generated images raises concerns of copyright infringement, which could have serious consequences for a published open-source work.</p>
<p>However, they encouraged me to experiment and see what I could create.</p>
<h2><strong>Let’s Give it a Try</strong></h2>
<p>First, I tried <a href="https://openai.com/dall-e-2">Dall-E</a>, OpenAI’s image generation tool, which was among the first available online. Dall-E utilizes natural language descriptions to generate images based on requests and has been widely used for image creation.</p>
<p>I requested Dall-E to create colouring book pages featuring UoE’s very own Crystal Macmillan. The results were not terrible but fell short of expectations. The software lacked the ability to capture a reference or produce a likeness of a notable individual, making it challenging to use in a book filled with prominent personalities.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1875" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp.png" alt="" width="2887" height="2119" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp.png 2887w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-300x220.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1024x752.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-768x564.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1536x1127.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-2048x1503.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1440x1057.png 1440w" sizes="auto, (max-width: 2887px) 100vw, 2887px" /></p>
<p>Another feature of Dall-E is the ability to edit existing images. I uploaded an image of Chrystal Macmillan to Dall-E, resulting in an army of look-alikes but nothing too helpful for the project.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1849" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09.png" alt="" width="2469" height="543" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09.png 2469w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-300x66.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1024x225.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-768x169.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1536x338.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-2048x450.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1440x317.png 1440w" sizes="auto, (max-width: 2469px) 100vw, 2469px" /></p>
<p>Thinking that modifying an existing image might be the best approach for this project, I turned to <a href="https://www.adobe.com/sensei/generative-ai/firefly.html">Adobe Firefly</a>, an AI tool currently in beta testing by Adobe, that has been integrated into the latest version of Photoshop. This tool has significantly democratized AI accessibility for designers and creatives who already utilize adobe products every day.</p>
<p>I asked Adobe Firefly to extend a few of my images, and the results were amazing!</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1763" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." width="207" height="278" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png 978w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png 224w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-763x1024.png 763w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-768x1030.png 768w" sizes="auto, (max-width: 207px) 100vw, 207px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1860" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit.png" alt="" width="427" height="278" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1440x937.png 1440w" sizes="auto, (max-width: 427px) 100vw, 427px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1764" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell.jpeg" alt="Honor Fell sits smiling at her microscope" width="205" height="286" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell.jpeg 512w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-215x300.jpeg 215w" sizes="auto, (max-width: 205px) 100vw, 205px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1862" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded.png" alt="" width="443" height="286" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded.png 1110w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-300x194.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-1024x661.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-768x495.png 768w" sizes="auto, (max-width: 443px) 100vw, 443px" /></p>
<p>However, there were some issues when it came to specific details. AI lacks an understanding of space and depth, which led to some peculiar additions to Honor’s lab. Additionally, the tool tended to add creepy humanoid figures, as evidenced by those added to Gertrude and Elsie’s image.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1861" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1.png" alt="" width="298" height="194" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1440x937.png 1440w" sizes="auto, (max-width: 298px) 100vw, 298px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1863" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2.png" alt="" width="300" height="193" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2.png 1110w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-300x194.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-1024x661.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-768x495.png 768w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1872" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218.jpg" alt="" width="297" height="199" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218.jpg 2560w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-300x201.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1024x686.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-768x515.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1536x1029.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-2048x1372.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1440x965.jpg 1440w" sizes="auto, (max-width: 297px) 100vw, 297px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1869" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2.png" alt="" width="304" height="198" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1440x937.png 1440w" sizes="auto, (max-width: 304px) 100vw, 304px" /></p>
<p>Next, I explored “<a href="https://www.fotor.com/">Fotor</a>,” a free and accessible online platform for AI image generation and manipulation. Fotor offered a remarkable black and white colorization tool, using AI logic to colorize lack and white photos. This worked well on the picture of Charlotte Auerbach but fell short when applied to Jessie MacGregor or Noreen Murray..</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1879" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2.png" alt="" width="3129" height="1150" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2.png 3129w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-300x110.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1024x376.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-768x282.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1536x565.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-2048x753.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1440x529.png 1440w" sizes="auto, (max-width: 3129px) 100vw, 3129px" /></p>
<p>In summary, I find myself breathing a sigh of relief. Creatives, your jobs are safe, at least for now. AI is undoubtedly proving to be a powerful tool, but it is not without its complications.</p>
<p>However, there is a world of fun to be had when it comes to creating unusual AI altered images.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1884 alignnone" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1.png" alt="" width="333" height="227" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-300x204.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-1024x697.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-768x523.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-1440x981.png 1440w" sizes="auto, (max-width: 333px) 100vw, 333px" /> <img loading="lazy" decoding="async" class="wp-image-1883 alignnone" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1.png" alt="" width="333" height="227" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-300x204.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-1024x697.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-768x523.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-1440x981.png 1440w" sizes="auto, (max-width: 333px) 100vw, 333px" /></p>
<p style="text-align: center"><em>Dolly and friends travel the world</em></p>
<h2><strong>So, what does this mean for the book?</strong></h2>
<p>When it comes to image generation, it may not be in the project’s best interest to rely too heavily on AI. Not only will it complicate our ability to licence the book’s images, it will produce images that simply aren’t as good as what any of you could come up with.</p>
<p>And when it comes to including AI in University work, the best practice is to of course use the helpful <a href="https://www.ed.ac.uk/bayes/ai-guidance-for-staff-and-students">AI guidance</a> published onto the University website, which covers use cases, citations, and best practices.</p>
<p>This is why we need participants like you more than ever to help us amplify the stories of UoE’s fantastic women in STEM and create hand-made, ethically sourced illustrations. Stay tuned for information on upcoming events and how to get involved in this project.</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-22" itemprop="dateModified">Jun 22, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
"
  ["response"]=>
  array(2) {
    ["code"]=>
    int(200)
    ["message"]=>
    string(2) "OK"
  }
  ["cookies"]=>
  array(3) {
    [0]=>
    object(WP_Http_Cookie)#2427 (7) {
      ["name"]=>
      string(9) "PHPSESSID"
      ["value"]=>
      string(26) "e216o5vk5tl1m5hjdgdpgdne9t"
      ["expires"]=>
      NULL
      ["path"]=>
      string(1) "/"
      ["domain"]=>
      string(14) "blogs.ed.ac.uk"
      ["port"]=>
      NULL
      ["host_only"]=>
      bool(true)
    }
    [1]=>
    object(WP_Http_Cookie)#2426 (7) {
      ["name"]=>
      string(11) "spo_1225_fa"
      ["value"]=>
      string(32) "e9a2fc2dadd47324977d1854fc4d5fc4"
      ["expires"]=>
      int(1781771397)
      ["path"]=>
      string(17) "/colouring-books/"
      ["domain"]=>
      string(14) "blogs.ed.ac.uk"
      ["port"]=>
      NULL
      ["host_only"]=>
      bool(true)
    }
    [2]=>
    object(WP_Http_Cookie)#2428 (7) {
      ["name"]=>
      string(8) "RCKBMHKB"
      ["value"]=>
      string(85) "027ff8be59-56fd-48fTqksC824NNKXU5q7dIW63aPxdeCBqn2Zp2mMD76YPxaw60fsHGDPBC8zWAlIJj2nGU"
      ["expires"]=>
      NULL
      ["path"]=>
      string(1) "/"
      ["domain"]=>
      string(14) "blogs.ed.ac.uk"
      ["port"]=>
      NULL
      ["host_only"]=>
      bool(true)
    }
  }
  ["filename"]=>
  NULL
  ["http_response"]=>
  object(WP_HTTP_Requests_Response)#2403 (5) {
    ["data"]=>
    NULL
    ["headers"]=>
    NULL
    ["status"]=>
    NULL
    ["response":protected]=>
    object(WpOrg\Requests\Response)#2407 (10) {
      ["body"]=>
      string(119818) "<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:cc="http://creativecommons.org/ns#" >

<channel>
	<title>DLAM Feed – Colouring books blog</title>
	<atom:link href="https://blogs.ed.ac.uk/colouring-books/feed/?tag=dlam-feed" rel="self" type="application/rss+xml" />
	<link>https://blogs.ed.ac.uk/colouring-books</link>
	<description>The 'we have great stuff' colouring books are openly licensed resources created by University of Edinburgh students and staff for everyone to enjoy.</description>
	<lastBuildDate>Thu, 02 Nov 2023 12:18:03 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2020/02/cropped-avatar-roundel-bright-pink-72dpi-32x32.png</url>
	<title>DLAM Feed – Colouring books blog</title>
	<link>https://blogs.ed.ac.uk/colouring-books</link>
	<width>32</width>
	<height>32</height>
</image> 
<cc:license >Creative Commons Attribution CC BY 3.0</cc:license><dc:rights  >Creative Commons Attribution CC BY 3.0</dc:rights>	<item>
		<title>Colouring Book Volume 3 available on Edinburgh Diamond Service</title>
		<link>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/#respond</comments>
		
		<dc:creator><![CDATA[Jackie Aim]]></dc:creator>
		<pubDate>Thu, 02 Nov 2023 12:18:03 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Edinburgh Diamond]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[ISBN]]></category>
		<category><![CDATA[ISSN]]></category>
		<category><![CDATA[publishing]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2088</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span>‘We Have Great Women in STEM’ colouring book Our volume three colouring book ‘We Have Great Women in STEM’ is now available on Edinburgh Diamond, the University of Edinburgh’s digital service for hosting Diamond Open Access books and journals. Hosting our books on Edinburgh Diamond Although we have our books available on the Colouring Books website having them […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span><h2 class="p1"><span class="s1">‘We Have Great Women in STEM’ colouring book</span></h2>
<p class="p2"><span class="s1">Our volume three colouring book <a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/book/ED-9781912669622"><span class="s2">‘We Have Great Women in STEM’</span></a> is now available on <a href="https://books.ed.ac.uk/edinburgh-diamond/index"><span class="s2">Edinburgh Diamond</span></a>, the University of Edinburgh’s digital service for hosting <a href="https://en.wikipedia.org/wiki/Diamond_open_access"><span class="s2">Diamond Open Access</span></a> books and journals.</span></p>
<h2 class="p1"><span class="s1">Hosting our books on Edinburgh Diamond</span></h2>
<p class="p2"><span class="s1">Although we have our books available on the <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books"><span class="s2">Colouring Books</span></a> website having them on Edinburgh Diamond is a more sustainable and long term way of preserving them. Check out our Edinburgh Diamond Catalogue series: <a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/series/we-have-great-stuff"><span class="s2">‘We have Great Stuff’</span></a>.</span></p>
<p class="p2"><span class="s1">To find out more about the Edinburgh Diamond Service visit their <a href="https://www.ed.ac.uk/information-services/research-support/edinburgh-diamond"><span class="s2">University of Edinburgh, Edinburgh Diamond website</span></a>.</span></p>
<h2 class="p1"><span class="s1">Volume 3 colouring book reference</span></h2>
<ul class="ul1">
<li class="li3"><span class="s3"><a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/book/ED-9781912669622"><span class="s4">Edinburgh Diamond: We have Great Women in STEM, Volume 3</span></a></span></li>
<li class="li4"><span class="s1">ISBN: 978-1-912669-62-2</span></li>
<li class="li3"><span class="s6">DOI: <a href="https://doi.org/10.2218/ED.9781912669622"><span class="s4">https://doi.org/10.2218/ED.9781912669622</span></a></span></li>
</ul>
<p class="p2"><span class="s1">For the references and more information on volumes one and two please read our <a href="https://blogs.ed.ac.uk/colouring-books/edinburgh-diamond/">previous blogpost on Edinburgh Diamond</a>.</span></p>
<h2 class="p1"><span class="s1">About the</span><span class="s1"> </span><span class="s1">book</span></h2>
<p class="p2"><span class="s1">This third volume was created by our Interactive Content summer intern Ally McKay, she is studying illustration at Edinburgh College of Art. The images for the book were collated from in person and online workshops Ally held during the summer, and also includes some of her own illustrations. She also met with inspiring women in STEM who work and study in the University.</span></p>
<p class="p2"><span class="s1">Ally says about her internship:</span></p>
<p class="p2"><span class="s1"> </span></p>
<blockquote>
<p class="p2"><span class="s1">Creating the book was such a fun and useful experience for me. As an illustration student, it’s usually me creating the pictures but getting to run workshops and collect submissions from the university of Edinburgh community reminded me how much talent we have in our organization. I loved the opportunity to dig into the history of some of UoE’s women in STEM of the past, and also meet with women doing amazing work in STEM today. The project couldn’t have been possible without support and guidance from Stewart Cromar and Jackie Aim, as well as all the amazing volunteers that submitted work!</span></p>
</blockquote>
<h2 class="p1"><span class="s1">Book distribution</span></h2>
<p class="p2"><span class="s1">The volume three physical books were printed to coordinate with our Ada Lovelace Day celebration on Tuesday 10th October 2023. They were distributed to various locations including Argyle House, Residence Life Office and the Health and Wellbeing Centre at Bristo Square. They are also available to <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books"><span class="s2">download</span></a>.</span></p>
<p class="p2"><span class="s1">We have paper copies of volume three at Argyle House that are freely available to UoE staff and students, please <a href="mailto:interactive-content@ed.ac.uk"><span class="s2">email us</span></a> if you would like a copy. We can send them out via internal mail only.</span></p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-11-02" itemprop="dateModified">Nov 2, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>We Have Great Women in STEM Colouring Book Out Now!</title>
		<link>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 16 Oct 2023 10:49:39 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2049</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>It’s finally here! The third edition of the “We Have Great Stuff” colouring book has been in the works all summer, and is finally ready to be shared! This edition has been a huge group effort, and took a lot of collaboration from the Edinburgh community. Over a series of three workshops, UoE students, professors, […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><h2>It’s finally here!</h2>
<p>The third edition of the “We Have Great Stuff” colouring book has been in the works all summer, and is finally ready to be shared!</p>
<p>This edition has been a huge group effort, and took a lot of collaboration from the Edinburgh community. Over a series of three workshops, UoE students, professors, and employees came together to learn about digital art and highlight our incredible women in stem by contributing illustrations to the colouring book.</p>
<p>There is so much talent here at Edinburgh and I am extremely grateful to all who took time out of their busy schedules to help me with this project.</p>
<p><strong>Huge thank you to our illustrators:</strong></p>
<ul>
<li>
<div class="ewa-rteLine">August Enger</div>
</li>
<li>
<div class="ewa-rteLine">Jackie Aim</div>
</li>
<li>
<div class="ewa-rteLine">Jenna Owen</div>
</li>
<li>
<div class="ewa-rteLine">Karen McPhail</div>
</li>
<li>
<div class="ewa-rteLine">Kirsty Tragis</div>
</li>
<li>
<div class="ewa-rteLine">Sharon Chen</div>
</li>
<li>
<div class="ewa-rteLine">Claudia Earl</div>
</li>
<li>
<div class="ewa-rteLine">Catherine Munn</div>
</li>
<li>
<div class="ewa-rteLine">Dagmar Danielsen</div>
</li>
<li>
<div class="ewa-rteLine">Ally Mckay</div>
</li>
<li>
<div class="ewa-rteLine">Alysha Wilson</div>
</li>
<li>
<div class="ewa-rteLine">Maarya Sharif</div>
</li>
<li>
<div class="ewa-rteLine">Mayu Ishimoto</div>
</li>
<li>
<div class="ewa-rteLine">Wenwen Wang</div>
</li>
<li>
<div class="ewa-rteLine">Zequn Wang</div>
</li>
</ul>
<p><strong>And another huge thank you to all the contributors that made this project possible:</strong></p>
<ul>
<li>
<div class="ewa-rteLine">Cait MacPhee</div>
</li>
<li>
<div class="ewa-rteLine">Estifa’a Zaid</div>
</li>
<li>
<div class="ewa-rteLine">Frances Blow</div>
</li>
<li>
<div class="ewa-rteLine">Hannah Shuttleworth</div>
</li>
<li>
<div class="ewa-rteLine">Holly Bridge</div>
</li>
<li>
<div class="ewa-rteLine">JC Denis</div>
</li>
<li>
<div class="ewa-rteLine">Jenny Gracie</div>
</li>
<li>
<div class="ewa-rteLine">Lothian Health Services Archive</div>
</li>
<li>
<div class="ewa-rteLine">Maria Fanourgiaki</div>
</li>
<li>
<div class="ewa-rteLine">Marialuisa Aliotta</div>
</li>
<li>
<div class="ewa-rteLine">Mylaine Holin</div>
</li>
<li>
<div class="ewa-rteLine">Nisha Grewal</div>
</li>
<li>
<div class="ewa-rteLine">Orianna Ball</div>
</li>
<li>
<div class="ewa-rteLine">Rosa Santomartino</div>
</li>
<li>
<div class="ewa-rteLine">Sally Shaw</div>
</li>
<li>
<div class="ewa-rteLine">Sarah Ressel</div>
</li>
</ul>
<h2>Where to get your copy</h2>
<p>There are a limited number of free copies of the book available at Argyle House, Residence Life Office and the Health and Wellbeing Centre at Bristo Square.</p>
<p>If your are University staff and would like a copy or a small box for your department, delivered via internal mail, please get in touch (whilst stocks last).</p>
<p>Please contact: <a href="mailto:interactive-content@ed.ac.uk">interactive-content@ed.ac.uk</a></p>
<h3>Online copies</h3>
<p>This publication is also available online at: <a href="https://edin.ac/colouring-book">https://edin.ac/colouring-book</a></p>
<h3>Flickr</h3>
<p>There are high-resolution (300 dpi) colouring book images available for you to download, reuse and share.</p>
<p><a href="https://www.flickr.com/photos/interactive-content/albums/72177720311677507" data-uoe-button="info-sign" data-cke-saved-href="https://www.flickr.com/photos/interactive-content/albums/72177720311677507">Colouring book Flickr album (volume three)</a></p>
<p> </p>
<p>Happy colouring!</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-16" itemprop="dateModified">Oct 16, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ada Lovelace Day 2023 – Book Launch</title>
		<link>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/#respond</comments>
		
		<dc:creator><![CDATA[Stewart Cromar]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 10:45:29 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ada Lovelace Day]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2075</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>At this year's Ada Lovelace Day Ally McKay will officially launch her brand-new Women in STEM colouring-in book.]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p><strong>On Tuesday 10th October 2023, the University’s Information Services team are celebrating Ada Lovelace Day 2023 which is an <a href="https://findingada.com/">international celebration day</a> of the achieveme</strong><strong>nts of women in <a href="https://en.wikipedia.org/wiki/Science,_technology,_engineering,_and_mathematics">science, technology, engineering and maths (STEM)</a>.</strong></p>
<p>They have an afternoon of <a href="https://thinking.is.ed.ac.uk/ada-lovelace-day/ada-lovelace-day-2023/">talks, activities and training</a> planned for Ada Lovelace Day.  This will take place on the first floor of the Main Library (Central Area) from 11:00-17:00 in Room 1.07.</p>
<p>You can confirm your attendance via Event Booking now (open to all University students and staff):</p>
<p><a href="https://www.events.ed.ac.uk/index.cfm?event=showEventDetails&scheduleId=65360&start=&eventssearch=Ada%20Lovelace%20Day&eventStart=0">Book your place</a></p>
<p>P.S. Please do add yourself to the waiting list in case anyone cancels.</p>
<h2>Colouring book launch</h2>
<p>At this event Ally McKay, our very own colouring-in book creator and student intern, will officially launch her brand-new Women in STEM colouring-in book.</p>
<p>Don’t worry if you can’t attend the event, the openly licenced book will be available to <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books">download</a> the same day. You will also be able to collect copies from multiple university locations (to-be-announced soon).</p>
<p>Shortly after the launch you will be also able to download high-resolution illustrations from our <a href="https://flic.kr/s/aHBqjAXbuc">Flickr account</a>.</p>
<h2>Copyright and licence</h2>
<div>
<p>Copyright © The University of Edinburgh 2023 CC BY</p>
</div>
<div>This work is licensed under a Creative Commons Attribution 4.0 International License: <a href="http://creativecommons.org/licenses/by/4.0/">creativecommons.org/licenses/by/4.0</a></div>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-04" itemprop="dateModified">Oct 4, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Behind the Scenes of “We Have Great Women in STEM”</title>
		<link>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 10:03:24 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2063</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span>By now, you’ve probably heard that the third edition of the “We Have Great Stuff” Colouring Book is out now, entitled “We Have Great Women in STEM.” This 10-week project was a labor of love, from researching UoE’s women in STEM, hosting art workshops, accepting submissions, to finally compiling the book. Face the Facts One […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span><p>By now, you’ve probably heard that the third edition of the “We Have Great Stuff” Colouring Book is out now, entitled “We Have Great Women in STEM.” This 10-week project was a labor of love, from researching UoE’s women in STEM, hosting art workshops, accepting submissions, to finally compiling the book.</p>
<h2>Face the Facts</h2>
<p>One of the most challenging aspects of creating a colouring book like this was identifying who we wanted to include. Women in STEM tend to not be well recorded or represented in informational databases, and we did encounter some issues finding the women we wanted to illustrate. Luckily, the university’s website provided many great profiles, and we were able to take some great suggestions from colleagues. As I researched, I found more and more women I wanted to include– ending up with over 30 women (and one sheep) in our online database!</p>
<h2>Putting Faces to Names</h2>
<p>Because the project is so visual, it was imperative that I could hunt down open licensed images of these women so that participants could use the images without worrying about copyright. Luckily, some of the women were historical figures, and their images were so old that they entered the public domain.</p>
<div id="attachment_1763" style="width: 234px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1763" class="size-medium wp-image-1763" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." width="224" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png 224w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-763x1024.png 763w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-768x1030.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png 978w" sizes="auto, (max-width: 224px) 100vw, 224px" /><p id="caption-attachment-1763" class="wp-caption-text">Gertrude Herzfeld: One of the First Female Surgeons</p></div>
<p>For the more modern women, it was trickier as their images were not in the public domain yet. And on top of that, some of the women had no photos taken of them at all!</p>
<p>I spent around three weeks searching, emailing, and scouring for images of these women, and found some gems! Namely, Jessie MacGregor’s incredible portrait with her dog, and Vivien Kellem’s incredible midcentury black and white portraits.</p>
<div id="attachment_1761" style="width: 310px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1761" class="size-medium wp-image-1761" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-300x210.jpg" alt="Jessie sits at her desk in graduation robes, writing in a book. A scruffy dog sits next to her." width="300" height="210" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-300x210.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1024x717.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-768x538.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1536x1075.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-2048x1434.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1440x1008.jpg 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p id="caption-attachment-1761" class="wp-caption-text">Jessie MacLaren MacGregor: Fighting for Gender Equality at UoE</p></div>
<div id="attachment_1780" style="width: 251px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1780" class="size-medium wp-image-1780" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-241x300.jpg" alt="Vivien reclines on a leather sofa, wearing a fur coat and small hat. Her head is turned, facing left." width="241" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-241x300.jpg 241w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-824x1024.jpg 824w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-768x955.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-1236x1536.jpg 1236w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-1440x1790.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems.jpg 1609w" sizes="auto, (max-width: 241px) 100vw, 241px" /><p id="caption-attachment-1780" class="wp-caption-text">Vivien Kellems: Engineering Entrepreneur & Women’s Rights Advocate</p></div>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-1779 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems-300x231.jpeg" alt="" width="300" height="231" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems-300x231.jpeg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems.jpeg 512w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>I also had a lot of success reaching out to current women in STEM at the University and simply asking for their permission to be in the book, and for them to provide a photo that they held the rights to. Reaching out to University departments also proved quite successful as they usually had photos of notable alumni from previous publications.</p>
<p>Eventually, I was able to source enough photos to compile them into an online database, and publish them ready to be made into illustrations.</p>
<h2>Time to put in the Work(shops)</h2>
<p>To source illustrations, I hosted a series of three workshops during the month of July: a digital illustration workshop, traditional illustration workshop, and an online digital workshop. These were open to all members of the UoE community and held in a variety of locations to allow those in all working situations to join.</p>
<p> </p>
<p><strong>Workshop 1: Digital Illustration Workshop</strong></p>
<p>The first workshop was held in early July, and we had 8 lovely members of the UoE community come out to help us with the colouring book project. These were mostly ISG interns, who courageously tried their hand at using Sketchpad to create digital artwork- which was no easy feat!</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1951" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1952" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>I was so impressed by the group’s creativity and enthusiasm and we got some great submissions. It was also a great way to figure out how to best organise these workshops and effectively teach sketchpad.</p>
<p> </p>
<p><strong>Workshop 2: Traditional Illustration Workshop</strong></p>
<p>This workshop was hosted at ECA’s Evolution House– handy timing because the infamous Argyle House flood had just taken over the office. Jackie and I arrived armed with pencils, erasers and pens and welcomed 8 more enthusiastic individuals to the workshop. We had a mix of undergraduate students, masters students, professors and employees- and we all got together and bonded over cake, drawing, and women in STEM.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2058" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2057" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p> </p>
<p><strong>Workshop 3: Online Digital Illustration Workshop</strong></p>
<p>Another accidentally well-timed workshop– the last one we offered at the end of July was online. We had 5 participants come from across many of UoE’s departments, and since I had already been through the slides for the first workshop, this one ran super smoothly.</p>
<p>We got some great submissions here and had some really dedicated participants who worked on their illustrations after the workshop ended and came up with some incredible work.</p>
<h2>Compiling the Book</h2>
<p>Now that I had so many wonderful submissions from the workshops, I headed to trusty InDesign to start formatting the final book.</p>
<p>I first converted all the photographic submissions into vectors using Adobe Illustrator’s image trace function, or cleaned up any digital submissions that were already vectorised, but just had some missing pieces.</p>
<p><img loading="lazy" decoding="async" class="wp-image-2067 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-225x300.jpg" alt="" width="262" height="349" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-225x300.jpg 225w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-768x1024.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1152x1536.jpg 1152w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1536x2048.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1440x1920.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-scaled.jpg 1920w" sizes="auto, (max-width: 262px) 100vw, 262px" /></p>
<p style="text-align: center"><strong>Before</strong><img loading="lazy" decoding="async" class="wp-image-2066 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-212x300.png" alt="" width="267" height="378" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1440x2036.png 1440w" sizes="auto, (max-width: 267px) 100vw, 267px" /></p>
<p style="text-align: center"><strong>After</strong></p>
<p>I also took a look at the women that we hadn’t gotten any submissions for and made illustrations myself for them.</p>
<p>Following loosely the formatting from previous copies, I set up my file as an A5 booklet, and decided on the fonts “Factoria” and “Video” for body and headings, respectively. I wanted the type to be kind of quirky and create shapes that would be fun to colour in, which is why I went down the sci-fi route and sourced technologically inspired fonts.</p>
<p>From there, I just popped all the final images into their pages and decided which would sit best together on the page. Then, I had two main things to fill in– the cover and the index.</p>
<h2>You Can Judge this Book’s Cover!</h2>
<p>I had two initial concepts for the book cover– one featuring a magnifying glass, and one featuring a female scientist. In the end, my team and I decided that the microscope one was more eye-catching and drew the eye to the center of the page well. I had such a fun time making all the tiny little STEM icons, and took lots of inspiration from the Star Wars edition of “Little White Lies,” incorporating halftones as a way to add contrast without taking away any colouring-in functionality.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2069" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-232x300.jpg" alt="" width="232" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-232x300.jpg 232w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-791x1024.jpg 791w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-768x994.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1187x1536.jpg 1187w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1583x2048.jpg 1583w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1440x1864.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-scaled.jpg 1978w" sizes="auto, (max-width: 232px) 100vw, 232px" />    <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2068" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-232x300.jpg" alt="" width="232" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-232x300.jpg 232w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-791x1024.jpg 791w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-768x994.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1187x1536.jpg 1187w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1583x2048.jpg 1583w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1440x1864.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-scaled.jpg 1978w" sizes="auto, (max-width: 232px) 100vw, 232px" /></p>
<p> </p>
<p>I made the cover in illustrator, and created the back and front on the same document so that the images would seamlessly flow into each other when the book was opened.</p>
<p><img loading="lazy" decoding="async" class="wp-image-2060 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-300x200.png" alt="" width="722" height="481" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-300x200.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1024x683.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-768x512.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1536x1024.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-2048x1365.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1440x960.png 1440w" sizes="auto, (max-width: 722px) 100vw, 722px" /></p>
<h2>The Index <strong>– Celebrating Achievements</strong></h2>
<p>My last hurdle on this project was creating the index. This would go at the back of the book and would store all the information about the illustration’s source images, illustrators, reference photo attribution, and a short piece of biographical info about each women. Due to the subject matter of the book, it was important to my team and I to not just show the likeness of these women in STEM, but celebrate their achievements. Adding this info in the index was a good way to do this without taking away from the illustrations.</p>
<h2><strong>And Voilà!</strong></h2>
<p>Just like that, 10 weeks flew by and the book was all finished! I printed a proof copy, made some adjustments, and awarded prizes to the winners of this year’s call for entries contest. These individuals expressed enthusiasm, were extremely committed to the project, and made some incredible work.</p>
<ul>
<li>August Enger: <em>Jessie MacLaren MacGregor</em></li>
<li>Dagmar Danielsen: <em>Xia Peisu</em></li>
<li>Catherine Munn: <em>Brenda Moon </em>& <em>Jane Hillston</em></li>
<li>Jenna Owen: <em>Chrystal Macmillan, Charlotte Auerbach, Agnes Yewande Savage, </em>&<em> Cristina Cruikshank Miller</em></li>
</ul>
<p>I wish I could give everyone prizes, and want to give a huge thank you to all who helped make this book possible!</p>
<h2>Now What?</h2>
<p>For me, it’s back to school for one more year finishing my illustration degree. For the book, it’s off to the print shop and then it will be distributed to members of the Edinburgh community.</p>
<p> </p>
<p>Thanks to everyone who helped make this book possible. I hope you enjoy colouring in the book as much as I did making it.</p>
<p>Take care,</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-04" itemprop="dateModified">Oct 4, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Visual Guide: Photos from UoE’s School of Chemistry & School of Biology</title>
		<link>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 13:37:16 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1975</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>  I am excited to share that progress on the third edition of the “We Have Great Stuff” colouring book series is steadily moving forward. As we continue to work on this project, we want to remind you that entries for the book are still open until the 30th of July! In response to valuable […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p> </p>
<p>I am excited to share that progress on the third edition of the “We Have Great Stuff” colouring book series is steadily moving forward. As we continue to work on this project, we want to remind you that entries for the book are still open until the 30th of July!</p>
<p>In response to valuable feedback from some individuals who expressed their preference for not drawing people, I have worked with individuals across the University to curate a gallery of images featuring the STEM facilities at the University of Edinburgh.</p>
<p>All of these images are released under an open license, allowing you to freely use them as references for your entries into the colouring book.</p>
<p>The entry submission period for the colouring book remains open until the 28th of July. We encourage you to carefully review our entry guidelines, which can be found <a href="https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/">here.</a></p>
<p>We are immensely grateful for your interest and enthusiasm in this project, and we look forward to receiving your creative contributions. Together, let’s celebrate the wonders of science through the pages of the “We Have Great Stuff” colouring book!</p>
<p>Remember, the deadline for submissions is the 28th of July. We can’t wait to see your amazing artwork!</p>
<h2>Check out the photos here:</h2>
<p> </p>

<a href='https://blogs.ed.ac.uk/colouring-books/img_9611/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9611-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9588/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9588-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9642/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9642-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9709/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9709-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9700/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9700-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9693/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9693-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9586-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6394/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6394-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9560/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9560-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9639/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9639-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9559/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9559-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9664/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9664-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9681/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9681-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9673/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9673-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9618/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9618-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9698/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9698-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9638/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9638-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9601/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9601-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9623/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9623-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9624/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9624-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9566/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9566-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9641/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9641-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9717/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9717-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9608/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9608-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9562/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9562-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9683/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9683-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9662/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9662-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9637/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9637-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9610/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9610-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9663/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9663-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9619/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9619-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9648/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9648-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9680/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9680-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9682/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9682-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9616/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9616-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9567/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9567-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6419/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6419-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9558/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9558-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6421/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6421-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9695/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9695-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9621/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9621-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9627/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9627-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9667/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9667-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9678/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9678-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9607/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9607-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9704/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9704-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9599/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9599-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9677/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9677-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9715/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9715-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9635/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9635-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p> </p>
<p>Huge thanks to these individuals for taking the time to give me tours and chat with me:</p>
<p><strong>Jenny Gracie:</strong> Widening Participation and Outreach Officer, School of Chemistry</p>
<p><strong>Sarah Ressel:</strong> Postdoctoral Research Associate, Institute of Infection and Immunology Research</p>
<p><strong>Frances Blow:</strong> Postdoctoral Research Associate, Institute of Infection and Immunology Research</p>
<p><strong>Maria Fanourgiaki:</strong> Science Communicator, School of Biological Sciences</p>
<p> </p>
<p>Happy drawing!</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-17" itemprop="dateModified">Jul 17, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Celebrating Women in Physics at the University of Edinburgh</title>
		<link>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 13:12:26 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1967</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span>  Today, I had the privilege of sitting down with ten exceptional women in the field of Physics at the University of Edinburgh. During our conversation, we discussed their experiences, research, and remarkable achievements. I want to extend a special thanks to Jean-Christophe Denis, who organised this meeting. A Chat With Professor MacPhee Firstly, I […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>Today, I had the privilege of sitting down with ten exceptional women in the field of Physics at the University of Edinburgh. During our conversation, we discussed their experiences, research, and remarkable achievements. I want to extend a special thanks to Jean-Christophe Denis, who organised this meeting.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1971 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait.png" alt="" width="328" height="464" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait.png 2481w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1440x2036.png 1440w" sizes="auto, (max-width: 328px) 100vw, 328px" /></p>
<h2>A Chat With Professor MacPhee</h2>
<p>Firstly, I had the pleasure of speaking with Cait MacPhee, an accomplished professor in biological physics and experimental molecular biophysics. She is also the co-director of the National Biofilms Innovation Centre. MacPhee, who became the first female professor in the School of Physics at Edinburgh, shared her inspiring journey in STEM:</p>
<blockquote><p>“There is no standard journey. You’ll hear different stories from different people… I initially pursued biology but found it challenging. Eventually, I decided to switch to physics for my Ph.D. as it made more sense to me, and I enjoy working with numbers.”</p></blockquote>
<p>Having been at the University of Edinburgh for 18 years, MacPhee has witnessed significant changes within the department during her tenure.</p>
<p> </p>
<p>Reflecting on the past, MacPhee discussed the absence of maternity policies when she worked at a previous institution and was pregnant with her first child. The department was uncertain about how to address this situation, leading to chaotic circumstances. However, as senior male staff members have began prioritising childcare responsibilities, policies and procedures have been put in place to support out-of-work responsibilities, including childcare. MacPhee acknowledged the progress made, recounting instances of being the only woman in the room or being overlooked by male peers, while emphasising the significant improvements that have taken place.</p>
<p> </p>
<p>In our conversation, I asked MacPhee about the policies and infrastructure required to encourage women to enter and thrive in STEM fields. She emphasised that real change can be achieved by starting at the grassroots level:</p>
<blockquote><p>“When children are turned off from pursuing sciences, it often happens at an early age, even before they reach secondary school. Thus, a lot of work needs to be done in primary schools, which is a particular passion of mine.”</p></blockquote>
<p>MacPhee noted that girls often receive subconscious messaging in schools that leads to repetitive thought patterns discouraging them from pursuing STEM. With a majority of teachers in arts and humanities, young girls can naturally gravitate towards the arts without proper exposure to sciences in the curriculum. She believes that schools need to empower and train their staff to integrate STEM more closely and equally into their curriculum. This involves empowering teachers to deliver science programs themselves, addressing the lack of confidence often observed.</p>
<p> </p>
<p>Despite the challenges and obstacles encountered, MacPhee emphasised her deep love for her work:</p>
<blockquote><p>“I genuinely enjoy what I do. I’m amazed that they pay me to do this job. The element of discovery is exhilarating. When you know something that nobody else in the world knows and have figured it out, there’s nothing quite like that feeling.”</p></blockquote>
<p>One of MacPhee’s “lightbulb” moments came during her extensive studies of biofilms, which are slimy nests of organisms found in various environments. Studying their water-repellent mechanisms led her to make ground-breaking discoveries previously unknown in biology.</p>
<p> </p>
<h2>A Chat with students and professors in physics</h2>
<p>Our conversation expanded as nine other exceptional women in physics joined us. The array of talent, dedication, and passion they brought to the discussion was truly remarkable. It was an absolute delight to explore their research and experiences and brainstorm ideas on how to encourage women in STEM across the university.</p>
<p> </p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1969" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-scaled.jpg" alt="" width="2560" height="1707" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-scaled.jpg 2560w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-300x200.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1024x683.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-768x512.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1536x1024.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-2048x1365.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1440x960.jpg 1440w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></p>
<p>Here is an introduction to the remarkable women who participated in the interview (from left to right, top to bottom):</p>
<ul>
<li><strong>Mylaine Holin:</strong> Ph.D. student studying extreme conditions</li>
<li><strong>Hannah Shuttleworth:</strong> Ph.D. student in physics researching condensed matter and complex systems</li>
<li><strong>Rosa Santomartino:</strong> Leverhulme Early Career Fellow researching astrobiology</li>
<li><strong>Marialuisa Aliotta:</strong> Professor of experimental nuclear astrophysics</li>
<li><strong>Sally Shaw:</strong> Lecturer in experimental particle physics</li>
<li><strong>Orianna Ball:</strong> Ph.D. student studying extreme conditions</li>
<li><strong>Estifa’a Zaid:</strong> Ph.D. student studying particle and nuclear physics</li>
<li><strong>Nisha Grewal:</strong> Ph.D. student in the School of Physics and Astronomy</li>
<li><strong>Holly Bridge:</strong> Ph.D. student studying soft matter physics</li>
</ul>
<h2>Why did you choose to pursue STEM?</h2>
<p>To gain insights into their motivations, I asked the group about their journeys into STEM. Marialuisa Aliotta shared that she initially aspired to be a ballerina but her brother’s scientific inclinations inspired her to pursue physics and become an academic. Rosa, driven by her childhood dream of becoming an astronaut, embarked on a postdoctoral research journey in astrobiology at the University of Edinburgh. Sally, fascinated by space from a young age, found her perfect blend of astrophysics and particle physics in studying dark matter. Holly’s passion for math led her to begin her Ph.D. in physics, focusing on modelling individual-based simulations for bacteria and wastewater treatment. Hannah conducts experimental high-pressure experiments, simulating conditions akin to the centre of the Earth using diamond-tipped tools. Mylaine’s fascination with the universe’s scale and gas giant planets propelled her to study physics. Orianna, inspired by enthusiastic teachers during her schooling and her sister, conducts research on extreme conditions using the diamond anvil technique. Nisha’s affinity for mathematics led her to pursue astrophysics as a Ph.D. student to deepen her understanding of the world. Estifa’a, driven by her early enjoyment of mathematics, conducts particle physics experiments.</p>
<p> </p>
<p>When discussing role models, Rosa mentioned having an astronaut living in her building during her childhood, which left an indelible impression. Others agreed that looking up to researchers and teachers played a vital role in encouraging their pursuit of STEM.</p>
<p> </p>
<h2>Have you encountered any obstacles?</h2>
<p>Our conversation also touched upon the experiences and obstacles faced by these remarkable women in their respective fields. Marialuisa recalled joining the department in 2001 as the sole female staff member in her department at the time:</p>
<blockquote><p>“When I came to Edinburgh in 2001, I was the only female member of staff for the first six years. It felt somewhat lonely, and I struggled to engage with my all-male academic counterparts. However, conditions have significantly improved since then, although challenges still persist.”</p></blockquote>
<p>The group concurred that having mentors and role models is instrumental in achieving success as women in their fields. Nisha emphasized the importance of seeing women in positions of influence and demonstrating that it is possible. Supportive mentors played a vital role in Estifa’a’s journey, instilling confidence and fostering a belief in her capabilities.</p>
<p>The women highlighted community programs like Soapbox Science and the film “Picture A Scientist” as initiatives that encourage and showcase women in STEM fields.</p>
<p> </p>
<h2>What advice do you give to the next generation of women in STEM?</h2>
<p>When asked for advice for young women pursuing STEM, Sally advised ignoring anyone who suggests they are just filling a quota, emphasising that they deserve their place. Hannah stressed the importance of not comparing oneself to others, as she had initially viewed certain male counterparts as an elite group. Rosa emphasised that perfection should not be the end goal, encouraging young women to find supportive mentors and acknowledging that imperfection is acceptable.</p>
<p> </p>
<p>The women also underscored the significance of forming friendships with fellow women in STEM. Holly noted the positive impact that conversations with peers experiencing similar situations can have, encouraging those who may be shy to push themselves and seek out these connections.</p>
<p> </p>
<h2>Progress and Persistence</h2>
<p>In conclusion, the experiences, insights, and achievements shared by these incredible women at the University of Edinburgh highlight the progress made and the evolving landscape for women in STEM.</p>
<p> </p>
<p> </p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-17" itemprop="dateModified">Jul 17, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Digital Art Workshop Reflections</title>
		<link>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 10 Jul 2023 12:22:42 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1947</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span>  Welcome back to another update on the third edition of the “We Have Great Stuff” coloring book series. I’m excited to share the highlights of our recent workshop and give you a glimpse of the incredible artwork created by our participants. We kicked off our month of coloring book workshops with the first session […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>Welcome back to another update on the third edition of the “We Have Great Stuff” coloring book series. I’m excited to share the highlights of our recent workshop and give you a glimpse of the incredible artwork created by our participants.</p>
<p>We kicked off our month of coloring book workshops with the first session focusing on creating digital illustrations using Sketchpad. It was a great success, with 10 individuals participating. I was impressed by the talent and dedication of our participants, especially considering that many of them were creating digital art for the first time.</p>
<p>The workshop began with a short demonstration, followed by an introduction to UoE’s women in STEM. Participants then dove into the world of Sketchpad, learning to master Bezier curves and anchor points. It was no easy feat, but I witnessed their progress firsthand as they gained confidence and created stunning digital illustrations.</p>
<p>While there were a few hiccups during the workshop, overall, I couldn’t have asked for a better outcome. The participants’ enthusiasm and the quality of their work were truly remarkable.</p>
<p>Looking ahead, I’m excited to announce that the next workshop will be held this Wednesday and will focus on traditional pen-and-ink illustration. Additionally, we have an online digital art workshop planned for next week. In the coming days, I’ll be touring various STEM facilities, capturing photos to showcase the remarkable staff and facilities we have at our university.</p>
<p>Huge thank you to everyone who came along to last week’s workshop, and if you missed it, check out our <a href="https://blogs.ed.ac.uk/colouring-books/events/">events page</a> to sign up for an upcoming workshop, and don’t forget to enter your submissions before the 28th!</p>
<p>I hope you’re enjoying the summer weather as much as I am. It’s a great time to explore your creativity and dive into the world of art. Stay tuned for more updates and inspiring artwork from our workshops.</p>
<p>Take care!<br />
-Ally</p>
<h2>Hard at work!</h2>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1951" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317.png" alt="" width="616" height="462" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317.png 4032w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1440x1080.png 1440w" sizes="auto, (max-width: 616px) 100vw, 616px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1952" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318.png" alt="" width="617" height="463" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318.png 4032w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1440x1080.png 1440w" sizes="auto, (max-width: 617px) 100vw, 617px" /></p>
<h2>A sneak peak at some submissions:</h2>
<p>Sharon Chen’s incredible portrait of Noreen Murray, co-creator of the world’s first genetically modified vaccine.</p>
<ul>
<li><strong>Photo credits:</strong> Photograph of Kenneth and Noreen Murray, photographic print, provided by the Murray Archive, University of Edinburgh [https://en.wikipedia.org/wiki/Noreen_Murray#/media/File:Noreen_Murray_(cropped).jpg] CC by 3.0</li>
</ul>
<div id="attachment_1771" style="width: 367px" class="wp-caption alignleft"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1771" class=" wp-image-1771" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped.jpeg" alt="Noreen Murray wears a polka dot scarf, hat, and buttoned jacket while she looks ahead." width="357" height="562" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped.jpeg 558w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped-191x300.jpeg 191w" sizes="auto, (max-width: 357px) 100vw, 357px" /><p id="caption-attachment-1771" class="wp-caption-text">Noreen Murray: Co-Creator of the World’s First Genetically Modified Vaccine</p></div>
<p><img loading="lazy" decoding="async" class="wp-image-1955 alignleft" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen.png" alt="" width="391" height="553" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen-212x300.png 212w" sizes="auto, (max-width: 391px) 100vw, 391px" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Margarita Boyko’s beautiful portrait of Jennie Lee, member of parliment.</p>
<ul>
<li><strong>Photo credits:</strong> 1929, Jennie Lee, photographic print, provided by Illustrated London News Digital Archive via Wikimedia, [https://en.wikipedia.org/wiki/File:Jennie_Lee.jpg#/media/File:Jennie_Lee.jpg] Public domain image</li>
</ul>
<div id="attachment_1786" style="width: 286px" class="wp-caption alignleft"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1786" class=" wp-image-1786" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1.jpeg" alt="Black and white yearbook photo of Jennie Lee" width="276" height="389" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1.jpeg 515w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1-213x300.jpeg 213w" sizes="auto, (max-width: 276px) 100vw, 276px" /><p id="caption-attachment-1786" class="wp-caption-text">Jennie Lee: Pioneering Member of Parliament</p></div>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1954" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Drawing_1_sketchpad.jpeg" alt="" width="280" height="396" /></p>
<p> </p>
<p> </p>
<p>And I’ve been working on creating colouring pages of the women who don’t have any open licenced images available, starting with Lillian Lindsay, the first female dentist in the UK.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1960" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally.png" alt="" width="382" height="540" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally.png 3308w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1440x2036.png 1440w" sizes="auto, (max-width: 382px) 100vw, 382px" /></p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-10" itemprop="dateModified">Jul 10, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>“We Have Great Stuff” Colouring Book Contest (Call For Entries)</title>
		<link>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/#comments</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 13:44:37 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1901</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span>Deadline: Friday, July 28th Contest Description This is your chance to be a part of the We Have Good Stuff Colouring Book series! We’re looking for illustrations inspired by the incredible women in science, technology, engineering, and math (STEM) from the University of Edinburgh (UoE). Help us to highlight exceptional women and their extraordinary achievements […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span><h1>Deadline: Friday, July 28th</h1>
<h2 style="text-align: start">Contest Description</h2>
<p style="text-align: start">This is your chance to be a part of the We Have Good Stuff Colouring Book series! We’re looking for illustrations inspired by the incredible women in science, technology, engineering, and math (STEM) from the University of Edinburgh (UoE).</p>
<p style="text-align: start">Help us to highlight exceptional women and their extraordinary achievements by creating black and white line drawings inspired by the images published on our online database (longlist). Submit your entry for the chance to be a published illustrator and win prizes!</p>
<p style="text-align: start">Keep watching this blog for more information and examples. Here are some previous colouring book pages from the last two editions.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1907" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c.jpg" alt="" width="236" height="335" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c.jpg 563w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c-211x300.jpg 211w" sizes="auto, (max-width: 236px) 100vw, 236px" />  <img loading="lazy" decoding="async" class="alignnone wp-image-1904" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c.jpg" alt="" width="237" height="336" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c.jpg 564w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c-212x300.jpg 212w" sizes="auto, (max-width: 237px) 100vw, 237px" />  <img loading="lazy" decoding="async" class="alignnone wp-image-1905" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c.jpg" alt="" width="238" height="336" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c.jpg 566w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c-212x300.jpg 212w" sizes="auto, (max-width: 238px) 100vw, 238px" /></p>
<h3 style="text-align: start">Closing  Date</h3>
<p style="text-align: start">Remember, entries are due by the 28th of July!</p>
<p style="text-align: start">Don’t miss this great opportunity to contribute to the We Have Good Stuff Colouring Book series and celebrate women in STEM.</p>
<p style="text-align: start">All experiences and abilities are welcome!</p>
<p> </p>
<h2 style="text-align: start">Entry Guidelines</h2>
<ul>
<li>Entrants must utilize the images available on our blog and must not include any copyrighted imagery in their entries.</li>
<li>Submissions must be done in black and white and must be outline only (no shading). See examples here.</li>
<li>Submissions must be A4 (210mm x 297mm), 300dpi</li>
<li>Landscape or portrait will be accepted. · Submissions must be entered online to our submission portal by the 28th of July.</li>
</ul>
<p style="text-align: start">We will attempt to share and publish as many valid entries as possible (i.e. physical book and online repositories), but the final decision will be made by the project team.</p>
<p> </p>
<h2 style="text-align: start">Pre-Requisites</h2>
<p>We’ll be providing workshops through the month of July, so feel free to come to those for demonstrations on how to create digital images and an overview of our selected image database. Please note however, that it is not required to attend these in order to enter.</p>
<p>You are welcome to use any method of illustrating you prefer, e.g. Adobe Illustrator or Procreate, but we will be hosting workshops on Sketchpad and traditional illustration.</p>
<p> </p>
<h2 style="text-align: start">2023 Workshops</h2>
<ul>
<li style="text-align: start">Wednesday, July 5th: Digital Art Making Workshop (In person, Argyle House, room E13)</li>
<li style="text-align: start">Wednesday, July 12th: Traditional Art Making Workshop (In person, Evolution House, room 4.10)</li>
<li style="text-align: start">Wednesday, July 19th: Online Art Making Workshop (Online)</li>
</ul>
<p> </p>
<h3 style="text-align: start">Prizes</h3>
<p style="text-align: start">There are a host of prizes available to participants, including books, art materials, and exclusive merchandise.</p>
<p style="text-align: start">All entrants will have the opportunity to be featured in a published work.</p>
<p> </p>
<h3 style="text-align: start">Eligibility</h3>
<ul>
<li style="text-align: start">All UoE staff</li>
<li style="text-align: start">All UoE students</li>
</ul>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-27" itemprop="dateModified">Jun 27, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Women in STEM Image Database</title>
		<link>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 13:44:15 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1746</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>Use this image bank to discover some of the University of Edinburgh’s wonderful women in science, technology, engineering, and maths! Click on each photo to find out more about each woman’s career and achievements. STEM Gallery Jun 27, 2023]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p>Use this image bank to discover some of the University of Edinburgh’s wonderful women in science, technology, engineering, and maths!</p>
<p>Click on each photo to find out more about each woman’s career and achievements.</p>
<h2>STEM Gallery</h2>

<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/agnessavage-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AgnesSavage-1-e1687266597726-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/annie_numbers-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Annie_Numbers-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Annie Hutton Numbers wears a graduation robe and hat, standing in front of a wooden wall." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/miller-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/miller-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Christina Cruikshank Miller in her graduation robe" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/ella_ferrier_pringle_in_1909-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Ella_Ferrier_Pringle_in_1909-1-150x150.png" class="attachment-thumbnail size-thumbnail" alt="Isabella Pringle rests her head on her hand. She is wearing graduation robes and her hair is braided." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/elsie_inglis/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglis-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Elsie Inglis looks at the viewer. She is wearing a buttoned jacket, tie, and hat with plaid ribbon." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/jennie_lee-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Black and white yearbook photo of Jennie Lee" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/gertrude-hertz/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-150x150.png" class="attachment-thumbnail size-thumbnail" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/honor-fell/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Honor Fell sits smiling at her microscope" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/matildajclerk/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/MatildaJClerk-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Matilda J Clerk in her graduation gown" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/macmillan_chrystal_1908-1914_22704149049/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Macmillan_Chrystal_1908-1914_22704149049-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Chrystal MacMillan looks into the camera wearing a victorian lace dress with a brooch" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/marionross/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/marionross-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Marion Ross sits in a chair" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/auerbach1/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/auerbach1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Charlotte Auerbach sits at her desk with a typewriter and cup of tea" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/1024px-bessie_watson_aged_9/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/1024px-Bessie_Watson_aged_9-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Young Bessie Watson stands wearing a kilt, playing the bagpipes, with a"Votes for Women" sash." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/marybruk/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/marybruk-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Mary Brück looks through a telescope" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/sophia_jex-blake_as_a_young_woman/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Sophia_Jex-Blake_as_a_young_woman-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Sophia Jex Blake as a young woman, writing at her desk" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/brenda_moon/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Brenda_Moon-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Brenda Moon stands with a cane in her garden, touching a rose, wearing a floral dress and smiling." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/profeleanorcampbellmugshot/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/ProfEleanorCampbellmugshot-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Eleanor Campbell smiles into the camera with a body of water and some grass behind her." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/photo-on-26-03-2020-at-13-20-5/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Photo-on-26-03-2020-at-13.20-5-e1687267542904-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Jane wears a red cardigan and glasses." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/devi/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Devi-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Devi stands with arms crossed in front of a purple "Edinburgh International Book Festival" background" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/tarasj/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/taraSJ-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Tara wears her lab coat and lanyard, smiling into camera" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/boden_9539/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Boden_9539-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Lisa Boden smiles into camera" /></a>

<hr />

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-27" itemprop="dateModified">Jun 27, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pixels & Pitfalls: Exploring AI’s Image Generation Struggles</title>
		<link>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Thu, 22 Jun 2023 14:25:58 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1846</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span>  As we prepare to bring you the third edition of the We Have Great Stuff colouring book series, we are considering new ways to update the format and reflect changing technology. This year’s theme, STEM, naturally lends itself to the incorporation of the buzz word of the year– Artificial Intelligence (AI). AI is now […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>As we prepare to bring you the third edition of the We Have Great Stuff colouring book series, we are considering new ways to update the format and reflect changing technology. This year’s theme, STEM, naturally lends itself to the incorporation of the buzz word of the year– Artificial Intelligence (AI).</p>
<p>AI is now touted as the miraculous tool that can enhance productivity, manage schedules, book flights, and even assist in meal planning. However, along with its popularity, AI has sparked significant controversy surrounding its ethical implications. Artists and creatives have expressed valid and pressing concerns about this highly innovative software.</p>
<h2><strong>What’s the Problem with AI? </strong></h2>
<p>One of the early achievements of AI was its ability to create “generative” images, combining various works to create entirely new visuals. While this may seem like a fascinating feat, it becomes problematic when we realize that this process often uses images posted online without consideration for copyright, proper attribution, or ethical compensation to the original artists.</p>
<h2><strong>An Expert Opinion</strong></h2>
<p>As an artist myself, this is a valid concern. Will there be any job opportunities for graduates like me with a design degree, or will they all be taken over by AI bots?</p>
<p>To see if I could incorporate AI into the colouring book, I decided to meet with two AI interns from ISG, Wietske Holwerda and Bartlomeij Pohorecki. Their unanimous response to my query was, “probably not.”</p>
<p>The AI team explained that the current state of AI is not advanced enough to be effectively employed in real projects like our colouring book. The images generated by popular AI tools like Deep AI and Dall-E may lack real-world accuracy, a critical aspect for a project like the colouring book which is centred around real individuals and technologies. Additionally, the sourcing of these AI-generated images raises concerns of copyright infringement, which could have serious consequences for a published open-source work.</p>
<p>However, they encouraged me to experiment and see what I could create.</p>
<h2><strong>Let’s Give it a Try</strong></h2>
<p>First, I tried <a href="https://openai.com/dall-e-2">Dall-E</a>, OpenAI’s image generation tool, which was among the first available online. Dall-E utilizes natural language descriptions to generate images based on requests and has been widely used for image creation.</p>
<p>I requested Dall-E to create colouring book pages featuring UoE’s very own Crystal Macmillan. The results were not terrible but fell short of expectations. The software lacked the ability to capture a reference or produce a likeness of a notable individual, making it challenging to use in a book filled with prominent personalities.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1875" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp.png" alt="" width="2887" height="2119" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp.png 2887w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-300x220.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1024x752.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-768x564.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1536x1127.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-2048x1503.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1440x1057.png 1440w" sizes="auto, (max-width: 2887px) 100vw, 2887px" /></p>
<p>Another feature of Dall-E is the ability to edit existing images. I uploaded an image of Chrystal Macmillan to Dall-E, resulting in an army of look-alikes but nothing too helpful for the project.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1849" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09.png" alt="" width="2469" height="543" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09.png 2469w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-300x66.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1024x225.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-768x169.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1536x338.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-2048x450.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1440x317.png 1440w" sizes="auto, (max-width: 2469px) 100vw, 2469px" /></p>
<p>Thinking that modifying an existing image might be the best approach for this project, I turned to <a href="https://www.adobe.com/sensei/generative-ai/firefly.html">Adobe Firefly</a>, an AI tool currently in beta testing by Adobe, that has been integrated into the latest version of Photoshop. This tool has significantly democratized AI accessibility for designers and creatives who already utilize adobe products every day.</p>
<p>I asked Adobe Firefly to extend a few of my images, and the results were amazing!</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1763" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." width="207" height="278" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png 978w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png 224w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-763x1024.png 763w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-768x1030.png 768w" sizes="auto, (max-width: 207px) 100vw, 207px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1860" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit.png" alt="" width="427" height="278" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1440x937.png 1440w" sizes="auto, (max-width: 427px) 100vw, 427px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1764" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell.jpeg" alt="Honor Fell sits smiling at her microscope" width="205" height="286" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell.jpeg 512w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-215x300.jpeg 215w" sizes="auto, (max-width: 205px) 100vw, 205px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1862" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded.png" alt="" width="443" height="286" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded.png 1110w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-300x194.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-1024x661.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-768x495.png 768w" sizes="auto, (max-width: 443px) 100vw, 443px" /></p>
<p>However, there were some issues when it came to specific details. AI lacks an understanding of space and depth, which led to some peculiar additions to Honor’s lab. Additionally, the tool tended to add creepy humanoid figures, as evidenced by those added to Gertrude and Elsie’s image.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1861" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1.png" alt="" width="298" height="194" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1440x937.png 1440w" sizes="auto, (max-width: 298px) 100vw, 298px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1863" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2.png" alt="" width="300" height="193" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2.png 1110w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-300x194.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-1024x661.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-768x495.png 768w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1872" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218.jpg" alt="" width="297" height="199" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218.jpg 2560w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-300x201.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1024x686.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-768x515.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1536x1029.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-2048x1372.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1440x965.jpg 1440w" sizes="auto, (max-width: 297px) 100vw, 297px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1869" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2.png" alt="" width="304" height="198" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1440x937.png 1440w" sizes="auto, (max-width: 304px) 100vw, 304px" /></p>
<p>Next, I explored “<a href="https://www.fotor.com/">Fotor</a>,” a free and accessible online platform for AI image generation and manipulation. Fotor offered a remarkable black and white colorization tool, using AI logic to colorize lack and white photos. This worked well on the picture of Charlotte Auerbach but fell short when applied to Jessie MacGregor or Noreen Murray..</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1879" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2.png" alt="" width="3129" height="1150" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2.png 3129w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-300x110.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1024x376.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-768x282.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1536x565.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-2048x753.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1440x529.png 1440w" sizes="auto, (max-width: 3129px) 100vw, 3129px" /></p>
<p>In summary, I find myself breathing a sigh of relief. Creatives, your jobs are safe, at least for now. AI is undoubtedly proving to be a powerful tool, but it is not without its complications.</p>
<p>However, there is a world of fun to be had when it comes to creating unusual AI altered images.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1884 alignnone" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1.png" alt="" width="333" height="227" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-300x204.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-1024x697.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-768x523.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-1440x981.png 1440w" sizes="auto, (max-width: 333px) 100vw, 333px" /> <img loading="lazy" decoding="async" class="wp-image-1883 alignnone" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1.png" alt="" width="333" height="227" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-300x204.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-1024x697.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-768x523.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-1440x981.png 1440w" sizes="auto, (max-width: 333px) 100vw, 333px" /></p>
<p style="text-align: center"><em>Dolly and friends travel the world</em></p>
<h2><strong>So, what does this mean for the book?</strong></h2>
<p>When it comes to image generation, it may not be in the project’s best interest to rely too heavily on AI. Not only will it complicate our ability to licence the book’s images, it will produce images that simply aren’t as good as what any of you could come up with.</p>
<p>And when it comes to including AI in University work, the best practice is to of course use the helpful <a href="https://www.ed.ac.uk/bayes/ai-guidance-for-staff-and-students">AI guidance</a> published onto the University website, which covers use cases, citations, and best practices.</p>
<p>This is why we need participants like you more than ever to help us amplify the stories of UoE’s fantastic women in STEM and create hand-made, ethically sourced illustrations. Stay tuned for information on upcoming events and how to get involved in this project.</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-22" itemprop="dateModified">Jun 22, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
"
      ["raw"]=>
      string(120804) "HTTP/1.1 200 OK
Content-Type: application/rss+xml; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Date: Thu, 18 Jun 2026 07:59:57 GMT
Server: Apache
X-Powered-By: PHP/8.3.31
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Link: <https://blogs.ed.ac.uk/colouring-books/wp-json/>; rel="https://api.w.org/", <https://blogs.ed.ac.uk/colouring-books/wp-json/wp/v2/tags/4>; rel="alternate"; title="JSON"; type="application/json"
Set-Cookie: PHPSESSID=e216o5vk5tl1m5hjdgdpgdne9t; path=/; secure; HttpOnly
Set-Cookie: spo_1225_fa=e9a2fc2dadd47324977d1854fc4d5fc4; expires=Thu, 18 Jun 2026 08:29:57 GMT; Max-Age=1800; path=/colouring-books/; Secure; HttpOnly
Last-Modified: Thu, 02 Nov 2023 12:18:03 GMT
ETag: "221cda3f7e784c10bc5b919084bbdff3"
Vary: Accept-Encoding
Set-Cookie: RCKBMHKB=027ff8be59-56fd-48fTqksC824NNKXU5q7dIW63aPxdeCBqn2Zp2mMD76YPxaw60fsHGDPBC8zWAlIJj2nGU; path=/; SameSite=None; Secure

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:cc="http://creativecommons.org/ns#" >

<channel>
	<title>DLAM Feed – Colouring books blog</title>
	<atom:link href="https://blogs.ed.ac.uk/colouring-books/feed/?tag=dlam-feed" rel="self" type="application/rss+xml" />
	<link>https://blogs.ed.ac.uk/colouring-books</link>
	<description>The 'we have great stuff' colouring books are openly licensed resources created by University of Edinburgh students and staff for everyone to enjoy.</description>
	<lastBuildDate>Thu, 02 Nov 2023 12:18:03 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2020/02/cropped-avatar-roundel-bright-pink-72dpi-32x32.png</url>
	<title>DLAM Feed – Colouring books blog</title>
	<link>https://blogs.ed.ac.uk/colouring-books</link>
	<width>32</width>
	<height>32</height>
</image> 
<cc:license >Creative Commons Attribution CC BY 3.0</cc:license><dc:rights  >Creative Commons Attribution CC BY 3.0</dc:rights>	<item>
		<title>Colouring Book Volume 3 available on Edinburgh Diamond Service</title>
		<link>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/#respond</comments>
		
		<dc:creator><![CDATA[Jackie Aim]]></dc:creator>
		<pubDate>Thu, 02 Nov 2023 12:18:03 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Edinburgh Diamond]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[ISBN]]></category>
		<category><![CDATA[ISSN]]></category>
		<category><![CDATA[publishing]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2088</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span>‘We Have Great Women in STEM’ colouring book Our volume three colouring book ‘We Have Great Women in STEM’ is now available on Edinburgh Diamond, the University of Edinburgh’s digital service for hosting Diamond Open Access books and journals. Hosting our books on Edinburgh Diamond Although we have our books available on the Colouring Books website having them […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span><h2 class="p1"><span class="s1">‘We Have Great Women in STEM’ colouring book</span></h2>
<p class="p2"><span class="s1">Our volume three colouring book <a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/book/ED-9781912669622"><span class="s2">‘We Have Great Women in STEM’</span></a> is now available on <a href="https://books.ed.ac.uk/edinburgh-diamond/index"><span class="s2">Edinburgh Diamond</span></a>, the University of Edinburgh’s digital service for hosting <a href="https://en.wikipedia.org/wiki/Diamond_open_access"><span class="s2">Diamond Open Access</span></a> books and journals.</span></p>
<h2 class="p1"><span class="s1">Hosting our books on Edinburgh Diamond</span></h2>
<p class="p2"><span class="s1">Although we have our books available on the <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books"><span class="s2">Colouring Books</span></a> website having them on Edinburgh Diamond is a more sustainable and long term way of preserving them. Check out our Edinburgh Diamond Catalogue series: <a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/series/we-have-great-stuff"><span class="s2">‘We have Great Stuff’</span></a>.</span></p>
<p class="p2"><span class="s1">To find out more about the Edinburgh Diamond Service visit their <a href="https://www.ed.ac.uk/information-services/research-support/edinburgh-diamond"><span class="s2">University of Edinburgh, Edinburgh Diamond website</span></a>.</span></p>
<h2 class="p1"><span class="s1">Volume 3 colouring book reference</span></h2>
<ul class="ul1">
<li class="li3"><span class="s3"><a href="https://books.ed.ac.uk/edinburgh-diamond/catalog/book/ED-9781912669622"><span class="s4">Edinburgh Diamond: We have Great Women in STEM, Volume 3</span></a></span></li>
<li class="li4"><span class="s1">ISBN: 978-1-912669-62-2</span></li>
<li class="li3"><span class="s6">DOI: <a href="https://doi.org/10.2218/ED.9781912669622"><span class="s4">https://doi.org/10.2218/ED.9781912669622</span></a></span></li>
</ul>
<p class="p2"><span class="s1">For the references and more information on volumes one and two please read our <a href="https://blogs.ed.ac.uk/colouring-books/edinburgh-diamond/">previous blogpost on Edinburgh Diamond</a>.</span></p>
<h2 class="p1"><span class="s1">About the</span><span class="s1"> </span><span class="s1">book</span></h2>
<p class="p2"><span class="s1">This third volume was created by our Interactive Content summer intern Ally McKay, she is studying illustration at Edinburgh College of Art. The images for the book were collated from in person and online workshops Ally held during the summer, and also includes some of her own illustrations. She also met with inspiring women in STEM who work and study in the University.</span></p>
<p class="p2"><span class="s1">Ally says about her internship:</span></p>
<p class="p2"><span class="s1"> </span></p>
<blockquote>
<p class="p2"><span class="s1">Creating the book was such a fun and useful experience for me. As an illustration student, it’s usually me creating the pictures but getting to run workshops and collect submissions from the university of Edinburgh community reminded me how much talent we have in our organization. I loved the opportunity to dig into the history of some of UoE’s women in STEM of the past, and also meet with women doing amazing work in STEM today. The project couldn’t have been possible without support and guidance from Stewart Cromar and Jackie Aim, as well as all the amazing volunteers that submitted work!</span></p>
</blockquote>
<h2 class="p1"><span class="s1">Book distribution</span></h2>
<p class="p2"><span class="s1">The volume three physical books were printed to coordinate with our Ada Lovelace Day celebration on Tuesday 10th October 2023. They were distributed to various locations including Argyle House, Residence Life Office and the Health and Wellbeing Centre at Bristo Square. They are also available to <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books"><span class="s2">download</span></a>.</span></p>
<p class="p2"><span class="s1">We have paper copies of volume three at Argyle House that are freely available to UoE staff and students, please <a href="mailto:interactive-content@ed.ac.uk"><span class="s2">email us</span></a> if you would like a copy. We can send them out via internal mail only.</span></p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-11-02" itemprop="dateModified">Nov 2, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/volume-3-on-edinburgh-diamond-service/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>We Have Great Women in STEM Colouring Book Out Now!</title>
		<link>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 16 Oct 2023 10:49:39 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2049</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>It’s finally here! The third edition of the “We Have Great Stuff” colouring book has been in the works all summer, and is finally ready to be shared! This edition has been a huge group effort, and took a lot of collaboration from the Edinburgh community. Over a series of three workshops, UoE students, professors, […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><h2>It’s finally here!</h2>
<p>The third edition of the “We Have Great Stuff” colouring book has been in the works all summer, and is finally ready to be shared!</p>
<p>This edition has been a huge group effort, and took a lot of collaboration from the Edinburgh community. Over a series of three workshops, UoE students, professors, and employees came together to learn about digital art and highlight our incredible women in stem by contributing illustrations to the colouring book.</p>
<p>There is so much talent here at Edinburgh and I am extremely grateful to all who took time out of their busy schedules to help me with this project.</p>
<p><strong>Huge thank you to our illustrators:</strong></p>
<ul>
<li>
<div class="ewa-rteLine">August Enger</div>
</li>
<li>
<div class="ewa-rteLine">Jackie Aim</div>
</li>
<li>
<div class="ewa-rteLine">Jenna Owen</div>
</li>
<li>
<div class="ewa-rteLine">Karen McPhail</div>
</li>
<li>
<div class="ewa-rteLine">Kirsty Tragis</div>
</li>
<li>
<div class="ewa-rteLine">Sharon Chen</div>
</li>
<li>
<div class="ewa-rteLine">Claudia Earl</div>
</li>
<li>
<div class="ewa-rteLine">Catherine Munn</div>
</li>
<li>
<div class="ewa-rteLine">Dagmar Danielsen</div>
</li>
<li>
<div class="ewa-rteLine">Ally Mckay</div>
</li>
<li>
<div class="ewa-rteLine">Alysha Wilson</div>
</li>
<li>
<div class="ewa-rteLine">Maarya Sharif</div>
</li>
<li>
<div class="ewa-rteLine">Mayu Ishimoto</div>
</li>
<li>
<div class="ewa-rteLine">Wenwen Wang</div>
</li>
<li>
<div class="ewa-rteLine">Zequn Wang</div>
</li>
</ul>
<p><strong>And another huge thank you to all the contributors that made this project possible:</strong></p>
<ul>
<li>
<div class="ewa-rteLine">Cait MacPhee</div>
</li>
<li>
<div class="ewa-rteLine">Estifa’a Zaid</div>
</li>
<li>
<div class="ewa-rteLine">Frances Blow</div>
</li>
<li>
<div class="ewa-rteLine">Hannah Shuttleworth</div>
</li>
<li>
<div class="ewa-rteLine">Holly Bridge</div>
</li>
<li>
<div class="ewa-rteLine">JC Denis</div>
</li>
<li>
<div class="ewa-rteLine">Jenny Gracie</div>
</li>
<li>
<div class="ewa-rteLine">Lothian Health Services Archive</div>
</li>
<li>
<div class="ewa-rteLine">Maria Fanourgiaki</div>
</li>
<li>
<div class="ewa-rteLine">Marialuisa Aliotta</div>
</li>
<li>
<div class="ewa-rteLine">Mylaine Holin</div>
</li>
<li>
<div class="ewa-rteLine">Nisha Grewal</div>
</li>
<li>
<div class="ewa-rteLine">Orianna Ball</div>
</li>
<li>
<div class="ewa-rteLine">Rosa Santomartino</div>
</li>
<li>
<div class="ewa-rteLine">Sally Shaw</div>
</li>
<li>
<div class="ewa-rteLine">Sarah Ressel</div>
</li>
</ul>
<h2>Where to get your copy</h2>
<p>There are a limited number of free copies of the book available at Argyle House, Residence Life Office and the Health and Wellbeing Centre at Bristo Square.</p>
<p>If your are University staff and would like a copy or a small box for your department, delivered via internal mail, please get in touch (whilst stocks last).</p>
<p>Please contact: <a href="mailto:interactive-content@ed.ac.uk">interactive-content@ed.ac.uk</a></p>
<h3>Online copies</h3>
<p>This publication is also available online at: <a href="https://edin.ac/colouring-book">https://edin.ac/colouring-book</a></p>
<h3>Flickr</h3>
<p>There are high-resolution (300 dpi) colouring book images available for you to download, reuse and share.</p>
<p><a href="https://www.flickr.com/photos/interactive-content/albums/72177720311677507" data-uoe-button="info-sign" data-cke-saved-href="https://www.flickr.com/photos/interactive-content/albums/72177720311677507">Colouring book Flickr album (volume three)</a></p>
<p> </p>
<p>Happy colouring!</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-16" itemprop="dateModified">Oct 16, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/we-have-great-women-in-stem-colouring-book-out-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ada Lovelace Day 2023 – Book Launch</title>
		<link>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/#respond</comments>
		
		<dc:creator><![CDATA[Stewart Cromar]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 10:45:29 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ada Lovelace Day]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2075</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>At this year's Ada Lovelace Day Ally McKay will officially launch her brand-new Women in STEM colouring-in book.]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p><strong>On Tuesday 10th October 2023, the University’s Information Services team are celebrating Ada Lovelace Day 2023 which is an <a href="https://findingada.com/">international celebration day</a> of the achieveme</strong><strong>nts of women in <a href="https://en.wikipedia.org/wiki/Science,_technology,_engineering,_and_mathematics">science, technology, engineering and maths (STEM)</a>.</strong></p>
<p>They have an afternoon of <a href="https://thinking.is.ed.ac.uk/ada-lovelace-day/ada-lovelace-day-2023/">talks, activities and training</a> planned for Ada Lovelace Day.  This will take place on the first floor of the Main Library (Central Area) from 11:00-17:00 in Room 1.07.</p>
<p>You can confirm your attendance via Event Booking now (open to all University students and staff):</p>
<p><a href="https://www.events.ed.ac.uk/index.cfm?event=showEventDetails&scheduleId=65360&start=&eventssearch=Ada%20Lovelace%20Day&eventStart=0">Book your place</a></p>
<p>P.S. Please do add yourself to the waiting list in case anyone cancels.</p>
<h2>Colouring book launch</h2>
<p>At this event Ally McKay, our very own colouring-in book creator and student intern, will officially launch her brand-new Women in STEM colouring-in book.</p>
<p>Don’t worry if you can’t attend the event, the openly licenced book will be available to <a href="https://www.ed.ac.uk/information-services/colouring-books/download-the-books">download</a> the same day. You will also be able to collect copies from multiple university locations (to-be-announced soon).</p>
<p>Shortly after the launch you will be also able to download high-resolution illustrations from our <a href="https://flic.kr/s/aHBqjAXbuc">Flickr account</a>.</p>
<h2>Copyright and licence</h2>
<div>
<p>Copyright © The University of Edinburgh 2023 CC BY</p>
</div>
<div>This work is licensed under a Creative Commons Attribution 4.0 International License: <a href="http://creativecommons.org/licenses/by/4.0/">creativecommons.org/licenses/by/4.0</a></div>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-04" itemprop="dateModified">Oct 4, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/ada-lovelace-day-2023-book-launch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Behind the Scenes of “We Have Great Women in STEM”</title>
		<link>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 10:03:24 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorised]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=2063</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span>By now, you’ve probably heard that the third edition of the “We Have Great Stuff” Colouring Book is out now, entitled “We Have Great Women in STEM.” This 10-week project was a labor of love, from researching UoE’s women in STEM, hosting art workshops, accepting submissions, to finally compiling the book. Face the Facts One […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span><p>By now, you’ve probably heard that the third edition of the “We Have Great Stuff” Colouring Book is out now, entitled “We Have Great Women in STEM.” This 10-week project was a labor of love, from researching UoE’s women in STEM, hosting art workshops, accepting submissions, to finally compiling the book.</p>
<h2>Face the Facts</h2>
<p>One of the most challenging aspects of creating a colouring book like this was identifying who we wanted to include. Women in STEM tend to not be well recorded or represented in informational databases, and we did encounter some issues finding the women we wanted to illustrate. Luckily, the university’s website provided many great profiles, and we were able to take some great suggestions from colleagues. As I researched, I found more and more women I wanted to include– ending up with over 30 women (and one sheep) in our online database!</p>
<h2>Putting Faces to Names</h2>
<p>Because the project is so visual, it was imperative that I could hunt down open licensed images of these women so that participants could use the images without worrying about copyright. Luckily, some of the women were historical figures, and their images were so old that they entered the public domain.</p>
<div id="attachment_1763" style="width: 234px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1763" class="size-medium wp-image-1763" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." width="224" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png 224w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-763x1024.png 763w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-768x1030.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png 978w" sizes="auto, (max-width: 224px) 100vw, 224px" /><p id="caption-attachment-1763" class="wp-caption-text">Gertrude Herzfeld: One of the First Female Surgeons</p></div>
<p>For the more modern women, it was trickier as their images were not in the public domain yet. And on top of that, some of the women had no photos taken of them at all!</p>
<p>I spent around three weeks searching, emailing, and scouring for images of these women, and found some gems! Namely, Jessie MacGregor’s incredible portrait with her dog, and Vivien Kellem’s incredible midcentury black and white portraits.</p>
<div id="attachment_1761" style="width: 310px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1761" class="size-medium wp-image-1761" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-300x210.jpg" alt="Jessie sits at her desk in graduation robes, writing in a book. A scruffy dog sits next to her." width="300" height="210" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-300x210.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1024x717.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-768x538.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1536x1075.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-2048x1434.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/GD1_53_2_2-Jessie-Macgregor-1440x1008.jpg 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /><p id="caption-attachment-1761" class="wp-caption-text">Jessie MacLaren MacGregor: Fighting for Gender Equality at UoE</p></div>
<div id="attachment_1780" style="width: 251px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1780" class="size-medium wp-image-1780" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-241x300.jpg" alt="Vivien reclines on a leather sofa, wearing a fur coat and small hat. Her head is turned, facing left." width="241" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-241x300.jpg 241w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-824x1024.jpg 824w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-768x955.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-1236x1536.jpg 1236w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems-1440x1790.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/VivienKellems.jpg 1609w" sizes="auto, (max-width: 241px) 100vw, 241px" /><p id="caption-attachment-1780" class="wp-caption-text">Vivien Kellems: Engineering Entrepreneur & Women’s Rights Advocate</p></div>
<p><img loading="lazy" decoding="async" class="size-medium wp-image-1779 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems-300x231.jpeg" alt="" width="300" height="231" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems-300x231.jpeg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Vivien_Kellems.jpeg 512w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>I also had a lot of success reaching out to current women in STEM at the University and simply asking for their permission to be in the book, and for them to provide a photo that they held the rights to. Reaching out to University departments also proved quite successful as they usually had photos of notable alumni from previous publications.</p>
<p>Eventually, I was able to source enough photos to compile them into an online database, and publish them ready to be made into illustrations.</p>
<h2>Time to put in the Work(shops)</h2>
<p>To source illustrations, I hosted a series of three workshops during the month of July: a digital illustration workshop, traditional illustration workshop, and an online digital workshop. These were open to all members of the UoE community and held in a variety of locations to allow those in all working situations to join.</p>
<p> </p>
<p><strong>Workshop 1: Digital Illustration Workshop</strong></p>
<p>The first workshop was held in early July, and we had 8 lovely members of the UoE community come out to help us with the colouring book project. These were mostly ISG interns, who courageously tried their hand at using Sketchpad to create digital artwork- which was no easy feat!</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1951" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-1952" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>I was so impressed by the group’s creativity and enthusiasm and we got some great submissions. It was also a great way to figure out how to best organise these workshops and effectively teach sketchpad.</p>
<p> </p>
<p><strong>Workshop 2: Traditional Illustration Workshop</strong></p>
<p>This workshop was hosted at ECA’s Evolution House– handy timing because the infamous Argyle House flood had just taken over the office. Jackie and I arrived armed with pencils, erasers and pens and welcomed 8 more enthusiastic individuals to the workshop. We had a mix of undergraduate students, masters students, professors and employees- and we all got together and bonded over cake, drawing, and women in STEM.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2058" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6405-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /> <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2057" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-300x225.png" alt="" width="300" height="225" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_6401-1440x1080.png 1440w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p> </p>
<p><strong>Workshop 3: Online Digital Illustration Workshop</strong></p>
<p>Another accidentally well-timed workshop– the last one we offered at the end of July was online. We had 5 participants come from across many of UoE’s departments, and since I had already been through the slides for the first workshop, this one ran super smoothly.</p>
<p>We got some great submissions here and had some really dedicated participants who worked on their illustrations after the workshop ended and came up with some incredible work.</p>
<h2>Compiling the Book</h2>
<p>Now that I had so many wonderful submissions from the workshops, I headed to trusty InDesign to start formatting the final book.</p>
<p>I first converted all the photographic submissions into vectors using Adobe Illustrator’s image trace function, or cleaned up any digital submissions that were already vectorised, but just had some missing pieces.</p>
<p><img loading="lazy" decoding="async" class="wp-image-2067 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-225x300.jpg" alt="" width="262" height="349" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-225x300.jpg 225w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-768x1024.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1152x1536.jpg 1152w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1536x2048.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-1440x1920.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/IMG_20230731_122147-scaled.jpg 1920w" sizes="auto, (max-width: 262px) 100vw, 262px" /></p>
<p style="text-align: center"><strong>Before</strong><img loading="lazy" decoding="async" class="wp-image-2066 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-212x300.png" alt="" width="267" height="378" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/JennaOwen-CharlotteAuerbach-1440x2036.png 1440w" sizes="auto, (max-width: 267px) 100vw, 267px" /></p>
<p style="text-align: center"><strong>After</strong></p>
<p>I also took a look at the women that we hadn’t gotten any submissions for and made illustrations myself for them.</p>
<p>Following loosely the formatting from previous copies, I set up my file as an A5 booklet, and decided on the fonts “Factoria” and “Video” for body and headings, respectively. I wanted the type to be kind of quirky and create shapes that would be fun to colour in, which is why I went down the sci-fi route and sourced technologically inspired fonts.</p>
<p>From there, I just popped all the final images into their pages and decided which would sit best together on the page. Then, I had two main things to fill in– the cover and the index.</p>
<h2>You Can Judge this Book’s Cover!</h2>
<p>I had two initial concepts for the book cover– one featuring a magnifying glass, and one featuring a female scientist. In the end, my team and I decided that the microscope one was more eye-catching and drew the eye to the center of the page well. I had such a fun time making all the tiny little STEM icons, and took lots of inspiration from the Star Wars edition of “Little White Lies,” incorporating halftones as a way to add contrast without taking away any colouring-in functionality.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2069" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-232x300.jpg" alt="" width="232" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-232x300.jpg 232w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-791x1024.jpg 791w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-768x994.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1187x1536.jpg 1187w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1583x2048.jpg 1583w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-1440x1864.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-scaled.jpg 1978w" sizes="auto, (max-width: 232px) 100vw, 232px" />    <img loading="lazy" decoding="async" class="alignnone size-medium wp-image-2068" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-232x300.jpg" alt="" width="232" height="300" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-232x300.jpg 232w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-791x1024.jpg 791w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-768x994.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1187x1536.jpg 1187w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1583x2048.jpg 1583w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-1440x1864.jpg 1440w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/MicrosoftTeams-image-copy-scaled.jpg 1978w" sizes="auto, (max-width: 232px) 100vw, 232px" /></p>
<p> </p>
<p>I made the cover in illustrator, and created the back and front on the same document so that the images would seamlessly flow into each other when the book was opened.</p>
<p><img loading="lazy" decoding="async" class="wp-image-2060 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-300x200.png" alt="" width="722" height="481" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-300x200.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1024x683.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-768x512.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1536x1024.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-2048x1365.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/08/mockup1-1440x960.png 1440w" sizes="auto, (max-width: 722px) 100vw, 722px" /></p>
<h2>The Index <strong>– Celebrating Achievements</strong></h2>
<p>My last hurdle on this project was creating the index. This would go at the back of the book and would store all the information about the illustration’s source images, illustrators, reference photo attribution, and a short piece of biographical info about each women. Due to the subject matter of the book, it was important to my team and I to not just show the likeness of these women in STEM, but celebrate their achievements. Adding this info in the index was a good way to do this without taking away from the illustrations.</p>
<h2><strong>And Voilà!</strong></h2>
<p>Just like that, 10 weeks flew by and the book was all finished! I printed a proof copy, made some adjustments, and awarded prizes to the winners of this year’s call for entries contest. These individuals expressed enthusiasm, were extremely committed to the project, and made some incredible work.</p>
<ul>
<li>August Enger: <em>Jessie MacLaren MacGregor</em></li>
<li>Dagmar Danielsen: <em>Xia Peisu</em></li>
<li>Catherine Munn: <em>Brenda Moon </em>& <em>Jane Hillston</em></li>
<li>Jenna Owen: <em>Chrystal Macmillan, Charlotte Auerbach, Agnes Yewande Savage, </em>&<em> Cristina Cruikshank Miller</em></li>
</ul>
<p>I wish I could give everyone prizes, and want to give a huge thank you to all who helped make this book possible!</p>
<h2>Now What?</h2>
<p>For me, it’s back to school for one more year finishing my illustration degree. For the book, it’s off to the print shop and then it will be distributed to members of the Edinburgh community.</p>
<p> </p>
<p>Thanks to everyone who helped make this book possible. I hope you enjoy colouring in the book as much as I did making it.</p>
<p>Take care,</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-10-04" itemprop="dateModified">Oct 4, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/behind-the-scenes-of-we-have-great-women-in-stem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Visual Guide: Photos from UoE’s School of Chemistry & School of Biology</title>
		<link>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 13:37:16 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1975</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>  I am excited to share that progress on the third edition of the “We Have Great Stuff” colouring book series is steadily moving forward. As we continue to work on this project, we want to remind you that entries for the book are still open until the 30th of July! In response to valuable […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p> </p>
<p>I am excited to share that progress on the third edition of the “We Have Great Stuff” colouring book series is steadily moving forward. As we continue to work on this project, we want to remind you that entries for the book are still open until the 30th of July!</p>
<p>In response to valuable feedback from some individuals who expressed their preference for not drawing people, I have worked with individuals across the University to curate a gallery of images featuring the STEM facilities at the University of Edinburgh.</p>
<p>All of these images are released under an open license, allowing you to freely use them as references for your entries into the colouring book.</p>
<p>The entry submission period for the colouring book remains open until the 28th of July. We encourage you to carefully review our entry guidelines, which can be found <a href="https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/">here.</a></p>
<p>We are immensely grateful for your interest and enthusiasm in this project, and we look forward to receiving your creative contributions. Together, let’s celebrate the wonders of science through the pages of the “We Have Great Stuff” colouring book!</p>
<p>Remember, the deadline for submissions is the 28th of July. We can’t wait to see your amazing artwork!</p>
<h2>Check out the photos here:</h2>
<p> </p>

<a href='https://blogs.ed.ac.uk/colouring-books/img_9611/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9611-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9588/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9588-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9642/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9642-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9709/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9709-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9700/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9700-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9693/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9693-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9586-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6394/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6394-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9560/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9560-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9639/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9639-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9559/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9559-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9664/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9664-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9681/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9681-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9673/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9673-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9618/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9618-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9698/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9698-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9638/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9638-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9601/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9601-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9623/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9623-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9624/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9624-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9566/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9566-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9641/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9641-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9717/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9717-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9608/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9608-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9562/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9562-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9683/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9683-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9662/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9662-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9637/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9637-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9610/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9610-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9663/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9663-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9619/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9619-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9648/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9648-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9680/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9680-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9682/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9682-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9616/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9616-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9567/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9567-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6419/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6419-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9558/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9558-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_6421/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6421-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9695/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9695-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9621/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9621-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9627/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9627-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9667/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9667-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9678/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9678-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9607/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9607-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9704/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9704-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9599/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9599-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9677/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9677-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9715/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9715-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/img_9635/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9635-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>

<p> </p>
<p>Huge thanks to these individuals for taking the time to give me tours and chat with me:</p>
<p><strong>Jenny Gracie:</strong> Widening Participation and Outreach Officer, School of Chemistry</p>
<p><strong>Sarah Ressel:</strong> Postdoctoral Research Associate, Institute of Infection and Immunology Research</p>
<p><strong>Frances Blow:</strong> Postdoctoral Research Associate, Institute of Infection and Immunology Research</p>
<p><strong>Maria Fanourgiaki:</strong> Science Communicator, School of Biological Sciences</p>
<p> </p>
<p>Happy drawing!</p>
<p>-Ally</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-17" itemprop="dateModified">Jul 17, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/on-campus-stem-image-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Celebrating Women in Physics at the University of Edinburgh</title>
		<link>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 13:12:26 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1967</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span>  Today, I had the privilege of sitting down with ten exceptional women in the field of Physics at the University of Edinburgh. During our conversation, we discussed their experiences, research, and remarkable achievements. I want to extend a special thanks to Jean-Christophe Denis, who organised this meeting. A Chat With Professor MacPhee Firstly, I […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>Today, I had the privilege of sitting down with ten exceptional women in the field of Physics at the University of Edinburgh. During our conversation, we discussed their experiences, research, and remarkable achievements. I want to extend a special thanks to Jean-Christophe Denis, who organised this meeting.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1971 aligncenter" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait.png" alt="" width="328" height="464" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait.png 2481w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Kait-1440x2036.png 1440w" sizes="auto, (max-width: 328px) 100vw, 328px" /></p>
<h2>A Chat With Professor MacPhee</h2>
<p>Firstly, I had the pleasure of speaking with Cait MacPhee, an accomplished professor in biological physics and experimental molecular biophysics. She is also the co-director of the National Biofilms Innovation Centre. MacPhee, who became the first female professor in the School of Physics at Edinburgh, shared her inspiring journey in STEM:</p>
<blockquote><p>“There is no standard journey. You’ll hear different stories from different people… I initially pursued biology but found it challenging. Eventually, I decided to switch to physics for my Ph.D. as it made more sense to me, and I enjoy working with numbers.”</p></blockquote>
<p>Having been at the University of Edinburgh for 18 years, MacPhee has witnessed significant changes within the department during her tenure.</p>
<p> </p>
<p>Reflecting on the past, MacPhee discussed the absence of maternity policies when she worked at a previous institution and was pregnant with her first child. The department was uncertain about how to address this situation, leading to chaotic circumstances. However, as senior male staff members have began prioritising childcare responsibilities, policies and procedures have been put in place to support out-of-work responsibilities, including childcare. MacPhee acknowledged the progress made, recounting instances of being the only woman in the room or being overlooked by male peers, while emphasising the significant improvements that have taken place.</p>
<p> </p>
<p>In our conversation, I asked MacPhee about the policies and infrastructure required to encourage women to enter and thrive in STEM fields. She emphasised that real change can be achieved by starting at the grassroots level:</p>
<blockquote><p>“When children are turned off from pursuing sciences, it often happens at an early age, even before they reach secondary school. Thus, a lot of work needs to be done in primary schools, which is a particular passion of mine.”</p></blockquote>
<p>MacPhee noted that girls often receive subconscious messaging in schools that leads to repetitive thought patterns discouraging them from pursuing STEM. With a majority of teachers in arts and humanities, young girls can naturally gravitate towards the arts without proper exposure to sciences in the curriculum. She believes that schools need to empower and train their staff to integrate STEM more closely and equally into their curriculum. This involves empowering teachers to deliver science programs themselves, addressing the lack of confidence often observed.</p>
<p> </p>
<p>Despite the challenges and obstacles encountered, MacPhee emphasised her deep love for her work:</p>
<blockquote><p>“I genuinely enjoy what I do. I’m amazed that they pay me to do this job. The element of discovery is exhilarating. When you know something that nobody else in the world knows and have figured it out, there’s nothing quite like that feeling.”</p></blockquote>
<p>One of MacPhee’s “lightbulb” moments came during her extensive studies of biofilms, which are slimy nests of organisms found in various environments. Studying their water-repellent mechanisms led her to make ground-breaking discoveries previously unknown in biology.</p>
<p> </p>
<h2>A Chat with students and professors in physics</h2>
<p>Our conversation expanded as nine other exceptional women in physics joined us. The array of talent, dedication, and passion they brought to the discussion was truly remarkable. It was an absolute delight to explore their research and experiences and brainstorm ideas on how to encourage women in STEM across the university.</p>
<p> </p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1969" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-scaled.jpg" alt="" width="2560" height="1707" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-scaled.jpg 2560w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-300x200.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1024x683.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-768x512.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1536x1024.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-2048x1365.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_9586-1440x960.jpg 1440w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></p>
<p>Here is an introduction to the remarkable women who participated in the interview (from left to right, top to bottom):</p>
<ul>
<li><strong>Mylaine Holin:</strong> Ph.D. student studying extreme conditions</li>
<li><strong>Hannah Shuttleworth:</strong> Ph.D. student in physics researching condensed matter and complex systems</li>
<li><strong>Rosa Santomartino:</strong> Leverhulme Early Career Fellow researching astrobiology</li>
<li><strong>Marialuisa Aliotta:</strong> Professor of experimental nuclear astrophysics</li>
<li><strong>Sally Shaw:</strong> Lecturer in experimental particle physics</li>
<li><strong>Orianna Ball:</strong> Ph.D. student studying extreme conditions</li>
<li><strong>Estifa’a Zaid:</strong> Ph.D. student studying particle and nuclear physics</li>
<li><strong>Nisha Grewal:</strong> Ph.D. student in the School of Physics and Astronomy</li>
<li><strong>Holly Bridge:</strong> Ph.D. student studying soft matter physics</li>
</ul>
<h2>Why did you choose to pursue STEM?</h2>
<p>To gain insights into their motivations, I asked the group about their journeys into STEM. Marialuisa Aliotta shared that she initially aspired to be a ballerina but her brother’s scientific inclinations inspired her to pursue physics and become an academic. Rosa, driven by her childhood dream of becoming an astronaut, embarked on a postdoctoral research journey in astrobiology at the University of Edinburgh. Sally, fascinated by space from a young age, found her perfect blend of astrophysics and particle physics in studying dark matter. Holly’s passion for math led her to begin her Ph.D. in physics, focusing on modelling individual-based simulations for bacteria and wastewater treatment. Hannah conducts experimental high-pressure experiments, simulating conditions akin to the centre of the Earth using diamond-tipped tools. Mylaine’s fascination with the universe’s scale and gas giant planets propelled her to study physics. Orianna, inspired by enthusiastic teachers during her schooling and her sister, conducts research on extreme conditions using the diamond anvil technique. Nisha’s affinity for mathematics led her to pursue astrophysics as a Ph.D. student to deepen her understanding of the world. Estifa’a, driven by her early enjoyment of mathematics, conducts particle physics experiments.</p>
<p> </p>
<p>When discussing role models, Rosa mentioned having an astronaut living in her building during her childhood, which left an indelible impression. Others agreed that looking up to researchers and teachers played a vital role in encouraging their pursuit of STEM.</p>
<p> </p>
<h2>Have you encountered any obstacles?</h2>
<p>Our conversation also touched upon the experiences and obstacles faced by these remarkable women in their respective fields. Marialuisa recalled joining the department in 2001 as the sole female staff member in her department at the time:</p>
<blockquote><p>“When I came to Edinburgh in 2001, I was the only female member of staff for the first six years. It felt somewhat lonely, and I struggled to engage with my all-male academic counterparts. However, conditions have significantly improved since then, although challenges still persist.”</p></blockquote>
<p>The group concurred that having mentors and role models is instrumental in achieving success as women in their fields. Nisha emphasized the importance of seeing women in positions of influence and demonstrating that it is possible. Supportive mentors played a vital role in Estifa’a’s journey, instilling confidence and fostering a belief in her capabilities.</p>
<p>The women highlighted community programs like Soapbox Science and the film “Picture A Scientist” as initiatives that encourage and showcase women in STEM fields.</p>
<p> </p>
<h2>What advice do you give to the next generation of women in STEM?</h2>
<p>When asked for advice for young women pursuing STEM, Sally advised ignoring anyone who suggests they are just filling a quota, emphasising that they deserve their place. Hannah stressed the importance of not comparing oneself to others, as she had initially viewed certain male counterparts as an elite group. Rosa emphasised that perfection should not be the end goal, encouraging young women to find supportive mentors and acknowledging that imperfection is acceptable.</p>
<p> </p>
<p>The women also underscored the significance of forming friendships with fellow women in STEM. Holly noted the positive impact that conversations with peers experiencing similar situations can have, encouraging those who may be shy to push themselves and seek out these connections.</p>
<p> </p>
<h2>Progress and Persistence</h2>
<p>In conclusion, the experiences, insights, and achievements shared by these incredible women at the University of Edinburgh highlight the progress made and the evolving landscape for women in STEM.</p>
<p> </p>
<p> </p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-17" itemprop="dateModified">Jul 17, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/celebrating-women-in-physics-at-the-university-of-edinburgh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Digital Art Workshop Reflections</title>
		<link>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Mon, 10 Jul 2023 12:22:42 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Digital Skills]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1947</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span>  Welcome back to another update on the third edition of the “We Have Great Stuff” coloring book series. I’m excited to share the highlights of our recent workshop and give you a glimpse of the incredible artwork created by our participants. We kicked off our month of coloring book workshops with the first session […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>Welcome back to another update on the third edition of the “We Have Great Stuff” coloring book series. I’m excited to share the highlights of our recent workshop and give you a glimpse of the incredible artwork created by our participants.</p>
<p>We kicked off our month of coloring book workshops with the first session focusing on creating digital illustrations using Sketchpad. It was a great success, with 10 individuals participating. I was impressed by the talent and dedication of our participants, especially considering that many of them were creating digital art for the first time.</p>
<p>The workshop began with a short demonstration, followed by an introduction to UoE’s women in STEM. Participants then dove into the world of Sketchpad, learning to master Bezier curves and anchor points. It was no easy feat, but I witnessed their progress firsthand as they gained confidence and created stunning digital illustrations.</p>
<p>While there were a few hiccups during the workshop, overall, I couldn’t have asked for a better outcome. The participants’ enthusiasm and the quality of their work were truly remarkable.</p>
<p>Looking ahead, I’m excited to announce that the next workshop will be held this Wednesday and will focus on traditional pen-and-ink illustration. Additionally, we have an online digital art workshop planned for next week. In the coming days, I’ll be touring various STEM facilities, capturing photos to showcase the remarkable staff and facilities we have at our university.</p>
<p>Huge thank you to everyone who came along to last week’s workshop, and if you missed it, check out our <a href="https://blogs.ed.ac.uk/colouring-books/events/">events page</a> to sign up for an upcoming workshop, and don’t forget to enter your submissions before the 28th!</p>
<p>I hope you’re enjoying the summer weather as much as I am. It’s a great time to explore your creativity and dive into the world of art. Stay tuned for more updates and inspiring artwork from our workshops.</p>
<p>Take care!<br />
-Ally</p>
<h2>Hard at work!</h2>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1951" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317.png" alt="" width="616" height="462" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317.png 4032w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6317-1440x1080.png 1440w" sizes="auto, (max-width: 616px) 100vw, 616px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1952" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318.png" alt="" width="617" height="463" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318.png 4032w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-300x225.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1024x768.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-768x576.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1536x1152.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-2048x1536.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/IMG_6318-1440x1080.png 1440w" sizes="auto, (max-width: 617px) 100vw, 617px" /></p>
<h2>A sneak peak at some submissions:</h2>
<p>Sharon Chen’s incredible portrait of Noreen Murray, co-creator of the world’s first genetically modified vaccine.</p>
<ul>
<li><strong>Photo credits:</strong> Photograph of Kenneth and Noreen Murray, photographic print, provided by the Murray Archive, University of Edinburgh [https://en.wikipedia.org/wiki/Noreen_Murray#/media/File:Noreen_Murray_(cropped).jpg] CC by 3.0</li>
</ul>
<div id="attachment_1771" style="width: 367px" class="wp-caption alignleft"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1771" class=" wp-image-1771" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped.jpeg" alt="Noreen Murray wears a polka dot scarf, hat, and buttoned jacket while she looks ahead." width="357" height="562" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped.jpeg 558w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Noreen_Murray_cropped-191x300.jpeg 191w" sizes="auto, (max-width: 357px) 100vw, 357px" /><p id="caption-attachment-1771" class="wp-caption-text">Noreen Murray: Co-Creator of the World’s First Genetically Modified Vaccine</p></div>
<p><img loading="lazy" decoding="async" class="wp-image-1955 alignleft" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen.png" alt="" width="391" height="553" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/SharonChen-212x300.png 212w" sizes="auto, (max-width: 391px) 100vw, 391px" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Margarita Boyko’s beautiful portrait of Jennie Lee, member of parliment.</p>
<ul>
<li><strong>Photo credits:</strong> 1929, Jennie Lee, photographic print, provided by Illustrated London News Digital Archive via Wikimedia, [https://en.wikipedia.org/wiki/File:Jennie_Lee.jpg#/media/File:Jennie_Lee.jpg] Public domain image</li>
</ul>
<div id="attachment_1786" style="width: 286px" class="wp-caption alignleft"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1786" class=" wp-image-1786" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1.jpeg" alt="Black and white yearbook photo of Jennie Lee" width="276" height="389" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1.jpeg 515w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1-213x300.jpeg 213w" sizes="auto, (max-width: 276px) 100vw, 276px" /><p id="caption-attachment-1786" class="wp-caption-text">Jennie Lee: Pioneering Member of Parliament</p></div>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1954" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Drawing_1_sketchpad.jpeg" alt="" width="280" height="396" /></p>
<p> </p>
<p> </p>
<p>And I’ve been working on creating colouring pages of the women who don’t have any open licenced images available, starting with Lillian Lindsay, the first female dentist in the UK.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1960" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally.png" alt="" width="382" height="540" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally.png 3308w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-212x300.png 212w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-724x1024.png 724w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-768x1086.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1086x1536.png 1086w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1448x2048.png 1448w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/lillianlindsay-byally-1440x2036.png 1440w" sizes="auto, (max-width: 382px) 100vw, 382px" /></p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-07-10" itemprop="dateModified">Jul 10, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/digital-art-workshop-reflections/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>“We Have Great Stuff” Colouring Book Contest (Call For Entries)</title>
		<link>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/#comments</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 13:44:37 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1901</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span>Deadline: Friday, July 28th Contest Description This is your chance to be a part of the We Have Good Stuff Colouring Book series! We’re looking for illustrations inspired by the incredible women in science, technology, engineering, and math (STEM) from the University of Edinburgh (UoE). Help us to highlight exceptional women and their extraordinary achievements […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 2</span> <span class="rt-label rt-postfix">minutes</span></span><h1>Deadline: Friday, July 28th</h1>
<h2 style="text-align: start">Contest Description</h2>
<p style="text-align: start">This is your chance to be a part of the We Have Good Stuff Colouring Book series! We’re looking for illustrations inspired by the incredible women in science, technology, engineering, and math (STEM) from the University of Edinburgh (UoE).</p>
<p style="text-align: start">Help us to highlight exceptional women and their extraordinary achievements by creating black and white line drawings inspired by the images published on our online database (longlist). Submit your entry for the chance to be a published illustrator and win prizes!</p>
<p style="text-align: start">Keep watching this blog for more information and examples. Here are some previous colouring book pages from the last two editions.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1907" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c.jpg" alt="" width="236" height="335" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c.jpg 563w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/51591208796_241bbfef12_c-211x300.jpg 211w" sizes="auto, (max-width: 236px) 100vw, 236px" />  <img loading="lazy" decoding="async" class="alignnone wp-image-1904" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c.jpg" alt="" width="237" height="336" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c.jpg 564w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248315_d03491be93_c-212x300.jpg 212w" sizes="auto, (max-width: 237px) 100vw, 237px" />  <img loading="lazy" decoding="async" class="alignnone wp-image-1905" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c.jpg" alt="" width="238" height="336" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c.jpg 566w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/46763248715_7729430d4d_c-212x300.jpg 212w" sizes="auto, (max-width: 238px) 100vw, 238px" /></p>
<h3 style="text-align: start">Closing  Date</h3>
<p style="text-align: start">Remember, entries are due by the 28th of July!</p>
<p style="text-align: start">Don’t miss this great opportunity to contribute to the We Have Good Stuff Colouring Book series and celebrate women in STEM.</p>
<p style="text-align: start">All experiences and abilities are welcome!</p>
<p> </p>
<h2 style="text-align: start">Entry Guidelines</h2>
<ul>
<li>Entrants must utilize the images available on our blog and must not include any copyrighted imagery in their entries.</li>
<li>Submissions must be done in black and white and must be outline only (no shading). See examples here.</li>
<li>Submissions must be A4 (210mm x 297mm), 300dpi</li>
<li>Landscape or portrait will be accepted. · Submissions must be entered online to our submission portal by the 28th of July.</li>
</ul>
<p style="text-align: start">We will attempt to share and publish as many valid entries as possible (i.e. physical book and online repositories), but the final decision will be made by the project team.</p>
<p> </p>
<h2 style="text-align: start">Pre-Requisites</h2>
<p>We’ll be providing workshops through the month of July, so feel free to come to those for demonstrations on how to create digital images and an overview of our selected image database. Please note however, that it is not required to attend these in order to enter.</p>
<p>You are welcome to use any method of illustrating you prefer, e.g. Adobe Illustrator or Procreate, but we will be hosting workshops on Sketchpad and traditional illustration.</p>
<p> </p>
<h2 style="text-align: start">2023 Workshops</h2>
<ul>
<li style="text-align: start">Wednesday, July 5th: Digital Art Making Workshop (In person, Argyle House, room E13)</li>
<li style="text-align: start">Wednesday, July 12th: Traditional Art Making Workshop (In person, Evolution House, room 4.10)</li>
<li style="text-align: start">Wednesday, July 19th: Online Art Making Workshop (Online)</li>
</ul>
<p> </p>
<h3 style="text-align: start">Prizes</h3>
<p style="text-align: start">There are a host of prizes available to participants, including books, art materials, and exclusive merchandise.</p>
<p style="text-align: start">All entrants will have the opportunity to be featured in a published work.</p>
<p> </p>
<h3 style="text-align: start">Eligibility</h3>
<ul>
<li style="text-align: start">All UoE staff</li>
<li style="text-align: start">All UoE students</li>
</ul>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-27" itemprop="dateModified">Jun 27, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/colouring-book-contest/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Women in STEM Image Database</title>
		<link>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 13:44:15 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1746</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span>Use this image bank to discover some of the University of Edinburgh’s wonderful women in science, technology, engineering, and maths! Click on each photo to find out more about each woman’s career and achievements. STEM Gallery Jun 27, 2023]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> < 1</span> <span class="rt-label rt-postfix">minute</span></span><p>Use this image bank to discover some of the University of Edinburgh’s wonderful women in science, technology, engineering, and maths!</p>
<p>Click on each photo to find out more about each woman’s career and achievements.</p>
<h2>STEM Gallery</h2>

<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/agnessavage-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AgnesSavage-1-e1687266597726-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/annie_numbers-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Annie_Numbers-1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Annie Hutton Numbers wears a graduation robe and hat, standing in front of a wooden wall." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/miller-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/miller-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Christina Cruikshank Miller in her graduation robe" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/ella_ferrier_pringle_in_1909-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Ella_Ferrier_Pringle_in_1909-1-150x150.png" class="attachment-thumbnail size-thumbnail" alt="Isabella Pringle rests her head on her hand. She is wearing graduation robes and her hair is braided." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/elsie_inglis/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglis-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Elsie Inglis looks at the viewer. She is wearing a buttoned jacket, tie, and hat with plaid ribbon." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/jennie_lee-2/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Jennie_Lee-1-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Black and white yearbook photo of Jennie Lee" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/gertrude-hertz/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-150x150.png" class="attachment-thumbnail size-thumbnail" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/honor-fell/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Honor Fell sits smiling at her microscope" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/matildajclerk/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/MatildaJClerk-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Matilda J Clerk in her graduation gown" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/macmillan_chrystal_1908-1914_22704149049/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Macmillan_Chrystal_1908-1914_22704149049-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Chrystal MacMillan looks into the camera wearing a victorian lace dress with a brooch" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/marionross/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/marionross-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Marion Ross sits in a chair" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/auerbach1/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/auerbach1-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Charlotte Auerbach sits at her desk with a typewriter and cup of tea" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/1024px-bessie_watson_aged_9/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/1024px-Bessie_Watson_aged_9-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Young Bessie Watson stands wearing a kilt, playing the bagpipes, with a"Votes for Women" sash." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/marybruk/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/marybruk-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Mary Brück looks through a telescope" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/sophia_jex-blake_as_a_young_woman/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Sophia_Jex-Blake_as_a_young_woman-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Sophia Jex Blake as a young woman, writing at her desk" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/brenda_moon/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Brenda_Moon-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Brenda Moon stands with a cane in her garden, touching a rose, wearing a floral dress and smiling." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/profeleanorcampbellmugshot/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/ProfEleanorCampbellmugshot-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Eleanor Campbell smiles into the camera with a body of water and some grass behind her." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/photo-on-26-03-2020-at-13-20-5/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Photo-on-26-03-2020-at-13.20-5-e1687267542904-150x150.jpg" class="attachment-thumbnail size-thumbnail" alt="Jane wears a red cardigan and glasses." /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/devi/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Devi-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Devi stands with arms crossed in front of a purple "Edinburgh International Book Festival" background" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/tarasj/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/taraSJ-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Tara wears her lab coat and lanyard, smiling into camera" /></a>
<a href='https://blogs.ed.ac.uk/colouring-books/boden_9539/'><img loading="lazy" decoding="async" width="150" height="150" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/07/Boden_9539-150x150.jpeg" class="attachment-thumbnail size-thumbnail" alt="Lisa Boden smiles into camera" /></a>

<hr />

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-27" itemprop="dateModified">Jun 27, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/women-in-stem-image-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pixels & Pitfalls: Exploring AI’s Image Generation Struggles</title>
		<link>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/</link>
					<comments>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/#respond</comments>
		
		<dc:creator><![CDATA[amckay10]]></dc:creator>
		<pubDate>Thu, 22 Jun 2023 14:25:58 +0000</pubDate>
				<category><![CDATA[Colouring books]]></category>
		<category><![CDATA[Interactive Content]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DLAM Feed]]></category>
		<category><![CDATA[Interactive Content feed]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[STEM]]></category>
		<category><![CDATA[Women In STEM]]></category>
		<guid isPermaLink="false">https://blogs.ed.ac.uk/colouring-books/?p=1846</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span>  As we prepare to bring you the third edition of the We Have Great Stuff colouring book series, we are considering new ways to update the format and reflect changing technology. This year’s theme, STEM, naturally lends itself to the incorporation of the buzz word of the year– Artificial Intelligence (AI). AI is now […]]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 5</span> <span class="rt-label rt-postfix">minutes</span></span><p> </p>
<p>As we prepare to bring you the third edition of the We Have Great Stuff colouring book series, we are considering new ways to update the format and reflect changing technology. This year’s theme, STEM, naturally lends itself to the incorporation of the buzz word of the year– Artificial Intelligence (AI).</p>
<p>AI is now touted as the miraculous tool that can enhance productivity, manage schedules, book flights, and even assist in meal planning. However, along with its popularity, AI has sparked significant controversy surrounding its ethical implications. Artists and creatives have expressed valid and pressing concerns about this highly innovative software.</p>
<h2><strong>What’s the Problem with AI? </strong></h2>
<p>One of the early achievements of AI was its ability to create “generative” images, combining various works to create entirely new visuals. While this may seem like a fascinating feat, it becomes problematic when we realize that this process often uses images posted online without consideration for copyright, proper attribution, or ethical compensation to the original artists.</p>
<h2><strong>An Expert Opinion</strong></h2>
<p>As an artist myself, this is a valid concern. Will there be any job opportunities for graduates like me with a design degree, or will they all be taken over by AI bots?</p>
<p>To see if I could incorporate AI into the colouring book, I decided to meet with two AI interns from ISG, Wietske Holwerda and Bartlomeij Pohorecki. Their unanimous response to my query was, “probably not.”</p>
<p>The AI team explained that the current state of AI is not advanced enough to be effectively employed in real projects like our colouring book. The images generated by popular AI tools like Deep AI and Dall-E may lack real-world accuracy, a critical aspect for a project like the colouring book which is centred around real individuals and technologies. Additionally, the sourcing of these AI-generated images raises concerns of copyright infringement, which could have serious consequences for a published open-source work.</p>
<p>However, they encouraged me to experiment and see what I could create.</p>
<h2><strong>Let’s Give it a Try</strong></h2>
<p>First, I tried <a href="https://openai.com/dall-e-2">Dall-E</a>, OpenAI’s image generation tool, which was among the first available online. Dall-E utilizes natural language descriptions to generate images based on requests and has been widely used for image creation.</p>
<p>I requested Dall-E to create colouring book pages featuring UoE’s very own Crystal Macmillan. The results were not terrible but fell short of expectations. The software lacked the ability to capture a reference or produce a likeness of a notable individual, making it challenging to use in a book filled with prominent personalities.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1875" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp.png" alt="" width="2887" height="2119" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp.png 2887w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-300x220.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1024x752.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-768x564.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1536x1127.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-2048x1503.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/AI-images-comp-1440x1057.png 1440w" sizes="auto, (max-width: 2887px) 100vw, 2887px" /></p>
<p>Another feature of Dall-E is the ability to edit existing images. I uploaded an image of Chrystal Macmillan to Dall-E, resulting in an army of look-alikes but nothing too helpful for the project.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1849" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09.png" alt="" width="2469" height="543" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09.png 2469w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-300x66.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1024x225.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-768x169.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1536x338.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-2048x450.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Screenshot-2023-06-21-at-11.47.09-1440x317.png 1440w" sizes="auto, (max-width: 2469px) 100vw, 2469px" /></p>
<p>Thinking that modifying an existing image might be the best approach for this project, I turned to <a href="https://www.adobe.com/sensei/generative-ai/firefly.html">Adobe Firefly</a>, an AI tool currently in beta testing by Adobe, that has been integrated into the latest version of Photoshop. This tool has significantly democratized AI accessibility for designers and creatives who already utilize adobe products every day.</p>
<p>I asked Adobe Firefly to extend a few of my images, and the results were amazing!</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1763" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png" alt="Gertrude Hertz wears a lab coat and points to a scientific figure on a black board." width="207" height="278" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz.png 978w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-224x300.png 224w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-763x1024.png 763w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-768x1030.png 768w" sizes="auto, (max-width: 207px) 100vw, 207px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1860" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit.png" alt="" width="427" height="278" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertz-edit-1440x937.png 1440w" sizes="auto, (max-width: 427px) 100vw, 427px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1764" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell.jpeg" alt="Honor Fell sits smiling at her microscope" width="205" height="286" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell.jpeg 512w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-215x300.jpeg 215w" sizes="auto, (max-width: 205px) 100vw, 205px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1862" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded.png" alt="" width="443" height="286" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded.png 1110w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-300x194.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-1024x661.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-fell-expanded-768x495.png 768w" sizes="auto, (max-width: 443px) 100vw, 443px" /></p>
<p>However, there were some issues when it came to specific details. AI lacks an understanding of space and depth, which led to some peculiar additions to Honor’s lab. Additionally, the tool tended to add creepy humanoid figures, as evidenced by those added to Gertrude and Elsie’s image.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1861" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1.png" alt="" width="298" height="194" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit1-1440x937.png 1440w" sizes="auto, (max-width: 298px) 100vw, 298px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1863" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2.png" alt="" width="300" height="193" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2.png 1110w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-300x194.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-1024x661.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/honor-felledit2-768x495.png 768w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-1872" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218.jpg" alt="" width="297" height="199" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218.jpg 2560w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-300x201.jpg 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1024x686.jpg 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-768x515.jpg 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1536x1029.jpg 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-2048x1372.jpg 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/Elsie_Inglisedit3-scaled-e1687440057218-1440x965.jpg 1440w" sizes="auto, (max-width: 297px) 100vw, 297px" /> <img loading="lazy" decoding="async" class="alignnone wp-image-1869" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2.png" alt="" width="304" height="198" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2.png 2016w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-300x195.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1024x666.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-768x500.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1536x1000.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/gertrude-hertzedit2-1440x937.png 1440w" sizes="auto, (max-width: 304px) 100vw, 304px" /></p>
<p>Next, I explored “<a href="https://www.fotor.com/">Fotor</a>,” a free and accessible online platform for AI image generation and manipulation. Fotor offered a remarkable black and white colorization tool, using AI logic to colorize lack and white photos. This worked well on the picture of Charlotte Auerbach but fell short when applied to Jessie MacGregor or Noreen Murray..</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1879" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2.png" alt="" width="3129" height="1150" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2.png 3129w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-300x110.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1024x376.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-768x282.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1536x565.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-2048x753.png 2048w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/comp2-1440x529.png 1440w" sizes="auto, (max-width: 3129px) 100vw, 3129px" /></p>
<p>In summary, I find myself breathing a sigh of relief. Creatives, your jobs are safe, at least for now. AI is undoubtedly proving to be a powerful tool, but it is not without its complications.</p>
<p>However, there is a world of fun to be had when it comes to creating unusual AI altered images.</p>
<p><img loading="lazy" decoding="async" class="wp-image-1884 alignnone" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1.png" alt="" width="333" height="227" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-300x204.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-1024x697.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-768x523.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets4-1-1440x981.png 1440w" sizes="auto, (max-width: 333px) 100vw, 333px" /> <img loading="lazy" decoding="async" class="wp-image-1883 alignnone" src="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1.png" alt="" width="333" height="227" srcset="https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1.png 1536w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-300x204.png 300w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-1024x697.png 1024w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-768x523.png 768w, https://blogs.ed.ac.uk/colouring-books/wp-content/uploads/sites/1225/2023/06/DollyTriplets3-1-1440x981.png 1440w" sizes="auto, (max-width: 333px) 100vw, 333px" /></p>
<p style="text-align: center"><em>Dolly and friends travel the world</em></p>
<h2><strong>So, what does this mean for the book?</strong></h2>
<p>When it comes to image generation, it may not be in the project’s best interest to rely too heavily on AI. Not only will it complicate our ability to licence the book’s images, it will produce images that simply aren’t as good as what any of you could come up with.</p>
<p>And when it comes to including AI in University work, the best practice is to of course use the helpful <a href="https://www.ed.ac.uk/bayes/ai-guidance-for-staff-and-students">AI guidance</a> published onto the University website, which covers use cases, citations, and best practices.</p>
<p>This is why we need participants like you more than ever to help us amplify the stories of UoE’s fantastic women in STEM and create hand-made, ethically sourced illustrations. Stay tuned for information on upcoming events and how to get involved in this project.</p>

			<span class="uoe-published-time uoe-seo-hidden-area">
				<time datetime="2023-06-22" itemprop="dateModified">Jun 22, 2023</time>
			</span>
		]]></content:encoded>
					
					<wfw:commentRss>https://blogs.ed.ac.uk/colouring-books/pixels-pitfalls-exploring-ais-image-generation-struggles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
"
      ["headers"]=>
      object(WpOrg\Requests\Response\Headers)#2416 (1) {
        ["data":protected]=>
        array(12) {
          ["content-type"]=>
          array(1) {
            [0]=>
            string(34) "application/rss+xml; charset=UTF-8"
          }
          ["date"]=>
          array(1) {
            [0]=>
            string(29) "Thu, 18 Jun 2026 07:59:57 GMT"
          }
          ["server"]=>
          array(1) {
            [0]=>
            string(6) "Apache"
          }
          ["x-powered-by"]=>
          array(1) {
            [0]=>
            string(10) "PHP/8.3.31"
          }
          ["expires"]=>
          array(1) {
            [0]=>
            string(29) "Thu, 19 Nov 1981 08:52:00 GMT"
          }
          ["cache-control"]=>
          array(1) {
            [0]=>
            string(35) "no-store, no-cache, must-revalidate"
          }
          ["pragma"]=>
          array(1) {
            [0]=>
            string(8) "no-cache"
          }
          ["link"]=>
          array(1) {
            [0]=>
            string(194) "<https://blogs.ed.ac.uk/colouring-books/wp-json/>; rel="https://api.w.org/", <https://blogs.ed.ac.uk/colouring-books/wp-json/wp/v2/tags/4>; rel="alternate"; title="JSON"; type="application/json""
          }
          ["set-cookie"]=>
          array(3) {
            [0]=>
            string(62) "PHPSESSID=e216o5vk5tl1m5hjdgdpgdne9t; path=/; secure; HttpOnly"
            [1]=>
            string(139) "spo_1225_fa=e9a2fc2dadd47324977d1854fc4d5fc4; expires=Thu, 18 Jun 2026 08:29:57 GMT; Max-Age=1800; path=/colouring-books/; Secure; HttpOnly"
            [2]=>
            string(125) "RCKBMHKB=027ff8be59-56fd-48fTqksC824NNKXU5q7dIW63aPxdeCBqn2Zp2mMD76YPxaw60fsHGDPBC8zWAlIJj2nGU; path=/; SameSite=None; Secure"
          }
          ["last-modified"]=>
          array(1) {
            [0]=>
            string(29) "Thu, 02 Nov 2023 12:18:03 GMT"
          }
          ["etag"]=>
          array(1) {
            [0]=>
            string(34) ""221cda3f7e784c10bc5b919084bbdff3""
          }
          ["vary"]=>
          array(1) {
            [0]=>
            string(15) "Accept-Encoding"
          }
        }
      }
      ["status_code"]=>
      int(200)
      ["protocol_version"]=>
      float(1.1)
      ["success"]=>
      bool(true)
      ["redirects"]=>
      int(0)
      ["url"]=>
      string(58) "https://blogs.ed.ac.uk/colouring-books/feed/?tag=dlam-feed"
      ["history"]=>
      array(0) {
      }
      ["cookies"]=>
      object(WpOrg\Requests\Cookie\Jar)#2402 (1) {
        ["cookies":protected]=>
        array(3) {
          ["PHPSESSID"]=>
          object(WpOrg\Requests\Cookie)#2421 (5) {
            ["name"]=>
            string(9) "PHPSESSID"
            ["value"]=>
            string(26) "e216o5vk5tl1m5hjdgdpgdne9t"
            ["attributes"]=>
            object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2420 (1) {
              ["data":protected]=>
              array(4) {
                ["path"]=>
                string(1) "/"
                ["secure"]=>
                bool(true)
                ["httponly"]=>
                bool(true)
                ["domain"]=>
                string(14) "blogs.ed.ac.uk"
              }
            }
            ["flags"]=>
            array(4) {
              ["creation"]=>
              int(1781769597)
              ["last-access"]=>
              int(1781769597)
              ["persistent"]=>
              bool(false)
              ["host-only"]=>
              bool(true)
            }
            ["reference_time"]=>
            int(1781769597)
          }
          ["spo_1225_fa"]=>
          object(WpOrg\Requests\Cookie)#2422 (5) {
            ["name"]=>
            string(11) "spo_1225_fa"
            ["value"]=>
            string(32) "e9a2fc2dadd47324977d1854fc4d5fc4"
            ["attributes"]=>
            object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2423 (1) {
              ["data":protected]=>
              array(6) {
                ["expires"]=>
                int(1781771397)
                ["max-age"]=>
                int(1781771397)
                ["path"]=>
                string(17) "/colouring-books/"
                ["secure"]=>
                bool(true)
                ["httponly"]=>
                bool(true)
                ["domain"]=>
                string(14) "blogs.ed.ac.uk"
              }
            }
            ["flags"]=>
            array(4) {
              ["creation"]=>
              int(1781769597)
              ["last-access"]=>
              int(1781769597)
              ["persistent"]=>
              bool(false)
              ["host-only"]=>
              bool(true)
            }
            ["reference_time"]=>
            int(1781769597)
          }
          ["RCKBMHKB"]=>
          object(WpOrg\Requests\Cookie)#2424 (5) {
            ["name"]=>
            string(8) "RCKBMHKB"
            ["value"]=>
            string(85) "027ff8be59-56fd-48fTqksC824NNKXU5q7dIW63aPxdeCBqn2Zp2mMD76YPxaw60fsHGDPBC8zWAlIJj2nGU"
            ["attributes"]=>
            object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#2425 (1) {
              ["data":protected]=>
              array(4) {
                ["path"]=>
                string(1) "/"
                ["samesite"]=>
                string(4) "None"
                ["secure"]=>
                bool(true)
                ["domain"]=>
                string(14) "blogs.ed.ac.uk"
              }
            }
            ["flags"]=>
            array(4) {
              ["creation"]=>
              int(1781769597)
              ["last-access"]=>
              int(1781769597)
              ["persistent"]=>
              bool(false)
              ["host-only"]=>
              bool(true)
            }
            ["reference_time"]=>
            int(1781769597)
          }
        }
      }
    }
    ["filename":protected]=>
    NULL
  }
}
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=2088] "Colouring Book Volume 3 available on Edinburgh Diamond Service"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=2049] "We Have Great Women in STEM Colouring Book Out Now!"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=2075] "Ada Lovelace Day 2023 – Book Launch"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=2063] "Behind the Scenes of “We Have Great Women in STEM”"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=1975] "A Visual Guide: Photos from UoE’s School of Chemistry & School of Biology"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=1967] "Celebrating Women in Physics at the University of Edinburgh"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=1947] "Digital Art Workshop Reflections"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=1901] "“We Have Great Stuff” Colouring Book Contest (Call For Entries)"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=1746] "Women in STEM Image Database"
Diag| Considering item [https://blogs.ed.ac.uk/colouring-books/?p=1846] "Pixels & Pitfalls: Exploring AI’s Image Generation Struggles"
Charlie Joins the Interactive Content Team – Digital Learning Applications and Media
Any views expressed within media held on this service are those of the contributors, should not be taken as approved or endorsed by the University, and do not necessarily reflect the views of the University in respect of any particular issue.

Charlie Joins the Interactive Content Team

Charlie portraitI’m very pleased to welcome Man-hin (Charlie) Chu to the Learning, Teaching and Web (LTW) Services Directorate.

Charlie joined the Interactive Content team this week as our Assistant Web Developer and he will be sitting next to Jackie and myself in Argyle House, floor H/West.

He will be working with both DLAM and the WAC Section’s Web Development Team with Billy Wardrop, where his time will be split equally.

Please say hello when you can.

Kind regards, Stewart

Interactive Content Manager (DLAM, LTW, ISG)

Contact details

Charlie’s email and telephone number

Share

Leave a reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Diag| Memory: Current usage: 9 MB
Diag| Memory: Peak usage: 9 MB
css.php

Report this page

To report inappropriate content on this page, please use the form below. Upon receiving your report, we will be in touch as per the Take Down Policy of the service.

Please note that personal data collected through this form is used and stored for the purposes of processing this report and communication with you.

If you are unable to report a concern about content via this form please contact the Service Owner.

Please enter an email address you wish to be contacted on. Please describe the unacceptable content in sufficient detail to allow us to locate it, and why you consider it to be unacceptable.
By submitting this report, you accept that it is accurate and that fraudulent or nuisance complaints may result in action by the University.

  Cancel