-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.html
451 lines (391 loc) · 18.9 KB
/
resources.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
<!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>Resources</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">Resources</h1>
</div>
<p>The development of the model online ABS permit system to support implementation of the Nagoya Protocol is intended to be an open access initiative that allows countries to share tools and resources developed to meet their own needs with other countries. The implementation of an online ABS permit system will also require capacity development in a range of areas such as biodiversity informatics, scientific landscaping and patent analytics.</p>
<p>This page highlights samples of existing work and tools that can support countries interested in implementing the model. As we are very much in the initial stages of this project we provide a sample of existing work and tools that informed the development of the model system. Please feel welcome to submit suggestions for resources and the page will be updated as new resources become available.</p>
<div id="the-abs-clearing-house-mechanism" class="section level3">
<h3>The ABS Clearing House Mechanism</h3>
<p>The <a href="https://absch.cbd.int/">ABS Clearing House Mechanism</a> is the central home for information and resources on access and benefit-sharing. The model online permit system is intended to provide inputs into the ABS CHM.</p>
<p>###Scientific Landscapes for Access and Benefit-Sharing</p>
<p>Scientific landscaping focuses on analysis of the presence of biodiversity and traditional knowledge in the scientific literature using a combination of text mining and data visualisation tools.</p>
<p>Between 2015 and 2016 the ABS Initiative supported the development of a range of scientific landscapes in the form of interactive Tableau workbooks that provide an overview of trends in research, key actors and key networks for ABS research in 10 African countries.</p>
<p>These landscapes can be accessed on a <a href="http://public.tableau.com/profile/poldham#!/">Tableau Public website</a> and the individual country data can be accessed from the links below.</p>
<ul>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Algeria_0/AlgeriaWalkthrough">Algeria</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Benin_0/Story1">Benin</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Burundidraft/OverviewDashboard">Burundi</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Cameroon_0/Cameroon">Cameroon</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Kenya_workbook/KenyaResearchLandscape">Kenya</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Madagascar/MadagascarResearch">Madagascar</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Morocco_0/Story1">Morocco</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/namibia/NamibiaWalkthrough">Namibia</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/SouthAfrica_4/Story1">South Africa</a></li>
<li><a href="http://public.tableau.com/profile/poldham#!/vizhome/Uganda_0/Research">Uganda</a></li>
</ul>
<p>A regional landscape for research on ABS in Africa that combines the data above is approaching completion and can be accessed <a href="https://public.tableau.com/profile/poldham#!/vizhome/africa_region_30062016_0/Story1">here</a>.</p>
<!---<iframe align = "center" width = "1000" height = "1000" src="http://public.tableau.com/profile/poldham#!/vizhome/africa_region_30062016_0/Story1"/> --->
</div>
<div id="patent-landscapes" class="section level3">
<h3>Patent Landscapes</h3>
<p>Patent landscapes provide insights into trends in innovation that involved genetic resources and associated traditional knowledge. Here we highlight resources for devloping capacity in patent landscape analysis and then existing studies on patent landscapes.</p>
<p><strong>Resources on Patent Analytics</strong></p>
<ul>
<li><a href="http://www.wipo.int/edocs/pubdocs/en/wipo_pub_946.pdf">The WIPO Guidelines for Preparing Patent Landscape Reports</a> is a resource for learning about the issues that need to be considered in preparing patent landscapes.</li>
<li><a href="https://wipo-analytics.github.io/">The WIPO Manual on Open Source Patent Analytics</a> provides a set of practical walkthroughs for patent analytics including tools such as Tableau and network analysis with gephi. The Manual is presently in advanced draft format.</li>
<li><a href="http://www.wipo.int/patentscope/en/programs/patent_landscapes/">WIPO Patent Landscape Reports</a> provides a list of patent landscapes prepared for WIPO and other landscapes submitted by organisations and researchers.</li>
</ul>
<p><strong>Literature and Studies</strong></p>
<ul>
<li><p><a href="http://journals.plos.org/plosone/article?id=10.%201371/journal.pone.0078737">Oldham P, Hall S & Forero O ‘Biological Diversity in the Patent System’. PLOS One DOI: 10.1371/journal.pone.0078737</a></p></li>
<li><p>Paul Oldham, Colin Barnes and Stephen Hall (2016) A Review of UK Patent Activity for Genetic Resources and associated Traditional Knowledge. UK Department for Evironment, Food and Rural Affairs (Defra). <a href="https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja%20&uact=8&ved=0ahUKEwjR7IucrpnPAhVHIMAKHatqAg0QFggqMAE&url=http%3A%2F%2Frandd.%20defra.gov.uk%2FDocument.aspx%3FDocument%3D13500_WC1068UKIPGR_Final_2015.pdf&usg=%20AFQjCNFpFtytdJuMSANlu1PtZ8jK_kZaEQ">Direct download (large file)</a>. <a href="https://www.researchgate.net/publication/%20301625638_A_Review_of_UK_Patent_Activity_for_Genetic_Resources_and_associated_Tr%20aditional_Knowledge">Research Gate DOI: 10.13140/RG.2.1.1682.9849.</a></p></li>
<li><p>Oldham P, Hall S and Barnes C (2013) Biodiversity in the Patent System: Cameroon. A country study of genetic resources and traditional knowledge in the patent system of relevance to Cameroon. Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ), UNEP and others. DOI: 10.13140/RG.2.1.3124.7767. Available from the ABS Initiative at: <a href="http://tinyurl.com/zqloo7t" class="uri">http://tinyurl.com/zqloo7t</a></p></li>
<li><p>Oldham P, Hall S and Barnes C (2013) Biodiversity in the Patent System: Kenya. A country study of genetic resources and traditional knowledge in the patent system of relevance to Kenya. Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ), UNEP and others. DOI: 10.13140/RG.2.1.2600.4889. Available from the ABS Initiative at: <a href="http://tinyurl.com/zexsa96" class="uri">http://tinyurl.com/zexsa96</a></p></li>
<li><p>Oldham P, Hall S and Barnes C (2013) Biodiversity in the Patent System: Madagascar. A country study of genetic resources and traditional knowledge in the patent system of relevance to Madagascar. Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ), UNEP and others. DOI: 10.13140/RG.2.1.3386.9206 . Available from the ABS Initiative at: <a href="http://tinyurl.com/jcp5pfg" class="uri">http://tinyurl.com/jcp5pfg</a></p></li>
<li><p>Oldham P, Hall S and Barnes C (2013) Biodiversity in the Patent System: Mozambique. A country study of genetic resources and traditional knowledge in the patent system of relevance to Mozambique. Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ), UNEP and others. DOI: 10.13140/RG.2.1.4648.4885. Available from the ABS Initiative at: <a href="http://tinyurl.com/hcdgxsv" class="uri">http://tinyurl.com/hcdgxsv</a></p></li>
<li><p>Oldham P, Hall S and Barnes C (2013) Biodiversity in the Patent System: Namibia. A country study of genetic resources and traditional knowledge in the patent system of relevance to Namibia. Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ), UNEP and others. DOI: 10.13140/RG.2.1.4795.9445 Available from the ABS Initiative at: <a href="http://tinyurl.com/j8vkzc9" class="uri">http://tinyurl.com/j8vkzc9</a></p></li>
<li><p>Oldham P, Hall S and Barnes C (2013) Biodiversity in the Patent System: Senegal. A country study of genetic resources and traditional knowledge in the patent system of relevance to Senegal. Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ), UNEP and others. DOI: 10.13140/RG.2.1.2551.3362. Available from the ABS Initiative at: <a href="http://tinyurl.com/hzx98o9" class="uri">http://tinyurl.com/hzx98o9</a></p></li>
<li><p>Oldham P, Hall S and Barnes C (2013) Biodiversity in the Patent System: South Africa. A country study of genetic resources and traditional knowledge in the patent system of relevance to South Africa. Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ), UNEP and others. DOI: 10.13140/RG.2.1.5172.7762. Available from the ABS Initiative at: <a href="http://tinyurl.com/gtvaa3z" class="uri">http://tinyurl.com/gtvaa3z</a></p></li>
</ul>
</div>
<div id="biodiversity-informatics-and-analysis-tools" class="section level3">
<h3>Biodiversity Informatics and Analysis Tools</h3>
<p>The ability to monitor research activity involving genetic resources and associated traditional knowledge is tied to access to electronic data to facilitate searches and analysis. This typically involves the use of APIs (Application Programming Interfaces) or <code>webservices</code> that provide direct access to the databases behind websites.</p>
<p>An example of a key resource for biodiversity informatics is the <a href="http://www.gbif.org">Global Biodiversity Information Facility</a> which provides a free webservice to download biodiversity information on individual countries.</p>
<p>A set of important resources are being developed by the <a href="https://ropensci.org">ropensci</a> in the form of <a href="https://ropensci.org/packages/">R packages</a> that can be used to access and retrieve scientific data from a wide range of sources such as gbif, <a href="http://www.crossref.org">crossref</a> and <a href="https://www.ncbi.nlm.nih.gov/pubmed">pubmed</a>. These and similar packages such as <a href="https://github.com/ropensci/rorcid">rorcid</a> provide a platform for cost-effective monitoring of research activity. API clients have also been developed in more general languages such as Python and Ruby, with R being particularly well suited for statistical and analytics purposes.</p>
<p>In the case of patent data, free resources are presently limited with the exceptions of databases such as <a href="https://patentscope.wipo.int/search/en/search.jsf">WIPO Patentscope</a> and <a href="https://www.lens.org/lens/">the Lens</a>. API access to patent databases is presently limited to the <a href="http://www.epo.org/searching-for-patents/technical/espacenet/ops.html">EPO Open Patent Services</a> for which Paul Oldham is in the early stages of developing an R package as <a href="https://github.com/poldham/opsrdev">opsr</a>. The <a href="https://www.lens.org/lens/">Lens</a> database is a powerful tool for ABS related research and a package to access the lens using R is under development as <a href="https://github.com/poldham/lensr">lensr</a>. The United States Patent and Trademark Office is also developing an API for access to its database in JSON at <a href="http://www.patentsview.org/api/doc.html">Patents View</a>.</p>
</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>