<?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>software &#8211; ptworld.net</title>
	<atom:link href="https://ptworld.net/blog/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>https://ptworld.net</link>
	<description>e-consultancy, research and publishing</description>
	<lastBuildDate>Tue, 08 Apr 2025 14:59:22 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>MakeStaticSite on GitHub</title>
		<link>https://ptworld.net/blog/makestaticsite-on-github/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 08 Mar 2023 15:03:44 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[SimTerm]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://ptworld.net/?p=1631</guid>

					<description><![CDATA[Work has continued on MakeStaticSite, the Bash utility to create static snapshots of websites, refine and deploy them — just through a single command. Now at version 0.22.2 and available for download, recent updates include: We&#8217;ve even updated the animation <a class="more-link" href="https://ptworld.net/blog/makestaticsite-on-github/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>Work has continued on <a rel="noreferrer noopener" href="https://makestaticsite.sh/" target="_blank">MakeStaticSite</a>, the Bash utility to create static snapshots of websites, refine and deploy them — just through a single command.</p>



<p>Now at version 0.22.2 and <a href="https://makestaticsite.sh/getting-started/installing/" target="_blank" rel="noreferrer noopener">available for download</a>, recent updates include:</p>



<ul class="wp-block-list">
<li>improved support for search engines through the generation of a sitemap based on actual file output, matched in each web page by the canonical URL specified in the <tt>&lt;head></tt> tag.  This sitemap is also cited by the site&#8217;s <tt>robots.txt</tt> file.</li>



<li>more robust handling of <a rel="noreferrer noopener" href="https://makestaticsite.sh/in-depth/workflow/" target="_blank">workflow</a>, so you can use MakeStaticSite in conjunction with other scripts at various stages, to undertake other management tasks, such as reviewing accessibility or link checking.</li>



<li>more systematic treatment of options to clean WordPress ahead of being crawled by Wget.  These small steps also point the way to broader support for fine-tuning CMS output.</li>



<li>Support for deployment on Netlify Content Distribution Network, which is where the site is now hosted.  It&#8217;s expected that other CDN could be handled similarly.</li>
</ul>



<p>We&#8217;ve even updated the animation on the Home page, extending the <a rel="noreferrer noopener" href="https://github.com/paultraf/simterm" target="_blank">SimTerm plugin</a> in the process.</p>



<p>Now that MakeStaticSite has been used successfully over a period of several months, it has been placed under Git version control. I am pleased to announce that I&#8217;ve created a repository on GitHub<br><a href="https://github.com/paultraf/makestaticsite" target="_blank" rel="noreferrer noopener">https://github.com/paultraf/makestaticsite</a></p>



<p>In surveying approaches to generating static sites, I have not been able to find anything similar, and there is a myriad of ways in which it <a rel="noreferrer noopener" href="https://makestaticsite.sh/developers/further-work/" target="_blank">could be enhanced</a>.  Compared with some Jamstack approaches, the performance is slow, but building this site, which is quite substantial, only takes a few minutes whereas the MakeStaticSite project site takes less than a minute.  For most purposes, this should be fine.</p>



<p>The use of the command line is an obstacle for some, but there are various ways in which a GUI could be provided, even Web CGI, which might be security concern on a public-facing server, but far less so on a personal computer.  The beauty of using shell scripts is that you can quickly achieve desired results without being tied to any framework.  So, please give it a go!</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Introducing MakeStaticSite for website deployment</title>
		<link>https://ptworld.net/blog/introducing-makestaticsite-for-website-deployment/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 21 Sep 2022 14:53:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[MakeStaticSite]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[shell scripts]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://ptworld.net/?p=1504</guid>

					<description><![CDATA[(from a technical perspective) Launch of MakeStaticSite.sh Website November 2022: A website dedicated to MakeStaticSite is now available at https://makestaticsite.sh/. It provides the latest version of the software, released under AGPL, along with various documentation to help getting started. Motivation <a class="more-link" href="https://ptworld.net/blog/introducing-makestaticsite-for-website-deployment/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p>(from a technical perspective)</p>



<h2 class="wp-block-heading">Launch of MakeStaticSite.sh Website</h2>



<p><strong>November 2022</strong>: A website dedicated to MakeStaticSite is now available at <a rel="noreferrer noopener" href="https://makestaticsite.sh/" target="_blank">https://makestaticsite.sh/</a>.  It provides the latest version of the software, released under AGPL, along with various documentation to help getting started.</p>



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



<p>The process of developing this website has evolved considerably.  On setting it up a few years ago in the conventional manner using WordPress, I duly familiarised myself with routines for maintaining security and improving performance on a hosted platform.  However, there were several aspects that weren&#8217;t ideal: the live content was hosted remotely, albeit with backups; updating the site <em>in situ</em>, particularly for major redesigns, was inconvenient; and performance wasn&#8217;t always as good as expected.  Observing that most of the content was not dynamic in nature, I resolved to develop the site locally and then, as a separate process, deliver it as a largely static site. </p>



<p>The rationale for generating static sites has been around a long-time; I first tackled this more than 20 years ago, when I needed to generate a <a href="https://ptworld.net/portfolio/multimedia-languages#CD2Go">CD ROM from a CGI/Perl multimedia website</a>.  Nowadays, the field is mature; <a rel="noreferrer noopener" href="https://www.netlify.com/blog/2018/07/12/the-reign-of-static-site-generators/" target="_blank">a Netlify blog post</a> (Netlify is a cloud-based service where many static outputs end up) gives many valid reasons, rooted in the need for more responsive work processes.  Typically underpinned by a simple language called <a rel="noreferrer noopener" href="https://www.w3schools.io/file/markdown-introduction/" target="_blank">markdown</a>, there has been a surge in solutions; hence, <a rel="noreferrer noopener" href="https://jamstack.org/generators/" target="_blank">options for Jamstack</a> abound.  However, the processes tend to be heavily oriented to developers at the expense of content authors, issues I know first-hand from enabling web access to museum collections.</p>



<p>I wanted instead to support existing content management processes, i.e. to continue with creating and managing content in WordPress, and then &#8216;at the press of a button&#8217; generate and publish a static copy online.  There are already some solutions, including dedicated plugins such as <a rel="noreferrer noopener" href="https://wordpress.org/plugins/simply-static/" target="_blank">Simply Static</a>.  Tim Nash, having observed increasingly complexity with the Jamstack options, <a rel="noreferrer noopener" href="https://timnash.co.uk/blog-like-a-confused-hacker-2020/" target="_blank">has described</a> how he used <a rel="noreferrer noopener" href="https://github.com/WP2Static/wp2static" target="_blank">WP2Static</a> via <a rel="noreferrer noopener" href="https://wp-cli.org" target="_blank">WP-CLI</a>, the WordPress command-line interface, for a (relatively) simple and compact solution.  But I hesitate over the use of a WordPress plugin to generate the static site.  Apart from the ongoing issue of maintenance and compatibility with WP Core, plugins are not really necessary since a public-facing website should be <em>de facto</em> crawlable by a web spider and not require internal system information.  </p>



<p>And so I turned to general-purpose tools I could run from the command line.  Enter <a rel="noreferrer noopener" href="https://www.gnu.org/software/wget/" target="_blank">Wget</a>, a ubiquitous utility for retrieving and packaging any number of web pages for subsequent viewing.  I needed to configure it, add a few additional inputs, and then choose where to store the outputs.  This led naturally to delving into (<a rel="noreferrer noopener" href="https://tiswww.case.edu/php/chet/bash/bashtop.html" target="_blank">Bash</a>) shell scripting to bring it all together and I continued the process, adding deployment options and invoking more commands, particularly <a rel="noreferrer noopener" href="https://wp-cli.org" target="_blank">WP-CLI</a> to prep the WordPress output (and to include a version of the plugin, <a rel="noreferrer noopener" href="https://github.com/paultraf/wp-static-search" target="_blank">WP Static Search</a>, revised to work offline).  If you examine the source code of this page, you will see the result.</p>



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



<p>Shell scripting became a means to orchestrate the overall process, which is readily seen as a <em>pipeline</em> comprising a sequence of <em>phases</em>.  For example, one phases runs <tt>wget</tt> for the initial capture, whilst another re-runs <tt>wget</tt> to more completely capture a site.  In fact, many core web development processes can be incorporated, such as replacing certain internal-facing pages or sections with alternative content; and invoking command-line tools for validation and streamlining output.  As of version 0.21, there are ten phases altogether; and command-line options allow you to control the start phase and end phase.</p>



<p>The flowchart below illustrates an emerging pipeline (for the latest perspective, please refer to pages on <a rel="noreferrer noopener" href="https://makestaticsite.sh/in-depth/workflow/" target="_blank">workflow</a> and <a rel="noreferrer noopener" href="https://makestaticsite.sh/in-depth/workflow/phases/" target="_blank">phases</a>).</p>



<div class="wp-block-cp-timeline-content-timeline-block Cool-Content-Timeline"><div class="cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484"><style scoped="true">.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body .story-time p{color: #333;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .story-time p{color: #333;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body::before{background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, #D91B3E 10%, #D91B3E 90%, rgba(230, 230, 230, 0) 100%);}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .timeline-content::before{background: #D91B3E;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .timeline-content::after{background: #D91B3E;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body .timeline-content::before{background: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body.left .story-details::after{background: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body.right .story-time::after{background: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body .timeline-content .timeline-block-icon{background: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .timeline-content .timeline-block-icon{background: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details::before{border-right-color: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body.both-sided .timeline-content .position-left  .story-details::before{border-left-color: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body.one-sided.left .timeline-content  .story-details::before{border-right-color: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body.one-sided.right .timeline-content  .story-details::before{border-left-color: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body .timeline-content  .story-details{border-color: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .timeline-content .ctl-row .ctl-6.timeline-block-detail::before{border-bottom-color: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .ctl-6.timeline-block-detail{border-top-color: #D91B3E !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-vertical-timeline-body .timeline-content  .timeline-block-icon{border-color: #D91B3EFF !important;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .swiper-button-next{color: #D91B3E;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .swiper-button-prev{color: #D91B3E;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .cool-horizontal-timeline-body .swiper-pagination-bullet-active{background: #D91B3E;}.cool-timeline-block-9f4fed9e-b053-4040-999f-b8d7bd2d2484 .icon-true .timeline-block-icon span.timeline-block-render-icon svg{fill: white;}</style><div class="cool-vertical-timeline-body both-sided left"><div class="cool-timeline-block-list">
<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Setup</p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-image"><img decoding="async" src="https://ptworld.net/wp-content/uploads/2022/09/sample.cfg-part.png" alt="Extract from a sample configuration (text file) for MakeStaticSite shows options, row by row"/></div><div class="story-content"><h3>Configuration dialogue</h3><p>The first step is to run the <tt>setup.sh</tt> script, which guides the user in an interactive dialogue to specify a series of options. </p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Initialisation</p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>Configure </h3><p>The system reads and processes configuration options<br><ul><li>read runtime options</li><li>read configuration file options</li><li>prepare output layout</li> </ul></p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Prep the CMS</p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>CMS-specific streamlining</h3><p>Optionally use wp-cli to<br><ul><li>ensure nice permalinks</li><li>remove query strings</li><li>remote shortlinks</li><li>replace with static search</li></ul>(Currently WordPress-only, but modules could be developed for other CMS.) </p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Generate static site  </p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>Generate wget mirror (first run) </h3><p>Run wget with the supplied configuration options<br><ul><li>optionally incorporate further input files</li><li>optionally set up a zip files</li><li>store the mirror in its own directory with timestamp</li> </ul></p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Augment static site  </p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>Further processing with wget </h3><p>Run wget with the supplied configuration options to fill in gaps<br><ul><li>optionally crawl static files for further URLs</li><li>Filter the URLs to retrieve only assets (multimedia files, etc.)</li><li>Re-run wget on the additional URLs</li></ul></p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Optimise static site  </p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>Further post-processing for deployment </h3><p>Further post-wget processing<br><ul><li>convert feeds to be XML files and modify references accordingly</li><li>Apply HTML Tidy to make more standards-compliant and use pretty-print (dependent on options)</li></ul>An accessibility validator could be added here.</p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Create an offline zip archive</p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>Create a custom zip based on the mirror</h3><p>The mirror acts as the basis for a zip archive, ready for uploading with the site or other distribution channels.</p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-left"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Augment</p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>Further additions</h3><p>Optionally augment the static mirror with <em>snippets</em>, substituting chunks of HTML in particular places according to the use of snippet tags.  These will augment the zip file also.<br>Additionally, allow the inclusion of further files that might not necessarily be static files.</p></div></div></div></div></div></div>



<div class="wp-block-cp-timeline-content-timeline-block-child swiper-slide"><div class="timeline-content icon-false "><div class=" timeline-block-timeline ctl-row  position-right"><div class="ctl-6 timeline-block-time"><div class="story-time"><p>Deploy</p></div></div><div class="timeline-block-icon"></div><div class="ctl-6 timeline-block-detail"><div class="story-details"><div class="story-content"><h3>Finalise and deploy locally or remote </h3><p>Optionally copy over additional <br><ul><li>Optionally copy over additional files, which might be scripts to provide missing interactivity</li><li>Finally deploy on local or remote server using rsync</li></ul></p></div></div></div></div></div></div>
</div></div></div></div>



<h2 class="wp-block-heading">Extending the usefulness</h2>



<p>MakeStaticSite is a prototype that was initially developed for individuals who are creating and maintaining websites on a personal computer.  However, the question soon arose: how might a team of content authors and editors be supported?  (The answer is: yes!)</p>



<p>For example, what if this site is to have multiple contributors?  In this case, the most straightforward approach is to set up or continue hosting with a third-party hosting provider, in the usual way.  This means those who are creating and managing content carry on as normal through the dashboard.  The main change is to separate the editing environment from the public site, which can be achieved by restricting access by some means of web authentication.  Then, run MakeStaticSite to deploy the static site to the public, whether on the server or remotely.  This approach ensures continuity; the only additional consideration is how to initiate MakeStaticSite once changes have been made — from within the CMS or external to it?</p>



<p>An initial test has shown that once set up, the process of maintenance and deployment can be carried out entirely from within WordPress.  This can be achieved by running the script under the terminal emulator <a rel="noreferrer noopener" href="https://wordpress.org/plugins/wpterm/" target="_blank">WPTerm</a> (MakeStaticSite has an option to run &#8216;unattended&#8217;, which makes default selections).  This depends on appropriate support for MakeStaticSite on the server; for shared hosting, the versions of required components, particularly Wget, may be somewhat old and, of course, for any serious use with a third party, access to WPTerm should be properly secured as instructed.  It&#8217;s preferable to keep the running of MakeStaticSite on a personal computer, an arrangement that has been used for <a href="https://fuengsin.org/" target="_blank" rel="noreferrer noopener">fuengsin.org</a>.</p>



<p>However, hosting with a third party means that the data is no longer immediately under our control; although a mixture of database replication and file synchronization can compensate, there&#8217;s some loss of independence.  Perhaps a better solution lies in p2p networks, but that&#8217;s an area I have yet to explore &#8230;</p>



<p>For now, this tool serves my needs well and I hope it is helpful to others.  Please refer to the <a href="https://makestaticsite.sh/" data-type="page" data-id="1499">MakeStaticSite project site</a> for further information.</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MakeStaticSite</title>
		<link>https://ptworld.net/projects/software/makestaticsite/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 20 Sep 2022 14:26:59 +0000</pubDate>
				<category><![CDATA[development]]></category>
		<category><![CDATA[MakeStaticSite]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=1499</guid>

					<description><![CDATA[Foreword The issues of Website security and performance continue to loom large, with organisations large and small continuing to suffer severe loss of service following a compromise — whether a site gets defaced, Google results become hijacked, or, more seriously, <a class="more-link" href="https://ptworld.net/projects/software/makestaticsite/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



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



<p>The issues of Website security and performance continue to loom large, with organisations large and small continuing to suffer severe loss of service following a compromise — whether a site gets defaced, Google results become hijacked, or, more seriously, personal data is breached.  </p>



<p>As will be described below, MakeStaticSite already offers a freely available solution (which has been implemented for this site), but it requires a certain level of technical knowledge.   However, further development is on the way to provide a Web-based service that will be simple and easy to use.  A proof of concept has already been implemented and been successfully tested, which should pave the way for <a href="https://ptworld.net/about/business/" data-type="page" data-id="1034">business</a> investment.   </p>



<h2 class="wp-block-heading">What&#8217;s the problem?</h2>



<p>Security issues arise largely from the way the content is generated and delivered to site visitors using <em>server-side processing</em>, which typically involves scripts and databases to select and deliver specific text, multimedia, and so on.  For example, content management systems (such as <a href="https://wordpress.org/" target="_blank" rel="noreferrer noopener">WordPress</a> and <a href="https://drupal.org/" target="_blank" rel="noreferrer noopener">Drupal</a>) are based on PHP and MySQL, which, if misconfigured, might yield not only the desired pages but be open to requests crafted to subvert the setup and yield unintended access.  Thus, maintaining the security of such a setup is an ongoing process that requires continual vigilance, responding promptly to security notices with the installation of updates, but it&#8217;s a race against time and there&#8217;s no guarantee that all vulnerabilities will be spotted.</p>



<p>MakeStaticSite belongs to the class of software known as <em>static site generators</em>, which removes all the dynamic components from public exposure, replacing them with a set of web pages (plain HTML, CSS, JavaScript) that require no server-side processing.  The pages are prepared beforehand in a safer environment, such as an individual&#8217;s laptop or a shared space behind a firewall, protected by strict access controls.  This simplifies the delivery process as well as helping with security.  Shell scripting is used, making available various tools to handle different aspects of the task.  An <a href="https://ptworld.net/blog/introducing-makestaticsite-for-website-deployment/" data-type="post" data-id="1504">introductory post</a> provides an overview of the processes involved. </p>



<p>For developers and system administrators, MakeStaticSite provides a convenient means to set up and manage the automatic creation and deployment of static versions of websites. Such sites can be administered locally and then deployed remotely to some other hosting provider. Strictly speaking, this is not an archival tool as the output is not an exact mirror, but a version of the site that preserves content whilst aiming to remain current. For example, RSS feeds are saved and then renamed with <tt>.xml</tt> extensions, and further files may be added.</p>



<p>Anyone who has some familiarity with the command line should be able to use the tool to assist in maintaining their sites, though such an interface is off-putting to some.  Further, a scripting-based approach has been chosen to make this tool widely accessible for developers to further fine-tune; a number of refinements are already included that augment the standard use of <a href="https://www.gnu.org/software/wget/" target="_blank" rel="noreferrer noopener">Wget</a>, such as support for arbitrary attributes and, in the case of WordPress, the use of <a href="https://wp-cli.org/" target="_blank" rel="noreferrer noopener">WP-CLI</a> to prepare sites beforehand.</p>



<p>MakeStaticSite has been released as open source software, available under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License version 3</a> .  For further details, please refer to the project site, <a href="https://makestaticsite.sh/" target="_blank" rel="noreferrer noopener">makestaticsite.sh</a>.  Many thanks to various developers for sharing their knowledge on shell scripting, particularly on blogs and Q&amp;A websites such as <a href="https://stackexchange.com/" target="_blank" rel="noreferrer noopener">Stack Exchange</a> and to those who have tested, commented on and otherwise supported MakeStaticSite.</p>



<h2 class="wp-block-heading">Hosted Web Service</h2>



<p>In its present form, it is technical in nature, aimed at developers and system administrators.  However, as a further development, a hosted Web service is being developed, with a simple user interface.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="761" src="https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-1024x761.png" alt="Graphic showing how the MakeStaticSiteWeb dashboard launches three stages of the publication process at a click of a link or press of a button: authoring in a CMS (WordPress), building the static site and viewing the output." class="wp-image-1652" srcset="https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-1024x761.png 1024w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-300x223.png 300w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-768x571.png 768w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-500x371.png 500w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture-800x594.png 800w, https://ptworld.net/wp-content/uploads/2024/01/MSSWeb_publish_architecture.png 1155w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>The user logs in to a central dashboard to maintain their projects.  By following a link or clicking a button, they can launch their CMS editor, build a static version of the site and browse the output.</p>



<h2 class="wp-block-heading">How you can help!</h2>



<p>At this stage, we are looking for investment.  Please <a href="https://ptworld.net/contact/" data-type="page" data-id="20">get in touch</a> to try out the demo and to arrange for a presentation.</p>



<p></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>QMA Collections Intranet</title>
		<link>https://ptworld.net/portfolio/qma-collections-intranet/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 14 Jun 2022 14:47:11 +0000</pubDate>
				<category><![CDATA[API]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[EMu]]></category>
		<category><![CDATA[exhibitions]]></category>
		<category><![CDATA[IMu]]></category>
		<category><![CDATA[intranet]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[museums]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Qatar]]></category>
		<category><![CDATA[QMA]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[templates]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=1208</guid>

					<description><![CDATA[Web-based Intranet for Qatar Museums (2012-2014) Problem The Qatar Museums Authority (via archive.org) had responsibility for a dozen or so new museums that were emerging to make Qatar a cultural hub for the Gulf. &#160;A single EMu database instance was <a class="more-link" href="https://ptworld.net/portfolio/qma-collections-intranet/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>Web-based Intranet for Qatar Museums (2012-2014)</p>



<h4 class="wp-block-heading">Problem</h4>



<p>The <a rel="noreferrer noopener" href="https://web.archive.org/web/20140210145633/http://www.qma.org.qa/ar/" target="_blank">Qatar Museums Authority</a> (via archive.org) had responsibility for a dozen or so new museums that were emerging to make Qatar a cultural hub for the Gulf. &nbsp;A single EMu database instance was set up with core data documentation standards, but access to EMu was limited to those who had registered user accounts on and access to the EMu client. &nbsp; Other museums staff, such as those in education, needed convenient access to essential information.</p>



<h4 class="wp-block-heading">Solution</h4>



<p>Inspired by the WordPress architecture, particularly its use of redirects, I conceived, architected and developed an intranet for the Qatar Museums Authority. &nbsp;This enabled Web access with custom views for each staff in museum, with session management integrated with MS Exchange. The user interface was responsive and implemented i18n, with instant toggle between English (left-to-right) and Arabic (right-to-left) — supported by a translation project to map all the necessary cataloguing fields. &nbsp;The resulting system was deployed to all the Museums and also the office of the Chair of QMA.</p>


<div class="show_more"><p class="wpsm-show" style="color: #cc0000; font-size: 100%; text-align: left;"> ( Details … )</p><div class="wpsm-content">
<p>Architecture:</p>
<ul>
<li>Multi-site architecture where each site (museum) has its own configuration; URL rewrites provide friendly URLs.</li>
<li>Authentication: integration with Active Directory</li>
<li>Authorisation: Per-site custom role-based authorisation supports Apache htgroups, EMu Groups (Registry module), and Active Directory LDAP</li>
</ul>
<p>Features:</p>
<ul>
<li>Customisable fields for the search and display of results and object pages</li>
<li>Data: XML template system generates a PHP XML template from the KE EMu XML schema</li>
<li>Presentation: self-contained XSLT transforms XML to HTML, kept separate from program logic</li>
<li>Session handling for runtime preferences</li>
<li>i18n internationalization English-Arabic (using gettext) &#8211; language toggle for each page</li>
<li>Image display configurable with IMu query optimisation</li>
<li>Responsive web design with collapsible columns with drag and drop panels, optimised for iPad.</li>
</ul>
<p>Development environment:<br />
*Oracle VirtualBox running Debian Linux, NetBeans, Subversion;<br />
*Apache, LDAP, PHP (with IMu API), HTML, CSS, JavaScript, jQuery, jQueryUI.<br />
 <p class="wpsm-hide" style="color: #cc0000; font-size: 100%; text-align: left;"> ( hide details … )</p></div></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Software</title>
		<link>https://ptworld.net/projects/software/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 13:15:13 +0000</pubDate>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[lifecycle]]></category>
		<category><![CDATA[MakeStaticSite]]></category>
		<category><![CDATA[methodologies]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open standards]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=989</guid>

					<description><![CDATA[The digital world is made up of software and hardware and increasingly permeates our lives. Analogous to making material donations, many developers offer software freely for the wider community in the hope that others may benefit also. They typically do <a class="more-link" href="https://ptworld.net/projects/software/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p>The digital world is made up of software and hardware and increasingly permeates our lives.  Analogous to making material donations, many developers offer software freely for the wider community in the hope that others may benefit also.  They typically do this by releasing software under an <a rel="noreferrer noopener" href="https://opensource.org/osd" target="_blank">open source</a> license.  </p>



<p>The generous ethos is admirable.  Indeed, whereas the spotlight has recently been shone on software developers to become more aware of certain ethical issues, along with pressure to change their practices, there is in fact much to be learnt from that community.  I have tried to intimate this in <a rel="noreferrer noopener" href="https://www.chezpaul.org.uk/interfth/osswisdom.html" target="_blank">Open Sources: A Higher Consciousness in Software Development</a>, a paper I gave at an unusual <a rel="noreferrer noopener" href="https://www.chezpaul.org.uk/interfth/birdofheaven.html" target="_blank">conference on the theme of wisdom</a>.</p>



<p>As a developer myself, I am largely <a rel="noreferrer noopener" href="https://paultrafford.blogspot.com/2007/01/zx-spectrum-and-scrabble-nostalgia.html" target="_blank">self-taught since the 1980s</a>.  It may explain why, when solving programming problems, I can be somewhat unconventional and occasionally original.</p>



<h2 class="wp-block-heading">Open Source contributions</h2>



<p>I&#8217;m not a prolific or fluent coder, but have contributed to a few open source projects and am currently working on two.</p>



<ul class="wp-block-list">
<li><strong><a href="https://ptworld.net/projects/software/makestaticsite/" data-type="page" data-id="1499">MakeStaticSite</a></strong>, a static site generator and deployer, is a Bash script that I already use to generate static versions of locally-developed WordPress sites (like this one and <a href="https://research.siga.la" target="_blank" rel="noreferrer noopener">research.siga.la</a>).  It is release as free/open source software under AGPL v.3 and is <a href="https://makestaticsite.sh/getting-started/installing/">available for download</a>.</li>



<li><strong>WP Offline Search</strong> is a further refinement of my <a href="https://github.com/paultraf/wp-static-search/" target="_blank" rel="noreferrer noopener">fork of WP Static Search</a> by Gergely Szerovay, who developed a WordPress plugin based on <a href="https://lunrjs.com/" target="_blank" rel="noreferrer noopener">Lunr.js</a>. As I&#8217;ve not received any response to my pull requests and have reworked quite a lot of the code, I changed the name and intend to set up a new repository.</li>



<li><a href="https://github.com/jcdarwin/epubcheck-web" target="_blank" rel="noreferrer noopener">epubcheck-web</a> (contributor) – enabling standards-based checking of ePub documents to help self-publishing, motivated by <a href="https://ptworld.net/portfolio/publishing-systems/#ebook">my experiences of self-publishing a Kindle book</a> (see especially the <a href="https://ptworld.net/portfolio/publishing-systems/#ebook" data-type="page" target="_blank" rel="noreferrer noopener">EPUB conversion report slides</a>).</li>
</ul>



<p>I hope to share the Sigala code likewise, once it has reached a certain level of maturity. </p>



<p>For my work using other people&#8217;s software, take a look at the <a href="https://ptworld.net/portfolio/">portfolio</a>.</p>



<h3 class="wp-block-heading">Legacy software, but enduring paradigms</h3>



<p>At the turn of the millennium, there was no universal means for authors to edit and maintain their content through their web browser.  The technical solutions that existed tended to work only on specific platforms, carried a fee, or else require a Java plugin.</p>



<p>In response, I devised one, <a rel="noreferrer noopener" href="https://web.archive.org/web/20011205040442/http://users.ox.ac.uk/~pault/netwedit/index.html" target="_blank">NetWedit</a>, possibly the world&#8217;s first cross-platform JavaScript-based solution, released under <a rel="noreferrer noopener" href="https://fossa.com/blog/open-source-software-licenses-101-lgpl-license/" target="_blank">GNU LGPL</a>, in the days when I still thought that the first &#8216;L&#8217; stood for &#8216;library&#8217; rather than &#8216;lesser&#8217;.  It was experimental and used a crafty method, but it worked well enough for members of Oxford University&#8217;s Theology Faculty to maintain their profiles for a <a href="https://ptworld.net/portfolio/theology-faculty-tlr/" data-type="page" data-id="456">teach and learning resources database</a>. </p>



<p>As browser DOM support improved, I subsequently enhanced the functionality, but kept the same basic user interface, to produce <a rel="noreferrer noopener" href="https://web.archive.org/web/20100109060438/http://users.ox.ac.uk/~pault/rtwedit/" target="_blank">RTWedit</a>, which was incorporated into early versions of WebLearn, Oxford University&#8217;s centrally-hosted virtual learning environment.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="892" height="637" src="https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor.png" alt="Rich text editing in a pop-up window with basic functions to apply bold and italic, to create hyperlinks and to insert images" class="wp-image-1353" style="width:669px;height:478px" srcset="https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor.png 892w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-300x214.png 300w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-768x548.png 768w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-500x357.png 500w, https://ptworld.net/wp-content/uploads/2022/08/OUCS-IT_Learning_WebLearn_editor-800x571.png 800w" sizes="(max-width: 892px) 100vw, 892px" /><figcaption class="wp-element-caption">An early example (2005-7) of rich text editing in WebLearn, using RTWedit. <br>(Screenshot of a slide from OUCS IT Learning Programme training course led by Paul Trafford.)</figcaption></figure>
</div>


<p>Standards have moved on and browsers only maintain limited backwards compatibility, so my tools don&#8217;t work in a standard desktop today, but the approach of working from first principles is ever-relevant.  I&#8217;ve recorded some notes in a retrospective piece, <a rel="noreferrer noopener" href="https://paultrafford.blogspot.com/2021/04/adventures-in-readwrite-web.html" target="_blank">Adventures in the Read/Write Web</a>. </p>



<p>Nowadays, we take for granted the fact that we can write content in systems such as WordPress and Drupal using a rich text editor with an experience similar to that in a word processor. Such editors, based on packages such as <a rel="noreferrer noopener" href="https://www.tiny.cloud" target="_blank">TinyMCE</a> and <a rel="noreferrer noopener" href="https://ckeditor.com" target="_blank">CK Editor</a> are still written in JavaScript.</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cognitive Interventions</title>
		<link>https://ptworld.net/research/mind/cognitive-interventions/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 09:49:35 +0000</pubDate>
				<category><![CDATA[Harvard]]></category>
		<category><![CDATA[interventions]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[neuroscience]]></category>
		<category><![CDATA[Project Zero]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[sīla]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system design]]></category>
		<category><![CDATA[thinking routines]]></category>
		<category><![CDATA[validation]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=961</guid>

					<description><![CDATA[How do we design systems that lead to generally wholesome states of mind? Having studied some of the psychological observations concerning social media, it is evident that cognitive interventions already feature prominently, generally in a way that fosters addiction, which <a class="more-link" href="https://ptworld.net/research/mind/cognitive-interventions/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<p id="block-52986962-678e-4dd0-bbc2-74101ab8e743">How do we design systems that lead to generally wholesome states of <a href="https://ptworld.net/research/mind/" data-type="page" data-id="858">mind</a>?   Having studied some of the psychological observations concerning social media, it is evident that cognitive interventions already feature prominently, generally in a way that fosters addiction, which is an unwholesome state.</p>



<p id="block-52986962-678e-4dd0-bbc2-74101ab8e743">However, cognitive interventions can also be incorporated in the design process so as to foster positive states.  Furthermore, there are well-established methods, particularly Harvard University&#8217;s Project Zero thinking routines that suggest how this might be implemented.  This was the subject of my paper: <strong>Cultivating&nbsp;<em>sīla</em>&nbsp;Online: the use of Cognitive Interventions in Systems Design</strong>, which I presented at the Ninth annual conference of the Jubilee Centre for Character and Virtues. A copy of the paper is available on the&nbsp;<a rel="noreferrer noopener" href="https://www.jubileecentre.ac.uk/2964/conferences/virtues-in-the-digital-world" target="_blank">conference website</a>, as well as on&nbsp;<a rel="noreferrer noopener" href="https://www.academia.edu/52610494/Cultivating_s%C4%ABla_Online_the_use_of_Cognitive_Interventions_in_Systems_Design" target="_blank">Academia</a>.&nbsp;</p>



<p>We may furthermore specify such systems mathematically using a formalism such as process algebra and then specify safety properties in a temporal logic, which we apply to the model for validation.  Whereas in the last millennium, formal methods were considered too rarefied for general use, nowadays they have become much more mainstream spear-headed by Petri Nets and the Pi-Calculus.</p>



<p>These are only early intimations, but I&#8217;m quite sure this research would be worthwhile.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sigala</title>
		<link>https://ptworld.net/projects/sigala/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 31 May 2022 18:41:50 +0000</pubDate>
				<category><![CDATA[culture]]></category>
		<category><![CDATA[ethics]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sustainable development]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=802</guid>

					<description><![CDATA[The Sigala project concerns the research, design and development of software systems to support sustainable social networking. &#160;It is the main focus of my endeavours for the foreseeable future. The Problem Why is there so much discontent with existing the <a class="more-link" href="https://ptworld.net/projects/sigala/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p>The Sigala project concerns the research, design and development of software systems to support sustainable social networking. &nbsp;It is the main focus of my endeavours for the foreseeable future. </p>



<h2 class="wp-block-heading">The Problem</h2>



<p>Why is there so much discontent with existing the social media provided by the &#8216;big tech&#8217; companies?  One trite answer is simply because social media fosters discontent!  </p>



<p>How does it foster discontent?  By promoting craving and addiction, which is why paradoxically people continue using these services despite their reservations about them.  As confessed by Sean Parker, former President of Facebook:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>&#8220;The thought process that went into building these applications, … was all about: &#8216;How do we consume as much of your time and conscious attention as possible?'&#8221; &#8220;And that means that we need to sort of give you a little dopamine hit every once in a while, because someone liked or commented on a photo or a post or whatever. And that&#8217;s going to get you to contribute more content, and that&#8217;s going to get you … more likes and comments.&#8221; &#8220;It&#8217;s a social-validation feedback loop … exactly the kind of thing that a hacker like myself would come up with, because you&#8217;re exploiting a vulnerability in human psychology.</p><cite>Mike Allen, <a href="https://www.axios.com/2017/12/15/sean-parker-unloads-on-facebook-god-only-knows-what-its-doing-to-our-childrens-brains-1513306792" target="_blank" rel="noreferrer noopener">‘Sean Parker Unloads on Facebook: “God Only Knows What it’s Doing to Our Children’s Brains”’,</a> Axios, 9<br>November 2017</cite></blockquote>



<h2 class="wp-block-heading">A Solution</h2>



<p>To redesign social media from the ground up rooted in the principles of Buddhist ethics and the cultivation of wholesome relationships.  This should improve the quality of awareness, enhance human agency, encourage independence of thought, and not foster addiction.  This is what the Sigala project is all about.</p>



<h3 class="wp-block-heading">Why &#8216;Sigala&#8217;?</h3>



<p>The name is derived from the name of a follower to whom the Buddha gave the most definitive <a href="https://www.accesstoinsight.org/tipitaka/dn/dn.31.0.nara.html" target="_blank" rel="noreferrer noopener">teachings on how lay people should conduct themselves for human flourishing</a>.  Actually the layman&#8217;s name was Sigāla (long &#8216;a&#8217;), but the diacritics can easily get omitted.  Also, with a short &#8216;a&#8217;, it can be pronounced in the same lively way as &#8216;Figaro&#8217;!</p>



<h3 class="wp-block-heading">Current status</h3>



<p>Research has been ongoing since 2007 and explored various themes.  From 2018 onwards, in response to Parker&#8217;s admission, special attention has been given to <a href="https://ptworld.net/research/mind/" data-type="page" data-id="858">mind and cognition</a>.  For descriptions of these investigations, please consult the dedicated Sigala research site: <a rel="noopener noreferrer" href="https://research.siga.la/" target="_blank">https://research.siga.la/</a>.</p>



<p>The next step is to code a proof of concept, for which I have established <a href="https://paultrafford.blogspot.com/2022/02/notes-on-symfony-5-fast-track.html" target="_blank" rel="noreferrer noopener">Symfony PHP framework as a suitable candidate</a>.  </p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RAMBLE</title>
		<link>https://ptworld.net/portfolio/ramble/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Sun, 22 May 2022 14:21:18 +0000</pubDate>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[Bodington]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[handheld]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[JISC]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[newsfeeds]]></category>
		<category><![CDATA[OUCS]]></category>
		<category><![CDATA[Oxford]]></category>
		<category><![CDATA[personal learning]]></category>
		<category><![CDATA[PLE]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[reflective learning]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[VLE]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=581</guid>

					<description><![CDATA[Date: 2004-2005 Brief: This project was to demonstrate how service-oriented architecture (SOA) could link personal learning spaces and institutional systems. Roles: Principle Investigator (JISC-funded project, staff member of the Learning Technologies Group, Oxford University Computing Service), systems analyst and systems <a class="more-link" href="https://ptworld.net/portfolio/ramble/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<p><strong>Date</strong>: 2004-2005</p>



<p><strong>Brief</strong>: This project was to demonstrate how service-oriented architecture (SOA) could link personal learning spaces and institutional systems.  </p>



<p><strong>Roles</strong>:  Principle Investigator (JISC-funded project, staff member of the Learning Technologies Group, Oxford University Computing Service), systems analyst and systems administrator.  This was concurrent to my main role of running WebLearn, Oxford University&#8217;s centrally-hosted virtual learning environment.</p>



<p><strong>Solution</strong>: I established a small team of about six, including colleagues in Chemistry and Medical Sciences.  We devised a workflow that encompassed student blogging on a handheld device and WebLearn. Technically, the post content was shared through RSS and Atom feeds, restricted by server and application configurations; I oversaw the development of a new blogging component in the VLE.  Whilst establishing blogging as a reflective learning activity, I also uncovered insights into the conditions that foster deeper learning, as intimated in an <a rel="noreferrer noopener" href="http://www.ariadne.ac.uk/issue/44/trafford/" target="_blank">article for Ariadne</a>.  Furthermore, the project had a more general impact on mobile developments at the University.</p>



<p></p>



<p>URL: <a href="http://projects.oucs.ox.ac.uk/ramble/" target="_blank" rel="noreferrer noopener">http://projects.oucs.ox.ac.uk/ramble/</a> </p>


<div class="wp-block-visual-portfolio">
<div class="vp-portfolio vp-uid-f1b21b5f vp-id-Zisqhk"
	data-vp-layout="tiles" data-vp-content-source="images" data-vp-items-style="fade" data-vp-items-click-action="popup_gallery" data-vp-items-gap="15" data-vp-items-gap-vertical="" data-vp-pagination="load-more" data-vp-next-page-url="" data-vp-tiles-type="3|1,1|" >
	<div class="vp-portfolio__preloader-wrap">
		<div class="vp-portfolio__preloader">
			<img decoding="async" loading="eager" src="https://ptworld.net/wp-content/plugins/visual-portfolio/assets/images/logo-dark.svg" alt="Visual Portfolio, Posts &amp; Image Gallery for WordPress" width="20" height="20" data-skip-lazy>
		</div>
	</div>
		<div class="vp-portfolio__items-wrap">
			
<div class="vp-portfolio__items vp-portfolio__items-style-fade vp-portfolio__items-show-overlay-hover">

		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-c95c5dd1" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png 712w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-300x195.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png 500w" data-vp-popup-img-size="712x463" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" data-vp-popup-md-img-size="712x463" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png" data-vp-popup-sm-img-size="500x325">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Architecture</h3>
				<div class="vp-portfolio__item-popup-description">A service-oriented architecture underpinned the RAMBLE project. 
<br />
Students authored posts using an app on a PDA, with the assistance of a foldable keyboard.  Once the PDA has a passthrough network connection, entries could be uploaded via the app to the blog server.
<br />
Students could subsequently view and share selectively (with their tutor) in a Virtualized Learning Environment (VLE).</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png"
			>
	
		<noscript><img decoding="async" width="712" height="463" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" class="wp-image-533" alt="A simple schematic for the RAMBLE architecture comprising three components (PDA, blog server and VLE). The learner writes their blog entry on the PDA and then views it (in the learning context) in the VLE" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png 712w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-300x195.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png 500w" sizes="(max-width: 712px) 100vw, 712px" /></noscript><img decoding="async" width="712" height="463" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" class="wp-image-533 vp-lazyload" alt="A simple schematic for the RAMBLE architecture comprising three components (PDA, blog server and VLE). The learner writes their blog entry on the PDA and then views it (in the learning context) in the VLE" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEyIiBoZWlnaHQ9IjQ2MyIgdmlld0JveD0iMCAwIDcxMiA0NjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png 712w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-300x195.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture-500x325.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_architecture.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Architecture</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-0bfa0ae8" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" data-vp-popup-img-size="1608x1117" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg" data-vp-popup-md-img-size="800x556" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg" data-vp-popup-sm-img-size="500x347">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project: iPaq PDA and Belkin keyboard</h3>
				<div class="vp-portfolio__item-popup-description">This was the setup for the Medical Sciences undergraduate participants in RAMBLE.
<br />
It comprised an iPaq 1940 running Pocket Blog software and a Belkin foldable wireless keyboard.
<br />
But why is the iPaq positioned towards the right &#8230; ?  (see next slide)
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1608" height="1117" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" class="wp-image-567" alt="Photograph shows the iPaq PDA on a stand and Belkin stowaway keyboard unfolded on a desk at home" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" sizes="auto, (max-width: 1608px) 100vw, 1608px" /></noscript><img decoding="async" width="1608" height="1117" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" class="wp-image-567 vp-lazyload" alt="Photograph shows the iPaq PDA on a stand and Belkin stowaway keyboard unfolded on a desk at home" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwOCIgaGVpZ2h0PSIxMTE3IiB2aWV3Qm94PSIwIDAgMTYwOCAxMTE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg 1608w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-300x208.jpg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1024x711.jpg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-768x533.jpg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1536x1067.jpg 1536w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-500x347.jpg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-800x556.jpg 800w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq-1280x889.jpg 1280w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_Belkin_iPaq.jpg"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project: iPaq PDA and Belkin keyboard</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-e9373172" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg 800w" data-vp-popup-img-size="1024x768" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg" data-vp-popup-md-img-size="800x600" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg" data-vp-popup-sm-img-size="500x375">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: Blogging setup 1/2</h3>
				<div class="vp-portfolio__item-popup-description">This is a slide from a presentation to Oxford University&#8217;s Department of Educational Studies relating the art of setup.
<br />
As illustrated in the annotated photo of the PDA and keyboard, the keyboard uses infrared to communicate with the PDA and therefore needs a line of sight.
<br />
The mirror top left reflects the beam to the receiving port on the PDA. (There&#8217;s no Bluetooth.)
<br />
As a result, the PDA ends up displaced to  one side.

</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1024" height="768" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" class="wp-image-571" alt="A presentation slide split between &#039;Setup Features&#039; (notes) and &#039;PDA and Keyboard&#039; (annotated photo)" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg 800w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></noscript><img decoding="async" width="1024" height="768" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" class="wp-image-571 vp-lazyload" alt="A presentation slide split between &#039;Setup Features&#039; (notes) and &#039;PDA and Keyboard&#039; (annotated photo)" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSI3NjgiIHZpZXdCb3g9IjAgMCAxMDI0IDc2OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1-800x600.jpeg 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA1.jpeg"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: Blogging setup 1/2</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-c88207ad" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg 800w" data-vp-popup-img-size="1024x768" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg" data-vp-popup-md-img-size="800x600" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg" data-vp-popup-sm-img-size="500x375">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: Blogging setup 2/2</h3>
				<div class="vp-portfolio__item-popup-description">This is another slide from a presentation to Oxford University&#8217;s Department of Educational Studies, here showing what&#8217;s involved in blogging.
<br />
As the screenshot shows, Pocket Blog is basically a text editor with a basic markup facility and some network synchronisation options. 
<br />
This was the setup for Medical Science students, whereas Chemistry students used mo:Blog on Palm Zire 72.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1024" height="768" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" class="wp-image-572" alt="A presentation slide split between &#039;Features&#039; (notes) and &#039;Screenshot: Pocket Blog&#039; with some basic markup for a blog post" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg 800w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></noscript><img decoding="async" width="1024" height="768" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" class="wp-image-572 vp-lazyload" alt="A presentation slide split between &#039;Features&#039; (notes) and &#039;Screenshot: Pocket Blog&#039; with some basic markup for a blog post" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAyNCIgaGVpZ2h0PSI3NjgiIHZpZXdCb3g9IjAgMCAxMDI0IDc2OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg 1024w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-300x225.jpeg 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-768x576.jpeg 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-500x375.jpeg 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2-800x600.jpeg 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_EdStudies_Blogging_PDA2.jpeg"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: Blogging setup 2/2</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-22520f82" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png 592w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-283x300.png 283w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png 500w" data-vp-popup-img-size="592x628" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" data-vp-popup-md-img-size="592x628" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png" data-vp-popup-sm-img-size="500x530">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: Wireless PDA Keyboard Settings</h3>
				<div class="vp-portfolio__item-popup-description">Microsoft Pocket PC has built-in networking capabilities, no additional software was required to work with the Belkin keyboard.
<br />
Four screenshots from Pocket PC running on an iPaq 1940, as used by RAMBLE project participants from Medical Sciences.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="592" height="628" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" class="wp-image-573" alt="Four screenshots from Pocket PC running on the iPaq 1940" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png 592w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-283x300.png 283w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png 500w" sizes="auto, (max-width: 592px) 100vw, 592px" /></noscript><img decoding="async" width="592" height="628" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" class="wp-image-573 vp-lazyload" alt="Four screenshots from Pocket PC running on the iPaq 1940" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkyIiBoZWlnaHQ9IjYyOCIgdmlld0JveD0iMCAwIDU5MiA2MjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png 592w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-283x300.png 283w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens-500x530.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_iPaq_Belkin_screens.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: Wireless PDA Keyboard Settings</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-ea849c68" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png 922w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-300x225.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-768x575.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png 800w" data-vp-popup-img-size="922x690" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png" data-vp-popup-md-img-size="800x599" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png" data-vp-popup-sm-img-size="500x374">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE &#8211; Danny Tucker&#8217;s blog</h3>
				<div class="vp-portfolio__item-popup-description">Dr Danny Tucker (Obstetrics and Gynaecology) coordinated the trial of RAMBLE  in Medical Sciences.
<br />
This was with a group of placement students in the 4th year of undergraduate studies at Oxford University.
<br />
The hospital had limited access to the Internet, so the PDA was considered a convenient means for note-taking and subsequent upload.
<br />
Screenshot from my implementation of Pebble, a blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="922" height="690" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" class="wp-image-576" alt="Screenshot taken in December 2004 from &#039;Danny&#039;s ramblings&#039;, his project blog for RAMBLE. Two posts are featured: &#039;Photo blogging&#039; (how to) and &#039;Labour Ward PDA sync&#039; relating that a PDA cable is provided in the labour ward" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png 922w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-300x225.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-768x575.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png 800w" sizes="auto, (max-width: 922px) 100vw, 922px" /></noscript><img decoding="async" width="922" height="690" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" class="wp-image-576 vp-lazyload" alt="Screenshot taken in December 2004 from &#039;Danny&#039;s ramblings&#039;, his project blog for RAMBLE. Two posts are featured: &#039;Photo blogging&#039; (how to) and &#039;Labour Ward PDA sync&#039; relating that a PDA cable is provided in the labour ward" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIyIiBoZWlnaHQ9IjY5MCIgdmlld0JveD0iMCAwIDkyMiA2OTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png 922w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-300x225.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-768x575.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog-800x599.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Danny_Tucker_blog.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE &#8211; Danny Tucker&#8217;s blog</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-8f360310" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png 800w" data-vp-popup-img-size="923x690" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png" data-vp-popup-md-img-size="800x598" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png" data-vp-popup-sm-img-size="500x374">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project blog</h3>
				<div class="vp-portfolio__item-popup-description">The main RAMBLE Project blog was a key means of disseminating findings, conducted in suitably reflective style.
<br />
After the JISC project had concluded, the activity of blogging was sustained for some time, allowing consideration of wider pedagogical issues.
<br />
Screenshot from the RAMBLE Project blog using the Pebble blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="923" height="690" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" class="wp-image-577" alt="Screenshot taken in July 2006 from the RAMBLE project blog. Excerpts from three posts on respectively blogs archival and two on a seminar linking personal learning with institutional learning." srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png 800w" sizes="auto, (max-width: 923px) 100vw, 923px" /></noscript><img decoding="async" width="923" height="690" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" class="wp-image-577 vp-lazyload" alt="Screenshot taken in July 2006 from the RAMBLE project blog. Excerpts from three posts on respectively blogs archival and two on a seminar linking personal learning with institutional learning." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIzIiBoZWlnaHQ9IjY5MCIgdmlld0JveD0iMCAwIDkyMyA2OTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival-800x598.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-archival.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project blog</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-a73579e4" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png 921w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png 800w" data-vp-popup-img-size="921x688" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png" data-vp-popup-md-img-size="800x598" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png" data-vp-popup-sm-img-size="500x374">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project blog: seminar</h3>
				<div class="vp-portfolio__item-popup-description">A detailed debrief from a seminar I gave with Dr Karl Harrison, who coordinated the RAMBLE blogging trial in Oxford University&#8217;s Chemistry Department.
<br />
Karl coordinated a group of first year undergraduates, who were encouraged to write freely about their experiences of the course and the learning spaces (labs).
<br />
The general approach was to show how RAMBLE supported a holistic view of personalised learning and institutional learning.
<br />
Screenshot from the RAMBLE Project blog using the Pebble blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="921" height="688" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" class="wp-image-578" alt="Screenshot taken in May 2006 of a post from the RAMBLE project blog. It describes plans for a seminar for the E-Learning Research Group at Oxford University&#039;s Department of Educational Studies" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png 921w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png 800w" sizes="auto, (max-width: 921px) 100vw, 921px" /></noscript><img decoding="async" width="921" height="688" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" class="wp-image-578 vp-lazyload" alt="Screenshot taken in May 2006 of a post from the RAMBLE project blog. It describes plans for a seminar for the E-Learning Research Group at Oxford University&#039;s Department of Educational Studies" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIxIiBoZWlnaHQ9IjY4OCIgdmlld0JveD0iMCAwIDkyMSA2ODgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png 921w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-768x574.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-500x374.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar-800x598.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_blog-seminar.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project blog: seminar</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-7615fd4f" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-768x573.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png 800w" data-vp-popup-img-size="923x689" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png" data-vp-popup-md-img-size="800x597" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png" data-vp-popup-sm-img-size="500x373">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project: reading private blogs</h3>
				<div class="vp-portfolio__item-popup-description">As well as managing the project, I had several other roles, including system administrator, in which I set up various Apache components to deliver the blogs.
<br />
Handling privacy in a service-oriented architecture with several components presented some challenges, especially with my limited knowledge of Java and Tomcat. 
<br />
Screenshot from the RAMBLE Project blog using the Pebble blogging platform originally developed by Simon Brown.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="923" height="689" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" class="wp-image-580" alt="Screenshot taken in December 2004 of a technical post from the RAMBLE project blog on the issue of trying to read a private blog feed from within a VLE. A code snipped shows a security constraint defined in Pebble&#039;s web.xml" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-768x573.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png 800w" sizes="auto, (max-width: 923px) 100vw, 923px" /></noscript><img decoding="async" width="923" height="689" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" class="wp-image-580 vp-lazyload" alt="Screenshot taken in December 2004 of a technical post from the RAMBLE project blog on the issue of trying to read a private blog feed from within a VLE. A code snipped shows a security constraint defined in Pebble&#039;s web.xml" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIzIiBoZWlnaHQ9IjY4OSIgdmlld0JveD0iMCAwIDkyMyA2ODkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png 923w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-300x224.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-768x573.png 768w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-500x373.png 500w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs-800x597.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE-Project_private_blogs.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project: reading private blogs</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-4e5c42fc" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png 523w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png 500w" data-vp-popup-img-size="523x379" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" data-vp-popup-md-img-size="523x379" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png" data-vp-popup-sm-img-size="500x362">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: VLE Blog Creation</h3>
				<div class="vp-portfolio__item-popup-description">As part of the RAMBLE project, a new blog component was developed in WebLearn, Oxford University&#8217;s centrally-hosted Virtual Learning Environment (VLE).
<br />
WebLearn used a physical metaphor for spaces (hence: building, floors, suites of rooms, etc.).
<br />
The blog component provided a means to read data from the project blog server using RSS and Atom feeds.
<br />
In addition to the VLE access managaement,  further measures provided access restrictions to properly support private blogs.  
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="523" height="379" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" class="wp-image-574" alt="Web form for creating a blog, showing some basic fields: name, title, description, Web log URL" srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png 523w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png 500w" sizes="auto, (max-width: 523px) 100vw, 523px" /></noscript><img decoding="async" width="523" height="379" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" class="wp-image-574 vp-lazyload" alt="Web form for creating a blog, showing some basic fields: name, title, description, Web log URL" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIzIiBoZWlnaHQ9IjM3OSIgdmlld0JveD0iMCAwIDUyMyAzNzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png 523w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation-500x362.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_creation.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: VLE Blog Creation</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-1ff3f585" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png 531w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png 500w" data-vp-popup-img-size="531x382" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" data-vp-popup-md-img-size="531x382" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png" data-vp-popup-sm-img-size="500x360">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE: VLE Blog properties</h3>
				<div class="vp-portfolio__item-popup-description">The blog component offered a number of options for displaying and formatting the content.
<br />
Screenshot from WebLearn &#8216;Blogs and News&#8217; suite of rooms.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="531" height="382" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" class="wp-image-575" alt="Web form for configuring a blog, its general properties (such as title, number of entries to display) and blog entry properties (such as display, title, content, author and date of entries)." srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png 531w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png 500w" sizes="auto, (max-width: 531px) 100vw, 531px" /></noscript><img decoding="async" width="531" height="382" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" class="wp-image-575 vp-lazyload" alt="Web form for configuring a blog, its general properties (such as title, number of entries to display) and blog entry properties (such as display, title, content, author and date of entries)." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMxIiBoZWlnaHQ9IjM4MiIgdmlld0JveD0iMCAwIDUzMSAzODIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png 531w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties-500x360.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_VLE_Blog_properties.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE: VLE Blog properties</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-d725666f" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png 527w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png 500w" data-vp-popup-img-size="527x380" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" data-vp-popup-md-img-size="527x380" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png" data-vp-popup-sm-img-size="500x361">
			<h3 class="vp-portfolio__item-popup-title">RAMBLE Project blog &#8211; VLE view</h3>
				<div class="vp-portfolio__item-popup-description">Having set up a blog in WebLearn, Oxford University&#8217;s VLE, the posts were displayed in a similar fashion to how they appear in Pebble.
<br />
The rationale for using WebLearn was to set the posts in the wider learning context of a department&#8217;s course of study.
<br />
The tool could be situated flexibly in the system&#8217;s resource hierarchy and benefit from the fine-grained access management. 
<br />
Screenshot from WebLearn taken on 1 July 2005.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="527" height="380" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" class="wp-image-570" alt="RAMBLE Project Blog as a resource in WebLearn, showing excerpts for two posts." srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png 527w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png 500w" sizes="auto, (max-width: 527px) 100vw, 527px" /></noscript><img decoding="async" width="527" height="380" src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" class="wp-image-570 vp-lazyload" alt="RAMBLE Project Blog as a resource in WebLearn, showing excerpts for two posts." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI3IiBoZWlnaHQ9IjM4MCIgdmlld0JveD0iMCAwIDUyNyAzODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png 527w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-300x216.png 300w, https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view-500x361.png 500w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/RAMBLE_blog-VLE_view.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	RAMBLE Project blog &#8211; VLE view</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
</div>
		</div>
		
</div>
</div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HSM DAMS</title>
		<link>https://ptworld.net/portfolio/hsm-dams/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Sat, 21 May 2022 15:32:11 +0000</pubDate>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[digital assets]]></category>
		<category><![CDATA[GLAM]]></category>
		<category><![CDATA[ingestion]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[museums]]></category>
		<category><![CDATA[Oxford]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[ResourceSpace]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=557</guid>

					<description><![CDATA[Date: 2019-2020 (staff member); November 2021 (consultant) Brief: A digital asset management system (ResourceSpace, fully-supported by Montala) was procured for the History of Science Museum, along with other departments in Oxford University&#8217;s Gardens, Libraries and Museums (GLAM). The DAMS was <a class="more-link" href="https://ptworld.net/portfolio/hsm-dams/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<a id="DAMS"></a>



<p><strong>Date</strong>: 2019-2020 (staff member); November 2021 (consultant)</p>



<p><strong>Brief</strong>: A digital asset management system (<a rel="noreferrer noopener" href="https://www.resourcespace.com/" target="_blank">ResourceSpace</a>, fully-supported <a rel="noreferrer noopener" href="https://www.montala.com/resourcespace" target="_blank">by Montala</a>) was procured for the History of Science Museum, along with other departments in Oxford University&#8217;s Gardens, Libraries and Museums (GLAM).  The DAMS was used as an intranet, primarily for its object photography.  It needed broad stakeholder adoption and to be integrated with the existing collections management system (Axiell EMu).  </p>



<p><strong>Roles</strong>: As the coordinator of digital projects at HSM, I was involved in the selection of the DAMS and then was responsible for its implementation, including the ingestion of tranches, together with documentation and basic training.  For the consultancy I provided further support for this process.</p>



<p><strong>Solution</strong>: Considerable preparation was required before we could use the system. I undertook or oversaw a number of stages, including the development of policy comprising a digital preservation policy, retention schedules and data protection.  These ran alongside a digital assets audit, metadata specification process (involving all potential stakeholders), system requirements, data export, cleansing, munging and ingestion.  As it was messy, I developed a Digital Assets Toolkit, comprising a set of custom scripts for some of the heavy lifting.</p>



<p>URL:  <a href="https://www.glam.ox.ac.uk/digital-asset-management-system-dams-project" target="_blank" rel="noreferrer noopener">https://www.glam.ox.ac.uk/digital-asset-management-system-dams-project</a></p>


<div class="wp-block-visual-portfolio">
<div class="vp-portfolio vp-uid-826f8e3a vp-id-19kavF"
	data-vp-layout="tiles" data-vp-content-source="images" data-vp-items-style="fade" data-vp-items-click-action="popup_gallery" data-vp-items-gap="15" data-vp-items-gap-vertical="" data-vp-pagination="load-more" data-vp-next-page-url="" data-vp-tiles-type="3|1,1|" >
	<div class="vp-portfolio__preloader-wrap">
		<div class="vp-portfolio__preloader">
			<img decoding="async" loading="eager" src="https://ptworld.net/wp-content/plugins/visual-portfolio/assets/images/logo-dark.svg" alt="Visual Portfolio, Posts &amp; Image Gallery for WordPress" width="20" height="20" data-skip-lazy>
		</div>
	</div>
		<div class="vp-portfolio__items-wrap">
			
<div class="vp-portfolio__items vp-portfolio__items-style-fade vp-portfolio__items-show-overlay-hover">

		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-a9bde467" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-300x180.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-768x462.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-500x301.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-800x481.png 800w" data-vp-popup-img-size="941x566" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-800x481.png" data-vp-popup-md-img-size="800x481" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-500x301.png" data-vp-popup-sm-img-size="500x301">
			<h3 class="vp-portfolio__item-popup-title">HSM DAMS: main dashboard</h3>
				<div class="vp-portfolio__item-popup-description">The system was configured with various resource types according to the museum&#8217;s business (across which we may search selectively).
<br />
During implementation, as the system administrator, I monitored ingestions (aided by the graph).
<br />
Screenshot from the HSM DAMS, using ResourceSpace, available as open source software.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="941" height="566" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png" class="wp-image-373" alt="History of Science Museum DAMS: main dashboard with links to add and search for assets, group assets in collections, and so on." srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-300x180.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-768x462.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-500x301.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-800x481.png 800w" sizes="auto, (max-width: 941px) 100vw, 941px" /></noscript><img decoding="async" width="941" height="566" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png" class="wp-image-373 vp-lazyload" alt="History of Science Museum DAMS: main dashboard with links to add and search for assets, group assets in collections, and so on." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQxIiBoZWlnaHQ9IjU2NiIgdmlld0JveD0iMCAwIDk0MSA1NjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-300x180.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-768x462.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-500x301.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2-800x481.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace2.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM DAMS: main dashboard</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-8f6516a1" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-300x133.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-768x341.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-500x222.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-800x355.png 800w" data-vp-popup-img-size="941x418" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-800x355.png" data-vp-popup-md-img-size="800x355" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-500x222.png" data-vp-popup-sm-img-size="500x222">
			<h3 class="vp-portfolio__item-popup-title">HSM DAMS: Collection Categories</h3>
				<div class="vp-portfolio__item-popup-description">The DAMS is used in various ways by staff in the various teams.  In particular, it can help identify objects that are being moved from one location to another.  
<br />
Alternatively, it can record events (especially using video).
<br />
Furthermore, integration with Axiell EMu collections management system allows for specialist fields to be imported, as for Conservation.
<br />
Screenshot from the HSM DAMS, using ResourceSpace, available as open source software.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="941" height="418" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png" class="wp-image-374" alt="HSM DAMS: Collection Categories: Studio, Events, Communities, Conservation, OPS Move Highlights and Archives" srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-300x133.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-768x341.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-500x222.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-800x355.png 800w" sizes="auto, (max-width: 941px) 100vw, 941px" /></noscript><img decoding="async" width="941" height="418" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png" class="wp-image-374 vp-lazyload" alt="HSM DAMS: Collection Categories: Studio, Events, Communities, Conservation, OPS Move Highlights and Archives" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQxIiBoZWlnaHQ9IjQxOCIgdmlld0JveD0iMCAwIDk0MSA0MTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-300x133.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-768x341.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-500x222.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3-800x355.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace3.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM DAMS: Collection Categories</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-ead789d9" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-300x178.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-768x455.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-500x296.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-800x474.png 800w" data-vp-popup-img-size="941x558" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-800x474.png" data-vp-popup-md-img-size="800x474" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-500x296.png" data-vp-popup-sm-img-size="500x296">
			<h3 class="vp-portfolio__item-popup-title">HSM DAMS: Featured Collection</h3>
				<div class="vp-portfolio__item-popup-description">Oxford University&#8217;s History of Science Museum uses a digital asset management system (DAMS) for its photographic collection of objects.  
<br />
A number of featured collection categories have been defined, including studio photography for a book, Director&#8217;s Choice.  
<br />
The screenshot is from the HSM DAMS, which uses ResourceSpace, available as open source software.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="941" height="558" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png" class="wp-image-375" alt="HSM DAMS: Featured collection thumbnails with titles and links to detailed record views." srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-300x178.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-768x455.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-500x296.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-800x474.png 800w" sizes="auto, (max-width: 941px) 100vw, 941px" /></noscript><img decoding="async" width="941" height="558" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png" class="wp-image-375 vp-lazyload" alt="HSM DAMS: Featured collection thumbnails with titles and links to detailed record views." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQxIiBoZWlnaHQ9IjU1OCIgdmlld0JveD0iMCAwIDk0MSA1NTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-300x178.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-768x455.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-500x296.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4-800x474.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace4.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM DAMS: Featured Collection</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-e4c29077" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-300x185.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-768x474.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-500x309.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-800x494.png 800w" data-vp-popup-img-size="941x581" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-800x494.png" data-vp-popup-md-img-size="800x494" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-500x309.png" data-vp-popup-sm-img-size="500x309">
			<h3 class="vp-portfolio__item-popup-title">HSM DAMS asset preview</h3>
				<div class="vp-portfolio__item-popup-description">A lightbox window for an asset, which, in this case, is a high-resolution studio photograph of a museum object.
<br />
The system can generate numerous derivatives, according to the purpose and user.
<br />
Depending on your access rights, one or more of these may be available for download.
<br />
Screenshot from the History of Science Museum&#8217;s DAMS system, using ResourceSpace.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="941" height="581" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png" class="wp-image-546" alt="Marconi&#039;s Oli Righi Oscillator, by Augusto Righi, Bologna, 1895. From the collection of the History of Science Museum in Oxford." srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-300x185.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-768x474.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-500x309.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-800x494.png 800w" sizes="auto, (max-width: 941px) 100vw, 941px" /></noscript><img decoding="async" width="941" height="581" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png" class="wp-image-546 vp-lazyload" alt="Marconi&#039;s Oli Righi Oscillator, by Augusto Righi, Bologna, 1895. From the collection of the History of Science Museum in Oxford." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQxIiBoZWlnaHQ9IjU4MSIgdmlld0JveD0iMCAwIDk0MSA1ODEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-300x185.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-768x474.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-500x309.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5-800x494.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace5.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM DAMS asset preview</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-0e129858" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-300x196.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-768x503.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-500x327.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-800x524.png 800w" data-vp-popup-img-size="941x616" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-800x524.png" data-vp-popup-md-img-size="800x524" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-500x327.png" data-vp-popup-sm-img-size="500x327">
			<h3 class="vp-portfolio__item-popup-title">HSM DAMS &#8211; Resource Tools</h3>
				<div class="vp-portfolio__item-popup-description">A lightbox window for an asset, which, in this case, is a high-resolution studio photograph of a museum object.
<br />
The system can generate numerous derivatives, according to the purpose and user.
<br />
Depending on your access rights, one or more of these may be available for download.
<br />
For the resource details, I arranged the metadata according to work areas.  The tabs vary according to the resource type. 
<br />
Screenshot from the History of Science Museum&#8217;s DAMS system, using ResourceSpace.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="941" height="616" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png" class="wp-image-547" alt="Resource tools window for an asset (for viewing and downloading files), workflow actions and resource details (metadata)" srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-300x196.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-768x503.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-500x327.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-800x524.png 800w" sizes="auto, (max-width: 941px) 100vw, 941px" /></noscript><img decoding="async" width="941" height="616" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png" class="wp-image-547 vp-lazyload" alt="Resource tools window for an asset (for viewing and downloading files), workflow actions and resource details (metadata)" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQxIiBoZWlnaHQ9IjYxNiIgdmlld0JveD0iMCAwIDk0MSA2MTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png 941w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-300x196.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-768x503.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-500x327.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6-800x524.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace6.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM DAMS &#8211; Resource Tools</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-2611e2ac" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png 812w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-300x199.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-768x510.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-500x332.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-800x531.png 800w" data-vp-popup-img-size="812x539" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-800x531.png" data-vp-popup-md-img-size="800x531" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-500x332.png" data-vp-popup-sm-img-size="500x332">
			<h3 class="vp-portfolio__item-popup-title">HSM DAMS &#8211; Related Resources</h3>
				<div class="vp-portfolio__item-popup-description">Using the ability to relate resources, I designed the system to link to parties (such as creator).
<br /> 
Screenshot from the History of Science Museum&#8217;s DAMS system, using ResourceSpace.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="812" height="539" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png" class="wp-image-548" alt="Resource view: Parties metadata and the Party asset as a related resource" srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png 812w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-300x199.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-768x510.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-500x332.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-800x531.png 800w" sizes="auto, (max-width: 812px) 100vw, 812px" /></noscript><img decoding="async" width="812" height="539" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png" class="wp-image-548 vp-lazyload" alt="Resource view: Parties metadata and the Party asset as a related resource" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODEyIiBoZWlnaHQ9IjUzOSIgdmlld0JveD0iMCAwIDgxMiA1MzkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png 812w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-300x199.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-768x510.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-500x332.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7-800x531.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_DAMS-ResourceSpace7.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM DAMS &#8211; Related Resources</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-0f2463eb" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png 998w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-300x163.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-768x417.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-500x272.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-800x434.png 800w" data-vp-popup-img-size="998x542" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-800x434.png" data-vp-popup-md-img-size="800x434" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-500x272.png" data-vp-popup-sm-img-size="500x272">
			<h3 class="vp-portfolio__item-popup-title">HSM EMu exports specification</h3>
				<div class="vp-portfolio__item-popup-description">Many of the ResourceSpace DAMS fields had to match those in the EMu collections management system.  
<br />
Furthermore, the DAMS was populated with EMu data through ingestion (before systems integration).
<br />
This is part of the specification I devised for the export from EMu to support the process, 
<br />
including a ResourceSpace &#8216;field type&#8217; column indicated how it is to be presented in  ResourceSpace.
<br />
Documentation from the History of Science Museum, University of Oxford</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="998" height="542" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png" class="wp-image-564" alt="A table with a header row specifying: Reference, Title, Shorthand name, Field Type, EMu field and EMu field type. Entries concern conservation and general records" srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png 998w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-300x163.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-768x417.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-500x272.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-800x434.png 800w" sizes="auto, (max-width: 998px) 100vw, 998px" /></noscript><img decoding="async" width="998" height="542" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png" class="wp-image-564 vp-lazyload" alt="A table with a header row specifying: Reference, Title, Shorthand name, Field Type, EMu field and EMu field type. Entries concern conservation and general records" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTk4IiBoZWlnaHQ9IjU0MiIgdmlld0JveD0iMCAwIDk5OCA1NDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png 998w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-300x163.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-768x417.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-500x272.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec-800x434.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_EMu_exports_spec.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM EMu exports specification</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-29fc912d" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png 1836w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-300x200.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1024x684.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-768x513.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1536x1026.png 1536w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-500x334.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-800x534.png 800w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1280x855.png 1280w" data-vp-popup-img-size="1836x1226" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-800x534.png" data-vp-popup-md-img-size="800x534" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-500x334.png" data-vp-popup-sm-img-size="500x334">
			<h3 class="vp-portfolio__item-popup-title">HSM Digital Assets Toolkit</h3>
				<div class="vp-portfolio__item-popup-description">The data models of EMu and ResourceSpace are quite different; many assets resided in separate file systems; 
<br />
cataloguing data was in spreadsheets, not always consistently maintained. 
<br />
Valuable metadata was tied up in the filesystems.  So, with the assistance of reports from TreeSize Pro, 
<br />
this toolkit extracted the metadata and married it to EMu records, with various data cleansing. 
<br />
Screenshot from an intranet of the History of Science Museum, University of Oxford</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1836" height="1226" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png" class="wp-image-563" alt="A screenshot for HSM Digital Assets Toolkit with four services to extract metadata, make data comparisons, report and prepare files for ingestion" srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png 1836w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-300x200.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1024x684.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-768x513.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1536x1026.png 1536w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-500x334.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-800x534.png 800w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1280x855.png 1280w" sizes="auto, (max-width: 1836px) 100vw, 1836px" /></noscript><img decoding="async" width="1836" height="1226" src="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png" class="wp-image-563 vp-lazyload" alt="A screenshot for HSM Digital Assets Toolkit with four services to extract metadata, make data comparisons, report and prepare files for ingestion" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgzNiIgaGVpZ2h0PSIxMjI2IiB2aWV3Qm94PSIwIDAgMTgzNiAxMjI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==" data-src="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png 1836w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-300x200.png 300w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1024x684.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-768x513.png 768w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1536x1026.png 1536w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-500x334.png 500w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-800x534.png 800w, https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit-1280x855.png 1280w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/HSM_Digital_Assets_Toolkit.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	HSM Digital Assets Toolkit</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
</div>
		</div>
		
</div>
</div>


<p>  </p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MHS/HSM Website</title>
		<link>https://ptworld.net/portfolio/mhs-hsm-website/</link>
		
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 17 May 2022 16:42:08 +0000</pubDate>
				<category><![CDATA[API]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[EMu]]></category>
		<category><![CDATA[exhibitions]]></category>
		<category><![CDATA[history of science]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[museums]]></category>
		<category><![CDATA[Oxford]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://ptworld.net/?page_id=469</guid>

					<description><![CDATA[2009-2012, 2014-2020 Role: Systems developer (as a staff member of the Museum of the History of Science, University of Oxford) Brief: Develop and maintain the main Website for the Museum (but not the social media channels) and integrate the collections <a class="more-link" href="https://ptworld.net/portfolio/mhs-hsm-website/">Read More ...</a>]]></description>
										<content:encoded><![CDATA[
<p></p>



<a id="mhsweb"></a>



<p>2009-2012, 2014-2020</p>



<p><strong>Role</strong>: Systems developer (as a staff member of the Museum of the History of Science, University of Oxford)</p>



<p><strong>Brief</strong>: Develop and maintain the main Website for the Museum (but not the social media channels) and integrate the collections management system (KE EMu).  </p>



<p><strong>Solution</strong>: I oversaw the redevelopment of the WordPress site in 2010, mostly into one multisite instance, including previously disparate elements such as the collections search, and then its gradual refinement through to 2012. I overhauled the server provision, standardising on Debian Linux, in University data centres. </p>



<p>Security was enhanced at various levels, through content caches, script hardening, Apache mod Security with a fine-tuned ruleset, and integration with the University&#8217;s single sign-on system, first with Stanford Webauth and then with Shibboleth (to better support federation), registering and configuring a Service Provider (Apache module) and then configuring a WordPress plugin to invoke Shibboleth for authentication.</p>



<p>Subsequent work on the site focused on the design and instantiation of content, such as special exhibition sites (see <a href="#backfromthedead">example</a> below). From 2017 onwards, it mainly concerned the digital preservation of legacy online exhibits during the migration to a centrally managed service, to which I also contributed substantially.</p>



<p><strong>URLs</strong><br><a href="https://www.mhs.ox.ac.uk/">https://www.mhs.ox.ac.uk/</a> (main site until 2018), home page now redirecting to: <br><a rel="noreferrer noopener" href="https://hsm.ox.ac.uk/" target="_blank">https://hsm.ox.ac.uk/</a> (main site from 2019 onwards).<br><a rel="noreferrer noopener" href="https://blogs.mhs.ox.ac.uk/" target="_blank">https://blogs.mhs.ox.ac.uk/</a> <br>Slides: <a href="http://www.slideshare.net/paultraf/ke-user-group-2011-showcase-notes">integration of the collections database using the KE EMu PHP5 API</a>.</p>


<div class="wp-block-visual-portfolio">
<div class="vp-portfolio vp-uid-f2258dd1 vp-id-Z1FraGi"
	data-vp-layout="tiles" data-vp-content-source="images" data-vp-items-style="fade" data-vp-items-click-action="popup_gallery" data-vp-items-gap="15" data-vp-items-gap-vertical="" data-vp-pagination="load-more" data-vp-next-page-url="" data-vp-tiles-type="3|1,1|" >
	<div class="vp-portfolio__preloader-wrap">
		<div class="vp-portfolio__preloader">
			<img decoding="async" loading="eager" src="https://ptworld.net/wp-content/plugins/visual-portfolio/assets/images/logo-dark.svg" alt="Visual Portfolio, Posts &amp; Image Gallery for WordPress" width="20" height="20" data-skip-lazy>
		</div>
	</div>
		<div class="vp-portfolio__items-wrap">
			
<div class="vp-portfolio__items vp-portfolio__items-style-fade vp-portfolio__items-show-overlay-hover">

		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-42fc93ce" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-289x300.png 289w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-768x798.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-500x520.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-800x832.png 800w" data-vp-popup-img-size="965x1003" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-800x832.png" data-vp-popup-md-img-size="800x832" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-500x520.png" data-vp-popup-sm-img-size="500x520">
			<h3 class="vp-portfolio__item-popup-title">MHS Home page 2012</h3>
				<div class="vp-portfolio__item-popup-description">I created a new WordPress theme for the Museum of the History of Science in 2010, based on a set of static HTML and CSS files. 
<br />
The rotating banner image (here displaying orrery by Thomas Wright) showcases objects and exhibitions. 
<br />
I brought together several separate WP sites into a single WP multisite setup and in 2011 integrated Webauth for single sign-on.
<br />
This screenshot, taken two years after the relaunch, shows how the site was kept up to date.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="965" height="1003" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png" class="wp-image-471" alt="The home page for the Museum of the History of Science, 2012. Its header displays the Museum&#039;s logo and essential details. Underneath is a banner image, the main navigation menu with various sections underneath on current exhibitions, news, featured objects, events and a search box" srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-289x300.png 289w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-768x798.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-500x520.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-800x832.png 800w" sizes="auto, (max-width: 965px) 100vw, 965px" /></noscript><img decoding="async" width="965" height="1003" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png" class="wp-image-471 vp-lazyload" alt="The home page for the Museum of the History of Science, 2012. Its header displays the Museum&#039;s logo and essential details. Underneath is a banner image, the main navigation menu with various sections underneath on current exhibitions, news, featured objects, events and a search box" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTY1IiBoZWlnaHQ9IjEwMDMiIHZpZXdCb3g9IjAgMCA5NjUgMTAwMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-289x300.png 289w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-768x798.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-500x520.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe-800x832.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Home_page_2012-Mechanical_universe.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Home page 2012</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-6349a511" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png 935w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-290x300.png 290w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-768x793.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-500x517.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-800x827.png 800w" data-vp-popup-img-size="935x966" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-800x827.png" data-vp-popup-md-img-size="800x827" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-500x517.png" data-vp-popup-sm-img-size="500x517">
			<h3 class="vp-portfolio__item-popup-title">MHS: History (with the ATBar)</h3>
				<div class="vp-portfolio__item-popup-description">The JISC TechDis ATBar provides an accessibility toolkit to facilitate page reading, usually activated via an &#8216;I&#8217; icon.  
<br />
Pages were also tested using the JAWS screen reader (Freedom Scientific). 
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="935" height="966" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png" class="wp-image-472" alt="Webpage describing the history of the Museum, with the ATBar for accessibility displayed along the top" srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png 935w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-290x300.png 290w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-768x793.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-500x517.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-800x827.png 800w" sizes="auto, (max-width: 935px) 100vw, 935px" /></noscript><img decoding="async" width="935" height="966" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png" class="wp-image-472 vp-lazyload" alt="Webpage describing the history of the Museum, with the ATBar for accessibility displayed along the top" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTM1IiBoZWlnaHQ9Ijk2NiIgdmlld0JveD0iMCAwIDkzNSA5NjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png 935w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-290x300.png 290w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-768x793.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-500x517.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar-800x827.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_History-JISC_Techdis_Accessibility_toolbar.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS: History (with the ATBar)</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-e9d0895f" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png 967w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-768x554.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-500x361.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-800x577.png 800w" data-vp-popup-img-size="967x698" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-800x577.png" data-vp-popup-md-img-size="800x577" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-500x361.png" data-vp-popup-sm-img-size="500x361">
			<h3 class="vp-portfolio__item-popup-title">MHS Collections Search</h3>
				<div class="vp-portfolio__item-popup-description">I extended the custom MHS WordPress theme to provide access to the EMu collections database, using the PHP API.
<br />
Two kinds of search are offered: free text (basic and advanced, which provides boolean search), plus field search.
<br />
Result options include: show thumbnails and only return records that have images.
<br />
A presentation on the integration was given at the KE User Group in 2011, 
<br />
https://www.slideshare.net/paultraf/ke-user-group-2011-showcase-notes
<br />
Screenshot from the Museum of the History of Science, University of Oxford, taken in 2012.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="967" height="698" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png" class="wp-image-596" alt="Basic search page for the MHS collections with a single search box (with tick box options for &#039;show thumbnails&#039; and &#039;images only&#039;. Underneath are links and descriptions for advanced and field searches." srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png 967w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-768x554.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-500x361.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-800x577.png 800w" sizes="auto, (max-width: 967px) 100vw, 967px" /></noscript><img decoding="async" width="967" height="698" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png" class="wp-image-596 vp-lazyload" alt="Basic search page for the MHS collections with a single search box (with tick box options for &#039;show thumbnails&#039; and &#039;images only&#039;. Underneath are links and descriptions for advanced and field searches." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTY3IiBoZWlnaHQ9IjY5OCIgdmlld0JveD0iMCAwIDk2NyA2OTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png 967w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-300x217.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-768x554.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-500x361.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search-800x577.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue_search.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Collections Search</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-c865bf80" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-300x277.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-768x710.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-500x462.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-800x739.png 800w" data-vp-popup-img-size="965x892" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-800x739.png" data-vp-popup-md-img-size="800x739" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-500x462.png" data-vp-popup-sm-img-size="500x462">
			<h3 class="vp-portfolio__item-popup-title">MHS Collections: Field Search</h3>
				<div class="vp-portfolio__item-popup-description">This is the field search.  It is an option mainly intended for specialists.
<br />
Screenshot from the Museum of the History of Science, University of Oxford, taken in 2012.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="965" height="892" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png" class="wp-image-595" alt="Field search page for the MHS collections with catalogue fields such as inventory number, title, creation data, material." srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-300x277.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-768x710.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-500x462.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-800x739.png 800w" sizes="auto, (max-width: 965px) 100vw, 965px" /></noscript><img decoding="async" width="965" height="892" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png" class="wp-image-595 vp-lazyload" alt="Field search page for the MHS collections with catalogue fields such as inventory number, title, creation data, material." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTY1IiBoZWlnaHQ9Ijg5MiIgdmlld0JveD0iMCAwIDk2NSA4OTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png 965w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-300x277.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-768x710.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-500x462.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue-800x739.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_EMu_catalogue.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Collections: Field Search</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-239065b5" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png 962w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-295x300.png 295w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-768x781.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-500x508.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-800x813.png 800w" data-vp-popup-img-size="962x978" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-800x813.png" data-vp-popup-md-img-size="800x813" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-500x508.png" data-vp-popup-sm-img-size="500x508">
			<h3 class="vp-portfolio__item-popup-title">MHS Steampunk exhibition</h3>
				<div class="vp-portfolio__item-popup-description">Steampunk was the most popular exhibition that the Museum of the History of Science has ever hosted. 
<br />
This microsite, hastily put together, is shown here for comparison with the next slide.  Note the theme elements &mdash; header, sidebar, and so on.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="962" height="978" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png" class="wp-image-473" alt="Steampunk exhibition at the Museum of the History of Science, featuring thumbnails of a selection of objects" srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png 962w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-295x300.png 295w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-768x781.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-500x508.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-800x813.png 800w" sizes="auto, (max-width: 962px) 100vw, 962px" /></noscript><img decoding="async" width="962" height="978" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png" class="wp-image-473 vp-lazyload" alt="Steampunk exhibition at the Museum of the History of Science, featuring thumbnails of a selection of objects" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYyIiBoZWlnaHQ9Ijk3OCIgdmlld0JveD0iMCAwIDk2MiA5NzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png 962w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-295x300.png 295w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-768x781.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-500x508.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view-800x813.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2012view.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Steampunk exhibition</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-05489773" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png 1070w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-300x272.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-1024x928.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-768x696.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-500x453.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-800x725.png 800w" data-vp-popup-img-size="1070x970" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-800x725.png" data-vp-popup-md-img-size="800x725" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-500x453.png" data-vp-popup-sm-img-size="500x453">
			<h3 class="vp-portfolio__item-popup-title">MHS Steampunk exhibition &#8211; archive</h3>
				<div class="vp-portfolio__item-popup-description">Ten years later, the Museum has been rebranded and migrated to a centrally-managed system.  
<br />
To preserve the exhibition site and ensure consistency of branding, a new template was created on the old site, featuring the new logo and marked as &#8216;archive&#8217;.  
<br />
The removal of the old header and sidebars, makes for a comparatively clean and simple layout &mdash; and the thumbnail strip looks okay.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1070" height="970" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png" class="wp-image-474" alt="Steampunk exhibition at the Museum of the History of Science - archived version with sidebars removed" srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png 1070w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-300x272.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-1024x928.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-768x696.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-500x453.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-800x725.png 800w" sizes="auto, (max-width: 1070px) 100vw, 1070px" /></noscript><img decoding="async" width="1070" height="970" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png" class="wp-image-474 vp-lazyload" alt="Steampunk exhibition at the Museum of the History of Science - archived version with sidebars removed" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3MCIgaGVpZ2h0PSI5NzAiIHZpZXdCb3g9IjAgMCAxMDcwIDk3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png 1070w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-300x272.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-1024x928.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-768x696.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-500x453.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view-800x725.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_exhibition-2022view.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Steampunk exhibition &#8211; archive</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-60fa080b" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png 1081w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-300x238.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-1024x811.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-768x608.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-500x396.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-800x633.png 800w" data-vp-popup-img-size="1081x856" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-800x633.png" data-vp-popup-md-img-size="800x633" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-500x396.png" data-vp-popup-sm-img-size="500x396">
			<h3 class="vp-portfolio__item-popup-title">MHS Steampunk Live Mannequin</h3>
				<div class="vp-portfolio__item-popup-description">The archival process retains the functionality of the original site.  Here we are viewing a lightbox slide from a Steampunk catwalk.  
<br />
I edited the original photo (by Keiko Ikeuchi) and inverted it, fading the current (visitors) to black and white of the past, whilst retaining the vibrant colour of the Victorian soldier, as he seemingly gazes at the historical crowd.
<br />
I created the effect using MS Image Composer.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1081" height="856" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png" class="wp-image-475" alt="A lightbox slide from the MHS Steampunk exhibition website. It shows the back of a Victorian soldier, dressed in a red and black uniform, standing on a plinth in a gallery, looking at a group of visitors nestled among the display cases" srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png 1081w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-300x238.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-1024x811.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-768x608.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-500x396.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-800x633.png 800w" sizes="auto, (max-width: 1081px) 100vw, 1081px" /></noscript><img decoding="async" width="1081" height="856" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png" class="wp-image-475 vp-lazyload" alt="A lightbox slide from the MHS Steampunk exhibition website. It shows the back of a Victorian soldier, dressed in a red and black uniform, standing on a plinth in a gallery, looking at a group of visitors nestled among the display cases" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MSIgaGVpZ2h0PSI4NTYiIHZpZXdCb3g9IjAgMCAxMDgxIDg1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png 1081w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-300x238.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-1024x811.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-768x608.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-500x396.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view-800x633.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Steampunk_mannequin-2022view.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Steampunk Live Mannequin</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-414f3ed4" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png 902w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-279x300.png 279w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-768x825.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-500x537.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-800x859.png 800w" data-vp-popup-img-size="902x969" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-800x859.png" data-vp-popup-md-img-size="800x859" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-500x537.png" data-vp-popup-sm-img-size="500x537">
			<h3 class="vp-portfolio__item-popup-title">The Renaissance in Astronomy</h3>
				<div class="vp-portfolio__item-popup-description">A dedicated template was created for the special exhibition at the Museum, maintaining consistency with the over theme design.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="902" height="969" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png" class="wp-image-476" alt="The Renaissance in Astronomy special exhibition home page at the Museum of the History of Science, with an introduction, featured image and menu links. It is styled with a darker background." srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png 902w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-279x300.png 279w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-768x825.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-500x537.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-800x859.png 800w" sizes="auto, (max-width: 902px) 100vw, 902px" /></noscript><img decoding="async" width="902" height="969" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png" class="wp-image-476 vp-lazyload" alt="The Renaissance in Astronomy special exhibition home page at the Museum of the History of Science, with an introduction, featured image and menu links. It is styled with a darker background." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAyIiBoZWlnaHQ9Ijk2OSIgdmlld0JveD0iMCAwIDkwMiA5NjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png 902w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-279x300.png 279w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-768x825.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-500x537.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012-800x859.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Renaissance_in_Astronomy-2012.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	The Renaissance in Astronomy</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-c55671ba" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png 997w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-300x249.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-768x639.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-500x416.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-800x665.png 800w" data-vp-popup-img-size="997x829" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-800x665.png" data-vp-popup-md-img-size="800x665" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-500x416.png" data-vp-popup-sm-img-size="500x416">
			<h3 class="vp-portfolio__item-popup-title">MHS Blogs</h3>
				<div class="vp-portfolio__item-popup-description">A further WordPress multisite setup was added, dedicated to blogs, designed for separate administration.
<br />
Blogs were set up for marketing (&#8216;Inside MHS Oxford&#8217;) and for staff and student projects, for reflection and dissemination.
<br />
Screenshot from the Museum of the History of Science, University of Oxford.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="997" height="829" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png" class="wp-image-609" alt="An index page for MHS blogs, featuring &#039;Inside MHS Oxford&#039;, &#039;For the Love of it&#039; (on scientific objects), &#039;Astrolabes in Medieval Jewish Culture&#039;, etc." srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png 997w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-300x249.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-768x639.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-500x416.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-800x665.png 800w" sizes="auto, (max-width: 997px) 100vw, 997px" /></noscript><img decoding="async" width="997" height="829" src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png" class="wp-image-609 vp-lazyload" alt="An index page for MHS blogs, featuring &#039;Inside MHS Oxford&#039;, &#039;For the Love of it&#039; (on scientific objects), &#039;Astrolabes in Medieval Jewish Culture&#039;, etc." srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTk3IiBoZWlnaHQ9IjgyOSIgdmlld0JveD0iMCAwIDk5NyA4MjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png 997w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-300x249.png 300w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-768x639.png 768w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-500x416.png 500w, https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs-800x665.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/MHS_Blogs.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	MHS Blogs</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
</div>
		</div>
		
</div>
</div>


<p> &#8211;</p>



<h2 class="wp-block-heading" id="backfromthedead">MHS Special Exhibition: Back from the Dead &#8211; Demystifying Antibiotics</h2>



<p><strong>2016</strong></p>



<p><strong>Brief</strong>: To provide a website to accompany the Special Exhibition at the Museum of the History of Science (since renamed, History of Science Museum).  Content needed to be easy to maintain by staff in various teams.</p>



<p><strong>Solution</strong>: Using the existing WP multisite infrastructure I was able to create a number of special exhibition sites relatively easily, using responsive off-the-shelf themes.  The basic structure was up and running very quickly and could be refined on an ongoing basis.  Care was taken to ensure that educational aspects, especially, were made accessible.</p>



<p><strong>URL</strong>: <a href="https://www.mhs.ox.ac.uk/backfromthedead/" target="_blank" rel="noreferrer noopener">https://www.mhs.ox.ac.uk/backfromthedead/</a> </p>


<div class="wp-block-visual-portfolio">
<div class="vp-portfolio vp-uid-d64e84ed vp-id-1B6zKX"
	data-vp-layout="tiles" data-vp-content-source="images" data-vp-items-style="fade" data-vp-items-click-action="popup_gallery" data-vp-items-gap="15" data-vp-items-gap-vertical="" data-vp-pagination="load-more" data-vp-next-page-url="" data-vp-tiles-type="3|1,1|" >
	<div class="vp-portfolio__preloader-wrap">
		<div class="vp-portfolio__preloader">
			<img decoding="async" loading="eager" src="https://ptworld.net/wp-content/plugins/visual-portfolio/assets/images/logo-dark.svg" alt="Visual Portfolio, Posts &amp; Image Gallery for WordPress" width="20" height="20" data-skip-lazy>
		</div>
	</div>
		<div class="vp-portfolio__items-wrap">
			
<div class="vp-portfolio__items vp-portfolio__items-style-fade vp-portfolio__items-show-overlay-hover">

		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-0c595f6d" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png 1187w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-300x248.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-1024x846.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-768x635.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-500x413.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-800x661.png 800w" data-vp-popup-img-size="1187x981" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-800x661.png" data-vp-popup-md-img-size="800x661" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-500x413.png" data-vp-popup-sm-img-size="500x413">
			<h3 class="vp-portfolio__item-popup-title">Back from the Dead: Exhibition home page</h3>
				<div class="vp-portfolio__item-popup-description">The History of Science Museum&#8217;s Special Exhibition, &#8216;Back from the Dead: Demystifying Antibiotics&#8217;, concerned the fight against bacteria (and their growing resistance).
<br />
In the accompanying website, most attention given to the exhibition, to make available images and descriptions to spark interest and to inform those who could not view in person.
<br />
Screenshot from Exhibition index.
</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1187" height="981" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png" class="wp-image-358" alt="History of Science Museum: Website for Special Exhibition, &#039;Back from the Dead&#039; to mark penicillin&#039;s 75th anniversary as a life-saving drug" srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png 1187w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-300x248.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-1024x846.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-768x635.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-500x413.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-800x661.png 800w" sizes="auto, (max-width: 1187px) 100vw, 1187px" /></noscript><img decoding="async" width="1187" height="981" src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png" class="wp-image-358 vp-lazyload" alt="History of Science Museum: Website for Special Exhibition, &#039;Back from the Dead&#039; to mark penicillin&#039;s 75th anniversary as a life-saving drug" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4NyIgaGVpZ2h0PSI5ODEiIHZpZXdCb3g9IjAgMCAxMTg3IDk4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png 1187w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-300x248.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-1024x846.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-768x635.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-500x413.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition-800x661.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Exhibition.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Back from the Dead: Exhibition home page</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-7f1d82d5" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png 1205w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-300x244.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-1024x832.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-768x624.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-500x406.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-800x650.png 800w" data-vp-popup-img-size="1205x979" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-800x650.png" data-vp-popup-md-img-size="800x650" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-500x406.png" data-vp-popup-sm-img-size="500x406">
			<h3 class="vp-portfolio__item-popup-title">Back from the Dead: Myth Busting question</h3>
				<div class="vp-portfolio__item-popup-description">Among the educational uses of the site, was to inform through Q&amp;A, here using petri dishes as visuals. 
<br />
Screenshot from History of Science Museum: Website for Special Exhibition, &#8216;Back from the dead&#8217;.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1205" height="979" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png" class="wp-image-362" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; myth busting page, including detail of a petri dish asking the question, &#039;What are bacteria?&#039;" srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png 1205w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-300x244.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-1024x832.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-768x624.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-500x406.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-800x650.png 800w" sizes="auto, (max-width: 1205px) 100vw, 1205px" /></noscript><img decoding="async" width="1205" height="979" src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png" class="wp-image-362 vp-lazyload" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; myth busting page, including detail of a petri dish asking the question, &#039;What are bacteria?&#039;" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwNSIgaGVpZ2h0PSI5NzkiIHZpZXdCb3g9IjAgMCAxMjA1IDk3OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png 1205w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-300x244.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-1024x832.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-768x624.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-500x406.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a-800x650.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1a.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Back from the Dead: Myth Busting question</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-84cb880e" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png 862w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-300x220.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-768x564.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-500x367.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-800x587.png 800w" data-vp-popup-img-size="862x633" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-800x587.png" data-vp-popup-md-img-size="800x587" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-500x367.png" data-vp-popup-sm-img-size="500x367">
			<h3 class="vp-portfolio__item-popup-title">Back from the Dead: Myth Busting reveal</h3>
				<div class="vp-portfolio__item-popup-description">A mouseover animated effect for one of the petri dishes, revealing the answer to a fundamental question.
<br />
Screenshot from History of Science Museum: Website for Special Exhibition, &#8216;Back from the dead&#8217;.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="862" height="633" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png" class="wp-image-364" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; - detail of a petri dish with information about bacteria" srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png 862w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-300x220.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-768x564.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-500x367.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-800x587.png 800w" sizes="auto, (max-width: 862px) 100vw, 862px" /></noscript><img decoding="async" width="862" height="633" src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png" class="wp-image-364 vp-lazyload" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; - detail of a petri dish with information about bacteria" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYyIiBoZWlnaHQ9IjYzMyIgdmlld0JveD0iMCAwIDg2MiA2MzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png 862w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-300x220.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-768x564.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-500x367.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c-800x587.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_graphic1c.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Back from the Dead: Myth Busting reveal</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-4b70dffd" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png 1000w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-300x208.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-768x533.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-500x347.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-800x555.png 800w" data-vp-popup-img-size="1000x694" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-800x555.png" data-vp-popup-md-img-size="800x555" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-500x347.png" data-vp-popup-sm-img-size="500x347">
			<h3 class="vp-portfolio__item-popup-title">Back from the Dead: Myth Busting (text version)</h3>
				<div class="vp-portfolio__item-popup-description">Text versions are provided for key visuals, mindful of accessibility needs for the visually impaired.
<br />
An element of interactivity is retained with collapsible text panels. 
<br />
Screenshot from History of Science Museum: Website for Special Exhibition, &#8216;Back from the dead&#8217;.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1000" height="694" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png" class="wp-image-365" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; about the fight against bacteria (and their growing resistance)" srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png 1000w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-300x208.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-768x533.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-500x347.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-800x555.png 800w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></noscript><img decoding="async" width="1000" height="694" src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png" class="wp-image-365 vp-lazyload" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; about the fight against bacteria (and their growing resistance)" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI2OTQiIHZpZXdCb3g9IjAgMCAxMDAwIDY5NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png 1000w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-300x208.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-768x533.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-500x347.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text-800x555.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_MythBusting_text.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Back from the Dead: Myth Busting (text version)</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-f43cf8ac" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png 816w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-300x260.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-768x666.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-500x434.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-800x694.png 800w" data-vp-popup-img-size="816x708" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-800x694.png" data-vp-popup-md-img-size="800x694" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-500x434.png" data-vp-popup-sm-img-size="500x434">
			<h3 class="vp-portfolio__item-popup-title">Back from the Dead: Feedback cards</h3>
				<div class="vp-portfolio__item-popup-description">A lightbox gallery (WordPress plugin) was created for the handwritten feedback cards filled in by visitors to the exhibition.  
<br />
A link to text transcriptions included for accessibility. 
<br />
Screenshot from History of Science Museum: Website for Special Exhibition, &#8216;Back from the dead&#8217;. </div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="816" height="708" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png" class="wp-image-359" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; feedback cards including five guiding questions with card responses underneath" srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png 816w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-300x260.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-768x666.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-500x434.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-800x694.png 800w" sizes="auto, (max-width: 816px) 100vw, 816px" /></noscript><img decoding="async" width="816" height="708" src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png" class="wp-image-359 vp-lazyload" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; feedback cards including five guiding questions with card responses underneath" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODE2IiBoZWlnaHQ9IjcwOCIgdmlld0JveD0iMCAwIDgxNiA3MDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+" data-src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png 816w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-300x260.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-768x666.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-500x434.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards-800x694.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_cards.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Back from the Dead: Feedback cards</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
		<div		class="vp-portfolio__item-wrap vp-portfolio__item-uid-69764438" data-vp-filter="" 		>
			<template class="vp-portfolio__item-popup" data-vp-popup-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png" data-vp-popup-img-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png 1183w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-300x249.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-1024x848.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-768x636.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-500x414.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-800x663.png 800w" data-vp-popup-img-size="1183x980" data-vp-popup-md-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-800x663.png" data-vp-popup-md-img-size="800x663" data-vp-popup-sm-img="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-500x414.png" data-vp-popup-sm-img-size="500x414">
			<h3 class="vp-portfolio__item-popup-title">Back from the Dead: Feedback cards (text)</h3>
				<div class="vp-portfolio__item-popup-description">Text versions are provided for key visuals, mindful of accessibility needs for the visually impaired. 
<br />
In this case, transcriptions of handwritten feedback cards.
<br />
Screenshot from History of Science Museum: Website for Special Exhibition, &#8216;Back from the dead&#8217;.</div>
		</template>
						<figure class="vp-portfolio__item">
				
<div class="vp-portfolio__item-img-wrap">
	<div class="vp-portfolio__item-img">
			<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png"
			>
	
		<noscript><img loading="lazy" decoding="async" width="1183" height="980" data-skip-lazy src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png" class="wp-image-361" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; - transcriptions of feedback cards" srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png 1183w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-300x249.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-1024x848.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-768x636.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-500x414.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-800x663.png 800w" sizes="auto, (max-width: 1183px) 100vw, 1183px" /></noscript><img decoding="async" width="1183" height="980" src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png" class="wp-image-361 vp-lazyload" alt="HSM: Website for Special Exhibition, &#039;Back from the dead&#039; - transcriptions of feedback cards" srcset="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4MyIgaGVpZ2h0PSI5ODAiIHZpZXdCb3g9IjAgMCAxMTgzIDk4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=" data-src="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png" data-srcset="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png 1183w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-300x249.png 300w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-1024x848.png 1024w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-768x636.png 768w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-500x414.png 500w, https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text-800x663.png 800w" data-sizes="auto" loading="eager">
		</a>	</div>
</div>
	<figcaption class="vp-portfolio__item-overlay vp-portfolio__item-overlay-text-align-center">
		<div class="vp-portfolio__item-meta-wrap vp-portfolio__custom-scrollbar">
				<a
		href="https://ptworld.net/wp-content/uploads/2022/05/BFTD_Feedback_text.png"
		tabindex="-1" class="vp-portfolio__item-meta" 	>
	
<h2 class="vp-portfolio__item-meta-title">
	Back from the Dead: Feedback cards (text)</h2>
</a>		</div>
	</figcaption>
			</figure>
					</div>
		
</div>
		</div>
		
</div>
</div>


<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
