Skip to content

Commit

Permalink
guidance: Add 5 remaining videos for publisher audience
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 31, 2021
1 parent 99ecc80 commit beb92ba
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guidance/build.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Build

<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/NSiIIH2-GJM" title="Getting your data ready to publish" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

This phase is about creating a new IT system, or updating an existing IT system, to implement your [mapping](map) and publish OCDS data.

Alternatively, if you don't have the capacity to create or update an IT system, you can consider reusing an existing [data collection tool](build/data_collection_tools). If you're reusing an existing tool, this phase is about customizing that tool to meet your needs and working out how to combine and publish your data. The [OCDS Helpdesk](../support/index.md#ocds-helpdesk) can help you to consider options for collecting, combining and publishing data.
Expand Down Expand Up @@ -60,6 +64,10 @@ Otherwise, you can consider the following methods:

## Establish your publication formats and access methods

<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/njw7H4UKPsY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

OCDS data can be published in different formats and accessed using different methods.

It is best practice to provide data in multiple formats, so that as many users as possible can use the data without first having to transform it to their preferred format. In OCDS terms, this means [publishing both structured JSON data and tabular CSV or spreadsheet data](build/serialization).
Expand Down
4 changes: 4 additions & 0 deletions docs/guidance/design.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Design

<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/h6v3BGTai-M" title="Designing your OCDS implementation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

This phase is about setting up your OCDS implementation to be a success.

On this page, you will find guidance on how to:
Expand Down
8 changes: 8 additions & 0 deletions docs/guidance/map.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Map

<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/3Q_fQBsju6Y" title="Matching your data to OCDS fields" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

This phase is about documenting your sources of contracting data, and documenting how that data "maps" to OCDS – that is, identifying which [data elements](https://en.wikipedia.org/wiki/Data_element) within your data sources match which OCDS [fields](../../schema/reference) and [codes](../../schema/codelists). The mapping phase is one of the longest and most important steps in the implementation process.

When starting out, consider working in parallel on the map and build phases, because the choices you make at the build stage might affect how you need to map your data. For example, your choice of architecture might determine whether you are able to publish a change history using releases and records.
Expand Down Expand Up @@ -48,6 +52,10 @@ map/localization

## Download the mapping templates

<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/gVk-Gw-3iP0" title="The field-level mapping template" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

To make the mapping easier we provide templates to list the data elements within your data sources, and map them to either:

* OCDS [fields](../../schema/reference), using the [Field-Level Mapping Template](https://www.open-contracting.org/resources/ocds-field-level-mapping-template/) ([read the tutorial](https://www.open-contracting.org/resources/ocds-1-1-mapping-template-guidance/))
Expand Down

0 comments on commit beb92ba

Please sign in to comment.