From 39e4ef28a4573b760e7b9c3e782232e8fe92e3a5 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Thu, 19 May 2022 16:37:03 +0200 Subject: [PATCH 01/38] TEDXDC-143 - Added comments for sequence of elements/BTs for efac:NoticeResult --- xslt/notice-result.xslt | 115 ++++++++++++++++++++++++++++++++++++++++ xslt/ted-to-eforms.xslt | 1 + 2 files changed, 116 insertions(+) create mode 100644 xslt/notice-result.xslt diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt new file mode 100644 index 0000000..9fe571d --- /dev/null +++ b/xslt/notice-result.xslt @@ -0,0 +1,115 @@ + + + + + + efac:NoticeResult here + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index 2375216..2a9ebda 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -22,6 +22,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + From 36b505375e7adbfda63315533752ccdf821f8d77 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Mon, 23 May 2022 17:45:30 +0200 Subject: [PATCH 02/38] TEDXDC-143 - Separated main elements within efac:NoticeResult into named templates --- xslt/notice-result.xslt | 23 +++++++++++++---------- xslt/ted-to-eforms.xslt | 4 ---- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 9fe571d..1d1a3a9 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -10,6 +10,8 @@ xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:gc="http://docs.oasis-o exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin cn can ccts ext" > + + efac:NoticeResult here @@ -18,8 +20,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - + + + @@ -44,8 +47,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - + + + @@ -76,8 +80,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - + + + @@ -98,17 +103,15 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + - + - - - diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index 2a9ebda..849b135 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -217,10 +217,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin efac:ContractModification here - - efac:NoticeResult here - - efac:Publication here From 449e073cc43e274b5427bfb112323d2070066eda Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Wed, 25 May 2022 14:56:36 +0200 Subject: [PATCH 03/38] TEDXDC-156: Add templates for VAL_TOTAL and VAL_RANGE_TOTAL --- xslt/notice-result.xslt | 54 +++++++++++++++++++++++++++++------------ 1 file changed, 38 insertions(+), 16 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 1d1a3a9..bc6275d 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -10,22 +10,24 @@ xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:gc="http://docs.oasis-o exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin cn can ccts ext" > - - - efac:NoticeResult here - + + + Notice Value (BT-161) + + - - - + + - + + + @@ -47,9 +49,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - + + @@ -80,9 +81,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - + + @@ -103,16 +103,38 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - + + + + + + + + + + + + + + + + + WARNING: Notice Value (BT-161) exists in this TED XML notice as a range of values (VAL_RANGE_TOTAL). In order to not lose information, the highest value given (HIGH) was used. + + + + + + + From 6888ed3339b369f03d7036c83812a2542680b829 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 31 May 2022 15:36:18 +0200 Subject: [PATCH 04/38] TEDXDC-183 Added Winner Size (BT-165) to all Organisations; and a WARNING where it is mandatory but does not exist. Created variable holding unique TenderingParty information --- .../eforms-xml/21-000061-001-EXP.xml | 35 ++++--- xslt/addresses.xslt | 94 +++++++++++-------- xslt/notice-result.xslt | 76 +++++++++++++++ 3 files changed, 153 insertions(+), 52 deletions(-) diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index f5b29a1..713f4f5 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -11,7 +11,11 @@ - + + + 300000000 + + 29 @@ -21,6 +25,7 @@ true https://www.gov.uk/government/organisations/highways-england + ORG-0001 @@ -49,7 +54,7 @@ - + ORG-0002 @@ -74,7 +79,7 @@ - + ORG-0003 @@ -99,7 +104,7 @@ - + ORG-0004 @@ -124,7 +129,7 @@ - + ORG-0005 @@ -149,7 +154,7 @@ - + ORG-0006 @@ -174,7 +179,7 @@ - + ORG-0007 @@ -199,7 +204,7 @@ - + ORG-0008 @@ -224,7 +229,7 @@ - + ORG-0009 @@ -249,7 +254,7 @@ - + ORG-0010 @@ -274,7 +279,7 @@ - + ORG-0011 @@ -299,7 +304,9 @@ - + + sme + ORG-0012 @@ -324,7 +331,7 @@ - + ORG-0013 @@ -349,7 +356,7 @@ - + ORG-0014 diff --git a/xslt/addresses.xslt b/xslt/addresses.xslt index 0749718..a87b8e9 100644 --- a/xslt/addresses.xslt +++ b/xslt/addresses.xslt @@ -26,6 +26,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + @@ -35,48 +36,47 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - - - - - - - - : - - - - - - - + + + + + + + + + + + + : + + + + - - - - - - - + + + + + + + + + + - - - - ORG- - - - - - + + + + ORG- + + + + @@ -122,11 +122,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - @@ -137,8 +137,9 @@ These instructions can be un-commented to show the variables holding the organiz Organization Internet Address (BT-505) - - + Winner Size (BT-165) + + Organization Technical Identifier (OPT-200) @@ -152,6 +153,23 @@ These instructions can be un-commented to show the variables holding the organiz + + + + + + sme + + + + WARNING: Winner Size (BT-165) is Mandatory for eForms subtypes 29, 30, 32, 33, 34, 35, 36 and 37 where the Organisation type is Winner or Tenderer, but no equivalent element was found in TED XML. + + + + + + + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index bc6275d..1c8d8f4 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -10,8 +10,84 @@ xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:gc="http://docs.oasis-o exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin cn can ccts ext" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + : + + + + + + + + + + + + + + + + + + + + + + + + + TPA- + + + + + + + + + + Notice Value (BT-161) From 14f977325ab426d1e1941d7f8bb814c0ffb34421 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 31 May 2022 17:16:14 +0200 Subject: [PATCH 05/38] TEDXDC-186 Output list of efac:TenderingParty elements --- .../eforms-xml/21-000061-001-EXP.xml | 240 +++++++++++++++++- xslt/notice-result.xslt | 61 ++++- 2 files changed, 291 insertions(+), 10 deletions(-) diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 713f4f5..89ef48b 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -12,8 +12,246 @@ - + + + + TPA-0001 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[1]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0002 + + + + TPA-0002 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[2]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0003 + ORG-0004 + + + + TPA-0003 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[3]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0005 + + + + TPA-0004 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[4]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0006 + ORG-0007 + ORG-0008 + + + + TPA-0005 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[5]/AWARDED_CONTRACT/CONTRACTORS + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[9]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0009 + + + + TPA-0006 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[6]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0010 + + + + TPA-0007 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[7]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0006 + + + + TPA-0008 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[8]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0004 + + + + TPA-0009 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[10]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0011 + + + + TPA-0010 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[11]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0012 + + + + TPA-0011 + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[12]/AWARDED_CONTRACT/CONTRACTORS + + ORG-0013 + + + + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[1] + TEN-0001 + 1A + 1 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[2] + TEN-0002 + 1B + 1 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[3] + TEN-0003 + 1C + 1 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[4] + TEN-0004 + 1D + 1 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[5] + TEN-0005 + 1E + 1 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[6] + TEN-0006 + 1F + 1 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[7] + TEN-0007 + 2A + 2 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[8] + TEN-0008 + 2B + 2 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[9] + TEN-0009 + 2C + 2 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[10] + TEN-0010 + 2D + 2 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[11] + TEN-0011 + 2E + 2 + + + TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[12] + TEN-0012 + 2F + 2 + + + 300000000 + + TPA-0001 + + ORG-0002 + + + + TPA-0002 + + ORG-0003 + true + + + ORG-0004 + false + + + + TPA-0003 + + ORG-0005 + + + + TPA-0004 + + ORG-0006 + true + + + ORG-0007 + false + + + ORG-0008 + false + + + + TPA-0005 + + ORG-0009 + + + + TPA-0006 + + ORG-0010 + + + + TPA-0007 + + ORG-0006 + + + + TPA-0008 + + ORG-0004 + + + + TPA-0009 + + ORG-0011 + + + + TPA-0010 + + ORG-0012 + + + + TPA-0011 + + ORG-0013 + + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 1c8d8f4..cf267ca 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -69,7 +69,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - TPA- + TPA- @@ -78,15 +78,38 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + + + + + + + + TEN- + + + + + + + + + + + + + Notice Value (BT-161) @@ -180,13 +203,33 @@ These instructions can be un-commented to show the variables holding the contrac - - - - - - - + + + + + + + + + + + + + + + true + + + false + + + + + + + + + From a875380e4bdcb1bf307e75f51702c5bc43afe166 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Thu, 2 Jun 2022 14:59:54 +0200 Subject: [PATCH 06/38] TEDXDC-157: there is no equivalent BT to LOT_DIVISION. There are no children of LOT_DIVISION in F03 to convert. --- ted-elements-not-convertible.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ted-elements-not-convertible.md b/ted-elements-not-convertible.md index 567a53b..e1294c7 100644 --- a/ted-elements-not-convertible.md +++ b/ted-elements-not-convertible.md @@ -14,7 +14,8 @@ This table is under development. Elements used in Contract Award Notices and PIN | FT | R.2.0.9 | Text | Subscript and Superscript text within P (paragraph) elements | eForms does not support emphasised text. | | LEGAL_BASIS_OTHER | R.2.0.9 | Text | LEGAL_BASIS_OTHER contains text which describes the legal basis for the notice | Cannot convert text to a code; eForms uses a codelist for Procedure Legal Basis (BT-01) | | LOT_COMBINING_CONTRACT_RIGHT | R.2.0.9 | Text | The contracting authority reserves the right to award concessions combining the following lots or groups of lots - Text | Group of Lots described as text cannot be converted into a structural group of lots | -| NO_LOT_DIVISION | R.2.0.9 | Text | This contract is not divided into lots | No need to convert as no eForms output is required to state that there is no lot division | +| NO_LOT_DIVISION | R.2.0.9 | Boolean | This contract is not divided into lots | No need to convert as no eForms output is required to state that there is no lot division | +| LOT_DIVISION | R.2.0.9 | Boolean | This contract is divided into lots | There is no equivalent BT to LOT_DIVISION. There are no children of LOT_DIVISION in F03 to convert | | REFERENCE_TO_LAW | R.2.0.9 | Text | Reference to the relevant law, regulation or administrative provision (Execution of the service is reserved to a particular profession) | eForms does not have a BT to hold the reference to law for reserving the procurement for a particular profession | | REFERENCE_NUMBER | R.2.0.9 | Text | Reference number (Object section) | eForms does not have a BT to hold a reference number | | TECHNICAL_CRITERIA_DOC | R.2.0.9 | Text | Selection criteria as stated in the procurement documents | eForms does not allow for Selection Criteria to be contained in external documents | From c77e7714e9fa23c4f2ecb235ca99750424f07b53 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 7 Jun 2022 11:02:14 +0200 Subject: [PATCH 07/38] TEDXDC-185: Created variable "contracts-unique-with-id" to hold list of unique contracts. Output list of efac:SettledContract elements with Contract Technical Identifier (OPT-316) and Contract Conclusion Date (BT-145) --- xslt/notice-result.xslt | 201 +++++++++++++++++++++++++++------------- 1 file changed, 139 insertions(+), 62 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index cf267ca..476e975 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -56,7 +56,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -69,30 +69,35 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - TPA- - - + TPA- + + - - - - - - - - - - TEN- - - - - - - + + + + + + + + + + + CON- + + + + + + + + + + @@ -101,14 +106,10 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + + +--> - - @@ -149,43 +150,55 @@ This instruction can be un-commented to show the variable holding the lot-tender - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + Contract Technical Identifier (OPT-316) + - - + + + Winner Decision Date (BT-1451) + Contract Conclusion Date (BT-145) + + + + + +01:00 + + + + + WARNING: Multiple different dates were found in DATE_CONCLUSION_CONTRACT in the AWARD_CONTRACTs sharing the same CONTRACT_NO value of + + . + + + + + +01:00 + + + + + @@ -194,6 +207,10 @@ This instruction can be un-commented to show the variable holding the lot-tender + + + + @@ -202,11 +219,16 @@ This instruction can be un-commented to show the variable holding the lot-tender + + + + + - + @@ -235,6 +257,61 @@ This instruction can be un-commented to show the variable holding the lot-tender + + + + + + + TEN- + + + + + Tender Rank (BT-171) + + + Tender Variant (BT-193) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From f78e3e3205e8276d64abcd736fbbdce45046a1ab Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 7 Jun 2022 11:03:29 +0200 Subject: [PATCH 08/38] Added cac:TenderResult/cbc:AwardDate required by the ContractAwardNotice schema, but not used for eForms --- xslt/ted-to-eforms.xslt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index 849b135..1b443f4 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -105,6 +105,12 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + + + 2000-01-01Z + + @@ -353,6 +359,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + Direct Award Justification Previous Procedure Identifier (BT-1252) From 06e1e96bdbd383e5cac1c827ba958050996b9252 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Fri, 10 Jun 2022 16:06:32 +0200 Subject: [PATCH 09/38] TEDXDC-161: conversion of AWARD_CONTRACT_WITHOUT_CALL, 352425_2021.xml notice added --- development-notices/README.md | 1 + .../eforms-xml/352425_2021.xml | 503 +++ development-notices/ted-xml/352425_2021.xml | 2964 +++++++++++++++++ xslt/other-mappings.xml | 88 +- xslt/procedure.xslt | 25 +- xslt/ted-to-eforms.xslt | 11 +- 6 files changed, 3585 insertions(+), 7 deletions(-) create mode 100644 development-notices/eforms-xml/352425_2021.xml create mode 100644 development-notices/ted-xml/352425_2021.xml diff --git a/development-notices/README.md b/development-notices/README.md index f254ba9..8cf7df7 100644 --- a/development-notices/README.md +++ b/development-notices/README.md @@ -37,6 +37,7 @@ This table lists the TED XML files selected to test development of the Converter | 353820_2021.xml | F02 | CN | | | | 352444_2021.xml | F02 | CN | | | | 352458_2021.xml | F02 | CN | | | +| 352425_2021.xml | F03 | CAN | Contract award | PT_AWARD_CONTRACT_WITHOUT_CALL | diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml new file mode 100644 index 0000000..bbb8dd5 --- /dev/null +++ b/development-notices/eforms-xml/352425_2021.xml @@ -0,0 +1,503 @@ + + + + + + + + + + + TPA-0001 + TED_EXPORT/FORM_SECTION/F03_2014[3]/AWARD_CONTRACT/AWARDED_CONTRACT/CONTRACTORS + + ORG-0002 + + + + + + TED_EXPORT/FORM_SECTION/F03_2014[3]/AWARD_CONTRACT + TEN-0001 + + + + 800000.00 + + TPA-0001 + + ORG-0002 + + + + + + 29 + + + + + + https://ec.europa.eu/jrc/ + + + + ORG-0001 + + + + European Commission, Joint Research Centre (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + + + Via Enrico Fermi 2749 + + Ispra (VA) + + I-21027 + + ITC41 + + + ITA + + + + + jrc-ispra-dir-h-procurement@ec.europa.eu + + + + + + + ORG-0002 + + + + John Wiley and Sons Ltd + + + Chichester + + + UKJ27 + + + GBR + + + + + 641132 + + + + + + http://curia.europa.eu + + + + ORG-0003 + + + + General Court of the European Union + + + rue du Fort Niedergrünewald + + Luxembourg + + L-2925 + + + + LUX + + + + + +352 4303-1 + + + GC.Registry@curia.europa.eu + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-06+01:00 + 12:00:00+01:00 + + 01 + + + 32018R1046 + + cn-standard + + ENG + + + DAN + + + + DEU + + + + SPA + + + + FIN + + + + FRA + + + + ELL + + + + ITA + + + + NLD + + + + POR + + + + SWE + + + + CES + + + + EST + + + + HUN + + + + LIT + + + + LAV + + + + MLT + + + + POL + + + + SLK + + + + SLV + + + + GLE + + + + BUL + + + + RON + + + + HRV + + + + + eu-ins-bod-ag + + + + + not-cont-ent + + + + + gen-pub + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + neg-wo-call + + + + + + + + + technical + Technical/artistic reasons or exclusive rights (captive market, technical monopoly) — Art. 164(1)(d) FR, Point 11.1(b) Annex I. + + + + + JRC/IPR/2021/NP/0610 + + Open Access Publishing on Wiley's Journals + + The subject of this procurement procedure is covering the costs associated with the service of open access publishing on Wiley's journals, in line with the Horizon Europe policy. JRC needs to cover the costs of Open Access publishing for publication of articles authored by JRC scientists accepted for publication by Wiley scientific journals. + + services + + This notice is published in accordance with point 2.4(a) of Annex I to Regulation (EU, Euratom) No 2018/1046 of 18 July 2018 on the financial rules applicable to the general budget of the Union. The date indicated in Section V.2.1) of this notice is the date of the award decision – no contract has been signed at the time of publication. The contracting authority shall not sign the contract with the successful tenderer until 10 calendar days have elapsed, running from the day after the notice has been published. + + + + 79970000 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Within 2 months of the notification of the award decision, an appeal may be lodged to the review body in Heading VI.4.1).You may submit any observations concerning the award procedure to the contracting authority indicated in Heading I.1). If you believe that there was maladministration, you may lodge a complaint to the European Ombudsman within 2 years of the date when you became aware of the facts on which the complaint is based (see http://www.ombudsman.europa.eu). Such complaint does not have as an effect either to suspend the time-limit to launch an appeal or to open a new period for lodging an appeal. + + + + ORG-0003 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + fa-wo-rc + + + + + none + + + + + + + Open Access Publishing on Wiley's Journals + + Open access publishing on Wiley's journals. + + services + + + + + + + + + + + + + + + + 79970000 + + + + 79970000 + + + + + + + + + + + + Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALY. + ITC41 + + + + + + + + + + + + diff --git a/development-notices/ted-xml/352425_2021.xml b/development-notices/ted-xml/352425_2021.xml new file mode 100644 index 0000000..28a4c49 --- /dev/null +++ b/development-notices/ted-xml/352425_2021.xml @@ -0,0 +1,2964 @@ + + + + 21-357646-001 + 20211014 + DA DE EN ES FI FR EL IT NL PT SV CS ET HU LT LV MT PL SK SL GA BG RO HR + From Convertor + + + + + + + + + + + S + 133 + 20210713 + + + 2021/S 133-352425 + + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:DA:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:DE:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:EN:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:ES:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:FI:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:FR:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:EL:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:IT:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:NL:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:PT:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:SV:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:CS:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:ET:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:HU:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:LT:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:LV:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:MT:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:PL:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:SK:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:SL:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:GA:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:BG:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:RO:HTML + https://ted.europa.eu/udl?uri=TED:NOTICE:352425-2021:TEXT:HR:HTML + + EN + + https://ec.europa.eu/jrc/ + Publishing services + Varese + Varese + West Sussex (South West) + + 800000.00 + + + + 20210706 + European Institution/Agency or International Organisation + Contract award notice + Services + Negotiated without a prior call for competition + European Institution/Agency or International Organisation + Not applicable + Lowest price + General public services + ECC03 + EC + + + + + + Italien + Ispra + +

Publicering med åben adgang i Wiley's tidsskrifter

+
+
+ + Italien + Ispra + +

Open-Access für Veröffentlichungen in Zeitschriften von Wiley

+
+
+ + Italy + Ispra + +

Open Access Publishing on Wiley's Journals

+
+
+ + Italia + Ispra + +

Publicación de acceso abierto en las revistas Wiley

+
+
+ + Italia + Ispra + +

Wileyn aikakauskirjoissa tapahtuva avoin tieteellinen julkaisutoiminta

+
+
+ + Italie + Ispra + +

Édition en libre accès sur les Journaux Wiley

+
+
+ + Ιταλία + Ίσπρα + +

Ελεύθερη πρόσβαση δημοσιεύσεων σε περιοδικά του Wiley

+
+
+ + Italia + Ispra + +

Pubblicazione ad accesso aperto sulle riviste di Wiley

+
+
+ + Italië + Ispra + +

Publiceren op Open Access tijdschriften van Wiley

+
+
+ + Itália + Ispra + +

Publicação de acesso aberto em revistas da Wiley

+
+
+ + Italien + Ispra + +

Publicering med öppen tillgång i Wileys tidskrifter

+
+
+ + Itálie + Ispra + +

Otevřený přístup k publikování v multioborové elektronické databázi Wiley

+
+
+ + Itaalia + Ispra + +

Avatud juurdepääsuga avaldamine Wiley ajakirjades

+
+
+ + Olaszország + Ispra + +

Nyílt hozzáférésű publikálás a Wiley folyóirataiban

+
+
+ + Italija + Ispra + +

Atvirosios prieigos leidyba „Wiley“ žurnaluose

+
+
+ + Itāija + Ispra + +

Brīvpieeja Wiley žurnāliem

+
+
+ + l-Italja + Ispra + +

Pubblikazzjoni b’Aċċess Miftuħ fuq il-Ġurnali ta’ Wiley

+
+
+ + Włochy + Ispra + +

Otwarty dostęp do publikacji czasopism naukowych wydawnictwa Wiley

+
+
+ + Taliansko + Ispra + +

Publikovanie s otvoreným prístupom v časopisoch Wiley

+
+
+ + Italija + Ispra + +

Objave z odprtim dostopom v publikacijah založniške družbe Wiley

+
+
+ + Iodáil, an + Ispra + +

Foilsitheoireacht Rochtana Oscailte ar Irisí Wiley

+
+
+ + Итaлия + Испра + +

Публикуване с отворен достъп в списания на Wiley

+
+
+ + Italia + Ispra + +

Publicare cu acces liber la jurnalele Wiley

+
+
+ + Italija + Ispra + +

Objavljivanje s otvorenim pristupom u časopisima Wileya

+
+
+
+ + Europa-Kommissionen, Det Fælles Forskningscenter (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Europäische Kommission, Gemeinsame Forschungsstelle (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + European Commission, Joint Research Centre (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Comisión Europea, Centro Común de Investigación (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Euroopan komissio, Yhteinen tutkimuskeskus (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Commission européenne, Centre commun de recherche (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Ευρωπαϊκή Επιτροπή, Κοινό Κέντρο Ερευνών(JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Commissione europea, Centro comune di ricerca (CCR), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Europese Commissie, Gemeenschappelijk Centrum voor onderzoek (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Comissão Europeia, Centro Comum de Investigação (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Europeiska kommissionen, Gemensamma forskningscentrumet (JRC), JRC.H – Knowledge Management (Ispra), JRC.H.2 – Knowledge Management Methodologies, Communities and Dissemination + Evropská komise, Společné výzkumné středisko (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Euroopa Komisjon, Teadusuuringute Ühiskeskus (JRC), JRC.H – Knowledge Management (Ispra), JRC.H.2 – Knowledge Management Methodologies, Communities and Dissemination + Európai Bizottság, Közös Kutatóközpont (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Europos Komisija, Jungtinis tyrimų centras (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Eiropas Komisija, Kopīgais pētniecības centrs (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Il-Kummissjoni Ewropea, Il-Kunsill Ewropew tar-Riċerka (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Komisja Europejska, Wspólne Centrum Badawcze (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Európska komisia, Spoločné výskumné centrum (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Evropska komisija, Skupno raziskovalno središče (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + An Coimisiún Eorpach, Airmheán Comhpháirteach Taighde (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Европейска комисия, Съвместен изследователски център (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Comisia Europeană, Centrul Comun de Cercetare (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + Europska komisija, Zajednički istraživački centar (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination + +
+ + 74349a43-ad2d-4c14-91dd-e7bf85951953 + + + + + Europa-Kommissionen, Det Fælles Forskningscenter (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Publicering med åben adgang i Wiley's tidsskrifter</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Formålet med denne udbudsprocedure er at dække omkostningerne forbundet med tjenesten for åben adgang til publicering i Wiley's tidsskrifter i overensstemmelse med Horisont Europa-politikken. JRC skal dække udgifterne til den åbne adgang til publicering af artikler udarbejdet af JRC's videnskabsfolk, der er godkendt til publicering i Wiley's videnskabelige tidsskrifter.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIEN.

+
+ +

Publicering med åben adgang i Wiley's tidsskrifter.

+
+ + + + + +

Horisont Europa.

+
+
+
+ + + + + + +

Tekniske/kunstneriske årsager eller enerettigheder (producentbundet marked, teknisk monopol) — artikel 164, stk. 1, litra d) i finansforordningen og punkt 11.stk. 1, litra b), bilag I.

+
+
+ + +
+ + + <P>Publicering med åben adgang i Wiley's tidsskrifter</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Denne bekendtgørelse offentliggøres i overensstemmelse med punkt 2.4, litra a), i bilag I til forordning (EU, Euratom) nr. 2018/1046 af 18. juli 2018 om de finansielle regler vedrørende Unionens almindelige budget. Den dato, der er anført i punkt V.2.1) i denne bekendtgørelse, er datoen for beslutningen om tildeling — ingen kontrakt blev underskrevet på tidspunktet for offentliggørelsen. Den ordregivende myndighed indgår først kontrakten med den valgte tilbudsgiver efter 10 kalenderdage at regne fra dagen efter, bekendtgørelsen er blevet offentliggjort.

+
+ + Retten +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Indtil to måneder efter underrettelsen om tildelingsbeslutningen kan der indgives en klage til det revisionsorgan, der er omhandlet i punkt VI.4.1). De kan fremsætte bemærkninger vedrørende tildelingsproceduren til den ordregivende myndighed anført i punkt I.1). Hvis De mener, at der har været tale om fejl og forsømmelser, kan De indgive en klage til Den Europæiske Ombudsmand i to år efter, De har fået kendskab til de forhold, som klagen vedrører (se http://www.ombudsman.europa.eu). En klage bevirker ikke, at perioden for indgivelse af en klage afbrydes, eller at der påbegyndes en ny periode for indgivelse af klage.

+
+ 2021-07-06 +
+
+ + + + + Europäische Kommission, Gemeinsame Forschungsstelle (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Open-Access für Veröffentlichungen in Zeitschriften von Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Gegenstand dieses Beschaffungsverfahrens ist die Deckung der Kosten im Zusammenhang mit dem Dienst der Open-Access-Veröffentlichungen in den Zeitschriften von Wiley im Einklang mit der Horizont Europa-Politik. Die JRC muss die Kosten von Open-Access-Veröffentlichungen von Artikeln decken, die von Wissenschaftlern der JRC verfasst wurden, die von wissenschaftlichen Zeitschriften von Wiley zur Veröffentlichung zugelassen sind.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIEN.

+
+ +

Open-Access für Veröffentlichungen in Zeitschriften von Wiley.

+
+ + + + + +

Horizont Europa.

+
+
+
+ + + + + + +

Technische/künstlerische Gründe oder Ausschließlichkeitsrechte (Kapitalmarkt, technisches Monopol) — Art. 164 Abs. 1 d) FR, Ziffer 11.1 b) Anhang I.

+
+
+ + +
+ + + <P>Open-Access für Veröffentlichungen in Zeitschriften von Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Diese Bekanntmachung wird in Übereinstimmung mit Ziffer 2.4 (a) des Anhangs I der Verordnung (EU, EURATOM) Nr. 2018/1046 vom 18.7.2018 über die Finanzvorschriften für den Gesamthaushaltsplan der Union veröffentlicht. Bei dem in Abschnitt V.2.1) dieser Bekanntmachung angegebenen Datum handelt es sich um das Datum der Zuschlagsentscheidung — zum Zeitpunkt der Veröffentlichung wurde noch kein Vertrag unterzeichnet. Der öffentliche Auftraggeber darf erst nach Ablauf von 10 Kalendertagen ab dem Tag nach der Veröffentlichung der Bekanntmachung einen Vertrag mit dem erfolgreichen Bieter unterzeichnen.

+
+ + Gericht +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Innerhalb von 2 Monaten nach Mitteilung über die Vergabeentscheidung kann bei der unter Ziffer VI.4.1) genannten Stelle ein Rechtsbehelf eingelegt werden. Bemerkungen zum Vergabeverfahren können an den in Abschnitt I.1) angegebenen öffentlichen Auftraggeber gerichtet werden. Bei Verdacht auf Missstände in der Verwaltungstätigkeit kann beim Europäischen Bürgerbeauftragten eine Beschwerde eingereicht werden, und zwar innerhalb von 2 Jahren ab dem Zeitpunkt der Kenntnisnahme der Tatsachen, auf denen die Beschwerde beruht (siehe http://www.ombudsman.europa.eu). Eine solche Beschwerde bewirkt weder die Aussetzung der Frist noch den Beginn eines neuen Zeitraums für die Einlegung von Rechtsbehelfen.

+
+ 2021-07-06 +
+
+ + + + + European Commission, Joint Research Centre (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Open Access Publishing on Wiley's Journals</P> + + JRC/IPR/2021/NP/0610 + + + + + +

The subject of this procurement procedure is covering the costs associated with the service of open access publishing on Wiley's journals, in line with the Horizon Europe policy. JRC needs to cover the costs of Open Access publishing for publication of articles authored by JRC scientists accepted for publication by Wiley scientific journals.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALY.

+
+ +

Open access publishing on Wiley's journals.

+
+ + + + + +

Horizon Europe.

+
+
+
+ + + + + + +

Technical/artistic reasons or exclusive rights (captive market, technical monopoly) — Art. 164(1)(d) FR, Point 11.1(b) Annex I.

+
+
+ + +
+ + + <P>Open Access Publishing on Wiley's Journals</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

This notice is published in accordance with point 2.4(a) of Annex I to Regulation (EU, Euratom) No 2018/1046 of 18 July 2018 on the financial rules applicable to the general budget of the Union. The date indicated in Section V.2.1) of this notice is the date of the award decision – no contract has been signed at the time of publication. The contracting authority shall not sign the contract with the successful tenderer until 10 calendar days have elapsed, running from the day after the notice has been published.

+
+ + General Court of the European Union +
rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Within 2 months of the notification of the award decision, an appeal may be lodged to the review body in Heading VI.4.1).You may submit any observations concerning the award procedure to the contracting authority indicated in Heading I.1). If you believe that there was maladministration, you may lodge a complaint to the European Ombudsman within 2 years of the date when you became aware of the facts on which the complaint is based (see http://www.ombudsman.europa.eu). Such complaint does not have as an effect either to suspend the time-limit to launch an appeal or to open a new period for lodging an appeal.

+
+ 2021-07-06 +
+
+ + + + + Comisión Europea, Centro Común de Investigación (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Publicación de acceso abierto en las revistas Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

El objeto del presente procedimiento de licitación consiste en cubrir los costes asociados al servicio de publicación de acceso abierto en las revistas de Wiley, de conformidad con la política Horizonte Europa. El JRC debe cubrir los costes de la publicación de acceso abierto para la publicación de artículos elaborados por científicos del JRC aceptados para su publicación por las revistas científicas Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIA.

+
+ +

Publicación de acceso abierto en las revistas Wiley.

+
+ + + + + +

Horizonte Europa.

+
+
+
+ + + + + + +

Motivos técnicos o artísticos o derechos exclusivos (mercado cautivo, monopolio técnico); art. 164 (1) (d) del Reglamento Financiero, punto 11.1 (b) anexo I.

+
+
+ + +
+ + + <P>Publicación de acceso abierto en las revistas Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

El presente anuncio se publica de conformidad con el punto 2.4, letra a) del anexo I del Reglamento (UE, Euratom) n.º 2018/1046 de 18 de julio de 2018 sobre las normas financieras aplicables al presupuesto general de la Unión. La fecha indicada en el apartado V.2.1) del presente anuncio es la fecha de la decisión de adjudicación; no se ha firmado ningún contrato hasta el momento de la publicación. El órgano de contratación no deberá firmar el contrato con el adjudicatario hasta que hayan transcurrido 10 días naturales, a partir del día después de la publicación del anuncio.

+
+ + Tribunal General +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

En un plazo de 2 meses a partir de la notificación de la decisión de adjudicación, puede presentarse un recurso ante el organismo de revisión indicado en el apartado VI.4.1). Puede comunicar cualquier observación relativa al procedimiento de adjudicación al órgano de contratación indicado en el apartado I.1). Si considera que se ha realizado una mala administración, puede presentar una reclamación ante el Defensor del Pueblo Europeo en un plazo de 2 años a partir de la fecha en la que tuvo conocimiento de los hechos en que se basa la reclamación (véase http://www.ombudsman.europa.eu). Dicha reclamación no tiene como efecto la suspensión de la fecha límite para la presentación de un recurso ni la apertura de un nuevo plazo de presentación de recursos.

+
+ 2021-07-06 +
+
+ + + + + Euroopan komissio, Yhteinen tutkimuskeskus (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Wileyn aikakauskirjoissa tapahtuva avoin tieteellinen julkaisutoiminta</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Tämän hankintamenettelyn kohteena on Wileyn aikakauskirjoissa tapahtuvan avoimen tieteellisen julkaisutoiminnan (open access) kustannusten kattaminen Horizon Europe -ohjelman mukaisesti. Yhteisen tutkimuskeskuksen (JRC) täytyy huolehtia niiden avoimeen tieteelliseen julkaisutoimintaan kuuluvien JRC:n tieteenharjoittajien kirjoittamien artikkelien julkaisukustannuksista, jotka Wiley on hyväksynyt julkaistaviksi tieteellisissä aikakauskirjoissaan.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIA.

+
+ +

Wileyn aikakauskirjoissa tapahtuva avoin tieteellinen julkaisutoiminta.

+
+ + + + + +

Horisontti Eurooppa -puiteohjelma.

+
+
+
+ + + + + + +

tekniset/taiteelliset syyt tai yksinoikeudet (kytkösmarkkinat, tekninen monopoli) – varainhoitoasetuksen 164 artiklan 1 kohdan d alakohta, liitteessä I olevan 11.1 kohdan b alakohta.

+
+
+ + +
+ + + <P>Wileyn aikakauskirjoissa tapahtuva avoin tieteellinen julkaisutoiminta</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Tämä ilmoitus on julkaistu unionin yleiseen talousarvioon sovellettavista varainhoitosäännöistä 18.7.2018 annetun asetuksen (EU, Euratom) 2018/1046 liitteessä I olevan 2.4 kohdan a alakohdan mukaisesti. Tämän ilmoituksen kohdassa V.2.1) ilmoitettu päivä on sopimuksentekopäätöksen päivä – sopimusta ei ole allekirjoitettu julkaisuhetkellä. Hankintaviranomainen ei allekirjoita sopimusta valitun tarjoajan kanssa ennen kuin 10 kalenteripäivää on kulunut sen päivän jälkeisestä päivästä, jona kyseinen ilmoitus on julkaistu.

+
+ + Unionin yleinen tuomioistuin +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Muutosta on haettava kohdassa VI.4.1) mainitulta muutoksenhakuelimeltä kahden kuukauden kuluessa sopimuksentekoa koskevan päätöksen ilmoittamisesta. Mahdollisia sopimuksentekomenettelyä koskevia huomautuksia voidaan lähettää kohdassa I.1) ilmoitetulle hankintaviranomaiselle. Epäiltäessä hallinnollista epäkohtaa asiasta voidaan tehdä kantelu Euroopan oikeusasiamiehelle kahden vuoden kuluessa siitä päivämäärästä, jona kantelun perusteena olevat seikat havaittiin (katso http://www.ombudsman.europa.eu). Kantelu ei vaikuta muutoksenhaun määräaikaan, eikä sen vuoksi muutoksenhaulle määrätä uutta määräaikaa.

+
+ 2021-07-06 +
+
+ + + + + Commission européenne, Centre commun de recherche (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Édition en libre accès sur les Journaux Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

L’objet de la présente procédure de passation des marchés est de couvrir les coûts liés au service de publication en libre accès dans les revues de Wiley, conformément à la politique d'Horizon Europe. Le JRC doit couvrir les coûts de publication en libre accès pour la publication d’articles rédigés par des scientifiques du JRC et acceptés pour publication par des revues scientifiques de Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIE.

+
+ +

Édition en libre accès sur les revues de Wiley.

+
+ + + + + +

Horizon Europe.

+
+
+
+ + + + + + +

Raisons techniques/artistiques ou droits d'exclusivité (marché captif, monopole technique) - Art. 164(1)(d) FR, point 11.1(b) annexe I.

+
+
+ + +
+ + + <P>Édition en libre accès sur les Journaux Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Cet avis est publié conformément au point 2.4(a) de l’annexe I du règlement (UE, Euratom) n° 2018/1046 du 18 juillet 2018 sur la réglementation financière applicable au budget général de l’Union. La date indiquée à la section V.2.1) du présent avis est la date de la décision d'attribution — aucun contrat n'a été signé au moment de la publication. Le pouvoir adjudicateur ne procède à la signature du contrat avec le soumissionnaire retenu qu'au terme d'une période de 10 jours de calendrier à compter du lendemain de la publication de l'avis.

+
+ + Tribunal +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Les recours peuvent être déposés auprès de l'instance de recours indiquée au point VI.4.1) dans les deux mois à compter de la notification de la décision d'attribution. Toute observation concernant la procédure d'attribution peut être adressée au pouvoir adjudicateur indiqué au point I.1). Si le soumissionnaire estime que la gestion a été défaillante, il peut déposer une plainte auprès du Médiateur européen dans un délai de deux ans à compter de la date à laquelle il a eu connaissance des faits sur lesquels porte la plainte (voir http://www.ombudsman.europa.eu). L'introduction d'une telle plainte n'a pour effet ni la suspension du délai de recours, ni l'ouverture d'un nouveau délai de dépôt d’un recours.

+
+ 2021-07-06 +
+
+ + + + + Ευρωπαϊκή Επιτροπή, Κοινό Κέντρο Ερευνών(JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Ελεύθερη πρόσβαση δημοσιεύσεων σε περιοδικά του Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Το αντικείμενο της παρούσας διαδικασίας διαγωνισμού καλύπτει τις δαπάνες που σχετίζονται με την υπηρεσία δημοσιεύσεων ελεύθερης πρόσβασης σε περιοδικά του Wiley, σύμφωνα με την πολιτική «Ορίζων Ευρώπη» (Horizon Europe). Το JRC πρέπει να καλύψει τις δαπάνες δημοσιεύσεων ανοικτής πρόσβασης για τη δημοσίευση άρθρων που συντάσσουν επιστήμονες του JRC και τα οποία έχουν γίνει δεκτά προς δημοσίευση από επιστημονικά περιοδικά του Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ΙΤΑΛΙΑ.

+
+ +

Δημοσιεύσεις ανοικτής πρόσβασης σε περιοδικά του Wiley.

+
+ + + + + +

Ορίζων Ευρώπη.

+
+
+
+ + + + + + +

Λόγοι τεχνικής/αισθητικής φύσεως ή αποκλειστικά δικαιώματα (δέσμια αγορά, τεχνικό μονοπώλιο) — Άρθρο 164 παράγραφος 1 στοιχείο δ) του δημοσιονομικού κανονισμού, σημείο 11 παράγραφος 1 στοιχείο β) του παραρτήματος Ι.

+
+
+ + +
+ + + <P>Ελεύθερη πρόσβαση δημοσιεύσεων σε περιοδικά του Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Αυτή η προκήρυξη δημοσιεύεται σύμφωνα με το σημείο 2.4 (α) του παραρτήματος Ι του κατ’ εξουσιοδότηση κανονισμού (ΕΕ Ευρατόμ) αριθ. 2018/1046 της 18ης Ιουλίου 2018, σχετικά με τους κανόνες που εφαρμόζονται στο γενικό προϋπολογισμό της Ένωσης. Η ημερομηνία που ορίζεται στο τμήμα V.2.1) της παρούσας προκήρυξης είναι η ημερομηνία της απόφασης ανάθεσης – τη στιγμή της δημοσίευσης ουδεμία σύμβαση έχει υπογραφεί. Η αναθέτουσα αρχή δεν θα υπογράψει τη σύμβαση με τον επιτυχόντα υποψήφιο προτού παρέλθουν 10 ημερολογιακές ημέρες, αρχής γενομένης από την επομένη της δημοσίευσης της γνωστοποίησης.

+
+ + Γενικό Δικαστήριο +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Εντός 2 μηνών από τη γνωστοποίηση της απόφασης ανάθεσης μπορεί να υποβληθεί προσφυγή στον φορέα αναθεώρησης που αναφέρεται στο σημείο VI.4.1). Οι υποψήφιοι μπορούν να υποβάλουν τυχόν παρατηρήσεις σχετικά με τη διαδικασία ανάθεσης στην αναθέτουσα αρχή που αναφέρεται στο σημείο I.1). Εάν πιστεύετε πως υπήρξε ζήτημα κακής διοίκησης, μπορείτε να υποβάλετε καταγγελία στον Ευρωπαίο Διαμεσολαβητή εντός 2 ετών από την ημερομηνία κατά την οποία λάβατε γνώση των γεγονότων στα οποία βασίζεται η καταγγελία (βλέπε http://www.ombudsman.europa.eu). Η εν λόγω καταγγελία δεν έχει ως αποτέλεσμα ούτε την αναστολή της προθεσμίας για την υποβολή προσφυγών ούτε την έναρξη νέας περιόδου για την υποβολή προσφυγών.

+
+ 2021-07-06 +
+
+ + + + + Commissione europea, Centro comune di ricerca (CCR), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Pubblicazione ad accesso aperto sulle riviste di Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

L'oggetto della presente procedura d'appalto riguarda i costi associati al servizio di pubblicazione ad accesso aperto sulle riviste di Wiley, in linea con la politica di Orizzonte Europa. Il JRC deve sostenere i costi della pubblicazione ad accesso libero di articoli scritti dagli scienziati del JRC accettati per la pubblicazione dalle riviste scientifiche di Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIA.

+
+ +

Pubblicazione ad accesso aperto sulle riviste di Wiley.

+
+ + + + + +

Orizzonte Europa.

+
+
+
+ + + + + + +

Motivi di natura tecnica/artistica o diritti esclusivi (mercato vincolato, monopolio tecnico) — art. 164, paragrafo 1, lettera d) del regolamento finanziario, punto 11.1, lettera b) dell'allegato I.

+
+
+ + +
+ + + <P>Pubblicazione ad accesso aperto sulle riviste di Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Il presente avviso è pubblicato conformemente al punto 2.4, lettera a) dell'allegato I del regolamento (UE, Euratom) n. 2018/1046, del 18 luglio 2018, che stabilisce le regole finanziarie applicabili al bilancio generale dell'Unione. La data indicata alla sezione V.2.1) del presente avviso è la data della decisione di aggiudicazione — nessun contratto è stato firmato al momento della pubblicazione. L'ente appaltante firmerà il contratto con l'aggiudicatario soltanto dopo che siano decorsi 10 giorni di calendario a partire dal giorno successivo alla pubblicazione dell'avviso.

+
+ + Tribunale +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Entro 2 mesi dalla notifica della decisione di aggiudicazione è possibile presentare ricorsi all'organismo di cui al punto VI.4.1). È inoltre possibile inoltrare osservazioni relative alla procedura di aggiudicazione all'amministrazione aggiudicatrice indicata al punto I.1). Se, a parere del ricorrente, vi è stata cattiva amministrazione, esso può presentare una denuncia al Mediatore europeo entro 2 anni dalla data in cui è venuto a conoscenza dei fatti cui si riferisce la denuncia (cfr. http://www.ombudsman.europa.eu). Tale denuncia non produce né l'effetto di sospendere il termine ultimo per la presentazione di ricorsi, né di aprirne uno nuovo.

+
+ 2021-07-06 +
+
+ + + + + Europese Commissie, Gemeenschappelijk Centrum voor onderzoek (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Publiceren op Open Access tijdschriften van Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Het voorwerp van deze aanbestedingsprocedure omvat de kosten in verband met de dienst voor het publiceren op Open Access tijdschriften van Wiley, in overeenstemming met het Horizon Europe-beleid. Het JRC moet de kosten dekken van het publiceren op Open Access van artikelen die zijn geschreven door wetenschappers van het JRC die zijn aanvaard voor publicatie door wetenschappelijke tijdschriften van Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIË.

+
+ +

Publiceren op Open Access tijdschriften van Wiley.

+
+ + + + + +

Horizon Europa.

+
+
+
+ + + + + + +

Technische/artistieke redenen of exclusieve rechten (monopolistische markt, technisch monopolie) — art. 164(1)(d) FR, punt 11.1(b) van bijlage I.

+
+
+ + +
+ + + <P>Publiceren op Open Access tijdschriften van Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Deze aankondiging wordt bekendgemaakt in overeenstemming met punt 2.4 (a) van bijlage I bij Verordening (EU, Euratom) nr. 2018/1046 van 18.7.2018 over de financiële regels die van toepassing zijn op de algemene begroting van de Unie. De datum vermeld in sectie V.2.1) van deze aankondiging is de datum van het gunningsbesluit — er is geen contract ondertekend op de datum van bekendmaking. De aanbestedende dienst ondertekent het contract met de geselecteerde inschrijver pas nadat 10 kalenderdagen zijn verstreken vanaf de dag na de bekendmaking van de aankondiging.

+
+ + Gerecht +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Binnen twee maanden na de kennisgeving van het gunningsbesluit kan een beroep worden ingesteld bij de dienst Beroep onder VI.4.1). U kunt bij de in punt I.1) vermelde aanbestedende dienst opmerkingen indienen over de gunningsprocedure. Indien u van mening bent dat er sprake is van onbehoorlijk bestuur, dan mag u binnen twee jaar na de datum waarop u de desbetreffende feiten, waarop deze klacht is gebaseerd, te weten bent gekomen een klacht indienen bij de Europese Ombudsman (ga naar http://www.ombudsman.europa.eu). Een dergelijke klacht leidt niet tot een opschorting van de termijn voor het instellen van een beroep, noch tot de opening van een nieuwe termijn voor het instellen van een beroep.

+
+ 2021-07-06 +
+
+ + + + + Comissão Europeia, Centro Comum de Investigação (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Publicação de acesso aberto em revistas da Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

O objeto do presente concurso abrange os custos associados ao serviço de publicação de acesso aberto em revistas da Wiley, em conformidade com a política do Horizonte Europa. O JRC deve cobrir os custos da publicação de acesso aberto para publicação de artigos autorizados por cientistas do JRC aceites para publicação pelas revistas científicas da Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITÁLIA.

+
+ +

Publicação de acesso aberto em revistas da Wiley.

+
+ + + + + +

Horizonte Europa.

+
+
+
+ + + + + + +

Motivos técnicos/artísticos ou direitos exclusivos (mercado cativo, monopólio técnico) — Artigo 164.º, ponto 1), alínea d) FR, Ponto 11.1, alínea b) Anexo I.

+
+
+ + +
+ + + <P>Publicação de acesso aberto em revistas da Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Este anúncio é publicado de acordo com o ponto 2.4, alínea a) do Anexo I do Regulamento (UE, Euratom) N.º 2018/1046 de 18 de julho de 2018 sobre as normas financeiras aplicáveis ao orçamento geral da União. A data indicada no ponto V.2.1) do presente anúncio corresponde à data da decisão de adjudicação — à data da publicação não tinha sido celebrado qualquer contrato. A entidade adjudicante não celebrará o contrato com o proponente selecionado antes de decorrido um prazo de 10 dias de calendário, a contar do dia seguinte à publicação do anúncio.

+
+ + Tribunal Geral +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Num prazo de 2 meses a contar da notificação da decisão de adjudicação, pode ser interposto um recurso à instância de recurso no ponto VI.4.1). Pode apresentar quaisquer observações relativas ao processo de adjudicação à entidade adjudicante indicada no ponto I.1). Caso acredite na existência de má administração, pode apresentar uma queixa ao Provedor de Justiça Europeu num prazo de 2 anos a contar da data em que tomou conhecimento dos factos em que se baseia a queixa (consultar http://www.ombudsman.europa.eu). A queixa em questão não tem como efeito a suspensão da data-limite para interpor um recurso nem a abertura de um novo prazo de interposição de recursos.

+
+ 2021-07-06 +
+
+ + + + + Europeiska kommissionen, Gemensamma forskningscentrumet (JRC), JRC.H – Knowledge Management (Ispra), JRC.H.2 – Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Publicering med öppen tillgång i Wileys tidskrifter</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Föremålet för detta upphandlingsförfarande är att täcka kostnaderna relaterade till tjänsten för publicering med öppen tillgång i Wileys tidskrifter, enligt politiken för Horisont Europa. JRC måste täcka kostnaderna för publicering med öppen tillgång för publicering av artiklar som författats av forskare vid JRC och som godkänts för publicering av vetenskapliga tidskrifter från Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIEN.

+
+ +

Publicering med öppen tillgång i Wileys tidskrifter.

+
+ + + + + +

Horisont Europa.

+
+
+
+ + + + + + +

Tekniska/konstnärliga skäl eller exklusiva rättigheter (företagsintern marknad, tekniskt monopol) – Artikel 164(1)(d) i budgetförordningen, punkt 11.1(b) bilaga I.

+
+
+ + +
+ + + <P>Publicering med öppen tillgång i Wileys tidskrifter</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Detta meddelande publiceras enligt punkt 2.4 a) i bilaga I till förordning (EU, Euratom) nr 2018/1046 av den 18 juli 2018 om finansiella regler för unionens allmänna budget. Det datum som anges i avsnitt V.2.1) i detta meddelande är datumet för tilldelningsbeslutet. Inget kontrakt har undertecknats vid tidpunkten för publikation. Den upphandlande myndigheten får inte underteckna ett kontrakt med den vinnande anbudsgivare förrän 10 kalenderdagar har förflutit, räknat från dagen efter att meddelandet har publicerats.

+
+ + Tribunalen +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Inom 2 månader efter meddelandet av tilldelningsbeslutet kan en begäran om överklagande lämnas till det granskningsorgan som anges under rubrik VI.4.1). Eventuella observationer angående tilldelningsförfarandet kan lämnas till den upphandlande myndighet som anges i rubrik I.1). Vid misstanke om administrativa missförhållanden kan ett klagomål anföras till Europeiska ombudsmannen inom 2 år från det datum då de fakta som klagomålet bygger på blev kända (se http://www.ombudsman.europa.eu). Sådana klagomål leder varken till att tidsfristen för att anföra ett överklagande förlängs eller till att en ny period för att anföra ett överklagande inleds.

+
+ 2021-07-06 +
+
+ + + + + Evropská komise, Společné výzkumné středisko (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Otevřený přístup k publikování v multioborové elektronické databázi Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Předmětem tohoto výběrového řízení je pokrytí nákladů spojených se službou otevřeného přístupu k publikování v databázi Wiley v souladu s politikou programu Horizont Evropa. JRC potřebuje pokrýt náklady na otevřený přístup k publikování článků, které jsou autorizovány vědci Společného výzkumného střediska a přijaty k uveřejnění vědeckou databází Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITÁLIE.

+
+ +

Otevřený přístup k publikování v multioborové elektronické databázi Wiley.

+
+ + + + + +

Horizont Evropa.

+
+
+
+ + + + + + +

Technické / umělecké důvody nebo výlučná práva (trh pro vázané využití, technický monopol) — čl. 164 odst. 1 písm. d) finančního nařízení, bod 11.1 písm. b), příloha I.

+
+
+ + +
+ + + <P>Otevřený přístup k publikování v multioborové elektronické databázi Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Toto oznámení je zveřejněno v souladu s bodem 2.4 písm. a) přílohy I nařízení (EU, Euratom) 2018/1046 ze dne 18. července 2018, kterým se stanoví finanční pravidla pro souhrnný rozpočet Unie. Datum uvedené v oddílu V.2.1) tohoto oznámení je datem rozhodnutí o zadání zakázky – při uveřejnění nebyla podepsána žádná smlouva. Veřejný zadavatel nepodepíše smlouvu s úspěšným uchazečem, dokud neuplyne doba 10 kalendářních dnů ode dne po zveřejnění oznámení.

+
+ + Tribunál +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Ve lhůtě 2 měsíců od oznámení o rozhodnutí lze podat odvolání orgánu pro přezkoumání uvedenému v kapitole VI.4.1). Veškeré připomínky týkající se zadávacího řízení můžete předložit veřejnému zadavateli uvedenému v kapitole I.1). Pokud si myslíte, že došlo k nesprávnému administrativnímu postupu, můžete podat stížnost evropskému veřejnému ochránci práv ve lhůtě dvou let od data, kdy jste se dozvěděli o skutečnostech, na nichž se stížnost zakládá (viz http://www.ombudsman.europa.eu). Tato stížnost nebude mít za následek ani pozastavení lhůty pro podání odvolání, ani započetí nové lhůty pro podání odvolání.

+
+ 2021-07-06 +
+
+ + + + + Euroopa Komisjon, Teadusuuringute Ühiskeskus (JRC), JRC.H – Knowledge Management (Ispra), JRC.H.2 – Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Avatud juurdepääsuga avaldamine Wiley ajakirjades</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Kõnealune hankemenetlus käsitleb Wiley ajakirjades avaldamiseks avatud juurdepääsu teenusega seotud kulude katmist, kooskõlas programmi „Euroopa horisont“ poliitikaga. JRC-l on vaja katta avatud juurdepääsuga avaldamise kulud JRC teadlaste kirjutatud ja Wiley teadusajakirjades avaldamiseks vastuvõetavaks tunnistatud artiklite avaldamiseks.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITAALIA.

+
+ +

Avatud juurdepääsuga avaldamine Wiley ajakirjades.

+
+ + + + + +

Programm „Euroopa horisont“.

+
+
+
+ + + + + + +

tehnilised/kunstilised põhjused või ainuõigused (suletud turg, tehniline monopol) – finantsmääruse artikli 164 lõike 1 punkt d, I lisa punkti 11.1 punkt b.

+
+
+ + +
+ + + <P>Avatud juurdepääsuga avaldamine Wiley ajakirjades</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Käesolev teade on avaldatud kooskõlas liidu üldeelarve suhtes kohaldatavaid finantsreegleid käsitleva 18. juuli 2018 määruse (EL, Euratom) 2018/1046 I lisa punkti 2.4 punktiga a. Selle teate jaotises V.2.1) esitatud kuupäev on lepingu sõlmimise otsuse kuupäev – avaldamise ajal ei ole ühtegi lepingut sõlmitud. Avaliku sektori hankija ei kirjuta eduka pakkujaga lepingule alla enne 10 kalendripäeva möödumist lepingu sõlmimise teate avaldamisele järgnevast päevast.

+
+ + Üldkohus +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Punktis VI.4.1) nimetatud organile võib apellatsioone esitada kahe kuu jooksul alates lepingu sõlmimise teatest.Lepingu sõlmimise menetluse kohta võib esitada tähelepanekuid punktis I.1) nimetatud avaliku sektori hankijale. Juhul kui kogetakse haldusomavoli, võib Euroopa Ombudsmanile esitada kaebuse 2 aasta jooksul päevast, mil saadakse teada faktid, millel kaebus põhineb (vt http://www.ombudsman.europa.eu). Nimetatud kaebuse esitamine ei too kaasa vaidlustuste esitamise tähtaja peatamist ega uue tähtaja määramist.

+
+ 2021-07-06 +
+
+ + + + + Európai Bizottság, Közös Kutatóközpont (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Nyílt hozzáférésű publikálás a Wiley folyóirataiban</P> + + JRC/IPR/2021/NP/0610 + + + + + +

A közbeszerzési eljárás tárgyát a Wiley folyóirataiban való nyílt hozzáférésű publikálásra irányuló szolgáltatással kapcsolatos költségek fedezése képezi, a Horizont Európa szakpolitikájával összhangban. A JRC-nek fedeznie kell a JRC kutatói által a Wiley tudományos folyóirataiban történő közzétételre elfogadott cikkek nyílt hozzáférésű publikálásával járó költségeket.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), OLASZORSZÁG.

+
+ +

Nyílt hozzáférésű publikálás a Wiley folyóirataiban.

+
+ + + + + +

Európai horizont.

+
+
+
+ + + + + + +

Műszaki/művészeti okok vagy kizárólagos jogok (kötött piac, műszaki monopólium) — A költségvetési rendelet 164. cikke (1) bekezdésének (d) pontja, az I. melléklet 11.1(b) pontja.

+
+
+ + +
+ + + <P>Nyílt hozzáférésű publikálás a Wiley folyóirataiban</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

A hirdetményt az Unió általános költségvetésére alkalmazandó pénzügyi szabályokról szóló (EU, Euratom) 2018/1046 rendelet (2018. július 18.) I. melléklete 2.4. cikke (a) bekezdésével összhangban tették közzé. A hirdetmény V.2.1) szakaszában megadott időpont az odaítélési határozat időpontja – a közzététel időpontjáig nem került sor szerződés aláírására. Az ajánlatkérő a hirdetmény közzétételétől számított 10 naptári nap elteltével írhatja alá a szerződést a sikeres pályázóval.

+
+ + Törvényszék +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Az odaítélési határozatra vonatkozó értesítést követő 2 hónapon belül jogorvoslati kérelem nyújtható be a VI.4.1). pontban feltüntetett jogorvoslati szervhez. Az odaítélési eljárással kapcsolatban az I.1) pontban feltüntetett ajánlatkérőnek nyújthatja be észrevételeit. Amennyiben az ajánlattevő úgy véli, hogy hivatali visszásságra került sor, panaszt tehet az európai ombudsmannál attól a naptól számított 2 éven belül, hogy a panaszra okot adó tényről tudomást szerzett (lásd a http://www.ombudsman.europa.eu oldalon). A benyújtott panasz nem eredményezi sem a fellebbezési időszak felfüggesztését, sem új fellebbezési időszak megnyílását.

+
+ 2021-07-06 +
+
+ + + + + Europos Komisija, Jungtinis tyrimų centras (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Atvirosios prieigos leidyba „Wiley“ žurnaluose</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Šios pirkimo procedūros tikslas – padengti išlaidas, susijusias su atviros prieigos leidyba „Wiley“ žurnaluose, vadovaujantis „Horizon Europe“ politika. JRC turi padengti atvirosios prieigos leidybos, skirtos JRC mokslininkų sukurtų straipsnių, kuriuos galima skelbti „Wiley“ moksliniuose žurnaluose, publikavimo išlaidas.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIJA.

+
+ +

Atviros prieigos leidyba „Wiley“ žurnaluose.

+
+ + + + + +

„Europos horizontas“.

+
+
+
+ + + + + + +

Techninės arba meninės priežastys ar išskirtinės teisės (uždaroji rinka, techninis monopolis), Finansinio reglamento 164 straipsnio 1 dalies d punktas, I priedo 11.1.b) punktas.

+
+
+ + +
+ + + <P>Atvirosios prieigos leidyba „Wiley“ žurnaluose</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Šis skelbimas publikuojamas vadovaujantis 2018 m. liepos 18 d. Reglamento (ES, Euratomas) Nr. 2018/1046 I priedo 2.4 punkto a) papunkčiu dėl finansinių taisyklių, taikomų Sąjungos bendram biudžetui. V.2.1) dalyje nurodyta šio skelbimo data yra sutarties paskyrimo data – paskelbimo metu jokia sutartis pasirašyta nebuvo. Perkančioji organizacija nepasirašo sutarties su konkursą laimėjusiu dalyviu, kol nepraeina 10 kalendorinių dienų nuo dienos, kai buvo paskelbtas skelbimas.

+
+ + Bendrasis Teismas +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Per 2 mėnesius nuo sprendimo paskirti sutartį galima pateikti apeliaciją VI.4.1) dalyje nurodytai institucijai. Galite pateikti bet kokias pastabas dėl sutarties skyrimo procedūros I.1) dalyje nurodytai perkančiajai organizacijai. Jeigu manote, kad buvo blogai administruojama, galite pateikti skundą Europos ombudsmenui per 2 metus nuo dienos, kai tapo žinomi faktai, kuriais grindžiamas skundas (žr. http://www.ombudsman.europa.eu). Dėl tokio skundo nebus sustabdytas apeliacijų teikimo laikotarpis ar pradėtas naujas apeliacijų teikimo laikotarpis.

+
+ 2021-07-06 +
+
+ + + + + Eiropas Komisija, Kopīgais pētniecības centrs (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Brīvpieeja Wiley žurnāliem</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Šīs iepirkuma procedūras priekšmets ir izmaksu segšana, kas saistītas ar brīvpieejas publicēšanu Wiley žurnālos saskaņā ar “Apvārsnis Eiropa” politiku. JRC ir jāsedz izmaksas, kas saistītas ar tādu JRC zinātnieku rakstu brīvpieejas publicēšanu, kas ir apstiprināti publicēšanai Wiley zinātniskajos žurnālos.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITĀLIJA.

+
+ +

Brīvpieeja Wiley žurnāliem.

+
+ + + + + +

“Apvārsnis Eiropa”.

+
+
+
+ + + + + + +

tehniski/mākslinieciski iemesli vai ekskluzīvas tiesības (ierobežotais tirgus, tehnisks monopols) – Finanšu regulas (FR) 164. panta 1. punkta d) apakšpunkts, I pielikuma 11.1. punkta b) apakšpunkts.

+
+
+ + +
+ + + <P>Brīvpieeja Wiley žurnāliem</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Šis paziņojums ir publicēts saskaņā ar Regulas (ES, Euratom) 2018/1046 (2018. gada 18. jūlijs) par finanšu noteikumiem, ko piemēro Savienības vispārējam budžetam, I pielikuma 2.4. punkta a) apakšpunktu. Šā paziņojuma V.2.1) iedaļā norādītais datums ir piešķiršanas lēmuma datums; publicēšanas brīdī līgums vēl nav noslēgts. Līgumslēdzēja iestāde nedrīkst noslēgt līgumu ar izraudzīto pretendentu, kamēr nebūs pagājušas 10 kalendārās dienas no nākamās dienas pēc paziņojuma publicēšanas.

+
+ + Vispārējā tiesa +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

pārsūdzību var iesniegt VI.4.1) iedaļā minētajai struktūrai, kas atbildīga par pārskatīšanu, divu mēnešu laikā no piešķiršanas lēmuma paziņošanas. Piezīmes par piešķiršanas procedūru var iesniegt I.1) iedaļā minētajai līgumslēdzējai iestādei. Ja uzskatāt, ka pieļauta administratīva kļūme, varat iesniegt sūdzību Eiropas Ombudam divu gadu laikā no dienas, kad esat uzzinājis par faktiem, uz kuriem balstīta sūdzība (sk. http://www.ombudsman.europa.eu). Šādas sūdzības iesniegšana nevar ne atlikt pārsūdzību iesniegšanas termiņu, ne arī noteikt jaunu periodu pārsūdzību iesniegšanai.

+
+ 2021-07-06 +
+
+ + + + + Il-Kummissjoni Ewropea, Il-Kunsill Ewropew tar-Riċerka (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Pubblikazzjoni b’Aċċess Miftuħ fuq il-Ġurnali ta’ Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Is-suġġett ta’ din il-proċedura ta’ ksib hu l-kopertura tal-ispejjeż assoċjati mas-servizz ta’ pubblikazzjoni b’aċċess miftuħ fil-ġurnali ta’ Wiley, bi qbil mal-politika Orizzont Ewropa. Il-JRC jeħtieġ li jkopri l-ispejjeż tal-pubblikazzjoni b’Aċċess Miftuħ għall-pubblikazzjoni ta’ artikli miktuba minn xjentisti tal-JRC aċċettati għall-pubblikazzjoni minn ġurnali xjentifiċi ta’ Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), L-ITALJA.

+
+ +

Pubblikazzjoni b’aċċess miftuħ fuq il-ġurnali ta’ Wiley.

+
+ + + + + +

Orizzont Ewropa.

+
+
+
+ + + + + + +

Ir-raġunijiet tekniċi/artistiċi jew id-drittijiet esklussivi (suq magħluq, monopolju tekniku) — Art. 164(1)(d) FR, Punt 11.1(b) Anness I.

+
+
+ + +
+ + + <P>Pubblikazzjoni b’Aċċess Miftuħ fuq il-Ġurnali ta’ Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Dan l-avviż huwa ppubblikat skont il-punt 2.4(a) tal-Anness I għar-Regolament (UE, Euratom) Nru 2018/1046 tat-18 ta’ Lulju 2018 dwar ir-regoli finanzjarji applikabbli għall-baġit ġenerali tal-Unjoni. Id-data indikata fit-Taqsima V.2.1) ta' dan l-avviż hija d-data tad-deċiżjoni tal-għoti – l-ebda kuntratt ma kien iffirmat fil-ħin tal-pubblikazzjoni. L-awtorità li qiegħda toħroġ il-kuntratt m'għandhiex tiffirma l-kuntratt ma' dak li jirbaħ l-offerta sakemm jgħaddu 10 ijiem kalendarji, li jibdew mill-jum wara li jkun ġie ppubblikat l-avviż.

+
+ + Il-Qorti Ġenerali +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Fi żmien xahrejn (2) min-notifika dwar id-deċiżjoni tal-għoti, appell jista' jitressaq lill-korp ta' reviżjoni fit-Titlu VI.4.1). Tista' tibgħat kwalunkwe osservazzjonijiet li jikkonċernaw il-proċedura tal-għoti lill-awtorità li qed toħroġ il-kuntratt indikat fit-Titlu I.1). Jekk temmen li kien hemm amministrazzjoni ħażina, tista' tressaq ilment lill-Ombudsman Ewropew fi żmien sentejn (2) mid-data li fiha sirt taf dwar il-fatti li fuqhom huwa bbażat l-ilment (ara http://www.ombudsman.europa.eu). Ilment bħal dan mhux se jwassal biex jew ikun sospiż il-limitu taż-żmien għat-tressiq ta' appell jew biex jinfetaħ perijodu ġdid għat-tressiq ta' appell.

+
+ 2021-07-06 +
+
+ + + + + Komisja Europejska, Wspólne Centrum Badawcze (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Otwarty dostęp do publikacji czasopism naukowych wydawnictwa Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Przedmiotem niniejszej procedury przetargowej są koszty związane z usługą otwartego dostępu do publikacji w czasopismach wydawnictwa Wiley zgodnie z polityką „Horyzont Europa”. JRC musi pokryć koszty otwartego dostępu do publikacji artykułów autorstwa naukowców JRC, zatwierdzonych do publikacji w czasopismach naukowych Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), WŁOCHY.

+
+ +

Otwarty dostęp do publikacji czasopism naukowych wydawnictwa Wiley.

+
+ + + + + +

„Horyzont Europa”.

+
+
+
+ + + + + + +

Przyczyny techniczne/artystyczne lub przyczyny związane z ochroną praw wyłącznych (rynek zmonopolizowany, monopol techniczny) — Art. 164 ust. 1 lit. d) FR, pkt 11.1 lit. b) Załącznik I.

+
+
+ + +
+ + + <P>Otwarty dostęp do publikacji czasopism naukowych wydawnictwa Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Niniejsze zawiadomienie jest publikowane zgodnie z pkt 2.4 lit. a) załącznika I do rozporządzenia (UE, Euratom) nr 2018/1046 z 18 lipca 2018 r. w sprawie przepisów finansowych mających zastosowanie do budżetu ogólnego Unii. Data wskazana w sekcji V.2.1) niniejszego ogłoszenia to data decyzji o udzieleniu zamówienia – w chwili publikacji nie była podpisana umowa. Instytucja zamawiająca nie zawrze umowy z wybranym wykonawcą przed upływem terminu 10 dni kalendarzowych, rozpoczynającego bieg od dnia następującego po publikacji ogłoszenia.

+
+ + Sąd +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Odwołanie do organu, o którym mowa w pkt VI.4.1), można złożyć w ciągu 2 miesięcy od zawiadomienia o decyzji o udzieleniu zamówienia. Uwagi dotyczące procedury udzielania zamówienia można przesyłać do instytucji zamawiającej wskazanej w pkt I.1). W przypadku stwierdzenia niewłaściwego administrowania istnieje możliwość złożenia skargi do Europejskiego Rzecznika Praw Obywatelskich w ciągu 2 lat od powzięcia wiadomości o faktach będących podstawą skargi (zob. http://www.ombudsman.europa.eu). Taka skarga nie skutkuje zawieszeniem ani rozpoczęciem na nowo biegu terminu składania odwołań.

+
+ 2021-07-06 +
+
+ + + + + Európska komisia, Spoločné výskumné centrum (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Publikovanie s otvoreným prístupom v časopisoch Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Predmetom tohto obstarávacieho konania je pokrytie nákladov spojených so službou publikovania s otvoreným prístupom na časopisoch Wiley v súlade s európskou politikou programu Horizont. JRC musí pokryť náklady na publikovanie s otvoreným prístupom na publikovanie článkov napísaných vedcami JRC, ktoré boli schválené na publikovanie vo vedeckých časopisoch Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), TALIANSKO.

+
+ +

Publikovanie s otvoreným prístupom v časopisoch Wiley.

+
+ + + + + +

Horizont Európa.

+
+
+
+ + + + + + +

Technické/estetické dôvody alebo výhradné práva (trh monopolného dodávateľa, technický monopol) – čl. 164 ods. 1 písm. d) FR, bod 11 ods. 1 písm. b) príloha I.

+
+
+ + +
+ + + <P>Publikovanie s otvoreným prístupom v časopisoch Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Toto oznámenie sa uverejňuje v súlade s bodom 2.4 písm. a) prílohy I k nariadeniu (EÚ, EURATOM) č. 2018/1046 z 18. júla 2018 o rozpočtových pravidlách, ktoré sa vzťahujú na všeobecný rozpočet Únie. Dátum uvedený v oddiele V.2.1) tohto oznámenia je dátumom rozhodnutia o pridelení obstarávania – v čase uverejnenia nebola podpísaná žiadna zmluva. Verejný obstarávateľ nepodpíše zmluvu s úspešným uchádzačom do uplynutia 10 kalendárnych dní odo dňa po uverejnení tohto oznámenia.

+
+ + Všeobecný súd +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Odvolanie môžete podať orgánu uvedenému v bode VI.4.1) do 2 mesiacov od oznámenia o pridelení zákazky. Prípadné pripomienky týkajúce sa výberového konania môžete predložiť obstarávateľovi uvedenému v bode I.1). Ak sa domnievate, že došlo k nesprávnemu úradnému postupu, môžete podať sťažnosť európskemu ombudsmanovi do 2 rokov od dátumu, keď ste sa dozvedeli o skutočnosti, na ktorej sa táto sťažnosť zakladá (pozri http://www.ombudsman.europa.eu). Táto sťažnosť nebude mať za následok prerušenie lehoty na podanie odvolania, ani stanovenie novej lehoty na podanie odvolania.

+
+ 2021-07-06 +
+
+ + + + + Evropska komisija, Skupno raziskovalno središče (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Objave z odprtim dostopom v publikacijah založniške družbe Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Ta razpisni postopek se nanaša na kritje stroškov, povezanih s storitvami objav z odprtim dostopom v publikacijah založniške družbe Wiley v skladu s politiko programa Obzorje Evropa. JRC mora kriti stroške objav z odprtim dostop v zvezi z objavo člankov, katerih avtorji so znanstveniki JRC in katerih objava v znanstvenih publikacijah založniške družbe Wiley je bila potrjena.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIJA.

+
+ +

Objave z odprtim dostopom v publikacijah založniške družbe Wiley.

+
+ + + + + +

Obzorje Evropa.

+
+
+
+ + + + + + +

Tehnični/umetniški razlogi ali izključne pravice (omejeni trg, tehnični monopol) – člen 164(1)(d) finančne uredbe, točka 11.1(b) Priloge I.

+
+
+ + +
+ + + <P>Objave z odprtim dostopom v publikacijah založniške družbe Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

To obvestilo je objavljeno v skladu s točko 2.4(a) Priloge I k Uredbi (EU, Euratom) 2018/1046 Evropskega parlamenta in Sveta z dne 18. julija 2018 o finančnih pravilih, ki se uporabljajo za splošni proračun Unije. Datum, naveden v oddelku V.2.1) tega obvestila, je datum sklepa o oddaji naročila – ob času objave še ni bila sklenjena nobena pogodba. Naročnik ne bo sklenil pogodbe z izbranim ponudnikom, dokler ne preteče 10 koledarskih dni, ki začnejo teči z dnem po objavi obvestila.

+
+ + Splošno sodišče +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

V 2 mesecih od obvestila o oddaji naročila lahko vložite pritožbo pri revizijskem organu, navedenem v oddelku VI.4.1). Morebitne pripombe v zvezi s postopkom oddaje naročila lahko pošljete naročniku na naslov iz oddelka I.1). Če menite, da je prišlo do nepravilnosti, lahko vložite pritožbo pri Evropskem varuhu človekovih pravic v 2 letih od datuma, ko ste bili obveščeni o dejstvih, ki predstavljajo podlago za pritožbo (glejte http://www.ombudsman.europa.eu). Pritožba ne odloži roka za vložitev pritožb in ne začne novega obdobja za vložitev pritožb.

+
+ 2021-07-06 +
+
+ + + + + An Coimisiún Eorpach, Airmheán Comhpháirteach Taighde (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Foilsitheoireacht Rochtana Oscailte ar Irisí Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Is é ábhar an nóis imeachta soláthair seo costais a chlúdach i ndáil leis an tseirbhís foilsitheoireachta rochtana oscailte ar irisí Wiley, i gcomhréir le beartas Fhís Eorpach. Caithfidh JRC costais na foilsitheoireachta rochtana oscailte a chlúdach d’fhoilsiú alt le húdair is eolaithe JRC a ghlactar lena bhfoilsiú ag irisí eolaíochtaí Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), AN IODÁIL.

+
+ +

Foilsitheoireacht rochtana oscailte ar Irisí Wiley.

+
+ + + + + +

Fís Eorpach.

+
+
+
+ + + + + + +

Cúiseanna teicniúla/ealaíonta nó cearta eisiacha (margadh faoi chuing, monaplacht theicniúil) — Airt.164(1)(d) FR, Mír 11.1(b) Iarscríbhinn I.

+
+
+ + +
+ + + <P>Foilsitheoireacht Rochtana Oscailte ar Irisí Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Foilsítear an fógra seo i gcomhréir le pointe 2.4(a) a ghabhann le hIarscríbhinn I le Rialachán (AE, EURATOM) Uimh. 2018/1046 an 18.7.2018 maidir leis na rialacha airgeadais is infheidhme ar bhuiséad ginearálta an Aontais. Is ionann an dáta atá léirithe in Alt V.2.1) den fhógra seo agus dáta chinneadh na dámhachtana – níor síníodh aon chonradh ag am an fhoilsithe. Ní dhéanfaidh an t-údarás conarthach an conradh a shíniú leis an tairgeoir rathúil go dtí go mbeidh 10 lá féilire caite, ag rith ón lá tar éis fhoilsiú an fhógra.

+
+ + An Chúirt Ghinearálta +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Laistigh de 2 mhí ón bhfógra faoi chinneadh na dámhachtana, féadfar achomharc a thaisceadh chuig an gcomhlacht athbhreithnithe i gCeannteideal VI.4.1). Féadfaidh tú aon bharúlacha maidir leis an nós imeachta dámhachtana a chur faoi bhráid an údaráis chonarthaigh a léirítear i gCeannteideal I.1). Má chreideann tú go raibh míriarachán i gceist, féadfaidh tú gearán a chur chuig an Ombudsman Eorpach laistigh de dhá bhliain ón dáta a d'éirigh tú feasach ar na fíricí a bhfuil an gearán bunaithe orthu (féach http://www.ombudsman.europa.eu). Ní dhéanfar an teorainn ama a chur ar fionraí ná achomharc a thionscnamh ná tréimhse nua taiscthe achomhairc a oscailt mar thoradh ar ghearán den sórt sin.

+
+ 2021-07-06 +
+
+ + + + + Европейска комисия, Съвместен изследователски център (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Публикуване с отворен достъп в списания на Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Предметът на тази процедура по обществена поръчка е покриване на разходите, свързани с услугата за публикуване с отворен достъп в списанията на Wiley, в съответствие с политиката на „Хоризонт Европа“. Съвместният изследователски център трябва да покрие разходите по публикуване с отворен достъп за публикуване на статии, изготвени от учени на JRC, одобрени за публикуване от научните списания на Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ИТАЛИЯ.

+
+ +

Публикуване с отворен достъп в списания на Wiley.

+
+ + + + + +

Хоризонт Европа.

+
+
+
+ + + + + + +

Технически/художествени основания или изключителни права (монополизиран пазар, технически монопол) — член 164, параграф 1, буква г) от Финансовия регламент, точка 11.1, буква б) от приложение I.

+
+
+ + +
+ + + <P>Публикуване с отворен достъп в списания на Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Настоящото обявление е публикувано в съответствие с точка 2.4, буква а) от приложение I към Регламент (ЕС, Евратом) 2018/1046 от 18 юли 2018 г. за финансовите правила, приложими за общия бюджет на Съюза. Датата, посочена в раздел V.2.1) на настоящото обявление, е датата на решението за възлагане — по време на публикуването не беше подписан нито един договор. Възлагащият орган няма да подпише договора с одобрения оферент преди изтичането на 10 календарни дни, считано от деня след публикуването на обявлението.

+
+ + Общ съд +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

В рамките на 2 месеца от уведомлението за решението за възлагане може да се подаде жалба до органа за преглед, посочен в точка VI.4.1). Можете да подадете всякакви коментари относно процедурата по възлагане до възлагащия орган, посочен в точка I.1). Ако считате, че е имало лошо управление, Вие можете да подадете жалба до Европейския омбудсман в рамките на 2 години от датата, на която сте узнали за фактите, на които се основава жалбата (вж. http://www.ombudsman.europa.eu). Такава жалба нито спира срока за отправяне на жалба, нито води до откриване на нов срок за подаване на жалба.

+
+ 2021-07-06 +
+
+ + + + + Comisia Europeană, Centrul Comun de Cercetare (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Publicare cu acces liber la jurnalele Wiley</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Obiectul acestei proceduri de achiziții publice acoperă costurile aferente serviciului de publicare cu acces liber la jurnalele Wiley, în conformitate cu politica Orizont Europa. JRC trebuie să acopere costurile publicării cu acces liber pentru publicarea articolelor elaborate de oamenii de știință ai JRC, acceptate pentru publicare de jurnalele științifice Wiley.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIA.

+
+ +

Publicare cu acces liber la jurnalele Wiley.

+
+ + + + + +

Orizont Europa.

+
+
+
+ + + + + + +

Motive tehnice / artistice sau drepturi exclusive (piață captivă, monopol tehnic) — Art. 164(1)(d) FR, Punctul 11.1(b) Anexa I.

+
+
+ + +
+ + + <P>Publicare cu acces liber la jurnalele Wiley</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Prezentul anunț este publicat în conformitate cu punctul 2.4 litera (a) din anexa I la Regulamentul (UE, EURATOM) nr. 2018/1046 din 18 iulie 2018 privind normele financiare aplicabile bugetului general al Uniunii. Data indicată în secțiunea V.2.1) din acest anunț este data deciziei de atribuire – nu a fost semnat niciun contract la data publicării. Autoritatea contractantă nu va semna contractul cu ofertantul câștigător decât după trecerea a 10 zile calendaristice, începând din ziua ulterioară publicării anunțului.

+
+ + Tribunalul +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

În termen de două luni de la notificarea deciziei de atribuire, se poate depune o plângere la organismul de soluționare menționat la punctul VI.4.1).Eventualele observații privind procedura de atribuire se pot depune la autoritatea contractantă indicată la punctul I.1). În cazul unei presupuse administrări necorespunzătoare, se poate depune o plângere la Ombudsmanul European în termen de 2 ani de la data la care s-a luat cunoștință de faptele pe care se bazează plângerea (a se vedea http://www.ombudsman.europa.eu). O astfel de plângere nu are drept efect suspendarea termenului pentru introducerea unei căi de atac sau deschiderea unui nou termen pentru introducerea căilor de atac.

+
+ 2021-07-06 +
+
+ + + + + Europska komisija, Zajednički istraživački centar (JRC), JRC.H — Knowledge Management (Ispra), JRC.H.2 — Knowledge Management Methodologies, Communities and Dissemination +
Via Enrico Fermi 2749
+ Ispra (VA) + I-21027 + + jrc-ispra-dir-h-procurement@ec.europa.eu + + https://ec.europa.eu/jrc/ +
+ + +
+ + + <P>Objavljivanje s otvorenim pristupom u časopisima Wileya</P> + + JRC/IPR/2021/NP/0610 + + + + + +

Predmet ovog postupka nabave obuhvaća pokrivanje troškova povezanih s uslugom objave s otvorenim pristupom u časopisima Wileya, u skladu s politikom programa Obzor Europa. JRC treba pokriti troškove objavljivanja s otvorenim pristupom članaka čiji su autori znanstvenici iz JRC-a, a za objavu ih prihvate znanstveni časopisi Wileya.

+
+ 800000.00 + + + + + + + +

Via Enrico Fermi 2749, I-21027 Ispra (VA), ITALIJA.

+
+ +

Objavljivanje s otvorenim pristupom u časopisima Wileya.

+
+ + + + + +

Obzor Europa.

+
+
+
+ + + + + + +

Tehnički/umjetnički razlozi ili isključiva prava (ograničeno tržište, tehnički monopol) — čl. 164. st. 1. toč.(d) FR, točka 11.1(b) Priloga I.

+
+
+ + +
+ + + <P>Objavljivanje s otvorenim pristupom u časopisima Wileya</P> + + + 2021-07-06 + + 1 + 1 + 1 + + + + + + John Wiley and Sons Ltd + 641132 + Chichester + + + + + + + + 800000.00 + 800000.00 + + + + + +

Ova je obavijest objavljena u skladu s točkom 2.4 (a) Priloga I. Uredbe (EU, Euratom) br. 2018/1046 od 18. srpnja 2018. o financijskim pravilima koja se primjenjuju na opći proračun Unije. Datum naveden u odjeljku V.2.1) ove obavijesti datum je odluke o sklapanju ugovora — nikakav ugovor nije potpisan u vrijeme objavljivanja. Javni naručitelj neće potpisati ugovor s uspješnim ponuditeljem prije isteka 10 kalendarskih dana, s početkom od dana nakon objave obavijesti.

+
+ + Opći sud +
Rue du Fort Niedergrünewald
+ Luxembourg + L-2925 + + +352 4303-1 + GC.Registry@curia.europa.eu + http://curia.europa.eu +
+ +

Žalba se može uložiti tijelu nadležnom za postupak pravne zaštite iz naslova VI.4.1) u roku od dva mjeseca od obavijesti o dodjeli ugovora. Možete dostaviti komentare u vezi s postupkom sklapanja ugovora javnom naručitelju iz naslova I.1). Ako smatrate da je došlo do nepravilnosti u postupanju, žalbu možete podnijeti Europskom ombudsmanu u roku od dvije godine od datuma kad ste doznali za okolnosti koje su uzrok žalbi (vidjeti http://www.ombudsman.europa.eu). Takvom se pritužbom ne obustavlja rok za ulaganje žalbe niti se ne otvara novo razdoblje za ulaganje žalbe.

+
+ 2021-07-06 +
+
+
+
diff --git a/xslt/other-mappings.xml b/xslt/other-mappings.xml index 4c2d548..f2b643e 100644 --- a/xslt/other-mappings.xml +++ b/xslt/other-mappings.xml @@ -178,7 +178,7 @@ Mapping for Procedure Type (BT-105) - /TED_EXPORT/FORM_SECTION/*/PROCEDURE/(PT_OPEN|PT_RESTRICTED|PT_COMPETITIVE_NEGOTIATION|PT_COMPETITIVE_DIALOGUE|PT_INNOVATION_PARTNERSHIP)/fn:local-name() + /TED_EXPORT/FORM_SECTION/*/PROCEDURE/(PT_OPEN|PT_RESTRICTED|PT_COMPETITIVE_NEGOTIATION|PT_COMPETITIVE_DIALOGUE|PT_INNOVATION_PARTNERSHIP|PT_AWARD_CONTRACT_WITHOUT_CALL)/fn:local-name() /*/cac:TenderingProcess/cbc:ProcedureCode procurement-procedure-type @@ -216,8 +216,94 @@ neg-w-call + + PT_AWARD_CONTRACT_WITHOUT_CALL + neg-wo-call + + + + + + Direct Award Justification (BT-136) + /TED_EXPORT/FORM_SECTION/*/PROCEDURE/PT_AWARD_CONTRACT_WITHOUT_CALL/(D_ACCORDANCE_ARTICLE/*|D_OUTSIDE_SCOPE)/fn:local-name() + /ContractAwardNotice​/cac:TenderingProcess​/cac:ProcessJustification/cbc:ProcessReasonCode + direct-award-justification + + D_PROC_OPEN + unsuitable + + + + D_PROC_RESTRICTED + irregular + + + + D_MANUF_FOR_RESEARCH + resd + + + + D_TECHNICAL + technical + + + + D_ARTISTIC + artistic + + + + D_PROTECT_RIGHTS + exclusive + + + + D_EXTREME_URGENCY + urgency + + + + D_ADD_DELIVERIES_ORDERED + additional + + + + D_REPETITION_EXISTING + repetition + + + + D_CONTRACT_AWARDED_DESIGN_CONTEST + contest + + + + D_COMMODITY_MARKET + commodity + + + + D_FROM_WINDING_PROVIDER + closure + + + + D_FROM_LIQUIDATOR_CREDITOR + liquidator + + + + D_OUTSIDE_SCOPE + dir24-list + + + + + + Mapping for Main and Additional Nature (BT-23, BT-531) /TED_EXPORT/FORM_SECTION/*/OBJECT_CONTRACT/TYPE_CONTRACT/@CTYPE diff --git a/xslt/procedure.xslt b/xslt/procedure.xslt index f8aa532..ed6a93a 100644 --- a/xslt/procedure.xslt +++ b/xslt/procedure.xslt @@ -50,7 +50,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -77,6 +77,29 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + + + Direct Award Justification Previous Procedure Identifier (BT-1252) + + Direct Award Justification (BT-136) + + Direct Award Justification (BT-135) + + + + + + + + + + + + + + + diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index 849b135..58c7b11 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -333,7 +333,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Procedure Type (BT-105) - + + Lots All Required (BT-763) @@ -353,12 +354,12 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - Direct Award Justification Previous Procedure Identifier (BT-1252) + + - Direct Award Justification (BT-136) - Direct Award Justification (BT-135) + + From 76024b3f71ab9c2d1f5266d942e1894222f914b4 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Mon, 20 Jun 2022 17:25:28 +0200 Subject: [PATCH 10/38] TEDXDC: Update templates to cater for empty FRAMEWORK element --- .../eforms-xml/20-343258-001-EXP.xml | 19 ++++++----- .../eforms-xml/352425_2021.xml | 34 +++++++------------ xslt/lot.xslt | 3 +- 3 files changed, 26 insertions(+), 30 deletions(-) diff --git a/development-notices/eforms-xml/20-343258-001-EXP.xml b/development-notices/eforms-xml/20-343258-001-EXP.xml index 8f35bdb..89cd4e4 100644 --- a/development-notices/eforms-xml/20-343258-001-EXP.xml +++ b/development-notices/eforms-xml/20-343258-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -20,6 +20,7 @@ https://ec.europa.eu/jrc/ + ORG-0001 @@ -50,6 +51,7 @@ http://curia.europa.eu + ORG-0002 @@ -254,6 +256,7 @@ + diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index bbb8dd5..8e47411 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -12,24 +12,16 @@ - - - - TPA-0001 - TED_EXPORT/FORM_SECTION/F03_2014[3]/AWARD_CONTRACT/AWARDED_CONTRACT/CONTRACTORS - - ORG-0002 - - - - - - TED_EXPORT/FORM_SECTION/F03_2014[3]/AWARD_CONTRACT - TEN-0001 - - - + 800000.00 + + TEN-0001 + + + + 800000.00 + + TPA-0001 @@ -304,6 +296,7 @@ + @@ -434,10 +427,6 @@ - - - - fa-wo-rc @@ -500,4 +489,7 @@ + + 2000-01-01Z + diff --git a/xslt/lot.xslt b/xslt/lot.xslt index 09df347..e088756 100644 --- a/xslt/lot.xslt +++ b/xslt/lot.xslt @@ -880,7 +880,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + + fa-wo-rc From 1cccd7a44ade49adaaadc07db4f375934c95bd90 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Wed, 22 Jun 2022 21:12:39 +0200 Subject: [PATCH 11/38] TEDXDC-163: Update template to cater for INFO_ADD_EAUCTION not present in F03 notices, add test notice --- .../eforms-xml/352732_2021.xml | 409 ++++++++++++++++++ development-notices/ted-xml/352732_2021.xml | 1 + xslt/lot.xslt | 35 +- 3 files changed, 430 insertions(+), 15 deletions(-) create mode 100644 development-notices/eforms-xml/352732_2021.xml create mode 100644 development-notices/ted-xml/352732_2021.xml diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml new file mode 100644 index 0000000..c0a3e0e --- /dev/null +++ b/development-notices/eforms-xml/352732_2021.xml @@ -0,0 +1,409 @@ + + + + + + + + + 6738400.00 + + TEN-0001 + + + + 6680000.00 + + + + TPA-0001 + + ORG-0002 + + + + + + 29 + + + + + + http://www.e-lena.sk + + + + ORG-0001 + + + + Obec Lemešany + + + Lemešany 186 + + Lemešany + + 082 03 + + SK041 + + + SVK + + + + + 00327344 + + + Monika Hlinková + + +421 905212606 + + +421 917736488 + + hlinkova@abys.sk + + + + + + sme + + + ORG-0002 + + + + Arko Technology, a.s. + + + Vídeňská 206/108, Přízřenice + + Brno + + 619 00 + + CZ + + + CZE + + + + + 00219169 + + + + + + http://www.uvo.gov.sk + + + + ORG-0003 + + + + Úrad pre verejné obstarávanie + + + Ružová dolina 10, P.O.Box 98 + + Bratislava + + 820 05 + + + + SVK + + + + + +421 250264176 + + +421 250264219 + + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-08+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + SLK + + + http://www.uvo.gov.sk/vyhladavanie-profilov/zakazky/5937 + + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + open + + + + + 2020/S 248-616032 + + + + + + + + + + Lemešany/ČOV + + ČOV a kanalizácia obce Lemešany + + Predmetom obstarávania je návrh gravitačnej stokovej siete v obci Lemešany. Vzhľadom k nepriaznivým výškovým pomerom, nie je možné riešiť odkanalizovanie obce iba gravitačnou stokovou sieťou. Potrebná je výstavba čerpacích staníc na prekonanie nepriaznivých výškových pomerov. Obec má v súčasnosti ČOV, ktorá však kapacitne nestačí. Je potrebné vybudovanie novej ČOV s tým, že sa využije existujúce zaústenie vyčistených vôd do vodného toku rieky Torysy. Z tohto dôvodu je navrhnutá aj čerpacia stanica vyčistených odpadných vôd z ČOV. Predpokladaný rozsah diela: Výstavba novej ČOV o navrhovanej kapacite 1 800 EO. Vybudovanie gravitačnej stokovej siete z kanalizačných trúb DN 300 o predpokladanej celkovej dĺžke 9 240 m Vybudovanie výtlačného potrubia o predpokladanej celkovej dĺžke 1 726 m. Vybudovanie 430 ks kanalizačných prípojok. Pôvodný projekt riešil odvedenie splaškových vôd tlakovou kanalizáciou. Vzhľadom k prevádzkovej náročnosti tohto riešenia objednávateľ požaduje odvedenie splaškových vôd gravitačne. + + works + + Členovia komisie s právom vyhodnocovať ponuky: Predseda komisieIng. Robert Párnický Člen komisieIng. Marian Papp Člen komisieIng. Milan Krchňavý + + + + 45232440 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ORG-0003 + + + + + ORG-0003 + + + + + + + + + + + + + + + + + + + + not-allowed + + false + + + + + + + + + + + + + + + + + + + true + + + + + + + + + none + + + + + none + + + + + + + ČOV a kanalizácia obce Lemešany + + Predmetom obstarávania je návrh gravitačnej stokovej siete v obci Lemešany. Vzhľadom k nepriaznivým výškovým pomerom, nie je možné riešiť odkanalizovanie obce iba gravitačnou stokovou sieťou. Potrebná je výstavba čerpacích staníc na prekonanie nepriaznivých výškových pomerov. Obec má v súčasnosti ČOV, ktorá však kapacitne nestačí. Je potrebné vybudovanie novej ČOV s tým, že sa využije existujúce zaústenie vyčistených vôd do vodného toku rieky Torysy. Z tohto dôvodu je navrhnutá aj čerpacia stanica vyčistených odpadných vôd z ČOV. Predpokladaný rozsah diela: Výstavba novej ČOV o navrhovanej kapacite 1 800 EO. Vybudovanie gravitačnej stokovej siete z kanalizačných trúb DN 300 o predpokladanej celkovej dĺžke 9 240 m Vybudovanie výtlačného potrubia o predpokladanej celkovej dĺžke 1 726 m. Vybudovanie 430 ks kanalizačných prípojok. Pôvodný projekt riešil odvedenie splaškových vôd tlakovou kanalizáciou. Vzhľadom k prevádzkovej náročnosti tohto riešenia objednávateľ požaduje odvedenie splaškových vôd gravitačne. + + works + + + + + + + + + + + + + + + + 45232440 + + + + + + + + + + + + + Obec Lemešany + SK041 + + + + + + + + + + + + + 2000-01-01Z + + diff --git a/development-notices/ted-xml/352732_2021.xml b/development-notices/ted-xml/352732_2021.xml new file mode 100644 index 0000000..48ce411 --- /dev/null +++ b/development-notices/ted-xml/352732_2021.xml @@ -0,0 +1 @@ +21-364180-00120211016SK From ConvertorS133202107132021/S 133-352732https://ted.europa.eu/udl?uri=TED:NOTICE:352732-2021:TEXT:SK:HTMLSKhttp://www.e-lena.skConstruction work for sewage pipesSlovenskoPrešovský krajPrešovský krajČesko6738400.002020/S 248-61603220210708OtherContract award noticeWorksOpen procedureEuropean UnionNot applicableLowest priceOther01A0301CлoвaшкoLemešany

Строителни и монтажни работи по общо изграждане на канализационни тръбопроводи

SlovenskoLemešany

Stavební práce pro kanalizační potrubí

SlovakietLemešany

Arbejder i forbindelse med kloakledninger

die SlowakeiLemešany

Bauarbeiten für Abwasserrohre

ΣλοβακίαLemešany

Κατασκευαστικές εργασίες για αγωγούς αποχετεύσεων

SlovakiaLemešany

Construction work for sewage pipes

EslovaquiaLemešany

Trabajos de construcción de tuberías para aguas residuales

SlovakkiaLemešany

Kanalisatsioonitorude ehitustööd

SlovakiaLemešany

Viemäriputkien rakennustyöt

SlovaquieLemešany

Travaux de construction de conduites d'eaux d'égouts

Slóvaic, an tLemešany

Construction work for sewage pipes

SlovačkaLemešany

Građevinski radovi na cijevima za otpadne vode

SzlovákiaLemešany

Szennyvízcső építése

SlovacchiaLemešany

Lavori di costruzione per tubazioni di scarico

SlovakijaLemešany

Kanalizacijos vamzdžių klojimo darbai

SlovākijaLemešany

Notekūdeņu cauruļvadu izbūves darbi

is-SlovakkjaLemešany

Xogħol tal-kostruzzjoni għall-katusi tad-drenaġġ

SlowakijeLemešany

Aanleggen van rioleringsbuizen

SłowacjaLemešany

Roboty budowlane w zakresie budowy rurociągów do odprowadzania ścieków

EslováquiaLemešany

Construção de condutas de esgoto

SlovaciaLemešany

Lucrări de construcţii de conducte de ape reziduale

SlovenskoLemešany

Stavebné práce na stavbe kanalizačných vedení

SlovaškaLemešany

Gradbena dela na kanalizacijskih ceveh

SlovakienLemešany

Anläggningsarbeten för avloppsledningar

Obec Lemešany
Obec Lemešany00327344
Lemešany 186
Lemešany082 03Monika Hlinková+421 905212606hlinkova@abys.sk+421 917736488http://www.e-lena.skhttp://www.uvo.gov.sk/vyhladavanie-profilov/zakazky/5937
§7 ods. 1 písm. b)Samospráva
<P>ČOV a kanalizácia obce Lemešany</P>Lemešany/ČOV

Predmetom obstarávania je návrh gravitačnej stokovej siete v obci Lemešany. Vzhľadom k nepriaznivým výškovým pomerom, nie je možné riešiť odkanalizovanie obce iba gravitačnou stokovou sieťou. Potrebná je výstavba čerpacích staníc na prekonanie nepriaznivých výškových pomerov. Obec má v súčasnosti ČOV, ktorá však kapacitne nestačí. Je potrebné vybudovanie novej ČOV s tým, že sa využije existujúce zaústenie vyčistených vôd do vodného toku rieky Torysy. Z tohto dôvodu je navrhnutá aj čerpacia stanica vyčistených odpadných vôd z ČOV.

Predpokladaný rozsah diela:

Výstavba novej ČOV o navrhovanej kapacite 1 800 EO.

Vybudovanie gravitačnej stokovej siete z kanalizačných trúb DN 300 o predpokladanej celkovej dĺžke 9 240 m

Vybudovanie výtlačného potrubia o predpokladanej celkovej dĺžke 1 726 m.

Vybudovanie 430 ks kanalizačných prípojok.

Pôvodný projekt riešil odvedenie splaškových vôd tlakovou kanalizáciou. Vzhľadom k prevádzkovej náročnosti tohto riešenia objednávateľ požaduje odvedenie splaškových vôd gravitačne.

6738400.00

Obec Lemešany

Predmetom obstarávania je návrh gravitačnej stokovej siete v obci Lemešany. Vzhľadom k nepriaznivým výškovým pomerom, nie je možné riešiť odkanalizovanie obce iba gravitačnou stokovou sieťou. Potrebná je výstavba čerpacích staníc na prekonanie nepriaznivých výškových pomerov. Obec má v súčasnosti ČOV, ktorá však kapacitne nestačí. Je potrebné vybudovanie novej ČOV s tým, že sa využije existujúce zaústenie vyčistených vôd do vodného toku rieky Torysy. Z tohto dôvodu je navrhnutá aj čerpacia stanica vyčistených odpadných vôd z ČOV.

Predpokladaný rozsah diela:

Výstavba novej ČOV o navrhovanej kapacite 1 800 EO.

Vybudovanie gravitačnej stokovej siete z kanalizačných trúb DN 300 o predpokladanej celkovej dĺžke 9 240 m

Vybudovanie výtlačného potrubia o predpokladanej celkovej dĺžke 1 726 m.

Vybudovanie 430 ks kanalizačných prípojok.

Pôvodný projekt riešil odvedenie splaškových vôd tlakovou kanalizáciou. Vzhľadom k prevádzkovej náročnosti tohto riešenia objednávateľ požaduje odvedenie splaškových vôd gravitačne.

2020/S 248-6160322021-06-1622102Arko Technology, a.s.00219169
Vídeňská 206/108, Přízřenice
Brno619 00
6738400.006680000.00

Činnosť geotechnika 0,1 %

Zabezpečenie zamestnancov z rad znevýhodnených osôb alebo osôb dlhodobo nezamestnaných minimálne po dobu 3 mesiace 2,9 %

Členovia komisie s právom vyhodnocovať ponuky:

Predseda komisieIng. Robert Párnický

Člen komisieIng. Marian Papp

Člen komisieIng. Milan Krchňavý

Úrad pre verejné obstarávanie
Ružová dolina 10, P.O.Box 98
Bratislava820 05+421 250264176+421 250264219http://www.uvo.gov.sk
Úrad pre verejné obstarávanie
Ružová dolina 10, P.O.Box 98
Bratislava820 05+421 250264176+421 250264219http://www.uvo.gov.sk
2021-07-08
\ No newline at end of file diff --git a/xslt/lot.xslt b/xslt/lot.xslt index e088756..338e7c1 100644 --- a/xslt/lot.xslt +++ b/xslt/lot.xslt @@ -838,7 +838,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin
- + + Electronic Auction (BT-767) @@ -847,24 +848,28 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin true Electronic Auction Description (BT-122) - - - - - - - WARNING: source TED XML notice does not contain information for Electronic Auction Description (BT-122). + + + + + + + + + WARNING: source TED XML notice does not contain information for Electronic Auction Description (BT-122). + + + + + + + WARNING: source TED XML notice does not contain information for Electronic Auction URL (BT-123). - - + + - - WARNING: source TED XML notice does not contain information for Electronic Auction URL (BT-123). - - - false From de5a567943b24cd76e9634b06fcfa443c635658d Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Mon, 27 Jun 2022 19:42:23 +0200 Subject: [PATCH 12/38] TEDXDC-184 - Added template to create efac:LotResult --- xslt/notice-result.xslt | 188 ++++++++++++++++++++++++++++++---------- xslt/ted-to-eforms.xslt | 2 +- 2 files changed, 145 insertions(+), 45 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 476e975..3047b91 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -11,7 +11,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -30,7 +30,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -63,7 +63,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -77,38 +77,90 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - - + + + + - + - + CON- - - + + - + + + + + + + + + + + + + + + + LTR- + + + + + + + + + + + + + + + + + + + LTR- + + + + + + + + + + + + + + + + + +--> @@ -124,30 +176,82 @@ These instructions can be un-commented to show the variables holding the contrac - - - - - - - - - - - - - - - - - - - + + + + + Tender Value Highest (BT-711) + + Tender Value Lowest (BT-710) + + + + + + WARNING: Multiple different currencies ( + + ) were found in VAL_RANGE_TOTAL elements in AWARD_CONTRACT elements used for LotResult + + . + + + + + + + + + + + + + + Winner Chosen (BT-142) + + + + WARNING: Both AWARDED_CONTRACT and NO_AWARDED_CONTRACT elements were found in AWARD_CONTRACT elements used for LotResult + + . + + + + + + + selec-w + + + clos-nw + + + + + + Dynamic Purchasing System Termination (BT-119) + - - - - + + + + + + + + + + + + + + + + + + + + + @@ -161,15 +265,11 @@ These instructions can be un-commented to show the variables holding the contrac - - - - Contract Technical Identifier (OPT-316) - + @@ -187,7 +287,7 @@ These instructions can be un-commented to show the variables holding the contrac WARNING: Multiple different dates were found in DATE_CONCLUSION_CONTRACT in the AWARD_CONTRACTs sharing the same CONTRACT_NO value of - + . @@ -208,7 +308,7 @@ These instructions can be un-commented to show the variables holding the contrac - + diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index f7c3405..ae61425 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -132,7 +132,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + From 91bfadb443cf280aecdb93792c7d13897b822362 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Tue, 28 Jun 2022 10:28:41 +0200 Subject: [PATCH 13/38] TEDXDC-165 and TEDXDC-164 : Create templates to cater for TERMINATION_PIN and TERMINATION_DPS, test notice added --- .../eforms-xml/353237_2021.xml | 484 ++++++++++++++++++ development-notices/ted-xml/353237_2021.xml | 1 + xslt/procedure.xslt | 16 + xslt/simple.xslt | 1 + xslt/ted-to-eforms.xslt | 4 +- 5 files changed, 504 insertions(+), 2 deletions(-) create mode 100644 development-notices/eforms-xml/353237_2021.xml create mode 100644 development-notices/ted-xml/353237_2021.xml diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml new file mode 100644 index 0000000..bdd9cf9 --- /dev/null +++ b/development-notices/eforms-xml/353237_2021.xml @@ -0,0 +1,484 @@ + + + + + + + + + 1220020 + + TEN-0001 + + + + 1220020 + + + + TPA-0001 + + ORG-0002 + + + + + + 29 + + + + + + https://www.hausbetreuung-wien.at/ + + + + ORG-0001 + + + + Wiener Wohnen Hausbetreuung GmbH + + + Erdbergstraße 200 + + Wien + + 1030 + + AT130 + + + AUT + + + + + +43 160766430 + + + ausschreibungen@hausbetreuung-wien.at + + + + + + sme + + + ORG-0002 + + + + ITBinder GmbH + + + Hirnsdorf 80 + + Feistritztal + + 8221 + + AT22 + + + AUT + + + + + 9110016767246 + + + +43 311351510 + + + itb@fuhrpark.at + + + + + + http://www.verwaltungsgericht.wien.gv.at + + + + ORG-0003 + + + + Verwaltungsgericht Wien + + + Muthgasse 62 + + Wien + + 1190 + + + + AUT + + + + + +43 1400038500 + + + post@vgw.wien.gv.at + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-08+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + DEU + + + + body-pl + + + + + not-cont-ent + + + + + hc-am + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + neg-w-call + + + true + + + 2020/S 078-183831 + + + + + + + + + + Beschaffung eines GPS Systems für Kraftfahrzeuge + + Implementierung und Wartung eines GPS-Systems zur Ortung von Kraftfahrzeugen und zur Erfassung der Fahrtzeiten in Übereinstimmung mit den gesetzlichen Vorgaben. + + supplies + + + + + 38112100 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 10 + + + + + + + Funktionalität der Software + + + + + + + + dec-exa + 10 + + + + + + + Reaktions- und Entstörzeiten + + + + + + + + dec-exa + 10 + + + + + + + Referenzen Projektleiter + + + + + + + + dec-exa + 70 + + + + + + + + + + + + + + + + + + + + + + + ORG-0003 + + + + + + + + + + + + + + + + + + + + not-allowed + + false + + + + + + + + + + + + + + + + + + + false + + + + + + + + none + + + + + none + + + + + + + Beschaffung eines GPS Systems für Kraftfahrzeuge + + Nähere Angaben finden Sie in den Beschaffungsunterlagen. + + supplies + + + + + + + + + + + + + + + + 38112100 + + + + 72263000 + + + + + + + + + + + + Wien + + + + + + + + + + + Vertragsverlängerung. + + + + + 2000-01-01Z + + diff --git a/development-notices/ted-xml/353237_2021.xml b/development-notices/ted-xml/353237_2021.xml new file mode 100644 index 0000000..c316aef --- /dev/null +++ b/development-notices/ted-xml/353237_2021.xml @@ -0,0 +1 @@ +21-362579-00120211016DE From ConvertorS133202107132021/S 133-353237https://ted.europa.eu/udl?uri=TED:NOTICE:353237-2021:TEXT:DE:HTMLDEhttps://www.hausbetreuung-wien.at/Global navigation and positioning systems (GPS or equivalent)Software implementation servicesWienWienSteiermark12200202020/S 078-18383120210708Body governed by public lawContract award noticeSuppliesCompetitive procedure with negotiationEuropean UnionNot applicableThe most economic tenderHousing and community amenities01B0301AвcтpияВиена

Глобална система за навигация и определяне на местоположението (GPS или равностойни)

RakouskoVídeň

Globální navigační a polohovací systémy (GPS nebo ekvivalent)

ØstrigWien

Globale navigations- og positionsbestemmelsesudstyr (GPS eller tilsvarende)

ÖsterreichWien

Globale Navigations- und Ortungssysteme (GPS oder gleichwertiges System)

ΑυστρίαΒιέννη

Συστήματα παγκόσμιας πλοήγησης και παγκόσμιου προσδιορισμού θέσης (GPS ή ισοδύναμα)

AustriaVienna

Global navigation and positioning systems (GPS or equivalent)

AustriaViena

Sistemas de navegación y posicionamiento globales (GPS o equivalentes)

AustriaViin

Globaalsed navigatsiooni- ja positsioonimissüsteemid (GPS vms)

ItävaltaWien

Maailmanlaajuiset paikannusjärjestelmät (GPS tai vastaavat)

AutricheVienne

Systèmes de positionnement à capacité globale (GPS ou équivalent)

Ostair, anVín

Global navigation and positioning systems (GPS or equivalent)

AustrijaBeč

Globalni sustavi navigacije i pozicioniranja (GPS ili istovrijedan)

AusztriaBécs

Globális navigációs és helyzetmeghatározó rendszerek (GPS vagy egyenértékű)

AustriaVienna

Sistemi di navigazione e posizionamento globale (GPS o equivalente)

AustrijaViena

Visuotinės navigacinės ir padėties nustatymo sistemos (GPS arba lygiavertės)

AustrijaVīne

Globālās navigācijas un pozicionēšanas sistēmas (GPS vai tamlīdzīgas)

l-AwstrijaVjenna

Sistemi ta' navigazzjoni u pożizzjonament globali (GPS jew ekwivalenti)

OostenrijkWenen

Wereldwijd navigatie- en plaatsbepalingssysteem (gps of dergelijke)

AustriaWiedeń

Globalne systemy nawigacji i pozycjonowania (GPS lub równorzędne)

ÁustriaViena

Sistemas de navegação e posicionamento globais (GPS ou equivalentes)

AustriaViena

Sisteme de navigare şi de poziţionare globală (GPS sau echivalente)

RakúskoViedeň

Globálne navigačné a polohovacie systémy (GPS alebo ekvivalent)

AvstrijaDunaj

Globalni sistem navigacije in pozicioniranja (GPS ali enakovredno)

ÖsterrikeWien

Navigations- och positionsbestämningssystem (GPS eller liknande)

Wiener Wohnen Hausbetreuung GmbH
Wiener Wohnen Hausbetreuung GmbH
Erdbergstraße 200
Wien1030+43 160766430ausschreibungen@hausbetreuung-wien.athttps://www.hausbetreuung-wien.at/
<P>Beschaffung eines GPS Systems für Kraftfahrzeuge</P>

Implementierung und Wartung eines GPS-Systems zur Ortung von Kraftfahrzeugen und zur Erfassung der Fahrtzeiten in Übereinstimmung mit den gesetzlichen Vorgaben.

1220020

Wien

Nähere Angaben finden Sie in den Beschaffungsunterlagen.

Funktionalität der Software10Reaktions- und Entstörzeiten10Referenzen Projektleiter1070

Vertragsverlängerung.

2020/S 078-183831<P>Beschaffung eines GPS-Systems für Kraftfahrzeuge</P>2021-06-15222ITBinder GmbH9110016767246

Hirnsdorf 80
Feistritztal8221+43 311351510itb@fuhrpark.at1220020

Verwaltungsgericht Wien

Muthgasse 62
Wien1190+43 1400038500post@vgw.wien.gv.athttp://www.verwaltungsgericht.wien.gv.at

2021-07-08 \ No newline at end of file diff --git a/xslt/procedure.xslt b/xslt/procedure.xslt index ed6a93a..79ca758 100644 --- a/xslt/procedure.xslt +++ b/xslt/procedure.xslt @@ -55,6 +55,22 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + + + +PIN Competition Termination (BT-756) + + + + true + + + false + + + + diff --git a/xslt/simple.xslt b/xslt/simple.xslt index 584696b..52bb0a9 100644 --- a/xslt/simple.xslt +++ b/xslt/simple.xslt @@ -129,4 +129,5 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index ae61425..e895f62 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -344,8 +344,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Lots All Required (BT-763) - PIN Competition Termination (BT-756) - + + Previous Planning Identifier (BT-125) From b834919b10bf774102ccfcf83d16f3f10b8a8b7b Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 28 Jun 2022 17:37:45 +0200 Subject: [PATCH 14/38] TEDXDC-163 - refactored template to ensure comments for BT-767, BT-122 and BT-123 are always included in the eForms XML, and are not repeated. Added comments to state that BT-122 and BT-123 are mandatory if BT-767 is "true" --- xslt/lot.xslt | 60 +++++++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/xslt/lot.xslt b/xslt/lot.xslt index 338e7c1..f8281e8 100644 --- a/xslt/lot.xslt +++ b/xslt/lot.xslt @@ -653,11 +653,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Public Opening Place (BT-133) - Electronic Auction (BT-767) - Electronic Auction Description (BT-122) - Electronic Auction URL (BT-123) Framework Maximum Participants Number (BT-113) @@ -839,19 +836,19 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - Electronic Auction (BT-767) - - - true - - Electronic Auction Description (BT-122) - - - - + + + + + + + Electronic Auction (BT-767) + true + + Electronic Auction Description (BT-122) + + + @@ -863,20 +860,31 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + + Electronic Auction URL (BT-123) + + WARNING: source TED XML notice does not contain information for Electronic Auction URL (BT-123). - - - - - false - - - - + + + + Electronic Auction (BT-767) + false + Electronic Auction Description (BT-122) + Electronic Auction URL (BT-123) + + + + + + Electronic Auction (BT-767) + Electronic Auction Description (BT-122) + Electronic Auction URL (BT-123) + + From 86353258080e76c097cc1ed514def44b9ceaabca Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Wed, 29 Jun 2022 09:48:57 +0200 Subject: [PATCH 15/38] Fixed bug where sequence was used instead of a predicate --- xslt/notice-result.xslt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 3047b91..a6c7da3 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -207,7 +207,7 @@ These instructions can be un-commented to show the variables Winner Chosen (BT-142) - + WARNING: Both AWARDED_CONTRACT and NO_AWARDED_CONTRACT elements were found in AWARD_CONTRACT elements used for LotResult From f2bdb157306a33765fcec299d3598f32dbe082b5 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Wed, 29 Jun 2022 09:57:57 +0200 Subject: [PATCH 16/38] TEDXDC-156: adapted templates for VAL_TOTAL and VAL_RANGE_TOTAL --- xslt/notice-result.xslt | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 3047b91..c7c4dc2 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -165,11 +165,13 @@ These instructions can be un-commented to show the variables + Notice Value (BT-161) - - + Notice Framework Value (BT-118) + + - @@ -414,22 +416,31 @@ These instructions can be un-commented to show the variables + + - + + + + + + + + - + + --> From 9df1db4be2d66e83ab95d21cc220e7bcb0ab9d9c Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Thu, 30 Jun 2022 10:53:27 +0200 Subject: [PATCH 17/38] TEDXDC-192: Create template to cater for TITLE in AWARD_CONTRACT --- development-notices/README.md | 1 + .../eforms-xml/353237_2021.xml | 22 +- .../eforms-xml/354339_2021.xml | 358 ++++++++++++++++++ development-notices/ted-xml/354339_2021.xml | 1 + xslt/common.xslt | 2 +- xslt/notice-result.xslt | 21 +- 6 files changed, 398 insertions(+), 7 deletions(-) create mode 100644 development-notices/eforms-xml/354339_2021.xml create mode 100644 development-notices/ted-xml/354339_2021.xml diff --git a/development-notices/README.md b/development-notices/README.md index 8cf7df7..85b72a8 100644 --- a/development-notices/README.md +++ b/development-notices/README.md @@ -38,6 +38,7 @@ This table lists the TED XML files selected to test development of the Converter | 352444_2021.xml | F02 | CN | | | | 352458_2021.xml | F02 | CN | | | | 352425_2021.xml | F03 | CAN | Contract award | PT_AWARD_CONTRACT_WITHOUT_CALL | +| 353237_2021.xml | F03 | CAN | Contract award | TERMINATION_PIN | diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index bdd9cf9..1078152 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -12,8 +12,12 @@ - + 1220020 + + selec-w + + TEN-0001 @@ -22,6 +26,17 @@ 1220020 + + CON-0001 + + + 2021-06-15+01:00 + + Beschaffung eines GPS-Systems für Kraftfahrzeuge + + + + TPA-0001 @@ -403,11 +418,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml new file mode 100644 index 0000000..938a699 --- /dev/null +++ b/development-notices/eforms-xml/354339_2021.xml @@ -0,0 +1,358 @@ + + + + + + + + + + clos-nw + + true + + + TEN-0001 + + + + + + + 29 + + + + + + http://www.uppsala.se/ + + + + ORG-0001 + + + + Uppsala kommun + + + Uppsala + + + SE121 + + + SWE + + + + + stefan.palm@uppsala.se + + + + + + + ORG-0002 + + + + Förvaltningsrätten i Uppsala + + + Uppsala + + + + + SWE + + + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-08+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + SWE + + + + ra + + + + + not-cont-ent + + + + + gen-pub + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + restricted + + + + + 2019/S 177-431038 + + + + + + + + + + AMN-2019-0277 + + Arbetsbefrämjande insatser + + Syftet med detta dynamiska inköpssystem är att kunna avropa kommunens olika behov av arbetsbefrämjande insatser av skiftande karaktär på ett enhetlig sätt. + + services + + Det dynamiska inköpssystemet nås nu på denna länk, https://ted.europa.eu/udl?uri=TED:NOTICE:225177-2021:TEXT:SV:HTML + + + + 85300000 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ORG-0002 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + dps-list + + + + + + + Arbetsbefrämjande insatser + + Syftet med detta dynamiska inköpssystem är att kunna avropa kommunens olika behov av arbetsbefrämjande insatser av skiftande karaktär på ett enhetlig sätt. + + services + + + + + + + + + + + + + + + + 85300000 + + + + 98000000 + + + 85310000 + + + + + + + + + + + + SE121 + + + + + + + + + + + + + 2000-01-01Z + + diff --git a/development-notices/ted-xml/354339_2021.xml b/development-notices/ted-xml/354339_2021.xml new file mode 100644 index 0000000..18e5d3c --- /dev/null +++ b/development-notices/ted-xml/354339_2021.xml @@ -0,0 +1 @@ +21-364240-00120211016SV From ConvertorS133202107132021/S 133-354339https://ted.europa.eu/udl?uri=TED:NOTICE:354339-2021:TEXT:SV:HTMLSVhttp://www.uppsala.se/Social work and related servicesOther community, social and personal servicesSocial work servicesUppsala länUppsala län2019/S 177-43103820210708Regional or local authorityContract award noticeServicesRestricted procedureEuropean Union, with participation by GPA countriesNot applicableLowest priceGeneral public services01C0301ШвeцияУпсала

Социални и свързаните с тях услуги

ŠvédskoUppsala

Sociální péče a související služby

SverigeUppsala

Sociale foranstaltninger og hermed beslægtet virksomhed

SchwedenUppsala

Dienstleistungen des Sozialwesens und zugehörige Dienstleistungen

ΣουηδίαΟυψάλα

Υπηρεσίες κοινωνικής μέριμνας και συναφείς υπηρεσίες

SwedenUppsala

Social work and related services

SueciaUppsala

Servicios de asistencia social y servicios conexos

RootsiUppsala

Sotsiaaltöö ja vastavad teenused

RuotsiUpsala

Sosiaalityö ja siihen liittyvät palvelut

SuèdeUppsala

Services d'action sociale et services connexes

Sualainn, an tUppsala

Social work and related services

ŠvedskaUppsala

Usluge socijalne skrbi i srodne usluge

SvédországUppsala

Szociális gondozás és kapcsolódó szolgáltatások

SveziaUppsala

Servizi di assistenza sociale e servizi affini

ŠvedijaUpsala

Socialinio darbo ir kitos susijusios paslaugos

ZviedrijaUpsala

Sociālie pakalpojumi un saistītie pakalpojumi

l-IsvezjaUppsala

Servizzi ta' xogħol soċjali u dawk relatati

ZwedenUppsala

Maatschappelijke en aanverwante diensten

SzwecjaUppsala

Usługi pracy społecznej i podobnej

SuéciaUpsália

Serviços de acção social e serviços conexos

SuediaUppsala

Servicii de asistenţă socială şi servicii conexe

ŠvédskoUppsala

Služby sociálnej pomoci a súvisiace služby

ŠvedskaUppsala

Storitve socialnega varstva in z njimi povezane storitve

SverigeUppsala

Socialvård och tillhörande tjänster

Uppsala kommunUppsala kommunUppsalastefan.palm@uppsala.sehttp://www.uppsala.se/<P>Arbetsbefrämjande insatser</P>AMN-2019-0277

Syftet med detta dynamiska inköpssystem är att kunna avropa kommunens olika behov av arbetsbefrämjande insatser av skiftande karaktär på ett enhetlig sätt.

Syftet med detta dynamiska inköpssystem är att kunna avropa kommunens olika behov av arbetsbefrämjande insatser av skiftande karaktär på ett enhetlig sätt.

2019/S 177-431038<P>Arbetsbefrämjande insatser</P>

Det dynamiska inköpssystemet nås nu på denna länk, https://ted.europa.eu/udl?uri=TED:NOTICE:225177-2021:TEXT:SV:HTML

Förvaltningsrätten i UppsalaUppsala2021-07-08
\ No newline at end of file diff --git a/xslt/common.xslt b/xslt/common.xslt index 550436c..4e8c3c8 100644 --- a/xslt/common.xslt +++ b/xslt/common.xslt @@ -10,7 +10,7 @@ xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:gc="http://docs.oasis-o exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin cn can ccts ext" > - + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index f20310f..2124c73 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -158,9 +158,9 @@ These instructions can be un-commented to show the variables +--> ---> @@ -229,8 +229,10 @@ These instructions can be un-commented to show the variables - + Dynamic Purchasing System Termination (BT-119) + + @@ -302,6 +304,8 @@ These instructions can be un-commented to show the variables + Contract Title (BT-721) + @@ -359,6 +363,19 @@ These instructions can be un-commented to show the variables + + + + + + + + + + + + true + From d076f0fd58af05e9975c5e684e6c21cbd316415b Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Mon, 4 Jul 2022 13:25:30 +0200 Subject: [PATCH 18/38] TEDXDC-190 - Added code for Contract Framework Agreement (BT-768) Fixed bug with Winner Chosen (BT-142) --- xslt/notice-result.xslt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 2124c73..46aa6e6 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -209,7 +209,7 @@ These instructions can be un-commented to show the variables Winner Chosen (BT-142) - + WARNING: Both AWARDED_CONTRACT and NO_AWARDED_CONTRACT elements were found in AWARD_CONTRACT elements used for LotResult @@ -229,7 +229,7 @@ These instructions can be un-commented to show the variables - + Dynamic Purchasing System Termination (BT-119) @@ -310,6 +310,17 @@ These instructions can be un-commented to show the variables + + + + WARNING: source TED XML notice does not contain information for Contract Framework Agreement (BT-768). The value "true" has been used as a default. + + + + true + + + From a3dead222f2ad9b79ee13f9cffe49203f8c0754d Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 5 Jul 2022 16:46:01 +0200 Subject: [PATCH 19/38] TEDXDC-156 - Added code for AWARD_CONTRACT/VAL_RANGE_TOTAL. Added test notices. Noted OBJECT_CONTRACT/VAL_RANGE_TOTAL has no equivalent in eForms --- development-notices/README.md | 6 + .../eforms-xml/20-157399-001-EXP.xml | 647 +++++ .../eforms-xml/20-157543-001-EXP.xml | 823 +++++++ .../eforms-xml/22-086633-001-EXP.xml | 2106 +++++++++++++++++ .../eforms-xml/22-091559-001-EXP.xml | 1981 ++++++++++++++++ .../ted-xml/20-157399-001-EXP.xml | 486 ++++ .../ted-xml/20-157543-001-EXP.xml | 459 ++++ .../ted-xml/22-086633-001-EXP.xml | 843 +++++++ .../ted-xml/22-091559-001-EXP.xml | 760 ++++++ ted-elements-not-convertible.md | 2 + xslt/notice-result.xslt | 81 +- 11 files changed, 8149 insertions(+), 45 deletions(-) create mode 100644 development-notices/eforms-xml/20-157399-001-EXP.xml create mode 100644 development-notices/eforms-xml/20-157543-001-EXP.xml create mode 100644 development-notices/eforms-xml/22-086633-001-EXP.xml create mode 100644 development-notices/eforms-xml/22-091559-001-EXP.xml create mode 100644 development-notices/ted-xml/20-157399-001-EXP.xml create mode 100644 development-notices/ted-xml/20-157543-001-EXP.xml create mode 100644 development-notices/ted-xml/22-086633-001-EXP.xml create mode 100644 development-notices/ted-xml/22-091559-001-EXP.xml diff --git a/development-notices/README.md b/development-notices/README.md index 85b72a8..2f60770 100644 --- a/development-notices/README.md +++ b/development-notices/README.md @@ -39,6 +39,12 @@ This table lists the TED XML files selected to test development of the Converter | 352458_2021.xml | F02 | CN | | | | 352425_2021.xml | F03 | CAN | Contract award | PT_AWARD_CONTRACT_WITHOUT_CALL | | 353237_2021.xml | F03 | CAN | Contract award | TERMINATION_PIN | +| 20-157399-001-EXP.xml | CAN | SettledContract | No DPS, no FRAMEWORK | +| 20-157543-001-EXP.xml | CAN | SettledContract | FRAMEWORK | +| 22-086633-001-EXP.xml | CAN | SettledContract | Multiple AWARD_CONTRACT collated into one SettledContract | +| 22-091559-001-EXP.xml | CAN | SettledContract | NO_AWARDED_CONTRACT | + + diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml new file mode 100644 index 0000000..cf15c84 --- /dev/null +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -0,0 +1,647 @@ + + + + + + + + + 4500000.00 + + + 1699000.00 + + 895000.00 + + selec-w + + + + 830000.00 + + 635000.00 + + selec-w + + + + 1699000.00 + + 1100000.00 + + selec-w + + + + 245000.00 + + 245000.00 + + selec-w + + + + TEN-0001 + + + + + TEN-0002 + + + + + TEN-0003 + + + + + TEN-0004 + + + + + CON-0001 + + + 2019-09-24+01:00 + + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 1 + + + + CON-0002 + + + 2019-09-24+01:00 + + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 2 + + + + CON-0003 + + + 2019-09-24+01:00 + + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 3 + + + + CON-0004 + + + 2019-09-24+01:00 + + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 4 + + + + TPA-0001 + + ORG-0002 + + + + TPA-0002 + + ORG-0003 + + + + TPA-0003 + + ORG-0004 + + + + TPA-0004 + + ORG-0005 + + + + + + 29 + + + + + true + + www.kafjord.kommune.no + + + + ORG-0001 + + + + Kåfjord Kommune + + + Postboks 74 + + Olderdalen + + 9148 + + NO072 + + + NOR + + + + + 940 363 586 + + + Stine Pedersen + + +47 77719268 + + + stine.pedersen@kafjord.kommune.no + + + + + + + ORG-0002 + + + + Kurt Steinar Wiik + + + Ravelseidet ytre 39 + + Rotsund + + 9153 + + NO072 + + + NOR + + + + + 976104390 + + + kurtbuss@online.no + + + + + + + ORG-0003 + + + + Manndalen Maskin AS + + + Grenevegen 12 + + Kåfjord + + Samuelsberg 9144 + + NO072 + + + NOR + + + + + 897935082 + + + +47 91329072 + + + post@manndalenmaskin.no + + + + + + + ORG-0004 + + + + Myrvoll Maskin AS + + + Melen + + Birtavarre + + 9147 + + NO072 + + + NOR + + + + + MYRVOLL MASKIN AS + + + +47 91636523 + + + mail@per-mm.no + + + + + + + ORG-0005 + + + + Traktor and Maskin + + + Olderdalsveien 471 + + Olderdalen + + 9146 + + NO072 + + + NOR + + + + + 989748297 + + + +47 41675659 + + + sigbjorn@nordtroms.net + + + + + + www.kafjord.kommune.no + + + + ORG-0006 + + + + Kåfjord Kommune + + + Boks 74 + + Olderdalen + + 9146 + + + + NOR + + + + + +47 77719200 + + + post@kafjord.kommune.no + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2020-03-28+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + ENG + + + https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/241441 + + + + ra + + + + + not-cont-ent + + + + + gen-pub + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + open + + + + + 2019/S 109-267097 + + + + + + + + + + 2019/24 + + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + Gàivuona suohkan Kåfjord kommune Kaivuonon komuuni invites service providers to submit tenders in an open tender competition without negotiations for the following services/project: Winter maintenance of municipal roads and spaces, distributed over 4 routes. + + services + + Refer to the tender documentation + + + + 90620000 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Refer to the tender documentation + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + Detailed description is in the tender documentation. + + services + + + + + + + + + + + + + Attached as a document. + + + + 90620000 + + + + 90620000 + + + + + + + + + + + + 9146 Olderdalen + NO072 + + + + + + + + + + + The contract can be extended for up to 2 years (1 year + 1 year). + + + + + 2000-01-01Z + + diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml new file mode 100644 index 0000000..f58bdeb --- /dev/null +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -0,0 +1,823 @@ + + + + + + + + + 9642953.44 + + selec-w + + + + selec-w + + + + selec-w + + + + TEN-0001 + + + + 7834899.64 + + + + TEN-0002 + + + + 1205369.20 + + + + TEN-0003 + + + + 602684.60 + + + + CON-0001 + + + 2020-03-18+01:00 + + Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE + Realización de controles financieros a efectuar a beneficiarios de subvenciones financiadas con cargo a los presupuestos de la Generalidad de Cataluña + Realización de controles financieros a efectuar a centros educativos públicos no universitarios de la Generalitatde Catalunya con régimen de autonomía económica + + true + + EC 2020 2 + + + + TPA-0001 + + ORG-0002 + + + + TPA-0002 + + ORG-0003 + + + + + + 29 + + + + + + http://contractaciopublica.gencat.cat/perfil/ECO + + + + ORG-0001 + + + + Secretario General del Departamento de la Vicepresidencia y de Economía y Hacienda de la Generalidad de Cataluña + + + Rambla de Cataluña, 19-21 + + Barcelona + + 08007 + + ES51 + + + ESP + + + + + Servicio de Contratación + + +34 933162000 + + +34 935672121 + + contractacio.eco@gencat.cat + + + + + + + ORG-0002 + + + + Ernst & Young, S. L., Faura-Casas Auditors Consultors, S. L., Gesem Auditores y Consultores, S. L. P., GNC Assurance & Advisory, S. L., Auren Auditores SP, S. L. P., KMPG Auditores, S. L. + + + Barcelona + + + ES51 + + + ESP + + + + + B78970506, B58671710, B97701312, B14701908, B87352357, B78510153 + + + + + + + ORG-0003 + + + + Ernst & Young, S. L., Faura-Casas Auditors Consultors, S. L., Auren Auditores SP, S. L. P., KPMG Auditores, S. L. + + + Barcelona + + + ES51 + + + ESP + + + + + B78970506, B58671710, B87352357, B78510153 + + + + + + + ORG-0004 + + + + Tribunal Catalán de Contratos del Sector Público + + + Vía Laietana, 14, edificio Princesa + + Barcelona + + 08003 + + + + ESP + + + + + +34 935676300 + + + + + + + + + ORG-0005 + + + + Asesoría Jurídica del Departamento de la Vicepresidencia y de Economía y Hacienda + + + Rambla de Cataluña, 19-21 + + Barcelona + + 08007 + + + + ESP + + + + + +34 933162000 + + + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2020-03-30+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + SPA + + + + gen-pub + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + open + + + + + 2019/S 237-581525 + + + + + + + + + + EC 2020 2 + + Acuerdo Marco realización controles regularidad de operaciones financiadas total o parcialmente con fondos comunitarios y/o fondos propios, así como realización controles centros educativos + + Acuerdo Marco para la realización de controles de regularidad de operaciones financiadas total o parcialmente con fondos comunitarios y/o fondos propios, así como para la realización de los controles sobre las justificaciones económicas presentadas por los centros educativos públicos de la Generalidad de Cataluña en régimen de autonomía económica. + + services + + + + + 79212000 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ORG-0005 + + + + + ORG-0004 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + fa-wo-rc + + + + + none + + + + + + + Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE + + Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco Comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE. + + services + + + + + + + + + + + + + + + + 79212000 + + + + 79212000 + + + + + + + + + + + + Cataluña + + + + + + + + + + + + + LOT-0002 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ORG-0005 + + + + + ORG-0004 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + fa-wo-rc + + + + + none + + + + + + + Realización de controles financieros a efectuar a beneficiarios de subvenciones financiadas con cargo a los presupuestos de la Generalidad de Cataluña + + Realización de controles financieros a efectuar a beneficiarios de subvenciones financiadas con cargo a los presupuestos de la Generalidad de Cataluña. + + services + + + + + + + + + + + + + + + + 79212000 + + + + 79212000 + + + + + + + + + + + + Cataluña. + + + + + + + + + + + + + LOT-0003 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ORG-0005 + + + + + ORG-0004 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + fa-wo-rc + + + + + none + + + + + + + Realización de controles financieros a efectuar a centros educativos públicos no universitarios de la Generalidad de Cataluña con régimen de autonomía económica + + Realización de controles financieros a efectuar a centros educativos públicos no universitarios de la Generalidad de Cataluña con régimen de autonomía económica. + + services + + + + + + + + + + + + + + + + 79212000 + + + + 79212000 + + + + + + + + + + + + Cataluña. + + + + + + + + + + + + + 2000-01-01Z + + diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml new file mode 100644 index 0000000..97eef15 --- /dev/null +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -0,0 +1,2106 @@ + + + + + + + + + 231126.50 + + + selec-w + + + + selec-w + + + + selec-w + + + + selec-w + + + + selec-w + + + + selec-w + + + + selec-w + + + + clos-nw + + + + TEN-0001 + + + + 47620.00 + + + + TEN-0002 + + + + 57231.00 + + + + TEN-0003 + + + + 36436.50 + + + + TEN-0004 + + + + 7950.00 + + + + TEN-0005 + + + + 68950.00 + + + + TEN-0006 + + + + 1139.00 + + + + TEN-0007 + + + + 11800.00 + + + + TEN-0008 + + + + + CON-0001 + + + + 2021-04-20+01:00 + 2021-04-13+01:00 + + Pakiet nr 1 + Pakiet nr 2 + Pakiet nr 3 + Pakiet nr 4 + Pakiet nr 5 + Pakiet nr 6 + Pakiet nr 7 + Pakiet nr 8 + + 1 + + + + CON-0002 + + + 2021-04-20+01:00 + + Pakiet nr 1 + Pakiet nr 2 + Pakiet nr 3 + Pakiet nr 4 + Pakiet nr 5 + Pakiet nr 6 + Pakiet nr 7 + Pakiet nr 8 + + 4 + + + + TPA-0001 + + ORG-0002 + + + + TPA-0002 + + ORG-0003 + + + + TPA-0003 + + ORG-0004 + + + + TPA-0004 + + ORG-0005 + + + + + + 29 + + + + + + http://www.kopernik.lodz.pl + + + + ORG-0001 + + + + WWCOiT im. M. Kopernika w Łodzi + + + ul. Pabianicka 62 + + Łódź + + 93-513 + + PL711 + + + POL + + + + + 7292345599 + + + +48 426895819 + + +48 426895409 + + przetargi@kopernik.lodz.pl + + + + + + sme + + + ORG-0002 + + + + Zarys International Group Sp. z ograniczoną odpowiedzialnością Spółka Komandytowa + + + Zabrze + + + PL22 + + + POL + + + + + : 648-19-97-718 + + + + + + sme + + + ORG-0003 + + + + Zarys International Group Sp. z ograniczoną odpowiedzialnością Spółka Komandytowa + + + Zabrze + + + PL22 + + + POL + + + + + 648-19-97-718 + + + + + + sme + + + ORG-0004 + + + + Przedsiębiorstwo Produkcyjno-Handlowe Import-Export STANLEY sp. z o.o. + + + Poznań + + + PL415 + + + POL + + + + + 7820006755 + + + + + + sme + + + ORG-0005 + + + + Radiotherapy Accessories sp. z o.o. + + + Września + + + PL41 + + + POL + + + + + 5213468296 + + + + + + + ORG-0006 + + + + Krajowa Izba Odwoławcza + + + ul. Postępu17a + + Warszawa + + 02-676 + + + + POL + + + + + + + + + ORG-0007 + + + + Krajowa Izba Odwoławcza + + + ul. Postępu 17a + + Warszawa + + 02-676 + + + + POL + + + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2022-02-14+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + POL + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + open + + + + + 2020/S 251-628645 + + + + + + + + + + EZ.28.118.2020 + + EZ.28.118.2020 Dostawa materiałów do naświetleń dla pacjentów Wojewódzkiego Wielospecjalistycznego CentrumOnkologii i Traumatologii im. M. Kopernika w Łodzi. + + 1. Przedmiotem zamówienia jest dostawa materiałów do naświetleń dla pacjentów Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi. Zakres przedmiotowy wyszczególniono ilościowo i asortymentowo oraz opisano w Załączniku nr 2 do SIWZ. + + supplies + + 1) WYKAZ OŚWIADCZEŃ I DOKUMENTÓW – SKŁADANYCH WRAZ Z OFERTĄ W FORMIE ELEKTRONICZNEJ:a) FORMULARZ OFERTOWY – załącznik nr 1 do SIWZ.b) FORMULARZ Cenowy– załącznik nr 2 do SIWZ c) Dokument potwierdzający zabezpieczenie oferty wadium (forma dokumentu zgodna z zapisami Rozdziału XV SIWZ).d) Pełnomocnictwo – jeśli dotyczy.e) Oryginał zobowiązania podmiotu udostępniającego swoje zasoby na potrzeby Wykonawcy składającego ofertę – jeśli dotyczy.f)Oświadczenie w formie Jednolitego Europejskiego Dokumentu Zamówienia – aktualne na dzień składania ofert.Elektroniczny wzór dokumentu JEDZ , sporządzony zgodnie ze wzorem standardowego formularza określonego w Rozporządzeniu Wykonawczym Komisji Europejskiej wydanym na podstawie art. 59 ust. 2 dyrektywy2014/24/UE oraz art. 80 ust. 3 dyrektywy 2014/25/UE – stanowi załącznik nr 3 do przedmiotowej procedury przetargowej- znajduje się na stronie internetowej Zamawiającego. Informacje zawarte ww. oświadczeniu będą stanowić wstępne potwierdzenie, że Wykonawca nie podlega wykluczeniu oraz spełnia warunki udziału w postępowaniu.f.1) W przypadku wspólnego ubiegania się o zamówienie przez wykonawców, oświadczenie składa każdy z wykonawców wspólnie ubiegających się o zamówienie. Oświadczenie to ma potwierdzać spełnianie warunków udziału w postępowaniu, brak podstaw wykluczenia w zakresie, w którym każdy z wykonawców wykazuje spełnianie warunków udziału w postępowaniu.f.2) Wykonawca, który powołuje się na zasoby innych podmiotów,w celu wykazania braku istnienia wobec nich podstaw wykluczenia oraz spełnienia – w zakresie, w jakim powołuje się na ich zasoby - warunków udziału w postępowaniu składa także oświadczenie o którym mowa w rozdz. XIII. 1.f). niniejszej SIWZ dotyczące tych podmiotów. Zamawiający żąda od wykonawcy, który polega na zdolnościach lub sytuacji innych podmiotów na zasadach określonych w art. 22a ustawy, przedstawienia w odniesieniu do tych podmiotów dokumentów wymienionych w § 5 pkt 1,5,6 Rozporządzenia Ministra Rozwoju z 26.07.2016r. f.3) Zamawiający nie żąda aby wykonawca, który zamierza powierzyć wykonanie części zamówienia podwykonawcom, w celu wykazania braku istnienia wobec nich podstaw wykluczenia z udziału w postępowaniu złożył oświadczenie o którym mowa w rozdz. XIII. 1.f). niniejszej SIWZ.W zakresie kryterium kwalifikacji określonych w niniejszym rozdziale Wykonawca może ograniczyć się do wypełniania sekcji α części IV formularza jednolitego dokumentu. Wykonawca nie musi wypełniać żadnej z pozostałych sekcji części IV formularza dotyczącej kryteriów kwalifikacji, zaś właściwej (dowodowej) weryfikacji spełniania konkretnych,określonych przez zamawiającego, warunków udziału w postępowaniu (kryteriów selekcji) Zamawiający dokona co do zasady na zakończenie postępowania w oparciu o stosowne dokumenty składane przez wykonawcę,którego oferta została oceniona najwyżej, na wezwanie Zamawiającego (art. 26ust. 1 ustawy Pzp).2) O udzielenie zamówienia mogą ubiegać się wykonawcy, którzy:Nie podlegają wykluczeniu art. 24 ust. 1 pkt12)-23) uPzp oraz spełniają warunki udziału w postępowaniu.3) Zamawiający nie będzie wykluczał Wykonawców z postępowania o udzielnie zam. publ. w oparciu o art. 24ust. 5 ustawy Pzp.4) Wykaz oświadczeń i dokumentów składanych samodzielnie przez Wykonawcę oraz na wezwanie Zamawiającego określa Rozdział XIII pkt. 2-4 SIWZ. 5)W postępowaniu o udzielenie zamówienia komunikacja między Zamawiającym, a Wykonawcami odbywa się elektronicznie za pośrednictwem: miniPortalu https://miniportal.uzp.gov.pl/ oraz ePUAPu https://epuap.gov.pl/wps/portal na adres Elektronicznej Skrzynki Podawczej ePUAP /WWCOiT/Skrytka ESP lub poczty elektronicznej na adres: przetargi@kopernik.lodz.pl Szczegółowe zasady komunikacji zostały opisane w Rozdz. XIV SIWZ. + + + + 33151400 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 1 + + 1 Płyta do unieruchomienia w obszarze głowy i szyi szt. 2 2 Zestaw podgłówków z impregnowanej pianki PU, klinów z włókna węglowego i bloczków elewacyjnych z włókna węglowego zest. 2 3 Listwa mocująca z włókna kompatybilna z Varian Exact Couch szt. 6 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 1 to: 950,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + LOT-0002 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 2 + + Unieruchomenie do napromieniowania piersi i płuc w pozycji na plecach szt. 3 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 2 to: 2 000,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + LOT-0003 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 3 + + 1 Maska termoplastyczna kompatybilna z płytą bazową ExaFix - 5 3 punktowa szt. 50 2 Maska termoplastyczna kompatybilna z płytą bazową ExaFix - 5 5 punktowa szt. 150 3 Maska termoplastyczna kompatybilna z płytą bazową ExaFix - 5 pediatryczna szt. 20 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 3 to: 900,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + LOT-0004 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 4 + + 1 Maska termoplastyczna z zapięciami L 3 punktowa szt. 30 2 Maska termoplastyczna z zapięciami L 5 punktowa szt. 30 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 4 to: 170,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + LOT-0005 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 5 + + 1 Maska termoplastyczna do stereotaksji kompatybilne z posiadanym unieruchomieniem firmy QFIX szt. 50 2 Maska termoplastyczna do stereotaksji kompatybilne z posiadanym unieruchomieniem firmy QFIX z poduszkami higroskopijnymi szt. 50 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 5 to: 3 100,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + LOT-0006 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 6 + + 1 Markery do CT 2,3 mm op. 2 2 Markery do CT 4mm op. 1 3 Krzyżyki do CT op. 1 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 6 to: 36,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + LOT-0007 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 7 + + Materac próżniowy w granicach 400 x 900 mm szt. 20 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 7 to: 290,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + LOT-0008 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dec-exa + 40 + + + + + + + WARUNKI DOSTAWY + + + + + + + + dec-exa + 60 + + + + + + + + + + + + + + + + + + + + + + Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ. + + + + ORG-0007 + + + + + ORG-0006 + + + + + + + + + + + + + + + + + + + + not-allowed + + true + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Pakiet nr 8 + + Pas podtrzymujący piersi rozmiar: B,C,D szt. 15 + + supplies + + + + + + + + + + + + + Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 8 to: 30,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ. + + + + 33151400 + + + + 33151400 + + + + + + + + + + + + Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi + + + + + + + + + + + + + 2000-01-01Z + + diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml new file mode 100644 index 0000000..384fe39 --- /dev/null +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -0,0 +1,1981 @@ + + + + + + + + + 214000.00 + + + clos-nw + + + + selec-w + + + + selec-w + + + + selec-w + + + + clos-nw + + + + selec-w + + + + selec-w + + + + selec-w + + + + TEN-0001 + + + + + TEN-0002 + + + + 214000.00 + + + + TEN-0003 + + + + 214000.00 + + + + TEN-0004 + + + + 214000.00 + + + + TEN-0005 + + + + + TEN-0006 + + + + 214000.00 + + + + TEN-0007 + + + + 214000.00 + + + + TEN-0008 + + + + 214000.00 + + + + CON-0001 + + + 2021-12-29+01:00 + + Cefuroxim – Gebietslose 1, 2, 4-6 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Clarithromycin - Gebietslose 1-8 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + + 11 + + + + CON-0002 + + + 2021-12-29+01:00 + + Cefuroxim – Gebietslose 1, 2, 4-6 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Clarithromycin - Gebietslose 1-8 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + + 12 + + + + CON-0003 + + + 2021-12-29+01:00 + + Cefuroxim – Gebietslose 1, 2, 4-6 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Clarithromycin - Gebietslose 1-8 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + + 13 + + + + CON-0004 + + + 2021-12-29+01:00 + + Cefuroxim – Gebietslose 1, 2, 4-6 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Clarithromycin - Gebietslose 1-8 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + + 15 + + + + CON-0005 + + + 2021-12-29+01:00 + + Cefuroxim – Gebietslose 1, 2, 4-6 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Clarithromycin - Gebietslose 1-8 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + + 16 + + + + CON-0006 + + + 2021-12-29+01:00 + + Cefuroxim – Gebietslose 1, 2, 4-6 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Cefuroxim – Gebietslose 3, 7, 8 + Clarithromycin - Gebietslose 1-8 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + Roxithromycin - Gebietslos 7 + + 17 + + + + TPA-0001 + + ORG-0012 + + + + TPA-0002 + + ORG-0013 + + + + TPA-0003 + + ORG-0014 + + + + TPA-0004 + + ORG-0015 + true + + + ORG-0016 + false + + + + TPA-0005 + + ORG-0017 + + + + + + 29 + + + + + true + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0001 + + + + AOK Baden-Württemberg + + + Presselstr. 19 + + Stuttgart + + 70191 + + DE + + + DEU + + + + + Frank Wienands + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0002 + + + + AOK Bayern - Die Gesundheitskasse + + + Carl-Wery-Str. 28 + + München + + 81739 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0003 + + + + AOK - Die Gesundheitskasse in Hessen + + + Basler Straße 2 + + Bad Homburg + + 61352 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0004 + + + + AOK PLUS - Die Gesundheitskasse für Sachsen und Thüringen + + + Sternplatz 7 + + Dresden + + 01067 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0005 + + + + AOK NordWest - Die Gesundheitskasse + + + Kopenhagener Straße 1 + + Dortmund + + 44269 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0006 + + + + AOK Rheinland/Hamburg - Die Gesundheitskasse + + + Kasernenstraße 61 + + Düsseldorf + + 40213 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0007 + + + + AOK Bremen/Bremerhaven + + + Bürgermeister-Smidt-Straße 95 + + Bremen + + 28195 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0008 + + + + AOK - Die Gesundheitskasse für Niedersachsen + + + Hildesheimer Straße 273 + + Hannover + + 30519 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0009 + + + + AOK Sachsen-Anhalt - Die Gesundheitskasse + + + Lüneburger Straße 4 + + Magdeburg + + 39106 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0010 + + + + AOK Nordost - Die Gesundheitskasse + + + Brandenburger Straße 72 + + Potsdam + + 14467 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + false + + + http://www.aok.de/baden-wuerttemberg + + + + ORG-0011 + + + + AOK Rheinland-Pfalz/Saarland - Die Gesundheitskasse + + + Virchowstr. 30 + + Eisenberg + + 67304 + + DE + + + DEU + + + + + arzneimittel@bw.aok.de + + + + + + sme + + + ORG-0012 + + + + Ascend GmbH + + + Frankfurt am Main + + + DE + + + DEU + + + + + + + + + ORG-0013 + + + + Aristo Pharma GmbH + + + Berlin + + + DE + + + DEU + + + + + + + + + ORG-0014 + + + + PUREN Pharma GmbH & Co. KG + + + München + + + DE + + + DEU + + + + + + + + + ORG-0015 + + + + Heumann Pharma GmbH & Co. Generica KG (BG Heumann / Heunet GbR) + + + Nürnberg + + + DE + + + DEU + + + + + + + + + ORG-0016 + + + + Heunet Pharma GmbH (BG Heumann / Heunet GbR) + + + Nürnberg + + + DE + + + DEU + + + + + + + + + ORG-0017 + + + + ALIUD PHARMA GmbH + + + Laichingen + + + DE + + + DEU + + + + + + + + + ORG-0018 + + + + Vergabekammer des Bundes beim Bundeskartellamt + + + Bonn + + 53123 + + + + DEU + + + + + +49 2289499163 + + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2022-02-16+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + DEU + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0001 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0002 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0003 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0004 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0005 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0006 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0007 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0008 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0009 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0010 + + + + + + + + + + + + + body-pl + + + + + not-cont-ent + + + + + health + + + + ORG-0011 + + + + + + + + + + + + + + LocalLegalBasis + Abschluss von Rabattvereinbarungen gem. § 130a Abs. 8 SGB V für den Zeitraum vom 1. Juni 2021 bis zum 31. Mai 2023 + + + + + + + + + + + + + + + + + + + open + + + + + 2020/S 182-436882 + + + + + + + + + + AOK 1 - Zukunft Standort / Umwelt + + Abschluss von Rabattverträgen gemäß § 130a Abs. 8 SGB V für Arzneimittel im generischen Markt + + Gegenstand der Ausschreibung ist der Abschluss von Rabattvereinbarungen gem. § 130 a Abs. 8 SGB V für den Zeitraum 1.6.2021 bis 31.5.2023 (AOK 1 — Zukunft Standort / Umwelt). Die Ausschreibung erfolgt wirkstoffbezogen für u. g. 5 Fachlose. Jeder Wirkstoff stellt ein eigenes Fachlos dar. Für jedes Fachlos werden 8 Teillose (Gebietslose) gemäß näherer Bestimmung in den Vergabeunterlagen gebildet. Die Bieter entscheiden selbst, für welche/s Fachlos/e und welche/s Gebietslos/e sie Rabattangebote abgeben wollen. Angebote können nur für eines, für mehrere oder alle Fach- und Gebietslose abgegeben werden. Die Zuschlagserteilung erfolgt pro Fach- und Gebietslos. Pro Fachlos-und Gebietslos-Kombination werden je nach Fachlos gemäß näherer Bestimmung in den Vergabeunterlagen Rabattverträge mit - das Vorliegen zuschlagsfähiger Angebote in ausreichender Zahl vorausgesetzt - bis zu 3 pharmazeutischen Unternehmern geschlossen. + + supplies + + In der Bekanntmachung vergebener Aufträge ABl./EU 2021/S 057-143784 zu dieser Ausschreibung wurde unter Ziff. VI.3) darauf hingewiesen, dass in den Fachlosen Nr. 2 (Cefuroxim [alle Gebietslose]), Nr. 4 (Clarithromycin [alle Gebietslose]) und Nr. 5 (Roxithromycin [Gebietslos 7]) bislang keine Zuschläge erteilt wurden, da diese Gegenstand anhängiger Vergabenachprüfungsverfahren waren. Die Vergabenachprüfungsverfahren sind zum Zeitpunkt der Absendung dieser Bekanntmachung rechtskräftig abgeschlossen und die Auftraggeberinnen haben - im Rahmen des rechtlich Zulässigen - die aus Abschnitt V. ersichtlichen Zuschläge erteilt. Im Übrigen war das Vergabeverfahren gemäß § 63 VgV aufzuheben. + + + + 33600000 + + + + + + + + + + + + + LOT-0001 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Für die Einlegung von Rechtsbehelfen gelten u. a. die folgenden Bestimmungen des Gesetzes gegen Wettbewerbsbeschränkungen (GWB) in der aktuell geltenden Fassung: § 134 Informations- und Wartepflicht. (1) Öffentliche Auftraggeber haben die Bieter, deren Angebote nicht berücksichtigt werden sollen, über den Namen des Unternehmens, dessen Angebot angenommen werden soll, über die Gründe der vorgesehenen Nichtberücksichtigung ihres Angebots und über den frühesten Zeitpunkt des Vertragsschlusses unverzüglich in Textform zu informieren. Dies gilt auch für Bewerber, denen keine Information über die Ablehnung ihrer Bewerbung zur Verfügung gestellt wurde, bevor die Mitteilung über die Zuschlagsentscheidung an die betroffenen Bieter ergangen ist. (2) Ein Vertrag darf erst 15 Kalendertage nach Absendung der Information nach Absatz 1 geschlossen werden. Wird die Information auf elektronischem Weg oder per Fax versendet, verkürzt sich die Frist auf 10 Kalendertage. Die Frist beginnt am Tag nach der Absendung der Information durch den Auftraggeber; auf den Tag des Zugangs beim betroffenen Bieter und Bewerber kommt es nicht an. (3) [...] § 135 Unwirksamkeit. (1) Ein öffentlicher Auftrag ist von Anfang an unwirksam, wenn der öffentliche Auftraggeber 1. gegen § 134 verstoßen hat oder 2. den Auftrag ohne vorherige Veröffentlichung einer Bekanntmachung im Amtsblatt der Europäischen Union vergeben hat, ohne dass dies aufgrund Gesetzes gestattet ist, und dieser Verstoß in einem Nachprüfungsverfahren festgestellt worden ist. (2) Die Unwirksamkeit nach Absatz 1 kann nur festgestellt werden, wenn sie im Nachprüfungsverfahren innerhalb von 30 Kalendertagen nach der Information der betroffenen Bieter und Bewerber durch den öffentlichen Auftraggeber über den Abschluss des Vertrags, jedoch nicht später als 6 Monate nach Vertragsschluss geltend gemacht worden ist. Hat der Auftraggeber die Auftragsvergabe im Amtsblatt der Europäischen Union bekannt gemacht, endet die Frist zur Geltendmachung der Unwirksamkeit 30 Kalendertage nach Veröffentlichung der Bekanntmachung der Auftragsvergabe im Amtsblatt der Europäischen Union. § 160 Einleitung, Antrag. (1) Die Vergabekammer leitet ein Nachprüfungsverfahren nur auf Antrag ein. (2) Antragsbefugt ist jedes Unternehmen, das ein Interesse an dem öffentlichen Auftrag oder der Konzession hat und eine Verletzung in seinen Rechten nach § 97 Absatz 6 durch Nichtbeachtung von Vergabevorschriften geltend macht. Dabei ist darzulegen, dass dem Unternehmen durch die behauptete Verletzung der Vergabevorschriften ein Schaden entstanden ist oder zu entstehen droht. (3) Der Antrag ist unzulässig, soweit 1. der Antragsteller den geltend gemachten Verstoß gegen Vergabevorschriften vor Einreichen des Nachprüfungsantrags erkannt und gegenüber dem Auftraggeber nicht innerhalb einer Frist von 10 Kalendertagen gerügt hat; der Ablauf der Frist nach § 134 Absatz 2 bleibt unberührt, 2. Verstöße gegen Vergabevorschriften, die aufgrund der Bekanntmachung erkennbar sind, nicht spätestens bis zum Ablauf der in der Bekanntmachung benannten Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 3. Verstöße gegen Vergabevorschriften, die erst in den Vergabeunterlagen erkennbar sind, nicht spätestens bis zum Ablauf der Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 4. mehr als 15 Kalendertage nach Eingang der Mitteilung des Auftraggebers, einer Rüge nicht abhelfen zu wollen, vergangen sind. [...] § 168 Entscheidung der Vergabekammer. (1) Die Vergabekammer entscheidet, ob der Antragsteller in seinen Rechten verletzt ist und trifft die geeigneten Maßnahmen, um eine Rechtsverletzung zu beseitigen und eine Schädigung der betroffenen Interessen zu verhindern. Sie ist an die Anträge nicht gebunden und kann auch unabhängig davon auf die Rechtmäßigkeit des Vergabeverfahrens einwirken. (2) Ein wirksam erteilter Zuschlag kann nicht aufgehoben werden. + + + + ORG-0018 + + + + + + + + + + + + + + + + + + + + not-allowed + + false + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Cefaclor + + Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen: Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt: — Gebietslos 1: AOK Bayern — Die Gesundheitskasse, — Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen, — Gebietslos 3: AOK Baden-Württemberg, — Gebietslos 4: AOK NordWest — Die Gesundheitskasse, — Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse, — Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse, — Gebietslos 7: AOK Nordost — Die Gesundheitskasse, — Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse. Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen. + + supplies + + + + + + + + + + + + + + + + 33600000 + + + + 33600000 + + + + + + + + + + + + anyw + + + + + + + + + + + + + LOT-0002 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Für die Einlegung von Rechtsbehelfen gelten u. a. die folgenden Bestimmungen des Gesetzes gegen Wettbewerbsbeschränkungen (GWB) in der aktuell geltenden Fassung: § 134 Informations- und Wartepflicht. (1) Öffentliche Auftraggeber haben die Bieter, deren Angebote nicht berücksichtigt werden sollen, über den Namen des Unternehmens, dessen Angebot angenommen werden soll, über die Gründe der vorgesehenen Nichtberücksichtigung ihres Angebots und über den frühesten Zeitpunkt des Vertragsschlusses unverzüglich in Textform zu informieren. Dies gilt auch für Bewerber, denen keine Information über die Ablehnung ihrer Bewerbung zur Verfügung gestellt wurde, bevor die Mitteilung über die Zuschlagsentscheidung an die betroffenen Bieter ergangen ist. (2) Ein Vertrag darf erst 15 Kalendertage nach Absendung der Information nach Absatz 1 geschlossen werden. Wird die Information auf elektronischem Weg oder per Fax versendet, verkürzt sich die Frist auf 10 Kalendertage. Die Frist beginnt am Tag nach der Absendung der Information durch den Auftraggeber; auf den Tag des Zugangs beim betroffenen Bieter und Bewerber kommt es nicht an. (3) [...] § 135 Unwirksamkeit. (1) Ein öffentlicher Auftrag ist von Anfang an unwirksam, wenn der öffentliche Auftraggeber 1. gegen § 134 verstoßen hat oder 2. den Auftrag ohne vorherige Veröffentlichung einer Bekanntmachung im Amtsblatt der Europäischen Union vergeben hat, ohne dass dies aufgrund Gesetzes gestattet ist, und dieser Verstoß in einem Nachprüfungsverfahren festgestellt worden ist. (2) Die Unwirksamkeit nach Absatz 1 kann nur festgestellt werden, wenn sie im Nachprüfungsverfahren innerhalb von 30 Kalendertagen nach der Information der betroffenen Bieter und Bewerber durch den öffentlichen Auftraggeber über den Abschluss des Vertrags, jedoch nicht später als 6 Monate nach Vertragsschluss geltend gemacht worden ist. Hat der Auftraggeber die Auftragsvergabe im Amtsblatt der Europäischen Union bekannt gemacht, endet die Frist zur Geltendmachung der Unwirksamkeit 30 Kalendertage nach Veröffentlichung der Bekanntmachung der Auftragsvergabe im Amtsblatt der Europäischen Union. § 160 Einleitung, Antrag. (1) Die Vergabekammer leitet ein Nachprüfungsverfahren nur auf Antrag ein. (2) Antragsbefugt ist jedes Unternehmen, das ein Interesse an dem öffentlichen Auftrag oder der Konzession hat und eine Verletzung in seinen Rechten nach § 97 Absatz 6 durch Nichtbeachtung von Vergabevorschriften geltend macht. Dabei ist darzulegen, dass dem Unternehmen durch die behauptete Verletzung der Vergabevorschriften ein Schaden entstanden ist oder zu entstehen droht. (3) Der Antrag ist unzulässig, soweit 1. der Antragsteller den geltend gemachten Verstoß gegen Vergabevorschriften vor Einreichen des Nachprüfungsantrags erkannt und gegenüber dem Auftraggeber nicht innerhalb einer Frist von 10 Kalendertagen gerügt hat; der Ablauf der Frist nach § 134 Absatz 2 bleibt unberührt, 2. Verstöße gegen Vergabevorschriften, die aufgrund der Bekanntmachung erkennbar sind, nicht spätestens bis zum Ablauf der in der Bekanntmachung benannten Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 3. Verstöße gegen Vergabevorschriften, die erst in den Vergabeunterlagen erkennbar sind, nicht spätestens bis zum Ablauf der Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 4. mehr als 15 Kalendertage nach Eingang der Mitteilung des Auftraggebers, einer Rüge nicht abhelfen zu wollen, vergangen sind. [...] § 168 Entscheidung der Vergabekammer. (1) Die Vergabekammer entscheidet, ob der Antragsteller in seinen Rechten verletzt ist und trifft die geeigneten Maßnahmen, um eine Rechtsverletzung zu beseitigen und eine Schädigung der betroffenen Interessen zu verhindern. Sie ist an die Anträge nicht gebunden und kann auch unabhängig davon auf die Rechtmäßigkeit des Vergabeverfahrens einwirken. (2) Ein wirksam erteilter Zuschlag kann nicht aufgehoben werden. + + + + ORG-0018 + + + + + + + + + + + + + + + + + + + + not-allowed + + false + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Cefuroxim + + Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen: Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt: — Gebietslos 1: AOK Bayern — Die Gesundheitskasse, — Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen, — Gebietslos 3: AOK Baden-Württemberg, — Gebietslos 4: AOK NordWest — Die Gesundheitskasse, — Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse, — Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse, — Gebietslos 7: AOK Nordost — Die Gesundheitskasse, — Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse. Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen. + + supplies + + + + + + + + + + + + + + + + 33600000 + + + + 33600000 + + + + + + + + + + + + anyw + + + + + + + + + + + + + LOT-0003 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Für die Einlegung von Rechtsbehelfen gelten u. a. die folgenden Bestimmungen des Gesetzes gegen Wettbewerbsbeschränkungen (GWB) in der aktuell geltenden Fassung: § 134 Informations- und Wartepflicht. (1) Öffentliche Auftraggeber haben die Bieter, deren Angebote nicht berücksichtigt werden sollen, über den Namen des Unternehmens, dessen Angebot angenommen werden soll, über die Gründe der vorgesehenen Nichtberücksichtigung ihres Angebots und über den frühesten Zeitpunkt des Vertragsschlusses unverzüglich in Textform zu informieren. Dies gilt auch für Bewerber, denen keine Information über die Ablehnung ihrer Bewerbung zur Verfügung gestellt wurde, bevor die Mitteilung über die Zuschlagsentscheidung an die betroffenen Bieter ergangen ist. (2) Ein Vertrag darf erst 15 Kalendertage nach Absendung der Information nach Absatz 1 geschlossen werden. Wird die Information auf elektronischem Weg oder per Fax versendet, verkürzt sich die Frist auf 10 Kalendertage. Die Frist beginnt am Tag nach der Absendung der Information durch den Auftraggeber; auf den Tag des Zugangs beim betroffenen Bieter und Bewerber kommt es nicht an. (3) [...] § 135 Unwirksamkeit. (1) Ein öffentlicher Auftrag ist von Anfang an unwirksam, wenn der öffentliche Auftraggeber 1. gegen § 134 verstoßen hat oder 2. den Auftrag ohne vorherige Veröffentlichung einer Bekanntmachung im Amtsblatt der Europäischen Union vergeben hat, ohne dass dies aufgrund Gesetzes gestattet ist, und dieser Verstoß in einem Nachprüfungsverfahren festgestellt worden ist. (2) Die Unwirksamkeit nach Absatz 1 kann nur festgestellt werden, wenn sie im Nachprüfungsverfahren innerhalb von 30 Kalendertagen nach der Information der betroffenen Bieter und Bewerber durch den öffentlichen Auftraggeber über den Abschluss des Vertrags, jedoch nicht später als 6 Monate nach Vertragsschluss geltend gemacht worden ist. Hat der Auftraggeber die Auftragsvergabe im Amtsblatt der Europäischen Union bekannt gemacht, endet die Frist zur Geltendmachung der Unwirksamkeit 30 Kalendertage nach Veröffentlichung der Bekanntmachung der Auftragsvergabe im Amtsblatt der Europäischen Union. § 160 Einleitung, Antrag. (1) Die Vergabekammer leitet ein Nachprüfungsverfahren nur auf Antrag ein. (2) Antragsbefugt ist jedes Unternehmen, das ein Interesse an dem öffentlichen Auftrag oder der Konzession hat und eine Verletzung in seinen Rechten nach § 97 Absatz 6 durch Nichtbeachtung von Vergabevorschriften geltend macht. Dabei ist darzulegen, dass dem Unternehmen durch die behauptete Verletzung der Vergabevorschriften ein Schaden entstanden ist oder zu entstehen droht. (3) Der Antrag ist unzulässig, soweit 1. der Antragsteller den geltend gemachten Verstoß gegen Vergabevorschriften vor Einreichen des Nachprüfungsantrags erkannt und gegenüber dem Auftraggeber nicht innerhalb einer Frist von 10 Kalendertagen gerügt hat; der Ablauf der Frist nach § 134 Absatz 2 bleibt unberührt, 2. Verstöße gegen Vergabevorschriften, die aufgrund der Bekanntmachung erkennbar sind, nicht spätestens bis zum Ablauf der in der Bekanntmachung benannten Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 3. Verstöße gegen Vergabevorschriften, die erst in den Vergabeunterlagen erkennbar sind, nicht spätestens bis zum Ablauf der Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 4. mehr als 15 Kalendertage nach Eingang der Mitteilung des Auftraggebers, einer Rüge nicht abhelfen zu wollen, vergangen sind. [...] § 168 Entscheidung der Vergabekammer. (1) Die Vergabekammer entscheidet, ob der Antragsteller in seinen Rechten verletzt ist und trifft die geeigneten Maßnahmen, um eine Rechtsverletzung zu beseitigen und eine Schädigung der betroffenen Interessen zu verhindern. Sie ist an die Anträge nicht gebunden und kann auch unabhängig davon auf die Rechtmäßigkeit des Vergabeverfahrens einwirken. (2) Ein wirksam erteilter Zuschlag kann nicht aufgehoben werden. + + + + ORG-0018 + + + + + + + + + + + + + + + + + + + + not-allowed + + false + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Ciprofloxacin + + Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen: Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt: — Gebietslos 1: AOK Bayern — Die Gesundheitskasse, — Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen, — Gebietslos 3: AOK Baden-Württemberg, — Gebietslos 4: AOK NordWest — Die Gesundheitskasse, — Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse, — Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse, — Gebietslos 7: AOK Nordost — Die Gesundheitskasse, — Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse. Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen. + + supplies + + + + + + + + + + + + + + + + 33600000 + + + + 33600000 + + + + + + + + + + + + anyw + + + + + + + + + + + + + LOT-0004 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Für die Einlegung von Rechtsbehelfen gelten u. a. die folgenden Bestimmungen des Gesetzes gegen Wettbewerbsbeschränkungen (GWB) in der aktuell geltenden Fassung: § 134 Informations- und Wartepflicht. (1) Öffentliche Auftraggeber haben die Bieter, deren Angebote nicht berücksichtigt werden sollen, über den Namen des Unternehmens, dessen Angebot angenommen werden soll, über die Gründe der vorgesehenen Nichtberücksichtigung ihres Angebots und über den frühesten Zeitpunkt des Vertragsschlusses unverzüglich in Textform zu informieren. Dies gilt auch für Bewerber, denen keine Information über die Ablehnung ihrer Bewerbung zur Verfügung gestellt wurde, bevor die Mitteilung über die Zuschlagsentscheidung an die betroffenen Bieter ergangen ist. (2) Ein Vertrag darf erst 15 Kalendertage nach Absendung der Information nach Absatz 1 geschlossen werden. Wird die Information auf elektronischem Weg oder per Fax versendet, verkürzt sich die Frist auf 10 Kalendertage. Die Frist beginnt am Tag nach der Absendung der Information durch den Auftraggeber; auf den Tag des Zugangs beim betroffenen Bieter und Bewerber kommt es nicht an. (3) [...] § 135 Unwirksamkeit. (1) Ein öffentlicher Auftrag ist von Anfang an unwirksam, wenn der öffentliche Auftraggeber 1. gegen § 134 verstoßen hat oder 2. den Auftrag ohne vorherige Veröffentlichung einer Bekanntmachung im Amtsblatt der Europäischen Union vergeben hat, ohne dass dies aufgrund Gesetzes gestattet ist, und dieser Verstoß in einem Nachprüfungsverfahren festgestellt worden ist. (2) Die Unwirksamkeit nach Absatz 1 kann nur festgestellt werden, wenn sie im Nachprüfungsverfahren innerhalb von 30 Kalendertagen nach der Information der betroffenen Bieter und Bewerber durch den öffentlichen Auftraggeber über den Abschluss des Vertrags, jedoch nicht später als 6 Monate nach Vertragsschluss geltend gemacht worden ist. Hat der Auftraggeber die Auftragsvergabe im Amtsblatt der Europäischen Union bekannt gemacht, endet die Frist zur Geltendmachung der Unwirksamkeit 30 Kalendertage nach Veröffentlichung der Bekanntmachung der Auftragsvergabe im Amtsblatt der Europäischen Union. § 160 Einleitung, Antrag. (1) Die Vergabekammer leitet ein Nachprüfungsverfahren nur auf Antrag ein. (2) Antragsbefugt ist jedes Unternehmen, das ein Interesse an dem öffentlichen Auftrag oder der Konzession hat und eine Verletzung in seinen Rechten nach § 97 Absatz 6 durch Nichtbeachtung von Vergabevorschriften geltend macht. Dabei ist darzulegen, dass dem Unternehmen durch die behauptete Verletzung der Vergabevorschriften ein Schaden entstanden ist oder zu entstehen droht. (3) Der Antrag ist unzulässig, soweit 1. der Antragsteller den geltend gemachten Verstoß gegen Vergabevorschriften vor Einreichen des Nachprüfungsantrags erkannt und gegenüber dem Auftraggeber nicht innerhalb einer Frist von 10 Kalendertagen gerügt hat; der Ablauf der Frist nach § 134 Absatz 2 bleibt unberührt, 2. Verstöße gegen Vergabevorschriften, die aufgrund der Bekanntmachung erkennbar sind, nicht spätestens bis zum Ablauf der in der Bekanntmachung benannten Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 3. Verstöße gegen Vergabevorschriften, die erst in den Vergabeunterlagen erkennbar sind, nicht spätestens bis zum Ablauf der Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 4. mehr als 15 Kalendertage nach Eingang der Mitteilung des Auftraggebers, einer Rüge nicht abhelfen zu wollen, vergangen sind. [...] § 168 Entscheidung der Vergabekammer. (1) Die Vergabekammer entscheidet, ob der Antragsteller in seinen Rechten verletzt ist und trifft die geeigneten Maßnahmen, um eine Rechtsverletzung zu beseitigen und eine Schädigung der betroffenen Interessen zu verhindern. Sie ist an die Anträge nicht gebunden und kann auch unabhängig davon auf die Rechtmäßigkeit des Vergabeverfahrens einwirken. (2) Ein wirksam erteilter Zuschlag kann nicht aufgehoben werden. + + + + ORG-0018 + + + + + + + + + + + + + + + + + + + + not-allowed + + false + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Clarithromycin + + Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen: Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt: — Gebietslos 1: AOK Bayern — Die Gesundheitskasse, — Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen, — Gebietslos 3: AOK Baden-Württemberg, — Gebietslos 4: AOK NordWest — Die Gesundheitskasse, — Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse, — Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse, — Gebietslos 7: AOK Nordost — Die Gesundheitskasse, — Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse. Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen. + + supplies + + + + + + + + + + + + + + + + 33600000 + + + + 33600000 + + + + + + + + + + + + anyw + + + + + + + + + + + + + LOT-0005 + + + + + + + + + + + + no-eu-funds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Für die Einlegung von Rechtsbehelfen gelten u. a. die folgenden Bestimmungen des Gesetzes gegen Wettbewerbsbeschränkungen (GWB) in der aktuell geltenden Fassung: § 134 Informations- und Wartepflicht. (1) Öffentliche Auftraggeber haben die Bieter, deren Angebote nicht berücksichtigt werden sollen, über den Namen des Unternehmens, dessen Angebot angenommen werden soll, über die Gründe der vorgesehenen Nichtberücksichtigung ihres Angebots und über den frühesten Zeitpunkt des Vertragsschlusses unverzüglich in Textform zu informieren. Dies gilt auch für Bewerber, denen keine Information über die Ablehnung ihrer Bewerbung zur Verfügung gestellt wurde, bevor die Mitteilung über die Zuschlagsentscheidung an die betroffenen Bieter ergangen ist. (2) Ein Vertrag darf erst 15 Kalendertage nach Absendung der Information nach Absatz 1 geschlossen werden. Wird die Information auf elektronischem Weg oder per Fax versendet, verkürzt sich die Frist auf 10 Kalendertage. Die Frist beginnt am Tag nach der Absendung der Information durch den Auftraggeber; auf den Tag des Zugangs beim betroffenen Bieter und Bewerber kommt es nicht an. (3) [...] § 135 Unwirksamkeit. (1) Ein öffentlicher Auftrag ist von Anfang an unwirksam, wenn der öffentliche Auftraggeber 1. gegen § 134 verstoßen hat oder 2. den Auftrag ohne vorherige Veröffentlichung einer Bekanntmachung im Amtsblatt der Europäischen Union vergeben hat, ohne dass dies aufgrund Gesetzes gestattet ist, und dieser Verstoß in einem Nachprüfungsverfahren festgestellt worden ist. (2) Die Unwirksamkeit nach Absatz 1 kann nur festgestellt werden, wenn sie im Nachprüfungsverfahren innerhalb von 30 Kalendertagen nach der Information der betroffenen Bieter und Bewerber durch den öffentlichen Auftraggeber über den Abschluss des Vertrags, jedoch nicht später als 6 Monate nach Vertragsschluss geltend gemacht worden ist. Hat der Auftraggeber die Auftragsvergabe im Amtsblatt der Europäischen Union bekannt gemacht, endet die Frist zur Geltendmachung der Unwirksamkeit 30 Kalendertage nach Veröffentlichung der Bekanntmachung der Auftragsvergabe im Amtsblatt der Europäischen Union. § 160 Einleitung, Antrag. (1) Die Vergabekammer leitet ein Nachprüfungsverfahren nur auf Antrag ein. (2) Antragsbefugt ist jedes Unternehmen, das ein Interesse an dem öffentlichen Auftrag oder der Konzession hat und eine Verletzung in seinen Rechten nach § 97 Absatz 6 durch Nichtbeachtung von Vergabevorschriften geltend macht. Dabei ist darzulegen, dass dem Unternehmen durch die behauptete Verletzung der Vergabevorschriften ein Schaden entstanden ist oder zu entstehen droht. (3) Der Antrag ist unzulässig, soweit 1. der Antragsteller den geltend gemachten Verstoß gegen Vergabevorschriften vor Einreichen des Nachprüfungsantrags erkannt und gegenüber dem Auftraggeber nicht innerhalb einer Frist von 10 Kalendertagen gerügt hat; der Ablauf der Frist nach § 134 Absatz 2 bleibt unberührt, 2. Verstöße gegen Vergabevorschriften, die aufgrund der Bekanntmachung erkennbar sind, nicht spätestens bis zum Ablauf der in der Bekanntmachung benannten Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 3. Verstöße gegen Vergabevorschriften, die erst in den Vergabeunterlagen erkennbar sind, nicht spätestens bis zum Ablauf der Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden, 4. mehr als 15 Kalendertage nach Eingang der Mitteilung des Auftraggebers, einer Rüge nicht abhelfen zu wollen, vergangen sind. [...] § 168 Entscheidung der Vergabekammer. (1) Die Vergabekammer entscheidet, ob der Antragsteller in seinen Rechten verletzt ist und trifft die geeigneten Maßnahmen, um eine Rechtsverletzung zu beseitigen und eine Schädigung der betroffenen Interessen zu verhindern. Sie ist an die Anträge nicht gebunden und kann auch unabhängig davon auf die Rechtmäßigkeit des Vergabeverfahrens einwirken. (2) Ein wirksam erteilter Zuschlag kann nicht aufgehoben werden. + + + + ORG-0018 + + + + + + + + + + + + + + + + + + + + not-allowed + + false + + + + + + + + + + + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Roxithromycin + + Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen: Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt: — Gebietslos 1: AOK Bayern — Die Gesundheitskasse, — Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen, — Gebietslos 3: AOK Baden-Württemberg, — Gebietslos 4: AOK NordWest — Die Gesundheitskasse, — Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse, — Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse, — Gebietslos 7: AOK Nordost — Die Gesundheitskasse, — Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse. Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen. + + supplies + + + + + + + + + + + + + + + + 33600000 + + + + 33600000 + + + + + + + + + + + + anyw + + + + + + + + + + + + + 2000-01-01Z + + diff --git a/development-notices/ted-xml/20-157399-001-EXP.xml b/development-notices/ted-xml/20-157399-001-EXP.xml new file mode 100644 index 0000000..55c5708 --- /dev/null +++ b/development-notices/ted-xml/20-157399-001-EXP.xml @@ -0,0 +1,486 @@ + + + + 20-157399-001 + 20200706 + EN + From Convertor + + + + + + + + + + + S + 64 + 20200331 + + + 2020/S 064-154292 + + http://ted.europa.eu/udl?uri=TED:NOTICE:154292-2020:TEXT:EN:HTML + + EN + + www.kafjord.kommune.no + Snow-clearing services + Troms + Troms + Troms + + 4500000.00 + + + 2019/S 109-267097 + + + + 20200328 + Regional or local authority + Contract award notice + Services + Open procedure + European Economic Area (EEA), with participation by GPA countries + Not applicable + Lowest price + General public services + 03C03 + 03 + + + + + + Норвегия + Olderdalen + +

Услуги по почистване на улици от сняг

+
+
+ + Norsko + Olderdalen + +

Odklízení sněhu

+
+
+ + Norge + Olderdalen + +

Snerydning

+
+
+ + Norwegen + Olderdalen + +

Schneeräumung

+
+
+ + Νορβηγία + Olderdalen + +

Υπηρεσίες εκχιονισμού

+
+
+ + Norway + Olderdalen + +

Snow-clearing services

+
+
+ + Noruega + Olderdalen + +

Servicios de limpieza y eliminación de nieve

+
+
+ + Norra + Olderdalen + +

Lumekoristusteenused

+
+
+ + Norja + Olderdalen + +

Lumenaurauspalvelut

+
+
+ + Norvège + Olderdalen + +

Services de déneigement

+
+
+ + Iorua, an + Olderdalen + +

Snow-clearing services

+
+
+ + Norveška + Olderdalen + +

Usluge čišćenja snijega

+
+
+ + Norvégia + Olderdalen + +

Hólapátolási szolgáltatások

+
+
+ + Norvegia + Olderdalen + +

Servizi di sgombero neve

+
+
+ + Norvegija + Olderdalen + +

Sniego valymo paslaugos

+
+
+ + Norvēģija + Olderdalen + +

Sniega tīrīšanas pakalpojumi

+
+
+ + in-Norveġja + Olderdalen + +

Servizzi tat-tindif tal-borra

+
+
+ + Noorwegen + Olderdalen + +

Sneeuwruimingsdiensten

+
+
+ + Norwegia + Olderdalen + +

Usługi odśnieżania

+
+
+ + Noruega + Olderdalen + +

Serviços de limpeza de neve

+
+
+ + Norvegia + Olderdalen + +

Servicii de deszăpezire

+
+
+ + Nórsko + Olderdalen + +

Odpratávanie snehu

+
+
+ + Norveška + Olderdalen + +

Storitve odstranjevanja snega

+
+
+ + Norge + Olderdalen + +

Snöröjning

+
+
+
+ + Kåfjord Kommune + +
+ + b472c925-a57d-4ea2-b943-f2702fecaa55 + + + + + Kåfjord Kommune + 940 363 586 +
Postboks 74
+ Olderdalen + 9148 + + Stine Pedersen + +47 77719268 + stine.pedersen@kafjord.kommune.no + + www.kafjord.kommune.no + https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/241441 +
+ + + +
+ + + <P>Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality]</P> + + 2019/24 + + + + + +

Gàivuona suohkan Kåfjord kommune Kaivuonon komuuni invites service providers to submit tenders in an open tender competition without negotiations for the following services/project: Winter maintenance of municipal roads and spaces, distributed over 4 routes.

+
+ 4500000.00 + + + + + + + +

9146 Olderdalen

+
+ +

Detailed description is in the tender documentation.

+
+ + + + + +

The contract can be extended for up to 2 years (1 year + 1 year).

+
+ + +

Attached as a document.

+
+
+
+ + + + 2019/S 109-267097 + + + + 1 + + <P>Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality]</P> + + + 2019-09-24 + + 6 + 0 + 0 + 0 + 6 + + + + + + Kurt Steinar Wiik + 976104390 +
Ravelseidet ytre 39
+ Rotsund + 9153 + + kurtbuss@online.no + +
+ +
+
+ + 1000000.00 + + 895000.00 + 1699000.00 + + +
+
+ + 2 + + <P>Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality]</P> + + + 2019-09-24 + + 6 + 0 + 0 + 0 + 6 + + + + + + Manndalen Maskin AS + 897935082 +
Grenevegen 12
+ Kåfjord + Samuelsberg 9144 + + +47 91329072 + post@manndalenmaskin.no + +
+ +
+
+ + 1000000.00 + + 635000.00 + 830000.00 + + +
+
+ + 3 + + <P>Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality]</P> + + + 2019-09-24 + + 6 + 0 + 0 + 0 + 6 + + + + + + Myrvoll Maskin AS + MYRVOLL MASKIN AS +
Melen
+ Birtavarre + 9147 + + +47 91636523 + mail@per-mm.no + +
+ +
+
+ + 1500000.00 + + 1100000.00 + 1699000.00 + + +
+
+ + 4 + + <P>Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality]</P> + + + 2019-09-24 + + 6 + 0 + 0 + 0 + 6 + + + + + + Traktor and Maskin + 989748297 +
Olderdalsveien 471
+ Olderdalen + 9146 + + +47 41675659 + sigbjorn@nordtroms.net + +
+ +
+
+ + 1000000.00 + + 245000.00 + 245000.00 + + +
+
+ + +

Refer to the tender documentation

+
+ + Kåfjord Kommune +
Boks 74
+ Olderdalen + 9146 + + +47 77719200 + post@kafjord.kommune.no + www.kafjord.kommune.no +
+ +

Refer to the tender documentation

+
+ 2020-03-28 +
+
+
+
diff --git a/development-notices/ted-xml/20-157543-001-EXP.xml b/development-notices/ted-xml/20-157543-001-EXP.xml new file mode 100644 index 0000000..e2a20c4 --- /dev/null +++ b/development-notices/ted-xml/20-157543-001-EXP.xml @@ -0,0 +1,459 @@ + + + + 20-157543-001 + 20200708 + ES + From Convertor + + + + + + + + + + + S + 64 + 20200331 + + + 2020/S 064-153579 + + http://ted.europa.eu/udl?uri=TED:NOTICE:153579-2020:TEXT:ES:HTML + + ES + + http://contractaciopublica.gencat.cat/perfil/ECO + Auditing services + Cataluña + Cataluña + Cataluña + + 9642953.44 + + + 2019/S 237-581525 + + + + 20200330 + Other + Contract award notice + Services + Open procedure + European Union, with participation by GPA countries + Not applicable + Lowest price + General public services + 01C03 + 01 + + + + + + Иcпaния + Барселона + +

Одиторски услуги

+
+
+ + Španělsko + Barcelona + +

Provádění revizí

+
+
+ + Spanien + Barcelona + +

Revisionsvirksomhed

+
+
+ + Spanien + Barcelona + +

Betriebsprüfung

+
+
+ + Ισπανία + Βαρκελώνη + +

Υπηρεσίες διαχειριστικού ελέγχου

+
+
+ + Spain + Barcelona + +

Auditing services

+
+
+ + España + Barcelona + +

Servicios de auditoría

+
+
+ + Hispaania + Barcelona + +

Auditeerimisteenused

+
+
+ + Espanja + Barcelona + +

Auditointi- ja tarkastuspalvelut

+
+
+ + Espagne + Barcelone + +

Services d'audit

+
+
+ + Spáinn, an + Barcelona + +

Auditing services

+
+
+ + Španjolska + Barcelona + +

Revizorske usluge

+
+
+ + Spanyolország + Barcelona + +

Könyvvizsgálói szolgáltatások

+
+
+ + Spagna + Barcellona + +

Servizi di verifica contabile

+
+
+ + Ispanija + Barselona + +

Audito paslaugos

+
+
+ + Spānija + Barselona + +

Revīzijas pakalpojumi

+
+
+ + Spanja + Barċellona + +

Servizzi ta' l-awditjar

+
+
+ + Spanje + Barcelona + +

Auditdiensten

+
+
+ + Hiszpania + Barcelona + +

Usługi audytu

+
+
+ + Espanha + Barcelona + +

Serviços de auditoria

+
+
+ + Spania + Barcelona + +

Servicii de auditare

+
+
+ + Španielsko + Barcelona + +

Audítorské služby

+
+
+ + Španija + Barcelona + +

Revizorske storitve

+
+
+ + Spanien + Barcelona + +

Revision

+
+
+
+ + Secretario General del Departamento de la Vicepresidencia y de Economía y Hacienda de la Generalidad de Cataluña + +
+ + + + + + Secretario General del Departamento de la Vicepresidencia y de Economía y Hacienda de la Generalidad de Cataluña +
Rambla de Cataluña, 19-21
+ Barcelona + 08007 + + Servicio de Contratación + +34 933162000 + contractacio.eco@gencat.cat + +34 935672121 + + http://contractaciopublica.gencat.cat/perfil/ECO +
+ Departamento de Comunidad Autónoma + +
+ + + <P>Acuerdo Marco realización controles regularidad de operaciones financiadas total o parcialmente con fondos comunitarios y/o fondos propios, así como realización controles centros educativos</P> + + EC 2020 2 + + + + + +

Acuerdo Marco para la realización de controles de regularidad de operaciones financiadas total o

+

parcialmente con fondos comunitarios y/o fondos propios, así como para la realización de los controles sobre las justificaciones económicas presentadas por los centros educativos públicos de la Generalidad de Cataluña en régimen de autonomía económica.

+
+ 9642953.44 + + + + <P>Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE</P> + + 1 + + + + + +

Cataluña

+
+ +

Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco

+

Comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE.

+
+ + + + + +

Feaga, Feader, FEMP, Feder y FSE.

+
+
+ + + <P>Realización de controles financieros a efectuar a beneficiarios de subvenciones financiadas con cargo a los presupuestos de la Generalidad de Cataluña</P> + + 2 + + + + + +

Cataluña.

+
+ +

Realización de controles financieros a efectuar a beneficiarios de subvenciones financiadas con cargo a los presupuestos de la Generalidad de Cataluña.

+
+ + + + + +
+ + + <P>Realización de controles financieros a efectuar a centros educativos públicos no universitarios de la Generalidad de Cataluña con régimen de autonomía económica</P> + + 3 + + + + + +

Cataluña.

+
+ +

Realización de controles financieros a efectuar a centros educativos públicos no universitarios de la Generalidad de Cataluña con régimen de autonomía económica.

+
+ + + + + +
+
+ + + + + 2019/S 237-581525 + + + EC 2020 2 + 1 + + <P>Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE</P> + + + 2020-03-18 + + 7 + + + + + + Ernst & Young, S. L., Faura-Casas Auditors Consultors, S. L., Gesem Auditores y Consultores, S. L. P., GNC Assurance & Advisory, S. L., Auren Auditores SP, S. L. P., KMPG Auditores, S. L. + B78970506, B58671710, B97701312, B14701908, B87352357, B78510153 + Barcelona + + + + + + + + 7834899.64 + 7834899.64 + + + + + + EC 2020 2 + 2 + + <P>Realización de controles financieros a efectuar a beneficiarios de subvenciones financiadas con cargo a los presupuestos de la Generalidad de Cataluña</P> + + + 2020-03-18 + + 4 + + + + + + Ernst & Young, S. L., Faura-Casas Auditors Consultors, S. L., Auren Auditores SP, S. L. P., KPMG Auditores, S. L. + B78970506, B58671710, B87352357, B78510153 + Barcelona + + + + + + + + 1205369.20 + 1205369.20 + + + + + EC 2020 2 + 3 + + <P>Realización de controles financieros a efectuar a centros educativos públicos no universitarios de la Generalitatde Catalunya con régimen de autonomía económica</P> + + + 2020-03-18 + + 4 + + + + + + Ernst & Young, S. L., Faura-Casas Auditors Consultors, S. L., Auren Auditores SP, S. L. P., KPMG Auditores, S. L. + B78970506, B58671710, B87352357, B78510153 + Barcelona + + + + + + + + 602684.60 + 602684.60 + + + + + + Tribunal Catalán de Contratos del Sector Público +
Vía Laietana, 14, edificio Princesa
+ Barcelona + 08003 + + +34 935676300 +
+ + Asesoría Jurídica del Departamento de la Vicepresidencia y de Economía y Hacienda +
Rambla de Cataluña, 19-21
+ Barcelona + 08007 + + +34 933162000 +
+ 2020-03-30 +
+
+
+
diff --git a/development-notices/ted-xml/22-086633-001-EXP.xml b/development-notices/ted-xml/22-086633-001-EXP.xml new file mode 100644 index 0000000..285729b --- /dev/null +++ b/development-notices/ted-xml/22-086633-001-EXP.xml @@ -0,0 +1,843 @@ + + + + 22-086633-001 + 20220525 + PL + From Convertor + + + + + + + + + + + S + 35 + 20220218 + + + 2022/S 035-088158 + + https://ted.europa.eu/udl?uri=TED:NOTICE:088158-2022:TEXT:PL:HTML + + PL + + http://www.kopernik.lodz.pl + Radiotherapy supplies + Polska + Miasto Łódź + Śląskie + Miasto Poznań + Wielkopolskie + + 231126.50 + + + 2020/S 251-628645 + + + + 20220214 + Body governed by public law + Contract award notice + Supplies + Open procedure + European Union, with participation by GPA countries + Not applicable + The most economic tender + Health + 01B03 + 01 + + + + + + Полша + Łódź + +

Принадлежности за рентгенова терапия

+
+
+ + Polsko + Łódź + +

Doplňky pro radioterapii

+
+
+ + Polen + Łódź + +

Artikler til radioterapi

+
+
+ + Polen + Łódź + +

Ausstattung für Röntgentherapie

+
+
+ + Πολωνία + Łódź + +

Υλικά ακτινοθεραπείας

+
+
+ + Poland + Łódź + +

Radiotherapy supplies

+
+
+ + Polonia + Łódź + +

Material para radioterapia

+
+
+ + Poola + Łódź + +

Radioteraapiatarvikud

+
+
+ + Puola + Łódź + +

Sädehoitotarvikkeet

+
+
+ + Pologne + Łódź + +

Fournitures pour radiothérapie

+
+
+ + Pholainn, an + Łódź + +

Radiotherapy supplies

+
+
+ + Poljska + Łódź + +

Potrepštine za radioterapiju

+
+
+ + Lengyelország + Łódź + +

Radioterápiás kellékek

+
+
+ + Polonia + Łódź + +

Presidi per terapia radiologica

+
+
+ + Lenkija + Łódź + +

Radioterapijos medžiagos

+
+
+ + Polija + Łódź + +

Staru terapijas materiāli

+
+
+ + il-Polonja + Łódź + +

Fornimeti tar-radjoterapija

+
+
+ + Polen + Łódź + +

Benodigdheden voor radiotherapie

+
+
+ + Polska + Łódź + +

Wyroby do radioterapii

+
+
+ + Polónia + Łódź + +

Material para radioterapia

+
+
+ + Polonia + Łódź + +

Accesorii de radioterapie

+
+
+ + Poľsko + Łódź + +

Rádioterapeutický spotrebný materiál

+
+
+ + Poljska + Łódź + +

Potrebščine za radioterapijo

+
+
+ + Polen + Łódź + +

Artiklar för radioterapi

+
+
+
+ + WWCOiT im. M. Kopernika w Łodzi + +
+ + + + + + WWCOiT im. M. Kopernika w Łodzi + 7292345599 +
ul. Pabianicka 62
+ Łódź + 93-513 + + +48 426895819 + przetargi@kopernik.lodz.pl + +48 426895409 + + http://www.kopernik.lodz.pl +
+ + +
+ + + <P>EZ.28.118.2020 Dostawa materiałów do naświetleń dla pacjentów Wojewódzkiego Wielospecjalistycznego CentrumOnkologii i Traumatologii im. M. Kopernika w Łodzi.</P> + + EZ.28.118.2020 + + + + + +

1. Przedmiotem zamówienia jest dostawa materiałów do naświetleń dla pacjentów Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi. Zakres przedmiotowy wyszczególniono ilościowo i asortymentowo oraz opisano w Załączniku nr 2 do SIWZ.

+
+ 231126.50 + + + + <P>Pakiet nr 1</P> + + 1 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

1 Płyta do unieruchomienia w obszarze głowy i szyi szt. 2

+

2 Zestaw podgłówków z impregnowanej pianki PU, klinów z włókna węglowego i bloczków elewacyjnych z włókna węglowego zest. 2

+

3 Listwa mocująca z włókna kompatybilna z Varian Exact Couch szt. 6

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 1 to: 950,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+ + + <P>Pakiet nr 2</P> + + 2 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

Unieruchomenie do napromieniowania piersi i płuc w pozycji na plecach szt. 3

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 2 to: 2 000,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+ + + <P>Pakiet nr 3</P> + + 3 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

1 Maska termoplastyczna kompatybilna z płytą bazową ExaFix - 5 3 punktowa szt. 50

+

2 Maska termoplastyczna kompatybilna z płytą bazową ExaFix - 5 5 punktowa szt. 150

+

3 Maska termoplastyczna kompatybilna z płytą bazową ExaFix - 5 pediatryczna szt. 20

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 3 to: 900,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+ + + <P>Pakiet nr 4</P> + + 4 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

1 Maska termoplastyczna z zapięciami L 3 punktowa szt. 30

+

2 Maska termoplastyczna z zapięciami L 5 punktowa szt. 30

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 4 to: 170,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+ + + <P>Pakiet nr 5</P> + + 5 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

1 Maska termoplastyczna do stereotaksji kompatybilne z posiadanym unieruchomieniem firmy QFIX szt. 50

+

2 Maska termoplastyczna do stereotaksji kompatybilne z posiadanym unieruchomieniem firmy QFIX z poduszkami higroskopijnymi szt. 50

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 5 to: 3 100,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+ + + <P>Pakiet nr 6</P> + + 6 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

1 Markery do CT 2,3 mm op. 2

+

2 Markery do CT 4mm op. 1

+

3 Krzyżyki do CT op. 1

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 6 to: 36,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+ + + <P>Pakiet nr 7</P> + + 7 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

Materac próżniowy w granicach 400 x 900 mm szt. 20

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 7 to: 290,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+ + + <P>Pakiet nr 8</P> + + 8 + + + + + +

Zakład Teleradioterapii Wojewódzkiego Wielospecjalistycznego Centrum Onkologii i Traumatologii im. M. Kopernika w Łodzi

+
+ +

Pas podtrzymujący piersi rozmiar: B,C,D szt. 15

+
+ + + WARUNKI DOSTAWY + 40 + + + 60 + + + + + +

Przystępując do przetargu Wykonawca jest obowiązany wnieść wadium w łącznej wysokości: 7 476,00 zł przed upływem terminu składania ofert. Wysokość wadium w zakresie pakietu nr 8 to: 30,00 zł. Szczegółowe zasady dotyczące wadium określone zostały w Rozdziale XV SIWZ.

+
+
+
+ + + + 2020/S 251-628645 + + + 1 + 1 + + <P>Pakiet nr 1</P> + + + 2021-04-20 + + 3 + 3 + 0 + 0 + 3 + + + + + + Zarys International Group Sp. z ograniczoną odpowiedzialnością Spółka Komandytowa + : 648-19-97-718 + Zabrze + + + + + + + + 47620.00 + 47620.00 + + + + + 1 + 2 + + <P>Pakiet nr 2</P> + + + 2021-04-20 + + 2 + 2 + 0 + 0 + 2 + + + + + + Zarys International Group Sp. z ograniczoną odpowiedzialnością Spółka Komandytowa + 648-19-97-718 + Zabrze + + + + + + + + 102300.00 + 57231.00 + + + + + 1 + 3 + + <P>Pakiet nr 3</P> + + + 2021-04-20 + + 2 + 2 + 0 + 0 + 2 + + + + + + Zarys International Group Sp. z ograniczoną odpowiedzialnością Spółka Komandytowa + 648-19-97-718 + Zabrze + + + + + + + + 44882.50 + 36436.50 + + + + + 4 + 4 + + <P>Pakiet nr 4</P> + + + 2021-04-20 + + 2 + 2 + 0 + 0 + 2 + + + + + + Przedsiębiorstwo Produkcyjno-Handlowe Import-Export STANLEY sp. z o.o. + 7820006755 + Poznań + + + + + + + + 8520.00 + 7950.00 + + + + + 1 + 5 + + <P>Pakiet nr 5</P> + + + 2021-04-20 + + 1 + 1 + 0 + 0 + 1 + + + + + + Zarys International Group Sp. z ograniczoną odpowiedzialnością Spółka Komandytowa + 648-19-97-718 + Zabrze + + + + + + + + 155800.00 + 68950.00 + + + + + 1 + 6 + + <P>Pakiet nr 6</P> + + + 2021-04-13 + + 2 + 2 + 0 + 0 + 2 + + + + + + Zarys International Group Sp. z ograniczoną odpowiedzialnością Spółka Komandytowa + 648-19-97-718 + Zabrze + + + + + + + + 1800.00 + 1139.00 + + + + + 1 + 7 + + <P>Pakiet nr 7</P> + + + 2021-04-20 + + 3 + 3 + 0 + 0 + 3 + + + + + + Radiotherapy Accessories sp. z o.o. + 5213468296 + Września + + + + + + + + 14550.00 + 11800.00 + + + + + 8 + 8 + + <P>Pakiet nr 8</P> + + + + + + + +

1) WYKAZ OŚWIADCZEŃ I DOKUMENTÓW – SKŁADANYCH WRAZ Z OFERTĄ W

+

FORMIE ELEKTRONICZNEJ:a) FORMULARZ OFERTOWY – załącznik nr 1 do SIWZ.b) FORMULARZ

+

Cenowy– załącznik nr 2 do SIWZ c) Dokument potwierdzający zabezpieczenie oferty wadium (forma

+

dokumentu zgodna z zapisami Rozdziału XV SIWZ).d) Pełnomocnictwo – jeśli dotyczy.e) Oryginał

+

zobowiązania podmiotu udostępniającego swoje zasoby na potrzeby Wykonawcy składającego ofertę – jeśli

+

dotyczy.f)Oświadczenie w formie Jednolitego Europejskiego Dokumentu Zamówienia – aktualne na dzień

+

składania ofert.Elektroniczny wzór dokumentu JEDZ , sporządzony zgodnie ze wzorem standardowego

+

formularza określonego w Rozporządzeniu Wykonawczym Komisji Europejskiej wydanym na podstawie

+

art. 59 ust. 2 dyrektywy2014/24/UE oraz art. 80 ust. 3 dyrektywy 2014/25/UE – stanowi załącznik nr 3 do

+

przedmiotowej procedury przetargowej- znajduje się na stronie internetowej Zamawiającego. Informacje

+

zawarte ww. oświadczeniu będą stanowić wstępne potwierdzenie, że Wykonawca nie podlega wykluczeniu

+

oraz spełnia warunki udziału w postępowaniu.f.1) W przypadku wspólnego ubiegania się o zamówienie

+

przez wykonawców, oświadczenie składa każdy z wykonawców wspólnie ubiegających się o zamówienie.

+

Oświadczenie to ma potwierdzać spełnianie warunków udziału w postępowaniu, brak podstaw wykluczenia

+

w zakresie, w którym każdy z wykonawców wykazuje spełnianie warunków udziału w postępowaniu.f.2)

+

Wykonawca, który powołuje się na zasoby innych podmiotów,w celu wykazania braku istnienia wobec nich

+

podstaw wykluczenia oraz spełnienia – w zakresie, w jakim powołuje się na ich zasoby - warunków udziału w

+

postępowaniu składa także oświadczenie o którym mowa w rozdz. XIII. 1.f). niniejszej SIWZ dotyczące tych

+

podmiotów. Zamawiający żąda od wykonawcy, który polega na zdolnościach lub sytuacji innych podmiotów

+

na zasadach określonych w art. 22a ustawy, przedstawienia w odniesieniu do tych podmiotów dokumentów

+

wymienionych w § 5 pkt 1,5,6 Rozporządzenia Ministra Rozwoju z 26.07.2016r. f.3) Zamawiający nie żąda

+

aby wykonawca, który zamierza powierzyć wykonanie części zamówienia podwykonawcom, w celu wykazania

+

braku istnienia wobec nich podstaw wykluczenia z udziału w postępowaniu złożył oświadczenie o którym mowa w rozdz. XIII. 1.f). niniejszej SIWZ.W zakresie kryterium kwalifikacji określonych w niniejszym rozdziale

+

Wykonawca może ograniczyć się do wypełniania sekcji α części IV formularza jednolitego dokumentu.

+

Wykonawca nie musi wypełniać żadnej z pozostałych sekcji części IV formularza dotyczącej kryteriów

+

kwalifikacji, zaś właściwej (dowodowej) weryfikacji spełniania konkretnych,określonych przez zamawiającego,

+

warunków udziału w postępowaniu (kryteriów selekcji) Zamawiający dokona co do zasady na zakończenie

+

postępowania w oparciu o stosowne dokumenty składane przez wykonawcę,którego oferta została oceniona

+

najwyżej, na wezwanie Zamawiającego (art. 26ust. 1 ustawy Pzp).2) O udzielenie zamówienia mogą ubiegać

+

się wykonawcy, którzy:Nie podlegają wykluczeniu art. 24 ust. 1 pkt12)-23) uPzp oraz spełniają warunki udziału

+

w postępowaniu.3) Zamawiający nie będzie wykluczał Wykonawców z postępowania o udzielnie zam. publ.

+

w oparciu o art. 24ust. 5 ustawy Pzp.4) Wykaz oświadczeń i dokumentów składanych samodzielnie przez

+

Wykonawcę oraz na wezwanie Zamawiającego określa Rozdział XIII pkt. 2-4 SIWZ. 5)W postępowaniu o

+

udzielenie zamówienia komunikacja między Zamawiającym, a Wykonawcami odbywa się elektronicznie za

+

pośrednictwem: miniPortalu

+

https://miniportal.uzp.gov.pl/

+

oraz ePUAPu

+

https://epuap.gov.pl/wps/portal

+

na

+

adres Elektronicznej Skrzynki Podawczej ePUAP /WWCOiT/Skrytka ESP lub poczty elektronicznej na adres:

+

przetargi@kopernik.lodz.pl

+

Szczegółowe zasady komunikacji zostały opisane w Rozdz. XIV SIWZ.

+
+ + Krajowa Izba Odwoławcza +
ul. Postępu17a
+ Warszawa + 02-676 + +
+ +

Wykonawcom przysługują środki ochrony prawnej przewidziane w Dziale VI ustawy Prawo Zamówień Publicznych. Szczegółowy opis środków ochrony prawnej znajduje się w Rozdziale XXIV SIWZ.

+
+ + Krajowa Izba Odwoławcza +
ul. Postępu 17a
+ Warszawa + 02-676 + +
+ 2022-02-14 +
+
+
+
diff --git a/development-notices/ted-xml/22-091559-001-EXP.xml b/development-notices/ted-xml/22-091559-001-EXP.xml new file mode 100644 index 0000000..9b527e6 --- /dev/null +++ b/development-notices/ted-xml/22-091559-001-EXP.xml @@ -0,0 +1,760 @@ + + + + 22-091559-001 + 20220527 + DE + From Convertor + + + + + + + + + + + S + 36 + 20220221 + + + 2022/S 036-092731 + + https://ted.europa.eu/udl?uri=TED:NOTICE:092731-2022:TEXT:DE:HTML + + DE + + http://www.aok.de/baden-wuerttemberg + Pharmaceutical products + Deutschland + Deutschland + Deutschland + + 214000.00 + + + 2020/S 182-436882 + + + + 20220216 + Body governed by public law + Contract award notice + Supplies + Open procedure + European Union + Not applicable + Lowest price + Health + 01B03 + 01 + + + + + + Гepмaния + Щутгарт + +

Фармацевтични продукти

+
+
+ + Německo + Stuttgart + +

Léčivé přípravky a zdravotnické prostředky

+
+
+ + Tyskland + Stuttgart + +

Lægemidler

+
+
+ + Deutschland + Stuttgart + +

Arzneimittel

+
+
+ + Γερμανία + Στουτγάρδη + +

Φαρμακευτικά προϊόντα

+
+
+ + Germany + Stuttgart + +

Pharmaceutical products

+
+
+ + Alemania + Stuttgart + +

Productos farmacéuticos

+
+
+ + Saksamaa + Stuttgart + +

Ravimid

+
+
+ + Saksa + Stuttgart + +

Farmaseuttiset tuotteet

+
+
+ + Allemagne + Stuttgart + +

Produits pharmaceutiques

+
+
+ + Ghearmáin, an + Stuttgart + +

Pharmaceutical products

+
+
+ + Njemačka + Stuttgart + +

Farmaceutski proizvodi

+
+
+ + Németország + Stuttgart + +

Gyógyszerészeti termékek

+
+
+ + Germania + Stoccarda + +

Prodotti farmaceutici

+
+
+ + Vokietija, VFR + Štutgartas + +

Farmacijos produktai

+
+
+ + Vācija + Štutgarte + +

Farmācijas izstrādājumi

+
+
+ + il-Ġermanja + Stuttgart + +

Prodotti farmaċewtiċi

+
+
+ + Duitsland + Stuttgart + +

Farmaceutische producten

+
+
+ + Niemcy + Stuttgart + +

Produkty farmaceutyczne

+
+
+ + Alemanha + Estugarda + +

Produtos farmacêuticos

+
+
+ + Germania + Stuttgart + +

Produse farmaceutice

+
+
+ + Nemecko + Stuttgart + +

Farmaceutické výrobky

+
+
+ + Nemčija + Stuttgart + +

Farmacevtski proizvodi

+
+
+ + Tyskland + Stuttgart + +

Läkemedel

+
+
+
+ + AOK Baden-Württemberg + +
+ + + + + + AOK Baden-Württemberg +
Presselstr. 19
+ Stuttgart + 70191 + + Frank Wienands + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK Bayern - Die Gesundheitskasse +
Carl-Wery-Str. 28
+ München + 81739 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK - Die Gesundheitskasse in Hessen +
Basler Straße 2
+ Bad Homburg + 61352 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK PLUS - Die Gesundheitskasse für Sachsen und Thüringen +
Sternplatz 7
+ Dresden + 01067 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK NordWest - Die Gesundheitskasse +
Kopenhagener Straße 1
+ Dortmund + 44269 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK Rheinland/Hamburg - Die Gesundheitskasse +
Kasernenstraße 61
+ Düsseldorf + 40213 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK Bremen/Bremerhaven +
Bürgermeister-Smidt-Straße 95
+ Bremen + 28195 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK - Die Gesundheitskasse für Niedersachsen +
Hildesheimer Straße 273
+ Hannover + 30519 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK Sachsen-Anhalt - Die Gesundheitskasse +
Lüneburger Straße 4
+ Magdeburg + 39106 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK Nordost - Die Gesundheitskasse +
Brandenburger Straße 72
+ Potsdam + 14467 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + AOK Rheinland-Pfalz/Saarland - Die Gesundheitskasse +
Virchowstr. 30
+ Eisenberg + 67304 + + arzneimittel@bw.aok.de + + http://www.aok.de/baden-wuerttemberg +
+ + +

Abschluss von Rabattvereinbarungen gem. § 130a Abs. 8 SGB V für den Zeitraum vom 1. Juni 2021 bis zum 31. Mai 2023

+
+ + +
+ + + <P>Abschluss von Rabattverträgen gemäß § 130a Abs. 8 SGB V für Arzneimittel im generischen Markt</P> + + AOK 1 - Zukunft Standort / Umwelt + + + + + +

Gegenstand der Ausschreibung ist der Abschluss von Rabattvereinbarungen gem. § 130 a Abs. 8 SGB V für den Zeitraum 1.6.2021 bis 31.5.2023 (AOK 1 — Zukunft Standort / Umwelt). Die Ausschreibung erfolgt wirkstoffbezogen für u. g. 5 Fachlose. Jeder Wirkstoff stellt ein eigenes Fachlos dar. Für jedes Fachlos werden 8 Teillose (Gebietslose) gemäß näherer Bestimmung in den Vergabeunterlagen gebildet. Die Bieter entscheiden selbst, für welche/s Fachlos/e und welche/s Gebietslos/e sie Rabattangebote abgeben wollen. Angebote können nur für eines, für mehrere oder alle Fach- und Gebietslose abgegeben werden. Die Zuschlagserteilung erfolgt pro Fach- und Gebietslos. Pro Fachlos-und Gebietslos-Kombination werden je nach Fachlos gemäß näherer Bestimmung in den Vergabeunterlagen Rabattverträge mit - das Vorliegen zuschlagsfähiger Angebote in ausreichender Zahl vorausgesetzt - bis zu 3 pharmazeutischen Unternehmern geschlossen.

+
+ 214000.00 + + + + <P>Cefaclor</P> + + 1 + + + + + +

Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen:

+

Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt:

+

— Gebietslos 1: AOK Bayern — Die Gesundheitskasse,

+

— Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen,

+

— Gebietslos 3: AOK Baden-Württemberg,

+

— Gebietslos 4: AOK NordWest — Die Gesundheitskasse,

+

— Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse,

+

— Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse,

+

— Gebietslos 7: AOK Nordost — Die Gesundheitskasse,

+

— Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse.

+

Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen.

+
+ + + + + +
+ + + <P>Cefuroxim</P> + + 2 + + + + + +

Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen:

+

Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt:

+

— Gebietslos 1: AOK Bayern — Die Gesundheitskasse,

+

— Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen,

+

— Gebietslos 3: AOK Baden-Württemberg,

+

— Gebietslos 4: AOK NordWest — Die Gesundheitskasse,

+

— Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse,

+

— Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse,

+

— Gebietslos 7: AOK Nordost — Die Gesundheitskasse,

+

— Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse.

+

Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen.

+
+ + + + + +
+ + + <P>Ciprofloxacin</P> + + 3 + + + + + +

Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen:

+

Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt:

+

— Gebietslos 1: AOK Bayern — Die Gesundheitskasse,

+

— Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen,

+

— Gebietslos 3: AOK Baden-Württemberg,

+

— Gebietslos 4: AOK NordWest — Die Gesundheitskasse,

+

— Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse,

+

— Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse,

+

— Gebietslos 7: AOK Nordost — Die Gesundheitskasse,

+

— Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse.

+

Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen.

+
+ + + + + +
+ + + <P>Clarithromycin</P> + + 4 + + + + + +

Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen:

+

Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt:

+

— Gebietslos 1: AOK Bayern — Die Gesundheitskasse,

+

— Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen,

+

— Gebietslos 3: AOK Baden-Württemberg,

+

— Gebietslos 4: AOK NordWest — Die Gesundheitskasse,

+

— Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse,

+

— Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse,

+

— Gebietslos 7: AOK Nordost — Die Gesundheitskasse,

+

— Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse.

+

Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen.

+
+ + + + + +
+ + + <P>Roxithromycin</P> + + 5 + + + + + +

Es wird auf die kurze Beschreibung des Auftragsgegenstandes (s. o.) sowie insbesondere auf Folgendes hingewiesen:

+

Für den ausschreibungsgegenständlichen Wirkstoff werden acht Teillose (Gebietslose) gebildet, und zwar wie folgt:

+

— Gebietslos 1: AOK Bayern — Die Gesundheitskasse,

+

— Gebietslos 2: AOK — Die Gesundheitskasse in Hessen, AOK PLUS — Die Gesundheitskasse für Sachsen und Thüringen,

+

— Gebietslos 3: AOK Baden-Württemberg,

+

— Gebietslos 4: AOK NordWest — Die Gesundheitskasse,

+

— Gebietslos 5: AOK Rheinland / Hamburg — Die Gesundheitskasse,

+

— Gebietslos 6: AOK Bremen / Bremerhaven, AOK — Die Gesundheitskasse für Niedersachsen, AOK Sachsen-Anhalt — Die Gesundheitskasse,

+

— Gebietslos 7: AOK Nordost — Die Gesundheitskasse,

+

— Gebietslos 8: AOK Rheinland-Pfalz / Saarland — Die Gesundheitskasse.

+

Darüber hinaus gelten die näheren Angaben zu den Fachlosen in den Vergabeunterlagen.

+
+ + + + + +
+
+ + + + 2020/S 182-436882 + + + 10 + 2 + + <P>Cefuroxim – Gebietslose 1, 2, 4-6</P> + + + + + + + 11 + 2 + + <P>Cefuroxim – Gebietslose 3, 7, 8</P> + + + 2021-12-29 + + 7 + + + + + + Ascend GmbH + Frankfurt am Main + + + + + + + + 214000.00 + 214000.00 + + + + + 12 + 2 + + <P>Cefuroxim – Gebietslose 3, 7, 8</P> + + + 2021-12-29 + + 7 + + + + + + Aristo Pharma GmbH + Berlin + + + + + + + + 214000.00 + 214000.00 + + + + + 13 + 2 + + <P>Cefuroxim – Gebietslose 3, 7, 8</P> + + + 2021-12-29 + + 7 + + + + + + PUREN Pharma GmbH & Co. KG + München + + + + + + + + 214000.00 + 214000.00 + + + + + 14 + 4 + + <P>Clarithromycin - Gebietslose 1-8</P> + + + + + + + 15 + 5 + + <P>Roxithromycin - Gebietslos 7</P> + + + 2021-12-29 + + 5 + + + + + + Heumann Pharma GmbH & Co. Generica KG (BG Heumann / Heunet GbR) + Nürnberg + + + + + + + + Heunet Pharma GmbH (BG Heumann / Heunet GbR) + Nürnberg + + + + + + + + 214000.00 + 214000.00 + + + + + 16 + 5 + + <P>Roxithromycin - Gebietslos 7</P> + + + 2021-12-29 + + 5 + + + + + + Aristo Pharma GmbH + Berlin + + + + + + + + 214000.00 + 214000.00 + + + + + 17 + 5 + + <P>Roxithromycin - Gebietslos 7</P> + + + 2021-12-29 + + 5 + + + + + + ALIUD PHARMA GmbH + Laichingen + + + + + + + + 214000.00 + 214000.00 + + + + + +

In der Bekanntmachung vergebener Aufträge ABl./EU 2021/S 057-143784 zu dieser Ausschreibung wurde unter Ziff. VI.3) darauf hingewiesen, dass in den Fachlosen Nr. 2 (Cefuroxim [alle Gebietslose]), Nr. 4 (Clarithromycin [alle Gebietslose]) und Nr. 5 (Roxithromycin [Gebietslos 7]) bislang keine Zuschläge erteilt wurden, da diese Gegenstand anhängiger Vergabenachprüfungsverfahren waren. Die Vergabenachprüfungsverfahren sind zum Zeitpunkt der Absendung dieser Bekanntmachung rechtskräftig abgeschlossen und die Auftraggeberinnen haben - im Rahmen des rechtlich Zulässigen - die aus Abschnitt V. ersichtlichen Zuschläge erteilt. Im Übrigen war das Vergabeverfahren gemäß § 63 VgV aufzuheben.

+
+ + Vergabekammer des Bundes beim Bundeskartellamt + Bonn + 53123 + + +49 2289499163 + + +

Für die Einlegung von Rechtsbehelfen gelten u. a. die folgenden Bestimmungen des Gesetzes gegen Wettbewerbsbeschränkungen (GWB) in der aktuell geltenden Fassung:

+

§ 134 Informations- und Wartepflicht.

+

(1) Öffentliche Auftraggeber haben die Bieter, deren Angebote nicht berücksichtigt werden sollen, über den Namen des Unternehmens, dessen Angebot angenommen werden soll, über die Gründe der vorgesehenen Nichtberücksichtigung ihres Angebots und über den frühesten Zeitpunkt des Vertragsschlusses unverzüglich in Textform zu informieren. Dies gilt auch für Bewerber, denen keine Information über die Ablehnung ihrer Bewerbung zur Verfügung gestellt wurde, bevor die Mitteilung über die Zuschlagsentscheidung an die betroffenen Bieter ergangen ist.

+

(2) Ein Vertrag darf erst 15 Kalendertage nach Absendung der Information nach Absatz 1 geschlossen werden. Wird die Information auf elektronischem Weg oder per Fax versendet, verkürzt sich die Frist auf 10 Kalendertage. Die Frist beginnt am Tag nach der Absendung der Information durch den Auftraggeber; auf den Tag des Zugangs beim betroffenen Bieter und Bewerber kommt es nicht an.

+

(3) [...]

+

§ 135 Unwirksamkeit.

+

(1) Ein öffentlicher Auftrag ist von Anfang an unwirksam, wenn der öffentliche Auftraggeber 1. gegen § 134 verstoßen hat oder 2. den Auftrag ohne vorherige Veröffentlichung einer Bekanntmachung im Amtsblatt der Europäischen Union vergeben hat, ohne dass dies aufgrund Gesetzes gestattet ist, und dieser Verstoß in einem Nachprüfungsverfahren festgestellt worden ist.

+

(2) Die Unwirksamkeit nach Absatz 1 kann nur festgestellt werden, wenn sie im Nachprüfungsverfahren innerhalb von 30 Kalendertagen nach der Information der betroffenen Bieter und Bewerber durch den öffentlichen Auftraggeber über den Abschluss des Vertrags, jedoch nicht später als 6 Monate nach Vertragsschluss geltend gemacht worden ist. Hat der Auftraggeber die Auftragsvergabe im Amtsblatt der Europäischen Union bekannt gemacht, endet die Frist zur Geltendmachung der Unwirksamkeit 30 Kalendertage nach Veröffentlichung der Bekanntmachung der Auftragsvergabe im Amtsblatt der Europäischen Union.

+

§ 160 Einleitung, Antrag.

+

(1) Die Vergabekammer leitet ein Nachprüfungsverfahren nur auf Antrag ein.

+

(2) Antragsbefugt ist jedes Unternehmen, das ein Interesse an dem öffentlichen Auftrag oder der Konzession hat und eine Verletzung in seinen Rechten nach § 97 Absatz 6 durch Nichtbeachtung von Vergabevorschriften geltend macht. Dabei ist darzulegen, dass dem Unternehmen durch die behauptete Verletzung der Vergabevorschriften ein Schaden entstanden ist oder zu entstehen droht.

+

(3) Der Antrag ist unzulässig, soweit

+

1. der Antragsteller den geltend gemachten Verstoß gegen Vergabevorschriften vor Einreichen des Nachprüfungsantrags erkannt und gegenüber dem Auftraggeber nicht innerhalb einer Frist von 10 Kalendertagen gerügt hat; der Ablauf der Frist nach § 134 Absatz 2 bleibt unberührt,

+

2. Verstöße gegen Vergabevorschriften, die aufgrund der Bekanntmachung erkennbar sind, nicht spätestens bis zum Ablauf der in der Bekanntmachung benannten Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden,

+

3. Verstöße gegen Vergabevorschriften, die erst in den Vergabeunterlagen erkennbar sind, nicht spätestens bis zum Ablauf der Frist zur Bewerbung oder zur Angebotsabgabe gegenüber dem Auftraggeber gerügt werden,

+

4. mehr als 15 Kalendertage nach Eingang der Mitteilung des Auftraggebers, einer Rüge nicht abhelfen zu wollen, vergangen sind. [...]

+

§ 168 Entscheidung der Vergabekammer.

+

(1) Die Vergabekammer entscheidet, ob der Antragsteller in seinen Rechten verletzt ist und trifft die geeigneten Maßnahmen, um eine Rechtsverletzung zu beseitigen und eine Schädigung der betroffenen Interessen zu verhindern. Sie ist an die Anträge nicht gebunden und kann auch unabhängig davon auf die Rechtmäßigkeit des Vergabeverfahrens einwirken.

+

(2) Ein wirksam erteilter Zuschlag kann nicht aufgehoben werden.

+
+ 2022-02-16 +
+
+
+
diff --git a/ted-elements-not-convertible.md b/ted-elements-not-convertible.md index e1294c7..baf7c84 100644 --- a/ted-elements-not-convertible.md +++ b/ted-elements-not-convertible.md @@ -20,4 +20,6 @@ This table is under development. Elements used in Contract Award Notices and PIN | REFERENCE_NUMBER | R.2.0.9 | Text | Reference number (Object section) | eForms does not have a BT to hold a reference number | | TECHNICAL_CRITERIA_DOC | R.2.0.9 | Text | Selection criteria as stated in the procurement documents | eForms does not allow for Selection Criteria to be contained in external documents | | URL_NATIONAL_PROCEDURE | R.2.0.9 | URL | Information about national procedures is available at (URL) | eForms does not have a BT to hold a national procedure URL | +| OBJECT_CONTRACT/VAL_RANGE_TOTAL/HIGH +OBJECT_CONTRACT/VAL_RANGE_TOTAL/LOW | R.2.0.9 | Value | Total value of the procurement (excluding VAT) - Lowest offer / Highest offer taken into consideration | eForms does not have a BT to hold range values for offers across all lots | diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 46aa6e6..d1f06fe 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -90,7 +90,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin CON- - @@ -166,11 +165,7 @@ These instructions can be un-commented to show the variables - Notice Value (BT-161) - Notice Framework Value (BT-118) - @@ -182,30 +177,39 @@ These instructions can be un-commented to show the variables - Tender Value Highest (BT-711) - Tender Value Lowest (BT-710) - - - - - - WARNING: Multiple different currencies ( - - ) were found in VAL_RANGE_TOTAL elements in AWARD_CONTRACT elements used for LotResult - - . - - - - - - - - - - - + + + + + + + WARNING: Multiple different currencies ( + + ) were found in VAL_RANGE_TOTAL elements in AWARD_CONTRACT elements used for LotResult + + . + + + + + + + + Tender Value Highest (BT-711) + + + + + Tender Value Lowest (BT-710) + + + + Tender Value Highest (BT-711) + Tender Value Lowest (BT-710) + + + Winner Chosen (BT-142) @@ -262,11 +266,6 @@ These instructions can be un-commented to show the variables - - @@ -442,7 +441,6 @@ These instructions can be un-commented to show the variables
- @@ -452,24 +450,17 @@ These instructions can be un-commented to show the variables + Notice Value (BT-161) + Notice Framework Value (BT-118) + Notice Value (BT-161) + Notice Framework Value (BT-118)
- - - From 377807d34e864aaed701306c5c555c8a5e37413d Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Wed, 6 Jul 2022 10:20:08 +0200 Subject: [PATCH 20/38] TEDXDC-192: update template to cater for TITLE in AWARD_CONTRACT --- .../eforms-xml/20-157399-001-EXP.xml | 28 ++++++------------- xslt/notice-result.xslt | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index cf15c84..48fc7bd 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -74,9 +74,6 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] 1 @@ -88,9 +85,6 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] 2 @@ -102,9 +96,6 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] 3 @@ -116,9 +107,6 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] - Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] 4 diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index d1f06fe..ab679b6 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -304,7 +304,7 @@ These instructions can be un-commented to show the variables Contract Title (BT-721) - +--> From 31184bea02b6336b2b8b2b6e9308222534bdb58c Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Thu, 7 Jul 2022 14:37:40 +0200 Subject: [PATCH 21/38] TEDXDC-178 - used only NUTS level 3 codes for addresses; fixed some minor issues. --- .../eforms-xml/20-155018-001-EXP.xml | 6 +- .../eforms-xml/20-156049-001-EXP.xml | 16 +- .../eforms-xml/20-156983-001-EXP.xml | 57 +-- .../eforms-xml/20-157399-001-EXP.xml | 20 +- .../eforms-xml/20-157543-001-EXP.xml | 11 +- .../eforms-xml/20-162034-001-EXP.xml | 14 +- .../eforms-xml/20-164186-001-EXP.xml | 12 +- .../eforms-xml/20-198944-001-EXP.xml | 14 +- .../eforms-xml/20-213571-001-EXP.xml | 19 +- .../eforms-xml/20-246700-001-EXP.xml | 14 +- .../eforms-xml/20-260117-001-EXP.xml | 14 +- .../eforms-xml/20-295737-001-EXP.xml | 11 +- .../eforms-xml/20-343258-001-EXP.xml | 25 +- .../eforms-xml/20-377805-001-EXP.xml | 14 +- .../eforms-xml/20-560391-001-EXP.xml | 11 +- .../eforms-xml/20-566267-001-EXP.xml | 72 ++- .../eforms-xml/20-587026-001-EXP.xml | 21 +- .../eforms-xml/21-000061-001-EXP.xml | 467 +++++++++++------- .../eforms-xml/21-000934-001-EXP.xml | 77 ++- .../eforms-xml/21-010961-001-EXP.xml | 72 ++- .../eforms-xml/21-050204-001-EXP.xml | 67 ++- .../eforms-xml/21-051959-001-EXP.xml | 214 ++++---- .../eforms-xml/21-064844-001-EXP.xml | 20 +- .../eforms-xml/21-077815-001-EXP.xml | 14 +- .../eforms-xml/21-119240-001-EXP.xml | 20 +- .../eforms-xml/21-120407-001-EXP.xml | 14 +- .../eforms-xml/22-086633-001-EXP.xml | 33 +- .../eforms-xml/22-091559-001-EXP.xml | 69 +-- .../eforms-xml/352425_2021.xml | 49 +- .../eforms-xml/352444_2021.xml | 13 +- .../eforms-xml/352458_2021.xml | 13 +- .../eforms-xml/352732_2021.xml | 40 +- .../eforms-xml/352907_2021.xml | 12 +- .../eforms-xml/353237_2021.xml | 24 +- .../eforms-xml/353820_2021.xml | 15 +- .../eforms-xml/354339_2021.xml | 22 +- xslt/addresses.xslt | 3 +- xslt/functions-and-data.xslt | 7 +- xslt/lot.xslt | 11 +- xslt/notice-result.xslt | 2 +- 40 files changed, 895 insertions(+), 734 deletions(-) diff --git a/development-notices/eforms-xml/20-155018-001-EXP.xml b/development-notices/eforms-xml/20-155018-001-EXP.xml index 0d77384..4286939 100644 --- a/development-notices/eforms-xml/20-155018-001-EXP.xml +++ b/development-notices/eforms-xml/20-155018-001-EXP.xml @@ -20,6 +20,7 @@ www.veitshoechheim.de + ORG-0001 @@ -130,6 +131,7 @@ + @@ -156,8 +158,8 @@ - - LOT-0001 + + LOT-0000 diff --git a/development-notices/eforms-xml/20-156049-001-EXP.xml b/development-notices/eforms-xml/20-156049-001-EXP.xml index e425dd3..82b9131 100644 --- a/development-notices/eforms-xml/20-156049-001-EXP.xml +++ b/development-notices/eforms-xml/20-156049-001-EXP.xml @@ -22,6 +22,7 @@ http://www.nfp.hu + ORG-0001 @@ -63,6 +64,7 @@ http://www.bszta.hu + ORG-0002 @@ -104,6 +106,7 @@ http://www.devavanya.hu + ORG-0003 @@ -145,6 +148,7 @@ http://www.mezobereny.hu + ORG-0004 @@ -182,7 +186,7 @@ - + ORG-0005 @@ -333,6 +337,7 @@ + @@ -362,8 +367,8 @@ - - LOT-0001 + + LOT-0000 @@ -679,11 +684,10 @@ Az ajánlatok felbontása elektronikusan történik az EKR-ben. - - - false + + diff --git a/development-notices/eforms-xml/20-156983-001-EXP.xml b/development-notices/eforms-xml/20-156983-001-EXP.xml index c985477..a20f1c5 100644 --- a/development-notices/eforms-xml/20-156983-001-EXP.xml +++ b/development-notices/eforms-xml/20-156983-001-EXP.xml @@ -22,6 +22,7 @@ http://www.langstane-ha.co.uk + ORG-0001 @@ -57,6 +58,7 @@ https://www.castlehillha.co.uk/ + ORG-0002 @@ -72,7 +74,6 @@ AB10 1UT - UKM5 GBR @@ -92,6 +93,7 @@ https://www.ospreyhousing.org.uk/ + ORG-0003 @@ -127,6 +129,7 @@ http://www.angusha.org.uk + ORG-0004 @@ -159,7 +162,7 @@ - + ORG-0005 @@ -364,6 +367,7 @@ + @@ -394,7 +398,7 @@ - + LOT-0002 @@ -589,11 +593,10 @@ - - - false + + @@ -683,7 +686,7 @@ - + LOT-0001 @@ -878,11 +881,10 @@ - - - false + + @@ -972,7 +974,7 @@ - + LOT-0003 @@ -1167,11 +1169,10 @@ - - - false + + @@ -1261,7 +1262,7 @@ - + LOT-0004 @@ -1456,11 +1457,10 @@ - - - false + + @@ -1550,7 +1550,7 @@ - + LOT-0005 @@ -1745,11 +1745,10 @@ - - - false + + @@ -1839,7 +1838,7 @@ - + LOT-0006 @@ -2034,11 +2033,10 @@ - - - false + + @@ -2122,7 +2120,7 @@ - + LOT-0007 @@ -2317,11 +2315,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index 48fc7bd..00216ed 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -464,8 +464,8 @@ - - LOT-0001 + + LOT-0000 diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index f58bdeb..866413e 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -57,8 +57,6 @@ 2020-03-18+01:00 Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE - Realización de controles financieros a efectuar a beneficiarios de subvenciones financiadas con cargo a los presupuestos de la Generalidad de Cataluña - Realización de controles financieros a efectuar a centros educativos públicos no universitarios de la Generalitatde Catalunya con régimen de autonomía económica true @@ -103,7 +101,6 @@ 08007 - ES51 ESP @@ -134,7 +131,6 @@ Barcelona - ES51 ESP @@ -159,7 +155,6 @@ Barcelona - ES51 ESP @@ -331,7 +326,7 @@ - + LOT-0001 @@ -493,7 +488,7 @@ - + LOT-0002 @@ -655,7 +650,7 @@ - + LOT-0003 diff --git a/development-notices/eforms-xml/20-162034-001-EXP.xml b/development-notices/eforms-xml/20-162034-001-EXP.xml index f5e2997..a234241 100644 --- a/development-notices/eforms-xml/20-162034-001-EXP.xml +++ b/development-notices/eforms-xml/20-162034-001-EXP.xml @@ -20,6 +20,7 @@ https://www.simap.ch + ORG-0001 @@ -35,7 +36,6 @@ CH 3003 - CH0 CHE @@ -52,7 +52,7 @@ - + ORG-0002 @@ -159,6 +159,7 @@ + @@ -186,8 +187,8 @@ - - LOT-0001 + + LOT-0000 @@ -406,11 +407,10 @@ 2020-05-26+01:00 23:59:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/20-164186-001-EXP.xml b/development-notices/eforms-xml/20-164186-001-EXP.xml index 4e5c213..a876941 100644 --- a/development-notices/eforms-xml/20-164186-001-EXP.xml +++ b/development-notices/eforms-xml/20-164186-001-EXP.xml @@ -20,6 +20,7 @@ http://www.ku.dk/ + ORG-0001 @@ -58,6 +59,7 @@ https://erhvervsstyrelsen.dk/klagenaevnet-for-udbud + ORG-0002 @@ -170,6 +172,7 @@ + @@ -198,8 +201,8 @@ - - LOT-0001 + + LOT-0000 @@ -366,11 +369,10 @@ 2020-05-06+01:00 12:00:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/20-198944-001-EXP.xml b/development-notices/eforms-xml/20-198944-001-EXP.xml index 8e9bc3e..173672d 100644 --- a/development-notices/eforms-xml/20-198944-001-EXP.xml +++ b/development-notices/eforms-xml/20-198944-001-EXP.xml @@ -20,6 +20,7 @@ https://livvhousinggroup.com/ + ORG-0001 @@ -35,7 +36,6 @@ L34 1PJ - UKD GBR @@ -52,7 +52,7 @@ - + ORG-0002 @@ -156,6 +156,7 @@ + @@ -187,8 +188,8 @@ - - LOT-0001 + + LOT-0000 @@ -394,11 +395,10 @@ 12:05:00+01:00 Livv Housing Group staff members and their authorised agents only. - - - false + + diff --git a/development-notices/eforms-xml/20-213571-001-EXP.xml b/development-notices/eforms-xml/20-213571-001-EXP.xml index 7c6a552..d66f7e1 100644 --- a/development-notices/eforms-xml/20-213571-001-EXP.xml +++ b/development-notices/eforms-xml/20-213571-001-EXP.xml @@ -20,6 +20,7 @@ http://www.eis2win.co.uk + ORG-0001 @@ -35,7 +36,6 @@ M11 3BS - UK GBR @@ -52,7 +52,7 @@ - + ORG-0002 @@ -157,6 +157,7 @@ + @@ -186,7 +187,7 @@ - + LOT-0001 @@ -367,11 +368,10 @@ - - - false + + @@ -445,7 +445,7 @@ - + LOT-0002 @@ -626,11 +626,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/20-246700-001-EXP.xml b/development-notices/eforms-xml/20-246700-001-EXP.xml index 95ba875..bbb93ad 100644 --- a/development-notices/eforms-xml/20-246700-001-EXP.xml +++ b/development-notices/eforms-xml/20-246700-001-EXP.xml @@ -20,6 +20,7 @@ www.barnet.gov.uk + ORG-0001 @@ -51,7 +52,7 @@ - + ORG-0002 @@ -153,9 +154,11 @@ neg-w-call + false + @@ -188,8 +191,8 @@ - - LOT-0001 + + LOT-0000 @@ -381,11 +384,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/20-260117-001-EXP.xml b/development-notices/eforms-xml/20-260117-001-EXP.xml index 6bee58c..4d98be8 100644 --- a/development-notices/eforms-xml/20-260117-001-EXP.xml +++ b/development-notices/eforms-xml/20-260117-001-EXP.xml @@ -20,6 +20,7 @@ www.fsdkenya.org + ORG-0001 @@ -35,7 +36,6 @@ 00100 - 00 KEN @@ -53,7 +53,7 @@ - + ORG-0002 @@ -154,6 +154,7 @@ Two distinct workstreams whose findings are critical to its development are currently underway and timetabled for completion in July. These are: (a) a landscape review which will provide a detailed analysis of the implementation of different government collection initiatives in Kenya; (b) the legal and regulatory review which will provide an analysis of the legislative and regulatory framework currently in place to support the successful implementation of the programme. Acceleration of timeline is therefore sought on the basis that: (a) the strategy development provider should be identified in advance and undertake the foundational work prior to submission of the two critical pieces so as to keep the momentum going and ensure the work is in alignment with the agreed timelines (b) there is a strong desire by the Government of Kenya and other stakeholders to complete the assignment at the earliest to allow for planning and implementation of specific policies in the next fiscal year. + @@ -180,8 +181,8 @@ - - LOT-0001 + + LOT-0000 @@ -368,11 +369,10 @@ Nairobi — KENYA. - - - false + + diff --git a/development-notices/eforms-xml/20-295737-001-EXP.xml b/development-notices/eforms-xml/20-295737-001-EXP.xml index 5f9916a..d882ace 100644 --- a/development-notices/eforms-xml/20-295737-001-EXP.xml +++ b/development-notices/eforms-xml/20-295737-001-EXP.xml @@ -20,6 +20,7 @@ http://www.donegalcoco.ie + ORG-0001 @@ -34,7 +35,6 @@ Lifford - IE IRL @@ -57,6 +57,7 @@ www.donegalcoco.ie + ORG-0002 @@ -72,7 +73,6 @@ F93 Y622 - IE IRL @@ -90,7 +90,7 @@ - + ORG-0003 @@ -199,6 +199,7 @@ + @@ -230,8 +231,8 @@ - - LOT-0001 + + LOT-0000 diff --git a/development-notices/eforms-xml/20-343258-001-EXP.xml b/development-notices/eforms-xml/20-343258-001-EXP.xml index 89cd4e4..ad6c9ce 100644 --- a/development-notices/eforms-xml/20-343258-001-EXP.xml +++ b/development-notices/eforms-xml/20-343258-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -289,8 +289,8 @@ - - LOT-0001 + + LOT-0000 @@ -544,11 +544,10 @@ Via Enrico Fermi 2749, 21027 Ispra (VA), ITALY. - - - false + + diff --git a/development-notices/eforms-xml/20-377805-001-EXP.xml b/development-notices/eforms-xml/20-377805-001-EXP.xml index 4f31416..84ebf57 100644 --- a/development-notices/eforms-xml/20-377805-001-EXP.xml +++ b/development-notices/eforms-xml/20-377805-001-EXP.xml @@ -20,6 +20,7 @@ http://www.wur.nl + ORG-0001 @@ -35,7 +36,6 @@ 6700 AB - NL NLD @@ -56,7 +56,7 @@ - + ORG-0002 @@ -164,6 +164,7 @@ + @@ -195,8 +196,8 @@ - - LOT-0001 + + LOT-0000 @@ -366,11 +367,10 @@ Wageningen. - - - false + + diff --git a/development-notices/eforms-xml/20-560391-001-EXP.xml b/development-notices/eforms-xml/20-560391-001-EXP.xml index c856971..61bdb7c 100644 --- a/development-notices/eforms-xml/20-560391-001-EXP.xml +++ b/development-notices/eforms-xml/20-560391-001-EXP.xml @@ -20,6 +20,7 @@ https://permalink.mercell.com/142583906.aspx + ORG-0001 @@ -35,7 +36,6 @@ 9811 - NO NOR @@ -56,7 +56,7 @@ - + ORG-0002 @@ -165,6 +165,7 @@ + @@ -193,7 +194,7 @@ - + LOT-0001 @@ -393,7 +394,7 @@ - + LOT-0002 @@ -593,7 +594,7 @@ - + LOT-0003 diff --git a/development-notices/eforms-xml/20-566267-001-EXP.xml b/development-notices/eforms-xml/20-566267-001-EXP.xml index bd2e454..9d2c263 100644 --- a/development-notices/eforms-xml/20-566267-001-EXP.xml +++ b/development-notices/eforms-xml/20-566267-001-EXP.xml @@ -23,6 +23,7 @@ true http://www.cheshireeast.gov.uk/ + ORG-0001 @@ -38,7 +39,6 @@ CW1 2BJ - UKD GBR @@ -56,6 +56,7 @@ false http://www.blackburn.gov.uk/ + ORG-0002 @@ -71,7 +72,6 @@ BB2 1DH - UKD GBR @@ -89,6 +89,7 @@ false http://www.blackpool.gov.uk/ + ORG-0003 @@ -104,7 +105,6 @@ FY1 3AH - UKD GBR @@ -122,6 +122,7 @@ false http://www.bolton.gov.uk/ + ORG-0004 @@ -137,7 +138,6 @@ BL1 1RU - UKD GBR @@ -155,6 +155,7 @@ false http://www.bury.gov.uk/ + ORG-0005 @@ -170,7 +171,6 @@ BL9 0SW - UKD GBR @@ -188,6 +188,7 @@ false http://cheshirewestandchester.gov.uk/ + ORG-0006 @@ -203,7 +204,6 @@ CH1 2NP - UKD GBR @@ -221,6 +221,7 @@ false https://www.cumbria.gov.uk/ + ORG-0007 @@ -236,7 +237,6 @@ CA1 1RD - UKD GBR @@ -254,6 +254,7 @@ false http://www.halton.gov.uk/ + ORG-0008 @@ -269,7 +270,6 @@ WA8 7QF - UKD GBR @@ -287,6 +287,7 @@ false https://www.knowsley.gov.uk + ORG-0009 @@ -300,7 +301,6 @@ L36 9UX - UKD GBR @@ -318,6 +318,7 @@ false https://www.lancashire.gov.uk/ + ORG-0010 @@ -331,7 +332,6 @@ PR1 8XJ - UKD GBR @@ -349,6 +349,7 @@ false https://liverpool.gov.uk + ORG-0011 @@ -362,7 +363,6 @@ L1 6BW - UKD GBR @@ -380,6 +380,7 @@ false https://www.manchester.gov.uk/ + ORG-0012 @@ -393,7 +394,6 @@ M32 0TH - UKD GBR @@ -411,6 +411,7 @@ false https://www.oldham.gov.uk/ + ORG-0013 @@ -424,7 +425,6 @@ OL1 1UT - UKD GBR @@ -442,6 +442,7 @@ false http://www.rochdale.gov.uk + ORG-0014 @@ -455,7 +456,6 @@ OL16 1XU - UKD GBR @@ -473,6 +473,7 @@ false http://www.salford.gov.uk/ + ORG-0015 @@ -486,7 +487,6 @@ M27 5AW - UKD GBR @@ -504,6 +504,7 @@ false https://www.sthelens.gov.uk/ + ORG-0016 @@ -517,7 +518,6 @@ WA10 1HF - UKD GBR @@ -535,6 +535,7 @@ false http://www.sefton.gov.uk + ORG-0017 @@ -548,7 +549,6 @@ L20 7AE - UKD GBR @@ -566,6 +566,7 @@ false https://www.stockport.gov.uk/ + ORG-0018 @@ -579,7 +580,6 @@ SK1 3XE - UKD GBR @@ -597,6 +597,7 @@ false https://www.tameside.gov.uk + ORG-0019 @@ -610,7 +611,6 @@ OL6 6BH - UKD GBR @@ -628,6 +628,7 @@ false http://www.trafford.gov.uk/ + ORG-0020 @@ -641,7 +642,6 @@ M32 OTH - UKD GBR @@ -659,6 +659,7 @@ false https://www.warrington.gov.uk/ + ORG-0021 @@ -672,7 +673,6 @@ WA1 1JX - UKD GBR @@ -690,6 +690,7 @@ false http://www.wigan.gov.uk + ORG-0022 @@ -703,7 +704,6 @@ WN1 1YN - UKD GBR @@ -721,6 +721,7 @@ false https://www.wirral.gov.uk + ORG-0023 @@ -734,7 +735,6 @@ CH41 5EU - UKD GBR @@ -747,7 +747,7 @@ - + ORG-0024 @@ -776,7 +776,7 @@ - + ORG-0025 @@ -1482,6 +1482,7 @@ + @@ -1514,7 +1515,7 @@ - + LOT-0001 @@ -1687,11 +1688,10 @@ - - - false + + @@ -1769,7 +1769,7 @@ - + LOT-0002 @@ -1942,11 +1942,10 @@ - - - false + + @@ -2024,7 +2023,7 @@ - + LOT-0003 @@ -2197,11 +2196,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/20-587026-001-EXP.xml b/development-notices/eforms-xml/20-587026-001-EXP.xml index 80af462..eab7eea 100644 --- a/development-notices/eforms-xml/20-587026-001-EXP.xml +++ b/development-notices/eforms-xml/20-587026-001-EXP.xml @@ -22,6 +22,7 @@ http://www.regionsjaelland.dk + ORG-0001 @@ -37,7 +38,6 @@ 4180 - DK02 DNK @@ -62,6 +62,7 @@ https://www.regionh.dk + ORG-0002 @@ -77,7 +78,6 @@ 3400 - DK01 DNK @@ -97,6 +97,7 @@ https://www.rn.dk + ORG-0003 @@ -112,7 +113,6 @@ 9220 - DK05 DNK @@ -132,6 +132,7 @@ https://www.rm.dk + ORG-0004 @@ -147,7 +148,6 @@ 8800 - DK04 DNK @@ -165,6 +165,7 @@ https://erhvervsstyrelsen.dk/klagenaevnet-for-udbud + ORG-0005 @@ -197,6 +198,7 @@ http://www.kfst.dk + ORG-0006 @@ -397,12 +399,14 @@ neg-w-call + false 2020/S 187-448857 + @@ -432,8 +436,8 @@ - - LOT-0001 + + LOT-0000 @@ -689,11 +693,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 89ef48b..b73573b 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -12,166 +12,268 @@ - - - - TPA-0001 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[1]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0002 - - - - TPA-0002 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[2]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0003 - ORG-0004 - - - - TPA-0003 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[3]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0005 - - - - TPA-0004 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[4]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0006 - ORG-0007 - ORG-0008 - - - - TPA-0005 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[5]/AWARDED_CONTRACT/CONTRACTORS - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[9]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0009 - - - - TPA-0006 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[6]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0010 - - - - TPA-0007 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[7]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0006 - - - - TPA-0008 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[8]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0004 - - - - TPA-0009 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[10]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0011 - - - - TPA-0010 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[11]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0012 - - - - TPA-0011 - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[12]/AWARDED_CONTRACT/CONTRACTORS - - ORG-0013 - - - - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[1] - TEN-0001 - 1A - 1 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[2] - TEN-0002 - 1B - 1 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[3] - TEN-0003 - 1C - 1 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[4] - TEN-0004 - 1D - 1 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[5] - TEN-0005 - 1E - 1 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[6] - TEN-0006 - 1F - 1 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[7] - TEN-0007 - 2A - 2 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[8] - TEN-0008 - 2B - 2 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[9] - TEN-0009 - 2C - 2 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[10] - TEN-0010 - 2D - 2 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[11] - TEN-0011 - 2E - 2 - - - TED_EXPORT/FORM_SECTION/F03_2014/AWARD_CONTRACT[12] - TEN-0012 - 2F - 2 - - - - 300000000 + + 300000000 + + selec-w + + + + selec-w + + + + TEN-0001 + + + + 250000000 + + + + TEN-0002 + + + + 250000000 + + + + TEN-0003 + + + + 250000000 + + + + TEN-0004 + + + + 250000000 + + + + TEN-0005 + + + + 250000000 + + + + TEN-0006 + + + + 250000000 + + + + TEN-0007 + + + + 50000000 + + + + TEN-0008 + + + + 50000000 + + + + TEN-0009 + + + + 50000000 + + + + TEN-0010 + + + + 50000000 + + + + TEN-0011 + + + + 50000000 + + + + TEN-0012 + + + + 50000000 + + + + CON-0001 + + + 2020-09-09+01:00 + + Technical Consultancy, Engineering Advice, Research and Innovation Services + + true + + 1A + + + + CON-0002 + + + 2020-09-09+01:00 + + Technical Consultancy, Engineering Advice, Research and Innovation Services + + true + + 1B + + + + CON-0003 + + + 2020-09-09+01:00 + + Technical Consultancy, Engineering Advice, Research and Innovation Services + + true + + 1C + + + + CON-0004 + + + 2020-09-09+01:00 + + Technical Consultancy, Engineering Advice, Research and Innovation Services + + true + + 1D + + + + CON-0005 + + + 2020-09-09+01:00 + + Technical Consultancy, Engineering Advice, Research and Innovation Services + + true + + 1E + + + + CON-0006 + + + 2020-10-14+01:00 + + Technical Consultancy, Engineering Advice, Research and Innovation Services + + true + + 1F + + + + CON-0007 + + + 2020-09-09+01:00 + + Procurement Advice + + true + + 2A + + + + CON-0008 + + + 2020-09-09+01:00 + + Procurement Advice + + true + + 2B + + + + CON-0009 + + + 2020-09-09+01:00 + + Procurement Advice + + true + + 2C + + + + CON-0010 + + + 2020-09-09+01:00 + + Procurement Advice + + true + + 2D + + + + CON-0011 + + + 2020-09-09+01:00 + + Procurement Advice + + true + + 2E + + + + CON-0012 + + + 2020-09-09+01:00 + + Procurement Advice + + true + + 2F + + TPA-0001 @@ -279,7 +381,6 @@ B1 1RN - UK GBR @@ -307,7 +408,6 @@ EC4A 1AB - UK GBR @@ -332,7 +432,6 @@ KT18 5BW - UK GBR @@ -357,7 +456,6 @@ RG41 5TU - UK GBR @@ -382,7 +480,6 @@ SL6 4UB - UK GBR @@ -407,7 +504,6 @@ N1 9AB - UK GBR @@ -432,7 +528,6 @@ W1U 3PD - UK GBR @@ -457,7 +552,6 @@ RG40 3GA - UK GBR @@ -482,7 +576,6 @@ W1T 4BQ - UK GBR @@ -507,7 +600,6 @@ WC2A 1AF - UK GBR @@ -532,7 +624,6 @@ WC2N 6RH - UK GBR @@ -559,7 +650,6 @@ HG3 1GY - UK GBR @@ -584,7 +674,6 @@ LS18 4GH - UK GBR @@ -697,6 +786,7 @@ + @@ -724,7 +814,7 @@ - + LOT-0001 @@ -945,18 +1035,16 @@ - - - + + false + + + - - - - fa-wo-rc @@ -1028,7 +1116,7 @@ - + LOT-0002 @@ -1249,18 +1337,16 @@ - - - + + false + + + - - - - fa-wo-rc @@ -1323,4 +1409,7 @@ + + 2000-01-01Z + diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index ef022a5..0047a85 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -11,7 +11,50 @@ - + + + 1490000.00 + + + selec-w + + + + TEN-0001 + + + + 1490000.00 + + + + CON-0001 + + + 2020-12-15+01:00 + + Assessment Support of draft CAP Strategic Plans with Respect to Environmental Requirements + + 07.0202/2020/839227/ETU/ENV.D.1 + + + + TPA-0001 + + ORG-0002 + true + + + ORG-0003 + false + + + ORG-0004 + false + + + + 29 @@ -20,6 +63,7 @@ http://ec.europa.eu/environment/funding/calls_en.htm + ORG-0001 @@ -35,7 +79,6 @@ B-1049 - BE10 BEL @@ -48,7 +91,7 @@ - + ORG-0002 @@ -63,7 +106,6 @@ 1040 - BE BEL @@ -73,7 +115,9 @@ - + + sme + ORG-0003 @@ -88,7 +132,6 @@ 10717 - DE DEU @@ -98,7 +141,9 @@ - + + sme + ORG-0004 @@ -113,7 +158,6 @@ 1060 - BE BEL @@ -125,6 +169,7 @@ http://curia.europa.eu + ORG-0005 @@ -329,6 +374,7 @@ + @@ -358,8 +404,8 @@ - - LOT-0001 + + LOT-0000 @@ -515,9 +561,11 @@ - - - + + false + + + @@ -584,4 +632,7 @@ + + 2000-01-01Z + diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index 7391d7a..5839113 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -1,19 +1,48 @@ - + - - 2491930.00 + + + 2491930.00 + + 1900000.00 + + selec-w + + + + TEN-0001 + + + + + CON-0001 + + + 2020-07-10+01:00 + + Design Review and Construction Supervision Services in Relation to the Design and Build of Water and Wastewater Treatment Facilities + + ZWS2-C4XD-C-002 + + + + TPA-0001 + + ORG-0002 + + @@ -24,6 +53,7 @@ www.mwsc.com.zm + ORG-0001 @@ -39,7 +69,6 @@ 10101 - ZM ZMB @@ -60,6 +89,8 @@ www.nodwyer.com + + ORG-0002 @@ -72,7 +103,6 @@ Dublin - IE IRL @@ -89,7 +119,7 @@ - + ORG-0003 @@ -191,6 +221,7 @@ + @@ -219,8 +250,8 @@ - - LOT-0001 + + LOT-0000 @@ -535,9 +566,11 @@ - - - + + false + + + @@ -601,4 +634,7 @@ + + 2000-01-01Z + diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index 727a32f..3b5e8e0 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -11,7 +11,41 @@ - + + + 200000.00 + + selec-w + + + + TEN-0001 + + + + 200000.00 + + + + CON-0001 + + + + Production and Supply of Branded Promotional Material + + true + + ENISA F-EDO-20-C32 + + + + TPA-0001 + + ORG-0002 + + + + 29 @@ -20,6 +54,7 @@ https://www.enisa.europa.eu + ORG-0001 @@ -35,7 +70,6 @@ 15124 - EL GRC @@ -53,7 +87,9 @@ - + + sme + ORG-0002 @@ -68,7 +104,6 @@ 1090 - BE1 BEL @@ -78,7 +113,7 @@ - + ORG-0003 @@ -109,7 +144,7 @@ - + ORG-0004 @@ -310,6 +345,7 @@ + @@ -338,8 +374,8 @@ - - LOT-0001 + + LOT-0000 @@ -467,18 +503,16 @@ - - - + + false + + + - - - - fa-wo-rc @@ -543,4 +577,7 @@ + + 2000-01-01Z + diff --git a/development-notices/eforms-xml/21-051959-001-EXP.xml b/development-notices/eforms-xml/21-051959-001-EXP.xml index faf9638..193438e 100644 --- a/development-notices/eforms-xml/21-051959-001-EXP.xml +++ b/development-notices/eforms-xml/21-051959-001-EXP.xml @@ -20,6 +20,7 @@ https://lisa.sachsen-anhalt.de/ + ORG-0001 @@ -52,7 +53,7 @@ - + ORG-0002 @@ -164,6 +165,7 @@ + @@ -192,7 +194,7 @@ - + LOT-0001 @@ -381,11 +383,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -462,7 +463,7 @@ - + LOT-0002 @@ -651,11 +652,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -732,7 +732,7 @@ - + LOT-0003 @@ -921,11 +921,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -1002,7 +1001,7 @@ - + LOT-0004 @@ -1191,11 +1190,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -1272,7 +1270,7 @@ - + LOT-0005 @@ -1461,11 +1459,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -1542,7 +1539,7 @@ - + LOT-0006 @@ -1731,11 +1728,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -1812,7 +1808,7 @@ - + LOT-0007 @@ -2001,11 +1997,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -2082,7 +2077,7 @@ - + LOT-0008 @@ -2271,11 +2266,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -2352,7 +2346,7 @@ - + LOT-0009 @@ -2541,11 +2535,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -2622,7 +2615,7 @@ - + LOT-0010 @@ -2811,11 +2804,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -2892,7 +2884,7 @@ - + LOT-0011 @@ -3081,11 +3073,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -3162,7 +3153,7 @@ - + LOT-0012 @@ -3351,11 +3342,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -3432,7 +3422,7 @@ - + LOT-11000 @@ -3621,11 +3611,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -3702,7 +3691,7 @@ - + LOT-12000 @@ -3891,11 +3880,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -3972,7 +3960,7 @@ - + LOT-21000 @@ -4161,11 +4149,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -4242,7 +4229,7 @@ - + LOT-22000 @@ -4431,11 +4418,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -4512,7 +4498,7 @@ - + LOT-31000 @@ -4701,11 +4687,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -4782,7 +4767,7 @@ - + LOT-33000 @@ -4971,11 +4956,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -5052,7 +5036,7 @@ - + LOT-41000 @@ -5241,11 +5225,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -5322,7 +5305,7 @@ - + LOT-42000 @@ -5511,11 +5494,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -5592,7 +5574,7 @@ - + LOT-51000 @@ -5781,11 +5763,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -5862,7 +5843,7 @@ - + LOT-52000 @@ -6051,11 +6032,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -6132,7 +6112,7 @@ - + LOT-61000 @@ -6321,11 +6301,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -6402,7 +6381,7 @@ - + LOT-62000 @@ -6591,11 +6570,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -6672,7 +6650,7 @@ - + LOT-71000 @@ -6861,11 +6839,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -6942,7 +6919,7 @@ - + LOT-81000 @@ -7131,11 +7108,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -7212,7 +7188,7 @@ - + LOT-91000 @@ -7401,11 +7377,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -7482,7 +7457,7 @@ - + LOT-101000 @@ -7671,11 +7646,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -7752,7 +7726,7 @@ - + LOT-111000 @@ -7941,11 +7915,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + @@ -8022,7 +7995,7 @@ - + LOT-121000 @@ -8211,11 +8184,10 @@ 2021-03-01+01:00 08:01:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/21-064844-001-EXP.xml b/development-notices/eforms-xml/21-064844-001-EXP.xml index 627d110..0359ccd 100644 --- a/development-notices/eforms-xml/21-064844-001-EXP.xml +++ b/development-notices/eforms-xml/21-064844-001-EXP.xml @@ -22,6 +22,7 @@ http://www.stichtingrijk.nl + ORG-0001 @@ -37,7 +38,6 @@ 2101 HA - NL NLD @@ -62,6 +62,7 @@ http://www.bloemendaal.nl + ORG-0002 @@ -77,7 +78,6 @@ 2051 GJ - NL NLD @@ -101,6 +101,7 @@ http://www.heemstede.nl + ORG-0003 @@ -116,7 +117,6 @@ 2101 HA - NL NLD @@ -138,6 +138,7 @@ http://www.tenderned.nl + ORG-0004 @@ -150,7 +151,6 @@ Den Haag - NL NLD @@ -165,6 +165,7 @@ https://www.rechtspraak.nl/ + ORG-0005 @@ -197,6 +198,7 @@ http://www.tenderned.nl + ORG-0006 @@ -357,6 +359,7 @@ + @@ -385,8 +388,8 @@ - - LOT-0001 + + LOT-0000 @@ -580,11 +583,10 @@ 2021-03-18+01:00 13:00:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/21-077815-001-EXP.xml b/development-notices/eforms-xml/21-077815-001-EXP.xml index 56a5f77..e4b5861 100644 --- a/development-notices/eforms-xml/21-077815-001-EXP.xml +++ b/development-notices/eforms-xml/21-077815-001-EXP.xml @@ -22,6 +22,7 @@ http://f4e.europa.eu/ + ORG-0001 @@ -57,6 +58,7 @@ http://f4e.europa.eu/ + ORG-0002 @@ -90,6 +92,7 @@ http://curia.europa.eu + ORG-0003 @@ -314,12 +317,14 @@ neg-w-call + false 2020/S 222-542947 + @@ -352,8 +357,8 @@ - - LOT-0001 + + LOT-0000 @@ -543,11 +548,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/21-119240-001-EXP.xml b/development-notices/eforms-xml/21-119240-001-EXP.xml index 8eee6fa..1dadb51 100644 --- a/development-notices/eforms-xml/21-119240-001-EXP.xml +++ b/development-notices/eforms-xml/21-119240-001-EXP.xml @@ -20,6 +20,7 @@ http://www.daa.ie + ORG-0001 @@ -34,7 +35,6 @@ Dublin - IE IRL @@ -50,7 +50,7 @@ - + ORG-0002 @@ -149,9 +149,11 @@ neg-w-call + false + @@ -184,7 +186,7 @@ - + LOT-0001 @@ -386,11 +388,10 @@ - - - false + + @@ -472,7 +473,7 @@ - + LOT-0002 @@ -674,11 +675,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/21-120407-001-EXP.xml b/development-notices/eforms-xml/21-120407-001-EXP.xml index ddff344..10e0438 100644 --- a/development-notices/eforms-xml/21-120407-001-EXP.xml +++ b/development-notices/eforms-xml/21-120407-001-EXP.xml @@ -20,6 +20,7 @@ https://permalink.mercell.com/149974429.aspx + ORG-0001 @@ -35,7 +36,6 @@ 5013 - NO NOR @@ -56,7 +56,7 @@ - + ORG-0002 @@ -162,6 +162,7 @@ + @@ -190,8 +191,8 @@ - - LOT-0001 + + LOT-0000 @@ -373,11 +374,10 @@ 2021-04-08+01:00 12:00:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index 97eef15..f403a1e 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -117,13 +117,6 @@ 2021-04-13+01:00 Pakiet nr 1 - Pakiet nr 2 - Pakiet nr 3 - Pakiet nr 4 - Pakiet nr 5 - Pakiet nr 6 - Pakiet nr 7 - Pakiet nr 8 1 @@ -134,14 +127,7 @@ 2021-04-20+01:00 - Pakiet nr 1 - Pakiet nr 2 - Pakiet nr 3 Pakiet nr 4 - Pakiet nr 5 - Pakiet nr 6 - Pakiet nr 7 - Pakiet nr 8 4 @@ -230,7 +216,6 @@ Zabrze - PL22 POL @@ -257,7 +242,6 @@ Zabrze - PL22 POL @@ -311,7 +295,6 @@ Września - PL41 POL @@ -484,7 +467,7 @@ - + LOT-0001 @@ -686,7 +669,7 @@ - + LOT-0002 @@ -888,7 +871,7 @@ - + LOT-0003 @@ -1090,7 +1073,7 @@ - + LOT-0004 @@ -1292,7 +1275,7 @@ - + LOT-0005 @@ -1494,7 +1477,7 @@ - + LOT-0006 @@ -1696,7 +1679,7 @@ - + LOT-0007 @@ -1898,7 +1881,7 @@ - + LOT-0008 diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index 384fe39..c6b3732 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -111,14 +111,7 @@ 2021-12-29+01:00 - Cefuroxim – Gebietslose 1, 2, 4-6 Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Clarithromycin - Gebietslose 1-8 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 11 @@ -129,14 +122,7 @@ 2021-12-29+01:00 - Cefuroxim – Gebietslose 1, 2, 4-6 - Cefuroxim – Gebietslose 3, 7, 8 Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Clarithromycin - Gebietslose 1-8 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 12 @@ -147,14 +133,7 @@ 2021-12-29+01:00 - Cefuroxim – Gebietslose 1, 2, 4-6 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 Cefuroxim – Gebietslose 3, 7, 8 - Clarithromycin - Gebietslose 1-8 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 13 @@ -165,13 +144,6 @@ 2021-12-29+01:00 - Cefuroxim – Gebietslose 1, 2, 4-6 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Clarithromycin - Gebietslose 1-8 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 Roxithromycin - Gebietslos 7 15 @@ -183,13 +155,6 @@ 2021-12-29+01:00 - Cefuroxim – Gebietslose 1, 2, 4-6 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Clarithromycin - Gebietslose 1-8 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 Roxithromycin - Gebietslos 7 16 @@ -201,13 +166,6 @@ 2021-12-29+01:00 - Cefuroxim – Gebietslose 1, 2, 4-6 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Cefuroxim – Gebietslose 3, 7, 8 - Clarithromycin - Gebietslose 1-8 - Roxithromycin - Gebietslos 7 - Roxithromycin - Gebietslos 7 Roxithromycin - Gebietslos 7 17 @@ -276,7 +234,6 @@ 70191 - DE DEU @@ -313,7 +270,6 @@ 81739 - DE DEU @@ -346,7 +302,6 @@ 61352 - DE DEU @@ -379,7 +334,6 @@ 01067 - DE DEU @@ -412,7 +366,6 @@ 44269 - DE DEU @@ -445,7 +398,6 @@ 40213 - DE DEU @@ -478,7 +430,6 @@ 28195 - DE DEU @@ -511,7 +462,6 @@ 30519 - DE DEU @@ -544,7 +494,6 @@ 39106 - DE DEU @@ -577,7 +526,6 @@ 14467 - DE DEU @@ -610,7 +558,6 @@ 67304 - DE DEU @@ -637,7 +584,6 @@ Frankfurt am Main - DE DEU @@ -659,7 +605,6 @@ Berlin - DE DEU @@ -681,7 +626,6 @@ München - DE DEU @@ -703,7 +647,6 @@ Nürnberg - DE DEU @@ -725,7 +668,6 @@ Nürnberg - DE DEU @@ -747,7 +689,6 @@ Laichingen - DE DEU @@ -1175,7 +1116,7 @@ - + LOT-0001 @@ -1335,7 +1276,7 @@ - + LOT-0002 @@ -1495,7 +1436,7 @@ - + LOT-0003 @@ -1655,7 +1596,7 @@ - + LOT-0004 @@ -1815,7 +1756,7 @@ - + LOT-0005 diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index 8e47411..2660c67 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -1,19 +1,23 @@ - + - - 800000.00 + + 800000.00 + + selec-w + + TEN-0001 @@ -22,6 +26,19 @@ 800000.00 + + CON-0001 + + + 2021-07-06+01:00 + + Open Access Publishing on Wiley's Journals + + true + + + + TPA-0001 @@ -330,8 +347,8 @@ - - LOT-0001 + + LOT-0000 @@ -419,9 +436,11 @@ - - - + + false + + + diff --git a/development-notices/eforms-xml/352444_2021.xml b/development-notices/eforms-xml/352444_2021.xml index f45c86e..1914c7a 100644 --- a/development-notices/eforms-xml/352444_2021.xml +++ b/development-notices/eforms-xml/352444_2021.xml @@ -20,6 +20,7 @@ https://www.fnmotol.cz + ORG-0001 @@ -35,7 +36,6 @@ 150 06 - CZ01 CZE @@ -57,6 +57,7 @@ https://www.uohs.cz/ + ORG-0002 @@ -161,6 +162,7 @@ + @@ -192,8 +194,8 @@ - - LOT-0001 + + LOT-0000 @@ -366,11 +368,10 @@ 2021-08-11+01:00 10:00:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/352458_2021.xml b/development-notices/eforms-xml/352458_2021.xml index 74dccf4..3c811e6 100644 --- a/development-notices/eforms-xml/352458_2021.xml +++ b/development-notices/eforms-xml/352458_2021.xml @@ -20,6 +20,7 @@ www.mitterteich.de + ORG-0001 @@ -52,7 +53,7 @@ - + ORG-0002 @@ -152,6 +153,7 @@ + @@ -181,8 +183,8 @@ - - LOT-0001 + + LOT-0000 @@ -369,11 +371,10 @@ 2021-08-10+01:00 10:00:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index c0a3e0e..4bcb11f 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -1,19 +1,24 @@ - + 6738400.00 + + + selec-w + + TEN-0001 @@ -22,6 +27,16 @@ 6680000.00 + + CON-0001 + + + 2021-06-16+01:00 + + + + + TPA-0001 @@ -93,7 +108,6 @@ 619 00 - CZ CZE @@ -241,8 +255,8 @@ - - LOT-0001 + + LOT-0000 @@ -332,12 +346,10 @@ - - - true + diff --git a/development-notices/eforms-xml/352907_2021.xml b/development-notices/eforms-xml/352907_2021.xml index 094489b..a5eedae 100644 --- a/development-notices/eforms-xml/352907_2021.xml +++ b/development-notices/eforms-xml/352907_2021.xml @@ -20,6 +20,7 @@ https://uu.se/ + ORG-0001 @@ -58,6 +59,7 @@ www.forvaltningsratteniuppsala.domstol.se + ORG-0002 @@ -168,6 +170,7 @@ + @@ -199,8 +202,8 @@ - - LOT-0001 + + LOT-0000 @@ -355,11 +358,10 @@ 2021-08-19+01:00 12:00:00+01:00 - - - false + + diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index 1078152..9ef1c54 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -1,19 +1,20 @@ - + - + 1220020 + selec-w @@ -102,7 +103,6 @@ 8221 - AT22 AUT @@ -264,8 +264,8 @@ - - LOT-0001 + + LOT-0000 diff --git a/development-notices/eforms-xml/353820_2021.xml b/development-notices/eforms-xml/353820_2021.xml index 5b236b6..fae5559 100644 --- a/development-notices/eforms-xml/353820_2021.xml +++ b/development-notices/eforms-xml/353820_2021.xml @@ -20,6 +20,7 @@ www.giessen.de + ORG-0001 @@ -35,7 +36,6 @@ 35390 - DE72 DEU @@ -52,7 +52,7 @@ - + ORG-0002 @@ -156,9 +156,11 @@ neg-w-call + false + @@ -187,8 +189,8 @@ - - LOT-0001 + + LOT-0000 @@ -376,11 +378,10 @@ - - - false + + diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index 938a699..e9162b6 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -1,18 +1,18 @@ - + - + clos-nw @@ -192,8 +192,8 @@ - - LOT-0001 + + LOT-0000 diff --git a/xslt/addresses.xslt b/xslt/addresses.xslt index a87b8e9..17a496b 100644 --- a/xslt/addresses.xslt +++ b/xslt/addresses.xslt @@ -185,7 +185,8 @@ These instructions can be un-commented to show the variables holding the organiz Organization Country Subdivision (BT-507) - + + Organization Country Code (BT-514) diff --git a/xslt/functions-and-data.xslt b/xslt/functions-and-data.xslt index 604ce17..a786f9f 100644 --- a/xslt/functions-and-data.xslt +++ b/xslt/functions-and-data.xslt @@ -148,11 +148,16 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + + + + + + diff --git a/xslt/lot.xslt b/xslt/lot.xslt index f8281e8..3f8308d 100644 --- a/xslt/lot.xslt +++ b/xslt/lot.xslt @@ -15,7 +15,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + + + Purpose Lot Identifier (BT-137) @@ -39,9 +41,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + Only one Lot in the TED notice - + @@ -51,7 +53,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin
-
@@ -1110,7 +1111,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index ab679b6..2eee790 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -304,7 +304,7 @@ These instructions can be un-commented to show the variables Contract Title (BT-721) ---> + From 43996315f8b8a73d61720d8b61ba496add4d9938 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Fri, 8 Jul 2022 13:30:07 +0200 Subject: [PATCH 22/38] TEDXDC-201 Added Result Lot Identifier (BT-13713) --- development-notices/README.md | 8 ++-- .../eforms-xml/20-157399-001-EXP.xml | 16 +++++++ .../eforms-xml/20-157543-001-EXP.xml | 12 +++++ .../eforms-xml/21-000061-001-EXP.xml | 8 ++++ .../eforms-xml/21-000934-001-EXP.xml | 4 ++ .../eforms-xml/21-010961-001-EXP.xml | 4 ++ .../eforms-xml/21-050204-001-EXP.xml | 4 ++ .../eforms-xml/22-086633-001-EXP.xml | 32 +++++++++++++ .../eforms-xml/22-091559-001-EXP.xml | 32 +++++++++++++ .../eforms-xml/352425_2021.xml | 4 ++ .../eforms-xml/352732_2021.xml | 4 ++ .../eforms-xml/353237_2021.xml | 4 ++ .../eforms-xml/354339_2021.xml | 4 ++ xslt/functions-and-data.xslt | 46 +++++++++++++++++++ xslt/lot.xslt | 42 +++++------------ xslt/notice-result.xslt | 17 ++++++- xslt/ted-to-eforms.xslt | 8 +++- 17 files changed, 211 insertions(+), 38 deletions(-) diff --git a/development-notices/README.md b/development-notices/README.md index 2f60770..4ddc4f1 100644 --- a/development-notices/README.md +++ b/development-notices/README.md @@ -39,10 +39,10 @@ This table lists the TED XML files selected to test development of the Converter | 352458_2021.xml | F02 | CN | | | | 352425_2021.xml | F03 | CAN | Contract award | PT_AWARD_CONTRACT_WITHOUT_CALL | | 353237_2021.xml | F03 | CAN | Contract award | TERMINATION_PIN | -| 20-157399-001-EXP.xml | CAN | SettledContract | No DPS, no FRAMEWORK | -| 20-157543-001-EXP.xml | CAN | SettledContract | FRAMEWORK | -| 22-086633-001-EXP.xml | CAN | SettledContract | Multiple AWARD_CONTRACT collated into one SettledContract | -| 22-091559-001-EXP.xml | CAN | SettledContract | NO_AWARDED_CONTRACT | +| 20-157399-001-EXP.xml | F03 | CAN | SettledContract | No DPS, no FRAMEWORK | +| 20-157543-001-EXP.xml | F03 | CAN | SettledContract | FRAMEWORK | +| 22-086633-001-EXP.xml | F03 | CAN | SettledContract | Multiple AWARD_CONTRACT collated into one SettledContract | +| 22-091559-001-EXP.xml | F03 | CAN | SettledContract | NO_AWARDED_CONTRACT | diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index 00216ed..57d5cc5 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -22,6 +22,10 @@ selec-w + + + LOT-0000 + 830000.00 @@ -30,6 +34,10 @@ selec-w + + + LOT-0000 + 1699000.00 @@ -38,6 +46,10 @@ selec-w + + + LOT-0000 + 245000.00 @@ -46,6 +58,10 @@ selec-w + + + LOT-0000 + TEN-0001 diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index 866413e..967fdb6 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -17,14 +17,26 @@ selec-w + + + LOT-0001 + selec-w + + + LOT-0002 + selec-w + + + LOT-0003 + TEN-0001 diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index b73573b..7480a59 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -17,10 +17,18 @@ selec-w + + + LOT-0001 + selec-w + + + LOT-0002 + TEN-0001 diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index 0047a85..314d012 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -18,6 +18,10 @@ selec-w + + + LOT-0000 + TEN-0001 diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index 5839113..bde8cf2 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -20,6 +20,10 @@ selec-w + + + N/A + TEN-0001 diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index 3b5e8e0..c908646 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -17,6 +17,10 @@ selec-w + + + LOT-0000 + TEN-0001 diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index f403a1e..b426432 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -18,34 +18,66 @@ selec-w + + + LOT-0001 + selec-w + + + LOT-0002 + selec-w + + + LOT-0003 + selec-w + + + LOT-0004 + selec-w + + + LOT-0005 + selec-w + + + LOT-0006 + selec-w + + + LOT-0007 + clos-nw + + + LOT-0008 + TEN-0001 diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index c6b3732..755bc48 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -18,34 +18,66 @@ clos-nw + + + LOT-0002 + selec-w + + + LOT-0002 + selec-w + + + LOT-0002 + selec-w + + + LOT-0002 + clos-nw + + + LOT-0004 + selec-w + + + LOT-0005 + selec-w + + + LOT-0005 + selec-w + + + LOT-0005 + TEN-0001 diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index 2660c67..7544057 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -17,6 +17,10 @@ selec-w + + + LOT-0000 + TEN-0001 diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index 4bcb11f..8628bad 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -18,6 +18,10 @@ selec-w + + + LOT-0000 + TEN-0001 diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index 9ef1c54..c3123df 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -18,6 +18,10 @@ selec-w + + + LOT-0000 + TEN-0001 diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index e9162b6..ddde3f3 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -17,6 +17,10 @@ clos-nw true + + + LOT-0000 + TEN-0001 diff --git a/xslt/functions-and-data.xslt b/xslt/functions-and-data.xslt index a786f9f..d0cccfc 100644 --- a/xslt/functions-and-data.xslt +++ b/xslt/functions-and-data.xslt @@ -124,6 +124,52 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xslt/lot.xslt b/xslt/lot.xslt index 3f8308d..0d53fac 100644 --- a/xslt/lot.xslt +++ b/xslt/lot.xslt @@ -18,41 +18,21 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Purpose Lot Identifier (BT-137) + + + - - - - - - - - - WARNING: Cannot convert original TED lot number of to eForms - - - - - + + WARNING: Cannot convert original TED lot number of to eForms + + + + + Only one Lot in the TED notice - - - - - - - - Only one Lot in the TED notice - - - - - - - - - + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 2eee790..23ef134 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -257,7 +257,21 @@ These instructions can be un-commented to show the variables - + + Result Lot Identifier (BT-13713) + + + + + + + + + + + + + @@ -274,7 +288,6 @@ These instructions can be un-commented to show the variables Contract Technical Identifier (OPT-316) - Winner Decision Date (BT-1451) diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index e895f62..96a7d10 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -455,8 +455,14 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + multiple cac:ProcurementProjectLot here - + From 7375f0d60f58f817b4ef967b1e604dc248a06b70 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Mon, 11 Jul 2022 14:08:42 +0200 Subject: [PATCH 23/38] TEDXDC-155 Updated code to ensure comments for "contact" elements are always output --- xslt/addresses.xslt | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/xslt/addresses.xslt b/xslt/addresses.xslt index 17a496b..bb0fb0a 100644 --- a/xslt/addresses.xslt +++ b/xslt/addresses.xslt @@ -206,22 +206,31 @@ These instructions can be un-commented to show the variables holding the organiz - - - + + + + + + Organization Contact Point (BT-502) + + + Organization Contact Telephone Number (BT-503) + + + Organization Contact Fax (BT-739) + + + Organization Contact Email Address (BT-506) + + + + Organization Contact Point (BT-502) - - Organization Contact Telephone Number (BT-503) - - Organization Contact Fax (BT-739) - - Organization Contact Email Address (BT-506) - - - + + From 628f28b82acdd2afd2592afde03768dd0b0d9f03 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 12 Jul 2022 13:24:44 +0200 Subject: [PATCH 24/38] TEDXDC-202 and TEDXDC-203: Added Tender Lot Identifier (BT-13714), Tender Identifier (BT-3201) and Contract Tender ID (Reference, BT-3202) Added some missing BT comments --- .../eforms-xml/20-156983-001-EXP.xml | 4 + .../eforms-xml/20-157399-001-EXP.xml | 88 ++++- .../eforms-xml/20-157543-001-EXP.xml | 63 +++- .../eforms-xml/20-162034-001-EXP.xml | 4 + .../eforms-xml/20-198944-001-EXP.xml | 4 + .../eforms-xml/20-213571-001-EXP.xml | 4 + .../eforms-xml/20-246700-001-EXP.xml | 4 + .../eforms-xml/20-560391-001-EXP.xml | 4 + .../eforms-xml/20-566267-001-EXP.xml | 4 + .../eforms-xml/21-000061-001-EXP.xml | 320 ++++++++++++++++-- .../eforms-xml/21-000934-001-EXP.xml | 40 ++- .../eforms-xml/21-010961-001-EXP.xml | 26 +- .../eforms-xml/21-050204-001-EXP.xml | 26 +- .../eforms-xml/21-119240-001-EXP.xml | 4 + .../eforms-xml/21-120407-001-EXP.xml | 4 + .../eforms-xml/22-086633-001-EXP.xml | 153 +++++++-- .../eforms-xml/22-091559-001-EXP.xml | 172 ++++++++-- .../eforms-xml/352425_2021.xml | 26 +- .../eforms-xml/352458_2021.xml | 4 + .../eforms-xml/352732_2021.xml | 26 +- .../eforms-xml/353237_2021.xml | 22 +- .../eforms-xml/354339_2021.xml | 9 +- xslt/notice-result.xslt | 159 ++++++--- 23 files changed, 985 insertions(+), 185 deletions(-) diff --git a/development-notices/eforms-xml/20-156983-001-EXP.xml b/development-notices/eforms-xml/20-156983-001-EXP.xml index a20f1c5..73b7dcd 100644 --- a/development-notices/eforms-xml/20-156983-001-EXP.xml +++ b/development-notices/eforms-xml/20-156983-001-EXP.xml @@ -183,6 +183,10 @@ + + + + diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index 57d5cc5..a60f3c1 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -63,25 +63,61 @@ LOT-0000 - + TEN-0001 + + + + TPA-0001 + + + + LOT-0000 + - + TEN-0002 + + + + TPA-0002 + + + + LOT-0000 + - + TEN-0003 + + + + TPA-0003 + + + + LOT-0000 + - + TEN-0004 + + + + TPA-0004 + + + + LOT-0000 + CON-0001 @@ -90,9 +126,15 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 1 + + + TEN-0001 + CON-0002 @@ -101,9 +143,15 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 2 + + + TEN-0002 + CON-0003 @@ -112,9 +160,15 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 3 + + + TEN-0003 + CON-0004 @@ -123,32 +177,42 @@ 2019-09-24+01:00 Winter Maintenance of Municipal Roads and Spaces, Kåfjord Kommune [Kåfjord Municipality] + + 4 + + + TEN-0004 + - + TPA-0001 - + ORG-0002 + - + TPA-0002 - + ORG-0003 + - + TPA-0003 - + ORG-0004 + - + TPA-0004 - + ORG-0005 + diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index 967fdb6..c412f04 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -38,29 +38,56 @@ LOT-0003 - + TEN-0001 + 7834899.64 + + + TPA-0001 + + + + LOT-0001 + - + TEN-0002 + 1205369.20 + + + TPA-0002 + + + + LOT-0002 + - + TEN-0003 + 602684.60 + + + TPA-0002 + + + + LOT-0003 + CON-0001 @@ -69,22 +96,36 @@ 2020-03-18+01:00 Realización de controles financieros sobre proyectos cofinanciados por la Unión Europea en el marco comunitario del periodo 2014-2020 en los fondos Feaga, Feader, FEMP, Feder y FSE + true + EC 2020 2 + + + TEN-0001 + + + TEN-0002 + + + TEN-0003 + - + TPA-0001 - + ORG-0002 + - + TPA-0002 - + ORG-0003 + @@ -152,6 +193,10 @@ B78970506, B58671710, B97701312, B14701908, B87352357, B78510153 + + + + @@ -176,6 +221,10 @@ B78970506, B58671710, B87352357, B78510153 + + + + diff --git a/development-notices/eforms-xml/20-162034-001-EXP.xml b/development-notices/eforms-xml/20-162034-001-EXP.xml index a234241..743ac13 100644 --- a/development-notices/eforms-xml/20-162034-001-EXP.xml +++ b/development-notices/eforms-xml/20-162034-001-EXP.xml @@ -73,6 +73,10 @@ + + + + diff --git a/development-notices/eforms-xml/20-198944-001-EXP.xml b/development-notices/eforms-xml/20-198944-001-EXP.xml index 173672d..f77e9a5 100644 --- a/development-notices/eforms-xml/20-198944-001-EXP.xml +++ b/development-notices/eforms-xml/20-198944-001-EXP.xml @@ -71,6 +71,10 @@ + + + + diff --git a/development-notices/eforms-xml/20-213571-001-EXP.xml b/development-notices/eforms-xml/20-213571-001-EXP.xml index d66f7e1..ba505c9 100644 --- a/development-notices/eforms-xml/20-213571-001-EXP.xml +++ b/development-notices/eforms-xml/20-213571-001-EXP.xml @@ -73,6 +73,10 @@ + + + + diff --git a/development-notices/eforms-xml/20-246700-001-EXP.xml b/development-notices/eforms-xml/20-246700-001-EXP.xml index bbb93ad..a60a3cc 100644 --- a/development-notices/eforms-xml/20-246700-001-EXP.xml +++ b/development-notices/eforms-xml/20-246700-001-EXP.xml @@ -72,6 +72,10 @@ + + + + diff --git a/development-notices/eforms-xml/20-560391-001-EXP.xml b/development-notices/eforms-xml/20-560391-001-EXP.xml index 61bdb7c..cdff8fe 100644 --- a/development-notices/eforms-xml/20-560391-001-EXP.xml +++ b/development-notices/eforms-xml/20-560391-001-EXP.xml @@ -74,6 +74,10 @@ + + + + diff --git a/development-notices/eforms-xml/20-566267-001-EXP.xml b/development-notices/eforms-xml/20-566267-001-EXP.xml index 9d2c263..39abccb 100644 --- a/development-notices/eforms-xml/20-566267-001-EXP.xml +++ b/development-notices/eforms-xml/20-566267-001-EXP.xml @@ -797,6 +797,10 @@ + + + + diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 7480a59..0517434 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -30,101 +30,209 @@ LOT-0002 - + TEN-0001 + 250000000 + + + TPA-0001 + + + + LOT-0001 + - + TEN-0002 + 250000000 + + + TPA-0002 + + + + LOT-0001 + - + TEN-0003 + 250000000 + + + TPA-0003 + + + + LOT-0001 + - + TEN-0004 + 250000000 + + + TPA-0004 + + + + LOT-0001 + - + TEN-0005 + 250000000 + + + TPA-0005 + + + + LOT-0001 + - + TEN-0006 + 250000000 + + + TPA-0006 + + + + LOT-0001 + - + TEN-0007 + 50000000 + + + TPA-0007 + + + + LOT-0002 + - + TEN-0008 + 50000000 + + + TPA-0008 + + + + LOT-0002 + - + TEN-0009 + 50000000 + + + TPA-0005 + + + + LOT-0002 + - + TEN-0010 + 50000000 + + + TPA-0009 + + + + LOT-0002 + - + TEN-0011 + 50000000 + + + TPA-0010 + + + + LOT-0002 + - + TEN-0012 + 50000000 + + + TPA-0011 + + + + LOT-0002 + CON-0001 @@ -133,11 +241,17 @@ 2020-09-09+01:00 Technical Consultancy, Engineering Advice, Research and Innovation Services + true + 1A + + + TEN-0001 + CON-0002 @@ -146,11 +260,17 @@ 2020-09-09+01:00 Technical Consultancy, Engineering Advice, Research and Innovation Services + true + 1B + + + TEN-0002 + CON-0003 @@ -159,11 +279,17 @@ 2020-09-09+01:00 Technical Consultancy, Engineering Advice, Research and Innovation Services + true + 1C + + + TEN-0003 + CON-0004 @@ -172,11 +298,17 @@ 2020-09-09+01:00 Technical Consultancy, Engineering Advice, Research and Innovation Services + true + 1D + + + TEN-0004 + CON-0005 @@ -185,11 +317,17 @@ 2020-09-09+01:00 Technical Consultancy, Engineering Advice, Research and Innovation Services + true + 1E + + + TEN-0005 + CON-0006 @@ -198,11 +336,17 @@ 2020-10-14+01:00 Technical Consultancy, Engineering Advice, Research and Innovation Services + true + 1F + + + TEN-0006 + CON-0007 @@ -211,11 +355,17 @@ 2020-09-09+01:00 Procurement Advice + true + 2A + + + TEN-0007 + CON-0008 @@ -224,11 +374,17 @@ 2020-09-09+01:00 Procurement Advice + true + 2B + + + TEN-0008 + CON-0009 @@ -237,11 +393,17 @@ 2020-09-09+01:00 Procurement Advice + true + 2C + + + TEN-0009 + CON-0010 @@ -250,11 +412,17 @@ 2020-09-09+01:00 Procurement Advice + true + 2D + + + TEN-0010 + CON-0011 @@ -263,11 +431,17 @@ 2020-09-09+01:00 Procurement Advice + true + 2E + + + TEN-0011 + CON-0012 @@ -276,90 +450,110 @@ 2020-09-09+01:00 Procurement Advice + true + 2F + + + TEN-0012 + - + TPA-0001 - + ORG-0002 + - + TPA-0002 - + ORG-0003 + true - + ORG-0004 + false - + TPA-0003 - + ORG-0005 + - + TPA-0004 - + ORG-0006 + true - + ORG-0007 + false - + ORG-0008 + false - + TPA-0005 - + ORG-0009 + - + TPA-0006 - + ORG-0010 + - + TPA-0007 - + ORG-0006 + - + TPA-0008 - + ORG-0004 + - + TPA-0009 - + ORG-0011 + - + TPA-0010 - + ORG-0012 + - + TPA-0011 - + ORG-0013 + @@ -422,6 +616,10 @@ + + + + @@ -446,6 +644,10 @@ + + + + @@ -470,6 +672,10 @@ + + + + @@ -494,6 +700,10 @@ + + + + @@ -518,6 +728,10 @@ + + + + @@ -542,6 +756,10 @@ + + + + @@ -566,6 +784,10 @@ + + + + @@ -590,6 +812,10 @@ + + + + @@ -614,6 +840,10 @@ + + + + @@ -638,6 +868,10 @@ + + + + @@ -664,6 +898,10 @@ + + + + @@ -688,6 +926,10 @@ + + + + @@ -709,6 +951,10 @@ + + + + diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index 314d012..aeb56e2 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -23,13 +23,22 @@ LOT-0000 - + TEN-0001 + 1490000.00 + + + TPA-0001 + + + + LOT-0000 + CON-0001 @@ -38,22 +47,31 @@ 2020-12-15+01:00 Assessment Support of draft CAP Strategic Plans with Respect to Environmental Requirements + + 07.0202/2020/839227/ETU/ENV.D.1 + + + TEN-0001 + - + TPA-0001 - + ORG-0002 + true - + ORG-0003 + false - + ORG-0004 + false @@ -116,6 +134,10 @@ + + + + @@ -142,6 +164,10 @@ + + + + @@ -168,6 +194,10 @@ + + + + diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index bde8cf2..63ef16a 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -25,10 +25,19 @@ N/A - + TEN-0001 + + + + TPA-0001 + + + + N/A + CON-0001 @@ -37,14 +46,21 @@ 2020-07-10+01:00 Design Review and Construction Supervision Services in Relation to the Design and Build of Water and Wastewater Treatment Facilities + + ZWS2-C4XD-C-002 + + + TEN-0001 + - + TPA-0001 - + ORG-0002 + @@ -144,6 +160,10 @@ + + + + diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index c908646..10275f7 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -22,13 +22,22 @@ LOT-0000 - + TEN-0001 + 200000.00 + + + TPA-0001 + + + + LOT-0000 + CON-0001 @@ -36,16 +45,23 @@ Production and Supply of Branded Promotional Material + true + ENISA F-EDO-20-C32 + + + TEN-0001 + - + TPA-0001 - + ORG-0002 + @@ -114,6 +130,10 @@ + + + + diff --git a/development-notices/eforms-xml/21-119240-001-EXP.xml b/development-notices/eforms-xml/21-119240-001-EXP.xml index 1dadb51..cd44ce3 100644 --- a/development-notices/eforms-xml/21-119240-001-EXP.xml +++ b/development-notices/eforms-xml/21-119240-001-EXP.xml @@ -68,6 +68,10 @@ + + + + diff --git a/development-notices/eforms-xml/21-120407-001-EXP.xml b/development-notices/eforms-xml/21-120407-001-EXP.xml index 10e0438..3d52c82 100644 --- a/development-notices/eforms-xml/21-120407-001-EXP.xml +++ b/development-notices/eforms-xml/21-120407-001-EXP.xml @@ -77,6 +77,10 @@ + + + + diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index b426432..e59d88b 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -79,66 +79,124 @@ LOT-0008 - + TEN-0001 + 47620.00 + + + TPA-0001 + + + + LOT-0001 + - + TEN-0002 + 57231.00 + + + TPA-0002 + + + + LOT-0002 + - + TEN-0003 + 36436.50 + + + TPA-0002 + + + + LOT-0003 + - + TEN-0004 + 7950.00 + + + TPA-0003 + + + + LOT-0004 + - + TEN-0005 + 68950.00 + + + TPA-0002 + + + + LOT-0005 + - + TEN-0006 + 1139.00 + + + TPA-0002 + + + + LOT-0006 + - + TEN-0007 + 11800.00 - - - TEN-0008 - - + + + TPA-0004 + + + + LOT-0007 + CON-0001 @@ -149,9 +207,30 @@ 2021-04-13+01:00 Pakiet nr 1 + + 1 + + + TEN-0001 + + + TEN-0002 + + + TEN-0003 + + + TEN-0005 + + + TEN-0006 + + + TEN-0007 + CON-0002 @@ -160,32 +239,42 @@ 2021-04-20+01:00 Pakiet nr 4 + + 4 + + + TEN-0004 + - + TPA-0001 - + ORG-0002 + - + TPA-0002 - + ORG-0003 + - + TPA-0003 - + ORG-0004 + - + TPA-0004 - + ORG-0005 + @@ -257,6 +346,10 @@ : 648-19-97-718 + + + + @@ -283,6 +376,10 @@ 648-19-97-718 + + + + @@ -310,6 +407,10 @@ 7820006755 + + + + @@ -336,6 +437,10 @@ 5213468296 + + + + @@ -360,6 +465,10 @@ + + + + @@ -384,6 +493,10 @@ + + + + diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index 755bc48..4755a0e 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -79,63 +79,107 @@ LOT-0005 - + TEN-0001 + + + 214000.00 + + + + TPA-0001 + + + + LOT-0002 + - + TEN-0002 + 214000.00 + + + TPA-0002 + + + + LOT-0002 + - + TEN-0003 + 214000.00 + + + TPA-0003 + + + + LOT-0002 + - + TEN-0004 + 214000.00 + + + TPA-0004 + + + + LOT-0005 + - + TEN-0005 - - - TEN-0006 - - - - 214000.00 - - - - TEN-0007 - - + 214000.00 + + + TPA-0002 + + + + LOT-0005 + - - TEN-0008 + + TEN-0006 + 214000.00 + + + TPA-0005 + + + + LOT-0005 + CON-0001 @@ -144,9 +188,15 @@ 2021-12-29+01:00 Cefuroxim – Gebietslose 3, 7, 8 + + 11 + + + TEN-0001 + CON-0002 @@ -155,9 +205,15 @@ 2021-12-29+01:00 Cefuroxim – Gebietslose 3, 7, 8 + + 12 + + + TEN-0002 + CON-0003 @@ -166,9 +222,15 @@ 2021-12-29+01:00 Cefuroxim – Gebietslose 3, 7, 8 + + 13 + + + TEN-0003 + CON-0004 @@ -177,9 +239,15 @@ 2021-12-29+01:00 Roxithromycin - Gebietslos 7 + + 15 + + + TEN-0004 + CON-0005 @@ -188,9 +256,15 @@ 2021-12-29+01:00 Roxithromycin - Gebietslos 7 + + 16 + + + TEN-0005 + CON-0006 @@ -199,43 +273,55 @@ 2021-12-29+01:00 Roxithromycin - Gebietslos 7 + + 17 + + + TEN-0006 + - + TPA-0001 - + ORG-0012 + - + TPA-0002 - + ORG-0013 + - + TPA-0003 - + ORG-0014 + - + TPA-0004 - + ORG-0015 + true - + ORG-0016 + false - + TPA-0005 - + ORG-0017 + @@ -622,6 +708,10 @@ + + + + @@ -643,6 +733,10 @@ + + + + @@ -664,6 +758,10 @@ + + + + @@ -685,6 +783,10 @@ + + + + @@ -706,6 +808,10 @@ + + + + @@ -727,6 +833,10 @@ + + + + diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index 7544057..b11cb42 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -22,13 +22,22 @@ LOT-0000 - + TEN-0001 + 800000.00 + + + TPA-0001 + + + + LOT-0000 + CON-0001 @@ -37,16 +46,23 @@ 2021-07-06+01:00 Open Access Publishing on Wiley's Journals + true + + + + TEN-0001 + - + TPA-0001 - + ORG-0002 + @@ -110,6 +126,10 @@ 641132 + + + + diff --git a/development-notices/eforms-xml/352458_2021.xml b/development-notices/eforms-xml/352458_2021.xml index 3c811e6..2dff6f7 100644 --- a/development-notices/eforms-xml/352458_2021.xml +++ b/development-notices/eforms-xml/352458_2021.xml @@ -71,6 +71,10 @@ + + + + diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index 8628bad..f87cdb6 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -23,13 +23,22 @@ LOT-0000 - + TEN-0001 + 6680000.00 + + + TPA-0001 + + + + LOT-0000 + CON-0001 @@ -37,14 +46,21 @@ 2021-06-16+01:00 + + + + + TEN-0001 + - + TPA-0001 - + ORG-0002 + @@ -121,6 +137,10 @@ 00219169 + + + + diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index c3123df..ca2cd17 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -23,13 +23,22 @@ LOT-0000 - + TEN-0001 + 1220020 + + + TPA-0001 + + + + LOT-0000 + CON-0001 @@ -38,14 +47,21 @@ 2021-06-15+01:00 Beschaffung eines GPS-Systems für Kraftfahrzeuge + + + + + TEN-0001 + - + TPA-0001 - + ORG-0002 + diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index ddde3f3..a30c84f 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -22,11 +22,6 @@ LOT-0000 - - TEN-0001 - - - @@ -81,6 +76,10 @@ + + + + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 23ef134..9a60831 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -67,7 +67,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + + + TPA- @@ -77,8 +79,26 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + + + + + + + + + TEN- + + + + + + + + - + @@ -153,9 +173,10 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin These instructions can be un-commented to show the variables - + + --> @@ -277,21 +298,84 @@ These instructions can be un-commented to show the variables - + + + + + + + Tender Technical Identifier (OPT-321) + + + Tender Rank (BT-171) + + + Tender Variant (BT-193) + + Tender Value (BT-720) + + + + + + + + + + + + + + + + + + + + + + + + + Tendering Party ID Reference (OPT-310) + + + + + + + Tender Lot Identifier (BT-13714) + + + + + + + + + + + + + + + + + - + Contract Technical Identifier (OPT-316) Winner Decision Date (BT-1451) - + Contract Conclusion Date (BT-145) @@ -315,13 +399,14 @@ These instructions can be un-commented to show the variables - + Contract Title (BT-721) - + + Contract Framework Agreement (BT-768) @@ -335,7 +420,8 @@ These instructions can be un-commented to show the variables - + + Contract Identifier (BT-150) @@ -345,6 +431,14 @@ These instructions can be un-commented to show the variables + Contract Tender ID (Reference, BT-3202) + + + + + + + @@ -357,14 +451,17 @@ These instructions can be un-commented to show the variables + Tendering Party ID (OPT-210) + Tenderer ID Reference (OPT-300) + Tendering Party Leader (OPT-170) @@ -400,50 +497,6 @@ These instructions can be un-commented to show the variables true
- - - - - - TEN- - - - - - Tender Rank (BT-171) - - - Tender Variant (BT-193) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 4df937a6f735c2d5c8c2b3da4a94dc031c6b44b4 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Wed, 13 Jul 2022 13:55:39 +0200 Subject: [PATCH 25/38] TEDXDC-204 Added Tender Identifier Reference (OPT-320) and Contract Identifier Reference (OPT-315) to the template for LotResult --- .../eforms-xml/20-157399-001-EXP.xml | 32 ++++++++ .../eforms-xml/20-157543-001-EXP.xml | 24 ++++++ .../eforms-xml/21-000061-001-EXP.xml | 76 +++++++++++++++++++ .../eforms-xml/21-000934-001-EXP.xml | 8 ++ .../eforms-xml/21-010961-001-EXP.xml | 8 ++ .../eforms-xml/21-050204-001-EXP.xml | 8 ++ .../eforms-xml/22-086633-001-EXP.xml | 58 ++++++++++++++ .../eforms-xml/22-091559-001-EXP.xml | 52 +++++++++++++ .../eforms-xml/352425_2021.xml | 8 ++ .../eforms-xml/352732_2021.xml | 8 ++ .../eforms-xml/353237_2021.xml | 8 ++ .../eforms-xml/354339_2021.xml | 2 + xslt/notice-result.xslt | 43 ++++++++--- 13 files changed, 324 insertions(+), 11 deletions(-) diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index a60f3c1..94cc61a 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -22,6 +22,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0000 @@ -34,6 +42,14 @@ selec-w + + + TEN-0002 + + + + CON-0002 + LOT-0000 @@ -46,6 +62,14 @@ selec-w + + + TEN-0003 + + + + CON-0003 + LOT-0000 @@ -58,6 +82,14 @@ selec-w + + + TEN-0004 + + + + CON-0004 + LOT-0000 diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index c412f04..2a38898 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -17,6 +17,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0001 @@ -25,6 +33,14 @@ selec-w + + + TEN-0002 + + + + CON-0001 + LOT-0002 @@ -33,6 +49,14 @@ selec-w + + + TEN-0003 + + + + CON-0001 + LOT-0003 diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 0517434..29ec0fd 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -17,6 +17,44 @@ selec-w + + + TEN-0001 + + + TEN-0002 + + + TEN-0003 + + + TEN-0004 + + + TEN-0005 + + + TEN-0006 + + + + CON-0001 + + + CON-0002 + + + CON-0003 + + + CON-0004 + + + CON-0005 + + + CON-0006 + LOT-0001 @@ -25,6 +63,44 @@ selec-w + + + TEN-0007 + + + TEN-0008 + + + TEN-0009 + + + TEN-0010 + + + TEN-0011 + + + TEN-0012 + + + + CON-0007 + + + CON-0008 + + + CON-0009 + + + CON-0010 + + + CON-0011 + + + CON-0012 + LOT-0002 diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index aeb56e2..23687a4 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -18,6 +18,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0000 diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index 63ef16a..20e783c 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -20,6 +20,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + N/A diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index 10275f7..2677394 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -17,6 +17,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0000 diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index e59d88b..26c8fb3 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -18,6 +18,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0001 @@ -26,6 +34,14 @@ selec-w + + + TEN-0002 + + + + CON-0001 + LOT-0002 @@ -34,6 +50,14 @@ selec-w + + + TEN-0003 + + + + CON-0001 + LOT-0003 @@ -42,6 +66,14 @@ selec-w + + + TEN-0004 + + + + CON-0002 + LOT-0004 @@ -50,6 +82,14 @@ selec-w + + + TEN-0005 + + + + CON-0001 + LOT-0005 @@ -58,6 +98,14 @@ selec-w + + + TEN-0006 + + + + CON-0001 + LOT-0006 @@ -66,6 +114,14 @@ selec-w + + + TEN-0007 + + + + CON-0001 + LOT-0007 @@ -74,6 +130,8 @@ clos-nw + + LOT-0008 diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index 4755a0e..bf9fd59 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -18,6 +18,8 @@ clos-nw + + LOT-0002 @@ -26,6 +28,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0002 @@ -34,6 +44,14 @@ selec-w + + + TEN-0002 + + + + CON-0002 + LOT-0002 @@ -42,6 +60,14 @@ selec-w + + + TEN-0003 + + + + CON-0003 + LOT-0002 @@ -50,6 +76,8 @@ clos-nw + + LOT-0004 @@ -58,6 +86,14 @@ selec-w + + + TEN-0004 + + + + CON-0004 + LOT-0005 @@ -66,6 +102,14 @@ selec-w + + + TEN-0005 + + + + CON-0005 + LOT-0005 @@ -74,6 +118,14 @@ selec-w + + + TEN-0006 + + + + CON-0006 + LOT-0005 diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index b11cb42..f59ccd2 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -17,6 +17,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0000 diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index f87cdb6..fe1d123 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -18,6 +18,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0000 diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index ca2cd17..292dc5b 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -18,6 +18,14 @@ selec-w + + + TEN-0001 + + + + CON-0001 + LOT-0000 diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index a30c84f..98e204a 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -17,6 +17,8 @@ clos-nw true + + LOT-0000 diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 9a60831..10aec2d 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -133,16 +133,16 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - LTR- + LTR- - + @@ -152,14 +152,14 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - LTR- + LTR- - + @@ -177,12 +177,12 @@ These instructions can be un-commented to show the variables - --> + @@ -194,9 +194,9 @@ These instructions can be un-commented to show the variables - + - + @@ -208,7 +208,7 @@ These instructions can be un-commented to show the variables WARNING: Multiple different currencies ( ) were found in VAL_RANGE_TOTAL elements in AWARD_CONTRACT elements used for LotResult - + . @@ -238,7 +238,7 @@ These instructions can be un-commented to show the variables WARNING: Both AWARDED_CONTRACT and NO_AWARDED_CONTRACT elements were found in AWARD_CONTRACT elements used for LotResult - + . @@ -268,6 +268,16 @@ These instructions can be un-commented to show the variables + Tender Identifier Reference (OPT-320) + + + + + + + + + @@ -276,6 +286,17 @@ These instructions can be un-commented to show the variables + Contract Identifier Reference (OPT-315) + + + + + + + + + + From e41c49a035f30ef909d8687cc6f690e5e68dd317 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Wed, 13 Jul 2022 15:38:19 +0200 Subject: [PATCH 26/38] TEDXDC-193: Created template to cater for PROCUREMENT_DISCONTINUED and PROCUREMENT_UNSUCCESSFUL TEDXDC-194: Created template to cater for DATE_CONCLUSION_CONTRACT --- xslt/notice-result.xslt | 121 +++++++++++++++++++++++++++++++--------- xslt/other-mappings.xml | 17 ++++++ 2 files changed, 113 insertions(+), 25 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 10aec2d..98523d1 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -267,6 +267,8 @@ These instructions can be un-commented to show the variables + Not Awarded Reason (BT-144) + Tender Identifier Reference (OPT-320) @@ -284,6 +286,7 @@ These instructions can be un-commented to show the variables + Contract Identifier Reference (OPT-315) @@ -396,31 +399,9 @@ These instructions can be un-commented to show the variables Winner Decision Date (BT-1451) - - Contract Conclusion Date (BT-145) - - - - - +01:00 - - - - - WARNING: Multiple different dates were found in DATE_CONCLUSION_CONTRACT in the AWARD_CONTRACTs sharing the same CONTRACT_NO value of - - . - - - - - +01:00 - - - - - - + + + Contract Title (BT-721) @@ -504,6 +485,30 @@ These instructions can be un-commented to show the variables + +Contract Conclusion Date (BT-145) + + + + + +01:00 + + + + + WARNING: Multiple different dates were found in DATE_CONCLUSION_CONTRACT in the AWARD_CONTRACTs sharing the same CONTRACT_NO value of + + . + + + + + +01:00 + + + + + @@ -519,6 +524,72 @@ These instructions can be un-commented to show the variables + + + + + + + + + + + + + WARNING: for Not Awarded Reason (BT-144), source TED XML notice groups the two following justifications: 1) no tenders or requests to participate were received or 2) all were rejected. The codelist value "all-rej" (eForms equivalent of the second TED justification) has been used as a default. + + + + + + + + + + + + + + TEN- + + + + + Tender Rank (BT-171) + + + Tender Variant (BT-193) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xslt/other-mappings.xml b/xslt/other-mappings.xml index f2b643e..b8cc88a 100644 --- a/xslt/other-mappings.xml +++ b/xslt/other-mappings.xml @@ -356,6 +356,23 @@ + + Not Awarded Reason (BT-144) + /TED_EXPORT/FORM_SECTION/*/AWARD_CONTRACT/NO_AWARDED_CONTRACT/(PROCUREMENT_DISCONTINUED|PROCUREMENT_UNSUCCESSFUL)/fn:local-name() + /ContractAwardNotice/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efbc:DecisionReasonCode + non-award-justification + + PROCUREMENT_DISCONTINUED + other + + + + PROCUREMENT_UNSUCCESSFUL + all-rej + + + + From 1fd54a105f204eeadd81d4affa8b44822d298994 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Wed, 13 Jul 2022 18:03:10 +0200 Subject: [PATCH 27/38] TEDXDC-193: Updated warning message for BT-144 --- .../eforms-xml/20-157399-001-EXP.xml | 4 + .../eforms-xml/20-157543-001-EXP.xml | 3 + .../eforms-xml/21-000061-001-EXP.xml | 2 + .../eforms-xml/21-000934-001-EXP.xml | 1 + .../eforms-xml/21-010961-001-EXP.xml | 1 + .../eforms-xml/21-050204-001-EXP.xml | 1 + .../eforms-xml/22-086633-001-EXP.xml | 12 ++ .../eforms-xml/22-091559-001-EXP.xml | 112 +++++++----------- .../eforms-xml/352425_2021.xml | 1 + .../eforms-xml/352732_2021.xml | 1 + .../eforms-xml/353237_2021.xml | 1 + .../eforms-xml/354339_2021.xml | 4 + .../ted-xml/22-091559-001-EXP.xml | 1 + xslt/notice-result.xslt | 45 +++---- 14 files changed, 96 insertions(+), 93 deletions(-) diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index 94cc61a..918597f 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -22,6 +22,7 @@ selec-w + TEN-0001 @@ -42,6 +43,7 @@ selec-w + TEN-0002 @@ -62,6 +64,7 @@ selec-w + TEN-0003 @@ -82,6 +85,7 @@ selec-w + TEN-0004 diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index 2a38898..e3e7d6f 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -17,6 +17,7 @@ selec-w + TEN-0001 @@ -33,6 +34,7 @@ selec-w + TEN-0002 @@ -49,6 +51,7 @@ selec-w + TEN-0003 diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 29ec0fd..739dfc5 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -17,6 +17,7 @@ selec-w + TEN-0001 @@ -63,6 +64,7 @@ selec-w + TEN-0007 diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index 23687a4..6c59c6a 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -18,6 +18,7 @@ selec-w + TEN-0001 diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index 20e783c..0aff9aa 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -20,6 +20,7 @@ selec-w + TEN-0001 diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index 2677394..20639a0 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -17,6 +17,7 @@ selec-w + TEN-0001 diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index 26c8fb3..02809da 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -18,6 +18,7 @@ selec-w + TEN-0001 @@ -34,6 +35,7 @@ selec-w + TEN-0002 @@ -50,6 +52,7 @@ selec-w + TEN-0003 @@ -66,6 +69,7 @@ selec-w + TEN-0004 @@ -82,6 +86,7 @@ selec-w + TEN-0005 @@ -98,6 +103,7 @@ selec-w + TEN-0006 @@ -114,6 +120,7 @@ selec-w + TEN-0007 @@ -130,6 +137,11 @@ clos-nw + + + + all-rej + diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index bf9fd59..5af9309 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -12,59 +12,32 @@ - - 214000.00 - - - clos-nw - - - - - - LOT-0002 - - - + + 214000.00 + selec-w + + + other + TEN-0001 - - - CON-0001 - - - - LOT-0002 - - - - selec-w - - TEN-0002 - - - CON-0002 - - - - LOT-0002 - - - - selec-w - - TEN-0003 + + CON-0001 + + + CON-0002 + CON-0003 @@ -76,6 +49,10 @@ clos-nw + + + other + @@ -86,43 +63,24 @@ selec-w + TEN-0004 - - - CON-0004 - - - - LOT-0005 - - - - selec-w - - TEN-0005 - - - CON-0005 - - - - LOT-0005 - - - - selec-w - - TEN-0006 + + CON-0004 + + + CON-0005 + CON-0006 @@ -241,6 +199,8 @@ Cefuroxim – Gebietslose 3, 7, 8 + + true 11 @@ -258,6 +218,8 @@ Cefuroxim – Gebietslose 3, 7, 8 + + true 12 @@ -275,6 +237,8 @@ Cefuroxim – Gebietslose 3, 7, 8 + + true 13 @@ -292,6 +256,8 @@ Roxithromycin - Gebietslos 7 + + true 15 @@ -309,6 +275,8 @@ Roxithromycin - Gebietslos 7 + + true 16 @@ -326,6 +294,8 @@ Roxithromycin - Gebietslos 7 + + true 17 @@ -1410,7 +1380,7 @@ - none + fa-wo-rc @@ -1570,7 +1540,7 @@ - none + fa-wo-rc @@ -1730,7 +1700,7 @@ - none + fa-wo-rc @@ -1890,7 +1860,7 @@ - none + fa-wo-rc @@ -2050,7 +2020,7 @@ - none + fa-wo-rc diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index f59ccd2..0ca9800 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -17,6 +17,7 @@ selec-w + TEN-0001 diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index fe1d123..ff4c2f1 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -18,6 +18,7 @@ selec-w + TEN-0001 diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index 292dc5b..db2094e 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -18,6 +18,7 @@ selec-w + TEN-0001 diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index 98e204a..58415f5 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -17,6 +17,10 @@ clos-nw true + + + other + diff --git a/development-notices/ted-xml/22-091559-001-EXP.xml b/development-notices/ted-xml/22-091559-001-EXP.xml index 9b527e6..1c83c6f 100644 --- a/development-notices/ted-xml/22-091559-001-EXP.xml +++ b/development-notices/ted-xml/22-091559-001-EXP.xml @@ -515,6 +515,7 @@ + 2020/S 182-436882 diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 98523d1..a84dca8 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -486,27 +486,28 @@ These instructions can be un-commented to show the variables -Contract Conclusion Date (BT-145) - - - - - +01:00 - - - - - WARNING: Multiple different dates were found in DATE_CONCLUSION_CONTRACT in the AWARD_CONTRACTs sharing the same CONTRACT_NO value of - - . - - - - - +01:00 - - - + + Contract Conclusion Date (BT-145) + + + + + +01:00 + + + + + WARNING: Multiple different dates were found in DATE_CONCLUSION_CONTRACT in the AWARD_CONTRACTs sharing the same CONTRACT_NO value of + + . + + + + + +01:00 + + + @@ -536,7 +537,7 @@ These instructions can be un-commented to show the variables - WARNING: for Not Awarded Reason (BT-144), source TED XML notice groups the two following justifications: 1) no tenders or requests to participate were received or 2) all were rejected. The codelist value "all-rej" (eForms equivalent of the second TED justification) has been used as a default. + WARNING: The TED XML element PROCUREMENT_UNSUCCESSFUL ("No tenders or requests to participate were received or all were rejected") maps to two codes in the non-award-justification codelist used in eForms: 1) "no-rece": "No tenders, requests to participate or projects were received"; and 2) "all-rej": "All tenders, requests to participate or projects were withdrawn or found inadmissible". The value "all-rej" has been used as a default. From d6c93f8f7399f55fa49b8737e7e1b6d875667609 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Thu, 14 Jul 2022 10:31:49 +0200 Subject: [PATCH 28/38] TEDXDC-195: created template to cater for TENDERS --- .../eforms-xml/22-091559-001-EXP.xml | 71 ++- xslt/notice-result.xslt | 19 +- xslt/other-mappings.xml | 32 ++ xslt/ted-to-eforms.xslt | 470 +----------------- 4 files changed, 113 insertions(+), 479 deletions(-) diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index bf9fd59..1e221e8 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -18,7 +18,13 @@ clos-nw + + + other + + + @@ -28,10 +34,17 @@ selec-w + TEN-0001 + + + + tenders + 7 + CON-0001 @@ -44,10 +57,17 @@ selec-w + TEN-0002 + + + + tenders + 7 + CON-0002 @@ -60,10 +80,17 @@ selec-w + TEN-0003 + + + + tenders + 7 + CON-0003 @@ -76,7 +103,13 @@ clos-nw + + + other + + + @@ -86,10 +119,17 @@ selec-w + TEN-0004 + + + + tenders + 5 + CON-0004 @@ -102,10 +142,17 @@ selec-w + TEN-0005 + + + + tenders + 5 + CON-0005 @@ -118,10 +165,17 @@ selec-w + TEN-0006 + + + + tenders + 5 + CON-0006 @@ -1280,7 +1334,6 @@ - diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 98523d1..637be42 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -286,7 +286,7 @@ These instructions can be un-commented to show the variables - + Contract Identifier Reference (OPT-315) @@ -545,6 +545,23 @@ These instructions can be un-commented to show the variables + + + Received Submissions Type (BT-760) + + Received Submissions Count (BT-759) + + + + + + + + + + + + diff --git a/xslt/other-mappings.xml b/xslt/other-mappings.xml index b8cc88a..4bd8de3 100644 --- a/xslt/other-mappings.xml +++ b/xslt/other-mappings.xml @@ -373,6 +373,38 @@ + + + Received Submissions Type (BT-760) + /TED_EXPORT/FORM_SECTION/*/AWARD_CONTRACT/AWARDED_CONTRACT/TENDERS/*/fn:local-name() + /ContractAwardNotice/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efbc:StatisticsCode + received-submission-type + + NB_TENDERS_RECEIVED + tenders + + + + NB_TENDERS_RECEIVED_SME + t-sme + + + + NB_TENDERS_RECEIVED_OTHER_EU + t-oth-eea + + + + NB_TENDERS_RECEIVED_NON_EU + t-no-eea + + + + NB_TENDERS_RECEIVED_EMEANS + t-esubm + + + diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index 96a7d10..45e1bca 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -1,469 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ERROR: found different form types in - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - WARNING: TED date elements have no time zone associated. For all dates in this notice, the time zone is assumed to be CET, i.e. UTC+01:00 - - - - - - - - - - - - - - - - - - - - - - - 2000-01-01Z - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Notice SubType (OPP-070) - - - - - - - - - - - - - - - - UBL version ID (UBL) - 2.3 - - Customization ID (UBL) - - eforms-sdk-0.6 - - Notice Identifier (BT-701) - - f252f386-55ac-4fa8-9be4-9f950b9904c8 - - Procedure Identifier (BT-04) - - aff2863e-b4cc-4e91-baba-b3b85f709117 - - Notice Dispatch Date (BT-05) - - - +01:00 - 12:00:00+01:00 - - Notice Version (BT-757) - - 01 - - - Future Notice (BT-127) - - - - - 2020-12-31+01:00 - - - Procedure Legal Basis (BT-01) - - - Form Type (BT-03) and Notice Type (BT-02) - - cn-standard - - Notice Official Language (BT-702) (first) - - - - Notice Official Language (BT-702) (additional) - - - - - - - - - - efac:changes here - - - - efac:ContractModification here - - - - efac:Publication here - - - Notice Publication ID (OPP-010) - - 12345678-2023 - - OJEU Identifier (OPP-011) - - 123/2023 - - OJEU Publication Date (OPP-012) - - 2023-03-14+01:00 - - - - - cac:ContractingParty here - - - - - - - - - - - - - - - - - - cac:TenderingTerms here - - - - - Cross Border Law (BT-09) - - - BT-01 Legal Basis Local - Text - - - Exclusion Grounds (BT-67) - - Lots Max Awarded (BT-33) - - Lots Max Allowed (BT-31) - - - Group Identifier (BT-330) - - Group Lot Identifier (BT-1375) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - cac:TenderingProcess here - - - - - - - Tool Name (BT-632) - - Deadline Receipt Expressions (BT-630) - - - Procurement Relaunch (BT-634) - - - - - - - - - - - - Procedure Type (BT-105) - - - - Lots All Required (BT-763) - - - - - Previous Planning Identifier (BT-125) - - - - - - - Previous Planning Part Identifier (BT-1251) - - - - - - - - Direct Award Justification Previous Procedure Identifier (BT-1252) - - - - - - - - - - - - - - - - - - - - - - - - - - - - cac:ProcurementProject here - - - - Internal Identifier (BT-22) - - - Title (BT-21) - - - Description (BT-24) - - - Main Nature (BT-23) - - - - Additional Information (BT-300) - - - - Estimated Value (BT-27) - - - - Main Classification Code (BT-262) - - - Additional Classification Code (BT-263) - - - - Place of Performance Additional Information (BT-728) - - Place Performance City (BT-5131) - - Place Performance Post Code (BT-5121) - - Place Performance Country Subdivision (BT-5071) - - Place Performance Services Other (BT-727) - - Place Performance Street (BT-5101) - - Place Performance Country Code (BT-5141) - - - - - - - - - - - - - - - - - - - - - - multiple cac:ProcurementProjectLot here - - - - - + ERROR: found different form types in WARNING: TED date elements have no time zone associated. For all dates in this notice, the time zone is assumed to be CET, i.e. UTC+01:00 2000-01-01Z Notice SubType (OPP-070) UBL version ID (UBL) 2.3 Customization ID (UBL) eforms-sdk-0.6 Notice Identifier (BT-701) f252f386-55ac-4fa8-9be4-9f950b9904c8 Procedure Identifier (BT-04) aff2863e-b4cc-4e91-baba-b3b85f709117 Notice Dispatch Date (BT-05) +01:00 12:00:00+01:00 Notice Version (BT-757) 01 Future Notice (BT-127) 2020-12-31+01:00 Procedure Legal Basis (BT-01) Form Type (BT-03) and Notice Type (BT-02) cn-standard Notice Official Language (BT-702) (first) Notice Official Language (BT-702) (additional) efac:changes here efac:ContractModification here efac:Publication here Notice Publication ID (OPP-010) 12345678-2023 OJEU Identifier (OPP-011) 123/2023 OJEU Publication Date (OPP-012) 2023-03-14+01:00 cac:ContractingParty here cac:TenderingTerms here Cross Border Law (BT-09) BT-01 Legal Basis Local - Text Exclusion Grounds (BT-67) Lots Max Awarded (BT-33) Lots Max Allowed (BT-31) Group Identifier (BT-330) Group Lot Identifier (BT-1375) cac:TenderingProcess here Tool Name (BT-632) Deadline Receipt Expressions (BT-630) Procurement Relaunch (BT-634) Procedure Type (BT-105) Lots All Required (BT-763) Previous Planning Identifier (BT-125) Previous Planning Part Identifier (BT-1251) cac:ProcurementProject here Internal Identifier (BT-22) Title (BT-21) Description (BT-24) Main Nature (BT-23) Additional Information (BT-300) Estimated Value (BT-27) Main Classification Code (BT-262) Additional Classification Code (BT-263) Place of Performance Additional Information (BT-728) Place Performance City (BT-5131) Place Performance Post Code (BT-5121) Place Performance Country Subdivision (BT-5071) Place Performance Services Other (BT-727) Place Performance Street (BT-5101) Place Performance Country Code (BT-5141) multiple cac:ProcurementProjectLot here \ No newline at end of file From cf193ea41b34e5391a680e3f1903a926bb77a3f7 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Mon, 18 Jul 2022 10:35:46 +0200 Subject: [PATCH 29/38] TEDXDC-196: updated templates to cater for VALUES --- xslt/notice-result.xslt | 113 ++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 75 deletions(-) diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index cf5ed66..59b4c63 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -199,39 +199,8 @@ These instructions can be un-commented to show the variables - - - - - - - WARNING: Multiple different currencies ( - - ) were found in VAL_RANGE_TOTAL elements in AWARD_CONTRACT elements used for LotResult - - . - - - - - - - - Tender Value Highest (BT-711) - - - - - Tender Value Lowest (BT-710) - - - - Tender Value Highest (BT-711) - Tender Value Lowest (BT-710) - - - - + + Winner Chosen (BT-142) @@ -485,6 +454,42 @@ These instructions can be un-commented to show the variables + + + + + + + + + + WARNING: Multiple different currencies ( + + ) were found in VAL_RANGE_TOTAL elements in AWARD_CONTRACT elements used for LotResult + + . + + + + + + + + Tender Value Highest (BT-711) + + + + + Tender Value Lowest (BT-710) + + + + Tender Value Highest (BT-711) + Tender Value Lowest (BT-710) + + + + Contract Conclusion Date (BT-145) @@ -564,49 +569,7 @@ These instructions can be un-commented to show the variables - - - - - TEN- - - - - Tender Rank (BT-171) - - - Tender Variant (BT-193) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 8ae852c31b578692fd444f7e33debcd092a4f086 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Mon, 18 Jul 2022 13:34:09 +0200 Subject: [PATCH 30/38] TEDXDC-81 - Added code to handle QUALIFICATION. Updated code to avoid output of Extension elements when they have no element content. --- xslt/lot.xslt | 94 ++++++++++++++++++++++++----------------- xslt/other-mappings.xml | 12 +++++- 2 files changed, 67 insertions(+), 39 deletions(-) diff --git a/xslt/lot.xslt b/xslt/lot.xslt index 0d53fac..bb5fcba 100644 --- a/xslt/lot.xslt +++ b/xslt/lot.xslt @@ -55,43 +55,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Lot cac:TenderingTerms here - - - - - - - - - - - - - - - - - - - - - - - - - - - Selection Criteria Second Stage Invite (BT-40) - - Selection Criteria Second Stage Invite Number Weight (BT-7531) - - Selection Criteria Second Stage Invite Number Threshold (BT-7532) - - Selection Criteria Second Stage Invite Number (BT-752) - - - - + + Variants (BT-63) @@ -197,8 +162,61 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Security Clearance Description (BT-732) + + + + + + + + + + + + - + + + + + + + + + + + + + + + Selection Criteria Second Stage Invite (BT-40) + + Selection Criteria Second Stage Invite Number Weight (BT-7531) + + Selection Criteria Second Stage Invite Number Threshold (BT-7532) + + Selection Criteria Second Stage Invite Number (BT-752) + + + + + + + Selection Criteria Type (BT-747) + Selection Criteria Name (BT-749) + Selection Criteria Description (BT-750) + Selection Criteria Used (BT-748) + Selection Criteria Second Stage Invite (BT-40) + Selection Criteria Second Stage Invite Number Weight (BT-7531) + Selection Criteria Second Stage Invite Number Threshold (BT-7532) + Selection Criteria Second Stage Invite Number (BT-752) + + + + + + + diff --git a/xslt/other-mappings.xml b/xslt/other-mappings.xml index 4bd8de3..0c8cb97 100644 --- a/xslt/other-mappings.xml +++ b/xslt/other-mappings.xml @@ -316,7 +316,7 @@ Mapping for Main and Additional Nature (BT-23, BT-531) - /TED_EXPORT/FORM_SECTION/*/LEFTI/(SUITABILITY|ECONOMIC_FINANCIAL_INFO|ECONOMIC_FINANCIAL_MIN_LEVEL|TECHNICAL_PROFESSIONAL_INFO|TECHNICAL_PROFESSIONAL_MIN_LEVEL|RULES_CRITERIA)/fn:local-name() + /TED_EXPORT/FORM_SECTION/*/LEFTI/(SUITABILITY|ECONOMIC_FINANCIAL_INFO|ECONOMIC_FINANCIAL_MIN_LEVEL|TECHNICAL_PROFESSIONAL_INFO|TECHNICAL_PROFESSIONAL_MIN_LEVEL|RULES_CRITERIA|ted:QUALIFICATION/ted:CONDITIONS|ted:QUALIFICATION/ted:METHODS)/fn:local-name() /*/cac:ProcurementProjectLot/cac:SelectionCriteria/cbc:CriterionTypeCode selection-criterion @@ -354,6 +354,16 @@ other + + CONDITIONS + other + + + + METHODS + other + + From de97760e807856194555c8d0635ee3d4e96e03c7 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Tue, 19 Jul 2022 19:17:31 +0200 Subject: [PATCH 31/38] TEDXDC-74: Completed code for Buyer Legal Type (BT-11) and Buyer Contracting Entity (BT-740) Some minor non-coding fixes --- xslt/addresses.xslt | 62 +++-- xslt/functions-and-data.xslt | 10 +- xslt/procedure.xslt | 2 +- xslt/ted-to-eforms.xslt | 469 ++++++++++++++++++++++++++++++++++- 4 files changed, 517 insertions(+), 26 deletions(-) diff --git a/xslt/addresses.xslt b/xslt/addresses.xslt index bb0fb0a..8226230 100644 --- a/xslt/addresses.xslt +++ b/xslt/addresses.xslt @@ -242,19 +242,21 @@ These instructions can be un-commented to show the variables holding the organiz - + Buyer Profile URL (BT-508) - - Buyer Legal Type (BT-11) and Buyer Contracting Entity (BT-740) - + + + + - - Activity Authority (BT-10) and Activity Entity (BT-610) - + Activity Authority (BT-10) + + Activity Entity (BT-610) + Buyer Technical Identifier Reference (OPT-300) @@ -280,6 +282,40 @@ These instructions can be un-commented to show the variables holding the organiz + + + Buyer Legal Type (BT-11) + + + + + + + WARNING: Buyer Legal Type (BT-11) is Mandatory for eForms subtypes 1, 4, 7, 10, 14, 16, 19, 23, 29, 32, 35, and 36, but no CA_TYPE was found in TED XML. + + + + + + + + + + Buyer Contracting Entity (BT-740) + + + + + + + + + + + + + + @@ -287,19 +323,9 @@ These instructions can be un-commented to show the variables holding the organiz - Buyer Legal Type (BT-11) - - Buyer Contracting Entity (BT-740) - - WARNING: "Buyer contracting type" codelist not yet available. Value "not-cont-ent" used as a default - - - - - @@ -308,7 +334,6 @@ These instructions can be un-commented to show the variables holding the organiz - Activity Authority (BT-10) @@ -318,7 +343,6 @@ These instructions can be un-commented to show the variables holding the organiz - Activity Entity (BT-610) diff --git a/xslt/functions-and-data.xslt b/xslt/functions-and-data.xslt index d0cccfc..de9ea4c 100644 --- a/xslt/functions-and-data.xslt +++ b/xslt/functions-and-data.xslt @@ -26,11 +26,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - + - + @@ -40,7 +40,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -228,7 +228,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + diff --git a/xslt/procedure.xslt b/xslt/procedure.xslt index 79ca758..ed90d70 100644 --- a/xslt/procedure.xslt +++ b/xslt/procedure.xslt @@ -45,7 +45,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - ERROR: Procedure Features (BT-88) is Mandatory for eForms subtypes 12, 13, 20 and 21, but no MAIN_FEATURES_AWARD was found in TED XML. + WARNING: Procedure Features (BT-88) is Mandatory for eForms subtypes 12, 13, 20 and 21, but no MAIN_FEATURES_AWARD was found in TED XML. diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index 45e1bca..6caecc1 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -1 +1,468 @@ - ERROR: found different form types in WARNING: TED date elements have no time zone associated. For all dates in this notice, the time zone is assumed to be CET, i.e. UTC+01:00 2000-01-01Z Notice SubType (OPP-070) UBL version ID (UBL) 2.3 Customization ID (UBL) eforms-sdk-0.6 Notice Identifier (BT-701) f252f386-55ac-4fa8-9be4-9f950b9904c8 Procedure Identifier (BT-04) aff2863e-b4cc-4e91-baba-b3b85f709117 Notice Dispatch Date (BT-05) +01:00 12:00:00+01:00 Notice Version (BT-757) 01 Future Notice (BT-127) 2020-12-31+01:00 Procedure Legal Basis (BT-01) Form Type (BT-03) and Notice Type (BT-02) cn-standard Notice Official Language (BT-702) (first) Notice Official Language (BT-702) (additional) efac:changes here efac:ContractModification here efac:Publication here Notice Publication ID (OPP-010) 12345678-2023 OJEU Identifier (OPP-011) 123/2023 OJEU Publication Date (OPP-012) 2023-03-14+01:00 cac:ContractingParty here cac:TenderingTerms here Cross Border Law (BT-09) BT-01 Legal Basis Local - Text Exclusion Grounds (BT-67) Lots Max Awarded (BT-33) Lots Max Allowed (BT-31) Group Identifier (BT-330) Group Lot Identifier (BT-1375) cac:TenderingProcess here Tool Name (BT-632) Deadline Receipt Expressions (BT-630) Procurement Relaunch (BT-634) Procedure Type (BT-105) Lots All Required (BT-763) Previous Planning Identifier (BT-125) Previous Planning Part Identifier (BT-1251) cac:ProcurementProject here Internal Identifier (BT-22) Title (BT-21) Description (BT-24) Main Nature (BT-23) Additional Information (BT-300) Estimated Value (BT-27) Main Classification Code (BT-262) Additional Classification Code (BT-263) Place of Performance Additional Information (BT-728) Place Performance City (BT-5131) Place Performance Post Code (BT-5121) Place Performance Country Subdivision (BT-5071) Place Performance Services Other (BT-727) Place Performance Street (BT-5101) Place Performance Country Code (BT-5141) multiple cac:ProcurementProjectLot here \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ERROR: found different form types in + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WARNING: TED date elements have no time zone associated. For all dates in this notice, the time zone is assumed to be CET, i.e. UTC+01:00 + + + + + + + + + + + + + + + + + + + + + + + 2000-01-01Z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Notice SubType (OPP-070) + + + + + + + + + + + + + + + + UBL version ID (UBL) + 2.3 + + Customization ID (UBL) + + eforms-sdk-0.6 + + Notice Identifier (BT-701) + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + Procedure Identifier (BT-04) + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + Notice Dispatch Date (BT-05) + + + +01:00 + 12:00:00+01:00 + + Notice Version (BT-757) + + 01 + + + Future Notice (BT-127) + + + + + 2020-12-31+01:00 + + + Procedure Legal Basis (BT-01) + + + Form Type (BT-03) and Notice Type (BT-02) + + cn-standard + + Notice Official Language (BT-702) (first) + + + + Notice Official Language (BT-702) (additional) + + + + + + + + + + efac:changes here + + + + efac:ContractModification here + + + + efac:Publication here + + + Notice Publication ID (OPP-010) + + 12345678-2023 + + OJEU Identifier (OPP-011) + + 123/2023 + + OJEU Publication Date (OPP-012) + + 2023-03-14+01:00 + + + + + cac:ContractingParty here + + + + + + + + + + + + + + + + + + cac:TenderingTerms here + + + + + Cross Border Law (BT-09) + + + BT-01 Legal Basis Local - Text + + + Exclusion Grounds (BT-67) + + Lots Max Awarded (BT-33) + + Lots Max Allowed (BT-31) + + + Group Identifier (BT-330) + + Group Lot Identifier (BT-1375) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cac:TenderingProcess here + + + + + + + Tool Name (BT-632) + + Deadline Receipt Expressions (BT-630) + + + Procurement Relaunch (BT-634) + + + + + + + + + + + + Procedure Type (BT-105) + + + + Lots All Required (BT-763) + + + + + Previous Planning Identifier (BT-125) + + + + + + + Previous Planning Part Identifier (BT-1251) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cac:ProcurementProject here + + + + Internal Identifier (BT-22) + + + Title (BT-21) + + + Description (BT-24) + + + Main Nature (BT-23) + + + + Additional Information (BT-300) + + + + Estimated Value (BT-27) + + + + Main Classification Code (BT-262) + + + Additional Classification Code (BT-263) + + + + Place of Performance Additional Information (BT-728) + + Place Performance City (BT-5131) + + Place Performance Post Code (BT-5121) + + Place Performance Country Subdivision (BT-5071) + + Place Performance Services Other (BT-727) + + Place Performance Street (BT-5101) + + Place Performance Country Code (BT-5141) + + + + + + + + + + + + + + + + + + + + + + multiple cac:ProcurementProjectLot here + + + + + From 3f7e83ae984201ecd469612a4ce39862489b3af6 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Tue, 19 Jul 2022 20:14:35 +0200 Subject: [PATCH 32/38] TEDXDC-156: update templates for VAL_TOTAL and VAL_RANGE_TOTAL TEDXDC-195: update template to cater for TENDERS TEDXDC-196: Create templates to cater for VALUES Improve template OBJECT_CONTRACT/ted:VAL_ESTIMATED_TOTAL --- .../eforms-xml/22-091559-001-EXP.xml | 151 +++++------------- xslt/notice-result.xslt | 88 +++++++--- xslt/procedure.xslt | 2 +- 3 files changed, 107 insertions(+), 134 deletions(-) diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index 1e221e8..2738fb9 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -12,86 +12,35 @@ - - 214000.00 - - - clos-nw + + 214000.00 + + selec-w other - - - - - - LOT-0002 - - - - selec-w - - - TEN-0001 - - - - tenders - 7 - - - - CON-0001 - - - - LOT-0002 - - - - selec-w - - - TEN-0002 - - - - tenders - 7 - - - - CON-0002 - - - - LOT-0002 - - - - selec-w - - - TEN-0003 + - - tenders - 7 - + + CON-0001 + + + CON-0002 + CON-0003 @@ -108,6 +57,7 @@ other + @@ -124,59 +74,28 @@ TEN-0004 - - - - tenders - 5 - - - - CON-0004 - - - - LOT-0005 - - - - selec-w - - - TEN-0005 - - - - tenders - 5 - - - - CON-0005 - - - - LOT-0005 - - - - selec-w - - - TEN-0006 - - - + + + 214000.00 + + tenders + 5 + + CON-0004 + + + CON-0005 + CON-0006 @@ -295,6 +214,8 @@ Cefuroxim – Gebietslose 3, 7, 8 + + true 11 @@ -312,6 +233,8 @@ Cefuroxim – Gebietslose 3, 7, 8 + + true 12 @@ -329,6 +252,8 @@ Cefuroxim – Gebietslose 3, 7, 8 + + true 13 @@ -346,6 +271,8 @@ Roxithromycin - Gebietslos 7 + + true 15 @@ -363,6 +290,8 @@ Roxithromycin - Gebietslos 7 + + true 16 @@ -380,6 +309,8 @@ Roxithromycin - Gebietslos 7 + + true 17 @@ -1463,7 +1394,7 @@ - none + fa-wo-rc @@ -1623,7 +1554,7 @@ - none + fa-wo-rc @@ -1783,7 +1714,7 @@ - none + fa-wo-rc @@ -1943,7 +1874,7 @@ - none + fa-wo-rc @@ -2103,7 +2034,7 @@ - none + fa-wo-rc diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 59b4c63..a54de1b 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -182,11 +182,10 @@ These instructions can be un-commented to show the variables - - + @@ -238,6 +237,7 @@ These instructions can be un-commented to show the variables Not Awarded Reason (BT-144) + Tender Identifier Reference (OPT-320) @@ -250,6 +250,9 @@ These instructions can be un-commented to show the variables + Framework Estimated Value (BT-660) + + @@ -542,7 +545,7 @@ These instructions can be un-commented to show the variables - WARNING: The TED XML element PROCUREMENT_UNSUCCESSFUL ("No tenders or requests to participate were received or all were rejected") maps to two codes in the non-award-justification codelist used in eForms: 1) "no-rece": "No tenders, requests to participate or projects were received"; and 2) "all-rej": "All tenders, requests to participate or projects were withdrawn or found inadmissible". The value "all-rej" has been used as a default. + WARNING: PROCUREMENT_UNSUCCESSFUL ("No tenders or requests to participate were received or all were rejected") maps to two codes in the non-award-justification codelist used in eForms: 1) "no-rece": "No tenders, requests to participate or projects were received"; and 2) "all-rej": "All tenders, requests to participate or projects were withdrawn or found inadmissible". The value "all-rej" has been used as a default. @@ -551,21 +554,48 @@ These instructions can be un-commented to show the variables + + + + + + + + + + + + + WARNING: VAL_ESTIMATED_TOTAL exists in the TED notice within AWARDED_CONTRACT and FRAMEWORK does not exist within PROCEDURE. There is no mapping for this case. + + + + + + + + - Received Submissions Type (BT-760) - Received Submissions Count (BT-759) - - - - - - - - - - + + + + + + + Received Submissions Type (BT-760) + + Received Submissions Count (BT-759) + + + + + + Received Submissions Type (BT-760) + Received Submissions Count (BT-759) + + @@ -584,18 +614,30 @@ These instructions can be un-commented to show the variables - - - + - - Notice Value (BT-161) - Notice Framework Value (BT-118) - + + + + + + Notice Value (BT-161) + Notice Framework Value (BT-118) + + + + Notice Value (BT-161) + + Notice Framework Value (BT-118) + + Notice Value (BT-161) - Notice Framework Value (BT-118) diff --git a/xslt/procedure.xslt b/xslt/procedure.xslt index ed90d70..5b14f6d 100644 --- a/xslt/procedure.xslt +++ b/xslt/procedure.xslt @@ -117,7 +117,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + From 052ce06fbce9a9e35878c505c2484c7d4f684452 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Wed, 20 Jul 2022 15:34:53 +0200 Subject: [PATCH 33/38] TEDXDC-197: created template to cater for subcontracting elements --- .../eforms-xml/20-157543-001-EXP.xml | 102 ++++++----- .../eforms-xml/21-000061-001-EXP.xml | 166 ++++++++++++++---- .../eforms-xml/21-000934-001-EXP.xml | 47 ++--- .../eforms-xml/352732_2021.xml | 73 +++++--- xslt/notice-result.xslt | 88 ++++++++-- 5 files changed, 348 insertions(+), 128 deletions(-) diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index e3e7d6f..a4877a5 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -22,6 +22,15 @@ TEN-0001 + + + 7834899.64 + + + tenders + + 7 + CON-0001 @@ -39,6 +48,15 @@ TEN-0002 + + + 1205369.20 + + + tenders + + 4 + CON-0001 @@ -56,6 +74,15 @@ TEN-0003 + + + 602684.60 + + + tenders + + 4 + CON-0001 @@ -73,6 +100,12 @@ 7834899.64 + + + yes + false + false + TPA-0001 @@ -90,6 +123,12 @@ 1205369.20 + + + yes + false + false + TPA-0002 @@ -107,6 +146,12 @@ 602684.60 + + + yes + false + false + TPA-0002 @@ -346,10 +391,15 @@ SPA - + + + not-cont-ent + + gen-pub + ORG-0001 @@ -385,7 +435,6 @@ - @@ -417,16 +466,7 @@ LOT-0001 - - - - - - - - - - + eu-funds @@ -579,16 +619,7 @@ LOT-0002 - - - - - - - - - - + no-eu-funds @@ -741,16 +772,7 @@ LOT-0003 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 739dfc5..ad14a8a 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -37,6 +37,22 @@ TEN-0006 + + + tenders + + 7 + + + t-sme + + 1 + + + t-esubm + + 7 + CON-0001 @@ -84,6 +100,22 @@ TEN-0012 + + + tenders + + 8 + + + t-sme + + 2 + + + t-esubm + + 8 + CON-0007 @@ -116,6 +148,15 @@ 250000000 + + + Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. + + 30 + yes + true + false + TPA-0001 @@ -133,6 +174,15 @@ 250000000 + + + Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. + + 30 + yes + true + false + TPA-0002 @@ -150,6 +200,15 @@ 250000000 + + + Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. + + 30 + yes + true + false + TPA-0003 @@ -167,6 +226,15 @@ 250000000 + + + Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. + + 30 + yes + true + false + TPA-0004 @@ -184,6 +252,15 @@ 250000000 + + + Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. + + 30 + yes + true + false + TPA-0005 @@ -201,6 +278,15 @@ 250000000 + + + Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. + + 30 + yes + true + false + TPA-0006 @@ -218,6 +304,12 @@ 50000000 + + + yes + false + false + TPA-0007 @@ -235,6 +327,12 @@ 50000000 + + + yes + false + false + TPA-0008 @@ -252,6 +350,12 @@ 50000000 + + + yes + false + false + TPA-0005 @@ -269,6 +373,12 @@ 50000000 + + + yes + false + false + TPA-0009 @@ -286,6 +396,12 @@ 50000000 + + + yes + false + false + TPA-0010 @@ -303,6 +419,12 @@ 50000000 + + + yes + false + false + TPA-0011 @@ -1069,20 +1191,19 @@ ENG - + cga - not-cont-ent - gen-pub + ORG-0001 @@ -1118,7 +1239,6 @@ - @@ -1149,16 +1269,7 @@ LOT-0001 - - - - - - - - - - + no-eu-funds @@ -1451,16 +1562,7 @@ LOT-0002 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index 6c59c6a..2b754c1 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -23,6 +23,13 @@ TEN-0001 + + + + tenders + + 1 + CON-0001 @@ -40,6 +47,13 @@ 1490000.00 + + + 41 + yes + true + false + TPA-0001 @@ -368,20 +382,19 @@ HRV - + eu-ins-bod-ag - not-cont-ent - gen-pub + ORG-0001 @@ -417,7 +430,6 @@ - @@ -450,16 +462,7 @@ LOT-0000 - - - - - - - - - - + eu-funds diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index ff4c2f1..44a93ec 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -1,13 +1,13 @@ - + @@ -23,6 +23,33 @@ TEN-0001 + + + + tenders + + 2 + + + t-sme + + 2 + + + t-oth-eea + + 1 + + + t-no-eea + + 0 + + + t-esubm + + 2 + CON-0001 @@ -40,6 +67,14 @@ 6680000.00 + + + Činnosť geotechnika 0,1 % Zabezpečenie zamestnancov z rad znevýhodnených osôb alebo osôb dlhodobo nezamestnaných minimálne po dobu 3 mesiace 2,9 % + + yes + false + false + TPA-0001 @@ -221,8 +256,14 @@ http://www.uvo.gov.sk/vyhladavanie-profilov/zakazky/5937 - - + + + + + not-cont-ent + + + ORG-0001 @@ -258,7 +299,6 @@ - @@ -291,16 +331,7 @@ LOT-0000 - - - - - - - - - - + no-eu-funds diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index a54de1b..951de94 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -325,14 +325,12 @@ These instructions can be un-commented to show the variables - - - - - - - + + + + + Tendering Party ID Reference (OPT-310) @@ -609,22 +607,86 @@ These instructions can be un-commented to show the variables + + + Subcontracting (BT-773) + + + + yes + no + + + + + Subcontracting Value (BT-553) + + + + Subcontracting Description (BT-554) + + + + Subcontracting Percentage (BT-555) + + + + + + + + true + + + false + + + + + + + + true + + + false + + + + + + + + + + + + + + + + + + + + + + + + - + + - + Notice Value (BT-161) Notice Framework Value (BT-118) From b51b0b9302665b699264ebfe747e3864cdfbad90 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Wed, 20 Jul 2022 20:57:27 +0200 Subject: [PATCH 34/38] TEDXDC-196 : Created named template for Framework Estimated Value (BT-660); Added a WARNING; fixed bug --- .../eforms-xml/20-155018-001-EXP.xml | 40 +-- .../eforms-xml/20-156049-001-EXP.xml | 41 ++- .../eforms-xml/20-156983-001-EXP.xml | 17 +- .../eforms-xml/20-157399-001-EXP.xml | 148 +++++++- .../eforms-xml/20-157543-001-EXP.xml | 16 +- .../eforms-xml/20-162034-001-EXP.xml | 6 +- .../eforms-xml/20-164186-001-EXP.xml | 15 +- .../eforms-xml/20-198944-001-EXP.xml | 5 +- .../eforms-xml/20-213571-001-EXP.xml | 7 +- .../eforms-xml/20-246700-001-EXP.xml | 5 +- .../eforms-xml/20-260117-001-EXP.xml | 8 +- .../eforms-xml/20-295737-001-EXP.xml | 5 +- .../eforms-xml/20-343258-001-EXP.xml | 6 +- .../eforms-xml/20-377805-001-EXP.xml | 6 +- .../eforms-xml/20-560391-001-EXP.xml | 40 +-- .../eforms-xml/20-566267-001-EXP.xml | 115 +++--- .../eforms-xml/20-587026-001-EXP.xml | 20 +- .../eforms-xml/21-000061-001-EXP.xml | 16 +- .../eforms-xml/21-000934-001-EXP.xml | 16 +- .../eforms-xml/21-010961-001-EXP.xml | 43 ++- .../eforms-xml/21-050204-001-EXP.xml | 53 ++- .../eforms-xml/21-051959-001-EXP.xml | 6 +- .../eforms-xml/21-064844-001-EXP.xml | 15 +- .../eforms-xml/21-077815-001-EXP.xml | 11 +- .../eforms-xml/21-119240-001-EXP.xml | 10 +- .../eforms-xml/21-120407-001-EXP.xml | 5 +- .../eforms-xml/22-086633-001-EXP.xml | 330 +++++++++++++----- .../eforms-xml/22-091559-001-EXP.xml | 165 ++++----- .../eforms-xml/352425_2021.xml | 42 ++- .../eforms-xml/352444_2021.xml | 10 +- .../eforms-xml/352458_2021.xml | 6 +- .../eforms-xml/352732_2021.xml | 16 +- .../eforms-xml/352907_2021.xml | 16 +- .../eforms-xml/353237_2021.xml | 39 ++- .../eforms-xml/353820_2021.xml | 6 +- .../eforms-xml/354339_2021.xml | 22 +- xslt/notice-result.xslt | 87 +++-- 37 files changed, 819 insertions(+), 595 deletions(-) diff --git a/development-notices/eforms-xml/20-155018-001-EXP.xml b/development-notices/eforms-xml/20-155018-001-EXP.xml index 4286939..4270606 100644 --- a/development-notices/eforms-xml/20-155018-001-EXP.xml +++ b/development-notices/eforms-xml/20-155018-001-EXP.xml @@ -86,20 +86,19 @@ DEU - + ra - not-cont-ent - gen-pub + ORG-0001 @@ -131,7 +130,6 @@ - @@ -161,39 +159,7 @@ LOT-0000 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/development-notices/eforms-xml/20-156049-001-EXP.xml b/development-notices/eforms-xml/20-156049-001-EXP.xml index 82b9131..37025fe 100644 --- a/development-notices/eforms-xml/20-156049-001-EXP.xml +++ b/development-notices/eforms-xml/20-156049-001-EXP.xml @@ -252,8 +252,14 @@ http://www.nfp.hu - - + + + + + not-cont-ent + + + ORG-0001 @@ -269,8 +275,14 @@ http://www.bszta.hu - - + + + + + not-cont-ent + + + ORG-0002 @@ -286,8 +298,14 @@ http://www.devavanya.hu - - + + + + + not-cont-ent + + + ORG-0003 @@ -303,8 +321,14 @@ http://www.mezobereny.hu - - + + + + + not-cont-ent + + + ORG-0004 @@ -337,7 +361,6 @@ - diff --git a/development-notices/eforms-xml/20-156983-001-EXP.xml b/development-notices/eforms-xml/20-156983-001-EXP.xml index 73b7dcd..57577da 100644 --- a/development-notices/eforms-xml/20-156983-001-EXP.xml +++ b/development-notices/eforms-xml/20-156983-001-EXP.xml @@ -225,21 +225,19 @@ https://www.publiccontractsscotland.gov.uk/search/Search_AuthProfile.aspx?ID=AA14482 - body-pl - not-cont-ent - hc-am + ORG-0001 @@ -255,21 +253,19 @@ https://www.publiccontractsscotland.gov.uk/search/Search_AuthProfile.aspx?ID=AA12562 - body-pl - not-cont-ent - hc-am + ORG-0002 @@ -285,21 +281,19 @@ https://www.publiccontractsscotland.gov.uk/search/Search_AuthProfile.aspx?ID=AA11682 - body-pl - not-cont-ent - hc-am + ORG-0003 @@ -315,21 +309,19 @@ https://www.publiccontractsscotland.gov.uk/search/Search_AuthProfile.aspx?ID=AA15743 - body-pl - not-cont-ent - hc-am + ORG-0004 @@ -371,7 +363,6 @@ - diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index 918597f..c85d0d1 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -27,6 +27,33 @@ TEN-0001 + + + + tenders + + 6 + + + t-sme + + 0 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 6 + CON-0001 @@ -48,6 +75,33 @@ TEN-0002 + + + + tenders + + 6 + + + t-sme + + 0 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 6 + CON-0002 @@ -69,6 +123,33 @@ TEN-0003 + + + + tenders + + 6 + + + t-sme + + 0 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 6 + CON-0003 @@ -90,6 +171,33 @@ TEN-0004 + + + + tenders + + 6 + + + t-sme + + 0 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 6 + CON-0004 @@ -104,6 +212,12 @@ + + + no + false + false + TPA-0001 @@ -118,6 +232,12 @@ + + + no + false + false + TPA-0002 @@ -132,6 +252,12 @@ + + + no + false + false + TPA-0003 @@ -146,6 +272,12 @@ + + + no + false + false + TPA-0004 @@ -500,21 +632,19 @@ https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/241441 - ra - not-cont-ent - gen-pub + ORG-0001 @@ -550,7 +680,6 @@ - @@ -583,16 +712,7 @@ LOT-0000 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index a4877a5..f114790 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-162034-001-EXP.xml b/development-notices/eforms-xml/20-162034-001-EXP.xml index 743ac13..3c483f0 100644 --- a/development-notices/eforms-xml/20-162034-001-EXP.xml +++ b/development-notices/eforms-xml/20-162034-001-EXP.xml @@ -117,20 +117,19 @@ DEU - + cga - not-cont-ent - gen-pub + ORG-0001 @@ -163,7 +162,6 @@ - diff --git a/development-notices/eforms-xml/20-164186-001-EXP.xml b/development-notices/eforms-xml/20-164186-001-EXP.xml index a876941..587f051 100644 --- a/development-notices/eforms-xml/20-164186-001-EXP.xml +++ b/development-notices/eforms-xml/20-164186-001-EXP.xml @@ -125,21 +125,19 @@ https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/166597 - body-pl - not-cont-ent - education + ORG-0001 @@ -172,7 +170,6 @@ - @@ -204,15 +201,7 @@ LOT-0000 - - - - - - - - - + not-allowed no-eu-funds diff --git a/development-notices/eforms-xml/20-198944-001-EXP.xml b/development-notices/eforms-xml/20-198944-001-EXP.xml index f77e9a5..e098e5f 100644 --- a/development-notices/eforms-xml/20-198944-001-EXP.xml +++ b/development-notices/eforms-xml/20-198944-001-EXP.xml @@ -113,21 +113,19 @@ https://livvhousinggroup.com/ - body-pl - not-cont-ent - hc-am + ORG-0001 @@ -160,7 +158,6 @@ - diff --git a/development-notices/eforms-xml/20-213571-001-EXP.xml b/development-notices/eforms-xml/20-213571-001-EXP.xml index ba505c9..e659f5c 100644 --- a/development-notices/eforms-xml/20-213571-001-EXP.xml +++ b/development-notices/eforms-xml/20-213571-001-EXP.xml @@ -113,16 +113,16 @@ ENG - + body-pl - not-cont-ent - + + ORG-0001 @@ -161,7 +161,6 @@ - diff --git a/development-notices/eforms-xml/20-246700-001-EXP.xml b/development-notices/eforms-xml/20-246700-001-EXP.xml index a60a3cc..543481d 100644 --- a/development-notices/eforms-xml/20-246700-001-EXP.xml +++ b/development-notices/eforms-xml/20-246700-001-EXP.xml @@ -114,21 +114,19 @@ www.barnetsourcing.co.uk - ra - not-cont-ent - gen-pub + ORG-0001 @@ -162,7 +160,6 @@ - diff --git a/development-notices/eforms-xml/20-260117-001-EXP.xml b/development-notices/eforms-xml/20-260117-001-EXP.xml index 4d98be8..5ff859b 100644 --- a/development-notices/eforms-xml/20-260117-001-EXP.xml +++ b/development-notices/eforms-xml/20-260117-001-EXP.xml @@ -116,7 +116,12 @@ ENG - + + + not-cont-ent + + + ORG-0001 @@ -154,7 +159,6 @@ Two distinct workstreams whose findings are critical to its development are currently underway and timetabled for completion in July. These are: (a) a landscape review which will provide a detailed analysis of the implementation of different government collection initiatives in Kenya; (b) the legal and regulatory review which will provide an analysis of the legislative and regulatory framework currently in place to support the successful implementation of the programme. Acceleration of timeline is therefore sought on the basis that: (a) the strategy development provider should be identified in advance and undertake the foundational work prior to submission of the two critical pieces so as to keep the momentum going and ensure the work is in alignment with the agreed timelines (b) there is a strong desire by the Government of Kenya and other stakeholders to complete the assignment at the earliest to allow for planning and implementation of specific policies in the next fiscal year. - diff --git a/development-notices/eforms-xml/20-295737-001-EXP.xml b/development-notices/eforms-xml/20-295737-001-EXP.xml index d882ace..df35f75 100644 --- a/development-notices/eforms-xml/20-295737-001-EXP.xml +++ b/development-notices/eforms-xml/20-295737-001-EXP.xml @@ -151,21 +151,19 @@ https://irl.eu-supply.com/ctm/Company/CompanyInformation/Index/1193 - ra - not-cont-ent - gen-pub + ORG-0001 @@ -199,7 +197,6 @@ - diff --git a/development-notices/eforms-xml/20-343258-001-EXP.xml b/development-notices/eforms-xml/20-343258-001-EXP.xml index ad6c9ce..9d46955 100644 --- a/development-notices/eforms-xml/20-343258-001-EXP.xml +++ b/development-notices/eforms-xml/20-343258-001-EXP.xml @@ -207,20 +207,19 @@ HRV - + eu-ins-bod-ag - not-cont-ent - gen-pub + ORG-0001 @@ -256,7 +255,6 @@ - diff --git a/development-notices/eforms-xml/20-377805-001-EXP.xml b/development-notices/eforms-xml/20-377805-001-EXP.xml index 84ebf57..6f6ff2d 100644 --- a/development-notices/eforms-xml/20-377805-001-EXP.xml +++ b/development-notices/eforms-xml/20-377805-001-EXP.xml @@ -121,17 +121,16 @@ https://platform.negometrix.com/PublishedTenders.aspx?tenderid=104132 - body-pl - not-cont-ent - + + ORG-0001 @@ -164,7 +163,6 @@ - diff --git a/development-notices/eforms-xml/20-560391-001-EXP.xml b/development-notices/eforms-xml/20-560391-001-EXP.xml index cdff8fe..3efb3ac 100644 --- a/development-notices/eforms-xml/20-560391-001-EXP.xml +++ b/development-notices/eforms-xml/20-560391-001-EXP.xml @@ -116,21 +116,19 @@ http://www.sykehusinnkjop.no/ - body-pl - not-cont-ent - health + ORG-0001 @@ -162,14 +160,13 @@ - + - @@ -201,16 +198,7 @@ LOT-0001 - - - - - - - - - - + no-eu-funds @@ -401,16 +389,7 @@ LOT-0002 - - - - - - - - - - + no-eu-funds @@ -601,16 +580,7 @@ LOT-0003 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/20-566267-001-EXP.xml b/development-notices/eforms-xml/20-566267-001-EXP.xml index 39abccb..bb8d8a5 100644 --- a/development-notices/eforms-xml/20-566267-001-EXP.xml +++ b/development-notices/eforms-xml/20-566267-001-EXP.xml @@ -839,21 +839,19 @@ http://www.cheshireeast.gov.uk/ - ra - not-cont-ent - gen-pub + ORG-0001 @@ -867,20 +865,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0002 @@ -894,20 +891,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0003 @@ -921,20 +917,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0004 @@ -948,20 +943,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0005 @@ -975,20 +969,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0006 @@ -1002,20 +995,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0007 @@ -1029,20 +1021,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0008 @@ -1056,20 +1047,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0009 @@ -1083,20 +1073,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0010 @@ -1110,20 +1099,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0011 @@ -1137,20 +1125,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0012 @@ -1164,20 +1151,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0013 @@ -1191,20 +1177,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0014 @@ -1218,20 +1203,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0015 @@ -1245,20 +1229,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0016 @@ -1272,20 +1255,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0017 @@ -1299,20 +1281,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0018 @@ -1326,20 +1307,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0019 @@ -1353,20 +1333,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0020 @@ -1380,20 +1359,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0021 @@ -1407,20 +1385,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0022 @@ -1434,20 +1411,19 @@ - + ra - not-cont-ent - gen-pub + ORG-0023 @@ -1486,7 +1462,6 @@ - diff --git a/development-notices/eforms-xml/20-587026-001-EXP.xml b/development-notices/eforms-xml/20-587026-001-EXP.xml index eab7eea..16d6ad4 100644 --- a/development-notices/eforms-xml/20-587026-001-EXP.xml +++ b/development-notices/eforms-xml/20-587026-001-EXP.xml @@ -264,21 +264,19 @@ https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/137394 - ra - not-cont-ent - health + ORG-0001 @@ -292,20 +290,19 @@ - + ra - not-cont-ent - health + ORG-0002 @@ -319,20 +316,19 @@ - + ra - not-cont-ent - health + ORG-0003 @@ -346,20 +342,19 @@ - + ra - not-cont-ent - health + ORG-0004 @@ -406,7 +401,6 @@ - diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index ad14a8a..658c43d 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index 2b754c1..1e48026 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index 0aff9aa..885afe2 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -12,7 +12,7 @@ - + 2491930.00 @@ -25,6 +25,23 @@ TEN-0001 + + + + tenders + + 4 + + + t-oth-eea + + 3 + + + t-no-eea + + 1 + CON-0001 @@ -39,6 +56,12 @@ + + + no + false + false + TPA-0001 @@ -209,16 +232,16 @@ ENG - + body-pl - not-cont-ent - + + ORG-0001 @@ -254,7 +277,6 @@ - @@ -286,16 +308,7 @@ LOT-0000 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index 20639a0..9f54900 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -22,6 +22,35 @@ TEN-0001 + + + 200000.00 + + + tenders + + 7 + + + t-sme + + 7 + + + t-oth-eea + + 5 + + + t-no-eea + + 0 + + + t-esubm + + 7 + CON-0001 @@ -39,6 +68,12 @@ 200000.00 + + + no + false + false + TPA-0001 @@ -333,16 +368,16 @@ HRV - + eu-ins-bod-ag - not-cont-ent - + + ORG-0001 @@ -378,7 +413,6 @@ - @@ -410,16 +444,7 @@ LOT-0000 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/21-051959-001-EXP.xml b/development-notices/eforms-xml/21-051959-001-EXP.xml index 193438e..686ddfd 100644 --- a/development-notices/eforms-xml/21-051959-001-EXP.xml +++ b/development-notices/eforms-xml/21-051959-001-EXP.xml @@ -113,20 +113,19 @@ DEU - + cga - not-cont-ent - education + ORG-0001 @@ -165,7 +164,6 @@ - diff --git a/development-notices/eforms-xml/21-064844-001-EXP.xml b/development-notices/eforms-xml/21-064844-001-EXP.xml index 0359ccd..338c898 100644 --- a/development-notices/eforms-xml/21-064844-001-EXP.xml +++ b/development-notices/eforms-xml/21-064844-001-EXP.xml @@ -258,21 +258,19 @@ http://www.stichtingrijk.nl - body-pl-ra - not-cont-ent - gen-pub + ORG-0001 @@ -286,20 +284,19 @@ - + body-pl-ra - not-cont-ent - gen-pub + ORG-0002 @@ -313,20 +310,19 @@ - + body-pl-ra - not-cont-ent - gen-pub + ORG-0003 @@ -359,7 +355,6 @@ - diff --git a/development-notices/eforms-xml/21-077815-001-EXP.xml b/development-notices/eforms-xml/21-077815-001-EXP.xml index e4b5861..2a89c90 100644 --- a/development-notices/eforms-xml/21-077815-001-EXP.xml +++ b/development-notices/eforms-xml/21-077815-001-EXP.xml @@ -251,17 +251,16 @@ https://industryportal.f4e.europa.eu/default.aspx - eu-ins-bod-ag - not-cont-ent - + + ORG-0001 @@ -277,17 +276,16 @@ https://industryportal.f4e.europa.eu/default.aspx - eu-ins-bod-ag - not-cont-ent - + + ORG-0002 @@ -324,7 +322,6 @@ - diff --git a/development-notices/eforms-xml/21-119240-001-EXP.xml b/development-notices/eforms-xml/21-119240-001-EXP.xml index cd44ce3..91504e3 100644 --- a/development-notices/eforms-xml/21-119240-001-EXP.xml +++ b/development-notices/eforms-xml/21-119240-001-EXP.xml @@ -110,8 +110,13 @@ https://irl.eu-supply.com/ctm/Company/CompanyInformation/Index/227 - - + + + + + cont-ent + + airport @@ -157,7 +162,6 @@ - diff --git a/development-notices/eforms-xml/21-120407-001-EXP.xml b/development-notices/eforms-xml/21-120407-001-EXP.xml index 3d52c82..e13b399 100644 --- a/development-notices/eforms-xml/21-120407-001-EXP.xml +++ b/development-notices/eforms-xml/21-120407-001-EXP.xml @@ -119,21 +119,19 @@ https://www.bergen.kommune.no/ - ra - not-cont-ent - gen-pub + ORG-0001 @@ -166,7 +164,6 @@ - diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index 02809da..fad7d30 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -23,6 +23,33 @@ TEN-0001 + + + + tenders + + 3 + + + t-sme + + 3 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 3 + CON-0001 @@ -40,6 +67,33 @@ TEN-0002 + + + + tenders + + 2 + + + t-sme + + 2 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 2 + CON-0001 @@ -57,6 +111,33 @@ TEN-0003 + + + + tenders + + 2 + + + t-sme + + 2 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 2 + CON-0001 @@ -74,6 +155,33 @@ TEN-0004 + + + + tenders + + 2 + + + t-sme + + 2 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 2 + CON-0002 @@ -91,6 +199,33 @@ TEN-0005 + + + + tenders + + 1 + + + t-sme + + 1 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 1 + CON-0001 @@ -108,6 +243,33 @@ TEN-0006 + + + + tenders + + 2 + + + t-sme + + 2 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 2 + CON-0001 @@ -125,6 +287,33 @@ TEN-0007 + + + + tenders + + 3 + + + t-sme + + 3 + + + t-oth-eea + + 0 + + + t-no-eea + + 0 + + + t-esubm + + 3 + CON-0001 @@ -138,11 +327,14 @@ clos-nw - + all-rej + + + @@ -157,6 +349,12 @@ 47620.00 + + + no + false + false + TPA-0001 @@ -174,6 +372,12 @@ 57231.00 + + + no + false + false + TPA-0002 @@ -191,6 +395,12 @@ 36436.50 + + + no + false + false + TPA-0002 @@ -208,6 +418,12 @@ 7950.00 + + + no + false + false + TPA-0003 @@ -225,6 +441,12 @@ 68950.00 + + + no + false + false + TPA-0002 @@ -242,6 +464,12 @@ 1139.00 + + + no + false + false + TPA-0002 @@ -259,6 +487,12 @@ 11800.00 + + + no + false + false + TPA-0004 @@ -603,20 +837,19 @@ POL - + body-pl - not-cont-ent - health + ORG-0001 @@ -652,7 +885,6 @@ - @@ -685,16 +917,7 @@ LOT-0001 - - - - - - - - - - + no-eu-funds @@ -887,16 +1110,7 @@ LOT-0002 - - - - - - - - - - + no-eu-funds @@ -1089,16 +1303,7 @@ LOT-0003 - - - - - - - - - - + no-eu-funds @@ -1291,16 +1496,7 @@ LOT-0004 - - - - - - - - - - + no-eu-funds @@ -1493,16 +1689,7 @@ LOT-0005 - - - - - - - - - - + no-eu-funds @@ -1695,16 +1882,7 @@ LOT-0006 - - - - - - - - - - + no-eu-funds @@ -1897,16 +2075,7 @@ LOT-0007 - - - - - - - - - - + no-eu-funds @@ -2099,16 +2268,7 @@ LOT-0008 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index 2738fb9..5468528 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -32,6 +32,9 @@ TEN-0003 + + 214000.00 + @@ -112,6 +115,12 @@ 214000.00 + + + no + false + false + TPA-0001 @@ -129,6 +138,12 @@ 214000.00 + + + no + false + false + TPA-0002 @@ -146,6 +161,12 @@ 214000.00 + + + no + false + false + TPA-0003 @@ -163,6 +184,12 @@ 214000.00 + + + no + false + false + TPA-0004 @@ -180,6 +207,12 @@ 214000.00 + + + no + false + false + TPA-0002 @@ -197,6 +230,12 @@ 214000.00 + + + no + false + false + TPA-0005 @@ -936,20 +975,19 @@ DEU - + body-pl - not-cont-ent - health + ORG-0001 @@ -963,20 +1001,19 @@ - + body-pl - not-cont-ent - health + ORG-0002 @@ -990,20 +1027,19 @@ - + body-pl - not-cont-ent - health + ORG-0003 @@ -1017,20 +1053,19 @@ - + body-pl - not-cont-ent - health + ORG-0004 @@ -1044,20 +1079,19 @@ - + body-pl - not-cont-ent - health + ORG-0005 @@ -1071,20 +1105,19 @@ - + body-pl - not-cont-ent - health + ORG-0006 @@ -1098,20 +1131,19 @@ - + body-pl - not-cont-ent - health + ORG-0007 @@ -1125,20 +1157,19 @@ - + body-pl - not-cont-ent - health + ORG-0008 @@ -1152,20 +1183,19 @@ - + body-pl - not-cont-ent - health + ORG-0009 @@ -1179,20 +1209,19 @@ - + body-pl - not-cont-ent - health + ORG-0010 @@ -1206,20 +1235,19 @@ - + body-pl - not-cont-ent - health + ORG-0011 @@ -1297,16 +1325,7 @@ LOT-0001 - - - - - - - - - - + no-eu-funds @@ -1457,16 +1476,7 @@ LOT-0002 - - - - - - - - - - + no-eu-funds @@ -1617,16 +1627,7 @@ LOT-0003 - - - - - - - - - - + no-eu-funds @@ -1777,16 +1778,7 @@ LOT-0004 - - - - - - - - - - + no-eu-funds @@ -1937,16 +1929,7 @@ LOT-0005 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index 0ca9800..9efdc1b 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -22,6 +22,25 @@ TEN-0001 + + + 800000.00 + + + tenders + + 1 + + + t-oth-eea + + 1 + + + t-esubm + + 1 + CON-0001 @@ -39,6 +58,12 @@ 800000.00 + + + no + false + false + TPA-0001 @@ -300,20 +325,19 @@ HRV - + eu-ins-bod-ag - not-cont-ent - gen-pub + ORG-0001 @@ -346,7 +370,6 @@ - @@ -383,16 +406,7 @@ LOT-0000 - - - - - - - - - - + eu-funds diff --git a/development-notices/eforms-xml/352444_2021.xml b/development-notices/eforms-xml/352444_2021.xml index 1914c7a..6af56b8 100644 --- a/development-notices/eforms-xml/352444_2021.xml +++ b/development-notices/eforms-xml/352444_2021.xml @@ -124,12 +124,17 @@ https://www.egordion.cz/nabidkaGORDION/profilFnm - - + + + + + not-cont-ent + health + ORG-0001 @@ -162,7 +167,6 @@ - diff --git a/development-notices/eforms-xml/352458_2021.xml b/development-notices/eforms-xml/352458_2021.xml index 2dff6f7..a248e78 100644 --- a/development-notices/eforms-xml/352458_2021.xml +++ b/development-notices/eforms-xml/352458_2021.xml @@ -111,20 +111,19 @@ DEU - + ra - not-cont-ent - gen-pub + ORG-0001 @@ -157,7 +156,6 @@ - diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index 44a93ec..152a77b 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/352907_2021.xml b/development-notices/eforms-xml/352907_2021.xml index a5eedae..32a4146 100644 --- a/development-notices/eforms-xml/352907_2021.xml +++ b/development-notices/eforms-xml/352907_2021.xml @@ -124,20 +124,19 @@ SWE - + cga - not-cont-ent - education + ORG-0001 @@ -170,7 +169,6 @@ - @@ -205,15 +203,7 @@ LOT-0000 - - - - - - - - - + not-allowed no-eu-funds diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index db2094e..16e1479 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -23,6 +23,22 @@ TEN-0001 + + + tenders + + 2 + + + t-sme + + 2 + + + t-esubm + + 2 + CON-0001 @@ -40,6 +56,12 @@ 1220020 + + + no + false + false + TPA-0001 @@ -216,20 +238,19 @@ DEU - + body-pl - not-cont-ent - hc-am + ORG-0001 @@ -266,7 +287,6 @@ - @@ -296,16 +316,7 @@ LOT-0000 - - - - - - - - - - + no-eu-funds diff --git a/development-notices/eforms-xml/353820_2021.xml b/development-notices/eforms-xml/353820_2021.xml index fae5559..0b99864 100644 --- a/development-notices/eforms-xml/353820_2021.xml +++ b/development-notices/eforms-xml/353820_2021.xml @@ -113,20 +113,19 @@ DEU - + ra - not-cont-ent - gen-pub + ORG-0001 @@ -160,7 +159,6 @@ - diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index 58415f5..d8499a3 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -12,7 +12,7 @@ - + clos-nw @@ -22,6 +22,9 @@ other + + + @@ -122,20 +125,19 @@ SWE - + ra - not-cont-ent - gen-pub + ORG-0001 @@ -171,7 +173,6 @@ - @@ -204,16 +205,7 @@ LOT-0000 - - - - - - - - - - + no-eu-funds diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index 951de94..b14e07e 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -194,6 +194,21 @@ These instructions can be un-commented to show the variables + + + + + + + + + + + + + + + @@ -250,8 +265,9 @@ These instructions can be un-commented to show the variables - Framework Estimated Value (BT-660) - + + + @@ -278,16 +294,7 @@ These instructions can be un-commented to show the variables Result Lot Identifier (BT-13713) - - - - - - - - - - + @@ -542,6 +549,7 @@ These instructions can be un-commented to show the variables + WARNING: PROCUREMENT_UNSUCCESSFUL ("No tenders or requests to participate were received or all were rejected") maps to two codes in the non-award-justification codelist used in eForms: 1) "no-rece": "No tenders, requests to participate or projects were received"; and 2) "all-rej": "All tenders, requests to participate or projects were withdrawn or found inadmissible". The value "all-rej" has been used as a default. @@ -553,23 +561,44 @@ These instructions can be un-commented to show the variables - - - - - - - - - - - - WARNING: VAL_ESTIMATED_TOTAL exists in the TED notice within AWARDED_CONTRACT and FRAMEWORK does not exist within PROCEDURE. There is no mapping for this case. - - - - - + + + + + Framework Estimated Value (BT-660) + + + + + + + + + + WARNING: Multiple values for VALUES/VAL_ESTIMATED_TOTAL exist within the set of AWARD_CONTRACT elements for Lot + + . The first value has been used. + + + + + + + + + + + + + + + WARNING: VAL_ESTIMATED_TOTAL exists in the TED notice within AWARDED_CONTRACT and FRAMEWORK does not exist within PROCEDURE. There is no mapping for this case. + + + + + + From a666a9a3c5d41493038d5c109b837402b3b1dbd2 Mon Sep 17 00:00:00 2001 From: Najeh Hajlaoui Date: Fri, 22 Jul 2022 19:11:35 +0200 Subject: [PATCH 35/38] TEDXDC-197: improve template to cater for subcontracting elements --- .../eforms-xml/20-155018-001-EXP.xml | 16 +-- .../eforms-xml/20-156049-001-EXP.xml | 16 +-- .../eforms-xml/20-156983-001-EXP.xml | 16 +-- .../eforms-xml/20-157399-001-EXP.xml | 40 +++---- .../eforms-xml/20-157543-001-EXP.xml | 28 +++-- .../eforms-xml/20-162034-001-EXP.xml | 16 +-- .../eforms-xml/20-164186-001-EXP.xml | 16 +-- .../eforms-xml/20-198944-001-EXP.xml | 16 +-- .../eforms-xml/20-213571-001-EXP.xml | 16 +-- .../eforms-xml/20-246700-001-EXP.xml | 16 +-- .../eforms-xml/20-260117-001-EXP.xml | 16 +-- .../eforms-xml/20-295737-001-EXP.xml | 16 +-- .../eforms-xml/20-343258-001-EXP.xml | 16 +-- .../eforms-xml/20-377805-001-EXP.xml | 16 +-- .../eforms-xml/20-560391-001-EXP.xml | 16 +-- .../eforms-xml/20-566267-001-EXP.xml | 16 +-- .../eforms-xml/20-587026-001-EXP.xml | 16 +-- .../eforms-xml/21-000061-001-EXP.xml | 58 +++++++--- .../eforms-xml/21-000934-001-EXP.xml | 19 ++-- .../eforms-xml/21-010961-001-EXP.xml | 22 ++-- .../eforms-xml/21-050204-001-EXP.xml | 22 ++-- .../eforms-xml/21-051959-001-EXP.xml | 16 +-- .../eforms-xml/21-064844-001-EXP.xml | 16 +-- .../eforms-xml/21-077815-001-EXP.xml | 16 +-- .../eforms-xml/21-119240-001-EXP.xml | 16 +-- .../eforms-xml/21-120407-001-EXP.xml | 16 +-- .../eforms-xml/22-086633-001-EXP.xml | 58 +++++----- .../eforms-xml/22-091559-001-EXP.xml | 52 ++++----- .../eforms-xml/352425_2021.xml | 22 ++-- .../eforms-xml/352444_2021.xml | 16 +-- .../eforms-xml/352458_2021.xml | 16 +-- .../eforms-xml/352732_2021.xml | 19 ++-- .../eforms-xml/352907_2021.xml | 16 +-- .../eforms-xml/353237_2021.xml | 22 ++-- .../eforms-xml/353820_2021.xml | 16 +-- .../eforms-xml/354339_2021.xml | 16 +-- xslt/notice-result.xslt | 104 +++++++++++++----- 37 files changed, 476 insertions(+), 390 deletions(-) diff --git a/development-notices/eforms-xml/20-155018-001-EXP.xml b/development-notices/eforms-xml/20-155018-001-EXP.xml index 4270606..eb5c9bb 100644 --- a/development-notices/eforms-xml/20-155018-001-EXP.xml +++ b/development-notices/eforms-xml/20-155018-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-156049-001-EXP.xml b/development-notices/eforms-xml/20-156049-001-EXP.xml index 37025fe..fd32a67 100644 --- a/development-notices/eforms-xml/20-156049-001-EXP.xml +++ b/development-notices/eforms-xml/20-156049-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-156983-001-EXP.xml b/development-notices/eforms-xml/20-156983-001-EXP.xml index 57577da..26e6e13 100644 --- a/development-notices/eforms-xml/20-156983-001-EXP.xml +++ b/development-notices/eforms-xml/20-156983-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index c85d0d1..84d2cba 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -213,10 +213,10 @@ - + no - false - false + + @@ -233,10 +233,10 @@ - + no - false - false + + @@ -253,10 +253,10 @@ - + no - false - false + + @@ -273,10 +273,10 @@ - + no - false - false + + diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index f114790..5114321 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -101,9 +101,11 @@ 7834899.64 - + yes + false + false @@ -124,9 +126,11 @@ 1205369.20 - + yes + false + false @@ -147,9 +151,11 @@ 602684.60 - + yes + false + false diff --git a/development-notices/eforms-xml/20-162034-001-EXP.xml b/development-notices/eforms-xml/20-162034-001-EXP.xml index 3c483f0..786f024 100644 --- a/development-notices/eforms-xml/20-162034-001-EXP.xml +++ b/development-notices/eforms-xml/20-162034-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-164186-001-EXP.xml b/development-notices/eforms-xml/20-164186-001-EXP.xml index 587f051..2706bd1 100644 --- a/development-notices/eforms-xml/20-164186-001-EXP.xml +++ b/development-notices/eforms-xml/20-164186-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-198944-001-EXP.xml b/development-notices/eforms-xml/20-198944-001-EXP.xml index e098e5f..45defeb 100644 --- a/development-notices/eforms-xml/20-198944-001-EXP.xml +++ b/development-notices/eforms-xml/20-198944-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-213571-001-EXP.xml b/development-notices/eforms-xml/20-213571-001-EXP.xml index e659f5c..30e4339 100644 --- a/development-notices/eforms-xml/20-213571-001-EXP.xml +++ b/development-notices/eforms-xml/20-213571-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-246700-001-EXP.xml b/development-notices/eforms-xml/20-246700-001-EXP.xml index 543481d..127557f 100644 --- a/development-notices/eforms-xml/20-246700-001-EXP.xml +++ b/development-notices/eforms-xml/20-246700-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-260117-001-EXP.xml b/development-notices/eforms-xml/20-260117-001-EXP.xml index 5ff859b..b512b3b 100644 --- a/development-notices/eforms-xml/20-260117-001-EXP.xml +++ b/development-notices/eforms-xml/20-260117-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-295737-001-EXP.xml b/development-notices/eforms-xml/20-295737-001-EXP.xml index df35f75..4991e15 100644 --- a/development-notices/eforms-xml/20-295737-001-EXP.xml +++ b/development-notices/eforms-xml/20-295737-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-343258-001-EXP.xml b/development-notices/eforms-xml/20-343258-001-EXP.xml index 9d46955..fcd4998 100644 --- a/development-notices/eforms-xml/20-343258-001-EXP.xml +++ b/development-notices/eforms-xml/20-343258-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-377805-001-EXP.xml b/development-notices/eforms-xml/20-377805-001-EXP.xml index 6f6ff2d..09f4c0b 100644 --- a/development-notices/eforms-xml/20-377805-001-EXP.xml +++ b/development-notices/eforms-xml/20-377805-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-560391-001-EXP.xml b/development-notices/eforms-xml/20-560391-001-EXP.xml index 3efb3ac..328512d 100644 --- a/development-notices/eforms-xml/20-560391-001-EXP.xml +++ b/development-notices/eforms-xml/20-560391-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-566267-001-EXP.xml b/development-notices/eforms-xml/20-566267-001-EXP.xml index bb8d8a5..6b4dea2 100644 --- a/development-notices/eforms-xml/20-566267-001-EXP.xml +++ b/development-notices/eforms-xml/20-566267-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/20-587026-001-EXP.xml b/development-notices/eforms-xml/20-587026-001-EXP.xml index 16d6ad4..b2e32ec 100644 --- a/development-notices/eforms-xml/20-587026-001-EXP.xml +++ b/development-notices/eforms-xml/20-587026-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 658c43d..66ca36b 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -153,8 +153,11 @@ Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. 30 + yes + true + false @@ -179,8 +182,11 @@ Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. 30 + yes + true + false @@ -205,8 +211,11 @@ Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. 30 + yes + true + false @@ -231,8 +240,11 @@ Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. 30 + yes + true + false @@ -257,8 +269,11 @@ Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. 30 + yes + true + false @@ -283,8 +298,11 @@ Suppliers are given additional marks in secondary competitions for work under the framework based on their performance against targets to subcontract work to small or medium sized enterprises. 30 + yes + true + false @@ -305,9 +323,11 @@ 50000000 - + yes + false + false @@ -328,9 +348,11 @@ 50000000 - + yes + false + false @@ -351,9 +373,11 @@ 50000000 - + yes + false + false @@ -374,9 +398,11 @@ 50000000 - + yes + false + false @@ -397,9 +423,11 @@ 50000000 - + yes + false + false @@ -420,9 +448,11 @@ 50000000 - + yes + false + false diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index 1e48026..3b6de6e 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -50,8 +50,11 @@ 41 + yes + true + false diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index 885afe2..12254f9 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -57,10 +57,10 @@ - + no - false - false + + diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index 9f54900..ea6100b 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -69,10 +69,10 @@ 200000.00 - + no - false - false + + diff --git a/development-notices/eforms-xml/21-051959-001-EXP.xml b/development-notices/eforms-xml/21-051959-001-EXP.xml index 686ddfd..6afe0d9 100644 --- a/development-notices/eforms-xml/21-051959-001-EXP.xml +++ b/development-notices/eforms-xml/21-051959-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/21-064844-001-EXP.xml b/development-notices/eforms-xml/21-064844-001-EXP.xml index 338c898..3ebf41f 100644 --- a/development-notices/eforms-xml/21-064844-001-EXP.xml +++ b/development-notices/eforms-xml/21-064844-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/21-077815-001-EXP.xml b/development-notices/eforms-xml/21-077815-001-EXP.xml index 2a89c90..3403228 100644 --- a/development-notices/eforms-xml/21-077815-001-EXP.xml +++ b/development-notices/eforms-xml/21-077815-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/21-119240-001-EXP.xml b/development-notices/eforms-xml/21-119240-001-EXP.xml index 91504e3..26389b0 100644 --- a/development-notices/eforms-xml/21-119240-001-EXP.xml +++ b/development-notices/eforms-xml/21-119240-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/21-120407-001-EXP.xml b/development-notices/eforms-xml/21-120407-001-EXP.xml index e13b399..d8c8cd8 100644 --- a/development-notices/eforms-xml/21-120407-001-EXP.xml +++ b/development-notices/eforms-xml/21-120407-001-EXP.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index fad7d30..16347fe 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -350,10 +350,10 @@ 47620.00 - + no - false - false + + @@ -373,10 +373,10 @@ 57231.00 - + no - false - false + + @@ -396,10 +396,10 @@ 36436.50 - + no - false - false + + @@ -419,10 +419,10 @@ 7950.00 - + no - false - false + + @@ -442,10 +442,10 @@ 68950.00 - + no - false - false + + @@ -465,10 +465,10 @@ 1139.00 - + no - false - false + + @@ -488,10 +488,10 @@ 11800.00 - + no - false - false + + diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index 5468528..d547d2f 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -116,10 +116,10 @@ 214000.00 - + no - false - false + + @@ -139,10 +139,10 @@ 214000.00 - + no - false - false + + @@ -162,10 +162,10 @@ 214000.00 - + no - false - false + + @@ -185,10 +185,10 @@ 214000.00 - + no - false - false + + @@ -208,10 +208,10 @@ 214000.00 - + no - false - false + + @@ -231,10 +231,10 @@ 214000.00 - + no - false - false + + diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index 9efdc1b..1bfadef 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -1,13 +1,13 @@ - + @@ -59,10 +59,10 @@ 800000.00 - + no - false - false + + diff --git a/development-notices/eforms-xml/352444_2021.xml b/development-notices/eforms-xml/352444_2021.xml index 6af56b8..b5f32ce 100644 --- a/development-notices/eforms-xml/352444_2021.xml +++ b/development-notices/eforms-xml/352444_2021.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/352458_2021.xml b/development-notices/eforms-xml/352458_2021.xml index a248e78..5cfd52f 100644 --- a/development-notices/eforms-xml/352458_2021.xml +++ b/development-notices/eforms-xml/352458_2021.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index 152a77b..fe13058 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -1,13 +1,13 @@ - + @@ -71,8 +71,11 @@ Činnosť geotechnika 0,1 % Zabezpečenie zamestnancov z rad znevýhodnených osôb alebo osôb dlhodobo nezamestnaných minimálne po dobu 3 mesiace 2,9 % + yes + false + false diff --git a/development-notices/eforms-xml/352907_2021.xml b/development-notices/eforms-xml/352907_2021.xml index 32a4146..ac4317f 100644 --- a/development-notices/eforms-xml/352907_2021.xml +++ b/development-notices/eforms-xml/352907_2021.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index 16e1479..f412e4f 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -1,13 +1,13 @@ - + @@ -57,10 +57,10 @@ 1220020 - + no - false - false + + diff --git a/development-notices/eforms-xml/353820_2021.xml b/development-notices/eforms-xml/353820_2021.xml index 0b99864..c224673 100644 --- a/development-notices/eforms-xml/353820_2021.xml +++ b/development-notices/eforms-xml/353820_2021.xml @@ -1,13 +1,13 @@ - + diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index d8499a3..c1d00a2 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -1,13 +1,13 @@ - + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index b14e07e..efbd320 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -337,7 +337,6 @@ These instructions can be un-commented to show the variables - Tendering Party ID Reference (OPT-310) @@ -639,14 +638,15 @@ These instructions can be un-commented to show the variables Subcontracting (BT-773) - - - - yes - no - - - + + + yes + no + + + + + Subcontracting Value (BT-553) @@ -660,30 +660,74 @@ These instructions can be un-commented to show the variables + Subcontracting (BT-773) - - + + + Subcontracting Percentage Known (BT-731) - - true - - - false - - - + + true + + + false + + + + + Subcontracting Value Known (BT-730) + + + true + + + false + + + + + + + + Subcontracting Value (BT-553) + + + Subcontracting Description (BT-554) + + + Subcontracting Percentage (BT-555) + + + Subcontracting (BT-773) + + + + Subcontracting Percentage Known (BT-731) + - - - - true - - - false - - - - + Subcontracting Value Known (BT-730) + + + + + Subcontracting Value (BT-553) + + + Subcontracting Description (BT-554) + + + Subcontracting Percentage (BT-555) + + + Subcontracting (BT-773) + + + Subcontracting Percentage Known (BT-731) + + + Subcontracting Value Known (BT-730) + + From 61c3309574f22347ca72f0262c544a56cb8e7c54 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Mon, 25 Jul 2022 13:31:46 +0200 Subject: [PATCH 36/38] TEDXDC-196 - added item to ted-elements-not-convertible.md for VAL_ESTIMATED_TOTAL --- ted-elements-not-convertible.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ted-elements-not-convertible.md b/ted-elements-not-convertible.md index baf7c84..6e6cf32 100644 --- a/ted-elements-not-convertible.md +++ b/ted-elements-not-convertible.md @@ -22,4 +22,6 @@ This table is under development. Elements used in Contract Award Notices and PIN | URL_NATIONAL_PROCEDURE | R.2.0.9 | URL | Information about national procedures is available at (URL) | eForms does not have a BT to hold a national procedure URL | | OBJECT_CONTRACT/VAL_RANGE_TOTAL/HIGH OBJECT_CONTRACT/VAL_RANGE_TOTAL/LOW | R.2.0.9 | Value | Total value of the procurement (excluding VAT) - Lowest offer / Highest offer taken into consideration | eForms does not have a BT to hold range values for offers across all lots | - +| AWARDED_CONTRACT/VAL_ESTIMATED_TOTAL | R.2.0.9 | Value | Initial estimated total value of the contract / lot +(for framework agreements or dynamic purchasing systems – estimated total maximum value for the entire duration of this lot) | +When the notice is not part of a Framework Agreement or DPS, there is no eForms equivalent of this element | From 27c3d9f40364b495524bae00bc3075b682ca5999 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Thu, 28 Jul 2022 14:24:05 +0200 Subject: [PATCH 37/38] TEDXDC-211 - Tidied up XSLT, added missing eForms XML files, final conversion of all TED XML files --- development-notices/README.md | 3 + .../eforms-xml/20-155018-001-EXP.xml | 40 +- .../eforms-xml/20-156049-001-EXP.xml | 45 +- .../eforms-xml/20-156983-001-EXP.xml | 135 ++--- .../eforms-xml/20-157399-001-EXP.xml | 40 +- .../eforms-xml/20-157543-001-EXP.xml | 60 +- .../eforms-xml/20-162034-001-EXP.xml | 45 +- .../eforms-xml/20-164186-001-EXP.xml | 41 +- .../eforms-xml/20-179994-001-EXP.xml | 508 +++++++++++++++++ .../eforms-xml/20-198944-001-EXP.xml | 45 +- .../eforms-xml/20-213571-001-EXP.xml | 60 +- .../eforms-xml/20-246700-001-EXP.xml | 44 +- .../eforms-xml/20-260117-001-EXP.xml | 45 +- .../eforms-xml/20-295737-001-EXP.xml | 44 +- .../eforms-xml/20-343258-001-EXP.xml | 45 +- .../eforms-xml/20-377805-001-EXP.xml | 44 +- .../eforms-xml/20-560391-001-EXP.xml | 60 +- .../eforms-xml/20-566267-001-EXP.xml | 75 +-- .../eforms-xml/20-587026-001-EXP.xml | 44 +- .../eforms-xml/21-000061-001-EXP.xml | 52 +- .../eforms-xml/21-000934-001-EXP.xml | 41 +- .../eforms-xml/21-010961-001-EXP.xml | 41 +- .../eforms-xml/21-050204-001-EXP.xml | 41 +- .../eforms-xml/21-051959-001-EXP.xml | 480 ++++++++-------- .../eforms-xml/21-064844-001-EXP.xml | 44 +- .../eforms-xml/21-077815-001-EXP.xml | 44 +- .../eforms-xml/21-119240-001-EXP.xml | 60 +- .../eforms-xml/21-120407-001-EXP.xml | 45 +- .../eforms-xml/21-363118-001-EXP.xml | 434 ++++++++++++++ .../eforms-xml/22-086633-001-EXP.xml | 118 ++-- .../eforms-xml/22-091559-001-EXP.xml | 80 ++- .../eforms-xml/352425_2021.xml | 40 +- .../eforms-xml/352444_2021.xml | 44 +- .../eforms-xml/352458_2021.xml | 44 +- .../eforms-xml/352732_2021.xml | 40 +- .../eforms-xml/352907_2021.xml | 40 +- .../eforms-xml/353237_2021.xml | 41 +- .../eforms-xml/353820_2021.xml | 44 +- .../eforms-xml/354339_2021.xml | 40 +- .../eforms-xml/354625_2021.xml | 454 +++++++++++++++ .../eforms-xml/354626_2021.xml | 434 ++++++++++++++ .../eforms-xml/354823_2021.xml | 532 +++++++++++++++++ xslt/addresses.xslt | 30 +- xslt/award-criteria.xslt | 25 +- xslt/functions-and-data.xslt | 2 +- xslt/lot.xslt | 208 +++---- xslt/notice-result.xslt | 533 +++++++++--------- xslt/other-mappings.xml | 19 +- xslt/procedure.xslt | 34 +- xslt/simple.xslt | 241 ++++---- xslt/ted-to-eforms.xslt | 146 ++--- 51 files changed, 4031 insertions(+), 1863 deletions(-) create mode 100644 development-notices/eforms-xml/20-179994-001-EXP.xml create mode 100644 development-notices/eforms-xml/21-363118-001-EXP.xml create mode 100644 development-notices/eforms-xml/354625_2021.xml create mode 100644 development-notices/eforms-xml/354626_2021.xml create mode 100644 development-notices/eforms-xml/354823_2021.xml diff --git a/development-notices/README.md b/development-notices/README.md index 4ddc4f1..a03542f 100644 --- a/development-notices/README.md +++ b/development-notices/README.md @@ -37,6 +37,9 @@ This table lists the TED XML files selected to test development of the Converter | 353820_2021.xml | F02 | CN | | | | 352444_2021.xml | F02 | CN | | | | 352458_2021.xml | F02 | CN | | | +| 354625_2021.xml | F12 | CN | | | +| 354626_2021.xml | F12 | CN | | | +| 354823_2021.xml | F12 | CN | | | | 352425_2021.xml | F03 | CAN | Contract award | PT_AWARD_CONTRACT_WITHOUT_CALL | | 353237_2021.xml | F03 | CAN | Contract award | TERMINATION_PIN | | 20-157399-001-EXP.xml | F03 | CAN | SettledContract | No DPS, no FRAMEWORK | diff --git a/development-notices/eforms-xml/20-155018-001-EXP.xml b/development-notices/eforms-xml/20-155018-001-EXP.xml index eb5c9bb..ef03309 100644 --- a/development-notices/eforms-xml/20-155018-001-EXP.xml +++ b/development-notices/eforms-xml/20-155018-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 4 - + @@ -53,7 +53,7 @@ - + 12345678-2023 @@ -85,7 +85,7 @@ cn-standard DEU - + ra @@ -112,9 +112,9 @@ - + - + @@ -133,7 +133,7 @@ - + Gemeinde Veitshöchheim, Sportplatzbauarbeiten an der Freisportanlage @@ -155,12 +155,12 @@ - + LOT-0000 - + - + ORG-0001 @@ -169,18 +169,16 @@ - - - + @@ -217,7 +215,7 @@ - + diff --git a/development-notices/eforms-xml/20-156049-001-EXP.xml b/development-notices/eforms-xml/20-156049-001-EXP.xml index fd32a67..698b0a3 100644 --- a/development-notices/eforms-xml/20-156049-001-EXP.xml +++ b/development-notices/eforms-xml/20-156049-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + true @@ -217,7 +217,7 @@ - + 12345678-2023 @@ -249,7 +249,7 @@ cn-standard HUN - + http://www.nfp.hu @@ -342,9 +342,9 @@ - + - + @@ -364,7 +364,7 @@ - + EKR000316682020 @@ -389,10 +389,10 @@ - + LOT-0000 - + @@ -438,6 +438,10 @@ used + + + + @@ -504,7 +508,7 @@ - + @@ -601,7 +605,6 @@ - @@ -622,7 +625,6 @@ 2 - @@ -642,7 +644,6 @@ - HUN @@ -656,7 +657,7 @@ - + @@ -726,7 +727,7 @@ none - + diff --git a/development-notices/eforms-xml/20-156983-001-EXP.xml b/development-notices/eforms-xml/20-156983-001-EXP.xml index 26e6e13..6cd5683 100644 --- a/development-notices/eforms-xml/20-156983-001-EXP.xml +++ b/development-notices/eforms-xml/20-156983-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + true @@ -190,7 +190,7 @@ - + 12345678-2023 @@ -222,7 +222,7 @@ cn-standard ENG - + https://www.publiccontractsscotland.gov.uk/search/Search_AuthProfile.aspx?ID=AA14482 @@ -335,7 +335,7 @@ - + 7 @@ -343,7 +343,7 @@ - + @@ -366,7 +366,7 @@ - + Kitchen and Bathroom Framework 2020-2024 @@ -392,10 +392,10 @@ - + LOT-0002 - + @@ -425,6 +425,10 @@ used + + + + @@ -492,13 +496,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -516,7 +519,6 @@ 3 - @@ -528,7 +530,6 @@ - ENG @@ -542,7 +543,7 @@ - + @@ -611,7 +612,7 @@ none - + @@ -683,7 +684,7 @@ LOT-0001 - + @@ -713,6 +714,10 @@ used + + + + @@ -780,13 +785,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -804,7 +808,6 @@ 3 - @@ -816,7 +819,6 @@ - ENG @@ -830,7 +832,7 @@ - + @@ -899,7 +901,7 @@ none - + @@ -971,7 +973,7 @@ LOT-0003 - + @@ -1001,6 +1003,10 @@ used + + + + @@ -1068,13 +1074,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1092,7 +1097,6 @@ 3 - @@ -1104,7 +1108,6 @@ - ENG @@ -1118,7 +1121,7 @@ - + @@ -1187,7 +1190,7 @@ none - + @@ -1259,7 +1262,7 @@ LOT-0004 - + @@ -1289,6 +1292,10 @@ used + + + + @@ -1356,13 +1363,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1380,7 +1386,6 @@ 3 - @@ -1392,7 +1397,6 @@ - ENG @@ -1406,7 +1410,7 @@ - + @@ -1475,7 +1479,7 @@ none - + @@ -1547,7 +1551,7 @@ LOT-0005 - + @@ -1577,6 +1581,10 @@ used + + + + @@ -1644,13 +1652,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1668,7 +1675,6 @@ 3 - @@ -1680,7 +1686,6 @@ - ENG @@ -1694,7 +1699,7 @@ - + @@ -1763,7 +1768,7 @@ none - + @@ -1835,7 +1840,7 @@ LOT-0006 - + @@ -1865,6 +1870,10 @@ used + + + + @@ -1932,13 +1941,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1956,7 +1964,6 @@ 3 - @@ -1968,7 +1975,6 @@ - ENG @@ -1982,7 +1988,7 @@ - + @@ -2051,7 +2057,7 @@ none - + @@ -2117,7 +2123,7 @@ LOT-0007 - + @@ -2147,6 +2153,10 @@ used + + + + @@ -2214,13 +2224,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -2238,7 +2247,6 @@ 3 - @@ -2250,7 +2258,6 @@ - ENG @@ -2264,7 +2271,7 @@ - + @@ -2333,7 +2340,7 @@ none - + diff --git a/development-notices/eforms-xml/20-157399-001-EXP.xml b/development-notices/eforms-xml/20-157399-001-EXP.xml index 84d2cba..b574f58 100644 --- a/development-notices/eforms-xml/20-157399-001-EXP.xml +++ b/development-notices/eforms-xml/20-157399-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -388,7 +388,7 @@ 29 - + true @@ -597,7 +597,7 @@ - + 12345678-2023 @@ -629,7 +629,7 @@ cn-standard ENG - + https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/241441 @@ -658,9 +658,9 @@ - + - + @@ -683,7 +683,7 @@ - + 2019/24 @@ -708,10 +708,10 @@ - + LOT-0000 - + no-eu-funds @@ -737,11 +737,10 @@ - + - @@ -756,13 +755,12 @@ - - + @@ -808,7 +806,7 @@ none - + diff --git a/development-notices/eforms-xml/20-157543-001-EXP.xml b/development-notices/eforms-xml/20-157543-001-EXP.xml index 5114321..d8c1ce7 100644 --- a/development-notices/eforms-xml/20-157543-001-EXP.xml +++ b/development-notices/eforms-xml/20-157543-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -211,7 +211,7 @@ 29 - + @@ -364,7 +364,7 @@ - + 12345678-2023 @@ -396,7 +396,7 @@ cn-standard SPA - + not-cont-ent @@ -419,9 +419,9 @@ - + - + @@ -444,7 +444,7 @@ - + EC 2020 2 @@ -468,10 +468,10 @@ - + LOT-0001 - + eu-funds @@ -497,11 +497,10 @@ - + - @@ -518,13 +517,12 @@ - - + @@ -570,7 +568,7 @@ none - + @@ -624,7 +622,7 @@ LOT-0002 - + no-eu-funds @@ -650,11 +648,10 @@ - + - @@ -671,13 +668,12 @@ - - + @@ -723,7 +719,7 @@ none - + @@ -777,7 +773,7 @@ LOT-0003 - + no-eu-funds @@ -803,11 +799,10 @@ - + - @@ -824,13 +819,12 @@ - - + @@ -876,7 +870,7 @@ none - + diff --git a/development-notices/eforms-xml/20-162034-001-EXP.xml b/development-notices/eforms-xml/20-162034-001-EXP.xml index 786f024..38abe9f 100644 --- a/development-notices/eforms-xml/20-162034-001-EXP.xml +++ b/development-notices/eforms-xml/20-162034-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -80,7 +80,7 @@ - + 12345678-2023 @@ -116,7 +116,7 @@ DEU - + cga @@ -143,9 +143,9 @@ - + - + @@ -165,7 +165,7 @@ - + Testeur de radiocommunication LTE pour 3.9G et 4.xG @@ -188,10 +188,10 @@ - + LOT-0000 - + @@ -213,6 +213,10 @@ used + + + + @@ -276,7 +280,7 @@ - + @@ -311,7 +315,6 @@ Prix - @@ -328,7 +331,6 @@ - @@ -340,7 +342,6 @@ - DEU @@ -360,7 +361,7 @@ - + @@ -428,7 +429,7 @@ none - + diff --git a/development-notices/eforms-xml/20-164186-001-EXP.xml b/development-notices/eforms-xml/20-164186-001-EXP.xml index 2706bd1..c6fc946 100644 --- a/development-notices/eforms-xml/20-164186-001-EXP.xml +++ b/development-notices/eforms-xml/20-164186-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -90,7 +90,7 @@ - + 12345678-2023 @@ -122,7 +122,7 @@ cn-standard ENG - + https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/166597 @@ -151,9 +151,9 @@ - + - + @@ -173,7 +173,7 @@ - + 110-0012/20-7000 @@ -197,10 +197,10 @@ - + LOT-0000 - + not-allowed @@ -255,13 +255,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -282,7 +281,6 @@ 184 - @@ -294,7 +292,6 @@ - DAN @@ -311,7 +308,7 @@ - + @@ -377,7 +374,7 @@ none - + diff --git a/development-notices/eforms-xml/20-179994-001-EXP.xml b/development-notices/eforms-xml/20-179994-001-EXP.xml new file mode 100644 index 0000000..50d3d81 --- /dev/null +++ b/development-notices/eforms-xml/20-179994-001-EXP.xml @@ -0,0 +1,508 @@ + + + + + + + + + 23 + + + + + + https://cc-vallee-doller.fr + + + + ORG-0001 + + + + Communauté de Communes de la Vallée de la Doller et du Soultzbach + + + 9 place des Alliés + + Masevaux-Niederbruck + + 68290 + + FRF12 + + + FRA + + + + + 24680067600016 + + + +33 389388175 + + + t.ciavarella@cc-vallee-doller.fr + + + + + + https://tout-un-programme.com + + + + ORG-0002 + + + + Tout un programme (assistant à maîtrise d'ouvrage) + + + 16 rue de la Sinne + + Mulhouse + + 68100 + + FRF12 + + + FRA + + + + + 83044938500012 + + + Matthieu Fortin + + +33 680800655 + + + matthieu@t1prog.com + + + + + + https://strasbourg.tribunal-administratif.fr + + + + ORG-0003 + + + + Tribunal administratif de Strasbourg + + + 31 avenue de la Paix + + Strasbourg + + 67000 + + + + FRA + + + + + +33 388212323 + + + + + + + + + ORG-0004 + + + + Comité consultatif interrégional de règlement amiable des différends relatifs aux marchés publics de Nancy + + + 1 rue du Préfet Claude Érignac + + Nancy Cedex + + 54038 + + + + FRA + + + + + +33 383342565 + + + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2020-04-11+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + FRA + + + + ra + + + + not-cont-ent + + + + gen-pub + + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + restricted + + + + + + + + + + + Concours restreint de maîtrise d'œuvre en vue de la construction d'un accueil périscolaire à Burnhaupt-le-Bas + + + + Les documents de la consultation sont à télécharger et les offres sont à déposer sur la plate-forme des marchés publics de l'association des maires du Haut-Rhin: www.marchespublics-amhr.omnikles.com + + + + 71000000 + + + + + + + + + + + + + LOT-0000 + + + + + + + + other + + + Cf. règlement de consultation. + + used + + + + + + + + + + + + + + + + no-eu-funds + + + + + + + + + + DOCUMENT_ID_REQUIRED_HERE + + non-restricted-document + + + + https://marchespublics-amhr.omnikles.com + + + + + + + + + + + + + + + + yes + + + + + + + true + + true + + + + + + + + + + + + + cost + + Jugement des candidatures: — les candidatures seront jugées et sélectionnées au regard des critères suivants: 1) pertinence de la composition de l'équipe au regard des compétences demandées et de la nature du projet (la présentation de compétences complémentaires pertinentes pourront être considérées comme un plus); 2) pertinence des références présentées, de dimension et de complexité équivalente à celles du projet envisagé, parmi lesquelles: — références du ou des architectes: —— une référence minimale de projet de construction d'un accueil périscolaire; —— une référence minimale de projet présentant des performances énergétiques et — environnementales élevées, a minima supérieures à la RT 2012 — 30 %; —— une référence d'un projet réalisé dans le cadre d'un marché public au budget travaux compris entre 1 et 3 000 000 EUR HT; — les références de moins de cinq ans seront appréciées; 3) moyens présentés par l'équipe, permettant de mener à bien une réalisation de dimension et de complexité équivalente à celle du projet envisagé. Jugement des prestations: — le jugement des propositions sera effectué dans les conditions prévues à l'article R. 2152 du code de la commande publique au moyen des critères suivants: 1) respect du programme de l'opération; 2) qualité architecturale du projet et cohérence de son insertion dans le site; 3) respect et crédibilité du coût estimé des travaux; 4) respect des délais et crédibilité du planning prévisionnel. + + + price + + Jugement des candidatures: — les candidatures seront jugées et sélectionnées au regard des critères suivants: 1) pertinence de la composition de l'équipe au regard des compétences demandées et de la nature du projet (la présentation de compétences complémentaires pertinentes pourront être considérées comme un plus); 2) pertinence des références présentées, de dimension et de complexité équivalente à celles du projet envisagé, parmi lesquelles: — références du ou des architectes: —— une référence minimale de projet de construction d'un accueil périscolaire; —— une référence minimale de projet présentant des performances énergétiques et — environnementales élevées, a minima supérieures à la RT 2012 — 30 %; —— une référence d'un projet réalisé dans le cadre d'un marché public au budget travaux compris entre 1 et 3 000 000 EUR HT; — les références de moins de cinq ans seront appréciées; 3) moyens présentés par l'équipe, permettant de mener à bien une réalisation de dimension et de complexité équivalente à celle du projet envisagé. Jugement des prestations: — le jugement des propositions sera effectué dans les conditions prévues à l'article R. 2152 du code de la commande publique au moyen des critères suivants: 1) respect du programme de l'opération; 2) qualité architecturale du projet et cohérence de son insertion dans le site; 3) respect et crédibilité du coût estimé des travaux; 4) respect des délais et crédibilité du planning prévisionnel. + + + quality + + Jugement des candidatures: — les candidatures seront jugées et sélectionnées au regard des critères suivants: 1) pertinence de la composition de l'équipe au regard des compétences demandées et de la nature du projet (la présentation de compétences complémentaires pertinentes pourront être considérées comme un plus); 2) pertinence des références présentées, de dimension et de complexité équivalente à celles du projet envisagé, parmi lesquelles: — références du ou des architectes: —— une référence minimale de projet de construction d'un accueil périscolaire; —— une référence minimale de projet présentant des performances énergétiques et — environnementales élevées, a minima supérieures à la RT 2012 — 30 %; —— une référence d'un projet réalisé dans le cadre d'un marché public au budget travaux compris entre 1 et 3 000 000 EUR HT; — les références de moins de cinq ans seront appréciées; 3) moyens présentés par l'équipe, permettant de mener à bien une réalisation de dimension et de complexité équivalente à celle du projet envisagé. Jugement des prestations: — le jugement des propositions sera effectué dans les conditions prévues à l'article R. 2152 du code de la commande publique au moyen des critères suivants: 1) respect du programme de l'opération; 2) qualité architecturale du projet et cohérence de son insertion dans le site; 3) respect et crédibilité du coût estimé des travaux; 4) respect des délais et crédibilité du planning prévisionnel. + + + + + Sa composition n'est pas arrêtée à ce jour. Il sera composé selon le code de la commande publique + + + + 1 + + + + + Les trois concurrents (candidats admis à concourir) recevront une indemnisation forfaitaire maximale de 10 000 EUR HT. Pour les prestations fournies, sous réserve de la recevabilité de leurs prestations au regard du règlement du concours et du respect du programme. Les indemnisations sont forfaitaires, conformément aux dispositions de l'article R. 2172-4 du code de la commande publique, l'acheteur, sur proposition du jury, se réserve le droit, dans le cas d'un projet qu'il jugerait incomplet ou dont les prestations seraient non conformes par rapport au règlement de concours et ou au programme, de supprimer totalement ou partiellement l'indemnité. Une indemnité forfaitaire d'un montant identique à celui versé aux concurrents non retenus sera payée à l'équipe lauréate sous forme d'avance sur le marché de maîtrise d'œuvre dès l'issue du concours; cette somme étant à valoir sur le montant des honoraires à percevoir ultérieurement au titre du marché de maîtrise d'œuvre. + + + + + ORG-0002 + + + + + https://marchespublics-amhr.omnikles.com + + + + + + + + + + — référé précontractuel: avant la conclusion du marché (articles L. 551-1 à 12 et R. 551-1 à 4 du code de justice administrative); — référé contractuel (articles L. 551-13 à 23 et R. 551-7 à 10 du code de justice administrative). + + + + ORG-0003 + + + + + ORG-0004 + + + + + + FRA + + + + + + + + + + + + + 2020-06-05+01:00 + 12:00:00+01:00 + + + + + + + allowed + + + + + 2020-06-05+01:00 + 12:00:00+01:00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Concours restreint de maîtrise d'œuvre en vue de la construction d'un accueil périscolaire à Burnhaupt-le-Bas + + Concours restreint de maîtrise d'œuvre en vue de la construction d'un nouvel accueil périscolaire à Burnhaupt-Le-Bas (68520). — Le présent marché a pour objet de confier au maître d'œuvre une mission de base, constituée des éléments suivants: — les études d'Esquisse (ESQ); — les études d'Avant-projet (AVP): Avant-projet sommaire (APS), Avant-projet définitif (APD); — les études de Projet (PRO-DCE); — l'Assistance à la passation des contrats de travaux (ACT); — la Direction de l'exécution des contrats de travaux (DET); — l'assistance lors des opérations de réception et pendant la période de garantie de parfait achèvement (AOR). La mission comprend également les missions complémentaires suivantes: — les études d'exécution (EXE); — Ordonnancement, pilotage et coordination (OPC). Le contenu de chaque élément de mission est celui qui figure à l'annexe I de l'arrêté du 22.3.2019 détaillant les modalités techniques d'exécution des éléments de mission de maîtrise d'œuvre; — la mission de coordination en matière de Système sécurité incendie (SSI), telle que définie par les textes réglementaires et normes en vigueur, est intégrée dans la mission du maître d'œuvre (mission de base). + + + + + + + + + + + + + + + + + 71000000 + + + + 71000000 + + + + + + + + + + + + anyw + + + + + + + + + + + + diff --git a/development-notices/eforms-xml/20-198944-001-EXP.xml b/development-notices/eforms-xml/20-198944-001-EXP.xml index 45defeb..cd451b0 100644 --- a/development-notices/eforms-xml/20-198944-001-EXP.xml +++ b/development-notices/eforms-xml/20-198944-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -78,7 +78,7 @@ - + 12345678-2023 @@ -110,7 +110,7 @@ cn-standard ENG - + https://livvhousinggroup.com/ @@ -139,9 +139,9 @@ - + - + @@ -161,7 +161,7 @@ - + DN475213 @@ -188,10 +188,10 @@ - + LOT-0000 - + @@ -205,6 +205,10 @@ used + + + + @@ -268,7 +272,7 @@ - + @@ -301,7 +305,6 @@ - @@ -319,7 +322,6 @@ 4 - @@ -334,7 +336,6 @@ - ENG @@ -348,7 +349,7 @@ - + @@ -415,7 +416,7 @@ none - + diff --git a/development-notices/eforms-xml/20-213571-001-EXP.xml b/development-notices/eforms-xml/20-213571-001-EXP.xml index 30e4339..4f1fdea 100644 --- a/development-notices/eforms-xml/20-213571-001-EXP.xml +++ b/development-notices/eforms-xml/20-213571-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -80,7 +80,7 @@ - + 12345678-2023 @@ -112,7 +112,7 @@ cn-standard ENG - + body-pl @@ -136,7 +136,7 @@ - + 2 @@ -144,7 +144,7 @@ - + @@ -164,7 +164,7 @@ - + Information and Communications Technology Services @@ -189,10 +189,10 @@ - + LOT-0001 - + @@ -206,6 +206,10 @@ used + + + + @@ -273,13 +277,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -299,7 +302,6 @@ 3 - @@ -311,7 +313,6 @@ - ENG @@ -325,7 +326,7 @@ - + @@ -390,7 +391,7 @@ none - + @@ -450,7 +451,7 @@ LOT-0002 - + @@ -464,6 +465,10 @@ used + + + + @@ -531,13 +536,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -557,7 +561,6 @@ 3 - @@ -569,7 +572,6 @@ - ENG @@ -583,7 +585,7 @@ - + @@ -648,7 +650,7 @@ none - + diff --git a/development-notices/eforms-xml/20-246700-001-EXP.xml b/development-notices/eforms-xml/20-246700-001-EXP.xml index 127557f..7b90584 100644 --- a/development-notices/eforms-xml/20-246700-001-EXP.xml +++ b/development-notices/eforms-xml/20-246700-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -79,7 +79,7 @@ - + 12345678-2023 @@ -111,7 +111,7 @@ cn-standard ENG - + www.barnetsourcing.co.uk @@ -140,9 +140,9 @@ - + - + @@ -163,7 +163,7 @@ - + 702101 @@ -191,10 +191,10 @@ - + LOT-0000 - + @@ -216,6 +216,10 @@ used + + + + @@ -280,7 +284,6 @@ true - @@ -295,7 +298,6 @@ Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -313,7 +315,6 @@ 6 - @@ -325,7 +326,6 @@ - ENG @@ -339,7 +339,7 @@ - + @@ -404,7 +404,7 @@ none - + diff --git a/development-notices/eforms-xml/20-260117-001-EXP.xml b/development-notices/eforms-xml/20-260117-001-EXP.xml index b512b3b..3043d9e 100644 --- a/development-notices/eforms-xml/20-260117-001-EXP.xml +++ b/development-notices/eforms-xml/20-260117-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -83,7 +83,7 @@ - + 12345678-2023 @@ -115,7 +115,7 @@ cn-standard ENG - + not-cont-ent @@ -135,9 +135,9 @@ - + - + @@ -162,7 +162,7 @@ - + Government of Kenya Collections Strategy @@ -184,10 +184,10 @@ - + LOT-0000 - + @@ -209,6 +209,10 @@ used + + + + @@ -271,13 +275,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -297,7 +300,6 @@ 6 - @@ -309,7 +311,6 @@ - ENG @@ -323,7 +324,7 @@ - + @@ -392,7 +393,7 @@ none - + diff --git a/development-notices/eforms-xml/20-295737-001-EXP.xml b/development-notices/eforms-xml/20-295737-001-EXP.xml index 4991e15..ed0093c 100644 --- a/development-notices/eforms-xml/20-295737-001-EXP.xml +++ b/development-notices/eforms-xml/20-295737-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 20 - + @@ -116,7 +116,7 @@ - + 12345678-2023 @@ -148,7 +148,7 @@ cn-standard ENG - + https://irl.eu-supply.com/ctm/Company/CompanyInformation/Index/1193 @@ -177,9 +177,9 @@ - + - + @@ -200,7 +200,7 @@ - + Riverine Community Park @@ -227,10 +227,10 @@ - + LOT-0000 - + @@ -244,6 +244,10 @@ used + + + + @@ -297,7 +301,7 @@ - + ORG-0001 @@ -311,7 +315,6 @@ - @@ -323,7 +326,6 @@ - ENG @@ -332,7 +334,7 @@ - + @@ -377,7 +379,7 @@ - + diff --git a/development-notices/eforms-xml/20-343258-001-EXP.xml b/development-notices/eforms-xml/20-343258-001-EXP.xml index fcd4998..c20560b 100644 --- a/development-notices/eforms-xml/20-343258-001-EXP.xml +++ b/development-notices/eforms-xml/20-343258-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -82,7 +82,7 @@ - + 12345678-2023 @@ -206,7 +206,7 @@ HRV - + eu-ins-bod-ag @@ -233,9 +233,9 @@ - + - + @@ -258,7 +258,7 @@ - + JRC/2020/OP/1033 @@ -286,10 +286,10 @@ - + LOT-0000 - + @@ -303,6 +303,10 @@ used + + + + @@ -369,13 +373,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -393,7 +396,6 @@ 6 - @@ -408,7 +410,6 @@ - BUL @@ -491,7 +492,7 @@ - + @@ -565,7 +566,7 @@ none - + diff --git a/development-notices/eforms-xml/20-377805-001-EXP.xml b/development-notices/eforms-xml/20-377805-001-EXP.xml index 09f4c0b..8c51103 100644 --- a/development-notices/eforms-xml/20-377805-001-EXP.xml +++ b/development-notices/eforms-xml/20-377805-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -86,7 +86,7 @@ - + 12345678-2023 @@ -118,7 +118,7 @@ cn-standard ENG - + https://platform.negometrix.com/PublishedTenders.aspx?tenderid=104132 @@ -144,9 +144,9 @@ - + - + @@ -166,7 +166,7 @@ - + 2020-NEG-104132 @@ -193,10 +193,10 @@ - + LOT-0000 - + @@ -210,6 +210,10 @@ used + + + + @@ -272,7 +276,7 @@ - + ORG-0001 @@ -286,7 +290,6 @@ - @@ -298,7 +301,6 @@ - ENG @@ -315,7 +317,7 @@ - + @@ -384,7 +386,7 @@ none - + diff --git a/development-notices/eforms-xml/20-560391-001-EXP.xml b/development-notices/eforms-xml/20-560391-001-EXP.xml index 328512d..0672094 100644 --- a/development-notices/eforms-xml/20-560391-001-EXP.xml +++ b/development-notices/eforms-xml/20-560391-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 20 - + @@ -81,7 +81,7 @@ - + 12345678-2023 @@ -113,7 +113,7 @@ cn-standard ENG - + http://www.sykehusinnkjop.no/ @@ -142,7 +142,7 @@ - + 3 @@ -150,7 +150,7 @@ - + @@ -170,7 +170,7 @@ - + 2020/1256 @@ -194,10 +194,10 @@ - + LOT-0001 - + no-eu-funds @@ -242,7 +242,7 @@ - + ORG-0001 @@ -254,7 +254,6 @@ - @@ -266,7 +265,6 @@ - NOR @@ -275,7 +273,7 @@ - + @@ -320,7 +318,7 @@ - + @@ -388,7 +386,7 @@ LOT-0002 - + no-eu-funds @@ -433,7 +431,7 @@ - + ORG-0001 @@ -445,7 +443,6 @@ - @@ -457,7 +454,6 @@ - NOR @@ -466,7 +462,7 @@ - + @@ -511,7 +507,7 @@ - + @@ -579,7 +575,7 @@ LOT-0003 - + no-eu-funds @@ -624,7 +620,7 @@ - + ORG-0001 @@ -636,7 +632,6 @@ - @@ -648,7 +643,6 @@ - NOR @@ -657,7 +651,7 @@ - + @@ -702,7 +696,7 @@ - + diff --git a/development-notices/eforms-xml/20-566267-001-EXP.xml b/development-notices/eforms-xml/20-566267-001-EXP.xml index 6b4dea2..de6aae4 100644 --- a/development-notices/eforms-xml/20-566267-001-EXP.xml +++ b/development-notices/eforms-xml/20-566267-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + true @@ -804,7 +804,7 @@ - + 12345678-2023 @@ -836,7 +836,7 @@ cn-standard ENG - + http://www.cheshireeast.gov.uk/ @@ -1437,7 +1437,7 @@ - + 3 @@ -1445,7 +1445,7 @@ - + @@ -1465,7 +1465,7 @@ - + DN505426 @@ -1493,10 +1493,10 @@ - + LOT-0001 - + @@ -1510,6 +1510,10 @@ used + + + + @@ -1572,13 +1576,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1593,7 +1596,6 @@ - @@ -1610,7 +1612,6 @@ - ENG @@ -1624,7 +1625,7 @@ - + @@ -1690,7 +1691,7 @@ dps-nlist - + @@ -1750,7 +1751,7 @@ LOT-0002 - + @@ -1764,6 +1765,10 @@ used + + + + @@ -1826,13 +1831,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1847,7 +1851,6 @@ - @@ -1864,7 +1867,6 @@ - ENG @@ -1878,7 +1880,7 @@ - + @@ -1944,7 +1946,7 @@ dps-nlist - + @@ -2004,7 +2006,7 @@ LOT-0003 - + @@ -2018,6 +2020,10 @@ used + + + + @@ -2080,13 +2086,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -2101,7 +2106,6 @@ - @@ -2118,7 +2122,6 @@ - ENG @@ -2132,7 +2135,7 @@ - + @@ -2198,7 +2201,7 @@ dps-nlist - + diff --git a/development-notices/eforms-xml/20-587026-001-EXP.xml b/development-notices/eforms-xml/20-587026-001-EXP.xml index b2e32ec..d55ec15 100644 --- a/development-notices/eforms-xml/20-587026-001-EXP.xml +++ b/development-notices/eforms-xml/20-587026-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + true @@ -229,7 +229,7 @@ - + 12345678-2023 @@ -261,7 +261,7 @@ cn-standard DAN - + https://eu.eu-supply.com/ctm/Company/CompanyInformation/Index/137394 @@ -368,7 +368,7 @@ - + LocalLegalBasis @@ -380,7 +380,7 @@ - + @@ -404,7 +404,7 @@ - + IT-klientudstyr 2021-2025 @@ -429,10 +429,10 @@ - + LOT-0000 - + @@ -470,6 +470,10 @@ used + + + + @@ -539,7 +543,6 @@ true - @@ -581,7 +584,6 @@ - @@ -602,7 +604,6 @@ 6 - @@ -627,7 +628,6 @@ - DAN @@ -641,7 +641,7 @@ - + @@ -710,7 +710,7 @@ none - + diff --git a/development-notices/eforms-xml/21-000061-001-EXP.xml b/development-notices/eforms-xml/21-000061-001-EXP.xml index 66ca36b..6d026d1 100644 --- a/development-notices/eforms-xml/21-000061-001-EXP.xml +++ b/development-notices/eforms-xml/21-000061-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -791,7 +791,7 @@ 29 - + true @@ -1188,7 +1188,7 @@ - + 12345678-2023 @@ -1220,7 +1220,7 @@ cn-standard ENG - + cga @@ -1247,9 +1247,9 @@ - + - + @@ -1272,7 +1272,7 @@ - + Specialist Professional and Technical Services 2 (SPaTS 2) Framework @@ -1295,10 +1295,10 @@ - + LOT-0001 - + no-eu-funds @@ -1324,7 +1324,7 @@ - + @@ -1453,14 +1453,12 @@ - - @@ -1475,13 +1473,12 @@ - - + @@ -1527,7 +1524,7 @@ none - + @@ -1591,7 +1588,7 @@ LOT-0002 - + no-eu-funds @@ -1617,7 +1614,7 @@ - + @@ -1746,14 +1743,12 @@ - - @@ -1768,13 +1763,12 @@ - - + @@ -1820,7 +1814,7 @@ none - + diff --git a/development-notices/eforms-xml/21-000934-001-EXP.xml b/development-notices/eforms-xml/21-000934-001-EXP.xml index 3b6de6e..495024a 100644 --- a/development-notices/eforms-xml/21-000934-001-EXP.xml +++ b/development-notices/eforms-xml/21-000934-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -106,7 +106,7 @@ 29 - + @@ -260,7 +260,7 @@ - + 12345678-2023 @@ -384,7 +384,7 @@ HRV - + eu-ins-bod-ag @@ -411,9 +411,9 @@ - + - + @@ -436,7 +436,7 @@ - + ENV/2020/OP/0030 @@ -461,10 +461,10 @@ - + LOT-0000 - + eu-funds @@ -490,7 +490,7 @@ - + @@ -555,14 +555,12 @@ - - @@ -577,13 +575,12 @@ - - + @@ -629,7 +626,7 @@ none - + diff --git a/development-notices/eforms-xml/21-010961-001-EXP.xml b/development-notices/eforms-xml/21-010961-001-EXP.xml index 12254f9..3cad0ef 100644 --- a/development-notices/eforms-xml/21-010961-001-EXP.xml +++ b/development-notices/eforms-xml/21-010961-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -100,7 +100,7 @@ 29 - + @@ -199,7 +199,7 @@ - + 12345678-2023 @@ -231,7 +231,7 @@ cn-standard ENG - + body-pl @@ -255,9 +255,9 @@ - + - + @@ -280,7 +280,7 @@ - + EIB-GtP/ZWS2-C4XD-C-002 @@ -304,10 +304,10 @@ - + LOT-0000 - + no-eu-funds @@ -333,7 +333,7 @@ - + @@ -560,14 +560,12 @@ S: Combined weighted technical and financial score - - @@ -579,13 +577,12 @@ - - + @@ -631,7 +628,7 @@ none - + diff --git a/development-notices/eforms-xml/21-050204-001-EXP.xml b/development-notices/eforms-xml/21-050204-001-EXP.xml index ea6100b..50d52f2 100644 --- a/development-notices/eforms-xml/21-050204-001-EXP.xml +++ b/development-notices/eforms-xml/21-050204-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -113,7 +113,7 @@ 29 - + @@ -243,7 +243,7 @@ - + 12345678-2023 @@ -367,7 +367,7 @@ HRV - + eu-ins-bod-ag @@ -391,9 +391,9 @@ - + - + @@ -416,7 +416,7 @@ - + ENISA F-EDO-20-T32 @@ -440,10 +440,10 @@ - + LOT-0000 - + no-eu-funds @@ -469,7 +469,7 @@ - + @@ -504,14 +504,12 @@ As per tender specification - - @@ -528,13 +526,12 @@ - - + @@ -580,7 +577,7 @@ none - + diff --git a/development-notices/eforms-xml/21-051959-001-EXP.xml b/development-notices/eforms-xml/21-051959-001-EXP.xml index 6afe0d9..254a26f 100644 --- a/development-notices/eforms-xml/21-051959-001-EXP.xml +++ b/development-notices/eforms-xml/21-051959-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -80,7 +80,7 @@ - + 12345678-2023 @@ -112,7 +112,7 @@ cn-standard DEU - + cga @@ -139,7 +139,7 @@ - + 30 @@ -147,7 +147,7 @@ - + @@ -167,7 +167,7 @@ - + V52567-0121 @@ -191,10 +191,10 @@ - + LOT-0001 - + @@ -216,6 +216,10 @@ used + + + + @@ -278,13 +282,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -305,7 +308,6 @@ 30 - @@ -320,7 +322,6 @@ - DEU @@ -334,7 +335,7 @@ - + @@ -400,7 +401,7 @@ none - + @@ -463,7 +464,7 @@ LOT-0002 - + @@ -485,6 +486,10 @@ used + + + + @@ -547,13 +552,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -574,7 +578,6 @@ 30 - @@ -589,7 +592,6 @@ - DEU @@ -603,7 +605,7 @@ - + @@ -669,7 +671,7 @@ none - + @@ -732,7 +734,7 @@ LOT-0003 - + @@ -754,6 +756,10 @@ used + + + + @@ -816,13 +822,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -843,7 +848,6 @@ 30 - @@ -858,7 +862,6 @@ - DEU @@ -872,7 +875,7 @@ - + @@ -938,7 +941,7 @@ none - + @@ -1001,7 +1004,7 @@ LOT-0004 - + @@ -1023,6 +1026,10 @@ used + + + + @@ -1085,13 +1092,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1112,7 +1118,6 @@ 30 - @@ -1127,7 +1132,6 @@ - DEU @@ -1141,7 +1145,7 @@ - + @@ -1207,7 +1211,7 @@ none - + @@ -1270,7 +1274,7 @@ LOT-0005 - + @@ -1292,6 +1296,10 @@ used + + + + @@ -1354,13 +1362,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1381,7 +1388,6 @@ 30 - @@ -1396,7 +1402,6 @@ - DEU @@ -1410,7 +1415,7 @@ - + @@ -1476,7 +1481,7 @@ none - + @@ -1539,7 +1544,7 @@ LOT-0006 - + @@ -1561,6 +1566,10 @@ used + + + + @@ -1623,13 +1632,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1650,7 +1658,6 @@ 30 - @@ -1665,7 +1672,6 @@ - DEU @@ -1679,7 +1685,7 @@ - + @@ -1745,7 +1751,7 @@ none - + @@ -1808,7 +1814,7 @@ LOT-0007 - + @@ -1830,6 +1836,10 @@ used + + + + @@ -1892,13 +1902,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -1919,7 +1928,6 @@ 30 - @@ -1934,7 +1942,6 @@ - DEU @@ -1948,7 +1955,7 @@ - + @@ -2014,7 +2021,7 @@ none - + @@ -2077,7 +2084,7 @@ LOT-0008 - + @@ -2099,6 +2106,10 @@ used + + + + @@ -2161,13 +2172,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -2188,7 +2198,6 @@ 30 - @@ -2203,7 +2212,6 @@ - DEU @@ -2217,7 +2225,7 @@ - + @@ -2283,7 +2291,7 @@ none - + @@ -2346,7 +2354,7 @@ LOT-0009 - + @@ -2368,6 +2376,10 @@ used + + + + @@ -2430,13 +2442,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -2457,7 +2468,6 @@ 30 - @@ -2472,7 +2482,6 @@ - DEU @@ -2486,7 +2495,7 @@ - + @@ -2552,7 +2561,7 @@ none - + @@ -2615,7 +2624,7 @@ LOT-0010 - + @@ -2637,6 +2646,10 @@ used + + + + @@ -2699,13 +2712,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -2726,7 +2738,6 @@ 30 - @@ -2741,7 +2752,6 @@ - DEU @@ -2755,7 +2765,7 @@ - + @@ -2821,7 +2831,7 @@ none - + @@ -2884,7 +2894,7 @@ LOT-0011 - + @@ -2906,6 +2916,10 @@ used + + + + @@ -2968,13 +2982,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -2995,7 +3008,6 @@ 30 - @@ -3010,7 +3022,6 @@ - DEU @@ -3024,7 +3035,7 @@ - + @@ -3090,7 +3101,7 @@ none - + @@ -3153,7 +3164,7 @@ LOT-0012 - + @@ -3175,6 +3186,10 @@ used + + + + @@ -3237,13 +3252,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -3264,7 +3278,6 @@ 30 - @@ -3279,7 +3292,6 @@ - DEU @@ -3293,7 +3305,7 @@ - + @@ -3359,7 +3371,7 @@ none - + @@ -3422,7 +3434,7 @@ LOT-11000 - + @@ -3444,6 +3456,10 @@ used + + + + @@ -3506,13 +3522,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -3533,7 +3548,6 @@ 30 - @@ -3548,7 +3562,6 @@ - DEU @@ -3562,7 +3575,7 @@ - + @@ -3628,7 +3641,7 @@ none - + @@ -3691,7 +3704,7 @@ LOT-12000 - + @@ -3713,6 +3726,10 @@ used + + + + @@ -3775,13 +3792,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -3802,7 +3818,6 @@ 30 - @@ -3817,7 +3832,6 @@ - DEU @@ -3831,7 +3845,7 @@ - + @@ -3897,7 +3911,7 @@ none - + @@ -3960,7 +3974,7 @@ LOT-21000 - + @@ -3982,6 +3996,10 @@ used + + + + @@ -4044,13 +4062,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -4071,7 +4088,6 @@ 30 - @@ -4086,7 +4102,6 @@ - DEU @@ -4100,7 +4115,7 @@ - + @@ -4166,7 +4181,7 @@ none - + @@ -4229,7 +4244,7 @@ LOT-22000 - + @@ -4251,6 +4266,10 @@ used + + + + @@ -4313,13 +4332,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -4340,7 +4358,6 @@ 30 - @@ -4355,7 +4372,6 @@ - DEU @@ -4369,7 +4385,7 @@ - + @@ -4435,7 +4451,7 @@ none - + @@ -4498,7 +4514,7 @@ LOT-31000 - + @@ -4520,6 +4536,10 @@ used + + + + @@ -4582,13 +4602,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -4609,7 +4628,6 @@ 30 - @@ -4624,7 +4642,6 @@ - DEU @@ -4638,7 +4655,7 @@ - + @@ -4704,7 +4721,7 @@ none - + @@ -4767,7 +4784,7 @@ LOT-33000 - + @@ -4789,6 +4806,10 @@ used + + + + @@ -4851,13 +4872,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -4878,7 +4898,6 @@ 30 - @@ -4893,7 +4912,6 @@ - DEU @@ -4907,7 +4925,7 @@ - + @@ -4973,7 +4991,7 @@ none - + @@ -5036,7 +5054,7 @@ LOT-41000 - + @@ -5058,6 +5076,10 @@ used + + + + @@ -5120,13 +5142,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -5147,7 +5168,6 @@ 30 - @@ -5162,7 +5182,6 @@ - DEU @@ -5176,7 +5195,7 @@ - + @@ -5242,7 +5261,7 @@ none - + @@ -5305,7 +5324,7 @@ LOT-42000 - + @@ -5327,6 +5346,10 @@ used + + + + @@ -5389,13 +5412,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -5416,7 +5438,6 @@ 30 - @@ -5431,7 +5452,6 @@ - DEU @@ -5445,7 +5465,7 @@ - + @@ -5511,7 +5531,7 @@ none - + @@ -5574,7 +5594,7 @@ LOT-51000 - + @@ -5596,6 +5616,10 @@ used + + + + @@ -5658,13 +5682,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -5685,7 +5708,6 @@ 30 - @@ -5700,7 +5722,6 @@ - DEU @@ -5714,7 +5735,7 @@ - + @@ -5780,7 +5801,7 @@ none - + @@ -5843,7 +5864,7 @@ LOT-52000 - + @@ -5865,6 +5886,10 @@ used + + + + @@ -5927,13 +5952,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -5954,7 +5978,6 @@ 30 - @@ -5969,7 +5992,6 @@ - DEU @@ -5983,7 +6005,7 @@ - + @@ -6049,7 +6071,7 @@ none - + @@ -6112,7 +6134,7 @@ LOT-61000 - + @@ -6134,6 +6156,10 @@ used + + + + @@ -6196,13 +6222,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -6223,7 +6248,6 @@ 30 - @@ -6238,7 +6262,6 @@ - DEU @@ -6252,7 +6275,7 @@ - + @@ -6318,7 +6341,7 @@ none - + @@ -6381,7 +6404,7 @@ LOT-62000 - + @@ -6403,6 +6426,10 @@ used + + + + @@ -6465,13 +6492,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -6492,7 +6518,6 @@ 30 - @@ -6507,7 +6532,6 @@ - DEU @@ -6521,7 +6545,7 @@ - + @@ -6587,7 +6611,7 @@ none - + @@ -6650,7 +6674,7 @@ LOT-71000 - + @@ -6672,6 +6696,10 @@ used + + + + @@ -6734,13 +6762,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -6761,7 +6788,6 @@ 30 - @@ -6776,7 +6802,6 @@ - DEU @@ -6790,7 +6815,7 @@ - + @@ -6856,7 +6881,7 @@ none - + @@ -6919,7 +6944,7 @@ LOT-81000 - + @@ -6941,6 +6966,10 @@ used + + + + @@ -7003,13 +7032,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -7030,7 +7058,6 @@ 30 - @@ -7045,7 +7072,6 @@ - DEU @@ -7059,7 +7085,7 @@ - + @@ -7125,7 +7151,7 @@ none - + @@ -7188,7 +7214,7 @@ LOT-91000 - + @@ -7210,6 +7236,10 @@ used + + + + @@ -7272,13 +7302,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -7299,7 +7328,6 @@ 30 - @@ -7314,7 +7342,6 @@ - DEU @@ -7328,7 +7355,7 @@ - + @@ -7394,7 +7421,7 @@ none - + @@ -7457,7 +7484,7 @@ LOT-101000 - + @@ -7479,6 +7506,10 @@ used + + + + @@ -7541,13 +7572,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -7568,7 +7598,6 @@ 30 - @@ -7583,7 +7612,6 @@ - DEU @@ -7597,7 +7625,7 @@ - + @@ -7663,7 +7691,7 @@ none - + @@ -7726,7 +7754,7 @@ LOT-111000 - + @@ -7748,6 +7776,10 @@ used + + + + @@ -7810,13 +7842,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -7837,7 +7868,6 @@ 30 - @@ -7852,7 +7882,6 @@ - DEU @@ -7866,7 +7895,7 @@ - + @@ -7932,7 +7961,7 @@ none - + @@ -7995,7 +8024,7 @@ LOT-121000 - + @@ -8017,6 +8046,10 @@ used + + + + @@ -8079,13 +8112,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -8106,7 +8138,6 @@ 30 - @@ -8121,7 +8152,6 @@ - DEU @@ -8135,7 +8165,7 @@ - + @@ -8201,7 +8231,7 @@ none - + diff --git a/development-notices/eforms-xml/21-064844-001-EXP.xml b/development-notices/eforms-xml/21-064844-001-EXP.xml index 3ebf41f..21271b1 100644 --- a/development-notices/eforms-xml/21-064844-001-EXP.xml +++ b/development-notices/eforms-xml/21-064844-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + true @@ -223,7 +223,7 @@ - + 12345678-2023 @@ -255,7 +255,7 @@ cn-standard NLD - + http://www.stichtingrijk.nl @@ -336,9 +336,9 @@ - + - + @@ -358,7 +358,7 @@ - + GEZ PRJ 2000304 @@ -382,10 +382,10 @@ - + LOT-0000 - + @@ -415,6 +415,10 @@ used + + + + @@ -477,7 +481,7 @@ - + ORG-0004 @@ -495,7 +499,6 @@ 2 - @@ -517,7 +520,6 @@ - NLD @@ -531,7 +533,7 @@ - + @@ -601,7 +603,7 @@ none - + diff --git a/development-notices/eforms-xml/21-077815-001-EXP.xml b/development-notices/eforms-xml/21-077815-001-EXP.xml index 3403228..1d62c17 100644 --- a/development-notices/eforms-xml/21-077815-001-EXP.xml +++ b/development-notices/eforms-xml/21-077815-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + true @@ -124,7 +124,7 @@ - + 12345678-2023 @@ -248,7 +248,7 @@ HRV - + https://industryportal.f4e.europa.eu/default.aspx @@ -299,9 +299,9 @@ - + - + @@ -325,7 +325,7 @@ - + F4E-OMF-1108 @@ -353,10 +353,10 @@ - + LOT-0000 - + @@ -370,6 +370,10 @@ used + + + + @@ -438,7 +442,6 @@ true - @@ -453,7 +456,6 @@ Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -468,7 +470,6 @@ - @@ -483,7 +484,6 @@ - ENG @@ -497,7 +497,7 @@ - + @@ -568,7 +568,7 @@ none - + diff --git a/development-notices/eforms-xml/21-119240-001-EXP.xml b/development-notices/eforms-xml/21-119240-001-EXP.xml index 26389b0..e46580d 100644 --- a/development-notices/eforms-xml/21-119240-001-EXP.xml +++ b/development-notices/eforms-xml/21-119240-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 17 - + @@ -75,7 +75,7 @@ - + 12345678-2023 @@ -107,7 +107,7 @@ cn-standard ENG - + https://irl.eu-supply.com/ctm/Company/CompanyInformation/Index/227 @@ -134,7 +134,7 @@ - + 1 @@ -144,7 +144,7 @@ - + @@ -165,7 +165,7 @@ - + P18470 @@ -193,10 +193,10 @@ - + LOT-0001 - + @@ -218,6 +218,10 @@ used + + + + @@ -297,13 +301,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -324,7 +327,6 @@ 222 - @@ -336,7 +338,6 @@ - ENG @@ -350,7 +351,7 @@ - + @@ -419,7 +420,7 @@ none - + @@ -483,7 +484,7 @@ LOT-0002 - + @@ -505,6 +506,10 @@ used + + + + @@ -584,13 +589,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -611,7 +615,6 @@ 222 - @@ -623,7 +626,6 @@ - ENG @@ -637,7 +639,7 @@ - + @@ -706,7 +708,7 @@ none - + diff --git a/development-notices/eforms-xml/21-120407-001-EXP.xml b/development-notices/eforms-xml/21-120407-001-EXP.xml index d8c8cd8..42af4d3 100644 --- a/development-notices/eforms-xml/21-120407-001-EXP.xml +++ b/development-notices/eforms-xml/21-120407-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -84,7 +84,7 @@ - + 12345678-2023 @@ -116,7 +116,7 @@ cn-standard ENG - + https://www.bergen.kommune.no/ @@ -145,9 +145,9 @@ - + - + @@ -167,7 +167,7 @@ - + 2021/19782 @@ -191,10 +191,10 @@ - + LOT-0000 - + @@ -216,6 +216,10 @@ used + + + + @@ -278,13 +282,12 @@ - + Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -302,7 +305,6 @@ 91 - @@ -314,7 +316,6 @@ - NOR @@ -328,7 +329,7 @@ - + @@ -394,7 +395,7 @@ none - + diff --git a/development-notices/eforms-xml/21-363118-001-EXP.xml b/development-notices/eforms-xml/21-363118-001-EXP.xml new file mode 100644 index 0000000..71bde15 --- /dev/null +++ b/development-notices/eforms-xml/21-363118-001-EXP.xml @@ -0,0 +1,434 @@ + + + + + + + + + 23 + + + + + + http://www.mp74.fr + + + + ORG-0001 + + + + Commune de Vétraz-Monthoux + + + 1 place de la Mairie + + Vétraz-Monthoux + + 74100 + + FRK28 + + + FRA + + + + + 21740298100013 + + + marches.publics@vetraz-monthoux.fr + + + + + + + ORG-0002 + + + + Tribunal administratif de Grenoble + + + 2 place de Verdun + + Grenoble + + 38022 + + + + FRA + + + + + +33 476429000 + + +33 476422269 + + greffe.ta-grenoble@juradm.fr + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-08+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + FRA + + + http://www.mp74.fr + + + ra + + + + not-cont-ent + + + + gen-pub + + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + restricted + + + + + + + + + + + 2021-09 + + Marché de maîtrise d'œuvre de niveau Esquisse + pour la construction du nouveau groupe scolaire René Cassin concours restreint + + + + Les dépôts de plis doivent être impérativement remis par voie dématérialisée. Cette consultation bénéficie du service DUME. Pour retrouver cet avis intégral, accéder au DCE, poser des questions à l'acheteur, déposer un pli, allez sur http://www.mp74.fr — Mission de maîtrise d'œuvre de base (articles R. 2431-4 et R. 2431-5 du code de la commande publique) incluant l'EXE. Le marché comprend également une autre mission de maîtrise d'œuvre dans le cadre d'une Prestation supplémentaire éventuelle (PSE): Ordonnancement pilotage coordination (OPC). Candidat (ou un groupement candidat) disposant, a minima, des compétences suivantes: — architecture (en application de la loi nº 77-2 du 3.1.1977 modifiée sur l'architecture); — technique: structures; — technique: fluides; — technique: thermique; — technique: courants forts et faibles; — économie de la construction; — paysagiste; — Haute qualité environnementale (HQE); — acousticien; — Ordonnancement pilotage coordination (OPC) = prestation supplémentaire éventuelle. + + + + 71200000 + + + + + + + + + + + + + LOT-0000 + + + + + + + + other + + + Le jury examinera les candidatures à l'une des critères de sélection des candidatures hiérarchisés suivants cités par ordre décroissant d'importance: — capacités professionnelles évaluées au regard de la qualité (notamment architecturale) et la pertinence des références présentées par le candidat ou le groupement candidat, compte tenu de la nature et de la complexité du marché; — capacités techniques évaluées au regard des compétences proposées et des moyens en personnel du candidat ou du groupement candidat affectés au projet; — capacités financières du candidat ou du groupement candidat. Détaillé dans le règlement de concours. + + used + + + + + + + + + + + + + + + + no-eu-funds + + + + + + + + + + DOCUMENT_ID_REQUIRED_HERE + + non-restricted-document + + + + http://www.mp74.fr + + + + + + + + + + + + + + + + yes + + + + + + + true + + true + + + + + + + + + + + + + cost + + 1) Qualité de la réponse au regard des exigences fonctionnelles, techniques et environnementales: 40 %. Le respect du programme fonctionnel autant dans ses principes généraux (position et liaisons avec l'existant, hiérarchisation des espaces, gestion des accès et des flux du personnel, et des visiteurs) que dans les besoins fonctionnels spécifiques de chacun des espaces: 50 points. L'efficacité organisationnelle à travers le respect des surfaces ainsi que l'analyse et la comparaison des surfaces SDO et SU: 30 points. Le respect du programme technique au regard du niveau et de la qualité des prestations décrites dans la notice technique: 20 points; 2) Respect de l'enveloppe financière prévisionnelle affectée aux travaux: 30 %; 3) Qualité architecturale du projet: 25 %; 4) Délais de réalisation des études et des travaux: 5 % (critères détaillés dans le règlement de concours). + + + price + + 1) Qualité de la réponse au regard des exigences fonctionnelles, techniques et environnementales: 40 %. Le respect du programme fonctionnel autant dans ses principes généraux (position et liaisons avec l'existant, hiérarchisation des espaces, gestion des accès et des flux du personnel, et des visiteurs) que dans les besoins fonctionnels spécifiques de chacun des espaces: 50 points. L'efficacité organisationnelle à travers le respect des surfaces ainsi que l'analyse et la comparaison des surfaces SDO et SU: 30 points. Le respect du programme technique au regard du niveau et de la qualité des prestations décrites dans la notice technique: 20 points; 2) Respect de l'enveloppe financière prévisionnelle affectée aux travaux: 30 %; 3) Qualité architecturale du projet: 25 %; 4) Délais de réalisation des études et des travaux: 5 % (critères détaillés dans le règlement de concours). + + + quality + + 1) Qualité de la réponse au regard des exigences fonctionnelles, techniques et environnementales: 40 %. Le respect du programme fonctionnel autant dans ses principes généraux (position et liaisons avec l'existant, hiérarchisation des espaces, gestion des accès et des flux du personnel, et des visiteurs) que dans les besoins fonctionnels spécifiques de chacun des espaces: 50 points. L'efficacité organisationnelle à travers le respect des surfaces ainsi que l'analyse et la comparaison des surfaces SDO et SU: 30 points. Le respect du programme technique au regard du niveau et de la qualité des prestations décrites dans la notice technique: 20 points; 2) Respect de l'enveloppe financière prévisionnelle affectée aux travaux: 30 %; 3) Qualité architecturale du projet: 25 %; 4) Délais de réalisation des études et des travaux: 5 % (critères détaillés dans le règlement de concours). + + + + + + 1 + + + + + Chaque concurrent ayant remis une prestation conforme au règlement du concours recevra une prime d'un montant de 50 000 EUR HT (non révisable et non actualisable), TVA en sus au taux de la réglementation en vigueur. La rémunération du contrat de maîtrise d'œuvre tiendra compte de la prime reçue par le lauréat. Le versement de la prime aux candidats s'effectuera sur la base de la proposition du jury dans un délai de 30 jours suivant la date de notification du courrier de rejet aux candidats dont les projets n'auront pas été retenus. + + + + + ORG-0001 + + + + + http://www.mp74.fr + + + + + + + + + + + ORG-0002 + + + + + ORG-0002 + + + + + + FRA + + + + + + + + + + + + + 2021-08-09+01:00 + 16:00:00+01:00 + + + + + + + allowed + + + + + 2021-08-09+01:00 + 16:00:00+01:00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Marché de maîtrise d'œuvre de niveau Esquisse + pour la construction du nouveau groupe scolaire René Cassin concours restreint + + La Commune de Vétraz-Monthoux a décidé de reconstruire le groupe scolaire René Cassin dans le centre-bourg de Vétraz-Monthoux pour une capacité de 20 classes comprenant: — un pôle maternelle de huit classes; — un pôle élémentaire de onze classes + une Ulis; — un restaurant scolaire; — un Centre de loisirs sans hébergement (CLSH) (actuellement situé dans le groupe scolaire F Dolto) de 200 enfants; — un parking souterrain d'environ 100 places. La commune souhaite réaliser ce groupe scolaire en deux phases: — phase 1 = construction d'un groupe scolaire complet pouvant accueillir 17 classes à la rentrée 2024; — phase 2 = extension du groupe scolaire de trois classes supplémentaires avec une échéance de livraison sur 2025. Détaillé dans la note de présentation. + + + + + + + + + + + + + + + + + 71200000 + + + + 71240000 + + + + + + + + + + + + anyw + + + + + + + + + + + + diff --git a/development-notices/eforms-xml/22-086633-001-EXP.xml b/development-notices/eforms-xml/22-086633-001-EXP.xml index 16347fe..be4a2f0 100644 --- a/development-notices/eforms-xml/22-086633-001-EXP.xml +++ b/development-notices/eforms-xml/22-086633-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -586,7 +586,7 @@ 29 - + @@ -804,7 +804,7 @@ - + 12345678-2023 @@ -836,7 +836,7 @@ cn-standard POL - + body-pl @@ -863,9 +863,9 @@ - + - + @@ -888,7 +888,7 @@ - + EZ.28.118.2020 @@ -913,10 +913,10 @@ - + LOT-0001 - + no-eu-funds @@ -942,7 +942,7 @@ - + @@ -975,14 +975,12 @@ - - @@ -1002,13 +1000,12 @@ - - + @@ -1054,7 +1051,7 @@ none - + @@ -1109,7 +1106,7 @@ LOT-0002 - + no-eu-funds @@ -1135,7 +1132,7 @@ - + @@ -1168,14 +1165,12 @@ - - @@ -1195,13 +1190,12 @@ - - + @@ -1247,7 +1241,7 @@ none - + @@ -1302,7 +1296,7 @@ LOT-0003 - + no-eu-funds @@ -1328,7 +1322,7 @@ - + @@ -1361,14 +1355,12 @@ - - @@ -1388,13 +1380,12 @@ - - + @@ -1440,7 +1431,7 @@ none - + @@ -1495,7 +1486,7 @@ LOT-0004 - + no-eu-funds @@ -1521,7 +1512,7 @@ - + @@ -1554,14 +1545,12 @@ - - @@ -1581,13 +1570,12 @@ - - + @@ -1633,7 +1621,7 @@ none - + @@ -1688,7 +1676,7 @@ LOT-0005 - + no-eu-funds @@ -1714,7 +1702,7 @@ - + @@ -1747,14 +1735,12 @@ - - @@ -1774,13 +1760,12 @@ - - + @@ -1826,7 +1811,7 @@ none - + @@ -1881,7 +1866,7 @@ LOT-0006 - + no-eu-funds @@ -1907,7 +1892,7 @@ - + @@ -1940,14 +1925,12 @@ - - @@ -1967,13 +1950,12 @@ - - + @@ -2019,7 +2001,7 @@ none - + @@ -2074,7 +2056,7 @@ LOT-0007 - + no-eu-funds @@ -2100,7 +2082,7 @@ - + @@ -2133,14 +2115,12 @@ - - @@ -2160,13 +2140,12 @@ - - + @@ -2212,7 +2191,7 @@ none - + @@ -2267,7 +2246,7 @@ LOT-0008 - + no-eu-funds @@ -2293,7 +2272,7 @@ - + @@ -2326,14 +2305,12 @@ - - @@ -2353,13 +2330,12 @@ - - + @@ -2405,7 +2381,7 @@ none - + diff --git a/development-notices/eforms-xml/22-091559-001-EXP.xml b/development-notices/eforms-xml/22-091559-001-EXP.xml index d547d2f..9333e75 100644 --- a/development-notices/eforms-xml/22-091559-001-EXP.xml +++ b/development-notices/eforms-xml/22-091559-001-EXP.xml @@ -1,13 +1,13 @@ - + @@ -405,7 +405,7 @@ 29 - + true @@ -942,7 +942,7 @@ - + 12345678-2023 @@ -974,7 +974,7 @@ cn-standard DEU - + body-pl @@ -1261,7 +1261,7 @@ - + LocalLegalBasis @@ -1273,7 +1273,7 @@ - + @@ -1296,7 +1296,7 @@ - + AOK 1 - Zukunft Standort / Umwelt @@ -1321,10 +1321,10 @@ - + LOT-0001 - + no-eu-funds @@ -1350,11 +1350,10 @@ - + - @@ -1369,13 +1368,12 @@ - - + @@ -1421,7 +1419,7 @@ none - + @@ -1475,7 +1473,7 @@ LOT-0002 - + no-eu-funds @@ -1501,11 +1499,10 @@ - + - @@ -1520,13 +1517,12 @@ - - + @@ -1572,7 +1568,7 @@ none - + @@ -1626,7 +1622,7 @@ LOT-0003 - + no-eu-funds @@ -1652,11 +1648,10 @@ - + - @@ -1671,13 +1666,12 @@ - - + @@ -1723,7 +1717,7 @@ none - + @@ -1777,7 +1771,7 @@ LOT-0004 - + no-eu-funds @@ -1803,11 +1797,10 @@ - + - @@ -1822,13 +1815,12 @@ - - + @@ -1874,7 +1866,7 @@ none - + @@ -1928,7 +1920,7 @@ LOT-0005 - + no-eu-funds @@ -1954,11 +1946,10 @@ - + - @@ -1973,13 +1964,12 @@ - - + @@ -2025,7 +2015,7 @@ none - + diff --git a/development-notices/eforms-xml/352425_2021.xml b/development-notices/eforms-xml/352425_2021.xml index 1bfadef..9ae68d4 100644 --- a/development-notices/eforms-xml/352425_2021.xml +++ b/development-notices/eforms-xml/352425_2021.xml @@ -1,13 +1,13 @@ - + @@ -104,7 +104,7 @@ 29 - + @@ -200,7 +200,7 @@ - + 12345678-2023 @@ -324,7 +324,7 @@ HRV - + eu-ins-bod-ag @@ -351,9 +351,9 @@ - + - + @@ -377,7 +377,7 @@ Technical/artistic reasons or exclusive rights (captive market, technical monopoly) — Art. 164(1)(d) FR, Point 11.1(b) Annex I. - + JRC/IPR/2021/NP/0610 @@ -402,10 +402,10 @@ - + LOT-0000 - + eu-funds @@ -431,11 +431,10 @@ - + - @@ -450,13 +449,12 @@ - - + @@ -502,7 +500,7 @@ none - + diff --git a/development-notices/eforms-xml/352444_2021.xml b/development-notices/eforms-xml/352444_2021.xml index b5f32ce..3d5affb 100644 --- a/development-notices/eforms-xml/352444_2021.xml +++ b/development-notices/eforms-xml/352444_2021.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -89,7 +89,7 @@ - + 12345678-2023 @@ -121,7 +121,7 @@ cn-standard CES - + https://www.egordion.cz/nabidkaGORDION/profilFnm @@ -148,9 +148,9 @@ - + - + @@ -170,7 +170,7 @@ - + 98/21 @@ -197,10 +197,10 @@ - + LOT-0000 - + @@ -214,6 +214,10 @@ used + + + + @@ -276,7 +280,7 @@ - + ORG-0001 @@ -291,7 +295,6 @@ 3 - @@ -311,7 +314,6 @@ - CES @@ -325,7 +327,7 @@ - + @@ -391,7 +393,7 @@ none - + diff --git a/development-notices/eforms-xml/352458_2021.xml b/development-notices/eforms-xml/352458_2021.xml index 5cfd52f..ea69510 100644 --- a/development-notices/eforms-xml/352458_2021.xml +++ b/development-notices/eforms-xml/352458_2021.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -78,7 +78,7 @@ - + 12345678-2023 @@ -110,7 +110,7 @@ cn-standard DEU - + ra @@ -137,9 +137,9 @@ - + - + @@ -159,7 +159,7 @@ - + Lieferung, Montage und Inbetriebnahme von digitalen Unterrichtstafeln als Erweiterung der bestehenden Infrastruktur @@ -184,10 +184,10 @@ - + LOT-0000 - + @@ -217,6 +217,10 @@ used + + + + @@ -283,7 +287,7 @@ - + ORG-0001 @@ -300,7 +304,6 @@ 51 - @@ -312,7 +315,6 @@ - DEU @@ -326,7 +328,7 @@ - + @@ -392,7 +394,7 @@ none - + diff --git a/development-notices/eforms-xml/352732_2021.xml b/development-notices/eforms-xml/352732_2021.xml index fe13058..531b233 100644 --- a/development-notices/eforms-xml/352732_2021.xml +++ b/development-notices/eforms-xml/352732_2021.xml @@ -1,13 +1,13 @@ - + @@ -115,7 +115,7 @@ 29 - + @@ -224,7 +224,7 @@ - + 12345678-2023 @@ -256,7 +256,7 @@ cn-standard SLK - + http://www.uvo.gov.sk/vyhladavanie-profilov/zakazky/5937 @@ -280,9 +280,9 @@ - + - + @@ -305,7 +305,7 @@ - + Lemešany/ČOV @@ -330,10 +330,10 @@ - + LOT-0000 - + no-eu-funds @@ -359,11 +359,10 @@ - + - @@ -380,13 +379,12 @@ - - + @@ -432,7 +430,7 @@ none - + diff --git a/development-notices/eforms-xml/352907_2021.xml b/development-notices/eforms-xml/352907_2021.xml index ac4317f..e04b236 100644 --- a/development-notices/eforms-xml/352907_2021.xml +++ b/development-notices/eforms-xml/352907_2021.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -91,7 +91,7 @@ - + 12345678-2023 @@ -123,7 +123,7 @@ cn-standard SWE - + cga @@ -150,9 +150,9 @@ - + - + @@ -172,7 +172,7 @@ - + UH 2021/77 @@ -199,10 +199,10 @@ - + LOT-0000 - + not-allowed @@ -256,7 +256,7 @@ allowed - + ORG-0001 @@ -274,7 +274,6 @@ 135 - @@ -286,7 +285,6 @@ - SWE @@ -300,7 +298,7 @@ - + @@ -367,7 +365,7 @@ none - + diff --git a/development-notices/eforms-xml/353237_2021.xml b/development-notices/eforms-xml/353237_2021.xml index f412e4f..d0f1497 100644 --- a/development-notices/eforms-xml/353237_2021.xml +++ b/development-notices/eforms-xml/353237_2021.xml @@ -1,13 +1,13 @@ - + @@ -100,7 +100,7 @@ 29 - + @@ -205,7 +205,7 @@ - + 12345678-2023 @@ -237,7 +237,7 @@ cn-standard DEU - + body-pl @@ -264,9 +264,9 @@ - + - + @@ -290,7 +290,7 @@ - + Beschaffung eines GPS Systems für Kraftfahrzeuge @@ -312,10 +312,10 @@ - + LOT-0000 - + no-eu-funds @@ -341,7 +341,7 @@ - + @@ -406,14 +406,12 @@ - - @@ -425,13 +423,12 @@ - - + @@ -477,7 +474,7 @@ none - + diff --git a/development-notices/eforms-xml/353820_2021.xml b/development-notices/eforms-xml/353820_2021.xml index c224673..6ce604a 100644 --- a/development-notices/eforms-xml/353820_2021.xml +++ b/development-notices/eforms-xml/353820_2021.xml @@ -1,13 +1,13 @@ - + @@ -15,7 +15,7 @@ 16 - + @@ -80,7 +80,7 @@ - + 12345678-2023 @@ -112,7 +112,7 @@ cn-standard DEU - + ra @@ -139,9 +139,9 @@ - + - + @@ -162,7 +162,7 @@ - + 65.21.106 @@ -186,10 +186,10 @@ - + LOT-0000 - + @@ -203,6 +203,10 @@ used + + + + @@ -267,7 +271,6 @@ true - @@ -282,7 +285,6 @@ Price is not the only award criterion and all criteria are stated only in the procurement documents. - @@ -300,7 +302,6 @@ 112 - @@ -315,7 +316,6 @@ - DEU @@ -329,7 +329,7 @@ - + @@ -395,7 +395,7 @@ none - + diff --git a/development-notices/eforms-xml/354339_2021.xml b/development-notices/eforms-xml/354339_2021.xml index c1d00a2..35a1ed4 100644 --- a/development-notices/eforms-xml/354339_2021.xml +++ b/development-notices/eforms-xml/354339_2021.xml @@ -1,13 +1,13 @@ - + @@ -36,7 +36,7 @@ 29 - + @@ -92,7 +92,7 @@ - + 12345678-2023 @@ -124,7 +124,7 @@ cn-standard SWE - + ra @@ -151,9 +151,9 @@ - + - + @@ -176,7 +176,7 @@ - + AMN-2019-0277 @@ -201,10 +201,10 @@ - + LOT-0000 - + no-eu-funds @@ -230,11 +230,10 @@ - + - @@ -246,13 +245,12 @@ - - + @@ -298,7 +296,7 @@ dps-list - + diff --git a/development-notices/eforms-xml/354625_2021.xml b/development-notices/eforms-xml/354625_2021.xml new file mode 100644 index 0000000..928e4b1 --- /dev/null +++ b/development-notices/eforms-xml/354625_2021.xml @@ -0,0 +1,454 @@ + + + + + + + + + 23 + + + + + + http://www.bkus.lv + + + + ORG-0001 + + + + VSIA “Bērnu klīniskā universitātes slimnīca” + + + Vienības gatve 45 + + Rīga + + LV-1004 + + + + LVA + + + + + 40003457128 + + + Harijs Eglītis + + +371 28326042 + + + harijs.eglitis@bkus.lv + + + + + + http://www.iub.gov.lv + + + + ORG-0002 + + + + Iepirkumu uzraudzības birojs + + + Eksporta iela 6 + + Rīga + + + + + LVA + + + + + +371 67326719 + + +371 67326720 + + pasts@iub.gov.lv + + + + + + http://www.iub.gov.lv + + + + ORG-0003 + + + + Iepirkumu uzraudzības birojs + + + Eksporta iela 6 + + Rīga + + LV-1010 + + + + LVA + + + + + +371 67326719 + + +371 67326720 + + pasts@iub.gov.lv + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-08+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + LAV + + + https://www.eis.gov.lv/EKEIS/Supplier/Organizer/420 + + + + + not-cont-ent + + + + health + + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + open + + + + + + + + + + + BKUS 2021/107 + + Zināšanu pārneses platformas izveide + + + + + + + 72230000 + + + + + + + + + + + + + LOT-0000 + + + no-eu-funds + + + + + + + + + + DOCUMENT_ID_REQUIRED_HERE + + non-restricted-document + + + + https://www.eis.gov.lv/EKEIS/Supplier/Procurement/59982 + + + + + + + + + + + + + + + + + + + + true + + true + + + + + + + + + + + + + cost + + Kopējās arhitektūras redzējums (P1; P2) Sadarbspējas risinājumu un saskarņu saskaņošanas priekšlikums (P3) Lietojamības nodrošināšanas pieeja (P5) Saskarņu skices (P6) Darba organizācija, plānošana, risku pārvaldība (9) Izmaiņu un ieguvumu vadība (P10) Meta pilnīgums, detalizācijas pakāpe un nepretrunīgums + + + price + + Kopējās arhitektūras redzējums (P1; P2) Sadarbspējas risinājumu un saskarņu saskaņošanas priekšlikums (P3) Lietojamības nodrošināšanas pieeja (P5) Saskarņu skices (P6) Darba organizācija, plānošana, risku pārvaldība (9) Izmaiņu un ieguvumu vadība (P10) Meta pilnīgums, detalizācijas pakāpe un nepretrunīgums + + + quality + + Kopējās arhitektūras redzējums (P1; P2) Sadarbspējas risinājumu un saskarņu saskaņošanas priekšlikums (P3) Lietojamības nodrošināšanas pieeja (P5) Saskarņu skices (P6) Darba organizācija, plānošana, risku pārvaldība (9) Izmaiņu un ieguvumu vadība (P10) Meta pilnīgums, detalizācijas pakāpe un nepretrunīgums + + + + + Ārija Vecmane + + + Modris Dzenītis + + + Didzis Kukainis + + + Ingus Siņkovskis + + + Elisa Janelsiņa + + + + + + ORG-0001 + + + + + + ORG-0001 + + + + + + + + + + + + ORG-0003 + + + + + ORG-0002 + + + + + + LAV + + + + + + + + + + + + + 2021-08-16+01:00 + 14:00:00+01:00 + + + + + + + not-allowed + + + + + 2021-08-16+01:00 + 14:00:00+01:00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Zināšanu pārneses platformas izveide + + Zināšanu pārneses platformas izveide. + + + + + + + + + + + + + + + + + 72230000 + + + + 72230000 + + + 72222300 + + + + + + + + + + + + anyw + + + + + + + + + + + + diff --git a/development-notices/eforms-xml/354626_2021.xml b/development-notices/eforms-xml/354626_2021.xml new file mode 100644 index 0000000..71bde15 --- /dev/null +++ b/development-notices/eforms-xml/354626_2021.xml @@ -0,0 +1,434 @@ + + + + + + + + + 23 + + + + + + http://www.mp74.fr + + + + ORG-0001 + + + + Commune de Vétraz-Monthoux + + + 1 place de la Mairie + + Vétraz-Monthoux + + 74100 + + FRK28 + + + FRA + + + + + 21740298100013 + + + marches.publics@vetraz-monthoux.fr + + + + + + + ORG-0002 + + + + Tribunal administratif de Grenoble + + + 2 place de Verdun + + Grenoble + + 38022 + + + + FRA + + + + + +33 476429000 + + +33 476422269 + + greffe.ta-grenoble@juradm.fr + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-08+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0024 + + cn-standard + + FRA + + + http://www.mp74.fr + + + ra + + + + not-cont-ent + + + + gen-pub + + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + restricted + + + + + + + + + + + 2021-09 + + Marché de maîtrise d'œuvre de niveau Esquisse + pour la construction du nouveau groupe scolaire René Cassin concours restreint + + + + Les dépôts de plis doivent être impérativement remis par voie dématérialisée. Cette consultation bénéficie du service DUME. Pour retrouver cet avis intégral, accéder au DCE, poser des questions à l'acheteur, déposer un pli, allez sur http://www.mp74.fr — Mission de maîtrise d'œuvre de base (articles R. 2431-4 et R. 2431-5 du code de la commande publique) incluant l'EXE. Le marché comprend également une autre mission de maîtrise d'œuvre dans le cadre d'une Prestation supplémentaire éventuelle (PSE): Ordonnancement pilotage coordination (OPC). Candidat (ou un groupement candidat) disposant, a minima, des compétences suivantes: — architecture (en application de la loi nº 77-2 du 3.1.1977 modifiée sur l'architecture); — technique: structures; — technique: fluides; — technique: thermique; — technique: courants forts et faibles; — économie de la construction; — paysagiste; — Haute qualité environnementale (HQE); — acousticien; — Ordonnancement pilotage coordination (OPC) = prestation supplémentaire éventuelle. + + + + 71200000 + + + + + + + + + + + + + LOT-0000 + + + + + + + + other + + + Le jury examinera les candidatures à l'une des critères de sélection des candidatures hiérarchisés suivants cités par ordre décroissant d'importance: — capacités professionnelles évaluées au regard de la qualité (notamment architecturale) et la pertinence des références présentées par le candidat ou le groupement candidat, compte tenu de la nature et de la complexité du marché; — capacités techniques évaluées au regard des compétences proposées et des moyens en personnel du candidat ou du groupement candidat affectés au projet; — capacités financières du candidat ou du groupement candidat. Détaillé dans le règlement de concours. + + used + + + + + + + + + + + + + + + + no-eu-funds + + + + + + + + + + DOCUMENT_ID_REQUIRED_HERE + + non-restricted-document + + + + http://www.mp74.fr + + + + + + + + + + + + + + + + yes + + + + + + + true + + true + + + + + + + + + + + + + cost + + 1) Qualité de la réponse au regard des exigences fonctionnelles, techniques et environnementales: 40 %. Le respect du programme fonctionnel autant dans ses principes généraux (position et liaisons avec l'existant, hiérarchisation des espaces, gestion des accès et des flux du personnel, et des visiteurs) que dans les besoins fonctionnels spécifiques de chacun des espaces: 50 points. L'efficacité organisationnelle à travers le respect des surfaces ainsi que l'analyse et la comparaison des surfaces SDO et SU: 30 points. Le respect du programme technique au regard du niveau et de la qualité des prestations décrites dans la notice technique: 20 points; 2) Respect de l'enveloppe financière prévisionnelle affectée aux travaux: 30 %; 3) Qualité architecturale du projet: 25 %; 4) Délais de réalisation des études et des travaux: 5 % (critères détaillés dans le règlement de concours). + + + price + + 1) Qualité de la réponse au regard des exigences fonctionnelles, techniques et environnementales: 40 %. Le respect du programme fonctionnel autant dans ses principes généraux (position et liaisons avec l'existant, hiérarchisation des espaces, gestion des accès et des flux du personnel, et des visiteurs) que dans les besoins fonctionnels spécifiques de chacun des espaces: 50 points. L'efficacité organisationnelle à travers le respect des surfaces ainsi que l'analyse et la comparaison des surfaces SDO et SU: 30 points. Le respect du programme technique au regard du niveau et de la qualité des prestations décrites dans la notice technique: 20 points; 2) Respect de l'enveloppe financière prévisionnelle affectée aux travaux: 30 %; 3) Qualité architecturale du projet: 25 %; 4) Délais de réalisation des études et des travaux: 5 % (critères détaillés dans le règlement de concours). + + + quality + + 1) Qualité de la réponse au regard des exigences fonctionnelles, techniques et environnementales: 40 %. Le respect du programme fonctionnel autant dans ses principes généraux (position et liaisons avec l'existant, hiérarchisation des espaces, gestion des accès et des flux du personnel, et des visiteurs) que dans les besoins fonctionnels spécifiques de chacun des espaces: 50 points. L'efficacité organisationnelle à travers le respect des surfaces ainsi que l'analyse et la comparaison des surfaces SDO et SU: 30 points. Le respect du programme technique au regard du niveau et de la qualité des prestations décrites dans la notice technique: 20 points; 2) Respect de l'enveloppe financière prévisionnelle affectée aux travaux: 30 %; 3) Qualité architecturale du projet: 25 %; 4) Délais de réalisation des études et des travaux: 5 % (critères détaillés dans le règlement de concours). + + + + + + 1 + + + + + Chaque concurrent ayant remis une prestation conforme au règlement du concours recevra une prime d'un montant de 50 000 EUR HT (non révisable et non actualisable), TVA en sus au taux de la réglementation en vigueur. La rémunération du contrat de maîtrise d'œuvre tiendra compte de la prime reçue par le lauréat. Le versement de la prime aux candidats s'effectuera sur la base de la proposition du jury dans un délai de 30 jours suivant la date de notification du courrier de rejet aux candidats dont les projets n'auront pas été retenus. + + + + + ORG-0001 + + + + + http://www.mp74.fr + + + + + + + + + + + ORG-0002 + + + + + ORG-0002 + + + + + + FRA + + + + + + + + + + + + + 2021-08-09+01:00 + 16:00:00+01:00 + + + + + + + allowed + + + + + 2021-08-09+01:00 + 16:00:00+01:00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Marché de maîtrise d'œuvre de niveau Esquisse + pour la construction du nouveau groupe scolaire René Cassin concours restreint + + La Commune de Vétraz-Monthoux a décidé de reconstruire le groupe scolaire René Cassin dans le centre-bourg de Vétraz-Monthoux pour une capacité de 20 classes comprenant: — un pôle maternelle de huit classes; — un pôle élémentaire de onze classes + une Ulis; — un restaurant scolaire; — un Centre de loisirs sans hébergement (CLSH) (actuellement situé dans le groupe scolaire F Dolto) de 200 enfants; — un parking souterrain d'environ 100 places. La commune souhaite réaliser ce groupe scolaire en deux phases: — phase 1 = construction d'un groupe scolaire complet pouvant accueillir 17 classes à la rentrée 2024; — phase 2 = extension du groupe scolaire de trois classes supplémentaires avec une échéance de livraison sur 2025. Détaillé dans la note de présentation. + + + + + + + + + + + + + + + + + 71200000 + + + + 71240000 + + + + + + + + + + + + anyw + + + + + + + + + + + + diff --git a/development-notices/eforms-xml/354823_2021.xml b/development-notices/eforms-xml/354823_2021.xml new file mode 100644 index 0000000..6f085d5 --- /dev/null +++ b/development-notices/eforms-xml/354823_2021.xml @@ -0,0 +1,532 @@ + + + + + + + + + 17 + + + + + + https://www.ethics.dk/ethics/ca#/tender/03b6690c-e73b-41da-8fbf-a8209bc23064/home + + + + ORG-0001 + + + + Skive Fjernvarme A.m.b.A. + + + Marius Jensens Vej 3 + + Skive + + 7800 + + DK050 + + + DNK + + + + + 68326214 + + + Niels Otto Clausen + + +45 24696712 + + + ncl@cowi.com + + + + + + https://naevneneshus.dk/start-din-klage/klagenaevnet-for-udbud/ + + + + ORG-0002 + + + + Klagenævnet for Udbud + + + Toldboden 2 + + Viborg + + 8800 + + + + DNK + + + + + +45 72405600 + + + klfu@naevneneshus.dk + + + + + + www.kfst.dk + + + + ORG-0003 + + + + Konkurrence- og Forbrugerstyrelsen + + + Carl Jacobsens Vej 35 + + Valby + + 2500 + + + + DNK + + + + + +45 41715000 + + + kfst@kfst.dk + + + + + + + 12345678-2023 + + 123/2023 + + 2023-03-14+01:00 + + + + + + + 2.3 + + eforms-sdk-0.6 + + f252f386-55ac-4fa8-9be4-9f950b9904c8 + + aff2863e-b4cc-4e91-baba-b3b85f709117 + + 2021-07-08+01:00 + 12:00:00+01:00 + + 01 + + + 32014L0025 + + cn-standard + + DAN + + + https://www.ethics.dk/ethics/ca#/tender/03b6690c-e73b-41da-8fbf-a8209bc23064/home + + + + + cont-ent + + + + + gas-heat + + + + ORG-0001 + + + + + + + + + + + + + + + + + + + + + + + + neg-w-call + + + false + + + + + + + + + A225983 + + Skive Biomassevarme - flisfyret kedelanlæg til fjernvarmeproduktion + + Totalentreprise vedrørende levering, montering, idriftssættelse af flisfyret kedelcentral med fjernvarmeproduktion og med træflis som brændsel. + + works + + + + + 45000000 + + + + + + + + + + + + + LOT-0000 + + + + + + + + ef-stand + + + Ansøger skal oplyse følgende vedrørende ansøgers økonomiske og finansielle formåen (i ESPD-dokumentet Del IV, pkt. B): - Soliditetsgrad, defineret som egenkapital/(Aktiver i alt) x 100, i det seneste afsluttede regnskabsår. + + used + + + ef-stand + + + Soliditetsgrad på minimum 10 % i det seneste afsluttede regnskabsår. + + used + + + tp-abil + + + Ansøgeren skal oplyse referencer på levering af en tilsvarende eller lignende komplette maskinentrepriser i totalentreprise for kedelcentraler med en tilsvarende kedelydelse og med træflis som brændsel, indenfor de seneste 10 år. Anlæggene skal i længere perioder har kørt med et bredt sortiment af brændsler i forskellige grovheder og fugtigheder. Der skal angives kontaktoplysninger på driftspersonale som bygherren kan kontakte for nærmere oplysninger. + + used + + + tp-abil + + + - Minimum 2 referencer i henhold til ovenstående kriterie. + + used + + + + + + + + + + + + + + + not-allowed + + no-eu-funds + + + false + + + + + + + true + Sikkerhedsstillelse og garantier i henhold til udbudsmaterialet. + + + + + + DOCUMENT_ID_REQUIRED_HERE + + non-restricted-document + + + + https://www.ethics.dk/ethics/ca#/tender/03b6690c-e73b-41da-8fbf-a8209bc23064/home + + + + + + + + + + + + + none + + + + + + false + + + + + + + + + no + + + + allowed + + + + + performance + + + + + + + + + + + + Price is not the only award criterion and all criteria are stated only in the procurement documents. + + + + + + + + ORG-0001 + + + + + https://www.ethics.dk/ethics/ca#/tender/03b6690c-e73b-41da-8fbf-a8209bc23064/home + + ORG-0001 + + + + + 3 + + + + + + + + + + ORG-0003 + + + + + ORG-0002 + + + + + + DAN + + + true + + + + + + + + + + + + + 2021-08-09+01:00 + 12:00:00+01:00 + + + + + + + allowed + + true + + + + 2021-08-09+01:00 + 12:00:00+01:00 + + + + 2021-08-16+01:00 + + + + + + + + + + + true + 4 + 4 + + + + + + false + + + + + + + + + + none + + + + + none + + + + + + + Skive Biomassevarme - flisfyret kedelanlæg til fjernvarmeproduktion + + Totalentreprise vedrørende levering, montering, idriftssættelse af flisfyret kedelcentral med fjernvarmeproduktion og med træflis som brændsel. + + works + + + + + + + + + + + + + + + 40000000 + + + + 45000000 + + + + + + + + + + + + + Holstebrovej 101, 7800 Skive + + + + + + + + 48 + + + + + + Optionspris vedrørende: 1) Levering, montering og idriftssættelse af en ekstra fliskran 2) Strategiske reservedele 3) AMS måling af NOx 4) SNCR anlæg. + 0 + + + + diff --git a/xslt/addresses.xslt b/xslt/addresses.xslt index 8226230..b684b3c 100644 --- a/xslt/addresses.xslt +++ b/xslt/addresses.xslt @@ -1,11 +1,11 @@ @@ -80,13 +80,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - efac:Organizations here + efac:Organizations @@ -120,6 +116,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + - - @@ -149,7 +144,7 @@ These instructions can be un-commented to show the variables holding the organiz Organization Identifier (BT-501) - + @@ -171,7 +166,6 @@ These instructions can be un-commented to show the variables holding the organiz - @@ -194,7 +188,6 @@ These instructions can be un-commented to show the variables holding the organiz - @@ -202,9 +195,7 @@ These instructions can be un-commented to show the variables holding the organiz - - @@ -233,12 +224,7 @@ These instructions can be un-commented to show the variables holding the organiz - - - - - @@ -298,7 +284,6 @@ These instructions can be un-commented to show the variables holding the organiz - Buyer Contracting Entity (BT-740) @@ -316,9 +301,7 @@ These instructions can be un-commented to show the variables holding the organiz - - @@ -329,7 +312,6 @@ These instructions can be un-commented to show the variables holding the organiz - @@ -348,9 +330,7 @@ These instructions can be un-commented to show the variables holding the organiz - - diff --git a/xslt/award-criteria.xslt b/xslt/award-criteria.xslt index 4ab5530..bc3e727 100644 --- a/xslt/award-criteria.xslt +++ b/xslt/award-criteria.xslt @@ -1,11 +1,11 @@ @@ -26,7 +26,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin No Negotiation Necessary (BT-120) - + @@ -36,7 +36,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - *** start of cac:AwardingCriterion *** Award Criteria Order Justification (BT-733) Award Criteria Complicated (BT-543) Award Criterion Number Weight (BT-5421) @@ -47,19 +46,17 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Award Criterion Name (BT-734) Award Criterion Description (BT-540) - *** end of cac:AwardingCriterion *** - + Jury Member Name (BT-46) - - + - Prize information (Prize Rank (BT-44), Rewards Other (BT-45), Value Prize (BT-644)) - + Prize information (Prize Rank (BT-44), Rewards Other (BT-45), Value Prize (BT-644)) + @@ -88,8 +85,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - @@ -127,7 +122,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Price is not the only award criterion and all criteria are stated only in the procurement documents. - + Award Criterion Description (BT-540) @@ -222,7 +217,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - @@ -246,8 +240,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Rewards Other (Prize Description) (BT-45) may contain content from both NUMBER_VALUE_PRIZE and DETAILS_PAYMENT - + - diff --git a/xslt/functions-and-data.xslt b/xslt/functions-and-data.xslt index de9ea4c..6b5ea39 100644 --- a/xslt/functions-and-data.xslt +++ b/xslt/functions-and-data.xslt @@ -202,7 +202,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + diff --git a/xslt/lot.xslt b/xslt/lot.xslt index bb5fcba..c270020 100644 --- a/xslt/lot.xslt +++ b/xslt/lot.xslt @@ -1,15 +1,16 @@ + @@ -20,7 +21,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Purpose Lot Identifier (BT-137) - + @@ -42,18 +43,10 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - - - - - Lot cac:TenderingTerms here + Lot cac:TenderingTerms @@ -82,11 +75,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - + Documents Restricted Justification (BT-707) @@ -97,7 +90,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + Reserved Participation (BT-71) @@ -105,35 +98,33 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - + Late Tenderer Information (BT-771) Subcontracting Tender Indication (BT-651) Subcontracting Obligation (BT-65) - + Subcontracting Obligation Maximum (BT-729) Subcontracting Obligation Minimum (BT-64) - + - + - - + + Submission Electronic Signature (BT-744) - + @@ -165,7 +156,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -174,7 +165,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -186,7 +177,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + Selection Criteria Type (BT-747) + Selection Criteria Name (BT-749) + Selection Criteria Description (BT-750) + Selection Criteria Used (BT-748) + Selection Criteria Second Stage Invite (BT-40) @@ -212,10 +207,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Selection Criteria Second Stage Invite Number (BT-752) - - @@ -245,10 +238,10 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin true - + - + @@ -270,7 +263,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -322,7 +315,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - Reserved Participation (BT-71) @@ -342,7 +334,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + res-ws @@ -409,11 +401,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - + - + Submission Electronic Catalog (BT-764) @@ -433,8 +425,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - + + @@ -456,7 +448,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -464,7 +456,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - *** start of cac:AppealTerms *** cac:PresentationPeriod: Review Deadline Description (BT-99) @@ -481,10 +472,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - *** end of cac:AppealTerms *** - @@ -550,28 +539,14 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - - - - - - - - - - + - - cac:TenderingProcess here + cac:TenderingProcess @@ -608,11 +583,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin GPA Coverage (BT-115) - + Tool Atypical URL (BT-124) - + @@ -623,8 +598,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Deadline Receipt Requests (BT-1311) - - + + Additional Information Deadline (BT-13) @@ -634,7 +609,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Submission Nonelectronic Justification (BT-19) Submission Nonelectronic Description (BT-745) - + Maximum Candidates Indicator (BT-661) @@ -643,8 +618,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Minimum Candidates (BT-50) - + Public Opening Date (BT-132) Public Opening Description (BT-134) @@ -671,18 +645,18 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - true + + + true - - false + + false - + Deadline Receipt Expressions (BT-630) @@ -695,7 +669,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin WARNING: Deadline Receipt Expressions (BT-630) is Mandatory for eForms subtypes 10, 11, 12, 13 and 14, but no DATE_RECEIPT_TENDERS was found in TED XML. In order to obtain valid XML for this notice, a far future date was used (2099-01-01+01:00). - + 2099-01-01+01:00 11:59:59+01:00 @@ -712,7 +686,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -722,7 +696,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin 2099-01-01+01:00 11:59:59+01:00 - + @@ -816,7 +790,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -832,9 +806,8 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - @@ -906,7 +879,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -932,7 +905,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -958,26 +931,14 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - - - - - - - - - + - cac:ProcurementProject here + cac:ProcurementProject Internal Identifier (BT-22) @@ -1036,9 +997,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Additional Classification Code (BT-263) - - - + Place of Performance Additional Information (BT-728) @@ -1056,7 +1015,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Place Performance Country Code (BT-5141) - Duration Start Date (BT-536) @@ -1066,15 +1024,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Duration Period (BT-36) Duration Other (BT-538) - - - + + + + - Options Description (BT-54) @@ -1082,7 +1036,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Renewal maximum (BT-58) Renewal Description (BT-57) - + @@ -1131,9 +1085,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - @@ -1150,7 +1101,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -1160,20 +1111,19 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - + - + - + +01:00 - +01:00 - + WARNING: Duration Other (BT-538) cbc:EndDate is required but the source TED notice does not contain DATE_END. In order to obtain valid XML for this notice, a far future date was used (2099-12-31+01:00). @@ -1181,26 +1131,25 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin 2099-12-31+01:00 - - + - + WARNING: cbc:StartDate is required but the source TED notice does not contain DATE_START. In order to obtain valid XML for this notice, a far past date was used (1900-01-01+01:00). - 1900-01-01+01:00 - +01:00 + 1900-01-01+01:00 + +01:00 - + - + - + @@ -1213,17 +1162,16 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - + - - - + + diff --git a/xslt/notice-result.xslt b/xslt/notice-result.xslt index efbd320..e5fc8c0 100644 --- a/xslt/notice-result.xslt +++ b/xslt/notice-result.xslt @@ -1,11 +1,11 @@ @@ -80,7 +80,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - @@ -101,7 +100,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -122,7 +121,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - @@ -167,10 +165,11 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Winner Chosen (BT-142) - - - - WARNING: Both AWARDED_CONTRACT and NO_AWARDED_CONTRACT elements were found in AWARD_CONTRACT elements used for LotResult - - . - - - - - - - selec-w - - - clos-nw - - - - - - Dynamic Purchasing System Termination (BT-119) - - - - - - - - - - - - Not Awarded Reason (BT-144) - - - - Tender Identifier Reference (OPT-320) - - - - - - - - - - - - - - - - - - - - - - - Contract Identifier Reference (OPT-315) - - - - - - - - - - - - - - Result Lot Identifier (BT-13713) + + - - - - - - - - - - - - - - - Tender Technical Identifier (OPT-321) - - - Tender Rank (BT-171) - - - Tender Variant (BT-193) - - Tender Value (BT-720) - - - - - - - - - - - - - - - - - - - - - - Tendering Party ID Reference (OPT-310) - - - - - - - Tender Lot Identifier (BT-13714) - - + + - + - + - - - - - - - - - - - - - - Contract Technical Identifier (OPT-316) - - - - - Winner Decision Date (BT-1451) - - - - Contract Title (BT-721) - - - - - - Contract Framework Agreement (BT-768) - - - - WARNING: source TED XML notice does not contain information for Contract Framework Agreement (BT-768). The value "true" has been used as a default. - - - true - - - - - - - Contract Identifier (BT-150) - - - - - - - - - - Contract Tender ID (Reference, BT-3202) - - + + + + + + + + + Winner Chosen (BT-142) + + + + WARNING: Both AWARDED_CONTRACT and NO_AWARDED_CONTRACT elements were found in AWARD_CONTRACT elements used for LotResult + + . + + + + + + + selec-w + + + clos-nw + + + + + Dynamic Purchasing System Termination (BT-119) + + + + + + + + + Not Awarded Reason (BT-144) + + + + Tender Identifier Reference (OPT-320) + + + + + + + + + + + + + + + + + + + + + Contract Identifier Reference (OPT-315) + + + + + + + + + + + Result Lot Identifier (BT-13713) + + + + + + + + + + + - - + + + + Tender Technical Identifier (OPT-321) + + + Tender Rank (BT-171) + + + Tender Variant (BT-193) + + Tender Value (BT-720) + + + + + + + + + + + + + + + + + + + + Tendering Party ID Reference (OPT-310) + + + + + + + Tender Lot Identifier (BT-13714) + + + + + + + + + + + + + + - - - - + + + + + Contract Technical Identifier (OPT-316) + + + Winner Decision Date (BT-1451) + + + + Contract Title (BT-721) + + + + + + Contract Framework Agreement (BT-768) + + + + WARNING: source TED XML notice does not contain information for Contract Framework Agreement (BT-768). The value "true" has been used as a default. + + + + true + + + + + + Contract Identifier (BT-150) + + + + + + + + + + Contract Tender ID (Reference, BT-3202) + + + + + + + + + + + @@ -440,7 +416,7 @@ These instructions can be un-commented to show the variables Tendering Party Leader (OPT-170) - + true @@ -458,16 +434,18 @@ These instructions can be un-commented to show the variables - + + + - + - + WARNING: Multiple different currencies ( @@ -506,7 +484,7 @@ These instructions can be un-commented to show the variables +01:00 - + WARNING: Multiple different dates were found in DATE_CONCLUSION_CONTRACT in the AWARD_CONTRACTs sharing the same CONTRACT_NO value of @@ -527,36 +505,35 @@ These instructions can be un-commented to show the variables - + - true - - - - - + + + + + - + WARNING: PROCUREMENT_UNSUCCESSFUL ("No tenders or requests to participate were received or all were rejected") maps to two codes in the non-award-justification codelist used in eForms: 1) "no-rece": "No tenders, requests to participate or projects were received"; and 2) "all-rej": "All tenders, requests to participate or projects were withdrawn or found inadmissible". The value "all-rej" has been used as a default. - - - + + + @@ -600,15 +577,14 @@ These instructions can be un-commented to show the variables - - + - + Received Submissions Type (BT-760) @@ -624,16 +600,13 @@ These instructions can be un-commented to show the variables - - - - + @@ -650,19 +623,19 @@ These instructions can be un-commented to show the variables Subcontracting Value (BT-553) - + Subcontracting Description (BT-554) - + Subcontracting Percentage (BT-555) - + Subcontracting (BT-773) - + Subcontracting Percentage Known (BT-731) @@ -673,7 +646,7 @@ These instructions can be un-commented to show the variables false - + Subcontracting Value Known (BT-730) @@ -690,20 +663,20 @@ These instructions can be un-commented to show the variables Subcontracting Value (BT-553) - + Subcontracting Description (BT-554) - + Subcontracting Percentage (BT-555) - + Subcontracting (BT-773) - + Subcontracting Percentage Known (BT-731) - + Subcontracting Value Known (BT-730) @@ -711,21 +684,21 @@ These instructions can be un-commented to show the variables Subcontracting Value (BT-553) - + Subcontracting Description (BT-554) - + Subcontracting Percentage (BT-555) - + Subcontracting (BT-773) - + Subcontracting Percentage Known (BT-731) - + - Subcontracting Value Known (BT-730) + Subcontracting Value Known (BT-730) @@ -740,21 +713,19 @@ These instructions can be un-commented to show the variables - - + + - - - + + + - - @@ -766,7 +737,7 @@ These instructions can be un-commented to show the variables Notice Value (BT-161) - + Notice Framework Value (BT-118) @@ -776,7 +747,7 @@ These instructions can be un-commented to show the variables Notice Framework Value (BT-118) - + diff --git a/xslt/other-mappings.xml b/xslt/other-mappings.xml index 0c8cb97..b3ed3c1 100644 --- a/xslt/other-mappings.xml +++ b/xslt/other-mappings.xml @@ -223,9 +223,7 @@ - - - + Direct Award Justification (BT-136) /TED_EXPORT/FORM_SECTION/*/PROCEDURE/PT_AWARD_CONTRACT_WITHOUT_CALL/(D_ACCORDANCE_ARTICLE/*|D_OUTSIDE_SCOPE)/fn:local-name() /ContractAwardNotice​/cac:TenderingProcess​/cac:ProcessJustification/cbc:ProcessReasonCode @@ -300,9 +298,7 @@ dir24-list - - - + Mapping for Main and Additional Nature (BT-23, BT-531) @@ -316,7 +312,7 @@ Mapping for Main and Additional Nature (BT-23, BT-531) - /TED_EXPORT/FORM_SECTION/*/LEFTI/(SUITABILITY|ECONOMIC_FINANCIAL_INFO|ECONOMIC_FINANCIAL_MIN_LEVEL|TECHNICAL_PROFESSIONAL_INFO|TECHNICAL_PROFESSIONAL_MIN_LEVEL|RULES_CRITERIA|ted:QUALIFICATION/ted:CONDITIONS|ted:QUALIFICATION/ted:METHODS)/fn:local-name() + /TED_EXPORT/FORM_SECTION/*/LEFTI/(SUITABILITY|ECONOMIC_FINANCIAL_INFO|ECONOMIC_FINANCIAL_MIN_LEVEL|TECHNICAL_PROFESSIONAL_INFO|TECHNICAL_PROFESSIONAL_MIN_LEVEL|RULES_CRITERIA|QUALIFICATION/CONDITIONS|QUALIFICATION/METHODS)/fn:local-name() /*/cac:ProcurementProjectLot/cac:SelectionCriteria/cbc:CriterionTypeCode selection-criterion @@ -366,7 +362,7 @@ - + Not Awarded Reason (BT-144) /TED_EXPORT/FORM_SECTION/*/AWARD_CONTRACT/NO_AWARDED_CONTRACT/(PROCUREMENT_DISCONTINUED|PROCUREMENT_UNSUCCESSFUL)/fn:local-name() /ContractAwardNotice/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:DecisionReason/efbc:DecisionReasonCode @@ -382,9 +378,9 @@ - + - + Received Submissions Type (BT-760) /TED_EXPORT/FORM_SECTION/*/AWARD_CONTRACT/AWARDED_CONTRACT/TENDERS/*/fn:local-name() /ContractAwardNotice/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:NoticeResult/efac:LotResult/efac:ReceivedSubmissionsStatistics/efbc:StatisticsCode @@ -414,7 +410,6 @@ t-esubm - - + diff --git a/xslt/procedure.xslt b/xslt/procedure.xslt index 5b14f6d..db28462 100644 --- a/xslt/procedure.xslt +++ b/xslt/procedure.xslt @@ -1,15 +1,16 @@ + @@ -45,18 +46,17 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - WARNING: Procedure Features (BT-88) is Mandatory for eForms subtypes 12, 13, 20 and 21, but no MAIN_FEATURES_AWARD was found in TED XML. + WARNING: Procedure Features (BT-88) is Mandatory for eForms subtypes 12, 13, 20 and 21, but no MAIN_FEATURES_AWARD was found in TED XML. - - - + + + - PIN Competition Termination (BT-756) @@ -68,17 +68,17 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin false - - + + - + - + @@ -93,7 +93,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - Direct Award Justification Previous Procedure Identifier (BT-1252) @@ -101,22 +100,22 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Direct Award Justification (BT-136) Direct Award Justification (BT-135) - - + + - + - + - + @@ -125,5 +124,4 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - diff --git a/xslt/simple.xslt b/xslt/simple.xslt index 52bb0a9..7a59081 100644 --- a/xslt/simple.xslt +++ b/xslt/simple.xslt @@ -1,133 +1,132 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - allowed - - - - not-allowed - - - - eu-funds - - - - no-eu-funds - - - - - - - - true - - - - false - - - - - - - - - - - true - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + allowed + + + + not-allowed + + + + eu-funds + + + + no-eu-funds + + + + + + + + true + + + + false + + + + + + + + + + + true + + + + + + + + + + diff --git a/xslt/ted-to-eforms.xslt b/xslt/ted-to-eforms.xslt index 6caecc1..ed36d01 100644 --- a/xslt/ted-to-eforms.xslt +++ b/xslt/ted-to-eforms.xslt @@ -1,17 +1,17 @@ - +--> @@ -27,10 +27,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - + + + @@ -47,7 +46,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -59,9 +58,9 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - + + + @@ -74,12 +73,13 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + + + - @@ -89,7 +89,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + @@ -115,15 +115,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - - - - - @@ -157,7 +148,6 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - UBL version ID (UBL) @@ -176,9 +166,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin aff2863e-b4cc-4e91-baba-b3b85f709117 Notice Dispatch Date (BT-05) - - + +01:00 12:00:00+01:00 @@ -213,18 +201,16 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - efac:changes here + efac:changes - efac:ContractModification here + efac:ContractModification - efac:Publication here + efac:Publication Notice Publication ID (OPP-010) @@ -242,12 +228,12 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - cac:ContractingParty here + cac:ContractingParty - + @@ -260,7 +246,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - cac:TenderingTerms here + cac:TenderingTerms @@ -272,7 +258,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Exclusion Grounds (BT-67) - + Lots Max Awarded (BT-33) Lots Max Allowed (BT-31) @@ -284,37 +270,14 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - - - - - - - - - - - - - - - - - - + - - - cac:TenderingProcess here + cac:TenderingProcess @@ -332,15 +295,15 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - + - - - + + + Procedure Type (BT-105) - + Lots All Required (BT-763) @@ -350,47 +313,33 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Previous Planning Identifier (BT-125) - + - + Previous Planning Part Identifier (BT-1251) - + - + - + - + - - - - - - - - - - - - - + - - cac:ProcurementProject here + cac:ProcurementProject @@ -409,7 +358,7 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin Additional Information (BT-300) - + Estimated Value (BT-27) @@ -439,28 +388,17 @@ exclude-result-prefixes="xlink xs xsi fn functx doc opfun ted gc n2016 n2021 pin - - - - - - - - - + - - + - multiple cac:ProcurementProjectLot here + multiple cac:ProcurementProjectLot From e99aee3b4386679229d8e9fcb94ae7ab4917bf48 Mon Sep 17 00:00:00 2001 From: Paul Donohoe Date: Thu, 28 Jul 2022 14:43:16 +0200 Subject: [PATCH 38/38] TEDXDC-211 - Added Release notes and updated README.md --- CHANGELOG.md | 27 ++++++++++----------------- README.md | 6 ++++-- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404b772..b92b527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,16 @@ -# TED XML Data Converter 0.2.0 Release Notes -Below is a list of the major updates made to the Converter repository in this release. There was no substantial change to the XSLT code. +# TED XML Data Converter 0.4.0 Release Notes -## Folder names changed -The four root folders were renamed to more clearly reflect their contents and purposes. +## Contract Award Notices - TED form F03 -## Removal of unnecessary files -A number of files that were used during initial development, but are now no longer required, were removed. +The majority of changes included in this release are for the conversion of TED form F03, a Contract Award Notice. A new XSLT stylesheet, notice-result.xslt, has been created for this. -## File names changed -The names of the Markdown files were changed to "kebab-case", to improve readability. +New mappings for "direct-award-justification", "non-award-justification" and "received-submission-type" have been added to other-mappings.xslt -## Markdown documentation -The documentation in the various Markdown files was re-written to improve understanding of the different topics. -A README.md file was added to every main folder to describe the contents of the folder. - -## Converted development test files -The test notices in folder development-notices/ted-xml were all converted using this version of the converter, updating the output files in folder development-notices/eforms-files. - -## XSLT template location -Some XSLT templates used in more than one location were moved into a new XSLT file, common.xslt. +## Minor changes +Minor fixes for: +* Buyer Legal Type (BT-11) +* Buyer Contracting Entity (BT-740) +* Electronic Auction (BT-767) +* PIN Competition Termination (BT-756) diff --git a/README.md b/README.md index 886f70d..fe75aa8 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,10 @@ The versioning scheme which will be adopted for the TED XML Data Converter will Feedback on this converter is welcome. Please address questions, comments and bug reports using [Github Discussions](https://github.com/OP-TED/ted-xml-data-converter/discussions). ## What's next? -Work on conversion of the remaining Contract Notice TED XML forms (F05, F12, F21, F22, F23 and F24) is ongoing. +All Contract Notice TED XML forms (F02, F05, F12, F21, F22, F23 and F24) are convertible. -Work will begin on Contract Award notice forms in the near future. +The F03 Contract Award Notice form is convertible. + +Work will begin on the remaining Contract Award notice forms (F06, F13, F15, F21, F22, F23, F24 and F25) in the near future.