Skip to content

Commit

Permalink
chore: Use https:// links
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 5, 2023
1 parent 2335a63 commit a73ecf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guidance/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this guidance we discuss options for the collection of data, the flow of data

![Standalone infrastructure transparency portal](../_static/images/implementation_scenario_1.png)

In this model, procuring entities enter project and contract level data directly into an infrastructure transparency portal. The portal publishes project data and summary contracting process data in OC4IDS format. CoST Honduras uses this model in [SISOCS](https://sisocs.org/), as does CoST West Lombok in [INTRAS](http://intras.fllajlombokbaratkab.or.id/).
In this model, procuring entities enter project and contract level data directly into an infrastructure transparency portal. The portal publishes project data and summary contracting process data in OC4IDS format. CoST Honduras uses this model in [SISOCS](https://sisocs.org/), as does CoST West Lombok in [INTRAS](https://intras.fllajlombokbaratkab.or.id/).

The main benefit of this approach is that it is relatively simple because it does not involve integrating data from different systems. The downside of this approach is that it can increase the data entry burden on procuring entities who might also need to enter contracting process data into a separate procurement system.

Expand Down
2 changes: 1 addition & 1 deletion docs/guidance/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This might be possible by downloading and filtering spreadsheets of the data, or
````{admonition} Worked example
:class: Tip
Using the UK Contracts Finder dataset in OCDS format, and [OCDS Kingfisher](https://github.com/open-contracting/kingfisher/), we can use the following query to fetch contracting processes classified under the ['Architectural, construction, engineering and inspection services'](http://cpv.data.ac.uk/code-71000000.html) hierarchy of the EU Common Procurement Vocabulary.
Using the UK Contracts Finder dataset in OCDS format, and [OCDS Kingfisher](https://github.com/open-contracting/kingfisher/), we can use the following query to fetch contracting processes classified under the ['Architectural, construction, engineering and inspection services'](https://web-archive.southampton.ac.uk/cpv.data.ac.uk/code-71000000.html) hierarchy of the EU Common Procurement Vocabulary.
```sql
-- The following query runs against a filtered set of data in Kingfisher.
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/es/LC_MESSAGES/guidance/using.po
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,14 @@ msgid ""
"Kingfisher](https://github.com/open-contracting/kingfisher/), we can use the"
" following query to fetch contracting processes classified under the "
"['Architectural, construction, engineering and inspection "
"services'](http://cpv.data.ac.uk/code-71000000.html) hierarchy of the EU "
"services'](https://web-archive.southampton.ac.uk/cpv.data.ac.uk/code-71000000.html) hierarchy of the EU "
"Common Procurement Vocabulary."
msgstr ""
"Usando el conjunto de datos en formato OCDS de UK Contracts Finder y [OCDS "
"Kingfisher](https://github.com/open-contracting/kingfisher/), podemos usar "
"la siguiente consulta para obtener procesos de contratación clasificados "
"bajo la jerarquía ['Servicios de arquitectura, construcción, ingeniería e "
"inspección'](http://cpv.data.ac.uk/code-71000000.html) del Vocabulario Común"
"inspección'](https://web-archive.southampton.ac.uk/cpv.data.ac.uk/code-71000000.html) del Vocabulario Común"
" de Adquisiciones de la UE (CPV, por sus siglas en inglés)."

#: ../../docs/guidance/using.md:29
Expand Down

0 comments on commit a73ecf2

Please sign in to comment.