To edit this page, please answer the question that appears below (more info):
What short name does OAIS use for an information package that is used for submission?
Free text:
==Workflow Description== <!-- To add an image of your workflow, open the "Upload File" link on the left in a new browser tab and follow on screen instructions, then return to this page and add the name of your uploaded image to the line below - replacing "workflow.png" with the name of your file. Replace the text "Textual description" with a short description of your image. Filenames are case sensitive! If you don't want to add a workflow diagram or other image, delete the line below --> [[File:BX-workflow.png|Flowchart workflow for capturing a website with Browsertrix-crawler]]<br> <!-- Describe your workflow here with an overview of the different steps or processes involved--> The workflow involves the decision to capture a website with Browsertrix-crawler. It shows the iterative process of crawling a page with Browsertrix, QAing the results in Conifer and recrawling with adjusted settings. ==Purpose, Context and Content== <!-- Describe what your workflow is for - i.e. what it is designed to achieve, what the organisational context of the workflow is, and what content it is designed to work with --> The purpose of this workflow is determine whether a site is suitable for capture with [https://github.com/webrecorder/browsertrix-crawler Browsertrix Crawler] and if so, run a Browsertrix crawl. The crawl is then subject to Quality Assurance. If the crawl is found to be unsatisfactory, Browsertrix settings are adjusted and the crawl is run again, with this process potentially being repeated several times until a satisfactory crawl is completed. If no satisfactory crawl can be made in this way, the site will be captured with Conifer. The steps are as follows: 1. A site is identified for capture. 2. The site is assessed to determine which capture method is suitable. At this point we look at: * How large the site is * Does the site contain interactive content? * What is the planned capture frequency? (if the proposed capture is very frequent we may be more likely to use an in-house tool like Browsertrix to reduce costs) * What level of fidelity is required * Have previous crawls of the site been attempted and what was the outcome 3. An initial decision of what capture technology to use is made 4. If Browsertrix is selected, an initial config will be generated based on our knowledge of the site (in our case this would be generated from our in-house database). 5. An initial Browsertrix is then run, using default settings. 6. The resulting WARC is uploaded to Conifer for Quality Assurance. 7. If the level of quality is found to be unsatisfactory, Browsertrix settings will be tweaked, in preparation for running another crawl. At this point we will review settings for: * Scoping rules * Seeds * Depth * Behaviours 8. A new Browsertrix crawl will then be run with the new configuration. 9. This process is repeated until the crawl is found to be satisfactory in QA. If we are unable to complete a satisfactory crawl, at this point we will look at capturing the site with Conifer. 10. If a satisfactory Browsertrix crawl has been completed, we download the WARC from Conifer. 11. The WARC is then prepared to be ingested to our collection. For us this involves renaming the file and compressing it. 12. The WARC is then uploaded to our collection and published. ==Evaluation/Review== <!-- How effective was the workflow? Was it replaced with a better workflow? Did it work well with some content but not others? What is the current status of the workflow? Does it relate to another workflow already described on the wiki? Link, explain and elaborate --> This workflow is currently being used in production at the UK Government Web Archive. We have found it to be successful with a variety of content types. However, we are still currently refining our process and experimenting with different Browsertrix configurations. ==Further Information== <!-- Provide any further information or links to additional documentation here --> <!-- Add four tildes below ("~~~~") to create an automatic signature, including your wiki username. Ensure your user page (click on your username to create it) includes an up to date contact email address so that people can contact you if they want to discuss your workflow --> <!-- Note that your workflow will be marked with a CC3.0 licence --> Information on getting started with Browsertrix Crawler can be found on the project's [https://github.com/webrecorder/browsertrix-crawler GitHub page].