-
Notifications
You must be signed in to change notification settings - Fork 1
/
1_background.html
571 lines (511 loc) · 39.7 KB
/
1_background.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>Background to an Online Permit and Monitoring System to support the Nagoya Protocol</title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/flatly.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 60px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 65px;
margin-top: -65px;
}
.section h2 {
padding-top: 65px;
margin-top: -65px;
}
.section h3 {
padding-top: 65px;
margin-top: -65px;
}
.section h4 {
padding-top: 65px;
margin-top: -65px;
}
.section h5 {
padding-top: 65px;
margin-top: -65px;
}
.section h6 {
padding-top: 65px;
margin-top: -65px;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<div class="container-fluid main-container">
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>
<!-- code folding -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">About</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
The Model
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="executive_summary.html">Executive Summary</a>
</li>
<li>
<a href="1_background.html">Background</a>
</li>
<li>
<a href="2_the_model.html">The Model</a>
</li>
<li>
<a href="3_principles.html">Core Principles</a>
</li>
<li>
<a href="4_unique_identifiers.html">Unique Identifiers</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Planning
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="5_workplan.html">Draft Workplan</a>
</li>
<li>
<a href="annex.html">Annex</a>
</li>
</ul>
</li>
<li>
<a href="presentations/schematics/index.html">Schematics</a>
</li>
<li>
<a href="resources.html">Publications</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Resources for Developers
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="kenya.html">Kenya Prototype</a>
</li>
<li>
<a href="researcher_identifiers.html">Researcher Identifiers</a>
</li>
<li>
<a href="literature.html">Scientific Literature</a>
</li>
<li>
<a href="geographic.html">Geographic</a>
</li>
<li>
<a href="patent.html">Patent Data</a>
</li>
<li>
<a href="taxonomy.html">Taxonomy</a>
</li>
<li>
<a href="taxonomic_dashboards.html">Taxonomic Dashboards</a>
</li>
<li>
<a href="mdm.html">Master Data Management</a>
</li>
<li>
<a href="dictionary.html">Data Dictionary</a>
</li>
</ul>
</li>
<li>
<a href="https://poldham.github.io/abs/index.html">ABS Monitoring Handbook</a>
</li>
<li>
<a href="https://www.pauloldham.net/">The Blog</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">Background to an Online Permit and Monitoring System to support the Nagoya Protocol</h1>
</div>
<div id="introduction" class="section level2">
<h2>Introduction</h2>
<p>In this concept paper we describe the use of the national research permit system as a platform for administering ABS permits, monitoring compliance and realising non-monetary and monetary benefits arising from collaborations with non-commercial and commercial researchers and research organisations under the Nagoya Protocol.<a href="#fn1" class="footnote-ref" id="fnref1"><sup>1</sup></a> We describe a model for an online permit and monitoring system for the efficient administration of research permits that can be linked to monitoring of scientific literature, patents and commercial products.</p>
<p>The purpose of the model is to support the implementation of domestic access and benefit-sharing frameworks and implementation of the obligations under the Nagoya Protocol. We anticipate that the model will:</p>
<ol style="list-style-type: decimal">
<li>Support decision-making on whether proposed access to genetic resources and associated traditional knowledge falls within the scope of domestic ABS frameworks (Article 2 & Article 3 of the Nagoya Protocol);</li>
<li>Support decision-making on the nature of intended utilizations and the appropriate elements for Mutually Agreed Terms (Article 8(a));</li>
<li>Enable effective implementation of Article 6 on access to genetic resources;</li>
<li>Contribute to the realisation of fair and equitable benefit-sharing in connection with research under Article 5;</li>
<li>Enable monitoring of the utilization and commercialisation of genetic resources and associated traditional knowledge and associated products (Article 17);</li>
<li>Contribute to the development of the ABS Clearing House Mechanism;</li>
<li>Support national reporting under Article 29 of the Nagoya Protocol.</li>
</ol>
<p>The proposal does not seek to promote a one size fits all approach but instead to provide a model that is flexible and can be readily adapted to the specific needs of individual Parties to the Nagoya Protocol. We envisage the creation of an informal open coalition of countries with a common interest in an electronic permit and monitoring system that can be adapted to meet their particular circumstances and needs.</p>
<p>The core of this proposal is that Parties to the Protocol, and governments who intend to ratify the Protocol, may wish to adopt:</p>
<blockquote>
<p>“A single electronic permit system that makes it easy to apply for permits and for government authorities to review and approve applications, monitor compliance and report on the access, benefit-sharing, compliance and reporting provisions of the Nagoya Protocol.”<a href="#fn2" class="footnote-ref" id="fnref2"><sup>2</sup></a></p>
</blockquote>
<p>The majority of countries will already possess research permit systems. The available evidence suggests that in many countries there may be multiple permit granting authorities who administer research permits within their respective mandates. An important feature of this proposal is that <em>we do not suggest</em> that the administration of all ABS related research permits should be transferred to a single permit granting authority. Instead, recognising the diversity of legislative mandates of permit granting authorities within a country, we propose that a single online permit system should be implemented to serve the needs of multiple permit authorities. This approach can be described as <em>a single online permit system with multiple authorities</em>.</p>
<p>The aim of this model is two fold:</p>
<ol style="list-style-type: decimal">
<li>To provide a single electronic hub or platform for the administration of research permits that meets the requirements of permit authorities and simplifies administration, monitoring, and reporting in the fulfilment of their respective mandates.</li>
<li>To simplify the research permit application and reporting process for non-commercial research under <a href="https://www.cbd.int/abs/text/articles/default.shtml?sec=abs-08">Article 8(a)</a> of the Nagoya Protocol and for commercial research and development while enhancing the capacity of countries to realise non-monetary and monetary benefits under the terms of the Nagoya Protocol.</li>
</ol>
<p>More specifically we anticipate that implementation of the model will:</p>
<ol style="list-style-type: decimal">
<li>Make it easier for Parties to the Protocol to review and administer permit applications;</li>
<li>Make it easier for applicants to apply for and receive a permit and obtain legal certainty based on compliance with the terms and conditions of the Party providing access;</li>
<li>Enhance the capacity of Parties to the Protocol to determine if a permit application triggers domestic access and benefit sharing requirements and obligations under the Nagoya Protocol;</li>
<li>Enhance the capacity of Parties to the Protocol to realise non-monetary and monetary benefits arising from non-commercial research, commercial research and development, and commercialisation involving genetic resources and associated traditional knowledge over the long term;</li>
<li>Enhance the capacity of Parties to the Protocol to determine the actual and potential value of their genetic resources through a long term electronic monitoring system;</li>
<li>Make it easier for Parties to meet national and international reporting requirements under the Nagoya Protocol and related international environmental agreements.</li>
</ol>
<p>##Background</p>
<p>Researchers seeking to collect biological specimens, to work in protected areas, or to work with indigenous peoples and local communities are routinely expected to apply for a permit to carry out research. This is particularly true for researchers from foreign countries but is also true for domestic researchers.</p>
<p>Research permits frequently set out terms and conditions on the types of collections that may be undertaken and the geographic areas where research and collections may be conducted. It is quite common for research involving biological collections to require permission from more than one permit granting authority. Field research directed to commercial research and development may be subject to additional requirements and require export licences.</p>
<p>In the case of research involving human subjects, such as indigenous peoples and local communities, researchers will generally be expected to secure research permits from the relevant authorities, and to comply with standards for ethical conduct. In countries with indigenous peoples, specific provisions may apply for conducting research in indigenous communities.<a href="#fn3" class="footnote-ref" id="fnref3"><sup>3</sup></a>. Other conditions may apply to research with members of society who are may be classified as vulnerable (e.g. minorities, women, children, persons with disabilities). Professional researchers are accustomed to meeting requirements for research permits and recognise their importance for developing longer term research collaborations that both benefit their research careers and contribute to the knowledge base in the countries where they work.</p>
<p>In return for obtaining a permit, applicants will normally be expected to meet certain conditions. These conditions will vary from one country to another but for foreign researchers commonly include:</p>
<ol style="list-style-type: decimal">
<li>Requirements for collaboration with local research organisations as research partners.</li>
<li>The deposit of biological samples with national institutions (such as herbaria).</li>
<li>The provision or deposit of equipment used during the research with local partners.</li>
<li>Reports on activities and copies of publications.</li>
</ol>
<p>Requirements for local research collaboration are important for the development of local research capacity in specialist areas and create the foundations for longer term research collaborations and interchanges between countries. Many countries, including the European Union, have developed special programmes to promote international research collaboration that emphasise benefits for partner countries and communities.</p>
<p>The outcomes of research collaborations enabled by permits include:</p>
<ol style="list-style-type: decimal">
<li>Research funding for researchers and equipment in partner countries.</li>
<li>Training, including schemes for researcher exchanges and degree or advanced level qualifications.</li>
<li>Scientific publications, reports, datasets, deposits of samples etc. that improve the knowledge base about biodiversity and genetic resources in a country.</li>
</ol>
<p>These outcomes are typically categorised as non-monetary benefits but are in practice supported by definable financial investments by external research agencies and contributions from local partner agencies and organisations. As such, there is a direct relationship between research permits and forms of benefit-sharing.</p>
<p>However, the extent to which the terms and conditions in research permits are legally-binding upon researchers once they are outside of national jurisdictions is open to question. For this reason, the use of ABS contracts establishing Mutually Agreed Terms (MAT) on benefit-sharing at the time when access is granted in accordance with the Convention and the Nagoya Protocol are regarded as necessary. Article 6 of the Nagoya Protocol establishes that Parties requiring prior informed consent will:</p>
<blockquote>
<p>“Provide for the issuance at the time of access of a permit or its equivalent as evidence of the decision to grant prior informed consent and of the establishment of mutually agreed terms, and notify the Access and Benefit-sharing Clearing-House accordingly (Article 6.3(e))”</p>
</blockquote>
<p>As this makes clear, under the Nagoya Protocol, there is a direct relationship between a research permit and the establishment of mutually agreed terms (MAT), with the MAT typically involving an ABS contract. In the paper we use the term research permit issued under the online system to mean a research permit and associated MAT or ABS contract.</p>
<p>The permit providing evidence of prior informed consent and mutually agreed terms is linked to monitoring provisions under Article 17 of the Nagoya Protocol which, inter alia, specifies that:</p>
<blockquote>
<p>"To support compliance, each Party shall take measures, as appropriate, to monitor and to enhance transparency about the utilization of genetic resources. Such measures shall include:</p>
</blockquote>
<blockquote>
<ol start="2" style="list-style-type: decimal">
<li>A permit or its equivalent issued in accordance with Article 6, paragraph 3 (e) and made available to the Access and Benefit-sharing Clearing-House, shall constitute an internationally recognized certificate of compliance.</li>
<li>An internationally recognized certificate of compliance shall serve as evidence that the genetic resource which it covers has been accessed in accordance with prior informed consent and that mutually agreed terms have been established, as required by the domestic access and benefit-sharing legislation or regulatory requirements of the Party providing prior informed consent."</li>
</ol>
</blockquote>
<p>There is therefore a close relationship between a permit under the Nagoya Protocol as evidence of prior informed consent and the establishment of MAT and monitoring of compliance. However, it is also important to recognise that there are distinctions between types of research involving genetic resources and associated traditional knowledge that may trigger different procedures and MAT under the domestic ABS framework.</p>
</div>
<div id="types-of-research" class="section level2">
<h2>Types of Research</h2>
<p>As discussed during negotiation of the Nagoya Protocol distinguishing between types of research involving genetic resources and associated traditional knowledge is difficult because the distinction between non-commercial and commercial research is mainly located at the level of the <em>intent</em> of researchers rather than in methods, techniques and materials. Focusing on clarifying the “why” of particular research and identifying specific situations is in our view likely to lead to effective approaches to administration. Here we identify five broad situations that are likely to emerge over time in implementing the Nagoya Protocol.</p>
<div id="non-commercial-research" class="section level3">
<h3>Non-commercial research</h3>
<p>In practice, many (and possibly the majority) of cases of research involving biodiversity, genetic resources and indigenous peoples or local communities will be non-commercial. <a href="https://www.cbd.int/abs/text/articles/default.shtml?sec=abs-08">Article 8(a)</a> of the Nagoya Protocol establishes that:</p>
<blockquote>
<p>"In the development and implementation of its access and benefit-sharing legislation or regulatory requirements, each Party shall:</p>
</blockquote>
<blockquote>
<ol style="list-style-type: lower-alpha">
<li>Create conditions to promote and encourage research which contributes to the conservation and sustainable use of biological diversity, particularly in developing countries, including through simplified measures on access for non-commercial research purposes, taking into account the need to address a change of intent for such research;"</li>
</ol>
</blockquote>
<p>As this makes clear Parties will create conditions to encourage research contributing to conservation and sustainable use including simplified measures on access for non-commercial research.</p>
<p>The implication of this for the research permit system is that simplified measures could be developed to provide access using standard mutually agreed terms. Where an applicant agrees to the standard mutually agreed terms for non-commercial research (which might simply involve a tick to a check box signifying acceptance of such terms), and subject to acceptance of any other non-ABS requirements (e.g. environmental impact assessment), a permit could simply be granted.</p>
</div>
<div id="change-of-intent" class="section level3">
<h3>Change of Intent</h3>
<p>However, as set out in Article 8(a) the negotiators of the Nagoya Protocol also recognised that what may begin as non-commercial research may become commercial research. It is therefore important that the terms and conditions of permits and associated standard MAT identify change of intent as a trigger for a requirement to return to the provider country for new or renewed prior informed consent and applicable mutually agreed terms for commercial research.</p>
</div>
<div id="mixed-research" class="section level3">
<h3>Mixed Research</h3>
<p>A third situation may arise where applicants apply for a permit to conduct both non-commercial research and commercial research, or, in other words, research of a mixed type. This situation is perhaps more likely to arise where <em>consortiums</em> of researchers from different public or private organisations are involved in applications for research permits. This situation may be more likely to arise where research locations are remote or involve extreme conditions (e.g. marine research at depth). In these circumstances it may be appropriate to attempt to clearly distinguish between prior informed consent and MAT for non-commercial aspects of the research and those involving commercial research and development (e.g. focusing on a specific species). Alternatively, it may be appropriate to require MAT applicable for commercial research in the interest of certainty on the part of the provider country. This potential situation signifies that a research permit system should make provision for the possibility of permit applications for both non-commercial and commercial research.</p>
</div>
<div id="commercial-research" class="section level3">
<h3>Commercial Research</h3>
<p>The fourth situation involves cases of explicit commercial research and collection. Viewed from the perspective of the permit system it is likely to be desirable that commercial research is signalled at the application stage and triggers a procedure for the negotiation of MAT with the applicants within a reasonable period of time (<a href="https://www.cbd.int/abs/text/articles/default.shtml?sec=abs-06">Article 6.3(d)</a>). While it may be desirable to develop a standard template for MAT for commercial research this is likely to serve as the starting point for a negotiation phase in arriving at mutually agreed terms and granting prior informed consent.</p>
</div>
<div id="research-with-indigenous-peoples-local-communities" class="section level3">
<h3>Research with Indigenous Peoples & Local Communities</h3>
<p>As noted above, research involving human subjects, such as indigenous peoples and local communities, is typically the subject of requirements for permits both from relevant authorities (such as Ministries for Indigenous Affairs or their equivalent), subject to requirements for ethical conduct (including by agencies funding the research) and the prior informed consent of the participating communities and research participants.</p>
<p>Access to the genetic resources and associated traditional knowledge of indigenous peoples and local communities for research purposes will require their prior informed consent and mutually agreed terms on benefit-sharing in accordance with the relevant provisions of the Nagoya Protocol and the domestic ABS framework.</p>
<p>Article 6.2 of the Nagoya Protocol specifies that:</p>
<blockquote>
<p>“In accordance with domestic law, each Party shall take measures, as appropriate, with the aim of ensuring that the prior informed consent or approval and involvement of indigenous and local communities is obtained for access to genetic resources where they have the established right to grant access to such resources.”</p>
</blockquote>
<p>Article 6.3(f) further specifies that Parties shall:</p>
<blockquote>
<p>“Where applicable, and subject to domestic legislation, set out criteria and/or processes for obtaining prior informed consent or approval and involvement of indigenous and local communities for access to genetic resources.”</p>
</blockquote>
<p><a href="https://www.cbd.int/abs/text/articles/default.shtml?sec=abs-05">Article 5.2</a> of the Nagoya Protocol on benefit-sharing focuses on circumstances where indigenous peoples and local communities hold genetic resources:</p>
<blockquote>
<p>“Each Party shall take legislative, administrative or policy measures, as appropriate, with the aim of ensuring that benefits arising from the utilization of genetic resources that are held by indigenous and local communities, in accordance with domestic legislation regarding the established rights of these indigenous and local communities over these genetic resources, are shared in a fair and equitable way with the communities concerned, based on mutually agreed terms.”</p>
</blockquote>
<p><a href="https://www.cbd.int/abs/text/articles/default.shtml?sec=abs-05">Article 5.3</a> focuses on benefit-sharing in connection with the utilization of traditional knowledge associated with genetic resources:</p>
<blockquote>
<p>“Each Party shall take legislative, administrative or policy measures, as appropriate, in order that the benefits arising from the utilization of traditional knowledge associated with genetic resources are shared in a fair and equitable way with indigenous and local communities holding such knowledge. Such sharing shall be upon mutually agreed terms.”</p>
</blockquote>
<p>The emphasis in the Protocol with respect to prior informed consent with respect to a permit and monitoring system is placed on ensuring, in the relevant circumstances, that prior informed consent is obtained and setting out criteria or processes for obtaining prior informed consent. In this respect, the emphasis is likely to be placed on the provision of information on how an applicant for a research permit might go about obtaining prior informed consent from relevant indigenous peoples and local communities.<a href="#fn4" class="footnote-ref" id="fnref4"><sup>4</sup></a></p>
</div>
<div id="avoidance-of-prior-informed-consent-mutually-agreed-terms" class="section level3">
<h3>Avoidance of prior informed consent & mutually agreed terms</h3>
<p>A final situation of relevance to an online permit and monitoring system is a situation where researchers or organisations seeks to avoid requirements for prior informed consent and mutually agreed terms altogether. In this situation the permit system will normally be blind.</p>
<p>In this proposal we provide for a fall back position in the monitoring system that uses automated searches to capture publications, patent applications and other electronic materials making reference to a country and its biodiversity. While no system will be perfect, the growing availability of large scale digital data and digital methods will increasingly allow for the capture of cases of avoidance and, among member states of the European Union, failures to perform due diligence.<a href="#fn5" class="footnote-ref" id="fnref5"><sup>5</sup></a></p>
<p>The issue of avoidance of ABS regulations is however linked to enhancing the general capacity of Parties to know, in empirical terms, what is happening with genetic resources and associated traditional knowledge from within their jurisdictions.</p>
</div>
<div id="addressing-the-capacity-to-know-through-monitoring" class="section level3">
<h3>Addressing the Capacity to Know through Monitoring</h3>
<p>A fundamental precondition for the successful implementation of the Nagoya Protocol on the national and international level is the capacity of Parties to know that the terms and conditions set out in permits and associated mutually agreed terms (ABS contracts) are being complied with by recipients. As noted above, Parties will also need to know when efforts are made to avoid requirements for prior informed consent and mutually agreed terms.</p>
<p>Research permit data provides the basic building blocks for identifying research activity involving genetic resources and associated traditional knowledge originating from a country that appears in data sources including:</p>
<ol style="list-style-type: decimal">
<li>Research publications on biodiversity, genetic resources and the traditional knowledge of indigenous peoples and local communities.</li>
<li>Patent applications and grants (as an indicator of commercial research & development).</li>
<li>Applications for market approval and products arising from utilizations of genetic resources and associated traditional knowledge.</li>
</ol>
<p>The key to the use of the permit system as a tool for monitoring is to use the information provided by applicants (name, organisation etc.) and specifics of the permit data as inputs to search and compile information from other electronic data sources such as:</p>
<ul>
<li>Taxonomic data (e.g. <a href="http://www.gbif.org/">The Global Biodiversity Information Facility</a>, <a href="http://eol.org/">Encyclopedia of Life</a>, <a href="http://www.catalogueoflife.org/">Catalogue of Life</a>, <a href="http://www.ncbi.nlm.nih.gov/taxonomy">NCBI</a>, <a href="http://www.iucnredlist.org/">The IUCN Red List</a> etc.).</li>
<li>Electronic literature sources (such as <a href="http://search.crossref.org/?q=kenya&type=Journal+Article">crossref</a> or <a href="http://www.ncbi.nlm.nih.gov/pubmed/?term=uganda">PubMed</a> or <a href="https://europepmc.org">Europe PMC</a> using APIs (Application Programming Interfaces) providing free access to literature data such as author and organisation names, titles and abstracts.<a href="#fn6" class="footnote-ref" id="fnref6"><sup>6</sup></a></li>
<li>Patent data using services such as <a href="https://patentscope.wipo.int/search/en/search.jsf">WIPO Patentscope</a> or the <a href="http://www.epo.org/searching-for-patents/technical/espacenet/ops.html#tab1">European Patent Office Open Patent Services</a>.</li>
<li>Product information including product registration/marketing authorization data.</li>
<li>The results of general web searches or searches of social media.</li>
</ul>
<p>The combination of data from different electronic sources to address particular questions is a fundamental feature of the rise of informatics and analytics. Within the biodiversity informatics community, it is manifest in the creation of databases of basic taxonomic data that are linked to the scientific literature, images, video and georeferenced data in other databases. This trend is set to accelerate as more data sources become freely accessible using Application Programming Interfaces (APIs) and the funders of research promote open access to data as a condition of research funding for non-commercial research.</p>
<p>The model presented below would allow a Competent National Authority to perform regular automated searches in online databases. Based on information provided by applicants searches could be conducted for publications by a researcher, publications from a permit holding organisation, or searches linked to a specific species or genetic data linked to a permit. The growing use of electronic researcher IDs (such as <a href="http://orcid.org">ORCID</a>, <a href="https://www.researchgate.net/home">Researchgate</a> or <a href="http://www.researcherid.com/Home.action?returnCode=ROUTER.Unauthorized&SrcApp=CR&Init=Yes">ResearcherID</a> could reduce the need for researchers to report on publications and provide data in an an electronic format that can be shared with others and is more amenable to analysis. In a short space of time it would be possible for a Competent National Authority to compile an electronic archive on biodiversity and ABS related research in the country that could be publicly shared and help to demonstrate the benefits of research on biodiversity and genetic resources within the country.</p>
<p>While information provided by applicants provides the core data for monitoring the system would be able to perform automated searches of data sources for information on references to the country in publications in connection with a species. For example <a href="http://search.crossref.org/?q=kenya%2Bspecies">this search</a> highlights publications containing a reference to Kenya and the word species recorded in the non-profit <a href="http://search.crossref.org">crossref</a> database of over 81 million journals, books and datasets. <a href="http://search.crossref.org/?q=seychelles%2Bspecies">This search</a> does the same for the Seychelles. In short, the growing availability of large scale open access databases provides important opportunities for cost effective monitoring.</p>
<p>The use of electronic monitoring and analytics based on permit data and independent searches would allow Competent National Authorities to:</p>
<ul>
<li>Check compliance with MAT provisions related to information in publications</li>
<li>Check compliance with MAT provisions related to information in patent applications</li>
<li>Identify cases of utilization that appear not to be based on ABS permits and ABS contracts.</li>
</ul>
</div>
<div id="valuation-of-genetic-resources-and-traditional-knowledge" class="section level3">
<h3>Valuation of Genetic Resources and Traditional Knowledge</h3>
<p>One important challenge confronting countries involved in the negotiation of the Nagoya Protocol was the lack of reliable data on the economic value of genetic resources and associated traditional knowledge. Furthermore, as is now widely recognised, biodiversity and the knowledge, innovations and practices of indigenous peoples and local communities cannot be reduced purely to economic value. Rather, a broader approach to valuation, including ecosystem services, is required. A fundamental precondition for this type of analysis is data. The approach presented below would facilitate evidence based valuation of genetic resources and associated traditional knowledge over the long term and using a range of approaches to the definition of value. It would thus contribute to the creation of a clearly defined evidence base for the evaluation of the effectiveness of domestic ABS measures.</p>
</div>
</div>
<div id="conclusion" class="section level2">
<h2>Conclusion</h2>
<p>In this section we have explored the background to the proposed model for an online permit and monitoring system provided below. We have argued that the effective implementation of the Nagoya Protocol will require recognition of the importance of linking permit data with recognition of the possibilities for cost effective monitoring opened up by the rise of large scale electronic data about biodiversity. This combination provides important opportunities to increase the confidence of provider countries in ABS and thus contribute to the successful implementation of the Nagoya Protocol. At the same time, permit systems and access and benefit-sharing require a vision that may span decades. For that reason in presenting the model system we encourage Parties to take a long term perspective.</p>
</div>
<div class="footnotes">
<hr />
<ol>
<li id="fn1"><p>The research in this paper was conducted with the support of <a href="http://www.best.gov.bs">The Bahamas Environment, Science & Technology Commission (BEST)</a> of the Government of the Bahamas under the UNEP/GEF project “Strengthening Access and Benefit Sharing (ABS) in the Bahamas” as set out in <em>Oldham, P (2015) Concepts for an Electronic Monitoring Tool. UNEP/GEF project “Strengthening Access and Benefit Sharing (ABS) in the Bahamas”</em>. The present paper was written with the additional support of <a href="http://www.abs-initiative.info">The ABS Capacity Development Initiative</a> through the <a href="https://www.giz.de/en/html/index.html">Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ)</a>. The views expressed are solely those of the authors and should not be interpreted as reflecting the views of the Government of the Bahamas, the ABS Initiative or GIZ.<a href="#fnref1" class="footnote-back">↩</a></p></li>
<li id="fn2"><p>Oldham, P (2015) Concepts for an Electronic Monitoring Tool. UNEP/GEF project “Strengthening Access and Benefit Sharing (ABS) in the Bahamas”<a href="#fnref2" class="footnote-back">↩</a></p></li>
<li id="fn3"><p>Examples of such guidelines in the case of indigenous peoples include the Australian Institute of Aboriginal and Torres Strait Islander Studies, <a href="http://aiatsis.gov.au/sites/default/files/docs/research-and-guides/ethics/gerais.pdf">Guidelines for Ethical Research In Australian Indigenous Studies 2012</a> and Chapter 9 of the Canadian Research Councils <a href="http://www.pre.ethics.gc.ca/eng/policy-politique/initiatives/tcps2-eptc2/chapter9-chapitre9/#toc09-1">Tri-Council Policy Statement: Ethical Conduct for Research Involving Humans</a><a href="#fnref3" class="footnote-back">↩</a></p></li>
<li id="fn4"><p>See for example the recently developed voluntary guidelines on prior informed consent from the Ninth meeting of the Working Group on Article 8j and related provisions sent for consideration by COP13 in document <a href="https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjqk_aruffMAhVNFMAKHYF5D7YQFggdMAA&url=https%3A%2F%2Fwww.cbd.int%2Fkb%2Frecord%2FmeetingDocument%2F106434%3FRecordType%3DmeetingDocument&usg=AFQjCNE87t3Vkc3QiVSShwYanwGn-dLyEA&sig2=Xvusml34_LlUbMjqWk_wQQ">UNEP/CBD/COP/13/3</a> at I9/1.<a href="#fnref4" class="footnote-back">↩</a></p></li>
<li id="fn5"><p><a href="http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32014R0511&from=EN">EU Regulation No.511/2014</a>.<a href="#fnref5" class="footnote-back">↩</a></p></li>
<li id="fn6"><p>Application Programming Interfaces are web services that use URL queries to obtain data directly from the electronic database sitting behind a web server. They are very similar to normal web queries except that larger amounts of data and specific data fields can be retrieved and the data is provided in either XML or JSON format.<a href="#fnref6" class="footnote-back">↩</a></p></li>
</ol>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>