aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-22 23:05:28 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-22 23:05:28 +0200
commit5739027a0ee1982474fdbc7ff00d5ee52a497caa (patch)
tree57dc306b4682dbad8948d25815644cb8f71d74f8 /extra
parent1dd4b22d20d466ff896ad28bc57e824a9eb10c15 (diff)
downloadrefcat-5739027a0ee1982474fdbc7ff00d5ee52a497caa.tar.gz
refcat-5739027a0ee1982474fdbc7ff00d5ee52a497caa.zip
add 10k cdx sample
Diffstat (limited to 'extra')
-rw-r--r--extra/cdx/README.md6
-rw-r--r--extra/cdx/cdx_query.py57
-rw-r--r--extra/cdx/sample.tsv10000
-rw-r--r--extra/cdx/sample_no_doi.tsv10000
-rw-r--r--extra/cdx/sample_no_doi_results.tsv9923
-rw-r--r--extra/cdx/sample_results.tsv9951
6 files changed, 39937 insertions, 0 deletions
diff --git a/extra/cdx/README.md b/extra/cdx/README.md
new file mode 100644
index 0000000..8c95021
--- /dev/null
+++ b/extra/cdx/README.md
@@ -0,0 +1,6 @@
+# Sample CDX Links
+
+Given a sample from outbound web links from publications, determine number of
+URLs we may have. We currently find about 44368911 URLs in the refs.
+
+Limit to 10000 links.
diff --git a/extra/cdx/cdx_query.py b/extra/cdx/cdx_query.py
new file mode 100644
index 0000000..9b7a1f0
--- /dev/null
+++ b/extra/cdx/cdx_query.py
@@ -0,0 +1,57 @@
+#!/usr/bin/env python
+
+# http://web.archive.org/cdx/search/cdx?url=http://www.cell.com/current-biology/abstract/S0960-9822x
+# com,cell)/current-biology/abstract/s0960-9822 20170602053046 http://www.cell.com/current-biology/abstract/S0960-9822 text/html 404 7WYMCJSIU4CDPQAQ7Y7547EA6FXPRVBV 9747
+
+import fileinput
+import collections
+import requests
+import sys
+
+Cdx = collections.namedtuple("Cdx", "surt date url mime status hash size")
+
+
+def parse_cdx_lines(blob):
+ result = []
+ lines = blob.split("\n")
+ cutoff = ["access", "Access", "abgeruf", "aufgeruf"]
+ for line in lines:
+ for c in cutoff:
+ if c in line:
+ line = line[:line.index(c)]
+ break
+ fields = line.strip().split()
+ if len(fields) == 0:
+ continue
+ cdx = Cdx(*fields)
+ result.append(cdx)
+ result = sorted(result, key=lambda cdx: cdx.date, reverse=True)
+ result = list(filter(lambda cdx: cdx.status in ("200", "301", "302", "303"), result))
+ return result
+
+def main():
+ stats = collections.Counter()
+ for line in fileinput.input():
+ line = line.strip()
+ r = requests.get("http://web.archive.org/cdx/search/cdx?url={}".format(line))
+ if not r.ok:
+ continue
+ try:
+ cdx_lines = parse_cdx_lines(r.text)
+ except TypeError:
+ stats["parse_failed"] += 1
+ print("failed to parse cdx: {}".format(line), file=sys.stderr)
+ continue
+ if len(cdx_lines) == 0:
+ stats["missing"] += 1
+ print("MISS\tNA\t{}".format(line))
+ else:
+ stats["ok"] += 1
+ print("OK\t{}\t{}".format(cdx_lines[0].date, line))
+
+
+ return stats
+
+if __name__ == '__main__':
+ stats = main()
+ print(stats)
diff --git a/extra/cdx/sample.tsv b/extra/cdx/sample.tsv
new file mode 100644
index 0000000..b9640c6
--- /dev/null
+++ b/extra/cdx/sample.tsv
@@ -0,0 +1,10000 @@
+http://creativecommons.org/licenses/by/4.0/
+http://www.publicus.net/articles/edempublicnetwork.html
+https://doi.org/10.1002/ajhb.1310010318
+http://www.independent.co.uk/news/media/online/meet-tinder-aka-the-shy-grindr-8460863.html
+http://cse.unl.edu/~grother/papers/icsm01b.pdf
+www.cipe.org
+https://doi.org/10.1093/hmg/ddt131
+http://www.emcdda.europa.eu/system/files/publications/2735/att_212356_EN_EMCDDA_POD_2013_New%20EU%20drugs%20strategy.pdf
+https://rg.ru/2016/12/13/energeticheskij-golod-oshchutili-bolshe-poloviny-zhitelej-zemli.html
+fromwww.fao.org/documents/show_cdr.asp?url_file=/docrep/W72
+https://doi.org/10.1007/s00267-014-0342-7
+https://doi.org/10.1103/physrevlett.107.163603
+http://www.medvik.cz/archiv-lk/lekar_knihovna/1999/c1.99/LK01-99.html#Kvalita
+https://www.regjeringen.no/globalassets/upload/kilde/bfd/bro/2004
+https://www.amazon.com/s?ie=UTF8&page=1&rh=n%3A283155%2Cp_27%3ADragana%20Imbric
+http://www.persee.fr/doc/lfr_0023-8368_1981_num_49_1_5086
+http://dx.doi.org/10.1038/349704a0
+https://uitm.pure.elsevier.com
+http://dx.doi.org/10.1016/0735-1097(95)00404-1
+http://www.dlib.org/dlib/july06/ross/07ross.html
+https://market.android.com/details?id=book-X5w1P2_iMNYC
+Availableatwww.mediaterre.org/afrique-ouest/actu,20061121095625.html
+http://www.cca.qc.ca/en/collection/1776-sounding-towers
+https://doi.org/10.1063/1.4955296
+http://dx.doi.org/10.1016/j.gene.2013.07.009
+http://www.heritage.org/research/budget/bg1831.cfm
+http://cve.saude.sp.gov.brAcessadoem09/10/2012
+https://doi.org/10.1196/annals.1346.033
+http://www.climateark.org/articles/2001/1st/senbilla.htm.Accessed11
+http://www.euro.who.int/Document/E87347.pdf
+https://doi.org/10.1016/j.epsl.2007.05.006
+http://dx.doi.org/10.1097/MOG.0b013e32835a68d4
+http://dx.doi.org/10.21000/JASMR08010878
+http://dx.doi.org/10.11646/zootaxa.4009.1.1
+http://dx.doi.org/10.1002/mar.10063
+https://www.vestas.com/~
+http://www.jstor.org/stable/549886
+https://doi.org/10.1016/j.quascirev.2006.09.005
+https://www.cdc.gov/hai/outbreaks/meningitis-map-large.html
+https://doi.org/10.1016/j.cell.2012.05.016
+https://orcid.org/0000-0003-0278-5705
+http://www.ultimato.com.br/revista/artigos/265/deus-nos-chama-pelo-nome-e-para-o-servico
+https://www.ride.ri.gov/Portals/0/Uploads/Documents/Teachers-and-
+https://books.google.com/books?id=bGUUAQAAIAAJ
+https://doi.org/10.1111/j.1601-5223.1964.tb01953.x
+https://doi.org/10.4103/0973-1482.103520
+https://doi.org/10.1016/j.csbj.2016.12.002
+https://doi.org/10.3390/rs9070690
+http://dx.doi.org/10.5194/acp-15-3971-2015
+https://doi.org/10.1242/jcs.01268
+http://www.emea.eu.intespelandMA
+http://dx.doi.org/10.1016/j.jhazmat.2007.05.088
+http://arxiv.org/pdf/1110.6615v2.pdf
+http://golf.sbs.co.kr/html/front/etszone/woman/fashion/sect04/1186920_4670.jsp
+http://dx.doi.org/10.1128/mBio.00054-15
+http://creativecommons.org/licenses/
+http://dx.doi.org/10.1016/S1047-2797
+http://www.viche.info/journal/2675/
+https://doi.org/10.1111/j.1529-8817.2007.00423.x
+http://dx.doi.org/10.1006/ijhc.2001.0483
+http://CRAN.R-project.org/package=
+https://publications.iadb.org/en/publication/12077/do-export-promotion-agencies-promote-new-exporters
+http://aquila.usm.edu/masters_theses/168
+http://www.ama-assn.org/ama/pub/print/article/168-187.html
+http://www.magic-software.com/
+https://doi.org/10.1016/j.brs.2019.07.014
+http://crawdad.cs.dartmouth.edu/cambridge/haggle/imote/intel
+https://doi.org/10.1093/jac/dkv405
+https://doi.org/10.1016/j.seizure.2014.06.011
+https://www.ihe.ca/publications/ihe-quality-appraisal-checklist-for-case-series-studies
+http://www.ers.usda.gov/topics/natural-resources-environment/organic-agriculture/organic-market-overview.aspx
+http://www.scei.co.jp/19
+http://dx.doi.org/10.1016/j.bbrc.2012.04.144
+http://dx.doi.org/10.1016/j.ridd.2010.10.002
+https://doi.org/10.1371/journal.pone.0046563.PONE-D-12-17686
+http://www.bologna-bergen2005.no/Docs/00-Main_doc/990719BOLOGNA_DECLARATION.PDF
+https://doi.org/10.1007/s00018-003-2347-x
+http://www.ohri.ca/programs/clinical_epidemiology/oxford.asp
+http://dx.doi.org/10.1016/S0959-4752
+https://doi.org/10.1038/nmeth.2964
+http://www.eembc.org
+http://dx.doi.org/10.1007/s10101-010-0093-8
+eprints.dinus.ac.id/12357/1/jurnal_12285.pdfDiaksespadatanggal4
+http://www.who.int/chp/steps/en
+http://dx.doi.org/10.1007/BF02025223
+https://doi.org/10.1513/AnnalsATS.201310-352OC
+http://www.energy-retail.org.uk/smartmeters.html
+https://doi.org/10.1029/2002JD002670
+http://dx.doi.org/10.1111/j.1538-4632.1977.tb00573.x
+http://www.stat.ucl.ac.be/IAP/
+http://arxiv.org
+http://www.conservation.ca.gov/dlrp/fmmp/Pages/Index.aspx
+http://www.anestesia.com.mx/regional/articles/dolobst.html
+http://www.klimafolgenonline.com/
+http://www.ncbi.nlm.nih.gov/pubmed/21437055
+http://oem.bmj.com/
+https://typo3.org
+http://dx.doi.org/10.1016/j.jqsrt.2013.07.004
+https://doi.org/10.1002/nbm.1584
+https://www.greentechmedia.com/articles/read/Teslas-5B-Giga-Battery-Factory-and-Deep-Politics-in-AZ-TX-NV-and-NM
+https://doi.org/10.1016/j.molcel.2012.06.020
+http://dx.doi.org/10.1177/1098612X11432829
+http://dx.doi.org/10.1111/j.1365-2958.2010.07522.x
+http://dx.doi.org/10.1073/pnas.90.19.8787
+http://pogue.blogs.nytimes.com/
+http://dx.doi.org/10.1074/jbc.R109.023820
+http://www.ncbi.nlm.nih.gov/pubmed/19344437
+http://dx.doi.org/10.5762/KAIS.2013.14.6.2908
+http://dx.doi.org/10.1126/science.aac7202
+http://www.ema.europa.eu/docs/en_GB/_library/Scientific_guideline/2013/03/WC500139622.pdf.Accessed
+https://www.kdp.org/initiati-ves/pdf/TeacherEdESDChairReport.pdf
+https://doi.org/10.1177/1077558705277379
+https://doi.org/10.1007/s11373-008-9274-7
+http://www.cde.org.za/Accessed6
+http://www.masterintelligence.com/view_report/survey-online_shopping_and_ethical_spending/asia_pacific/default
+https://doi.org/10.1603/0022-0493-94.6.1589
+http://dx.doi.org/10.1016/j.vaccine.2017.06.063
+http://www.accessanesthesiology.com/content/938035
+https://read.oecd-ilibrary.org/education/immigrant-students-at-school_9789264249509-en#page1
+https://doi.org/10.1104/pp.106.085944
+http://t24.com.tr/haber/berkin-bugun-ugurlaniyor-kalabalik-okmeydaninda-toplanmaya-basladi,253202
+http://www.unhcr.org/52b83e539.pdf
+http://www.hrw.org/reports/2002/turkey/index.htm
+http://www.iusb.edu/~journal/2001/kolata.html
+https://doi.org/10.1016/j.dci.2011.03.012
+http://dx.doi.org/10.1016/j.watres.2015.10.011
+https://doi.org/10.1136/bmjopen-2013-003559
+http://charleston.net/stories/021603/joy_16militry.shtml
+royalsocietypublishing.org/journal/rstaPhil
+https://istina.msu.ru/
+https://doi.org/10.1542/peds.2010-1722O
+https://doi.org/10.11648/j.aas.20160101.12
+http://dx.doi.org/10.1128/MCB.20.13.4859-4869
+https://doi.org/10.1093/mind/LXVII.267.317
+http://www.scb.se/Pages/ProductTables____25795.aspx
+https://www.cadth.ca/sites/default/files/pdf/CP0015_PRESS_Update_Report_2016.pdf
+www.fasciacongress.org/2012/about.htm.Accessed
+https://doi.org/10.1155/2012/534617
+https://www.comed.com/Documents/business-savings/SIFYB_PY5_OutdoorLighting.pdf
+http://www.ncbi.nlm.nih.gov/
+http://dx.doi.org/10.33448/rsd-v9i7.4308
+http://dx.doi.org/10.1200/JCO.2004.11.069
+http://doi.org/b24rss
+http://doi.org/10.1016/j.riem.2015.04.002
+https://doi.org/10.5194/acp-13-1637-2013
+http://dx.doi.org/10.1111/mmi.12508
+http://seer.sct.embrapa.br/index.php/pab/article/view/9954/6507
+http://www.iea.org/publications/freepublications/publication/KeyWorld2014.pdf
+https://doi.org/10
+https://doi.org/10.1175/JCLI-D-14-00545.1
+https://doi.org/10.1016/j.geoderma.2009.02.014
+http://www.epa.gov/ttn/otag
+http://digital-commons.trinity.edu/cgi/viewcontent.cgi?article=1030&context=tipiti
+http://dx.doi.org/10.1590/S0100-40422002000500014
+https://doi.org/10.3171/2011.3.JNS101310
+http://ssrn.com/abstract=354381
+https://perma.cc/DGG4-VCSP
+https://doi.org/10.1016/j.molcel.2006.03.029
+http://www.nitium.com/rebedor/
+https://www.embrapa.br/hortalicas/busca-de-publicacoes/-
+https://doi.org/10.1128/JVI.00580-12
+http://www.3gpp.org
+http://www.posunias-selvi.com.br/artigos/rev03-03.pdf
+http://valuebound.com/resources/blog/4-things-publishers-should-consider-during-digital-
+http://www.environment.gov.au/indigenous/workingoncountry/index.html
+https://doi.org/10.1093/annonc/mdt303
+https://www.kidney.org/atoz/content/gfr
+http://fasebj.org
+http://en.wikipedia.org/wiki/Panchakki
+http://dx.doi.org/10.1021/jm00111a035
+http://dx.doi.org/10.1016/j.ijhm.2014.11.002
+https://doi.org/10.1097/JNN.0000000000000064
+https://doi.org/10.1016/j.quascirev.2004.06.008
+https://twitter.com/harthanson/status/26822411776
+http://dx.doi.org/10.2307/3003192
+http://dx.doi.org/10.1177/0898264306296398
+https://doi.org/10.1111/dmcn.13682
+https://www.electronics-notes.com/articles/radio/sdr-software-defined-radio-receiver/sdr-basics.php-
+https://doi.org/10.1371/journal.pone.0098771
+biomedcentral.com/submit
+https://doi.org/10.1038/emboj.2008.57
+https://doi.org/10.1002/eji.201141666
+https://doi.org/10.1016/j.yexcr.2014.09.030
+https://doi.org/10.7860/JCDR/2015/15121.6724
+https://doi.org/10.1080/02602930902795901
+http://www.tango-controls.org/
+http://ideas.repec.org/a/wsi/medjxx/v01y2009i02p275-314.html
+biodiver.bio.ub.es/biocat/
+https://doi.org/10.1016/S0168-9002(02)01948-4
+http://dx.doi.org/10.1596/1813-9450-2088
+http://www.ncbi.nlm.nih.gov/books/NBK2003/
+https://doi.org/10.1016/j.cognition.2007.04.001
+https://doi.org/10.1371/journal.pone.0153313
+https://doi.org/10.1016/0016-7037
+http://www.poicyalternatives.ca/documents/National-Office-Pubs/2007/More-ThanJellybeans.pdf
+https://doi.org/10.1074/jbc.M112.366179
+https://doi.org/10.1016/S1389-9341
+http://www.ebc.uu.se/systzoo/research/diva/diva.html
+http://dx.doi.org/10.1186/s12955-016-0472-0
+http://dx.doi.org/10.1128/JB.187.9.3214-3226.2005
+https://goo.gl/yNn4Ft
+http://www.internetworldstats.com/stats7.htm
+http://dx.doi.org/10.1080/09362835.2011.611088
+http://www.cdc.gov/nceh/clusters/Fallon/4_ApdxB_Exppanelreport.pdf
+https://doi.org/10.5194/amt-9-1833-2016
+http://www.naika.or.jp/imonline/index.html
+http://ukc-sputnik.ru/obrazovanie_v_rossii
+content.healthaffairs.org/webexclusives/index.dtl?year=2001
+http://www.atlasofms.org
+Ms.www.sil.org/silewp/2006/silewp2006-002.pdf
+http://dx.doi.org/10.1016/j.jenvrad.2004.11.009
+https://doi.org/10.1086/302205
+http://www.thalescomminc.com/datasheets/STAR's%20First%20Flight.pdf
+https://doi.org/10.1007/s00259-018-4052-x
+http://www.kielikello.fi/index.php?mid=2&pid=11&aid=1511Luettu14.12
+http://www.sinpermiso.info/textos/index.php?id=2898
+https://doi.org/10.1002/jgrd.50350
+https://doi.org/10.3897/bdj.4.e10671
+https://doi.org/10.1111/bcp.12305
+http://dx.doi.org/10.1590/S0100-736X2009000300001
+http://dx.doi.org/10.1292/jvms.71.1243
+http://dx.doi.org/10.17058/cinergis.v17i1.7138
+http://www.nydailynews.com/life-style/fashion/benetton-yanks-smooching-pope-ad-unhate-campaign-vatican-threatened-legal-action-article-1.979430
+http://www.ipv.pt/millenium/Millenium38/15.pdf
+http://ideas.repec.org/a/ags/agreko/31694.html
+https://doi.org/10.1080/00076791.2015.1038520
+http://www.unaids.orgrevisadooctubre
+https://doi.org/10.1083/jcb.201603019
+http://dx.doi.org/10.15585/mmwr.mm6845e2
+www.healthaffairs.org/do/10.1377/hblog20180810.481968/full/
+http://dx.doi.org/10.1063/1.3279646
+https://doi.org/10.1016/j.envpol.2015.05.001
+https://ipcsa.international/
+http://www.nytimes.com/2013/06/30/business/breaking-the-seal-on-drug-research.html?_r=0
+http://electron.lbl.gov/mscdpack/mscdpack.html.'References
+https://bioone.org/terms-of-useendo-1,4-beta-glucanases
+https://doi.org/10.1038/299715a0
+https://academic.oup.com/schizophreniabulletin/article-abstract/10/4/624/1859490bygueston29
+https://doi.org/10.1038/ismej.2014.91
+http://link.springer.com/10.1023/A:1006161302838
+https://www.sciencedirect.com/science/article/pii/S0022169407002910
+http://www.u.arizona.edu/~chalmers/papers/intension.html
+http://unstats.un.org/unsd/nationalaccount/workshops/2009/ottawa
+https://doi.org/10.1038/s41467-017-02662-2
+https://doi.org/10.1007/s11356-010-0301-7
+https://doi.org/10.1093bioinformatics/btr507
+http://f5.folha.uol.com.br/televisao/2015/05/1631375-masterchef-reestreia-com-audiencia-40-maior-em-relacao-a-primeira-temporada.shtml
+https://doi.org/10.3168/jds.2011-4436
+http://portal.mj.gov.br/data/Pages/MJ4A223E07ITEMID8B8A036EA4684531
+http://www.acor.org/ped-onc/diseases/leuk.html
+http://android-developers.blogspot.hk/2010/05/dalvik-jit.html
+http://hdl.handle.net/10210/10490
+https://doi.org/10.1038/5042
+http://dx.doi.org/10.1007/978-94-007-7829-0_9
+http://web.mit.edu/alex_c/www/noosharepdf
+http://dx.doi.org/10.1143/PTP.116.1
+https://doi.org/10.1109/stc-csit.2016.7589902
+http://prospect.org/article/yet-another-subsidy-big-banks
+https://doi.org/10.1080/19406940.2014.925953
+http://dx.doi.org/10.1016/S0277-3791(01)00030-0
+https://doi.org/10.1016/j.stem.2012.12.007
+https://doi.org/10.1051/apido:2004047
+https://doi.org/10.1097/01.ccm.0000508743.60653.3a
+https://doi.org/10.1109/ICMIC.2016.7804202
+http://dx.doi.org/10.1002/(SICI)1520-6297
+https://doi.org/10.1029/2005JD005776
+https://doi.org/10.2337/dc18-S008
+https://doi.org/10.1074/jbc.M202939200
+http://www.gfl-journal.de/1-2008/rings.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/21282971
+http://unesdoc.unesco.org/images/0014/001444/144409E.pdf
+http://arxiv.org/abs/1304.4577
+https://doi.org/10.1016/j.palaeo.2010.03.007
+https://doi.org/10.1016/j.ins.2017.06.027
+https://doi.org/10.2139/ssrn.1384242
+http://dx.doi.org/10.1007/s00330-005-0067-3
+http://www.sciencedirect.com/science/article/pii/S1877750315000526
+https://doi.org/10.1093/bioinformatics/btu791
+scholar.waset.org/1307-6892/10008728
+http://dx.doi.org/10.1128/JVI.02434-09
+https://doi.org/10.1136/ard.2005.040766
+http://eprints.rclis.org/12108
+http://www.latimes.com/news/opinion/commentary/la-oe-zimmerman-are-college-students-learning-20120131
+https://pmm.nasa.gov/sites/default/files/document_files/IMERG_FinalRun_Day1_release_notes.pdf
+https://doi.org/10.1101/gr.174201.114
+http://www.coventrytelegraph.netlnews/coventry-news12008/05128/more-arrests-after-coventry-football-hooligan-riot-92746-20984261/
+http://epp.eurostat.ec.europa.eu/portal/page/portal/statistics/search_database.Lastaccess
+http://www.ncbi.nlm.nih.gov/pubmed/26997971
+http://www.teses.usp.br/teses/disponiveis/76/76132/tde-15092010-164303/pt-br.php
+https://doi.org/10.1037/a0038498
+https://doi.org/10.1111/j.1467-6419.2010.00624.x
+http://dx.doi.org/10.17528/ci-for/004188
+http://www.w3.org/TR/xmlquery-full-text-requirements/
+hannonlab.cshl.edu/fastx_toolkit
+health.gov.on.ca/transformation/providers/information/resources/analyst_toolkit.pdf
+https://doi.org/10.1101/376137
+https://doi.org/10.3389/fonc.2019.00528
+http://dx.doi.org/10.1177/1742395307085335
+http://dx.doi.org/10.1128/JB.186.24.8172-8180.2004
+https://doi.org/10.1007/s10555-007-9103-x
+https://doi/org/10.23886ejki.3.4803
+http://es.biz.yahoo.com/education/indexes2.html
+http://gruposdetrabajo.sefh.es/nu-tricion/images/stories/documentos/documentos/CursoPrecongre-so2014/ElaboracionProductosEsterilesHazardousDrugsCP2014.pdf10
+http://hadoop.apache.org/
+http://dx.doi.org/10.1108/S1479-3555
+http://www.R-project.org
+https://doi.org/10.1002/hyp.6771
+http://sciweb.nybg.org/science2/IndexHerbariorum.asp
+http://www.rle.ucpel.tche.br/index.php/rle/article/download/787/662
+http://www.lib.washington.edu/scholpub/facts/economics
+https://doi.org/10.21675/2357-707X.2015.v6.n1/4
+http://www.oecd.org/els/family/database.htm
+http://www.omicsonline.org/submission
+http://www.rfc-editor.org/info/rfc2026
+http://www.healthbuddy.com/content/language1/html/55_ENU_XHTML.aspx
+http://www.path.berkeley.edu/
+http://dx.doi.org/10.1183/09031936.00157507
+http://www.cdms.net/ldat/ld3LL001.pdf.Accessed
+http://www.sbmp.org.br/cbmp.2001/palestras/palestra.htm.Acessoem12demarçode
+http://coach-ampol.blogspot.com/2011/11/customer-engagement-ce.html
+https://www.washingtonpost.com/news/answer-sheet/wp/2014/03/23/kindergarten-teacher-my-job-is-now-about-tests-and-data-not-children-i-quit/
+http://proquest.umi.com/pqdweb,diambilpadatanggal10
+http://dx.doi.org/10.1016/j.mimet.2005.06.001
+http://www.aid4mail.com/
+https://doi.org/10.7910/DVN/1Z3IOM
+http://escholarship.org/uc/item/0wm523b0
+https://doi.org/10.1056/NEJMoa025225
+http://www.scb.se/en_/Finding-statistics/Statistics-by-subject-area/Population/Population-composition/Population-statistics/Aktuell-Pong/25795
+https://www.youtube.com/watch?v=ih7VR-8nBiDE
+http://www.observatorionutricion.es
+https://doi.org/10.1080/07420520601059615
+http://dx.doi.org/10.1007/s11060-008-9593-6
+http://www.who.int/malaria/publications/country-profiles/en/
+Https://Nasional.Kompas.Com/Read/2018/06/27/23465241/Bawaslu-Proses-35
+http://www.heqco.ca/SiteCollectionDocuments/Approaches-to-net-tuition-an-environmental-scan.pdf
+http://www.ukoln.ac.uk/metadata/dcmi/xmlschema/20021007/
+http://link.springer.com/article/10.1007%2
+http://www.dfid.gov.uk/pubs/files/disability.pdf
+https://doi.org/10.3324/haematol.2017.174847
+http://www.tribunapoliticaweb.it/societa/estero/europa/vaticano/2016/02/12/27012_unioni-civili-mons-galantino-non-parlo-per-rispetto-al-parlamento-e-alle-istituzioni/?refresh_ce=
+http://dx.doi.org/10.1016/j.mimet.2012.10.014
+https://doi.org/10.1371/journal.pbio.1001244
+http://unesdoc.unesco.org/images/0024/002446/244672POR.pdf
+https://doi.org/10.1093/jxb/ern148
+http://dx.doi.org/10.1016/j.socscimed.2014.04.019
+https://doi.org/10.1111/jhn.12394
+http://www.fut.es/~debb/HGT/
+https://doi.org/10.1016/0261-5177(91)90030-W
+www.grandslacs.net/doc/3989.pdf
+https://doi.org/10.1149/199740.1374pv
+https://doi.org/10.1016/S0889-4906
+http://dx.doi.org/10.5124/jkma.2007.50.6.507
+http://dx.doi.org/10.4049/jimmunol.177.1.36
+http://dx.doi.org/10.1056/NEJMoa1003176
+http://www.komotv.com/news/story.asp
+http://doi.org/10.1089/ten.TEA.2018.0083
+http://www.cse.ogi.edu/~crispin/crackerpatch.pdf
+http://dx.doi.org/10.1016/j.lwt.2012.05.023
+fbi.gov/stats-services/publications/fiff_04
+http://cite-seerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.35.8065
+https://www.sawtoothsoftware.com/help/lighthouse-studio/manual/hid_web_cbc_designs_6.html
+http://dx.doi.org/10.1016/S0304-3940(02)00914-X,12377381
+http://www.ncbi.nlm.nih.gov/pubmed/8560308accessdate12.12
+http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.618.3222&rep=rep1&type=pdf
+http://puntoconvergente.uca.edu.ar/volver-los-datos-puede-reconciliar-a/
+http://www.foundationprogramme.nhs.uk/pages/curriculum-eportfolio/foundation-ARCP.Accessed
+http://oceancurrents.rsmas.miami.edu/caribbean/florida_2.htmlRetrieved9
+http://www.bgs.ac.uk/services/NGDC/records/policy.html
+http://aem.asm.org/content/58/2/754.full.pdf+html
+http://www.evostc.state.ak.us/facts/qanda.html
+https://doi.org/10.1016/S1011-1344
+https://doi.org/10.1007/BF00988234
+http://sol.co.ao/noticia/391361.Acessoem:20/06/2015
+http://dx.doi.org/10.15252/emmm.201505495
+http://www.sueddeutsche.de/kultur/toter-osama-bin-laden-fotos-als-aufgetischte-propaganda-1.1093492
+http://stroke.ahajournals.org
+http://www.scielo.br/pdf/reeusp/v38n1/11.pdf
+https://doi.org/10.1016/j.molstruc.2010.11.069
+http://www.geneious.com/
+https://doi.org/10.1371/journal.pone.0091008
+https://doi.org/10.1364/JOSA.73.000427
+http://www.inep.gov.br/.Accessed11
+http://www.spin-digital.com
+fromwww.fitpsy.org/cached/trilateral/trilat2000.pdf
+https://doi.org/10.3389/fpls.2012.00088
+http://www.irishtimes.com/news/ireland-to-receive-85-billion-bailout-at-5-8-interest-rate-1.868001
+https://doi.org/10.1016/j.ijsolstr.2013.11.003
+https://dx.doi.org/10.6084/m9.figshare.c.3291326
+http://dx.doi.org/10.1016/j.molcel.2013.01.025
+https://www.google.com/patents/US5635215
+http://facepa.org/facepa/wp-content/uploads/2009/06/declaracio.pdf
+http://www.iscore.de/index.html
+https://www.datatur.sectur.gob.mx/ITxEF_Docs/DGO_ANUARIO_PDF.pdf
+https://doi.org/10.17104/9783406707537-1
+http://www.insurancejournal.com/news/national/2015/09/22/382429.htm.Accessed
+https://doi.org/10.1002/esp.1255
+http://issuu.com/ryanreynolds1/docs/au_report_hr_spreads_a3
+http://clicom-mex.cicese.mx
+http://www.date.hu/efita2003/centre/pdf/0110.pdf
+https://doi.org/10.1074/jbc.M606057200
+http://www.ema.europa.eu/ema/index.jsp?curl=pages/medicines/human/medicines/000134/human_med_000904.jsp&mid=WC0b01ac058001d124
+http://www.nursingworld.org/codeofethics
+http://dx.doi.org/10.1177/014616727800400121
+https://www.city.ac.uk/__data/assets/pdf_file/0003/139359/Organisational-Theatre-of-Learning.pdf
+http://www.stuff.co.nz/travel/news/64689243/with-cruise-ships-comes-air-pollution.html
+http://dx.doi.org/10.1111/1467-9280.00127
+https://doi.org/10.1016/j.neubiorev.2014.01.009
+https://doi.org/10.1128/JVI.02523-15
+https://doi.org/10.5209/rev_RCED.2014.v25.n2.41531
+http://dx.doi.org/10.1136/vr.g2781
+http://doi.org/10.1007/s10273-012-1349-4
+https://doi.org/10.1016/j.bandc.2013.09.012
+http://radish.sourceforge.net/
+http://www.viasat.com
+https://doi.org/10.3389/fmicb.2014.00231
+https://doi.org/10.1108/14684520710841766
+http://www.scielo.br/scielo.php?script=sci_pdf&pid=S1413-73722010000100016&lng=en&nrm=iso&tlng=pt
+https://doi.org/10.1146/annurev.bi.55.070186.004405
+https://doi.org/10.1175/JCLI-D-12-00566.1
+http://medien.informatik.uni-oldenburg.de/pubs/2006-ScherpBollCremer-SemanticMM4U.pdf
+https://doi.org/10.1152/ajprenal.90656.2008
+http://www.dn.se/debatt/en-forskningskultur-dar-internationell-publicering-inte-alls-varderas
+http://www.nytimes.com
+http://www.cs.umd.edu/projects/plus/SHOE/Expose.html
+http://www.ietf.org/rfc/rfc6690.txt.Version
+http://dx.doi.org/10.1109/MAP.2009.5432046
+http://creativecommons.org/licenses/by/4.0/
+http://mizar.org/
+http://www.mobilityhouse.com/de/ladekabelarten-und-steckertypen/
+http://www.radiofeminista.net/julio07/notas/Dreams.htm
+https://doi.org/10.3389/fpls.2018.02002
+http://dx.doi.org/10.1126/science.148.3668.339
+http://www.skrgcpublication.org/Page1209
+http://dx.doi.org/10.1371/journal.pbio.1001955
+www.intechopen.com
+www.scotland.gov.uk/Publications/2011/08/31092528
+http://dx.doi.org/10.3201/eid1307.070187
+http://www.ncbi.nlm.nih.gov/pubmed/21641340
+http://www.gagelearning.com
+www.ecmjournal.org
+http://bdm.unb.br/handle/10483/10492
+http://ocw.mit.edu/NR/temp/5C7CF160-84C0-4E56-BD32-5F36B6CCE2AE/0/proj_file9_wor.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/10354865
+http://dx.doi.org/10.1099/ijs.0.63454-0
+http://esa.un.org/wpp/index.htm
+https://doi.org/10.1080/02724634.1995.10011252
+https://doi.org/10.1038/mp.2015.129
+https://www.law.cornell.edu/uscode/text/10/1201
+https://doi.org/10.1007/s10464-013-9623-1
+https://base.garant.ru/70168878
+abbaye-saint-benoit.ch/saints/augustin/lettres/s003/1185.htm
+https://doi.org/10.1056/NEJMp1310572
+https://doi.org/10.7508/10.7508/IEJ
+https://doi.org/10.1016/j.ygyno.2011.11.038
+https://doi.org/10.1007/s13280-017-0919-5
+bmwi.de/Redaktion/DE/Dossier/ttip.html
+https://www.google.lt/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=The+ThinCapitalization+Rules+and+Multinationals%E2%80%99+Financing+and+Investment+decisions+-Experience+from+Dutch+Legislation-
+https://doi.org/10.1681/ASN.2016090964
+http://beast.bio.ed.ac.uk/Tracer
+https:/doi.org/10.3389/fnmol.2010.00012
+https://doi.org/10.1016/j.nedt.2015.11.004
+https://doi.org/10.1364/OL.36.002701
+https://doi.org/10.1016/j.msec.2016.06.062
+https://doi.org/10.1111/j.1540-5915.1996.tb01822.x
+http://dx.doi.org/10.1002/pro.5560051118
+http://www.who.int/hiv/pub/guidelines/keypopula-tions/en/.10
+http://www.ascofapsi.org.co/portal/material_grafico/documentos_eventos/Colpsic-Ascofapsi_Foro%20Divulgacion%20Ley%20Salud%20Mental_Agenda-Octubre%202013.pdf
+https://doi.org/10.1016/j.ahj.2015.01.012
+https://doi.org/10.1006/dbio.2000.9994PMid
+http://sylviamartinez.com/what-a-girl-wants-self-directed-learning-technology-and-gender/
+https://www.acep.org/search.aspx?searchtext=policy%20compendium
+https://www.stjornartidindi.is/Advert.aspx?ID=7fa0729e-dacc-47e3-b626-96efb036ef68
+https://www.cbi.eu/sites/default/files/market_information/researches/import-information-seafood-myanmar-eu-rope-fish-seafood-2013.pdf
+http://obsinvestiga-cion.unach.edu.ec/obsrepositorio/vinculacion/regla-mento_vinculacion.pdf
+http://dx.doi.org/10.5479/si.00963801.3247.455
+http://dx.doi.org/10.1002/9780470512517
+http://www.ftc.gov/os/2010/12/101201privacyreport.pdf
+https://doi.org/10.2307/2529204
+https://doi.org/10.1104/pp.116.1.387
+https://espace.library.uq.edu.au/view/UQ:84101
+http://www.ncbi.nlm.nih.gov/pubmed/21905088
+http://pecan.srv.cs.cmu.edu/afs/cs/user/hcii/www/
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0100-72032005000600011&lng=en
+http://www.mma.gov.br/cidades-sustentaveis/residuos-solidos/catadores-de-materiais-reciclaveis/reciclagem-e-reaproveitamento.Acessoem
+http://en.wikipedia.org/wiki/Lula
+http://web.world-bank.org/WBSITE/EXTERNAL/DATASTATISTICS/0
+http://www.heacademy.ac.uk/assets/documents/tla/employability/id116_employability_in_higher_education_336
+http://www.repositoriobib.ufc.br/000011/00001121.pdf
+https://media.kaspersky.com/pdf/it-risks-survey-report-cost-of-security-breaches.pdf
+https://books.google.com.br/books?hl=pt-BR&lr=&id=esSP8sAxg_0C&oi=fnd&pg=PA11&dq=Terapia+do+Riso+a+Cura+Pela+
+https://doi.org/10.1101/2020.01.13.902841doi:bioRxivpreprint46
+https://www.medscape.com/viewarticle/926271
+https://doi.org/10.1109/tcsvt.2015.2478706
+https://www.pewresearch.org/global/2019/02/05/smartphone-ownership-is-growing-rapidly-around-the-world-but-not-always-equally/
+https://doi.org/10.1073/pnas.1018972108
+https://doi.org/10.1016/j.paerosci.2016.06.001
+http://dx.doi.org/10.1016/S0140-6736
+https://doi.org/10.1515/jtam-2017-0018
+http://dx.doi.org/10.1109/41.904583
+http://www.communityschools.org/assets/1/assetmanager/evaluation%20of%20co
+https://www.myo.com/
+http://www.unichrom.com/tracedec/tracedece.shtml
+http://epoc.cochrane.org/epoc-specific-resources-review-authors
+http://memory.biblioatom.ru/persona/nikipelov_b_v/nikipelov/
+https://doi.org/10.1016/j.proeng.2014.12.426
+http://general.takedapharm.com/content/file.aspx?FileTypeCode=NESINAPI&cacheRandomizer=bacb7e64-4489-42b1-90cb-1cf004b162a3
+http://dx.doi.org/10.1016/S0140-6736(05)17741-1
+http://repository.ipb.ac.id/bitstream/handle/123456789/28481/G02fsr.pdf?sequence=1
+http://www.unesp.br/prograd/PDFNE2002/aproducaodejogos.pdf
+http://www.bravo.de/dr-sommer/sex-verhuetung/selbstbefriedigung-wozu-ist-sie-gut
+www.anstaskforce.gov/
+http://www.scopus.com/inward/record.url?eid=2-s2.0-52649114611&partnerID=40&md5=3afec45ea3282f3143d074488c2f3b8d
+https://doi.org/10.1074/jbc.C300449200
+https://doi.org/10.1002/cncr.29488
+www.santafe.edu/…les/gems/politicalviolence/gutsantafe.pdf
+https://doi.org/10.1017/cjn.2015.296
+http:www.ofisbzh.org/bzh/resources_linguistigues/index-troerofis.php
+https://doi.org/10.3168/jds
+http://distances.teluq.ca
+http://www.scm.com
+http://www.ine.es/censo/es
+theguardian.com/technology/2013/may/10/conscious-computing-twitter-facebook-google
+https://doi.org/10.1021/acs.chemmater.6b02870
+https://doi.org/10.1016/j.envsci.2013.05.008
+http://dx.doi.org/10.1016/S0092-8674
+https://doi.org/10.2800/51444
+https://doi.org/10.1057/eps.2002.51
+http://www.tandfonline.com/doi/abs/10.1080/1360144990040102#.UnBZnLT_lPm
+https://onlinelibrary.wiley.com/doi/full/10.1111/j.1540-6261.2008.01412.x
+http://www.tempo.co/read/news/2012/05/05/214401852/Kronologi-Pembubaran-Diskusi-di-Salihara
+http://www.homeoffice.gov.uk/anti-social-behaviour/penalties/acceptable-behaviour-contracts/?version=1
+https://doi.org/10.1016/j.fcr.2005.08.018
+http://www.who.int/whosis/whostat/EN_WHS08_Full.pdf?ua=1
+http://www.pobox.com/~pdavis
+https://doi.org/10.15232/S1080-7446
+https://www.usatoday.com/story/entertainment/2017/02/15/miniature-therapy-horses-visit-cvg/97706980/
+https://doi.org/10.1227/01.NEU.0000349921.14519.2A
+https://doi.org/10.1590/S0100-29452010005000061
+https://doi.org/10.1006/jvbe.2001.1867
+http://dx.doi.org/10.1097/TA.0b013e31819d9c9b
+https://doi.org/10.1016/j.gca.2015.08.012
+http://www.rsgb.org.uk
+http://scholar.sun.ac.za
+http://csrc.nist.gov/encryption/aes/
+http://hdl.handle.net/11732/2723
+https://doi.org/10.1099/jgv.0.000876
+https://doi.org/10.1128/AAC.00868-15
+https://doi.org/10.1007/s12035-013-8539-yPMID
+http://archive.ics.uci.edu/ml
+http://gutenberg.spiegel.de/buch/-3243/1
+http://www.dst.dk/da/TilSalg/Forskningsservice/Dokumentation/hoejkvalitetsvariable/personers-tilknytning-til-arbejdsmarkedet-set-over-hele-aaret-akm-.aspx
+https://doi.org/10.1016/j.amc.2006.07.102
+https://doi.org/10.1016/S1365-1609
+http://www.tt.fi/english/publications/tehoa.pdf
+https://doi.org/10.3402/tellusa.v65i0.19915
+http://www.revistamu-seu.com.br/18demaio/artigos.asp?id=24000
+http://www.uni-marburg.de/fb12/kebi/research/software/labelrankdoc.pdf
+https://doi.org/10.1016/j.joen.2011.11.008
+http://dx.doi.org/10.1016/j.biopsych.2009.07.037
+http://dx.doi.org/10.6084/m9.figshare.995912
+http://www.scopus.com/inward/record.url?eid=2-s2.0-63149121152&partnerID=tZOtx3y1
+http://www.eclipse.org/modeling/
+http://linguistics.nured.uowm.gr/Nimfeo2009/praktika/files/down/pdf
+http://jurnal.untan.ac.id/index.php/jpdpb/article/view/32513/75676580915
+http://www.huffingtonpost.com/2013/02/03/pat-mccrory-college_n_2600579.html
+https://goo.gl/LsqTDE
+https://doi.org/10.1007/s00415-009-5257-5
+http://www.cityfarmer.info/urban-agriculture-and-land-conflicts-in-zimbabwe-the-case-of-glen-norah-suburb-in-harare/
+https://doi.org/10.1200/JCO.2008.21.6150
+https://doi.org/10.1016/j.ejmech.2017.11.083
+http://dx.doi.org/10.1016/S0269-7491
+http://screenanarchy.com/2014/07/durban-2014-of-good-report-revisiting-last-years-banned-masterpiece.html
+http://dx.doi.org/10.1016/S8756-3282
+http://www.state.gov/g/tip/rls/tiprpt/2005/index.htm
+https://doi.org/10.1145/1753326.1753413
+http://dx.doi.org/10.1109/tvcg.2017.2744218
+http://www.lamsinternational.com/
+https://doi.org/10.1111/j.1365-3180.1964.tb00271.x
+http://www.newsweek.com/id/163449/output/print
+http://www.reuters.com/article/2009/03/12/us-russia-estonia-cyberspace-idUSTRE52B4D820090312
+http://onlinelibrary.wiley.com/doi/10.1002/jhet.2637/full
+http://www.euro.who.int/__data/assets/pdf_file/0009/300402/Bulgaria-Assessment-Report-en.pdf
+http://www.scielo.br/scielo.php?pid=S0103-37862007000300001&script=sci_abstract&tlng=pt.Consultadoel21/04/2019
+http://cwsworkshop.org/katrinareader/view/org_listing
+http://www3.inegi.org.mx/sistemas/sisept/Default.aspx?t=mdemo107
+http://www.hivportalen.se/narallabarnarvalkomna/Documents/SRHR_Den_oonskade_graviditeten_Bente_Traeen_101125.pdf
+http://w3.erss.univ-tlse2.fr:8080/index.jsp?perso=lasserre&subURL=Actes.pdf
+http://dx.doi.org/10.1002/(SICI)1097-0266
+http://dx.doi.org/10.1016/j.gfs.2017.02.006
+http://dx.doi.org/10.1016/j.eiar.2013.01.008
+http://freepages.genealogy.rootsweb.ancestry.com/~pbyyc/18-1900/P/03385.html
+http://www.frontiersjournal.com/issues/vol4/vol4-07_Coleman.pdf
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1516-18462009000800015
+http://www.zaman.com.tr/yorum_yorum-prof-dr-suleyman-seyfi-ogun-genclik-nereye_636995.html
+http://dx.doi.org/10.1016/j.future.2011.04.017
+https://doi.org/10.1101/gad.293837.116
+library.findlaw.com/2005/Jun/7/246682.html
+http://dx.doi.org/10.1016/j.antiviral.2009.10.013
+http://pmj.bmj.com/
+http://www.euro.who.int/Document/E89021.pdf
+http://dx.doi.org/10.1016/S0140-6736
+https://doi.org/10.1097/BOR.0000000000000452
+https://doi.org/10.1056/NEJMoa030513
+http://www.vivagreen.com.br/art_print.php?idproduto=10
+https://www.R-project.org/
+rae.es
+http://www.to-kyo-mou.org
+https://doi.org/10.1109/IFOST.2014.6991129
+https://eeas.europa.eu/delegations/japan/66693/node/66693_en
+https://doi.org/10.1093/sysbio/42.2.182
+https://www.accessdata.fda.gov/drugsatfda_docs/nda/2017/761074Orig1s000SumR.pdf
+https://www.mscbs.gob.es/ciudadanos/saludAmbLaboral/planAltasTemp/2018/Plan_nacional_actuaciones_preventivas.htm
+http://microwind.net/index.php
+http://www.ewenger.com/pub/index.htm
+http://www.pbs.kau.se/pdf/Forestallningskartor%202.pdf
+http://www.surakarta.go.id/konten/wujudkan-kota-surakarta-sebagai-kota-layak-anak
+http://dx.doi.org/10.7314/APJCP.2013.14.8.4501
+https://doi.org/10.1007/s10557-014-6557-2PMID
+http://www.rfc-editor.org/rfc/rfc2818.txt
+http://www.chefuturo.it/2015/03/fablab-siamo-trai-primi-3-al-mondo-fablab-siamo-trai-primi-3-al-mondo-ecco-la-mappa-italiana-dei-makers/
+http://www.statistikdatabasen.scb.se/pxweb/sv/ssd/START__UF__UF0205/ExaLasarOversikt/?rxid=16963b14-ffb2-4bdf-837f-b11e48d57b8c
+http://support.sas.com/documentation/cdl/en/statugfactor/61783/PDF/default/statugfactor.pdf
+https://www.preprints.org/manuscript/201802.0040/v10
+https://doi.org/10.1016/j.neuroimage.2017.06.022
+http://gut.bmj.com/Gut:firstpublishedas10.1136/gutjnl-2014-307263.9on9
+http://ssrn.com/abstract=2704852
+http://www.nytimes.com/2008/09/02/us/politics/02palin.html?partner=rssnyt&pagewanted=print
+http://news.uic.edu/police-corruption-enabled-by-blue-code-of-silence.156.Mullen
+http://www.cinat.una.ac.cr/VIIICongresoMesoamericano/docs/Memoria.pdf
+http://dx.doi.org/10.3846/1648715X.2013.781968
+http://www.un.org/ru/documents/decl_conv/conventions/disability.shtml
+https://doi.org/10.1093/bioinformatics/btu591
+https://doi.org/10.1007/s00198-017-4034-z
+http://lib.stat.cmu.edu/S/Harrell/orhttp://hesweb1.med.virginia.edu/biostat/s/Design.html.Accessed
+www.nytimes.com/2008/02/18/business/18recall.html
+http://arxiv.org/abs/1704.04861
+http://dx.doi.org/10.1016/j.enpol.2012.10.050
+http://dublincore.org/
+http://www.eurasianet.org/resource/regional/rubin_on_afgistan.htmlonthe25thof
+https://www.clear.rice.edu/elec431/projects96/DSP/bpanalysis.html
+http://tesisenred.net/handle/10803/81311
+www.plosone.org
+http://dx.doi.org/10.1016/j.ecolecon.2008.07.013
+fromgoo.gl/mQnpqz
+http://www.ey.com
+http://www.bmj.com
+http://dx.doi.org/10.1016/j.fss.2012.10.003
+https://doi.org/10.1016/j.ecolind.2013.06.019
+http://www.scielo.org.mx/pdf/izta/v38n82/2007-9176-izta-38-82-00141.pdf
+http://www.cs.ucsb.edu/~chong/290N-W06/BB84.pdf
+http://repository.tudelft.nl/
+https://doi.org/10.1101/gad.1657108
+https://doi.org/10.1111/j.0963-7214.2006.00425.x
+https://doi.org/10.1155/2012/896598
+http://www.cdc.gov/nhsn/TOC_PSCManual.html
+https://doi.org/10.1101/772087
+http://www.scielo.br/pdf/csc/v16n7/06.pdf
+https://doi.org/10.1111/j.1365-3040.2011.02451.x
+http://creativecommons.org/licenses/by-nc/4.0/
+https://pdfs.semanticscholar.org/2af4/e247c96854cad9aacfc74f21648a94bafc7f.pdf
+https://doi.org/10.1111/j.1538-7836.2007.02434.x
+https://doi.org/10.1074/jbc.273.10.5858
+http://www.forensicfocus.com/index.php?name=Forums&file=viewtopic&p=6523752#6523752
+https://doi.org/10
+http://sru.soc.surrey.ac.uk/SRU15.html
+http://dx.doi.org/10.1634/stemcells.22-3-265
+http://www.dlib.org/dlib/november10/byrne/11byrne.html
+http://doi.acm.org/10.1145/2851581.2892305
+http://dx.doi.org/10.1016/S0377-0273
+https://doi.org/10.1016/j.jns.2009.07.028
+http://www.xfab.com
+http://www.cdc.gov/mmwr/preview/mmwrhtml/mm5727a2.htm.Accessed
+http://www.esrc.ac.uk/news-events-andpublications/evidence-briefings/poorer-people-are-less-physically-active/
+http://globocan.iarc.fr
+http://www.uezd.com.ua/5502-2/
+http://publifarum.farum.it/ezine_pdf.php?id=219PoweredbyTCPDF(www.tcpdf.org)pagina14/14
+http://www.scp.nl/Publicaties/Alle_publicaties/Publicaties_2010/Tijd_op_orde
+http://www.abc.net.au/news/2012-11-19/ffa-announces-new-a-league-broadcast-deal/4379596
+http://www.nrdc.org/water/pollution/storm/stoinx.asp
+http://dx.doi.org/10.4161/org.26766
+https://doi.org/10.1364/BOE.5.002913
+https://doi.org/10.1175/jcli-d-16-0293.1
+http://search.ebscohost.com/login.aspx?direct=true&db=pbh&AN=7442265&site=ehost-live&scope=site
+http://www.xcede.org
+https://doi.org/10.1093/carcin/bgp264
+http://arxiv.org/abs/0907.0159
+http://www.brain-map.org
+https://doi.org/10.1177/1550059411428716
+https://doi.org/10.1191/09596
+http://dx.doi.org/10.1016/j.meegid.2013.11.024
+http://www.oas.org/juridico/spanish/tratados/a-52.html
+http://www.ualberta.ca/~iiqm/backissues/3_3/pdf/irvingklenke.pdf
+https://doi.org/10.1093/mind/fzi181
+http://doi.org/10.1525/abt.2017.79.1.3
+https://doi.org/10.1063/pt.3.2782
+http://web.archive.org/web/20041118094603/http://194.21.179.166/cecudine/fe_2002/eng/PinkEiga2002.htm
+http://traffickingculture.org/encyclopedia/case-studies/everbeek-roman-silver-hoard/
+https://doi.org/10.1080/00380768.1990.10416797
+www.jointcommission.org/certification/palliative_care.aspx
+http://www.R-project.org/
+http://www.edtechmagazine.com/higher/article/2013/06/why-higher-education-target-hackers-phishers-and-spammers
+http://www.dictionarroman.ro/?c=presedinte
+http://www.tandfonline.com/doi/abs/10.1080/13604813.2011.568717
+https://doi.org/10.1158/2159-8290.CD-16-0062
+http://bitkilerindili.blogcu.com
+https://doi.org/10.1016/j.tins.2004.12.008
+http://psystudy.ru
+https://doi.org/10.1111/ijn.12290
+http://ssrn.com/abstract=2666722
+http://econ.worldbank.org/docs/707.pdf
+http://dx.doi.org/10.3334/ORNLDAAC/810
+https://doi.org/doi:10.1371/journal.pone.0165825
+http://www.oecd.org/
+http://dx.doi.org/10.1016/j.jafrearsci.2012.01.002
+www.redp.uerj.br
+http://eprint.iacr.org/
+https://cyberleninka.ru/article/n/svyaz-doveriya-s-innovatsiyami-noviznoy-i-konkurentosposobnostyu-biznesa
+https://doi.org/10.1016/j.bbamem.2014.02.013
+http://loc.llas.ac.uk/lob/1510/standalone/theories.pdf
+https://www.premierleague.com.Acessoem:22ago
+www.Jcpa.org
+http://www.ijmetmr.com/olaugust2015/KRaviteja-AdinarayanaNaik-RNagesh-26.pdf
+http://courses.washington.edu/asian204/Synopsis.htm
+http://www.omg.org/uml
+http://www.who.int/patientsafety/safesurgery/checklist/en/
+https://www.writeups.org/guide-to-magic-in-the-marvel-universe
+http://dx.doi.org/10.11646/zootaxa.3663.1.1
+http://creativecommons.org/licenses/by/4.0/
+http://arquivos.sindicatodaindustria.com.br/app/cni_sindicatos/2011/01/10/123/20160331103835958758a.PDF
+http://computer.org/publications/dlib
+https://vpbm.com.ua/ua/vyipusk-1-tom-1-
+https://doi.org/10.1104/pp.102.017483
+https://www.swab.nl/swab/cms3.nsf/uploads/65FB380648516FF2C125780F00
+http://kiwi.atmos.colostate.edu/group/dave/at745/Cumulus_Updrafts_Narrow.pdf
+https://doi/org/10.3389/fneur.2017.00025
+https://publications.parliament.uk/pa/cm200304/cmselect/cmworpen/311/311we33.htm
+http://www.wellsfargo.com/jump/fraud_prevention.jhtmlhttp://www.usatoday.com/tech/news/computesecurity2007
+https://doi.org/10.5455/ijlr.20130305064802
+http://www.imf.org/external/pubs/ft/weo/2011/02/weodata/index.aspx
+http://www.moh.gov.sa/en/hajj/pages/healthregulations.aspx
+https://doi.org/10.1016/j.brainres.2006.05.064
+www.statcan.gc.ca/pub/98-187-x/4151287-eng.htm
+https://www.iths.org/about/translational
+https://doi.org/10.1016/j.habitatint.2015.01.005
+https://www.businesslive.co.za/bd/opinion/2016-10-19-ethnic-nationalism-zumas-style-of/
+https://doi.org/10.1016/S0065-2601
+https://doi.org/10.1186/s40317-018-0156-0
+http://advances.sciencemag.org/content/6/10/eaaz1692#BIBL
+http://www.cise.ufl.edu/research/sparse/matrices/SNAP/ca-AstroPh.html
+https://www.transparency.org/country/#KHM
+http://www.public.asu.edu/~mjames6/MAJames/Research.html
+http://ideas.repec.org/p/gwi/wpaper/2008-11.html
+http://www.guardian.co.uk/uk/1999/oct/19/davidward
+https://doi.org/10.1186/s13673-018-0128-7
+https://www.pyszne.pl/en/
+https://doi.org/10.1038/nature14539
+www.smmt.co.uk
+https://doi.org/10.1007/s105510110991x
+http://www.africapedia.com/TOTAL-EXPENDITURE-
+http://dx.doi.org/10.1046/j.1365-3156.1999.00418.x
+http://www.jiasociety.org/content/14/1/47
+http://www.anp.gov.br/glossario/index.asp
+http://www.homecaremag.com/news/why-joystick-location-matters-power-wheelchair-users
+https://doi.org/10.1016/0042-6822(89)90122-0
+http://www.jiasociety.org/index.php/jias/article/view/20572|http://dx.doi.org/10.7448/IAS.18.1.20572
+https://doi.org/10.1080/00438243.1993.9980230
+https://doi.org/10.1002/ps.895
+https://doi.org/10.1093/ndt/gfm205
+https://www.slideshare.net/carsonmckee/direct-contact-2012
+http://www.actahort.org/books/76/76_23.htm596
+http://www.unfpa.org.br/Arquivos/fecundidad_maternidad_adolescente_conosur.pdfWHO
+http://www.centreforglobalmentalhealth.org/projects/projects-by-classification
+https://www.bbc.co.uk/news/world-us-canada-51835856
+http://www.pwd.org.au/student-section/terminology-used-by-pwda.html
+http://www.adl.org/poisoning_web/black.aspMEDDAUGHANDKAY
+https://doi.org/10.1063/1.102730
+http://www.odi.org.uk/resources/docs/3472.pdf
+http://www.grovemusic.com
+https://doi.org/10.1016/j.ces.2013.11.033
+http://dhsprogram.com/pubs/pdf/FR207/FR207%5BApril-10-2009%5D.pdf.Published
+https://doi.org/10.1186/gb-2014-15-3-r59
+http://www.ibge.gov.br/home/estatistica/populacao/censo2010/indicadores_sociais_municipais/indicadores_sociais_municipais_tab_uf_zip.shtm.Acessadoem:21denovembrode
+http://dx.doi.org/10.1007/s00784-013-1116-y
+https://periodicos.unifap.br/index.php/planeta
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2819510&tool=pmcentrez&rendertype=abstract
+https://doi.org/10.1371/journal.pone.0180546
+http://dx.doi.org/10.1016/j.foodchem.2009.08.028
+http://dx.doi.org/10.1109/BigData.2013.6691707
+http://dx.doi.org/10.1016/j.ecss.2007.07.018
+http://dx.doi.org/10.7326/0003-4819-138-5-200303040-00028
+http://hol.osu.edu/spmInfo.html?id=SCAU%202011000599e.scientificName
+https://orcid.org/0000-0003-2342-9881
+http://dx.doi.org/10.1371/journal.ppat.1003325
+https://doi.org/10.1016/0025-3227(94)90060-4
+https://doi.org/10.1007/s13311-013-0218-1
+http://www.sasac.gov.cn/gzjg/xcgz/200504190137.htm
+http://avalon.law.yale.edu/20th_century/isrplo.asp
+http://www.autodesk.com/temp/pdf/CLP_Power_Hong_Kong_Limited1.pdf
+http://www.gepicc.ufba.br/enlepicc/
+http://www.ipcc.ch
+https://doi.org/10.1073/pnas.0400983101
+https://doi.org/10.1111/joca.12146
+http://www.abanet.org/justice/pdf/Funding_the_Justice_System.pdf
+http://www.isshk.org/PublishWebSite/isshk/big5/contentPage38800.htm
+https://doi.org/10.1080/23311932.2019.1572985
+https://doi.org/10.26779/2522-1396.2018.04.57
+www.aao.org/ppp
+http://www.revistacodice.es/publi_virtuales/i_con_h_mujeres/do-cumentos/comunicaciones/comucebreirosiglesias.pdf
+https://cyberleninka.ru/article/v/sovremennaya-leksikografiya-kak-instrument-formirovaniya-lingvisticheski-kompetentnoy-lichnosti
+https://doi.org/10.1038/s41598-018-26111-2
+http://www.scielo.org.ve/scielo.php?script=sci_arttext&pid=S079897922007000100007&lng=es&nrm=iso
+http://www.ajtmh.org/content/journals/10.4269/ajtmh.16-0440
+http://www.math.uchicago.edu/∼mitya
+https://doi.org/10.2105/AJPH.92.6.990
+https://doi.org/10.1016/S1364-6826(96)00079-X
+http://www.johnhoward.ab.ca/pub/C48.htm
+https://doi.org/10.1126/science.7545955
+http://ota.ahds.ac.uk/desc/2544
+https://doi.org/10.1055/s-0037-1607213
+http://dx.doi.org/10.1155/2010/872396
+https://doi.org/10.1016/S0346-251X(96)00063-2
+https://doi.org/10
+http://www.urban.org/publications/411183.html.shor
+http://dx.doi.org/10.1016/j.still.2012.07.002
+http://www.ggalanti.org/the-4cs-of-culture/
+www.dovepress.com
+http://www.3ds.com/products/catia/portfolio/dymola
+http://dx.doi.org/10.1016/j.cortex.2015.09.004
+http://www.who.int/mediacentre/factsheets/fs204/en/.Accessed
+https://research.gallaudet.edu/Demographics/deaf-US.php
+http://www.legislarbien.com.ar/artsAdj/113517530411_paper_e-governemnt_e_kaufman.pdf
+http://dx.doi.org/10.1097/00006454-200306000-00009
+https://doi.org/10.1038/onc.2011.621
+www2.cjf.jus.br/ojs2/index.php/cej/article/viewFile/966/1137
+https://doi.org/10.1007/978-94-017-0325-3
+https://doi.org/10.3390/ma12203372
+http://dx.doi.org/10.1590/S0074-02762009000700021
+https://www.csgb.gov.tr/media/8910/0013_meslek_has_rehberi.pdfadresindenulaşılmıştır
+http://www.kollorgen.com/en-us/products/motors/direct-drive/direct-drive-linear/icd-series-ironcore
+http://dx.doi.org/10.1371/journal.pone.0065769
+http://data.worldbank.org/indicator/SP.DYN.TFRT.IN
+https://doi.org/10.1029/GM096p0337
+http://www.freepatentsonline.com/6195698.html
+http://www.scialert.net/pdfs/jas/2005/363-367.pdf
+http://dx.doi.org/10.4319/lo.1967.12.2.0343
+https://www.theguardian.com/us-news/live/2018/mar/24/march-for-our-lives-protest-gun-violence-washington
+http://pro.europeana.eu/page/edm-documentation
+http://www.substance.coop/sites/default/files/4.%20SD%20Social%20Value%20Working%2stakeholder'sperspective
+http://www.streetlinenetworks.com
+https://doi.org/10.1093/afratfadq050
+http://arxiv.org/abs/1102.1301v2
+http://dx.doi.org/10.1109/83.552094
+http://www.softmachines.org/wordpress
+http://www.igsap.map.es/cia/dispo/17877.htm
+www.cmj.org
+https://doi.org/10.1186/s40985-018-0104-9
+http://www.privcom.gc.ca/information/guide/auth061013e.asp
+http://pmj.bmj.com/
+https://doi.org/10.1186/2050-2974-1-41
+https://doi.org/10.1016/j.clgc.2013.04.003
+http://www.sge-ssn.ch/media/medialibrary/2014/10/_sge_pyramid_basic_E_2014.pdf
+http://www.oecd.org/dataoecd/43/31/1894469.pdf
+https://doi.org/10.1007/s10841-015-9754-9
+http://repositorio.cepal.org/bitstream/handle/11362/31961/S2006364_es.pdf;jsessionid=E8074F0005A654FFAEC3CB8818D43FC4?sequence=1
+http://hdl.handle.net/2077/20503
+ijep.2015.2.136www.ejournal33.com
+http://www.mathematica-mpr.com/PDFs/ehsfinalvol1.pdf
+http://enlacezapatista.ezln.org.mx/2015/05/06/companera-escucha-selena-6-de-mayo
+customs.hmrc.gov.uk/channelsPortalWebApp/channelsPortalWebApp.portal?_nfpb=true&_pageLabel=pageVAT_ShowContent&propertyType=document&columns=1&id=HMCE_
+https://doi.org/10.3389/fpls.2014.00771
+http://www.legislation.gov.uk/ukpga/1988/48/part/I/chapter/Iadresindenerişildi
+https://doi.org/10.1080/03680770.1995.11900996
+http://dx.doi.org/10.1016/j.jclepro.2005.01.003
+https://doi.org/10.1007/s11618-017-0742-6
+https://doi.org/10.1007/978-3-662-05086-6
+http://dx.doi.org/10.1016/j.chaos.2006.09.048
+http://www.environment.gov.au/biodiversity/threatened/nrm
+http://www.mastercard.com/set.html
+https://doi.org/10.1039/c3cp44641g
+https://www.npr.org/sections/thetwo-way/2018/05/02/607678097/boy-scouts-changing-name-to-scouts-bsa-as-girls-welcomed-into-program
+https://doi.org/10.1002/hep.30342
+https://doi.org/10.1017/jfm.2018.452
+https://doi.org/10.1016/j.cognition.2007.07.012
+https://docs.opencv.org/2.4/index.html
+http://www.anewsa.com/detail.php?number=266661
+https://doi.org/10.1038/nature12211
+https://doi.org/10.1016/j.enpol.2011.02.061
+https://doi.org/10.1093/hmg/ddw301
+www.tc.gc.ca/eng/roadsafety/resources-researchstats-child-restraint-survey-2010-1207.htm
+http://pubs.niaaa.nih.gov/publications/arh28-2/80-84.htm
+http://communities-dominate.blogs.com/brands/2009/02/bigger-than-tv-bigger-than-the-internet-understand-mobile-of-4-billion-users.html
+http://www.ohchr.org/EN/HRBodies/CCPR/Pages/CCPRIntro.aspx
+http://www.liberation.fr/societe/2015/08/04/fabien-clain-de-la-pme-islamiste-au-jihad-syrien_1358714
+http://naukovedenie.ru/PDF/121EVN614.pdf,svobodnyy.-Zagl.sekrana.-Yaz.rus.,angl
+Disponibleenwww.easac.eu/fileadmin/PDF_s/reports_statements/Migration.pdf
+https://www.ua.undp.org/content/ukraine/uk/home/presscenter/pressreleas-es/2018/human-development-indices--where-does-ukraine-rank--.html
+http://people.umass.edu/aizen/pdf/tpb.intervention.pdf
+https://doi.org/10.1016/j.jand.2017.10.015
+https://wellbeing.smgov.net/
+http://www.ngkok.co.za/KonventAlgemeen/OpmerkingsOorBelydenis_SmitDJ_2006.pdf-10Julie
+http://thescienceone.com/ices/proceedingsices2014.php
+https://doi.org/10.1007/s003590050192
+http://journals.uic.edu/ojs/index.php/fm/article/view/4991/382219/22
+https://doi.org/10.1016/j.anbehav.2016.08.007
+http://meetinglibrary.asco.org/content/171167-176/
+https://doi.org/10.2337/ds16-0057
+https://www.elsevier.com/connect/8-things-you-may-not-know-about-rabies-but-should
+http://www.planalto.gov.br/ccivil_03/decreto-lei/Del5452.htm
+https://doi.org/10.1017/CBO9780511818684
+http://www.nasw.org/privacy.htm.Accessed
+https://doi.org/10.1002/cne.903040312
+http://create.ucsd.edu/Research_Evaluation/PreussReportDecember2005.pdf
+https://doi.org/10.1103/PhysRevD.83.104019
+http://www.cds.caltech.edu/~chen/papers/ramac.pdf
+https://cyberleninka.ru/article/n/avtorskaya-kontseptsiya-obschestvennogo-blagosostoyaniya-kak-metodologicheskaya-osnova-otsenki-sotsialnoekonom-icheskogo
+http://ettascollo.de/ilfioresplendente/?lang=de
+https://doi.org/10.1080/13520529609615452
+http://www.math.ncsu.edu/~kaltofen/bibliography/90/KaTr90.pdf
+http://dx.doi.org/10.2202/1544-6115.1287
+https://www.nato.int/cps/en/natohq/news_150539.htm?selectedLocale=en
+http://ejournals.library.ualberta.ca/index.php/EBLIP/article/view/76/153
+https://doi.org/10.31234/osf.io/stwbn
+http://dx.doi.org/10.1371/journal.pgen.1004194
+www.researchgate.net/publication/4727671
+http://www.rrh.org.au
+http://dx.doi.org/10.3402/mehd.v23i0.18567
+https://doi.org/10.1371/journal.pntd.0000363
+http://dx.doi.org/10.3998/ptb.6959004.0004.001
+http://www.uni-mainz.de/studlehr/ordnungen/Landesverordnung_ueber_die_unmittelbare_Hochschulzugangsberechtigung_beruflich_qualifzierter_Personen.pdf
+http://epa.oszk.hu/01000/01059/00055/pdf/1907_04_173-176.pdf
+http://dx.doi.org/10.1038/nrg2521
+http://cs231n.stanford.edu/reports/2016/pdfs/407_Report.pdf
+http://dx.doi.org/10.1016/0304-3940(96)12321-1
+http://dx.doi.org/10.1080/00224065.2011.11917850
+http://www.straumann.com/.Acessado05/07/2008
+http://dx.doi.org/10.5772/57610
+https://doi.org/10.1038/s41433-018
+Endwww.oncotarget.com
+https://doi.org/10.1111/j.1752-4598.2012.00208.x
+https://bit.ly/2TDhfec
+http://portal.anvisa.gov.br/registros-e-autorizacoes/agrotoxicos/produtos/monografia-de-agrotoxicos/excluidas.Accessed25
+http://dx.doi.org/10.1080/10440046.2012.735633
+http://www.fin.gc.ca/n12/12-129-eng.asp-lastaccessed07/05/2013
+https://doi.org/10.1111/j.1365-2702.2006.01368.x
+https://doi.org/10.1111/1468-0068.00363
+https://doi.org/10.1212/WNL.24.11.101913
+https://sustain.ubc.ca/sites/sustain.ubc.ca/files/SustainabilityScholars/
+https://doi.org/10.1186/1471-2105-9-386
+http://www.lismicroaggressions.com
+http://www.viscodata.de/
+http://www.innspub.net
+https://carsey.unh.edu/publication/federal-eitc
+https://doi.org/10.1021/jp1077714
+https://doi.org/10.2308/jmar.2006.18.1.21
+http://www.thedailyaztec.com/2013/12
+https://doi.org/10.1016/j.cap.2018.03.007
+http://data.europa.eu/89h/fe1878e8-7541-4c66-8453-afdae7469221
+https://doi.org/10.1111/j.1461-0248.2006.00911.x
+http://www.ecommerce-europe.eu/news/2015/with-a-turnover-of-567.3-billion-asia-pacific-is-the-largest-e-commerce-region-in-the-world
+http://www.welthungerhilfe.de/fileadmin/media/pdf/Fachkonzepte/Fachkonzept_Ernaehrungssi-cherung_dt.pdf
+http://wnl.ece.cornell.edu/Publications/cnds02.pdf
+http://dx.doi.org/10.1017/CBO9780511920943.012
+http://www.cress-mg.org.br/arquivos/simposio/ACOLHIMENTO%20INSTITUCIONAL%20DE%20CRIAN%C3%87AS%20E%20ADOLESCENTES%20MUDAN%C3%87AS%20NA%20HIST%C3%93RIA%20BRASILEIRA.pdf
+http://proceedings.aom.org/content/2015/1/19077.abstract
+https://doi.org/10.5194/nhess-2020-190
+http://dx.doi.org/10.1097/ALN.0b013e3181cea3b5.PubMed
+https://doi.org/10.1021/jp011224m
+http://www.sciencedirect.com/science/article/B6V8K-4MBBYJC-2/2/9636fe5fe87922b999444831d9ef2
+https://doi.org/10.1523/JNEUROSCI.5681-10.2011
+http://www.telehistoria.com.br/colunas/index.asp?id=2009
+https://doi.org/10.1038/srep16532
+http://dx.doi.org/10.1890/0012-9658(2006)87
+http://dx.doi.org/10.1002/mds.21125.47
+http://dx.doi.org/10.1177/109861102129197995
+https://www.stem.org.uk
+http://dtr2001.saude.gov.br/sas/PORTARIAS/Port2006/GM/GM-399.htm
+http://www.globus.org/cog/
+http://sydney.edu.au/medicine/fmrc/beach/bytes/BEACH-Byte-2014-003.pdf
+https://doi.org/10.2139/ssrn.2701158
+http://www.lavazza.com/en/
+http://dx.doi.org/10.1002/cssc.201200167.doi:10.1002/cssc.201200167
+https://www.democracynow.org/es/2018/12/17from_arizona_to_yemen_how_bombsDURDEN
+https://doi.org/10.1016/j.ehj.2004.06.038
+https://doi.org/10.1146/annurev.physiol.61.1.521
+http://www.dpmms.cam.ac.uk/ajw/AO.ps
+www.babson.edu/entrep/fer/BABSON2001/I/IH
+https://doi.org/10.5771/9783845282695
+https://www.gov.pl/cyfryzacja/nowe-prawo-ochrony-danych-osobowych
+http://dx.doi.org/10.1080/10402659.2012.677335
+http://www3.lrs.lt/pls/in-ter3/dokpaieska.showdoc_l?p_id=191569
+https://doi.org/10.1029/2018JC014547
+http://dx.doi.org/10.1080/07421222.1994.11518044
+http://dx.doi.org/10.1016/j.bcp.2011.11.011
+http://www.comciencia.br/comciencia/index.php?section=8&edicao=38&id=456&print=true.Acessoemjulhode
+https://doi.org/10.1016/j.jsb.2014.02.014
+http://scielo.sld.cu/scielo.php?script=sci_arttext&pid=S086421412013000200011&lng=es&nrm=iso
+http://www.deis.gov.ar
+http://dx.doi.org/10.1038/ajg.2012.199
+https://iacl-aidc-blog.org/2017/03/25/analysis-european-court-of-justice-allows-bans-on-religious-dress-in-the-workplace/
+http://www.sciencedirect.com/science/article/pii/S0304423805000099
+https://doi.org/10.1089/neu.2017.5124
+http://www.whocc.no/atc_ddd_methodology/purpose_of_the_atc_ddd_system/
+http://dx.doi.org/10.4049/jimmunol.173.9.5425
+http://www.nuclearsafety.gc.ca/pubs_catalogue/uploads_fre/CNSC_Release_and_Dose_fr.pdf
+http://dx.doi.org/10.1126/science.1151148
+www.ctan.org/pkg/tikz-palattice
+http://lohmann-information.com/content/l_i_24_article_4.pdf
+https://aiic.net/page/1125/remote-interpreting-assessment-of-human-factors-and-pe/lang/1
+http://dx
+http://www.oxfordscholarlyeditions.com/page/privacypolicy/privacy-policy
+http://www.ceocio.com.cn/hot_topic/2006/hot_0315.asp
+www.cfsd.org.uk/aede/english/Goel
+http://www.bnef.com
+http://dx.doi.org/10.1101/378208doi:bioRxivpreprintfirstpostedonline
+https://doi.org/10.1016/j.nbd.2017.09.004
+http://www.axiomaticdesign.com/index.cfm
+http://www.itl.nist.gov/div898/handbook/
+https://theconversation.com/factcheck-does-murdoch-own-70-of-newspapersin-australia-16812
+https://doi.org/10.1016/j.physbeh.2007.01.007
+https://doi.org/10.1002/ajpa.20611
+https://doi.org/10.1016/j.jes.2017.06.041
+https://doi.org/10.1590/S0104-11692000000200006
+https://doi.org/10.3897/zookeys.575.6072
+https://doi.org/10.1017/S0033291716002403
+http://www.pialamaya.com/nominasi
+https://papers.ssrn.com/abstract=2817626
+http://dx.doi.org/10.1080/001318804200277359
+https://doi.org/10
+https://doi.org/10.1002/qj.2479
+http://dx.doi.org/10.1146/annurev.biochem.66.1.199
+https://doi.org/10.1016/j.jpsychires.2012.09.008
+http://dx.doi.org/www.ccsenet.org/ass
+https://ec.europa.eu/eip/ageing/sites/eipaha/files/library/renovated_action_plan_2016-2018_ag_a1_0.pdf
+https://doi.org/10.1016/j.tibtech.2014.11.004
+https://www.unaids.org/en.Accessed1
+https://doi.org/10.1378/chest.13-0274
+http://www.threeblockmodel.com/
+http://www.acessa.com/cidade/meioambiente/pneus
+http://meylonesome.blogspot.com/2008/12/perancangan-sistem-dan-analisis.html
+http://dx.doi.org/10.5334/baw.39
+http://www.health.qld.gov.au/multicultural/health_workers/pac-island-pop.asp
+http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2005/decre-to/d5626.htm
+http://dx.doi.org/10.1016/j.cct.2015.04.014
+https://capes.gov.br/images/stories/download/bolsas/20150818_DEB-relatorio-de-gestao-vol-1-com-anexos.pdf
+www.riazhaq.com
+http://www.who.int/wer.Acessoem
+http://www.wik.org/uploads/media/KM_2012_02_14_FTTH_Council_EU.pdf
+http://www.thehealthplan.com/
+http://dx.doi.org/10.4025/cienccuidsaude.v10i3.11472
+http://www2.camara.leg.br/legin/fed/lei/2010/lei-12244-24-maio-2010-606412-publicacaooriginal-127238-pl.html
+http://www.asvide.com/article/view/25645
+http://newtimes.ru/articles/detail/45648/Alexander
+http://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/survey/geo/?cid=nrcs142p2_053624
+http://www.math.princeton.edu/˜nmkforcorrections
+https://doi.org/10.1016/j.fertnstert.2014.09.008
+https://doi.org/10.1890/0012-9658(1999)080
+https://www.theguardian.com/politics/2010/nov/08/backbench-rebellion-postwar-high-coalition
+https://old-kollegium.aeek.hu/conf/upload/oldiranyelvek/H%C3%81ZIO_felnottkori%20diabetes%20mellitus%20haziorvosi%20ellatasa_mod0_v0.pdfAccessed28
+https://doi.org/10.1074/jbc.M110.212688
+http://www.sister.nu/pdf/wp_11.pdf
+http://jurnal.ekonomikabisnis.com.Muttaqiyathun.pdf/diaksestanggal21
+http://dx.doi.org/10.1080/08035250600724515
+https://doi.org/10.4161/psb.21663
+https://uvadoc.uva.es/bitstream/10324/15876/6/TFG-L%201196.pdfCiesielkewicz
+http://www.extension.uidaho.edu/publishing/pdf/CIS/CIS1140.pdf
+https://doi.org/10.2341/13-089-CPMID
+https://doi.org/10.20524/aog
+https://doi.org/10.1016/j.renene.2012.08.060
+https://doi.org/10.1016/j.anireprosci.2004.04.043
+https://doi.org/10.13162/hro-ors.02.01.05
+http://www.europarl.europa.eu/meetdocs/2014_2019/documents/darp/dv/darp20150625_01_/darp20150625_01_en.pdf
+http://dx.doi.org/10.1016/j.jclepro.2012.09.028
+http://www.antlr.org/
+https://doi.org/10.1128/CMR.00002-15
+https://www.ho-listicprimarycare.net/topics/topics-h-n/nutrition-a-lifestyle/1289-depression-think-zinc.html
+https://www.karlrupp.net/2018/02/42-years-of-microprocessor-trend-data/
+http://www.cnn.com/TECH/space/9909/30/mars.metric.02/
+https://ncees.org/About_NCEES/Publications/Publications/Model_Law.php
+http://dx.doi.org/10.5821/ace.9.25.3632
+fc.viamedica.pl
+http://iir.ngi.nectec.or.th/download/indicator2005.pdf
+www.icrp.org/docs/ICRP%20Statement%20on%20Tissue%20Reacons
+https://doi.org/10.1016/j.ygyno.2015.07.098
+http://bvsms.saude.gov.br/bvs/saudele-gis/cns/2013/res0466_12_12_2012.html
+http://download.microsoft.com/download/e/9/b/e9bd20d3-cc8d-4162-aa60-3aa3abc2b2e9/IPv6.doc
+https://www.aclweb.org/anthology/J99-2004
+http://docplayer.net/5976825-Sbl-k-motor-catalogue-2002.html
+https://www.learntechlib.org/p/114955/
+http://www.gs1.org/gsmp/kc/epcglobal/uhfc1g2/uhfc1g2_1_2_0-stan-dard-20080511.pdf
+https://www.hse.ru/data/2018/04/04/1164616802/Доклад_образование.pdf
+http://cfpub.epa.gov/ncea/cfm/recordisplay.cfm?deid=38617
+http://dx.doi.org/10.1080/14747730600869938.Acessoem
+https://arxiv.org/abs/1408.2927
+https://doi.org/10.1002/jdd.12163
+https://doi.org/10.1111/j.1083-6101.2007.00394.x
+https://www.glowm.com/pdf/PAC-FP-Joint-Statement-November2013-final_printquality.pdf
+https://doi.org/10.3132/dvdr.2008.022
+https://doi.org/10.7150/ijbs.45357
+http://www.pvda.nl/politici/politici/wouterbos/Speeches/2007/mei/Verantwoordingsdag+2007+Financieel+Jaarverslag+2006.html
+http://dx.doi.org/10.1094/PDIS-03-14-0234-RE
+http://dx.doi.org/10.1016/S1352-2310(97)00444-5
+https://orcid.org/0000-0003-0701-2584
+http://www.hc-cs.gc.ca
+http://bctf.ca/IssuesInEducation.aspx?id=5696
+http://www.irishcatholic.ie/article/revisiting-illegal-adoption-case.Consultedon17
+https://periodicos.ufsc.br/index.php/eb/article/viewFile/1518-2924.2011v16n32p1/19336
+http://dx.doi.org/10.5124/jkma.2010.53.12.1103
+https://doi.org/10.1016/S0140-6736
+http://dx.doi.org/10.1186/gb-2007-8-9-r183
+http://dx.doi.org/10.1016/S0161-6420
+https://doi.org/10.1016/j.str.2012.06.016
+http://westerndiatoms.colorado.edu
+http://sites.petrobras.com.br/minisite/assistenciatecnica/public/downloads/QAV-Informa%C3%A7%C3%B5es-T%C3%A9cnicas-v.1.3-29.pdf
+https://doi.org/10.1093/0198287976.003.0003
+http://www.consilium.europa.eu/en/press/press-releases/2017/07/18/eu-lebanon-association-statement/
+https://tidesandcurrents.noaa.gov/publications/techrpt86_PaP_of_HTFlooding.pdf
+https://doi.org/10.3109/00207454.2010.523132
+https://doi.org/10.1530/JOE-17-0166
+https://doi.org/10.1007/s10461-018-2101-xPMID
+http://www.memoria.fahce.unlp.edu.ar/trab_eventos/ev.4500/ev.4500.pdf
+http://portal.mec.gov.br/cne
+https://doi.org/10.1007/s00276-012-1027-7
+http://www.bhef.com/publications/2003_build_nation.pdf
+http://cdiac.ornl.gov/
+http://dx.doi.org/10.1016/j.tiv.2009.08.006
+http://doi.org/10.7554/eLife.33468
+http://web.mit.edu/fnl/volume/184/breslow.html
+https://doi.org/10.1111/j.1749-6632.2000.tb06716.x
+https://doi.org/10.1002/elps.200305840
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1449203/
+https://doi.org/10.1016/j.neubiorev.2014.01.009
+http://www.boulder.swri.edu/clark/ncarhist.html
+https://www.whitehouse.gov/blog/2015/05/18/launching-police-data-initiative
+http://dx.doi.org/10.1007/s11274-007-9394-7
+http://www.conab.gov.br
+http://www.ucb.br/mestradoef/RBCM/10/10%20-%204/c_10_4_1.pdf
+www.anu.edu.au/caul/info-literacy/
+http://www.w3.org/TR/swbp-vocab-pub/
+http://docuges.sourceforge.net/
+http://www.ecologyandsociety.org/vol10/iss2/art4
+http://www.census.gov/popest/research/modified/STCO-MR2010ALMO.csv
+http://dx.doi.org/10.1093/humrep/15.12.2471
+https://doi.org/10.1111/j.1875-595X.2004.tb00248.x
+http://dx.doi.org/10.17993/3cemp.2018.070133.32-48
+http://www.who.int/whr/2002/en/
+https://www.cbd.int/doc/world/ge/ge-nr-05-en.pdf.Accessed12
+https://arxiv.org/abs/1705.03672
+https://CRAN.R-project.org/package=knitr
+https://doi.org/10.1177/0268580914558285
+https://doi.org/10.1111/j.1467-7652.2008.00322.x
+http://arxiv.org/pdf/1203.1570v1.pdf
+http://www.iterpa.pa.gov.br/content/quilombolas
+https://news-front.info/2016/03/02/genocid-xxi-veka-dmitrij-rodionov
+https://doi.org/10.1093/forestry/cpm032
+https://doi.org/10.7717/peerj.6
+https://doi.org/10.1093/nar/gkw255
+http://www.peerreviewcongress.org/preliminary-program.html
+http://www.planalto.gov.br/ccivil_03/_Ato2011-2014/2011/Decreto/D7508.htm
+https://doi.org/10.1038/nmeth.1483
+http://www.dantecdynamics.com/laser-doppler-anemometry
+http://dx.doi.org/10.1038/msb4100094
+http://www.fspog.com/fotos/editor2/cap_04.pdf
+http://www.mediacy.com/arraypro.htm
+http://dx.doi.org/10.1093/aje/kwk059
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0074180900195440
+https://doi.org/10.1128/CMR.00034-13
+http://dx.doi.org/10.1353/jsr.2012.0006
+https://doi.org/10.1111/avsc.12173
+https://doi.org/10.1029/2002GC000376
+https://www.uea.ac.uk/documents/439774/0/Edwards+Jenjkins+SALDRU.pdf/
+http://mpfs.de/fileadmin/KIM-pdf14/KIM14.pdf
+https://doi.org/10.1093/cid/ciq146
+http://www.physicalactivityplan.org/reportcard/NationalReportCard_longform_final%20for%20web.pdf
+http://dx.doi.org/10.1109/ISM.2011.96
+http://www.helsinki.fi/science/commens/terms/abduction.html
+https://doi.org/10.1186/ar4321
+http://dx.doi.org/10.1146/annurev-clinpsy-050212-185516
+http://www.osmre.gov/progpermit01.htm
+https://doi.org/10.5194/hess-13-953-2009
+http://www.cdcbus.com.au/IgnitionSuite/uploads/docs/Environmental%20Plan%202011%5B1%5D
+https://sse.com/media/475202/Beatrice-Socio-economic-impact-report-v2_BMF_FINAL_200717.pdf
+http://dx.doi.org/10.1007/978-1-62703-239-1_3
+https://doi.org/10.2147/DMSO.S166875
+http://www.fao.org.co/
+http://delas.ig.com.br/filhos/2012-06-04/pesquisa-mostra-violencia-contra-mulher-durante-o-parto.html
+goleft.2016.github.com/brentp/goleft
+http://www.ecipe.org/app/uploads/2014/12/chinese-trade-policy-after-almost-ten-years-in-the-wto-a-post-crisis-stocktake.pdf
+https://doi.org/10.2135/cropsci2015.12.0740
+https://doi.org/10.1016/0022-1759
+https://doi.org/10.1016/j.watres.2011.06.034
+http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX
+http://dx.doi.org/10.1128/AAC.49.12.4950-4956.2005
+https://doi.org/10.1902/jop.2015.140520
+https://doi.org/10.1002/jps.2600711114
+https://doi.org/10.1111/1467-9566.12176
+http://dx.doi.org/10.1016/0550-3213
+http://www.olafinanciera.unam.mx/new_web/pdfs/05/Varesi5.pdf
+http://www.eea.europa.eu/data-and-maps/data/corine-land-cover-2006-raster-2
+http://www.oecd.org/statisticsdata/
+http://dx.doi.org/10.1061/40763(178)20
+https://doi.org/10.1175/MWR-D-15-0260.1
+http://www.slate.com/blogs/browbeat/2010/07/20/five_ways_of_looking_at_inception.htmlLastaccessed12th
+http://hdl.handle.net/10022/AC:P:8350
+https://doi.org/10.1371/journal.pone.0221862
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.1007/BF03040292
+http://www.jstor.org/stable/4530621
+https://doi.org/10.1016/j.neulet.2013.10.058
+http://spilplus.journals.ac.za/
+https://doi.org/10.5194/amt-10-3103-2017
+http://www.cqc.org.uk/maternitysurvey2010.cfm.http://shulinks.shu.ac.uk
+http://www.eecs.berkeley.edu
+http://hondaoto.com.vn/am_website/vn/civic_price_may2010.php
+http://dx.doi.org/10.12705/636.23
+http://lio.tripod.com/tupigua.htm
+http://transparencia.org.es/que-es-ti/
+https://doi.org/10.1093/ptj/77.6.629
+https://doi.org/10.1101/lm.581907
+https://doi.org/10.2307/3172691
+http://www.cnpp.usda.gov/DietaryGuidelines
+http://www.cs.berkeley.edu/˜flab/languages.html
+www.wireshark.org
+http://dx.doi.org/10.1128/JB.00262-11
+http://taxonomy.zoology.gla.ac.uk/rod/rod.html
+https://biomimicry.org/what-is-biomimicry/
+https://www.niaid.nih.gov/news-events/ebola-new-trial-launched-west-africa-evaluate-three-vaccination-strategies
+http://agri.istat.it/jsp/dawinci.jsp?q=plC020000020000073200&an=2011&ig=1&ct=244&id=15A|18A|25A
+http://t.co/Z2OZMaFo
+www.aaai.org
+www.impactjournals.com/oncotarget101
+https://doi.org/10.1037/0022-0663.92.3.544
+http://dx.doi.org/10.1177/154407370601900126
+http://dx.doi.org/10.1016/j.porgcoat.2003.08.009
+https://doi.org/10.1073/pnas.95.12.7074
+http://internationaljournalofresearch.org/index.php/ijr/article/download/1825/1717.Acceso:22dejunio
+http://www.openstack.org/
+http://tobaccodocuments.org/datta/DEBETHIZYJ022200.html
+https://doi.org/10.1159/000447144PMid:28413384PMCid
+https://doi.org/10.1017/S0305000902005482
+https://doi.org/10.1038/nri2506
+http://www.plagscan.com
+http://www.noodletools.com/noodlebib/defineEntryMLA.php
+http://dx.doi.org/10.1038/ismej.2012.105
+http://www.crifpe.ca/conferences/view/148
+http://dx.doi.org/10.17524/repec.v11i3.1588
+http://stacks.iop.org/1063-7869/53/i=12/a=R03
+http://www.academy.gov.ua
+http://www.sedesol.gob.mx/es/SEDESOL/Habitat_Transparencia
+http://dx.doi.org/10.1002/2012RG000417
+http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=webvision
+http://www.ncbi.nlm.nih.gov/pubmed/24343720
+https://doi.org/10.1101/gad.278549.116
+http://search.ebscohost.com/login.aspx?direct=true&db=psyh&AN=2005-99013-084&lang=pt-br&site=ehost-live&scope=siteAvailablefromEBSCOhostpsyhdatabase
+https://doi.org/10.1002/jcb.240240406
+https://doi.org/10.5962/bhl.part.7669
+https://doi.org/10.1093/nar/gki291
+https://en.climate-data.org/location/25394/
+www.eur-lex.europa.eu
+http://www.caravan.net/ec2plus/
+https://doi.org/10.1128/JVI.03790-13
+https://cds.cern.ch/record/2104473
+http://www2.diyanet.gov.tr/dinisleriyuksekkurulu/Sayfalar/HaberDetay.aspx?rid=27&lst=HaberlerListesi
+http://accurapid.com/journal/20legal.htm
+http://www.inegi.org.mx/sistemas/TabuladosBasicos/tabentidad.aspx?c=33141&s=est
+http://dx.doi.org/10.1016/S0269-7491
+http://dx.doi.org/10.1016/j.envsci.2016.06.011
+https://doi.org/10.1177/00490857
+www.entm.purdue.edu/mayfly/na-species-list.php
+https://reprap.org/wiki/PCB_Heatbed.Erişim:Mayıs
+https://doi.org/10.1080/13625187.2019.1595574
+http://waterdata.usgs.gov/tx/nwis/nwis
+https://doi.org/10.33628/jpd.2018.25.1.43
+http://www.seer.ufs.br/index.php/tempopresente
+http://www.vladars.net/sr-SP-Cyrl/Vlada/Ministarstva/mgr/PAO/Pages/Akti.aspx
+http://www.optometry.co.uk/uploads/articles/STATISTICAL%20ARTICLE.pdf
+https://doi.org/10.1038/nature12171
+http://dx.doi.org/10.1111/j.1523-536X.2010.00390.x
+https://www.history.com/topics/american-revolution/battle-of-quebec-1775
+http://tinyurl.com/323kx5s
+http://elearningindustry.com/why-microlearning-is-huge
+http://dx.doi.org/10.1016/j.trstmh.2004.07.002
+http://dx.doi.org/10.1196/annals.1373.021
+https://doi.org/10.1029/2012JA017866
+https://doi.org/10.1007/s00190-012-0564-5
+https://doi.org/10.1111/j.1574-6976.1998.tb00375.x
+http://government.ru/media/files/41d457592e04b76338b7.pdf
+http://ieeexplore.ieee.org/abstract/document/1616603/
+https://doi.org/10.1073/pnas.0914634107
+http://www.freedomhouse.org/template.cfm?page=351&ana_page=166&year=2002
+http://www.ipdps.org/ipdps2012/2012advanceprogram.html
+http://www.ktu.edu/lt/mokslas/zurnalai/inzeko/62
+http://www.angelfire.com/crazy3/qfl2308/1_multipart_xF8FF_6_Microscopia_otica.pdfem05/05/2016
+http://jefb.org
+https://doi.org/10.1002/9781118989982.ch17
+http://www.firstmonday.org/issues/issue710/brunk/
+https://doi.org/10.1016/j.icarus.2017.10.043
+http://www.uoguelph.ca/atguelph/02-02-27/articles/king.html
+http://www.tei-c.org/P4X/DI.html
+https://doi.org/10.1016/j.jacc.2009.09.022
+http://dx.doi.org/10.1111/j.1469-8137.2009.02897.x
+http://www.ramgalleri.no/index_new.php/utstillinger/ram-galleri-10-ar-gardin-del-1
+http://www.higheredcenter.org/files/documents/college-disaster-planning.pdf
+http://dx.doi.org/10.4236/msa.2015.64031
+http://www.sugarcrest.com/newsletters/v1_issue4.htm
+https://doi.org/10.17684/i1A3ro
+https://doi.org/10.2307/2853876
+http://dx.doi.org/10.1046/j.1523-1755.2000.00086.x
+https://doi.org/10
+http://www.R-project.org
+https://doi.org/10.1108/IJQRM-11-2016-0196
+https://doi.org/10
+http://www-nrd.nhtsa.dot.gov/Pubs/FARS06.PDF
+http://www.fda.gov/Cosmetics/GuidanceComplianceRegulatoryInformation/ucm074162.htm
+http://www.cdc.gov/nchs/data/nhanes/response_rates_cps/RRT0506MF.pdf
+http://www.aan-afghanistan.org/index.asp?id=2068
+http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter4/statareg4.htm
+http://www.youtube.com/watch?v=9Oav3JajR7Q
+https://www.sparkfun.com/products/242
+http://dx.doi.org/10.1016/j.gca.2016.11.028
+http://onlinelibrary.wiley.com/doi/10.1002/0470848944
+https://doi.org/10.1371/journal.pone.0008578
+https://doi.org/10.1073/pnas.0802042105
+http:www.tanfonine.com/doi/abs/10.1080/0022449709550900
+http://www.visibone.com/colorlab/
+https://doi.org/10.3402/iee.v6.31658
+https://doi.org/10.1596/0-8213-5345-4
+http://inayetaydin.blogspot.com.tr/2011/09/ogretmenlik-meslek-etigi.html
+https://doi.org/10.2478/s11536-013-0172-7
+http://90years.laboite.com.au/articles/la-boite-theatre-in-the-1970s-and-early-1980s
+http://dx.doi.org/10.1080/10400410701841807
+http://ageconsearch.umn.edu/bitstream/122526/2/working%20paper%201203.pdf
+https://doi.org/10.1177/0093650212466406
+http://dx.doi.org/10.7196/samj.8638
+http://dx.doi.org/10.1108/09590550410558626
+http://dx.doi.org/10.5489/cuaj.218
+https://www.iiste.org/Journals/index.php/JBAH/article/view/17411
+http://www.apta.org/news/employsurvey.Accessed
+http://www.uscg.mil/acquisition/nsc/projectdescription.asp
+www.cihi.ca/en/emr_cs_exben_infosheet_en.pdf
+http://bmj.bmjjour-
+http://www.pakendosociety.org/dmguidelines/
+https://doi.org/10.1016/j.applthermaleng.2016.10.191
+www.atmos-chem-phys.org/acp/5/1437
+https://www.pharmacy.ohio.gov/Documents/Pubs/Special/COVID19Resources/COVID-19%20Checklist%20for%20Pharmacies.pdf
+https://doi.org/10.1007/s11165-011-9255-0
+http://dx.doi.org/10.5751/ES-02196-120232
+http://www.mhlw.go.jp/bunya/kenkou/kekkaku-kansenshou01/qa.html#q16
+http://www.seiem.es/publicaciones/actas.htm
+http://www.planalto.gov.br/ccivil_03/leis/l9394.htm
+https://doi.org/10.1186/1471-2164-14-824
+https://sites.google.com/site/dengyamath
+http://sweetgum.nybg.org/ih/
+http://maricopa.gov/aq/divisions/trip_reduction/docs/pdf/Cost2005.pdf
+http://www.earth-syst-dynam.net/6/745/2015/
+http://eprints.ecs.soton.ac.uk/21438/
+iole.swmed.edu/pub/compass/
+https://doi.org/10.1089/jir.1997.17.503
+http://dx.doi.org/10.1196/annals.1355.002
+http://dx.doi.org/10.1186/1471-2458-13-609
+https://doi.org/10.1007/s11269-013-0355-7
+https://doi.org/10.1038/nature13954
+http://www.iariajournals.org/networks_and_services/2011
+http://dx.doi.org/10.1038/nm924
+https://doi.org/10.1007/s00442-013-2832-3
+http://www.jn.nutrition.org/
+http://www.pnas.org/content/early/2016/01/02/1517441113.full.pdf
+https://doi.org/10.1021/np200500p
+http://www.redemulher.org.br/ingles/rosa.htm
+https://hrcak.srce.hr/file/270638
+http://dx.doi.org/10.1093/cercor/bhq005
+https://doi.org/10.1016/S0738-3991
+https://www.helsebiblioteket.no/pediatriveiledere?key=146204&menuitemkeylev1=5962&menuitemkeylev2=5973
+http://dx.doi.org/10.1016/S1090-5138
+https://doi.org/10.1113/jphysiol.2014.278887
+https://www.irojournals.com/tcsst/DOI:https://doi.org/10.36548/jtcsst.2019.1.003
+http://www.planalto.gov.br/ccivil_03/leis/l9394.htm
+http://hdl.handle.net/123456789/4741
+http://doi.acm.org/10.1145/1807167.1807194
+http://www.who.int/worm-control
+http://dx.doi.org/10.1080/00036840050151467
+http://dx.doi.org/10.1111/0017-4815.00113
+https://doi.org/10.1182/blood-2010-04-189977
+https://doi.org/10.3201/eid2006.140138
+https://doi.org/10.1085/jgp.201110679
+https://doi.org/10.1099/0022-1317-80-10-2535
+http://dx.doi.org/10.1155/2009/421425
+http://jade.org
+http://dx.doi.org/10.1016/j.jenvp.2007.09.004
+www.impactjournals.com/oncotarget14
+http://wals.info/chapter
+https://doi.org/10.1002/jgrd.50480
+www.interactionassociates.com/ideas/2007/05/developing_high_employee_engagement_makes_good_business_sense.php
+https://doi.org/10.1016/j.cardiores.2005.04.032
+kremlin.ru/events/president/news/15177
+http://dx.doi.org/10.4103/0972-2327.157252
+https://doi.org/10.1128/JVI.79.16
+http://dx.doi.org/10.1016/j.scienta.2006.04.008
+http://dx.doi.org/10.3390/rs9010027
+http://dx.doi.org/10.1016/j.talanta.2006.01.017
+http://dx.doi.org/10.1038/nrn1113
+https://doi.org/10.1523/JNEUROSCI.3785-05.2006
+http://dx.doi.org/10.1016/j.ahj.2012.07.006
+Availableatwww.esr.org/polar_tide_models/README_TMD.pdf
+https://doi.org/10.1177/1042258717748650
+http://ethics.acusd.edu/presentations/cai2000/indexfiles/frame.htm
+http://dx.doi.org/10.1144/SP296.2
+http://www.issafrica.org/inde.php?link_id=14&slink_id=4264&link_type=12&slink_type=12&tmpl_id=3
+https://doi.org/10.1038/emboj.2011.276
+https://metropoles.revues.org/5329
+http://www.ipsnews.net/2012/03/an-assault-on-multilateral-trade-negotiations
+http://dx.doi.org/10.1111/j.1440-1754.1990.tb02392.x
+http://epp.eurostat.ec.europa.eu/portal/page/portal/product_details/publication?p_product_code=KS
+http://docs.lib.purdue.edu/clcweb/vol15/iss7/2
+https://doi.org/10.1175/jcli-d-14-00254.1
+https://doi.org/10.1016/j.gie.2015.01.032
+http://www.R-project.org
+http://psidonline.isr.umich.edu/Publications/Books/5KFams/VolumeIII.pdf
+http://illc.org
+http://www.deu.edu.tr/userweb/k.yaralioglu/dosyalar/Analitik_Hiyerarsi_Proses.doc
+http://www.canadianarabinstitute.org/publications/reports/750925-canadians-hail-arab-lands/
+https://doi.org/10.1016/j.jamda.2012.02.002
+http://www.sunat.gob.pe/estad-comExt/modelo_web/anuario15.html
+http://www.sciencedirect.com/science/article/pii/S1742287608000340
+http://papers.nips.cc/paper/7062-a-unified-approach-to-interpreting-model-predictions.pdf
+http://dx.doi.org/10.1016/j.sedgeo.2013.12.006
+http://dx.doi.org/10.1016/j.tree.2012.07.013
+http://www.bcstats.gov.bc.ca/DATA/pop/pop/popproj.asp
+https://doi.org/10.1093/brain/100.1.105
+http://dx.doi.org/10.1177/107319110000700405
+http://www.egov.ufsc.br/portal/sites/default/files/o_direito_a_protecao_de_dados_pessoais_e_a_privacidade_0.pdf
+http://www.ac-noumea.nc/histoire-geo/spip/spip.php?article107&lang=fr
+www.ssrs.com
+https://www.youtube.com/watch?v=WDFsnAsnoLQ
+http://dx.doi.org/10.1590/0104-1169.0373.2590
+http://www.ensp.fiocruz.br/
+http://biblioteca.usac.edu.gt/tesis/01/01_1792.pdf
+https://doi.org/10.1177/0269215513491274
+http://twcc.cool.ne.jp/torayama/32/32-3.htm
+https://doi.org/10.1039/c0nr00903b
+http://dx.doi.org/10.1590/S0101-81751995000300004
+http://www.diputados.gob.mx/LeyesBiblio/pdf/LAmp_150618.pdf
+http://escolapau.uab.cat/img/programas/desarme/ddr/ddr2009e.pdf
+https://editorialexpress.com/cgibin/conference/download.cgi?db_name=ACEI2014&paper_id=189
+https://doi.org/10.1152/ajpheart.01093.2010
+nytimes.com/2013/03/09/world/middleeast/in-syrias-rebel-strongholds-foreign-aid-yields-anger.html?_r=0
+www.ece.virginia.edu/mv/pubs/./MV-ICC2011-presentation.pdfdept
+http://www.bmvbs.de/cae/servlet/contentblob/33640/publicationFile/31567/strassenverkehrs-ordnung-stand-Dezember-2010.pdf
+http://www.institutolobo.org.br/imagens/pdf/artigos/art_087.pdf
+https://doi.org/10.1002/9780470756942.ch29
+http://dx.doi.org/10.1016/j.jneuroling.2013.10.002
+http://cf.gsfc.nasa.gov/docs/Cal/Other/Archi/2008/20080314105200Archi.txt
+Retrievedfromwww.isprs.org/proceedings/xxxvi/part7/pdf/069.pdf
+http://dx.doi.org/10.1016/j.respol.2012.03.009
+https://ndb.nal.usda.gov/ndb/foods/show/299794?manu=&fgcd=&ds=&q=Infant%20formula
+http://www.accionrse.cl/uploads/files/BeneficiosRSECasos_enero2011_Acci%C3%B3nRSE.pdf
+https://doi.org/10.9771/1984-5537geo.v11i1.12692
+https://doi.org/10.1590/01000683rbcs20140304
+http://www.bdlaw.com/assets/htmldocuments/Sao%20Paulo%20Decree%2059113-2013.pdfAccessed
+http://www.tsusinvasives.org/home/database/callidiellum-villosulum
+http://urn.fi/URN:NBN:fi-fe2015060810052
+http://www.econ.upf.edu/docs/seminars/bhagat.pdf
+https://doi.org/10.1371/journal.pbio.1001731
+https://doi.org/10.1074/jbc.M112.359000
+http://www.dfrc.wisc.edu/DFRCWebPDFs/1994-Hatfield-JSFA-65-51.pdf
+https://doi.org/10.1038/nature08756
+http://californiawatch.org/environment/corporate-farmer-calls-upon-political-allies-influence-delta-dispute
+http://dx.doi.org/10.1159/000320006
+http://dx.doi.org/10.1091/mbc.6.4.387
+http://www.who.int/classifications/icd/ICD10Volume2_en_2010.pdf.Accessedon
+http://doi.org/10.1016/j.socscimed.2010.07.045
+http://www.ansys.com
+http://uqu.edu.Sa/page/ar/2053
+https://www.hindustantimes.com/world-news/turkish-air-strike-hits-hospital-in-syria-s-afrin-16-civilians-killed/story-X6w2keCBC9HS
+http://dx.doi.org/10.15530/urtec-2014-1923793
+https://doi.org/10.1016/j.ejmech.2010.06.013
+http://www.membranetransport.org/.Accessed
+https://ieeexplore.ieee.org/document/7493257
+http://www-wds.worldbank.org/servlet/WDSContentServer/WDSP/IB/2004/09/22/000160016_20040922150619/Rendered/PDF/wps3381.pdf
+http://www.riegl.com/uploads/tx_pxpriegldownloads/DataSheet_VZ-1000_2015-03-24.pdf
+http://www.webcitation.org/5tZ0THjI8
+https://www.cdc.gov/coronavirus/2019-ncov/downloads/rt-pcr-panel-primer-probes.pdf
+https://doi.org/10.1016/j.sbi.2008.03.006
+www.nice.org.uk/guidance/ta215/resources/pazopanib-for-the-firstline-treatment-of-advanced-renal-cell-carcinoma-82600251340741
+http://dx.doi.org/10.1023/A:1009616112275
+http://journals.apa.org/prevention/volume1/pre0010002a.html
+https://dcc.icgc.org/
+https://www.springernature.com/gp/open-research/journals-books/books/the-oa-effect
+http://www.idd.bham.ac.uk/research/Projects/Role_of_gov/workingpapers/paper21.htm
+http://dx.doi.org/10.1016/j.cmet.2014.10.001
+http://unctad.org/es/Docs/ditcted20064_sp.pdf
+http://dtr2001.saude.gov.br/sas/PORTARIAS/Port2008/PT-09-CONS.pdf
+http://www.cnsnews.com/PUBLIC/content/article.aspx?RsrcID=45583
+https://doi.org/10.1257/aer.90.5.1184
+http://technomag.edu.ru/doc/239406.html
+http://dx.doi.org/10.1603/0022-0493-94.6.1547
+http://www.auralsonology.com/the-signs/chapter-8-dynamic-forms/
+https://hbr.org/1993/07/building-a-learning-organization
+https://doi.org/10.1038/onc.2016.170
+http://www.theclimategroup.org/assets/resources/publications/Smart2020Report.pdf
+http://dataservice.eea.europa.eu/dataservice/metadetails.asp?id=308
+http://www.un.org/sustainabledevelopment/
+https://doi.org/10.1016/j.jappgeo.2016.08.001
+https://doi.org/10.1016/S0378-1127
+Disponibleenlignesurwww.hum.utu.fi/oppianeet/ranskankieli/tutkimus/julkaisut/BOOK.pdf
+https://doi.org/10.1007/s00401-007-0234-5PMID
+https://doi.org/10.1016/S0895-7061(02)02962-X
+http://calendar.yoip.ru/work/2015-proizvodstvennyj-calendar.html
+https://doi.org/10.1063/1.4955196
+https://www.amazon.com/NutriFlair-Cinnamon-Organic-Serving-Capsules/dp/B01GNUJEZW/ref=sr_1_1_sspa?s=hpcandie=UTF8andqid=1517938692andsr=1-1-sponsandkeywords=Ceylon+Cinnamon+Powder+for+diabetic+patientsandpsc=1
+https://doi.org/10.3103/S1068375513060100
+http://www.asociacionag.org.ar/pdfaportes/27/10%20-%20Carlos%20Gervasoni%20-%20Democracia%20y%20autoritarismo%20en%20las%20provincias%20argentinas.pdf
+http://dx.doi.org/10.1016/j.jcv.2011.05.016
+http://doi.org/10.17763/haer.65.3.g3228437224v4877
+http://www.cea.assur.org
+http://www.vil-nius.lt/vaktai/default.aspx?id=3&Docid=30156978
+https://doi.org/10.5501/wjv.v1.i2.51
+https://doi.org/10.1590/S0100-06832004000100015
+http:www.medicinenet.com/script/main/art.asp?articlekey=122237
+https://doi.org/10.1177/1403494807086981
+http://dx.doi.org/10.1615/JLongTermEffMedImplants.v14.i4.20
+https://doi.org/10.1038/nature17405
+http://dx.doi.org/10.1371/journal.pone.0105563
+http://www.simsville.com
+http://dx.doi.org/10.1016/j.synthmet.2012.10.011
+http://dx.doi.org/10.1016/j.patcog.2016.11.024
+http://www.dri.com/new2dr/w2004.htm
+http://www.cnpt.embrapa.br/biblio/p_co40.htm
+http://www.acnur.org/fileadmin/scripts/doc.php?file=fileadmin/Documentos/BDL/2016/10793
+http://seer.ufrgs.br/index.php/EmQuestao/article/view/10060/7368
+http://www.sbfisica.org.br/arquivos/estatisticas_professores_INEP_2003.pdf
+http://www.nosmokeguide.or.kr/
+https://doi.org/10.1002/hyp.10530
+http://dx.doi.org/10.1111/j.1751-1097.1991.tb03669.x
+http://docketpublic.energy.ca.gov/PublicDocuments/09-AFC-
+http://www.businessweek.com/globalbiz/blog/europeinsight/archives/2008/08/the_new_cold_wa.html
+https://doi.org/10.1016/j.ygyno.2017.01.011
+http://dx.doi.org/10.1037/0033-2909.114.1.3
+http://www.iro.umontreal.ca/∼galicia/visualization.htm
+http://www.spacewar.com/reports/Daily_Maintenance_Keeps_UAV_Eyes_In_The_Sky_999.html
+http://securitylabs.websense.com/content/Blogs/3198.aspx
+http://dx.doi.org/10.1016/j.cell.2008.09.045
+http://www.comune.bolzano.it/ambiente_context02.jsp?ID_LINK=3681&area=68
+https://doi.org/10.1590/S1519-70772004000300002
+http://ec.europa.eu/eurostat/cache/metadata/en/ilc_esms.htm
+http://www.epomm.eu/newsletter/v2/content/2015/0615_2/doc/eupdate_en.pdf
+http://www.diabetes.org.uk/About_us/What-we-say/Statistics/Diabetes-prevalence-2013/
+https://doi.org/10.1016/j.celrep.2012.02.003
+http://www.ccqta.com/files/june2007.pdf
+https://data.eib.org/epec/sector/all
+http://www.ncbi.nlm.nih.gov/pubmed/1628013
+http://aei.pitt.edu/1139/01/growth_wp_COM_93_700_Parts_A_B.pdf
+https://doi.org/10.1596/26892
+http://isjd.pdii.lipi.go.id/index.php/Direktori-Jurnal.html
+https://doi.org/10.1093/nar/gkm792
+http://cloudability.com
+http://www.posttraffickingnepal.co.uk/cgi-bin/download.cgiMinistryofWomen
+https://www.gazeta.ru/tech/2017/06/28/10750967/durov_agreed.shtml
+https://doi.org/10.1037/0022-0663.98.3.567
+p.tjmg.jus.br/juridico/diario/index.jsp?dia=2207&completa=2inst%7Cadm
+https://doi.org/10.1016/S1473-3099
+http://dx.doi.org/10.1037/dev0000557
+https://www.bphn.go.id/data/documents/analisis_dan_evaluasi_peraturan_perundang-undangan_tentang_perumahan_rakyat.pdf
+http://www.lavanguardia.com/vida/20170918/431392047774/mas-87000-personas-esperan-trasplante-en-europa-y-solo-hay-10500-donantes.html
+http://www.comunidadandina.org/Seccion.aspx?id=87&tipo=TE&title=educacion
+http://www.rnain.nc.us/SERAMBO/BControl/butternut.html
+https://CRAN.R-project.org/package=nsga2R
+https://doi.org/10.1186/1475-2859-11-32
+http://dx.doi.org/10.1029/98GL00517
+http://www.lexicool.com/online-dictionary.asp?FKW=tourism
+http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.431.8235&rep=rep1&type=pdf
+https://doi.org/10.1191/0309132505ph531pr
+http://www.adj.ru/
+http://www.agronline.com.br/agronoticias/noticia.php?id=2643
+http://www.cityofkingston.ca/docu-ments/10180/1483472/EIT_A0713-13014.pdf/553dab7a-448d-4ef2-a80a-5bf0b53cc45d
+https://doi.org/10.1016/j.febslet.2015.05.016
+https://doi.org/10.1146/annurev.immunol.23.021704.115658
+http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-3.html
+http://dx.doi.org/10.1016/j.rse.2014.08.017
+https://doi.org/10.1083/jcb.99.4.1372
+https://doi.org/10.1007/s11356-017-0686-7PMID
+https://doi.org/10
+http://www.gartner.com/newsroom/id/2488616
+http://arxiv.org/ftp/arxiv/papers/1208/1208.1725.pdf
+http://dx.doi.org/10.2165/11317010-000000000-00000
+https://en.wikipedia.org/wiki/Honeycomb_structure
+https://www.accessdata.fda.gov/drugsatfda_docs/label/2014/205777lbl.pdf
+https://doi.org/10.2174/156802607780636753
+http://publicacio-nes.anuies.mx/pdfs/revista/Revista107_S1A1ES.pdf
+http://www.mdpi.com/1999-5903/5/2/282
+http://fortune.com/2018/02/25/cryp-tocurrency-ico-collapse/.Lastaccessed16
+https://doi.org/10.1017/S0022215106004191
+www.atmos-chem-phys.net/17/13151/2017/
+https://doi.org/10.1177/104973239200200105
+https://doi.org/10.1029/2005JD006869
+http://www.aicpa.org/Research/Standards/CodeofConduct/DownloadableDocuments/2014December15ContentAsof2014May15CodeofConduct.pdf.Accessedon
+http://vega.icu.ac.kr/˜gmlee/research/
+http://dx.doi.org/10.1093/carcin/19.1.1
+https://doi.org/10.29333/ejgm/7856
+https://doi.org/10.1162/jocn.2009.21115
+https://doi.org/10.1369/jhc.2009.954891
+http://habitaciondelvacio.blogspot.com/2010/05/facebook-y-nietzsche.html
+https://doi.org/10.1071/EN09116
+https://doi.org/10.1080/02619768.2017.1315399
+https://doi.org/10.1007/s00280-009-0991-z
+https://dspace.cuni.cz/bit-stream/handle/-20.500.11956/-
+https://doi.org/10.1002/j.2168-9830.2008.tb00962.x
+http://dx.doi.org/10.1016/j.nima.2014.12.008
+http://link.springer.com/article/10.1007/s10750-010-0392-7/fulltext.html#CR44
+http://www.cctv.com/news/china/20040309/102266.shtml
+http://www.omafra.gov.on.ca/english/research/ktt/kttdefined.htm
+http://dx.doi.org/10.1016/j.eswa.2005.10.003
+https://www.dovepress.com/by207.241.231
+https://doi.org/10.1002/phar.1638
+www.uni.torun.pl/Bulrichw
+https://aws.amazon.com/lambda/
+http://www.geosci-model-dev.net/5/709/2012/
+https://ztu.edu.ua/ua/science/files/autoreferat/aref_Gritsishen_DO.pdf
+http://www.intechopen.com/books/climate-models/the-effects-of-climate-change-on-orangutans-a-time-budget-model
+https://doi.org/10.1111/j.1559-1816.2002.tb00241.x
+http://www.gastronutriped.com/files/publicaciones/publicacion_147.pdf
+http://www.gutenberg-e.org/kirkbride/chapter2.html
+http://www.ecofys.com/en/press/mapping-the-cost-of-capital-for-renewable-energy-investments-in-the-eu/
+http://www.emodnet-biology.eu/component/imis/?module=dataset&dasid=1037
+https://www.qualtrics.com/it/
+http://www.cst.com
+https://www1.essex.ac.uk/conferences/ief/11th/1-SUSTAINABLE%20ENTREPRENEURSHIP.pdf
+https://doi.org/10.1016/j.tcb.2014.10.003
+https://elibrary.ru/item.asp?id=15232049
+http://gavwood.com/Paper.pdf
+https://doi.org/10.1016/j.ccr.2006.03.030
+http://dx.doi.org/10.1128/AEM.06420-11
+https://doi.org/10.1523/JNEUROSCI.20-12-04740.2000
+http://dx.doi.0rg/lO.lOl6/j.infsof2009.11.004
+http://dx.doi.org/10.1158/0008-5472.CAN-06-2548
+http://dx.doi.org/10.3758/s13428-011-0123-7
+https://doi.org/10.5152/tud.2018.40460
+http://molekyyligastronomia.fi/aiheet/reseptit/page/2/
+http://www.ams.org/journal-terms-of-use
+https://innovation.cms.gov/Files/reports/hcia-diseasespecific-thirdannrpt-addendum.pdf
+Http://WWW.irimet.ir
+http://dx.doi.org/10.1080/00224499.2015.1134425
+http://www.semana.com/noticias-justicia/no-cualquier-fiscal/126016.aspx
+http://download.portalgaruda.org/article.php?article=450789&val=6380&title=Perse
+http://dx.doi.org/10.3109/13814780903242481
+http://dx.doi.org/10.1017/S0033291711002819
+https://doi.org/10.1177/1747954117717890
+https://doi.org/10.1172/JCI41680
+http://www.eti.co.uk/marine-roadmap/
+http://dx.doi.org/10.1128/IAI
+https://doi.org/10.1139/cjp-2013-0549
+https://doi.org/10.15604/ejef.2015.03.02.002
+http://dx.doi.org/10.1080/02699930143000194
+http://www.tinyos.net/
+https://clinicaltrials.gov/ct2/results?cond=&term=rad001&cntry=&state=&city=&dist=&rslt=With&phase=2
+https://doi.org/10.1146/annurev.psych.58.110405.085530
+www.impactjournals.com/oncotarget20
+http://www.icex.es/icex/es/navegacion-principal/todos-nuestros-servicios/informacion-de-mercados/paises/navegacion-principal/el-mercado/estudiosinformes/DOC2016649
+http://bkrs.info
+http://www.globalgovernancewatch.org/spotlight_on_sovereignty/coming-to-a-city-near-you--global-charteragenda-for-human-rights-in-the-city
+https://doi.org/10.4300/JGME-D-15-00764.1
+http://dx.doi.org/10.1111/j.1365-294X.2004.02281.x
+https://doi.org/10.1271/bbb1961.44.2487
+http://www.who.int/dg/speeches/2013/health_promotion_20130610/en/index.html
+Retrievedfromwww.acenet.edu/news-room/Documents/Higher-ed-spotlight-undergraduate-student-veterans.pdf
+http://www.cisg.law.pace.edu/cisg/biblio/honnold.html
+http://coastal.usc.edu/currents_workshop/presentations/Yalciner.pdf
+https://doi.org/10.1101/2020induced
+http://jmlr.org/papers/v17/14-538.html
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.1016/j.lungcan.2014.11.017
+https://books.google.ch/books?id=9eF9DAAAQBAJ
+https://www.minorityhealth.hhs.gov/omh/browse.aspx?lvl=3&lvlid=62
+https://doi.org/10.1074/jbc.M302077200
+http://www.esisac.com/publicdocs/assessment_methods/VA.pdf
+http://www.tipografialamoderna.com/a_fondo/historia-y-retos-de-las-carreras-por-y-de-montana/
+http://bergey.com/
+www.hurights.or.jp/archives/other_documents/section1/1993/0
+http://www.aaai.org/ocs/index.php/KR/KR14/paper/view/7993
+http://www.gazetaromaneasca.com/integrare/italia/serial-gr-7-vieti-de-badante-a-cules-capsuni-in-spania-acum-e-ingrijitoare-in-italia-rezist-pentru-copiii-mei/
+http://dx.doi.org/10.20546/ijcmas.2016.501.084
+http://dx.doi.org/10.1073/pnas.0800555105
+https://doi.org/10.1126/science.261.5124.995
+http://idbdocs.iadb.org/wsdocs/getdocument.aspx?docnum=35989594
+http://bvsms.saude.gov.br/bvs/saudele-gis/gm/2011/prt1459_24_06_2011.html
+https://doi.org/10.1080/2162402X.2015.1008824
+http://aac.asm.org/cgi/doi/10.1128/AAC.00555-09
+http://dx.doi.org/10.2225/vol9-issue2-fulltext-7
+http://dx.doi.org/10.1007/s00445-011-0525-5
+http://jap.aip.org/about/rights_and_permissionsProcess.57
+http://adamcontent.com/good-health-content-means-video-just-ask-the-peo-ple/2008/04/06/
+https://doi.org/10.4310/jdg/1214439902
+http://pubstorage.sdstate.edu/
+http://dhdhi.hypotheses.org/1072
+http://www.msri.org/publications/ln/msri/2000/subfactors/ocneanu
+www.pubmed.gov/18207049
+http://www.planalto.gov.br/ccivil_03/_Ato2004-2006/2006/Lei/L11418.htm
+http://pubs.er.usgs.gov/usgspubs/ofr/ofr20061242
+https://doi.org/10.1007/s11883-016-0575-4
+http://dx.doi.org/10.1145/2504335.2504360
+http://dx.doi.org/10.1590/01000683rbcs20140740
+http://cran.r-project.org/web/packages/nlme/
+https://cyberleninka.ru/article/n/tehnologiya-organizatsii-obrazovatelnoy-ekskursii
+https://doi.org/10.1126/science.1107621
+http://acqnet.sarda.army/library/final/final1299.html
+https://doi.org/10.1061/(ASCE)ST.1943-541X.0001499
+https://doi.org/10.1021/jf0718300
+www.autoenv.org
+https://doi.org/10.1016/j.jseaes.2016.03.012
+https://doi.org/10.1590/S0104-12902018170425
+http://www.fnri@dost.gov.ph
+http://magma.maths.usyd.edu.au
+http://www.ferc.gov/legal/staff-reports/dec-2012-energy-infrastructure.pdf
+http://www.retimedievali.it
+https://doi.org/10.1101/2020.03.05.974972doi
+https://doi.org/10.1177/1745691614568482
+http://narodne-novine.nn.hr/clanci/sluzbeni/2014_06_67_1279.html
+http://dx.doi.org/10.1016/S0049-0172
+http://cedawsombraesp.wordpress.com/
+https://www.ncjrs.gov/pdffiles1/nij/190351.pdf
+http://www.monografias.com/trabajos66/terapia-risa/terapia-risa.shtml
+http://en.wikipedia.org
+https://doi.org/10.1523/JNEUROSCI.4699-13.2014
+http://peacewomen.org/actionplan/nationalactionplanukraine
+https://www.economist.com/business/2015/09/10/digital-taylorism
+http://dx.doi.org/10.1002/bit.10304
+https://doi.org/10.1016/j.cell.2013.12.019
+http://www1.eere.energy.gov/femp/features/cool_roof_resources.html
+http://www.fao.org/fo%2Napfsosl34/apfsos26.hlml
+http://s-space.snu.ac.kr/bitstream/10371/120836/1/000000017842.pdf
+http://psych.unl.edu/psycrs/
+https://doi.org/10.1016/j.econmod.2015.09.037
+http://dx.doi.org/10.17169/fqs-2.3.913
+https://www.eff.org/deeplinks/2010/04/facebook-timeline
+https://psyarxiv.com/3uc9s
+https://doi.org/10.1371/journal.pmed.1001641
+http://dx.doi.org/10.1183/09031936.06.00136905
+http://www.chem.vt.edu/confchem/2002/b/nakhleh.html
+http://www.archive.org/details/palmtreesofamazo00wall›
+http://www.thejakartapost.com/news/2016/02/27/the-lgbt-debate-and-fear-ger-akan.html
+https://www.iarc.fr/en/media-centre/pr/2013/pdfs/pr223_E.pdf
+https://doi.org/10.1007/s10822-019-00243-7
+https://doi.org/10.1007/s11606-006-0044-9
+http://www.diabetesforecast.org/2013/jun/new-sglt-2-meds-target-the-kidneys.html?loc=morefrom
+http://bit.ly/35qr16o
+https://doi.org/10.1145/3001773.3001774
+http://www.nice.org.uk/pdf/csgspresearchevidence.pdf
+http://lilacconference.com/WP/wp-content/uploads/BentStubbings.pdf
+http://dx.doi.org/10.2307/1251707
+http://bulletin.is.gliwice.pl/index.php?go=cur-rent&ebis=2014_05_22
+https://creativecommons.org/licenses/by/4.0/legalcode
+http://www.nytimes.com/2013/02/17/world/africa/militants-infiltrate-towns-in-freed-areas-of-mali.html?pagewanted=1&ref=mali
+http://dx.doi.org/10.1016/j.plasmid.2005.08.003
+https://doi.org/10.1016/j.biomaterials.2008.12.055
+http://www.statcan.ca/english/research/11-621-MIE/2003005/11-621-MIE2003005.pdf
+http://www2.icnf.pt/portal/florestas/dfci/inc/info-geo
+http://dx.doi.org/10.1016/S0034-4257(03)00079-8
+http://www.fda.gov/downloads/Food/FoodScienceResearch/UCM088702.pdf
+https://doi.org/10.1105/tpc.016238
+http://dx.doi.org/10.1016/j.foreco.2010.06.022
+https://www.iau.org/news/announcements/detail/ann19035
+http://www.acrnet.org/Publications.aspx?id=104&terms=arbitration+fairness+act
+https://doi.org/10.1128/AEM.03710-13
+www.bitcoin.org
+http://dx.doi.org/10.1016/j.brs.2017.09.004
+https://ams-ix.net/technical/statistics/sflow-stats/ipv6-traffic
+http://dx.doi.org/10.1097/00006454-200301000-00006
+http://www.car.ba.gov.br/uploads/publicacoes_31.pdf.Acessoem21/07/2014
+http://www.ekoloji.com.tr/resimler/3-12.pdf
+https://doi.org/10.1146/annurev.neuro.29.051605.113038
+http://dx.doi.org/10.1177/0333102411401634
+http://www.who.int/neglected_diseases/2010report/en/.Accessed27
+https://www.researchgate.net/profile/Steven_Stemler/publication/269037805_An_overview_of_content_analysis/links/547e0aba0cf2de80e7cc402a.pdf
+http://iot-smartcities.lero.ie/wp-content/uploads/2016/12/
+http://en.wikipedia.org/wiki/Driver's_license
+http://www.trondheim.kommune.no/content.ap?thisId=1117638358
+http://docs.opengamma.com/display/DOC/Analytics.1
+https://doi.org/10.1007/s00425-014-2063-9
+https://doi.org/10.1186/1756-0500-7-479
+http://dx.doi.org/10.4314/wsa.v44i4.09
+http://aso.gov.au/titles/spoken-word/hinklers-message/clip1/accessed12
+https://doi.org/10.1104/pp.16.00536
+https://doi.org/10.3390/molecules19079926
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.5194/acp-2019-221Manuscript
+www.ajpcell.org
+https://doi.org/10.1016/j.epsl.2016.06.015
+http://www.uog.edu.gy/files/documents/prochancellor/The_Social_Construction_of_Race-Ethnic_Confilct.pdf
+https://www.thehindubusinessline.com/specials/pulse/who-banned-my-cough-syrup-and-why/article8371387
+http://www.riurb.com/n8/08_Riurb.pdf
+http://dx.doi.org/10.1177/004051750107100710
+https://www.revistacontemporaneos.com.br/n1/pdf/inovacoes_tecnologicas.pdf
+https://hea.ie/assets/uploads/2018/12/ROI-NI-Student-Flows-Report-December-2018-FINAL.pdf
+https://doi.org/10.1371/journal.pntd.0002422
+http://www.nola.com/archives/t-p/index.ssf?/base/library-98/114266861931840.xml&coll=1
+http://www.oct.ca/public/professional-standards
+https://doi.org/10.1029/2011JD015808
+https://doi.org/10.4103/0971-3026.1202729
+https://doi.org/10.1111/1467-9566.12745
+https://doi.org/10.1152/japplphysiol.00255.2015
+http://dx.doi.org/10.1038/nature06090
+https://www.nice.org.uk/process/pmg4/chapter/6-incorporating-health-economics#economic-evidence-and-guidance-recommendations
+http://www.mesoweb.com/resources/informes/Waka2006.html
+https://doi.org/10.1111/febs.13012
+http://www.tabspain.com/wp-content/uploads/informacion-tecnica/renovables/curvas-y-tablas/din-41773-y-din-41774-para-baterias-pzs.pdf
+https://doi.org/10.1038/ng.3168
+http://dx.doi.org/10.33448/rsd-v9i1.176520
+https://www.isa.org/store/design-of-instrumentation-and-data-acquisition-system-for-complex-admittance-measurement-biomed-2004/120103
+http://www.clarku.edu/~mbamberg/publications.html
+https://doi.org/10.1002/cam4.1334
+https://doi.org/10.1371/journal.pbio.1001392
+http://broadinstitute.github.io/picard/
+http://dx.doi.org/10.33448/rsd-v9i8.5539
+http://www.consumerreports.org/cro/health/making-the-world-safe-from-superbugs/index.htm
+https://doi.org/10.1111/j.1476-5381.1985.tb12929.x
+https://doi.org/10.1186/1742-4755-12-S2-S8
+https://doi.org/10.3406/befeo.2014.6173-2015.Banteay
+http://dx.doi.org/10.1097/OLQ.0b013e3181f12dbf
+http://www.bloodjournal.org/site/subscriptions/index.xhtml
+https://doi.org/10.1016/j.bbi.2014.10.006
+https://doi.org/10.1007/s10654-007-9187-1PMID
+https://doi.org/10.1038/jid.2013.230
+http://www.marxists.org/reference/subject/philosophy/works/ge/koffka.htm
+https://doi.org/10.1007/s00184-018-0673-0
+http://www.nature.com/articles/nm.3916
+http://dx.doi.org/10.1007/s10935-015-0398-z
+http://dx.doi.org/10.1080/13682820701861832
+https://doi.org/10.1200/JCO.2004.08.173
+http://www.eva.mpg.de/lingua/resources/glossing-rules.phpRetrieved2015-06-07
+http://kidshealth.org/parent/positive/family/nine_steps.html
+https://www.giiresearch.com/report/amr676714-mri-system-market-by-architecture-type-open-mri.html
+http://dx.doi.org/10.1128/JVI.03464-12
+http://ec.europa.eu/eurostat/statistics-explained/index.php/Information_society_statistics_-_households_and_individuals/pl
+http://gcn.gsfc.nasa.gov/gcn/gcn3/224.gcn3
+http://www.ohchr.org/EN/ProfessionalInterest/Pages/CERD.aspx
+http://revistagloborural.globo.com/Revista/Common/0
+http://uwic.summon.serialssolutions.com/link/0/eLvHCXMwY2BQSE1
+https://www.ams.org/journal-terms-of-use4
+http://dx.doi.org/10.1093/jac/27.2.199
+http://www.dfid.gov.uk/r4d/news.asp?ArticleID=50292
+http://scholarspace.manoa.hawaii.edu/handle/10125/3514
+http://dx.doi.org/10.1016/j.immuni.2008.05.019
+http://dx.doi.org/10.4314/ejhd.v24i1.62951
+http://dx.doi.org/10.1016/j.foodres.2011.11.001
+https://doi.org/10.1192/bjp.130.3.201
+http://eur-lex.europa.eu/LexUriServ/LexUriServ
+http://www.scielo.br/pdf/eins/v11n1/a07v11n1.pdf
+http://www.scielo.br/scielo.php?pid=S1984-92302004000100010&script=sci_arttext&tlng=es
+http://www.scielo.br/pdf/rbepop/v27n1/14.pdf
+http://dx.doi.org/10.1016/j.envdev.2012.09.004
+http://interop-lab.eu/ei_public_deliverables/athenadeliverables/list-of-public-deliverables-submitted-during-the-athena-project/?searchterm¼ATHENA
+https://doi.org/10.1080/07303084.2014.946838
+http://www.hefce.ac.uk/pubs/hefce/2008/08_35/08_35.pdf
+https://doi.org/10.1179/2047773212Y.0000000062
+https://calloftheearth.files.wordpress.com/2009/07/coe-publication-final.pdf
+http://www.biodiversitylibrary.org/item/17975#page/76/mode/1up
+http://wwwn.cdc.gov/nchs/nhanes/1999-2000/SSMUMP_A.htm
+https://doi.org/10.20428/AJQAHE.11.33.6
+http://hdr.undp.org/sites/default/files/reports/219/hdr_1990_en_complete_nostats.pdf
+http://www.unicamp.br/iel/site/alunos/publicacoes/textos/f00002.htm.2005.Acessoem:outubro
+http://www.anc.org.za/docs/discus/2012/landpolicyproposals_june2012g.pdf
+http://cc.oulu.fi/~jarioksa/opetus/metodi/sessio2.pdf
+http://www.fef.unicamp.br/hotsites/ccd_2005/cd/trabalhos/mesa/ROSSANA%20V.S.pdf
+https://doi.org/10.1016/j.lithos.2015.05.003
+http://hdl.handle.net/10400.2/1296
+http://www.dc.gob.mx/images/stories/comunicación/Publicaciones/competencia_económica_en_méxico/Capitulo%20VIII%20
+https://doi.org/10.1126/science.aaf8505
+http://www.hut.fi/Units/Departments/R/Bridge/longspan.html
+http://www.acasa.upenn.edu/icstm04/
+http://www.unaids.org/sites/default/files/media_assets/jc2007_combination_prevention_paper_en_pdfAssessed29thJanaury2016website
+http://www.planalto.gov.br/CCivil_03/Decreto-Lei/1965-1988/Del0464.htm
+http://faostat.fao.org/site/567/default.aspx#ancor
+ssrn.com/abstract=1115468
+http://www.who.int/hpr/NPH/docs/hp_glossary_en.pdf
+http://www.publichistory.org
+www.icccpi.int/fr_menus/icc/structure%20of%20the%20court/registry/experts/Pages/linguistics%20profile.aspx
+https://doi.org/10.1080/15239080802529472
+https://ajet.org.au/index.php/AJET
+https://doi.org/10.1111/j.1600-0854.2008.00821.xPMID
+https://doi.org/10.1083/jcb.201612064
+http://dx.doi.org/10.1038/onc.2014.255
+http://3csep.ceu.hu/sites/default/files/field_attachment/project/node-3347/englishreportfuelpoverty.pdf
+http://dx.doi.org/10.1007/s00425-002-0906-2
+http://www.peh-med.com/
+http://search.ebscohost.com.ezproxy.selu.edu
+https://doi.org/10.1016/j.cub.2010.04.059
+https://www.usgbc.org/cert-guide
+http://dx.doi.org/10.1080/01621459.1987.10478517
+http://dx.doi.org/10.31638/IJPRS.V7.I3.00048
+http://portal.acm.org/citation.cfm?doid=325334.325257
+https://doi.org/10.1029/2019GL084941
+http://dx.doi.org/10.1111/j.1540-6261.1970.tb00518.x
+https://doi.org/10.1016/j.beth.2015.11.004
+http://dx.doi.org/10.1093/nar/gks993
+https://www.sacredheartmission.org/services/longer-term-support-accommodation/journey-social-inclusion-project
+http://www.surgery.org/download/2008stats.pdf.Accessed
+https://doi.org/10.1002/j.2162-6057.1993.tb00711.x
+http://nationwidedvm.com/wp-content/uploads/2017/03/NWBrachycelphalicStudy0317.pdf
+http://doi.org/10.1111/j.1439-0310.2011.01962.x
+https://fenix.tecnico.ulisboa.pt/downloadFile/3779577326932/Modelos_prob_12.pdf
+http://dx.doi.org/10.1097/00005053-198704000-00007
+http://www.mangroverestoration.com/downloads/Johnson%20and%20Herren%202008%20Main%20Body%20Text%20Only.pdf
+http://dx.doi.org/10.1016/j.irle.2007.12.001
+http://dx.doi.org/10.5248/120.385
+https://doi.org/10.1080/02626667.2015.1031761
+http://www.chinagrain.cn/yumi/2009/9/30/200993016303091574.htmlReferences20
+https://doi.org/10.1007/s10530-017-1553-7
+http://www.english.people.com.cn/200603/16/eng20060316_250905.html
+https://www.stat.ee/pressiteade-2018-007
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0104-11692009000700001&lng=en&nrm=isoAcessoem
+https://doi.org/10.1016/j.compedu.2014.12.008
+http://mod.iig.uni-freiburg.de/cms/fileadmin/publikationen/online-publikationen/Informatik.Frauen.Deutschland.pdf
+http://dx.doi.org/10.35381/r.k.v4i8.293
+http://orgprints.org/19310/1/world-of-organic-agriculture-2011.pdf
+http://www.limina.arts.uwa.edu.au66welive
+http://dx.doi.org/10.1021/jp973425p
+http://www.yourhealth.gov.au/internet/yourhealth/publishing.nsf/Content/plainpack-tobacco-subs-b#.UOzuWKxqF9M
+http://bvsms.saude.gov.br/bvs/publicacoes/uso_racional_medicamentos_temas_selecionados.pdf.Acessoem:02/10/2017
+http://www.ncbi.nlm.nih.gov/pubmed/16103053
+https://doi.org/10.2217/fmb.13.47
+http://hal.inria.fr/inria-00516689
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0004972700038156
+https://doi.org/10.20546/ijcmas.2018.707.368
+scholar.waset.org/1307-6892/9837
+http://www.jstor.org/stable/2352814
+https://doi.org/https://doi.org/10.1371/journal.pbio.2004103
+http://www.pr.gov.br/noticianodia13/04/2002
+https://doi.org/10.1002/j.1460-2075.1982.tb01346.x
+https://www.nhmrc.gov.au/guidelines-publications/rm001
+https://variety.com/2019/tv/columns/game-of-thrones-season-8-episode-5-daenerys-dany-emilia-clarke-1203212428/
+www.pancevac-online.rs/index.php?module=article&issue_id=408&id=59033&comment=truehttp://www.pancevo.rs/O_Pancevu-14-1
+https://doi.org/10.1051/apido/2009013
+http://oa.upm.es/3002/36.JesúsRivasCarmona
+https://pubs.niaaa.nih.gov/publications/inscage.htm
+https://www.transnational-dispute-management.com/article.asp?key=2469
+https://doi.org/10.1353/cpr.2017.0036
+http://news.amnesty.org/index/ENGPOL306062006
+http://doi.org/10.1016/j.aml.2009.02.006
+https://data.worldbank.org/indicator/NY.GDP.PCAP.CD
+https://doi.org/10.1142/S0218488502001648
+http://dx.doi.org/10.1177/0018726707085947
+https://doi.org/10.1021/js980459f
+http://nationalgeographic.co.idSumberlain-lain
+https://doi.org/10.1007/s11156-013-0415-3
+https://doi.org/10.1136/medethics-2011-100080
+http://dx.doi.org/10.1068/p270417
+http://dx.doi.org/10.1016/j.nima.2011.10.060.URLhttp://www.sciencedirect.com/science/article/pii/S0168900211020122
+https://doi.org/10.1016/j.carbon.2004.03.018
+http://www.cihr-irsc.gc.ca/e/29529.html23
+http://wihah2016.com/
+https://doi.org/10.1177/2382120518763360
+http://dx.doi.org/10.1016/j.gene.2013.07.028
+www.seimc.org/protocolos/clinicos/proto7.htm14
+dx.doi.org/10.1016/j.jmsy.2008.05.001
+http://www.nbmcw.com
+https://doi.org/10.1109/83.951537
+http://dx.doi.org/10.1128/AAC.01831-10
+http://dx.doi.org/10.1186/s13705-015-0047-7
+http://sites.sas.upenn.edu/schorf/files/svar-paper.pdf
+https://doi.org/10.1371/journal.pone.0005038
+drdoi.org/10.1155/2014/1049
+http://www.ffyh.unc.edu.ar/editorial/wp-content/uploads/2013/05/EBOOK_ALE.pdf
+http://ssrn.com/abstract=884690
+https://doi.org/10.1007/s10350-006-0578-2PMID
+https://doi.org/10.5194/gmd-11-321-2018
+http://www.nber.org/chapters/c6867.pdf
+https://doi.org/10.1371/journal.ppat.0020070
+http://www.dof.gob.mx/nota_detalle.php?codigo=5154226&fecha=04/08/2010
+http://dx.doi.org/10.1080/00014788.2014.1002444
+http://digitalcommons.kennesaw.edu/glq/vol50/iss2/8
+https://www.copernicus.eu/en
+https://doi.org/10.5771/9783748907749
+https://www.youtube.com/watch?v=i4MZuoNhC00
+https://www.teldevice.co.jp/ted_real_iot/column/why_reason/
+https://doi.org/10.1186/1475-2875-9-254
+https://doi.org/10.3389/fnins.2015.00183
+http://dx.doi.org/10.1161/01.CIR.101.9.948
+http://www.math.uiuc.edu/Macaulay2/
+http://bat.library.ucsf.edu//tid/jtp53a99
+https://doi.org/10.1016/0749-596x
+http://www.tdp.cat/issues11/abs.a154a13.php
+http://gulfnews.com/news/world/other-world/japan-women-world-s-longest-lived-as-male-lifespan-tops-80-1.1365955
+http://dx.doi.org/10.1109/TIE.2006.878330
+https://doi.org/10.1038/nbt.1621
+https://doi.org/10.1126/science.278.5338.680
+http://www.planalto.gov.br
+https://doi.org/10.1002/ece3.3436
+who.int/entity/chp/chronicdiseasereport/media/Factsheet1.pdfavailable
+http://ssrn.com/abstract=2568768
+http://www.epa.gov/epaoswer/non-hw/muncpl/backyard/pubs/residents.pdf
+http://dx.doi.org/10.1159/000070184
+http://pen.sagepub.com/cgi/doi/10.1177/014860711557503313
+https://doi.org/10.1186/1756-0500-7-835
+https://doi.org/10.1016/j.cub.2012.09.020
+http://dx.doi.org/10.1016/j.indmarman.2003.06.010
+https://doi.org/10.1371/journal.pone.0103929
+http://www.linux.org/,accessed2007
+http://www.microbialcellfactories.com/content/10/1/57
+http://www.upm.ro/facultati_departamente/ea/onm2007/SECTIUNEA%202/NECULAI_DANIEL.pdf
+http://aifs.gov.au/institute/pubs/fm1/fm36rh1.html
+http://dx.doi.org/10.1083/jcb.130.2.299
+https://goo.gl/k8qOoP
+http://link.aps.org/doi/10.1103/PhysRevLett.49.405
+https://news.gallup.com/poll/168716/one-third-americans-haven-visited-dentist-past-year.aspx
+https://doi.org/10.1006/jmla.2002.2864
+https://doi.org/10.1177/2055207617701276
+http://trade.ec.europa.eu/doclib/docs/2015/may/tradoc_153435.pdf
+https://doi.org/10.1155/2012/972896
+https://doi.org/10.1111/j.1365-2958.2007.06042.xPMID
+www.hqda.army.mil/acsimweb/doc/IMI2004/IMI-encroachment-UseofACUBsv.II.ppt
+https://www.yna.co.kr/view/AKR20190118128800004
+http://portal.mec.gov.br/sesu/arquivos/pdf/CNRM0579.pdf
+http://www.pryordailytimes.com/local/local_story_316145238.html
+http://www.ecologyandsociety.org/vol12/iss1/art23/
+https://github.com/conan7882/VGG-cifar
+https://doi.org/10.1673/2006_06_13.1
+www.unctad.org/iia
+https://doi.org/10.1111/j.1438-8677.2007.00022.x
+http://dx.doi.org/10.1038/sj.jea.7500460
+http://dlc.iec.cat/
+https://doi.org/10.1002/oa.848
+https://doi.org/10.1016/j.cortex.2013.12.013
+https://doi.org/10.1140/epjb/e2007-00124-5
+http://www.damtp.cam.ac.uk/lab/digiflow/
+https://doi.org/10.1007/s10661-015-4348-2
+http://economy.caijing.com.cn/2013-07-18/113058493.html
+http://scholarworks.boisestate.edu/cgi/viewcontent.cgi?article=1342&context=tdRetrievedfromhttp://scholarworks.boisestate.edu/td/339
+http://www.argn.com/index.php
+http://dx.doi.org/10.1016/j.bpj.2010.05.033
+http://fata.gov.pk/Global-fac.php?iId=355&fid=42&pId=38&mId=141
+http://publikationen.ub.uni-frankfurt.de/frontdoor/index/index/docId/4955
+http://dx.doi.org/10.1080/0953728031000117977
+www.bibliotheksstatistik.de
+https://doi.org/10.1007/s11165-009-9149-6
+http://dx.doi.org/10.1186/s40554-016-0029-x
+http://orientacaoeducacionalemacao.blogspot.com.br/p/atribuicoes-do-oe-no-distrito-federal.html.Acessoem17deabrilde
+http://www.R-project.org/
+http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.57.1088
+https://doi.org/10.1073/pnas.1319175111
+http://cdsweb.u-strasbg.fr/cgi-bin/qcat?VI/98
+https://doi.org/10.1080/02724634.2014.840645
+https://doi.org/10.1038/s41598-017-06293-x
+https://doi.org/10.1111/j.1551-2916.2011.04656.x18
+http://mlab.uiah.fi/culturalusability/papers/Kuutti_paper.html
+http://livertox.nih.gov/Acetaminophen.htm
+https://doi.org/10.1155/2014/852317
+http://dx.doi.org/10.4161/cam.4.1.9834
+https://telearn.archives-ouvertes.fr/hal-00190453
+https://doi.org/10.14202/vetworld.2018.939-943
+http://doi.wiley.com/10.1002/tqem.1200
+http://doi.org/10.5334/ijic.1180
+http://dx.doi.org/10.1063/1.1728417
+http://www.ivis.org
+https://doi.org/10.1016/j.ijfoodmicro.2017.10.027
+https://doi.org/10.1128/JCM.01410-07
+http://www.aktors.org/akt/
+http://www.visual-paradigm.com
+http://doi.org/10.1080/15564900903245642
+https://doi.org/10.11646/zoot-axa.4239.1.1
+https://doi.org/10.1007/BF00224252
+https://doi.org/10.3989/aeamer.2001.v58.i1.231
+http://www.internetretailer.com/2011/03/24/daily-deal-revenue-will-increase-138-year
+http://econ.as.nyu.edu/docs/IO/35711/davila.pdf
+http://www.bioone.org/doi/full/10.1644/10-MAMM-A-144.1
+http://www.ncsu.edu/felder-public/RMF.html
+https://doi.org/10.1093/cercor/bhv007
+http://dx.doi.org/10.1016/j.ejmech.2013.01.032
+http://www.biblioteca.ufc.br/links.html
+http://europa.eu/about-eu/basic-information/symbols/europe-day/schuman-declaration/index_en.htm
+https://doi.org/10.11120/beej.2014.00027
+www.iea.org.uk/publications/research/the-government-debt-iceberg
+http://jcmc.indiana.edu/vol9/issue1/nishimura.html
+http://contardocalligaris.blogspot.com/
+http://www.nice.org.uk/guidance/cg160
+http://www.rcoa.ac.uk/docs/ARB-section10.pdf
+https://doi.org/10.1016/0277-9536(91)90100-Q
+http://www.cis.upenn.edu/~rtg/mac/
+https://doi.org/10.1055/s-0029-1192044PMid
+Https://Www.Youtube.Com/Watch?V=3l-Qd2zv5xs&Feature=Youtu.Be
+https://doi.org/10.1016/j.scaman.2013.05.001
+https://doi.org/10.1073/pnas.1414106111
+https://doi.org/10.1038/ncomms14049
+https://doi.org/10.1128/AAC.45.5
+https://doi.org/10.1021/es703009q
+http://www.agmrc.org/media/cms/rf10_6EFE7AB486EC1.pdf
+https://worldcoffeeresearch.org/docu-ments/42/Coffee_Strategy_Low_Res.pdf
+https://doi.org/10.1371/journal.pone.0043421
+http://dx.doi.org/10.3989/rfe.2014.06
+http://www.government.se/press-releases/2016/03/government-appoints-delegation-for-swedens-implementation-of-2030-agenda/
+https://doi.org/10.1093/bioinformatics/btm066
+https://www.straitstimes.com/singapore/health/the-3-beyonds-singapores-strategy-to-sustain-quality-healthcare-as-demand-rises
+http://www.elia.be/~/media/files/Elia/users-group/141008_Final_report.pdf
+https://teach.com/what/teachers-change-lives/motivating-students/
+http://www.unicef.org/crc/Cook
+http://www.agir.ro/buletine/214.pdf7.http://webbut.unitbv.ro/teze/rezumate/2010/rom/ionescu_mandrulidia.pdf8.http://cis01.central.ucv.ro/manag_ac_ad/2011/files/metodologie_risc.pdf5
+http://www.bnp2tki.go.id/read/11171/Nusron-Wahid-Sayangkan-Indonesia-Belum-Bisa-Memenuhi-Permintaan-Tenaga-Perawat-
+http://dx.doi.org.login.ezproxy.library.ualberta.ca/10.1037/0022-0663.89.3.538
+http://su.diva-portal.org/smash/record.jsf
+http://dx.doi.org/10.1128/JVI.02497-06
+http://www.standardmedia.co.ke
+http://doi.org/10.1177/1461444809336551
+http://dx.doi.org/10.1128/MCB.01921-07
+www.tml.hut.fi/Opinnot/Tik-111.500/2000/kuismanen_final.pdf
+http://dx.doi.org/10.1111/j.1399-3046.2011.01566.x
+http://www.kidney.org/news/newsroom/newsitem.cfm?id=278-13k
+https://doi.org/10.1093/poq/nfw005
+http://var.astro.cz/oejvISSN
+https://doi.org/10.1080/11263504.2012.717550
+http://www.businessweek.com/magazine/content/05_40/b3953146.htm
+https://controversialhistory.blogspot.in/2008/10/origin-of-brahmi-script.html
+https://doi.org/10.1016/j.arth.2017.02.041
+https://doi.org/10.1126/science.1172539
+www.meco.unifi.it/MECO_manual.pdf
+http://en.wikipedia.org/wiki/Banksy
+http://dx.doi.org/10.1128/JB.01350-09
+https://doi.org/10.1021/cm0011559
+http://ctep.cancer.gov/reporting/CTC-3.html
+http://dx.doi.org/10.1590/S1413-81232011001000012
+http://www.nmfs.noaa.gov/pr/pdfs/recovery/whiteabalone.pdf
+https://doi.org/10.1126/scitranslmed.3009367
+http://dx.doi.org/10.1038/ncb2422
+http://compbio.cs.uic.edu/data/bitcoin/.Ac
+http://arxiv.org/abs/hep-th/9910096v1
+http://www.nrel.gov/ncpv/images/efficiency_chart.jpg
+https://doi.org/10.1038/215512a0
+https://doi.org/10.1002/ab.21637
+http://www.awmf.org/leitlinien/detail/ll/024-019.html.Zugegriffen:18.06
+http://www.kitchenermarket.ca/about.aspx#history
+http://ec.europa.eu/eurostat/tgm/table.do?tab=table&init=1&plugin=1&language=en&pcode=t2020_50
+http://www.seer.ufal.br/index.php/ritur
+http://doi.org/10.1080/10705519909540118
+http://ectn-assoc.cpe.fr/chemistry-eurolabels/doc/officials/Off_EML060930_Euromaster_Framework_200609V1a.pdf
+http://cult-cult.ru/problem-of-identity-crisis-in-modern-art
+http://dl.acm.org/citation.cfm?doid=2830719.2830736
+https://www.wsj.com/news/types/journal-reports-energy
+http://tinyurl.com/cn37ub4
+http://www.bbc.co.uk/news/10362925
+https://arxiv.org/abs/quant-ph/0210187
+http://www.boi.org.il/he/Pages/Default.aspx
+http://dx.doi.org/10.1021/es204183v
+https://doi.org/10.1016/j.neuron.2014.01.013
+https://doi.org/10.3406/enfan.1952.1241
+https://doi.org/10.1016/j.ijcard.2016.02.083
+https://doi.org/10.1016/j.scriptamat.2014.03.014
+http://aihw.gov.au/WorkArea/DownloadAsset.aspx?id=60129544363
+https://doi.org/10.1021/acs.chemrev.5b00346
+http://www.unhcr.org/53679e679.pdf
+https://doi.org/10.1161/STROKEAHA.106.467506
+https://www.cambodiadaily.com/archives/students-call-for-kr-sex-crimes-to-be-included-in-curricula-43413/
+http://www1.fpl.fs.fed.us/monit.pdf
+http://dx.doi.org/10.1016/S0266-3538
+https://doi.org/10.5772/2722
+http://dx.doi.org/10.1016/j.paid.2012.11.008
+http://onlinelibrary.wiley.com/doi/10.1111/nph.13210/full
+http://www.who.int/mediacentre/factsheets/fs117/en/
+https://perma.cc/G75U-SDH4
+http://dx.doi.org/10.1016/0012-365X
+http://dx.doi.org/10.1016/j.sbspro.2011.09.131
+http://hemerotecadigital.bne.es/issue.vm?id=0000471554&page=2&search=colonia+santa+eulalia+sax&lang=es
+https://doi.org/10.1101/2020.01.20.912998
+http://www.emory.edu/BUSINESS/readings/CloudComputing/Gartner_cloud_computing_defining.pdf
+https://doi.org/10.1242/jcs.027052
+https://doi.org/10.1128/JB.184.16.4455-4465.2002
+https://doi.org/10.12688/f1000research.7493.1
+http://www.meetingplace.net/
+http://www.grand-illusions.com/magicmirror/magmir1.htm
+www.3gpp.org/public-safety
+http://en.wikipedia.org/w/title=1964_Niigata_earthquake&action
+http://www.choosingraw.com/what-healthy-truly-means-quincys-green-recovery-story/
+https://doi.org/10.1007/s10113-016-1068-2
+http://dx.doi.org/10.1016/S0160-4120
+http://dx.doi.org/10.1016/j.energy.2013.05.041
+http://www.arbeidstilsynet.no/artikkel.html?tid=78880
+https://doi.org/10.1080/19416520.2012.656841
+https://docs.google.com/open?id=0BweUYcipCswRZmJ2dEQ1bEhKWVE
+https://www.timeshighereducation.com/sites/default/files/breaking_news_files/university-financial-health-check-2016-uk-institutions-finances-2014-2015
+https://doi.org/10.1016/j.cherd.2011.07.015
+http://dx.doi.org/10.1787/22260919
+http://dx.doi.org/10.1111/j.1365-294X.1996.tb00347.x
+http://dx.doi.org/10.1016/j.ijepes.2010.10.008
+http://www.ijnetwork.org/clients
+https://doi.org/10.1128/AAC.36.3.626
+www.soilassociation.org/Whatwedo/Organicstandards/Standardscommittees/Ethicaltrade/tabid/252/Default.aspx.Accessed28.09.09
+Seewww.borland.com/jbuilder
+http://www.forcedmigration.org/guides/fmo035/fmo035-4.htm
+https://doi.org/10.1682/JRRD.2013.06.0133
+http://www.itu.int/net/ITU-T/info/Default.aspx2
+http://tinyurl.com/jzpphne
+http://www.character.org/wp-ontent/uploads/2011/12/Understanding-EffectiveCharacter-Education.pdf
+http://agrotecniaunica.blogspot.com
+http://www.uptodate.com/contents/overview-of-male-sexual-dysfunction
+https://doi.org/10.1128/jb.174.7.2298-2304.1992
+http://www.w3.org/2000/01/rdf-schema#EastWind--
+https://doi.org/10.1590/S0103-84781996000300023
+http://www.sic.ici.ro
+https://doi.org/10.1111/j.17424658.2008.065
+https://link.aps.org/doi/10.1103/PhysRev.136.A195
+https://doi.org/10.1016/S0969-6989(99)00028-4
+http://dx.doi.org/10.1126/science.1139089
+http://6g1.jxstc.gov.cn/ReadNews.asp?NewsID=518
+https://doi.org/10.1177/2047487312448993
+https://doi.org/10.1016/j.was-man.2015.12.021
+http://dx.doi.org/10.2308/aud.2001.20.2.71
+http://www.ufrgs.br/gianti/files/artigos/1998/1998_079_ISRC.pdf
+http://dx.doi.org/10.1016/j.neuron.2007.08.006
+http://dx.doi.org/10.1287/moor.25.1.36.15211
+http://hdl.handle.net/1822/5364
+https://doi.org/10.4049/jimmunol.1501017
+http://www.voxeu.org/article/illusion-improving-global-imbalances
+https://doi.org/10.1016/j.jsams.2014.06.012
+https://doi.org/10.1016/j.jastp.2009.03.023
+del.cerco.fronterizo.en.partes.de.la
+http://CRAN.R-project.org/package=bbmle
+Retrievedfromwww.wired.com/threatlevel/2013/09/freedom-hosting-fbi/
+https://doi.org/10.1146/annurev-anthro-092412-155522
+http://www.biomedcentral.com/1752-0509/5/28
+https://doi.org/10.1055/s-0031-1296708
+https://doi.org/10.2308/acch-50049
+https://doi.org/10.5194/acp-14-2497-2014
+https://www.onetonline.org/link/summary/29-1069.08
+http://www.jstor.org/stable/40971721?origin=JSTOR-pdf
+https://doi.org/10.1590/S0103-90162001000400006
+http://www.wpro.who.int/entity/drug_resistance/resources/global_action_plan_eng.pdf
+http://withouthotair.com/
+http://vietcatholic.org/News/Html/53190.htm
+http://dx.doi.org/10.1016/j.jom.2003.10.001
+https://csrc.nist.gov/csrc/media/projects/post-quantum-cryptography/documents/call-for-proposals-final-dec-2016.pdf
+http://dx.doi.org/10.5435/00124635-201010000-00003
+http://www.w3.org/TR/SOAP,24
+http://dx.doi.org/10.1373/clinchem.2014.221770
+https://doi.org/10.1074/jbc.273.31.19542
+http://dx.doi.org/10.1016/j.cej.2011.07.002
+https://doi.org/10.1016/j.conbuildmat.2012.04.116
+http://re-vistaenfermagematual.com/arquivos/ED_87_REVISTA_25_ES-PECIAL/06.pdf
+http://globocan.iarc.fr/factsheets/populations/factsheet.asp?uno=900
+http://www.tenk.fi/sites/tenk.fi/files/HTK_ohje_2012.pdf
+https://doi.org/10.5194/acp-17-10855-2017
+https://doi.org/10.3390/ijerph14040435
+https://doi.org/10.1016/j.envsoft.2005.04.012
+http://www.iam.unibe.ch/˜pecos/
+http://escholarship.org/uc/item/748006tf
+https://doi.org/10.1109/ACSSC.1993.342465
+http://www.oandp.org/jpo/library/2006_01S_008.asp.Accessed
+http://alphavilleherald.com/2006/12/ibm_shocker_lls.html
+https://doi.org/10.1111/j.1540-4781.1995.tb05445.x
+http://www.eesc.europa.eu/self-and-coregulation/documents/codes/private/085-private-act.pdf
+https://www3.eurelectric.org/media/176935/demand-response-brochure-
+http://web.lexis-nexis.com
+https://doi.org/10.1007/s001090000086
+http://www.tbmm.gov.tr/komisyon/kefe/docs/pekin.pdfadresindenerişildi
+http://eds.b.ebscohost.com.ezproxy.uniandes
+http://www.nws.noaa.gov/pa/history/135
+https://doi.org/10.3324/haematol.2013.084574
+http://www.soc.iastate.edu/extension/ifrlp/PDF/PM2067.pdf
+http://www.cbc.ca/news/world/standing-rock-north-dakota-1.3877269
+http://www.balancenortheast.co.uk/library/documents/See_What_Sam_Sees_leaflet.pdf
+http://flaubert.revues.org/2425
+http://www.cancer.gov.co/files/libros/archivos/incidencia1.pdf
+https://ceosforcities.org/portfolio/city-dividends/
+https://www.psychiatry.org/Accessed
+http://dx.doi.org/10.1257/aer.102.3.407
+www.wetfeet.com/blog/2011/november/extracurricular-activities-on-your-resume
+www.na-ture.com/articles/nature13415
+http://dx.doi.org/10.1093/brain/awn084
+http://www.mine-ducacion.gov.co/1621/article-183895.html
+http://dx.doi.org/10.1016/S0165-5876
+http://www.caahep.org/standards/at01.htm.Ac-cessed
+https://doi.org/10.1146/annurev.neuro.25.112701.142758
+https://goo.gl/tWzz5g
+http://www.cbc.ca/news/canada/manitoba/harper-rebuffs-renewed-calls-for-murdered-missing-women-inquiry-1.2742845
+http://www.vvob.be/vvob/en/programmes/rwanda-technical-and-vocational-education-and-training
+https://doi.org/10.1006/jmla.2001.2836
+http://www.earthworksaction.org/files/publications/Cyanide_Leach_Packet.pdf
+https://doi.org/10.1109/TSMCB.2006.874681
+http://dx.doi.org/10.1016/j.nepr.2010.07.004
+https://doi.org/10.1111/2041-210X.12410
+https://doi.org/10.1016/j.ijrefrig.2005.09.009
+http://www.msn.org.my/Doc/PublicDoc_PB/Publication/mdtr22nd/content.pdf
+http://dx.doi.org/10.1590/S0104-11692006000500019
+http://dx.doi.org/10.1128/JVI.01164-13
+http://s3.cl/Aiep-Unab-Bellavista
+http://www.quittinginmind.net/index.html
+http://dx.doi.org/10.3109/02699052.2010.536195
+http://www.biomedcentral.com/1471-2105/11/S1/S21
+https://www.citylab.com/transportation/2012/05/secret-tokyos-rail-success/2044/
+http://dx.doi.org/10.1016/j.immuni.2009.06.021
+http://portal.prefeitura.sp.gov.br/secretarias/esportes.Accessedon
+https://doi.org/10.1016/j.ccr.2013.07.025
+https://doi.org/10.1007/s00401-009-0561-9
+http://www.orsa-campania.it/index.php/tag/pri/
+www.prb.org/pdf08/08WPDS_Eng.pdf
+http://innovation.cms.gov/initiatives/comprehensive-primary-care-initiative/
+http://www.who.int/csr/resources/publications/swineflu/candidatesX-179a/en/index.html
+https://doi.org/10.1093/nar/gkw059
+https://doi.org/10.1111/j.1420-9101.2006.01109.x
+Retrievedfromwww.brook-ings.edu/blogs/planetpolicy/posts/2014/08/13-climate-refugees-new-zealand-mcadam
+http://www.ine.es/dyngs/IOE/es/operacion.htm?id=1259931082851
+https://doi.org/10.1016/j.jviromet.2018.02.021
+https://doi.org/10.1016/j.biopha.2019.109028
+doi.org/10.1080/08975930.2011.615677
+http://dx.doi.org/10.5061/dryad.d6c07
+http://dermatology.cdlib.org/132/original/tcn/gorsky.html.Accessedon29Desember
+http://gestion.pe/economia/peru-vendio-al-mundo-us-909-millones-productos-agricolas-cuales-tuvieron-mas-demanda-2187030
+https://www.gala-global.org/industry/industry-facts-and-data
+http://http://repositorio.ufu.br/handle/123456789/4550
+https://orcid.org/0000-0001-7902-503X
+https://doi.org/10.1063/1.3660202
+https://doi.org/10.1590/S1413-70542005000300017
+https://doi.org/10.1111/risa.13128
+http://dx.doi.org/10.1016/j.otsr.2010.03.010
+http://dx.doi.org/10.1016/j.jmoneco.2010.02.007
+http://www.veterinaria.org/revistas/redvet/n101008/101008.pdf23
+http://dx.doi.org/10.2523/12860-MS
+http://evworld.com/news.cfm?newsid=25277
+https://doi.org/10.4103/0250-474X.91565
+http://phoenix.gov/BUDGET/bud05pro.pdf
+http://arxiv.org/abs/0802.2020
+http://three.fibreculturejournal.org/fcj-012-composing-the-self-of-diaries-and-lifelogs/
+http://pre.ethics.gc.ca/eng/archives/policy-politique/reports-rapports/reports-rapports/
+http://www.ukpolitical.info/Turnout45.htm
+http://dx.doi.org/10.1016/j.compedu.2007.05.009
+https://cidades.ibge.gov.br/brasil/rn/pau-dos-ferros/pesquisa/23/22957?detalhes=true
+http://dx.doi.org/10.1137/16M1074941
+https://doi.org/10.1186/1743-422X-4-114
+http://jnnp.bmj.com/
+http://muslimahmediawatch.org/2011/02/womens-voices-in-the-revolutions-sweeping-the-middle-east
+http://www.nejm.org/doi/full/10.1056/NEJMp1304493
+http://www.bvgh.org/LinkClick.aspx?fileticket=h6a0cJK9drg=&tabid=91
+http://www.bjs.gov/index.cfm?ty¼pbdetail&iid¼951
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.1038/sj.hdy.6800519
+https://doi.org/10.1016/j.jmbbm.2017.07.034
+http://dx.doi.org/10.1016/j.jfms.2007.07.004
+https://iprcc.nih.gov/docs/DraftHHSNationalPainStrategy.pdf
+https://doi.org/10.1007/s00334-016-0575-x
+http://dx.doi.org/10.1007/s10841-014-9669-x
+http://dx.doi.org/10.1016/S0092-8674
+http://www.sii.cl/docu-mentos/resoluciones/2015/reso66.pdf,fechadeconsulta11denoviembrede
+http://dx
+www.worldbank.org
+http://www.cio.com/article/2448967/security0/6-ways-to-defend-against-drive-by-downloads.html
+http://www.ncbi.nlm.nih.gov/pubmed/21133915.Accessed13
+https://01.org/intel-software-guard-extensions/documentation/intel-sgx-developer-guide
+https://web.ins.gob.pe/sites/default/files/Archivos/cenan/van/vigilacia_poblacion/VIN_ENAHO_etapas_de_vida_2013-2014.pdf
+https://doi.org/10.1007/s11116-016-9676-8
+https://doi.org/10.1542/peds.2016-2127
+http://www.ethereal.com
+https://doi.org/10.1614/ipsm-08-089.1
+http://dx.doi.org/10.1155/2013/734824
+https://doi.org/10.1007/BF02289588
+https://iot.pucesi.edu.ec
+https://doi.org/10.1016/S0140-6736(14)60833-3
+http://dx.doi.org/10.1037/0033-2909.101.2.171
+https://doi.org/10.3389/fmicb.2018.00817
+http://dx.doi.org/10.1159/000156466
+https://www.w3.org/TR/owl2-profiles/
+http://dx.doi.org/10.1001/archinte.1992.00400170044008.PubMed
+https://doi.org/10.1002/anie.201909138
+http://dx.doi.org/10.1016/j.actbio.2012.06.007
+http://www.ero.govt.nz/
+https://doi.org/10.1038/srep34351
+http://www.chicagotribune.com/news/opinion/commentary/ct−barack−obama−affordable−care−act−stupidity−perspec−1113−jm−20141112−story.html
+http://dx.doi.org/10.1038/nrc1094
+http://www.isip.uni-luebeck.de/index.php?id=278
+https://doi.org/10.17660/ActaHortic.2015.1096.52
+www.senado.gov.br/senado/novocpc/pdf/anteprojeto.pdf.Acessoem16deFevereirode2017
+http://dx.doi.org/10.1016/S1473-3099
+www.who.int/whosis/whostat/EN_WHS09_Full.pdf
+http://homepages.mty.itesm.mx/jgutierr/Mathieu.html
+https://doi.org/10.1016/j.agrformet.2012.08.001
+http://graph-tool.skewed.de/
+https://www.afad.gov.tr/Dokuman/TR/79-20150209111636webformatisuriyedenturkiyeyenufushareketleri.pdfadresindenerişilmiştir
+http://www.tvbrasil.org.br/fotos/salto/series/161432Ensinomedio.pdf
+http://dx.doi.org/10.1088/1126-6708/2007/11/070
+http://dx.doi.org/10.1111/j.1365-2958.2010.07194.x
+https://www.caresearch.com.au/caresearch/Portals/0/Documents/PROFESSIONAL-GROUPS/General-Practitioners/PalliativeCareNeedsAssessmentGde-CHeRP.pdf
+https://www.cambridge.org/core.IPaddress:207.241.231.82
+http://www.R-project.org/
+http://blog.unila.ac.id/sutiknounila/category/research-activities
+http://dx.doi.org/10.1146/annurev.ecolsys.32.081501.114040
+www.nsca-lift.org
+https://doi.org/10.1007/978-3-662-48847-8_4
+https://doi.org/10.1111/josh.12470
+http://www.lww.com/reprints
+http://onlinelibrary.wiley.com/doi/10.1002/au.216/abstract
+http://dlib.org/dlib/january05/foster/01foster.html
+https://doi.org/10.1080/09687590500156329
+https://doi.org/10.1016/j.clcc.2013.06.001
+https://doi.org/10.3917/deba.176.0039
+http://dx.doi.org/10.1787/gov_glance-2017-en
+http://www.cedipod.org.br/w6pam.htm
+http://dx.doi.org/10.1007/s10775-005-3600-7
+https://doi.org/10.1089/can.2017.0040
+https://www.opensource.gov
+http://dx.doi.org/10.1037/0022-3514.65.2.248
+https://doi.org/10.14318/hau4.3.015
+https://www.tru.ca/shared/assets/Khaled_Karim_and_Hossein_Nassaji-TheRoleofCorrectivefeedbackinsecondlanguagewriting27031.pdf
+https://doi.org/10.1016/j.yasu.2016.03.006
+http://dx.doi.org/10.1002/(SICI)1097-0185
+http://www.prota4u.info/
+https://doi.org/10.1016/j.agee.2006.09.006
+https://doi.org/10.1890/14-0577.1
+http://www.aaccnet.org/initiatives/definitions/Documents/WholeGrains/wgflyer.pdf
+https://www.insidehighered.com/news/2019/04/17/advocates-student-learning-assessment-say-its-time-different-approach
+http://intersections.anu.edu.au/issue2/Berry.html
+http://dx.doi.org/10.1590/S0100-204X2010000600009
+http://www.transparency.org/whatwedo/pub/curbing_corruption_in_public_procurement_a_practica
+https://doi.org/10.1016/j.nimb.2007.01.138
+http://planipolis.iiep.unesco.org/upload/Tanzania%20UR/Tanzania_UR_TVETDP.pdf
+www.irinnews.org/report/100960/aceh-redux-tsunami-helped-stop-war
+http://maps.mapywig.org/m/German_maps/series/100K_
+http://www.soe.wa.gov.au/site/files/pdf/SoE%20Report_1998_complete.pdf
+http://CRAN.R-project.org/package=Kendall
+http://www.ic.nhs.uk/statistics-and-data-collections/health-and-lifestyles-related-surveys/health-survey-for-england/health-survey-for-england-2006-latest-trends
+www.ids.ac.uk/ids/bookshop
+https://doi.org/10.15802/stp2016/90489
+http://polioeradication.org/where-we-work/polio-endemic-countries/
+https://doi.org/10.1097/00010694-198511000-00002
+http://www.theglobalfund.org/documents/oig
+http://dx.doi.org/10.3998/ark.5550190.0012.107
+https://doi.org/10.1137/S009753970544713X
+https://doi.org/10.1029/1999jd900072
+http://dx.doi.org/10
+http://www.ala.org/news/state-americas-libraries-report-2016
+https://doi.org/10.1038/204564a0
+https://bit.ly/2JA0OsF
+https://doi.org/10.3201/eid1411.071649
+http://libnids.sourceforge.net/
+www.bbc.co.uk
+https://www.worldbank.org/en/whatwedo
+https://doi.org/10.1016/j.cptl.2016.08.046
+https://doi.org/10
+http://soho.nascom.nasa.gov/publications/ESA_Bull102.pdf
+https://doi.org/10.1007/s00394-012-0314-8
+https://doi.org/10.1080/13604813.2011.595108
+https://doi.org/10.32991/2237-2717.2020v10i1.p23-5148
+https://doi.org/10.3989/gladius.2018.04
+http://dx.doi.org/10.2307/2952171
+http://dx.doi.org/10.1086/595011
+https://doi.org/10.1029/
+http://dx.doi.org/10.3390/rs3051029
+http://www.endhomelessness.org/back/FamilyHomelessness.pdfB-27
+https://doi.org/10.1002/stem.1409
+http://news.com.com/2100-1023-843114.html
+http://www.nabi.com/images/factsheets/fsStaphVAX.pdf
+http://www.tainstruments.com/wp-content/uploads/BROCH-TGASDT-2014-EN.pdf
+http://mini-sharing.blogspot.co.id/2013/11/pengenalan-file-dan-pemrograman-batch.html
+http://globocan.iarc.fr/old/FactSheets/cancers/cervix-new.asp
+https://doi.org/10.1128/AEM.00730-15
+https://doi.org/10.1016/S0891-5849
+http://www.irisa.fr/vista/actions/hollywood2
+http://spkurdyumov.ru/uploads/2013/09/steeeppin.pdf
+http://dx.doi.org/10.1055/s-2007-969810
+https://doi.org/10.1038/nature09816
+https://doi.org/10.1146/annurev.psych.093008.100412
+http://www.who.int/fctc/signatories_parties/en/index.html
+http://trade.ec.europa.eu/do-clib/docs/2008/october/tradoc_141032.pdf
+https://infostore.saiglobal.com/en-au/Standards/TAPPI-T-410-om-08-1079196/.Accessedon
+https://doi.org/10.1080/027868290903907
+http://dx.doi.org/10.1093/eurjhf/hfs095
+http://dx.doi.org/10.1016/j.jhazmat.2007.05.065
+https://doi.org/10.1016/j.brat.2012.04.001
+https://doi.org/10.1146/annurev.clinpsy.1.102803.143833
+http://www.ojp.usdoj.gov/bjs/crimoff.htm
+https://doi.org/10.1016/j.ctrv.2016.02.001
+http://www.shell.com/scenarios/
+http://mathworld.wolfram.com/HeronsFormula.html
+http://www.telegrafo.com.ec/sociedad/item/es-la-campana-de-dano-mas-grande-que-ha-encarado-yachay.html
+http://www.sciencemag.org/content/214/4520/573.long.Accessed
+https://doi.org/10.1099/00222615-10-4-403
+http://dewey.uab.es/pmarques
+http://rhetoric.bg/
+http://www.coreims.co.uk/
+http://old.hltmag.co.uk/feb17/mart03.htm
+http://www.convencionsalud2015.sld.cu/index.php/convencionsalud/2015/paper/view/874/760
+cairn.info
+https://journals.sagepub.com/doi/abs/10.1177/1464884917738376
+https://doi.org/10.1186/1475-2891-11-105
+http://jpkc.hebtu.edu.cn/NR/rdonlyres/Sloan-School-of-Management/15-352Spring-2005/D2C127A9-B712-4ACD-AA82-C57DE2844B8B/0/lakhaniwolf.pdfAccessed9
+http://www.statcan.gc.ca/pub/82-003-x/2011004/article/11560-eng.htm
+http://digi-tal-library.theiet.org/content/journals/10.1049/iet-com.2010.0409.Accessed10
+http://retratosdaescola.emnuvens.com.br/rde/article/view/756
+https://doi.org/10.1111/j.1469-8749.2009.03519.x10
+http://www.tranenynj.com/files/trane_chiller_reference.pdf
+http://dx.doi.org/10.1126/science.2321027
+https://doi.org/10.1074/jbc.M513015200
+https://training.cochrane.org/handbook.Accessed31
+https://doi.org/10.1007/978-3-319-43589-3_13
+https://www.nhg.org/standaarden/samenvatting/urineweginfecties
+https://doi.org/10.1038/nature03052
+www.cis.org/articles/2005/kephart.html
+www.swarb.co.uk/lawb/cpucmaExtradition.shtmlAsianSchoolofCyberlaws
+https://doi.org/10.2134/jeq2005.0581
+https://doi.org/10.1172/JCI8317
+http://ees.3dataweb.gr
+www.ansoft.com
+https://doi.org/10.1080/07370008.2017.1317125
+http://robrohan.com/2009/01/30/saving-a-customised-linux-amazon-instance-ec2-and-s3/
+https://doi.org/10.1016/S0022-1759
+https://sph.uth.edu/retnet/sum-dis.htm
+https://doi.org/10.3767/003158516X689666
+http://water.nier.go.kr
+https://www.untestedideas.com/uploads/3/1/1/6/3116134/factors_affecting_student_math_achievement.pdf
+http://www.scielo.br/pdf/eq/v34n3/02.pdf
+https://doi.org/10.1080/02673037.2017.1302079
+http://www.math.ucla.edu/~hida/LMW.pdf
+http://aquaticcommons.org/id/eprint/120
+http://dx.doi.org/10.2298/FIL1607659Q
+http://www.pdaa.edu.ua/sites/default/files/nppdaa/6.1/164.pdf7.ЛогошаРВ.ТрансформаціїринкуовочіввУкраїні/Р.В.Логоша//Економіка.фінанси.менеджмент:ак-туальніпитаннянаукиіпрактики.-2016.-№3
+http://dx.doi.org/10.1038/npp.2012.51
+https://doi.org/10.1128/MCB.00712-15PMid
+https://doi.org/10.1016/j.atherosclerosis.2009.09.014
+http://endoskopi.tgv.org.tr/en/makale.php?id=99
+http://www.cms.int/documents/appendix/appendices_e.pdf.Accessed
+http://www.jbc.org/content/273/48/32063
+https://doi.org/10.1016/j.cub.2018.11.061
+https://doi.org/10.1371/journal.pone.0099523
+http://webworld.unesco.org/water/wwap/wwdr/indicators/pdf/A3_Relative_water_stress_index.pdf
+http://dx.doi.org/10.1590/2317-1782/20162015169
+https://doi.org/10.1007/s11205-013-0361-4
+http://www.capmed.com/solutions/applications.asp
+https://lindat.mff.cuni.cz
+http://www.ted.com/talks/anant_agarwal_why_massively_open_online_courses_still_matter/transcript?language=en
+http://dx.doi.org/10.4142/jvs.2011.12.2.151
+http://www.pewinternet.org/2013/06/05/smartphone-ownership-2013/
+http://www.rfc-editor.org/info/rfc7260
+http://archive.gamespy.com/halloffame/october00/voodoo1
+http://dx.doi.org/10.1007/s11665-011-9925-0
+http://minjust.gov.tm/tm/mmerkezi/doc_view.php?doc_id=8367
+http://www.cdc.gov/ncidod/dbmd/phlisdata/salmonella.htm.Accessed
+https://doi.org/10.5932/JKPHN.2015.29.1.5
+http://sitl.diputados.gob.mx/lxii_leg/integrantes_de_comisionlxii.php?comt=29
+http://www.eng.ox.ac.uk/~conmrc/mpc/mpc_lec1.pdf
+https://resourcecentre.savethechildren.net/library/short-changed-human-and-economic-cost-child-undernutrition-papua-new-guinea
+http://naps.gov.ua/uploads/files/sod/NSKO
+http://dx.doi.org/10.1007/s10816-010-9080-1
+www.elsevier.nl/locate/econbase
+http://www.itcon.org/1998/2/
+http://www.linuxdoc.org/HOWTO/Secure-Programs-HOWTO/
+https://doi.org/10.1007/s00269-007-0157-7
+http://jungle-world.com/artikel/2015/22/52032.html
+https://doi.org/10.5194/acp-14-12181-2014
+http://www.bio.org
+https://doi.org/10.1111/j.1467-9930.2008.00282.x
+https://run.unl.pt/bitstream/10362/4240/1/DISSERTA%C3%87%C3%83O.pdf
+http://dx.doi.org/10.1037/0096-1523.24.4.1131
+fromwww.fao.org/statistics/databases/en/
+http://www.icaac.org/index.php/scientific-activities/asm-live-at-icaac
+http://www.cadth.ca/index.php/en/cer
+https://doi.org/10.1016/j.jbusvent.2004.02.002
+http://ssrn.com/abstract=967417
+http://unesdoc.unesco.org/images/0015/001535/153585sb.pdf
+http://dx.doi.org/10.3816/CLC.2010.n.002
+www.worldbank.org/data/wdi2003/index.htmS
+https://mesophotic.ccs.miami.edu
+http://dx.doi.org/10.1093/mp/ssq048
+http://dx.doi.org/10.5120/4138-5985
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.26877/mpp.v13i2.5096
+https://doi.org/10.1186/1743-422X-10-204
+http://dx.doi.org/10.1016/j.jpowsour.2010.11.134
+http://www.sdh.gov.br/assuntos/lgbt/pdf/relatorio--violencia--homofobica--ano--2012
+https://doi.org/10.4186/ej.2013.17.3.43
+http://doi.org/10.1371/journal.pone.0103781
+https://doi.org/10.1007/978-3-642-24666-1_26
+http://www.gs−as.com/Art%C3%ADculos_de_investigaci%C3%B3n_y_desarrollo_.aspx?ID=1490
+http://www.wales.nhs.uk/caris
+https://doi.org/10.1038/emboj.2011.86
+http://muse.jhu.edu/journals/chq/summary/v035/35.2.wu.html
+https://www.theguardian.com/sustainable-business/2017/jul/18/peak-car-driverless-technology-car-ownership-tesla-nissan-uber
+http://www.huffingtonpost.com/peter-h-gleick/the-costs-of-californias_b_4747043.html
+http://dx.doi.org/10.1016/S0019-8501(03)00030-0
+http://dx.doi.org/10.1038/nclimate1229
+http://chs.mak.ac.ug/content/mesau
+https://doi.org/10.1371/journal.pone.0199760
+http://dx.doi.org/10.1016/j.neulet.2012.02.07622414861
+http://dx.doi.org/10.1080/01496395.2012.726309
+https://doi.org/10.1002/csr.1337
+http://www.scouts.ca/cys/policy-bullying-and-harassment.pdf
+http://www.ifpri.org/pubs/bp/bp013Table01.pdf
+http://www.espacoacademico.com.br/063/63esp_pinto.htm#_ftn2
+http://www.haqeeqa.net/Subject.aspx?id=104
+http://www.apa.org/ethics/code/
+http://www.psychologos.ru/ar-ticles/view/emocii_i_chuvstva
+http://dx.doi.org/10.1093/eurpub/ckv111
+http://www.immunisation.ie/en/HealthcareProfessionals/ImmunisationGuidelines/#d.en.9
+https://www.dovepress.com/by54.191.40
+http://dwrcdc.nr.utah.gov/ucdc
+http://www.huffingtonpost.com/alastair-crooke/isis-wahhabism-saudi-arabia_b_5717157.html
+http://dx.doi.org/10.1016/j.expneurol.2009.07.018
+http://www.laender-analysen
+http://dx.doi.org/10.1371/journal.pone.0091076
+https://www.northwell.edu/sites/default/files/Brain%20Injury%20Conf-NSLIJ%20Rehabilitation%20Network_10-24-15.pdf
+http://dx.doi.org/10.1016/B978-0-08-044894-7.01317-8
+http://dx.doi.org/10.13189/ujcmj.2015.030401
+http://min-cult.kmu.gov.ua/control/publish/article?art_id=245410068
+http://dx.doi.org/10.1002/jhet.5570360126
+https://doi.org/10.1159/000366423
+www.ageinternational.org.uk/globalassets/documents/exec-summary_facing-the-facts_age-international.pdf
+http://dx.doi.org/10.1111/j.1745-7599.2008.00366.x
+https://www.ncbi.nlm.nih.gov/pubmed/8252217
+https://ru.wikipedia.org/wiki/Dornod
+www.defra.gov.uk/statistics/foodfarm/enviro/fertiliserpractice
+https://doi.org/10.1007/s11162-011-9241-4
+https://doi.org/10.1007/s00520-014-2413-y
+http://www.pioneer.com/web/site/portal/menuitem.cc20eec90551c318bc0c0a03d10093a0/
+http://dx.doi.org/10.1136/jmg.2003.012658
+https://doi.org/10.1016/j.cell.2013.05.039
+http://www.jstor.org/stable/2328295
+https://doi.org/10.1186/1471-2458-11-53
+http://ww2.prefeitura.sp.gov.br/arquivos/secretarias/saude/popnegra/DoencaFalciforme_ProgramaAtencaoIntegral.pdf
+http://cbs.umn.edu/biophys/OLTB/channel/Gilson.M.pdf
+http://www.ll.mit.edu
+http://dx.doi.org/10.1002/ajmg.a.35246
+https://doi.org/10.3989/mc.2014.04513
+http://www.promalaga.es/?page_id=284
+http://www.hpa.org.uk/web/HPA-webFile/HPAweb_C/1296683847254on3
+http://www.onboard.jetbrains.com/articles/04/10/lop/
+http://www.realtimearts.net/article/59/7365
+http://www.specknet.org/
+http://www.legislation.gov.uk/ukpga/2004/30/contents.Ac-cessed17
+http://dx.doi.org/10.1057/palgrave.mel.9100177
+http://moit.vivt.ru
+https://www.ncbi.nlm.nih.gov/pubmed/20083386
+http://ofai.org/2014/08/invitation-for-open-source-seed-system-workshop/
+https://doi.org/10.1172/JCI21867
+https://doi.org/10.3386/w17042
+https://doi.org/10.1083/jcb.119.3.583
+http://www.krugerpark.co.za/krugerpark-times-4-15-elephant-24658.html
+https://doi.org/10.1007/s13197-012-0829-2
+https://doi.org/10.1038/sj.gt.3302379
+https://www.Psychologytoday.sptember
+http://www.sandeeonline.com/uploads/documents/publication/868_PUB_Working_Paper_45.pdf
+https://www.paymentssource.com/news/disruptor-chris-larsen-returns-with-a-bitcoin-like-payments-system
+http://www.thejakartapost.com/news/2016/01/16/ite-law-spreads-fear-democracy.html
+https://doi.org/10.5194/acp-2019-916
+https://doi.org/10.1002/2017JC013279
+https://www.springer.com/gp/about-springer/media/press-releases/corporate/springer-nature-and-journal-editors-team-up-in-project-for-developing-countries-/10726022
+https://doi.org/10.1016/j.tics.2011.07.005
+http://dx.doi.org/10.1080/09585192.2017.1380063
+http://desarrollo.ut.edu.co/tolima/hermesoft/portal/home_1/rec/arc_17411.pdf
+https://doi.org/10.1088/0264-9381/19/1/311
+https://www.municode.com/library/ca/san_jose/codes/code_of_ordinances
+http://www.ni.com/
+https://ru.wikipedia.org/wiki/ZigBee
+http://dx
+http://www.newspaperscanada.ca/about-newspapers/faq-about-newspapers
+http://www.idpjournal.com/content/4/1/45
+http://link.aps.org/doi/10.1103/PhysRevC.90.012501
+http://www.scielo.org.ve/scielo.php?pid=S101029142013000200003&script=sci_arttext
+http://dx.doi.org/10.1016/S0031-3203(96)00177-X
+https://www.cdc.gov/HealthyYouth/asthma/pdf/strategies.pdf.Accessed
+http://evolve.zoo.ox.ac.uk/
+http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=
+https://doi.org/10.1038/nchembio.797
+https://www.heacademy.ac.uk/system/files/learning_journeys_2013_0.pdf
+http://www.nettskolen.com/alle/forskning/21/hexagon.html
+https://doi.org/10.7751/cunninghamia.2012.12.015
+https://doi.org/10.1016/j.neuron.2012.02.025
+http://www.majersite.org/issue3/1dogan.pdfadresindenerişildi
+http://docs.python.org/3/reference/in-dex.html#reference-index
+http://www.eia.doe.gov/cneaf/electricity/epa/epates.html
+http://www.wga.hu/detail/m/michelan/3sistina/1genesis/7earth/07_3ce7
+https://doi.org/10.1515/rela-2017-0006
+www.science-mag.org/cgi/content/full/282/5393/1383a?maxtoshow=&HITS=10&hits=10&RESULTFORMAT=&author1=PAULY&searchid=1108594059175_11362&stored_search=&FIRSTINDEX=0&fdate=1/1/1998&tdate=12/31/1998
+https://purl.stanford.edu/ty888cc0725
+http://www.e-cmh.orghttp://dx.doi.org/10.3350/cmh.2013.19.3.216
+https://doi.org/10.1089/fpd.2015.1969
+http://dx.doi.org/10.1590/S0034-89102000000200012
+http://dx.doi.org/10.1002/eji.201242620
+http://www.journalism.org/2012/11/02/winning-media-campaign-2012
+http://www.npc.gov.cn/npc/lfzt/rlys/2014-10/24/content_1882723.htm
+http://biomet.oxfordjournals.org/cgi/content/abstract/95/2/365
+http://dx.doi.org/10.1007/s11258-014-0402-3
+https://doi.org/10.1109/ICCV.2011.6126441
+www.omg.org/spec/MOF/2.4.1/
+http://www.pervasivehealthcare.dk/
+http://www.agcensus.usda.gov/Publications/2007/Full_Report/usv1.pdf
+https://doi.org/10.5771/9783845234724-331
+https://doi.org/10.1016/j.ufug.2017.10.016
+https://doi.org/10
+http://stats.oecd.org/
+http://www.consecol.org/vol1/iss1/art4
+http://www.americanrhetoric.com/speeches/mlkihaveadream.htm
+http://www.conama11.vsf.es/conama10/download/files/conama2016/CT%202016/1998973509.pdf
+http://www.whitehousedrugpolicy.gov/news/testimony05/021005/part1.html#a1
+http://www.vocesenelfenix.com/content/el-avance-de-la-frontera-agr%C3%ADcola-en-regiones-extra-pampeanas
+https://doi.org/10.4236/jbise.2013.68A1004
+http://www.justice.gov/opa/pr/2011/February/11-ag-223.html
+http://www.ejel.org/volume-2/vol2-issue1/issue1-art25.htm
+https://doi.org/10.1016/j.gene.2015.04.081
+https://doi.org/10.1016/j.watres.2014.07.025
+http://dx.doi.org/10.1080/003655202320378220
+https://www.mackinac.org/archives/2008/s2008-01.pdf
+http://www.sga.usp.br/acoes-da-sga/
+https://doi.org/10.1097/CCM.0b013e3181cc4a67
+http://www.generationim.com/media/pdf-wsj-manifesto-sustainable-capitalism-14-12-11.pdf
+http://www.njrcentre.org.uk/njr-centre/Reports,PublicationsandMinutes/Annualreports/tabid/86/Default.aspx
+https://doi.org/10.1016/j.actpsy.2012.06.006
+https://doi.org/10.1186/1471-2229-13-86
+https://doi.org/10.1097/YCO.0b013e328324bc43
+http://www.ngs.noaa.gov/gps-toolbox/sp3intrp.htm
+http://rauli.cbs.dk/index.php/assc/article/viewFile/1481/1493
+http://www.aneel.gov.br/aplicacoes/atlas/energia_eolica/6_6_1.htm
+http://www.semiconwest.org/sites/semiconwest.org/files/data15/docs/Rajeev%20Rajan_GF.pdf
+http://www.nature.com/ejhg
+https://doi.org/10.1186/s13660-019-2199-z
+http://dx.doi.org/10.1101/gr.129684.111
+http://dx.doi.org/10.1139/Z03-117
+https://doi.org/10.1111/j.1755-0998.2008.02392.x
+https://doi.org/10.1073/pnas.81.17.5571
+https://doi.org/10.1002/9781118818275
+http://www.qualitative-research.net/index.php/fqs/article/view/1132/2520
+http://dx.doi.org/10.1542/peds.2008-2251
+http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7317502
+http://dx.doi.org/10.1016/S0006-3495(90)82416-4
+http://www.jpl.nasa.gov/news/news.php?feature=343
+https://www.growafrica.com/about/who-we-are
+http://dx.doi.org/10.1186/1471-2229-10-14
+http://dx.doi.org/10.1002/pros.20710
+http://voterguide.sos.ca.gov/propositions/26/arguments-rebuttals.htm
+http://wikileaks.org/wiki/ACTA_negotiations_brief_on_Border_Mea-sures_and_Civil_Enforcement_2008Fechadeconsulta:22defebrerode2012
+http://www.naturalresources.csdb.cn
+https://doi.org/10.1016/j.ijpharm.2008.12.017
+https://doi.org/10.1016/j.jbankfin.2017.03.020
+http://www.jstor.org/discover/10.2307/40337870?uid=3737664&uid=2&uid=4&sid=21104954076407
+http://www.cisco.com
+http://www.homestead.com/fcce/mission.html.Accessed
+https://dinastipub.org/DIJMSPage405
+http://blog.nielsen.com/nielsenwire/press/nielsen-fact-sheet-2010.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/29374876
+http://dx.doi.org/10.1162/089120103321337421
+https://doi.org/10.1681/ASN.2010020186
+http://nces.ed.gov/programs/quarterly/Vol_4/4_2/2-1.asp
+http://www.batut.org.rs/download/publikacije/2013SerbiaHealthSurvey.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://article20.elsevier.com/contest/home.html
+http://dx.doi.org/10.1016/S1473-3099
+http://plato.stanford.edu/archives/spr2009/entries/descriptions/
+https://doi.org/10.1177/0013164409344490
+http://www.youtube.com/watch?v=gDKivlGmia4&feature=youtube_gdata_player
+https://doi.org/10.1002/2016GL067911
+http://www.economics-ejournal.org/economics/discussionpapersijef.ccsenet.org
+play.google.com/store/books/details?id=BfcqphyXdI4C
+http://www.fazendogenero8.ufsc.br/sts/ST21/Toneli-Lago-
+https://doi.org/10.1002/anie.201301622
+http://doi.org/10.1016/j.biocon.2008.03.022
+https://www.scup.org/page/resources
+https://doi.org/10.1016/0166-2236
+https://doi.org/10.1016/j.tra.2018.11.016
+https://doi.org/10.1093/rof/rfq013
+https://doi.org/10.1111/1473-4192.00005
+https://doi.org/10.1039/c0cc02604b
+http://www.liverpoolmuseums.org.uk/ism/collections/freedom_sculpture/
+http://www.opticsinfobase.org/abstract.cfm?URI=ol-24-8-510
+https://doi.org/10.1023/b:qure.0000040784.65830.9f
+http://teki.bkpan.poznan.pl/index_regesty.html
+http://dx.doi.org/10.1016/j.precamres.2006.01.008
+http://dx.doi.org/10.1016/j.desal.2011.07.033
+https://doi.org/10.1042/BCJ20170418
+http://news.xinhuanet.com/english2010/china/2011-03/03/c_13759456.htm
+https://doi.org/10.1371/journal.pone.0068739
+http://dx.doi.org/10.1016/j.cej.2016.06.125
+http://www.un.org/sustainabledevelopment/sustainable-development-goals
+https://doi.org/10.1002/1097-0266
+http://doi.org/10.1093/scan/nst179
+http://ccla.org/2011/02/28/take-action-g-20/
+http://www.healthierwork.act.gov.au/wp-content/uploads/2015/01/Health_and_Wellbeing_Policy_Template.doc.Accessed21
+https://doi.org/10.1006/gyno.2002.6713
+https://doi.org/10.1016/j.rser.2017.04.114
+http://www.accessmedi-cine.com
+https://www.ers.usda.gov/data-products/chart-gallery/gallery/chart-detail/?chartId=77773
+https://doi.org/10.1186/s40249-017-0288-0PMID
+https://doi.org/10.1016/j.cca.2010.09.006
+http://arxiv.org/pdf/1110.4623.pdf
+http://nl1946.policyalternatives.org/sites/default/files/uploads/publications/BC_Office_Pubs/public_power_bchydro.pdf
+https://doi.org/10.1109/TMECH.2009.2021470
+https://cyberleninka.ru/article/v/statistika-suitsidov-v-mire-korni-i-krona-kommentarii-k-statie-s-helama-ya-holopainen-t-partonen
+http://www.boe.es/boe/dias/2006/05/04/pdfs/A17158-17207.pdf
+https://www.acpe-accredit.org/pdf/Standards2016FINAL.pdf.Accessed
+http://www.ncbi.nlm.nih.gov/pubmed/15479938
+http://pubs.er.usgs.gov/publication/wsp2220
+https://doi.org/10.5670/oceanog.2017.426
+http://dx.doi.org/10.1111/2049-632X.12027
+http://journals.openedition.org/rfsic/1836
+http://dx.doi.org/10.1186/1471-2458-10-418
+http://prodinra.inra.fr/record/151462
+http://www.w3.org/TR/2004/REC-owl-semantics-20040210/
+http://dx.doi.org/10.1063/1.2973815
+http://news.bbc.co.uk/2/hi/programmes/newsnight/4583924.stm
+http://dx.doi.org/10.1016/j.tmrv.2011.07.007
+http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1404833&is-number=30415
+http://www.bfs.ad-min.ch/bfs/portal/fr/index/themen/17/03/blank/key/2006/03.html,6.05
+https://doi.org/10
+http://repository.essex.ac.uk/20094/1/Critically%20assessing%20digital%20documents%20materiality%20and%20the%20interpre
+https://orcid.org/0000-0003-4405-6295
+http://www.kluwerarbitration.com
+http://www.r-project.org.Accessed
+http://westadoe.ir/LinkClick.aspx?fileticket=srAa%2B%2FokPKw%3D&tabid=6887&mid=11903
+https://doi.org/10.26480/aim.01.2018.10.11
+http://domino.research.ibm.com/comm/research_projects.nsf/pages/i3.index.html
+http://dx.doi.org/10.1007/BF02294170
+http://www.spg.sc.gov.br/menu/desenv_economico/01_camara_Casarotto.ppt
+Http://Www.Teses.Usp.Br/Teses/Disponiveis/10/10136/Tde-03052004-121114/
+http://www.seer.ufu.br/index.php/campoterritorio/issue/current
+http://www.cyberbullying.ca/pdf/Cyberbullying_Information.pdf
+http://jcs.sagepub.com/content/13/3/393
+http://www.onlineinc.com/onlinemag/JanOL98/crawford1.html
+https://doi.org/10.18434/T4W30F.https://www.nist.gov/pml/atomic-spectra-database
+http://dx.doi.org/10.5465/AMR.2006.21318923
+http://nuevomundo.revues.org/index2260.htmlDicionáriodeFilosofia,MoralePolíticaInstitutodeFilosofiadaLinguagem
+http://www.unhcr.org/4bf644779.html
+http://dx.doi.org/10.1016/S0024-6301(97)90260-0
+https://doi.org/10.1016/j.powtec.2015.04.057
+https://equidadycalidadeducativa.buenosaires.gob.ar
+http://dx.doi.org/10.1034/j.1600-0412.2000.0790121134.x
+http://dx.doi.org/10.1016/j.pbi.2011.04.004
+http://www.eeas.europa.eu/delegations/mongolia/eu_mongolia/political_relations/index_en.htm
+https://scholar.google.com/scholar?hl=en&as_sdt=0%2C5&q=Quality+and+Features+of+Education+in+the+Muslim+World+Sayyed+Farooq+Shah1%2C*%2C+Safdar+Rehman+Ghazi1+%2C+Miraj-ud-Din2+%2C+Saqib+Shahzad3+%2C+Irfan+Ullah1&btnG=
+https://lakemedelsverket.se/upload/halso-och-sjukvard/behandlingsrekommendationer/Sexuellt_overforbara_bakteriella_infektioner_behandlingsrekommendation_webb.pdfLicenseandcopyright
+http://dx.doi.org/10.1016/j.jksus.2010.06.015
+https://doi.org/10.1006/jsvi.1993.1198
+https://www.thermofisher.com/blog/metals/the-power-behind-the-analyzer-x-ray-tubes
+www.utwente.nl/cheps/documenten/2006wittedissertation.pdf
+https://doi.org/10.1126/science.1165771
+http://dx.doi.org/10.1128/JB.00085-07
+http://dx.doi.org/10.1016/j.econedurev.2003.09
+http://dx.doi.org/10.1371/journal.pmed.0030494
+https://doi.org/10.1007/s11423-012-9271-4
+http://web.ornl.gov/~webworks/cppr/y2002/pres/113141.pdf
+https://doi.org/10.1016/j.jenvman.2019.06.037
+https://doi.org/10.18697/ajfand.56.11545
+https://doi.org/10.1007/s12520-015-0236-5
+http://www.daviddfriedman.com/Academic/Coase_World.html
+http://redescolar.ilce.edu.mx/redescolar/biblioteca/articulos/pdf/estrate.pdf
+https://bit.ly/35sw5rO
+https://doi.org/10.3389/fmicb.2016.01117
+http://www.gaseq.co.uk/
+http://link.springer.com/chapter/10.1007%2F978-3-540-77006-0_5
+http://www.psc.gove.za
+https://doi.org/10.1056/NEJMoa1100370
+https://doi.org/10.1038/ijo.2009.177
+http://socialmediatoday.com
+http://www.scidev.net/en/middle-east-and-north-africa/news/bacteria-plants-tested-in-landmine-deactivation-method.html.Accessed
+http://www.mdpi.com/2218-273X/5/4/3204
+https://doi.org/10.1038/nature13138
+https://doi.org/10.1111/tid.12214
+https://www.cdc.gov/healthyweight/assessing/bmi/Chattaraman
+http://doi.acm.org/10.1145/1361213.1361214
+http://www.web40571.clarahost.co.uk/wilkie/biography/Caine1902.htm
+http://www.ecb.int/pub/pdf/other/eubankingstructures201009en.pdf
+http://dx.doi.org/10.1177/0007650307305371
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S1539299600018190
+http://dx.doi.org/10.1287/opre.34.4.513
+http://www.iot-a.eu
+https://doi.org/10.1126/science.1157425
+http://www.instituteforpr.org/files/uploads/2001_InternetImpact.pdf
+http://dx.doi.org/10.1016/j.ijpe.2007.09.004
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.1016/j.hoc.2009.01.004
+http://www.rosalux-nyc.org/wp-content/files_mf/scholz_platformcooperativism_2016.pdf
+https://doi.org/10.1002/2015GL063360
+https://www.census.gov/geo/reference/gtc/gtc_census_divreg.html.Revised
+http://dx.doi.org/10.1080/09593969.2012.690777
+http://dx.doi.org/10.1111/desc.12019
+https://doi.org/10.1177/0192513X12467753
+www.fooddynamics.org
+https://doi.org/10.1080/11956860.2004.11682840
+http://www.jstor.org/stable/2951767
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.2214/ajr.184.5.01841456
+https://www.ilo.org/dyn/normlex/en/f
+http://www.leeds.ac.uk/educol/documents/00002130.htm
+http://www.gsk.com/products/prescription_medicines/us/imitrex.htm
+http://www.plasticsportal.net/wa/plasticsEU~it_IT/function/conversions:/publish/common/upload/technical_journals/plastics_trendreports/Rigid_polystyrene_foam.pdf
+https://doi.org/10.5194/nhess-12-2065-2012
+https://doi.org/10.1136/bmjopen-2017-020491
+www.jeasd.org
+https://doi.org/10.2308/accr.2005.80.2.539
+http://dx.doi.org/10.1121/1.1547459
+https://www.academia.edu/35357626/Historia_y_patrimonio_de_la_periferia_interior_de_Ibagu%C3%A9.Accessoen
+http://scholarworks.umb.edu/cct_ccrp/1
+https://doi.org/10.1109/TKDE.2005.99
+http://www.ofaj.com.br/colunas
+ufpe.br/biolmol/Phlebotominaeon-line/sumario.htm
+https://doi.org/10.1016/S0092-8674(00)81699-2
+http://dx.doi.org/10.1016/0959-8049(95)00664-8
+http://dx.doi.org/10.1136/vr.105.3.60
+https://doi.org/10.1177/004051750207200314
+http://dx.doi.org/10.1007/s11269-015-0954-6
+http://www.eunomios.org/contrib/bruhn1/bruhn1.html
+https://doi.org/10.1006/jcph.1999.6363
+https://doi.org/10.1080/15730620802213504
+http://dx.doi.org/10.1002/wcc.11
+https://doi.org/10.1016/j.ijcard.2015.01.061
+http://dx.doi.org/10.1001/archinternmed.2012.2360
+http://confluence.agilefinland.com/display/af/Secure+software+development+and+agile+methods+-+notes
+http://www.eiro.eurofound.ie
+https://doi.org/10.1890/02-3090
+http://www.who.int/mediacentre/factsheets/fs288/en/index.html
+http://www.ncbi.nlm.nih.gov/pubmed/?termϭexerciseϩisϩmedicine
+https://doi.org/10.1016/j.ccr.2012.03.007
+http://www.infor-mationweek.com/software/mooc-students-attracted-most-by-coursetopics/d/d-id/1110976
+http://dx.doi.org/10.1007/BF00191043
+https://doi.org/10.1016/j.coph.2017.09.004
+http://dx.doi.org/10.1103/PhysRevD.96.046001
+https://www.cambridge.org/core.IPaddress:207.241.231.83
+http://agris.fao.org/agris-search/search.do?recordID=LV2016029475
+http://eos.arb.ca.gov/eos/PROJECTS/sip/ccos/JulyAug2000%20SIP%20Modeling%20Doc%20
+https://doi.org/10.1016/j.jbankfin.2013.12.020
+https://www.etsi.org/deliver/etsi_en/319400_319499/319401/02.02.01_60/en_319401v020201p.pdf
+https://journal.iitta.gov.ua/index.php/itlt/article/view/1605
+http://www.abralic.org.br/anais/cong2011/AnaisOnline/resumos/TC0316-1.pdf
+https://doi.org/10.1158/1078-0432.CCR-14-1428
+https://www.altera.com/enUS/pdfs/literature/hb/stratix-iv/stx45v2.pdf93
+https://doi.org/10.1080/17461390902853069
+http://dx.doi.org/10.1038/ismej.2010
+http://ClinicalTrials.gov/show/NCT01698346
+http://www.cinematical.com/2010/04/27/ozzy-osbourne-biopic-finally-in-the-works/
+http://www.harmreductionjournal.com/content/9/1/5
+https://doi.org/10.1016/j.chroma.2018.07.053
+https://doi.org/10.4191/KCERS.2006.43.11.724
+https://coinspot.io/analysis/analiz-kriptovalyuty-bitcoin-i-eyo-polozheniya-v-mire/СведенияобавторахInformationaboutauthors
+https://doi.org/10.1093/beheco/6.2.132
+http://dx.doi.org/10.1590/S1516-89132003000200005
+https://dx.doi.org/10.1214/08-AOP407
+https://doi.org/10.1016/S1079-2104(05)80337-3
+http://info-menarik.net/hasil-ukg-kemendikbud-tahun-2015/
+http://dx.doi.org/10.1016/j.ijpharm.2006.11.047
+http://www.chi.nhs.uk18
+http://www.ounceofprevention.org/downloads/publications/Heckman.pdf
+http://dafx13.nuim.ie/papers/32.dafx2013submission43.pdf
+https://doi.org/10.1128/JCM.01969-15
+https://cidades.ibge.gov.br/brasil/to/palmas/panorama
+http://archive.ics.uci.edu/ml
+https://rde.achttps://doi.org/10.5395/rde.2018.43.e22
+https://www.cia.gov/library/publications/the-world-factbook/rankorder/2091rank.html.Accessed6
+http://dx.doi.org/10.1016/j.anbehav.2011.02.002
+https://doi.org/10.1016/j.carbpol.2015.02.016
+https://doi.org/10.1371/journal.pone.0006626
+https://doi.org/10.1111/0023-8333.00117
+http://dx.doi.org/10.1287/mnsc.42.1.85
+http://www.unm.edu/~devalenz/handouts/portfolio.html
+https://doi.org/10.1007/978-1-4613-8536-3_2
+http://ops.dot.gov/stats/stats.htm.Lastupdated.07/30/2007
+https://doi.org/10.1016/0967-0645
+http://www.saude.al.gov.br/wp-content/uploads/2017/09/Boletim-Informativo-SUVISA-N%C2%BA-13-GEDT-HIV-AIDS.pdf
+pednews.org.br/junh99/A99012.htm
+http://dx.doi.org/10.1074/jbc.R200020200
+https://doi.org/10.1016/j.inteco.2013.10.003
+https://doi.org/10.1074/jbc.M113.508267
+http://nsidc.org/fgdc/glossary/S
+http://borisakunin.livejournal.com/132048.html
+http://www.nationaljurist.com/content/best-law-schools-practical-training-2015
+http://tolweb.org/tree?group=Annelida&contgroup=Bilateria
+http://www.tfd.chalmers.se/~valeri/MECH.html
+https://www.nice.org.uk/guidance/ng109
+http://dx.doi.org/10.1128/JB.00530-09
+http://www.lernort-mint.de/Anorganische%20Chemie/Metalle/metallgitter.html-Überprüfungsdatum2017-12-12
+http://www.anzdata.org.au/anzdata/AnzdataReport/31stReport/Ch06PD.pdf
+http://www.accessdata.fda.gov/drugsatfda_docs/nda/2011/200796Orig1s000ClinPharmR.pdf.Accessed9
+https://doi.org/10.1021/bi00838a031
+https://doi.org/10.1016/j.tig.2012.11.003
+http://www.ecevr.org/
+http://www.repo.funde.org/441/
+https://doi.org/10.2204/iodp.proc.314315316.2009
+http://dx.doi.org/10.1071/it96015
+https://doi.org/10.1029/2011gl049749
+http://handbook-5-1.cochrane.org/
+http://dx.doi.org/10.1017/S1461145711001933
+http://www.ebd.csic.es/website1
+https://www.cgd.go.th/cs/pkt/pkt/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%87%E0%B8%B2%E0%B8%99%E0%B9%80%E0%B8%A8%E0%B8%A3%E0%B8%A9%E0%B8%90%E0%B8%81%E0%B8%B4%E0%B8%88.html?page=1&perpage=500&page_locale=th_TH&keyword=&adv_search=&date_start=&date_end=
+http://www.dtcenter.org/com-GSI/users/docs/index.php
+https://elibrary.ru/item.asp?id=26530867
+https://doi.org/10.1111/j.1574-0862.2007.00237.x
+https://doi.org/10.1016/j.jep.2012.08.003PMid
+http://www.ipea.gov.br/portal/index.php?option=com_content&view=article&id=29255.Acessoem29/01/2018
+http://dx.doi.org/10.1007/s10586-014-0404-x
+https://github.com/kmackay/micro-ecc
+https://doi.org/10.1128/JB.185.6.1942-1950.2003
+https://doi.org/10.1016/j.colsurfa.2013.03.003
+https://doi.org/10.1002/(SICI)1099-050X
+https://www.ncbi.nlm.nih.gov/pubmed/22528869
+http://dx.doi.org/10.1016/j.atherosclerosis.2013.01.023
+http://www.seft.com.tr
+http://www.synplicity.com
+http://www.hsa.ie/eng/Publications_and_Forms/Publications/Chemical_and_Hazardous_Substances/Asbestos-containing_Materials_ACMs_in_Workplaces_-_Practical_Guidelines_on_ACM_Management_and_Abatement.html
+http://dx.doi.org/10.1067/mai.2000.111582
+http://iwc.int/estimate.Accessed
+https://doi.org/10.1063/1.124354
+https://doi.org/10.1109/FSKD.2016.7603389
+http://dx.doi.org/10.1080/15287394.2014.867204
+http://www.washingtonpost.com/blogs/the-switch/wp/2013/08/19/the-60-million-americans-who-
+http://dx.doi.org/10.1016/j.psychres.2005.04.009
+http://dx.doi.org/10.1007/BF01173658
+https://doi.org/10.1016/j.biopsych.2004.11.019
+http://dx.doi.org/10.1016/j.ijar.2014.02.006
+http://mondodomani.org/dialegesthai/
+https://doi.org/10.1016/j.jpurol.2005.12.003
+https://doi.org/10.1007/JHEP07(2019)021
+http://dx.doi.org/10.1006/jsvi.1999.2338
+https://doi.org/10.1111/j.2044-8295.1986.tb02199.x
+http://dx.doi.org/10.1109/TPAMI.2012.39
+http://www.aip.org/pubservs/epaps.html
+http://www.treas.gov/offices/enforcement/oia/docs/oia-brochure.pdf
+http://www.ansys.com/
+http://dx.doi.org/10.1111/j.1365-294X.1993.tb00005.x
+www.prac.ufpb.br/anais/meae/Anais_II_Encontro_Tematico/trabalhos/BIOFERTILIZANTES.doc
+https://doi.org/10.1130/0091-7613
+https://ami-global.org/montessori/timeline-maria-montessoris-life
+http://books.openedition.org/bibpompidou/197
+http://dx.doi.org/10.1111/j.1365-2796.2009.02159.x
+http://european-truck-challenge.com/downloads/etc-test-2014.pdf
+https://doi.org/10.1111/jphp.12051
+http://dx.doi.org/10.2106/JBJS.I.00220
+http://spaniamyb.blogspot.com/
+https://doi.org/10.1091/mbc.e07-05-0474
+http://bilim.ficicilar.name.tr/sayfa/Bilginin_Organizasyonu.htmladresindenerişildi
+http://www.mirlabs.net/iasl/,acceptedandrevisedsubmitted
+http://links.jstor.org/sici?sici=0040-0262%28199108%2940%3A3%3C509%3AP%28TRT1%3E2.0.CO%3B2-5
+http://tree.bio.ed.ac.uk/software/FigTree
+http://www.mediensprache.net/networx/rubrikLecturas
+http://dx.doi.org/10.1016/j.ecolind.2010.06.011
+http://publika-tionen.soziologie.de
+http://www.rexter.cz/kategorie/012009/1986
+https://doi.org/10.1007/s00787-011-0234-9
+http://cercor.oxfordjournals.org/
+https://doi.org/10.4995/ia.2010.2977
+https://www.mwa.co.th/download/file_upload/SMWW_1000-3000.pdf
+https://doi.org/10.17957/JGIASS/2.3.561http://www.jgiass.com
+http://dx.doi.org/10.1016/j.cub.2013.05.038
+http://www.saber.ula.ve/handle/123456789/30910
+http://cloudcomputing.sys-con.com/node/579826
+https://doi.org/10.1506/686E-NF2J-73X6-G540
+http://www.erodocdb.dk/docs/doc98/official/pdf/CEPTRep02
+https://doi.org/10.1016/j.jacceco.2006.01.002
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1709646
+http://www.arabianjbmr.com/pdfs/KD_VOL_1_6/5.pdf
+http://dx.doi.org/10.1073/pnas.1422872112
+http://www.palisade.com.au/
+http://lists.essential.org/pipermail/ip-health/2007-April/011054.html
+http://www.iupr.ru/domains_data/files/zurnal_31/Butova.pdf
+http://publications.arup.com/publications/a/annual_and_corporate_reports/annual_report_2015
+Retrievedfromwww.nytimes.com/2012/07/10/health/policy/health-care-law-offers-wider-benefits-for-treating-mental-illness.html
+https://doi.org/10.1007/s10896-009-9276-x
+https://doi.org/10.1093/jac/dkw214
+https://www.ers.usda.gov/data-products/vegetables-and-pulses-data/vegetables-and-pulses-yearbook-tables/
+http://box.mmm.ucar.edu/uswrp/warmseasonabstracts/gruntfest.htm.Accessed
+http://dx.doi.org/10.1016/S0140-6736
+https://doi.org/10.1177/0969776413481985
+http://iai.asm.org/Downloadedfrom
+https://doi.org/10.1039/c4an00555d
+http://dx.doi.org/10.1080/13875868.2011.571326
+www.brookings.edu/research/papers/2013/12/03-libya-national-reconciliation-sharqieh
+http://theoathproject.org
+http://dx.doi.org/10.1016/S0012-9593
+http://doi.org/10.1016/j.sbspro.2011.04.152
+http://dx.doi.org/10.1093/eurheartj/ehs246
+http://www.ssb.no/emner/04/02/20/rapp_200721/rapp_200721.pdf
+iwt-bremen.de/vt/laser/wriedt/index_ns.htmlS
+https://doi.org/10.1016/j.tcb.2009.09.009
+https://doi.org/10.1038/nrm3313
+http://journal.frontiersin.org/Journal/10.3389/fncom.2012.00063/full
+http://europa.eu/pol/pdf/flipbook/en/humanitarian-aid_en.pdf
+http://www.gallup.com/poll/160196/alabama-north-dakota-wyoming-conservative-states.aspx
+http://www.scielo.br/pdf/epsic/v11n2/a10v11n2.pdf
+http://dx.doi.org/10.1101/124735doi
+https://doi.org/10.1016/j.plaphy.2015.05.001
+www.cnbv.gob.mx/.../SCAP%20Inclusión%20Financiera%20NOV-
+https://www.bloomberg.com/view/articles/2012-02-28/cash-better-than-food-stamps-in-helping-poor-commentary-by-edward-glaeser
+http://leman.or.id/anakku/daribayi.html.18Mei
+https://www.embrapa.br/suinos-e-aves/cias/precos.Acessadoem10/11/2018
+http://arxiv.org/abs/0812.2062
+http://www.cat-int.org/wp-content/uploads/2016/06/ISIS-Financing-2015-
+http://www.pac-12.org/SPORTS/BasketballM/Tabid/1449/Article/148514/Mens-Tournament-To-MGM-Grand-Garden.aspx
+http://pleutil.net/
+http://dx.doi:10.1023/A:1013280426251
+https://doi.org/10.1029/JB087iB08p06989
+http://neuromorpho.org/neuroMorpho/index.jsp
+https://drive.google.com/file/d/1XGrneuYtc4hL06-5T321B2r0hBvELH74/view
+https://doi.org/10.1353/jaas.2013.0006
+http://dx.doi.org/10.1163/187529263x00205
+https://www.mef.gob.pe/contenidos/inv_privada/normas/DS410_2015EF.pdf
+http://www.ilo.org/publicaccessed23
+http://www.R-project.org/
+http://www.fda.gov/NewsEvents/Newsroom/PressAnnouncements/ucm522243.htm
+http://www.russellbarkley.org/factsheets/adhd-facts.pdfCentersforDiseaseControlandPrevention
+http://pxnet2.stat.fi/PXWeb/pxweb/en/StatFin/StatFin__vrm__vaerak/statfin_vaerak_pxt_001.px/?rxid=cf6d9aa1-91d8-4ea6-8878-f595f6754be5
+https://doi.org/10.1109/KAM.2009.119
+http://faculty.education.illinois.edu/rhennis/tewctet/Ennis-Weir_Merged.pdfAccessedon09/10/2017
+http://dx.doi.org/10.1016/j.jmpt.2008.06.004
+http://engjournal.ru/catalog/machin/plasma/1031.html
+https://doi.org/10.1111/nep.12133
+https://rgable.files.wordpress.com/../renzema-evaluative-research-2010-final.doc
+http://www.meps.ahrq.gov/mepsweb/survey_comp/hc_data_collection.jsp
+http://rsb.info.nih.gov/nih-image/
+https://arxiv.org/abs/1610.07500
+http://dissertationrecipes.com/wpcontent/uploads/2011/04/Validity-andReliabilityinaQualitative-Study.pdf
+dx.doi.org/10.1590/s0102-053620160413
+http://www.manage.gov.in/managelib/faculty/PanduRanga.htm
+https://doi.org/10.1126/scitranslmed.aao5253.Sex
+http://revistascientificas.filo.uba.ar/index.php/prohals/article/view/480
+http://www.ibo.org/research/programmevalidation/documents/IBSuppDomesticResearchBrief201
+http://www.actstudent.org/faq/actsat.html
+https://doi.org/10.1186/s12891-016-1216-3
+http://dx.doi.org/10.1590/S0104-14282013005000004
+http://www.1000palavras.pt/.Access
+http://www.abs.gov.au
+http://www.veterinaria.org/revistas/redvet/n111112/111212.pdf8
+http://dx.doi.org/10.1016/S0376-8716
+https://doi.org/10.1371/journal.ppat.1000881
+http://dx.doi.org/10.1053/j.gastro.2009.12.055
+https://doi.org/10.3109/15376516.2015.1006743
+http://www.micromedexsolutions.com/micromedex2/librarian.Accessed
+https://doi.org/10.1115/1.4000613
+https://doi.org/10.1038/nrm2763
+http://www.investopedia.com/articles/forex/090215/chinese-devaluation-yuan.asp
+http://www2.sas.com/proceedings/sugi26/p246-26.pdf
+https://doi.org/10.1038/nature11316
+http://dx.doi.org/10.1016/S0005-7967
+http://www.iarc.fr/monoeval/crthall.htm
+http://www.medicalheritage.org/2011/06/i-saw-the-internet-today…/
+https://doi.org/10.1126/science.aab2356
+https://doi.org/10.1016/j.ympev.2017.03.020
+http://dx.doi.org/10.2118/5529-PA
+https://doi.org/10.1098/rstb.2011.0301
+https://www.cbre.com/research-and-reports/US-Retail
+https://doi.org/10.1109/15.736202
+http://www.ijic.org
+https://doi.org/10.1111/cmi.12291
+http://www.cdc.gov/wtc/pdfs/wtchpminlatcancer2013-05-01.pdf.Accessed
+http://www.w3.org/DesignIssues/LinkedData.html
+http://www.zdnet.com/blog/igeneration/wired-vs-wireless-security-vs-speed/624
+https://doi.org/10.1016/S2213-2600(20)30076-X
+http://nomoretraffik.com/trafficking101
+www.canada.ca/content/dam/phac-aspc/migration/phac-aspc/tmp-pmv/catmat-ccmtmv/assets/pdfs/friends-amis-eng.pdf.Accessed
+https://digitallibrary.un.org/record/756209/files/A_68_264-EN.pdf
+http://www.indret.com,desembre
+https://doi.org/10.1111/1755-0998.12505
+http://curia.europa.eu/juris/document/document.jsf?text=&docid=202543&doclang=EN&d&part=1&cid=341550
+haifa.ac.il
+http://windowsir.blogspot.com/search/label/Registry
+https://www.dailytrust.com.ng/news/aso-chronicles/blacksmithing-is-a-creative-business-makeri/131936.html
+http://www.webcitation.org/6C9YLekWK
+http://www.cs.columbia.edu/∼hgs/rtp/
+http://www.educ.fc.ul.pt/docentes/ichagas/mi1/analisedocumentos.pd.Acessoem25dejaneirode
+www.ejisdc.org/ojs2/index.php/ejisdc/article/download/42/42
+https://doi.org/10.1155/2013/141720
+http://dx.doi.org/10.1006/gmip.1996.0021
+http://www.tuik.gov.tr/PreTablo.do?alt_id=1051
+https://doi.org/10.1192/bjp.183.3.248
+http://www.mckinsey.com/~/media/McKinsey%20Offices/India/PDFs/Online_and_Upcoming_The_internets_impact_on_India.ashx
+https://doi.org/10.1534/genetics.111
+http://www.uspreventiveservicestaskforce.org/Page/Topic/recommendation-summary/cervical-cancer-screening.Accessed
+http://dx.doi.org/10.1126/scitranslmed.3002330
+http://mercatus.org/sites/default/files/ISP_Dourado_WP1
+http://www.duqsm.com/3d-printers-could-revolutionize-fashion-industry/.Accessed20
+https://doi.org/10.1016/j.jcv.2014.06.015
+http://www.assembly.coe.int/CommitteeDocs/2010/20122329
+http://www2.camara.leg.br/legin/fed/declei/1930-1939/decreto-lei-579-30-julho-1938-350919-publicacaooriginal-126972-pe.html
+http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm
+http://www.converge.org.nz/pma/DRIPGA.pdf〉
+https://doi.org/10.1002/jmor.1051330106
+http://www.news.at/articles/0116/10/12536/nach-ja-sterbehilfe-debatte-selbstmordpille
+http://www2.produce.gob.pe/RepositorioAPS/3/jer/ACUISUBMENU4/informeLB-Samanco
+http://www.nber.org/oregon/data.html
+https://www.sandiego.gov/citycouncil/committees/nrc
+http://dx.doi.org/10.2307/2231405
+http://dx.doi.org/10.1176/appi.psy.44.1.51
+http://dx.doi.org/10.1073/pnas.0805862105
+http://onlinelibrary.wiley.com/doi/10.1002/ecy.1484/suppinfo
+https://doi.org/10.7454/jps.2020.xx
+http://www.uic.com/fmine.htm
+http://doi.org/10.1108/ECAM-01-2013-0011
+http://dx.doi.org/10.1016/S0022-3999
+http://www.buyya.com/talks/biogrid.ppt
+http://www.coldiretti.it/
+http://www.chromium.org/
+http://dx.doi.org/10.1038/nature06843
+https://doi.org/10.1016/S0149-7634
+https://doi.org/10.1108/ITSE-09-2016-0033
+http://www.bi.go.id/id/publikasi/neracapembayaran/Pages/NPI_TW%20I%202010.aspx
+http://www2.ed.gov/documents/press-releases/university-cincinnati-agreement.pdf
+https://owncloud.thl.fi/index.php/s/XzFScXdp878D4mh?path=%2Fwd
+http://www.cisg.law.pace.edu/cisg/CISG-AC-op3.html
+http://www.biogeosciences.net/4/87/2007/
+http://dx.doi.org/10.1371/journal.pbio.0020020
+http://aprendeenlinea.udea.edu.co/revistas/index.php/revistaeyp/article/viewFile/6024/5431
+la.materia.presu-puestaria.no.es.encuadrada.dentro.de.ninguna.de.las.excepciones.otorga-das.por.la
+http://dx.doi.org/10.1242/dev.092585
+https://doi.org/10.1590/S1516-35982011001100007
+http://www.fee.rs.gov.br/feedados
+http://idf.schemas.itn.pt
+http://noticias.universia.com.br/destaque/noticia/2002/02/08/552760/rograma-avaliao-institucional-(paiub).html#
+http://www.aarp.org/research/longtermcare/nursinghomes/aresearch-import-669-FS10R.html
+http://dx.doi.org/10.1016/j.jcps.2009.12.003
+http://web.hks.harvard.edu/publications/workingpapers/citation.aspx?PubId=5613
+https://doi.org/10.1002/mmnz.4830680210
+https://doi.org/10.22633/rpge.v23iesp.1.13020
+https://doi.org/10.1029/1999JD901173
+http://www.abto.org.br/abtov03/Upload/file/RBT/2013/rbt2013-parcial(1).pdf
+bjs.ojp.usdoj.gov/content/homicide/intimates.cfm
+http://www.intechopen.com/books/air-pollution-a-comprehensive-perspective/spatial-and-temporal-analysisof-surface-ozone-in-urban-area-a-multilevel-and-structural-equation-mo.Accessed:15th
+http://dx.doi.org/10.1016/j.jmb.2007.06.072
+https://doi.org/10.1093/emboj/16.11.3044
+http://dx.doi.org/10.1590/0034-7167.2015680320i
+http://www.stat.gov.pl/gus
+https://doi.org/10.7208/chicago/9780226707549.001.0001
+https://www.iso.org/standard/64950.html
+https://www.agcsa.com.au/sites/default/files/uploaded-content/website-content/atm-journal/Water%20Management%20-%20Sewer%20Mining%2C%20the%20Pennant%20Hills%20Experience.pdf
+https://doi.org/10.1093/jmammal/gyv191
+http://dx.doi.org/10.1098/rstb.2012.0081
+http://www.afip.ba/index.php/finansijskiizvjestaji
+http://www.nswagtc.org.au/info/articles/Strickland_Dabrowski.pdf
+http://www.hdgpp.hr/clanice.htm
+http://www.conacyt.gob.mx/index.php/el-conacyt/sistema-nacional-de-investigadores
+http://www.abc.es/20101128/economia/veces-gobierno-nego-crisis-201011261629.html
+https://doi.org/10.1523/JNEURO-SCI.1943-17.2017
+http://articles.chicagotribune.com/2006-08-01/news/06080104411pandemic-strain-bird-flu-avian-influenza
+https://helda.helsinki.fi/bitstream/handle/10138/32507/rehn.pdf
+http://openrefine.org/
+https://doi.org/10.1371/journal.pmed.1001773
+http://education.asahq.org/sites/education.asahq.org/files/users/1392/asasimwhitepaper.pdf
+http://www.nlb.gov.sg/biblio/10153024
+http://www.patient.co.uk/doctor/renal-cancer
+http://www.economywatch.com/world-industries/capital-intensive.html
+http://www.ensp.fiocruz.br/portal-ensp/informe/site/materia/detalhe/31866.AcessoemOut/
+http://login.ezproxy.lib.vt.edu/login?url=http://search.proquest.com.ezproxy.lib.vt.edu/docview/305592680?accountid=14826
+https://doi.org/10.1016/j.ceb.2005.08.014
+http://creativecommons.org/licenses/by/4.0/
+http://data.parliament.uk/writtenevidence/committeeevidence.svc/evidencedocument/health-commit-tee/handling-of-nhs-patient-data/oral/8416.html
+http://www.ncbi.nlm.nih.gov/pubmed/16714841
+https://doi.org/10.1093/bioinformatics/btw369
+https://www.amazon.com/Regression-Analysis-Linear-Models-Implementation/dp/1462521134
+https://doi.org/10.1038/nature19057
+http://www.med.govt.nz/upload/71047/MDV6220_CMD_TombStone_04c.pdf
+http://plato.stanford.edu/entries/quantum-field-theory/
+https://doi.org/10.1111/j.1463-1318.2011.02696.xPMID
+http://www.transparency.org/policy_research/surveys_indices/cpi/2009/cpi_2009_table
+https://doi.org/10.5194/gmd-2019-289
+http://www.amanda.com/resources/hfweb2000/AMA_CultDim.pdf
+http://www.londonsociety-nls.org.uk/JAM_reverse.htmon13
+http://www.airanimal.com/rabies_watch_archive.html.Accessed
+https://www.simcotechnologies.com/what-we-do/stadium-technology-portfolio/.Abfrageda-tum:23.03
+kulturologija.unios.hr/znanost/skupovi/medunarodna-interdisciplinarna-znanstvena-konferen-cija-bastinska-kultura-i-digitalna-humanistika-sprega-starog-i-novog-heritage-culture-and-digital-hu-manities-a-bond-between-the-old-and-the-new/
+https://doi.org/10.4135/9781412952392.n23
+http://www.skolverket.se
+gc.inetelabs.com/recursos/files/r157r/w12984w/DerMerca%201_Unidad9.pdf
+https://www.worldometers.info/coronavirus/.Accessedon
+http://www.estadisticassnmpe.org.pe/EstExt_Principal/EstExt_Pri_Menu.aspx?x=1274437&
+http://www.planalto.gov.br/ccivil_03/leis/L8080.htm
+http://dx.doi.org/10.1056/NEJM199712253372606
+www.egyptsites.wordpress.com/2009/02/06/tomb-of-queen-nefertari-qv66/Accessedon:15/01/2014
+http://ejournal.uin-malang.ac.id/index.php/infopub/article/view/2767
+http://www.vrvs.org
+https://doi.org/10.1128/mBio.02079-16
+http://bos.zrc-sazu.siOxfordLatinDictionary
+http://seer.ufrgs.br/CienciasSo-ciaiseReligiao/article/view/13449/10991
+http://view.ncbi.nlm.nih.gov/pubmed/16697919
+https://doi.org/10.1186/s13059-016-0914-3
+http://intranet.lternet.edu/archives/documents/Newsletters/NetworkNews/fall04/fall04_pg09.htm
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2614188/pdf/ebo-4-193.pdf
+http://www.geeksforgeeks.org/rsaalgorithm-cryptography/
+http://dx.doi.org/10.1108/02651331111181448
+http://www.baltimorecityschools.org/cms/lib/MD01001351/Centricity/Domain/80/PDF/SY07_08_School_Climate_Survey.pdf
+http://dx.doi.org/10.1210/jc.2008-0509
+www.saylor.org/me101
+https://stories.undp.org/drones-al-servicio-de-la-comunidad
+http://www.who.int/mediacentre/factsheets/fs094/en/index.html
+https://doi.org/10.1175/BAMS-D-12-00215.1
+https://doi.org/10.1021/jp035719i
+http://www.estadao.com.br/ciencia/noticiais/2004/jun/02/26.htm.Acessoem:09/05/2005
+https://doi.org/10.1111/j.1467-9221.2004.00354.x
+http://www.visaemdebate.incqs.fiocruz.br/Vigil.sanit.debate
+http://oversight.house.gov/documents/20040625102432-06243.pdf
+http://dx.doi.org/10.5539/jms.v5n4p30
+http://dx.doi.org/10.1074/jbc.M007194200
+http://www.Praat.org/
+https://www.cse.buffalo.edu/∼shapiro/Papers/maisha82.pdf
+https://doi.org/10.1186/s40851-018-0113-z
+https://doi.org/10.1086/505868
+www.ukrstat.gov.ua
+https://ddd.uab.cat/pub/edlc/02124521v28n1/02124521v28n1p19.pdf
+http://www.cancer.gov/cancer-topics/factsheet/Risk/artificial-sweeteners2006
+http://www.abidjan.net/infos/commentaires.htm
+http://link.springer.com/article/10.1007/BF01115492
+http://dx.doi.org/10.1002/jcla.20278
+http://www.linguistik-online.de/24_05/friedli.pdf
+www.voxeu.org/article/low-interest-rates-secular-stagnation-and-debt
+https://doi.org/10.1145/1993636.1993712
+http://www.orpha.net/consor/cgi-bin/Disease_Search.php
+http://www.wired.com/wired/5.09/newrules.html
+https://www.theguardian.com/world/2020/mar/19/china-positions-itself-as-a-leader-in-tackling-the-coronavirus.Accessed9
+https://doi.org/10.7554/eLife.10809
+http://dx.doi.org/10.1016/0024-6301(82)90010-3
+https://doi.org/10.1209/0295-5075/106/59001
+http://www.unisdr.org/files/43291_sendaiframeworkfordrren.pdf
+http://dx.doi.org/10.1001/jama.293.2.217
+https://doi.org/10.1002/2016JE004997
+http://dx.doi.org/10.1016/j.micromeso.2007.02.024
+https://doi.org/10.1371/journal.pbio.1002550.Cited27
+https://doi.org/10.1016/j.biortech.2013.12.070
+http://thediplomat.com/2014/08/china-hosts-scos-largest-ever-military-drills/
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.1002/fld.1545
+http://creativecommons.org/licenses/by/4.0/
+https://www.whoumc.org/media/2768/standardisedcasecausalityassessment.pdf
+https://doi.org/10.1016/S0090-2616
+http://dx.doi.org/10.1016/j.microrel.2009.06.007
+http://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/ACO/index.html
+http://dx.doi.org/10.17509/mimbar-sd.v1i2.873
+http://www.worldbank.org/en/news/feature/2016/05/26/india-states-briefs
+http://www.ncgia.ucsb.edu/projects/vgi/products.htmlthroWer
+https://doi.org/10.3386/w9411
+http://www.transmeta.com/pdfs/paper_mfleischmann_17jan01.pdf
+http://dx.doi.org/10.1007/s11814-014-0054-y
+https://doi.org/10.1007/BF02426954
+http://dx.doi.org/10.1016/j.msea.2013.07.090
+https://doi.org/10.1002/we.1493
+https://doi.org/10.1016/j.jhydrol.2004.12.001
+http://acrh.revues.org/index2028.html
+http://dx.doi.org/10.1126/science.1082708
+https://doi.org/10.1016/j.neuro.2012.08.014
+https://doi.org/10.2113/174.4.325
+http://www.canadensys.net/2012/why-we-should-publish-our-data-under-cc0
+http://doi.org/10.24831/jai.v37i3.1238
+https://doi.org/10.1073/pnas.1419604111
+http://www.unhcr.org/513da1cc9.pdf
+http://jcp.bmj.com/
+lsv.ens-cachan.fr/Publis/PAPERS/PDF/JGL-csl07.pdf
+https://doi.org/10.1029/2010JC006586
+https://www.who.int/nmh/publications/essential_ncd_interventions_lr_settings.pdf
+http://dx.doi.org/10.1111/j.1365-2109.2010.02612.x
+https://doi.org/10.1038/nbt.1623
+www.nice.org.uk/media/D45/1E/GuideToMethodsTechnologyAppraisal/2013
+http://archive.ics.uci.edu/ml
+http://www.poetryfoundation.org/harriet/2013/08/corean-music-art-and-violence/
+https://doi.org/10.18637/jss.v067.i01
+http://epublishing.ekt.gr|e
+doi.org/10.4028/www.scientific.net/KEM.264-268.2437
+http://www.iabspain.net/estudio-de-medios-de-comunicacion-online/
+http://www.dane.gov.co/files/investigaciones/boletines/educacion/bol_ConvivenciaEscolar_2011.pdf
+https://doi.org/10.1016/j.ab.2010.12.036
+https://www.cff.org/Our-Research/CF-Patient-Registry/2015-Patient-Registry-Annual-Data-Report.pdf
+http://dx.doi.org/10.1128/EC.4.11
+http://www.interleaf.com/products/im.htm
+http://scholar.google.com/scholar_lookup?&author=W.%20Hillier&author=T.%20Wydrzynski&journal=Coord.%20Chem.%20Rev
+https://doi.org/10.1016/j.neuroimage.2013.11.001
+http://www.engormix.com/co_inoculacion_soja_glicyne_s_articulos_800_AGR.htm
+https://doi.org/10.1080/00140139.2015.1019937
+http://dx.doi.org/10.1111/j.1365-2958.1993.tb01143.x
+https://doi.org/10.1002/cne.20614
+https://doi.org/10.1101/2020.06.07.136366doi:bioRxivpreprint
+https://www.washingtonpost.com/opinions/how--wiretaps-actually-work--and-whats-really-going-on-here/2017/03/07/8ce93898-027d-11e7-a-d5b-d22680e18d10_story.html?utm_term=.10de35d1b7e3
+https://doi.org/10.1007/BF01019932
+http://dx.doi.org/10.1103/PhysRevLett.66.2348
+https://doi.org/10.1590/S0104-12902014000400006
+https://doi.org/10.18806/tesl.v1i1.421
+http://dx.doi.org/10.1088/0004-637X/799/1/76
+http://doi.org/Doi10.2307/2666977
+https://doi.org/10.1177/1475090216638680
+http://www.connotea.org/
+http://www.gdp-research.com.au/minig_1.htm
+http://www.aaib.com/CorporateSocialRes/Green_Finance.aspx
+http://www.inflexions.org/n1_t_nguihtml.html
+https://doi.org/10.1016/j.jotr.2017.03.001
+http://www.af.mil/news/Aug2001/n20010813_1108.shtml
+https://www.springer.com/in/book/9783540326861
+http://news.sciencemag.org/sciencein-sider/2011/03/smithsonian-shipwreck-exhibit.html
+gwu.edu/~mpb/c/fad.gif
+http://siteresources.worldbank.org/
+https://doi.org/10.24224/2227-1295-2018-11-172-182
+https://doi.org/10.1002/jaal.370
+https://doi.org/10.7287/peerj.preprints.26929v1|CCBY4.0OpenAccess|rec
+http://doi.org/10.1177/10634266060140040501
+http://www.ufsm.br/revistasE-ISSN2175-4977
+http://dx.doi.org/10.1136/bmj.a1655
+https://www.history.ac.uk/reviews/review/2045
+biomedcentral.com/submit
+http://www.irchelp.org/irchelp/rfc/rfc2812.txt
+https://doi.org/10.1016/S0896-6273
+www.worldbank.org/laceconomist
+https://doi.org/10.1159/000089886
+https://doi.org/10.3390/min7080145
+http://www.wygisc.uwyo.edu/24k/dem.html.Accessed31
+http://www2.nationalgrid.com/UK/Industry-information/Electricity-transmission-operational-data/Data-Explorer/
+https://www.fema.gov/significant-flood
+https://doi.org/10.1016/j.ijid.2018.10.029
+https://doi.org/10.1016/j.ympev.2009.01.002
+http://www.hcup-us.ahrq.gov/nisoverview.jsp
+http://www.rand.org/publications/RB/RB45/.accessed21
+http://dx.doi.org/10.1038/sj.cdd.4402292
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.1016/S2214-109X(15)00275-2
+https://doi.org/10.1007/978-3-642-18255-6
+http://people.su.se/~yvze0888/work_papers/CEPR/pdf
+http://www.sei.se/red/red9609e.html21st
+http://dx.doi.org/10.1037/h0047553
+http://www.epa.gov/chemfact/butyr-sd.txt
+http://login.ezproxy.library.ualberta.ca/login?url=http://ovidsp.ovid.com/ovidweb.cgi?T=JS&CSC=Y&NEWS=N&PAGE=fulltext&D=medl&AN=19366
+http://www.ecerg.com/iesres/data/Valdas_Jankunas_Pitesti.pdf/05.06
+http://classiques.uqac.ca/classiques/bergson_henri/evolution_creatrice/evolution_creatrice.pdf
+http://www.mitrabisnis-ukm.com/
+http://www.fao.org/AG/cgrfa/AnGR.htmFAO
+http://www.leitlinien.de/mdb/edocs/pdf/literatur/europaratmethdt.pdf
+http://dx.doi.org/10.1038/nrc1362
+https://doi.org/10.3390/met6010005
+https://doi.org/10.1162/neco.2006.18.12.3052
+http://dx.doi.org/10.1080/13923730.2005.9636361
+https://www.cleverism.com/what-is-recruitment/
+http://e-kon-cept.ru/2015/15140.htm
+http://www.economist.com/archive/buv.cg...pfiles/1996out/16mar96.hd/ecn.048
+www.cafonline.org/docs/default-source/about-us-publicaons/1950a_wgi_2016_report_web_v2_241016.pdf
+http://www.teses.usp.br/teses/disponiveis/8/8150/tde-19092011-102712/en.php
+https://doi.org/10.1191/0309132504ph492pr
+http://www.ipef.br/publicacoes/scientia/nr59/cap06.pdf
+http://ww1intheclassroom.exeter.ac.uk/
+http://www.ewi.tu-berlin.de/fileadmin/i49/dokumente/1143711480_diss_steiner.pdf
+https://doi.org/10.1111/j.1600-051X.2011.01837.x
+https://doi.org/10.1093/bioinformatics/btr670
+https://humaspdg.wordpress.com/2010/05/11/sisa-sisa-bangunan-sejarah-banten-lama/
+http://www.caida.org
+http://www.nytimes.com/2012/11/03/sports/new-york-city-marathon-will-not-be-held-sunday.html?_r51&
+https://doi.org/10.1016/j.blre.2015.10.003
+http://clinicaltrials.gov/show/NCT01032629.Accessed
+http://www.ipindia.nic.in
+https://doi.org/10.1363/ifpp.31.162.05
+https://doi.org/10.1007/s00217-015-2613-9
+http://www.w3.org/2002/xmlspec
+http://www.planalto.gov.br/ccivil_03/leis/1989
+https://osha.europa.eu/en/publications/literature_reviews/migrant_workers
+https://www.sciencedirect.com/topics/computer-science/archiving-data
+https://www.asahq.org/about-asa/newsroom/news-releases/2020/03/joint-statement-on-multiple-patients-per-ventilator
+https://doi.org/10.1177/036354659302100212
+https://www.iab.com/guidelines/iab-mobile-location-data-guide-publishers/
+http://dx
+http://dx.doi.org/10.1016/j.ecss.2006.05.013
+www.egitim.aku.edu.tr/halil.ppt.İnd.19.08.2013
+http://www.sciencedirect.com/science/article/pii/S0393044011001586
+https://doi.org/10.1093/emboj/19.1.25
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2304567
+https://tez.yok.gov.tr/UlusalTezMerkezi/adresindenedinilmiştir
+http://www.statcan.ca/english/freepub/21-006-XIE/21-006-XIE1998001.pdf
+https://tirto.id/kepentingan-di-balik-unjuk-kekuatan-di-laut-cina-selatan-bnS6
+http://dx.doi.org/10.1016/j.soilbio.2006.07.002
+http://www.nationalphysiciansurvey.ca/nps/home-e.asp
+https://doi.org/10.1002/2016JD024941
+https://doi.org/10.26661/2522-1566/2019-4/10-06
+Academic.Retrievedfromwww.macewan.ca
+http://www.ingentaconnect.com/content/psych/pvis/2009/00000017/F0020006/art00
+https://doi.org/10.1186/1475-2875-4-27
+http://ec.europa.eu/environment/nature/info/pubs/docs/nat2000newsl/nat01_fr.htm
+http://revistaryr.org.ar/index.php/RyR/article/view/288/306
+http://www.symantec.com/enterprise/products/overview.jsp?pcid=1025&pvid=
+http://www.buffalogreencode.com/green-code-components/unified-development-ordinance-2/CityofTempe
+https://dx.doi.org/10.18156/eug-1-2019
+https://doi.org/10.1016/j.cell.2004.06.016
+https://doi.org/10.1128/JCM.01209-09
+http://www.dhdi.free.fr/recherches/droithomme/articles/grandehumanrightsdialogue.htm
+http://dx.doi.org/10.1128/AAC.46.9
+http://www.casa.ucl.ac.uk/urbanplan.pdf
+http://catalog.proemags.com/publication/ade7da38#/ade7da38/16
+https://media.neliti.com/media/publications/128733-ID-implementasi-pendidikan-karakter-semanga.pdf
+https://doi.org/doi:10.1002/ecy.1432
+http://www.cell.com/current-biology/abstract/S0960-9822
+https://doi.org/10.1016/S1473-3099(14)70741-8
+http://dx.doi.org/10.1136/jech.57.1.29
+http://dx.doi.org/10.1109/ICCV.2005.44
+http://bit.ly/tedvlc
+https://protectingimmigrantfamilies.org/analysis-research/
+http://www.sfar.org/article/151/tabagisme-perioperatoire-ce-2005
+http://web.archive.org/web/20080324080028/http://www.csoonline.com/talkback/071905.html
+http://www.laender-analysen.de/belarus/
+https://doi.org/10.15252/embj.201899727
+http://lwn.net/Articles/374424
+http://link.aip.org/link/?JCP/124/134901/1
+http://allafrica.com/stories/200209300335.html
+http://dx.doi.org/10.1021/bk-1985-0268.ch011
+http://www.medlineplus.gov
+http://epp.eurostat.ec.europa.eu/portal/page/portal/hicp/data/database.Accessed06/30
+http://www.netaddiction.com/articles/surfing_not_studying.htmwebadresinden28Aralık2008tarihindeerişilmiştir
+https://pubs.niaaa.nih.gov/publications/Newsletter/winter2004/Newsletter_Number3.pdf.Accessed
+http://www.windowsphone.com/en-us/store/app/speedtest-net/4fcd4de1-050b-44dc-b123-a786808eb49b
+https://doi.org/10.1038/
+http://seercancergov/csr/1975_2008/
+https://doi.org/10.1097/IGC.0000000000001291
+Retrievedfromwww.hmie.gov.uk/documents/publication/5679text.pdf
+https://doi.org/10.4161/onci.25238
+https://doi.org/10.2308/aud.2009.28.1.241
+http://www.potaroo.net/tools/ipv4/index.html
+http://www.siaksoft.net.DiakseshariMinggu
+http://www.phoenix.org.br/phoenix59/nov03.htm
+http://heinonline.org/HOL/Page?handle=hein.journals/gintenlr21&collection=journals&id=75&startid=&endid=114#
+www.abbottdiabetescare.com
+https://doi.org/10.1145/3196709.3196721
+https://www.nass.usda.gov/Publications/AgCensus/2017/Online_Resources/Rankings_of_Market_Value/New_York/index.php
+http://dx.doi.org/10.1016/S0140-6736(03)15328-7
+http://dx.doi.org/10.1038/ng.175
+https://knightcenter.utexas.edu/Periodismo_20.pdf
+www.pch.gc.ca/eng/1358260464627/1358260720464
+https://doi.org/10.1214/aoms/1177697196
+http://csis.org/files/publication/110321_Kuchins_NorthCaucasus_WEB.pdf
+http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2006/decreto/d5800.htm
+https://doi.org/10.1101/gr.132102
+https://www.cdc.gov/coronavirus/2019-ncov/infection-control/controlrecommendations.html
+ala.org/aasl/slr
+http://www.edu-factory.org/wp/wp-content/uploads/2011/09/first_issue1.pdf
+http://folk.uio.no/rognes/papers/plmf.pdf
+https://www.diabetes.org.uk/documents/nhs-diabetes/paediatrics/nationalpaediatricdiabetesserviceimprovementdeliveryplan2013-2018.pdf
+https://doi.org/10.1196/annals.1383.030
+http://www.mto.gov.on.ca/english/transtek/roadtalk/rt10
+https://doi.org/10.1176/appi.ap.33.6.478
+http://www.un.org/millenniumgoals/2015_MDG_Report/pdf/MDG%202015%20rev%20
+http://dx.doi.org/10.1016/S0269-7491
+https://doi.org/10.1007/s12594-010-0013-0
+http://dx/doi.org/10.4236/ojacct.2017.61001
+http://dx.doi.org/10.1007/s11097-017-9515-1
+https://doi.org/10.2337/diacare.28.1.154
+http://www.acf.hhs.gov/sites/default/files/opre/subsidy_literature_review.pdf
+http://link.aps.org/abstract/PRL/v89/e163602
+https://doi.org/10.1093/jmammal/28.4.406
+http://online.personalcarecouncil.org/ctfa-static/online/lists/cir-pdfs/FR682.pdf
+http://www.who.int/influenza/gisrs_laboratory/molecular_diagnosis_influenza_virus_humans_update_201403rev201505.pdf?ua=1
+http://arxiv.org/abs/1504.03103
+http://data.unaids.org/pub/GlobalReport/2008/JC1511_
+https://doi.org/10.1016/j.jddst.2019.01.018
+http://www.jstor.org/stable/3333637
+https://doi.org/10.15561/18189172.2019.0403
+https://doi.org/10.1111/j.1523-1739.2011.01692.x
+https://doi.org/10.1007/978-94-017-7291-4_1
+http://dx.doi.org/10.1038/sj.emboj.7600163
+https://doi.org/10.1155/2011/156869
+https://www.imf.org/external/pubs/ft/fandd/2016/06/pdf/ostry.pdf
+www.fiocruz.br/biosseguranca/Bis/manuais/qualidade/Nurembg.pdf.Acessoem:22out
+http://english.ahram.org.eg/NewsContentPrint/4/0/82529/Opinion/0/Genesis-of-the-Sinai-crisis.aspx
+http://periodicos.puc-campinas.edu.br/seer/index.php/transinfo/article/view/483
+http://dx.doi.org/10.1111/j.1537-2995.2009.02317.x
+https://doi.org/10.1212/WNL.48.3.626
+https://doi.org/10.1029/2003JD004383
+https://doi.org/10.1016/j.ijbiomac.2013.07.018
+http://hdl.handle.net/10923/6987
+https://doi.org/10.1089/bfm.2012.0131
+www.thieme-chemistry.com
+http://www.debian.org/security/2005/dsa-636
+https://www.ncbi.nlm.nih.gov/nuccore/KJ001541.06
+http://www.ncbi.nlm.nih.gov/pubmed/29754777
+http://www.revistabrasileiros.com.br/2013/11/21/1977-ano--de-ouro-para-o-funk-brasileiro/#.U1Eda1ea98E
+http://dx.doi.org/10.1126/science.270.5235.397
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.1016/j.ydbio.2008.09.033
+https://doi.org/10.1063/1.1676569
+nice.org.uk/guidance/ng8
+https://doi.org/10.1016/S0140-6736
+http://dx.doi.org/10.1083/jcb.200807121
+http://www.edukacyjne.dyskursy.univ.szczecin.pl/motywy.htm
+https://isreview.org/issue/102/disability-and-russian-revolution
+http://www.nytimes.com/2016/10/18/science/hillary-cinton-donald-trump-global-warming.html
+http://www.iapad.org/p3dm_guiding_principles.htm
+http://www.fsis.usda.gov/Fact-Sheets/Chicken-Food-Safety-Focus/index.asp.Accessed15
+http://www.useit.com/papers/heuristics/heuristic_list.html
+http://www.informationweek.com/672/72iurev.htm
+http://dds.cepal.org/bdptc/
+http://www.epa.gov/oppad001/reregistration/cca/
+https://adukar.by/news/kolichestvo-studentov-
+http://dx.doi.org/10.1177/0146167205275613
+http://www.re-dalyc.org/articulo.oa?id=257119521004
+http://blog.pharmexec.com/2012/02/13/patient-recruitment-via-social-media-lessons-learned/
+http://www.chaireanticosti.ulaval.ca/en/personnel/steeve_cote/
+http://en.wikinews.org/wiki/Interview_with_Jimbo_Wales,besøkt12
+http://dx.doi.org/10.1080/14763141.2010.511679
+https://doi.org/10.1038/nprot.2011.450
+http://publindex.colciencias.gov.co:8084/publindex/EnIbnPublindex/resul-tados.do
+https://doi.org/10.1126/science.1182488
+http://www.fao.org/agris/aos/Applications/intro.htm
+https://doi.org/10.1128/CVI.05128-11
+https://doi.org/10.1016/j.quascirev.2011.04.019
+http://dx.doi.org/10.1007/s00449-004-0354-4
+http://www.substech.com/dokuwiki/doku.php?id=degassing_treatment_of_molten_aluminum_alloys
+http://www.eibar.org/blogak/luistxo/en/68
+https://doi.org/10.3957/056.039.0207
+http://dx.doi.org/10.1016/S2214-109X
+ftp.cs.ru.nl/pub/CompMath.Found/teasdale.pdf
+www.nato.int/docu/pr/2005/p05-004e.htm
+https://doi.org/10.1016/j.ins.2014.03.128
+http://www.mediaed.nccu.edu.tw/seesee03-03.htm
+https://doi.org/10.1016/S0378-8733(96)00301-2
+http://www.mte.gov.br/pnmpo/entendendo_as_mf.pdf
+http://web.mit.edu/2.998/www/QuaternionReport1.pdf
+http://worldmaritimenews.com/archives/200639/hapag-lloyds-shareholders-approve-uasc-merger-terms/
+https://doi.org/10.3389/fpsyg.2015.01171
+http://dx.doi.org/10.1016/S1049-0078
+http://www.jjan.kr
+http://dx.doi.org/10.18011/bioeng2015v9n2p151-161
+https://doi.org/10.1016/0031-9384(91)90049-t
+http://dx.doi.org/10.1155/2012/259349
+https://doi.org/10.1016/j.protcy.2016.05.040
+https://doi.org/10.1109/TCST.2014.2354260
+https://doi.org/10.1016/S0140-6736
+http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2008/lei/l11788.htm
+http://dx.doi.org/10.1136/oemed-2011-100488
+https://doi.org/10.1080/03075070903469598
+http://blog.sina.com.cn/s/blog_67cd56c10100iuaj.html
+http://dx.doi.org/10.1126/science.1117950
+https://doi.org/10.2136/vzj201308148
+http://www.abecitrus.com.br
+http://pmj.bmj.com/
+http://www.reuters.com/article/2014/04/07/us-slovenia-government-idUSBREA360EX20140407
+http://dx.doi.org/10.1111/cpf.12342
+http://dx.doi.org/10.1074/jbc.M113.474239
+http://sourceforge.net/projects/recoder
+http://dx.doi.org/10.1002/mrc.2321
+http://www.ibge.gov.br/home/
+http://youth-worker.org.ua/about/7.Російськаенциклопедіясоціальноїроботи/Підзаг.ред.д.і.н
+http://ssrn.com/abstract=1105398
+que.es.el.de.la.rebaja.de
+http://www.migrationinformation.org/Profiles/print.cfm?ID=176
+https://doi.org/10.1016/j.surg.2010.01.008
+http://dx.doi.org/10.1653/0015-4040
+https://doi.org/10.2174/1573413711666150523001519
+https://doi.org/10.1016/S1352-2310(03)00391-1
+http://dx.doi.org/10.1016/j.physrep.2014.02.011037
+http://www.internetessentials.com/Learning/ProtectYourComputer.html
+http://www.math.ups.edu/~bryans/Current/Journal_Spring_2009/BRichardson_20
+http://goo.gl/coeC5d
+http://www.phac-aspc.gc.ca/cd-mc/publications/diabetes-diabete/facts-figures-faits-chiffres-2011/index-eng.php
+http://nc.people.com.cn/GB/10938186.html
+http://dx.doi.org/10.1017/S0269888907001208
+http://portal.acm.org/portal.cfm
+http://dx.doi.org/10.1016/j.cell.2012.03.030
+http://www.scielo.org.pe/scielo.php?script=sci_arttext&pid=S1726-46342009000400014&lng=pt&nrm=is&tlng=es
+http://os.inf.tu-dresden.de/~westfeld/crandall.pdf
+http://www.tinyos.net/tinyos-2.1.0/doc/html/tep111.html
+http://dx.doi.org/10.5194/amt-4-2093-2011
+http://www.cato.org/pubs/pas/pa410.pdf
+http://dx.doi.org/10.1590/S1413-81232011000800006
+http://www.poderjudicial.cl/juris_pjud/jurisprudencia.php
+https://doi.org/10.1128/AAC.35.7.1273
+http://www.cdc.gov/nchs/icd/icd9cm.htm
+https://doi.org/10.1007/978-3-642-38750-0_21
+http://www.ists.dartmouth.edu/
+http://www.who.int/nuvi/pneumococcus/en/
+http://energy.gov/nepa/downloads/ea-1345-final-environmental-assessment
+http://www.sphereproject.org/content/view/720/200/lang,english/
+http://doi.org/10.1026/0012-1924.54.4.202
+http://dx.doi.org/10.1038/ng.762
+https://doi.org/10.1007/BF00519882
+http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6708463
+http://www.portomaravilha.com.br/web/sup/OperUrbanaApresent.aspx
+https://doi.org/10.5281/zenodo.2587072
+https://books.google.com/books?id=qkoJAAAAQAAJ&
+http://hdr.undp.org/docs/statistics/indices/technote_1.pdf
+https://doi.org/10.1093/nar/gks1193
+https://doi.org/10.5194/hess-21-1189-2017
+http://dx.doi.org/10.1063/1.4900772
+https://doi.org/10.1016/S0142-694X(97)00011-2
+https://doi.org/10.1111/conl.12332
+http://labeling.pfizer.com/showlabeling.aspx?idϭ491
+https://doi.org/10.1370/afm.1433
+http://feedstockreview.ornl.gov/pdf/billion_ton_vision.pdf
+http://www.who.int/childgrowth/software/en/
+https://doi.org/10.3109/03093641003674288
+https://doi.org/10.1016/j.neuroimage.2013.07.046
+http://www.mc.nato.int/media-centre/news/2017/nato-operation-sea-guardian-observes-western-med-in-focused-security-patrol-.aspx
+http://www.ncbi.nlm.nih.gov/books/NBK84626/
+http://www.phrack.com/phrack/49/P49-06
+http://heart.bmj.com/Downloadedfrom
+http://www.sapientia.pucsp.br/tde_busca/arquivo.php?codArquivo=9171
+https://doi.org/10.1101/gr.160010.113
+http://staff.ui.ac.id/internal/-131672403/publikasi/siae41.pdf
+thenationonlineng.net/photos­ambassadors­
+http://houaiss.uol.com.br/busca.jhtm?verbete=burocracia
+https://doi.org/10.1145/2470654.2466230
+http://dx.doi.org/10.1590/0104-9224/si2301.10
+https://doi.org/10.1128/JVI.00743-11
+https://doi.org/10.3390/s16091534
+http://ecsdev.org
+https://doi.org/10.1103/PhysRevB.83.195115
+https://doi.org/10.1101/664052doi:bioRxivpreprint
+http://www.rov.org/rov_applications.cfm
+https://doi.org/10.1016/j.jenvman.2004.08.011
+http://ftp.iza.org/dp7354.pdf
+http://dx.doi.org/10.1080/10408390802145377
+https://doi.org/10.1016/j.taap.2017.03.017
+http://www.graupner.de
+https://www.theguardian.com/higher-education-net-work/2016/may/04/it-must-be-love-what-makes-university-partnerships-tick
+https://doi.org/10.1111/jmwh.12506
+https://doi.org/10.1016/j.jnucmat.2015.03.019
+http://www12.statcan.gc.ca/health-sante/82-228/index.cfm?Lang=E
+https://elibrary.ru/item.asp?id=25775670
+http://creativecommons.org/licenses/by/4.0/
+http://travelwirenews.com/eTN/12JAN2006.htm
+http://semantic-web-journal.net
+http://tibettruth.com/2015/03/11/new-york-rally-for-tibet-stained-by-cta-splittists/.Accessed30/11/2015
+http://dx.doi.org/10.1007/BF00129064
+http://www.healthprofessionals21.org/docs/CompBasedEd.pdf
+http://gisis.imo.org/ISPS/Default.aspx?Country=IDN
+https://www.mongoliajol.info/index.php/PMAS
+https://www.cdc.gov/nchs/ahcd/web_tables.htm#2015
+https://doi.org/10.1017/S1041610208007126
+http://grantist.com/scholarship/stipendii-na-obuchenie-v-avstralii-po-programme-endeavour-awards/
+https://www.euroelso.net/covid-19/covid-19-survey.Accessed11
+http://www.ecoman.ktu.lt/index.php/Ekv/article/viewFile/4220/3038
+www-106.ibm.com/developerworks/db2/library/techarticle/0210mullins/0210mullins.html
+http://www.ec.gc.ca/cc/CoP5/sia/english/03earth/
+http://bop-radar.livejournal.com/202771.html
+http://www.sliver07.org
+http://www.intechopen.com/books/urinary-tract-infections/post-inflammatory-nephropathy
+http://creativecommons.org/licenses/by/4.0/
+https://www.design-reuse.com/articles/11580/architecture-and-implementation-of-the-arm-cortex-a8-microprocessor.html
+https://doi.org/10.7202/050399ar
+https://doi.org/10.1021/es4035667
+https://doi.org/10.1093/beheco/arh051
+http://dx.doi.org/10.3318/BIOE.2005.105.3.141
+http://dx.doi.org/10.1016/S0022-3093
+https://doi.org/10.1007/s10096-011-1203-4
+http://www.interdisciplines.org/artcog/papers/5;INTERNET
+http://dx.doi.org/10.1097/01.nmd.0000138225.19549.dd
+http://pcimonitor.org/
+http://www.econ.iastate.edu/tesfatsi/abmread.htm
+http://www.cpsr.org.ua/index.php?option=com_content&view=
+http://dx.doi.org/10.1099/jmm.0.054551-0
+https://doi.org/10.1016/j.atmosenv.2009.04.059
+https://www.homerenergy.com/Accessed
+http://www.springerlink.com/index/c4181mh5l23816u3.pdf
+http://dx.doi.org/10.1111/j.1753-4887.2012.00523.x
+https://doi.org/10.1007/s00704-017-2135-4
+https://doi.org/10.1091/mbc.e11-12-1018
+https://doi.org/10.3390/v7072791
+http://cvxr.com/cvx
+http://dx.doi.org/10.5772/intechopen.68882
+https://nepis.epa.gov/Exe/ZyNET.exe/91010U5D.TXT?Zy
+https://arxiv.org/abs/1602.08199
+https://www.cambridge.org/core
+http://dx.doi.org/10.1080/00224540209603881
+http:/www.gartner.com/id=2057415
+http://aam.org.ar/src/img_up/21072014.5.pdf
+http://dx.doi.org/10.1038/emboj.2010.26
+http://grtensor.phy.queensu.ca/
+https://doi.org/10.2337/diabetes.50.1.69
+http://calculatorstack.com/inflation-calculator-india.php
+http://dx.doi.org/10.1016/j.jad.2009.02.017
+http://circ.ahajournals.org/cgi/reprint/100/9/1016
+natpact.nhs.uk/demand_management/wizards/big_wizard/downloads.php
+https://doi.org/10.1002/14651858.CD010005.pub
+https://projecteuclid.org/euclid.maa/1144939946
+http://www.worldbank.org/en/topic/financialsector/brief/islamic-financeAboutAuthor
+http://dx.doi.org/10.1111/jipb.12084PMid
+http://scg.unibe.ch/archive/papers/Spas14c.pdf
+http://link.aps.org/supplemental/10.1103/PhysRevB.91
+http://www.gehr.org/
+http://dx.doi.org/10.1016/j.applthermaleng.2013.09.003
+http://tidsskriftet.no/article/463825
+https://doi.org/10.1007/s00442-007-0761-8
+http://link.springer.com/article/10.1007%2Fs12010-010-9123-9
+https://cs.uwaterloo.ca/˜dberry/handbook/ambiguityHandbook.pdf
+http://www.ign.com/articles/2012/08/15/what-you-wont-see-in-assassins-creed-iii
+http://projects.coe.uga.edu/epltt/index.php?title=Bloom%27s_Taxonomy
+http://nbn-resolving.de/urn:nbn:de
+https://doi.org/10.1056/NEJMoa1504627
+https://doi.org/10.3189/2014JoG13J095
+http://cordis.europa.eu/result/rcn/57856_en.html
+https://doi.org/10.1177/0022034511435260
+https://doi.org/10.5194/nhess-12-3733-2012
+https://www.kanalinfo.web.id/pengertian-syahbandar
+http://elearnmag.acm.org/index.cfm?section+best_practices&arti
+http://www.city.yokohama.jp/ne/news/press/200703/20070328-025-1408.html
+https://doi.org/10.1016/j.eneco.2007.05.002
+http://www.cibtech.org/jcs.htm
+http://www.ministero-salute.it/imgs/C_17_comunicati_testo.rtf
+https://www.ri.cmu.edu/publications/harmful-algal-bloom-characterization-via-the-telesupervised-adaptive-ocean-sensor-fleet/
+http://www.policyalmanac.org/social_welfare/archive/new_freedom_initiative_2.shtml
+https://doi.org/10.1016/j.egypro.2017.03.1756
+www.ccsenet.org/jas
+http://thorax.bmj.com/
+research.microsoft.com/en-us/um/redmond/projects/kinectsdk/
+http://www.infocom.org/2004/papers/11_2.pdf
+http://dx.doi.org/10.1128/JVI.75.19
+www.filmpolski.pl/fp/index.php?film=128562
+http://www.ics.uci.edu/mlearn/MLRepository.html
+http://wwwimforg/external/np/fin/data/rms_mthaspx?SelectDate=2009-06-.Accessed
+https://doi.org/10.1016/S0022-4405(99)00044-8
+http://conventions.coe.int/Treaty/en/Treaties/Html/005.htm.Accessed5/
+https://doi.org/10.1186/1477-7525-10-66
+http://coloquio.paulofreire.org.br/participacao/index.php/coloquio/viii-coloquio/paper/view/296
+www.fao.org/fishery/statistics/software/fishstat/en
+http://www.w3.org/TR/webstorage/
+Retrievedfromwww.Kaszebsko.com/uploads/Kaszubskie-identyfikacjenarodowo-etniczne.pdf
+https://doi.org/10.1074/jbc.M102788200
+https://doi.org/10.5194/acp-7-2563-2007
+https://doi.org/10.1542/peds.2007-2951
+https://doi.org/10.1002/jgrc.20100
+https://doi.org/10.3201/eid2203.151466
+www.nigms.nih.gov/Initiatives/MIDAS
+http://www.medicaid.gov/Medicaid-CHIP-Program-Information/By-Topics/Waivers/1115/downloads/ar/ar-private-option-ca.pdf
+https://onlinelibrary.wiley.com/doi/pdf/10.1111/j.1461-0248.2005.00848.x
+https://doi.org/10.4269/ajtmh.15-0725
+http://doi.org/10.1016/j.apgeog.2013.12.006
+http://dx.doi.org/10.1136/sti.2010.042192
+http://www.epa.gov/owow/nps/urbanize/report.html.LastAccessed8/30/2005
+http://brian-deer.com/mmr-lancet.html
+http://www.rki.de/DE/Content/Infekt/Krankenhaushygiene/Kommission/Downloads/Medprod_Rili_2012.pdf?__blob=publicationFile
+http://www.cancer.gov/clinicaltrials/search/view?cdrid=715321&version=HealthProfessional
+https://www.gob.mx/cms/uploads/attachment/file/103299/DR_2101.pdf
+http://dx.doi.org/10.1016/j.vaccine.2008.01.025
+http://www.dhs.gov/xlibrary/assets/statistics/publications/ois_ni_pe_2008.pdf.47
+https://doi.org/10.1089/ast.2006.0128
+http://dx.doi.org/10.4169/193009709X458618
+http://dx.doi.org/10.1016/S1002-0160(08)60085-5
+http://news.bbc.co.uk/2/hi/8536862.stm
+http://www.gadm.org/
+http://dx.doi.org/10.1097/00004583-199406000-00012
+http://www.erevistas.csic.es/ficha_articulo.php?url=oai:ojs.erevista.unioeste.br:article/4082&oai_iden=oai_revista993
+https://doi.org/10.1074/jbc.272.9.5438
+http://www.cs.umd.edu/~clancy/docs/sdr06-predict.pdf
+https://scholarlyoa.com/2016/01/05/bealls-list-ofpredatory-publishers-2016
+http://dx.doi.org/10.1542/peds.108.3.613PMid
+http://giswatch.org
+http://asean.org/storage/2017/07/Doc-1-ASEAN-WP-on-Combating-Illicit-Drug-Production-2009-2015.pdf
+https://doi.org/10.1016/j.scitotenv.2010.12.032
+http://dx.doi.org/10.1038/ni.1876
+http://www.jrheum.org/content/36/10/2346.abstracthttps://doi.org/10.3899/jrheum.090371
+http://www.first.org/cvss/cvss-guide.pdf
+http://www.sigmaaldrich.com/analytical-chromatography/microbiology/microbiology-products.html?TablePage=111528023
+http://www.earth.columbia.edu/sitefiles/file/Sachs%20Writing/2012/World%20Happiness%20Report.pdf
+www.who.int/docstore/peh/noise/guidelines2.html
+http://www.lexique.org
+http://dx.doi.org/10.1016/S0961-9534
+https://doi.org/10.1089/ars.2011.4391
+http://www.w3.org/TR/REC-xml/
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2289097
+http://www.sciencedirect.com/science/article/pii/003807179090088H
+https://doi.org/10.1029/2003JB002607
+https://doi.org/10.12795/pixelbit.2015.i46.09
+http://dx.doi.org/10.2466/pms.1998.87.3f.1155
+http://books.google.com.br/books?id=f6oZ0cwjTs8C
+http://en.wikipedia.org/wikiAA/aterdistributiononEarth
+http://www.microsoft.com/resource/ngscb/ngscb_overview.mspx
+http://dx.doi.org/10.3390/ma6062483
+https://www.accessdata.fda.gov/drugsatfda_docs/label/2018/210607lbl.pdf
+http://www.jpedhc.org/article/S0891-5245
+www.academia.edu/35563211/Halal_Tourism_in_Indonesia_Capturing_the_Properness_of_Halal_Tourism_in_West_Nusa_Tenggara
+repositories.cdlib.org/igs/WP2005-4
+https://doi.org/10.11606/issn.2316-9044.v12i3p10-34
+http://www.leprosyhistory.org/graphics/gallery/Brazil%20Report%20Frei%20Antonio%20Portuguese.pdf
+https://doi.org/10.1029/2003jc002238
+https://doi.org/10.1093/jac/dks382
+https://social.org.br/files/pdf/RevistaREDE2015paranet2.pdf
+http://www.cipd.co.uk/binaries/4926%20Absence%20SR%20%28WEB%29.pdf
+http://www.jstor.org/stable/420303
+https://doi.org/10.1139/w04-019
+http://dx.doi.org/10.1371/journal.pone.0102513
+http://my.preservationnation.org/site/DocServer/Economic_Benefits_of_HP_April_2011.pdf?docID=9023
+http://doi.org/10.1002/9780470580066
+http://www.educ.fc.ul.pt/docentes/jponte/DA/DA-TEXTOS/Castro(CIBEM).pdf
+http://www.guardian.co.uk/commentisfree/2007/mar/27/comment.business
+http://scielo.isciii.es/pdf/enefro/v18n2/bibliografia.pdf
+http://www.dcs.gla.ac.uk:80/simonpj/green-card.ps.gz
+http://dx.doi.org/10.1016/0090-2616
+http://dx.doi.org/10.15405/epsbs.2017.07.02.134
+http://www.unigaia-brasil.org/pdfs/david-Holmgren/04AbLand.pdf
+http://www.interScience.wiley.com
+http://water.epa.gov/drink/contaminants/index.cfm
+http://www.who.int/mediacentre/factsheets/fs303/en/index.html.Accessed
+http://www.vitruvius.com.br/revistas/read/arquitextos/15.177/5479
+http://www.scielo.br/scielo.php?script=sci_issuetoc&pid=0066-782X20130041&lng=en&nrm=iso
+http://nuevomundo.revues.org/59252
+http://projectabsurd.com/koolaidpoints/koolaidpoints.htm
+https://www.ciol.com/mercator-csc-set-center-bangalore/
+http://www.uni-koblenz.de/~klaasd/Downloads/papers/Dellschaft2008CTD.pdf
+http://doi.org/10.5281/zenodo.163423
+https://www.cabdirect.org/cabdirect/abstract/2008326683
+https://industrydocuments.library.ucsf.edu/tobacco/docs/#id=fxwm0132
+http://www.dlib.org/dlib/january05/foster/01foster.html
+https://doi.org/10.1093/humupd/7.2.161
+http://dx.doi.org/10.1111/j.1756-1051.1991.tb01412.x
+https://doi.org/10.1038/sj.onc.1208333
+http://www.youtube.com/watch?v=YLTCzth8H1M&feature=youtube_gdata_player
+http://dx.doi.org/10.1590/S0103-84782008000300050
+https://doi.org/10.1128/AAC.00756-10
+https://doi.org/10.18632/oncotarget.24916
+https://doi.org/10.1128/JCM.39.10.3801-3802
+http://dx.doi.org/10.1007/s004380050452
+https://doi.org/10.1093/bioinformatics/btq033
+https://doi.org/10.1371/journal.pone.0149794
+https://doi.org/10.4040/jkan.2009.39.6.818
+http://doi.org/10.5281/zenodo
+http://www.grupoantena3.com/a3document/2012/05/24/DOCUMENTS/00013/00013.pdf
+http://dx.doi.org/10.1007/s11882-009-0077-3
+http://www.sciencedirect.com/science/article/pii/S1096717601902034
+https://doi.org/10.1021/jf903493b
+http://ceit.uq.edu.au/content/uq-elearning-strategic-plan
+http://faostat3.fao.org/
+http://dic.feb-web.ru/rusdict/search/search.htm
+http://dynamo.ecn.purdue.edu/~landgreb/publications.html
+https://doi.org/10.1093/brain/aww016
+http://data.worldbank.org/indicator/SP.POP.GROW
+http://serwisy.gazetaprawna.pl/praca-i-kariera/artykuly/712547,podwyzek_dla_urzednikow_nie_ma_i_nie_bedzie.html
+http://download.eurordis.org/documents/pdf/EURORDIS_NORD_CORD_JointDec_Registries_FINAL.pdf
+https://www.ohri.ca/programs/clinical_epidemiology/oxford.asp
+http://zfin.org
+https://doi.org/10.1088/0031-9155/52/11/018
+http://www.culture.gouv.fr/documentation/memoire/
+https://doi.org/10.1524/zpch.1964.41.5_6.339
+https://www.cambridge.org/core
+https://doi.org/10.1016/j.amjmed.2016.02.031
+http://dx.doi.org/10.1590/S1517-74912000000100014
+http://www.stf.jus.br/portal/cms/verNoticiaDetalhe.asp?idConteudo=98209&sigServico=noticiaArtigoDiscurso&caixaBusca=N
+http://www.cijfersoverkanker.nl/selecties/Dataset_1/img5890332fa95a2.Accessed
+https://doi.org/10.1111/mec.13835
+https://doi.org/10.1038/nbt.2892
+http://dx.doi.org/10.1111/j.1469-8137.2007.02188.x
+http://dx.doi.org/10.1128/IAI.68.7.4331-4334.2000
+https://doi.org/10.1101/634576doi:bioRxivpreprint
+https://doi.org/10.1002/pbc.26097
+https://doi.org/10
+http://dx.doi.org/10.1016/j.radonc.2018.03.008
+http://www.cimt.org.uk/journal/xenofontos.pdf
+http://xxx.lanl.gov/abs/quant-ph/0108087andatNSCLaspre-print(MSUCL-1213).www.nscl.msu.edu/news/nscllibrary/nsclpreprint/MSUCL1213.pdf
+https://doi.org/10.14741/ijcet/v.10.2.8
+https://doi.org/10.1136/bmj.g6870
+https://doi.org/10.1007/s11999-016-4906-0
+https://doi.org/10.1371/journal.pone.0018860
+http://dx.doi.org/10.33448/rsd-v9i8.496615
+http://www.dashboardinsight.com/articles/digital-dashboards/fundamentals/how-to-design-effective-dashboard-displays.aspx
+https://doi.org/10.2307/257850
+https://doi.org/10.1073/pnas.0910275107
+http://cstonline.tv/24-hours-in-a-and-e-and-the-nhs-health-crisis.Accessed
+https://doi.org/10.1001/archophthalmol.2012.355
+http://www.statystyka.policja.pl
+https://doi.org/10.1016/j.quascirev.2003.12.008
+https://mpra.ub.uni-muenchen.de/43519/MPRAPaperNo43519
+https://doi.org/10.1016/j.envsci.2012.07.018
+doi.org/10.1136/bmjopen-2016-012184
+http://www.nutritionandmetabolism.com/content/8/1/40
+https://cpj.org/2005/05/who-kills-journalists-and-why-report-by-the-commit.php
+https://doi.org/10.1016/j.arr.2012.03.001
+http://art3idea.psu.edu/art3/mail/2.html
+http://lp2005.tsl.uu.se/%7Elp2005/LP2005/programme/index.htm
+http://www.scirp.org/journal/PaperInformation.aspx?paperID=17155
+http://dx.doi.org/10.1016/S0140-6736
+http://dx.doi.org/10.1088/0957-4484/21/14/145702
+http://dx.doi.org/10.1029/2010WR010034
+http://iranmiras.ir/en_site/Home_E.asp
+https://doi.org/10.1007/s00705-016-2880-1
+http://www.fao.org/save-food/resources/keyfindings/en/
+http://www.nj.com/news/index.ssf/2012/03/medicial_marijuana_boss_gov_ch.html
+http://www.ogx.com.br/cgi/cgilua.exe/sys/start.htm?sid=23&lng=br
+http://www.biomedcentral.com/1471-
+http://www.planalto.gov.br/ccivil_03/constituicao/constituicaocompilado.htm.Acessoem15mai
+http://www.autism-world.com/index.php/2008/05/01/statistics-of-autism-in-china/
+https://www.dovepress.com/by54.191.40
+https://doi.org/10.1175/1520-0469
+http://www.staff.amu.edu.pl/~ewa/Posthumanistyka_2008.htm
+https://doi.org/10.1128/aac.47.11.3598-3601.2003
+http://ideas.repec.org/s/iag/reviea.html
+http://slexperiments.edublogs.org/2009/03/03/starting-a-second-life/
+https://requester.mturk.com/tour
+http://dx.doi.org/doi:10.1016/j.jocs.2016.06.001
+http://www.na.gov.pk/publications/constitution.pdf
+http://dx.doi.org/10.1016/j.tibs.2013.03.004
+http://www.revistalatinacs.org/071/paper/1088/08es.htmlPágina159
+www.mckinseyquarterly.com
+http://www.pub.arbeitsamt.de/hst/services/statistik/detail/b.html
+https://doi.org/10.1371/journal.pone.0143687
+https://doi.org/10.1093/llc/8.4.275
+https://doi.org/10.1016/j.catena.2006.10.011
+http://compass.itcilo.org
+https://doi.org/10.5771/9783845289472
+https://maps.google.com
+http://dx.doi.org/10.1074/jbc.271.21.12610
+https://doi.org/10.1002/jcaf.3970030312
+http://dx.doi.org/10.1016/j.cattod.2017.08.002
+http://dx.doi.org/10.1109/LCOMM.2002.808379
+http://dx.doi.org/10.1016%2FS0022-3999%2899%2900112-9
+https://doi.org/10.1001/jama.298.15.1763
+http://www.amaranto.org.mx/article/articleprint/86/-1/30/.2006
+http://dx.doi.org/10.1016/0368-2048
+http://www.imf.org/external/pubs/ft/weo/2008/01/weodata/weorept.aspx?sy=2006&ey=2013&scsm=1&ssd=1&sort=country&ds=.&br=1&c=311%2C336%2C263%2C313%2C316%2C343%2C339%2C361%2C321%2C362%2C243%2C364%2C366%2C369%2C328&s=NGDPDPC&grp=0&a=&pr1.x=46&pr1.y=11
+http://dx.doi.org/10.11646/phytotaxa.3.1.4
+http://www.invalsi.it/invalsi/ri/pisa2012/rappnaz/Rapporto_NAZIONALE_OCSE_PISA2012.pdf
+http://dx.doi.org/10.1016/S0950-5849(03)00115-0
+http://www.marxists.org/deutsch/archiv/marx-engels/1848
+http://www.educacao.rs.gov.br/pse/binary/down_sem/DownloadServlet?arquivo=textos/Texto-ensino-medio-livro.pdf
+https://doi.org/10.12973/iji.2018.11452a
+http://www.americanheart.org/presenter.jhtml?identifierϭ3033721#metabolic
+https://doi.org/10.32014/2018.2518-170X
+http://cfpub.epa.gov/ncea/iris/index.cfm?fuseaction=iris.showSubstanceList
+http://www.mdaar.government.bg/lucidity.php
+https://support.hdfgroup.org/about/history.html
+https://population.un.org/wpp/Publications/Files/WPP2019_Highlights.pdf
+http://dx.doi.org/10.1787/9789264239517-en
+http://dx.doi.org/10.1016/j.bbmt.2006.09.003
+https://doi.org/10.1091/mbc.E14-11-1514
+http://dx.doi.org/10.1016/j.eururo.2009.05.005
+www.ico.com
+https://doi.org/10.1108/13527601211219892
+http://www.racgp.org.au/Content/NavigationMenu/ClinicalResources/RACGPGuidelines/Guidelineforthenonsurgicalmanagementofhipandkneeosteoarthritis/RACGP_OA_guideline.pdf
+http://www.radicalcartography.net/index.html?fisk
+http://www.ruralcommunitynetwork.org/DataEditorUploads/Polite_avoidance.pdf
+https://doi.org/10.1016/j.immuni.2008.08.014
+https://doi.org/10.15407/alg25.04.355
+http://dx.doi.org/10.2305/IUCN.UK.2016-3.RLTS.T4007A22188115.en
+http://dx.doi.org/10.1073/pnas.051378298
+http://bit.ly/2imgAdu
+http://www.ft.com/cms/s/0/988051be-fdee-11e3-bd0e-00144feab7de.html
+https://doi.org/10.2478/s11658-006-0044-0
+https://doi.org/10.1002/hec.635
+http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/manual14.pdf
+https://doi.org/10.3758/BF03197712
+http://www.acefitness.org/certifiednewsarticle/1264/coaching-the-whole-client-your-key-to-continued/
+http://dx.doi.org/10.1093/molbev/mst197
+http://crawdad.cs.dartmouth.edu/index.php
+http://link.springer.com/article/10.1007/BF03186410
+https://earth.google.com/web
+http://dx.doi.org/10.1128/JVI.03545-14
+http://www.mccza.com/genericDocuments/Regulations_GG34463_No587.pdf
+http://www.google.com/patents/US5372030
+https://doi.org/10.1210/jc.2010-1722
+http://dx.doi.org/10.1109/acemp.2007.4510556
+https://doi.org/10.1016/j.scienta.2012.05.022
+https://www.dovepress.com/by54.191.40
+https://www.cancer.gov
+http://dx.doi.org/10.1016/j.ijantimicag.2011.02.007
+http://www.ncbi.nlm.nih.gov/pubmed/23321861
+articles.economictimes.indiatimes.com/2016-03-14/news/71509489_1_vk-singh-india-africa-india-africa-summit
+https://doi.org/10.1016/j.tourman.2016.08.015
+http://redflow.com
+https://doi.org/10.1007/BF00171098
+https://dx.doi.org/10.1007/s10551-014-2085-z
+http://dx.doi.org/10.1080/026999398379628
+http://dx.doi.org/10.1016/j.rbce.2014.11.016
+https://doi.org/10.3389/fpsyg.2015.00714
+https://doi.org/10.1016/j.jchemneu.2008.12.007
+http://dx.doi.org/10.1016/j.buildenv.2013.04.025
+http://books.google.com.au/books/about/Punish_and_Critique.html?id=arsOAAAAQAAJ&redir_esc=y
+ftp.sp.gov.br/ftppesca/OOsimcope/palestra_cristiane_neiva.pdf
+http://news.bbc.co.uk/1/hi/england/west_yorkshire/4682739.stm
+http://econ.ucsd.edu/~jandreon/Publications/JPubE88Limits.pdf
+www.bis.org
+https://doi.org/10.1387/ijdb.082586dc
+http://www.who.int/childgrowth/standards/hc_for_age/en/
+http://www.nslc.navsea.navy.mil/htm/nslc/mission_vision.htm
+http://dx.doi.org/10.1002/pola.1992.080301006
+http://www.sciencebeingjournal.com/octa-journal-environmental-research/biodiversity
+http://orcid.org/0000-0003-4486-7856
+http://dx.doi.org/10.1016/0361-3682(80)90040-9
+http://www.ukmin.lt/uploads/documents/Turizmas/2013/Lietuvos%20MT%20klasteris_seminaras_MT%20asociacija.pdf
+https://doi.org/10.1016/j.chemgeo.2013.05.016
+https://doi.org/10.3389/fmicb.2014.00241
+https://doi.org/10.1371/journal.pone.0079521
+https://doi.org/10.1038/srep37939
+http://www.atmos-chem-phys.net/5/715/2005/
+http://dx.doi.org/10.1016/0028-2243
+https://doi.org/10.1515/eng-2016-0011
+https://doi.org/10.1016/j.tplants.2010.05.003
+http://dx.doi.org/10.1016/S0378-4274
+http://www.ojp.usdoj.gov/nij/pubs-sum/182369.htm
+http://images.main.uab.edu/spinalcord/pdffiles.MoehjiS.IlmuGizi2
+http://dx.doi.org/10.1371/jour-nal.pone.0063933
+http://www.lordisco.com/tjd/MusicianDetail?mid=5494
+http://bahia.ba/salvador/mototaxi-do-brasil-lanca-aplicativo-nesta--quarta-feira/.Acessoem:10deout
+http://ec.europa.eu/environment/chemicals/reach/legislation_en.htm
+http://etc.usf.edu/lit2go/64/the-autobiography-of-an-ex-colored-man/1157/chapter-10/
+http://www.snv.org/update/wastewater-management-urban-areas-indonesia-snv-indonesias-key-finding-and-recommendations
+https://doi.org/10.1016/j.jaap.2013.09.017
+https://doi.org/10.1128/JCM.00168-08
+http://www.agriinfo.in/default.aspx?page=topic&superid=3&topicid=2152
+http://dx.doi.org/10.1063/1.3191675
+http://dx.doi.org/10.1038/nrm2330
+http://dx.doi.org/10.1088/0031-9155/43/5/014
+https://doi.org/10.1503/jpn.170094
+http://www.egs.edu/faculty/slavoj-zizek/articles/the-interpassive-subject
+http://www.abeneventos.com.br/anais_61cben/cat0003.htm
+http://ec.europa.eu/social/main.jsp?langId=en&catId=752&newsId=551&furtherNews=yes
+http://www.adherents.com
+http://www.oecd.org/dataoecd/3/6/36781781.pdf
+https://doi.org/10.1002/stem.404
+http://jcp.org/en/jsr/detail?id=206
+http://www.KITA-fachtexte.de/uploads/media/KITAFT_winner_2015.pdf
+http://dx.doi.org/10.1016/j.immuni.2013.06.014
+https://doi.org/10.1901/jeab.2005.97-04
+https://doi.org/10.15517/am.v20i2.4953
+http://ssrn.com/abstract=2959925
+http://aspe.hhs.gov/sp/reports/2007/cecht/index.htm
+http://socrates.berkeley.edu/∼jewell/lancet061.pdf,retrievedOc-tober6
+http://www.pacom.mil/speeches/sst2007/070424-keating-sasc-fy08-officalstatement.pdf
+Http://World.Ng.Ru/Dipcorpus/2000-02-03/6
+http://www.olt.gov.au/project-how-universities-can-best-support-students-develop-generic-skills-enactingstrategies-gradua
+http://link.aps.org/doi/10.1103/PhysRevLett.104.106408
+www.cadth.ca/media/pdf/320c_Overcrowding_tr_e_no-appendices.pdf
+https://doi.org/10.1093/ndt/gfr045
+https://doi.org/10.1207/S15327965PLI1104_01
+http://www.colorado.edu/engineering/CAS/courses.d/IFEM.d/
+https://doi.org/10.3389/fphys.2015.00335
+http://archive.ifla.org/IV/ifla72/papers/151-Oliver_Swain-en.pdf
+https://doi.org/10.1016/j.jsb.2012.11.006
+http://dx.doi.org/10.1016/S0945-053X
+https://doi.org/10.1093/bioinformatics/btu153
+http://ftp.iza.org/dp6246.pdf
+https://doi.org/10.14256/JCE.1048.2014
+https://doi.org/10.1242/jcs.056424
+http://dx.doi.org/10.1097/00003246-199808000-00030
+https://doi.org/10.1186/s13071-015-0651-6PMID
+http://ilovestem.org/
+http://unesdoc.unesco.org/images/0021/002169/216916s.pdf
+https://www.theguardian.com/world/2015/mar/12/war-rebuild-aleppo-syria-architects-reconstruction
+http://www.cbsa-asfc.gc.ca/publications/dm-md/d13/d13-3-6-eng.html
+http://dx.doi.org/10.1016/S0167-4889(01)00148-3
+http://www.prelude-ids.org/
+www.ejournal.unesa.ac.id
+http://toblogsas.skai.gr/post/13878542174
+https://doi.org/10.1001/jamainternmed.2014.7554
+https://build.phonegap.com/
+http://www.omg.org/mda
+http://elpais.com/diario/1986/04/30/internacional/515196027850215.html
+http://www.math.tamu.edu/∼dnaidu/crossed.pdf
+https://doi.org/10.1021/bc049964w
+http://www.ncbi.nlm.nih.gov/pubmed/11514246
+https://doi.org/10.1109/LSP.2017.2787484
+http://dx.doi.org/10.1016/S0017-9310
+https://www.airviro.com/airviro/extras/pdffiles/UserRef_Volume1_EDB_v4.00.pdf
+http://dx.doi.org/10.1093/molbev/msn083
+https://doi.org/10.1146/annurev.arplant.59.032607.092911
+http://paper.people.com.cn/gjjrb/html/2006-12/13/content_12106333.htm.98Id
+https://doi.org/10.1088/1742-5468/2016/03/033403
+https://doi.org/10.1016/j.marpetgeo.2015.01.006
+doi.org/10.1111/j.1600-065x.2009.00763.x
+http://www.alcaldiamanizales.gov.co/es/politicasplanes-programas-y-proyectos/plan-de-desarrollo-municipal/cat_view/290-plan-de-desarrollo/400-01-documento-plan-de-desarrollo-junio-11-de-2008
+https://doi.org/10.31072/rcf.v8i2.578
+https://doi.org/10
+http://www.iitmandi.ac.in/ireps/images/Presentation%20%20Waste%20to%20energy%2
+http://www.cs.auckland.ac.nz/~pgut001/pubs/linux_vpn.txt
+https://doi.org/10.1016/j.schres.2003.12.002
+http://www.openmobilealliance.org
+https://pharmafactz.com-medicinal-chemistry-of-beta-lactam-antibiotics
+https://doi.org/10.1016/s1474-8177
+http://tabnak.ir/fa/pages/?cid=461859
+http://dx.doi.org/10.1136/thx.47.2.76
+http://breakingdefense.com/2016/03/3d-printing-key-to-hypersonic-weapons-raytheon/
+http://niti.gov.in/writereaddata/files/writereaddata/files/document_publication/Skill_Workforce.pdf
+https://www.imperfectfoods.com/?utm_source=adwords&gclid=EAIaIQobChMI_o_d08nv5gIVxp6zCh10UAdBEAAYASAAEgJibPD_
+www.turkderm.org
+http://moxie-gmbh.de/medical-products/9/angioedema-quality-of-life-questionnaire-ae-qol-non-commercial-use
+https://doi.org/10.1371/journal.pgen.1006340
+http://bit.ly/2XIyca4
+https://doi.org/10.1126/science.1212222
+http://portal.acm.org/citation.cfm?id=125342.125343
+https://doi.org/10.1083/jcb.201812076
+https://doi.org/10.1680/macr.2006.00033
+https://doi.org/10.1007/s00220-014-1915-2
+http://www.ebc.com.br/cidadania/2015/07/eca-25-anos-linha-do-tem-po-direitos-criancas-e-adolescentes
+http://www.sidra.ibge.gov.br/bda/pesquisas/pia/default.asp?o=16&i=P
+http://dx.doi.org/10.1007/s11816-013-0277-0
+http://www.aaup.org/issue
+https://doi.org/10.1289/ehp.1205503
+http://www.marketingcultural.com.br/115/pdf/cultura-em-numeros-
+www.pressroom.ups.com/pressroom/ContentDetailsViewer.page?ConceptType=PressReleases&id=142
+www.springerlink.com/index/5327081t62500512
+https://doi.org/10.1146/annurev.cellbio.18.012502.105758
+http://www1.eere.energy.gov/biomass/pdfs/32438.pdf
+http://www.inahta.org/upload/HTA_resources/Checklist_instructions_2007.doc
+http://jya.com/bg/digsig.pdf
+http://www.primariabraila.ro:7200/Lists/Investitii%20si%20proiecte/Attachments/5/Draft_strategie_energetica.pdf
+https://doi.org/10.15381/rpb.v23i3.12868
+https://doi.org/10.1101/318030doi:bioRxivpreprint
+http://ici.radio-canada.ca/regions/saskatchewan/2015/06/16/006-bilinguisme-jeunes-comite-senatorial-proportion-baisse.shtml
+http://dx.doi.org/10.1016/j.iheduc.2011.01.002
+http://dx.doi.org/10.1016/S0044-8486(99)00088-5
+http://www.ijc.org/en_/Reports_and_Publications
+http://repository.tudelft.nl/assets/uuid:f53620b8-3ce5-4f4b-9b48-a27d8c0496d5/2014_UNESCO-IHE_PHD_Thesis_YURONG_HU.pdf
+http://doi.org/10.1007/
+http://dx.doi.org/10.1002/jclp.20593
+https://doi.org/10.1111/j.1365-5732028.2006.00636.x
+http://cdsco.nic.in/Bio%20Similar%20Guideline.pdf
+http://www.gruene-waerme.at/fileadmin/user_upload/aktuelles/VDW.pdf
+https://doi.org/10.5194/isprs-archives-XLII-3-W8-275-2019|©Authors
+https://doi.org/10.1111/biom.12248
+http://www.extremetech.com/computing/142881-ibm-creates-firstcheap-commercially-viable-siliconnanophotonic-chip
+https://doi.org/10.1016/j.sleep.2017.10.012
+http://whqlibdoc.who.int/hq/2000/who_msd_msb_00.4.pdf
+http://www.ecmwf.int/products/forecasts/guide/The_Mean_Absolute_Error_MAE.html
+https://doi.org/10.1093/mutage.gez1037inpress
+https://doi.org/10.1017/cem.2017.11
+https://www.e-unwto.org/doi/pdf/10.18111/9789284415687
+https://doi.org/10.1016/j.jse.2014.12.030
+http://dx.doi.org/10.1016/j.agrformet.2013.12.008
+https://doi.org/10
+http://e-spania.revues.org/9993
+http://dx.doi.org/10.1007/s00330-007-0643-9
+https://www.ksh.hu/docs/hun/xftp/idoszaki/pdf/halalokistruk.pdf
+www.bjs.gov/content/pub/pdf/hivp15st_sum.pdf.Accessedon
+http://dx.doi.org/10.1080/17480272.2011.601816
+http://www.unfoundation.org/global-issues/technology/mhealth-report.html
+https://canadiangeriatrics.ca/2019/07/fecal-incontinence-in-older-adults-a-practical-approach.Accessed
+http://www.nytimes.com/2008/05/18/us/politics/18memoirs.html
+http://engjournal
+www.walesonline.co.uk
+https://doi.org/10.1109/ICCSNT.2011.6181923
+http://www.infotoday.com/cilmag/mar00/donnelly.htmFranz
+http://www.unesco.org/new/en/education/themes/leading-the-international-agenda/efareport/
+http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2017-017835on10
+http://www.hiphopdiningrat.com/2013/10/voice-vol-11-marzuki-mohammad/
+https://doi.org/https://doi.org/10.5194/angeo-27-861-2009
+http://www.earthlink.net/
+http://www.bp.com/en/global/corporate/press/speeches/energy-in-2013-taking-stock.html
+https://doi.org/10.1002/nau.10092
+https://doi.org/10.1073/pnas.0610358104
+http://dx.doi.org/10.1016/S0021-9290(01)00193-2
+http://dx.doi.org/10.1007/s11219-010-9121-8
+https://developer.apple.com/app-store/review/guidelines/Accessed
+https://doi.org/10.3846/btp.2017.011
+https://doi.org/10.1016/j.envint.2016.05.001
+https://doi.org/10.1037/cdp0000065
+http://www.rizoma.ufsc.br/html/343-of4-st2.htm
+http://digitalcommons.wku.edu/thesis/475
+http://dx.doi.org/10.1073/pnas.1313098110
+https://doi.org/10.1016/j.sbspro.2015.01.860
+https://github.com/pierrepo/PBxplore
+nature.com/scientificreports
+http://dx.doi.org/10.1002/eji.201344127
+https://www.energy.gov/eere/wind/atmosphere-electrons
+https://doi.org/10.1016/j.ydbio.2007.06.022
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3104937/
+http://cienciamerica.uti.edu.ec/openjour-nal/index.php/uti/article/view/149
+http://dynamo.ecn.purdue.edu/%7Ebiehl/MultiSpec/
+https://doi.org/10.1007/s10452-012-9396-x
+http://www2.warwick.ac.uk/fac/soc/shss/mrc
+www.hstory.hacettepe.edu.tr/archive/vakifsehir.html.17Haziran
+http://dx.doi.org/10.1172/JCI29024
+http://dx.doi.org/10.1016/j.jviromet.2006.08.004
+https://doi.org/10.1098/rspa.2009.0434
+www.assakkaf.com/courses/ENCE355/Luctures/part1/chapter2a.pdf
+https://doi.org/10.1038/s41467-018-04072-4PMID
+http:/smi-web.stanford.edu/projects/intermed-web/guidelines
+http://www.giftfromwithin.org/html/Guilt-Following-Traumatic-Events.html
+www.bddk.org.tr/english/publicationsandreports/brsareports/BRSA_Annual_Report_2005.pdf
+http://www.childinfo.org/ecd_indicators_mics.html
+http://www.ibge.gov.br/home/estatistica/populacao/condicaodevida/indicadoresminimos/sinteseindicsociais2010/default.shtm.Accessed
+http://en.wikipedia.org/wiki/Cooperative_prin-ciple
+http://dx.doi.org/10.1016/j.jsp.2006.03.005
+http://dx.doi.org/10.1590/1413-812320172211.26362015
+https://books.google.es/books/about/Measures_of_Success.html?id=wxSKF5znT14C&pgis=1
+http://dx.doi.org/10.1016/j.forpol.2011.06.008
+https://doi.org/10.1007/BF01181634
+https://www.cancer.gov/research/key-initiatives/moonshot-cancer-initiative/blue-ribbon-panel/blue-ribbon-panel-report-2016.pdf
+https://doi.org/10.1007/s00253-006-0719-5PMID
+http://dx.doi.org/10.1021/nn1014769
+https://doi.org/10.1093/ije/dym161
+http://doi.org/10.1001/jama.1927.02680380001001
+http://archive.carnegiefoundation.org/pdfs/elibrary/Carnegie_Flexner_Report.pdf
+fromwww.who.int/mediacentre/factsheets/fs311/en/
+http://www.cdc.gov/quarantine
+https://www.bilibili.com/read/cv961199/
+http://www.revistas.una.ac.cr/index.php/EDUCARE/article/view/885
+http://www.twnside.org.sg
+http://www.iea-biogas.net/files/daten-redaktion/download/TechnicalBrochures/NUTRIENT_RECOVERY_RZ_web1.pdf
+https://doi.org/10.1006/anae.1997.0099
+https://doi.org/10.1590/S0102-311X2013000100004
+http://llt.msu.edu/vol12num3/default.html
+http://cds.cern.ch/record/2045487
+http://www.publications.parliament.uk/pa/cm200304/cmselect/cmdfence/57/57.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/15587659
+http://www.journalofwritingassessment.org/article.php?article=74
+http://docs.cpuc.ca.gov/PublishedDocs/Published/G000/M206/K462/206462341.PDF
+http://www.deruijter.net/?p=927
+https://doi.org/10.1098/rstb.2011.0099
+https://doi.org/10.1021/acs.analchem.5b02383
+https://doi.org/10.1186/s12960-017-0187-2PMID
+https://files.eric.ed.gov/fulltext/EJ902213.pdf
+http://www.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId=LDC93S1
+https://doi.org/10.1016/j.energy.2017.01.033
+http://dx.doi.org/10.1080/00207540701737666
+https://now.mmedia.me/lb/ar/nowspecialar‬‬‫ﺏبﻭوﺕتﻱيﻥن_‬Papyrakis
+https://doi.org/10.1182/blood-2004-10-4008
+https://www.cdc.gov/healthypets/pets/birds.html
+https://www.connectingbusiness.org/system/files/2017-12/PSS-BusinessCase-FINAL.pdf
+http://dx.doi.org/10.1108/17561391111167000
+https://doi.org/10.1128/JB.01689-06
+https://doi.org/10.2138/rmg.2013.75.18
+http://ecsocman.hse.ru/data/853/126/1231/jensen_-_agency_costs_1986.pdf
+https://www.uma.es/contrastes/pdfs/015/contrastesxv-16.pdf
+www.biochempress.com
+http://www.w3.org/TR/query-semantics/GLASSXML-GL
+http://jmlr.org/proceedings/papers/v37/ioffe15.html
+http://www-2.cs.cmu.edu/~acme/AcmeStudio/AcmeStudio.html
+https://doi.org/10.1177/14730952030022002
+https://doi.org/10.1016/j.apenergy.2017.12.073
+http://www1.uefs.br/nep/labirintos/edicoes/01_2008/07_artigo_ma-ria_da_graca_gomes_de_pina.pdf.Acessoem
+https://doi.org/10.1111/2041-210X.12363
+https://doi.org/10.1108/jhom-06-2012-0116
+http://www.firstpost.com/india/delhi-gangrape-justice-vermas-recommendations-not-yet-implemented-1097035.html?utm_source¼ref_article
+http://doi.org/10.2307/30034274
+http://dx.doi.org/10.1007/s10964-005-5757-2
+http://www.asvide.com/articles/1768
+http://www.integrating-humanrights.org/
+http://www.herc.research.va.gov/resources/consulting.aspAccessed
+https://doi.org/10.1016/j.ejrad.2006.01.015
+http://link.aip.org/link/PHPAEN/v8/i10/p4267/s1&Agg=doi
+http://dx.doi.org/10.1186/1472-6882-9-21PMid
+http://coq.inria.fr/doc
+http://www.tendensoresund.org./sv/pendlingen-over-oresund
+http://dx.doi.org/10.12976/jib/2015.3.3
+http://dx.doi.org/10.1101/cshperspect.a013359
+https://www.cato.org/publications/trade-policy-analysis/boxed-conflicts-between-us-farm-policies-wto-obligations
+http://www.ispub.com/IJPN/6/1/8863
+http://dx.doi.org/10.1111/j.1365-313X.2010.04254.x
+https://www.esicm.org/wp-content/uploads/2018/03/file4.pdf.Accessed14
+https://doi.org/10.2196/jmir.2221
+http://www.revistarene.ufc.br/vol12n3_pdf/a15v12n3.pdfacesso:18out
+https://doi.org/10.1037/h0036215
+http://doi.org/10.1016/j.foodchem.2011.04.013
+https://doi.org/10.1007/978-4-431-55251-2_11
+http://dx.doi.org/10.1021/bi992964c
+http://www.americaeconomia.com/economia-mercados/comercio/brasil-des-carta-que-la-alianza-de-pacifico-sea-un-proyec-to-de-integracion
+http://www.fvvo.be/assets/244/03-Cruess_et_al.pdf
+https://www.ahrq.gov/professionals/education/curriculum-tools/shareddecisionmaking/index.html
+http://dx.doi.org/10.1111/j.0012-155X.2006.00474.x
+http://is.muni.cz/th/99741/esf_m/Analyza_nove_koncepce_systemu_socialnich_sluzeb.pdf•MATOUŠEK
+http://www.scielo.br/pdf/abmvz/v64n2/a28v64n2.pdf
+http://dx.doi.org/10.1159/000092393
+https://www.ipc.on.ca/wp-content/uploads/Resources/7foundationalprinciples.pdf
+http://www.livinghealthyschools.com/pdf/2008/Current_Issues2.pdf
+ftp.rfc-editor.org/in-notes/rfc1321.txt
+https://doi.org/10.1023/A:1013711314870
+http://www.dogme.dk
+https://rynek-ksiazki.pl/aktualnosci/pik-pyta-o-vat/
+https://ejournal.unri.ac.id/index.php/JKMS/
+https://doi.org/10.1093/toxsci/kfl165
+http://unpan1.un.org/intradoc/groups/public/documents/undpadm/unpan042453.pdf
+https://doi.org/10.1175/JPO-2666.1
+http://cfaky.org/test/wp-content/uploads/2015/01/MAIN-Floyd-Co-CFSA-Report-4-17-15.pdf
+http://dx.doi.org/10.1108/09564231111124190
+https://doi.org/10.1016/j.jcrs.2003.07.009
+http://dx.doi.org/10.1177/0149206307308910
+http://www.revistapatio.com.br/sumario_conteudo.aspx?id=386
+http://latinamerica.undp.org/content/dam/rblac/docs/Research%20and%20Publications/IDH/IDH-AL-ExecutiveSummary.pdf
+https://doi.org/10.1523/JNEUROSCI.0421-12.2012
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.1371/journal.pone.0051297
+http://doi.org/10.1016/j.jcat.2013.05.031
+https://doi.org/10.1007/s00450-012-0222-4
+https://www.huffingtonpost.com/shannon-weber/making-prep-possible-for-_b_9405670.html
+http://dx.doi.org/10.1093/clinids/17.4.708
+http://dx.doi.org/10.1103/PhysRevB.49.15096
+https://doi.org/10.1371/journal.ppat.1006277
+http://www.lmaco.com/viewifu.php?ifu=19
+http://CRAN.R-project.org/package=rpart
+http://www.iupac.org/home/publications/e-resources/inchi.html
+https://doi.org/10.1016/j.tips.2015.07.003
+https://doi.org/
+http://www.hts.org.za
+www.verfassungsblog.de/en/acceding-echr-notwithstanding-court-justice-opinion-213/#.Vk5Nit-rSRs
+http://doi.org/10.1111/j.1439-0434.2009.01600.x
+https://doi.org/10.1016/j.iimb.2016.07.002
+http://books.google.com.tr/books?id=cQbNnWXonxEC
+https://doi.org/10.1016/j.797
+http://www.iea.org/textbase/nppdf/free/2005/hydrogen2005.pdf
+https://doi.org/10.2110/jsr.2012.76
+http://www.infotheque.info/cache/8823/www.ird.ne/partenariat/lasdel/pub/13methodologie.pdf
+https://doi.org/10.1074/jbc.M109.017236
+http://www.kasl.org/bbs/index.html?codeZguide&categoryZ&gubunZ&idxZ&pageZ1&numberZ2798&modeZview&orderZ&sortZ&keyfieldZ&keyZ
+http://dx.doi.org/10.1073/pnas.081061398
+https://doi.org/10.1016/0168-9002(85)90640-0
+http://dx.doi.org/10.5589/m02-091
+https://perma.cc/W6EQ-GZR9
+http://linkinghub.elsevier.com/retrieve/pii/S138993411200127X
+http://dx.doi.org/10.1002/cm.970300102
+http://dx.doi.org/10.1094/PD-89-1048
+https://doi.org/10.1056/NEJMoa2001017
+https://doi.org/10.18637/jss.v067.i01
+http://creativecommons.org/licenses/by/4.0/
+http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi
+https://doi.org/10.17354/ijss/2016/64
+https://doi.org/10.1111/j.1365-246X.1977.tb03712.x
+http://sfbay.wr.usgs.gov/access/Bruce/sedimentation
+https://doi.org/10.1007/s10549-013-2811-8PMID
+https://www.globalcitizen.org/en/content/urban-rural-two-sides-of-indias-sanitation-problem/
+www.nice.org.uk/guidance/cg186/chapter/4-The-Guideline-Development-Group-National-Collaborating-Centre-and-NICE-project-team
+http://www.cibtech.org/jps.htm
+https://doi.org/10.1590/s0036-36342012000200008
+www.booktrust.org.uk/books/children/books-from-around-the-world/multicultural-books.Accessed11
+http://www2.ufpel.edu.br/iqg/wwverde/.Acessoem
+https://doi.org/10.1093/bioinformatics/btp498
+http://nbuv.gov.ua/UJRN/Lstud_2015_1%2833%29__3
+https://doi.org/10.5194/acp-13-8915-2013
+https://www.haad.ae/haad/tabid/58/Mid/417/ItemID/451/ctl/Details/Default.aspx
+https://doi.org/10.1088/1748-9326/9/11/114006
+http://dx.doi.org/10.1080/03630242.2012.728191
+https://www.accessdata.fda.gov/drugsatfda_docs/label/2017/00976
+https://doi.org/10.17509/historia.v13i2.6217
+https://www.clips.uantwerpen.be/~vincent/pdf/microaverage.pdf
+http://dx.doi.org/10.1016/j.jfineco.2010.06.004
+http://www.eia.gov/consumption/residential/data/2009/
+https://doi.org/10.9790/0837-0841521
+http://dx.doi.org/10.1109/intlec.2009.5351746
+http://www.consecol.org/vol4/iss2/art6/
+http://isjd.pdii.lipi.go.id/admin/jurnal/89JUN088589.pdf
+http://dx.doi.org/10.1200/JCO.2011.38.1350
+http://www.ema.europa.eu/humandocs/PDFs/EPAR/Pegintron/emea-combined-h280es.pdf
+https://doi.org/10.1073/pnas.1719797115
+https://doi.org/10.1080/17512786.2015.1052214
+http://www.faircontracting.org/wp-content/uploads/2014/05/A-Report-on-the-Direct-and-Indirect-Effects-of-Pre-vailing-Wage-Legislations-on-Society.pdf
+http://eddielandsberg.livejournal.com
+http://dx.doi.org/10.1080/08940630.1988.10466395
+stats.bls.gov/cgi-bin/surveymost:generatedbyMarlaEmery
+http://dx.doi.org/10.1038/nmeth.3176
+http://savannah.nongnu.org/projects/libaa
+https://www.wipo.int/edocs/pubdocs/en/wipo_pub_econstat_wp_51.pdf
+http://www.zuivelengezondheid.nl/tno/Start.htm
+http://www.gigaspaces.com/sites/default/files/product/BigDataSurvey_Report.pdf
+https://www.abovems.com/en_us/home/resources/ms-tools-services/mysidekick-app.html
+http://dx.doi.org/10.1016/S1001-6058
+https://doi.org/10.1002/jrs.1816
+http://aem.asm.org/content/68/4/1907
+http://www.anzsla.com.au/commentator
+https://doi.org/10.1371/journal.ppat.1004615
+https://doi.org/10.1002/jcop.20363
+http://dx.doi.org/10.1177/0021943608325751
+http://blog.apps-builder.com/mobile-site-vs-native-apps/
+http://www.myishacherry.org/
+https://doi.org/10.1111/j.1365-246X.1992.tb00091.x
+https://de.wikipedia.org/wiki/Antonio_Dal_Zotto
+https://doi.org/10.2331/suisan.59.1479
+https://doi.org/10.1167/iovs.16-20608
+https://doi.org/10.1016/S0925-5214
+https://doi.org/10.1037/xlm0000468
+availableatwww.secg.org/collateral/sec1.pdf
+https://doi.org/10.1007/s11136-010-9806-2PMID
+http://dx.doi.org/10.1111/j.1365-2958.2007.05717.x
+http://fatecindaiatuba.edu.br/reverte/index.php/revista/article/view/46
+http://www.euro.who.int
+https://cran.r-project.org/package=cluster
+http://dx.doi.org/10.1016/j.mrrev.2008.09.001
+http://www.fen.ufg.br/revista/v11/n2/v11n2a13.htm
+http://dx.doi.org/10.1177/1745691610393980
+http://dx.doi.org/10.1029/2008JC005106
+http://www.revistaintellectus.com.br/DownloadArtigo.ashx?codigo=21
+https://goo.gl/vLuDp5
+https://doi.org/10.3115/v1/W14-1618
+http://projects.latimes.com/farmers-markets/
+http://www.eac.int/treaty/
+http://www.eia.doe.gov/emeu/states/sep_sum/html/pdf/sum_pr_all.pdf
+http://arxiv.org/abs/cs/0508128
+http://tinyurl.com/undp-deriskingrenewableinvest
+https://www.cas.dh.gov.uk/ViewandAcknowledgment/ViewAttachment.aspx?Attachment_id=101913
+http://www.ijeprjournal.org/text.Asp.724
+http://doi.org/10.1094/Phyto-80-224
+https://sentinel.ga.gov.au/#/
+https://doi.org/10.1098/rstb.2017.0425
+https://doi.org/10.1016/j.jtrangeo.2015.12.008
+http://dx.doi.org/10.1094/AACCIntMethod-32-07.01
+http://www.fns.usda.gov/FSEC/FILES/FSGuide.pdf
+http://www.mma.gov.br
+http://plg.uwaterloo.ca/cgi-bin/cgiwrap/gvcormac/foo
+https://doi.org/10.1177/1094428104263672
+http://dx.doi.org/10.1890/03-8024
+www.si2.org/eda-mask
+https://www.redalyc.org/pdf/2823/282353802021.pdf
+https://doi.org/10.1016/j.dyepig.2016.11.007
+http://dx.doi.org/10.1016/S1201-9712
+http://dx.doi.org/10.1016/j.ijrmms.2006.04.001
+http://doi.org/10.1051/e3sconf/202018102003
+http://www.elsevier.com/locate/tto
+http://dx.doi.org/10.11588/ijodr.2012.2.9505
+http://dx.doi.org/10.1007/s004100050155
+https://doi.org/10.3969/j.issn.1002-7386.2010.24.026
+https://doi.org/10.1002/jsfa.5639
+http://www.rau.edu.uy/mercosur/opretosp.html
+http://dx.doi.org/10.1007/s00134-005-2762-6
+https://bit.ly/2FWrocI
+https://jobsplus.gov.mt/resources/publication-statistics-mt-mt-en-gb/labour-market-information/foreigners-data#title1.1
+https://doi.org/10.1111/j.1469-7610.2008.01926.x
+https://doi.org/10.1177/1012690211429211
+http://www.cancer.gov/cancertopics/pdq/treatment/lip-and-oral-cavity/patient.Accessed
+https://archive.org/details/berdieklassifik01schugoog
+https://doi.org/10.1175/JAS-D-15-0022.1
+http://endabuse.org/programs/immigrant
+https://www.cdc.gov/exposurereport/
+http://data.worldbank.org/indicator/NY.GDP.PCAP.PP.CD?view=chart/
+uni-mannheim.de
+http://digbib.ubka.uni-karlsruhe.de/volltexte/1000043301
+http://www.humanitarianinfo.org/iasc/pageloader.aspx?page=content-subsidi-tf_gender-gbv
+http://dx.doi.org/10.1163/092050609X12586381656530
+http://www.maximum-fun.org/blog/2007/06/podcast-tsoya-betty-davis.html
+http://www.in-dependent.co.uk/voices/comment/what-is-ttip-and-six-reasons-why-the-answer-should-scare-you-9779688.html,dostęp12.10
+http://halalmedia.net/consumer-awareness-on-halal-still-low-in-malaysia/
+http://www.endgenocide.org/genocide/rwanda.html
+http://www.slac.stanford.edu/xorg/hfag/rare/
+http://dx.doi.org/10.1016/S0304-4238(96)00943-0
+http://dx.doi.org/10.1016/S1473-3099
+http://www.fda.gov/Drugs/DevelopmentApprovalProcess/HowDrugsareDevelopedandApproved/ApprovalApplications/InvestigationalNewDrugINDApplication/Overview/ucm077776.htm.Accessed
+http://biglearn.org/2013/files/papers/biglearning2013_submission_7.pdf
+http://www.mapinc.org/media/175
+http://dx.doi.org/10.1016/j.ijantimicag.2010.06.016
+http://www.nrl.navy.mil/research/nrl-review/2003/atmospheric-science/picone/
+https://www.dovepress.com/by207.241.231
+https://doi.org/10.1007/s12095-015-0178-x
+https://doi.org/10.1016/0737-6782
+https://doi.org/10.1038/s41598-018-36561-3
+http://www.gartner.com/newsroom/id/3114217
+https://doi.org/10.1016/S01406736(99)08246-X11
+https://doi.org/10.1002/job.675
+https://doi.org/10.1007/s11695-011-0475-1PMID
+https://www.theverge.com/2015/2/4/7982099/twitter-ceo-sent-memo-taking-personal-responsibility-for-the
+http://dx.doi.org/10.1016/S1001-6058(07)60132-2
+http://dx.doi.org/10
+http://dx.doi.org/10.1002%2Fart.22847
+http://www.garret.ru/knizhnik/goods.html
+https://doi.org/10.1016/j.jbiomech.2013.12.031
+https://ssrn.com/abstract=2577483
+https://uknowledge.uky.edu/stem_etds/1
+http://id.erudit.org/iderudit/005194ar
+http://virginiamemory.com/online_classroom/shaping_the_constitution/doc/tredegarstrike
+https://doi.org/10.1371/journal.pone.0021225
+http://science.energy.gov/~/media/bes/pdf/reports/files/cmsc_rpt.pdf
+http://www.andersoneconomicgroup.com/Portals/0/upload/Doc544.pdf
+http://apps.who.int/iris/bitstream/10665/44399/1/9789241599979_eng.pdf
+http://www.cresesb.cepel.br/index.php?section=com_content&lang=pt&catid=3
+http://research.amnh.org/herpetology/amphibia/index.html
+http://dx.doi.org/10.1002/jrsm.1184
+https://doi.org/10.1063/1.2908229
+http://floradobrasil.jbrj.gov.br
+https://elibrary.ru/item.asp?id=29174651
+http://www.saws.org/rates/
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S141381232009000300033&lng=pt&nrm=iso
+https://doi.org/10.1262/jrd.18144
+http://www.esg.br/cee/ARTIGOS/mhenrique2.pdf
+http://www.netcarehospitals.co.za/Portals/3/Images/Content-images/PDF/Final-Netcare-RSA-Ind-Priv-Paying-Patients.pdf
+http://www.vimeo.com/14592993
+http://sourceforge.net/projects/mysql
+https://doi.org/10.1016/0092-8674(94)90030-2
+http://www.aspph.org/about/
+http://dx.doi.org/10.1074/jbc.M809266200
+http://www.biofuels.coop/
+http://0-dx.doi.org.millenium.itesm.mx/10.1080/009841098159114
+http://dx.doi.org/10.1017/S0047279404008037
+https://doi.org/10.1158/1078-0432.CCR-08-2080PMID
+https://aromaticstudies.com/aromatherapy-and-vaginal-dryness.Accessed
+http://dx.doi.org/10.1016/j.tics.2012.10.011
+https://doi.org/10.1021/acs.jpclett.8b01443
+http://dx.doi.org/10.1016/j.physleta.2003.08.066
+https://doi.org/10.1038/srep14561
+https://doi.org/10.1158/2159-8290.CD-12-0095
+http://www.hitachi.com/ICSFiles/afield-file/2004/06/08/r2001_04_103.pdf
+http://portal.mec.gov.br/seb/arquivos/pdf/CienciasNatureza.pdf
+https://doi.org/10.3961/jpmph.14.035Epub
+https://noticias.r7.com/economia/queixas-sobre-bagagens-crescem-96-apos-novas-regras-da-anac-27271
+http://www.unfccc.int
+http://dx.doi.org/10.1177/0269881111430751
+https://doi.org/10.1371/journal.pone.0104005
+http://journal.kuzspa.ru/articles/42/
+http://www.visitdenmark.dk/sites/default/files/vdk_images/PDF-and-other-files/Analyser/2014/maalgruppeprofil_2014_moderne_storbyoplevelser.pdf
+http://ssrn.com/abstract=970953
+www.eumed.net/rev/cccss/16/
+http://repositorio.usil.edu.pe/handle/123456789/1563
+ftp.atnf.csiro.au/
+http://dx.doi.org/10.1038/nature02330
+http://www.issrc.org/ive/downloads/manuals/UsersManual.pdf
+www.engineeringtoolbox.com
+www.ascomp.ch/transAT
+http://eprint.iacr.org/2015/539
+http://files.eric.ed.gov/fulltext/ED489527.pdf
+https://www.forbes.com/sites/bradauerbach/2018/03/15/looking-at-the-year-ahead-in-cannabis-technology-microdosing-home-brew-and-blockchain/
+http://www.fooledbyrandomness.com/LSE-Taleb-Pilpel.pdf
+http://www.eurodl.org/materials/contrib/2007/Jahng_Krug_Zhang.htm
+https://doi.org/10.1130/B30818.1
+http://dx.doi.org/10.1073/pnas.1119741109
+http://www.birmingham.ac.uk/Documents/college-eps/college/stem/additional/HESTEMFinalReportEmail.pdf
+http://www.mnr.gov.on.ca/MNR/pubs/LakeTrout_bibliog.pdf
+http://dx.doi.org/10.1016/j.engfracmech.2008.02.011
+http://www.traficovisual.com/2016/04/07/los-limites-del-espacio-urbano-y-es-cenico-imagen-de-caracas
+https://doi.org/10.1097/00003246-199712000-00020
+http://dx.doi.org/10.1159/000085686
+https://doi.org/10.1186/s10194-018-0897-4
+https://doi.org/
+https://doi.org/10.1038/ijo.2010.131
+http://www.nature.com/nature/journal/v478/n7369/full/nature10452.html
+http://aidsinfo.nih.gov/.Accessed25
+http://nauka.kushnir.mk.ua/?p=74812
+http://www.kompendium.ch/
+http://www.who.int/diabetes/facts/world_figures/en/
+doi.org/10.5038/2379-9951.3.2.1087
+http://dx.doi.org/10.1017/CBO9781107415324.004
+https://doi.org/10.1023/A:1026404014630
+http://dx.doi.org/10.1136/jcp.2004.021238
+http://www.hm-treasury.gov.uk/2014.htm
+http://dx.doi.org/10.1073/pnas.1004304107
+https://doi.org/10.1038/nrc704
+www.who.int/health_financing/universal_coverage_definition/en/
+http://www.planalto.gov.br/ccivil_03/Leis/L8742.htm
+https://doi.org/10.1016/j.cell.2010.01.025
+http://dx.doi.org/10.1371/journal.ppat.1002453
+https://doi.org/10.1021/acs.jmedchem.6b01751
+http://dx.doi.org/10.1038/nature03327
+http://www.mmaya.gob.bo/webpncc/biblio/entendiendo%20el%20cc.pdf
+http://slashdot.org/articles/03/04/30/1155250.shtml
+http://independentlearning.org/ILA/ila05/ila05_papers.htm
+https://ssrn.com/abstract=1819486
+http://saludpublicavirtual.udea.edu.co/cvsp/la%20salud%20indigena.pdf
+http://www.oktatas.hu/pub_bin/dload/kozoktatas/nemzetkozi_meresek/pisa/pisa2012_osszefoglalo_jelentes.pdf
+https://doi.org/10.1016/j.asoc.2014.01.020
+https://www.slovenia.info/uploads/dokumenti/kljuni_dokumenti/strategija_turizem_konc-no_9.10.2017.pdf
+https://doi.org/10.1109/TAFFC.2017.2663421
+https://doi.org/10.1016/j.nicl.2015.07.018
+https://plants.usda.gov/core/profilesymbol=LASA3
+http://dx.doi.org/10.1177/136216889900300303
+https://doi.org/10.5771/1615-634x-2002-3-402
+https://depts.washington.edu/ceeh/downloads/FF_Epigenetics.pdfAccessed
+http://dx.doi.org/10.2307/1132830
+https://doi.org/10.1061/
+https://www.elekta.com/software-solutions/care-management/mosaiq-radiation-oncology/#mosaiq-radiation-oncology-ar
+https://www.newsweek.pl/polska/ilu-muzulmanow-mieszka-w-polsce-dane-i-wyniki-badan/qd75tr4
+http://fablablivresp.art.br/
+https://doi.org/10.1016/j.febslet.2011.04.062
+http://www.nova.edu/ssss/QR/QR8-1/labuschagne.html
+http://dx.doi.org/10.1200/JCO.2012.44.4869
+https://doi.org/10.1155/2011/492149
+http://www.marketsandmarkets.com/Market-Reports/global-wi-fi-market-994.html
+https://doi.org/10.1038/sj.bjc.6604224.→pages10
+www.auction.co.kr
+http://www.shs.ilstu.edu/hpo/curriculum/coredata/ExecutiveSummary06.pdfJSARP2011
+http://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html
+http://GerryStahl.net/pub/icce2009.pdf
+https://doi.org/10.20546/ijcmas.2017.604.050
+http://www.socialworkers.org/practice/hiv_aids/AIDS_Day2012.pdf
+http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2012/lei/l12651.htm
+http://www.yucatan.gob.mx/gobierno/orden_juridico/Yucatan/Leyes/nr91rf1.pdf
+https://doi.org/10.1038/ni.2703
+http://www.sciencedirect.com/science/article/pii/S2212982016302864
+http://www.leearmstrong.com/dsrc/dsrchomeset.htm
+https://doi.org/10.1051/matecconf/201927601022
+https://doi.org/10.1080/12538078.2001.10515891.HountondjiYC
+http://focoeconomico.org/2011/05/10/regla-fiscal-y-el-principio-de-sostenibilidad-fiscal-en-colombia-2/
+http://www.gwu.edu/~nsarchiv/NSAEBB/NSAEBB127/02.01.26.pdf
+http://siteresources.worldbank.org/EXTARD/Resources/336681-1224775570533/SunkenBillionsFinal.pdf
+https://doi.org/10.1007/s00204-010-0545-5
+https://doi.org/10.1111/cei.12804
+http://balzac.cerilac.univ-paris-diderot.frSociétédesÉtudesromantiquesetdix-neuviémisteshttp://etudes-romantiques.ish-lyon.cnrs
+https://www.merriam-webster.com/dictionary
+http://www.theicct.org/news/faq-use-nox-emissions-diesel-passenger-cars
+https://doi.org/10.1016/S0022-2836(05)80360-2
+https://doi.org/10.1186/1472-684X-12-34
+http://savoirs.usherbrooke.ca/handle/11143/9485
+https://doi.org/10.1155/S1025583401000078
+https://doi.org/10.3389/fmicb.2015.00356
+http://www.accessdata.fda.gov/cdrh_docs/pdf/P000041b.pdf
+https://www.ams.org/journal-terms-of-useHAMILTONIANAND
+http://www.nber.org/papers/w21540
+http://kozvelemenykutatok.hu/2016-februari-kutatasi-eredmenyek-nezopont-intezet
+http://afp.sf.net/entries/Tycon.shtml
+www.globalbioclimatics.org/book/bioc/global_bioclimatics_0.htm
+http:i/www.theadvocate.com
+http://www.eawag.ch/forschung/eng/schwerpunkte/
+http://www.liveinaustralia.com
+http://repositori.perpustakaan.kemdikbud.go.id/4802/1/RB%20Kemendikbud%202015-2019%20rev%20Z%2029Okt20015%2BCover.pdf
+http://www.fs.fed.us/pnw/fia/publications/data/data.shtml
+https://www.nytimes.com/2020/04/14/opinion/coronavirus-racism-african-americans.html
+http://doi.wiley.com/10.1002/kin.550260405
+https://doi.org/10.1056/NEJMoa1211721
+http://dx.doi.org/10.1093/clinids/1.1.30
+https://doi.org/10.1371/journal.pone.0078128
+http://www.meas-extension.org/meas-offers/pilot-projects
+http://www.ai.usma.edu:8080/overview/cover.html
+http://ec.europa.eu/eurostat/data/database
+http://www.aidsinfo.nih.gov/ContentFiles/AdultandAdolescentGL.pdf.Accessed
+http://www.sintef.no/globalassets/project/maritime-logistics-optimization-for-offshore-wind/staalhaneetal_wp_2016.pdf
+https://doi.org/10.1029/1999JD900797
+https://doi.org/10.1371/journal.pone.0020495
+https://doi.org/10
+https://goo.gl/0R6Slw
+https://ssrn.com/abstract=2608425
+https://doi.org/10.1644/06-MAMM-A-143R.1
+http://www.virion-serion.de/uploads/mit_download/Campylobacter_V_8-eng_01.pdf
+http://www.cancerstaging.org/prouducts/ajccproducts.html22
+http://www.ippnw.org
+https://doi.org/10.18632/oncotarget.8744
+http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291467-8624
+http://go.galegroup.com/ps/i.do?id=GALE%7CA89929249&v=2.1&u=link&it=r&p=LitRG&sw=w
+http://marnew.com.br/wp/?page_id=296
+http://dx.doi.org/10.1080/09644016.2013.755797
+http://dx.doi.org/10.1111/j.1365-2958.2004.04337.x
+http://comtrade.un.org/pb/first.aspx
+http://progresonetwork0209.wordpress.com/2009/03/13/definiendo-una-estrategia-de-mercadotecnia/mercadotecnia.html
+https://doi.org/10.3389/fphys.2017.00610
+http://www.eia.doe.gov/oiaf/1605/1605aold.html
+https://doi.org/10.1038/ejcn.2016.119
+https://www.cdc.gov/mmwr/index.html
+http://dx.doi.org/10.1124/dmd.115.063826
+http://www.completecollege.org/docs/White%20House%20Briefing%20for%20Community%20College%20Summit%20(FINAL).pdf
+https://doi.org/10.1016/j.neuroimage.2009.04.037
+http://dx.doi.org/10.2165/00129784-200707030-00004
+http://sokkia.com/
+http://www.conabip.gob.ar/
+https://doi.org/10.2134/jeq2004.1424
+https://creativecommons.org/licenses/
+http://webarchive.nationalarchives.gov.uk/þ/http:/www.homeoffice.gov.uk/documents/halliday-report-sppu/
+http://siamfreedomfight.blogspot.com/2010/01/story-of-udd-nudd.html
+http://orb.binghamton.edu/neha/vol1/iss1/8
+http://www.eesti.ca/ilse-lehiste/article30918
+https://doi.org/10.1126/science.1240162
+https://goo.gl/RFZTMJ
+http://dx.doi.org/10.2216/0031-8884
+https://doi.org/10.1111/j.1365-2486.2011.02566.x
+https://doi.org/10.1093/cesifo/51.4.757
+http://www.valor.com.br
+http://dx.doi.org/10.11144/Javeriana.mys18-37.lpba
+http://kbroman.org/steps2rr/
+http://doi.org/10.1371/journal.pone.0115282
+http://cdiac.ornl.gov/epubs/ndp/ndp017/ndp017b.html
+http://dx.doi.org/10.1210/en.139.8.3503
+https://osha.europa.eu/en/publications/reports/culture_assessment_soar_TEWE11005ENN
+http://dx.doi.org/10.1016/j.cirp.2007.05.013
+https://bit.ly/2SSUSCf
+https://doi.org/10.1245/s10434-011-1569-7
+http://www.cinted.ufrgs.br/renote/fev2003/artigos/regina_novastecnologias.pdf
+https://doi.org/10.3368/le.88.4.613
+http://mz.one.un.org/eng/About-Mozambique/Mozambique-Key-Development-Indicators
+http://www.osbr.ca/ojs/index.php/osbr/article/view/704/672
+www.vm.fi/.../20080707Valtio/VIP_asiakkuussuunnitelma_v2.1.doc
+http://www.statistics.gov.uk/downloads/theme_health/Dh2_31/DH2No31.pdf
+http://journal.iaingorontalo.ac.id/index.php/au
+http://purl.pt/12114/4/hg-29872-v/hg-29872-v_item4/index.html
+https://doi.org/10.1111/j.1477-8947.1995.tb00594.x
+http://www.fitbit.com/
+https://www.dovepress.com/by131.181.35
+http://ec.europa.eu/enterprise/policies/security/files/esrab-re-port-en.pdf
+https://doi.org/10.1186/1471-2105-8-42
+http://www.kasparov.ru/material.php?id=55638BDB16570
+https://doi.org/10.1002/chem.201203576
+https://doi.org/10.1002/14651858.CD009794.pub2
+https://doi:10.1016/j.ijbiomac.2017.11.081
+http://dx.doi.org/10.1371/journal.pone.0001124
+https://doi.org/10.1056/NEJMoa1610187
+https://doi.org/10.1016/j.fct.2014.03.017
+http://www.eiolca.net
+http://www.praat.org/
+http://dx.doi.org/10.1080/00103624.2010.495803
+https://doi.org/10.3390/en9080643
+http://link.aps.org/supplemental/10.1103/PhysRevLett.114.023001
+https://www.nice.org.uk/guidance/qs118
+https://doi.org/10.1126/science.aat8407
+https://doi.org/10.9744/jmk.13.2.124-134
+https://doi-org.dbgw.lis.curtin.edu.au/10.2118/113132-PA
+https://doi.org/10.1186/s13662-017-1306-z
+http://www.foxnews.com/story/
+https://bib.irb.hr/datoteka/880354.hw-hw_labour_D._Racic.pdf
+https://doi.org/10.1002/asi
+https://doi.org/10.1186/s12862-017-0890-6
+https://www.ncbi.nlm.nih.gov/pubmed/28169940
+http://dx.doi.org/10.1177/030913258200600401
+http://legacy.library.ucsf.edu/tid/ewe40c00
+https://doi.org/10.1097/IAE.0b013e3182a48900
+www.electric-vehiclenews.com
+https://schoolcounselor.org/asca/media/asca/home/MindsetsBehaviors.pdf
+https://doi.org/10.1111/cen.12788
+http://dx.doi.org/10.1590/1982-019-4201800006
+https://reiwa.com.au/the-wa-market/market-indicators/
+http://plants.usda.gov/plantguide/pdf/pg_thin6.pdf
+http://suite101.com/article/the-influence-of-ethnicity-on-englishesl-language-teaching-a305556on
+orcid.org/0000-0002-4128-3938
+ktm.elinar.fi/ktm_jur/ktmjur.nsf/0/7CB8722249053615C2256FCC0041DF2E/$file/ratu3elo_2005.pdf
+http://www.foodsafety.govt.nz/elibrary/industry/2014-13-
+http://dx.doi.org/10.1016/S0306-4522
+http://www.apa.org/about/policy/psychological-practice-girls-women.pdf
+https://doi.org/10.1016/j.jpain.2015.01.001
+www.bartleby.com/10/
+www.preprints.org
+https://doi.org/10
+https://doi.org/10.1200/JCO.2011.36.9744
+http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Scientific_Discussion/human/000582/WC500029262.pdf
+https://doi.org/10.1016/j.jhep.2006.01.001
+https://doi.org/10.1002/jclp.20252
+https://doi.org/10.1163/9789004190832_008
+http://dx.doi.org/10.5061/dryad.76fk344
+http://www.dpr.go.id/dokjdih/document/uu/UU_2004_7.pdf,diaksespada8Maret
+http://tree.bio.ed.ac.uk/software/tracer/
+https://doi.org/10.1590/S0102-33062013000200002
+https://www.thetimes.co.uk/article/45-000-children-of-isis-are-ticking-time-bomb-lp0nq9q2m
+https://doi.org/10.4178/epih/e2015016
+http://ww2010.atmos.uiuc.edu/(Gh)/home.rxml
+https://www.mongodb.com/scale/nosql-vs-relational-databases.Accessed27
+http://beast.bio.ed.ac.uk/Tracer
+http://www1.worldbank.org/publicsector/pe/oecdpemhandbook.pdf
+https://www.gob.mx/cms/uploads/attachment/file/102028/ABC_de_
+https://doi.org/10.1016/j.bpj.2014.04.039
+http://doi.org/http://dx.doi.org/10.1016/j.pubrev.2016.12.003
+http://ssrn.com/abstract=1121237
+http://mesquiteproject.org
+http://dx.doi.org/10.1080/03057070.2016.1214020
+http://dx.doi.org/10.1179/jeb.2007.27.1.002
+http://www.crde-unati.uerj.br/doc_gov/destaque/ouro_preto.doc
+http://citation.allacademic.com/meta/p498209_index.html
+http://epi.publichealth.nc.gov/pdf/en2002-4.pdf
+https://doi.org/10.1134/S1063783417050201
+https://dx.doi.org/10.1002/hrm.3930300406
+http://dx.doi.org/10.1016/j.ympev.2012.10.008
+http://hdr.undp.org/
+http://dx.doi.org/10.2527/jas.2005-557
+https://doi.org/10.1016/s0140-6736
+https://doi.org/10.1093/ajcn/62.1.117
+https://doi.org/10.1016/j.neuron.2016.02.016
+http://www.unicep.edu.br/cursosdeextensao/cursos/2016/eficienciaenergetica.asp
+http://go.worldbank.org/NT2A1XUWP0
+https://doi.org/10.7907/Z9JD4TQ5http://resolver.caltech.edu/CaltechTHESIS
+http://www.sciencedirect.com/science/article/pii/S0168365919305164
+http://www.atmel.com
+https://doi.org/10.1038/nmeth.4067
+http://www.youtube.com/youchoose.ReferencesPrimarysources
+https://doi.org/10.1590/1983-084X/15_043
+http://www.nypost.com/seven/07182008/gossip/pagesix/pete__roger__who_are_you__120385.htm
+https://doi.org/10.1128/JCM.01944-09PMID
+http://dx.doi.org/10.1007/BF01685974
+dewww.cpc.org.br/
+https://doi.org/10.1155/2017/4323619
+http://dx.doi.org/10.1016/j.ijantimicag.2007.02.011
+www.neuromat.com
+http://dx.doi.org/10.1016/0304-386X
+http://dx.doi.org/10.1016/j.bbamcr.2008.09.017
+http://dx.doi.org/10.1016/j.reu.2015.04.007
+http://www.vliz.be/projects/mermaidproject/Olsgard
+http://www.joe.org/joe/2009october/rb1.php
+https://doi.org/10.1128/JVI.75.9.4399-4401.2001
+https://doi.org/10.1016/j.energy.2017.06.083
+http://www.diabetes.org/diabetes-prevention/pre-diabetes.jsp
+http://www.efege.com/sccs/gestion_ambiental.php
+http://www.oracle.com
+https://doi.org/10.1089/apc.2013.0331
+http://dx.doi.org/10.1002/nav.3800110204
+https://doi.org/10.1073/pnas.1310249110
+http://www.petrocaribe.org/interface.sp/database/fichero/publicacion/780/70.PDF
+https://www.ecuadorencifras.gob.ec/institucional/home/
+http://brj-bguep.ru/reader/article.aspx?id=20370
+http://doi.org/10.1111/nyas.12992
+http://dx.doi.org/10.1108/IJQSS-02-2015-0024
+https://doi.org/10.1016/j.jpedsurg.2013.02.017
+https://www.researchgate.net/publication/263114479
+http://nema.lis.illinois.edu/nema_out/mirex2015/results/aod/
+http://emj.bmj.com/
+https://www.facebook.com/juliapamed/posts/827629184060741
+https://doi.org/10.1002/art.27583
+http://www.mte.gov.br/ecosolidaria/prog_incubadoras_proninc.asp
+http://dx.doi.org/10.1128/JB
+http://delfam.ru/gribova.html
+http://www.wipo.int/treaties/en/agreement/index.html
+https://doi.org/10.1242/dev.156034
+http://www.socresonline.org.uk/18/1/14.html
+https://www.bis.org/publ/bcbs22.htm
+https://doi.org/10.1074/jbc.M110.136382
+https://doi.org/10.1007/s11274-015-1878-2
+www.ijcaonline.org
+http://www.specialolympics.org/uploadedFiles/Ulster_Coaching%20Final%20Report.pdf
+http://www.hitech-projects.com/euprojects/amigo/
+http://books.google.com.tr/books?isbn=0822549638erişim10.12
+https://doi.org/10.1016/j.jcv.2006.10.011
+https://doi.org/10.1111/1365-2745.12487
+https://doi.org/10.4103/0019-5154.190119
+https://doi.org/10.2527/jas.2014-7621
+http://dl.acm.org/citation.cfm?id=769922.769924
+https://doi.org/10.5688/ajpe797101
+https://dx.doi.org/10.1016/j.sbspro.2011.03.050
+http://www.ohiolink.edu/etd/send-pdf.cgi?ohiou1145903498
+https://doi.org/10.1128/AEM.05539-11
+https://doi.org/10.1016/j.diabres.2008.05.011
+http://www.tuobra.unam.mx/publicadas/050121011648-PILARES.html
+https://ampd.epa.gov/ampd/
+https://doi.org/10.1073/pnas.0801030105
+http://www.aeet.org/ecosistemas/033/revision1.htm
+https://bit.ly/1K1aSoI
+https://doi.org/10.3390/nu11020305
+http://www.thphys.uni-heidelberg.de/~plehn/pics/dark_matter.pdf
+https://doi.org/10.1007/s10640-014-9871-z
+https://doi.org/10.1016/j.cemconcomp.2017.12.011.URLhttp://www.sciencedirect.com/science/article/pii/S095894651730642X
+http://web.archive.org/web/http://www.lrainc.com/swtaboo/taboos/apa_01.html
+http://www.goldcopd.org/.AccessedMarch15th
+https://doi.org/10.1016/j.schres.2014.12.007
+https://doi.org/10.1002/glia.23096
+https://doi.org/10.1016/j.jenvrad.2003.10.003
+https://doi.org/10.1016/S1040-6182(01)00083-0
+http://www.gartner.com/it/page.jsp?id=1454221
+http://www.griis.org/
+http://www.revistas.usp.br/rege/article/view/111466
+https://www.aavmc.org/Public-Data/VMCAS-Statistics.aspx
+http://search.proquest.com/docview/1473834877?accountid=9894
+http://www.ncbi.nlm.nih.gov/pubmed/15152898
+https://doi.org/10.1038/nature01657
+http://www.aphis.usda.gov/animal_health/nahms/dairy/
+http://www.thinkinnovation.org/file/research/23/en/Toppeta_Report_005_2010.pdf.Acessoem15/03/2014
+http://www.international.gc.ca/media_commerce/comm/news-communiques/2012/10/09a.aspx?view=daccessed
+https://doi.org/10.1175/MWR-D-16-0049.1
+https://www.nytimes.com/2016/11/10/upshot/why-trump-won-working-class-whites.html?_r=0
+https://doi.org/10.1210/endo-126-4-1921
+http://balloon.media.mit.edu/mit/rules
+https://obamawhitehouse.archives.gov/sites/default/files/docs/national_action_plan_for_combating_antibotic-resistant_bacteria.pdf
+https://doi.org/10.1093/mind/LIX.234.170
+https://doi.org/10.1101/071019
+http://dx.doi.org/10.2337/db09-1011
+http://www.sciencemag.org/cgi/content/abstract/317/5834/82?maxtoshow=&HITS=10&hits=10&RESULTFORMAT=&fulltext=Women+Really+More+Talkative&searchid=1&FIRSTINDEX=0&resourcetype=HWCIT
+http://www.fmh.ch/fr/fmh/bases_legales/code_deontologie.html
+http://dx.doi.org/10.1006/jcis.2000.7053
+https://doi.org/10.1111/jcpp.12104
+http://www.molecular-cancer
+http://ec.europa.eu/culture/eac/dialogue/year2008/year2008_en.html
+http://www.nytimes.com/1986/11/19/sports/scouting-showdown-yes-but-no-sitdown
+https://doi.org/10.5194/acp-13-211-2013
+http://www.cholonautas.edu.pe/modulos/biblioteca2.php?IdDocumento=0113.Acessoem:18.maio.2012
+https://doi.org/10.1111/j.1439-0469.2011.00619.x
+http://cr.yp.to/
+http://adsabs.harvard.edu/abs/2016arXiv160503985B
+https://www.newscientist.com/article/mg23331150-300-cosmic-uncertainty-could-quantum-weirdness-be-even-weirder/
+https://doi.org/10.1111/eva.12225
+https://doi.org/10.1016/j.preteyeres.2008.08.001
+https://doi.org/10.1007/s00586-017-5155-y
+https://doi.org/10.1515/pjs-2015-0050
+https://doi.org/10.1093/bioinformatics/btp352
+http://eprint.iacr.org/
+http://www.opendemoc-racy.net/content/articles/PDF/1911/pdf
+rouen.fr
+http://www.indepth-network.org
+https://doi.org/10.1016/j.proenv.2010.10.174
+https://doi.org/10.1093/aobpla/plq003
+https://doi.org/10.1038/nm1511
+http://www.vdek.com/presse/daten/b_versicherte.html.Accessed12
+https://CRAN.R-project.org/package=emmeans
+http://www.globalreporting.org/NR/rdonlyres/812DB764-D217-4CE8-B4DE-
+http://www.who.int/csr/labepidemiology/projects/diseasesurv/en/
+http://www.uned.ac.cr/Reglamento/documents/GRADUACIONMAESTRIASACA-DEMICASDELSISTEMADEESTUDIOSDEPOSGRADOAGOS-TO05.pdf
+https://doi.org/10.1016/j.puhe.2016.03.033
+http://www.dhs.gov/xlibrary/assets/statistics/publications/Ill_Report_1211.pdf
+http://onlinelibrary.wiley.com/doi/10.1002/hyp.6211/abstract
+http://www.actigraphy.com/assets/actiwatch-plus-18f176316ae8e34b9a364d48063c6f7cd029e7636fad631e7c0af4e3012de874.png.Accessed21
+http://cde.athabascau.ca/onlinebook/ch5.html
+http://dx.doi.org/10.1145/2445196.2445530
+http://keys.lucidcentral.org/keys/v3/EAFRINET
+https://doi.org/10.1016/j.quaint.2009.12.011
+http://www.razonpublica.com/index.php?option=com_content&view=article&id=2
+http://dx.doi/org/10.1001/archinternmed.2009.132
+http://www.opensource.org/licenses/alphabetical
+https://doi.org/10.3386/w7473
+http://apps.who.int/classifications/icd10/browse/2015/en
+http://arxiv.org/abs/math/0002009v2
+http://link.springer.com/article/10.1007/BF01280311
+http://www.soc.surrey.ac.uk/JASSS/4/2/8.html
+http://dx.doi.org/10.1108/13563280610661697
+http://bmjopengastro.bmj.com/BMJOpenGastroenterol:firstpublishedas10.1136/bmjgast-2017-000191on20
+http://dx.doi.org/10.1016/S0048-7333(02)00062-8
+http://engjournal.ru/catalog/fundamentals/physics/907.htmlГореликВладимирСеменович-д-рфиз.-мат.наук
+http://wikileaks.org/cable/2006/05/06TOKYO2940.html
+http://homepages.hs-bremen.de/~krausd/iwss/UWA1.pdf
+www.clim-past.net/6/145/2010/Clim.Past
+https://www.ntop.org/wp-content/uploads/2013/03/nProbe_UserGuide.pdf
+http://dx.doi.org/10.1191/1478088706qp063oa
+http://ejournal.undip.ac.id/index.php/parole/article/view/6315
+https://doi.org/10.3389/fphys.2013.00035
+www.sidiary.org
+https://doi.org/10.1385/1-59259-359-3:13
+http://www.scientificamerican.com/article.cfm?id=how-people-are-fooled-by-evidence&WT.mc_id=SA_WR_20111201
+https://doi.org/10.1086/338044
+http://www.pe-nize.cz/investice/57685-investice-do-vina-vyzra-ly-na-krizi
+http://www.consucode.gob.pe/htmls/legislacion/index_legislacion.asp?legislacion=http://www.consucode.gob.pe/htmls/legislacion/reglamento_ley/RegGen.htm
+http://dx.doi.org/10.1016/S0165-0327(97)00108-0
+https://doi.org/10.4055/cios.2013.5.1.49
+https://portal.afir.info/informatii_generale_pndr_pndr_2007_2013_dezvoltare_rurala_feadr/Accessed18.08.19
+https://doi.org/10.1016/j.jbtep.2016.03.006
+www.ericdata.com/?f=oaLaw
+http://www.molloy.edu/academic/philosophy/sophia/seneca/epistles/ep24.htm
+http://www.imsersomayores.csic.es/documentos/documentos/losada-edadismo-01.pdf
+http://dx.doi.org/10.1111/1467-9280.00290
+https://orcid.org/0000-0002-1489-6077
+http://portal.seduc.go.gov.br/SitePages/Noticia.aspx?idNoticia=1748
+http://dx.doi.org/10.1016/j.watres.2012.05.057
+https://doi.org/10.1103/PhysRevSTPER.8.010123
+https://infoscience.epfl.ch/record/187717/files/ghose%20ESA%20Thun%202013.pdf
+https://doi.org/10.1016/j.foreco.2007.03.005
+https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r4.pdf
+https://www.britannica.com/art/Western-architecture/Classicism-1830-1930
+https://doi.org/10.1016/j.fertnstert.2014.04.023
+http://ies.ed.gov/ncee/edlabs/regions/southeast/pdf/rel_2008065_main.pdf
+http://dx.doi.org/10.1111/j.1365-2621.1957.tb16991.x
+http://www.sojitz-br.com/
+http://dx.doi.org/10.1590/S1415-790X2005000200005
+http://www.w3.org/Submission/OWL-S/
+http://webnet1.oecd.org/EN/document/0
+http://childinfo.org/education.html.Accessed16
+https://doi.org/10.1103/PhysRevA.71.020101
+http://dx.doi.org/10.4324/9780203031179
+www.nanohub.org/resources/11763
+https://www.gov.uk/government/publications/national-flood-resilience-review
+http://dx.doi.org/10.1016/j.jclepro.2009.10.002
+http://www.iso.org/iso/isocatalogue/cataloguetc/cataloguedetail.htm?csnumber=41548
+http://dx.doi.org/10.1111/1574-6941.12447
+https://doi.org/10.1038/nrg3246
+http://doi.org/10.3923/pjn.2005.287.290
+https://doi.org/10.1371/journal.pone.0111913
+http://www.nhpco.org
+https://www1.folha.uol.com.br/mundo/2018/06/explodem-pedidos-de-refugio-de-venezuelanos-em-manaus.shtml
+https://doi.org/10.5194/os-11-111-2015
+http://dx.doi.org/10.1016/j.atherosclerosis.2006.04.012
+http://dx.doi.org/10.1016/j.virol.2009.05.017
+http://dx.doi.org/10.1175/JCLI-D-12-00538.1
+http://dx.doi.org/10.1371/journal.pone.0076558
+http://dx.doi.org/10.1021/acs.nanolett.5b00128
+https://doi.org/10.1186/1479-5868-7-40
+https://goo.gl/ZSaBH7
+https://infoscience.epfl.ch/record/149300
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/9781107445024.003
+http://gymnos.cappelendamm.no/binfil/download.php?did=957
+http://dx.doi.org/10.2307/2042686
+http://www.powermarker.net
+http://ajpheart.physiology.org/
+http://dx.doi.org/10.1016/j.pepi.2005.01.001
+https://doi.org/10.1109/CVPRW.2010.5543594
+http://arxiv.org/abs/math-ph/0607063
+http://web.worldbank.org/servlets/ECR?entityID=000094946_01052204005474&collection=IMAGEBANK&sitePK=469233
+https://www.nsf.gov/pubs/2015/nsf15052/nsf15052.pdf
+http://dx.doi.org/10.1007/BF00274992
+http://www.sea-entomologia.org/Halffter
+https://doi.org/10.1016/j.ins.2014.08.011
+http://www.scielo.br/pdf/cebape/v8n4/04.pdf
+https://gallery.azure.ai
+http://dx.doi.org/10.3389/fneur.2011.00042
+https://github.com/named-data/Hyperbolic-Graph-Generator/releases/tag/v.1.0.1
+https://doi.org/10
+https://doi.org/10.1073/pnas.1719355115
+http://doi.org/fj37wd
+www.cdc.gov/violenceprevention/pdf/Electronic_Aggression_Researcher_Brief-a.pdf
+http://www.herbmed.org5
+https://spectrum.ieee.org/automaton/robotics/drones/see-straight-through-walls-by-augmenting-your-eyeballs-with-drones
+https://doi.org/10.1359/jbmr.060611
+http://revistas.unisinos.br/index.php/calidoscopio/article/view/cld.2013.111.04
+https://doi.org/10.1007/s10530-006-9026-4
+http://dx.doi.org/10.1017/CBO9780511756122
+https://www.unodc.org/documents/wdr2015/WDR15_ExSum_S.pdf
+https://doi.org/10.1016/j.neubiorev.2014.06.015
+http://www.epoxyworktops.com/epoxy-resin/mech-properties.html
+https://doi.org/10.1093/carcin/bgu108
+https://github.com/DmitryUlyanov/Multicore-TSNE
+http://nbn-resolving.de/urn:nbn:de
+http://www.renold.com/nmsruntime/saveasdialog.asp?lID=2060&sID=4062
+https://doi.org/10.2147/COPD.S58136
+https://doi.org/10.1016/j.molcel.2018.07.002
+http://www.scielo.br
+http://www.sciencedirect.com/science/article/pii/0167473082900121180
+http://people.anu.edu.au/~u9907217/lexico/Huffman1978.pdfaccessed14
+https://doi.org/10.1038/nature00862
+http://www.academicintegrity.org/icai/integrity-3.php
+http://rd48.web.cern.ch
+http://opinionator.blogs.nytimes.com/2015/06/15/do-corporations-have-minds/
+https://doi.org/10.1007/s11045-004-4739-y
+http://doi.org.proxy-remote.galib.uga.edu/10.1016/j.geomorph.2010.06.004
+https://doi.org/10.3390/md9101731
+https://archive.epa.gov/pesticides/reregistration/web/pdf/fenamiphos_red.pdf
+https://www.aamc.org/download/379220/data/may2014aib-graduationratesandattritionfactorsforusmedschools.pdf
+http://www.ibge.gov.brAcessoem
+http://dx.doi.org/10.5465/AMJ.2005.17407911
+https://doi.org/10.3390/ijms17060976
+http://www.wri.org/pdf/mekong_governence_mreg_minh.pdf
+https://doi.org/10.1007/s10096-005-0065-z
+https://doi.org/10.1016/B978-0-08-100371-8.00006-3
+https://doi.org/10.1207/s15324834basp1703_2
+http://dx.doi.org/10.1146/annurev-genom-090413-025540
+https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
+https://doi.org/10.4103/ijo.IJO_1429_18PMID
+http://dx.doi.org/10.1111/joor.1239125
+http://coq.inria.fr
+http://topics.nytimes.com
+http://dx.doi.org/10.1177/014920639101700108
+https://doi.org/10.1093/HUMREP/11.2.274
+http://dx.doi.org/10.1523/JNEUROSCI.4317-03.2004
+http://dx.doi.org/10.1016/S0300-5712(00)00055-5
+https://doi.org/10.1103/PhysRevC.82.065804
+http://www.sosmath.com/calculus/diff/der07/der07.html
+http://dx.doi.org/10.1021/ja00381a009
+http://dx.doi.org/10.4049/jimmunol.1490019
+https://doi.org/10.3389/fpsyg.2018.02780
+http://www.austlii.edu.au/au/cases/cth/HCA/2002/59.html
+blog.iese.edu/heukamp/files/2010/07/PTT_06_291.pdf
+https://doi.org/10.1097/MLG.0b013e31816a8955
+http://www.ncbi.nlm.nih.gov/pubmed/10539812
+http://v8.googlecode.com/svn/data/benchmarks/v7/README.txt
+https://imagej.nih.gov/ij/
+http://www.jstatsoft.org/v38/i08/
+http://dx.doi.org/10.1111/j.1468-2257.1992.tb00944.x
+http://www.cdc.gov/pcd/issues/2011/jan/10_0015.htm
+http://doi.org/10.1016/j.earscirev.2014.09.002
+http://www.w3.org/TR/mmi-framework/
+http://dx.doi.org/10.1038/sj.jea.7500165
+http://www.eurogamer.net/articles/2012-08-08-codemasters-responds-to-criticism-about-loss-of-in-car-view-in-grid-2
+http://dx.doi.org/10.1124/mol.62.1.1
+http://www.pure-systems.com/
+http://arxiv.org/abs/gr-qc/9704072.5
+https://doi.org/10.1016/j.rse.2013.08.038
+ifai.org.mx/descargar.php?r=/pdf/ciudadanos/sitios_de_interes/estudio/&a=Criterios%20y%20resoluciones%20del%20IFAI.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/19331180
+http://www.malariacampaign.gov.lk/precentation/treatmentguide.aspx.Accessed12
+https://doi.org/10.1089/jmf.2012.2682
+https://doi.org/10.1029/2001JB9000323
+https://doi.org/10.1074/jbc.M111.251546
+http://www.fcpolit.unr.edu.ar/wpcontent/uploads/Mediatizaci%C3%B3n-sociedad-y-sentido.pdf
+http://search.proquest.com/docview/1314733038?accountid=14205
+http://creativecommons.org/about/history/
+http://dx.doi.org/10.1016/j.amc.2011.03.062
+https://openfastpath.org/
+http://dx.doi.org/10.1016/j.gca.2013.01.044
+https://doi.org/10.1002/wps.20597
+https://doi.org/10.1046/j.1467-789X.2002.00082.x
+http://dx.doi.org/10.1016/j.gr.2005.12.002
+https://doi.org/10.1108/JEC-09-2018-0065
+http://www.dms.moph.go.th/statreport/index.html
+https://doi.org/10.1093/petrology/egr040
+http://fundforpeace.org/fsi/2018/04/19/fragile-states-index-2018-issues-of-fragility-touch-the-worlds-richest-and-most-developed-countries-in-2018/
+http://www.aral.de/
+http://www.health.ny.gov/regulations/nycrr/title_10/part_5/subpart_5-1_tables.htm
+http://apps.who.int/gho/data/view.main.2482?lang=en
+https://doi.org/10.17221/7978-CJAS
+http://nationalpost.com/news/canada/canadian-med-schools-end-use-of-live-animals/wcm/b9676995-55d9-459e-bf87-53185368b175
+http://doi.wiley.com/10.1029/RG020i004p00851
+http://dx.doi.org/10.1111/jiec.12550
+https://doi.org/10.1016/j.habitatint.2016.04.00
+https://doi.org/10.1086/501091
+http://www.nytimes.com/2010
+https://www.if.ufrgs.br/cref/ojs/index
+http://www.webmineral.com/data//Kaolinite.shtml
+http://dx.doi.org/10.1111/j.1468-2281.1964.tb02054.x
+https://doi.org/10.1007/978-1-4419-0300-6
+http://www.mceetya.edu.au/public/demand.htm
+https://doi-org.uml.idm.oclc.org/10.1007/978-3-319-76261-6n_12
+https://doi.org/10.3133/fs20163020
+https://doi.org/10.1080/15402002.2015.1083022
+https://doi.org/10.1016/j.jnucmat.2004.04.129
+https://bank.gov.ua/doccatalog/document?id=99904490
+https://doi.org/10.1111/j.1600-0587.2012.07555.x
+http://www.questionpoint.org
+http://www.revistalatinacs.org/17SLCS/libro-colectivo-2017-2edicion.htmlRokeach
+http://dx.doi.org/10.1016/j.jcyt.2013.07.017
+http://unfccc.int/essential_background/items/6031.php
+https://github.com/vinniefalco/NuDB
+http://dx
+http://yosemite.epa.gov/ee/epa/eerm.nsf/vwAN/EE-0563-1.pdf/$file/EE-0563-1
+www.computer.org/conferences/meta96/rothenberg_Paper/ieee.data-quality.html
+https://doi.org/10.1523/JNEUROSCI.3883-11.2011
+http://doi.org/c245bq
+https://dhsprogram.com/pubs/pdf/WP114/WP114.pdf
+https://doi.org/10.1016/j.habitatint.2014.10.018
+https://www.aaafoundation.org/2010-traffic-safety-culture-index
+http://www.unu.edu/unupress/unupbooks/uu19ie/uu19ie0e.htm
+http://dx.doi.org/10.5772/68073
+https://doi.org/10.1126/science.1215141
+http://www.scielo.br/pdf/tce/v15n2/a06v15n2.pdf
+https://openreview.net/forum?id=r1eiqi09K7
+http://www.journal-inflammation.com/content/1/1/1
+https://doi.org/10.3109/10641963.2015.1060981
+http://www.policyalternativies.ca
+http://hcvadvocate.org/
+http://www.who.int/neglected_diseases/NTD_RoadMap_2012_Fullversion.pdf.Accessed
+http://www.cliopsyche.uerj.br/livros/clio1/decriancainfeliz.htm
+https://doi.org/10.1016/j.cvfa.2013.07.011
+http://www.f6publishing.com/helpdeskhttp://www.wjgnet.com
+http://www.sciencedirect.com/science/article/B6V27-3WXX91K-2D/2/a56e762628a5a1107f0d067a9dd3af36
+https://doi.org/10.1016/j.jcin.2012.10.011
+http://dx.doi.org/10.1136/vr.148.6.165
+www.iucnredlist.org
+http://link.aps.org/doi/10.1103/PhysRevA.44.6905
+http://www.epa.gov/nerlcwww/icrmicro.pdf
+https://vorarlberg.iv.at/media/filer_public/43/b1/43b179b7-c315--4a4b-bfbc-a01f48164e32/170404_industriefolder_final_web.pdf
+http://cshe.berkeley.edu/publications/docs/ROPS.GEISER._SAT_6.12.07.pdfAccessedon
+http://www.workforce.com/section/00/article/24/42/47.html
+https://doi.org/10.1002/prot.22711
+http://www.apc-cza.org/sr-YU/liste-sigurnih-drzava/2-uncategorised/102-zahtev-za-azil-u-srbiji-sanjajuci-evropu.html,23.05
+http://www.alsodanube.atwww.intechopen.com
+https://doi.org/10.7326/0003-4819-141-11-200412070-00009
+https://doi.org/10.1002/ps.3937
+http://www.masress.com/almessa/381901
+https://doi.org/10.1007/978-981-10-2404-7_2
+https://doi.org/10.1109/DASC-PICom-DataCom-CyberSciTec.2017.169
+https://doi.org/10.1007/BF00237842
+https://doi.org/10.1353/bsp.2016.0009
+http://www.microelectronic.e-technik.tudarmstadt.de/lectures/winter/vlsi/vorlesung_pdf/PLD.pdf
+http://dx.doi.org/10.1126/science.1211576
+https://echogeo.revues.org/11539
+https://doi.org/10.1128/CMR.00101-13
+http://doi.org/10.1109/COMPSAC.2008.204
+https://www.sabanci.com/tr/basin-odasi/basin-bultenleri/ak-emeklilik-aviva-hayat-ve-emeklilik-birlesme-anlasmasi-imzalandi/i-1339
+https://doi.org/10.1149/1.3496068
+https://doi.org/10.1093/cid/cis021
+http://www.nytimes.com/2010/12/16/science/16terror.html.Accessed
+https://www.flickr.com/photos/mbell1975/8057902049
+https://doi.org/10.1038/nrg2337
+http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6876909
+http://elib.bsu.by/bitstream/123456789/8810/1/pages%20from%20ph%26ss_2011-2.%2046-51pdf.pdf
+http://dx.doi.org/10.1109/TII.2011.2166768
+http://www.viratdata.org/
+http://www.loria.fr/∼zimmerma/
+http://www.dfid.gov.uk/pubs/files/achievingmdgmidincome.pdf
+https://sfmagazine.com/post-entry/may-2017-the-power-of-intangibles/
+http://dx.doi.org/10.1016/j.jconrel.2011.08.017
+http://www.cigital.com/silver-bullet/show-070/.Show#70
+https://doi.org/10.1007/s10508-008-9439-5
+https://doi.org/10.1357/002224011799849408
+http://dx.doi.org/10.1007/s00223-001-2086-7
+http://www.hin-dustantimes.com/india/jharkhand-s-waterman-gets-padma-shri-for-waging-war-against-drought/story
+http://dx.doi.org/10.1073/pnas.0610281104
+https://doi.org/10.1249/MSS.0000000000000476
+http://www.gpo.gov/fdsys/pkg/PLAW-107publ347/pdf/PLAW-107publ347.pdf
+https://goo.gl/0nhR7e
+https://doi.org/10.1021/cm5037524
+http://www.iyv2001.org/iyv_eng/research/articles/articles.htm
+http://www.cr.nps.gov/aad/kennewick
+http://www.unsam.edu.ar/ojs/index.php/syt/article/down-load/40/31
+https://doi.org/10.5539/mas.v12n6p44
+http://www.heraldsun.com.au/news/national/doctors--should--tell--overweight--patients--that--they--are--fat/story--e6frf7l6--1225898699043
+http://dx.doi.org/10.1080/13678868.2016.1248720
+http://www.3dnature.com/
+http://dx.doi.org/10.1016/j.conbuildmat.2010.06.035
+http://dx.doi.org/10.1007/s003000100277
+https://doi.org/10.1126/science.272.5264.991
+https://doi.org/10.5539/jel.v7n1p163
+https://doi.org/10.1145/359168.359176
+https://doi.org/10.5964/ejop.v15i1.1695
+http://www.uroweb.org/leadmin/tx_eauguidelines/2009/Pocket/Incontinence.pdf
+https://doi.org/10.1136/jcp.54.1.1
+http://dx.doi.org/10.12795/spal.1997.i6.04
+https://doi.org/10.1371/journal.pone.0032953
+https://arxiv.org/ftp/arxiv/papers/1908/1908.00288.pdf
+http://documents.worldbank.org/curated/en/886931468125694191/pdf/ACS94240WP0P1496510Box385256B00PUBLIC0.pdf
+https://doi.org/10.1016/j.jmb.2007.05.022
+http://www.pewinternet.org/~/media//
+http://dx.doi.org/10.1061/(ASCE)IS.1943-555X.0000022
+http://dx.doi.org/10.1016/j.compenvurbsys.2006.02.008
+https://dx.doi.org/10.12819/2014.11.3.5
+http://www.cf40.org.cn/plus/view.php?aid=2559
+https://doi.org/10.1080/08985626.2017.1291762
+http://www.synthzone.com/bsynth.html
+http://proquest.umi.com/pqdweb?index=4&did=1505420341&SrchMode=2&sid=1&Fmt=3&VInst=PROD&VType=PQD&RQT=309&VName=PQD&TS=1247584749&clientId=5904
+http://dx.doi.org/10.1016/j.agee.2005.12.002
+https://doi.org/10.17979/rotur.2018.12.2.3478
+https://doi.org/10.1111/fwb.12901
+http://www.saulibrary.edu.bd/daatj/public/index.../BAU201101_17-aec_5.pdf
+http://msdn.microsoft.com/en-us/library/ms950416.aspx
+https://doi.org/10.1002/2015JA021314
+http://dx.doi.org/10.1002/jcc.21256
+http://www.worldagroforestry.org/af/treedb/
+http://dx.doi.org/10.1038/ncb1631
+http://dx.doi.org/10.1038/380051a0
+http://www.qualitative-research.net/fqs-texte/4-06/06-4-3-s.htm
+https://doi.org/10.1103/PhysRevLett.108.122001
+http://www.philippineplants.org/Families/Droseraceae.html
+https://doi.org/10.1016/j.foodchem.2006.08.005
+https://doi.org/10.4102/pythagoras.v39i1.393
+http://www.ncbi.nlm.nih.gov/pubmed/1145213
+https://doi.org/10.1038/nature12002
+http://www.bcra.gov.arBANCOMUNDIAL.http://www.worldbank.org
+http://jurnalsospol.fisipol.ugm.ac.id/index.php/jsp/article/view/,diakses08
+http://ec.europa.eu/health/scientific_committees/emerging/docs/scenihr_o_032.pdf
+http://mp.bmj.com/
+http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6188353
+www.elsevier.com/locate/simpat
+https://orcid.org/0000-0002-7098-8398
+https://doi.org/10.1016/j.biortech.2015.02.051
+http://dx.doi.org/10.1016/j.eja.2016.09.015
+https://doi.org/10.5962/bhl.part.14568
+https://doi.org/10.1016/j.jenvman.2007.08.026
+http://www.abs.gov.au/ausstats/abs@.nsf/Lookup/2071.0main+features902012-2013.Re-trieved
+https://www.google.com/maps/d/viewer?mid=1UxYw9YrwT_R3SGsktJU3D-2GpMU&hl=en
+https://doi.org/10.1002/embj.201386474
+http://dx.doi.org/10
+http://www.isi.edu/nsnam/ns/
+http://www.nacionfactoring.com.ar
+http://www.eurosif.org/semantics/uplo-ads/2014/05/pictet_european_sri_transparency_code_2013.pdf
+https://play.google.com/store/apps/details?id=com.alidans.assaycolor
+https://doi.org/10.1021/jm401334s
+http://dx.doi.org/10.1007/978-3-642-22015-9
+http:www.afnor.org.Consultéle05juin
+http://www.tcts.fpms.ac.be/∼devuyst/Databases/DatabaseSubjects/
+https://doi.org/10.1016/0735-1097
+https://doi.org/10.3390/ijerph111010883
+http://www1.worldbank.org/education/stuttgart_conference/download/6_2.pdfS
+https://doi.org/10.5194/gh-70-75-2015
+http://www.chemblink.com/products/160848-22-6.htm
+https://doi.org/10.1056/NEJMsa1803972
+https://doi.org/10.1261/rna.2231506
+http://www.emeraldinsight.com/doi/abs/10.1108/13552550110695552On
+http://stroke.ahajournals.org/content/40/5/1921
+https://doi.org/10.21070/ja.v2i1
+http://www.fao.org/nr/water/aquastat/data/query/results.html
+https://doi.org/10.1111/jiec.12461
+http://dx.doi.org/10.1186/1472-6963-13-487
+http://dx.doi.org/10.1590/S0104-11692001000400006
+http://www.firstdatabank.com/products/di_framework/
+https://doi.org/10.1038/35011540
+http://www.sdpc.gov.cn/zcfb/zcfbtz/201511/t20151104_757519.html
+https://doi.org/10.1016/j.livsci.2013.06.005
+http://www.mae.ucsd.edu/~combustion/cermech/
+https://arxiv.org/abs/0908.0776
+http://www.cadranpolitic.ro/?p=49
+http://www.adoptioninstitute.org/survey/Benchmark_Survey_1997.pdf
+http://arxiv.org/abs/1010.5602
+http://www.hcup-us.ahrq-gov/reports/statbriefs/sb82
+https://www.who.int/cholera/publications/final%20outbreak%20booklet%20260105-OMS.pdf
+https://doi.org/10.1517/14728222.2014.981529
+http://radsite.lbl.gov/radiance
+https://doi.org/10.1155/2019/9489826
+https://doi.org/10.1177/1073858412456743
+http://www.monu.co.kr/seoul/62803
+http://dx.doi.org/10.3233/TAD-2011-0313
+http://dx.doi.org/10.1016/j.neuro.2007.09.003
+http://dx.doi.org/10.1111/ajt.12122
+http://www.emeraldinsight.com/journals.htm?articleid=1784244&show=pdf211-233Date
+https://doi.org/10.1021/jp900407w
+http://ntp.niehs.nih.gov/go/28213
+http://www.rfidarena.com/2013/11/14/benefits-of-implementing-rfid-in-supply-chain-management.aspx
+https://doi.org/10.1007/s00234-002-0816-9
+http://dx.doi.org/10.4102/ve.v28i1.107
+http://dx.doi.org/10.1007/s10979-005-5521-x
+http://www.ars.usda.gov/ba/bhnrc/fsrg
+http://www.nejm.org/doi/full/10.1056/NEJMp1101959
+http://dx.doi.org/10.1046/j.1365-2249.2002.01832.x
+http://www.aip.org/pubservs/epaps.html
+http://labyrinthlocator.com
+https://doi.org/10.1037/lhb0000019
+http://www.uh.cu/static/documents/AL/The%20Chemistry%20of%20Facebook.pdf
+https://doi.org/10.1038/s41467-017-01658-2PMID
+https://doi.org/10.1161/CIRCULATIONAHA.120.046941
+http://www.bireme.br
+http://www.redalyc.org/pdf/610/61030202.pdf
+http://methods.cochrane.org/sdt/handbook-dta-reviews
+http://www.ncbi.nlm.nih.gov/pubmed/16403672.5.1
+www.transparencyinternational.org
+http://dx.doi.org/10.1016/j.ifset.2013.08.007
+https://doi.org/10.1111/j.1567-1364.2007.00322.x
+http://ptm.asu.edu/
+http://www.qualitative-research.net/index.php/fqs/article/view/1589/3095
+http://msdssearch.dow.com/PublishedLiteratureDOWCOM/dh_091b/0901b8038091b508.pdf?filepath=propyleneglycol/pdfs/noreg/117-01682.pdf&fromPage=GetDoc
+https://doi.org/10.1016/j.peptides.2014.09.021
+http://dx.doi.org/10.1186/s13059-014-0569-x
+http://www.sei.cmu.edu/reports/10tr033.pdf
+https://doi.org/10.5194/acp-15-8889-2015
+https://doi.org/10.1016/j.hrtlng.2008.12.002
+http://dx.doi.org/10.17758/ERPUB.ER715281
+https://doi.org/10.1093/gerona/gls083
+http://www.e-historia.cl/cursosudla/13-EDU413/lecturas/06%20-%20El%20Juego%20Didactico%20Como%20Estrategia%20de%20Ense%C3%B1anza%20y%20Aprendizaje.pdf
+https://www.princeton.edu/futureofchildren/publications/docs/06_01_01.pdf
+https://doi.org/10.1016/j.jvolgeores.2007.10.010
+http://www.sciencedirect.com/science/article/pii/S0924424711007370
+https://doi.org/10.1136/bmj.j1745
+https://www.sentinelinitiative.org/sites/default/files/Methods/Mini-Sentinel_New
+http://dialnet.unirioja.es/servlet/tesis?codigo=22590
+http://dx.doi.org/10.1016/j.jcp.2015.11.012
+https://fil.wikireading.ru/51916
+https://doi.org/10.1016/j.foreco.2015.05.036
+https://doi.org/10.1002/jgrd.50160
+https://deltacloud.apache.org/
+www.sony.co.uk/electronics/head-mounted-display/t/head-mounted-display
+http://dx.doi.org/10.1017/XPS.2015.19
+http://dx.doi.org/10.1097/00000542-200601000-00008
+http://dx.doi.org/10.1046/j.1432-1327.1998.2530771.x
+https://doi.org/10.1016/j.immuni.2011.12.007
+http://www.preal.org/BibliotecaN
+http://dx.doi.org/10.1016/j.jaci.2008.12.060
+http://www.aera.net/ResearchReportingStandards.htm
+http://dx.doi.org/10.3852/09-021
+http://dx.doi.org/10.1182/blood-2007-11-125039
+http://www.ararteko.net/recursosweb/documentos/1/1_244_3.pdf
+https://doi.org/10.1038/s41598-017-07905-2
+http://www.forensicmag.com/articles/2007/01/commentary-defining-digital-forensics
+http://www.hse.gov.uk
+http://dx.doi.org/10.1109/LED.2006.889042
+http://www.healthandjusticejournal.com/content/2/1/9
+https://doi.org/10.1007/s40279-014-0142-5
+http://ecp.fcs.ucr.ac.cr/
+http://net.educause.edu/ir/library/pdf/ekf/ekf1006.pdf
+http://dx.doi.org/10.1128/AEM.00692-09
+https://doi.org/10.7554/eLife.52092
+http://newurbanquestion.ifou.org/proceedings/5%20The%20Transformation%20of%20Urban%20Form/full%20papers/D023_
+http://dx.doi.org/10.1016/S0149-2918(04)90129-4
+http://www.slep.com.br/slep.php?f=contenido&id=homepage_en&g=homepage&lang=en
+https://doi.org/10.1111/pcmr.12194
+https://doi.org/10.1111/j.1349-7006.2007.00415.xPMID
+https://doi.org/10.1152/jn.00839.2013
+iihs.org/frontend/iihs/documents/masterfiledocs.ashx?id=2022
+http://www.algaelink.com/jet-fuel.htm
+http://dx.doi.org/10.1084/jem.20041690
+http://dx.doi.org/10.7867/1809-0354.2015v10n2p630-653
+https://doi.org/10.2307/249421
+https://zakon.rada.gov.ua/laws/show/1932-12.Дата
+http://www.bmwf.gv.at/fileadmin/user_upload/wissenschaft/naric/eintragungsrichtlinien.pdf
+http://dx.doi.org/10.5935/1808-5687.20140002
+https://doi.org/10.5194/acp-2019-440
+https://doi.org/10.1088/1755-1315/18/1/012120
+https://repositorioaberto.uab.pt/bitstream/10400.2/146/1/Revista-Discursos23-35.pdf
+https://doi.org/10.1021/acs.nanolett.8b02211
+https://doi.org/10.21426/B63110502
+http://www.emeraldinsight.com/doi/abs/10.1108/02621719410063396
+http://dx.doi.org/10.1016/bs.acdb.2014.05.001
+http://ismp.org/tools/errorproneabbreviations.pdf
+http://doi.org/10.2190/IC.31.3.f
+https://www.scb.se/
+http://dx.doi.org/10.2522/ptj.20080322
+https://doi.org/10.1046/j.1365-2311.2002.00449.x
+http://dx.doi.org/10.1111/j.1423-0410.2011.01583.xPMID:22220775
+http://dx.doi.org/10.1126/science.1105681
+https://doi.org/10.1080/09670874.2017.1293866
+http://www.williemaerockcamp.org/
+https://doi.org/10.1109/LGRS.2014.2306689
+https://doi.org/10.1101/2020.03.04.977231doi:bioRxivpreprint
+http://dx.doi.org/10.1088/1751-8113/41/50/505301
+https://data.noaa.gov//metaview/page?xml=NOAA/NESDIS/NGDC/MGG/DEM/iso/xml/1601.xml&view=getDataView&header=none
+http://dx.doi.org/10.1362/026725707X196387
+https://doi.org/10.1101/398842
+http://www.kalray.eu
+http://dx.doi.org/10.3748/wjg.v19.i22.3466
+http://apps.who.int/iris/bitstream/10665/70525/1/WHO_HSS_HRH_HMR_2010.2_eng.pdf
+http://www.mckinsey.com/~/media/McKinsey/dotcom/Insights%20and%20pubs/MGI/Research/Technology%20and%20Innovation/Big%20Data/MGI_big_data_full_report.ashx
+https://doi.org/10.1061/(ASCE)CO.1943-7862.0001655
+https://doi.org/10.1016/j.parkreldis.2016.09.016
+http://www.dea.gov/pubs/state_factsheets.html
+https://doi.org/10.1016/0896-6273
+http://www.gfmer.ch/fistula/pdf/Obstetric-fistula-2015.pdf
+https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/307545/StopSearchConsultationResponse.pdf.Accessed
+http://creativecommons.org/licenses/by-nc/
+http://doi.org/10.17576/3L-2020-2601-10
+http://www.worldautosteel.org/steel-basics/steel-types/hot-formed-hf-steel/
+http://www.scandiummining.com/i/pdf/Scandium
+http://www.cer.org.uk/articles/issue48.html
+http://www.nielsen.com/hu/hu/insights/news/2016/elelmiszerek-az-egeszsegert.html
+http://www.caida.org/data/passive/passive2014dataset.xm
+http://dx.doi.org/10.1101/gad.193169.112
+https://doi.org/10.1152/japplphysiol.00341.2002
+http://dx.doi.org/10.1364/BOE.3.002964
+http://www.ictvonline.org/virusTaxonomy.asp
+http://dx.doi.org/10.1002/1521-3773
+http://www.eia.gov/cneaf/solar.renewables/page/ghpsurvey/ghpssurvey.html.Accessed
+https://doi.org/10.1103/RevModPhys.70.223
+http://psymaker.com/downloads/VibraMI10Ru.pdf
+www.legifrance.gouv.fr/eli/loi/2011/7/7/2011-814/jo/texteAccessedApril27
+https://doi.org/10.1111/ejn.12686
+http://výzkum.hf.tul.cz/wd
+http://www.euro.who.int/__data/assets/pdf_file/0013/120244/E72199.pdf
+https://doi.org/10.1007/s11205-014-0716-5
+http://www.publicadireito.com.br/artigos/?cod=25102b27fa432b4b
+http://www.unisa.edu.au/educationalintegrity/apeic2003/Breakout%20program.htm
+http://scientificscripts.com
+http://dx.doi.org/10.1126/science.aad3517
+http://dx.doi.org/10.2165/00002018-200932020-00007
+http://www.fao.org/3/y4454e/y4454e00.htm
+http://dx.doi.org/10.1126/scitranslmed.3004888
+http://www.nti.org/analysis/articles/civilian-heu-japan/.172.GFMR2010
+http://dx.doi.org/10.1108/09513540810853567
+https://dx.doi.org/10.1038/bjc.2013.483
+https://doi.org/10.1007/s12109-012-9285-0
+https://whc.unesco.org/en/list/320
+www.unicef.org/specialsession/about/sg-report.htm
+http://www.ncbi.nlm.nih.gov/pubmed/25059688
+Retrievedfromwww.rpmesp.ins.gob.pe/index.php/rpmesp/article/download/482/483
+https://doi.org/10.1016/j.ibiod.2013.03.017
+https://doi.org/10.1161/STR.0000000000000158
+http://www.kremlin.ru/news/16010
+http://amedeo.com/lit.php?id=12594647
+https://arxiv.org/abs/quant-ph/quantph/0512258
+nmfs.noaa.gov/prot_res/PR2/Stock_Assessment_Program/sars.html
+https://doi.org/10.1016/S0140-6736(09)60372-X
+http://www.bgbl.de/Xaver/start.xav?startbk=Bundesanzeiger_BGBl&bk=Bundesanzeiger_BGBl&start=//*
+http://www.ncbi.nlm.nih.gov/pubmed/28498856
+http://documents.worldbank.org/curated/en/603241469672143906/pdf/778890GTF0full0report.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://www.ine.gov.bo/.Acessoem
+http://CRAN.R-project.org/package=lmerTest
+https://salmoconsulting.files.wordpress.com/2012/11/caribou-protection-and-recovery-program-2012.pdf
+http://dx.doi.org/10.1038/nrn1848
+http://www.internationaljournalofsocialpedagogy.com
+http://www.tnews.com.pe/noticias/proyectan-inversiones-hoteleras-en-peru-hasta-el-2018.htm
+https://doi.org/10.1097/01.TA.0000023163.78766.FF
+http://sn.pl/Sites/orzecznictwo/Orzeczenia2/I%20CSK%20450-10-1.pdf
+http://www.health.state.mn.us/divs/eh/water/factsheet/com/poulead.html
+https://www.imf.org/en/publications/staffdiscussionnotes/issues/2016/12/31/corruptioncostsandmitigatingstrategies43888.Consulta:25.04
+https://doi.org/10.1038/onc.2014.144
+http://dx.doi.org/10.1016/j.vaccine.2011.07.075
+https://doi.org/10.1016/j.immuni.2016.06.006
+https://doi.org/10.1016/j.pain.2012.05.017
+Nr.2www.sehepunkte.de/2017/02/27812.html
+http://www.tnpcb.gov.in/pdf/Action_plan_cbe.PDF
+http://www.journalshr.com/papers/Vol%204_N%203/V04_3_3.pdf
+http://www.uscnk.com
+http://www.hbw.com/node/932247on1
+http://www.kooriweb.org/foley/essays/essay_1.html
+www.maa.gba.gov.ar
+https://doi.org/10.22456/1982-8918.3546
+https://doi.org/10.1061/
+http://unesdoc.unesco.org/images/0012/001275/127509porb.pdf
+https://doi.org/10.1371/journal.pone.0093933
+https://www.google.com/earth
+http://www.biomedcentral.com/1471-2407/8/29
+http://www.scielo.br/pdf/sausoc/v21s1/12.pdf
+http://mpra.ub.uni-muenchen.de/5525/
+https://doi.org/10.1016/j.palaeo.2012.09.005
+https://www.dovepress.com/by54.70.40
+http://www.growingproduce.com
+https://doi.org/10.1016/j.jhealeco.2013.03.005
+http://dx.doi.org/10.1016/S0925-4005(01)00784-5
+http://www3.tools.ietf.org/html/draft-ietf-rtgwg-ipfrr-framework-07
+https://doi.org/10.4067/S0717-95022016000100024
+https://doi.org/10.1128/msystems.00028-16
+https://www.opensocietyfoundations.org/sites/default/files/citizens-of-nowhere-solutions-for-the-stateless-in-the-us-20121213.pdf
+https://www.press.jhu.edu
+https://doi.org/10.1038/ajg.2011.400
+http://geology.com/usesofcopper
+http://dx.doi.org/10.2337/db07-0972
+http://www.bwb.de/content/language1/downloads/klaerwerk-ruhleben-emissionschutz-13.pdf
+http://www.siam.org/meetings/la03/proceedings/LeiTGWLZ.pdf
+https://doi.org/10.1016/j.biochi.2005.03.008
+http://www.mdpapeis.com.br/produtos.asp?pr=3
+http://gcn.gsfc.nasa.gov/gcn/gcn3/051.gcn3
+https://doi.org/10.1177/1081180X07307185
+https://www.cia.gov/library/publications/the-world-factbook/geos/gj.html.Accessed
+http://dx.doi.org/10.1128/IAI.68.10.6056-6061.2000
+http://dx.doi.org/10.1006/anbe.1999.1217
+http://dx.doi.org/10.1136/jmedgenet-2013-101909
+https://doi.org/10.1098/rspb.2016.0044
+http://www.sbfisica.org.br/rbef/pdf/v21_202.pdf
+http://www.acgme.org/acgmeweb/Portals/0/PDFs/jgme-monograph
+http://ibnzahid.blogspot.my/2007/03/uslubmanhaj-dan-wasilah-dakwah.html
+http://twitter.com/buvyporosuc/statuses/571029945448857600
+https://www.files.ethz.ch/isn/99193/PAPER102.pdf
+https://doi.org/10.1023/A:1018628609742
+https://doi.org/10.1111/j.1365-2729.2010.00399.x
+http://www.sts.org/patient-information/what-risk-adjustment
+http://sindikker.ristekdikti.go.id/dok/UU/UUNo142005%28Guru%20&%20Dosen%29.pdf
+https://doi.org/10.1093/jxb/ers232
+https://doi.org/10.1038/cddis.2014.302
+http://creativecommons.org/licenses/by/4.0/
+http://www.ncbi.nlm.nih.gov/pubmed/17277121
+http://bgr.com/2012/12/04/mobile-market-share-2012-android/
+https://www.cambridge.org/core/terms.ModelreductionmethodsbasedonKrylovsubspaces
+http://www.qfl-journal.de/2-2003/portmann-tselikas.pdf
+www.ucm.es/BUC/cee
+http://www.cbs.dtu.dk/services/VarDom/
+http://www.oecd-ilibrary.org/docserver/download/8109011e.pd-f?expires=1439835439&id=id&accname=guest&check-sum=CDA15AAED354B7E82C57046EBB5130C4.Fechadeconsulta:12deagostode
+https://www.nps.gov/nr/faq.htm
+https://doi.org/10.12737/4311
+http://tools.ietf.org/html/draft-hansen-privacy-terminology-02
+https://doi.org/10.1136/gutjnl-2013-305178
+https://medium.com/@alwaysadri/decolonize-your-dinner-plate-7d45d595b20f
+https://doi.org/10.1016/j.jclepro.2017.10.223
+https://malegislature.gov/laws/generallaws/parti/titlexv/chapter94g.Accessed
+https://doi.org/10.1016/j.evalprogplan.2014.07.003
+http://dx.doi.org/10.1016/j.ijfoodmicro.2012.04.020
+https://www.ncbi.nlm.nih.gov/pubmed/2685084.1
+https://doi.org/10.1007/s00520-014-2160-0PMID
+http://eprints.undip.ac.id/26971/1/fuull_taxt(r).pdf
+https://doi.org/10.1002/bjs.9752
+http://dx.doi.org/10.1038/350398a0
+http://www.business.otago.ac.nz/finc/research/NZFC06/Papers/RegFD.pdf
+https://doi.org/10.1093/emboj/cdg201
+https://doi.org/10.1126/science.133.3463.1478-a
+https://doi.org/10.1371/journal.pone.0142124
+http://www.let.uu.nl/~martin.vanbruinessen/personal/publications/index-text.html
+http://journal.yasar.edu.tr/wp-content/uploads/2011/07/no4_vol1_05_efdal_sevincli.pdf.Erişim
+http://www.twolittlegirls.org/ufiles/2009-10_UKTA_NPM.pdf
+http://www.qedu.org.br
+https://www.iea.org/media/weowebsite/energymodel/documentation/Methodology_FossilFuelSubsidies.pdfEnergySubsidiesbyCountry2015,www.iea.org/statistics/resources/energysubsidies/.Accessed1
+http://www.ncbi.nlm.nih.gov/pubmed/11591212
+https://federalregister.gov/a/2016-11867
+http://www.comsys.co.uk/wvr_main.htm
+http://www.teses.usp.br/teses/disponiveis/27/27151/tde-05112010-105831/pt-br.php
+http://dx.doi.org/10.1038/nature12040
+http://www.diariodocentrodomundo.com.br/indo-para-a-africa-espero-que-nao-pegue-aids-a-saga-de-um-post-racista-e-os-nossos-dias/
+https://doi.org/10.18632/oncotarget.13209
+http://www.fda.gov/Food/FoodSafety/FoodContaminantsAdulteration/Metals/ucm319916.htm
+https://www.riigiteataja.ee/en/eli/517112017003/consolide
+http://www.i-a-i.com/cybelepro/
+http://www.uptodateonline.com/online.htm
+http://dx.doi.org/10.1021/jf049859g
+http://estn1-labusqueda.blogspot.com.ar/2011/08/enrique-arrosagaray-director-de.html
+http://doi.org/10.1093/jxb/erh003
+https://harvardlawreview.org/2013/12/whose-secrets
+http://gsabulletin.gsapubs.org/cgi/
+http://scielo.sld.cu/scielo.php?script=sciarttext&pid=S0864-21412012000400003&lng=es&nrm=iso&tlng=es
+https://doi.org/10.1007/s00603-014-0623-8
+http://dx.doi.org/10.1046/j.1439037X.2002.00563.x
+https://doi.org/10.5902/217976927977
+http://zebrafish.org/zirc/documents/protocols/pdf/health_monitoring/fixing_zebrafish_for_histopathology.pdf
+https://doi.org/10.1002/mop.23673
+http://dx.doi.org/10.1002/app.12954
+www.bundesfinanzministerium.de/Content/DE/Standardartikel/Themen/Europa/Stabilisierung_des_Euro/Zahlen_und_Fakten/europaeische-finanzhilfen-efsf-efsm.html
+http://goo.gl/jZ2SfJ
+http://dx.doi.org/10.1016/j.bbamcr.2012.11.018
+https://newsela.com/read/BHP-U2-0-
+http://www.etw.de/index.html
+https://doi.org/10.1061/(ASCE)ST.1943-541X.0000882
+https://doi.org/10.1007/s13238-015-0216-7
+https://orcid.org/0000-0001-7185-7165
+http://lagic.lsu.edu/lgisc/publications/2005/LGISC-PUB-20051116-00_2005_HURRI-CANE_ATLAS.pdf
+https://doi.org/10.1038/cddis.2016.67
+https://doi.org/10.1073/pnas.0830918100
+http://www.ictioterm.es/nombre_cientifico.php?nc=235
+http://www.ecologyandsociety.org/vol11/iss1/art12/
+http://ds.arcelormittal.com/wiresolutions/steelfibres/products/hooked_end_fibres_he/language/EN
+https://doi.org/10.1027/1864-1105/a000222
+http://www.washingtonpost.com/world/western-companies-slam-chinas-internetfirewall/2015/02/12/323fa37a-b291-11e4-bf39-5560f3918d4b_story.html〉
+https://doi.org/10.1029/2002JD002992
+http://dx.doi.org/10.1093/acprof:oso/9780195165371.001.0001
+https://doi.org/10.1016/j.jaci.2015.01.046
+http://www.hgsi.com/albuferona.html
+http://www.ncbi.nlm.nih.gov/pubmed/12912972
+https://doi.org/10.1111/joms.12349
+http://www.camara.gov.br/proposicoesWeb/fichadetramitacao?idProposicao=126369
+https://doi.org/10.1590/1807-3107BOR-2016.vol30.0021
+http://www.statistik-bund.de/micro/e/micro_e.htmStatistischesBundesamt
+https://doi.org/10.5663/aps.v7i1.28525
+https://doi.org/10.1007/s11211-005-7366-3
+http://dx.doi.org/10.1007/s004280050169
+http://www.yushchenko.com.ua/ukr/Past/Unknown_pages_of_history
+https://doi.org/10.1080/0005772X.1977.11097662
+http://dx.doi.org/10.1128/MCB.23.16.5706-5715.2003
+http://www.journalofvision.org/content/9/2/24
+https://doi.org/10.1046/j.1365-2311.1998.00145.x
+www.easydata.co.za
+https://doi.org/10.1002/bit.24760
+http://dx.doi.org/10.1109/DUE.2015.7102985
+http://books.nips.cc/papers/files/nips23/NIPS20100954.pdf
+http://dx.doi.org/10.1016/j.coms.2015.08.002
+https://doi.org/10.1016/j.advwatres.2007.02.005
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S002221510008155X
+http://www.mycobank.org/
+https://doi.org/10.1029/2003JD004460
+http://www.bibelwissenschaft.de/online-bibeln/compatívelcomNESTLE-NESTLE--ALAND.NovumTestamentumGraece
+http://slovarius.com/page/govorun.php
+http://works.bepress.com/heleneke/1
+http://www.mte.gov.br
+https://doi.org/10.1136/tc.2007.020180
+https://doi.org/10.4103/0301-4738.67042
+http://www.tate.org.uk/whats-on/tate-modern/exhibition/between-cinema-and-hard-place
+http://dx.doi.org/10.1080/0269249X.2007.9705724
+http://seer.ufms.br/index.php/RevTH/article/view/472/273
+https://doi.org/10.1146/annurev.energy.29.062403.102142
+https://doi.org/10.1039/C5RA11298B
+https://www.cancer.org/content/dam/cancer-org/research/cancer-facts-and-statistics/annu-al-cancer-facts-and-figures/2017/cancer-facts-and-figures-2017.pdf
+http://www.forbes.com/sites/jasonbloomberg/2014/07/11/is-enterprise-architecture-completely-broken/on11
+http://www.hri.org/news/cyprus/tcpr/2003/03-01-03.tcpr.html#02
+http://dx.doi.org/10.1002/hed.20049
+https://doi.org/10.1007/s42452-020-2593-7
+https://doi.org/10.1109/ICCV.1998.710815
+http://www.london.nhs.uk
+http://www.jstage.jst.go.jp/browse/jpsa
+http://ej.kubagro.ru/2012/04/pdf/60.pdf9
+http://www.e-notabene.ru/nb/article_92.html15.зеленковМ.Ю.универсальныефакторызарождениясовременныхмежнациональ-ных(этнических)конфликтов//политикаиОбщество
+https://doi.org/10.1111/j.1523-1739.2011.01774.x
+http://www.suertenich.com/html/moselfr.html
+https://doi.org/10.1061/(ASCE)WR.1943-5452.0000331
+https://doi.org/10.1080/11263504.2010.542318
+https://www.bashhguidelines.org/media/1208/gc-2019.pdf
+https://www.wsj.com/articles/boeing-held-takeover-talks-with-brazilian-aircraft-maker-embraer-1513874742
+http://www.aleqt.com/2013/04/08/article_745619.html
+https://doi.org/10.1542/peds.2011-1548
+http://www.cec.org.cn/news/deptnews.asp?id=2871S
+https://doi.org/10.1108/20401461011075017
+http://www.zonarsystems.com/products/zpass-student-tracking/
+http://www.hindawi.com
+http://www.springer.com/us/book/9781852333164
+http://www.iswa.uni-stuttgart.de/ch/forschung/index.html
+http://www.ncbi.nlm.nih.gov/pubmed/25791470
+http://dx.doi.org/10.1016/j.compgeo.2017.05.008
+http://dx.doi.org/10.1080/00324720500212255
+http://dx.doi.org/10.3389/fcimb.2012.00012
+http://www.youtube.com/watch?v=hr1YJjq0zGII
+https://doi.org/10.1016/j.neuroscience.2009.09.009.FROM
+http://www.nature.com/npjschz
+https://journalistsresource.org/studies/politics/digital-democracy/social-media-influence-politics-participation-engagement-meta-analysison4.01
+https://doi.org/10.1038/sj.ijo.0802052
+http://okina.univ-angers.fr
+http://genestogenomes.org/gene-drive-more-research-not-more-regulations
+http://dx.doi.org/10.1053/jpsu.2003.50107
+http://www.jstatsoft.org/v07/i05
+https://doi.org/10.1177/014920638901500403
+https://doi.org/10.5672/apunts.2014-0983.es.(2019/2).136.06
+https://doi.org/10.2298/TSCI110826141B
+https://doi.org/10.1016/j.fuel.2006.10.024
+http://www.scielo.br/pdf/tem/v22n40/1413-7704-tem-22-40-00425.pdf
+http://dx.doi.org/10.1111/j.1749-6632.2002.tb04807.x.16
+www.theguardian.com/business/2017/dec/05/eublacklistnames17taxhavensandputscaymans
+www.ama-assn.org/ama/pub/physician-resources/medical-ethics/code-medical-ethics/opinion808.page
+http://www.elespectador.com/opinion/apuesta-paz-columna-497798
+http://dx.doi.org/10.2214/ajr.135.5.995
+https://doi.org/10.1007/s10648-010-9134-7
+https://doi.org/10.1038/emi.2013.58
+https://people.cs.kuleuven.be/~adhemar.bultheel/WWW/WAVE/alltxt.pdf.Aces-sadoem04/09/2015
+https://www.ifd-allensbach.de/fileadmin/AWA/AWA2017/Codebuchaus-schnitte/AWA2017_Codebuch_Soziode-mografie_Typologien.pdf
+https://doi.org/10.1596/1813-9450-6869
+http://rwanda.unfpa.org/en/news/accelerating-family-planning-key-nation%E2%80%99s-development
+https://doi.org/10.1007/BF01311021
+https://doi.org/10.5194/acp-15-13633-2015
+http://dx.doi.org/10.1038/nature12271
+http://dx.doi.org/10.1001/archinternmed.2008.559
+https://doi.org/10.1111/j.1540-627X.2007.00225.x
+http://www.sciencedirect.com/science/article/pii/S138912860700151X
+https://www.alz.co.uk/research/WorldAlzheimerReport2015.pdf
+https://doi.org/10.1093/geronb/52b.3.p110
+http://www.scielo.br/pdf/rbcsoc/v18n51/15988
+https://support.twitter.com/articles/76036-safety-keeping-your-account-secure#
+https://helda.helsinki.fi/bitstream/handle/10138/152363/Lihasektorin_hintarakenteet.pdf?sequence=1
+http://dx.doi.org/10.1038/onc.2010
+https://archive.org/details/dieschmetterlin01heingoog
+http://journals.sagepub.com
+http://www.dmi.ens.fr/equipes/edp/Reynolds/reynolds.m
+http://cran.r-project.org/web/packages/EcoHydRology/EcoHydRology.pdf
+http://www.ieral.org/images_db/noticias_archivos/1899.pdf
+http://dx.doi.org/10.3899/jrheum.140420
+https://doi.org/10.1057/978-1-137-55801-5_2
+www.efnarc.org
+http://www.psych.rochester.edu/SDT/questionnaires.php
+https://doi.org/10.1016/j.neuroimage.2005.05.019
+https://doi.org/10.1016/S0378-7206(99)00055-5
+http://www.cms.hhs.gov/Transmittals/Downloads/R90NCD.pdf
+http://www.biodiversitylibrary.org/item/41739#page/7/mode/1up
+https://doi.org/10.1038/nrmicro1494
+https://doi.org/10.1097/MD.0000000000004886
+http://eviacam.sourceforge.net/help/es/contents.htm
+http://www.fda.gov/cder/
+http://link.springer.com/article/10.1007/s11368-015-1171-x.DOI:http://dx.doi.org/10.1007/s11368-015-1171-x
+http://www.savethechildren.org.uk/sites/default/files/docs/Lasting_Benefits_low_res_comp_revd_1.pdf
+http://dx.doi.org/10.1080/10635150701748506
+http://www.sciencedaily.com/releases/2010/05/100524143421.htm
+https:/www.cambridge.org/core/terms
+http://www.newyorker.com/culture/cultural-comment/the-first-debate-of-the-twitter-election
+http://alistair.cockburn.us/index.php/Hexagonal_architecture
+https://doi.org/10.1109/TOH.2013.2296306
+https://doi.org/10.1016/j.funbio.2019.03.002
+https://doi.org/10.1016/j.procs.2019.06.043
+http://kfindonesia.org/en/the-difference-between-slogan-of-healthy-four-perfect-five-with-balanced-nutrition/
+https://ecdc.europa.eu/sites/portal/files/media/en/publications/Publications/healthcare-asso-ciated-infections-antimicrobial-use-PPS.pdf
+http://tremedica.org/panacea/IndiceGeneral/n32_tribu­na_neuner­berghammer.pdf
+https://www.nutrition.org.uk/nutritionscience/life/pregnancy-and-pre-conception.html?limit=1&start=1
+http://eclipsecon.org/2005/presentations/econ2005-eclipse-way.pdf
+http://www.journalofvision.org/content/4/7/2.full
+http://emruz.info
+http://dx.doi.org/10.1146/annurev.ento.51.110104.151146
+https://doi.org/10.1086/430914
+www.lero.ie/sites/default/files/Lero-TR-2015-04_Gerontechnol-ogy.pdf
+https://data2.unhcr.org/en/situations/syria#_ga¼2.99337310.152927787.1526410617-763034142.1524054430
+http://dx.doi.org/10.2174/156652312800840621
+https://eacea.ec.europa.eu/national-policies/eurydice/content/european-higher-education-area-2018-bologna-process-implementation-report_en
+http://www.hollywoodtoday.net/2009/05/06/hollywood-goes-green
+http://niklife.com.ua/world/44173
+https://doi.org/10.1242/dev.136499
+https://doi.org/10.7554/eLife.07864
+http://ago.helion.pl
+http://www.mathworks.com/matlabcentral/fileexchange/33828-generalised-bezier-curve-matlab-code
+https://doi.org/10.1099/jgv.0.000280
+https://doi.org/10.1016/j.vaccine.2017.05.068
+http://www.independent.co.uk/voices/labour-mp-kate-hoey-why-leaving-the-eu-is-a-left-wing-move-a6687936.html
+http://www.thestandard.com/article/0
+http://www.nytimes.com/1993/11/30/science/scientist-at-work-francis-s-collins-unlocking-the-secrets-of-the-genome.html
+https://doi.org/10.1016/j.tins.2011.09.003
+http://dx.doi.org/10.1080/01621459.1970.10481074
+http://dx.doi.org/10.1016/j.marpolbul.2005.09.020
+http://www.rfc-editor.org/rfc/rfc2616.txt
+http://www.arl.org/training/webcast/ir/questions.html
+https://doi.org/10.1128/IAI.00177-16
+https://www.ncbi.nlm.nih.gov/pubmed/22952439
+http://www.anpec.org.br/encontro2004/artigos/A04A148.pdf
+http://www.ftm.mw.tum.de/uploads/media/24_Damboeck.pdf
+http://dx.doi.org/10.1093/carcin/bgh197
+http://www.csc-scc.gc.ca/text/rsrch/reports/r168/r168_e.pdf
+http://rickwarren.org/devotional/english/the-bible-will-always-survive_306
+http://www.nanosight.co.uk
+https://doi.org/10.2147/CPAA.S64788
+http://dx.doi.org/10.1046/j.1365-2273.1998.00141.x
+https://doi.org/10.1016/j.sdj.2014.07.001PMid
+https://doi.org/10.1038/nmeth.1851
+http://dpdk.org/,Intel
+http://www.vanguardia.com/opinion/columnistas/mauricio-cabrera-galvis/mauricio-cabrera-galvis/79151-la-agenda-internacional-de
+http://nbn-resolving.de/urn:nbn:de
+https://doi.org/10.1046/j.1469-2920.2003.00469.x
+https://doi.org/10.1016/j.dsr2.2004.07.013
+https://doi.org/10.2307/41317453
+https://doi.org/10.1371/journal.pone.0009344
+http://pravo.gov.ru/proxy/ips/?docbody=&nd=102710737
+https://doi.org/10.1002/ppsc.201300215
+https://doi.org/10.1016/j.clcc.2014.11.002
+https://doi.org/10.2307/27669414
+http://doc.utwente.nl/67545/
+http://www.drugabuse.gov/news-events/nida-notes/2006/10/marijuana-smoking-associated-spectrum-respiratory-disorders
+http://dx.doi.org/10.5205/reuol.5927-50900-1-SM.0807supl201405
+https://www.path.org/publications/files/TS-MCHN_delivery_kit_eval_tanzania.pdf
+http://www.uepg.br/uepg_departamentos/declin/htm/LUAC_normas_termo.pdf
+https://doi.org/10.1371/journal.pone.0044852
+http://www.qualitative-research.net/fqs-texte/3-04/04-3-41-e.htm
+https://net.jogtar.hu/jr/gen/hjegy_doc.cgi?docid=99700140.TV
+http://press.psprings.co.uk/adc/september/adc302196.pdf
+https://www.theguardian.com/uk-news/2019/jun/12/asylum-seekers-in-glasgow-face-eviction-threat-as-serco-revives-lock-change-scheme
+https://gdpr-info.eu
+http://www.usrds.org/Accessed
+https://doi.org/10.5588/ijtld.13.0742
+http://www.kasrl.org/jaffe.html
+https://doi.org/10.1016/j.fcr.2013.03.021
+https://doi.org/10.1093/jn/130.5.1471S
+http://lepur03.geo.ulg.ac.be
+http://link.aps.org/supplemental/10.1103/PhysRevLett.110.108106
+http://www.who.int/mediacentre/factsheets/fs115/en/
+http://www.un.org/en/ga/search/view_doc.asp?symbol=S/2003/1053
+http://www.fen.ufg.br/revista/v10/n2/v10n2a22.htm10
+https://atlas.ripe.net/
+https://doi.org/10.1080/03610920802474465
+http://www2.camara.leg.br/legin/fed/consti/
+http://www.regulations.gov/#!documentdetail
+http://dx.doi.org/10.1145/302979.303053
+https://micromobility.io/blog/2019/2/23/the-micromobility-definition
+www.dcc.ufrj.br/~braganholo/artigos/RT-guilherme.pdf
+http://doi.org/10.1016/j.visres.2006.08.029
+https://kubernetes.io/
+https://doi.org/10.1186/s12911-015-0225-8
+http://www.css.ethz.ch/publications/newsletter_CAD_EN
+http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=9041346
+http://www.mwud.gov.et/web/hawassa/home
+http://www5.hdb.gov.sg/__4825664f00449b89.nsf/0/4cc7f3d432003dcf48256fd90029fc6b
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4619316/
+https://doi.org/10.6220/joq
+http://www.bomacanada.ca/about/about_index.html
+https://doi.org/10.1590/1413-82712015200204
+https://doi.org/10.1016/j.chemosphere.2008.06.067
+http://dx.doi.org/10.1128/JCM.40.9.3296-3299.2002
+http://app.vlex.com/#WW/search/*/la+mediaci%C3%B3n%3A+continuidad/WW/vid/414
+http://dx.doi.org/10.1016/j.vaccine.2004.09.016
+http://aeq.sagepub.com/cgi/doi/10.1177/07417130022087035
+https://doi.org/10.3389/fpls.2015.00064
+http://www.dartmouth.edu/~sschaner/main_files/Schaner_LongRun.pdf
+http://antcat.org
+http://doi.org/10.1016/j.jad.2018.06.030
+https://doi.org/10.5194/wes-4-355-2019
+http://www.ala.org/alcts/mgrps/camms/grps/ats-ccsdgcomp
+https://www.who.int/nutgrowthdb/jme_brochoure2017.pdf
+http://dera.ioe.ac.uk/id/eprint/24685
+http://dx.doi.org/10.1091/mbc.E06-01-0076
+http://america.aljazeera.com/articles/2013/8/17/-paying-the-rentforourprotectors.htmlaccessed4
+http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1242182
+http://opendata.hira.or.kr/home.do#none
+http://dx.doi.org/10.1046/j.1463-1326.1999.00030.x
+https://doi.org/10.1093/hmg/ddu284
+http://www.E-psikologi.com
+https://doi.org/10.1175/JCLI-D-15-0556.1
+https://doi.org/10.1038/s41598-017-09074-8
+http://dx.doi.org/10.1037/0012-1649.40.2.177
+www.impactjournals.com/oncotarget
+http://www.europarl.eu.int/plenary/default_en.htm
+http://svrtmp.main.conacyt.mx/ConsultasPNPC/ayuda.php
+https://doi.org/10.1023/A:1006393326985
+http://cdn.nmc.org/media/2014-nmc-horizon-report-he-EN-SC.pdf
+http://www.jbc.org/content/275/3/2137
+http://www.archive.org/web
+http://garfield.web.cern.ch/garfield/Veenhof
+fct.unesp.br/index.php/formacao/article/viewFile/835/849
+https://www.mssanz.org.au/modsim2013/M1/sullivan.pdfhttps://doi.org/10.36334/modsim.2013.M1.sullivan
+https://nsuworks.nova.edu/cps_facarticles/506
+http://www.las2orillas.co/la-absoluta-necesidad-de-verdad/
+https://www.canada.ca/content/dam/phac-aspc/documents/services/publications/science-research/key-health-inequalities-canada-national-portrait-executive-summary/hir-full-report-eng.pdf.Acessoem
+https://doi.org/10.1371/journal.pone.0003755
+https://doi.org/10.5465/amr.2003.8925236
+https://gdt.gradepro.org/app/handbook/handbook.html
+http://dx.doi.org/10.1371/journal.pone.0107216
+http://www.pi.ac.ae/PI_ACA/me/undergraduate/curriculum.php
+https://doi.org/10.1126/science.1227279
+http://scaruffi.com/politics/disaster.html
+http://www.garant.ru/products/ipo/prime/doc/70006124/#ixzz2trOJdpQX
+http://dx.doi.org/10.1016/j.ijedudev.2010.09.00411
+http://dx.doi.org/10.1016/j.mol-cel.2011.11.032
+https://doi.org/10.1016/j.cell.2005.04.013
+http://www.diee.unica.it/DRIEI/tesi/19_mannaro.pdf
+http://dx.doi.org/10.9770/jesi.2014.1.4
+https://doi.org/10.1186/s13059-017-1151-0
+https://doi.org/10.1002/hrdq.3920070103
+https://doi.org/10.1080/14649350802041654
+http://www.bpi.da.gov.ph/Publications/html
+https://doi.org/10.9778/cmajo.20140053
+www.recoverydevon.co.uk/download/Review_of_Recovery_Measures.pdf
+availableatwww.thestar.com.my/News/Nation/2014/05/19/teluk-intan-by-election-dyana-sofya-mother-gives-backing/
+Availableonlineatwww.guardian.co.uk/world/2012/aug/17/pussy-riot-verdict-defiance
+www.dtz.com
+https://doi.org/10.1108/00251741211238364
+http://www.ons.gov.uk
+https://doi.org/10.1086/518527
+http://www.aoa.gov/AoARoot/AoA_Programs/HPW/HIV_AIDS/index.aspx
+http://www.hhs.gov/opa/title-x-family-planning
+http://www.nordregio.org/nordregio-magazine/issues/reforms-sweeping-over-the-nordic-countries/why-did-the-finnish-local-government-reform-of-2011-fail/
+http://www.mos.gov.pl/g2/big/2009_06/e97e2a07ce29b48c19f462f83a6bf1a9.pdf
+http://dx.doi.org/10.1128/JVI.74.8.3761-3770
+https://www.ncjrs.gov/pdffiles1/ojjdp/193409.pdf
+http://news.weill.cornell.edu/news/2014/05/tests-for-double-stranded-dna-fragments-in-exosomes-could-lead-to-earlier-easier-cancer-diagnoses-an
+https://doi.org/10.1016/j.technovation.2014.04.002
+https://doi.org/10.1016/j.jrp.2018.02.008
+http://www.abra-pc.com.br
+https://doi.org/10.2460/javma.2001.218.1939
+http://doi.org/10.1016/j.petrol.2005.06.013
+http://www.aydin.edu.tr/belgeler/IAU-STEM-Egitimi-Turkiye-Raporu-2015.pdf
+http://www.tandfonline.com/doi/abs/10.1080/01973533.1995.9646129
+www.mm.wiwi.uni-due.de/fileadmin/fileupload/BWL-MEDMAN/Forschung/AbschlussberichtPatienteninformationen
+https://doi.org/10.1016/j.jchf.2014.12.014
+https://doi.org/10.1038/ncomms5624
+www.dn.se/nyheter/sverige/mikael-holmstrom-hur-manga-kanoner-har-egentligen-sverige/
+http://www.cartillaciudadania.mercosur.int/oldAssets/uploads/DEC_064-2010_PT_Estatuto%20Cidadania.pdf
+www.nv-online.info/by/56/300/10532
+https://doi.org/10.1186/s12885-018-4012-7
+http://definitivehc.com/.Accessed25
+http://www.r-project.org
+https://doi.org/10.1007/BF00044113
+http://www.openmobilealliance.org/Technical/current_releases.aspx
+https://doi.org/10.1068/b2634
+https://doi.org/10.1029/2004GL021475
+http://www.boost.org
+https://doi.org/10.1590/S0101-31222007000200011
+http://www.cryst.ehu.es/cgi-bin/cryst/programs/bandrep.pl
+https://www.atsdr.cdc.gov/ToxProfiles/tp.asp?id=389&tid=67
+http://promenad.hu/cikk/logisztikai-kozpontta-tennek-magyarorszagot-164175
+http://duff.geology.wash-ington.edu/data/raster/lidar/
+https://doi.org/10.1196/annals.1302.017
+http://links.jstor.org/sici?sici=0737-0008%28198421%291%3A2%3C117%3ARTOCAC%3E2.0.CO%3B2-%23
+http://dx.doi.org/10.1016/0921-4488
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4496352/
+http://www.iaea.org/programmes/nafa/d4/public/d4_pbl_5_1
+http://www.spiegel.de/international/spiegel-interview-with-kazuo-ishiguro-i-remain-fascinated-by-memory%20a-378173.html
+https://doi.org/10.1371/journal.pone.0176527
+http://www.dfps.state.tx.us/documents/about/Data_Books_and_Annual_Reports/2008/Databook/DataBook08.pdf
+http://discovery.ucl.ac.uk/15183/1/15183.pdf
+https://www.bbc.com/news/world-europe-37409456
+http://www.euro.who.int/en/what-we-do/data-and-evidence/databases/european-health-for-all-database-hfa-db2
+https://doi.org/10.1016/S0006-3495
+http://www.bartleby.com/114/
+http://dx.doi.org/10.1515/9781400845903
+http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDTEMP&filename=TJJC201906034&v=
+https://goo.gl/eZ3HdW
+http://cybertesis.unmsm.edu.pe/handle/cybertesis/912
+http://www.ncbi.nlm.nih.gov/pubmed/15576386
+http://dx.doi.org/10.1093/ije/dyp277
+http://www.rec.org/default.html
+https://play.google.com/store/apps/details?id=com.thermofisher.mobile.android.btservicemodule.app&hl=en
+https://doi.org/10.1016/s0048-7333
+http://www.eurelectric.org/media/44143/roleofdsosasinformationhubsfinaldraft10-06-10-2010-200-0001-01-e.pdf
+http://dx.doi.org/10.1101/gr.097261.109
+http://www.eurobank.gr/Uploads/Reports/
+https://www.jstor.org/stable/41406290
+https://doi.org/10.1186/s13287-016-0362-8
+http://dx.doi.org/10.1002/hec.2811
+http://www.farsnews.net/newstext.php?nn=8902250231
+https://doi.org/10.1016/S0022-3913
+http://www.acri.org.il/en/knesset/amutot-law/
+http://www.pork.org/Resources/985/SowHousingForum.aspx
+https://doi.org/10.1016/j.ejmhg.2014.08.008
+https://doi.org/10.1101/gad.1682108
+http://dx.doi.org/10.1080/03057925.2013.797721
+https://doi.org/10.1016/j.ijnurstu.2009.02.010
+http://dx.doi.org/10.1007/s00216-007-1462-1
+https://doi.org/10.1029/2011JD016457
+http://www.crd.york.ac.uk/PROSPERO_REBRANDING/display_record.asp?ID=CRD42016038715
+https://doi.org/10.5194/se-2019-31
+http://www.zeit.de/politik/deutschland/2013-10/armutsfluechtlingeBAMF
+https://doi.org/10.1016/j.foodpol.2013.10.010
+http://www.ft.com/cms/s/0/abf1599e-c02d-11df-b77d-00144feab49a.html
+http://www.cervantesvirtual.com/obra-visor/libros-de-caballerias-castellanos-textos-y-contextos/html/6220ef90-a0f6-11e1-b1fb-00163ebf5e63_3.html#I_0_
+https://www.cdc.gov/mmwr/preview/ind2015_su.html
+https://doi.org/10.1016/j.neuroimage.2015.05.030
+https://www.pvv.nl/36-fj-related/geert-wilders/8541-speech-us-11082015.html.Gesehen01.03
+http://turevisorfiscal.com/prestaciones-sociales/UniversidaddeMurcia
+http://dx.doi.org/10.1016/0144-2880
+http://dx.doi.org/10.1037/0003-066X.60.2.149
+http://www.stats.uwo.ca/faculty/aim/RPackages.htm
+http://www.euklems.net/TCB/2017/Metholology_EU%20KLEMS_2017.pdf
+http://arxiv.org/abs/1611.08699
+http://www.google.com
+https://info.gbv.de/pages/viewpage.action?pageId=41557513#LOK-Umzug
+http://enssibal.enssib.fr/bibliotheque/documents/dcb/penichon-dcb16.pdf.Stanzdnia26.02
+https://doi.org/10.1128/mBio.02869-18
+https://doi.org/10.1016/j.resconrec.2010.01.012
+https://cloud.google.com/translate
+http://www.bls.gov/Lau/#DataDate
+http://www.who.int/gho/publications/world_health_statistics/EN_WHS2013_Full.pdf
+https://doi.org/10.1038/s41598-019-43466-2
+http://www.universiabrasil.net/materia/imprimir.jsp?id=5939
+https://doi.org/10.2307/2183914
+http://bit.ly/2uAJVtE
+http://dx.doi.org/10.1108/QAE-07-2013-0031
+https://doi.org/10.1017/pan.2016.5
+https://doi.org/10.1016/j.technovation.2007.01.003
+http://dx.doi.org/10.1586/era.12.1
+http://www.hollywoodreporter.com/hr/content_display/technology/news/e3i8fcb5100629836e66545efa0a74791ad
+https://doi.org/10.1017/S0395264900079646
+https://www.ncbi.nlm.nih.gov/pubmed/18649615
+http://alexandria.tue.nl/extra2/750268.pdf
+http://myais.fsktm.um.edu.my/5649/1/Chin_MK.pdfDainoff
+https://doi.org/10.1057/s41262-019-00158-6
+https://doi.org/10.1099/vir.0.19285-0
+https://doi.org/10.11114/jets.v4i2.1145
+http://atilf.atilf.fr/tlf.htm
+https://doi.org/10.15241/gb.4.5.426
+http://bitcoinist.com/understanding-privacy-anonymous-bitcoin/
+http://javiermariasblog.wordpress.com/2012/04/
+http://dx.doi.org/10.1016/j.jcp.2014.12.017
+https://doi.org/10.1155/2015/871545
+http://doi.org/10.1088/1741-2560/11/3/035009
+https://doi.org/10.1016/S0006-291X(02)00906-3
+http://e.elcomercio.pe/66
+http://dx.doi.org/10.1111/j.1750-8606.2009.00110.x
+https://doi.org/10.1038/srep29176
+https://www.cepal.org/es/publicaciones/38713-estudio-economico-de-america-latina-y-el-caribe-2015-desafios-para-impulsar-el
+http://www.ams.org/journal-terms-of-use
+http://dx.doi.org/10.1016/j.advengsoft.2008.03.016
+http://dx.doi.org/10.1111/prd.12146
+http://inep.gov.br/sinopses-estatisticas-da-educacao-superior
+https://doi.org/10.1111/dar.12136
+https://doi.org/10.1073/pnas.1313093111
+http://www.ninds.nih.gov.ezproxy1.library.usyd.edu.au/disorders/taysachs/taysachs.htm
+http://management.journaldunet.com/dossiers/031115cominterne/wiki.shtml
+www.bti-project.de/fileadmin/
+http://uaforeignaffairs.com/ua/ekspertna-dumka/view/article/jevropeiska-identichnist-jevropa-bez-kordoniv-i-zha/
+https://www.ippf.org/sites/default/files/2016-07/Male%20Engagement%20in%20HIV%20response%20-%20A%20Platform%20of%20Action.pdf
+https://doi.org/10.4236/jwarp.2014.612102
+http://www.stf.jus.br/arquivo/informa-tivo/documento/informativo34.htm
+https://doi.org/10.1177/1933719113477493
+https://doi.org/10.1002/jcc.20084
+https://www.ncbi.nlm.nih.gov/pubmed/30196395
+http://www.cartercenter.org/healthprogramas/2041_adoc6.htmcadernosdeestudosafricanos•janeiro-junhode
+http://clinicaltrials.gov/ct2/show/NCT00277576
+https://doi.org/10.1002/jmv.21078
+https://doi.org/10.3109/02770903.2010.528498
+https://www.kommersant.ru/doc/86894
+http://mc.manuscriptcentral.com/
+http://www.uncfsp.org/sptv/?sptv_episode5SPOTLIGHT13
+https://doi.org/10.1592/phco.29.7.879
+http://dx.doi.org/10.2307/1439498
+http://www.telegraph.co.uk/culture/tvandradio/8305806/My-Big-Fat-Gypsy-Wedding-what-if-ignorance-really-is-bliss.html
+http://dx.doi.org/10.1016/j.scs.2018.01.053
+http://dx.doi.org/10.4248/IJOS.09044
+https://canceraustralia.gov.au/affected-cancer/cancer-types/breast-cancer/breast-cancer-statistics.Accessed4th
+http://www.ncbi.nlm.nih.gov/books/NBK64750
+https://www.ams.org/journal-terms-of-use
+http://net.jogtar.hu/jr/gen/hjegy_doc.cgi?docid=99900009.SCM
+https://bit.ly/2H0a4X7
+www.parl.gc.ca/PDF/37/1/parlbus/chambus/house/debates/Han178-E.PDF.Accessed
+http://www.cardiosource.com/cvn/index.asp?videoIDϭ1459
+http://www.issg.org/database/species/ecology.asp?si=91&fr=1&sts=&lang=EN
+https://doi.org/10.1016/j.chom.2014.04.004
+www.chiefscientist.nsw.gov.au/__data/assets/pdf_file/0006/38337/NSW-Chief-S-and-E-Methane-Origins-28_11_13_LS-v2.pdf
+http://www2.toyo-bunko.or.jp/pada11Juli
+http://dx.doi.org/10.7819/rbgn.v20i3.3947
+http://www.intel.com/products/processor/manuals/
+http://www.sun.com/servlet/,lastvisited
+https://doi.org/10.1002/jmri.23744
+https://www.dovepress.com/by207.241.231
+http://www.soton.ac.uk/~ajk/options/welcome.html
+http://www.mma.gov.br/estruturas/chm/_arquivos/biodiversidade31.pdf
+http://dx.doi.org/10.5772/intechopen.83716
+http://dx.doi.org/10.1016/j.fcr.2009.10.013
+http://sociology.cass.anu.edu.au/sites/default/files/docu-ments/2014_Gambling_Expenditure.pdf
+http://dx.doi.org/10.1016/j.molimm.2010.12.022
+http://www.scribd.com/doc/13455539/applying-renewable-energy-technology-in-malaysia-case-study-for-building-integrated-photovoltaics/
+https://treasury.gov.au/coronavirus
+http://arxiv.org/abs/1407.1961
+tinyurl.com/arbewqj
+http://www-cse.ucsd.edu/users/goguen/ps/ha.ps.gz
+https://doi.org/10.1016/j.ejor.2012.11.019
+http://www.alcal-diabogota.gov.co
+https://doi.org/10.1097/00005373-198002000-00012PMid
+http://www.mayoclinic.com/health/post-traumatic-stress-disorder/DS00246/DSECTION=risk-factors
+http://www.wsp.org/sites/wsp.org/files/publications/ConstructedWetlands.pdf
+http://urn.kb.se/resolve?urn=urn:nbn:se:su:diva-89710
+https://doi.org/10.2307/3210858
+http://linkinghub.elsevier.com/retrieve/pii/S0141029614004398
+http://ssrn.com/abstract=668424
+http://onlinelibrary.wiley.com/doi/10.1002/9780470712184.fmatter/summary
+https://doi.org/10.1371/journal.pone.0011520
+http://www.confindustriaceramica.it/site/home/eventi/documento4981.html
+https://doi.org/10.1098/rstb.2008.0284
+http://publications.gc.ca/site/eng/458617/publication.html
+https://doi.org/10.1038/sj.onc.1201877
+https://doi.org/10.1038/nrd3030
+http://www.whitehouse.gov/sites/default/files/blueprint_secure_energy_future.pdf
+http://www.elfaro.net/es/201306/noti-cias/12563/
+https://doi.org/10.1017/S0007114514000609
+http://www.whfoods.com/genpage.php?tname=foodspice&dbid=126.html
+http://cyber.law.harvard.edu/publications/2009/Mapping_the_Arabic_Blogosphere
+http://dx.doi.org/10.1159/000353619
+http://science.sciencemag.org/content/300/5623/1245.full.pdf.8
+http://2015.moodlemoot.in.ua/course/view.php
+http://www.wu.ac.at/iqv/mitarbeiter/gstach/io_intro.pdf
+http://dx.doi.org/10.1210/endo.141.11.7762http://dx.doi.org/10.1210/en.141.11.3965
+www.sachverstaendigenrat-wirtschaft.de
+http://dx.doi.org/10.1073/pnas.96.16.9083
+https://doi.org/10.1016/S2468-2667(17)30045-2
+https://doi.org/10.1111/1467-8683.00271
+http://portal.onu.org.do/contenidos/archivos/12%20Etica%20y%20DH%20AC.pdf
+http://pendientedemigra-cion.ucm.es/info/arqueoweb/pdf/7-2/balleste-ros.pdf
+http://lwn.net/Articles/368869/
+www.iotech.com
+www.ipss.go.jp/ps-doukou/j/doukou15/NFS15_reportALL.pdf
+http://dx.doi.org/10.1371/journal.pone.0076743
+https://webcowgirl.wordpress.com/tag/one-on-one-festival/
+https://doi.org/10.5194/gmd-2020-80
+http://www.skatteverket.se/foretagorganisationer/skatter/punktskatter/energiskatter.4.18e1b10334ebe8bc8000843.htmlICESAdvice
+http://dx.doi.org/10.1371/journal.pone.0056131
+https://www.akade-mienunion.de/fileadmin/redaktion/user_upload/Publikationen/Stellungnahmen/3Akad_Stellungnahme_Evidenzbasierung_2015_web.pdf
+http://dx.doi.org/10.1016/j.cej.2012.07.052
+http://dx.doi.org/10.1016/j.neuroimage.2015.05.047
+https://doi.org/10.2105/AJPH.2006.098418
+https://cyberleninka.ru/article/v/sotsialno-ekonomicheskie-faktory-prodovolstvennoy-bezopasnosti-regionov
+http://dx.doi.org/10.1016/j.ocecoaman.2015.03.004
+http://dx.doi.org/10.1061/(ASCE)EI.1943-5541.0000053
+http://www.consecol.org
+www.palgrave-journals.com/ap
+https://doi.org/10.1111/j.1460-9568.2008.06450.xPMID
+https://doi.org/10.1080/05704928.2010.483674
+http://www.fpri.org/enotes/201002.owens.civilmilitaryrelations.html
+http://dx.doi.org/10.1590/S0102-09352002000600016
+https://doi.org/10.1016/j.bbrc.2013.01.002
+http://cds.cern.ch/record/327303
+atwww.isealalliance.org/sites/default/files/ISEAL_Assurance_Code_Presentation.ppt
+http://onlinelibrary.wiley.com/doi/10.1111/zph.12364/full
+https://doi.org/10.18546/RFA.01.1.02
+https://doi.org/10.1016/j.vetimm.2008.07.003
+http://www.exergy.se/goran/thesis/index.html
+http://www.irisa.fr/metiss/bsseval/
+http://gigaom.com/2007/05/20/virtual-world-population-50-million-by-2011/
+http://www.wjgnet.com/esps/helpdesk.aspxhttp://www.wjgnet.com
+https://doi.org/10.1016/j.cub.2005.09.046
+http://dx.doi.org/10.1002/bjs.5530
+https://doi.org/10.1210/er.2006-0035
+http://www.mte.gov.br/fisca_trab/inclusao/legislacao_2_4.asp
+https://www.ncbi.nlm.nih.gov/pubmed/29497149
+http://www.journalofvision.org/content/1/1/1
+http://www.inep.gov.br/download/censo/2005/resultados_censo2005.pdf
+https://doi.org/10.1002/ana.22380
+http://www.bostikindustrie.nl
+http://kn.theiet.org/magazine/issues/0901/carbon-swindle-0901.cfm
+https://www.nber.org/papers/w16939
+https://doi.org/10.1148/radiol.2018172765
+www.dol.gov/wb/wb_pubs/achart.htm
+https://doi.org/10.1159/000052910
+http://www.derm101.com/content/32781
+http://dx.doi.org/10.1063/1.4803853foraderivation
+http://doi.org/10.1051/lait:2004012
+http://eprints.rclis.org/16230/1/Ad%20142%20Ripoll%20Mont%20Anales%20de%20
+http://epp.eurostat.ec.europa.eu/portal/page/portal/esa_2010/introduction
+https://doi.org/10.1046/j.1365-2958.2001.02226.x
+https://doi.org/10.1021/acs.chemrestox.8b00371
+http://www.turistinfo.ro/judet-maramures/
+http://www.jstor.org/stable/2460847
+http://observatorio.ministeriodesarrollosocial.gob.cl/casen-multidimensional/casen/docs/CASEN_2015_Situacion_Pobreza.pdf
+http://dx.doi.org/10.1371/journal.pone.0037992
+https://doi.org/10.1093/eurheartj/ehi511
+https://doi.org/10.1016/j.measurement.2016.05.028
+http://www.stat.cmu.edu/~cshalizi/almost-none/
+http://envfor.nic.in/legis/env/env1.html
+http://www.datasus.gov.br/cid10/v2008/cid10.html
+https://doi.org/10.1186/s13148-017-0387-6
+es.la.que.permite.iniciar.la
+98.www.bbc.co.uk/news-------1999.TheRoverBreakdown.05/02/1999.www.bbc.co.uk/news-------1999a.TheEndofRoverisNigh.10/02/1999.www.bbc.co.uk/news-------1999b.BMWClosetoRoverDecision.10/03/99.www.bbc.co.uk/news-------1999c.HopesSlippingforLongbridge.30/03/99.www.bbc.co.uk/news-------1999d.DealSavesRoverPlant.01/05/99.www.bbc.co.uk/news-------1999e.BMWGamblesitsFuture.23/06/99.www.bbc.co.uk/news-------1999f.RoverRescueDealSecured.23/06/99.www.bbc.co.uk/news-------1999g.RoverAidUnderThreat.21/07/99.www.bbc.co.uk/news-------2000.BMWDeniesRoverClosurePlan.14/01/00.www.bbc.co.uk/news-------2001.GMandBMWFacetheirUKWorkers.15/01/01.www.bbc.co.uk/news
+http://www.alternet.org/story/113782/mass_rape_in_the_congo%3A_a_crime_against_society
+e58.www.biomedcentral.com/1756-0500/1/58
+https://doi.org/10.1371/journal.pone.0157116
+http://www.airframer.com/aircraft_detail.html?model=CSeries
+http://dx.doi.org/10.1590/S0103-90161995000100013
+http://dx.doi.org/10.1155/2011/490634
+http://pubs.usgs.gov/of/2011/1069/
+http://www.japantimes.co.jp/news/2015/02/22/business/corporate-business/contest-humanoid-robot-pepper-won-team-app-help-dementia-patients/#.VmdMtf6FO72.Accessed
+https://www.infoworld.com/article/2671119/internet-misuse-costs-businesses--178-billion-annually.html
+http://ec.europa.eu/environment/urban/aalborg.htm
+https://doi.org/10.1016/s0399-8320
+https://doi.org/10.1037//0022-3514.66.5.857
+http://www.scielo.br/pdf/abem/v48n5/a20v48n5.pdf
+http://www.journalijdr.com/sites/default/files/3064.pdf
+http://www.fao.org/faostat/en/
+http://dx.doi.org/10.1165/rcmb.2009-0091OC
+http://www.biomedcentral.com/1471-2458/11/659
+https://doi.org/10.1016/j.envres.2015.02.023
+http://www.estadao.com.br/ciencia/colunas/aspas/2003/out/02/21.htm
+https://password-hashing.net/submissions/specs/Makwa-v0.pdf
+www.uic.org/download.php/publication/538E.pdf
+http://www.thoracic.org/clinical/copd-guidelines/resources/copddoc.pdf
+http://dx.doi.org/10.1093/nar/28.1.235
+https://doi.org/10.1111/rda.12130
+http://dx.doi.org/10.1124/jpet.302.1.320
+https://doi.org/10.1007/BF03374496
+http://dx.doi.org/10.1017/S0021900200104164
+http://www.gesis.org/fileadmin/upload/forschung/publikationen/zeitschriften/zuma_nachrichten/zn_2
+https://doi.org/10.1007/s10551-007-9413-5
+http://www.eduardosrur.com.br/
+http://www.cancer.govaccessed27
+http://wien.arbeiterkammer.at/www-397-IP-1103-AD-2704.html
+https://doi.org/10.1074/jbc.M603768200
+http://cvxr.com/cvx
+https://doi.org/10.1051/0004-6361
+http://doi.org/10.1172/JCI39374
+http://www.w3.org/TR/xml11/
+http://allincolorforaquarter.blogspot.ca/2012/12/starcade.html
+http://www1.folha.uol.com.br/mercado/2013/06/1293835-taxa-media-de-juros-ao-consumidor-se-mantem-estavel-em-maio.shtml
+https://www.fda.gov/downloads/AdvisoryCommittees/CommitteesMeetingMaterials/Drugs/EndocrinologicandMetabolic-DrugsAdvisoryCommittee/UCM334550.pdf.Accessed
+http://diplo.org.br/2006-08,a1379
+https://www.ledsjovind.se/tolvmanstegen/Vestas%20V90-2MW.pdf
+http://www.bbc.co.uk/news/world-middle-east-14573559
+https://doi.org/10.1099/mic.0.046235-0
+https://doi.org/10.1056/NEJMoa1709866
+http://dx.doi.org/10.1016/j.jplph.2004.09.009
+https://doi.org/10.1186/1471-2431-14-199
+https://doi.org/10.1007/s00417-007-0746-7
+https://doi.org/10.1039/a903885j
+https://doi.org/10.1075/bct.89
+https://doi.org/10.1074/jbc.M114.556340
+http://www.ids-mannheim.de/kl/misc/tutorial.html
+http://dx.doi.org/10.1103/PhysRevC.9.1948
+http://doi.org/10.1016/0014-4827
+http://www.ctbto.org/specials/testing-times/6-and-9-august-1945hiroshima-nagasaki
+https://doi.org/10.1097/AOG.0b013e31822ad988
+http://www.cacianalyst.org/?q=node/158
+http://www.unesco.org/new/en/communication-and-information/resources/news-and-in-focus-articles/all-news/news/unesco_releases_vancouver_declaration_on_digitization_and_preservation/#.VZFmGvntmko
+https://gsarchive.net/gilbert/plays/great_exp/index.html.Accessed
+http://dx.doi.org/10.1016/S1359-6462
+http://dx.doi.org/10.1088/1468-6996/16/2/023501
+http://www.csen.com/err.pdf
+http://www.npdfoodworld.com/foodServlet?nextpage=trend_article28.html
+https://doi.org/10.1172/jci25509
+http://dx.doi.org/10.1186/1471-2156-11-99
+http://igraph.org
+http://www.institut-fuer-menschenrechte.de/uploads/tx_commerce/Was_ist_Inklusion_16_persoenliche_antworten.pdf
+http://dx.doi.org/10.1002/humu.20605
+http://dx.doi.org/10.1002/pd.1653
+https://dx.doi.org/10.22161/ijeab.53.8564
+https://doi.org/10.1046/j.1472-4642.2000.00083.xRosellóGimeno
+https://doi.org/10.1038/nsmb.2214
+http://www.scielo.br/pdf/cpa/n33/10.pdf.Acessoem
+http://www.bts.gov/transtu/indicators
+https://cds.cern.ch/record/2233631/files/CERN-THESIS-2015-374.pdf
+http://www.gitverlag.com/media/downloads/themen/thema_3f4dc2e83f164.pdf
+http://www.nationaljournal.com/njonline/no200912228094.php
+http://www.mlsp.gov.ua/labour/control/uk/index
+http://dx.doi.org/10.1152/ajpendo.00702.2010
+https://doi.org/10.1111/j.1464-5491.2007.02068.x
+http://stat.edu.ru/scr/db.cgi?act=listDB&t=3_2_1&group=sub&ttype=0&Field=L1
+https://www.cff.org/PDF-Archive/Introduction-to-Postural-Drainage-and-Pecussion/
+https://doi.org/10.1038/ncb2827
+https://doi.org/10.5897/jphe2014.0625
+https://doi.org/10.1093/eurheartj/eht151
+http://www.abanet.org/rol/programs/resource_legal_education.html
+https://doi.org/10.1371/journal.pone.0017084
+https://doi.org/10.3390/ani3030923
+https://doi.org/10.1016/j.promfg.2018.06.065
+http://revistas.jatai.ufg.br/index.php/fen/article/view/15102
+http://aem.asm.org/Downloadedfrom
+http://www.journalofanimalscience.org/content/86/4/902.long
+http://natlaw.com/news_posts/update-model-provisions-secured-transactions-intermediated-securities/
+https://culturenum.info.unicaen.fr/SydonieDocument_Pdf/ncg80czudrp/telechargerDoc
+https://doi.org/10.1038/nature10405
+https://doi.org/10.1057/fr.2011.12
+http://dx.doi.org/10.1007/978-1-4419-9730-2
+http://www.wcfin.ca/Portals/0/DDGS%20Feed%20Guide_FINAL.pdf
+http://www.aers.rs/index.asp?l=1&a=41&tp=teee
+http://www.huawei.com/products/datacomm/catalog.do?id=1219
+http://arxiv.org/abs/1501.02773
+https://www.fda.gov/media/88257/download
+https://doi.org/10.1046/j.1432-1033.2003.03944.x
+http://www.helpage.org/newsroom/lat-est-news/older-people-disproportionately-affected-by-typhoon-haiyan/
+https://doi.org/10.1002/jnr.21369
+https://doi.org/10.1198/073500102288618513
+http://www.nationalgrid.com/uk/Gas/SustainableGasGroup
+https://doi.org/10.1016/S0959-3780
+https://doi.org/10.1111/nan.12020
+https://doi.org/10.1085/jgp.201010407
+www.cat.inist.fr/?aModele=afficheN&cpsidt=2708822
+https://doi.org/10.1038/nature14539
+https://doi.org/10.1038/s41586-019-0933-9
+http://doi.org/10.3133/fs20113001
+www.lexicorient.com
+http://www.math.uiuc.edu/Macaulay2/
+https://doi.org/10.1364/OL.38.004534
+https://doi.org/10.3126/hjs.v3i5.465
+http://nora.nerc.ac.uk/17121/
+http://dx.doi.org/10.1016/j.foreco.2015.04.022
+https://doi.org/10.1016/j.biocon.2006.08.027
+http://whqlibdoc.who.int/publications/2010/9789241500265_eng.pdf
+https://doi.org/10.1111/mmi.13200
+https://doi.org/10.1186/1687-1847-2013-322
+https://doi.org/10.1002/ecy.1529
+http://www.mongodb.org/
+http://www.oe.energy.gov/DocumentsandMedia/primer.pdf
+https://bit.ly/2L2H2bi
+http:workers.labor.net.au/3/
+http://dx.doi.org/10.1063/1.3604934
+https://CRAN.R-project.org/package=measurements
+https://doi.org/10.1021/bi034748g
+http://www.math.jussieu.fr/~ritzenth
+https://doi.org/10.1128/AAC.02230-17
+https://doi.org/10.5194/amt-2018-148
+https://doi.org/10.1093/petrology/20.3.487
+http://www.whitehouse.qov
+http://www.office.microsoft.com
+http://dx.doi.org/10.1016/j.ahj.2009.04.019
+http://www.qualitative-research.net/index.php/fqs/article/view/1089
+https://doi.org/10.1093/ageing/afl084
+https://doi.org/10
+https://doi.org/10.1002/hed.25695
+http://www.pacific.edu/About-Pacific/
+https://doi.org/10.1117/1.2896597
+http://dx.doi.org/10.1037/0022-3514.48.1.150
+http://www.estudosdotrabalho.org/anais6seminariodotrabalho/davidmorenomontenegro.pdf.Acessoem:03/01/2015
+http://pcl.cs.ucla.edu/projects/glomosim/
+http://biz.chosun.com/site/data/html_dir/2014/06/12/2014061202904.htmlhttp://www.happycampus.com/doc/4557356
+http://www.paratype.ru/help/class/
+http://dx.doi.org/10.1002/wcms.1121
+www.cma.ca/cmaj/vol-160/issue-13/1824.htm
+http://ugaaden.ac.ug/documents/NeedsAssessmentStudy
+http://www.access.gpo.gov/nara/cfr/waisidx_11/14cfr93_11.html
+http://www.intel.com/products/processor/manuals/index.htm
+pediatrics.org/cgi/content/full/121/2/e223
+http://dx.doi.org/10.1165/rcmb.2002-0067OC
+http://sandrodefazi.blogspot.com.br/2011/03/i-neoplatonici-per-aristeo-di-megara.html
+http://www.asco.org/ASCO/Abstracts+&+Virtual+Meeting/Abstracts?&vmview=abst_detail_view&confID=34&abstractID=30051
+http://www.minerva-ebm.be/fr/article.asp?vol=7&nr=7
+http://dx.doi.org/.10.1067/mai.2003.27
+https://doi.org/10.1128/JCM.01724-13
+www.turismo.gov.br
+https://doi.org/10.1186/s13567-015-0290-0
+http://dx.doi.org/10.3955/046.089.0402
+https://www.asturias.es/medioambiente/articulos/ficheros/Reserva%20de%20la%20Biosfe-ra%20de%20Somiedo.pdf
+http://www.cortindia.in/RP%5CRP-2007-0702.pdf
+http://dx.doi.org/10
+http://vilamamifera.com/olharmamifero/6-passos-para-ter-um-orgasmo-no-parto/
+http://www.educabrasil.com.br/plano-decenal-de-educacao-para-todos/
+http://dx.doi.org/10.1371/journal.pone.0056038
+http://www.goes-r.gov/downloads/GOES_Users_ConferenceIV/Complete%20Posters/GUC4_poster_
+https://doi.org/10.1016/j.prevetmed.2007.03.003
+http://dx.doi.org/10.1093/ije/dys037
+https://dx.doi.org/10.6084/m9.figshare.4264964.v1
+http://www.ncmedsoc.org/non_members/legislative/ac/ACO_Guide_Urologist_102513.pdf
+http://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59450
+http://dx.doi.org/10.1152/ajpcell.00619
+http://doi.org/10.1186/1742-4755-11-8
+https://doi.org/10.3349/ymj.2017.58.5.895
+http://dx.doi.org/10.1109/MC.2004.172
+https://doi.org/10.1016/j.tig.2013.01.003
+http://files.eric.ed.gov/fulltext/ED538339.pdf
+www.fritzinstitute.org
+http://dx.doi.org/10.3402/ejpt.v4i0.21369
+http://dx.doi.org/10.1109/ICCD.1996.563581
+https://doi.org/10.1257/jep.6.3.79
+ftp.iza.org/dp514.pdf
+http://www.math.u-bordeaux1.fr/srenner/Thesis_Soline_Renner.pdf
+http://www.leismunicipais.com.br/cgi-local/city.pl?state=mg&city=Uberl%E2ndia
+Retrievedfromwww.child-encyclopedia.com/Pages/PDF/Resilience_EN.pdf
+https://cpb-us-
+http://dx.doi.org/10.2165/00002018-200932050-00001
+http://mmb2.pcb.ub.es:8080/PMut/
+https://www.google.co.id/url?sa=t&rct=j&
+http://www.un.org/jsummit/html/documents/summit_docs/131302_wssd_report_reissued.pdf
+https://doi.org/10.1130/G37948.1
+http://www.oecd.org/dataoecd/33/0/1904176.pdf-siteconsultadoem15deabrilde
+https://doi.org/10.1075/pc.17.1.01son
+http://dx.doi.org/10.1007/s10843-013-0109-x
+www.fao.org/docrep/006/y4723e/y4723e0e.htm
+http://resources.sei.cmu.edu/library/asset-view.cfm?assetID=89604
+http://too.lazy.to.look.it.up/
+http://dx.doi.org/10.1038/nrmicro2819
+http://www.childinfo.org/fgmc.html
+https://doi.org/10.1016/j.ijpe.2011.10.013
+http://www.consecol.org/vol7/iss2/art7
+http://www.zerotothree.org/policy/
+http://waterdata.usgs.gov/nwison20
+https://doi.org/10.4172/2155-6121
+http://www.w3schools.com/dom/dom_intro.asp
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S1121189X00003018
+http://www.defenselink
+http://dx.doi.org/10.1080/00343400903234696
+http://www.allfootball.it/blog/lavviamento-motorio-nel-calcio/9-2-2017/calcio-giochiamo-con-le-capacit-coordinative
+http://ssrn.com/abstract=2540348.27
+https://doi.org/10.1038/ngeo2890
+https://www.middleeastmonitor.com/articles/middle-east/5584-the-arab-spring-what-did-it-do-for-women
+https://doi.org/10.1007/s12225-018-9783-0
+https://doi.org/10.1007/s10980-007-9110-x
+https://doi.org/10.1016/j.matpr.2015.07.205
+http://doi.org/10.1016/j.cub.2009.07.066
+http://www.nuffieldtrust.org.uk/sites/files/nuffield/publi-cation/towards_integrated_care_in_trafford_report_nov11.pdf
+https://doi.org/10.1080/02667361003768526
+https://doi.org/10.1016/j.respol.2018.04.012
+http://stats.bls.gov/newsreels.htmin
+https://doi.org/10.1016/j.compedu.2016.03.018
+https://doi.org/10.5194/acp-13-611-2013
+http://dx.doi.org/10.1139/b96-165
+https://ww2.stj.jus.br/processo/revista/documento/mediado/?componente=AT-C&sequencial=55041549&num_registro=201401930368&data=20151124&ti-po=5&formato=PDF
+https://doi.org/10.18429/JACoW-IPAC2014-THPRI096
+http://www.fonduri-ue.ro/posdru/images/downdocs/reg8002008ro.pdf
+https://doi.org/10.1207/s1532785xmep0602_4.35
+https://doi.org/10.1007/
+http://hiaconnect.edu.au/old/files/EFHIA_Framework.pdf.Accessed15
+https://doi.org/10.2304/csee.2012.11.3.213
+https://doi.org/10.1111/j.1558-5646.1998.tb02031.x
+https://doi.org/10.1002/j.1556-6676.2014.00164.x
+https://doi.org/10.1017/S1537592714000851
+https://doi.org/10.1021/tx9902082
+http://dx.doi.org/10.1083/jcb.200904048
+http://mchb.hrsa.gov/programs/specialneeds/measuresuccess.htm
+http://www.wired.com/2012/04/can-an-algorithm-write-a-better-news-story-than-a-human-reporter/
+http://investor.lundbeck.com/releasedetail.cfm?releaseid=608619
+http://dx.doi.org/10.1371/journal.pone.0011271
+https://doi.org/10.1016/j.encon-man.2005.12.003
+http://www.gallup.unm.edu/~smarandache/DSmT-book2.pdf
+https://doi.org/10.15294/jpii.v1i2.2140
+https://doi.org/10.1109/72.788640
+http://www.research.ibm.com/journal/sj/041/ibmsjIVRIC.pdf
+https://www.bk.admin.ch/Download
+http://dx.doi.org/10.1023/A:1020809400075
+https://thezambian.com/news/2013/01/29/set-aside-personal-interests-minister/
+https://doi.org/10.1590/S0101-81752005000200005
+http://dx.doi.org/10.1007/BF01172742
+https://doi.org/10.1086/297040
+https://er.educause.edu/articles/2010/6/universities-and-libraries-move-to-the-mobile-web
+https://doi.org/10.1111/j.1574-6976.2010.00251.xPMID
+http://app.purduepharma.com/xmlpublishing/pi.aspx?id=b
+http://www.cnki.net/
+http://www.ncbi.nlm.nih.gov/pubmed/27748473
+http://www.zzenergysolutions.com/alternative-energy-news.htmllastvisit:12.05
+http://sipsmena.com/wpcontent/uploads/2013/01/MedicalDevicesRegulationsrequirementsinEuropeUSAJordanSaudiArabia.pdfon9th
+www.arXiv.org/cond-mat/0603260
+http://www.ams.org/journal-terms-of-use
+https://doi.org/10.1016/j.tmaid.2020.101606
+http://goo.gl/G05pm6
+http://maritime-conferences.com/asranet2010-conference/asranet2008/53%20Kostopoulos
+http://research.microsoft.com/EN-US/UM/REDMOND/GROUPS/cue/infovis/
+http://www.vlad.tv/publications/ht-m
+http://www.pnas.org/content/108/34/13907
+https://doi.org/10.1128/JCM.05115-11
+http://eric.ed.gov/?id=EJ683414
+https://doi.org/10.1038/ncomms14223
+http://www.historians.org/publications-and-directories/perspectives-on-history/may-2008/teaching-history-with-Youtube
+https://www.crohnsandcoli-tis.org.uk/about-inflammatory-bowel-dis-ease/publications/employment-ibd-a-guide-for-employers
+http://www.ffmt.org/
+https://doi.org/10.15517/revedu.v31i1.1252
+http://www.iucn.org/themes/cem/documents/ecosapproach/esa_gbf_ramsar_okavango_2002.pdf
+https://doi.org/10.1037/a0023353
+https://doi.org/10.1001/jama.289.24.3264
+http://apps.who.int/gho/data/
+https://doi.org/10.1186/s13227-015-0036-0
+http://revistas.ulusofona.pt/index.php/caleidoscopio/article/view/3706
+https://doi.org/10.1038/nature12477
+http://dx.doi.org/10.1016/S0304-3940
+http://dx.doi.org/10.1080/00036846.2012.654918
+http://www.senliscouncil.net/documents/insurgency_assessment_field_report
+https://doi.org/10.1103/PhysRevE.80.061917
+https://doi.org/10.1016/j.apm.2015.04.024
+https://DOI:10.3348/kjr.2020.0096
+http://books.scielo.org/id/ysnm8/pdf/martins-9788579831034-02.pdf
+http://dx.doi.org/10.1016/j.drugalcdep.2004.04.013
+http://dx.doi.org/10.1007/BF00045736
+www.regione.toscana.it/regione/multimedia/RT/documents/1219139822705_delibera426-2008.pdf
+https://doi.org/10.1086/306308
+http://www.di.uminho.pt/∼castro/stat
+https://doi.org/10.1016/j.cell.2018.08.029
+http://dx.doi.org/10.1186/1752-1947-5-586
+https://doi.org/10.1016/j.rcl.2008.10.006
+http://dx.doi.org/10.1016/j.devcel.2019.08.00422
+http://www.bapepam.go.id/old/profil/sejarah.htm
+http://dx.doi.org/10.1590/S0102-311X2008001400018
+http://www.biblioteca.uvigo.es/biblioteca_es/buscar/repositorio.html
+https://www.nytimes.com/2015/12/15/world/europe/poland-law-and-justice-party-jaroslaw-kaczynski.html
+http://dx.doi.org/10.1073/pnas.1015617108
+https://doi.org/10.1016/j.euroneuro.2017.11.002
+http://dx.doi.org/10.1155/2012/814146
+https://doi.org/10.1148/radiol.2363041425
+https://doi.org/10.1101/441261
+http://envfor.nic.in/legis/hsm/biomed.html
+https://doi.org/10.18632/oncotarget.6018
+http://dx.doi.org/10.1128/AEM
+http://dx.doi.org/10.1161/01.CIR.99.7.855
+http://riem.facmed.unam.mx/sites/all/archivos/V2Num01/04_AO_JUAREZ.PDF
+https://www.cambridge.org/core.IPaddress:207.241.231.81
+www.pravo.hr/hljkpp
+http://webappa.cdc.gov/sasweb/ncipc/leadcaus10.html.Accessed6
+http://www.aimatshape.net
+http://www.hcup-us.ahrq.gov/reports/methods/methods.jsp
+http://www.chinaccia.org.cn/cyzs/
+https://doi.org/10.2307/2110025
+https://doi.org/10.1016/j.foodchem.2011.09.001
+http://www-public.tu-bs.de/~bolle/ilupack/
+https://joannabriggs.org/assets/docs/sumari/ReviewersManual-2014.pdf
+http://dx.doi.org/10.1093/nar/gks263
+https://doi.org/10.1128/AAC.46.10.3164-3167
+http://www.irishexaminer.com/ireland/schoolboy-sued-adidas-over-match-injury-407285.html
+https://snl.no/Den_islamske_stat_%28IS%29
+https://doi.org/10.1111/geb.12668
+gov.il/MFA/Peace%20Process/Guide%20to%20the%20Peace%20Process
+www.rmu.org.uy/revista/2001v2/art5.pdf
+http://dx.doi.org/10.1063/1.1699639
+http://dx.doi.org/10.1016/j.geoderma.2009.02.017
+https://doi.org/10.1016/j.jprot.2015.10.023
+http://www.mathem.pub.ro/apps/mono/A-09-Car.pdf
+http://www.aace.org/pubs/etr/issue2/burgstahler.cfm
+https://doi.org/10.3758/s13415-011-0067-5
+http://www.senate.gov/CRSReports/crs-publish.cfm?pid=%260BL%29PL%3B%3D%0A
+http://dx.doi.org/10.1016/0378-1135(87)90126-X
+https://doi.org/10.1016/S0377-0257
+http://www.cco.caltech.edu/~emleitch/ovro/ovro_cmb.html
+http://www.ncbi.nlm.nih.gov/pubmed/23567917
+https://doi.org/10.1016/j.devcel.2014.10.007
+http://bvsms.saude.gov.br/bvs/publicacoes/sus_principios.pdf.Acessoem24demarçode
+http://dx.doi.org/10.5897/ajar2016.11523
+http://www.maxqda.com/
+http://www.un.org/en/sections/un-charter/chapter-i/index.html.Accessed28
+http://plagiarism.bloomfieldmedia.com/z-wordpress/software/wcopyfind/
+https://provalisresearch.com/products/qualitative-data-analysis-software/
+http://dx.doi.org/10.1016/j.ijresmar.2009.08.001
+http://www.deutsche-rentenversicherung.de/nn_15142/SharedDocs/de/
+https://github.com/google/cluster-data
+https://ejournal.undip.ac.id/index.php/smo/article/view/13164
+www.ebt.acs-inc.com
+https://link.springer.com/article/10.1007/s10290-015-0235-8
+https://doi.org/10.1111/j.1529-8817.1980.tb03027.x
+https://github.com/
+http://www.lww.com/
+http://dx.doi.org/10.1107/S0907444900006375
+http://dx.doi.org/10.1016/j.healun.2015.10.030.PubMed
+http://www.hpcaconf.org/hpca8/
+http://www.npr.org/documents/2005/jul/ncmfreport.pdf
+http://dx.doi.org/10.1007/s10826-015-0310-8
+https://doi.org/10.1080/13691058.2013.791057
+http://doi.org/10.3389/fnsys.2017.00065
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.1080/01647954.2012.754493
+https://doi.org/10.1029/2008GL035132
+http://www.ecdc.europa.eu/en/publications/Publica-tions/RRA%20poliomyelitis%20Syria%2021%2010%202013.pdf,pristupljeno26.02
+http://www.rapidaid.com/products/productdetails_hw.php
+http://dx.doi.org/10.1111/j.1467-9310.2005.00417.x
+http://www.ist-tequila.org/presentations/dg-ietf48.pdf
+http://dx.doi.org/10.4103/0378-6323.104676
+http://dx.doi.org/10.1016/j.worlddev.2004.08.005
+http://www.umcs.maine.edu/˜ftp/wisr/wisr8/wisr8.html
+http://stroke.ahajournals.org/content/suppl/2012/02/28/STROKEAHA.110.590786.DC2
+http://dssresearch.com/knowledgecenter/toolkitcalcu-lators/samplesizecalculators.aspx
+http://dx.doi.org/10.1108/00220411111164718
+http://minerals.usgs.gov/minerals/pubs/mcs/
+www.mp.usp.br/cafe/textos
+https://doi.org/10.1152/jn.90355.2008
+https://doi.org/10.1371/journal.pone.0171209
+http://www.wmmercer.com/global/english/resource_news_market_topic_01_09_htm.viewed8401
+http://dx.doi.org/10.1007/s10984-007-9026-z
+http://sonicsinc.com/wp-content/uploads/2012/09/PresentationMulticorefinal.pdf
+http://dx.doi.org/10.1099/ijs.0.02118-0
+https://doi.org/10.1002/ece3.2536
+http://www.biomedcentral.com/1471-2458/11/543
+http://dx.doi.org/10.1016/j.carbpol.2015.03.043
+http://dx.doi.org/10.3390/molecules200814595
+http://www.italianbiosimilarsgroup.it/en/studi-ed-analisi/biosimilari-in-italia/mercato-italiano-iii-trimestre-2018.htmlAccessoMarzo
+https://doi.org/10.1038/s41598-019-49710-zwww.nature.com/scientificreportswww.nature.com/scientificreports/29.Farabet
+http://observer.com/2014/11/new-israel-fund-supports-groups-that-hurt-the-jewish-state/
+https://www.bbc.com/news/world-us-canada-37323452
+https://doi.org/10.1083/jcb.97.2.359
+http://dx.doi.org/10.7827/TurkishStudies.6388p
+http://conseils.xpair.com/actualite_experts/variation-conso-chauffage.htm,consultéle
+http://dx.doi.org/10.1371/journal.pmed.1001349
+http://endeavourpartners.net/assets/Wearables-and-
+http://www.flexerasoftware.com/enterprise/products/application-packaging/adminstudio/
+http://dx.doi.org/10.1590/0102-311X00010813
+https://doi.org/10.1086/284170
+https://doi.org/10.29333/ejmste/93421
+http://ol.osa.org/abstract.cfm?URI=ol-27-15-1345
+http://thehill.com/homenews/administration/313387-staff-data-leaks-out-of-the-sec
+http://jleo.oupjournals.org/cgi/doi/10.1093/jleo/18.2.428
+https://doi.org/10.1111/ffe.12741
+http://dx.doi.org/10.1080/00222938409459777
+http://www.treasury.gov.za/documents/nationalbudget/2012/ene/FullENE.pdf
+https://opportunity.org/content/News/Publications/Knowledge%20
+http://dx.doi.org/10.1016/j.ypmed.2013.08.019
+https://doi.org/10.5093/cc2017a18
+http://www.camara.gov.br/proposicoesWeb/prop_mostrarintegra
+https://doi.org/10.1136/vr.c2373
+http://search.proquest.com/docview/304813842?accountid=30641
+http://www.answers.com/topic/institut-max-kassowitzabgerufen
+http://dx.doi.org/10.1155/2012/421452
+https://doi.org/10.1093/humupd/dmi036
+http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2017-021409on9
+http://ojs.ufgd.edu.br/index.php/Raido/article/view/4754/3080.Acessoem
+http://jakintza.eus/wp-content/uploads/DIGCOMP_Donostia_ES-Rev.pdf
+https://www.statista.com/statistics/272014/global-social-networks-ranked-by-number-of-users/
+https://doi.org/10.1016/j.envint.2016.03.029
+uva.es
+https://www.latrobe.edu.au/news/articles/2015/opinion/investor-clause-modification-no-tpp-fix
+https://doi.org/10.1029/2008gb003412
+http://www.geda.co.za/default.asp?Index=24
+http://dx.doi.org/1022435/bpk.v45il.5798.45-52
+https://conservancy.umn.edu/bitstream/handle/11299/55273/1983-181.pdf?sequence=1&isAllowed=y
+https://doi.org/10.1097/01266021-200600130-00055
+http://www.nature.com/nature/debates/earthquake/equakeframeset.html
+http://dx.doi.org/10.1016/j.leaqua.2011.05.002
+http://www.ala.org/PrinterTemplate.cfm?Template=/ContentManagement/HTMLDisplay.cfm&ContentID=23750
+http://www.escholarship.org/uc/item/4cd386s7
+http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf
+http://www.westga.edu/~distance/ojdla/spring81/maguire81.htm
+http://www.mentalhealthcommission.ca
+http://dx.doi.org/10.7812/TPP/14-206
+https://doi.org/10.3390/md13127055
+https://doi.org/10.1183/13993003.00504-2018
+http://www.ecog.dfci.harvard.edu/general/E1505_trial_overview.pdf.Accessed
+http://dx.doi.org/10.1177/10634266040120010401
+https://doi.org/10.1007/s10040-011-0718-1
+http://nuevomundo.revues.org/27802
+www.regjering.no/nb/dep/kd
+http://dx.doi.org/10.3390/rs6010621
+http://dx.doi.org/10.1136/bcr-2013-200051.pii
+http://dx.doi.org/10.1111/ajpy.12005
+https://dx.doi.org/10.4067
+http://curriculum.qca.org.uk/key-stages-1-and-2/index.aspx
+http://www.behavior-analyst-today.org
+http://dx.doi.org/10.1016/j.neuroimage.2008.09.046
+http://www.ig.ufu.br/revista/volume02/artigo05_vol02.pdf
+https://www.siemens.com/global/en/home/company/topic-areas/intelligent-infrastructure/buildings/digital-buildings.html
+http://www.wdxcyber.com/hotflash.htm.Accessed
+https://doi.org/10.1525/as.1993.33.8.00p0306j
+http://blog.euromonitor.com/2012/05/top-10-consumer-trends-for-2012-weight-as-a-hot-topic.html
+http://www.chemsoc.org/chembytes/ezine/2003/stevenson_jan03.htmTAB/BürofürTechnikfolgen-AbschätzungbeimDeutschenBundestag
+http://pubs.usgs.gov/circ/1366/
+http://www.mdc.edu/ir/
+https://doi.org/10.1097/YPG.0000000000000106
+http://www.jneurosci.org/cgi/content/abstract/18/19/8016
+https://doi.org/10
+http://hdr.undp.org/statistics/data/
+https://doi.org/10.1371/journal.pone.0116185
+http://diversegreen.org/report
+http://www.nrel.gov/documents/erec_fact_sheets/sp-6299.pdf
+http://hdl.handle.net/1957/2166
+https://doi.org/10.1093/bja/78.5.601
+http://ceur-ws.org/
+http://blog.linkedin.com/2009/03/20/project-voldemort-scaling-simple-storage-at-linkedin/
+https://doi.org/10.7553/71-3-591
+https://doi.org/10.1002/2015JA021505
+https://doi.org/10.1007/s10764-019-00087-w
+http://www.newadvent.org/cathen/04136a.htm
+https://doi.org/10.2765/877631
+http://pdg.lbl.gov/
+https://doi.org/10.1057/9781137466181_4
+http://www.censusin-dia.gov.in/vital_statistics/SRS_Reports_2012.html
+http://www.R-project.org
+http://www.ncbi.nlm.nih.gov/pubmed/22122083
+http://www.qatar-tribune.com/news-details/id/157185
+https://doi.org/10.1172/JCI38813
+https://doi.org/10.1109/ISGT.2014.6816427
+https://doi.org/10.1080/00036840701222439
+https://palli-ative.stanford.edu/communication-breaking-bad-news/phraseology-dos-and-donts/
+https://members.aamc.org/eweb/upload/Teaching%20for%20Quality%20Report.pdf.Accessed
+http://www.geothermal.dmitre.sa.gov.au/__data/assets/pdf_file/0018/156114/2009_Australian_Country_Rpt_Final_.pdf
+https://doi.org/10.1016/j.toxlet.2010.06.019
+http://www.spiegel.de/politik/deutschland/o,1518,723532
+https://doi.org/10.1080/17538963.2013.874068
+https://dejure.org/dienste/vernetzung/rechtsprechung?Gericht=OVG%20Bremen&Datum=11.12.2012&Aktenzeichen=1%20A%20180%2F10
+http://dx.doi.org/10.1111/j.1600-0609.2011.01715.x
+http://dx.doi.org/10.1007/BF00028411
+https://doi.org/10.1016/j.compscitech.2017.07.012
+https://www.entrepreneur.com/slideshow/306570
+https://doi.org/10.4135/9781483384436
+https://doi.org/10.1067/mod.2001.111225
+https://doi.org/10.1007/s40279-017-0688-0
+https://doi.org/10.1177/0886260509354501
+https://doi.org/10.1128/JCM
+www.bizkaia.net/kultura/kirolak/heziketa/index.asp#textoFlick
+http://dx.doi.org/10.1056/NEJM200003303421303
+https://www.timeanddate.com/sun/romania/bucharest
+Http://hsudiana.wordpress.com/
+http://www.desy.de/conferences/ecfa-desy-lc98.html
+http://cdm.unfccc.int/methodologies/DB/BM4NZO7YAH9373G9P0UZHN6G1XM3IW/view.html
+https://doi.org/10.1109/TIP.2010.2041410
+http://www.gwumc.edu/sphhs/departments/healthpolicy/chsrp/downloads/Obesity%20Report%20Final.pdf
+http://doi.org/10.1021/ma00242a019
+http://www.tracopower.com/products/tmr3.pdf
+http://dx.doi.org/10.1590/S0100-736X2014000300005
+http://dx.doi.org/10.7202/032011ar
+http://wikipedia.org/wiki/Phlebologist
+https://doi.org/10.1016/j.jgg.2016.11.003
+http://www.fstrf.ru/press/news/1534
+http://www.scielo.br/pdf/tce/v20nspe/v20nspe
+http://www-gem.jrc.it/glc2000
+http://www.manager-magazin.de/magazin/artikel/bild-708050-132686.html
+https://doi.org/10.1016/j.bbr.2009.01.022
+https://doi.org/10.1056/NEJMc0805011
+http://pubs.rsc.org/en/content/articlelanding/201
+http://www.oecd.org
+http://www.bloomberg.com/news/2012-2006-28/arena-s-diet-pill-may-spur-renewed-race-from-drugmakers.html.Accessed
+http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0056178&representation=PDF
+http://tinyurl.com/cfsnhcu.Accessed17
+https://doi.org/10.1093/beheco/arq032
+http://www.refugeehealth.org.au
+https://doi.org/10.21832/9781847691675-005
+http://library.witpress.com/pages/PaperInfo.asp?PaperID=18320
+https://doi.org/10.1080/09654310500107134
+http://manilagalleontrade.webs.com/
+http://www.na-businesspress.com/jlaeopen.html
+http://www.atmos-chem-phys.net/6/433/2006/
+https://www.ncbi.nlm.nih.gov/pubmed/26822641
+https://doi.org/10.1186/1471-2334-13-282
+https://doi.org/10.1111/j.1549-0831.2000.tb00025.x
+https://www.google.com.np/url?sa=t&rct=j&q=&e
+http://davidmlane.com/hyperstat/A34739.html
+http://www.w3.org/TR/rdf-sparql-query/
+https://doi.org/10.1116/1.588232
+https://doi.org/10.1016/j.ijrobp.2009.10.046
+http://www.w3.org/TR/rdf-sparql-query/
+https://doi.org/10.1186/s13071-014-0619-y
+http://dx.doi.org/10.1016/j.ins.2007.06.018
+http://eca.europa.eu/portal/pls/portal/docs/1/481525.PDF
+https://doi.org/10.2307/1442720
+http://www.federacionmetodosuzuki.es
+https://doi.org/10.31108/1.2019.5.10.9©MarynaOmelchenko
+http://www.padi.com/scuba/about-padi/padi-statistics/
+http://escholarship.org/uc/item/1p37m7xw
+http://datatracker.ietf.org/wg/tls/documents/김봉한
+http://www.R-project.org/
+https://doi.org/10.1029/2010JB007701
+https://doi.org/10.1162/isal_a_00110
+http://dx.doi.org/10.1007/s12223-014-0323-5
+http://www.701Panduan.com
+http://dx.doi.org/10.1037/0021-9010.89.5.755
+http://www.fbi.gov/hq/lab/fsc/backissu/april2002/index.htm
+http://www.nadir.org/nadir/initiativ/agp/free/wsf/naomiklein.htm
+http://www.spectrolab.com/DataSheets/TNJCell/utj3.pdf
+http://pmoylan.org
+https://doi.org/10.1111/brv.12378
+http://kabarpositif.blogspot.com/2006/08/sobat-sebagai-pendorong-kepatuhan.html
+http://www.ecy.wa.gov/pubs/wac173555.pdf
+https://doi.org/10.1002/2016EF000389/abstract.2016EF000389
+https://doi.org/10.1029/2000GL003822
+https://doi.org/10.1007/s10584-007-9377-6
+http://dx.doi.org/10.1038/sj.leu.2402549
+www.xinhuanet.com/2017-11/15/c_1121957526.htm
+https://doi.org/10.1109/ETCM.2018.8580296
+http://news.nationalgeographic.com/news/2014/01/140129-neanderthal-genes-genetics-migration-africa-eurasian-science/
+https://www.brookings.edu/blog/social-mobility-memos/2016/12/23/the-declining-productivity-of-education/
+http://ekonomika.by/ekonomisty?start=336
+http://www.bustle.com/articles/17529-spritz-technology-promises-the-future-of-reading-so-youll-actually-read-infinite-jest-now
+http://dx.doi.org/10.1111/j.1469-8137.1983.tb03440.x
+https://doi.org/10.1016/S0361-3682
+https://doi.org/10.1007/BF00317358
+http://www.healthdata.org/ksa/projects/saudi-health-interview-survey
+http://www.stanford.edu/group/efmh/gsk/ketefian_thesis.pdf
+https://doi.org/10.1093/gbe/evu239
+http://ec.europa.eu/councils/bx20040617/tampere_09_2002_en.pdf
+http://angolaradio.webs.com/.Acedidoem14dejunhode
+http://www.ncbi.nlm.nih.gov/pubmed/12442778
+https://doi.org/10.1177%2F1741143214549975
+https://climatedataguide.ucar.edu/climate-data/standardized-precipitation-index-spi
+http://dx.doi.org/10.1073/pnas.0804102105
+http://dx.doi.org/10.1590/S0037-86822010000500016
+https://doi.org/10.1590/S1414-98932010000500010
+http://trec.nist.gov/pubs/trec13/t13_proceedings.html
+http://dx.doi.org/10.1038/ismej.2012.141
+https://doi.org/10.1016/j.arr.2015.04.006
+http://www.COOPRESER.com/
+http://dx.doi.org/10.1109/TNET.2002.808407
+http://dx.doi.org/10.1007/s00726-009-0458-x
+https://www.nber.org/papers/w5160
+http://indonesianursing.com/2008/07/30/faktor-faktor.Diakses22Desember
+http://dx.doi.org/10.1016/j.tra.2015.04.003
+https://doi.org/10.1016/j.cie.2020.106286
+www.nrc.gov/reactors/new-reactors/col.html
+http://www.eia.gov/todayinenergy/detail.cfm?id=18391
+http://dx.doi.org/10.1590/S0021-75572001000600008
+https://dx.doi.org/10.1590/es0101-73302016163514
+https://doi.org/10.1016/j.eneco.2014.02.016
+http://www.odontología.com.br/asp?id=3b9&idesp=19&ler=s
+http://thehackernews.com/2011/10/tor-anonymizing-network-compromised-by.html
+http://www.atcc.org/ATCCAdvancedCatalogSearch/ProductDetails/tabid/452/Default.aspx?ATCCNum=CL-188&Template=cellBiology
+https://doi.org/10.21831/jptk.v23i2.13176
+https://doi.org/10.1016/j.nutres.2010.12.001
+https://doi.org/10.2337/dc09-0656PMID
+http://.ecfr.eu
+www.cisapublisher.com
+http://www.sielc.com/ProductsObelisc.html
+http://www.alexa.com/topsites/category
+http://dx.doi.org/10.1083/jcb.129.3.853
+http://www.bioetica.org/cuadernos/contenidos/lamber.htm
+http://www.rolf-sander.net/henry/henry.pdf
+http://hdl.handle.net/1885/11340
+https://doi.org/10.1016/j.jemermed.2017.01.021
+http://www.ncbi.nlm.nih.gov/pubmed/12543836
+https://doi.org/10.1021/ma9918351
+http://www.spatial.redlands.edu/sds/StewartTJ
+https://doi.org/10.1089/ten.tea.2014.0060
+http://www.nonlin-processes-geophys.net/11/561/2004/
+http://www.mfb.org.au/asset/PDF/smoke%20alarm%20brochure.pdf
+https://doi.org/10.1017/CBO9780511819049.022
+http://dx.doi.org/10.1016/j.enbuild.2013.08.016
+http://w.rcsb.org/pdb/
+https://doi.org/10.1038/nmeth.2019
+http://creativecommons.org/licenses/by/4.0/
+http://www.123dapp.com/catch
+https://doi.org/10.1016/S0950-3293
+http://www.redalyc.org/pdf/127/12749260009.pdf
+http://dx.doi.org/10.1016/j.chembiol.2016.05.010
+http://dx.doi.org/10.1021/jm200257k
+https://lpdaac.usgs.gov/products/mod09a1v006/
+https://doi.org/10.1002/cne.902190407
+http://dx.doi.org/10.1128/JB.06554-11
+https://www.todospelaeducacao.org.br/pag/quem-somos/
+http://www.open.ac.uk/business-school/sites/www.open.ac.uk.business-school/files/files/publications/download/QS%202014%20Q4%2030th%20Anniversary%20report%20-%20FINAL.pdf
+https://doi.org/10.1038/sdata.2016.18
+http://dx.doi.org/10.1080/108107301750254457
+http://www.vatican.va/holy_father/paul_vi/encyclicals/documents/hf_p-vi_enc_25071968_humanae-vitae_po.html
+http://www.planalto.gov.br/ccivil_03/constituicao/constituicao46.htm
+http://www.imim.pl/files/Wyklad%20V.pdf
+https://doi.org/10.1910/jaba.1978.11-203
+http://www.andovercoated.com/sports/cohesive_bandages.html.Accessed
+https://www.accenture.com/mu-en/_acnmedia/Accenture/next-gen/reassembling-industry/pdf/Accenture-Connected-Agriculture.pdf
+http://migre.me/f311J
+https://doi.org/10.1111/j.2042-7174.2011.00164.xPMID
+http://www.hks.harvard.edu/m-rcbg/research/d.rodrik_ksg_capital.mobility.and.labor.pdf
+http://code.google.com/p/volatility/source/browse/branches/scudette/
+http://www.metaphorik.de/10/
+https://doi.org/10.1177/0734242X12465464
+http://dubroy.com/tlogger/
+http://dx.doi.org/10.3201/eid1602.090974
+https://doi.org/10.1016/j.annemergmed.2007.08.003
+http://www.badmuckingfastard.com/sound/slipperman.htmlon
+http://www.slideshare.net/unikawidya-mandalasurabaya/potentia-edisi-1-30525628
+https://doi.org/10.1080/17450128.2016.1276656
+https://en.m.wikipedia.org
+http://ojs.tsv.fi/index.php/afinla/issue/view/694
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4338723/
+https://www.smh.com.au/entertainment/music/ears-wide-open-reflections-on-richard-gill-teacher-mentor-and-enthusiast-20181030-h179tr.html
+http://www.ncnr.nist.gov/dave
+http://www.famsi.org/reports/00017es/00017esBassie01.pdf
+http://Orthoptera.SpeciesFile.org
+http://ase.tufts.edu/gdae/WorkingGroup.htm
+http://dx.doi.org/10.1016/S0959-6526
+https://www.ahrq.gov/research/findings/nhqrdr/nhqdr14/index.html.Accessed10
+Vwww.accc.gov.au/elec'tric/regulation/sa^tn/pdf/ElectraNet.pdf.lastaccessed19/2/2003
+http://dx.doi.org/10.1105/tpc.10.9.1571
+http://www.gutenberg.org/files/15491/15491-8.txt
+https://doi.org/10.1016/j.compedu.2013.04.021
+http://dx.doi.org/10.1038/ni.2363
+http://ssrn.com/abstract=294533
+http://www.apexbrasil.com.br/noticia_detalhe.aspx?idnot=195emjaneiro/
+http://www.matrade.gov.my/en/malaysia-products-directory-matrade
+http://www.julkari.fi/bitstream/handle/10024/78185/2008b26.pdf?sequence=1
+http://dx.doi.org/10.1542/peds.109.4.e61
+https://www.nccn.org/professionals/physician_gls/pdf/nscl.pdf
+http://www.globalpeople.org.uk
+https://doi.org/10.1007/s002990050456
+https://creativeconomy.ru/lib/3367
+http://dx
+http://www.fao.org/docrep/013/am053e/am053e00.pdf
+https://doi.org/10.1029/2003JC002113
+http://wp.iwaponline.com/content/17/1/26.full
+http://www.bmz.de/en/what_we_do/countries_regions/subsahara/namibia/index.html
+http://www.garant.ru/products/ipo/prime/doc/71026758
+http://doi.org/10.3109/17549507.2014.927922
+https://doi.org/10.1093/sysbio/syr025
+https://www.activism.net/cypherpunk/crypto-anarchy.html
+http://www.hhs.gov/healthit/healthnetwork/background
+https://doi.org/10.1007/BF01211175
+https://doi.org/10.1161/01.CIR.88.2.523
+http://www.rcep.org.uk/fishreport.htm
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.1038/modpathol.2013.65
+http://www.fao.org/catalog/inter-e.htm
+http://www.latimes.com/local/earthquakes
+http://www2.datasus.gov.br/DATASUS/index.php?area=0203
+http://mathworks.com/products/matlab.Accessed
+http://hal.archives-ouvertes.fr/hal-00019314
+https://doi.org/10.1016/0032-0633
+https://doi.org/10.1038/nature14148
+http://www.vedomosti.ru/sport/news/28385751/sochi-soschitan
+https://doi.org/10.1161/CIRCULATIONAHA.115.017355
+http://www.alzrisk.org/cohort.aspx?cohortid=53.Accessed15
+http://dx.doi.org/10.1038/ismej.2012.62
+http://seafood.oregonstate.edu/.pdf%20Links/Seafood%20Traceability%20-%20A%20Practical%20Guide.pdf
+http://felix.apache.org/
+http://www.scpclearinghouse.org/upload/dynamic_upload/files/Seoul%20Declaration%20on%20the%20role%20of%20SPP%20in%20climate%20change%20mitigation%20
+https://doi.org/10.1016/j.jhazmat.2011.02.003
+http://www.p21.org/storage/documents/docs/P21_Framework.pdf
+https://doi.org/10.1038/nature13793
+http://google.com/patents/DE102008034100A1?hl=sk&cl=ar
+http://www.splot-research.org/.accessed767
+http://hal-lirmm.ccsd.cnrs.fr/docs/00/27/27/79/PDF/VAChapter_final.pdfhttp://dx.doi.org/10.1007/978-3-540-70956-5_7
+http://dx.doi.org/10.1177/1948550612461284
+http://www.bittorrent.com/
+https://doi.org/10.1109/ACCESS.2017.2767703
+http://www.R-project.org/
+http://dx.doi.org/10.2308/accr-50544
+https://freedomhouse.org/sites/default/files/June2017_FH_Report_Breaking_Down_Democracy.pdf
+http://www.oneworldaction.org/Background.htm
+http://www-sop.inria.fr/oasis/ProActive
+http://prc.coh.org/res_inst.asp
+https://doi.org/10.1183/09031936.00177011
+https://doi.org/10.1137/S0895479898349720
+http://home.pacbell.net/ouster/threads.ppt
+http://www.tj.sp.gov.br
+http://cvvm.soc.cas.cz/media/com_form2content/docu-ments/c1/a7008/f3/pd130509.pdf
+https://doi.org/10.1055/s-0035-1555878
+http://www.uitp.org/mos/corebrief/intermodalism-en.pdf
+http://lockstep.com.au/library/returnoninvestment
+https://doi.org/10.1016/j.smr.2014.03.001
+Availablefromwww.loc.gov/law/help/govt-procurement-law/china.php.Accessed11
+http://dx.doi.org/10.1002/oti.1338
+https://doi.org/10.1016/j.apcatb.2018.10.009
+https://doi.org/10.1016/j.mbs.2008.02.009
+http://www.bretschneider-782online.it/rda/rda_pdf/rda_11/rda_11_05.pdf
+http://www.mylan-guageexchange.com/
+http://dx.doi.org/10.1109/ICNN.1995.488968
+http://www.xlinguae.eu/2017_
+https://www.kp.ru/russia/novosti-turizma-v-rossii/kak-izmenitsya-turizm-vo-vremya-pandemii-v-2020-godu
+http://altmetrics.org/manifesto/
+http://news.zdnet.com/2100-3513-5678221.html
+http://bna.birds.cornell.edu.oca.ucsc.edu/bna/species/311
+http://www.hadoop.apache.org
+http://www.aclweb.org/anthology/D14-1162.https://doi.org/10.3115/v1/d14-1162
+http://www.speech-therapy-information-and-resources.com/downloads/type-token-ratio.pdf
+http://www.saum.uvigo.es/reec
+http://www.forensicarchive.com/the-archive/
+http://www.eventbrite.com/event/1605234299.Accessed
+http://dx.doi.org/10.1016/j.landusepol.2009.09.003
+http://www.cebrace.com.br/Conteudo/Vidro03.asp
+https://doi.org/10.1038/gim.2015.30
+http://dx.doi.org/10.1084/jem.20040976
+https://doi.org/10.1016/j.ejca.2011.04.009
+http://dx.doi.org/10.1016/j.semcdb.2014.12.002
+http://www.healthdata.org/sites/default/files/files/Projects/GBD/GBD_2017_heirarchies.zipAccessed10
+http://www.rbz.co.zw/monetary-policy.html
+http://dx.doi.org/10.2337/db06-0668
+http://dx.doi.org/10.1086/498113
+http://www.ksh.hu
+http://www.jusbrasil.com.br/diarios/104173090/stj-13-11-2015-pg-2518/pdfView
+http://dx.doi.org/10.1002/etep.1939
+https://doi.org/10.4054/DemRes.2012.26.17
+http://www.has-sante.fr/portail/upload/docs/application/pdf/Alzheimer%5Ftechno.pdf
+https://cdn.americanprogress.org/up-content/uploads/2014/07/RQI-report.pdf
+https://doi.org/10.1007/s13277-015-3850-z
+http://monographs.iarc.fr/ENG/Monographs/vol100E/mono100E.pdf.Dateac-cessed
+http://creativecommons.org/licenses/by/4.0/
+http://eiop.or.at/eiop/texte/1997-009a.htm
+http://dx.doi.org/10.1377/hlthaff.2010.0238
+http://www.sciencemag.org/cgi/doi/10.1126/science.281.5376.546
+https://www.msssi.gob.es/ciudadanos/enfLesiones/enfTransmisibles/sida/publi-caciones/profSanitarios/docEdadAvanzadaVIH.pdf
+http://www.ijelr.in/5.4.18/79-85%20Dr%20MANOJ%20KUMAR%20YADAV.pdf
+http://www.nmc.org/pdf/2007_Horizon_Report.pdf
+http://dx.doi.org/10.1037/0022-3514.67.4.596
+http://www.trisec.co.jp/nature-s/howto.html(2016.3.6)hideaki-s@gakushikai.jpnunokawa@nunokawa.jp
+http://dx.doi.org/10.1016/j.brq.2016.03.003
+https://doi.org/10.1002/1878-0261.12144
+https://data.worldbank.org/indicator/NY.GDP.MKTP.KD.ZG?locations=RO
+http://embryo.asu.edu/handle/10776/17642
+http://dx.doi.org/10.1002/hep.21290
+https://hrcak.srce.hr/file/275534
+http://www.wpacouncil.org/node/9adresindenerişildi
+http://www.etso-net.org
+http://www.Irrd.apav.org.co/irrd17/10/mapi17115.htm.Accessedon22
+https://eclass.teicrete.gr/modules/document/file.php/DLH105/Research%20Methods%20for%20Business%20Students%2C%205th%20Edition.pdf
+https://doi.org/10.1007/s00404-011-1946-2
+https://doi.org/10.1007/s00285-008-0211-1
+http://www.wipo.int/pressroom/en/articles/2009/article_0002.html
+https://www.uantwerpen.be/images/uantwerpen/container2673/files/Publications/WP/2017/wp-201703.pdf
+https://www.future-science.com/doi/10.2144/000114575
+https://www.hrw.org/news/2011/10/20/belarus-open-joint-ngo-letter-parliament-belarus
+https://doi.org/10.1038/s41433-018-0280-3
+https://www.aap.org/en-us/advocacy-and-policy/
+http://dx.doi.org/10.1016/0035-9203
+https://doi.org/10.2307/2009785
+https://doi.org/10.1091/mbc.E15-10-0725
+http://online.ceb.com/calcases/C3/26C3d588.htm
+https://doi.org/10.1142/9789812777249_0001
+http://dx.doi.org/10.1111/1467-9817.00137
+http://dx.doi.org/10.1001/jamainternmed.2013.13018
+http://www.arxiv.org/abs/math-ph/0011042
+https://www.tpl.org/city/norfolk-virginia
+https://doi.org/10.1108/QAE-Feb-2012-0006
+https://padlet.com
+https://doi.org/10.1089/thy.2010.1635
+https://doi.org/10.1073/pnas.1501303112
+http://www.whitehutchinson.com/children/articles/outdoor.shtml
+http://www.xraylith.wisc.edu/shadow/shadow.html
+http://www.ascusc.org/jcmc/vol6/issue1/eastin.html
+https://doi.org/10.1016/0021-8502(88)90222-4
+https://doi.org/10.1634/stemcells.19-5-397
+https://doi.org/10.1007/s10236-006-0086-x
+http://www.historyguide.org/europe/lecture14.html
+http://dx.doi.org/10.1371/journal.pone.0174944
+http://cpu.uwc.ac.za/CAPE/index.asp#CAPE
+https://doi.org/10.1007/BF03404273
+https://doi.org/10.1038/srep36814
+https://doi.org/10.1007/s10915-012-9680-x
+http://www.panoramio.com/user/4436370/tags/Nature
+http://dx.doi.org/10.1111/j.1365-3040.2009.01998.x
+http://www.advancecareplanning.ca/about-advance-care-planning/advance-care-planning-national-task-group/
+http://euratex.eu/fileadmin/user_upload/images/press_releases/presse_2018/Press_Release_EURATEX_BULLETIN_2-2018.pdf
+http://dx.doi.org/10.1186/1471-2474-14-102
+https://doi.org/10.18632/aging.101603
+http://www.alukah.net/literature_language/0/96991.aṭ-Ṭabarī
+https://www.cdc.gov/socialdeterminants/docs/SDH-White-Paper-2010.pdf.Accessed14
+http://dx.doi.org/10.24201/edu.v35i2.1867
+http://doi.org/10.1007/s11107-013-0403-5
+http://www.xdmf.org,dateaccessed
+http://www.graphics.stanford.edu/projects/forma-urbis/
+http://www.centerwatch.com
+http://doi.org/10.1016/j.brat.2013.03.006
+historiapolitica.com
+http://dx.doi.org/10.1155/2015/205367
+www.therrc.co.uk/rrc_manual.php
+https://doi.org/10.1089/jpm.2010.0413
+https://doi.org/10.1016/j.sbi.2015.08.009
+http://www.nst.com.my/news/2016/09/177225/fuel-prices-go-october
+https://doi.org/10.1590/S1519-70772007000300002
+http://camdenredevelopment.org/
+http://www.nycris.org.uk
+http://www.ncbi.nlm.nih.gov/pubmed/24527314
+https://doi.org/10.1371/journal.pone.0036892
+https://hmt.mining.itb.ac.id/pro-kontra-transportasi-online/
+http://www.m-w.com/dictionary/hospice
+http://iai.asm.org/Downloadedfrom
+http://www.ncbi.nlm.nih.gov/
+http://dx.doi.org/10.1089/vim.2007.0079
+http://msetc.org/docs/pennsylvaniastatewideworkforceassessmentv1_final_for_web.pdf
+https://doi.org/10.1007/s10551-017-3774-1
+https://www.premier.gov.pl/en.html
+http://www.fao.org/docrep/017/i1688e/i1688e.pdf
+http://dx.doi.org/10.1079/9781845936600.0000
+http://dx.doi.org/10.9790/487X-1254655
+http://doi.org/10.7535/hbkd.2016yx06012
+http://www.sasaweb.com/ContentDetails/ContentDetails#?ContentId=38&SubMenuType=1
+http://dx.doi.org/10.1021/ie50467a042
+http://www.academia.edu/3131829/Prehistoire_de_la_Geometrie_Premiers_elements_denquete_premieres_conclusionshttp://akira.ruc.dk/~jensh/publications/1996%7BR%7D17_Keller_Prehistoire_MS.PDFReferences
+293.wileyonlinelibrary.com/journal/jrsCopyrightc
+http://www.cs.utk.edu/netsolve/
+http://dx.doi.org/10.1016/S0896-6273
+http://www.quadernidaltritempi.eu/rivista/numero12/03mappe/q12_giorgio_guerrafredda_01.htm
+https://doi.org/10.1016/j.biocontrol.2014.02.015
+http://www.prefeitura.sp.gov.br/cidade/secretarias/meio_ambiente/parques/.Acessadoem12/02/2013
+https://doi.org/10.4161/psb.23681
+http://genome.ucsc.edu/
+http://hc.rediris.es/02/index.htmlNChomsky
+http://ria.ru/world/20140909/1023445906.html
+https://web.archive.org/web/20051017034923/http://www.ftpiicd.org/files/research/reports/report3
+http://dx.doi.org/10.7748/ns2011.08.25.49.35.c8651
+http://dipp.nic.in/reports_dipp.htm
+http://www1.receita.fazenda.gov.br/sistemas/sped-fiscal/download/GUIA_PRATICO_DA_EFD-Versao_2.0.17.pdf
+http://www.culturalsurvival.org/programs/panama/IACHR_Petition.pdf
+http://www.mindat.org/index.php
+http://ea.donntu.edu.ua:8080/jspui/bitstream/123456789/1783/1/Дистанционноеобучениебудущего%3aискусственныйинтеллектдаетновыевозможности.pdf
+http://swtch.com/˜rsc/regexp/
+http://dx.doi.org/10.1016/j.nimb.2010.01.014
+http://aprendeenlinea.udea.edu.co/revistas/index.php/cont/article/view/14632
+http://dx.doi.org/10.13031/2013.35810
+https://www.uta.edu.ec/v2
+http://data.worldbank.org/country/west-bank-gaza
+https://doi.org/10.1146/annurev.ns.35.120185.001415
+https://doi.org/10
+http://www.smakraftforeninga.no/visartikkel.php?id=2996
+http://dx.doi.org/10.1101/cshperspect.a000414
+http://www.redalyc.org/pdf/679/67916259012.pdf
+https://trid.trb.org/view.aspx
+http://dx.doi.org/10.1023/A:1006408522233
+www.opticsin-fobase.org/oe/fulltext.cfm?uri=oe-17-14-11360
+planalto.gov.br/ccivil_03/_Ato2007-2010/2009/Decreto/D6949.htm
+https://doi.org/10.4314/ajpsy.v12i3.48496
+https://blogs.mcafee.com/mcafee-labs/fakeinstaller-leads-the-attack-on-android-phones
+http://dx.doi.org/10.1093/cid/cit603
+https://doi.org/10.1371/journal.pgen.1002810
+http://ec.europa.eu/enlargement/archives/seerecon/kosovo/doc-uments/kosovo_toward_stability_and_prosperity_1999.pdf
+www.mta.gov.tr
+http://dx.doi.org/10.1080/00016470052943829
+http://link.periodicos.capes.gov.br.ez15.periodicos.capes.gov.br/sfxlcl3
+http://dx.doi.org/10.1172/JCI36800
+http://dx.doi.org/10.1016/0022-1031(77)90049-X
+http://www.bom.gov.au/climate/averages/tables/cw_086282.shtml
+http://www.qje.oxfordjournals.org
+https://doi.org/10.1016/S0378-1127(00)00513-2
+https://doi.org/10.1128/JCM.01679-15
+https://doi.org/10.2175/106143095X131466
+http://www.scheu-dental.com/files/katalog/katalog_SCHEU_08_F.pdf
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1807-55092013000100010&lng=pt&nrm=iso
+http://dx.doi.org/10.3201/eid1909.130682
+http://unctadstat.unctad.org/wds/TableViewer/tableView.aspx?ReportId=88
+http://www.wikitude.org/
+http://dx.doi.org/10.1016/j
+https://doi.org/10.1038/sj.emboj.7600875
+https://doi.org/10.1039/c3ta12902k
+http://dx.doi.org/10.1016/j.jhydrol.2010.02.024
+http://www.athabascau.ca/writers/barocque.html
+http://www.ipea.gov.br/agencia/images/stories/PDFs/livros/livros/livro\\_brasil\\_desenvolvimen-to2013\\_vol03.pdf
+http://r0k.us/graphics/kodak/
+http://dx.doi.org/10.5772/intechopen.83594
+http://www.un.org/ru/documents/decl_conv/conventions/agenda21_ch9.shtml
+http://dx.doi.org/10.1029/2008GL035363
+http://dl.acm.org/citation.cfm?id=1298455.1298481
+https://doi.org/10.1073/pnas.1203530109
+https://doi.org/10.1179/sic.2001.46.1.68
+http://www.straight.com/article/baffling-brain-ailment-hits-heroin-smokers
+https://doi.org/10.1007/s10592-006-9134-9
+http://dx.doi.org/10.2190/bv5h-3630-18cu-6c3b
+www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=5491323
+https://www.gastro.org/practice-guidance/practice-updates/covid-19/gastroenterology-professional-society-guidance-on-endoscopic-procedures-during-the-covid-19-pandemic
+https://doi.org/10.1371/journal.pone.0038639
+http://www.taz.de/!5153500/
+https://doi.org/10.1016/j.landusepol.2015.05.015
+http://doi.org/10.1016/0163-6383
+http://www.biomedcentral.com/1472-6882/8/52
+http://www.stat.stanford.edu/∼donoho/Lectures/AMS2000/AMS2000.html
+http://www.ihealthbeat.org/insight/2010/virginia-bill-mandates-coverage-of-telemedicine-barriers-remain
+http://dx.doi.org/10.1128/MMBR.00076-15
+Http://www.zzzs.si/zzzs/info/egradiva.nsf/0/36c5c4c79cadb667c125729e0041f4ba/$FILE/splosni%20dogovor%202007.pdf
+http://dx.doi.org/10.1643/0045-8511
+http://eib.sep.gob.mx/files/reflexiones_fornet.pdf
+http://www.iie.org/en/Research-and-Publications/Open-Doors/Data/Fast-Facts#.Vy-Susv2YdV
+http://quaternary.stratigraphy.org/workinggroups/anthropocene/
+http://dx.doi.org/10.1207/s15326942dn2901_2
+www.cigionline.org
+http://dx.doi.org/10.1504/IJLIC.2006.009212
+http://dx.doi.org/10.1590/S1414-32832002000100001
+http://www.huffingtonpost.com/michael-a-santoro-and-wendy-goldberg/chinese-internet-censorsh_b_156212.html
+http://www.emclab.umr.edu/consortium/technical.html
+http://www.blili.comhttp://www.zalora.co.idhttp://www.lazada.co.id
+https://doi.org/10.15587/1729-4061.2017.106925
+https://doi.org/10.1016/j.jsams.2013.05.008
+http://dx.doi.org/10.1109/TIFS.2009.2033233
+http://www.wolfsberg-principles.com
+https://doi.org/10.1002/uog.318
+https://zakon.rada.gov.ua/rada/show/vb4576091023
+http://apps.olin.wustl.edu/faculty/Gopalan/credit_ratings_and_liquidity_risk.pdd
+https://doi.org/10.1162/POSC_a_00049
+http://dx.doi.org/10.1146/annurev.arplant.59.032607.092752
+http://journals.cambridge.org/article_S0022112010002466.8,40
+https://doi.org/10.1038/nature06805
+http://www.hebirobotics.com
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3180145/
+http://dx.doi.org/10.1614/WS-04-044R2
+http://www.journalofvision.org/content/10/12/33
+http://studentsrepo.um.edu.my/7599/6/THESIS__FINAL_-_ESMALI_B._BARI_%2528PHA_120028%2529_COPY_3.pdf
+https://doi.org/10.1186/s13036-019-0144-9
+https://doi.org/10.1038/nature03611
+http://www.jbc.org/content/254/8/2592
+http://dx.doi.org/10.1105/tpc.7.7.1085
+http://cancerres.aacrjournals.org/content/41/1/187
+https://doi.org/10.1215/08992363-14-2-361
+http://www.ecologyandsociety.org/vol13/iss2/art46/
+http://industri.kontan.co.id/news/kuartal-iii-penjualan-amdk-capai-173-miliar-liter
+http://alainet.org/active/56380
+https://doi.org/10.1038/nrd.2016.238
+https://doi.org/10.1002/asi
+https://doi.org/10.1002/smll.201602133
+https://doi.org/10.1097/01.hjh.0000431740.32696.ccPMid
+https://doi.org/10.1083/jcb.142.2.457
+https://doi.org/10.1038/nsmb.2057
+http://www.education/vic.gov.au/about/Programs/infrastruct935ure/Pages/newschoolsproject.aspx
+https://doi.org/10.1530/JME-13-0201
+http://vanbeek.geo.uu.nl/suppinfo/vanbeekbierkens2009.pdf
+http://www.lecceweb.it/community/dialettario.php
+pic.qcslink.com/introPLC/AdvOFDM.htm
+https://doi.org/10.13810/j.cnki
+http://journals.ateneo.edu/ojs/index.php/kk/article/view/KK2016.02615
+www.researchgate.net/publication/235777342_Analysis_of_Hyoid_Bone_Using_3D_
+www.nber.org/papers/w21342
+http://www.bloodjournal.org/content/122/26/4230.full.html
+http://www.un-aids.org/bangkok2004/report_pdf.html
+http://english.ahram.org.eg/NewsContent/3/12/101910/Business/Economy/Egypts-per-capita-water-share-falls--pct-in--years.aspx
+https://www.bolasport.com/read/311369950/persahabatan-antarsuporter-banyak-teman-banyak-rezeki?page=all
+http://disciplinas.stoa.usp.br/pluginfile.php/176451
+https://doi.org/10.1016/j.ejphar.2011.09.007
+http://www.praat.org/
+http://dx.doi.org/10.1096/fj.02-0941fje
+http://www.grin.com/en/e-book/280336/determining-factors-and-impacts-of-modern-agricultural-technology-adoptionCSA
+http://www.fines-cluster.eu/fines/jm/Documents/Download-document/410-FInES-Horizon-2020_Position-Paper-v2.00_Annex.html
+http://www.msu.edu/user/stynes/pubs.htmU.S.CensusBureau
+http://smart-lab.ru/blog/174308.php
+https://doi.org/10.1016/j.mehy.2010.02.003
+http://dx.doi.org/10.1093/jac/dkp101
+https://doi.org/10.1146/annurev-physchem-032811-112012
+https://doi.org/10.1016/j.biopsych.2005.12.015
+https://doi.org/https://doi.org/10.1016/j.seppur.2013.04.030
+http://dx.doi.org/10.1109/TPAS.1970.292812
+https://www.trt4.jus.br/sear-ch
+http://law.univ.kiev.ua/images/stories/Lit/kaf-zemel/2012-round-table.pdf
+http://www.itfacts.biz/index.php?id=P1654
+https://doi.org/10.1175/1520-0442
+https://www.syekhnurjati.ac.id/jurnal/index.php/oasis/article/view/1028
+http://www.osti.gov/bridge/servlets/purl/568983-AkVFPW/webviewable/568983.pdf
+www.cellnumbers.com/cell-phone-usage.aspx
+http://proceedings.eceee.org/visabstrakt.php?event=5&doc=5-368-15
+http://www.geohive.com/default1.aspx
+https://doi.org/10.1152/japplphysiol.01066.2005
+https://doi.org/10.1029/2006WR004927
+www.uwaproject.org
+http://www.prb.org/pdf12/malawi-datasheet-2012.pdf
+https://doi.org/10.1177/016344390012004002
+https://doi.org/10.1080/10494820.2018.1543200
+http://www.revistatog.com/num20/pdfs/original4.pdf
+http://www.hse.gov.uk/research/rrpdf/rr675.pdf
+http://time.com/5205314/facebook-cambridge-analytica-breach/
+https://doi.org/10.26439/contratexto.2017.027.002
+http://caffe.berkeleyvision
+dewww.escolanomade.org
+http://dx.doi.org/10.1175/1520-0469
+http://www.qualcomm.com/1000x
+http://dx.doi.org/10.1128/JVI.00041-10
+https://www.dplh.wa.gov.au/alt
+http://dx.doi.org/10.3916/C44-2015-13
+http://www.arxiv.org/abs/math.CO/0501313
+http://www.iso.org/iso/catalogue_detail.htm?csnumber=53375
+http://dx.doi.org/10.1007/978-1-4020-9231-2_16
+http://ojs.mdpu.org.ua/index.php/biol/article/view/119/1723
+http://dx.doi.org/10.1007/s10549-007-9633-5
+http://www.saudeanimal.com.br/extinto25.htm
+http://citeseerx.ist.psu.edu/viewdoc/download
+http://www.sumsar.net/papers/ICMPC2012rasmusbaath.pdf
+http://nbn-resolving.de/urn:nbn:de
+http://www.elft.hu
+http://www.revistaeducacion.mec.es/re343_monografico.htm
+http://www.victoriancurriculum.vcaa.vic.edu.au
+http://www.fccc.edu/research/labs/dunbrack/culledpdb.html
+https://doi.org/10.1016/j.cyto.2012.06.018
+http://dx.doi.org/10.1016/S0277-9536(01)00209-X
+http://cs.gmu.edu/~sean/book/metaheuristics/
+https://doi.org/10.3109/14767058.2015.1079614
+https://doi.org/10.3989/gya.0706142
+http://en.wikipedia.org/wiki/Nielsen_ratings
+https://doi.org/10.1093/toxsci/kfu118
+https://www.saltstack.com/
+http://img.ivz.si/janez/2541-8149.pdf
+http://www.cepr.org/pubs/dps/DP9277.asp
+http://opinionator.blogs.nytimes.com/2013/05/15/targeting-texas/
+http://www.nellis.af.mil/library/flyingoperations.asp
+http://wac.colostate.edu/books/owi/
+http://dx.doi.org/10.1093/nar/gkq032
+https://doi.org/10.1136/oem.60.5.330
+https://doi.org/10.24821/resital.v15i2.849
+http://www.bne.es/
+https://doi.org/10.1021/acs.est.6b05878
+https://www.cambridge.org/core/terms
+https://doi.org/10.1080/23311975.2018.1507276
+https://doi.org/10.5194/acp-2018-373Manuscript
+https://doi.org/10.5194/acp-12-6309-2012
+https://doi.org/10.1016/j.cell.2004.12.033
+http://siteresources.worldbank.org/INTAFRREGTOPSEIA/Resources/paper_Kellaghan.pdf
+www.who.int/whr/1996/exsume.htm
+http://www.bom.gov.au/jsp/awap/
+http://www.chesapeakebay.net/channel_files/19193/chesapeake_2000.pdf
+http://www-rnks.informatik.tu-cottbus.de/content/unrestricted/teachings/2004/
+http://dx.doi.org/10.1016/j.psyneuen.2010.06.005
+https://doi.org/10.1590/
+http://dx.doi.org/10.1016/S0148-2963
+http://dx.doi.org/10.2139/ssrn.350100
+http://dx.doi.org/10.1111/jfd.12053
+https://doi.org/10.1186/1471-213X-6-1PMID
+http://www.nnlm.nlm.nih.gov/pnr/eval/rogers.html
+http://jsll.jsmz.gov.cn:85/eap/83.news.detail?news_id=382715
+https://doi.org/10.1073/pnas.1408148111
+http://www.expandnet.net/PDFs/ExpandNet-WHO%20Nine%20Step%20Guide%20published.pdf12
+https://doi.org/10.1016/j.jmva.2014.11.005
+https://doi.org/10.1017/S183336720000170X
+https://doi.org/10.1037/dev0000014
+http://www.portcom.intercom.org.br/revistas/index.php/revistaintercom/article/view/1888/1683
+http://www.stoa.org/sol/history.shtml
+https://dialnet.unirioja.es/servlet/articulo?codigo=4154471
+http://www.harryganzeboom.nl/ISCO08/isco08_with_isei.pdf.Accessed17
+http://www.R-project.org/
+http://seismo.ethz.ch/GSHAP/
+http://www.wm.edu/education/599/05Projects/Jennings_599.pdf
+http://dx.doi.org/10.1090/S1088-4165-05-00191-3
+https://doi.org/10.1016/j.ifacol.2018.08.287
+https://doi.org/10.1016/j.geoderma.2015.11.030
+http://dx.doi.org/10.1091/mbc.E06-11-0987
+https://doi.org/10.3201/eid1111.050851
+http://www98.griffith.edu.au/dspace/bitstream/handle/10072/1051/?sequence=1
+https://doi.org/10.1186/jbiol60
+https://www.youtube.com/watch?v=dMF9RT3SjpE
+http://www.inca.edu.cu/productos/pdf/Micorrizas.pdf.Consultadoel13defebrerode2012.INFORGANIC2005.Lafijaciónsimbióticadenitrógenoensoja.Disponibleen:inforganic.com/page=76&c7c33d0f000249bdc7cdeb41a72.Consultadoel20defebrerode2012
+http://library.wur.nl/WebQuery/clc/580108
+http://www.theatlantic.com/technology/archive/2012/02/what-professional-designers-can-learn-from-the-diy-crowd/252719/
+http://linkinghub.elsevier.com/re-trieve/pii/S0091743514001315
+http://www.naturaldatabase.com
+https://doi.org/10.1080/14790710608668392
+https://doi.org/10.1590/S1414-98932010000100011
+http://www.ohri.ca/programs/clinical_epidemiology/oxford.asp.Accessed4
+https://www.iess.gob.ec/es/inst-quienes-somosKotler
+http://www.questia.com/googleScholar.qst?docId=5000601027
+https://doi.org/10.1261/rna.043133.113
+http://kalemacademy.com/Cms_Data/Contents/KalemAcademyDB/Folders/SayiMakaleleri/~contents/DK82NBLT
+https://doi.org/10.1038/nature01368
+https://doi.org/10.1016/j.mayocp.2014.02.018
+http://www.riversideca.gov/finance/PDF/budget-1618/CommunityImprovementProgramSummary.pdfAccessed
+https://doi.org/10.1002/wdev.7
+http://biblioteca.planejamento.gov.br/biblioteca-digital/biblioteca-digital/mencao_honrosa_marcia_IV_premio.pdf
+http://www.zef.de/fileadmin/webfiles/downloads/projects/el-mikawy/egypt_final_en.pdf
+http://dx.doi.org/10.1586/erv.09.133
+http://www.dhss.state.mo.us/NewsAndPublicNotices/05FishAdvisory.pdfS
+https://doi.org/10.1016/j.ijsolstr.2009.08.007
+http://www.umweltbun-desamt.de/sites/default/files/medien/461/publikatio-nen/4412.pdf
+https://doi.org/10.1016/0028-3932
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=263052&tool=pmcentrez&rendertype=abstract
+http://www.Selectagents.gov/Regulations.html
+http://www.oepa.net/
+https://elibrary.ru/item.asp?id=28813658
+http://www.statsoft.comStrohecker
+https://eprint.iacr.org/2018/508
+https://doi.org/10.1080/14682753.2017.1362167
+http://stacks.iop.org/1742-6596/34/i=1/a=155?key=crossref.bff295028caa2a3d7f77f4457200f41f
+http://dx.doi.org/10.1038/nature09355
+www.gifted.uconn.edu/siegle/Dissertations/Eric%20Mann.pdf
+https://doi.org/10.1007/s10606-012-9178-y
+https://www.cambridge.org/core
+https://doi.org/10.1158/1541-7786.MCR-13-0567
+https://doi.org/10.3390/molecules23071623
+http://www.hydro.co.nz/l_greenhouse_com/greenhouse.html
+Wellington.www.mfe.govt.nz/environmental-reporting/land/area-native-land-cover-indicator/legally-protected-conservation-land.html-accessed10
+https://www.ictj.org/sites/default/files/ICTJ-SierraLeone-Handbook-TRC-2003-English.pdf
+http://dx.doi.org/10.2307/1252129
+http://www.jimmunol.org/content/160/8/3642
+https://doi.org/10.1101/349365doi:bioRxivpreprint9
+https://doi.org/10.3349/ymj.2017.58.5.975
+fromwww.bclaws.ca/EPLibraries/bclaws_new/document/ID/Fre
+http://www.mpfs.de/index.php?id=676
+https://www.ncbi.nlm.nih.gov/pubmed/27746034
+www.energystar.gov/index.cfm?c=business.bus_upgrade_manual
+http://www.womensenews.org/article.cfm/dyn/aid/2176/context/archive
+http://dx.doi.org/10.2147/OPTH.SI33839
+https://doi.org/10.1029/96WR02985
+http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0078460
+https://doi.org/10.1128/jb.176.9.2754-2758.1994
+https://minerva.usc.es/xmlui/bitstream/handle/10347/7331/6-Leontaridi.pdf?sequence=1
+https://doi.org/10.1016/j.watres.2008.10.034
+http://www.who.int/mediacentre/factsheets/fs164/en/
+https://www.genomicsengland.co.uk/the-100000-genomes-project/understanding-genomics/rare-disease-genomics/
+http://sciforedu.ruISSN
+https://doi.org/10.1038/labinvest.2011.116
+https://doi.org/10.1128/AAC.00482-15
+http://dx.doi.org/10.1186/s13075-015-0802-3
+http://www.mujerysalud.gob.mx/mys/doc_pdf/encuesta_nacional.pdf
+http://elib.uni-stuttgart.de/opus/volltexte/2000/650/
+https://www.stern.de/tv/faq-krankhafte-fettverteilung--was-sie-ueber-lipoe-deme-wissen-sollten-7339120.html
+http://doi.acm.org/10.1145/1177080.1177101
+http://dx.doi.org/10.5282/o-bib/2015H1S68-74
+http://wwwisis.ufg.edu.sv/wwwisis/documentos/TE/638.1-A162p/638.1-A162p-
+http://prrac.org/newsletters/novdec2012.pdf
+http://mocportfolioprogram.org/about/.AccessedJuly9
+http://webbook.nist.gov/chemistry/fluid/
+http://dx.doi.org/10.1007/978-1-4899-2271-7
+http://mekongtourism.org/website/wp-content/uploads/downloads/2011/02/Fact-Sheet-Global-Ecotourism-IETS.pdf
+http://dx.doi.org/10.4049/jimmunol.166.5.3589
+https://doi.org/10.1016/S0272-7358(97)00105-0
+http://dx.doi.org/10.1039/b510800d
+https://doi.org/10.1126/science.293.5535.1611
+http://dx.doi.org/10.1016/S0046-8177
+http://dx.doi.org/10.1083/jcb.200604113
+http://www.thenews.com.pk/daily_detail.asp?id=139905
+http://yosemite.epa.gov/sab/SABPRODUCT.NSF/81e39f4c09954fcb85256ead006be86e/73
+https://doi.org/10.1093/nar/gkp497
+https://doi.org/10.1088/1126-6708/2002/05/027
+www.messefrankfurt.com.hk
+http://www.jcrinc.com/Joint-Commission-Requirements/Hospitals/#PCadresinden10.05.2010tarihindeeriflilmifltir
+http://www.pewinternet.org/~/media//Files/Reports/2009/PIP_Health_2009.pdf
+http://www.charlestonchamber.net/uploads/Medical10L.pdfon
+http://dx.doi.org/10.15863/TAS.2015.12.32.5
+http://www.daserste.de/specials/service/ard-text-35-geburtstag-infos-100.html
+https://doi.org/10.3382/ps.2013-03225
+http://www.theatermania.com/new-york-city-theater/news/seth-macfarlane-wants-you-to-know-he-could-totally_64436.html
+http://plato.stanford.edu/archives/win2014/entries/galileo/
+https://doi.org/10.1103/PhysRevLett.80.2685
+https://doi.org/10.1108/02621710810895677
+http://dx.doi.org/10.1007/s10973-011-2170-9
+https://doi.org/10.1074/mcp.M115.057117
+http://dx.doi.org/10.1016/j.wneu.2013.01.106
+http://dx.doi.org/10.17801/0101-3122/rbs.v21n1p114-121
+http://www.ipcc.ch/report/ar5/wg1
+https://doi.org/10.1016/j.geomorph.2015.10.027
+http://pubs.iied.org/16514IIED.html
+http://www.uppaal.com/
+http://dx.doi.org/10.3897/zookeys.271.4062
+https://doi.org/10.1007/s12020-016-0863-3
+https://doi.org/10.1016/j.eneco.2017.12.023
+https://doi.org/10.18860/jmpi.v4i1.7339
+http://psocare.agenzia-farmaco.it/REPORT2008_defweb.pdf
+http://dx.doi.org/10.1027/1864-9335/a000178
+https://doi.org/10.1002/prot.20784
+https://doi.org/10.1260/0266-3511.28.3-4.187
+http://www.healthmeasures.net/explore-measurement-systems/promis.Accessed
+https://doi.org/10.1046/j.1471-4159.1997.69041484.x
+https://doi.org/10.1016/j.ymgme.2004.04.011
+https://doi.org/10.1016/j.healthplace.2014.10.015
+https://doi.org/10.1029/2011GL048355
+http://www.tandfonline.com/doi/abs/10.1080/15228959.2013.842414?queryID=%24%7BresultBean.queryID%7D&#.VOtPYvmsU4E
+http://www.sciencedaily.com/releases/2015/11/151118101815.htm
+https://doi.org/10.1007/bf00845390
+https://www.ams.usda.gov/datasets/pdp
+http://www.dw.com/uk/,Порошенкопідписавзаконипродекомунізацію
+http://dfat.gov.au/trade/agreements/rcep/Pages/background-to-the-region-al-comprehensive-economic-partnership-rcep-initiative.aspx
+https://doi.org/10.1016/j.exphem.2008.11.002
+http://hvg.hu/itthon/20110816_jobbik_jozan_emberekUtolsóletöltésdátuma
+http://www.newsis.com/
+http://dx.doi.org/10.4161/gmic.19934
+https://doi.org/10.1016/j.jclinepi.2019.06.014
+http://www.efficiencyvermont.com/pages/Residential/SavingEnergy/HighElectricBills/
+http://lepewwg.web.cern.ch/LEPEWWG/lepww/tgc/
+https://doi.org/10.1186/s40249-018-0421-8
+https://doi.org/10.1371/journal.pone.0109178PONE-D-14-13958
+http://www.nytimes.com/2010/04/26/opinion/26krugman.html?_r=0
+http://www.nvidia.com/object/cudahome.html
+https://doi.org/10.1016/j.earlhumdev.2017.04.010
+https://doi.org/10.1016/j.canlet.2013.07.034
+https://doi.org/10.1177/160940690600500107
+http://www.kff.org/rxdrugs/loader.cfm?url=/commonspot/security/getfile.cfm&PageID=13796
+https://doi.org/10.1186/ar3827
+https://doi.org/10.1074/jbc.M110.128561
+http://www.biomedcentral.com/1471-2148/11/14
+http://smartboard.com.ua/ru/howtos/13.htm
+https://www.google.com/search?q=Scolarisation+des+élèves+en+situation-2007
+https://doi.org/10.1057/palgrave.bm.2550055
+https://doi.org/10.1038/nmat1849
+https://www.atips.ca/projects/qcadesigner
+http://www.ifrs.org/NR/rdonlyres/1CFBC1A8-50F1-4BF3-9A33-579F849560C8/0/EDAmendstoIAS37.pdf
+https://clinicaltrials.gov/ct2/show/NCT00957229.Accessed
+http://dx.doi.org/10.1111/j.1467-9450.1994.tb00956.x
+https://bit.ly/2U4zt4W
+https://doi.org/10.1128/AEM.01399-06
+https://doi.org/10.1016/S0140-6736
+http://dx.doi.org/10.1016/j.curobgyn.2006.05.003
+http://www.riedlab.nci.nih.gov/publications/DNA%20Prep_TC%20%20High%20Salt.doc.pdf.Online
+www.disastercenter.com/laworder12938
+https://doi.org/10.1249/MSS.0b013e318195a21a
+http://www.ilt.columbia.edu/publica-tions/locke_understanding.html
+http://doi.org/10.1177/1757975913507297
+https://novate.ru/blogs/290416/36153/
+http://www.stats.bris.ac.uk/wavethresh/
+http://dx.doi.org/10.1016/j.csda.2008.04.031
+http://www.thedenverdailynews.com/article.php?aID=9667
+https://doi.org/10.1038/nature12354
+https://doi.org/10.1111/j.1439-0485.2011.00429.x
+https://doi.org/10.3390/atmos7050073
+http://www.iaac.org.uk
+https://doi.org/10.1080/01621459.1958.10501452
+https://doi.org/doi:10.1016/j.brat.2007.04.009
+https://www.sisben.gov.co/sisben/Paginas/Sisb%C3%A9n-III.aspx19
+http://www.etcsl.orinst.ox.ac.uk
+http://www.cultura.ba.gov.br/wp-content/uploads/2010/12/Relatorio_SECULT-2007-2010.pdf
+http://www.who.int/mediacentre/factsheets/fs204/en
+http://www.census.gov/hhes/www/cpstables/032011/perinc/new03_001.htm
+http://dx.doi.org/10.1128/JVI.01233-06
+http://doi.org/10.1007/s13277-011-0301-3
+http://www-lis.gseis.ucla.edu/DL/
+http://dx.doi.org/10.1016/j.tips.2013.03.006
+http://cyfrowaekonomia.pl/niemcy--uznaly-bitcoin
+http://www.bluetooth.com
+http://www.gezondheidsraad.nl/en/publications/
+http://www.scielo.br/pdf/ref/v10n2/14972.Acessoem22/05/2019
+http://ecfr.gpoaccess.gov13ABAQUSversion6.11On-lineDocumentation
+https://doi.org/10.1016/j.watres.2008.04.006
+https://code.google.com/p/course-builder/
+http://activelivingresearch.org/active-education-physical-education-phys-ical-activity-and-academic-performance
+http://www.mathworks.com
+https://doi.org/10.1016/j.cortex.2012.05.022
+https://doi.org/10.1016/S0896-6273(02)01144-3
+http://dx.doi.org/10.1097/00005072-199305000-00008
+https://doi.org/10.17660/ActaHortic.2005.693.17
+http://dx.doi.org/10.1371/journal.pone.0077763
+https://doi.org/10.1038/s41380-020-0649-0
+https://doi.org/10.1007/s10584-007-9361-1
+https://doi.org/10.1080/13698575.2013.802295
+http://www.whc.uneco.org/en/list/320-ICOMOS-363.pdf
+http://ssrn.com/abstract=2508929.Acessoem
+http://dx.doi.org/10.1007/s10693-011-0114-y
+http://fingerprint.nist.gov/minex
+https://doi.org/10.1128/EC.00121-06
+http://edis.ifas.ufl.edu/pdffiles/PI/PI12600.pdf
+https://doi.org/10.4324/9781315848273
+http://www.tripwire.com
+https://doi.org/10.1051/matecconf/201815603048
+http://dx.doi.org/10.1016/S1353-8020(09)70439-0
+http://dbpubs.stanford.edu:8090/pub/1999-66
+http://www.ijesrt.com
+http://pad.edu/wp-content/uploads/2012/01/Paper_TSU_Final.pdfPROYECTO
+https://doi.org/10.1179/sre.1983.27.207.43
+http://dx.doi.org/10.1074/jbc.M803109200
+http://www.Yet2.com/app/about/about/com
+http://www.cptnacional.org.br/index.php/component/jdownloads/category/5-assassinatos?start=10
+https://doi.org/10.3758/brm.41.4.1149
+https://www.cun.es/enfermedades-tratamientos/enfermedades/tiroiditis-hashimoto.Published
+http://www.sltinfo.com/type-token-ratio/
+http://www.webcitation.org/5VkcHLeQw
+https://doi.org/10.1161/CIRCULATIONAHA.108.837369
+https://doi.org/10.1016/j.envint.2009.09.003
+https://ssrn.com/abstract=3226051
+http://dx.doi.org/10.1007/s10584-012-0450-4
+http://www.hrw.org/sites/default/files/reports/turkey0511webwcover.pdf
+http://link.springer.com/10.1007/978-3-319-12274-8_12
+http://heis.vuv.cz
+https://doi.org/10.1210/jc.2013-2454
+http://dx.doi.org/10.1046/j.0022-202x.2001.01399.x
+http://energeia.voila.net/renouv/electricite_renouvela-ble_france.htm
+www.ashrae.org
+http://timreview.ca/sites/default/files/Issue_PDF/february11_osbr
+http://www.mcdonalds.ca/ca/en/contact_us/faq.html
+http://www.uv.mx/cpue/num14/inves/completos/lahire_teoria_habitus.html
+http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml
+http://dx.doi.org/10.1016/j.joen.2010.03.022
+http://www.bdn-steiner.ru/cat/Ga_Rus/283.doc
+https://doi.org/10.5194/acp-17-13103-2017
+http://www.azer.com/aiweb/categories/magazine/84_folder/84_articles/84_cavanaugh.html
+http://www.medicalera.com/index.php?option=com_myblog&show=sepotong-coklat-dapat-melumerkan-rasa-nyeri-dan-sakit.html&Itemid=314
+https://doi.org/10.1038/kisup.2011.32
+cdc.gov/niosh/docs/2009-153/
+http://networkedblogs.com/wju1l
+http://CRAN.R-project.org/package=maptools
+https://doi.org/10.1128/JB.01515-09
+https://doi.org/10.1017/jfm.2012.166
+https://www.statista.com/statistics/265796/us-search-engines-ranked-by-number-of-core-searches/
+https://doi.org/10.2307/1535425
+https://doi.org/10.1111/j.1574-6941.2008.00533.x
+https://doi.org/10.1016/S0140-6736
+https://doi.org/10.1111/j.1540-5893.2012.00504.x
+https://doi.org/10.1007/s00018-008-7536-1
+https://doi.org/10.2307/1969318
+https://arxiv.org/pdf/1705.08131
+https://doi.org/10.1515/pac-2016-0302
+http://www.justice.gov/opa/pr/2012/May/12-ag-568.html
+https://doi.org/10.1002/bjs.9638
+http://dx.doi.org/10.1037/edu0000055
+http://www.nlm.nih.gov/research/visible/
+www.tutorialspoint.com/jsf/jsf−display−datatable.html
+https://doi.org/10.1016/j.pbb.2010.11.009
+https://doi.org/10.1080/15548627.2015.1017184
+http://www.hkjournal.org/archive/2011_fall/2.htm
+http://www.pdf4free.com
+https://doi.org/10.1111/j.1365-2648.2005.03583.xPMID
+http://dx.doi.org/10.1002/art.22658
+http://www.slideshare.net/ruyferreira/tese-de-doutorado-1915900
+https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/articles/overviewoftheukpopulation/february2016.Accessed22
+http://dx.doi.org/10.1371/journal.pbio.0030204
+https://doi.org/10.1056/NEJM199202133260706
+https://doi.org/10.1016/j.cell.2014.07.013
+https://doi.org/10.1086/382347
+https://doi.org/10.1016/j.amjmed.2007.10.002
+https://doi.org/10.1139/cjes-37-4-549
+http://www.agudigraficos.com/agudi/images/stories/revista_36.pdf
+http://hi-edu.ru
+http://erlc.com/resource-library/articles/issue-analysis-surrogacy
+https://twitter.com/FAOKnowledge
+http://www.athabascau.ca/newsroom/press/facts.php
+http://abstracts.aetransport.org/paper/index/id/1396/confid/8
+http://www.un.org/en/ga/search/view_doc.asp?symbol=A/55/305
+http://library.health.go.ug/download/file/fid/580688.pdf
+http://www.nathan.com/thoughts/unified/3.html
+https://doi.org/10.1007/s11002-013-9259-9
+http://www.nsu.ru/exp/ref/Media:5109f05683ec39dd2b0dd5be09.pdf
+https://doi.org/10.1038/s41569-020-0360-5
+https://doi.org/10.1038/nrm3198
+https://doi.org/10/gf4mkc
+http://inglaterra.cesce.es/
+http://dx.doi.org/10.1016/j.jdent.2013.08.018
+http://www.cancerresearchuk.org/about-cancer/type/melanoma/
+https://doi.org/10.1186/s13578-020-0379-7
+http://webbook.nist.gov/chemis-try/
+https://doi.org/10.1142/9781848163003_0010
+https://doi.org/10.5194/acp-2019-174Manuscript
+http://www.vgq.gouv.qc.ca/fr/fr_publications/fr_rapport-annuel/fr_index.aspx?Annee=2015
+http://dx.doi.org/10.2165/00002018-200629110-00001
+http://www.semanadeletras.cce.ufsc.br/wp-content/uploads/2012/11/GT2012.pdf
+http://dx.doi.org/10.1080/0958517990100104
+https://doi.org/10.1098/rspb.2005.3356
+http://www.fao.org/AG/cgrfa/AnGR.htmFAO
+http://doi.org/10.1145/1810543.1810554
+http://dx.doi.org/10.1002/ana.10569
+https://doi.org/10.1038/nm1717
+http://dx.doi.org/10.1108/IJoEM-11-2012-0150
+http://xl8.link/marheinecke
+https://doi.org/10.1155/2011/614097
+https://doi.org/10.5194/gmd-11-1033-2018
+https://doi.org/10.1126/science.1066969
+https://doi.org/10.3389/fpsyg.2014.01003
+http://ontario.cmha.ca/wp-content/uploads/2016/08/seei_final_report_cmha_ontario_March2003.pdf
+http://www.energy.siemens.com/hq/en/services/power-transmission-distribution/power-technologies-international/software-solutions/
+http://www.businessmpa.org.za
+http://www.ihu.unisinos.br/noticias/noticias-arquivadas/16522-ernesto-cardenal-condenado-por-injuria.Acessoem
+https://doi.org/10.1016/0009-2509
+https://www.ncbi.nlm.nih.gov/pubmed/24590861
+http://qua.unisbablitar.ejournal.web.id
+https://doi.org/10.1007/s00726-015-2045-7PMID
+http://www.health.vic.gov.au/maternitycare
+https://doi.org/10.1111/j.1742-1241.2007.01415.x
+http://www.eric.ed.gov/ERICWebPortal/contentdelivery/servlet/ERICServlet?accno=ED255543
+http://dx.doi.org/10.1016/0167-9457(91)90046-Z
+http://www.portaldain-dustria.com.br/agenciacni/noticias/2016/10/industria-precisa-qualificar-13-milhoes-de-trabalhadores-ate-2020/Acessoem:14out
+https://doi.org/10.1093/nar/gky764
+https://doi.org/10.1378/chest.129.2.341
+http://dx.doi.org/10.4067/S0718-381X2012000200004
+http://www.mkpl.eu/uploads/media/mKPL-_coun-try_report_China.pdf
+https://www.researchgate.net/publica-tion/321222861_Customer_Reten-tion_Strategies_Applicable_to_Zimbabwe_Telecommunication_Industry_A_Customer_Relation-ship_Management_Perspective
+http://www.infocien.org/Interface/Simpo03.htm
+https://www.youtube.com/watch?v=LQZawXaSeNw&spfreload=10
+https://www.clinicaltrials.gov/ct2/show/NCT01032629
+http://www.ussnewmexico.net/old-updates/
+http://dx.doi.org/10.4161/cc.9.20.13532
+https://doi.org/10.1037/h0040934
+http://www.cpmd.org
+http://www.bbc.co.uk/news/business-11495839
+https://doi.org/10.1371/journal.pone.0198678
+http://dx.doi.org/10.1016/j.socnet.2007.03.004
+http://psycnet.apa.org/psycinfo/1990-23569-001
+https://doi.org/10.7326/M16-2937
+http://dx.doi.org/10.1007/s10096-004-1228-z
+https://doi.org/10.1002/we.1854
+http://dx.doi.org/10.1073/pnas.261418798
+http://dx.doi.org/10.1093/infdis/164.2.320
+https://doi.org/10.5194/amt-10-2533-2017
+https://doi.org/10.1111/pce.12009
+https://doi.org/10.1016/S0960-0779
+http://www.dai.ed.ac.uk/daidb/people/homes/rbf/camera/camera.htm
+https://doi.org/10.1002/2017JC013136
+http://rsb.info.nih.gov/ij/
+https://doi.org/10.5539/ibr.v2n3p75
+https://doi.org/10.7448/IAS.16.3.18640
+https://doi.org/10.1177/1948550611417015
+http://www.erudit.de/erudit/newsletters/news61/page5.htm
+https://doi.org/10.1177/0020715216674252
+https://www.industry.gov.au/sites/default/files/1991-92-science-technology-budget-statement.pdf
+http://www.agrometeo.ch/sites/default/files/u10/bbch-skala_deutsch.pdf
+http://www.chubut.edu.ar/descargas/secundaria/congreso/TICEDUCACION/R1006_Solano.pdf
+http://www.abc.net.au/news/2017-04-20/migrants-to-face-tougher-tests-for-australian-citizenship/8456392
+http://doi.org/10.1074/mcp.M110.002642
+https://github.com/fchollet/keras
+https://doi.org/10.17485/ijst/2015/v8i35/85943
+http://www.sahee.org/pdfs/Rural-Development-Swaziland08.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://www.ibge.gov.br/home/estatistica/populacao/condicaodevida/pof/2008_2009/POFpublicacao.pdf
+https://www-s.nist.gov/srmors/certificates/674B.pdf
+https://doi.org/10.1016/j.schres.2010.07.026
+http://dx.doi.org/10.3109/0167482X.2013.866647
+http://dx.doi.org/10.1590/S1519-69842009000200003.PMid
+https://doi.org/10.18772/22018020541
+http://dx.doi.org/10.1074/mcp.T600050-MCP200
+http://dx.doi.org/10.1371/journal.pone.0090842
+http://www.update-software.com/abstracts/ab001035.htm.Accessed10
+http://dx.doi.org/10.1189/jlb.1107795
+https://www.politnavigator.net/vmesto-zapadnojj-ukrainy-budet-ruteniya.html
+http://www.katalystdm.com
+http://crd-net.org/Article/Class55/200609/20060921061605_2198.html
+https://doi.org/10.1002/asi.20799
+http://www.arvore.com.br/manual/orientacaosobrepoda.htm.Acessadoem27defevereirode
+https://goo.gl/rvcjWZ
+http:www//
+https://acwi.gov/monitoring/about_the_framework.html.Accessed
+https://doi.org/10.3145/epi.2016.jul.03
+https://doi.org/10.1108/13639511111157492
+http://dx.doi.org/10.1177/0009922815577961
+http://dx.doi.org/10.1007/s00382-015-2951-0
+https://ejournal.undiksha.ac.id/index.php/JJPGSD/article/view/873/745Diaksestanggal01
+http://micropelt.com/
+https://doi.org/10.4161/worm.20464
+http://www.xbow.com/Support/Support_pdf_files/Product_Feature_Reference_Chart.pdf
+http://www.R-project.org
+http://dx.doi.org/10
+http://machinedesign.com/sensors/basics-rotary-encoders-overview-and-new-technologies-0
+https://doi.org/10.1007/s004020000186
+http://www.doc.ic.ac.uk/˜anp/spim/
+https://doi.org/10.1111/irfi.12122
+https://doi.org/10.14705/rpnet.2015.000338
+http://www.osc.state.ny.us/localgov/pubs/research/snapshot/0310snapshot.pdf
+http://www.whitehouse.gov/sites/default/files/rss_viewer/national_security_strategy.pdf
+http://dx.doi.org/10.1016/j.ecoleng.2006.06.013
+http://dx.doi.org/10.1083/jcb.201008084
+https://doi.org/10.1097/MPG.0b013e31825c9482
+http://www.srfood.org/en/wto-defending-an-outdated-vision-of-food-security
+http://www.pc.gov.au/projects/inquiry/aged-care
+http://www.enerfish.eu
+https://doi.org/10.1186/1750-1172-8-72
+https://www.shef-field.ac.uk/news/nr/speri-europe-weaker-job-security-1.556334
+https://doi.org/10.12681/mms.366
+http://health.yahoo.net/galecontent/beck-depression-inventory
+https://doi.org/10.1021/cb500957k
+http://www.csse.monash.edu.au/davida/nimrod.html/.Lastvisited
+http://sum.in.ua/s/interv.ju
+http://dx.doi.org/10.1016/S1470-2045
+http://terrain.revues.org/3004
+https://files.eric.ed.gov/fulltext/ED555671.pdf
+http://dx.doi.org/10.1093/eurjhf/hfn007
+https://adida.comunida-dpmb.org/pmb/opac_css/index.php?lvl=notice_display&id=27345
+https://doi.org/10.1016/j.brs.2019.10.007
+https://www.egms.de/static/de/journals/zma/2008-25/zma000567.shtml45.SteinR.GebremsteReform.Tagesspiegel.2005
+avant.que.la.Cour.constitutionnelle.tranche.en.faveur.de
+http://dx.doi.org/10.2136/sssaj1994.03615995005800010034x
+http://www.helsing-insanomat.fi/arkisto/juttu.asp?id=20000502KU3
+https://doi.org/10.1017/S1041610206003206
+http://www.journals.elsevier.com/food-and-chemical-toxicology/news/rebuttal-long-term-toxicity-of-a-roundup-herbicide/
+https://doi.org/10.1159/000448046
+http://dx.doi.org/10.1080/00313020220131327
+http://www.mi.se/pdfs/pdfs_2010/Rapp_loneskllnd_2009.pdf
+http://www.cedes.unicamp.br
+www.corteidh.or.cr
+http://www.diaadiaeducacao.pr.gov.br/portals/pde/arquivos/2289-8.pdf
+https://www.ofgem.gov.uk/environmental-programmes/feed-tariff-fit-scheme
+https://doi.org/10.1084/jem.20100643
+http://dx.doi.org/10.1016/j.ophtha.2009.01.024
+http://www.i-assure.com
+https://www.choice.com.au/food-and-drink/bread-cereal-and-grains/cereal-and-muesli/articles/breakfast-cereal-review
+http://dx.doi.org/10.1093/database/bar010
+http://www.fr.de/leben/familie_lifestyle_tiere/frauen_familie_senioren/weckruf-fuer-grundschulen-deutschland-faellt-beim-lesen-zurueck-a-1401796
+https://doi.org/10.1523/JNEUROSCI.3687-09
+https://doi.org/10.1038/nmeth.3036
+Paris.www.eppo.int/QUARANTINE/EPPO_Study_on_Plants_for_planting.pdf
+https://dhsprogram.com/pubs/pdf/FR328/FR328.pdf
+https://www.nfhs.org/ParticipationStatistics/Participa-tionStatistics/
+http://www.unece.org/fileadmin/DAM/energy/se/pdfs/gee21/gee21_ge2/GlobalStrategy_draft.pdf
+http://ams.confex.com/ams/pdfpapers/150618.pdf
+https://doi.org/10.1186/s12906-015-0721-5
+https://doi.org/10.1207/s15327795jra0804_2
+http://www.icdp.co/revista/ar-ticulos/8/MADIDAS%20CAUTE-LARES%20INNOMINADAS-%20ARISTIDES%20RANGEL%20ROMBERG.pdf
+https://www.earthdoc.org/content/papers/10.3997/2214-4609.20140707
+http://dx.doi.org/10.1002/jmv.1890460318
+http://oceanrep.geomar.de/31075
+http://people.csail.mit.edu/tjudd/WherePeopleLook/.3
+https://doi.org/10.1016/0012-821X
+www.scientific.net/amm.467.287
+http://www.chrisflores.net/turismo-e-lazer/9/materia/2036/festival-saci.html
+https://doi.org/10.1093/epirev/mxf002
+http://www.freepint.com/issues/160206.htmaccessed23
+http://dx.doi.org/10.5755/j01.eee.19.4.2578
+https://doi.org/10.5194/amt-4-339-2011
+https://datos.gob.mx/busca/dataset/proyecciones-de-la-poblacion-de-mexico-y-de-las-entidades-federativas-2016-2050/resource/a76ad5a8-3f9d-44af-bf57-179490b3b107?inner_span=True
+https://www.unpri.org/
+http://www.scielo.br/scielo.php?script=sci_issues&pid=0303-7657&lng=pt&nrm=iso
+http://www.bcs.org/ewic/
+dx.doi.org/10.1055/s-0033-1344414
+https://doi.org/10.1080/10615800801998914
+https://doi.org/10.1016/j.jhin.2020.03.017
+http://www.sprc.org/featured_resources/ebpp/pdf/zuni_life_skills.pdf
+http://hepwww.rl.ac.uk/LCFI/
+https://doi.org/10.1890/110273
+http://books.google.com/books?id=k1wPAAAAIAAJ&oe=UTF-8
+https://doi.org/10.1016/j.sab.2012.09.005
+http://www.teara.govt.NewZealand/en/document/3561/mrs-oaklands-story
+http://thestringer.com.au/kennedy-hill-one-mile-community-a-couple-of-the-hundreds-of-apartheid-corrals-8539
+http://www.cdc.gov/h1n1flu/guidance/ill-hcpqa.htm
+http://www.csgeast.org/2012annualmeeting/documents/Glancey.pdf
+https://www.kompas.com/read/2018/01/09/211727326/kemenperin-industrimanufaktur-penyumbang-pajak-terbesar
+https://doi.org/10.1016/S0031-0182(98)00005-4
+https://doi.org/10.1016/j.atmosenv.2014.10.001
+https://www.researchgate.net/publication/26492971
+http://on.wsj.com/x5SrGy
+http://www.ecologyandsociety.org/vol15/iss2/art28/
+http://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?article=1083&context=agb_fac
+http://www.verses.ru/translate/160.html
+https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1410002301
+https://www.cambridge.org/core.IPaddress:207.241.231.82
+https://doi.org/10.1016/j.ympev.2006.08.012
+http://www.uga.edu/fruit/banana
+http://dx.doi.org/10.1002/hep.27129
+http://www.w3.org/TR/REC-rdf-syntax/
+http://botan.ib-pan.krakow.pl/
+http://doi.org/10.5281/zenodo.18448
+https://doi.org/10.1084/jem.177.6.1561
+http://www.nytimes.com/2016/05/14/arts/international/in-hong-kong-preserving-mementos-of-a-protest-movement.html?_r=2
+http://www.city.hakusan.ishikawa.jp/kikakusinkoubu/jouhoutoukei/toukei/jukijinkou_2.html
+http://iai.asm.org/Downloadedfrom
+https://doi.org/10.1016/j.ecolind.2011.04.002
+http://www.constitutionalcourt.org.za/Archimages/19940.PDF
+http://dx.doi.org/10.1525/mp.2006.24.1.99
+https://doi.org/10.5194/os-14-1127-2018
+http://apps.who.int/gb/fctc/PDF/cop3/FCTC_COP3_7-en.pdf
+http://doi.org/10.1016/0387-7604(95)00009-Z
+http://users.sedona.net/~strand/IndoAryan/IndoAryas.html
+http://planningcommission.nic.in/plans/planrel/fiveyr/welcome.html
+https://science.nrao.edu/about/publi-cations/open-skies#section-4
+www.ntis.gov/search/product.aspx?ABBR=DE200515010373
+http://dx.doi.org/10.1007/978-94-017-0785-5
+https://doi.org/10.20897/djfm/89590
+http://snap.stanford.edu/data
+https://doi.org/10.1103/PhysRevD.82.104048
+http://dx.doi.org/10.1074/jbc.M114.550871
+https://doi.org/10.1016/j.mefs.2013.01.010
+https://doi.org/10.12973/iji.2018.11335a
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.1186/1471-2105-9-559
+http://dx.doi.org/10.7475/kjan.2014.26.5.553
+https://doi.org/10.1089/jwh.2006.0255
+www.clinicaltrials.gov/ct2/show/NCT00390299
+https://doi.org/10.5194/bg-2018-373
+http://www.funzionepubblica.gov.it/media/605058/prescrizione%20cda2-v2.0.pdf
+http://www.deutsche-alzheimer.de/fileadmin/alz/pdf/factsheets/FactSheet14-2011.pdf
+http://www.sec.gov/News/Speech/Detail/Speech/1370541479332
+http://www.1g3b.com/tabs
+http://journals.publishing.monash.edu/ojs/index.php/ha/article/view/135
+126.www.biomedcentral.com/1471-2458/14/126
+http://www.china.com.cn/chinese/zhuanti/mingong/347063.htm
+http://www.nwfsc.noaa.gov/publications/techmemos/tm30/felsenstein.htm
+https://www.ft.com/content/2f627e7a-ca20-11e3-ac05-00144feabdc0?mhq5j=e2
+http://bit.ly/2LGjtVV
+http://netprava.ru/ek/
+https://doi.org/10.1242/dev.134668
+https://doi.org/10.1109/TSE.1984.5010248
+https://arxiv.org/pdf/1708.02709
+https://chatbotsmagazine.com/is-conversational-ai-the-future-of-healthcare-658a3d8e9dd5
+http://dx.doi.org/10.3133/sir20155142
+http://zfin.org
+http://dx.doi.org/10.1152/ajpendo.91001.2008
+www.supermagnete.de/data_table.php
+http://dx.doi.org/10.1371/journal.pbio.0040176
+http://darwin.uvigo.es/software/collapse.html
+http://dx.doi.org/10.1177/1352458510370978
+http://www.concreteconstruction.net/concrete-articles/lime-stabilizes-poor-soils.aspx
+http://dorland.pp.ph.ic.ac.uk/magpie/
+http://www.jedonline.com/jed/html/new/jul96/cover.html16Ibid
+https://doi.org/10.1046/j.1365-2133.2004.05811.xPMID
+http://ssrn.com/abstract=1025808
+http://www.diariodechimbote.com/portada/opinion/76477-la-corrupcion-y-los-operadores-de-la-administracion-de-justicia
+https://interagencystandingcommittee.org/content/definition-complex-emergency
+http://www.plu.edu/sustainability/documents-forms/STARS%20report.pdfKuo
+http://www.isaca.org/Knowledge-Center/Research/ResearchDeliverables/Pages/Aligning-COBIT-4-1-ITIL-V3-and-ISO-IEC-27002-for-BusinessBenefit.aspx
+https://doi.org/10.1016/j.medengphy.2011.07.015
+http://dx.doi.org/10.1038/35050598
+https://doi.org/10.3389/fevo.2015.00033
+www.micie.eu
+https://doi.org/10.1093/nar/gkw1121
+http://dx.doi.org/10.1073/pnas.0900197106
+http://dx.doi.org/10.1073/pnas.95.22.13079
+https://doi.org/10.1007/s00381-010-1353-1
+http://dx.doi.org/10.4018/978-1-4666-8651-9.ch007Argenti
+http://www.lrec-conf.org/proceedings/lrec2008
+https://search.proquest.com/docview/1722047962?pq-origsite=gscholar
+https://doi.org/10.3399/bjgp19X706505
+https://doi.org/10.3389/fmars.2017.00340
+http://www.goldcopd.org/
+https://doi.org/10.1016/j.medmal.2014.04.008
+http://www.gpoaccess.gov/fcic/fcic.pdf
+https://doi.org/10.1093/nar/gku1003
+https://2012-keystonepipeline-xl.state.gov/documents/organization/221135.pdf
+http://caepr.anu.edu.au/population/lectures2011.php
+http://www.almaden.ibm.com/cs/quest/syndata.html
+http://www.ub.edu.ar/investigaciones/dt_nuevos/76_maldjian.htm
+http://qesdb.usaid.gov/gbk/
+www.oxfordartonline.com/subscriber/article/opr/t234/e0200
+http://dx.doi.org/10.1073/pnas.1111292109
+http://www.cdc.gov/ncipc/wisqars.2
+https://doi.org/10.1111/j.1523-1739.2009.01358.xPMID
+http://dx.doi.org/10.1167/10.5.18
+https://doi.org/10.1021/es010196i
+http://gargravarr.cc.utexas.edu/delta-clipper/title.html.103
+http://maxsat.ia.udl.cat/introduction/
+http://dx.doi.org/10.1038/nature03315
+https://doi.org/10.1093/humupd/dmu046
+https://doi.org/10.17576/JKMJC-2018-3403-02
+http://dx.doi.org/10.1002/mnfr.200500002
+http://lecs.cs.ucla.edu/Noteworthy/quadcharts/thanos_lecs.ppt
+https://www.accessdata.fda.gov/drugsatfda_docs/appletter/2019/208692Orig1s003ltr.pdfLastaccessed
+https://doi.org/10.1118/1.595967
+https://doi.org/10.1080/01621459.1968.10480934
+https://doi.org/10.1099/00221287-143-10-3085
+https://www.R-project.org
+http://dx.doi.org/10.7326/0003-4819-115-8-585
+http://www.cochrane.org/resources/handbook/hbook.htm
+www.fao.org/forestry/27221-06293a5348df37bc8b14e24472df64810.pdf
+https://doi.org/10.1056/NEJMoa013215
+http://dx.doi.org/10.24201/edu.v35i1.2024
+https://www.researchgate.net/publication/283255151_Food_Safety_from_the_Perspective_of_Islamic_
+http://www.crue.org/export/sites/Crue/Publicaciones/Documentos/Universitic/universitic2011web.pdfConsultael3demayode2012
+http://dx.doi.org/10.1161/ATVBAHA.110.206433
+https://doi.org/10.1073/pnas.1515043112
+http://dx.doi.org/10.3390/v3091562
+https://doi.org/10.1016/j.ins.2011.08.006
+http://www.kenschutte.com/midi
+http://creativecommons.org/licenses/by/4.0/
+https://doi.org/10.1006/jmbi.1996.0426
+https://doi.org/10.1186/s12885-017-3838-8
+https://doi.org/10.1145/3342555
+https://doi.org/10.1111/j.1540-6520.2009.00335.x
+https://www.jstatsoft.org/v027/i08
+https://hackerone.com/blog/the-wolves-of-vuln-street
+https://doi.org/10.1371/journal.pbio.1001045
+https://doi.org/10.1007/s11207-011-9841-3
+http://dx.doi.org/10.1111/j.1540-4560.1995.tb01326.x
+http://dx.doi.org/10.1080/10807030802235243
+https://doi.org/10.1111/jdv.13606
+http://www.icsd.aegean.gr/telecom/Pythagor/
+http://dx.doi.org/10.1016/j.saa.2014.08.139
+https://doi.org/10.1080/17450101.2012.696342
+https://www.dimdi.de/dynamic/de/weitere-fachdienste/versorgungsdaten/antragsverfahren/
+http://www.redsalud.gov.cl/archivos/alimento-synutricion/estrategiaintervencion/NormaEvNut6a18anos.pdf
+http://www.nla.gov.au/apps/cdview/nla.gen-vn4591931
+Retrievedfromwww.inklusion-online.net/index.php/inklusion-online/article/view/211
+www.endocrinology.dk/PDF/FarmakologiskbehandlingDM2rev2014.pdf
+https://doi.org/10.1016/j.amjcard.2012.06.042
+http://bsci-intl.org/
+https://doi.org/10.1080/09692290.2016.1217902
+https://doi.org/10.1111/eth.12039
+http://www.mep.gov.cn
+http://www.bpb.de/themen
+http://addmefast.com/
+https://doi.org/10.1200/JCO.2007.15.2108
+https://link.aps.org/doi/10.1103/PhysRevD.94.084031
+http://www.aphis.usda.gov/animal_health/nahms/feedlot/downloads/feedlot2011/Feed11_is_Salm.pdf
+http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20100037185.pdf
+https://doi.org/10.1002/14651858.CD007585.pub4
+http://dx.doi.org/10.1128/JVI.01222-13
+http://www.zakon.org/robert/internet/timeline/Accessedonline2/11/2001
+https://doi.org/10.1353/foc.2013.0007
+https://doi.org/10.1101/2020.03.29.20045880
+http://dx.doi.org/10.1111/1753-6405.12070
+https://doi.org/10.1590/S1413-70542010000600001
+http://www.jstage.jst.go.jp/browse/sola/Fig.4
+http://crd.lbl.gov/~dhbailey/dhbpapers/normal-pseudo.pdf
+http://www.sueddeutsche.de/digital/zur-kritik-an-algorithmen-warum-wurde-mir-ausgerechnet-das-empfohlen-1.1253390
+http:ejournal.ilkomfisifunmul.ac.id/site/wconten/uploads/2014/02/ejournal%20
+http://www.ugr.es/~pwlac/G20_02Edgar_Morin.html
+https://doi.org/10.3389/fimmu.2016.00265
+http://www.biomedcentral.com/1471-2407/10/54
+https://doi.org/10.1016/j.firesaf.2011.01.006
+http://www.gartner.com/it-glossary/business-intelligence-bi/
+http://www.iaia.org/publicdocuments/document-search.aspx
+http://escholarship.org/uc/item/13m5c5vp
+https://doi.org/10.1172/JCI64125
+https://doi.org/10.1016/j.nicl.2016.12.023
+https://doi.org/10.1158/0008-5472.CAN-08-2938
+http://www.fao.org/wairdocs/ilri/x5459e/x5459e04.htm
+https://doi.org/10.1105/tpc.15.00213
+https://doi.org/10.1167/15.1.18
+www.tec-digital.itcr.ac.cr/revistamatematica/
+http://psychology.concordia.ab.ca/program-details/
+http://www.ncbi.nlm.nih.gov/pubmed/19737856
+https://doi.org/10.1016/j.compedu.2015.11.008
+http://etalpykla.lituanistikadb.lt/fedora/objects/LT-
+https://doi.org/10.1016/j.ydbio.2019.05.002
+http://cancerres.aacrjournals.org/content/47/21/5537
+http://english.khamenei.ir/news/1582
+https://doi.org/10.1007/978-94-6209-938-8_16
+http://dx.doi.org/10.1016/j.jmb.2003.09.022
+https://www.ncbi.nlm.nih.gov/pubmed/26711660
+https://ec.europa.eu/food/safety/chemical_safety/food_contact_materials/evaluation_en.Accessed
+https://doi.org/10.4049/jimmunol.0901363
+http://www.protectedplanet.net
+https://www.goodnewsfromindonesia.id/20
+www.aksci.com/item_detail.php?cat=X5927
+www.ciltuk.org.uk/download/helpanalysis.pdf
+https://doi.org/10.1101/gad.204438.112
+https://doi.org/10.1007/s10903-013-9826-4
+http://bat.library.ucsf.edu//tid/wxh00a99
+http://core.ac.uk/download/pdf/6793024.pdf
+https://doi.org/10.1128/AEM.03824-14
+https://doi.org/10.1093/molbev/msy096
+http://www.mba.ac.uk/jmba/pdf/6470.pdf
+http://dx.doi.org/10.1016/jnnfm.2007.11.010
+https://doi.org/10.1007/s00284-014-0528-5PMID
+https://www.spiedigitallibrary.org/terms-of-
+https://www.bbc.co.uk/news/uk-52076504
+https://doi.org/10.3141/1977-25
+https://downloads.cloudsecurityalliance.org/initiatives/top_threats/The_Notorious_Nine_Cloud_Computing_Top_Threats_in_2013.pdf
+http://dx.doi.org/10.4269/ajtmh.14-0585
+https://doi.org/10.1093/cercor/bhx230
+http://dx.doi.org/10.21093/ijeltal.v4i1.246
+http://www.sindsemg.com.br/historia.htm
+http://www.healthypeople.gov/
+http://ftp.genome.washington.edu/RM/RepeatMasker.html
+http://dx.doi.org/10.1016/j.toxlet.2013.03.008
+http://www.revispsi.uerj.br/v9n1/artigos/pdf/v9n1a19.pdf253
+dx.doi.org/10.5902/1983734824044
+http://www.aon.com/attachments/engagement_2%200_oct2010.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/19709963
+http://www.state.gov/secretary/remarks/2013/11/217680.htm
+https://www.accessdata.fda.gov/drugsatfda_docs/nda/2006/022041_cyanokit_toc.cfm.Accessed
+http://www.who.int/mediacentre/factsheets/fs396/en/PERES
+http://www.ams.org/journal-terms-of-use
+www.nice.org.uk/guidance/CG95
+http://www.seguridadjusticiaypaz.org.mx/sala-de-prensa/941-por-tercer-ano-consecutivo-san-pedro-sula-es-la-ciudad-mas-violenta-del-mundo
+https://doi.org/10.1007/s10936-018-9602-7
+http://conserveonline.org/workspaces/cbdgateway/era/reports/index_html
+www.msk.or.kr/jsp/downloadPDF1.jsp?fileName=503-509.pdf
+https://doi.org/10.4271/2013-01-2371
+http://indonesiamekanikal.blogspot.com/2008/07/sistem-perpipaan-fluida.html
+http://inspire.jrc.ec.europa.eu/documents/Data_Specifications/D2.5_v3.4rc3.pdf
+http://www.childrenandnature.org/wp-content/uploads/2015/08/CNN_ExecutiveFunctionToolkit_8-14_15_final.pdf
+http://www.mgorodovias.com.br/
+http://www.lbd.dcc.ufmg.br/colecoes/brasnam/2012/0028.pdf.Ci-tadonaspáginas10
+https://doi.org/10.2215/CJN.00120115
+http://www.papersearch.net/view/detail.asp?detail_key=31600405
+https://doi.org/10.1038/46463
+http://dx.doi.org/10.1073/pnas.1011777108
+https://doi.org/10.1007/s10212-012-0166-x
+http://www.environ-ment.gov.za
+http://dx.doi.org/10.1016/j.procs.2018.04.102
+http://yodap.sourceforge.net.-
+www.nature.com/news/2005/050321/full/nature03570.html
+http://luna.inf.um.es
+https://www.zaragoza.es/contenidos/bici/plan/CAPITU-LO08.pdf.AyuntamientodeZaragoza
+http://cdclv.unlv.edu/archives/interactionism/schegloff/confirm.pdf.Acessoem
+http://www.franke-bornberg.de/uploads/media/Berufsunfaehigkeits-Versicherungs_verliert_an_Bedeutung.pdf
+www.bizjournals.com/sanfrancisco/stories/2009/03/30/story8.html?page¼all
+http://www.ac-grenoble.fr/PhiloSophie/file/freud_etrangete.pdf
+https://doi.org/10.1080/09585192.2012.725075
+http://www.versorgung-satlas.de/fileadmin/ziva_docs/47/Bericht_Herzinsuffi-zienz_20140911_1.pdf
+http://dx.doi.org/10.1037/0033-2909.84.4.634
+www3.epa.gov/airtoxics/hlthef/di-creso.html
+http://doi.org/10.15560/11023
+Detailsatwww.lumina.com
+https://ori.hhs.gov/content/basic-research-concepts-brc40
+http://www.wahre-staerke.com/
+http://doi.org/10.1038/nn.3234.Neurobiology
+https://doi.org/10.1086/467358
+http://www.rieoei.org/deloslectores/711Seltzer.PDF
+http://dx.doi.org/10.1186/s13075-016-1031-0
+https://cammio.com/our-platform/
+http://www.un.org/esa/desa/papers/2015/wp144_2015.pdf
+https://doi.org/10.1093/toxsci/kfn022
+http://www.fabula.org/revue/cr/76.php
+http://cetic.br/media/docs/publicacoes/2/tic-educacao-2010.pdf
+https://tools.ietf.org/html/rfc2453
+http://hcil.cs.umd.edu/localphp/hcil/vast11/
+https://www.sciencedirect.com/science/article/abs/pii/S0736585316302878.Acessoem:27dejun.de
+https://www.immunityinc.com/products/debugger/
+http://alkhairaat.sch.id/sejarah-alkhairaat/
+https://www.hudexchange.info/pro-grams/hmis/
+http://www.portofrotterdam.com/en/Port-authority/finance/Documents/Half-yearly-Report-2014.pdf
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0956792516000139
+https://doi.org/10.1016/j.jasrep.2016.10.008
+http://arXiv.org/abs/gr-qc/0004008
+http://www.educacao.mg.gov.br/
+https://doi.org/10.1257/aer.100.1.541
+Tersediapadabalitjestro.litbang.deptan.go.id/id/484.html
+http://doi.org/10.1177/1740774514558307
+https://doi.org/10.17116/profmed201821132-38
+http://folk.uib.no/jne061/PhDthesisJesper.pdf
+http://www.ilstu.edu/~gcramsey/Gallery.html
+sciencecommons.org/
+http://www.number10.gov.uk/the-coalition/programme-for-government
+https://doi.org/10.1186/s12862-016-0723-z
+http://dx.doi.org/10.1007/s11071-014-1295-3
+http://doi.org/10.1002/
+http://www.qualitative-research.net/fqs/fqs-e/manuscript
+http://exac.broadinstitute.org
+http://dx.doi.org/10.1111/j.1600-0447.2009.01500.x
+https://www.ospar.org/documents?v=7089
+http://www.thredbo.itls.usyd.edu.au/downloads/thredbo7_papers/thredbo7-workshopE-Velde.pdf
+http://www.mercadosmunicipales.es/Mercados/inventario_y_recorrido.html
+http://dx.doi.org/10.1093/her/cyh040
+www.ee.usp.br/
+https://doi.org/10.1111/1467-8268.12415
+https://www.ssb.no/statistikkbanken/selectvarval/Define.asp
+https://doi.org/10.1001/archpsyc.64.3.277
+https://doi.org/10.1152/ajpcell.00542.2007
+http://recherche.ircam.fr/anasyn/peeters/ARTICLES/Peeters_2003_cuidadoaudiofeatures.pdf
+https://www.nytimes.com/2017/04/24/world/europe/hungary-george-soros-central-european-university.html
+http://www.georgetowncollege.edu/cdal/files/2011/06/scott_shauf.pdf
+http://www.studiespir.cz/download/Ceska_internetova_ekonomika_2016.pdf
+http://dx.doi.org/10.1080/10464883.1985.10758354
+http://dx.doi.org/10.1038/ncb1066
+https://doi.org/10.1007/
+http://linkinghub.elsevier.com/retrieve/pii/S0005796703001475
+http://dx.doi.org/10.21676/23897864.3150
+http://dx.doi.org/10.4314/acsj.v17i3.54212
+http://www.association-boris-mouravieff.com/index.html
+http://catalog.jwu.edu/handbook/academicpolicies/nametags
+https://doi.org/10.1016/j.jvolgeores.2012.04.024
+https://doi.org/10.1016/j.cell.2005.10.025
+http://www.ncbi.nlm.nih.gov/nucleotide/
+https://doi.org/10.1074/jbc.M111.292235
+http://dx.doi.org/10.1287/mnsc.46.2.186.11926
+http://www.cdc.gov/lyme/postlds/
+http://dx.doi.org/10.1016/S0141-0229
+http://conference.ifas.ufl.edu/sclerochronology/Abstracts.pdf
+http://www.examiner.com/article/woody-allen-talks-about-romance-and-time-travel-midnight-parisWeb
+http://seer.casperlibero.edu.br/index.php/libero/article/view/800/790.Acessoem
+https://doi.org/10.1111/j.1600-0706.2011.19706.x
+http://www.eia.gov/renewable/state/pdf/srp2010.pdf
+http://dx.doi.org/10.1038/35077213
+https://elibrary.ru/item.asp?id=17335022
+Evalueringsrapport.CAFAwww.cafa.dk
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4303613/43
+https://doi.org/10.1371/journal.pone.0188770
+http://www.westga.edu/~distance/ojdla/browsearticles.php
+www.fhwa.dot.gov/policy/ohpi/travel/qc/index.cfm
+http://aggie-horticulture.tamu.edu/plantanswers/flowers/pansies.html
+www.ijseas.com
+http://www.ind.tno.nl
+http://www.fns.usda.gov/cnd/Governance/Legislation/PL_108-265.pdf
+http://www.ccp14.ac.uk/tutorial/xfit-95/getxfit.htm
+https://www.aeaweb.org/conference/200
+https://doi.org/10.1016/j.molp
+http://dx.doi.org/10.1016/j.msea.2004.08.022
+https://doi.org/10.1080/15283488.2015.1023440
+https://greet.es.anl.gov/publication-country-level-water-footprint
+https://www.ibge.gov.br/
+http://dx.doi.org/10.1007/bf00028027
+http://www.samhsa.gov/data/2k12/TEDS2009N/TEDS09DWeb.pdf
+http://pseudoccultmedia.blogspot.ca/2008/11/from-fairy-to-kali-heidi-klum-is.html
+https://doi.org/10.3349/ymj.2006.47.5.688
+https://CRAN.R-project.org/package=fpc
+https://doi.org/10.1007/s11010-014-2039-x
+https://www.visualcapitalist.com/anatomy-smart-city/
+www.hc-sc.gc.ca/dca-dea/publications/pdf/infant_e.pdf
+http://jite.org/docu-ments/Vol5/v5p201-219Smart54.pdf
+http://dx.doi.org/10.1128/AAC.00626-12
+http://www.aelg.org/resources/publications/1252053046204galeusca_2008.pdf•ÁlvarezLugrís
+https://doi.org/10.15244/pjoes/69935
+http://www.old.kolech.org.il/maamar/page/36/
+https://doi.org/10.1007/s10853-013-7431-5
+http://dx.doi.org/10.1080/16484142.2007.9638097
+http://www1.agric.gov.ab.ca/$department/deptdocs.nsf/all/agdex9038/$file/729-2.pdf?OpenElement
+http://dx.doi.org/10.1080/08035320600618924.PubMed
+http://www.mep.gov.cn/gkml/hbb/bgth/201104/W020110402553781240073.pdf
+http://www.ndrc.gov.cn/zcfb/zcfbtz/2007tongzhi/W020070904607346044110.pdf
+http://www.londonair.org.uk/london/asp/publicstats.asp?region=0
+http://arxiv.org/abs/1409.3215
+http://latimesblogs.latimes.com/readers/2010/03/which-sports-to-cover-its-a-tough-call.htmlEducationAmendments
+https://doi.org/10.1080/13540602.2012.696044
+https://doi.org/10.1080/15434303.2011.614030
+https://zakon.rada.gov.ua/laws/show/2258-19
+http://dx.doi.org/10.1016/j.egypro.2011.12.1145
+http://www.cnj.jus.br/noticias/cnj/79955-audiencias-de-custodia-interferem-na-superlotacao-e-nas-mortes-em-presidios
+http://www.renewableuk.com
+https://doi.org/10.1111/j.1750-8606.2012.00238.x
+http://dx.doi.org/10.1097/chi.0b013e31814a62f6
+http://ieeexplore.ieee.org/document/6767034/
+https://doi.org/10.1111/psj.12230
+http://www.persee.fr/web/revues/home/prescript/article/rhs_0151-4105_2002_num_55_1_2143?_Prescripts_Search_isPortletOuvrage=false
+https://doi.org/10.17660/ActaHortic.2005.673.85
+http://www.obserwatorfinansowy.pl/forma/analizy/kraje-wschodzace-daja-lekcje-rozwinietym/
+https://doi.org/10.4161/nucl.1.4.12331
+http://www12.statcan.ca/census-recensement/2006/as-sa/97-557/indexeng.cfmCFID=3602473&CFTOKEN=55132540
+https://doi.org/10.4161/cam.18702
+http://politica.estadao.com.br/blogs/fausto-macedo/a-corrupcao-privada-no-brasil
+www.eachq.Org
+https://doi.org/10.1016/j.jrid.2017.01.002
+http://agenciabrasil.ebc.com.br/noticia/2013-07-23/imprensa-internacional-destaca-tumulto-na-chegada-do-papa-francisco
+https://www.atmos-meas-tech.net/7/1153/2014/
+http://www.ics.ac.uk/ics-homepage/guidelines-and-standards/
+https://doi.org/10.1093/bib/bbs017
+https://doi.org/10.1056/NEJMoa1704174
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=98904&tool=pmcentrez&rendertype=abstract
+http://www.maliembassy.us/index.php?option=com_content&view=article&id=202&Itemid=129
+http://msupsyj.ru/articles/detail.php?article=4835
+http://www.bmfbovespa.com.br/cias-listadas/empresas-listadas/BuscaEmpresaListada.aspx?idioma=pt-br
+http://www.cibtech.org/jgee.htm
+http://www.sober.org.br/palestra/5/935.pdf
+https://doi.org/10.1079/BJN19520056
+https://facebook.github.io/prophet/
+https://doi.org/10.1111/all.12862
+http://www.ietf.org/D.htmI
+http://eon.law.harvard.edy/opencode/h20
+http://revivals.arkangles.com/docs/EvangelicalRevivalsInThePacific.pdf
+http://jcmc.indiana.edu/vol13/issue1/boyd.ellison.html
+https://doi.org/10.1098/rsta.1969.0063
+www.alphaworks.ibm.com/tech/wsdatacollector,IBM
+http://dx.doi.org/10.1111/j.1744-7348.1967.tb05920.x
+http://www.cancerresearchuk.org/cancer-info/cancerstats/world/incidence/
+http://www.nbcc.org/
+https://doi.org/10
+http://cdcf.ugc.edu.hk/cdcf/searchStatisticReport.doc
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1455968
+http://dx.doi.org/10.1057/9781137278074.0007
+http://www.ncbi.nlm.nih.gov/pubmed/23434734〉
+http://dx.doi.org/10.1073/pnas.0404761101
+https://doi.org/10.12952/journal.elementa.000029
+https://dx.doi.org/10.1023/A:1021924322950
+http://camara.ccb
+https://doi.org/10.1101/824045doi:bioRxivpreprint1036
+https://doi.org/10.1108/MRR-09-2012-0207
+https://zakon.rada.gov.ua/laws/show/1063/2011.15
+https://doi.org/10.1108/eb039503
+http://dx.doi.org/10.1016/j.jviromet.2011.04.012
+https://doi.org/10.1038/nbt1403
+www.intechhopen.com
+https://doi.org/10.1212/01.WNL.0000031424.51127.2B
+http://www.mceetya.edu.au/mceecdya/hobart_declaration,11577.html
+https://doi.org/10.1042/BCJ20160185
+http://www.diracprogram.org
+https://doi.org/10.1175/JTECH-D-16-0247.1
+http://www.itif.org/files/2007_State_New_Economy_Index.pdf
+http://dx.doi.org/10.1016/j.vetpar.2007.05.019
+http://www.planalto.gov.br/ccivil_03/leis/LCP/Lcp123.htm
+http://www.pmf.sc.gov.br/arquivos/arquivos/pdf/29_05_2013_14.03.33.119d4683dda798d135e95ce684a3d570.pdf.Acessoem:25mai.de
+http://www.newadvent.org/cathen/03449a.htm
+https://www.metodista.br/revistas/revistas-izabela/index.php/aic/article/view/408.Acessoem
+https://doi.org/10.3389/fpsyg.2017.00410
+http://www.abc.net.au/mediawatch/transcripts/s3248772.htm
+http://www.ccsenet.org/journal/index.php/ass/article/viewFile/41811/22946
+http://dx.doi.org/10.1007/s00431-007-0562-4
+http://www.emedicine.com/plastic/topic457.htm
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.1300/J395v04n01_04
+http://dx.doi.org/10.1099/vir.0.036525-0
+https://martinfowler.com/articles/microservices.html
+https://mises.org/library/liberalism-classical-tradition
+http://www.e-mentor.edu.pl/artykul/index/numer/48/id/983
+http://doi.org/10.1016/S0003-2670
+http://medznate.ru/docs/index-53265.html
+http://www.atutor.ca/atutor/modules
+http://www.medinfo.cs.ucy.ac.cy/index.php/downloads/toolboxes/10-matlab-software/matlabsoftware_2013.zip
+https://doi.org/10.1021/ic00109a004
+http://www.istat.it
+https://doi.org/10.1080/09500830050110486
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2005ftsearch.asp
+http://daccessdds.un.org/doc/RESOLUTION/GEN/NR0/378/07/IMG/NR037807
+http://www.R-project.org
+https://doi.org/10.11743/o9920130202
+http://e-legis.anvisa.gov.br/leisref/public/showAct.php?id=18828&word=Acessoem:10maio
+https://perma.cc/HV56-79GC
+http://bbs.cenet.org.cn/uploadImages/200351010534890199.pdf.Acesso05.11.2010
+https://vesmir.cz/cz/on-line-clanky/2014/11/bobr-2014-chraneny-nezadouci.html•Andreska
+http://www.ets.org/erater/about/
+https://doi.org/10.1016/j.molcatb.2014.04.007
+www.muys.sakarya.edu.tr/belgeler/Isyeri_egitim_Yonergesi.pdfadresindenerişildi
+https://doi.org/10.1200/JCO.2013.53.5948
+http://nadapop.com.br/wp-con-tent/uploads/2016/01/vida_sem_catracas_capanp.jpg.Acessoem:10/10/2017
+https://doi.org/10.1080/10400410903359798
+https://apps.who.int/iris/bitstream/handle/10665/260178/9789241550215-eng.pdf
+https://www.rijksoverheid.nl/binaries/rijksoverheid/documenten/kamerstukken/2018/03/29/kamerbrief-over-gaswinning-groningen/kamerbrief-over-gaswinning-groningen.pdf
+https://doi.org/10.1371/journal.pone.0148844
+https://doi.org/10.1136/bmjopen-2013-002889
+https://doi.org/10.1007/s00299-015-1866-x
+http://ltr.sagepub.com/content/16/2/170.refs.html
+http://www.gcdisclosure-divulgationsc.hc-sc.gc.ca/dpfad/gcdisc.nsf/WEBbydetails/FE08DF0960AC89808525748D0067E56D?OpenDocument&lang=fra&
+https://doi.org/10.1016/j.ica.2013.12.038
+http://dx.doi.org/10.1016/j.ijantimicag.2013.09.005
+http://www.iea.org/
+http://www.inmetro.gov.br/consumidor/produtos/revestimentos.asp.Acessoem11dejaneirode
+http://www.ensembl.org/Gasterosteus_aculeatus/Info/Index
+http://www.dulwichcentre.com.au5
+http://www.metamodernism.com/2015/01/12/metamodernism-a-brief-introduction/
+http://dx.doi.org/10.1146/annurev.es.04.110173.000245
+http://www.tse.go.cr/revista/revista.htm
+http://yhs.cdc.go.kr/new/.Assessed24
+http://www.rta.org/comprehensive-rail-and-track-related-research
+http://dx.doi.org/10.1016/j.celrep.2012.06.007
+http://dx.doi.org/10.1111/j.1600-0838.2010.01164.x
+https://doi.org/
+https://doi.org/10.1136/bmjopen-2018-021734
+https://www.iso.org/obp/ui/#iso
+https://docs.nvidia.com/cuda/cublas/index.html
+http://dx
+http://www.ifad.org/operations/projects/regions/PL/factsheet/mercosur_s.pdf
+https://doi.org/10.1175/BAMS-D-12-00121.1
+http://history.sandiego.edu/GEN/recording/notes.html#tape
+https://www.nuffield.ox.ac.uk/people/sites/allen-research-pages/
+http://dx.doi.org/10.1074/jbc.M101590200
+http://www.nelson.com/nelson/harcourt/sociology/newsociety3e/loveonline.pdf
+https://opensource.org/osd-annotated
+http://dx.doi.org/10.1074/jbc.M302511200
+https://doi.org/10.1016/j.jhydrol.2012.02.044
+https://doi.org/10.1177/1461444814541523
+http://dx.doi.org/10.1116/1.1612517
+http://www.socialistreview.org.uk/article.php?articlenumber=9101
+https://mariadb.org/
+https://doi.org/10.1590/S0074-02761928000200002
+http://pliant.cx
+http://www.deloitte.com/dtt/cda/doc/content/US_SevenDisciplinesChina_research.pdf
+http://dx.doi.org/10.5539/ibr.v9n3p154
+http://www.atmos-chem-phys.net/14/4419/2014/
+http://www.onu.org.br/rio20/img/2012/01/convencao_clima.pdfehttp://www.planalto.gov.br/ccivil_03/decreto/D2652.htm.Consultadaem:07/12/2013
+https://www.researchgate.net/publication/327416757_Developing_Countries_and_Blockchain_Technology_Uganda's_Perspective
+https://www.cambridge.org/core/terms.SubjectIndexStratigraphy
+http://www.dunya.com/dikkat-pazarlama-butcenizde-tuzak-var-163498.htm
+https://doi.org/10.1016/J.SUPFLU.2016.05.035
+http://www.fermier-satmarean.ro/Doc/lucrarile%20solului.pdf
+https://doi.org/10.1046/j.1467-789x.2000.00016.x
+https://doi.org/10.1016/j.plasmid.2016.11.004
+https://doi.org/10.1007/s00382-017-3793-8
+http://dx.doi.org/10.1525/aa.1965.67.2.02a00010
+https://doi.org/10.1111/bpa.12344
+https://revistas.pucsp.br/revph/article/view/12101/8763
+www.sacscoc.org/membershipInfo.asp
+http://dx.doi.org/10.1109/TIE.2014.2327552
+https://revistas.unimilitar.edu.co/index.php/reds/article/view/879/630
+http://odisha.gov.in/census/cenmain.htm
+http://zedy00.desy.de/∼schlenst/eps99paper.html
+https://ideas.repec.org/p/ces/ceswps/1505.html
+http://ec.europa.eu/energy/renewables/transparency_platform/doc/national_renewable_energy_action_plan_finland_en.pdf
+http://www.j-sim.org
+http://preflib.org
+http://www.eltiempo.com/archivo/documento/CMS-4163727
+https://doi.org/10.1098/rstb.2013.0122
+https://doi.org/10.1523/JNEUROSCI.0864-05.2005
+http://www.winamp.com
+https://www.palinfo.com/news/2015/12/20
+http://www.cochrane-handbook.org
+https://doi.org/10.1371/journal.pone.0014586
+https://doi.org/10.1016/S0140-6736
+reform.house.gov/UploadedFiles/051303%20JG%20ts.pdf
+http://dx.doi.org/10.15213/redes.n12.p86
+Http://services.bepress.com/jpd/
+https://doi.org/10.5194/acp-2017-1183Manuscript
+http://www.numpy.org/
+http://www.cancer.Org/acs/groups/content/@research/documents/document/acspc-046381.pdf
+https://doi.org/10.5194/bg-2017-557
+http://dx.doi.org/10.4103/0255-0857.49430
+Retrievedfromwww.oxfordhandbooks.com/view/10.1093/oxfordhb/9780199566020.001.0001/oxfordhb-9780199566020-e-4
+http://dx.doi.org/10.1046/j.1365-2885.2000.00294.x
+http://www.hockeycanada.ca/index.php/ci_id/10777/la_id/1.htm%20majd%20reggel%20
+http://biotech.law.lsu.edu/climate/docs/2006_october_RDokka.pdf
+http://ods.od.nih.gov/factsheets/VitaminB12_pf.asp
+https://doi.org/10.1016/j.bbalip.2010.06.001
+http://dx.doi.org/10.1073/pnas.70.5.1564
+http://doi.org/10.1073/pnas.0611338104
+http://www.seer.unirio.br/index.php/cuidadofundamental/article/view/2744/pdf_910
+http://link.aps.org/doi/10.1103/PhysRevA.50.67
+http://dx.doi.org/10.5197/j.2044-0588.2016.033.014©2016TheAuthors
+https://doi.org/10.1034/j.1600-0447.108.s417.1.x
+http://doi.org/1029/2001GL014339
+http://www.researchgate.net/publication/237806269
+http://www.pnas.org/content/80/14/4291.full.pdf
+http://dx.doi.org/10.1016/j.neulet.2009.06.050
+https://doi.org/10.1007/s00586-010-1518-3PMID
+http://dx.doi.org/10.1182/blood-2002-10-3076
+http://www.sciencedirect.com/science/article/pii/S0022311513002900
+https://doi.org/10.1002/jbt.20292
+https://doi.org/10.1029/2000RG000095
+http://www.nytimes.com/2016/01/22/technology/airbnb-takes-its-case-to-us-mayors-conference.html
+https://doi.org/10.1016/j.dcn.2011.07.015
+https://www.cidh.oas.org/basicos/portugues/c.convencao_americana.htm
+https://doi.org/10.1101/cshperspect.a003848
+http://www.R-project.org/,lastaccess
+http://dx.doi.org/10.1109/ROMAN.2005.1513866
+https://doi.org/10.1002/sctm.18-0189
+http://sciencecases.lib.buffalo.edu/cs
+http://www.ekhn.de/index.htm?http://www.ekhn.de/inhalt/kirche/profil/aufbau/dekanat.htm~inhalt
+https://doi.org/10.1016/j.jhazmat.2007.11.093
+http://www.strokeaha.org
+http://www.ncvhs.hhs.gov/970416w6.htm.Accessed
+https://docplayer.net/29603522-Rat-and-mouse-anesthesia-and-analgesia-formulary-and-general-drug-information.html
+http://www.a-w-i-p.com/index.php/2010/01/03/reconstructing-leonora-sansay
+http://nyschap.vet.cornell.edu/module/mastitis/section1/BeddingMaterialsUdderHealth.pdf
+https://doi.org/10.1016/S0361-9230(03)00049-2
+http://www.drugbank.ca/drugs/DB00310.Accessed
+http://www.alnresearch.org/Data_Files/articles/full_text/benbunan.htm
+https://doi.org/10.1016/j.wri.2013.05.002
+http://kdk.gov.tr/
+https://doi.org/10.3141/2061-08
+http://dx.doi.org/10.3366/drs.2007.25.2.134
+https://www.smashingrobotics.com/thirteen-advanced-humanoid-robots-for-sale-today/
+https://software.intel.com/en-us/articles/realsense-sdk-windows-eol
+www.theagileadmin.com/what-is-devops/
+https://www.cambridge.org/core
+https://doi.org/10.1002/2013JC009176
+http://dx.doi.org/10.1093/emboj/16.8.1970
+https://www.cdc.gov/nchs/nvss/vsrr/drug-overdose-data.htm
+http://www.deutsche-biographie.de/sfz77931.html
+https://doi.org/10.1364/OE.21.000322
+http://www.jessrules.com/jesswiki/view?KeepYourRulesNormalized
+https://doi.org/10.1124/jpet.110.169110
+http://dx.doi.org/10.1371/journal.ppat.1000430
+https://doi.org/10.1123/ijsnem.2014-0067
+https://iab.org.pl/wp-content/uploads/2017/12/Raport
+http://dx.doi.org/10.3389/fphar.2012.00083
+https://doi.org/10.1080/10926771.2013.719591
+http://nihroadmap.nih.gov/raid/index.aspx
+https://doi.org/10.1371/journal.pone.0179881
+https://doi.org/10.1038/srep27203
+https://doi.org/1.541.302.3777
+https://doi.org/10.1523/JNEUROSCI.1494-11.2012
+http://www.medscape.com/viewarticle/557901.Ac-cessed
+http://usny.nysed.gov/rttt/docs/guidingprinciples-arts.pdf
+http://dx.doi.org/10.1002/jobm.3620300824
+http://www.tdcompetencia.org
+http://sfx.scholarsportal.info/ottawa?url_ver=Z39.88-2004&rft_val_fmt=info
+http://dx.doi.org/10.1016/j.nbd.2011.05.023
+http://www.hedg.ac.uk/documents/HEDG_Report_final.pdf
+http://www.mass.gov/chia/docs/r/pubs/10
+https://doi.org/10.1139/g97-005
+https://doi.org/10.1073/pnas.1200156109
+https://www.codeforamerica.org/
+http://www.portalaction.com.br/analise-de-regressao/16-coeficiente-de-determinacao
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S002966511700341X
+https://doi.org/10.1016/j.ijrobp.2018.06.046
+https://doi.org/10.1016/j.biocontrol.2005.06.011
+https://www.rcr.ac.uk/publication/standards-patient-conidentiality-and-ris-and-pacs
+https://dx.doi.org/10.1161/CIR.0b013e3182949a2e
+http://www.pravoslavie.ru/english/9493.htm
+http://dx.doi.org/10.1016/j.parint.2007.02.002
+http://www.cs.umd.edu/Dienst/UI/2.0/Describe/ncstrl.umcp/CS-TR-4070
+http://dx.doi.org/10.2519/jospt.2007.2389
+http://www.receita.fazenda.gov.br/Legislacao/leis/2003/lei10684htm
+https://www.internationalwaterlaw.org/blog/2018/06/18/countdown-to-the-guarani-aquifer-agreement-coming-into-force-will-it-be-effective-in-promoting-transboundary-groundwater-governance/
+https://doi.org/10.1016/j.humov.2013.08.012
+http://www.veterinaria.org/revistas/redvet/n040409/040915.pdf,documento
+https://doi.org/10.1016/j.ophtha.2007.03.088
+https://doi.org/10.1093/emboj/17.13.3512
+https://doi.org/10.1080/07420528.2016.1189432
+http://dx.doi.org/10.1145/2508478.2508480
+http://dx.doi.org/10.5772/55194
+http://dx.doi.org/10.1007/s00442-003-1195-6
+https://doi.org/10.1016/j.neuint.2006.02.004
+https://doi.org/10.1016/j.physbeh.2016.05.045
+http://www.mcs.anl.gov/petsc
+http://dx.doi.org/10
+http://dx.doi.org/10.1016/j.jcis.2003.08.041
+blast.ncbi.nlm.nih.gov/Blast.cgi
+https://doi.org/10.1371/journal.pcbi.1000256
+http://www.aafp.org/afpauthors.xml.Accessed
+https://doi.org/10.3233/JIFS-169146
+https://doi.org/10.5380/psi.v10i2.7693
+http://siteresources.worldbank.org/BRAZILINPOREXTN/Resources/3817166-1185895645304/4044168-1185895685298/011_EconomiaPecuariaCorteRegNorte.pdf
+http://www.ohchr.org/Documents/Issues/Women/WRGS/Health/GR24.pdf
+https://doi.org/10.1016/j.ijpara.2008.09.009
+http://digilib.unej.ac.id/gdl42/gdl.php?mod=browse&op=read&id=gdlhub-gdl-srinurhaya-idantActivityofWheyfromMilkFermentedwith
+http://www.anpocs.com/index.php/40o-encontro-anual-2016/1368-encontros-anuais/39-encontro-anual-da-anpocs-sp-415/1645-programacao-geral-sp-491425974?showall=&start=9
+http://spip.imagemet.com/WebHelp6/Default.htm
+http://link.aps.org/doi/10.1103/PhysRevLett.100
+http://www.irisa.fr/lande/genet/span/
+http://www.jahannews.com/
+http://dx.doi.org/10.1021/cb5010417
+http://www.biomedcentral.com/1741-7015/10/13
+http://www.tips.org.za/node/332
+http://www.mcpcil.org.uk/media/Doc%204%20OPCARE9%20Report.pdf
+http://www.europaworld.com.Accessed9/15/2010
+http://link.aps.org/doi/10.1103/PhysRevE.92.051002
+http://www.chs.ubc.ca/consortia/outputs3/LASA2009-Wojciechowski_John.pdf
+https://eprint.iacr.org/2019/360
+http://dx.doi.org/10.1007/s13277-015-4142-3
+http://americanpressinstitute.org/convergencetracker
+http://dx.doi.org/10.1093/rfs/6.1.23
+http://migre.me/kzWIO
+https://doi.org/10.4161/rna.22570
+http://dx.doi.org/10.1038/sj.cdd.4401617
+http://www.nhm.org/site/sites/default/files/pdf/contrib_science/CS106.pdf
+http://hcupnet.ahrq.gov/
+http://www.ijic.org/
+https://mars.jpl.nasa.gov/odyssey/index.cfm
+https://doi.org/10.1186/s40168-016-0221-y
+https://doi.org/10.1002/2015GL064513
+https://doi.org/10.1111/jvh.12059
+https://doi.org/10.1038/nature12143
+http://www.cihi.ca/CIHI-ext-portal/pdf/internet/CCRS_PIA_2006-08-22_EN
+https://www.osha.gov/SLTC/laserelectrosurgeryplume/index.html.Accessed
+http://nosetup.org/php_on_line/numero_aleatorio_2
+http://dx.doi.org/10.1590/S0104-07072010000100005
+https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0074180900043989
+https://doi.org/10.1074/jbc.M114.557066.56
+http://www.eskom.co.za/con-tent/Efficient%20Lighting%20Programme%20involv-ing%20the%20rollout%20of%20Compact%20Fluorescent%20Lamps%20
+http://www.diariodaamazonia.com.br/saude-combate-doencas-tropicais/
+http://movie.douban.com/review/3803722/
+github.com/vegandevs/vegan
+http://www.nature-bank.com.au
+https://doi.org/10.1002/med.20115
+http://dx.doi.org/10.1899/0887-3593
+vision.ucsd.edu/~leekc/ExtYaleDatabase/ExtYaleB.html
+http://dx.doi.org/10.1016/j.neuroimage.2005.03.010
+https://doi.org/10.1175/jcli3390.1
+https://doi.org/10.1002/2017JD027219
+https://doi.org/10.1016/j.biomaterials.2007.05.032
+https://doi.org/10.1111/j.1525-1497.2001.00537.xPMID
+http://dx.doi.org/10.1037/0882-7974.6.2.272
+http://discovery.nationalarchives.gov.uk/details/r/C9569594
+https://doi.org/10.1093/eurheartj/eht290
+https://www.esri.com/es-es/home
+http://dx.doi.org/10.1093/gji/ggv230
+https://doi.org/10.1097/GIM.0b013e3181fe5f6c
+https://doi.org/10.1016/0012-1606(84)90136-2
+http://dx.doi.org/10.1093/schbul/sbp154
+http://naldc.nal.usda.gov/download/43385/PDF
+https://doi.org/10.1017/S0007485316000821
+https://doi.org/10.1016/S0031-9384
+http://www.gesetze-im-internet.de/bitv_2_0/
+http://arxiv.org/abs/0810.0425
+http://legacy.earlham.edu/~peters/fos/timeline.htm
+http://www.theorie.physik.uni-goettingen.de/forschung/qft/theses/dipl/Morfa-Morales.pdf
+webappsO1.un.org/dsd/caseStudy/public/Welcome.do
+http://www.crcpress.com/catalog/C4841.htm
+http://wwee.woodtait.com739-0433
+https://doi.org/10.1007/s00125-003-1200-y
+https://doi.org/10.1002/adfm.201801237
+http://doi.org/10.1037/a0015978
+https://goo.gl/kjnS2J
+http://www.businessrulesgroup.org/first_paper/br01c0.htm
+https://doi.org/10.1016/S0031-0182
+http://www.bag.admin.ch/nanotechnologie/12171/12174/index.html?lang¼en.Accessed18
+http://www.ull.es/publicaciones/latina/200717Denis_Reno.htm
+https://doi.org/10.1007/978-3-642-36973-5_10
+http://www.unwomen.org/~/media/Headquarters/Attachments/Sections/Library/Publications/2013/3/UNWomen_IUTC_Factsheets%20pdf.pdfvanManen
+https://doi.org/10.3389/fpsyg.2016.00976
+https://doi.org/10.1016/j.chroma.2007.01.046
+http://www.tandfonline.com/doi/full/10.1080/02522667.2015.1103044
+http://www.iaphworldports.org/LinkClick.aspx?fileticket=UOaW_S0HbUQ%3D&tabid=5033
+http://www.uni-muenster.de/math/u/schneider
+Retrievedfromwww.hc-sc.gc.ca/hhr-rhs/stratee/interprof
+http://ec.europa.eu/growth/industry/innovation/facts-figures/scoreboards/index_en.htm
+http://dx.doi.org/10.1038/gim.2015.30
+http://dx.doi.org/10.1023/A:1006881931793
+http://www.curacao-tourism.com/Dervaes
+http://www.harmo.org/Conferences/Proceedings/_Cavtat/publishedSections/O_P5-05.pdf
+https://doi.org/10.1007/s00114-015-1314-3
+https://doi.org/10.1016/s1388-2457
+http://www.caricom.org/jsp/community/history.jsp?menu=community
+https://doi.org/10.1007/s11524-012-9723-5
+http://sourceforge.net/projects/nuweb/
+http://optn.transplant.hrsa.gov/learn/about-donation/the-basic-path-of-donation/
+http://www.psymaker.com/downloads/PsyAccentEng.pdf
+http://www.agifors.org/document.go?documentId=1229&action=download
+https://doi.org/10.1111/j.2517-6161.1995.tb02031.x
+https://www.coursera.org
+http://www.dantecdynamics.com-/Default.aspx?ID=1539
+http://www.R-project.org
+http://calypto.com/en/products/catapult/overview
+http://dx.doi.org/10.1021/j100873a012
+http://www.balwois.com/
+https://doi.org/10.1186/s12889-015-2470-2
+https://doi.org/10.1007/s12282-018-0922-0
+https://doi.org/10.1080/00222938300770171
+http://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid=368898
+https://doi.org/10.2307/1467686
+http://www.abs.gov.au/ausstats/abs@.nsf/Latestproducts/3218.0Main%20Features452013-14?opendocument&tabname=Summary&prodno=3218
+https://doi.org/10.1177/0093854816628905
+https://arxiv.org/abs/1411.1784
+https://doi.org/10.2866/46995
+https://doi.org/10.1038/nmeth.3869
+https://www.academa.edu/39994839/BITCOIN_%C3%96ZEL%C4%B0NDE_KR%C4%B0PTO_PARALARIN_E%C5%9EYA_N%C4%B0TEL%C4%B0%C4%9E%C4%B0_SORUNU_THE_QUESTION_OF_PROPERTY_QUALIFICATION_OF_CRYPTOCURRENCIES_SPECIFIC_TO_BITCOIN
+http://old.clarin.com/diario/2003/2008/2020/t-608315.htm
+www.arasite.org/anniefcritan.html
+https://doi.org/10
+https://dx.doi.org/10.1080/13215906.2015.1017076
+http://www.consilium.europa.eu/uedocs/cms_data/docs/pressdata/en/genaff/118487.pdf
+http://www.dig-hum.de
+http://dx.doi.org/10.29358/sceco.v0i26.397
+https://www.cambridge.org/core
+https://www.jour-nalism.org/2017/09/07/news-use-across-social-media-platforms-2017/
+http://doi.org/10.1007/BF03175613
+http://dx.doi.org/10.1038/sj/mp/4000936
+http://www.fauna-iberica.mncn.csic.es/faunaib/arthropoda/insecta/trichoptera/index.php
+http://dx.doi.org/10.1016/S0140-6736(99)11180-2
+https://doi.org/10.1029/2012GL052932
+http://dx.doi.org/10.1097/SLE.0b013e31828dacc5
+http://dx.doi.org/10.1016/j.anifeedsci.2009.12.008
+http://www.conferenciaepiscopal.es/pastoral/turismo/encuentro/2008/JosepEnricParellada.pdfConsultado:16/08/2017
+http://www.imperial.ac.uk
+https://www.museodelprado.es/investigacion/restauraciones/restauracion-de-emfelipe-ii-a-caballoem-de-rubens/restaura-cion/
+https://doi.org/10.1016/j.jhydrol.2015.01.015
+http://corporate.visa.com/corporate-responsibility/financial-inclusion/central-and-Eastern-europe.shtml
+https://www.rand.org/pubs/research_reports/RR443-2.html
+http://dx.doi.org/10.1017/s1743921309991396
+https://doi.org/10.1093/bioinformatics/btp612
+https://doi.org/10.1111/jopp.12035
+https://doi.org/10.1073/pnas.0803309105
+http://text.document.kremlin.ru/SESSION/PILOT/main.htm
+https://doi.org/10.1139/m90-045
+http://www.ams.org/journal-terms-of-use
+http://liihs.irit.fr/guideme
+http://dx.doi.org/10.2469/faj.v55.n6.2313
+http://dx.doi.org/10.1090/S0025-5718-2013-02719-6
+https://rirdc.infoservices.com.au/items/12-007
+http://dx.doi.org/10.1016/j.jfoodeng.2003.11.003
+http://www.rand.org/pubs/monographs/2005/RAND_MG410.pdf
+http://www.news.com.au/technology/environment/bushfires-in-australia-deadlier-more-destructive-and-worse-to-come/story-e6frflp0-1226815740178
+www.anped.org.br/reunioes/23/textos/te13.PDF
+https://doi.org/10.3389/fnins.2012.00026
+https://doi.org/10.1093/nar/29.9.e45
+http://www.foodnet.cgiar.org/scrip/docs&databases/ifpriStudies_UG_nonScrip/pdfs/more_reports/
+http://www.norsys.com/netica.html.Accessed
+www.eplo.org/eu-documents
+https://hbsp.harvard.edu/tu/6dcdda66
+http://www.fao.org/DOCREP/005/Y3932T/v3932t04.htm.Accessed
+http://oecdeducationtoday.blogspot.se/2016/07/is-more-vocational-education-answer.html
+http://www.ngdc.noaa.gov/mgg/global/etopo2.htmlS
+http://www.scielo.br/scielo.php?pid=S0102-30982015000200313&script=sci_abstract&tlng=pt
+http://www.theita.com/memberpage.php?ArticleID=66
+https://doi.org/10.1061/
+http://www
+https://www.hrw.org/report/2009/02/25/democracy-rocky-ground/armenias-disputed-2008-presidential-election-post-election
+https://repositorio.ufu.br/handle/123456789/15053
+http://www.mail-archive.com/vortexl@eskimo.com/msg16649
+http://dx.doi.org/10.1038/nrg1656
+www.plantscope.nl
+http://www.buscacep.correios.com.br/sistemas/buscacep/ResultadoBuscaCepEndereco.cfmAcessoem02/04/2016
+http://dx.doi.org/10.1016/j.bpj.2011.11.4026
+http://dx.doi.org/10.1146/annurev.cellbio.15.1.185
+http://www.londonstockexchange.com/statistics/markets/aim/aim.htm
+https://www.aadnc-aandc.gc.ca/DAM/DAM-INTER-HQ-NOG/STAGING/texte-text/pubs_ann_ann2014_1431442627961_eng.pdf
+http://www3.weforum.org/docs/WEF_GlobalCompetitivenessReport_2012-13.pdf12.http://195.222.43.81/sase-final/language/hr-HR/Za_investitore/Emitenti/Kodeks_korporativnog_upravljanja.aspxРадјепримљен:20.10
+https://www.lib.umd.edu/binaries/content/assets/public/architecturelibrary/sr_briefing_discovery_20140924_0.pdf
+http://www.freece.com/files/classroom/programslides/42a5e3e6-aa6b-4618-8463-889fe3bb2c2c/mederrorhk.pdf
+https://doi.org/10.1002/cncr.25652
+http://doi.org/10.1080/00223980.1988.10542941
+http://dx.doi.org/10.2307/2393549
+http://dx.doi.org/10.1016/S1096-2190(98)00026-2
+http://www.cra.org/ccc/initiatives
+https://dx.doi.org/10.1038/nature13531
+https://doi.org/10.1002/sce.21181
+https://www.transparency.org/news/feature/corruption_perceptions_index_2016
+https://doi.org/10.1016/j.foodhyd.2017.07.035
+http://www.cies.iscte.pt/destaques/documents/sociedade_em_rede_cc.pdf
+https://doi.org/10.22329/il.v20i1.2254
+http://www.agu.org/pubs/crossref/2004/2003WR002475.shtml
+www.lew-verteilnetz.de/cms_dso_inter/Downloads/Gesetze/EEG_Verguetung_2010.pdf
+http://www.springer.com/gp/book/9783540938095
+https://doi.org/10.1021/acs.est.8b02876
+http://www.unicef.org/romania/ism_2009.pdf
+http://revistas.ufpr.br/cogitare/article/view/42897/28163.doi:http://dx.doi.org/10.5380/ce.v21i2.42897
+https://doi.org/10.1093/bioinformatics/btz295
+http://dx.doi.org/10.3926/jiem.530
+https://doi.org/10.4995/wrs.1996.278
+https://doi.org/10.29332/ijssh.v3n1.271
+http://www.scielo.br/scielo.php?s-cript=sci_arttext&pid=S0034-71672018000901313&lng=en
+http://dx.doi.org/10.1007/s12114-010-9057-z
+http://www.cemea.asso.fr/IMG/pdf/Interculturel.pdf
+https://businessinsider.com.au
+http://dx.doi.org/10.3928/1081597X-20090917-10
+http://seer.ufrgs.br/index.php/organon/article/view/30027
+https://doi.org/10.1016/j.rser.2015.04.046
+https://doi.org/10.3791/51203
+http://www.planalto.gov.br/ccivil_03/leis/l8069.htm
+https://doi.org/10.1371/journal.pone.0101782
+http://dx.doi.org/10.1016/j.food-hyd.2006.11.009
+https://doi.org/10.31072/rcf.v8i2.578
+http://iseveracruz.edu.br/revistas/index.php/revistaveras/article/view/204/141
+http://www.comlaw.gov.au/Details/C2011A00148.Accessed10
+https://www.fen.ufg.br/fen_revista/v10/n3/pdf/v10n3a23.pdf
+https://revistas.um.es/turismo/article/view/147301
+http://www.omg.org/docs/ptc/03-10-14.pdf
+http://www.bamf.de/SharedDocs/Anlagen/DE/Publikationen/Forschungsberichte/fb15-einbuergerungsverhalten.html
+http://www.crmariocovas.sp.gov.br/pdf/ideias_12_p025-034_c.pdf
+https://www.e-tar.lt/portal/lt/legalAct/tAr.55FA64eA6862
+http://www.washingtonpost.com/opinions/a-climate-change-risk-assessment/2013/10/03/d4f70e3c-2bb5-11e3-8ade-a1f23cda135e_story.html
+http://dx.doi.org/10.1111/j.1365-2958.2010.07312.xPMID
+https://doi.org/10.1021/es4039209
+http://dx.doi.org/10.1038/nature05043
+http://dx.doi.org/10.1016/j.immuni.2007.12.020
+https://doi.org/10.1108/S2043-9059(2011)0000003020
+https://worksheets.codalab.org/bundles/0x334adb7624674e90aff7be232fb52005
+http://zakon0.rada.gov.ua/laws/show/2918-14
+http://doi.org/10.1016/j.healthpol.2014.02.011
+https://github.com/JasonAlt/Gridmap_Callouts/.Accessed
+http://www.turism.md/eng/wine/
+www.publications.parliament.uk/pa/cm199899/cmselect/cmtreasy/73/73ap13.htm
+http://pubs.er.usgs.gov/publication/ofr70182
+https://doi.org/10.1006/jhev.1999.0312
+http://www-pessac.versailles.inra.fr/documentation/travaux/HDR-LAMY.pdf
+http://dx.doi.org/10.1038/nrd3746
+http://www.google.es/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAAahUKEwiWsfWE7snIAhVB1hoKHYhVDQM&url=http%3
+https://doi.org/10.1056/NEJMoa1208953
+https://doi.org/10.1016/j.amc.2006.07.157
+http://dx.doi.org/doi:10.1016/j.envpol.2012.08.001
+https://www.python.org/downloads/
+http://www.nhc.gov.cn/xcs/yqtb/202003/37c1536b6655473f8c2120ebdc475731.shtml
+https://doi.org/10.1177/1073191107313003
+http://dx.doi.org/10.1016/j.theriogenology.2015.09.047
+http://dx.doi.org/10.1007/978-1-4757-1810-2
+http://dx.doi.org/10.1128/JCM.02291-05
+https://doi.org/10.1023/A:1023913831342
+https://onlinelibrary.wiley.com/doi/abs/10.3322/caac.21492doi:10.3322/caac.21492
+https://doi.org/10.1111/j.1365-2141.2011.08979.x
+http://www.risk.net/risk-magazine/news/2114972/imf-modelling-liquidity-risk-capital-hike-jobst#
+https://dx.doi.org/10.1007/s10699-004-3068-9
+http://ccsi.columbia.edu/files/2015/01/PNG-Landowners-LNG-Project-Companies-2008-agreement.pdf
+http://dx.doi.org/10.1177/0091270006296764
+http://ltrr.arizona.edu/about/treerings
+https://www.scima-goir.com/rankings.php
+http://dx.doi.org/10.1016/j.vaccine.2014.09.049
+http://www.kingsfund.org.uk/research/topics/patientcentred_care/
+https://academic.oup.com/sysbio/article-lookup/doi/10.1080/10635150390235520
+http://www.eurosurveillance.org/ew/2006/060202.asp#4
+https://doi.org/10.1186/s40249-017-0275-5PMID
+https://doi.org/10.1080/00313831.2012.726642
+http://dx.doi.org/https://doi.org/10.1097/01.brs.0000188117.77657.ee
+http://www.engagingmen.net/files/resources/2010/EME/
+https://www.eithealth.eu/
+https://www.synapse.org/#!Synapse:syn1710286
+https://doi.org/10.1007/s10869-008-9080-2
+www.policydialogue.com
+http://earthobservatory.nasa.gov/Features/MeasuringVegetation/measuring_vegetation_2.php
+https://doi.org/10.18429/JACoW-IPAC2017-MOPVA128
+https://doi.org/10.1108/13673271111179343
+http://njmonline.nl/getpdf.php?id=1132
+https://doi.org/10.5194/acp-14-2071-2014
+https://doi.org/10.1089/neu.2004.21.1371
+http://ckan.org/
+http://seplan.to.gov.br/zoneamento/bases-vetoriais/base-de-dados-geograficos-do-tocantins/zee-2-250-000/
+https://ssrn.com/abstract=1032851
+https://doi.org/10.2225/vol16-issue3-fulltext-15
+https://doi.org/10.1016/j.toxicon.2012.09.003
+http://www.redehumanizasus.net/sites/default/files/caderno_humanizasus_v4_humanizacao_parto.pdf
+http://www.umaine.edu/cfru/publications/AR_2010_web.pdf
+https://doi.org/10.1006/jare.1999.0607
+http://www.T-Science.org
+http://www.R-project.org
+http://www.contecmed.com/
+http://mss.bmlonline.it
+http://books.google.com/books?id=RqVuAAAACAAJ
+http://hdl.handle.net/1721.1/5007
+http://ecos.fws.gov/geofin
+http://www.iotc.org/sites/default/files/documents/proceedings/2011/wpb/IOTC-2011-WPB09-R%5BE%5D.pdf
+https://helsedirektoratet.no/folkehelse/fysiskaktivitet/anbefalinger-fysisk-aktivitet
+http://dx.doi.org/10.1183/09031936.00084310
+http://www.oei.es/salactsi/acevedo16.htm
+http://www.ann-geophys.net/19/1589/2001/
+https:/doi.org/10.1016/j.eururo.2005.12.047
+http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/
+http://kb.osu.edu/dspace/handle/1811/52690
+https://doi.org/10.4103/0976-3147.188625
+http://dx.doi.org/10.1080/19322880802492237
+https://doi.org/10.1002/anie.201004996
+http://www.lex.com.br/legis_26973840_RESOLUCAO_N_158_
+http://www.asf.gob.mx/Trans/Informes/IR2000i/ir2000/Tomos/Tomo2/INM.htm
+https://doi.org/10.3390/polym9040137
+http://doi.org/10.1007/s10339-009-0343-2
+http://www.editoraforum.com.br/sist/conteudo/lista_conteudo.asp?FIDT_CONTEUDO=31904
+https://doi.org/10.1021/es970421p
+https://www.polarsys.org/capella/arcadia.html
+https://doi.org/10.1080/01635581.2018.1446093
+https://doi.org/10.1159/000354768
+http://rodin.cs.ncl.ac.uk
+http://www.gks.ru/
+https://doi.org/10.1002/2015WR018198
+http://www.smeru.or.id/report/field/cbmsverification/cbmsverification_ina.pdf.49hal
+http://www.ijesrt.com
+https://doi.org/10.1097/00006231-199211000-00006
+http://www.constitutionalcourt.org.za/site/theconstitution/thetext.htm
+https://doi.org/10.1148/radiol.2251011477
+https://doi.org/10.1177/1533317514566114
+http://doi.org/bnpb
+http://orcid.org/0000-0002-5861-7535NOTA
+http://dx.doi.org/10.15585/mmwr.mm6731a1
+http://www.subseauk.com/documents/presentations/angus_lugsdin_-_tritech_-405_tritech_rams.pdf
+https://doi.org/10.1091/mbc.E03-11-0832
+https://doi.org/10.1016/S1470-2045
+disponibilesulsitowww.agcm.it
+http://dx.doi.org/10.3174/ajnr.A0638
+http://www.pedagogica.edu.co/storage/rce/articulos/rce25_06contr.pdf
+https://doi.org/10.1029/2008GL036220
+https://doi.org/10.1007/978-3-319-35153-7
+https://doi.org/10.1373/clinchem.2003.024893
+http://dx.doi.org/10.1093/eurheartj/ehv189
+http://www.edu.utu.fi/konf/Mäkinen
+http://gallica.bnf.fr/ark:/12148/btv1b55001715b
+http://www.researchprotocols.org
+http://www.youtube.com/watch?v=vzfcql0lTqs
+https://doi.org/10.1371/journal.pone.0159409
+https://www.ncbi.nlm.nih.gov/pubmed/2139287
+http://www.eurofound.europa.eu/pubdocs/2002/12/en/1/ef0212en.pdf.Accessed
+https://doi.org/10.1177/0894845305283004
+http://dx.doi.org/10.1038/nrm2410
+https://yadi.sk/d/6YiVh3pphvdJu
+http://dx.doi.org/10.1046/j.1365-2958.2002.02723.x
+https://doi.org/10.1590/S0034-71672010000100007
+https://doi.org/10.1021/jm200694q
+http://arxiv.org/abs/0907.4279v2
+https://doi.org/10.1017/CBO9780511569609
+http://dx.doi.org/10.1111/j.1528-1167.2006.00504.x
+http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/
+http://www.fifa.com/-worldcup/media/newsid=2239443/
+https://doi.org/10.1038/s41558-018-0299-2
+http://curatorsofsweden.com/curator/natashja-blomberg/
+www.cdc.gov/flu/fluvaxview/coverage-1314estimates.htm
+https://doi.org/10.1002/qj.663
+http://www.baua.deTRBA466
+https://doi.org/10.1037/a0018378
+https://doi.org/10.1093/jee/tox229
+http://creativecommons.org/licenses/by-nc/4.0/
+http://www.hindawi.com/journals/bmri/2015/472302/
+http://www.sante.gov.bf/index.php
+http://dx.doi.org/10.1111/j.1749-6632.2011.06219.x
+http://www.hefp.lshtm.ac.uk
+https://www.cambridge.org/core
+pwr.wroc.pl
+http://www.telelogic.com/products/doorsers/doors/infex.cfm
+http://www.bip.minrol.gov.pl/strona/DesktopDefault.aspx?TabOrgId=879andLangId=0
+http://hrcak.srce.hr/17513
+https://www.amar.org.ir/english/Population-and-Housing-CensusesAccessed
+https://doi.org/10.1038/nmeth.1566
+http://ep.lib.cbs.dk/paper/ISBN/8791181674
+http://www.elespectador.com/noticias/politica/cruzada-de-los-fueron-contra-del-plebiscito-articulo-669788
+http://dx.doi.org/10.1063/1.4833616
+https://doi.org/10.1093/infdis/jix469
+https://doi.org/10.1111/j.1365-2141.1995.tb03296.x
+https://doi.org/10.1016/s1369-8478
+https://doi.org/10.1073/pnas.1323894111
+https://www.theguardian.com/world/2014/oct/01/brazil-evangelicals-politics-presidential-election
+http://java.sun.com/1.0alpha3/doc/security/securi-ty.html
+http://dx.doi.org/10.1016/S0021-9673
+https://doi.org/10.3145/epi.2016.sep.08
+http://dx.doi.org/10.1093/brain/awt162
+https://doi.org/10.1016/s0140-6736
+https://manifestoproject.wzb.eu/
+https://doi.org/10.1016/j.jvir.2013.11.025
+https://www.cms.gov
+http://www.laweekly.com/restaurants/budweiser-continues-buying-craft-breweries-around-the-us-8221119
+http://www.biblicalstudies.org.uk/pdf/bets/vol08/8-1_klooster.pdf
+http://plato.stanford.edu/archives/win2012/entries/mind-indian-buddhism/#5.3
+https://doi.org/10.1086/451461
+https://www.youtube.com/watch?v=loq3mj6AaDA
+https://doi.org/10.1038/nature10947
+http://doi.org/10.1046/j.0956-7976.2003.psci_1470.x
+http://dx.doi.org/10.1016/j.suponc.2011.12.002
+https://doi.org/10.1002/hlca.19720550802
+http://ptm.asu.edu/
+http://www.puskajianggaran.dpr.go.id
+http://www.hbw.com/node/53706
+https://doi.org/10.1099/vir.0.036145-0
+http://dergipark.gov.tr/download/article-file/411017
+https://doi.org/10.1002/hipo.20097
+https://doi.org/10.1016/j.ncl.2018.04.003
+https://doi.org/10.1016/j.apmr.2013.08.299
+https://ethicsandlawwww.canada.ca/content/dam/ircc/migration/ircc/english/pdf/research-stats/taxi.pdf
+http://etheses.uin-malang.ac.id/view/subjects/
+https://doi.org/10.1016/j.jembe.2008.06.025
+http://seguridadyredes.nireblog.com/post/2008/01/23/sistemas-de-deteccion-de-intrusos-y-snort-ii-creacion-de-reglas-ii-opciones-de-las-reglas
+http://www.oecd.org/env/consumption-innovation/43960830.pdf
+http://www.campuses.psu.edu/uc.htm
+https://doi.org/10.1001/jama.299.11.1335
+http://dx.doi.org/10.1021/pr500765x
+http://dx.doi.org/10.1097/IGC.0b013e318288eee5
+http://revistas.unisinos.br/index.php/educacao/article/view/5309
+http://www.depkes.co.id
+atwww.ustrust.com/insights/art.html
+http://www.planalto.gov.br/ccivil_03/decreto/D1946.htm.Acessoem:20dejan
+http://www.who.int/mediacentre/factsheets/fs311/en/.AccessedDecember12th
+https://doi.org/10.5149/uncp/9780807842218
+http://www4.agr.gc.ca/AAFC-AAC/display-afficher.do
+https://doi.org/10.5171/2016.245891
+https://doi.org/10.17722/ijme.v8i2.290
+https://doi.org/10.1161/01.ATV.0000258862.61067.14
+https://clinicaltrials.gov/ct2/show/NCT01386385
+http://www.eurepgap.org/documents/webdocs/EUREPGAP_Italian_Interpretation_Guideline_FP_V2-1Oct04_update_18Jan06.pdf
+https://doi.org/10.1364/AO.5.001769
+http://dx.doi.org/10.1126/science.1251086
+http://www.unicef.org/wsc/goals.htm
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1148682
+http://web.b.ebscohost.com/ehost/pdfviewer/pdfviewer?vid=10&sid=920deb70-728c-4960-a4b9-268b68f78bc5%40sessionmgr113&hid=101
+https://doi.org/10.1371/journal.pone.0138328
+http://dx.doi.org/10.1111/j.0963-7214.2004.01301010.x
+https://www.ohchr.org/en/newsevents/pages/hiddenvictims.aspx
+http://www.ak-spooek.de/Rentabilitaet_von_Arenen.pdf
+https://doi.org/10.1038/nmicrobiol.2016.263
+http://www.usdoj.gov/opa/pr/2003/April/03_ag_266.htmWellard
+https://doi.org/10.1016/0003-9969
+http://www.scielo.org.ar/scielo.php
+http://www.bbc.com/news/uk-wales-13456819
+https://doi.org/10.1109/TAP.2013.2287010
+http://dx.doi.org/10.5007/1984-6924.2019v16n1p121
+http://www.churchill-society-london.org.uk/EndoBegn.html
+http://dx.doi.org/10.1016/j.diamond.2011.06.004p9
+http://dx.doi.org/10.1016/S0140-6736
+http://english.gov.cn/archive/white_paper/2016/12/29/content_281475528034734.htmAccessedon
+https://doi.org/10.1007/JHEP01
+https://doi.org/10.1093/bioinformatics/btu170
+http://www.shauntan.net/books.html.Acessoem20deabrilde
+https://doi.org/10.1073/pnas.0911855107
+https://doi.org/10.1007/s13225-011-0144-7
+http://www.cepal.org/cgi-bin/getprod.asp?xml=/socinfo/noticias/paginas/4/32534/P32534.xml&xsl=/socinfo/tpl/p18f-st.xsl&base=/socinfo/tpl/top-bottom.xsl
+https://doi.org/10.1111/j.1096-3642.2009.00603.x
+http://www.arm.gov/docs/dociments/technical/conf9803/shields-98.pdf
+http://dx.doi.org/10.1016/j.ijrobp.2007.10.053
+https://doi.org/10.1186/1742-4690-10-135
+http://dx.doi.org/10.9734/BJAST/2014/12985
+https://doi.org/10.1038/nchem.1290
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2622853&tool=pmcen-trez&rendertype=abstract
+http://dx.doi.org/10.1111/1442-1984.12069
+http://www.mscs.mu.edu/∼paulb/Paper/conf.pdf
+http://digitalcom-mons.ilr.cornell.edu/ilrreview/vol66/iss1/3
+https://doi.org/10.1186/s12863-015-0208-x
+https://doi.org/10.2308/jeta-51441
+https://doi.org/10.1038/nature13774
+https://doi.org/10.30984/jis.v17i1.806
+http://www.bioinformatics.bbsrc.ac.uk/projects/fastqc
+http://www.gmaonline.org/publicpolicy/index.cfm
+http://www.napavalley.edu/AboutNVC/Accreditation/Documents/Evidence/Standard%20II.A%201-3%20
+https://doi.org/10.5194/acp-2017-577Manuscript
+http://dx.doi.org/10.1038/nrmicro2199
+https://www.nytimes.com/politics/first-draft/2016/02/10/populist-tide-sweeps-trump-and-sanders-to-win-in-new-hampshire/
+http://ars.usda.gov/SP2UserFiles/Place/12355000/pdf/DBrief/10_potassium_intake_0910.pdf
+http://www.edmonton.ca/city_government/documents/PDF/Horse_Hill_ASP_Consolidation.pdf
+https://doi.org/10.2174/1874609811205010013
+http://www.ymparisto.fi/ykrKaupunkiseutujenrajaus18
+https://doi.org/10.1093/jxb/erg262
+http://dx.doi.org/10.1093/ageing/32.3.315
+https://doi.org/10.1111/vde.12410
+http://dx.doi.org/10.1300/J137v03n03_14
+https://doi.org/10.1126/science.1256478
+https://www.facebook.com/nubianknightsteam/posts/716253208434446
+http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2010/decreto/d7083.htm
+http://www.nvao.net/page/downloads/Kaders_BKK_Internationalisering_Frameworks_for_the_Assessment_of_Internationalisation_14-11-2011.pdf
+http://www.irrodl.org/index.php/irrodl/article/view/1632/2725
+http://summit.sfu.ca/item/17549
+http://www.fundadvisers.eu/DMS/discretionarymanagementservicesInstituteof
+http://publications.msss.gouv.qc.ca/acrobat/f/documentation/piq/misesajour/maj_avr2014_continu.pdf
+https://www.marxists.org/reference/subject/philosophy/works/ge/benjamin.htm
+http://dx.doi.org/10.15666/aeer/1403_0010192016
+http://zakon4.rada.gov.ua/laws/show/633-2012р/print1360051017911272
+http://dx.doi.org/10.1080/13504630.2010.482418
+http://dx.doi.org/10.1001/jama.288.16.1987
+http://dx.doi.org/10.1002/pros.10262
+http://www.telegraph.co.uk/news/uknews/law-and-order/9002758/David-Cameron-Britain-still-has-a-problem-with-racism.html
+https://doi.org/10.1007/s13139-013-0249-x
+ftp.kom.tu-darmstadt.de/pub/TR/KOM-TR-2007-02.pdf
+http://www.anpec.org.br/encontro2004/artigos/A04A054.pdf
+http://rp-l2tp.sourceforge.net
+http://www.cs.utexas.edu/users/EWD/ewd02xx/EWD209.PDF
+http://www.scielo.org.ar/scielo.php
+https://doi.org/10.1093/molbev/msu265
+http://diaf.library.ru/index.php
+https://doi.org/10.1186/1471-2105-8-424
+http://www.periodicos.ufc.br/index.php/rene/article/view/2601/1990.http://www.dx.doi.org/10.15253/2175-6783.2016000100004
+http://dx.doi.org/10.7265/N5TB14VT
+https://doi.org/10.1016/j.jbiosc.2010.01.009
+https://math.berkeley.edu/~swshin/BCofU.pdf
+http://dx.doi.org/10.1002/eji.200737039
+https://www3.epa.gov/ttn/amtic/files/ambient/airtox/2011nmpreport.pdf
+http://www.edst.educ.ubc.ca/aerc/2000/brockettr1-final.PDFonthe15
+http://www.theglobalfund.org/en/mediacenter/newsreleases/2009-11-13_Global_Fund_to_provide_USD_24_million_of_new_funding_to_fight_HIV_AIDS_in_Russia/
+http://www.w3.org/TR/rdfconcepts/
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3436633/
+www.cancer.ca/en/cancer-informa-tion/cancer-type/lung/risks/?region=sk
+https://doi.org/10.5194/esd-2018-26
+https://doi.org/10.1016/0147-619X
+https://doi.org/10.1002/jor.23195
+http://www.army.mil/article/121516/Combatant_commanders__National_Guard_builds_global_partnerships__proven_on_battlefield/
+http://www.ktl.fi/monica/
+https://doi.org/10.7717/peerj.1992
+http://www.cdc.gov/nchs/products/elec_prods/subject/nhanes3.htm.Accessed
+https://www.r-project.org/
+https://doi.org/10.1016/j.physbeh.2012.02.013
+www.cbs.mpg.de
+www.teenhealthrights.org/fileadmin/ncyl/youthlaw/publications/minorconsent/CAAB327may98.pdf
+http://dx.doi.org/10.1016/j.neubiorev.2011.03.003
+http://dx.doi.org/10.3923/ibm.2010.14.19
+http://dx.doi.org/10.1076/snfe.36.1.57.8887
+http://www.japi.org/march_2009/hiv_aids_poster_sessions.html
+https://doi.org/10.1016/j.ijom.2010.12.008
+http://www.cuba.cu/gobierno/discursos/1986/esp/f021286e.html
+http://www.ambiente.gov.ar/archivos/web/PBVyAP/File/A3/PIARFON%20BAP/Regeneracion%20lenga.pdf
+http://www.scielo.br/pdf/rbgo/v36n2/0100-7203-rbgo-36-02-00056.pdf5-RezendeMJ
+https://ec.europa.eu/energy/sites/ener/files/documents/1_EN_ACT_part1_v8.pdf
+http://pari.math.u-bordeaux.fr/
+https://doi.org/10.1016/j.rser.2011.06.003
+https://doi.org/10.1080/0966369X.2018.1555148
+http://dx.doi.org/10.1038/nenergy.2017.32
+https://doi.org/10.1128/JVI.01601-06
+http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/rticle/viewArticle/580/501
+FishBase.www.fishbase.org
+http://tinyurl.com/cb7byat
+https://doi.org/10.5007/1984-8412.2016v13n1p1037
+https://doi.org/10.1042/BJ20050892
+https://doi.org/10.1007/s10876-019-01597-6
+http://www.jstor.org/stable/20715817
+https://doi.org/10.1111/bju.12768
+http://www.endo-society.org/advocacy/insider/SocietyIssuesStatementonUseofPTUinChildren.cfm
+http://www.fss.ulaval.ca/cms_recherche/upload/jefar/fichiers/les_impacts_de_la_nouvelle_lpj_2011.pdf
+https://www.cdc.gov/std/ssun/protocol_v8.2_508.pdf
+http://www.itif.org/files/2007_State_New_Economy_Index.pdf
+http://dx.doi.org/10.15648/Coll.1.2018.2Recibido:4/10/2017
+https://doi.org/10.1016/j.math.2014.05.005
+http://www.papatya.org
+http://www.ejournal.iainpurwokerto.ac.id/index.php/komunika/article/view/1369/1002
+https://doi.org/10.1007/PL00001342
+http://www.maff.go.jp/e/annual_report/2007/pdf/e_all.pdf
+https://bmcinfectdis.biome-dcentral.com/articles/10.1186/s12879-015-1003-z
+http://www.policia.gob.ni/cedoc/_private/lev2/sector/
+http://www.salta.gov.ar/descargas/archivos/ocspdfs/ocs_la_calidad_en_los_servicios_publicos.pdf
+https://www.cancer.org/es/tratamiento/tratamientos-y-efectos-secundarios/efectos-secundarios-emocionales.html
+http:www.autodesk.com/foundation
+http://www.docfoc.com/o-bibliotecario-como-ser-social-no-combate-ao-analfabetismo-funcional
+https://doi.org/10.2174/138945008785909365
+http://www.ceivap.org.br/downloads/PSR-010-R0.pdf
+nice.org.uk/nicemedia/live/13465/54209/54209.pdf13
+http://urn.fi/URN:ISBN:978-952-10-7912-2
+http://dx.doi.org/10.1021/am900736h
+http://dx.doi.org/10.1186/1471-2164-10-387
+http://www.globalsecurity.org/military/library/report/1992/AAA.htm
+https://doi.org/10.2307/2175691
+https://doi.org/10.1073/pnas.0531477100
+https://doi.org/10.2307/1511034
+http://www.pbs.org/newshour/updates/women-run-nations-school-districts/
+http://exame.abril.com.br/tecnologia/noticias/pela-primeira-vez-acesso-de-internet-via-celular-ultrapassa-computador
+http://www.actahort.org/books/391/391_2.htm
+https://doi.org/10.31521/modecon.V13(2019)-40
+http://www.OpenStack.org/
+https://doi.org/10.1111/j.1475-6773.2007.00786.xPMID
+http://web-data-extractor.net/parser-rezyume-hh-ru/
+http://www.fordham.edu/halsall/mod/sojtruth-woman.html
+https://dx.doi.org/10.1177/0013916596281006
+http://www.sciencedirect.com/science/article/pii/S0304407612000048
+http://vue.tufts.edu.Medford
+http://www.who.int/kms/initiatives/accessmod/en/index.html
+https://doi.org/10.5430/wje.v4n4p55
+http://expansion.mx/rankings/2016/03/29/las-500-empresas-mas-importantes-de-mexico-de-expansion-2015
+http://www2.ed.gov/pubs/NatAtRisk/index.html
+http://www.qaa.ac.uk/assuring-standards-and-quality/skills-for-employability
+ec.europa.eu/health/documents/community-register/html/v159.htm.Accessed1
+http://www.nlm.nih.gov/mesh/
+https://www.ncbi.nlm.nih.gov/pubmed/23523196
+https://youtu.be/TiIl-mki5TY
+https://doi.org/10.11606/issn.2316-896X.v0i3p1-141
+https://doi.org/10.1073/pnas.88.5.1721
+http://dx.doi.org/10.1109/ICGSE.2009.25
+http://dx.doi.org/10.5007/2175-795X.2009v27n1p167
+https://www.pokernews.com/news/2017/10/artificial-intelligence-poker-history-implications-29117.htm
+https://doi.org/10.1016/j.ijheatmasstransfer.2014.04.032
+https://doi.org/10.1371/journal.pntd.0003368
+https://doi.org/10.1016/j.transproceed.2010.08.004
+http://dx.doi.org/10.1016/j.cub.2007.10.034
+http://techscience.org/a/2015081103
+https://doi.org/10.1016/j.jviromet.2008.12.003
+http://dx.doi.org/10.2753/rpo1061-0405470201
+https://doi.org/10.1103/PhysRevApplied.9.054009
+https://doi.org/10.1152/ajpheart.01210.2004
+http://martiresargentinos.blogspot.com/2012/07/wenceslao-pedernera-laico.html
+http://dx.doi.org/10.1111/j.1524-475X.2010.00594.x
+https://doi.org/10.5194/bg-12-887-2015
+https://doi.org/10.11646/zootaxa.4625.1.1
+https://papers.ssrn.com/sol3/papers.cfm?abstract_id=568383
+http://www.cdc.gov/nccdphp/burdenbook2004/index.htm.Accessed
+http://dx.doi.org/10.1590/S0100-204X2005000300012
+http://www.iisd.org/gsi/sites/default/files/bf_stateplay_2012.pdf
+https://doi.org/10.1007/s13149-009-0002-y
+https://doi.org/10.1093/nar/gkp335
+http://www.idera.gob.ar/index
+https://doi.org/10.1111/mec.12638
+www.hscic.gov.uk/media/1537/A-Guide-to-PROMs-Methodology/pdf/PROMS_Guide_v5.pdf
+http://ssrn.com/
+https://doi.org/10.1016/j.cell.2019.03.024
+http://dx.doi.org/10.1007/s00181-009-0334-2
+https://doi.org/10.1038/s41368-020-0074-x
+http://dx.doi.org/10.1071/EA99104
+https://doi.org/10.1038/srep4361743617
+https://doi.org/10.1002/btpr.2581
+http://www.ruhr-uni-bochum.de/ffm/Lehrstuehle/Lehrstuhl-VI
+https://doi.org/10.1504/IJMFA.2015.074902
+http://dx.doi.org/10.1037/0022-3514.75.4.976
+https://doi.org/10.1109/TGRS.2008.915753
+https://doi.org/10.1002/2015JD024020
+https://doi.org/10.1038/ajg.2012.108
+https://doi.org/10.2217/npy.13.9
+http://www.youtube.com/watch?v=y_8qSPonTlY
+http://mat.gsia.cmu.edu/TOURN/
+https://doi.org/10.1017/S0031182016001785
+https://eduforge.org/docman/view.php/7/7/Shortlisting%20of%20LMS.pdf
+http://dx.doi.org/10.29181/2594-6463.2018.v2.n2.p149-162
+http://www.gsk.com/ControllerServlet?appIdϭ4&pageIdϭ402&newsidϭ1012
+http://dx.doi.org/10.1016/j.clinph.2014.05.015
+http://autotrace.sourceforge.net
+http://www.ifoam.bio/en/our-library/organic-basics
+https://doi.org/10.1371/journal.pone.0175430
+https://doi.org/10.4244/EIJV10I1A7
+https://nifa.usda.gov/extension
+http://glcf.umd.edu/library/guide/QuickBird_Product_Guide.pdf
+http://www.r-project.org
+https://doi.org/10.1007/BF00042661
+www.elsevier.com/locate/aej
+http://www.bls.gov/nls/handbook/nlshndbk.htm
+http://doi.org/10.1016/0022-1910
+http://diposit.ub.edu/dspace/handle/2445/108902
+http://CRAN.R-project.org/package=statmod
+http://http://www.w3.org/TR/xquery/
+http://www.justice.gov.za/EQC-act/eqc_courts.html
+http://nrs.fs.fed.us/data/urban/
+http://dx.doi.org/10.17993/3ctecno.2018.v7n4e28.28-47/
+https://www.cnbc.com/2020/03/19/coronavirus-what-does-flattening-the-curve-mean-and-why-it-matters.html
+http://www.cyber-ta.org/pubs/StormWorm/report
+http://ylevchyk.blogspot.com/2014/07/blog-post.html
+http://www.ccw.org/tpp/pubs/2001%20Compendium.pdf
+https://www.nice.org.uk/guidance/cg67/documents/lipid-modification-full-guideline2
+https://doi.org/10.1029/1999GL005390
+http://www.bo-letimjuridico.com.br/fiquepordentro/materia.asp?conteúdo=118
+http://www.thestar.com/article/561191
+https://doi.org/10.1089/109493101300117884
+https://doi.org/10.1093/humrep/der414
+http://siteresources.worldbank.org/INTAFRICA/Resources/Building_Bridges.pdf
+https://doi.org/10.1007/s00382-008-0499-y
+http://search.proquest.com/docview/1311693798?accountid=4488
+http://www.migrationpolicy.org/programs/ell-information-center
+https://doi.org/10.1016/j.tibtech.2008.04.008
+http://dx.doi.org/10.1039/c3ib40230d
+http://www.ijic.org/index.php/ijic/article/view/URN%3ANBN%3ANL%3AUI%3A10-1-100376
+https://pdfs.semanticscholar.org/1f8f/a134eca5fe92143bd154ec9f6446b38b63ae.pdf
+http://daddcec.org/Publications/ETADDJournal.aspx
+https://goo.gl/8PQDoJ
+http://dx.doi.org/10.1093/infdis/jis200
+http://www.speech.sri.com/demos/atis.html
+https://elibrary.ru/item.asp?id=25791685
+https://doi.org/10.1515/prbs.2005.17.1.1
+http://dx.doi.org/10.1016/S0304-4238(97)00074-5
+https://doi.org/10.1002/ijc.32121
+http://ciclociudades.mx/manual-ciclociudades/
+http://arxiv.org/abs/1609.05003
+http://creativecommons.org/licenses/by/4.0/
+http://www.ogj.com/articles/print/volume-111/issue-9/drilling-production/barnett-study-determines-full-field-reserves.htm.Accessed
+http://www.experimenta.es/en/noticias/depth/collaborative-services-social-innovation-and-design-sustainability-3715
+http://www.seas.upenn.edu/~gaj1/shiftgg.html
+https://doi.org/10.1016/j.jcps.2013.05.006
+http://www.seg-social.es/Internet1/Lanzadera/index.htm?URL=82
+http://www.nsla.org.au/sites/default/files/publications/NSLA.Discussion-Paper-Distributed.Repository_2010_0.pdf
+http://ama.com.au/node/2965.21
+http://www.nobelprize.org/nobel_prizes/chemistry/laureates/2000detailed
+www.cnn.com/2015/01/14/europe/charlie-hebdo-france-attacks/
+http://arohatgi.info/WebPlotDigitizer
+https://doi.org/10.1007/s00441-008-0706-5
+http://dx.doi.org/10.1103/PhysRevB.49.4902
+http://dx.doi.org/10.1017/S0140525X00040024
+http://dx.doi.org/10.3928/01913913-20140318-01
+http://dx.doi.org/10.1083/jcb.201506102
+http://faostat.fao.org.2011
+www.revneurol.com
+http://www.antaranews.com/berita/410252/ahok-subsidi-bbm-ibarat-usus-buntu
+https://www.communitycatalyst.org/resources/tools/copy-of-grassroots/what-is-grassroots-organizing.Accessed
+www.portalvr.com/smel/secretaria.php
+http://newprairiepress.org/fgr/vol40/iss1/21
+https://doi.org/10.1093/jrs/fen041
+https://doi.org/10.1371/journal.pone.0037342
+http://0-web.ebscohost.com.innopac.up.ac.za/ehost/detail?vid=1&hid=114&sid=2121bff5-69ca-4010-8d4d-0a79b0b7ace3%40sessionmgr108&bdata=JnNpdGU9ZWhvc3QtbGl2ZSZzY29wZT1zaXRl#db=nfh&AN=200605261041372911
+https://www.respekt.cz/tydenik/2004/38/cit-na-hrade
+http://www.risc.uni-linz.ac.at/research/combinat/risc/software/qZeil
+https://doi.org/10.1162/jocn_a_01110
+http://dx.doi.org/10.1046/j.1365-2664.2001.00666.x
+https://doi.org/10.2135/cropsci2016.08.0706
+https://www.cambridge.org/core.IPaddress:207.241.231.108
+http://rcanalitik.ru/proekty_1/ustojchivost_gosudarstv_mezhdisciplinarnyj_podhod_k_probleme/viktor_levashov_socialnopoliticheskaya_ustojchivost_obschestva/19.ЧаплыгинН.Ю.Осоотношениипонятий
+http://www.leparoleelecose.it/?p=8879
+http://catalogue.nla.gov.au/
+http://exordio.qfb.umich.mx/archivos%20PDF%20de%20trabajo%20
+http://dx.doi.org/10.1016/j.pmrj.2012.09.578
+http://www.intechopen.com/books/miscellanea-on-encephalopathies/molecular-pathogenesis-of-prion-diseases
+http://dx.doi.org/10.1515/jos-2016-0021
+https://doi.org/10.1108/09604520910955320
+http://www.telegraph.co.uk/news/worldnews/africaandindianocean/southafrica/9005213/Mother-killed-in-University-of-Johannesburg-stampede.html
+https://doi.org/10.1002/star.201600199
+http://www.appggreatlakes.org
+http://www.analesiie.unam.mx/pdf/85_143-153.pdf
+http://dx.doi.org/10.1136/oemed-2013-101584
+http://dx.doi.org/10.1128/JVI.00774-14
+https://doi.org/10.1016/j.kint.2016.12.010
+https://cls.ucl.ac.uk/data_documentation/?types%5B%5D=user-guides&studies%5B%5D&studies%5B%5D=bcs70-birth-sweep&studies%5B%5D=age-5-sweep&studies%5B%5D=age-10-sweep&studies%5B%5D=age-16-sweep-1970-british-cohort-study&studies%5B%5D=age-26-sweep&studies%5B%5D=age-30-sweep&studies%5B%5D=age-34-sweep&studies%5B%5D=age-38-sweep&studies%5B%5D=age-42-sweep-1970-british-cohort-study&studies%5B%5D=age-46-biomedical-sweep&s=&filter=1
+http://dx.doi.org/10.1128/IAI.00609-09
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1806-64452006000100009&lng=pt&nrm=iso&tlng=pt
+https://papers.ssrn.com/sol3/papers.cfm?abstract_id=441942
+http://www.americanbar.org/content/dam/aba/publishing/previewbriefs/Other_Brief_Updates/10-779_Petitioner.authcheckdam.pdf
+http://www.who.int/hepatitis/publications/guidelines-hepatitis-c-b-testing/en/34
+http://www.youtube.com/watch?v=Hs4nhph6Y-k
+http://dx.doi.org/10.1002/nur.4770180211
+http://www.aifonline.it/showPage.php?template=istituzionale&id=116
+https://doi.org/10.1037/ppm0000170
+http://dx.doi.org/10.1007/978-3-642-12937-7
+www.insse.ro
+https://www.strategic-culture.org/news/2016/03/14/murder-Chávez-cia-and-dea-cover-their-tracks/
+https://doi.org/10.1007/978-1-4614-9414-0_1
+https://doi.org/10.1016/S0140-6736
+https://www.mpr.go.id/pages/produk-mpr/uud-nri-tahun-1945/uud-nri-tahun-1945-dalam-satu-naskah
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3291417/.Acessoem04out
+http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2019-034945on8
+http://dx.doi.org/10.1002/9781405165518.wbeosg070.pub2
+https://doi.org/10.1101/gr.118851.110
+http://dx.doi.org/10.1038/nbt825
+http://www.fda.gov/Drugs/DrugSafety/InformationbyDrugClass/ucm135339.htmCited
+http://dx.doi.org/10.1089/jayao.2016.0074
+https://doi.org/10.1371/journal.pcbi.1003531
+http://www.tdx.cat/handle/10803/6265
+https://doi.org/10.2753/MIS0742-1222260303
+http://www.jstor.org/stable/1971035
+https://doi.org/10.1562/2005-08-09-RA-645
+http://CRAN.R-project.org/package¼lme4
+https://doi.org/10.1002/j.2168-9830.2012.tb00039.x
+http://www.soc.surrey.ac.uk/sru/SRU25.html1722
+http://www.ecodirect.com/Bergey-Windpower-BWC-10kW-p/bergey-windpower-bwc-10kw-ex.htm
+http://npdl.global/wp-content/uploads/2017/03/npdl-case_study_3.pdf
+https://www.escardio.org/static_file/Escardio/Subspecialty/EHRA/Publications/Documents/devices-procedures-esc-countries-2014.pdf
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1805852
+http://www.ers.usda.gov/data-products/feed-grains-database.aspx
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2732661/pdf/policy-05-e145.pdf?tool=pmcentrez
+https://doi.org/10.33990/2070-4011.61.2019.198517
+https://doi.org/10.2478/v10202-011-0042-9
+https://doi.org/10.1155/2015/828451
+http://dx.doi.org/10.1016/S0168-9452
+http://www.desarrollosocial.guanajuato.gob.mx/pdf/manual-ciudadano-2015.pdf
+www.statcan.gc.ca/tables-tableaux/sum-som/l01/cst01/demo02d-eng.htm
+http://www.ncbi.nlm.nih.gov/pubmed/15175176
+https://doi.org/10.1126/sciadv.1701740
+http://dx.doi.org/10.1161/01.HYP.30.5.1198
+http://www.redehumanizasus.net/sites/default/files/caderno_humanizasus_v4_humanizacao_parto.pdf
+http://dl.acm.org/citation.cfm?id=1379361.1379385
+http://www.devx.com/go-parallel/Article/33270
+http://www.bordbia.ie/industry/manufacturers/insight/alerts/Pages/Sp653ortsNutritionnowmoreconvenientthaneverinIreland.aspx?year=2014&wk=24
+http://pth.uwb.edu.pl/biuletyn/bhp15.pdf
+http://www.unwater.org/downloads/waterscarcity.pdf
+http://www.nmfs.noaa.gov.lastaccessed
+http://www.cueroamerica.com/tecnologia_calzado/tecnologia_calzado_08.htmAccessed
+http://www.africanholocaust.net/news_ah/libation.html.Accessedon9
+https://doi.org/10.1093/acprof:oso/9780199208784.001.0001
+http://www.soa.org/library/newsletters/the-pension-forum/2005/april/pfn0504.pdf
+http://biovision.bic.nus.edu.sg/pathways.pdf
+https://doi.org/10.1080/09602011.2016.1231121
+http://www.ctf.edu.tr/stek/pdfs/60/6018.pdfAvailableat25.12
+https://doi.org/10.15294/jpii.v1i1
+http://www.time.com/time/world/article/0
+http://hdl.handle.net/11295/95124
+https://doi.org/10.1074/jbc.M111.228940
+https://doi.org/10.1186/s12862-016-0809-7
+http://doi.org/10.1016/j.destud.2008.03.005
+https://doi.org/10.1177/106939718001500102
+https://doi.org/10.1016/j.tourman.2008.06.005
+http://www.dolphineng.com/
+https://doi.org/10.1016/j.dcm.2019.01.004
+http://www.who.int/mental_health/prevention/suicide/suicideprevent/en/index.html
+https://bit.ly/2HQJDzN
+https://doi.org/510.1093/petrology/egi1085
+https://doi.org/10.1002/mrm.21120
+http://www.graphic.com.gh/news/general-news/be-guided-by-truth-and-rule-of-law-otumfuo-tells-igp.html
+https://doi.org/10.1038/nri1777
+Https://Www.Bb.Org.Bd/Fnansys/Bankfi.Php
+http://www.berghof-handbook.net/news/
+http://www.autobild.de/artikel/komfort-check-2010-geraeusch-1218707.html
+https://doi.org/10.2223/JPED.1580
+https://doi.org/10.3389/fenvs.2014.00053
+http://dx.doi.org/10.1016/j.jaad.2009.06.021PMid
+www.matter.org.uk/steelmatter/steelmaking/5_1_5_2_3.htm
+http://isic.epfl.ch/load/science_gratzel.pdfeurophysicsnewsnovember
+http://cetic.br/media/docs/publicacoes/2/tic-educacao-2012.pdf
+http://www.uni-konstanz.de/FuF/SozWiss/fg-soz
+http://www.ub.edu/geocrit/sn/sn-270/sn-270-64.htm
+https://www.bloomsburycollections.com/book/the-digital-scholar-how-technology-is-transforming-scholarly-practice/
+http://dx.doi.org/10.1017/S0022112090001835
+http://hdl.handle.net/10347/10044
+albookerk.ru
+https://doi.org/10.1371/journal.pone.0065493.Accessed25
+http://dx.doi.org/10.1016/j.jns.2007.01.043
+https://doi.org/10.1145/3192366.3192405
+https://doi.org/10.1097/00007890-200012270-00010
+https://doi.org/10.1016/S0040-4020
+http://www.scielo.br/pdf/reben/v61n4/10.pdf.Acessoem
+https://doi.org/10.1182/blood-2006-05-021162
+http://www.ida.liu.se/~ssomc/papers/Jansson.pdf
+http://doi.org/10.1016/j.ejca.2017.08.022
+http://repositorio.ufv.br/handle/123456789/2101
+http://www.e-f-schumacher-gesellschaft.de/
+https://doi.org/10.3390/en11061359
+http://cetus.ucsd.edu/Publications/Reports/OlesonNPS-OC-12-001.pdf
+http://dx.doi.org/10.1111/j.1553-2712.2008.00231.x
+http://dx.doi.org/10.1007/1-4020-4972-2_318
+http://pdsp.med.unc.edu/kidb.php
+http://static.uvm.dk/Publikationer/2002/kom/hel.pdfOECD
+http://www.dissercat.com/con-tent/sovershenstvovanie-tekhnologicheskikh-priemov-i-kriteriev-otsenki-kachestva-pri-proizvodstve
+http://www.econo.unlp.edu.ar/uploads/docs/cecin_documento_de_trabajo_nro__10.pdf
+https://www.R-project.org/
+http://www.idx.co.id/Home/ProductAndServices/ShariaMarket/ShariaProducts/tabid/157/language/id-ID/Default.aspx
+http://dx.doi.org/10.1016/j.jbusres.2012.07.007
+http://dx.doi.org/10.2166/aqua.2014.004
+http://www1.folha.uol.com.br/fsp/cotidian/ff17099810.htm
+http://conferences.fnal.gov/c12k1
+http://dx.doi.org/10.1210/endo.136.9.7649078
+http://dx.doi.org/10.3399/bjgp08X342372
+https://doi.org/10.2307/40264512
+https://doi.org/10.1371/journal.pone.0096477
+http://inter-nacional.elpais.com/internacional/2015/06/06/actualidad/1433623302_829937.html
+www.jstor.org/stable/10.2307/3644186
+https://doi.org/10.1097/SLA.0b013e3182864fa3
+https://doi.org/10.1016/j.nuclphysa.2010.08.011
+http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0093298-pone.0093298-Slack1
+https://www.dovepress.com/by207.241.231
+http://dx.doi.org/10.1155/2011/671365ArticleID671365
+http://hukum.jogjakota.go.id/data/Binder16.pdf
+http://doi.org/10.1006/jmla.2002.2864
+http://edu.gazeta.pl/edu/h/Eliasz+II+%28patriarch+Gruzja%29#Dzia.C5
+http://www.cancer.org/Research/CancerFactsFigures/CancerFactsFigures/cancer-facts-and-figures-2010
+https://doi.org/10.1371/journal.pone.0009754
+http://eigen.tuxfamily.org
+http://dx.doi.org/10.2307/1412107
+http://www.cere.gr/upload/labour%migration%lithuania.pdf
+https://doi.org/10.1096/fj.09-150862
+http://www.baltimoresun.com/news/maryland/politics/blog/bal-montgomery-co-is-latest-to-limit-immigration-detainers-20141007-story.html
+http://dx.doi.org/10.1093/nar/gkt1174
+http://dx.doi.org/10.1369/jhc.4A6428.2004
+https://www.thesi.gr/
+https://doi.org/10.1002/joc.4217
+http://www.fruitfly.org/cgi-bin/seq_tools/splice.pl
+http://archive.blogspot.com/2012/09/kisah-sang-lambang-negara-burung-garuda
+http://progressreport.cancer.gov/print.asp
+http://dx.doi.org/10.1016/j.scitotenv.2015.02.035
+https://apps.who.int/iris/bitstream/handle/10665/277395/WHO-CDS-HIV-18.51-eng.pdf?ua=1
+www.uccnet.org/WhyUCCnetServices/History_Background.html
+scholar.waset.org/1307-6892/10002874
+http://dx.doi.org/10.1002/9780470512470.ch8
+www.thebrokeronline.eu/en/Magazine/articles/Creating-a-virtuous-circle
+https://doi.org/10.1115/1.4001683
+Jakarta.www.ekon.go.id
+http://www.ncbi.nlm.nih.gov/pubmed20618550
+https://doi.org/10.1371/journal.pone.0134114
+http://firstmonday.org/ojs/index.php/fm/article/view/1286/1206#p1
+https://doi.org/10.1007/s10552-015-0635-zPMID
+https://www.oxfamnovib.nl/redactie/Downloads/English/SPEF/141023_2-pager_Flyer_GALS_Oxfam.pdf
+http://www.tycho.iel.unicamp.br/tycho/corpus/en/index.html
+https://doi.org/10.1016/j.janxdis.2013.09.005
+https:llwww.alaraby.co.uklenglishlindepth/2017/10191eu-pays-sudan-blood-money-to-stop-migrant-routes
+http://dx.doi.org/10.1214/13-AOS1189
+https://doi.org/10.1007/s40272-015-0124-6
+https://doi.org/10.30837/2522-9818.2019.9.099
+http://www.jstor.org/stable/41288067
+http://accelconf.web.cern.ch/AccelConf/Cyclotrons2010/html/author.htm
+www.hkmj.org
+http://eric.ed.gov/?id=EJ790721
+https://doi.org/10.2307/3381221
+https://www.honolulu.gov/bicycle/bikeplanupdate.html
+https://doi.org/10.1016/j.resuscitation.2012.09.015
+https://doi.org/10.1016/j.jmmm.2014.06.017
+http://www.unhcr.org/refworld/docid/4672bc122.htmlAccessed1
+https://doi.org/10.1007/s11894-014-0410-4
+https://doi.org/10.1016/j.jclinepi.2004.06.011
+http://dx.doi.org/10.1097/00004647-199901000-00001
+https://doi.org/10.1016/S0140-6736
+https://doi.org/10.1099/vir.0.039966-0PMID
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=392680&tool=pmcentrez&rende
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=320121
+http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ
+http://ekonomi.milliyet.com.tr/kamuda-kadinin-adi-yok/ekonomi/ydetay/1749112/default.htm
+https://doi.org/10.4269/ajtmh.2010
+https://doi.org/10.1063/1.1616981
+http://dx.doi.org/10.1038/sj.cdd.4401625
+http://www.fda.gov/cder/guidance/index.htm
+www.wikipedia.org/wiki/Massevolumiquedesmatériaux
+https://doi.org/10.1093/cid/cix320
+https://doi.org/10.1176/appi.ajp.162.8.1423
+http://dx.doi.org/10.5694/mja11.11159
+https://doi.org/10.1101/293548doi:bioRxivpreprint21
+http://dro.deakin.edu.au/view/DU:30036968
+http://dx.doi.org/10.1002/cbic.200600474
+https://doi.org/10.1007/s00382-011-1121-2
+https://doi.org/10.1024/0040-5930.63.1.5
+http://seer.ufrgs.br/educacaoerealidade/article/view/25914
+http://papers.ssrn.com/abstract=151848
+https://doi.org/10.3390/v7020590
+https://doi.org/10.1080/09592310008423260
+http://pubs.acs.org/doi/abs/10.1021/ci800344p
+https://doi.org/10.1016/j.chom.2011.09.012
+http://dx.doi.org/10.1152/ajpcell.00203.2012
+http://www.R-project.org
+https://doi.org/10.1016/S1474-4422(07)70178-3
+http://dx.doi.org/10.1007/s11065-007-9040-z
+http://www.undp.org/content/undp/en/home/librarypage/hiv-aids/hiv-vulnerabilities-faced-by-women-migrantsfrom-asia-to-the-arab-states.html.Accessed12
+http://dx.doi.org/10.1016/j.jcv.2005.09.015
+http://www.business.vic.gov.au/BUSVIC/STANDARD//PC_50796.html
+http://dx.doi.org/10.1007/s00330-015-4111-7
+www.epa.gov/reg3hwmd/risk/human/rb-concentration_table/usersguide.htmN
+http://fairmode.jrc.ec.europa.euwww.witpress.com
+http://dx.doi.org/10.1097/QAI.0b013e3181a265b2
+http://www.manufacturingglobal.com/peopleskills/170/Volkswagen-to-replace-human-workforce-with-robots-in-Germany-to-meet-demand
+http://urn.kb.se/resolve
+http://www.publicopiniononline.com/nation-world/ci_25665235/iraq-timeline-key-events-since-2003-invasionNasrV
+http://dx.doi.org/10.1177/1941738114559380
+http://www.coe.int/cs/web/conventions/full-list/-/conventions/rms/0900001680077322
+https://www.publicsafety.gc.ca/cnt/rsrcs/pblctns/srtg-crtcl-nfrstrctr/index-en.aspx
+http://www.biomedcentral.com/1472
+http://dx.doi.org/10.1037/0033-2909.108.3.499
+http://www.R-project.org
+https://doi.org/10.1130/0016-7606
+http://www.ldschurchnews.com/articles/58523/Country-information-Chile.html
+http://www.fasb.org/cs/ContentServer?c=FASBContent_C&pagename=FASB%2FFASBContent_C%2FNewsPage&cid=1176155633483
+http://www.vet.gov.ua
+http://dx.doi.org/10.1097/MPG.0b013e3181d29767
+http://www.way2drug.com/gusar/acutoxpredict.html
+https://lovdata.no/dokument/NL/lov/1999070263?q=pasientrettighetsloven
+http://www.militaryparitet.com/teletype/data/ic_teletype/5719/
+http://www.psiucv.cl/wp-content/uploads/2012/11/1413-5453-1-PB.pdf
+https://scholar.sun.ac.za
+http://dx.doi.org/10.1016/S0029-7844
+https://doi.org/10.1016/j.acn.2007.08.010
+http://www.thenation.com/article/death-and-life-great-american-newspapers/
+http://www.campaigntr.com/turkiye/wwf-bunun-sonselfie-olmasina-izin-verme
+https://doi.org/10.1016/j.apenergy.2015.03.065
+https://doi.org/10.9755/ejfa
+http://www.wpro.who.int/emerging_diseases/dengue_biweekly_20150922.pdf?ua=1
+https://doi.org/10.1158/2326-6066.CIR-16-0128
+https://doi.org/10.3166/jancl.17.423-475
+http://dx.doi.org/10.1108/07363760010309500
+www.diplomatie.gouv.fr/fr/IMG/pdf/Revue_des_revues_200_1152AB.pdfUmalutapeloreconhecimentodotrabalhocontraapolíticadereduçãodepessoal
+http://www.cdc.gov/nchs/data/databriefs/db200.pdf18
+http://uda.ac.id/jurnal/files/Rosita%20Saragih2.pdf,diaksestanggal25Juni
+http://literature.cdn.keysight.com/litweb/pdf/5968-8807EN.pdf?id=1000034211:epsg:dow
+http://www.nycourts.gov/courts/ad1/calendar/appsmots/2013/November/2013_11_14_dec.pdf.Дата
+http://nbuv.gov.ua
+http://dx.doi.org/10.1086/430311
+http://www.boeing.com/news/techissues/pdf/statsum.pdf
+https://doi.org/10.1029/2007GL032736
+https://doi.org/10.1023/A:1019885532390
+https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=17325a80-fb9c-4a83-b4b4-98e0b999d852
+www.researchgate.net
+http://thewomenablerblog.com/2010/12/13/women-busines-owners-embrace-social-media-marketing/
+http://doi.acm.org/10.1145/2024716.2024718
+https://doi.org/10.1002/zaac.201600016
+https://doi.org/10.1038/emi.2014.61
+www.lymphnet.org/pdfDocs/nlntreatment.pdf
+http://www.minorthird.sourceforge.net
+http://dx.doi.org/10.1007/s12639-016-0852-8
+https://doi.org/10.5194/jsss-7-131-2018
+https://doi.org/10.3352/jeehp.2018.15.7
+https://doi.org/10.1177/1071100716656440
+http://dx.doi.org/10.1126/science.1155676
+http://dx.doi.org/10.1152/ajpcell.00244.2007
+http://dx.doi.org/10.1016/j.evolhumbehav.2010.02.004
+http://www.nrc.gov.Accessed
+https://doi.org/10.1038/cddis.2012.176
+https://doi.org/10.1146/annurev.energy.29.102403.140729
+http://agenciabrasil.ebc.com.br/noticia/2010-10-25/brasil-tem-mais-influencia-nas-decisoes-do-fmi-com-reformulacao-de-cotas-diz-mantega
+https://doi.org/10.5194/tc-10-1933-2016
+www.ippg.org.uk/papers/dp27.pdf
+https://doi.org/10.1093/gbe/evu202
+http://dx.doi.org/10.1002/ett.4460100604
+http://www.calmaropt.com/
+http://link.aps.org/doi/10.1103/PhysRevB.74.155203
+https://doi.org/10.1016/0304-405X
+https://www.mercycorps.org/sites/default/files/UgandaSTRESSKaramojaFinalRep.pdf
+https://academic.oup.com/cardiovascres/article-abstract/51/3/470/368594bygueston15
+http://www.ibtimes.com/we-spend-more-time-smartphones-traditional-pcs-nielsen-1557807
+https://doi.org/10.2134/agronj2018.09.0605
+https://doi.org/10.1192/bjp.bp.114.160101
+https://orcid.org/0000-0001-7485-9895
+https://www.pedocs.de/volltexte/2010/3322/pdf/Probst_2010_PeerKultur_D_A.pdf
+https://doi.org/10.1103/PhysRevD.95.062003
+http://dx.doi.org/10.1016/j.foodpol.2005.02.003
+https://www.youtube.com/watch?v=WTCVnKROlos
+http://dx.doi.org/10.1037/a0028252
+http://seer.cancer.gov/csr/1975_2010
+https://doi.org/10.1021/acsmedchemlett.6b00062
+https://doi.org/10.12659/msm.883592
+https://doi.org/10.1136/bmjqs.2010.045955
+http://www.llas.ac.uk/resources/gpg/1573
+http://dx.doi.org/10.1189/jlb.0306164
+http://www.ibcs-a.org/
+http://www.tncd.org
+http://www.arbornetworks.com/index.php?option=com_docman&Itemid=974&task=doc_download&gid=309
+https://www.terra.com.br/noticias/educacao/redes-sociais-deram-voz-a-legiao-de-imbecis-dizumbertoeco
+https://www.admin.ch/opc/de/classified-compilation/
+http://www.sysml.org/specs.htm
+http://uk.reuters.com/article/2015/10/08/uk-europe-migrants-merkel-idUKKCN0S20S120151008?feedType=RSS&feedName=worldNews
+http://www.oecd-ilibrary.org/environment/mobilising-bond-markets-for-a-low-carbon-transition_9789264272323-en;jsessionid=1m2dao98rf5rd.x-oecd-live-02
+http://dx.doi.org/10.1590/S0101-81752006000400017
+https://doi.org/10.1515/dna-2015-0021
+http://pwc.to/1QiIHGJpadatanggal10
+g1.globo.com/pernambuco/noticia/2015/06/um-ano-apos-copa-pernambuco-tem-4-obras-de-mobilidade-inacabadas.html
+http://yosemite.epa.gov/sab/sabproduct.nsf/0/08A7FD5F8BD5D2FE85257B52004234FE/$File/EPA-SAB-13-003-unsigned+.pdf.Accessed
+http://emedicine.medscape.com/article/188143-overview#a1
+http://dx.doi.org/10.1016/j.addbeh.2011.09.015
+https://doi.org/10.3791/193
+http://archive.oxha.org/meetings/knowledge/publications/05-meeting-documentation/
+https://dx.doi.org/10.1111/1540-6261.00421
+https://www.psychiatry.org/psychiatrists/practice/dsm
+http://www.sciencedirect.com/science/article/pii/S009130220900003X
+https://www.annasoole.com/single-post/2018/04/03/Decolonization-A-Resource-for-Indigenous-Solidarity
+https://doi.org/10.1055/s-0029-1214379
+http://dx.doi.org/10.1093/infdis/171.1.93
+http://www.kegg.jp/
+https://doi.org/10.1056/NEJMoa1503780
+http://courses.washington.edu/larescue/projects/vince/
+https://www.cambridge.org/core.IPaddress:207.241.231
+https://www.legislation.gov.uk/ukpga/1979/7
+https://doi.org/10.1371/journal.pone.0192864
+http://monashparamedicnurse.weebly.com/w1-cardiac-anatomy-physiology-review.html.lastaccessed-27.01
+http://www.atelierb.societe.com
+https://doi.org/10.1016/j.adolescence.2011.03.002
+https://doi.org/10.1016/j.carbpol.2011.05.065
+https://doi.org/10.1016/j.jprot.2012.07.012
+http://dx.doi.org/10.1085/jgp.201110761
+http://ottawacitizen.com/news/national/indigenous-protesters-in-ottawa-erect-teepee-on-parliament-hill-to-counter-canada-150-celebrations
+http://dx.doi.org/10.1371/journal.pone.0077033
+https://doi.org/10.2481/dsj.IAGA-17
+http://www.uqar.ca/psychosociologie/presences/
+http://www.iramuteq.org/documentation/fichiers/tutoriel-en-portugais
+https://www.crohnsandcolitis.org.uk/news/updated-wuhan-novel-coronavirus-advice
+http://mcs.open.ac.uk/lr38/Formal/Publications/euro-cscl2001.pdf
+http://dx.doi.org/10.1038/nrn3475
+https://doi.org/10.2166/wst.2018.320
+http://www.sportobs.ch/fileadmin/sportobs-dateien/Downloads/Sport_Schweiz_2014_d.pdf
+http://arxiv.org/abs/1107.2543
+https://doi.org/10.1016/j.neuroimage.2017.05.049
+https://doi.org/10.1016/j.neuroimage.2010.04.249
+http://publishing.eur.nl/ir/repub/asset/308/EIA-012-MKT.pdf
+https://www.whocc.no/ddd/definition_and_general_considera/
+http://www.stat.fi/tup/julkaisut/tiedostot/julkaisuluettelo/yyti_sts_201800_2018_19722_net.pdf
+https://strbase.nist.gov/pub_pres/Profiles-in-DNA_Variability-of-New-STR-Loci.pdf
+http://www.qualitymeasures.ahrq.gov/content.aspx?id=47604.Accessed4/1/2014
+http://www.bath.ac.uk/cree/resources/esrcesd/rodeppt.pdf
+http://www.countyhealthrankings.org/app/ohio/2016/measure/factors/9/datasource
+http://www.cepprobation.org/uploaded_files/Pres%20STARR%20Cam%2010%20Loesel.pdf
+https://doi.org/10.1007/s13280-012-0304-3
+http://dx.doi.org/10.1083/jcb.200906019
+http://creativecommons.org/licenses/by/4.0/
+http://dx.doi.org/10.1016/j.ygcen.2009.01.009
+https://doi.org/10.1016/j.ssci.2006.08.023
+http://dx.doi.org/10.1289/ehp.961041050
+https://biblioteca.ibge.gov.br/visualizacao/periodicos/59/pnad_2007_v28_br.pdf
+https://doi.org/10.5771/0340-0425-2016-4-558
+http://www.dissercat.com/content/pretenzionnoe-proizvodstvo-kak-institut-predvaritelnogo-dosudebnogo-uregulirovaniya-sporov-v
+http://www.library.mmu.ac.uk/secure/index.php?cat_file=&filename=y_21010010_ritchie
+http://ej.kubagro.ru/2012/08/pdf/60.pdf
+http://ssrn.com/abstract=411580
+http://www.oecd.org/gov/trust-in-government.htm
+https://doi.org/10.3389/fnins.2014.00383
+http://www.ipcc.ch/ipccreports/tar/vol4/english/
+https://doi.org/10.1016/j.ecss.2005.07.020
+https://doi.org/10.1007/s12026-014-8534-z
+http://www.abnamro.com/en/press-room/press-release-archive/2010/Completion_of_legal_merger.html
+http://dx.doi.org/10.1111/j.2044-8317.1991.tb00966.x
+https://doi.org/10.1016/S0377-2217(02)00182-0
+http://www.youtube.com/watch?v=UNaYZvJo4rQ&hd=1
+http://people.cs.uchicago.edu/rbg/latent-release5/
+https://doi.org/10.1042/CS20040048
+https://doi.org/10.1016/j.sbspro.2015.11.166
+https://doi.org/10.3390/cancers3010913
+http://dx.doi.org/10.1155/2013/107851
+http://dx.doi.org/10.1016/j.jsbmb.2006.12.097
+https://doi.org/10.1002/0471250953.bi0612s35
+http://www.jangseong.go.kr/hom
+http://dx.doi.org/10.7238/joc.v5i2.2075
+http://kinderrechtenonderzoek.nl/wp-content/uploads/2014/09/Research-proposal-MH-29dec.pdf
+http://www.irr.org.uk/news/new-study-highlights-discrimination-in-use-of-anti-terror-laws/
+http://jb.asm.org/
+https://doi.org/10.1016/j.jacc.2013.11.035
+http://dx.doi.org/10.1016/j.gca.2015.05.003
+http://dx.doi.org/10.1016/j.cellsig.2015.04.003
+http://www.lrc.rpi.edu/index.asp
+http://link.aps.org/doi/10.1103/PhysRevD.83.123529
+http://www.wrcc.dri.edu/cgi-bin/cliMAIN.pl?az0288
+www.chemeurj.org
+https://rabida.uhu.es/dspace/bitstream/handle/10272/8169/De_la_exclusion_a_la_inclu-sion.pdf?sequence=2
+http://www.dearthink.com
+https://www.ohchr.org/Documents/Publications/training4en.pdf
+http://llk.media.mit.edu/papers/mres-wef.pdf
+https://goo.gl/
+http://dx.doi.org/10.1007/s004420050899
+http://geography.exeter.ac.uk/media/universityofexeter/schoolofgeography/winterfloods/documents/Blog_2015.pdf.Accessed
+http://www.unkniga.ru/biblioteki/bibdelo/6662-neb-kak-tehnologicheskaya-osnova-gumanisticheskogo.html
+https://www.fda.gov/Drugs/DrugSafety/PostmarketDrugSafetyInformationforPatientsandProviders/DrugSafetyInformationforHeathcareProfessionals/ucm192649.htm.Accessed
+http://dx.doi.org/10.1016/j.carbpol.2013.07.070
+http://dx.doi.org/10.1016/j.neurobiolaging.2005.01.001
+https://doi.org/10.1145/1148170.1148261
+http://www.bvsde.paho.org/bvsacd/cd63/149460E.pdf
+http://www.nhlbi.nih.gov/health/prof/heart/mi/provider.pdf.Accessed
+https://link.aps.org/doi/10
+http://dx.doi.org/10.1016/j.rse.2014.11.027
+http://www.ncbi.nlm.nih.gov/pubmed/22386512
+http://www.elearnspace.org/Articles/Interaction.htm
+http://csrc.nist.gov/groups/ST/toolkit/rng/index.html
+http://www.nap.edu/catalog/12883/verifying-greenhouse-gas-emissions-methods-to-support-international-climate-agreements
+http://xxx.lanl.gov/abs/
+https://doi.org/10.1093/nar/gkr067
+http://documents.worldbank.org/curated/en/1997/06/694732/five-years-after-rio-innovations-environmental-policy
+http://dx.doi.org/10.1207/s15327752jpa4901_13
+http://www.phys.ufl.edu/LIGO/LIGO/STAIC.html.2
+https://doi.org/10.1002/rmv.544
+http://dx.doi.org/10.2524/jtappij.63.1465
+http://dx.doi.org/10.1038/nature04779
+https://doi.org/10.2307/3545686
+http://ssrn.com/abstract=1107705
+http://dx.doi.org/10.1016/j.energy.2016.06.033
+www.ccsenet.org/ells
+http://www.tigen.org/kevin.kofler/fmathl/dyngenpar-example.pdf,slides
+https://doi.org/10.1073/pnas.0908447106
+https://doi.org/10.3109/09638288.2011.644023
+http://dx.doi.org/10.1016/j.trsl.2007.12.011
+http://dx.doi.org/10.1111/j.1442-2018.2009.00499.x
+http://www.isguv.netfirms.com/msds_bilgi.htm
+http://www.cit.sc.gov.br/propaganda/pdfs/artigos/linguagem_dor_propaganda.pdfacessoem13denovembrode2013
+https://doi.org/10.1175/1520-0469
+https://www.autosafety.org/
+http://www.surveillance-and-society.org/articles1/statesurv.pdf
+http://2010.census.gov/2010census/data/
+http://dps.ua.es/es/documen-tos/pdf/2011/la-reflexividad.pdf
+http://dialnet.unirioja.es/servlet/busquedadoc?t=Guti%C3%A9rrez%2C+Prudencia.+Ib%C3%A1%C3%B1ez%2C+Patricia.+Prieto+Sara.++&db=1&td=todo
+www.petrotechinc.com/pdf/94023.pdf
+http://www.temoa.info/sites/default/files/OER_Rubrics_0.pdf
+https://github.com/fchollet/keras
+http://www.cse.anl.gov/BatPaC/
+http://publications.iarc.fr/
+http://www.sainsburyslivingarchive.co.uk/collections/world-war-i-centenary/sainsburys-through-world-war-i
+http://dx.doi.org/10.1016/j.nedt.2005.10.011
+http://dx.doi.org/10.1126/science.1208347
+http://dx.doi.org/10.1021/ja01539a017
+https://www.feko.info
+https://doi.org/10.1640/0002-8444-101.3.182
+http://www.naturalcapital.org
+http://www.ifrs.org
+https://doi.org/10.1037/h0045996
+http://dx.doi.org/10.1177/104063870802000534
+https://doi.org/10.2147/NDT.S110656
+http://dx.doi.org/10.1172/JCI68587
+http://www.leo-pold.iastate.edu
+http://www.npr.org/templates/story/story.php?storyId=6522523&sc=emaf
+https://doi.org/10.1128/JB.00049-18
+http://www.wto.org/english/res_e/booksp_e/public_forum08_e.pdf
+http://www.snirh.gov.br/hidroweb/publico/medicoes_historicas_abas.jsf
+RT-04-00675.Availableatwww.camx.com/publ/pdfs/CB05_Final_Report_120805.pdf.Ac-cessed
+http://www.osvdb.org/OSVDB-Aims.php
+https://doi.org/10.1016/j.polymertesting.2014.05.005
+https://doi.org/10.1016/j.jprocont.2009.01.005
+https://www.dovepress.com/by207.241.231
+https://doi.org/10.5465/AMJ.2010.54533183
+http://dx.doi.org/10.1371/journal.pone.0006098
+https://software.intel.com/en-us/c-compilers
+https://dx.doi.org/10.1021/es60155a010
+https://www.cambridge.org/core.IPaddress:207.241.231
+http://dx.doi.org/10.1016/j.foodchem.2005.10.037
+http://www.kativik.qc.ca/en/compassionate-schools
+https://doi.org/10.1016/0734-743X
+http:www.ed.gov/policy/elces/
+https://factor.niehs.nih.gov/2016/10/feature/feature2-nc-award/index.htm
+http://doi.org/10.1590/S1414-32832005000100004
+http://www.bangkokpost.com
+http://www.ansd.sn/publications_SES_region.html
+http://news.bbc.co.uk/1/hi/uk/3696978.stm
+http://www.cumbria.nhs.uk/
+https://doi.org/10.1136/oem.58.3.178
+https://doi.org/10.1016/S1473-3099
+http://curia.europa.eu/ju-ris/showPdf.jsf?text=&docid=44408&pageIn-dex=0&doclang=EN&mode=lst&dir=&occ=first&part=1&cid=6007788
+https://doi.org/10.1370/afm.1377
+http://arxiv.org/abs/1707.03472
+https://doi.org/10.4271/2018-01-1117
+www.fiz-karlsruhe.de
+http://eltweekly.com/2013/05/the-implementation-of-communicative-language-teaching-clt-approach-in-english-1101-towards-a-faculty-development-program-by-tichie-ann-econg-baena/
+http://www.batut.org.rs/download/publikacije/pub2015.pdf
+http://dx.doi.org/10.1016/j.gene.2006.01.031
+https://www.gemconsortium.org/report
+http://dx.doi.org/10.1155/2013/780502
+https://doi.org/10.1038/nature12962
+http://dx.doi.org/10.1074/jbc.M501770200
+http://journals.ametsoc.org/doi/abs/10.1175/15200442%281998%29011%3C2858%3AARITIT%3E2.0.CO%3B2
+http://dx.doi.org/10.1038/nature12474.pii:nature12474
+www.epub.lib.aalto.fi
+https://doi.org/10.1016/j.cub.2004.03.006
+http://pacis2014.org/data/PACIS_mainconference/pdf/pacis2014_submission_468.pdf
+http://www.telecom.gov.sk/index/index.php?ids=102432
+http://dx.doi.org/10.2147/BTT.S4148124
+http://www.oanda.com/currency/historical-rates/
+http://g1.globo.com/jornal-da-globo/noticia/2012/07/anatel-proibe-claro-oi-e-tim-de-vender-chips-de-celular.html
+ai-cbr.org
+http://www.efloras.org
+http://dx.doi.org/10.1561/106.00000008
+www.icaso.cl/wp-conten/uploads/2012/01/WorkingPapers-ICSO-Taller-4-pdf
+http://dx.doi.org/10.1007/978-1-4020-8224-5
+http://globocan.iarc.fr/Pages/fact_sheets_population.aspx
+https://doi.org/10.1037/0021-843x.115.4.760
+http://dx.doi.org/10.1038/leu.2013.135
+http://thrift.apache.org/static/files/thrift-20070401.pdf
+https://doi.org/10.1186/1478-7954-12-4
+https://doi.org/10.1111/1751-2980.12291
+http://www2.inca.gov.br/wps/wcm/connect/c1755a004eb694838c939ef11fae00ee/encarte_especial.pdf?MOD=AJPERES.Acessoem25demeiode
+https://doi.org/10.1074/jbc.M603964200
+https://doi.org/10.1523/JNEUROSCI.0123-08.2008
+https://doi.org/10.1038/mt.2010.141
+http://dx.doi.org/10.3201/eid1603.081685
+http://dx.doi.org/10.1097/01.NNA.0000295636.03216.6f
+http://en.wikipedia.org/wiki/Lux
+https://hal.archives-ouvertes.fr/hal-01774708/185
+http://docs.cntd.ru/document/3638729
+http://www.scie-lo.edu.uy/scielo.php?script=sci_
+http://lavanderiadearte.com/cms/?p=388el20deseptiembrede
+http://www.ipspr.sc.edu/publication/Quality%20of%20Life.pdf
+http://www.bea.doc.gov
+http://www.synopsys.com
+https://doi.org/10.1128/JCM.05439-11
+https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
+http://dx.doi.org/10.1086/503425
+https://doi.org/10.1126/science.2945253
+https://periodicos.ufsc.br/index.php/perspectiva/article/view/2175-795X.2013v31n2p591
+http://www.decc.gov.uk/en/content/cms/statistics/source/total/total.aspx
+https://doi.org/10.1371/journal.pbio.1000603
+http://www.systemicpeace.org/polity/polity4.htm.Ivanter
+https://doi.org/10.5194/amt-7-3325-2014
+http://www.dominiopublico.gov.br/download/texto/ph000198.pdf.Lastaccess
+http://www.guardian.co.uk/environment/2011/mar/17/wind-cheaper-nuclear-eu-climate
+http://dx.doi.org/10.1109/ICEAIT.2016.7500980
+http://dx.doi.org/10.3141/2058-20
+https://doi.org/10.1155/2013/485047
+http://doi-org.hmlproxy.lib.csufresno.edu/10.1016/j.jogn.2019.01.008
+https://doi.org/10.1016/j.critrevonc.2003.09.001
+https://www.ncbi.nlm.nih.gov/pubmed/27761356
+https://doi.org/10.1521/aeap.2013.25.4.327
+http://dx.doi.org/10.1007/bf02380949
+http://www.iso.org
+https://doi.org/10.1093/molehr/gap052
+https://doi.org/10.4049/jimmunol.1502440
+http://www.naho.ca/journal/2009/11/03/intergenerational-trauma-convergen
+http://www.unfpa.org/ageing
+https://doi.org/10.1128/AAC.04227-14
+https://doi.org/10.1107/S0567739477001065
+https://doi.org/10.1186/s40562-017-0078-3
+https://doi.org/10.1111/j.1574-6968.2008.01145.x
+https://doi.org/10.1016/j.brainres.2017.12.010
+https://doi.org/10.1088/0022-3727/39/9/027
+http://dx.doi.org/10.1126/science.1126747
+http://www.cbhidghs.nic.in/writereaddata/mainlinkFile/10%20%20Human%20Resources%20%20in%20Health%20Sector%20%202011.pdf
+www.who.int/hrh/nursing_midwifery/en/〉
+https://doi,org/10.5301/hip.2011.8840
+http://scimagojr.com/countryrank.php?area=1200&category=1212&region=all&year=2014&order=h&min=60&min_type=it
+http://www.stp.dias.ie/~dukes/matroid.html
+http://www.denatran.gov.br/
+http://www.inegi.org.mx/geo/contenidos/geoestadistica/m_geoestadis-tico_2014.aspx
+https://doi.org/10.1002/mar.10063
+http://dx.doi.org/10.1038/nature06387
+https://doi.org/10.1016/j.neuron.2012.01.010
+http://ayp.unia.es/dmdocuments/litydes_doc08.pdf
+https://doi.org/10.1097/JTO.0b013e3181c5920c
+https://doi.org/10.1021/acs.jmedchem.8b00802
+http://ilab.mit.edu/iLabServiceBroker
+parcftp.xerox.com/pub/MOO/papers/MUDsGrowUp.ps
+http://www.tidorum.fi/bound-t/
+https://doi.org/10.1016/j.redox.2016.12.026
+http://www.alwahabiyah.com/file/Occation/vijename/T-K55-ar.pdf
+https://doi.org/10.1128/AAC.48.12.4636-4642.2004
+http://go.worldbank.org/T2K4PW3270
+https://doi.org/10.1371/journal.pone.0031196
+https://doi.org/10.1667/RR0763.1
+https://doi.org/10.1371/journal.pone.0154623
+https://www.nytimes.com/2020/02/19/us/gender-pronounscollege.html
+http://dx.doi.org/10.1074/jbc.M109.036780
+https://doi.org/10.1016/j.cell.2006.12.017
+https://periodicos.ufpe.br/revistas/revistaenfermagem/article/viewFile/9691/9746
+http://amt.gartner.com/TCO/MoreAboutTCO.htm
+http://www.bjpa.org/Publications/details.cfm?PublicationID=688
+http://www.cdc.gov/nchs/nhanes.htm
+https://doi.org/10.1111/j.1364-3703.2010.00701.xPMID
+http://www.logitech.com/en-in/webcam-communications/webcams/devices/3480
+http://www.oecd.org/daf/competition/prosecutionandlawenforcement/46734249.pdf
+http://dx.doi.org/10.1097/MOP.0b013e328362cd0d
+http://dx.doi.org/10.4161/auto.4237
+http://www.morphbank.net/
+https://doi.org/10.3354/meps09914
+https://doi.org/10.1098/rspb.2009.1474
+http://www.militaryfactory.com/ships/detail.asp?ship_id=USNS-Comfort-TAH20
+https://doi.org/10.1074/jbc.M114.592063
+http://dx.doi.org/10.1016/j.jacc.2013.11.005
+https://doi.org/10.1029/1999JC900215
+https://dx.doi.org/10.4314/ijbcs.v11i2.5
+https://micropython.org/
+http://publications.environment-agency.gov.uk/pdf/GEHO0305BIRQ-e-e.pdf
+http://webcache.googleusercontent.com/search?q=-cache:LWgkWYjt75oJ:www.cosemssp.org.br/downloads/Cursos/Saude-Mental-DSM-07-03.pdf+&cd=1&hl=en&ct=clnk&gl=br.Acessoem:06/09/2015
+http://doi.org/10.1111/apa.12466
+http://works.bepress.com/martijn_hesselink/20
+https://doi.org/10.1038/s41597-019-0192-5www.nature.com/scientificdata
+http://www.torontosun.com/news/torontoandgta/2009/04/03/8986286-sun.html
+https://doi.org/10.1016/j.cell.2012.03.003
+http://www.jumpstart.org/assets/files/2008-SurveyBook.pdf
+http://www.aeaweb.org/assa/2005/0107_1645_0101.pdf
+https://doi.org/10.1677/joe.0.1630181
+http://dx.doi.org/10.1099/vir.0.18820-0
+http://www.cnn.com/SPECIALS/2000/e.europe/stories/b2b/
+https://doi.org/10.1016/s0377-2217(01)00360-5
+https://doi.org/10.1371/journal.pone.0183347
+http://base.consultant.ru/
+http://www.eiu.com.proxy.library.ucsb.edu:2048/FileHandler.ashx?issue_id=59815390&mode=pdf
+https://doi.org/https://doi.org/10.5067/0I7PFBVQOGO5
+www.pubmed.gov/17956374
+http://zakon.rada.gov.ua/laws/show/2755-17
+https://doi.org/10.1016/S1473-3099
+http://www.usask.ca/agriculture/caedac/PDF/energy_95.PDF
+http://dx.doi.org/10.1016/j.annepidem.2009.03.004PMid
+http://www.dw.com/ru/присоеди-нение-беларуси-к-болонскому-процессу-причины-и-цели/a-5886884
+http://www.ipea.gov.br/ppp/index.php/PPP/article/viewFile/117/118.Acessoem11dejaneirode
+http://www.osapublishing.org/abstract.cfm?URI=
+http://www.un.org/esa/soc-dev/documents/ifsd/SocialJustice.pdf
+https://doi.org/10.1016/j.clay.2017.02.028
+https://doi.org/10.1787/9789264208919-table61-en
+http://dx.doi.org/10.4301/S1807-17752009000200004
+https://doi.org/10.1186/s12954-018-0252-8
+https://doi.org/10.1186/s12879-016-1525-z
+https://doi.org/10.1016/j.sbspro.2014.07.546
+https://doi.org/10.1128/JB.187.12
+http://dx.doi.org/10.1111/j.1462-2920.2006.01065.x
+https://doi.org/10.1101/763011doi:bioRxivpreprint
+http://CRAN.R-project.org/package=ade4TkGUI
+http://www.mitsuboshi.co.jp/english/
+http://www.rusnauka.com/8_DNI_2009/Pedagogica/43385.doc.htm
+https://doi.org/10.1016/j.atmosenv.2011.06.059
+https://doi.org/10.1172/JCI83083
+https://doi.org/10.1177/0146167283093007
+http://dx.doi.org/10.1016/j.tibs.2009.01.011
+http://dx.doi.org/10.1111/j.1365-2907.2010.00171.x
+http://dx.doi.org/10.1093/oxfordjournals.bjc.a014260
+http://www.google.com/forms.Accessed
+https://www.doi.org/doi_presentations/070207-ITU-Handle.ppt
+http://dx.doi.org/10.1590/0102-311X00086714
+http://jordantimes.com/over-15000-illegal-guest-workers-apprehended-since-august----katamine
+https://doi.org/10.3892/ol.2016.5052
+https://DOI//10.1039/B313787B
+http://dx.doi.org/10.1016/j.neuroimage.2004.05.018
+https://doi.org/10.1108/02652320210432936
+https://www.unaids.org/sites/default/files/media_asset/90-90-90_en.pdf
+http://dx.doi.org/10
+https://doi.org/10.1093/molbev/msw014
+http://iibfdergisi.gazi.edu.tr/index.php//36/27
+http://www.sketchengine.co.uk
+https://doi.org/10.1212/01.wnl.0000324625.00404.15
+https://doi.org/10.12691/ajfn-4-3-3
+www.cdc.gov/nchstp/dstd/Fact_Sheets/FactsHPV.htm
+http://michaelis.uol.com.br/moderno/portugues/index.php?lingua=portugues-portugues&palavra=linguagem
+http://dx.doi.org/10.1093/hmg/9.8.1161
+http://www.mathworks.com/help/simulink/gui/solver-pane.html
+https://doi.org/10.1146/annurev.psych.60.110707.163642
+http://www.decisionsciences.org/decisionline/Vol31/31_3/31_3pom.pdf
+http://dx.doi.org/10.1017/CBO9780511840272
+https://doi.org/10.1046/j.1365-2648.2002.02059.x
+http://dx.doi.org/10.1037/a0021539
+Availableatwww.healthlink.org.za/uploads/files/SAHR2007.pdf
+https://doi.org/10.1073/pnas.1218402110
+http://ssrn.com/abstract=2023530
+https://doi.org/10.3374/014.053.0101
+http://www.sciencedirect.com/science/article/pii/S1077314215001794
+http://www.ai.mit.edu/murphyk/Software/HMM/hmm.html
+http://www.unisa.it/download/1966_145_226226808_40.Bofill.pdf
+http://dx.doi.org/10.1002/path.4288
+https://www.dovepress.com/by54.191.40
+http://gams.uni-graz.at:8080/fedora/get/o:wissg-wi-065-1/bdef:FOtoPDF/get
+http://www.pxweb.bfs.admin.ch/Dialog/varval.asp?ma=px-d-01-2A02&path=../
+https://theidealis.org/untangling-academic-publishing-a-history-of-the-relationship-between-commercial-interests-academic-prestige-and-the-circulation-of-research/
+http:/www.cdc.gov/ncidodlElD/cid.htm
+https://doi.org/10.1111/j.1365-2915.2003.00458.x
+http://www.theguardian.com/sport/2004/mar/31/athensolympics2004.olympicgames
+www.compos.org.br/e-compos.Acessoem:15/09/2012
+http://portaldeperiodicos.eci.ufmg.br/index.php/pci/article/view/428
+https://doi.org/10.17226/9047
+https://doi.org/10.4067/S0250-71612013000300003
+http://www.wellesleyinstitute.com/wp-content/uploads/2015/02/Full-Report-FPSCT-Updated.pdf
+https://doi.org/10.1111/j.1728-4457.2004.00006.x
+https://doi.org/10.1006/jmbi.1993.1413
+http://dx.doi.org/10.1523/JNEUROSCI.1709-08
+http://fatihprojesi.meb.gov.tr/tr/index.phpadresindenalınmıştır
+http://www.um.es/ead/red/39
+http://babel.ling.upenn.edu/~gene/papers/buckley_naphc1.pdf
+http://ieeexplore.ieee.org/document/7814289/
+http://www.nbcnews.com/id/7911356/ns/world_news-mideast_n_africa/t/most-dangerous-civilian-job-iraqhttp://nation.time.com/2013/03/18/iraq-ten-years-after/https://www.reading.ac.uk/languages-at-war/https://newsela.com/read/bio-malinche-mexico/id/35862
+http://protege.stanford.edu/overview/protege-owl.html
+http://www1.oecd.org/scripts/cde/viewbase.asp
+http://dx.doi.org/10.3989/ris.2011.iM1.387
+https://github.com/google/guava
+https://www.britishhorseracing.com/regulation/integrity/
+https://doi.org/10.4161/cc.9.5.10936
+https://doi.org/10.1016/j.future.2018.09.004
+http://dx.doi.org/10.1007/s00442-005-0100-x
+https://doi.org/10.1093/bioinformatics/btp616
+http://www.nada.kth.se/patric/
+http://dx.doi.org/10.1080/14733140112331385118
+http://www.sciencedirect.com/science/article/pii/S096706450500233X
+https://openknowledge.worldbank.org/handle/10986/22761License:CCBY3.0IGO
+http://dx.doi.org/10.15809/irriga.2015v20n1p177
+https://www.cdc.gov/drugoverdose/maps/rxrate-maps.html.Accessed24
+http://www.dol.gov/_sec/media/reports/Hispani-
+http://www.fatf-gafi.org/dataoecd/53/32/34262136.pdf
+http://legis.senado.gov.br/legislacao/ListaTextoIntegral.action?id=94836
+www.orfeus-eu.org/pub/soft-ware/iaspei2003/8511_tutorial.pdf
+https://www.ncdc.noaa.gov/sotc/summary-info/global/201512
+http://www.internalwaveatlas.com/Atlas_index.html
+http://dx.doi.org/10.1016/j.neuroimage.2011.09.015
+http://csx.co.nz/
+www.kidshealth.org
+http://www.seer.ufrgs.br/cadernosdoil/article/view/67571
+https://ojs.library.queensu.ca/index.php/encounters/article/view/1722/1847
+https://doi.org/10.1186/s12933-016-0409-2PMID
+https://cyberleninka.ru/article/n/rezultaty-obmolota-zernovyh-kultur-molotilkoy-inertsionnogo-vozdeystviya
+http://www.extension.umn.edu/distribution/livestocksystems/di0956.html
+https://doi.org/10.1101/cshperspect.a016113
+https://doi.org/10.1111/psj.12028
+https://doi.org/10.1175/1520-0485
+http://dx.doi.org/10.1023/A:1007631726356
+http://eau.sagepub.com/content/vol7/issue2/
+http://www.tarim.gov.tr/TAGEM/Belgeler/Sunular
+https://www.sworld.com.ua/konfer31/189.pdf
+https://doi.org/10.1038/s41598-017-14271-6
+http://www.agrf.org.au/assets/files/PDF%20Documents/Sequenom%20iPlex.pdf
+https://doi.org/10.1146/annurev.neuro.051508.135409
+http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/
+http://eurlex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX
+https://doi.org/10.1016/j.biopsych.2009.08.026
+http://doi.org/10.1007/s10681-013-0881-7
+http://www.nytimes.com/2011/09/08/world/europe/08iht-italy08.html?pagewanted=all&_r=0
+http://www.secom.gov.br/pdfs-da-area-de-orientacoes-gerais/internet-e-redes-sociais/diretrizes-comunicacao-digital-governo-federa-jan2014.pdf-1/view
+https://doi.org/10.5281/zenodo.824567
+http://www.unicamp.br/ea
+https://doi.org/10.1126/scisignal.2004657
+https://doi.org/10.1016/0002-9378(93)90706-O
+https://doi.org/10.1080/13696998.2017.1369983
+http://thorax.bmj.com/Thorax:firstpublishedas10.1136/thx.44.7.601on1
+http://iteslj.org/Lessons/Ersoz-Games.html
+http://www.afjarvis.staff.shef.ac.uk/sudoku/
+https://doi.org/10.1128/JCM.00128-10
+premiumtimesng.com/news/146381-medical-expert-says-64-million-nigerians-suffer-mental-illness.html
+https://doi.org/10.1016/j.ecolecon.2010.04.023
+https://africapomona.wordpress.com/
+http://dx.doi.org/10.1177/1075547008319432
+https://doi.org/10.1016/j.jce.2016.04.005
+https://www.fishersci.com/shop/msdsproxy?productName=AAA1532806&productDescription=3+5-DICHLOROPHENOL+98%2B%25+5G&catNo=AAA1532806&vendorId=VN00024248&storeId=10652
+https://doi.org/10.2307/3146458WOS:A1993MB31400008
+http://www.R-project.org/sAnMArtín
+http://linkinghub.elsevier.com/retrieve/pii/S0033350699001869
+https://doi.org/10.1016/S0076-6879
+https://doi.org/10.1016/j.jscs.2012.03.003
+http://www.iiid.net/PDFs/idxPublication.pdf
+http://sipi.usc.edu/database/
+https://doi.org/10.2307/143141
+http://dx.doi.org/10.1016/j.socnet.2011.05.006
+http://hdl.handle.net/11572/138385
+https://doi.org/10.1016/j.ocemod.2014.12.011
+https://doi.org/10.1007/Bf01213292
+http://www.docguide.com/dg.nsf/PrintPrint/0915B4600F12D8C785256D3A004C8CC1
+http://www.ams.org/journal-terms-of-useAustral
+https://doi.org/10.1007/s40475-015-0056-9
+http://dx.doi.org/10.1186/1471-2105-14-277
+http://www.fnde.gov.brprogramas/alimentaçãoescolar/alimentacao-escolar-apresentação
+https://doi.org/10.1080/13571519984304
+http://www.mareonline.nl/archive/2014/05/08/evolutie-tussen-de-benen
+http://dx.doi.org/10.1016/j.fcr.2004.03.006
+http://www.imf.org/external/data.htm
+http://dx.doi.org/10.3354/ame013141
+http://blogs.helsinki.fi/valuesandmorality/files/2009/09/Schwartz-Monograph-Cultural-Value-Orientations.pdf
+https://doi.org/10.1359/JBMR.0301226
+ac.at
+http://pages.discovery.wisc.edu/jramakrishnan/BRT2015_repop.pdf
+www.irrodl.org/index.php/irrodl/article/view/664/1388
+https://doi.org/10.1211/jpp.58.11.0010
+https://doi.org/10.1109/83.877220
+https://arxiv.org/abs/2001.06308
+https://doi.org/10.1289/ehp.8006
+https://www.sociologicalscience.com/download/vol-4/november/SocSci_v4_656to685.pdf
+http://www.cdc.gov/nchs/nhanes.htm•TheNationalAgriculturalLibrary
+https://doi.org/10.1108/IJQRM-02-2018-0031
+http://dx.doi.org/10.1016/j.orgel.2007.05.003
+http://helpmegrownational.org/includes/research/HMGProtectiveFactorspolicybrief02_2013b.pdf
+https://youtu.be/Z64kTn6kIs8
+https://goo.gl/ehPRMn
+http://dx.doi.org/10.1016/S0167-9236(00)00144-5
+http://www.123aantafel.be
+http://colegiodetraductores.org.pe/instituciones-academicas/
+https://static.anaf.ro/static/10/Anaf/legislatie/L_69_2010R.pdf
+http://www.nrel.gov/midc/
+http://doi.org/10.18128/D010.V6.0
+http://m.elespectador.com/impreso/negocios/articuloimpreso-invertir-salud-y-seguridad
+http://geosisemanet.meioambiente.mg.gov.br/inventarioFlorestal/
+https://doi.org/10.1128/MCB.22.21.7572-7580.2002
+www.chssn.org
+http://www3.weforum.org/docs/Global_IT_Report_2012
+http://dx.doi.org/10.1037/0022-006X.59.1.12
+http://gateway.proquest.com/open
+http://tinyurl.com/hezaqsm.42.hawkesC
+http://public.web.cern.ch/public/en/lhc/CMS-en.html
+http://logic.stanford.edu/kif/dpans.html
+http://www.defesacivil.mg.gov.br/index.php/ajuda/page/383-cedec-participa-da-entrega-de-kits-a-coordenadorias-municipais-de-protecao-e-defesa-civil-pela-fundacao-renova
+http://www.who.int/mediacentre/news/statements/2010/s09/es/index.html
+www.jurnal.ar-raniry.com/index.php/elkawnie
+http://www.ed.gov/offices/OPE/FIPSE/LessonsIII/michigan.html
+http://dx.doi.org/10.1101/368621doi:bioRxivpreprintfirstpostedonlineJul.13
+https://doi.org/10.3897/jhr.56.10388
+http://www.bls.gov/data/inflation_calculator.htm
+http://www.gvrd.bc.ca/growth/pdfs/OfficeMarket.pdf
+http://www.nauka.gov.pl
+https://doi.org/10.1038/sj.onc.1207465
+http://www.espaciovirtual.net/Epistem/
+www.nytimes.com/2009/01/26/technology/26spend.html?_r=0
+http://www.crs4.it/Ars/arshtml/arstoc.html
+http://www.mozart-oz.org
+http://dx.doi.org/10.1016/0024-4937(94)90009-4
+http://reports.weforum.org/global­competitiveness­report­2014­2015/rankings/
+http://engr.case.edu/ray_soumya/mlrg/controlling_fdr_benjamini95.pdf
+https://doi.org/10.1111/aphw.12051
+https://doi.org/10.1007/s11069-013-0930-5
+www.geographynetwork.com/data/tiger2000/index.html
+http://dx.doi.org/10.1016/S0039-9140
+http://wapo.st/1ifdogP
+https://www.mckinsey.com/business-functions/digital-mckinsey/our-insights/an-executives-guide-to-software-development
+http://www.hdmicrosystems.com/
+https://doi.org/10.1016/S1001-0742(08)62340-2
+https://doi.org/10.1089/cyber.2012.0498
+https://doi.org/10.7554/eLife.04693
+http://eprints.ulster.ac.uk/12091/1/Docompetencesallowfordevofinclpractices.doc.Consulta
+www.cochrane-handbook.org
+https://content.sciendo.com/view/journals/hukin/25/1/article-p93.xml
+https://doi.org/10.1209/epl/i1999-00122-9
+ftp.esat.kuleuven.ac.be/SISTA/guests/reports/vaccaro.ps.Z
+http://www.planning.gov.mv/publications/25yearsstats/default.htmDNP
+https://doi.org/10.1371/journal.pone.0106940
+https://www.ghanabusinessnews.com/2016/04/23/ghanas-free-maternal-healthcare-policy-not-working-research/
+http://www.ams.usda.gov/mnreports/wa_lo100.txt.Fechadeconsulta
+https://doi.org/10.1002/ana.24647
+https://doi.org/10.1101/2020.05.29.123018
+http://www.kansascity.com
+https://doi.org/10.1016/j.bodyim.2017.02.004
+https://doi.org/10.1007/s00592-014-0632-9
+http://www.tcs.com/SiteCollectionDocuments/White-Papers/3rd-Platform-Enabling-Digital-Transformation.pdf
+http://dx.doi.org/10.1068/b200221
+http://cmc.ihmc.us/cmc2008/cmc2008Program.html
+http://orcid.org/0000-0002-1456-8073
+http://findarticles.com/p/articles/mi_m4467/is_201007/ai_n54716203/
+https://doi.org/10.1007/s00894-019-3964-0
+https://doi.org/10.7560/JHS24203
+http://www.scribd.com/doc/48152306/
+https://doi.org/10.1590/S0034-89102002000400019
+https://doi.org/10.1016/S0277-9536(03)00096-0
+https://doi.org/10.3130/aijsaxx.229.0_15
+https://doi.org/10.1145/383962.384016
+https://doi.org/10.1002/jhbp.198
+https://www.sciencedirect.com/science/article/abs/pii/0306919295000124
+http://dx.doi.org/10.1186/1743-422X-6-127
+http://dx.doi.org/10.2466/pr0.1965.17.2.591
+http://www.elearningfieldbook.com/futureoflearning.pdf
+http://doi.org/10.1207/s15327906mbr0102_10
+http://www.kcorc.org/en/open-source-softwareoralternativelyathttps://github.com/orcmkit/ORCmKit
+http://www.bcshguidelines.com/pdf/IFI_therapy.pdf
+https://doi.org/10.1097/00005382-200004000-00005
+http://www.rand.org/pubs/working_papers/WR768/
+http://www.nist.gov/tac/2009/RTE/RTE5MainGuidelines.pdf
+http://dx.doi.org/10.12795/hid.2014.i41.08HID41
+http://www.doc.ubi.pt/14/doc14.pdf
+https://doi.org/10.1172/JCI86042
+http://conferenciainfanto.mec.gov.br/images/conteudo/iv-cnijma/diretrizes.pdf
+http://findarticles.com/p/articles/mi_qa3937/is_200703/ai_n19198538/pg_5/?tag=content;col1
+http://dx.doi.org/10.1186/1471-2229-12-237
+http://www.asia-spinalinjury.org/index.phpAndrichD
+http://www.nsf.gov/statistics/nsf01314/htmstart.htm
+https://doi.org/10.5339/messa.2015.10
+http://www.tools.ietf.org/html/rfc792
+http://www.redsalud.gov.cl/archivos/cancer/prcancernino.pdf
+http:/www.imf.org,diaksespadatanggal20September
+http://www.sandia.gov/isrc/Whitepaper/whitepaper.html
+https://doi.org/10.1007/BF00696641
+http://dx.doi.org/10.1146/annurev.psych.59.103006.093656
+http://www.oecd.org/dac/evaluationofdevelopmentprogrammes/dcdndep/35353699.pdf
+https://ink.library.smu.edu.sg/cgi/viewcontent.cgi?article=2379&context=lkcsb_research
+https://doi.org/10.5194/acp-14-1441-2014
+https://doi.org/10.1046/j.1439-037X.2003.00083.x
+https://doi.org/10.1007/s11103-011-9857-yPMID
+https://doi.org/10.1038/nrmicro3003
diff --git a/extra/cdx/sample_no_doi.tsv b/extra/cdx/sample_no_doi.tsv
new file mode 100644
index 0000000..f046d10
--- /dev/null
+++ b/extra/cdx/sample_no_doi.tsv
@@ -0,0 +1,10000 @@
+Re-trievedfromwww.handbook.cochrane.org
+http://creativecommons.org/licenses/by/4.0/
+www.duo.uio.no/roman/Art/Rf15-02-
+http://corteidh.or.cr/docs/casos/articulos/seriec_233_esp.pdf
+http://www.sics.se/sicstus/
+http://www.druid.dk/conferences/nw/paper1/a_johnson.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/19579858
+http://www.lu-cabarcellona.com
+http://www.slate.com/articless/culturebox.html
+http://www.dovepress.com/testimonials.phptoreadrealquotesfrompublishedauthors
+http://conselho.saude.gov.br/resolucoes/2012/Reso466.pdf.Acessoem17dedezembrode
+http://www.borjmes.com/main-page/
+http://www.funkschau.de/heftarchiv/pdf/2000/fs04/f0004020.pdf,ason22.02
+www.informaworld.com/openurl?genre=article&doi=10.1207/S15327051HCI1404_2&magic=
+icmr.nic.in/art/art_clinics.htm
+http://www.tanzanet.org/int/journal/tznetjournal_07_2005_partic_reality_rural_comm.pdf
+http://allafrica.com/stories/201511131483.html
+http://www.forbes.com/sites/jeffmcmahon/2015/12/09/john-kerry-cop-21-paris-climate-conference-legally-binding-agreement/
+http://politika.osf.lt/eurointegracija/index.htm12
+http://education.uncc.edu/jageretes/61013%20Case%20Studies%20F01.Dateretrieved
+https://escholarship.org/uc/item/3sh9003x
+https://www.mhlw.go.jp/bunya/kodomo/pdf/dv130424_1.pdf
+https://www.cdc.gov/coronavirus/2019-ncov/hcp/clinical-guidancemanagement-patients.html
+http://wwwesacademic.com/dic.nsf/eswiki/278508
+www.ijcaonline.org
+http://www.facmed.unam.mx/sem/pdf/ObjectiveStructuredClinicalExam.ErişimTarihi:24.11
+www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
+http://www.washingtonpost.com/wp-dyn/content/article/2010/03/06/AR2010030602537.html
+https://s3-eu-west-1.amazonaws.com/esrc-files/outputs/trwpwIS7r0qG3FHDi_I2jA/CMyApZb2oUe5rgbpx6LvVQ.pdf
+http://enero.ro/doc/STRATEGIEENERGETICAROMANIEPENTRUPERIOADA2007-2020.pdf,9
+http://www.techworld.com/news/security/mevade-botnet-miscalculated-effect-on-tor-network-says-damballa-3468988/
+http://www.theblackchurchandhiv.org
+http://www.airbrasil.org.br/simon/sapaper.htmemoutubrode
+http://revistasum.umanizales.edu.co/ojs/index.php/archivosmedicina/article/view/1435
+http://www.unesco.org/webworld/wcir/en/pdf_report/chap14.pdf
+http://www.bernardlonergan.com/archiveitem.php?id=2189
+http://www.bhiva.org/HIV-1-treatment-guideline-s.aspx
+atwww.ptsd.va.gov/
+http://www.univ-poitiers.fr/about-us/contact-getting-here/m-zeghloul-thami-175651.kjsp?RH=1371111160363
+http://www.guttmacher.org/pubs/FB-Teen-Sex-Ed.html
+http://www.smart-cities.eu/model.html
+http://www.univer-salhealth2030.org/index.php/documents-publications/category/3-kenya-health-system
+http://cals.arizona.edu/AZWATER/publications/AWRColumn/Payoffs.Water.Saving.Practices_Spring09.pdf
+https://www.cfec.state.ak.us/Publications/Permit_Transfers.pdf
+http://uu.diva-portal.org/smash/get/diva2:530321/FULLTEXT01.pdf
+http://www.ncsa.uiuc.edu/News/Stories/Competitiveness/
+http://doi.acm.org/10.1145/1028664.1028765
+http://imd-by-postcode.opendatacommunities.org/.Accessed23
+http://www.hcup-us.ahrq.gov/nisoverview.jsp.Accessed
+abr.2016www4.fsanet.com.br/revista
+http://search.proquest.com/docview/837350612?accountid=14872
+http://www.isye.gatech.edu/~sahmed/siplib
+https://onlinelibrary.wiley.com/doi/10.1002/jcp.1040880303
+http://prb.aps.org/abstract/PRB/v84/i5/e054304
+http://www.cas.umt.edu/geosciences//faculty/sheriff/495-subsurfaceimaginginarchaeology/Sources/Loke_elect_tutorial.pdf
+https://coq.inria.fr/distrib/current/refman/v.8.9
+http://ulusalsutkonseyi.org.tr/tuik-2018-sut-ve-sut-urunleri-uretim-istatistikleri-mart-1322/
+http://www.sussex.ac.uk/its/pdfs/SPSS_Missing_Values_22.pdf.Accessed
+https://medsi.lbl.gov/files/page_156/Posters/Sta-ble_Mechanical_Design_of_Coherent_X_Ray_Scatter-ing_Beamline_at_Taiwan_Photon_Source_Hong-Yi_Yan.pdf
+www.aph.gov.au/hansardandwww.parlinfoweb.aph.gov.au.CommissiononHumanSecurity
+http://www.aljazeera.com/indepth/interactive/2014/09/chasing-dream-timeline-boeing-787-2014971301609975.html
+https://arxiv.org/pdf/1808.02969.pdf
+http://bib.cervantesvirtual.com/servlet/SirveObras/01350553122248188757680/029429.pdf#search=%22imposible%20equilibrio%20rafael%20iglesias%22&page=27
+http://www.grc.nasa.gov/WWW/winddocs/
+http://www.cpc,org,br
+www.crisiszimbabwe.org.geo.webdev.co.zw/2013-05-27-12-00-01/crisis-report/item/764-pre-election-detectors-zanu-pfs-attempt-to-re-claim-political-hegemony.html
+http://www.gainhealth.org/knowledgecentre/country/indonesia/.Accessed10
+http://www.crise.ox.ac.uk/pubs/workingpaper66.pdfAcessoem20/04/2011
+http://www.adammathes.com/academic/computer-mediated-communication/folksonomies.html
+http://www.queerty.com
+https://android.googlesource.com/platform/system/sepolicy/+/master/public/attributes
+http://hzs.ndrc.gov.cn/newzwxx/t20060414_66220.htm
+http://www.npr.org/2013/03/26/175351429/audio-supreme-court-arguments-on-california-gay-marriage-ban
+http://pagesperso-orange.fr/michel.rochard/textes/rennes_2002.pdfUltimoaccesso
+de.bibliote-ca.inepta.para.mejorar.la.realidad.de.su
+100.www.ibge.gov.br
+http://www.highbeam.com/doc/1P3-1093149621.html.Accessed
+https://public.wmo.int/en/media/news/new-two-tier-approach-%E2%80%9Cclimate-normals%E2%80%9D
+http://www.ucv.ve/fileadmin/user_upload/PCI/Memoria_PCI_10_a%C3%B1os.pdf
+https://www.sto.nato.int/publications/Pages/default.aspx
+http://bialystok.gazeta.pl/bialystok/
+http://www.errc.org/cms/upload/media/03/8A/m0000038A.pdf
+http://cryogenics.nist.gov
+http://statline.cbs.nl/StatWeb/publication
+http://www.acessoainformacao.gov.br/central-de-conteudo/publicacoes/arquivos/balanco1ano.pdf/view
+http://www.stanford.edu/˜jmammen/
+http://codahale.com/you-cant-sacrifice-partition-tolerance/
+http://www.desy.de/∼carli/hztool.html
+https://negracubanateniaqueser.com/2014/04/25/testimonio-muchas-putas-lo-somos-porque-nos-gusta/.Accessed25
+http://www1.folha.uol.com.br/fsp/mais/fs1006200108.htm
+http://www3.lrs.lt/dokpaieska/forma_l.htm
+http://crypto.stanford.edu/miller/miller.pdf
+https://developer.chrome.com/extensions
+http://armypubs.army.mil/doctrine/DR_pubs/dr_a/pdf/fm7_22.pdf
+http://www.pdac.ca/docs/default-source/public-affairs/finance-taxation---pdac-research-paper.pdf?sfvrsn=6
+https://eprint.iacr.org/2018/1247
+http://uir.unisa.ac.za/bitstream/handle/10500/5931/Ntuli_SAFOS_21-_2_2011.pdf?sequence=1&isAllowed=y
+https://journals.sagepub.com/doi/10.1177/0047287519878511
+http://link.aps.org/doi/10.1103/PhysRevLett.112.096401
+https://www.nass.usda.gov/Statistics_by_State/Alaska/index.php
+http://www.foxbusiness.com/economy/2013/04/01/booze-food-and-baseball-economic-indicators-point-to-sluggish-growth/
+https://www.e-teaching.org/materialien/artikel/langtext_offen_lernen_panke_2011.pdf
+http://mathworld.wolfram.com/Ellipsoid.html
+https://halshs.archives-ouvertes.fr/hal-00522826/document
+http://www.systemdynamics.org
+http://www2.hawaii.edu/fredr/glocal.htm
+http://books.google.no/books?id=oXbRotQLLtsC&dq=On+the+alleged+decline+of+science+in+England&hl=no&source=gbsnavlinkss
+http://technology.timesonline.co.uk/tol/news/tech_and_web/gadgets_and_gaming/article7039682.ece
+http://www.ietf.org/rfc/rfc4180.txt.XXXIIBIBLIOGRAPHY
+http://www.dominiopublico.gov.br/download/texto/bn000062.pdf
+http://www.nrel.gov/docs/fy13osti/51995.pdf.Accessed22
+http://www.ecologyandsociety.org/vol12/iss2/
+Availablefromwww-nds.iaea.or.at/medical
+http://www.patrikschumacher.com/Texts/AADRLDrawingScripting.html
+http://blogskin.gigfa.com/up1/1394475902.pdf
+www.sebrae-sc.com.br/Visitadoennoviembrede2007
+http://www.scielo.br/scielo.php
+http://www.bcucluj.ro/philo
+www.docin.com/p-114154131.html
+http://www.fnemc.org
+http://www.ilmukomputer.com/
+www.visagetechnologies.com/
+http://www.itu.int/ITU-D/ict/facts/2011/material/ICTFactsFigures2011.pdf
+http://www.awid.org/Issues-and-Analysis/
+http://www.detiknews.com/index.php/detik.read/tahun/2004/bulan/09/tgl/29/time/183053/idnews/216206/idkanal/10
+http://www.inca.gov.br/estimativa/2016/sintese-de-resultados-comentarios.asp
+http://www.docstoc.com/docs/24840578/Software-Project-Management
+https://www.drugbank.ca/drugs/DB00370.Accessed
+http://www.cdc.gov/nhsn/acute-care-hospital/vae/〉
+https://pratiques.fr/-Pratiques-No79-Sante-connectee
+http://www.osce.org/eea/14851?down-load=true
+http://faculty.vassar.edu/lowry/VassarStats.html
+www.gao.gov/assets/140/132087.pdf
+http://www.sciencedirect.com/science/article/pii/0009250986871287
+http://www.eia.doe.gov/oiaf/ieo/emissions.html
+https://www.mhb-fontane.de/files/Dateien/Studiengang%
+http://bibliotecadigital.fgv.br/ojs/index.php/rda/article/view/43618.Acessoem
+www.scopus.com
+http://teachinglearningresources.pbworks.com/w/page/30310516/Andragogy--Adult%20Learning%20Theory
+http://www.supsi.ch/dfa/bachelor-diploma-master/master/insegnamento-secondario-I/piani-di-studio.html
+http://www.statcan.gc.ca/pub/85-002-x/2012001/article/11715-eng.htm#a7
+http://water.usgs.gov/GIS/metadata/usgswrd/XML/ussoils.xml
+http://www.fruitjuicefo-cus.com/aijn-juice-report-2017-highlights/
+http://www.sign.ac.uk.Accessed
+https://scholar.princeton.edu/sites/default/files/markus/files/blockchain_paper_v3g.pdf
+http://www.ufz.de/export/data/407/34042_Session4_Moss_WRHC2010.pdf
+http://www.dds.cahwnet.gov/FactsStats/pdf/Dec05_Quarterly.doc.Accessibilityverified
+http://www.ncbi.nlm.nih.gov/pubmed/16988184
+http://www.screening.nhs.uk/policyreview.2010
+http://sourceforge.jp/projects/nyartoolkit-and/
+http://www.mct.gov.br/upd_blob/0228/228606.pdf
+http://www.cou.on.ca/publications/reports/pdfs/university-undergraduate-degree-level-expectations
+https://www.pancreapedia.org/reviews/calcium-signaling-mitochondria-and-acute-pancreatitis-avenues-for-therapy.Accessed
+http://www.skolverket.se/om-skolverket/publikationer/visa-enskild-publikation?_xurl_=http%3A%2F%2Fwww5.skolverket.se%2Fwtpub%2Fws%2Fskolbok%2Fwpubext%2Ftrycksak%2FBlob%2Fpdf3472.pdf%3Fk%3D3472
+https://www.cambridge.org/core.IPaddress:207.241.231.81
+http://bna.birds.cornell.edu/bna/species/440
+http://www.ubnt.com/products/xr7.php
+http://it.tmcnet.com/topics/it/articles/164702-history-information-technology.htm
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1414-40772010000100011&nrm=iso
+https://www.cambridge.org/core/terms
+http://www.visitsingapore.com/en_au/editorials/singapore-off-the-beaten-track-neighborhoods.html
+https://arxiv.org/abs/1407.7143
+http://www.campusoei.org/decada/promo-cion17.pdf
+http://www.e-jer.org
+http://www.agbz.ru/articles/sudanskaya-trava-kak-osnovakormovoy-bazyi-na-yuge-rossii4
+https://www.dbfz.de/en/BMP
+http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htmAcessoem
+http://www.thedailybeast.com/articles/2015/01/25/after-charlie-hebdo-attacks-french-muslims-face-increased-threats.html
+http://ssrn.com/abstract=2291421
+http://apps.who.int/iris/bitstream/10665/44616/1/9789240687813_eng.pdf
+http://www.who.int/mediacentre/factsheets/fs311/en/index.html
+http://nasional.kompas.com/read/2014/05/21
+http://ojs.c3sl.ufpr.br/ojs2/index.php/atoz/article/view/41312
+http://www.gideonrasmussen.com/article-14.html
+http://www.broadinstitute.org/gatk/guide/topic?name=best-practices
+http://revistavirtual.ucn.edu.co/
+https://consultor-juridico.jusbrasil.com.br/noticias/201810314/conheca-os-softwares-juridicos-mais-usados-por-escritorios-e-empresas.Acessoem
+http://www.ftd.de/tm/tk/1032719445899.html,ason28.05
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3841101&tool=pmcentrez&rendertype=abstract
+https://www.nec.navajo-nsn.gov/Portals/0/Reports/NN2010PopulationProfile.pdf
+http://www.hotnews.ro/stiri-esential-14408212-asociatiile-fostilor-proprietari-despre-proiectul-noii-legi-retrocedarilor-lege-schioapa-nedreapta-tergiverseaza-acordarea-despagubirilor-vrea-amanarea-platilor-pentru-guvernele-viitoare.htm
+http://www.atmos-chem-phys.net/8/3899/2008/
+http://scielo.iec.gov.br/pdf/ess/v23n1/v23n1a18.pdf
+http://www.ipeadata.gov.br
+http://es.wfp.org/?gclid=CMecw-yDgrACFcwNtAodx2nPEQ
+http://www.ti.com/lit/ds/symlink/max232.pdf
+http://journals.informs.org/
+http://old.stsl.ru/manuscripts/%20book.php?col=1&manuscript=703
+https://www.mk.niedersachsen.de/download/131234/Broschuere_Das_Niedersaechsische_Schulgesetz_NSchG_Stand_Mai_2018.pdf
+http://chronicle.com/arti-cle/Ex-Senator-David-Boren-Is/75548/
+http://www.nutes.ufrj.br/abrapec/viiienpec/resumos/R1376-1.pdf
+https://www.allianz.com/en/economic_research/publications/working_papers/further_topics/news3.html.Accessed24
+http://ezproxy.lib.ucalgary.ca/login?url=https://search-proquest-com.ezproxy.lib.ucalgary.ca/docview/241054311?accountid=9838
+http://creativecommons.org/licenses/by/4.0/
+http://www.scielosp.org/scielo.php
+https://sureco.grude.ufmg.br/moodle16/course/view.php?id=46653.Acessoem21deAbr
+http://data2.unhcr.org/en/situations/mediterranean
+https://orcid.org/0000-0002-2103-4950
+http://kostat.go.kr/
+http://africa.airtel.com/wps/wcm/connect/africarevamp/kenya/home/about/media-room/press-releases/may-26-2014
+http://curia.europa.eu/en/actu/communiques/cp08/aff/cp080070en.pdf
+https://www.ajpes.si/Doc/LP/Informacije/PoStatRegijah/11_Savinjska_regija_Informacija_LP_GD_SP_zadruge_2016.pdf
+http://www.fao.org/
+http://www.fao.org/Focus/E/aids/aids1-e.htm
+http://www.statistics.gov.uk/downloads/theme_health/smoking2008-9
+http://www.achpr.org/english/_info/women_en.html
+http://www.mdpi.com/2224-2708/2/3/509
+http://www.hc-sc.gc.ca/pphb-dgspsp/msds-ftss/msds1243.html
+http://glacierhub.org/2014/09/03/flooded-with-memories-in-nepal/
+http://www.allianzinitiative.de/en/
+http://www.clifford.at/icestorm/
+www.ietf.org
+http://www.nature.com/tp
+http://srdata.nist.gov/solubility/index.aspx
+http://www.cdcgov/nchs/data/nhanes/nhanes_03_04/blood03_04pdf.Accessed
+http://www.knowledge.uhl-tr.nhs.uk/
+http://www.oecd-ilibrary.org/environment/test-no-426-developmental-neurotoxicity-study_9789264067394-en
+http://www.cepr.org/puibs/dps/DP4795.asp
+http://www.bolognaoslo.com/expose/global/download.asp?id=28&fk=11&thumb=
+http://www.sardegnaagricoltura.it
+http://www.bolivian.com/cmnp/index.htmlAcessoem:13deFevereirode2017
+https://panturapost.com/anak-13-tahun-diduga-jadi-korban-penganiayaan-oleh-bapak-kandung/
+http://www.broad.mit.edu/~anne/publications.htm
+http://stacks.iop.org/1882-0786/1/i=1/a=011701
+http://mospi.nic.in/mospinew/upload/ChildreninIndia2012.pdf
+https://sereiasdapenha.wordpress.com/.Acessoem
+http://www.sopor.nu/biologisk_behandling.aspx
+http://docs.wind-watch.org/
+www.umweltbundesamt.at/.../raumplanung/2_flaechenverbrauch/Downloads/Manuskript_Gr_nStadtGrau_Download.pdf
+http://wwf.org.uk/downloads/how_low_report_1.pdf
+http://www.anped.org.br/biblioteca/item/curriculo-para-alem-da-pos-modernidade.Acessoem
+http://elmag.uran.ruAccessed05.05
+http://www.julac.org
+http://www.sidra.ibge.gov.br/
+http://www.icir.org/vern/papers/cdc-usenix-sec02/index.html
+http://home.gwu.edu/~voeten/UNVoting.htm
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6039935/
+http://www.mysql.com/products/
+http://www.xs-sniper.com/nmcfeters/URIUseandAbuse.pdf
+https://www.cambridge.org/core
+http://www.sciencedirect.com/science/article/pii/S0196890414008929
+http://www.atsdr.cdc.gov/ToxProfiles/tp69.pdf
+http://dx
+http://www1.inca.gov.br/inca/Arquivos/comunicacao/posicionamento_do_inca_sobre_os_agrotoxicos_06_abr_2015.pdf
+http://www.oucher.org/downloads/2009_Users_Manual.pdf25.FuerstRS
+http://www.npcrc.org/files/news/pal-liative_performance_scale_PPSv2.pdf
+http://www.seer.ufu.br/index.php/letraseletras
+http://adsabs.harvard.edu/abs/2016MNRAS.459..789T
+http://www.unaids.org/en/media/unaids/contentassets/documents/epidemiology/2013/gr2013/UNAIDS_Global_Report_2013_en.pdf
+http://www.cs.cmu.edu/~CompThink/index.htmlBIOGRAPHICALSKETCH
+http://math.la.asu.edu/∼jj/numberfields
+http://www.esharp.eu/issue/2007-1/Cost-in-translation
+http://www.prace-ri.eu
+http://www.the-numbers.com/movies/2001/HPOTT.php
+http://www.antaranews.com/berita/538746/menaker-sektor-pariwisata-palingsiap-hadapi-mea
+http://womenshistory.about.com/od/quotes/aisadora_duncan.htmaccessedfromwww.about.com
+https://www.quora.com/What-is-difference-between-Hadoop-Hive-and-AWS-RedShiftIJCATM:www.ijcaonline.org
+http://www.chronicpoverty.org/publications/details/the-construction-of-an-asset-index-measuring-asset-accumulation-in-ecuador1/ss
+https://search-proquest-com.ezproxy.macewan.ca/hnpglobeandmail/docview/1811444639/C608A25AE0204EEF
+http://www.ncbi.nlm.nih.gov/pubmed/23586058%5Cnhttp://www.ncbi.nlm.nih.gov/pmc/articles/PMC3618918/pdf/BMRI2013-747318.pdf
+https://hbr.org/1979/03/how-competitive-forces-shape-strategy
+http://brj-bguep.ru/reader/article.aspx?id=23260
+lcweb.loc.gov/preserv/rt/age/
+https://www.edel-man.com/sites/g/files/aatuss191/files/2018-10/2018_Edelman_Trust_Barometer_Global_Report_FEB.pdf
+http://www.travelport.com/Travel-Trends/~/media/Corporate/Trend-Articles/Real%20Impact%20of%20Mobile%20on%20the%20Corporate%20Travel%20Program.ashx
+http://www.iea-biogas.net/_download/energycrop_def_Low_Res.pdf
+http://www.fda.gov/downloads/Drugs/DrugSafety/PostmarketDrugSafetyInformationforPatientsandProviders/ucm110268.pdf.Accessed
+http://www.npr.org/blogs/thesalt/2012/08/14/158752153/secret-side-of-the-drought-corn-farmers-will-benefit
+https://www.globalreporting.org/resourcelibrary/GRIG4-Part2-Implementation-Manual.pdf
+http://www.cdi.ensp.unl.pt/docbweb/multimedia/rpsp2007-2/05.pdf
+ejournal.unud.ac.id/abstrak/wiss_13.pdf
+http://ec.europa.eu/publicopinion/archives/ebs/ebs390en.pdf
+https://www.census.gov/acs/www/Accessedon2011
+publicatii.uvvg.ro/index.php/studiaeconomia
+http://www.rio.gov.pl/html/sprawozdania_rio/2014/sprawozda-nie_za_2014_r_www.pdf
+http://www.sohosandiego.org/images/forum_greenest_bldg.pdf
+http://www.teses.usp.br/teses/disponiveis/22/22134/tde-08032016-153622/pt-br.php
+http://www.elperiodico.com/es/noticias/sociedad/musicos-callejeros-denuncian-acoso-que-les-somete-ayuntamiento-barcelona-5325622
+https://www.wind-energie.de/sites/default/files/attachments/page/statistiken/factsheet-status-des-windenergieausbaus-land-deutschland-2014.pdf
+http://earth2tech.com/2009/07/31/smart-meter-worm-could-spread-like-a-virus/
+http://journal.unnes.ac.id/nju/index.php/jdmKaswan
+http://www.iaa.fadu.uba.ar/publicaciones/critica/0149.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://thorax.bmj.com/Thorax:firstpublishedas10.1136/thx.18.1.54on1
+http://nativeboinc.org/site/uncat/start/
+http://www.feem.it/getpage.aspx?id=73&sez=Publications&padre=20&tab=1http://papers.ssrn.com/sol3/JELJOUR_Results.cfm?form_name=journalbrowse&journal_id=266659http://ideas.repec.org/s/fem/femwpa.htmlhttp://www.econis.eu/LNG=EN/FAM?PPN=505954494http://ageconsearch.umn.edu/handle/35978
+http://iopscience.iop.org/1367-2630/15/1/013049
+http://www.asprs.org/wp-content/uploads/2010/12/Alonso.pdf
+http://www.city.kyoto.lg.jp/kankyo/cmsfiles/contents/0000183/183956/doc2.pdf
+http://www.ekidata.jp/download/index.html
+https://elibrary.ru/item.asp?id=36589373
+http://conteudo.portalmoveleiro.com.br/visualiza-noticia.php?cdNoticia=24339
+http://fcds.med.miami.edu/welcome.html.Accessed
+https://labs.ripe.net/Members/mirjam/update-on-as-path-lengths-over-time
+https://www.rcn.org.uk/professional-development/research-and-innovation/research-events/rcn-2017-research-conference
+https://www.undp.org/content/undp/en/home/librarypage/poverty-reduction/humanity-divided--confronting-inequality-in-developing-countries.html
+http://aub.org.ua/index.php?option=com_content&task=view&id=11986&menu=119&Itemid=266
+http://www.scielo.br/scielo
+https://www.statistikian.com/2012/11/one-way-anova-dalam-
+http://repulnijo.hu/wp-content/uploads/2012/11/bora.jpg
+http://www.dailymail.co.uk/news/article-50/Japan-warship-Izumo-aircraft-carrier-��at-topped-destroyer.html
+http://nbn-resolving.de/urn:nbn:de
+www.ece.cmu.edu/research/piperench/dil.ps
+http://creativecommons.org/licenses/by/4.0/
+https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=6E95E63184FD05C8C12563CD0051E0FB21
+http://www.who.int/mediacentre/factsheets/fs116/en/.Consultadoem10/11/05
+http://www.cyberartsweb.org/cpace/
+http://www.informationr.net/ir/5-4/paper82.html
+http://apps.who.int/gb/ebwha/pdf_files/WHA67/A67_R19-en.pdf
+www.fishbase.org
+http://www.bryoecol.mtu.edu
+http://www.pmf.sc.gov.br/arquivos/arquivos/pdf/22_02_2010_9.36.57.04162e08d6cd8876612adc5ada375bd5.pdf
+https://lpi.worldbank.org/international.2
+http://www.adams-research.corn/su~ey.htmbaccessed16Novernber
+https://research.googleblog.com/2016/03/train-your-own-image-classifier-with.html
+http://www.food.gov.uk/multimedia/pdfs/eyetracking.pdf
+http://www.respondus.com/
+http://www.joe.org/joe/2008february/iw7.php
+http://www.fokarium.pl/obserwacjefok/415obserwacjefokrezerwat.htm
+http://ec.europa.eu/echo/files/policies/resilience/com_2013_227_ap_crisis_prone_countries_en.pdf/
+http://www.isi.edu/nsnam/ns
+http://www.saap.org.ar/esp/docs-congresos/congresos-saap/VII/programa/paneles/f/f1/gomez-recio.pdfConsultadoel10/03/10
+http://www.umweltbundesamt.de/whoce/AHR10/v-FC-htm.diaksestanggal14Maret
+http://manovich.net/index.php/projects/selfiecity-exploring
+https://idl-bnc-idrc.dspacedirect.org/handle/10625/56808
+http://scielo.sld.cu/scielo.php?script=sci_arttext&
+http://10.108010409289.2015.1076674
+http://khronos.org/registry/cl/specs/opencl-1.0.29.pdf
+http://www.jstor.org/stable/3669927?seq=8
+http://www.archiviodistatobologna.it
+https://kurier.at/politik/inland/justizminister-brandstetter-reagiert-auf-eu-ruege-zur-obergrenze/182.555.733.Accessed30.3.2017
+http://web.utk.edu/~unistudy/ethics96/ojh.html.14.8.2013
+http://www.asjp.pt/vicongresso/not0024.html.2001
+http://periodicoscientificos.ufmt.br/ojs/index.php/reamec
+http://hdl.handle.net/11343/121683
+http://www.bcpharmacy.ca/press_room/ABCstudy.htm
+http://www.swissworld.org/de/schweiz/ressourcen/ani-mationen/thematische_karten_der_schweiz/
+http://www.cairn.info/resume.php?ID_ARTICLE=PRO_314_0004
+http://www.ti.usc.es/TILG/
+http://www.psychohistory.com/htm/p1x22.htm
+www.portal.rn.gov.br/content/aplicacao/fundac/instituicao/gerados/fundac.asp.Acessoem:09deoutubrode
+www.massey.ac.nz/~alock/virtual/korea.htm.Harre
+http://creativecommons.org/licenses/by/4.0/
+http://www.antara.co.id/arc/0807/I/resensibuku-membedah-makna-kehidupan-dengan-pisau.semiotik.htm
+http://portal.mec.gov.br/seb/arquivos/pdf/livro04.pdf
+https://www.pmi.gov/resource-library/contracts-agreements
+http://earthquake.usgs.gov/earthquakes/?source=sitenav
+https://www.symplur.com/healthcare-hashtags/cardiotwitter/.Accessed
+http://homelesshub.ca/blog/new-research-reliability-and-validity-vi-spdat-implications-coordinated-assessment
+http://smartwater-fishfarmsoftware.com/en
+http://quickfacts.census.gov/qfd/maps/kentucky_map.html
+http://keris.blogs.ie/2005/03/16
+https://www.dovepress.com/by207.241.231
+http://www.ncbi.nlm.nih.gov/pubmed/18343172
+https://kdigo.org/wp-content/uploads/2017/02/KDIGO_2012_CKD_
+http://www.health.vic.gov.au/trauma/publications/vstorm-sci.pdf
+http://cats.gsfc.nasa.gov/
+http://jmlr.org/papers/v15/srivastava14a.html
+http://lema.rae.es/drae/?val=caso
+http://www.gamestudies.org/0101/eskelinen/
+http://seattletimes.nwsource.com
+http://www.nytimes.com/2013/11/18/opinion/krugman-a-permanent-slump.html?ref=paulkrugman
+http://www.biodiversitylibrary.org/item/106124#page/1/mode/1up
+http://www.ibge.gov.br
+www.acog.org/-/media/List-of-Titles
+http://www.objet.com/-accessed
+https://www.scb.se/hitta-statistik/artiklar/2017/Okad-sysselsattning-bland-utrikes-fodda/
+http://dip.bundestag.de/btd/15/027/1502713.pdf
+http://archive.ahrq.gov
+https://www.apcp.com.pt/uploads/revista_cp_vol_1_n_1.pdf
+broadwayblack.com/black-cast-next-normal/.Accessed
+http://www.ohchr.org/Docu-ments/Publications/FS21_rev_1_Housing_en.pdf
+http://www.apa.org/pi/lgbc/policy/parents.html
+http://advances.sciencemag.org/content/4/2/eaao6086#BIBL
+http://acdc.sav.us.es/pixelbit/images/stories/p44/08.pdf
+https://issuu.com/mhs-assessments/docs/ls-cmi.lsi-r.brochure_insequence
+https://ec.europa.eu/research/science-society/document_library/pdf_06/report-rocard-on-science-education_en.pdf
+http://www.sinir.gov.br/documents/10180/12308/PNRS_Revisao_Decreto_280812.pdf/e183f0e7-5255-4544-b9fd-15fc779a3657
+https://www.fda.gov/Drugs/GuidanceComplianceRegulatoryInformation/Guidances/default.htm
+https://urban.jrc.ec.europa.eu/#/about
+http://www.euroxpress.es/index.php/noti-cias/2013/11/3/europa-necesita-direccion-politica
+http://www.who.int/whosis/whostat/2008/en/index.html
+http://www.moebio.uchile.cl/03/frprinci.htm
+https://blogs.scientificamerican.com/cross-check/advice-to-young-science-writers-ask-8220-what-would-chomsky-think-8221/
+Retrievedfromwww.pewforum.org/2017/07/26/findings-from-pew-research-centers-2017-survey-of-us-muslims
+http://www.gregorysams.com/realeat-survey.pdf
+https://www.cdc.gov/measles/downloads/measlesdataandstatsslideset.pdf
+www.ijirae.com
+http://www.sign.ac.uk/pdf/sign103.pdf.Accessed
+https://www.nace.org/Pitting-Corrosion/
+http://mcb.asm.org/
+http://www.iarc.fr
+http://www.newscientist.com/article/dn18896-the-real-avatar-body-transfer-turns-men-into-girls.html
+http://doi.acm.org/10.1145/2641580.2641622
+http://newprairiepress.org/edconsiderations/vol15/iss1/13
+http://www.pserc.org/cgi-pserc/getbig/generalinf/presentati/psercsemin1/pserc2007s/hawkins_pserc_tele-seminar_renewables_oct2_2007.pdf
+http://www.psychologytoday.com/blog/how-fantasy-becomes-reality/201202/the-power-film-storyteller-oscar-nominee-the-help
+https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2226597
+http://www.unichef.com/halalfood.htm
+http://www.vanderbilt.edu/csefel/index.html
+http://www.bls.gov/iif/oshwc/osh/os/osnr0028.pdf
+http://data.euro.who.int/hfadb/.AccessedDecember13
+http://www.biomedcentral.com/1472-6785/11/15
+http://www.wired.com/threatlevel
+http://www.fafich.ufmg.br/ecomig/wp-content/uploads/2009/08/PAIVA_Silvia_de_Texto.pdf
+http://www.gutenberg.org/cache/epub/7370/pg7370.txt
+http://www.de.trumpf.com/produkte/elektrowerkzeuge/produkte/spezialmaschinen/trutool-tsc-100.html
+http://www.who.int/water_sanitation_health/facts_figures/en/index.html
+http://fastbull.dl.sourceforge.net/project/bitcoin/Design\\%20Paper/bitcoin.pdf/bitcoin.pdf
+http://doi:10.4043/5307-MS
+www.themercury.com.au/news/opinion/honouring-historys-promise/news-story/914dfdf14ba46c9f58d6b358447d0968
+https://docs.docker.com/engine/swarm/
+http://www.iol.co.za/news/south-africa/gauteng/fake-interpreter-was-hallucinating-1.1621600#.VXcO7NKqpBc.Accessed21
+http://books.google.ru/books?id=X8dAAAAAcAAJ&printsec=frontcover&hl=ru&source=gbs_ViewAPI&redir_esc=y#v=onepage&q=Grimmel&f=false
+http://www.noticias24.com/actualidad/noticia/21232/la-ambicion-de-poder-de-juan-vicente-gomez-y-hugo-chavez/Consultadoel30demayode2012
+http://www.frazeologizmy.univ.szczecin.pl/
+http://citeseer.ist.psu.edu/663101.html
+http://en.wikipedia.org/wiki/Category:Information_technology
+http://papers.ssrn.com/sol3/papers.cfm?abstractid=650081
+http://www.iue.it/RSCAS/WP-Texts/03_08.pdf
+http://www.malotaux.nl/doc.php?id=1
+http://dscholarship.pitt.edu/9909/
+http://www.mohw.go.kr/front_new/jb/sjb030301vw.jsp
+http://govinfo.library.unt.edu/nssg/PhaseIIIFR.pdf
+https://www.cdc.gov/niosh/topics/fog/default.html.Accessed
+http://www.sustainablebusiness.com/index.cfm/go/news.display/id/20966
+https://www.welcomebc.ca/Work-or-Study-in-B-C/Work-in-B-C/Temporary-Foreign-Work-ers
+http://www.planalto.gov.br/ccivil_03/constituicao/constituicao67.htm
+igi-global.com/chapter/impact-fem-modeling-parameters-computed/67780?camid=4v1
+http://www.eia.gov/analysis/studies/worldshalegas/pdf/fullreport.pdf
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1413-81232013000900004&lng=pt&nrm=iso
+http://www.who.int/malaria/publications/world_malaria_report_2012/wmr2012_no_profiles.pdf
+Retrievedfromwww.jstor.org/stable/3557322
+https://water.usgs.gov/software/loadest/doc/loadest_update.pdf.Accessed5
+https://zakon.rada.gov.ua/laws/show/996-14
+http://doi.acm.org/10.1145/2236576.2236583
+https://www.brandingmag.com/2012/06/04/hm-dedicates-an-entire-collection-to-wateraid
+http://www.microfinance.com
+http://www.ioe.ac.uk/schools/phd/kpetrides/teique1.htm
+http://www.qsl.com.au/sites/default/files/QSL5463_QSL%20RSSA%20Marketing%20Guide%20Amendments_COLLATE_AW_LR.pdf
+http://www.bbk.bund.de/SharedDocs/Down-loads/BBK/DE/Publikationen/PublikationenForschung/FiB_Band13.pdf
+https://news.okezone.com/read/2017/02/20/337/1623385/tanggapi-aksi-212-said-aqil-boleh-ikut-tapi-jangan-bawa-atribut-nu
+http://www.doxpara.com/md5someday.pdf
+http://jams.med.or.jp/guideline/coi-management_201402.pdf
+http://academic.sun.ac.za/theology/egdn/trp/trp.htm
+http://machadodeassis.net/hiperTx_romances/obras/contosavulsos6.htm.Accessed
+http://www.advokatura.lv/uploads/A_Atzinums_par_advokata_ordera_saturu_2010_20_12_Nr_278.doc
+http://www.npwrc.usgs.gov/index.htm
+http://old.clarin.com/suplementos/cultura/2006/11/04/u-01302701.htm
+www.exhibirweb.com
+http://lsej.org.ua/2_2015/67.pdf
+http://www.emro.who.int/afg/programmes/stop-tuberculosis-stb.html
+http://www.br-ie.org/pub/index.php/rbie/article/view/2291/2053
+http://lby3.com/wir/
+http://www.flensburg.de/imperia/md/content/asp/flensburg/politik_verwaltung/daten-zahlen-fakten/2statistikengesamt/sozialversicherungspfl_besch_2012.pdf
+http://www.equator-network.org/library/.Accessed28
+http://www.eai.org/title.htm?id=14751
+http://politecnicas.sep.gob.mx/ModeloEducativo.html
+http://www.sciencedirect
+http://www.sciencedirect.com/science/article/pii/S1352231011012088
+http://www.bibliotheks-verband.de/fachgruppen/kommissionen/informations-kompetenz.html
+dsp-Psd.Pwasc.ac.ca/CoHection/H39-608-20Q2E.pdf
+http://www.hindawi.com
+www.msn.org.my/nrr
+http://help.twitter.com/entries/64986
+http://eprints.uny.ac.id/7823/3/BAB%202%20%2010601247056.pdf
+http://www.dawn.com/news/1212742
+https://www.slideshare.net/ElihSutisna
+https://web.stanford.edu/group/SOL/reports/SOL-91-4.pdf
+http://www.bioconductor.org
+http://forums.grsecurity.net/viewtopic.php?f=7&t=3367#p12726/
+https://ams.confex.com/ams/11aram22sls/techprogram/paper_81858.htm
+http://pubdocs.worldbank.org/en/235471484167009780/Dec27-SCD-paper-rus.pdf
+https://modis-atmosphere.gsfc.nasa.gov/sites/default/files/ModAtmo/modis_deep_blue_c61_changes2.pdf
+http://www.Luhs.org/health/kbase/htm/nord/844/nord844.htm
+http://www.eltiempo.com/archivo/documento/MAM-247891
+http://www.nybooks.com/articles/2017/05/25/hidden-figures-calculating-women/
+http://pharma.about.com/od/bigpharma/a/which-popular-drugs-are-going-off-patent-in-2013-2016.htm?rd=1
+http://www.elcolombiano.com/antioquia/si-eps-cumplen-bajaria-el-colapso-en-las-urgencias-NG1686395
+https://www.cpso.on.ca/Policies-Publications/Policy/Delegation-of-Controlled-Acts#toc5
+https://www.asahq.org/~/media/sites/asahq/files/public/resources/asa%20committees/syllabus-on-ethics.pdf?la=en
+http://www.obercom.pt/client/?newsId=428&fileName=rel_internet_portugal_2009.pdf
+http://www.bloodjournal.org/site/subscriptions/index.xhtml
+http://bit.ly/1zFNvuZ
+http://arxiv.org/abs/cs/0703154
+https://www.researchgate.net/publication/326573468_Overtourism_a_
+https://cpj.org/2015/12/china-egypt-are-worst-jailers-of-journalists-world.php
+https://www.tandfonline.com/doi/abs/10.1080/01900692.2011.576215
+www.lin-subbus.de
+http://CRAN.R-project.org/package=lmerTest
+http://pubchem.ncbi.nlm.nih.gov/compound/caffeine#section=Top
+http://ujsportal.pacourts.us/docketsheets/SupremeCourtReport.aspx?docketNumber=64%20MAP%202012
+http://toukei.pref.ishikawa.jp/search/detail.asp?d_id=3061
+https://arxiv.org/abs/1610.08602
+http://www.ncbi.nlm.nih.gov/pubmed/15963874
+http://www.cdc.gov/pulsenet/outbreak-detection/index.html
+http://www.it.swin.edu.au/centres/cecses/trs.htm
+https://ia601406.us.archive.org/28/items/thoughtandcharac033536mbp/thoughtan
+http://www.bbc.com/news/world-europe-25353086
+https://www.ecsite.eu/activities-and-services/news-and-publications/digital-spokes/issue-63#section=section-indepth&href=/feature/depth/responding-pandemic-social-justice-perspective
+http://www.iedb.org/home_v2.php?Clear=Clear#
+https://www.bdbiosciences.com/documents/techbulletin_lsr_window_ext.pdf
+http://emanual.robotis.com/docs/en/dxl/x/xl430-w250/
+http://okina.univ-angers.fr
+http://www-naweb.iaea.org/nahu/nahres/pdf_files/handbook.pdf
+http://ideas.repec.org/p/ces/ceswps/1261.html
+www.dtic.mil/execsec/adr1999/
+http://research.microsoft.com/zhang/calib/
+ftp.ietf.org/internet-drafts/draft-ietf-mobileip-ipv6-07.txt
+http://swj.beijing.gov.cn/zwgk/szygb/201912/P020191219479481875049.pdf
+http://www.cais-acsi.ca/proceedings/2007/bao_2007.pdf
+https://hrs.isr.umich.edu/documentation.Accessed10
+http://www1.folha.uol.com.br/ilustrissima/1119929-todos-querem-tirar-a-nova-classe-media-para-dancar.shtml
+http://www.capitalmarkets.kiev.ua/download/fia_report_feb2007.pdf
+https://framenet.icsi.berkeley.edu/fndrupal/
+http://www.ibge.gov.br/brasil500/index2.html
+https://www.cdc.gov/hai/outbreaks/steps_for_eval_ic_breach.html
+http://www.elearnspace.org/Articles/connectivism.htm
+http://www.mcconnellinternational.com/services/CyberCrime.htm
+www.sns.gov/documentation/Basic_Fact_Sheet.pdf
+http://history.nasa.gov/computers/Ch4-3.html
+http://journal.fibreculture.org/issue11/issue11_bruns.html
+https://CRAN.R-project.org/package5rms
+http://tagcrowd.com/
+https://www.youtube.com/watch?v=8Xc4hEV0_iM
+http://bit.ly/2MJo5vZ
+http://nhrc.nic.in/Publications/Disability/annexure3.html.57
+www.big.is
+https://www.ccnsa-nccah.ca/docs/determinants/RPT-HealthInequalities-Reading-Wien-EN.pdf
+https://pubs.er.usgs.gov/publication/pp1594
+http://www.ncbi.nlm.nih.gov/pubmed/12440671
+http://spectrum.ieee.org/computing/hardware/bogus
+http://www.pewtrusts.org/default.aspx
+http://reference.kfupm.edu.sa/content/e/c/economic_causes_of_civil_conflict_and_th_98193.pdf
+http://http:www.codexalimentarius.org
+http://www.jdmdonline.com/content/13/1/71
+https://tinyurl.com/qrgxb68
+https://www.tobiipro.com/de/produkte/tobii-pro-tx300/
+http://www.fina.hr/Default.aspx?art=9753&sec=1496
+aidrom.ro
+http://PhysicsEd.BuffaloState.Edu/AZTEC/rtop/RTOP_full/PDF/President's
+ftp.isi.edu
+http://ops.ietf.org/multi6/ietf61/IETF61ingressfilter.pdf
+https://pdf.usaid.gov/pdf_docs/PNACY474.pdf
+https://www.unido.org/api/opentext/documents/download/9921295/unido-file-9921295
+http://europa.eu.int/comm/economy_finance/document/ecopap/ecpidxen.htm
+http://www.youtube.com/watch?v=90ta4HlqpoM
+http://www.ncbi.nlm.nih.gov/pubmed/11752471%20http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=PMC65029
+https://www.actfl.org/publications/guidelines-and-manuals/actfl-proficiency-guidelines-2012
+www.ijhssnet.com/journals/Vol_2_No_5_March_2012/23.pdf
+http://tinyurl.com/c3swc8
+https://www.realdoll.com/.Accessed10
+https://www.era.lib.ed.ac.uk/bitstream/1842/3116/1/Brownsort%20PA%20MSc%202009.pdf
+jitek.ub.ac.id/index.php/jitek/article/download/125/121.DataPdf
+http://www.ncd.gov/newsroompublications/2003/education.htm
+http://www.insse.ro/cms/sites/default/files/com_presa/com_pdf/somaj_tr4r_15.pdf
+http://math.ucr.edu/home/baez/networks_oxford/
+http://www.nytimes.com/1995/09/17/us/doctor-who-cut-off-wrong-leg-is-defended-by-colleagues.html
+http://search.ebscohost.com/login.aspx?direct=true&db=bth&AN=102026375&site=ehost-live
+https://www.idss.org.ua/public
+http://factfinder.census.gov/servlet/
+http://OpenMOPAC.net
+http://www.nal.usda.gov/fnic/foodcomp/Data/
+www.informaworld.com/smpp/title~db=
+https://hsgm.saglik.gov.tr/tr/kanser-turleri/kanser-turleri/830-prostat-kanseri.html.Accessed20.07
+Postal.doc.coker.com.au/projects/postal.2009
+http://iris.paho.org/xmlui/bitstream/handle/123456789/1512/CD33.R15en.pdf?sequence=1&isAllowed=y
+http://www.telecomweb.com
+http://www.niad.nih.gov/daids/therapeutics/geninfo/geninfo.htm#1Accessed1
+http://creativecommons.org/licenses/by/4.0/
+http://www8.austlii.edu.au/cgi-bin/viewdoc/au/journals/QUTLJJ/2009/2.pdf
+http://www.cdc.gov/zika/geo/pregnancy-outcomes.html.Accessed
+http://www-zeuthen.desy.de/ILC/EPWS
+https://cran.r-604project.org/package=vegan
+https://censo2010.ibge.gov.br/
+http://www.cdc.gov/nchs/data/databriefs/db83.pdf
+http://news.google.com/newspapers?nid=0NVGjzr574C&dat=19390708&printsec=frontpage&hl=en
+http://sociedadinformacion.fundacion.telefonica.com/telos/articulocuaderno.asp@idarticulo=7&rev=65.htm
+http://www.absint.de/aisee.html
+http://ipma.ch/resources/ipma-publications/ipma-competence-baseline/
+http://www.acia.uaf.edu
+https://works.bepress.com/geoff_masters/156
+http://www.carbocloro.com.br/produtos/hipo/hipo1.htm
+http://labornotes.org/node/590
+Http://www.mct.gob.ve/uploads/biblio/Me-tas%20del%Mienio.pdf.FechadeConsulta:5/11/2005
+www.icsu.org
+www.pes.org.ph/events/annual_meeting/2005/42pesam_alba-see_hh_saving.pdf
+https://www.bappenas.go.id
+http://arrival.cti.gr/
+https://www.revistaensinosuperior.gr.unicamp
+http://www.pymol.org
+Http://Www.Jstor.Org/Stable/259263,72
+http://www.oecd.org/dataoecd/31/63/34252765.pdf33
+http://www.boeing.com/news/techissues/pdf/statsum.pdf7
+www.asx.com.au
+http://www.jstage.jst.go.jp/article/dsj/3/0/3_80/_article%5Cnhttp://www.jstage.jst.go.jp/
+http://iase-web.org/documents/SERJ/SERJ12(1)_LaneGetaz.pdf
+http://encyclo.findlaw.com/5860book.pdf
+http://greattransition.org/publication/vivir-bien
+http://www.archdaily.com.br/br/768101/cobogo
+www.intechopen.com
+http://www.fase.org.br/projetos/clientes/noar/noar/UserFiles/69/File/SOS%20Mogno/denuncia%20contra%20a%20mafia%20do%20mogno.pdf
+http://www.wired.com/magazine/2010/01/ff_newrevolution/
+http://www.mcprc.gov.cn/sjzz/fwzwhycs_sjzz/201111/t20111128_341012.htm
+http://www.semana.com/noticias-nacion/daban-cinco-dias-descanso-cada-muerto/109046.aspx
+http://www.nacada.ksu.edu/clearinghouse/advisingissues/dev_adv.htm
+http://www.ikic.co.jp/
+http://www.biorxiv.org/content/early/2017/02/02/105163.http://www.biorxiv.org/content/early/2017/02/02/105163.full.pdf
+http://phi.uhce.ox.ac.uk/pdf/PROMs_Oxford_Stroke_17092010.pdf
+http://knowledge-landscapes.hiim.hr/
+http://www.thedailystar.net/op-ed/countering-terrorism-bangladesh-1260319
+http://www.gnutella2.com/
+https://www.aamc.org/data/facts/enrollmentgraduate/148670/total-grads-by-school-gender.html
+https://queeramnesty.ch/docs/AFSP-Williams-Suicide-Report-Final.pdfAccessed
+http://monarc.web.cern.ch/MONARC.Last
+http://www.google.com/intl//privacy_faq.html#aggregatedinfo
+http://www.ilo.org/wcmsp5/groups/public/ed_emp/documents/publication/wcms_142463.pdf
+http://www3.norc.org/GSS+Website/About+GSS/
+http://www.spiegel.de/auto/aktuell/fahrverbote-haendler-verband-beklagt-preisverfall-bei-dieselautos-a-1135845.html
+https://obamawhitehouse.archives.gov/sites/default/files/uploads/NHAS.pdf
+http://www.engelaus-tralia.com.au/upload/data_sheets/sb47f.pdf
+http://www.shanghairanking.com/ARWU2012.html
+http://knhanes.cdc.go.kr/
+http://blond.web.cern.ch
+http://link.aps.org/doi/10.1103/PhysRevE.69.026113
+http://www.iom.edu/?ID=53452
+http://fischbestaende.portal-fischerei.de/
+http://www.epa.gov/osw/conserve/materials/ecycling/docs/fact7-08.pdfWalk
+http://www.beg.utexas.edu/frac/documents/CleatIntJCoalGeolReview.pdf
+http://www.unicode.org/reports/tr15/tr15-39.html
+http://comu-nicarigualdad.com.ar/ella-se-lo-busco/
+http://www.plantright.org/.PlantRight
+http://www.ecommerce.gov/apec
+http://www.aclweb.org/anthology/P13-1051
+http://files.unaids.org/en/media/unaids/contentassets/documents/factsheet/2014/20140716_FactSheet_en.pdf.Accessed14
+http://www.ucab.edu.ve/tl_files/CDH/Lineastematicas/anexo4.pdf
+http://www.math.yorku.ca/∼ifarah
+http://www.stm-assoc.org/conferences/oct52004.phpaccessed
+http://www.consultant.ru/online
+https://cran.r-project.org/web/packages/lmPerm/index.html
+http://arxiv.org/abs/1304.4779
+http://www.dovepress.com/testimonials.phptoreadrealquotesfrompublishedauthors
+www.science.org/cgi/content/full/302/5648/1172/DC2
+http://www.nlp.org.cn/project/project.php?proj_id=6
+http://frwebgate.access.gpo.gov/cgi-bin/getdoc.cgi
+http://www.ars.usda.gov/ba/bhnrc/fsrg
+http://hdr.undp.org/en/content/human-development-report-2014
+http://www.digitalhumanities.org/dhq/vol/3/3/000053.html
+https://www-ncbi-nlm-nih-411gov.elibrary.jcu.edu.au/pmc/articles/PMC3398963/
+https://varivera.github.io/autoalias.html.Accessed
+http://www.federalreserve.gov/pubs/feds/2007/200735/200735abs.html
+http://economics.about.com/od/unemploymentrate/f/labor_force.htm
+http://msdn.microsoft.com/en-us/library/bb982354.aspx
+https://www.edscience.ru/jour/article/view/726
+https://arxiv.org/abs/1406.2721
+http://cain.ulst.ac.uk/events/intern/docs/devlin.htmAccessed8
+http://www.st.com/web/en/resource/technical/document/datasheet/DM00037051.pdf
+https://www.bndes.gov.br/wps/portal/site/home/financiamento/guia/custos-financeiros/taxa-juros-longo-prazo-tjlp
+http://www.wbiworldconpro.com/uploads/melbourne-conference-2013
+http://www.terradaily.com/reports/Good_Information_It_Not_All_About_The_Brain_99
+http://lattes.cnpq.br/4864013782006939
+https://www.upsc.se/documents/Information_on_interpretation_on_CRISPR_Cas9_mutated_plants_Final.pdf
+http://www.aids.gov.br/pt-br/noticias/audiencia-publica-debate-hivaids-na-populacao-idosa
+www.tbs-sct.gc.ca/rtrap-parfa/analys/analystb-eng.asp
+http://www.nature.com/doifinder/10.1038/nn.3064
+http://www.passam.ch/products.htm
+http://www.openoasis.org/images/stories/file/Copyright%20and%20authors'%20rights.pdf
+http://jcm.asm.org/
+http://aecf.org/initiatives/mc
+https://www.hindawi.com/journals/isrn/2012/321923/
+http://sourceforge.net/apps/mediawiki/trdf/index.php?title=quality-criteria-for-linked-data-sources
+http://apps.nccd.cdc.gov/cdi/SearchResults.aspx
+http://www.oregonlive.com/portland/index.ssf/2016/01/uber_fined_2000_for_violating.html
+www.isbt-web.org/fileadmin/user_upload/2_Donor-Standard-Definitions.pdf
+http://showme.physics.drexel.edu/share/Lin.pdf
+https://web.archive.org/web/20080728085212/http://www.wellcome.ac.uk/About-us/Policy/Spotlight-issues/Data-management-and-sharing/WTX035045.htm
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3223661&tool=pmcentrez&rendertype=abstract
+http://revistas.um.es/navegamerica
+https://nacis2016.sched.org/event/7LnQ/rethinking-the-map
+http://www.ecmwf.int/publications/library/ecpublications/pdf/tm/601-700/tm616.pdf
+http://www.idoc-africa.org/index.php/en/quality-of-care/kenyan-etat-tools/hospital-ass-tools.Accessed26
+http://www.springerlink.com/index/Q82Q0W376MG22632.pdf
+https://sociologies.revues.org/3121#tocto1n7
+http://www.ethicscommissioner.ab.ca/media/1063/final-ver-01-dec-03-13.pdf
+http://www.euro.who.int/__data/assets/pdf_file/0004/98257/E91886.pdfAccessed:06.09
+https://www.eunomia.co.uk/reports-tools/deposit-refund-system-czech-republic/
+http://www.planalto.gov.br/ccivil_03/leis/lcp/lcp135.htm.≥Acessoem31/03/2013
+http://www.hl7.org/implement/standards/fhir/fhir-summary.pdf
+http://www.revista.uclm.es/index.php/ocnos/article/view/166
+https://directory.eoportal.org/web/eoportal/satellite-missions/l/laice
+https://arxiv.org/abs/1402.1267
+http://ipcc-wg2.gov/SREX/
+http://www.lanacion.com.ar/1635787-la-argentina-quedo-afuera-de-un-importante-ejercicio-militar-en-brasil
+https://www.kingsfund.org.uk/blog/2016/08/local-government-public-health-budgets
+http://www.ncbi.nlm.nih.gov/nuccore/814603118
+http://orcid.org/0000-0002-2612-6192
+http://www.aacp.org/resources/research/Pages/FDACollaboration.aspxAccessed
+https://www.komp.org
+http://www.clivar.org/sites/default/files/imported/organization/vamos/Publications/vamos_pg3.htm
+http://www.mdtoday.co.kr/
+http://biblioteca.clacso.edu.ar/clacso/gt/20100918083912/grimson.pdf
+http://www.ectrl.itc.it/rpec/RPEC-apers/11-batista.pdf
+http://arxiv.org/abs/1110.2429
+http://www.theccc.org.uk/wp-content/uploads/2013/05/325_Technology-supply-curves-v5.pdf
+http://www.w3.org/TR/xpath
+fisica.ufc.br/raiosx/download/apostila.pdf
+http://www.ics.uci.edu/˜mlearn/MLRepository.html
+http://ncof.dacnet.nic.in/
+kurse.exchange.de/exchange/de/kurseumsaetze.htm
+http://www.jewellerynewsasia.com/ensearch/search_result/5833/Blue-and-green-gems-on-the-rise-says-manufacturer.html
+http://www/men.waw.pl›
+http://www.nytimes.com/1984/01/22/books/calvino-s-urban-allegories.html
+https://www.tbb.org.tr/Dosyalar/Arastirma_ve_Raporlar/togan.pdf
+http://www.oosa.unvienna.org/oosa/SpaceLaw/moon.html
+http://www.sustainweb.org/pdf/SFG_Consumers.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/20074508
+http://www.rmedcom.org/libros/2Barreda-Oller.pdf
+http://www.priory.com/cmoIITBMultid.htm.Acessoem
+http://europa.eu.int/comm/food/fs/sc/ssc/out50_en.html
+https://www.femibion.ro/femibion2/
+http://docs.qgis.org/2.8/en/docs/index.html
+http://www.ponarseurasia.org/sites/default/files/policy-perspectives-pdf/Transformations%20BLack%20Sea%20Region%20PONARS.pdf
+https://patentscope.wipo.int/search/en/WO2015069742
+https://drupal.star.bnl.gov/STAR/theses/phd-32
+http://www.inegi.org.mx
+http://www.cuidatuvoto.org.ar/nacionales.php.Consultadoel17/09/2014
+http://www.telegraph.co.uk/health/healthnews/9127801/Dementia-is-next-global-health-time-bomb.html#
+http://www.stfc.ac.uk/cse/resources/pdf/jaspa.pdf
+http://www.worldwatch.org/files/pdf/Livestock%20and%20Climate%20Change.pdf
+http://orielladigitaljournalism.com/view-report.html
+www.wolfram.com/products/webmathematica
+http://link.springer.com/article/10.1007%2Fs10654-006-9055-4
+https://www.r-project.org
+http://aquitaine-image-cinema.fr/spip.php?rubrique26
+https://www.youtube.com/watch?v=Xd7Fhaji8ow
+http://afghanistan.ru/doc/23511.html
+http://www.ispe.org
+http://www.longwarjournal.org/archives/2009/02/al_qaedas_paramilita.php
+https://pediatricapta.org/special-interest-groups/NN/pdfs/Neonatal%20Didactic%20Training%20Resource%20list.pdf.Accessed11
+http://www.alz.co.uk/sites/default/files/plans/National-Dementia-Vision-for-Wales.pdf
+http://nlp.cs.nyu.edu/sekine/papers/li07.pdf
+http://www.ed.ac.uk/~bmedlyn/maestra/.edn
+http://www.champnetwork.org/media/CHAMP-Project_UNSHACKLE_Discussion_Papers.pdf
+odi.org.uk/erd/ReportDetail.aspx?reportID=2859
+http://eipcp.net/transversal/1011/butler/en
+http://www.medscape.com/viewarticle/430554
+http://www.logting.fo/home.gebs
+http://slovar-vocab.com/english-russian/new
+http://www.sandia.gov/media/NewsRel/NR1999/Lynx.htm,ac-cessed
+http://new.paho.org/hq/dmdocuments/2010/APS-Estrategias_Desarrollo_Equipos_APS.pdfPNUMA
+http://www.cburch.com/logisim/
+http://enciclopedia.itaucultural.org
+www.nsa.gov.pl
+http://xlink.rsc.org/?DOI=C3NP70111E
+https://www.geistsoz.kit.edu/germa-nistik/2108.php
+http://www.omg.org/docs/omg/03-06-01.pdf
+http://www.ledonline.it/Relations/Inpress
+http://www.edk.ch/PDF_Downloads/LLTG/tgpro_d.pdf
+http://www.piceramic.com/datasheet/PL022_PL033_Piezo_Chip_Datasheet.pdf
+http://digilab.its.ac.id/detal.php?id=928&q=pozzolan
+http://www.cepea.esalq.usp.br/pdf/inform68.pdf
+http://corfoga.org/2012/wp-content/uploads/2013/07/An%C3%A1lisis-del-Censo-Agropecuario-2015-para-el-Sector-Ganadero.pdf
+http://www.myhome-bticino.it/
+http://www.scotland.gov.uk/Resource/Doc/337626/0110852.pdf
+http://ejse.southwestern.edu/article/view/7633/540
+https://openreview.net/forum?id=S1zz2i0cY7
+https://www.iejme.com/article/practical-advice-for-teaching-of-university-students-the-mechanisms-of-self-government-of-safe
+http://www.herc.research.va.gov/data/ac.asp
+http://onstayingalive.wordpress.com/2010/11/03/why-the-warrior
+https://creativecommons.org/licenses/by-nc/4.0/
+http://pure.au.dk/portal/files/11416/Creativity_in_Translation.pdf
+http://www.planalto.gov.br/ccivil_03/Leis/L9433.htm
+http://bmjopen.bmj.com/BMJOpen
+http://www.mountaintrip.eu/about-mountaintrip/results/25-main.menu/articles/111-more-results-from-wp2.html
+https://www.artec3d.com/
+http://taco.poly.edu/selesi/DoubleSoftware/
+http://www.worldgastroenterology.org/assets/downloads/en/pdf/guidelines/19_probiotics_prebiotics.pdf
+https://www.dizziness-and-balance.com/disorders/central/cervical/cervical.html
+https://www.researchgate.net/publication/315471275_The_Role_of_Big_Data_and_Predic-tive_Analytics_in_Retailing
+http://faostat.fao.org/default.aspx
+http://broadinstitute.github.io/picard/
+https://snap.stanford.edu/data/egonets-Twitter.html
+http://www.dse.vic.gov.au/forests/publications/research-reports/study-of-old-gorwth-forests/
+http://tsallis.cat.cbpf.br/biblio.htm
+http://www.xenomai.org/documentation/xenomai-
+http://www.portalmites.com.br/conferences/index.php/ENEE/Isti2015/paper/viewFile/386/254
+https://www.uptodate.com/contents/clinical-features-evaluation-and-treatment-of-retroperitoneal-soft-tissue-sarcoma#H14.Accessed
+http://www.ifla.org/VI/4/admin/protect.htm/
+http://aktuell.ruhr-uni-bochum.de/mam/content/tattoo-studie.pdf
+http://www.revistaespacios.com/a17v38n23/17382303.html20
+http://www-zeus.desy.de/bluebook/bluebook.html
+http://apps.who.int/iris/bitstream/10665/144805/1/WHO_HSE_GCR_
+http://episkopat.pl/sekretarz--generalny-kep-ws-in-vitro/
+http://www.workhealth.org/Karasek
+http://www.ssp.am.gov.br/
+http://europa.eu/rapid/pressReleasesAction.do?reference=IP/08/1858&format=HTML
+http://www.fda.gov/Food/FoodScienceResearch/LaboratoryMethods/ucm109656.htm
+http://cis.k.hosei.ac.jp/tr/
+http://www.springerlink.com/content/5r32u25207611m37/
+http://foreignpolicy.com/2016/02/10/the-death-of-the-most-generous-nation-on-earth-sweden-syria-refugee-europe/
+https://repositorio.uam.es/handle/10486/661330
+http://www.publico.pt/culturaipsilon/noticia/a-noruega--vai-digitalizar-todos-os-seus-livros-e-disponibilizalos-gratuitamente-1616404
+https://www.vsointernational.org/sites/default/files/valuing_teachers_cambodia__teaching_matters_tcm7622690.pdf
+http://swehb.nasa.gov/display/7150/BookA.Introduction
+http://www.cidades.ibge.gov.br/xtras/perfil.php?lang=&codmun=230190&search=ceara|barbalha
+http://www.who.int/influenza/gisrs_laboratory/molecular_diagnosis/en/
+http://repository.tudelft.nl/
+https://www.ama.org/resources/Pages/Dictionary.aspx
+http://www.epa.gov/opptintr/existingchemicals/pubs/actionplans/pbde.html
+www.openbuy.org
+https://cran.r-project.org/web/packages/FactoMineR/FactoMineR.pdf.Acessadoem:08/08/2015
+http://members.iinet.net.au/~jacob/worldrf.html
+http://www.hhs.gov/ohrp/regulations-and-policy/regulations/45-cfr-46/index.html#46.102
+http://a.co/eUGIe95-Excellent
+https://www.marxists.org/portugues/coutinho/1979/mes/democracia.htm
+http://www.w3.org/TR/xmlschema-2/
+http://www.tandf.co.uk/journals/titles/10705511.asp
+http://www.ifets.info/journals/15_2/19.pdf
+https://members.aamc.org/eweb/upload/PhysicianSpecialtyDatabook2014.pdf
+http://www.escwa.org.lb/popin/publications/new/prem.doc
+http://wartaekonomi.co.id/read/2014/04/24/28268/bei-perkembangan-pasar-modal-syariah-indonesia-positif.html
+http://web.antaq.gov.br/Portal/pdf/PortoVerde.pdf
+http://www.druginfo.adf.org.au/downloads/Prevention_Research_Quarterly/IP_Dec08_pharmaceuticals.pdf
+http://journals.openedition.org/mefrm/3357
+http://www.epid.gov.lk/web/images/pdf/wer/2019/vol_46_no_01-english
+https://seer.cancer.gov/csr/1975_2014/
+https://ods.od.nih.gov/factsheets/WeightLoss-HealthProfessional/
+http://gcontent.oeeee.com/3/90/390e982518a50e28/Blog/ec4/e972bd.html
+http://www.rheumatology.org/practice/clinical/classification/systsclr.asp.Accessed
+http://www.deeplearningbook.org/accessed6
+http://www.fastcompany.com/fast50_09/lists/the-most-innovative-companies-in-sports.html
+blog.lib.umn.edu/blogosphere
+http://www.fya.org.au/2015/08/23/the-new-work-order-report/
+http://wave.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId¼LDC93S3C
+http://www.europarl.europa.eu/RegData/etudes/STUD/2016/587326/IPOL_STU(2016)587326_EN.pdf
+http://www.acasus.com/wp-content/uploads/2014/02/R3-The-good-news-from-Pakistan-final.pdf
+http://stroke.ahajournals.org/content/46/12/3340
+http://www.w3.org/TR/CSS21
+http://www.theatlantic.com/politics/archive/2012/11/what-it-will-take-for-barack-obama-to-become-the-next-fdr/264195/
+http://www.wfp.org/index.htm
+http://courses.education.illinois.edu/eol474/sp98/truman.htmliihttp://www.alternet.org/economy/chomsky-business-elites-are-waging-brutal-class-war-americaiiihttp://politicalblindspot.com/us-poor/
+http://www.bakosurtanal.go.id/berita-surta/show/redam-konflik-penguasaan-lahan-badan-informasi-geospasial-susun-satu-peta-dasar.Accessed
+http://www.scientificcircle.com/pt/11191/obesidade-abdominal-consumo-alimentar-portadores-hiv-aids
+http://www.abiec.com.br/3_rebanho.asp
+http://www.biomedcentral.com/1471-2393/12/46
+http://www.audiotranskription.de/downloads.html#praxisbuch
+www.agricultura.gov.br/internacional/negociacoes/multilaterais/codex-alimentarius
+http://www.ncbi.nlm.nih.gov/pubmed/20932995
+www.Sa-karya.edu.tr
+https://ko.wikipedia.org/wiki/7.4
+http://www.cs.cmu.edu/~aditya/papers/cc-gametheory.pdf
+http://www.sciencedirect.com/science/article/pii/S0022460X0700805X
+http://www.nndc.bnl.gov/ensdf/
+www.reason.com/0510/fe.nf.rethinking.shtml
+http://www.naufor.ru/download/pdf/factbook/ru/RFR2013_1.pdf
+http://pbpl.physics.ucla.edu/UESDM2012/Program.html
+http://www.culture.gov.uk/news/news_stories/7565.aspx
+https://www.unicefturk.org/haber_inside.php?id=161
+www.ijcaonline.org
+www.billhogg.ca
+http://www.imtt.pt/sites/IMTT/Portugues/IMTT/relatoriosectoriais/Documents/RelatorioAnualSegurancaTranspFerroviario2011.pdf
+http://www.perkinelmer.com.cn/Content/ApplicationNotes/APP_MicrowaveDigestionMultiwave.pdf
+http://www.dcc.ac.uk/resources/how-guides/how-develop-rdm-services
+http://cran.r-project.org/web/packages/e1071/index.html
+https://goo.gl/AS3yyv
+http://qualitative-research.net/fqs
+https://standards.globalspec.com/std/418395/EN%2050272-2
+www.ags.uni-sb.de/~cp/p/diss
+http://www.scielo.cl/pdf/estped/v38n1/art01.pdf
+http://genetics.bwh.harvard.edu/pph2/
+http://physwww.physics.mcmaster.ca/∼chenal/nucastrostruc/group/home/theses.html
+http://www.nclp.umd.edu/
+http://www.programanthos.org/inicio.asp
+https://www.revistafaro.cl/index.php/Faro/article/view/533/492
+https://www.ushmm.org/remember/office-of-survivor-affairs/memory-project/featured-writers/winter-coats
+http://digitalcommons.unomaha.edu/slcehighered
+http://www.who.int/diagnostics_laboratory/Maputo-Declaration_2008.pdf
+https://www.policyalternatives.ca/publications/reports/invisible-gang-members
+http://10.1039/jr9580003534
+http://www.sida.se/contentassets/bd474c210163447c9a7963d77c64148a/the-sustainable-livelihood-approach-to-poverty-reduction_2656.pdf
+https://ama.com.au/position-statement/conscientious-objection-2013
+https://www.anovikov.ru/dict/epo.pdf
+https://www.hofstede-insights.com/models/national-culture/
+http://jre.cplire.ru/jre/may19/13/text.pdfDOI10.30898/1684-1719.2019.5.13
+https://bit.ly/2TW3E1d
+http://www.eric.ed.gov/PDFS/ED469265.pdf
+http://www.highbeam.com/doc/1G1-94649677.html
+http://www.forestry.gov.cn/portal/main/s/414/content-273078.html
+https://yosemite.epa.gov/sab/sabproduct.nsf/0/0CA9E925C9A702F285257F380050
+http://www.lemlit-undiksha.co.nr
+http://wiki.opensemanticframework.org/index.php/Ontology_Tools
+http://arxiv.org/abs/astro-ph/0207156
+http://www.researcherid.com
+http://www.tdh.state.tx.us/bvs/registra/marridx/marridx.htm
+http://bases.bireme.br/cgi-bin/wxislind.exe/iah/online/?IsisScript=iah/iah.xis%7B&%7Dsrc=google%7B&%7Dbase=MedCarib%7B&%7Dlang=p%7B&%7DnextAction=lnk%7B&%7DexprSearch=13744%7B&%7DindexSearch=ID
+https://controlnutricional.files.wordpress.com/2010/12/glosario-de-terminos-en-desnutricion-clinica.pdf
+ftp.limsi.fr/pub/quenot/opflow/
+http://eprints.uny.ac.id/8451/3/bab%202%20-07513241008.pdf
+http://www.lsbu.ac.uk/families/workingpapers/familieswp14.pdf
+http://www.bbc.com/news/world-africa-156782542012
+https://www.youtube.com/watch?v=0jwX_gb_CHQ
+http://www.agrosvit.info/pdf/3_2019/12.pdf
+http://ipm.missouri.edu/ipcm/archives/v16n1/ipmltr5.htm
+http://www.oxfordenergy.org/2014/10/the-us-tight-oil-revolution-and-its-impact-on-the-gulf-cooperation-countries-beyond-the-supply-shock/
+https://ore.exeter.ac.uk/repository/handle/10036/91798
+http://www.parlamento.it/parlam/leggi/deleghe/99079dl.htm
+http://gencen.isp.msu.edu/files/9314/5495/9504/Digest_February_edition_201213.pdf
+http://www.gov.mb.ca/agriculture/crops/fruit/bld01s01.html
+http://digitalcommons.unf.edu/joi/vol21/iss1/7
+http://iate.europa.eu/
+http://www.who.int/inf-pr-1998/en/pr98-23.html
+http://www.cibtech.org/jls.htm
+http://www.migrationinformation.org/
+http://docs.cntd.ru/document/1200093424
+http://www.faculty.ucr.edu/~heraty/Encarsia.cat.pdf
+https://infoscience.epfl.ch/record/138483?ln=fr
+http://projecteuclid.org/euclid.ndjfl/1012429722
+http://englishcontext.kpnu.edu.ua/2019/04/08/ironiia-ta-spetsyfika-ii-perekladu-u-khudozhnikh-tekstakh/
+http://www.who.int/csr/disease/coronavirus_infections/mers-laboratory-test-ing/en
+http://professor.pucgoias.edu.br/SiteDocente/admin/arquivosUpload/18451/material/manual_instalacao.pdf
+http://live.ece.utexas.edu/research/quality
+http://doi.acm.org/10.1145/3192366.3192381
+http://www.turkishstudies
+http://www.alliance4usefulevidence.org/assets/Alliance-Policy-Laboratory-paper-final.pdf
+http://databank.worldbank.org
+http://www.umass.edu/resec/workingpapers
+http://www-zhw.uni-r.de/tutorien/images/stories/Methodenreader/1.8_mind%20map.pdf.-DatumdesAufrufs2014-02-21
+http://www.abs.gov.au/AUSSTATS/abs@.nsf/7d12b0f6763c78caca257061001cc588/c9c319dd7e17542fca2572e300810a3f!OpenDocument#
+https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/470032/Banking_summary_of_PFs.pdf
+https://www.satscan.org/
+https://laopinion.com/2017/07/20/convertir-los-puertos-de-la-y-long-beach-en-no-contaminantes-podria-costar-14-mil-millones/
+http://www.flickr.com/photos/hiffy/4209228160/References
+http://online-boykott.de/unterschriftenaktion
+http://www.fondation-langlois.org/html/e/page.php?NumPage=386
+http://knightcommission.org
+http://clubedoprofessor.com.br/artigos/artigojunio.pdf
+http://www.hospitalsjl.gob.pe/ArchivosDescarga/Transparencia/PlaneamientoEstrategico/PlanOperativoInstitucional2014.pdf
+http://aisel.aisnet.org/jais/vol2/iss1/6
+http://www.statistics.gov.my/portal/download_Handbook/files/BKKP/Buku_Maklumat_Perangkaan_2011.pdf
+http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---relconf/documents/meetingdocument/wcms_207370.pdf
+http://www.osa.org/osaorg/media/osa.history/Transcripts/Welch,_David_Interview_(final)_2011-03.pdf
+http://www.scielo.br/scielo.php
+http://www.hpa.gov.tw/Pages/Detail.aspx?nodeid=609&pid=1084
+https://www.fs.fed.us/spf/tribalrelations/documents/agreements/15-SA-11052000-056.pdf
+https://www.roc.noaa.gov/wsr88d/PublicDocs/NNOW/NNDec2010/3-5.pdf
+www.fda.gov/NewsEvents/Newsroom/PressAnnouncements/ucm345848.htm
+http://diariocatarinense.clicrbs.com.br/sc/politica/noticia/2014/03/rivais-historicos-namoram-alianca-eleitoral-inedita-em-santa-catarina-4453949
+http://www.abep.nepo.unicamp.br/site_eventos_abep/PDF/ABEP2004_51.pdf
+http://ec.europa.eu/eurostat/web/environment/air-emissions-inventories/database.Accessedon16
+http://www.kosso.or.kr/general/board/download.php?code=general_03&num=72
+http://glite.web.cern.ch/glite/
+https://github.com/deepmind/spriteworld/
+http://www.elogistica.economia.gob.mx/swb/work/models/elogistica/Resource/23/1/images/Corea.pdf
+http://CRAN.R-project.org/package=nlme
+www.sciencepubco.com/index.php/IJET
+http://bhpr.hrsa.gov/healthworkforce/reports/rnpopulation/preliminaryfindings.htm.Accessed
+http://www.angle.org/doi/abs/10.2319/031209-143.1
+http://lmb.informatik.uni-freiburg.de/Publications/2014/DB14b
+http://www.ancestryimages.com/proddetail.php
+http://www-sc.sys.es.osaka-u.ac.jp/˜ohtsuka/code/index.htm
+http://www.lancaster.ac.uk/researchenterprise/dialang/about.htm
+http://www.abis.com.br/noticias_2014_4.html
+https://www.asus.com/fr/3D-Sensor/XtionPRO/
+https://www.ncbi.nlm.nih.gov/pubmed/28352037
+http://www.nps.edu/library/Research/SubjectGuides/SpecialTopics/TerroristProfile/Current/LibyanIslamicFighting.html
+http://www.cdc.gov/nchs/data/hestat/asthma/asthma.htm
+https://www.nas.org/about/history
+http://www.jmedicalcasereports.com/content
+http://faostat.fao.org
+http://www.internethealthreport.com/
+www.jstor.org/stable/101086/426800
+http://www.sun.com/software/star/staroffice
+https://dialnet.unirioja.es/servlet/articulo?codigo=3276331
+http://www.oecd-ilibrary.org/economics/oecd-factbook
+http://www.publications.parliament.uk/pa/ld200708/ldselect/ldeucom/183/183.pdf
+http://sistemasdeprodução.cnptia.embrapa.br/FontesHTML/Arroz/ArrozIrrigadoBrasil.Acessoemnovembrode
+http://unesdoc.unesco.org/images/0013/001346/134621e.pdf
+http://www.statcan.ca/english/freepub/89-503-XIE/0010589-503-XIE.pdf
+http://en.wikipedia.org/wiki/Judith_Butler
+https://www.cpsbc.ca/files/pdf/PSG-Safe-Prescribing.pdf
+http://www.theatlantic.com/technology/archive/2016/01/newspapers-philadelphia-inquirer-daily-news-nonprofit-lol-taxes/423960
+http://www.inspection.gc.ca/english/fssa/labeti/guide/ch7be.shtml#7
+http://fin-izdat.ru/journal/national/
+https://www.lendingclub.com/browse/browse.action
+www.seer.ufrgs.br/ConjunturaAustral
+https://zahiraccounting.com/id/blog/hal-yang-perlu-diperhatikan-dalam-business-on-demand/
+http://www.sciencedirect.com/science/article/pii/0093691X81901114
+http://www.nap.edu/catalog/2208.htmlISBN:208pages
+http://www.norden.org/en/news-and-events/news/nordic-model-patent-dispute-attracts-international-attention
+http://www.jtss.org/index.php/jtss/article/viewFile/195/192Turkey-byANASAYFA-2001
+http://www.aisdesign.org/aisd/il-design-nella-storia
+http://www.ascilite.org.au/conferences/brisbane05/proceedings.shtml
+http://search.proquest.com/docview/619647941?accountid=14556
+www.ijcaonline.org
+http://www.enciclopediadelecuador.com/historia-del-
+http://cerses.shs.univ-paris5.fr/publifleurbaey/paafoo.pdf
+http://dictionary.reference.com/browse/task
+http://www.unesco.org/en/efareport/reports/2010-marginalization
+http://www.pewinternet.org/files/2014/08/Future-of-AI-Robotics-and-Jobs.pdf
+http://www.jauregui.arq.br/villa31.html
+https://www.aap.org/en-us/about-the-aap/aap-press-room/
+http://www.cbc.ca/news/business/rethinking-the-home-ownership-dream-1.2519201
+https://www.carl-sen.de/graphic-novel/softcover/von-der-natur-des-menschen/21720
+http://orcid.org/0000-0003-0844-8777
+worldbank.org/etools/docs/library/76309/dc2002/proceedings/pdfpaper/module6ilo3.pdfILO
+https://www.ecb.europa.eu/pub/pdf/annrep/ar2012pl.pdf?f7a-7ef9689e62779cefdb3436ff35a4e
+http://www.coneval.org.mx/Medicion/Paginas/PobrezaInicio.aspxdEsousasantos
+http://escholarship.org/uc/item/891144f4
+http://www.psy.miami.edu/faculty/mmccullough/Media%20Coverage/Religious%20Origins%20of%20the%20Detox%20Diet.pdf
+https://ivdon.ru/ru/magazine/archive/n3y2017/4378
+https://www.dropbox.com/s/cbuwrorf672c0yy/NxtWhitepaperv122rev4.pdf
+http://hidroweb.ana.gov.br
+http://www.reuters.com/article/2012/04/13/us-myanmar-cronies-image-idUSBRE83B0YU20120413
+https://www.jstor.org/stable/3802739?origin=crossref
+http://www.postimees.ee/3236833/uuringpagulastevastuon42protsentieestielanikest
+https://www.zoda.gov.ua/
+http://business.timeonline.co.yk/101/business/law/article700779.ece
+https://journal.r-project.org/archive/2015-1/templ-kowarik-meindl.pdf
+https://www.dovepress.com/by207.241.231
+http://krinstitute.org/publications_list.aspx
+http://www.lonerganlat.org/wp-content/uploads/El-juicio-de-valor-y-la-hermen%C3%A9utica_Al-lan-Crhistian_ponencia.pdf
+http://epublishing.ekt.gr|e
+http://www.tempo.co/read/kolom/2015/01/05/1873/Kesejahteraan-Petani-2014
+https://www.strategyzer.com/canvas/business-model-canvas
+http://scholar.lib.vt.edu/ejournals/JITE/v34n3/Knoll.html
+https://aimsclub.fhi-berlin.mpg.de
+http://www.rsc.org/chemistryworld/News/2010/January/21011003.asp
+http://www.financnisprava.cz/en/financial-administration/electronic-records-of-sales
+http://www.bmbf.de/pub/Londoner_Kommunique_Bologna_d.pdf
+https://www.itu.int/ITU-D/ict/doi/material/WISR07-chapter3.pdf
+http://www.gisdevelopment.net/application/miscellaneous/mi08_237.ht
+https://www.ncbi.nlm.nih.gov/pubmed/25375405
+http://creativecommons.org/licenses/by-nc-
+Http://www.atlasti.deDistributedbyScolari
+http://nishorgo.org/wp-content/uploads/2017/02/CREL-Report-2013-2018-FINAL.pdf
+http://minobarnauk.rf/documents/5433
+http://www.hitachi.co.jp/products/it/
+http://biblioclub.ru/index.php?page=book_view&book_id=271889
+http://www.studentpulse.com/a?id=880
+http://www.eltiempo.com/archivo/documento/MAM-1588993
+http://www.asanet.org/ASA%20HS%20Standards%20(Final).pdf
+http://www.rics.org/ca/knowledge/research/research-reports/hong-kong-grade-a-office-market-study-report/
+http://jama.jamanetwork.com/article.aspx?articleid=1791497
+http://www.ncbi.nlm.nih.gov/pubmed/23204173
+https://perma.cc/EUC2-DJYV
+www.k-erc.pref.kanagawa.jp/release/200807/shiryo1.pdf
+http://health.detik.com/read/2014/
+https://www.R-project.org
+http://foia.fbi.gov/foiaindex/covenantswordarmlaw.htm
+http://www.lanskub.com/docs/clearing_your_name.pdf
+http://www.w3.org/TR/xpath-datamodel/
+http://www.zgia.zp.ua/gazeta/evzdia_4_101.pdf
+http://www.essentialchemicalindustry.org/materials-and-applications/colorants.htlm
+http://www.softwaresuccess.org/papers/2006_Demir_UYMK_Meeting_Nonfunctional_Reqs_Through_SW
+http://www.w3schools.com/
+www.solid-earth.net/2/53/2011/
+http://www.iser.essex.ac.uk/teaching/degree/stephenj/ec968/pdfs/ec968lnotesv6.pdf
+https://news.Bitcoin.com/india-supreme-court-Bitcoin-legalization-taxation/
+http://www.oecd.org/innovation/policyplatform/48137710.pdfErişim
+www.centenariorepublica.parlamento.pt/CongressoCvsPapers/AugustoMoutinhoBorges
+https://www.wtttc.org/-/media/files/reports/economic-impact-research/2017-documents/global-economic-impact-and-issues-2017.pdf
+http://link.aps.org/supplemental/10.1103/PhysRevB.96
+http://europa.eu.int/comm/competition/international/others/latin_america/boletin/boletin_5_3_es.pdf
+http://ceb.csit.fsu.edu/awty
+press.anu.edu.au/wp-content/uploads/2011/06/11-3-A-1.pdf
+http://worldcocoafoundation.org/cocoalink/
+http://asian-efl-journal.com
+http://www.desenvolvimento.gov.br/arquivo/sdp/polIndustrial/MedidasPoIndus-livreto.pdf
+https://eua.eu/component/attachments/attachments.html?id=414
+http://www.brandenburg.de/cms/
+http://ieeexplore.ieee.org/document/1522502/
+http://www.csc-scc.gc.ca/women/002002-0002-eng.shtml
+http://www.enelsyn.gr/papers/w13/Paper%20by%20Prof.%20Virgilio%20Afonso%20da%20Silva.pdf
+http://easynews.dl.sourceforge.net/-sourceforge/high-res-timers
+http://www.fao.org/docrep/012/i0370e/i0370e00.htm.Accessed
+http://bat.library.ucsf.edu//tid/igf61a99
+http://www.bruker.com/fileadmin/import/daltonics/literature/literature2012/Brochures/Biotyper_Library_Fungi_2012_eBook.pdf
+http://www.ams.org/journal-terms-of-use
+http://www.jbks.ru/archive/issue-9/article-23
+http://tinyurl.com/5x9apf
+http://www.deutscher-werkbund.de/wir-im-dwb/werkbund-geschichte/
+http://www.nrk.no/ytring/psykologi-ma-bli-pensum_-1.12499881
+http://archive.org/stream/fversigtafkong381881kung#page/n197/mode/2up
+http://zululandobserver.co.za/61288/new-move-in-bay-container-terminal-spat/
+http://www.opticsexpress.org/abstract.cfm?URI=OPEX-12-14-3137
+http://www.futureofmusic.org
+http://www.janaf.hr/oil-pipeline/the-janaf-system/
+ejournal.adbisnis.fisip-unmul.ac.id
+www.santateclafc.com
+https://www.che.ac.za/sites/default/files/publications/CHE_South%20African%20higher%20education%20reviewed%20-%20electronic.pdf
+http://www.haskell.org/-pipermail/gui/2003-February/000140.html
+http://elcomercio.pe/economia/peru/sueno-casa-propia-mas-fuerte-provincias-que-lima-noticia-1734466
+http://www.nfer.ac.uk/publications/LIG01/LIG01.pdfAccessed10
+http://www.medietilsynet.no/globalassets/publikasjoner/barn-og-medier-undersokelser/2016_barnogmedier.pdf
+http://www.dovepress.com/testimonials.phptoreadrealquotesfrompublishedauthors
+https://tools.wm-flabs.org/massviews/
+https://bmcpublichealth.biomedcentral.com/articles/10.1186/s12889-020-8179-xDatadesubmissão:06/04/2020
+http://www.un-documents.net/our-common-future.pdfLastvisitedon
+http://ogbus.ru/authors/VasilyevAV/VasilyevAV_1.pdf
+http://journals.openedition.org/ethiquepublique/1997
+http://www.ufpe.br/revistaenfermagem/index.php/revista/article/view/1472
+www.eerp.usp.br/rlae
+www.oeko.de/oekodoc/1352/2012-004-en.pdf
+www.incb.org/pdf/e/ar/2004/incb_report_2004_full.pdf
+https://lifestyle.bisnis.com/read/20190326/236/904431/70-persen-anak-berkebutuhan-khusus-tak-dapat-pendidikan-layak
+https://www.project-syndicate.org/commentary/china-soft-and-sharp-power-by-joseph-s--nye-2018-01?barrier=accessreg
+http://ilyasismailputrabugis.Diakses:jumat
+http://www.spe.org/industry/reserves.php
+timreview.ca/article/105
+http://bdjur.stj.gov.br/dspace/handle/2011/18087,acesso25/04/11
+https://ssrn.com/abstract=2845374
+http://www.vox.com/2015/3/2/8120063/american-democracy-doomed
+www.biodiversidadcanarias.es
+https://www.osha.gov/cranes-derricks/presentation/index.html
+http://www.cs.washington.edu/education/courses/490h/
+http://www.raosoft.com/samplesize.htmlwww.scholink.org/ojs/index.php/sssr
+http://www.planalto.gov.br/ccivil_03/leis/l9394.htm.Acessoem
+http://www.dps.tesoro.it/documen-tazione/comunicati/2012/Doc%2014-20%20Master_27%20dic%202012.pdf
+http://minjust.ru/ru/extremist-materials
+http://Gilang.www.striping-motor.com.Diaksespadatanggal15Juli
+Availablefromwww.ecmwf.int
+http://pedagogika.snauka.ru/2014/06/2452
+http://www.ilo.org/wcmsp5/groups/public/---asia/---ro-bangkok/---ilo-
+http://microarray.csc.mrc.ac.uk/_private/Support/development_page.htm
+http://www.unicef.org/specialsession/about/sgreportpdf/11_
+https://relatorioanual2017.febraban.org.br/pt/FEBRABAN_RA_17.pdf
+http://www.medicines.org.uk/emc/medicine/1456/spc.Accessed02-09
+http://www.mtv.com/news/2726936/kendrick-lamar-president-obama-white-house-oval-office/
+http://www.handelsblatt.com/unternehmen/it-medien/lexikon-brockhaus-beerdigt-seine-enzyklopaedie/3224592.html
+http://www.un.org/documents/ga/res/48/a48r104.htm
+https://www.who.int/news-room/detail/29-01-2018
+http://www.adp.com/thrive/articles/building-a-research
+http://www.rosario.gov.ar/web/ciudad/deportes-y-recreacion/calle-recreativa
+https://www.neliti.com/id/publications/109969/kebijakan-hukum-pidana-sebagai-upaya-penanggulangan-tindak-pidana-satwa-yang-dil
+https://mthoyibi.files.wordpress.com/2011/05/qualitative-research-methods-for-the-social-sciences__bruce-l-berg-2001.pdf
+http://www.folkecenter.net/gb/rd/wave-energy/
+https://copticliterature.wordpress.com/2011/12/28/how-
+http://portal.acm.org/citation.cfm
+http://www.sciencedirect.com/science/article/pii/S0378112706010310
+http://www.faqs.org/ftp/rfc/pdf/rfc1730.txt.pdf
+http://www.dh.gov.uk/prod_consum_dh/groups/dh_digitalassets/documents/digitalasset/dh_108866.pdf
+http://solution.hc3i.cn/art/201004/2585.htm
+http://rodnayaladoga.ru/index.php/iskusstvo/461-obrazy-rusi-pravoslavnoj-v-mirovozzrenii-ili-glazunova
+http://150.164.82.140/pesquisas/td/TD%20117.pdf
+http://journal.publications.chestnet.org/article.aspx?articleid=1065037
+http://obrasocial.lacaixa.es/deployedfiles/obrasocial/Estaticos/pdf/Estudios_sociales/vol
+http://www.eudra.org/emea.html11
+http://www.perseus.com/blogsurvey/iceberg.html
+http://www.fsa.fi/index.php/liitto/jasenseurat/
+http://www.epa.gov/epaoswer/non-hw/procure/pdf/const-00.pdf
+http://www.efsa.europa.eu/en/efsajournal/pub/3138.htm
+https://www.imf.org/external/Pubs/FT/staffp/1998/03-98/kaminsky.htm
+2011b.Availableatwww.iea.org/publications/freepublications/.../biofuels_roadmap.pdf
+http://www.eduser.ipb.ptEducação41EDUSER
+http://wellnesstourism.in/integrated-wellness/
+http://doi.acm.org/./.,
+http://www.sciencedirect.com/science/article/pii/S0377027308006240
+http://adam.wins.uva.nl/~x/grammars/vs-cobol-ii/
+https://metro.sindonews.com/read/1205456/170/tawuran-di-kebayoran-lama-ramadhan-tewas-mengenaskan-1494900626tanggal25Juli
+https://jom.unri.ac.id/index.php/JOMFAPERTA/article/view/2659/2591
+http://www.sahp.vcu.edu/media/school-of-allied-healthprofessions/virginia-center-on-aging/pdf/ageac-tion/agesummer15.pdf.Accessed
+https://unitingtocombatntds.org/africa/.Accessed20
+http://hdl.handle.net/2142/54757
+http://www.gazetaprawna.pl/artykuly/1092495,eksperci-grupy-przestepcze-probu-ja-rejestrowac-fikcyjne-oswiadczenia-dla-cudzoziemcow.html,16.01
+www.abep.nepo.unicamp.br/encontro2006/docspdf/ABEP2006_316.pdf
+https://www.youtube.com/watch?v=iiedyfWGdSM
+http://www-106.ibm.com/developerworks/linux/library/l-htl/
+http://www.choosingwisely.org/doctor-patient-lists/critical-care-societies-collaborative-critical-care.Accessed
+http://www.meningitis.org/disease-info/what-are-meningitis-septicaemia
+http://www.ncbi.nlm.nih.gov/books/NBK56063.Accessedon
+http://www.disabled-world.com/disability/statistics/
+http://www.sbn.org.br/pdf/publico2012.pdf
+http://download.intel.com/design/Xeon/datashts/29864206.pdf
+https://www.twirpx.com/file/1060339/
+http://www.clearswift.com/blog/2010/11/10/security-awareness-research
+https://doc.iowa.gov/data/prison-recidivism-fy2016
+http://webspace.ship.edu
+http://www.code.google.com/android/addons/googleapis/reference/com/google/android/maps/package-summary.html
+http://www.checklist.org.br/getpdf
+http://www.fontspace.com/ladytimeless/cats-vs-dogs-lt
+http://www.aaos.org/Research/stats/Total%20Hip%20Replacement%20Chart.pdf
+http://www-01.ibm.com/software/websphere/products/optimizationLICHT2008
+https://eur-lex.europa.eu/legal-content/eN/TXT/?uri=CeleX%3a52017DC0034
+https://eprint.iacr.org/2016/202
+http://www.people.com.cn/english/dengxp/contents2.html
+http://www.sciencedirect.com/science/article
+http://www.ccdc.cam.ac.uk
+http://repositorio.unicamp.br/bitstream/REPOSIP/275418/1/Veronez_LuizFernandoCamargo_D.pdf
+http://article.sapub.org/pdf/10.5923.j.edu.20130305.03.pdf
+ehu.es/SGIker//expresion_genica//analisis_de_expresion.pdf
+http://www.atsdr.cdc.gov/HEC/natorg/pehsu.html
+http://www.soctrade.com/laboratornoe_oborudovanie/test-sistemy-dlya-opredeleniya-mikotoksinov.phtml
+http://www.mct.gov.br/index.php/content/view/3293.htmlAcessoem09.05
+http://penelope.uchicago.edu/Thayer/E/Roman/Texts/Gellius/Praefatio*.html
+https://cleanrgi.com
+http://www.jfree.org/jfreechart/
+https://www.climate.gov/
+https://github.com/mesosphere/marathon/blob/v1.5.0/docs/docs/networking.md#host-networking
+http://www.elixirpublishers.com/articles/1350716787_41%20
+http://regnum.ru/news/polit/340403.html
+http://www.dwaf.gov.za/Documents/Policies/SanitationReviewPolicy.pdf
+http://www.iri.edu.ar/revistas/revista_dvd/revistas/R12/R12-EMOA.html
+http://soilplantandpest.utk.edu/pdffiles/soiltestandfertrecom/chap2-agronomic_mar2009.pdf
+http://www.kpu.ca/sites/default/files/TeachingandLearning/TD.2.2_Collins_Applied_Constructivist_Theory.pdf
+http://www.cprm.gov.br/33
+http://bfl.archivportal.hu/kateg-26-1-budapesti_negyed.html
+http://docplayer.es/4702428-Universidad-tecnologica-israel.html
+http://www.sustainable-development.gov.uk/government/task-forces/behaviour-change.htm#Papers
+https://www.inei.gob.pe/media/MenuRecursivo/publicaciones_digitales/Est/Lib1251/Libro.pdf
+http://fcd-us.org/sites/default/files/CROCUSworkingpaper17.pdf.170
+http://www.sciencedirect.com/science/article/pii/S0960148110003940
+http://www.nibis.de/nli1/bbs/archiv/rahmenrichtlinien/mbvj2011.pdf
+http://www.idf.org/sites/default/files/ThePolicyPuzzleBook.pdf
+http://chakinan.unach.edu.ec/index.php/chakinan/article/view/208/151
+http://www.collaxa.com/product.bpel11.html
+http://bit.ly/1xMuUMd
+https://link.springer.com/content/pdf/10.1007%2F978-0-387-74401-8.pdf
+https://www.medicinescomplete.com/mc/bnf/current/
+https://sdm.lbl.gov/kamesh/software/GTgraph/
+https://www.epa.gov/scram/air-quality-dispersion-modeling-preferred-and-recommended-models
+http://ark.intel.com/
+http://toxnet.nlm.nih.gov/newtoxnet/lactmedadresinden14/05/2019tarihindeerişilmiştir
+http://www.mid.ru/ru/arkticeskij-sovet/-/asset_publisher/0vP3hQoCPRg5/content/id/3637699
+http://www.theguardian.com/global-development/2016/feb/21/sami-people-reindeer-herders-arctic-culture〉
+https://perma.cc/SS2W-PP2V
+https://opendatacharter.net/principles/
+https://www.apnet.es.aau.dk/tiki/tiki-index.php
+http://cran.r-project.org/web/packages/caper/index.html
+http://en.wikipedia.org/wiki/Black-Scholes
+http://www.inca.gov.br
+http://psicologiauahurtadocl/vgubbins/wp-content/uploads/2008/04/factores-asociadosa-rendimiento-escolarpdf
+http://www.moe.gov.my/cms/upload_files/circularfile/2015/circularfile_file_001347.pdf
+www.cbef.com/Grad_cmp.htm
+https://www.researchgate.net/publication/7840297_Pyrolysis_of_EVA_and_its_application_in_recycling_of_photovoltaic_modules
+https://www.cdc.gov/coronavirus/2019-ncov/php/risk-assessment.html
+http://www.nccn.org/professionals/physician_gls/f_guidelines.asp.Accessed
+http://www.oclc.org/research/activities/past/orprojects/pmwg/pm_framework.pdf
+http://www.schweizerbart.de/papers/algol_stud/detail/43/63802
+http://crq4.org.br/?p=texto.php&c=quimicaviva_acucar
+https://www.youtube.com/watch?v=9jjwFhQI888
+http://www.pappastax.com/index.php/2011/08/does-the-charitable-contribution-deduction-unfairly-favor-the-rich/
+http://www.stat.berkeley.edu/photos
+https://thebulletin.org/timeline
+https://ssrn.com/abstract=2675747
+http://www.who.int/entity/immunization/sage/meetings/2012/april/1_Background_Paper_Mar26_v13_cleaned.pdf?ua=1
+http://www.cea.org.mk/documents/studii/FiscalDecentralization2005%20UNDP.pdf
+http://www.mrao.cam.ac.uk/surveys/snrs/
+http://www.worldbank.org
+http://www.planalto.gov.br/ccivil_03/leis/L6938.htm
+https://www.cast-science.org/publication/why-does-bee-health-matter-the-science-surrounding-honey-bee-health-concerns-and-what-we-can-do-about-it/
+http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1335465&tag=1
+http://www.pwc.com/it/it/publications/assets/docs/luxury-market-vision-2012.pdf
+http://www.jstor.org/stable/2529310
+https://www.ccl-cca.ca/pdfs/LessonsInLearning/Mar-01-06-The-rural-urban-gap.pdf
+http://www.eltiempo.com/archivo/documento/MAM-220375
+http://links.jstor.org/sici?sici=08837252%28199603%2F04%2911%3A2%3C119%3AATSAOR%3E2.0.CO%3B2-4&origin=JSTOR-pdf.16.www.transgaz.ro
+http://creativecommons.org/licenses/by/4.0/
+http://www.cancer.org/
+http://www.institutohorus.org.br/download/artigos/Ciencia%20Hoje.pdf
+http://www.nhtsa.gov/DOT/NHTSA/Communication%20&%20Consumer%20Information/Articles/Associated%20Files/EconomicImpact2000.pdf
+http://mots.revues.org/
+http://portal.acm.org/ft_gateway.cfm?id=587082&type=pdf&coll=Portal&dl=ACM&CFID=29733676&CFTOKEN=5142097
+http://ciperchile.cl/2016/03/02/juicio-a-las-escuelas-de-derecho-las-alarmantes-falencias-de-los-nuevos-abogados/
+http://www.sinologist.com.ua/ukr/Ch_civil/2009/%D0%A7%D0%B5%D1%80%D0
+https://dhsprogram.com/pubs/pdf/fr275/fr275.pdf
+http://www.marilia.unesp.br/Home/Pos-Graduacao/CienciadaInformacao/Dissertacoes/camargo_lsa_do_mar.pdf
+http://www.ilcuk.org.uk/.../pdf_pdf_134
+www.emeraldinsight.com/0025.1747.htm
+http://www.clicrbs.com.br/diariocatarinense/jsp/default.jsp?uf=1&local=1&newsID=a2405749.xml.Acessoem:22/03/2009
+http://www.jdis.orghttps://www.degruyter.com/view/j/jdis
+http://airman.dodlive.mil/2011/12/a-time-of-transition/
+http://www.guardian.co.uk/Columnists/Column/0,,1762156,00.html
+https://goo.gl/D8LcrS
+http://www.ietf.org/rfc/rfc1577.txt
+www.journalslibrary.nihr.ac.uk
+http://www.agiusa.com
+http://www.americanprogress.org/atf/cf/%7BE9245FE4-9A2B-43C7-A521-5D6FF2E06E03%7D/port_security.pdf
+http://bourdieu.name/content/burde-o-proizvodstve-i-vosproizvodstve-legitimnogo-jazyka
+http://www.sae.gov.br/vozesdaclassemedia
+http://cashewnut-tz.org/docs/STRATEGIC-PLAN-_CBT_Board_2.pdf
+http://www.future-internet.eu/fileadmin/documents/bleddocuments/IssuesTSDFuture
+http://www.isaaa.org/resources/publications/briefs/37/executivesummary/default.html
+http://www.cancer.org.au/aboutcancer/FactsFigures.htm
+http://www.abecbrasil.org.br/index.asp
+www.gks.ru/wps/wcm/connect/rosstat/rosstatsite/main/publishing/catalog/statisticCollections/doc_1135087342078
+http://www.ramiran.net/ramiran2010/docs/Ramiran2010_0155_final.pdf
+http://cds.cern.ch/record/2209126
+https://www.pdui.sp.gov.br/rmsp/?page_id=56
+http://waterdata.usgs.gov/tx/nwis/
+http://www.synopsys.com/dw/buildingblock.php
+http://arxiv.org/PScache/hep-ph/pdf/9911/9911533v2.pdf
+http://pewinternet.org/*/media//Files/Reports/2012/PIP_Teens_Smartphones_and_Texting.pdf
+http://www.globus.org/mds/mds2/
+http://www.theatlantic.com/maga-zine/archive/1990/09/the-roots-of-muslim-rage/304643/
+http://www.gipeonline.com.br/pdf/Cur-riculares/volume_5.pdf
+https://preprints.jmir.org/preprint/12191
+http://www.merckgroup.com/en/media/extNewsDetail.html?newsId=8475BA17A3F51470C1257D50006901B4&newsType=1
+http://www.dwheeler.com/oss_fs_why.html
+http://www.bci-info.tugraz.at/ResearchInfo/documents/articles/selfpacedtechreport-2006-05-19.pdf
+http://report08.british-energy.com/uploads/britishenergy20072008.pdf
+http://www.ietf.org/rfc/rfc4627
+http://www.edpsciences.org/articlesproc
+http://www.ncbi.nlm.nih.gov/pubmed/16797608
+http://science.sciencemag.org/content/359/6372/213#BIBL
+http://www.pediatrics.org/cgi/content/full/99/2/e8
+https://medium.com/message/how-facebook-s-algorithm-suppresses-content-diversity-modestly-how-the-newsfeed-rules-the-clicks-b5f8a4bb7bab
+http://old.smm.lt/ugdy-mas/docs/
+https://prod.sandia.gov/techlib-noauth/access-control.cgi/1992/921666.pdf
+http://carbon.cudenver.edu/~mryder/augment.html
+http://teachingandlearningtogether.blogs.brynmawr.edu/thirteenth-issue-fall-2014/learning-through-partnership-in-assessment
+http://www.census.gov/population/projections/nation/summary/np-t3-c.txt
+http://www.newswatch.in/archives/newsblog/outrage-as-kazakh-leader-snapped-in-swimming-trunks.html
+http://www.itu.int/pub/D-REG-TTR.10-2008S
+https://elaw.murdoch.edu.au/issues/special/court_process.pdf
+http://www.commondreams.org/headlines04/0713-07.htm
+http://www.conam.gob.pe/cambioclimatico/CorbetPS
+www.guifi.net
+http://www.who.int/entity/malaria/world_malaria_report_2011/9789241564403_eng.pdf
+http://www.gp50.com/pdf/Application,%20Tech.%20Notes%20&%20Manuals/A5SL-TN4.00.pdf
+Availableonlineatwww.bats.ch/abstr/297intro.htm
+http://www.health.gov.au/casedefinitionsAccessedon27
+http://www.thejournal.ie/suleiman-magnificent-ottoman-em-pire-tv-series-1213006-Dec2013/
+http://www.javeriana.edu.co/ear/fac/documents/colisionaves.pdf
+http://lj.libraryjournal.com/2013/05/marketing/social-media-libraries-are-posting-but-is-anyone-listening
+http://www.genetix.univmontp2.fr/ge-netix/genetix.htm
+http://www.campus-oei.org/oeivirt/rie06a03.htm
+www.alz.org/dementia/types-of-dementia.asp
+http://dx.doi.og/10.1680/ensu.15.00033
+http://www.udir.no/Laringsmiljo/Bedre-laringsmiljo/Hjem-skole-samarbeid/Samarbeidet-mellom-hjem-og-skole/?read=1
+http://link.aps.org/doi/10.1103/PhysRevLett.110.012302
+http://www.openarchives.org/OAI/openarchivesprotocol.html
+http://students.jinr.ru/en/jinr2016-participants
+http://www.csis.or.id/papers/wpe054
+http://www.specware.org/
+http://arxiv.org/abs/1601.02141
+https://waterservices.usgs.gov/rest/Site-Ser-vice.html#outputDataTypeCd
+http://wciom.ru/index.php?id=459&uid=112077
+https://archive.org/details/bub_gb_HsEz9uP2IzwC/page/n5/mode/2up
+http://www.uml.org
+http://news.bbc.co.uk/2/hi/technology/3403605.stm
+http://fusion.net/story/195901/twitter-bots-spam-detection/
+fromwww.mahak-charity.org
+http://www.nvz-ziekenhuizen.nl
+http://www.tsn.org.tw/UI/H/H00201.aspx
+http://www.tbb.gov.tr/mevzuat/kanunlar/Avrupa_Yerel_Yonetimler_ozerklik_Sarti.pdf
+http://dblp.uni-trier.de/db/conf/icassp/icassp2012.html#SchusterN12
+http://www.caida.org/analysis/security/code-red/
+http://bit.ly/2OjhAya
+http://www.dnbgf.de/fileadmin/texte/Downloads/uploads/dokumente/2009/DAK_Gesundheitsreport_2009.pdf
+en.bookfi.net/book/1064503
+http://works.bepress.com/reneehobbs/13/
+http://www.jstor.org/stable/3833875Accessed
+http://www.servicecanada.gc.ca/eng/qc/job_futures/statistics/6453.shtml
+http://www.australiandoctor.com.au/news/84/Oc059f84.asp
+http://www.cms.hhs.gov/PQRI/downloads/2008PQRIMeasureSpecifications123107.pdf.Accessed
+https://collateralmurder.wikileaks.org
+http://networking.hpl.hp.com/s-cube/index.html
+http://aliweb.cern.ch/Offline/
+http://cis.nci.nih.gov/fact/6_40.htm
+http://qualitynet.org/dcs/ContentServer?c¼Page&pagename¼QnetPublic%2FPage%2FQnetTier2&cid¼1138900279093
+https://dialnet.unirioja.es/servlet/articulo?codigo=4777933
+http://www.siga.arquivonacional.gov.br/images/publicacoes/nobrade.pdf
+http://tvarka.lt/lt/apie-mus/seimo-rinkimu-programa-2016
+https://emj.bmj.com/content/34/6/357
+http://www.bi.go.id/id/Default.aspxETE
+http://aidsinfo.nih.gov/contentfiles/lvguide-lines/AdultandAdolescentGL.pdf
+https://www.usfa.fema.gov/data/library
+https://education.alberta.ca/admin/testing/diplomaexams.aspx
+http://works.bepress.com/david_smolin/doctype.html
+http://www1.nas.gov.ua/infrastructures/Legaltexts/nas/2006/regulations/OpenDocs/060630_183_an1.pdf
+http://www.24-horas.mx/entrega-consulado-mexicano-en-ny-mas-de-700-mil-dolares-a-afectados-por-huracan-sandy/
+http://reasoning.cs.ucla.edu/samiam/
+http://www.who.int/substance_abuse/terminology/abuse/en/
+www.dpa.gr/portal/page?pageid=33
+http://www.eric.ed.gov:80/PDFS/ED510968.pdf
+http://arthritis-research.biomedcentral.com/articles/10.1186/ar4091
+http://www.aksiyon.biz/detay.php?id=25080
+http://www.ncbi.nlm.nih.gov/pubmed/21947582
+http://www.uneca.org/adf/adfiv/adf_4_report_final_sml.pdf
+http://www.usdoj.gov/atr/icpac/finalreport.htm
+http://www.minedu.fi/export/sites/default/OPM/Julkaisut/2009/liitteet/opm46.pdfadresindenerişildi
+http://asemlllhub.org/fileadmin/www.asem.au.dk/LLL_Policies/Latvia_-_Ministry_of_Education_and_Science._Basic_guidelines_of_lifelong_learning_policy_for_2007_-_2013.pdf
+http://www.studentenwerke.de/se/2001/computernutzung.pdf
+www.cvt.dk/oaisem/docs/Hugo/Alroe_2004_Open_Archives.ppt
+www.cdc.gov/hepatitis/statistics/2017surveillance/index.htm
+http://kosis.kr/common/meta_onedepth.jsp
+http://hdl.handle.net/2381/39947
+http://ivotonet.xpg.uol.com.br/arquivos/TRABALHO_ASSOCIADO_REVOLUCAO_PROLETARIA.pdf
+http://www.ecfacilities.org./pubs/sanesschools,pcf
+http://iasg.iac.iastate.edu/index.php?page=cdc
+https://www.ncsbn
+http://www.cancer.org/acs/groups/content/@editorial/documents/document/acspc-044552.pdf
+http://www.psychomedia.it/jep/number3-4/yerushalmi.htm
+http://www.ufrgs.br/psiq/whoqol84.html
+http://www.movergs.com.br/numeros-setor
+www.unmillenniumproject.org/goals/gti.htm#goal3
+http://demoscope.ru/weekly/2011/0485/tema01.php
+http://www.goldcopd.org
+http://kirovohrad.legalaid.gov.ua.-Назвазекрана
+http://link.aps.org/doi/10.1103/PhysRevB.87.121402
+http://creativecommons.org/licenses/by/4.0/
+http://webarchive.nationalarchives.gov.uk/20110218141521/http://rds.homeoffice.gov.uk/rds/pdfs2/rdsolr14
+http://oca.ancine.gov.br/media/SAM/DadosMercado/Anuario2012-Versao-para-Publicacao-Reduzido.pdf
+http://www.algaebase.org
+http://lcdev.kek.jp/IDAG/ILDLoI.pdf/
+http://www.anjazwei.de/arbeiten.html
+www.dfa.ie/news-and-media/press-releases/press-release-archive/2015/june/opportunities-for-returning-emigrants/
+http://www.channelnewsasia.com/news/asiapacific/malaysia-hopeful-of/2156216.html
+http://www2.epa.gov/fera/apex-4-user-guides
+http://repository.upi.edu/3606/,diakses16Oktober
+http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html
+https://plato.stanford.edu/archives/fall2017/entries/creation-conservation.RichardA.Muller
+https://www.bbc.com/portuguese/geral-43561187
+http://group.bmj.com/group/rights-licensing/permissions
+http://www.bls.gov/oco/ocos007.htmValentine
+http://ecos.bok.or.kr
+https://perma.cc/72MN-CENQ
+http://www.kuess-die-uni-wach.de/downloads/virtualitaet/186_Studierenden-zentrierte_Dienstleistungen__Status_Quo_und_Potenziale_von_eHigherAdministration
+http://english.peopledaily.com.cn/constitution/constitution.html
+https://record.umich.edu/articles/ama-conference-shines-spotlight-medical-school-education
+http://www.eac-quality.net/fileadmin/eac_quality/user_documents/3_pdf/Microbiological_handbook_for_biogas_plants.pdf
+http://CRANR-projectorg/package=hopach
+http://www.thestar.com.my/.../health/2012/05/06/itchy-skin/
+http://www.ietf.org/rfc/rfc2246.txt
+http://www.ncbi.nlm.nih.gov/pubmed/18955667
+http://www.uscar.org/commands/files_download.php?files_id=364
+http://bibliotecadigital.fgv.br/dspace/handle/10438/14096.Acessoem
+http://www.gpec.ubc.ca/index.php?content¼software/imagej_plugin/index.php
+http://www.variant.org.uk/32texts/bourdieu32.html
+https://www.dovepress.com/by54.191.40
+http://www.vinduesvidensystem.dk/ruder.html
+http://mir-nauki.com/PDF/36PDMN116.pdf
+http://hortsci.ashspublications.org/content/38/1/140.full.pdf+html
+www.ams.org/mathscinet-getitem?mr=3105581
+http://www.cnpt.es/docupdf/InformeEncuesta08.pdf
+kyoto-u.ac.jp
+http://www.joe.org/joe/2002april/iw1.html
+http://www.uptodate.com16
+http://docs.lib.purdue.edu/clcweb/vol7/iss3/2
+http://www.bns.lt/topic/886
+http://www.urbantapestries.net
+http://newsreleases.mdsinc.com
+https://search.proquest.com/docview/1870686391?accountid=44932
+http://www.ers.usda.gov/data/unemployment/RDList2.asp?ST=MI
+http://www.icj-cij.org/docket/files/143/16883.pdf
+www.fpri.org/enotes/20050119.military.noonan.citizensoldier.html
+https://tinyurl.com/ycxnj62l
+https://www.R-project.org/
+http://mmbr.asm.org/cgi/doi/10.1128/MMBR.00052-12
+http://creativecommons.org/licenses/by/4.0/
+http://tree.bio.ed.ac.uk/software/gtree
+http://dohcolonoc.ru/
+http://www.volvoce.com/constructionequipment/na/en-us/products/wheelloaders/wheelloaders/L220G/Pages/specifications.aspx
+http://www.jornaldelondrina.com.br/online/conteudo.phtml?tl=&id=990030&tit=Cofercatu-vende-destilaria-por-R-82-milhoes-para-o-Grupo-Alto-Alegre
+http://www.socalgas.com/.../
+http://omlcogiedu/spectra/hemoglobin/indexhtml
+http://www.un.org/disabilities/documents/convention/convoptprot-e.pdf
+http://www.cochrane.org/resources/handbook/Handbook4.2.6Sep2006
+https://eslint.org/blog/2018/07/postmortem-for-malicious-package-publishes
+www.pediatrics.org/cgi/content/full/105/1/e7
+http://nac.unl.edu/documents/workingtrees/brochures/wta.pdf
+http://labs.icb.ufmg.br/lbem/pdf/retrato.pdf
+http://computer.org/publications/dlib
+http://www.treasury.gov.uk/docs/2001/mynersreport0602.html
+http://www.msmagazine.com/spring2005/wellscollege.asp
+http://linkinghub.elsevier.com/retrieve/pii/S0140196316300076
+http://www.commerce.senate.gov/public/?a=Files.Serve&
+www.oecd.org/newsroom/39700724.pdf
+http://www.samhsa.gov/data/
+BBCNews.news.bbc.co.uk/2/shared/bsp/hi/pdfs/08_03_10_BBC_internet_poll.pdf
+https://phys.org/print404656908.html
+http://www.awf.or.jp/4/un-01.html
+http://www.planalto.gov.br/ccivil_03/Constituicao/Constituicao.htm
+http://phtv.ifeng.com/phoenixtv/74608461014368256/20060915/887936.shtml
+http://www.nobelprize.org/nobel_prizes/literature/laureates/1949/faulkner-speech.html
+http://www.who.int/countryfocus/cooperation_strategy/ccs_irn_en.pdf
+http://www.ct.edu/files/opr/A_20120127.pdf
+http://www.heartland.org/Article.cfm?artIdϭ19077
+https://www.psyctc.org/stats/rcsc1.htm
+http://www.ee.washington.edu/trsearch/pstca/
+http://www.tandfonline.com/doi/abs/10.1080/16184742.2015.1108990
+www.vox-poetica.org/t/articles/dulong.html
+www.impactjournals.com/oncotarget
+http://circheartfailure.ahajournals.org/content/5/1/87
+http://crisp.cit.nih.gov
+Dictionary.com.2019.www.dictionary.com/browse/consumerism.Accessed
+http://ir2.nul.nagoya-u.ac.jp/jspui/handle/2237/15076
+http://www.agricultura.gov.br/vegetal/culturas/cana-de-acucar
+http://www.bbc.com/mundo/noticias/2015/03/150312_cultura_hombre_destruye_budas_bamiyan_egn
+http://www.who.int/topics/public_health_surveillance/en/.Accessed30
+http://www.citigroup.com/citi/citiforcities/pdfs/hotspots2025.pdf
+http://gesto.to.gov.br/uc/52/
+http://www.pops.int/TheConvention/ThePOPs/TheNewPOPs/,lastaccess
+https://cloudstats.me/2015/08/08/open-source-server-monitoring-tools-cacti-zabbix-nagios/
+http://www.itk.ntnu.no/sil
+https://www.udacity.com/
+https://books.google.co.in/books?isbn=1101610484
+http://jama.jamanetwork.com/article.aspx?articleid¼185547
+http://bibvirt.futuro.usp.br
+http://ectacenter.org/partc/partcdata.asp
+https://europa.eu/european-
+https://bit.ly/2XkO8ux
+http://www.kazgik.ru/kcontent/main/conference_competition/Problemy%20i%20perspektivy/3/3_3.pdf
+http://australianhumanitiesreview.org/2004/04/01/the-ecological-humanities-in-action-an-invitation/
+http://books.google.com.co/books?id=vb82_FGCbgcC&printsec=frontcover&dq=related
+http://www.prosint.com.br/prosint.htmeCotaçãodemetanolencaminhadaem2009
+http://www.math.uni-leipzig.de/∼frey/publications-frey.html
+https://www.ema.europa.eu/documents/product-information/kineret-epar-product-information_en.pdf
+http://tracebase.nmsu.edu/tracebase.html
+https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/xtb/xtb
+http://www.turismo.gov.br/turismo/o_ministerio/embratur/.Acessoem:21abr
+http://www.jstor.org/stable/3178274
+http://www.fao.org/docrep/004/t0582e/T0582E06.htm
+www.emeraldinsight.com/reprints
+https://www.gov.uk/dfid-research-outputs/linking-rural-communities-with-health-services-assessing-the-effectiveness-of-the-ambulance-services-in-meeting-the-needs-of-rural-communities-in-west-africa-final-report
+http://creativecommons.org/licenses/by/4.0/
+www.nrcs.usda.gov/fea-ture/outlook/Soil%20Quality.pdf
+http://jhr.ssu.ac.ir
+http://www.intel.com/ial/3dsoftware/index.htm
+http://www2.law.columbia.edu/fagan/courses/law_socialscience/documents/Spring_2006/Class%202-Origins%20of%20Social%20Science%20Law/Crenshaw_Foot%20in%20the%20Closing%20Door.pdf
+http://www.consecol.org/vol6/iss2/art10
+https://cran.r-project.org/web/packages/coxme/index.html
+http://www.mi.uni-erlangen.de/approx/
+www.econrsa.org/system/files/workshops/papers/2015/saibu.pdf
+http://delos-noe.iei.pi.cnr.it/activities/in-ternationalforum/Joint-WGs/digitalimaging/DigitalImaging.pdf
+http://www.nec.com/en/global/prod/nw/pasolink/products/ipasolinkEX.html
+http://www.arxiv.org/abs/cs.GT/0609112
+http://www.inca.gov.br.Acessoem18abrilde
+http://www.tpc.org/tpch/
+http://arxiv.org/abs/1501.03268
+http://bit.ly/37AL3et
+http://www.oecd.org/dataoecd/12/54/48321781.pdf.Accessed1
+http://www.ucl.ac.uk/clinical-psychology/CORE/Docs/physical-health-conditions-competences/Working%20with%20physical%20health%20conditions%20Background%20document%20for%20web%2013th%20April%202015.pdf
+http://nces.ed.gov/ipeds/pdf/webbase2003/grs_2yr_form.pd
+http://www.portalseer.ufba.br/index.php/entreideias/article/view/2920/2087Acesso18/06/2014
+http://jabar.tribunnews.com/2015/02/04/bps-mencatat-tamu-lebih-lama-menginap-di-hotel-berbintang
+www.hdnet.org/library/icaap2005.pdf
+http://www.cee-recherche.fr/publications/ouvrages/la-vie-professionnelle
+http://tobaccodocuments.org/product_design/2029213006-3018.html
+http://www.greenpeace.de/fileadmin/gpd/user_upload/themen/atomkraft/Kurzgutachten-endlagersuchgesetz.Pdf
+http://teses.eps.ufsc.br/defesa/pdf/10429.pdf
+http://www.abcsem.com.br/docs/pesquisa_mercado_2009.pdf.Acessoem
+http://www.planalto.gov.br/ccivil_03/leis/L9394.htm
+https://www.dovepress.com/by207.241.231
+https://EconPapers.repec.org/RePEc:iwt:rerpts:h024897
+http://www.urban.org/url.cfm?ID=411676
+http://www.symantec.com/press/2005/n050321.html
+http://www.cebm.net/oxford-centre-evidence-based-medicine-levels-evidence-march-2009/
+http://www.abgfh.com/images/content/geschaeftsberichte/GB_2013.pdf
+http://arxiv.org/abs/1210.0015
+bce.unb.br/índex.php/revistapos/issue/current.Acessoem:18/09/2014
+http://www.ala.org/tools/future/trends/collectiveimpact
+http://www.comp.nus.edu.sg/∼qinsc/papers/safety.ps.gz
+http://www.jbc.org/content/258/21/12886
+https://periodicos.ufpe.br/revistas/pedaletra/article/view/231811/25955
+http://www.iep.utm.edu/pacifism/
+http://g1.globo.com/tecnologia/tem-um-aplicativo/noticia/2014/08/aplicativo-secret-permite-contar-segredos-anonimamente-e-vira-hit.html.Acessoem20maio
+sscnet.ucla.edu/polisci/faculty/trachtenberg/syllabi,lists/2009/walt09.pdf
+http://www.etiksempozyumu.sakarya.edu.tr/etik/3.1/1Omurgonulsen.pdf
+http://www.scielo.br/scielo.php?pid=S0044-59672008000400029&script=sci_arttext
+http://scielo.sld.cu/scielo.php?script=sci_arttext&
+http://www.ijponline.net/content/41/S2/A32
+http://codahale.com/you-cant-sacrifice-partition-tolerance
+www.pkfc.com/en/pkf-hr/
+http://europa.eu.int/comm/enterprise/enterprise_policy/sme_definition/index_en.htm
+http://www.jiscinfonet.ac.uk/infokits/mergers-restructures/overview
+http://urppchusj.com-doi:10.18163/urppchusj2014110601
+https://www.nytimes.com/2020/04/23/world/europe/coronavirus-R0-explainer.html
+http://epi.publichealth.nc.gov/cd/lhds/manuals/tb/toc.html
+https://www.nls.uk/media/1190455/2015-strategy.pdf
+https://elibrary.ru/item.asp?id=14947953
+http://www.vietnamun.org/en/vnun.php?id=243
+http://www.oecd.org/edu/skills-beyond-school/educationataglance2011oecdindicators.htm
+https://github.com/seanhwhsu/PXMD.SUPPLEMENTARYMATERIALSwww.sciencemag.org/content/362/6410/eaat3185/suppl/
+http://theses.univ-lyon2.fr/documents/lyon2/2015/nomine_jc/pdfAmont/nomine_jc_these.pdf
+http://nettskolen.nki.no/in_english/megatrends/Book3.pdf
+http://pure.au.dk/portal/files/32302046/0003088.pdf
+http://purl.oclc.org/estimates
+http://www.windpower.dk/faqs.htm
+www.hesmo.gr/sites
+http://orcid.org/0000-0001-9574-8211
+http://www.teses.usp.br/teses/disponiveis/22/22131/tde-31052005-163355/pt-br.php
+ec.europa.eu/regional_policy/ro/atlas/programmes/2014-2020/cyprus/2014cy05m9op001
+https://echa.europa.eu/documents/10162/661bff17-dc0a-4475-9758-40bdd6198f82
+http://philpapers.org/rec/SMIJNA-2
+https://www12.senado.leg.br/noticias/materias/2017/10/25/cpi-da-previdencia-aprova-relatorio-final-por-unanimidade.Acessoem
+https://cyberleninka.ru/article/n/the-basics-of-religious-cultures-and-secular-ethics-in-lifelong-education-specifics-of-the-new-course
+http://revalue.mx/revista/index.php/revalue/article/view/110
+http://viceroy.eeb.uconn.edu/estimates
+https://www.nytimes.com/2015/04/02/us/verdict-reached-in-atlanta-school-testing-trial.html
+http://eprint.iacr.org/
+http://www.ngoforum.org.kh/Development/Docs/doc.htm
+http://www.planalto.gov.br/ccivil_03/Leis/L6404consol.htm
+http://aulavirtual.ig.conae.gov.ar/moodle/pluginfile.php/512/mod_page/content/38/Lanfri_M_etal.pdf.Consultadoenenerode
+http://www.welt.de/autor/joerg-eigendorf/
+http://www.interscience.wiley.com
+http://www.revistaparadigma.org.ve/Doc/Paradigma991/Art4Santiago.htm
+http://studentorgs.utexas.edu/salsa/proceedings/2004/Noy.pdf
+http://www.jstor.org/stable/2426763
+www.sidra.ibge.gov.br
+https://ecis.jrc.ec.europa.eu/
+https://www.ncbi.nlm.nih.gov/pubmed/27733181
+http://www.policemisconduct.net/statistics/2010-annual-report/
+http://www.nytimes.com/2008/10/26/nyregion/26dorfsman.html?_r=0
+https://www.preprints.org/manuscript/201802.0040/v10
+http://www.facmed.unam.mx/eventos/seam2k1/
+http://www.stryker.com/emea/Products/Orthopaedics/KneeReplacement/Primary/
+http://gamasutra.com/features/20060810/ruberg_01.shtml
+http://www.isprs.org/proceedings/XXXVIII/
+http://www.webcitation.org/62FJpzCr9
+http://CRAN.R-project.org/package¼labdsv
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4100461/
+http://www.cnbc.com/2016
+http://www.jgi.doe.gov/programs/comparative/Mito_top_level.html
+http://www.who.int/pmnch/knowledge/publications/201112_essential_interventions/en/
+https://pixelprivacy.com/resources/browser-fingerprinting/
+https://physics.nist.gov/asd
+http://ssrn.com/abstract=2116876
+http://www.globalenvision.org\\library\\8\\567
+http://www.illustratedfirstworldwar.com/item/the-dardanelles-torpedo-exploit-submarine-b-11s-fine-feat-iln0-1914-1219-0006-001/#
+http://www.ncbi.nlm.nih.gov/pubmed/15933245
+https://periodicos.ufsc.br/index.php/politica/article/viewFile/2175-7984.2009v8n14p27/10954
+https://twitter.com/khamenei_ir/status/531366667377717248/photo/1
+https://ssrn.com/abstract=2625952
+http://ieeexplore.ieee.org/ie15/7649/2O882/OO969321.pdf
+http://CRANR-project.org/package=survival
+https://sentinel.esa.int/documents/247904/685211/Sentinel-2_User_Handbook779
+https://www.photovoltaik-shop.com/batterie-axistorage-li-7s-for-sma.html
+http://159.121.125.11/gis/gisatlas.html
+http://ksghome.harvard.edu/~drodrik/obsession.PDF
+https://www.pwc.at/de/publikationen/verschiedenes/artificial-intelligence-in-hr-a-no-brainer.pdf
+http://www.poliittinentalous.fi/mita-on-uusliberalismi/Vierailtu23.4.2016
+http://data.europa.eu/eli/dec/1987/600/oj
+http://www.w3.org/TR/rdf-sparql-query/
+http://www.ordenjuridico.gob.mx/leyes.php
+http://projectglad.com
+http://leed.usgbc.org/leed.html
+http://www.epa.gov/ncea/efh/pdfs/efh-complete.pdf
+https://www.grain.org/article/entries/5034-oil-palm-production-in-west-and-central-africa
+https://sites.google.com/site/robertonaldi/research-interests/aerial-robotics
+http://evansmurphy.wix.com/evansspatial
+http://ua-ekonomist.com/archive/2014/11/Ramazanov.Pdf
+https://cyberleninka.ru/article/n/obrazy-frazeologizmov-voennogo-proi-shozhdeniya-na-materiale-russkogo-i-nemetskogo-yazykov
+https://hal.sorbonne-universite.fr/hal-01277387
+http://aspe.hhs.gov/poverty/07poverty.shtml
+http://www.ng.ru/world/2015-10-07/8_usa.html
+http://www.qj.net/pc-gaming/featured-articles/renpy-visual-novel-engine-make-your-own-visual-novel-dating-sim.html,diaksesterakhirtanggal3Agustus
+http://farmandari-babol.ir/
+http://www.eecs.harvard.edu/cs199r/fp/RichJoe.pdf.Accessed21
+uni-bonn.de
+https://scholarsarchive.byu.edu/etd/3973
+http://www.rfc-editor.org/info/rfc6372
+http://www.usahaproperti.com/archives/
+http://urn.fi/URN:NBN:fi
+http://www.healthservices.gov.bc.ca/cpa/publications/innovations/elainegallagher.pdf
+http://redglobal.edu.uy
+http://www.eui.eu/Research/Library/ResearchGuides/Economics/Statistics/DataPortal/DReMM.aspx
+http://data.un.org/CountryProfile.aspx?crName=Saudi%20Arabia
+http://www.cchla.ufrn.br/humanidades/ARTIGOS/GT38/O%20ENSINO%20DE%20ESPANHOL%20NA%20EDUCACAO%20BASICA%20BRASILEIRA%20UMA%20RETROSPECTIVA%20HISTORICA
+http://www.oup.com/elt/catalogue/teachersites/oald7/oxford_3000/oxford_3000_list?cc=gb
+http://www.who.int/fctc/implementation/news/news_Fin/en/
+http://www.businessdayng.com/foreign-investors-withdraw-n793bn-from-stock-market
+http://hdl.handle.net/11213/7668
+http://www.bibb.de/dokumente/pdf/a1_bwp_spezial_08_2003_hermann-schmidt-preis.pdf
+www.library.upnvj.ac.id/pdf/.../Abstrak.pdf.pdf
+http://yann.lecun.com/exdb/mnist/
+http://www.ucm.es/info/zoo/Artropodos/Catalogo.pdfActualizacióndemayode
+http://www.theglobeandmail.com/news/world/un-peacekeepers-sexually-abused-98-girls-in-central-african-republic-group-says/article29469521/
+http://heart.bmj.com/
+http://www.nuffieldtrust.org.uk/sites/files/nuffield/publication/Effectiveness_and_Efficiency.pdf
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2406047
+http://www.gaincc.org/_data/files/Psychometrics_and_Publications/Resources/Regional_Norms.xls
+https://code.google.com/p/deep-learning-faces/
+http://www.sensis.com.au/Internet/static_files/smeiypbibi_jul02.pdf
+http://www.cbc.ca/news/politics/canada-levels-new-sanctions-against-ukrainian-rebel-leaders-russian-firms-1.2717206
+http://dailyiowan.lib.uiowa.edu/DI/1961/di1961-01-31.pdf
+http://www.dgtelemed.de/de/telemedizin/,zugegriffenam17.03
+http://edocket.access.gpo.gov/2008/pdf/08-1135.pdf
+http://informationr.net/ir/11-4/paper272.html
+http://arxiv.org/abs/1303.3997
+http://www.bajacalifornia.gob.mx/
+http://altmetrics.org/manifesto/
+https://ams.confex.com/ams/pdfpapers/112727.pdf
+http://www.pubs.ext.vt.edu/350/350-052/350-052.html
+https://www.ncbi.nlm.nih.gov/pubmed/18799177
+http://www.aoa.gov/AoARoot/Aging_Statistics/future_growth/future_growth.aspx#age
+www.gestiopolis.com/recursos/documentos/fulldocs/eco/asp-criticosdescentralizacion.htm
+http://www.optioncity.net/publications.htm
+https://www.researchgate.net/publication/242084249_A_Greater_Role_for_Cultural_Diplomacy
+https://reliefweb.int/report/mongolia/mongolia-s-air-pollution-crisis-call-action-protect-children-s-health
+http://ode.apache.org/
+https://goo.gl/EjXBVz
+http://www.abed.org.br/congresso2010/cd/352010000839.pdf.Acessoem
+https://www-fourier.ujf-grenoble.fr/sites/ifmaquette.ujf-grenoble.fr/files/hassett2.pdf
+http://www.stata-journal.com/sjpdf.html?articlenum=st0099
+https://www.reframehealthlab.com/a-re-think-of-the-way-we-drink/
+http://gradworks.umi.com/34/50/3450302.html
+https://revistas.fee.tche.br/index.php/ensaios/article/view/2046/2428
+http://www.nap.edu/catalog/10925/dietary-reference-intakes-for-water-potassium-sodium-chloride-and-sulfate
+http://www.natur.gl/fisk-og-skaldyr/fisk/hellefisk/forvaltningen-af-det-kystnaere-fiskeri-af-hellefisk-og-de-svaere-spoergsmaal/
+http://www.fordiac.org
+http://www.aarp.org/ppi/issues/livable-communities/info-2015/livability-index.html
+http://www.nytimes.com/2014/08/06/business/target-puts-data-breach-costs-at-148-million.html
+https://medium.com/@riorealblog/corruption-in-rio-de-janeiro-92d6e02db1a1#.14i31h2
+http://www.cdc.gov/od/science/integrity/phethics/panFlu_Ethic_Guidelines.pdf.Accessed
+http://www.nccn.org/professionals/physician_gls/f_guidelines.asp
+http://www.swc-cfc.gc.ca/pubs/pub-spr/0662420683/200511_0662420683_e.html
+https://www.ipcc.ch/pdf/
+http://grants.nih.gov/grants/guide/notice-files/NOT-OD-05-022.html
+http://www.pirika.com/chem/Experiment/EXP.htm
+https://www.ipsos.com/pt-br/perigos-da-percepcao-2017.Acessadoem:30out2018
+http://www.bic.mni.mcgill.ca/brainweb/
+http://cebrap.org.br/bv/index.php?r=acervos/busca
+http://opencores.org/or1k/Architecture_Specification#Download_OR1K_1.0_Specification
+http://www.questia.com/library/1G1-76133453/predicting-corporate-failure-when-cash-flow-is-king
+http://www.ibge.gov.br/home/geociencias/geografia/default_div_int.shtm?c=1
+http://www.faes.org.br/downloads/livro_do_professor2.pdf#page=66
+http://apps.who.int/medicinedocs/en/d/Jh2992e
+http://openurl.ingenta.com/content?genre=article&genre=
+https://www.youtube.com/watch?v=onWQDyYi9II
+calm.cla.org.uk
+http://wac.colostate.edu/atd/reviews/cccc2006/c24.cfm
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2015074
+http://wikimediafoundation.org/w/index.php?title=FAQ/en&oldid=82148
+https://www.worldbank.org/en/topic/universalhealthcoverage/publication/delivering-quality-health-services-a-global-imperative-for-universal-health-coverage.WHO2018
+http://www.bestplaces.net/
+http://www.diginfo.tv/v/12-0140-n-en.php
+https://idus.us.es/xmlui/handle/11441/17078
+https://www.gov.uk/government/speeches/michael-gove-to-the-education-world-forum
+http://www.wingsguate.org/our-work/
+https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/ALQ.htm
+http://www.atsdr.cdc.gov/toxprofiles/phs61.html
+https://caricom.org/media-center/communications/statements-from-caricom-meetings/declaration-of-port-of-spain-uniting-to-stop-the-epidemic-of-chronic-ncds.Accessed1
+http://creativecommons.org/licenses/by-nc/3.0/pl/
+https://www.southcentre.int/investment-policy-brief-8-march-2017/
+https://www.huffingtonpost.com/entry/women-china-
+http://www.sensorsportal.com
+http://htk.eng.cam.ac.uk
+http://wikileaks.org/plusd/cables/08BRASILIA1301_a.html
+http://www.batcon.org/discover/ffecon3.html
+http://arxiv.org/abs/1409.0575
+http://gis.esri.com/library/userconf/proc01/professional/papers/pap600/p600.htm.Accessedon
+http://arxiv.org/abs/1402.5166
+https://www.dovepress.com/by54.191.40
+https://www.hacettepe.edu.tr/toplumsalsorumluluk/icerik/HUKSAMProje_Sunum_071117.pdf.Accessed14
+http://ajp.psychiatryonline.org/doi/pdf/10.1176/ajp.156.11.1736
+http://jama.jamanetwork.com/data/Journals/JAMA/4692/JOC81641.pdf
+http://www.omg.org/
+http://www.epa.gov/
+http://www.grzyby.pl/czerwona-lista-Aphyllophorales.htm
+http://base.garant.ru/12138258/#ixzz41gbpboki
+http://www.genome.gov/gwastudies/
+https://www.ibm.com/internet-of-things/
+http://www.macleans.ca/news/canada/welcome-to-winnipeg-where-canadas-racism-problem-is-at-its-worst/
+www.trafitec.dk
+http://www.reuters.com/article/us-latvia-threat-idUSKBN0M823L20150312
+http://www.lpa.gov.lb/pdf/Vol%202%20National%20Contingency%20Plan%20%20SEA%20for%20Petroleum%20Activities.pdf
+ArmandColinDocumentdownloadedfromwww.cairn-int.info
+https://conan2.iwr.uni-heidelberg.de/old-site/teaching/phlr_ws2015/lecture02.pdf
+https://clinicaltrials.gov/ct2/show/NCT02047981?term=MORDOR&rank=1
+http://www.R-project.org/
+http://www.nccn.org/professionals/physician_gls/pdf/anemia.pdf
+https://icer-review.org/material/pcks9-inhibitors-neu/
+http://www.portalseer.ufba.br/index.php/revistaici/article/view/2661/2166
+http://www.who.int/reproductivehealth/publications/intrapartum-care-guidelines/en/.Published2018
+http://math.rice.edu/∼hassett/papers/GroebnerGIT/stabcomp.pdf
+https://www.britannica.com/topic/decolonization
+http://www.cs.uu.nl/groups/ST
+https://www.imf.org/external/pubs/cat/longres.aspx?sk=40197.0
+http://www.republicart.net/disc/publicum/fraser01_en.pdf
+http://arxiv.org/abs/0910.5001
+http://whitespaces.msresearch.us/
+https://mathbitsnotebook.com/Algebra1/StatisticsData/STSD.html
+http://zakon.rada.gov.ua/laws/show/3099-14/conv
+https://pertaniupgjatim.wordpress.com/2012/07/12/latar-belakang-sistem-resi-gudang/
+https://ua.energy/wp-content/uploads/2017/10/Zvit-z-otsinky-vidpovidnosti-dostatnosti-generuyuchyh-potuzhnostej.pdf
+https://www.usability.gov/how-to-and-tools/methods/system-usability-scale.html
+http://www.catalyst.org/knowledge/pipelines-broken-promise
+http://tree.bio.ed.ac.uk/software/figtree/
+http://www.asblcefa.be/cefa/images/pdf/crisegoffin.pdf
+http://news.bbc.co.uk/2/hi/health/8261496.stm
+https://www.england.nhs.uk/wp-content/uploads/2013/06/b13-neurofib-2.pdf
+http://basenacionalcomum.mec.gov.br/wp-content/uploads/2018/04/RESOLUCAOCNE_CP222DEDEZEMBRODE2017.pdf.Acessoem
+http://hortsci.ashspublications.org/cgi/reprint/45/3/418
+http://www.cssr.uct.ac.za/sites/cssr.uct.ac.za/files/Constitution%20Tanzania.pdf
+http://www.cs.usfca.edu/~jbovet/vas.html
+https://www.dow.com/en-us/building
+www.javaseries.com/rtj.pdf
+http://ec.europa.eu/world/enp/pdf/com_11_303_en.pdf
+http://www.nhslcg.scot.nhs.uk/wpcontent/uploads/2019/08/Intramuscular_Medication_for_Acute_Behavioural_Disturbance_Mental_Health__Learning_Disability_Inpatient_Services.pdf
+https://www.law.cornell.edu/wex/equal_protection
+http://writing.upenn.edu/epc/authors/goldsmith/works/stein.pdf
+https://www.cimaglobal.com/research
+http://www.whitehouse.gov/sites/default/files/microsites/ostp/PCAST/amp20_report_final.pdf
+http://www.dtcenter.org/met/users/docs/users_guide/MET_Users_Guide_v5.0.pdf
+http://bbf.enssib.fr
+http://indigo.ie/~mscott/
+http://www.cosmin.nl/cosmin_checklist.html
+http://sisc.ro/sistemul-de-invatamant-superior-romanesc-si-procesul-bologna/
+http://www.rheinkalk-kdi.de/File/Kalk-und-Schwermetalle.pdf.LetzterZugriff21.01
+http://proquest.umi.com/pqd-web?did=05685101&sid=13&Fmt=3&cl
+www.ncss.com
+http://europa.eu/pol/cfsp/index_en.htm
+http://doi.apa.org/journals/ccp/68/4/624.html
+http://refhub.elsevier.com/S1607-551X(13)00192-7/sref5
+http://www.maweb.org/es/Reports.aspx#Consultadoenmayode2010
+http://www.vachss.com/av_dispatches/disp_9408_a.html
+http://www.nature.com/news/physicists-find-new-particle-but-is-it-the-higgs-1.10932
+http://cmsweb.cern.ch/phedex/prod/
+https://www.merdeka.com/peristiwa/djarot-jangan-sampai-kita-ditekan-oleh-malaysia.html
+http://www.un.org/popin/unfpa/taskforce/guide/iatfreph.gdl.html
+http://www.nat-hazards-earth-syst-sci.net/1/119/2001/
+http://whqlibdoc.who.int/hq/2006/WHOHTMTB2006.371eng.pdf
+http://esaj.tjce.jus.br.Acessoem
+https://greenbuildingcanada.ca/green-building-guide/green-building-certifications-rating-systems-canada/
+http://www.sciencedirect.com/science/article/pii/S0168583X1300308X
+http://www.sgci.mec.es/redele/revista2/cantero_arriba.shtml
+http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/1481/1396
+http://www.apple.com/macosx
+https://unfccc.int/national_reports/non-annex_i_natcom/items/2979.php
+http://www.zigbee.org
+https://www.nae.edu/projects/casee/generalinformation/overview.aspx
+https://www.ecb.europa.eu/pub/pdf/other/bankingstructuresreport201410.en.pdf
+http://en.wilkepedia.org/wiki/Scanningelectronmicroscope102
+http://www.secg.org/collateral/compressedecc.pdf
+http://epaper.kek.jp/d09/papers/tupd26.pdf
+http://www.tomsguide.com/us/best-3D-printers,review-2236.html
+http://stephenbodio.blogspot.com/2010_11_01_archive.html
+http://www.cic.unb.br/docentes/pedro/trabs/ICP.htm
+http://gking.harvard.edu/stats.shtml
+http://www.bena.com/ewinters/local.htmlWorldInformation
+http://www.bvsde.paho.org/texcom/revneuropsiquiatr/LBarraquer-Bordas.pdf
+http://www.yok.gov.tr/content/view/435/
+http://www.top100-business-blogs.de/top100/tops
+http://www.nhs.uk/conditions/post-traumatic-stress-disorder/pages/introduction.aspx
+http://dx
+http://www.nationalgrid.com/uk/Electricity/Data/Demand+Data/
+http://www.clr-online.com/CLR20152016-Table-of-Cutoff-Toxicity-DOA.pdf
+http://www.auc.ab.ca/utility-sector/rates-and-tariffs/Pages/MonthlyRegulatedRateOptionRates.aspx
+http://ftp.aip.org/epaps/journ_acoust_soc/E-JASMAN-129-024103/readme.html
+http://www.insidethegames.biz/olympics/summer-olympics/2020/8146-india-should-not-bid-for-olympics-says-sports-minister
+http://seer.ufms.br/index.php/revgeo/article/view/2573/2347.Acessoem
+http://www.revistalatinacs.org/
+http://www.spendenrat.de/wp-content/uploads/2017/02/Bilanz_des_Hel-fens_2017.pdf
+http://vocesurgentes.codigosur.net/leer.php/3369674.html
+http://www.jstor.org/stable/30015546
+http://www.stage-gate.com/resources_stage-gate_openinnovation.php
+http://www.reactiontheory.org/
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0037-86821992000300001&lng=en&nrm=iso&tlng=en
+http://www.european-agency.org/about-us/key-documentsonthe25
+http://www.ccoo.es/csccoo/menu.do?Informaci%C3%B3n%3APublicaciones
+http://www.ncbi.nlm.nih.gov/pubmed/12815062
+http://www.geomednews.org/6
+http://www.business.otago.ac.nz/TOURISM/research/electronicpubs/delphi/index.html
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0034-76122009000600006
+http://www.sd.qld.gov.au/dsdweb/v3/guis/templates/content/gui_cue_cntnhtml.cfm?id=1092
+http://www.oxforddictionaries.com/
+Availableatwww.cia.gov/library/publication/theWorldfact-book/geos/ni.hmtl
+http://www.jbc.org/content/272/13/8145
+http://loinc.org
+http://earthquake.usgs.gov/research/monitoring/anss/
+https://karina-yem.livejournal.com/426984.html
+https://www.epi.org/files/2013/wage-stagnation-in-nine-charts.pdf
+http://tribune.com.pk/story/437496/nuclear-proliferation-ppp-denies-aq-khans-allegations/
+http://www.mfa.gov.il/MFA/Terrorism-+Obstacle+to+Peace/Palestinian+terror+since+2000/Victims+of+Palestinian+Violence+and+Terrorism+sinc.htm
+https://academicjournals.org/article/article1379677812_Karaman.pdf
+http://epublishing.ekt.gr|e-Publisher:EKT|Downloadedat20/07
+http://pepsic.bvsalud.org/pdf/avp/v13n3/v13n3a11.pdf
+http://e-fas.org
+http://doi.wiley.com/10.1002/9780813818832.ch13
+news-sv.aij.or.jp/tkankyo/s5/guideline.html
+http://faostat.fao.org
+https://www.nia.nih.gov/health/alzheimers
+https://www.R-project.org/
+http://www.regulations.gov/#!documentDetail;D=EPA-HQ-OPPT-2009-0156-0006
+http://www.bankofcanada.ca/en/rates/exchange-avg.html
+http://www.oxfordlearnersdictionaries.com/definition/english/fairness
+http://www.ann-geophys.net/25/303/2007/
+http://doku.iab.de/veranstaltungen/2012/field_2012_Rosholm_pres.pdf
+http://www.ingber.com/asa92saga.ps.gz
+http://www.ncbi.nlm.nih.gov/pubmed/28198706
+https://www.cs.ucsb.edu/~ravenben/publications/pdf/interaction-eurosys09.pdf
+http://www.buildingsplatform.eu
+http://www.brapci.inf.br/_repositorio/2010/12/pdf_4520d684ee_0014017.pdf
+http://dx
+http://www.idf.org/diabetesmellitusatlas
+http://siau.edunet.sp.gov.br/ItemLise/arquivos/52_14.HTM
+http://www.ceaa.gc.ca/050/DocHTMLContainer_e.cfm
+http://hdl.handle.net/10198/13176
+http://creativecommons.org/licenses/by/4.0/
+http://www.fcampalans.org/imagenes/noticias//frc17_gutie-rrezrubi.pdf
+http://www.juntadeandalucia.es/servicioandaluzdesalud/contenidos/publicaciones/datos/321/html/Capsaicina%20parches%20dolor%20neuropatico.pdf
+http://dl.klima2008.net/ccsl/koomey_long.pdf
+https://www.ft.com/content/26270ef4-0a35-11e7-97d1-5e720a26771b
+http://thediplomat.com/2015/04/china-makes-its-case-for-a-global-military/
+http://www.agsci.ubc.ca
+http://genesis.revues.org/1363
+http://www.ncbi.nlm.nih.gov/pubmed/25005690
+https://www.learner.org/courses/physics/unit/text.html?unit=3&secNum=7.Accessed
+https://revistachasqui.org/index.php/chasqui/article/view/2138
+http://en.wikipedia.org/wiki/David_Henderson_
+https://wwwcdcgov/cancer/breast/basic_info/risk_factorshtm.Accessed9
+http://www.uel.br/eventos/cinf/index.php/secin2013/secin2013/paper/view/107/102
+https://bit.ly/388lV0i22/08/2018
+http://blog.oliverparson.co.uk/2012/06/public-data-sets-for-nialm.html
+http://www.hesa.ac.uk/index.php/component/option.com_datatables/task
+http://www.nature.go.kr/
+https://cadernosdoceas.ucsal.br/index.php/cadernosdoceas/article/view/117.Acessoem17deoutubrode
+1.5031981.Diunduhdariwww.researchgate.net
+www.ifremer.fr/sismer/program/medar/
+https://www.nejm.org/doi/full/10.1056/NEJMc1913069
+http://news.bbc.co.uk/2/hi/asia-pacific/3991305.stm
+pdfs.semanticscholar.org
+https://gw4openaccess.files.wordpress.com/2015/11/open-access-good-practice-project-gw4-offset-implementation-review-v3.docx
+http://www.mathi.uni-heidelberg.de/∼weissaue/papers.html
+http://www.worldsummit2003.de/en/web/375.htm
+http://www.biomedcentral.com/1741
+http://www.cooperativismo-decredito.com.br/noticias/labels/SICREDI.html
+http://www.wildlandhydrology.com/assets/Streambank_erosion_paper.pdf
+http://brasileirinhos-apbc-bcn.blogspot.com.es/
+http://arxiv.org/abs/1803.00658
+http://www.defence.gov.au/minister/92tpl.cfm?CurrentId=9226
+http://www.telam.com.ar/notas/201305/17991-videla-perfil-de-un-genocida.html
+http://www.trefis.com/
+https://ec.europa.eu/energy/sites/ener/files/documents/2014_iem_communication_annex6_0.pdf
+www.breeam.org
+https://pronpz.ru/pechi/konstruktiv.html
+http://www1.folha.uol.com.br/fsp/mais/fs2706200407.htm
+http://www.mfa.gov.tr/tehlikeli-atiklar-ve-cevre.tr.mfa
+http://download.finep.gov.br/dcom/manualinovacao.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/23519062
+http://www.younglives.org.uk/what-we-do/household-and-child-survey/copy_of_sampling
+http://ssrn.com/abstract=1646274
+http://www.adiac-congo.com/content/lutte-contre-les-hepatites-virales-b-et-c-les-medecins-de-pointe-noire-souhaitent-la-mise-3.Accessed29
+https://regnum.ru/news/2566047.html?utm-source=yxnews&utm-medium=desktop
+http://www.intechopen.com
+http://grupos.unican.es/ai/meteo/MeteoLab.html
+http://www.ijpc.org/journal.html
+http://www.sphinxsai.com/2016/ch_vol9_no1
+http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=11795886
+http://hudoc.echr.coe.int/eng
+https://www.dovepress.com/by54.70.40
+http://www.bluespec.com/
+update.Availablewww.americanheart.org/downloadable/heart/1105390918119HDSStats2005Update.pdf
+http://explorebiodiversity.com/Hawaii/Shrimp-goby/general/Grundel-Krebs.htm
+http://api.ning.com/files/GU1AfsS0adfl5rRhYl5EOjH6R8o
+http://calvariatmc.blogspot.com/2010/12/pitiriasis-versicolor-panu.html
+http://www.theimsinstitute.org
+https://github.com/stakemori/degree2
+http://opensnp.org/
+https://ieep.eu/uploads/articles/attachments/356527cc-fad2-4d6d-b437-41e0d1b4e4dc/LER_-_Final_Report_-_April_2013.pdf?v=63664509811
+http://browser.1000genomes.org/index.html.Accessed18
+http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Product_Information/human/002788/WC500187921.pdf
+http://www.nejm.org/doi/full/10.1056/NEJMsa1407211
+http://opensees.berkeley.edu/
+http://www.ispacs.com/journals/jfsva/2016/jfsva-00301/InternationalScientificPublicationsandConsultingServices
+http://www.iaia.org/iaia09ghana/documents/cs/CS5_Ekpenyong_Environmental_Awareness_as_a_Panacea.pdfFEPA
+http://www.observabarragem.ippur.ufrj.br/central_download.php?hash=44bd73a59ab748c1f6b918a449581b54&id=20
+http://www.mineducacion.gov.co/1621/article-209857.htmlAcceso:20deoctubrede
+biochemj.org
+http://jfsc.ndu.edu
+http://dblp.uni-trier.de/db/conf/oopsla/oopsla2012.html#HaydenSDHF12
+https://www.go8.edu.au/page/australian-higher-education-system
+https://www.destatis.de/DE/Publikationen/Thematisch/
+fda.gov/opacom/backgrounders/foodlabel/newlabel.html.Accessed
+http://www.professionalpasta.it/durum.htm
+http://ler.letras.up.pt/uploads/ficheiros/4083.pdf
+http://www.ich.org/products/guidelines/efficacy/article/efficacy-guidelines.html
+http://support.sas.com/software/92/Cary-UnitedStatesofAmerica
+http://jusvi.com/pecas/32172/2
+http://bd.patent.su/2268000-2268999/pat/servl/servletb65f.html
+http://www.educacion.gob.es/eu2015
+http://www3.tst.jus.br/jurisprudencia/Sumulas_com_indice/Sumulas_Ind_301_350.html
+http://www.news.com.au/top-stories/mob-sinks-slipper-into-nations-day/story-e6frfkp9-1226255249671
+http://educa.fcc.org.br/pdf/lc/v16n30/v16n30a06.pdf
+http://www.womenonweb.org/en/page/11876/online-abortion-service-women-on-web-is-10-years
+http://www.qualres.org/
+http://www.ohchr.org
+https://cdn.intechopen.com/pdfs-wm/43632.pdf
+http://developingchild.harvard.edu/wp-content/uploads/2010/05/Foundations-of-Lifelong-Health.pdf
+https://ec.europa.eu/transparency/regdoc/rep/1/2017/EN/COM-2017-235-F1-EN-MAIN-PART-1.PDF
+www.impactjournals.com/oncotarget40
+http://www.mineducacion
+http://habitat3.org/wp-content/uploads/Issue-Paper-3_Safer-Cities-SP.pdf
+se.logra.mediante.acciones.concretas.de
+https://indico.cern.ch/event/618254/
+http://www.new-agri.co.uk/08/02/develop/dev1.php
+http://www.agcensus.usda.gov/PUublications/2007/Online_Highlights/American_Indian_Reservations/amind_09.pdf
+https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2841442
+http://en.wikipedia.org/wiki/NetBeans
+http://www.saferchemicals.org/PDF/reports/HealthyStates.pdf
+https://www.who.int/news-room/fact-sheets/detail/cancer
+https://archive.org/details/junaluska00mccu
+http://login.ezproxy.library.ualberta.ca/login?url=http//search.ebscohost.com/login.aspx?direct=true&db&AN=48400280&site=ehost-live-&scope=site
+https://dl.sciencesocieties.org/publications/tpg/abstracts/10/2/plantgenome2017.02.000
+http://gelconference.com/videos/2010/sal_khan
+http://pubs.er.usgs.gov/usgspubs/wri/wri954068
+http://www.pranaescueladeyoga.com/
+http://www.ephesus.us/ephesus/houseofvirginmary.htm/
+http://www.strkorea.co.kr/?page_id=1120
+http://www.memsic.com/products/wireless-sensor-networks/wireless-modules.html
+http://www.telegraph.co.uk/money/main.jhtml?xml=/money/2006/09/05/cnhub05.xml
+http://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/
+http://w1.c1.rada.gov.ua/pls/zweb2/webproc4_1?pf3511=63237
+http://www.mercedes-benz.de/content/germany/mpc/mpc_germany_website/de/home_mpc/passengercars/home/new_cars/models/s-class/w222/facts_/comfort/safety.html
+http://www.lanacion.com.ar/811642-la-caida-en-europa-es-hoy-el-principal-desafio-para-el-papa
+http://www.rivm.nl/bibliotheek/rapporten/601050001.html.Accessed
+http://link.springer.com/article/10.1007/s11150-013-9229-2
+http://news.stanford.edu/news/2005/june15/jobs-061505.html
+http://www.scielo.br/pdf/cp/v40n139/v40n139a08.pdf
+http://www-lab25.kuee.kyoto-u.ac.jp/nl-resource/juman.html
+http://www.dar-al-masnavi-org/n.a-11-1720.html
+http://www.sykepleien.no/forskning/forskningsartikkel/1038259/eldres-erfaringer-med-utskrivning-fra-sykehus
+http://treaties.un.org/doc/Treaties/1964/06/19640624%2002-10%20AM/Ch_III_3p.pdf
+http://www.cdc.gov/std/ept/legal/default.htm.Accessed
+https://russianjls.ru
+http://www.effectsizefaq.com
+http://legacy.library.ucsf.edu/tid/kxj96e00
+http://virtualmentor.ama-assn.org/2014/04/jdsc1-1404.html
+http://cran.r-project.org/web/packages/nlme/nlme.pdf
+http://tinyurl.com/znpzaot
+http://www.activites.org/v1n2/vallery.pdf
+http://www.thefreelibrary.com/Occupational+stress+among+obstetrician%2fgynecol-ogists.-a0111927745
+http://www.j-nn.org
+http://www.cedos.org.ua/osvita
+http://www.geni.net/
+www.wje.org.nz/index.php
+http://webpages.uncc.edu/sakella/courses/cloud/papers/DeanGhemawatACMJan2010.pdf
+NCT01783444.www.clinicaltrials.gov/show/NCT01783444
+http://www.jtbookyard.com/uploads/6/2/9/3/6293106/success_built_to_last.pdf
+http://www.oxford-dictionaries.com/us/definition/american_english/melodrama
+https://www.asha.org/uploadedFiles/Report-2013-AAB-PhD-Report-Strategic-Plan.pdf
+http://www.saude.pr.gov.br/arquivos/File/linha_guia_final_de_saude_mental.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://www.turkpatent.gov.tr/TurkPatent/resources/temp/A4BF1BB7-7F56-4178-8461-764B0B29475D.pdf,Erşmtarh:07.02.2017.ov.tr/TurkPatent/geographcalRegsteredLst
+http://m.president.am/en/statements-and-messages/item/2016/02/12/President-Serzh-Sargsyan-meeting-Constitution-speech/
+http://www.planalto.gov.br/ccivil_03/constituicao/constitui%C3%A7ao.htm
+https://economy.okezone.com/read/2018/01/24/20/1849544/bi-bitcoin-bisa-jadi-alat-pendanaan-terorisme
+http://xxx.lanl.gov
+https://www.csc.gov.sg/articles/public-diplomacy-an-emerging-new-normal-in-foreign-policy
+http://www.periodicos.ufc.br/rene/article/viewFile/3721/2941
+http://www.crescentcityfarmersmarket.org/uploads/file/Crescent_City_Farmers_Market_2010_Combined-20101020.pdf
+http://badth.org.uk/training/table
+http://www.mysql.com/
+http://www.iciss.ca/report-en.asp
+https://fcw.com/articles/2016/05/17/hack-the-pentagon.aspx
+https://www.metodista.br/revis-tas/revistas-unimep/index.php/impulso/article/view/363/583
+http://www.quickanddirtytips.com/education/grammar/first-second-and-third-person
+http://ifs.unistra.fr/large
+http://www.nicedsu.org.uk.Accessed
+https://www.start.umd.edu/gtd
+http://www.ibge.gov.br/home/estatistica/populacao/condicaodevida/indicadoresminimos/sinteseindicsociais2010/SIS_2010.pdf
+http://pages.stern.nyu.edu/~adamodar
+http://health.detik.com/readobat/873/thalidomidediunduhtanggal
+http://www.mcs.anl.gov/dbpp/
+https://en.wikipedia.org/wiki/Skewanddirectsumsofpermutations
+http://www.elsevier.nl/locate/entcs/volume13.html
+https://gadm.org/
+https://rullyindrawanblog.files.wordpress.com/2017/12/editor-strategi-dan-kebijakan-pengembangan-umkm.pdf.Diaksespadatanggal24
+http://www.cnpq.br/cnpq/index.htm
+http://spiedl.org/terms
+http://www.law.ucla.edu/williamsinstitute/publications/Effects_FINAL.pdf
+https://youth.gov/
+http://real-voice.info/art/notar34.htm
+http://unitary-patent.eu/content/legal-basis-unitary-patent-do-not-play-fire
+http://www.aberje.com.br/novo/acoes_artigos_mais.asp?id=103
+http://www.mathematik.uni-osnabrueck.de/research/OR/class/
+http://www.solartronenergy.com/applications/solar-enhanced-oil-recovery-with-solar-concentrator/
+http://www.chemanager-online.com/file/track/11755/1/
+https://scholar.sun.ac.za
+http://doi.acm.org/10.1145/1316624.1316663
+http://www.fsona.com/product.php?sec=2500e
+https://www.corteconstitucional.gov.co/relatoria/1997/C-565-97.html
+http://mathics.github.io/
+http://www.asq.org/healthcaresixsigma/pdf/pursuing-perfection-healthcare.pdf
+e2.www.symposion.com/jmir/2000/1/e2
+http://www.ecfr.eu/article/commentary_slova-kia_changes_course_on_russia311312
+https://jura.ajk.pte.hu/JURA_2015_2.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/21960971
+https://earth.esa.int/web/guest/missions/esa-operational-eo-
+https://www.facebook.com/groups/BadAssTeachers/
+http://www.ikz.ru/~smulski/Papers/ModSun51c.pdf
+http://pos.sissa.it/
+http://www.gms.wa.gov.au/documents/access%20to%20finance%20plongley.pdf.Accessedon
+http://www.ecorelibrary.com/landing/pdf/EC1558_Moscato_IHC_2015_Poster_WEB.pdf
+http://www.imgt.org/IMGTlect/
+http://www.perl.org/
+http://europa.eu.int/informationsociety/eeurope/2005/allabout/egovernment/indexen.htm
+http://ajp.psychiatryonline.org/journal.aspx?journalid=13
+http://www.adobe.com/jp/print/features/kyogoku/
+http://journals.ametsoc.org/doi/10.1175/BAMS-D-14-00176.1
+http://csdl.computer.org/comp/trans/tk/2004/09/k1143abs.htm
+http://www.historia.uff.br/cantareira/v3/?p=2363
+http://jb.asm.org/
+http://www.elsevier.com/locate/rcim
+http://fgosvo.ru/uploadfiles/metod/DL1_05_2015.pdf
+http://www.mmm.ucar.edu/wrf/users/docs/arw_v3.pdf
+https://www.unicef.org/jordan/ExecSummary_Analysing_equity_in_MCH_health_JordanMay2016.pdf.Accessed16
+https://refugeesmigrants.un.org/sites/default/files/180326_draft_rev1_final.pdf
+http://edcdaac.usgs.gov/gtopo30/hydro/Anonymous.2003
+http://www.w3.org/2001/Annotea/Projects#servers
+https://pubs.er.usgs.gov/publication/ha741
+http://www.un.org/millennium/declaration/ares552e.pdf.Accessed
+http://www.sustainability-in-finance.com/ec-web.pdf
+http://obstetricandgynecology.journals/indx
+http://eccc.hpi-web.de/report/2010/074/
+https://advance.lexis.com/search?crid=0b678df8-1e5a-40ab-80db-bd1ab551c077&pdsearchterms=LNSDUID-ALM-RECRDR-hdg45lmej&pdbypasscitatordocs=False&pdmfid=1000516&pdisurlapi=true
+http://www.bmfbovespa.com.br/CGRCC/download/Eficiencia-nos-mercados-futuros-agropecu-arios-brasileiros.pdf
+https://journals.agh.edu.pl/csci/article/view/1898
+http://www.planalto.gov.br/
+biomedcentral.com/submit
+http://www.yrcc.gov.cn/
+http://lwn.net/Articles/617543/
+https://news.yahoo.com/despite-furor-over-jerusalem-move-saudis-seen-board-183218008.html
+https://journals.openedition.org/lerhistoria/1370
+https://stat.gov.pl/en/topics/environment-energy/energy/energy-statistics-in-2017-and-2018
+https://www.afpc.info/sites/default/files/AFPC_ADPC_PharmD_Position_Statement_Resolution_Sept_2010.pdf
+http://goo.gl/cbt1Cd
+http://www.scielo.br/pdf/spp/v16n3/13563.pdf
+http://snap.stanford.edu/data/index.html
+http://www.fmcenter.org/pdf/Fmsnov99.pdf
+http://eprints.qut.edu.au/27448
+http://www.who.int/ncd_surveillance/ncds/strokerationale/en/
+http://www.ipcc.ch/pdf/assessment-report/ar5/syr/SYR_AR5_FINAL_full_wcover.pdf
+http://pmm.nasa.gov/sites/default/files/document_files/IMERG_doc.pdf
+http://www.rdkit.org
+http://cqh.org.br/portal/pag/area.php?p_narea=97
+www.rbmt.org.br/export-pdf/166/v3n1a05.pdf
+https://www.gsma.com/newsroom/press-release/reform-policy-to-boost-kenyas-mobile-connectivity-says-gsma/
+https://www.au.org/blogs/wall-of-separation/in-god-we-trust-bills-are-about-promoting-religion-in-schools-not-the
+http://www.biomedcentral.com/1471-2105/5/113
+https://goo.gl/NeXBDc
+http://www.suicidology.org
+http://mcb.asm.org/DownloadedfromHL-60
+http://aclweb.org/anthology/P17-2032
+http://research.microsoft.com/~schramm/
+https://news.microsoft.com/bythenumbers/ms_numbers.pdf
+http://www.euromat.org/index.php?page=60
+http://www.gov.cn/2008lh/content_913239.htm
+http://www.itu.int/publ/D-IND-WTID.OL-2007/en
+http://code.google.com/p/spade2
+www.ncbi.nlm.nih.gov/pubmed/22316239.22
+http://www.nationalgeographic.com.au/travel/new-epic-route-will-connect-17-national-parks.aspx
+http://med.ee.nd.edu/MED10/pdf/492.pdf
+http://www.who.int/reproductivehealth/publications/health_systems/PHC_Supplement1.pdf?ua
+http://www.transport.ie/upload/general/10378-0.pdf
+http://binaryscamwatchmonitor.com/richmond-berks-review-scam/
+http://www.heraeus−quarzglas.de/media/webmedia_local/down−loads/broschren_mo/DatenundEigenschaften_Quarzglas−fuerdieOptik.pdf
+http://www.entreculturas.org/files/documentos/biblioteca/Menores_Soldado_Informe_Global_2004.pdf?download
+http://www.federalreserve.gov/releases/g19/current/g19.pdf
+http://scaa.org/?page=RicArtp1
+http://bit.ly/2cnRTdX
+http://jcr.oxfordjournals.org/content/jcr/4/2/67.full.pdf
+http://www.ecn.nl/phyllis/
+who.int/dietphysicalactivity/publications/facts/obesity/en
+http://www.galaxquery.org/
+https://www.nytimes.com/2017/07/25/technology/roomba-irobot-data-privacy.html
+http://www1.lsbu.ac.uk/water/water_vibrational_spectrum.html
+https://bit.ly/3cohiRx
+http://www.esrf.eu/
+http://eco.iarc.fr/eucan/Country.aspx?ISOCountryCd=276
+https://www.raspberrypi.org/products/raspberry-pi-3-model-band!add!HCTZ!25mg!daily!REFERENCES
+https://goo.gl/bwNtX3
+http://www.ema.europa.eu/docs/en_GB/document_library/Scientific_guideline/2014/06/WC500168852.pdf
+https://www.R-project.org/
+http://www.dca.ca.gov/publications/healthcare_jobs.pdf
+http://www.bundestag.de/htdocs_e/bundestag/committees/joint/article_53_a/250770
+http://www.um.es/ead/red/22/rinaudo_donolo.pdf
+http://enerji.gov.tr/File
+https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2000RS002622
+http://openclinical.org/ontologies.html
+https://www.cambridge.org/core
+costarica43.icann.org/meetings/sanjose2012/presentation-vip-13mar12-en.pdf〉
+https://circabc.europa.eu/sd/d/3a0533fa-cfbf-4536-a7ca-f9c7c10f3eae/3rs-declaration.pdf
+http://w2.vatican.va/content/benedict-xvi/en/motu_proprio/documents/hf_ben-xvi_motu-proprio_20111011_porta-fidei.html
+https://www.postgresql.org/about/
+www.law.berkeley.edu/wp-content/uploads/2018/03/Navigating_GW-SW_Interactions_under_SGMA.pdf
+https://jasp-stats.org/
+https://clinicaltrials.gov/ct2/show/NCT00931736
+www.ine.es
+http://www.internetworldstats.com/asia.htm
+http://www.uio.no/studier/emner/matnat/ifi/INF5790/v12/undervisningsmateriale/articles/KAL_Legacy_Mobile_Learning_
+http://www.sidra.ibge.gov.br/
+http://www.egms.de/en/meetings/esm2011
+http://psych.wfu.edu/furr/716/sigcorr.pdf.Retrivedoctocber
+availablefromwww.eda.org/itc
+http://www.lrec-conf.org/proceedings/lrec2008/
+https://onlinelibrary.wiley.com/doi/abs/10.1002/mds.26419
+Http://www.ioe.ac.uk/hgpersonal/papersfordownloading.htm#sectionB
+amnh.org/pub/molecular/poy/
+http://www.eetimes.com/document.asp?doc_id=1271899
+http://ccw.naturalis.nl
+https://www.prusaprinters.org/prints/25857-prusa-protective-face-shield-rc3
+http://putokazi.eu/?page_id=295
+http://univers.mylene-farmer.com/nothomb/logographe.htm
+http://www.sixnet.org
+https://developer.oculus.com/documentation/pcsdk/0.4/concepts/dg-intro-version/
+www.who.int/hiv/pub/drugresistance/hiv-drug-resistance-2015-update/en/
+http://www.eblex.org.uk/news-releases/forum-shows-support-for-halal-assurance-scheme/
+http://www.heacademy.ac.uk/assets/York/documents/ourwork/research/literature_reviews/blended_elearning_full_review.pdf
+http://www.archive.org/index.html
+http://www.mdpi.com/journal/pharmaceuticals/stats
+http://www.motherjones.com/politics/2005/04/cambodia-war-khmer-sam-rainsy
+http://www.top500.org
+http://www.oracle.com/hyperion/index.html
+www.medscape.com/viewarticle/556641
+http://www-als.lbl.gov/index.php/science-highlights/industry-als/829-improving-thin-silicon-solar-cell-technology.html
+https://tinyurl.com/ycnt9j2l
+https://www.jstem.org/jstem/index.php/JSTEM/article/view/1131/986
+http://public.leginfo.state.ny.us/LAWSSEAF.cgi
+http://www.bakosurtanal.go.id/berita-surta/show/indonesia-memiliki-13-466-pulau-yang-terdaftar-dan-berkoordinat
+http://vectorsolutions.us/wp-content/uploads/2017/02/Dronebuster-Data-Sheet.pdf
+http://jp.fujitsu.com/about/csr/eco/services/energysaving/emdragon/
+http://www.ejbrm.com
+https://мвд.рф/reports/item/14696015
+http://usatoday30.usatoday.com/news/nation/2003-09-24-school-shooting_x.htm
+http://news.khan.co.kr/kh_news/khan_art_view.html?artid=201210052151515&code=9
+http://www.bioassay.dk
+http://www.coalpowermag.com/
+http://omlc.org/spectra/hemoglobin/index.html
+http://www.oie.int/eng/normes/fcode/a_summry.htmViewed29
+www.limbaromanachisinau.md
+http://www.iucnredlist.org
+http://irina.eas.gatech.Edu/EAS_Fall2008/CloudSat_ATBD_L2_cloud_clas.pdf
+http://helsinki.org.ua/pravo-na-spravedlyvyj-sud-u-kryminalnomu-provadzhenni-o-banchuk-i-dmytrijeva-tsentr-polityko-pravovyh-reform/
+http://hbr.org/2012/09/better-customer-insight-in-real-time/ar/1
+www.newsweek.com/un-slams-race-bottom-refugee-cash-denmark-germany-switzerland-418278
+http://www.kornyezetvedok.hu/vgt/vgt2/orszagos/6_1_hatteranyag_Makrozoobentosz_Modszertani_utmutatoVGT2.pdf
+http://seer.cancer.gov/csr/1975_2008/
+https://hbr.org/2016/11/what-so-many-people-dont-get-about-the-u-s-working-classH
+https://rg.ru/2015/10/23/oon.html
+http://www.fitchratings.com/dtp/pdf2-09/bubt1404.pdf
+http://www.myilibrary.com
+https://www.internetconsultatie.nl/verweesde_werken/reactie/6084/bestand.Accessed11
+https://www.google.com.ua/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=
+https://www.ecb.europa.eu/events/pdf/conferences/130626/Session2_Freixas.pdf?b1b9a44a5457f56d52653ee5f2cb353a
+http://ceon.rs/pdf/vrednovanje_casopi-sa_na_osnovu_bibliometrijskih_po-
+http://www.sustainableindustries.com
+http://www.biomedcentral.com/content/pdf/1741-7015-11-63.pdf
+enwww.criticateatral.com.ar/index.php?ver=ver_critica.php&ids=15-
+http://www.nature.com/nature/journal/v437/n7063/full/nature04226.html
+http://www.show.scot.nhs.uk/scieh/
+http://www.pnl.ro/pagina/statul-liberal-a-doua-modernizare-a-romaniei
+http://dhsprogram.com/pubs/pdf/wp94/wp94.pdf18
+http://www.ufpe.br/revistaenfermagem/index.php/revista/article/view/12-9079-1
+http://www.undp.org/content/dam/india/docs/state_initiatives.pdf›
+www.registrelep-sararegistry.gc.ca/default_e.cfm
+www.historiaspoleczna.uw.edu.pl/seminarium/miasto-przestrzen-i-ludzie/polakow_drogi_do_mieszkania_w_PRL
+http://it.korea.ac.kr/research/publication/papers/DMR-ICTC2011.pdf
+http://www.csmonitor.com/Environment/Bright-Green/2009/1016/environmental-problems-need-a-holistic-approach
+http://www.devpartners.gov.rw
+http://www.querysurge.com/
+http://tree.bio.ed.ac.uk/software/figtree.Accessed12
+http://www.nobelprize.org/nobel_prizes/economic-sciences/laureates/2013/press.html
+http://arxiv.org/PScache/arxiv/pdf/0802/0802.3563v2.pdf
+http://www.oei.org.co/de/gb.htm
+http://creativecommons.org/licenses/by/4.0/
+http://ascilite.org.au/ajet/submission/index.php/AJET/issue/view/54
+http://creativecommons.org/licenses/by/4.0/
+http://www.math.ias.edu/avi/TALKS/
+http://www.fldoe.org/core/fileparse.php/7558/urlt/FTC-Quarterly
+https://projects.ncsu.edu/cals/course/pp728/Fusarium%20solani/Fusarium_solani.htm
+http://www.stlr.org/2010/01/could-the-wto-bring-down-the-great-firewall-of-china/
+mentorembedded.github.io/cxx-abi/abi.html
+https://arxiv.org/abs/1306.5151
+http://www.inclusivedemocracy.org/journal/vol3/vol3_no1_Latouche_degrowth.htm
+http://creativecommons.org/licenses/by/4.0/
+http://thediplomat.com/2016/02/chinas-plan-for-orderly-hukou-reform/
+http://www.trinidadexpress.com/index.pl/articlebusinessmag?id=161486116
+http://www.nrel.gov
+http://www.redalyc.org/pdf/408/40827988019.pdf
+http://ibr.ccsenet.org
+http://creativecommons.org/licenses/by/4.0/
+Availableatwww.cfed.org/sustainable_economies/common_assets/
+https://clinicaltrials.gov/ct2/show/NCT02290613.Accessed
+http://sunset.usc.edu/research/cocomosuite/index.html
+http://www.bcb.gov.br/htms/estabilidade/2015_03/refP.pdf
+http://www.nytimes.com////business/paulson.html,..
+http://www.learningandteaching.info/learning/piaget.htm
+http://eservice.hsa.gov.sg/prism/common/enquirepublic/SearchDRBProduct.do?action=load
+http://www.omg.org/docs/ptc/04-05-15.pdf
+https://www.who.int/hrh/com-heeg/digital-APPG_triple-impact.pdf?ua=1
+http://setkab.go.id/pidato-kenegaraan-presiden-republik-indonesia-dalam-rangka-hut-ke-71-proklamasi-kemerdekaan-ri-di-depan-sidang-bersama-dpr-ri-dan-dpd-ri-jakarta-16-agustus-2016/
+http://www.R-project.org
+http://www.monografias.com/trabajos16/teorias-piaget/teorias-piaget.shtml
+https://www.tidyverse.org/packages/
+http://www.dlib.org/dlib/september96/09contents.html
+Seewww.organdonation.nhs.uk
+http://www.lesia.obspm.fr/perso/philippe-zarka/Divers/reflexions.html
+https://goo.gl/GYtU1E
+http://www.antropologiasyc106.com.ar/constructores/19cap3_wright.pdfel14dejulio
+http://methods.cochrane.org/sites/methods.cochrane.org.equity/files/public/uploads/EquityChecklist2012.pdf
+http://www.doubleverify.com
+http://www.banxico.org.mx/-estadísticas/index.html
+http://www.infostat.com.ar
+http://www.metropolitiques.eu/La-densification-douce-au-Canada.html
+http://www.rfc-editor.org/info/rfc6020
+https://arxiv.org/abs/1502.00917
+https://www.sep.gob.mx/work/models/sep1/Resource/3f9a47cc-efd9-4724-83e4-0bb4884af388/ley_02121867.pdf
+http://www.digitalhumanities.org/humanist/Archives/Current/Humanist.vol25.txt
+http://energytomorrow.org/job-creation#/type/allaccessedNovember29
+http://tree.bio.ed.ac.uk/software/figtree/
+http://label-online.de/suche/sp/3/?s=bekleidung
+http://cmsdoc.cern.ch/documents/02/note02034.pdf
+http://www.coccinellidae.cl/
+www.taxi-library.org/rio/deoliveira.pdf
+www.diba.es/innovacio/fitxers/casas.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://www.apsnet.org/publications/phytopathology/backissues/Documents/1981Articles/Phyto71n09_917.PDF
+http://www.surrealismcentre.ac.uk/publications/papers/journal2/acrobat_files/buck_morss_article.pdf.Acessadoem29
+http://www.flickr.com/photos/shizhao/2198758415/
+http://www.cms.hhs.gov/HIPAAGenInfo/
+http://www.scielo.br/pdf/csp/v19s2/a27v19s2
+http://www.hottopos.com/vdletras2/mario.htm.Acessoem08dedezembrode2017
+sfgsa.org/CityofNewYorkhttp://www1.nyc.gov/CityofLosAngelesCaliforniahttp://www.lacity.org/
+http://www.aap.org/enus/professional-resources/practice-support/Pages/Withdrawal-of-Cold-Medicins-Addressing-Parent-Con-cerns.aspx
+http://www.cardiff.ac.uk/socsi/hyper/QUADS/Briefing%20paper%20ethics.pdf
+http://www.atmos-chem-phys.net/14/6801/2014/
+http://www.mexicoylacuencadelpacifico.cucsh.udg.mx/index.php/mc/article/view/522
+http://eprints.lse.ac.uk/54801/1/EU_kids_online_brazil_report_21_nov.pdf
+https://www.psychometric-success.com/aptitude-tests/abstract-reasoning-tests
+https://youthvillages.wordpress.com/2016/08/22/u-s-congressman-diane-black-visits-youth-villages-office-in-cookeville
+http://www.mbr-pwrc.-usgs.gov./bbs/bbs.html
+http://www.arcgis.com/home/item.html?id=7da35609c7604967bc2e99edf6b0100e
+http://www.indigenousaction.org/wp-content/uploads/Accomplices-Not-Allies-print.pdf
+http://www.wildflower.org/plants/result.php?id_plant=ANCA8
+https://journal.unnes.ac.id
+http://vid1.rian.ru/ig/ratings/oil5.pdf
+http://otomotif.liputan6.com/read/2420796/ford-tutup-bagaimana-layanan-servis-dan-suku-cadang
+http://www.ncbi.nlm.nih.gov/pubmed/21252449
+http://www.ann-geophys.net/25/271/2007/angeo-25-271-2007.html
+http://mowr.gov.in/micensus/mi3census/index.htm
+http://wwwn.cdc.gov/wisards/oiics
+https://www.youtube.com/watch?v=mpBG-nSRcrQ
+http://onlinelibrary.wiley.com/doi/10.1111/1742-6723.12588/abstract
+http://www.scielo.br/scielo.php?pid=S0102-88391999000400010&script=sci_arttext#nt01a
+http://sites.univ-provence.fr/~veronis/pdf/1998wsd.pdf
+https://id.wikipedia.org/wiki/Pariwisata_berbasis_budaya
+http://avia-simply.ru/obledenenie-letateljnih-apparatov/
+www.manaviat.blogfa.com
+https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=277
+http://www.cscc.unc.edu/aric/visit/Ultrasound_Assessment-_Scanning_Procedures.4_6a.pdf
+http://www.riarating.ru/
+http://www.w3.org/DesignIssues/LinkedData.html
+http://www.ibge.com
+http://hcup.ahrq.gov/HCUPNet.asp.Accessed
+http://www.patrimoniocultural.pr.gov.br/modules/conteudo/conteudo.php?conteudo=59
+http://www.jstor.org/stable/462377
+http://www.policechiefmagazine.org/magazine/index.cfm?fuseaction=display_arch&article_id=1536&issue_id=72008
+http://www.blackwellpublishing.com/isth2003/abstract.asp
+https://www.nbcnews.com/news/us-news/exclusive-secret-nsa-map-shows-china-cyber-attacks-us-targets-n401211
+http://www.scielo.br/scielo.php?pid=S0104-12902013000400018&script=sci_arttext
+http://www-fourier.ujf-grenoble.fr/~franz/convex/
+http://edcdaac.usgs.gov/gtopo30/README.asp#h31
+http://wwwadnkronoscom/salute/sanita/2017/07/19/crescono-casi-morbillo-italia-nel-morti_jt0xz8WEjPBEFTVGvcrZ9Ohtml
+http://onlinelibrary.wiley.com/book/10.1002/9780470960929
+http://ssrn.com/abstract=241950
+http://www.teses.usp.br/teses/disponiveis/48/48134/tde-03092012-151346/pt-br.php
+http://www.regulations.gov/fdmspublic/component/main?main=DocketDetail&d=EPA-HQ-OPP-2002-0262
+http://www.bank-of-china.com/finadata/
+http://aruspelangi.orgdiaksestanggal19/04/2015.JamesDanadjaja
+https://www.srp.ch/de/referenzen/hochbau-und-tragkonstruktion/ganterbruecke,-simplon
+http://www.srim.org
+http://research.calacademy.org/research/ichthyology/catalog/fishcatmain.asp
+https://data.consilium.europa.eu/doc/document/ST-15852-2018-INIT/en/pdf
+https://www.cnbc.com/2017/06/02/trump-withdraws-from-paris-agreement-its-not-just-china-who-could-benefit-from-the-move.html
+http://doi.acm.org/10.1145/2491185.2491199
+http://www.op2a.org
+http://www.iucnredlist.org
+http://www.infolitglobal.info/logo/en/manual/branding
+https://software.intel.com/sites/default/files/332680-002.pdf
+http://www.peters.de/de/service/technische-druckschriften/122-schulungsblaetter-fuer-die-leiterplattenfertigungabgerufen
+https://www.qualitynet.org/dcs/ContentServer?c=Page&pagename=QnetPublic%2FPage%2FQnetTier4&cid=1228772504368
+http://www.census2011.co.in/district.php
+http://ar.economy.gov.ru/ru/about/assistance/donors/projects_programms/metodes/?id4=662&i4=3
+http://knowledgecenter.csg.org/kc/system/files/CR_coal.pdf
+http://www.homewyse.com/costs/cost_of_landscaping_boulders.html
+http://www.unrwa.org/where-we-work/lebanon〉
+http://www.imf.org/external/np/fad/trans/
+http://eprints.uwe.ac.uk/26329
+http://www.incra.gov.br/index.php/reforma--agraria-2/questao-agraria/reforma-agraria
+http://www.cincinnati.com/story/news/2015/07/30/tensing-arraignment-scheduled-thursday/30870405/
+http://www.idasa.org.za
+http://arxiv.org/abs/1604.08873
+http://github.com/robjhyndman/forecast
+http://surveillance.cancer.gov/joinpoint/
+http://www.pecad.fas.usda.gov/rssiws/al/rs_cropprod.htm
+http://data6.blog.de/media/029/4104029_ffd9233b35_d.pdf
+https://www.ist-winner.org/phase_2_model.html
+http://www.moi.gov.cy/moi/tph/tph.nsf/page72_gr/page72_gr?OpenForm
+http://www.moh.govt.nz/notebook/nbbooks.nsf/0/ab73cdededa23595cc2577a0006b7e38/$FILE/TBControlGuidelines03.pdf
+http://www.scidev.net/news/index.cfm?fuseaction=printarticle&itemid=2549&language=1
+http://www.nvmo.nl
+http://www.osw.waw.pl/pl/publikacje/komentarze-osw/2014-03-27/doktryna-putina-tworzenie-koncepcyjnych-podstaw-rosyjskiej
+http://documents.worldbank.org/curated/en/987271468334283631/PID0101113109.doc
+http://mathworld.wolfram.com/Kermack-McKendrikModel.html
+http://elib.sfu-kras.ru/handle/2311/71628
+http://bura.brunel.ac.uk/handle/2438/7457
+http://www.micsymposium.org/mics_2004/Sinapova.pdf
+http://repository.tamu.edu/bit-stream/handle/1969.1/87136/pdf_16.pdf?sequence=1
+http://repository.uksw.edu/handle/123456789/803padaRabu
+https://www.theguardian.com/commentisfree/2015/jun/18/guardian-view-on-laudato-si-pope-francis-cultural-revolution
+http://www.prweb.com/releases/Enzymes-Market/GrandViewResearch/prweb11670412.htm
+http://www.ucf.edu.cu/ojsucf/index.php/uys
+http://cafehistoria.ning.com/profiles/blogspot.com
+http://projecteuclid.org/DPubS/Repository/1.0/Disseminate?view=body&id=pdf_1&handle=euclid.aoms/1177705148
+http://creativecommons.org/licenses/by/4.0/
+http://www.knowledgebusiness.com
+https://www2.deloitte.com/za/en/pages/human-capital/articles/executive-compensation-report.html
+http://www.spiegel.de/panorama/justiz/religioes-motivierte-beschneidung-von-jungen-ist-laut-gericht-strafbar-a-841084.html
+https://www.cancer.org/research/cancer-facts-statistics/all-cancer-facts-figures/cancer-facts-figures-2017.html
+http://piel-l.org/libreria/item/1315
+http://www.searchenginewatch.com/reports/sizes.html
+https://www.embarcados.com.br/padrao-ieee-802-15-4/
+http://www.tribotechnika.sk/tribotechnika-22014/plasty-a-galvanicka-povrchova-uprava.html
+http://www.loc.gov/catdir/enhancements/fy0701/2002068317-d.html
+http://www.ukrcardio.org/UserFiles/File/NKKU-IX-Classification.pdf
+http://www.bom.gov.au/climate/current/soihtm1.shtml
+https://dv4.mediasite.com/mediasite/Play/0d3df92f6b2e4a1c8238efe3b05f72cd1d?catalog=d89afbadab6142908b8fc3766cd595d721
+http://alistapart.com/article/responsive-web-design
+https://ideas.repec.org/p/cpr/ceprdp/2092.html.GovernmentofVietnam
+http://lasillavacia.com/historia/los-nudos-gordianos-que-tienen-en-crisis-el-proceso-de-paz-45698
+https://ageconsearch.umn.edu/bitstream/134710/2/Andrew_Barnes_Barnes_Poole_AES.pdf
+http://www.finanz.ru/novosti/aktsii/rosnano-i-rusgidro-sozdadut-fond-obemom-4-8-mlrd-rubley-dlya-investiciy-v-dalniy-vostok-1000796574
+http://www.activistpost.com/2016/09/control-communicable-diseases-dissenting-comment-cdc.html?utm_source=Activist+Post+Subscribers&utm_medium=email&utm_campaign=940ab8e26e-RSS_EMAIL_CAMPAIGN&utm_term=0_b0c7fb76bd-940ab8e26e-387807929
+http://scielo.iec.pa.gov.br/pdf/ess/v21n3/v21n3a08.pdf
+http://www.scb.se/Pages/Product____12211.aspx
+www.sussex.ac.uk/spru/swps2018-07
+http://www.planalto.gov.br/ccivil_03/_Ato2011-2014/2013/Decreto/D8077.htm
+http://creativecommons.org/licenses/by/4.0/
+http://www.flexpipe-systems.com/non_html/case_studies/
+http://www.its.bldrdoc.gov/n3/video/vqmsoftware.htm
+http://ojs-prod.library.usyd.edu.au/index.php/ART/article/view/5535/6203
+http://ec.europa.eu/research/innovation-union/index_en.cfm?section=active-healthy-ageing&pg=documents
+https://www.inbo-news.org/sites/default/files/16029-3-GB_plan-action-lima-paris-A4-def-light.pdf
+http://ebekunt.wordpress.com/2009/07
+http://creativecommons.org/licenses/by/4.0/
+http://support.illumina.com/downloads/16smetagenomicsequencinglibrarypreparation.html
+http://www.cs.utexas.edu/(tilde)schrum2/
+http://portalsme.prefeitura.sp.gov.br/Projetos/sitemerenda/Documentos/Manuais_Folhetos/manuais/manual_cei_conveniado_2011.pdf
+https://www.youtube.com/watch?v=DsmbF_TC1PMeacessadoem26deDezembro
+http://www.aidsdatahub.org/sites/default/files/documents/The_Asian_Epidemic_Model_Projections_for_HIVAIDS_in_Thailand_2005_2025.pdf
+https://books.google.rs/books?id=s5MwAAAAIAAJ&q=umrla%20od%20straha&dq=umrla%20od%20straha&hl=sr-Latn&sa=X&ved=0ahUKEwjC3arT8bfjAhUCa1AKHeT5DHM4WhDoAQhDMAU&fbclid=IwAR0BLUYD3Impt6sP3
+http://www.scielo.br/scielo.php
+https://www.admin.ch/opc/fr/classified-compila-tion/19750305/200409190000/0.631.252.512.pdf
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC126239/
+http://bvsms.saude.gov.br/bvs/publicacoes/incentivo_assit_farm.pdf
+http://www.pg.gda.pl/chem/Dydaktyka/Anali-tyczna/AZS/Aparaty_przenosne.pdf
+http://bvs.sld.cu/revistas/mie/vol7_2_08/mie07208.htm
+https://www.cms.gov/medicare-coverage-database/details/nca-decision-memo.aspx
+http://www.nordicforestry.org/facts/Norway.asp
+http://www.ann-geophys.net/25/1691/2007/
+http://www.ncbi.nlm.nih.gov/pubmed/10087267
+http://www.nursesreg.nsw.gov.au/report
+http://bit.ly/es_wikipedia
+https://www.nber.org/papers/w21293
+http://nit.tuva.asia/nit/article/view/93
+http://www.es.ele.tue.nl/sdf3
+http://www.fsa.gov.uk/pubs/international/agenda.pdf
+http://www.openfoam.org/docs/user/index.php
+https://www.persi.or.id/images/regulasi/permenkes/pmk942014.pdf
+http://circ.ahajournals.org
+http://publicacoes.fcc.org.br/ojs/index.php/cp/article/view/1097
+https://www.questia.com/library/journal/1G1-216181184/cognitive-and-social-constructivism-developing-tools
+https://www.alberta.ca/release.cfm?xID=3523164740483-D80A-5566-F819A0C841FEDDEA
+http://trecvid.nist.gov/
+http://www.sika.co.id
+http://who.int/mediacentre/news/statements/2009/h1n1pandemicphase620090611/en/index.html
+http://www.univ-brest.fr/digitalAssetsUBO/8/8316_Correspondance_Rachilde-Barre__s.pdf
+http://www.stanford.edu/yyye/yyye/Gset/
+https://linkinghub.elsevier.com/retrieve/pii/S0140673607613178
+http://www.memstech.com
+https://openknowledge.worldbank.org/handle/10986/9367
+http://www.lacan.com/papin.html
+http://attra.ncat.org/attra-pub/PDF/omconservtill.pdf
+http://www.nist.gov/srd/nistsd14.cfm
+https://juniperpublishers.com/online-submission.php
+http://www.research.att.com/~njas/sequences
+http://creativecommons.org/licenses/by/4.0/
+www.bt.cdc.gov/radiation/arsphysicianfactsheet.asp#2
+http://www.jff.org/sites/default/files/a_portrait_in_numbers_072110.pdf
+http://www.www9.org/w9cdrom/160/160.html
+http://elibrary.ru/item.asp?id=20031642
+http://www.memofonte.it/autori/carteggio-michelangelo-475-1564-10.html
+http://www.acervo.paulofreire.org:8080/jspui/bitstream/7891/1645/3/FPF_PTPF_13_009.pdf
+http://papersubmission.scirp.org/Orcontactojfd@scirp.org
+http://www.hillside.net/plop/2012/
+http://www.cienciaesaudecoletiva.com.br/artigos/artigo_int.php?id_artigo=15307
+http://www.cancer.go.kr/mbs/cancer/jsp/album/gallery.jsp
+www.yole.fr
+http://publications.cetis.org.uk/wp-content/uploads/2013/03/MOOCs-and-Open-Education.pdf
+http://aeronet.gsfc.nasa.gov/new_web/Documents/Aerosol_Optical_Depth.pdf
+http://www.biomedcentral.com/1471-2342/10/19
+http://www.tcm.com/mediaroom/video/74071/Birds-The-Original-Trailer-.html
+http://avalon.law.yale.edu/20th_century/kor001.asp
+http://public.itrs.net
+http://www.internetworldstats.com/stats.htm.Aces-sadoem17/07/2015
+http://www.ncbi.nlm.nih.gov/entreJquery,fcgi?cmd-Retrieve&db=PubMed&dopt=Citation&list_uids=15504267
+http://www.bluetooth.com
+https://www.gov.uk/government/publications/liberating-the-nhs-white-paper
+2006.www.constructions-online.de
+http://www.ornl.gov/sci/gist/projects/LandScan/landscan_doc.htm
+http://www.gesundheits-amt.gr.ch/download/RD_Kenndaten_2003_farbig.pdf
+http://ipg.de/de/simulationsolutions/carmaker/
+http://www.kslaw.com/practice_areas/pags/ForeignCorruptPracticesAct.pdfMayerBrownhttp://www.mayerbrown.com/publications/article.asp?id=7132&nid=6
+http://heart.bmj.com/
+http://www.bmwi.de/BMWi/Redaktion/PDF/Publikationen/ausschreibungen-foerderung-erneuerbare-energien-anlage
+http://www.histedbr.fae.unicamp.br/navegando/glos-sario/verb_c_ato_adicional_1834%20.htm.Acessoem:10/06/2010
+http://www.sudoc.abes.fr/
+www.phidot.org/software/mark/docs/book/
+http://www.bis.org/bcbs/publ/d352.pdf
+http://www.lww.com/advertisingratecards/
+https://www.cdc.gov/hai/prevent/ppe.htmlhttps://www.cdc.gov/niosh/npptl/pdfs/PPE-Sequence-508.pdf
+http://intranet.imet.gr/Portals/0/UsefulDocuments/documents/01884.pdfS
+https://github.com/ibamr/ibamr
+http://www.menaiset.fi/ar-tikkeli/muoti_ja_kauneus/kauneus/kosme-tiikkaa_apteekista
+https://zakon.rada.gov.ua/laws/show/1402-19
+Disponiblesurwww.fao.org/publications
+http://www.nxp.com/documents/user_manual/UM10204.pdf.Accessed
+https://arxiv.org/abs/2002.03628
+http://fseg.gre.ac.uk/fire/EXODUSanimations.asp
+http://data.un.org/Default.aspx
+http://www.iata.org/whatwedo/Documents/economics/airline_cost_performance.pdf
+http://dialnet.unirioja.es/servlet/articulo?codigo=2225488
+http://english.mofcom.gov.cn/column/history.shtml
+http://www.unev.dk/files/gissur_jonsson_2.pdf
+http://creativecommons.org/licenses/by-nc-nd/4.0/
+http://www.iwgdf.org
+https://ams.confex.com/ams/97Annual/webprogram/Paper316096.html
+http://r4d.dfid.gov.uk/Output/192673
+http://scan.net.au/scan/journal/display.php?journal_id=128
+https://med.stanford.edu/content/dam/sm/school/documents
+http://apps.who.int/iris/bitstream/10665/112736/1/9789240692763_eng.pdf
+http://www.metalwebnews.com/howto/ph-conv/ph-conv.html
+http://www.papyri.info/docs/ddbdp
+http://eduteka.icesi.edu.co/pdfdir/AlgoritmosProgramacionCuaderno1.pdf
+www.fao.org/docrep/016/ap106e/ap106e.pdf
+http://www.sbaer.uca.edu/Research/1999/ICSB/99ics047.htm
+http://www.psicothema.com/pdf/601.pdf
+http://www.startupranking.com/top/indonesia
+http://www.macs.hw.ac.uk/ultra/compositional-analysis/type-error-slicin%g
+https://www.researchgate.net/publication/289128391_Databank_organische_meststoffen
+http://creativecommons.org/licenses/by/4.0/
+https://securewww.esat.ku-leuven.be/cosic/publications/article-1302.pdf
+http://www.dep.state.fl.us/secretary/Post/2002/mar2902.htm
+http://www.embriao.ib.unicamp.br/embriao2/visualizarMaterial.php?idMaterial=1120
+https://www.itc.nl/library/papers_2010/msc/aes/hosein.pdf
+http://www.oecd-ilibrary.org/statistics
+http://www.atcm.co.uk/ConductEN.pdf
+https://goo.gl/5CtxmT
+www.news-medical.net/life-sciences/Lipid-Biological-Functions-
+http://www.snet.gob.sv/Documentos/SusceptMovMasa-ES-SNET-2004.pdf
+http://zakon3.rada.gov.ua/laws/show/1185-2007-%D0%BF
+http://code.google.com/apis/safebrowsing/
+https://business.time.com/2013/09/24/the-fatal-mistake-that-doomed-blackberry/
+http://www.contrib.andrew.cmu.edu/∼kangk/kang_lobbyingforpower.pdf
+http://www.bp.com/statisticreview.Acessedon
+lo.importante.es
+http://www.ggdc.net/MADDISON/oriindex.htm
+http://www.sciencedirect.com/science/article/pii/004578259390184Y
+http://www.intercom.org.br/sis/2011/resumos/R6-0639-1.pdf
+Http://archive.ics.uci.edu/ml
+http://www.cea.fr/english/Pages/cea/the-cea-a-key-player-in-technological-research.aspx
+http://ojs.ufgd.edu.br/index.php/educacao/article/view/4716/2499.Acessoem
+https://go.nature.com/2IqIZtE
+http://www.ilo.org/public/spanish/about/oloconst.htm
+http://www.intrest.org
+http://globocan.iarc.fr
+http://doi.acm.org/10.1145/2414456.2414475
+http://esa.un.org/wpp/documentation/pdf/WPP2010_Volume-I_Comprehensive-Tables.pdf.Accessed22
+http://www.semadur.rj.gov.br/pages/outros_projetos/outrosproj_pdbsepetiba_zoneamneto.html
+http://www.ecre.org/wp-content/uploads/2016/07/ECRE-Information-Note-on-the-Asylum-Procedures-Directive-recast_December-2014.pdf
+http://www.sciencedirect.com/science/article/pii/S1090780702000393
+http://www.nctq.org/dmsView/No_Common_Denominator_Executive_Summary_pdf
+http://www.unavarra.es/digitalAssets/180/180407_INFORME--CIPARAIIS--TXOSTENA-1.pdf
+http://www.transcat.com/media/pdf/FlukeNorma4K5K.pdf
+http://www.fda.gov/drugs/drugsafety/ucm243539.htm
+http://www.jstor.org.libraryproxy.griffith.edu.au/stable/4488577
+http://polet.network/blog/2015/9/24/shallow-reasoning-on-the-deep-state
+http://www.lk.undp.org/content/srilanka/en/home/operations/projects/environment_and_energy/sri-lanka-community-forestry-programme-.htmlAccessed
+http://www.acronym.org.uk/dd/dd48/48npt.htm
+http://www.bi-bestpractices.com/view/4782
+http://ssrn.com/abstract=643388
+http://www.justiciaglo-bal.net/files/actividades/fi_name_recurso.8.pdf
+http://dx
+http://www.bbc.com/news/world-us-canada-33859161
+http://www.lajiribilla.cubaweb.cu/2007/n312_04/312_11.html
+http://www.gwec.net/fileadmin/images/Publications/2008_Report/Table_status_2008.jpg.Bruselas
+http://www.sciencedirect.com/science/article/pii/1090
+http://data.worldbank.org/indicator/NY.GDP.MKTP.CD
+www.igidr.ac.in
+http://www.hollows.org/getattachment/au/Annual-Report-2015/2015-Annual-Report.pdf.aspx.Accessed13
+http://www.oecd.org/science/inno/236758
+http://ria.ua.pt/handle/10773/8788
+http://site.ebrary.com/lib/alhussein/Doc?id=5000232&ppg=65
+http://www.mod.gov.cn/shouye/2017-05/25/content_4781393_2.htm
+http://www.gov.bc.ca/citz/citizens_engagement/index.html
+http://eprint.iacr.org
+http://www.eupress.ru/uploads/files/S-093_pages.pdf
+http://cemec.fipe.org.br/NotasCemecDiversos_files/NOTA-CEMEC-01-2017-FINAL.pdf
+http://www2.fiu.edu/~ereserve/010019222-1.pdf
+http://www.oncotarget.com/fulltext/9246
+http://www.rejr.ru/volume/17/r8.pdf
+http://hoo-hoo.ncsa.uiuc.edu/cgi/overview.html
+http://scitation.aip.org/content/aip/proceeding/aipcp/10.1063/1.2200890
+http://www.na-tionalparks.nsw.gov.au/PDFs/recovery-plan_green_gold_bell_frog_draft.pdf
+http://rise.worldbank.org/
+http://www.organicconsumers.org/supermarket/rise_of_supermarkets.pdf
+http://www.colorado.gov/airquality/techdocrepository.aspx
+http://zerohora.clicrbs.com.br/rs/cultura-e-lazer/segundo-caderno/noticia/2013/06/a-rede-torna-mais-dificil-a-opressao-diz-manuel-castells-4164803.html
+http://www.academia.edu/download/45759456/Successes_and_challenges_for_the_modern_20160518-13456-nxprel.pdf
+http://www.planalto.gov.br/ccivil_03/_ato2015-2018/2017/lei/L13445.htm.Acessoem23dez
+http://files.eric.ed.gov/fulltext/ED407419.pdfadresindenalınmıştır
+http://cmsimpact.org/wp-content/uploads/2016/01/vra_fairuse_statement.pdf
+http://proquest.umi.com/pqdweb?did=2282790771&sid=53&Fmt=14&clientId=4653&RQT=309&VName=PQD
+http://www.cnn.com/2013/01/18/world/africa/algeria-attackers/
+http://www.ipes-food.org/_img/upload/files/CS2_web.pdf
+http://www.fastcompany.com/3046630/lessons-learned/7-business-leaders-share-how-they-solved-the-biggest-moral-dilemmas
+http://www.w3.org/TR/xslt
+https://www.statssa.gov.za/publications/P0302/P03022015.pdf
+http://apparel.edgl.com/old-magazine%5CSustainability-Is-Not--an-Option65618
+http://fairtradeusa.org/sites/all/files/wysiwyg/filemanager/standards/FT_USA_Capture_Fisheries_Standard.pdfFAO
+http://fr.tintin.com/tintintv/show/id/25/0/tintin-voyageur-du-siecle
+http://www.moh.gov.cn/publicfiles/business/htmlfiles/mohbgt/pw10805/200804/31429.htm
+http://www.sacscoc.org/policies.asp
+http://www.fda.gov/Food/FoodScienceResearch/WholeGenomeSequencingProgramWGS/ucm403550
+https://nacoesunidas.org/oms-publica-novas-orientacoes-sobre-pre-natal-para-reduzir-mortes-de-maes-e-bebes/
+https://orcid
+https://digitalcommons.linfield.edu/quercus/vol1/iss1/3/
+http://www.fundraising.org.pl/0-fundraisingu
+http://archives.who.int/prioritymeds/report/background/depression.doc
+http://www.shanghai.gov.cn/nw2/nw2314/nw2319/nw22396/nw22401/u21aw144564.html
+http://www2.camara.leg.br/documentos-e-pes-quisa/publicacoes/estnottec/areas-da-conle/tema2/2012_16756.pdf
+http://www.scielo.br/pdf/eagri/v31n2/a02v31n2.pdf
+http://aguasdamemoria.wordpress.com/2011/06/08/e-as-chuvas-chegaram-a-folha-19-de-setembro-1966/
+www.presscouncil.org.au/snpma/index_snpma2007.html
+www.aaep.org.ar/espa/anales/pdf_00/fernandez-lopez.pdf_______________
+http://www.mineduc.cl/biblio/documento/201007091211380.Informe%20final.pdf
+http://www.moluch.ru/archive/26/2835/Датаобращения:18.04
+http://www.w3.org/TR/xmlschema-0/
+http://oc.eab.org.tr/egtconf/pdfkitap/pdf/488.pdf
+http://medscape.com/viewarticle/418967
+http://epaa.asu/epaa/v10no18
+http://www.fda.gov/downloads/Drugs/.../Guidances/ucm201790.pdf
+http://www.gramsmedical.com/documents/Grams%20Aspirator.pdf.Accessed
+http://www.legislation.gov.uk/ukpga/1994/26/contents
+http://www.secse-project.eu/
+http://www.osc.state.ny.us/localgov/audits/swr/2012/bocesservices/global.pdf
+http://www.awmf.org/uploads/tx_szleitlinien/015-071l_S3_Therapie_entz%C3%BCndlicher_
+http://www.yahoo.com
+http://www.cfsan.fda.gov/~lrd/pestadd.html#acrylamide
+https://arxiv.org/abs/1801.09160
+http://censo2010.ibge.gov.br/materiais/guia-do-censo/operacao-censitaria.html.Acessoem
+http://www.abe1924.org.br/quem-somos
+http://www.businessweek.com/stories/2007-05-01/wal-marts-record-on-human-rightsbusinessweek-business-news-stock-market-and-financial-advice
+http://www.alcatel-lucent.com/enrich/v2i22008/pdf/Analysis_IPTV.pdf
+http://works.bepress.com/cgi/viewcontent.cgi?article=1006&context=timo_wandhoefer
+http://nacovadoleao.blogspot.com/2013/02/lojas-com-personalidade.html
+www.solomontimes.com/news/memorial-service-held-for-japanese-soldiers-of-ww2/2590
+http://www.health.gov/dietaryguidelines/dgac.Accessed22
+http://www.kyobun.co.jp/news/20150618_02.html「新科目「公共」、自民提言に沿う教育現場には懸念も」
+http://www.ncbi.nlm.nih.gov/books/NBK114350/
+http://journaldialogue.org/issues/issue-1/theseus-loses-his-way-viktor-pelevins-helmet-of-horror-and-the-old-labyrinth-for-the-new-world/17/20
+http://ai.annales.umcs.plData:27/04/201902
+http://eprints.uny.ac.id/15422/1/SKRIPSI%20INOVIA.pdf
+http://people.reed.edu/~reyn/transport.html
+ftp.tns.lcs.mit.edu/pub/otcl/doc/tutorial.html
+www.netzpiloten.de/btada-onlinebeteiligung-mittels-vbulletin
+http://dev.naver.com/openapi/
+melilahjournal.org/p/2012-supplement-2.html
+http://dab.saude.gov.br/portaldab
+https://hu.m.wikipedia.org/wiki/F%C3%A1jl:-Hungarian_Air_Force_Antonov_An-26_departs_RIAT_14thJuly2014_arp.jpg
+http://www.atmos-chem-phys.net/5/1855/2005/
+http://howsound.org/2014/01/the-hospital-always-wins/
+http://www.rsr-online.ru/doc/norm/222.pdf
+http://www.peckhamia.com/salticidae/permision.php
+https://www.iscresearch.com/cornavirus-covid-19-update
+http://www.omniclass.org/
+http://www.projuventute.ch/fileadmin/kundendaten/projuventute/kinderDerLandstrasse/KiLa_Chronologie_lang_Erg_d.pdf
+http://www.abb.com/automation
+http://www.un.org/esa/population/publications/wpp2006/WPP2006_Highlights_rev.pdf
+www.scottishcorpus.ac.uk/cmsw/
+http://dl.acm.org/citation.cfm?doid=2187836.2187882
+http://www.cswl.com/whiteppr/white/autocad.htmi.Accessed
+http://www.unhcr.org/5592b9b36.html
+https://www.sos.state.oh.us/globalassets/ballotboard/2017/2017-08-17-certifiedballotlanguageissue2.pdf.Accessed
+http://www.springerlink.com/
+https://en.wikipedia.org/wiki/History_of_unmanned_aerial_vehicles#cite_note-2,Sonbakılmatarihi23Şubat
+http://www.ercolaw.com/index.php?option=com_content&view
+https://financialobserver.eu/poland/a-new-wave-of-ukrainian-migration-to-poland/,12.06
+fromstats.uis.unesco.org/unesco/TableViewer/document.aspx?ReportId=124&IF_Language=eng&BR_Country=5240&BR_Region=40535
+http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm
+http://www.mcser.org/journal/index.php/ajis/article/view/6346.KönigGörögh
+http://pediatrics.aappublications.org/content/121/1/e53.full.ht
+https://www.minfin.gov.ua/news/view/verkhovna-rada-pidtrymala-serednostrokove-biudzhetne-planuvannia?category=novini-ta-media
+http://www.cs.utah.edu/˜jcpark/publications/UUCS-06-011.pdf
+https://www.bmc.com/blogs/containers-vs-virtual-machines/
+http://www.jneurosci.org/content/4/7/1863
+http://www.emg.org.za/images/downloads/water_cl_ch/cpcasestudies/CULISA-final-booklet-FOR-PRINTING.pdf
+http://linkinghub.elsevier.com/retrieve/pii/S2214579615000507
+http://emh.ch/en/services/permissions.html
+http://www.energystar.gov
+http://www.westwoodcorporation.com/worldwide/france.pdf
+http://polit.ru/article/2011/05/06/bauman/
+https://goo.gl/v93BCn
+http://www.unhabitat.org/downloads/docs/788_62781_Human%20rights.pdf
+http://pss.sagepub.com/content/21/12/1894.full.pdf
+http://files.eric.ed.gov/fulltext/EJ1069007.pdf
+http://ls126.molsci.org/files/Carlson_
+http://www.lovdata.no/all/hl-19980717-061.html#1-3
+https://goo.gl/iCbuqF
+http://simulua.luaforge.net/
+http://www.musictherapy.org/about/quotes/
+http://www.esconline.com/accessed
+http://www.grupopuntacana.org
+https://ekonomi.kompas.com/read/2018/10/23/190000326/menkeu--4-tahun-jokowi-jk-subsidi-energi-dikurangi-perlindungan-sosial
+http://www.fia.fs.fed.us/library/bus-org-documents/docs/FIA_Annual_Report_2013.pdf.Accessed
+http://en.wikipedia.org/wiki/Accuracy_and_precision
+availableonlinewww.downergroup.com
+http://homotopytypetheory.org/2013/07/24/cohomology/
+http://njbullying.org/documents/ttofifarrington2011.pdf
+http://www.webcitation.org/69wwiYWT9
+http://www.redalyc.org/articulo.oa?id=179421198003
+https://www.oecd.org/education/imhe/QT%20policies%20and%20practices.pdf
+https://jyx.jyu.fi/dspace/handle/123456789/19254
+http://is2.lse.ac.uk/asp/aspecis/20080023.pdf
+http://www.biographi.ca/en/bio/trutch_joseph_william_13E.html
+http://www.cigionline.org/publications/2010/11/future-security-sector-reform
+http://www.iepec.org/paris2010/BlancPresentation.pdf
+Websitewww.kema-kps.nl
+http://mkp.fisip.unair.ac.id/index.phpoption=com-content&view=article&id=87
+http://www.ihep.ac.cn/english/conference/icrc2011/paper/
+http://msdn.microsoft.com/en-us/library/aa383686
+http://www.sciencedirect.com/science/article/pii/S0167278907004198
+http://iubio.bio.indiana.edu/treeapp/
+https://developer.vuforia.com/downloads/sdk
+http://0-www.books24x7.com.catalog.kcls.org/marc.asp?isbn=159047225x.Accessed
+http://jnnp.bmj.com/
+https://preprints.jmir.org/preprint/12426
+http://news.bbc.625co.uk/1/hi/world/europe/3599895.stm
+http://www.appliedbiosystems.com
+http://www.mct.gov.br/index.php/content/view/338047.html#ancora
+www.IJCSI.org
+https://www.kayak.com.br/news/mais-de-77-dos-turistas-brasileiros-viajam-sozinhos/
+https://www.aapl.org/AMAexpertwitness.htm
+http://www.ema.europa.eu/docs/en_GB/docu-ment_library/Scientific_guideline/2009/09/WC500003489.pdf
+http://revistapesquisa.fapesp.br/2017/04/19/dra-fraude-se-candidata-para-vaga-de-editora/
+https://www.ccdc.cam.ac.uk/solutions/csd-system/components/csd/
+http://CRAN.R-project.org/package=jsonlite
+http://www.infoescola.com/sociologia/adocao-no-brasil/
+http://www.financepractitioner.com/
+http://www.dnb.nl/en/news/dnb-publications/dnb-working-papers-series/dnb-working-papers/working-papers-2016/dnb338622.jsp
+http://whc.unesco.org/en/tourism/
+http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2011/Lei/L12529.htm
+http://www.winsite.com/info/pc/win95/demo/align32.zip/(16-bit-version)orhttp://www.winsite.com/info/pc/win3/demo/align16.zip/
+https://www.mediatelecom.com.mx/2018/09/10/banda-ancha-movil-influye-en-el-crecimiento-del-pib-de-los-paises/
+http://jodi.ecs.soton.ac.uk/Articles/v01/i08/Doerr/
+http://www.fao.org/nr/land/soils/soil/wrb-docu-ments/en
+http://search.proquest.com/docview/1708016783?accountid=15533
+http://samaj.revues.org/3662
+http://www.newyorkfed.org/newsevents/news/markets/2012/fxq112.pdf
+http://www.scielo.br/pdf/csc/v19n12/1413-8123-csc-19-12-04797.pdf
+www.tech.nite.go.jp/human/indexeng.html
+http://vista.cira.colostate.edu/improve/Publications/Reports/2011/2011.htm
+http://www.businesswire.com/news/home/20150716005694/en/
+http://creativecommons.org/licenses/by/4.0/
+http://magazines.russ.ru/znamia/2000/4/zubov.html
+http://www.scielo.br/scielo.php?pid=S0006-87052015000300298&script=sci_arttext
+http://www.cdc.gov/h1n1flu/updates/international.Accessed
+http://www.nhtsa.gov/Research/Databases+and+Software.Zuletztgeprüftam:31.10
+http://www.sciencedirect.com/science/article/pii/S0378775311003764
+https://hochschul-forumdigitalisierung.de/sites/default/files/dateien/Abschlussbericht.pdf
+http://www.epistemocritique.org
+http://www.sedhc.es/congresos/index.php?id_cng=4
+http://mc.manuscriptcentral.com/pha
+http://www.ufpi.br/subsiteFiles/ppged/arquivos/files/eventos/evento2009/GT.2/2_Aldina%20de%20Figueredo%20Cunha%20e%20Maria%20da%20Gl%C3%B3ria%20Soares%20Lima.pdf.Acessoem20denovembrode
+http://basessibi.c3sl.ufpr.br/brapci/index.php/article/view/0000009680/c0b410d13c8c2aa9de90f1135f51a2c8
+http://siteresources.worldbank.org/INTARD/Resources/335807-1229025334908/ARDNote45a.pdf
+https://acc.dau.mil/CommunityBrowser.aspx?id=3252552010
+http://www.icomos.org
+lanl.gov/abs/cond-mat/9903353
+wwwinfo.mfcr.cz/aris
+https://canadianarchaeology.com/caa/about/ethics/statement-undrip-and-trc-calls-action
+http://www.educastur.princast.es/info/calidad/indicadores/doc/comision_europea.pdf
+http://www.plantasmedicinais.org/saúde/arquivo000013.html
+http://sgb.meb.gov.tr/meb_iys_dosyalar/2012_12/06020711_meb_istatistikleri_orgun_egitim_2006_2007.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/1432030
+www.pcori.org/research-results/about-our-research/research-methodology/pcori-methodology-standards#AssociatedwithPatient-Centeredness
+http://ecdc.europa.eu/en/activities/surveillance/hiv/pages/euro-hiv_project.aspx
+http://especiales.rpp.com.pe
+www.stadtteilgarten-langwasser.de/index.html
+http://alsic.revues.org/865#tocto2n1
+http://www.w3.org/TR/rdf-primer/
+http://www.bbc.com/news/uk-29591561
+http://www.europapress.es/navarra/noticia-personas-discapacidad-formadas-guias-turisticos-mostraran-tudela-visitantes-pais-vasco-20140627182521.html
+http://www.basscoast.vic.gov.au/Services/Building_Development/Planning/Strategic_Planning/Planning_Scheme_Amendments/Amendment_C82_-_Land_Subject_To_Inundation_Overlay
+http://www.parentingscience.com/theory-of-intelligence.html
+http://www.gamsworld.org/global/globallib/globalstat.htm
+http://zakon5.rada.gov.ua
+http://www.interesjournals.org/ER
+www.scholink.org/ojs/index.php/rem
+http://www.cna.org/sites/default/files/National%20Security%20and%20the%20Threat%20of%20Climate%20Change%20-%20Print.pdf
+http://www.sciencedirect.com/science/article/pii/S2215910X1470028X
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2290111&tool=pmcentrez&rendertype=abstract
+http://www.avenirsocial.ch/cm_data/EthikprinzSozArbeitIFSW.pdf
+http://www.wohnbau.steiermark.at/cms/beitrag/12121047/113383901
+http://www3.gehealthcare.com/en/Products/,/media/Downloads/us/Product/Reimbursement/Customer-Advisories/
+http://www.revistacoopercitrus.com.br/index.php/916
+https://periodicos.ufsm.br/reveducacao/article/view/3838.Acessoem:16deagostode2017
+https://repositorio.cepal.org/bitstream/hand-le/11362/42664/1/RVI122_Stellian.pdf
+http://link.springer.com/article/10
+https://www.facebook.com/groups/752682221508500/?ref=bookmarks
+http://www.iom.int/jahia/Jahia/about-migration/developing-migration-policy/migration-labour/labour/lang/es
+http://www.p21.org/storage/documents/P21_Framework_Definitions.pdf
+http://primorska.info/novice/5466/veliki_koncert_v_spomin_na_delo_andreja_marusica
+mrc.ac.uk/Ourresearch/Ethicsresearchguidance/Datasharinginitiative/Policy/index.htm
+http://edr.sagepub.com/cgi/doi/10.3102/0013189X11413260
+http://www.sccgov.org/sites/sccphd/en-us/Pages/phd.aspx
+http://texas.i-found-it.net/HarrisonStageStop.html
+http://www.networkworld.com/article/2162466/cloud-computing/cloud-computing-gartner-top-10-cloud-storage-providers.html
+bashnet.ru
+http://fg.bmj.com/FrontlineGastroenterol:firstpublishedas10.1136/flgastro-2020-101406on13
+http://tinyurl.com/7c5us5p
+http:10.3402/polar.v34.24252
+http://www.numdam.org/item?id=PMIHES_1981__53__53_0
+http://data.unaids.org/pub/EPISlides/2007/2007_epiupdate_es.pdf
+http://www.his.se/
+http://www.freidok.uni-freiburg.de/volltexte/2075/
+http://jknnl.sourceforge.net/
+2012.www.wired.com/insights/2012/11/3d-visualization-big-data
+http://www.pnas.org/content/105/49/19432.abstract
+http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2005/decreto/d5626.htm
+http://www.makhuduthamaga.gov.za/docs/idp/2012-2013%20MLM%20IDP.pdf
+http://www.technologyreview.com/articles/reviews060J.asp
+http://www.g7.utoronto.ca/finance/fm081010.htm
+http://eprints.unsri.ac.id/id/eprint/1310
+http://www.redalyc.org/articulo.oa?id=189116275004
+http://www.epa.gov/wateratlas/geo/maplist.html
+https://arxiv.org/abs/1911.05049
+http://palms.ee.princeton.edu/node/428
+http://www.aclu.org/files/pdfs/freespeech/brca_Ganguly_declaration_20090826.pdf
+http://training.fema.gov/EMIweb/IS/is800b.asp
+http://www.ukcgg.org/media/774853/evaluation_and_reporting_of_sequence_variants_bpgs_june_2013_-_finalpdf.pdf
+http://www.revistas.usp.br/ra/article/view/38590
+http://www.guardian.co.uk/environment/2011/nov/02/morocco-solar-farm-renewables?INTCMP=SRCH
+https://www.sciencedirect.com/science/article/abs/pii/0167839695000305
+http://www.confcontact.com/2007may/5_disyak.php15
+https://www.nidcd.nih.gov/health/recurrent-respiratory-papillomatosis
+http://www.acreditacionensalud.org.co/sua/Documents/Acreditaci%C3%B3n%20en%20Salud.pdf
+http://www.csciencia2007.csic.es/
+http://asean.org/asean-integration-report-2015-4/
+http://www.flickr.com
+https://www.conpedi.org.br/publicacoes/9105o6b2/g3i1y3j8/shhUC7D3i9S769i2.pd
+www.finance.senate.gov/library
+http://www.tax.org/readingsintaxpolicy.nsf/
+http://science.sciencemag.org/content/357/6346/75
+https://www.aaai.org/ocs/index.php/AAAI/AAAI15/paper/view/9945/9227
+http://www.arnoutvisser.com/function%20tiles%20and%20tile%20kitchen.html
+http://iai.asm.org/
+scholar.waset.org/1307-6892/10003578
+http://www.pfisterer.com
+https://5g.ieee.org/images/files/pdf/ieee-5g-roadmap-white-paper.pdf
+http://www.jb.man.ac.uk/~sjm/cmb_teide.html.5
+http://www.road-map2050.eu/attachments/files/Volume1_fullreport_PressPack
+http://dx
+http://pcl.cs.ucla.edu/projects/parsec/
+http://www.who.int/classifications/icf/en/
+http://core.siu.edu/surveys.html
+http://florabase.dpaw.wa.gov.au
+https://www.gtac.edu.au/wp-content/up-loads/.../StomatalDensity_LabPreparation.pdf
+http://hdl.handle.net/10402/era.28977
+http://www.sciencedirect.com/science/article/pii/S0021929018301544
+http://www.powerflour.org
+http://anrcatalog.ucdavis.edu
+https://studentwellbeinghub.edu.au/educators/resources/australian-student-wellbeing-framework/
+http://www.treatmentadvocacycenter.org/
+http://etd.eprints.ums.ac.id/4564/1/A320030205.pdf
+http://www.redu.um.es/Red_U/2
+http://www.sciencedirect.com/science/article/pii/S1386142505001022
+http://online.wsj.com/news/articles/SB10001424127887323893004579057063223739696
+https://www.echocommunity.org/en/resources/65549f80-d7b7-4e8d-868c-a60489174038
+http://www.arcticpeoples.org/2007/09/13/arctic-states-split-on-un-declaration-on-rights-of-indigenous-peoples/#more-146
+http://www.springerlink.com/content/0tgk677f4v6ydg8a/
+http://www.wsf.edu.pl/uploadmodule/wysiwyg/Wydawnictwo%20WSF//The%20Translator%20and%20the%20ComputerPiotrowskiGrabowski.pdf
+http://www.euroconferences.info/proceedings/2005_Proceedings/2005_Gottlieb_Henrik.pdf
+https://bit.ly/2F4ihbk.Acessoem
+http://www.iaea.org/inis/collection/NCLCollectionStore/_Public/40/054/40054933.pdf
+https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi
+www.info.gov.za/gazette/acts/1996/a92-96.htm
+http://connection.ebscohost.com/c/articles/85968780/preparing-job-interview-interviewers-responsibility
+www.pre.ethics.gc.ca/eng/english/publicparticipation/callforcomments/consultation_20130912/
+http://fadn.pl
+http://www.coronelsuarez.gob.ar/civitas/modulos/noticias/adjuntos/adjunto_20720_5.pdf
+http://www.ijpam.eu
+http://objdig.ufrj.br/51/teses/EEAN_D_IvoneteVieiraPereira.pdf
+services.google.com/fh/files/blogs/googledelayexp.pdf
+https://www.ars.usda.gov/ARSUserFiles/80400525/Data/SR/SR28/sr28_doc.pdf
+http://www.hysep.com/fileadmin/hysep/user/documents/B-09-010_hysep_A4_wb.pdf
+http://www.oaa-anaes.ac.uk/assets/_managed/cms/files/Meeting%20Docs/2014/2014%20non-INOA%20abstracts%20
+http://www.fundraising.org.pl/0-fundraisingu
+http://water.epa.gov/action/advisories/drinking/upload/dwstandards2012.pdf
+http://democraciaejustica.org/cienciapolitica3/sites/default/files/assessoria_juridica_e_advocacia_popular_no_brasil.pdf
+https://www.cdc.gov/vaccines/pubs/pinkbook/index.html
+http://www.irandailybrief.com/2014/01/14/unsafe-environment-for-women-in-iran-sexual-harassment-in-the-workplace
+http://dergi.tbd.org.tr/yazarlar/28052001/aysegul_culha.htm
+http://casos.isri.cmu.edu/events/conferences/2004/2004_proceedings/V.Fellman,Phill.doc
+http://search.ebscohost.com/login.aspx?direct=true&db=cin20&AN=122432319&site=ehost-live16
+https://link.springer.com/article/10.1007/BF03219472
+https://ssrn.com/abstract=3188753
+http://www.histedbr.fe.unicamp.br/acer_histedbr/seminario/seminario8/trabalhos.htm
+http://www.independent.co.uk/news/uk/politics/george-osborne-actually-cut-health-budget-by-20-per-cent-despite-nhs-promises-analysis-finds-a6751311.html
+http://www.igt.psc.br/ojs/viewarticle.php?id=178&layout=html
+http://repubblica.it
+https://scholar.google.com/scholar?cluster=7211563320755842275&hl=en&as_sdt=0
+http://www.mtholyoke.edu/acad/intrel/walglob.htm
+https://www.natusneurostore.com/p-465-f-e5sh-48-genuine-grass-reusable-10mm-silver-cup-surface-electrode-48-wire-10box.aspx
+http://www.who.int/hiv/pub/drugresistance/report2012/en/.Accessed
+https://www.weforum.org/reports/new-vision-for-education-fostering-social-and-emotional-learning-through-technology
+https://www.cairn.info/revue-l-information-litteraire-2006-2-page-27.htm
+www.bjournal.com.br
+http://www.guardian.co.uk/world/1997/jun/03/mcveigh.usa
+http://mpra.ub.uni-muenchen.de/13621
+http://www.ideals.illinois.edu/bitstream/handle/2142/705/co?sequence=2
+http://www.solidcactus.com/pci.htmlPCIcomplianceprocessforhotels
+http://www.unhcr.org/refworld/docid/49a28afb2.html
+https://www.r-project.org/
+http://media.unwto.org/es/press-release/2011-09-07/el-turismo-internacional-muestra-un-saludable-crecimiento-en-la-primera-mit
+http://www.theatlantic.com/past/docs/issues/2000/03/press.htm
+http://comprop.oii.ox.ac.uk/wp-content/uploads/sites/93/2018/02/Polarization-Partisanship-JunkNews.pdf
+http://www.biomedcentral.com/1471-2180/11/108
+http://www.economist.com/printedition/displaystory.cfm?story_id=9249171
+http://www.cmnbc.ca/sites/default/files/natural%2520capital_0.pdf
+http://bibliotecadigital.agronet.gov.co/bitstream/11348/3728/2/SIG-ACTUALIZACION_SANTA%20ROSA%20DEL%20CABAL_RISARALDA.pdf.Fechadeconsulta
+http://www.walkerart.org/collections/publications/art-expanded/crux-of-fluxus/
+http://www.qaproject.org/pubs/PDFs/ISSUESJA.PDF
+http://www.jupiterdirect.com/reports/ecommerce
+http://www.cnt.org.br/Paginas/index.aspx
+rdsweb2.rdsinc.com/
+http://jvi.asm.org/Downloadedfrom
+http://www.mte.gov.br/index.php/trabalhador-economia-solidaria
+www-ec.destatis.de/csp/shop/sfg/bpm.html.cms.cBroker.cls?cmspath=struktur,vollanzeige.csp&ID=1017619
+http://www.uni-bielefeld.de/ikg/zick/ajzen%20construction%20a%20tpb%20questi
+http://imagej.nih.gov/ij
+http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2010/lei/l12305.htm
+http://nhb.gov.in
+http://www.britannica.com/EBchecked/topic/389832/monodrama
+https://www.gov.uk/government/publications/digital-landscape-research/digital-landscape-research
+www.iges.de/publikationen/gutachten/dak_report_2010/index_ger.html
+http://hemarge.org.tr/ckfinder/userfiles/files/2003/2003-vol5-sayi2-84.pdf
+https://github.com/bioinformed/vgraph22
+https://www2.camara.leg.br/legin/fed/lei/2012/lei-12663-5-junho-2012-613164-normaatualizada-pl.pdf.Acesso:em28fev2019
+http://www.state.gov/r/pa/prs/ps/2002/8190pf.htm
+http://www.santepubliquefrance.fr/Accueil-Presse/Tous-les-communiques/Impacts-sanitaires-de-la-pollution-de-l-air-en-France-nouvelles-donnees-et-perspectives
+http://digikey.com
+https://www.oktatas2030.hu/wp-content/uploads/2018/08/a-nemzeti-alaptanterv-tervezete_2018.08.31.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/23496172
+http://pascuadeovalosyovoides.blogspot.com/2015/04
+www.ic.nhs.uk/webfiles/publications/smoking09/Statistics_on_smoking_England_2009.pdf
+http://www.abto.org.br/abtov02/portugues/profissionais/biblioteca/pdf/livro.pdf
+http://www.scienceinafrica.co.za/2001/august/mothers.htm
+https://en.wikipedia.org/wiki/Quantumphasetransition
+http://ww2.amstat.org/meetings/ices/2016/proceedings/148_ices15Final00209.pdf
+http://edoc.hu-berlin.de/dissertationen/raya-siraj-2011-07-07/PDF/raya.pdf
+http://www.rnp.br/_arquivo/wrnp2/2003/ufecf01.pdf
+https://bcpsqc.ca/about-the-council/our-vision-and-values/
+http://www.snu.ac.kr/ICSFiles/afieldfile/2006/01/10/report.pdf
+http://ph.іcmp.lvіv.ua/~ashv/tex/TeXandUkraіnіan.koі.html.28
+http://www.scielo.org.co/
+http://www.nice.org.uk/nicemedia/live/12237/48780/48780.pdf
+http://www1.webng.com/economics/make-indices.html
+http://www.scielo.br/scielo.php
+http://videotorium.hu/en/recordings/details/6740
+http://tvdigital.files.wordpress.com/2008/09/mobile-2006-adriana-silva.pdf
+https://helda.helsinki.fi/bof/bitstream/handle/123456789/14368/dp1416.pdf
+http://davidmarlow.regen.net/2011/11/09/rebalancing-is-dead-%E2%80%93-long-live
+http://www.ers.usda.gov/data-products/commodity-and-food-elasticities.aspx
+www.e-health-insider.com/img/document_library0282/NHS_and_Social_Care_IT_Review
+http://www.governo.it/bioetica/
+http://EconPapers.repec.org/RePEc
+http://repositorio.upr.edu:8080/jspui/handle/10586/41
+http://chipstreet.com/2012/06/01/amazon-studios-new-old-deal-for-screenplay-options/
+http://www.rae.es
+https://technet.microsoft.com/en-us/library/dd392266%28v=ws.10%29.aspx
+http://www.euromoneyfix.com/Article.aspx?ArticleID=1923045
+biomedcentral.com/submit
+http://www.poderjudicial.gob.do/poder_judicial/info_gral/historia_poder_judicial.aspx
+http://periodicos.ufpb.br/index.php/pgc/article/view/9887
+https://github.com/datreant/MDSynthesis
+rivm.nl/vtv/object_document/o1259n17502.html
+http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.197.6692&rep=rep1&type=pdf
+https://books.google.nl/books?id=zIvm24w8PXYC&pg
+http://www.molvis.org/molvis/v13/a125/
+https://www.bbc.com/news/world-europe-35739551
+http://journal.julypress.com/index.php/jed
+http://www.eoearth.org/view/article/51cbee017896bb431f6956d3
+http://www.moe.gov.jo/a_erfke/a_er.htmNCHRD
+https://www.dovepress.com/by207.241.231
+https://CRAN.R-647project.org/package=pgirmess
+http://www.en-contro2012.mg.anpuh.org/resources/anais/24/1340284884_ARQUIVO_
+http://www.ecs.org/clearinghouse/57/12/5712.pdf
+www.rbgkew.org.uk/ceb/sepasal/internet/ae
+http://www.cdc.gov/nchs/nhanes/nhanes2007-2008/nhanes07_08.htm
+http://www.cdc.gov/std/HPV/STDFactHPV.htm.Accessed
+http://mideastsoccer.blogspot.co.uk/2015/02/sports-associations-step-up-pressure-on.html
+http://www.revistas.una.ac.cr/index.php/geografica/article/view/2674
+www.ijcaonline.org
+http://fetzer.org/sites/default/files/images/stories/pdf/selfmeasures/HELPING_OTHERS-HelpingAttitudesScale.pdf
+https://esid.org/Working-Parties/RegistryWorking-Party/Diagnosis-criteria
+http://www.kjemi.uio.no/software/dalton/dalton.html
+http://www.petit-anjou.org
+http://oee.nrcan.gc.ca/english/newhouses_r2000.cfm
+http://www.resa.net/downloads/special_education_forms/annual_goals_1.pdf
+https://www.iaea.org/About/Policy/GC/GC56
+http://apsjournals.apsnet.org/doi/abs/10.1094/PDIS-08-11-0636
+http://folk.uio.no/palk/ch02.htm
+http://www.efficient.com/doc/EM.html
+ftp.ee.lbl.gov/pathchar
+https://stats.oecd.org/Index.aspx?DataSetCode=AVE_HRS
+http://www.un.org/disabilities/default.asp?id=150
+http://www.jengroff.net/pubs_files/Tech-Rich-ILEs_GROFF-FINAL.pdf
+http://tpx.sagepub.com/content/30/1/41.full.pdf
+http://www.kcoyle.net/jal_33_2.html.Consultadoem08/03/2011
+http://ikeherdiana-fpsi.web.unair.ac.id/html
+http://rfc.net/rfc1951.html
+http://www.un.org/waterforlifedecade/scarcity.shtml
+http://edition.cnn.com/2011/10/05/opinion/rushkoff-occupy-wall-street/index.html
+http://www.bbc.co.uk/news/technology-22790221
+www.jmedicalcasereports.com/con-tent/2/1/3
+http://www.bipm.org
+http://www.answers.com/topic/yasumasa-morimura
+http://portal.acm.org/citation.cfm?id=1298455.1298473
+www.cran.r-project.org/web/packages
+http://www.canids.org/canidnews/12/Bush_dogs_in_sao_Paulo.pdf
+www.pmdocs.com
+http://www.resus.org.uk/pages/reaction.pdf
+http://www.sst.dk/publ/Publ2010/CFF/Mental_sundhed/Mental_sundhed_blandt_voksne_danskere.pdf.Accessed7
+http://www.smartgridgotland.se/index.pab
+http://www.bgbl.de/xaver/bgbl/start.xav
+http://www.stat.si/StatWeb/prikazi-novico?id=5160&idp=3&headerbar=2
+http://www.brookings.edu/blogs/up-front/posts/2011/08/26-census-race-frey
+https://www.elrha.org/wp-content/uploads/2018/01/HRU-Survey-Report.pdf
+http://web.ebscohost.com/ehost/pdfviewer/pdfviewer?vid=3&hid=19&sid=dd78005c-4cac-4fec-935b-a02f8fff832a%40sessionmgr10
+http://www.cbc.ca/news/canada/british-columbia/b-c-s-single
+https://www.cdc.gov/injury/wisqars/index.html
+https://www.nsd.ru
+http://www.singular.uni-kl.de
+http://m.eltiempo.com/mundo/europa/discrepancia-de-espaa-e-italia-sobre-la-patente-unitaria-europea/8860220
+http://business.timesonline.co.uk/article
+https://www.socialprogress.org/download
+http://www.horizon-systems.com/NHDPlus/NHDPlusV1_home.php.Acces-sed9
+seismo.ethz.ch/srcmodS
+https://github.com/karlrupp/microprocessor-trend-data
+http://www.km.gov.al/skedaret/1204634082-Weekly_news_nr._37.pdf
+http://bit.ly/1FSDCyx
+http://sp.lyellcollection.org/content/265/1/281.full.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/14683451
+http://www.mlearn.org.za/papers-full.html
+http://www.nybooks.com/articles/archives/2009/jan/15/drug-companies-doctorsa-story-of-corruption/LastaccessedAugust5
+https://eric.ed.gov/?id=ED405689
+http://electron.lbl.gov/leedpack/leedpack.html
+http://www.nws.noaa.gov/oh/hdsc/PF_documents/Atlas14_Volume4.pdf
+http://intelligence.org/files/Comparison.pdf
+http://www.biomedcentral.com/1472-6769/10/6
+http://www.protoxrd.com/lxrd.htm.Accessed
+http://www.acm.org/classics/feb96/references.html
+www.who.int/mediacentre/factsheets/fs107/en/
+http://www.youthjournal.eu/Youth%20Yournal%205
+www.cdc.gov/nchs/data/hus/tables/2003/03hus022.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/18157543
+https://sustainabledevelopment.un.org/post2015/transformingourworld
+http://charm.cs.uiuc.edu/papers/LukaszMSThesis08.shtml
+http://www.traditionalhealth.org.za/t/traditional-healing-and-law.html
+http://www.ojhas.org/issue41/2012.1-4.htm
+http://www.bbc.com/news/world-europe-20971100
+http://www.sololiteratura.com/edm/edmmasalladela.htm
+http://www.spout.com/films/460/detail.aspx.Accessed
+http://www.knowledge.wharton.upenn.edu/article/three-questions-majorimplications-financial-well/
+http://vancouver.ca/files/cov/annual-procurement-report-2015.pdf
+https://www.theguardian.com/environment/2012/jan/11/secret-forest-sell-off-list
+https://www.aitsl.edu.au/docs/default-source/default-
+http://w3.ufsm.br/ceem/eiemat/Anais/arquivos/CC/CC_Perego_Franciele.pdf
+http://www.hc-sc.gc.ca/ewh-semt/pubs/contaminants/psl1-lsp1/hexachlorobenzene/index-eng.php
+http://www.timesonline.co.uk/tol/news/world/article3420017.ece
+https://www.repository.law.indiana.edu/ilj/vol72/iss3/5
+http://arxiv.org/abs/0802.0658
+https://www.mathunion.org/icmi/digital-library/icme-proceedings
+http://www.actiontech.com
+www.newwest.net
+http://doi.acm.org/10.1145/1566445.1566469
+http://lhcathome.cern.ch/lhcathome/
+http://agriculture.vic.gov.au/pets/other-pets/amphibians/code-of-practice-for-the-welfare-of-amphibians-in-captivity
+http://news.detik.com/read/2004/05/29/164350/159079/10/200-kiai-habib-dukung-hamzah?n992204fksberita
+http://www.sciencedirect.com/science/article/pii/S0306437912000464
+http://unknown-dostoevsky.ru/files/redaktor_pdf/1555422300.pdf
+www.legislation.govt.nz/act/public/2001/0049/latest/DLM100934.html
+http://www.mecd.gob.es/brasil/dms/consejeriasexteriores/brasil/2014/publicaciones/seminxxii.pdf
+http://www.seekquarry.com/
+https://www.scup.org/page/resources
+http://onlinelibrary.wiley.com/doi/10.1029/2008WR006917/full
+https://www.conjur.com.br/dl/uso-justica-litigio-bra-sil-pesquisa-amb.pdf.Acessoem11/05/2018
+http://rkcsi.indiana.edu/
+http://theprotocity.com/polarised-tehran-tea-house-vs-coffee-shop
+http://www.mma.org/resources-mainmenu-182/cat_view/146-municipal-government/168-municipal-management
+http://docnews
+http://journals.sagepub.com/home/ecx
+http://www.bbpp-lembang.info/index.php/arsip/artikel/artikel-pertanian/833-peran-unsur-hara-kalium-k-bagi-tanaman.Diunduh3Mei
+http://www.thedailystar.net/country/economists-cautious-about-wb-declaration-107356
+http://www.nytimes.com/2015/11/03/opinion/myanmar-election-disenfran-chised-rohingya.html
+http://www.nytimes.com/2014/10/09/upshot/men-dominate-list-of-doctors-receiving-largest-payments-from-drug-companies.html?_r=0
+http://www.tnokeur.nl/connect/binary/retrieveFile?instanceid=20&itemid=131&filename=Algemene+eisen+voor+kwantitatieve+bloed+controle+systemen.pdf&style=home
+http://www.fse.uqam.ca
+http://wm2006.deutschland.de/DE/Content/SharedDocs/Publikationen/gastgeberkonzept,property=publicationFile.pdf
+fromwww.premiumtimesng.com/national-conference-report/pdf/
+http://www.youtube.com/watch
+https://cds.cern.ch/record/1300517
+http://ec.euro-pa.eu/research/biosociety/pdf/pe_biotechindustry.pdf
+http://samtools.sourceforge.net
+https://www.washingtonpost.com/politics/poll-trumps-performance-lags-behind-even-tepid-public-expectations/2017/11/04/35d2a912-bf4d-11e7-959c-fe2b598d8c00_story.html?utm_term=.af35e7b40c42
+http://www.bop.com.pl
+http://zakon.rada.gov.ua/laws/show/309-99-%D0%BF
+http://portal.salud.gob.mx/descargas/pdf/sist_protec_social_salud2aed.pdf
+http://clds.sdsc.edu/
+https://doi:10.1016/j.chroma.2005.10.069
+http://www.yale.edu/hipaa/solutions/smartphones.html
+http://www.alexa.com/siteinfo/webmd.com
+http://www.theatlantic.com/technology/archive/2012/07/3-charts-that-show--how-wikipedia-is-running-out-of-admins/259829/
+http://www.heraldsun.com.au
+http://www.dga.cl/FNE/DERECHOS-NC/Paginas/default.aspx
+arxiv.org/physics/1106.5642
+http://izvestia.ru/news/502761#ixzz28P94FwKD
+http://www.jstor.org/stable/1167322
+http://www.kmworld.com/Articles/Editorial/What-Is-.../What-is-KM-Knowledge-Management-Explained-82405.aspx
+https://linkinghub.elsevier.com/retrieve/pii/S001650851501584X
+http://goo.gl/dzRW34
+http://biorxiv.org/content/early/2016/12/09/092767.abstract
+http://www.investopedia.com/articles/mortgages-real-estate/12/property-tax-abatement.asp21
+http://www.foe.co.uk/resource/reports/losingground-summary.pdf
+http://info.worldbank.org/governance/wgi/index.aspx#home
+http://www.gmc-uk.org/static/documents/content/SOMEP_2016_Full_Report_Lo_Res.pdf_68139324.pdf
+http://www.rcseng.ac.uk/healthcare-bodies/docs/published-guides/gord
+http://www.Haaretz.com/hasen/objects/pages/PrintArticleEn.jhtml?itemNo=681935
+http://www.astrogrid-d.org/project-documents/Posters/publications/citations-na.html
+http://www.csre.iitb.ac.in/~csre/conf/wp-content/uploads/fullpapers/OS5/0S5_15.pdf
+http://www.ledonline.it/snippets/allegati/snippets6004.pdf
+http://www.who.int/hiv/pub/guidelines/art/en/index.html
+http://www.netl.doe.gov/publications/proceedings/03/carbon-seq/PDFs/217.pdf
+http://www.raialyoum.com/?p=729846
+http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1004372
+http://www.graffiti.org/faq/stanchfield.htmlErişim
+http://link.aps.org/supplemental/10.1103/PhysRevE.96.032904
+http://depmath.ulbsibiu.ro/educamath/em/vol1nr1/marcut/marcut.pdf
+http://ajm.sagepub.com/content/26/2/127.full.pdf1html
+https://www.finance-ni.gov.uk/articles/definition-best-value-money
+http://www.omg.org/spec/SysML/1.3/
+http://www.heise.de/newsticker/meldung/Lernen-mit-Spielen-Serious-games-204076.html
+http://en.wikipedia.org/wiki/Principal_component_analysis
+https://store.samhsa.gov/system/files/sma14-4883.pdf
+http://www.fda.moph.go.th/eng/index.stm.Accessed1
+http://www.catholicculture.org/culture/library/fathers/view.cfm?recnum=2051
+http://ctuning.org/cbench
+https://europa.eu/european-union/about-eu/agencies/efsa_es
+http://www.ser.org/docs/default-document-library/ser_restoration_genetics.pdf?sfvrsn=0
+http://www.ncbi.nlm.nih.gov/pubmed/8732462
+http://linkinghub.elsevier.com/retrieve/pii/S0306437904000304
+http://uie.com/article/design_intuitive/
+http://www.cnaacr.com/docs/LEY-7664-LEY-DE-PROTECCION-FITOSANITARIA.pdf
+https://www.ecfr.gov/cgi-bin/text-idx?SID=3ee286332416f26a91d9e6d786a604ab&mc=true&tpl=/ecfrbrowse/Title21/21tab_02.tpl
+https://www.chathamhouse.org/publication/international-economic-governance-last-chance-g20
+http://www.vf.utwente.nl/schaftaj/downloads-diversen/
+http://www.census.gov/library/working-papers/2016/demo/Abramowitz-2016.html
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2372059
+http://www.nature.com/articles/srep40751
+http://pubs.acs.org/doi/abs/10.1021/la990024n
+https://www.google.com/covid19/mobility/Accessed
+http://www.bakosurtanal.go.id/berita-surta/show/big-serahkan-peta-nkri-kepada-kemenkokesra
+www.wikipedia.com
+www.cmegroup.com/company/center-for-innovation/files/history_of_FX.pdf
+http://portal.unisimonbolivar.edu.co:82/rdigital/innovacionsalud
+http://docs.oasis-open.org/xacml/3.0/xacml-3.0-rbac-v1-spec-cd-03-en.html
+http://link.aps.org/supplemental/10.1103/PhysRevC.94.054324
+http://cgap.nci.nih.gov/Chromosomes
+http://www.accessinitiative.org/
+http://www.opensecrets.org/pubs/cubareport/legislation.asp
+www.abs.gov.au/AUSSTATS/abs@.nsf/Latestproducts/4159.0Main%20Features152014?opendocument&tabname=Summary&prodno=4159.0&issue=2014&num=&view
+http://www.revespcardiol.org/es/content/articulo/13077228/
+https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711/rpi_DATA_2711_1p0_preliminary.pdf
+http://www2.pucpr.br/Consultadoem15desetembrode2017
+http://www.kendali.com/index.php?option=co
+https://solutions.1c.ru/catalog/wms4/structure
+http://www.ilo.org/surveydata/index.php/catalog/1396/study-description
+http://oftein.ne
+http://www.thedailybeast.com/articles/2015/07/31/death-of-a-diploma-mill-university-of-phoenix-going-down-in-flames.html
+http://www.nova.edu/ssss/QR/QR8-4/golafshani.pdf
+http://www.upnp.org/resources/documents.asp
+http://www.dft.gov.uk/pgr/regional/ltp/accessibility/developing/research/ssibilityplan
+http://www.physiology.org/doi/10.1152/jn.00372.2011
+vestnik-rzi.ru/2013/12/1145
+https://mkk.uni-nke.hu/megjelent-szamok/2016-2019-evben-megjelent-szamok/2018-2-szam
+http://dritte-option.de/wp-content/uploads/2014/07/Antrag.pdf
+https://siac.mop.gov.cl/Atencion/ingresoCiudadano
+https://www.sciencedirect.com/science/article/pii/S0166046211000573
+http://www.gse.buffalo.edu/org/inthigheredfinance/Publications/Tuition%20paper%5B1%5D.rev.pdf
+http://www.tandfonline.com/doi/full/10.1080/02667363.2014.949629?needAccess=true
+http://www.itl.nist.gov/fipspubs/fip180-1.htm
+http://www.newsreader-project
+www.thehindu.com/2009/01/02/stories/2009010260111100.htmi
+www.impactjournals.com/oncotarget23
+http://www.forbes.com/global/2003/0721/024.html.23
+http://www.fsis.usda.gov:80/OA/background/bkbeyond.htm
+http://www.ftc.gov/news-events/press-release/1999/07/self-regulation-and-privacy-online-ftc-report-congress
+http://www.telegraph.co.uk/finance/newsbysector/retailandconsumer/leisure/11996011/Will-there-be-a-hangover-following-AB-InBev-and-SAB-Miller-mega-merger.html.Lastaccessed12/12/15
+http://ccpforge.cse.rl.ac.uk/gf/project/epoch/for
+http://www.usf.edu/FreeAssociation/
+http://dictionary.reference.com/browse/right-to-know
+http://pmj.bmj.com/
+http://www.sgi-network.org/2018/Governance/Executive_Capacity/Strategic_Capacity/Scholarly_Advice
+http://www.isprs.org/documents/statutes12.aspx
+http://www.eea.europa.eu/data-and-maps/indicators/renewable-gross-final-energy-consumption-4/assessment
+http://www.cpao.embrapa.br/clima/?lc=site/banco-dados/base_dados
+https://www.nidcd.nih.gov/health/taste-smell
+http://www.emadridnet.org/seminario-emadrid-web-datos-educacion/linked-data-repositorios-opencourseware-ocw
+http://www.whitehouse.gov/nsc/documents
+https://www.bdc.ca/en/articles-tools/entrepreneur-toolkit/templates-business-guides/glossary/pages/venture-capital-action-plan.aspx
+http://www.vmware.com/virtualization/virtual-machine.html
+https://chem.libretexts.org/Textbook_Maps/Physical_and_Theoretical_Chemistry_Textbook_Maps/Supplemental_Modules_
+http://arxiv.org/abs/1303.3997
+http://www.kalkinma.com.tr/data/file/faaliyetraporlari/kalkinma_2014_Faaliyet_Raporu.pdfadresindenerişildi
+http://www.ohchr.org/EN/HRBodies/HRC/IICISyria/Pages/Documentation.aspx
+http://www.un.org/womenwatch/daw/public/Feb05.pdf
+http://iheartdigitallife.de
+http://www.effettonotteonline.com/newsRealizzataconJoomla!Generata
+https://web.archive.org/web/20160305025124/http:/hiroc.lpl.arizona.edu/images/PSP/diafotizo.php?ID=PSP_002279_1735
+http://www.ascusc.org/icmc/voll/issue3/hoffman.html.Accessed
+http://ec.europa.eu/public_opinion/flash/fl_404_en.pdf
+http://www-math.mit.edu/∼psh
+http://www.vertebradosibericos.org/
+http://www.fundacionenergia.es/PDFs/Libro%20Energ%C3%ADas%20Renovales/renovables_01.pdfIDAE
+http://myais.fsktm.um.edu.my/53
+http://www.gradeworkinggroup.org/
+http://www.agisoft.ru/
+http://www.wios.bydgoszcz.pl/publikacje/raporty
+https://pub-chem.ncbi.nlm.nih.gov/compound/44093
+http://jp.arXiv.org/abs/physics/0106101
+http://www.sportskhan.net/
+http://hirshfeldsurface.net/
+https://www.probioticadvisor.com
+http://www.unaids.org/en/dataanalysis/knowyourresponse/countryprogressreports/2012countr
+www.charlierose.com/view/interview/9194
+http://veja.abril.com.br/050898/p_040.html
+https://www.cancer.ca/~/media/cancer.ca/CW/cancer%20information/cancer%20101/Canadian%20cancer%20statistics/Canadian-Cancer-Statistics-2015-EN.pdf
+http://www.iaac.org.uk/Portals/0/Evidence%20of%20Cyber-Crime%20v08.pdf
+http://www.santafe.edu/sfi/publications/Bookinforev/ipep.html
+http://www.kgm.gov.tr/sayfalar/kgm/sitetr/trafik/durmaintikal.aspx
+http://www.humanrightsdata.com/
+http://www.cdc.gov/drugresistance/pdf/ar-threats-2013-508.pdf
+http://www.mdpi.com/2304
+http://pmj.bmj.com/
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2629848/
+http://www.numdam.org/item?id=AIHPA_1974__20_1_69_0
+https://clinicaltrials.gov/ct2/show/NCT02247726
+http://www.accamargo.org.br/tudo-sobre-o-cancer/pele-melanoma/31/
+http://www.math.unm.edu/~loring/
+http://www.cdep.ro/pls/legis/legis_pck.htp_act?ida=61631
+http://connecticuthistory.org/towns-page/new-london
+http://www.dhnet.org.br/direitos/deconu/textos/integra.htm
+http://www.inchem.org
+http://www.bps.go.id/
+https://arsandbox.ucdavis.edu/
+http://www.mfa.gov.pl/resource/601901dd-1db8-4a64-ba4a-9c80f2d5811b
+https://www.dpi.nsw.gov.au/__data/assets/pdf_file/0011/598628/West-et-al-
+www.unhcr.org/4371d1a60.html.Accessed
+http://www.corteconstitucional.gov.co/relatoria/2010/C-537-10.htm
+https://fido.palermo.edu/servicios_dyc/publicacionesdc/vista/detalle_articulo.php?id_libro=714&id_articulo=150759
+www.ndma.gov.in/ndma/guidelinesnationaldisastermanagementpolicy2009.pdf
+https://archive.codeplex.com/?p=pykd
+http://apps.fao.orgDateaccessed
+http://csrc.nist.gov/publications/nistpubs/800-82/SP800-82-final.pdf
+http://www.csmonitor.com/2007/0213/p01s01-usec.html
+http://www.aeronautics.nasa.gov/nra_pdf/iifd_tech_plan_c1.pdf
+https://www.rcog.org.uk/en/guidelines-research-services/guidelines/bpp1
+http://pubs.usgs.gov/of/2003/ofr-03-090/
+http://www.business.uts.edu.au/finance/research/wpapers/wp155.pdf
+http://compubmarket.wordpress.com/2009/04/06/eric-cantona-une-marque-autoproduite/
+http://gut.bmj.com/Gut:firstpublishedas10.1136/gut.32.3.260on1
+https://pdfs.semanticscholar.org/5943/5143757952b5aad56a03985b0b475b9f970c.pdf
+http://www.guimaraes.com.br/artigo.asp?idNoticias=226
+Jakarta.www.menlh.go.id/i/art/pdf_1038299105.pdf
+http://quanticfoundry.com/2016/07/21/social-gaming/
+http://bit.ly/2M30e91
+http://doi.wiley.com/10.1002/oby.21458
+http://adsabs.harvard.edu/cgi-bin/bib_query?1987JFM...183..467S.21
+http://download.inep.gov.br/download/censo/1998/superior/evolucao_1980-1998.pdf
+http://www.kff.org/entmedia/upload/8010.pdf
+http://www.nt.gov.au/nths/publichlcdc/preventable/minister.html
+https://www.pantheonsorbonne.fr/fileadmin/Service_recherche/e-marketing/2010/R._Chenavaz_et_C._Paraschiv.pdf
+http://www.marknanos.com/Paul-Shema-10-27-08.pdf
+http:llwww.mext.gojp/bmenu/houdou/13/12/020201/yosaofl.pdfMONBUKAGAKUSHO
+https://www.who.int/news-room/fact-sheets/detail/newborns-reducing-mortality
+http://www.openldap.org
+http://www.itascacg.com/software/flac
+www.impactjournals.com/oncotarget15
+https://openknowledge.world-bank.org/handle/10986/16092
+http://www.socioambiental.org/banco_imagens/pdfs/relatorio_final.pdfAcessoem22deagostode
+retrievedfromwww.ichrp.org/en/projects/131
+http://chemlab.pc.maricopa.edu/periodic
+http://www.kpn.com/v2/upload/4140a0cd-d7b7-4104-b7b1-76ba7c3419fc_Presentation_Fiber_update.pdfS
+http://www.mat.upm.es/~arias/paper.html
+http://viabel.unisbablitar.ejournal.web.id
+http://libros.csic.es/product_info.php?products_id=200
+http://www.accessdata.fda.gov/drugsatfda_docs/nda/2014/206545Orig1s000MedR.pdf.Filesupdateddaily
+http://www.ivifoundation.org/
+https://www.dzs.hr/Eng/censuses/census2011/results/htm/E01_01_01/e01_01_01_zup16_5185.html
+http://www.ncgc.nrcs.usda.gov/products/datasets/watershed/
+https://www.hrw.org/news/2017/03/15/greece-year-suffering-asylum-seekers
+http://www.tarim.gov.tr/Konular/Tarimsal-Destekler
+https://www.brasil247.com/poder/general-braga-netto-ja-e-o-presidente-operacional-do-brasil-e-decisao-foi-ate-comunicada-a-argentinaAcessoem:06.04
+https://angel.co/media-1Acesso
+http://www.zwrotnica.com.pl/2020/01/piwne-podsumowanie-2019.html
+www.elespectador.com
+http://papersubmission.scirp.org/Orcontactijg@scirp.org
+http://pubs.usgs.gov/of/2006/1287
+http://www.whitehouse.gov/the-press-office/2012/01/19/we-can-t-wait-president-obama-takes-actions-increase-travel-and-tourism-
+http://www.derechos.org/nizkor/colombia/doc/palacio27.html#94
+http://www.ead.unifei.edu.br/teleduc/cursos/diretorio/atividades_3189_13///Entendendo_Matriz_DI.pdf
+http://statecancerprofiles.cancer.gov/deathrates/deathrates.html.Accessed
+http://www.Platts.com/engineering/issues/Elec-tricalWorld/0009/0009ew-lineinspection.shtml
+www.uaf.edu/ces.9-10/DI-JS/
+http://www.jstor.org/stable/2984875
+http://www.dspace.org
+http://cre.gov.uk/gdpract/em_cat_ew.html
+http://www.geog.nottingham.ac.uk/~rieley/Current_info/megarticle.html14
+http://zpidlx54.zpid.de/wp-content/uploads/2015/02/IKStatistk2014Ueberblick.pdf
+http://repa.eie.gov.tr/MyCalculator/Default.aspx
+bibliote-cadigital.icesi.edu.co/biblioteca_digital/bitstream/10906/5318/1/09_Carbonell.pdf
+http://www.harris.com
+http://www.imrpublications.com/journal-landing.aspx?volno=5&no=126
+http://codigoespagueti.com/noticias/cultura-diy/
+http://dl.acm.org/citation.cfm?id=646259.684479
+http://www.oxfordmusiconline.com.proxy.lib.uiowa.edu/subscriber/article/opr/t237/e2196
+http://www.chi
+http://psych.colorado.edu/~carey/courses/psyc5112/readings/psnbig5_mccrae03.pdf
+http://www.biomedcentral.com/1471-2288
+scc-csc.lexum.com/scc-csc/scc-csc/en/item/2189/index.do
+http://portal.anvisa.gov.br
+http://www.netequalizer.com/
+http://www.nytimes.com/2014/04/28/opinion/the-wire-next-time.html?_r=0
+https://www.statista.com/statistics/264810/number-of-monthly-active-facebook-users-worldwide/
+http://www.vukov.sk/index.php?lang=en
+https://www.iei.liu.se/fek/frist/722g60/gruppernas_artiklar_och_presentationer/1.149935/Artikeltillseminarie2gruppB2.pdf
+www.finance.gov.pk/survey_1213.html
+https://webstore.iec.ch/preview/info_iec61724%7Bed1.0%7Den.pdf
+https://elibrary.ru/download/elibrary_32400451_44136941.pdf
+http://staffweb.cms.gre.ac.uk/wc06/partition
+https://www.ecb.europa.eu/press/key/date/2012/html/sp120726.en.html
+http://www.cnpq.br/documents/10157/56b578c4-0fd5-4b9f-b82a-e9693e4f69d8
+https://www.youtube.com/watch?v=GEvJlmpZCoM
+https://www.theguardian.com/world/2019/feb/25/yazidis-isis-female-only-commune-jinwar-syria
+http://cern.ch/rjd/Harp/gateset.html
+http://www.esajournals.org/doi/pdf/10.1890/09-1879.1S
+http://link.springer.com/10.1007/978-3-642-36163-
+http://www.eia.gov/forecasts/aeo/
+http://apps.who.int/whosis/database/core/core_select_process.cfm?country=irq&indicators=nha
+http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&db=pccompound&term=441922
+https://xilinx.com/sdnet
+http://www.iwr.uni-heidelberg.de/groups/agbock/FILES/Bock1984.pdf
+http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=12653669
+http://globocan.iarc.fr/factsheets/cancers/breast.asp
+http://onlinelibrary.wiley.com/book/10.1002/9780470754887
+https://genome.jgi.doe.gov/portal/TheFunENCproject/TheFunENCproject.info.html
+www.guidance.nice.org.uk/cg101
+http://www.nhpco.org/i4a/pages/index.cfm?pageid=3327
+http://www.ynet.co.il/articles/
+http://paleo-biodb.org/Lastvisited23
+availableatwww.retirement.org.nz
+http://eur-lex.europa.eu/LexUriServ/LexUriServ
+http://www.linkedin.com/
+http://www.jedalne.sk/sk/public/obraz_v_mediich.pdf
+http://www.dh.gov.uk/en/Publicationsandstatistics/Publications/PublicationsPolicyAndGuidance/DH_134181
+http://www.marketsandmarkets.com/PressReleases/serious-game.asp
+http://pwt.econ.upenn.edu/php_site/pwt_index.php
+http://www.bwpat.de/ausgabe13/dilger_sloane_bwpat13.shtml
+http://www.greeningtheblue.org/
+http://highway.lac.uic.edu/
+http://link.aps.org/supplemental/10.1103/PhysRevLett.115.120403
+https://biruni.tuik.gov.tr/medas/?kn=95&locale=en
+https://techcrunch.com/2016/03/27/the-real-cost-of-robotics
+http://www.nobelprize.org/nobel_prizes/medici-ne/laureates/2013/schekman-facts.html
+https://apps.who.int/iris/bitstream/handle/10665/274603/9789241565639-eng.pdf?ua=1&ua=1
+http://www.mathworks.com/access/helpdesk/help/toolbox/wavelet/
+http://www.minerva.uevora.pt/simposio/comunicacoes/fcosta/guiautor.htm
+www.nytimes.com
+http://www.singular.uni-kl.de
+https://perma.cc/H7W6-NP2C
+http://www.tyndall.manchester.ac.uk/public/Tyndall_shale_update_2011_report.pdf.Accessed
+http://papersubmission.scirp.org/Orcontactaim@scirp.org
+https://www.eenews.net/assets/2018/03/21/document_cw_01.pdf
+https://www.ndsu.edu/pubweb/~grier/Comparison-handheld-ECG-EKG.html
+http://www.consultant.ru/document/cons_doc_LAW_12453/886577905315979b26c9032d79cb911cc8fa7e69
+www.intjcss.com
+http://www.energidataservice.dk/
+https://creativecommons.org/licenses/by-nc-nd/4.0/
+http://www.fda.gov/drugs/drugsafety/post-marketdrugsafetyinformationforpatientsandproviders/ucm094303.htm.Accessed
+http://classic.chem.msu.su/gran/firefly/index.html
+https://groups.nscl.msu.edu/jina/reaclib/db/
+https://justice.org.uk/counter-terrorism-human-rights/
+http://data.worldbank.org/data-catalog.Accessed11
+https://www.maxmind.com/
+http://lams2008.lamsfoundation.org/refereed_papers.htmΠετροπούλου
+http://www.nsf.gov/statistics/nsf13327/content.cfm?pub_id=4266&id=2
+https://www.unrwa.org/what-we-do/protection
+http://iopscience.iop.org/1748-3190/8/2/025004
+http://zakon5.rada.gov.ua/laws/show/422-18
+http://www.amarseaunomismo.com/descargas/como-mejorar-su-autoestima_nathaniel-branden.pdf
+http://www.cenargen.embrapa.br/cenargenda/noticias2006/repams130606.pdf
+http://ecfr.gpoaccess.gov/cgi/t/text/text-idx
+http://www.rotur.esISSN
+http://grants.nih.gov/grants/olaw/references/PHSPolicyLabAnimals.pdf9
+www.econrsa.org/system/files/publications/working_papers/wp233.pdf
+http://www.oecd.org/dataoecd/35/58/42326290.pdf.Zugegriffen
+https://stoffstromer.de/2013/09/28/deutschland-deine-holzkohle/.Page80
+https://www.ncbi.nlm.nih.gov/pubmed/12214795
+http://www.ejbiotechnology.info/content/vol5/issue3/teaching/01/index.html.ISSN07173458
+www.cairn.info/revue-langue-francaise-2012-1-page-31.htm
+https://goo.gl/F1Qda7
+http://www.agl.com.au/~/media/AGL/About%20AGL/Documents/How%20We%20Source%20E
+https://CRAN.R-project.org/package=svd
+http://cms.iuf.org/sites/cms.iuf.org/files/Indian%20Dairy%20Industry.pdf
+http://www.petpartners.org/AAA-TinformationPrice
+http://www.federalnewsradio.com/207/3660056/What-happened-to-all-of-the-young-federal-employees
+http://www.corteidh.or.cr/docs/opiniones/seriea_05_esp.pdf
+http://www.Spirulinasource.com/PDF.cfm/EarthFoodSpirulina.pdf
+https://www.fraserinstitute.org/sites/default/files/efw-2018-master-index-data-for-researchers.xlsx
+http://www.pms.informatik.uni-muenchen.de/publikationen/#PMS-FB-2001-16
+http://www.dh.gov.uk/assetRoot/04/07/42/88/04074288.pdfon14
+http://natef.net/downloads/Dragutin%20Avramovic.pdf
+http://www.cdc.gov/std/stats09/tables/10.htm
+http://www.ustr.gov/releases/2003/12/2003-12-03-letter-gao.pdf
+http://www.stat.gov.tw/ct_view.asp?xItem=35670&ctNode=518
+http://disciplinas.stoa.usp.br/pluginfile.php/183530/mod_resource/content/1/Rama%2C%20%C3%81ngel.%20Los%20procesos%20de%20transculturaci%C3%B3n%20en%20la%20narrativa%20latinoamericana.pdf
+https://goo.gl/KpPkmz
+www.impactjournals.com/oncotarget
+https://upload.wikimedia.org/wikipedia/commons/c/c8/Ventromedial_prefrontal_cortex.png
+http://login.ezproxy.library.ualberta.ca/login?url=http://search.ebscohost.com/login.aspx?direct=true&db=edsggo&AN=edsgcl.117324131&site=eds-live&scope=site
+http://users.wbs.ac.uk/cms_attachment_handler.cfm?f=mev2.pdf&t=mev2.pdf
+http://www.economist.com/world/la/displaystory.cfm?story_id=10766402
+http://www.sec.gov/about/offices/oig/inspector_general_audits_reports.shtml
+http://rcc.its.psu.edu/user_guides/system_utilities/pbs/,accessedAugust07
+http://www.lume.ufrgs.br/handle/10183/108186
+https://www.revolvy.com/page/Cloud%252Dchasing-%28electronic-cigarette%29
+https://avro.apache.org/
+http://princetonusg.com/?page_id=975
+https://www.emeraldinsight.com/doi/10.1108/JWAM-04-2018-0009
+http://sharaku.eorc.jaxa.jp/AMSR/products/pdf/alg_des.pdf
+http://pellet.owldl.com/
+http://bit.ly/2uLOdPm
+https://revistas.ufrj.br/index.php/eco_pos/article/view/2528/0
+http://www.ovarianresearch
+http://archive.informalscience.org/reports/0000/0582/PEDT_Theater_formativeFINAL.pdf
+http://www.stopbullying.gov/what-is-bullying/definition/index.html
+ac.uk
+http://www.cnnexpansion.com/negocios/2014/06/23/sector-cosmetico-se-ve-feo-en-mexico
+www.nber.org/papers/w2023.pdf
+http://www.elsevier.com/wps/find/authorsview.authors/copyrightaccessed20th
+http://strokebestpractices.ca/wp-content/uploads/2013/07/AEROBICS-FINAL-
+http://www.cautg.org/index.php?location=depdirectory
+http://psyjour-nals.ru/files/27572/vestnik_psyobr_2009_3_Pavlov.pdf
+http://extranjeros.mtas.es
+www.v-dem.net/en.Accessed14
+www.iaria.org
+http://www.nrepp.samhsa.gov/ViewIntervention.aspx?id=22
+http://www.wdcyber.corn/nbleedlO.htm
+http://www.unep.org/Documents.Multilingual/Default.asp?DocumentID=502&ArticleID=5545&l=en
+http://datadryad.org/pages/faq
+http://welding-design.com/gases/backfires-flashbacks-and-flashback-arrestors
+http://www.nordicom.gu.se/common/publ_pdf/184_027-036.pdf
+https://perma.cc/
+https://www.washingtonpost.com/politics/police-file-on-newtown-yields-chilling-portrait-of-shooter-and-more-details-of-rampage/2013/12/27/2d09a548-6f4b-11e3-b405-7e360f7e9fd2_story.html
+http://library.ifla.org/1253/1/223-newman-en.pdf
+http://www.chambradoc.it/occitaniaGranda/La-prima-edizione-integrale-della-Bibbia-in-occitano.page
+http://www.time.com/time/magazine/article/
+gob.cl
+http://creativecommons.org/licenses/by/4.0/
+http://vikmuniz.net/pt/news/tweet-childrens-museum-of-the-arts-new-york-ny-september-24-january-25
+http://servicio.bc.uc.edu.ve/educacion/eduweb/vol6n2/art1.pdf
+https://www.dovepress.com/by207.241.231
+www.globes.co.il/en/article-netanyahu-invites-russia-to-develop-israels-gas-fields-1001130872
+www.amstat.org/meetings/jsm/2011/onlineprogram/AbstractDetails.cfm?abstractid=302094Accessed
+http://www.epiconline.org/ccr-definition/
+http://www.rohrmannresearch.net/pdfs/rohrmann-ras-report.pdf
+http://www.independent.co.uk/news/world/americas/obama-admits-use-of-drones-in-pakistan-6297655.html
+http://g1.globo.com/economia/noticia/2016/03/ministro-da-fazenda-espera-retorno-do-crescimento-economico-em-2017.html
+https://www.project-syndicate.org/commentary/doing-development-better?barrier=accesspaylog
+https://ceowatermandate.org/files/Disclosure2014.pdf
+http://www.teachingenglish.org.uk/think/knowledge-wiki/pre-listening
+http://eric.ed.gov/?id=ED470896
+http://www.who.int/iris/handle/10665/43603
+http://www.iccm-central.org/Proceedings/ICCM12proceedings/site/papers/pap1056.pdf
+http://www.pmdc.org.pk/LinkClick.aspx?fileticket=cyh4G9XLyPs%3d&tabid=292&mid=850
+http://www.asi-sig.org/press/Articles/
+http://www.ietf.org/rfc/rfc3031.txt
+http://science.kennesaw.edu/~vkane/LSSInfo/KaneJQT
+http://faostat.fao.org
+http://www.gumer.info/bibliotek_Buks/History/Lotman/06.php
+https://link.springer.com/chapter/10.1007/978-3-319-63450-02
+http://openrefine.org/
+http://www.cc.gatech.edu/aristotle/
+http://www.iogu.gov.ua/publikaciji/stan-gruntiv/
+http://irep.ntu.ac.uk/id/eprint/27946/ÜnlüBilgiç
+http://www.dissercat.com/content/razrabotka-tekhnologii-gidrodinamicheskoi-kavitatsionnoi-ochistki-trub-ot-otlozhenii-pri-rem
+http://periodicos.unitau.br/ojs-2.2/index.php/biociencias/article/viewFile/29/12
+http://marine.copernicus.eu/documents/QUID/CMEMS-IBI-QUID-005-004.pdf
+http://www.laurenceanthony.net/
+http://www.edition.cnn.com/2010/WORLD/africa/06/29/nigeria.oil/index.html
+http://www.ssrn.com
+http://www.weforum.org/reports/global-competitiveness-report-2011-2012
+http://www.nhmrc.gov.au/guidelines/publications/di17
+https://youtu.be/o_txPA8CiA4
+http://www.europhysicsnews.com/full/28/article3/article3.html
+http://www.urban.org/UploadedPDF/412875-how-did-the-great-recession.pdf
+https://terms.naver.com/entry.nhn?docId=1006703&cid=43667&categoryId=43667
+https://www.theatlantic.com/business/archive/2017/08/japan-equal-education-school-cost/535611/
+https://www.aacc.nche.edu/events/aacc-leadership-suite/
+https://github.com/Alamofire/AlamofireRetrievedJan.08
+http://www1.folha.uol.com.br/cotidiano/2013/09/1341847-cfm-diz-que-o-programa-mais-medicos-e-demagogico-e-eleitoreiro.shtml
+http://www.toledo.pr.leg.br
+http://arxiv.org/abs/1605.00943
+http://www.marinespecies.org
+http://www.nnf.org.na/
+http://www.tdot.state.tn.us/traffichistory/.Accessed2/2012
+http://www.ncbi.nlm.nih.gov/pubmed/16765457
+http://www.kremlin.ru/events/president/news/47173
+http://www.afdc.energy.gov/fuels/stations_counts.html
+http://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1416293681156&uri=CELEX
+http://www.endo-society.org
+https://www.larepublica.net/app/cms/www/index.php?pk_articulo=533335500
+https://w3.ens-rennes.fr/math/people/karine.beauchard/
+http://www.sjv.se/forfattningar/djurskyddsforeskrifter.4.b1bed211329040f5080001452.html.Statens
+http://www.springerlink.com/content/d65q2q6j385554l5/fulltext.pdfC608
+http://www.brookings.edu/~/media/Projects
+http://www.povertyisnotagame.be
+http://itp.lucidcentral.org/id/mites/invasive_mite/Invasive_Mite_Identification/key/Mesostigmata/Media/Html/Pachylaelapidae.htmVersiondated15
+http://www.edf.org
+https://www.ecb.europa.eu/pub/pdf/scpwps/ecbwp713.pdf?66593e384324cd4bf1a8ada85cba80d5
+lrs.lt/exweb/AAK/eic20060426/ppt/Zaremba.ppt
+http://cdn.loc.gov/service/ll/fedreg/fr047/fr047051/fr047051.pdf.7
+http://www.ipeadata.gov.br/〉
+http://www.fda.gov/downloads/Drugs/Guidances/UCM193282.pdf
+http://www-01.ibm.com/software/data/infosphere/qualitystage/
+http://www.academia.edu/163544/Measuring_Inequality
+http://www.usingcsp.com/cspbook.pdf
+http://www.unhchr.ch/html/menu3/b/p_genoci.htm
+http://www.jsad.com
+http://www.slideshare.net/ucjc/generacin-20-hbitos-de-los-ad
+http://www.cmvm.pt/pt/EstatisticasEstudosEPublicacoes/CadernosDoMercadoDeValoresMobiliarios/Documents/CadernosMVM%2048d.pdf
+http://www.cabinetoffice.gov.uk/sites/default/files/resources/PPN%203_11%20Open%20Standards.pdf
+http://sacitiesnetwork.co.za/city-development-strategy/state-of-the-cities-reporting/socr-2011/
+https://www.infoworld.com/article/3236869/what-is-apache-spark-the-big-data-analytics-platform-explained.html
+https://www.un.org/development/desa/disabilities/resources/general-assembly/convention-on-the-rights-of-persons-with-disabilities-ares61106.html
+https://www.ru.ac.za/communityengagement/servicelearning/whatisservice-learning/
+http://arohatgi.info/WebPlotDigitizer
+http://doi.wiley.com/10.1046/j.1365-2362.2002.01060.x
+https://dahuri.wordpress.com/2008/02
+https://www.ancr.nu
+http://www.ebrary.com
+http://www.portalcbncampinas.com.br/2015/09/consorcio-pcj-sugere-controle-de-perdas-hidricas-para-compensar-falta-de-reservatorios/
+https://socratces.eu/
+http://mission-dti.inria.fr/Rapport/index.html
+fromwhqlibdoc.who.int/hq/1999/WHO_NCD_TFI_99.12.pdf
+http://www.rubitherm.eu/en/.2015
+http://www.opiekapaliatywna2010.pl/wp-content/uploads/2011/05/sedacja-w-opiece.pdf.Accessed29
+http://www.gamelinux.org/pageid284
+https://clinicaltrials.gov/ct2/show/NCT03654053.82
+http://creativecommons.org/licenses/by/4.0/
+https://www.encorewiki.org/download/attachments/25657/Factor1Analysis_1Statnotes+from1North1Carolina1State1University.pdf
+http://hfs.sagepub.com/cgi/doi/10.1518/001872008X375009
+http://www.isciii.es/ISCIII/es/contenidos/fd-publicaciones-isciii/fd-documentos/SituacionCancerenEspana1975_2006_2010.pdf
+http://www.donatelifeillinois.org/
+http://homepages.math.uic.edu/rosendal/PapersWebsite/Coarse-Geometry-Book17.pdf
+http://ensanut.insp.mx/informes/ENSANUT2012ResultadosNacionales.pdf
+https://jatengekspos.com/pemkot-fokus-selesaikan-masalah-sosial-kota-lama/.Diaksestanggal
+http://www.savethechildren.org
+http://www.moz.gov.ua/ua/portal/register_medicines/.Accessed15
+http://www.cancerrxgene.org
+http://www.peacebuilding.no/var/ezflow_site/storage/original/application/97b2e67d36e03e28d722b9195ee29b66.pdf
+http://www.jbc.org/content/271/5/2851
+http://www.direitovirtual.com.br/artigos.php?details=1&id=170
+lanl.gov/pdf/cond-mat/0506594
+http://www.ingentaconnect.com/content/iapt/tax/2011/00000060/00000003/art00011
+http://www.acgme.org/
+http://www.radikal.com.tr/haber.php?haberno=67521
+http://www.who.int/dietphysicalactivity/summary-report-09.pdf?ua=1
+http://science.sciencemag.org/content/146/3647/1074#BIBL
+http://antimicrobianos.com.ar/ATB/wp-content/uploads/2012/11/01-CLSI-M02-A11-2012.pdf
+http://www.lithiumworld.de/lithium-gewinnung
+http://smallbusiness.chron.com/conduct-fire-drill-work-10444.htmllastaccessed12
+http://www.ucrdatatool.gov/Search/Crime/Crime.cfm
+http://www.unesco.org.tr
+http://www.ipcc.ch/pdf/assessment-report/ar5/wg3/ipcc_wg3_ar5_full.pdf
+http://www.tapr.org
+https://overland.org.au/2018/05/the-death-of-a-multicultural-australia/
+https://igz.hse.ru/data/2016/04/12/1126940930/Goszakaz_N_43_Маслова%20Еременко.pdf
+http://www.egms.de/en/meetings/gma2015/15gma312.shtmlP3-044
+http://www.elcolombiano.com/colombia/los-escandalos-mas-sona-dos-de-politicos-colombianos-en-las-car-celes-XJ7209572
+http://www.nup.ac.cy/gr/programs-available-for-distance-learning/
+http://www.qualitative-research.net/fqs-texte/2-05/05-2-36-e.htm
+http://www2.forumseguranca.org.br
+http://www.unhcr.org/refworld/pdfid/43a6878d4.pdf
+http://www.cca.qc.ca/en/collection/1776-sounding-towers
+http://www.cesadweb.fau.usp.br/files/Noticias/Txt1_50.ht
+http://www.wsc.ec.gc.ca/staflo/index_e.cfm
+http://www.kemco.or.kr윤정숙ㆍ최윤정
+http://www.bionet.nsc.ru/vogis/download/19-6/05_Safronova_Rus_2.pdf↑233
+http://www.dane.gov.co/index.php/estadisticas-por-tema/demografia-y-poblacion/series-de-poblacion
+http://arXiv.org/abs/hep-th/0105059
+http://stat.gov.pl/bdl/app/strona.html?p_name=indeks
+http://wbiomed.curtin.edu.au/genepop/
+http://www.saude.pr.gov.br/modules/noticias/article.php?storyid=3303&tit=Parana-lanca-estrategia-para-reduzir-mortes-e-sequelas-por-AVC
+http://blogs.lse.ac.uk/politicsan-dpolicy/five-minutes-with-colin-crouch/
+https://orcid.org/0000-0001-7192-3046
+http://www.theworldofchinese.com/2013/11/prostitutes-and-poets/
+https://docs.opencv.org/3.3.1/d7/d8b/tutorialpylucaskanade.html
+http://www.bis.org/publ/work255.pdf
+http://portal.mec.gov.br/seesp/arquivos/txt/salamanca.txt
+http://www.marketch.ru/marketing_dictionary/marketing_terms_b/branding/-
+http://www.satisfice.com/tools/testable.pdf
+http://donswaim.com/wcbssoundpage.html
+https://www.mh-hannover.de/bibliothek_publikationsfonds.html
+http://www.imageandnarrative.be/Timeandphotography/picado.html
+http://ase.tufts.edu/gdae/Pubs/rp/DP04NadalWiseJuly04.pdf
+http://www.hechohistorico.com.ar/Trabajos/Jornadas%20de%20Roca%20-%202006/Bessera.pdf
+http://intarch.ac.uk/journal/issue5/walker_index.html
+http://conspect.nl/pdf/Our_Common_Future-Brundtland_Report_1987.pdf
+http://www.goldcopd.org
+www.dme.gov.za/energy/renew_solar.stm
+http://www.ahipresearch.org/pdfs/SurveyICD-10CostsSept2010.pdf
+https://www.researchgate.net/profile/Thomas_Davenport2/publication/200045855_Building_Successful_Knowledge_Management_
+http://www.korektnipodnikani.cz/
+http://stanford.edu/˜boyd/cvxCVX
+http://www.vatican.va/roman_curia/congregations/cfaith/documents/rc_con_cfaith_doc_20030731_homosexual-unions_fr.html
+http://www.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId=LDC2010L01
+https://www.unido.org/fileadmin/user_media/Services/Energy_and_Climate_Change/EPU/TOP1000_UN_Energy_FloraKan.pdf
+http://www.glas-slavonije.hr/275454/7/Na-Zapadu-30-posto-obiteljskih-tvrtki-preuzimaju-nasljednici-i-ubrzo-nakon-toga---propadaju
+https://www.cedefop.europa.eu/en/publications-and-resources/publications/3075
+https://www.cambridge.org/core.IPaddress:207.241.231.81
+http://www.mathsinquiry.org.uk/report/MathsInquiryFinalReport.pdf
+http://www.hls-dhs-dss.ch/textes/d/D12062.php
+https://www.aa.com.tr/en/africa/sudan-says-deal-with-turkey-not-threat-to-arab-nations/1016769
+https://goo.gl/oKRYXf
+https://cyberleninka.ru/article/v/osobennosti-formirovaniya-portfelya-korporativnyh-proektov-innovatsionnogo-razvitiya
+http://www.cfsan.fda.gov/rdb/opa-g074.html.Accessed15
+http://www.accel-team.com/human_relations/hrels_05_herzberg.html
+http://www.who.int/childgrowth/publications/phy-scal_status/en/
+http://www.dodccrp.ori/events/2002CCRTSiTracks/pdf/023.PDF
+http://www.monbiot.comNAVARREC
+http://www.vsw-assp.ch/d/pressedef-d.pdf
+http://www.metoffice.gov.uk/
+https://lib.dr.iastate.edu/cgi/viewcontent.cgi?article=1000&context=card_policybriefs
+https://fbi.gov/file-repository/active-shooter-study-2000-2013-1.pdf/view
+http://www.imf.org/external/pubs/ft/wp/2012/wp1262.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/17375513
+www.dh.gov.uk/en/Publicationsandstatistics/Publications/PublicationsPolicyAndGuidance/DH_125310
+http://www.jstor.org/stable/778559
+http://zakon3.rada.gov.ua/laws/show/929_009
+http://www.oasis-open.org/cover/bosakShakespeare200.html
+https://www.theguardian.com/world/2013/oct/09/lampedusa-shipwreck-italy-state-funeral-migrants
+http://www.observatoriodaimprensa.com.br/artigos/eno180720012.htm
+http://legacy.library.ucsf.edu/tid/byf31c00
+https://data.worldbank.org/indicator/NY.GDP.PCAP.CD?locations=XK&view=chart
+https://www.ncbi.nlm.nih.gov/pubmed/12077312
+http://zakon5.rada.gov.ua/laws/show/z1718-16
+http://www.kia.hu/konyvtar/erdely/erd2002.htm
+http://css.escwa.org.lb/edgd/1476/SWimplicationsforCustomsAdminstrations.pdf
+http://www.revistas.usp.br/rlae/article/view/85063/87913
+https://www.accessdata.fda.gov/cdrh_docs/pdf8/H080004D.pdf
+http://ue.eu.int/ueDocs/cms_Data/docs/pressData/en/ec/00100-r1.en0.htm
+http://journalofvision.org/2/7/245
+http://www.bdsbg.org/bg/standard/?natstandard_document_id=5976
+https://www.myninesigma.com/sites/public/layouts/RFPs/NineSigma/RFP11366-1.pdf
+http://tvdiario.verdesmares.com.br/videos/detalhes-de-videos?id=0076cb3ac36974bbca54dde4807e565b
+www.gov.uk/government/uploads/system/uploads/attachment_data/file/60961/uk-cyber-security-strategy-final.pdf
+https://www.iom.int/countries/lao-peoples-democratic-republic
+http://www.state.nj.us/education/techno/assistive/
+http://www.scielo.cl/scielo.php?script=sci_arttext&pid=S0716-10182013000100006&lng=es
+http://harvardnsj.com/2011/03/untangling-attribution-2/
+http://www.ukrstat.gov.ua
+http://www.education.ie/robots/view
+http://www.re-mission2.org
+http://www.ghente.org/doc_juridicos/liminar_anencefalia.htm
+http://link.aps.org/doi/10.1103/PhysRevLett.110.186801
+https://www.opac.uni-erlangen.de/webOPACClient/search.do?methodToCall=quickSearch&Kateg=0&Content=232451
+http://www.topconpositioning.eu/sites/default/files/product_files/uas_solutions_catalog_7010_2162_reva_sm_0.pdf
+http://www.slate.fr/story/113867/manga-francais-niche.Consultéle7mars2016
+http://www.who.int/entity/gpsc/en/index.html
+http://www.scielo.org.co/pdf/apl/v30n1/v30n1a10.pdf
+http://WorldSpiderCatalog.nmbe.ch
+http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Re-trieve&db=PubMed&dopt=Citation&list_uids=1898899
+http://www.worldwide-tax.com
+http://www.faa.gov/uas/media/uasroadmap2013.pdf
+http://digital.nls.uk/slezer/engraving.cfm?sl=34
+http://www.hrvatski-vojnik.hr/hrvatski-vojnik/2682009/nano.asp
+http://www.duden.de/rechtschreibung/Hindernis
+http://www.geosci-model-dev-discuss.net/7/4081/2014/
+http://www.digilentinc.com/
+http://www.oei.es/pdfs/primerainfanciaperspectiva.pdf
+http://www.memoria.fahce.unlp.edu.ar/trab_eventos/ev.635/ev.635.pdf
+https://shop.bsigroup.com/ProductDetail/?pid=000000000030087852
+http://lcamtuf.coredump.cx/p0f.shtml
+http://www.academiaibericamascara.org
+http://pasisahlberg.com/what-if-finlands-great-teachers-taught-in-u-s-schools/
+https://www.vici.com/liqhand/m6.php
+http://diom.istase.fr/satin/einst
+http://32reuniao.anped.org.br/arquivos/trabalhos/GT16-5857--Int.pdf
+http://www.oasis-open.org/specs/index.php#wsdm-muwsv1.0
+http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0081810
+http://www.is-frankfurt.de/publikationenNeu/ZurEntwicklungderForschungsmet.html.accessed3/1/2007
+http://www.icmbio.gov.br/portal/oinstituto
+https://population.un.org/wpp/DataQuery/
+https://arxiv.org/pdf/1612.01951.pdf
+http://www.cic.gc.ca/english/immigrate/index.html
+http://genome.ucsc.edu/24
+http://www.nrel.gov/docs/fy12osti/51847.pdf
+http://pixelrauschen.de/wbmp/media/map10/map_10_08.pdf
+www.unesco.org/new/fileadmin/MULTIMEDIA/FIELD/Santiago/images/ticsesp.pdfUNESCO
+http://bcinform.ru/spb/AVANTAGE.html
+http://www.seade.gov.br/produtos/spp/v11n01/v11n01_14.pdf.Acessoem
+https://www.reuters.com/article/us-blackstone-group-oxford-donation-idUSKCN1TJ30B
+http://www.nrel.gov/docs/fy16osti/65130.pdf
+http://iris-kidney.com/pdf/3_staging-of-ckd.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/11226737
+https://www.dovepress.com/by207.241.231
+globenet.org
+http://www.hannaharendt.net/index.php/han/article/view/95/156
+http://www.qudt.org/
+http://www.ilo.org/dyn/normlex/es/f
+http://www.mice.iit.edu
+https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/186874/defining-disaster-resilience-approach-paper.pdf
+http://www.nature.com/articles/sdata2017151
+http://krugman.blogs.nytimes.com/2013/01/02/latvia-once-again
+http://www.bluetooth.com/developer/specification/specification.asp
+http://apps.who.int/medicinedocs/en/d/Js21679en/
+http://www.techfest.com/hardware/bus/pci.htm
+http://www.x-tensio.de/uploads/Gesundheitsreport%20Krankenkassen0206.pdf
+https://researchbank.rmit.edu.au/view/rmit:13221
+http://www.healthcaredesignmagazine.com/article/courage-heal-comprehensive-cardiac-critical-care
+http://www.srs.org/news/index.php?id=474
+http://cepa.stanford.edu/sites/default/files/reardon%20whither%20opportunity%20-%20chapter%205.pdf
+http://www.bmj.com/subscribe
+sPrinterforOntario.2016.www.publichealthontario.ca/en/DataAndAnalytics/Documents/Ontario_Respiratory_Pathogen_Bulletin-Season_Summary_-_2015-16.pdf
+http://www.biomedcentral.com/1471-2199/13/6
+http://promo.net/pg/history.html
+http://www.ec.europa.eu/food/animal/diseases/schmallenberg_virus/scientific_seminar_en.htm
+http://salud.gob.ec2
+http://www.maine.gov/agriculture/pesticides/public/index.htm
+http://online.wsj.com/article/SB126102247889095011.html
+https://www.goldmansachs.com/
+http://www.zakatkedah.com/?page_id=715
+http://group.bmj.com/group/rights-licensing/permissions
+http://www.mathworks.com/help/matlab/calling-matlab-engine-from-c-c-and-fortran-programs.html
+http://www.revistasusp.sibi.usp.br/
+http://www.ncbi.nlm.nih.gov/pubmed/11128119
+ticamente.anulada.por.las.instancias.anteriores.al
+https://www.canada.ca/content/dam/hc-sc/migration/hc-sc/fn-an/alt_formats/hpfb-dgpsa/pdf/nutrition/dri_tables-eng.pdf
+http://ec.europa.eu/culture/pdf/doc958_en.pdf
+https://www.who.int/docs/default-source/coronaviruse/situation-reports/20200221-sitrep-32-covid-19.pdf/2020
+https://www.ncbi.nlm.nih.gov/pubmed/18421054
+http://www.pikiran-rakyat.com/seni-budaya/2015/11/22/350806/puluhan-seni-tradisional-terancam-punah
+https://is.savs.cz/dok_server/slozka.pl?id=1678;download=6542
+http://www.ons.gov.uk/ons/search/index.html
+http://www.osci.org
+www.who.int/nmh/publications/ncd_report_full_en.pdfassessedon6th
+http://www.cleancarscampaign.org/web-content/stateaction/stateaction.html
+http://www.salfordstar.com/article.asp?id=2358
+http://www.jmlr.org/papers/v9/vandermaaten08a.html
+https://www.nlchp.org/documents/Homeless_Stats_Fact_Sheet
+www.frontiersin.org
+http://archi.ru/rus-sia/news_current.html?nid=46720
+http://www.joe.org/joe/1999april/tt3.php/
+http://www.mma.gov.br/port/co-nama/res/res11/propresol_lanceflue_30e31mar11.pdf
+https://documents-dds-ny.un.org/doc/UN-DOC/GEN/V10/531/00/PDF/V1053100.pdf
+http://www.spiegel.de/international/zeitgeist/george-church-explains-how-dna-will-be-construction-material-of-the-future-a-877634.html.18
+http://apps.searo.who.int/PDS_DOCS/B5282.pdf
+http://www.who.int/violence_injury_prevention/violence/global_campaign/en/chap3.pdf
+http://portal.uam.es/portal/page/portal/UAM_ORGANIZATIVO/Departamentos/CienciaPoliticaRelacionesInternacionales/personal/fernando_rodrigo/pagina_personal_fernando_rodrigo/teoria_relaciones_inter/Textos/Putnam-%20The%20Logic%20of%20Two-Level%20Games.pdf
+https://goo.gl/bWbE50
+http://real.mtak.hu/23446/1/ProcessSD.pdf
+https://www.bls.gov/tus/charts/students.htm
+http://www.ams.org/journal-terms-of-use8
+http://www.w3.org/TR/sparql11-service-description/
+http://g24.org/wp-content/uploads/2014/03/Kapur-1.pdf
+http://openaccess.thecvf.com/content_cvpr_2018/html/Blau_The_Perception-Distortion_Tradeoff_CVPR_2018_paper.html
+https://www.aerzteblatt.de/pdf.asp?id=64412
+http://www.scientificamerican.com/article.cfm?id=buried-prejudice-the-bigot-in-your-brain
+http://www.motac.gov.my/en/check/hotel?h=&n=1&v=80
+http://www.businessweek.com/articles/2014-02-06/e-cigarettes-fda-regulation-looms-for-1-dot-5-billion-industry
+http://sundragondaylilies.blogspot.com.Accessed22
+http://www.nfpcsp.org/agridrupal/sites/default/files/Idris_Ali_Mia-PR2-08.pdf
+http://www.generative-modeling.org
+http://xplrarc.massey.ac.nz/
+http://www.uc.pt/fluc/lif/publicacoes/textos_disponiveis_online/pdf/autocomprehension_et_histoireAcesso
+https://www.managementmattersnetwork.com/strategic-leadership/columns/peter-drucker-on-leading-millennials
+http://sis.agr.gc.ca/cansis/nsdb/ecostrat/district/climate.html
+http://www.hpa.org.uk/hpr/archives/2008/news2108.htm
+https://www.ceginfo.hu/ceg-adatlap/vodafone-magyarorszag-zrt-0110044159.html
+www.motherisk.org
+https://link.springer.com/content/pdf/10.1023%2FA%3A1022842920066.pdf
+www.impactjournals.com/oncotarget
+http://www.revista-theomai.unq.edu.ar/numero37
+http://www.cs.utexas.edu/users/libra/
+http://cdiss.org/colsep2.html
+http://www.jmap.org/htmlsupport/JMAP_HISTORY.htm
+https://issafrica.org/iss-today/does-the-unwieldy-label-of-the-african-capacity-for-immediate-response-to-crisis-conceal-a-real-determination-to-act
+http://www.humankinetics.com
+http://andrographis.thesciencenet.com/2009/09/andrographolide-new-plant-derived.html.Accessed
+www.ncver.edu.au/data/data/all-data/data-slicer-apprentices-and-trainees-december-2016
+https://orcid.org/0000-0002-1713-3710
+https://gitlab.e-cam2020.eu/e-cam/E-CAM-Library/merge_requests/46
+https://journal.gpps.global/a/5D19RH/
+http://www.genome.ad.jp/kegg
+http://jn.physiology.org/content/87/3/1311.abstract
+http://jvi.asm.org/
+www.web.gov.pl/e-punkt_pr_aut_i_dobra_osobiste/308_1021.html
+http://www.islamansiklopedisi.info/dia/ayrmetin.php
+http://www.sciencedirect.com/science/article/pii/S1286457901015337
+http://gltrs.grc.nasa.gov
+http://www.atsdr.cdc.gov/toxprofiles/tp5.pdf
+https://arxiv.org/abs/1707.05994
+https://www.who.int/mental_health/management/depression/who_paper_depression_wfmh_2012.pdf
+http://www.portal.rn.gov.br/contentproducao/aplicacao/sesap/saude_destaque/enviados/boletim_dst_aids_hv_2011_v4.pdf
+http://www.personeriamedellin.gov.co/
+http://www.dirplan.cl/direccionesregionales/conveniosdeprogramacion/Documents/Informe_Convenios_de_Programacion_2013.pdf.Fechadeconsulta:1defebrerode2017
+http://garfield.chem.elte.hu/Burcat/burcat.html
+enwww.utexas.edu/cola/llilas/centers/claspo/index.html
+https://arxiv.org/pdf/1612.03410.pdf
+http://www.poitou-charentes.frhttp://www.francekeys.com/en-glish/regions/poitou_charentes.shtmlhttp://es.franceguide.com/destinos/francia/regiones-y-ciudades/poitou-charenteshttp://www.francethisway.com/re-gions/poitoucharentes.phphttp://www.technopole-futurosco-pe.comhttp://uk.futuroscope.com
+http://www.sherpa.ac.uk/romeo.php
+http://www.uni-stuttgart.de/soz/soziologie/regression/Mediator-Effekte_v1-
+http://www.who.int./mental_healthh/management/depression/definition/en
+http://siteprouni.mec.gov.br/tire_suas_duvidas.php#conhecendo
+http://etd.lsu.edu/docs/available/etd-11152006-214523
+https://uroweb.org/wp-content/uploads/14-Male-Sexual-Dysfunction_LR.pdf
+http://www.R-project.org/
+https://periodicotribuna.com.ar/3549-pesca-y-corrupcion.html
+http://www.scielo.br/pdf/rlae/v15nspe/pt_07.pdf
+http://edice.asice.se/?page_id=305
+http://ciruelo.uninorte.edu.co/pdf/pensamiento_gestion/23/5_Capital%20intelectual.pdf
+http://cloudharmony.com/benchmarks
+www.bioscience.heacademy.ac.uk/resources/projects/yeoman.aspx
+http://framework.zend.com
+http://www.mgnet.org/mgnet/tutorials/xwb/mg.html
+http://www.iamai.in/media/details/3659
+http://www.idf2005.com
+http://www.pherobase.com/database/kovats
+http://portal.mec.gov.br/cne/arquivos/pdf/Odont.pdf
+http://www.glsen.org/binary_data/GLSEN_ATTACHMENTS/file/274-1.pdf.Accessedon
+http://nbn-resolving.de/urn:nbn:de
+http://kjr.kingsjournalism.com/?p=3321
+http://www.nrdcindia.com/Patent%20Asistance%20(in%20India)%20Form%202011.pdf
+http://www.eubim.eu/handbook/
+http://www.aifm2009.org
+http://ejc.net/media_landscapes/norway
+http://www.census.gov/population/www/projections/usinterimproj/natprojtab01a.pdf
+https://zakon.rada.gov.ua/laws/show/2148-19/
+http://apo.org.au/system/files/120406/apo-nid120406-483146.pdf
+http://report.nih.gov/NIHfactsheets/Pdfs/HumanGenomeProject
+https://artes.esa.int/projects/satinet
+http://researcharchive.calacademy.org/research/ichthyology/catalog/fishcatmain.asp
+http://polit.ru/article/2010/05/21/kiev/
+http://www.mallinckrodt.com/webforms/threecolumn.aspx?id=497
+http://www.designheating.com/pdf/ACF454.pdf
+http://www.latinberries.net
+https://www.progress.org/articles/martin-luther-king-jrs-final-words-of-advice
+http://www.phenomenologyonline.com/max/projects/hsrecogn.html
+http://www.myconvergence.com.my/main/images/stories/SpecialEdition/pdf/MYcon_special_ALL_low.pdf
+taxonomy.zoology.gla.ac.uk/rod/rod.html
+http://www.oxforddnb.com/view/article/48140
+http://www.vliz.be/en/imis?refid=212228
+http://www.ietf.org/internet-drafts/draft-ietf-webdav-versioning-02.txt
+https://www.versobooks.com/blogs/3356-on-the-obsolescence-of-the-bourgeois-novel-in-the-anthropocene
+http://search.informit.com.au/documentSummary;dn=332850582191092;res=IELNZC
+http://www.ahrq.gov/qual/careatlas/
+http://creativecommons.org/licenses/by/4.0/
+http://multimedia.3m.com/mws/media/1381067O/04-hearing-protection.pdf
+http://factfinder.census.gov/servlet/DTGeoSearchByListServlet?ds_name¼DEC_2000_SF1_U&_lang¼en&_ts¼198767452596
+http://www.w3.org/XML/
+http://rosenberglab.bioinformatics.med.umich.edu/clumpp.html.LatchEK
+istia.univ-angers.fr/~hardouin/Observer.html
+http://www.bio-rad.com/retrieved
+http://odv.awi.de/en/docu-mentation/
+http://www.fao.org/fileadmin/templates/est/COMM_MARKETS_MONITORING/Tea/Documents/IGG_20/12-CRS2-Smallholders.pdf
+http://observatorioemigracao.pt/np4/5417.html
+http://www.unifesp.br/reitoria/orgaos/conselhos/consu/atas/130313.html
+https://arxiv.org/abs/1802.00664
+http://www.epi.org/publication/union-decline-lowers-wages-of-nonunion-workers-the-overlooked-reason-why-wages-are-stuck-and-inequality-is-growing/
+http://differences.dukejournals.org/cgi/doi/10.1215/10407391-1892907
+https://ssrn.com/abstract=2754703
+http://ec.europa.eu/food/fs/aw/aw_legislation/scientific/86-609-eec_en.pdf
+http://brightoncollaboration.org
+www.mnre.gov.in/biomassrsources
+http://www.ipea.gov.br/portal/index.php?option=com_content&view=article&id=55
+kent.ac.uk/IMS/personal/gdb/ellfib.mag
+http://www.who.int/diagnostics_laboratory/Maputo-Declaration_2008.pdf
+http://www.washingtonpost.com/blogs/post-politics/wp/2013/01/10/louie-giglio-pulls-out-of-inaugural-over-anti-gay-comments/
+http://hdl.handle.net/10063/4981.Accessed20
+https://www.fuhem.es/media/cdv/file/biblioteca/Analisis/Buen_vivir/Buen_vivir_posdesarrollo_A._Acosta
+http://www.devicelink.com/ivdt/archive/98/11/010.html
+http://researchoninnovation.org/patent.pdf.Workingpaper
+https://clini-caltrials.gov/ct2/show/NCT01865162?term=ketogenic
+http://search.janes.com/Search/documentView.do?docId=/content1/janesdata/mags/jir/history/jir99/jir00246.htm@current&pageSelected=allJanes&keyword=Russian%20ASAT&backPath=http://search.janes.com/Search&Prod_Name=JIR&
+http://www.cic.gc.ca/english/resources/statistics/facts2014/permanent/10.aspAccessedon:20/09/2015
+http://www.lobos.nih.gov/charmm
+http://edge.oncology.wisc.edu/
+http://www.riksbank.se/en/Press-and-published/Speeches/2016/Skingsley-Should-the-Riksbank-issue-e-krona/
+https://www.icmm.com/website/publications/pdfs/9678.pdf
+http://www.gov.bc.ca/mcf/
+http://revista.portalcofen.gov.br/index.php/enfermagem/article/view/565/247
+ac.za
+http://bio.lonza.com/uploads/tx_mwaxmarketingmaterial/Lonza_Bench-Guides_Protocol_for_Performing_a_Trypan_Blue_Viability_Test__Technical_Reference_Guide.pdf
+http://inst.eecs.berkeley.edu/~ee122
+http://cran.r-project.org/doc/FAQ/R-FAQ.html#Citing-R
+https://github.com/Programming-Systems-Lab/vmvm
+http://www.who.int/gho/publications/world_health_statistics/2014/en/.Accessed14
+http://www.coopa.coop.br/public/coopa/imagens/uploads/files/estatuto_coopa.pdf
+http://www.unisg.ch/de/Universitaet/Vision/Leitsaetze-retrieved
+http://blog.dowelectronicmaterials.com/en/posts/2016/12/copper-pillar-electroplating-tutorial
+http://www.heritage.org/Research/NationalSecurity/upload/SR_59-2.pdf
+https://periodicos.ufsm.br/index.php/reget/article/view/9851
+https://polkadot.network/PolkaDotPaper.pdf.Accessed
+http://www.cbicdados.com.br/media/anexos/tabela_02.D.09_1.xlsx
+http://www.ncbi.nlm.nih.gov/pubmed/19484472
+http://www.malariajournal.com/content/8/1/4
+http://www.emea.eu.int/pdfs/human/ich/013595en.pdf
+http://www.manta.com/
+https://portlandpress.com/bioscirep/article-pdf/doi/10.1042/BSR20200265/869238/bsr-2020-0265.pdfbygueston10
+https://www.who.int/immunization/monitoring_surveillance/burden/labora-tory/manual/en
+https://www.chemcraftprog.com
+http://www.mitomap.org
+www.ched.gov.ph
+http://www.tn.refer.org/CEAFE/Papiers_CEAFE10/Fina_marche/Bougatef.pdf
+http://www.isaaa.org
+http://journal.payap.ac.th/pdf/23/2/0857-4677/International_Programs.pdf
+http://www.jhdl.org/overview.html
+http://www.msal.gov.ar/archivos/InformeSE48-11-12-09.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://www.ietf.org/internet-drafts/draft-eastlake-proto-doc-pov-04.txt
+https://ko.dict.naver.com/#/entry/koko/e0845
+https://arxiv.org/abs/1703.03864
+aahperd.org/naspe
+http://www.seer.perspectivasonline.com.br/index.php/biologicas_e_saude/article/viewFile/884/720Acessoem:30out.2016
+http://www.archimuse.com/mw2007/papers/walker/walker.html
+www.software.ibm.com/data/db2
+http://pubs.usgs.gov/pp/1750/
+http://clinicaltrials.gov/ct2/show/NCT00091325?term=catechin&rank=33NLMIdentifier
+https://goo.gl/MYTBeY
+http://dojotoolkit.org/
+http://ift.tt/1ZMTldN
+http://arxiv.org/abs/math.CO/0507344
+https://www.aphis.usda.gov/biotechnology/downloads/reg_loi/15-352-01_air_response_signed.pdf
+https://www2.senado.leg.br/bdsf/bitstream/handle/id/518231/CF88_Livro_EC91_2016.pdf
+http://www.eurpolcom.eu/exhibits/paper_12.pdf
+http://www.legeforeningen.no/asset/43866/43866_1.pdf
+www.iucnredlist.org
+http://www.nutristrategy.com/econcost.htm
+http://pubs.acs.org.■REFERENCES
+http://www.epin.org/pdf/comment_GreviHughes_may03.pdf
+http://www.owasp.org/index.php/Testing_for_XML_Injection_
+http://www.magyarhirlap.hu/tudomany/megnyugtato_hogy_hazai_lett_az_uav.html
+http://www.federalreserve.gov/newsevents/testimony/tarullo20090930a.htm.SeealsoJeffreyDeane&PeterKern
+http://dailynews.yahoo.com/h/nm/20010702/hl/senate_rights_l.html
+http://www.impressrd.jp/news/120925/ecomic2012
+http://www.oocities.org/zulkardi/books.html.DiaksesMaret
+http://www.hindawi.com/journals/jar/2012/243958/
+www.nature.com/scientificreportswww.nature.com/scientificreports/12
+http://rsb.info.nih.gov/ij
+http://lobis.nic.in/ddir/dhc/MAN/judgement/03-09-2015/MAN02092015S25012015.pdf
+http://hss.ulb.uni-bonn.de/diss_online/math_nat_fak/2003/wiemers_martin/index.htm
+http://www.al-monitor.com/pulse/originals/2015/09/turkey-elections-akp-mulls-dumping-social-media-trolls.html
+http://Ca.waterUSGS.gov/mercury/fs06100.html
+http://www.worldbank.org/research/trade
+http://plato.stanford.edu/archives/spr2016/entries/metaphysics/
+http://www.minproteccionsocial.gov.co/VBeContent/library/documents/DocNewsNo18358Docu-mentNo9089
+www.shorouknews.com/columns/view.aspx?cdate=08012015&id=80d49cd1-465c-4f7e-9697-86c67c8ae41b
+http://www.scielo.br/pdf/epec/v13n3/1983-2117-epec-13-03-00263.pdf
+http://slightlybiasedmanga.com/category/series/yukikos-spinach/.Consultéle17février2012
+www.forum.iop.harvard.edu/content/vice-president-biden-deliver-remarks-foreign-policy
+https://elibrary.ru/item.asp?id=15560175
+http://www.2ndchance.info/marijuana-Murray2005.pdf
+http://www.nationalreview.com/article/212601/womens-wrongs-donna-m-hughes
+www.unhcr.ch
+http://www.ucm.es/BUCM/revistas/ccr/11354712/articulos/ILUR9999440097A.PDF
+http://www.arxiv.org/abs/cond-mat/9906077
+http://www.nhlbi.nih.gov/guidelines/asthma/asthgdln.pdf.Accessed
+http://www.naph.org/Publications/Characteristics-2007.aspx.Accessed
+http://www.hydroworld.com/articles/2017/06/us-25-million-1-5-mw-tidal-in-stream-energy-conversion-project-planned-in-philippines.html
+http://www.ice.deusto.es/rinace/reice/vol2n1/Maureira.pdf
+https://trid.trb.org/view/181996.https://www.transilien.com/sites/default/files/atoms/files/communique_charte_lissageheuresdepointe_la_defense.pdf
+http://pantherdb.org/
+http://www.drugwise.org.uk/what-are-the-dangers-from-using-drugs/
+http://www.acnur.org/portugues/wp-content/uploads/2018/02/C%C3%A1tedra-S%C3%A9rgio-Vieira-De-Mello_Relat%C3%B3rio-Anual_ACNUR-2017.pdf
+https://www.epicentro.iss.it/tumori/pdf/NC2019-operatori-web.pdf
+http://www.biomedcentral.com/1471-2458/8/56
+http://www.bloodjournal.org/site/subscriptions/index.xhtml
+http://arxiv.org/abs/0810.4796v2
+http://ssrn.com/abstract=625902
+https://www.wider.unu.edu/sites/default/files/wp2010-105.pdf
+https://index.woorank.com/en/reviews?country=mz
+https://www.seafish.org/media/Publications/SR654_final.pdf
+http://www.scielo.br/pdf/rbso/v37n125/a20v37n125.pdf
+http://petapixel.com/2014/02/06/high-school-girl-takes-selfie-cadaver-wins-vote-repulsive-selfie/
+http://ideas.repec.org/a/bla/restud/v47y1980i1p239-53.html
+http://www.mecon.gov.ar/gaspub/crisc351.htmconsultado14/2/2010
+www.einaudi.cornell.edu/latinamerica/academics/hybrid_storyspaces.asp
+https://webstore.ansi.org/safety_standards/safety_signs_labels.aspx
+http://diglib.princeton.edu/ead/eadGetDoc.xq?id=/ead/mudd/univarchives/AC015.EAD.xml
+http://www.ams.org/journal-terms-of-use
+https://www.diva-portal.org/smash/get/diva2:670552/FULLTEXT01.pdf
+http://www.cran.r-project.org.unpublished
+www.gnu.org/software/octave
+https://mra.asm.org/content/1/2/e00184-13
+http://www.w3.org/TR/2001/REC-xml-c14n-20010315/
+https://www.medischcontact.nl/nieuws/laatste-nieuws/artikel/hoofdlijnenakkoord-medisch-specialistische-zorg-zware-opgave.htm#
+http://ec.europa.eu/commfrontoffice/publicopinion/archives/ebs/ebs_401_en.pdf
+http://www.cbsnews.com/stories/2007/06/01/business/main2873658.shtmlArticle4-http://www.cbsnews.com/stories/2006/10/05/business/main2069040.shtmlSample
+http://www.ani.gov.co/cMs/media/file/cuarta%20Generacion%20de%20concesiones%20Luis%20Fernando%20andrade%20moreno.pdf
+http://www.seeleylake.com/pfnews/2000news/aug00/forestclosed.html
+http://capalibrarians.org/wp/wp-content/uploads/2015/11/CAPAL-Nov12-2015-MUALA-1.pdf
+https://www.brilio.net/creator/4-fakta-urban-toys-mainan-unik-yang-disukai-orang-dewasa-3c0e07.html
+http://www.oecdobserver.org/news/fullstory.php/aid/2756/OECD/Model/Tax_Convention.html-lastaccessed10/05/2013
+https://cyberleninka.ru/article/n/dialektika-teoretiko-metodologicheskih-osnov-ekonomicheskogo-analiza
+http://www.scielo.br/pdf/rlae/v16n4/pt_16.pdf14
+https://DOI:10.1039/B201230H
+www.minshawi.com
+http://www.racha.org.kh/rc2008/98/HAC-005.pdf
+https://www.digitalhealth.net/2018/02/cybersecurity-news-round-up-8/
+http://www.homerf.org/
+http://www.feem.it/Feem/Pub/Publications/WPapers/default.htmlhttp://www.ssrn.com/link/feem.htmlhttp://www.repec.orghttp://agecon.lib.umn.eduNOTEDILAVOROPUBLISHEDIN2006SIEV1
+https://stuff.mit.edu/afs/athena/course/11/11.951/oldstuff/albacete/Other_Documents/Europe%20Transport%20Conference/planning_for_sustainab/assessment_of_meas1474.pdf
+http://isismagazine.org.uk/2014/05/femislam-the-quran-and-gender-equality/
+http://www.who.int/features/factfiles/adolescent_health/en/index.html
+http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1932-
+http://cadth.ca/index.php/en/events/sympos-2008
+http://www14.aena.es/csee/ContentServer?pagename=Estadisticas/Home
+www.cso.fba.ul.pt
+http://www.ncbi.nlm.nih.gov/pmc/articles/
+http://www.comet.ucar.edu/outreach/abstract_final/EastFIREConfProc/Abstracts/Session%203C%20PDF/3C_Jolly.pdf
+http://www.fda.gov/ohrms/dockets/ac/06/briefing/2006-4222B3.pdfaccessed15
+http://mpra.ub.uni-muenchen.de/5833
+http://bit.ly/2rrStMg
+http://www.ravelry.com/issues/1481
+Availableatwww.dcita.gov.au/crf/paper2000/papandrea.pdf
+http://www.who.int/diabetes/global-report/en/
+https://github.com/LQG-Florida-Atlantic-University/Classical-EOM
+http://www.nytimes.com/2007/08/30/fashion/30baggy.html?_r=0
+http://www.policensw.com/info/fingerprints/finger04.html
+http://dukespace.lib.duke.edu/dspace/handle/10161/6775Accessed22/1/15
+http://ecdc.europa.eu/en/publications/_layouts/forms/Publication_DispForm.aspx?List=4f55ad51-4aed-4d32-b960-af70113dbb90&ID=1288
+http://math.unice.fr/∼carlos/
+http://www.sciencedirect.com/science/article/pii/S0006322315004709
+http://www.aps.org/energyefficiencyreport
+http://www.cenia.cz/web/www/web-pub2.nsf/$pid/CENMSFQP2T8Q/$FILE/ETAP%20CR.pdf
+http://www.amara.com/current/wavelet.html
+http://uamoderna.com/jittepisistory/yakovenko47.KorzonTadeusz.WewnętrznedziejePolskizaStanisławaAugusta
+http://link.aps.org/abstract/PRL/v95/e192501
+http://rua.ua.es/dspace/handle/10045/25674
+www.healthypeople.gov/publications/
+http://www.interpares.org/ip2_overview_of_intellectual_framework(20030311)03ed.pdf
+https://www.sciencedirect.com/science/article/pii/S1010794011004969
+https://repositorio.ufu.br/handle/123456789/22969.Acessoem
+http://wiki.portal.chalmers.se/agda/pmwiki.php
+http://informationr.net/ir/12-3/paper318.html
+cs.ucla.edu/classes/winter04/csM152A/l3/handout/bounce.pdf
+http://www.dau.mil/DODdacm/Lists/Workforce%20Metrics/AllItems.aspx
+https://www.autostat.ru/infographics/23896/
+http://kiedit.ki.se/sites/default/files/mhr2001.pdf.Accessed
+https://foursquare.com/
+https://365info.kz/2016/05/vypuskniki-bolashaka-vo-vlasti-obzor-kazahskoj-pressy
+http://camara.leg.br/legin/fed/declei/1930-1939/decreto-lei-737-23-setembro-1938-350748-publicacaooriginal-1-pe.html
+www.gsmworld.com/news/statistics/index.shtml
+https://www.congress.gov/bill/113th-congress/senate-bill/2353
+http://www.deutsches-polen-institut.de/newsletter/polen-analysen/
+http://www.ine.es/"www.ine.es
+http://www.columbia.edu/~jeh1/newschool_text_and_slides.pdf
+http://www.catedras.fsoc.uba.ar/ginfestad/biblio/1.2.%20Creswell.%20A%20qualit....pdf
+http://www.kmuforschung.ac.at/de/Presse/2009/Pressemitteilung%20Familienunternehmen_23042
+http://www.jennessent.com/arcgis/arcgis_extensions.htm
+https://goo.gl/YmgmsF
+http://www.itee.uq.edu.au/nic/papers/csss-rna.pdf
+http://www.oxfordscholarship.com/view/10.1093/acprof:oso/9780198524793.001.0001/acprof-9780198524793
+http://usa.autodesk.com
+http://www.elsevier.com/locate
+https://cran.r-project.org/web/packages/caTools/caTools.pdf
+https://www.usability.gov/how-to-and-tools/methods/scenarios.html
+http://doi.acm.org/10.1145/373256.373258
+http://www.americaeconomia.com/analisis-opinion/la-creciente-importancia-de-las-ti-en-las-organizaciones-modernas
+http://www.hse.ru/rlms
+http://189.28.128.100/dab/docs/legislacao/resolucao67081007.pdf
+http://www.pressherald.com/2016/01/01/new-stormwater-fee-takes-effect-in-portland-on-friday.Accessed26
+https://baomoi.com/1-nguoi-chet-3-nguoi-bi-thuong-trong-vu-sap-can-nha-3-tang/c/22066904.epi
+http://ashp.revues.org/index998.html.Consultéle13septembre
+http://www.bbc.com/mundo/noticias-43503205
+http://www.R-project.org/
+http://www.forestry.gov.uk/src
+http://www.eso-stroke.org/recommendations.php
+http://www.ccas.ru/gridgen/ggta02/papers/Kovalev.pdf
+http://pytorch.org
+http://www.R-project.org/
+http://www.un.org/ga/aids/pdf/abuja_declaration.pdf
+http://www.ops.org.bo/servicios/RepúblicadeCuba.MinisteriodeSaludPública
+http://www.standards.org.au/search/Results.-aspx?k=AS%2FNZS%20ISO%2031000%3A2009
+http://www.hmgb1.net/en/products/elisa.html
+http://ccgb.umn.edu/Pub_SpruceDB/
+http://www-wales.ch.cam.ac.uk/software.html
+http://www.osha.mddsz.gov.si/resources/files/pdf/OSH%20SME%20REPORT%20-%20FINAL%20020609.pdf
+http://www.washingtonpost.com/ac2/wp-dyn?pagename=article&contentId=A8481-2002Oct24&notFound=true
+http://www.docenciauniversitaria.org/volumenes/volumen5/ART6_Vol5_N2.pdf
+https://www.wsj.com/articles/australia-and-indonesia-discuss-joint-patrols-in-south-china-sea-1477979242
+https://academic.oup.com/ijtj/article/2/1/23/2356900/Truth-Skepticism-An-Inquiry-into-the-Value-of
+http://www.seriousgames.org/presentations/serious-games-taxonomy-2008_web.pdfhttp://www.seriousgames.org/presentations/serious-games-taxonomy-2008_web.pdf
+http://www.kaiser-pbt.de/DE/content/view/25/71/
+http://statline.cbs.nl/StatWeb/publication/
+http://www.eurogroupforanimals.org/wp-content/uploads/E4A-MAWP_Report-screenOKKKK.pdf
+http://creativecommons.org/licenses/by/4.0/
+uni-bielefeld.de
+http://www.gromacs.org/Documentation/How-tos/Tabulated_Potentials
+http:idea.jrc.it/pages%20
+http://cuentame.inegi.org.mx/mapas/pdf/nacional/div_territorial/nacionalestados_sn.pdf
+http://econ.worldbank.org/WBSITE/EXTERNAL/EXTDEC/EXTRESEARCH/0
+http://www.ncdc.noaa.gov/oa/ncdc.html
+http://eductice.ens-lyon.fr/EducTice/recherche/geomatique/telechargement/actesEIAH2009
+http://projecteuclid.org/euclid.pm/1450818481
+http://bit.ly/1NTF4Rj
+http://onlinelibrary.wiley.com/doi/10.1002/jsfa.2740610205
+http://www.portal.euromonitor.com/Portal/Pages/Statistics/Statistics.aspx.Accessed
+http://www.es.net/oscars.Accessed1
+www.spiritconsortium.org
+http://www.asil.org/insights100217.cfm
+http://www.aem.umn.edu/people/others/hane/micro.twin.html
+http://www.scielo.br/scielo.php
+http://www.aerotropolis.com/aerotropolis.html
+http://www.npf.org.tw/PUBLICATION/IA/092/IA-B-092-010.htm
+http://ecaths1.s3.amazonaws.com/teoriasocialcontemporanea/578647752.Descola%20mas%20alla%20de%20la%20naturaleza...pdf
+http://www.who.int/cancer/detection/breastcancer/en/2008
+http://www.depkes.go.id/resources/download/general/Hasil%20Riskesdas%202013.pdf
+http://everydayliteracies.net/files/NewLiteraciesSampler_2007.pdf
+http://www.naika.or.jp/imonline/index.html
+http://seer.ufrgs.br/cena
+https://pubs.acs.org/doi/abs/10.1021/es703145t
+bit.ly/2ykYLWR
+http://www.globalsecurity.org/space/library/report/1997/basicnav.pdf
+http://sociologies.revues.org/index3466.htmlHuault
+http://www.isdscotland.org/Health-Topics/Cancer/Cancer-Statistics/Colorectal/#colorectal
+http://www.cbicdados.com.br
+https://cran.r-project.org/web/packages/rpart/index.html
+https://www.autosar.org
+http://language.cnri.reston.va.us/TeamTIDES/TeamTIDESapr2003.pdf
+http://www.innovation.cc/volumes-issues/hess_adams_innovate_public_manage8final.pdf
+http://www.poultryscience.org/psa13/abstracts/2013-PSA-Abstracts.pdf
+http://www.bloodjournal.org/site/subscriptions/index.xhtml
+http://www.bls.gov/oes/current/oes192021.htm
+http://www.theregister.co.uk/2009/12/09/amazonec2botcontrolchannel//,lastAccessed
+http://www.golnet.org/pdf/Bridging.pdf
+http://www.prt15.mpt.mp.br/informe-se/noticias-do-mpt-campinas/403-turmeiro-e-condenado-por-trabalho-escravo-em-bauru
+https://www.britannica.com/biography/Paracelsus
+http://publications.worldbank.org/ecommerce/catalog/product?item_id=631625
+http://www.oculusvr.com/press/oculus-rift-developers-get-extra-boost-of-support-from-unity-technologies/
+http://www.androidappdictions.com/archives/415
+http://www.ema.europa.eu/docs/es_ES/document_library/EPAR_-_Product_Information/human/002799/WC500171594.pdf
+http://www.R-project.org/RockwoodLL
+https://link.aps.org/doi/10.1103/PhysRevB.88.115205
+http://sillok.history.go.kr
+http://www.seismo.unr.edu/ftp/pub/louie/class/100/magnitude.htmlREFERENCES
+http://www.core.ucl.ac.be/services/psfiles/dp06/dp20064.pdf
+https://bibliotecadigital.ipb.pt/bitstream/10198/6864/1/PaulaMinhoto_22696.pdf
+http://www.bacen.gov.br
+https://www.leismunicipais.com.br/a/sp/a/araraquara/lei-ordinaria/2009/715/7152/lei-ordinaria-n-7152-2009-concede-isencao-de-imposto-predial-e-territorial-urbano-para-propriedades-que-conservarem-area-arborizada-iptu-verde-2009-12-08.html
+http://www.verizonenterprise.com/resources/reports/rp_DBIR_2016_Report_en_xg.pdf
+http://www.nwhealth.gov.za/nwhealth_web/doc_reports.php
+www.rafa2015.eu
+http://revista.ibict.br/ciinf/article/viewFile/1375/1553
+http://www.webradioagua.org/.Acessadoem14fev
+http://www.abs.gov.au/websitedbs/censushome.nsf/home/factsheetsuid?opendocument&navpos=450
+http://plaza.umin.ac.jp/~yokada/datasource/software.htm
+http://www.ucop.edu/ott/bayh.html
+http://edpsychassociates.com/Watkins3.html
+http://www.hcch.net/upload/wop/gap2015pd03c_fr.pdf
+http://alhikmah.edu.ng/wp-content/uploads/2013/11/strains-and-stresses-in-the-nigerian-university-system.pdf
+http://ssrn.com/abstract:883593
+http://www.fao.org/docrep/s2022e/s2022e02.htm.Acessoem:20deabr
+http://arxiv.org/abs/0807.2900
+http://www.e-publicacoes.uerj.br/index.php/redp/index.Acesso:julho/2017
+http://www.agencija.gov.mk/
+http://www.cs.huji.ac.il/labs/parallel/workload/logs.html
+http://www.cervedgroup.com
+http://www.sidra.ibge.gov.br/bda/acervo/acervo2.asp?e=v&p=PA&z=t&o=10
+http://www.worldwildlife.org/science/data.cfm
+http://calcite.apache.org/
+http:/www.icadmed.comAccessed
+http://www.greenplum.com
+http://www.tandfonline.com/doi/abs/10.1080/10437797.1992.10778772
+www.who.int/reproductivehealth/publications/fgm/9789241596442/en/index.html
+http://st-yak.narod.ru/index2-6-1.html
+http://www.gnomemeeting.org
+https://issuu.com/observatoriodearteurbano/docs/mural__2
+http://www.wilderness.org.au/campaigns/wildcountry/gondwanalink/gondwana_summary/
+http://quickstats.censusdata.abs.gov.au/census_services/getproduct/census/2016/communityprofile/2GMEL?opendocument
+https://www.chinaedu-center.com/en/cedu.php.Zugegriffen:19
+http://www.hurriyet.com.tr/twitterin-kapandigi-gun-gulun-ofisi-twitter-hesabi-acti-29616580
+http://www.springerplus.com/content/2/1/636
+http://www.un.org
+http://www.thefreedictionary.com/multiculturalism
+http://www.cdc.gov/h1n1flu/childcare/guidance.htm
+https://www.issafrica.org/uploads/SACQ48_Hornberger.pdf
+http://www.nngroup.com/articles/why-you-only-need-to-test-with-5-users/
+https://www.forestresearch.gov.uk/tools-and-resources/biomass-energy-resources/reference-biomass/facts-figures/moisture-content/
+http://epp.eurostat.ec.europa.eu/portal/page/portal/nuts_nomenclature/introduction
+https://www.ncbi.nlm.nih.gov/pubmed/26526190
+http://www.ifla.org/files/assets/information-literacy/publications/ifla-guidelines-en.pdf
+http://www.nhlbi.nih.gov/guidelines/asthma/asthgdln.pdf.Accessdate02-12-2012
+http://www.bbc.co.uk/news/science-environment-14563766
+http://www.uwgb.edu/watershed/student/activities/Presentations/AWRA_Randerson.pdf
+Http://Www.civilica.com/Paper-MCED02-
+http://www.houstonisd.org/Karasar
+http://old.iupac.org/publications/cei/vol8/0801xDeJong.pdf
+https://software.ecmwf.int/wiki/display/CKB/ERA5þdataþdocumentation
+http://www.pac.org/page/BoardofDirectors/Dire.shtml
+http://dx.doi.10.1111/add.13043
+http://uab.unb.br/Moodle/mod/data/view.php?d=1
+http://files.eric.ed.gov/fulltext/ED355706.pdf
+http://revistas.um.es/daimon/article/view/11921
+http://www.crec.ifas.ufl.edu/extension/pest/PDF/2017/Nutrition_Mangement.pdf
+http://www.jafib.com/PMC/XML/Inprogress/1174/1174pdf_eduardo_saad.pdf.Accessed
+http://www.oed.com/view/Entry/251269?redirectedFrom=Borgesian
+http://www.newstatesman.com/politics/2014/05/narendra-modi-man-masses
+www.wlsa.org.mz/wp-content/.../Diploma_ministerial_60-2017.pdf
+www.rosecroixjournal.org
+www.wkkf.org/Pubs/Tools/Evaluation/Pub3669.pdf
+http://content.wkhealth.com/linkback/openurl
+http://cherg.org/projects/list.html#LiSTtop.Accessed
+https://www.gov.uk/government/groups/joint-committee-on-vaccination-and-immunisation#minutes.Accessed22
+http://www.planalto.gov.br/ccivil_03/_ato2015-2018/2016/lei/L13341.htm
+https://www.observatorio-empresas.vodafone.es/articulos/grandes-empresas/john-cohn-internet-cosas-modelo-negocio/
+http://www.biogeosciences.net/5/1457/2008/
+http://www.analyse-it.com/
+http://www.torontosun.com/2016/01/25/guelph-mercury-paper-to-stop-publishing
+https://stacks.cdc.gov/view/cdc/11862/
+http://www.xilinx.com
+http://www.biodlogics.com/technology/biod-factor
+http://www.un.org/esa/socdev/enable/dissre00.htm
+https://ieeexplore.ieee.org/document/7546098
+http://www.bensoc.asn.au/parc_search/transracial_article_educate.html
+https://www.rcplondon.ac.uk/sites/default/files/why-asthma-still-kills-full-report.pdf
+http://www.jcmr-online.com/content/17/S1/Q78
+http://kunstogkulturvidenskab.ku.dk/ansatte/kunst/?pure=da%2Fpersons%2Fpeter-alexander-van-der-meijden
+www.ers.usda.gov/data-products/food-expenditures.aspx#.U2vmj17lNZF
+http://www.sbpcnet.org.br/livro/lavras/resumos/1298.pdf
+http://www.frbatlanta.org/filelegacydocs/wp0721.pdf
+https://doi:10.1093/bioinformatics/btp033
+http://www.gmomf.org/about-us/introduction-on-gmmf/
+http://www.londrina.pr.gov.br/
+http://www.brcglobalstandards.com/Manufacturers/Food/WhytheBRCStandard.aspx#.VuatpX2LSUk
+http://www2.mar.dfo-mpo.gc.ca/science/trac/documents/TRD_2009_04_E.pdf
+https://www.helis-project.eu/
+https://bld.natsci.msu.edu/academics/undergraduate-programs/clinical-laboratory-sciences/15.16.http://catalog.uab.edu/undergraduate/schoolofhealthprofessions/clinicalanddiagnosticsciences/majormedicaltechnology/#courseinventory
+http://hivaidsclearinghouse.unesco.org/search/resources/workshop%20paper%206.pdf
+https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/2011censuslocalcharacteristicsonethnicityidentitylanguageandreligionforoutputareasinenglandandwales
+http://www.ep.liu.se/ecp/063/013/ecp11063013.pdf
+http://www.semanticweb.org/ontologies/2009/9/DOHand.owl#implements--
+http://www.railcan.ca/assets/images/publications/2014_Rail_Trends/2014_RAC_RailTrends.pdf
+http://www.telegraph.co.uk/finance/financialcrisis/8419616/Irelands-banking-crisis-timeline.html
+http://metronews.ca/news/ottawa/7458/top-cop-stands-firm-on-sweeps-of-sex-workers/
+http://water.nier.go.kr/Accessed
+http://wales.gov.uk/topics/environmentcountryside/farmingandcountryside/plantsseedsbiotechnology/geneticallymodifiedorganisms/?lang5en
+https://www.w3.org/WAI/older-users
+http:1lwww.cdc.gov/ncidod/sars/absenceofsars
+http://eslab.ucdavis.edu
+http://www.americamagazine.org/issue/784/signs/jesuit-who-invented-hypertext
+http://www.ast.cam.ac.uk/rfc/vpfit.html
+http://www.justica.sp.gov.br/portal/site/SJDC/
+http://doi:10.1016/j.psychres.2018.05.059
+http://www.redalyc.org/articulo.oa?id=13602704
+http://www.bu.edu/research/articles/funding-for-scientific-research/
+http://www.betapharma.com/index.html
+http://www.investorrelations.lloydstsb.com/media/pdf_irmc/gr/corp_resp/LTSB_Nomination_Committee_May2008.pdfaccessedon11th
+www.bredemeyer.com
+http://wjst.wu.ac.th/index.php/wjst/article/view/684/337
+http://redteamjournal.com/about/red-teaming-and-alternative-analysis/
+http://books.google.ch/books?id=OiyYhChj7GwC
+https://github.com/540co/yourTwapperKeeper〉
+http://www.hp.com./lar/hpsocios
+http://www.ncbi.nlm.nih.gov/pubmed/11372398
+http://www.funag.gov.br/biblioteca/dmdocuments/0068.pdf
+http://www.spiegel.de/wirtschaft/ostsee-pipeline-schroeder-uebernimmt-fueh-rungsjob-bei-gazprom-konsortium-a-389493.html
+http://dblp.uni-trier.de/db/conf/nips/nips2015.html#DentonCSF15
+http://www.rita.dot.gov/bts/sites/rita.dot.gov.bts/files/publications/commodity_flow_survey/2012/united_states/table1.html
+http://www.devx.com/TabletPC/Article/21302
+http://www.leeds.ac.uk/cedars/http://www.konbib.nl/nedlib/
+http://www.level3finance.com
+http://www.svr-gesundheit.de/fileadmin/user_upload/Gutachten/2007/Kurzfassung_2007.pdf
+http://hdl.handle.net/10289/4338
+http://www.knigafund.ru/books/119379/read#page2
+https://orcid.org/0000-0002-2811-3352
+http://avalon.law.yale.edu/18th_century/proc1763.asp
+http://www.anped.org.br
+http://news.bbc.co.uk/1/hi/world/africa/4052199.stm.Accessed
+http://www.businessday.co.za/Articles/Content.aspx?id=31758
+http://www.mainelegislature.org/legis/statutes/38/title38sec480-B.html
+http://www.seer.ufrgs.br/renote/article/download/14012/7902
+http://www.revistarelaciones.com/files/revistas/136/pdf/RosasSalas.pdf
+https://www.ukrinform.net/rubric-economy/2442369-tourism-accounts-for-15-of-ukraines-gdp-in-2017-economic-development-ministry.html
+http://isebvmf.com.br/wiki-linha-do-tempo-ise/?locale=pt-br
+http://www.uniklinikum-dresden.de/das-klinikum/kliniken-polikliniken-institute/hno/forschung/interdisziplinares-zentrum-fur-riechen-und-schmecken/downloads/downloads/sticks_eng.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/19942149.Ac-cessed10
+http://www.ash.org.uk/files/documents/ASH_891.pdf
+http://portal.acm.org/citation.cfm?id=1639601.1639615&coll=ACM&dl=ACM&CFID=73975022&CFTOKEN=29423495
+http://www.skintherapyletter.ca/stl/download/stl_14_1.pdf
+http://goo.gl/k067l
+https://www.osmre.gov/lrg/docs/SMCRA.pdf
+https://developer.akamai.com/learn/Caching/Customized_Caching_Rules.html
+http://content.time.com/time/subscriber/article/0,33009,2147707,00.html
+http://www.racyja.com/hramadstva/u-kanadze-pamyor-abvinavachany-u-zabojs/
+http://lex.uz/pages/getpage.aspxact_id=3107042.3
+http://www.revistatog.com/num7/pdfs/modelos1.pdf
+http://www.pm2go.com
+https://goo.gl/GAa2H3
+http://www.edweek.org/sre-ports/qc04/article.cfm?slug=17exec.h23
+http://php.net/manual/en/book.openssl.php
+https://www.cidui.org/revistacidui/index.php/cidui/article/view/537
+http://bit.ly/HRSC_MOLA_Blend_v0
+http://stacks.iop.org/0295-5075/71/228
+https://arxiv.org/abs/1904.12416
+http://www.laprensagrafica.com/2013/09/19/propuesta-para-mejorar-educacionVisitada25-09-2013
+http://stacks.iop.org/1748-9326/10/i=10/a=105004?key=crossref.06f704f25d3849d4c77d7234636d2811
+http://www.nod32club.com/forum/thread-27215-1-1.html
+http://www.minergie.ch/list-of-buildings.html
+http://dev.worldwidecreative.co.za/en/media-briefs/fact-sheets/factsheet-5-skills-migration-and-the-brain-drain-in-South-Africa-lastaccessed01/05/2013
+https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/447575/Downward_mobility_opportunity_hoarding_and_the_glass_floor.pdf
+http://www.fsis.usda.gov/Frame/FrameRedirect.asp?main¼http://www.fsis.usda.gov/OPPDE/rdad/FRPubs/SanitationGuide.htm#416.2Accessed
+http://www.saci.org.br/index.php?modulo=akemi&parametro=17110
+https://www.researchgate.net/publication/2815249_Measuring_the_Digital_
+un.engagement.envers.la
+http://iai.asm.org/Downloadedfrom
+http://www.spatialecology.com/htools
+http://www.toadsoft.com
+http://escholarship.org/uc/ismrg_cisj
+http://www.feng.com/iPhone/news/2017-05-24/IOS-and-Android-global-share-gap-is-more-bigger_679074.shtml
+http://animallaw.info/article/animal-law-australia
+http://jb.asm.org/Downloadedfrombactervar.tumefaciens
+http://www.mdpi.com/2309-608X
+http://CRAN.R-project.org/package=nlme
+http://www.sciencedirect.com/science/article/pii/S0304885398005800
+http://www.audiblemagic.com
+http://apps.who.int/classifications/icd10/browse/2010/en
+http://msvet.ru/faq?question=10
+http://www.eltelegrafo.com.ec/noticias/ecuador/3/manana-se-daran-a-conocer-cifras-oficiales-del-costo-del-terremoto
+https://github.com/bmbolstad/preprocessCore
+http://www.novodiagroup.com/mobile-payment-solution-from-novo-dia-group-enables-michigan-farmers-markets-to-tap-into-the-snap-and-wic-market/
+https://megapolitan.kom-pas.com/read/2013/07/19/0938530/
+http://www.econ.nyu.edu/user/debraj/Papers/povasp01.pdf
+https://www.businesseurope.eu/sites/buseur/files/media/im-ported/2015-00194-E.pdf
+http://www.geopolitika.lt/?artc=1871
+http://63.249.122.224/wp-content/uploads/2010/07/campusfoodguide_2010_11.pdf
+http://www.ncbi.nlm.nih.gov/nuccore/KU519526;identifiedBy
+http://www.oiv.int/en/statistiques/
+https://www.e-encuesta.com/tipos-de-pregunta-en-la-encuesta/
+https://bjsm.bmj.com/content/45/4/259.long.Acessoem
+http://www.udhb.gov.tradresindenedinilmiştir
+http://www.ncbi.nlm.nih.gov/pubmed/27384237
+http://www.ecfr.eu/article/commentary_irans_elections_a_bid_to_dilute_hardliners_6010
+http://goo.gl/6GSrGx.Acessoem
+http://xergames.com/
+http://www.e-derecho.org.ar/congresoprocesal/Cargas%20Probatorias%20Din%E1micas%20_Grande_pdf
+http://stacks.iop.org/2041-8205/851/i=2/a=L35
+https://firebase.google.com
+http://sistemasweb.agricultura.gov.br/sislegis/action/detalhaAto.do?method=visualizarAtoPortalMapa&chave=72818869
+http://www.uniprot.org/uniprot/Q7XBB8
+https://arxiv.org/abs/1611.02428
+http://www.oncoline.nl/erfelijke-darmkanker.Accessed25
+http://www.opengis.org/techno/articles/mdleware.htm
+http://www.ibge.gov.br/home/es-tatistica/economia/agropecuaria/agrotoxicos.shtmPiresDX
+www.intangiblecapital.org
+http://www.amnesty-polizei.de/d/wp-content/uploads/police-and-ngos_epphr-dec-2004.pdf
+http://www.determinantes.fiocruz.br
+www.cfr-cologne.de/download/workingpaper/cfr
+www.bridge.ids.ac.uk/reports/re40c.pdf
+http://archive.org/details/structurallingui00harr
+www.emea.eu.int/pdfs/human/biosimilar/4283205en.pdf
+http://www.psychfiledrawer.org/replication.php?attempt=MTQ5
+http://www.ceara.gov.br/index.php/sala-de-imprensa/noticias/6066-seminario-fortalece-acoes-da-politica-de-saude-na-escola
+http://www.un.org/en/development/desa/population/migration/publications/migrationreport/docs/MigrationReport2017_Highlights.pdfFR
+www.nytimes.com
+http://www.javaticker.com/
+http://www.jstor.org/stable/30186162
+http://www.nytimes.com/2012/12/29/us/on-religion-where-are-the-humanists.html
+http://arxiv.org/pdf/1603.01727v1.pdf
+http://goes.gsfc.nasa.gov
+http://www.alpha.com
+http://www.seer.furg.br/ambeduc/article/view/897/355
+http://www.nml-lnm.gc.ca/NESP-PNSME/assets/pdf/2006AnnualReport.pdf
+http://bit.ly/1Y3D3sN
+http://www.fdiworldental.org/media/11231/Ethical-international-recruitment-of-oral-health-professionals-2006.pdf
+http://www.omniclass.org/Accessed:20/02/2016
+www.skindna.de
+http://rnajournal.cshlp.org/content/19/11/1461.full.pdf+html
+https://ssrn.com/abstract=3551767
+http://www.polsis.uq.edu.au/apsa2008/Refereed-papers/Dann.pdf
+http://www.aims.fao.org
+https://link.aps.org/doi/10.1103/PhysRevB.51.7441
+http://www.rightconcept.com.br/artigos
+http://www.labmath.uqam.ca/~friedl/index.html
+http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/CHDCJBGA.html
+http://seagrant.oregonstate.edu/sgpubs/collaborative-science-stakeholder-engagement
+http://mobihealthnews.com/
+https://www.dovepress.com/by207.241.231
+https://www.usenix.org/system/files/conference/foci14/foci14-polatin-reuben.pdf
+http://www.sciencedirect.com/science/article/pii/S0109564109002164
+www.pwsrcac.org/docs/d0040100.pdf
+http://www1.folha.uol.com.br/fsp/resenha/rs14119807.htm
+http://www.hbcpnetbase.com/
+http://www.nordugrid.org/arc/
+www.un.org/esa/population/publications/wup1999/wup99.htm
+http://www.webappsec.org/projects/threat/classes/pathtraversal.shtml
+https://gmao.gsfc.nasa.gov/pubs/docs/Molod484.pdf
+http://news.sciencenet.cn/sbhtmlnews/2011/5/244171.html?id=244171
+http://www.cbhidghs.nic.in/index1.php?lang=1&level=1&sublinkid=84&lid=75
+www.regjeringen.no/nb/dep/hod/dok/nouer/1999/nou-1999-2/4/2.html?id=350994
+http://www.irena.org/publications/2016/Jun/The-Power-to-Change-Solar-and-Wind-Cost-Reduction-Potential-to-2025
+http://www.laguerradelpacifico.cl/Relatos/Iquique/Relatos.htm
+data.unicef.org/resources/state-worlds-children-2016-statistical-tables/
+http://wallaby.vu.edu.au/adt-VVUT/public
+http://www.doh.gov.za/docs/regulations/foodstuff/fortification.html
+http://www.fns.usda.gov/wic/incomeeligguidelines01-02.html20
+http://www.fao.org/docrep/018/i3144e/i3144e.pdf
+https://www.ecodocdb.dk/download/Archive/25c41779-cd6e/4206d0ad-1909/Rec7003.pdf
+http://www.spmi.ru/node/2656
+http://creativecommons.org/licenses/by/4.0/
+http://www.iee-e802.org/802tutorials/index.html
+http://unfccc.int/resource/docs/napa/bfa01f.pdf
+http://www.svr-gesundheit.de/index.php?id=465
+http://www.interface.org.br/revista10/debates1.pdf
+www.lexmundi.com/Document.asp?DocID=4291
+http://sourceforge.net/projects/xorplus/
+http://ito.edu.ru/2005
+https://www.youtube.com/watch?v=vNySOrI2Ny8
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1414-753X2001000900007&lng=pt&nrm=iso
+https://www.ncbi.nlm.nih.gov/pubmed/27156636
+https://www.catorce6.com/350-publicaciones/13450-todos-los-resultados-de-la-segunda-gran-encuesta-nacional-ambiental-2015
+http://www.commsdesign.com/designcorner/OEG20020918S0011
+http://189.28.128.100/dab/docs/publicacoes/geral/rms.pdf
+https://www.learntechlib.org/p/147472/
+http://www.web.uwa.edu.au/__data/assets/pdf_file/0010/1456426/GAPA_PA-InvestmentsWork_FINAL.pdf
+http://www.iso.org/iso/catalogue_detail?csnumber=44958
+http://www.samhsa.gov/grants/grant-announcements/sm-15-005
+http://www.who.int/fctc/text_download/en/
+https://www.cbo.gov/publication/54089.Accessed
+https://www.kff.org/health-reform/state-indicator/state-activity-around-expanding-medicaid-under-the-affordable-care-act/
+https://bit.ly/2XVZbvQ
+http://www.institute.nhs.uk/quality_and_service_improvement_tools/quality_and_service_improvement_tools/plan_do_study_act.html
+http://mmbr.asm.org/
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1405327
+http://zakon4.rada/.gov.ua/laws/show/548-2013
+http://www2.dupont.com/Kevlar_Gloves/en_US/assets/downloads/kevlar_cut_protection_testing.pdf
+https://pcrlab.vetmed.ucdavis.edu/sites/g/files/dgvnsk6571/files/inline-files/DiagnosticPacket08.2019.pdf
+http://www5.statcan.gc.ca/cansim/a26?lang=eng&id=2030026&p2=33
+http://doi.wiley.com/10.1111/j.1742-4658.2011.08285.x
+http://mahlakaarto.fi/
+http://agroconf.org/sites/default/files/dosvid-kanady-es-polityky-pidtrymky-sh-obslugovujuchy-kooperatyviv1_0.pdf
+http://www.nist.gov/public_affairs/releases/upload/smartgrid_interoperability_final.pdf
+http://www.vicon.com
+http://www.imss.gob.mx/conoce-al-imss/memoria-estadistica
+http://www.abc.net.au/news/2015-02-24/convicted-criminals-have-visas-cancelled/6254120
+http://digitalia.sbn.it/article/view/404/246
+http://www.sinphonie.eu
+http://arxiv.org/abs/cond-mat/0606317
+http://psikiyatri.org.tr/basin/427/tpd-cetad-ortak-basin-aciklamasi-cinsellik-cok-boyutluduradresindenindirildi
+http://sourceforge.net/projects/gridlab-d/
+http://sourceforge.net/projects/ffdshow/
+http://islamlib.com/en/article/women-should-escape-from-the-circle-of-oppression/
+http:/www.scribd.com/doc/7329840/Manual_deFrascatti
+http://www.bgbm.org/BGBM/STAFF/Wiss/Sipman/keys/neokeyA.htm
+http://qgis.osgeo.org
+http://www.memoria.fahce.unlp.edu.ar/art_revistas/pr.4379/pr.4379.pdf
+http://scielo.isciii.es/scielo.php?script=sci_arttext&pid=S1695-61412014000200005&lng=es
+https://openknowledge.worldbank.org/bitstream/handle/10986/20667/923910WP0Box380he0UNR
+http://www.wrha.mb.ca/healthinfo/news/2011/111006-sacred-medicine.php
+http://www.cpt.coe.int/documents/irl/2011-03-inf-eng.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/25068272
+https://zakon.rada.gov.ua/laws/show/840_140
+HTTP://EUR-LEX.EUROPA.EU/LEGAL-CONTENT/EN/TXT/?QID=1433318086120&URI=CELEX
+http://www.fema.gov/library/viewRecord.do?id=2218
+www.sociedadcivil.cl/nuevodiario/default.asp
+http://www.spss.com
+http://www.cdc.gov/flu/weekly/weeklyarchives2010-2011/10-11summary.html.Accessed22
+http://informe.cndh.org.mx/uploads/menu/30100/InformeEspecial_Desapariciondeper-sonasyfosasclandestinas.pdf
+http://www.abin.gov.br
+http://exon.ucsc.edu/cgi-bin/hgTables?db=hg18&hgta_group=rna&hgta_track=est&hgta_table=est&hgta_doSchema=describe+table+schema
+http://www.thebeijingaxis.com/tca/editions/tca-may-2010/60
+http://www.ncbi.nlm.nih.gov/pubmed/24663025
+http://cabinet.gov.krd/
+crea-rj.org.br
+Http://www.catholicworker.org/dorothyday/daytext.cfm?TextID=617
+Retrievedfromwww.iiardpub.org
+https://www.paho.org/hq/dmdocuments/2012/2009-ArroyoRice-MiradaMovi-mientoUPSenAmericas.pdf
+http://arxiv.org/abs/math0702574v2
+https://fra.europa.eu/en/publication/2014/violence-against-women-eu-wide-survey-main-results-report
+http://link.aps.org/supplemental/10.1103/PhysRevB.87.064110
+http://unesdoc.unesco.org/images/0008/000874/087420eb.pdf
+https://www.math.uni-tuebingen.de/user/jora/patchworking/patchworking.html
+www.hexsim.net
+http://www.quitnow.gov.au/
+http://webprod5.hc-sc.gc.ca/dpd-bdpp/index-eng.jsp
+http://www.pertanika.upm.edu.my/
+http://www.jadaliyya.com/pages/index/2451/the-opposite-of-silence
+https://arxiv.org/abs/cond-mat/0505529
+http://www.worldbank.org/ifa/rosc_icr.html
+https://cste.confex.com/cste/2016/webprogram/start.html
+https://www.dovepress.com/by207.241.231
+http://www.erdas.com
+http://www.healthaffairs.org/healthpolicybriefs/brief.php?brief_id¼24
+LCCN2011-312004www.icimod.org/dvds/201104_GLOF/reports/final_report.pdf
+http://www.4coffshore.com/windfarms/
+http://ipublishing.co.in/ajmrvol1no1/EIJMRS1041.pdf
+https://www.nytimes.com/2017/08/22/opinion/migrants-dying-sahara-niger.htmlAccessed31
+http://scholarlyoa.com/
+http://azimadli.com/training-resources/technical-papers/
+www.gunt.de/static/s36801.php
+http://earthquakes.usgs.gov/regional/qfaults,accessed10/18/200803:13PM
+http://ren21.net/
+https://www.facebook.com/5turov
+http://www.ietf.org/rfc/rfc3659.txt
+http://www.scielo.br/scielo.php
+http://ascl.net/1209.003
+http://www.who.int/mediacentre/factsheets/fs104/en/
+http://www.envplan.com/abstract.cgi?id=a37268
+http://files.eric.ed.gov/fulltext/ED443172.pdfSungur-Gül
+http://stacks.iop.org/0264-9381/33/i=10/a=105010
+http://patenty.bg.agh.edu.pl/marr/piraci-przestepcy-i-prawa-autorskie_-czyli-o-najczestszych-problemach-impor-tera-i-eksportera
+http://www.fda.gov/AdvisoryCommittees/Calendar/ucm230653.htm.Accessedon
+http://en.people.cn/90001/90776/90883/6564180.html
+http://www.ncolr.org/jiol/issues/pdf/12.3.2.pdf
+https://www.ridus.ru/news/189337.html
+631.Availableonlinewww.aafp.org/afp
+http://www.nccn.org/professionals/physician_gls/f_guidelines.asp
+http://www.politika.rs/sr/clanak/379977/SrbijijepotrebannovisistemLola
+http://pstro-ganov.com/?public=5
+http://www.planalto.gov.br/ccivil_03/leis/L4676.htm
+http://www.islam-watch.org/home/165-jon-mc/1447-jihad-the-four-forms-and-the-west.pdf
+http://www.wirtschaftinderregion.at/wir/projekte/Gemeindeuebergreifende-Frequenzerhebungen-fuer-Ortskerne-un.php
+http://www.microsoft.com/downloads/details.aspx
+http://edepot.wur.nl/240905
+http://www.meti.go.jp/press/20100827001/20100827001-2.pdf
+http://www.dreamhawk.com/d-relig.htm
+http://www.politico.com/news/stories/0610/38488.html
+http://www.apfcr.cz/
+http://www.lustgarten.org/a-new-treatment-for-pc-press-release
+http://arxiv.org/abs/1611.02967
+http://www.biogeosciences.net/4/297/2007/
+http://www.hum.au.dk/
+https://www.merriam-webster.com/dictionary/melting%20pot
+http://www.xiping.net/xiping/article.php/237
+http://www.uv.es/~barrueco/badajoz.pdf
+http://www.efgs.info/data/european-datasets/eurogrid
+http://hiranpinel.blogspot.com
+https://orcid.org/0000-0003-4803-1482
+http://mje.mcgill.ca/article/view/682
+http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=7695986
+http://www.nature.com/
+http://www.economist.com/node/17730208/print
+http://www.scielo.br/pdf/sau-soc/v18n4/15.pdf
+http://kolom.pacific.net.id/ind/setyanto_p._santosa/artikel_setyanto_p._santosa/pengembangan__pariwisata__indonesia.html.DiunduhpadaHariSenin
+https://amhp.org.uk/app/uploads/2020/03/Guidance-Respiratory-Support.pdf
+http://www.mon.gov.ua/
+http://www.faostat.fao.org
+http://www.biomedcentral.com/1471-2105/15/S3/A1
+http://www.washingtonpost.com/wpdyn/content/article/2007/02/16/AR2007021602260.html
+https://soc.kuleuven.be/io/egpa/HRM/bucharest/Andersen2011.pdf
+http://bham.ac.uk/IDD/ranslas.htm
+http://ecdc.europa.eu/en/publications/Publications/101129_GUI_HIV_testing.pdf30
+http://www.cbo.gov/ftpdocs/54xx/doc5400/04-26-LongTermCare.pdf
+http://www.rcn.org.uk/__data/assets/pdf_file/0009/78678/002800.pdf
+https://link.aps.org/doi/10.1103/PhysRevLett.85.1158
+http://www.wseas.us/e-library/conferences/switzerland2002/papers/464.pdf
+http://unfccc.int/paris_agreement/items/9485.php
+http://www.rfc-editor.org/info/rfc4033
+https://www.publicacoesacademicas.uniceub.br/RBPP/article/viewFile/3139/pdf.Acessoem
+http://oro.open.ac.uk/30598
+https://www.worldlifeexpectancy.com/country-health-profile/hungary
+http://zif.spz.tu-darmstadt.de/jg-13-2/docs/Yloenen.pdf
+http://www.druid.dk/uploads/tx_picturedb/ds2000-106.pdf
+http://archive.ifla.org/IV/ifla67/papers/073-126e.pdf
+https://www.fenwickelliott.com/sites/default/files/nick_gould_-_recent_trends_in_dispute_resolution_matrics_paper.indd_.pdf
+http://www.window.state.tx.us/taxbud/strategic/96-361-10.pdf
+http://ec.europa.eu/environment/enveco/air/pdf/betaec02aforprinting.pdf
+http://www.evolution.rdg.ac.uk
+http://creativecommons.org/licenses/by/4.0/
+http://www.pragmatizes.uff.braoredordasinstituiçõesculturais
+http://creativecommons.org/licenses/by/4.0/
+http://www2.datasus.gov.br/DATASUS/index.php?area=0701&item=1&acao=11
+http://www.mofa.go.jp/announce/announce/2011/11/1115_01.html
+https://www.tbs-sct.gc.ca/dev/dwnld/lapn-eng.pdfsayfasındanerişilmiştir
+https://www.facebook.com/SteiraMemes/photos/a.2510815
+http://www.profile.ru/arkhiv/item/65040-krupnyi-raskol-65040
+http://www.inf.ufsc.br/~g-authier/EGC6006/material/Aula%205/An%20example%20of%20food%20ontology%20for%20diabetes%20control.pdf
+http://www.redalyc.org/articulo.oa?id=265420387003
+http://www.sciencedirect.com/science/article/pii/S0004370205000366
+http://www.wlrk.com/docs/trowepriceesgspotlightjune2018.pdf
+http://www.mhlw.go.jp/toukei/saikin/hw/jinkou/suii00/marr4.html.Accessedon
+https://get.google.com/smartlock/
+http://dragon.maxgigapop.net
+http://davidsimon.com/the-wire-hd-with-videos/
+http://www.ibge.gov.br/cidadesat/
+https://wonder.cdc.gov/ucd-icd10.html
+http://www.sfn.org/am2007
+http://www.epa.gov/climatechange/effects/coastal/background.html
+http://www.licadho-cambodia.org/concession_timelapse
+http://wikieducator.org/images/5/58/Wikiasateachingtool.pdf
+http://arxiv.org/abs/1011.0451
+https://www.slovoidilo.ua/2019/11/01/infografika/ekonomika/ukrayina-rejtynhax-yak-zminyuvalysya-pozycziyi-krayiny-2014-2019-rokax
+http://www.alia.org.au/policies/education/continuing.professional.development.html
+http://econpapers.repec.org/RePEc
+http://heartbeat.skype.com/2007/08/
+http://www.rae.com.br/rae/index.cfm?FuseAction=Artigo&ID=431&Secao=ARTIGOS&Volume=35&Numero=5&Ano=1995
+https://www.federalreserve.gov/monetarypolicy/historical-approaches-to-monetary-policy.htm
+http://search.proquest.com/docview/884329235?accountid=9649
+https://www.fws.gov/refuges/refugelocatormaps/SouthCarolina.html
+http://www.euro.who.int/en/health-topics/disease-prevention/nutrition/a-healthy-lifestyle/body-mass-index-bmi
+www.books.google.com
+https://water.usgs.gov/watuse/data/2010/index.html
+http://www.epsos.eu/home/about-epsos.html
+http://www.files.eric.ed.gov./fulltext/ed090725.pdf
+www.prsgroup.com
+http://www.unhcr.org/cgi-bin/texis/vtx/refworld/rwmain?docid=46822c3f2
+http://www.eliamep.gr/wp-content/uploads/2014/02/policy-paper.pdf
+http://sti.cc.gatech.edu/Slides/Mueller-070619.pdf
+https://www.cambridge.org/core.IPaddress:207.241.231.83
+http://standards.ieee.org/getieee802/download/802.16e-2005.pdf
+http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=96252
+http://www.gks.ru/bgd/regl/b13_36/
+http://www.aft.org/salary/2005/download/AFT2005SalarySurvey.pdf
+https://www.nih.gov/ECHO.1085149
+www.publicpolicy.umd.edu/faculty/destler/ROA.pdf
+https://www.rdocumentation.org/packages/RM.weights/versions/2.0
+http://en.wikipedia.org/wiki/List_of_invasive_species_in_Europe
+http://doi.acm.org/10.1145/1806923.1806924
+http://www.detail-solicitors.com/newsletter/preview.php
+http://legacy.library.ucsf.edu/tid/eou04f00
+http://www.presseportal.de/print.htx?nr=378809
+http://www.srlst.com/ijist/ijism-Vol6No1/ijism61-59-72.pdf
+http://creativecommons.org/licenses/by-nc/3.0/
+www.sprl.pl/doc/konf2010/rynek.pdf.Accessedon15.04.2011
+http://aisel.aisnet.org/jais/vol8/iss5/
+http://creativecommons.org/licenses/by/4.0/
+https://www.cdc.gov/nchs/data/nhis/earlyrelease/earlyrelease201605.pdf
+http://journalofethics.ama-assn
+http://www.hosp.keio.ac.jp/oshirase/important/detail/40185
+http://www.census.ac.uk/guides/Lookup_tables.aspx
+http://www.ncbi.nlm.nih.gov/pubmed/18414489
+http://www.ukbiobank.ac.uk/
+http://hg.countnumber.de
+https://clinicaltrials.gov/ct2/show/record/NCT03382847?term=Hepatitis+C&cond=Heart+Transplant&rank=5
+http://www.farishstreetheritagefestival.com/history
+www.ethics.org
+www.ccsenet.org/ijef
+http://almasalah.com/ar/NewsDetails.aspx?NewsID=34366
+http://www.swenurse.se/globalassets/publikationersvensksjuksköterskefrening/kompetensbeskrivningar-publikationer/ambulans.kompbeskr.webb.pdf
+http://www.nytimes.com/2011/01/18/health/views/18mind.html?_r=0
+https://www.asn-online.org/khi/projects-current.aspx
+http://pcp.vub.ac.be/Books/AshbyReqVar.pdf
+http://www.forbes.com/sites/stephenharner/2014/05/07/abes-active-pacifism-foreign-policy-falling-flat-will-not-get-meeting-with-xi/#19b3104123ca
+http://whc.unesco.org/download.cfm?id_document=6525
+http://journaldialogue.org/issues/issue-1/300-and-fellini-satyricon-film-theory-in-the-tertiary-classroom/
+http://www.rki.de/DE/Content/Gesundheitsmonitoring/Gesundheitsberichterstattung/GBEDownloadsT/gewalt.pdf?__blob=publicationFile
+http://ehr.oxfordjournals.org/Downloadedfrom702Sept.o.s.1714
+http://www.us-istanbul.com/economies.php?c=turkey&p=macroeconomic-indicators
+http://books.google.ie/books?id=Ben6nm_yapMC
+http://www.china.org.cn/english/index.htm
+http://www.forbes.com/sites/joannmuller/2013/10/09/bill-pulte-detroits-unlikely-blight-buster/
+http://www.simcity.com
+http://www.ietf.org/rfc/rfc2743.txt
+http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/2542248
+http://www.goteckrc.com/Download/DC1511S-English.doc
+http://www.who.int/ifcs/documents/forums/forum5/precaution/epa_en.pdf
+https://www.dovepress.com/by207.241.231
+http://opus.bibliothek.uni-augsburg.de/opus4/files/1269/imb_Arbeitsbericht_21.pdf
+http://www.sciencedirect.com/science/article/pii/S0926860X12005923
+www.dsr-tka.org/
+http://www.sciencedirect.com/science/article/pii/S0378
+http://www.aimovement.org/ggc/history.html
+http://www.aare.edu.au/06pap/HEI06408.htm
+https://shop.oracle.com/pls/ostore/
+Retrievedfromwww.benefits.va.gov/gibill/history.asp
+http://www.pcia.com
+http://www.census.gov/econ/sbo/historical.html?1997
+http://www.uv.es/RELIEVE/v9n1/RELIEVEv9n1_1.htm
+http://docs.hp.com/en/B6060-96024/ch03s12.html
+http://merlino.unimo.it/campusone/web_dep/materiali_discussione/0658.pdf
+Http://www.dh.gov.uk/prod_consum_dh/groups/dh_digitalassets/documents/digitalasset/dh_125
+https://www.jstor.org/stable/26465437
+http://www.ohchr.org/EN/UDHR/Documents/UDHR_Translations/eng.pdf.Access
+https://arxiv.org/abs/1805.06983
+http://www.ginasthma.org/local/uploads/files/GINA_Report_2014_Jun11.pdf
+http://www.asiaaerospacecity.com/
+http://www.pol.org.br/pol/export/sites/default/pol/legislacao/legislacaoDocumentos/resolucao2010_009.pdf
+https://sustainabledevelopment.un.org/?menu=1300
+http://doi:10.1371/journal.pone.0085794
+https://learningpolicyinstitute.org/sites/default/files/product-files/Equity_ESSA_REPORT.pdf
+http://delta-intkey.com
+http://pengamananhutan.blogspot.com/2012/05/mengenal-jenis-dan-peran-hasil-hutan.html.Diaksespadatanggal3
+https://seer.ufmg.br/index.php/rbpec/article/view/2543
+https://jamesdixon.wordpress.com/2010/10/14/pentaho-hadoop-and-data-lakes/
+http://ssrn.com/abstract=294799
+https://www.zagreb.hr/UserDocsImages/arhiva/statistika/Book_ZG%20Ljetopis%202017_ENG_final.pdf
+http://www.elsnet.org/ecilisting.html
+http://www.who.int/csr/disease/avian_influenza/country/cases_table_2011_03_16/en/index.html
+http://doi.acm.org/10.1145/1926385.1926390.URLhttp://doi.acm.org/10.1145/1926385.1926390
+http://sbcs.solos.ufv.br/solos/revistas/v23n2a25.pdf
+http://tidesandcurrents.noaa.gov/publications/Tech_rpt_53.pdf
+http://zakon.rada.gov.ua/go/3038-17
+http://link.aps.org/doi/10.1103/PhysRevB.64.184106
+http://eesc.columbia.edu/courses/v1003/readings/Pentagon.pdf
+http://www.microsoft.com/isaserver/
+http://www.ams.org/journal-terms-of-use3.W.Feller
+http://www.prppg.ufpr.br/site/ppgadm/visibilidade/acompanhamento-de-egressos/
+www.sei.ac.uk/pdfs/wp40.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/32238612
+http://e-dmj.org
+www.mathworks.in/products/matlab/
+http://handbook.cochrane.org
+http://www.understandingwar.org/sites/default/files/ResurgenceofAAH.pdf
+http://www.eee.metu.edu.tr/∼cng
+http://easomonitor.blogspot.com/2013/07/ecthr-blocks-push-backs-from-malta-will.html
+http://www.alexa.com/help/traffic-learn-more
+https://www.carm.es
+http://seer.cancer.gov/mortality/
+http://www.gozilla.com.Accessed
+http://www.open.ac.uk/students/charter/essential-documents/ethical-use-student-data-learning-analytics-policy
+http://www.legislation.gov.uk/ukpga/1984/51/contents
+http://www.atmos-chem-phys.net/5/1205/2005/
+http://www-odp.tamu.edu/publications/197IR/197ir.htm
+http://etd.auburn.edu/etd/bitstream/handle/10415/530/SMOOT_STACEY_10.pdf?sequence
+http://www.bioinformatics.babraham.ac.uk/projects/fastq
+http://www.wsj.com/articles/obama-presses-case-for-asia-trade-deal-warns-failure-would-benefit-china-1430160415
+http://martinfowler.com/articles/richardsonMaturityModel.html
+https://www.ceragon.com/images/Reasource_Center/Solution_Briefs/Ceragon_Solution_Brief_Wireless_Backhaul_Solutions_for_Small_Cells.pdf
+http://www.kctcs.edu/en/About_KCTCS/KCTCS_Factbook.aspx
+http://www.accessmedicine.com/content.aspx?aID=2307328
+http://www.euro.who.int/en/media-centre/sections/press-releases/2019/measles-in-europe-record-number-of-both-sick-and-immunized
+http://pubs.acs.org/doi/abs/10.1021/acs.jctc.5b00088
+https://creativecommons.org/licenses/by/4.0/legalcode
+http://nipeunicamp.org.br
+https://www.researchgate.net/publication/274713189
+http://creativecommons.org/licenses/by/4.0/
+https://hrcak.srce.hr/192736
+http://revistas.facbrasil.edu.br/cadernossaude/index.php/saude/article/view/225/218
+http://www.mida.gov.my/env3/uploads/Publications_pdf/BO_MalaysiaAutomotive/Automotive_FA.pdf
+http://svn.apache.org/viewvc/webservices/wsif/trunk/java/samples/dslprovider/README.html?view=co
+http://www.biomedcentral.com/1472-6963/11/234
+http://dx.doi:10.1111/j.1365-2621.1969.tb12080.x
+http://www.pharmcareesp.com/index.php/PharmaCARE/article/view/355/270
+http://www.nasda.go.jp/lib/nasda-news/1997/06/index_j.html
+http://minerals.usgs.gov/minerals/pubs/country/#pubs.Accessed
+http://semen.revues.org/2793
+https://www.opcc.bc.ca/publications/annual_report.html
+http://archive.ics.uci.edu/ml
+https://www.r-project.org/
+http://www.idsia.ch/˜juergen/computerhistory.html
+http://markamerika.com/artworks/grammatron-by-mark-amerika
+http://jcm.asm.org/
+http://www.ebi.ac.uk/swissprot/
+http://www.expasy.org/cgi-bin/search-biochem-index
+http://nhschoicestraining.spinningclock.com/Documents/HII_-_Ventilator_associated_pneumonia.pdf
+http://onlinelibrary.wiley.com/doi/10.1002/asi.20681/abstract
+https://www.letras.mus.br/palavra-cantada/
+http://www.bape.gouv.qc.ca/sections/mandats/r175-60_227/documents/DA14b.pdf
+http://www.dlib.org/dlib/march00/coyle/03coyle.html
+http://CRAN.R-project.org/package=WDI
+http://comtrade.un.org/data/
+http://www.steimle-consulting.ch/repository/File/International%20pressures%20-%20March%202014.pdf
+https://kuppanwyn-giel.eu/historia-polskiego-gornictwa
+http://seer.ucp.br/seer/index.php
+http://creativecommons.org/licenses/by/4.0/
+https://www.youtube.com/watch?v=ejEjVA29lls
+http://nebcommfound.org/HTC.htm
+https://zakon.rada.gov.ua/rada/show/v6-1929001/sp
+http://stp2012.wordpress.com/comunicados/
+http://www.ers.usda.gov/Briefing/ARMS/
+http://www.unil.ch/izea/softwares/fstat.html
+https://ww2.ibge.gov.br/home/estatistica/populacao/projecao_da_populacao/2013/default.shtm.Acessoem
+http://www.qualitative-research.net/FQS
+http://www.nass.usda.gov/Statistics_by_State/Hawaii/Publications/Fruits_and_Nuts/papaya.pdf
+http://www.ietf.org/rfc/rfc1541.txt
+http://www.violence.de/coleman/article.html
+http://article-link.comReferencetoproceedings
+http://www.valor.com.br/arquivo/787045/wickbold-usa-anvisa-para-lancar-pao-funcional
+http://www.cn-qfcolombia.org/images/archivos/normatividad_2.pdf
+http://www.lans.ece.texas.edu/~lans/lans/
+http://eclipse.org/proposals/technology.ponte/
+http://www.meijermedicalultrasound.com/media/doc/MMU%20%20ARC%20instructions%202010.pdf
+http://www
+https://www.pravda.com.ua/columns/2019/02/24/7207525/
+https://www.plymouth.ac.uk/uploads/production/document/path/2/2733/Literature_review_Project-based_learning.pdfX.Acessoem
+Re-cuperadodewww.ceil-conicet.gov.ar/wp-content/uploads/2013/06/s4lipietz.pdf
+http://www.npl.washington.edu/npl/int_rep/qm_nl.html
+http://www.unep.fr/scp/pub-lications/details.asp?id=DTI/0904/PA
+https://scholarworks.umass.edu/ttra/2019/research_papers/88
+http://www.star.bnl.gov/protected/highpt/mmoura/200GeVAuAuEt/www/MainAnalysis.htm#emEt-CorrSystErr
+https://www.ncbi.nlm.nih.gov/books/NBK305057/.Accessed17
+Brisbane.archive.riverfestival.com.au/2002/files/symposium/FuC.doc
+http://www.math.yorku.ca/SCS/Gallery/milestone/
+https://www.indiatoday.in/india/story/community-transmission-has-begun-in-some-areas-aiims-director-on-coronavirus-spread-in-india-1663835-2020-04-06
+https://f1000research
+http://www.webcitation.org/6lpta2SSN
+https://www.beuth.de/de/norm/din-4226-100/44711226
+http://www.worldchildrenscenter.org/center/impact.html,accessed7/17/04
+http://www.foe.co.uk/resource/press_releases/kyoto_moves_forward_at_a_s_21112006.html
+Accessibleatwww.norrag.org
+http://info.scopus.com/docs/content_coverage.pdf.Accessed
+http://biodiversitylibrary.org/page/3047257
+http://www.firstamendmentcenter.org/manning-largely-barred-from-discussing-wikileaks-harm
+https://www.nuffieldtrust.org.uk/files/2017-01/rationing-health-care-web-final.pdf.Accessed29
+www.ncbi.nlm.nih.gov/pubmed/17678666
+http://cds.cern.ch/record/280836/files/CERN-95-03.pdf
+http://www.atvinnu-vegaraduneyti.is/raduneyti/skipurit
+http://www.redalyc.org/pdf/421/42120002.pdf
+http://wwwnature.com/news/canadian-budget-hits-basic-science-1.10366
+https://iighi.conicet.gov.ar/wp-content/uploads/sites/29/2017/07/XXXII-EGHR-ActasDigitales.pdf
+http://mospi.nic.in/sites/default/files/publication_reports/Revised_Disability_Manual_20june12_1.pdf
+http://pubs.usgs.gov/sim/3075/
+https://adm.dniprorada.gov.ua/statistics/141
+http://nadp.isws.illinois.edu/amn/docs/AMNet_Operations_Manual.pdf
+https://conservancy.umn.edu/handle/11299/185603
+http://stroke.ahajournals.org/content/45/6/1703
+http://www.emc.maricopa.edu/faculty/farabee/biobk/BioBookDivers_class.html
+http://www.efdeportes.com/efd90/estilos.htm
+https://tshaonline.org/handbook/online/articles/hcb07
+http://www.cogme.gov/14.pdf.Accessed
+http://www.gov.cn/zhengce/2016-10/25/content_5124174.htmAccessed1
+http://www.GAMS.com
+http://www.altova.com/umodel.html
+https://bulletin.hds.harvard.edu/articles/winterspring2013/cancer-rites-and-remission-society
+http://kubanni.abu.edu.ng:8080/jspui/bitstream/123456789/6081/1/ASSESSMENT%20OF%2
+http://www.bfs.admin.ch/bfs/portal/de/index/themen/20/22/press.Document.100584.pdf
+http://oaji.net/articles/2015/2639-1448598526.pdf
+http://fissilematerials.org/library/2010/02/fast_breeder_reactor_programs_.html
+http://ritter.tea.state.tx.us/perfreport/account/2009/statesummary.html
+http://www.mzb.com.cn/html/Home/report/312684-1.htm
+http://itacan.ispo.toscana.it
+http://erepository.uonbi.ac.ke:8080/
+http://www.academia.edu/29936322/Fin_de_la_marea_rosa_y_neogolpismo_-_Fabricio_Pereira
+http://www.elpais.com.uy/informacion/primer-feminicidio-mujer-asesi-nada.html
+http://www.cdc.gov/nchs/nhanes/nhanes_questionnaires.htm
+http://w-spodnicy.ofeminin.pl/Tekst/Babskie-sprawy/529258,1,Jak-zdac-egzamin-na-studiach--jak-zdac-egzamin.html
+https://www.scm.com
+http://www.saopaulo.sp.gov.br/spnoticias/lenoticia.php?id=87524
+http://smhp.psych.ucla.edu
+http://www.ncbi.nlm.nih.gov/pubmed/8097920
+www.educacao.marilia.sp.gov.br/secretarias/educacao/2.0/
+https://drive.google.com/file/d/0BzVmKu
+http://www.army.mil/soldiers/jan1999/force.html
+https://doi:10.1016/S0025-3227
+http://seer.cancer.gov/csr/1975_2002/63
+https://www.min-salud.gov.co/sites/rid/Lists/BibliotecaDigital/RIDE/VS/PP/SNA/Boletin-02-2015-Mujer-Ru-ral%%20-agricultura-familiar-Colombia.pdf
+http://wiki.lustre.organdthecontribution
+http://www.rj.anpuh.org/resources/rj/Anais/2006/conferencias/Cristiano%20Luis%20
+http://www.sourcesec.com/Lab/dlink_hnap_captcha.pdf.Retrievedon
+https://www.AVERT.org/Professionals/HIV-around-world/Sub-Saharan-Africa/Nigeria
+http://inex.is.informatik.uni--duisburg.de/
+http://abesdn.org.br/publicacoes/rbciamb/PDFs/29-07_Materia_4_artigos361.pdf
+http://www.mcreview.com
+http://www.cs.waikato.ac.nz/~ml/weka
+http://links.jstor.org/sici?sici=0007-2303%281984%291984%3A2%3C457%3ASPASD%3E2.0.CO%3B2-U
+http://dlib.statistics.gr/Book/GRESYE_01_0002_00061.pdf
+http://www.eltiempo.com/archivo/documento/MAM-19690
+http://www.sonicsinc.com/sonicsMX.htm
+http://demo.istat.it
+https://www.nottingham.ac.uk/primis/about/news/newslisting/miquest-snomed-ct-statement-jan16.aspx
+https://sites.google.com/site/reffitprogram/home
+http://epaper.dfdaily.com/dfzb/html/2011-10/21/content_543363.htm
+http://www.metodologia.org
+periodicoscientificos.ufmt.br/ojs/index.php/educacaopublica/article/view/917/718
+http://www.ghgprotocol.org
+www.lidwapustaka.com
+http://www.video.ja.net/intro/#top
+http://www.ac-sciences-lettres-montpellier.fr/academie.../LAMBOLEY2011.pdf.Consultéle22/12/2014
+http://eur-lex.europa.eu/legal-content/IT/TXT/PDF/?uri=CELEX:52014DC0449&from=EN
+http://jcm.asm.org/Downloadedfrom
+http://en.wikipedia.org/wiki/SFR_Yugoslavia#FoundationE.T.31.08
+http://jrp.icaap.org/index.php/jrp/article/view/11/30
+www.revistas2.uepg.br/index.php/rhr/article/view/2561/2217
+http://www.delfi.lv/biznes/bizopinion/ekspert-vperedi-pyat-let-begstva-rabochih-ruk-iz-latvii
+http://arxiv.org/abs/1503.04358
+http://www.usaid.gov/pubs
+https://www-s.nist.gov/srmors/view_detail.cfm?srm=660b
+http://www.activeopticalsystems.com/docs/AN021Kolmogorov%
+http://www.med-safe.jp/pdf/year_report_english_2009.pdfwebcite
+www.nber.org/papers/w24787.pdf.Updated
+www.kvk.nl
+https://www.mimp.gob.pe/webs/mimp/pnaia/pdf/Documento_PNAIA.pdf
+http://repositorio.ucb.br/jspui/handle/10869/988
+http://onlinelibrary.wiley.com/doi/10.1002/9780470744307.gat226/abstractAccessedSep-tember25
+http://jcom.sissa.it/archive/08/04/Jcom0804
+http://www.sciencedirect.com/science/article/B6V1G-4561J4H-3/2/21516ce76bb2e6adab1ffed4dbe0d24c
+http://reports.ieso.ca/public/819
+https://arxiv.org/abs/1910.02505v2
+http://www.ajol.info/index.php/ijmu/article/view/39849
+https://www.R-project.org
+http://www.maxwell.lambda.ele.puc-rio.br/cgi-bin/db2www/PRG_0490.D2W/INPUT?CdLinPrg=pt.Acessoem12/08/2007
+https://pdftopng-converter.online/storage/documents/2070510db1af82d3af55786b20afb38f.pdf
+https://www.cdc.gov/hai/toolkits/evaluating-environmental-cleaning.html
+https://www.rcog.org.uk/en/guidelines-research-services/guidelines/gtg45/
+http://www.ukrtelecom.ua/press-center/news/pressrelease
+http://ipt.sibcolombia.net/biota/resource.do?r=verte_orin
+http://www.raison-publique.fr/IMG/pdf/Verite_judiciaire.pdf
+https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1310009608
+http://www.anpet.org.br/ssat/interface/content/autor/trabalhos/submissao/2006/2006_bwzkogbrucjdhwnzuwzl.pdf
+http://arxiv.org/abs/1412.6572
+http://www.wfp.org.za/pdf/womenworkers_in_value_chain_coverpage_stephen_greenberg_200.pdf
+http://www.technomag.edu.ru/doc/339499.html.77-30569/339499
+http://www.internationalbreastfeedingjournal.com/content/pdf/174611.pdf
+https://tinyurl.com/yysmb7pn
+http://evs.nci.nih.gov/ftp1/CTCAE/CTCAE_4.03_2010-06-14_QuickReference_8.5$\\times$11.pdf
+http://public.ccsds.org/publications/archive/650x0b1s.pdf
+http://control.dii.unisi.it/research/ABAP05.pdf
+http://www.depkes.go.id/resources/download/info-
+http://keithp.caltech.edu/publications.htm
+http://www.epa.gov/nrmrl/wswrd/wq/models/swmm/epaswmm5_user_manual.pdfaccessed8
+http://atctoxicologie.free.frMauriceRABACHE15
+http://math.columbia.edu/algebraic_geometry/stacks-git
+www.cbc.ca/
+http://rince.unlam.edu.arhttp://www.un.org/en/development/desa/publications/files/2015
+http://dhsprogram.com/
+http://cascavel.ufsm.br/revistas/ojs-2.2.2/index.php/reufsm/article/view/2337
+http://www.arxiv.org/abs/math.CO/0406381
+http://ciat-library.ciat.cgiar.org/Articulos_Ciat/ipm/pdfs/tesis_eduardo_gomez.pdf
+https://estudogeral.sib.uc.pt/bitstream/10316/23293/1/ARQUITETURA%20DE%20TERRA%20-
+http://www.R-project.org
+https://www.edx.org/how-it-works
+http://aem.cornell.edu//research/researchpdf/wp0103.pdf
+https://elpais.com/espana/catalunya/2020-05-24/fase-1-la-soprano-canta-por-ultima-vez-en-su-ventana-del-eixample.html?ssm=TW_CM
+http://www.legeforeningen.no/index.gan?id=80898&subid=0
+https://www.rand.org/pubs/documents/D20104.html
+http://arxiv.org/abs/hep-ph/0404175
+http://www.jstor.org/stable/10.2307/1833190
+http://www.arbeitsministerium.bayern.de/migration/aussiedler/ausss06.pdf.Accessed
+http://static.googleusercontent.com/external_content/untrusted_dlcp/labs.google.com/en//papers/mapreduce-osdi04.pdf
+http://www.mofa.go.jp/announce/fm/machimura/speech0501.html
+https://www.cdc.gov/tobacco/basic_information/smokeless/index.htm.Accessed8
+http://www.virtual.epm.br/cursos/metanalise.Acessoem
+https://www.cdc.gov/nchhstp/newsroom/docs/factsheets/cdc-msm-508.pdf
+https://CRAN.R-project.org/package=stringr104174
+http://www.gov.cn/xinwen/2016-10/25/content_5124174.htm
+http://unso.in.ua/uk/new/unso-vyhodyt-na-novyy-riven-svogo-rozvytku
+http://www.institutohuevo.com/scripts/composicion.asp.Acessoem19junho
+http://www.theatlantic.com/education/archive/2016/03/how-to-help-first-generation-students-succeed/473502/.TheAtlantic
+https://www.vanguardngr.com/2018/08/not-too-young-to-run-prodenitor-tony-gets-nationwide-endorsement/
+http://www.ipea.gov.br/agencia/images/stories/PDFs/100913_rtm_ingles.pdf
+http://www.ohs.org/education/oregonhistory/historical_records/dspDocument.cfm?doc_ID=000DC39A-B0C6-1E35-925B80B05272006C
+http://www.who.int/mediacentre/factsheets/fs204/en/index.html
+http://www.ucs.mun.ca/~emurphy/stemnet/cle.html
+http://apps.who.int/iris/bitstream/handle/10665/259232/WHO-NMH-NVI-17.9-eng.pdf;sequence=1
+http://www.jstor.org/stable/2798806
+http://www.ketem.org/istatistik.php
+http://ncep.amnh.org/linc
+http://www.health.wyo.gov/rfhd/vital_records/reports.html
+https://clinicaltrials.gov/ct2/show/NCT01795261
+http://homepage3.nifty.com/yurioka/exp.html
+http://www.merriam-webster-online.com
+http://www.ida.liu.se/~fabse/papers/nordes09.pdf
+http://www.copernicus.eu/news/how-copernicus-emergency-management-service-supported-responses-major-earthquakes-central-italy
+http://wwwuam.es/europea/Berlin%comunicado.pdf.15/04/04
+http://dx
+http://sujatachowdhury.blogspot.co.uk/2008/01/hinglish
+http://www.ug.ru/article/612
+https://pl.wikipedia.org/wiki/jozafat_kuncewicz
+https://kaiserfamilyfoundation.files.wordpress.com/2013/01/8236.pdf
+http://www.jstor.org/stable/1492941
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1906430
+SustainabilityISSN2071-1050.www.mdpi.com/journal/sustainability
+http://www.painmanagement.org.au/resources/about-pain/what-is-chronic-pain.html35
+http://www.aph.gov.au/Parliamentary_Business/Senate_Estimates/ecctte/estimates/bud1516/environment/index
+http://www.fao.org/ag/ag/agll/spush
+https://www.aagbi.org/sites/default/files/prehos-pital_glossy09.pdf
+http://www.leoweekly.com/2013/01/a-city-divided/
+http://www.southernstudies.org/2011/11/as-dolphins-die-gulf-residents-ask-what-about-us.html
+http://www.biomedcentral.com/1755
+http://www.mernokgeologia.bme.hu/ocs/index.php/konferencia/MGEO2015/paper/viewFile/242/233
+http://www.nerrsdata.org/
+http://www.arxiv.org/abs/cond-mat/0604106
+http://bna.birds.cornell.edu/bna/species/114
+http://www.R-project.org
+http://www.whitehouse.gov/blog/2012/04/11/intellectual-property-and-us-economy
+https://www.youtube.com/watch?feature=player_embedded&v=0408ZwTTA84
+https://www.elibrary.ru/item.asp?id=36850062
+http://www.cadwalader.com/assets/article/050108LofchieRobins
+http://www.inegi.org.mx/est/contenidos/proyectos/accesomicrodatos/encuestas/hogares/regulares/enigh/2010tradicional/
+www.impactjournals.com/oncotarget28
+http://www.histra.it
+http://blogs.worldbank.org/publicsphere/ficha-limpa-clean-record-campaign
+https://CRAN.R-project.org/package=MARSS
+http://en.wikipedia.org/wiki/Right_to_Information_Act
+http://10.1016/j.jplph.2011.01.010
+http://www.illumina.com/documents/products/technotes/technote_Q-Scores.pdf
+jun.2016www4.fsanet.com.br/revista
+https://www.csmonitor.com/World/Africa/2019/0102/How-Rwanda-s-Catholic-clinics-struck-a-contraception-compromise
+http://www.cems.uvm.edu/cooke/ckthm.pdf
+http://www.asean.org/news/item/external-trade-statistics-3
+www.jimmunol.org/cgi/doi/10.4049/jimmunol.1600344
+http://intranet.unab.edu.co/Adjuntos/articulo_completo_medunab_monica_mojica_53398139.pdf
+http://area.dgidc.min-edu.pt/gramatica/breve_historia_da_gramatica.htm
+http://www.hfhr.pl/konsorcjum-organizacji-pracujacych-na-rzecz-migrantow-i-uchodzcow/
+www.elsevier.com/locate/injury
+http://www.easl.eu/liver-congress
+https://www.crn.pl/aktu-alnosci/e-podpis-czy-epuap-2013-co-lepsze-w-kontakcie-z-urzedem
+https://www.ave-nir-suisse.ch/fr/publication/limmigration-sous-controle/
+http://som.flinders.edu.au/FUSA/CCTU/self_management.htm.Accessed27
+http://www.epa.gov/otaq/retrofit/techlist-johnmatt.htm
+https://anulib.anu.edu.au/tools/genericrevproxy.html?url=http://igitur-archive.library.uu.nl/dissertations/2013-0226-200653/UUindex.html
+www.lms.ac.uk/policy/tackling/report.htmlϾ
+http://www.ncbi.nlm.nih.gov/pubmed/18422058
+https://arccjournals.com/uploads/Final-attachment-published-LR-3709.pdf
+http://markets.businessinsider.com/currencies/news/Bitcoin-cryptocurrency-market-crash-explained-causes-2018-1-1013158074
+http://tedebc.ufma.br:8080/jspui/bitstream/tede/1915/2/JanayraSilva.pdf
+http://www.unhcr.org/44e96c842.html
+http://www.zurnalai.vu.lt/problemos/article/view/5290/3448
+lwww.amnesty.it/ailiblaipubl/996/SUM/11603496.1/tm
+http://www.stf.jus.br/portal/processo/verProcessoAndamento.asp?incidente=2685313
+http://www.leychi-le.cl/Navegar?idNorma=141599
+https://www.gsb.stanford.edu/faculty-research/publications/technological-disruption-innovation-last-mile-delivery
+http://www.mpi-forum.org/docs/mpi-3.0/mpi30-report.pdf
+https://10.1177/0170840608090531
+https://s3.amazonaws.com/unhcrsharedmedia/
+http://www.zimtreasury.gov.zw/
+www.cia.gov/news-informa-tion/speeches-testimony/2004/ddo_speech_06242004.html
+http://www1.folha.uol.com.br/mundo/2015/05/1627819-com-ressalvas-eua-liberam-extracao-de-petroleo-no-artico.shtml
+http://www.phac-aspc.gc.ca/publicat/human-humain06/pdf/human_face_e.pdf
+http://dds.bps.go.id/eng/
+http://www.pnsd.msssi.gob.es/novedades/pdf/Investing_in_chil-dren_EuropeanActionPlan.pdf
+http://home.pf.jcu.cz/~cadgme2010/annotations/Wei-Chi_Yang-keynote.pdf
+http://www.tandfonline.com/doi/full/10.1080/00343404.2011.596701
+http://en.wikipedia.org/wiki/Godwin's_law
+http://kyhcs.ustcsz.edu.cn/relconcur/lili
+https://www.nsf.gov/funding/
+https://blogs.scientificamerican.com/cross-check/10-000-year-old-massacre-does-not-bolster-claim-that-war-is-innate/
+http://www.mtbs.gov
+wilderness-society.org/european-wilderness-quality-standard/
+http://rfidjournal.com
+http://www.jpapencen.gov.my/english/senior_citizen.html
+http://en.wikipedia.org/wiki/Design_Web_Format
+http://www.mckinsey.com/business-functions/strategy-and-corporate-finance/our-insights/what-is-value-based-management
+http://www.pmda.go.jp/drugs/1999/g991201/index.html
+http://www.R-project.org
+http://www.nature.com/doifinder/10.1038/nmat4357
+https://www.huawei.com/en/press-events/news/2018/3/MoU-ChinaMobile-FonairAviation-Logistics
+http://www.ubcic.bc.ca/
+http://www.R-project.org
+https://goo.gl/VBxyHj.doi:10.5281/zenodo.2602024
+https://www.cned.cl/
+http://openscience.bmj.com/BMJOpenScience:firstpublishedas10.1136/bmjos-2018-000016on2
+http://www.dhnet.org.br/direitos/sip/onu/c_a/lex41.htm
+http://pharmacologyonline.silae.itISSN
+http://www.fsum.org/fsum/wp-content/uploads/2011/04/fsumhistoria.pdf.Accessed
+http://timss.bc.edu.irls2006/intl_rpt.html
+http://www.globalcompact.ru/assets/uploads/reports/bulletins/Transformiruy%20biznes_izmeniy%20mir.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/19451993
+www.unfccc.int
+http://enpuir.npu.edu.ua:8080/handle/123456789/562
+http://mobot.mobot.org/W3T/Search/vast.html
+http://cres.usc.edu/cgi-bin/print_pub_details.pl?pubid=514
+http://tervlap.hu/cikk/show/id/5528
+http://icom.museum/fileadmin/user_upload/pdf/Key_Concepts_of_Museology/Museologie_Espagnol_BD.pdf
+http://www.csrees.usda.gov/nea/ag_systems/ag_systems_all.html
+http://mpra.ub.uni-muenchen.de/29279/
+http://aaahq.org/AM2003/EthicsSymposium/Session%205a3.pdf
+http://www.r-project.org/
+http://az.lib.ru/t/tolstoj_lew_nikolaewich/text_0040.shtml
+http://www.rzd-expo.ru/history/snegoborba/
+http://doi.acm.org/10.1145/1007568.1007642
+http://www.nfer.ac.uk/publications/95001/95001.pdf
+http://www.pucminas.br/documentos/brasiliaforext.pdf.Acessoem:15deagostode2013
+http://www.statcan.gc.ca/pub/75-001-x/00202/6086-eng.html
+http://arxiv.org/abs/1506.06784
+http://www.isws.uiuc.edu/pubdoc/RR/ISWSRR-127.pdf
+http://www.raison-publique.fr/article696.html
+http://autismandcomputing.org.uk/computing.en.html
+http://millenniumindicators.un.org/unsd/mi/mi_series_results.asp?rowId=
+http://www.ccsm.ucar.edu/
+https://iberiana.wordpress.com/caucasus/yandieva
+www.gaussianprocess.org
+http://trec.nist.gov/pubs/trec16/papers/uic-zhang.blog.final.pdf
+http://www.who.int/hiv/pub/imai/acute_care.pdf?ua=1
+https://data.cityofnewyork.us/City-Government/2020-population/t8c6-3i7b
+http://www.bbprojekte.ch/zc/B215.pdf
+http://www.fhi.no/studier/regionale-helseundersokelser/ungdomsundersokelser-2000-2009
+http://unpan1.un.org/intradoc/groups/public/documents/APCITY/UNPAN015292.pdfaccessed27th
+http://www.aecxml.org/
+www.medicinescomplete.com/mc/bnf/current/PHP1497-warfarin-non-proprietary.htm153
+http://www.ipspr.se.edu/documens.asp
+http://www.sk.com.br/sk-krash.htmldiunduhMinggu
+http://www.saxe-coburg.co.uk/pubs/descrip/sl2005.htmthe
+http://mosquito-taxonomic-inventory.info/
+http://apps.who.int/whocc/List.aspx?cc_code=CAN&
+https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA41Selection.jsp
+http://e-patients.net/e-Patients_White_Paper.pdf
+http://us.uvm.dk/amu/fou/tup/documents/Ord-ogregnevaerkstederforkor-tudd.udmeldingstekst_000.pdf
+http://www.lefigaro.fr/actualite-
+http://www.ceced.eu
+https://nsidc.org/data/docs/daac/modis_v5/dorothy_snow_doc.pdf
+http://www.bdigital.unal.edu.co/40963/1/05598595.2014.pdf
+https://openknowledge.worldbank.org/bitstream/handle/10986/7529/wps4394.pdf?sequence=1&isAllowed=y
+https://tools.ietf.org/rfc/rfc7231.txt
+http://apps.who.int/iris/handle/10665/65312
+http://jmol.org
+https://www.computer.org/csdl/mags/ic/2012/03/mic2012030004.pdf
+http://www.moodle.org.References
+https://nces.ed.gov/pubsearch/pubsinfo.asp?pubid=2011459
+http://www.ncbi.nlm.nih.gov/pubmed/2346630
+https://github.com/huggingface/neuralcoref
+http://www.cs.cmu.edu/~rasc
+https://ndawn.ndsu.nodak.edu/soybean-growing-degree-days.html
+http://audit.ea.gov.au/ANRA/vegetation/bio_asses/case_study.cfm
+http://minuhemmati.net/wp-content/uploads/Hemmati-2002.pdf
+http://www.policyexchange.org.uk/people/alumni/item/harriet-waldegrave
+http://www.nomosphysis.org.gr/articles.php?artid=4511&lang=1&catpid=1
+http://www.iwh.on.ca/sys-reviews/kte-evaluation-tools
+https://www.bbc.com/news/world-middle-east-49746645
+http://ezinearticles.com/?expert=Rana_Sinha
+http://www.remunicipalisa-tion.org.Accessed
+http://www.checklist.org.br/getpdf
+https://ddd.uab.cat/pub/analisi/analisi_a2013m9n48/analisi_a2013m9n48p95.pdf
+www.paperloop.com
+http://en.feuerstein-global.org/about-the-prof
+http://www.joensuu.fi/coste30/docs/Publication/Norway.pdf
+www.insse.ro
+http://www.spiked-online.com/Articles/00000002D0FF.htm
+http://www.brookings.edu/papers/2007/07useconomics_emanuel.aspx
+http://creativecommons.org/licenses/by/4.0/
+http://www.sil.org/asia/philippines/ical/papers.html
+http://www.oie.int/es/normas-internacionales/codigo-terrestre/acceso-en-linea/
+http://www.affinislamic.com.my
+www.monitoringthefuture.org/pubs/monographs/mtf-overview2015.pdf
+http://www.alexander-fp7.eu/
+http://www.proqol.org/ProQol_Test.html
+http://www.trinitycollege.co.uk/resource/?id=2387
+http://www.ncbi.nlm.nih.gov/pubmed/1607913
+http://www.bielarus.net/archives/2003/12/14/63
+http://www.uovirtual.com.mx/moodle/lecturas/teori/9.pdf
+http://doi:10.5194/acp-12-9687-2012
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1676235/pdf/bmj00158-0046.pdf
+https://www.newyorker.com/magazine/2019/04/29/the-airbnb-invasion-of-barcelona
+http://fedgov.dnb.com/webform
+http://www.ibge.Gov.br/cidadesat/topwindow.htm?1
+www.ebizlab.usc.edu
+http://bat.library.ucsf.edu/tid/yki40a99
+https://www.kommersant.ru/doc/3149258
+http://www.owlseek.com/Panteleyev
+http://www.horseandhound.co.uk/news/uae-horse-dies-in-120km-race-412468
+http://www.scielo.br/pdf/paideia/v18n40/13.pdf
+http://epa.oszk.hu/00000/00017/00086/pdf/madarasz.pdf
+http://www2.census.gov/geo/maps/dc10_thematic/2010_Profile/2010_Profile_Map_
+https://www.bigsocietycapital.com/sites/default/files/attachments/CBO_In-Depth%20Reviews_Reconnections.pdf
+idlastro.gsfc.nasa.gov/pub/contrib/varosi/modion
+http://www.cochranehandbook.org
+http://www.guardian.co.uk/world/2013/feb/26/italy-election-austerity-eurozone-turmoil
+http://www.revistaconecta.com/conectados/ramal_avaliar.htm.Buscaem05/
+http://www.gpo.gov/fdsys/pkg/USCODE-2011-title18/pdf/USCODE-2011-title18-partI-chap123-sec2721.pdf
+http://www.xinhuanet.com/politics/2020-02/01/c_1125518527.htm
+http://www.querelles.de/index.php/qjb/article/view/8/18
+http://www.pairfam.de/fileadmin/user_upload/redakteur/publis/Dokumentation/Manuals/Scales_Manual_pairfam_9.1.pdf.Accessed15
+Http://www.parenting.invillage.com
+http://ctl.stanford.edu/Newsletter/discussion_leading.pdf
+http://www.greenearthenergy.com.au
+http://ferramentas.unipinhal.edu.br/engenhariaambiental/viewarticle.php?id=799
+http://oeis.org
+https://www.eci.bce.ec/preguntas-frecuentes#21
+http://lejos.sourceforge.net/
+http://www.blog-city.com/community/
+https://www.redalyc.org/pdf/2371/237117582005.pdf
+http://pidruchniki.com/15100827/pravo/evtanaziya
+http://www.ietf.org/rfc/rfc3261.txt
+http://www.greenpeace.org/argen-tina/Global/argentina/report/2013/cambio_climatico/Infor-me-Moran-mineria.pdf
+https://www.eter-project.com/#/home
+http://drc.bmj.com/
+http://www.levyinstitute.org/pubs/wp74.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://onlinedigeditions.com/article/
+http://www.journalofinequalitiesandapplications.com/content/2012/1/114
+http://www.ncsi.org.uk/what-we-aredoing/the-recovery-package/
+http://www.rand.org/pubs/working_papers/WR650.html
+https://www.tga.gov.au/orphan-drugs#summary-v
+http://hdr.undp.org/en/media/HDR_2009_PT_Complete.pdf
+http://patikab.bps.go.id/backend/pdf_publikasi/Kecamatan-Margoyoso-Dalam-Angka-2015.pdf
+http://www.oecd.org/edu/EAG2014-Indicator%20C4%20%28eng%29.pdf-Accessed30.9
+http://www.fao.org/faostat/en/#data/QC
+http://faostat.fao.org/site/567/DesktopDefault.aspx?PageID=567#ancor
+http://www.emjembedded.com/linux/dimmpc.html
+http://globocan.iarc.fr
+http://link.aps.org/supplemental/10.1103/PhysRevLett.118.237701
+http://www.biodiversitylibrary.org/item/61798#page/210/mode/1up
+http://bookshop.europa.eu/is-bin/INTERSHOP.enfinity/WFS/EU-Bookshop-
+http://www.gsi.de/fair/reports/btr.html
+https://bitbucket.org/seanmauch/stlib/wiki/Home
+http://eprints.soas.ac.uk/9968/
+http://doi.acm.org/10.1145/2213977.2214082
+http://www.cspinet.org/new/200810011.html
+http://www.siliconindia.com/magazine_articles/Web_20Connectedness_sharing_and_the_social-NLF651991104.html
+https://tinyurl.com/ya4wlefj
+http://www.tycho.iel.unicamp.br/~tycho/prfpml/fase2/index.html
+http://www.cve.saude.sp.gov.br/htm/zoo/lta_gve.htm
+http://www.iier.org.au/iier25/barratt-pugh.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/22043260
+http://nbuv.gov.ua/UJRN
+http://karpathy.github.io/2016/05/31/rl/
+http://2045.ru/pdf/ARLINGTON20111106wldb.pdf
+http://www.nap.edu/open-book.php?isbn=0309070368
+http://www.dest.gov.au/NR/rdonlyres/DBB14069-3A47-44A0-8945-3BC55D6E23D4/25788/SciandMathPGsLitRevandDataAnalyisFINALARFeb09.pdf
+www.cdc.gov/niosh/topics/veterinary/hazard.html.Accessed
+http://www.gazprom.ru/tender/small-and-medium-business
+http://www.thenationalcampaign.org/resources/pdf/Briefly_ItsYourResponsibility.pdf
+http://www.scielo.br/pdf/ccedes/v29n77/a06v2977.pdf
+http://onlinelibrary.wiley.com/doi/10.1111/j.2042-3306.1998.tb04521.x/pdf
+https://ww2.ibge.gov.br/home/estatistica/populacao/condicaodevida/indicadoresminimos/defaulttab.shtm
+http://doi.acm.org/10.1145/1182807.1182825
+http://CRAN.R-project.org/package=h2o
+https://www.nba.com/article/2020/03/11/coronavirus-pandemic-causes-nba-suspend-season
+http://voronezhstat.gks.ru/ПономаревА.И
+http://www.twirpx.com/file/862962/
+portal.mj.gov.br/sedh/ct/legis_
+www.scielo.br/pdf/rbedu/v13n37/07
+https://www.byma.com.ar/noticias/byma-lanza-el-primer-indice-de-sustentabilidad-del-mercado-argentino/
+http://www.ideaspaz.org/especiales/dialogos-habana/#
+http://li-brary.binus.ac.id
+https://www.pakistantoday.com.pk/2018/01/25/nadra-to-develop-internet-voting-system-for-expats-report/
+http://www.iucnredlist.org
+https://www.iab.com/insights/economic-value-advertising-supported-internet-ecosystem/
+http://eeas.europa.eu/archives/docs/enp/pdf/pdf/com03_104_en.pdf
+http://www.dialektforschung.phil.uni-erlangen.de/sterbendialekte
+http://www.planalto.gov.br/ccivil_03/decreto/d2306.htm.Acessoem:25/08/2
+http://rac.org/Articles/index.cfm?id=1999&pge_prg_id=13740
+http://www.rbc.ru/economics/29/11/2016/583d76a29a794705c9b6b806
+http://www.iet.unipi.it/l.sanguinetti/techReportRician.pdf
+http://www.cedocmuseodelamemoria.cl/wp-content/uploads/2011/12/DECLARACION_DERECHOS_DEL_NINO.pdf
+http://www.nber.org/papers/w14485
+http://www.bbc.co.uk/newsbeat/article/31920480/tinder-user-falls-for-robot-woman-at-sxsw-festival
+http://calib.qub.ac.uk/calib/
+http://www.zeitenblicke.historicum.net/2003/2002/haferkamp.htmlHaft
+http://www.camh.ca/research/osduhs.aspx.Accessed
+http://whqlibdoc.who.int/trs/WHO_TRS_854.pdf
+https://bit.ly/3bmgfk6
+http://www.fdic.gov/bank/historical/history/
+https://www.age-
+https://pubs.usgs.gov/pp/p1386/
+https://jobs.ua/dkhp/articles-164
+http://www.uspto.gov/
+http://www2.pucpr.br/reol/pb/index.php/pistis?dd1=4577&dd99=view&dd98=pb
+https://arxiv.org/abs/1608.05949
+https://www.entnet.org/content/aao-hns-anosmia-hyposmia-and-dysgeusia-symptoms-coronavirus-disease
+https://www.qiagen.com/gb/shop/pcr/primer-sets/rt2-profiler-pcr-arrays/?catno¼PAHS-027Z#geneglobe
+http://books.google.de/books?id=sSAwbd8qOAAC
+http://www.ipv.pt/millenium/Millenium48/6.pdf
+http://www.psychologytoday.com/blog/dsm5-in-distress/201301/last-plea-dsm-5-save-grief-the-drug-companies
+http://www.os-ar.com/modules.php?name=Encyclopedia&op=content&tid=501124
+http://encolombia.com/veterinaria/fenavi9303actualidad/htm
+https://arxiv.org/abs/2002.04519
+https://jakarta.bps.go.id
+http://www.bisp.de/SharedDocs/Downloads/Aktuelles/Stellungnahme_BISp_DiD_2013_27_08.pdf?__blob=publicationFile
+http://www.clir.org/pubs/reports/pub120/pub120.pdf
+http://www.unhchr.ch/tbs/doc.nsf/
+http://ptolemy.eecs.berkeley.edu/
+http://ec.europa.eu/lietuva/documents/skelbimai/2020m_europa.pdf
+http://ndb.nal.usda.gov/ndb/foods/show/2140?fgcd=&manu=&lfacet=&format=&count=&max=35&offset=&sort=&qlookup=09021
+http://www.chinaventurelabs.com/File/2006%20China%20VC%20Annual%20Report
+unctad.org/pt/docs/
+http://www.projectcounter.org/r4/COPR4.pdf
+http://www.who.int/maternal_child_adolescent/topics/adolescence/dev/fr/Accessed:17/04/2015
+https://cyberleninka.ru/article/v/strategicheskoe-razvitie-ekonomiki-arkticheskogo-makroregiona-i-ego-obespechennost-kadrami-so-srednim-professionalnym-obrazovaniem
+http://www.rand.org/pubs/research_briefs/RB9690z2.html.Accessed
+www.tubitak.gov.tr
+https://caot.in1touch.org/document/3710/O%20-%20OT%20in%20Primary%20Care.pdf
+http://unesdoc.unesco.org/images/0023/002318/231867e.pdf
+www.uni-kl.de/channel-codes
+http://fusionmx.babson.edu/entrep/fer/BABSON2003/XVI/XVI-P4/XVI-P4.html.Accessed28
+http://developer.intel.com/technology/itj/
+http://gensc.org/gc_wiki/index.php/GCDML
+http://www.sciencemag.org/cgi/content/full/282/5391/1007a.Accessed
+www.iso.org/iso/catalogue_detail.htm?csnumber=19418
+http://wwwpromosikesehatancom
+http://hdl.handle.net/10400.12/771
+http://data.worldbank.org/indicator/SP.POP.TOTL
+http://www.snam.com/traitement/pyrometallurgical-units.php
+http://www.dw.com/en/online-masses-flock-to-republica-13-conference/a-16792826
+http://www.nzherald.co.nz/index.cfm?ObjectID=10112595
+http://www.wto.org/english/thewto_e/minist_e/min01_e/mindecl_e.htm
+https://www.usa.philips.com/healthcare/product/HC865350/intellivue-mx40-wearable-patient-monitor/
+https://en.wikipedia.org/wiki/On-board_diagnostics#OBD-II
+http://www.interel.uoa.gr/erasmus/pm.html
+http://www.who.int/gho/publications/world_health_statistics/EN_WHS2014_Part3.pdf?ua=1
+https://www.ukwir.org/site/web/content/home
+http://jpcrd.aip.org/about/rights_and_permissions
+http://www.opengeospatial.org
+https://vimeo.com/52453783
+http://creativecommons.org/licenses/by/3.0/us/
+http://www.ilea.ufrgs.br/cipedes/jun00/guadilla.html.Marzode
+http://ec.europa.eu/economy_finance/publications/european_economy/2012/pdf/ee-2012-2_en.pdf
+http://www.ncbi.nlm.nih.gov
+http://uppingth-eanti.org/journal/article/05-the-fight-for-feminism
+http://www.acutemedicine.org.uk/wp-content/uploads/2016/09/SAMBA16-report-FINAL.pdf
+https://drive.google.com/folderview?id=0B2OqaBpLRRnoZFpGQjRxSFlCSlk&usp=sharing
+http://www.ted.com/talks/chimamanda_adichie_the_dan-ger_of_a_single_story.html
+https://link.springer.com/article/10.1051/apido/2009076
+Http://Www.Cancerresearchuk.Org/Health-Professional/Cancer-Statistics/Statistics-by-Cancer-Type/Skin-Cancer/Mortality
+https://www.researchgate.net/profile/Jonathan_Houghton/publication/237086946_A_leatherback_turtle%27s_guide_to_jellyfish_in_the_North_East_Atlantic/links/0046351b70565519b4000000/A-leatherback-turtles-guide-to-jellyfish-in-the-North-East-Atlantic.pdf#page=72
+http://www.comprasnet.gov.br/noticias/noticias1.asp?id_noticia=208
+https://link.springer.com/article/10.1007%2Fs10584-012-0513-6
+http://www.sedosmission.org/site/index.php?option=com_docman&task=search_result&Itemid=59&lang=en
+https://www.undp.org/content/undp/en/home/funding/core-donors/Germany.html
+http://www.thelancet.com
+http://www.patentstorm.us/patents/7379864.html
+http://www.astro-cabinet.ru/library/raiir/russkie-astronomy-i-ih-raboty10.htm
+http://eprints.glos.ac.uk/3609
+http://bpspldenpasar.info/nelayan-dan-stakeholder-di-lombok-timur-menerima-sosialisasi-sop-pemanfaatan-hiu/
+http://www.vcgi.org/dataware/?page=./search_tools/search_action.cfm&query=theme
+unl.pt
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3877522/
+www.ufsm.br/redevistadireitov.8
+http://whqlibdoc.who.int/hq/2002/WHO_NMH_NPH_WHD_02.13.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/16891231
+www.ecodallecitta.it
+http://www.ecdc.europa.eu/en/publications/Publications/antimicrobial-resistance-surveillance-europe-2011.pdf
+http://www.eife-l.org/publications/eportfolio/proceedings2/ep2007/proceedings-pdf-doc/eportfolio-2007.pdf#page=20.Accessed18.12.09
+http://creativecommons.org/licenses/by/4.0/
+http://www.bibliotecaflorestal.ufv.br/handle/123456789/3910
+http://www.oecd.org/els/workingpapers
+www.localselfgovt.org
+http://www.advertisinglawplaybook.com/documents/We_are_Number_1.pdf
+http://jcp.proscenia.net/publications/articles_mlr/hobbs/uses.html
+http://www.sudantribune.com/spip.php?article46397
+https://www.congress.gov/bill/113th-congress/house-resolution/284/text
+http://www.ejel.org
+http://www.kindergartenpaedagogik.de/2100.html
+https://www.cambridge.org/core.IPaddress:207.241.231
+Retrievedfromwww.nber.org/papers/w6690
+https://cheaptalk.org/2013/02/11/big-news/
+http://www.qualitative-research.net/FQS
+http://info.worldbank.org/governance/wgi/index.asp
+http://www.president.iastate.edu/install/program/remarks.php
+http://veja.abril.com.br/blog/radar-on-line/televisao/record-muda-estilo-de-novela-mas-audiencia-continua-pifia
+http://www.portalpch.com.br/IlustraçãotécnicadeumausinaHidroelétricahttp://danielrsilveira.blogspot.com.br/2010/04/usina-hidreletrica.htmlDefiniçãodebiomassahttp://www.lippel.com.br/br#1
+http://www.json.org/
+http://pubs.acs.org/doi/abs/10.1021/acs.jpcb.5b11162
+http://geuz.org/gmsh/doc/texinfo/gmsh.pdf
+http://www.thesportjournal.org/article/descriptive-comparisons-united-states-military-physical-fitness-programs
+http://scholarworks.gvsu.edu/cgi/viewcontent.cgi?article=1014&context=orpc
+http://www.ma.utexas.edu/mp_arc-bin/mpa
+http://www.genabel.org
+http://www.ndlerf.gov.au/sites/default/files/publication-358documents/monographs/monograph13.pdf
+http://www.latimes.com/politics/la-na-clinton-sanders-age-20160419-story.html
+https://ieeexplore.ieee.org/abstract/document/8316644/figures#figures
+https://acento.com.do/2016/cultura/8402371-desaparicion-henry-segarra-santos-los-doce-anos-balaguer
+http://ec.europa.eu/bulgaria/abc/eu_glance/treaties_documents/treaties_bg.htm
+http://www.morganstanley.com/institutional/techresearch/
+http://www.ibama.gov.br/phocadownload/biodiversidade/biodiversidade-aquatica/
+https://github.com/blog/1995-github-jupyter-notebooks-3
+scholar.waset.org/1307-6892/10003796
+https://www.retsinformation.dk/Forms/R0710.aspx?id=46522
+http://www.publications.parliament.uk/pa/cm200
+http://lup.lub.lu.se/luur/download?func=downloadFile&recordOId=1761619&fileOId=1761630
+http://bit.ly/Mba2eR
+https://www.leobw.de/web/guest/detail//Detail/details/DOKUMENT/wlb_digitalisate/digibib-bsz4176277182/Stammbuch+Georg+Ringler+-+Codhistoct5
+https://www.torproject.org/docs/hidden-services.html.en
+http://greav.ub.edu/der
+http://www.etymonline.com/index.php?allowed_in_frame=0&search=emotion
+http://dx
+http://www.rand.org/about.html
+http://www.unscear.org/docs/reports/Biological_mechanisms_WP_12-57831.pdf
+WaterAid.www.endwaterpoverty.org
+http://www.debatidentitenationale.fr
+https://yokatlas.yok.gov.tr/lisans.php?y=104510232
+http://www.springer.com/
+https://docs.nvidia.com/cuda/parallel-thread-execution
+www.researchmathsci.org
+http://news.sohu.com/s2009/9616/s266485658
+http://onlinelibrary.wiley.com/browse/publications?type=labprotocols
+http://wiki.laptop.org/go/Hardware_specification
+http://www.turkishstudies.net/Makaleler/1498512037_odaba.pdf,s
+http://www.uniformtubes.co.uk/
+http://www.csas.cz/static_internet/cs/Obecne_informace/FSCS/CS/Prilohy/vz_2011.pdf
+http://www.pbs.org/newshour/bb/government_programs/july-dec06/housing_07-27.html
+http://data.unaids.org/pub/Report/2009/JC1700_Epi_Update_2009_en.pdf
+http://www.rwjf.org/content/dam/farm/reports/issue_briefs/2011/rwjf69438/subassets/rwjf69438_1
+http://www.economicsnetwork.ac.uk/iree/il
+http://www.gigateway.org.uk/
+https://bit.ly/2nVdW45
+http://cve.mitre.org/
+http://cyberleninka.ru/article/n/poteri-selskohozyaystvennoy-produktsii-i-prodovolstvennyh-resursovv-rossiyskoy-federatsii
+http://www.federaltaxcrimes.blogspot.com/2013/10/can-restitution-be-reduced-by-payments.html
+http://www.serindigena.org/archivosdigitales/libros/libro_parlamentodecozcoz.pdfVisitadaenseptiembrede
+http://acd.ufrj.br/pacc/z/ensaio/boaventura.htm
+https://www.waterrf.org/research/projects/residential-commercial-and-institutional-end-uses-water
+http://repository.upi.edu/operator/upload/s_sdp_0701129_chapter1.pdf
+http://atomig.org/archives/2004/08/folksonomvsocialclassification.html
+http://www.who.int/dietphysicalactivity/factsheet_women/en/
+http://www.federalreserve.gov/boarddocs/speeches/1996/19960908.htm
+http://kosis.kr/statHtml/statHtml.do?orgId=101&tblId=DT_2KAA314_OECD
+http://www.pewinternet.org
+http://economia.elpais.com/economia/2015/02/20/actualidad
+http://revistascientificas.filo.uba.ar/index.php/rtt/article/view/2434/2092
+http://www.mfe.govt.nz/publications/climate/industrial-allocation-under-nz-ets/index.htmlS
+http://www.sciencedirect.com/science/article/pii/S0169409X07001421
+http://us.politik.news.viva.co.id/news/read/94048-taufiq_kiemas_hampir_pasti_ketua_mpr
+http://www.jstor.org/stable/25700516
+http://claudioulpiano.org.br/paulo-domenech-oneto/util-inutil-3%C2%AA-interlocucao/
+http://www.iipa.com/pdf/2004_SIWEK_EX
+www.scielo.br/pdf/cr/v27n2/a14v27n2.pdf.Acessoem
+http://www.artist-project.eu/
+http://www.nrel.gov/biomass/pdfs/42630.pdf
+https://www.codigotecnico.org/images/stories/pdf/ahorroEnergia/DA-DB-HE-1-Calculo_de_parametros_caracteristicos.pdf
+http://hdl.handle.net/10402/era.38858
+http://bmjopen.bmj.com/BMJOpen
+http://www.observatorioviolencia.org/upload_images/File/CUADERNOS-G25.pdf
+http://www.eurozine.com/articles/2005
+http://www.cgr.pitt.edu/oakland-partners
+http://www.ifla.org/IV/ifla67/papers/130-166e.pdf
+http://bmcfampract.biomedcentral.com/articles/10.1186/1471-2296-15-69
+http://www.piac.ca/files/dntl_final_website.pdf
+http://www.regjeringen.no/nb/dep/hod/dok/regpubl/stmeld/
+http://www1.dshs.wa.gov/manuals/eaz/sections/LongTermCare/LTCstandardspna.shtml
+http://www.haveeru.com.mv/news/57218
+http://dx
+http://www.ecdc.europa.eu/en/publications/Publications/101108_SPR_pandemic_experience.pdf
+http://fortune.com/2015/10/14/polio-surge-ebola-gates-foundation/.Accessed28
+https://openknowledge.worldbank.org/bitstream/handle/10986/24834/Assessing0impl0Es000a0global0survey.pdf?sequence=1andisAllowed=y
+http://www.facebook.com_pondGap
+Availableatftp.compapp.dcu.ie/pub/crypto/cm.exe
+http://store.neurosky.com/products/myndplay-sports-bowling
+https://revistas.uo.edu.cu/index.php/stgo/article/view/109/105
+http://waittimes.hco-on.ca/en/search/surgery/adult#/cancer/thyroid-and-endocrine-cancers.Ac-cessed
+http://www-01.ibm.com/software/integration/optimization/cplex-optimizer/
+https://reut.rs/2J3Z9g0
+http://www.redalyc.org/pdf/219/21922416005.pdf
+http://www.diw.de/en/diw_01.c.492395.en/topics_news/soep_and_iab_create_database_to_evaluate_minimum_wage.html
+http://ec.europa.eu/information_society/eeurope/i2010/docs/benchmarking/egov_benchmark_2009.pdf
+https://nciph.unc.edu/cetac/phswcompetencesmay5.pdfadre-sindenalındı
+http://ella.slis.indiana
+http://www.thehealthwell.info/node/91930
+http://www.jlab.org/expprog/proposals/02/PR02-020.pdf
+http://tinyurl.com/heat-illness-california
+http://www.newcity.newham.sch.uk/
+http://www.chosunonline.com/article/20010420000015
+https://raexpert.ru/docbank/d80/955/703/fb7a6a897c61ba70dcf98af.pdf
+https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/206243/PHE_MMR_Action_Plan_June_2013.pdf
+https://www.researchgate.net/publication/328881053_The_
+http://www.doh.gov.uk/research/swro
+http://www.infonet-biovision.org/res/res/files/4228.ifoam_norms2012.pdf
+http://www.highbeam.com/doc/1G1-71823933.html
+http://doi.acm.org/10.1145/2601097.2601157
+http://data.bris.ac.uk/data/dataset/3juehd5wwl6491zzz99038tll9.royalsocietypublishing.org/journal/rsosR.Soc.opensci
+http://gut.bmj.com/Gut:firstpublishedas10.1136/gut.28.8.981on1
+http://homepages.engineering.auckland.ac.nz/pkel015/SolidMechanicsBooks/index.html
+http://www.lacan.com/zizek-pompidou.htm
+http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2009/lei/L11977compilado.htm
+http://online.wsj.com/news/articles/SB10001424052702303830204577447932029699456
+http://bookitut.ru/Lenin-zhiv-Kuljt-Lenina-v-Sovetskoj-Rossii.AContents.html
+http://www.plasticabahia.com.br/uploads/ISAPS_Results_-Procedures_in_2011.pdf
+http://www1.tce.rs.gov.br/portal/page/portal/tcers
+http://dspace.nuft.edu.ua/jspui/bitstream/123456789/1076/1/Sist_anTK.pdf9
+https://www.cia.gov/library/publications/the-world-factbook/geos/ni.html
+http://www.geneclinics.org/
+http://www.espritcritique.fr/dos-siers/article.asp?t03code=111&varticle=esp1201article05&vrep=1201
+http://www.atmos-chem-phys.net/9/2301/2009/
+https://web.law.columbia.edu/sites/default/files/microsites/climate-change/files/Publications/biniaz_2016_june_comma_diff_responsibilities.pdf
+http://www.jstor.org/stable/10.2307/2529826.Accessed22
+http://www.toyota.com/prius/specs.html4.EPRI
+https://hal.archives-ouvertes.fr/hal-01483489/file/Paroles%20dExperts%20Paysans.pdf
+http://www.ub.es/geocrit/-xcol/249.htm
+http://www.pubmedcentral.nih.gov/about/newoption.html
+http://bcn.cl/1vrq5
+http://www.census.gov/cps/
+www.world-bank.org/wbi/governance/pdf/govmatters_IV_main.pdf
+http://www.revistas.unc.edu.ar/index.php/Cuadernos/article/viewFile/755/712
+https://clini-caltrials.gov/ct2/show/NCT00265031?id=HD12&rank=2
+http://searchsoa.techtarget.com/news/article/0,289142
+http://wokinfo.com/citationconnection/.Acesso
+https://jena.apache.org
+http://www.cdc.gov/nchs/nhanes/analytic_guidelines.htm
+http://www.fcongd.org/fcongd/FRP
+http://www.ncbi.nlm.nih.gov/pubmed/30383787
+http://www.cnpsa.embrapa.br/abraves-sc/pdf/Memorias2001/1_manoelrenato.pdf
+http://www.state.gOv/t/pm/rls/rm/24137pf.htm
+http://link.aps.org/supplemental/10.1103/PhysRevLett.109
+http://www.yvonnedekort.nl/pdfs/de%20kort%20and%20smolders%202010.pdf
+http://hdl.handle.net/10402/era.19093
+http://www.ine.es/dyngs/INEbase/en/operacion.htm?c=Estadistica_C&cid=1254736176783&menu=resultados&secc=1254736195295&idp=1254735573175
+https://core.ac.uk/download/pdf/1172312
+http://dic.academic.ru
+http://base.garant.ru/584458/
+http://repository.unhas.ac.id/handle/123456789/19721
+http://www.mexico-businessline.com/Bancomext/Template/Nacional/de-fault.jhtml?seccion=2838
+http://radioactivity.nsr.go.jp/en/list/270/list-1.html
+http://www.jbc.org/content/247/20/6720
+http://tvhb.org.tr/sayfa/odalar
+http://www.arhiv.tvereza.info/science/papers/halt08a.pdf.-Загл.сэкрана.261.Поттосина,С.А.Экономико-математическиемоделиимето-ды:учеб.пособиедлястуд.экон.спец.БГУИРдлявсехформобуч
+http://eacea.ec.europa.eu/llp/projects/public_parts/documents/comenius/com_nw_510010_digital-earth.eu.pdf
+http://www.limpoporak.com.Accessed31
+http://ec.europa.eu/environment/nature/conser-vation/species/ema/
+http://www.winwinpartner.com/_downloads/080603MBNreport.pdf
+http://www.museudeartedorio.org.br
+http://www.eurosurveillance.org/ViewArticle.aspx?ArticleIdϭ20662
+http://www.ejts.org/document623
+http://www.jwatcher.ucla.edu
+http://files.library.northwestern.edu/findingaids/wigmore.pdf
+http://www.greenpeace.org/international/en/news/Blogs/makingwaves/brazil-most-danger-ous-country-for-environmental-activists-especially-amazon/blog/56871/
+http://psych.colorado.edu/~carey/Courses/PSYC5112/Readings/alpha_Cronbach.pdf
+http://gpgpu.org/developer/cudpp
+http://indiatoday.intoday.in/story/national-employabilityreport-on-engineering-graduates-net-java-hcltechnologies/1/248970.html
+www.fitch.com
+http://www.ingesa.mscbs.gob.es/estadEstudios/documPublica/pdf/CMBD-2001.pdf
+http://www.joe.org/joe/1991winter/rb5.php
+http://creativecommons.org/licenses/by/4.0/
+http://www.amar.org.ir/Default.aspx
+http://openjump.org/wiki/show/HomePage
+http://whc.unesco.org/en/list/426
+www.sican.com
+http://www.pharmacology.leidenuniv.nl/content_docs/refsluigiweb.pdf
+http://paginas.terra.com.br/informatica/jscatena/UNIP/Software/Gr_FingerPrint.zip.Acessoem
+https://cmb.uchicago.edu/project/images/4/4a/2011_1220_multipole_leakages_tajimao.pdf,QUIETinternalmemo142
+http://www.ine.es/
+kharkov.ua
+http://public.oed.com/the-oed-today/recent-updates-to-the-oed/previous-updates/june-2006-update/
+www.kanep-gsee.gr/ekdoseis/-/etisia-ekthesi-gia-tin-typiki-ekpaidefsi-2010/
+http://www.qaproject.org/methods/resglossary.html.Accessedon24
+http://www.mencanstoprape.org/usr_doc/MOST_Club_Brochure_&_Criteria.pdf
+http://www.ansys.com
+http://www.clawpack.org
+http://www.importanceofplay.eu/IMG/pdf/dr_david_whitebread_-_the_importance_of_play.pdf
+https://www.w3.org/OWL/
+https://publications.parliament.uk/pa/cm201617/cmselect/cmcomloc/45/45.pdf
+http://www.gov.cn/zwgk/2008-04/24/content_953471.htm
+http://c2.com/cgi/wiki?WhatIsData
+www.securityfocus.com/infocus/1546
+http://www.al-monitor.com/pulse/originals/2016/02/jordan-work-permits-palestinian-refugees.html
+http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=17498246
+http://publica.webs.ull.es/upload/REV%20LAGUNA/21%20-
+https://www.who.int/tb/publications/ltbi_document_page/en/
+http://www.oar.nih.gov/strategicplan/fy2011/index.asp
+www.jasonmoore.com
+http://content.healthaffairs.org/content/24/2/499.full
+http://www.sciencedirect.com/science/article/pii/S0167404816301845
+http://www.meteoschweiz.admin.ch/web
+http://www.mgnet.org/mgnet-codes-wienands.html
+http://www.cibtech.org/jls.htm
+www.intangiblecapital.org
+http://www.ijcsi.org/papers/IJCSI-Vol-7-Issue-2-No-1.pdf
+http://debate-in-its.htmlwww.hrnutshell.com/topics/topics-covered-group1-
+http://worldcentric.org/biocompostables/utensils/utensils-200F
+http://www.dhs.wisconsin.gov/eh/fish/FishFS/2007Hg_Add_Final_05_07.pdf
+availableatwww.cdc.gov/nchs/data/series/sr23/sr23022.pdf
+http://www.unaids.org/sites/default/files/en/media/unaids/contentassets/documents/epidemiology/2013/gr2013/UNAIDS_Global_Report_2013_en.pdf
+http://www.nrdc.org.uk/uploads/documents/doc_166.pdf
+http://www.assistenciasocial.al.gov.br/sala-de-imprensa/arquivos/NOB-SUAS.pdf
+http://www.ucdmc.ucdavis.edu/cht/services/telemedicine/teleradiology.html/
+www.rand.org/pubs/monograph_reports/2005/MR1465.pdf
+.www.bibb.de/dokumente/pdf/foko6_neues-aus-euopa_04_raum-lll.pdf
+www.renewableenergyworld.com/rea/news/article/2008/07/chinas-wind-power-industry-localizing-equipment-manufacturing-53076
+http://training.fema.gov/emiweb/downloads/highedbrief_course2.ppt
+http://www.R-project.org
+http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0041492
+http://www.pacitan.go.id
+https://americanheadachesociety.org/news/headache-clinic-workflows-covid-19/
+http://aws.amazon.com/ec2
+https://www.onlineexambuilder.com/
+https://www.theverge.com/2016/4/21/11482576/google-ceo-sundar-pichai-cloud-ai-future
+https://sites.google.com/site/gopalpandurangan/dna
+http://inno.cs.msu.su/implementation/it-university/07/report.doc
+http://www.scipy.org/
+http://historiapolitica.com/datos/biblioteca/2j_lair.pdf
+http://www.freetheworld.com/datasets_efw.html
+http://www.ohchr.org/EN/NewsEvents/Pages/Haitisixmonthson.aspx
+https://www.academia.edu/5585155/Assessing_Technologys_Role_in_Communication_between_Parents_and_Middle_Schools
+http://www.indianjurol.com/text.asp?2016/32/1/50/173118
+http://www.newyorker.com/reporting/2008/03/31/080331fa_fact_hessler
+http://www.oecd.org/els/health-systems/49105858.pdf
+http://www.standardmethods.org
+https://vogazeta.ru/articles/2018/5/8/edpolitics/3153-12_prioritetov_prezidenta_???history=0&pfid=1&sample=159&ref=0
+https://www.researchgate.net/publication/259791361_Bird_monitoring_at_offshore_wind_farms_in_the_Belgian_part_of_the_North_Sea_assessing_seabird_displacement_effects
+http://www.unhcr.org/cgi-bin/texis/vtx/refworld/rwmain?page=country&amp
+https://www.ahrq.gov/professionals/clinicians-providers/guidelines-
+http://www.cis.hut.fi∼aapo/papers/IJCNN99tutorialweb/JawerthB
+http://www.stopsportsinjuries.org/Accessed
+http://www.ics.uci.edu/~mlearn/MLRepository.html
+http://www.forbes.com/sites/sujanpatel/2016/11/12/9-ways-to-use-social-media-to-build-your-personal-brand/2/#3c6593547837
+http://foreign.senate.gov/imo/media/doc/55285.pdf.14
+http://repository.unp.ac.id/71/
+http://arxiv.org/abs/1601.06411
+https://docs.szw.nl/pdf/35/2003/35_2003_3_3371.pdf
+http://www.cmi.no/file/?1315
+http://epaa.asu.edu/ojs/article/view/1298
+https://www.vanguardngr.com/2010/06/shocking-revelations-of-man-arrested-with-fresh-human-parts/
+http://www.meteotest.ch/
+www.surface-prep-lab.com
+http://www.geoimage.ch/includes/pdf/nzz_sar_180209.pdf
+https://mosquitto.org/
+http://www.cs.uni-bo.it/bison/publications/CAsurvey.pdf
+http://www.dge.gob.pe/portal/docs/vigilancia/boletines/2015/08.pdf
+http://philadelphiaencyclopedia.org/archive/art-of-cecilia-beaux/
+https://www.epicpeople.org/
+http://www.ccpl4.ac.uk/tutorial/xfit-95/
+https://www.google.com/covid19/mobility/
+https://www.setting.com.br/blog/processos/processo-mudanca-organizacional/
+https://scroll.in/article/914935/despite-natures-protests-encroachment-and-illegal-construction-are-rampant-in-keralas-munnar
+http://postgis.refractions.net/
+http://www.eenewsautomotive.com/news/continental-bosch-lead-adas-vendor-share-ranking
+http://ecnhts-proxy.jsums.edu:2087/docview/916768297?accountid=11661
+http://files.eric.ed.gov/fulltext/ED506058.pdf
+https://web.archive.org/web/20150206004624/http
+https://www.ncsbn.org/Delegation_joint_statement_NCSBN-ANA.pdf
+www.rpharms.com/pharmacy-practice-resource/specials.asp
+http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2012/lei/l12764.htm
+http://www.europarl.europa.eu/the-secretary-general/en/activities-multimedia/the-european-union-and-democracy-klaus-welle-at-the-krieger-school-of-arts-and-sciences-johns-hopkins-university
+http://es.wikipedia.org/wiki/
+http://gemini.no/en/meninger/the-day-terrorism-came-to-norway/
+http://ec.europa.eu/health/ph_threats/non_com/rare_diseases_en.htm
+http://www.biochempress.com
+http:/eprints.Unipa.ac.id/
+http://www.australiandesignreview.com/architecture
+http://www.srcana.hr/hr/vijesti/pregled/29/
+http://www.nxtbook.com/nxtbooks/ncppa/make_the_move/index.php
+http://www.kupoge.de/kumi/pdf/kumi160/kumi160_042-043.pdf
+la.causada.fue.declarada.culpable.de
+http://www.ncswboard.org/page/complaints-disciplinary-actions
+http://math.nist.gov/MatrixMarket/index.html
+http://library.fundforpeace.org/library/fragilestatesindex-2015.pdf
+http://www.minorplanetcenter.net/iau/special/residuals2.txt
+www.fda.gov/Safety/MedWatch/SafetyInformation/ucm215476.htm
+http://www.prefeitura.sp.gov.br
+https://philpapers.org/rec/MANMAE-3
+http://pamula.web.id/komputer/,diaksestanggal14Mei
+http://www.pimsa.secyt.gov.ar/publicaciones/DT%2031.pdf
+http://newsroom.aaa.com/2011/07/ev-charging-statio/viii
+http://www.euro.who.int/__data/assets/pdf_file/0018/790
+2.www.mhra.gov.uk/home/groups/pl-a/documents/websiteresources/con019461.pdf
+http://www.cdc.gov/HAI/bsi/CLABSI-resources.html.Lastupdated
+http://www.who.int/immunization/global_vaccine_action_plan/GVAP_Guiding_Principles_Measures_of_Success_and_Goals.pdf
+http://www.imf.org/external/pp/longres.aspx?id=412
+http://www-128.ibm.com/developerworks/java/library/j-jtp01274.html
+www.reuters.com/article/2009/04/29/vietnam-bauxite-idUSHAN45994820090429
+http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2013/lei/l12830.htm
+https://www.google.com/search?q=Wichelt%2C+L+%26+Kearney%2C+N.E.+%28
+https://www.ncbi.nlm.nih.gov/pubmed/17296542
+http://www.casp-uk.net/wp-content/uploads/2011/11/CASP_Systematic_Review_Appraisal_Checklist_14oct10.pdf
+www.asme.org.uk/
+http://www.physio-med.com/
+http://www.washingtonpost.com/blogs/answer-sheet/post/international-rankings-reformers-like-to-ignore/2011/08/27/gIQA6Gc6iJ_blog.html
+http://www.biomedcentral.com/1471-230X/10/32/prepub
+http://usa.ipums.org/usa,acceso10deabrilde
+http://www.etymonline.com
+www.swc-cfc.gc.ca/pubs/0662326791/index_e.htm
+http://www.auc.org.ua/news/asotsiatsiya-mist-ukraini-sturbovana-tsentralizatsieyu-vladi-ta-obmezhennyam-povnovazhen-organi
+http://www.laender-analysen.de/russland/23.09.2013
+http://www.scientificamerican.com/article.cfm?id=kryders-law
+https://www.st.com/resource/en/application_note/dm00356635.pdf
+https://CRAN.R-project.org/package=rslurm
+http://www.slmethiopia.info.et/attachments/article/4/PIM%20revised%20June%202010.pdf
+http://www.commonsensemedia.org/tv-reviews/design-squad
+http://digitalcomms.unl.edu/libphiprac/304
+http://www.psfk.com/publishing/future-of-retail-2014
+http://apps.who.int/gho/data/node.main.Accessed16
+http://www.gov.scot/Topics/Statistics/Browse/Housing-Regeneration/RefTables/adhoc-analysis/ah20Oct2015
+http://redalyc.uaemex.mx/pdf/183/18340103.pdf
+http://www.stopfemaledeathinadvertising.com/
+http://www.journalism.org/analysis_report/how_mainstream_media_outlets_use_twitter
+http://jurnal.usu.ac.id/index.php/jts/article/view/11990
+http://www.quickanddirtytips.com/grammar-girl
+http://incsub.org/blogtalk/images/Odonnell.doc
+www.visegradgroup.eu
+http://convergenciadigital.uol.com.br/cgi/cgilua.exe/sys/start.htm?UserActiveTemplate=site&infoid=43313&post_data=&sid=15
+http://radioactivity.nsr.go.jp/en/contents/4000/3180/24/1304797_0506.pdf.Accessed
+http://www.dsm5.org/ProposedRevisions/Pages/proposedrevision.aspx?rid=94
+http://wn.rsarchive.org/Books/GA004/English/RSP1964/GA004_index.html
+https://www.irishexaminer.com/ire-land/the-migrant-crisis-and-the-very-dif-ferent-approaches-adopted-by-the-28-eu-states-472296.html
+http://www.sertox.com.ar/img/item_full/20003.pdf
+http://www.crd.york.ac.uk/PROSPERO/display_record.asp?ID=CRD42017050972
+http://www.eurocontrol.int/articles/national-rpas-regulations
+http://www.urbandharam.org/niw05/index.html
+http://www.mpa.gov.br
+http://www.unitau.br/unindu/artigos/pdf571.pdf
+https://academic.oup.com/jicru/issue/os25/1
+http://www.demos.co.uk/files/DestinationUnknownAutum-n2011_-_web.pdf?1322826138
+https://www.google.com/patents/US20040185933
+https://www.suara.com/news/2018/08/01/020300/2-smk-di-tangerang-tawuran-1-pelajar-tertancap-celurit-di-kepala
+https://datatracker.ietf.org/doc/html/draft-ietf-lpwan-overview-01
+http://148.202.18.157/sitios/publicacionesite/pperiod/laventan/Ventana13/ventana13-4.pdf
+http://www.iomtoday.co.im/west-news/Tribute-to-Colin-Jerry-at.5499416.jp
+https://papua.bps.go.id/publication/2017/07/11/5f7133c9dd7e66b7f6a0cf5f/produk-domestik-regional-bruto-provinsi-papua-menurut-lapangan-usaha-2012-2016.html
+http://www.newsru.com/russia/23may2017/stalin.html
+http://www.ifac.org/Lara
+http://electronicintifada.net/artman/uploads/reportn0.pdf
+http://cci.mit.edu/
+http://babylonia.ch/
+http://plaza.ufl.edu/siddgoya/Homepage/Publications.html
+http://papers.sae.org/2010-01-0431/orhttp://www.systecs.com/unternehmen/documents/SAE%202010-03.pdf4.Mikhailov
+http://product.ubion.co.kr/upload20120220142222731/ccres00056/db/_2250_1/embedded/2010-www-twitter.pdf
+http://viceroy.eeb.uconn.edu/EstimateS
+http://www.loc.gov/standards/sru/sru1-1archive/xml-files/srw-bindings.wsdl
+http://iphome.hhi.de/suehring/tml/download/oldjm/
+http://www.ihs.com/News/WW-News/news-2007/Brazil-removes-41-high-potential-blocks-from-ANP-Round-9.htm
+http://epaa.asu.edu/epaa/v11n32/
+http://www.data.jma.go.jp/obd/stats/etrn/index.php
+http://www.apregistry.com/forms/interim_report.pdf
+http://www.cse.scu.edu/~mwang2/projects/CDH_installConfig1_13m.pdf
+http://proquest.umi.com/pqdweb?did=765935061&Fmt=7&clientId=20176&RQT=309&Vname=PQD
+http://www.sbc.org.br/index.php?option=com_jdownloads&Itemid=195&task=view.download&catid=39&cid=1479
+http://cherinfo.ru/download/134.Dataobrascheniya:23.03
+gauss.mathematik.uni-oldenburg.de/pub/Vorlesungen/vetter/ALGLAT.pdf
+http://www.sciencedirect.com/science/article/pii/S0092867402007456.Accessed
+http://creativecommons.org/licenses/by/4.0/
+http://www.cdc.gov/eis/downloads/eis-conference-2016.pdf
+www.camp.dtu.dk/Software
+http://www.health.wa.gov.au/hrit/docs/publications/Final_Report.pdf
+http://portal.iteso.mx/portal/page/portal/Sinectica/Historico/Numeros_anterio-res06/029/Miguel%20Lopez%20Melero.pdf
+http://www.aravind.org/default/aboutuscontent/milestones
+https://www.channelnewsasia.com/news/asia/china-taiwan-youtuber-potter-king-tsai-ing-wen-flirting-video-12187468
+http://www.egms.de/en/journals/zma/2016-33/zma001034.shtml
+http://web.eduk.sk/stahovanie/analyza.pdf
+www.taxjustice.net/cms/upload/pdf/Price_of_Offshore_Revisited_26072012.pdf;11.12.2012
+https://www.sd.polyu.edu.hk/iasdr/proceeding/papers/Creativity%20in%20Design%20%20How%20Designers%20Gather%20Information%20in%20the%20Preparation%20Phase.pdf
+http://demog.berkeley.edu/~jrw/Papers/lctech.pdf.függelék
+http://www.zavtra.ru/cgi/veil/data/zavtra/05/609/41.html
+futuresciencegroupwww.future-science.com
+https://aopwiki.org/aops/25
+https://goo.gl/z8cMUh
+http://link.aip.org/link/?PFB/4/3070/1
+http://www.academyhealth.org/files/phsr/Qual-Stoto.pdf.Accessed
+www.edu.gov.rowww.arhiva.ise.ro
+http://www.redalc-china.org/v21/images/docs/Dussel_Armony_BeyondRawMaterials.pdf
+http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2018-025041on9
+https://cordis.europa.eu/project/id/516146/fr
+https://corporate.walmart.com/media-library/document/blockchain-supplier-letter-september-2018/proxyDocument?id=00000166-088d-dc77-a7ff-4dff689f0001
+http://www.pymol.org
+https://www.doherty.edu.au/news-events/news/victorias-2017-influenza-season
+http://www.pacom.mil/about/pacom.shtml
+http://www.who.int/classifications/icd/en/
+http://www.eia.gov/forecasts/aeo/pdf/0383
+http://www.who.int/mediacentre/factsheets/fs349/en/
+http://ucanr.edu/filevault/fileview.cfm?filenum=43161&password=VUYFRG&64&
+http://www.msri.org/publications/books/gt3m/
+http://www.law.net.ru/stat_is/1v.htm
+http://www.iaia.org/uploads/pdf/principlesEA_1.pdf
+http://www.oecd.org/dac/effectiveness/busanpartnership.htm
+http://orcid.org/0000-0003-3853-8896,i.ualiyeva@gmail.com
+http://www.philiplane.org/lanecrisis2010.pdfPublishedbyTrinityCollegeDublinandCEPR
+http://mexico.cnn.com/mundo/2015/02/19/venta-de-petroleo-impuestos-saqueos-extorsiones-asi-gana-dinero-isis
+www.maplesoft.com
+http://aidsinfo.nih.gov/contentfiles/lvguidelines/perinatalgl.pdf.Acces-sed4
+http://www.aaos.org/Research/guidelines/VTE/VTE_full_guideline.pdf
+http://arxiv.org/abs/1103.2903
+https://nhsbtdbe.blob.core.windows.net/umbraco-assets-corp/15236/nhsbt-united-kingdom-summary-report-jan-19.pdf
+cisgw3.law.pace.edu/cases/990630c1.html4accessed14
+http://elar.soas.ac.uk/
+http://ssrn.com/abstract=1284703
+http://muratopia.org/Yamaguchi/doc/Head-and-Tail-2016.pdf
+http://icpvegetation.ceh.ac.uk
+http://www.R-project.org
+http://xxx.lanl.gov/abs/gr-qc/0005084
+http://goo.gl/5o6SRM
+http://www.cellerator.org/
+http://cassandra.apache.org/
+http://blog.sunan-ampel.ac.id/zudanrosyidi/2011/02/22/mencari-jalan-tengah-antara-modernitas-dan-tradisi-muslim/diaksespadatanggal18/10/2016
+http://www.uptodate.com/contents/definition-and-pathogenesis-of-ischemic-preconditioning
+http://www.cites.org/eng/prog/MIKE/index.shtml
+http://books.google.com/books/reader?id=Li2gAAAAMAAJ&printsec=frontcover&output=reader
+https://www.microsoft.com/en-us/research/publication/markov-model-driver-turn-prediction/
+http://cac-php.unioeste.br/projetos/gpps/midia/seminario2/poster/servico_social/pss25.pdf
+https://www.acgov.org/wellness/documents/parQandSafety.pdf
+http://unibio.unam.mx/irekani/handle/123456789/71437?proyecto=Irekani
+http://www.commerce.wa.gov/Documents/Wa%20Housing%20Needs%20Assessment.pdf
+http://bandnewsfm.band.com.br/conteudo.asp?ID=43314
+http://www.esf.org/esf_article.php?lan-guage=0&activity=4&domain=5&article=579&page=1406
+http://rfsic.revues.org/717
+http://jmlr.org/papers/v15/hoffman14a.html
+http://download.oracle.com/otndocs/jcp/portlet-2.0-edr-oth-JSpec/
+https://www.webstrategiesinc.com/blog/how-much-budget-for-online-marketing-in-2014
+https://www.insidehighered.com/news/2012/10/16/tensions-simmer-between-american-and-international-students
+http://revistas.pucp.edu.pe/index.php/economia/article/view/6378/6432
+http://garfield.library.upenn.edu/papers/jifchicago2005.pdf?utm_source=false&utm_medium=false&utm_campaign=false
+http://ejournal.litbang.depkes.go.id/index.php/MPK/issue/view/176/showToc
+http://www.gov.cn/2013zfbgjjd/content_2363807
+www.senado.gov.br/web/comissoes/CPI/Emigracao/relFinalCPMIEmigracao.pdfAcessadoem:4/18/2007
+https://www.cugh.org/
+http://www.theaustralian.com.au/
+http://peer.ccsd.cnrs.fr/docs/00/58/18/78/PDF/PEER_stage2_10.1080%252F00036840500426983.pdf
+http://www.ansys.com/Products/Simulation+Technology/Fluid+Dynamics
+www.pasa.cl/biblioteca/
+http://www.anpei.org.br/imprensa/noticias/brasil-despenca-para-o-68%C2%BA-lugar-no-ranking-de-inovacao
+http://www.izzuddin.com
+https://www.strokeaudit.org/Documents/GroupType/NHSW/NHSW01/AprJul2016/NHSW01-AprJul2016-ResultsPortfolio.aspx.Accessed5
+http://onlinelibrary.wiley.com/doi/10.1111/j.1365-2109.2010.02500.x/pdf
+https://cdip.ucsd.edu/documents/index/gauge_docs/mk3.pdf
+https://www.nytimes.com/2014/03/31/opinion/krugman-jobs-and-skills-and-zombies.html?_r=1
+http://www.funcex.org.br/publicacoes/rbce/material/rbce/120_AAPR.pdf
+http://publichealth.lacounty.gov/sapc/MDU/SpecialReport/rxApril2014Pub.pdf
+http://www.edf.org/article.cfm?contentid=6604
+http://www.bos.frb.org/economic/neer/neer1998/neer398b.pdf
+http://www.tlaxcala-int.org/article.asp?reference=15836
+www.specbench.org/jvm98/jvm98
+https://olis.leg.state.or.us/liz/2017R1/Downloads/CommitteeMeetingDocument/97604
+http://europa.eu.int/comm/food/fs/scoop/3.2.7_en.pdf
+http://grouper.ieee.org/groups/802/11/Documents/D2T251-300
+http://ethesis.nitrkl.ac.in/2033/Accesed17Sept2012
+http://www.uptodate.com/
+http://sbols.org/v2#inline"/
+https://csgjusticecenter.org/nrrc/facts-and-trends/
+http://ea.fflch.usp.br/conceito/gênero.Últimoacessoem20julho/2017
+http://creativecommons.org/licenses/by/4.0/
+http://www.heraldscotland.com/cowal-gathering-turns-its-back-on-track-1.858176
+http://www.nbcnews.com/video/rock-center/45201021#50915588
+http://personal.centenary.edu/~kaizawa/cv.htm
+http://connection.ebscohost.com/c/articles/9162167/unnecessary-intifada
+http://www.mdks.gov.my
+https://ore.exeter.ac.uk/repository/handle/10871/14883
+http://water.epa.gov/action/advisories/drinking/upload/2009_04_13_beaches_1986crit.pdf
+www.mch.govt.nz/publications/digital-tv/submissions.html
+http://imagej.nih.gov/ij.Accessedon
+http://www.scielo.br/pdf/cpa/n31/n31a10
+https://www.mckinsey.com/business-functions/marketing-and-sales/our-insights/the-evolving-indonesian-consumer
+https://archive.org/details/melanesiansstudi00codruoft
+http://doi.acm.org/10.1145/1150402.1150450
+http://www.cambridgescholars.com/download/sample/62424.diaksespadatanggal
+http://www.planificacion.gob.bo
+http://www.openarchives.org/OAI_protocol/openarchivesprotocol.html
+www.fce.viamedica.pl
+http://www.cdc.gov/
+https://goo.gl/RtY112
+http://onlinelibrary.wiley.com/doi/10.1002/oby.20510/pdf
+https://doi:10.1021/jf3035258
+http://hdl.handle.net/10515/sy5pr7n88
+http://www.redalyc.org/pdf/440/44025210.pdf
+http://scidok.sulb.uni-saarland.de/volltexte/2010/3117/
+http://www.uaemex.mx/webvirtual/wwwconver/htdocs/home.html
+http://dx
+http://www.niehs.nih.gov/research/supported/programs/peph/prog/sup/projects/index.cfm
+http://repositorio.cepal.org/bitstream/handle/11362/39011/4/S1501141_en.pdf
+http://www.ncqa.org/report-cards/health-plans/state-of-health-care-quality/2017-table-of-contents/diabetes-care.Accessed
+https://errorstatistics.com/2018/11/11/stephen-senn-rothamsted-statistics-meets-lords-paradox-guest-post/
+http://www.hscic.gov.uk/nda
+http://www.joe.org/joe/2009december/a7.php
+http://postgis.net/
+http://doi.acm.org/10.1145/1037187.1024412
+http://www.2spi.com/catalog/osmi-coat.html
+http://pmj.bmj.com/
+http://clinicaltrials.gov/show/NCT01182441.Accessed
+http://www.ec.gc.ca/eau-water/default.asp?lang=En&n=6A7FB7B2-l
+https://www.ams.org/journal-terms-of-use
+https://journal.r-project.org/archive/2016/RJ-2016-011/index.html
+http://www.ogbus.ru/authors/ShakirovAA/ShakirovAA_2.pdf
+http://www.bcb.gov.br/htms/infecon/finpub/cap2p.pdf
+http://www.memoria.fahce.unlp.edu.ar/trab_eventos/ev.2129/ev.2129.pdf
+https://www.boj.or.jp/en/announcements/release_2017/data/rel170906a1.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://strfpak.berkeley.edu/
+https://journal.ugm.ac.id/jpsi/article/view/7947/6145
+http://www.asthma.org.uk/News/government-announces-ban-to-be-lifted-on-emergency-inhalers-in-schools
+www.informatik.hu-berlin.de/~mueller/projects.html
+https://www.rosalux.de/fileadmin/rls_uploads/pdfs/sonst_publikationen/Das_Auto_im_digitalen_Kapitalismus.pdf
+http://publications.gc.ca/collections/collection_2008/inac-ainc/R2-466-2007E.pdf
+https://www.randomizer.org/
+http://www.edice.org
+http://www.youtube.com/watch?v=3qjTuPaKnLU
+http://ftp.pwg.org/pub/pwg/candidates/cs-ippjobext10-20031031-5100.7.pdf
+http://www.ecoman.ktu.lt/index.php/Ekv/article/viewFile/9301/4697
+http://econ.worldbank.org/ttbd/gad/
+http://www.zyaura.com/quality/Archives/
+https://pubchem.ncbi.nlm.nih.gov
+http://www.med.govt.nz/pbt/infotech/it-stats/it-stats-2003/it-stats-2003-07.html#P360_20577
+http://www.fao.org/nr/water/aquastat/sets/index.stm,lastac-cess:15
+http://www.w3.org/2005/sparql-results#undhttp://www.w3.org/TR/rdf-sparql-XMLres
+http://www.eastasiaforum.org/2010/04/04/politics-and-chinese-integration-into-the-global-economy
+http://www.cavi.univ-paris3.fr/lexicometrica/jadt/jadt2006/PDF/029.pdf
+http://arxiv.org/abs/1111.4066
+http://www.stf.jus.br
+http://www.knollszalai.at/download.htm
+http://www.gamestudies.org/0102/squire/.URLlastaccessed
+http://wwwnigeriafirst.org/article-654.shtml.17/june
+http://gradworks.umi.com/33/00/3300902.html
+http://www.bioscience.org/2008/v13/af/2730/list.htm
+http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm
+http://www.prisma-statement.org/
+http://www.issr.uq.edu.au/acpacs-publications
+https://africacheck.org/factsheets/factsheet-africas-leading-causes-death/
+http://www.sf-36.org
+http://apps.einstein.br/revista/arquivos/PDF/1069-EC%20v6n4%20194-196.pdf
+http://agilemanifesto.org/
+http://www.jbc.org/content/275/18/13502
+http://homepages.laas.fr/henrion/software/gloptipoly/
+https://eli-laser.eu
+http://www.indmedica.com/journals.php?journalid=3&issueid=94
+https://sites.google.com/site/theipaq/.Accessed23
+http://www.pewinternet.org/2015/04/09/teens-social-media-technology-2015/
+http://www.moh.gov.sa/en/Ministry/Statistics/book/Pages/default.aspx
+https://www.noitom.com/hi5-vr-glove
+http://ambientes.ambientebrasil.com.br/residuos/oleos_lubrificantes/oleos_lubrificantes.html
+https://www150.statcan.gc.ca/n1/pub/81-004-x/2011004/article/11595-eng.htm
+http://www.nrel.gov/docs/fy09osti/43987.pdf
+http://avrupa.info.tr/en/visas-mobility-migration/eu-turkey-dialogue-on-visas-mobility-migration.html
+https://clinicaltrials.gov/ct2/show/NCT02152254?term=impact2
+http://sertifikasiguru.unm.ac.id/Buku%20dan%20Pedoman/Pedoman_Pelaksanaan_Tugas_Guru_%26_Pengawas.pdf
+http://maxpumperla.com/hyperas/.Accessed31
+http://www.earnest.cineca.org
+www.hnebp.edu.cn/zyjspg/uploadfile/20091014152823969.pdf
+http://ressources.Ciheam
+http://cran.r-project.org/
+http://www.mentor.com
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4016663/?tool=pubmedNurse
+http://www.environment.nsw.gov.au/edresources/LINKINGDOCThreatenedSpeciesProfiles.htmandhttp://www.threatenedspecies.environment.nsw.gov.au/tsprofile/profile.aspx.Accessed
+http://www.undp.org/content/dam/vietnam/docs/Publications/9716_071205_provincentives.pdf
+https://www.icisleri.gov.tr/basin-aciklamasi06112018
+http://www.aubhik-khan.net/SegMktsApril2010.pdf
+http://www.aquatech.com/innovations/high-efficiency-reverse-osmosis/
+http://www.qingdaonews.com/gb/content/2006-01/25/content_5949521.htm
+http://samandis-co.com/2-3.html
+http://www.jstatsoft.org/v36/i07/
+http://www.seaworldofhurt.com/seaworld-where-grown-men-perform-sex-acts-on-orcas/
+http://www.teamviewer.com
+http://www.grains.org/sorghum
+https://unfccc.int/files/meetings/paris_nov_2015/application/pdf/paris_agreement_english_.pdf
+http://democraciaejustica.org/cienciapolitica3/sites/default/files/livro_acesso_ao_direito_e_justica_-_saida_final.pdf
+https://www.epa.gov/energy/ghg-equivalencies-calculator-calculations-and-references
+http://www.uthr.org/BP/volume1/Chapter5.htm
+http://www.statsoft.com/textbook/
+http://www2.epa.gov/chemical-research/toxicity-forecasting
+https://echa.europa.eu/documents/10162/16960215/revision_tnsg_annex_i_inclusion_chapter_4.1_2009_en.pdf
+http://ssrn.com/abstract=2355509
+http://fbm.ufpa.br/pdf/TCC2007/TCC07.pdf
+https://www.interpol.int/Crime-areas/Organized-crime/Organized-crime
+https://3dprintingindustry.com/news/3d-scanning-expert-explains-point-clouds-making-better-virtual-reality-105373/
+http://www.fao.org/3/a-I7695e.pdf
+http://www.mineql.com/
+https://soft-agro.com/wp-content/uploads/2017/05/Gorokh-KRS.pdf
+www.ehpnetl.niehs.nih.gov/docs.html
+http://www.cwi.nl/ftp/CWIreports/SEN/SEN-R0304.pdf
+http://lattes.cnpq.br/4568754472151940
+https://bit.ly/36F8SRX
+http://www.xalab.fcnym.unlp.edu.ar/index.php-action=clGENEPOBII.htm
+http://torroja.dmt.upm.es/ftp/AGARD
+http://portalimprensa.uol.com.br/portal/ultimas_noticias/2009/04/14/imprensa27429.shtml
+http://faostat.fao.org
+http://quickfacts.census.gov/qfd/states/18/18105.html
+http://www.icmr.nic.in/ncrp/ncrp_p/cancer_reg.pdf
+http://burgosciudad21.org/adftp/Lamarcaciudad-HarvardDeusto.pdf
+http://www.utp.edu.co/~chumanas/revistas/revistas/rev21/gomez.htm
+http://www.nytimes.com/2010/04/22/us/22dna.html
+learningfromex-perience.com/media/2010/05/on-becoming--a-learner-the-concept-of-learning-identy.pdf
+http://www.cdc.gov/drugresistance/threat-report-2013/
+http://pdg.lbl.gov
+https://www.ibm.com/security/application-security/appscan
+http://igraph.sf.net.Acessoem28.01
+https://norden.diva-portal.org/smash/get/diva2:970547/FULLTEXT01.pdf.Accessed
+http://revistas.unicentro.br/index.php/revista_interfaces/article/viewFile/913/959
+http://www.ors.oregonstate.edu/index.html
+http://www.who.int/substance_abuse/research_tools/translation/en/
+http://www.baltimoresustainability.org/wp-content/uploads/2015/12/Baltimore-Sustainability-Plan.pdf
+http://ceur-ws.org
+http://dera.ioe.ac.uk/4972
+http://jsesh.qenherkhopeshef.org/
+http://www.msnbc.msn.com/id/5457432/site/newsweek/
+http://www.thejewishweek.com/features/new-york-minute/fleshing-out-change-circumcision
+http://www.nbuv.gov.ua/portal/Soc_Gum/Gileya/2009_24/
+http://www.planalto.gov.br/ccivil_03/leis/L8142.htm
+http://www.rand.org/
+http://sourceforge.net/projects/libhugetlbfs
+https://www.gov.uk/government/publications/
+https://CRAN.R-project.org/package=rBayesianOptimization
+http:www.fda.gov/cder/foi/label/2005/021536lbl.pdfAcceso
+http://www.combinatorics.org
+http://creativecommons.org/licenses/by/4.0/
+http://periodicos.est.edu.br/index.php/nepp
+www.co-chrane-handbook.org
+http://www.em-dat.net
+http://admdbsrv.ligo.caltech.edu/dcc/
+http://postharvest.ucdavis.edu/Produce/ProduceFacts/Fruit/berry.shtml
+http://www.ogm.gov.tr/ekutuphane/Sayfalar/Istatistikler.aspx
+http://www.maes.msu.edu/swmrec/publicationsfolder/Annualreports/08annualrpt/Tunnel%20RPT%20Hanson%2008.pdf
+http://www.china21.org/docs/CONFI-MPS-CHINESE.htm
+http://www.census.gov/econ/smallbus.html
+http://www.who.int/malaria/publications/world-malaria-report-2015/report/en/.Accessed06
+http://carbonmarketwatch.org/wp-content/uploads/2013/12/summary-report_HR_final.pdf
+http://inmp.gob.pe/contenido.php?idSector=3&idEstructura=137&idTipo=1visitadoen23noviembre
+http://edis.ifas.ufl.edu/IN503
+http://www.inegi.org.mx/sistemas/tabuladosbasicos/tabgeneral.aspx
+https://www.stoxx.com/document/Indices/Common/Indexguide/stoxx_esg_guide.pdf
+http://www.inst-ukr.lviv.ua/files/09/2Sapozhnikov.pdf
+http://www.who.int/ageing/events/world-report-2015-launch/en/
+http://www.preventionweb.net/files/43291_sendaiframeworkfordrren.pdf
+http://www.fda.gov/downloads/drugs/guidancecomplianceregulatoryinformation/guidances/ucm296733.pdf
+http://www.newyorker.com/
+http://isjd.pdii.lipi.go.id/admin/jurnal/121079095.pdf
+https://doi.10.13031/2013.33560
+http://www.fiepbulletin.net/index.php/fiepbulletin/article/view/263/473
+www.odysseyzone.com/news/hot/rousseau.htm
+www.cfg.org.uk
+http://www.longwoods.com/content/18602
+http://www.bg124.de/fileadmin/user_upload/dokumente/Vortrag_BME__Compl__Be-schaffg.pdf
+http://www.ub.edu/geocrit/sn/sn-277.htm
+http://www.idealibrary.comDateofacces
+http://www.anmm.org.mx/GMM/2009/n2/3_vol_145_n2.pdf
+http://www.medigraphic.com/pdfs/revcubobsgin/cog-2014/cog142n.pdf
+http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Ebank.html
+http://www.portalunica.com.br/portalunica/?Secao=memória&SubSecao=sociedade&SubSubSecao=mercado%20do%20trabalho&id=%20and%20id=3
+http://hcsrn.org/mhrn/en/.Accessed21
+http://www.norm-load.ru/SNiP/Data1/56/56741/index.htm#i294740
+http://www.trl.co.uk/silvia/Silvia/pdf/silvia_guidance_manual.pdf
+http://www.crtc.gc.ca/fra/archive/2014/2014-238.htm
+https://www.fda.gov/Drugs/DrugSafety/ucm605470.htm
+http://dx
+http://www2.essex.ac.uk/ele-ct/database/papers/SBvolatility.pdf
+http://www.pcimag.com
+http://www.historicas.unam.mx/publicaciones/revistas/novohis-pana/fichas/0065.html
+http://www.ilo.org/public/english/dialogue/download/brochure.pdf
+http://bracton.law.harvard.edu/
+http://www.ema.europa.eu/docs/en_GB/document_library/Report/2013/09/WC500150486.pdf
+http://citeseer.nj.nec.com/biasotti01topological.html
+http://narodne-novine.nn.hr/clanci/sluzbeni/2009_09_118_2929
+http://www.galton.org/biography/biography.html
+http://www.fao.org/docrep/v9974f/v9974f03.htm
+visiblehuman.epfl.ch/index.php
+www.flo-2d.com
+http://www.jstor.org/stable/2136319
+http://www.bps.go.id
+http://csrc.nist.gov/publications/fips/fips200/FIPS-200-final-march.pdf
+http://www.opticalscientific.comhttp://www.cnemc.cn
+http://orcid.org/0000-0001-9350-7588
+http://campus.hesge.ch/ressi/Numero_2_juillet2005/articles/HTML/RESSI_009_ETLB_Pratiques.html
+http://ssrn.com/abstract=945947
+http://www.jamestown.org/uploads/media/TM_010_Issue23.pdf
+http://www.unece.org/press/98env4e.htm
+http://www.fcv.luz.edu.ve/images/stories/revista_cientifica/2017/04/articulo1.pdf
+https://data.worldbank.org/indicator/MS.MIL.TOTL.P1
+http://www.ntdprogram.gov/ntdprogram/
+http://www.aifb.uni-karlsruhe.de/mer/Pubs/semantic-xql.webdb00.pdf
+http://www.zehngames.com/investigacion/trabajando-las-competencias-basicas-con-europa-universalis-iii/.Accessed20
+www.ecb.eu/pub/scientific/wps
+https://mg.co.za/article/2018-09-05-sa-energy-will-still-be-two-thirds-coal-in-2030-radebe.15
+https://www.gutenberg.org/files/3089/old/gm13v10.txt
+http://www.sbs.gov.uk/statistics/
+https://www.msc.org/newsroom/news/final-determination-on-echebastar-indian-ocean-tuna-fishery?fromsearch=1&isnewssearch=1
+http://www.foxnews.com/health/2014/10/25/hospital-staffers-reportedly-take-sick-day-rather-than-treat-new-yorks-first/
+https://dc.swosu.edu/mythlore/vol35/iss2/4
+http://www.ams.org/journal-terms-of-use
+www.world-bank.org/research/papers/greedandgrievance.htm
+http://www.census.gov/quickfacts/table/PST045215/44/
+www.serviceseta.org.za/EAP/eap_index.html
+www.ccdc.cam.ac.uk/conts/retrieving.html
+http://lpsolve.sourceforge.net/5.5/
+http://www.hse.gov.uk/pubns/indg199.pdf
+http://www.cmim.org/boletin/pdf2007/MedIntConteni-do05_08.pdf
+https://www2.deloitte.com/ru/ru/pages/risk/articles/maturity-level-of-risk-management.html
+http://link.springer.com/10.1007/s10682-006-9105-0
+http://www.fpg.unc.edu/sites/default/files/resources/reports-and-policy-briefs/FPG%20Demonstrating%20Results%20-%20August%202012%20-%20Final.pdfUSINGDATATOENHANCEQUALITYIMPROVEMENT
+www.usip.org
+http://www.refugeecouncil.org.au/f/myth-long.phpon
+https://www.e3s-conferences.org/articles/e3sconf/abs/2018/19/contents/contents.html
+http://cvuc.cm/national/index.php/fr/carte-communale/region-du-sud/142-association/carte-administrative/sud-ouest/fako/404-buea
+https://www.americanscientist.org/article/pencil-paper-and-pi
+http://recruitingdaily.com/traffic-transparency-talent-technology-the-future-of-online-recruiting/
+http://ciat-library.ciat.cgiar.org/Articulos_Ciat/ipm/pdfs/tesis_eduardo_gomez.pdf
+https://arxiv.org/pdf/1206.1901.pdf
+https://citizen.co.za/news/south-africa/1338292/wont-slaughter-whites-now-malema/
+http://link.springer.com/10.1007/978-0-387-98141-3.Citadonapágina47
+http://www.statistica.md./pageview.php?l=en&idc=350&id=2208
+https://www.ahrq.gov/teamstepps/instructor/reference/smpcefm.html.Accessed24
+https://ecdc.europa.eu/sites/portal/files/media/en/publications/Publications/sexual-transmitted-infections-europe-surveillance-report-2013.pdf
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2860194/?tool=pubmed.Accessed25
+http://www.who.int/mental_health/policy/essentialpackage1/en/
+http://dxdoiorg/101016/jactamat200505035
+http://irc.nrc-cnrc.gc.ca/
+http://link.aps.org/doi/10.1103/PhysRevLett.101.050405
+http://www.oxforddictionaries.com/us/definition/american_english/social-media
+http://www.bio.utexas.edu/faculty/anti-sense/garli/Garli.html
+http://www.fda.gov/BiologicsBloodVaccines/Vaccines/ApprovedProducts/ucm093830.htm
+http://dieoff.org/page75htm
+http://www.cos.ufrj.br/∼jano/CSCW2004/onlinetrust.pdf
+www.iiste.org
+http://www.genetests.org
+http://portal.mec.gov.br/seesp/arquivos/pdf/aee_dv.pdf
+https://www.cambridge.org/core.IPaddress:207.241.231.81
+https://linkinghub.elsevier.com/retrieve/pii/S0092867415014932
+http://www.ecologyandsociety.org/vol9/iss1/art5/Wikelsky
+http://www.planalto.gov.br/ccivil_03/Constituicao/Constituicao37.htm
+http://archive.cmb.ac.lk:8080/research/bitstream/70130/3731/1/changes.pdf
+nmfs.noaa.gov/prot_res/PR2/Stock_Assessment_Program/sars.html
+http://local.armacell.com/en/armaform-pet-foam-cores/
+http://nsidc.org/data/nsidc-0027.html
+https://www.cancer.gov/types/aya/research/ayao-august-2006.pdf
+dergipark.ulakbim.gov.tr/esosder/article/viev/5000068655sayfasındanerişilmiştir
+http://www.fda.gov/Drugs/DrugSafety/ucm256581.htm.Ac-cessed
+http://www.coreindonesia.org/
+http://www.vagalume.com.br/racionais-mcs/vida-loka-parte-ii.html#ixzz3emmFgeLH.Acessoem02/03/2015
+https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016--004129-18
+www.smbe.org/smbe/AWARDS/AnnualMeetingTravelAwards/UndergraduateTravelandMentoringAward.aspx
+http://jama.jamanetwork.com/byaCarletonUniversityUseron06/19/201526
+http://re.indiaenvironmentportal.org.in/files/file/Success%20in%20Scaling-up%20Solar%20Energy%20in%20Rajasthan
+http://www.nhmrc.gov.au/guidelines/_files/draft_australian_alcohol_guidelines.pdf
+http://ssti1-1112.wikidot.com/a-internet-das-coisas
+https://openreview.net/forum?id=ry_WPG-A-
+http://www.economist.com/node/21556270
+http://www.cwct.co.uk/publications/list.htm#cont26
+http://internationaljournalcorner.com/index.php/theijhss/article/view/127863
+http://www.ipcc.ch/pdf/assessmentreport/ar5/syr/SYR_AR5_FINAL_full.pdf
+http://www.savive.com/inform/safetycritical.html;Online
+http://www.deakin.edu.au/research/acqol/instruments/wellbeing-index/
+http://www.istl.org/10-fall/refereed3.html
+http://www.autofiction.org/index.php?post/2010/01/02/De-quoi-l-autofiction-est-elle-le-nom-Par-Philippe-Gasparini
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5812294/
+http://portal.anvisa.gov.br
+https://www.huffingtonpost.com/2014/07/02/moma-hy-fi-_n_5549107.html
+http://teoros.revues.org/458
+https://ada.com
+www.igi-global.com/e-resources/library-recommendation/?id=2
+http://archive.chipcenter.com/dsp/colarch.html
+http://www.techtraining.es/revista/num_anteriores.php
+http://kiss.kstudy.com/search/export_refworks.asp?checkbox=2586480
+http://www.ecipe.org/looking-east-the-european-union2019s-new-trade-negotiations-in-asia-1/PDF
+http://www.ssrn.com/abstract=2169548
+http://hudoc.echr.coe.int/eng#
+www.hukumonline.com/pusatdat
+http://www.usni.org/magazines/proceedings/2014-01/time-us-cyber-force
+https://www.anpocs.com/index.php/papers-40-encontro-3/gt-31/gt35-10/11420-a-guerra-das-faccoes-no-ceara-2013-2018-socialidade-armada-e-disposicao-viril-para-matar-ou-morrer/file
+https://oaarchive.arctic-council.org/bitstream/handle/11374/1569/ACMM08_Kiruna_2013_
+http://www.estilocomfarofa.com.br/index.p
+http://icom.museum/fileadmin/user_upload/pdf/ICOM_News/2002-2/FRE/p4_2002-2.pdf
+https://rbmfc.org.br/rbmfc/article/view/823/585
+https://www.aba.com/archive/Comment_Letter_Archive/Comment%20Letter%20Archive/clBaselGainsLosses2012March.pdfwww.annualreviews.org•Banks'ReportingandFinancialStability
+http://www.mdic.gov.br/sitio/interna/interna.php?area=5&menu=3175
+http://www.experian.com/marketing-services/consumer-segmentation.html
+http://uis.unesco.org/country/KW
+http://online.wsj.com/article/SB10001424052748703803904576152442756363116.html
+http://cscmp.org/aboutcscmp/definitions.asp
+http://www.theinvestigativefund.org/investigations/immigrationandlabor/1420/nativist_militias_get_a_tea-party_makeover/
+https://aprendeenlinea.udea.edu.co/revistas/index.php/rccp/article/view/324610
+http://www.minsal.gob.cl/portal/url/item/94b4
+https://ar2017.x5.ru/en
+http://www.irannewsdigest.com/2010/01/10/mir-hossein-mousavi-fb-110/
+https://clinicaltrials.gov/ct2/show/NCT02724579
+http://www.who.int/csr/disease/swineflu/notes/briefing_20091120/en/.Accessed28
+http://www.tariqramadan.com/spip.php?article311
+http://fluxicon.com/blog/2011/05/4-challenges-for-process-mining-in-healthcare/
+https://malariajournal.biomedcentral.com/articles/10.1186/s12936-016-1241-6
+http://edoc.ub.uni-muenchen.de/3794/2/Vanin_Anna.pdf151
+http://www.asianinfo.org/asianinfo/korea/geography.htm#TERRITORY.Accessed
+http://www.spyemporium.com/covert-wearable-cameras/5mp-hd-hidden-dvr-spy-camera-eyeglasses/
+http://fraser.stlouisfed.org/
+http://tass.ru/obschestvo/3922240
+http://www.airpower.maxwell.af.mil/%20airchronicles/cc/Rizer.html
+http://www.tutorialolahraga.com/2015/09/cara-melakukan-passing-sepakbola.htmlpadatanggal15Desember
+http://africasoils.net/.Accessed12
+jan-jun2016www.fgv.br/gvcasos
+http://www.undp.hr
+https://repositorio.ufu.br/handle/123456789/16163.Acessoem:22fev
+www.cbc.ca/news/canada/story/2012/12/13/detention-children-canada.html.Accessed
+http://www.mediaeater.com/cameras/
+http://ling.auf.net/lingBuzz/000001
+http://www.health.gov.on.ca/en/public/programs/waittimes/
+http://www.cognotics.com/opencv/servo_2007_series/part_1/index.html2010/09/02
+http://nwb.slis.indiana.edu
+http://www.mpch-mainz.mpg.de/sander/res/henry.html
+http://www.tei-c.org/Guidelines/P5/
+http://pkk5.rosre-estr.ru
+http://hemeroteca.lavanguardia.com/preview/1987/11/04/pagina-43/33004081/pdf.html
+http://setiathome.ssl.berkeley.edu/cacm/cacm.html
+https://www.cdc.gov/dhd-sp/data_statistics/fact_sheets/docs/fs_strokesigns.pdf
+https://bit.ly/2P9ekb2
+http://www.who.int/features/factfiles/chp/10_en.html
+https://www.cdc.gov/hepatitis/hcv/hcvfaq.htm#section1.Updated
+http://narodne-novine.nn.hr/clanci/sluzbeni/dodatni/423339.pdf
+https://lwn.net/Articles/304791/
+http://arxiv.org/abs/1206.3227
+http://ssrn.com/abstract=2811995
+http://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A52014DC0330
+http://jb.asm.org/
+http://www.gpia.info/files/practicum/28/UNDP%20HDR.ppt
+https://www.amnesty.org/es/documents/mde15/2266/2015/es/
+https://www.google.com.br/search?rlz=1C1NHXL_pt-BRBR735BR735&biw=1280&bih=615&tbm=isch&sa=1&q=trilha+das+cataratas+parque+nacional+do+igua%C3%A7u&oq=trilha+das+cataratas+parque+nacional+do+igua%C3%A7u&gs_l=p
+http://www.egms.de/en/journals/psm/2011-8/psm000072.shtml
+http://www.jha.ac/articles/a072.pdf
+http://www.comcom.govt.nz/FairTrading/commissionissueswar.aspx
+https://www.cambridge.org/core/terms.LamontRadiocarbon111easurernentsVI129
+http://www.iwar.org.uk/rma/resources/rma/crs95-1170F.htm
+http://www.fscus.org/images/documents/2006_standards/pcwg_9.0_NTC.pdf
+http://www.ac.uk/index/publications/publications-electronic_publications.htm
+https://www.mofa.go.jp/mofaj/ecm/ec/page24_000828.html
+http://nces.ed.gov/nationsreportcard/ltt/results2004/nat-reading-perf-asp
+www.dovepress.com
+http://www.rethink-wireless.com/2011/10/10/uk-4g-auction-delayed-trials.htm
+http://www.asbpe.org/blog/2015/05/03/aps-tom-kent-the-time-has-arrived-for-robotics-journalism-ethical-checklist/
+https://www.aoda.ca/aodatrainingrequirementswhoneedsitandwhy/
+http://www.bankofcanada.ca/en/speeches/2000/sp00-7.html
+http://www.theregister.co.uk/2014/07/07/wifi_enabled_led_light_bulb_is_hackable_shocker
+http://www.bellavite.it
+www.tbims.org/combi/mpai
+http://ejil.oxfordjournals.org/content/11
+http://www.sciencedirect.com.innop/article/pii/
+http://www.aou.org
+http://www.abajournal.com/magazine/article/taming_the_billable_beast/
+http://www.oulitnet.co.za/seminaar/wopko.asp
+https://www.russiatourism.ru/contents/statistika/statisticheskie-po-kazateli-vzaimnykh-poezdok-grazhdan-rossiyskoy-fed-eratsii-i-grazhdan-inostrannykh-gosudarstv/
+https://www.connectionscanada.ca
+http://www.vancouver2010.com/dl/00/18/68/may-6--2009-meeting-minutes_42d-Oo.pdf
+https://iculinguistics.wordpress.com/
+http://www.icrc.org/web/eng/siteeng0.nsf/html/nuclear-weapons-statement-200410
+https://seer.ufs.br/index.php/tomo/article/view/5976/4983
+http://www.ncbi.nlm.nih.gov/pubmed/5538609
+http://www.nhri.org.tw/nhird/en/index.htm
+http://arxiv.org/abs/1607.04753
+http://journals.akoaotearoa.ac.nz/index.php/JOFDL/article/viewFile/56/151
+http://www.scielo.br/pdf/rbgg/v16n2/18.pdf
+http://www.ced.uab.es/publicacions/PapersPDF/Text412.pdf
+http://search.janes.com
+http://www.ieee.org/organizations/history_center/legacies/noble.html
+http://accelconf.web.cern.ch/accelconf/l02/AUTINDEX/..%5CPAPERS%5CMO401.PDF
+http://www2.druid.dk/conferences/viewpaper.php?id=501358&cf=43
+https://www.nmc.org/pdf/2010-Horizon-Report.pdf
+www.acsnano.org
+http://brm.psychonomic-journals.org/content/supplemental
+http://www.vox.com/a/hillary-clinton-interview/the-gap-listener-leadership-quality
+http://etext.lib.virginia.edu/cgi-local/DHI
+http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
+https://arxiv.org/pdf/1706.03734.pdf
+https://www.miwrc.org/publications/shattered-hearts
+http://www.cnmp.mp.br/portal/publicacoes/244-relatorios/12109-violencia-contra-comunicadores-no-brasil-um-retrato-da-apuracao-nos-ultimos-20-anos
+http://www.hrvatskiplus.org/article.php?id=1906&naslov=presvlacenje-naslovnica
+http://www.intel.com/drg/-pentiumII/appnotes/RDTSCPM1.HTM
+http://www.cdc.gov/vhf/ebola/healthcare-us/hospitals/handling-human-remains.html
+http://parquet.apache.org/.Accessed01
+http://www.inc.com/ss/20-best-company-facebook-pages?slide=07http://readwrite.com/2011/02/18/70-of-local-businesses-use-facebook-for-marketing#awesm=~ohKMo8cKVjBIPk
+http://voteview.com/
+http://papers.ssrn.com/soI3/papers.cfm?abstract_id=463924
+http://www.csiro.au/news/coal-seam-gas.2
+http://samlib.ru/k/kuc_oleg_jurxewich/tatarynadonu2006doc.shtml
+http://www.oecd.org/document/16/0
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1413-81232014001104301&lng=en&nrm=iso&tlng=pt.Acessadoem23/03/2017
+http://gut.bmj.com/Gut:firstpublishedas10.1136/gut.12.5.377on1
+http://www.iariajournals.org/security/
+http://apps.who.int/iris/bitstream/10665/148114/1/9789241564854_eng.pdf?ua=1.AccessedDe-cember6
+http://www.c3l.uni-oldenburg.de/cde/support/readings/moore93.pdf
+http://nhird.nhri.org.tw/en/index.html
+http://www.artemis-ifest.eu
+http://www.scielo.org.pe/pdf/rmh/v13n4/v13n4tr1.pdf
+www.iboruna.ibilce.unesp.br
+http://www.hkmu.ac.tz/images/uploads/Mwaikambo.lecture_.pdf
+http://philologos.narod.ru/sophia/trub.htm
+http://gizmodo.com/go-check-up-on-your-google-privacy-settings-in-the-new-1708171674
+http://seneca.uab.es/hmic
+http://netlab.caltech.edu
+http://www.tropicos.org/Name/40016475
+http://www.cbsnews.com/news/obama-orders-200-more-u-s-personnel-to-iraq/
+http://www.electricdrive.org/index.php?ht=a/GetDocumentAction/id/27929
+http://dnapatents.george-town.edu
+http://www.auditedmedia.com/news/research-and-data/top-25-us-newspapers-for-september-2010.aspx
+http://www.Brookings.edu/papers/2005/0111humanrights_mooney-aspx
+http://hmbul.bmstu.ru/catalog/ecoleg/econom/242.html
+https://www.cambridge.org/core
+http://blog.invivoproyectos.com/2011/02/diccionario-critico-de-dudas-ingles-espanol-de-medicina/
+https://volkswagen-media-services.com/detailpage/-/detail/volkswagen-konzern-erwartet-neue-ra-der-digitalisierung-in-der-automobil-industrie/view/1130532/7a5bbec13158edd433c6630f5ac454da?p_p_auth=HV2LyUYz
+http://doi.acm.org/10.1145/2063576.2063641
+https://www.cdc.gov/hiv/statistics/overview/index.html
+http://www.stillkinder.de/stillen-im-bus-verboten/
+http://ieeexplore.ieee.org/xpls/icp.jsp?arnumber=5967528
+http://blogs.lse.ac.uk/impactofsocialsciences/2016/12/14/the-research-librarian-of-the-future-data-scientist-and-co-investigator/
+http://www.jstor.org/stable/23409493
+www.unodc.org/pdf/convention_1961_en.pdf
+http://www.hopkinsmedicine.org/neurology_neurosurgery/centers_clinics/epilepsy/seizures/types/generalized-seizures.html
+http://www.worldagroforestry.org/af/treedb/
+http://www.lagie.gr/systima-synallagon/mitroo-symmetechonton/emporoi/emporoi-sto-mitroo-symmetechonton
+http://www.cdc.gov/mmwr/pdf/wk/mm5909.pdf.Accessed14
+http://www.onemanandhisblog.com/archives/2014/01/data_journalism_-_buzzword_or_baseline_s.html
+http://www.eurekalert.org/pub_releases/2007-03/unu-uio022707.php
+https://ec.europa.eu/he-alth/documents/community-register/2017/20170713138348/anx_138348_sk.pdf
+http://fta.mofcom.gov.cn/pakistan/xieyi/chinachen-gruo_en.pdf
+http://nsidc.org/arcticseaicenews/2012/09/
+http://www.efsa.europe.eu
+https://www.mpi-hd.mpg.de/personalhomes/globes/tools/snu-1.0.pdf
+http://europa.eu.int/comm/lis-bon_strategy/index_en.html
+http://rapidminer.com
+pediatrics.org/cgi/content/full/112/2/e93
+http://www.thehindu.com/opinion/op-ed/india-and-the-us-moving-closer-on-afghanistan/article2066026.ece
+https://www2.ed.gov/about/offices/list/ovae/pi/AdultEd/prison-cc-partnerships_2009.pdf
+http://www.who.int/nutrition/events/2013_ChildhoodStunting_colloquium_14Oct_ConceptualFramework_colour.pdf
+http://www.pewinternet.org/pdfs/PIP_Data_Memo_Searchengines.pdf
+http://hdl.handle.net/2022/14060
+https://scholarworks.iupui.edu/handle/1805/707
+http://www.treccani.it/enci-clopedia/federico-da-montefeltro-duca-di-urbino_
+https://www.cambridge.org/core.IPaddress:207.241.231.82
+https://bit.ly/2HdRNoQ
+http://www.ikast-brande.dk/go.asp?LangRef=13Jensen
+http://www.frauenmediaturm.de/frauenmediaturm/
+https://www.tensorflow.org
+http://www.nagc.org/uploadedFiles/PDF/Standards_PDFs/k12%20GT%20standar
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=901301.Diakses29Juni
+http://www.acr.org/Quality-Safety/Resources/BIRADS
+https://docs.google.com/forms/d/1Se3khMmKDnchsL333ANJjBH_rjYW8nA4nqbD-jEZvVA/edit6/6
+http://www.dof.gob.mx/nota_detalle.php?codigo=5326219&fecha=12/12/2013
+http://www.ncbi.nlm.nih.gov/pubmed/7806605
+Obtenidodewww.marineturbines.com
+http://www.nsf.gov/statistics/2015/nsf15321/
+http://www.ncwdyouth.info/resources_&_Publications/hot_Topics/youth_Development/table_components.html
+http://wwwwhoint/immunization/stakeholders/mapping_vaccine_decision_making_networkspdf
+www.nice.org.uk/guidance/htta329
+https://rosslydall.wordpress.com/2018/04/05/transcript-of-shocking-evidence-from-london-trauma-surgeon-martin-griffiths-on-young-victims-of-knife-and-gun-crime/
+https://www.ufz.de/export/data/2/26189_3_2008_Gawron.pdf
+https://aria-products.jpl.nasa.gov/
+http://www.accountingtoday.com/ato_issues/2006
+Textocompletoenwww.eumed.net/libros/2010a/654/
+http://writing-enhancement-software-review.toptenreviews.com/ms-word-details.html
+http://portal.anvisa.gov.br/documents/10181/2718376/RDC_10_2010_COMP.pdf/6d4feca0-9b45-48f8-b44e-231fa048e4a6.Acessoem
+http://bna.birds.cornell.edu/bna/species/117
+http://www2.ed.gov/rschstat/eval/tech/evidence-based-practices/finalreport.pdf
+https://lukeoakdenrayner.wordpress.com/2017/12/18/the-chestxray14-dataset-problems/
+revistas.fee.tche.br/index.php/indicadores/article/viewFi-le/2386/2791.Acessoem:10/09/2011
+http://www.augustouribe.com/hombres.htm
+http://www.ietf.org/html.charters/psamp-charter.html
+https://www.theguardian.com/business/ng-interactive/2015/apr/29/the-austerity-delusion.Accessed29
+www.emeraldinsight.com/reprints
+http://www.todaie.edu.tr/resimler/ekler/6289837473a660e_ek.pdf?dergi=Amme%20Idaresi%20Dergisi
+http://www.auger-loizeau.com/?id=13
+http://www.sciencedirect.com/science/article/pii/S0049089X10001250
+http://www.marxists.org/archive/marx/works/
+http://www.jabonline.in15
+http://www.tcm.phy.cam.ac.uk/~ndd21/esdg.html
+http://dilipnarayanan.blogspot.com.es/2008/09/milan-kundera-painters-brutal-gesture.html
+http://creativecommons.org/licenses/by-nc-nd/3.0/
+http://link.aps.org/doi/10.1103/PhysRevLett.47.1353
+https://www.tesco.pl/resources-
+http://monetdb.cwi.nl/
+http://www.sciencemag.org/news/2017/06/decision-europe-s-top-court-alarms-vaccine-experts.Accessed22
+https://www.tech-pundit.com/wp-content/uploads/2011/06/Powerchip-Paradigm-I-Digital-Power-Dec00.pdf
+https://www.sites.nationalacademies.org/cs/groups/dbassesite/documents/webpage/dbasse_072614.pdf
+http://forums.station.sonv.com/swg/board/print?board.id=Sunrunner&message.id=64783&
+http://www.slac.stanford.edu/xorg/hfag
+https://goo.gl/NLLGJt
+http://pubs.usgs.gov/sir/2014/5026/
+http://seer.ufrgs.br/bgg/article/view/38613/26350
+http://www.raco.cat/index.php/Aloma/article/viewFile/103367/154553
+http://revistas.uexternado.edu.co/index.php/tursoc/article/view/3118/3500
+http://www.ampainsoc.org/advocacy/opioids2.htm
+http://kluwerarbitrationblog.com/blog/2009/09/23/section-69-and-the-%E2%80%9Cinterventionism%E2%80%9D-of-english-courts/
+http://mathworld.wolfram.com/Local.html
+http://finance-commerce.com/2011/05/developers-trying-to-finish-final-corner-at-franklin-and-portland/
+http://www.comercialgruporbs.com.br/interna_formatos_especificacoes_detalhe.RAZÓNYPALABRAPrimeraRevistaElectrónicaenIberoaméricaEspecializadaenComunicaciónwww.razonypalabra.org.mx
+http://www.defimath.ca/mathadore/vol3num123.html
+http://www.circuitstoday.com/interfacing-16x2-lcd-with-8051
+http://www.math.is.tohoku.ac.jp/~munemasa/selfdualcodes.htm
+http://www.womenshealth.gov/archive/breastfeeding/programs/blueprints/bluprntbk2.pdf
+http://www.redalyc.org/articulo.oa?id=64720207
+http://formlabs.com/
+http://blogs.worldwatch.org/nourishingtheplanet/un-food-expert-calls-on-south-africa-to-create-%E2%80%9Cinclusive-food-system%E2%80%9D-agriculture-farm-workers-olivier-de-schutter-small-scale-farmers-south-africa/
+http://www.britishbugs.org.uk/heteroptera/Pentatomidae/Peribalus_strictus.html
+http://www.dtic.mil/adm/data/d2000-12.html
+http://news.bbc.co.uk/1/hi/education/4719222.stm
+https://repositorio-aberto.up.pt/bitstream/10216/72951/2/80751.pdf
+http://spark.apache.org/
+http://www-nlpir.nist.gov/projects/duc/pubs.html
+http://disporapar.jatengprov.go.id/content/files/Statistik%20Pariwisata%20Jawa%20Tengah%202015.pdfDinasPariwisataKepemudaandan
+http://www.asiapacificadapt.net/adaptation-technologies/database/wastewater-treatment-systems-using-membrane-bioreactors-mbrAPHA
+https://www.wired.com/2016/06/course-f-35-comes-400000-augmented-reality-helmet/
+http://www.sakhalinenergy.ru/media/user/otchety/2006%20annual%20review%20eng.pdf
+http://www.warholstars.org/flesh.html
+http://www.jstor.org/stable/2780243
+http://www.r-project.org/
+www.rrh.org.au/jour-nal/article/1754
+http://www.dfait-maeci.gc.ca/tna-nac/disp/trilateralneg-en.asp
+Availableatwww.newyorker.com/reporting/2013/07/29/130729fa_fact_gawande.Accessed
+http://dreamchallenges.org/
+https://www.lch.com/membership/ltd-membership/ltd-member-updates/lchs-position-respect-isdas-recommended-benchmark
+http://public.itrs.net/
+http://www.worldbank.org/content/dam/Worldbank/document/State_of_the_poor_paper_April17.pdf
+https://www.youtube.com/watch?v=W2qsVoc9szU
+https://www.fda.gov/Food/GuidanceRegulation/GuidanceDocumentsRegulatoryInformation/Seafood/ucm2018426.htm
+https://www.redalyc.org/articulo.oa?id=36707106
+http://anrg.usc.edu/www/papers/odest.pdf
+http://www.bbc.com/news/magazine-34602208
+http://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/BS704_Power/BS704_Power_print.html
+http://mc-stan.org/
+https://www.ontario.ca/laws/regulation/990003
+http://bdm.bce.unb.br/bitstream/10483/544/1/2
+http://www.mathematik.uni-dortmund.de/ieem/bzmu2012/files/BzMU12_0224_Westermann.pdf
+http://hackage.haskell.org/trac/haskell-prime
+http://www.birmingham.ac.uk/research/activity/mds/trials/bctu/trials/womens/tablet/index.aspx
+http://www.theatlantic.com/health/archive/2014/05/can-wikipedia-ever-be-a-definitive-medical-text/361822/
+http://info.isoc.org/guest/zakon/Internet/History/HIT.html
+http://health.gov/dietaryguidelines/2015/guidelines/.Accessed28
+http://www.who.int/tb/publications/2006/istc_report.pdf
+https://cgspace.cgiar.org/handle/10568/35649
+http://www.vodafone.com/start/media_rela-tions/news/group_press_releases/2005/press_release09_03.html
+http://dbpubs.stanford.edu/pub/2002-12
+http://www.theage.com.au
+http://www.car.gov.br/publico/imoveis/index
+http://thestatsgeek.com/2015/03/09/
+https://repositorio.ufsm.br/bitstream/handle/1/15824/Lic_Computacao_Metodologia-Pesquisa-Cientifica.pdf?sequence=1.Acessoem
+http://www.ft.com/intl/cms/s/0/3d9f5954-bd51-11e2-a735-00144feab7de.html#axzz3ptI4pgzm
+www.biomedcentral.com/1471-2334/8/36
+http://revista.muesca.es/centrosphe14/351-cemeMorenoMartínez
+http://www.seer.ufrgs.br/RevEnvelhecer/article/view/17921
+https://cran.r-project.org/package=survival
+https://CRAN.R-project.org/package=psychVersion=1.6.12
+http://orbi.ulg.ac.be/handle/2268/100467
+http://www-rnks.informatik.tu-cottbus.de/sobirey/ids.html
+http://www.armware.dk/RFC/rfc/rfc1875.html
+http://www.sensable.com
+http://www.biomedcentral.com/1472-6963/6/135
+http://www.ibima.org/NL2015/papers/miha.htmlMariaLoredanaPopescu
+http://www.washingtonpost.com/ac2/wp-dyn/A10274-2003Feb14?language=printer
+http://www.rlaha.ox.ac.uk/oxcal/oxcal.htm
+http://www.cincom.com
+http://www.webcitation.org/6hxzSFIDP
+https://arxiv.org/abs/1302.2643
+http://pdf.usaid.gov/pdf_docs/PNACE024.pdf
+http://www.cie.ugent.be/Palestina/a-hrc-4-17.pdf
+https://www.ny-times.com/2016/05/03/books/review-julian-barness-the-noise-of-time-the-inner-shostakovich.html
+http://www.herc.research.va.gov/resources/faq_f03.asp.Accessed
+https://www.census.gov/quickfacts/fact/table/santaclaracountycalifornia/PST045216.Accessed
+http://scholar.sun.ac.za
+http://www.leiaja.com/cultura/2013/06/12/constanca-de-almeida-prado-e-o-legado-musical-de-seu-pai/.Acessoem
+http://imrussia.org/ru/economy/543-rosneft-vs-gazprom
+https://recordarparavolveralcorazon.blogspot.com.co/2017/06/un-libro-colectivo-portada.html
+http://www.esri.com/library/whitepapers/pdfs/gis-and-emergency-mgmt.pdf
+https://www.icsi.org/_asset/qwrznq/Headache.pdf.Accessed
+http://www.nassembly.org/nydic/policy/breifs/documents/06CollabRHYA.pdf
+http://www.ajs.es/blog/reflexiones-juridicas-sobre-un-registro-de-medicos-objetores-a-la-interrupcion-del-emba-razo/56https://www.consalud.es/pacientes/17-provincias-no-comunicaron-a-sanidad-ni-un-solo-aborto-en-
+https://bora.uib.no/bitstream/1956/4061/1/71945410.pdf
+https://www.youtube.com/watch?v=YmaSx3p5rec
+http://www.pucrs.br/eventos/encontroeconomia/?p=aprovados
+http://www.gallup.com/poll/167645/vermont-no-frequent-exercise-produce-consumption.aspx
+https://www.R-project.org/
+http://grouper.ieee.org/groups/802/3/ae/public/mar00/agazzi_1_0300.pdf
+http://www.agroamur.ru/2/2.html
+http://www.unfoundation.org/what-we-do/campaigns-and-initiatives/pledge-guarantee-for-health/our-work/
+http://www.nanotechproject.org/cpi/
+http://www.pshares.org/issues/article.cfm?prmArticleID=4814http://www.tn-humanities.org/author03.htm
+http://www.papalencyclicals.net/pius11/p11rerec.htm
+http://www.2agepro.psy.lmu.de/download/del_2_2.pdf
+www.ac.gobierno.pr
+http://www.nepjol.info/nepal/index.php/HPROSPECT/article/view/5670/4667
+http://www.sentinelandenterprise.com.Accessed
+https://goo.gl/2cWJDs
+https://eastwest.eu/en/opinioni/sub-saharan-monitor/somalia-govt-warns-us-over-al-shabaab-uranium-traffic-with-iran
+http://www.epi.org/publication/class-of-2013-graduates-job-prospects/
+http://www2.massgeneral.org/stopstroke/swallowScreen.aspx
+codexalimentarius.org/committees-and-task-forces/en/accessedon10
+http://janzen.sas.upenn.edu
+http://www-bd.fnal.gov/pdriver/
+http://www.ijecbs.com/July2011/13.pdf
+http://www.goldcopd.com
+http://www.jetprogramme.org/e/introduction/statistics.html
+https://creativecommons.org/licenses/
+http://www.mpi-fg-koeln.mpg.de/pu/mpifg_dp/dp10-7.pdf
+www.lenntech.com/processes/disinfection/chemical
+http://www.ncbi.nlm.nih.gov/pubmed/12239891
+http://erf.org.eg/publications/post-priva-tization-corporate-governance-firm-performance-role-private-ownership-concentration-identi-ty-board-composition/
+http://portalpbh.pbh.gov.br/pbh/ecp/comunidade.do?evento=portlet&pIdPlc=ecpTaxonomiaMenuPortal&app=transparenciacopa2014&lang=pt_BR&pg=9841&tax=29326
+http://www.hhs.gov/ash/initiatives/hai/actionplan/index.html.Accessed
+http://www.epa.gov/oaqps001/aqmportal/management/modeling/dispersion.htm
+http://www.englishgeodiversityforum.org/casestudies.html
+http://www.bbc.co.uk/news/world-latin-america-33421376
+http://www.atimes.com/article/chinese-students-pouring-billions-us-local-economies/
+http://130.14.32.43/cgi-bin/VER-SION_A/IGM-client?15125ϩdetailϩ2
+http://search.proquest.com/docview/913443777?accountid=14963
+http://www.almaden.ibm.com/asr/SSME/facsummit.pdf
+http://www.icar.org.in/files/reports/icar-dare-annual-reports/2011-12/NAIP-AR-2011-12.pdf
+http://republika.co.id/berita/nasional/umum/13/12/02/mx63ck-mui-pekan-kondom-nasional-menyakiti-umat-islam,diaksespada20Agustus
+http://www.forumakad.pl/archi-wum/2006/06/22ocenaparametryczna.html
+http://www.ribm.mmu.ac.uk/wps/papers/01-11.pdf
+http://doi.acm.org/10.1145/7531.7535
+http://www.plosone.org/article/fetchObject.action?uri=info%3Adoi%2F10.1371%2Fjournal.pone.0055957&representation=PDF
+http://www.usp.br/niephe/publicacoes/docs/REFORMA.PDF.Acessadodia10.10.17.AcervosDocumentaisPesquisados
+http://www.emav09.org/EMAV-final-papers/paper_64.pdf
+http://id.nii.ac.jp/1031/00093680/
+http://www.bts.gov/publications/national_transportation_statistics/html/table_01_45.html
+https://assets.kpmg.com/content/dam/kpmg/xx/pdf/2017/04/pulse-of-fintech-q1.pdf
+http://portal.acm.org/citation.cfm?id=1307433
+http://www.proquest.com.ezproxy.ltu.edu:8080/en-
+http://www.nsam.org
+http://www.oecd.org/els/health-systems/31743034.pdf
+http://attempto.ifi.uzh.ch/site/pubs/papers/drs_report_67.pdf
+http://articlekz.com/article/13095
+http://pems.dot.ca.gov/
+http://www.lungusa.org/site/c.dvLUK9O0E/b.4061173/apps/s/content.asp?ct¼66697
+http://www.ecsocman.edu.ru/images/pubs/2004/04/22/0000155817/bd.pdf
+https://www.ssb.no/en/
+https://cgspace.cgiar.org/handle/10947/4286
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2039754/
+http://www.parl.~.ca/committees352/fore/repo~/O7~1997-~/mine.html.\\
+http://www.photond.com
+http://www.nice.org.uk/page.aspx?o=328476
+http://www.ilo.org/ilolex/english/convdisp1.htm
+https://www.gpo.gov/fdsys/pkg/BILLS-114s1177enr/pdf/BILLS-114s1177enr.pdf
+https://scinfolex.com/2012/04/24/quelles-consequences-pour-les-bibliotheques-si-la-contribution-creative-etait-votee/
+www.cepea.esalq.br
+http://www.ic.nhs.uk/pubs/mentalcapacity0910
+https://www.grad.ubc.ca/awards/aboriginal-graduate-fellowship-bridge-funding
+http://www.redmasculinidades.com/resource/images/bookCatalog/Doc/00068.pdfbourdieu
+http://www.cancerresearchuk.org/health-professional/
+http://www.iso.org
+http://www.uniad.org.br/desen-volvimento/images/399-1481-1-PB.pdf
+http://apps.who.int/medicinedocs/pdf/h3011e/h3011e.pdf
+http://tabulae.net/pcm/.Online
+http://www.ledevoir.com/politique/quebec/208131/charest-mise-sur-le-nord
+http://inventors.about.com/library/weekly/aa100197.htm
+https://urbanfarmers.com/
+http://www.sciencedirect.com/science/article/pii/S0368204816301426
+http://www.theverge.com/a/virtual-reality
+https://www.ee.ucl.ac.uk/~
+Retrievedfromwww.diva-portal.org/smash/get/diva2:429103/FULLTEXT01.pdf
+http://www.floridaoceanalliance.org/documents/OceansDay2013/FLORIDAS_OCEANS_AND_COASTS_AN_ECONOMIC_AND_CLUSTER_ANALYSIS.pdf
+http://fkg.ulm.ac.id/id/wp-content/uploads/2016/01/indeks-kebersihanrongga-mulut-pada-anak-retardasimental.pdf
+http://onlinelibrary.wiley.com/o/cochrane/clcentral/articles/184/CN-00961184
+http://informaticsjournals.com/index.php/jadeM.Abiramidevi
+http://www.adec.edu/clemson/papers/campbell-chapter
+http://www.w3.org/2001/sw/
+www.downes.ca/cgi-bin/page.cgi?post=33034
+http://ciid.dk/syposium/sds/
+https://biologirendy.blogspot.com/2017/08/penggunaan-model-pembelajaran-tps-think.html#
+www.interscience.wiley.com
+www.R-project.org
+http://www.who.int
+www.gao.gov/assets/160/156166.pdf
+http://www.agriculture.gov.au/
+http://www.cano-acio.ca
+https://www.irena.org/
+http://www.scielo.gpeari.mctes.pt/pdf/mot/v8n3/v8n3a05.pdf
+http://www.produccioncientifica.luz.edu.ve/index.php/ciencia/article/view/10071
+https://likumi.lv/doc.php?id=262508
+http://www.aer-oman.org/
+http://www.hong-kong-economy-research.hktdc.com
+ftp.oar.noaa.gov/SAB/sab//Reports/SAB%20EBFM%20Report%20to%20NOAA_July%202014_Final.pdf
+http://www.bain.com/Images/BAIN_BRIEF_Management_Tools01.07.13
+https://www.convinceandconvert.com/social-media-strategy/use-social-media-to-build-trust/
+http://civicmission.s3.amazonaws.com/118/f0/5/171/1/Guardian-of-Democracy-report.pdf
+http://specialtytraining.hee.nhs.uk.Accessed
+http://lib.myilibrary.com/Open.aspx?id=336371&src=0
+http://www.numis.northwestern.edu/Research/Current/precession
+http://www.bloodservices.ca/CentreApps/Internet/UW_V502_MainEngine.nsf/page/FAQKrever?OpenDocument
+http://www.van.gov.tr
+http://s3-ap-southeast-2.amazonaws.com/jigsydney/general/PDF/181326~montrans.pdf
+http://www.zei.de/zei_english/publikation/publ_zeic_dp.htm
+www.ssicentral.com
+http://www.arts.kuleuven.be/cetra/papers/files/robert.pdf
+http://www.gurn.info/en/topics/migration/research-and-trends-in-labour-migration/africa/african-migrant-labour-situation-insouthern-africa
+http://bostonreview.net/BR26.3/sunstein.php
+http://www.arctic-office.de/
+www.sgi.com/grafica/texmap/index.htmlϾ͑Jan.20
+http://iphome.hhi.de/suehring/tml/download/old_jm/
+https://ojs.cnr.ncsu.edu/index.php/BioRes/article/view/BioRes_07_3_Ibrahim_SSAB_Review_Synthesis_Properties_Applications_Syringaldehyde
+http://www.metzger.chemie.uni-oldenburg.de/eatos/english.htm
+www.qub.ac.uk/schools/SchoolofPoliticsInternationalStudiesandPhilosophy
+http://www.jstor.org/stable/4225211
+http://www.publicagenda.org/files/Reframing_Framing.pdf
+http://www.ifmpan.poznan.pl/zp10/auxet2/main.html
+http://www.mhlw.go.jp/english/database/db-hh/1-2.html
+http://www.sfl-services.com/en/home/publications
+http://www.jbc.org/lookup/doi/10.1074/jbc.M117.802629
+http://www.namibian.com.na/indexx.php?archive_id=55340&page_type=archive_story_detail&page=8
+http://arxiv.org/abs/1406.7699
+http://www.pbs.org/newshour/bb/middle_east/july-dec03/iraq_bg_11-13.html
+http://www.iucnredlist.org
+https://www.cnbcindonesia.com/market/20191104102926-17-112353/5-saham-lq45-beri-cuan-di-atas-20-mari-simak-kinerjanya
+http://www.aphis.usda.gov/ppq/biotech/rapeseed.html.Acessoem
+http://www.transparency.org/gcb2013/country/?country=cambodia
+http://www.imf.org/external/pubs/ft/weo/2002/01/data
+http://iulibarri.blogspot.com.ar/2013/01/eye-tracking-y-mouse-tracking-claves.htmlAccedido:20/03/2015
+http://esp.cr.usgs.gov/info/assessment/
+http://www.seattle.gov/util/MyServices/DrainageSewer/Projects/GreenStormwaterInfrastructure/CompletedGSIProjects/110thCascadeProject/index.htm
+http://normatecainterna.sep.gob.mx/work/models/normateca/Resource/252/1/images/acuerdo_279_tramites_procedimientos_reconocimiento_validez_ofi
+http://www.bvsde.paho.org/bvsacd/cd16/whoevidence.pdfWHO
+http://toysafety.net/2005/troubleintoyland2005.pdf
+http://www.tandfonline.com/doi/abs/10.1080/18811248.2006.9711081
+http://www.dbis.informatik.uni-goettingen.de/mondial
+http://www.scielo.br/pdf/es/v25n89/22614.Acessoemjan
+http://www.elespanol.com/mundo/europa/20170107/184231870_0.html
+http://cidades.ibge.gov.br/xtras/perfil.php
+http://www.averdadesufocada.com/images/orvil/orvil_completo.pdf
+www.choosingwisely.org/about-us/
+http://www.actionbioscience.org/environment/voogt.html
+http://www.euro.who.int/__data/assets/pdf_file/0003/184161/The-European-Health-Report-2012
+www.iarc.fr
+http://biodiversité.Wallonie.be/outils/methodo/home.htm
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1870971
+http://cat.inist.fr/?aModele=afficheN&cpsidt=2141270
+http://www.bced.gov.bc.ca/irp/gc.php?lang=en
+https://bit.ly/2J5AU2D
+http://climatechange.worldbank.org/
+https://www.ncbi.nlm.nih.gov/pubmed/25244417
+https://digital.nhs.uk/data-and-information/publications/statistical/general-and-personal-medical-services/2006-2016-as-at-30-september-experimental-statistics
+https://pubs.usgs.gov/of/2008/1081/
+http://www.redicces.org.sv/jspui/bitstream/10972/1569/1/Analisis%20de%20la%20Pertinencia%20Curricular%202010.pdf
+http://www.pmprb-cepmb.gc.ca/francais/View.asp?x=1626&mp=91
+http://code.google.com/p/hattrick-nbody
+http://www.interdisciplines.org/artcognition/papers/14;INTERNET
+http://www.ajhp.org/content/68/12/1148.full.pdf+html
+http://documents.worldbank.org/curated/en/656981468743976946/China-2020-China-engaged-integration-with-the-global-economy
+https://blog.pachamama.org/how-social-justice-and-environmental-justice-are-intrinsically-interconnected?hsCtaTracking=06df76a7-e740-4cba-b094-39c9023354ed%7C93201088-f30b-40d1-91a3-47c0f9155d5c
+http://nyscommunityaction.org/PovReport/2015/FINAL%202016%20Poverty%20Report.pdf
+http://www.inklusion-brandenburg.de/startseite.html.Zugegriffen:13
+http://www.fao.org/blogs/blue-growth-blog/innovative-ocean-financing-seychelles-blue-bonds/en/
+http://www.sciencedirect.com/science/article/pii/S0378512206002878
+http://news.bbc.co.uk/2/hi/americas/7441941.stm
+http://epublishing.ekt.gr|e
+http://www.bashh.org/documents/116/116.pdf
+http://pepsic.bvsalud.org/scielo.Acessoem
+http://www.unu.edu/unupress/unupbooks/uu19ie/uu19ie0e.htm
+http://sdwc.net/ijeetdm
+http://dichroweb.cryst.bbk.ac.uk/html/home.shtml
+http://studopedia.ru/3_31466_titan-i-ego-splavi.html
+http://astro.temple.edu/~jlynne80/BoothKoedingerCogSci2008.pdf
+http://www.readwriteweb.com/archives/frictionless_sharing_pros_cons.php
+http://d3js.org/
+http://duniafitnes.com/training/refleksi-2010-dan-masa-depan-fitness-indonesia.html
+http://www.ethernet-powerlink.org/
+http://www.catedrahendler.org/material_in.php?id=135
+http://www.ifac.org/system/files/downloads/a012-2010-iaasb-handbook-isa-240.pdf
+http://www.ars-grin.gov/cgi-bin/npgs/acc/display.pl?1573079
+http://www.ksg.harvard.edu/rodrik/conftext.pdf
+http://www.redalyc.org/
+http://www.algorithmic-solutions.com
+http://www.bnamericas.com/project-profile/es/majes-solar-20-t-solar-plant-majes-solar-20-t
+http://srh.bmj.comDownloadedfrom
+http://www3.ucn.cl/ofec/VALORES.pdf
+http://www3.unisul.br/paginas/ensino/pos/linguagem/cd/English/22i.pdf.Acessoem:fev
+http://www.ijritcc.org/download/browse/Volume_4_Issues/May_16_Volume_4_
+https://corn.agronomy.wisc.edu/WCM/W031.aspx.Acessoem
+www.who.int/hiv
+http://technorati.com/blogging/state-of-the-blogosphere/.Accessed5/09
+http://www.ec.europa.eu/energy/observatory/countries/doc/key_figures.pdf
+https://arxiv.org/abs/1610.06467
+http://cspinet.org/new/pdf/supermarket-labeling-report.pdf
+http://www.emaberto.inep.gov.br
+www.lovdata.no
+https://psmag.com/magazine/underwear-of-uncertain-origin
+http://dx
+http://www.folkpartiet.se/upload/Dokument/rapporter/Gymnasierapport040226.pdf.Hämtad
+http://ec.europa.eu/informationsociety/newsroom/cf/dae/itemdetail.cfm?itemid=14424
+http://www.dredf.org/international/waddington.html
+http://www.goldcopd.org
+https://www.delfi.lt/gyvenimas/seima/apie-nevaisinguma-is-kitos-puses.d?id=73087124
+http://arXiv.org/ps/0711.4253v1
+http://www.scielo.br/pdf/rbedu/v14n41/v14n41a08.pdf
+http://www.acoss.org.au/images/uploads/ACOSS_Budget_Bills_6-month_wait_for_payments.pdf
+http://www.jstor.org/stable/258214
+http://patterns.fuka.info.waseda.ac.jp
+http://www.infoworld.com/article/07/12/14/Malware-flood-driving-new-AV_1.html
+http://www.who.int/tb/publications/childtb_guidelines/en/
+http://wlcg.web.cern.ch
+http://www.R-project.org/
+http://eprints.uny.ac.id/10723/1/1-^%20-%202.Pdf.21
+ac.uk
+http://www.educoas.org/portal/la_educacion_digital/147/pdf/ART_UNNED_EN.pdf
+http://ije.oxfordjournals.org/content/21/6/1151.long.Accessed
+https://github.com/IGNF/simplu3D-rules/tree/master/src/main/resources/fr/ign/cogit/simplu3d/schema
+http://bbc.com/culture/storyandhttp://www.telegraph.co.uk/culture/art/venice-biennale/10086476/Venice-Biennale-2013-The-Encyclopedic-Palace-Central-Pavilion-and-Arsenale-review.html
+http://swa.co.id/sekunder/konsultasi,27Agustus
+http://www.patrimoniofilmico.org.co/docs/metadatos.pdf
+http://www.fws.gov/northflorida/seaturtles/2014_Loggerhead_CH/Terrestrial_critical_habitat_loggerhead.html
+http://www.clim-past.net/5/147/2009/
+http://www.ephc.gov.au/sites/default/files/WQ_AGWR_GL__Stormwater_Harvesting_and_Reuse_Final_200907.pdf
+http://newsletter.alt.ac.uk/4ii7jyi4jnx
+http://www.qaa.ac.uk/academicinfrastructure/benchmark/statements/socialwork08.pdf
+http://www.bkg.bund.de
+https://www.sciencedirect.com/science/article/pii/S2213671116000564?via%3Dihub
+http://www.scielo.br/pdf/ean/v16n1/v16n1a16.pdf
+http://www.vertiecotecnologias.com.br.Acessoem
+http://www.cisn.org/docs/goltz.aguf03.html
+http://www.pitch.se.validated
+http://www.angelfire.com/sk/stackshield
+http://blogs.worldbank.org/developmenttalk/a-review-of-the-analytical-income-classification
+http://www.rethinkingwater.ca/who_does_what.html
+http://math.usu.edu/∼piotr/research.htmlGouriéroux
+http://retratosdaescola.emnuvens.com.br/rde/article/view/45
+http://www.physicsoftheuniverse.com/topics_quantum_superposition.html
+http://www.ambitojuridico.com.br/site/index.php/abrebanner.php?n_link=revista_artigos_leitura&artigo_id=6110&revista_cader-no=14
+http://www.nationaljournal.com/domesticpolicy/criminal-justice-reform-brought-to-you-by-cpac-20140307
+http://adatbank.sk/kronologiak/a-csehszlovakiai-magyarok-torteneti-kronologiaja-1918-1944/
+http://www.phil.frb.org/research-and-data/real-time-center/survey-of-professional-forecasters/2009/survq109.cfmAccessed9/16/2010
+http://www.open-emr.org/wiki/index.php/Encryption_and_Decryption_of_Documents
+http://wwww.science-education.ru/ru/article/view?id=21638
+https://revistas.ucr.ac.cr/index.php/anuario/article/view/3324
+http://www.jstor.org/stable/3173112
+http://search.ebscohost.com.proxy.library.vcu.edu
+http://pu.edu.pk/images/journal/jfet/previous-pdf/JFET_03_2007%20Theory%20of%20Adhesion%20A%20Critical%20Review%20f.pdf
+http://www.cepal.org/celade/agenda/2/10592/envejecimientorp1_ppt.pdf
+http://dl.acm.org/citation.cfm?id=1851182.1851226
+https://deparkes.co.uk/2017/11/24/machine-learning-vs-rules-systems/
+https://www.medicare.gov/physiciancompare
+availableatwww.mckinsey.com/insights/global_capital_markets/financial_globalization
+https://ejurnalkotamadiun.org/index.php/WKP/article/view/289
+http://journals.cambridge.org/abstract_S003181919800014X
+https://www.destatis.de/DE/ZahlenFakten/GesellschaftStaat/Bevoelkerung/Sterbefaelle/Sterbefaelle.html
+http://www.corteconstitucional.gov.co/relatoria/2010/C-594-10.htm
+http://www.geotop.ca/en/bases-de-donnees/dinokystes.html
+fujifilmusa.com/shared/bin/dimatix_materials_printer_dmp-2850.pdf
+http://www.pediatrics.org/cgi/content/full/102/3/e29Accessed25
+http://portal.acm.org/citation.cfm?id=931221
+http://www.foreignaffairs.com/articles/67915/anders-fogh-rasmussen/nato-after-libya
+http://www.bbc.com/news/business-16817254
+http://ruralia.revues.org/document250.html
+http://www.ars.usda.gov/bbcc/USDA_BBCC.htm
+http://www.uroweb.org/gls/pdf/10_Renal_Cell_Carcinoma_LR.pdf.Accessed
+http://www.docin.com/p-687072651.html
+http://cdsweb.cern.ch/record/683494/files/tilecal-94-039.pdf
+http://www.lat-mpi.eu/tools/imdi/editor/
+https://www.statista.com/statistics/282087/number-of-monthly-active-twitter-users/
+http://link.aps.org/doi/10.1103/PhysRevLett.105.032501
+https://www.sciencedaily.com/releases/2008/06/080605150908.htm
+http://steck.us/alkalidata
+http://who.int/entity/malaria/publications//mal2009_india_0023.pdf
+http://www.borderlands.net.au/vol4no2_2005/williams_interview.htm
+http://www.upol.cz/fileadmin/user_upload/PdF/e-pedagogium/e-pedagogium_2010/eped_III.pdf
+http://chemagic.com/JSmolVMK.htm
+http://www.scielo.br/pdf/tce/v14n2/a17v14n2.pdf
+www.distperternakpandeglang.go.id
+http://www.sfu.ca/~palys/OgdenPge.htm
+https://www.jstor.org/stable/40264512.Dateofaccess
+http://www.Syn.Com/QWL.htm
+http://pewglobal.org/database/?indicator¼19&sur-vey¼12&response¼Often/sometimes%20justified&mode¼table
+https://revistas.pucsp.br/index.php/revph/article/view/11215/8223
+http://repositorio.ulusiada.pt/bit-stream/11067/2374/1/mri_haletta_figueiredo_dissertacao.pdf
+http://www.rstudio.com
+http://stats.oecd.org/glossary/detail.asp?ID=198
+http://www.docvirt.com/WI/hotpages/hotpage.aspx?bib=Cordel&pagfis=37924&pesq=&url=http://docvirt.com/docreader.net
+https://dl.dropboxusercontent.com/u/20875810/personal/actodid3.htm
+https://arxiv.org/abs/1805.04755
+https://www.fda.gov/downloads/medicaldevices/deviceregulationandguidance/guidancedocuments/ucm071287.pdf
+https://www.canadianbiomassmagazine.ca/images/status-update-canadian-wood-pellet-industry.pdf
+http://cee.lse.ac.uk/ceedp126.pdf
+http://uptodate.papi.h12o.es/online/content/topic.do?topicKey=chd/59270&selectedTitle=2~150&source=search_result
+http://www.nytimes.com/2014/04/07/opinion/eight-no-nine-problems-with-big-data.html?_r=0
+http://pressto.amu.edu.pl/index.php/rpeis/article/view/953/845
+http://www.thecommunityguide.org/hiv/msm.html
+http://www.institutosarkis.com.br/v1/artigos/novos/
+http://scitation.aip.org/content/aip/magazine/physicstoday/article/69/5/10.1063/PT.3.3156
+https://www.csteachers.org/page/standards
+https://bit.ly/2LH3kXk.saczuka
+http://terrya.edublogs.org/2005/11/28/hello-world/
+http://prawatworcow.pl/grafika/prawa-autorskie-do-tatuazu/
+http://eth.sagepub.com/content/early/2013/04/17/1466138113480575.full.pdf+html
+http://pda.c114.net/32/c4948.html
+http://www.bousai.go.jp/jishin/syuto/syousai/pdf/12/shiryo2-1.pdf,2017.9.17参照.
+http://www.ncbi.nlm.nih.gov/pubmed/23300278
+http://www.atmos-chem-phys.net/special_issue24.html
+http://abcnews.go.com/GMA/story?id=3882520&page=1
+http://www.jmlr.org/papers/v2/fine01a.html
+http://www.newhorizons.org/strategies/democratic/gimbert.htmJenuary
+www.rsf.org/article.php3?id_article=5945
+http://www.companylaw.uct.ac.za
+https://www.treasury.gov/resource-center/sanctions/Programs/Documents/ukraine_eo3.pdf,23/04/2016
+http://link.aip.org/link/?APL/89/053502/1
+http://www.chairs_oakoutdooorfurniture
+http://stanford.edu/~jeffjar/files/simulating-ideal-gas.pdf
+http://www.csc.ncsu.edu/faculty/rhee/export/zmac/software/zmac/zmac.htm
+http://docs.oracle.com/javase/6/docs/technotes/guides/jni/
+http://espace.library.uq.edu.au/eserv/UQ:176206/WP_43.pdf
+https://www.epa.gov/mosquitocontrol/success-mos-
+http://www.emeraldinsight.com
+https://www.surgeongeneral.gov/library/reports/preventing-youth-tobacco-use/
+https://www.bbc.co.uk/news/health-27204988
+https://www.youtube.com/watch?v=l9Ju-1I1DTU#t=22m04s
+http://www.hhs.gov/oig/oeionJuly12
+http://www.time.eom/time/arts/article/0.8599.1738558.00.html
+http://www.ncbi.nlm.nih.gov/pubmed/16525843
+http://www.patriarchia.ru/db/text/4478862.html
+http://www.wantchinatimes.com/news-subclass-cnt.aspx?id=
+https://www.ahrq.gov/professionals/education/curriculum-tools/population-health/zimmerman.html
+http://CRAN.R-project.org/package=lme4
+www.housingforall.org/lteqhousing.pdf
+http://www.sbera.org.br/2sigera/obras/p12.pdf
+https://www.va.gov/vetdata/docs/SpecialReports/Post_911_Veterans_Profile_2014.pdf2
+http://www.emwa.org/documents/journal/TWS/TWS%202006%20
+http://www.transparency.org/research/cpi/overview
+https://goo.gl/GkVmbd
+www.telegraph.co.uk/news/worldnews/africaandindianocean/ghana/1191576
+https://www.nytimes.com/2010/12/28/us/28city.html?emc=eta1
+http://www.storiesoftomorrow.eu/sites/default/files/Assessment%20Tools.pdf
+http://www-fis.iarc.fr/martyn/software/jags/
+http://whqlibdoc.who.int/hq/2002/WHO_CDS_WHOPES_GCDPP_2002.2.pdf
+http://documents.worldbank.org/curated/en/262621468135939068/pdf/wps3645.pdf
+http://doi/abs/10.1080/10934529.2011.542387
+http://web.utk.edu/∼djlee/papers/Haptics09.pdf
+http://biofile.ru/geo/15482.html
+https://www.olysio.com/shared/product/olysio/prescribing-information.pdf
+http://www.omicsonline.org/submission/
+http://www.newmanreader.org/works/idea/
+http://en.wikipedia.org/wiki/Bloch_sphereforadescriptionoftheBlochsphereconcept
+http://www.eff.org/pub/Publications/JohnPerryBarlow/barlowQ296.declaration
+http://faostat.fao.org/site/339/default.aspx
+http://www.eatlas.idf.org/media
+http://www.computerworld.com/s/article/9226670/I_have_seen_the_future_and_it_s_made_of_glass_
+http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/
+www.fatf-gafi.org
+http://jcmc.indiana.edu/vol13/issue1/boyd.ellison.html
+http://www.stav-ikc.ru/index.php/selkhoztekhnika/3747-roboty-dlya-polej-obzor-intellektualnoj-selkhoztekhniki
+http://link.springer.com/10.1007/978-1-4614-6436-5_565-2
+https://www.theguardian.com/world/2018/jul/13/say-cheese-why-italy-wont-ratify-eu-free-trade-deal-with-canada
+http://www.deic.uab.cat/∼francesc/software/boi
+http://www.nytimes.com/2010/03/23/technology/23google.html
+http://www.washingtonpost.com/wp-dyn/content/article/2008/03/08/AR2008030802341.html
+http://healthleadsusa.org/Accessed
+http://muextension.missouri.edu/xplor/wasteman/wm6009.htm
+http://www.scirp.org/journal/jmp
+http://www.ins.gov.co/lineas-de-accion/Subdireccion-Vigilancia/sivigila/Paginas/protocolos.asp
+http://www.regjeringen.no/upload/LMD/Vedlegg/Brosjyrer_veiledere_rapporter/Mat_makt_og_avmakt_summary_engelsk.pdf
+http://www.toutmoliere.net/oeuvres.html
+http://www.rki.de/DE/Content/Infekt/EpidBull/Archiv/2016/Ausgaben/18_16.pdf?__blob=publicationFile.Zugegriffenam22.02.2017
+https://www.uspreventiveservicestaskforce.org/Page/Document/UpdateSummaryFinal/alcohol-misuse-screening-and-behavioral-counseling-interventions-in-primary-care
+http://democrats.senate.gov/dpc/dpc-new.cfm?doc_name=fs-109-1-63
+https://www.kff.org/medicaid/state-indicator/distribution-of-medicaid-spending-by-service/
+https://www.ifoam.bio/sites/default/files/ar2014_web.pdf
+http://nuevomundo.revues.org/index2923.html
+http://www.cgdev.org/content/publications/detail/1424903
+https://www.dovepress.com/by54.70.40.11on17-Dec-2018Forpersonaluseonly.abuhashimetal
+http://www.hepatitis-c-initiative.eu/index.php/component/content/article/2-uncategorised/29-manifesto-berlin-declaration
+https://dialnet.unirioja.es/servlet/articulo?codigo=4473846
+http://www.rfc-editor.org/info/rfc5881
+http://www.ats.ucla.edu/stat/sas/notes2/
+http://whatis.techtarget.com/definition/Facebook/
+http://www.nber.org/papers/w17042
+http://www.jisc.ac.uk/index.cfm?name=elearning_framework
+http://www.ons.gov.uk/ons/datasets-and-tables/index.html
+http://www.iucnredlist.org/details/41664/0
+http://whqlibdoc.who.int/publications/2011/9789241501149_eng.pdf
+http://math.bu.edu/people/aki/7.pdf
+https://www.R-project.org/
+http://www.biomedcentral.com/1472-698X/15/17
+http://www.pewinternet.org/2018/03/01/social-media-use-in-2018/
+http://www.cdc.gov/nchs/
+http://www.physther.net/content/64/5/653.full.pdfhtml
+http://stroke.ahajournals.org/content/42/3/675
+http://www.ccdcoe.org/328.html
+https://www.ukri.org/funding/funding-opportunities/
+http://www.kultursanatsen.org.tr/index.php/yayinlar/makale-ve-sunumlar/item/494-kamu-emek%C3%A7ilerinin-i%C5%9F-g%C3%BCvencesi-nereye.html#startOfPageId494
+http://www.census.gov/hhes/computer/publications/2009.html
+https://sanare.emnuvens.com.br/sanare/article/view/820
+http://intellectum.unisabana.edu.co/handle/10818/26028
+http://grants.nih.gov/grants/guide/notice-files/NOT-OD-03-032.html
+http://www.cuiaba.mt.gov.br/download.php?id=34788
+http://www.escuelaunidadeditorial.es/master-periodismo-de-investigacion.html
+http://www.ssb.no/english/subjects/10/03/iktbrukn_en/
+https://www.shopify.com/encyclopedia/what-is-ecommercehttps://www.cloudways.com/blog/latest-ecommerce-trends/
+http:www.cps.gov.on.ca/english/plans/E5000/5603/5603L.pdfaccessedonthe18
+www.worldbank.org
+http://www.pravo.gov.ru,15.11.201710.ОнаделенииоргановместногосамоуправлениявСанкт
+https://www.geneticliteracyproject.org/2012/0
+https://www.santamaria.rs.gov.br/docs/noticia/2011/10/D25-179.pdf
+beszelo.c3.hu/cikkek/csoportok-nelkuli-etnicitaslastaccessed
+https://elibrary.ru/item.asp?id=25456659
+http://www.qp.alberta.ca/documents/Acts/w03.pdf
+https://memoirs.ces.uc.pt/ficheiros/4_RESULTS_AND_IMPACT/JORNAL/MEMOIRS_ENCARTE_02_2019.pdfAcessoem:03mai.2020
+http://www.phil.muni.cz/journal/proudy/filologie/recenze/2011/2/Hrala.php#articleBegin
+http://www.nytimes.com/1996/08/19/us/blackout-may-be-caution-sign-on-road-to-utility-deregulation.html?pagewanted=1
+http://proquest.umi.com/pqdweb?did=764694211&Fmt=7&clientId=20176&RQT=309&Vname=PQD
+http://www.mqa.gov.my/setara09/result_bm.cfm.Online
+http://www.pbs.org/newshour/bb/science/jan-june05/harvard_02-22a.html
+http://www.darpa.mil/ato/programs/xg/
+WWW.presidencia.gov.br
+http://www.scielo.br/pdf/ha/v9n20/v9n20a01.pdf
+http://www.dezenovevinte.net/arte%20decorativa/ad_sgp.htm
+http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Public_assessment_report/veterinary/002232/WC500104953.pdf
+http://www.ipcc-nggip.iges.or.jp/public/2006gl/index.html
+http://apps1.eere.energy.gov/buildings/energyplus/
+http://www.ncbi.nlm.nih.gov/pubmed/19197266
+http://www.lasvegassun.com/news/2011/sep/02/us-sin-city-sandbox-1st-ld-writethru/
+http://www.cs.virginia.edu/~jck/publications/tech.report.2000.33.pdf
+http://3dprintingindustry.com/2016/03/08/3d-printing-companies-petition-the-supreme-court-for-copyright-clarity/
+http://www.guildwars.com/
+http://globin.bx.psu.edu/hbvar/menu.html.Lastaccessedonline15th
+http://www.synopsys.com
+www.mathworks.com/matlabcentral/fileexchange/24438-.Matlablibraryversion
+https://www.england.nhs.uk/2014/06/psa-aki/
+http://aem.asm.org/
+http://reannz.co.nz/
+http://www.cidadeolimpica.com.br/galeria/morar-carioca-verde-no-morro-da-babilonia/
+http://www.insurancejournal.com/news/east/2012/08/16/259710.htm
+https://www.who.int/classifications/icd/ICD10Volume2_en_2010.pdf
+https://corazonderobota.wordpress.com/2013/11/19/3-bit-shirt-wearable-electronics-workshop-for-young-people/
+http://www.usak.org.tr/usak_det
+http://jama.ama-assn.org/cgi/content/full/303/3/235?ijkey=ijKHq6YbJn3Oo&keytype=ref&siteid=amajnls
+https://pdfs.semanticscholar.org/84fb/76731ef2955f734e6a95ded1922d8ad9f950.pdf
+http://allafrica.com/stories/200809170492.html
+http://www.ngdc.noaa.gov/docucomp/page?xml=NOAA/NESDIS/NGDC/MGG/Lidar/iso/xml/2013_CA_TopoBathy_m2612.xml&view=getDataView&header=none
+fromwww.who.int/hinari/about/en/
+4.332www.ijiset.com
+http://www.ellenmacarthurfoundation.org/publications/growth-within-a-circular-economy-vision-for-a-com-petitive-europe.Accessed23
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3536813&tool=pmcentrez&rendertype=abstract
+http://www.cardiovascularultrasound.com/content/8/1/32
+http://www.cdc.gov/hai/organisms/acinetobacter.html
+http://www.ldu.leeds.ac.uk/ldu/projects/cit/cit7.htm
+http://www.cap.org/lap/accstandards.html.Accessedon
+http://www.grundschulforschung.de
+http://www.chop.edu/pediatric-fellowships/offifellowship-programs#.VF0XuGYo7IV
+http://www.reegle.info/policy-and-regulatory-overviews/GY
+https://fds.duke.edu/db/attachment/1158
+http://www.teoma.com
+http://eric.ed.gOv/ERICDocs/data/ericdocs2/content_storage_01/0000000b/80/0d/aaZ48.pdf
+http://ec.europa.eu/eurostat/data/database
+http://portal.cfm.org.br/index.php?option=com_medicos&Itemid=59
+http://www.scielo.br/pdf/rsp/v38n6/14.pdf
+http://es.wikisource.org/wiki/Discurso_de_Chacarillas
+http://ic-www.arc.nasa.gov/ic/projects/aim/papers/um94/cidum94.html
+http://scielo.isciii.es/scielo.php?scrip-t=sci_abstract&pid=S0213-12852003000600005
+http://www.goert.ca/documents/Macrofungi
+http://hdl.handle.net/10451/23966
+Http://sedlac.econo.unlp.edu.ar/
+http://www.mmrthefacts.nhs.uk/
+http://www.jetro.go.jp/world/russia_cis/ru/reports/
+periodicos.ufpb.br/ojs/index.php/srh/article/view/11346
+http://unesdoc.unesco.org/images/0016/001604/160495por.pdfAcessoem:01deagostode
+http://tinyurl.com/visit-bathCCCP
+http://web.iihl.org/iihl/Album/terrorism-law.pdf
+http://www.ctr.kcl.ac.uk/iwwan2005/papers/56.pdf
+http://www.rfc-editor.org/info/rfc5396
+http://mprcenter.org/mpr/index.php?option=com_content&view=article&id=35&Itemid=121adresindenindirildi
+http://www.irr.org.uk/europebulletin/spain/immigration_law/2002/ak000001.html
+http://www.comie.org.mx/congreso/memoriaelectronica/v13/doc/2397.pdf
+http://www.mtt.fi/mtts/pdf/mtts91.pdf
+https://www.cambridge.org/core.IPaddress:207.241.231.81
+https://www.destatis.de/DE/Publikationen/Thematisch/Gesundheit/Krankenhaeuser/GrunddatenKrankenhaeuser2120611117004.pdf
+http://www.rynekaptek.pl/polityka-lekowa/projekt-listy-s-bedzie-okolo-1-sierpnia,14455.html
+http://www.commoncriteriaportal.org/ISO/IEC19
+http://vam.anest.ufl.edu/members/workbook/apsf-workbook-english.html
+http://tbdcatalog.com/
+http://www.washingtonpost.com/blogs/monkey-cage/wp/2014/01/21/always-in-vague/
+http://www.cibtech.org/jls.htm
+https://www.k4health.org/sites/default/files/MEmodule_planning.pdf
+http://bvsms.saude.gov.br/bvs/publicacoes/mais_saude_direito_todos_2ed.pdf
+http://www.epexspot.com.Leipzig
+https://orcid.org/0000-0001-5511-2841
+http://www-gpsg.mit.edu/~simon/gtgk/index.htm
+http://freemedsoftware.org
+http://www.bayesware.com
+https://www.citinature.org/city-livability-blog/nature-of-the-fourth-kind-berlin
+http://www.e-notabene.ru/pr/article_5109.html
+http://planeta.terra.com.br/educacao/kencamargo/RecLinkII.html
+https://en.wikipedia.org/wiki/MINT
+http://www.uia.ac.be/dnalab/hhh
+http://statespa-cegrids.org
+http://doi.acm.org/10.1145/1294325.1294349
+https://www.bancaditalia.it/
+http://musica.rediris.es
+http://www.bn.br/portal/arquivos/pdf/Edital-de-Traducao-FBN-MINC-2011-2012.pdf
+http://www.w3.org/DOM/
+http://www.ie.ufrj.br
+www.fabec.eu
+http://collaborate.nist.gov/twikisggrid/bin/view/SmartGrid/CSWGRoadmap
+http://www.f6publishing.com/helpdeskhttp://www.wjgnet.com
+http://www.metmuseum.org/art/collection/search/248132
+https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/367563/DBOHv32014OCTMainDocument_3.pdf
+http://dpi.wi.gov/sms/geninfo.html
+www.etuc.org/IMG/pdf_Final_Implementation_report.pdf
+https://quotsoft.net/air/,lastaccess
+http://www.ojs.ufpi.br/index.php/pensando/article/download/1062/1423
+https://www.cdc.gov/nchs/fastats/suicide.htm.Accessed
+http://nomorepotlucks.org/site/cripping-community-new-meanings-of-disability-and-community/
+http://erihplus.nsd.no
+http://www.impact-information.com/impactinfo/newsletter/plwork25.htm
+http://link.aps.org/doi/10.1103/PhysRevLett.111.157203
+http://pekanbaru.go.id/p/news/-2018--dinkes-catat-358-kasus-dbd-di-pekanbaru
+https://www.regierung.oberbayern.bayern.de/imperia/md/content/regob/internet/dokumente/bereich2/rov/rov2013/5_2_gutachten_landschaftsbild_schoebel.pdf
+http://water.usgs.gov/pubs/twri/twri5-a1/
+http://jultika.oulu.fi/files/isbn9789526202518.pdf
+http://www.horizonscanning.gov.au/internet/horizon/publishing.nsf/Content/EB9D6E423
+http://cholar.lib.vt.edu/ejournals/JOTS/Winter-Spring-
+http://www.base.com/gordoni/ufs93.html
+http://www.ncbi.nlm.nih.gov/pubmed/25267607
+http://ekhodadady.profcms.um.ac.ir/index.php/index.php?option=com_profactivity&task=allPublications
+http://ccn.aacnjournals.org/cgi/external_ref?link_type=PERMISSIONDIRECTPersonaluseonly
+www.campbellcollaboration.org/lib/download/73/
+http://bioscience.oxfordjournals.org/cgi/doi/10.1641/0006-3568
+http://blogs.ultimahora.com/post/2365/18/andr-eacute-s-colm-aacute-n-guti-eacute-rrez.html
+http://habitat.aq.upm.es/boletin/n44/ajnar.html
+http://www.iep.utm.edu/aris-eth/
+https://www.cdhowe.org/sites/default/files/attachments/other-research/pdf/Competition%20Policy%20Council%20June17%202011_0.pdf
+www.google.com
+http://www.vlfeat.org/
+http://www.ncbi.nlm.nih.gov/pubmed/22160907
+https://bmcpulmmed.biomedcentral.com/articles/10.1186/s12890-018-0628-2.Cited3
+http://bie.ala.org.au/search?q=Leptodontium+viticulosoides
+http://cyberleninka.ru/article/n/shtuchni-neyronni-merezhi-v-zadachah-realizatsiyi-materialnih-ob-ektiv-chastina-1-printsipi-pobudovi-ta-klasifikatsiya
+http://www.latimes.com/entertainment/movies/laetmnamericansnipercooperhall201
+http://www.openarchitectureware.org/staticpages/index.php/about
+https://biomedres.us/
+www.chtf.stuba.sk/~szolcsanyi/education/files/Chemia%20heterocyklickych%20zlucenin/Prednaska%20
+www.china.org.cn/government/scio-press-conferences/2009-04/09/content_17575378.htm.Accessed15
+http://www.undp.org/hiv/docs/prog_guides/cce_strategy_note.pdfretrieved18/06/2010
+http://www.washingtonpost.com/wp-dyn/content/article/2005/09/05/AR2005090501598.html
+http://technology.guardian.co.uk/online/story/0
+http://ec.europa.eu/regional_policy/sources/docoffic/offici-al/reports/som_en.htm
+https://www.ncbi.nlm.nih.gov/pubmed/10781732
+http://www.inmujer.gob.es/areasTematicas/estudios/estudioslinea2010/docs/percepcionFactores.pdf
+http://www.unaids.org/en/resources/epidemiology.asp
+http://www.cdc.gov/nchs/data/nhanes/nhanes_07_08/manual_an.pdf
+http://www.contactdermatitis,irritantemedicinedermatology.mht
+http://www.sciencedirect.com/science/article/pii/S1877042811020179
+http://www.iisd.org/educate/declarat/coper.htm
+http://www.sistani.org/english/book/47/2108/
+http://www.intracen.org/default/aspx
+www.maths.bath.ac.uk/∼jft/
+http://www.bnm.gov.my
+http://www.onclive.com/web-exclusives/contemporary-evidence-based-management-of-newly-diagnosed-metastatic-colorectal-cancer
+http://www.ojs.ufpi.br/index.php/reufpi/article/viewFile/2044/pdf
+https://www.bifie.at/buch/936
+http://cort.as/-Pm-f
+http://stanford.edu/-boyd/cvx
+https://orcid.org/0000-0002-9648-1720
+www.pubmed.gov/18054036
+http://www.corteidh.or.cr/docs/casos/articulos/seriec_307_esp.pdf
+http://www.compolitica.org/home/wpcontent/uploads/2015/04/GT1lattmanweltman.pdf
+http://wwwrcsborg/pdb/results/resultsdo
+http://www.facmed.unam.mx/deptos/salud/censenanza/spivsa/antol%202%20anciano/avila.pdf
+http://arxiv.org/abs/1909.09188
+http://www.ece.uvic.ca/~mdadams/jasper/
+http://www.guttmacher.org/pubs/abortion-in-Kenya.pdf
+https://www.cdc.gov/globalhealth/security/why.htm
+https://zakon.rada.gov.ua/laws/show/v0004400-90
+https://de.statista.com/statistik/daten/studie/980502/umfrage/megatrends-in-der-logistik-in-deutschland/
+http://epa.oszk.hu/02900/02930/00059/pdf/EPA02930_elet_es_tudomany_2014_08.pdf
+http://www.mirandanet.ac.uk/cgi-bin/journals/searchdb.pl?runtype=search
+http://unu.edu/unupress/food/V194e/ch05.htm.Accessdate
+https://journals.openedition.org/pistes/3209
+http://whqlibdoc.who.int/trs/who_trs_916.pdf
+IAEESwww.iaees.org
+http://www.greatachievements.org/
+https://www.unicef.pl/Centrum-prasowe/Informacje-prasowe/UNICEF-Do-2030-r.-liczba-nowych-zakazen-wirusem-HIV-wsrod-nastolatkow-wzrosnie-o-niemal-60
+https://goo.gl/xZ8U7G
+http://arc.lib.montana.edu/snow-science/item.php?id=947
+http://distance.dnu.dp.ua/ukr/nmmateriali/documents/tei.pdf
+http://www.jamaicaobserver.com/columns/Yes-to-trade-and-aid--What-of-rule-of-law-_14511142
+http://cyberatlas.Internet.com/markets/professional/article/0,,5971_313711,00.html
+http://www.eia.doe.gov/
+http://eng.24.kg/politic/2010/12/03/15121.html.Letöltve:2012.11.03
+http://frontex.europa.eu/assets/Attachments_News/unaccompanied_minors_public_5_dec.pdf
+http://www.jbn.org.br/article/list/38/3%20Suppl%201/2016
+www.sciencedirect.com/science/article/pii/S2352711015000059
+https://www.destatis.de/DE/Publikationen/WirtschaftStatistik/2016/02/UnbezahlteArbeit_022016.pdf?__blob=publicationFile
+http://link.aps.org/supplemental/10.1103/PhysRevB.92.161111
+http://www.state.nj.us/dca/announcements/pdf/CDBG-DisasterRecoveryActionPlan.pdf
+http://www.keidanren.or.jp/japanese/journal/times/2006/0824/04.html
+http://www.trustedcomputinggroup.org/specs/mobilephone/tcgmobilereferencearchitecture1.0.pdf
+http://extranjeros.meyss.es/es/ObservatorioPermanenteInmigracion/Publica-ciones/archivos/Inmigracixn_y_mercado_de_trabajo._Informe_2009.pdf
+http://www.journalofvision.org/content/8/16/9
+http://www.herbalgram.org
+http://www.runnersworld.com/races/the-color-run-now-largest-5-k-series
+www.mvtu.dk/icaccounts
+www.analyticaintl.com
+http://spatialaudio.net/ssr/
+http://www.cdc.gov/pertussis/clinical/complications.html
+http://www.scielo.br/pdf/es/v29n105/v29n105a10.pdf
+http://www.namrata.co
+http://www.cpsc.gov/PageFiles/106141/8002.pdf
+http://castor.unab.edu.co/bbcswebdav/courses/674-201262-MTEM/Plan_trabajo/uni-dad2/recursos/Educación%20y%20Comunicación%20uan%20rela-ción%20necesaria.pdf
+gov.ua/laws/show/994_002
+http://newsroom.depaul.edu/PDF/FAMILY_LAW_CEN-TER_REPORT-final.pdf
+http://file.scirp.org/pdf/SGRE20110300001_32428639.pdf
+http://mirbase.org
+http://sciex.com/ce-features-and-benefits/ce-expert-lite〉accessedon06/04/2017
+http://www.liberatingstructures.com/9-what-so-what-now-what-w/
+http://www.sociopatterns.org
+http://www.tgarden.demon.co.uk/writings/articles/older/lastpost.html
+http://cpo.st/ZY6S5B.Accessed15
+http://www.alexa.com/topsites
+http://www.census.gov/popest/index.html.Accessed
+http://www.cancer.go.kr/mbs/cancer/subview.jsp?id=cancer_040104000000
+http://cct.wikispaces.com/CEp
+www.allaboutfeed.net/Processing/General/2013/4/Ghana-Turning-cassava-into-animal-feed-1229478W/?cmpidAlltech
+https://www.gov.uk/government/consultations/strengthening-the-incentive-to-save-a-consultation-on-pensions-tax-relief
+http://www.kfda.go.kr
+https://m.malaysiakini.com/letters/347979
+http://www.dinkesjatengprov.go.iddiakses12
+http://www.redeunida.org.br/inrede/inreden14.asp.Acessadoem23/12/2005
+https://archive.epa.gov/region03/green/web/html/healthcare.html.Accessed
+http://encyklopedia.pwn.pl/haslo/3897023/ekosystem.html
+http://www.who.int/hrh/resources/framework_action/en/
+www.ashpfoundation.org/pharmacyforecast2016
+http://goo.gl/epv9qx
+http://www.solarwirtschaft.de/leadmin/media/pdf/2014_03_BSW_Solar_
+http://www.multimorbidity2018-stockholm.se/lessons-learned
+http://www.cappedhawaii.com/#!History-of-Hawaii-Aloha/c1r22/55d8b6a90cf21fd94cc26a56
+http://www.lawfoundationbc.org/about-us/history/
+https://www.industrydocumentslibrary.ucsf.edu/docs/#id=jyyn0112
+https://search.proquest.com/docview/438290315?accountid=8579
+http://snl.no/lojalitet
+http://psycnet.apa.org/psycinfo/1995-17033-001
+http://scholarworks.umass.edu/anthro_res_rpt7/4
+http://www.universitetsforlaget.no/nettbutikk/kvalitetslaering-i-hoyere-utdanning-uf.html
+http://www.saudigazette.com.sa/index.cfm?method=home.regcon&contentid=20130614169787
+http://www.errc.org/cms/upload/file/attacks-list-in-bulgaria.pdf
+http://www.eurodl.org/?article=103
+http://python.org/
+http://www.campus-oei.org/salactsi/sara3.htm
+http://www.eclac.org/publicaciones/DesarrolloSocial/0/LCL2530PE/sps120_LCL2530.pdf
+http://purl.umn.edu/19082
+https://eeas.europa.eu/headquarters/headquarters-homepage/1694/philippines-and-eu_hr
+http://www.inchem.org/documents/ehc/ehc/ehc204.html
+www.dia.uniroma3.it/Araneus/Sigmod/
+http://www.ohchr.org/EN/HRBodies/HRC/RuralAreas/Pages/3rdSession.aspx,consultedon25
+http://www.oecd.org/els/emp/34846856.pdf
+http://positivelite.com/content/news/legal/item/where-is-treatment-as-prevention-heading-treatment-refusal-criminal-behaviour
+http://www.pewclimate.org/companies_leading_the_way_belc/company_profiles/ibm
+http://ssrn.com/abstract=1458299
+http://www.unisdr.org/eng/hfa/hfa.htm
+https://kirken.no/globalassets/kirken.no/om-kirken/slik-styres-kirken/kirkeradet/2016/horinger-i-kirkeradets-regi/horingssvar---ny-vigselsliturgi/hove_bjarte.pdf
+www.grovemusic.com
+http://www4.unfccc.int/submissions/INDC/Published%20Documents/Latvia/1/LV-03-
+https://link.aps.org/doi/10.1103/PhysRevB.96.041105
+https://frankolive.wordpress.com/2017/03/10/тарас-але-не-шевченко-франко-але-не-іван
+http://researchonline.lshtm.ac.uk/id/eprint/12598
+http://www.sparefroh.at/de/Geld-Wissen/Sparefroh-TV
+http://juspositivismo.blog.terra.com.br/2011/04/14/governador-tarso-genro-afasta-35-agentes-penitenciarios.Acessoem:06/12/2011
+http://bit.ly/2xVvG0R
+http://www.periodicos.proped.pro.br/index.php/revistateias/article/viewFile/209/208
+http://www.legislation.co.nz/browse_vw.asp?content-setϭpal_statutes.Accessed
+http://www.vanderbilt.edu/lapop/
+http://www.ledonline.it/Erga-Logoiral
+http://www.cremat.com
+https://www.healthaffairs.org/do/10.1377/hblog20180914.426396/full/
+http://www.sundaytimes.lk/031221/ft/16.htm
+http://revista-iberoamericana.pitt.edu/ojs/index.php/Iberoamericana/article/viewFile/6392/6568
+https://aspect.dealii.org
+https://www.ssc.govt.nz/node/6854
+http://journals.sagepub.com/doi/pdf/10.1177/0170840606068255
+https://adevarul.ro/economie/stiri-economice/bomba-sociala-spatele-certificatelor-verzi-5321e5f20d133766a8df3f29/index.html
+igi-global.com/chapter/reference-model-collaboration-within-dispersed/52339?camid=4v1
+http://www.vocesenelfenix.com/
+http://www.conab.gov.br/OlalaCMS/uploads/arquivos/14_04_15_15_44_37_boletim_cana_portugues_-_1o_lev_-_14.pdf
+http://portal.anvisa.gov.br/documents/33880/2568070/RDC_12_2001.pdf/15ffddf6-3767-4527-bfac-740a0400829b
+http://www.ncbi.nlm.nih.gov/omim/191170
+http://www.fnopi.it/norme-e-codici/deontologia/il-codice-deontologico.htm
+www.globalhealth.org/assests/publications/MakingChildbirthSafer.pdf
+http://czvp.szu.cz/spotrebapotravin.htm
+http://www.acutestroke.org/SM_Protocol/SITS-MOST_final_protocol.pdf.Accessed
+http://n8di.usgs.gov/ii8di/wais/water/gcip.html
+http://www.yourmindonmedia.com
+http://www.knowledgepolicy.com/2005/08/bourdieu-forms-of-capital.html
+https://www.dw.com/es/ipbes-américa-latina-perderá-15-de-flora-y-fauna-hasta-2050/a-43111188
+http://apps.fao.org/cgi-bin/nph-db.pl?subset=agriculture.Acessoem
+http://www.amar.org.ir〉
+https://www.psicoactiva.com/blog/el-deficit-cogniti-vo-en-la-infancia/
+softwaretech-news.thedacs.com/stn_view.php?stn_id=52&article_id=146
+https://media.readthedocs.org/pdf/flamegpu/latest/flamegpu.pdf
+http://www.asepale-co.org
+www6.software.ibm.com/software/developer/library/ws-coordination200309.pdf
+http://www.nsta.org/publications/nses.aspx
+http://media.eduscol.education.fr/file/Francais/09/5/LyceeGT_Ressources_Francais_Explication_Laudet_182095.pdf
+http://spanish.yonhapnews.co.kr/news/2013/08/21/0200000000ASP20130821002700883.HTML
+http://www.tempointeractive.com/hg/nasional/2006/10/09/brk,20061009-85661,uk.html
+http://portal.mec.gov.br/index.php?option=com_docman&view=download&alias=7013-relatorio-seb-anlisepropostas-ef-em&category_slug=novembro-2010-pdf&Itemid=30192
+http://www.bgr.de/app/litholex/ge-samt_ausgabe_neu.php?id=45
+https://www.england.nhs.uk/wp-content/uploads/2012/12/cquin-guidance.pdf
+http://www.haldinnatural.com/techdata/ginger.html
+http://pre.ethics.gc.ca/eng/policy-politique/initiatives/tcps2-eptc2/Default/
+http://www.plato.com/downloads/papers/paper_04.pdf
+http://www.riya.com
+jussieu.fr
+http://www.imf.org/en/News/Articles/2016/12/08/MS120816-Portugal-Staff-Concluding-Statement-of-the-Fifth-Post-Program-Monitoring-Mission
+http://fpif.org/nuclear-standoff-ordinary-north-koreans-disappear/
+http://www.mte.gov.br
+aip.org/history/einstein/voice1.htm͘
+http://www.eac.fea.usp.br/cadernos/completos/cad20/evidenciacao.pdf
+https://svi.cdc.gov/
+http://jan.ucc.nau.edu/~pms/cj355/readings/spradley.pdf
+http://Ec.Europa.Eu/Environment/Agriculture/Pdf/Oliveoil.Pdf
+http://sfpavementtoparks.sfplanning.org/about.html
+https://www.mof.gov.sa/en/financialreport/Pages/Budget.aspx
+http://www.isca-speech.org/archive/interspeech2004/i040377.html
+http://code.google.com/p/androguard/.Lastaccessin
+http://creativecommons.org/licenses/by/4.0/
+http://www.mcilvainecompany.com/
+http://minerals.usgs.gov/minerals/pubs/commodity/lead/myb1-2010-lead
+http://cmp.felk.cvut.cz/qqmikula/publications/ijcv2012/index.html
+https://www.cambridge.org/core
+http://uk.arxiv:org/PScache/cs/pdf/0102012v1.pdf
+http://euobserver.com/china/31592
+www.newspapers.com/newspage/87777548
+pediatrics.org/cgi/content/full/118/1/e107
+http://www.biogeosciences.net/6/2879/2009/
+http://www.aces.edu/crd/workforce/publication/employability-skills.PDF
+http://ssrn.com/abstract=798124
+http://www.isec2000.org.uk/abstracts/papers_g/grantley_1.htm
+http://www.opoka.org.pl/biblioteka/W/WP/jan_pawel_ii/listy/pekin_29061995.htmlMAŁECKA
+http://www.drbrownsbaby.com/bottles-accessories/howthey-work
+http://www.gammathetaupsilon.org/the-geographical-bulletin/2010s/volume52-2/article1.pdf
+http://www.iol.co.za/lifestyle/family/kids/only-15-of-sa-university-students-graduate-1.1531809#.VksXFNIrLIU
+http://ssrn.com/abstract=1676788
+http://jurnal.fkip.uns.ac.id/index.php/fisika/article/view/1856
+Retrievedfromwww.ban-coestado.cl
+http://www.detr.gov.uk/regeneration/policies/ourtowns/cm4911/index.htm
+http://www.nmva.smm.lt/isorinis-vertinimas/dokumentai
+http://www.anep.org.br/default.aspx?usaritem=arquivos&iditem=23
+http://www.publications.parliament.uk/pa/cm200304/cmhansrd/vo040301/text/40301w10.htmHouseof
+http://www.msp.gouv.qc.ca/prevention/politique/pro-jet_pol/proj_politique_prev.pdf
+www.csa.gov.et
+https://www.sundhed.dk/sundhedsfaglig/laegehaandbogen/hjerte-kar/tilstande-og-sygdomme/arytmier/atrieflimren-og-flagren/
+https://help.instagram.com/477434105621119
+http://www.justice.gov.uk/downloads/victims-and-witnesses/vulnerable-witnesses/achieving-best-evidence-criminal-proceedings.pdf
+http:llwww.foodsafety.gov/-dms/lmr2-su.hrml.Accessed15
+http://onlinelibrary.wiley.com/doi/10.1002/asi.21149/full
+http://digitalcommons.aul.edu/libphilprac/681
+http://www.repository.law.indiana.edu/facpub/1137
+http://www.youthpolicy.org/basics/2001_WPAY_Implementation_Report.pdf
+www.impactjournals.com/oncotarget16
+https://www.ssb.no/kultur-og-fritid/artikler-og-publikasjoner/hva-forteller-statistikkene-om-religion-tro-og-livssyn-i-norge
+https://education.viewsonic.com/social-media-to-engage-students/
+https://www.whitehouse.gov/assets/documents/2009literacy_prc_rel.pdf
+http://www.heart-resources.org/wp-content/uploads/2012/10/Accreditation-and-other-external-quality-assessments.pdf
+www.genome.gov/gwastudies
+http://www.pcm.gob.pe/wp-content/uploads/2013/05/PNMGP.pdf
+https://ec.europa.eu/eurostat/web/products-datasets/product?code=apri_lprc
+https://techblog.comsoc.org/2018/10/24/itu-rs-role-in-radio-frequency-spectrum-for-5g-networks-of-the-future/
+http://jacpfx.org/
+http://papers.ssrn.com/sol3/papers.cfm?abstract_id=522542
+http://www.leuserfoundation.org/index.php?option=com_content&view=article&id=175&Itemid=112
+http://www.omaha.com
+http://www.nanotechproject.org/inventories/consumer/
+http://www.cms.gov/medicare-coverage-database/details/nca-decision-memo.aspx?NCAId=274
+http://editorial.centroculturadigital.mx/pieza/antologia-de-poesia-electronica
+http://www.jstor.org/stable/461847
+http://www.cicad.oas.org/Crimen_Organizado/ESP/Estudios/La%20mara
+http://sioc-journal.cn/©
+http://www.jstor.org/stable/1130652
+http://www.phac-aspc.gc.ca/aids-sida/publication/survreport/2013/dec/index-eng.php
+http://www.revistas2.uepg.br/index.php/exatas/article/view/762/674
+https://www.pireneresarch.com/shop/documentation-index/.Acessoem
+http://commposite.uqam.ca/2003.1/articles/gandon.html
+http://www.who.int/csr/disease/hepatitis/whocdscsrlyo2003/en/WHOLibraryCataloguing-in-PublicationData
+http://www.biomedcentral.com/1471-2105/6/257/abstract
+http://www.coneval.org.mx/Paginas/principal.aspx
+https://www.researchgate.net/publication/326376873_Biomethane_as_Transport_Fuel
+http://www.cs.cmu.edu/Web/Groups/sage/sage.html
+http://epublications.unilim.fr/revues/as/6017
+http://srdta.cochrane.org/sites/srdta.cochrane.org/files/uploads/Chapter07-Searching-%28September-2008%29.pdf
+http://tpmdc.talkingpointsmemo.com/2010/12/bachmann-scalia-evangelical-historian-will-teach-constitution-class-for-the-tea-party-caucus.php
+http://www.deakin.edu.au/research/acqol/instruments/well-being_index.htm
+http://bioethics.georgetown.edu/pcbe/reports/reproductionandresponsibility/
+http://ilo.org/global/topics/safety-and-health-at-work/langeen/index.html
+http://hillelarnold.com/blog/2016/08/critical-work
+ee.lbl.gov/tcpdump.tar.Z
+http://www.nccn.org
+http://arxiv.org/pdf/1002.2515
+http://www.douglascountywa.net/accessed
+www.au.af.mil/au/awc/awcgate/nssg/
+http://bit.ly/2mjlx9e
+http://www.bcb.gov.br/pre/normativos/res/2015/pdf/res_4427_v1_O.pdf
+http://www.thoracic.org/statements/resources/lcod/adenocarcinoma.pdf.Accessed
+https://creativecommons.org/licenses/by-nc-nd/4.0/
+http://tinyurl.com/266j3w
+http://creativecommons.org/licenses/by-nc/4.0/
+http://www.sicelo.br/scielo.php?script=csi_artex&pid=S0104-1169200600040005&Ing
+http://www.wsj.com/articles/softbank-invests-over-800-million-in-india-firms-1414471447
+http://sciweb.lib.umn.edu/ej/Repository.phtml#ind
+https://arxiv.org/ftp/arxiv/papers/1308/1308.1554.pdf
+http://www.ti.com
+http://www.scielo.br/pdf/abc/v81n4/17720.pdf
+http://www.aahpm.org/positions/sedation.html
+http://iowadoppler.com/documents/attenuation.pdf
+http://bukan-sekedar-tahu.blogspot.co.id.Diaksestanggal15Juni
+www.io.com/gibbonsb/menc-ken/megaquotes.html
+http://www.haaretz.com/hasen/spages/559638.html
+www.theglobeandmail.com/report-on-business/cps-hunter-harrison-irate-over-ottawas-grain-moving-
+http://www.health.gov.au/internet/main/publishing.nsf/Content/national-strategic-framework-rural-remote-health
+http://acmc.gov.au/wp-content/uploads/2013/09/Gendered-Crises-Gendered-Responses.pdf
+http://episcope.eu/fileadmin/tabula/public/docs/scientific/AT_TABULA_ScientificReport_AEA.pdf
+http://creativecommons.org/licenses/by/3.0/
+http://www.cedefop.europa.eu/
+http://www.mstmap.org/
+http://www.brockport.edu/sociology/faculty/Cultural_Capital.pdf.18.vandeWerfhorst
+http://www.telegraph.co.uk/news/main.jhtml?xml¼/news/2007/09/17/wdarfur117.xml
+www.iaria.org
+http://www.geri.duke.edu/service/oars.htm
+http://www.cervantesvirtual.com/servlet/SirveObras/02472776436247507976613/cuaderno9/doxa9_04.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://lotos.library.uu.nl/publish/issues/12/index.html
+http://wwf.ru/data/pub/gerasimchuk.pdf
+http://ru.knowledgr.com/00014651/Онтология
+https://www.un.org/en/development/desa/publications/2014-revision-world-urbanization-prospects.html
+http://www.thedailybeast.com/galleries/2012/04/23/the-13-most-useless-majors-from-philosophy-to-journalism.html
+http://www.fao.org/3/a-bc817e.pdf
+http://www.oecdbookshop.org/oecd/display.asp
+http://www-ncbi-nlm-nih-gov.proxy.bib.uottawa.ca/books/NBK26891/
+http://investors.advanceamerica.net/releasedetail.cfm?ReleaseID=282418
+http://www.who.int/ncd_surveillance/infobase/web/InfoBaseCommon/
+www.connectingforhealth.nhs.uk
+http://www.ine.es/prensa/epd_2016.pdf
+https://www.washingtonpost.com/news/post-nation/wp/2018/03/23/hate-crimes-rose-the-day-after-trump-was-elected-fbi-data-show/?utm_term=.6d139da26fa4
+http://pewrsr.ch/1tjfOwd
+http://www.ugr.es/~redce/REDCE16/articulos/01CElias.htm
+http://floradobrasil.jbrj.gov.br/reflora/floradobrasil/FB7962
+http://arqcientificosimmes.emnuvens.com.br/abi
+https://www.wfp.org/hunger
+http://www.fen.ufg.br/revista/v11/n2/v11n2a07.htm
+http://www.abs.gov.au/ausstats/abs@.nsf/lookup/Media%20Release3
+http://europa.eu/rapid/press-release_MEM0-12-40l_en.htm?locale=en
+http://ilkogretim-online.org.trKOLTAY
+http://purl.oclc.org/estimates
+http://www.llnl.gov/CASC/mpip/
+https://www.psa.ac.uk/insight-plus/blog/could-labour-split-after-corbyn-win
+http://www.intl-pag.org/pag/Gordon
+http://www.pewInternet.org/
+http://www.bluetooth.com
+http://www.mspakt.cz/co-je-pakt-zamestnanosti/pakty-ve-svete/
+https://www.cdc.gov/mmwr/volumes/69/wr/mm6913e1.htm.Accessed
+www.big.spb.ru
+https://home.student.unimelb.edu.au/wing/cmd/risaorhttp://buffy.lib.unimelb.edu.au
+http://www.jstor.org/stable/464648
+http://warszawa.wyborcza.pl/warszawa/1,34861
+http://lcs.www.media.mit.edu/groups/el/projects/handy-board/
+https://wikispaces.psu.edu/display/PSYCH484/7.+Self-Efficacy+and+Social+Cognitive+Theories
+https://www.cancerresearchuk.org/health-professional/cancer-statistics/worldwide-cancer
+http://www.isoc.org/isoc/conferences/ndss/06/proceed.ings/html/2006/papers/ano-maly_signatures.pdf
+http://doi.wiley.com/10.1046/j.1523-536X.2003.00215.x
+http://www.nobel.se/economics/laureates/2001/ecoadv.pdf
+http://integrationofimmigrants.massey.ac.nz/publications_pdfs/New%20Zealand%20and%20International%20Migration_2.pdf
+http://dl.acm.org/ft_gateway.cfm?id=2499577&ftid=1393273&dwn=1&CFID=542076495&CFTOKEN=70550726
+web.mit.edu/globalc
+http://apps.who.int/iris/handle/10665/63529.1996
+www.ifad.org/ruralfinance
+http://www.crl.edu/content/brazil/pern.htm
+http://www.chass.utoronto.ca/~wellman/publications/netsurfers/netsurfers.pdf
+http://www.ietf.org/rfc/rfc5280.txt,updatedbyRFC6818
+https://www.nytimes.com/2017/07/15/opinion/sunday/please-prove-youre-not-a-robot.html?mcubz50
+http://thomas.loc.gov
+http://gtmarket.ru/ratings/quality-of-life-index/info8
+http://www.seas.upenn.edu/˜pdtb/
+www.ipm.ucdavis.edu/PUSE
+http://www.fao.org/sd/wpdirect/WPan0015.htm
+https://slidedoc.es/tratamiento
+http://arxiv.org/abs/cs/0702140
+http://akstat.gks.ru/
+http://cdsweb.cern.ch/record/706847
+http://stacks.iop.org/0268-1242/25/i=2/a=024001
+http://exac.broadinstitute.org
+https://www.qualcomm.com/media/documents/files/lte-heterogeneous-networks.pdf
+http://arxiv.org:q-bio.OT/0707.2011
+http://archive.dcita.gov.au/2001/07/save_at_home
+http://www.climatchange.ru.51
+www.iarc.fr/p53
+www.osbr.ca
+http://www.npr.org/templates/story/story.php?storyId=3806734
+http://www.equityhealthj.com/content/4/1/8
+http://www.dts.edu/media/play/
+http://www.barree.net
+Availableatwww.brettonwoodsproject.org/topic/governnance/poa2.pdfWorldBank
+http://www.emeraldinsight.com/10.1108/03090560010322009
+https://prodwww-queimadas.dgi.inpe.br/bdqueimadas
+http://informahealthcare.com/doi/abs/10.1080/09595230600944446
+http://dx
+http://www.die-bonn.de/esprid/dokumente/doc-2002/faulstich02_02.pdf
+https://www.cia.gov/cia/publications/factbook/geos/wi.html
+http://www.regioner.dk/in+english/publications+and+policy+papers/the+regions+in+denmark
+http://www.england.nhs.uk/ourwork/tsd/sst/tech-fund/
+http://www.cebes.org.br/media/File/Gest%E3o%20P%FAblica%20e%20Rela%E7%E3o%20P%FAblico%20e%20Privado%20na%20Sa%FAde.pdf
+http://dept.physics.upenn.edu/~www/astro-cosmo/\\unhbox\\voidb@x\\hbox
+https://valforskning.pol.gu.se/digitalAssets/1549/1549329_v--ljarnas-partier-2014.pdf
+http://www.healthline.com/diabetesmine/diabnext-artificial-intelligence-diabetes
+http://www.srs-mcmaster.ca/Portals/20/pdf/ebp/qualguidelines_version2.0.pdf
+http://voices.worldvision.ca/wp-content/uploads/2012/04/Food-Sec
+https://www.manualslib.com/products/Lexicon-Lx-Rev-3-2622504.html
+http://adsabs.harvard.edu/abs/2017PhRvD..95d2001M
+http://www.planalto.gov.br/ccivil/LEIS/L8069.htm
+http://www.sayistay.gov.tr/rapor/kid/2013/%C3%96zel_B%C3%BCt%C3%A7eli_%C4%B0dareler-A/S%C3%9CLEYMAN%20DEM%C4%B0REL%20%C3%9CN%C4%B0VERS%C4%B0
+https://www.highcharts.com/products/highcharts/
+http://www.export-ugra.ru/upload/iblock/31a/31a642
+ftp.funet.fi/pub/sci/neural/books/
+onlinelibrary.wiley.com/doi/10.1002/hbm.20745/full
+https://www.trekksoft.com/en/blog/65-travel-tourism-statistics-trends-for-2018
+http://www.un.org/secureworld
+www.treas.gov/domfin/upass.pdf
+http://www.antropologiavisual.cl/alimonda_&_ferguson.htm
+http://www.nature.com/articles/nature12372
+http://biodiversitas.mipa.uns.ac.id/D/D0201/D020107.pdf
+http://jus2.uol.com.br/doutrina/texto.asp
+http://gizmodo.com/360260/nokia-morph-cellphone-rolls-up-stretches-cleans-itself
+http://www.significados.com.br/filantropia/
+http://dx.chinadoi.cn/10.3321/j.issn:1001-8166.2006.11.004
+https://www.bmbf.de/de/nachhaltiges-wirtschaften-bringt-gewinn-7662.html
+http://www.3gpp.org/ftp/tsgran/WG1RL1/TSGR144/Docs
+http://www.ijaebm.iserp.org/archieves/1-D16-31-10/
+http://www.aass.oru.se/˜asaffio/
+http://www.ncaa.org/about/resources/media-center/news/number-ncaa-college-athletes-reaches-all-time-high
+ceres.organdwww.calvert.com
+http://one.aao.org/CE/PracticeGuidelines/PPP
+http://3majmysierazem.pl/wp-content/uploads/2015/11/raport-TRU_calosc.pdf
+http://portal.iphan.gov.br/portal/baixaFcdA-nexo.do?id=337
+http://www.eurocontrol.int/services/bada
+http://www.biomedcentral.com/1471-2202/14/S1/O9
+http://www.asiaandro.com
+http://hrsonline.isr.umich.edu/docs/userg/dr-005.pdf
+http://lib.unnes.ac.id/17744/1/4101409067.pdf
+http://mic.eucast.org/Eucast2/SearchController/search.jsp?action=performSearch&BeginIndex=0&Micdif=mic&NumberIndex=50&Antib=−1&Specium=162
+http://www.squirrelnet.com/BestSearchEngines/top20.asp
+http://www.setem.org/site/cat/calalunya/objectius
+http://www.hbw.com/node/54907on6
+http://www3.interscience.wiley.com/journal/122653841/abstract
+http://www.nurse.or.jp/toukei/pdf/toukei13.pdf
+www.tesisenred.net/bitstream/handle/10803/10441/perez.pdf
+http://vegetationmap4africa.org
+https://github.com/jameslyons/pythonspeechfeatures
+http://docplayer.net/28407375-Muslim-americans-a-national-portrait-an-in-depth-analysis-of-america-s-most-diverse-religious-community.html
+http://www.census.gov/Press-Release/www/2001/sumfile1.html
+https://www.reuters.com/article/china-sri-lanka/sri-lanka-pm-courts-increased-infrastructure-investment-from-china-xinhua-idUSL4N1II406
+http://mc.manuscriptcentral.com/gbe
+http://iai.asm.org/DownloadedfromMAPPINGOFC.ALBICANSOLIGOMANNOSIDICEPITOPES3851
+http://www.who.int/mediacentre/news/ebola/12-november-2014-mali/en
+http://blog.nielsen.com/nielsenwire/global/social-media-accounts-for-22-percent-of-time-online/
+http://www.anhri.net/egypt/eohr/2009/pr0915.shtml
+http://www.uib.es/depart/deaweb/deawp/pdf/DT39.pdf
+https://land.copernicus.eu/pan-european/corine-land-cover/clc2018?tab=download
+http://www.academia.edu/25780074/50_A%C3%B1os_de_Terapia_Ocupacional_en_Chile
+https://arrow.dit.ie/cgi/viewcontent.cgi?article=1113&context=buschmarcon
+http://www.ulsf.org/programs_talloires_td.html
+http://www.cse.buffalo.edu/faculty/alphonce/KillerExamples/OOPSLA2005/
+https://drive.google.com/file/d/1X-efCp6UDPlMj11W55m1MfinvYsKPA_S/view?usp=sharing.506
+http://belstat.gov.by/homep/ru/indicators/pressrel/health.phpконтрольнадтабаком
+http://www.revistalatinacs.org/072paper/1211/61es.htmlDOI:10.4185/RLCS-2017-1211
+http://pdba.georgetown.edu/Security/citizensecurity/Colombia/evaluaciones/decadapoliticas.pdf
+https://www.england.nhs.uk/wp-content/uploads/2015/01/nxt-steps-risk-strat-glewis.pdf
+http://www.R-project.org
+http://en.wikipedia.org/wiki/DVB-T2#Technical_details
+http://ejournal.upi.edu/index.php/JPAKBPFEYogyakarta
+http://journals.sagepub.com/doi/10.1177/2397847317694998
+http://edfu.lis.uiuc.edu/˜class/sequence/
+http://bgacst.e-land.gov.tw/News.aspx?n=C6DA56487665B34F&sms=DB8F640FF065C9A1
+http://www.nature.com/jcbfm
+http://www.ecologyandsociety.org/vol15/iss1/art20/
+http://fom.ru/Nastroeniya/11566
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3392030&tool=pmcentrez&rendertype=abstract
+http://bmcinfectdis.biomedcentral.com/articles/10.1186/s12879-016-1464-8.Accessed22
+http://www.cdc.gov/std/HealthComm/NGI-MSMCompleteReport.pdf
+https://en.wikipedia.org/wiki/Gameplay_of_Pok%C3%A9mon#Pok.C3.A9_Ball
+http://www.amazon.com
+http://www.raco.cat/index.php/RLD/article/view/297174
+http://www.ncbi.nlm.nih.gov/pubmed/20199998
+http://www.mineducacion.gov.co/1621/articles-103494_archivo_pdf.pdf
+http://files.eric.ed.gov/fulltext/ED134991.pdf
+https://slice.mit.edu/2011/12/28/whats-it-like-to-be-75-years-old-try-this-on
+http://reporting.unhcr.org/sites/default/files/UNHCR%20Cash%20Assistance%20to%20Rohingya%20Refugees%20-%20June%202018.pdf
+http://www.tzb-info.cz/2858-ochrana-vnitrniho-vodovodu-z-pohledu-mikrobiologie-ii
+www.islamonline.net/english/introducingislam/politics/Politics/article04.shtml
+http://www.ni.com/labview/
+http://www.ibr.oeaw.ac.at/people/Michael/Rappolt_Publ-Dateien/MR2010_5.pdf.Accessed
+http://www.bjss.baar.org.uk/current-issue.html
+http://www.ncbi.nlm.nih.gov/pubmed/20062939
+http://tinyurl.com/icoperd73a
+http://tululu.ru/read55472/62/
+https://books.google.com.br/
+https://goo.gl/RThMMq
+http://www.turkstat.gov.tr/
+www.afghanistan-un.org/wp-content/uploads/2012/06/SGReporttoJune202012.pdfaccessed22
+http://www.planalto.gov.br/ccivil_03/decreto/d70235cons.htm
+http://www.netratings.com/pr/pr_010628.pdf
+https://dilemascontemporaneoseducacionpoliticayvalores.com/_files/200005683-0ebdc0ebde/19.09.07%20Comunicaci%C3%B3n%20en%20educaci%C3%B3n.%20Reformas%20y%20riesgos.pdf
+http://www.minsoc.ru/
+http://www.emodnet-bathymetry.eu
+http://archive.mid.ru/bdomp/brp_4.nsf/e78a48070f128a7b43256999005bcbb3/6328ab19489b523b44257d09001c3de6!OpenDocument
+http://www.cis.upenn.edu/switchware/PLAN
+https://www.barbarabiasi.com/uploads/1/0/1/2/101280322/teacherlm.pdf
+http://www.onekp.com
+http://www.intechopen.com/books/small-scale-energy-harvesting/electrostatic-conversion-for-vibration-energy-harvesting
+http://doi.wiley.com/10.1002/mgg3.115
+http://www.mushroomexpert.com/phylloporus_rhodoxanthusdiaksestanggal13
+https://www.cosic.esat.kuleuven.be/nessie/deliverables/D21-v2.pdf
+https://www.adherium.com/news/adherium-launches-the-hailie-global-brand-to-connect-people-with-asthma-and-copd-to-better-care/
+https://www.cs.swarthmore.edu/∼meeden/cs81/s14/papers/AndyLucas.pdf
+https://goo.gl/UvI7RF
+https://link.springer.com/article/10.1007%2FBF01231526?LI=true
+https://www.mcmc.gov.my/skmmgovmy/media/General/pdf/4Q2016.pdf
+www.env.go.jp/doc/toukei/data/11ex725.xls
+https://CRAN.R-project.org/package=MuMIn
+http://reports.weforum.org/travel-and-tourism-competitiveness-report-2019/country-profiles/?fbclid=IwAR22gzypD-mq7h5HY7ioPJu4ZI1OXO6RO77oORJ6l9VNaLUgtWwF5SaO3u0#economy=ARM
+http://pediatrics.aappublications.org/content/early/2018/06/21/peds.2017-3652
+https://www.rand.org/pubs/research_briefs/RB8024.html
+youtube.com/watch?v=FmlnIg4QcokTheSilverbackswww.facebook.com/TheSilverbacksRagtimeRecordswww.facebook.com/RagtimeRecords
+http://www.capes.gov.br/avaliacao/instrumentos-de-apoio/classificacao-da-producao-intelectual
+http://www.spec.org/cpu2000
+http://marciovilaca.com/site/artigos/
+www.dexa-medica.com/images/gout_dan_hiperurisemia.pdf
+http://repositorio.gobiernolocal.es/xmlui/handle/10873/685
+http://www.gesamp.org/data/gesamp/files/media/Publications/Reports_and_Studies_52/gallery_1351/object_1374_large.pdf
+http://www.doccrew.it/Home.aspx
+http://www.seorl.net/formir/portalWEB/index.asp.Accessed
+http://mnw.eas.slu.edu/CIPS/Presentations.html
+http://www.google.com/books?id=dO_sNQlWhrsC&printsec=frontcover&dq=related,ISBN0940753030&hl=ro&source=gbs_similarbooks_s&cad=1
+http://bvsms.saude.gov.br/bvs/publicacoes/triagem_
+www.terraanalytica.ru/forum/
+http://www.mdpi.com/2073-4395/7/1/10
+http://www.wrplatinum.com/BekijkSamenvatting.asp?Inhoudsnummer=3463
+http://kwarc.info/cmueller/papers/thesis.pdf
+http://www.havocscope.com/prostitution-statistics/
+https://e4ftl01.cr.usgs.gov/MOTA/,lastaccess
+http://www.hol.gr/greece/philoso.htm
+http://icwww.epfl.ch/publications/documents/IC_TECH_REPORT_200477.pdf
+http://www.statsghana.gov.gh/docfiles/glss5_report.pdf
+https://datahelpdesk.worldbank.org/knowledgebase/articles/378834-how-does-the-world-bank-classify-countries
+http://eegra.edc.org/en/about/what-is-eegra/
+https://engineering.purdue.edu/EPICS/about
+http://www.agricultura.gov.br/vegetal/estatisticas
+https://www.cia.gov/library/publications/the-world-factbook/geos/sf.html
+http://animaldiversity.ummz.umich.edu/accounts/Callitrichinae/ShepherdsonD
+http://ieeexplore.ieee.org/document/6606890/
+http://www.ncbi.nlm.nih.gov/pubmed/17596420
+http://www.fda.gov/downloads/drugs/guidancecompli-anceregulatoryinformation/guidances/ucm070107.pdf
+http://webbook.nist.gov/chemistry/fluid/.Accessed01
+https://guiteri.jusbrasil.com.br/artigos/152713024/afinal_0_que_e_direito
+http://h18000.www1.hp.com/products/quickspecs/14585
+http://xxx.lanl.gov/cinp-lg/9406023.lndetjeetManiandMarkMaybury
+http://www.motherjones.com/kevin-drum/2012/07/medicaid-expansion-may-turn-out-be-offer-states-cant-refuse
+http://www.azwater.gov/AzDWR/WaterManagement/Assessments/documents/PhxAMA_AssessmentSummarySheet.pdf
+http://www.pcl-eu.de/project/virt_lib/understanding.pdf
+http://buscon.rae.es/draeI/
+https://www.communicationtheory.org/de-eur-model-of-communication/
+http://fortune.com/2015/05/14/v2v-communication-cars
+http://www.math.stonybrook.edu/bishop/papers/
+https://orcid.org/0000-0001-7510-7695
+http://nuclear.llnl.gov/simulation/fission_v1.9/fission.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/9668868
+http://www.emro.who.int/Publications/EMHJ/0402/21.htm
+http://repository.upnyk.ac.id/id/epront/4501
+https://www.helen.fi/en/news/2016/electricity-distribution-prices-to-rise-in-helsinki
+http://revped.ise.ro/category/2018-en/
+http://www.deeplearningbook.org
+http://www.skz.pl/wiadomosci-konserwatorskie/archiwum/wk29-2011
+http://www.ipea.gov.br/082/08201006.jsp?ttCD_CHAVE=613
+http://skogsdataportalen.skogsstyrelsen.se/Skogsdataportalen/
+http://www.suttontrust.com/wp-content/uploads/2014/01/pathwaystobankingreport-24-jan-2014.pdf
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3713090&tool=pmcentrez&rendertype=abstract.Ac-cessed13
+http://www.mthr.org.uk/research_projects/documents/Rum3FinalReport.pdf
+https://arxiv.org/abs/1801.02842
+http://digitalcollections.sit.edu/isp_collection/2446
+www.oecd.org
+http://ssrn.com/abstract=292879orDOI:10.2139/ssrn.292879
+http://lhcb-release-area.web.cern.ch/LHCb-release-area/DOC/brunel/
+https://dic.academic.ru/dic.nsf/enc_literature/3053/Metafora
+http://gilgamesh.unipv.it/psi/isad/#isad354o
+http://lib.tkk.fi/Diss/2008/ISBN978951229
+http://journal.ui.ac.id/index.php/jai/article/viewFile/3565/2836
+http://www.bordeninstitute.army.mil/published_volumes/dermatology/Ch15.pdf
+https://nosc.noaa.gov/2016_NOAA_ETW/1_Oceans/QAreferenceshttp://nora.nerc.ac.uk/5654/1/Phytoplankton_Counting_Guidance_v1_2007_12_05.pdfhttps://seabass.gsfc.nasa.gov/wiki/User_Resources/CalReport_3X1M_Fluorometer.pdf
+https://cio.gov/wp-content/uploads/downloads/2013/02/2012-Learning-Objectives-Final.pdf
+https://www.linkedin.com
+http://web.archive.org/web/20111029070619/http:/coe.nevada.edu/ckeeler/Papers/AssessmentPresentation.ppt
+http://www.swift.com/news/press_releases/SWIFT_disconnect_Iranian_banks
+http://www.scielo.br/pdf/cadsc/v24n2/1414
+https://cs.uwaterloo.ca/journals/JIS/VOL18/Fici/fici5.pdf
+https://www.localfutures.org/
+http://do-centes.educacion.navarra.es/msadaall/geogebra/fig-uras/azar_monedas4.htm.Fechadeconsulta,20/07/2011
+www.epa.gov
+www.medisur.sld.cu/index.php/article/viewArticle/46
+http://akstat.gks.ru/Accessedon10.12.2017
+http://www.cdc.gov/mmwr/PDF/SS/SS5302.pdf
+http://www.emea.europa.eu
+https://www.cdc.gov/measles/cases-outbreaks.html
+http://www.wfp.org/country_brief/indexcountry.asp?country=332#Facts%20&%20Figures
+http://www.avert.org/universal-access-hiv-treatment.htm#footnote1_d7kzm9s
+http://revistas.pucsp.br/index.php/fronteiraz/article/view/28872/21330
+https://clinicaltrials.gov/ct2/show/NCT01459198.Acces-sed14
+http://www.mx.undp.org/content/dam/mexico/docs/Publicaciones/PublicacionesReduccionPobreza/fsvidadigna/PNUDMovilidadSocial.pdf?download
+http://www.mhlw.go.jp/ˆle/05-Shingikai-11121000-Iyakushokuhinkyoku-Soumuka/0000067177.pdf〉
+http://kns.cnki.net/kcms/detail/44.1503.r.20200410.2141.004.html.Accessed
+http://www.R-project.org
+http://www.springerlink.com/index/N5118841393L26XP.pdf
+http://www.afsc.noaa.gov/quarterly/jas2006/divrptsREFM6.htm
+http://www.uni-marburg.de/isem/WS98_99/prots/v8.htm
+https://www.researchgate.net/publication/295490897_Waste_heat_recovery_by_thermoelectricity_on_passenger_car_and_heavy-duty_truck_diesel_engine_the_RENOTER_project
+http://www.aapm.org/meetings/2001am/pdf/7194-74902.pdf
+http://www.r-project.org
+http://www.libertyhaven.com/politicsandcurrentevents/educationhomeschoolingorchildren/educationdemo.shtml
+www.oed.com
+http://www.fs.fed.us/rm/pubs/rmrs_p041/rmrs_p041_401_415.pdf
+https://www.theguardian.com/lifeandstyle/2010/sep/04/sherlock-fashion-mens-coats
+http://bal-ancedscorecard.org/Resources/About-the-Bal-anced-Scorecard
+http://hints.cancer.gov/question-details.aspx?qid=810
+http://www.icm-experimental.com/content/3/S1/A666
+http://whatis.techtarget.com/definition/Google-Maps.Retrieved
+https://support.microsoft.com/en-us/kb/208427
+fflorestal.sp.gov.br
+http://www.nciea.org/publications/CCSSO2_KH08.pdf
+http://www.ohassta.org/rapport.htm
+http://www.uka.se/statistik--uppfoljning/statistikdatabas-om-hogskolan/sokandetryck.html
+http://ejournal.bsi.ac.id/ejurnal/index.php/wanastra/article/view/1251/1016
+https://github.com/meteorfox/byte-unixbench,lastaccessed
+http://www.thedigitalshift.com/2012/08/social-media/tumblrarian-101-tumblr-for-libraries-and-librarians/
+http://www.eatlas.idf.org/indexe83e.html
+http://www.landezine.com/index.php/2009/07/198/
+http://www-dep.iarc.fr/globo-can/downloads.htm
+http://www.progressiverailroading.com/prdailynews/news.asp?id=8420
+http://www.gizmag.com/lumus-see-through-video-glasses/20840/
+https://www.R-project.org/
+http://fs1.agrian.com/pdfs/T-NEX_1AQ_Label2.pdf
+http://enfsi.eu/wp-content/uploads/2016/09/m1_guideline.pdf
+https://www.gov.uk/government/publications/munro-review-of-child-protection-final-report-a-child-centred-system
+http://glossary.ametsoc.org/wiki/Monsoon_gyre
+http://www.dodccrp.org/files/Greenberg_Law.pdf,ověřeno8.10
+https://issuu.com/mdiplomacy/docs/ghb02
+https://www.who.int/topics/early-child-development/en
+http://www.drlz.com.ua/ibp/ddsite.nsf/all/shlist?opendocument_Poshuklikarskykhzasobiv.Ukrainian
+https://www.R-project.org
+Dez.2016www.anpad.org.br/rac
+http://www.hanim.org
+http://hal.archives-ouvertes.fr/hal-00137158
+https://groups.google.com/forum/#!topic/news.admin.net-abuse.email/CcX6RY6bxa4
+https://www.dovepress.com/by207.241.231
+https://brasil.elpais.com/brasil/2018/10/12/politica/1539356144_236403.html
+http://www.scielo.cl/pdf/rcp/v80n3/art06.pdf,09/03/13
+https://www.bis.org.Zugegriffen:19
+https://www.hrw.org/news/2015/07/31/tunisia-counterterror-law-endangers-rights
+http://iki.fi/tuomov/mathematics/thesis.pdf
+http://orcid.org/0000-0002-6980-0693
+sc.edu
+http://www.franklisitano-store.com/hamilton-and-hardy-s-industrial-toxicology.pdf
+http://senbenp.com/PDF/Decolonization/JoeBradleyRptPoliticalStatus.pdf
+http://rwhalesightings.nefsc.noaa.gov/
+http://mi.mathnet.ru/eng/ppi1621
+http://www.state.gov/g/oes/rls/fs/2002/12956.htm
+http://dx.plos.org/10.1371/journal.pone.0163863
+http://www.mchs.gov.ru
+http://www.wmo.int/pages/prog/hwrp/documents/english/icwedece.htmlILO
+fromwww.swarthmore.edu/SocSci/kgergen1/web/page.phtml?id=manu24&st=manuscript
+https://www.gks.ru/folder/10705
+http://www.biomedcentral.com/1471-2288/5/13
+http://indiancountrytodaymedianetwork.com/2013/06/03/federal-agency-supports-undrip-new-era-tribal-federal-relations-149676
+https://assets.kpmg/content/dam/kpmg/pdf/2013/10/Mozambique-min-ing-country-guide.pdf
+http://www.kimberleyprocess.com/en/2012-wgde-footprint-car-final
+https://www.youtube.com/watch?v=QXmKN34hbtM
+http://www.ifpri.org/publication/women-s-empowerment-agri-culture-index
+http://cosmologist.info/notes/CosmoMC.pdf
+http://www.pnas.org/content/108/20/8172.full
+http://computer.org/cga/cg1998/extras/g5008x2.wrl
+http://digital.csic.es/bitstream/10261/45303/1/Toboso-et-al._Intersticios_6-1.pdf
+http://www.atmos-chem-phys.net/4/911/2004/
+https://nucleus.iaea.org/sites/fusionportal/Shared%20Documents/FEC%202016/fec2016-preprints/preprint0529.pdf
+http://cran.r-project.org/web/packages/irr/index.html.Accessed
+http://www.gov.cn/zwgk/2012-04/20/content_2118595.htm
+https://en.wikipedia.org/wiki/Resilience_
+https://en.wikipedia.org/wiki/Polarization_
+http://epaa.asu.edu/ojs/article/view/123/249
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0103-65132014000400003&lng=en&nrm=iso.Acessoem
+http://cern.ch/proj-gaudi/
+http://www.itu.int/ITU-D/ict/publications/idi/2009/index.html
+www.cla-se.com
+http://www.cmjournal.org/content/5/1/38
+http://www.nobelprize.org/nobel_prizes/physics/laureates/1956/brattain-lecture.html
+http://www.linuxdevices.com/articles/AT6449817972.html
+http://eur-lex.europa.eu/legal-content/EN/TXT/?uri¼CELEX%3A52014DC0015
+https://bit.ly/2XgfRzG
+http://grouper.ieee.org/groups/802/11/Reports/tgkupdate.htm
+http://www.poetryfoundation.org/article/182942
+http://rrh.deakin.edu.au/articles/showarticlenew.asp?ArticleID=281
+https://www.omicsonline.org/food-processing-technology.php
+https://journals.sagepub.com/doi/pdf/10.1177/001391651
+http://www.c-lab.de/home/en/download.html
+http://unesdoc.unesco.org/images/0019/001902/190214e.pdf
+http://www.ihsi.ht.maguire,robert
+http://148.206.53.230/revistasuam/dialectica/include/getdoc.php?id=218&article=238&mode=pdf
+http://epublishing.ekt.gr|e
+https://www.wacker.com/cms/media/publications/downloads/6085_EN.pdf
+http://www.ncbi.nlm.nih.gov/pubmedhealth/PMH0007466/
+http://doi.acm.org/10.1145/568518.568520
+http://wrapfets.org/index.cfm
+http://www.eurostudent.eu/download_…les/documents/EIV_Synopsis_of_Indicators.pdf
+www.sozvezdie.su
+https://cran.r-650project.org/web/packages/vegan/index.html
+http://www.unisi.it/criss/download/marcia2004/giunta.pdf
+http://www.geniac.net/odp/
+http://protege.stanford.edu/
+http://linkinghub.elsevier.com/retrieve/pii/S1084804509000575
+http://feminismo.org.br/me-gritaram-negra-poema-de-victoria-santa-cruz/
+http://www.sds.am.gov.br/dsv/download/img_download/20071226155008Relatorio%202
+http://www.cchla.ufrn.br/alipiosousa/index_ar-quivos/ARTIGOS%20ACADEMICOS/ARTIGOS_PDF/A%20RESPOSTA%20GAY.pdf
+http://keystonepipeline-xl.state.gov/draftseis/index.htm
+http://www.ggf.org/documents/GWD-I-E/GFD-I.030.pdf
+http://plato.asu.edu/ftp/milpc.html
+http://emergingfrombroken.com/about-us/
+http://conference.pixel-online.net/ICT4LL/files/ict4ll/ed0007/FP/1087-ICL670-FP-ICT4LL7.pdf
+http://www.metoffice.gov.uk/climate/uk/averages/19712000/sites/cambridge.html
+http://www.theclimategroup.org/assets/resources/publications/Smart2020ReportSummary.pdf
+www.boehlau-verlag.com
+http://support.ircam.fr/docs/Antescofo/AntescofoReference.pdf
+http://www.cs.gsu.edu/pphoung-phol1/paper/icis2011.pdf
+http://www.mma.gov.br/
+http://mchb.hrsa.gov/screening/
+http://www.merriam-webster.com/dictionary/law
+http://www.academia.edu/download/32413652/BitCoin_P2P_electronic_cash_system.pdf
+www.iht.com/articles/ap/2007/02/07/africa/ME-GEN-Iran-War-Games-Russia.php
+http://scienceline.ucsb.edu/getkey.php?key=2860
+http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2018-027902on2
+https://en.wikipedia.org/wiki/Gazi_Yaşargil.Accessed
+http://www.commonwealthfund.org/Content/Publications/Fund-Reports/2010/Jun/Mirror-Mirror-Update.aspx
+http://www.faunaeur.org
+https://www.apcergroup.com/pt/newsroom/218/sustentabilidade-e-a-economia-circular
+http://pesd.stanford.edu
+http://musiktopan.blogspot.com/
+http://www.muglakulturturizm.gov.tr/LastAccess
+https://islamansiklopedisi.org.tr/futuvvetname
+http://www.terradaily.com/reports/Japan_And_US_Working_On_North_Korea_Emergency_Plan_999.html
+http://www.datis.uz.ac.zw/aboutdatis.php
+http://www.gpower.hhu.de/fileadmin/redaktion/Fakultaeten/Mathematisch-Naturwissenschaftliche_Fakultaet/Psychologie/AAP/gpower/GPowerShortTutorial.pdf
+http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2019-028981on31
+ala.org/ala/alonline/mwreports/mid2004.cfm
+http://ec.europa.eu/environment/pubs/pdf/factsheets/nitrates.pdf
+http://unesdoc.unesco.org/images/0024/002435/243532S.pdf
+http://www.nieuwemoskee.nl/2011/11/gelijkwaardigheid-van-man-en-vrouw-in-de-islam/
+http://www.conferenceboard.ca/hcp/hot-topics/caninequality.aspx
+http://windowsupdate.microsoft.com
+http://www.shariati.com/begin/begin7.html
+http://www.diw.de/documents/publikationen/73/43968/dp546.pdf
+http://www.cut.org.br/a1001.htm
+http://statgen.ncsu.edu/qtlcart/WQTLCart.htm
+http://advanceweb.com/web/AstraZeneca/focus_on_copd_issue11/focus_on_copd_issue11_
+http://www.publicacoes.inep.gov.br/arquivos/%7BAE27C134-ACCC-46C2-88F5-EAD3DF71B6A3%7D_n%C2%BA_56_V._22.pdf
+https://www.mma.gov.br/publicacoes/desenvolvimento-sustent%C3%A1vel/category/148-geral.html?download=1002:o-brasil-na-agenda-internacional-para-o-desenvolvimento-sustentavel.Accessed22
+http://www.dwutygodnik.com/artykul/6106-dialektyka-zaciemnienia-esej-o-biurokracji.html
+rs11212491www.mdpi.com/journal/remotesensing
+https://www.uffs.edu.br/atos-normativos/ppc/ccealls/2016-0002
+http://www.gabine-tecivil.goias.gov.br/decretos/numerados/2013/de-creto_7939.htm
+http://www.environmentalleader.com/2007
+http://rus.azattyk.org/content/central_asia_border/24878822.html
+https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.3.1.pdf
+tse.jus.br/eleitor-e-eleicoes/estatisticas/estatisticas-de-eleitorado/estatistica-do-eleitorado-por-sexo-e-faixa-etaria
+http://books.google.com.co/books?id=PZwVAAAAYAAJ&printsec=frontcover&dq=historia+de+la+revolucion&hl=en&sa=X&ei=QEFFUcXsJbbk4AP2uoCoBA&ved=0CDwQ6AEwAw#v=onepage&q=soldado&f=false
+www.nt.viamedica.pl
+disponibleenwww.edafologia.urgr.es/contaJtema12/medida.htrnl
+http://onlinelibrary.wiley.com/doi/10.1525/aa.1972.74.3.02a00190/epdf
+http://www.imf.org/external/pubs/ft/weo/2000/02/
+https://onlinelibrary.wiley.com/doi/abs/10.1002/ijc.22535
+http://i-pcru.org/2017/08/24/kompaniya-gilead-vklyuchila-belarus-i-ukrainu-v-litsenzii-v-sfere-vich-i-gepati-ta-s/
+http://www.ec.europa.eu/biotechnology/pdf/com2002-27_en.pdf
+http://www.fi.itb.ac.id/~agoes/statistik/ADS10a.ppt
+https://www.wind-energ-sci-discuss.net/wes-2019-88/
+http://hackthestate.org/2010/05/18/hacking-ideologies-open-source-a-capitalist-movement/
+https://www.whitehutchinson.com/leisure/articles/Reaching_adults.shtml
+https://opiniojuris.org/2019/07/08/the-sum-of-four-fears-african-states-and-the-international-criminal-court-in-retrospect-part-i/.Seech3.5.1
+www.cia.gov
+http://www.metmuseum.org/collection/the-collection-online/search/392597
+http://www.watsonwyatt.com/research/resrender.aspidW524&page.118.25
+http://faostat.fao.org/Acessoem
+http://arxiv.org/abs/0802.0685
+https://www.euro-fusion.org/2011/09/tokamak-principle-2/?view=gallery-11
+http://www.publications.worldbank.org
+http://www.npwrc.usgs.gov/resource/birds/distduck/index.htm
+https://gazovik-gaz.ru/oborudovanie/kotelnyie/tipovyie-blochno-modulnyie-kotelnyie.html
+https://www.cambridge.org/core
+https://tinyurl.com/y9e8l3lv
+http://www.mdpi.com/2072-4292/9/5/418
+http://arxiv.org/abs/0708.0846
+http://www.revistas.usp.br/rlae/article/view/16128
+http://www.mathcs.emory.edu/~vicki/pub/psd.pdf
+http://www.alfa.lt/straipsnis/c14083/
+https://www.statistik-berlin-brandenburg.de/Statistiken/inhalt-statistiken.asp
+http://www.pap.gov.pk
+http://www.cienciasecognicao.org/revista/index
+http://plato.stanford.edu/archives/fall2002/entries/set-theory/
+http://www.smithsonianmag.com/history/journey-oldest-cave-paintings-world-180957685/
+http://www.antislavery.org/includes/documents/cm_docs/2012/a/atmg_all_change_prevention.pdf
+www.destatis.de/DE/PresseService/Presse/Pressemitteilun-gen/2015/08/PD15_281_413pdf.pdf?__blob=publicationFile
+https://CRANR-project.org/package=factoextra
+http://www.nber.org/minicourse_2008.html
+http://www.wi-inf.uni-due.de/FGFrank/index.php?lang=en&&groupId=1&&contentType=ResearchInterest&&topicId=14
+http://www.forbes.com/newsletter/2004/11/01/cz_sg_1101soapbox.html
+http://www.icpsr.umich.edu/icpsrweb/NACJD/
+https://www.researchgate.net/publication/234075755_Human_Resources_as_a_Source_of_Sustained_Competitive_Advantage
+http://www.cenetec.gob.mx/interior/gaceta10/desarrollo_gpc.html.22
+https://data.medicare.gov/data/nursing-home-compare
+https://egestorab.saude.gov.br/paginas/acessoPublico/relatorios/nota_tecnica/nota_metodologica_AB.pdf
+http://www.etaij.org.vanderWeideTL
+http://www8.cao.go.jp/kourei/en-glish/annualreport/2013/pdf/1-2-1.pdf.Accessed25
+https://ourworldindata.org/coronavirus-data
+http://dna-academy.ru/wp-content/uploads/6_2_2013.pdf
+http://iet.open.ac.uk/pp/r.goodfellow/rome2004/seminar.htm
+http://www.cami-spm.org/do-wnload_doc/declaracao_de_rivas.doc
+http://www.foyer.de/euromedia
+http://www.consultant.ru/document/cons_doc_LAW_162553/
+http://peacemagazine.org/archive/v27n2p06.htm
+http://en.wikipedia.org
+http://doi.acm.org/10.1145/963770.963775
+http://www.ilustrados.com/tema/6144/profesionalizacion-tercer-sector-aproximacion-modos-formas.html
+http://www.tinyos.net
+www.roboethics.org/atelier2006/docs/ROBOETHICS%20ROADMAP%20Rel2.1.1.pdf
+http://www.greenclimate.fund/partners/contributors/resources-mobilized
+http://socserv2.mcmaster.ca/~econ/ugcm/3ll3/veblen/busent/index.html
+http://improvingbirth.org/kimberlys-case-the-resolution/
+http://www.petratherm.com.au/FAQRetrieve.aspx?ID=36536
+http://ec.europa.eu/commission/2014-2019/malmstrom/blog/ttip-state-play_en
+http://www3.interscience.wiley.com/cgi-bin/fulltext/119820320/PDFSTART
+http://www.freepatent.ru/patents/2574678
+http://dontgetstuck.wordpress.com/downloads/
+http://pubs.acs.org/doi/full/10.1021/jf025868i
+http://www.mnsu.edu/ruralmn/pages/Publications/reports/2007telecomreport.pdf
+osaka-u.ac.jp
+https://www.who.int/cancer/PRGlobocanFinal.pdf?ua=1
+http://cran.r-project.org/web/packages/survey/index.html.Accessed
+http://freakonomics.blogs.nytimes.com/2008/03/31/more-on-the-missing-macroeconomists/
+http://www.cops.usdoj.gov/Default.asp?Item=2618
+http://link.aps.org/supplemental/10.1103/PhysRevLett.120.045301
+URLwww.welt.de/vermischtes/weltgeschehen/article7950009/Erstes-Urteil-nach-Giftgas-Unglueck-vor-ueber-25-Jahren.html.-12.12.2011
+en13051211www.mdpi.com/journal/energies
+http://www.qsrinternational.com/
+http://esa.un.org/unpp/.http://www.businessdictionary.com/definition/competitiveness.html.http://www.citypress.co.za/business/zims-land-policy-bears-fruit-20120915/
+http://www.ergotherapie.ch/index.cfm?Nav=13am10.03
+http://www.pgenf.ufrn.br/arquivos/artigos/p
+https://lucamezzalira.com/2019/12/22/micro-frontends-decisions-framework/
+http://www.weforum.org/videos/women-way-forward-annual-meeting-2012
+http://search.ebscohost.com/login.aspx?direct=true&db=f5h&AN=31571878&site=ehost-live&scope=site
+http://www.jhsph.edu/research/centers-and-institutes/ivac/vims/IVAC-VIMS-Report-2014Sep.pdf
+http://digginginthearchives.blogspot.com
+http://www.efsa.europa.eu/en/efsajournal/doc/ahaw_report_animaltransportwelfare_en1.pdf?ssbinary=true
+http://www.state.nj.us/education/sboe/StateofRhodeIsland
+aww.nuance.com
+https://cow.ceng.metu.edu.tr/Courses/download_courseFile.php?id=6950
+https://www.ua.pt/ReadObject.aspx?obj=34847
+http://trades.colmex.mx/assets/docs/apuntes-equidad-02.pdf
+http://www.cs.berkeley.edu/∼eanders/magi-crouter/
+http://www.opsi.gov.uk/ACTS/acts2005/ukpga_20050009_en_1Accessed
+https://www.sqlskills.com/blogs/joe/selectivity-guesses-in-absence-of-statistics/
+http://aprendeenlinea.udea.edu.co/revistas/index.php/iee/issue/view/989/showToc
+http://www.huffingtonpost.com/charles-warner/the-dallas-morning-news-i_b_386607.html
+https://books.google.com/books?id=Wj3690PbDY0C
+http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.468.1013&rep=rep1&type=pdf
+http://infodoc.agroparistech.fr/index.php?lvl=noticedisplay&id=91142
+http://www.iptan.edu.br/publicacoes/saberes_interdisciplinares/pdf/revista12/ONOVOENEM.pdf.Acessoem
+http://www.un.org/en/development/desa/population/publications/index.shtml
+aeaweb.org/aea/2013conference/program/retrieve.php?pdfid=519
+http://www.nytimes.com/2004/10/25/opinion/25brzezinski.html
+https://euobserver.com/political/133613
+http://dblp.uni-trier.de/db/journals/vc/vc23.html#VenetilloF07
+http://www.iwmi.cgiar.org/assessment/Water%20for%20Food%20Water%20for%20Life/Chapters/Chapter%202%20Trends.pdf
+http://www.who.int/reproductive-health/publications/MSM_96_8/MSM_96_8_chapter3.en.html
+http://creativecommons.org/licenses/by/4.0/
+http://www.swradioafrica.com/pages/gubbay160210.htmaccessed26
+http://www.publications.parliament.uk/pa/cm201213/cmselect/cmpolcon/371/37102.htmon26
+http://www.alter-migration.ch/fileadmin/templates/pdf/Schlussbericht_Teilhabe_und_Lebenslage_def.pdf
+www.wsdot.wa.gov/projects/projectmgmt/RiskAssessment/Risk_Management_Plan.xls
+http://ici.radio-canada.ca/regions/ontario/2016/09/16/008-etudes-universite-sudbury-francais.shtml
+http://clinicaltrials.gov/ct2/show/NCT01123161
+https://ssrn.com/abstract=3547413
+www.cdc.gov/chronicdisease/recovery
+http://www.helpage.Org/News/Latestnews/VIaB
+https://janes.ihs.com/CustomPages/Janes/DisplayPage.aspx?ShowProductLink=true&DocType=News&ItemId=+++1195472&Pubabbrev=JIR
+https://trove.nla.gov.au/work/11482536
+http://linkinghub.elsevier.com/retrieve/pii/S0006349506717064
+https://earthquake.usgs.gov/earthquakes/browse/significant.php?year=1979
+https://maps.google.com/
+http://www.maricopa.edu/org/facultv/FEP/FEP%20Text.htm
+https://georgia.unfpa.org
+http://link.springer.com/article/10.1007/s00103-015-2291-6
+http://www.netzentwicklungsplan.de/content/netzentwicklungsplan-2013-zweiter-entwurf
+https://www.hpcwire.com/2018/07/10/tsinghua-powers-through-isc18-field/
+http://www.who.int/peh-emf/publications/facts/ehs_fs_296_german.pdf
+http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=/netahtml/PTO/search-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN/5919426
+https://clinicaltrials.gov/ct2/show/NCT02060006
+http://www.diabetes.ca/about-cda/publicpolicy-position-statements/sugars
+http://jcp.bmj.com/
+https://www.theguardian.com/technology/2017/may/07/the-great-british-brexit-robbery-hijacked-democracy
+http://babel.hathitrust.org/cgi/pt?id=mdp
+https://www.cambridge.org/core
+http://ec.europa.eu/agriculture/external/enlarge/eval/sapard/a_en.pdf#search=%22guidelines%20for%20the%20Evaluation%20of%20rural%20Development%20Programmes%20Supported%20by%20SAPArD%20%22
+http://www.upf.br/seer/index.php/rbceh/article/view/26/18
+http://www.infed.org/thinkers/et-morr.htm
+http://www.edb.utexas.edu/csclstudent/Dhsiao/theories.html
+http://www.kosha.or.kr/content.do?menuId=1424
+http://www.goede-stiftung.org/uk/experimente/E_Zinsser_final.pdf
+http://www.smh.com.au/nsw/nsw-set-to-deliver-radical-changes-to-planning-under-existing-laws-20140228-33oss.html
+http://www.pisrs.si/Pis.web/pregledPredpisa?id=PRAV11493
+http://www.rubincenter.org/wp-content/uploads/2017/11/Celep-revi-sed-YC-au1-PDF.pdf
+https://nasional.tempo.co/read/1083571/ombudsman-arus-tenaga-kerja-asing-tiongkok-begitu-deras
+http://www.sykepleien.no/fagutvikling/fagartikkel/740143/maler-smerte-hos-personer-med-demensSandvik
+http://www.bas.gov.ph/Accessed
+https://twiki.ufba.br/twiki/bin/view/CetadObserva/Obra214
+S.3-57.www.beck-shop.de/fachbuch/leseprobe/Leseprobe_schm.pdf.LITERATUR243
+http://www.un.org/pga/wp-content/uploads/sites/3/2013/11/Security-Council-reform-IGN-31-July-
+http://discovery.imb.uq.edu.au/AutoantigenDB
+http://site.portalcofen.gov.br/node/4246
+http://www.skincancer.org/skin-cancer-information/skin-cancer-facts#ethnicity
+http://knarf.english.upenn.edu/Articles/baldick3.html
+http://demographics.coopercenter.org/DotMap/index.html
+http://www.nytimes.com/interactive/2013/04/12/world/asia/north-korea-questions.html?_r=0
+https://en.annahar.com/article/617403-lebanese-smes-lack-support-funding
+https://www.whitehutchinson.com/children/articles/downloads/nurturing.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/15860680
+https://www.bloglenovo.es/amenazas-de-la-inteligencia-artificial/595
+http://mpra.ub.uni-muenchen.de/20278
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3291817/
+http://journals.cambridge.org/abstract_S0954579411000666
+http://odur.let.rug.nl/~koster/DenBesten/contents.htm
+http://www.srccomp.com/ReconfigurableProcessing_UAVs_COTS-Journal_Oct05.pdf
+http://www.nordiskem-ediedager.no/resultater-1999-201/
+http://mtps.gob.sv/index.php?option=com_phocadownload&view=category&id=27:decretos&download=170:decretos-de-aumento-al-salario-mnimo-decreto-aumento-salario-minimo&Itemid=139
+http://etheses.nottingham.ac.uk/archive/00000066/
+http://orcid.org/0000-0002-2022-8235
+http://www.ejournalism.au.com/ejournalist/deuze.pdf
+http://www.conpadre.orgCARERI
+http://promundo.org.br/recursos/minha-vida-de-joao-guia-de-discus-sao/.Acessoem:20/09/2014
+http://cemanosdeitabuna.ning.com/profiles/blogs/dezenas-de-pessoas-do-sul-da-bahia-vao-comemorar-o-1o-de-maio-em-
+http://intellect-tver.ru/?p=165
+https://www.agro.ufg.br/up/68/o/An_lise_da_zona_n_o_saturada_do_solo__texto.pdf
+http://siteresources.worldbank.org/INTOGMC/Resources/notoverwhenover.pdf
+http://sendzimir.org.pl/images/Zrownowazony_Rozwoj_Zas-tosowania-3.pdf
+http://www.cdc.gov/niosh/tc97114.html
+http://www.bdew.de/internet.nsf/id/87F759B92CB7CE4FC12578F500419D12/$file/110823_Stellungnahme%20zum%20Entwurf%20der%20Energieeffizienz%20Richtlinie_final.pdf
+http://users1.wsj.com/lmda/do/checkLogin?mg=wsj-users1&url=
+http://www.sesresearch.com/news/press_releases/PR
+http://ganglia.info/
+http://www.prisonstudies.org/sites/default/files/re-sources/downloads/world_prison_population_list_11th_edition.pdf
+http://www.rain-tree.com/cedrorosa.htm
+https://github.com/goncalotomas/fmke
+http://www.sepln.org/revistaSEPLN/revista/31/31-Pag13.pdf
+http://ssrn.com/abstract=1963216
+http://www2.lingsoft.fi/cgi-bin/swetwol
+http://www.ema.europa.eu/docs/enGB/documentlibrary/EPAR-ProductInformation/human/002601/WC500162069.pdf
+https://github.com/m15k/hfuse
+http://journals.linguisticsociety.org/proceedings/index.php/BLS/article/view/
+http://www.alzgene.org/meta.asp?geneID=83
+http://doi.acm.org/10.1145/2517327.2442531
+http://www.scopus.com/inward/record.url?eid=2-s2
+http://ro.uow.edu.au/theses/4726/
+http://healthland.time.com/2013/09/24/have-it-the-healthier-way-burger-king-reveals-low-fat-satisfries/
+http://isea2015.org/proceeding/submissions/ISEA2015_submission_154.pdf
+http://www.bis.gov.uk//assets/biscore/business-law/docs/w/11-745-women-on-boards.pdf.diaksestanggal9
+http://human.snauka.ru/2016/04/14542
+http://www.nber.org/papers/w4713
+http://www.who.int/csr/resources/publications/meningitis/WHO_EMC_BAC_98_3_EN/en/
+https://www.dovepress.com/by207.241.231
+http://www.who.int/wer/2006/wer8138/en/index.html
+http://www.ncbi.nlm.nih.gov/pubmed/9885197
+https://www.nature.com/articles/354056a0
+http://heronpublishing.comAGE
+http://www.unomaha.edu/library
+http://www.who.int/fsf
+https://www.ama-assn.org/sites/default/files/media-browser/public/cpt/cpt-category3-codes-descriptors.pdf
+http://www.economywatch.com/features/xiism-May-be-Chinas-New-Ideology.01-05-15.html
+https://www.ema.europa.eu/en/medicines/human/EPAR/kaletra#product-information-section
+http://libint.valeyev.net
+http://apps.bps.org.uk/_publicationfiles/consultation--responses/DSM--5%202011%20--%20BPS%20response.pdf
+http://www.ams.org/journal-terms-of-
+http://www.iacc.co.jp/release/release_20091104.pdf
+http://www.libtiff.org/
+http://genome.cshlp.org/content/suppl/2018/08/09/gr.232587.117.DC1Referenceshttp://genome.cshlp.org/content/28/9/1364.full.html#ref-list-1
+https://www.dovepress.com/by54.70.40
+http://ovidsp.tx.ovid.com.proxy.kib.ki.se
+http://www.iea.sp.gov.br/out/verTexto.php?codTexto=2509
+http://ebooks.cambridge.org/ref/id/CBO9780511546877.6
+http://mashable.com/2016/06/16/2017-mercedes-benz-e-class-first-drive/#HpXhH3dwMqqd
+http://www.safpi.org/news/article/2012/pallo-jordan-mbekis-vitriol-evades-reason
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4112807/
+http://www.ecologyandsociety.org/vol14/iss1/art26/
+http://revista.unicuritiba.edu.br/index.php/RevJur/article/view/529/413
+http://www.ingentaconnect.com/content/saf/fs/1968/00000014/00000003/art00021
+http://www.statistik.kkp.go.id/sida-tik-dev/2.php?p=1
+http://ohsr.od.nih.gov/guidelines/45cfr46.html.Ac-cessed24
+http://www.analog.com/en/prod/0,2877
+www.quantinsti.com/blog/history-algorithmic-trading-hft
+www.medstat.com/pdfs/childhood_obesity.pdf
+http://econpapers.repec.org/bookchap/pesecchap/19.htm
+http://www.cdc.gov/pcd/issues/2010/May/09_0170.htm
+https://biblioteca.ibge.gov.br/visualizacao/periodicos/93/cd_2010_caracteristicas_populacao_domicilios.pdf
+http://arxiv.org/abs/1812.11720
+https://en.wikipedia.org/w/index.php?title=Council_House_2&oldid=719430230
+https://beck-online.beck.de/
+https://www.youtube.com/watch?v=yP5ku2IJgAY
+http://www.transportrussia.ru/transportnaya-politika/zaglyanut-za-gorizont.html
+http://www.yhchang.com/NIPPON.html
+http://www.legacoop.coop/quotidiano/
+http://www.sawtoothsoftware.com/products/conjoint-choice-analysis
+http://articles.cnn.com/2008-12-01/world/pirate.interview_1_international-maritime-bureau-somali-coast-pirate-attacks?_s=PM:WORLD
+http://www.barbier-rd.nom.fr/lec2004/Ethiquetemoign.html
+http://creativecommons.org/licenses/by/4.0/
+http://AgriLifeBookstore.org
+http://e-flt.nus.edu.sg/v7sp12010/chan.htm
+http://jcm.asm.org/
+http://www.swi-prolog.org/
+http://www.mideasti.org/content/resurgence-militant-islamists-egypt
+http://www.sciencenet.com.br/backup/site_portugues/noticias_da_ciencia/ed_38/38_abjc.htm
+http://openac-cess.uoc.edu/webapps/o2/bitstream/10609/31501/1/Rosa_GIRO2014_BRECHA.pdf
+http://www.japantimes.co.jp/news/2017/03/13/asia-pacific/chinese-defense-spending-stokes-concern-debate-military-ramps-operations-air-sea-near-japan/#.WOJ--WkrLcs
+http://www.indjst.org
+http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=10473261
+http://www.sacred-texts.com/cla/hh/hh1000.htmAcessoem22/8/2013.HolyBible
+http://www.scielo.br/scielo.php
+http://www.alerta-net.org/pi-arg-conv169.htm
+http://www.who.int/mediacentre/factsheets/fs315/en/
+Retrievedfromwww.nal.usad.gov/fnic/foodcomp
+http://www.africanjournalofdiabetesmedicine.com/articles/may_2011/Knowledge.pdf
+https://orcid.org/0000-0002-3629-8959
+http://www.rborl.org.br/
+http://doe.gobex.es/pdfs/doe/2016/1290o/16040111.pdf
+http://CRAN.R-project.org/package=mgcv
+http://crl.acrl.org/content/39/5/358.full.pdf
+https://www.haskell.org/onlinereport/index98.html
+http://www.projectcast.eu
+http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.592.4118
+http://cesumar.br/pesquisa/periodicos/index.php/revjuridica/article/viewFile/388/393
+http://www.dawnnet.org/about.php?page=history
+http://sped.rfb.gov.br/projeto/show/267
+http://hab.hrsa.gov/deliverhivaidscare/coremeasures.pdf.Updated
+http://pepsic.bvsalud.org/pdf/bolpsi/v58n129
+http://journal.walisongo.ac.id/index.php/dimas/issue/view/134
+http://pub.bsalut.net/risai/vol1/iss4/1
+http://www.biodiv.org/convention/articles/asp?lg/0&a/cbd-08
+www.eerp.usp.br/rlae
+http://creativecommons.org/licenses/by/4.0/
+http://www.scielo.org.co/scielo.php?script=sci_arttext&pid=S0124-00642001000200005&lng=en
+http://www.trolltech.com
+https://ojs.letras.up.pt/index.php/paginasaeb/article/view/3332/2976
+http://www.bloomberg.com/news/articles/2014-06-16/medtronic-is-biggest-firm-yet-to-renounce-u-s-tax-status
+http://www.gpsvisualizer.com/
+http://www.med.univ-rennes1.fr/uv/snfcp/pratique
+http://www.portalcofen.gov.br/sitenovo/node/4384
+http://www.marxists.org/portugues/marx/1875/gotha/index.htm,acessoemMai
+https://www.sciencedirect.com/science/article/abs/pii/S1871141314000985
+Www.econphd.net/rankings.htm
+http://doi.acm.org/10.1145/2993369.2996313
+https://www.ncbi.nlm.nih.gov/pubmed/23007599
+firststewards.org/dr-margaret-hiza-redsteer.html
+Asthma.www.who.int/respiratory/asthma/en/
+https://www.google.com.br/maps/place/Sa-pucaia+do+Sul,+RS/@-29.8266161
+http://ssrn.com/abstract=673861
+http://www.dataweb.nl/~cool
+http://www.transportes.gov.br/
+Availablefromwww.sec.gov/news/headlines/csfbipo.htm
+availablefromwww.state.gov/r/pa/ho/frus/kennedyjf/iii/8162.htm
+https://globaljournals.org/GJMBR_Volume15/7-The-Role-of-Cooperative.pdf
+http://parental-software-review.toptenreviews.com/
+http://www8.janes.com
+http://verylazy.net46.net/kampoengbatik/?menu=detailprofil
+http://www.msmt.cz/file/41216/
+http://cran.r-project.org/web/packages/pcalg/pcalg.pdf
+http://www.wipo.int/about-ip/en/iprm/index.html
+https://10.1017/S104909651300004
+http://www.teem.org.uk/publications/teem_gamesined_full.pdf
+http://amshistorica.unibo.it/48
+http://search.ebscohost.com/login.aspx?direct=true&db=cin20&AN=106540547&site=ehost-live
+http://www.kasvatus-ja-aika.fi/site/?lan=1&page_id=613
+http://recht.lebensministerium.at/filemanager/download/6128/
+https://nh3fuelassociation.org/wp-content/uploads/2018/12/1545
+http://www.philips.nl/design/vof20
+http://washingtonexaminer.com/article/139250.312
+http://www.globalsecurity.org/military/library/congress/2005_hr/050422-brown.pdf
+http://www.gov.cn/zhengce/content/2014-09/25/content_9092.htm
+http://www.pluriconsultoria.com.br/uploads/relatorios/PAINEL%20PLURI%20FUTEB
+Availableatwww.forbes.com/sites/kurtbaden-hausen/2011/09/07/the-nfls-most-valuable-teams/
+www.freeipa.org
+https://www.ohchr.org/en/professionalinterest/pages/crc.aspx
+http://www.health.gov.bc.ca/msp/infoprac/physbilling/payschedule/index.html
+http://basenacionalcomum.mec.gov.br/images/BNCC_EI_EF_110518_versaofinal
+http://www.moh.gov.cn/zhuzhan/index.shtml
+https://dyslexiaida.org/dyslexia-debate/
+http://www.fhi.no/eway/default.aspx?pid=239&trg=List_6212&Main_6157=6263:0:25
+http://www.historyoftruth.com/news/latest/6828-davutogluTra-armenian-rapprochement-not-dead-
+https://www.w3.org/TR/payment-method-manifest/
+igi-global.com/chapter/viewing-cybercommunities-through-the-lens-of-modernity/107821?camid=4v1
+http://www.fao.org/docrep/012/i1219e/i1219e.pdf
+https://www.cambridge.org/core/terms.Downloadedfromhttps://www.cambridge.org/core
+https://ui.adsabs.harvard.edu/#abs/2016arXiv160603729B
+www.gprd.com
+www.oecd.org/document/25/0
+http://www.lavozdegalicia.es/hemeroteca/2004/10/16/3118941.shtml
+https://journals.openedition.org/teoros/2885
+https://www.nifc.gov/fireInfo/fireInfo_stats_totalFires.html
+http://www.scopus.com/inward/record.url?eid=2-s2.0-79952315357&partnerID=40&md5=f9630d3947b68912e66551c52f9e1dce
+http://bndigital.bn.gov.br/hemeroteca-digital/
+http://www.niaa.nih.gov/faq/q-a.html#questionl
+https://www.juniperresearch.com/press/press--releases/barcelona-named-global-smart-city-2015andhttps://www.juniperresearch.com/press/press-releases/singapore-named-global-smart-city-2016
+https://hbr.org/2013/05/why-the-lean-start-up-changes-everything
+https://cedille.webs.ull.es
+http://www.scielo.br/scielo.php?s-cript=sci_arttext&pid=S0034-83092014000200383
+https://www.leychile.cl/Navegar?idNor-ma=1047848
+www.wired.com/2015/01/microsoft-nadella
+http://www.acss.min-saude.pt
+http://onlinelibrary.wiley.com/doi/10.1111/j.1365-2494.2009.00707.x/abstract
+http://www.bls.gov/emp/ep_table_303.htm
+www.socialstyrelsen.se
+http://www.ccamu.ca/court-of-appeal-070708.htm
+http://arxiv.org/abs/1006.1950
+Disponibleenwww.hgc.gov.uk
+http://www.nytimes.com/2011/06/03/business/03reverse.html
+http://www.nbpublish.com/go_to_article.php?id=15145.финансовыйконтрольиаудит
+http://bit.ly/2OmSgHh
+http://trees.ancestry.com/tree/18746262/person/706000380.176
+http://orcid.org/0000-0002-7791-6338
+http://creativecommons.org/licenses/by/4.0/
+http://www.kbpn.gov.pl/portal?id=113884
+http://dictionary.cambridge.org/dictionary/english/hybrid
+https://www.textezurkunst.de/59
+www.impactjournals.com/oncotarget
+http://ws.apache.org/axis/
+http://dx.doi.Org/10.1088/0029-5515/42/3/101
+www.aiaee.org/attachments/article/1277/squire413-420.pdf
+http://www.andrew.cmu.edu/user/alm3/papers/buyitnow.pdf
+http://extranjeros.mtas.es/es/general/InformeEstadistico_Septiembre_2005.pdf
+http://www.saocamilosp.br/pdf/mundo_saude/67/205ª217.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/21163965
+http://www.geodatenzentrum.de/geodaten/gdz_rahmen.gdz_div?gdz_spr=deu&gdz_user_id=0&gdz_akt_zeile=4&gdz_anz_zeile=5
+https://biology.mit.edu/sites/default/files/hemacytometer%20activity%20revised%207-23-13.pdf
+http://nut.entecra.it/646/tabelle_di_composizione_degli_alimenti.html?idalimento=164810&quant=100
+www.alibris.com/glossary/glossary.cfm
+http://www.teksystems.com/downloads/ITEO_Survey_Executive%20Summary_Q1%202012_Mini.pdf
+http://adsabs.harvard.edu/abs/1972ApL....12...99B
+http://en.wikipedia.org/wiki/Existentialism
+http://iacis.org/jcis/jcis_edrevbrd.html
+http://www.nature.com/bjc/journal/v94/n1/pdf/6
+http://www.bluez.org
+http://www.namibian.com.na/indexx.php?archive_id=132736&page_type=archive_story_detail&page=1
+http://www.arliss.org/
+http://www.scielo.org.mx/scielo.php
+http://www.epa.gov/osw/hazard/testmethods/sw846/pdfs/3050b.pdf
+http://www.the-scientist.com/news/20050111/01
+http://www.scielo.br/scielo.php
+http://www.youthpolicy.org/library/wp-content/uploads/library/2008_Harnessing_Power_Sport_Development_Peace_Eng.pdf
+https://nextcity.org/daily/entry/brazil-may-be-getting-its-own-high-line
+http://www.bjs.gov/content/pub/pdf/p11.pdf
+http://hdl.handle.net/10131/1185
+www.mufettisgozlugu.com/belediye-müfettisliği
+http://faculty.evansville.edu/ck6/encyclopedia/ETC.html
+https://elibrary.ru/item.asp?id=28089286
+http://www.unep.org/publications/search/pub_details_s.asp?ID=4019
+https://www.accessdata.fda.gov/drugsatfda_docs/label/2019/125104s966lbl.pdf.Ac-cessed21
+http://www.unaids.org/sites/default/files/media_asset/unaids-data-2018_en.pdf
+http://arXiv.org/abs/math.PR/0212338
+14.www.sceme.rog.uk
+https://brunonia.brown.edu/giving/article/britton-lindahl-meditation-research
+http://www.bmj.com/cgi/doi/10.1136/bmj.317.7156.465
+http://www.who.int/child-growth/es/.Accesoen
+http://www.ictvonline.org/proposals-15/2015.012aS.A.v2.Iflavirus_sp.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/4297266?ordinalpos=1&itool=EntrezSystem2
+https://www.oneprod.com/wp-con-tent/uploads/2018/03/TDS3142-February-2018-O-EA-GLE-Technical-datasheet-EN.pdf
+http://www.cdc.gov/nchs/data/nhds/4procedures/2010pro4_numberprocedureage.pdf
+http://onlinelibrary.wiley.com/doi/10.1046/j.1365-313X.1993.t01-15-00999.x/pdf
+https://elaw.klri.re.kr/kor_service/lawView.do?hseq=40274&lang=ENG
+http://www.984.co.kr/kweb/bbs.php?table=mbl_lec3
+http://cpmcnet.columbia.edu/dept/nursing/institute-centers/chphsr/btcomps.pdf
+http://corklgbtarchive.com/items/show/60
+http://eventosacademicos.filo.uba.ar/index.php/SMREA/IAE2017
+http://www.cdc.gov/mmwr/preview/mmwrhtml/mm6022a5.htm?s_cid=mm6022a5_w
+http://www.inra.fr/presse/processionnaire_du_pin_et_changement_climatiqueSTEFULESCO
+http://www.aip.org/pubservs/epaps.html
+http://www.promedmail.org
+http://creativecommons.org/licenses/by/3.0/
+http://pages.cs.wisc.edu/˜suman/courses/838/papers/zigbee.pdf
+http://pressroom.angewandte.org
+http://www.sciencedirect.com/science/article/pii/003132039190073E
+https://www.scansante.fr/applications/casemix_ghm_
+http://www.cast.org/publications/ncac/ncac_go.html
+http://www.ncbi.nlm.nih.gov/pubmed/22514910
+http://www.cloog.org
+http://www.pubmedcentral.gov/picrender.fcgi?artid=163195&blobtype=pdf
+http://www.ve.org.za/index.php/VE/article/view/217
+http://www.pv-magazine.com/news/details/beitrag/solar-frontier-hits-223-on-cigs-cell_100022342/#axzz48cC1nYhr
+http://www.ambitojuridico.com.br/site/index.php?n_link=revista_artigos_leitura&artigo_id=7639
+http://www.inca.gov.br
+http://www.aacn.org/WD/ELearning/content/ecco/eccohome.pcms.Accessed
+https://github.com/genome/bam-readcount
+http://e-groups.unb.br/fau/
+http://www.sciencedirect.com/science/article/pii/S1405887116300050
+http://www.systemc.org
+http://www.who.int/csr/resources/publications/drugresist/PISpanish3.pdf
+http://www.scielo.br/pdf//hcsm/v8n1/a09v08n1.pdfAcessoem:03/05/2011
+http://www.csb.gov.tr/gm/ced/
+http://www.mfa.gov.il/MFA/Peace+Process/Reference+Documents/Exchange+of+letters+Sharon-Bush+14
+http://vacunasaep.org/sites/vacunasaep.org/files/CalVacAEP_2012_Anales.pdf
+http://www.telegraph.co.uk/news/worldnews/europe/vaticancityandholysee/9084631/Baroness-Warsis-strike-at-secular-fundamentalists-as-she-meets-Pope.html,accessed3/12/12
+https://www.ukbimalliance.org/project/constructing-language-pledge/
+http://www.veoliawatertechnologies.co.uk/processwater/blog/service-water-deinoisation.htm
+http://jid.oxfordjournals.org/content/205/11/1639.full.DOI:10.1093/infdis/jis250.Acessoem22jun
+https://ideas.repec.org/p/chy/respap/63cherp.html
+https://ec.europa.eu/research/innovation-union/pdf/innovrefit_staff_working_document.pdf
+http://www.etui-rehs.org/research/media/files/eeepb/2006/2_2006
+https://www.mckinsey.com/industries/electric-power-and-natural-gas/our-insights/powering-africa
+http://www.iea.sp.gov.br/out/TerTexto.php?codTexto=14447
+http://kff.org/infographic/10-essential-facts-about-medicare-and-prescription-drug-spending/
+http://bvsms.saude.gov.br/bvs/publicacoes/vigitel_brasil_2013.pdf
+http://www.cavium.com/newsevents-Cavium-Announces-Availability-of-ThunderX.html
+http://logical.saclay.inria.fr/coq-puma/messages/d71fd3954d860d42#msg-285229ea3f28adef
+http://www.cbers.inpe.br/sobre_satelite/usos_aplicacoes.php
+http://geo-poet.appspot.com/
+https://arxiv.org/abs/1907.07100
+http://dusseldorp.org.au/resource/its-crunch-time/
+http://www.genocidewatch.org/COULDTHERWANDANGENOCIDEHAVEBEENPREVENTEDbyGregoryStanton.htm
+http://www.upb.de/cs/ag-engels/Papers/2003/HeckelVoigtKuesterThoene-SCI03.pdf
+http://www.tte-systems.com/products/
+https://confluence.broadinstitute.org/display/CGATools/MutSig
+http://www.mathworks.com/help/optim/ug/first-order-optimality-measure.html
+http://www.stopdruggeddriving.org/laws.html
+www.airpower.maxwell.af.mil/airchronicles/battle/chp4.html
+http://www.hraljournal.com/Page/18%20Chuan-Biau%20Chen.pdf
+http://www.asu.edu/clas/shesc/projects/bajaethnography/shock.htm
+http://www.scielo.br/scielo.php?pid=S0103-49792012000200010&script=sci_abstract&tlng=pt
+http://www.who.int/water_sanitation_health/monitoring/jmp2000.pdf
+http://arxiv.org/abs/1111.1682
+https://oxfamilibrary.openrepository.com/bitstream/handle/10546/121187/bk-development-advocacy-010202-en.pdf?sequence=5&isAllowed=y
+http://www.navigators.di.fc.ul.pt/archive/sousa05how.pdf
+http://www.tki.org.nz/r/nzcurriculum/consultation_feedback_e.phpMinistryofEducation
+http://digitalcommons.ryerson.ca/ece/4
+http://www.riss.kr/link?id=T12275555
+http://smashingrobotics.com/stepper-motors-and-their-principles-of-operation/
+http://cursos.unipampa.edu.br/cursos/pedagogia/files/2011/05/PPC_-_2009_-_PROPLAN-PEDAGOGIA.pdf
+https://www.clinicaltrials.gov/ct2/results?cond=Neuroblastoma&term=dasatinib&cntry=&state=&city=&dist=
+http://www.mvpei.gov.me/rubrike/misije/Strane-misije-u-CG/
+www.fda.gov/Drugs/DrugSafety/ucm459579.htm
+http://www.mofed.gov.et/documents/20182/25036/Interim+Report+on+2010-11+Poverty+Analysis.pdf/acbfd468-af08-492c-a2e7-7efe0800d6ef
+http://www.cancervic.org.au/downloads/tobacco_control/2013/Cancer_Council_Victoria_comments_on_Kaul_Wolf.pdf
+http://papers.ssrn.com/abstract=1626315
+http://www.theglobalfund.org/en/media_center/press/pr_050823.asp
+http://creativecommons.org/licenses/by/3.0/
+http://ecsoc.hse.ru/2011-12-3/42287029.html
+http://www.nanotec.org.uk/finalReport.htm
+https://en.wikisource.org/wiki/Constitution_of_Rojavahttps://civiroglu.net/the-constitution-of-the-rojava-cantons
+https://entrepreneurship.asu.edu/sites/default/files/files/Alexandria-Co-Working-Network_2013.pdf
+http://en.wikipedia.org/wiki/Homeostatic_model_assessment
+http://oro.open.ac.uk/23093/
+https://www.researchgate.net/publication/232538334_African_Amerians_and_Boys_Understanding_the_Literacy_Gap_Tracing_Academic_Trajectories_and_Evaluating_the_Role_of_Learning-Related_Skills
+http://bit.ly/2zdKWXq
+http://www.freeyourvoice.co.uk/htm/triangulation1.htm
+https://www.nationalreview.com/corner/my-brothers-keeper-and-government-sponsored-discrimination-roger-clegg/
+http://www.scielosp.org/pdf/rpsp/v5n4-5/v5n4a2.pdf
+http://www.indret.com/pdf/275_es.pdf
+https://www.dovepress.com/by54.191.40
+www.stratigraphy.org
+http://www.redalyc.org/pdf/2051/205118144011.pdfAcessoemmaiode2012
+http://www.kla.kr/license/sub03_01_01.do
+http://apps.who.int/medicinedocs/pdf/s6160e/s6160e.pdf
+http://www/counterpunch.org/weinerdummies.html
+http://www.unesco.org/new/en/natural-sciences/priority-areas/links/biodiversity/projects/mayangna/events/mother-tongue-day-2012-mayangna-videos/
+https://www.mdpi.com/2077-0383/9/2/523
+http://www.fortunechina.com/fortune500/c/2017-07/20/content_286785.htm
+http://www.nidcd.nih.gov/health/statistics/pages/quick.aspx.Accessed
+https://www.phe-events.org.uk/hpa/frontend/reg/titem.csp?pageID=285445&eventID=659&eventID=659
+http://www.ucm.es/info/especulo/numero22/t_eloy.html
+http://www.lawupdates.com/pdf/postings/patent/Association_for_Molecular_Pathology_v._Myriad_Genetics_Inc_._-_Supreme_Court_-_June_13
+https://tisaac.gitlab.io/recursivenodes
+http://techreports.isr.umd.edu/ARCHIVE/dsp_reportList.php?year=
+http://www.chictr.org.cn/showprojen.aspx?proj=11440on28
+http://www4.fct.unesp.br/nera/usorestrito/MARTA.pdf.Acessoem
+http://www.lemonde.fr/politique/article/2010/12/11/marine-le-pen-compare-les-prieres-de-rue-des-musulmans-a-une-occupation_1452359_823448.html
+http://www.bcb.gov.br/htms/relinf/port/2011/06/ri201106b2p.pdf
+https://culturegaspesie.org/wp-content/uploads/2017/04/David-Lonergan-fiche-bio.doc
+http://www.itu.int/rec/T-REC-G.694.2-200312-I/en
+https://www.hzjz.hr/wp-content/uploads/2014/11/Strate%C5%A1ki-plan-za-smanjenje-prekomjernog-unosa-kuhinjske-soli-u-RH-2015.-2019.pdf
+http://www.ariadne.ac.uk/issue60/callaghan-et-al/Filelastmodified
+http://www.anglicanjournal.com/issues/2006/132/oct/08/article/former-students-urge-fairness-in-settlement/
+http://www1.umn.edu/humanrts/gencomm/hrcom12.htm
+http://terrain.revues.org/10012
+https://www.portent.com/blog/analytics/perfect-google-analytics-dashboard.htm
+http://pgecm.fortaleza.ifce.edu.br/apresentacao-do-programa/
+http://www.wjgnet.com/esps/helpdesk.aspxhttp://www.wjgnet.com
+https://repositorio.ufsm.br/handle/1/9757.Acessoem
+http://www.ams.org/journal-terms-of-use8
+http://create-center.gatech.edu/resources.php
+https://www.cambridge.org/core/terms
+Retrievedfromwww.upa.pdx.edu/IOA/newsom/semclass/ho_missing.pdf
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3275976/
+www.elsevier.com/locate/jphys
+https://github.com/ginseng666/GeoJSON-TopoJSON-Austria
+https://www.ssb.no/en/jord-skog-jakt-og-fiskeri/statistikker/hagebruk.Accessed5
+https://www.r-project.org/
+https://www.nsnam.org/
+http://www2.ljworld.com/news/2015/jan/17/kansas-earthquakes-likely-caused-oil-and-gas-frack/
+http://www.serc.net
+www.who.int/mediacentre/factsheets/fs299/es/index.html
+http://www.biomedcentral.com/bmchealthservres/content/14/S1/S4
+https://www.dane.gov.co/index.php/sistema-estadistico-nacional-sen#aspectos-generales
+http://www.accessdata.fda.gov/drugsatfda_docs/bla/2004/125084_ERBITUX_PHARMR_P3.PDF
+https://elibrary.ru/item.asp?id=21555032
+https://www.l-t-b.org/go/the_global_campaign/vision_aims_mission.LastAccessed10
+http://openiddirectory.com/
+http://portal.mec.gov.br/seesp/arquivos/pdf/politica.pdf.Acessoem
+http://www.esdu.com
+http://www.censusdata.abs.gov.au/census_services/getproduct/census/2011/communityprofile/0
+http://www.utexas.edu/vp/ecs/communications/SMOG.pdf.Ac-cessed
+https://ar.m.wikipedia.org/wiki/‫ﺣﻠﺰوﻧﻲ‬‫ذراع‬25.Https://Ar.Wikipedia.Org/Wiki/%D8%AF%D9%84%D9%81%D9%8A%D9%8626.Https://Ar.Wikipedia.Org/Wiki/%D8%AF%D9%84%D9%81%D9%8A%D9%8627.Https://Ar.Wikipedia.Org/Wiki/%D9%81%D8%B1%D8%B3_%D8%A7%D9%84%D8%A8%D8%AD%D8%B128.Https://Mawdoo3.Com/‫ﻓﻮاﺋﺪ‬_‫ﺣﺼﺎن‬_‫اﻟﺒﺤﺮ‬29.Https://Hyatok.Com/‫ﻓﻮاﺋﺪ_ﺣﺼﺎن_اﻟﺒﺤﺮ‬30.www.britannica.com
+http://www.ldao.ca/introduction-to-ldsadhd/articles/about-lds/learning-disabilities-statistics/
+http://www.who.int/dg/speeches/2009/62nd_assembly_address_20090518/en/
+http://www.biomedcentral.com/1471-2105/12/218
+http://www.nrel.gov/docs/fy09osti/45375.pdf
+www.alirezamokhtari.com/arm/internet1.htm
+http://www.scielo.br/pdf/rsp/v51s2/0034-8910-rsp-S1518-51-s2-87872017051007139.pdf
+http://portal.saude.gov.br/portal/arquivos/pdf/bolepi_v43_especial_tb_correto.pdf
+http://www.socresonline.org.uk/5/1/hanlon.html
+http://www.illuminata.com/public/all/catalog.cgi/cathedral
+www.chve.org.ua/news/union/632-kruglyi-stil-centr-razumkoba
+http://www.scielo.org.ve/scielo.php
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3670924&tool=pmcentrez&rendertype=abstract
+http://www.nature.com/doifinder/10.1038/newbio233267a0
+Retrievedfromwww.iso.org/iso/iso_action_plan_2016-2020_en_ld.pdf
+https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30365-2/fulltext
+http://www.pourlascience.fr/ewb_pages/a/article-autismea-pour-une-prise-en-compte-de-la-neurodiversite-33272.php
+http://ec.europa.eu/environment/air/pdf/task2_general.pdf
+http://www.karsenti.ca/alloprof/files/Rapport.pdf
+http://jp.wsj.com/IT/node28655/(language)/eng-US
+http://www.traceroute.org
+https://iusport.com/art/30975/-p-align-left-i-ldquo-transferencias-la-importancia-de-los-derechos-federativos-y-la-falacia-de-los-derechos-economicos-rdquo-i-p-
+https://www.macworld.com/article/1058916/smartphones/iphonebattery.html
+http://siteresources.worldbank.org/FINANCIALSECTOR/514194-1101934206838/20541858/HFTB060205.ppt
+https://www.sciencedirect.com/science/article/pii/S1877042816300337
+http://www.unep-wcmc.org/
+http://www.ucsb.edu/campus/index.shtml
+http://seer.cancer.gov/data/
+http://www.statistik-nord.de/
+https://www.rcog.org.uk/globalassets/documents/guidelines/gtg-37a.pdf
+https://www.destatis.de/DE/ZahlenFakten/GesellschaftStaat/Soziales/So-zialleistungen/KinderJugendhilfe/KinderJugendhilfe.html
+http://www.intersense.com/news/InterSenseTrackerIssue7.pdf
+https://www.vti.se/en/Publications/Publication/emissions-of-wear-and-resuspension-particles-in-th_673864
+http://www.w3.org/Protocols/rfc2616/rfc2616.html
+http://articles.cnn.com/2009-12-06/world/us.afghanistan.karzai_1_afghan-president-hamid-karzai-training-afghan-security-forces-afghanistan?_s=PM:WORLD
+http://pti.regione.sicilia.it/portal/page/portal/PIR_PORTALE/PIR_LaStrutturaRegionale/PIR_AssInfrastruttureMobilita/PIR_Infoedocumenti/PIR_ALTRICONTENUTI/Prezzario%202019%20corretto.pdf
+https://search.proquest.com/docview/1900972696?pq-origsite=gscholar
+http://arxiv.org/abs/1208.2908
+http://www.bma.org.uk/ap.nsf/Content/inves-tinggp.Accessed10
+http://www.R-project.org
+Http://blisty.cz/art/20183.html#sthash.DbQn0VoL.dpuf
+http://jasn.asnjournals.org/content/21/6/898.full
+http://npic.orst.edu/factsheets/glyphogen.html.Accessed
+http://pnld.mLoderna.com.br
+https://ellas2.wordpress.com/,6janvier2010
+http://www.transparency.org/publications/newsletter/2006/july_2006/interview
+https://play.google.com/
+http://dagda.shef.ac.uk.Akses,14Juli
+http://www.centrumcsr.pl
+www.cs.washington.edu/homes/speed/
+https://bit.ly/2mMaHbi
+http://deepdist.com/
+http://radlab.cs.berkeley.edu
+http://www.who.int/school_youth_health/gshi/hps/en/print.html
+http://www.epa.govlOGWDW/dwh/c-soc/simazine.html
+https://www.instagram.com/notino_cz/
+http://www.aaos.org/news/aaosnow/oct12/managing7.asp
+http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Product_Information/human/002409/WC500124317.pdf
+https://www.routledge.com/The-Really-Useful-Physical-Education-Book-Learning-and-Teaching-Across/Stidder-Hayes/p/book/9780415498272
+http://www.episodes.co.in/www/backissues/222/118%20CR.pdf
+https://www.researchgate.net/publication/328602846_Fair_trial_for_a_victim_of_crime_-_European_standards_and_Polish_experience
+http://www.fda.gov/
+https://doi:10.1080/08920753.2014.923140
+http://www.scielo.br/scielo
+https://www.w3.org/TR/n-triples/
+https://www.understood.org/es-mx/learning-attention-issues/getting-started/what-you-need-to-know/learning-and-attention-issues-in-adopted-children
+https://team-tn.org/evaluation/teacher-evaluation/
+http://www.acer.edu.au/documents/AER51_
+http://kli-mowicz.blox.pl/2008/03/Szafiarki-modowa-spolecznosc-internetowa.html
+http://healinghealth.com/images/uploads/files/Music_and_Nature_at_the_Bedside-_Part_One_of_a_Two-part_Series__Research_Design_Connections.pdf
+http://migratorvbirds.fws.gov/reports/bcc2002.pdf
+http://www.who.int/nutrition/publications/obesity/WHO_TRS_894/en
+http://www.seplan.am.gov.br/arquivos/download/arqeditor/turismo_rural.pdf
+http://sites.google.com/site.ephemeropterabr
+http://www.alims.gov.rs/ciril/files/2016/07/NRL2016.pdf
+http://www.socialresearchmethods.net/kb/sampnon.phpon13
+http://www.cdc.gov/quarantine/maritime-activity.html
+http://www.uclouvain.be/regards-economiquesregard-ires@uclouvain.be.tél.010
+http://www.slp.wa.gov.au/legislation/statutes.nsf/main_mrtitle_13171_homepage.html258
+https://hdl.handle.net/20.500.11756/0563079a
+https://stuff.mit.edu/afs/sipb/project/android/
+http://reliefweb.int/sites/reliefweb.int/files/resources/OCHA
+http://sizekorea.kats.go.kr/03_report/6th.asp
+http://cseweb.ucsd.edu/~slovett
+http://pubget.com/paper/pgtmp_a32b66de88e2f5adb012c343cb5f2bf4
+https://CRAN.R-project.org/package=dplyr
+http://www.faz.net/aktuell/politik/70-jahre-kriegsende/nach-weltkriegsende-flucht-auf-der-rattenlinie-13580277.html?printPagedArticle=true#/elections
+www.riverton.com
+https://www.boe.es/buscar/act.php?id=BOE-A-2013-12632
+www.repubblica.it
+http://assets.aarp.org/rgcenter/health/d17984_reform_2003.pdf
+http://www.fao.org/fileadmin/templates/cfs/Docs1819/Nutrition/CFS_Zero_Draft_Voluntary_Guidelines_Food_Systems_and_Nutrition.pd
+http://www.sleafordrep.co.uk/?pageid=10
+https://highperformanceinstitute.mykajabi.com
+http://www.europeana--photography.eu/index.php?en/115/deliverables
+http://www.vatican.va/holy_father/benedict_xvi/speeches/2011/september/documents/hf_ben-xvi_spe_20110922_reichstag-berlin_en.html
+http://www.ftaa-alca.org/ministerials/Belo/Belo_e.asp
+http://seer.cancer.gov/statfacts/html/colorect.html
+http://www.fai.org/world-cups/f3m
+http://books.google.es/bkshp?hl=es&tab=wp
+https://www.farinia.com/forge/cold-forging/cold-forged-parts-save-cost-and-deliver-excellent-results
+http://graphics.stanford.edu/papers/polaris/
+http://www.dagstuhl.de/12292
+http://www.allacademic.com/870
+https://www.csgb.gov.tr/diyih/contents/uluslararasikuruluslar/oecd
+http://www.scielo.cl/pdf/cienf/v17n1/art_05.pdf
+http://clincancerres.aacrjournals.org/content/14/19/5941.full#ref-list-1
+https://www.thebci.org/resource/supply-chain-resilience-report-2017.html
+http://iai.asm.org/DownloadedfromENDOTOXICACTIVITYOFBRUCELLASPECIES1641chem
+http://news.bbc.co.uk/1/hi/uk/7899327.stm
+http://www.epa.gov/rpdweb00/understand/alpha.html#use
+https://ec.europa.eu/eip/ageing/home_en
+https://www.researchgate.net/publication/241685466_Technologie_de_la_pierre_taillee
+www.lextenso.fr
+http://www.icbo.org/
+http://www.europarl.europa.eu/summits/tam_en.htmLastaccessed
+http://www.mebiopharm.com/english/pro.html.Accessed
+http://www.washingtonpost.com/politics/sopa-protests-to-shut-down-web-sites/2012/01/17/gIQA4WYl6P_story.html
+https://www.newspapers.com/newspage/101403106/
+https://ec.europa.eu/food/sites/food/files/plant/docs/pesticides_mrl_guidelines_wrkdoc_2017-11813.pdfwebsite
+http://www.unicef.org/factsheetsGirleducation.pdf
+http://www.beaverlakecreenation.ca/
+http://www.papelesdelpsicologo.es/vernumero.asp?id=1138
+http://www.cartografia.org.br/vslbch/trabalhos/76/74/santos-cintra-renger-10-09_1378845949.pdf
+http://oai.dtic.mil/oai/oai?&verb=getRecord&metadataPrefix=html&identifier=ADA391440
+https://www.3m.com/3M/en_US/company-us/all-3m-products/~/3M-APR-DRG-Software/
+http://www.ssb.no/befsvalbard_en/tab
+http://www.math.utah.edu/∼gersten/grouptheory.htm/
+http://fnq.org.br/site/802/default.aspx
+http://logsafe.co.nz/
+www.whitehouse.gov/presidential-actions/presidential-executive-order-promotingenergy-independence-economic-growthaccessed4
+http://www.abril.com.br/noticias/comportamento/embalagem-perfume-crepusculo-vira-polemica-internet-412029.shtml
+https://www.kon.org/urc/urc_research_journal7.html
+http://files.nyu.edu/as109/public/szabolcsi%20DP%20IP%20CP.pdf
+https://refractiveindex.info/cite.php
+https://www.bgbl.de/xaver/bgbl/start.xav#__bgbl__%2F%2F*
+http://www.alacritech.com
+http://www.wwf.org.br/projetos/default.asp?module=tema/programa_agricultura.htmFolhadeSãoPaulo
+https://www.rfc-editor.org/info/rfc5161
+http://www.citiesalliance.org/sites/citiesalliance.org/files/Slum-Upgrading-Lessons-from-Brazil.pdfon3
+http://vseup.ru/static/articles/Semke_1.pdf
+http://link.springer.com/article/10.1007/s00125-003-1031-x
+http://www.uwc.ac.za
+http://uwadmnweb.uwyo.edu/WYNDD/Reports/pdf_beauvais/sw_wyo_predictive_rm_04.pdf
+http://nasional.kompas.com/read/2012/12//Lima.Kasus.Diskriminasi.Terburuk.Pascareformasi
+http://www.fao.org/3/a-I7695e.pdf
+http://europa.eu.int/comm/research/era/pdf/benchmarking2001.pdf
+http://www.interbrand.com/es/best-global-brands/2012/downloads.aspx
+https://www.climate.gov/news-features/blogs/beyond-data/2017-us-billion-dollar-weather-and-climate-disasters-historic-year
+http://pubs.usgs.gov/sir/2010/5220/
+https://quantis-intl.com/wp-content/uploads/2018/03/measuringfashion_globalimpactstudy_full-report_quantis_cwf_2018a.pdf
+http://hdl.handle.net/20.500.11910/4392
+http://www.news.com.au/national/australians-turn-to-black-market-for-human-organs/news-story/06905df7ffc5337cb53927c9de1cce3a
+www.cdc.gov/flu/fluvaxview/nifs-estimates-nov2016.htm
+http://www.agricultura.gov.br/internacional/indicadores-e-estatisti-cas
+https://www.accessdata.fda.gov/drugsatfda_docs/label/2016/125509lbl.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/13172380
+http://www.un.org/ga/search/view_doc.asp?symbol=A/66/L.1
+http://www.mwe.go.ug/index.php?option=com_docman&task=cat_view&Itemid=223&gid=15
+http://tabnet.datasus.gov.br/tabdata/cadernos/brasil.htmossibilidades
+http://glmmadmb.r-forge.r-project.orgAccessed14
+http://www.mct.gov.br/index.php/content/view/30317.html
+https://en.wikipedia.org/wiki/ricinus
+https://www.thekennelclub.org.uk/press-releases/2018/june/french-bulldogs-overtake-labradors-as-uks-most-popular-dog-breed/
+http://ftp.cefe.cnrs.fr/biom/Soft-CR/
+http://en.wikipedia.org/wiki/Speaker_recognition
+www.socialprotection.org
+http://www.pre.nl/pre/products.htm#software
+http://unesdoc.unesco.org/images/0018/001832/183281s.pdfVasilachisdeGialdino
+http://www.planalto.gov.br/ccivil_03/leis/L8212orig.htm
+http://news.bbc.co.uk/1/hi/health/4700592.stm
+http://www.innovativecaremodels.com/docs/HWS-RWJF-CDM-White-Paper.pdfon25
+Retrievedfromwww.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=pubmed&cmd=prlinks&retmode=ref&id=14966259
+http://www.abet.org/Linked%20Documents-UPDATE/Criteria%20and%20PP/E001%2010-11%20EAC%20Criteria%201-27-10.pdf
+http://lammps.sandia.gov
+https://bit.ly/2JXbyTv
+http://www.telehouse.com/facilities/colocation/
+www.unep.org/GEO/geo3/index.htm
+http://www.law.qut.edu.au/ljj/editions/v8n1/pdf/2_Mediation_and_the_Art_of_Regulation_ALEXANDER.pdf
+http://www.kauffman.org/uploadedFiles/ResearchAndPolicy/EmergingScholars/KDFP/zhang-ting.pdf
+http://www.psc.isr.umich.edu/research/project-detail/34723
+http://www.ufpe.br/revistaenfermagem/index.php/revista/article/view/1611
+.mels.gouv.qc.ca/stat/recherche/app_fr.pdf
+https://www.nature.com
+http://www.ling.lancs.ac.uk/profiles/elena-semino
+http://arca.icict.fiocruz.br/bitstream/icict/5461/2/961.pdf
+https://education.ti.com/en/activity/detail?id=79249DB7C6234BBBBB708E0EF224F8BB
+http://www.biodiv.org
+https://llufb.llu.lv/conference/REEP/2017/Latvia-Univ-Agricult-REEP-2017_proceedings-70-77.pdf
+http://www.bio.uu.nl/,palaeo/Research2/NEPF/nepf.htm
+http://wbln0018.worldbank.org/LAC/LACInfoClient.nsf/d29684951174975c85256735007fef12/f37a845e8a6d211185256801005504b1
+http://www.xilinx.com
+www.preprints.org
+http://www.eclac.org/publicaciones/xml/7/4227/lcbrsdt016.pdf
+http://pdet.mte.gov.br/rais?view=default
+http://www.prismjournal.org/fileadmin/Praxis/Files/globalPR/GRUNIG.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/22301812
+https://www.ncbi.nlm.nih.gov/pubmed/32235575
+https://www.youtube.com/watch?v=TD2cUYVci28&feature=youtu.be
+https://www.redalyc.org/articulo.oa?id=217022117006
+http://www.webcitation.org/78DfIpikC
+http://www.prefeitura.sp.gov.br/cidade/secretarias/upload/saude/arquivos/publicacoes/Boletim_CEInfo_Analise_06.pdf
+http://www.aljazeera.com/news/2017/03/number-syrian-refugees-passes-million-170330132040023.html.ShaistaShaheenZafar
+http://www.cnki.net/kcms/detail/detail.aspx?dbname=CMFDTEMP&filename=1015994508.nh
+http://visimaxtechnologies.com/anti-reflection-visiclear/
+http://deremilitari.org/2013/11/caballus-et-caballarius-in-medieval-warfare/
+http://www.frenchweb.fr/lesperance-de-vie-dune-start-up-en-chiffres/167323
+http://www.uni-kassel.de/fb1/mediafb1/dgfemedien/Seiten/Texte/tagungen/herbsttagung03/04_Niesyto/Magdeburg_Niesyto_Holzwarth.pdf
+http://www.kstu.ru/article.jsp?id=0&id_e=18335&
+http://gateway.ut.ovid.com/gw1/ovidweb.cgi
+http://www.proventionconsortium.org/themes/default/pdfs/Microinsurance_study_July06.pdf
+http://www.levyinstitute.org/pubs/sevenproc.pdf
+http://worlddatabaseofhappiness.eur.nl/hap_nat/findingreports/2007-4.pdfVeenhoven
+http://www.philhealth.gov.ph/about_us/statsncharts/snc2011.pdf
+http://legacy.library.ucsf.edu/tid/tnn87a99.Accessed10
+http://www.enap.gov.br/downloads/ec43ea4fMariaLucia1.pdf
+http://www.rebanadasderealidad.com.ar/godio-21.htm.Consultadoel12/09/09
+http://www.mobilitaet.bs.ch
+http://www.webmineral.com/data/Eulytite.shtml
+https://gap.exoscloud.com/index.php/s/ATNKuMWVqD0KX8D
+http://arxiv.org/abs/math.CA/0601277
+http://www.state.gov/r/pa/ei/bgn/5388.htm
+http://persistent-identifier.nl/?identifier=urn:nbn:nl:ui:13-nqjn-zl
+http://www.nbcnews.com/id/40929239/ns/technol-ogy_and_science-tech_and_gadgets/#.UqeMObRlj4t
+http://www.remsoft.com/docs/library/chile.pdf
+http://www.state.gov/documents/organization/47255.pdf
+http://www.psych.yorku.ca/greenglass/
+https://bit.ly/3eCo33G
+http://link.aps.org/doi/10.1103/PhysRevLett.93.086401
+http://www.scielo.br/pdf/rbedu/v12n34/a12v1234.pdf
+http://mideastafrica.foreignpolicy.com/posts/2011/08/05/wheres_syrias_business_community
+http://submission.scielo.br/index.php/rsbmt/article/view/20992
+Retrievedfromwww.ucan.org/energy/electricity/solar_panel_permitting_fee_white_paper
+https://medlineplus.gov/ency/article/003211.htm
+http://www.cdc.gov/flu/fluvaxview/reports/reporti1213/reporti/index.htm
+http://www.efmd.be/equis
+https://www.arthritis.org/files/sections/advocacy/docs/Impact_of_HR_460.pdf.Accessed5
+http://www.corestandards.org
+http://www.nature.com.ezproxy.lib.uts.edu.au/nature/journal/v415/n6867/pdf/415023a.pdf
+http://www.iupac-kinetic.ch.cam.ac.uk/
+https://www.goodfreephotos.com
+http://www.europarl.europa.eu/sides/getDoc.do?pub-Ref=-//EP//TEXT+TA+P7-TA-2012-0217+0+DOC+XML+V0//PL,21.05
+http://solutions.irri.org/index.php?option=com_frontpage&Itemid=1
+http://knowledge.wharton.upenn.edu/article/democratization-ai-means-tech-innovation/
+https://www.bappenas.go.id/files/rpjmd_dan_rkpd_provinsi/DIYogyakarata/RKPDDIYogyakarta2016.pdf
+http://arxiv.org/abs/0710.4867
+https://www.caritas.org.ar/Boletin_Digital/2015/2015-07/Hue-llas-Web.html
+2012.www.leo-pharma.us/Files/Billeder/LEO_local_images/LEO-Pharma.US/Releases/Picato%20PI.pdf
+https://www.jstor.org/stable/4060308
+https://www.washingtonpost.com/local/cities-struggle-to-protect-vulnerable-homeless-populations-as-coronavirus-spreads/2020/03/20/1144249c-67be-11ea-b5f1-a5a804158597_story.html
+http://hdl.handle.net/10261/109444
+http://www.who.int/features/factfiles/obesity/facts/en/index9.html
+http://www.sier.olade.org
+http://zakon5.rada.gov.ua/laws/show/1556-18/page
+http://economics.dal.ca/RePEc/dal/wparch/howgini.pdf
+http://www.norwegen.no/Norsk/Okonomi-og-naringsliv/Samhandelen-mellom-Norge-og-Tyskland/#.U32m2vdq5DA
+http://issuu.com/vabariigi_valimiskomis-jon/docs/internet_voting_in_estonia
+http://www.echr.coe.int/Documents/Handbook_asylum_RON.pdfaccesedon
+http://www.ncbi.nlm.nih.gov/pubmed/19124731
+http://www.jisclegal.ac.uk/cybercrime/Archived_cybercrime.htm
+http://www.blast2go.org
+http://thesis.library.caltech.edu/2521/
+http://www.marcionite-scripture.info/antithesis.html
+http://www.cboe.com
+http://www.ncbi.nlm.nih.gov/pubmed/10988266
+https://jus.com.br/artigos/64822/crise-institucional-compliance-e-blockchain-uma-visao-conciliatoria-do-que-esta-por-vir
+https://www.who.int/emergencies/diseases/novel-coronavirus-2019/technical-guidance/naming-the-coronavirus-disease-(covid-2019)-and-the-virus-that-causes-it
+http://www-gap.dcs.st-and.ac.uk/~history/Mathematicians/Dantzig_George.html.Accessed4
+http://www.revistarene.ufc.br/revista/index.php/revista/article/viewFile/62/pdf20.OliveiraAG
+http://www.terabeam.com
+http://publications.gc.ca/collections/Collection/CP32-85-2002E.pdf
+http://www.gamestudies.org/0101/juul-gts/
+https://www.youtube.com/watch?time_conti-nue=104&v=tuHb_W3Z3rU
+http://advances.sciencemag.org/content/4/3/eaap7399#BIBL
+http://oai.dtic.mil/oai/oai?verb=getRecord&metadataPrefix=html&identifier=ADP004276
+http://www.cswe.org/Accreditation/2008EPASDescription.aspx
+https://www.imf.org/external/np/pp/eng/2011/051311.pdf
+mecd.gob.es/dctm/inee/.../practicasdocentesyrendimientoestudiantil.pdf
+https://www.cms.gov/Research-Statistics-Data-and-Systems/Downloadable-Public-Use-Files/Provider-of-Services/index.html
+http://www.cvm.gov.br/asp/cvmwww/atos/Atos_Redir.asp?Tipo=D&File=\\deli\\deli539.do
+https://www.insider.com/can-you-reuse-a-face-mask
+https://arxiv.org/abs/1608.05598
+http://eur-lex.europa.eu/legal-content/RO/TXT/
+http://sourceforge.net/projects/captainfeature
+http://indianexpress.com/article/india/justice-rahim-appointed-acting-chairperson-of-ngt-5113810/
+http://nelenkov.blogspot.com/2012/08/exploring-google-wallet-using-secure.html#!/2012/08/exploring-google-wallet-using-secure.html
+www.regjeringen.no/upload/kilde/bfd/prm/2005/0028/ddd/pdfv/241896-­-sluttrapport-­-mars05.pdf
+http://www.uwe.ac.uk/bbs/trr/Issue3/Is3-1_5.htm
+http://mafija.fmf.uni-lj.si/seminar/files/20072008/MEMSaccelerometers-koncna.pdf
+https://data.oecd.org/pension/net-pension-replacement-rates.htm
+http://www.lenta.ru/news/2009/07/11/refuse/
+http://www.awmf.org/leitlinien/detail/ll/003-001
+http://www.teachingforchange.org/gw-birthday-cake-not-recommended
+http://www.cseindia.org/programme/health/pdf/conf2006/b1women.pdf
+https://en.wikibooks.org/wiki/Issues_in_Digital_Technology_in_Education/Blended_LearningWoodall
+http://www.minsa.gob.pa/sites/default/files/publicaciones/situacion_de_salud_panama_2013_0.pdf.Accessed28
+http://www.esri.mmu.ac.uk/seminars/knowledge.pdf
+https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Downloads/2016-HAC-Report.pdf.Accessed15
+http://conventions.coe.int/Treaty/Commun/ChercheSig.asp?NT=009&CM=8&DF=26/12/2012&CL=GER
+http://comisionporlamemoria.net/bibliografia2012/metodologia/Pujadas.pdf
+http://www3.prefeitura.sp.gov.br/cadlem/secretarias/negocios_juridicos/cadlem/integra.asp?alt=16012009L148870000
+http://www.sciencemag.org/cgi/content/full/294/5546/1537
+http://rosavtodor.ru/documents/119
+http://unstats.un.org/unsd/default.htmDatelastupdated
+http://halshs.archives-ouvertes.fr/docs/00/96/04/76/PDF/2014.06.pdf
+http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm
+www-01.ibm.com/software/integration/optimization/cplex-optimizer/
+http://www.bbc.co.uk/iplayer/episode/b013m49b/The_Essay_The_Music_Appreciation_Movement_Episode_1/
+www.R-project.org/
+http://www.cs.cmu.edu/∼maxim/software.html
+http://www2.ohchr.org/english/bodies/hrcouncil/docs/17session/A.HR
+marymount.edu/news/garmentstudy/overview.html
+http://ssrn.com/abstract=1081269
+http://apps.who.int/iris/bitstream/10665/66783/1/WHO_EDM_TRM_2000.1.pdf
+https://www.researchgate.net/publication/305720463_Addition_of_Waste_Glass_to_Self-Compacted_Concrete_Critical_Review1%-https://www.deepdyve.com/lp/elsevier/scc-modification-by-use-of-amorphous-nano-silica-nbwbq7VCB41%-https://www.researchgate.net/publication/233188214_Utilization_of_fly_ash_for_stabilization_of_marine_dredged_sediments1%-https://www.sciencedirect.com/science/article/pii/S0958946513001297
+www.boost.org/libs/lambda
+http://newsvote.bbc.co.uk/mpapps/pagetools/print/news.bbc.co.uk/1/hi/world/middle_east/3165394.stm
+https://github.com/boogie-org/boogie/
+http://www.backpaineurope.org/web/files/WG2_Guidelines.pdf
+https://www.soa.org/files/pdf/research-pred-mod-life-batty.pdf
+https://hhr.virginia.gov
+http://www.adb.org/Documents/Periodicals/ADB_Review/2004/vol36_1/pain_gain.asp
+https://www.cambridge.org/core.IPaddress:207.241.231.81
+http://www.designinference.com/documents/2004.01.Irred_Compl_Revisited.pdf
+www.who.int/fsf/GMfood/
+http://redcrescent.az/downloads/book2.pdf
+9850.www.advelectronicmat.de
+policyschool.ucalgary.ca/sites/default/files/research/mmoore-oilmarket.pdf
+http://content.tfl.gov.uk/annual-report-2014-15.pdf
+http://digbib.ubka.uni-karlsruhe.de/volltexte/1000042415
+http://www.kidney.org
+http://www.libraryjournal.com/article/CA491154.html%2522
+http://editora.unoesc.edu.br/index.php/acet/index
+https://www.fema.gov/pdf/government/grant/pa/fema_329_debris_estimating.pdfCited
+Housing.www.housing.gov.za
+http://www.apache.org
+https://CRAN.R-project.org/package=sads
+http://www.philstar.com/sunday-life/277659/fairy-tale
+www.gpgpu.org
+http://www.scielo.br/scielo.php?script=sci_artt
+http://aisel.aisnet.org/cgi/viewcontent.cgi?article=1139&context=acis2005
+http://www.wrc.org.zaISSN0378-4738
+http://www.sciencedirect.com/science/article/pii/S000632230401100X
+http://www.nice.org.uk/nicemedia/live/13056/49926/49926.pdf
+http://www.hubrural.org/IMG/pdf/wabi_malanville_gaya.pdf
+http://www.marston.co.uk
+zieta.pl/plopp-family/
+http://www.afhayes.com/public/process2012.pdf
+https://www.propublica.org/article/facebook-enabled-advertisers-to-reach-jew-haters
+http://www.abef.com.br/portal/_clientes/abef/cat/Abef%20RA_4021.pdf
+http://developer.intel.com/technology/itj/q11999/articles/art5.htm
+http://www.gm.com/corporate/responsibility/reports/06/300_company/4_forty/341.html#globalclimate
+http://www.gartner.com/it-glossary/it-outsourcing
+http://www.fundamental-research.ru/ru/article/view?id=4557
+http://www.laudel.info/wp-content/uploads/2013/12/EURECIA-WP4-report-final-Jan2012.pdfAccessed1
+http://www.ahuri.edu.au/__data/assets/pdf_file/0016/7315/AHURI_Final_Report_No260_Indigenous-lifeworlds,-conditionality-and-housing-outcomes.pdf
+http://www.hcup-us.ahrq.gov/nisoverview.jsp.Accessed
+http://www.aucklandcouncil.govt.nz/EN/environmentwaste/pollution/Pages/airquality.aspx
+http://www.if.ufrgs.br/~moreira/Subsidios6.pdf
+http://hurarsiv.hurriyet.com.tr/goster/ShowNew.aspx?id=-220338adresinden30Mart2014tarihindealınmıştır
+http://www.scielo.br/scielo.php?script=sci_arttext&pid
+https://machinaresearch.com/news/press-release-global-internet-of-things-market-to-grow-to-27-billion-devices-generating-usd3-trillion-revenue-in-2025
+http://www.unicef.org/media/media_78045.html
+http://www.ub.unibas.ch/bernoulli/index.php/Hauptseite
+http://www.tmacs.ca/cs_innu.shtml
+http://www.ncbi.nlm.nih.gov/pubmed/16857720?ordinalpos=3&itool=EntrezSystem2
+http://www.conrado.cfg.rimed.cu
+http://www.cidades.ibge.gov.br/xtras/home.php
+http://gallica.bnf.fr/ark:/12148/bpt6k4113177.image.r=coeur.f4.lanFR
+http://books.scielo.org/id/h8pyf
+http://www.feldaglobal.com/investors/annual-reports/
+http://www.correiobra-ziliense.com.br/app/noticia/economia/2015/08/10/internas_economia,493952/no-primeiro-semestre-191-mil--empresas-deixaram-de-funcionar-no-pais.shtml
+http://ec.europa.eu/environment/enlarg/pdf/reap/reap_report_annex3_slovenia_ds_en.pdf
+http://www.betaversion.org/~stefano/linotype/news/85/
+http://sjp.pwn.pl/
+www.ariehsharon.org
+https://library.carleton.ca/sites/default/files/find/data/surveys/pdf_files/Price-of-Knowledge_4th-edition_2009-11_book_en.pdf
+http://maltesehistoryonline/
+https://docs.oracle.com/javase/specs/jls/se11/html/index.html
+http://pewforum.org/The-Future-of-the-Global-Muslim-Population.aspxon
+http://www.space-ins.ru/index.php/o/147
+http://creativecommons.org/licenses/by/4.0/
+http://www.marinespecies.org/pycnobase
+http://vertigo.revues.org/9160
+http://www-106.ibm.com/developerworks/xml/library/x-think10/
+www.callcenter.com
+http://www.yorku.ca/nhp/conferences/dartmouth/Anthea_Morrison.PDF
+http://www.health.heacademy.ac.uk/focus/problem-based-learning/pbl.html
+http://www.newyorker.com/magazine/2004/05/10/torture-at-abu-ghraib
+https://www.routledge.com/Introduc-tion-to-Construction-Project-Engineering/Migliaccio-Holm/p/book/9781138736580
+http://dev.ico.org/documents/icc-107-7e-tariffs-trade.pdf
+http://jurnal.pasca.uns.ac.id
+http://en.wikipedia.org/w/index.php?title=Drupal&oldid=259210551
+http://www.env.go.jp/nature/intro/4document/manual.html
+https://www.researchgate.net/publication/5199934_Trade_Facilitation_in_Developing_Countries
+https://sir.unl.edu/portal/index.html
+https://www.ilo.org/dyn/natlex/docs/WEBTEXT/42005/64978/E95GHA01.htm.Accessed:21.11
+http://doi.acm.org/10.1145/1961189.1961199
+http://gcn.gsfc.nasa.gov/gcn/gcn3/5617.gcn3
+http://library.enaca.org/inland/catfishbmps/catfish_bmp_v2.pdf.org/inland/catfishbmps/
+http://download.portalgaruda.org/article.php
+https://silicones.elkem.com/EN/our_offer/Product/90059900/90059901/SILBIONE-RTV-4439
+https://www.ncsbn.org/Table_of_Pass_Rates_2012.pdf
+http://portal.mec.gov.br/index.php?option=com_docman&task=doc_download&gid=7619&Itemid
+http://www.arxiv.org/abs/cs/cs.CC/0312007
+http://cityroom.blogs.nytimes.com/2010/07/24/24stretch/
+http://xxx.lanl.gov/abs/gr-qc/9501029.4.4
+http://www.citeulike.org
+veramenezes.com
+https://cms.dgn-service.de/csg/igesDe/content/e72/e251/e254/RSA.pdf
+http://www.educ.fc.ul.pt/docentes/jponte/artigos-por-temas.htm
+http://www.ctv.es/USERS/mrb/tolerancia/
+https://data.oecd.org/adresindenerişildi
+http://www.pathogenica.com/technology.php.Accessed3
+https://www.capellaspace.com
+http://www.who.int/intellectualproperty/studies/S.%20Chaudhuri.pdf
+http://www.unfpa.org/webdav/site/global/shared/documents/publications/2007/695_filename_sowp2007_eng.pdf
+http://dx
+http://news.bbc.co.uk/hi/spanish/latin_america/newsid_7598000/7598751.stm
+http://globocan.iarc.fr/
+http://www.rg.ru/2012
+http://www.clubsostenibilidad.org/
+http://www.mma.gov.br/conama/
+http://comunicacaoepolitica.com.br/blog/2012/02/pesquisador-que-so-lattes-nao-morde/
+http://www.camnet.com.kh/nphri/pub-conts.htm
+http://rachmatkriyantono.lecture.ub.ac.id/files/2013/02/ANALISIS-ISI1.pdf
+http://pubs.usgs.gov/tm/2005/tm4A5/
+http://bmr.sciedupress.com
+http://assembly.nu.ca/library/GNedocs/2016/002201-e.pdf
+http://www.meps.ahrq.gov/data_files/publications/st76/stat76.pdf.Retrieved
+https://www.healthit.gov/topic/meaningful-use-and-macra/meaningful-use.Accessed
+http://www.sciencedirect.com/science/article/pii/0167718796010156
+http://dtr2004.saude.gov.br/sinanweb/
+http://munin.uit.no/bitstream/handle/10037/4848/thesis.pdf?sequence=2Acessadoem20/08/14
+http://www.skybrary.aero/bookshelf/books/1351.pdf
+http://www.nice.org.uk/CG155
+https://www.employeefiduciary.com/blog/is-your-company-part-of-a-controlled-group-you-need-to-know-or-risk-401k-plan-disqualification
+https://www.eqar.eu/qa-results/search/by-institution/
+http://foodshare.net/timeline/the-first-good-food-box-is-packed/
+http://creativecommons.org/licenses/by/3.0/es/deed.en
+https://www.ft.com/content/64bcb136-412b-11e8-803a-295c97e6fd0b
+https://www.unrwa.org/newsroom/press-releases/brazil-and-uae-admitted-unrwa%E2%80%99s-top-consultative-body-advisory-commission
+http://www.minambiente.gov.co/index.php/asuntos-ambientales-sectorial-y-urbana/gestion-del-aire/politica-de-prevencion-y-control-de-la-contaminacion-del-aire-ppcca#documentos-relacionados
+http://epp.eurostat.ec.europa.eu
+http://www.idiogrid.comadresindenerişildi
+www.cvm.gov.br/ingl/indexing.asp
+http://bibliotecaceuvilarubi.blogspot.com.br/
+http://csis.org/publication/analysis-taiwans-nine-one-local-elections
+http://www.mathworks.com/help/techdoc/ref/
+http://digitalcommons.law.umaryland.edu/mscas/vol2013/iss4/1
+http://www.cdc.gov/nchs/nhanes.htm
+http://www.clarin.com/politica/Energia-fracaso-Enarsa-nuevas-licitaciones_0_1043895670.html
+http://glovis.usgs.gov
+http://www.saturdayeveningpost.com/2015/02/05/history/post-perspective/will-uber-share-jitneys-fate.html
+https://www.everywomaneverychild.org/global-strategy/
+URLwww.interscience.wiley.com
+http://www.oecd.org/dataoecd/54/10/40990370.pdf
+214availableatwww.jstage.jst.go.jp/browse/islsmORIGINALARTICLESBhagwananiNSetal
+https://www.cambridge.org/core.IPaddress:207.241.231
+https://academic.oup.com/gbe/advance-article-abstract/doi/10.1093/gbe/evaa107/5842138bygueston24
+http://sgb.meb.gov.tr/istatistik/meb_istatistikleri_orgun_egitim_2014_2015.pdf
+http://www.eac.fea.usp.br
+www.ameli.fr/accueil-de-la-ccam/telechargement/historique/index.php
+http://www.acpe-accredit.org/pdf/ACPE_Revised_PharmD_Standards_Adopted_Jan152006.pdf.Accessed
+https://nces.ed.gov/pubs93/93275.pdf
+https://www.youtube.com/watch?v=eAks9wqz_L8,acessadoem10/dezembro/2016
+http://bit.ly/1Fs8G78
+http://www.ncbi.nlm.nih.gov/pubmed/18927278〉
+https://wir2018.wid.world/files/download/wir2018-full-report-english.pdf
+http://www.sciencedirect.com/science/article/pii/S006535271930020X
+http://rockyweb.cr.usgs.gov/nmpstds/doqstds.html
+http://www.coe.int/T/E/Social_Cohesion/Population/Pop39%20Demo%20conseq%20c&e%20eng.pdf
+http://www.tandfonline.com/doi/abs/10.1080/0959396042000178205
+http://upmagazine-tap.com/pt_artigos/receita-de-pao-de-lo/
+http://www.ncbi.nlm.nih.gov/pubmed/22644055
+http://blog.daum.net/lstreturn/2
+http://ssrn.com/abstract=1895690at12
+http://www.cs.arizona.edu/rcs/hpc/
+http://front.math.ucdavis.edu/math.MG/0507528
+https://scifinder.cas.org/scifinder/view/scifinder/scifinderExplore.jsf
+https://www.ivoclarvivadent.co/es-co/p/todos/composites/tetric-n-ceram-bulk-fill
+http://tourlib.net/reklama.htm
+http://www.uesco.org/xtrans/
+www.espcinc.com
+https://elibrary.ru/item.asp?id=26588207
+http://www.thenational.ae/business/energy/china-awarded-first-abu-dhabi-oil-rig-deal
+http://www.bis.org/publ/cpss74.pdf
+http://www.google.ro/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CEgQFjAH&url=http%3A%2F%2Fbokorsopron.fw.hu%2Findex.php%3Foption%3Dcom_phoca-download%26view%3Dcategory%26download%3D7%3Apedagogiai-k..&ei=iT-uVN-vQFIj9ywPsiYCICQ&usg=AFQjCNGg9uqQhPUf0Sm69eOHXMUwK4CYXA&sig2=NjOU5eOD-Tnho5oofMs9UGw&bvm=bv.83339334,d.bGQ
+http://www.liveinaustralia.com
+http://www.claudialima.com.br/pdf/LETRAS_DE_MUSICAS_DO_CARNAVAL_DE_PERNAMBUCO.pdf
+http://tcpreplay.synfin.net/
+http://www.riggare.se/1-vs-8765/
+http://www.opt.pt/produto.asp?codProduto=8
+http://www.revistalatinacs.org/16SLCS/libro-colectivo-edicion-2.htmlE.GarzónValdés
+http://conventions.coe.int/treaty/en/treaties/html/123.htm
+https://www.coursera.org/learn/convolutional-neural-networks/lecture/bjhmj/siamese-network
+http://fhdd.opus.hbz-nrw.de/volltexte/2007/362/pdf/Strohhalm.pdf
+http://www.redalyc.org/articulo.oa
+http://kellia.nioz.nl/projects/frifront/
+http://webpages.cs.luc.edu/~mt/CS150/M1.html
+https://tbfacts.org/tb-statistics/
+http://www.w3.org/TR/owl2-overview/
+http://www.stat.gouv.qc.ca/publications/sante/pdf/
+http://www.ncbi.nlm.nih.gov/pubmed/12063493
+http://www.spiegel.de/einestages/relikte-des-kalten-krieges-deutschlands-geheimer-superbunker-a-946763.html
+http://dx
+www.cs.ucl.ac.uk/staff/C
+www.ophsource.org/periodicals/ophtha/article/S0161-6420
+http://www.telegraph.co.uk/women/womens-life/11163558/Apple-and-Facebook-just-got-darker-freezing-female-employees-eggs-is-anything-but-kind.html
+http://xmlns.com/foaf/spec/
+http://www.imf.org/external/pubs/ft/weo/2015/01/weodata/download.aspx
+https://www.bbc.com/mundo/noticias/2012/07/120707_colombia_garcia_marquez_memoria_aw
+http://www.scielo
+http://www.diabetes.or.kr/temp/Diabetes_Fact_sheet2012.pdf
+http://www.africaportal.org/documents/14234/Issue_paper_0052015.pdf
+http://www.rand.org/publications/MR/MR1276/accessed
+http://www.ead.fea.usp.br/semead/10semead/sistema/resultado/trabalhosPDF/109.pdf
+http://articles.latimes.com/2012/mar/30/enter-tainment/la-et-turkey-antiquities-20120331Acessoem
+http://www.theoldrobots.com/Walking-Robot2.html
+http://www.eatingdisorders.org/uploads/file/Orthorexia%20Nervosa.pdf
+http://socio.hu/uploads/files/2016_2/takacs_ptoth.pdf
+http://tinyurl.com/2bw7fn3orhttp://tinyurl.com/3ysr3meforthefreeapplications
+http://www.migalhas.com.br/dePeso/16,MI203254
+http://www.guavatechnologies.com/cm/Life%20Science%20Research/Assays/Viability%20&%20Cell%20Counting.html
+http://bit.ly/1FmNvlX
+http://www.picloud.com/
+http://www.genome.ad.jp/kegg/pathway.html
+http://protege.stanford.edu/
+http://www.unep.fr/shared/publications/pdf/DTIx0592xPA-TourismPolicyEN.pdf
+https://doi:10.1016/j.jaa.2009.07.002
+http://www.juntadeandalucia.es/averroes/plurilinguismo/curriculo/borradorcil.pdf
+https://www.rfidjournal.com/articles/view?17954
+http://www.citylab.aud.ucla.edu/Shane_reading.pdf
+http://cirrie.buffalo.edu/database/829/
+http://www.minerazzi.com/tutorials/cosine-similarity-tutorial.pdf
+http://bplhd.jakarta.go.id/airlama.php
+http://www.chemcas.com/msds/msdsds94
+http://www.epa.gov/opppmsd1/PR_Notices/pr97-3.html
+http://qz.com/355444/tanzania-dumps-english-as-its-official-language-in-schools-opts-for-kiswahili/
+http://www.uml.org
+http://www.thefreedictionary.com/intimidate
+https://seer.cancer.gov/statfacts/html/oralcav.html
+http://www.ncbop.org/LawsRules/rules.3100.pdf.Ac-cessed
+http://www.abs.gov.au/AUSSTATS/abs@.nsf/exnote/4714.0
+http://www.austro-hungarian-army.co.uk/biog/ellison.html
+https://www.w3.org/History/1989/proposal.html
+http://noticias.sapo.cv/info/artigo/1449978.html
+http://www.lkm.tu-berlin.de/ComputationalReality/
+http://phac-aspc.gc.ca/sdh-dss/bg-eng.php
+http://www.rmg.co.uk/researchers/library/research-guides/general-maritime/research-guide-m7-music-and-the-sea-sources-of-information-in-the-national-maritime-museum
+http://dalailama.com/messages/environment/thinking-globally
+http://www.world-nuclear-news.org/NP-EC-puts-figure-on-maintaining-nuclear-capacity-0404164.html
+http://www.cnpp.usda.gov/Publications/HEI/healthyeatingindex2005factsheet.pdf
+http://web.worldbank.org/WBSITE/EXTERNAL/
+http://muslimonline.org/cgi-bin/hadith.cgi
+https://developer.oculus.com/design/latest/concepts/bp_intro/https://developer.oculus.com/design/latest/concepts/book-bp/
+http://www.washingtonpost.com/sf/style/2016/05/19/what-college-students-mean-when-they-ask-for-safe-spaces-and-trigger-warnings/?utm_term=.9f0364b77f4f
+http://www.latimes.com/media/acrobat/2009-10/49898689.pdf
+http://www.joensuu.fi/statistics/pep/peptutorial.pdf#search=%22Alho%20Mustonen%20PEP%22
+http://www.sidra.ibge.gov.br
+http://psidonline.isr.umich.edu/data/Documentation/Fam/1997/readme.txt
+http://www.ue.edu.pk/Vision_Mission.htm
+http://hdl.handle.net/10498/18017
+http://wwwscreeningnhsuk/criteria
+http://portlandtribune.com/sl/274399-150205-city-county-join-world-fossil-fuels-divestment-movement-
+http://www.direitonet.com.br./artigos/exibir/1988/funcao-socia-da-empresa.Acessoem10/03/2016
+http://www.planet-lab.org
+ftp.fao.org/docrep/fao/011/i0359e/i0359e00.pdf
+www.biblio-archive.unog.ch/detail.aspx?ID=139971
+https://tinyurl.com/yaamogop
+http://www.scielo.br/pdf/tce/v20n3/19.pdf
+http://creativecommons.org/licenses/by/4.0/
+www.emeraldinsight.com/reprints
+http://tomcat.apache.org/
+http://www.ams.org/journal-terms-of-use10
+http://www2.eca.usp.br/moran/?page_id=22
+http://bvsms.saude.gov.br/bvs/publicacoes/v_diretrizes_brasileira_hipertensao_arterial_2006.pdf
+http://www.spiegel.de/kultur/literatur/
+http://www.saxproject.org/
+http://aidsinfo.unaids.org/Accessed
+http://www.mentalhealthcommission.ca/English/system/files/private/document/MHCC_E-Mental_Health-Briefing_Document_ENG.pdf.Accessed
+http://www.atmos-chem-phys.net/7/2733/2007/
+https://www.gov.uk/government/speeches/pm-statement-at-press-conference-with-japanese-prime-minister-abe-5-may-2016.Accessed24
+http://depts.washington.edu/moves/UFW_map-events.shtml
+http://ursi-test.intec.ugent.be/files/URSIGA08/papers/EP1p9.pdf
+http://www.ifp.uni-stutgart.de/ifp/sensor
+http://www.zeit.de/2004/36/Der_Untergang
+https://www.amazon.com/Qualitative-Inquiry-Research-Design-Approaches/dp/1412995302
+http://www.tagesanzeiger.ch/zuerich/stadt/Fuer-Schulversuch-fehlen-Freiwillige/story/26410626-mostPopularComment
+https://en.wikipedia.org/wiki/Modem.Accessed
+http://www.ngtp.ru/rub/4/2_2011.pdf
+https://keras.io
+www.cdc.gov/msmhealth/viral-hepatitis.htm
+http://www.mcclatchydc.com/news/nation-world/world/middle-east/article24770476.htm
+https://ec.europa.eu/digital-single-market/en/news/eurobarometer-eprivacy,07.01
+http://www.trimaran.org
+http://www.anpec.org.br/encontro2005/artigos/A05A048.pdf
+http://www.aei.org/article/health/healthcare-reform/accountable-care-organiza-tions-the-end-of-innovation-in-medicine/
+http://socialcomputing.uci.edu/ISTC-Social-Whitepaper.pdf
+https://www.zoek.officielebekendmakingen.nl
+http://www.hrc.org/documents/HRCFoundationStateoftheWorkplace2007-2008.pdf
+http://www.navy.lk/index.php?id=66Accessed
+http://citeseer.nj.nec.com/friedman97bayesian.html
+https://www.icsc.com/uploads/t07-subpage/Gen_Z_2018_Consumer_Series.pdf
+https://www.researchgate.net/profile/Alessandra_Faggian/publication/278661248_Job_Search_Theory/links/570ce23c08aec783ddcd9f1e/Job-Search-Theory.pdf
+http://srspb.ru/attach/374.pdf
+http://wdc.dlr.de/data_products/SURFACE/land_surface_temperature.php
+https://www.elttam.com.au/blog/goahead/.Accessed
+https://gsa.confex.com/gsa/2005AM/finalprogram/abstract_97119.htm
+https://www.dbresearch.com/PROD/DBR_INTERNET_EN-PROD/PROD0000000000256216.pdf
+http://www.math.missouri.edu/people/faculty/fgesztesypt.htmlDepartmentofMathematicalSciences
+http://creativecommons.org/licenses/by/4.0/
+http://www.nea.org/tools/theories-of-learning-and-teaching-what-do-they-mean-for-educators.html
+http://www.nwlc.org/resource/closing-wage-gap-crucial-women-color-and-their-families91
+www.ghgprotocol.org/standards/project-protocol
+http://www.atmos-meas-tech.net/3/1351/2010/
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4942664/
+https://engag-ingnewsproject.org/wp-content/uploads/2014/06/ENP_SJN-report.pdf
+http://www.unesco.org/culture/natlaws/media/pdf/colombia/colom-bia_constitucion_politica_1991_spa_orof.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://www.intechopen.com/books/advances-in-gas-turbine-technology/biofuel-and-gas-turbine-engines
+https://www.nhsbsa.nhs.uk/sites/default/files/2017-04/BNF_Classification_Booklet-2017.pdf
+http://www.if.ufrgs.br/public/tapf/v20n4_herzog_steffani.pdf.Acessoem:08/09/2015
+http://www.revistadir.mcam-pos.br/producaocientifica/artigos/rafaelbelitzckferreiracomentarioaleidaempresaindivi-dual.pdf
+http://www.springerlink.com/content/n6w5783280369m80/
+http://intranet.uat.edu.mx/cienciauat/Lists/noticiasciencia2/DispFormx.aspx
+http://www.makelabel.com/images/barcodeartwork/Sample_UPC_TIF.tif
+http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=195863&tool=pmcentrez&rendertype=abstract
+http://www.rcseng.ac.uk/fds/clinical_guidelines
+http://www.juntadeandalucia.es/educacion/educacion/nav/contenido.jsp?pag=/Contenidos/Viceconsejeria/Estadisticas/2
+http://adc.bmj.com/ArchDisChild:firstpublishedas10.1136/archdischild-2017-314038on13
+http://www.capes.gov.br/avaliacao/criterios/avaliacao_trienal_2007.html
+http://www.cisco.com/c/dam/en_us/solutions/industries/docs/sports/c78-675063_dSheet.pdf
+http://www.acervodigital.unesp.br/bitstream/123456789/38291/8/ing_m4d7_tm03.pdf
+http://hadoop.apache.org/docs/stable/fair_scheduler.html
+www.kaypahoito.fi
+http://pubs.iied.org/10807IIED/
+https://bioone.org/terms-of-useA
+http://www.shef.ac.uk/personal/n/nps/papers/
+http://portal.mec.gov.br/index.php?option=com_docman&view=download&alias=11663
+https://www.eea.europa.eu/data-and-maps/daviz/changes-in-wastewater-treatment-in-12#tab-dashboard-01
+http://siteresources.worldbank.org/INTSOCIALCAPITAL/Resources/Social-Capital-Initiative-Working-Paper-Series/SCI-WPS-13.pdf
+https://investor.lilly.com/releasedetail
+https://www.drugabuse.gov/sites/de-fault/files/preventingdruguse_2.pdf
+https://kx.afms.mil/kxweb/home.do
+https://www.cfs.gov.hk/english/multimedia/multimedia_pub/multimedia_pub_fsf_109_01.html
+http://www.arabnews.com/rifts-egypt-army-enabled-mursi-make-his-move
+https://www.ncbi.nlm.nih.gov/nuccore/JX198143
+https://research.acer.edu.au/research_conference_2003/4/
+http://minerals.usgs.gov/minerals/pubs/commodity/iron_ore/myb1-2011-feore.pdf
+http://p4.org/wp-content/uploads/2016/03/p4_v1.1.pdf
+http://ssrn.com/abstract=1885198
+https://www.oculus.com/
+https://en.oxforddictionaries.com/definition/us/national_identity
+http://www.universityworldnews.com/article.php?story=2015090815175230
+http://www.ncbi.nlm.nih.gov/pubmed/9307818
+http://www.mlit.go.jp/common/001120157.pdf
+http://www.etsg.org/ETSG2004/Papers/Movchan.pdf
+http://www.raco.cat/index.php/Catalonia/article/view/106922/166342
+http://www.ieee.org
+http://www.mayoclinicproceedings.org/article/S0025-6196(11)63619-7/fulltext
+http://espacolinguisticouems.wordpress.com/2009/08/25/entrevista-2-profa-dra-eni-p-orlandi/
+http://theconversation.com/years-on-asic-still-grappling-with-swap-rate-fixing-scandal-35851accessed30
+http://modelminority.com/joomla/index.php?option=com_cont
+http://www.nice.org.uk/news/article/overuse-of-painkillers-can-make-headaches-worse
+http://www.sfgate.com/health/article/Hip-replacement-is-not-viewed-as-high-risk-2569128.php
+https://www.environment.gov.za/sites/default/files/docs/series0%20_overview.pdf
+http://www.cfr.org/asia-and-pacific/conversation-john-o-brennan/p35305
+https://www.ipcc.ch/report/ar5/wg3/
+http://let.iiec.unam.mx/sites/let.iiec.unam.mx/files/boletin4FINALimpresion.pdf#page=23
+http://www.conass.org.br/biblioteca
+http://www.un-documents.net/our-common-future.pdf
+http://www.dnr.state.oh.us/
+www.english.g-ba.de/special-topics/pharmaceuticals/reference/
+http://data.globalforestwatch.org/datasets/194662b1470e4c5f81aa370395c75485_8
+www.bea.gov/national/index.htm
+http://apple.stackexchange.com/questions/181481/how-much-safari-history-is-kept-on-ipad
+http://orcid.org/0000-0002-5980-579X,neroxasg@mail.ru
+https://www.welt.de/politik/deutschland/article159797782/Manche-kommen-zurueck-um-sich-zu-erholen.html
+http://www.resulkurt.com/?haber,18805
+http://www.tlachinollan.org/dhginf/noveno02-03.pdf
+http://www.who.int/hiv/pub/guidelines/hivstaging/en/index.html.Accessed
+http://www.in.gov/idem/files/fqaindianarprt.doc
+http://www.bbc.co.uk/news/world-europe-16193954
+http://groups.google.com/group/waters-testbed-data-managersforfurtherdetails
+https://www.uber.com/fr/drive/safety/
+http://careerservices.colorado.edu/CommonFiles/PDFs/students/fastNGOs.pdf
+http://www.mathworks.com/products/simulink/
+https://www.camera.org/videos-publications/a-record-of-bias-national-public-radio-s-coverage-of-the-arab-israeli-conflict/
+http://portal.mec.gov.br/dmdocuments/saeb_matriz2.pdf.Acessoem
+20.sz
+http://www.internetsociety.org/doc/execute-analyzing-unsafe-and-malicious-dynamic-code-loading-android-applications
+https://twitter.com/WHO?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
+https://www.ibef.org/news/cabinet-approves-the-largest-government-funded-health-programayushman-bharat-national-health-protection-mission-nhpm
+http://www.metropolitiques.eu/Le-politique-dans-les-rues-de.html
+http://www.macua.org/gungunhana/introducao.htmlAcessoem20/03/2017
+http://www.thomasnet.com/productsearch/item/148521-8181-1028-1195/l-l-
+http://www.istor.cide.edu/archivos/num_42/dossier2.pdf
+http://www.ifets.info/journals/18_4/25.pdf
+www.scielo.br
+http://www.un-ngls.org/spip.php?page=article_s&id_article=3004on
+https://www.mja.com.au/
+http://www.rte.ie/news/2016/0609/794304-abortion-law-un/
+http://www.franca.unesp.br/O%20CADE.pdf
+.www.relint.deusto.es/TUNINGProject/index.htm
+http://www.istat.it/it/popolazione
+http://dab.saude.gov.br/portaldab/noticias.php?conteudo=_&cod=2241
+http://www.zeit.de/2001/10/200110tschetschenien.xml
+http://www.style.com
+https://cxf.apache.org/
+http://arxiv.org/abs/1208.2666
+http://www.aabb.org/advocacy/regulatorygovernment/Documents/Impact-of-2019-Novel-Coronavirus-on-Blood-Donation.pdf
+http://documents.worldbank.org/curated/en/752481468194999174/Bosnia-and-Herzegovina-Country-partnership-framework-for-the-period-FY2016-20
+http://sweetgum.nybg.org/science/ih/
+http://planningcommission.nic.in/plans/planrel/fiveyr/10th/volume2/v2_ch3_3.pdf
+https://data.worldbank.org/indicator/SP.DYN.LE00
+http://www.newmusicbox.org/articles/youre-an-artist-not-an-entrepreneur/
+http://owasptop10.googlecode.com/files/OWASP%20Top%2010%20-%202010.pdf
+https://goo.gl/edg9FK
+http://www.i-b-r.org/docs/HMMC-1-02-26-08.pdf
+http://www.tandfonline.com/doi/pdf/10.1080/10670564.2012.635933
+http://www.fcc.org.br/fcc/quem-somos.Acessoem:18/09/2017
+https://www.gim-international.com/content/article/combining-bim-and-gis-for-a-sustainable-society
+https://www.ncbi.nlm.nih.gov/pubmed/21574854
+http://www.sobep.org.br
+http://ssrn.com/abstract=1142687
+http://CRAN.R-project.org/package=vegan
+http://eprints.lse.ac.uk/67119/1/Fouquet_Path%20dependence_2016.pdf
+http://www.itrr.umt.edu/NicheNews06/2005TravChar.pdf
+http://www.eric.ed.gov/ERICWebPortal/search/recordDetails.jsp?ERICExtSearch_SearchValue_0=ED467760&searchtype=keyword&ERICExtSearch_SearchType_0=no&_pageLabel=RecordDet
+http://www.surl.org/usabilitynews/61/pdf/Usability%20News%2061%20-%20Copas.pdf
+http://www.legislation.gov.uk/aep/Edw1cc1929/25/9/data.pdf.Accessedon
+http://www.abep.org/new/criterioBrasil.aspx
+http://www.health.ny.gov/diseases/aids/providers/testing/law/faqs.htm
+https://www.cambridge.org/core.IPaddress:207.241.231
+ftp.ee.lbl.gov/conferencing/vat
+http://www.climatechange.gov.au/en/climate-change/emissions.aspx
+http://www.orbistertius.unlp.edu.ar/article/view/OTv08n09a01.Acessoemjaneirode
+http://xeee.web.auth.gr/ICA-Heritage/
+http://www.nber.org/chapters/c10271.pdf
+http://www.carexcanada.ca/en/arsenic/environmental_estimate/#provincial_tables_and_maps+predicting_concentrations.4-9-2012
+https://www.washingtonpost.com/news/global-opinions/wp/2017/04/04/hungarys-xenophobic-attack-on-central-european-university-is-a-threat-to-freedom-everywhere/?utm_term=.2f128db3b63a
+http://www.radioaustralia.net.au/international/2012-03-21/473058
+http://www.sportpanel.org.au/internet/sportpanel/publishing.nsf/Content/crawford-report-full34
+www.dft.gov.uk
+http://www.ibgc.org.br/download/arquivos/Codigo_IBGC_3_versao.pdf
+http://notchesblog.com/2014/11/04/sex-race-and-censorship-in-cuba-historicising-the-p-m-affair/.Accessed5
+https://orcid.org/0000-0002-9080-9908
+http://www.ft.com/cms/s/0/fd1b30f6-5f74-11e0-bd1b-00144feab49a.html#axzz251V2jFKD
+http://www.biomedcentral.com/content/pdf/1742-2094-5-46.pdf
+http://lu.com/odlis/odlis_rcfm
+http://www.wam.ae/servlet/Satellite?c=WamLocEnews&cid=1289995412454&pagename=WA
+http://citseer.nj.nec.com/chi00scent.html
+http://linkinghub.elsevier.com/retrieve/pii/S1353802016301675
+http://goo.gl/0DKFoQ
+http://www.ecfr.eu/article/commentary_europe_under_pressure_to_act
+http://www.academia.edu/1526812/Qualitative_Research_Phenomenological_Method
+http://www.marchofdimes.com/peristats/Peristats.aspx
+http://ijasbt.org&http://nepjol.info/index.php/IJASBTandcheesemakingattitude
+https://kemdikbud.go.id/dokumen/renstra-2010-2014/Bab-III.pdf
+http://www.sudamericarural.org/index.php?mc=52&nc=&next_p=1&cod=59
+https://ods.od.nih.gov/factsheets/BlackCohosh-HealthProfessional/
+http://www.state.gov/documents/organization/208470.pdf.Accessed
+http://sri.ciifad.cornell.edu/countries/cambodia/index.html
+https://www.cdc.gov/coronavirus/2019-ncov/hcp/guidance-risk-assesment-hcp.html
+http://chicagounbound.uchicago.edu/uclf/vol1989/iss1/8
+https://orcid.org/0000-0002-7024-388X
+http://www.omnetpp.org/
+http://scholarcommons.usf.edu/gsp/vol6/iss2/7
+http://www.sacn.gov.uk/pdfs/fics_sacn_advice_fish.pdf
+https://www.iso-ne.com/isoexpress/web/reports/operations/-/tree/daily-gen-fuel-type
+https://opennebula.org/,accessed
+theconversation.com/why-teachers-are-turning-to-twier-94582
+http://www.consultant.ru/document/cons_doc_LAW_10
+https://www.emerald-project.eu/fileadmin/websites/emerald/media/Tools___Instruments/Interview_Guide-_Mental_Health_Financing_Diagnostic_Tool_v5.pdf.Accessed15
+http://delphiwww.cern.ch/
+http://www.fda.gov/downloads/AdvisoryCommittees/CommitteesMeetingMaterials/MedicalDevices/MedicalDevicesAdvisoryCommittee/OphthalmicDevicesPanel/UCM395056.pdf.Accessed
+http://r4d.dfid.gov.uk/pdf/outputs/misc_gov/60937-PoliticalSettlements_Cases_FINAL.pdf
+https://theconversation.com/nothing-has-changed-since-indigenous-higher-ed-review-41354
+http://redalyc.org/articulo.oa?id=193420682002
+http://www.greenpeace.de/fileadmin/gpd/user_upload/themen/klima/Plan_B_2050_lang.pdf,zugegriffenam31.01.2013
+www.ngdc.noaa.gov/geomag-web
+http://cheetah.cs.umb.edu/ocs/viewabstract.php?id=29
+https://hbr.org/2014/12/what-happens-to-society-when-robots-replace-workers
+http://www.who.int/mediacentre/factsheets/fs117/en/
+www.agesic.gub.uy
+https://www.epa.gov/remedytech/reference-guide-treatment-technologies-mining-influenced-water
+http://ec.europa.eu/environment/eussd/pdf/biofoodwastereport.pdf
+https://zh.b-ok.cc/book/3137826/900c24
+http://russelldavies.typepad.com/planning/2011/11/i-first-talked-about-post-digital-at-an-event-called-thinking-digital-in-2009-in-gateshead-looking-back-thats-probably-wh.html
+http://www.ccc-acw.org.uk/Summary.html
+http://www.mlfonseca.net/wp-content/uploads/2009/09/31295005341176.pdf
+https://bit.ly/3bpdn6y
+http://www.3gpp.org/DynaReport/37868.htm
+http://openspot.googlelabs.com/
+http://bbc.co.uk
+http://www.povertyactionlab.com/papers/Dupas_RelativeRisk_1007.pdf
+http://wwwmath.uni-muenster.de/cs/u/ruckema/x/sciframe/en/screenshots.html
+http://www.al.sp.gov.br
+http://www.ecologyandsociety.org/vol13/iss2/art56/
+http://pmb.univ-fcomte.fr/1986/Jaulent_these.pdf
+http://jrat.sourceforge.net/
+https://www2a.cdc.gov/cdcup/library/templates/default.htm
+http://www.europeanener-gyreview.eu
+http://people.sc.fsu.edu/jburkardt
+https://dictionary.cambridge.org/dictionary/english/kill-off-someone-something?q=kill+off+someone%2FsomethingF
+http://www.ombudsman.europa.eu/code/pdf/sl/code2005_sl.pdf
+http://www.Psy.pdx.edu
+http://www.ceh.ac.uk/documents/lcm2007finalreport.pdf,accessed13/04/15
+http://ramanihuria.org
+http://www.parallella.com
+http://www.huffingtonpost.com/ron-thomas/the-talk-has-a-double-mea_b_3645809
+http://scik.org
+http://code.google.com/apis/calendar/overview.html
+http://www.sangari.com/mapadaviolencia/pdf2011/acidentes_transito.pdf
+https://news.nationalgeographic.com/2017/03/wildlife-watch-china-orca-breeding-center-marine-park/
+http://www.ncbi.nlm.nih.gov/pubmed/24392906
+https://www.fuw.ch/article/die-nummer-eins-in-der-handelsfinanzierungnzierung/
+http://grc.fjzs.edu.cn/∼fmin/coser/
+http://earth.eo.esa.int/pcs/envisat/meris/documentation/MERISSmileEffect.pdf
+http://dgfacts.labein.es/dgfacts/index.jsp
+http://www.springer.com/west/home/laboe
+http://www.cbve.org.br/?p=3478
+http://www.jstatsoft.org/v33/i02/
+http://kart.nexon.com/
+http://www.kremlin.ru/events/president/news/58506
+http://surfer.nmr.mgh.harvard.edu/optseq/
+https://ncjrs.gov/pdffiles/166363.pdf
+http://www.khmertimeskh.com/news/28645/chams-not-integrated-into-society--us-report/
+https://support.office.com/en-us/article/IPv6-support-
+http://www.bmub.bund.de/themen/klima-energie/klimaschutz/klima-klimaschutz-download/artikel/fortschrittsbe-richt-zur-klimaanpassung/.Zugegriffen:18.Februar
+http://books.scielo.org/id/y7fvr/pdf/porto-9788523211813-06.pdf
+http://www.nccn.org/professionals/physician_gls/pdf/hepatobiliary.pdf
+http://www.jstor.org/discover/10.2307/247063?uid=3738480&uid=2129&uid=2&uid=70&uid=4&sid=21101372852767
+http://fuse.sourceforge.net/.Online
+http://el.us.edu.pl/upgow/course/view.php?id=125
+http://www.project2061.org/publications/sfaa/online/sfaatoc.htm
+cokroaminoto.wordpress.com/20070523/memaknaikinerja-karyawan
+http://wwwinfo.cern.ch/asd/geant/index.html
+http://www.cve.saude.sp.gov.br/htm/ecolinet.htm
+http://jaxservices.jax.org/genome/scanningFAQ.html
+http://www.intechopen.com/books/bioluminescence-recent-advances-in-oceanic-measurements-and-laboratory-applications/development-of-a-ph-tolerant-thermostable-photinus-pyralis-luciferase-for-brighter-in-vivo-imaging
+http://keldysh.ru/gorbunov/live.htm
+https://www.who.int/gho/publications/worldhealthstatistics/
+http://ojs.unud.ac.id
+http://www.cenicafe.org/es/index.php/nuestras_publicaciones/Manual_Cafetero
+http://www.isaca.org/Template.cfm?Section=COBIT6&Template=/TaggedPage/TaggedPageDisplay.cfm&TPLID=55&ContentID=7981
+http://data.worldbank.org/indicator/SP.POP.TOTL
+https://www.youtube.com/watch?v=XumJPfkhgLM&feature=youtu.be
+http://cihr-irsc.gc.ca/e/41204.html.Accessed
+http://implementationscience.biomedcentral.com/articles/10.1186/1748-5908-4-69
+http://nbuv.gov.ua/UJRN/VNULPM_2013_776_20
+http://www.brookings.edu/research/reports/2011/05/12-jobs-and-
+http://www-diglib.stanford.edu:8080/˜testbed/doc/SDLIP/sdlip.htm
+http://www.utan.edu.mx/~revista/index.php?option=com_content&view=article&id=117:ejemplar-6-articulo-10&catid=40:ejemplar-6&Itemid=62
+http://www.ripe.net/projects/ris/rawdata.html
+www.firstthings.com/article/2015/04/the-end-of-the-university
+www.cnie.org/nle/crsnew.html
+http://www.w3.org/TR/rdf-sparql-query/
+http://www.unicef.org/ffl/overview.htm
+http://www.index-f.com/lascasas/documentos/lc0358.php
+https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Fallzahlen.html
+http://faostat.fao.org/2010
+http://tsn.ua/analitika/istoriya-z-grifom-sekretno-piymati-borsuka-aresht-vasilya-kuka.html
+http://palabra.ezln.org.mx
+http://www.intan-invest.net/
+https://www.cdc.gov/drugresistance/pdf/national_action_plan_for_combating_antibotic-resistant_bacteria.pdf.Accessed
+http://www.jeugdonderzoeksplatform.be/publicaties/Ad_hoc_opdracht_%20participatie.pdf
+http://www.teses.usp.br/teses/disponiveis/5/5137/tde-24052006-155058/publico/JuliaGarciaDurand.pdf
+www.sign.ac.uk
+http://rcc.tech-res.com/safetyandpharmacovigilance/.Accessed3/1/2014
+http://acm.eionet.europa.eu/databases/airbase/ETCACC_WP_2010_Quality_checks_EoI2010_Airbase.pdf
+http://bandung.detik.com/read/2010/11/23/134722/1500294/486/ilo-cam-pur-tangan-tangani-kisruh-pekerja-hotel-grand-aquila?881104485
+http://jn.physiology.org/content/93/5/2449
+http://lb.kompass.com/
+http://accurapid.com
+http://arxiv.org/pdf/math/0607168
+http://www.ub.edu/geocrit/-xcol/252.htm
+http://ramussoftware.com/
+kyoto-u.ac.jp
+https://scientiasalut.gencat.cat/bitstream/handle/11351/1089/definicio_malalties_declaracio_obligatoria_2010.pdf?sequence=1
+www.m-economy.ru
+http://www.aeoworks.org/pdf/statistics/US%20MEES%202011.pdf
+http://thisweekinpalestine.com/issue-archive/?issue=235
+http://www.xilinx.com/ise/logic_design_prod/index.htm
+http://intersnp.meb.uni-bonn.de
+http://www.oecdpublishing.com/dataoecd/30/52/2732142.pdf
+http://www.jbc.org/
+http://proguard.sourceforge.net
+http://www.tandfonline.com/doi/abs/10.1080/02614367.2014.994551#.VpqmaSorKhc
+http://www.dciindia.org.in/Rule_Regulation/BDS_Course_Regulation_2007_alongwith_Amendments.pdf
+http://www.youtube.com/watch?v=HUiC3n1ujuw
+http://www.tainstruments.com/pdf/literature/newdma.pdf
+http://www.imsglobal.org/profiles/index.html
+http://www.nua.ie/surveys/?f=VS&art_id=905354621&rel=true
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3100559
+http://www.sac.ac.uk/management/External/Projects/AspireExternal/Documents/REGIONAL%20REPORTS/Keski_SuomiExecutiveSummary.pdf
+www.camh.net/at_the_centre/at_the_centre_nov2000.html
+http://gruber.yale.edu/neuroscience/michael-w-young
+http://www.law.cornell.edu/supct/cases/topics/tog_freedom_of_speech.html
+https://eur-lex.europa.eu/legal-content/en/ALL/?uri=Celex
+http://manzanadiscordia.univalle.edu.co/volumenes/articulos/V6N2/art10.pdf
+http://www.mtsinai.on.ca/IHP/english/documents/IHPAssessmeniProtocolRevisedfinaldraftAug2405.pdf
+https://www.ncbi.nlm.nih.gov/pubmed/11281808
+http://www.jbc.org/content/287/15/12156
+http://ec.europa.eu/environment/international_issues/relations_usa_en.htm
+http://www.brucelindbloom.com/
+http://www.nytimes.com/2008/06/29/business/29scan.html?pagewantedϭall
+http://www.emcdda.europa.eu/html.cfm/index5174EN.html?pluginMethod=eldd.countryprofiles&country=BE
+http://rebeca.cs.ru.is/files/MasterThesisHaukurKristinsson2012.pdf
+https://openknowledge.worldbank.org/bitstream/handle/10986/13107/758480PUB0EPI0001300PUBDATE02028013.pdf?sequence=1
+http://www.jhuccp.org/hcp/countries/ghana/gha149.pdf.Accessed
+http://legacy.library.ucsf.edu/tid/pyq87d00
+http://www.educnet.education.fr/superieur/plateforme.htm
+https://cran.r-project.org/web/packages/psych/index.html
+http://www.bp.com
+http://www.endoflifecareforadults.nhs.uk/publications/talking-about-eolc
+http://ec.europa.eu/idabc/en/document/5385/5637.html
+XilinxInc.www.xilinx.com
+http://oide.sejm.gov.pl/oide/in-dex.php?option=com_content&view=article&id=14804&Itemid=946
+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3128404/
+http://www.iht.com/articles/1996/02/22/army.t_0.php
+http://d.muddywatersresearch.com/wp-content/uploads/2011/06/MW_TRE_060211.pdf.335
+http://uk.about.pinterest.com/
+http://www.uniabeu.edu.br/publica/index.php/SFM/article/view/1192/1038
+http://www.newsweek.com/2010/04/20/on-the-40th-anniversary-of-earth-day-let-s-go-shopping.html
+http://www.faqs.org/faqs/ai-faq/neural-nets/part3/section-10.html
+http://ppp.worldbank.org/public-private-partnership---.2006
+https://CRAN.R-project.org/package=dplyr
+http://www.bloodjournal.org/site/subscriptions/index.xhtml
+https://www.yumpu.com/en/document/read/9114254/technology-trends-for-inertial-mems-i-micronews
+https://www.popline.org/node/388274
+goo.gl/svnADC
+http://mek.oszk.hu/02100/02185/html/322.html27.11.2016
+http://www.doe.mass.edu/mcas/overview.html?faq=9
+http://link.aps.org/supplemental/10.1103/PhysRevLett.107.206601
+https://www.academia.edu/3600191/TeknikTokenEkonomidalamPengubahanPerilaku.Diaksespadatanggal10Juni
+http://www.iucnredlist.org/details/166479/0.Accessed15
+https://gensourcepotash.ca/potash-mining/#conventional-mining
+http://www-users.cs.umn.edu/saad/software/SPARSKIT/sparskit.html
+http://prodigal.ornl.gov/
+http://www.nubbek.de/media/pdf/NUB-BEK%20Broschuere.pdf
+https://periodicos.ufpe.br/revistas/revis-taenfermagem/article/view/11540/13447
+http://wwwrepeatmaskerorg/
+https://www.nobelprize.org/prizes/economics/1987/solow/lecture/
+http://www.trabalho.gov.br/ecosolidaria/sies_atlas.asp
+http://www.ece.gov.nt.ca/Maps/World%20and%20
+https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE129785
+http://www.hse.gov.uk
+http://www.tommasoventurini.it/wp/wp-content/uploads/2014/08/Venturini-Jacomy_Visual-Network-Analysis_WorkingPaper.pdf
+https://www.bjs.gov/content/pub/pdf/htus8008.pdf.Accessed
+https://files.eric.ed.gov/fulltext/EJ1055263.pdf
+https://www.R-project.org
+http://www.pewinternet.org/fact-sheet/mobile/
+http://www.aedon.mulino.it/archivio/2007/2/editoriale.htm
+deprojekte.projektwerkstaetten.tu-berlin.de/wordpress/kongress-2015
+https://www.nice.org.uk/guidance/GID-CGWAVE0774/documents/addendum
+http://www.cbos.pl/SPISKOM.POL/2010/K_060_10.PDF
+http://www.nanoscalereslett.com/content/6/1/614
+https://www.telegraph.co.uk/news/2017/12/13/idea-fix-nhs-get-rid-gps/
+http://www.everythingisaremix.info/everything-is-a-remix-part-2/
+http://www.phac-aspc.gc.ca/ph-sp/phdd/report/toward/index.html
+http://papers://c941067e-36da-4589-acf1-2f5738fdb5a1/Paper/p715
+http://narodne-novine.nn.hr/clanci/sluzbeni/2012_02_22_572.html
+http://www.aei.org/scholar/charles-murray/.Accessed3
+https://bit.ly/33rmRuB
+http://blogarmado.blogspot.com.brAcessoem
+http://www.zeno.org/Brockhaus-1837/A/Gesundheit?hl=gesundheit
+https://nucleotriade.com.br/tour-coreografico/dispositivo-coreografico/
+http://www.waterboards.ca.gov/gama/docs/coc_salinity.pdfPublished
+http://www.gnutella.com
+http://www.endoexperience.com/documents/AttachFrTooth.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/18797801
+http://creativecommons.org/licenses/by/4.0/
+http://online.wsj.com/article/SB10001424052970204468004577166273792137122.html
+https://www.edsurge.com/news/2017-06-16-learning-science-researcher-bror-saxberg-joins-chan-zuckerberg-
+https://arxiv.org/abs/1602.01227
+http://www.who.int/quantifying_ehimpacts/publications/prevdisexecsumsp.pdf?ua=1
+http://acrs.org.au/wp-content/uploads/28_Wang_PR.pdf
+http://www.cdc.gov/physicalactivity/everyone/guidelines/adults.html.Accessed
+http://rucklab.files.wordpress.com/2012/03/mini-6-0-oct-10-2010.pdf
+http://www.scielo.br/pdf/csc/v19n11/1413-8123-csc-19-11-4301.pdf.Acessoem
+http://static.cpc.mediagroup.com.br/Documentos/147_CPC00_R1.pdf
+http://www.scribd.com/doc/3109377/The-New-Disorder-of-Knowledge
+http://incubadora.periodicos.ufsc.br/index.php/IJIE/article/view/2595/pdf
+http://eprints.rclis.org/bitstream/10760/10021/1/Costa_e_Leite_CIPECC_2006.pdf
+http://www.tourismconcern.org.uk/Turystykaiśrodowisko
+https://www.facebook.com/photo.php?fbid=566080403462688&set=a.521673671236695.1073741825.521582701245792&type=1
+http://revistaeletronica.sp.senai.br/index.php/seer/article/viewFile/160/99
+http://creativecommons.org/licenses/by/4.0/
+https://www.ufmg.br/revistaufmg/pdf/REVISTA_19_web_156-181.pdf
+www.mathematik.uni-regensburg.de/Jannsen
+http://creativecommons.org/licenses/by-nc/3.0/pl/deed.en
+https://apps.who.int/iris/handle/10665/44773
+https://www.iea.org/publications/freepublications/publication/Russia_2014.pdf
+http://nicolas.burrus.name/index.php/Research/Ki
+http://www.mscmalaysia.my/cloud_sme
+http://www.indret.com/pdf/388_es.pdf
+http://www.catalyst.org/file/211/cat_vm_workplace.fit_final-2.10.pdf200INTERCULTURALLEADERSHIP
+http://www.un.org/Depts/unsd/social/hum-set.htm
+https://doi:10.1101/gad.201327.112
+http://technicallyphilly.com/2012/02/07/comcast-brings-low-income-internet-access-to-41000-families-in-u-s-but-only-463-locally
+http://thegraphicsfairy.com/vector-downloads-mothers-day-silhouette-2/
+http://doc.utwente.nl/96069/
+https://www.thenation.com/article/naomi-klein-green-new-deal-climate-change/
+http://help.arcgis.com/zh-cn/arcgisdesktop/10.0/help/index.html#//00300000000z000000
+http://data.consilium.europa.eu/doc/document/ST-12384-2016-ADD-1/en/pdf
+https://www.who.int/healthinfo/statistics/bodgbddeathdalyestimates.xls2
+http://www.scielo.br/scielo.php?pid=S1677-04202010000400001&script=sci_abstract
+http://www.haujournal.org/index.php/masterclass/issue/view/Masterclass
+https://www.teachingenglish.org.uk/publicationsAccess
+https://www.iap-socent.be/sites/default/files/Hungary%20-%20Fekete%20et%20al.pdf
+https://www.abpn.com/wp-content/uploads/2019/05/abpn_2018_annual_report.pdf.Accessed
+http://www.praxis.bond.edu.au/prism/papers/commentary/paper1.pdf
+http://www.pcori.org/about/governance-and-leadership/pcori101
+http://www.ncbi.nlm.nih.gov/pubmed/21112189.Accédé17
+http://www.oecd-ilibrary.org/environment/oecd-guidelines-for-the-test-ing-of-chemicals-section-4-health-effects_20745788.Accessed29
+http://www.jbsports.com/sec/bios/thammond.asp
+http://unicollaboration.unileon.es
+http://www.kxxv.com.Accessed
+http://www.fast-standard.org/
+http://www.bgci.org/education/1619/
+http://intimatetourism.files.wordpress.com/2007/06/paulabialski-thesisma-intimatetourism-final-engl.pdf
+http://www.nymox.com/default.action?itemid=47
+http://tiims.tamu.edu/2005summerREU/papers/McLendon.pdf
+http://www.google.es/url
+http://www.ncbi.nlm.nih.gov/pubmed/20627413
+http://www.worldometers.info/world-population/nigeria-population/
+https://nccd.cdc.gov/dnpabmi/Calculator.aspx.Accessed
+http://sp.lyellcollection.org/lookup/doi/10.1144/SP324.2
+http://www.jstor.org/stable/2713269
+http://www.health.vic.gov.au/healthstatus/composite/bod/bod-vic
+http://www.johannesburgsummit.org/html/documents/summit_docs/131302_wssd_report_reissued.pdf
+http://linked.eun.org/c/document_library/get_file?p_l_id=22345&folderId=23768&name=DLFE-742.pdf
+theglobeandmail.com/news/national/quebec-bans-twitter-from-courtrooms/article11197529
+https://www.sakaiproject.org/
+http://english.voiceofbahrain.org/?p=6351accessed1
+http://www.elcato.org/publicaciones/articulos/art-2005-03-21
+https://ma-paosc.ipea.gov.br
+http://www.env.go.jp/earth/suishinhi/jpn/projectsῌunderway/pdf/D*0+.pdf
+http://103.3.70.3/portal/index.php/konten/detail/deputipemberantasan/data-casenarcotics/10247/data-act-drugadministration-province-Central
+http://www.ucentral.edu.co/images/editorial/nomadas/docs/nomadas_1_cibercultura.pdf
+http://pubs.usgs.gov/of/2011/1073/
+http://www.case-research.eu/files/?id_plik=4337
+http://www.picknpayinvestor.co.za/downloads/2015/Pick%20n%20Pay%20Integrated%20Annual%20Report%202015%20spread%20view.pdf
+http://informationr.net/ir/18-1/infres181.html
+https://livias.kuleuven.be/bitstream/123456789/223188/1/aerts
+http://www.mimidonaldson.com/
+https://www.sciencedaily.com/releases/2010/07/100723080115.htmSenguptaSP
+http://www.pdos.lcs.mit.edu/grid/sirn/index.html
+http://goo.gl/P6GUla
+http://www.hurray.isep.ipp.pt/asp/show_doc.asp?id=167
+https://cwe.mitre.org/data/definitions/121.html
+http://library.fes.de/pdf-files/id/ipa/06837.pdf
+http://groupelavenir.org/wp-content/uploads/2015/08/ga3.jpg
+http://www.cropnet.pl/dbases/mycotoxins.pdf
+http://web.amnesty.org/library/pdf/EUR720011999ENGLISH/$File/EUR7200199.pdf
+https://www.xe.com/currencycharts/?from=USD&to=MXN&view=10Y
+http://www.thecoca-colacompany.com/investors/pdfs/2007_annual_review.pdf
+http://oro.open.ac.uk/id/eprint/22547
+www.iea.org/co2highlights/co2highlights.pdf
+http://redalyc.uaemex.mx/src/inicio/ArtPdfRed.jsp?iCve=28720206
+http://pressroom.eircom.net/press_releases/article/eircom_launches_next_generation_broadband_for_ireland/
+http://creativecommons.org/licenses/by/4.0/
+http://ies.jrc.ec.europa.eu/uploads/media/WTT_Report_010307.pdf
+https://www.whitehouse.gov/sites/default/files/microsites/ostp/PCAST/pcast_hearing_tech_letterreport_final.pdf
+http://www.campbellcollaboration.org/lib/index.php?go=browse&sort=title&view=all&published_type
+http://www.arupassociates.com/en/case-studies/sky-studios/.accessed21
+http://www.theage.com.au/articles/2009/10/11/1255195701659.html
+www.biosecurity.govt.nz/biosecurity-summit
+http://www.science.oas.org/COMCYT/english/Resolu-tion.htm
+facebook.com/lasextanoticias/videos/10155517308698755/PreviodesfileWPwww.facebook.com/lasextanoticias/videos/10155624283748755/DesfileWP,buslaSexta1www.facebook.com/lasextanoticias/videos/10155625250533755/DesfileWP,buslaSexta2
+https://www.nice.org.uk/Guidance/cg162.Accessed
+www.epa.gov/oppad001/pdf_files/test_method_copper_alloy_surfaces.pdf
+http://www.scielosp.org/pdf/csc/v17n7/14.pdf
+www.nice.org.uk
+http://nationalpost.com
+http://korrespondent.net/ukraine/3788774-poselok-na-donbas-se-khotiat-pereymenovat-v-nui-york
+http://www.csl.gov.uk/prodserv/cons/bees/
+http://ww2.bgbm.org/EuroPlusMed/query.asp/
+http://www.medicine.ox.ac.uk/bandolier/painres/download/whatis/meta-an.pdf
+http://www.nvic.org/Vaccine-Laws/state-vaccine-requirements/texas.aspx
+http://www.globalskm.com/Insights/Achieve-Magazine/Issue2-2011/article7.aspx
+http://www.bls.gov/oco/cg/cgs023.htm
+http://www.ect.it/workshops/000112
+http://www.fiab--onlus.it/bici/
+http://aei.pitt.edu/47273/1/COM_%2897%29_630_final.pdf
+http://www.statistics.gov.uk/STATBASE/xsdataset.asp?More=Y&vlnk=5277&All=Y&B2.x=78&B2.y=10
+http://www.iist.unu.edu/newrh/III/1/page.html
+https://issues.apache.org/jira/browse/CONFIGURATION-638
+http://www.fastcompany.com/online/33/pioneer.html
+https://mondaynote.com/trumps-digital-campaign-for-2020-is-already-soaring-d0075bee8e89
+http://www.theigc.org/project/natural-resources-institutions-and-fdi/
+https://www.bildungsketten.de/_media/BK-Konferenz_Vortrag_Hurrelmann.pdf
+http://www.ikisaki.jp/
+https://coastfundsca/stories/coastal-first-nations-sharing-intelligence-through-the-coastal-stewardship-network/
+https://www.mongabay.co.id/2013/11/01/hutan-jadi-sawit-orangutan-panen-tikung-petani-madu-kapuas-hulu/
+http://www.ISACA.org/Journal/archives/2013/Volume-
+http://www.scopus.com/inward/record.url?eid=2-s2.0-77951534090&partnerID=40&md5=df8e9ea505492fab61d2177078218777
+http://abcnews.go.com/healthon13/04/2011
+http://www.cgiar.org/cifor/research/projects/project6-2/popgene.html
+http://www.cdc.gov/reproductivehealth/Tobac-coUsePregnancy/Providers.html
+https://dle.rae.es/?id=N7BnIFO
+http://www.cntower.ca/en-ca/about-us/history/astounding.html
+http://oa.upm.es/6199/1/MOISES_ENRIQUE_MARTINEZ_SOTO.pdf
+http://ssrn.com/abstract=906473
+https://ssrn.com/abstract=3007788
+http://www.acrpnet.org/certification/ich/index.html
+http://www.rsi.fr/uploads/tx_rsirss/20101201_Essentiel_du_RSI_Donnees_2009_02.pdf
+http://wikis.ala.org/emergingleaders/index.php/Main_Page
+http://www.momo-berlin.de/Mersch_Augenblick.html#_ednref22
+http://www.embecosm.com/appnotes/ean4/embecosm-howto-rsp-server-ean4-issue-2.html
+http://webcache.googleusercontent.com/search?q=cache:CZnsdkosFssJ:hudoc.echr.coe.int/webservices/content/pdf/001-58257%3FTID%3Dhhkgrkntio+&cd=2&hl=en&ct=clnk
+http://chemspider.com/chemical-structure.10469369.html
+http://www.sfs.uni-tuebingen.de/lsd/english.html
+https://publications.iadb.org/bitstream/handle/11319/6415/pesquisaMegacidades.pdf?sequence=2Acesso
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0103-40142006000200009&lng=en&nrm=iso
+http://www.aap.org/family/6to12mo.htm.Accessverified
+http://conference.itcs.tsinghua.edu.cn/ICS2011/content/papers/27.html
+http://censosbolivia.ine.gob.bo/censofichacomunidad/em10denovembrode
+theregister.co.uk/2008/01/17/gaming_murder/
+http://www2.camara.leg.br/legin/fed/declei/1940-1949/decreto-lei-3199-14-abril-1941-413238-norma-pe.html
+https://theiam.org/what-is-asset-management
+http://www.mpsr.sk/sk/?navID=1&id=8013
+https://narodne-novine.nn.hr/clanci/sluzbeni/2009_03_39_881.html.Accessed
+http://www.ukrstat.gov.ua
+http://www.pascalnetwork.org/challenges/VOC/voc2012/workshop/index.html
+http://www.jessrules.com/jess/
+https://www.walesonline.co.uk/news/education/teachers-wales-demanded-significant-pay-14168088
+http://www.rbff.com.br/index
+http://bit.ly/x5B6qH
+http://www.reason.org
+http://apps.who.int/medicinedocs/en/d/Jh2992e/
+http://ensembl.org
+http://quality.eup.ru/MATERIALY2/problems.html
+http://www.cypruspolicycenter.org/haber_oku.asp?haber=57
+http://creativecommons.org/licenses/by/4.0/
+http://www.purdue.edu/guidetotheory/postmodernism/modules/baudrillardsimulation.html
+http://inspire.ec.europa.eu/documents/
+http://hia.com.au/hia/content/Policy/region/National/classification/Building%20Policy/article/IS/HP/Accessibility%20in%20Residentail%20Buildings.aspx
+http://www.eclipse.org/modeling/emf/
+https://goo.gl/2WyGvA
+http://contactlensupdate.com/2014/07/15/cosmetic-or-decorative-contact-lenses/
+http://finclusion.org/uploads/file/Effects%20of%20Demonetization%20on%20Financial%20Inclusion%20in%20India
+http://www.crm.forum.com
+http://www.fda.gov/Food/FoodborneIllnessContaminants/CausesOfIllnessBadBugBook/.Accessed12
+https://meraukekab.bps.go.id/dynamictable/2018/04/26/8/jumlah-penduduk-dan-rasio-jenis-kelamin-kabupaten-merauke-2010-2017.html
+http://CRAN.R-project.org/package=gmodels.680-2
+http://www.generation5.org/cbpnet.shtml
+http://www.nobelprize.org
+http://www.rand.org/pubs/technical_reports/TR410.html
+https://scholarsarchive.byu.edu/etd/6215
+http://www.emcdda.europa.eu/publications/annual-report/2012
+http://nsnam.isi.edu/nsnam/
+www.jceionline.org
+http://www.istruzione.it/allegati/2014/TALIS_Guida_lettura_con_Focus_ITALIA.pdf
+http://www.cdc.gov/foodnet/factsandfigures/incidence.html
+http://timelessrepo.com/haters-gonna-hateoas
+http://www.scielo.br/scielo.php?script=sci_arttext&pid=S008062342010000100016&lng=en
+http://www.unh.edu/ccrc/pdf/CV138.pdf
+http://www.gartner.com/technology/reprints.do?id=1-1CCZVJP&ct=121004&st=sg
+http://brno.idnes.cz/brno-chce-zrusit-pulku-zahradkarskych-kolonii-misto-nich-maji-byt-byty-a-parky-19a-/brno-zpravy.aspx?c=A101216_1500002_brno-zpravy_bor
+http://www.hcch.net/index_en.php?act=conventions.text&cid=98
+http://portal.mec.gov.br/index.php?option=com_content&view=article&id=12241&Itemid=487
+http://www.competencias.gob.ec/wp-content/uploads/2017/05/01PPP2016-POLITICA01.pdf
+http://www.acc.org/clinical/guidelines/unstable/unstable.pdf
+https://www.thedialogue.org/wp-content/uploads/2017/09/El-aprendizaje-del-ingl%C3%A9s-en-Am%C3%A9rica-Latina-1.pdf
+http://www.ordemenfermeiros.pt/AEnfermagem/Documents/REPE.pdf
+http://www3.syngenta.com/country/pt/pt/a_syngenta/visao_e_objectivos/Pages/home.aspx
+https://www.regulations.gov/document
+http://cid_econ.ucdavis.edu/
+https://nces.ed.gov/pubs2010/2010004/findings_10.asp
+http://site.ebrary.com/lib/royalroads/Doc?id=5000833&ppg=1
+http://creativecommons.org/licenses/by-nc-
+http://www.istat.it/salastampa/comunicati/non_calendario/20101110_00/
+http://www.naturalnews.com/018677.html
+https://quaco.web.cern.ch/EuropeanUnion,underEUCOFUND-PCPgrantn.689359
+http://www.ijmhs.com/content/pdf/1752-4458-2-13.pdf
+http://www.scielo.org.co/pdf/tara/n14/n14a12.pdf
+http://www.educationengland.org.uk/documents/plowden/plowden1967-1.html
+http://www.wallacefoundation.org/knowledge-center/school-leadership/keyresearch/Documents/Investigating-the-Links-to-Improved-Student-Learning.pdf
+http://www.albertahealthservices.ca/
+https://www.iucnredlist.org/species/712/121745669#assessment-information
+http://mohfw.nic.in/WriteReadData/l892s/file16-29724885.pdf
+http://www.sas.com
+http://www.cdc.gov/ncbdd/adhd
+http://www.fao.org/3/a-i5996e.pdf
+http://physics.nist.gov/xcom
+www.osservatorionazionalescreening.it/ons/pubblicazioni/rap-porto6.pdf
+http://www.revistasusp.sibi.usp.br/scielo.php?pid=S0104-60982009000100003&script=sci_arttext
+http://www.eumed.net/libros-gratis/2006b/jirr-06/1b.htmFoodandAgricultureOrganizationoftheUnitedNations
+http://portalarquivos.saude.gov.br/images/PDF/2014/junho/13/Portaria-609-de-2013.pdf
+https://lareviewofbooks.org/article/me-myself-and-hitler/
+http://www.fsrh.org/pdfs/CEUGuidanceIntrauterineContraceptionNov07.pdf
+http://www.sciencedirect.com/science/article/pii/S0144861710000020
+https://www.bundesgesundheitsministerium.de/fileadmin/dateien/Publikationen/Praevention/Broschueren/Broschuere_Ratgeber_zur_gesundheitlichen_Praevention.pdf
+https://www.who.int/social_determinants/resources/articles/emconet_who_report.pdf
+http://creativecommons.org/licenses/by/4.0/
+http://ieeexplore.ieee.org/document/7120461/
+http://scitation.aip.org/content/aip/journal/rsi/85/3/10
+www.studium-in-israel.de/
+http://www.tst.jus.br/web/trabalhoseguro/resolucao
+https://subversion.apache.org/,accessed
+http://pediatrics.aappublications.org/content/109/4/e62#BIBLDOI:10.1542/peds.109.4.e62
+dijo.el.ingeniero.en.el.mo-mento.de.firmar.el.contrato.de
+https://dialnet.unirioja.es/servlet/articulo?codigo=305458
+www.pediatrics.org/cgi/content/full/116/1/e113
+http://link.aps.org/supplemental/10.1103/PhysRevLett.108.156801formoredetails
+www.riksrevisjonen.no/rapporter/Sider/Dokumentbase_Dok_1_2008_2009.aspx
+http://www.cysticfibrosis.ca/page.asp?id=21
+http://gradworks.umi.com/3372318.pdf
+http://www.scotlandsplaces.gov.uk/digital-volumes/published-gazetteers-and-atlases/atlas-scottish-history-1707
+razonypalabra.org.mx
+http://www.mainroads.wa.gov.au
+https://www.imtj.com/resources/healthcare-markets/
+http://www.tropicos.org
+http://www.heart.org/HEARTORG/Conditions/More/
+www.mis.zu.edu.eg/ajied/home.aspx
+http://www.hukumonline.com/pusatdata/Hymes
+www.polioeradication.org/Resourcelibrary/Advisory-andcertification/TechnicalAdvisoryGroups.aspx
+http://www.project-syndicate.org/commentary/egypt-s-salafi-challenge
+http://www.opengeospatial.org/
+http://www.marinespecies.org/aphia.php?p=taxdetails&id=141604
+http://uww.chass.utoronto.ca/"cla-acl
+http://www.aafp.org
+https://www.percona.com/live/london-2013/sites/default/files/slides/uc2013-EIPS-final.pdf
+http://www.webapps.cee.vt.edu/ewr/environmental/teach/smprimer/sm-intro.html
+https://www.lyfemarketing.com/blog/why-digital-marketing/
+http://www.unhcr.org/refworld/docid/4f4cd9812.html
+www.fao.org/news/story/en/item/75335/icode/
+https://docs.microsoft.com/en-us/windows/uwp/security/microsoft-passport
+http://www.sandia.gov/~jytsao/hpsnl_sand_report_2000.pdf
+http://litteraturbanken.se/#!/presentationer/vandringar/VandringLotass.html
+http://teacher.scholastic.com/professional/assessment/perfassess.htm
+http://politik-digital.de/auch-die-politik-braucht-soziale-innovation/.Abgerufen
+http://www.w3.org/TR/2001/NOTEwsdl-20010315
+http://www.baojournal.com/BDB%20WEBSITE/index.html
+https://cocalc.com
+http://techcrunch.com/2012/01/12/more-more-more
+http://www.sba.luc.edu/org/meea/vol6/Rizk.htm
+www.ala.org/aasl/sites/ala.org.aasl/files/content/aaslpubsandjournals/slr/vol15/SLR_Resource_Provisions_V15.pdf
+http://www.eduiuc.edu/EPS/PES-yearbook/95docs/haig.html
+https://www.museodelprado.es/coleccion/galeria-on-line/galeria-on-line/obra/la-familia-de-felipe-iv-o-las-Meninas/
+http://factsreports.revues.org/3720
+http://www.academyofleisuresciences.com/publications/nrpa-leisureresearch-symposium-book-abstracts
+http://russiaturforum.com/khakasiya_2013/,свободный
+http://www.emissieregistratie.nl
+http://www.popsci.com/technology/article/2012-11/fyi-how-israel
+https://www.cambridge.org/core
+https://comunicatascientiae.com.br/comunicata/article/viewFile/468/314
+http://www.sinab.unal.edu.co:2053/science/article/pii/S0257897206002787
+https://ethnology.wordpress.com/2008/06/26/object-chinese-puzzle-balls/
+http://dugi-doc.udg.edu/handle/10256/9339
+http://www.dailymail.co.uk
+http://www.britannica.com/EBchecked/topic/140167/guidance-counseling
+www.uibk.ac.at/iol
+www.ars-altmann.com/en/.../Hermetizationofpowertransformers.pdf
+http://www.psy.miami.edu/fac-ulty/mmccullough/Papers/forgiveness_as_human_strength.pdf
+http://www.astralinux.com/v-goskontrakty.html
+http://www.gks.ru/
+http://kremlin.ru/events/president/news/47173
+www.inca.org.br/epidemiologia/estimativa
+https://vlada.gov.hr/UserDocsImages//Sjednice/2015/229%20sjednica%20
+http://www.atmos-meas-tech-discuss.net/1/103/2008/
+www.rstudio.com/
+http://doi.dx.org/10.1016/j.jbusres.2007.08.002
+www.untumbes.edu.pe/inv/tesisalumnos.asp?escuela=03
+http://caranddriver-brasil.uol.com.br/noticias/aumenta-a-idade-media-da-fro-ta-nacional/10437
+http://www.fujitsu.com/downloads/TEL/fnc/whitepapers/Pathto100G.pdf〉
+https://bit.ly/2IrCysp
+https://books-google-com.ezp-prod1.hul.harvard.edu/books?hl=en&lr=&id=8VbfAQAAQBAJ&oi=fnd&pg=PP1&dq=personal+causation&ots=f42PXS3pjv&sig=ADQmtywYIYyP538sUQMpHahWyrg
+http://www.etuc.org/a/2854
+http://www.chistera.eu/projects/star
+http://www.cev-rio.org.br/site/arq/Pires-T-Colorindo-memorias-e-redefinindo-olhares-Ditadura-militar-e-racismo-no-Rio-de-Janeiro.pdf
+http://fgsnet.nova.edu/cread2/creadarticlesearch/
+http://www.uis.unesco.org/ev.php?URL_ID=5187&URL_DO=DO_TOPIC&URL_SECTION=201
+https://link.aps.org/doi/10.1103/RevModPhys.80.885
+http://news.nationalgeographic.com/news/energy/2015/01/150120-oil-spills-into-yellowstone-river
+http:www.cibersociedad.net/congress2009/es
+http://www.kjemi.uio.no/software/dalton/dalton.html
+www.ars-grin.gov/cgi-bin/duke/chemical.pl?GADOLEICACID
+https://international.aanp.org/Practice/APNRoles
+http://nlp.stanford.edu/software/dependencies_manual.pdf
+http://www.ncsl.org/research/health/hpv-vaccine-state-legislation-and-statutes.aspx〉
+http://www.openarchives.org/ore/0.9/primer
+http://www.wcfia.harvard.edu./sites/default/files/Beckfield_Social_pdf
+https://forge.gridforum.org/projects/gin
+http://www.nhc.gov.cn/xcs/s7847/201907/520f21e5ac234785bcc363a286866fb0.shtml
+http://www.statcan.gc.ca/pub/91-547-x/2005001/4072106-eng.htm
+http://www.ncbi.nlm.nih.gov/books/NBK63531/
+http://ec.europa.eu/eu2020/pdf/COMPLET%20EN%20BARROSO%20%20%20007%20-%20Europe%202020%20-%20EN%20version.pdf
+http://www.oleaginosas.org/art_237.shtml
+https://emotiv.com/insight.php
+http://thinkprogress.org/economy/2014/03/12/3394871/ryan-poverty-inner-city/
+http://www.c8sciencepanel.org/pdfs/Probable_Link_C8_Heart_Disease_20Oct2012.pdf
+http://arstechnica.com/news.ars/post/20060924-7814.html.Acces-sed8
+www.iasociety.org/Abstracts/A200713701.aspx
+http://www.ncbi.nlm.nih.gov/pubmed/7530818
+https://www.bsmu.edu.ua
+http://artukraine.com.ua/a/art-now--stepan-ryabchenko-pro-mistectvo-novoi-dobi
+http://www.cbo.gov/ftpdocs/113xx/doc11355/hr4872.pdf
+http://www.lipidhome.co.uk/ms/masspec.html
+http://www.ijaer.com/(IJAER)2011
+http://www.scotland.gov.uk/Topics/Statistics/SIMD/
+http://www.mflip.com.br/temp_site/edicao-2054.pdf
+https://www.nytimes.com/2018/05/22/arts/television/fauda-an-israeli-tv-hit-lets-viewers-escape-into-the-conflict.html
+http://www.lexisnexis.com/us/lnacademic/
+www.wjh.harvard.edu/~inquirer/lasswell.htm.OnlineQDA,www.onlineqda.hud.ac.uk/Intro_QDA/what_is_qda.php
+http://www.ich.org/fileadmin/Public_Web_Site/ICH_Products/Guidelines/Quality/Q2_R1/Step4/Q2_R1__Guideline.pdf
+http://www.search.ebscohost.com/login.aspx?direct=true&db=cin20&AN=109873156&site=ehost-live
+http://go.nature.com/ntrw7u
+http://doc.utwente.nl/57842/
+http://robotics.youngester.com/2008/05/monkey-feeds-itself-with-robotic-arm.html
+http://www.ifac-papersonline.net/Detailed/63251.html
+https://gks.ru/free_doc/new_site/business/osnfond/amort_11_ved.htm
+www.cofen.gov.br/resoluo-cofen-2922004_4328.html
+http://trends.collegeboard.org/sites/default/files/stu-dent-aid-2012-full-report.pdf
+http://globocan.iarc.fr/Pages/fact_sheets_cancer.aspx.Accessed
+http://stat.gov.pl/download/gfx/portalinformacyjny/pl/defaultstronaopisowa/5743/1/1/nsp2002_tabl1.xls
+https://en.wikipedia.org/wiki/HeterogeneousSystemArchitecture
+http://hyper.ahajournals.org/15
+http://www.ncbi.nlm.nih.gov/omim
+https://clickchain.ru/library/chto-takoe-texnologiya-blokchejn-i-ee-rol-v-kriptovalyutax/
+http://www.skogsindustrierna.se/LitiumDokument20/GetDocument
+http://semen.revues.org/4291.Documenttéléchargédepuiswww.cairn.info---89.156.142.117-15/10/201615h39.©L'HarmattanDocumenttéléchargédepuiswww.cairn.info---89.156.142.117-15/10/201615h39
+http://www.voppsy.ru/authors25/SOLDATGU.htm
+http://revistainterdisciplinar.uninovafapi.edu.br/index.php/revinter/article/view/590/pdf_272
+http://www.cms.hhs.gov/QualityIMprovementOrgs/04_9thsow.asp-TopOfPagehttp://www.cms.hhs.gov/QualityIMpro-vementOrgs/04_9thsow.asp-TopOfPage
+www.thermalceramics.com
+http://www.tandfonline.com/toc/ccut20/current#.UlqGFlBJOSo
+http://www.pewtrusts.org/en/multimedia/data-visualizations/2014/antibiotics-currently-in-clinical-development
+http://www4.hrsdc.gc.ca/indicator.jsp?&indicatorid=57#MOREON_1
+https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1783557
+http://www.editlib.org/p/
+https://www.elpartoesnuestro.es/sites/default/files/recursos/documents/protocolo_asistencia_parto_normal_cataluna_2007.pdf
+http://www.psychology.iastate.edu/~dle/mnsost_download.htm
+http://dx
+http://www.logisticare.com/transportation/
+https://stomatologia.mp.pl/aktualnosci/178202
+https://orcid.org/0000-0001-5176-173X
+ftp.fao.org/docrep/fao/011/i0250e/i0250e.pdf
+http://www.academia.edu/10329138/CHAOS_THEORY_AND_ITS_APPLICATIONS_ON_UNDERSTANDING_HUMAN_MADE_SYSTEMSAcessoem03-03-2015
+http://www.biomedcentral.com/1471-2431/13/14
+http://frontlineonnet.com/fl2515/stories/20080801251502600.htm
+http://doi.acm.org/10.1145/1837110.1837131.URLhttp://doi.acm.org/10.1145/1837110.1837131.→pages
+https://aarontoponce.org/wiki/crypto/card-ciphers
+http://www.sciencedirect.com
+http://vesta.informatik.rwth-aachen.de/opus/volltexte/2011/3156/
+http://www.odi.org/resources/docs/2328.pdf
+http://www.wiod.org/publications/source_docs/Environmental_Sources.pdf
+http://www.ilo.org/public/english/bureau/gender/newsite2002/about/action.htm
+http://advances.sciencemag.org/content/5/12/eaay1443#BIBL
+http://colah.github.io/posts/2014-07-NLP-RNNs-Representations/
+ftp.cse.unsw.edu.au/pub/doc/papers/UNSW/0909.pdf
+https://www.unc.edu.ar/sites/default/files/S%C3%ADntesis%20
+http://www.sifma.org/about/
+http://www.infiressources.ca/fer/depotdocuments/Perception_des_encadreurs_de_stages.pdf
+http://halmaigabor.hu/dok/426_Amicus_Cardinal_Laws_final.pdf
+http://www.ichrdd.ca
+http://www.economist.com/node/17647627
+http://www.sciencedirect.com/science/article/pii/S0272696302000876
+http://stacks.iop.org/0951-7715/19/2137
+http://www.cnt.org/sites/default/files/publications/CNT_Value-of-Green-Infrastructure.pdf
+https://www.cms.gov/about-cms/aca/affordable-care-act-in-action-at-cms.html#.Accessed
+https://www.eitdigital.eu/fileadmin/files/docs/Action_Lines/SES/Towards_a_European_Smart_Energy_System.pdf
+http://crawdad.cs.dartmouth.edu/ibm/watson
+www.msf.org/content/page.cfm
+https://www.un.org/apps/news/story.asp?NewsID=57313#.WbbY760ZPHI
+http://www.interculturaldialogue2008.eu/fileadmin/downloads/resources/education-and-migration_bamberg.pdf
+https://www.diw.go.th/hawk/content.php?mode=spss59
+https://www.who.int/tb/publications/global_report/en
+http://www.di.unipi.it/optimize/Data/MMCF.html
+http://www.mathworks.com
+https://ec.europa.eu/digital-single-market/en/financial-guarantee-facility-culture-creative
+http://www.ibef.org/industry/autocomponents-india.aspx
+http://en.wikipedia.org/wiki/Travelling_salesman_problem
+https://apps.who.int/iris/handle/10665/330893
+http://www.malcolmturnbull.com.au/assets/Coalitions_Policy_for_E-
+https://www.businessinsider.com/dan-coats-us-space-attack-2018-2/
+http://www.fao.org/fishery/statistics/software/fishstatj/en
+http://www.eecs.umich.edu/gasm/Gurevich1997YuriGurevich
+http://roderic.uv.es/handleIro55oI43210
+http://soi.cnr.it/archcalc/indice/PDF19/1_Djindjian.pdf
+http://www.newsweek.com/nw-srv/printed/us/in/a19468-2000may6.htm
+http://jezebel.com/black-messiah-top-five-and-the-power-of-perfect-timing-1671384408
+https://arxiv.org/abs/1905.12669
+http://www.gaiabit.com/minitab-celebra-40-anos-facilitando-el-analisis-de-datos/
+http://www.bloodjournal.org/site/subscriptions/index.xhtml
+http://www.powells.com/biblio/1-9780786838653-10/
+http://www.claaswilke.de/publications/workshops/EEbS2012.pdf
+https://eupublicprocurement.org.ua/контроль-у-сфері-публічних-закупівел.html
+http://www.audiologyonline.com/articles/pf_article_detail.asp?article_idϭ1204
+http://de.wikipedia.org/wiki/Rügen
+http://www.santacruzsentinel.com/ci_22716932/permit-system-puts-tougher-regulation-fishermen-scientists-who
+http://eprints.nottingham.ac.uk/845/1/Hendey__Pascall_FINAL.pdf
+http://www.edu.gov.mb.ca/k12/docs/support/tfs/index.html
+http://www.birncommunity.org/
+http://www.aelg.org/GetActivityById.do?id=24
+http://www.aravot.am/2015/06/27/587063/
+http://www.sil.org
+https://github.com/htygithub/ASDmask/
+http://www.fractracker.org/about-us/annual-report
+https://www.extension.umn.edu/agriculture/nutrient-management/phosphorus/understanding-phosphorus-fertilizers/
+www.euce.org
+http://www.unicef.org/infobycountry/india_statistics.html
+http://www.europeansocialsurvey.org/docs/round5/questionnaire/ESS5_final_work_family_wellbeing_module_template.pdf
+http://www.livescience.com/40283-ngss-science-standards-change-education.html
+https://biznes.gazetaprawna.pl/artykuly/1081643,pe-dro-cabezas-heizel-torrez-velasquez-kopalnie-niszcza-ludzi-i-srodowisko.html
+http://www.prezy-dent.pl/aktualnosci/wypowiedzi-prezydenta-rp/wystapienia/art
+http://www.sciencedirect.com/science/article/pii/0021999181901455
+http://link.aip.org/link/?MPH/33/3321/1
+http://www.thisdaylive.com/articles/deforestation-Nigeria-ranked-worst-in-theworld/103321
+http://link.springer.com/10.1007/s00262-015-1704-6
+http://www.ascilite.org.au/ajet/ajet25/editorial25-2.html
+http://www.w3.org/TR/n-triples
+http://www.umass.edu/digitalcenter/events/pdfs/OMahony_open_project.pdf
+https://digi.ub.uni-heidelberg.de/diglit/totentanz1488/0042/image.HeinrichKnoblochzer
+http://www.nunatsiaq.coin
+http://philpapers.org/archive/HALHRA.pdf
+http://ivo.garant.ru/#/document/12161584
+http://www.psa.ac.uk/2011/UploadedPaperPDFs/719_270.pdf
+www.feedipedia.org/node/214
+http://www.scielo.br/pdf/cr/v42n8/a22412cr4269.pdf
+http://www.gao.gov/new.items/d03285.pdf
+http://www.cdc.gov/diabetes/pubs/refguide_physactivity.htm
+https://www.cbs.nl/nl-nl/nieuws/2008/42/aandeel-voeding-in-huishoudbudget-steeds-kleinerEditorialBoardFoodlog
+http://www.gaepd.org/Files_PDF/VRP/VRPFAQ.pdf
+http://lnweb18.worldbank.org/external/lac/lac.nsf/Countries/Guatemala/90CF6C5A035DCEF585256CE90049E66C?OpenDocumentconsulted
+https://www.kommersant.ru/doc/3325258
+http://plato.stanford.edu/archives/fall2008/entries/wyclif-political/
+http://www.scielo.com.br/scielo.php
+http://www.ncbi.nlm.nih.gov/pubmed/22643612
+https://www.visitscotland.org/binaries/content/assets/dot-org/pdf/research-papers-2/20190314-outlander-effect-2019.pdf.,27.3.2019
+http://ssrn.com/abstract=927979
+http://www.fas.usda.gov/maximum-residue-limits-mrl-database
+http://arxiv.org/pdf/1110.2943.pdf
+http://eldotelecom.blogspot.com/2014/03/us-at-inflection-point-on-premises.html
+http://www.undp.org/eu/documents/hsbooklet.pdf
+https://www.gov.uk.Accessed31
+http://www.eldespertador.info/despierta/textdesper/memoperfom.htmlconsultado22-05-2005-Todorov
+http://cshperspectives.cshlp.org/citmgr?gca=cshperspect%3Bcshperspect.a033134v1
+https://www.theverge.com/2018/9/14/17859188/ai-deepfakes-national-security-threat-lawmakers-letter-intelligence-community
+http://www.ariadne.ac.uk/issue43/wakingupinbl-rpt
+http://www.tivo.com
+http://www.fisica.uniud.it/∼ercolessi/
+https://abu4faqih.files.wordpress.com/2011/01/model-reformasi-birokrasi.pdf
+http://www.ncbi.nlm.nih.gov/pubmed/6809361
+http://www.paho.org/data/index.php/en/?option=com_content&view=article&id=524&Itemid=
+http://hdl.handle.net/1822/53241
+http://www.g-drg.de/cms/index.php/Archiv
+http://tigercompetencies.pbworks.com/f/TICC_Final.pdf
+https://sustainabledevelopment.un.org/•FrancoiseBourguignon
+http://education.fiu.idu/research_conference/
+http://www.sd-commission.org.uk/publications/downloads/Nuclear-paper4-Economics.pdf
+http://www.rchiips.org/pdf/rch3/report/MP.pdf
+http://www.equator-network.org.Accessed
+http://www.idf.org/sites/default/files/EN_6E_Atlas_Full_0.pdf
+http://tree.bio.ed.ac.uk/software/seal/.Accessed12
+https://www.cambridge.org/core.IPaddress:207.241.231.82
+http://www.aray1.com/docupdf/hipotesis.pdf
+http://openstack.org/downloads/openstack-overview-datasheet.pdf
+http://www.reuters.com/article/2013/07/25/us-usa-detroit-blight-idUSBRE96O02T20130725
+http://pm.gc.ca/eng/bio.asp?id=47
+http://socialreport.msd.govt.nz/2003/index.shtml
+http://www.rendimentoadequado.org.pt
+https://www.crimeandjustice.org.uk/resources/those-who-plead-not-guilty-are-not-gaming-system.Accessed28
+https://hal.archives-ouvertes.fr/hal-01234174
+https://www.ecb.europa.eu/explainers/tell-me/html/what-is-bitcoin.en.html
+http://www.bmfbovespa.com.br/pt-br/a-bmfbovespa/download/merccap.pdf
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2938403/.Accessed
+http://www.citia.co.uk/content/files/50161-377.pdf.Accessed15
+http://www.birdlife.org/datazone/sitefactsheet.php?id=765
+http://www.geneious.com/564
+http://thelede.blogs.nytimes.com/2013/04/23/updates-in-the-aftermath-of-the-boston-marathon/
+https://www.dovepress.com/by54.70.40
+http://www.bankofengland.co.uk/publications/Pages/speeches/2012/606.aspx
+http://www.isradiology.org/tropical_deseases/tmcr/chapter6/clinical29.htm.Accessin13/06/2016
+http://www.livingreviews.org/lrr-2014-3
+http://www.pubmed.com
+http://www.wormbook.org.Accessed
+https://www.kmu.gov.ua/ua/npas/pro-zatverdzhennya-derzhavnogo-standartu-pochatkovoyi-osviti
+https://www.escr-net.org/caselaw/2006/case-mayagna-sumo-awas-tingni-community-v-nicaragua-eng
+https://repositorio.unesp.br/bitstream/handle/11449/144653/regulamento_repositorio_institucional_unesp.pdf?sequence=2&isAllowed=y
+https://www.acma.gov.au/theACMA/engage-blogs/engage-blogs/Cybersecurity/The-ACMA-and-internet-providers-working-together-to-combat-malware
+http://www.guerrapeixe.com/busca/gp-mostra_ficha_obra.php?&num_obra=239
+http://www.jmilne.org/math/CourseNotes/av.html
+http://cs.uwaterloo.ca/~jchampai/papers/5235880526386162235.pdf
+http://www.library.up.ac.za/research/docs/code_ethics.pdf
+http://www.arm.com/products/CPUs/ARM968E-S.html
+http://ttkb.meb.gov.tr/program2.aspx/program2.aspx?islem=2&kno=217adresindenHaziran2015'teulaşılmıştır
+http://www.cs.sandia.gov/tech_reports/compbio/tortilla-hp-benchmarks.html
+http://link.springer.com/chapter/10.1007/978-3-642-33442-9_7
+http://www.scielo.br/pdf/rsp/v42n4/6846.pdf
+https://blog.animationstudies.org/?p=1318
+http://repositorio.pucrs.br/dspace/bitstream/10923/3125
+http://www.revistareferencia.com.br
+http://jen.sagepub.com/cgi/doi/10.1177/1744259105056291
+https://www.gazetaonline.com.br/noticias/cidades/2017/06/autor-de-livro-atribui-polemica-a-falta-de-capacitacao-de-professores-1014062096.html
+http://bit.ly/1GhcSKN
+rspa.royalsocietypublishing.org
+https://goo.gl/tCvSiW
+http://www.uesc.br/revistas/culturaeturismo/edicao1/artigo1.pdf
+https://link.springer.com/article/10.1007/BF02202584
+https://www.lemonde.fr/les-decodeurs/article/2018/10/17/les-fausses-informations-perdent-du-terrain-sur-facebook_5370461_4355770.html
+http://www.rarediseases.org/search/rdbsearch.html.Accessed
+http://www.hep.ph.ic.ac.uk/iss/
+http://www.ria.gov.ie/en/RIA/Pages/SGBVDocAccessed2
+http://www.mapnews.ma/fr/dossier/les-elections-communales-premier-pas-vers-la-mise-en-oeuvre-de-la-regionalisation-avancee-ue
+https://www.revistas.ufg.br/sv/article/viewFile/38563/19509
+http://www.sodec.gouv.qc.ca/fr/page/route/-1/15
+www.is.cnpm.embrapa.br/bibliografia/2004_Conceitos_basicos_e_indicadores_de_respons
+http://blogs.ec.europa.eu/rehn/recovery-is-within-reach/
+https://www.ericsson.com/assets/local/mobility-report/documents/2018/ericsson-mobility-report-june-2018.pdf
+http://homepages.laas.fr/henrion/Papers/density.pdf
+http://www.un.org/staffdevelopment/developmentguideweb/image/OHRM_CDG.pdf
+http://www.ncea.org/news/AnnualDataReport.asp
+www.alriyadh.com/2006/08/27/article182047.html
+http://www.lipidhome.co.uk/info/blogarch-2017.htm
+http://law.vanderbilt.edu/files/archive/CheshireCalhoun_HopeMatters.pdf
+https://www1.folha.uol.com.br/tec/2018/07/facebook-chega-a-127-milhoes-de-usuarios-mensais-no-brasil.shtml
+https://www.bloomberg.com/news/articles/2016-01-08/five-stand-trial-in-climax-to-record-u-k-insider-trading-case?cmpid=yhoo.headline
+https://www.cambridge.org/core.IPaddress:207.241.231.81
+http://www.ncbi.nlm.nih.gov/pubmed/25544335
+http://www.ijemmr.co
+http://www.jeremiahdittmar.com/files/dittmar_new_media_firms.pdf
+http://nibis.lbeg.de/cardomap3/
+http://www.mass.gov/eohhs/docs/dph/com-health/com-health-workers/legislature-report.pdf
+http://e-dmj.orgboardid=1012&pageNum=0&sub=0&boardseq=20915
+http://www.dpg-physik.de/static/info/lehramtsstudie_2006.pdf
+http://www.cemi.rssi.ru
+https://umei007-fall10.wikispaces.com/file/view/Kaplan%26Nortonbalancedþscorecard.pdf
+https://www.deeplearningbook.org/
+http://doc.xueqiu.com/14612dfd88b2833fd0c9ca80.pdf
+http://www.enviropaedia.com/topic/default.php?topic_id=92
+http://www.forbes.com/sites/jennagoudreau/2012/05/21/a-new-obstacle-forprofessional-women-the-glass-escalator
+http://bj.ital.sp.gov.br/artigos/html/busca/PDF/v8n3213p.pdf
+http://www.ub.edu/geocrit/sn-45-12.htm
+http://www.cms.hhs.gov/NationalHealthExpendData/
+http://www.treasury.act.gov.au/budget/budget2000/bp5/bp5.pdf
+https://adfl.mla.org/Resources/Policy-Statements/ADFL-General-Guidelines-for-DepartmentsBackhaus
+http://www.southeastem-labrador.nf.ca/battleharbour/historictrust.htm
+http://www.fryske-akademy.nl/trefwoord
+http://www.moneoman.gov.om/book/syb2008cd/english.html
+http://www.rectoria.ucr.ac.cr/site/wp-content/uploads/2013/11/1991-1992.pdf
+http://www.agdia.com/cgi_bin/catalog.cgi?m23
+http://www.rieti.go.jp/en/china/04061801.html
+http://www.icsi-eu.org/
+www.euforgen.org
+http://tongji.cnki.net/kns55/Navi/YearBook.aspx?id=N2015110062&floor=1
+http://online.wsj.com/articles/u-s-supreme-court-rejects-argentina-appeal-in-sovereign-debt-case-1402926119
+http://www.independent.co.uk/arts-entertainment/books/reviews/from-dictatorship-to-democracy-by-gene-sharp-6286451.html
+http://www.epa.gov/champ/pubs/hpv/2009-RBP-Decisions.pdf
+http://www.jstor.org/stable/25669541
+http://www.mhra.gov.uk/Howweregulate/Medicinesregulatorynews/CON036276
+http://www.yourhealth.gov.au/internet/yourhealth/publishing.nsf/content/nphc-draftreportsupp-toc
+http://www.youtube.com/watch?v=NplZqLGp8FI&list=PLG_uy3cO3Kza9jzpb2pSty-iEPDzRIOOV&index=4
+http://www.tobaccofreekids.org
+http://www.stern.nyu.edu/~nroubini/asia/AsiaHomepage.html
+http://unesdoc.unesco.org/images/0012/001229/122962eo.pdf
+http://www.imitraining.com/management-training-courses/results-based-monitoring-and-evaluation-mfdr/
+http://www.uscourts.gov/uscourts/RulesAndPolicies/rules/EDiscovery_w_Notes.pdf.132
+http://www.bbc.co.uk/news/technology-35642749l
+https://www.survalent.com/survalent-developing-distribution-state-estimation-software-electric-utilities/
+http://www.vatican.va/roman_curia/congregations/cfaith/documents/rc_con_cfaith_doc_20081208_dignitas-personae_en.html.accessed
+http://www.ecologyandsociety.org/vol15/iss2/art11/
+http://greveunifesp.files.wordpress.com
+https://www.polity.co.uk/global/transnational-democracy-theories-and-prospects.asp
+http://docs.oasis-open.org/ws-rx/wsrm/200702/wsrm-1.1-spec-os-01.pdf
+http://www.w3.org/2000/01/rdf-schema#SnowStorm--
+http://www.nafsa.org
+https://www.era.europa.eu/
+http://www.nature.com/neuro/journal/v13/n10/abs/nn.2635.html#supplem782entary-information
+https://www.nap.edu/read/1792/chapter
+https://hbr.org/2012/07/teaching-sales
+https://www.actioncanadashr.org/about-us/#about_us
+http://tc.unl.edu/cansorge/lta/
+https://arxiv.org/abs/1501.04166
+http://nhts.ornl.gov/Waltz
+www.who.int/hiv/pub/mtct/programmatic_update2012/en
+http://chronicle.com/article/The-False-Promise-of-the/136305/
+http://www.alainet.org/de/node/76121
+http://periodicos.est.edu.br/index.php/nepp
+www.osw.waw.pl/pl/publikacje/analizy/2014-12-03/moldawia-umiarkowany-sukces-partiiproeuropejskich
+http://herbarium.bgbm.org/object/B100386924
+https://www.revistas.ufg.br/pat/article/download/1861/1765.20Fev
+http://www.confef.org.br
+https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1365-294X.2012.05732.x
+https://bit.ly/2ZLHguN
+http://www.ub.uit.no/munin/nordlyd/
+http://www.legislation.gov.uk/ukpga/1989/41/con-tents
+https://www.liikennevirasto.fi/rataverkko/ratamaksu#.W6JCAuRlInV
+http://www.rbm.who.int/globaladvocacy
+https://www.merck.com/product/usa/pi_circulars/e/emend_iv/emend_iv_pi.pdf
+http://www.unhchr.ch/html/menu6/2/fs7.htm#partI
+http://www.triangle.co.uk/jit/
+http://www.aihw.gov.au/publication-detail/?id=10737418510
+http://apps.nccd.cdc.gov/brfss/Trends/sexchart.asp?qkey=10080&state=US
+http://www.micron.com/publications/designline.html
+http://journals.cambridge.org/article_S002210900001262X
+http://www.oecd-nea.org/dbprog/courses/penelope-2011.pdf
+http://elibrary.worldbank.org/doi/pdf/10.1596/1813-9450-6406
+www.intechopen.com
+http://www.meti.go.jp/english/information/data/cLDC01e.html
+http://www.theatlantic.com/magazine/archive/2008/03/marry-him/306651/
+http://arxiv.org/abs/1802.08232
+https://www.ted.com/speakers/greta_thunberg
+http://www.mexivada.com/s/NewsReleases.asp
+http://gwdac.phys.gwu.edu
+http://www.fundacioabertis.org/rcs_jor/zouain_1.pdf
+http://jn.nutrition.org/content/136/2/529S.abstract.Accessed
+http://www.thefreedictionary.com/matters
+http://www.fda.gov/cber/gdlns/xenophs0101.htm
+http://www.mercury-instrumentsusa.com/MMSNG.html
+http://ece.wpi.edu/sunar/preprints/rings.pdf
+http://www.whitehouse.gov/the-press-office/2014/01/28/president-barack-obamas-state-union-address
+http://www.proparco.fr/webdav/site/proparco/shared/ELEMENTS_COMMUNS/PROPARCO/PDF/Fiches-presse/Chad-Telecom%20Chad%20-Millicom-2010_ENG.pdf
+http://goo.gl/uBU1xD
+http://ozone.unep.org/en/treaties-decisions/montreal-protocol-substances-deplete-ozone-layer.Accessed23
+http://edis.ifas.ufl.edu/SS495
+http://www.nal.usda.gov/fnic/foodcomp/search/index.htlm
+http://www.theasc.com/blog/wp-content/uploads/2011/03/13.-strand-ackley.jpg15
+http://www.ph.tum.de/∼globes
+https://www.gov.uk/government/publications/the-eatwell-guide
+http://www.expresscomputeronline.com/20060807/technologylife01.shtml
+https://github.com/blog/1346networkproblemslastfriday
+http://www.cna-aiic.ca/CNA/documents/pdf/publications/PS_Nurse_Practitioner_e.pdf
+http://www.gks.ru/free_doc/doc_2017/social/osn-12-2017.pdf
+http://journal.unnes.ac.id/sju/index.php/aaj
+http://iai.asm.org/
+http://unesdoc.unesco.org/images/0012/001246/124687e.pdf#page=72
+http://java.sun.com/products/javawebstart/
+http://www.unesco-ci.org/photos/showphoto.php/photo/5993/title/benz-patent-of-1886/cat/1009
+http://www.arl.noaa.gov/HYSPLIT.php
+http://archive.epa.gov/greenbuilding/web/html/
+http://www.acm.org/about/class/ccs98-html
+http://www.ojd.es/OJD/Portal/diariosojd/4DOSpuiQo1YFOivPcLIIA
+https://tinyurl.com/y84t7pd5
+Availableonlineatwww.theatlantic.com/news/archive/2016/07/when-athletes-take-political-stands/490967/
+http://europa.eu.int/comm/food/animal/welfare/farm/proposal.pdf
+http://imagej.nih.gov/ij
+www.rhc-platform.org
+https://jdmdonline.biomedcentral.com/articles/10.1186/2251-6581-11-24
+http://www.dcs.ed.ac.uk/∼ruet
+http://www.omafra.gov.on.ca/english/crops/organic/news/2012/2012-12a2.htm
+https://play.google.com/books/reader?id=CS2oDwAAQBAJ&hl=ru&pg=GBS.PA14.w.3.0.60
+http://es.presidencia.gov.co/noticia/Arrancan-rutas-de-turismo-hacia-el-posconflicto-Seguro-te-va-a-encantar
+http://geohab.org/publications/
+http://www.who.int/hiv/pub/idu/targetsetting/en/index.html
+https://www.bdew.de/media/documents/Nettostromverbrauch-nach-Verbrauchergruppen-2017_online_o_jaehrlich_Ki_27042018.pdf
+http://www.ecre.org/conditions/2000/belgium.shtml
+creatingtheatre.net/blog/2013/12/20/are-stage-managers-artists/
+http://www.sigmaaldrich.com/catalog/product/aldrich/536954?lang=pt&region=BR&cm_sp=abstract-_-21041086-_-536954.Acessadoem24
+http://tdo.sagepub.com/content/17/3/132.abstract24
+http://www.opencores.org/projects.cgi/web/or1k/openrisc1200
+http://clinicaltrials.gov/ct2/show/NCT02091375
+http://hc-sc.gc.ca/hl-vs/iyh-vsv/environ/radon-eng.php.Accessed
+http://www.bapen.org.uk/pdfs/improv_nut_care_report.pdf
+http://web.abo.fi/fak/mnf//mate/jc/software/IntroductionToBAPSMethods.pdf
+https://www.haberturk.com/ortadogu-ya-kibris-tan-sonra-ikinci-turk-gozu-sevakin-2218837
+http://ec.europa.eu/environment/water/water-bathing/pdf/profiles_dec_2009.pdf
+http://boardersmag.com/articles/the-shaka-history-of-the-hawaiian-hang-loose
+http://doi.acm.org/10.1145/3127041.3127050
+http://www.census.gov
+http://www.sciencemag.org/content/342/6154/60.full
+http://www.cs.huji.ac.il/labs/parallel/workload1
+http://www.oecd.org
+http://cospatial.fbk.eu/deliverables.Lastaccessed4th
+www.reel.com
+http://link.springer.com/article/10.1023/A:1003132603649
+uni-frankfurt.de
+http://www.justice.gc.ca/eng/fund-fina/gov-gouv/acp-apc/index.html
+www.cff.org
+http://www.nu-fit.org
+http://www.hrl.il.ibm.com/TrustEstablishment/paper.asp
+http://www.americasquarterly.org/tackling-brazils-obesity-problem
+https://www.canada.ca/en/health-canada/corporate/about-health-canada/branches-agencies/health-products-food-branch/office-nutrition-policy-promotion.html
+https://sustainabledevelopment.un.org/?menu=130024
+http://ams.cern.ch/AMS/AMS.pdf
+http://www.dvrs.bf.uni-lj.si/spvr/2007/23seljak_07.pdf
+https://documents-dds-ny.un.org/doc/undoc/gen/G93/142/36/pdf/G9314236.pdf?OpenElement
+http://www.nutritionj.com/content/10/1/90
+http://www.dlsqs.com/ice/index.jsp?mod=newsview&showmodonly=newsview&op=view&catid=72
+https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1002/2017GL073583
+http://www.tagesanzeiger.ch/wirtschaft/standard/Der-Sand-wird-knapp/story/24574400
+https://link.springer.com/article/10.1007/s00521-015-1923-y
+http://www.gks.ru/free_doc/new_site/perepis2010/croc/perepis_itogi1612.htm
+http://www.dbpia.co.kr/Article/NODE06368748
+http://afmb.cnrs-mrs.fr/Vpedro/CAZY/db.html
+http://www.gmto.org/
+http://www.intechopen.com/download/get/type/pdfs/id/42604
+http://www.radiologycases.com/index.php/radiologycases/article/view/1276
+http://www.csmonitor.com/2008/0916/p17s01-lign.html
+http://ijmcr.com
+http://www.fes.de/IPG/ipg2_2000/artwitte.html
+http://dati-censimentoagricoltura.istat.it/Index.aspx
+http://any-book.org/download/18120.html
+http://www.gamma-rs.ch/gamma.html
+http://www.sun-sentinel.com/news/sfl-dolphins-moneydec31.story
+http://plato.stanford.edu/
+http://www.universalinternetlibrary.ru/book/16422/ogl.shtml
+http://www.encodeproject.org/experiments/ENCSR000DPM.Accessed13
+http://cvxr.com/cvx
+www.americanmenopause.org/mission.htm
+http://www2.inca.gov.br/wps/wcm/connect/cancer/site/oqueeAcesso:27jun
+http://pphmj.com/journals/fjme.htm
+https://web.archive.org/web/www.ru.nl/businessadministration/about_business/
+http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:52011DC0885&from=EN
+http://www.di.ens.fr/∼goubault/papers/cmcim02.ps.gz
+https://ar-chive.iwc.int/pages/home.php
+http://delsearegional.us
+http://2rps5v3y8o843iokettbxnya.wpengine.netdna-cdn.com/wp-content/uploads/2016/09/2016-09-ITDP-caminhabilidade-ferramenta.pdf
+http://www.tga.gov.au/pdf/euguide/ewp32118008en.pdf.Accessed
+https://goo.gl/8mcbdi
+www.greenship.org
+www.un.org/en/development/desa/population/publications/pdf/technical/TP2013-2.pdf
+http://www.letramagna.com/art2_XIV.pdf
+https://issuu.com/sesc.saocarlos/docs/caderno_issuu_e_facebook
+https://www.ft.com/content/8c5129fb-12ab-36e7-b5ea-ac978e75d6e2
+https://www.snort.org/
+http://creativecommons.org/licenses/by/4.0/
+http://www.cdc.gov/rdc/B2AccessMod/Acs231.htm
+http://www.mass.gov/dph/media/2004/pr0504.htm
+http://nyjm.albany.edu:8000/j/2004/Vol10.htm
+http://www.sciencemag.org/content/273/5277/948.abstract
+http://www.buzzle.com/editorials/6
+http://agenciabrasil.ebc.com.br/geral/noticia/2016-09/em-nova-acao-mp-manda-samarco-readmitir-empregados-demitidos-apos-tragedia.Acessoem10fev
+http://www.jbc.org/content/274/22/15732
+A46.www.cdc.gov/pcd/issues/2011/mar/10_0012.htm.Accessed
+http://www.paginaaberta.com.br/
+http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2690264/pdf/milq0083-0398.pdf
+http://amar-bresil.pagesperso-
diff --git a/extra/cdx/sample_no_doi_results.tsv b/extra/cdx/sample_no_doi_results.tsv
new file mode 100644
index 0000000..44bc5eb
--- /dev/null
+++ b/extra/cdx/sample_no_doi_results.tsv
@@ -0,0 +1,9923 @@
+MISS NA Re-trievedfromwww.handbook.cochrane.org
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA www.duo.uio.no/roman/Art/Rf15-02-
+OK 20210211054536 http://corteidh.or.cr/docs/casos/articulos/seriec_233_esp.pdf
+OK 20210415125247 http://www.sics.se/sicstus/
+OK 20170830012710 http://www.druid.dk/conferences/nw/paper1/a_johnson.pdf
+OK 20121114041402 http://www.ncbi.nlm.nih.gov/pubmed/19579858
+MISS NA http://www.lu-cabarcellona.com
+MISS NA http://www.slate.com/articless/culturebox.html
+MISS NA http://www.dovepress.com/testimonials.phptoreadrealquotesfrompublishedauthors
+MISS NA http://conselho.saude.gov.br/resolucoes/2012/Reso466.pdf.Acessoem17dedezembrode
+OK 20100928023248 http://www.borjmes.com/main-page/
+MISS NA http://www.funkschau.de/heftarchiv/pdf/2000/fs04/f0004020.pdf,ason22.02
+OK 20210415034646 www.informaworld.com/openurl?genre=article&doi=10.1207/S15327051HCI1404_2&magic=
+OK 20210410214034 icmr.nic.in/art/art_clinics.htm
+OK 20080819151613 http://www.tanzanet.org/int/journal/tznetjournal_07_2005_partic_reality_rural_comm.pdf
+OK 20190112150054 http://allafrica.com/stories/201511131483.html
+OK 20170401041902 http://www.forbes.com/sites/jeffmcmahon/2015/12/09/john-kerry-cop-21-paris-climate-conference-legally-binding-agreement/
+MISS NA http://politika.osf.lt/eurointegracija/index.htm12
+MISS NA http://education.uncc.edu/jageretes/61013%20Case%20Studies%20F01.Dateretrieved
+OK 20201111193157 https://escholarship.org/uc/item/3sh9003x
+OK 20190715210003 https://www.mhlw.go.jp/bunya/kodomo/pdf/dv130424_1.pdf
+MISS NA https://www.cdc.gov/coronavirus/2019-ncov/hcp/clinical-guidancemanagement-patients.html
+MISS NA http://wwwesacademic.com/dic.nsf/eswiki/278508
+OK 20210418201531 www.ijcaonline.org
+MISS NA http://www.facmed.unam.mx/sem/pdf/ObjectiveStructuredClinicalExam.ErişimTarihi:24.11
+OK 20210419002601 www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
+OK 20210212001245 http://www.washingtonpost.com/wp-dyn/content/article/2010/03/06/AR2010030602537.html
+MISS NA https://s3-eu-west-1.amazonaws.com/esrc-files/outputs/trwpwIS7r0qG3FHDi_I2jA/CMyApZb2oUe5rgbpx6LvVQ.pdf
+MISS NA http://enero.ro/doc/STRATEGIEENERGETICAROMANIEPENTRUPERIOADA2007-2020.pdf,9
+OK 20210303115028 http://www.techworld.com/news/security/mevade-botnet-miscalculated-effect-on-tor-network-says-damballa-3468988/
+OK 20210410232741 http://www.theblackchurchandhiv.org
+MISS NA http://www.airbrasil.org.br/simon/sapaper.htmemoutubrode
+OK 20200214050654 http://revistasum.umanizales.edu.co/ojs/index.php/archivosmedicina/article/view/1435
+OK 20200731083342 http://www.unesco.org/webworld/wcir/en/pdf_report/chap14.pdf
+MISS NA http://www.bernardlonergan.com/archiveitem.php?id=2189
+MISS NA http://www.bhiva.org/HIV-1-treatment-guideline-s.aspx
+MISS NA atwww.ptsd.va.gov/
+OK 20190220235738 http://www.univ-poitiers.fr/about-us/contact-getting-here/m-zeghloul-thami-175651.kjsp?RH=1371111160363
+OK 20210216224216 http://www.guttmacher.org/pubs/FB-Teen-Sex-Ed.html
+OK 20201230065328 http://www.smart-cities.eu/model.html
+MISS NA http://www.univer-salhealth2030.org/index.php/documents-publications/category/3-kenya-health-system
+OK 20100724022449 http://cals.arizona.edu/AZWATER/publications/AWRColumn/Payoffs.Water.Saving.Practices_Spring09.pdf
+OK 20200330090351 https://www.cfec.state.ak.us/Publications/Permit_Transfers.pdf
+OK 20200620041701 http://uu.diva-portal.org/smash/get/diva2:530321/FULLTEXT01.pdf
+OK 20130818065244 http://www.ncsa.uiuc.edu/News/Stories/Competitiveness/
+MISS NA http://doi.acm.org/10.1145/1028664.1028765
+MISS NA http://imd-by-postcode.opendatacommunities.org/.Accessed23
+MISS NA abr.2016www4.fsanet.com.br/revista
+MISS NA http://search.proquest.com/docview/837350612?accountid=14872
+OK 20210415173411 http://www.isye.gatech.edu/~sahmed/siplib
+MISS NA https://onlinelibrary.wiley.com/doi/10.1002/jcp.1040880303
+OK 20160217052654 http://prb.aps.org/abstract/PRB/v84/i5/e054304
+MISS NA http://www.cas.umt.edu/geosciences//faculty/sheriff/495-subsurfaceimaginginarchaeology/Sources/Loke_elect_tutorial.pdf
+MISS NA https://coq.inria.fr/distrib/current/refman/v.8.9
+OK 20190927171452 http://ulusalsutkonseyi.org.tr/tuik-2018-sut-ve-sut-urunleri-uretim-istatistikleri-mart-1322/
+MISS NA http://www.sussex.ac.uk/its/pdfs/SPSS_Missing_Values_22.pdf.Accessed
+MISS NA https://medsi.lbl.gov/files/page_156/Posters/Sta-ble_Mechanical_Design_of_Coherent_X_Ray_Scatter-ing_Beamline_at_Taiwan_Photon_Source_Hong-Yi_Yan.pdf
+MISS NA www.aph.gov.au/hansardandwww.parlinfoweb.aph.gov.au.CommissiononHumanSecurity
+OK 20200922234223 http://www.aljazeera.com/indepth/interactive/2014/09/chasing-dream-timeline-boeing-787-2014971301609975.html
+MISS NA https://arxiv.org/pdf/1808.02969.pdf
+MISS NA http://bib.cervantesvirtual.com/servlet/SirveObras/01350553122248188757680/029429.pdf#search=%22imposible%20equilibrio%20rafael%20iglesias%22&page=27
+OK 20210330060345 http://www.grc.nasa.gov/WWW/winddocs/
+MISS NA http://www.cpc,org,br
+MISS NA www.crisiszimbabwe.org.geo.webdev.co.zw/2013-05-27-12-00-01/crisis-report/item/764-pre-election-detectors-zanu-pfs-attempt-to-re-claim-political-hegemony.html
+MISS NA http://www.gainhealth.org/knowledgecentre/country/indonesia/.Accessed10
+MISS NA http://www.crise.ox.ac.uk/pubs/workingpaper66.pdfAcessoem20/04/2011
+OK 20210414182906 http://www.adammathes.com/academic/computer-mediated-communication/folksonomies.html
+OK 20210422034700 http://www.queerty.com
+MISS NA https://android.googlesource.com/platform/system/sepolicy/+/master/public/attributes
+OK 20070821222130 http://hzs.ndrc.gov.cn/newzwxx/t20060414_66220.htm
+OK 20210416121519 http://www.npr.org/2013/03/26/175351429/audio-supreme-court-arguments-on-california-gay-marriage-ban
+MISS NA http://pagesperso-orange.fr/michel.rochard/textes/rennes_2002.pdfUltimoaccesso
+MISS NA de.bibliote-ca.inepta.para.mejorar.la.realidad.de.su
+MISS NA 100.www.ibge.gov.br
+MISS NA http://www.highbeam.com/doc/1P3-1093149621.html.Accessed
+OK 20210203160811 https://public.wmo.int/en/media/news/new-two-tier-approach-%E2%80%9Cclimate-normals%E2%80%9D
+OK 20170712144724 http://www.ucv.ve/fileadmin/user_upload/PCI/Memoria_PCI_10_a%C3%B1os.pdf
+OK 20200720031545 https://www.sto.nato.int/publications/Pages/default.aspx
+OK 20160327204820 http://bialystok.gazeta.pl/bialystok/
+OK 20111031055426 http://www.errc.org/cms/upload/media/03/8A/m0000038A.pdf
+OK 20210411145343 http://cryogenics.nist.gov
+OK 20210220175411 http://statline.cbs.nl/StatWeb/publication
+OK 20190202184243 http://www.acessoainformacao.gov.br/central-de-conteudo/publicacoes/arquivos/balanco1ano.pdf/view
+MISS NA http://www.stanford.edu/˜jmammen/
+OK 20210417184618 http://codahale.com/you-cant-sacrifice-partition-tolerance/
+MISS NA http://www.desy.de/∼carli/hztool.html
+MISS NA https://negracubanateniaqueser.com/2014/04/25/testimonio-muchas-putas-lo-somos-porque-nos-gusta/.Accessed25
+MISS NA http://www1.folha.uol.com.br/fsp/mais/fs1006200108.htm
+OK 20210213222422 http://www3.lrs.lt/dokpaieska/forma_l.htm
+OK 20210227013054 http://crypto.stanford.edu/miller/miller.pdf
+OK 20210421093624 https://developer.chrome.com/extensions
+OK 20210412200719 http://armypubs.army.mil/doctrine/DR_pubs/dr_a/pdf/fm7_22.pdf
+OK 20140714034903 http://www.pdac.ca/docs/default-source/public-affairs/finance-taxation---pdac-research-paper.pdf?sfvrsn=6
+OK 20190218001551 https://eprint.iacr.org/2018/1247
+MISS NA http://uir.unisa.ac.za/bitstream/handle/10500/5931/Ntuli_SAFOS_21-_2_2011.pdf?sequence=1&isAllowed=y
+OK 20200830001242 https://journals.sagepub.com/doi/10.1177/0047287519878511
+OK 20180603015502 http://link.aps.org/doi/10.1103/PhysRevLett.112.096401
+OK 20210421234808 https://www.nass.usda.gov/Statistics_by_State/Alaska/index.php
+OK 20130404111629 http://www.foxbusiness.com/economy/2013/04/01/booze-food-and-baseball-economic-indicators-point-to-sluggish-growth/
+OK 20200929035934 https://www.e-teaching.org/materialien/artikel/langtext_offen_lernen_panke_2011.pdf
+OK 20210329115546 http://mathworld.wolfram.com/Ellipsoid.html
+MISS NA https://halshs.archives-ouvertes.fr/hal-00522826/document
+OK 20210415112732 http://www.systemdynamics.org
+MISS NA http://www2.hawaii.edu/fredr/glocal.htm
+MISS NA http://books.google.no/books?id=oXbRotQLLtsC&dq=On+the+alleged+decline+of+science+in+England&hl=no&source=gbsnavlinkss
+MISS NA http://technology.timesonline.co.uk/tol/news/tech_and_web/gadgets_and_gaming/article7039682.ece
+MISS NA http://www.ietf.org/rfc/rfc4180.txt.XXXIIBIBLIOGRAPHY
+OK 20180417030327 http://www.dominiopublico.gov.br/download/texto/bn000062.pdf
+MISS NA http://www.nrel.gov/docs/fy13osti/51995.pdf.Accessed22
+OK 20210417074809 http://www.ecologyandsociety.org/vol12/iss2/
+MISS NA Availablefromwww-nds.iaea.or.at/medical
+OK 20200927195529 http://www.patrikschumacher.com/Texts/AADRLDrawingScripting.html
+OK 20200605222627 http://blogskin.gigfa.com/up1/1394475902.pdf
+MISS NA www.sebrae-sc.com.br/Visitadoennoviembrede2007
+OK 20210422152551 http://www.scielo.br/scielo.php
+OK 20210410200239 http://www.bcucluj.ro/philo
+MISS NA www.docin.com/p-114154131.html
+OK 20140517114533 http://www.fnemc.org
+OK 20210227124113 http://www.ilmukomputer.com/
+OK 20210417025329 www.visagetechnologies.com/
+OK 20210309091541 http://www.itu.int/ITU-D/ict/facts/2011/material/ICTFactsFigures2011.pdf
+MISS NA http://www.awid.org/Issues-and-Analysis/
+OK 20081011222120 http://www.detiknews.com/index.php/detik.read/tahun/2004/bulan/09/tgl/29/time/183053/idnews/216206/idkanal/10
+OK 20190923124306 http://www.inca.gov.br/estimativa/2016/sintese-de-resultados-comentarios.asp
+OK 20110905124526 http://www.docstoc.com/docs/24840578/Software-Project-Management
+MISS NA https://www.drugbank.ca/drugs/DB00370.Accessed
+MISS NA http://www.cdc.gov/nhsn/acute-care-hospital/vae/〉
+OK 20201021102131 https://pratiques.fr/-Pratiques-No79-Sante-connectee
+MISS NA http://www.osce.org/eea/14851?down-load=true
+OK 20210318012019 http://faculty.vassar.edu/lowry/VassarStats.html
+OK 20201027053603 www.gao.gov/assets/140/132087.pdf
+OK 20111228183604 http://www.sciencedirect.com/science/article/pii/0009250986871287
+OK 20210126102629 http://www.eia.doe.gov/oiaf/ieo/emissions.html
+MISS NA https://www.mhb-fontane.de/files/Dateien/Studiengang%
+MISS NA http://bibliotecadigital.fgv.br/ojs/index.php/rda/article/view/43618.Acessoem
+OK 20210421024452 www.scopus.com
+OK 20210413195029 http://teachinglearningresources.pbworks.com/w/page/30310516/Andragogy--Adult%20Learning%20Theory
+OK 20170905001249 http://www.supsi.ch/dfa/bachelor-diploma-master/master/insegnamento-secondario-I/piani-di-studio.html
+OK 20210303043901 http://www.statcan.gc.ca/pub/85-002-x/2012001/article/11715-eng.htm#a7
+OK 20210404135849 http://water.usgs.gov/GIS/metadata/usgswrd/XML/ussoils.xml
+MISS NA http://www.fruitjuicefo-cus.com/aijn-juice-report-2017-highlights/
+MISS NA http://www.sign.ac.uk.Accessed
+OK 20201226224052 https://scholar.princeton.edu/sites/default/files/markus/files/blockchain_paper_v3g.pdf
+MISS NA http://www.ufz.de/export/data/407/34042_Session4_Moss_WRHC2010.pdf
+MISS NA http://www.dds.cahwnet.gov/FactsStats/pdf/Dec05_Quarterly.doc.Accessibilityverified
+OK 20120419052237 http://www.ncbi.nlm.nih.gov/pubmed/16988184
+MISS NA http://www.screening.nhs.uk/policyreview.2010
+OK 20191102221133 http://sourceforge.jp/projects/nyartoolkit-and/
+OK 20170223142510 http://www.mct.gov.br/upd_blob/0228/228606.pdf
+OK 20201114001006 http://www.cou.on.ca/publications/reports/pdfs/university-undergraduate-degree-level-expectations
+MISS NA https://www.pancreapedia.org/reviews/calcium-signaling-mitochondria-and-acute-pancreatitis-avenues-for-therapy.Accessed
+MISS NA http://www.skolverket.se/om-skolverket/publikationer/visa-enskild-publikation?_xurl_=http%3A%2F%2Fwww5.skolverket.se%2Fwtpub%2Fws%2Fskolbok%2Fwpubext%2Ftrycksak%2FBlob%2Fpdf3472.pdf%3Fk%3D3472
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.81
+OK 20210320070703 http://bna.birds.cornell.edu/bna/species/440
+OK 20210225221806 http://www.ubnt.com/products/xr7.php
+OK 20210203031136 http://it.tmcnet.com/topics/it/articles/164702-history-information-technology.htm
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1414-40772010000100011&nrm=iso
+OK 20210404051855 https://www.cambridge.org/core/terms
+OK 20170928034352 http://www.visitsingapore.com/en_au/editorials/singapore-off-the-beaten-track-neighborhoods.html
+MISS NA https://arxiv.org/abs/1407.7143
+MISS NA http://www.campusoei.org/decada/promo-cion17.pdf
+OK 20210224223343 http://www.e-jer.org
+MISS NA http://www.agbz.ru/articles/sudanskaya-trava-kak-osnovakormovoy-bazyi-na-yuge-rossii4
+OK 20200903233219 https://www.dbfz.de/en/BMP
+MISS NA http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htmAcessoem
+OK 20201216134513 http://www.thedailybeast.com/articles/2015/01/25/after-charlie-hebdo-attacks-french-muslims-face-increased-threats.html
+OK 20180603170753 http://ssrn.com/abstract=2291421
+OK 20201125123835 http://apps.who.int/iris/bitstream/10665/44616/1/9789240687813_eng.pdf
+OK 20210406040218 http://www.who.int/mediacentre/factsheets/fs311/en/index.html
+MISS NA http://nasional.kompas.com/read/2014/05/21
+OK 20171202055651 http://ojs.c3sl.ufpr.br/ojs2/index.php/atoz/article/view/41312
+OK 20210126140558 http://www.gideonrasmussen.com/article-14.html
+OK 20191023075558 http://www.broadinstitute.org/gatk/guide/topic?name=best-practices
+OK 20210224180748 http://revistavirtual.ucn.edu.co/
+MISS NA https://consultor-juridico.jusbrasil.com.br/noticias/201810314/conheca-os-softwares-juridicos-mais-usados-por-escritorios-e-empresas.Acessoem
+MISS NA http://www.ftd.de/tm/tk/1032719445899.html,ason28.05
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3841101&tool=pmcentrez&rendertype=abstract
+OK 20210402231455 https://www.nec.navajo-nsn.gov/Portals/0/Reports/NN2010PopulationProfile.pdf
+OK 20210118182214 http://www.hotnews.ro/stiri-esential-14408212-asociatiile-fostilor-proprietari-despre-proiectul-noii-legi-retrocedarilor-lege-schioapa-nedreapta-tergiverseaza-acordarea-despagubirilor-vrea-amanarea-platilor-pentru-guvernele-viitoare.htm
+OK 20180602205915 http://www.atmos-chem-phys.net/8/3899/2008/
+OK 20201001003633 http://scielo.iec.gov.br/pdf/ess/v23n1/v23n1a18.pdf
+OK 20210125031539 http://www.ipeadata.gov.br
+MISS NA http://es.wfp.org/?gclid=CMecw-yDgrACFcwNtAodx2nPEQ
+OK 20210203051348 http://www.ti.com/lit/ds/symlink/max232.pdf
+OK 20210223182344 http://journals.informs.org/
+MISS NA http://old.stsl.ru/manuscripts/%20book.php?col=1&manuscript=703
+OK 20200928132828 https://www.mk.niedersachsen.de/download/131234/Broschuere_Das_Niedersaechsische_Schulgesetz_NSchG_Stand_Mai_2018.pdf
+MISS NA http://chronicle.com/arti-cle/Ex-Senator-David-Boren-Is/75548/
+OK 20190126015045 http://www.nutes.ufrj.br/abrapec/viiienpec/resumos/R1376-1.pdf
+MISS NA https://www.allianz.com/en/economic_research/publications/working_papers/further_topics/news3.html.Accessed24
+MISS NA http://ezproxy.lib.ucalgary.ca/login?url=https://search-proquest-com.ezproxy.lib.ucalgary.ca/docview/241054311?accountid=9838
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210415100911 http://www.scielosp.org/scielo.php
+MISS NA https://sureco.grude.ufmg.br/moodle16/course/view.php?id=46653.Acessoem21deAbr
+OK 20210421035444 http://data2.unhcr.org/en/situations/mediterranean
+MISS NA https://orcid.org/0000-0002-2103-4950
+OK 20210413013254 http://kostat.go.kr/
+OK 20200108011008 http://africa.airtel.com/wps/wcm/connect/africarevamp/kenya/home/about/media-room/press-releases/may-26-2014
+OK 20200927144707 http://curia.europa.eu/en/actu/communiques/cp08/aff/cp080070en.pdf
+MISS NA https://www.ajpes.si/Doc/LP/Informacije/PoStatRegijah/11_Savinjska_regija_Informacija_LP_GD_SP_zadruge_2016.pdf
+OK 20210421154225 http://www.fao.org/
+OK 20210227113651 http://www.fao.org/Focus/E/aids/aids1-e.htm
+MISS NA http://www.statistics.gov.uk/downloads/theme_health/smoking2008-9
+OK 20210414194005 http://www.achpr.org/english/_info/women_en.html
+OK 20200922103258 http://www.mdpi.com/2224-2708/2/3/509
+MISS NA http://www.hc-sc.gc.ca/pphb-dgspsp/msds-ftss/msds1243.html
+OK 20201204112542 http://glacierhub.org/2014/09/03/flooded-with-memories-in-nepal/
+OK 20210225071502 http://www.allianzinitiative.de/en/
+OK 20210410085844 http://www.clifford.at/icestorm/
+OK 20210422010240 www.ietf.org
+OK 20210415072336 http://www.nature.com/tp
+OK 20210321041134 http://srdata.nist.gov/solubility/index.aspx
+MISS NA http://www.cdcgov/nchs/data/nhanes/nhanes_03_04/blood03_04pdf.Accessed
+OK 20120901225242 http://www.knowledge.uhl-tr.nhs.uk/
+OK 20210324154109 http://www.oecd-ilibrary.org/environment/test-no-426-developmental-neurotoxicity-study_9789264067394-en
+OK 20200719180223 http://www.cepr.org/puibs/dps/DP4795.asp
+MISS NA http://www.bolognaoslo.com/expose/global/download.asp?id=28&fk=11&thumb=
+OK 20210413215500 http://www.sardegnaagricoltura.it
+MISS NA http://www.bolivian.com/cmnp/index.htmlAcessoem:13deFevereirode2017
+MISS NA https://panturapost.com/anak-13-tahun-diduga-jadi-korban-penganiayaan-oleh-bapak-kandung/
+OK 20080907180555 http://www.broad.mit.edu/~anne/publications.htm
+MISS NA http://stacks.iop.org/1882-0786/1/i=1/a=011701
+MISS NA http://mospi.nic.in/mospinew/upload/ChildreninIndia2012.pdf
+MISS NA https://sereiasdapenha.wordpress.com/.Acessoem
+MISS NA http://www.sopor.nu/biologisk_behandling.aspx
+MISS NA http://docs.wind-watch.org/
+MISS NA www.umweltbundesamt.at/.../raumplanung/2_flaechenverbrauch/Downloads/Manuskript_Gr_nStadtGrau_Download.pdf
+MISS NA http://wwf.org.uk/downloads/how_low_report_1.pdf
+MISS NA http://www.anped.org.br/biblioteca/item/curriculo-para-alem-da-pos-modernidade.Acessoem
+MISS NA http://elmag.uran.ruAccessed05.05
+OK 20210125153300 http://www.julac.org
+OK 20210413014004 http://www.sidra.ibge.gov.br/
+OK 20210213214239 http://www.icir.org/vern/papers/cdc-usenix-sec02/index.html
+OK 20200224161936 http://home.gwu.edu/~voeten/UNVoting.htm
+MISS NA https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6039935/
+OK 20210408235714 http://www.mysql.com/products/
+MISS NA http://www.xs-sniper.com/nmcfeters/URIUseandAbuse.pdf
+OK 20210421191114 https://www.cambridge.org/core
+MISS NA http://www.sciencedirect.com/science/article/pii/S0196890414008929
+OK 20210414185525 http://www.atsdr.cdc.gov/ToxProfiles/tp69.pdf
+MISS NA http://dx
+MISS NA http://www1.inca.gov.br/inca/Arquivos/comunicacao/posicionamento_do_inca_sobre_os_agrotoxicos_06_abr_2015.pdf
+MISS NA http://www.oucher.org/downloads/2009_Users_Manual.pdf25.FuerstRS
+MISS NA http://www.npcrc.org/files/news/pal-liative_performance_scale_PPSv2.pdf
+OK 20210212004047 http://www.seer.ufu.br/index.php/letraseletras
+OK 20201010042548 http://adsabs.harvard.edu/abs/2016MNRAS.459..789T
+OK 20210320202748 http://www.unaids.org/en/media/unaids/contentassets/documents/epidemiology/2013/gr2013/UNAIDS_Global_Report_2013_en.pdf
+MISS NA http://www.cs.cmu.edu/~CompThink/index.htmlBIOGRAPHICALSKETCH
+MISS NA http://math.la.asu.edu/∼jj/numberfields
+OK 20110309120419 http://www.esharp.eu/issue/2007-1/Cost-in-translation
+OK 20210422045638 http://www.prace-ri.eu
+OK 20210314183822 http://www.the-numbers.com/movies/2001/HPOTT.php
+MISS NA http://www.antaranews.com/berita/538746/menaker-sektor-pariwisata-palingsiap-hadapi-mea
+MISS NA http://womenshistory.about.com/od/quotes/aisadora_duncan.htmaccessedfromwww.about.com
+MISS NA http://www.chronicpoverty.org/publications/details/the-construction-of-an-asset-index-measuring-asset-accumulation-in-ecuador1/ss
+MISS NA https://search-proquest-com.ezproxy.macewan.ca/hnpglobeandmail/docview/1811444639/C608A25AE0204EEF
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/23586058%5Cnhttp://www.ncbi.nlm.nih.gov/pmc/articles/PMC3618918/pdf/BMRI2013-747318.pdf
+OK 20210421073329 https://hbr.org/1979/03/how-competitive-forces-shape-strategy
+OK 20201215115324 http://brj-bguep.ru/reader/article.aspx?id=23260
+OK 20170120044951 lcweb.loc.gov/preserv/rt/age/
+MISS NA https://www.edel-man.com/sites/g/files/aatuss191/files/2018-10/2018_Edelman_Trust_Barometer_Global_Report_FEB.pdf
+OK 20150321022453 http://www.travelport.com/Travel-Trends/~/media/Corporate/Trend-Articles/Real%20Impact%20of%20Mobile%20on%20the%20Corporate%20Travel%20Program.ashx
+OK 20120913232333 http://www.iea-biogas.net/_download/energycrop_def_Low_Res.pdf
+MISS NA http://www.fda.gov/downloads/Drugs/DrugSafety/PostmarketDrugSafetyInformationforPatientsandProviders/ucm110268.pdf.Accessed
+OK 20201111220351 http://www.npr.org/blogs/thesalt/2012/08/14/158752153/secret-side-of-the-drought-corn-farmers-will-benefit
+OK 20200212082404 https://www.globalreporting.org/resourcelibrary/GRIG4-Part2-Implementation-Manual.pdf
+OK 20141213021603 http://www.cdi.ensp.unl.pt/docbweb/multimedia/rpsp2007-2/05.pdf
+MISS NA ejournal.unud.ac.id/abstrak/wiss_13.pdf
+MISS NA http://ec.europa.eu/publicopinion/archives/ebs/ebs390en.pdf
+MISS NA https://www.census.gov/acs/www/Accessedon2011
+OK 20210116150120 publicatii.uvvg.ro/index.php/studiaeconomia
+MISS NA http://www.rio.gov.pl/html/sprawozdania_rio/2014/sprawozda-nie_za_2014_r_www.pdf
+OK 20201114003936 http://www.sohosandiego.org/images/forum_greenest_bldg.pdf
+OK 20200619221320 http://www.teses.usp.br/teses/disponiveis/22/22134/tde-08032016-153622/pt-br.php
+OK 20170819210450 http://www.elperiodico.com/es/noticias/sociedad/musicos-callejeros-denuncian-acoso-que-les-somete-ayuntamiento-barcelona-5325622
+OK 20160324201207 https://www.wind-energie.de/sites/default/files/attachments/page/statistiken/factsheet-status-des-windenergieausbaus-land-deutschland-2014.pdf
+OK 20201109043614 http://earth2tech.com/2009/07/31/smart-meter-worm-could-spread-like-a-virus/
+MISS NA http://journal.unnes.ac.id/nju/index.php/jdmKaswan
+OK 20200716070023 http://www.iaa.fadu.uba.ar/publicaciones/critica/0149.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://thorax.bmj.com/Thorax:firstpublishedas10.1136/thx.18.1.54on1
+OK 20210122020939 http://nativeboinc.org/site/uncat/start/
+MISS NA http://www.feem.it/getpage.aspx?id=73&sez=Publications&padre=20&tab=1http://papers.ssrn.com/sol3/JELJOUR_Results.cfm?form_name=journalbrowse&journal_id=266659http://ideas.repec.org/s/fem/femwpa.htmlhttp://www.econis.eu/LNG=EN/FAM?PPN=505954494http://ageconsearch.umn.edu/handle/35978
+OK 20200211195355 http://iopscience.iop.org/1367-2630/15/1/013049
+MISS NA http://www.asprs.org/wp-content/uploads/2010/12/Alonso.pdf
+MISS NA http://www.city.kyoto.lg.jp/kankyo/cmsfiles/contents/0000183/183956/doc2.pdf
+OK 20130605044046 http://www.ekidata.jp/download/index.html
+MISS NA https://elibrary.ru/item.asp?id=36589373
+OK 20131211064543 http://conteudo.portalmoveleiro.com.br/visualiza-noticia.php?cdNoticia=24339
+MISS NA http://fcds.med.miami.edu/welcome.html.Accessed
+OK 20210311205058 https://labs.ripe.net/Members/mirjam/update-on-as-path-lengths-over-time
+OK 20210115233924 https://www.rcn.org.uk/professional-development/research-and-innovation/research-events/rcn-2017-research-conference
+OK 20210421041134 https://www.undp.org/content/undp/en/home/librarypage/poverty-reduction/humanity-divided--confronting-inequality-in-developing-countries.html
+MISS NA http://aub.org.ua/index.php?option=com_content&task=view&id=11986&menu=119&Itemid=266
+OK 20210415104027 http://www.scielo.br/scielo
+MISS NA https://www.statistikian.com/2012/11/one-way-anova-dalam-
+MISS NA http://repulnijo.hu/wp-content/uploads/2012/11/bora.jpg
+MISS NA http://www.dailymail.co.uk/news/article-50/Japan-warship-Izumo-aircraft-carrier-��at-topped-destroyer.html
+OK 20191008174921 http://nbn-resolving.de/urn:nbn:de
+OK 20040129091323 www.ece.cmu.edu/research/piperench/dil.ps
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210306101425 https://ihl-databases.icrc.org/applic/ihl/ihl.nsf/Article.xsp?action=openDocument&documentId=6E95E63184FD05C8C12563CD0051E0FB21
+MISS NA http://www.who.int/mediacentre/factsheets/fs116/en/.Consultadoem10/11/05
+OK 20210414232652 http://www.cyberartsweb.org/cpace/
+OK 20210302143724 http://www.informationr.net/ir/5-4/paper82.html
+OK 20210125011046 http://apps.who.int/gb/ebwha/pdf_files/WHA67/A67_R19-en.pdf
+OK 20210421193850 www.fishbase.org
+OK 20201106232721 http://www.bryoecol.mtu.edu
+MISS NA http://www.pmf.sc.gov.br/arquivos/arquivos/pdf/22_02_2010_9.36.57.04162e08d6cd8876612adc5ada375bd5.pdf
+MISS NA https://lpi.worldbank.org/international.2
+MISS NA http://www.adams-research.corn/su~ey.htmbaccessed16Novernber
+OK 20210225032514 https://research.googleblog.com/2016/03/train-your-own-image-classifier-with.html
+OK 20210327071121 http://www.food.gov.uk/multimedia/pdfs/eyetracking.pdf
+OK 20210414113620 http://www.respondus.com/
+OK 20210116144310 http://www.joe.org/joe/2008february/iw7.php
+MISS NA http://www.fokarium.pl/obserwacjefok/415obserwacjefokrezerwat.htm
+OK 20210412233159 http://ec.europa.eu/echo/files/policies/resilience/com_2013_227_ap_crisis_prone_countries_en.pdf/
+OK 20210422083649 http://www.isi.edu/nsnam/ns
+MISS NA http://www.saap.org.ar/esp/docs-congresos/congresos-saap/VII/programa/paneles/f/f1/gomez-recio.pdfConsultadoel10/03/10
+MISS NA http://www.umweltbundesamt.de/whoce/AHR10/v-FC-htm.diaksestanggal14Maret
+OK 20210415072808 http://manovich.net/index.php/projects/selfiecity-exploring
+MISS NA https://idl-bnc-idrc.dspacedirect.org/handle/10625/56808
+MISS NA http://scielo.sld.cu/scielo.php?script=sci_arttext&
+MISS NA http://10.108010409289.2015.1076674
+OK 20210308135427 http://khronos.org/registry/cl/specs/opencl-1.0.29.pdf
+MISS NA http://www.jstor.org/stable/3669927?seq=8
+OK 20210324163458 http://www.archiviodistatobologna.it
+MISS NA https://kurier.at/politik/inland/justizminister-brandstetter-reagiert-auf-eu-ruege-zur-obergrenze/182.555.733.Accessed30.3.2017
+MISS NA http://web.utk.edu/~unistudy/ethics96/ojh.html.14.8.2013
+MISS NA http://www.asjp.pt/vicongresso/not0024.html.2001
+OK 20210123231407 http://periodicoscientificos.ufmt.br/ojs/index.php/reamec
+MISS NA http://hdl.handle.net/11343/121683
+OK 20101109044821 http://www.bcpharmacy.ca/press_room/ABCstudy.htm
+MISS NA http://www.swissworld.org/de/schweiz/ressourcen/ani-mationen/thematische_karten_der_schweiz/
+OK 20101018183310 http://www.cairn.info/resume.php?ID_ARTICLE=PRO_314_0004
+OK 20150512085215 http://www.ti.usc.es/TILG/
+OK 20201111170745 http://www.psychohistory.com/htm/p1x22.htm
+MISS NA www.portal.rn.gov.br/content/aplicacao/fundac/instituicao/gerados/fundac.asp.Acessoem:09deoutubrode
+MISS NA www.massey.ac.nz/~alock/virtual/korea.htm.Harre
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.antara.co.id/arc/0807/I/resensibuku-membedah-makna-kehidupan-dengan-pisau.semiotik.htm
+OK 20200110063118 http://portal.mec.gov.br/seb/arquivos/pdf/livro04.pdf
+OK 20210318000637 https://www.pmi.gov/resource-library/contracts-agreements
+OK 20210412223325 http://earthquake.usgs.gov/earthquakes/?source=sitenav
+MISS NA https://www.symplur.com/healthcare-hashtags/cardiotwitter/.Accessed
+OK 20200814181831 http://homelesshub.ca/blog/new-research-reliability-and-validity-vi-spdat-implications-coordinated-assessment
+OK 20190227175759 http://smartwater-fishfarmsoftware.com/en
+OK 20170103022339 http://quickfacts.census.gov/qfd/maps/kentucky_map.html
+OK 20120615103552 http://keris.blogs.ie/2005/03/16
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20200128014710 http://www.ncbi.nlm.nih.gov/pubmed/18343172
+MISS NA https://kdigo.org/wp-content/uploads/2017/02/KDIGO_2012_CKD_
+OK 20110317120250 http://www.health.vic.gov.au/trauma/publications/vstorm-sci.pdf
+OK 20210421182434 http://cats.gsfc.nasa.gov/
+OK 20210413010639 http://jmlr.org/papers/v15/srivastava14a.html
+OK 20180830080959 http://lema.rae.es/drae/?val=caso
+OK 20210414214512 http://www.gamestudies.org/0101/eskelinen/
+OK 20210418140050 http://seattletimes.nwsource.com
+OK 20210211021431 http://www.nytimes.com/2013/11/18/opinion/krugman-a-permanent-slump.html?ref=paulkrugman
+OK 20191220072828 http://www.biodiversitylibrary.org/item/106124#page/1/mode/1up
+OK 20210421104436 http://www.ibge.gov.br
+MISS NA www.acog.org/-/media/List-of-Titles
+MISS NA http://www.objet.com/-accessed
+OK 20201129164311 https://www.scb.se/hitta-statistik/artiklar/2017/Okad-sysselsattning-bland-utrikes-fodda/
+OK 20160304232221 http://dip.bundestag.de/btd/15/027/1502713.pdf
+OK 20210318072856 http://archive.ahrq.gov
+MISS NA https://www.apcp.com.pt/uploads/revista_cp_vol_1_n_1.pdf
+MISS NA broadwayblack.com/black-cast-next-normal/.Accessed
+MISS NA http://www.ohchr.org/Docu-ments/Publications/FS21_rev_1_Housing_en.pdf
+OK 20210307224123 http://www.apa.org/pi/lgbc/policy/parents.html
+OK 20210119132322 http://advances.sciencemag.org/content/4/2/eaao6086#BIBL
+OK 20180603173248 http://acdc.sav.us.es/pixelbit/images/stories/p44/08.pdf
+OK 20200512013456 https://issuu.com/mhs-assessments/docs/ls-cmi.lsi-r.brochure_insequence
+OK 20210413013637 https://ec.europa.eu/research/science-society/document_library/pdf_06/report-rocard-on-science-education_en.pdf
+OK 20191102104754 http://www.sinir.gov.br/documents/10180/12308/PNRS_Revisao_Decreto_280812.pdf/e183f0e7-5255-4544-b9fd-15fc779a3657
+OK 20210415012737 https://www.fda.gov/Drugs/GuidanceComplianceRegulatoryInformation/Guidances/default.htm
+OK 20210421205536 https://urban.jrc.ec.europa.eu/#/about
+MISS NA http://www.euroxpress.es/index.php/noti-cias/2013/11/3/europa-necesita-direccion-politica
+OK 20210307110144 http://www.who.int/whosis/whostat/2008/en/index.html
+OK 20160112103233 http://www.moebio.uchile.cl/03/frprinci.htm
+OK 20210413155606 https://blogs.scientificamerican.com/cross-check/advice-to-young-science-writers-ask-8220-what-would-chomsky-think-8221/
+MISS NA Retrievedfromwww.pewforum.org/2017/07/26/findings-from-pew-research-centers-2017-survey-of-us-muslims
+OK 20110524020026 http://www.gregorysams.com/realeat-survey.pdf
+OK 20210415130610 https://www.cdc.gov/measles/downloads/measlesdataandstatsslideset.pdf
+OK 20210416165912 www.ijirae.com
+MISS NA http://www.sign.ac.uk/pdf/sign103.pdf.Accessed
+OK 20201115155952 https://www.nace.org/Pitting-Corrosion/
+OK 20210326200114 http://mcb.asm.org/
+OK 20210415105823 http://www.iarc.fr
+OK 20201109014212 http://www.newscientist.com/article/dn18896-the-real-avatar-body-transfer-turns-men-into-girls.html
+OK 20210412221830 http://doi.acm.org/10.1145/2641580.2641622
+OK 20201204202019 http://newprairiepress.org/edconsiderations/vol15/iss1/13
+MISS NA http://www.pserc.org/cgi-pserc/getbig/generalinf/presentati/psercsemin1/pserc2007s/hawkins_pserc_tele-seminar_renewables_oct2_2007.pdf
+OK 20201220235840 https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2226597
+OK 20210214010858 http://www.unichef.com/halalfood.htm
+OK 20201127015750 http://www.vanderbilt.edu/csefel/index.html
+OK 20210329093258 http://www.bls.gov/iif/oshwc/osh/os/osnr0028.pdf
+MISS NA http://data.euro.who.int/hfadb/.AccessedDecember13
+OK 20171203023603 http://www.biomedcentral.com/1472-6785/11/15
+OK 20210415150455 http://www.wired.com/threatlevel
+MISS NA http://www.fafich.ufmg.br/ecomig/wp-content/uploads/2009/08/PAIVA_Silvia_de_Texto.pdf
+OK 20190824214202 http://www.gutenberg.org/cache/epub/7370/pg7370.txt
+OK 20111104094117 http://www.de.trumpf.com/produkte/elektrowerkzeuge/produkte/spezialmaschinen/trutool-tsc-100.html
+OK 20191120065227 http://www.who.int/water_sanitation_health/facts_figures/en/index.html
+MISS NA http://fastbull.dl.sourceforge.net/project/bitcoin/Design\\%20Paper/bitcoin.pdf/bitcoin.pdf
+OK 20210330023702 www.themercury.com.au/news/opinion/honouring-historys-promise/news-story/914dfdf14ba46c9f58d6b358447d0968
+OK 20210420080954 https://docs.docker.com/engine/swarm/
+OK 20160318152005 http://www.iol.co.za/news/south-africa/gauteng/fake-interpreter-was-hallucinating-1.1621600#.VXcO7NKqpBc.Accessed21
+MISS NA http://books.google.ru/books?id=X8dAAAAAcAAJ&printsec=frontcover&hl=ru&source=gbs_ViewAPI&redir_esc=y#v=onepage&q=Grimmel&f=false
+MISS NA http://www.noticias24.com/actualidad/noticia/21232/la-ambicion-de-poder-de-juan-vicente-gomez-y-hugo-chavez/Consultadoel30demayode2012
+OK 20210118081207 http://www.frazeologizmy.univ.szczecin.pl/
+MISS NA http://citeseer.ist.psu.edu/663101.html
+OK 20210131200946 http://en.wikipedia.org/wiki/Category:Information_technology
+MISS NA http://papers.ssrn.com/sol3/papers.cfm?abstractid=650081
+MISS NA http://www.iue.it/RSCAS/WP-Texts/03_08.pdf
+MISS NA http://www.malotaux.nl/doc.php?id=1
+MISS NA http://dscholarship.pitt.edu/9909/
+OK 20180612041101 http://www.mohw.go.kr/front_new/jb/sjb030301vw.jsp
+OK 20210412234622 http://govinfo.library.unt.edu/nssg/PhaseIIIFR.pdf
+MISS NA https://www.cdc.gov/niosh/topics/fog/default.html.Accessed
+OK 20131118234410 http://www.sustainablebusiness.com/index.cfm/go/news.display/id/20966
+MISS NA https://www.welcomebc.ca/Work-or-Study-in-B-C/Work-in-B-C/Temporary-Foreign-Work-ers
+OK 20210414035329 http://www.planalto.gov.br/ccivil_03/constituicao/constituicao67.htm
+MISS NA igi-global.com/chapter/impact-fem-modeling-parameters-computed/67780?camid=4v1
+OK 20210420144120 http://www.eia.gov/analysis/studies/worldshalegas/pdf/fullreport.pdf
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1413-81232013000900004&lng=pt&nrm=iso
+OK 20210415150640 http://www.who.int/malaria/publications/world_malaria_report_2012/wmr2012_no_profiles.pdf
+MISS NA Retrievedfromwww.jstor.org/stable/3557322
+MISS NA https://water.usgs.gov/software/loadest/doc/loadest_update.pdf.Accessed5
+OK 20201207212507 https://zakon.rada.gov.ua/laws/show/996-14
+OK 20170118112917 http://doi.acm.org/10.1145/2236576.2236583
+MISS NA https://www.brandingmag.com/2012/06/04/hm-dedicates-an-entire-collection-to-wateraid
+OK 20210309142913 http://www.microfinance.com
+MISS NA http://www.ioe.ac.uk/schools/phd/kpetrides/teique1.htm
+OK 20180314004229 http://www.qsl.com.au/sites/default/files/QSL5463_QSL%20RSSA%20Marketing%20Guide%20Amendments_COLLATE_AW_LR.pdf
+MISS NA http://www.bbk.bund.de/SharedDocs/Down-loads/BBK/DE/Publikationen/PublikationenForschung/FiB_Band13.pdf
+OK 20200602084131 https://news.okezone.com/read/2017/02/20/337/1623385/tanggapi-aksi-212-said-aqil-boleh-ikut-tapi-jangan-bawa-atribut-nu
+MISS NA http://www.doxpara.com/md5someday.pdf
+OK 20170326153911 http://jams.med.or.jp/guideline/coi-management_201402.pdf
+OK 20051025202750 http://academic.sun.ac.za/theology/egdn/trp/trp.htm
+MISS NA http://machadodeassis.net/hiperTx_romances/obras/contosavulsos6.htm.Accessed
+OK 20180413011031 http://www.advokatura.lv/uploads/A_Atzinums_par_advokata_ordera_saturu_2010_20_12_Nr_278.doc
+OK 20210418113413 http://www.npwrc.usgs.gov/index.htm
+MISS NA http://old.clarin.com/suplementos/cultura/2006/11/04/u-01302701.htm
+MISS NA www.exhibirweb.com
+OK 20191126224914 http://lsej.org.ua/2_2015/67.pdf
+OK 20200806193607 http://www.emro.who.int/afg/programmes/stop-tuberculosis-stb.html
+MISS NA http://www.br-ie.org/pub/index.php/rbie/article/view/2291/2053
+OK 20210413014702 http://lby3.com/wir/
+MISS NA http://www.flensburg.de/imperia/md/content/asp/flensburg/politik_verwaltung/daten-zahlen-fakten/2statistikengesamt/sozialversicherungspfl_besch_2012.pdf
+MISS NA http://www.equator-network.org/library/.Accessed28
+OK 20200210001225 http://www.eai.org/title.htm?id=14751
+OK 20130617214727 http://politecnicas.sep.gob.mx/ModeloEducativo.html
+MISS NA http://www.sciencedirect
+OK 20150329135952 http://www.sciencedirect.com/science/article/pii/S1352231011012088
+MISS NA http://www.bibliotheks-verband.de/fachgruppen/kommissionen/informations-kompetenz.html
+MISS NA dsp-Psd.Pwasc.ac.ca/CoHection/H39-608-20Q2E.pdf
+OK 20210422135959 http://www.hindawi.com
+OK 20200203200410 www.msn.org.my/nrr
+OK 20210227034713 http://help.twitter.com/entries/64986
+MISS NA http://eprints.uny.ac.id/7823/3/BAB%202%20%2010601247056.pdf
+MISS NA http://www.dawn.com/news/1212742
+MISS NA https://www.slideshare.net/ElihSutisna
+OK 20200710004816 https://web.stanford.edu/group/SOL/reports/SOL-91-4.pdf
+OK 20210422134134 http://www.bioconductor.org
+MISS NA http://forums.grsecurity.net/viewtopic.php?f=7&t=3367#p12726/
+OK 20190216133212 https://ams.confex.com/ams/11aram22sls/techprogram/paper_81858.htm
+OK 20200714182114 http://pubdocs.worldbank.org/en/235471484167009780/Dec27-SCD-paper-rus.pdf
+OK 20210318075902 https://modis-atmosphere.gsfc.nasa.gov/sites/default/files/ModAtmo/modis_deep_blue_c61_changes2.pdf
+MISS NA http://www.Luhs.org/health/kbase/htm/nord/844/nord844.htm
+MISS NA http://www.eltiempo.com/archivo/documento/MAM-247891
+OK 20210211203456 http://www.nybooks.com/articles/2017/05/25/hidden-figures-calculating-women/
+MISS NA http://pharma.about.com/od/bigpharma/a/which-popular-drugs-are-going-off-patent-in-2013-2016.htm?rd=1
+OK 20150806084800 http://www.elcolombiano.com/antioquia/si-eps-cumplen-bajaria-el-colapso-en-las-urgencias-NG1686395
+OK 20200705201737 https://www.cpso.on.ca/Policies-Publications/Policy/Delegation-of-Controlled-Acts#toc5
+OK 20190624232959 https://www.asahq.org/~/media/sites/asahq/files/public/resources/asa%20committees/syllabus-on-ethics.pdf?la=en
+MISS NA http://www.obercom.pt/client/?newsId=428&fileName=rel_internet_portugal_2009.pdf
+OK 20190924190225 http://www.bloodjournal.org/site/subscriptions/index.xhtml
+MISS NA http://bit.ly/1zFNvuZ
+OK 20100330112244 http://arxiv.org/abs/cs/0703154
+MISS NA https://www.researchgate.net/publication/326573468_Overtourism_a_
+OK 20201112014534 https://cpj.org/2015/12/china-egypt-are-worst-jailers-of-journalists-world.php
+OK 20200528155315 https://www.tandfonline.com/doi/abs/10.1080/01900692.2011.576215
+OK 20140102153811 www.lin-subbus.de
+OK 20210412212938 http://CRAN.R-project.org/package=lmerTest
+OK 20210414064027 http://pubchem.ncbi.nlm.nih.gov/compound/caffeine#section=Top
+MISS NA http://ujsportal.pacourts.us/docketsheets/SupremeCourtReport.aspx?docketNumber=64%20MAP%202012
+OK 20160324221455 http://toukei.pref.ishikawa.jp/search/detail.asp?d_id=3061
+OK 20210414141007 https://arxiv.org/abs/1610.08602
+OK 20200524141101 http://www.ncbi.nlm.nih.gov/pubmed/15963874
+OK 20210330101717 http://www.cdc.gov/pulsenet/outbreak-detection/index.html
+OK 20080828165315 http://www.it.swin.edu.au/centres/cecses/trs.htm
+MISS NA https://ia601406.us.archive.org/28/items/thoughtandcharac033536mbp/thoughtan
+OK 20201021083028 http://www.bbc.com/news/world-europe-25353086
+OK 20210120140419 https://www.ecsite.eu/activities-and-services/news-and-publications/digital-spokes/issue-63#section=section-indepth&href=/feature/depth/responding-pandemic-social-justice-perspective
+OK 20170531162053 http://www.iedb.org/home_v2.php?Clear=Clear#
+OK 20151018215320 https://www.bdbiosciences.com/documents/techbulletin_lsr_window_ext.pdf
+OK 20210303232700 http://emanual.robotis.com/docs/en/dxl/x/xl430-w250/
+OK 20201020121417 http://okina.univ-angers.fr
+OK 20110521192249 http://www-naweb.iaea.org/nahu/nahres/pdf_files/handbook.pdf
+MISS NA http://ideas.repec.org/p/ces/ceswps/1261.html
+OK 20161103220535 www.dtic.mil/execsec/adr1999/
+MISS NA http://research.microsoft.com/zhang/calib/
+MISS NA ftp.ietf.org/internet-drafts/draft-ietf-mobileip-ipv6-07.txt
+OK 20200523081235 http://swj.beijing.gov.cn/zwgk/szygb/201912/P020191219479481875049.pdf
+MISS NA http://www.cais-acsi.ca/proceedings/2007/bao_2007.pdf
+MISS NA https://hrs.isr.umich.edu/documentation.Accessed10
+OK 20140621151605 http://www1.folha.uol.com.br/ilustrissima/1119929-todos-querem-tirar-a-nova-classe-media-para-dancar.shtml
+MISS NA http://www.capitalmarkets.kiev.ua/download/fia_report_feb2007.pdf
+OK 20210414064324 https://framenet.icsi.berkeley.edu/fndrupal/
+OK 20210126001755 http://www.ibge.gov.br/brasil500/index2.html
+OK 20210417055420 https://www.cdc.gov/hai/outbreaks/steps_for_eval_ic_breach.html
+OK 20181023210957 http://www.elearnspace.org/Articles/connectivism.htm
+OK 20081015123146 http://www.mcconnellinternational.com/services/CyberCrime.htm
+OK 20060926064652 www.sns.gov/documentation/Basic_Fact_Sheet.pdf
+OK 20210421214757 http://history.nasa.gov/computers/Ch4-3.html
+OK 20191024210347 http://journal.fibreculture.org/issue11/issue11_bruns.html
+MISS NA https://CRAN.R-project.org/package5rms
+OK 20210420062809 http://tagcrowd.com/
+MISS NA https://www.youtube.com/watch?v=8Xc4hEV0_iM
+MISS NA http://bit.ly/2MJo5vZ
+MISS NA http://nhrc.nic.in/Publications/Disability/annexure3.html.57
+OK 20210123222706 www.big.is
+OK 20210308233409 https://www.ccnsa-nccah.ca/docs/determinants/RPT-HealthInequalities-Reading-Wien-EN.pdf
+OK 20210409203024 https://pubs.er.usgs.gov/publication/pp1594
+OK 20160203073450 http://www.ncbi.nlm.nih.gov/pubmed/12440671
+OK 20210411023356 http://spectrum.ieee.org/computing/hardware/bogus
+OK 20210126042846 http://www.pewtrusts.org/default.aspx
+MISS NA http://reference.kfupm.edu.sa/content/e/c/economic_causes_of_civil_conflict_and_th_98193.pdf
+OK 20160424043959 http://www.jdmdonline.com/content/13/1/71
+MISS NA https://tinyurl.com/qrgxb68
+OK 20201205181759 https://www.tobiipro.com/de/produkte/tobii-pro-tx300/
+MISS NA http://www.fina.hr/Default.aspx?art=9753&sec=1496
+OK 20210410202103 aidrom.ro
+MISS NA http://PhysicsEd.BuffaloState.Edu/AZTEC/rtop/RTOP_full/PDF/President's
+OK 20181224010740 ftp.isi.edu
+MISS NA http://ops.ietf.org/multi6/ietf61/IETF61ingressfilter.pdf
+OK 20170813072724 https://pdf.usaid.gov/pdf_docs/PNACY474.pdf
+OK 20200812043619 https://www.unido.org/api/opentext/documents/download/9921295/unido-file-9921295
+OK 20091009042515 http://europa.eu.int/comm/economy_finance/document/ecopap/ecpidxen.htm
+OK 20120217083614 http://www.youtube.com/watch?v=90ta4HlqpoM
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/11752471%20http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=PMC65029
+OK 20210224042026 https://www.actfl.org/publications/guidelines-and-manuals/actfl-proficiency-guidelines-2012
+OK 20170808180104 www.ijhssnet.com/journals/Vol_2_No_5_March_2012/23.pdf
+MISS NA http://tinyurl.com/c3swc8
+MISS NA https://www.realdoll.com/.Accessed10
+OK 20170809145803 https://www.era.lib.ed.ac.uk/bitstream/1842/3116/1/Brownsort%20PA%20MSc%202009.pdf
+MISS NA jitek.ub.ac.id/index.php/jitek/article/download/125/121.DataPdf
+MISS NA http://www.ncd.gov/newsroompublications/2003/education.htm
+OK 20201126123850 http://www.insse.ro/cms/sites/default/files/com_presa/com_pdf/somaj_tr4r_15.pdf
+OK 20190110045038 http://math.ucr.edu/home/baez/networks_oxford/
+OK 20210212073111 http://www.nytimes.com/1995/09/17/us/doctor-who-cut-off-wrong-leg-is-defended-by-colleagues.html
+OK 20210413102210 http://search.ebscohost.com/login.aspx?direct=true&db=bth&AN=102026375&site=ehost-live
+OK 20210119143958 https://www.idss.org.ua/public
+OK 20201127014609 http://factfinder.census.gov/servlet/
+OK 20210224105902 http://OpenMOPAC.net
+OK 20210309195740 http://www.nal.usda.gov/fnic/foodcomp/Data/
+OK 20210211051252 www.informaworld.com/smpp/title~db=
+MISS NA https://hsgm.saglik.gov.tr/tr/kanser-turleri/kanser-turleri/830-prostat-kanseri.html.Accessed20.07
+MISS NA Postal.doc.coker.com.au/projects/postal.2009
+MISS NA http://iris.paho.org/xmlui/bitstream/handle/123456789/1512/CD33.R15en.pdf?sequence=1&isAllowed=y
+OK 20190926100429 http://www.telecomweb.com
+MISS NA http://www.niad.nih.gov/daids/therapeutics/geninfo/geninfo.htm#1Accessed1
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www8.austlii.edu.au/cgi-bin/viewdoc/au/journals/QUTLJJ/2009/2.pdf
+MISS NA http://www.cdc.gov/zika/geo/pregnancy-outcomes.html.Accessed
+MISS NA http://www-zeuthen.desy.de/ILC/EPWS
+MISS NA https://cran.r-604project.org/package=vegan
+OK 20210421160725 https://censo2010.ibge.gov.br/
+OK 20210414205156 http://www.cdc.gov/nchs/data/databriefs/db83.pdf
+MISS NA http://news.google.com/newspapers?nid=0NVGjzr574C&dat=19390708&printsec=frontpage&hl=en
+MISS NA http://sociedadinformacion.fundacion.telefonica.com/telos/articulocuaderno.asp@idarticulo=7&rev=65.htm
+OK 20081205024936 http://www.absint.de/aisee.html
+OK 20190413205210 http://ipma.ch/resources/ipma-publications/ipma-competence-baseline/
+OK 20190701085158 http://www.acia.uaf.edu
+OK 20140423103257 https://works.bepress.com/geoff_masters/156
+OK 20130603015742 http://www.carbocloro.com.br/produtos/hipo/hipo1.htm
+OK 20121020054930 http://labornotes.org/node/590
+MISS NA Http://www.mct.gob.ve/uploads/biblio/Me-tas%20del%Mienio.pdf.FechadeConsulta:5/11/2005
+OK 20210415044924 www.icsu.org
+OK 20081119142605 www.pes.org.ph/events/annual_meeting/2005/42pesam_alba-see_hh_saving.pdf
+OK 20210420142511 https://www.bappenas.go.id
+OK 20210125130514 http://arrival.cti.gr/
+MISS NA https://www.revistaensinosuperior.gr.unicamp
+OK 20210421052300 http://www.pymol.org
+MISS NA Http://Www.Jstor.Org/Stable/259263,72
+MISS NA http://www.oecd.org/dataoecd/31/63/34252765.pdf33
+MISS NA http://www.boeing.com/news/techissues/pdf/statsum.pdf7
+OK 20210421204700 www.asx.com.au
+MISS NA http://www.jstage.jst.go.jp/article/dsj/3/0/3_80/_article%5Cnhttp://www.jstage.jst.go.jp/
+OK 20210305061939 http://iase-web.org/documents/SERJ/SERJ12(1)_LaneGetaz.pdf
+OK 20180923052951 http://encyclo.findlaw.com/5860book.pdf
+OK 20210415022342 http://greattransition.org/publication/vivir-bien
+OK 20201221140545 http://www.archdaily.com.br/br/768101/cobogo
+OK 20210421230527 www.intechopen.com
+OK 20101221171350 http://www.fase.org.br/projetos/clientes/noar/noar/UserFiles/69/File/SOS%20Mogno/denuncia%20contra%20a%20mafia%20do%20mogno.pdf
+OK 20210415143539 http://www.wired.com/magazine/2010/01/ff_newrevolution/
+OK 20150609234940 http://www.mcprc.gov.cn/sjzz/fwzwhycs_sjzz/201111/t20111128_341012.htm
+OK 20190324173350 http://www.semana.com/noticias-nacion/daban-cinco-dias-descanso-cada-muerto/109046.aspx
+OK 20210415080457 http://www.nacada.ksu.edu/clearinghouse/advisingissues/dev_adv.htm
+OK 20201012141852 http://www.ikic.co.jp/
+MISS NA http://www.biorxiv.org/content/early/2017/02/02/105163.http://www.biorxiv.org/content/early/2017/02/02/105163.full.pdf
+OK 20181024194116 http://phi.uhce.ox.ac.uk/pdf/PROMs_Oxford_Stroke_17092010.pdf
+OK 20201101080002 http://knowledge-landscapes.hiim.hr/
+OK 20201108173908 http://www.thedailystar.net/op-ed/countering-terrorism-bangladesh-1260319
+OK 20210214012148 http://www.gnutella2.com/
+OK 20201111181911 https://www.aamc.org/data/facts/enrollmentgraduate/148670/total-grads-by-school-gender.html
+MISS NA https://queeramnesty.ch/docs/AFSP-Williams-Suicide-Report-Final.pdfAccessed
+MISS NA http://monarc.web.cern.ch/MONARC.Last
+OK 20160307075243 http://www.google.com/intl//privacy_faq.html#aggregatedinfo
+MISS NA http://www.ilo.org/wcmsp5/groups/public/ed_emp/documents/publication/wcms_142463.pdf
+MISS NA http://www3.norc.org/GSS+Website/About+GSS/
+OK 20190322040915 http://www.spiegel.de/auto/aktuell/fahrverbote-haendler-verband-beklagt-preisverfall-bei-dieselautos-a-1135845.html
+OK 20210418053442 https://obamawhitehouse.archives.gov/sites/default/files/uploads/NHAS.pdf
+MISS NA http://www.engelaus-tralia.com.au/upload/data_sheets/sb47f.pdf
+OK 20210331160343 http://www.shanghairanking.com/ARWU2012.html
+OK 20210421133116 http://knhanes.cdc.go.kr/
+OK 20210309003525 http://blond.web.cern.ch
+OK 20210308230131 http://link.aps.org/doi/10.1103/PhysRevE.69.026113
+OK 20110716102905 http://www.iom.edu/?ID=53452
+OK 20180310160156 http://fischbestaende.portal-fischerei.de/
+MISS NA http://www.epa.gov/osw/conserve/materials/ecycling/docs/fact7-08.pdfWalk
+OK 20170809043239 http://www.beg.utexas.edu/frac/documents/CleatIntJCoalGeolReview.pdf
+OK 20210225101015 http://www.unicode.org/reports/tr15/tr15-39.html
+MISS NA http://comu-nicarigualdad.com.ar/ella-se-lo-busco/
+MISS NA http://www.plantright.org/.PlantRight
+OK 20031209105928 http://www.ecommerce.gov/apec
+OK 20200815073854 http://www.aclweb.org/anthology/P13-1051
+MISS NA http://files.unaids.org/en/media/unaids/contentassets/documents/factsheet/2014/20140716_FactSheet_en.pdf.Accessed14
+OK 20120907133650 http://www.ucab.edu.ve/tl_files/CDH/Lineastematicas/anexo4.pdf
+MISS NA http://www.math.yorku.ca/∼ifarah
+MISS NA http://www.stm-assoc.org/conferences/oct52004.phpaccessed
+OK 20210417183734 http://www.consultant.ru/online
+OK 20210410054703 https://cran.r-project.org/web/packages/lmPerm/index.html
+MISS NA http://arxiv.org/abs/1304.4779
+MISS NA http://www.dovepress.com/testimonials.phptoreadrealquotesfrompublishedauthors
+MISS NA www.science.org/cgi/content/full/302/5648/1172/DC2
+OK 20120125025529 http://www.nlp.org.cn/project/project.php?proj_id=6
+OK 20210417014922 http://www.ars.usda.gov/ba/bhnrc/fsrg
+OK 20210418150907 http://hdr.undp.org/en/content/human-development-report-2014
+OK 20210211003049 http://www.digitalhumanities.org/dhq/vol/3/3/000053.html
+MISS NA https://www-ncbi-nlm-nih-411gov.elibrary.jcu.edu.au/pmc/articles/PMC3398963/
+MISS NA https://varivera.github.io/autoalias.html.Accessed
+OK 20201203190343 http://www.federalreserve.gov/pubs/feds/2007/200735/200735abs.html
+OK 20210210213626 http://economics.about.com/od/unemploymentrate/f/labor_force.htm
+OK 20200921094653 http://msdn.microsoft.com/en-us/library/bb982354.aspx
+OK 20210120124331 https://www.edscience.ru/jour/article/view/726
+OK 20170709211241 https://arxiv.org/abs/1406.2721
+MISS NA http://cain.ulst.ac.uk/events/intern/docs/devlin.htmAccessed8
+OK 20200726045217 http://www.st.com/web/en/resource/technical/document/datasheet/DM00037051.pdf
+OK 20201027063529 https://www.bndes.gov.br/wps/portal/site/home/financiamento/guia/custos-financeiros/taxa-juros-longo-prazo-tjlp
+MISS NA http://www.wbiworldconpro.com/uploads/melbourne-conference-2013
+MISS NA http://www.terradaily.com/reports/Good_Information_It_Not_All_About_The_Brain_99
+OK 20120124134207 http://lattes.cnpq.br/4864013782006939
+OK 20200817053505 https://www.upsc.se/documents/Information_on_interpretation_on_CRISPR_Cas9_mutated_plants_Final.pdf
+OK 20200219210224 http://www.aids.gov.br/pt-br/noticias/audiencia-publica-debate-hivaids-na-populacao-idosa
+OK 20210415122411 www.tbs-sct.gc.ca/rtrap-parfa/analys/analystb-eng.asp
+OK 20200501164336 http://www.nature.com/doifinder/10.1038/nn.3064
+OK 20161114012516 http://www.passam.ch/products.htm
+OK 20170413030720 http://www.openoasis.org/images/stories/file/Copyright%20and%20authors'%20rights.pdf
+OK 20210406122445 http://jcm.asm.org/
+OK 20210309120942 http://aecf.org/initiatives/mc
+OK 20200215075608 https://www.hindawi.com/journals/isrn/2012/321923/
+MISS NA http://sourceforge.net/apps/mediawiki/trdf/index.php?title=quality-criteria-for-linked-data-sources
+MISS NA http://apps.nccd.cdc.gov/cdi/SearchResults.aspx
+OK 20201108142337 http://www.oregonlive.com/portland/index.ssf/2016/01/uber_fined_2000_for_violating.html
+MISS NA www.isbt-web.org/fileadmin/user_upload/2_Donor-Standard-Definitions.pdf
+OK 20160603151019 http://showme.physics.drexel.edu/share/Lin.pdf
+MISS NA https://web.archive.org/web/20080728085212/http://www.wellcome.ac.uk/About-us/Policy/Spotlight-issues/Data-management-and-sharing/WTX035045.htm
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3223661&tool=pmcentrez&rendertype=abstract
+OK 20210224095417 http://revistas.um.es/navegamerica
+MISS NA https://nacis2016.sched.org/event/7LnQ/rethinking-the-map
+MISS NA http://www.ecmwf.int/publications/library/ecpublications/pdf/tm/601-700/tm616.pdf
+MISS NA http://www.idoc-africa.org/index.php/en/quality-of-care/kenyan-etat-tools/hospital-ass-tools.Accessed26
+MISS NA http://www.springerlink.com/index/Q82Q0W376MG22632.pdf
+OK 20181117231116 https://sociologies.revues.org/3121#tocto1n7
+OK 20160804150754 http://www.ethicscommissioner.ab.ca/media/1063/final-ver-01-dec-03-13.pdf
+MISS NA http://www.euro.who.int/__data/assets/pdf_file/0004/98257/E91886.pdfAccessed:06.09
+OK 20200711165419 https://www.eunomia.co.uk/reports-tools/deposit-refund-system-czech-republic/
+MISS NA http://www.planalto.gov.br/ccivil_03/leis/lcp/lcp135.htm.≥Acessoem31/03/2013
+MISS NA http://www.hl7.org/implement/standards/fhir/fhir-summary.pdf
+OK 20150907055213 http://www.revista.uclm.es/index.php/ocnos/article/view/166
+OK 20201124121554 https://directory.eoportal.org/web/eoportal/satellite-missions/l/laice
+OK 20201108112131 https://arxiv.org/abs/1402.1267
+OK 20170118150532 http://ipcc-wg2.gov/SREX/
+OK 20131220232329 http://www.lanacion.com.ar/1635787-la-argentina-quedo-afuera-de-un-importante-ejercicio-militar-en-brasil
+OK 20200807031412 https://www.kingsfund.org.uk/blog/2016/08/local-government-public-health-budgets
+OK 20170714214651 http://www.ncbi.nlm.nih.gov/nuccore/814603118
+MISS NA http://orcid.org/0000-0002-2612-6192
+MISS NA http://www.aacp.org/resources/research/Pages/FDACollaboration.aspxAccessed
+OK 20210402011328 https://www.komp.org
+MISS NA http://www.clivar.org/sites/default/files/imported/organization/vamos/Publications/vamos_pg3.htm
+OK 20210416145121 http://www.mdtoday.co.kr/
+OK 20200211141952 http://biblioteca.clacso.edu.ar/clacso/gt/20100918083912/grimson.pdf
+MISS NA http://www.ectrl.itc.it/rpec/RPEC-apers/11-batista.pdf
+OK 20201124050157 http://arxiv.org/abs/1110.2429
+OK 20161006232946 http://www.theccc.org.uk/wp-content/uploads/2013/05/325_Technology-supply-curves-v5.pdf
+OK 20210421161650 http://www.w3.org/TR/xpath
+OK 20100821151924 fisica.ufc.br/raiosx/download/apostila.pdf
+OK 20180925031341 http://www.ics.uci.edu/˜mlearn/MLRepository.html
+OK 20210410224603 http://ncof.dacnet.nic.in/
+OK 20160414051324 kurse.exchange.de/exchange/de/kurseumsaetze.htm
+OK 20150703014135 http://www.jewellerynewsasia.com/ensearch/search_result/5833/Blue-and-green-gems-on-the-rise-says-manufacturer.html
+MISS NA http://www/men.waw.pl›
+OK 20160310172609 http://www.nytimes.com/1984/01/22/books/calvino-s-urban-allegories.html
+OK 20130902200406 https://www.tbb.org.tr/Dosyalar/Arastirma_ve_Raporlar/togan.pdf
+OK 20201109215957 http://www.oosa.unvienna.org/oosa/SpaceLaw/moon.html
+OK 20120131133025 http://www.sustainweb.org/pdf/SFG_Consumers.pdf
+OK 20210316180010 https://www.ncbi.nlm.nih.gov/pubmed/20074508
+OK 20200211113542 http://www.rmedcom.org/libros/2Barreda-Oller.pdf
+MISS NA http://www.priory.com/cmoIITBMultid.htm.Acessoem
+OK 20100428072919 http://europa.eu.int/comm/food/fs/sc/ssc/out50_en.html
+MISS NA https://www.femibion.ro/femibion2/
+OK 20191122024553 http://docs.qgis.org/2.8/en/docs/index.html
+MISS NA http://www.ponarseurasia.org/sites/default/files/policy-perspectives-pdf/Transformations%20BLack%20Sea%20Region%20PONARS.pdf
+MISS NA https://patentscope.wipo.int/search/en/WO2015069742
+MISS NA https://drupal.star.bnl.gov/STAR/theses/phd-32
+OK 20210415162425 http://www.inegi.org.mx
+MISS NA http://www.cuidatuvoto.org.ar/nacionales.php.Consultadoel17/09/2014
+OK 20200116053951 http://www.telegraph.co.uk/health/healthnews/9127801/Dementia-is-next-global-health-time-bomb.html#
+MISS NA http://www.stfc.ac.uk/cse/resources/pdf/jaspa.pdf
+OK 20190909153503 http://www.worldwatch.org/files/pdf/Livestock%20and%20Climate%20Change.pdf
+OK 20210226234321 http://orielladigitaljournalism.com/view-report.html
+OK 20210417202900 www.wolfram.com/products/webmathematica
+OK 20180610070904 http://link.springer.com/article/10.1007%2Fs10654-006-9055-4
+OK 20210422083349 https://www.r-project.org
+OK 20121116120445 http://aquitaine-image-cinema.fr/spip.php?rubrique26
+OK 20210416024304 https://www.youtube.com/watch?v=Xd7Fhaji8ow
+OK 20190904105010 http://afghanistan.ru/doc/23511.html
+OK 20210420001553 http://www.ispe.org
+OK 20201213092501 http://www.longwarjournal.org/archives/2009/02/al_qaedas_paramilita.php
+MISS NA https://pediatricapta.org/special-interest-groups/NN/pdfs/Neonatal%20Didactic%20Training%20Resource%20list.pdf.Accessed11
+MISS NA http://www.alz.co.uk/sites/default/files/plans/National-Dementia-Vision-for-Wales.pdf
+OK 20210413034241 http://nlp.cs.nyu.edu/sekine/papers/li07.pdf
+MISS NA http://www.ed.ac.uk/~bmedlyn/maestra/.edn
+OK 20120131135556 http://www.champnetwork.org/media/CHAMP-Project_UNSHACKLE_Discussion_Papers.pdf
+MISS NA odi.org.uk/erd/ReportDetail.aspx?reportID=2859
+OK 20210412224559 http://eipcp.net/transversal/1011/butler/en
+OK 20200807233225 http://www.medscape.com/viewarticle/430554
+OK 20210314192758 http://www.logting.fo/home.gebs
+MISS NA http://slovar-vocab.com/english-russian/new
+MISS NA http://www.sandia.gov/media/NewsRel/NR1999/Lynx.htm,ac-cessed
+MISS NA http://new.paho.org/hq/dmdocuments/2010/APS-Estrategias_Desarrollo_Equipos_APS.pdfPNUMA
+OK 20210414224041 http://www.cburch.com/logisim/
+MISS NA http://enciclopedia.itaucultural.org
+OK 20210204220744 www.nsa.gov.pl
+OK 20200728201833 http://xlink.rsc.org/?DOI=C3NP70111E
+MISS NA https://www.geistsoz.kit.edu/germa-nistik/2108.php
+OK 20210415084402 http://www.omg.org/docs/omg/03-06-01.pdf
+MISS NA http://www.ledonline.it/Relations/Inpress
+OK 20071031121745 http://www.edk.ch/PDF_Downloads/LLTG/tgpro_d.pdf
+MISS NA http://www.piceramic.com/datasheet/PL022_PL033_Piezo_Chip_Datasheet.pdf
+MISS NA http://digilab.its.ac.id/detal.php?id=928&q=pozzolan
+MISS NA http://www.cepea.esalq.usp.br/pdf/inform68.pdf
+MISS NA http://corfoga.org/2012/wp-content/uploads/2013/07/An%C3%A1lisis-del-Censo-Agropecuario-2015-para-el-Sector-Ganadero.pdf
+OK 20210125145318 http://www.myhome-bticino.it/
+OK 20170120205432 http://www.scotland.gov.uk/Resource/Doc/337626/0110852.pdf
+MISS NA http://ejse.southwestern.edu/article/view/7633/540
+OK 20210121171645 https://openreview.net/forum?id=S1zz2i0cY7
+OK 20200715065118 https://www.iejme.com/article/practical-advice-for-teaching-of-university-students-the-mechanisms-of-self-government-of-safe
+OK 20170124142643 http://www.herc.research.va.gov/data/ac.asp
+OK 20120821101036 http://onstayingalive.wordpress.com/2010/11/03/why-the-warrior
+OK 20210421130607 https://creativecommons.org/licenses/by-nc/4.0/
+OK 20190711230251 http://pure.au.dk/portal/files/11416/Creativity_in_Translation.pdf
+OK 20210415085335 http://www.planalto.gov.br/ccivil_03/Leis/L9433.htm
+MISS NA http://bmjopen.bmj.com/BMJOpen
+MISS NA http://www.mountaintrip.eu/about-mountaintrip/results/25-main.menu/articles/111-more-results-from-wp2.html
+OK 20210414172928 https://www.artec3d.com/
+OK 20051201090812 http://taco.poly.edu/selesi/DoubleSoftware/
+OK 20210309123840 http://www.worldgastroenterology.org/assets/downloads/en/pdf/guidelines/19_probiotics_prebiotics.pdf
+OK 20210412221354 https://www.dizziness-and-balance.com/disorders/central/cervical/cervical.html
+MISS NA https://www.researchgate.net/publication/315471275_The_Role_of_Big_Data_and_Predic-tive_Analytics_in_Retailing
+OK 20210406222503 http://faostat.fao.org/default.aspx
+OK 20210421040558 http://broadinstitute.github.io/picard/
+OK 20210308095712 https://snap.stanford.edu/data/egonets-Twitter.html
+MISS NA http://www.dse.vic.gov.au/forests/publications/research-reports/study-of-old-gorwth-forests/
+OK 20210413034534 http://tsallis.cat.cbpf.br/biblio.htm
+MISS NA http://www.xenomai.org/documentation/xenomai-
+MISS NA http://www.portalmites.com.br/conferences/index.php/ENEE/Isti2015/paper/viewFile/386/254
+OK 20170504011515 https://www.uptodate.com/contents/clinical-features-evaluation-and-treatment-of-retroperitoneal-soft-tissue-sarcoma#H14.Accessed
+OK 20210306003050 http://www.ifla.org/VI/4/admin/protect.htm/
+OK 20170829124701 http://aktuell.ruhr-uni-bochum.de/mam/content/tattoo-studie.pdf
+MISS NA http://www.revistaespacios.com/a17v38n23/17382303.html20
+OK 20210415145856 http://www-zeus.desy.de/bluebook/bluebook.html
+MISS NA http://apps.who.int/iris/bitstream/10665/144805/1/WHO_HSE_GCR_
+MISS NA http://episkopat.pl/sekretarz--generalny-kep-ws-in-vitro/
+MISS NA http://www.workhealth.org/Karasek
+OK 20210414015749 http://www.ssp.am.gov.br/
+OK 20130331060957 http://europa.eu/rapid/pressReleasesAction.do?reference=IP/08/1858&format=HTML
+OK 20200424195714 http://www.fda.gov/Food/FoodScienceResearch/LaboratoryMethods/ucm109656.htm
+OK 20070811023548 http://cis.k.hosei.ac.jp/tr/
+MISS NA http://www.springerlink.com/content/5r32u25207611m37/
+OK 20210414034515 http://foreignpolicy.com/2016/02/10/the-death-of-the-most-generous-nation-on-earth-sweden-syria-refugee-europe/
+OK 20200806170824 https://repositorio.uam.es/handle/10486/661330
+MISS NA http://www.publico.pt/culturaipsilon/noticia/a-noruega--vai-digitalizar-todos-os-seus-livros-e-disponibilizalos-gratuitamente-1616404
+MISS NA https://www.vsointernational.org/sites/default/files/valuing_teachers_cambodia__teaching_matters_tcm7622690.pdf
+MISS NA http://swehb.nasa.gov/display/7150/BookA.Introduction
+OK 20190116023614 http://www.cidades.ibge.gov.br/xtras/perfil.php?lang=&codmun=230190&search=ceara|barbalha
+OK 20210307231015 http://www.who.int/influenza/gisrs_laboratory/molecular_diagnosis/en/
+OK 20210413054439 http://repository.tudelft.nl/
+OK 20210325163359 https://www.ama.org/resources/Pages/Dictionary.aspx
+OK 20170715113517 http://www.epa.gov/opptintr/existingchemicals/pubs/actionplans/pbde.html
+OK 20210126024542 www.openbuy.org
+MISS NA https://cran.r-project.org/web/packages/FactoMineR/FactoMineR.pdf.Acessadoem:08/08/2015
+OK 20210402225923 http://members.iinet.net.au/~jacob/worldrf.html
+OK 20210415033722 http://www.hhs.gov/ohrp/regulations-and-policy/regulations/45-cfr-46/index.html#46.102
+MISS NA http://a.co/eUGIe95-Excellent
+OK 20200822071005 https://www.marxists.org/portugues/coutinho/1979/mes/democracia.htm
+OK 20210420052226 http://www.w3.org/TR/xmlschema-2/
+OK 20210415112832 http://www.tandf.co.uk/journals/titles/10705511.asp
+OK 20170809145355 http://www.ifets.info/journals/15_2/19.pdf
+MISS NA https://members.aamc.org/eweb/upload/PhysicianSpecialtyDatabook2014.pdf
+OK 20070507155159 http://www.escwa.org.lb/popin/publications/new/prem.doc
+MISS NA http://wartaekonomi.co.id/read/2014/04/24/28268/bei-perkembangan-pasar-modal-syariah-indonesia-positif.html
+MISS NA http://web.antaq.gov.br/Portal/pdf/PortoVerde.pdf
+OK 20110329180306 http://www.druginfo.adf.org.au/downloads/Prevention_Research_Quarterly/IP_Dec08_pharmaceuticals.pdf
+OK 20210415132300 http://journals.openedition.org/mefrm/3357
+MISS NA http://www.epid.gov.lk/web/images/pdf/wer/2019/vol_46_no_01-english
+OK 20210331211246 https://seer.cancer.gov/csr/1975_2014/
+OK 20210413185944 https://ods.od.nih.gov/factsheets/WeightLoss-HealthProfessional/
+MISS NA http://gcontent.oeeee.com/3/90/390e982518a50e28/Blog/ec4/e972bd.html
+MISS NA http://www.rheumatology.org/practice/clinical/classification/systsclr.asp.Accessed
+MISS NA http://www.deeplearningbook.org/accessed6
+OK 20160507024602 http://www.fastcompany.com/fast50_09/lists/the-most-innovative-companies-in-sports.html
+OK 20190705091532 blog.lib.umn.edu/blogosphere
+OK 20210306213529 http://www.fya.org.au/2015/08/23/the-new-work-order-report/
+MISS NA http://wave.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId¼LDC93S3C
+OK 20201030040839 http://www.europarl.europa.eu/RegData/etudes/STUD/2016/587326/IPOL_STU(2016)587326_EN.pdf
+MISS NA http://www.acasus.com/wp-content/uploads/2014/02/R3-The-good-news-from-Pakistan-final.pdf
+OK 20180611035620 http://stroke.ahajournals.org/content/46/12/3340
+OK 20210420192814 http://www.w3.org/TR/CSS21
+OK 20210228220742 http://www.theatlantic.com/politics/archive/2012/11/what-it-will-take-for-barack-obama-to-become-the-next-fdr/264195/
+OK 20210415142424 http://www.wfp.org/index.htm
+MISS NA http://courses.education.illinois.edu/eol474/sp98/truman.htmliihttp://www.alternet.org/economy/chomsky-business-elites-are-waging-brutal-class-war-americaiiihttp://politicalblindspot.com/us-poor/
+MISS NA http://www.bakosurtanal.go.id/berita-surta/show/redam-konflik-penguasaan-lahan-badan-informasi-geospasial-susun-satu-peta-dasar.Accessed
+MISS NA http://www.scientificcircle.com/pt/11191/obesidade-abdominal-consumo-alimentar-portadores-hiv-aids
+OK 20161004063810 http://www.abiec.com.br/3_rebanho.asp
+OK 20171203020258 http://www.biomedcentral.com/1471-2393/12/46
+OK 20201101024317 http://www.audiotranskription.de/downloads.html#praxisbuch
+OK 20161121083045 www.agricultura.gov.br/internacional/negociacoes/multilaterais/codex-alimentarius
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/20932995
+MISS NA www.Sa-karya.edu.tr
+MISS NA https://ko.wikipedia.org/wiki/7.4
+OK 20181221031455 http://www.cs.cmu.edu/~aditya/papers/cc-gametheory.pdf
+MISS NA http://www.sciencedirect.com/science/article/pii/S0022460X0700805X
+OK 20210418233310 http://www.nndc.bnl.gov/ensdf/
+MISS NA www.reason.com/0510/fe.nf.rethinking.shtml
+OK 20181222110808 http://www.naufor.ru/download/pdf/factbook/ru/RFR2013_1.pdf
+MISS NA http://pbpl.physics.ucla.edu/UESDM2012/Program.html
+OK 20190724181156 http://www.culture.gov.uk/news/news_stories/7565.aspx
+OK 20120614023924 https://www.unicefturk.org/haber_inside.php?id=161
+OK 20210418201531 www.ijcaonline.org
+OK 20210227012542 www.billhogg.ca
+OK 20160303165700 http://www.imtt.pt/sites/IMTT/Portugues/IMTT/relatoriosectoriais/Documents/RelatorioAnualSegurancaTranspFerroviario2011.pdf
+OK 20200708164137 http://www.perkinelmer.com.cn/Content/ApplicationNotes/APP_MicrowaveDigestionMultiwave.pdf
+OK 20210421165704 http://www.dcc.ac.uk/resources/how-guides/how-develop-rdm-services
+OK 20210413095537 http://cran.r-project.org/web/packages/e1071/index.html
+MISS NA https://goo.gl/AS3yyv
+OK 20210415095530 http://qualitative-research.net/fqs
+MISS NA https://standards.globalspec.com/std/418395/EN%2050272-2
+MISS NA www.ags.uni-sb.de/~cp/p/diss
+OK 20170816102919 http://www.scielo.cl/pdf/estped/v38n1/art01.pdf
+OK 20210417040400 http://genetics.bwh.harvard.edu/pph2/
+MISS NA http://physwww.physics.mcmaster.ca/∼chenal/nucastrostruc/group/home/theses.html
+OK 20210415082824 http://www.nclp.umd.edu/
+OK 20210323200609 http://www.programanthos.org/inicio.asp
+MISS NA https://www.revistafaro.cl/index.php/Faro/article/view/533/492
+OK 20170412224925 https://www.ushmm.org/remember/office-of-survivor-affairs/memory-project/featured-writers/winter-coats
+OK 20200731070343 http://digitalcommons.unomaha.edu/slcehighered
+OK 20210225041650 http://www.who.int/diagnostics_laboratory/Maputo-Declaration_2008.pdf
+OK 20180507220007 https://www.policyalternatives.ca/publications/reports/invisible-gang-members
+MISS NA http://10.1039/jr9580003534
+OK 20210414114755 http://www.sida.se/contentassets/bd474c210163447c9a7963d77c64148a/the-sustainable-livelihood-approach-to-poverty-reduction_2656.pdf
+OK 20210108174540 https://ama.com.au/position-statement/conscientious-objection-2013
+OK 20210121204639 https://www.anovikov.ru/dict/epo.pdf
+OK 20201113215746 https://www.hofstede-insights.com/models/national-culture/
+MISS NA http://jre.cplire.ru/jre/may19/13/text.pdfDOI10.30898/1684-1719.2019.5.13
+MISS NA https://bit.ly/2TW3E1d
+OK 20170215171053 http://www.eric.ed.gov/PDFS/ED469265.pdf
+MISS NA http://www.highbeam.com/doc/1G1-94649677.html
+OK 20201105042955 http://www.forestry.gov.cn/portal/main/s/414/content-273078.html
+MISS NA https://yosemite.epa.gov/sab/sabproduct.nsf/0/0CA9E925C9A702F285257F380050
+OK 20171117014219 http://www.lemlit-undiksha.co.nr
+OK 20200618160531 http://wiki.opensemanticframework.org/index.php/Ontology_Tools
+OK 20210414193616 http://arxiv.org/abs/astro-ph/0207156
+OK 20210422003737 http://www.researcherid.com
+OK 20050526233930 http://www.tdh.state.tx.us/bvs/registra/marridx/marridx.htm
+MISS NA http://bases.bireme.br/cgi-bin/wxislind.exe/iah/online/?IsisScript=iah/iah.xis%7B&%7Dsrc=google%7B&%7Dbase=MedCarib%7B&%7Dlang=p%7B&%7DnextAction=lnk%7B&%7DexprSearch=13744%7B&%7DindexSearch=ID
+OK 20201126083108 https://controlnutricional.files.wordpress.com/2010/12/glosario-de-terminos-en-desnutricion-clinica.pdf
+MISS NA ftp.limsi.fr/pub/quenot/opflow/
+OK 20191101074747 http://eprints.uny.ac.id/8451/3/bab%202%20-07513241008.pdf
+OK 20060924100425 http://www.lsbu.ac.uk/families/workingpapers/familieswp14.pdf
+MISS NA http://www.bbc.com/news/world-africa-156782542012
+OK 20201228152947 https://www.youtube.com/watch?v=0jwX_gb_CHQ
+OK 20190430191003 http://www.agrosvit.info/pdf/3_2019/12.pdf
+OK 20060901092405 http://ipm.missouri.edu/ipcm/archives/v16n1/ipmltr5.htm
+OK 20201108131727 http://www.oxfordenergy.org/2014/10/the-us-tight-oil-revolution-and-its-impact-on-the-gulf-cooperation-countries-beyond-the-supply-shock/
+MISS NA https://ore.exeter.ac.uk/repository/handle/10036/91798
+OK 20191229081607 http://www.parlamento.it/parlam/leggi/deleghe/99079dl.htm
+OK 20210127052910 http://gencen.isp.msu.edu/files/9314/5495/9504/Digest_February_edition_201213.pdf
+OK 20210309174246 http://www.gov.mb.ca/agriculture/crops/fruit/bld01s01.html
+OK 20200501115607 http://digitalcommons.unf.edu/joi/vol21/iss1/7
+OK 20210422085359 http://iate.europa.eu/
+OK 20120329043024 http://www.who.int/inf-pr-1998/en/pr98-23.html
+OK 20210126145834 http://www.cibtech.org/jls.htm
+OK 20210421205815 http://www.migrationinformation.org/
+OK 20200719051434 http://docs.cntd.ru/document/1200093424
+OK 20210124091148 http://www.faculty.ucr.edu/~heraty/Encarsia.cat.pdf
+OK 20200301054140 https://infoscience.epfl.ch/record/138483?ln=fr
+OK 20200609114811 http://projecteuclid.org/euclid.ndjfl/1012429722
+OK 20190721224029 http://englishcontext.kpnu.edu.ua/2019/04/08/ironiia-ta-spetsyfika-ii-perekladu-u-khudozhnikh-tekstakh/
+MISS NA http://www.who.int/csr/disease/coronavirus_infections/mers-laboratory-test-ing/en
+OK 20200506200333 http://professor.pucgoias.edu.br/SiteDocente/admin/arquivosUpload/18451/material/manual_instalacao.pdf
+OK 20210413020943 http://live.ece.utexas.edu/research/quality
+MISS NA http://doi.acm.org/10.1145/3192366.3192381
+MISS NA http://www.turkishstudies
+OK 20201130084946 http://www.alliance4usefulevidence.org/assets/Alliance-Policy-Laboratory-paper-final.pdf
+OK 20210422081215 http://databank.worldbank.org
+OK 20051004034726 http://www.umass.edu/resec/workingpapers
+MISS NA http://www-zhw.uni-r.de/tutorien/images/stories/Methodenreader/1.8_mind%20map.pdf.-DatumdesAufrufs2014-02-21
+OK 20170315001900 http://www.abs.gov.au/AUSSTATS/abs@.nsf/7d12b0f6763c78caca257061001cc588/c9c319dd7e17542fca2572e300810a3f!OpenDocument#
+OK 20190930110908 https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/470032/Banking_summary_of_PFs.pdf
+OK 20210422033623 https://www.satscan.org/
+OK 20171211205010 https://laopinion.com/2017/07/20/convertir-los-puertos-de-la-y-long-beach-en-no-contaminantes-podria-costar-14-mil-millones/
+MISS NA http://www.flickr.com/photos/hiffy/4209228160/References
+OK 20210227115822 http://online-boykott.de/unterschriftenaktion
+OK 20200808205621 http://www.fondation-langlois.org/html/e/page.php?NumPage=386
+OK 20210415044045 http://knightcommission.org
+OK 20190711185351 http://clubedoprofessor.com.br/artigos/artigojunio.pdf
+MISS NA http://www.hospitalsjl.gob.pe/ArchivosDescarga/Transparencia/PlaneamientoEstrategico/PlanOperativoInstitucional2014.pdf
+OK 20200928204023 http://aisel.aisnet.org/jais/vol2/iss1/6
+OK 20121114012125 http://www.statistics.gov.my/portal/download_Handbook/files/BKKP/Buku_Maklumat_Perangkaan_2011.pdf
+OK 20210412132834 http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---relconf/documents/meetingdocument/wcms_207370.pdf
+OK 20160304053731 http://www.osa.org/osaorg/media/osa.history/Transcripts/Welch,_David_Interview_(final)_2011-03.pdf
+OK 20210422152551 http://www.scielo.br/scielo.php
+MISS NA http://www.hpa.gov.tw/Pages/Detail.aspx?nodeid=609&pid=1084
+OK 20210319181449 https://www.fs.fed.us/spf/tribalrelations/documents/agreements/15-SA-11052000-056.pdf
+OK 20170207023903 https://www.roc.noaa.gov/wsr88d/PublicDocs/NNOW/NNDec2010/3-5.pdf
+OK 20201118233448 www.fda.gov/NewsEvents/Newsroom/PressAnnouncements/ucm345848.htm
+MISS NA http://diariocatarinense.clicrbs.com.br/sc/politica/noticia/2014/03/rivais-historicos-namoram-alianca-eleitoral-inedita-em-santa-catarina-4453949
+OK 20151223154219 http://www.abep.nepo.unicamp.br/site_eventos_abep/PDF/ABEP2004_51.pdf
+MISS NA http://ec.europa.eu/eurostat/web/environment/air-emissions-inventories/database.Accessedon16
+MISS NA http://www.kosso.or.kr/general/board/download.php?code=general_03&num=72
+OK 20210412234731 http://glite.web.cern.ch/glite/
+OK 20201201083849 https://github.com/deepmind/spriteworld/
+MISS NA http://www.elogistica.economia.gob.mx/swb/work/models/elogistica/Resource/23/1/images/Corea.pdf
+OK 20210415012716 http://CRAN.R-project.org/package=nlme
+OK 20210417205725 www.sciencepubco.com/index.php/IJET
+MISS NA http://bhpr.hrsa.gov/healthworkforce/reports/rnpopulation/preliminaryfindings.htm.Accessed
+MISS NA http://www.angle.org/doi/abs/10.2319/031209-143.1
+OK 20210225025744 http://lmb.informatik.uni-freiburg.de/Publications/2014/DB14b
+OK 20201203221313 http://www.ancestryimages.com/proddetail.php
+MISS NA http://www-sc.sys.es.osaka-u.ac.jp/˜ohtsuka/code/index.htm
+OK 20210415050858 http://www.lancaster.ac.uk/researchenterprise/dialang/about.htm
+OK 20200209093820 http://www.abis.com.br/noticias_2014_4.html
+MISS NA https://www.asus.com/fr/3D-Sensor/XtionPRO/
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/28352037
+OK 20111112154103 http://www.nps.edu/library/Research/SubjectGuides/SpecialTopics/TerroristProfile/Current/LibyanIslamicFighting.html
+OK 20210419153746 http://www.cdc.gov/nchs/data/hestat/asthma/asthma.htm
+OK 20191004020614 https://www.nas.org/about/history
+OK 20200613191335 http://www.jmedicalcasereports.com/content
+OK 20210417094854 http://faostat.fao.org
+OK 20210405115543 http://www.internethealthreport.com/
+MISS NA www.jstor.org/stable/101086/426800
+OK 20210125024337 http://www.sun.com/software/star/staroffice
+MISS NA https://dialnet.unirioja.es/servlet/articulo?codigo=3276331
+MISS NA http://www.oecd-ilibrary.org/economics/oecd-factbook
+OK 20210314180051 http://www.publications.parliament.uk/pa/ld200708/ldselect/ldeucom/183/183.pdf
+MISS NA http://sistemasdeprodução.cnptia.embrapa.br/FontesHTML/Arroz/ArrozIrrigadoBrasil.Acessoemnovembrode
+OK 20201125064941 http://unesdoc.unesco.org/images/0013/001346/134621e.pdf
+OK 20201126040624 http://www.statcan.ca/english/freepub/89-503-XIE/0010589-503-XIE.pdf
+OK 20210420112718 http://en.wikipedia.org/wiki/Judith_Butler
+OK 20210414025939 https://www.cpsbc.ca/files/pdf/PSG-Safe-Prescribing.pdf
+OK 20210128101325 http://www.theatlantic.com/technology/archive/2016/01/newspapers-philadelphia-inquirer-daily-news-nonprofit-lol-taxes/423960
+OK 20210323200327 http://www.inspection.gc.ca/english/fssa/labeti/guide/ch7be.shtml#7
+OK 20210119091059 http://fin-izdat.ru/journal/national/
+OK 20201202085232 https://www.lendingclub.com/browse/browse.action
+OK 20210125080156 www.seer.ufrgs.br/ConjunturaAustral
+MISS NA https://zahiraccounting.com/id/blog/hal-yang-perlu-diperhatikan-dalam-business-on-demand/
+MISS NA http://www.sciencedirect.com/science/article/pii/0093691X81901114
+MISS NA http://www.nap.edu/catalog/2208.htmlISBN:208pages
+OK 20130721100449 http://www.norden.org/en/news-and-events/news/nordic-model-patent-dispute-attracts-international-attention
+MISS NA http://www.jtss.org/index.php/jtss/article/viewFile/195/192Turkey-byANASAYFA-2001
+OK 20200713232821 http://www.aisdesign.org/aisd/il-design-nella-storia
+OK 20150912130454 http://www.ascilite.org.au/conferences/brisbane05/proceedings.shtml
+MISS NA http://search.proquest.com/docview/619647941?accountid=14556
+OK 20210418201531 www.ijcaonline.org
+MISS NA http://www.enciclopediadelecuador.com/historia-del-
+OK 20070622143424 http://cerses.shs.univ-paris5.fr/publifleurbaey/paafoo.pdf
+OK 20201128202851 http://dictionary.reference.com/browse/task
+OK 20201223170137 http://www.unesco.org/en/efareport/reports/2010-marginalization
+OK 20210415092039 http://www.pewinternet.org/files/2014/08/Future-of-AI-Robotics-and-Jobs.pdf
+OK 20200924133447 http://www.jauregui.arq.br/villa31.html
+OK 20200210055607 https://www.aap.org/en-us/about-the-aap/aap-press-room/
+OK 20201112030510 http://www.cbc.ca/news/business/rethinking-the-home-ownership-dream-1.2519201
+MISS NA https://www.carl-sen.de/graphic-novel/softcover/von-der-natur-des-menschen/21720
+OK 20210201093352 http://orcid.org/0000-0003-0844-8777
+MISS NA worldbank.org/etools/docs/library/76309/dc2002/proceedings/pdfpaper/module6ilo3.pdfILO
+MISS NA https://www.ecb.europa.eu/pub/pdf/annrep/ar2012pl.pdf?f7a-7ef9689e62779cefdb3436ff35a4e
+MISS NA http://www.coneval.org.mx/Medicion/Paginas/PobrezaInicio.aspxdEsousasantos
+OK 20180614140209 http://escholarship.org/uc/item/891144f4
+OK 20160215010910 http://www.psy.miami.edu/faculty/mmccullough/Media%20Coverage/Religious%20Origins%20of%20the%20Detox%20Diet.pdf
+MISS NA https://ivdon.ru/ru/magazine/archive/n3y2017/4378
+OK 20201105125202 http://hidroweb.ana.gov.br
+OK 20160306061905 http://www.reuters.com/article/2012/04/13/us-myanmar-cronies-image-idUSBRE83B0YU20120413
+OK 20200514193830 https://www.jstor.org/stable/3802739?origin=crossref
+MISS NA http://www.postimees.ee/3236833/uuringpagulastevastuon42protsentieestielanikest
+OK 20210216120820 https://www.zoda.gov.ua/
+MISS NA http://business.timeonline.co.yk/101/business/law/article700779.ece
+OK 20200920232455 https://journal.r-project.org/archive/2015-1/templ-kowarik-meindl.pdf
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20160825205414 http://krinstitute.org/publications_list.aspx
+MISS NA http://www.lonerganlat.org/wp-content/uploads/El-juicio-de-valor-y-la-hermen%C3%A9utica_Al-lan-Crhistian_ponencia.pdf
+MISS NA http://epublishing.ekt.gr|e
+OK 20160102124557 http://www.tempo.co/read/kolom/2015/01/05/1873/Kesejahteraan-Petani-2014
+OK 20210419123919 https://www.strategyzer.com/canvas/business-model-canvas
+OK 20201109215845 http://scholar.lib.vt.edu/ejournals/JITE/v34n3/Knoll.html
+OK 20210321072329 https://aimsclub.fhi-berlin.mpg.de
+OK 20130621093657 http://www.rsc.org/chemistryworld/News/2010/January/21011003.asp
+OK 20201101025547 http://www.financnisprava.cz/en/financial-administration/electronic-records-of-sales
+OK 20200720032438 http://www.bmbf.de/pub/Londoner_Kommunique_Bologna_d.pdf
+OK 20190713192837 https://www.itu.int/ITU-D/ict/doi/material/WISR07-chapter3.pdf
+MISS NA http://www.gisdevelopment.net/application/miscellaneous/mi08_237.ht
+OK 20200613030107 https://www.ncbi.nlm.nih.gov/pubmed/25375405
+OK 20210412210636 http://creativecommons.org/licenses/by-nc-
+MISS NA Http://www.atlasti.deDistributedbyScolari
+OK 20210122001454 http://nishorgo.org/wp-content/uploads/2017/02/CREL-Report-2013-2018-FINAL.pdf
+MISS NA http://minobarnauk.rf/documents/5433
+OK 20210413091935 http://www.hitachi.co.jp/products/it/
+MISS NA http://biblioclub.ru/index.php?page=book_view&book_id=271889
+OK 20140806145327 http://www.studentpulse.com/a?id=880
+MISS NA http://www.eltiempo.com/archivo/documento/MAM-1588993
+OK 20210331005501 http://www.asanet.org/ASA%20HS%20Standards%20(Final).pdf
+MISS NA http://www.rics.org/ca/knowledge/research/research-reports/hong-kong-grade-a-office-market-study-report/
+OK 20210226131626 http://jama.jamanetwork.com/article.aspx?articleid=1791497
+OK 20210404180250 http://www.ncbi.nlm.nih.gov/pubmed/23204173
+MISS NA https://perma.cc/EUC2-DJYV
+OK 20120119133309 www.k-erc.pref.kanagawa.jp/release/200807/shiryo1.pdf
+MISS NA http://health.detik.com/read/2014/
+OK 20210422083349 https://www.R-project.org
+OK 20160304215041 http://foia.fbi.gov/foiaindex/covenantswordarmlaw.htm
+OK 20210314182918 http://www.lanskub.com/docs/clearing_your_name.pdf
+OK 20210420054642 http://www.w3.org/TR/xpath-datamodel/
+MISS NA http://www.zgia.zp.ua/gazeta/evzdia_4_101.pdf
+MISS NA http://www.essentialchemicalindustry.org/materials-and-applications/colorants.htlm
+MISS NA http://www.softwaresuccess.org/papers/2006_Demir_UYMK_Meeting_Nonfunctional_Reqs_Through_SW
+OK 20210422110408 http://www.w3schools.com/
+OK 20190804032617 www.solid-earth.net/2/53/2011/
+OK 20060524231517 http://www.iser.essex.ac.uk/teaching/degree/stephenj/ec968/pdfs/ec968lnotesv6.pdf
+OK 20201203081102 https://news.Bitcoin.com/india-supreme-court-Bitcoin-legalization-taxation/
+MISS NA http://www.oecd.org/innovation/policyplatform/48137710.pdfErişim
+MISS NA www.centenariorepublica.parlamento.pt/CongressoCvsPapers/AugustoMoutinhoBorges
+MISS NA https://www.wtttc.org/-/media/files/reports/economic-impact-research/2017-documents/global-economic-impact-and-issues-2017.pdf
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevB.96
+OK 20050428004735 http://europa.eu.int/comm/competition/international/others/latin_america/boletin/boletin_5_3_es.pdf
+OK 20210414203922 http://ceb.csit.fsu.edu/awty
+OK 20170808234929 press.anu.edu.au/wp-content/uploads/2011/06/11-3-A-1.pdf
+OK 20210323151107 http://worldcocoafoundation.org/cocoalink/
+OK 20210417184246 http://asian-efl-journal.com
+OK 20071214045213 http://www.desenvolvimento.gov.br/arquivo/sdp/polIndustrial/MedidasPoIndus-livreto.pdf
+MISS NA https://eua.eu/component/attachments/attachments.html?id=414
+OK 20080502202057 http://www.brandenburg.de/cms/
+OK 20190326120702 http://ieeexplore.ieee.org/document/1522502/
+OK 20201111234516 http://www.csc-scc.gc.ca/women/002002-0002-eng.shtml
+OK 20200221143033 http://www.enelsyn.gr/papers/w13/Paper%20by%20Prof.%20Virgilio%20Afonso%20da%20Silva.pdf
+MISS NA http://easynews.dl.sourceforge.net/-sourceforge/high-res-timers
+MISS NA http://www.fao.org/docrep/012/i0370e/i0370e00.htm.Accessed
+OK 20200820134217 http://bat.library.ucsf.edu//tid/igf61a99
+MISS NA http://www.bruker.com/fileadmin/import/daltonics/literature/literature2012/Brochures/Biotyper_Library_Fungi_2012_eBook.pdf
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+OK 20210116094520 http://www.jbks.ru/archive/issue-9/article-23
+MISS NA http://tinyurl.com/5x9apf
+OK 20201128084425 http://www.deutscher-werkbund.de/wir-im-dwb/werkbund-geschichte/
+OK 20201108105935 http://www.nrk.no/ytring/psykologi-ma-bli-pensum_-1.12499881
+OK 20160313043104 http://archive.org/stream/fversigtafkong381881kung#page/n197/mode/2up
+MISS NA http://zululandobserver.co.za/61288/new-move-in-bay-container-terminal-spat/
+OK 20051130060748 http://www.opticsexpress.org/abstract.cfm?URI=OPEX-12-14-3137
+OK 20210415043501 http://www.futureofmusic.org
+OK 20210307061341 http://www.janaf.hr/oil-pipeline/the-janaf-system/
+OK 20190913055432 ejournal.adbisnis.fisip-unmul.ac.id
+OK 20210117025841 www.santateclafc.com
+OK 20170517053406 https://www.che.ac.za/sites/default/files/publications/CHE_South%20African%20higher%20education%20reviewed%20-%20electronic.pdf
+MISS NA http://www.haskell.org/-pipermail/gui/2003-February/000140.html
+OK 20170301003948 http://elcomercio.pe/economia/peru/sueno-casa-propia-mas-fuerte-provincias-que-lima-noticia-1734466
+MISS NA http://www.nfer.ac.uk/publications/LIG01/LIG01.pdfAccessed10
+OK 20201203201830 http://www.medietilsynet.no/globalassets/publikasjoner/barn-og-medier-undersokelser/2016_barnogmedier.pdf
+MISS NA http://www.dovepress.com/testimonials.phptoreadrealquotesfrompublishedauthors
+MISS NA https://tools.wm-flabs.org/massviews/
+MISS NA https://bmcpublichealth.biomedcentral.com/articles/10.1186/s12889-020-8179-xDatadesubmissão:06/04/2020
+MISS NA http://www.un-documents.net/our-common-future.pdfLastvisitedon
+OK 20180417145528 http://ogbus.ru/authors/VasilyevAV/VasilyevAV_1.pdf
+OK 20201214073856 http://journals.openedition.org/ethiquepublique/1997
+MISS NA http://www.ufpe.br/revistaenfermagem/index.php/revista/article/view/1472
+OK 20210415013819 www.eerp.usp.br/rlae
+OK 20201026080317 www.oeko.de/oekodoc/1352/2012-004-en.pdf
+OK 20110722195547 www.incb.org/pdf/e/ar/2004/incb_report_2004_full.pdf
+OK 20200708015524 https://lifestyle.bisnis.com/read/20190326/236/904431/70-persen-anak-berkebutuhan-khusus-tak-dapat-pendidikan-layak
+MISS NA https://www.project-syndicate.org/commentary/china-soft-and-sharp-power-by-joseph-s--nye-2018-01?barrier=accessreg
+OK 20210417044703 http://www.spe.org/industry/reserves.php
+OK 20210414133434 timreview.ca/article/105
+MISS NA http://bdjur.stj.gov.br/dspace/handle/2011/18087,acesso25/04/11
+OK 20180601223058 https://ssrn.com/abstract=2845374
+OK 20210415135902 http://www.vox.com/2015/3/2/8120063/american-democracy-doomed
+OK 20210301150356 www.biodiversidadcanarias.es
+OK 20181020121908 https://www.osha.gov/cranes-derricks/presentation/index.html
+OK 20210225074728 http://www.cs.washington.edu/education/courses/490h/
+MISS NA http://www.raosoft.com/samplesize.htmlwww.scholink.org/ojs/index.php/sssr
+MISS NA http://www.planalto.gov.br/ccivil_03/leis/l9394.htm.Acessoem
+MISS NA http://www.dps.tesoro.it/documen-tazione/comunicati/2012/Doc%2014-20%20Master_27%20dic%202012.pdf
+OK 20201230113625 http://minjust.ru/ru/extremist-materials
+MISS NA http://Gilang.www.striping-motor.com.Diaksespadatanggal15Juli
+MISS NA Availablefromwww.ecmwf.int
+OK 20200919065034 http://pedagogika.snauka.ru/2014/06/2452
+MISS NA http://www.ilo.org/wcmsp5/groups/public/---asia/---ro-bangkok/---ilo-
+OK 20060519073245 http://microarray.csc.mrc.ac.uk/_private/Support/development_page.htm
+MISS NA http://www.unicef.org/specialsession/about/sgreportpdf/11_
+OK 20190127074655 https://relatorioanual2017.febraban.org.br/pt/FEBRABAN_RA_17.pdf
+MISS NA http://www.medicines.org.uk/emc/medicine/1456/spc.Accessed02-09
+OK 20200106143627 http://www.mtv.com/news/2726936/kendrick-lamar-president-obama-white-house-oval-office/
+OK 20210110120546 http://www.handelsblatt.com/unternehmen/it-medien/lexikon-brockhaus-beerdigt-seine-enzyklopaedie/3224592.html
+OK 20210418060636 http://www.un.org/documents/ga/res/48/a48r104.htm
+MISS NA https://www.who.int/news-room/detail/29-01-2018
+MISS NA http://www.adp.com/thrive/articles/building-a-research
+OK 20190321044508 http://www.rosario.gov.ar/web/ciudad/deportes-y-recreacion/calle-recreativa
+MISS NA https://www.neliti.com/id/publications/109969/kebijakan-hukum-pidana-sebagai-upaya-penanggulangan-tindak-pidana-satwa-yang-dil
+OK 20210413031023 https://mthoyibi.files.wordpress.com/2011/05/qualitative-research-methods-for-the-social-sciences__bruce-l-berg-2001.pdf
+OK 20171115022104 http://www.folkecenter.net/gb/rd/wave-energy/
+MISS NA https://copticliterature.wordpress.com/2011/12/28/how-
+OK 20210413045917 http://portal.acm.org/citation.cfm
+OK 20210414061848 http://www.sciencedirect.com/science/article/pii/S0378112706010310
+OK 20080725162938 http://www.faqs.org/ftp/rfc/pdf/rfc1730.txt.pdf
+OK 20130130164733 http://www.dh.gov.uk/prod_consum_dh/groups/dh_digitalassets/documents/digitalasset/dh_108866.pdf
+OK 20110708161116 http://solution.hc3i.cn/art/201004/2585.htm
+OK 20190904123925 http://rodnayaladoga.ru/index.php/iskusstvo/461-obrazy-rusi-pravoslavnoj-v-mirovozzrenii-ili-glazunova
+MISS NA http://150.164.82.140/pesquisas/td/TD%20117.pdf
+OK 20180312022440 http://journal.publications.chestnet.org/article.aspx?articleid=1065037
+MISS NA http://obrasocial.lacaixa.es/deployedfiles/obrasocial/Estaticos/pdf/Estudios_sociales/vol
+MISS NA http://www.eudra.org/emea.html11
+OK 20161119055720 http://www.perseus.com/blogsurvey/iceberg.html
+MISS NA http://www.fsa.fi/index.php/liitto/jasenseurat/
+OK 20170224094200 http://www.epa.gov/epaoswer/non-hw/procure/pdf/const-00.pdf
+OK 20150331140335 http://www.efsa.europa.eu/en/efsajournal/pub/3138.htm
+OK 20130309231129 https://www.imf.org/external/Pubs/FT/staffp/1998/03-98/kaminsky.htm
+MISS NA 2011b.Availableatwww.iea.org/publications/freepublications/.../biofuels_roadmap.pdf
+MISS NA http://www.eduser.ipb.ptEducação41EDUSER
+MISS NA http://wellnesstourism.in/integrated-wellness/
+MISS NA http://doi.acm.org/./.,
+MISS NA http://www.sciencedirect.com/science/article/pii/S0377027308006240
+OK 20030620161730 http://adam.wins.uva.nl/~x/grammars/vs-cobol-ii/
+MISS NA https://metro.sindonews.com/read/1205456/170/tawuran-di-kebayoran-lama-ramadhan-tewas-mengenaskan-1494900626tanggal25Juli
+MISS NA https://jom.unri.ac.id/index.php/JOMFAPERTA/article/view/2659/2591
+MISS NA http://www.sahp.vcu.edu/media/school-of-allied-healthprofessions/virginia-center-on-aging/pdf/ageac-tion/agesummer15.pdf.Accessed
+MISS NA https://unitingtocombatntds.org/africa/.Accessed20
+MISS NA http://hdl.handle.net/2142/54757
+MISS NA http://www.gazetaprawna.pl/artykuly/1092495,eksperci-grupy-przestepcze-probu-ja-rejestrowac-fikcyjne-oswiadczenia-dla-cudzoziemcow.html,16.01
+MISS NA www.abep.nepo.unicamp.br/encontro2006/docspdf/ABEP2006_316.pdf
+MISS NA https://www.youtube.com/watch?v=iiedyfWGdSM
+OK 20210314024851 http://www-106.ibm.com/developerworks/linux/library/l-htl/
+MISS NA http://www.choosingwisely.org/doctor-patient-lists/critical-care-societies-collaborative-critical-care.Accessed
+OK 20200209001929 http://www.meningitis.org/disease-info/what-are-meningitis-septicaemia
+MISS NA http://www.ncbi.nlm.nih.gov/books/NBK56063.Accessedon
+OK 20200712082428 http://www.sbn.org.br/pdf/publico2012.pdf
+OK 20210310154440 http://download.intel.com/design/Xeon/datashts/29864206.pdf
+OK 20140402021401 http://www.clearswift.com/blog/2010/11/10/security-awareness-research
+OK 20210214220624 https://doc.iowa.gov/data/prison-recidivism-fy2016
+OK 20201114000351 http://webspace.ship.edu
+MISS NA http://www.code.google.com/android/addons/googleapis/reference/com/google/android/maps/package-summary.html
+OK 20180908005622 http://www.checklist.org.br/getpdf
+OK 20210226194327 http://www.fontspace.com/ladytimeless/cats-vs-dogs-lt
+OK 20060925111919 http://www.aaos.org/Research/stats/Total%20Hip%20Replacement%20Chart.pdf
+MISS NA http://www-01.ibm.com/software/websphere/products/optimizationLICHT2008
+OK 20210416014016 https://eur-lex.europa.eu/legal-content/eN/TXT/?uri=CeleX%3a52017DC0034
+OK 20170716015027 https://eprint.iacr.org/2016/202
+OK 20120102114156 http://www.people.com.cn/english/dengxp/contents2.html
+OK 20210415100502 http://www.sciencedirect.com/science/article
+OK 20210414203856 http://www.ccdc.cam.ac.uk
+MISS NA http://repositorio.unicamp.br/bitstream/REPOSIP/275418/1/Veronez_LuizFernandoCamargo_D.pdf
+OK 20180712115652 http://article.sapub.org/pdf/10.5923.j.edu.20130305.03.pdf
+MISS NA ehu.es/SGIker//expresion_genica//analisis_de_expresion.pdf
+OK 20210412121656 http://www.atsdr.cdc.gov/HEC/natorg/pehsu.html
+OK 20201123164200 http://www.soctrade.com/laboratornoe_oborudovanie/test-sistemy-dlya-opredeleniya-mikotoksinov.phtml
+MISS NA http://www.mct.gov.br/index.php/content/view/3293.htmlAcessoem09.05
+OK 20190629064010 https://cleanrgi.com
+OK 20210318003327 http://www.jfree.org/jfreechart/
+OK 20210422002614 https://www.climate.gov/
+MISS NA https://github.com/mesosphere/marathon/blob/v1.5.0/docs/docs/networking.md#host-networking
+MISS NA http://www.elixirpublishers.com/articles/1350716787_41%20
+MISS NA http://regnum.ru/news/polit/340403.html
+OK 20180826223331 http://www.dwaf.gov.za/Documents/Policies/SanitationReviewPolicy.pdf
+OK 20200531153749 http://www.iri.edu.ar/revistas/revista_dvd/revistas/R12/R12-EMOA.html
+OK 20100610045142 http://soilplantandpest.utk.edu/pdffiles/soiltestandfertrecom/chap2-agronomic_mar2009.pdf
+MISS NA http://www.kpu.ca/sites/default/files/TeachingandLearning/TD.2.2_Collins_Applied_Constructivist_Theory.pdf
+MISS NA http://www.cprm.gov.br/33
+OK 20150813035304 http://bfl.archivportal.hu/kateg-26-1-budapesti_negyed.html
+MISS NA http://docplayer.es/4702428-Universidad-tecnologica-israel.html
+OK 20071009191432 http://www.sustainable-development.gov.uk/government/task-forces/behaviour-change.htm#Papers
+OK 20201211025233 https://www.inei.gob.pe/media/MenuRecursivo/publicaciones_digitales/Est/Lib1251/Libro.pdf
+MISS NA http://fcd-us.org/sites/default/files/CROCUSworkingpaper17.pdf.170
+OK 20120319023138 http://www.sciencedirect.com/science/article/pii/S0960148110003940
+OK 20180425145137 http://www.nibis.de/nli1/bbs/archiv/rahmenrichtlinien/mbvj2011.pdf
+OK 20170223153612 http://www.idf.org/sites/default/files/ThePolicyPuzzleBook.pdf
+OK 20201125081155 http://chakinan.unach.edu.ec/index.php/chakinan/article/view/208/151
+OK 20081004205336 http://www.collaxa.com/product.bpel11.html
+MISS NA http://bit.ly/1xMuUMd
+MISS NA https://link.springer.com/content/pdf/10.1007%2F978-0-387-74401-8.pdf
+OK 20200124214744 https://www.medicinescomplete.com/mc/bnf/current/
+MISS NA https://sdm.lbl.gov/kamesh/software/GTgraph/
+OK 20210318183456 https://www.epa.gov/scram/air-quality-dispersion-modeling-preferred-and-recommended-models
+OK 20210422103933 http://ark.intel.com/
+MISS NA http://toxnet.nlm.nih.gov/newtoxnet/lactmedadresinden14/05/2019tarihindeerişilmiştir
+MISS NA http://www.mid.ru/ru/arkticeskij-sovet/-/asset_publisher/0vP3hQoCPRg5/content/id/3637699
+MISS NA http://www.theguardian.com/global-development/2016/feb/21/sami-people-reindeer-herders-arctic-culture〉
+MISS NA https://perma.cc/SS2W-PP2V
+OK 20210421022640 https://opendatacharter.net/principles/
+MISS NA https://www.apnet.es.aau.dk/tiki/tiki-index.php
+OK 20210413093702 http://cran.r-project.org/web/packages/caper/index.html
+OK 20210417213414 http://en.wikipedia.org/wiki/Black-Scholes
+OK 20210421135526 http://www.inca.gov.br
+MISS NA http://psicologiauahurtadocl/vgubbins/wp-content/uploads/2008/04/factores-asociadosa-rendimiento-escolarpdf
+MISS NA http://www.moe.gov.my/cms/upload_files/circularfile/2015/circularfile_file_001347.pdf
+OK 20051215054953 www.cbef.com/Grad_cmp.htm
+MISS NA https://www.researchgate.net/publication/7840297_Pyrolysis_of_EVA_and_its_application_in_recycling_of_photovoltaic_modules
+OK 20210418112619 https://www.cdc.gov/coronavirus/2019-ncov/php/risk-assessment.html
+MISS NA http://www.nccn.org/professionals/physician_gls/f_guidelines.asp.Accessed
+OK 20210310040131 http://www.oclc.org/research/activities/past/orprojects/pmwg/pm_framework.pdf
+MISS NA http://www.schweizerbart.de/papers/algol_stud/detail/43/63802
+MISS NA http://crq4.org.br/?p=texto.php&c=quimicaviva_acucar
+MISS NA https://www.youtube.com/watch?v=9jjwFhQI888
+MISS NA http://www.pappastax.com/index.php/2011/08/does-the-charitable-contribution-deduction-unfairly-favor-the-rich/
+MISS NA http://www.stat.berkeley.edu/photos
+OK 20210414150530 https://thebulletin.org/timeline
+OK 20180603231637 https://ssrn.com/abstract=2675747
+MISS NA http://www.who.int/entity/immunization/sage/meetings/2012/april/1_Background_Paper_Mar26_v13_cleaned.pdf?ua=1
+MISS NA http://www.cea.org.mk/documents/studii/FiscalDecentralization2005%20UNDP.pdf
+OK 20210325022451 http://www.mrao.cam.ac.uk/surveys/snrs/
+OK 20210422115956 http://www.worldbank.org
+OK 20210411000009 http://www.planalto.gov.br/ccivil_03/leis/L6938.htm
+OK 20210225142329 https://www.cast-science.org/publication/why-does-bee-health-matter-the-science-surrounding-honey-bee-health-concerns-and-what-we-can-do-about-it/
+OK 20080924172725 http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1335465&tag=1
+OK 20200327152053 http://www.pwc.com/it/it/publications/assets/docs/luxury-market-vision-2012.pdf
+OK 20210225144634 http://www.jstor.org/stable/2529310
+OK 20200623102419 https://www.ccl-cca.ca/pdfs/LessonsInLearning/Mar-01-06-The-rural-urban-gap.pdf
+MISS NA http://www.eltiempo.com/archivo/documento/MAM-220375
+MISS NA http://links.jstor.org/sici?sici=08837252%28199603%2F04%2911%3A2%3C119%3AATSAOR%3E2.0.CO%3B2-4&origin=JSTOR-pdf.16.www.transgaz.ro
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210421192718 http://www.cancer.org/
+OK 20201107100034 http://www.institutohorus.org.br/download/artigos/Ciencia%20Hoje.pdf
+MISS NA http://www.nhtsa.gov/DOT/NHTSA/Communication%20&%20Consumer%20Information/Articles/Associated%20Files/EconomicImpact2000.pdf
+OK 20210126032311 http://mots.revues.org/
+MISS NA http://portal.acm.org/ft_gateway.cfm?id=587082&type=pdf&coll=Portal&dl=ACM&CFID=29733676&CFTOKEN=5142097
+OK 20201108182216 http://ciperchile.cl/2016/03/02/juicio-a-las-escuelas-de-derecho-las-alarmantes-falencias-de-los-nuevos-abogados/
+MISS NA http://www.sinologist.com.ua/ukr/Ch_civil/2009/%D0%A7%D0%B5%D1%80%D0
+OK 20210114032301 https://dhsprogram.com/pubs/pdf/fr275/fr275.pdf
+MISS NA http://www.marilia.unesp.br/Home/Pos-Graduacao/CienciadaInformacao/Dissertacoes/camargo_lsa_do_mar.pdf
+MISS NA http://www.ilcuk.org.uk/.../pdf_pdf_134
+MISS NA www.emeraldinsight.com/0025.1747.htm
+MISS NA http://www.clicrbs.com.br/diariocatarinense/jsp/default.jsp?uf=1&local=1&newsID=a2405749.xml.Acessoem:22/03/2009
+OK 20161122084323 http://airman.dodlive.mil/2011/12/a-time-of-transition/
+OK 20170313191232 http://www.guardian.co.uk/Columnists/Column/0,,1762156,00.html
+MISS NA https://goo.gl/D8LcrS
+OK 20201204211505 http://www.ietf.org/rfc/rfc1577.txt
+OK 20210420114301 www.journalslibrary.nihr.ac.uk
+OK 20210421230302 http://www.agiusa.com
+OK 20210211052210 http://www.americanprogress.org/atf/cf/%7BE9245FE4-9A2B-43C7-A521-5D6FF2E06E03%7D/port_security.pdf
+OK 20201205111925 http://bourdieu.name/content/burde-o-proizvodstve-i-vosproizvodstve-legitimnogo-jazyka
+OK 20160307042742 http://www.sae.gov.br/vozesdaclassemedia
+MISS NA http://cashewnut-tz.org/docs/STRATEGIC-PLAN-_CBT_Board_2.pdf
+MISS NA http://www.future-internet.eu/fileadmin/documents/bleddocuments/IssuesTSDFuture
+OK 20210331233441 http://www.isaaa.org/resources/publications/briefs/37/executivesummary/default.html
+OK 20210315013805 http://www.cancer.org.au/aboutcancer/FactsFigures.htm
+OK 20210309123041 http://www.abecbrasil.org.br/index.asp
+OK 20200221080225 www.gks.ru/wps/wcm/connect/rosstat/rosstatsite/main/publishing/catalog/statisticCollections/doc_1135087342078
+MISS NA http://www.ramiran.net/ramiran2010/docs/Ramiran2010_0155_final.pdf
+OK 20200820032119 http://cds.cern.ch/record/2209126
+OK 20201001041724 https://www.pdui.sp.gov.br/rmsp/?page_id=56
+OK 20210415131220 http://waterdata.usgs.gov/tx/nwis/
+OK 20210308130711 http://www.synopsys.com/dw/buildingblock.php
+MISS NA http://arxiv.org/PScache/hep-ph/pdf/9911/9911533v2.pdf
+MISS NA http://pewinternet.org/*/media//Files/Reports/2012/PIP_Teens_Smartphones_and_Texting.pdf
+OK 20050403181157 http://www.globus.org/mds/mds2/
+MISS NA http://www.theatlantic.com/maga-zine/archive/1990/09/the-roots-of-muslim-rage/304643/
+MISS NA http://www.gipeonline.com.br/pdf/Cur-riculares/volume_5.pdf
+OK 20201212080226 https://preprints.jmir.org/preprint/12191
+OK 20120301034907 http://www.merckgroup.com/en/media/extNewsDetail.html?newsId=8475BA17A3F51470C1257D50006901B4&newsType=1
+OK 20210419234636 http://www.dwheeler.com/oss_fs_why.html
+MISS NA http://www.bci-info.tugraz.at/ResearchInfo/documents/articles/selfpacedtechreport-2006-05-19.pdf
+OK 20090804151945 http://report08.british-energy.com/uploads/britishenergy20072008.pdf
+OK 20210213214207 http://www.ietf.org/rfc/rfc4627
+MISS NA http://www.edpsciences.org/articlesproc
+OK 20181007234106 http://www.ncbi.nlm.nih.gov/pubmed/16797608
+OK 20210126093809 http://science.sciencemag.org/content/359/6372/213#BIBL
+OK 20190831075710 http://www.pediatrics.org/cgi/content/full/99/2/e8
+OK 20210413214257 https://medium.com/message/how-facebook-s-algorithm-suppresses-content-diversity-modestly-how-the-newsfeed-rules-the-clicks-b5f8a4bb7bab
+MISS NA http://old.smm.lt/ugdy-mas/docs/
+OK 20100628065153 http://carbon.cudenver.edu/~mryder/augment.html
+OK 20150919034247 http://teachingandlearningtogether.blogs.brynmawr.edu/thirteenth-issue-fall-2014/learning-through-partnership-in-assessment
+OK 20131010123451 http://www.census.gov/population/projections/nation/summary/np-t3-c.txt
+MISS NA http://www.newswatch.in/archives/newsblog/outrage-as-kazakh-leader-snapped-in-swimming-trunks.html
+MISS NA http://www.itu.int/pub/D-REG-TTR.10-2008S
+MISS NA https://elaw.murdoch.edu.au/issues/special/court_process.pdf
+OK 20130618054709 http://www.commondreams.org/headlines04/0713-07.htm
+MISS NA http://www.conam.gob.pe/cambioclimatico/CorbetPS
+OK 20210416100823 www.guifi.net
+OK 20201222171328 http://www.who.int/entity/malaria/world_malaria_report_2011/9789241564403_eng.pdf
+MISS NA http://www.gp50.com/pdf/Application,%20Tech.%20Notes%20&%20Manuals/A5SL-TN4.00.pdf
+MISS NA Availableonlineatwww.bats.ch/abstr/297intro.htm
+MISS NA http://www.health.gov.au/casedefinitionsAccessedon27
+MISS NA http://www.thejournal.ie/suleiman-magnificent-ottoman-em-pire-tv-series-1213006-Dec2013/
+MISS NA http://www.javeriana.edu.co/ear/fac/documents/colisionaves.pdf
+OK 20201114235722 http://lj.libraryjournal.com/2013/05/marketing/social-media-libraries-are-posting-but-is-anyone-listening
+MISS NA http://www.genetix.univmontp2.fr/ge-netix/genetix.htm
+OK 20100704184816 http://www.campus-oei.org/oeivirt/rie06a03.htm
+OK 20210418131550 www.alz.org/dementia/types-of-dementia.asp
+MISS NA http://dx.doi.og/10.1680/ensu.15.00033
+OK 20160608170238 http://www.udir.no/Laringsmiljo/Bedre-laringsmiljo/Hjem-skole-samarbeid/Samarbeidet-mellom-hjem-og-skole/?read=1
+OK 20200603072511 http://link.aps.org/doi/10.1103/PhysRevLett.110.012302
+OK 20210421011011 http://www.openarchives.org/OAI/openarchivesprotocol.html
+OK 20200204051454 http://students.jinr.ru/en/jinr2016-participants
+MISS NA http://www.csis.or.id/papers/wpe054
+OK 20210305014516 http://www.specware.org/
+MISS NA http://arxiv.org/abs/1601.02141
+MISS NA https://waterservices.usgs.gov/rest/Site-Ser-vice.html#outputDataTypeCd
+OK 20200921022915 http://wciom.ru/index.php?id=459&uid=112077
+OK 20210308075353 https://archive.org/details/bub_gb_HsEz9uP2IzwC/page/n5/mode/2up
+OK 20210417042457 http://www.uml.org
+OK 20210213220759 http://news.bbc.co.uk/2/hi/technology/3403605.stm
+OK 20200216031430 http://fusion.net/story/195901/twitter-bots-spam-detection/
+MISS NA fromwww.mahak-charity.org
+OK 20210318172221 http://www.nvz-ziekenhuizen.nl
+OK 20190923032600 http://www.tsn.org.tw/UI/H/H00201.aspx
+OK 20210417144321 http://www.tbb.gov.tr/mevzuat/kanunlar/Avrupa_Yerel_Yonetimler_ozerklik_Sarti.pdf
+OK 20200812132800 http://dblp.uni-trier.de/db/conf/icassp/icassp2012.html#SchusterN12
+OK 20210310192040 http://www.caida.org/analysis/security/code-red/
+MISS NA http://bit.ly/2OjhAya
+MISS NA http://www.dnbgf.de/fileadmin/texte/Downloads/uploads/dokumente/2009/DAK_Gesundheitsreport_2009.pdf
+OK 20190816003344 en.bookfi.net/book/1064503
+OK 20190113145114 http://works.bepress.com/reneehobbs/13/
+MISS NA http://www.jstor.org/stable/3833875Accessed
+OK 20161206205613 http://www.servicecanada.gc.ca/eng/qc/job_futures/statistics/6453.shtml
+MISS NA http://www.australiandoctor.com.au/news/84/Oc059f84.asp
+MISS NA http://www.cms.hhs.gov/PQRI/downloads/2008PQRIMeasureSpecifications123107.pdf.Accessed
+OK 20210417115800 https://collateralmurder.wikileaks.org
+OK 20120608123042 http://networking.hpl.hp.com/s-cube/index.html
+OK 20200123045811 http://aliweb.cern.ch/Offline/
+OK 20090130184616 http://cis.nci.nih.gov/fact/6_40.htm
+MISS NA http://qualitynet.org/dcs/ContentServer?c¼Page&pagename¼QnetPublic%2FPage%2FQnetTier2&cid¼1138900279093
+MISS NA https://dialnet.unirioja.es/servlet/articulo?codigo=4777933
+OK 20201218203021 http://www.siga.arquivonacional.gov.br/images/publicacoes/nobrade.pdf
+OK 20200203181612 http://tvarka.lt/lt/apie-mus/seimo-rinkimu-programa-2016
+OK 20201130023730 https://emj.bmj.com/content/34/6/357
+MISS NA http://www.bi.go.id/id/Default.aspxETE
+MISS NA http://aidsinfo.nih.gov/contentfiles/lvguide-lines/AdultandAdolescentGL.pdf
+OK 20210421022005 https://www.usfa.fema.gov/data/library
+OK 20201127015644 https://education.alberta.ca/admin/testing/diplomaexams.aspx
+OK 20150420180359 http://works.bepress.com/david_smolin/doctype.html
+MISS NA http://www1.nas.gov.ua/infrastructures/Legaltexts/nas/2006/regulations/OpenDocs/060630_183_an1.pdf
+MISS NA http://www.24-horas.mx/entrega-consulado-mexicano-en-ny-mas-de-700-mil-dolares-a-afectados-por-huracan-sandy/
+OK 20210224094128 http://reasoning.cs.ucla.edu/samiam/
+OK 20181125091626 http://www.who.int/substance_abuse/terminology/abuse/en/
+MISS NA www.dpa.gr/portal/page?pageid=33
+OK 20170221134214 http://www.eric.ed.gov:80/PDFS/ED510968.pdf
+OK 20201129172810 http://arthritis-research.biomedcentral.com/articles/10.1186/ar4091
+MISS NA http://www.aksiyon.biz/detay.php?id=25080
+OK 20201106160201 http://www.ncbi.nlm.nih.gov/pubmed/21947582
+MISS NA http://www.uneca.org/adf/adfiv/adf_4_report_final_sml.pdf
+OK 20170213213812 http://www.usdoj.gov/atr/icpac/finalreport.htm
+MISS NA http://www.minedu.fi/export/sites/default/OPM/Julkaisut/2009/liitteet/opm46.pdfadresindenerişildi
+MISS NA http://asemlllhub.org/fileadmin/www.asem.au.dk/LLL_Policies/Latvia_-_Ministry_of_Education_and_Science._Basic_guidelines_of_lifelong_learning_policy_for_2007_-_2013.pdf
+OK 20120907040450 http://www.studentenwerke.de/se/2001/computernutzung.pdf
+OK 20070610160752 www.cvt.dk/oaisem/docs/Hugo/Alroe_2004_Open_Archives.ppt
+OK 20210417033640 www.cdc.gov/hepatitis/statistics/2017surveillance/index.htm
+OK 20200728230400 http://kosis.kr/common/meta_onedepth.jsp
+MISS NA http://hdl.handle.net/2381/39947
+MISS NA http://ivotonet.xpg.uol.com.br/arquivos/TRABALHO_ASSOCIADO_REVOLUCAO_PROLETARIA.pdf
+MISS NA http://www.ecfacilities.org./pubs/sanesschools,pcf
+MISS NA http://iasg.iac.iastate.edu/index.php?page=cdc
+MISS NA https://www.ncsbn
+OK 20210318145202 http://www.cancer.org/acs/groups/content/@editorial/documents/document/acspc-044552.pdf
+OK 20200711215938 http://www.psychomedia.it/jep/number3-4/yerushalmi.htm
+OK 20090804172640 http://www.ufrgs.br/psiq/whoqol84.html
+OK 20190206081740 http://www.movergs.com.br/numeros-setor
+OK 20210214192942 www.unmillenniumproject.org/goals/gti.htm#goal3
+OK 20200718233253 http://demoscope.ru/weekly/2011/0485/tema01.php
+OK 20210419052510 http://www.goldcopd.org
+MISS NA http://kirovohrad.legalaid.gov.ua.-Назвазекрана
+OK 20200528114951 http://link.aps.org/doi/10.1103/PhysRevB.87.121402
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://webarchive.nationalarchives.gov.uk/20110218141521/http://rds.homeoffice.gov.uk/rds/pdfs2/rdsolr14
+OK 20161020061712 http://oca.ancine.gov.br/media/SAM/DadosMercado/Anuario2012-Versao-para-Publicacao-Reduzido.pdf
+OK 20210419142839 http://www.algaebase.org
+OK 20100707135845 http://lcdev.kek.jp/IDAG/ILDLoI.pdf/
+OK 20180829195015 http://www.anjazwei.de/arbeiten.html
+OK 20201012073820 www.dfa.ie/news-and-media/press-releases/press-release-archive/2015/june/opportunities-for-returning-emigrants/
+OK 20190217054224 http://www.channelnewsasia.com/news/asiapacific/malaysia-hopeful-of/2156216.html
+OK 20201024161315 http://www2.epa.gov/fera/apex-4-user-guides
+MISS NA http://repository.upi.edu/3606/,diakses16Oktober
+OK 20210421090145 http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html
+MISS NA https://plato.stanford.edu/archives/fall2017/entries/creation-conservation.RichardA.Muller
+OK 20201109032111 https://www.bbc.com/portuguese/geral-43561187
+OK 20210224064041 http://group.bmj.com/group/rights-licensing/permissions
+MISS NA http://www.bls.gov/oco/ocos007.htmValentine
+OK 20210331012401 http://ecos.bok.or.kr
+MISS NA https://perma.cc/72MN-CENQ
+MISS NA http://www.kuess-die-uni-wach.de/downloads/virtualitaet/186_Studierenden-zentrierte_Dienstleistungen__Status_Quo_und_Potenziale_von_eHigherAdministration
+OK 20210318043334 http://english.peopledaily.com.cn/constitution/constitution.html
+OK 20201204123442 https://record.umich.edu/articles/ama-conference-shines-spotlight-medical-school-education
+OK 20201106235352 http://www.eac-quality.net/fileadmin/eac_quality/user_documents/3_pdf/Microbiological_handbook_for_biogas_plants.pdf
+MISS NA http://CRANR-projectorg/package=hopach
+MISS NA http://www.thestar.com.my/.../health/2012/05/06/itchy-skin/
+OK 20210415072637 http://www.ietf.org/rfc/rfc2246.txt
+OK 20200822195912 http://www.ncbi.nlm.nih.gov/pubmed/18955667
+OK 20200623012702 http://www.uscar.org/commands/files_download.php?files_id=364
+MISS NA http://bibliotecadigital.fgv.br/dspace/handle/10438/14096.Acessoem
+MISS NA http://www.gpec.ubc.ca/index.php?content¼software/imagej_plugin/index.php
+OK 20201109041345 http://www.variant.org.uk/32texts/bourdieu32.html
+MISS NA https://www.dovepress.com/by54.191.40
+OK 20200223184112 http://www.vinduesvidensystem.dk/ruder.html
+OK 20180422090154 http://mir-nauki.com/PDF/36PDMN116.pdf
+MISS NA http://hortsci.ashspublications.org/content/38/1/140.full.pdf+html
+MISS NA www.ams.org/mathscinet-getitem?mr=3105581
+MISS NA http://www.cnpt.es/docupdf/InformeEncuesta08.pdf
+OK 20210421090444 kyoto-u.ac.jp
+OK 20200829060453 http://www.joe.org/joe/2002april/iw1.html
+MISS NA http://www.uptodate.com16
+OK 20210116161222 http://docs.lib.purdue.edu/clcweb/vol7/iss3/2
+OK 20140309141351 http://www.bns.lt/topic/886
+OK 20210415133515 http://www.urbantapestries.net
+MISS NA http://newsreleases.mdsinc.com
+MISS NA https://search.proquest.com/docview/1870686391?accountid=44932
+OK 20150914193026 http://www.ers.usda.gov/data/unemployment/RDList2.asp?ST=MI
+OK 20210415032618 http://www.icj-cij.org/docket/files/143/16883.pdf
+OK 20171101201434 www.fpri.org/enotes/20050119.military.noonan.citizensoldier.html
+OK 20200731233825 https://tinyurl.com/ycxnj62l
+OK 20210422083349 https://www.R-project.org/
+MISS NA http://mmbr.asm.org/cgi/doi/10.1128/MMBR.00052-12
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20160823173610 http://tree.bio.ed.ac.uk/software/gtree
+OK 20210116075446 http://dohcolonoc.ru/
+OK 20120202145227 http://www.volvoce.com/constructionequipment/na/en-us/products/wheelloaders/wheelloaders/L220G/Pages/specifications.aspx
+MISS NA http://www.jornaldelondrina.com.br/online/conteudo.phtml?tl=&id=990030&tit=Cofercatu-vende-destilaria-por-R-82-milhoes-para-o-Grupo-Alto-Alegre
+MISS NA http://www.socalgas.com/.../
+MISS NA http://omlcogiedu/spectra/hemoglobin/indexhtml
+OK 20210408035457 http://www.un.org/disabilities/documents/convention/convoptprot-e.pdf
+MISS NA http://www.cochrane.org/resources/handbook/Handbook4.2.6Sep2006
+OK 20210205003145 https://eslint.org/blog/2018/07/postmortem-for-malicious-package-publishes
+OK 20051214204744 www.pediatrics.org/cgi/content/full/105/1/e7
+OK 20180927200352 http://nac.unl.edu/documents/workingtrees/brochures/wta.pdf
+OK 20210227022715 http://labs.icb.ufmg.br/lbem/pdf/retrato.pdf
+OK 20210416143922 http://computer.org/publications/dlib
+MISS NA http://www.treasury.gov.uk/docs/2001/mynersreport0602.html
+OK 20210225034307 http://www.msmagazine.com/spring2005/wellscollege.asp
+OK 20180629033053 http://linkinghub.elsevier.com/retrieve/pii/S0140196316300076
+OK 20210129063647 http://www.commerce.senate.gov/public/?a=Files.Serve&
+OK 20210307210253 www.oecd.org/newsroom/39700724.pdf
+OK 20210421163852 http://www.samhsa.gov/data/
+MISS NA BBCNews.news.bbc.co.uk/2/shared/bsp/hi/pdfs/08_03_10_BBC_internet_poll.pdf
+MISS NA https://phys.org/print404656908.html
+OK 20200811002439 http://www.awf.or.jp/4/un-01.html
+OK 20210418120143 http://www.planalto.gov.br/ccivil_03/Constituicao/Constituicao.htm
+MISS NA http://phtv.ifeng.com/phoenixtv/74608461014368256/20060915/887936.shtml
+OK 20210415074224 http://www.nobelprize.org/nobel_prizes/literature/laureates/1949/faulkner-speech.html
+OK 20160308043340 http://www.who.int/countryfocus/cooperation_strategy/ccs_irn_en.pdf
+OK 20150925232336 http://www.ct.edu/files/opr/A_20120127.pdf
+MISS NA http://www.heartland.org/Article.cfm?artIdϭ19077
+OK 20190613211423 https://www.psyctc.org/stats/rcsc1.htm
+OK 20200730103519 http://www.ee.washington.edu/trsearch/pstca/
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/16184742.2015.1108990
+OK 20200124173413 www.vox-poetica.org/t/articles/dulong.html
+OK 20210415041843 www.impactjournals.com/oncotarget
+OK 20180628190744 http://circheartfailure.ahajournals.org/content/5/1/87
+OK 20190821144026 http://crisp.cit.nih.gov
+MISS NA Dictionary.com.2019.www.dictionary.com/browse/consumerism.Accessed
+MISS NA http://ir2.nul.nagoya-u.ac.jp/jspui/handle/2237/15076
+OK 20200503082620 http://www.agricultura.gov.br/vegetal/culturas/cana-de-acucar
+OK 20210126190434 http://www.bbc.com/mundo/noticias/2015/03/150312_cultura_hombre_destruye_budas_bamiyan_egn
+MISS NA http://www.who.int/topics/public_health_surveillance/en/.Accessed30
+OK 20210227182910 http://www.citigroup.com/citi/citiforcities/pdfs/hotspots2025.pdf
+OK 20190915181938 http://gesto.to.gov.br/uc/52/
+MISS NA http://www.pops.int/TheConvention/ThePOPs/TheNewPOPs/,lastaccess
+OK 20160817113802 https://cloudstats.me/2015/08/08/open-source-server-monitoring-tools-cacti-zabbix-nagios/
+OK 20180421073928 http://www.itk.ntnu.no/sil
+OK 20210421224532 https://www.udacity.com/
+MISS NA https://books.google.co.in/books?isbn=1101610484
+MISS NA http://jama.jamanetwork.com/article.aspx?articleid¼185547
+OK 20170913213938 http://bibvirt.futuro.usp.br
+OK 20210315225630 http://ectacenter.org/partc/partcdata.asp
+MISS NA https://europa.eu/european-
+MISS NA https://bit.ly/2XkO8ux
+OK 20181222222553 http://www.kazgik.ru/kcontent/main/conference_competition/Problemy%20i%20perspektivy/3/3_3.pdf
+OK 20201125074539 http://australianhumanitiesreview.org/2004/04/01/the-ecological-humanities-in-action-an-invitation/
+MISS NA http://books.google.com.co/books?id=vb82_FGCbgcC&printsec=frontcover&dq=related
+MISS NA http://www.prosint.com.br/prosint.htmeCotaçãodemetanolencaminhadaem2009
+MISS NA http://www.math.uni-leipzig.de/∼frey/publications-frey.html
+OK 20201129024645 https://www.ema.europa.eu/documents/product-information/kineret-epar-product-information_en.pdf
+OK 20080511183504 http://tracebase.nmsu.edu/tracebase.html
+OK 20190423215105 https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/xtb/xtb
+MISS NA http://www.turismo.gov.br/turismo/o_ministerio/embratur/.Acessoem:21abr
+OK 20210420124639 http://www.jstor.org/stable/3178274
+OK 20190917111830 http://www.fao.org/docrep/004/t0582e/T0582E06.htm
+OK 20210314191842 www.emeraldinsight.com/reprints
+OK 20190724044350 https://www.gov.uk/dfid-research-outputs/linking-rural-communities-with-health-services-assessing-the-effectiveness-of-the-ambulance-services-in-meeting-the-needs-of-rural-communities-in-west-africa-final-report
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA www.nrcs.usda.gov/fea-ture/outlook/Soil%20Quality.pdf
+OK 20210118011349 http://jhr.ssu.ac.ir
+OK 20210224161842 http://www.intel.com/ial/3dsoftware/index.htm
+OK 20200617100736 http://www2.law.columbia.edu/fagan/courses/law_socialscience/documents/Spring_2006/Class%202-Origins%20of%20Social%20Science%20Law/Crenshaw_Foot%20in%20the%20Closing%20Door.pdf
+OK 20131130070048 http://www.consecol.org/vol6/iss2/art10
+OK 20210421013533 https://cran.r-project.org/web/packages/coxme/index.html
+MISS NA http://www.mi.uni-erlangen.de/approx/
+OK 20160528041118 www.econrsa.org/system/files/workshops/papers/2015/saibu.pdf
+MISS NA http://delos-noe.iei.pi.cnr.it/activities/in-ternationalforum/Joint-WGs/digitalimaging/DigitalImaging.pdf
+OK 20190907063009 http://www.nec.com/en/global/prod/nw/pasolink/products/ipasolinkEX.html
+OK 20200108041918 http://www.arxiv.org/abs/cs.GT/0609112
+MISS NA http://www.inca.gov.br.Acessoem18abrilde
+OK 20210415131313 http://www.tpc.org/tpch/
+OK 20210413031616 http://arxiv.org/abs/1501.03268
+MISS NA http://bit.ly/37AL3et
+MISS NA http://www.oecd.org/dataoecd/12/54/48321781.pdf.Accessed1
+OK 20150629150244 http://www.ucl.ac.uk/clinical-psychology/CORE/Docs/physical-health-conditions-competences/Working%20with%20physical%20health%20conditions%20Background%20document%20for%20web%2013th%20April%202015.pdf
+MISS NA http://nces.ed.gov/ipeds/pdf/webbase2003/grs_2yr_form.pd
+MISS NA http://www.portalseer.ufba.br/index.php/entreideias/article/view/2920/2087Acesso18/06/2014
+MISS NA http://jabar.tribunnews.com/2015/02/04/bps-mencatat-tamu-lebih-lama-menginap-di-hotel-berbintang
+OK 20070813062748 www.hdnet.org/library/icaap2005.pdf
+OK 20170919181229 http://www.cee-recherche.fr/publications/ouvrages/la-vie-professionnelle
+MISS NA http://tobaccodocuments.org/product_design/2029213006-3018.html
+MISS NA http://www.greenpeace.de/fileadmin/gpd/user_upload/themen/atomkraft/Kurzgutachten-endlagersuchgesetz.Pdf
+OK 20040923041359 http://teses.eps.ufsc.br/defesa/pdf/10429.pdf
+MISS NA http://www.abcsem.com.br/docs/pesquisa_mercado_2009.pdf.Acessoem
+OK 20210416032627 http://www.planalto.gov.br/ccivil_03/leis/L9394.htm
+MISS NA https://www.dovepress.com/by207.241.231
+MISS NA https://EconPapers.repec.org/RePEc:iwt:rerpts:h024897
+OK 20140330054913 http://www.urban.org/url.cfm?ID=411676
+OK 20210214005428 http://www.symantec.com/press/2005/n050321.html
+OK 20210414215139 http://www.cebm.net/oxford-centre-evidence-based-medicine-levels-evidence-march-2009/
+MISS NA http://www.abgfh.com/images/content/geschaeftsberichte/GB_2013.pdf
+MISS NA http://arxiv.org/abs/1210.0015
+MISS NA bce.unb.br/índex.php/revistapos/issue/current.Acessoem:18/09/2014
+OK 20200628040921 http://www.ala.org/tools/future/trends/collectiveimpact
+MISS NA http://www.comp.nus.edu.sg/∼qinsc/papers/safety.ps.gz
+MISS NA http://www.jbc.org/content/258/21/12886
+MISS NA https://periodicos.ufpe.br/revistas/pedaletra/article/view/231811/25955
+OK 20210415040742 http://www.iep.utm.edu/pacifism/
+MISS NA http://g1.globo.com/tecnologia/tem-um-aplicativo/noticia/2014/08/aplicativo-secret-permite-contar-segredos-anonimamente-e-vira-hit.html.Acessoem20maio
+OK 20180728220430 sscnet.ucla.edu/polisci/faculty/trachtenberg/syllabi,lists/2009/walt09.pdf
+OK 20150623035905 http://www.etiksempozyumu.sakarya.edu.tr/etik/3.1/1Omurgonulsen.pdf
+MISS NA http://www.scielo.br/scielo.php?pid=S0044-59672008000400029&script=sci_arttext
+MISS NA http://scielo.sld.cu/scielo.php?script=sci_arttext&
+MISS NA http://www.ijponline.net/content/41/S2/A32
+OK 20210417184618 http://codahale.com/you-cant-sacrifice-partition-tolerance
+OK 20210309192808 www.pkfc.com/en/pkf-hr/
+OK 20120904044140 http://europa.eu.int/comm/enterprise/enterprise_policy/sme_definition/index_en.htm
+OK 20150604144837 http://www.jiscinfonet.ac.uk/infokits/mergers-restructures/overview
+OK 20210324051911 https://www.nytimes.com/2020/04/23/world/europe/coronavirus-R0-explainer.html
+OK 20201017191614 http://epi.publichealth.nc.gov/cd/lhds/manuals/tb/toc.html
+OK 20200925043201 https://www.nls.uk/media/1190455/2015-strategy.pdf
+MISS NA https://elibrary.ru/item.asp?id=14947953
+MISS NA http://www.vietnamun.org/en/vnun.php?id=243
+OK 20210421204910 http://www.oecd.org/edu/skills-beyond-school/educationataglance2011oecdindicators.htm
+MISS NA https://github.com/seanhwhsu/PXMD.SUPPLEMENTARYMATERIALSwww.sciencemag.org/content/362/6410/eaat3185/suppl/
+MISS NA http://theses.univ-lyon2.fr/documents/lyon2/2015/nomine_jc/pdfAmont/nomine_jc_these.pdf
+OK 20131113233410 http://nettskolen.nki.no/in_english/megatrends/Book3.pdf
+OK 20170110201619 http://pure.au.dk/portal/files/32302046/0003088.pdf
+OK 20210419045339 http://purl.oclc.org/estimates
+OK 20070206063216 http://www.windpower.dk/faqs.htm
+OK 20161025031846 www.hesmo.gr/sites
+OK 20170420223858 http://orcid.org/0000-0001-9574-8211
+OK 20210211111704 http://www.teses.usp.br/teses/disponiveis/22/22131/tde-31052005-163355/pt-br.php
+OK 20180124071411 ec.europa.eu/regional_policy/ro/atlas/programmes/2014-2020/cyprus/2014cy05m9op001
+OK 20210122015256 https://echa.europa.eu/documents/10162/661bff17-dc0a-4475-9758-40bdd6198f82
+OK 20210413045258 http://philpapers.org/rec/SMIJNA-2
+MISS NA https://www12.senado.leg.br/noticias/materias/2017/10/25/cpi-da-previdencia-aprova-relatorio-final-por-unanimidade.Acessoem
+MISS NA https://cyberleninka.ru/article/n/the-basics-of-religious-cultures-and-secular-ethics-in-lifelong-education-specifics-of-the-new-course
+MISS NA http://revalue.mx/revista/index.php/revalue/article/view/110
+OK 20210414164303 http://viceroy.eeb.uconn.edu/estimates
+OK 20210420191158 https://www.nytimes.com/2015/04/02/us/verdict-reached-in-atlanta-school-testing-trial.html
+OK 20210417222542 http://eprint.iacr.org/
+OK 20101008234849 http://www.ngoforum.org.kh/Development/Docs/doc.htm
+OK 20210329195505 http://www.planalto.gov.br/ccivil_03/Leis/L6404consol.htm
+MISS NA http://aulavirtual.ig.conae.gov.ar/moodle/pluginfile.php/512/mod_page/content/38/Lanfri_M_etal.pdf.Consultadoenenerode
+OK 20170331190242 http://www.welt.de/autor/joerg-eigendorf/
+OK 20210420233403 http://www.interscience.wiley.com
+OK 20090701105736 http://www.revistaparadigma.org.ve/Doc/Paradigma991/Art4Santiago.htm
+OK 20160419184539 http://studentorgs.utexas.edu/salsa/proceedings/2004/Noy.pdf
+OK 20200413055810 http://www.jstor.org/stable/2426763
+OK 20210413014004 www.sidra.ibge.gov.br
+OK 20210421053616 https://ecis.jrc.ec.europa.eu/
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/27733181
+OK 20210415090314 http://www.policemisconduct.net/statistics/2010-annual-report/
+OK 20210121233124 http://www.nytimes.com/2008/10/26/nyregion/26dorfsman.html?_r=0
+OK 20201127063229 https://www.preprints.org/manuscript/201802.0040/v10
+OK 20131016153700 http://www.facmed.unam.mx/eventos/seam2k1/
+MISS NA http://www.stryker.com/emea/Products/Orthopaedics/KneeReplacement/Primary/
+OK 20210412232414 http://gamasutra.com/features/20060810/ruberg_01.shtml
+OK 20190907052802 http://www.isprs.org/proceedings/XXXVIII/
+MISS NA http://www.webcitation.org/62FJpzCr9
+MISS NA http://CRAN.R-project.org/package¼labdsv
+OK 20210417040915 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4100461/
+OK 20201209032128 http://www.cnbc.com/2016
+OK 20040105110514 http://www.jgi.doe.gov/programs/comparative/Mito_top_level.html
+OK 20191225165732 http://www.who.int/pmnch/knowledge/publications/201112_essential_interventions/en/
+OK 20210125231615 https://pixelprivacy.com/resources/browser-fingerprinting/
+OK 20210422132052 https://physics.nist.gov/asd
+OK 20180604233301 http://ssrn.com/abstract=2116876
+MISS NA http://www.globalenvision.org\\library\\8\\567
+OK 20160321072627 http://www.illustratedfirstworldwar.com/item/the-dardanelles-torpedo-exploit-submarine-b-11s-fine-feat-iln0-1914-1219-0006-001/#
+OK 20160310012922 http://www.ncbi.nlm.nih.gov/pubmed/15933245
+MISS NA https://periodicos.ufsc.br/index.php/politica/article/viewFile/2175-7984.2009v8n14p27/10954
+OK 20201112033405 https://twitter.com/khamenei_ir/status/531366667377717248/photo/1
+OK 20180605040331 https://ssrn.com/abstract=2625952
+MISS NA http://ieeexplore.ieee.org/ie15/7649/2O882/OO969321.pdf
+MISS NA http://CRANR-project.org/package=survival
+MISS NA https://sentinel.esa.int/documents/247904/685211/Sentinel-2_User_Handbook779
+OK 20170627091637 https://www.photovoltaik-shop.com/batterie-axistorage-li-7s-for-sma.html
+OK 20090213002151 http://159.121.125.11/gis/gisatlas.html
+OK 20210413012504 http://ksghome.harvard.edu/~drodrik/obsession.PDF
+OK 20210131141235 https://www.pwc.at/de/publikationen/verschiedenes/artificial-intelligence-in-hr-a-no-brainer.pdf
+MISS NA http://www.poliittinentalous.fi/mita-on-uusliberalismi/Vierailtu23.4.2016
+OK 20180124235849 http://data.europa.eu/eli/dec/1987/600/oj
+OK 20210422090724 http://www.w3.org/TR/rdf-sparql-query/
+OK 20210421200213 http://www.ordenjuridico.gob.mx/leyes.php
+OK 20210309092656 http://projectglad.com
+OK 20210421035619 http://leed.usgbc.org/leed.html
+OK 20210414020858 http://www.epa.gov/ncea/efh/pdfs/efh-complete.pdf
+OK 20210123114926 https://www.grain.org/article/entries/5034-oil-palm-production-in-west-and-central-africa
+OK 20210206050932 https://sites.google.com/site/robertonaldi/research-interests/aerial-robotics
+OK 20210417040840 http://evansmurphy.wix.com/evansspatial
+OK 20181123202953 http://ua-ekonomist.com/archive/2014/11/Ramazanov.Pdf
+OK 20161215175232 https://cyberleninka.ru/article/n/obrazy-frazeologizmov-voennogo-proi-shozhdeniya-na-materiale-russkogo-i-nemetskogo-yazykov
+OK 20201023053513 https://hal.sorbonne-universite.fr/hal-01277387
+OK 20210411031304 http://aspe.hhs.gov/poverty/07poverty.shtml
+OK 20151110080645 http://www.ng.ru/world/2015-10-07/8_usa.html
+MISS NA http://www.qj.net/pc-gaming/featured-articles/renpy-visual-novel-engine-make-your-own-visual-novel-dating-sim.html,diaksesterakhirtanggal3Agustus
+OK 20201125135142 http://farmandari-babol.ir/
+MISS NA http://www.eecs.harvard.edu/cs199r/fp/RichJoe.pdf.Accessed21
+OK 20210421231127 uni-bonn.de
+OK 20201109123015 https://scholarsarchive.byu.edu/etd/3973
+OK 20210315143356 http://www.rfc-editor.org/info/rfc6372
+OK 20201127192055 http://www.usahaproperti.com/archives/
+MISS NA http://urn.fi/URN:NBN:fi
+MISS NA http://www.healthservices.gov.bc.ca/cpa/publications/innovations/elainegallagher.pdf
+OK 20210126034342 http://redglobal.edu.uy
+OK 20181223190413 http://www.eui.eu/Research/Library/ResearchGuides/Economics/Statistics/DataPortal/DReMM.aspx
+OK 20201127015326 http://data.un.org/CountryProfile.aspx?crName=Saudi%20Arabia
+MISS NA http://www.cchla.ufrn.br/humanidades/ARTIGOS/GT38/O%20ENSINO%20DE%20ESPANHOL%20NA%20EDUCACAO%20BASICA%20BRASILEIRA%20UMA%20RETROSPECTIVA%20HISTORICA
+OK 20210323164656 http://www.oup.com/elt/catalogue/teachersites/oald7/oxford_3000/oxford_3000_list?cc=gb
+OK 20201112013052 http://www.who.int/fctc/implementation/news/news_Fin/en/
+MISS NA http://www.businessdayng.com/foreign-investors-withdraw-n793bn-from-stock-market
+OK 20170320143947 http://hdl.handle.net/11213/7668
+OK 20130330034622 http://www.bibb.de/dokumente/pdf/a1_bwp_spezial_08_2003_hermann-schmidt-preis.pdf
+MISS NA www.library.upnvj.ac.id/pdf/.../Abstrak.pdf.pdf
+OK 20210417120039 http://yann.lecun.com/exdb/mnist/
+MISS NA http://www.ucm.es/info/zoo/Artropodos/Catalogo.pdfActualizacióndemayode
+OK 20160420082507 http://www.theglobeandmail.com/news/world/un-peacekeepers-sexually-abused-98-girls-in-central-african-republic-group-says/article29469521/
+OK 20210421201249 http://heart.bmj.com/
+OK 20200715110746 http://www.nuffieldtrust.org.uk/sites/files/nuffield/publication/Effectiveness_and_Efficiency.pdf
+OK 20200326163329 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2406047
+MISS NA http://www.gaincc.org/_data/files/Psychometrics_and_Publications/Resources/Regional_Norms.xls
+OK 20210308082404 https://code.google.com/p/deep-learning-faces/
+OK 20030310055743 http://www.sensis.com.au/Internet/static_files/smeiypbibi_jul02.pdf
+OK 20201111194526 http://www.cbc.ca/news/politics/canada-levels-new-sanctions-against-ukrainian-rebel-leaders-russian-firms-1.2717206
+OK 20151122145326 http://dailyiowan.lib.uiowa.edu/DI/1961/di1961-01-31.pdf
+MISS NA http://www.dgtelemed.de/de/telemedizin/,zugegriffenam17.03
+OK 20201125055946 http://informationr.net/ir/11-4/paper272.html
+OK 20210413105823 http://arxiv.org/abs/1303.3997
+OK 20210331182403 http://www.bajacalifornia.gob.mx/
+OK 20210412193215 http://altmetrics.org/manifesto/
+OK 20170809021557 https://ams.confex.com/ams/pdfpapers/112727.pdf
+OK 20201019155246 http://www.pubs.ext.vt.edu/350/350-052/350-052.html
+OK 20200820164839 https://www.ncbi.nlm.nih.gov/pubmed/18799177
+OK 20210211061610 http://www.aoa.gov/AoARoot/Aging_Statistics/future_growth/future_growth.aspx#age
+MISS NA www.gestiopolis.com/recursos/documentos/fulldocs/eco/asp-criticosdescentralizacion.htm
+OK 20210122095351 http://www.optioncity.net/publications.htm
+MISS NA https://www.researchgate.net/publication/242084249_A_Greater_Role_for_Cultural_Diplomacy
+OK 20210225042847 https://reliefweb.int/report/mongolia/mongolia-s-air-pollution-crisis-call-action-protect-children-s-health
+OK 20210411034924 http://ode.apache.org/
+OK 20200725181039 https://goo.gl/EjXBVz
+MISS NA http://www.abed.org.br/congresso2010/cd/352010000839.pdf.Acessoem
+OK 20210119014033 https://www-fourier.ujf-grenoble.fr/sites/ifmaquette.ujf-grenoble.fr/files/hassett2.pdf
+OK 20210414193043 http://www.stata-journal.com/sjpdf.html?articlenum=st0099
+OK 20170710181629 https://www.reframehealthlab.com/a-re-think-of-the-way-we-drink/
+MISS NA http://gradworks.umi.com/34/50/3450302.html
+OK 20200811030607 https://revistas.fee.tche.br/index.php/ensaios/article/view/2046/2428
+OK 20210417063336 http://www.nap.edu/catalog/10925/dietary-reference-intakes-for-water-potassium-sodium-chloride-and-sulfate
+OK 20171018160725 http://www.natur.gl/fisk-og-skaldyr/fisk/hellefisk/forvaltningen-af-det-kystnaere-fiskeri-af-hellefisk-og-de-svaere-spoergsmaal/
+OK 20201106184150 http://www.fordiac.org
+OK 20210408005534 http://www.aarp.org/ppi/issues/livable-communities/info-2015/livability-index.html
+OK 20210308005200 http://www.nytimes.com/2014/08/06/business/target-puts-data-breach-costs-at-148-million.html
+OK 20170616173033 https://medium.com/@riorealblog/corruption-in-rio-de-janeiro-92d6e02db1a1#.14i31h2
+MISS NA http://www.cdc.gov/od/science/integrity/phethics/panFlu_Ethic_Guidelines.pdf.Accessed
+OK 20210415093437 http://www.nccn.org/professionals/physician_gls/f_guidelines.asp
+MISS NA http://www.swc-cfc.gc.ca/pubs/pub-spr/0662420683/200511_0662420683_e.html
+OK 20210415113143 https://www.ipcc.ch/pdf/
+OK 20210419124511 http://grants.nih.gov/grants/guide/notice-files/NOT-OD-05-022.html
+OK 20040603201622 http://www.pirika.com/chem/Experiment/EXP.htm
+MISS NA https://www.ipsos.com/pt-br/perigos-da-percepcao-2017.Acessadoem:30out2018
+OK 20210224182633 http://www.bic.mni.mcgill.ca/brainweb/
+MISS NA http://cebrap.org.br/bv/index.php?r=acervos/busca
+OK 20191101054114 http://opencores.org/or1k/Architecture_Specification#Download_OR1K_1.0_Specification
+MISS NA http://www.questia.com/library/1G1-76133453/predicting-corporate-failure-when-cash-flow-is-king
+OK 20210309171121 http://www.ibge.gov.br/home/geociencias/geografia/default_div_int.shtm?c=1
+MISS NA http://www.faes.org.br/downloads/livro_do_professor2.pdf#page=66
+OK 20190919025820 http://apps.who.int/medicinedocs/en/d/Jh2992e
+OK 20070226232424 http://openurl.ingenta.com/content?genre=article&genre=
+MISS NA https://www.youtube.com/watch?v=onWQDyYi9II
+OK 20161110091729 calm.cla.org.uk
+OK 20200726192621 http://wac.colostate.edu/atd/reviews/cccc2006/c24.cfm
+OK 20160504212946 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2015074
+OK 20160409120138 http://wikimediafoundation.org/w/index.php?title=FAQ/en&oldid=82148
+MISS NA https://www.worldbank.org/en/topic/universalhealthcoverage/publication/delivering-quality-health-services-a-global-imperative-for-universal-health-coverage.WHO2018
+OK 20210422052051 http://www.bestplaces.net/
+OK 20161002002443 http://www.diginfo.tv/v/12-0140-n-en.php
+MISS NA https://idus.us.es/xmlui/handle/11441/17078
+OK 20210121024353 https://www.gov.uk/government/speeches/michael-gove-to-the-education-world-forum
+OK 20210125061425 http://www.wingsguate.org/our-work/
+OK 20210319222050 https://wwwn.cdc.gov/Nchs/Nhanes/1999-2000/ALQ.htm
+OK 20210224135513 http://www.atsdr.cdc.gov/toxprofiles/phs61.html
+MISS NA https://caricom.org/media-center/communications/statements-from-caricom-meetings/declaration-of-port-of-spain-uniting-to-stop-the-epidemic-of-chronic-ncds.Accessed1
+OK 20201104083625 http://creativecommons.org/licenses/by-nc/3.0/pl/
+OK 20210120230906 https://www.southcentre.int/investment-policy-brief-8-march-2017/
+MISS NA https://www.huffingtonpost.com/entry/women-china-
+OK 20210420012731 http://www.sensorsportal.com
+OK 20210413191419 http://htk.eng.cam.ac.uk
+MISS NA http://wikileaks.org/plusd/cables/08BRASILIA1301_a.html
+OK 20060118092230 http://www.batcon.org/discover/ffecon3.html
+OK 20210412235428 http://arxiv.org/abs/1409.0575
+MISS NA http://gis.esri.com/library/userconf/proc01/professional/papers/pap600/p600.htm.Accessedon
+MISS NA http://arxiv.org/abs/1402.5166
+MISS NA https://www.dovepress.com/by54.191.40
+MISS NA https://www.hacettepe.edu.tr/toplumsalsorumluluk/icerik/HUKSAMProje_Sunum_071117.pdf.Accessed14
+OK 20200710044929 http://ajp.psychiatryonline.org/doi/pdf/10.1176/ajp.156.11.1736
+OK 20180722194007 http://jama.jamanetwork.com/data/Journals/JAMA/4692/JOC81641.pdf
+OK 20210420030823 http://www.omg.org/
+OK 20210422044927 http://www.epa.gov/
+OK 20160827015142 http://www.grzyby.pl/czerwona-lista-Aphyllophorales.htm
+OK 20210121123626 http://base.garant.ru/12138258/#ixzz41gbpboki
+OK 20210421051915 http://www.genome.gov/gwastudies/
+OK 20210421143256 https://www.ibm.com/internet-of-things/
+OK 20210419223621 http://www.macleans.ca/news/canada/welcome-to-winnipeg-where-canadas-racism-problem-is-at-its-worst/
+OK 20210309154603 www.trafitec.dk
+OK 20170211005749 http://www.reuters.com/article/us-latvia-threat-idUSKBN0M823L20150312
+MISS NA http://www.lpa.gov.lb/pdf/Vol%202%20National%20Contingency%20Plan%20%20SEA%20for%20Petroleum%20Activities.pdf
+MISS NA ArmandColinDocumentdownloadedfromwww.cairn-int.info
+MISS NA https://conan2.iwr.uni-heidelberg.de/old-site/teaching/phlr_ws2015/lecture02.pdf
+MISS NA https://clinicaltrials.gov/ct2/show/NCT02047981?term=MORDOR&rank=1
+OK 20210422083349 http://www.R-project.org/
+OK 20201130105344 http://www.nccn.org/professionals/physician_gls/pdf/anemia.pdf
+OK 20201125105135 https://icer-review.org/material/pcks9-inhibitors-neu/
+OK 20201126172928 http://www.portalseer.ufba.br/index.php/revistaici/article/view/2661/2166
+MISS NA http://www.who.int/reproductivehealth/publications/intrapartum-care-guidelines/en/.Published2018
+MISS NA http://math.rice.edu/∼hassett/papers/GroebnerGIT/stabcomp.pdf
+OK 20210417033147 https://www.britannica.com/topic/decolonization
+OK 20191231001909 http://www.cs.uu.nl/groups/ST
+OK 20150906160542 https://www.imf.org/external/pubs/cat/longres.aspx?sk=40197.0
+OK 20191206081636 http://www.republicart.net/disc/publicum/fraser01_en.pdf
+OK 20200105204645 http://arxiv.org/abs/0910.5001
+OK 20161029220618 http://whitespaces.msresearch.us/
+OK 20200715021740 https://mathbitsnotebook.com/Algebra1/StatisticsData/STSD.html
+OK 20200601233504 http://zakon.rada.gov.ua/laws/show/3099-14/conv
+MISS NA https://pertaniupgjatim.wordpress.com/2012/07/12/latar-belakang-sistem-resi-gudang/
+OK 20200927074632 https://ua.energy/wp-content/uploads/2017/10/Zvit-z-otsinky-vidpovidnosti-dostatnosti-generuyuchyh-potuzhnostej.pdf
+OK 20210414134846 https://www.usability.gov/how-to-and-tools/methods/system-usability-scale.html
+OK 20210227123056 http://www.catalyst.org/knowledge/pipelines-broken-promise
+OK 20210420180931 http://tree.bio.ed.ac.uk/software/figtree/
+MISS NA http://www.asblcefa.be/cefa/images/pdf/crisegoffin.pdf
+OK 20210228110922 http://news.bbc.co.uk/2/hi/health/8261496.stm
+MISS NA https://www.england.nhs.uk/wp-content/uploads/2013/06/b13-neurofib-2.pdf
+MISS NA http://basenacionalcomum.mec.gov.br/wp-content/uploads/2018/04/RESOLUCAOCNE_CP222DEDEZEMBRODE2017.pdf.Acessoem
+MISS NA http://hortsci.ashspublications.org/cgi/reprint/45/3/418
+OK 20171013110758 http://www.cssr.uct.ac.za/sites/cssr.uct.ac.za/files/Constitution%20Tanzania.pdf
+OK 20210212111939 http://www.cs.usfca.edu/~jbovet/vas.html
+OK 20210322122526 https://www.dow.com/en-us/building
+OK 20010602175142 www.javaseries.com/rtj.pdf
+OK 20210408010647 http://ec.europa.eu/world/enp/pdf/com_11_303_en.pdf
+MISS NA http://www.nhslcg.scot.nhs.uk/wpcontent/uploads/2019/08/Intramuscular_Medication_for_Acute_Behavioural_Disturbance_Mental_Health__Learning_Disability_Inpatient_Services.pdf
+OK 20210420155504 https://www.law.cornell.edu/wex/equal_protection
+MISS NA http://writing.upenn.edu/epc/authors/goldsmith/works/stein.pdf
+OK 20210410214948 https://www.cimaglobal.com/research
+OK 20210319215624 http://www.whitehouse.gov/sites/default/files/microsites/ostp/PCAST/amp20_report_final.pdf
+OK 20170523100841 http://www.dtcenter.org/met/users/docs/users_guide/MET_Users_Guide_v5.0.pdf
+OK 20210415110751 http://bbf.enssib.fr
+OK 20210228222257 http://indigo.ie/~mscott/
+OK 20210414225543 http://www.cosmin.nl/cosmin_checklist.html
+OK 20161113030929 http://sisc.ro/sistemul-de-invatamant-superior-romanesc-si-procesul-bologna/
+MISS NA http://www.rheinkalk-kdi.de/File/Kalk-und-Schwermetalle.pdf.LetzterZugriff21.01
+MISS NA http://proquest.umi.com/pqd-web?did=05685101&sid=13&Fmt=3&cl
+OK 20210421224008 www.ncss.com
+OK 20210415021133 http://europa.eu/pol/cfsp/index_en.htm
+MISS NA http://doi.apa.org/journals/ccp/68/4/624.html
+MISS NA http://refhub.elsevier.com/S1607-551X(13)00192-7/sref5
+OK 20080725042127 http://www.maweb.org/es/Reports.aspx#Consultadoenmayode2010
+OK 20201107223456 http://www.vachss.com/av_dispatches/disp_9408_a.html
+OK 20201112022652 http://www.nature.com/news/physicists-find-new-particle-but-is-it-the-higgs-1.10932
+MISS NA http://cmsweb.cern.ch/phedex/prod/
+OK 20150101124322 https://www.merdeka.com/peristiwa/djarot-jangan-sampai-kita-ditekan-oleh-malaysia.html
+OK 20181103000216 http://www.un.org/popin/unfpa/taskforce/guide/iatfreph.gdl.html
+OK 20180601232944 http://www.nat-hazards-earth-syst-sci.net/1/119/2001/
+MISS NA http://whqlibdoc.who.int/hq/2006/WHOHTMTB2006.371eng.pdf
+MISS NA http://esaj.tjce.jus.br.Acessoem
+OK 20190810224426 https://greenbuildingcanada.ca/green-building-guide/green-building-certifications-rating-systems-canada/
+MISS NA http://www.sciencedirect.com/science/article/pii/S0168583X1300308X
+OK 20061002013401 http://www.sgci.mec.es/redele/revista2/cantero_arriba.shtml
+OK 20121123070003 http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/1481/1396
+OK 20210421144915 http://www.apple.com/macosx
+OK 20210418175034 https://unfccc.int/national_reports/non-annex_i_natcom/items/2979.php
+OK 20210422142222 http://www.zigbee.org
+OK 20170112200251 https://www.nae.edu/projects/casee/generalinformation/overview.aspx
+OK 20200212173441 https://www.ecb.europa.eu/pub/pdf/other/bankingstructuresreport201410.en.pdf
+MISS NA http://en.wilkepedia.org/wiki/Scanningelectronmicroscope102
+MISS NA http://www.secg.org/collateral/compressedecc.pdf
+MISS NA http://epaper.kek.jp/d09/papers/tupd26.pdf
+OK 20210115171901 http://www.tomsguide.com/us/best-3D-printers,review-2236.html
+OK 20170328073214 http://stephenbodio.blogspot.com/2010_11_01_archive.html
+OK 20090403161338 http://www.cic.unb.br/docentes/pedro/trabs/ICP.htm
+OK 20210320115654 http://gking.harvard.edu/stats.shtml
+MISS NA http://www.bena.com/ewinters/local.htmlWorldInformation
+OK 20160804143047 http://www.bvsde.paho.org/texcom/revneuropsiquiatr/LBarraquer-Bordas.pdf
+OK 20200115011736 http://www.yok.gov.tr/content/view/435/
+OK 20210118042730 http://www.top100-business-blogs.de/top100/tops
+OK 20210411154442 http://www.nhs.uk/conditions/post-traumatic-stress-disorder/pages/introduction.aspx
+MISS NA http://dx
+MISS NA http://www.nationalgrid.com/uk/Electricity/Data/Demand+Data/
+OK 20160223214128 http://www.clr-online.com/CLR20152016-Table-of-Cutoff-Toxicity-DOA.pdf
+OK 20180216194354 http://www.auc.ab.ca/utility-sector/rates-and-tariffs/Pages/MonthlyRegulatedRateOptionRates.aspx
+OK 20181107163837 http://ftp.aip.org/epaps/journ_acoust_soc/E-JASMAN-129-024103/readme.html
+OK 20131224131712 http://www.insidethegames.biz/olympics/summer-olympics/2020/8146-india-should-not-bid-for-olympics-says-sports-minister
+MISS NA http://seer.ufms.br/index.php/revgeo/article/view/2573/2347.Acessoem
+OK 20201202102507 http://www.revistalatinacs.org/
+MISS NA http://www.spendenrat.de/wp-content/uploads/2017/02/Bilanz_des_Hel-fens_2017.pdf
+OK 20170321081703 http://vocesurgentes.codigosur.net/leer.php/3369674.html
+OK 20201216021518 http://www.jstor.org/stable/30015546
+OK 20180617222806 http://www.stage-gate.com/resources_stage-gate_openinnovation.php
+OK 20181228122937 http://www.reactiontheory.org/
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0037-86821992000300001&lng=en&nrm=iso&tlng=en
+MISS NA http://www.european-agency.org/about-us/key-documentsonthe25
+OK 20201104000343 http://www.ccoo.es/csccoo/menu.do?Informaci%C3%B3n%3APublicaciones
+OK 20200131192455 http://www.ncbi.nlm.nih.gov/pubmed/12815062
+MISS NA http://www.geomednews.org/6
+OK 20111020002452 http://www.business.otago.ac.nz/TOURISM/research/electronicpubs/delphi/index.html
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0034-76122009000600006
+OK 20070901202107 http://www.sd.qld.gov.au/dsdweb/v3/guis/templates/content/gui_cue_cntnhtml.cfm?id=1092
+OK 20210422052914 http://www.oxforddictionaries.com/
+MISS NA Availableatwww.cia.gov/library/publication/theWorldfact-book/geos/ni.hmtl
+OK 20170716170729 http://www.jbc.org/content/272/13/8145
+OK 20210421152249 http://loinc.org
+OK 20210412222625 http://earthquake.usgs.gov/research/monitoring/anss/
+OK 20111118130623 https://karina-yem.livejournal.com/426984.html
+OK 20210307225905 https://www.epi.org/files/2013/wage-stagnation-in-nine-charts.pdf
+OK 20141203210127 http://tribune.com.pk/story/437496/nuclear-proliferation-ppp-denies-aq-khans-allegations/
+OK 20210212090050 http://www.mfa.gov.il/MFA/Terrorism-+Obstacle+to+Peace/Palestinian+terror+since+2000/Victims+of+Palestinian+Violence+and+Terrorism+sinc.htm
+MISS NA https://academicjournals.org/article/article1379677812_Karaman.pdf
+MISS NA http://pepsic.bvsalud.org/pdf/avp/v13n3/v13n3a11.pdf
+OK 20210125050048 http://e-fas.org
+OK 20180601210827 http://doi.wiley.com/10.1002/9780813818832.ch13
+MISS NA news-sv.aij.or.jp/tkankyo/s5/guideline.html
+OK 20210417094854 http://faostat.fao.org
+OK 20210419035830 https://www.nia.nih.gov/health/alzheimers
+OK 20210422083349 https://www.R-project.org/
+OK 20210422074412 http://www.regulations.gov/#!documentDetail;D=EPA-HQ-OPPT-2009-0156-0006
+OK 20140127172955 http://www.bankofcanada.ca/en/rates/exchange-avg.html
+OK 20171112214832 http://www.oxfordlearnersdictionaries.com/definition/english/fairness
+MISS NA http://www.ann-geophys.net/25/303/2007/
+MISS NA http://doku.iab.de/veranstaltungen/2012/field_2012_Rosholm_pres.pdf
+MISS NA http://www.ingber.com/asa92saga.ps.gz
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/28198706
+OK 20190420172453 https://www.cs.ucsb.edu/~ravenben/publications/pdf/interaction-eurosys09.pdf
+OK 20210118224305 http://www.buildingsplatform.eu
+OK 20201126145541 http://www.brapci.inf.br/_repositorio/2010/12/pdf_4520d684ee_0014017.pdf
+MISS NA http://dx
+MISS NA http://www.idf.org/diabetesmellitusatlas
+OK 20200223124509 http://siau.edunet.sp.gov.br/ItemLise/arquivos/52_14.HTM
+OK 20210126121524 http://www.ceaa.gc.ca/050/DocHTMLContainer_e.cfm
+MISS NA http://hdl.handle.net/10198/13176
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.fcampalans.org/imagenes/noticias//frc17_gutie-rrezrubi.pdf
+OK 20200821150400 http://www.juntadeandalucia.es/servicioandaluzdesalud/contenidos/publicaciones/datos/321/html/Capsaicina%20parches%20dolor%20neuropatico.pdf
+MISS NA http://dl.klima2008.net/ccsl/koomey_long.pdf
+OK 20201112033037 https://www.ft.com/content/26270ef4-0a35-11e7-97d1-5e720a26771b
+OK 20210411001457 http://thediplomat.com/2015/04/china-makes-its-case-for-a-global-military/
+OK 20160818173830 http://www.agsci.ubc.ca
+MISS NA http://genesis.revues.org/1363
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/25005690
+MISS NA https://www.learner.org/courses/physics/unit/text.html?unit=3&secNum=7.Accessed
+OK 20171202071745 https://revistachasqui.org/index.php/chasqui/article/view/2138
+MISS NA http://en.wikipedia.org/wiki/David_Henderson_
+MISS NA https://wwwcdcgov/cancer/breast/basic_info/risk_factorshtm.Accessed9
+OK 20191010055709 http://www.uel.br/eventos/cinf/index.php/secin2013/secin2013/paper/view/107/102
+MISS NA https://bit.ly/388lV0i22/08/2018
+OK 20210224033717 http://blog.oliverparson.co.uk/2012/06/public-data-sets-for-nialm.html
+MISS NA http://www.hesa.ac.uk/index.php/component/option.com_datatables/task
+OK 20210410212247 http://www.nature.go.kr/
+MISS NA https://cadernosdoceas.ucsal.br/index.php/cadernosdoceas/article/view/117.Acessoem17deoutubrode
+MISS NA 1.5031981.Diunduhdariwww.researchgate.net
+OK 20170308130647 www.ifremer.fr/sismer/program/medar/
+OK 20210307145745 https://www.nejm.org/doi/full/10.1056/NEJMc1913069
+OK 20210211233941 http://news.bbc.co.uk/2/hi/asia-pacific/3991305.stm
+OK 20210316082332 pdfs.semanticscholar.org
+MISS NA https://gw4openaccess.files.wordpress.com/2015/11/open-access-good-practice-project-gw4-offset-implementation-review-v3.docx
+MISS NA http://www.mathi.uni-heidelberg.de/∼weissaue/papers.html
+OK 20170201100249 http://www.worldsummit2003.de/en/web/375.htm
+MISS NA http://www.biomedcentral.com/1741
+MISS NA http://www.cooperativismo-decredito.com.br/noticias/labels/SICREDI.html
+OK 20160910025255 http://www.wildlandhydrology.com/assets/Streambank_erosion_paper.pdf
+OK 20210411000757 http://brasileirinhos-apbc-bcn.blogspot.com.es/
+MISS NA http://arxiv.org/abs/1803.00658
+OK 20140303095714 http://www.defence.gov.au/minister/92tpl.cfm?CurrentId=9226
+OK 20210310141333 http://www.telam.com.ar/notas/201305/17991-videla-perfil-de-un-genocida.html
+OK 20210421220855 http://www.trefis.com/
+OK 20181216120151 https://ec.europa.eu/energy/sites/ener/files/documents/2014_iem_communication_annex6_0.pdf
+OK 20210330122816 www.breeam.org
+OK 20210118092850 https://pronpz.ru/pechi/konstruktiv.html
+OK 20210410162703 http://www1.folha.uol.com.br/fsp/mais/fs2706200407.htm
+OK 20200512125350 http://www.mfa.gov.tr/tehlikeli-atiklar-ve-cevre.tr.mfa
+MISS NA http://download.finep.gov.br/dcom/manualinovacao.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/23519062
+OK 20150805003023 http://www.younglives.org.uk/what-we-do/household-and-child-survey/copy_of_sampling
+OK 20180603183837 http://ssrn.com/abstract=1646274
+MISS NA http://www.adiac-congo.com/content/lutte-contre-les-hepatites-virales-b-et-c-les-medecins-de-pointe-noire-souhaitent-la-mise-3.Accessed29
+MISS NA https://regnum.ru/news/2566047.html?utm-source=yxnews&utm-medium=desktop
+OK 20210421230527 http://www.intechopen.com
+OK 20181207101950 http://grupos.unican.es/ai/meteo/MeteoLab.html
+OK 20200711205158 http://www.ijpc.org/journal.html
+MISS NA http://www.sphinxsai.com/2016/ch_vol9_no1
+OK 20210418030025 http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=11795886
+OK 20210421174435 http://hudoc.echr.coe.int/eng
+MISS NA https://www.dovepress.com/by54.70.40
+OK 20210414205202 http://www.bluespec.com/
+MISS NA update.Availablewww.americanheart.org/downloadable/heart/1105390918119HDSStats2005Update.pdf
+OK 20190630194525 http://explorebiodiversity.com/Hawaii/Shrimp-goby/general/Grundel-Krebs.htm
+OK 20210412193536 http://api.ning.com/files/GU1AfsS0adfl5rRhYl5EOjH6R8o
+OK 20200616185238 http://calvariatmc.blogspot.com/2010/12/pitiriasis-versicolor-panu.html
+OK 20210311041557 http://www.theimsinstitute.org
+OK 20210130111950 https://github.com/stakemori/degree2
+OK 20210417050640 http://opensnp.org/
+MISS NA https://ieep.eu/uploads/articles/attachments/356527cc-fad2-4d6d-b437-41e0d1b4e4dc/LER_-_Final_Report_-_April_2013.pdf?v=63664509811
+MISS NA http://browser.1000genomes.org/index.html.Accessed18
+OK 20200211153359 http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Product_Information/human/002788/WC500187921.pdf
+OK 20210323013553 http://www.nejm.org/doi/full/10.1056/NEJMsa1407211
+OK 20210413041805 http://opensees.berkeley.edu/
+MISS NA http://www.ispacs.com/journals/jfsva/2016/jfsva-00301/InternationalScientificPublicationsandConsultingServices
+MISS NA http://www.iaia.org/iaia09ghana/documents/cs/CS5_Ekpenyong_Environmental_Awareness_as_a_Panacea.pdfFEPA
+MISS NA http://www.observabarragem.ippur.ufrj.br/central_download.php?hash=44bd73a59ab748c1f6b918a449581b54&id=20
+MISS NA http://www.mineducacion.gov.co/1621/article-209857.htmlAcceso:20deoctubrede
+OK 20210415133315 biochemj.org
+OK 20210413011413 http://jfsc.ndu.edu
+OK 20191003190930 http://dblp.uni-trier.de/db/conf/oopsla/oopsla2012.html#HaydenSDHF12
+OK 20210413233632 https://www.go8.edu.au/page/australian-higher-education-system
+MISS NA https://www.destatis.de/DE/Publikationen/Thematisch/
+MISS NA fda.gov/opacom/backgrounders/foodlabel/newlabel.html.Accessed
+MISS NA http://www.professionalpasta.it/durum.htm
+OK 20200929115041 http://ler.letras.up.pt/uploads/ficheiros/4083.pdf
+OK 20210318015048 http://www.ich.org/products/guidelines/efficacy/article/efficacy-guidelines.html
+MISS NA http://support.sas.com/software/92/Cary-UnitedStatesofAmerica
+OK 20100806124535 http://jusvi.com/pecas/32172/2
+OK 20140709052853 http://bd.patent.su/2268000-2268999/pat/servl/servletb65f.html
+OK 20180321135652 http://www.educacion.gob.es/eu2015
+OK 20210126103623 http://www3.tst.jus.br/jurisprudencia/Sumulas_com_indice/Sumulas_Ind_301_350.html
+OK 20200809080921 http://www.news.com.au/top-stories/mob-sinks-slipper-into-nations-day/story-e6frfkp9-1226255249671
+MISS NA http://educa.fcc.org.br/pdf/lc/v16n30/v16n30a06.pdf
+OK 20201023081239 http://www.womenonweb.org/en/page/11876/online-abortion-service-women-on-web-is-10-years
+OK 20210318093855 http://www.qualres.org/
+OK 20210420224245 http://www.ohchr.org
+OK 20170924224453 https://cdn.intechopen.com/pdfs-wm/43632.pdf
+OK 20210412215555 http://developingchild.harvard.edu/wp-content/uploads/2010/05/Foundations-of-Lifelong-Health.pdf
+MISS NA https://ec.europa.eu/transparency/regdoc/rep/1/2017/EN/COM-2017-235-F1-EN-MAIN-PART-1.PDF
+MISS NA www.impactjournals.com/oncotarget40
+MISS NA http://www.mineducacion
+OK 20201126070129 http://habitat3.org/wp-content/uploads/Issue-Paper-3_Safer-Cities-SP.pdf
+MISS NA se.logra.mediante.acciones.concretas.de
+OK 20200609024428 https://indico.cern.ch/event/618254/
+OK 20080511155228 http://www.new-agri.co.uk/08/02/develop/dev1.php
+MISS NA http://www.agcensus.usda.gov/PUublications/2007/Online_Highlights/American_Indian_Reservations/amind_09.pdf
+OK 20200815082943 https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2841442
+OK 20210408004427 http://en.wikipedia.org/wiki/NetBeans
+OK 20190824230947 http://www.saferchemicals.org/PDF/reports/HealthyStates.pdf
+OK 20210413165401 https://www.who.int/news-room/fact-sheets/detail/cancer
+OK 20160314091716 https://archive.org/details/junaluska00mccu
+MISS NA http://login.ezproxy.library.ualberta.ca/login?url=http//search.ebscohost.com/login.aspx?direct=true&db&AN=48400280&site=ehost-live-&scope=site
+MISS NA https://dl.sciencesocieties.org/publications/tpg/abstracts/10/2/plantgenome2017.02.000
+OK 20130114053159 http://gelconference.com/videos/2010/sal_khan
+MISS NA http://pubs.er.usgs.gov/usgspubs/wri/wri954068
+OK 20210315121424 http://www.pranaescueladeyoga.com/
+OK 20210126075311 http://www.ephesus.us/ephesus/houseofvirginmary.htm/
+OK 20210117131157 http://www.strkorea.co.kr/?page_id=1120
+OK 20190302140431 http://www.memsic.com/products/wireless-sensor-networks/wireless-modules.html
+OK 20200108101409 http://www.telegraph.co.uk/money/main.jhtml?xml=/money/2006/09/05/cnhub05.xml
+OK 20210419072232 http://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/
+OK 20180308155629 http://w1.c1.rada.gov.ua/pls/zweb2/webproc4_1?pf3511=63237
+OK 20170724175940 http://www.mercedes-benz.de/content/germany/mpc/mpc_germany_website/de/home_mpc/passengercars/home/new_cars/models/s-class/w222/facts_/comfort/safety.html
+MISS NA http://www.lanacion.com.ar/811642-la-caida-en-europa-es-hoy-el-principal-desafio-para-el-papa
+MISS NA http://www.rivm.nl/bibliotheek/rapporten/601050001.html.Accessed
+OK 20200614003927 http://link.springer.com/article/10.1007/s11150-013-9229-2
+OK 20210419221149 http://news.stanford.edu/news/2005/june15/jobs-061505.html
+OK 20200818194327 http://www.scielo.br/pdf/cp/v40n139/v40n139a08.pdf
+OK 20070517065037 http://www-lab25.kuee.kyoto-u.ac.jp/nl-resource/juman.html
+MISS NA http://www.dar-al-masnavi-org/n.a-11-1720.html
+OK 20160304193744 http://www.sykepleien.no/forskning/forskningsartikkel/1038259/eldres-erfaringer-med-utskrivning-fra-sykehus
+OK 20210302173244 http://treaties.un.org/doc/Treaties/1964/06/19640624%2002-10%20AM/Ch_III_3p.pdf
+MISS NA http://www.cdc.gov/std/ept/legal/default.htm.Accessed
+OK 20200808064000 https://russianjls.ru
+OK 20210301164155 http://www.effectsizefaq.com
+MISS NA http://legacy.library.ucsf.edu/tid/kxj96e00
+OK 20180608095050 http://virtualmentor.ama-assn.org/2014/04/jdsc1-1404.html
+OK 20210327033428 http://cran.r-project.org/web/packages/nlme/nlme.pdf
+MISS NA http://tinyurl.com/znpzaot
+OK 20160513084047 http://www.activites.org/v1n2/vallery.pdf
+MISS NA http://www.thefreelibrary.com/Occupational+stress+among+obstetrician%2fgynecol-ogists.-a0111927745
+OK 20190707222623 http://www.j-nn.org
+OK 20140817172230 http://www.cedos.org.ua/osvita
+OK 20210421143556 http://www.geni.net/
+OK 20180310104352 www.wje.org.nz/index.php
+OK 20170810012753 http://webpages.uncc.edu/sakella/courses/cloud/papers/DeanGhemawatACMJan2010.pdf
+MISS NA NCT01783444.www.clinicaltrials.gov/show/NCT01783444
+OK 20150218174750 http://www.jtbookyard.com/uploads/6/2/9/3/6293106/success_built_to_last.pdf
+MISS NA http://www.oxford-dictionaries.com/us/definition/american_english/melodrama
+OK 20180722015148 https://www.asha.org/uploadedFiles/Report-2013-AAB-PhD-Report-Strategic-Plan.pdf
+OK 20200212155102 http://www.saude.pr.gov.br/arquivos/File/linha_guia_final_de_saude_mental.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.turkpatent.gov.tr/TurkPatent/resources/temp/A4BF1BB7-7F56-4178-8461-764B0B29475D.pdf,Erşmtarh:07.02.2017.ov.tr/TurkPatent/geographcalRegsteredLst
+MISS NA http://m.president.am/en/statements-and-messages/item/2016/02/12/President-Serzh-Sargsyan-meeting-Constitution-speech/
+OK 20210413193110 http://www.planalto.gov.br/ccivil_03/constituicao/constitui%C3%A7ao.htm
+OK 20200519212109 https://economy.okezone.com/read/2018/01/24/20/1849544/bi-bitcoin-bisa-jadi-alat-pendanaan-terorisme
+MISS NA https://www.csc.gov.sg/articles/public-diplomacy-an-emerging-new-normal-in-foreign-policy
+MISS NA http://www.periodicos.ufc.br/rene/article/viewFile/3721/2941
+OK 20210414225530 http://www.crescentcityfarmersmarket.org/uploads/file/Crescent_City_Farmers_Market_2010_Combined-20101020.pdf
+OK 20120802002927 http://badth.org.uk/training/table
+OK 20210422040804 http://www.mysql.com/
+OK 20210409200429 http://www.iciss.ca/report-en.asp
+OK 20210120204343 https://fcw.com/articles/2016/05/17/hack-the-pentagon.aspx
+MISS NA https://www.metodista.br/revis-tas/revistas-unimep/index.php/impulso/article/view/363/583
+OK 20210415060719 http://www.quickanddirtytips.com/education/grammar/first-second-and-third-person
+OK 20200128135539 http://ifs.unistra.fr/large
+MISS NA http://www.nicedsu.org.uk.Accessed
+OK 20210421082855 https://www.start.umd.edu/gtd
+OK 20210228035959 http://www.ibge.gov.br/home/estatistica/populacao/condicaodevida/indicadoresminimos/sinteseindicsociais2010/SIS_2010.pdf
+OK 20210420154753 http://pages.stern.nyu.edu/~adamodar
+MISS NA http://health.detik.com/readobat/873/thalidomidediunduhtanggal
+OK 20210415074736 http://www.mcs.anl.gov/dbpp/
+MISS NA https://en.wikipedia.org/wiki/Skewanddirectsumsofpermutations
+OK 20071017101620 http://www.elsevier.nl/locate/entcs/volume13.html
+OK 20210415121446 https://gadm.org/
+MISS NA https://rullyindrawanblog.files.wordpress.com/2017/12/editor-strategi-dan-kebijakan-pengembangan-umkm.pdf.Diaksespadatanggal24
+OK 20210126025719 http://www.cnpq.br/cnpq/index.htm
+OK 20210330090952 http://spiedl.org/terms
+MISS NA http://www.law.ucla.edu/williamsinstitute/publications/Effects_FINAL.pdf
+OK 20210421035813 https://youth.gov/
+OK 20090106113459 http://real-voice.info/art/notar34.htm
+OK 20201230210744 http://unitary-patent.eu/content/legal-basis-unitary-patent-do-not-play-fire
+MISS NA http://www.aberje.com.br/novo/acoes_artigos_mais.asp?id=103
+OK 20210415055735 http://www.mathematik.uni-osnabrueck.de/research/OR/class/
+OK 20190904062403 http://www.solartronenergy.com/applications/solar-enhanced-oil-recovery-with-solar-concentrator/
+OK 20171008230247 http://www.chemanager-online.com/file/track/11755/1/
+OK 20210419001255 https://scholar.sun.ac.za
+OK 20210418012808 http://doi.acm.org/10.1145/1316624.1316663
+OK 20210225100011 http://www.fsona.com/product.php?sec=2500e
+MISS NA https://www.corteconstitucional.gov.co/relatoria/1997/C-565-97.html
+OK 20210225150419 http://mathics.github.io/
+OK 20120916122419 http://www.asq.org/healthcaresixsigma/pdf/pursuing-perfection-healthcare.pdf
+MISS NA e2.www.symposion.com/jmir/2000/1/e2
+MISS NA http://www.ecfr.eu/article/commentary_slova-kia_changes_course_on_russia311312
+OK 20200215082733 https://jura.ajk.pte.hu/JURA_2015_2.pdf
+OK 20170702083901 http://www.ncbi.nlm.nih.gov/pubmed/21960971
+MISS NA https://earth.esa.int/web/guest/missions/esa-operational-eo-
+OK 20210309194647 https://www.facebook.com/groups/BadAssTeachers/
+OK 20190715214005 http://www.ikz.ru/~smulski/Papers/ModSun51c.pdf
+OK 20210413045631 http://pos.sissa.it/
+MISS NA http://www.gms.wa.gov.au/documents/access%20to%20finance%20plongley.pdf.Accessedon
+OK 20170519075941 http://www.ecorelibrary.com/landing/pdf/EC1558_Moscato_IHC_2015_Poster_WEB.pdf
+OK 20140911163014 http://www.imgt.org/IMGTlect/
+OK 20210420182627 http://www.perl.org/
+MISS NA http://europa.eu.int/informationsociety/eeurope/2005/allabout/egovernment/indexen.htm
+OK 20210411040813 http://ajp.psychiatryonline.org/journal.aspx?journalid=13
+OK 20190518160435 http://www.adobe.com/jp/print/features/kyogoku/
+OK 20200616042022 http://journals.ametsoc.org/doi/10.1175/BAMS-D-14-00176.1
+OK 20130620211642 http://csdl.computer.org/comp/trans/tk/2004/09/k1143abs.htm
+MISS NA http://www.historia.uff.br/cantareira/v3/?p=2363
+OK 20210417222410 http://jb.asm.org/
+OK 20200624043410 http://www.elsevier.com/locate/rcim
+OK 20200724143417 http://fgosvo.ru/uploadfiles/metod/DL1_05_2015.pdf
+OK 20210415073759 http://www.mmm.ucar.edu/wrf/users/docs/arw_v3.pdf
+MISS NA https://www.unicef.org/jordan/ExecSummary_Analysing_equity_in_MCH_health_JordanMay2016.pdf.Accessed16
+OK 20210314002756 https://refugeesmigrants.un.org/sites/default/files/180326_draft_rev1_final.pdf
+MISS NA http://edcdaac.usgs.gov/gtopo30/hydro/Anonymous.2003
+OK 20200928103915 http://www.w3.org/2001/Annotea/Projects#servers
+OK 20210328195844 https://pubs.er.usgs.gov/publication/ha741
+MISS NA http://www.un.org/millennium/declaration/ares552e.pdf.Accessed
+OK 20170809102411 http://www.sustainability-in-finance.com/ec-web.pdf
+MISS NA http://obstetricandgynecology.journals/indx
+OK 20160809075948 http://eccc.hpi-web.de/report/2010/074/
+MISS NA https://advance.lexis.com/search?crid=0b678df8-1e5a-40ab-80db-bd1ab551c077&pdsearchterms=LNSDUID-ALM-RECRDR-hdg45lmej&pdbypasscitatordocs=False&pdmfid=1000516&pdisurlapi=true
+MISS NA http://www.bmfbovespa.com.br/CGRCC/download/Eficiencia-nos-mercados-futuros-agropecu-arios-brasileiros.pdf
+OK 20200815105925 https://journals.agh.edu.pl/csci/article/view/1898
+OK 20210417180558 http://www.planalto.gov.br/
+OK 20200817204912 biomedcentral.com/submit
+OK 20210304095829 http://www.yrcc.gov.cn/
+OK 20181123070650 http://lwn.net/Articles/617543/
+MISS NA https://news.yahoo.com/despite-furor-over-jerusalem-move-saudis-seen-board-183218008.html
+OK 20201128152232 https://journals.openedition.org/lerhistoria/1370
+MISS NA https://stat.gov.pl/en/topics/environment-energy/energy/energy-statistics-in-2017-and-2018
+OK 20201031123436 https://www.afpc.info/sites/default/files/AFPC_ADPC_PharmD_Position_Statement_Resolution_Sept_2010.pdf
+MISS NA http://goo.gl/cbt1Cd
+OK 20200719161442 http://www.scielo.br/pdf/spp/v16n3/13563.pdf
+OK 20210330173434 http://snap.stanford.edu/data/index.html
+OK 20080517144924 http://www.fmcenter.org/pdf/Fmsnov99.pdf
+OK 20100328222531 http://eprints.qut.edu.au/27448
+OK 20081217115717 http://www.who.int/ncd_surveillance/ncds/strokerationale/en/
+OK 20210415113124 http://www.ipcc.ch/pdf/assessment-report/ar5/syr/SYR_AR5_FINAL_full_wcover.pdf
+OK 20210413170051 http://pmm.nasa.gov/sites/default/files/document_files/IMERG_doc.pdf
+OK 20210418011238 http://www.rdkit.org
+OK 20201130135830 http://cqh.org.br/portal/pag/area.php?p_narea=97
+MISS NA www.rbmt.org.br/export-pdf/166/v3n1a05.pdf
+OK 20210420110416 https://www.gsma.com/newsroom/press-release/reform-policy-to-boost-kenyas-mobile-connectivity-says-gsma/
+OK 20210205114207 https://www.au.org/blogs/wall-of-separation/in-god-we-trust-bills-are-about-promoting-religion-in-schools-not-the
+OK 20191102205342 http://www.biomedcentral.com/1471-2105/5/113
+MISS NA https://goo.gl/NeXBDc
+OK 20210421170304 http://www.suicidology.org
+MISS NA http://mcb.asm.org/DownloadedfromHL-60
+OK 20180605105027 http://aclweb.org/anthology/P17-2032
+OK 20210308071933 http://research.microsoft.com/~schramm/
+OK 20180608052918 https://news.microsoft.com/bythenumbers/ms_numbers.pdf
+OK 20201021223239 http://www.euromat.org/index.php?page=60
+OK 20080317033639 http://www.gov.cn/2008lh/content_913239.htm
+OK 20110208004501 http://www.itu.int/publ/D-IND-WTID.OL-2007/en
+OK 20180921183727 http://code.google.com/p/spade2
+MISS NA www.ncbi.nlm.nih.gov/pubmed/22316239.22
+OK 20180808172856 http://www.nationalgeographic.com.au/travel/new-epic-route-will-connect-17-national-parks.aspx
+MISS NA http://med.ee.nd.edu/MED10/pdf/492.pdf
+MISS NA http://www.who.int/reproductivehealth/publications/health_systems/PHC_Supplement1.pdf?ua
+MISS NA http://www.transport.ie/upload/general/10378-0.pdf
+OK 20200201220323 http://binaryscamwatchmonitor.com/richmond-berks-review-scam/
+MISS NA http://www.heraeus−quarzglas.de/media/webmedia_local/down−loads/broschren_mo/DatenundEigenschaften_Quarzglas−fuerdieOptik.pdf
+OK 20200922145314 http://www.entreculturas.org/files/documentos/biblioteca/Menores_Soldado_Informe_Global_2004.pdf?download
+OK 20210413163035 http://www.federalreserve.gov/releases/g19/current/g19.pdf
+OK 20210123194315 http://scaa.org/?page=RicArtp1
+MISS NA http://bit.ly/2cnRTdX
+OK 20170812083711 http://jcr.oxfordjournals.org/content/jcr/4/2/67.full.pdf
+OK 20210415014006 http://www.ecn.nl/phyllis/
+OK 20210407220704 who.int/dietphysicalactivity/publications/facts/obesity/en
+OK 20210415022746 http://www.galaxquery.org/
+OK 20210416071217 https://www.nytimes.com/2017/07/25/technology/roomba-irobot-data-privacy.html
+OK 20201111195918 http://www1.lsbu.ac.uk/water/water_vibrational_spectrum.html
+MISS NA https://bit.ly/3cohiRx
+OK 20210411021350 http://www.esrf.eu/
+OK 20181112220939 http://eco.iarc.fr/eucan/Country.aspx?ISOCountryCd=276
+MISS NA https://www.raspberrypi.org/products/raspberry-pi-3-model-band!add!HCTZ!25mg!daily!REFERENCES
+MISS NA https://goo.gl/bwNtX3
+OK 20201128110321 http://www.ema.europa.eu/docs/en_GB/document_library/Scientific_guideline/2014/06/WC500168852.pdf
+OK 20210422083349 https://www.R-project.org/
+OK 20201022232229 http://www.dca.ca.gov/publications/healthcare_jobs.pdf
+MISS NA http://www.bundestag.de/htdocs_e/bundestag/committees/joint/article_53_a/250770
+OK 20200712152159 http://www.um.es/ead/red/22/rinaudo_donolo.pdf
+OK 20210128111503 http://enerji.gov.tr/File
+MISS NA https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2000RS002622
+OK 20200724072126 http://openclinical.org/ontologies.html
+OK 20210421191114 https://www.cambridge.org/core
+MISS NA costarica43.icann.org/meetings/sanjose2012/presentation-vip-13mar12-en.pdf〉
+OK 20190602140511 https://circabc.europa.eu/sd/d/3a0533fa-cfbf-4536-a7ca-f9c7c10f3eae/3rs-declaration.pdf
+OK 20210211061626 http://w2.vatican.va/content/benedict-xvi/en/motu_proprio/documents/hf_ben-xvi_motu-proprio_20111011_porta-fidei.html
+OK 20210419181329 https://www.postgresql.org/about/
+OK 20200308194801 www.law.berkeley.edu/wp-content/uploads/2018/03/Navigating_GW-SW_Interactions_under_SGMA.pdf
+OK 20210415214408 https://jasp-stats.org/
+OK 20210405185240 https://clinicaltrials.gov/ct2/show/NCT00931736
+OK 20210416203112 www.ine.es
+OK 20210414141222 http://www.internetworldstats.com/asia.htm
+MISS NA http://www.uio.no/studier/emner/matnat/ifi/INF5790/v12/undervisningsmateriale/articles/KAL_Legacy_Mobile_Learning_
+OK 20210413014004 http://www.sidra.ibge.gov.br/
+MISS NA http://www.egms.de/en/meetings/esm2011
+MISS NA http://psych.wfu.edu/furr/716/sigcorr.pdf.Retrivedoctocber
+MISS NA availablefromwww.eda.org/itc
+OK 20210228111906 http://www.lrec-conf.org/proceedings/lrec2008/
+OK 20180602092702 https://onlinelibrary.wiley.com/doi/abs/10.1002/mds.26419
+MISS NA Http://www.ioe.ac.uk/hgpersonal/papersfordownloading.htm#sectionB
+MISS NA amnh.org/pub/molecular/poy/
+OK 20200423053711 http://www.eetimes.com/document.asp?doc_id=1271899
+OK 20210225210133 http://ccw.naturalis.nl
+OK 20210327104906 https://www.prusaprinters.org/prints/25857-prusa-protective-face-shield-rc3
+OK 20201230131416 http://putokazi.eu/?page_id=295
+OK 20080725133504 http://univers.mylene-farmer.com/nothomb/logographe.htm
+OK 20170913053222 http://www.sixnet.org
+OK 20190629103554 https://developer.oculus.com/documentation/pcsdk/0.4/concepts/dg-intro-version/
+OK 20191022172827 www.who.int/hiv/pub/drugresistance/hiv-drug-resistance-2015-update/en/
+OK 20160607123929 http://www.eblex.org.uk/news-releases/forum-shows-support-for-halal-assurance-scheme/
+OK 20170809052336 http://www.heacademy.ac.uk/assets/York/documents/ourwork/research/literature_reviews/blended_elearning_full_review.pdf
+OK 20210415055306 http://www.archive.org/index.html
+OK 20210126111908 http://www.mdpi.com/journal/pharmaceuticals/stats
+OK 20200519000545 http://www.motherjones.com/politics/2005/04/cambodia-war-khmer-sam-rainsy
+OK 20210421042330 http://www.top500.org
+OK 20210422011932 http://www.oracle.com/hyperion/index.html
+OK 20210214053024 www.medscape.com/viewarticle/556641
+OK 20170118040842 http://www-als.lbl.gov/index.php/science-highlights/industry-als/829-improving-thin-silicon-solar-cell-technology.html
+MISS NA https://tinyurl.com/ycnt9j2l
+OK 20200717000327 https://www.jstem.org/jstem/index.php/JSTEM/article/view/1131/986
+OK 20210130213931 http://public.leginfo.state.ny.us/LAWSSEAF.cgi
+OK 20170924060942 http://www.bakosurtanal.go.id/berita-surta/show/indonesia-memiliki-13-466-pulau-yang-terdaftar-dan-berkoordinat
+MISS NA http://vectorsolutions.us/wp-content/uploads/2017/02/Dronebuster-Data-Sheet.pdf
+MISS NA http://jp.fujitsu.com/about/csr/eco/services/energysaving/emdragon/
+OK 20210126070125 http://www.ejbrm.com
+OK 20201020082659 https://мвд.рф/reports/item/14696015
+OK 20150629073440 http://usatoday30.usatoday.com/news/nation/2003-09-24-school-shooting_x.htm
+MISS NA http://news.khan.co.kr/kh_news/khan_art_view.html?artid=201210052151515&code=9
+OK 20210116003918 http://www.bioassay.dk
+OK 20190523120946 http://www.coalpowermag.com/
+OK 20210308153349 http://omlc.org/spectra/hemoglobin/index.html
+MISS NA http://www.oie.int/eng/normes/fcode/a_summry.htmViewed29
+MISS NA www.limbaromanachisinau.md
+OK 20210422070110 http://www.iucnredlist.org
+OK 20210319024401 http://irina.eas.gatech.Edu/EAS_Fall2008/CloudSat_ATBD_L2_cloud_clas.pdf
+OK 20201022035907 http://helsinki.org.ua/pravo-na-spravedlyvyj-sud-u-kryminalnomu-provadzhenni-o-banchuk-i-dmytrijeva-tsentr-polityko-pravovyh-reform/
+OK 20180311100622 http://hbr.org/2012/09/better-customer-insight-in-real-time/ar/1
+OK 20210125115810 www.newsweek.com/un-slams-race-bottom-refugee-cash-denmark-germany-switzerland-418278
+MISS NA http://www.kornyezetvedok.hu/vgt/vgt2/orszagos/6_1_hatteranyag_Makrozoobentosz_Modszertani_utmutatoVGT2.pdf
+OK 20210404212543 http://seer.cancer.gov/csr/1975_2008/
+MISS NA https://hbr.org/2016/11/what-so-many-people-dont-get-about-the-u-s-working-classH
+OK 20190512070050 https://rg.ru/2015/10/23/oon.html
+OK 20110926232252 http://www.fitchratings.com/dtp/pdf2-09/bubt1404.pdf
+OK 20210415095305 http://www.myilibrary.com
+MISS NA https://www.internetconsultatie.nl/verweesde_werken/reactie/6084/bestand.Accessed11
+OK 20210124221947 https://www.google.com.ua/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=
+OK 20151021050056 https://www.ecb.europa.eu/events/pdf/conferences/130626/Session2_Freixas.pdf?b1b9a44a5457f56d52653ee5f2cb353a
+MISS NA http://ceon.rs/pdf/vrednovanje_casopi-sa_na_osnovu_bibliometrijskih_po-
+OK 20191203175057 http://www.sustainableindustries.com
+OK 20210411030631 http://www.biomedcentral.com/content/pdf/1741-7015-11-63.pdf
+MISS NA enwww.criticateatral.com.ar/index.php?ver=ver_critica.php&ids=15-
+OK 20210211141611 http://www.nature.com/nature/journal/v437/n7063/full/nature04226.html
+OK 20210314182610 http://www.show.scot.nhs.uk/scieh/
+OK 20160402200511 http://www.pnl.ro/pagina/statul-liberal-a-doua-modernizare-a-romaniei
+MISS NA http://dhsprogram.com/pubs/pdf/wp94/wp94.pdf18
+MISS NA http://www.ufpe.br/revistaenfermagem/index.php/revista/article/view/12-9079-1
+MISS NA http://www.undp.org/content/dam/india/docs/state_initiatives.pdf›
+OK 20210309173700 www.registrelep-sararegistry.gc.ca/default_e.cfm
+OK 20210410060130 www.historiaspoleczna.uw.edu.pl/seminarium/miasto-przestrzen-i-ludzie/polakow_drogi_do_mieszkania_w_PRL
+OK 20150513124004 http://it.korea.ac.kr/research/publication/papers/DMR-ICTC2011.pdf
+OK 20210227085819 http://www.csmonitor.com/Environment/Bright-Green/2009/1016/environmental-problems-need-a-holistic-approach
+OK 20150415232708 http://www.devpartners.gov.rw
+OK 20210323111151 http://www.querysurge.com/
+MISS NA http://tree.bio.ed.ac.uk/software/figtree.Accessed12
+OK 20210221094100 http://www.nobelprize.org/nobel_prizes/economic-sciences/laureates/2013/press.html
+MISS NA http://arxiv.org/PScache/arxiv/pdf/0802/0802.3563v2.pdf
+OK 20040624200421 http://www.oei.org.co/de/gb.htm
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20150512081350 http://ascilite.org.au/ajet/submission/index.php/AJET/issue/view/54
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210323122947 http://www.math.ias.edu/avi/TALKS/
+MISS NA http://www.fldoe.org/core/fileparse.php/7558/urlt/FTC-Quarterly
+OK 20200513232414 https://projects.ncsu.edu/cals/course/pp728/Fusarium%20solani/Fusarium_solani.htm
+OK 20131224105846 http://www.stlr.org/2010/01/could-the-wto-bring-down-the-great-firewall-of-china/
+OK 20210417063426 mentorembedded.github.io/cxx-abi/abi.html
+OK 20201123171147 https://arxiv.org/abs/1306.5151
+OK 20210227041837 http://www.inclusivedemocracy.org/journal/vol3/vol3_no1_Latouche_degrowth.htm
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210308135641 http://thediplomat.com/2016/02/chinas-plan-for-orderly-hukou-reform/
+MISS NA http://www.trinidadexpress.com/index.pl/articlebusinessmag?id=161486116
+OK 20210422061756 http://www.nrel.gov
+OK 20200209162154 http://www.redalyc.org/pdf/408/40827988019.pdf
+OK 20210413003352 http://ibr.ccsenet.org
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA Availableatwww.cfed.org/sustainable_economies/common_assets/
+MISS NA https://clinicaltrials.gov/ct2/show/NCT02290613.Accessed
+OK 20191120190818 http://sunset.usc.edu/research/cocomosuite/index.html
+OK 20191115051201 http://www.bcb.gov.br/htms/estabilidade/2015_03/refP.pdf
+MISS NA http://www.nytimes.com////business/paulson.html,..
+OK 20210415050938 http://www.learningandteaching.info/learning/piaget.htm
+OK 20210120065027 http://eservice.hsa.gov.sg/prism/common/enquirepublic/SearchDRBProduct.do?action=load
+MISS NA http://www.omg.org/docs/ptc/04-05-15.pdf
+OK 20210303211542 https://www.who.int/hrh/com-heeg/digital-APPG_triple-impact.pdf?ua=1
+OK 20201124155148 http://setkab.go.id/pidato-kenegaraan-presiden-republik-indonesia-dalam-rangka-hut-ke-71-proklamasi-kemerdekaan-ri-di-depan-sidang-bersama-dpr-ri-dan-dpd-ri-jakarta-16-agustus-2016/
+OK 20210422083349 http://www.R-project.org
+OK 20201105232023 http://www.monografias.com/trabajos16/teorias-piaget/teorias-piaget.shtml
+OK 20210310111232 https://www.tidyverse.org/packages/
+OK 20200202083116 http://www.dlib.org/dlib/september96/09contents.html
+MISS NA Seewww.organdonation.nhs.uk
+OK 20100128153631 http://www.lesia.obspm.fr/perso/philippe-zarka/Divers/reflexions.html
+MISS NA https://goo.gl/GYtU1E
+MISS NA http://www.antropologiasyc106.com.ar/constructores/19cap3_wright.pdfel14dejulio
+OK 20201202135737 http://methods.cochrane.org/sites/methods.cochrane.org.equity/files/public/uploads/EquityChecklist2012.pdf
+OK 20210421214702 http://www.doubleverify.com
+MISS NA http://www.banxico.org.mx/-estadísticas/index.html
+OK 20210421054718 http://www.infostat.com.ar
+OK 20210411011037 http://www.metropolitiques.eu/La-densification-douce-au-Canada.html
+OK 20210415004646 http://www.rfc-editor.org/info/rfc6020
+OK 20200118211109 https://arxiv.org/abs/1502.00917
+OK 20200802040222 https://www.sep.gob.mx/work/models/sep1/Resource/3f9a47cc-efd9-4724-83e4-0bb4884af388/ley_02121867.pdf
+OK 20190115024339 http://www.digitalhumanities.org/humanist/Archives/Current/Humanist.vol25.txt
+OK 20210410165937 http://energytomorrow.org/job-creation#/type/allaccessedNovember29
+OK 20210420180931 http://tree.bio.ed.ac.uk/software/figtree/
+MISS NA http://label-online.de/suche/sp/3/?s=bekleidung
+MISS NA http://cmsdoc.cern.ch/documents/02/note02034.pdf
+OK 20201124091035 http://www.coccinellidae.cl/
+OK 20140704211401 www.taxi-library.org/rio/deoliveira.pdf
+OK 20070129012705 www.diba.es/innovacio/fitxers/casas.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20120206012419 http://www.apsnet.org/publications/phytopathology/backissues/Documents/1981Articles/Phyto71n09_917.PDF
+MISS NA http://www.surrealismcentre.ac.uk/publications/papers/journal2/acrobat_files/buck_morss_article.pdf.Acessadoem29
+OK 20150119223441 http://www.flickr.com/photos/shizhao/2198758415/
+OK 20210330221801 http://www.cms.hhs.gov/HIPAAGenInfo/
+OK 20181018044640 http://www.scielo.br/pdf/csp/v19s2/a27v19s2
+MISS NA http://www.hottopos.com/vdletras2/mario.htm.Acessoem08dedezembrode2017
+MISS NA sfgsa.org/CityofNewYorkhttp://www1.nyc.gov/CityofLosAngelesCaliforniahttp://www.lacity.org/
+MISS NA http://www.aap.org/enus/professional-resources/practice-support/Pages/Withdrawal-of-Cold-Medicins-Addressing-Parent-Con-cerns.aspx
+OK 20210415232724 http://www.cardiff.ac.uk/socsi/hyper/QUADS/Briefing%20paper%20ethics.pdf
+OK 20210403170355 http://www.atmos-chem-phys.net/14/6801/2014/
+OK 20201124180901 http://www.mexicoylacuencadelpacifico.cucsh.udg.mx/index.php/mc/article/view/522
+OK 20140512121359 http://eprints.lse.ac.uk/54801/1/EU_kids_online_brazil_report_21_nov.pdf
+OK 20201127015554 https://www.psychometric-success.com/aptitude-tests/abstract-reasoning-tests
+OK 20171101041859 https://youthvillages.wordpress.com/2016/08/22/u-s-congressman-diane-black-visits-youth-villages-office-in-cookeville
+MISS NA http://www.mbr-pwrc.-usgs.gov./bbs/bbs.html
+MISS NA http://www.arcgis.com/home/item.html?id=7da35609c7604967bc2e99edf6b0100e
+OK 20210415043538 http://www.indigenousaction.org/wp-content/uploads/Accomplices-Not-Allies-print.pdf
+OK 20210418011511 http://www.wildflower.org/plants/result.php?id_plant=ANCA8
+OK 20210410225006 https://journal.unnes.ac.id
+OK 20201029162805 http://vid1.rian.ru/ig/ratings/oil5.pdf
+OK 20171228111526 http://otomotif.liputan6.com/read/2420796/ford-tutup-bagaimana-layanan-servis-dan-suku-cadang
+OK 20200812181826 http://www.ncbi.nlm.nih.gov/pubmed/21252449
+OK 20121112225027 http://www.ann-geophys.net/25/271/2007/angeo-25-271-2007.html
+OK 20200121112154 http://mowr.gov.in/micensus/mi3census/index.htm
+OK 20210401102412 http://wwwn.cdc.gov/wisards/oiics
+OK 20210312092029 https://www.youtube.com/watch?v=mpBG-nSRcrQ
+OK 20161005154058 http://onlinelibrary.wiley.com/doi/10.1111/1742-6723.12588/abstract
+MISS NA http://www.scielo.br/scielo.php?pid=S0102-88391999000400010&script=sci_arttext#nt01a
+OK 20160527010814 http://sites.univ-provence.fr/~veronis/pdf/1998wsd.pdf
+OK 20201117011852 https://id.wikipedia.org/wiki/Pariwisata_berbasis_budaya
+OK 20201126150025 http://avia-simply.ru/obledenenie-letateljnih-apparatov/
+OK 20210211045244 www.manaviat.blogfa.com
+OK 20210413234441 https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=277
+OK 20120903220325 http://www.cscc.unc.edu/aric/visit/Ultrasound_Assessment-_Scanning_Procedures.4_6a.pdf
+OK 20210420170100 http://www.riarating.ru/
+OK 20210419005235 http://www.w3.org/DesignIssues/LinkedData.html
+OK 20210123063929 http://www.ibge.com
+MISS NA http://hcup.ahrq.gov/HCUPNet.asp.Accessed
+OK 20190621020803 http://www.patrimoniocultural.pr.gov.br/modules/conteudo/conteudo.php?conteudo=59
+MISS NA http://www.jstor.org/stable/462377
+OK 20210308031659 http://www.policechiefmagazine.org/magazine/index.cfm?fuseaction=display_arch&article_id=1536&issue_id=72008
+OK 20120823115956 http://www.blackwellpublishing.com/isth2003/abstract.asp
+OK 20210314111328 https://www.nbcnews.com/news/us-news/exclusive-secret-nsa-map-shows-china-cyber-attacks-us-targets-n401211
+MISS NA http://www.scielo.br/scielo.php?pid=S0104-12902013000400018&script=sci_arttext
+OK 20100416053409 http://www-fourier.ujf-grenoble.fr/~franz/convex/
+OK 20111030101253 http://edcdaac.usgs.gov/gtopo30/README.asp#h31
+MISS NA http://wwwadnkronoscom/salute/sanita/2017/07/19/crescono-casi-morbillo-italia-nel-morti_jt0xz8WEjPBEFTVGvcrZ9Ohtml
+OK 20190925012422 http://onlinelibrary.wiley.com/book/10.1002/9780470960929
+OK 20180606221946 http://ssrn.com/abstract=241950
+OK 20210213220845 http://www.teses.usp.br/teses/disponiveis/48/48134/tde-03092012-151346/pt-br.php
+OK 20210415100526 http://www.regulations.gov/fdmspublic/component/main?main=DocketDetail&d=EPA-HQ-OPP-2002-0262
+OK 20190612190343 http://www.bank-of-china.com/finadata/
+MISS NA http://aruspelangi.orgdiaksestanggal19/04/2015.JamesDanadjaja
+OK 20170321194621 https://www.srp.ch/de/referenzen/hochbau-und-tragkonstruktion/ganterbruecke,-simplon
+OK 20210415113315 http://www.srim.org
+OK 20210420201251 http://research.calacademy.org/research/ichthyology/catalog/fishcatmain.asp
+MISS NA https://data.consilium.europa.eu/doc/document/ST-15852-2018-INIT/en/pdf
+OK 20201112024403 https://www.cnbc.com/2017/06/02/trump-withdraws-from-paris-agreement-its-not-just-china-who-could-benefit-from-the-move.html
+MISS NA http://doi.acm.org/10.1145/2491185.2491199
+OK 20130615065149 http://www.op2a.org
+OK 20210422070110 http://www.iucnredlist.org
+OK 20130404002343 http://www.infolitglobal.info/logo/en/manual/branding
+OK 20210413190811 https://software.intel.com/sites/default/files/332680-002.pdf
+MISS NA http://www.peters.de/de/service/technische-druckschriften/122-schulungsblaetter-fuer-die-leiterplattenfertigungabgerufen
+MISS NA https://www.qualitynet.org/dcs/ContentServer?c=Page&pagename=QnetPublic%2FPage%2FQnetTier4&cid=1228772504368
+OK 20210316213429 http://www.census2011.co.in/district.php
+MISS NA http://ar.economy.gov.ru/ru/about/assistance/donors/projects_programms/metodes/?id4=662&i4=3
+MISS NA http://knowledgecenter.csg.org/kc/system/files/CR_coal.pdf
+OK 20190605201729 http://www.homewyse.com/costs/cost_of_landscaping_boulders.html
+MISS NA http://www.unrwa.org/where-we-work/lebanon〉
+OK 20210415042704 http://www.imf.org/external/np/fad/trans/
+MISS NA http://eprints.uwe.ac.uk/26329
+MISS NA http://www.incra.gov.br/index.php/reforma--agraria-2/questao-agraria/reforma-agraria
+OK 20201108135113 http://www.cincinnati.com/story/news/2015/07/30/tensing-arraignment-scheduled-thursday/30870405/
+OK 20210208055554 http://www.idasa.org.za
+OK 20201108090430 http://arxiv.org/abs/1604.08873
+OK 20210116195700 http://github.com/robjhyndman/forecast
+OK 20210416234811 http://surveillance.cancer.gov/joinpoint/
+OK 20190603105326 http://www.pecad.fas.usda.gov/rssiws/al/rs_cropprod.htm
+MISS NA http://data6.blog.de/media/029/4104029_ffd9233b35_d.pdf
+OK 20160317093446 https://www.ist-winner.org/phase_2_model.html
+OK 20210125113559 http://www.moi.gov.cy/moi/tph/tph.nsf/page72_gr/page72_gr?OpenForm
+OK 20140602024514 http://www.moh.govt.nz/notebook/nbbooks.nsf/0/ab73cdededa23595cc2577a0006b7e38/$FILE/TBControlGuidelines03.pdf
+MISS NA http://www.scidev.net/news/index.cfm?fuseaction=printarticle&itemid=2549&language=1
+OK 20210415084508 http://www.nvmo.nl
+OK 20190601233921 http://www.osw.waw.pl/pl/publikacje/komentarze-osw/2014-03-27/doktryna-putina-tworzenie-koncepcyjnych-podstaw-rosyjskiej
+MISS NA http://documents.worldbank.org/curated/en/987271468334283631/PID0101113109.doc
+MISS NA http://mathworld.wolfram.com/Kermack-McKendrikModel.html
+OK 20200731202520 http://elib.sfu-kras.ru/handle/2311/71628
+OK 20210412201113 http://bura.brunel.ac.uk/handle/2438/7457
+OK 20120904070835 http://www.micsymposium.org/mics_2004/Sinapova.pdf
+MISS NA http://repository.tamu.edu/bit-stream/handle/1969.1/87136/pdf_16.pdf?sequence=1
+MISS NA http://repository.uksw.edu/handle/123456789/803padaRabu
+OK 20210415130046 https://www.theguardian.com/commentisfree/2015/jun/18/guardian-view-on-laudato-si-pope-francis-cultural-revolution
+OK 20140623002641 http://www.prweb.com/releases/Enzymes-Market/GrandViewResearch/prweb11670412.htm
+OK 20210225093402 http://www.ucf.edu.cu/ojsucf/index.php/uys
+MISS NA http://cafehistoria.ning.com/profiles/blogspot.com
+OK 20210415054905 http://projecteuclid.org/DPubS/Repository/1.0/Disseminate?view=body&id=pdf_1&handle=euclid.aoms/1177705148
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210417071604 http://www.knowledgebusiness.com
+OK 20200813093452 https://www2.deloitte.com/za/en/pages/human-capital/articles/executive-compensation-report.html
+OK 20210225011336 http://www.spiegel.de/panorama/justiz/religioes-motivierte-beschneidung-von-jungen-ist-laut-gericht-strafbar-a-841084.html
+OK 20210318100530 https://www.cancer.org/research/cancer-facts-statistics/all-cancer-facts-figures/cancer-facts-figures-2017.html
+OK 20180108034326 http://piel-l.org/libreria/item/1315
+OK 20210415105229 http://www.searchenginewatch.com/reports/sizes.html
+OK 20200928061952 https://www.embarcados.com.br/padrao-ieee-802-15-4/
+OK 20200219095236 http://www.tribotechnika.sk/tribotechnika-22014/plasty-a-galvanicka-povrchova-uprava.html
+MISS NA http://www.loc.gov/catdir/enhancements/fy0701/2002068317-d.html
+MISS NA http://www.ukrcardio.org/UserFiles/File/NKKU-IX-Classification.pdf
+OK 20210417003205 http://www.bom.gov.au/climate/current/soihtm1.shtml
+MISS NA https://dv4.mediasite.com/mediasite/Play/0d3df92f6b2e4a1c8238efe3b05f72cd1d?catalog=d89afbadab6142908b8fc3766cd595d721
+OK 20210418172438 http://alistapart.com/article/responsive-web-design
+MISS NA https://ideas.repec.org/p/cpr/ceprdp/2092.html.GovernmentofVietnam
+OK 20210126100452 http://lasillavacia.com/historia/los-nudos-gordianos-que-tienen-en-crisis-el-proceso-de-paz-45698
+OK 20200619090209 https://ageconsearch.umn.edu/bitstream/134710/2/Andrew_Barnes_Barnes_Poole_AES.pdf
+MISS NA http://www.finanz.ru/novosti/aktsii/rosnano-i-rusgidro-sozdadut-fond-obemom-4-8-mlrd-rubley-dlya-investiciy-v-dalniy-vostok-1000796574
+MISS NA http://www.activistpost.com/2016/09/control-communicable-diseases-dissenting-comment-cdc.html?utm_source=Activist+Post+Subscribers&utm_medium=email&utm_campaign=940ab8e26e-RSS_EMAIL_CAMPAIGN&utm_term=0_b0c7fb76bd-940ab8e26e-387807929
+OK 20201128064219 http://scielo.iec.pa.gov.br/pdf/ess/v21n3/v21n3a08.pdf
+OK 20130131063222 http://www.scb.se/Pages/Product____12211.aspx
+MISS NA www.sussex.ac.uk/spru/swps2018-07
+OK 20210314192042 http://www.planalto.gov.br/ccivil_03/_Ato2011-2014/2013/Decreto/D8077.htm
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.flexpipe-systems.com/non_html/case_studies/
+OK 20210224183418 http://www.its.bldrdoc.gov/n3/video/vqmsoftware.htm
+MISS NA http://ojs-prod.library.usyd.edu.au/index.php/ART/article/view/5535/6203
+OK 20210413000931 http://ec.europa.eu/research/innovation-union/index_en.cfm?section=active-healthy-ageing&pg=documents
+OK 20200210000234 https://www.inbo-news.org/sites/default/files/16029-3-GB_plan-action-lima-paris-A4-def-light.pdf
+OK 20141018073648 http://ebekunt.wordpress.com/2009/07
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://support.illumina.com/downloads/16smetagenomicsequencinglibrarypreparation.html
+MISS NA http://www.cs.utexas.edu/(tilde)schrum2/
+OK 20140307234449 http://portalsme.prefeitura.sp.gov.br/Projetos/sitemerenda/Documentos/Manuais_Folhetos/manuais/manual_cei_conveniado_2011.pdf
+MISS NA https://www.youtube.com/watch?v=DsmbF_TC1PMeacessadoem26deDezembro
+OK 20201201034632 http://www.aidsdatahub.org/sites/default/files/documents/The_Asian_Epidemic_Model_Projections_for_HIVAIDS_in_Thailand_2005_2025.pdf
+MISS NA https://books.google.rs/books?id=s5MwAAAAIAAJ&q=umrla%20od%20straha&dq=umrla%20od%20straha&hl=sr-Latn&sa=X&ved=0ahUKEwjC3arT8bfjAhUCa1AKHeT5DHM4WhDoAQhDMAU&fbclid=IwAR0BLUYD3Impt6sP3
+OK 20210422152551 http://www.scielo.br/scielo.php
+MISS NA https://www.admin.ch/opc/fr/classified-compila-tion/19750305/200409190000/0.631.252.512.pdf
+OK 20210303101313 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC126239/
+OK 20201126074119 http://bvsms.saude.gov.br/bvs/publicacoes/incentivo_assit_farm.pdf
+MISS NA http://www.pg.gda.pl/chem/Dydaktyka/Anali-tyczna/AZS/Aparaty_przenosne.pdf
+OK 20180313045800 http://bvs.sld.cu/revistas/mie/vol7_2_08/mie07208.htm
+OK 20210322213432 https://www.cms.gov/medicare-coverage-database/details/nca-decision-memo.aspx
+OK 20150417181406 http://www.nordicforestry.org/facts/Norway.asp
+OK 20180602071157 http://www.ann-geophys.net/25/1691/2007/
+OK 20180821165253 http://www.ncbi.nlm.nih.gov/pubmed/10087267
+MISS NA http://www.nursesreg.nsw.gov.au/report
+MISS NA http://bit.ly/es_wikipedia
+OK 20210413093814 https://www.nber.org/papers/w21293
+OK 20210126095543 http://nit.tuva.asia/nit/article/view/93
+OK 20210224224409 http://www.es.ele.tue.nl/sdf3
+OK 20121005012256 http://www.fsa.gov.uk/pubs/international/agenda.pdf
+OK 20200927172911 https://www.persi.or.id/images/regulasi/permenkes/pmk942014.pdf
+OK 20210226212149 http://circ.ahajournals.org
+OK 20201126114842 http://publicacoes.fcc.org.br/ojs/index.php/cp/article/view/1097
+OK 20200416054547 https://www.questia.com/library/journal/1G1-216181184/cognitive-and-social-constructivism-developing-tools
+OK 20160325220250 https://www.alberta.ca/release.cfm?xID=3523164740483-D80A-5566-F819A0C841FEDDEA
+OK 20210415100341 http://trecvid.nist.gov/
+OK 20210211165553 http://www.sika.co.id
+MISS NA http://who.int/mediacentre/news/statements/2009/h1n1pandemicphase620090611/en/index.html
+MISS NA http://www.univ-brest.fr/digitalAssetsUBO/8/8316_Correspondance_Rachilde-Barre__s.pdf
+OK 20200528232108 http://www.stanford.edu/yyye/yyye/Gset/
+OK 20180625223421 https://linkinghub.elsevier.com/retrieve/pii/S0140673607613178
+OK 20210411021354 http://www.memstech.com
+OK 20201023033914 https://openknowledge.worldbank.org/handle/10986/9367
+MISS NA http://www.lacan.com/papin.html
+OK 20210309132137 http://attra.ncat.org/attra-pub/PDF/omconservtill.pdf
+OK 20210329151638 http://www.nist.gov/srd/nistsd14.cfm
+OK 20210413133011 https://juniperpublishers.com/online-submission.php
+OK 20210417233718 http://www.research.att.com/~njas/sequences
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210203011431 www.bt.cdc.gov/radiation/arsphysicianfactsheet.asp#2
+OK 20201114000236 http://www.jff.org/sites/default/files/a_portrait_in_numbers_072110.pdf
+OK 20201109215223 http://www.www9.org/w9cdrom/160/160.html
+MISS NA http://elibrary.ru/item.asp?id=20031642
+MISS NA http://www.memofonte.it/autori/carteggio-michelangelo-475-1564-10.html
+OK 20171215131242 http://www.acervo.paulofreire.org:8080/jspui/bitstream/7891/1645/3/FPF_PTPF_13_009.pdf
+MISS NA http://papersubmission.scirp.org/Orcontactojfd@scirp.org
+OK 20171002154743 http://www.hillside.net/plop/2012/
+MISS NA http://www.cienciaesaudecoletiva.com.br/artigos/artigo_int.php?id_artigo=15307
+OK 20171123035141 http://www.cancer.go.kr/mbs/cancer/jsp/album/gallery.jsp
+OK 20210411033700 www.yole.fr
+OK 20210227055831 http://publications.cetis.org.uk/wp-content/uploads/2013/03/MOOCs-and-Open-Education.pdf
+OK 20201124021800 http://aeronet.gsfc.nasa.gov/new_web/Documents/Aerosol_Optical_Depth.pdf
+OK 20171202210218 http://www.biomedcentral.com/1471-2342/10/19
+OK 20200105165853 http://www.tcm.com/mediaroom/video/74071/Birds-The-Original-Trailer-.html
+OK 20210109083750 http://avalon.law.yale.edu/20th_century/kor001.asp
+OK 20151127184735 http://public.itrs.net
+MISS NA http://www.internetworldstats.com/stats.htm.Aces-sadoem17/07/2015
+MISS NA http://www.ncbi.nlm.nih.gov/entreJquery,fcgi?cmd-Retrieve&db=PubMed&dopt=Citation&list_uids=15504267
+OK 20210421134941 http://www.bluetooth.com
+OK 20210414053507 https://www.gov.uk/government/publications/liberating-the-nhs-white-paper
+MISS NA 2006.www.constructions-online.de
+OK 20210309141004 http://www.ornl.gov/sci/gist/projects/LandScan/landscan_doc.htm
+MISS NA http://www.gesundheits-amt.gr.ch/download/RD_Kenndaten_2003_farbig.pdf
+OK 20160408193837 http://ipg.de/de/simulationsolutions/carmaker/
+MISS NA http://www.kslaw.com/practice_areas/pags/ForeignCorruptPracticesAct.pdfMayerBrownhttp://www.mayerbrown.com/publications/article.asp?id=7132&nid=6
+OK 20210421201249 http://heart.bmj.com/
+MISS NA http://www.bmwi.de/BMWi/Redaktion/PDF/Publikationen/ausschreibungen-foerderung-erneuerbare-energien-anlage
+MISS NA http://www.histedbr.fae.unicamp.br/navegando/glos-sario/verb_c_ato_adicional_1834%20.htm.Acessoem:10/06/2010
+OK 20210419080221 http://www.sudoc.abes.fr/
+OK 20210416152506 www.phidot.org/software/mark/docs/book/
+OK 20210407210328 http://www.bis.org/bcbs/publ/d352.pdf
+OK 20100109034858 http://www.lww.com/advertisingratecards/
+MISS NA https://www.cdc.gov/hai/prevent/ppe.htmlhttps://www.cdc.gov/niosh/npptl/pdfs/PPE-Sequence-508.pdf
+MISS NA http://intranet.imet.gr/Portals/0/UsefulDocuments/documents/01884.pdfS
+OK 20201112032539 https://github.com/ibamr/ibamr
+MISS NA http://www.menaiset.fi/ar-tikkeli/muoti_ja_kauneus/kauneus/kosme-tiikkaa_apteekista
+OK 20210417133317 https://zakon.rada.gov.ua/laws/show/1402-19
+MISS NA Disponiblesurwww.fao.org/publications
+MISS NA http://www.nxp.com/documents/user_manual/UM10204.pdf.Accessed
+MISS NA https://arxiv.org/abs/2002.03628
+MISS NA http://fseg.gre.ac.uk/fire/EXODUSanimations.asp
+OK 20210421121746 http://data.un.org/Default.aspx
+OK 20201111234501 http://www.iata.org/whatwedo/Documents/economics/airline_cost_performance.pdf
+MISS NA http://dialnet.unirioja.es/servlet/articulo?codigo=2225488
+OK 20200731061631 http://english.mofcom.gov.cn/column/history.shtml
+OK 20070612141124 http://www.unev.dk/files/gissur_jonsson_2.pdf
+OK 20210422073426 http://creativecommons.org/licenses/by-nc-nd/4.0/
+OK 20210128023441 http://www.iwgdf.org
+OK 20201202025205 https://ams.confex.com/ams/97Annual/webprogram/Paper316096.html
+MISS NA http://r4d.dfid.gov.uk/Output/192673
+OK 20200717203053 http://scan.net.au/scan/journal/display.php?journal_id=128
+MISS NA https://med.stanford.edu/content/dam/sm/school/documents
+OK 20210412193626 http://apps.who.int/iris/bitstream/10665/112736/1/9789240692763_eng.pdf
+OK 20210421231110 http://www.metalwebnews.com/howto/ph-conv/ph-conv.html
+OK 20210413042853 http://www.papyri.info/docs/ddbdp
+OK 20201129051617 http://eduteka.icesi.edu.co/pdfdir/AlgoritmosProgramacionCuaderno1.pdf
+OK 20210409185641 www.fao.org/docrep/016/ap106e/ap106e.pdf
+OK 20031021224631 http://www.sbaer.uca.edu/Research/1999/ICSB/99ics047.htm
+OK 20201213194431 http://www.psicothema.com/pdf/601.pdf
+OK 20210207000032 http://www.startupranking.com/top/indonesia
+MISS NA http://www.macs.hw.ac.uk/ultra/compositional-analysis/type-error-slicin%g
+OK 20200421071527 https://www.researchgate.net/publication/289128391_Databank_organische_meststoffen
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA https://securewww.esat.ku-leuven.be/cosic/publications/article-1302.pdf
+OK 20060221025139 http://www.dep.state.fl.us/secretary/Post/2002/mar2902.htm
+MISS NA http://www.embriao.ib.unicamp.br/embriao2/visualizarMaterial.php?idMaterial=1120
+MISS NA https://www.itc.nl/library/papers_2010/msc/aes/hosein.pdf
+OK 20210417214420 http://www.oecd-ilibrary.org/statistics
+OK 20160619054031 http://www.atcm.co.uk/ConductEN.pdf
+MISS NA https://goo.gl/5CtxmT
+MISS NA www.news-medical.net/life-sciences/Lipid-Biological-Functions-
+OK 20070318204349 http://www.snet.gob.sv/Documentos/SusceptMovMasa-ES-SNET-2004.pdf
+OK 20180922145906 http://zakon3.rada.gov.ua/laws/show/1185-2007-%D0%BF
+OK 20210418083158 http://code.google.com/apis/safebrowsing/
+OK 20210416121301 https://business.time.com/2013/09/24/the-fatal-mistake-that-doomed-blackberry/
+MISS NA http://www.contrib.andrew.cmu.edu/∼kangk/kang_lobbyingforpower.pdf
+MISS NA http://www.bp.com/statisticreview.Acessedon
+OK 20210227052521 lo.importante.es
+OK 20210405144826 http://www.ggdc.net/MADDISON/oriindex.htm
+MISS NA http://www.sciencedirect.com/science/article/pii/004578259390184Y
+MISS NA http://www.intercom.org.br/sis/2011/resumos/R6-0639-1.pdf
+OK 20210422123335 Http://archive.ics.uci.edu/ml
+OK 20210414230241 http://www.cea.fr/english/Pages/cea/the-cea-a-key-player-in-technological-research.aspx
+MISS NA http://ojs.ufgd.edu.br/index.php/educacao/article/view/4716/2499.Acessoem
+MISS NA https://go.nature.com/2IqIZtE
+MISS NA http://www.ilo.org/public/spanish/about/oloconst.htm
+OK 20150801123719 http://www.intrest.org
+OK 20210420183444 http://globocan.iarc.fr
+MISS NA http://doi.acm.org/10.1145/2414456.2414475
+MISS NA http://esa.un.org/wpp/documentation/pdf/WPP2010_Volume-I_Comprehensive-Tables.pdf.Accessed22
+MISS NA http://www.semadur.rj.gov.br/pages/outros_projetos/outrosproj_pdbsepetiba_zoneamneto.html
+OK 20201118081237 http://www.ecre.org/wp-content/uploads/2016/07/ECRE-Information-Note-on-the-Asylum-Procedures-Directive-recast_December-2014.pdf
+OK 20200729143048 http://www.sciencedirect.com/science/article/pii/S1090780702000393
+OK 20201026213149 http://www.nctq.org/dmsView/No_Common_Denominator_Executive_Summary_pdf
+OK 20140514115542 http://www.unavarra.es/digitalAssets/180/180407_INFORME--CIPARAIIS--TXOSTENA-1.pdf
+MISS NA http://www.transcat.com/media/pdf/FlukeNorma4K5K.pdf
+OK 20210414210426 http://www.fda.gov/drugs/drugsafety/ucm243539.htm
+MISS NA http://www.jstor.org.libraryproxy.griffith.edu.au/stable/4488577
+OK 20190112132939 http://polet.network/blog/2015/9/24/shallow-reasoning-on-the-deep-state
+MISS NA http://www.lk.undp.org/content/srilanka/en/home/operations/projects/environment_and_energy/sri-lanka-community-forestry-programme-.htmlAccessed
+OK 20081201113623 http://www.acronym.org.uk/dd/dd48/48npt.htm
+MISS NA http://www.bi-bestpractices.com/view/4782
+OK 20180603100937 http://ssrn.com/abstract=643388
+MISS NA http://www.justiciaglo-bal.net/files/actividades/fi_name_recurso.8.pdf
+MISS NA http://dx
+OK 20201108105530 http://www.bbc.com/news/world-us-canada-33859161
+MISS NA http://www.lajiribilla.cubaweb.cu/2007/n312_04/312_11.html
+MISS NA http://www.gwec.net/fileadmin/images/Publications/2008_Report/Table_status_2008.jpg.Bruselas
+MISS NA http://www.sciencedirect.com/science/article/pii/1090
+OK 20210418181257 http://data.worldbank.org/indicator/NY.GDP.MKTP.CD
+OK 20210421000309 www.igidr.ac.in
+MISS NA http://www.hollows.org/getattachment/au/Annual-Report-2015/2015-Annual-Report.pdf.aspx.Accessed13
+MISS NA http://www.oecd.org/science/inno/236758
+OK 20210115190007 http://ria.ua.pt/handle/10773/8788
+MISS NA http://site.ebrary.com/lib/alhussein/Doc?id=5000232&ppg=65
+OK 20170829013908 http://www.mod.gov.cn/shouye/2017-05/25/content_4781393_2.htm
+OK 20161226220351 http://www.gov.bc.ca/citz/citizens_engagement/index.html
+OK 20210417222542 http://eprint.iacr.org
+OK 20201129161200 http://www.eupress.ru/uploads/files/S-093_pages.pdf
+MISS NA http://cemec.fipe.org.br/NotasCemecDiversos_files/NOTA-CEMEC-01-2017-FINAL.pdf
+OK 20170517113316 http://www2.fiu.edu/~ereserve/010019222-1.pdf
+OK 20180602000326 http://www.oncotarget.com/fulltext/9246
+OK 20190828111608 http://www.rejr.ru/volume/17/r8.pdf
+MISS NA http://hoo-hoo.ncsa.uiuc.edu/cgi/overview.html
+MISS NA http://scitation.aip.org/content/aip/proceeding/aipcp/10.1063/1.2200890
+MISS NA http://www.na-tionalparks.nsw.gov.au/PDFs/recovery-plan_green_gold_bell_frog_draft.pdf
+OK 20210316172003 http://rise.worldbank.org/
+OK 20170809204905 http://www.organicconsumers.org/supermarket/rise_of_supermarkets.pdf
+MISS NA http://www.colorado.gov/airquality/techdocrepository.aspx
+OK 20130627000918 http://zerohora.clicrbs.com.br/rs/cultura-e-lazer/segundo-caderno/noticia/2013/06/a-rede-torna-mais-dificil-a-opressao-diz-manuel-castells-4164803.html
+MISS NA http://www.academia.edu/download/45759456/Successes_and_challenges_for_the_modern_20160518-13456-nxprel.pdf
+MISS NA http://www.planalto.gov.br/ccivil_03/_ato2015-2018/2017/lei/L13445.htm.Acessoem23dez
+MISS NA http://files.eric.ed.gov/fulltext/ED407419.pdfadresindenalınmıştır
+OK 20210102051154 http://cmsimpact.org/wp-content/uploads/2016/01/vra_fairuse_statement.pdf
+MISS NA http://proquest.umi.com/pqdweb?did=2282790771&sid=53&Fmt=14&clientId=4653&RQT=309&VName=PQD
+OK 20210213212325 http://www.cnn.com/2013/01/18/world/africa/algeria-attackers/
+OK 20210417040128 http://www.ipes-food.org/_img/upload/files/CS2_web.pdf
+MISS NA http://www.fastcompany.com/3046630/lessons-learned/7-business-leaders-share-how-they-solved-the-biggest-moral-dilemmas
+OK 20210420052226 http://www.w3.org/TR/xslt
+OK 20210224220116 https://www.statssa.gov.za/publications/P0302/P03022015.pdf
+MISS NA http://apparel.edgl.com/old-magazine%5CSustainability-Is-Not--an-Option65618
+MISS NA http://fairtradeusa.org/sites/all/files/wysiwyg/filemanager/standards/FT_USA_Capture_Fisheries_Standard.pdfFAO
+OK 20190928100837 http://fr.tintin.com/tintintv/show/id/25/0/tintin-voyageur-du-siecle
+OK 20140117071252 http://www.moh.gov.cn/publicfiles/business/htmlfiles/mohbgt/pw10805/200804/31429.htm
+OK 20210415102224 http://www.sacscoc.org/policies.asp
+MISS NA http://www.fda.gov/Food/FoodScienceResearch/WholeGenomeSequencingProgramWGS/ucm403550
+OK 20201014080554 https://nacoesunidas.org/oms-publica-novas-orientacoes-sobre-pre-natal-para-reduzir-mortes-de-maes-e-bebes/
+MISS NA https://orcid
+OK 20200601193603 https://digitalcommons.linfield.edu/quercus/vol1/iss1/3/
+OK 20150908103656 http://www.fundraising.org.pl/0-fundraisingu
+OK 20190819013724 http://archives.who.int/prioritymeds/report/background/depression.doc
+OK 20150915122312 http://www.shanghai.gov.cn/nw2/nw2314/nw2319/nw22396/nw22401/u21aw144564.html
+MISS NA http://www2.camara.leg.br/documentos-e-pes-quisa/publicacoes/estnottec/areas-da-conle/tema2/2012_16756.pdf
+OK 20170822160402 http://www.scielo.br/pdf/eagri/v31n2/a02v31n2.pdf
+OK 20180711071349 http://aguasdamemoria.wordpress.com/2011/06/08/e-as-chuvas-chegaram-a-folha-19-de-setembro-1966/
+OK 20200616145237 www.presscouncil.org.au/snpma/index_snpma2007.html
+MISS NA www.aaep.org.ar/espa/anales/pdf_00/fernandez-lopez.pdf_______________
+OK 20200717224804 http://www.mineduc.cl/biblio/documento/201007091211380.Informe%20final.pdf
+MISS NA http://www.moluch.ru/archive/26/2835/Датаобращения:18.04
+OK 20210418235447 http://www.w3.org/TR/xmlschema-0/
+OK 20100401000549 http://oc.eab.org.tr/egtconf/pdfkitap/pdf/488.pdf
+OK 20040902143110 http://medscape.com/viewarticle/418967
+MISS NA http://epaa.asu/epaa/v10no18
+OK 20210223180913 http://www.fda.gov/downloads/Drugs/.../Guidances/ucm201790.pdf
+MISS NA http://www.gramsmedical.com/documents/Grams%20Aspirator.pdf.Accessed
+OK 20210317033717 http://www.legislation.gov.uk/ukpga/1994/26/contents
+OK 20181228215928 http://www.secse-project.eu/
+OK 20200929141942 http://www.osc.state.ny.us/localgov/audits/swr/2012/bocesservices/global.pdf
+MISS NA http://www.awmf.org/uploads/tx_szleitlinien/015-071l_S3_Therapie_entz%C3%BCndlicher_
+OK 20210422160628 http://www.yahoo.com
+OK 20111122232051 http://www.cfsan.fda.gov/~lrd/pestadd.html#acrylamide
+MISS NA https://arxiv.org/abs/1801.09160
+MISS NA http://censo2010.ibge.gov.br/materiais/guia-do-censo/operacao-censitaria.html.Acessoem
+OK 20181220181658 http://www.abe1924.org.br/quem-somos
+OK 20210126012900 http://www.businessweek.com/stories/2007-05-01/wal-marts-record-on-human-rightsbusinessweek-business-news-stock-market-and-financial-advice
+OK 20200529213030 http://www.alcatel-lucent.com/enrich/v2i22008/pdf/Analysis_IPTV.pdf
+MISS NA http://works.bepress.com/cgi/viewcontent.cgi?article=1006&context=timo_wandhoefer
+OK 20210116043924 http://nacovadoleao.blogspot.com/2013/02/lojas-com-personalidade.html
+OK 20210122101135 www.solomontimes.com/news/memorial-service-held-for-japanese-soldiers-of-ww2/2590
+MISS NA http://www.health.gov/dietaryguidelines/dgac.Accessed22
+MISS NA http://www.kyobun.co.jp/news/20150618_02.html「新科目「公共」、自民提言に沿う教育現場には懸念も」
+OK 20180610235223 http://www.ncbi.nlm.nih.gov/books/NBK114350/
+MISS NA http://journaldialogue.org/issues/issue-1/theseus-loses-his-way-viktor-pelevins-helmet-of-horror-and-the-old-labyrinth-for-the-new-world/17/20
+MISS NA http://ai.annales.umcs.plData:27/04/201902
+OK 20180517112727 http://eprints.uny.ac.id/15422/1/SKRIPSI%20INOVIA.pdf
+OK 20210417013339 http://people.reed.edu/~reyn/transport.html
+MISS NA ftp.tns.lcs.mit.edu/pub/otcl/doc/tutorial.html
+OK 20170727174857 www.netzpiloten.de/btada-onlinebeteiligung-mittels-vbulletin
+OK 20200714160839 http://dev.naver.com/openapi/
+OK 20200225065148 melilahjournal.org/p/2012-supplement-2.html
+OK 20190926175009 http://dab.saude.gov.br/portaldab
+MISS NA https://hu.m.wikipedia.org/wiki/F%C3%A1jl:-Hungarian_Air_Force_Antonov_An-26_departs_RIAT_14thJuly2014_arp.jpg
+OK 20200729055618 http://www.atmos-chem-phys.net/5/1855/2005/
+OK 20161201034707 http://howsound.org/2014/01/the-hospital-always-wins/
+OK 20170828163637 http://www.rsr-online.ru/doc/norm/222.pdf
+OK 20160731074241 http://www.peckhamia.com/salticidae/permision.php
+OK 20200601094425 https://www.iscresearch.com/cornavirus-covid-19-update
+OK 20210331211837 http://www.omniclass.org/
+OK 20180411175224 http://www.projuventute.ch/fileadmin/kundendaten/projuventute/kinderDerLandstrasse/KiLa_Chronologie_lang_Erg_d.pdf
+OK 20190505192339 http://www.abb.com/automation
+OK 20210404230015 http://www.un.org/esa/population/publications/wpp2006/WPP2006_Highlights_rev.pdf
+OK 20210202215943 www.scottishcorpus.ac.uk/cmsw/
+OK 20210313145926 http://dl.acm.org/citation.cfm?doid=2187836.2187882
+MISS NA http://www.cswl.com/whiteppr/white/autocad.htmi.Accessed
+OK 20210125051117 http://www.unhcr.org/5592b9b36.html
+MISS NA https://www.sos.state.oh.us/globalassets/ballotboard/2017/2017-08-17-certifiedballotlanguageissue2.pdf.Accessed
+OK 20210412102612 http://www.springerlink.com/
+OK 20210406120042 https://en.wikipedia.org/wiki/History_of_unmanned_aerial_vehicles#cite_note-2,Sonbakılmatarihi23Şubat
+MISS NA http://www.ercolaw.com/index.php?option=com_content&view
+MISS NA https://financialobserver.eu/poland/a-new-wave-of-ukrainian-migration-to-poland/,12.06
+MISS NA fromstats.uis.unesco.org/unesco/TableViewer/document.aspx?ReportId=124&IF_Language=eng&BR_Country=5240&BR_Region=40535
+OK 20210418120143 http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm
+MISS NA http://www.mcser.org/journal/index.php/ajis/article/view/6346.KönigGörögh
+MISS NA http://pediatrics.aappublications.org/content/121/1/e53.full.ht
+MISS NA https://www.minfin.gov.ua/news/view/verkhovna-rada-pidtrymala-serednostrokove-biudzhetne-planuvannia?category=novini-ta-media
+MISS NA http://www.cs.utah.edu/˜jcpark/publications/UUCS-06-011.pdf
+OK 20210125090206 https://www.bmc.com/blogs/containers-vs-virtual-machines/
+OK 20210124092140 http://www.jneurosci.org/content/4/7/1863
+OK 20200708233914 http://www.emg.org.za/images/downloads/water_cl_ch/cpcasestudies/CULISA-final-booklet-FOR-PRINTING.pdf
+OK 20180613015312 http://linkinghub.elsevier.com/retrieve/pii/S2214579615000507
+OK 20200912044721 http://emh.ch/en/services/permissions.html
+OK 20210422043643 http://www.energystar.gov
+MISS NA http://www.westwoodcorporation.com/worldwide/france.pdf
+OK 20201024180001 http://polit.ru/article/2011/05/06/bauman/
+MISS NA https://goo.gl/v93BCn
+OK 20150426062445 http://www.unhabitat.org/downloads/docs/788_62781_Human%20rights.pdf
+OK 20170812131409 http://pss.sagepub.com/content/21/12/1894.full.pdf
+OK 20210224205306 http://files.eric.ed.gov/fulltext/EJ1069007.pdf
+MISS NA http://ls126.molsci.org/files/Carlson_
+OK 20201106232746 http://www.lovdata.no/all/hl-19980717-061.html#1-3
+OK 20200802175052 https://goo.gl/iCbuqF
+OK 20201112021436 http://simulua.luaforge.net/
+OK 20210420103533 http://www.musictherapy.org/about/quotes/
+MISS NA http://www.esconline.com/accessed
+OK 20210227000502 http://www.grupopuntacana.org
+MISS NA https://ekonomi.kompas.com/read/2018/10/23/190000326/menkeu--4-tahun-jokowi-jk-subsidi-energi-dikurangi-perlindungan-sosial
+MISS NA http://www.fia.fs.fed.us/library/bus-org-documents/docs/FIA_Annual_Report_2013.pdf.Accessed
+OK 20210419155114 http://en.wikipedia.org/wiki/Accuracy_and_precision
+MISS NA availableonlinewww.downergroup.com
+OK 20210305121822 http://homotopytypetheory.org/2013/07/24/cohomology/
+OK 20210413034025 http://njbullying.org/documents/ttofifarrington2011.pdf
+MISS NA http://www.webcitation.org/69wwiYWT9
+MISS NA http://www.redalyc.org/articulo.oa?id=179421198003
+OK 20210419072613 https://www.oecd.org/education/imhe/QT%20policies%20and%20practices.pdf
+OK 20180503092918 https://jyx.jyu.fi/dspace/handle/123456789/19254
+OK 20130509182614 http://is2.lse.ac.uk/asp/aspecis/20080023.pdf
+OK 20201030072738 http://www.biographi.ca/en/bio/trutch_joseph_william_13E.html
+OK 20200130194257 http://www.cigionline.org/publications/2010/11/future-security-sector-reform
+MISS NA http://www.iepec.org/paris2010/BlancPresentation.pdf
+MISS NA Websitewww.kema-kps.nl
+MISS NA http://mkp.fisip.unair.ac.id/index.phpoption=com-content&view=article&id=87
+OK 20170807185715 http://www.ihep.ac.cn/english/conference/icrc2011/paper/
+OK 20210412125049 http://msdn.microsoft.com/en-us/library/aa383686
+MISS NA http://www.sciencedirect.com/science/article/pii/S0167278907004198
+OK 20190307101958 http://iubio.bio.indiana.edu/treeapp/
+OK 20210328164334 https://developer.vuforia.com/downloads/sdk
+MISS NA http://0-www.books24x7.com.catalog.kcls.org/marc.asp?isbn=159047225x.Accessed
+OK 20210420032458 http://jnnp.bmj.com/
+MISS NA https://preprints.jmir.org/preprint/12426
+MISS NA http://news.bbc.625co.uk/1/hi/world/europe/3599895.stm
+OK 20210404232524 http://www.appliedbiosystems.com
+MISS NA http://www.mct.gov.br/index.php/content/view/338047.html#ancora
+OK 20210415034520 www.IJCSI.org
+OK 20200527051523 https://www.kayak.com.br/news/mais-de-77-dos-turistas-brasileiros-viajam-sozinhos/
+MISS NA https://www.aapl.org/AMAexpertwitness.htm
+MISS NA http://www.ema.europa.eu/docs/en_GB/docu-ment_library/Scientific_guideline/2009/09/WC500003489.pdf
+OK 20190912000008 http://revistapesquisa.fapesp.br/2017/04/19/dra-fraude-se-candidata-para-vaga-de-editora/
+OK 20201201032546 https://www.ccdc.cam.ac.uk/solutions/csd-system/components/csd/
+OK 20210417004452 http://CRAN.R-project.org/package=jsonlite
+OK 20190530164019 http://www.financepractitioner.com/
+OK 20161105193227 http://www.dnb.nl/en/news/dnb-publications/dnb-working-papers-series/dnb-working-papers/working-papers-2016/dnb338622.jsp
+OK 20210417010241 http://whc.unesco.org/en/tourism/
+OK 20210409135126 http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2011/Lei/L12529.htm
+MISS NA http://www.winsite.com/info/pc/win95/demo/align32.zip/(16-bit-version)orhttp://www.winsite.com/info/pc/win3/demo/align16.zip/
+MISS NA https://www.mediatelecom.com.mx/2018/09/10/banda-ancha-movil-influye-en-el-crecimiento-del-pib-de-los-paises/
+OK 20070404120206 http://jodi.ecs.soton.ac.uk/Articles/v01/i08/Doerr/
+MISS NA http://www.fao.org/nr/land/soils/soil/wrb-docu-ments/en
+MISS NA http://search.proquest.com/docview/1708016783?accountid=15533
+OK 20200222125758 http://samaj.revues.org/3662
+OK 20190531075229 http://www.newyorkfed.org/newsevents/news/markets/2012/fxq112.pdf
+OK 20170823153348 http://www.scielo.br/pdf/csc/v19n12/1413-8123-csc-19-12-04797.pdf
+OK 20190411073214 www.tech.nite.go.jp/human/indexeng.html
+OK 20151007040854 http://vista.cira.colostate.edu/improve/Publications/Reports/2011/2011.htm
+MISS NA http://www.businesswire.com/news/home/20150716005694/en/
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20190924092544 http://magazines.russ.ru/znamia/2000/4/zubov.html
+MISS NA http://www.scielo.br/scielo.php?pid=S0006-87052015000300298&script=sci_arttext
+MISS NA http://www.cdc.gov/h1n1flu/updates/international.Accessed
+MISS NA http://www.nhtsa.gov/Research/Databases+and+Software.Zuletztgeprüftam:31.10
+OK 20210116065256 http://www.sciencedirect.com/science/article/pii/S0378775311003764
+MISS NA https://hochschul-forumdigitalisierung.de/sites/default/files/dateien/Abschlussbericht.pdf
+OK 20210128050623 http://www.epistemocritique.org
+OK 20191229135029 http://www.sedhc.es/congresos/index.php?id_cng=4
+OK 20141107143447 http://mc.manuscriptcentral.com/pha
+MISS NA http://www.ufpi.br/subsiteFiles/ppged/arquivos/files/eventos/evento2009/GT.2/2_Aldina%20de%20Figueredo%20Cunha%20e%20Maria%20da%20Gl%C3%B3ria%20Soares%20Lima.pdf.Acessoem20denovembrode
+MISS NA http://basessibi.c3sl.ufpr.br/brapci/index.php/article/view/0000009680/c0b410d13c8c2aa9de90f1135f51a2c8
+OK 20180920163230 http://siteresources.worldbank.org/INTARD/Resources/335807-1229025334908/ARDNote45a.pdf
+MISS NA https://acc.dau.mil/CommunityBrowser.aspx?id=3252552010
+OK 20210422011618 http://www.icomos.org
+MISS NA lanl.gov/abs/cond-mat/9903353
+OK 20210415035445 wwwinfo.mfcr.cz/aris
+OK 20210315233457 https://canadianarchaeology.com/caa/about/ethics/statement-undrip-and-trc-calls-action
+OK 20180425030915 http://www.educastur.princast.es/info/calidad/indicadores/doc/comision_europea.pdf
+MISS NA http://www.plantasmedicinais.org/saúde/arquivo000013.html
+OK 20190214121800 http://sgb.meb.gov.tr/meb_iys_dosyalar/2012_12/06020711_meb_istatistikleri_orgun_egitim_2006_2007.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/1432030
+OK 20210414104255 www.pcori.org/research-results/about-our-research/research-methodology/pcori-methodology-standards#AssociatedwithPatient-Centeredness
+MISS NA http://ecdc.europa.eu/en/activities/surveillance/hiv/pages/euro-hiv_project.aspx
+OK 20120427193406 http://especiales.rpp.com.pe
+OK 20160308014446 www.stadtteilgarten-langwasser.de/index.html
+OK 20180119175126 http://alsic.revues.org/865#tocto2n1
+OK 20210421192103 http://www.w3.org/TR/rdf-primer/
+OK 20201112015306 http://www.bbc.com/news/uk-29591561
+OK 20140914004539 http://www.europapress.es/navarra/noticia-personas-discapacidad-formadas-guias-turisticos-mostraran-tudela-visitantes-pais-vasco-20140627182521.html
+OK 20190402183823 http://www.basscoast.vic.gov.au/Services/Building_Development/Planning/Strategic_Planning/Planning_Scheme_Amendments/Amendment_C82_-_Land_Subject_To_Inundation_Overlay
+OK 20210416160456 http://www.parentingscience.com/theory-of-intelligence.html
+OK 20161111233332 http://www.gamsworld.org/global/globallib/globalstat.htm
+OK 20210227042147 http://zakon5.rada.gov.ua
+OK 20210415043616 http://www.interesjournals.org/ER
+OK 20200809020723 www.scholink.org/ojs/index.php/rem
+OK 20210330142814 http://www.cna.org/sites/default/files/National%20Security%20and%20the%20Threat%20of%20Climate%20Change%20-%20Print.pdf
+MISS NA http://www.sciencedirect.com/science/article/pii/S2215910X1470028X
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2290111&tool=pmcentrez&rendertype=abstract
+OK 20200708052847 http://www.avenirsocial.ch/cm_data/EthikprinzSozArbeitIFSW.pdf
+OK 20210125134158 http://www.wohnbau.steiermark.at/cms/beitrag/12121047/113383901
+MISS NA http://www3.gehealthcare.com/en/Products/,/media/Downloads/us/Product/Reimbursement/Customer-Advisories/
+MISS NA http://www.revistacoopercitrus.com.br/index.php/916
+MISS NA https://periodicos.ufsm.br/reveducacao/article/view/3838.Acessoem:16deagostode2017
+MISS NA https://repositorio.cepal.org/bitstream/hand-le/11362/42664/1/RVI122_Stellian.pdf
+OK 20210413051822 http://link.springer.com/article/10
+MISS NA https://www.facebook.com/groups/752682221508500/?ref=bookmarks
+OK 20121018010846 http://www.iom.int/jahia/Jahia/about-migration/developing-migration-policy/migration-labour/labour/lang/es
+OK 20180727093419 http://www.p21.org/storage/documents/P21_Framework_Definitions.pdf
+MISS NA http://primorska.info/novice/5466/veliki_koncert_v_spomin_na_delo_andreja_marusica
+OK 20200202094800 mrc.ac.uk/Ourresearch/Ethicsresearchguidance/Datasharinginitiative/Policy/index.htm
+MISS NA http://edr.sagepub.com/cgi/doi/10.3102/0013189X11413260
+OK 20210321170644 http://www.sccgov.org/sites/sccphd/en-us/Pages/phd.aspx
+OK 20120728052338 http://texas.i-found-it.net/HarrisonStageStop.html
+OK 20190623222124 http://www.networkworld.com/article/2162466/cloud-computing/cloud-computing-gartner-top-10-cloud-storage-providers.html
+OK 20210411041115 bashnet.ru
+MISS NA http://fg.bmj.com/FrontlineGastroenterol:firstpublishedas10.1136/flgastro-2020-101406on13
+MISS NA http://tinyurl.com/7c5us5p
+OK 20210301194319 http://www.numdam.org/item?id=PMIHES_1981__53__53_0
+OK 20210125190500 http://data.unaids.org/pub/EPISlides/2007/2007_epiupdate_es.pdf
+OK 20210419193449 http://www.his.se/
+OK 20150929071537 http://www.freidok.uni-freiburg.de/volltexte/2075/
+OK 20180530183125 http://jknnl.sourceforge.net/
+MISS NA 2012.www.wired.com/insights/2012/11/3d-visualization-big-data
+MISS NA http://www.pnas.org/content/105/49/19432.abstract
+OK 20210413193204 http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2005/decreto/d5626.htm
+MISS NA http://www.makhuduthamaga.gov.za/docs/idp/2012-2013%20MLM%20IDP.pdf
+MISS NA http://www.technologyreview.com/articles/reviews060J.asp
+OK 20130922165707 http://www.g7.utoronto.ca/finance/fm081010.htm
+MISS NA http://eprints.unsri.ac.id/id/eprint/1310
+OK 20200718060707 http://www.redalyc.org/articulo.oa?id=189116275004
+OK 20170125064451 http://www.epa.gov/wateratlas/geo/maplist.html
+OK 20200623154818 https://arxiv.org/abs/1911.05049
+OK 20210228095423 http://palms.ee.princeton.edu/node/428
+OK 20210403230123 http://www.aclu.org/files/pdfs/freespeech/brca_Ganguly_declaration_20090826.pdf
+OK 20210414160804 http://training.fema.gov/EMIweb/IS/is800b.asp
+OK 20190819091226 http://www.ukcgg.org/media/774853/evaluation_and_reporting_of_sequence_variants_bpgs_june_2013_-_finalpdf.pdf
+OK 20200607092303 http://www.revistas.usp.br/ra/article/view/38590
+MISS NA http://www.guardian.co.uk/environment/2011/nov/02/morocco-solar-farm-renewables?INTCMP=SRCH
+MISS NA https://www.sciencedirect.com/science/article/abs/pii/0167839695000305
+MISS NA http://www.confcontact.com/2007may/5_disyak.php15
+OK 20210318012712 https://www.nidcd.nih.gov/health/recurrent-respiratory-papillomatosis
+MISS NA http://www.acreditacionensalud.org.co/sua/Documents/Acreditaci%C3%B3n%20en%20Salud.pdf
+OK 20210211064117 http://www.csciencia2007.csic.es/
+OK 20190911074303 http://asean.org/asean-integration-report-2015-4/
+OK 20210422104004 http://www.flickr.com
+MISS NA https://www.conpedi.org.br/publicacoes/9105o6b2/g3i1y3j8/shhUC7D3i9S769i2.pd
+OK 20210421030323 www.finance.senate.gov/library
+OK 20040607080447 http://www.tax.org/readingsintaxpolicy.nsf/
+OK 20210324020601 http://science.sciencemag.org/content/357/6346/75
+OK 20161104161208 https://www.aaai.org/ocs/index.php/AAAI/AAAI15/paper/view/9945/9227
+OK 20180120142524 http://www.arnoutvisser.com/function%20tiles%20and%20tile%20kitchen.html
+OK 20210418015102 http://iai.asm.org/
+MISS NA scholar.waset.org/1307-6892/10003578
+OK 20210323012920 http://www.pfisterer.com
+OK 20210413060539 https://5g.ieee.org/images/files/pdf/ieee-5g-roadmap-white-paper.pdf
+MISS NA http://www.jb.man.ac.uk/~sjm/cmb_teide.html.5
+MISS NA http://www.road-map2050.eu/attachments/files/Volume1_fullreport_PressPack
+MISS NA http://dx
+OK 20140221013514 http://pcl.cs.ucla.edu/projects/parsec/
+OK 20210421095223 http://www.who.int/classifications/icf/en/
+OK 20210227225832 http://core.siu.edu/surveys.html
+OK 20210330000720 http://florabase.dpaw.wa.gov.au
+MISS NA https://www.gtac.edu.au/wp-content/up-loads/.../StomatalDensity_LabPreparation.pdf
+OK 20120927223334 http://hdl.handle.net/10402/era.28977
+MISS NA http://www.sciencedirect.com/science/article/pii/S0021929018301544
+OK 20210130174306 http://www.powerflour.org
+OK 20191118073953 http://anrcatalog.ucdavis.edu
+OK 20210316203415 https://studentwellbeinghub.edu.au/educators/resources/australian-student-wellbeing-framework/
+OK 20210415125015 http://www.treatmentadvocacycenter.org/
+MISS NA http://etd.eprints.ums.ac.id/4564/1/A320030205.pdf
+OK 20071221154012 http://www.redu.um.es/Red_U/2
+MISS NA http://www.sciencedirect.com/science/article/pii/S1386142505001022
+OK 20190724052753 http://online.wsj.com/news/articles/SB10001424127887323893004579057063223739696
+MISS NA https://www.echocommunity.org/en/resources/65549f80-d7b7-4e8d-868c-a60489174038
+OK 20090715215133 http://www.arcticpeoples.org/2007/09/13/arctic-states-split-on-un-declaration-on-rights-of-indigenous-peoples/#more-146
+MISS NA http://www.springerlink.com/content/0tgk677f4v6ydg8a/
+MISS NA http://www.wsf.edu.pl/uploadmodule/wysiwyg/Wydawnictwo%20WSF//The%20Translator%20and%20the%20ComputerPiotrowskiGrabowski.pdf
+OK 20210123041417 http://www.euroconferences.info/proceedings/2005_Proceedings/2005_Gottlieb_Henrik.pdf
+MISS NA https://bit.ly/2F4ihbk.Acessoem
+MISS NA http://www.iaea.org/inis/collection/NCLCollectionStore/_Public/40/054/40054933.pdf
+OK 20210417103911 https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi
+OK 20170118103526 www.info.gov.za/gazette/acts/1996/a92-96.htm
+MISS NA http://connection.ebscohost.com/c/articles/85968780/preparing-job-interview-interviewers-responsibility
+OK 20190407033844 www.pre.ethics.gc.ca/eng/english/publicparticipation/callforcomments/consultation_20130912/
+OK 20210119105326 http://fadn.pl
+MISS NA http://www.coronelsuarez.gob.ar/civitas/modulos/noticias/adjuntos/adjunto_20720_5.pdf
+OK 20210415040742 http://www.ijpam.eu
+OK 20170810062321 http://objdig.ufrj.br/51/teses/EEAN_D_IvoneteVieiraPereira.pdf
+MISS NA services.google.com/fh/files/blogs/googledelayexp.pdf
+OK 20210307205856 https://www.ars.usda.gov/ARSUserFiles/80400525/Data/SR/SR28/sr28_doc.pdf
+OK 20201026131300 http://www.hysep.com/fileadmin/hysep/user/documents/B-09-010_hysep_A4_wb.pdf
+MISS NA http://www.oaa-anaes.ac.uk/assets/_managed/cms/files/Meeting%20Docs/2014/2014%20non-INOA%20abstracts%20
+OK 20150908103656 http://www.fundraising.org.pl/0-fundraisingu
+OK 20201130070315 http://water.epa.gov/action/advisories/drinking/upload/dwstandards2012.pdf
+OK 20130613011552 http://democraciaejustica.org/cienciapolitica3/sites/default/files/assessoria_juridica_e_advocacia_popular_no_brasil.pdf
+OK 20210416060310 https://www.cdc.gov/vaccines/pubs/pinkbook/index.html
+OK 20151002221605 http://www.irandailybrief.com/2014/01/14/unsafe-environment-for-women-in-iran-sexual-harassment-in-the-workplace
+OK 20071128143327 http://dergi.tbd.org.tr/yazarlar/28052001/aysegul_culha.htm
+OK 20070627103158 http://casos.isri.cmu.edu/events/conferences/2004/2004_proceedings/V.Fellman,Phill.doc
+OK 20210413102210 http://search.ebscohost.com/login.aspx?direct=true&db=cin20&AN=122432319&site=ehost-live16
+OK 20180618132437 https://link.springer.com/article/10.1007/BF03219472
+MISS NA https://ssrn.com/abstract=3188753
+MISS NA http://www.histedbr.fe.unicamp.br/acer_histedbr/seminario/seminario8/trabalhos.htm
+OK 20201111203116 http://www.independent.co.uk/news/uk/politics/george-osborne-actually-cut-health-budget-by-20-per-cent-despite-nhs-promises-analysis-finds-a6751311.html
+OK 20080613003256 http://www.igt.psc.br/ojs/viewarticle.php?id=178&layout=html
+OK 20210422172043 http://repubblica.it
+MISS NA https://scholar.google.com/scholar?cluster=7211563320755842275&hl=en&as_sdt=0
+OK 20210415073208 http://www.mtholyoke.edu/acad/intrel/walglob.htm
+MISS NA https://www.natusneurostore.com/p-465-f-e5sh-48-genuine-grass-reusable-10mm-silver-cup-surface-electrode-48-wire-10box.aspx
+MISS NA http://www.who.int/hiv/pub/drugresistance/report2012/en/.Accessed
+OK 20210414140717 https://www.weforum.org/reports/new-vision-for-education-fostering-social-and-emotional-learning-through-technology
+OK 20200909032935 https://www.cairn.info/revue-l-information-litteraire-2006-2-page-27.htm
+OK 20200627004225 www.bjournal.com.br
+OK 20120604174936 http://www.guardian.co.uk/world/1997/jun/03/mcveigh.usa
+OK 20181103173201 http://mpra.ub.uni-muenchen.de/13621
+OK 20210417074425 http://www.ideals.illinois.edu/bitstream/handle/2142/705/co?sequence=2
+MISS NA http://www.solidcactus.com/pci.htmlPCIcomplianceprocessforhotels
+OK 20160317045910 http://www.unhcr.org/refworld/docid/49a28afb2.html
+OK 20210422083349 https://www.r-project.org/
+OK 20190808161930 http://media.unwto.org/es/press-release/2011-09-07/el-turismo-internacional-muestra-un-saludable-crecimiento-en-la-primera-mit
+OK 20210417163054 http://www.theatlantic.com/past/docs/issues/2000/03/press.htm
+OK 20210412211827 http://comprop.oii.ox.ac.uk/wp-content/uploads/sites/93/2018/02/Polarization-Partisanship-JunkNews.pdf
+OK 20171203004803 http://www.biomedcentral.com/1471-2180/11/108
+OK 20201109030607 http://www.economist.com/printedition/displaystory.cfm?story_id=9249171
+OK 20181227180259 http://www.cmnbc.ca/sites/default/files/natural%2520capital_0.pdf
+MISS NA http://bibliotecadigital.agronet.gov.co/bitstream/11348/3728/2/SIG-ACTUALIZACION_SANTA%20ROSA%20DEL%20CABAL_RISARALDA.pdf.Fechadeconsulta
+OK 20210416173158 http://www.walkerart.org/collections/publications/art-expanded/crux-of-fluxus/
+OK 20121006144956 http://www.qaproject.org/pubs/PDFs/ISSUESJA.PDF
+OK 20030410084628 http://www.jupiterdirect.com/reports/ecommerce
+OK 20210227064935 http://www.cnt.org.br/Paginas/index.aspx
+OK 20060112163810 rdsweb2.rdsinc.com/
+MISS NA http://jvi.asm.org/Downloadedfrom
+OK 20210211162055 http://www.mte.gov.br/index.php/trabalhador-economia-solidaria
+OK 20100313193808 www-ec.destatis.de/csp/shop/sfg/bpm.html.cms.cBroker.cls?cmspath=struktur,vollanzeige.csp&ID=1017619
+MISS NA http://www.uni-bielefeld.de/ikg/zick/ajzen%20construction%20a%20tpb%20questi
+OK 20210422032850 http://imagej.nih.gov/ij
+OK 20210409043926 http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2010/lei/l12305.htm
+OK 20210415074520 http://nhb.gov.in
+OK 20150427075931 http://www.britannica.com/EBchecked/topic/389832/monodrama
+OK 20200727074502 https://www.gov.uk/government/publications/digital-landscape-research/digital-landscape-research
+OK 20110223204113 www.iges.de/publikationen/gutachten/dak_report_2010/index_ger.html
+OK 20200720074922 http://hemarge.org.tr/ckfinder/userfiles/files/2003/2003-vol5-sayi2-84.pdf
+MISS NA https://github.com/bioinformed/vgraph22
+MISS NA https://www2.camara.leg.br/legin/fed/lei/2012/lei-12663-5-junho-2012-613164-normaatualizada-pl.pdf.Acesso:em28fev2019
+OK 20041124231743 http://www.state.gov/r/pa/prs/ps/2002/8190pf.htm
+OK 20210418215725 http://www.santepubliquefrance.fr/Accueil-Presse/Tous-les-communiques/Impacts-sanitaires-de-la-pollution-de-l-air-en-France-nouvelles-donnees-et-perspectives
+OK 20210422025749 http://digikey.com
+OK 20201020231309 https://www.oktatas2030.hu/wp-content/uploads/2018/08/a-nemzeti-alaptanterv-tervezete_2018.08.31.pdf
+OK 20200602050337 http://www.ncbi.nlm.nih.gov/pubmed/23496172
+OK 20191229211034 http://pascuadeovalosyovoides.blogspot.com/2015/04
+OK 20120904090309 www.ic.nhs.uk/webfiles/publications/smoking09/Statistics_on_smoking_England_2009.pdf
+OK 20101112220759 http://www.abto.org.br/abtov02/portugues/profissionais/biblioteca/pdf/livro.pdf
+OK 20121229075722 http://www.scienceinafrica.co.za/2001/august/mothers.htm
+MISS NA https://en.wikipedia.org/wiki/Quantumphasetransition
+OK 20200722201857 http://ww2.amstat.org/meetings/ices/2016/proceedings/148_ices15Final00209.pdf
+OK 20170817033034 http://edoc.hu-berlin.de/dissertationen/raya-siraj-2011-07-07/PDF/raya.pdf
+OK 20070808173844 http://www.rnp.br/_arquivo/wrnp2/2003/ufecf01.pdf
+OK 20210120232101 https://bcpsqc.ca/about-the-council/our-vision-and-values/
+OK 20080228202226 http://www.snu.ac.kr/ICSFiles/afieldfile/2006/01/10/report.pdf
+MISS NA http://ph.іcmp.lvіv.ua/~ashv/tex/TeXandUkraіnіan.koі.html.28
+OK 20210414114702 http://www.scielo.org.co/
+OK 20120906012259 http://www.nice.org.uk/nicemedia/live/12237/48780/48780.pdf
+OK 20081011131231 http://www1.webng.com/economics/make-indices.html
+OK 20210422152551 http://www.scielo.br/scielo.php
+MISS NA http://videotorium.hu/en/recordings/details/6740
+OK 20210414153010 http://tvdigital.files.wordpress.com/2008/09/mobile-2006-adriana-silva.pdf
+MISS NA https://helda.helsinki.fi/bof/bitstream/handle/123456789/14368/dp1416.pdf
+MISS NA http://davidmarlow.regen.net/2011/11/09/rebalancing-is-dead-%E2%80%93-long-live
+OK 20210421192433 http://www.ers.usda.gov/data-products/commodity-and-food-elasticities.aspx
+MISS NA www.e-health-insider.com/img/document_library0282/NHS_and_Social_Care_IT_Review
+OK 20210415033428 http://www.governo.it/bioetica/
+OK 20210224135311 http://EconPapers.repec.org/RePEc
+OK 20160226014035 http://repositorio.upr.edu:8080/jspui/handle/10586/41
+OK 20190702103923 http://chipstreet.com/2012/06/01/amazon-studios-new-old-deal-for-screenplay-options/
+OK 20210421115332 http://www.rae.es
+OK 20170701163246 https://technet.microsoft.com/en-us/library/dd392266%28v=ws.10%29.aspx
+OK 20090413075615 http://www.euromoneyfix.com/Article.aspx?ArticleID=1923045
+OK 20200817204912 biomedcentral.com/submit
+OK 20161121040609 http://www.poderjudicial.gob.do/poder_judicial/info_gral/historia_poder_judicial.aspx
+MISS NA http://periodicos.ufpb.br/index.php/pgc/article/view/9887
+OK 20210103161207 https://github.com/datreant/MDSynthesis
+OK 20150527204100 rivm.nl/vtv/object_document/o1259n17502.html
+MISS NA http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.197.6692&rep=rep1&type=pdf
+MISS NA https://books.google.nl/books?id=zIvm24w8PXYC&pg
+OK 20200712122958 http://www.molvis.org/molvis/v13/a125/
+OK 20210309165300 https://www.bbc.com/news/world-europe-35739551
+OK 20200809061349 http://journal.julypress.com/index.php/jed
+OK 20160617212320 http://www.eoearth.org/view/article/51cbee017896bb431f6956d3
+MISS NA http://www.moe.gov.jo/a_erfke/a_er.htmNCHRD
+MISS NA https://www.dovepress.com/by207.241.231
+MISS NA https://CRAN.R-647project.org/package=pgirmess
+MISS NA http://www.en-contro2012.mg.anpuh.org/resources/anais/24/1340284884_ARQUIVO_
+OK 20110106134257 http://www.ecs.org/clearinghouse/57/12/5712.pdf
+MISS NA www.rbgkew.org.uk/ceb/sepasal/internet/ae
+OK 20210405104402 http://www.cdc.gov/nchs/nhanes/nhanes2007-2008/nhanes07_08.htm
+MISS NA http://www.cdc.gov/std/HPV/STDFactHPV.htm.Accessed
+MISS NA http://mideastsoccer.blogspot.co.uk/2015/02/sports-associations-step-up-pressure-on.html
+OK 20201129205426 http://www.revistas.una.ac.cr/index.php/geografica/article/view/2674
+OK 20210418201531 www.ijcaonline.org
+OK 20180219185143 http://fetzer.org/sites/default/files/images/stories/pdf/selfmeasures/HELPING_OTHERS-HelpingAttitudesScale.pdf
+MISS NA https://esid.org/Working-Parties/RegistryWorking-Party/Diagnosis-criteria
+OK 20200704231651 http://www.kjemi.uio.no/software/dalton/dalton.html
+OK 20210212024448 http://www.petit-anjou.org
+OK 20160729235816 http://oee.nrcan.gc.ca/english/newhouses_r2000.cfm
+MISS NA http://www.resa.net/downloads/special_education_forms/annual_goals_1.pdf
+OK 20160701030915 https://www.iaea.org/About/Policy/GC/GC56
+MISS NA http://apsjournals.apsnet.org/doi/abs/10.1094/PDIS-08-11-0636
+OK 20210412233125 http://folk.uio.no/palk/ch02.htm
+MISS NA http://www.efficient.com/doc/EM.html
+OK 20200727000923 ftp.ee.lbl.gov/pathchar
+OK 20210328151818 https://stats.oecd.org/Index.aspx?DataSetCode=AVE_HRS
+OK 20210314162456 http://www.un.org/disabilities/default.asp?id=150
+OK 20180713145758 http://www.jengroff.net/pubs_files/Tech-Rich-ILEs_GROFF-FINAL.pdf
+OK 20170808062138 http://tpx.sagepub.com/content/30/1/41.full.pdf
+MISS NA http://www.kcoyle.net/jal_33_2.html.Consultadoem08/03/2011
+MISS NA http://ikeherdiana-fpsi.web.unair.ac.id/html
+OK 20081003225609 http://rfc.net/rfc1951.html
+OK 20210413055734 http://www.un.org/waterforlifedecade/scarcity.shtml
+OK 20210314180858 http://edition.cnn.com/2011/10/05/opinion/rushkoff-occupy-wall-street/index.html
+OK 20201111214113 http://www.bbc.co.uk/news/technology-22790221
+MISS NA www.jmedicalcasereports.com/con-tent/2/1/3
+OK 20210422053108 http://www.bipm.org
+OK 20150620042202 http://www.answers.com/topic/yasumasa-morimura
+OK 20210224085024 http://portal.acm.org/citation.cfm?id=1298455.1298473
+OK 20210413103031 www.cran.r-project.org/web/packages
+OK 20210211074548 http://www.canids.org/canidnews/12/Bush_dogs_in_sao_Paulo.pdf
+OK 20210417144542 www.pmdocs.com
+OK 20201127015837 http://www.resus.org.uk/pages/reaction.pdf
+MISS NA http://www.sst.dk/publ/Publ2010/CFF/Mental_sundhed/Mental_sundhed_blandt_voksne_danskere.pdf.Accessed7
+OK 20210124044838 http://www.smartgridgotland.se/index.pab
+OK 20210419082217 http://www.bgbl.de/xaver/bgbl/start.xav
+OK 20151115120154 http://www.stat.si/StatWeb/prikazi-novico?id=5160&idp=3&headerbar=2
+OK 20190523170206 http://www.brookings.edu/blogs/up-front/posts/2011/08/26-census-race-frey
+OK 20201126144409 https://www.elrha.org/wp-content/uploads/2018/01/HRU-Survey-Report.pdf
+MISS NA http://web.ebscohost.com/ehost/pdfviewer/pdfviewer?vid=3&hid=19&sid=dd78005c-4cac-4fec-935b-a02f8fff832a%40sessionmgr10
+MISS NA http://www.cbc.ca/news/canada/british-columbia/b-c-s-single
+OK 20210422033509 https://www.cdc.gov/injury/wisqars/index.html
+OK 20210412004121 https://www.nsd.ru
+OK 20210419031530 http://www.singular.uni-kl.de
+MISS NA http://m.eltiempo.com/mundo/europa/discrepancia-de-espaa-e-italia-sobre-la-patente-unitaria-europea/8860220
+OK 20210126023438 http://business.timesonline.co.uk/article
+OK 20210421105828 https://www.socialprogress.org/download
+MISS NA http://www.horizon-systems.com/NHDPlus/NHDPlusV1_home.php.Acces-sed9
+MISS NA seismo.ethz.ch/srcmodS
+OK 20201127071237 https://github.com/karlrupp/microprocessor-trend-data
+MISS NA http://www.km.gov.al/skedaret/1204634082-Weekly_news_nr._37.pdf
+MISS NA http://bit.ly/1FSDCyx
+OK 20170815021731 http://sp.lyellcollection.org/content/265/1/281.full.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/14683451
+OK 20151105182554 http://www.mlearn.org.za/papers-full.html
+MISS NA http://www.nybooks.com/articles/archives/2009/jan/15/drug-companies-doctorsa-story-of-corruption/LastaccessedAugust5
+MISS NA https://eric.ed.gov/?id=ED405689
+OK 20050326225256 http://electron.lbl.gov/leedpack/leedpack.html
+OK 20201025010829 http://www.nws.noaa.gov/oh/hdsc/PF_documents/Atlas14_Volume4.pdf
+OK 20201028142153 http://intelligence.org/files/Comparison.pdf
+OK 20171203024446 http://www.biomedcentral.com/1472-6769/10/6
+MISS NA http://www.protoxrd.com/lxrd.htm.Accessed
+OK 20061216062021 http://www.acm.org/classics/feb96/references.html
+OK 20210415145159 www.who.int/mediacentre/factsheets/fs107/en/
+MISS NA http://www.youthjournal.eu/Youth%20Yournal%205
+OK 20210314174259 www.cdc.gov/nchs/data/hus/tables/2003/03hus022.pdf
+OK 20170430003841 http://www.ncbi.nlm.nih.gov/pubmed/18157543
+OK 20210421222347 https://sustainabledevelopment.un.org/post2015/transformingourworld
+OK 20210224163803 http://charm.cs.uiuc.edu/papers/LukaszMSThesis08.shtml
+MISS NA http://www.traditionalhealth.org.za/t/traditional-healing-and-law.html
+MISS NA http://www.ojhas.org/issue41/2012.1-4.htm
+OK 20210314033749 http://www.bbc.com/news/world-europe-20971100
+OK 20081228153123 http://www.sololiteratura.com/edm/edmmasalladela.htm
+MISS NA http://www.spout.com/films/460/detail.aspx.Accessed
+MISS NA http://www.knowledge.wharton.upenn.edu/article/three-questions-majorimplications-financial-well/
+OK 20200811200200 http://vancouver.ca/files/cov/annual-procurement-report-2015.pdf
+OK 20201113121322 https://www.theguardian.com/environment/2012/jan/11/secret-forest-sell-off-list
+MISS NA https://www.aitsl.edu.au/docs/default-source/default-
+OK 20170713164642 http://w3.ufsm.br/ceem/eiemat/Anais/arquivos/CC/CC_Perego_Franciele.pdf
+OK 20170720054956 http://www.hc-sc.gc.ca/ewh-semt/pubs/contaminants/psl1-lsp1/hexachlorobenzene/index-eng.php
+OK 20201109034946 http://www.timesonline.co.uk/tol/news/world/article3420017.ece
+MISS NA https://www.repository.law.indiana.edu/ilj/vol72/iss3/5
+OK 20200810103856 http://arxiv.org/abs/0802.0658
+OK 20210417015419 https://www.mathunion.org/icmi/digital-library/icme-proceedings
+OK 20190111112238 http://www.actiontech.com
+OK 20210315203546 www.newwest.net
+MISS NA http://doi.acm.org/10.1145/1566445.1566469
+OK 20210412234238 http://lhcathome.cern.ch/lhcathome/
+OK 20210310072107 http://agriculture.vic.gov.au/pets/other-pets/amphibians/code-of-practice-for-the-welfare-of-amphibians-in-captivity
+MISS NA http://news.detik.com/read/2004/05/29/164350/159079/10/200-kiai-habib-dukung-hamzah?n992204fksberita
+OK 20210410215656 http://www.sciencedirect.com/science/article/pii/S0306437912000464
+OK 20200214203240 http://unknown-dostoevsky.ru/files/redaktor_pdf/1555422300.pdf
+OK 20210124160745 www.legislation.govt.nz/act/public/2001/0049/latest/DLM100934.html
+MISS NA http://www.mecd.gob.es/brasil/dms/consejeriasexteriores/brasil/2014/publicaciones/seminxxii.pdf
+OK 20210415113347 http://www.seekquarry.com/
+OK 20170910094937 https://www.scup.org/page/resources
+MISS NA http://onlinelibrary.wiley.com/doi/10.1029/2008WR006917/full
+MISS NA https://www.conjur.com.br/dl/uso-justica-litigio-bra-sil-pesquisa-amb.pdf.Acessoem11/05/2018
+OK 20210413060831 http://rkcsi.indiana.edu/
+OK 20210414145947 http://theprotocity.com/polarised-tehran-tea-house-vs-coffee-shop
+OK 20160820051558 http://www.mma.org/resources-mainmenu-182/cat_view/146-municipal-government/168-municipal-management
+MISS NA http://docnews
+OK 20201027191304 http://journals.sagepub.com/home/ecx
+MISS NA http://www.bbpp-lembang.info/index.php/arsip/artikel/artikel-pertanian/833-peran-unsur-hara-kalium-k-bagi-tanaman.Diunduh3Mei
+OK 20151025131514 http://www.thedailystar.net/country/economists-cautious-about-wb-declaration-107356
+MISS NA http://www.nytimes.com/2015/11/03/opinion/myanmar-election-disenfran-chised-rohingya.html
+MISS NA http://www.nytimes.com/2014/10/09/upshot/men-dominate-list-of-doctors-receiving-largest-payments-from-drug-companies.html?_r=0
+MISS NA http://www.tnokeur.nl/connect/binary/retrieveFile?instanceid=20&itemid=131&filename=Algemene+eisen+voor+kwantitatieve+bloed+controle+systemen.pdf&style=home
+MISS NA http://www.fse.uqam.ca
+MISS NA http://wm2006.deutschland.de/DE/Content/SharedDocs/Publikationen/gastgeberkonzept,property=publicationFile.pdf
+MISS NA fromwww.premiumtimesng.com/national-conference-report/pdf/
+OK 20210422152813 http://www.youtube.com/watch
+OK 20210413021203 https://cds.cern.ch/record/1300517
+MISS NA http://ec.euro-pa.eu/research/biosociety/pdf/pe_biotechindustry.pdf
+OK 20210413070304 http://samtools.sourceforge.net
+MISS NA https://www.washingtonpost.com/politics/poll-trumps-performance-lags-behind-even-tepid-public-expectations/2017/11/04/35d2a912-bf4d-11e7-959c-fe2b598d8c00_story.html?utm_term=.af35e7b40c42
+OK 20210124055244 http://www.bop.com.pl
+OK 20200701074857 http://zakon.rada.gov.ua/laws/show/309-99-%D0%BF
+OK 20110409115239 http://portal.salud.gob.mx/descargas/pdf/sist_protec_social_salud2aed.pdf
+OK 20181102232920 http://clds.sdsc.edu/
+OK 20190918073842 http://www.yale.edu/hipaa/solutions/smartphones.html
+OK 20210211072553 http://www.alexa.com/siteinfo/webmd.com
+MISS NA http://www.theatlantic.com/technology/archive/2012/07/3-charts-that-show--how-wikipedia-is-running-out-of-admins/259829/
+OK 20210422162244 http://www.heraldsun.com.au
+MISS NA http://www.dga.cl/FNE/DERECHOS-NC/Paginas/default.aspx
+MISS NA arxiv.org/physics/1106.5642
+OK 20210228020844 http://izvestia.ru/news/502761#ixzz28P94FwKD
+OK 20210420131624 http://www.jstor.org/stable/1167322
+OK 20180113133800 http://www.kmworld.com/Articles/Editorial/What-Is-.../What-is-KM-Knowledge-Management-Explained-82405.aspx
+OK 20200903132803 https://linkinghub.elsevier.com/retrieve/pii/S001650851501584X
+MISS NA http://goo.gl/dzRW34
+MISS NA http://biorxiv.org/content/early/2016/12/09/092767.abstract
+MISS NA http://www.investopedia.com/articles/mortgages-real-estate/12/property-tax-abatement.asp21
+OK 20200325094031 http://www.foe.co.uk/resource/reports/losingground-summary.pdf
+OK 20210421033436 http://info.worldbank.org/governance/wgi/index.aspx#home
+OK 20201130095136 http://www.gmc-uk.org/static/documents/content/SOMEP_2016_Full_Report_Lo_Res.pdf_68139324.pdf
+OK 20210227023411 http://www.rcseng.ac.uk/healthcare-bodies/docs/published-guides/gord
+MISS NA http://www.Haaretz.com/hasen/objects/pages/PrintArticleEn.jhtml?itemNo=681935
+MISS NA http://www.astrogrid-d.org/project-documents/Posters/publications/citations-na.html
+MISS NA http://www.csre.iitb.ac.in/~csre/conf/wp-content/uploads/fullpapers/OS5/0S5_15.pdf
+OK 20201209054818 http://www.ledonline.it/snippets/allegati/snippets6004.pdf
+OK 20210227032630 http://www.who.int/hiv/pub/guidelines/art/en/index.html
+OK 20170120182329 http://www.netl.doe.gov/publications/proceedings/03/carbon-seq/PDFs/217.pdf
+OK 20190822084145 http://www.raialyoum.com/?p=729846
+MISS NA http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1004372
+MISS NA http://www.graffiti.org/faq/stanchfield.htmlErişim
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevE.96.032904
+OK 20190713210151 http://depmath.ulbsibiu.ro/educamath/em/vol1nr1/marcut/marcut.pdf
+MISS NA http://ajm.sagepub.com/content/26/2/127.full.pdf1html
+OK 20210118012501 https://www.finance-ni.gov.uk/articles/definition-best-value-money
+OK 20210415084032 http://www.omg.org/spec/SysML/1.3/
+OK 20200930231757 http://www.heise.de/newsticker/meldung/Lernen-mit-Spielen-Serious-games-204076.html
+OK 20210416021058 http://en.wikipedia.org/wiki/Principal_component_analysis
+OK 20190807232938 https://store.samhsa.gov/system/files/sma14-4883.pdf
+MISS NA http://www.fda.moph.go.th/eng/index.stm.Accessed1
+OK 20201124202431 http://www.catholicculture.org/culture/library/fathers/view.cfm?recnum=2051
+OK 20210227003200 http://ctuning.org/cbench
+OK 20210126171802 https://europa.eu/european-union/about-eu/agencies/efsa_es
+OK 20150911002145 http://www.ser.org/docs/default-document-library/ser_restoration_genetics.pdf?sfvrsn=0
+OK 20200923222232 http://www.ncbi.nlm.nih.gov/pubmed/8732462
+OK 20200603050340 http://linkinghub.elsevier.com/retrieve/pii/S0306437904000304
+MISS NA http://uie.com/article/design_intuitive/
+OK 20160709214728 http://www.cnaacr.com/docs/LEY-7664-LEY-DE-PROTECCION-FITOSANITARIA.pdf
+MISS NA https://www.ecfr.gov/cgi-bin/text-idx?SID=3ee286332416f26a91d9e6d786a604ab&mc=true&tpl=/ecfrbrowse/Title21/21tab_02.tpl
+OK 20160412141122 https://www.chathamhouse.org/publication/international-economic-governance-last-chance-g20
+MISS NA http://www.vf.utwente.nl/schaftaj/downloads-diversen/
+OK 20210323172657 http://www.census.gov/library/working-papers/2016/demo/Abramowitz-2016.html
+OK 20200325051241 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2372059
+OK 20180603134442 http://www.nature.com/articles/srep40751
+OK 20180603160851 http://pubs.acs.org/doi/abs/10.1021/la990024n
+MISS NA https://www.google.com/covid19/mobility/Accessed
+OK 20170910200024 http://www.bakosurtanal.go.id/berita-surta/show/big-serahkan-peta-nkri-kepada-kemenkokesra
+OK 20210422014501 www.wikipedia.com
+OK 20120512044117 www.cmegroup.com/company/center-for-innovation/files/history_of_FX.pdf
+MISS NA http://portal.unisimonbolivar.edu.co:82/rdigital/innovacionsalud
+OK 20210224173524 http://docs.oasis-open.org/xacml/3.0/xacml-3.0-rbac-v1-spec-cd-03-en.html
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevC.94.054324
+OK 20210225212123 http://cgap.nci.nih.gov/Chromosomes
+OK 20150924121807 http://www.opensecrets.org/pubs/cubareport/legislation.asp
+MISS NA www.abs.gov.au/AUSSTATS/abs@.nsf/Latestproducts/4159.0Main%20Features152014?opendocument&tabname=Summary&prodno=4159.0&issue=2014&num=&view
+OK 20190904081918 http://www.revespcardiol.org/es/content/articulo/13077228/
+OK 20201210211621 https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711/rpi_DATA_2711_1p0_preliminary.pdf
+MISS NA http://www2.pucpr.br/Consultadoem15desetembrode2017
+MISS NA http://www.kendali.com/index.php?option=co
+OK 20180209140158 https://solutions.1c.ru/catalog/wms4/structure
+MISS NA http://www.ilo.org/surveydata/index.php/catalog/1396/study-description
+MISS NA http://oftein.ne
+OK 20210415121512 http://www.thedailybeast.com/articles/2015/07/31/death-of-a-diploma-mill-university-of-phoenix-going-down-in-flames.html
+OK 20210415142926 http://www.nova.edu/ssss/QR/QR8-4/golafshani.pdf
+OK 20161204190444 http://www.upnp.org/resources/documents.asp
+MISS NA http://www.dft.gov.uk/pgr/regional/ltp/accessibility/developing/research/ssibilityplan
+MISS NA http://www.physiology.org/doi/10.1152/jn.00372.2011
+OK 20170607113031 vestnik-rzi.ru/2013/12/1145
+MISS NA https://mkk.uni-nke.hu/megjelent-szamok/2016-2019-evben-megjelent-szamok/2018-2-szam
+OK 20160212160931 http://dritte-option.de/wp-content/uploads/2014/07/Antrag.pdf
+MISS NA https://siac.mop.gov.cl/Atencion/ingresoCiudadano
+OK 20121102024949 https://www.sciencedirect.com/science/article/pii/S0166046211000573
+OK 20070709215931 http://www.gse.buffalo.edu/org/inthigheredfinance/Publications/Tuition%20paper%5B1%5D.rev.pdf
+MISS NA http://www.tandfonline.com/doi/full/10.1080/02667363.2014.949629?needAccess=true
+OK 20210421071341 http://www.itl.nist.gov/fipspubs/fip180-1.htm
+MISS NA http://www.newsreader-project
+MISS NA www.thehindu.com/2009/01/02/stories/2009010260111100.htmi
+MISS NA www.impactjournals.com/oncotarget23
+MISS NA http://www.forbes.com/global/2003/0721/024.html.23
+OK 20200822172729 http://www.fsis.usda.gov:80/OA/background/bkbeyond.htm
+MISS NA http://www.ftc.gov/news-events/press-release/1999/07/self-regulation-and-privacy-online-ftc-report-congress
+MISS NA http://www.telegraph.co.uk/finance/newsbysector/retailandconsumer/leisure/11996011/Will-there-be-a-hangover-following-AB-InBev-and-SAB-Miller-mega-merger.html.Lastaccessed12/12/15
+MISS NA http://ccpforge.cse.rl.ac.uk/gf/project/epoch/for
+OK 20210415101555 http://www.usf.edu/FreeAssociation/
+OK 20160306122713 http://dictionary.reference.com/browse/right-to-know
+OK 20210421075354 http://pmj.bmj.com/
+OK 20190705085022 http://www.sgi-network.org/2018/Governance/Executive_Capacity/Strategic_Capacity/Scholarly_Advice
+OK 20161005020400 http://www.isprs.org/documents/statutes12.aspx
+OK 20200930073800 http://www.eea.europa.eu/data-and-maps/indicators/renewable-gross-final-energy-consumption-4/assessment
+OK 20161110141501 http://www.cpao.embrapa.br/clima/?lc=site/banco-dados/base_dados
+OK 20210417172412 https://www.nidcd.nih.gov/health/taste-smell
+OK 20160806125204 http://www.emadridnet.org/seminario-emadrid-web-datos-educacion/linked-data-repositorios-opencourseware-ocw
+OK 20130701201125 http://www.whitehouse.gov/nsc/documents
+OK 20200815173504 https://www.bdc.ca/en/articles-tools/entrepreneur-toolkit/templates-business-guides/glossary/pages/venture-capital-action-plan.aspx
+OK 20210422001940 http://www.vmware.com/virtualization/virtual-machine.html
+OK 20210414143432 https://chem.libretexts.org/Textbook_Maps/Physical_and_Theoretical_Chemistry_Textbook_Maps/Supplemental_Modules_
+OK 20210413105823 http://arxiv.org/abs/1303.3997
+MISS NA http://www.kalkinma.com.tr/data/file/faaliyetraporlari/kalkinma_2014_Faaliyet_Raporu.pdfadresindenerişildi
+OK 20210420135310 http://www.ohchr.org/EN/HRBodies/HRC/IICISyria/Pages/Documentation.aspx
+OK 20210125235629 http://www.un.org/womenwatch/daw/public/Feb05.pdf
+OK 20210124142436 http://iheartdigitallife.de
+MISS NA http://www.effettonotteonline.com/newsRealizzataconJoomla!Generata
+MISS NA https://web.archive.org/web/20160305025124/http:/hiroc.lpl.arizona.edu/images/PSP/diafotizo.php?ID=PSP_002279_1735
+MISS NA http://www.ascusc.org/icmc/voll/issue3/hoffman.html.Accessed
+OK 20210412233925 http://ec.europa.eu/public_opinion/flash/fl_404_en.pdf
+MISS NA http://www-math.mit.edu/∼psh
+OK 20210415104355 http://www.vertebradosibericos.org/
+MISS NA http://www.fundacionenergia.es/PDFs/Libro%20Energ%C3%ADas%20Renovales/renovables_01.pdfIDAE
+MISS NA http://myais.fsktm.um.edu.my/53
+OK 20210416072828 http://www.gradeworkinggroup.org/
+OK 20210421013307 http://www.agisoft.ru/
+OK 20200219095120 http://www.wios.bydgoszcz.pl/publikacje/raporty
+MISS NA https://pub-chem.ncbi.nlm.nih.gov/compound/44093
+MISS NA http://jp.arXiv.org/abs/physics/0106101
+OK 20210413175956 http://www.sportskhan.net/
+OK 20201121002732 http://hirshfeldsurface.net/
+OK 20210411030008 https://www.probioticadvisor.com
+MISS NA http://www.unaids.org/en/dataanalysis/knowyourresponse/countryprogressreports/2012countr
+OK 20121013085111 www.charlierose.com/view/interview/9194
+OK 20090207162715 http://veja.abril.com.br/050898/p_040.html
+OK 20200730134951 https://www.cancer.ca/~/media/cancer.ca/CW/cancer%20information/cancer%20101/Canadian%20cancer%20statistics/Canadian-Cancer-Statistics-2015-EN.pdf
+OK 20210415040638 http://www.iaac.org.uk/Portals/0/Evidence%20of%20Cyber-Crime%20v08.pdf
+OK 20200218054212 http://www.santafe.edu/sfi/publications/Bookinforev/ipep.html
+OK 20210416105853 http://www.kgm.gov.tr/sayfalar/kgm/sitetr/trafik/durmaintikal.aspx
+OK 20210415031821 http://www.humanrightsdata.com/
+OK 20210416111323 http://www.cdc.gov/drugresistance/pdf/ar-threats-2013-508.pdf
+MISS NA http://www.mdpi.com/2304
+OK 20210421075354 http://pmj.bmj.com/
+OK 20201223143756 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2629848/
+OK 20210226213320 http://www.numdam.org/item?id=AIHPA_1974__20_1_69_0
+OK 20210422002704 https://clinicaltrials.gov/ct2/show/NCT02247726
+OK 20200207232834 http://www.accamargo.org.br/tudo-sobre-o-cancer/pele-melanoma/31/
+OK 20210308123951 http://www.math.unm.edu/~loring/
+OK 20200926211045 http://www.cdep.ro/pls/legis/legis_pck.htp_act?ida=61631
+OK 20201127201518 http://connecticuthistory.org/towns-page/new-london
+OK 20201127015525 http://www.dhnet.org.br/direitos/deconu/textos/integra.htm
+OK 20210318230405 http://www.inchem.org
+OK 20210415083645 http://www.bps.go.id/
+OK 20210321160924 https://arsandbox.ucdavis.edu/
+MISS NA http://www.mfa.gov.pl/resource/601901dd-1db8-4a64-ba4a-9c80f2d5811b
+MISS NA https://www.dpi.nsw.gov.au/__data/assets/pdf_file/0011/598628/West-et-al-
+MISS NA www.unhcr.org/4371d1a60.html.Accessed
+OK 20120910045901 http://www.corteconstitucional.gov.co/relatoria/2010/C-537-10.htm
+MISS NA https://fido.palermo.edu/servicios_dyc/publicacionesdc/vista/detalle_articulo.php?id_libro=714&id_articulo=150759
+MISS NA www.ndma.gov.in/ndma/guidelinesnationaldisastermanagementpolicy2009.pdf
+OK 20210302052148 https://archive.codeplex.com/?p=pykd
+MISS NA http://apps.fao.orgDateaccessed
+OK 20210413062623 http://csrc.nist.gov/publications/nistpubs/800-82/SP800-82-final.pdf
+OK 20210309194753 http://www.csmonitor.com/2007/0213/p01s01-usec.html
+OK 20130222103240 http://www.aeronautics.nasa.gov/nra_pdf/iifd_tech_plan_c1.pdf
+OK 20210118051205 https://www.rcog.org.uk/en/guidelines-research-services/guidelines/bpp1
+OK 20170102153927 http://pubs.usgs.gov/of/2003/ofr-03-090/
+OK 20170808100427 http://www.business.uts.edu.au/finance/research/wpapers/wp155.pdf
+OK 20100606233449 http://compubmarket.wordpress.com/2009/04/06/eric-cantona-une-marque-autoproduite/
+MISS NA http://gut.bmj.com/Gut:firstpublishedas10.1136/gut.32.3.260on1
+MISS NA https://pdfs.semanticscholar.org/5943/5143757952b5aad56a03985b0b475b9f970c.pdf
+MISS NA http://www.guimaraes.com.br/artigo.asp?idNoticias=226
+MISS NA Jakarta.www.menlh.go.id/i/art/pdf_1038299105.pdf
+OK 20201108142115 http://quanticfoundry.com/2016/07/21/social-gaming/
+MISS NA http://bit.ly/2M30e91
+OK 20180604142158 http://doi.wiley.com/10.1002/oby.21458
+MISS NA http://adsabs.harvard.edu/cgi-bin/bib_query?1987JFM...183..467S.21
+OK 20201111231646 http://download.inep.gov.br/download/censo/1998/superior/evolucao_1980-1998.pdf
+OK 20210415044006 http://www.kff.org/entmedia/upload/8010.pdf
+MISS NA http://www.nt.gov.au/nths/publichlcdc/preventable/minister.html
+OK 20180420065436 https://www.pantheonsorbonne.fr/fileadmin/Service_recherche/e-marketing/2010/R._Chenavaz_et_C._Paraschiv.pdf
+OK 20200707072821 http://www.marknanos.com/Paul-Shema-10-27-08.pdf
+OK 20210419164644 https://www.who.int/news-room/fact-sheets/detail/newborns-reducing-mortality
+OK 20210421124932 http://www.openldap.org
+OK 20210415054101 http://www.itascacg.com/software/flac
+MISS NA www.impactjournals.com/oncotarget15
+MISS NA https://openknowledge.world-bank.org/handle/10986/16092
+MISS NA http://www.socioambiental.org/banco_imagens/pdfs/relatorio_final.pdfAcessoem22deagostode
+MISS NA retrievedfromwww.ichrp.org/en/projects/131
+OK 20070303203407 http://chemlab.pc.maricopa.edu/periodic
+MISS NA http://www.kpn.com/v2/upload/4140a0cd-d7b7-4104-b7b1-76ba7c3419fc_Presentation_Fiber_update.pdfS
+MISS NA http://www.mat.upm.es/~arias/paper.html
+MISS NA http://viabel.unisbablitar.ejournal.web.id
+OK 20130716195851 http://libros.csic.es/product_info.php?products_id=200
+MISS NA http://www.accessdata.fda.gov/drugsatfda_docs/nda/2014/206545Orig1s000MedR.pdf.Filesupdateddaily
+OK 20210415221532 http://www.ivifoundation.org/
+OK 20190607095006 https://www.dzs.hr/Eng/censuses/census2011/results/htm/E01_01_01/e01_01_01_zup16_5185.html
+OK 20210421095355 http://www.ncgc.nrcs.usda.gov/products/datasets/watershed/
+OK 20201202003913 https://www.hrw.org/news/2017/03/15/greece-year-suffering-asylum-seekers
+OK 20210109222300 http://www.tarim.gov.tr/Konular/Tarimsal-Destekler
+MISS NA https://www.brasil247.com/poder/general-braga-netto-ja-e-o-presidente-operacional-do-brasil-e-decisao-foi-ate-comunicada-a-argentinaAcessoem:06.04
+MISS NA https://angel.co/media-1Acesso
+OK 20201129191317 http://www.zwrotnica.com.pl/2020/01/piwne-podsumowanie-2019.html
+OK 20210422024357 www.elespectador.com
+MISS NA http://papersubmission.scirp.org/Orcontactijg@scirp.org
+OK 20210331193825 http://pubs.usgs.gov/of/2006/1287
+OK 20210322052658 http://www.whitehouse.gov/the-press-office/2012/01/19/we-can-t-wait-president-obama-takes-actions-increase-travel-and-tourism-
+OK 20190514131642 http://www.derechos.org/nizkor/colombia/doc/palacio27.html#94
+MISS NA http://www.ead.unifei.edu.br/teleduc/cursos/diretorio/atividades_3189_13///Entendendo_Matriz_DI.pdf
+MISS NA http://statecancerprofiles.cancer.gov/deathrates/deathrates.html.Accessed
+MISS NA http://www.Platts.com/engineering/issues/Elec-tricalWorld/0009/0009ew-lineinspection.shtml
+MISS NA www.uaf.edu/ces.9-10/DI-JS/
+OK 20210420123801 http://www.jstor.org/stable/2984875
+OK 20210421215108 http://www.dspace.org
+OK 20130105050334 http://cre.gov.uk/gdpract/em_cat_ew.html
+MISS NA http://www.geog.nottingham.ac.uk/~rieley/Current_info/megarticle.html14
+OK 20180412111420 http://zpidlx54.zpid.de/wp-content/uploads/2015/02/IKStatistk2014Ueberblick.pdf
+OK 20100901005743 http://repa.eie.gov.tr/MyCalculator/Default.aspx
+MISS NA bibliote-cadigital.icesi.edu.co/biblioteca_digital/bitstream/10906/5318/1/09_Carbonell.pdf
+OK 20210419170547 http://www.harris.com
+MISS NA http://www.imrpublications.com/journal-landing.aspx?volno=5&no=126
+OK 20151231121622 http://codigoespagueti.com/noticias/cultura-diy/
+MISS NA http://dl.acm.org/citation.cfm?id=646259.684479
+MISS NA http://www.oxfordmusiconline.com.proxy.lib.uiowa.edu/subscriber/article/opr/t237/e2196
+MISS NA http://www.chi
+OK 20210126103515 http://psych.colorado.edu/~carey/courses/psyc5112/readings/psnbig5_mccrae03.pdf
+OK 20210414201433 http://www.biomedcentral.com/1471-2288
+OK 20210413080738 scc-csc.lexum.com/scc-csc/scc-csc/en/item/2189/index.do
+OK 20210414034137 http://portal.anvisa.gov.br
+OK 20210310062750 http://www.netequalizer.com/
+OK 20210227223000 http://www.nytimes.com/2014/04/28/opinion/the-wire-next-time.html?_r=0
+OK 20210418034147 https://www.statista.com/statistics/264810/number-of-monthly-active-facebook-users-worldwide/
+OK 20181110105809 http://www.vukov.sk/index.php?lang=en
+MISS NA https://www.iei.liu.se/fek/frist/722g60/gruppernas_artiklar_och_presentationer/1.149935/Artikeltillseminarie2gruppB2.pdf
+OK 20210421130047 www.finance.gov.pk/survey_1213.html
+OK 20200610141843 https://webstore.iec.ch/preview/info_iec61724%7Bed1.0%7Den.pdf
+MISS NA https://elibrary.ru/download/elibrary_32400451_44136941.pdf
+OK 20210308073937 http://staffweb.cms.gre.ac.uk/wc06/partition
+OK 20210420132503 https://www.ecb.europa.eu/press/key/date/2012/html/sp120726.en.html
+OK 20210411014221 http://www.cnpq.br/documents/10157/56b578c4-0fd5-4b9f-b82a-e9693e4f69d8
+OK 20210320053826 https://www.youtube.com/watch?v=GEvJlmpZCoM
+OK 20210224153618 https://www.theguardian.com/world/2019/feb/25/yazidis-isis-female-only-commune-jinwar-syria
+MISS NA http://cern.ch/rjd/Harp/gateset.html
+MISS NA http://www.esajournals.org/doi/pdf/10.1890/09-1879.1S
+MISS NA http://link.springer.com/10.1007/978-3-642-36163-
+OK 20210417084307 http://www.eia.gov/forecasts/aeo/
+MISS NA http://apps.who.int/whosis/database/core/core_select_process.cfm?country=irq&indicators=nha
+OK 20210317090320 http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&db=pccompound&term=441922
+OK 20210308195916 https://xilinx.com/sdnet
+OK 20120208055505 http://www.iwr.uni-heidelberg.de/groups/agbock/FILES/Bock1984.pdf
+OK 20210418030025 http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=12653669
+OK 20210125235550 http://globocan.iarc.fr/factsheets/cancers/breast.asp
+OK 20191001112133 http://onlinelibrary.wiley.com/book/10.1002/9780470754887
+OK 20210410033649 https://genome.jgi.doe.gov/portal/TheFunENCproject/TheFunENCproject.info.html
+OK 20210413173322 www.guidance.nice.org.uk/cg101
+OK 20160306231849 http://www.nhpco.org/i4a/pages/index.cfm?pageid=3327
+OK 20210225183526 http://www.ynet.co.il/articles/
+MISS NA http://paleo-biodb.org/Lastvisited23
+MISS NA availableatwww.retirement.org.nz
+OK 20210412234036 http://eur-lex.europa.eu/LexUriServ/LexUriServ
+OK 20210422164549 http://www.linkedin.com/
+MISS NA http://www.jedalne.sk/sk/public/obraz_v_mediich.pdf
+OK 20170120171201 http://www.dh.gov.uk/en/Publicationsandstatistics/Publications/PublicationsPolicyAndGuidance/DH_134181
+OK 20210224175122 http://www.marketsandmarkets.com/PressReleases/serious-game.asp
+OK 20150722222319 http://pwt.econ.upenn.edu/php_site/pwt_index.php
+OK 20200803124320 http://www.bwpat.de/ausgabe13/dilger_sloane_bwpat13.shtml
+OK 20210419173336 http://www.greeningtheblue.org/
+OK 20100702173420 http://highway.lac.uic.edu/
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.115.120403
+OK 20210412160047 https://biruni.tuik.gov.tr/medas/?kn=95&locale=en
+OK 20201127013250 https://techcrunch.com/2016/03/27/the-real-cost-of-robotics
+MISS NA http://www.nobelprize.org/nobel_prizes/medici-ne/laureates/2013/schekman-facts.html
+OK 20210321015943 https://apps.who.int/iris/bitstream/handle/10665/274603/9789241565639-eng.pdf?ua=1&ua=1
+OK 20100612051932 http://www.minerva.uevora.pt/simposio/comunicacoes/fcosta/guiautor.htm
+OK 20210419031530 http://www.singular.uni-kl.de
+MISS NA https://perma.cc/H7W6-NP2C
+MISS NA http://www.tyndall.manchester.ac.uk/public/Tyndall_shale_update_2011_report.pdf.Accessed
+MISS NA http://papersubmission.scirp.org/Orcontactaim@scirp.org
+MISS NA https://www.eenews.net/assets/2018/03/21/document_cw_01.pdf
+OK 20201101032110 https://www.ndsu.edu/pubweb/~grier/Comparison-handheld-ECG-EKG.html
+OK 20200811030821 http://www.consultant.ru/document/cons_doc_LAW_12453/886577905315979b26c9032d79cb911cc8fa7e69
+OK 20200711211239 www.intjcss.com
+OK 20210308031026 http://www.energidataservice.dk/
+OK 20210422073426 https://creativecommons.org/licenses/by-nc-nd/4.0/
+MISS NA http://www.fda.gov/drugs/drugsafety/post-marketdrugsafetyinformationforpatientsandproviders/ucm094303.htm.Accessed
+OK 20200223033518 http://classic.chem.msu.su/gran/firefly/index.html
+OK 20210318010436 https://groups.nscl.msu.edu/jina/reaclib/db/
+OK 20201124084447 https://justice.org.uk/counter-terrorism-human-rights/
+MISS NA http://data.worldbank.org/data-catalog.Accessed11
+OK 20210421225329 https://www.maxmind.com/
+MISS NA http://lams2008.lamsfoundation.org/refereed_papers.htmΠετροπούλου
+MISS NA http://www.nsf.gov/statistics/nsf13327/content.cfm?pub_id=4266&id=2
+OK 20210421011124 https://www.unrwa.org/what-we-do/protection
+OK 20180603175048 http://iopscience.iop.org/1748-3190/8/2/025004
+OK 20180712234301 http://zakon5.rada.gov.ua/laws/show/422-18
+OK 20150616013108 http://www.amarseaunomismo.com/descargas/como-mejorar-su-autoestima_nathaniel-branden.pdf
+OK 20070610101013 http://www.cenargen.embrapa.br/cenargenda/noticias2006/repams130606.pdf
+MISS NA http://www.rotur.esISSN
+MISS NA http://grants.nih.gov/grants/olaw/references/PHSPolicyLabAnimals.pdf9
+OK 20170811055841 www.econrsa.org/system/files/publications/working_papers/wp233.pdf
+MISS NA http://www.oecd.org/dataoecd/35/58/42326290.pdf.Zugegriffen
+MISS NA https://stoffstromer.de/2013/09/28/deutschland-deine-holzkohle/.Page80
+OK 20210410200733 https://www.ncbi.nlm.nih.gov/pubmed/12214795
+MISS NA http://www.ejbiotechnology.info/content/vol5/issue3/teaching/01/index.html.ISSN07173458
+OK 20180603154112 www.cairn.info/revue-langue-francaise-2012-1-page-31.htm
+MISS NA https://goo.gl/F1Qda7
+MISS NA http://www.agl.com.au/~/media/AGL/About%20AGL/Documents/How%20We%20Source%20E
+OK 20160909001424 https://CRAN.R-project.org/package=svd
+OK 20191126100405 http://cms.iuf.org/sites/cms.iuf.org/files/Indian%20Dairy%20Industry.pdf
+MISS NA http://www.petpartners.org/AAA-TinformationPrice
+OK 20201112033658 http://www.federalnewsradio.com/207/3660056/What-happened-to-all-of-the-young-federal-employees
+OK 20210410214615 http://www.corteidh.or.cr/docs/opiniones/seriea_05_esp.pdf
+OK 20210227092052 http://www.Spirulinasource.com/PDF.cfm/EarthFoodSpirulina.pdf
+MISS NA https://www.fraserinstitute.org/sites/default/files/efw-2018-master-index-data-for-researchers.xlsx
+OK 20170204134554 http://www.pms.informatik.uni-muenchen.de/publikationen/#PMS-FB-2001-16
+MISS NA http://www.dh.gov.uk/assetRoot/04/07/42/88/04074288.pdfon14
+OK 20160528164645 http://natef.net/downloads/Dragutin%20Avramovic.pdf
+OK 20170629170609 http://www.cdc.gov/std/stats09/tables/10.htm
+OK 20200723233246 http://www.ustr.gov/releases/2003/12/2003-12-03-letter-gao.pdf
+MISS NA http://www.stat.gov.tw/ct_view.asp?xItem=35670&ctNode=518
+MISS NA http://disciplinas.stoa.usp.br/pluginfile.php/183530/mod_resource/content/1/Rama%2C%20%C3%81ngel.%20Los%20procesos%20de%20transculturaci%C3%B3n%20en%20la%20narrativa%20latinoamericana.pdf
+MISS NA https://goo.gl/KpPkmz
+OK 20210415041843 www.impactjournals.com/oncotarget
+OK 20210112032530 https://upload.wikimedia.org/wikipedia/commons/c/c8/Ventromedial_prefrontal_cortex.png
+OK 20210413023056 http://login.ezproxy.library.ualberta.ca/login?url=http://search.ebscohost.com/login.aspx?direct=true&db=edsggo&AN=edsgcl.117324131&site=eds-live&scope=site
+MISS NA http://users.wbs.ac.uk/cms_attachment_handler.cfm?f=mev2.pdf&t=mev2.pdf
+OK 20090220184131 http://www.economist.com/world/la/displaystory.cfm?story_id=10766402
+OK 20210318014036 http://www.sec.gov/about/offices/oig/inspector_general_audits_reports.shtml
+MISS NA http://rcc.its.psu.edu/user_guides/system_utilities/pbs/,accessedAugust07
+MISS NA http://www.lume.ufrgs.br/handle/10183/108186
+MISS NA https://www.revolvy.com/page/Cloud%252Dchasing-%28electronic-cigarette%29
+OK 20210331221411 https://avro.apache.org/
+OK 20180416071035 http://princetonusg.com/?page_id=975
+MISS NA https://www.emeraldinsight.com/doi/10.1108/JWAM-04-2018-0009
+OK 20200220025640 http://sharaku.eorc.jaxa.jp/AMSR/products/pdf/alg_des.pdf
+OK 20150827110304 http://pellet.owldl.com/
+OK 20200712110017 http://bit.ly/2uLOdPm
+MISS NA https://revistas.ufrj.br/index.php/eco_pos/article/view/2528/0
+MISS NA http://www.ovarianresearch
+MISS NA http://archive.informalscience.org/reports/0000/0582/PEDT_Theater_formativeFINAL.pdf
+OK 20210325094757 http://www.stopbullying.gov/what-is-bullying/definition/index.html
+OK 20130717051456 ac.uk
+OK 20150825090441 http://www.cnnexpansion.com/negocios/2014/06/23/sector-cosmetico-se-ve-feo-en-mexico
+OK 20190501175443 www.nber.org/papers/w2023.pdf
+MISS NA http://www.elsevier.com/wps/find/authorsview.authors/copyrightaccessed20th
+MISS NA http://strokebestpractices.ca/wp-content/uploads/2013/07/AEROBICS-FINAL-
+OK 20111015032547 http://www.cautg.org/index.php?location=depdirectory
+MISS NA http://psyjour-nals.ru/files/27572/vestnik_psyobr_2009_3_Pavlov.pdf
+OK 20201127012211 http://extranjeros.mtas.es
+MISS NA www.v-dem.net/en.Accessed14
+OK 20210416144759 www.iaria.org
+OK 20140316065320 http://www.nrepp.samhsa.gov/ViewIntervention.aspx?id=22
+MISS NA http://www.wdcyber.corn/nbleedlO.htm
+OK 20080220002240 http://www.unep.org/Documents.Multilingual/Default.asp?DocumentID=502&ArticleID=5545&l=en
+OK 20210124043413 http://datadryad.org/pages/faq
+MISS NA http://welding-design.com/gases/backfires-flashbacks-and-flashback-arrestors
+OK 20070607060054 http://www.nordicom.gu.se/common/publ_pdf/184_027-036.pdf
+OK 20210419160205 https://perma.cc/
+OK 20210309014449 https://www.washingtonpost.com/politics/police-file-on-newtown-yields-chilling-portrait-of-shooter-and-more-details-of-rampage/2013/12/27/2d09a548-6f4b-11e3-b405-7e360f7e9fd2_story.html
+MISS NA http://library.ifla.org/1253/1/223-newman-en.pdf
+OK 20210120160858 http://www.chambradoc.it/occitaniaGranda/La-prima-edizione-integrale-della-Bibbia-in-occitano.page
+OK 20210415131250 http://www.time.com/time/magazine/article/
+OK 20210422071937 gob.cl
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200225132541 http://vikmuniz.net/pt/news/tweet-childrens-museum-of-the-arts-new-york-ny-september-24-january-25
+OK 20210127093502 http://servicio.bc.uc.edu.ve/educacion/eduweb/vol6n2/art1.pdf
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20160609140535 www.globes.co.il/en/article-netanyahu-invites-russia-to-develop-israels-gas-fields-1001130872
+MISS NA www.amstat.org/meetings/jsm/2011/onlineprogram/AbstractDetails.cfm?abstractid=302094Accessed
+OK 20190301154201 http://www.epiconline.org/ccr-definition/
+OK 20190713060427 http://www.rohrmannresearch.net/pdfs/rohrmann-ras-report.pdf
+OK 20210211061900 http://www.independent.co.uk/news/world/americas/obama-admits-use-of-drones-in-pakistan-6297655.html
+OK 20160424181856 http://g1.globo.com/economia/noticia/2016/03/ministro-da-fazenda-espera-retorno-do-crescimento-economico-em-2017.html
+OK 20210306095117 https://ceowatermandate.org/files/Disclosure2014.pdf
+OK 20111231080100 http://www.teachingenglish.org.uk/think/knowledge-wiki/pre-listening
+MISS NA http://eric.ed.gov/?id=ED470896
+MISS NA http://www.who.int/iris/handle/10665/43603
+OK 20191222024750 http://www.iccm-central.org/Proceedings/ICCM12proceedings/site/papers/pap1056.pdf
+MISS NA http://www.pmdc.org.pk/LinkClick.aspx?fileticket=cyh4G9XLyPs%3d&tabid=292&mid=850
+OK 20061004091155 http://www.asi-sig.org/press/Articles/
+OK 20210415041129 http://www.ietf.org/rfc/rfc3031.txt
+MISS NA http://science.kennesaw.edu/~vkane/LSSInfo/KaneJQT
+OK 20210417094854 http://faostat.fao.org
+OK 20190914064806 http://www.gumer.info/bibliotek_Buks/History/Lotman/06.php
+MISS NA https://link.springer.com/chapter/10.1007/978-3-319-63450-02
+OK 20210418091013 http://openrefine.org/
+OK 20210414224051 http://www.cc.gatech.edu/aristotle/
+OK 20200702163345 http://www.iogu.gov.ua/publikaciji/stan-gruntiv/
+MISS NA http://irep.ntu.ac.uk/id/eprint/27946/ÜnlüBilgiç
+OK 20180904071812 http://www.dissercat.com/content/razrabotka-tekhnologii-gidrodinamicheskoi-kavitatsionnoi-ochistki-trub-ot-otlozhenii-pri-rem
+MISS NA http://periodicos.unitau.br/ojs-2.2/index.php/biociencias/article/viewFile/29/12
+MISS NA http://marine.copernicus.eu/documents/QUID/CMEMS-IBI-QUID-005-004.pdf
+OK 20210314183040 http://www.laurenceanthony.net/
+OK 20201109042059 http://www.edition.cnn.com/2010/WORLD/africa/06/29/nigeria.oil/index.html
+OK 20210417170212 http://www.ssrn.com
+OK 20210417195736 http://www.weforum.org/reports/global-competitiveness-report-2011-2012
+OK 20200402101917 http://www.nhmrc.gov.au/guidelines/publications/di17
+OK 20201118095024 https://youtu.be/o_txPA8CiA4
+OK 20080224073631 http://www.europhysicsnews.com/full/28/article3/article3.html
+OK 20190506202445 http://www.urban.org/UploadedPDF/412875-how-did-the-great-recession.pdf
+MISS NA https://terms.naver.com/entry.nhn?docId=1006703&cid=43667&categoryId=43667
+OK 20210127082930 https://www.theatlantic.com/business/archive/2017/08/japan-equal-education-school-cost/535611/
+OK 20210415173238 https://www.aacc.nche.edu/events/aacc-leadership-suite/
+MISS NA https://github.com/Alamofire/AlamofireRetrievedJan.08
+OK 20180915114420 http://www1.folha.uol.com.br/cotidiano/2013/09/1341847-cfm-diz-que-o-programa-mais-medicos-e-demagogico-e-eleitoreiro.shtml
+OK 20201202213557 http://www.toledo.pr.leg.br
+MISS NA http://arxiv.org/abs/1605.00943
+OK 20210420175948 http://www.marinespecies.org
+OK 20210416235526 http://www.nnf.org.na/
+MISS NA http://www.tdot.state.tn.us/traffichistory/.Accessed2/2012
+OK 20200909012344 http://www.ncbi.nlm.nih.gov/pubmed/16765457
+OK 20210324083038 http://www.kremlin.ru/events/president/news/47173
+OK 20210401074409 http://www.afdc.energy.gov/fuels/stations_counts.html
+MISS NA http://eur-lex.europa.eu/legal-content/EN/TXT/?qid=1416293681156&uri=CELEX
+OK 20191108211100 http://www.endo-society.org
+MISS NA https://www.larepublica.net/app/cms/www/index.php?pk_articulo=533335500
+OK 20190529223553 https://w3.ens-rennes.fr/math/people/karine.beauchard/
+MISS NA http://www.sjv.se/forfattningar/djurskyddsforeskrifter.4.b1bed211329040f5080001452.html.Statens
+MISS NA http://www.springerlink.com/content/d65q2q6j385554l5/fulltext.pdfC608
+OK 20160813161613 http://www.brookings.edu/~/media/Projects
+OK 20170926093218 http://www.povertyisnotagame.be
+MISS NA http://itp.lucidcentral.org/id/mites/invasive_mite/Invasive_Mite_Identification/key/Mesostigmata/Media/Html/Pachylaelapidae.htmVersiondated15
+OK 20210421003358 http://www.edf.org
+OK 20180921105045 https://www.ecb.europa.eu/pub/pdf/scpwps/ecbwp713.pdf?66593e384324cd4bf1a8ada85cba80d5
+MISS NA lrs.lt/exweb/AAK/eic20060426/ppt/Zaremba.ppt
+MISS NA http://cdn.loc.gov/service/ll/fedreg/fr047/fr047051/fr047051.pdf.7
+MISS NA http://www.ipeadata.gov.br/〉
+OK 20210415012723 http://www.fda.gov/downloads/Drugs/Guidances/UCM193282.pdf
+OK 20210308060009 http://www-01.ibm.com/software/data/infosphere/qualitystage/
+OK 20171214221658 http://www.academia.edu/163544/Measuring_Inequality
+OK 20210415134453 http://www.usingcsp.com/cspbook.pdf
+OK 20201106232657 http://www.unhchr.ch/html/menu3/b/p_genoci.htm
+OK 20210408055018 http://www.jsad.com
+OK 20201109215514 http://www.slideshare.net/ucjc/generacin-20-hbitos-de-los-ad
+MISS NA http://www.cmvm.pt/pt/EstatisticasEstudosEPublicacoes/CadernosDoMercadoDeValoresMobiliarios/Documents/CadernosMVM%2048d.pdf
+OK 20160314082454 http://www.cabinetoffice.gov.uk/sites/default/files/resources/PPN%203_11%20Open%20Standards.pdf
+MISS NA http://sacitiesnetwork.co.za/city-development-strategy/state-of-the-cities-reporting/socr-2011/
+OK 20200817011305 https://www.infoworld.com/article/3236869/what-is-apache-spark-the-big-data-analytics-platform-explained.html
+OK 20210420194041 https://www.un.org/development/desa/disabilities/resources/general-assembly/convention-on-the-rights-of-persons-with-disabilities-ares61106.html
+OK 20151003075853 https://www.ru.ac.za/communityengagement/servicelearning/whatisservice-learning/
+OK 20210331095314 http://arohatgi.info/WebPlotDigitizer
+OK 20180610151721 http://doi.wiley.com/10.1046/j.1365-2362.2002.01060.x
+OK 20101013024406 https://dahuri.wordpress.com/2008/02
+OK 20210125081957 https://www.ancr.nu
+OK 20210422020322 http://www.ebrary.com
+MISS NA http://www.portalcbncampinas.com.br/2015/09/consorcio-pcj-sugere-controle-de-perdas-hidricas-para-compensar-falta-de-reservatorios/
+OK 20210308122550 https://socratces.eu/
+OK 20200217184312 http://mission-dti.inria.fr/Rapport/index.html
+MISS NA fromwhqlibdoc.who.int/hq/1999/WHO_NCD_TFI_99.12.pdf
+MISS NA http://www.rubitherm.eu/en/.2015
+MISS NA http://www.opiekapaliatywna2010.pl/wp-content/uploads/2011/05/sedacja-w-opiece.pdf.Accessed29
+MISS NA http://www.gamelinux.org/pageid284
+MISS NA https://clinicaltrials.gov/ct2/show/NCT03654053.82
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA https://www.encorewiki.org/download/attachments/25657/Factor1Analysis_1Statnotes+from1North1Carolina1State1University.pdf
+MISS NA http://hfs.sagepub.com/cgi/doi/10.1518/001872008X375009
+OK 20150724004954 http://www.isciii.es/ISCIII/es/contenidos/fd-publicaciones-isciii/fd-documentos/SituacionCancerenEspana1975_2006_2010.pdf
+OK 20210309173344 http://www.donatelifeillinois.org/
+MISS NA http://homepages.math.uic.edu/rosendal/PapersWebsite/Coarse-Geometry-Book17.pdf
+OK 20201213210545 http://ensanut.insp.mx/informes/ENSANUT2012ResultadosNacionales.pdf
+MISS NA https://jatengekspos.com/pemkot-fokus-selesaikan-masalah-sosial-kota-lama/.Diaksestanggal
+OK 20210422063700 http://www.savethechildren.org
+MISS NA http://www.moz.gov.ua/ua/portal/register_medicines/.Accessed15
+OK 20210411055135 http://www.cancerrxgene.org
+OK 20200729122440 http://www.peacebuilding.no/var/ezflow_site/storage/original/application/97b2e67d36e03e28d722b9195ee29b66.pdf
+OK 20180604051405 http://www.jbc.org/content/271/5/2851
+OK 20210305123720 http://www.direitovirtual.com.br/artigos.php?details=1&id=170
+MISS NA lanl.gov/pdf/cond-mat/0506594
+OK 20210226182507 http://www.ingentaconnect.com/content/iapt/tax/2011/00000060/00000003/art00011
+OK 20210414173335 http://www.acgme.org/
+MISS NA http://www.radikal.com.tr/haber.php?haberno=67521
+MISS NA http://www.who.int/dietphysicalactivity/summary-report-09.pdf?ua=1
+OK 20180603013314 http://science.sciencemag.org/content/146/3647/1074#BIBL
+OK 20150420213459 http://antimicrobianos.com.ar/ATB/wp-content/uploads/2012/11/01-CLSI-M02-A11-2012.pdf
+OK 20140620051923 http://www.lithiumworld.de/lithium-gewinnung
+MISS NA http://smallbusiness.chron.com/conduct-fire-drill-work-10444.htmllastaccessed12
+OK 20210329002551 http://www.ucrdatatool.gov/Search/Crime/Crime.cfm
+OK 20210316081152 http://www.unesco.org.tr
+OK 20210415113433 http://www.ipcc.ch/pdf/assessment-report/ar5/wg3/ipcc_wg3_ar5_full.pdf
+OK 20210418012434 http://www.tapr.org
+OK 20210122093245 https://overland.org.au/2018/05/the-death-of-a-multicultural-australia/
+MISS NA https://igz.hse.ru/data/2016/04/12/1126940930/Goszakaz_N_43_Маслова%20Еременко.pdf
+MISS NA http://www.egms.de/en/meetings/gma2015/15gma312.shtmlP3-044
+MISS NA http://www.elcolombiano.com/colombia/los-escandalos-mas-sona-dos-de-politicos-colombianos-en-las-car-celes-XJ7209572
+OK 20200923201503 http://www.nup.ac.cy/gr/programs-available-for-distance-learning/
+OK 20210125102019 http://www.qualitative-research.net/fqs-texte/2-05/05-2-36-e.htm
+OK 20210412195626 http://www2.forumseguranca.org.br
+MISS NA http://www.unhcr.org/refworld/pdfid/43a6878d4.pdf
+OK 20160607222452 http://www.cca.qc.ca/en/collection/1776-sounding-towers
+MISS NA http://www.cesadweb.fau.usp.br/files/Noticias/Txt1_50.ht
+OK 20131120094150 http://www.wsc.ec.gc.ca/staflo/index_e.cfm
+MISS NA http://www.kemco.or.kr윤정숙ㆍ최윤정
+MISS NA http://www.bionet.nsc.ru/vogis/download/19-6/05_Safronova_Rus_2.pdf↑233
+OK 20200728083756 http://www.dane.gov.co/index.php/estadisticas-por-tema/demografia-y-poblacion/series-de-poblacion
+MISS NA http://arXiv.org/abs/hep-th/0105059
+OK 20210211063324 http://stat.gov.pl/bdl/app/strona.html?p_name=indeks
+OK 20200202155751 http://wbiomed.curtin.edu.au/genepop/
+MISS NA http://www.saude.pr.gov.br/modules/noticias/article.php?storyid=3303&tit=Parana-lanca-estrategia-para-reduzir-mortes-e-sequelas-por-AVC
+MISS NA http://blogs.lse.ac.uk/politicsan-dpolicy/five-minutes-with-colin-crouch/
+OK 20200603235204 https://orcid.org/0000-0001-7192-3046
+OK 20210118031036 http://www.theworldofchinese.com/2013/11/prostitutes-and-poets/
+MISS NA https://docs.opencv.org/3.3.1/d7/d8b/tutorialpylucaskanade.html
+OK 20200810200035 http://www.bis.org/publ/work255.pdf
+OK 20200201162124 http://portal.mec.gov.br/seesp/arquivos/txt/salamanca.txt
+MISS NA http://www.marketch.ru/marketing_dictionary/marketing_terms_b/branding/-
+OK 20200113182328 http://www.satisfice.com/tools/testable.pdf
+OK 20200122031320 http://donswaim.com/wcbssoundpage.html
+MISS NA https://www.mh-hannover.de/bibliothek_publikationsfonds.html
+OK 20090712151153 http://www.imageandnarrative.be/Timeandphotography/picado.html
+OK 20210412200225 http://ase.tufts.edu/gdae/Pubs/rp/DP04NadalWiseJuly04.pdf
+MISS NA http://www.hechohistorico.com.ar/Trabajos/Jornadas%20de%20Roca%20-%202006/Bessera.pdf
+OK 20201124111311 http://intarch.ac.uk/journal/issue5/walker_index.html
+OK 20210412211745 http://conspect.nl/pdf/Our_Common_Future-Brundtland_Report_1987.pdf
+OK 20210419052510 http://www.goldcopd.org
+OK 20100529010500 www.dme.gov.za/energy/renew_solar.stm
+OK 20180411180706 http://www.ahipresearch.org/pdfs/SurveyICD-10CostsSept2010.pdf
+MISS NA https://www.researchgate.net/profile/Thomas_Davenport2/publication/200045855_Building_Successful_Knowledge_Management_
+OK 20210124023350 http://www.korektnipodnikani.cz/
+MISS NA http://stanford.edu/˜boyd/cvxCVX
+OK 20210318052244 http://www.vatican.va/roman_curia/congregations/cfaith/documents/rc_con_cfaith_doc_20030731_homosexual-unions_fr.html
+OK 20161022012752 http://www.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId=LDC2010L01
+MISS NA https://www.unido.org/fileadmin/user_media/Services/Energy_and_Climate_Change/EPU/TOP1000_UN_Energy_FloraKan.pdf
+OK 20210121082515 http://www.glas-slavonije.hr/275454/7/Na-Zapadu-30-posto-obiteljskih-tvrtki-preuzimaju-nasljednici-i-ubrzo-nakon-toga---propadaju
+OK 20210225124005 https://www.cedefop.europa.eu/en/publications-and-resources/publications/3075
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.81
+OK 20201130105937 http://www.mathsinquiry.org.uk/report/MathsInquiryFinalReport.pdf
+OK 20191223210240 http://www.hls-dhs-dss.ch/textes/d/D12062.php
+OK 20190914195822 https://www.aa.com.tr/en/africa/sudan-says-deal-with-turkey-not-threat-to-arab-nations/1016769
+MISS NA https://goo.gl/oKRYXf
+MISS NA https://cyberleninka.ru/article/v/osobennosti-formirovaniya-portfelya-korporativnyh-proektov-innovatsionnogo-razvitiya
+MISS NA http://www.cfsan.fda.gov/rdb/opa-g074.html.Accessed15
+OK 20170106030329 http://www.accel-team.com/human_relations/hrels_05_herzberg.html
+MISS NA http://www.who.int/childgrowth/publications/phy-scal_status/en/
+MISS NA http://www.dodccrp.ori/events/2002CCRTSiTracks/pdf/023.PDF
+MISS NA http://www.monbiot.comNAVARREC
+OK 20130903194208 http://www.vsw-assp.ch/d/pressedef-d.pdf
+OK 20210422063106 http://www.metoffice.gov.uk/
+MISS NA https://lib.dr.iastate.edu/cgi/viewcontent.cgi?article=1000&context=card_policybriefs
+OK 20210414044157 https://fbi.gov/file-repository/active-shooter-study-2000-2013-1.pdf/view
+OK 20210117222211 http://www.imf.org/external/pubs/ft/wp/2012/wp1262.pdf
+OK 20180217030020 http://www.ncbi.nlm.nih.gov/pubmed/17375513
+OK 20210227110849 www.dh.gov.uk/en/Publicationsandstatistics/Publications/PublicationsPolicyAndGuidance/DH_125310
+MISS NA http://www.jstor.org/stable/778559
+OK 20161125143600 http://zakon3.rada.gov.ua/laws/show/929_009
+OK 20170513145020 http://www.oasis-open.org/cover/bosakShakespeare200.html
+OK 20201208152134 https://www.theguardian.com/world/2013/oct/09/lampedusa-shipwreck-italy-state-funeral-migrants
+OK 20080620130657 http://www.observatoriodaimprensa.com.br/artigos/eno180720012.htm
+MISS NA http://legacy.library.ucsf.edu/tid/byf31c00
+OK 20210227111121 https://data.worldbank.org/indicator/NY.GDP.PCAP.CD?locations=XK&view=chart
+OK 20170427053703 https://www.ncbi.nlm.nih.gov/pubmed/12077312
+OK 20200130055247 http://zakon5.rada.gov.ua/laws/show/z1718-16
+OK 20210118210125 http://www.kia.hu/konyvtar/erdely/erd2002.htm
+OK 20200822174708 http://css.escwa.org.lb/edgd/1476/SWimplicationsforCustomsAdminstrations.pdf
+MISS NA http://www.revistas.usp.br/rlae/article/view/85063/87913
+OK 20140415024932 http://ue.eu.int/ueDocs/cms_Data/docs/pressData/en/ec/00100-r1.en0.htm
+OK 20181001053634 http://journalofvision.org/2/7/245
+MISS NA http://www.bdsbg.org/bg/standard/?natstandard_document_id=5976
+MISS NA https://www.myninesigma.com/sites/public/layouts/RFPs/NineSigma/RFP11366-1.pdf
+MISS NA http://tvdiario.verdesmares.com.br/videos/detalhes-de-videos?id=0076cb3ac36974bbca54dde4807e565b
+OK 20210308080604 www.gov.uk/government/uploads/system/uploads/attachment_data/file/60961/uk-cyber-security-strategy-final.pdf
+OK 20201125171358 https://www.iom.int/countries/lao-peoples-democratic-republic
+OK 20100402225338 http://www.state.nj.us/education/techno/assistive/
+OK 20201112020815 http://www.scielo.cl/scielo.php?script=sci_arttext&pid=S0716-10182013000100006&lng=es
+OK 20180728165350 http://harvardnsj.com/2011/03/untangling-attribution-2/
+OK 20210328004209 http://www.ukrstat.gov.ua
+MISS NA http://www.education.ie/robots/view
+OK 20210412023712 http://www.re-mission2.org
+OK 20111015093608 http://www.ghente.org/doc_juridicos/liminar_anencefalia.htm
+OK 20200815083538 http://link.aps.org/doi/10.1103/PhysRevLett.110.186801
+MISS NA https://www.opac.uni-erlangen.de/webOPACClient/search.do?methodToCall=quickSearch&Kateg=0&Content=232451
+MISS NA http://www.topconpositioning.eu/sites/default/files/product_files/uas_solutions_catalog_7010_2162_reva_sm_0.pdf
+MISS NA http://www.slate.fr/story/113867/manga-francais-niche.Consultéle7mars2016
+OK 20210314092220 http://www.who.int/entity/gpsc/en/index.html
+MISS NA http://www.scielo.org.co/pdf/apl/v30n1/v30n1a10.pdf
+MISS NA http://WorldSpiderCatalog.nmbe.ch
+MISS NA http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Re-trieve&db=PubMed&dopt=Citation&list_uids=1898899
+OK 20210422043106 http://www.worldwide-tax.com
+OK 20161221001435 http://www.faa.gov/uas/media/uasroadmap2013.pdf
+OK 20160223032648 http://digital.nls.uk/slezer/engraving.cfm?sl=34
+OK 20100603221250 http://www.hrvatski-vojnik.hr/hrvatski-vojnik/2682009/nano.asp
+OK 20210201034201 http://www.duden.de/rechtschreibung/Hindernis
+OK 20200209115345 http://www.geosci-model-dev-discuss.net/7/4081/2014/
+OK 20210309175458 http://www.digilentinc.com/
+MISS NA http://www.oei.es/pdfs/primerainfanciaperspectiva.pdf
+OK 20200718152105 http://www.memoria.fahce.unlp.edu.ar/trab_eventos/ev.635/ev.635.pdf
+MISS NA https://shop.bsigroup.com/ProductDetail/?pid=000000000030087852
+OK 20210418184526 http://lcamtuf.coredump.cx/p0f.shtml
+OK 20210119052441 http://www.academiaibericamascara.org
+OK 20210125101941 http://pasisahlberg.com/what-if-finlands-great-teachers-taught-in-u-s-schools/
+OK 20191023034306 https://www.vici.com/liqhand/m6.php
+MISS NA http://diom.istase.fr/satin/einst
+OK 20200919151511 http://32reuniao.anped.org.br/arquivos/trabalhos/GT16-5857--Int.pdf
+OK 20210415084514 http://www.oasis-open.org/specs/index.php#wsdm-muwsv1.0
+OK 20210210235551 http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0081810
+MISS NA http://www.is-frankfurt.de/publikationenNeu/ZurEntwicklungderForschungsmet.html.accessed3/1/2007
+OK 20210101212829 http://www.icmbio.gov.br/portal/oinstituto
+OK 20210422045251 https://population.un.org/wpp/DataQuery/
+MISS NA https://arxiv.org/pdf/1612.01951.pdf
+OK 20210228013551 http://www.cic.gc.ca/english/immigrate/index.html
+MISS NA http://genome.ucsc.edu/24
+OK 20210421222930 http://www.nrel.gov/docs/fy12osti/51847.pdf
+OK 20170808141145 http://pixelrauschen.de/wbmp/media/map10/map_10_08.pdf
+MISS NA www.unesco.org/new/fileadmin/MULTIMEDIA/FIELD/Santiago/images/ticsesp.pdfUNESCO
+OK 20190911123335 http://bcinform.ru/spb/AVANTAGE.html
+MISS NA http://www.seade.gov.br/produtos/spp/v11n01/v11n01_14.pdf.Acessoem
+OK 20210214173717 https://www.reuters.com/article/us-blackstone-group-oxford-donation-idUSKCN1TJ30B
+OK 20200215221715 http://www.nrel.gov/docs/fy16osti/65130.pdf
+OK 20210119175901 http://iris-kidney.com/pdf/3_staging-of-ckd.pdf
+OK 20131118043445 https://www.ncbi.nlm.nih.gov/pubmed/11226737
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20210420185131 globenet.org
+OK 20201123105448 http://www.hannaharendt.net/index.php/han/article/view/95/156
+OK 20210413224541 http://www.qudt.org/
+OK 20201112032114 http://www.ilo.org/dyn/normlex/es/f
+OK 20210419052740 http://www.mice.iit.edu
+OK 20200726042258 https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/186874/defining-disaster-resilience-approach-paper.pdf
+OK 20210225191117 http://www.nature.com/articles/sdata2017151
+OK 20200101220312 http://krugman.blogs.nytimes.com/2013/01/02/latvia-once-again
+OK 20210421015511 http://www.bluetooth.com/developer/specification/specification.asp
+MISS NA http://apps.who.int/medicinedocs/en/d/Js21679en/
+OK 20210211005101 http://www.techfest.com/hardware/bus/pci.htm
+OK 20160604222704 http://www.x-tensio.de/uploads/Gesundheitsreport%20Krankenkassen0206.pdf
+OK 20200607163018 https://researchbank.rmit.edu.au/view/rmit:13221
+OK 20141027083602 http://www.healthcaredesignmagazine.com/article/courage-heal-comprehensive-cardiac-critical-care
+OK 20150920022828 http://www.srs.org/news/index.php?id=474
+OK 20210412202546 http://cepa.stanford.edu/sites/default/files/reardon%20whither%20opportunity%20-%20chapter%205.pdf
+OK 20210417174812 http://www.bmj.com/subscribe
+MISS NA sPrinterforOntario.2016.www.publichealthontario.ca/en/DataAndAnalytics/Documents/Ontario_Respiratory_Pathogen_Bulletin-Season_Summary_-_2015-16.pdf
+OK 20171203020619 http://www.biomedcentral.com/1471-2199/13/6
+OK 20180223181501 http://promo.net/pg/history.html
+OK 20170213145947 http://www.ec.europa.eu/food/animal/diseases/schmallenberg_virus/scientific_seminar_en.htm
+MISS NA http://salud.gob.ec2
+OK 20190105143943 http://www.maine.gov/agriculture/pesticides/public/index.htm
+OK 20210325224915 http://online.wsj.com/article/SB126102247889095011.html
+OK 20210422104954 https://www.goldmansachs.com/
+OK 20151013001148 http://www.zakatkedah.com/?page_id=715
+OK 20210224064041 http://group.bmj.com/group/rights-licensing/permissions
+OK 20200226030757 http://www.mathworks.com/help/matlab/calling-matlab-engine-from-c-c-and-fortran-programs.html
+OK 20130126045955 http://www.revistasusp.sibi.usp.br/
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/11128119
+MISS NA ticamente.anulada.por.las.instancias.anteriores.al
+OK 20201125213825 https://www.canada.ca/content/dam/hc-sc/migration/hc-sc/fn-an/alt_formats/hpfb-dgpsa/pdf/nutrition/dri_tables-eng.pdf
+OK 20200214110443 http://ec.europa.eu/culture/pdf/doc958_en.pdf
+MISS NA https://www.who.int/docs/default-source/coronaviruse/situation-reports/20200221-sitrep-32-covid-19.pdf/2020
+OK 20200626171718 https://www.ncbi.nlm.nih.gov/pubmed/18421054
+OK 20190923004300 http://www.pikiran-rakyat.com/seni-budaya/2015/11/22/350806/puluhan-seni-tradisional-terancam-punah
+MISS NA https://is.savs.cz/dok_server/slozka.pl?id=1678;download=6542
+OK 20210225232935 http://www.ons.gov.uk/ons/search/index.html
+OK 20180809112533 http://www.osci.org
+MISS NA www.who.int/nmh/publications/ncd_report_full_en.pdfassessedon6th
+OK 20201211015703 http://www.cleancarscampaign.org/web-content/stateaction/stateaction.html
+OK 20181116033419 http://www.salfordstar.com/article.asp?id=2358
+OK 20210321192858 http://www.jmlr.org/papers/v9/vandermaaten08a.html
+OK 20210322064621 https://www.nlchp.org/documents/Homeless_Stats_Fact_Sheet
+OK 20210421220038 www.frontiersin.org
+MISS NA http://archi.ru/rus-sia/news_current.html?nid=46720
+OK 20210415041702 http://www.joe.org/joe/1999april/tt3.php/
+MISS NA http://www.mma.gov.br/port/co-nama/res/res11/propresol_lanceflue_30e31mar11.pdf
+MISS NA https://documents-dds-ny.un.org/doc/UN-DOC/GEN/V10/531/00/PDF/V1053100.pdf
+MISS NA http://www.spiegel.de/international/zeitgeist/george-church-explains-how-dna-will-be-construction-material-of-the-future-a-877634.html.18
+OK 20201118204744 http://apps.searo.who.int/PDS_DOCS/B5282.pdf
+OK 20210415145354 http://www.who.int/violence_injury_prevention/violence/global_campaign/en/chap3.pdf
+OK 20161006215949 http://portal.uam.es/portal/page/portal/UAM_ORGANIZATIVO/Departamentos/CienciaPoliticaRelacionesInternacionales/personal/fernando_rodrigo/pagina_personal_fernando_rodrigo/teoria_relaciones_inter/Textos/Putnam-%20The%20Logic%20of%20Two-Level%20Games.pdf
+MISS NA https://goo.gl/bWbE50
+OK 20181103102911 http://real.mtak.hu/23446/1/ProcessSD.pdf
+OK 20210325025057 https://www.bls.gov/tus/charts/students.htm
+MISS NA http://www.ams.org/journal-terms-of-use8
+OK 20210213221512 http://www.w3.org/TR/sparql11-service-description/
+MISS NA http://g24.org/wp-content/uploads/2014/03/Kapur-1.pdf
+OK 20210125182642 https://www.aerzteblatt.de/pdf.asp?id=64412
+OK 20210402173520 http://www.scientificamerican.com/article.cfm?id=buried-prejudice-the-bigot-in-your-brain
+MISS NA http://www.motac.gov.my/en/check/hotel?h=&n=1&v=80
+OK 20210125213924 http://www.businessweek.com/articles/2014-02-06/e-cigarettes-fda-regulation-looms-for-1-dot-5-billion-industry
+MISS NA http://sundragondaylilies.blogspot.com.Accessed22
+MISS NA http://www.nfpcsp.org/agridrupal/sites/default/files/Idris_Ali_Mia-PR2-08.pdf
+OK 20201109021343 http://www.generative-modeling.org
+OK 20191118111405 http://xplrarc.massey.ac.nz/
+MISS NA http://www.uc.pt/fluc/lif/publicacoes/textos_disponiveis_online/pdf/autocomprehension_et_histoireAcesso
+OK 20200813231516 https://www.managementmattersnetwork.com/strategic-leadership/columns/peter-drucker-on-leading-millennials
+OK 20130613023558 http://sis.agr.gc.ca/cansis/nsdb/ecostrat/district/climate.html
+OK 20140202171812 http://www.hpa.org.uk/hpr/archives/2008/news2108.htm
+OK 20210126012233 https://www.ceginfo.hu/ceg-adatlap/vodafone-magyarorszag-zrt-0110044159.html
+OK 20210421235221 www.motherisk.org
+OK 20200326032243 https://link.springer.com/content/pdf/10.1023%2FA%3A1022842920066.pdf
+OK 20210415041843 www.impactjournals.com/oncotarget
+MISS NA http://www.revista-theomai.unq.edu.ar/numero37
+OK 20190630193041 http://www.cs.utexas.edu/users/libra/
+MISS NA http://cdiss.org/colsep2.html
+OK 20200815205953 http://www.jmap.org/htmlsupport/JMAP_HISTORY.htm
+OK 20201020001803 https://issafrica.org/iss-today/does-the-unwieldy-label-of-the-african-capacity-for-immediate-response-to-crisis-conceal-a-real-determination-to-act
+OK 20210325051308 http://www.humankinetics.com
+MISS NA http://andrographis.thesciencenet.com/2009/09/andrographolide-new-plant-derived.html.Accessed
+OK 20180317130348 www.ncver.edu.au/data/data/all-data/data-slicer-apprentices-and-trainees-december-2016
+OK 20191112080415 https://orcid.org/0000-0002-1713-3710
+MISS NA https://gitlab.e-cam2020.eu/e-cam/E-CAM-Library/merge_requests/46
+OK 20180605102702 https://journal.gpps.global/a/5D19RH/
+OK 20210420173729 http://www.genome.ad.jp/kegg
+MISS NA http://jn.physiology.org/content/87/3/1311.abstract
+OK 20210420091204 http://jvi.asm.org/
+OK 20190905235019 www.web.gov.pl/e-punkt_pr_aut_i_dobra_osobiste/308_1021.html
+OK 20201126192852 http://www.islamansiklopedisi.info/dia/ayrmetin.php
+OK 20120601033405 http://www.sciencedirect.com/science/article/pii/S1286457901015337
+OK 20120829154512 http://gltrs.grc.nasa.gov
+OK 20210328225308 http://www.atsdr.cdc.gov/toxprofiles/tp5.pdf
+OK 20170726012055 https://arxiv.org/abs/1707.05994
+OK 20210211005627 https://www.who.int/mental_health/management/depression/who_paper_depression_wfmh_2012.pdf
+MISS NA http://www.portal.rn.gov.br/contentproducao/aplicacao/sesap/saude_destaque/enviados/boletim_dst_aids_hv_2011_v4.pdf
+OK 20201225165924 http://www.personeriamedellin.gov.co/
+MISS NA http://www.dirplan.cl/direccionesregionales/conveniosdeprogramacion/Documents/Informe_Convenios_de_Programacion_2013.pdf.Fechadeconsulta:1defebrerode2017
+OK 20210405082404 http://garfield.chem.elte.hu/Burcat/burcat.html
+MISS NA enwww.utexas.edu/cola/llilas/centers/claspo/index.html
+MISS NA https://arxiv.org/pdf/1612.03410.pdf
+OK 20210420174041 http://www.sherpa.ac.uk/romeo.php
+OK 20200708201749 http://www.uni-stuttgart.de/soz/soziologie/regression/Mediator-Effekte_v1-
+MISS NA http://www.who.int./mental_healthh/management/depression/definition/en
+OK 20200319175045 http://siteprouni.mec.gov.br/tire_suas_duvidas.php#conhecendo
+OK 20100628092005 http://etd.lsu.edu/docs/available/etd-11152006-214523
+OK 20200930033559 https://uroweb.org/wp-content/uploads/14-Male-Sexual-Dysfunction_LR.pdf
+OK 20210422083349 http://www.R-project.org/
+OK 20140718133755 https://periodicotribuna.com.ar/3549-pesca-y-corrupcion.html
+OK 20200217065148 http://www.scielo.br/pdf/rlae/v15nspe/pt_07.pdf
+OK 20210122212117 http://edice.asice.se/?page_id=305
+MISS NA http://ciruelo.uninorte.edu.co/pdf/pensamiento_gestion/23/5_Capital%20intelectual.pdf
+OK 20210301091426 http://cloudharmony.com/benchmarks
+OK 20111029082800 www.bioscience.heacademy.ac.uk/resources/projects/yeoman.aspx
+OK 20210420214512 http://framework.zend.com
+OK 20200220134245 http://www.mgnet.org/mgnet/tutorials/xwb/mg.html
+OK 20180228002732 http://www.iamai.in/media/details/3659
+OK 20070420172848 http://www.idf2005.com
+OK 20160511100818 http://www.pherobase.com/database/kovats
+OK 20200707075610 http://portal.mec.gov.br/cne/arquivos/pdf/Odont.pdf
+MISS NA http://www.glsen.org/binary_data/GLSEN_ATTACHMENTS/file/274-1.pdf.Accessedon
+OK 20191008174921 http://nbn-resolving.de/urn:nbn:de
+OK 20110913094548 http://kjr.kingsjournalism.com/?p=3321
+MISS NA http://www.nrdcindia.com/Patent%20Asistance%20(in%20India)%20Form%202011.pdf
+OK 20210205212934 http://www.eubim.eu/handbook/
+OK 20150801024141 http://www.aifm2009.org
+OK 20210211025643 http://ejc.net/media_landscapes/norway
+OK 20210223172051 http://www.census.gov/population/www/projections/usinterimproj/natprojtab01a.pdf
+OK 20200605001704 https://zakon.rada.gov.ua/laws/show/2148-19/
+OK 20210309033152 http://apo.org.au/system/files/120406/apo-nid120406-483146.pdf
+MISS NA http://report.nih.gov/NIHfactsheets/Pdfs/HumanGenomeProject
+MISS NA https://artes.esa.int/projects/satinet
+OK 20210416190341 http://researcharchive.calacademy.org/research/ichthyology/catalog/fishcatmain.asp
+OK 20201129110410 http://polit.ru/article/2010/05/21/kiev/
+OK 20131018054740 http://www.mallinckrodt.com/webforms/threecolumn.aspx?id=497
+MISS NA http://www.designheating.com/pdf/ACF454.pdf
+OK 20151012193710 http://www.latinberries.net
+OK 20210126101937 https://www.progress.org/articles/martin-luther-king-jrs-final-words-of-advice
+OK 20081230040900 http://www.phenomenologyonline.com/max/projects/hsrecogn.html
+OK 20101231091454 http://www.myconvergence.com.my/main/images/stories/SpecialEdition/pdf/MYcon_special_ALL_low.pdf
+OK 20180715223255 taxonomy.zoology.gla.ac.uk/rod/rod.html
+OK 20081029040610 http://www.oxforddnb.com/view/article/48140
+MISS NA http://www.vliz.be/en/imis?refid=212228
+MISS NA http://www.ietf.org/internet-drafts/draft-ietf-webdav-versioning-02.txt
+OK 20210416084707 https://www.versobooks.com/blogs/3356-on-the-obsolescence-of-the-bourgeois-novel-in-the-anthropocene
+MISS NA http://search.informit.com.au/documentSummary;dn=332850582191092;res=IELNZC
+OK 20201127012528 http://www.ahrq.gov/qual/careatlas/
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20201127041926 http://multimedia.3m.com/mws/media/1381067O/04-hearing-protection.pdf
+MISS NA http://factfinder.census.gov/servlet/DTGeoSearchByListServlet?ds_name¼DEC_2000_SF1_U&_lang¼en&_ts¼198767452596
+OK 20210421161702 http://www.w3.org/XML/
+MISS NA http://rosenberglab.bioinformatics.med.umich.edu/clumpp.html.LatchEK
+OK 20140415173037 istia.univ-angers.fr/~hardouin/Observer.html
+MISS NA http://www.bio-rad.com/retrieved
+MISS NA http://odv.awi.de/en/docu-mentation/
+OK 20180508124549 http://www.fao.org/fileadmin/templates/est/COMM_MARKETS_MONITORING/Tea/Documents/IGG_20/12-CRS2-Smallholders.pdf
+OK 20200929071539 http://observatorioemigracao.pt/np4/5417.html
+MISS NA http://www.unifesp.br/reitoria/orgaos/conselhos/consu/atas/130313.html
+OK 20200528022644 https://arxiv.org/abs/1802.00664
+OK 20210404231248 http://www.epi.org/publication/union-decline-lowers-wages-of-nonunion-workers-the-overlooked-reason-why-wages-are-stuck-and-inequality-is-growing/
+MISS NA http://differences.dukejournals.org/cgi/doi/10.1215/10407391-1892907
+OK 20180602200717 https://ssrn.com/abstract=2754703
+OK 20210412223402 http://ec.europa.eu/food/fs/aw/aw_legislation/scientific/86-609-eec_en.pdf
+OK 20210410052240 http://brightoncollaboration.org
+MISS NA www.mnre.gov.in/biomassrsources
+OK 20210214010646 http://www.ipea.gov.br/portal/index.php?option=com_content&view=article&id=55
+OK 20100114121821 kent.ac.uk/IMS/personal/gdb/ellfib.mag
+OK 20210225041650 http://www.who.int/diagnostics_laboratory/Maputo-Declaration_2008.pdf
+OK 20201206104702 http://www.washingtonpost.com/blogs/post-politics/wp/2013/01/10/louie-giglio-pulls-out-of-inaugural-over-anti-gay-comments/
+MISS NA http://hdl.handle.net/10063/4981.Accessed20
+MISS NA https://www.fuhem.es/media/cdv/file/biblioteca/Analisis/Buen_vivir/Buen_vivir_posdesarrollo_A._Acosta
+OK 20210309170715 http://www.devicelink.com/ivdt/archive/98/11/010.html
+MISS NA http://researchoninnovation.org/patent.pdf.Workingpaper
+MISS NA https://clini-caltrials.gov/ct2/show/NCT01865162?term=ketogenic
+MISS NA http://search.janes.com/Search/documentView.do?docId=/content1/janesdata/mags/jir/history/jir99/jir00246.htm@current&pageSelected=allJanes&keyword=Russian%20ASAT&backPath=http://search.janes.com/Search&Prod_Name=JIR&
+MISS NA http://www.cic.gc.ca/english/resources/statistics/facts2014/permanent/10.aspAccessedon:20/09/2015
+OK 20190602015022 http://www.lobos.nih.gov/charmm
+OK 20100613000323 http://edge.oncology.wisc.edu/
+OK 20201227055726 http://www.riksbank.se/en/Press-and-published/Speeches/2016/Skingsley-Should-the-Riksbank-issue-e-krona/
+MISS NA https://www.icmm.com/website/publications/pdfs/9678.pdf
+OK 20210415025627 http://www.gov.bc.ca/mcf/
+OK 20201129144700 http://revista.portalcofen.gov.br/index.php/enfermagem/article/view/565/247
+OK 20210125080429 ac.za
+MISS NA http://bio.lonza.com/uploads/tx_mwaxmarketingmaterial/Lonza_Bench-Guides_Protocol_for_Performing_a_Trypan_Blue_Viability_Test__Technical_Reference_Guide.pdf
+OK 20210413010216 http://inst.eecs.berkeley.edu/~ee122
+OK 20210413200632 http://cran.r-project.org/doc/FAQ/R-FAQ.html#Citing-R
+OK 20210308225422 https://github.com/Programming-Systems-Lab/vmvm
+MISS NA http://www.who.int/gho/publications/world_health_statistics/2014/en/.Accessed14
+MISS NA http://www.coopa.coop.br/public/coopa/imagens/uploads/files/estatuto_coopa.pdf
+MISS NA http://www.unisg.ch/de/Universitaet/Vision/Leitsaetze-retrieved
+OK 20190911003710 http://blog.dowelectronicmaterials.com/en/posts/2016/12/copper-pillar-electroplating-tutorial
+OK 20131110113631 http://www.heritage.org/Research/NationalSecurity/upload/SR_59-2.pdf
+OK 20200609233553 https://periodicos.ufsm.br/index.php/reget/article/view/9851
+MISS NA https://polkadot.network/PolkaDotPaper.pdf.Accessed
+MISS NA http://www.cbicdados.com.br/media/anexos/tabela_02.D.09_1.xlsx
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/19484472
+OK 20171202055126 http://www.malariajournal.com/content/8/1/4
+OK 20070328030445 http://www.emea.eu.int/pdfs/human/ich/013595en.pdf
+OK 20210422103558 http://www.manta.com/
+MISS NA https://portlandpress.com/bioscirep/article-pdf/doi/10.1042/BSR20200265/869238/bsr-2020-0265.pdfbygueston10
+MISS NA https://www.who.int/immunization/monitoring_surveillance/burden/labora-tory/manual/en
+OK 20210411040938 https://www.chemcraftprog.com
+OK 20210415072516 http://www.mitomap.org
+OK 20210416225715 www.ched.gov.ph
+OK 20130513014943 http://www.tn.refer.org/CEAFE/Papiers_CEAFE10/Fina_marche/Bougatef.pdf
+OK 20210415035611 http://www.isaaa.org
+MISS NA http://journal.payap.ac.th/pdf/23/2/0857-4677/International_Programs.pdf
+OK 20190916080328 http://www.jhdl.org/overview.html
+OK 20170120174259 http://www.msal.gov.ar/archivos/InformeSE48-11-12-09.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20161228154436 http://www.ietf.org/internet-drafts/draft-eastlake-proto-doc-pov-04.txt
+OK 20210422062825 https://ko.dict.naver.com/#/entry/koko/e0845
+OK 20210413071857 https://arxiv.org/abs/1703.03864
+OK 20210324214305 aahperd.org/naspe
+MISS NA http://www.seer.perspectivasonline.com.br/index.php/biologicas_e_saude/article/viewFile/884/720Acessoem:30out.2016
+OK 20210327205157 http://www.archimuse.com/mw2007/papers/walker/walker.html
+OK 20210319124934 www.software.ibm.com/data/db2
+OK 20210416032907 http://pubs.usgs.gov/pp/1750/
+MISS NA http://clinicaltrials.gov/ct2/show/NCT00091325?term=catechin&rank=33NLMIdentifier
+MISS NA https://goo.gl/MYTBeY
+OK 20210422060610 http://dojotoolkit.org/
+MISS NA http://ift.tt/1ZMTldN
+MISS NA http://arxiv.org/abs/math.CO/0507344
+OK 20210116192850 https://www.aphis.usda.gov/biotechnology/downloads/reg_loi/15-352-01_air_response_signed.pdf
+OK 20210414000911 https://www2.senado.leg.br/bdsf/bitstream/handle/id/518231/CF88_Livro_EC91_2016.pdf
+OK 20120913224720 http://www.eurpolcom.eu/exhibits/paper_12.pdf
+MISS NA http://www.legeforeningen.no/asset/43866/43866_1.pdf
+OK 20210422070110 www.iucnredlist.org
+OK 20210310144337 http://www.nutristrategy.com/econcost.htm
+MISS NA http://pubs.acs.org.■REFERENCES
+OK 20081205015254 http://www.epin.org/pdf/comment_GreviHughes_may03.pdf
+OK 20210308215826 http://www.owasp.org/index.php/Testing_for_XML_Injection_
+OK 20110510222215 http://www.magyarhirlap.hu/tudomany/megnyugtato_hogy_hazai_lett_az_uav.html
+MISS NA http://www.federalreserve.gov/newsevents/testimony/tarullo20090930a.htm.SeealsoJeffreyDeane&PeterKern
+MISS NA http://dailynews.yahoo.com/h/nm/20010702/hl/senate_rights_l.html
+OK 20190509151502 http://www.impressrd.jp/news/120925/ecomic2012
+MISS NA http://www.oocities.org/zulkardi/books.html.DiaksesMaret
+OK 20210411024156 http://www.hindawi.com/journals/jar/2012/243958/
+MISS NA www.nature.com/scientificreportswww.nature.com/scientificreports/12
+OK 20210422032850 http://rsb.info.nih.gov/ij
+OK 20170811043829 http://lobis.nic.in/ddir/dhc/MAN/judgement/03-09-2015/MAN02092015S25012015.pdf
+OK 20070607011355 http://hss.ulb.uni-bonn.de/diss_online/math_nat_fak/2003/wiemers_martin/index.htm
+OK 20210111120837 http://www.al-monitor.com/pulse/originals/2015/09/turkey-elections-akp-mulls-dumping-social-media-trolls.html
+MISS NA http://Ca.waterUSGS.gov/mercury/fs06100.html
+OK 20210415145650 http://www.worldbank.org/research/trade
+OK 20210413230555 http://plato.stanford.edu/archives/spr2016/entries/metaphysics/
+MISS NA http://www.minproteccionsocial.gov.co/VBeContent/library/documents/DocNewsNo18358Docu-mentNo9089
+MISS NA www.shorouknews.com/columns/view.aspx?cdate=08012015&id=80d49cd1-465c-4f7e-9697-86c67c8ae41b
+OK 20180728133535 http://www.scielo.br/pdf/epec/v13n3/1983-2117-epec-13-03-00263.pdf
+MISS NA http://slightlybiasedmanga.com/category/series/yukikos-spinach/.Consultéle17février2012
+OK 20160408202618 www.forum.iop.harvard.edu/content/vice-president-biden-deliver-remarks-foreign-policy
+MISS NA https://elibrary.ru/item.asp?id=15560175
+OK 20170809093402 http://www.2ndchance.info/marijuana-Murray2005.pdf
+OK 20170527160914 http://www.nationalreview.com/article/212601/womens-wrongs-donna-m-hughes
+OK 20210406234207 www.unhcr.ch
+MISS NA http://www.ucm.es/BUCM/revistas/ccr/11354712/articulos/ILUR9999440097A.PDF
+OK 20100214125252 http://www.arxiv.org/abs/cond-mat/9906077
+MISS NA http://www.nhlbi.nih.gov/guidelines/asthma/asthgdln.pdf.Accessed
+MISS NA http://www.naph.org/Publications/Characteristics-2007.aspx.Accessed
+OK 20181203180957 http://www.hydroworld.com/articles/2017/06/us-25-million-1-5-mw-tidal-in-stream-energy-conversion-project-planned-in-philippines.html
+OK 20141107000646 http://www.ice.deusto.es/rinace/reice/vol2n1/Maureira.pdf
+MISS NA https://trid.trb.org/view/181996.https://www.transilien.com/sites/default/files/atoms/files/communique_charte_lissageheuresdepointe_la_defense.pdf
+OK 20210320082231 http://pantherdb.org/
+OK 20210120043630 http://www.drugwise.org.uk/what-are-the-dangers-from-using-drugs/
+MISS NA http://www.acnur.org/portugues/wp-content/uploads/2018/02/C%C3%A1tedra-S%C3%A9rgio-Vieira-De-Mello_Relat%C3%B3rio-Anual_ACNUR-2017.pdf
+OK 20201203040310 https://www.epicentro.iss.it/tumori/pdf/NC2019-operatori-web.pdf
+OK 20171203011421 http://www.biomedcentral.com/1471-2458/8/56
+OK 20190924190225 http://www.bloodjournal.org/site/subscriptions/index.xhtml
+MISS NA http://arxiv.org/abs/0810.4796v2
+OK 20180603183404 http://ssrn.com/abstract=625902
+MISS NA https://www.wider.unu.edu/sites/default/files/wp2010-105.pdf
+MISS NA https://index.woorank.com/en/reviews?country=mz
+OK 20200218000220 https://www.seafish.org/media/Publications/SR654_final.pdf
+OK 20170816105749 http://www.scielo.br/pdf/rbso/v37n125/a20v37n125.pdf
+OK 20210301132842 http://petapixel.com/2014/02/06/high-school-girl-takes-selfie-cadaver-wins-vote-repulsive-selfie/
+OK 20150905182931 http://ideas.repec.org/a/bla/restud/v47y1980i1p239-53.html
+MISS NA http://www.mecon.gov.ar/gaspub/crisc351.htmconsultado14/2/2010
+OK 20130923150112 www.einaudi.cornell.edu/latinamerica/academics/hybrid_storyspaces.asp
+OK 20190511042500 https://webstore.ansi.org/safety_standards/safety_signs_labels.aspx
+OK 20070624000744 http://diglib.princeton.edu/ead/eadGetDoc.xq?id=/ead/mudd/univarchives/AC015.EAD.xml
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+OK 20181012150122 https://www.diva-portal.org/smash/get/diva2:670552/FULLTEXT01.pdf
+MISS NA http://www.cran.r-project.org.unpublished
+OK 20210422004816 www.gnu.org/software/octave
+OK 20210308063520 https://mra.asm.org/content/1/2/e00184-13
+OK 20210421104533 http://www.w3.org/TR/2001/REC-xml-c14n-20010315/
+OK 20200930160128 https://www.medischcontact.nl/nieuws/laatste-nieuws/artikel/hoofdlijnenakkoord-medisch-specialistische-zorg-zware-opgave.htm#
+OK 20201229100232 http://ec.europa.eu/commfrontoffice/publicopinion/archives/ebs/ebs_401_en.pdf
+MISS NA http://www.cbsnews.com/stories/2007/06/01/business/main2873658.shtmlArticle4-http://www.cbsnews.com/stories/2006/10/05/business/main2069040.shtmlSample
+MISS NA http://www.ani.gov.co/cMs/media/file/cuarta%20Generacion%20de%20concesiones%20Luis%20Fernando%20andrade%20moreno.pdf
+OK 20061028090034 http://www.seeleylake.com/pfnews/2000news/aug00/forestclosed.html
+MISS NA http://capalibrarians.org/wp/wp-content/uploads/2015/11/CAPAL-Nov12-2015-MUALA-1.pdf
+MISS NA https://www.brilio.net/creator/4-fakta-urban-toys-mainan-unik-yang-disukai-orang-dewasa-3c0e07.html
+MISS NA http://www.oecdobserver.org/news/fullstory.php/aid/2756/OECD/Model/Tax_Convention.html-lastaccessed10/05/2013
+OK 20190508064738 https://cyberleninka.ru/article/n/dialektika-teoretiko-metodologicheskih-osnov-ekonomicheskogo-analiza
+MISS NA http://www.scielo.br/pdf/rlae/v16n4/pt_16.pdf14
+OK 20210120105416 www.minshawi.com
+MISS NA http://www.racha.org.kh/rc2008/98/HAC-005.pdf
+MISS NA https://www.digitalhealth.net/2018/02/cybersecurity-news-round-up-8/
+OK 20210306010309 http://www.homerf.org/
+MISS NA http://www.feem.it/Feem/Pub/Publications/WPapers/default.htmlhttp://www.ssrn.com/link/feem.htmlhttp://www.repec.orghttp://agecon.lib.umn.eduNOTEDILAVOROPUBLISHEDIN2006SIEV1
+OK 20170830035710 https://stuff.mit.edu/afs/athena/course/11/11.951/oldstuff/albacete/Other_Documents/Europe%20Transport%20Conference/planning_for_sustainab/assessment_of_meas1474.pdf
+OK 20210127165459 http://isismagazine.org.uk/2014/05/femislam-the-quran-and-gender-equality/
+OK 20210126022243 http://www.who.int/features/factfiles/adolescent_health/en/index.html
+MISS NA http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1932-
+OK 20110420050947 http://cadth.ca/index.php/en/events/sympos-2008
+OK 20110724063403 http://www14.aena.es/csee/ContentServer?pagename=Estadisticas/Home
+OK 20200224015445 www.cso.fba.ul.pt
+OK 20210418121928 http://www.ncbi.nlm.nih.gov/pmc/articles/
+OK 20130507132737 http://www.comet.ucar.edu/outreach/abstract_final/EastFIREConfProc/Abstracts/Session%203C%20PDF/3C_Jolly.pdf
+MISS NA http://www.fda.gov/ohrms/dockets/ac/06/briefing/2006-4222B3.pdfaccessed15
+OK 20181104132449 http://mpra.ub.uni-muenchen.de/5833
+MISS NA http://bit.ly/2rrStMg
+OK 20210306161409 http://www.ravelry.com/issues/1481
+MISS NA Availableatwww.dcita.gov.au/crf/paper2000/papandrea.pdf
+OK 20210415143830 http://www.who.int/diabetes/global-report/en/
+OK 20201003124047 https://github.com/LQG-Florida-Atlantic-University/Classical-EOM
+OK 20201112035759 http://www.nytimes.com/2007/08/30/fashion/30baggy.html?_r=0
+OK 20200119104623 http://www.policensw.com/info/fingerprints/finger04.html
+MISS NA http://dukespace.lib.duke.edu/dspace/handle/10161/6775Accessed22/1/15
+MISS NA http://ecdc.europa.eu/en/publications/_layouts/forms/Publication_DispForm.aspx?List=4f55ad51-4aed-4d32-b960-af70113dbb90&ID=1288
+MISS NA http://math.unice.fr/∼carlos/
+MISS NA http://www.sciencedirect.com/science/article/pii/S0006322315004709
+OK 20210321115604 http://www.aps.org/energyefficiencyreport
+OK 20120708210635 http://www.cenia.cz/web/www/web-pub2.nsf/$pid/CENMSFQP2T8Q/$FILE/ETAP%20CR.pdf
+OK 20210417162035 http://www.amara.com/current/wavelet.html
+MISS NA http://uamoderna.com/jittepisistory/yakovenko47.KorzonTadeusz.WewnętrznedziejePolskizaStanisławaAugusta
+MISS NA http://link.aps.org/abstract/PRL/v95/e192501
+OK 20200806005101 http://rua.ua.es/dspace/handle/10045/25674
+OK 20210322011450 www.healthypeople.gov/publications/
+MISS NA http://www.interpares.org/ip2_overview_of_intellectual_framework(20030311)03ed.pdf
+MISS NA https://www.sciencedirect.com/science/article/pii/S1010794011004969
+MISS NA https://repositorio.ufu.br/handle/123456789/22969.Acessoem
+OK 20210414143659 http://wiki.portal.chalmers.se/agda/pmwiki.php
+OK 20201124155808 http://informationr.net/ir/12-3/paper318.html
+OK 20041130193605 cs.ucla.edu/classes/winter04/csM152A/l3/handout/bounce.pdf
+OK 20161019121454 http://www.dau.mil/DODdacm/Lists/Workforce%20Metrics/AllItems.aspx
+OK 20160605043219 https://www.autostat.ru/infographics/23896/
+MISS NA http://kiedit.ki.se/sites/default/files/mhr2001.pdf.Accessed
+OK 20210422073008 https://foursquare.com/
+OK 20160528151308 https://365info.kz/2016/05/vypuskniki-bolashaka-vo-vlasti-obzor-kazahskoj-pressy
+OK 20180416134818 http://camara.leg.br/legin/fed/declei/1930-1939/decreto-lei-737-23-setembro-1938-350748-publicacaooriginal-1-pe.html
+OK 20200115011744 www.gsmworld.com/news/statistics/index.shtml
+OK 20190923211016 https://www.congress.gov/bill/113th-congress/senate-bill/2353
+OK 20200903122247 http://www.deutsches-polen-institut.de/newsletter/polen-analysen/
+MISS NA http://www.ine.es/"www.ine.es
+OK 20210126040811 http://www.columbia.edu/~jeh1/newschool_text_and_slides.pdf
+OK 20190710214226 http://www.catedras.fsoc.uba.ar/ginfestad/biblio/1.2.%20Creswell.%20A%20qualit....pdf
+MISS NA http://www.kmuforschung.ac.at/de/Presse/2009/Pressemitteilung%20Familienunternehmen_23042
+OK 20210407105016 http://www.jennessent.com/arcgis/arcgis_extensions.htm
+MISS NA https://goo.gl/YmgmsF
+MISS NA http://www.itee.uq.edu.au/nic/papers/csss-rna.pdf
+OK 20201112032358 http://www.oxfordscholarship.com/view/10.1093/acprof:oso/9780198524793.001.0001/acprof-9780198524793
+OK 20210410053742 http://usa.autodesk.com
+OK 20210415012431 http://www.elsevier.com/locate
+OK 20201201093205 https://cran.r-project.org/web/packages/caTools/caTools.pdf
+OK 20210415132608 https://www.usability.gov/how-to-and-tools/methods/scenarios.html
+OK 20060515215304 http://doi.acm.org/10.1145/373256.373258
+OK 20180221095030 http://www.americaeconomia.com/analisis-opinion/la-creciente-importancia-de-las-ti-en-las-organizaciones-modernas
+OK 20210310055029 http://www.hse.ru/rlms
+MISS NA http://189.28.128.100/dab/docs/legislacao/resolucao67081007.pdf
+MISS NA http://www.pressherald.com/2016/01/01/new-stormwater-fee-takes-effect-in-portland-on-friday.Accessed26
+MISS NA https://baomoi.com/1-nguoi-chet-3-nguoi-bi-thuong-trong-vu-sap-can-nha-3-tang/c/22066904.epi
+MISS NA http://ashp.revues.org/index998.html.Consultéle13septembre
+OK 20201010151855 http://www.bbc.com/mundo/noticias-43503205
+OK 20210422083349 http://www.R-project.org/
+OK 20160817062821 http://www.forestry.gov.uk/src
+OK 20120626040441 http://www.eso-stroke.org/recommendations.php
+OK 20170829163606 http://www.ccas.ru/gridgen/ggta02/papers/Kovalev.pdf
+OK 20210420215712 http://pytorch.org
+OK 20210422083349 http://www.R-project.org/
+OK 20210409172904 http://www.un.org/ga/aids/pdf/abuja_declaration.pdf
+MISS NA http://www.ops.org.bo/servicios/RepúblicadeCuba.MinisteriodeSaludPública
+MISS NA http://www.standards.org.au/search/Results.-aspx?k=AS%2FNZS%20ISO%2031000%3A2009
+OK 20180201132221 http://www.hmgb1.net/en/products/elisa.html
+MISS NA http://ccgb.umn.edu/Pub_SpruceDB/
+OK 20210419044037 http://www-wales.ch.cam.ac.uk/software.html
+OK 20200919225259 http://www.osha.mddsz.gov.si/resources/files/pdf/OSH%20SME%20REPORT%20-%20FINAL%20020609.pdf
+OK 20210124231801 http://www.washingtonpost.com/ac2/wp-dyn?pagename=article&contentId=A8481-2002Oct24&notFound=true
+OK 20170127191746 http://www.docenciauniversitaria.org/volumenes/volumen5/ART6_Vol5_N2.pdf
+OK 20201108133015 https://www.wsj.com/articles/australia-and-indonesia-discuss-joint-patrols-in-south-china-sea-1477979242
+MISS NA https://academic.oup.com/ijtj/article/2/1/23/2356900/Truth-Skepticism-An-Inquiry-into-the-Value-of
+MISS NA http://www.seriousgames.org/presentations/serious-games-taxonomy-2008_web.pdfhttp://www.seriousgames.org/presentations/serious-games-taxonomy-2008_web.pdf
+OK 20150512052912 http://www.kaiser-pbt.de/DE/content/view/25/71/
+OK 20210220175411 http://statline.cbs.nl/StatWeb/publication/
+OK 20200620010832 http://www.eurogroupforanimals.org/wp-content/uploads/E4A-MAWP_Report-screenOKKKK.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210421035952 uni-bielefeld.de
+OK 20200204070940 http://www.gromacs.org/Documentation/How-tos/Tabulated_Potentials
+OK 20181024151104 http://cuentame.inegi.org.mx/mapas/pdf/nacional/div_territorial/nacionalestados_sn.pdf
+OK 20080616121915 http://econ.worldbank.org/WBSITE/EXTERNAL/EXTDEC/EXTRESEARCH/0
+OK 20210415075605 http://www.ncdc.noaa.gov/oa/ncdc.html
+OK 20171119144521 http://eductice.ens-lyon.fr/EducTice/recherche/geomatique/telechargement/actesEIAH2009
+OK 20200730181836 http://projecteuclid.org/euclid.pm/1450818481
+MISS NA http://bit.ly/1NTF4Rj
+MISS NA http://onlinelibrary.wiley.com/doi/10.1002/jsfa.2740610205
+MISS NA http://www.portal.euromonitor.com/Portal/Pages/Statistics/Statistics.aspx.Accessed
+MISS NA http://www.es.net/oscars.Accessed1
+OK 20210227044934 www.spiritconsortium.org
+OK 20160923002126 http://www.asil.org/insights100217.cfm
+OK 20040624085224 http://www.aem.umn.edu/people/others/hane/micro.twin.html
+OK 20210422152551 http://www.scielo.br/scielo.php
+OK 20100702050705 http://www.aerotropolis.com/aerotropolis.html
+OK 20050404234251 http://www.npf.org.tw/PUBLICATION/IA/092/IA-B-092-010.htm
+MISS NA http://ecaths1.s3.amazonaws.com/teoriasocialcontemporanea/578647752.Descola%20mas%20alla%20de%20la%20naturaleza...pdf
+MISS NA http://www.who.int/cancer/detection/breastcancer/en/2008
+OK 20200218055107 http://www.depkes.go.id/resources/download/general/Hasil%20Riskesdas%202013.pdf
+OK 20210412231326 http://everydayliteracies.net/files/NewLiteraciesSampler_2007.pdf
+OK 20210415074018 http://www.naika.or.jp/imonline/index.html
+OK 20210420231525 http://seer.ufrgs.br/cena
+OK 20180603030907 https://pubs.acs.org/doi/abs/10.1021/es703145t
+OK 20200602165011 bit.ly/2ykYLWR
+OK 20210226171021 http://www.globalsecurity.org/space/library/report/1997/basicnav.pdf
+MISS NA http://sociologies.revues.org/index3466.htmlHuault
+OK 20200502051143 http://www.isdscotland.org/Health-Topics/Cancer/Cancer-Statistics/Colorectal/#colorectal
+OK 20210228093315 http://www.cbicdados.com.br
+OK 20210308060016 https://cran.r-project.org/web/packages/rpart/index.html
+OK 20210416094025 https://www.autosar.org
+OK 20070715055911 http://language.cnri.reston.va.us/TeamTIDES/TeamTIDESapr2003.pdf
+OK 20140514065745 http://www.innovation.cc/volumes-issues/hess_adams_innovate_public_manage8final.pdf
+OK 20170810005023 http://www.poultryscience.org/psa13/abstracts/2013-PSA-Abstracts.pdf
+OK 20190924190225 http://www.bloodjournal.org/site/subscriptions/index.xhtml
+OK 20210415231838 http://www.bls.gov/oes/current/oes192021.htm
+MISS NA http://www.theregister.co.uk/2009/12/09/amazonec2botcontrolchannel//,lastAccessed
+MISS NA http://www.golnet.org/pdf/Bridging.pdf
+OK 20190121082514 http://www.prt15.mpt.mp.br/informe-se/noticias-do-mpt-campinas/403-turmeiro-e-condenado-por-trabalho-escravo-em-bauru
+OK 20210421174454 https://www.britannica.com/biography/Paracelsus
+OK 20141018105633 http://publications.worldbank.org/ecommerce/catalog/product?item_id=631625
+OK 20201112014438 http://www.oculusvr.com/press/oculus-rift-developers-get-extra-boost-of-support-from-unity-technologies/
+OK 20110904065139 http://www.androidappdictions.com/archives/415
+OK 20180317233946 http://www.ema.europa.eu/docs/es_ES/document_library/EPAR_-_Product_Information/human/002799/WC500171594.pdf
+MISS NA http://www.R-project.org/RockwoodLL
+OK 20180602101255 https://link.aps.org/doi/10.1103/PhysRevB.88.115205
+OK 20210417060259 http://sillok.history.go.kr
+MISS NA http://www.seismo.unr.edu/ftp/pub/louie/class/100/magnitude.htmlREFERENCES
+MISS NA http://www.core.ucl.ac.be/services/psfiles/dp06/dp20064.pdf
+OK 20200319180117 https://bibliotecadigital.ipb.pt/bitstream/10198/6864/1/PaulaMinhoto_22696.pdf
+OK 20190101131552 http://www.bacen.gov.br
+MISS NA https://www.leismunicipais.com.br/a/sp/a/araraquara/lei-ordinaria/2009/715/7152/lei-ordinaria-n-7152-2009-concede-isencao-de-imposto-predial-e-territorial-urbano-para-propriedades-que-conservarem-area-arborizada-iptu-verde-2009-12-08.html
+OK 20210308175339 http://www.verizonenterprise.com/resources/reports/rp_DBIR_2016_Report_en_xg.pdf
+OK 20090106071319 http://www.nwhealth.gov.za/nwhealth_web/doc_reports.php
+OK 20210116120347 www.rafa2015.eu
+MISS NA http://revista.ibict.br/ciinf/article/viewFile/1375/1553
+MISS NA http://www.webradioagua.org/.Acessadoem14fev
+OK 20140827211856 http://www.abs.gov.au/websitedbs/censushome.nsf/home/factsheetsuid?opendocument&navpos=450
+OK 20210408032144 http://plaza.umin.ac.jp/~yokada/datasource/software.htm
+OK 20210213213923 http://www.ucop.edu/ott/bayh.html
+OK 20200221194735 http://edpsychassociates.com/Watkins3.html
+MISS NA http://www.hcch.net/upload/wop/gap2015pd03c_fr.pdf
+OK 20131112151755 http://alhikmah.edu.ng/wp-content/uploads/2013/11/strains-and-stresses-in-the-nigerian-university-system.pdf
+MISS NA http://ssrn.com/abstract:883593
+MISS NA http://www.fao.org/docrep/s2022e/s2022e02.htm.Acessoem:20deabr
+OK 20190809054711 http://arxiv.org/abs/0807.2900
+MISS NA http://www.e-publicacoes.uerj.br/index.php/redp/index.Acesso:julho/2017
+OK 20210415015146 http://www.agencija.gov.mk/
+OK 20210301092035 http://www.cs.huji.ac.il/labs/parallel/workload/logs.html
+OK 20200421045816 http://www.cervedgroup.com
+OK 20210227002249 http://www.sidra.ibge.gov.br/bda/acervo/acervo2.asp?e=v&p=PA&z=t&o=10
+OK 20180209132939 http://www.worldwildlife.org/science/data.cfm
+OK 20210416085303 http://calcite.apache.org/
+OK 20140405012213 http://www.greenplum.com
+OK 20210215151245 http://www.tandfonline.com/doi/abs/10.1080/10437797.1992.10778772
+OK 20201114000606 www.who.int/reproductivehealth/publications/fgm/9789241596442/en/index.html
+OK 20190916124702 http://st-yak.narod.ru/index2-6-1.html
+OK 20210411042826 http://www.gnomemeeting.org
+OK 20160123123021 https://issuu.com/observatoriodearteurbano/docs/mural__2
+OK 20190703190204 http://www.wilderness.org.au/campaigns/wildcountry/gondwanalink/gondwana_summary/
+OK 20210321041518 http://quickstats.censusdata.abs.gov.au/census_services/getproduct/census/2016/communityprofile/2GMEL?opendocument
+MISS NA https://www.chinaedu-center.com/en/cedu.php.Zugegriffen:19
+OK 20151216193054 http://www.hurriyet.com.tr/twitterin-kapandigi-gun-gulun-ofisi-twitter-hesabi-acti-29616580
+OK 20141018052438 http://www.springerplus.com/content/2/1/636
+OK 20210422060535 http://www.un.org
+OK 20210415114435 http://www.thefreedictionary.com/multiculturalism
+OK 20210325005446 http://www.cdc.gov/h1n1flu/childcare/guidance.htm
+OK 20150405004416 https://www.issafrica.org/uploads/SACQ48_Hornberger.pdf
+OK 20210420212356 http://www.nngroup.com/articles/why-you-only-need-to-test-with-5-users/
+MISS NA https://www.forestresearch.gov.uk/tools-and-resources/biomass-energy-resources/reference-biomass/facts-figures/moisture-content/
+OK 20210421020847 http://epp.eurostat.ec.europa.eu/portal/page/portal/nuts_nomenclature/introduction
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/26526190
+OK 20210117023730 http://www.ifla.org/files/assets/information-literacy/publications/ifla-guidelines-en.pdf
+MISS NA http://www.nhlbi.nih.gov/guidelines/asthma/asthgdln.pdf.Accessdate02-12-2012
+OK 20201111162457 http://www.bbc.co.uk/news/science-environment-14563766
+OK 20210227060318 http://www.uwgb.edu/watershed/student/activities/Presentations/AWRA_Randerson.pdf
+MISS NA Http://Www.civilica.com/Paper-MCED02-
+MISS NA http://www.houstonisd.org/Karasar
+OK 20170813211520 http://old.iupac.org/publications/cei/vol8/0801xDeJong.pdf
+MISS NA https://software.ecmwf.int/wiki/display/CKB/ERA5þdataþdocumentation
+MISS NA http://www.pac.org/page/BoardofDirectors/Dire.shtml
+MISS NA http://dx.doi.10.1111/add.13043
+MISS NA http://uab.unb.br/Moodle/mod/data/view.php?d=1
+OK 20170217135316 http://files.eric.ed.gov/fulltext/ED355706.pdf
+OK 20171014065239 http://revistas.um.es/daimon/article/view/11921
+OK 20201201101357 http://www.crec.ifas.ufl.edu/extension/pest/PDF/2017/Nutrition_Mangement.pdf
+MISS NA http://www.jafib.com/PMC/XML/Inprogress/1174/1174pdf_eduardo_saad.pdf.Accessed
+MISS NA http://www.oed.com/view/Entry/251269?redirectedFrom=Borgesian
+OK 20210308115648 http://www.newstatesman.com/politics/2014/05/narendra-modi-man-masses
+MISS NA www.wlsa.org.mz/wp-content/.../Diploma_ministerial_60-2017.pdf
+OK 20210421000530 www.rosecroixjournal.org
+OK 20210415145310 www.wkkf.org/Pubs/Tools/Evaluation/Pub3669.pdf
+OK 20210211090028 http://content.wkhealth.com/linkback/openurl
+OK 20210119184147 http://cherg.org/projects/list.html#LiSTtop.Accessed
+OK 20210417214217 https://www.gov.uk/government/groups/joint-committee-on-vaccination-and-immunisation#minutes.Accessed22
+OK 20210126213806 http://www.planalto.gov.br/ccivil_03/_ato2015-2018/2016/lei/L13341.htm
+OK 20191102071920 https://www.observatorio-empresas.vodafone.es/articulos/grandes-empresas/john-cohn-internet-cosas-modelo-negocio/
+OK 20200804143525 http://www.biogeosciences.net/5/1457/2008/
+OK 20210414192242 http://www.analyse-it.com/
+OK 20170316223146 http://www.torontosun.com/2016/01/25/guelph-mercury-paper-to-stop-publishing
+OK 20210417040604 https://stacks.cdc.gov/view/cdc/11862/
+OK 20210420141906 http://www.xilinx.com
+OK 20190915204505 http://www.biodlogics.com/technology/biod-factor
+OK 20210417174113 http://www.un.org/esa/socdev/enable/dissre00.htm
+OK 20200327234325 https://ieeexplore.ieee.org/document/7546098
+OK 20150105060304 http://www.bensoc.asn.au/parc_search/transracial_article_educate.html
+OK 20210411032007 https://www.rcplondon.ac.uk/sites/default/files/why-asthma-still-kills-full-report.pdf
+MISS NA http://www.jcmr-online.com/content/17/S1/Q78
+MISS NA http://kunstogkulturvidenskab.ku.dk/ansatte/kunst/?pure=da%2Fpersons%2Fpeter-alexander-van-der-meijden
+OK 20210320205022 www.ers.usda.gov/data-products/food-expenditures.aspx#.U2vmj17lNZF
+MISS NA http://www.sbpcnet.org.br/livro/lavras/resumos/1298.pdf
+OK 20210421115946 http://www.frbatlanta.org/filelegacydocs/wp0721.pdf
+OK 20200527144412 http://www.gmomf.org/about-us/introduction-on-gmmf/
+OK 20210411005113 http://www.londrina.pr.gov.br/
+OK 20170111130355 http://www.brcglobalstandards.com/Manufacturers/Food/WhytheBRCStandard.aspx#.VuatpX2LSUk
+OK 20170809030625 http://www2.mar.dfo-mpo.gc.ca/science/trac/documents/TRD_2009_04_E.pdf
+OK 20210128051714 https://www.helis-project.eu/
+MISS NA https://bld.natsci.msu.edu/academics/undergraduate-programs/clinical-laboratory-sciences/15.16.http://catalog.uab.edu/undergraduate/schoolofhealthprofessions/clinicalanddiagnosticsciences/majormedicaltechnology/#courseinventory
+MISS NA http://hivaidsclearinghouse.unesco.org/search/resources/workshop%20paper%206.pdf
+OK 20201022072102 https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/2011censuslocalcharacteristicsonethnicityidentitylanguageandreligionforoutputareasinenglandandwales
+OK 20200717052841 http://www.ep.liu.se/ecp/063/013/ecp11063013.pdf
+MISS NA http://www.semanticweb.org/ontologies/2009/9/DOHand.owl#implements--
+OK 20170517114015 http://www.railcan.ca/assets/images/publications/2014_Rail_Trends/2014_RAC_RailTrends.pdf
+OK 20201122154626 http://www.telegraph.co.uk/finance/financialcrisis/8419616/Irelands-banking-crisis-timeline.html
+MISS NA http://metronews.ca/news/ottawa/7458/top-cop-stands-firm-on-sweeps-of-sex-workers/
+MISS NA http://water.nier.go.kr/Accessed
+MISS NA http://wales.gov.uk/topics/environmentcountryside/farmingandcountryside/plantsseedsbiotechnology/geneticallymodifiedorganisms/?lang5en
+OK 20210417023212 https://www.w3.org/WAI/older-users
+OK 20210225131255 http://eslab.ucdavis.edu
+OK 20200922045435 http://www.americamagazine.org/issue/784/signs/jesuit-who-invented-hypertext
+OK 20200827031300 http://www.ast.cam.ac.uk/rfc/vpfit.html
+OK 20190117165653 http://www.justica.sp.gov.br/portal/site/SJDC/
+OK 20171203023721 http://www.redalyc.org/articulo.oa?id=13602704
+OK 20201112040529 http://www.bu.edu/research/articles/funding-for-scientific-research/
+OK 20131229092151 http://www.betapharma.com/index.html
+MISS NA http://www.investorrelations.lloydstsb.com/media/pdf_irmc/gr/corp_resp/LTSB_Nomination_Committee_May2008.pdfaccessedon11th
+OK 20210414195143 www.bredemeyer.com
+OK 20201125174448 http://wjst.wu.ac.th/index.php/wjst/article/view/684/337
+OK 20200223112349 http://redteamjournal.com/about/red-teaming-and-alternative-analysis/
+OK 20200421174859 http://books.google.ch/books?id=OiyYhChj7GwC
+MISS NA https://github.com/540co/yourTwapperKeeper〉
+OK 20121204052034 http://www.hp.com./lar/hpsocios
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/11372398
+MISS NA http://www.funag.gov.br/biblioteca/dmdocuments/0068.pdf
+MISS NA http://www.spiegel.de/wirtschaft/ostsee-pipeline-schroeder-uebernimmt-fueh-rungsjob-bei-gazprom-konsortium-a-389493.html
+OK 20190902021609 http://dblp.uni-trier.de/db/conf/nips/nips2015.html#DentonCSF15
+OK 20170118175922 http://www.rita.dot.gov/bts/sites/rita.dot.gov.bts/files/publications/commodity_flow_survey/2012/united_states/table1.html
+OK 20140920193816 http://www.devx.com/TabletPC/Article/21302
+MISS NA http://www.leeds.ac.uk/cedars/http://www.konbib.nl/nedlib/
+OK 20210121145740 http://www.level3finance.com
+OK 20201211154342 http://www.svr-gesundheit.de/fileadmin/user_upload/Gutachten/2007/Kurzfassung_2007.pdf
+MISS NA http://hdl.handle.net/10289/4338
+MISS NA http://www.knigafund.ru/books/119379/read#page2
+MISS NA https://orcid.org/0000-0002-2811-3352
+OK 20210412195222 http://avalon.law.yale.edu/18th_century/proc1763.asp
+OK 20210314182507 http://www.anped.org.br
+MISS NA http://news.bbc.co.uk/1/hi/world/africa/4052199.stm.Accessed
+MISS NA http://www.businessday.co.za/Articles/Content.aspx?id=31758
+OK 20201017051147 http://www.mainelegislature.org/legis/statutes/38/title38sec480-B.html
+OK 20200208191656 http://www.seer.ufrgs.br/renote/article/download/14012/7902
+MISS NA http://www.revistarelaciones.com/files/revistas/136/pdf/RosasSalas.pdf
+OK 20200922081244 https://www.ukrinform.net/rubric-economy/2442369-tourism-accounts-for-15-of-ukraines-gdp-in-2017-economic-development-ministry.html
+OK 20190121043219 http://isebvmf.com.br/wiki-linha-do-tempo-ise/?locale=pt-br
+MISS NA http://www.uniklinikum-dresden.de/das-klinikum/kliniken-polikliniken-institute/hno/forschung/interdisziplinares-zentrum-fur-riechen-und-schmecken/downloads/downloads/sticks_eng.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/19942149.Ac-cessed10
+OK 20210314174317 http://www.ash.org.uk/files/documents/ASH_891.pdf
+MISS NA http://portal.acm.org/citation.cfm?id=1639601.1639615&coll=ACM&dl=ACM&CFID=73975022&CFTOKEN=29423495
+OK 20110827065636 http://www.skintherapyletter.ca/stl/download/stl_14_1.pdf
+MISS NA http://goo.gl/k067l
+OK 20210323145630 https://www.osmre.gov/lrg/docs/SMCRA.pdf
+MISS NA https://developer.akamai.com/learn/Caching/Customized_Caching_Rules.html
+OK 20210312233135 http://content.time.com/time/subscriber/article/0,33009,2147707,00.html
+OK 20201022143752 http://www.racyja.com/hramadstva/u-kanadze-pamyor-abvinavachany-u-zabojs/
+MISS NA http://lex.uz/pages/getpage.aspxact_id=3107042.3
+OK 20201020090817 http://www.revistatog.com/num7/pdfs/modelos1.pdf
+OK 20210117162928 http://www.pm2go.com
+MISS NA https://goo.gl/GAa2H3
+MISS NA http://www.edweek.org/sre-ports/qc04/article.cfm?slug=17exec.h23
+OK 20210418192305 http://php.net/manual/en/book.openssl.php
+MISS NA https://www.cidui.org/revistacidui/index.php/cidui/article/view/537
+OK 20200512080327 http://bit.ly/HRSC_MOLA_Blend_v0
+MISS NA http://stacks.iop.org/0295-5075/71/228
+MISS NA https://arxiv.org/abs/1904.12416
+MISS NA http://www.laprensagrafica.com/2013/09/19/propuesta-para-mejorar-educacionVisitada25-09-2013
+OK 20191119095158 http://stacks.iop.org/1748-9326/10/i=10/a=105004?key=crossref.06f704f25d3849d4c77d7234636d2811
+OK 20091204010907 http://www.nod32club.com/forum/thread-27215-1-1.html
+OK 20161225224506 http://www.minergie.ch/list-of-buildings.html
+MISS NA http://dev.worldwidecreative.co.za/en/media-briefs/fact-sheets/factsheet-5-skills-migration-and-the-brain-drain-in-South-Africa-lastaccessed01/05/2013
+OK 20210307200911 https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/447575/Downward_mobility_opportunity_hoarding_and_the_glass_floor.pdf
+MISS NA http://www.fsis.usda.gov/Frame/FrameRedirect.asp?main¼http://www.fsis.usda.gov/OPPDE/rdad/FRPubs/SanitationGuide.htm#416.2Accessed
+OK 20030811071637 http://www.saci.org.br/index.php?modulo=akemi&parametro=17110
+MISS NA https://www.researchgate.net/publication/2815249_Measuring_the_Digital_
+MISS NA un.engagement.envers.la
+MISS NA http://iai.asm.org/Downloadedfrom
+OK 20210415113621 http://www.spatialecology.com/htools
+OK 20210411041335 http://www.toadsoft.com
+OK 20210412224929 http://escholarship.org/uc/ismrg_cisj
+OK 20180316164351 http://www.feng.com/iPhone/news/2017-05-24/IOS-and-Android-global-share-gap-is-more-bigger_679074.shtml
+MISS NA http://animallaw.info/article/animal-law-australia
+MISS NA http://jb.asm.org/Downloadedfrombactervar.tumefaciens
+MISS NA http://www.mdpi.com/2309-608X
+OK 20210415012716 http://CRAN.R-project.org/package=nlme
+MISS NA http://www.sciencedirect.com/science/article/pii/S0304885398005800
+OK 20210223223416 http://www.audiblemagic.com
+OK 20210422020038 http://apps.who.int/classifications/icd10/browse/2010/en
+OK 20191226162723 http://msvet.ru/faq?question=10
+OK 20170626225956 http://www.eltelegrafo.com.ec/noticias/ecuador/3/manana-se-daran-a-conocer-cifras-oficiales-del-costo-del-terremoto
+OK 20200910133319 https://github.com/bmbolstad/preprocessCore
+OK 20150910082235 http://www.novodiagroup.com/mobile-payment-solution-from-novo-dia-group-enables-michigan-farmers-markets-to-tap-into-the-snap-and-wic-market/
+MISS NA https://megapolitan.kom-pas.com/read/2013/07/19/0938530/
+OK 20201028104658 http://www.econ.nyu.edu/user/debraj/Papers/povasp01.pdf
+MISS NA https://www.businesseurope.eu/sites/buseur/files/media/im-ported/2015-00194-E.pdf
+OK 20201227060209 http://www.geopolitika.lt/?artc=1871
+MISS NA http://63.249.122.224/wp-content/uploads/2010/07/campusfoodguide_2010_11.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/nuccore/KU519526;identifiedBy
+OK 20210418060445 http://www.oiv.int/en/statistiques/
+MISS NA https://www.e-encuesta.com/tipos-de-pregunta-en-la-encuesta/
+MISS NA https://bjsm.bmj.com/content/45/4/259.long.Acessoem
+MISS NA http://www.udhb.gov.tradresindenedinilmiştir
+OK 20210411114137 http://www.ncbi.nlm.nih.gov/pubmed/27384237
+OK 20210112224139 http://www.ecfr.eu/article/commentary_irans_elections_a_bid_to_dilute_hardliners_6010
+MISS NA http://goo.gl/6GSrGx.Acessoem
+OK 20210226205738 http://xergames.com/
+MISS NA http://www.e-derecho.org.ar/congresoprocesal/Cargas%20Probatorias%20Din%E1micas%20_Grande_pdf
+MISS NA http://stacks.iop.org/2041-8205/851/i=2/a=L35
+OK 20210422043022 https://firebase.google.com
+MISS NA http://sistemasweb.agricultura.gov.br/sislegis/action/detalhaAto.do?method=visualizarAtoPortalMapa&chave=72818869
+OK 20180208183914 http://www.uniprot.org/uniprot/Q7XBB8
+OK 20200903075459 https://arxiv.org/abs/1611.02428
+MISS NA http://www.oncoline.nl/erfelijke-darmkanker.Accessed25
+OK 20020105095221 http://www.opengis.org/techno/articles/mdleware.htm
+MISS NA http://www.ibge.gov.br/home/es-tatistica/economia/agropecuaria/agrotoxicos.shtmPiresDX
+OK 20210415051818 www.intangiblecapital.org
+OK 20170624192901 http://www.amnesty-polizei.de/d/wp-content/uploads/police-and-ngos_epphr-dec-2004.pdf
+OK 20160518182643 http://www.determinantes.fiocruz.br
+MISS NA www.cfr-cologne.de/download/workingpaper/cfr
+OK 20130613011510 www.bridge.ids.ac.uk/reports/re40c.pdf
+OK 20210121050239 http://archive.org/details/structurallingui00harr
+OK 20061213030424 www.emea.eu.int/pdfs/human/biosimilar/4283205en.pdf
+OK 20200206211748 http://www.psychfiledrawer.org/replication.php?attempt=MTQ5
+MISS NA http://www.ceara.gov.br/index.php/sala-de-imprensa/noticias/6066-seminario-fortalece-acoes-da-politica-de-saude-na-escola
+MISS NA http://www.un.org/en/development/desa/population/migration/publications/migrationreport/docs/MigrationReport2017_Highlights.pdfFR
+OK 20180319064344 http://www.javaticker.com/
+MISS NA http://www.jstor.org/stable/30186162
+OK 20201112014150 http://www.nytimes.com/2012/12/29/us/on-religion-where-are-the-humanists.html
+OK 20200826033801 http://arxiv.org/pdf/1603.01727v1.pdf
+OK 20191229163000 http://goes.gsfc.nasa.gov
+OK 20210420120913 http://www.alpha.com
+MISS NA http://www.seer.furg.br/ambeduc/article/view/897/355
+OK 20201024151552 http://www.nml-lnm.gc.ca/NESP-PNSME/assets/pdf/2006AnnualReport.pdf
+OK 20200831192502 http://bit.ly/1Y3D3sN
+OK 20150505175435 http://www.fdiworldental.org/media/11231/Ethical-international-recruitment-of-oral-health-professionals-2006.pdf
+MISS NA http://www.omniclass.org/Accessed:20/02/2016
+OK 20200224165826 www.skindna.de
+MISS NA http://rnajournal.cshlp.org/content/19/11/1461.full.pdf+html
+OK 20210416114503 https://ssrn.com/abstract=3551767
+OK 20200730144713 http://www.polsis.uq.edu.au/apsa2008/Refereed-papers/Dann.pdf
+OK 20210421010459 http://www.aims.fao.org
+OK 20200602135106 https://link.aps.org/doi/10.1103/PhysRevB.51.7441
+MISS NA http://www.rightconcept.com.br/artigos
+MISS NA http://www.labmath.uqam.ca/~friedl/index.html
+OK 20170618225005 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/CHDCJBGA.html
+OK 20200813053718 http://seagrant.oregonstate.edu/sgpubs/collaborative-science-stakeholder-engagement
+OK 20210418010053 http://mobihealthnews.com/
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20201024001232 https://www.usenix.org/system/files/conference/foci14/foci14-polatin-reuben.pdf
+OK 20200712143737 http://www.sciencedirect.com/science/article/pii/S0109564109002164
+OK 20120915163032 www.pwsrcac.org/docs/d0040100.pdf
+MISS NA http://www1.folha.uol.com.br/fsp/resenha/rs14119807.htm
+OK 20181229040806 http://www.hbcpnetbase.com/
+OK 20200225220401 http://www.nordugrid.org/arc/
+OK 20171107121036 www.un.org/esa/population/publications/wup1999/wup99.htm
+MISS NA http://www.webappsec.org/projects/threat/classes/pathtraversal.shtml
+OK 20210318055516 https://gmao.gsfc.nasa.gov/pubs/docs/Molod484.pdf
+OK 20200504195206 http://news.sciencenet.cn/sbhtmlnews/2011/5/244171.html?id=244171
+MISS NA http://www.cbhidghs.nic.in/index1.php?lang=1&level=1&sublinkid=84&lid=75
+OK 20080228023725 www.regjeringen.no/nb/dep/hod/dok/nouer/1999/nou-1999-2/4/2.html?id=350994
+OK 20210418175849 http://www.irena.org/publications/2016/Jun/The-Power-to-Change-Solar-and-Wind-Cost-Reduction-Potential-to-2025
+OK 20161031061313 http://www.laguerradelpacifico.cl/Relatos/Iquique/Relatos.htm
+OK 20210223150407 data.unicef.org/resources/state-worlds-children-2016-statistical-tables/
+OK 20030205225622 http://wallaby.vu.edu.au/adt-VVUT/public
+OK 20110619163641 http://www.doh.gov.za/docs/regulations/foodstuff/fortification.html
+MISS NA http://www.fns.usda.gov/wic/incomeeligguidelines01-02.html20
+OK 20210419215206 http://www.fao.org/docrep/018/i3144e/i3144e.pdf
+OK 20200211153441 https://www.ecodocdb.dk/download/Archive/25c41779-cd6e/4206d0ad-1909/Rec7003.pdf
+OK 20190916172229 http://www.spmi.ru/node/2656
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.iee-e802.org/802tutorials/index.html
+OK 20200919002808 http://unfccc.int/resource/docs/napa/bfa01f.pdf
+OK 20200925194347 http://www.svr-gesundheit.de/index.php?id=465
+OK 20200711082059 http://www.interface.org.br/revista10/debates1.pdf
+OK 20150627054044 www.lexmundi.com/Document.asp?DocID=4291
+OK 20210413211917 http://sourceforge.net/projects/xorplus/
+OK 20200220181503 http://ito.edu.ru/2005
+OK 20210303052447 https://www.youtube.com/watch?v=vNySOrI2Ny8
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1414-753X2001000900007&lng=pt&nrm=iso
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/27156636
+MISS NA https://www.catorce6.com/350-publicaciones/13450-todos-los-resultados-de-la-segunda-gran-encuesta-nacional-ambiental-2015
+MISS NA http://www.commsdesign.com/designcorner/OEG20020918S0011
+OK 20200709091252 http://189.28.128.100/dab/docs/publicacoes/geral/rms.pdf
+OK 20200827161633 https://www.learntechlib.org/p/147472/
+OK 20200213181312 http://www.web.uwa.edu.au/__data/assets/pdf_file/0010/1456426/GAPA_PA-InvestmentsWork_FINAL.pdf
+OK 20200105215708 http://www.iso.org/iso/catalogue_detail?csnumber=44958
+OK 20210418125735 http://www.samhsa.gov/grants/grant-announcements/sm-15-005
+OK 20210415130736 http://www.who.int/fctc/text_download/en/
+MISS NA https://www.cbo.gov/publication/54089.Accessed
+OK 20210414005035 https://www.kff.org/health-reform/state-indicator/state-activity-around-expanding-medicaid-under-the-affordable-care-act/
+MISS NA https://bit.ly/2XVZbvQ
+OK 20191110172309 http://www.institute.nhs.uk/quality_and_service_improvement_tools/quality_and_service_improvement_tools/plan_do_study_act.html
+OK 20210328015211 http://mmbr.asm.org/
+OK 20200326160143 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1405327
+MISS NA http://zakon4.rada/.gov.ua/laws/show/548-2013
+OK 20161125002343 http://www2.dupont.com/Kevlar_Gloves/en_US/assets/downloads/kevlar_cut_protection_testing.pdf
+MISS NA https://pcrlab.vetmed.ucdavis.edu/sites/g/files/dgvnsk6571/files/inline-files/DiagnosticPacket08.2019.pdf
+OK 20201112033750 http://www5.statcan.gc.ca/cansim/a26?lang=eng&id=2030026&p2=33
+OK 20200812210653 http://doi.wiley.com/10.1111/j.1742-4658.2011.08285.x
+OK 20210119135057 http://mahlakaarto.fi/
+OK 20190214085134 http://agroconf.org/sites/default/files/dosvid-kanady-es-polityky-pidtrymky-sh-obslugovujuchy-kooperatyviv1_0.pdf
+OK 20210415080730 http://www.nist.gov/public_affairs/releases/upload/smartgrid_interoperability_final.pdf
+OK 20210415140557 http://www.vicon.com
+MISS NA http://www.imss.gob.mx/conoce-al-imss/memoria-estadistica
+OK 20200809121443 http://www.abc.net.au/news/2015-02-24/convicted-criminals-have-visas-cancelled/6254120
+OK 20200723052529 http://digitalia.sbn.it/article/view/404/246
+OK 20201230144612 http://www.sinphonie.eu
+OK 20210413123819 http://arxiv.org/abs/cond-mat/0606317
+MISS NA http://psikiyatri.org.tr/basin/427/tpd-cetad-ortak-basin-aciklamasi-cinsellik-cok-boyutluduradresindenindirildi
+OK 20200916091039 http://sourceforge.net/projects/gridlab-d/
+OK 20210422093823 http://sourceforge.net/projects/ffdshow/
+OK 20130211084722 http://islamlib.com/en/article/women-should-escape-from-the-circle-of-oppression/
+OK 20191205015908 http://www.bgbm.org/BGBM/STAFF/Wiss/Sipman/keys/neokeyA.htm
+OK 20210325145653 http://qgis.osgeo.org
+MISS NA http://www.memoria.fahce.unlp.edu.ar/art_revistas/pr.4379/pr.4379.pdf
+OK 20080918041129 http://scielo.isciii.es/scielo.php?script=sci_arttext&pid=S1695-61412014000200005&lng=es
+MISS NA https://openknowledge.worldbank.org/bitstream/handle/10986/20667/923910WP0Box380he0UNR
+OK 20170204143947 http://www.wrha.mb.ca/healthinfo/news/2011/111006-sacred-medicine.php
+OK 20180911114834 http://www.cpt.coe.int/documents/irl/2011-03-inf-eng.pdf
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/25068272
+OK 20200616222240 https://zakon.rada.gov.ua/laws/show/840_140
+MISS NA HTTP://EUR-LEX.EUROPA.EU/LEGAL-CONTENT/EN/TXT/?QID=1433318086120&URI=CELEX
+OK 20140810081139 http://www.fema.gov/library/viewRecord.do?id=2218
+OK 20150206215929 www.sociedadcivil.cl/nuevodiario/default.asp
+OK 20210421052702 http://www.spss.com
+MISS NA http://www.cdc.gov/flu/weekly/weeklyarchives2010-2011/10-11summary.html.Accessed22
+MISS NA http://informe.cndh.org.mx/uploads/menu/30100/InformeEspecial_Desapariciondeper-sonasyfosasclandestinas.pdf
+OK 20201101061018 http://www.abin.gov.br
+MISS NA http://exon.ucsc.edu/cgi-bin/hgTables?db=hg18&hgta_group=rna&hgta_track=est&hgta_table=est&hgta_doSchema=describe+table+schema
+MISS NA http://www.thebeijingaxis.com/tca/editions/tca-may-2010/60
+OK 20160408033252 http://www.ncbi.nlm.nih.gov/pubmed/24663025
+OK 20201218053946 http://cabinet.gov.krd/
+OK 20210411031427 crea-rj.org.br
+OK 20060218133659 Http://www.catholicworker.org/dorothyday/daytext.cfm?TextID=617
+MISS NA Retrievedfromwww.iiardpub.org
+MISS NA https://www.paho.org/hq/dmdocuments/2012/2009-ArroyoRice-MiradaMovi-mientoUPSenAmericas.pdf
+MISS NA http://arxiv.org/abs/math0702574v2
+OK 20210420032005 https://fra.europa.eu/en/publication/2014/violence-against-women-eu-wide-survey-main-results-report
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevB.87.064110
+OK 20210308083205 http://unesdoc.unesco.org/images/0008/000874/087420eb.pdf
+MISS NA https://www.math.uni-tuebingen.de/user/jora/patchworking/patchworking.html
+OK 20210409215221 www.hexsim.net
+OK 20210324000021 http://www.quitnow.gov.au/
+OK 20171128185227 http://webprod5.hc-sc.gc.ca/dpd-bdpp/index-eng.jsp
+OK 20210415083855 http://www.pertanika.upm.edu.my/
+OK 20210110143350 http://www.jadaliyya.com/pages/index/2451/the-opposite-of-silence
+OK 20200828120947 https://arxiv.org/abs/cond-mat/0505529
+OK 20210415141531 http://www.worldbank.org/ifa/rosc_icr.html
+MISS NA https://cste.confex.com/cste/2016/webprogram/start.html
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20210413222338 http://www.erdas.com
+MISS NA http://www.healthaffairs.org/healthpolicybriefs/brief.php?brief_id¼24
+MISS NA LCCN2011-312004www.icimod.org/dvds/201104_GLOF/reports/final_report.pdf
+OK 20210419142643 http://www.4coffshore.com/windfarms/
+OK 20190828134356 http://ipublishing.co.in/ajmrvol1no1/EIJMRS1041.pdf
+MISS NA https://www.nytimes.com/2017/08/22/opinion/migrants-dying-sahara-niger.htmlAccessed31
+OK 20210422124749 http://scholarlyoa.com/
+OK 20170606081221 http://azimadli.com/training-resources/technical-papers/
+MISS NA www.gunt.de/static/s36801.php
+MISS NA http://earthquakes.usgs.gov/regional/qfaults,accessed10/18/200803:13PM
+OK 20210419130224 http://ren21.net/
+MISS NA https://www.facebook.com/5turov
+OK 20200724203407 http://www.ietf.org/rfc/rfc3659.txt
+OK 20210422152551 http://www.scielo.br/scielo.php
+OK 20210124122106 http://ascl.net/1209.003
+OK 20210422095111 http://www.who.int/mediacentre/factsheets/fs104/en/
+OK 20150907032147 http://www.envplan.com/abstract.cgi?id=a37268
+MISS NA http://files.eric.ed.gov/fulltext/ED443172.pdfSungur-Gül
+MISS NA http://stacks.iop.org/0264-9381/33/i=10/a=105010
+MISS NA http://patenty.bg.agh.edu.pl/marr/piraci-przestepcy-i-prawa-autorskie_-czyli-o-najczestszych-problemach-impor-tera-i-eksportera
+MISS NA http://www.fda.gov/AdvisoryCommittees/Calendar/ucm230653.htm.Accessedon
+OK 20150706203827 http://en.people.cn/90001/90776/90883/6564180.html
+OK 20190101212901 http://www.ncolr.org/jiol/issues/pdf/12.3.2.pdf
+MISS NA https://www.ridus.ru/news/189337.html
+MISS NA 631.Availableonlinewww.aafp.org/afp
+OK 20210415093437 http://www.nccn.org/professionals/physician_gls/f_guidelines.asp
+MISS NA http://www.politika.rs/sr/clanak/379977/SrbijijepotrebannovisistemLola
+MISS NA http://pstro-ganov.com/?public=5
+OK 20190908053343 http://www.planalto.gov.br/ccivil_03/leis/L4676.htm
+MISS NA http://www.islam-watch.org/home/165-jon-mc/1447-jihad-the-four-forms-and-the-west.pdf
+MISS NA http://www.wirtschaftinderregion.at/wir/projekte/Gemeindeuebergreifende-Frequenzerhebungen-fuer-Ortskerne-un.php
+OK 20210211055407 http://www.microsoft.com/downloads/details.aspx
+OK 20190911084840 http://edepot.wur.nl/240905
+OK 20130305183730 http://www.meti.go.jp/press/20100827001/20100827001-2.pdf
+OK 20210125014027 http://www.dreamhawk.com/d-relig.htm
+OK 20210331172808 http://www.politico.com/news/stories/0610/38488.html
+OK 20210116094652 http://www.apfcr.cz/
+OK 20150416130512 http://www.lustgarten.org/a-new-treatment-for-pc-press-release
+MISS NA http://arxiv.org/abs/1611.02967
+OK 20180602221544 http://www.biogeosciences.net/4/297/2007/
+OK 20190621083413 http://www.hum.au.dk/
+OK 20210410232732 https://www.merriam-webster.com/dictionary/melting%20pot
+MISS NA http://www.xiping.net/xiping/article.php/237
+OK 20200902024948 http://www.uv.es/~barrueco/badajoz.pdf
+OK 20151130100142 http://www.efgs.info/data/european-datasets/eurogrid
+OK 20190920131215 http://hiranpinel.blogspot.com
+MISS NA https://orcid.org/0000-0003-4803-1482
+OK 20200731010612 http://mje.mcgill.ca/article/view/682
+OK 20210418030025 http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=7695986
+OK 20210421195311 http://www.nature.com/
+OK 20170715210754 http://www.economist.com/node/17730208/print
+MISS NA http://www.scielo.br/pdf/sau-soc/v18n4/15.pdf
+MISS NA http://kolom.pacific.net.id/ind/setyanto_p._santosa/artikel_setyanto_p._santosa/pengembangan__pariwisata__indonesia.html.DiunduhpadaHariSenin
+OK 20201205092630 https://amhp.org.uk/app/uploads/2020/03/Guidance-Respiratory-Support.pdf
+OK 20210418142317 http://www.mon.gov.ua/
+OK 20210417094854 http://www.faostat.fao.org
+OK 20150703031508 http://www.biomedcentral.com/1471-2105/15/S3/A1
+MISS NA http://www.washingtonpost.com/wpdyn/content/article/2007/02/16/AR2007021602260.html
+MISS NA https://soc.kuleuven.be/io/egpa/HRM/bucharest/Andersen2011.pdf
+OK 20060515212859 http://bham.ac.uk/IDD/ranslas.htm
+MISS NA http://ecdc.europa.eu/en/publications/Publications/101129_GUI_HIV_testing.pdf30
+OK 20210324083231 http://www.cbo.gov/ftpdocs/54xx/doc5400/04-26-LongTermCare.pdf
+OK 20200713191629 http://www.rcn.org.uk/__data/assets/pdf_file/0009/78678/002800.pdf
+OK 20210413140434 https://link.aps.org/doi/10.1103/PhysRevLett.85.1158
+OK 20170829201657 http://www.wseas.us/e-library/conferences/switzerland2002/papers/464.pdf
+OK 20210420222527 http://unfccc.int/paris_agreement/items/9485.php
+OK 20210418094552 http://www.rfc-editor.org/info/rfc4033
+MISS NA https://www.publicacoesacademicas.uniceub.br/RBPP/article/viewFile/3139/pdf.Acessoem
+OK 20210224013020 http://oro.open.ac.uk/30598
+OK 20210127105456 https://www.worldlifeexpectancy.com/country-health-profile/hungary
+OK 20160328120932 http://zif.spz.tu-darmstadt.de/jg-13-2/docs/Yloenen.pdf
+OK 20141222051904 http://www.druid.dk/uploads/tx_picturedb/ds2000-106.pdf
+OK 20180410220919 http://archive.ifla.org/IV/ifla67/papers/073-126e.pdf
+MISS NA https://www.fenwickelliott.com/sites/default/files/nick_gould_-_recent_trends_in_dispute_resolution_matrics_paper.indd_.pdf
+OK 20120510070830 http://www.window.state.tx.us/taxbud/strategic/96-361-10.pdf
+OK 20180712172517 http://ec.europa.eu/environment/enveco/air/pdf/betaec02aforprinting.pdf
+OK 20210224162244 http://www.evolution.rdg.ac.uk
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.pragmatizes.uff.braoredordasinstituiçõesculturais
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200627021145 http://www2.datasus.gov.br/DATASUS/index.php?area=0701&item=1&acao=11
+OK 20200219225840 http://www.mofa.go.jp/announce/announce/2011/11/1115_01.html
+MISS NA https://www.tbs-sct.gc.ca/dev/dwnld/lapn-eng.pdfsayfasındanerişilmiştir
+MISS NA https://www.facebook.com/SteiraMemes/photos/a.2510815
+MISS NA http://www.profile.ru/arkhiv/item/65040-krupnyi-raskol-65040
+MISS NA http://www.inf.ufsc.br/~g-authier/EGC6006/material/Aula%205/An%20example%20of%20food%20ontology%20for%20diabetes%20control.pdf
+OK 20171203000947 http://www.redalyc.org/articulo.oa?id=265420387003
+OK 20111229034901 http://www.sciencedirect.com/science/article/pii/S0004370205000366
+OK 20210418165150 http://www.wlrk.com/docs/trowepriceesgspotlightjune2018.pdf
+MISS NA http://www.mhlw.go.jp/toukei/saikin/hw/jinkou/suii00/marr4.html.Accessedon
+OK 20210225093331 https://get.google.com/smartlock/
+OK 20160818121046 http://dragon.maxgigapop.net
+OK 20210411031907 http://davidsimon.com/the-wire-hd-with-videos/
+OK 20210323195904 http://www.ibge.gov.br/cidadesat/
+OK 20210421115627 https://wonder.cdc.gov/ucd-icd10.html
+OK 20210227002652 http://www.sfn.org/am2007
+OK 20180428221701 http://www.epa.gov/climatechange/effects/coastal/background.html
+OK 20200327042136 http://www.licadho-cambodia.org/concession_timelapse
+OK 20170828195645 http://wikieducator.org/images/5/58/Wikiasateachingtool.pdf
+MISS NA http://arxiv.org/abs/1011.0451
+OK 20200507074848 https://www.slovoidilo.ua/2019/11/01/infografika/ekonomika/ukrayina-rejtynhax-yak-zminyuvalysya-pozycziyi-krayiny-2014-2019-rokax
+OK 20120327054240 http://www.alia.org.au/policies/education/continuing.professional.development.html
+OK 20210224135311 http://econpapers.repec.org/RePEc
+OK 20210125230518 http://heartbeat.skype.com/2007/08/
+MISS NA http://www.rae.com.br/rae/index.cfm?FuseAction=Artigo&ID=431&Secao=ARTIGOS&Volume=35&Numero=5&Ano=1995
+OK 20210318004006 https://www.federalreserve.gov/monetarypolicy/historical-approaches-to-monetary-policy.htm
+MISS NA http://search.proquest.com/docview/884329235?accountid=9649
+OK 20200329150859 https://www.fws.gov/refuges/refugelocatormaps/SouthCarolina.html
+OK 20210419200551 http://www.euro.who.int/en/health-topics/disease-prevention/nutrition/a-healthy-lifestyle/body-mass-index-bmi
+OK 20210422033620 www.books.google.com
+OK 20201024155621 https://water.usgs.gov/watuse/data/2010/index.html
+OK 20180522033039 http://www.epsos.eu/home/about-epsos.html
+OK 20201211120516 http://www.files.eric.ed.gov./fulltext/ed090725.pdf
+OK 20210414054359 www.prsgroup.com
+MISS NA http://www.unhcr.org/cgi-bin/texis/vtx/refworld/rwmain?docid=46822c3f2
+OK 20141212091845 http://www.eliamep.gr/wp-content/uploads/2014/02/policy-paper.pdf
+OK 20110821182201 http://sti.cc.gatech.edu/Slides/Mueller-070619.pdf
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.83
+OK 20210227214256 http://standards.ieee.org/getieee802/download/802.16e-2005.pdf
+OK 20210413003911 http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=96252
+OK 20200822010715 http://www.gks.ru/bgd/regl/b13_36/
+OK 20210410204149 http://www.aft.org/salary/2005/download/AFT2005SalarySurvey.pdf
+MISS NA https://www.nih.gov/ECHO.1085149
+OK 20081007033849 www.publicpolicy.umd.edu/faculty/destler/ROA.pdf
+MISS NA https://www.rdocumentation.org/packages/RM.weights/versions/2.0
+OK 20201108141925 http://en.wikipedia.org/wiki/List_of_invasive_species_in_Europe
+MISS NA http://doi.acm.org/10.1145/1806923.1806924
+MISS NA http://www.detail-solicitors.com/newsletter/preview.php
+MISS NA http://legacy.library.ucsf.edu/tid/eou04f00
+MISS NA http://www.presseportal.de/print.htx?nr=378809
+OK 20100202194956 http://www.srlst.com/ijist/ijism-Vol6No1/ijism61-59-72.pdf
+OK 20210421155925 http://creativecommons.org/licenses/by-nc/3.0/
+MISS NA www.sprl.pl/doc/konf2010/rynek.pdf.Accessedon15.04.2011
+OK 20200929105410 http://aisel.aisnet.org/jais/vol8/iss5/
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210402132441 https://www.cdc.gov/nchs/data/nhis/earlyrelease/earlyrelease201605.pdf
+MISS NA http://journalofethics.ama-assn
+OK 20201216031823 http://www.hosp.keio.ac.jp/oshirase/important/detail/40185
+OK 20210421055054 http://www.census.ac.uk/guides/Lookup_tables.aspx
+OK 20161225193038 http://www.ncbi.nlm.nih.gov/pubmed/18414489
+OK 20210420130319 http://www.ukbiobank.ac.uk/
+OK 20180327165931 http://hg.countnumber.de
+MISS NA https://clinicaltrials.gov/ct2/show/record/NCT03382847?term=Hepatitis+C&cond=Heart+Transplant&rank=5
+OK 20210125141120 http://www.farishstreetheritagefestival.com/history
+OK 20210422021224 www.ethics.org
+OK 20180714135207 www.ccsenet.org/ijef
+MISS NA http://almasalah.com/ar/NewsDetails.aspx?NewsID=34366
+MISS NA http://www.swenurse.se/globalassets/publikationersvensksjuksköterskefrening/kompetensbeskrivningar-publikationer/ambulans.kompbeskr.webb.pdf
+MISS NA http://www.nytimes.com/2011/01/18/health/views/18mind.html?_r=0
+OK 20170711083811 https://www.asn-online.org/khi/projects-current.aspx
+OK 20200206163202 http://pcp.vub.ac.be/Books/AshbyReqVar.pdf
+OK 20201111203533 http://www.forbes.com/sites/stephenharner/2014/05/07/abes-active-pacifism-foreign-policy-falling-flat-will-not-get-meeting-with-xi/#19b3104123ca
+MISS NA http://whc.unesco.org/download.cfm?id_document=6525
+OK 20200223000145 http://journaldialogue.org/issues/issue-1/300-and-fellini-satyricon-film-theory-in-the-tertiary-classroom/
+OK 20210118164317 http://www.rki.de/DE/Content/Gesundheitsmonitoring/Gesundheitsberichterstattung/GBEDownloadsT/gewalt.pdf?__blob=publicationFile
+MISS NA http://ehr.oxfordjournals.org/Downloadedfrom702Sept.o.s.1714
+MISS NA http://www.us-istanbul.com/economies.php?c=turkey&p=macroeconomic-indicators
+MISS NA http://books.google.ie/books?id=Ben6nm_yapMC
+OK 20210412204619 http://www.china.org.cn/english/index.htm
+OK 20201125024437 http://www.forbes.com/sites/joannmuller/2013/10/09/bill-pulte-detroits-unlikely-blight-buster/
+OK 20210415093614 http://www.simcity.com
+OK 20200612190357 http://www.ietf.org/rfc/rfc2743.txt
+OK 20210301062250 http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/2542248
+OK 20200327141332 http://www.goteckrc.com/Download/DC1511S-English.doc
+OK 20200210163621 http://www.who.int/ifcs/documents/forums/forum5/precaution/epa_en.pdf
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20200504220952 http://opus.bibliothek.uni-augsburg.de/opus4/files/1269/imb_Arbeitsbericht_21.pdf
+MISS NA http://www.sciencedirect.com/science/article/pii/S0926860X12005923
+OK 20210125221115 www.dsr-tka.org/
+MISS NA http://www.sciencedirect.com/science/article/pii/S0378
+OK 20210414184027 http://www.aimovement.org/ggc/history.html
+MISS NA http://www.aare.edu.au/06pap/HEI06408.htm
+OK 20210314185050 https://shop.oracle.com/pls/ostore/
+MISS NA Retrievedfromwww.benefits.va.gov/gibill/history.asp
+OK 20180401075014 http://www.pcia.com
+OK 20151119193736 http://www.census.gov/econ/sbo/historical.html?1997
+OK 20210415135132 http://www.uv.es/RELIEVE/v9n1/RELIEVEv9n1_1.htm
+OK 20090816220115 http://docs.hp.com/en/B6060-96024/ch03s12.html
+OK 20180422070755 http://merlino.unimo.it/campusone/web_dep/materiali_discussione/0658.pdf
+MISS NA Http://www.dh.gov.uk/prod_consum_dh/groups/dh_digitalassets/documents/digitalasset/dh_125
+OK 20200701053141 https://www.jstor.org/stable/26465437
+MISS NA http://www.ohchr.org/EN/UDHR/Documents/UDHR_Translations/eng.pdf.Access
+OK 20180530153711 https://arxiv.org/abs/1805.06983
+OK 20200717082600 http://www.ginasthma.org/local/uploads/files/GINA_Report_2014_Jun11.pdf
+OK 20190608091132 http://www.asiaaerospacecity.com/
+OK 20100714134753 http://www.pol.org.br/pol/export/sites/default/pol/legislacao/legislacaoDocumentos/resolucao2010_009.pdf
+OK 20210421005531 https://sustainabledevelopment.un.org/?menu=1300
+OK 20201110034955 https://learningpolicyinstitute.org/sites/default/files/product-files/Equity_ESSA_REPORT.pdf
+OK 20210421203114 http://delta-intkey.com
+MISS NA http://pengamananhutan.blogspot.com/2012/05/mengenal-jenis-dan-peran-hasil-hutan.html.Diaksespadatanggal3
+MISS NA https://seer.ufmg.br/index.php/rbpec/article/view/2543
+OK 20210122182957 https://jamesdixon.wordpress.com/2010/10/14/pentaho-hadoop-and-data-lakes/
+OK 20180605143752 http://ssrn.com/abstract=294799
+MISS NA https://www.zagreb.hr/UserDocsImages/arhiva/statistika/Book_ZG%20Ljetopis%202017_ENG_final.pdf
+OK 20180320131000 http://www.elsnet.org/ecilisting.html
+OK 20210211004533 http://www.who.int/csr/disease/avian_influenza/country/cases_table_2011_03_16/en/index.html
+MISS NA http://doi.acm.org/10.1145/1926385.1926390.URLhttp://doi.acm.org/10.1145/1926385.1926390
+OK 20100331054352 http://sbcs.solos.ufv.br/solos/revistas/v23n2a25.pdf
+OK 20210319095645 http://tidesandcurrents.noaa.gov/publications/Tech_rpt_53.pdf
+OK 20210105112932 http://zakon.rada.gov.ua/go/3038-17
+OK 20180602061443 http://link.aps.org/doi/10.1103/PhysRevB.64.184106
+OK 20210115151219 http://eesc.columbia.edu/courses/v1003/readings/Pentagon.pdf
+OK 20210410133229 http://www.microsoft.com/isaserver/
+MISS NA http://www.ams.org/journal-terms-of-use3.W.Feller
+OK 20191223171837 http://www.prppg.ufpr.br/site/ppgadm/visibilidade/acompanhamento-de-egressos/
+MISS NA www.sei.ac.uk/pdfs/wp40.pdf
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/32238612
+OK 20210127233837 http://e-dmj.org
+OK 20210415111150 www.mathworks.in/products/matlab/
+OK 20210415031602 http://handbook.cochrane.org
+OK 20210421075903 http://www.understandingwar.org/sites/default/files/ResurgenceofAAH.pdf
+MISS NA http://www.eee.metu.edu.tr/∼cng
+MISS NA http://easomonitor.blogspot.com/2013/07/ecthr-blocks-push-backs-from-malta-will.html
+OK 20210212051944 http://www.alexa.com/help/traffic-learn-more
+OK 20210416053851 https://www.carm.es
+OK 20210414141553 http://seer.cancer.gov/mortality/
+MISS NA http://www.gozilla.com.Accessed
+OK 20210301082742 http://www.open.ac.uk/students/charter/essential-documents/ethical-use-student-data-learning-analytics-policy
+OK 20210308194640 http://www.legislation.gov.uk/ukpga/1984/51/contents
+OK 20200717000515 http://www.atmos-chem-phys.net/5/1205/2005/
+MISS NA http://www-odp.tamu.edu/publications/197IR/197ir.htm
+MISS NA http://etd.auburn.edu/etd/bitstream/handle/10415/530/SMOOT_STACEY_10.pdf?sequence
+MISS NA http://www.bioinformatics.babraham.ac.uk/projects/fastq
+OK 20210314120348 http://www.wsj.com/articles/obama-presses-case-for-asia-trade-deal-warns-failure-would-benefit-china-1430160415
+OK 20210418232411 http://martinfowler.com/articles/richardsonMaturityModel.html
+OK 20181204025251 https://www.ceragon.com/images/Reasource_Center/Solution_Briefs/Ceragon_Solution_Brief_Wireless_Backhaul_Solutions_for_Small_Cells.pdf
+OK 20160926161030 http://www.kctcs.edu/en/About_KCTCS/KCTCS_Factbook.aspx
+OK 20210418071136 http://www.euro.who.int/en/media-centre/sections/press-releases/2019/measles-in-europe-record-number-of-both-sick-and-immunized
+OK 20190313032136 http://pubs.acs.org/doi/abs/10.1021/acs.jctc.5b00088
+OK 20210421215927 https://creativecommons.org/licenses/by/4.0/legalcode
+OK 20140530131738 http://nipeunicamp.org.br
+MISS NA https://www.researchgate.net/publication/274713189
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200624134654 https://hrcak.srce.hr/192736
+MISS NA http://revistas.facbrasil.edu.br/cadernossaude/index.php/saude/article/view/225/218
+OK 20180826210626 http://www.mida.gov.my/env3/uploads/Publications_pdf/BO_MalaysiaAutomotive/Automotive_FA.pdf
+OK 20091220080847 http://svn.apache.org/viewvc/webservices/wsif/trunk/java/samples/dslprovider/README.html?view=co
+OK 20201126112206 http://www.biomedcentral.com/1472-6963/11/234
+MISS NA http://www.pharmcareesp.com/index.php/PharmaCARE/article/view/355/270
+OK 20060115181254 http://www.nasda.go.jp/lib/nasda-news/1997/06/index_j.html
+OK 20210413030310 http://minerals.usgs.gov/minerals/pubs/country/#pubs.Accessed
+OK 20201126134815 http://semen.revues.org/2793
+OK 20170710134215 https://www.opcc.bc.ca/publications/annual_report.html
+OK 20210422123335 http://archive.ics.uci.edu/ml
+OK 20210422083349 https://www.r-project.org/
+MISS NA http://www.idsia.ch/˜juergen/computerhistory.html
+OK 20210224071322 http://markamerika.com/artworks/grammatron-by-mark-amerika
+OK 20210406122445 http://jcm.asm.org/
+OK 20210415090640 http://www.ebi.ac.uk/swissprot/
+OK 20210414210054 http://www.expasy.org/cgi-bin/search-biochem-index
+MISS NA http://nhschoicestraining.spinningclock.com/Documents/HII_-_Ventilator_associated_pneumonia.pdf
+OK 20110425010048 http://onlinelibrary.wiley.com/doi/10.1002/asi.20681/abstract
+OK 20210126100521 https://www.letras.mus.br/palavra-cantada/
+OK 20200728012602 http://www.bape.gouv.qc.ca/sections/mandats/r175-60_227/documents/DA14b.pdf
+OK 20210328141149 http://www.dlib.org/dlib/march00/coyle/03coyle.html
+OK 20171116051924 http://CRAN.R-project.org/package=WDI
+OK 20210421121900 http://comtrade.un.org/data/
+MISS NA http://www.steimle-consulting.ch/repository/File/International%20pressures%20-%20March%202014.pdf
+MISS NA https://kuppanwyn-giel.eu/historia-polskiego-gornictwa
+OK 20200721084353 http://seer.ucp.br/seer/index.php
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20201031053808 https://www.youtube.com/watch?v=ejEjVA29lls
+OK 20210309203355 http://nebcommfound.org/HTC.htm
+MISS NA https://zakon.rada.gov.ua/rada/show/v6-1929001/sp
+OK 20210421000927 http://stp2012.wordpress.com/comunicados/
+OK 20210421121322 http://www.ers.usda.gov/Briefing/ARMS/
+OK 20210415132847 http://www.unil.ch/izea/softwares/fstat.html
+MISS NA https://ww2.ibge.gov.br/home/estatistica/populacao/projecao_da_populacao/2013/default.shtm.Acessoem
+OK 20210415095530 http://www.qualitative-research.net/FQS
+OK 20201027231214 http://www.nass.usda.gov/Statistics_by_State/Hawaii/Publications/Fruits_and_Nuts/papaya.pdf
+OK 20210225194902 http://www.ietf.org/rfc/rfc1541.txt
+OK 20210223162109 http://www.violence.de/coleman/article.html
+MISS NA http://article-link.comReferencetoproceedings
+MISS NA http://www.valor.com.br/arquivo/787045/wickbold-usa-anvisa-para-lancar-pao-funcional
+MISS NA http://www.cn-qfcolombia.org/images/archivos/normatividad_2.pdf
+MISS NA http://www.lans.ece.texas.edu/~lans/lans/
+OK 20180601050027 http://eclipse.org/proposals/technology.ponte/
+MISS NA http://www.meijermedicalultrasound.com/media/doc/MMU%20%20ARC%20instructions%202010.pdf
+OK 20210330205550 http://www
+OK 20191008075735 https://www.pravda.com.ua/columns/2019/02/24/7207525/
+MISS NA https://www.plymouth.ac.uk/uploads/production/document/path/2/2733/Literature_review_Project-based_learning.pdfX.Acessoem
+MISS NA Re-cuperadodewww.ceil-conicet.gov.ar/wp-content/uploads/2013/06/s4lipietz.pdf
+OK 20210126142232 http://www.npl.washington.edu/npl/int_rep/qm_nl.html
+MISS NA http://www.unep.fr/scp/pub-lications/details.asp?id=DTI/0904/PA
+MISS NA https://scholarworks.umass.edu/ttra/2019/research_papers/88
+MISS NA http://www.star.bnl.gov/protected/highpt/mmoura/200GeVAuAuEt/www/MainAnalysis.htm#emEt-CorrSystErr
+MISS NA https://www.ncbi.nlm.nih.gov/books/NBK305057/.Accessed17
+MISS NA Brisbane.archive.riverfestival.com.au/2002/files/symposium/FuC.doc
+OK 20200610144947 http://www.math.yorku.ca/SCS/Gallery/milestone/
+OK 20200428010716 https://www.indiatoday.in/india/story/community-transmission-has-begun-in-some-areas-aiims-director-on-coronavirus-spread-in-india-1663835-2020-04-06
+MISS NA https://f1000research
+MISS NA http://www.webcitation.org/6lpta2SSN
+OK 20200318123816 https://www.beuth.de/de/norm/din-4226-100/44711226
+MISS NA http://www.worldchildrenscenter.org/center/impact.html,accessed7/17/04
+OK 20131101104554 http://www.foe.co.uk/resource/press_releases/kyoto_moves_forward_at_a_s_21112006.html
+MISS NA Accessibleatwww.norrag.org
+MISS NA http://info.scopus.com/docs/content_coverage.pdf.Accessed
+MISS NA http://biodiversitylibrary.org/page/3047257
+OK 20191207164551 http://www.firstamendmentcenter.org/manning-largely-barred-from-discussing-wikileaks-harm
+MISS NA https://www.nuffieldtrust.org.uk/files/2017-01/rationing-health-care-web-final.pdf.Accessed29
+MISS NA www.ncbi.nlm.nih.gov/pubmed/17678666
+OK 20200217105810 http://cds.cern.ch/record/280836/files/CERN-95-03.pdf
+MISS NA http://www.atvinnu-vegaraduneyti.is/raduneyti/skipurit
+OK 20170819165330 http://www.redalyc.org/pdf/421/42120002.pdf
+MISS NA http://wwwnature.com/news/canadian-budget-hits-basic-science-1.10366
+OK 20200908112931 https://iighi.conicet.gov.ar/wp-content/uploads/sites/29/2017/07/XXXII-EGHR-ActasDigitales.pdf
+OK 20200924155732 http://mospi.nic.in/sites/default/files/publication_reports/Revised_Disability_Manual_20june12_1.pdf
+OK 20200825205518 http://pubs.usgs.gov/sim/3075/
+OK 20210120034711 https://adm.dniprorada.gov.ua/statistics/141
+OK 20150330001542 http://nadp.isws.illinois.edu/amn/docs/AMNet_Operations_Manual.pdf
+OK 20201028163149 https://conservancy.umn.edu/handle/11299/185603
+OK 20180624122615 http://stroke.ahajournals.org/content/45/6/1703
+OK 20151130114659 http://www.emc.maricopa.edu/faculty/farabee/biobk/BioBookDivers_class.html
+OK 20190906185327 http://www.efdeportes.com/efd90/estilos.htm
+OK 20200814233017 https://tshaonline.org/handbook/online/articles/hcb07
+MISS NA http://www.cogme.gov/14.pdf.Accessed
+MISS NA http://www.gov.cn/zhengce/2016-10/25/content_5124174.htmAccessed1
+OK 20210414214515 http://www.GAMS.com
+OK 20210414190442 http://www.altova.com/umodel.html
+OK 20190801182707 https://bulletin.hds.harvard.edu/articles/winterspring2013/cancer-rites-and-remission-society
+MISS NA http://kubanni.abu.edu.ng:8080/jspui/bitstream/123456789/6081/1/ASSESSMENT%20OF%2
+OK 20101116075204 http://www.bfs.admin.ch/bfs/portal/de/index/themen/20/22/press.Document.100584.pdf
+OK 20190819051129 http://oaji.net/articles/2015/2639-1448598526.pdf
+OK 20200109082059 http://fissilematerials.org/library/2010/02/fast_breeder_reactor_programs_.html
+OK 20160303234136 http://ritter.tea.state.tx.us/perfreport/account/2009/statesummary.html
+OK 20121110043829 http://www.mzb.com.cn/html/Home/report/312684-1.htm
+OK 20190110173840 http://itacan.ispo.toscana.it
+OK 20210120023357 http://erepository.uonbi.ac.ke:8080/
+MISS NA http://www.academia.edu/29936322/Fin_de_la_marea_rosa_y_neogolpismo_-_Fabricio_Pereira
+MISS NA http://www.elpais.com.uy/informacion/primer-feminicidio-mujer-asesi-nada.html
+OK 20210417231649 http://www.cdc.gov/nchs/nhanes/nhanes_questionnaires.htm
+OK 20140301132016 http://w-spodnicy.ofeminin.pl/Tekst/Babskie-sprawy/529258,1,Jak-zdac-egzamin-na-studiach--jak-zdac-egzamin.html
+OK 20210422144245 https://www.scm.com
+MISS NA http://www.saopaulo.sp.gov.br/spnoticias/lenoticia.php?id=87524
+OK 20210318005523 http://smhp.psych.ucla.edu
+OK 20170704202623 http://www.ncbi.nlm.nih.gov/pubmed/8097920
+OK 20120106163757 www.educacao.marilia.sp.gov.br/secretarias/educacao/2.0/
+MISS NA https://drive.google.com/file/d/0BzVmKu
+OK 20070513130737 http://www.army.mil/soldiers/jan1999/force.html
+MISS NA http://seer.cancer.gov/csr/1975_2002/63
+MISS NA https://www.min-salud.gov.co/sites/rid/Lists/BibliotecaDigital/RIDE/VS/PP/SNA/Boletin-02-2015-Mujer-Ru-ral%%20-agricultura-familiar-Colombia.pdf
+MISS NA http://wiki.lustre.organdthecontribution
+MISS NA http://www.rj.anpuh.org/resources/rj/Anais/2006/conferencias/Cristiano%20Luis%20
+MISS NA http://www.sourcesec.com/Lab/dlink_hnap_captcha.pdf.Retrievedon
+OK 20210416123854 https://www.AVERT.org/Professionals/HIV-around-world/Sub-Saharan-Africa/Nigeria
+MISS NA http://inex.is.informatik.uni--duisburg.de/
+MISS NA http://abesdn.org.br/publicacoes/rbciamb/PDFs/29-07_Materia_4_artigos361.pdf
+OK 20201127015537 http://www.mcreview.com
+OK 20210417105154 http://www.cs.waikato.ac.nz/~ml/weka
+OK 20180119213728 http://links.jstor.org/sici?sici=0007-2303%281984%291984%3A2%3C457%3ASPASD%3E2.0.CO%3B2-U
+OK 20210224121655 http://dlib.statistics.gr/Book/GRESYE_01_0002_00061.pdf
+MISS NA http://www.eltiempo.com/archivo/documento/MAM-19690
+OK 20120622165347 http://www.sonicsinc.com/sonicsMX.htm
+OK 20210412221410 http://demo.istat.it
+MISS NA https://www.nottingham.ac.uk/primis/about/news/newslisting/miquest-snomed-ct-statement-jan16.aspx
+OK 20201030083439 https://sites.google.com/site/reffitprogram/home
+MISS NA http://epaper.dfdaily.com/dfzb/html/2011-10/21/content_543363.htm
+OK 20210125232839 http://www.metodologia.org
+OK 20191230072411 periodicoscientificos.ufmt.br/ojs/index.php/educacaopublica/article/view/917/718
+OK 20210421045250 http://www.ghgprotocol.org
+OK 20190717011646 www.lidwapustaka.com
+OK 20071109225431 http://www.video.ja.net/intro/#top
+MISS NA http://www.ac-sciences-lettres-montpellier.fr/academie.../LAMBOLEY2011.pdf.Consultéle22/12/2014
+MISS NA http://eur-lex.europa.eu/legal-content/IT/TXT/PDF/?uri=CELEX:52014DC0449&from=EN
+MISS NA http://jcm.asm.org/Downloadedfrom
+OK 20210217110809 http://en.wikipedia.org/wiki/SFR_Yugoslavia#FoundationE.T.31.08
+OK 20201126005951 http://jrp.icaap.org/index.php/jrp/article/view/11/30
+OK 20150509045935 www.revistas2.uepg.br/index.php/rhr/article/view/2561/2217
+MISS NA http://www.delfi.lv/biznes/bizopinion/ekspert-vperedi-pyat-let-begstva-rabochih-ruk-iz-latvii
+OK 20200415011104 http://arxiv.org/abs/1503.04358
+OK 20210415125731 http://www.usaid.gov/pubs
+OK 20210324111253 https://www-s.nist.gov/srmors/view_detail.cfm?srm=660b
+MISS NA http://www.activeopticalsystems.com/docs/AN021Kolmogorov%
+MISS NA http://www.med-safe.jp/pdf/year_report_english_2009.pdfwebcite
+MISS NA www.nber.org/papers/w24787.pdf.Updated
+OK 20210417074554 www.kvk.nl
+OK 20210331011755 https://www.mimp.gob.pe/webs/mimp/pnaia/pdf/Documento_PNAIA.pdf
+MISS NA http://repositorio.ucb.br/jspui/handle/10869/988
+MISS NA http://onlinelibrary.wiley.com/doi/10.1002/9780470744307.gat226/abstractAccessedSep-tember25
+MISS NA http://jcom.sissa.it/archive/08/04/Jcom0804
+MISS NA http://www.sciencedirect.com/science/article/B6V1G-4561J4H-3/2/21516ce76bb2e6adab1ffed4dbe0d24c
+MISS NA http://reports.ieso.ca/public/819
+OK 20200822130222 https://arxiv.org/abs/1910.02505v2
+OK 20200211135112 http://www.ajol.info/index.php/ijmu/article/view/39849
+OK 20210422083349 https://www.R-project.org
+MISS NA http://www.maxwell.lambda.ele.puc-rio.br/cgi-bin/db2www/PRG_0490.D2W/INPUT?CdLinPrg=pt.Acessoem12/08/2007
+MISS NA https://pdftopng-converter.online/storage/documents/2070510db1af82d3af55786b20afb38f.pdf
+OK 20210417021657 https://www.cdc.gov/hai/toolkits/evaluating-environmental-cleaning.html
+OK 20210418134422 https://www.rcog.org.uk/en/guidelines-research-services/guidelines/gtg45/
+MISS NA http://www.ukrtelecom.ua/press-center/news/pressrelease
+MISS NA http://ipt.sibcolombia.net/biota/resource.do?r=verte_orin
+OK 20160819223255 http://www.raison-publique.fr/IMG/pdf/Verite_judiciaire.pdf
+OK 20201204201445 https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1310009608
+MISS NA http://www.anpet.org.br/ssat/interface/content/autor/trabalhos/submissao/2006/2006_bwzkogbrucjdhwnzuwzl.pdf
+OK 20210417182919 http://arxiv.org/abs/1412.6572
+OK 20121118103757 http://www.wfp.org.za/pdf/womenworkers_in_value_chain_coverpage_stephen_greenberg_200.pdf
+MISS NA http://www.technomag.edu.ru/doc/339499.html.77-30569/339499
+MISS NA http://www.internationalbreastfeedingjournal.com/content/pdf/174611.pdf
+OK 20210225032324 https://tinyurl.com/yysmb7pn
+MISS NA http://evs.nci.nih.gov/ftp1/CTCAE/CTCAE_4.03_2010-06-14_QuickReference_8.5$\\times$11.pdf
+OK 20210413051141 http://public.ccsds.org/publications/archive/650x0b1s.pdf
+OK 20200321144544 http://control.dii.unisi.it/research/ABAP05.pdf
+MISS NA http://www.depkes.go.id/resources/download/info-
+OK 20070720104315 http://keithp.caltech.edu/publications.htm
+MISS NA http://www.epa.gov/nrmrl/wswrd/wq/models/swmm/epaswmm5_user_manual.pdfaccessed8
+MISS NA http://atctoxicologie.free.frMauriceRABACHE15
+OK 20210415081347 http://math.columbia.edu/algebraic_geometry/stacks-git
+OK 20210422071707 www.cbc.ca/
+OK 20210418195158 http://dhsprogram.com/
+OK 20160310080526 http://cascavel.ufsm.br/revistas/ojs-2.2.2/index.php/reufsm/article/view/2337
+MISS NA http://www.arxiv.org/abs/math.CO/0406381
+MISS NA http://ciat-library.ciat.cgiar.org/Articulos_Ciat/ipm/pdfs/tesis_eduardo_gomez.pdf
+MISS NA https://estudogeral.sib.uc.pt/bitstream/10316/23293/1/ARQUITETURA%20DE%20TERRA%20-
+OK 20210422083349 http://www.R-project.org
+OK 20210417220653 https://www.edx.org/how-it-works
+OK 20070612220405 http://aem.cornell.edu//research/researchpdf/wp0103.pdf
+MISS NA https://elpais.com/espana/catalunya/2020-05-24/fase-1-la-soprano-canta-por-ultima-vez-en-su-ventana-del-eixample.html?ssm=TW_CM
+MISS NA http://www.legeforeningen.no/index.gan?id=80898&subid=0
+OK 20200115024806 https://www.rand.org/pubs/documents/D20104.html
+OK 20210325121230 http://arxiv.org/abs/hep-ph/0404175
+MISS NA http://www.jstor.org/stable/10.2307/1833190
+MISS NA http://www.arbeitsministerium.bayern.de/migration/aussiedler/ausss06.pdf.Accessed
+OK 20200707033104 http://static.googleusercontent.com/external_content/untrusted_dlcp/labs.google.com/en//papers/mapreduce-osdi04.pdf
+OK 20170404001346 http://www.mofa.go.jp/announce/fm/machimura/speech0501.html
+MISS NA https://www.cdc.gov/tobacco/basic_information/smokeless/index.htm.Accessed8
+MISS NA http://www.virtual.epm.br/cursos/metanalise.Acessoem
+OK 20210318001341 https://www.cdc.gov/nchhstp/newsroom/docs/factsheets/cdc-msm-508.pdf
+MISS NA https://CRAN.R-project.org/package=stringr104174
+OK 20200712103809 http://www.gov.cn/xinwen/2016-10/25/content_5124174.htm
+OK 20210126054459 http://unso.in.ua/uk/new/unso-vyhodyt-na-novyy-riven-svogo-rozvytku
+MISS NA http://www.institutohuevo.com/scripts/composicion.asp.Acessoem19junho
+MISS NA http://www.theatlantic.com/education/archive/2016/03/how-to-help-first-generation-students-succeed/473502/.TheAtlantic
+MISS NA https://www.vanguardngr.com/2018/08/not-too-young-to-run-prodenitor-tony-gets-nationwide-endorsement/
+MISS NA http://www.ipea.gov.br/agencia/images/stories/PDFs/100913_rtm_ingles.pdf
+OK 20150924055518 http://www.ohs.org/education/oregonhistory/historical_records/dspDocument.cfm?doc_ID=000DC39A-B0C6-1E35-925B80B05272006C
+OK 20210211004914 http://www.who.int/mediacentre/factsheets/fs204/en/index.html
+OK 20201118155320 http://www.ucs.mun.ca/~emurphy/stemnet/cle.html
+MISS NA http://apps.who.int/iris/bitstream/handle/10665/259232/WHO-NMH-NVI-17.9-eng.pdf;sequence=1
+OK 20201105234828 http://www.jstor.org/stable/2798806
+OK 20170209100618 http://www.ketem.org/istatistik.php
+OK 20210413040221 http://ncep.amnh.org/linc
+OK 20201002041436 http://www.health.wyo.gov/rfhd/vital_records/reports.html
+OK 20210416072543 https://clinicaltrials.gov/ct2/show/NCT01795261
+OK 20151229205508 http://homepage3.nifty.com/yurioka/exp.html
+MISS NA http://www.merriam-webster-online.com
+MISS NA http://www.ida.liu.se/~fabse/papers/nordes09.pdf
+OK 20190302122519 http://www.copernicus.eu/news/how-copernicus-emergency-management-service-supported-responses-major-earthquakes-central-italy
+MISS NA http://wwwuam.es/europea/Berlin%comunicado.pdf.15/04/04
+MISS NA http://dx
+MISS NA http://sujatachowdhury.blogspot.co.uk/2008/01/hinglish
+OK 20190729015132 http://www.ug.ru/article/612
+OK 20210419212547 https://pl.wikipedia.org/wiki/jozafat_kuncewicz
+OK 20161019070919 https://kaiserfamilyfoundation.files.wordpress.com/2013/01/8236.pdf
+MISS NA http://www.jstor.org/stable/1492941
+OK 20200326175213 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1906430
+MISS NA SustainabilityISSN2071-1050.www.mdpi.com/journal/sustainability
+MISS NA http://www.painmanagement.org.au/resources/about-pain/what-is-chronic-pain.html35
+OK 20190520225355 http://www.aph.gov.au/Parliamentary_Business/Senate_Estimates/ecctte/estimates/bud1516/environment/index
+MISS NA http://www.fao.org/ag/ag/agll/spush
+MISS NA https://www.aagbi.org/sites/default/files/prehos-pital_glossy09.pdf
+OK 20200603021254 http://www.leoweekly.com/2013/01/a-city-divided/
+OK 20151023071752 http://www.southernstudies.org/2011/11/as-dolphins-die-gulf-residents-ask-what-about-us.html
+MISS NA http://www.biomedcentral.com/1755
+MISS NA http://www.mernokgeologia.bme.hu/ocs/index.php/konferencia/MGEO2015/paper/viewFile/242/233
+OK 20210320110855 http://www.nerrsdata.org/
+MISS NA http://www.arxiv.org/abs/cond-mat/0604106
+OK 20171013163925 http://bna.birds.cornell.edu/bna/species/114
+OK 20210422083349 http://www.R-project.org
+OK 20210414211816 http://www.whitehouse.gov/blog/2012/04/11/intellectual-property-and-us-economy
+OK 20210328104754 https://www.youtube.com/watch?feature=player_embedded&v=0408ZwTTA84
+MISS NA https://www.elibrary.ru/item.asp?id=36850062
+MISS NA http://www.cadwalader.com/assets/article/050108LofchieRobins
+OK 20161113155744 http://www.inegi.org.mx/est/contenidos/proyectos/accesomicrodatos/encuestas/hogares/regulares/enigh/2010tradicional/
+MISS NA www.impactjournals.com/oncotarget28
+OK 20160323101449 http://www.histra.it
+OK 20181011062053 http://blogs.worldbank.org/publicsphere/ficha-limpa-clean-record-campaign
+OK 20210415201715 https://CRAN.R-project.org/package=MARSS
+OK 20210419154042 http://en.wikipedia.org/wiki/Right_to_Information_Act
+MISS NA http://10.1016/j.jplph.2011.01.010
+OK 20210308152627 http://www.illumina.com/documents/products/technotes/technote_Q-Scores.pdf
+MISS NA jun.2016www4.fsanet.com.br/revista
+OK 20210128194740 https://www.csmonitor.com/World/Africa/2019/0102/How-Rwanda-s-Catholic-clinics-struck-a-contraception-compromise
+MISS NA http://www.cems.uvm.edu/cooke/ckthm.pdf
+OK 20200226015105 http://www.asean.org/news/item/external-trade-statistics-3
+MISS NA www.jimmunol.org/cgi/doi/10.4049/jimmunol.1600344
+MISS NA http://intranet.unab.edu.co/Adjuntos/articulo_completo_medunab_monica_mojica_53398139.pdf
+OK 20090720033316 http://area.dgidc.min-edu.pt/gramatica/breve_historia_da_gramatica.htm
+OK 20201126033405 http://www.hfhr.pl/konsorcjum-organizacji-pracujacych-na-rzecz-migrantow-i-uchodzcow/
+OK 20200907201410 www.elsevier.com/locate/injury
+OK 20210125235121 http://www.easl.eu/liver-congress
+MISS NA https://www.crn.pl/aktu-alnosci/e-podpis-czy-epuap-2013-co-lepsze-w-kontakcie-z-urzedem
+MISS NA https://www.ave-nir-suisse.ch/fr/publication/limmigration-sous-controle/
+MISS NA http://som.flinders.edu.au/FUSA/CCTU/self_management.htm.Accessed27
+OK 20170125060659 http://www.epa.gov/otaq/retrofit/techlist-johnmatt.htm
+MISS NA https://anulib.anu.edu.au/tools/genericrevproxy.html?url=http://igitur-archive.library.uu.nl/dissertations/2013-0226-200653/UUindex.html
+MISS NA www.lms.ac.uk/policy/tackling/report.htmlϾ
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/18422058
+OK 20190428010228 https://arccjournals.com/uploads/Final-attachment-published-LR-3709.pdf
+OK 20180221004100 http://markets.businessinsider.com/currencies/news/Bitcoin-cryptocurrency-market-crash-explained-causes-2018-1-1013158074
+MISS NA http://tedebc.ufma.br:8080/jspui/bitstream/tede/1915/2/JanayraSilva.pdf
+OK 20201205191122 http://www.unhcr.org/44e96c842.html
+OK 20201127163542 http://www.zurnalai.vu.lt/problemos/article/view/5290/3448
+MISS NA lwww.amnesty.it/ailiblaipubl/996/SUM/11603496.1/tm
+MISS NA http://www.stf.jus.br/portal/processo/verProcessoAndamento.asp?incidente=2685313
+MISS NA http://www.leychi-le.cl/Navegar?idNorma=141599
+OK 20210331222546 https://www.gsb.stanford.edu/faculty-research/publications/technological-disruption-innovation-last-mile-delivery
+OK 20210413031742 http://www.mpi-forum.org/docs/mpi-3.0/mpi30-report.pdf
+MISS NA https://10.1177/0170840608090531
+MISS NA https://s3.amazonaws.com/unhcrsharedmedia/
+OK 20210127140855 http://www.zimtreasury.gov.zw/
+MISS NA www.cia.gov/news-informa-tion/speeches-testimony/2004/ddo_speech_06242004.html
+OK 20160108132155 http://www1.folha.uol.com.br/mundo/2015/05/1627819-com-ressalvas-eua-liberam-extracao-de-petroleo-no-artico.shtml
+OK 20210411033050 http://www.phac-aspc.gc.ca/publicat/human-humain06/pdf/human_face_e.pdf
+OK 20200121015938 http://dds.bps.go.id/eng/
+MISS NA http://www.pnsd.msssi.gob.es/novedades/pdf/Investing_in_chil-dren_EuropeanActionPlan.pdf
+MISS NA http://home.pf.jcu.cz/~cadgme2010/annotations/Wei-Chi_Yang-keynote.pdf
+MISS NA http://www.tandfonline.com/doi/full/10.1080/00343404.2011.596701
+OK 20210421140056 http://en.wikipedia.org/wiki/Godwin's_law
+MISS NA http://kyhcs.ustcsz.edu.cn/relconcur/lili
+OK 20210415074734 https://www.nsf.gov/funding/
+OK 20210316093842 https://blogs.scientificamerican.com/cross-check/10-000-year-old-massacre-does-not-bolster-claim-that-war-is-innate/
+OK 20210318005405 http://www.mtbs.gov
+OK 20201127014456 wilderness-society.org/european-wilderness-quality-standard/
+OK 20210415101721 http://rfidjournal.com
+OK 20190715192555 http://www.jpapencen.gov.my/english/senior_citizen.html
+OK 20210421082403 http://en.wikipedia.org/wiki/Design_Web_Format
+OK 20210415061512 http://www.mckinsey.com/business-functions/strategy-and-corporate-finance/our-insights/what-is-value-based-management
+OK 20170710211150 http://www.pmda.go.jp/drugs/1999/g991201/index.html
+OK 20210422083349 http://www.R-project.org
+OK 20151030151606 http://www.nature.com/doifinder/10.1038/nmat4357
+OK 20190129114035 https://www.huawei.com/en/press-events/news/2018/3/MoU-ChinaMobile-FonairAviation-Logistics
+OK 20210415130406 http://www.ubcic.bc.ca/
+OK 20210422083349 http://www.R-project.org
+MISS NA https://goo.gl/VBxyHj.doi:10.5281/zenodo.2602024
+OK 20210326214110 https://www.cned.cl/
+MISS NA http://openscience.bmj.com/BMJOpenScience:firstpublishedas10.1136/bmjos-2018-000016on2
+OK 20210204042325 http://www.dhnet.org.br/direitos/sip/onu/c_a/lex41.htm
+MISS NA http://pharmacologyonline.silae.itISSN
+MISS NA http://www.fsum.org/fsum/wp-content/uploads/2011/04/fsumhistoria.pdf.Accessed
+MISS NA http://timss.bc.edu.irls2006/intl_rpt.html
+MISS NA http://www.globalcompact.ru/assets/uploads/reports/bulletins/Transformiruy%20biznes_izmeniy%20mir.pdf
+OK 20100908082922 http://www.ncbi.nlm.nih.gov/pubmed/19451993
+OK 20210421010745 www.unfccc.int
+MISS NA http://enpuir.npu.edu.ua:8080/handle/123456789/562
+OK 20190916121750 http://mobot.mobot.org/W3T/Search/vast.html
+MISS NA http://cres.usc.edu/cgi-bin/print_pub_details.pl?pubid=514
+OK 20170903025302 http://tervlap.hu/cikk/show/id/5528
+OK 20180417152438 http://icom.museum/fileadmin/user_upload/pdf/Key_Concepts_of_Museology/Museologie_Espagnol_BD.pdf
+OK 20150821074525 http://www.csrees.usda.gov/nea/ag_systems/ag_systems_all.html
+OK 20210415042135 http://mpra.ub.uni-muenchen.de/29279/
+OK 20041212070611 http://aaahq.org/AM2003/EthicsSymposium/Session%205a3.pdf
+OK 20210422083349 http://www.r-project.org/
+OK 20210421165755 http://az.lib.ru/t/tolstoj_lew_nikolaewich/text_0040.shtml
+OK 20200716032536 http://www.rzd-expo.ru/history/snegoborba/
+OK 20110517145651 http://doi.acm.org/10.1145/1007568.1007642
+OK 20190115115654 http://www.nfer.ac.uk/publications/95001/95001.pdf
+MISS NA http://www.pucminas.br/documentos/brasiliaforext.pdf.Acessoem:15deagostode2013
+OK 20150120103406 http://www.statcan.gc.ca/pub/75-001-x/00202/6086-eng.html
+MISS NA http://arxiv.org/abs/1506.06784
+OK 20170519162312 http://www.isws.uiuc.edu/pubdoc/RR/ISWSRR-127.pdf
+OK 20160805121026 http://www.raison-publique.fr/article696.html
+OK 20130304201604 http://autismandcomputing.org.uk/computing.en.html
+MISS NA http://millenniumindicators.un.org/unsd/mi/mi_series_results.asp?rowId=
+OK 20210320173639 http://www.ccsm.ucar.edu/
+OK 20201008021205 https://iberiana.wordpress.com/caucasus/yandieva
+OK 20210127090535 www.gaussianprocess.org
+OK 20210327165438 http://trec.nist.gov/pubs/trec16/papers/uic-zhang.blog.final.pdf
+MISS NA http://www.who.int/hiv/pub/imai/acute_care.pdf?ua=1
+OK 20210415081655 https://data.cityofnewyork.us/City-Government/2020-population/t8c6-3i7b
+OK 20140501045610 http://www.bbprojekte.ch/zc/B215.pdf
+OK 20170617080218 http://www.fhi.no/studier/regionale-helseundersokelser/ungdomsundersokelser-2000-2009
+MISS NA http://unpan1.un.org/intradoc/groups/public/documents/APCITY/UNPAN015292.pdfaccessed27th
+OK 20210227114553 http://www.aecxml.org/
+MISS NA www.medicinescomplete.com/mc/bnf/current/PHP1497-warfarin-non-proprietary.htm153
+MISS NA http://www.ipspr.se.edu/documens.asp
+MISS NA http://www.sk.com.br/sk-krash.htmldiunduhMinggu
+MISS NA http://www.saxe-coburg.co.uk/pubs/descrip/sl2005.htmthe
+OK 20210414151106 http://mosquito-taxonomic-inventory.info/
+OK 20200920074328 http://apps.who.int/whocc/List.aspx?cc_code=CAN&
+OK 20210318001539 https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA41Selection.jsp
+OK 20210410233643 http://e-patients.net/e-Patients_White_Paper.pdf
+MISS NA http://us.uvm.dk/amu/fou/tup/documents/Ord-ogregnevaerkstederforkor-tudd.udmeldingstekst_000.pdf
+MISS NA http://www.lefigaro.fr/actualite-
+OK 20210123033635 http://www.ceced.eu
+OK 20200208045912 https://nsidc.org/data/docs/daac/modis_v5/dorothy_snow_doc.pdf
+MISS NA http://www.bdigital.unal.edu.co/40963/1/05598595.2014.pdf
+MISS NA https://openknowledge.worldbank.org/bitstream/handle/10986/7529/wps4394.pdf?sequence=1&isAllowed=y
+OK 20210416171134 https://tools.ietf.org/rfc/rfc7231.txt
+MISS NA http://apps.who.int/iris/handle/10665/65312
+OK 20210420191618 http://jmol.org
+OK 20170818232046 https://www.computer.org/csdl/mags/ic/2012/03/mic2012030004.pdf
+MISS NA http://www.moodle.org.References
+OK 20210318195104 https://nces.ed.gov/pubsearch/pubsinfo.asp?pubid=2011459
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/2346630
+OK 20210420165417 https://github.com/huggingface/neuralcoref
+OK 20210415142902 http://www.cs.cmu.edu/~rasc
+OK 20200516021310 https://ndawn.ndsu.nodak.edu/soybean-growing-degree-days.html
+OK 20170120010756 http://audit.ea.gov.au/ANRA/vegetation/bio_asses/case_study.cfm
+OK 20200718090942 http://minuhemmati.net/wp-content/uploads/Hemmati-2002.pdf
+OK 20161224064354 http://www.policyexchange.org.uk/people/alumni/item/harriet-waldegrave
+MISS NA http://www.nomosphysis.org.gr/articles.php?artid=4511&lang=1&catpid=1
+OK 20180407012642 http://www.iwh.on.ca/sys-reviews/kte-evaluation-tools
+OK 20210411015315 https://www.bbc.com/news/world-middle-east-49746645
+OK 20150329004259 http://ezinearticles.com/?expert=Rana_Sinha
+MISS NA http://www.remunicipalisa-tion.org.Accessed
+OK 20180908005622 http://www.checklist.org.br/getpdf
+OK 20210122103120 https://ddd.uab.cat/pub/analisi/analisi_a2013m9n48/analisi_a2013m9n48p95.pdf
+OK 20210227102129 www.paperloop.com
+OK 20130611002912 http://en.feuerstein-global.org/about-the-prof
+MISS NA http://www.joensuu.fi/coste30/docs/Publication/Norway.pdf
+OK 20210421003450 www.insse.ro
+OK 20080827200059 http://www.spiked-online.com/Articles/00000002D0FF.htm
+OK 20190619065727 http://www.brookings.edu/papers/2007/07useconomics_emanuel.aspx
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210227035816 http://www.sil.org/asia/philippines/ical/papers.html
+OK 20210415090631 http://www.oie.int/es/normas-internacionales/codigo-terrestre/acceso-en-linea/
+OK 20210316073042 http://www.affinislamic.com.my
+OK 20210319081041 www.monitoringthefuture.org/pubs/monographs/mtf-overview2015.pdf
+OK 20190812161318 http://www.alexander-fp7.eu/
+OK 20210415092311 http://www.proqol.org/ProQol_Test.html
+OK 20111209153443 http://www.trinitycollege.co.uk/resource/?id=2387
+OK 20200702003902 http://www.ncbi.nlm.nih.gov/pubmed/1607913
+OK 20100810222227 http://www.bielarus.net/archives/2003/12/14/63
+OK 20170329064652 http://www.uovirtual.com.mx/moodle/lecturas/teori/9.pdf
+OK 20170528141540 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1676235/pdf/bmj00158-0046.pdf
+OK 20210305152514 https://www.newyorker.com/magazine/2019/04/29/the-airbnb-invasion-of-barcelona
+OK 20210413105852 http://fedgov.dnb.com/webform
+OK 20210404034545 http://www.ibge.Gov.br/cidadesat/topwindow.htm?1
+OK 20050412122834 www.ebizlab.usc.edu
+MISS NA http://bat.library.ucsf.edu/tid/yki40a99
+OK 20190211161218 https://www.kommersant.ru/doc/3149258
+MISS NA http://www.owlseek.com/Panteleyev
+OK 20210309214148 http://www.horseandhound.co.uk/news/uae-horse-dies-in-120km-race-412468
+OK 20200709084422 http://www.scielo.br/pdf/paideia/v18n40/13.pdf
+OK 20050526042630 http://epa.oszk.hu/00000/00017/00086/pdf/madarasz.pdf
+MISS NA http://www2.census.gov/geo/maps/dc10_thematic/2010_Profile/2010_Profile_Map_
+OK 20200716010426 https://www.bigsocietycapital.com/sites/default/files/attachments/CBO_In-Depth%20Reviews_Reconnections.pdf
+MISS NA idlastro.gsfc.nasa.gov/pub/contrib/varosi/modion
+OK 20210417094356 http://www.cochranehandbook.org
+OK 20210325004005 http://www.guardian.co.uk/world/2013/feb/26/italy-election-austerity-eurozone-turmoil
+MISS NA http://www.revistaconecta.com/conectados/ramal_avaliar.htm.Buscaem05/
+OK 20170422010330 http://www.gpo.gov/fdsys/pkg/USCODE-2011-title18/pdf/USCODE-2011-title18-partI-chap123-sec2721.pdf
+OK 20200806134510 http://www.xinhuanet.com/politics/2020-02/01/c_1125518527.htm
+OK 20201213004756 http://www.querelles.de/index.php/qjb/article/view/8/18
+MISS NA http://www.pairfam.de/fileadmin/user_upload/redakteur/publis/Dokumentation/Manuals/Scales_Manual_pairfam_9.1.pdf.Accessed15
+MISS NA Http://www.parenting.invillage.com
+OK 20210412214134 http://ctl.stanford.edu/Newsletter/discussion_leading.pdf
+OK 20210204041529 http://www.greenearthenergy.com.au
+OK 20190915025447 http://ferramentas.unipinhal.edu.br/engenhariaambiental/viewarticle.php?id=799
+OK 20210422143550 http://oeis.org
+MISS NA https://www.eci.bce.ec/preguntas-frecuentes#21
+OK 20210418081405 http://lejos.sourceforge.net/
+OK 20210126045506 http://www.blog-city.com/community/
+OK 20170901011451 https://www.redalyc.org/pdf/2371/237117582005.pdf
+OK 20161127105857 http://pidruchniki.com/15100827/pravo/evtanaziya
+OK 20210415032053 http://www.ietf.org/rfc/rfc3261.txt
+MISS NA http://www.greenpeace.org/argen-tina/Global/argentina/report/2013/cambio_climatico/Infor-me-Moran-mineria.pdf
+OK 20210414021037 https://www.eter-project.com/#/home
+OK 20210414211936 http://drc.bmj.com/
+OK 20210412170509 http://www.levyinstitute.org/pubs/wp74.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://onlinedigeditions.com/article/
+OK 20180602190639 http://www.journalofinequalitiesandapplications.com/content/2012/1/114
+MISS NA http://www.ncsi.org.uk/what-we-aredoing/the-recovery-package/
+OK 20210121001347 http://www.rand.org/pubs/working_papers/WR650.html
+OK 20210124024702 https://www.tga.gov.au/orphan-drugs#summary-v
+OK 20210213212455 http://hdr.undp.org/en/media/HDR_2009_PT_Complete.pdf
+MISS NA http://patikab.bps.go.id/backend/pdf_publikasi/Kecamatan-Margoyoso-Dalam-Angka-2015.pdf
+MISS NA http://www.oecd.org/edu/EAG2014-Indicator%20C4%20%28eng%29.pdf-Accessed30.9
+OK 20210422035440 http://www.fao.org/faostat/en/#data/QC
+OK 20210422035439 http://faostat.fao.org/site/567/DesktopDefault.aspx?PageID=567#ancor
+OK 20200106111508 http://www.emjembedded.com/linux/dimmpc.html
+OK 20210420183444 http://globocan.iarc.fr
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.118.237701
+OK 20200926062201 http://www.biodiversitylibrary.org/item/61798#page/210/mode/1up
+MISS NA http://bookshop.europa.eu/is-bin/INTERSHOP.enfinity/WFS/EU-Bookshop-
+OK 20160609034003 http://www.gsi.de/fair/reports/btr.html
+OK 20210308005716 https://bitbucket.org/seanmauch/stlib/wiki/Home
+OK 20210413160007 http://eprints.soas.ac.uk/9968/
+OK 20200727032725 http://doi.acm.org/10.1145/2213977.2214082
+OK 20200802121527 http://www.cspinet.org/new/200810011.html
+OK 20150709232255 http://www.siliconindia.com/magazine_articles/Web_20Connectedness_sharing_and_the_social-NLF651991104.html
+MISS NA https://tinyurl.com/ya4wlefj
+OK 20190208223154 http://www.tycho.iel.unicamp.br/~tycho/prfpml/fase2/index.html
+OK 20100713183547 http://www.cve.saude.sp.gov.br/htm/zoo/lta_gve.htm
+OK 20210401225027 http://www.iier.org.au/iier25/barratt-pugh.pdf
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/22043260
+OK 20200908131048 http://nbuv.gov.ua/UJRN
+OK 20210413132851 http://karpathy.github.io/2016/05/31/rl/
+OK 20130218184150 http://2045.ru/pdf/ARLINGTON20111106wldb.pdf
+MISS NA http://www.nap.edu/open-book.php?isbn=0309070368
+MISS NA http://www.dest.gov.au/NR/rdonlyres/DBB14069-3A47-44A0-8945-3BC55D6E23D4/25788/SciandMathPGsLitRevandDataAnalyisFINALARFeb09.pdf
+MISS NA www.cdc.gov/niosh/topics/veterinary/hazard.html.Accessed
+MISS NA http://www.gazprom.ru/tender/small-and-medium-business
+OK 20141006022456 http://www.thenationalcampaign.org/resources/pdf/Briefly_ItsYourResponsibility.pdf
+OK 20160223123856 http://www.scielo.br/pdf/ccedes/v29n77/a06v2977.pdf
+OK 20170902002125 http://onlinelibrary.wiley.com/doi/10.1111/j.2042-3306.1998.tb04521.x/pdf
+OK 20190127113200 https://ww2.ibge.gov.br/home/estatistica/populacao/condicaodevida/indicadoresminimos/defaulttab.shtm
+MISS NA http://doi.acm.org/10.1145/1182807.1182825
+OK 20201112012901 http://CRAN.R-project.org/package=h2o
+OK 20210303100029 https://www.nba.com/article/2020/03/11/coronavirus-pandemic-causes-nba-suspend-season
+MISS NA http://voronezhstat.gks.ru/ПономаревА.И
+MISS NA portal.mj.gov.br/sedh/ct/legis_
+MISS NA www.scielo.br/pdf/rbedu/v13n37/07
+MISS NA https://www.byma.com.ar/noticias/byma-lanza-el-primer-indice-de-sustentabilidad-del-mercado-argentino/
+OK 20200718204610 http://www.ideaspaz.org/especiales/dialogos-habana/#
+MISS NA http://li-brary.binus.ac.id
+OK 20201119040024 https://www.pakistantoday.com.pk/2018/01/25/nadra-to-develop-internet-voting-system-for-expats-report/
+OK 20210422070110 http://www.iucnredlist.org
+OK 20210117084833 https://www.iab.com/insights/economic-value-advertising-supported-internet-ecosystem/
+OK 20201022223443 http://eeas.europa.eu/archives/docs/enp/pdf/pdf/com03_104_en.pdf
+OK 20151126003036 http://www.dialektforschung.phil.uni-erlangen.de/sterbendialekte
+MISS NA http://www.planalto.gov.br/ccivil_03/decreto/d2306.htm.Acessoem:25/08/2
+MISS NA http://rac.org/Articles/index.cfm?id=1999&pge_prg_id=13740
+OK 20191013111327 http://www.rbc.ru/economics/29/11/2016/583d76a29a794705c9b6b806
+MISS NA http://www.iet.unipi.it/l.sanguinetti/techReportRician.pdf
+OK 20161020123649 http://www.cedocmuseodelamemoria.cl/wp-content/uploads/2011/12/DECLARACION_DERECHOS_DEL_NINO.pdf
+OK 20210417114547 http://www.nber.org/papers/w14485
+OK 20201108104220 http://www.bbc.co.uk/newsbeat/article/31920480/tinder-user-falls-for-robot-woman-at-sxsw-festival
+OK 20181122142303 http://calib.qub.ac.uk/calib/
+MISS NA http://www.zeitenblicke.historicum.net/2003/2002/haferkamp.htmlHaft
+MISS NA http://www.camh.ca/research/osduhs.aspx.Accessed
+OK 20210421035205 http://whqlibdoc.who.int/trs/WHO_TRS_854.pdf
+MISS NA https://bit.ly/3bmgfk6
+OK 20210318021559 http://www.fdic.gov/bank/historical/history/
+MISS NA https://www.age-
+OK 20210421072055 https://pubs.usgs.gov/pp/p1386/
+OK 20170531030959 https://jobs.ua/dkhp/articles-164
+OK 20210421180922 http://www.uspto.gov/
+MISS NA http://www2.pucpr.br/reol/pb/index.php/pistis?dd1=4577&dd99=view&dd98=pb
+MISS NA https://arxiv.org/abs/1608.05949
+OK 20210301175355 https://www.entnet.org/content/aao-hns-anosmia-hyposmia-and-dysgeusia-symptoms-coronavirus-disease
+MISS NA https://www.qiagen.com/gb/shop/pcr/primer-sets/rt2-profiler-pcr-arrays/?catno¼PAHS-027Z#geneglobe
+MISS NA http://books.google.de/books?id=sSAwbd8qOAAC
+OK 20180712193810 http://www.ipv.pt/millenium/Millenium48/6.pdf
+OK 20021204212517 http://www.os-ar.com/modules.php?name=Encyclopedia&op=content&tid=501124
+MISS NA http://encolombia.com/veterinaria/fenavi9303actualidad/htm
+MISS NA https://arxiv.org/abs/2002.04519
+OK 20210202035148 https://jakarta.bps.go.id
+OK 20201021023809 http://www.bisp.de/SharedDocs/Downloads/Aktuelles/Stellungnahme_BISp_DiD_2013_27_08.pdf?__blob=publicationFile
+OK 20210414224444 http://www.clir.org/pubs/reports/pub120/pub120.pdf
+OK 20210202014808 http://www.unhchr.ch/tbs/doc.nsf/
+OK 20210316155748 http://ptolemy.eecs.berkeley.edu/
+MISS NA http://ec.europa.eu/lietuva/documents/skelbimai/2020m_europa.pdf
+MISS NA http://ndb.nal.usda.gov/ndb/foods/show/2140?fgcd=&manu=&lfacet=&format=&count=&max=35&offset=&sort=&qlookup=09021
+MISS NA http://www.chinaventurelabs.com/File/2006%20China%20VC%20Annual%20Report
+MISS NA unctad.org/pt/docs/
+OK 20150906071839 http://www.projectcounter.org/r4/COPR4.pdf
+MISS NA http://www.who.int/maternal_child_adolescent/topics/adolescence/dev/fr/Accessed:17/04/2015
+MISS NA https://cyberleninka.ru/article/v/strategicheskoe-razvitie-ekonomiki-arkticheskogo-makroregiona-i-ego-obespechennost-kadrami-so-srednim-professionalnym-obrazovaniem
+MISS NA http://www.rand.org/pubs/research_briefs/RB9690z2.html.Accessed
+OK 20210419074800 www.tubitak.gov.tr
+MISS NA https://caot.in1touch.org/document/3710/O%20-%20OT%20in%20Primary%20Care.pdf
+OK 20210301173217 http://unesdoc.unesco.org/images/0023/002318/231867e.pdf
+OK 20210313053637 www.uni-kl.de/channel-codes
+MISS NA http://fusionmx.babson.edu/entrep/fer/BABSON2003/XVI/XVI-P4/XVI-P4.html.Accessed28
+OK 20210418101526 http://developer.intel.com/technology/itj/
+OK 20160305185144 http://gensc.org/gc_wiki/index.php/GCDML
+MISS NA http://www.sciencemag.org/cgi/content/full/282/5391/1007a.Accessed
+MISS NA www.iso.org/iso/catalogue_detail.htm?csnumber=19418
+MISS NA http://wwwpromosikesehatancom
+MISS NA http://hdl.handle.net/10400.12/771
+OK 20210422055630 http://data.worldbank.org/indicator/SP.POP.TOTL
+OK 20200124033707 http://www.snam.com/traitement/pyrometallurgical-units.php
+MISS NA http://www.dw.com/en/online-masses-flock-to-republica-13-conference/a-16792826
+MISS NA http://www.nzherald.co.nz/index.cfm?ObjectID=10112595
+OK 20210225111945 https://www.usa.philips.com/healthcare/product/HC865350/intellivue-mx40-wearable-patient-monitor/
+OK 20210421184019 https://en.wikipedia.org/wiki/On-board_diagnostics#OBD-II
+OK 20200429130628 http://www.interel.uoa.gr/erasmus/pm.html
+OK 20170205170200 http://www.who.int/gho/publications/world_health_statistics/EN_WHS2014_Part3.pdf?ua=1
+OK 20190320040909 https://www.ukwir.org/site/web/content/home
+OK 20130829045421 http://jpcrd.aip.org/about/rights_and_permissions
+OK 20210421152640 http://www.opengeospatial.org
+MISS NA https://vimeo.com/52453783
+OK 20210421120636 http://creativecommons.org/licenses/by/3.0/us/
+MISS NA http://www.ilea.ufrgs.br/cipedes/jun00/guadilla.html.Marzode
+OK 20210412224122 http://ec.europa.eu/economy_finance/publications/european_economy/2012/pdf/ee-2012-2_en.pdf
+OK 20210422085331 http://www.ncbi.nlm.nih.gov
+MISS NA http://uppingth-eanti.org/journal/article/05-the-fight-for-feminism
+MISS NA http://www.acutemedicine.org.uk/wp-content/uploads/2016/09/SAMBA16-report-FINAL.pdf
+MISS NA https://drive.google.com/folderview?id=0B2OqaBpLRRnoZFpGQjRxSFlCSlk&usp=sharing
+MISS NA http://www.ted.com/talks/chimamanda_adichie_the_dan-ger_of_a_single_story.html
+OK 20210308201209 https://link.springer.com/article/10.1051/apido/2009076
+OK 20181005025848 Http://Www.Cancerresearchuk.Org/Health-Professional/Cancer-Statistics/Statistics-by-Cancer-Type/Skin-Cancer/Mortality
+MISS NA https://www.researchgate.net/profile/Jonathan_Houghton/publication/237086946_A_leatherback_turtle%27s_guide_to_jellyfish_in_the_North_East_Atlantic/links/0046351b70565519b4000000/A-leatherback-turtles-guide-to-jellyfish-in-the-North-East-Atlantic.pdf#page=72
+OK 20160318052851 http://www.comprasnet.gov.br/noticias/noticias1.asp?id_noticia=208
+OK 20210411012629 https://link.springer.com/article/10.1007%2Fs10584-012-0513-6
+OK 20100207153819 http://www.sedosmission.org/site/index.php?option=com_docman&task=search_result&Itemid=59&lang=en
+OK 20210417105758 https://www.undp.org/content/undp/en/home/funding/core-donors/Germany.html
+OK 20210421182035 http://www.thelancet.com
+MISS NA http://www.patentstorm.us/patents/7379864.html
+OK 20200203030915 http://www.astro-cabinet.ru/library/raiir/russkie-astronomy-i-ih-raboty10.htm
+OK 20210308160232 http://eprints.glos.ac.uk/3609
+OK 20161102045410 http://bpspldenpasar.info/nelayan-dan-stakeholder-di-lombok-timur-menerima-sosialisasi-sop-pemanfaatan-hiu/
+MISS NA http://www.vcgi.org/dataware/?page=./search_tools/search_action.cfm&query=theme
+OK 20210420030050 unl.pt
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3877522/
+MISS NA www.ufsm.br/redevistadireitov.8
+OK 20110221181921 http://whqlibdoc.who.int/hq/2002/WHO_NMH_NPH_WHD_02.13.pdf
+OK 20180811181107 http://www.ncbi.nlm.nih.gov/pubmed/16891231
+OK 20210212051555 www.ecodallecitta.it
+OK 20201126081310 http://www.ecdc.europa.eu/en/publications/Publications/antimicrobial-resistance-surveillance-europe-2011.pdf
+OK 20150528233023 http://www.eife-l.org/publications/eportfolio/proceedings2/ep2007/proceedings-pdf-doc/eportfolio-2007.pdf#page=20.Accessed18.12.09
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20190905011053 http://www.bibliotecaflorestal.ufv.br/handle/123456789/3910
+OK 20210309102235 http://www.oecd.org/els/workingpapers
+OK 20060823173702 www.localselfgovt.org
+OK 20050315225714 http://www.advertisinglawplaybook.com/documents/We_are_Number_1.pdf
+OK 20191003010337 http://jcp.proscenia.net/publications/articles_mlr/hobbs/uses.html
+OK 20140120063455 http://www.sudantribune.com/spip.php?article46397
+OK 20191002003444 https://www.congress.gov/bill/113th-congress/house-resolution/284/text
+OK 20210210230643 http://www.ejel.org
+OK 20190907060816 http://www.kindergartenpaedagogik.de/2100.html
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231
+MISS NA Retrievedfromwww.nber.org/papers/w6690
+OK 20201124003349 https://cheaptalk.org/2013/02/11/big-news/
+OK 20210415095530 http://www.qualitative-research.net/FQS
+OK 20160918164617 http://info.worldbank.org/governance/wgi/index.asp
+OK 20140214175324 http://www.president.iastate.edu/install/program/remarks.php
+MISS NA http://veja.abril.com.br/blog/radar-on-line/televisao/record-muda-estilo-de-novela-mas-audiencia-continua-pifia
+MISS NA http://www.portalpch.com.br/IlustraçãotécnicadeumausinaHidroelétricahttp://danielrsilveira.blogspot.com.br/2010/04/usina-hidreletrica.htmlDefiniçãodebiomassahttp://www.lippel.com.br/br#1
+OK 20210417193346 http://www.json.org/
+OK 20170525162927 http://pubs.acs.org/doi/abs/10.1021/acs.jpcb.5b11162
+OK 20200418003243 http://geuz.org/gmsh/doc/texinfo/gmsh.pdf
+OK 20140822233237 http://www.thesportjournal.org/article/descriptive-comparisons-united-states-military-physical-fitness-programs
+MISS NA http://scholarworks.gvsu.edu/cgi/viewcontent.cgi?article=1014&context=orpc
+OK 20210126215017 http://www.ma.utexas.edu/mp_arc-bin/mpa
+OK 20181227155223 http://www.genabel.org
+MISS NA http://www.ndlerf.gov.au/sites/default/files/publication-358documents/monographs/monograph13.pdf
+OK 20210309032444 http://www.latimes.com/politics/la-na-clinton-sanders-age-20160419-story.html
+MISS NA https://ieeexplore.ieee.org/abstract/document/8316644/figures#figures
+OK 20190907001843 https://acento.com.do/2016/cultura/8402371-desaparicion-henry-segarra-santos-los-doce-anos-balaguer
+OK 20130301044033 http://ec.europa.eu/bulgaria/abc/eu_glance/treaties_documents/treaties_bg.htm
+OK 20201109030114 http://www.morganstanley.com/institutional/techresearch/
+MISS NA http://www.ibama.gov.br/phocadownload/biodiversidade/biodiversidade-aquatica/
+OK 20201108140941 https://github.com/blog/1995-github-jupyter-notebooks-3
+MISS NA scholar.waset.org/1307-6892/10003796
+MISS NA https://www.retsinformation.dk/Forms/R0710.aspx?id=46522
+OK 20210111170013 http://www.publications.parliament.uk/pa/cm200
+MISS NA http://lup.lub.lu.se/luur/download?func=downloadFile&recordOId=1761619&fileOId=1761630
+MISS NA http://bit.ly/Mba2eR
+MISS NA https://www.leobw.de/web/guest/detail//Detail/details/DOKUMENT/wlb_digitalisate/digibib-bsz4176277182/Stammbuch+Georg+Ringler+-+Codhistoct5
+OK 20210328040313 https://www.torproject.org/docs/hidden-services.html.en
+OK 20180415223921 http://greav.ub.edu/der
+OK 20201111230153 http://www.etymonline.com/index.php?allowed_in_frame=0&search=emotion
+MISS NA http://dx
+OK 20210421181424 http://www.rand.org/about.html
+OK 20210124002739 http://www.unscear.org/docs/reports/Biological_mechanisms_WP_12-57831.pdf
+MISS NA WaterAid.www.endwaterpoverty.org
+OK 20210124093720 http://www.debatidentitenationale.fr
+MISS NA https://yokatlas.yok.gov.tr/lisans.php?y=104510232
+OK 20210420205847 http://www.springer.com/
+OK 20210416105035 https://docs.nvidia.com/cuda/parallel-thread-execution
+OK 20200808143737 www.researchmathsci.org
+MISS NA http://news.sohu.com/s2009/9616/s266485658
+OK 20210401032833 http://onlinelibrary.wiley.com/browse/publications?type=labprotocols
+OK 20210401220821 http://wiki.laptop.org/go/Hardware_specification
+MISS NA http://www.turkishstudies.net/Makaleler/1498512037_odaba.pdf,s
+OK 20191020141754 http://www.uniformtubes.co.uk/
+OK 20120617044857 http://www.csas.cz/static_internet/cs/Obecne_informace/FSCS/CS/Prilohy/vz_2011.pdf
+OK 20160613161454 http://www.pbs.org/newshour/bb/government_programs/july-dec06/housing_07-27.html
+OK 20210412214743 http://data.unaids.org/pub/Report/2009/JC1700_Epi_Update_2009_en.pdf
+OK 20190925064111 http://www.rwjf.org/content/dam/farm/reports/issue_briefs/2011/rwjf69438/subassets/rwjf69438_1
+MISS NA http://www.economicsnetwork.ac.uk/iree/il
+OK 20210126164406 http://www.gigateway.org.uk/
+OK 20200507113654 https://bit.ly/2nVdW45
+OK 20210422051855 http://cve.mitre.org/
+OK 20200722051320 http://cyberleninka.ru/article/n/poteri-selskohozyaystvennoy-produktsii-i-prodovolstvennyh-resursovv-rossiyskoy-federatsii
+OK 20151102180502 http://www.federaltaxcrimes.blogspot.com/2013/10/can-restitution-be-reduced-by-payments.html
+MISS NA http://www.serindigena.org/archivosdigitales/libros/libro_parlamentodecozcoz.pdfVisitadaenseptiembrede
+OK 20050407070646 http://acd.ufrj.br/pacc/z/ensaio/boaventura.htm
+MISS NA https://www.waterrf.org/research/projects/residential-commercial-and-institutional-end-uses-water
+MISS NA http://repository.upi.edu/operator/upload/s_sdp_0701129_chapter1.pdf
+MISS NA http://atomig.org/archives/2004/08/folksonomvsocialclassification.html
+OK 20210415150557 http://www.who.int/dietphysicalactivity/factsheet_women/en/
+OK 20210401032742 http://www.federalreserve.gov/boarddocs/speeches/1996/19960908.htm
+OK 20201112013402 http://kosis.kr/statHtml/statHtml.do?orgId=101&tblId=DT_2KAA314_OECD
+OK 20210421022926 http://www.pewinternet.org
+MISS NA http://economia.elpais.com/economia/2015/02/20/actualidad
+OK 20201126064640 http://revistascientificas.filo.uba.ar/index.php/rtt/article/view/2434/2092
+MISS NA http://www.mfe.govt.nz/publications/climate/industrial-allocation-under-nz-ets/index.htmlS
+MISS NA http://www.sciencedirect.com/science/article/pii/S0169409X07001421
+MISS NA http://us.politik.news.viva.co.id/news/read/94048-taufiq_kiemas_hampir_pasti_ketua_mpr
+MISS NA http://www.jstor.org/stable/25700516
+OK 20161224023157 http://claudioulpiano.org.br/paulo-domenech-oneto/util-inutil-3%C2%AA-interlocucao/
+MISS NA http://www.iipa.com/pdf/2004_SIWEK_EX
+MISS NA www.scielo.br/pdf/cr/v27n2/a14v27n2.pdf.Acessoem
+OK 20210118164416 http://www.artist-project.eu/
+OK 20120921152438 http://www.nrel.gov/biomass/pdfs/42630.pdf
+OK 20170926122925 https://www.codigotecnico.org/images/stories/pdf/ahorroEnergia/DA-DB-HE-1-Calculo_de_parametros_caracteristicos.pdf
+MISS NA http://hdl.handle.net/10402/era.38858
+MISS NA http://bmjopen.bmj.com/BMJOpen
+OK 20200711171830 http://www.observatorioviolencia.org/upload_images/File/CUADERNOS-G25.pdf
+MISS NA http://www.eurozine.com/articles/2005
+OK 20180311175940 http://www.cgr.pitt.edu/oakland-partners
+OK 20070226022424 http://www.ifla.org/IV/ifla67/papers/130-166e.pdf
+OK 20201203203329 http://bmcfampract.biomedcentral.com/articles/10.1186/1471-2296-15-69
+OK 20130630194014 http://www.piac.ca/files/dntl_final_website.pdf
+MISS NA http://www.regjeringen.no/nb/dep/hod/dok/regpubl/stmeld/
+OK 20161205105005 http://www1.dshs.wa.gov/manuals/eaz/sections/LongTermCare/LTCstandardspna.shtml
+OK 20141110135016 http://www.haveeru.com.mv/news/57218
+MISS NA http://dx
+OK 20210322023145 http://www.ecdc.europa.eu/en/publications/Publications/101108_SPR_pandemic_experience.pdf
+MISS NA http://fortune.com/2015/10/14/polio-surge-ebola-gates-foundation/.Accessed28
+MISS NA https://openknowledge.worldbank.org/bitstream/handle/10986/24834/Assessing0impl0Es000a0global0survey.pdf?sequence=1andisAllowed=y
+MISS NA http://www.facebook.com_pondGap
+MISS NA Availableatftp.compapp.dcu.ie/pub/crypto/cm.exe
+OK 20210128051903 http://store.neurosky.com/products/myndplay-sports-bowling
+OK 20180418210705 https://revistas.uo.edu.cu/index.php/stgo/article/view/109/105
+OK 20140407110813 http://waittimes.hco-on.ca/en/search/surgery/adult#/cancer/thyroid-and-endocrine-cancers.Ac-cessed
+OK 20210405055533 http://www-01.ibm.com/software/integration/optimization/cplex-optimizer/
+MISS NA https://reut.rs/2J3Z9g0
+OK 20170821050232 http://www.redalyc.org/pdf/219/21922416005.pdf
+OK 20200819021451 http://www.diw.de/en/diw_01.c.492395.en/topics_news/soep_and_iab_create_database_to_evaluate_minimum_wage.html
+OK 20201126091604 http://ec.europa.eu/information_society/eeurope/i2010/docs/benchmarking/egov_benchmark_2009.pdf
+MISS NA https://nciph.unc.edu/cetac/phswcompetencesmay5.pdfadre-sindenalındı
+MISS NA http://ella.slis.indiana
+MISS NA http://www.thehealthwell.info/node/91930
+MISS NA http://www.jlab.org/expprog/proposals/02/PR02-020.pdf
+MISS NA http://tinyurl.com/heat-illness-california
+OK 20190901133255 http://www.newcity.newham.sch.uk/
+MISS NA http://www.chosunonline.com/article/20010420000015
+OK 20171025082044 https://raexpert.ru/docbank/d80/955/703/fb7a6a897c61ba70dcf98af.pdf
+OK 20190728090510 https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/206243/PHE_MMR_Action_Plan_June_2013.pdf
+MISS NA https://www.researchgate.net/publication/328881053_The_
+OK 20050428175016 http://www.doh.gov.uk/research/swro
+OK 20130905141459 http://www.infonet-biovision.org/res/res/files/4228.ifoam_norms2012.pdf
+MISS NA http://www.highbeam.com/doc/1G1-71823933.html
+OK 20200623205106 http://doi.acm.org/10.1145/2601097.2601157
+MISS NA http://data.bris.ac.uk/data/dataset/3juehd5wwl6491zzz99038tll9.royalsocietypublishing.org/journal/rsosR.Soc.opensci
+MISS NA http://gut.bmj.com/Gut:firstpublishedas10.1136/gut.28.8.981on1
+MISS NA http://homepages.engineering.auckland.ac.nz/pkel015/SolidMechanicsBooks/index.html
+OK 20210415062632 http://www.lacan.com/zizek-pompidou.htm
+OK 20210224181700 http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2009/lei/L11977compilado.htm
+MISS NA http://online.wsj.com/news/articles/SB10001424052702303830204577447932029699456
+OK 20190525093313 http://bookitut.ru/Lenin-zhiv-Kuljt-Lenina-v-Sovetskoj-Rossii.AContents.html
+MISS NA http://www.plasticabahia.com.br/uploads/ISAPS_Results_-Procedures_in_2011.pdf
+OK 20210303052417 http://www1.tce.rs.gov.br/portal/page/portal/tcers
+MISS NA http://dspace.nuft.edu.ua/jspui/bitstream/123456789/1076/1/Sist_anTK.pdf9
+OK 20210214011757 https://www.cia.gov/library/publications/the-world-factbook/geos/ni.html
+OK 20171027001527 http://www.geneclinics.org/
+MISS NA http://www.espritcritique.fr/dos-siers/article.asp?t03code=111&varticle=esp1201article05&vrep=1201
+OK 20200716163220 http://www.atmos-chem-phys.net/9/2301/2009/
+OK 20170519023637 https://web.law.columbia.edu/sites/default/files/microsites/climate-change/files/Publications/biniaz_2016_june_comma_diff_responsibilities.pdf
+MISS NA http://www.jstor.org/stable/10.2307/2529826.Accessed22
+MISS NA http://www.toyota.com/prius/specs.html4.EPRI
+MISS NA https://hal.archives-ouvertes.fr/hal-01483489/file/Paroles%20dExperts%20Paysans.pdf
+OK 20200723145913 http://www.ub.es/geocrit/-xcol/249.htm
+OK 20210415060646 http://www.pubmedcentral.nih.gov/about/newoption.html
+OK 20200708235839 http://bcn.cl/1vrq5
+OK 20210418015139 http://www.census.gov/cps/
+MISS NA www.world-bank.org/wbi/governance/pdf/govmatters_IV_main.pdf
+MISS NA http://www.revistas.unc.edu.ar/index.php/Cuadernos/article/viewFile/755/712
+MISS NA https://clini-caltrials.gov/ct2/show/NCT00265031?id=HD12&rank=2
+MISS NA http://searchsoa.techtarget.com/news/article/0,289142
+MISS NA http://wokinfo.com/citationconnection/.Acesso
+OK 20210421172624 https://jena.apache.org
+OK 20210324101446 http://www.cdc.gov/nchs/nhanes/analytic_guidelines.htm
+MISS NA http://www.fcongd.org/fcongd/FRP
+OK 20200421042917 http://www.ncbi.nlm.nih.gov/pubmed/30383787
+OK 20090419025332 http://www.cnpsa.embrapa.br/abraves-sc/pdf/Memorias2001/1_manoelrenato.pdf
+OK 20041126075436 http://www.state.gOv/t/pm/rls/rm/24137pf.htm
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.109
+MISS NA http://www.yvonnedekort.nl/pdfs/de%20kort%20and%20smolders%202010.pdf
+OK 20110929214901 http://hdl.handle.net/10402/era.19093
+OK 20201112015419 http://www.ine.es/dyngs/INEbase/en/operacion.htm?c=Estadistica_C&cid=1254736176783&menu=resultados&secc=1254736195295&idp=1254735573175
+MISS NA https://core.ac.uk/download/pdf/1172312
+OK 20210422145951 http://dic.academic.ru
+OK 20210128091159 http://base.garant.ru/584458/
+OK 20200221030503 http://repository.unhas.ac.id/handle/123456789/19721
+MISS NA http://www.mexico-businessline.com/Bancomext/Template/Nacional/de-fault.jhtml?seccion=2838
+OK 20130729105649 http://radioactivity.nsr.go.jp/en/list/270/list-1.html
+OK 20191225070126 http://www.jbc.org/content/247/20/6720
+OK 20190923161138 http://tvhb.org.tr/sayfa/odalar
+MISS NA http://www.arhiv.tvereza.info/science/papers/halt08a.pdf.-Загл.сэкрана.261.Поттосина,С.А.Экономико-математическиемоделиимето-ды:учеб.пособиедлястуд.экон.спец.БГУИРдлявсехформобуч
+MISS NA http://eacea.ec.europa.eu/llp/projects/public_parts/documents/comenius/com_nw_510010_digital-earth.eu.pdf
+MISS NA http://www.limpoporak.com.Accessed31
+MISS NA http://ec.europa.eu/environment/nature/conser-vation/species/ema/
+OK 20071004142747 http://www.winwinpartner.com/_downloads/080603MBNreport.pdf
+OK 20210411022037 http://www.museudeartedorio.org.br
+MISS NA http://www.eurosurveillance.org/ViewArticle.aspx?ArticleIdϭ20662
+MISS NA http://www.ejts.org/document623
+OK 20210415060233 http://www.jwatcher.ucla.edu
+MISS NA http://files.library.northwestern.edu/findingaids/wigmore.pdf
+MISS NA http://www.greenpeace.org/international/en/news/Blogs/makingwaves/brazil-most-danger-ous-country-for-environmental-activists-especially-amazon/blog/56871/
+OK 20210121070704 http://psych.colorado.edu/~carey/Courses/PSYC5112/Readings/alpha_Cronbach.pdf
+OK 20181117222643 http://gpgpu.org/developer/cudpp
+MISS NA http://indiatoday.intoday.in/story/national-employabilityreport-on-engineering-graduates-net-java-hcltechnologies/1/248970.html
+OK 20210414044246 www.fitch.com
+OK 20201202041617 http://www.ingesa.mscbs.gob.es/estadEstudios/documPublica/pdf/CMBD-2001.pdf
+OK 20200820140841 http://www.joe.org/joe/1991winter/rb5.php
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210422041557 http://www.amar.org.ir/Default.aspx
+OK 20080516225454 http://openjump.org/wiki/show/HomePage
+OK 20210416171706 http://whc.unesco.org/en/list/426
+OK 20200224132255 www.sican.com
+OK 20070815034903 http://www.pharmacology.leidenuniv.nl/content_docs/refsluigiweb.pdf
+MISS NA http://paginas.terra.com.br/informatica/jscatena/UNIP/Software/Gr_FingerPrint.zip.Acessoem
+MISS NA https://cmb.uchicago.edu/project/images/4/4a/2011_1220_multipole_leakages_tajimao.pdf,QUIETinternalmemo142
+OK 20210416203112 http://www.ine.es/
+OK 20210422072403 kharkov.ua
+OK 20181230090508 http://public.oed.com/the-oed-today/recent-updates-to-the-oed/previous-updates/june-2006-update/
+OK 20201127221850 www.kanep-gsee.gr/ekdoseis/-/etisia-ekthesi-gia-tin-typiki-ekpaidefsi-2010/
+MISS NA http://www.qaproject.org/methods/resglossary.html.Accessedon24
+MISS NA http://www.mencanstoprape.org/usr_doc/MOST_Club_Brochure_&_Criteria.pdf
+OK 20210422092539 http://www.ansys.com
+OK 20210418100208 http://www.clawpack.org
+OK 20210415043339 http://www.importanceofplay.eu/IMG/pdf/dr_david_whitebread_-_the_importance_of_play.pdf
+OK 20210415230445 https://www.w3.org/OWL/
+OK 20210214005728 https://publications.parliament.uk/pa/cm201617/cmselect/cmcomloc/45/45.pdf
+OK 20170921002956 http://www.gov.cn/zwgk/2008-04/24/content_953471.htm
+OK 20160709135514 http://c2.com/cgi/wiki?WhatIsData
+OK 20210216044433 www.securityfocus.com/infocus/1546
+OK 20210213214928 http://www.al-monitor.com/pulse/originals/2016/02/jordan-work-permits-palestinian-refugees.html
+OK 20210418030025 http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=17498246
+MISS NA http://publica.webs.ull.es/upload/REV%20LAGUNA/21%20-
+OK 20200714153447 https://www.who.int/tb/publications/ltbi_document_page/en/
+OK 20160414104300 http://www.oar.nih.gov/strategicplan/fy2011/index.asp
+OK 20210417140439 www.jasonmoore.com
+OK 20210412212846 http://content.healthaffairs.org/content/24/2/499.full
+OK 20200507130505 http://www.sciencedirect.com/science/article/pii/S0167404816301845
+OK 20130114235825 http://www.meteoschweiz.admin.ch/web
+OK 20200224081145 http://www.mgnet.org/mgnet-codes-wienands.html
+OK 20210126145834 http://www.cibtech.org/jls.htm
+OK 20210415051818 www.intangiblecapital.org
+OK 20120513091644 http://www.ijcsi.org/papers/IJCSI-Vol-7-Issue-2-No-1.pdf
+MISS NA http://debate-in-its.htmlwww.hrnutshell.com/topics/topics-covered-group1-
+OK 20200427174331 http://worldcentric.org/biocompostables/utensils/utensils-200F
+OK 20170201082226 http://www.dhs.wisconsin.gov/eh/fish/FishFS/2007Hg_Add_Final_05_07.pdf
+MISS NA availableatwww.cdc.gov/nchs/data/series/sr23/sr23022.pdf
+OK 20210321013059 http://www.unaids.org/sites/default/files/en/media/unaids/contentassets/documents/epidemiology/2013/gr2013/UNAIDS_Global_Report_2013_en.pdf
+OK 20051220004651 http://www.nrdc.org.uk/uploads/documents/doc_166.pdf
+OK 20210410173221 http://www.assistenciasocial.al.gov.br/sala-de-imprensa/arquivos/NOB-SUAS.pdf
+OK 20131020123040 http://www.ucdmc.ucdavis.edu/cht/services/telemedicine/teleradiology.html/
+OK 20210415101636 www.rand.org/pubs/monograph_reports/2005/MR1465.pdf
+OK 20200304035454 .www.bibb.de/dokumente/pdf/foko6_neues-aus-euopa_04_raum-lll.pdf
+OK 20150213184449 www.renewableenergyworld.com/rea/news/article/2008/07/chinas-wind-power-industry-localizing-equipment-manufacturing-53076
+OK 20210414134841 http://training.fema.gov/emiweb/downloads/highedbrief_course2.ppt
+OK 20210422083349 http://www.R-project.org
+MISS NA http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0041492
+OK 20210210233323 http://www.pacitan.go.id
+OK 20210105201728 https://americanheadachesociety.org/news/headache-clinic-workflows-covid-19/
+OK 20210419061935 http://aws.amazon.com/ec2
+OK 20210419114707 https://www.onlineexambuilder.com/
+OK 20210211050712 https://www.theverge.com/2016/4/21/11482576/google-ceo-sundar-pichai-cloud-ai-future
+OK 20210306064401 https://sites.google.com/site/gopalpandurangan/dna
+OK 20091229101913 http://inno.cs.msu.su/implementation/it-university/07/report.doc
+OK 20210420040013 http://www.scipy.org/
+OK 20180728003531 http://historiapolitica.com/datos/biblioteca/2j_lair.pdf
+OK 20210224165353 http://www.freetheworld.com/datasets_efw.html
+OK 20171028060121 http://www.ohchr.org/EN/NewsEvents/Pages/Haitisixmonthson.aspx
+OK 20150107030758 https://www.academia.edu/5585155/Assessing_Technologys_Role_in_Communication_between_Parents_and_Middle_Schools
+OK 20200528170441 http://www.indianjurol.com/text.asp?2016/32/1/50/173118
+OK 20210415114854 http://www.newyorker.com/reporting/2008/03/31/080331fa_fact_hessler
+OK 20210121023902 http://www.oecd.org/els/health-systems/49105858.pdf
+OK 20210420112229 http://www.standardmethods.org
+MISS NA https://vogazeta.ru/articles/2018/5/8/edpolitics/3153-12_prioritetov_prezidenta_???history=0&pfid=1&sample=159&ref=0
+MISS NA https://www.researchgate.net/publication/259791361_Bird_monitoring_at_offshore_wind_farms_in_the_Belgian_part_of_the_North_Sea_assessing_seabird_displacement_effects
+MISS NA http://www.unhcr.org/cgi-bin/texis/vtx/refworld/rwmain?page=country&amp
+MISS NA https://www.ahrq.gov/professionals/clinicians-providers/guidelines-
+MISS NA http://www.cis.hut.fi∼aapo/papers/IJCNN99tutorialweb/JawerthB
+MISS NA http://www.stopsportsinjuries.org/Accessed
+OK 20210420183214 http://www.ics.uci.edu/~mlearn/MLRepository.html
+OK 20161130211141 http://www.forbes.com/sites/sujanpatel/2016/11/12/9-ways-to-use-social-media-to-build-your-personal-brand/2/#3c6593547837
+MISS NA http://foreign.senate.gov/imo/media/doc/55285.pdf.14
+OK 20200808195233 http://repository.unp.ac.id/71/
+OK 20210411014555 http://arxiv.org/abs/1601.06411
+OK 20050607222313 https://docs.szw.nl/pdf/35/2003/35_2003_3_3371.pdf
+OK 20110705221507 http://www.cmi.no/file/?1315
+OK 20210411015133 http://epaa.asu.edu/ojs/article/view/1298
+OK 20160416190843 https://www.vanguardngr.com/2010/06/shocking-revelations-of-man-arrested-with-fresh-human-parts/
+OK 20210415071126 http://www.meteotest.ch/
+OK 20210115174140 www.surface-prep-lab.com
+OK 20100202093027 http://www.geoimage.ch/includes/pdf/nzz_sar_180209.pdf
+OK 20210413002234 https://mosquitto.org/
+MISS NA http://www.cs.uni-bo.it/bison/publications/CAsurvey.pdf
+MISS NA http://www.dge.gob.pe/portal/docs/vigilancia/boletines/2015/08.pdf
+OK 20210302164916 http://philadelphiaencyclopedia.org/archive/art-of-cecilia-beaux/
+OK 20210414054923 https://www.epicpeople.org/
+MISS NA http://www.ccpl4.ac.uk/tutorial/xfit-95/
+OK 20210422032356 https://www.google.com/covid19/mobility/
+OK 20201030230308 https://www.setting.com.br/blog/processos/processo-mudanca-organizacional/
+OK 20210203000418 https://scroll.in/article/914935/despite-natures-protests-encroachment-and-illegal-construction-are-rampant-in-keralas-munnar
+OK 20210414004755 http://postgis.refractions.net/
+OK 20171021113656 http://www.eenewsautomotive.com/news/continental-bosch-lead-adas-vendor-share-ranking
+MISS NA http://ecnhts-proxy.jsums.edu:2087/docview/916768297?accountid=11661
+OK 20210224211409 http://files.eric.ed.gov/fulltext/ED506058.pdf
+MISS NA https://web.archive.org/web/20150206004624/http
+OK 20210119160143 https://www.ncsbn.org/Delegation_joint_statement_NCSBN-ANA.pdf
+OK 20170425181333 www.rpharms.com/pharmacy-practice-resource/specials.asp
+OK 20210402130102 http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2012/lei/l12764.htm
+OK 20181005120105 http://www.europarl.europa.eu/the-secretary-general/en/activities-multimedia/the-european-union-and-democracy-klaus-welle-at-the-krieger-school-of-arts-and-sciences-johns-hopkins-university
+OK 20210420132146 http://es.wikipedia.org/wiki/
+OK 20160913191817 http://gemini.no/en/meninger/the-day-terrorism-came-to-norway/
+OK 20210225080700 http://ec.europa.eu/health/ph_threats/non_com/rare_diseases_en.htm
+OK 20210213213052 http://www.biochempress.com
+OK 20210127232712 http://www.australiandesignreview.com/architecture
+MISS NA http://www.srcana.hr/hr/vijesti/pregled/29/
+OK 20190218215524 http://www.nxtbook.com/nxtbooks/ncppa/make_the_move/index.php
+MISS NA http://www.kupoge.de/kumi/pdf/kumi160/kumi160_042-043.pdf
+MISS NA la.causada.fue.declarada.culpable.de
+OK 20170602043635 http://www.ncswboard.org/page/complaints-disciplinary-actions
+OK 20210319091035 http://math.nist.gov/MatrixMarket/index.html
+OK 20180921115351 http://library.fundforpeace.org/library/fragilestatesindex-2015.pdf
+OK 20210411022545 http://www.minorplanetcenter.net/iau/special/residuals2.txt
+OK 20180312181447 www.fda.gov/Safety/MedWatch/SafetyInformation/ucm215476.htm
+OK 20210415194923 http://www.prefeitura.sp.gov.br
+OK 20201218045342 https://philpapers.org/rec/MANMAE-3
+MISS NA http://pamula.web.id/komputer/,diaksestanggal14Mei
+OK 20101116130654 http://www.pimsa.secyt.gov.ar/publicaciones/DT%2031.pdf
+MISS NA http://newsroom.aaa.com/2011/07/ev-charging-statio/viii
+MISS NA http://www.euro.who.int/__data/assets/pdf_file/0018/790
+MISS NA 2.www.mhra.gov.uk/home/groups/pl-a/documents/websiteresources/con019461.pdf
+MISS NA http://www.cdc.gov/HAI/bsi/CLABSI-resources.html.Lastupdated
+OK 20200715025021 http://www.who.int/immunization/global_vaccine_action_plan/GVAP_Guiding_Principles_Measures_of_Success_and_Goals.pdf
+OK 20070209033734 http://www.imf.org/external/pp/longres.aspx?id=412
+OK 20200505161349 http://www-128.ibm.com/developerworks/java/library/j-jtp01274.html
+MISS NA www.reuters.com/article/2009/04/29/vietnam-bauxite-idUSHAN45994820090429
+OK 20210328103901 http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2013/lei/l12830.htm
+MISS NA https://www.google.com/search?q=Wichelt%2C+L+%26+Kearney%2C+N.E.+%28
+OK 20200513192312 https://www.ncbi.nlm.nih.gov/pubmed/17296542
+OK 20210323115432 http://www.casp-uk.net/wp-content/uploads/2011/11/CASP_Systematic_Review_Appraisal_Checklist_14oct10.pdf
+OK 20210414194100 www.asme.org.uk/
+OK 20210410173628 http://www.physio-med.com/
+OK 20171221012930 http://www.washingtonpost.com/blogs/answer-sheet/post/international-rankings-reformers-like-to-ignore/2011/08/27/gIQA6Gc6iJ_blog.html
+MISS NA http://www.biomedcentral.com/1471-230X/10/32/prepub
+MISS NA http://usa.ipums.org/usa,acceso10deabrilde
+OK 20210422070704 http://www.etymonline.com
+MISS NA www.swc-cfc.gc.ca/pubs/0662326791/index_e.htm
+MISS NA http://www.auc.org.ua/news/asotsiatsiya-mist-ukraini-sturbovana-tsentralizatsieyu-vladi-ta-obmezhennyam-povnovazhen-organi
+MISS NA http://www.laender-analysen.de/russland/23.09.2013
+OK 20210225191606 http://www.scientificamerican.com/article.cfm?id=kryders-law
+MISS NA https://www.st.com/resource/en/application_note/dm00356635.pdf
+OK 20210417064357 https://CRAN.R-project.org/package=rslurm
+MISS NA http://www.slmethiopia.info.et/attachments/article/4/PIM%20revised%20June%202010.pdf
+OK 20200222234057 http://www.commonsensemedia.org/tv-reviews/design-squad
+MISS NA http://digitalcomms.unl.edu/libphiprac/304
+MISS NA http://apps.who.int/gho/data/node.main.Accessed16
+OK 20200119103714 http://www.gov.scot/Topics/Statistics/Browse/Housing-Regeneration/RefTables/adhoc-analysis/ah20Oct2015
+MISS NA http://redalyc.uaemex.mx/pdf/183/18340103.pdf
+OK 20210118222320 http://www.stopfemaledeathinadvertising.com/
+OK 20210308030845 http://www.journalism.org/analysis_report/how_mainstream_media_outlets_use_twitter
+OK 20200109085205 http://jurnal.usu.ac.id/index.php/jts/article/view/11990
+OK 20210422074234 http://www.quickanddirtytips.com/grammar-girl
+OK 20130531050019 http://incsub.org/blogtalk/images/Odonnell.doc
+OK 20210421100117 www.visegradgroup.eu
+OK 20161102115403 http://convergenciadigital.uol.com.br/cgi/cgilua.exe/sys/start.htm?UserActiveTemplate=site&infoid=43313&post_data=&sid=15
+MISS NA http://radioactivity.nsr.go.jp/en/contents/4000/3180/24/1304797_0506.pdf.Accessed
+OK 20210411064538 http://www.dsm5.org/ProposedRevisions/Pages/proposedrevision.aspx?rid=94
+OK 20210126125902 http://wn.rsarchive.org/Books/GA004/English/RSP1964/GA004_index.html
+MISS NA https://www.irishexaminer.com/ire-land/the-migrant-crisis-and-the-very-dif-ferent-approaches-adopted-by-the-28-eu-states-472296.html
+OK 20200722025911 http://www.sertox.com.ar/img/item_full/20003.pdf
+MISS NA http://www.crd.york.ac.uk/PROSPERO/display_record.asp?ID=CRD42017050972
+OK 20170725125231 http://www.eurocontrol.int/articles/national-rpas-regulations
+MISS NA http://www.urbandharam.org/niw05/index.html
+OK 20200119120626 http://www.mpa.gov.br
+OK 20150528190613 http://www.unitau.br/unindu/artigos/pdf571.pdf
+MISS NA https://academic.oup.com/jicru/issue/os25/1
+MISS NA http://www.demos.co.uk/files/DestinationUnknownAutum-n2011_-_web.pdf?1322826138
+OK 20170703150141 https://www.google.com/patents/US20040185933
+MISS NA https://www.suara.com/news/2018/08/01/020300/2-smk-di-tangerang-tawuran-1-pelajar-tertancap-celurit-di-kepala
+OK 20181221192953 https://datatracker.ietf.org/doc/html/draft-ietf-lpwan-overview-01
+MISS NA http://148.202.18.157/sitios/publicacionesite/pperiod/laventan/Ventana13/ventana13-4.pdf
+OK 20090808181648 http://www.iomtoday.co.im/west-news/Tribute-to-Colin-Jerry-at.5499416.jp
+MISS NA https://papua.bps.go.id/publication/2017/07/11/5f7133c9dd7e66b7f6a0cf5f/produk-domestik-regional-bruto-provinsi-papua-menurut-lapangan-usaha-2012-2016.html
+OK 20191116011407 http://www.newsru.com/russia/23may2017/stalin.html
+MISS NA http://www.ifac.org/Lara
+OK 20210213215510 http://electronicintifada.net/artman/uploads/reportn0.pdf
+OK 20210413080725 http://cci.mit.edu/
+OK 20210411020703 http://babylonia.ch/
+OK 20160614190205 http://plaza.ufl.edu/siddgoya/Homepage/Publications.html
+MISS NA http://papers.sae.org/2010-01-0431/orhttp://www.systecs.com/unternehmen/documents/SAE%202010-03.pdf4.Mikhailov
+OK 20130228014633 http://product.ubion.co.kr/upload20120220142222731/ccres00056/db/_2250_1/embedded/2010-www-twitter.pdf
+OK 20210414164303 http://viceroy.eeb.uconn.edu/EstimateS
+OK 20130716002022 http://www.loc.gov/standards/sru/sru1-1archive/xml-files/srw-bindings.wsdl
+MISS NA http://iphome.hhi.de/suehring/tml/download/oldjm/
+MISS NA http://www.ihs.com/News/WW-News/news-2007/Brazil-removes-41-high-potential-blocks-from-ANP-Round-9.htm
+OK 20111117033007 http://epaa.asu.edu/epaa/v11n32/
+OK 20210227012959 http://www.data.jma.go.jp/obd/stats/etrn/index.php
+OK 20210329220636 http://www.apregistry.com/forms/interim_report.pdf
+OK 20190713204530 http://www.cse.scu.edu/~mwang2/projects/CDH_installConfig1_13m.pdf
+MISS NA http://proquest.umi.com/pqdweb?did=765935061&Fmt=7&clientId=20176&RQT=309&Vname=PQD
+OK 20201031171644 http://www.sbc.org.br/index.php?option=com_jdownloads&Itemid=195&task=view.download&catid=39&cid=1479
+MISS NA http://cherinfo.ru/download/134.Dataobrascheniya:23.03
+MISS NA gauss.mathematik.uni-oldenburg.de/pub/Vorlesungen/vetter/ALGLAT.pdf
+MISS NA http://www.sciencedirect.com/science/article/pii/S0092867402007456.Accessed
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210319230203 http://www.cdc.gov/eis/downloads/eis-conference-2016.pdf
+OK 20100125100654 www.camp.dtu.dk/Software
+OK 20210411004651 http://www.health.wa.gov.au/hrit/docs/publications/Final_Report.pdf
+MISS NA http://portal.iteso.mx/portal/page/portal/Sinectica/Historico/Numeros_anterio-res06/029/Miguel%20Lopez%20Melero.pdf
+OK 20190911053136 http://www.aravind.org/default/aboutuscontent/milestones
+OK 20191217152640 https://www.channelnewsasia.com/news/asia/china-taiwan-youtuber-potter-king-tsai-ing-wen-flirting-video-12187468
+OK 20200623080326 http://www.egms.de/en/journals/zma/2016-33/zma001034.shtml
+OK 20121021164114 http://web.eduk.sk/stahovanie/analyza.pdf
+MISS NA www.taxjustice.net/cms/upload/pdf/Price_of_Offshore_Revisited_26072012.pdf;11.12.2012
+MISS NA https://www.sd.polyu.edu.hk/iasdr/proceeding/papers/Creativity%20in%20Design%20%20How%20Designers%20Gather%20Information%20in%20the%20Preparation%20Phase.pdf
+MISS NA http://demog.berkeley.edu/~jrw/Papers/lctech.pdf.függelék
+OK 20111020190804 http://www.zavtra.ru/cgi/veil/data/zavtra/05/609/41.html
+MISS NA futuresciencegroupwww.future-science.com
+OK 20210308151122 https://aopwiki.org/aops/25
+MISS NA https://goo.gl/z8cMUh
+MISS NA http://link.aip.org/link/?PFB/4/3070/1
+MISS NA http://www.academyhealth.org/files/phsr/Qual-Stoto.pdf.Accessed
+MISS NA www.edu.gov.rowww.arhiva.ise.ro
+OK 20170713072449 http://www.redalc-china.org/v21/images/docs/Dussel_Armony_BeyondRawMaterials.pdf
+MISS NA http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2018-025041on9
+MISS NA https://cordis.europa.eu/project/id/516146/fr
+MISS NA https://corporate.walmart.com/media-library/document/blockchain-supplier-letter-september-2018/proxyDocument?id=00000166-088d-dc77-a7ff-4dff689f0001
+OK 20210421052300 http://www.pymol.org
+OK 20210122002936 https://www.doherty.edu.au/news-events/news/victorias-2017-influenza-season
+OK 20210127053536 http://www.pacom.mil/about/pacom.shtml
+OK 20210422090617 http://www.who.int/classifications/icd/en/
+OK 20210415013845 http://www.eia.gov/forecasts/aeo/pdf/0383
+OK 20210417135833 http://www.who.int/mediacentre/factsheets/fs349/en/
+MISS NA http://ucanr.edu/filevault/fileview.cfm?filenum=43161&password=VUYFRG&64&
+OK 20210420060819 http://www.msri.org/publications/books/gt3m/
+OK 20180324124900 http://www.law.net.ru/stat_is/1v.htm
+OK 20200823033108 http://www.iaia.org/uploads/pdf/principlesEA_1.pdf
+OK 20210309201556 http://www.oecd.org/dac/effectiveness/busanpartnership.htm
+MISS NA http://orcid.org/0000-0003-3853-8896,i.ualiyeva@gmail.com
+MISS NA http://www.philiplane.org/lanecrisis2010.pdfPublishedbyTrinityCollegeDublinandCEPR
+OK 20190514101201 http://mexico.cnn.com/mundo/2015/02/19/venta-de-petroleo-impuestos-saqueos-extorsiones-asi-gana-dinero-isis
+OK 20210421180113 www.maplesoft.com
+MISS NA http://aidsinfo.nih.gov/contentfiles/lvguidelines/perinatalgl.pdf.Acces-sed4
+OK 20210326121631 http://www.aaos.org/Research/guidelines/VTE/VTE_full_guideline.pdf
+OK 20210413023723 http://arxiv.org/abs/1103.2903
+MISS NA https://nhsbtdbe.blob.core.windows.net/umbraco-assets-corp/15236/nhsbt-united-kingdom-summary-report-jan-19.pdf
+MISS NA cisgw3.law.pace.edu/cases/990630c1.html4accessed14
+OK 20210412225949 http://elar.soas.ac.uk/
+OK 20200521025204 http://ssrn.com/abstract=1284703
+OK 20210125032756 http://muratopia.org/Yamaguchi/doc/Head-and-Tail-2016.pdf
+OK 20210322122003 http://icpvegetation.ceh.ac.uk
+OK 20210422083349 http://www.R-project.org
+MISS NA http://goo.gl/5o6SRM
+OK 20210123192000 http://www.cellerator.org/
+OK 20210417184511 http://cassandra.apache.org/
+MISS NA http://blog.sunan-ampel.ac.id/zudanrosyidi/2011/02/22/mencari-jalan-tengah-antara-modernitas-dan-tradisi-muslim/diaksespadatanggal18/10/2016
+OK 20200809033458 http://www.uptodate.com/contents/definition-and-pathogenesis-of-ischemic-preconditioning
+OK 20210407201128 http://www.cites.org/eng/prog/MIKE/index.shtml
+MISS NA http://books.google.com/books/reader?id=Li2gAAAAMAAJ&printsec=frontcover&output=reader
+MISS NA https://www.microsoft.com/en-us/research/publication/markov-model-driver-turn-prediction/
+OK 20160221093537 http://cac-php.unioeste.br/projetos/gpps/midia/seminario2/poster/servico_social/pss25.pdf
+OK 20201127012537 https://www.acgov.org/wellness/documents/parQandSafety.pdf
+MISS NA http://unibio.unam.mx/irekani/handle/123456789/71437?proyecto=Irekani
+OK 20150326062545 http://www.commerce.wa.gov/Documents/Wa%20Housing%20Needs%20Assessment.pdf
+MISS NA http://bandnewsfm.band.com.br/conteudo.asp?ID=43314
+MISS NA http://www.esf.org/esf_article.php?lan-guage=0&activity=4&domain=5&article=579&page=1406
+OK 20210309134545 http://rfsic.revues.org/717
+OK 20210415171004 http://jmlr.org/papers/v15/hoffman14a.html
+OK 20120316083123 http://download.oracle.com/otndocs/jcp/portlet-2.0-edr-oth-JSpec/
+OK 20210318092022 https://www.webstrategiesinc.com/blog/how-much-budget-for-online-marketing-in-2014
+OK 20210415043734 https://www.insidehighered.com/news/2012/10/16/tensions-simmer-between-american-and-international-students
+OK 20200824213104 http://revistas.pucp.edu.pe/index.php/economia/article/view/6378/6432
+MISS NA http://garfield.library.upenn.edu/papers/jifchicago2005.pdf?utm_source=false&utm_medium=false&utm_campaign=false
+MISS NA http://ejournal.litbang.depkes.go.id/index.php/MPK/issue/view/176/showToc
+MISS NA http://www.gov.cn/2013zfbgjjd/content_2363807
+MISS NA www.senado.gov.br/web/comissoes/CPI/Emigracao/relFinalCPMIEmigracao.pdfAcessadoem:4/18/2007
+OK 20210414044645 https://www.cugh.org/
+OK 20210422174333 http://www.theaustralian.com.au/
+MISS NA http://peer.ccsd.cnrs.fr/docs/00/58/18/78/PDF/PEER_stage2_10.1080%252F00036840500426983.pdf
+OK 20151020004143 http://www.ansys.com/Products/Simulation+Technology/Fluid+Dynamics
+MISS NA www.pasa.cl/biblioteca/
+OK 20101224213105 http://www.anpei.org.br/imprensa/noticias/brasil-despenca-para-o-68%C2%BA-lugar-no-ranking-de-inovacao
+OK 20210126022422 http://www.izzuddin.com
+MISS NA https://www.strokeaudit.org/Documents/GroupType/NHSW/NHSW01/AprJul2016/NHSW01-AprJul2016-ResultsPortfolio.aspx.Accessed5
+MISS NA http://onlinelibrary.wiley.com/doi/10.1111/j.1365-2109.2010.02500.x/pdf
+OK 20151010100001 https://cdip.ucsd.edu/documents/index/gauge_docs/mk3.pdf
+OK 20210116015128 https://www.nytimes.com/2014/03/31/opinion/krugman-jobs-and-skills-and-zombies.html?_r=1
+MISS NA http://www.funcex.org.br/publicacoes/rbce/material/rbce/120_AAPR.pdf
+OK 20201028091505 http://publichealth.lacounty.gov/sapc/MDU/SpecialReport/rxApril2014Pub.pdf
+OK 20210214033816 http://www.edf.org/article.cfm?contentid=6604
+OK 20200905163627 http://www.bos.frb.org/economic/neer/neer1998/neer398b.pdf
+MISS NA http://www.tlaxcala-int.org/article.asp?reference=15836
+OK 20210225133452 www.specbench.org/jvm98/jvm98
+MISS NA https://olis.leg.state.or.us/liz/2017R1/Downloads/CommitteeMeetingDocument/97604
+OK 20070326004941 http://europa.eu.int/comm/food/fs/scoop/3.2.7_en.pdf
+MISS NA http://grouper.ieee.org/groups/802/11/Documents/D2T251-300
+MISS NA http://ethesis.nitrkl.ac.in/2033/Accesed17Sept2012
+OK 20210419015947 http://www.uptodate.com/
+MISS NA http://sbols.org/v2#inline"/
+OK 20210321065158 https://csgjusticecenter.org/nrrc/facts-and-trends/
+MISS NA http://ea.fflch.usp.br/conceito/gênero.Últimoacessoem20julho/2017
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20120820020809 http://www.heraldscotland.com/cowal-gathering-turns-its-back-on-track-1.858176
+OK 20180508025853 http://www.nbcnews.com/video/rock-center/45201021#50915588
+OK 20080606221709 http://personal.centenary.edu/~kaizawa/cv.htm
+MISS NA http://connection.ebscohost.com/c/articles/9162167/unnecessary-intifada
+OK 20210205062148 http://www.mdks.gov.my
+MISS NA https://ore.exeter.ac.uk/repository/handle/10871/14883
+OK 20210330221043 http://water.epa.gov/action/advisories/drinking/upload/2009_04_13_beaches_1986crit.pdf
+OK 20210128225044 www.mch.govt.nz/publications/digital-tv/submissions.html
+MISS NA http://imagej.nih.gov/ij.Accessedon
+OK 20181018052839 http://www.scielo.br/pdf/cpa/n31/n31a10
+OK 20201209193214 https://www.mckinsey.com/business-functions/marketing-and-sales/our-insights/the-evolving-indonesian-consumer
+OK 20200806154543 https://archive.org/details/melanesiansstudi00codruoft
+MISS NA http://doi.acm.org/10.1145/1150402.1150450
+MISS NA http://www.cambridgescholars.com/download/sample/62424.diaksespadatanggal
+OK 20210327171953 http://www.planificacion.gob.bo
+OK 20161202052132 http://www.openarchives.org/OAI_protocol/openarchivesprotocol.html
+OK 20200711175059 www.fce.viamedica.pl
+OK 20210422084036 http://www.cdc.gov/
+MISS NA https://goo.gl/RtY112
+OK 20181030121250 http://onlinelibrary.wiley.com/doi/10.1002/oby.20510/pdf
+MISS NA http://hdl.handle.net/10515/sy5pr7n88
+OK 20201213193932 http://www.redalyc.org/pdf/440/44025210.pdf
+OK 20201221115739 http://scidok.sulb.uni-saarland.de/volltexte/2010/3117/
+OK 20170912042227 http://www.uaemex.mx/webvirtual/wwwconver/htdocs/home.html
+MISS NA http://dx
+OK 20120727231801 http://www.niehs.nih.gov/research/supported/programs/peph/prog/sup/projects/index.cfm
+MISS NA http://repositorio.cepal.org/bitstream/handle/11362/39011/4/S1501141_en.pdf
+MISS NA http://www.ncqa.org/report-cards/health-plans/state-of-health-care-quality/2017-table-of-contents/diabetes-care.Accessed
+OK 20201204045040 https://errorstatistics.com/2018/11/11/stephen-senn-rothamsted-statistics-meets-lords-paradox-guest-post/
+OK 20191222014006 http://www.hscic.gov.uk/nda
+OK 20201202001113 http://www.joe.org/joe/2009december/a7.php
+OK 20210420115135 http://postgis.net/
+MISS NA http://doi.acm.org/10.1145/1037187.1024412
+OK 20190825192755 http://www.2spi.com/catalog/osmi-coat.html
+OK 20210421075354 http://pmj.bmj.com/
+MISS NA http://clinicaltrials.gov/show/NCT01182441.Accessed
+OK 20201112013504 http://www.ec.gc.ca/eau-water/default.asp?lang=En&n=6A7FB7B2-l
+OK 20210221213129 https://www.ams.org/journal-terms-of-use
+OK 20190803095124 https://journal.r-project.org/archive/2016/RJ-2016-011/index.html
+OK 20140207205813 http://www.ogbus.ru/authors/ShakirovAA/ShakirovAA_2.pdf
+OK 20210211023843 http://www.bcb.gov.br/htms/infecon/finpub/cap2p.pdf
+MISS NA http://www.memoria.fahce.unlp.edu.ar/trab_eventos/ev.2129/ev.2129.pdf
+OK 20181223020004 https://www.boj.or.jp/en/announcements/release_2017/data/rel170906a1.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200501021012 http://strfpak.berkeley.edu/
+MISS NA https://journal.ugm.ac.id/jpsi/article/view/7947/6145
+OK 20140611081255 http://www.asthma.org.uk/News/government-announces-ban-to-be-lifted-on-emergency-inhalers-in-schools
+OK 20210322120227 www.informatik.hu-berlin.de/~mueller/projects.html
+OK 20210105151547 https://www.rosalux.de/fileadmin/rls_uploads/pdfs/sonst_publikationen/Das_Auto_im_digitalen_Kapitalismus.pdf
+OK 20141202024631 http://publications.gc.ca/collections/collection_2008/inac-ainc/R2-466-2007E.pdf
+OK 20210415113940 https://www.randomizer.org/
+OK 20210125194723 http://www.edice.org
+OK 20210325070047 http://www.youtube.com/watch?v=3qjTuPaKnLU
+OK 20210227134203 http://ftp.pwg.org/pub/pwg/candidates/cs-ippjobext10-20031031-5100.7.pdf
+OK 20171219122343 http://www.ecoman.ktu.lt/index.php/Ekv/article/viewFile/9301/4697
+OK 20171107162041 http://econ.worldbank.org/ttbd/gad/
+MISS NA http://www.zyaura.com/quality/Archives/
+OK 20210422003729 https://pubchem.ncbi.nlm.nih.gov
+OK 20050515022636 http://www.med.govt.nz/pbt/infotech/it-stats/it-stats-2003/it-stats-2003-07.html#P360_20577
+MISS NA http://www.fao.org/nr/water/aquastat/sets/index.stm,lastac-cess:15
+OK 20210223164851 http://www.w3.org/2005/sparql-results#undhttp://www.w3.org/TR/rdf-sparql-XMLres
+OK 20190920041154 http://www.eastasiaforum.org/2010/04/04/politics-and-chinese-integration-into-the-global-economy
+OK 20061123082721 http://www.cavi.univ-paris3.fr/lexicometrica/jadt/jadt2006/PDF/029.pdf
+MISS NA http://arxiv.org/abs/1111.4066
+OK 20210309112133 http://www.stf.jus.br
+OK 20120302145428 http://www.knollszalai.at/download.htm
+MISS NA http://www.gamestudies.org/0102/squire/.URLlastaccessed
+MISS NA http://wwwnigeriafirst.org/article-654.shtml.17/june
+MISS NA http://gradworks.umi.com/33/00/3300902.html
+OK 20200815053054 http://www.bioscience.org/2008/v13/af/2730/list.htm
+OK 20210411015307 http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm
+OK 20210410030604 http://www.prisma-statement.org/
+MISS NA http://www.issr.uq.edu.au/acpacs-publications
+OK 20201111221441 https://africacheck.org/factsheets/factsheet-africas-leading-causes-death/
+OK 20180822161333 http://www.sf-36.org
+MISS NA http://apps.einstein.br/revista/arquivos/PDF/1069-EC%20v6n4%20194-196.pdf
+OK 20210418132139 http://agilemanifesto.org/
+MISS NA http://www.jbc.org/content/275/18/13502
+OK 20201108203138 http://homepages.laas.fr/henrion/software/gloptipoly/
+OK 20210118224026 https://eli-laser.eu
+OK 20200705232059 http://www.indmedica.com/journals.php?journalid=3&issueid=94
+MISS NA https://sites.google.com/site/theipaq/.Accessed23
+OK 20210421060918 http://www.pewinternet.org/2015/04/09/teens-social-media-technology-2015/
+OK 20210326201130 http://www.moh.gov.sa/en/Ministry/Statistics/book/Pages/default.aspx
+OK 20210117082414 https://www.noitom.com/hi5-vr-glove
+OK 20170912191834 http://ambientes.ambientebrasil.com.br/residuos/oleos_lubrificantes/oleos_lubrificantes.html
+OK 20190110004705 https://www150.statcan.gc.ca/n1/pub/81-004-x/2011004/article/11595-eng.htm
+OK 20210328154618 http://www.nrel.gov/docs/fy09osti/43987.pdf
+OK 20160912222956 http://avrupa.info.tr/en/visas-mobility-migration/eu-turkey-dialogue-on-visas-mobility-migration.html
+MISS NA https://clinicaltrials.gov/ct2/show/NCT02152254?term=impact2
+OK 20150615141521 http://sertifikasiguru.unm.ac.id/Buku%20dan%20Pedoman/Pedoman_Pelaksanaan_Tugas_Guru_%26_Pengawas.pdf
+MISS NA http://maxpumperla.com/hyperas/.Accessed31
+OK 20210125172823 http://www.earnest.cineca.org
+MISS NA www.hnebp.edu.cn/zyjspg/uploadfile/20091014152823969.pdf
+MISS NA http://ressources.Ciheam
+OK 20210422041214 http://cran.r-project.org/
+OK 20210413014202 http://www.mentor.com
+MISS NA https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4016663/?tool=pubmedNurse
+MISS NA http://www.environment.nsw.gov.au/edresources/LINKINGDOCThreatenedSpeciesProfiles.htmandhttp://www.threatenedspecies.environment.nsw.gov.au/tsprofile/profile.aspx.Accessed
+OK 20210417153742 http://www.undp.org/content/dam/vietnam/docs/Publications/9716_071205_provincentives.pdf
+MISS NA https://www.icisleri.gov.tr/basin-aciklamasi06112018
+OK 20110322174831 http://www.aubhik-khan.net/SegMktsApril2010.pdf
+OK 20201128185358 http://www.aquatech.com/innovations/high-efficiency-reverse-osmosis/
+MISS NA http://www.qingdaonews.com/gb/content/2006-01/25/content_5949521.htm
+MISS NA http://samandis-co.com/2-3.html
+OK 20210225091448 http://www.jstatsoft.org/v36/i07/
+OK 20201108091740 http://www.seaworldofhurt.com/seaworld-where-grown-men-perform-sex-acts-on-orcas/
+OK 20210422052335 http://www.teamviewer.com
+OK 20210208111807 http://www.grains.org/sorghum
+OK 20210416034712 https://unfccc.int/files/meetings/paris_nov_2015/application/pdf/paris_agreement_english_.pdf
+OK 20160827053412 http://democraciaejustica.org/cienciapolitica3/sites/default/files/livro_acesso_ao_direito_e_justica_-_saida_final.pdf
+OK 20210329195240 https://www.epa.gov/energy/ghg-equivalencies-calculator-calculations-and-references
+OK 20210105043459 http://www.uthr.org/BP/volume1/Chapter5.htm
+OK 20210413200055 http://www.statsoft.com/textbook/
+OK 20210420004839 http://www2.epa.gov/chemical-research/toxicity-forecasting
+OK 20170315050227 https://echa.europa.eu/documents/10162/16960215/revision_tnsg_annex_i_inclusion_chapter_4.1_2009_en.pdf
+OK 20180602103014 http://ssrn.com/abstract=2355509
+OK 20160910122745 http://fbm.ufpa.br/pdf/TCC2007/TCC07.pdf
+OK 20210414062702 https://www.interpol.int/Crime-areas/Organized-crime/Organized-crime
+OK 20210128111952 https://3dprintingindustry.com/news/3d-scanning-expert-explains-point-clouds-making-better-virtual-reality-105373/
+OK 20210421131153 http://www.fao.org/3/a-I7695e.pdf
+OK 20210316203956 http://www.mineql.com/
+OK 20170912133353 https://soft-agro.com/wp-content/uploads/2017/05/Gorokh-KRS.pdf
+MISS NA www.ehpnetl.niehs.nih.gov/docs.html
+OK 20170922011850 http://www.cwi.nl/ftp/CWIreports/SEN/SEN-R0304.pdf
+OK 20191006210930 http://lattes.cnpq.br/4568754472151940
+MISS NA https://bit.ly/36F8SRX
+MISS NA http://www.xalab.fcnym.unlp.edu.ar/index.php-action=clGENEPOBII.htm
+OK 20110902231144 http://torroja.dmt.upm.es/ftp/AGARD
+MISS NA http://portalimprensa.uol.com.br/portal/ultimas_noticias/2009/04/14/imprensa27429.shtml
+OK 20210417094854 http://faostat.fao.org
+OK 20170118030445 http://quickfacts.census.gov/qfd/states/18/18105.html
+OK 20200214215718 http://www.icmr.nic.in/ncrp/ncrp_p/cancer_reg.pdf
+MISS NA http://burgosciudad21.org/adftp/Lamarcaciudad-HarvardDeusto.pdf
+OK 20110706125841 http://www.utp.edu.co/~chumanas/revistas/revistas/rev21/gomez.htm
+OK 20210415224129 http://www.nytimes.com/2010/04/22/us/22dna.html
+MISS NA learningfromex-perience.com/media/2010/05/on-becoming--a-learner-the-concept-of-learning-identy.pdf
+OK 20210414225715 http://www.cdc.gov/drugresistance/threat-report-2013/
+OK 20210421143243 http://pdg.lbl.gov
+OK 20210309043944 https://www.ibm.com/security/application-security/appscan
+MISS NA http://igraph.sf.net.Acessoem28.01
+MISS NA https://norden.diva-portal.org/smash/get/diva2:970547/FULLTEXT01.pdf.Accessed
+MISS NA http://revistas.unicentro.br/index.php/revista_interfaces/article/viewFile/913/959
+MISS NA http://www.ors.oregonstate.edu/index.html
+OK 20210415145330 http://www.who.int/substance_abuse/research_tools/translation/en/
+OK 20171226190816 http://www.baltimoresustainability.org/wp-content/uploads/2015/12/Baltimore-Sustainability-Plan.pdf
+OK 20210421013943 http://ceur-ws.org
+MISS NA http://dera.ioe.ac.uk/4972
+OK 20210418174403 http://jsesh.qenherkhopeshef.org/
+OK 20210224052003 http://www.msnbc.msn.com/id/5457432/site/newsweek/
+OK 20201111194207 http://www.thejewishweek.com/features/new-york-minute/fleshing-out-change-circumcision
+MISS NA http://www.nbuv.gov.ua/portal/Soc_Gum/Gileya/2009_24/
+OK 20210410140745 http://www.planalto.gov.br/ccivil_03/leis/L8142.htm
+OK 20210421035050 http://www.rand.org/
+OK 20210307231129 http://sourceforge.net/projects/libhugetlbfs
+OK 20210422023523 https://www.gov.uk/government/publications/
+OK 20200901122930 https://CRAN.R-project.org/package=rBayesianOptimization
+OK 20210414224608 http://www.combinatorics.org
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200730063951 http://periodicos.est.edu.br/index.php/nepp
+MISS NA www.co-chrane-handbook.org
+OK 20210421095904 http://www.em-dat.net
+OK 20180525124834 http://admdbsrv.ligo.caltech.edu/dcc/
+OK 20110916023507 http://postharvest.ucdavis.edu/Produce/ProduceFacts/Fruit/berry.shtml
+OK 20210301130438 http://www.ogm.gov.tr/ekutuphane/Sayfalar/Istatistikler.aspx
+MISS NA http://www.maes.msu.edu/swmrec/publicationsfolder/Annualreports/08annualrpt/Tunnel%20RPT%20Hanson%2008.pdf
+OK 20201123043043 http://www.china21.org/docs/CONFI-MPS-CHINESE.htm
+OK 20210323054736 http://www.census.gov/econ/smallbus.html
+MISS NA http://www.who.int/malaria/publications/world-malaria-report-2015/report/en/.Accessed06
+OK 20201203170533 http://carbonmarketwatch.org/wp-content/uploads/2013/12/summary-report_HR_final.pdf
+MISS NA http://inmp.gob.pe/contenido.php?idSector=3&idEstructura=137&idTipo=1visitadoen23noviembre
+OK 20201205094703 http://edis.ifas.ufl.edu/IN503
+OK 20190924011007 http://www.inegi.org.mx/sistemas/tabuladosbasicos/tabgeneral.aspx
+OK 20201124133214 https://www.stoxx.com/document/Indices/Common/Indexguide/stoxx_esg_guide.pdf
+OK 20200209015122 http://www.inst-ukr.lviv.ua/files/09/2Sapozhnikov.pdf
+OK 20210417090915 http://www.who.int/ageing/events/world-report-2015-launch/en/
+OK 20210420030004 http://www.preventionweb.net/files/43291_sendaiframeworkfordrren.pdf
+OK 20200219195808 http://www.fda.gov/downloads/drugs/guidancecomplianceregulatoryinformation/guidances/ucm296733.pdf
+OK 20210422044906 http://www.newyorker.com/
+MISS NA http://isjd.pdii.lipi.go.id/admin/jurnal/121079095.pdf
+MISS NA https://doi.10.13031/2013.33560
+MISS NA http://www.fiepbulletin.net/index.php/fiepbulletin/article/view/263/473
+OK 20051023232052 www.odysseyzone.com/news/hot/rousseau.htm
+OK 20210411021856 www.cfg.org.uk
+OK 20180603101516 http://www.longwoods.com/content/18602
+MISS NA http://www.bg124.de/fileadmin/user_upload/dokumente/Vortrag_BME__Compl__Be-schaffg.pdf
+OK 20200716054202 http://www.ub.edu/geocrit/sn/sn-277.htm
+MISS NA http://www.idealibrary.comDateofacces
+OK 20200216074606 http://www.anmm.org.mx/GMM/2009/n2/3_vol_145_n2.pdf
+MISS NA http://www.medigraphic.com/pdfs/revcubobsgin/cog-2014/cog142n.pdf
+OK 20210303233721 http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Ebank.html
+MISS NA http://www.portalunica.com.br/portalunica/?Secao=memória&SubSecao=sociedade&SubSubSecao=mercado%20do%20trabalho&id=%20and%20id=3
+MISS NA http://hcsrn.org/mhrn/en/.Accessed21
+OK 20200225044537 http://www.norm-load.ru/SNiP/Data1/56/56741/index.htm#i294740
+OK 20060517032828 http://www.trl.co.uk/silvia/Silvia/pdf/silvia_guidance_manual.pdf
+OK 20200311013652 http://www.crtc.gc.ca/fra/archive/2014/2014-238.htm
+OK 20201112004232 https://www.fda.gov/Drugs/DrugSafety/ucm605470.htm
+MISS NA http://dx
+MISS NA http://www2.essex.ac.uk/ele-ct/database/papers/SBvolatility.pdf
+OK 20210421155726 http://www.pcimag.com
+MISS NA http://www.historicas.unam.mx/publicaciones/revistas/novohis-pana/fichas/0065.html
+OK 20170517031549 http://www.ilo.org/public/english/dialogue/download/brochure.pdf
+OK 20210302142928 http://bracton.law.harvard.edu/
+MISS NA http://www.ema.europa.eu/docs/en_GB/document_library/Report/2013/09/WC500150486.pdf
+MISS NA http://citeseer.nj.nec.com/biasotti01topological.html
+MISS NA http://narodne-novine.nn.hr/clanci/sluzbeni/2009_09_118_2929
+OK 20210117064040 http://www.galton.org/biography/biography.html
+OK 20190704215859 http://www.fao.org/docrep/v9974f/v9974f03.htm
+OK 20170319173859 visiblehuman.epfl.ch/index.php
+OK 20210323064638 www.flo-2d.com
+OK 20200809032628 http://www.jstor.org/stable/2136319
+OK 20210415083645 http://www.bps.go.id
+OK 20210417004555 http://csrc.nist.gov/publications/fips/fips200/FIPS-200-final-march.pdf
+OK 20200812124303 http://orcid.org/0000-0001-9350-7588
+OK 20200711185508 http://campus.hesge.ch/ressi/Numero_2_juillet2005/articles/HTML/RESSI_009_ETLB_Pratiques.html
+OK 20180910155954 http://ssrn.com/abstract=945947
+OK 20201125021929 http://www.jamestown.org/uploads/media/TM_010_Issue23.pdf
+OK 20050418131637 http://www.unece.org/press/98env4e.htm
+MISS NA http://www.fcv.luz.edu.ve/images/stories/revista_cientifica/2017/04/articulo1.pdf
+OK 20210417153407 https://data.worldbank.org/indicator/MS.MIL.TOTL.P1
+OK 20170130043040 http://www.ntdprogram.gov/ntdprogram/
+MISS NA http://www.aifb.uni-karlsruhe.de/mer/Pubs/semantic-xql.webdb00.pdf
+MISS NA http://www.zehngames.com/investigacion/trabajando-las-competencias-basicas-con-europa-universalis-iii/.Accessed20
+MISS NA www.ecb.eu/pub/scientific/wps
+MISS NA https://mg.co.za/article/2018-09-05-sa-energy-will-still-be-two-thirds-coal-in-2030-radebe.15
+OK 20051001132758 https://www.gutenberg.org/files/3089/old/gm13v10.txt
+OK 20080422102713 http://www.sbs.gov.uk/statistics/
+MISS NA https://www.msc.org/newsroom/news/final-determination-on-echebastar-indian-ocean-tuna-fishery?fromsearch=1&isnewssearch=1
+OK 20201116042311 http://www.foxnews.com/health/2014/10/25/hospital-staffers-reportedly-take-sick-day-rather-than-treat-new-yorks-first/
+OK 20201205031123 https://dc.swosu.edu/mythlore/vol35/iss2/4
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+MISS NA www.world-bank.org/research/papers/greedandgrievance.htm
+OK 20210314165746 http://www.census.gov/quickfacts/table/PST045215/44/
+OK 20110527013546 www.serviceseta.org.za/EAP/eap_index.html
+OK 20210414224041 www.ccdc.cam.ac.uk/conts/retrieving.html
+OK 20210225150043 http://lpsolve.sourceforge.net/5.5/
+OK 20201214091857 http://www.hse.gov.uk/pubns/indg199.pdf
+MISS NA http://www.cmim.org/boletin/pdf2007/MedIntConteni-do05_08.pdf
+MISS NA https://www2.deloitte.com/ru/ru/pages/risk/articles/maturity-level-of-risk-management.html
+OK 20180612142138 http://link.springer.com/10.1007/s10682-006-9105-0
+MISS NA http://www.fpg.unc.edu/sites/default/files/resources/reports-and-policy-briefs/FPG%20Demonstrating%20Results%20-%20August%202012%20-%20Final.pdfUSINGDATATOENHANCEQUALITYIMPROVEMENT
+OK 20210421000310 www.usip.org
+MISS NA http://www.refugeecouncil.org.au/f/myth-long.phpon
+MISS NA https://www.e3s-conferences.org/articles/e3sconf/abs/2018/19/contents/contents.html
+OK 20200701060956 http://cvuc.cm/national/index.php/fr/carte-communale/region-du-sud/142-association/carte-administrative/sud-ouest/fako/404-buea
+OK 20210314150146 https://www.americanscientist.org/article/pencil-paper-and-pi
+OK 20201016170924 http://recruitingdaily.com/traffic-transparency-talent-technology-the-future-of-online-recruiting/
+MISS NA http://ciat-library.ciat.cgiar.org/Articulos_Ciat/ipm/pdfs/tesis_eduardo_gomez.pdf
+OK 20210414201806 https://arxiv.org/pdf/1206.1901.pdf
+OK 20210203173454 https://citizen.co.za/news/south-africa/1338292/wont-slaughter-whites-now-malema/
+MISS NA http://link.springer.com/10.1007/978-0-387-98141-3.Citadonapágina47
+MISS NA http://www.statistica.md./pageview.php?l=en&idc=350&id=2208
+MISS NA https://www.ahrq.gov/teamstepps/instructor/reference/smpcefm.html.Accessed24
+OK 20201126204339 https://ecdc.europa.eu/sites/portal/files/media/en/publications/Publications/sexual-transmitted-infections-europe-surveillance-report-2013.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2860194/?tool=pubmed.Accessed25
+OK 20190215181155 http://www.who.int/mental_health/policy/essentialpackage1/en/
+MISS NA http://dxdoiorg/101016/jactamat200505035
+OK 20180416071531 http://irc.nrc-cnrc.gc.ca/
+OK 20180602130529 http://link.aps.org/doi/10.1103/PhysRevLett.101.050405
+OK 20201209063718 http://www.oxforddictionaries.com/us/definition/american_english/social-media
+MISS NA http://www.bio.utexas.edu/faculty/anti-sense/garli/Garli.html
+OK 20200203155508 http://www.fda.gov/BiologicsBloodVaccines/Vaccines/ApprovedProducts/ucm093830.htm
+MISS NA http://dieoff.org/page75htm
+MISS NA http://www.cos.ufrj.br/∼jano/CSCW2004/onlinetrust.pdf
+OK 20210415034518 www.iiste.org
+OK 20210327184942 http://www.genetests.org
+OK 20201128114842 http://portal.mec.gov.br/seesp/arquivos/pdf/aee_dv.pdf
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.81
+OK 20201216072330 https://linkinghub.elsevier.com/retrieve/pii/S0092867415014932
+MISS NA http://www.ecologyandsociety.org/vol9/iss1/art5/Wikelsky
+OK 20210126121913 http://www.planalto.gov.br/ccivil_03/Constituicao/Constituicao37.htm
+MISS NA http://archive.cmb.ac.lk:8080/research/bitstream/70130/3731/1/changes.pdf
+OK 20210411040929 nmfs.noaa.gov/prot_res/PR2/Stock_Assessment_Program/sars.html
+OK 20210119015318 http://local.armacell.com/en/armaform-pet-foam-cores/
+OK 20210321143722 http://nsidc.org/data/nsidc-0027.html
+OK 20210318162130 https://www.cancer.gov/types/aya/research/ayao-august-2006.pdf
+MISS NA dergipark.ulakbim.gov.tr/esosder/article/viev/5000068655sayfasındanerişilmiştir
+MISS NA http://www.fda.gov/Drugs/DrugSafety/ucm256581.htm.Ac-cessed
+OK 20210122193337 http://www.coreindonesia.org/
+OK 20210218051745 http://www.vagalume.com.br/racionais-mcs/vida-loka-parte-ii.html#ixzz3emmFgeLH.Acessoem02/03/2015
+MISS NA https://www.clinicaltrialsregister.eu/ctr-search/search?query=2016--004129-18
+OK 20210115144419 www.smbe.org/smbe/AWARDS/AnnualMeetingTravelAwards/UndergraduateTravelandMentoringAward.aspx
+MISS NA http://jama.jamanetwork.com/byaCarletonUniversityUseron06/19/201526
+MISS NA http://re.indiaenvironmentportal.org.in/files/file/Success%20in%20Scaling-up%20Solar%20Energy%20in%20Rajasthan
+OK 20200418112432 http://www.nhmrc.gov.au/guidelines/_files/draft_australian_alcohol_guidelines.pdf
+OK 20201129072830 http://ssti1-1112.wikidot.com/a-internet-das-coisas
+OK 20201230203158 https://openreview.net/forum?id=ry_WPG-A-
+OK 20180216183532 http://www.economist.com/node/21556270
+OK 20200219133008 http://www.cwct.co.uk/publications/list.htm#cont26
+MISS NA http://internationaljournalcorner.com/index.php/theijhss/article/view/127863
+OK 20201127161655 http://www.ipcc.ch/pdf/assessmentreport/ar5/syr/SYR_AR5_FINAL_full.pdf
+MISS NA http://www.savive.com/inform/safetycritical.html;Online
+OK 20160617225414 http://www.deakin.edu.au/research/acqol/instruments/wellbeing-index/
+OK 20210421031617 http://www.istl.org/10-fall/refereed3.html
+OK 20171020022906 http://www.autofiction.org/index.php?post/2010/01/02/De-quoi-l-autofiction-est-elle-le-nom-Par-Philippe-Gasparini
+OK 20201218035309 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5812294/
+OK 20210414034137 http://portal.anvisa.gov.br
+OK 20201125032118 https://www.huffingtonpost.com/2014/07/02/moma-hy-fi-_n_5549107.html
+OK 20160823070804 http://teoros.revues.org/458
+OK 20210417164232 https://ada.com
+OK 20160803200431 www.igi-global.com/e-resources/library-recommendation/?id=2
+OK 20081006202627 http://archive.chipcenter.com/dsp/colarch.html
+OK 20120712234417 http://www.techtraining.es/revista/num_anteriores.php
+MISS NA http://kiss.kstudy.com/search/export_refworks.asp?checkbox=2586480
+OK 20160420122805 http://www.ecipe.org/looking-east-the-european-union2019s-new-trade-negotiations-in-asia-1/PDF
+MISS NA http://www.ssrn.com/abstract=2169548
+OK 20210421174435 http://hudoc.echr.coe.int/eng#
+MISS NA www.hukumonline.com/pusatdat
+OK 20210224040620 http://www.usni.org/magazines/proceedings/2014-01/time-us-cyber-force
+OK 20200603052106 https://www.anpocs.com/index.php/papers-40-encontro-3/gt-31/gt35-10/11420-a-guerra-das-faccoes-no-ceara-2013-2018-socialidade-armada-e-disposicao-viril-para-matar-ou-morrer/file
+MISS NA https://oaarchive.arctic-council.org/bitstream/handle/11374/1569/ACMM08_Kiruna_2013_
+MISS NA http://www.estilocomfarofa.com.br/index.p
+MISS NA http://icom.museum/fileadmin/user_upload/pdf/ICOM_News/2002-2/FRE/p4_2002-2.pdf
+OK 20200928192424 https://rbmfc.org.br/rbmfc/article/view/823/585
+MISS NA https://www.aba.com/archive/Comment_Letter_Archive/Comment%20Letter%20Archive/clBaselGainsLosses2012March.pdfwww.annualreviews.org•Banks'ReportingandFinancialStability
+OK 20210314180611 http://www.mdic.gov.br/sitio/interna/interna.php?area=5&menu=3175
+OK 20210415021145 http://www.experian.com/marketing-services/consumer-segmentation.html
+OK 20210122193825 http://uis.unesco.org/country/KW
+OK 20120702152439 http://online.wsj.com/article/SB10001424052748703803904576152442756363116.html
+OK 20210412212948 http://cscmp.org/aboutcscmp/definitions.asp
+MISS NA http://www.theinvestigativefund.org/investigations/immigrationandlabor/1420/nativist_militias_get_a_tea-party_makeover/
+OK 20200602210614 https://aprendeenlinea.udea.edu.co/revistas/index.php/rccp/article/view/324610
+MISS NA http://www.minsal.gob.cl/portal/url/item/94b4
+OK 20210122073854 https://ar2017.x5.ru/en
+OK 20190912225439 http://www.irannewsdigest.com/2010/01/10/mir-hossein-mousavi-fb-110/
+OK 20210405143117 https://clinicaltrials.gov/ct2/show/NCT02724579
+MISS NA http://www.who.int/csr/disease/swineflu/notes/briefing_20091120/en/.Accessed28
+OK 20101119061206 http://www.tariqramadan.com/spip.php?article311
+OK 20161105193209 http://fluxicon.com/blog/2011/05/4-challenges-for-process-mining-in-healthcare/
+OK 20210415234444 https://malariajournal.biomedcentral.com/articles/10.1186/s12936-016-1241-6
+MISS NA http://edoc.ub.uni-muenchen.de/3794/2/Vanin_Anna.pdf151
+OK 20210421015137 http://www.asianinfo.org/asianinfo/korea/geography.htm#TERRITORY.Accessed
+OK 20180909181429 http://www.spyemporium.com/covert-wearable-cameras/5mp-hd-hidden-dvr-spy-camera-eyeglasses/
+OK 20210420235632 http://fraser.stlouisfed.org/
+OK 20190925093436 http://tass.ru/obschestvo/3922240
+MISS NA http://www.airpower.maxwell.af.mil/%20airchronicles/cc/Rizer.html
+MISS NA http://www.tutorialolahraga.com/2015/09/cara-melakukan-passing-sepakbola.htmlpadatanggal15Desember
+MISS NA http://africasoils.net/.Accessed12
+MISS NA jan-jun2016www.fgv.br/gvcasos
+OK 20210418174636 http://www.undp.hr
+MISS NA https://repositorio.ufu.br/handle/123456789/16163.Acessoem:22fev
+MISS NA www.cbc.ca/news/canada/story/2012/12/13/detention-children-canada.html.Accessed
+OK 20210417111759 http://www.mediaeater.com/cameras/
+OK 20180202135734 http://ling.auf.net/lingBuzz/000001
+OK 20210422001111 http://www.health.gov.on.ca/en/public/programs/waittimes/
+MISS NA http://www.cognotics.com/opencv/servo_2007_series/part_1/index.html2010/09/02
+OK 20210413041610 http://nwb.slis.indiana.edu
+MISS NA http://www.mpch-mainz.mpg.de/sander/res/henry.html
+OK 20210415124817 http://www.tei-c.org/Guidelines/P5/
+MISS NA http://pkk5.rosre-estr.ru
+MISS NA http://hemeroteca.lavanguardia.com/preview/1987/11/04/pagina-43/33004081/pdf.html
+OK 20210416232840 http://setiathome.ssl.berkeley.edu/cacm/cacm.html
+MISS NA https://www.cdc.gov/dhd-sp/data_statistics/fact_sheets/docs/fs_strokesigns.pdf
+MISS NA https://bit.ly/2P9ekb2
+OK 20181212021215 http://www.who.int/features/factfiles/chp/10_en.html
+OK 20210416183133 https://www.cdc.gov/hepatitis/hcv/hcvfaq.htm#section1.Updated
+MISS NA http://narodne-novine.nn.hr/clanci/sluzbeni/dodatni/423339.pdf
+OK 20210309040453 https://lwn.net/Articles/304791/
+OK 20210121060949 http://arxiv.org/abs/1206.3227
+OK 20210419143331 http://ssrn.com/abstract=2811995
+OK 20201022231346 http://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A52014DC0330
+OK 20210417222410 http://jb.asm.org/
+OK 20110109121633 http://www.gpia.info/files/practicum/28/UNDP%20HDR.ppt
+OK 20210116124842 https://www.amnesty.org/es/documents/mde15/2266/2015/es/
+MISS NA https://www.google.com.br/search?rlz=1C1NHXL_pt-BRBR735BR735&biw=1280&bih=615&tbm=isch&sa=1&q=trilha+das+cataratas+parque+nacional+do+igua%C3%A7u&oq=trilha+das+cataratas+parque+nacional+do+igua%C3%A7u&gs_l=p
+OK 20200722194523 http://www.egms.de/en/journals/psm/2011-8/psm000072.shtml
+OK 20120607131232 http://www.jha.ac/articles/a072.pdf
+OK 20081015082921 http://www.comcom.govt.nz/FairTrading/commissionissueswar.aspx
+MISS NA https://www.cambridge.org/core/terms.LamontRadiocarbon111easurernentsVI129
+OK 20210120023536 http://www.iwar.org.uk/rma/resources/rma/crs95-1170F.htm
+MISS NA http://www.fscus.org/images/documents/2006_standards/pcwg_9.0_NTC.pdf
+MISS NA http://www.ac.uk/index/publications/publications-electronic_publications.htm
+OK 20201212083051 https://www.mofa.go.jp/mofaj/ecm/ec/page24_000828.html
+MISS NA http://nces.ed.gov/nationsreportcard/ltt/results2004/nat-reading-perf-asp
+OK 20210417114902 www.dovepress.com
+OK 20121014185414 http://www.rethink-wireless.com/2011/10/10/uk-4g-auction-delayed-trials.htm
+OK 20201126014028 http://www.asbpe.org/blog/2015/05/03/aps-tom-kent-the-time-has-arrived-for-robotics-journalism-ethical-checklist/
+MISS NA https://www.aoda.ca/aodatrainingrequirementswhoneedsitandwhy/
+OK 20210414185555 http://www.bankofcanada.ca/en/speeches/2000/sp00-7.html
+OK 20201112022747 http://www.theregister.co.uk/2014/07/07/wifi_enabled_led_light_bulb_is_hackable_shocker
+OK 20210317070600 http://www.bellavite.it
+OK 20210418015521 www.tbims.org/combi/mpai
+MISS NA http://ejil.oxfordjournals.org/content/11
+MISS NA http://www.sciencedirect.com.innop/article/pii/
+OK 20210319181346 http://www.aou.org
+OK 20210115153427 http://www.abajournal.com/magazine/article/taming_the_billable_beast/
+OK 20170621103224 http://www.oulitnet.co.za/seminaar/wopko.asp
+MISS NA https://www.russiatourism.ru/contents/statistika/statisticheskie-po-kazateli-vzaimnykh-poezdok-grazhdan-rossiyskoy-fed-eratsii-i-grazhdan-inostrannykh-gosudarstv/
+OK 20210410223312 https://www.connectionscanada.ca
+OK 20100409062121 http://www.vancouver2010.com/dl/00/18/68/may-6--2009-meeting-minutes_42d-Oo.pdf
+OK 20210317234836 https://iculinguistics.wordpress.com/
+OK 20201109040418 http://www.icrc.org/web/eng/siteeng0.nsf/html/nuclear-weapons-statement-200410
+OK 20200710060949 https://seer.ufs.br/index.php/tomo/article/view/5976/4983
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/5538609
+MISS NA http://www.nhri.org.tw/nhird/en/index.htm
+MISS NA http://arxiv.org/abs/1607.04753
+OK 20160129053905 http://journals.akoaotearoa.ac.nz/index.php/JOFDL/article/viewFile/56/151
+OK 20170822081833 http://www.scielo.br/pdf/rbgg/v16n2/18.pdf
+OK 20170810034211 http://www.ced.uab.es/publicacions/PapersPDF/Text412.pdf
+OK 20121029131935 http://search.janes.com
+OK 20210228013335 http://www.ieee.org/organizations/history_center/legacies/noble.html
+OK 20200710103352 http://accelconf.web.cern.ch/accelconf/l02/AUTINDEX/..%5CPAPERS%5CMO401.PDF
+MISS NA http://www2.druid.dk/conferences/viewpaper.php?id=501358&cf=43
+OK 20210308114515 https://www.nmc.org/pdf/2010-Horizon-Report.pdf
+OK 20180924224032 www.acsnano.org
+OK 20200212111945 http://brm.psychonomic-journals.org/content/supplemental
+OK 20210415134120 http://www.vox.com/a/hillary-clinton-interview/the-gap-listener-leadership-quality
+OK 20120622203056 http://etext.lib.virginia.edu/cgi-local/DHI
+OK 20130501090007 http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
+MISS NA https://arxiv.org/pdf/1706.03734.pdf
+OK 20210321010415 https://www.miwrc.org/publications/shattered-hearts
+OK 20210116024046 http://www.cnmp.mp.br/portal/publicacoes/244-relatorios/12109-violencia-contra-comunicadores-no-brasil-um-retrato-da-apuracao-nos-ultimos-20-anos
+MISS NA http://www.hrvatskiplus.org/article.php?id=1906&naslov=presvlacenje-naslovnica
+MISS NA http://www.intel.com/drg/-pentiumII/appnotes/RDTSCPM1.HTM
+OK 20210416040744 http://www.cdc.gov/vhf/ebola/healthcare-us/hospitals/handling-human-remains.html
+MISS NA http://parquet.apache.org/.Accessed01
+MISS NA http://www.inc.com/ss/20-best-company-facebook-pages?slide=07http://readwrite.com/2011/02/18/70-of-local-businesses-use-facebook-for-marketing#awesm=~ohKMo8cKVjBIPk
+OK 20210415135307 http://voteview.com/
+MISS NA http://papers.ssrn.com/soI3/papers.cfm?abstract_id=463924
+MISS NA http://www.csiro.au/news/coal-seam-gas.2
+OK 20191214045519 http://samlib.ru/k/kuc_oleg_jurxewich/tatarynadonu2006doc.shtml
+OK 20161129012112 http://www.oecd.org/document/16/0
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1413-81232014001104301&lng=en&nrm=iso&tlng=pt.Acessadoem23/03/2017
+MISS NA http://gut.bmj.com/Gut:firstpublishedas10.1136/gut.12.5.377on1
+OK 20210225065132 http://www.iariajournals.org/security/
+MISS NA http://apps.who.int/iris/bitstream/10665/148114/1/9789241564854_eng.pdf?ua=1.AccessedDe-cember6
+OK 20201126083600 http://www.c3l.uni-oldenburg.de/cde/support/readings/moore93.pdf
+OK 20201206143126 http://nhird.nhri.org.tw/en/index.html
+OK 20190131145129 http://www.artemis-ifest.eu
+OK 20170808195153 http://www.scielo.org.pe/pdf/rmh/v13n4/v13n4tr1.pdf
+OK 20210125103135 www.iboruna.ibilce.unesp.br
+MISS NA http://www.hkmu.ac.tz/images/uploads/Mwaikambo.lecture_.pdf
+OK 20210123144527 http://philologos.narod.ru/sophia/trub.htm
+OK 20201108093354 http://gizmodo.com/go-check-up-on-your-google-privacy-settings-in-the-new-1708171674
+OK 20180421054735 http://seneca.uab.es/hmic
+OK 20210211023713 http://netlab.caltech.edu
+OK 20210122042349 http://www.tropicos.org/Name/40016475
+OK 20210411001422 http://www.cbsnews.com/news/obama-orders-200-more-u-s-personnel-to-iraq/
+MISS NA http://www.electricdrive.org/index.php?ht=a/GetDocumentAction/id/27929
+MISS NA http://dnapatents.george-town.edu
+OK 20140629042946 http://www.auditedmedia.com/news/research-and-data/top-25-us-newspapers-for-september-2010.aspx
+MISS NA http://www.Brookings.edu/papers/2005/0111humanrights_mooney-aspx
+MISS NA http://hmbul.bmstu.ru/catalog/ecoleg/econom/242.html
+OK 20210421191114 https://www.cambridge.org/core
+OK 20130601234258 http://blog.invivoproyectos.com/2011/02/diccionario-critico-de-dudas-ingles-espanol-de-medicina/
+MISS NA https://volkswagen-media-services.com/detailpage/-/detail/volkswagen-konzern-erwartet-neue-ra-der-digitalisierung-in-der-automobil-industrie/view/1130532/7a5bbec13158edd433c6630f5ac454da?p_p_auth=HV2LyUYz
+MISS NA http://doi.acm.org/10.1145/2063576.2063641
+OK 20210318002425 https://www.cdc.gov/hiv/statistics/overview/index.html
+OK 20210125033251 http://www.stillkinder.de/stillen-im-bus-verboten/
+OK 20180313180525 http://ieeexplore.ieee.org/xpls/icp.jsp?arnumber=5967528
+OK 20210204230425 http://blogs.lse.ac.uk/impactofsocialsciences/2016/12/14/the-research-librarian-of-the-future-data-scientist-and-co-investigator/
+OK 20190928064215 http://www.jstor.org/stable/23409493
+OK 20210416213834 www.unodc.org/pdf/convention_1961_en.pdf
+OK 20190928130654 http://www.hopkinsmedicine.org/neurology_neurosurgery/centers_clinics/epilepsy/seizures/types/generalized-seizures.html
+OK 20210415131825 http://www.worldagroforestry.org/af/treedb/
+OK 20141017233939 http://www.lagie.gr/systima-synallagon/mitroo-symmetechonton/emporoi/emporoi-sto-mitroo-symmetechonton
+MISS NA http://www.cdc.gov/mmwr/pdf/wk/mm5909.pdf.Accessed14
+OK 20200809225039 http://www.onemanandhisblog.com/archives/2014/01/data_journalism_-_buzzword_or_baseline_s.html
+OK 20150916064155 http://www.eurekalert.org/pub_releases/2007-03/unu-uio022707.php
+MISS NA https://ec.europa.eu/he-alth/documents/community-register/2017/20170713138348/anx_138348_sk.pdf
+MISS NA http://fta.mofcom.gov.cn/pakistan/xieyi/chinachen-gruo_en.pdf
+OK 20210217150125 http://nsidc.org/arcticseaicenews/2012/09/
+MISS NA http://www.efsa.europe.eu
+OK 20200208045951 https://www.mpi-hd.mpg.de/personalhomes/globes/tools/snu-1.0.pdf
+MISS NA http://europa.eu.int/comm/lis-bon_strategy/index_en.html
+OK 20210417135427 http://rapidminer.com
+OK 20060603122735 pediatrics.org/cgi/content/full/112/2/e93
+MISS NA http://www.thehindu.com/opinion/op-ed/india-and-the-us-moving-closer-on-afghanistan/article2066026.ece
+OK 20210330012512 https://www2.ed.gov/about/offices/list/ovae/pi/AdultEd/prison-cc-partnerships_2009.pdf
+OK 20210211042022 http://www.who.int/nutrition/events/2013_ChildhoodStunting_colloquium_14Oct_ConceptualFramework_colour.pdf
+OK 20201106235600 http://www.pewinternet.org/pdfs/PIP_Data_Memo_Searchengines.pdf
+OK 20161018045803 http://hdl.handle.net/2022/14060
+OK 20191214062019 https://scholarworks.iupui.edu/handle/1805/707
+MISS NA http://www.treccani.it/enci-clopedia/federico-da-montefeltro-duca-di-urbino_
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.82
+MISS NA https://bit.ly/2HdRNoQ
+MISS NA http://www.ikast-brande.dk/go.asp?LangRef=13Jensen
+OK 20180702053358 http://www.frauenmediaturm.de/frauenmediaturm/
+OK 20210421194902 https://www.tensorflow.org
+MISS NA http://www.nagc.org/uploadedFiles/PDF/Standards_PDFs/k12%20GT%20standar
+MISS NA http://papers.ssrn.com/sol3/papers.cfm?abstract_id=901301.Diakses29Juni
+OK 20210320015912 http://www.acr.org/Quality-Safety/Resources/BIRADS
+MISS NA https://docs.google.com/forms/d/1Se3khMmKDnchsL333ANJjBH_rjYW8nA4nqbD-jEZvVA/edit6/6
+MISS NA http://www.dof.gob.mx/nota_detalle.php?codigo=5326219&fecha=12/12/2013
+OK 20200529000950 http://www.ncbi.nlm.nih.gov/pubmed/7806605
+MISS NA Obtenidodewww.marineturbines.com
+OK 20210318083139 http://www.nsf.gov/statistics/2015/nsf15321/
+MISS NA http://www.ncwdyouth.info/resources_&_Publications/hot_Topics/youth_Development/table_components.html
+MISS NA http://wwwwhoint/immunization/stakeholders/mapping_vaccine_decision_making_networkspdf
+OK 20150913222957 www.nice.org.uk/guidance/htta329
+MISS NA https://rosslydall.wordpress.com/2018/04/05/transcript-of-shocking-evidence-from-london-trauma-surgeon-martin-griffiths-on-young-victims-of-knife-and-gun-crime/
+MISS NA https://www.ufz.de/export/data/2/26189_3_2008_Gawron.pdf
+MISS NA https://aria-products.jpl.nasa.gov/
+MISS NA http://www.accountingtoday.com/ato_issues/2006
+MISS NA Textocompletoenwww.eumed.net/libros/2010a/654/
+OK 20160501114527 http://writing-enhancement-software-review.toptenreviews.com/ms-word-details.html
+MISS NA http://portal.anvisa.gov.br/documents/10181/2718376/RDC_10_2010_COMP.pdf/6d4feca0-9b45-48f8-b44e-231fa048e4a6.Acessoem
+OK 20200105154015 http://bna.birds.cornell.edu/bna/species/117
+OK 20210415003439 http://www2.ed.gov/rschstat/eval/tech/evidence-based-practices/finalreport.pdf
+OK 20210413141020 https://lukeoakdenrayner.wordpress.com/2017/12/18/the-chestxray14-dataset-problems/
+MISS NA revistas.fee.tche.br/index.php/indicadores/article/viewFi-le/2386/2791.Acessoem:10/09/2011
+OK 20190702065850 http://www.augustouribe.com/hombres.htm
+OK 20210415032638 http://www.ietf.org/html.charters/psamp-charter.html
+MISS NA https://www.theguardian.com/business/ng-interactive/2015/apr/29/the-austerity-delusion.Accessed29
+OK 20210314191842 www.emeraldinsight.com/reprints
+MISS NA http://www.todaie.edu.tr/resimler/ekler/6289837473a660e_ek.pdf?dergi=Amme%20Idaresi%20Dergisi
+OK 20191030111804 http://www.auger-loizeau.com/?id=13
+MISS NA http://www.sciencedirect.com/science/article/pii/S0049089X10001250
+OK 20210415055800 http://www.marxists.org/archive/marx/works/
+MISS NA http://www.jabonline.in15
+OK 20090729075957 http://www.tcm.phy.cam.ac.uk/~ndd21/esdg.html
+MISS NA http://dilipnarayanan.blogspot.com.es/2008/09/milan-kundera-painters-brutal-gesture.html
+OK 20210421165258 http://creativecommons.org/licenses/by-nc-nd/3.0/
+OK 20180602222001 http://link.aps.org/doi/10.1103/PhysRevLett.47.1353
+MISS NA https://www.tesco.pl/resources-
+OK 20210323202306 http://monetdb.cwi.nl/
+MISS NA http://www.sciencemag.org/news/2017/06/decision-europe-s-top-court-alarms-vaccine-experts.Accessed22
+MISS NA https://www.tech-pundit.com/wp-content/uploads/2011/06/Powerchip-Paradigm-I-Digital-Power-Dec00.pdf
+OK 20200717013653 https://www.sites.nationalacademies.org/cs/groups/dbassesite/documents/webpage/dbasse_072614.pdf
+MISS NA http://forums.station.sonv.com/swg/board/print?board.id=Sunrunner&message.id=64783&
+OK 20210421051921 http://www.slac.stanford.edu/xorg/hfag
+MISS NA https://goo.gl/NLLGJt
+OK 20180603180948 http://pubs.usgs.gov/sir/2014/5026/
+OK 20201026215732 http://seer.ufrgs.br/bgg/article/view/38613/26350
+OK 20210309200550 http://www.raco.cat/index.php/Aloma/article/viewFile/103367/154553
+MISS NA http://revistas.uexternado.edu.co/index.php/tursoc/article/view/3118/3500
+OK 20191228174305 http://www.ampainsoc.org/advocacy/opioids2.htm
+OK 20150415114911 http://kluwerarbitrationblog.com/blog/2009/09/23/section-69-and-the-%E2%80%9Cinterventionism%E2%80%9D-of-english-courts/
+OK 20200319002353 http://mathworld.wolfram.com/Local.html
+OK 20180703165135 http://finance-commerce.com/2011/05/developers-trying-to-finish-final-corner-at-franklin-and-portland/
+MISS NA http://www.comercialgruporbs.com.br/interna_formatos_especificacoes_detalhe.RAZÓNYPALABRAPrimeraRevistaElectrónicaenIberoaméricaEspecializadaenComunicaciónwww.razonypalabra.org.mx
+OK 20090911190721 http://www.defimath.ca/mathadore/vol3num123.html
+OK 20210122223530 http://www.circuitstoday.com/interfacing-16x2-lcd-with-8051
+OK 20200812201724 http://www.math.is.tohoku.ac.jp/~munemasa/selfdualcodes.htm
+OK 20180729012905 http://www.womenshealth.gov/archive/breastfeeding/programs/blueprints/bluprntbk2.pdf
+OK 20181231072900 http://www.redalyc.org/articulo.oa?id=64720207
+OK 20210412064920 http://formlabs.com/
+OK 20210309164613 http://blogs.worldwatch.org/nourishingtheplanet/un-food-expert-calls-on-south-africa-to-create-%E2%80%9Cinclusive-food-system%E2%80%9D-agriculture-farm-workers-olivier-de-schutter-small-scale-farmers-south-africa/
+OK 20210323191109 http://www.britishbugs.org.uk/heteroptera/Pentatomidae/Peribalus_strictus.html
+MISS NA http://www.dtic.mil/adm/data/d2000-12.html
+OK 20160608032349 http://news.bbc.co.uk/1/hi/education/4719222.stm
+OK 20170814015532 https://repositorio-aberto.up.pt/bitstream/10216/72951/2/80751.pdf
+OK 20210412190619 http://spark.apache.org/
+OK 20210421154753 http://www-nlpir.nist.gov/projects/duc/pubs.html
+MISS NA http://disporapar.jatengprov.go.id/content/files/Statistik%20Pariwisata%20Jawa%20Tengah%202015.pdfDinasPariwisataKepemudaandan
+MISS NA http://www.asiapacificadapt.net/adaptation-technologies/database/wastewater-treatment-systems-using-membrane-bioreactors-mbrAPHA
+OK 20210112051941 https://www.wired.com/2016/06/course-f-35-comes-400000-augmented-reality-helmet/
+MISS NA http://www.sakhalinenergy.ru/media/user/otchety/2006%20annual%20review%20eng.pdf
+OK 20200723150148 http://www.warholstars.org/flesh.html
+OK 20210419154646 http://www.jstor.org/stable/2780243
+OK 20210422083349 http://www.r-project.org/
+MISS NA www.rrh.org.au/jour-nal/article/1754
+MISS NA http://www.dfait-maeci.gc.ca/tna-nac/disp/trilateralneg-en.asp
+MISS NA Availableatwww.newyorker.com/reporting/2013/07/29/130729fa_fact_gawande.Accessed
+OK 20210318004308 http://dreamchallenges.org/
+OK 20210118064336 https://www.lch.com/membership/ltd-membership/ltd-member-updates/lchs-position-respect-isdas-recommended-benchmark
+OK 20151127184735 http://public.itrs.net/
+OK 20210414054101 http://www.worldbank.org/content/dam/Worldbank/document/State_of_the_poor_paper_April17.pdf
+OK 20191215062210 https://www.youtube.com/watch?v=W2qsVoc9szU
+OK 20210218074859 https://www.fda.gov/Food/GuidanceRegulation/GuidanceDocumentsRegulatoryInformation/Seafood/ucm2018426.htm
+OK 20190812134344 https://www.redalyc.org/articulo.oa?id=36707106
+OK 20210224122437 http://anrg.usc.edu/www/papers/odest.pdf
+OK 20201108095315 http://www.bbc.com/news/magazine-34602208
+OK 20201225175004 http://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/BS704_Power/BS704_Power_print.html
+OK 20210413024751 http://mc-stan.org/
+OK 20210419010115 https://www.ontario.ca/laws/regulation/990003
+MISS NA http://bdm.bce.unb.br/bitstream/10483/544/1/2
+OK 20160404205612 http://www.mathematik.uni-dortmund.de/ieem/bzmu2012/files/BzMU12_0224_Westermann.pdf
+OK 20170612173738 http://hackage.haskell.org/trac/haskell-prime
+OK 20200308135746 http://www.birmingham.ac.uk/research/activity/mds/trials/bctu/trials/womens/tablet/index.aspx
+OK 20210414015843 http://www.theatlantic.com/health/archive/2014/05/can-wikipedia-ever-be-a-definitive-medical-text/361822/
+OK 20041031080018 http://info.isoc.org/guest/zakon/Internet/History/HIT.html
+MISS NA http://health.gov/dietaryguidelines/2015/guidelines/.Accessed28
+OK 20210421115408 http://www.who.int/tb/publications/2006/istc_report.pdf
+OK 20190725060359 https://cgspace.cgiar.org/handle/10568/35649
+MISS NA http://www.vodafone.com/start/media_rela-tions/news/group_press_releases/2005/press_release09_03.html
+OK 20161130062857 http://dbpubs.stanford.edu/pub/2002-12
+OK 20210422153644 http://www.theage.com.au
+OK 20210410214101 http://www.car.gov.br/publico/imoveis/index
+MISS NA http://thestatsgeek.com/2015/03/09/
+MISS NA https://repositorio.ufsm.br/bitstream/handle/1/15824/Lic_Computacao_Metodologia-Pesquisa-Cientifica.pdf?sequence=1.Acessoem
+OK 20180630225123 http://www.ft.com/intl/cms/s/0/3d9f5954-bd51-11e2-a735-00144feab7de.html#axzz3ptI4pgzm
+OK 20201126200458 www.biomedcentral.com/1471-2334/8/36
+MISS NA http://revista.muesca.es/centrosphe14/351-cemeMorenoMartínez
+OK 20210113074019 http://www.seer.ufrgs.br/RevEnvelhecer/article/view/17921
+OK 20210421013335 https://cran.r-project.org/package=survival
+MISS NA https://CRAN.R-project.org/package=psychVersion=1.6.12
+MISS NA http://orbi.ulg.ac.be/handle/2268/100467
+MISS NA http://www-rnks.informatik.tu-cottbus.de/sobirey/ids.html
+OK 20070516231754 http://www.armware.dk/RFC/rfc/rfc1875.html
+OK 20210414183259 http://www.sensable.com
+OK 20171202234950 http://www.biomedcentral.com/1472-6963/6/135
+MISS NA http://www.ibima.org/NL2015/papers/miha.htmlMariaLoredanaPopescu
+MISS NA http://www.washingtonpost.com/ac2/wp-dyn/A10274-2003Feb14?language=printer
+OK 20111121105729 http://www.rlaha.ox.ac.uk/oxcal/oxcal.htm
+OK 20210324181944 http://www.cincom.com
+OK 20200924212541 http://www.webcitation.org/6hxzSFIDP
+OK 20201024163050 https://arxiv.org/abs/1302.2643
+OK 20171215145120 http://pdf.usaid.gov/pdf_docs/PNACE024.pdf
+OK 20130829070828 http://www.cie.ugent.be/Palestina/a-hrc-4-17.pdf
+MISS NA https://www.ny-times.com/2016/05/03/books/review-julian-barness-the-noise-of-time-the-inner-shostakovich.html
+MISS NA http://www.herc.research.va.gov/resources/faq_f03.asp.Accessed
+MISS NA https://www.census.gov/quickfacts/fact/table/santaclaracountycalifornia/PST045216.Accessed
+OK 20210419001255 http://scholar.sun.ac.za
+MISS NA http://www.leiaja.com/cultura/2013/06/12/constanca-de-almeida-prado-e-o-legado-musical-de-seu-pai/.Acessoem
+OK 20210413001411 http://imrussia.org/ru/economy/543-rosneft-vs-gazprom
+MISS NA https://recordarparavolveralcorazon.blogspot.com.co/2017/06/un-libro-colectivo-portada.html
+OK 20190812010711 http://www.esri.com/library/whitepapers/pdfs/gis-and-emergency-mgmt.pdf
+MISS NA https://www.icsi.org/_asset/qwrznq/Headache.pdf.Accessed
+MISS NA http://www.nassembly.org/nydic/policy/breifs/documents/06CollabRHYA.pdf
+MISS NA http://www.ajs.es/blog/reflexiones-juridicas-sobre-un-registro-de-medicos-objetores-a-la-interrupcion-del-emba-razo/56https://www.consalud.es/pacientes/17-provincias-no-comunicaron-a-sanidad-ni-un-solo-aborto-en-
+OK 20170812234758 https://bora.uib.no/bitstream/1956/4061/1/71945410.pdf
+OK 20191110001021 https://www.youtube.com/watch?v=YmaSx3p5rec
+MISS NA http://www.pucrs.br/eventos/encontroeconomia/?p=aprovados
+OK 20201125032900 http://www.gallup.com/poll/167645/vermont-no-frequent-exercise-produce-consumption.aspx
+OK 20210422083349 https://www.R-project.org/
+OK 20050818161525 http://grouper.ieee.org/groups/802/3/ae/public/mar00/agazzi_1_0300.pdf
+OK 20180831202421 http://www.agroamur.ru/2/2.html
+OK 20130513224928 http://www.unfoundation.org/what-we-do/campaigns-and-initiatives/pledge-guarantee-for-health/our-work/
+OK 20210415073931 http://www.nanotechproject.org/cpi/
+MISS NA http://www.pshares.org/issues/article.cfm?prmArticleID=4814http://www.tn-humanities.org/author03.htm
+OK 20210419120834 http://www.papalencyclicals.net/pius11/p11rerec.htm
+OK 20181223043045 http://www.2agepro.psy.lmu.de/download/del_2_2.pdf
+OK 20201031155933 www.ac.gobierno.pr
+MISS NA http://www.nepjol.info/nepal/index.php/HPROSPECT/article/view/5670/4667
+MISS NA http://www.sentinelandenterprise.com.Accessed
+MISS NA https://goo.gl/2cWJDs
+OK 20210316031351 https://eastwest.eu/en/opinioni/sub-saharan-monitor/somalia-govt-warns-us-over-al-shabaab-uranium-traffic-with-iran
+OK 20210321201135 http://www.epi.org/publication/class-of-2013-graduates-job-prospects/
+OK 20161011031228 http://www2.massgeneral.org/stopstroke/swallowScreen.aspx
+MISS NA codexalimentarius.org/committees-and-task-forces/en/accessedon10
+OK 20210224131646 http://janzen.sas.upenn.edu
+OK 20210414205105 http://www-bd.fnal.gov/pdriver/
+OK 20201124095123 http://www.ijecbs.com/July2011/13.pdf
+OK 20210419052509 http://www.goldcopd.com
+OK 20210421091634 http://www.jetprogramme.org/e/introduction/statistics.html
+OK 20210422021248 https://creativecommons.org/licenses/
+OK 20110512073154 http://www.mpi-fg-koeln.mpg.de/pu/mpifg_dp/dp10-7.pdf
+OK 20210212102650 www.lenntech.com/processes/disinfection/chemical
+OK 20191016182349 http://www.ncbi.nlm.nih.gov/pubmed/12239891
+MISS NA http://erf.org.eg/publications/post-priva-tization-corporate-governance-firm-performance-role-private-ownership-concentration-identi-ty-board-composition/
+OK 20210309191047 http://portalpbh.pbh.gov.br/pbh/ecp/comunidade.do?evento=portlet&pIdPlc=ecpTaxonomiaMenuPortal&app=transparenciacopa2014&lang=pt_BR&pg=9841&tax=29326
+MISS NA http://www.hhs.gov/ash/initiatives/hai/actionplan/index.html.Accessed
+OK 20141117161329 http://www.epa.gov/oaqps001/aqmportal/management/modeling/dispersion.htm
+OK 20200811103959 http://www.englishgeodiversityforum.org/casestudies.html
+OK 20201108122659 http://www.bbc.co.uk/news/world-latin-america-33421376
+OK 20191002164407 http://www.atimes.com/article/chinese-students-pouring-billions-us-local-economies/
+MISS NA http://130.14.32.43/cgi-bin/VER-SION_A/IGM-client?15125ϩdetailϩ2
+MISS NA http://search.proquest.com/docview/913443777?accountid=14963
+OK 20160314033603 http://www.almaden.ibm.com/asr/SSME/facsummit.pdf
+OK 20161020045115 http://www.icar.org.in/files/reports/icar-dare-annual-reports/2011-12/NAIP-AR-2011-12.pdf
+MISS NA http://republika.co.id/berita/nasional/umum/13/12/02/mx63ck-mui-pekan-kondom-nasional-menyakiti-umat-islam,diaksespada20Agustus
+MISS NA http://www.forumakad.pl/archi-wum/2006/06/22ocenaparametryczna.html
+MISS NA http://www.ribm.mmu.ac.uk/wps/papers/01-11.pdf
+OK 20041230215930 http://doi.acm.org/10.1145/7531.7535
+MISS NA http://www.plosone.org/article/fetchObject.action?uri=info%3Adoi%2F10.1371%2Fjournal.pone.0055957&representation=PDF
+MISS NA http://www.usp.br/niephe/publicacoes/docs/REFORMA.PDF.Acessadodia10.10.17.AcervosDocumentaisPesquisados
+MISS NA http://www.emav09.org/EMAV-final-papers/paper_64.pdf
+MISS NA http://id.nii.ac.jp/1031/00093680/
+OK 20121029094024 http://www.bts.gov/publications/national_transportation_statistics/html/table_01_45.html
+OK 20190624140459 https://assets.kpmg.com/content/dam/kpmg/xx/pdf/2017/04/pulse-of-fintech-q1.pdf
+MISS NA http://portal.acm.org/citation.cfm?id=1307433
+MISS NA http://www.proquest.com.ezproxy.ltu.edu:8080/en-
+OK 20180831003637 http://www.nsam.org
+OK 20210310160126 http://www.oecd.org/els/health-systems/31743034.pdf
+OK 20171215073125 http://attempto.ifi.uzh.ch/site/pubs/papers/drs_report_67.pdf
+OK 20170118090818 http://articlekz.com/article/13095
+OK 20210412055441 http://pems.dot.ca.gov/
+MISS NA http://www.lungusa.org/site/c.dvLUK9O0E/b.4061173/apps/s/content.asp?ct¼66697
+MISS NA http://www.ecsocman.edu.ru/images/pubs/2004/04/22/0000155817/bd.pdf
+OK 20210422025556 https://www.ssb.no/en/
+MISS NA https://cgspace.cgiar.org/handle/10947/4286
+OK 20180201010345 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2039754/
+MISS NA http://www.parl.~.ca/committees352/fore/repo~/O7~1997-~/mine.html.\\
+OK 20201101090710 http://www.photond.com
+OK 20090814071013 http://www.nice.org.uk/page.aspx?o=328476
+OK 20160304061647 http://www.ilo.org/ilolex/english/convdisp1.htm
+OK 20210420225954 https://www.gpo.gov/fdsys/pkg/BILLS-114s1177enr/pdf/BILLS-114s1177enr.pdf
+OK 20201123192719 https://scinfolex.com/2012/04/24/quelles-consequences-pour-les-bibliotheques-si-la-contribution-creative-etait-votee/
+MISS NA www.cepea.esalq.br
+OK 20190517210300 http://www.ic.nhs.uk/pubs/mentalcapacity0910
+OK 20200924045148 https://www.grad.ubc.ca/awards/aboriginal-graduate-fellowship-bridge-funding
+MISS NA http://www.redmasculinidades.com/resource/images/bookCatalog/Doc/00068.pdfbourdieu
+OK 20210417220234 http://www.cancerresearchuk.org/health-professional/
+OK 20210421001311 http://www.iso.org
+MISS NA http://www.uniad.org.br/desen-volvimento/images/399-1481-1-PB.pdf
+OK 20201125230522 http://apps.who.int/medicinedocs/pdf/h3011e/h3011e.pdf
+MISS NA http://tabulae.net/pcm/.Online
+OK 20201031171752 http://www.ledevoir.com/politique/quebec/208131/charest-mise-sur-le-nord
+OK 20210124163614 https://urbanfarmers.com/
+MISS NA http://www.sciencedirect.com/science/article/pii/S0368204816301426
+OK 20210415120841 http://www.theverge.com/a/virtual-reality
+MISS NA https://www.ee.ucl.ac.uk/~
+MISS NA Retrievedfromwww.diva-portal.org/smash/get/diva2:429103/FULLTEXT01.pdf
+OK 20150815040104 http://www.floridaoceanalliance.org/documents/OceansDay2013/FLORIDAS_OCEANS_AND_COASTS_AN_ECONOMIC_AND_CLUSTER_ANALYSIS.pdf
+MISS NA http://fkg.ulm.ac.id/id/wp-content/uploads/2016/01/indeks-kebersihanrongga-mulut-pada-anak-retardasimental.pdf
+MISS NA http://onlinelibrary.wiley.com/o/cochrane/clcentral/articles/184/CN-00961184
+MISS NA http://informaticsjournals.com/index.php/jadeM.Abiramidevi
+MISS NA http://www.adec.edu/clemson/papers/campbell-chapter
+OK 20210420061324 http://www.w3.org/2001/sw/
+OK 20210414235036 www.downes.ca/cgi-bin/page.cgi?post=33034
+MISS NA http://ciid.dk/syposium/sds/
+MISS NA https://biologirendy.blogspot.com/2017/08/penggunaan-model-pembelajaran-tps-think.html#
+OK 20210420233403 www.interscience.wiley.com
+OK 20210422083349 www.R-project.org
+OK 20210422143922 http://www.who.int
+OK 20210126225046 www.gao.gov/assets/160/156166.pdf
+OK 20210420151407 http://www.agriculture.gov.au/
+OK 20210414164542 http://www.cano-acio.ca
+OK 20210419125618 https://www.irena.org/
+MISS NA http://www.scielo.gpeari.mctes.pt/pdf/mot/v8n3/v8n3a05.pdf
+OK 20180416220613 http://www.produccioncientifica.luz.edu.ve/index.php/ciencia/article/view/10071
+OK 20200923233209 https://likumi.lv/doc.php?id=262508
+OK 20200816114514 http://www.aer-oman.org/
+OK 20210421232355 http://www.hong-kong-economy-research.hktdc.com
+MISS NA ftp.oar.noaa.gov/SAB/sab//Reports/SAB%20EBFM%20Report%20to%20NOAA_July%202014_Final.pdf
+MISS NA http://www.bain.com/Images/BAIN_BRIEF_Management_Tools01.07.13
+OK 20210305065148 https://www.convinceandconvert.com/social-media-strategy/use-social-media-to-build-trust/
+OK 20210113112611 http://civicmission.s3.amazonaws.com/118/f0/5/171/1/Guardian-of-Democracy-report.pdf
+MISS NA http://specialtytraining.hee.nhs.uk.Accessed
+MISS NA http://lib.myilibrary.com/Open.aspx?id=336371&src=0
+OK 20180330133231 http://www.numis.northwestern.edu/Research/Current/precession
+OK 20181027170813 http://www.bloodservices.ca/CentreApps/Internet/UW_V502_MainEngine.nsf/page/FAQKrever?OpenDocument
+OK 20210312220700 http://www.van.gov.tr
+MISS NA http://s3-ap-southeast-2.amazonaws.com/jigsydney/general/PDF/181326~montrans.pdf
+OK 20200711191029 http://www.zei.de/zei_english/publikation/publ_zeic_dp.htm
+OK 20210414190325 www.ssicentral.com
+OK 20170901062032 http://www.arts.kuleuven.be/cetra/papers/files/robert.pdf
+MISS NA http://www.gurn.info/en/topics/migration/research-and-trends-in-labour-migration/africa/african-migrant-labour-situation-insouthern-africa
+OK 20190215162439 http://bostonreview.net/BR26.3/sunstein.php
+OK 20210128045619 http://www.arctic-office.de/
+MISS NA www.sgi.com/grafica/texmap/index.htmlϾ͑Jan.20
+OK 20210305212627 http://iphome.hhi.de/suehring/tml/download/old_jm/
+OK 20200410013038 https://ojs.cnr.ncsu.edu/index.php/BioRes/article/view/BioRes_07_3_Ibrahim_SSAB_Review_Synthesis_Properties_Applications_Syringaldehyde
+OK 20200225060743 http://www.metzger.chemie.uni-oldenburg.de/eatos/english.htm
+OK 20210305010351 www.qub.ac.uk/schools/SchoolofPoliticsInternationalStudiesandPhilosophy
+OK 20210311173145 http://www.jstor.org/stable/4225211
+MISS NA http://www.publicagenda.org/files/Reframing_Framing.pdf
+OK 20200131041841 http://www.ifmpan.poznan.pl/zp10/auxet2/main.html
+OK 20210411132146 http://www.mhlw.go.jp/english/database/db-hh/1-2.html
+OK 20150915023308 http://www.sfl-services.com/en/home/publications
+OK 20200607171225 http://www.jbc.org/lookup/doi/10.1074/jbc.M117.802629
+MISS NA http://www.namibian.com.na/indexx.php?archive_id=55340&page_type=archive_story_detail&page=8
+MISS NA http://arxiv.org/abs/1406.7699
+OK 20140303175612 http://www.pbs.org/newshour/bb/middle_east/july-dec03/iraq_bg_11-13.html
+OK 20210422070110 http://www.iucnredlist.org
+MISS NA https://www.cnbcindonesia.com/market/20191104102926-17-112353/5-saham-lq45-beri-cuan-di-atas-20-mari-simak-kinerjanya
+MISS NA http://www.aphis.usda.gov/ppq/biotech/rapeseed.html.Acessoem
+OK 20161012162143 http://www.transparency.org/gcb2013/country/?country=cambodia
+OK 20200922215655 http://www.imf.org/external/pubs/ft/weo/2002/01/data
+MISS NA http://iulibarri.blogspot.com.ar/2013/01/eye-tracking-y-mouse-tracking-claves.htmlAccedido:20/03/2015
+OK 20161219212906 http://esp.cr.usgs.gov/info/assessment/
+OK 20210210025106 http://www.seattle.gov/util/MyServices/DrainageSewer/Projects/GreenStormwaterInfrastructure/CompletedGSIProjects/110thCascadeProject/index.htm
+MISS NA http://normatecainterna.sep.gob.mx/work/models/normateca/Resource/252/1/images/acuerdo_279_tramites_procedimientos_reconocimiento_validez_ofi
+MISS NA http://www.bvsde.paho.org/bvsacd/cd16/whoevidence.pdfWHO
+OK 20150714070809 http://toysafety.net/2005/troubleintoyland2005.pdf
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/18811248.2006.9711081
+OK 20210224170207 http://www.dbis.informatik.uni-goettingen.de/mondial
+MISS NA http://www.scielo.br/pdf/es/v25n89/22614.Acessoemjan
+OK 20201112014224 http://www.elespanol.com/mundo/europa/20170107/184231870_0.html
+OK 20201114003443 http://cidades.ibge.gov.br/xtras/perfil.php
+OK 20210114150304 http://www.averdadesufocada.com/images/orvil/orvil_completo.pdf
+OK 20210321005903 www.choosingwisely.org/about-us/
+OK 20191208064931 http://www.actionbioscience.org/environment/voogt.html
+MISS NA http://www.euro.who.int/__data/assets/pdf_file/0003/184161/The-European-Health-Report-2012
+OK 20210415105823 www.iarc.fr
+MISS NA http://biodiversité.Wallonie.be/outils/methodo/home.htm
+OK 20200326152046 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1870971
+OK 20181121134621 http://cat.inist.fr/?aModele=afficheN&cpsidt=2141270
+OK 20201127015000 http://www.bced.gov.bc.ca/irp/gc.php?lang=en
+MISS NA https://bit.ly/2J5AU2D
+OK 20210314094732 http://climatechange.worldbank.org/
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/25244417
+OK 20181205015443 https://digital.nhs.uk/data-and-information/publications/statistical/general-and-personal-medical-services/2006-2016-as-at-30-september-experimental-statistics
+OK 20170217072256 https://pubs.usgs.gov/of/2008/1081/
+OK 20190215043138 http://www.redicces.org.sv/jspui/bitstream/10972/1569/1/Analisis%20de%20la%20Pertinencia%20Curricular%202010.pdf
+MISS NA http://www.pmprb-cepmb.gc.ca/francais/View.asp?x=1626&mp=91
+OK 20160115170542 http://code.google.com/p/hattrick-nbody
+MISS NA http://www.interdisciplines.org/artcognition/papers/14;INTERNET
+MISS NA http://www.ajhp.org/content/68/12/1148.full.pdf+html
+OK 20190405075659 http://documents.worldbank.org/curated/en/656981468743976946/China-2020-China-engaged-integration-with-the-global-economy
+OK 20210323165631 https://blog.pachamama.org/how-social-justice-and-environmental-justice-are-intrinsically-interconnected?hsCtaTracking=06df76a7-e740-4cba-b094-39c9023354ed%7C93201088-f30b-40d1-91a3-47c0f9155d5c
+OK 20201114003904 http://nyscommunityaction.org/PovReport/2015/FINAL%202016%20Poverty%20Report.pdf
+MISS NA http://www.inklusion-brandenburg.de/startseite.html.Zugegriffen:13
+OK 20210417140025 http://www.fao.org/blogs/blue-growth-blog/innovative-ocean-financing-seychelles-blue-bonds/en/
+MISS NA http://www.sciencedirect.com/science/article/pii/S0378512206002878
+OK 20210227010856 http://news.bbc.co.uk/2/hi/americas/7441941.stm
+MISS NA http://epublishing.ekt.gr|e
+OK 20200710103520 http://www.bashh.org/documents/116/116.pdf
+MISS NA http://pepsic.bvsalud.org/scielo.Acessoem
+OK 20101202041858 http://www.unu.edu/unupress/unupbooks/uu19ie/uu19ie0e.htm
+MISS NA http://sdwc.net/ijeetdm
+OK 20210325193832 http://dichroweb.cryst.bbk.ac.uk/html/home.shtml
+MISS NA http://studopedia.ru/3_31466_titan-i-ego-splavi.html
+OK 20170810073250 http://astro.temple.edu/~jlynne80/BoothKoedingerCogSci2008.pdf
+OK 20200904032423 http://www.readwriteweb.com/archives/frictionless_sharing_pros_cons.php
+OK 20210422043152 http://d3js.org/
+OK 20150707182213 http://duniafitnes.com/training/refleksi-2010-dan-masa-depan-fitness-indonesia.html
+OK 20210225005658 http://www.ethernet-powerlink.org/
+OK 20170208093437 http://www.catedrahendler.org/material_in.php?id=135
+OK 20200930193053 http://www.ifac.org/system/files/downloads/a012-2010-iaasb-handbook-isa-240.pdf
+MISS NA http://www.ars-grin.gov/cgi-bin/npgs/acc/display.pl?1573079
+OK 20210415044050 http://www.ksg.harvard.edu/rodrik/conftext.pdf
+OK 20210419173037 http://www.redalyc.org/
+OK 20210414192546 http://www.algorithmic-solutions.com
+OK 20170504051505 http://www.bnamericas.com/project-profile/es/majes-solar-20-t-solar-plant-majes-solar-20-t
+MISS NA http://srh.bmj.comDownloadedfrom
+OK 20200706010854 http://www3.ucn.cl/ofec/VALORES.pdf
+MISS NA http://www3.unisul.br/paginas/ensino/pos/linguagem/cd/English/22i.pdf.Acessoem:fev
+MISS NA http://www.ijritcc.org/download/browse/Volume_4_Issues/May_16_Volume_4_
+MISS NA https://corn.agronomy.wisc.edu/WCM/W031.aspx.Acessoem
+OK 20210412174039 www.who.int/hiv
+MISS NA http://technorati.com/blogging/state-of-the-blogosphere/.Accessed5/09
+OK 20140503101420 http://www.ec.europa.eu/energy/observatory/countries/doc/key_figures.pdf
+MISS NA https://arxiv.org/abs/1610.06467
+OK 20200903061755 http://cspinet.org/new/pdf/supermarket-labeling-report.pdf
+OK 20210211050138 http://www.emaberto.inep.gov.br
+OK 20210419190800 www.lovdata.no
+OK 20201203113924 https://psmag.com/magazine/underwear-of-uncertain-origin
+MISS NA http://dx
+MISS NA http://www.folkpartiet.se/upload/Dokument/rapporter/Gymnasierapport040226.pdf.Hämtad
+MISS NA http://ec.europa.eu/informationsociety/newsroom/cf/dae/itemdetail.cfm?itemid=14424
+OK 20210415005040 http://www.dredf.org/international/waddington.html
+OK 20210419052510 http://www.goldcopd.org
+OK 20201119015115 https://www.delfi.lt/gyvenimas/seima/apie-nevaisinguma-is-kitos-puses.d?id=73087124
+MISS NA http://arXiv.org/ps/0711.4253v1
+OK 20191101084212 http://www.scielo.br/pdf/rbedu/v14n41/v14n41a08.pdf
+OK 20170226195056 http://www.acoss.org.au/images/uploads/ACOSS_Budget_Bills_6-month_wait_for_payments.pdf
+OK 20200601084938 http://www.jstor.org/stable/258214
+MISS NA http://patterns.fuka.info.waseda.ac.jp
+OK 20111110082008 http://www.infoworld.com/article/07/12/14/Malware-flood-driving-new-AV_1.html
+OK 20210226201526 http://www.who.int/tb/publications/childtb_guidelines/en/
+OK 20210421150130 http://wlcg.web.cern.ch
+OK 20210422083349 http://www.R-project.org/
+MISS NA http://eprints.uny.ac.id/10723/1/1-^%20-%202.Pdf.21
+OK 20130717051456 ac.uk
+OK 20201209111336 http://www.educoas.org/portal/la_educacion_digital/147/pdf/ART_UNNED_EN.pdf
+MISS NA http://ije.oxfordjournals.org/content/21/6/1151.long.Accessed
+MISS NA https://github.com/IGNF/simplu3D-rules/tree/master/src/main/resources/fr/ign/cogit/simplu3d/schema
+MISS NA http://bbc.com/culture/storyandhttp://www.telegraph.co.uk/culture/art/venice-biennale/10086476/Venice-Biennale-2013-The-Encyclopedic-Palace-Central-Pavilion-and-Arsenale-review.html
+MISS NA http://swa.co.id/sekunder/konsultasi,27Agustus
+OK 20070716162743 http://www.patrimoniofilmico.org.co/docs/metadatos.pdf
+OK 20210329202303 http://www.fws.gov/northflorida/seaturtles/2014_Loggerhead_CH/Terrestrial_critical_habitat_loggerhead.html
+OK 20180602063734 http://www.clim-past.net/5/147/2009/
+OK 20120325062910 http://www.ephc.gov.au/sites/default/files/WQ_AGWR_GL__Stormwater_Harvesting_and_Reuse_Final_200907.pdf
+OK 20170318233818 http://newsletter.alt.ac.uk/4ii7jyi4jnx
+MISS NA http://www.qaa.ac.uk/academicinfrastructure/benchmark/statements/socialwork08.pdf
+OK 20210420162449 http://www.bkg.bund.de
+MISS NA https://www.sciencedirect.com/science/article/pii/S2213671116000564?via%3Dihub
+OK 20170823192403 http://www.scielo.br/pdf/ean/v16n1/v16n1a16.pdf
+MISS NA http://www.vertiecotecnologias.com.br.Acessoem
+MISS NA http://www.cisn.org/docs/goltz.aguf03.html
+MISS NA http://www.pitch.se.validated
+OK 20210301190822 http://www.angelfire.com/sk/stackshield
+OK 20161221115800 http://blogs.worldbank.org/developmenttalk/a-review-of-the-analytical-income-classification
+OK 20180906014509 http://www.rethinkingwater.ca/who_does_what.html
+MISS NA http://math.usu.edu/∼piotr/research.htmlGouriéroux
+OK 20200918072353 http://retratosdaescola.emnuvens.com.br/rde/article/view/45
+OK 20210125003903 http://www.physicsoftheuniverse.com/topics_quantum_superposition.html
+MISS NA http://www.ambitojuridico.com.br/site/index.php/abrebanner.php?n_link=revista_artigos_leitura&artigo_id=6110&revista_cader-no=14
+OK 20210226154144 http://www.nationaljournal.com/domesticpolicy/criminal-justice-reform-brought-to-you-by-cpac-20140307
+OK 20200210035752 http://adatbank.sk/kronologiak/a-csehszlovakiai-magyarok-torteneti-kronologiaja-1918-1944/
+MISS NA http://www.phil.frb.org/research-and-data/real-time-center/survey-of-professional-forecasters/2009/survq109.cfmAccessed9/16/2010
+OK 20190831193446 http://www.open-emr.org/wiki/index.php/Encryption_and_Decryption_of_Documents
+MISS NA http://wwww.science-education.ru/ru/article/view?id=21638
+OK 20200924030503 https://revistas.ucr.ac.cr/index.php/anuario/article/view/3324
+MISS NA http://www.jstor.org/stable/3173112
+OK 20200721233657 http://search.ebscohost.com.proxy.library.vcu.edu
+MISS NA http://pu.edu.pk/images/journal/jfet/previous-pdf/JFET_03_2007%20Theory%20of%20Adhesion%20A%20Critical%20Review%20f.pdf
+OK 20201124211807 http://www.cepal.org/celade/agenda/2/10592/envejecimientorp1_ppt.pdf
+MISS NA http://dl.acm.org/citation.cfm?id=1851182.1851226
+OK 20210318164730 https://deparkes.co.uk/2017/11/24/machine-learning-vs-rules-systems/
+OK 20210422055158 https://www.medicare.gov/physiciancompare
+MISS NA availableatwww.mckinsey.com/insights/global_capital_markets/financial_globalization
+OK 20201026033840 https://ejurnalkotamadiun.org/index.php/WKP/article/view/289
+OK 20180605184748 http://journals.cambridge.org/abstract_S003181919800014X
+OK 20190415183951 https://www.destatis.de/DE/ZahlenFakten/GesellschaftStaat/Bevoelkerung/Sterbefaelle/Sterbefaelle.html
+OK 20210122092914 http://www.corteconstitucional.gov.co/relatoria/2010/C-594-10.htm
+OK 20180913030600 http://www.geotop.ca/en/bases-de-donnees/dinokystes.html
+OK 20200713211403 fujifilmusa.com/shared/bin/dimatix_materials_printer_dmp-2850.pdf
+MISS NA http://www.pediatrics.org/cgi/content/full/102/3/e29Accessed25
+MISS NA http://portal.acm.org/citation.cfm?id=931221
+OK 20210324035812 http://www.foreignaffairs.com/articles/67915/anders-fogh-rasmussen/nato-after-libya
+MISS NA http://www.bbc.com/news/business-16817254
+OK 20200219044320 http://ruralia.revues.org/document250.html
+OK 20100118133753 http://www.ars.usda.gov/bbcc/USDA_BBCC.htm
+MISS NA http://www.uroweb.org/gls/pdf/10_Renal_Cell_Carcinoma_LR.pdf.Accessed
+MISS NA http://www.docin.com/p-687072651.html
+OK 20131213092641 http://cdsweb.cern.ch/record/683494/files/tilecal-94-039.pdf
+OK 20200814011926 http://www.lat-mpi.eu/tools/imdi/editor/
+OK 20210421190705 https://www.statista.com/statistics/282087/number-of-monthly-active-twitter-users/
+OK 20200812144357 http://link.aps.org/doi/10.1103/PhysRevLett.105.032501
+OK 20210211002950 https://www.sciencedaily.com/releases/2008/06/080605150908.htm
+OK 20210417050253 http://steck.us/alkalidata
+MISS NA http://who.int/entity/malaria/publications//mal2009_india_0023.pdf
+OK 20200715200506 http://www.borderlands.net.au/vol4no2_2005/williams_interview.htm
+MISS NA http://www.upol.cz/fileadmin/user_upload/PdF/e-pedagogium/e-pedagogium_2010/eped_III.pdf
+OK 20151221054845 http://chemagic.com/JSmolVMK.htm
+OK 20201026215309 http://www.scielo.br/pdf/tce/v14n2/a17v14n2.pdf
+MISS NA www.distperternakpandeglang.go.id
+OK 20200727065050 http://www.sfu.ca/~palys/OgdenPge.htm
+MISS NA https://www.jstor.org/stable/40264512.Dateofaccess
+MISS NA http://www.Syn.Com/QWL.htm
+MISS NA http://pewglobal.org/database/?indicator¼19&sur-vey¼12&response¼Often/sometimes%20justified&mode¼table
+MISS NA https://revistas.pucsp.br/index.php/revph/article/view/11215/8223
+MISS NA http://repositorio.ulusiada.pt/bit-stream/11067/2374/1/mri_haletta_figueiredo_dissertacao.pdf
+OK 20210414120122 http://www.rstudio.com
+OK 20210403133757 http://stats.oecd.org/glossary/detail.asp?ID=198
+MISS NA http://www.docvirt.com/WI/hotpages/hotpage.aspx?bib=Cordel&pagfis=37924&pesq=&url=http://docvirt.com/docreader.net
+MISS NA https://dl.dropboxusercontent.com/u/20875810/personal/actodid3.htm
+OK 20201112012110 https://arxiv.org/abs/1805.04755
+OK 20201130132957 https://www.fda.gov/downloads/medicaldevices/deviceregulationandguidance/guidancedocuments/ucm071287.pdf
+MISS NA https://www.canadianbiomassmagazine.ca/images/status-update-canadian-wood-pellet-industry.pdf
+MISS NA http://cee.lse.ac.uk/ceedp126.pdf
+MISS NA http://uptodate.papi.h12o.es/online/content/topic.do?topicKey=chd/59270&selectedTitle=2~150&source=search_result
+OK 20210417081454 http://www.nytimes.com/2014/04/07/opinion/eight-no-nine-problems-with-big-data.html?_r=0
+OK 20200906062827 http://pressto.amu.edu.pl/index.php/rpeis/article/view/953/845
+OK 20160803224545 http://www.thecommunityguide.org/hiv/msm.html
+MISS NA http://www.institutosarkis.com.br/v1/artigos/novos/
+OK 20210329063916 http://scitation.aip.org/content/aip/magazine/physicstoday/article/69/5/10.1063/PT.3.3156
+OK 20210414033736 https://www.csteachers.org/page/standards
+MISS NA https://bit.ly/2LH3kXk.saczuka
+OK 20201114001542 http://terrya.edublogs.org/2005/11/28/hello-world/
+OK 20180819132104 http://prawatworcow.pl/grafika/prawa-autorskie-do-tatuazu/
+MISS NA http://eth.sagepub.com/content/early/2013/04/17/1466138113480575.full.pdf+html
+MISS NA http://pda.c114.net/32/c4948.html
+MISS NA http://www.bousai.go.jp/jishin/syuto/syousai/pdf/12/shiryo2-1.pdf,2017.9.17参照.
+OK 20180906172538 http://www.ncbi.nlm.nih.gov/pubmed/23300278
+OK 20150906083439 http://www.atmos-chem-phys.net/special_issue24.html
+MISS NA http://abcnews.go.com/GMA/story?id=3882520&page=1
+OK 20190226170736 http://www.jmlr.org/papers/v2/fine01a.html
+MISS NA http://www.newhorizons.org/strategies/democratic/gimbert.htmJenuary
+OK 20210126095639 www.rsf.org/article.php3?id_article=5945
+OK 20190928044149 http://www.companylaw.uct.ac.za
+MISS NA https://www.treasury.gov/resource-center/sanctions/Programs/Documents/ukraine_eo3.pdf,23/04/2016
+MISS NA http://link.aip.org/link/?APL/89/053502/1
+MISS NA http://www.chairs_oakoutdooorfurniture
+OK 20200612010626 http://stanford.edu/~jeffjar/files/simulating-ideal-gas.pdf
+OK 20210226103621 http://www.csc.ncsu.edu/faculty/rhee/export/zmac/software/zmac/zmac.htm
+OK 20210305195851 http://docs.oracle.com/javase/6/docs/technotes/guides/jni/
+MISS NA http://espace.library.uq.edu.au/eserv/UQ:176206/WP_43.pdf
+MISS NA https://www.epa.gov/mosquitocontrol/success-mos-
+OK 20210417032223 http://www.emeraldinsight.com
+OK 20210321082357 https://www.surgeongeneral.gov/library/reports/preventing-youth-tobacco-use/
+OK 20201224080152 https://www.bbc.co.uk/news/health-27204988
+OK 20210214115147 https://www.youtube.com/watch?v=l9Ju-1I1DTU#t=22m04s
+MISS NA http://www.hhs.gov/oig/oeionJuly12
+MISS NA http://www.time.eom/time/arts/article/0.8599.1738558.00.html
+OK 20180711204718 http://www.ncbi.nlm.nih.gov/pubmed/16525843
+OK 20210126123944 http://www.patriarchia.ru/db/text/4478862.html
+MISS NA http://www.wantchinatimes.com/news-subclass-cnt.aspx?id=
+OK 20210326162015 https://www.ahrq.gov/professionals/education/curriculum-tools/population-health/zimmerman.html
+OK 20210421053912 http://CRAN.R-project.org/package=lme4
+OK 20110519142810 www.housingforall.org/lteqhousing.pdf
+OK 20190123070049 http://www.sbera.org.br/2sigera/obras/p12.pdf
+MISS NA https://www.va.gov/vetdata/docs/SpecialReports/Post_911_Veterans_Profile_2014.pdf2
+MISS NA http://www.emwa.org/documents/journal/TWS/TWS%202006%20
+OK 20210414183154 http://www.transparency.org/research/cpi/overview
+MISS NA https://goo.gl/GkVmbd
+MISS NA www.telegraph.co.uk/news/worldnews/africaandindianocean/ghana/1191576
+MISS NA https://www.nytimes.com/2010/12/28/us/28city.html?emc=eta1
+OK 20201230030331 http://www.storiesoftomorrow.eu/sites/default/files/Assessment%20Tools.pdf
+MISS NA http://www-fis.iarc.fr/martyn/software/jags/
+OK 20210307215916 http://whqlibdoc.who.int/hq/2002/WHO_CDS_WHOPES_GCDPP_2002.2.pdf
+OK 20170816161710 http://documents.worldbank.org/curated/en/262621468135939068/pdf/wps3645.pdf
+MISS NA http://doi/abs/10.1080/10934529.2011.542387
+MISS NA http://web.utk.edu/∼djlee/papers/Haptics09.pdf
+OK 20170506123141 http://biofile.ru/geo/15482.html
+OK 20210125090947 https://www.olysio.com/shared/product/olysio/prescribing-information.pdf
+OK 20210126144436 http://www.omicsonline.org/submission/
+OK 20210415081049 http://www.newmanreader.org/works/idea/
+MISS NA http://en.wikipedia.org/wiki/Bloch_sphereforadescriptionoftheBlochsphereconcept
+MISS NA http://www.eff.org/pub/Publications/JohnPerryBarlow/barlowQ296.declaration
+OK 20210420195216 http://faostat.fao.org/site/339/default.aspx
+OK 20160703234307 http://www.eatlas.idf.org/media
+OK 20201112013715 http://www.computerworld.com/s/article/9226670/I_have_seen_the_future_and_it_s_made_of_glass_
+OK 20210413211254 http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/
+OK 20210418114618 www.fatf-gafi.org
+OK 20210405034333 http://jcmc.indiana.edu/vol13/issue1/boyd.ellison.html
+OK 20200920195909 http://www.stav-ikc.ru/index.php/selkhoztekhnika/3747-roboty-dlya-polej-obzor-intellektualnoj-selkhoztekhniki
+OK 20180602102010 http://link.springer.com/10.1007/978-1-4614-6436-5_565-2
+OK 20201109021825 https://www.theguardian.com/world/2018/jul/13/say-cheese-why-italy-wont-ratify-eu-free-trade-deal-with-canada
+MISS NA http://www.deic.uab.cat/∼francesc/software/boi
+OK 20210417094319 http://www.nytimes.com/2010/03/23/technology/23google.html
+OK 20210212014453 http://www.washingtonpost.com/wp-dyn/content/article/2008/03/08/AR2008030802341.html
+MISS NA http://healthleadsusa.org/Accessed
+OK 20121011003044 http://muextension.missouri.edu/xplor/wasteman/wm6009.htm
+OK 20210422133145 http://www.scirp.org/journal/jmp
+MISS NA http://www.ins.gov.co/lineas-de-accion/Subdireccion-Vigilancia/sivigila/Paginas/protocolos.asp
+OK 20110904201747 http://www.regjeringen.no/upload/LMD/Vedlegg/Brosjyrer_veiledere_rapporter/Mat_makt_og_avmakt_summary_engelsk.pdf
+OK 20210419155037 http://www.toutmoliere.net/oeuvres.html
+MISS NA http://www.rki.de/DE/Content/Infekt/EpidBull/Archiv/2016/Ausgaben/18_16.pdf?__blob=publicationFile.Zugegriffenam22.02.2017
+OK 20210414133619 https://www.uspreventiveservicestaskforce.org/Page/Document/UpdateSummaryFinal/alcohol-misuse-screening-and-behavioral-counseling-interventions-in-primary-care
+OK 20080919050024 http://democrats.senate.gov/dpc/dpc-new.cfm?doc_name=fs-109-1-63
+OK 20210315234555 https://www.kff.org/medicaid/state-indicator/distribution-of-medicaid-spending-by-service/
+OK 20150908120025 https://www.ifoam.bio/sites/default/files/ar2014_web.pdf
+OK 20120224095000 http://nuevomundo.revues.org/index2923.html
+OK 20210419234230 http://www.cgdev.org/content/publications/detail/1424903
+MISS NA https://www.dovepress.com/by54.70.40.11on17-Dec-2018Forpersonaluseonly.abuhashimetal
+OK 20160311234949 http://www.hepatitis-c-initiative.eu/index.php/component/content/article/2-uncategorised/29-manifesto-berlin-declaration
+OK 20191019044537 https://dialnet.unirioja.es/servlet/articulo?codigo=4473846
+OK 20210305053523 http://www.rfc-editor.org/info/rfc5881
+OK 20210126104526 http://www.ats.ucla.edu/stat/sas/notes2/
+OK 20210418035030 http://whatis.techtarget.com/definition/Facebook/
+OK 20210417003852 http://www.nber.org/papers/w17042
+OK 20210415050156 http://www.jisc.ac.uk/index.cfm?name=elearning_framework
+OK 20210320183748 http://www.ons.gov.uk/ons/datasets-and-tables/index.html
+OK 20210207204027 http://www.iucnredlist.org/details/41664/0
+OK 20210308013448 http://whqlibdoc.who.int/publications/2011/9789241501149_eng.pdf
+OK 20200818080439 http://math.bu.edu/people/aki/7.pdf
+OK 20210422083349 https://www.R-project.org/
+OK 20150919230723 http://www.biomedcentral.com/1472-698X/15/17
+OK 20210421175657 http://www.pewinternet.org/2018/03/01/social-media-use-in-2018/
+OK 20210421213356 http://www.cdc.gov/nchs/
+MISS NA http://www.physther.net/content/64/5/653.full.pdfhtml
+OK 20180612022218 http://stroke.ahajournals.org/content/42/3/675
+OK 20210414213450 http://www.ccdcoe.org/328.html
+OK 20201123034041 https://www.ukri.org/funding/funding-opportunities/
+MISS NA http://www.kultursanatsen.org.tr/index.php/yayinlar/makale-ve-sunumlar/item/494-kamu-emek%C3%A7ilerinin-i%C5%9F-g%C3%BCvencesi-nereye.html#startOfPageId494
+OK 20170331034850 http://www.census.gov/hhes/computer/publications/2009.html
+OK 20180412155719 https://sanare.emnuvens.com.br/sanare/article/view/820
+MISS NA http://intellectum.unisabana.edu.co/handle/10818/26028
+OK 20210413001548 http://grants.nih.gov/grants/guide/notice-files/NOT-OD-03-032.html
+OK 20200813031554 http://www.cuiaba.mt.gov.br/download.php?id=34788
+OK 20201101070502 http://www.escuelaunidadeditorial.es/master-periodismo-de-investigacion.html
+OK 20121113180346 http://www.ssb.no/english/subjects/10/03/iktbrukn_en/
+MISS NA https://www.shopify.com/encyclopedia/what-is-ecommercehttps://www.cloudways.com/blog/latest-ecommerce-trends/
+OK 20210422115956 www.worldbank.org
+MISS NA http://www.pravo.gov.ru,15.11.201710.ОнаделенииоргановместногосамоуправлениявСанкт
+MISS NA https://www.geneticliteracyproject.org/2012/0
+MISS NA https://www.santamaria.rs.gov.br/docs/noticia/2011/10/D25-179.pdf
+MISS NA beszelo.c3.hu/cikkek/csoportok-nelkuli-etnicitaslastaccessed
+MISS NA https://elibrary.ru/item.asp?id=25456659
+OK 20200927023734 http://www.qp.alberta.ca/documents/Acts/w03.pdf
+MISS NA https://memoirs.ces.uc.pt/ficheiros/4_RESULTS_AND_IMPACT/JORNAL/MEMOIRS_ENCARTE_02_2019.pdfAcessoem:03mai.2020
+OK 20200814045523 http://www.phil.muni.cz/journal/proudy/filologie/recenze/2011/2/Hrala.php#articleBegin
+OK 20150526165336 http://www.nytimes.com/1996/08/19/us/blackout-may-be-caution-sign-on-road-to-utility-deregulation.html?pagewanted=1
+MISS NA http://proquest.umi.com/pqdweb?did=764694211&Fmt=7&clientId=20176&RQT=309&Vname=PQD
+MISS NA http://www.mqa.gov.my/setara09/result_bm.cfm.Online
+OK 20140214221653 http://www.pbs.org/newshour/bb/science/jan-june05/harvard_02-22a.html
+OK 20210415001646 http://www.darpa.mil/ato/programs/xg/
+OK 20210420155027 WWW.presidencia.gov.br
+OK 20170818130101 http://www.scielo.br/pdf/ha/v9n20/v9n20a01.pdf
+OK 20180817194556 http://www.dezenovevinte.net/arte%20decorativa/ad_sgp.htm
+OK 20180619010441 http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Public_assessment_report/veterinary/002232/WC500104953.pdf
+OK 20210418060510 http://www.ipcc-nggip.iges.or.jp/public/2006gl/index.html
+OK 20200519094522 http://apps1.eere.energy.gov/buildings/energyplus/
+OK 20170617232041 http://www.ncbi.nlm.nih.gov/pubmed/19197266
+OK 20140827062624 http://www.lasvegassun.com/news/2011/sep/02/us-sin-city-sandbox-1st-ld-writethru/
+OK 20170706093515 http://www.cs.virginia.edu/~jck/publications/tech.report.2000.33.pdf
+OK 20160906033416 http://3dprintingindustry.com/2016/03/08/3d-printing-companies-petition-the-supreme-court-for-copyright-clarity/
+OK 20210420094641 http://www.guildwars.com/
+MISS NA http://globin.bx.psu.edu/hbvar/menu.html.Lastaccessedonline15th
+OK 20210420144405 http://www.synopsys.com
+MISS NA www.mathworks.com/matlabcentral/fileexchange/24438-.Matlablibraryversion
+OK 20210128064120 https://www.england.nhs.uk/2014/06/psa-aki/
+OK 20210417122338 http://aem.asm.org/
+OK 20210402151247 http://reannz.co.nz/
+MISS NA http://www.cidadeolimpica.com.br/galeria/morar-carioca-verde-no-morro-da-babilonia/
+OK 20200926130228 http://www.insurancejournal.com/news/east/2012/08/16/259710.htm
+OK 20210122074433 https://www.who.int/classifications/icd/ICD10Volume2_en_2010.pdf
+MISS NA https://corazonderobota.wordpress.com/2013/11/19/3-bit-shirt-wearable-electronics-workshop-for-young-people/
+MISS NA http://www.usak.org.tr/usak_det
+MISS NA http://jama.ama-assn.org/cgi/content/full/303/3/235?ijkey=ijKHq6YbJn3Oo&keytype=ref&siteid=amajnls
+OK 20190226211946 https://pdfs.semanticscholar.org/84fb/76731ef2955f734e6a95ded1922d8ad9f950.pdf
+MISS NA http://allafrica.com/stories/200809170492.html
+MISS NA http://www.ngdc.noaa.gov/docucomp/page?xml=NOAA/NESDIS/NGDC/MGG/Lidar/iso/xml/2013_CA_TopoBathy_m2612.xml&view=getDataView&header=none
+MISS NA fromwww.who.int/hinari/about/en/
+MISS NA 4.332www.ijiset.com
+MISS NA http://www.ellenmacarthurfoundation.org/publications/growth-within-a-circular-economy-vision-for-a-com-petitive-europe.Accessed23
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3536813&tool=pmcentrez&rendertype=abstract
+OK 20201124161740 http://www.cardiovascularultrasound.com/content/8/1/32
+OK 20210421230139 http://www.cdc.gov/hai/organisms/acinetobacter.html
+OK 20070822145919 http://www.ldu.leeds.ac.uk/ldu/projects/cit/cit7.htm
+MISS NA http://www.cap.org/lap/accstandards.html.Accessedon
+OK 20201023062053 http://www.grundschulforschung.de
+MISS NA http://www.chop.edu/pediatric-fellowships/offifellowship-programs#.VF0XuGYo7IV
+OK 20210307074927 http://www.reegle.info/policy-and-regulatory-overviews/GY
+OK 20130308145653 https://fds.duke.edu/db/attachment/1158
+OK 20210421042604 http://www.teoma.com
+MISS NA http://eric.ed.gOv/ERICDocs/data/ericdocs2/content_storage_01/0000000b/80/0d/aaZ48.pdf
+OK 20210420025846 http://ec.europa.eu/eurostat/data/database
+OK 20210203214301 http://portal.cfm.org.br/index.php?option=com_medicos&Itemid=59
+OK 20200711054144 http://www.scielo.br/pdf/rsp/v38n6/14.pdf
+OK 20210421164826 http://es.wikisource.org/wiki/Discurso_de_Chacarillas
+OK 20130607102720 http://ic-www.arc.nasa.gov/ic/projects/aim/papers/um94/cidum94.html
+MISS NA http://scielo.isciii.es/scielo.php?scrip-t=sci_abstract&pid=S0213-12852003000600005
+MISS NA http://www.goert.ca/documents/Macrofungi
+MISS NA http://hdl.handle.net/10451/23966
+OK 20210411044311 Http://sedlac.econo.unlp.edu.ar/
+OK 20100222175256 http://www.mmrthefacts.nhs.uk/
+OK 20141027193248 http://www.jetro.go.jp/world/russia_cis/ru/reports/
+MISS NA periodicos.ufpb.br/ojs/index.php/srh/article/view/11346
+MISS NA http://unesdoc.unesco.org/images/0016/001604/160495por.pdfAcessoem:01deagostode
+MISS NA http://tinyurl.com/visit-bathCCCP
+OK 20060514135743 http://web.iihl.org/iihl/Album/terrorism-law.pdf
+OK 20190828193606 http://www.ctr.kcl.ac.uk/iwwan2005/papers/56.pdf
+OK 20210309022343 http://www.rfc-editor.org/info/rfc5396
+MISS NA http://mprcenter.org/mpr/index.php?option=com_content&view=article&id=35&Itemid=121adresindenindirildi
+MISS NA http://www.irr.org.uk/europebulletin/spain/immigration_law/2002/ak000001.html
+MISS NA http://www.comie.org.mx/congreso/memoriaelectronica/v13/doc/2397.pdf
+MISS NA http://www.mtt.fi/mtts/pdf/mtts91.pdf
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.81
+OK 20160410100101 https://www.destatis.de/DE/Publikationen/Thematisch/Gesundheit/Krankenhaeuser/GrunddatenKrankenhaeuser2120611117004.pdf
+MISS NA http://www.rynekaptek.pl/polityka-lekowa/projekt-listy-s-bedzie-okolo-1-sierpnia,14455.html
+MISS NA http://www.commoncriteriaportal.org/ISO/IEC19
+OK 20210308024437 http://vam.anest.ufl.edu/members/workbook/apsf-workbook-english.html
+OK 20210224185949 http://tbdcatalog.com/
+OK 20200606034941 http://www.washingtonpost.com/blogs/monkey-cage/wp/2014/01/21/always-in-vague/
+OK 20210126145834 http://www.cibtech.org/jls.htm
+OK 20210309183447 https://www.k4health.org/sites/default/files/MEmodule_planning.pdf
+OK 20200926131648 http://bvsms.saude.gov.br/bvs/publicacoes/mais_saude_direito_todos_2ed.pdf
+MISS NA http://www.epexspot.com.Leipzig
+MISS NA https://orcid.org/0000-0001-5511-2841
+OK 20210416054110 http://www-gpsg.mit.edu/~simon/gtgk/index.htm
+OK 20210303045916 http://freemedsoftware.org
+OK 20210203022211 http://www.bayesware.com
+OK 20201127115632 https://www.citinature.org/city-livability-blog/nature-of-the-fourth-kind-berlin
+OK 20201201232126 http://www.e-notabene.ru/pr/article_5109.html
+OK 20030829005657 http://planeta.terra.com.br/educacao/kencamargo/RecLinkII.html
+OK 20210310050755 https://en.wikipedia.org/wiki/MINT
+OK 20050412080151 http://www.uia.ac.be/dnalab/hhh
+MISS NA http://statespa-cegrids.org
+MISS NA http://doi.acm.org/10.1145/1294325.1294349
+OK 20210419214859 https://www.bancaditalia.it/
+OK 20160106161424 http://musica.rediris.es
+OK 20190202040606 http://www.bn.br/portal/arquivos/pdf/Edital-de-Traducao-FBN-MINC-2011-2012.pdf
+OK 20210415205601 http://www.w3.org/DOM/
+OK 20210407150442 http://www.ie.ufrj.br
+OK 20210303135405 www.fabec.eu
+MISS NA http://collaborate.nist.gov/twikisggrid/bin/view/SmartGrid/CSWGRoadmap
+MISS NA http://www.f6publishing.com/helpdeskhttp://www.wjgnet.com
+OK 20210304113009 http://www.metmuseum.org/art/collection/search/248132
+OK 20210308064910 https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/367563/DBOHv32014OCTMainDocument_3.pdf
+OK 20120830174847 http://dpi.wi.gov/sms/geninfo.html
+OK 20200714203810 www.etuc.org/IMG/pdf_Final_Implementation_report.pdf
+MISS NA https://quotsoft.net/air/,lastaccess
+OK 20180429143116 http://www.ojs.ufpi.br/index.php/pensando/article/download/1062/1423
+MISS NA https://www.cdc.gov/nchs/fastats/suicide.htm.Accessed
+OK 20210411001228 http://nomorepotlucks.org/site/cripping-community-new-meanings-of-disability-and-community/
+OK 20210213221620 http://erihplus.nsd.no
+OK 20210411050602 http://www.impact-information.com/impactinfo/newsletter/plwork25.htm
+OK 20180602111017 http://link.aps.org/doi/10.1103/PhysRevLett.111.157203
+OK 20190905153917 http://pekanbaru.go.id/p/news/-2018--dinkes-catat-358-kasus-dbd-di-pekanbaru
+MISS NA https://www.regierung.oberbayern.bayern.de/imperia/md/content/regob/internet/dokumente/bereich2/rov/rov2013/5_2_gutachten_landschaftsbild_schoebel.pdf
+OK 20170120090053 http://water.usgs.gov/pubs/twri/twri5-a1/
+OK 20210305135916 http://jultika.oulu.fi/files/isbn9789526202518.pdf
+MISS NA http://www.horizonscanning.gov.au/internet/horizon/publishing.nsf/Content/EB9D6E423
+MISS NA http://cholar.lib.vt.edu/ejournals/JOTS/Winter-Spring-
+OK 20200201112426 http://www.base.com/gordoni/ufs93.html
+OK 20170701124301 http://www.ncbi.nlm.nih.gov/pubmed/25267607
+MISS NA http://ekhodadady.profcms.um.ac.ir/index.php/index.php?option=com_profactivity&task=allPublications
+MISS NA http://ccn.aacnjournals.org/cgi/external_ref?link_type=PERMISSIONDIRECTPersonaluseonly
+OK 20200623082141 www.campbellcollaboration.org/lib/download/73/
+OK 20170709174055 http://bioscience.oxfordjournals.org/cgi/doi/10.1641/0006-3568
+MISS NA http://blogs.ultimahora.com/post/2365/18/andr-eacute-s-colm-aacute-n-guti-eacute-rrez.html
+OK 20210125010253 http://habitat.aq.upm.es/boletin/n44/ajnar.html
+OK 20210416100528 http://www.iep.utm.edu/aris-eth/
+OK 20190618233631 https://www.cdhowe.org/sites/default/files/attachments/other-research/pdf/Competition%20Policy%20Council%20June17%202011_0.pdf
+OK 20210422171746 www.google.com
+OK 20210417032151 http://www.vlfeat.org/
+OK 20200124191814 http://www.ncbi.nlm.nih.gov/pubmed/22160907
+MISS NA https://bmcpulmmed.biomedcentral.com/articles/10.1186/s12890-018-0628-2.Cited3
+MISS NA http://bie.ala.org.au/search?q=Leptodontium+viticulosoides
+MISS NA http://cyberleninka.ru/article/n/shtuchni-neyronni-merezhi-v-zadachah-realizatsiyi-materialnih-ob-ektiv-chastina-1-printsipi-pobudovi-ta-klasifikatsiya
+MISS NA http://www.latimes.com/entertainment/movies/laetmnamericansnipercooperhall201
+OK 20071009011104 http://www.openarchitectureware.org/staticpages/index.php/about
+OK 20210415074601 https://biomedres.us/
+MISS NA www.chtf.stuba.sk/~szolcsanyi/education/files/Chemia%20heterocyklickych%20zlucenin/Prednaska%20
+MISS NA www.china.org.cn/government/scio-press-conferences/2009-04/09/content_17575378.htm.Accessed15
+MISS NA http://www.undp.org/hiv/docs/prog_guides/cce_strategy_note.pdfretrieved18/06/2010
+OK 20210407095506 http://www.washingtonpost.com/wp-dyn/content/article/2005/09/05/AR2005090501598.html
+MISS NA http://technology.guardian.co.uk/online/story/0
+MISS NA http://ec.europa.eu/regional_policy/sources/docoffic/offici-al/reports/som_en.htm
+OK 20170623000909 https://www.ncbi.nlm.nih.gov/pubmed/10781732
+OK 20201125022623 http://www.inmujer.gob.es/areasTematicas/estudios/estudioslinea2010/docs/percepcionFactores.pdf
+OK 20210126102231 http://www.unaids.org/en/resources/epidemiology.asp
+OK 20210414221533 http://www.cdc.gov/nchs/data/nhanes/nhanes_07_08/manual_an.pdf
+MISS NA http://www.contactdermatitis,irritantemedicinedermatology.mht
+MISS NA http://www.sciencedirect.com/science/article/pii/S1877042811020179
+OK 20200819222800 http://www.iisd.org/educate/declarat/coper.htm
+OK 20210227034327 http://www.sistani.org/english/book/47/2108/
+MISS NA http://www.intracen.org/default/aspx
+MISS NA www.maths.bath.ac.uk/∼jft/
+OK 20210421005903 http://www.bnm.gov.my
+OK 20161109153338 http://www.onclive.com/web-exclusives/contemporary-evidence-based-management-of-newly-diagnosed-metastatic-colorectal-cancer
+OK 20180424032045 http://www.ojs.ufpi.br/index.php/reufpi/article/viewFile/2044/pdf
+OK 20160424231430 https://www.bifie.at/buch/936
+MISS NA http://cort.as/-Pm-f
+OK 20210301190953 http://stanford.edu/-boyd/cvx
+OK 20200707120349 https://orcid.org/0000-0002-9648-1720
+MISS NA www.pubmed.gov/18054036
+OK 20210118035454 http://www.corteidh.or.cr/docs/casos/articulos/seriec_307_esp.pdf
+MISS NA http://www.compolitica.org/home/wpcontent/uploads/2015/04/GT1lattmanweltman.pdf
+MISS NA http://wwwrcsborg/pdb/results/resultsdo
+OK 20150513190559 http://www.facmed.unam.mx/deptos/salud/censenanza/spivsa/antol%202%20anciano/avila.pdf
+OK 20200504134611 http://arxiv.org/abs/1909.09188
+OK 20210415031112 http://www.ece.uvic.ca/~mdadams/jasper/
+OK 20210415031553 http://www.guttmacher.org/pubs/abortion-in-Kenya.pdf
+OK 20210319015307 https://www.cdc.gov/globalhealth/security/why.htm
+MISS NA https://zakon.rada.gov.ua/laws/show/v0004400-90
+OK 20210122142345 https://de.statista.com/statistik/daten/studie/980502/umfrage/megatrends-in-der-logistik-in-deutschland/
+OK 20200207194414 http://epa.oszk.hu/02900/02930/00059/pdf/EPA02930_elet_es_tudomany_2014_08.pdf
+MISS NA http://www.mirandanet.ac.uk/cgi-bin/journals/searchdb.pl?runtype=search
+MISS NA http://unu.edu/unupress/food/V194e/ch05.htm.Accessdate
+OK 20200214115501 https://journals.openedition.org/pistes/3209
+OK 20210421194635 http://whqlibdoc.who.int/trs/who_trs_916.pdf
+MISS NA IAEESwww.iaees.org
+OK 20210421000235 http://www.greatachievements.org/
+OK 20210309023641 https://www.unicef.pl/Centrum-prasowe/Informacje-prasowe/UNICEF-Do-2030-r.-liczba-nowych-zakazen-wirusem-HIV-wsrod-nastolatkow-wzrosnie-o-niemal-60
+MISS NA https://goo.gl/xZ8U7G
+MISS NA http://arc.lib.montana.edu/snow-science/item.php?id=947
+OK 20200331131953 http://distance.dnu.dp.ua/ukr/nmmateriali/documents/tei.pdf
+OK 20130922134517 http://www.jamaicaobserver.com/columns/Yes-to-trade-and-aid--What-of-rule-of-law-_14511142
+OK 20030907030116 http://cyberatlas.Internet.com/markets/professional/article/0,,5971_313711,00.html
+OK 20210422023923 http://www.eia.doe.gov/
+MISS NA http://eng.24.kg/politic/2010/12/03/15121.html.Letöltve:2012.11.03
+OK 20201214165424 http://frontex.europa.eu/assets/Attachments_News/unaccompanied_minors_public_5_dec.pdf
+OK 20170619150722 http://www.jbn.org.br/article/list/38/3%20Suppl%201/2016
+OK 20210418112819 www.sciencedirect.com/science/article/pii/S2352711015000059
+OK 20161115051054 https://www.destatis.de/DE/Publikationen/WirtschaftStatistik/2016/02/UnbezahlteArbeit_022016.pdf?__blob=publicationFile
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevB.92.161111
+OK 20210415114042 http://www.state.nj.us/dca/announcements/pdf/CDBG-DisasterRecoveryActionPlan.pdf
+OK 20171019061202 http://www.keidanren.or.jp/japanese/journal/times/2006/0824/04.html
+MISS NA http://www.trustedcomputinggroup.org/specs/mobilephone/tcgmobilereferencearchitecture1.0.pdf
+MISS NA http://extranjeros.meyss.es/es/ObservatorioPermanenteInmigracion/Publica-ciones/archivos/Inmigracixn_y_mercado_de_trabajo._Informe_2009.pdf
+MISS NA http://www.journalofvision.org/content/8/16/9
+OK 20210422094103 http://www.herbalgram.org
+OK 20160724035501 http://www.runnersworld.com/races/the-color-run-now-largest-5-k-series
+MISS NA www.mvtu.dk/icaccounts
+OK 20200718125818 www.analyticaintl.com
+OK 20210129091030 http://spatialaudio.net/ssr/
+OK 20210417041608 http://www.cdc.gov/pertussis/clinical/complications.html
+OK 20170816153442 http://www.scielo.br/pdf/es/v29n105/v29n105a10.pdf
+OK 20210212012844 http://www.namrata.co
+OK 20190814222446 http://www.cpsc.gov/PageFiles/106141/8002.pdf
+MISS NA http://castor.unab.edu.co/bbcswebdav/courses/674-201262-MTEM/Plan_trabajo/uni-dad2/recursos/Educación%20y%20Comunicación%20uan%20rela-ción%20necesaria.pdf
+MISS NA gov.ua/laws/show/994_002
+MISS NA http://newsroom.depaul.edu/PDF/FAMILY_LAW_CEN-TER_REPORT-final.pdf
+OK 20170923083245 http://file.scirp.org/pdf/SGRE20110300001_32428639.pdf
+OK 20210421180650 http://mirbase.org
+MISS NA http://sciex.com/ce-features-and-benefits/ce-expert-lite〉accessedon06/04/2017
+OK 20210320155408 http://www.liberatingstructures.com/9-what-so-what-now-what-w/
+OK 20210415130711 http://www.sociopatterns.org
+OK 20060925033001 http://www.tgarden.demon.co.uk/writings/articles/older/lastpost.html
+MISS NA http://cpo.st/ZY6S5B.Accessed15
+OK 20210422120131 http://www.alexa.com/topsites
+MISS NA http://www.census.gov/popest/index.html.Accessed
+OK 20190810164946 http://www.cancer.go.kr/mbs/cancer/subview.jsp?id=cancer_040104000000
+OK 20150706115310 http://cct.wikispaces.com/CEp
+MISS NA www.allaboutfeed.net/Processing/General/2013/4/Ghana-Turning-cassava-into-animal-feed-1229478W/?cmpidAlltech
+OK 20210117175347 https://www.gov.uk/government/consultations/strengthening-the-incentive-to-save-a-consultation-on-pensions-tax-relief
+OK 20210415052529 http://www.kfda.go.kr
+OK 20201130224342 https://m.malaysiakini.com/letters/347979
+MISS NA http://www.dinkesjatengprov.go.iddiakses12
+MISS NA http://www.redeunida.org.br/inrede/inreden14.asp.Acessadoem23/12/2005
+MISS NA https://archive.epa.gov/region03/green/web/html/healthcare.html.Accessed
+OK 20120426232302 http://encyklopedia.pwn.pl/haslo/3897023/ekosystem.html
+OK 20210415150247 http://www.who.int/hrh/resources/framework_action/en/
+OK 20201114201820 www.ashpfoundation.org/pharmacyforecast2016
+MISS NA http://goo.gl/epv9qx
+MISS NA http://www.solarwirtschaft.de/leadmin/media/pdf/2014_03_BSW_Solar_
+OK 20201022060058 http://www.multimorbidity2018-stockholm.se/lessons-learned
+OK 20170912145212 http://www.cappedhawaii.com/#!History-of-Hawaii-Aloha/c1r22/55d8b6a90cf21fd94cc26a56
+OK 20200603211510 http://www.lawfoundationbc.org/about-us/history/
+OK 20210331192910 https://www.industrydocumentslibrary.ucsf.edu/docs/#id=jyyn0112
+MISS NA https://search.proquest.com/docview/438290315?accountid=8579
+OK 20210120013434 http://snl.no/lojalitet
+MISS NA http://psycnet.apa.org/psycinfo/1995-17033-001
+OK 20200615091949 http://scholarworks.umass.edu/anthro_res_rpt7/4
+OK 20151207214257 http://www.universitetsforlaget.no/nettbutikk/kvalitetslaering-i-hoyere-utdanning-uf.html
+OK 20210301095230 http://www.saudigazette.com.sa/index.cfm?method=home.regcon&contentid=20130614169787
+OK 20201128095242 http://www.errc.org/cms/upload/file/attacks-list-in-bulgaria.pdf
+MISS NA http://www.eurodl.org/?article=103
+OK 20210422043822 http://python.org/
+OK 20100315191455 http://www.campus-oei.org/salactsi/sara3.htm
+OK 20180914053743 http://www.eclac.org/publicaciones/DesarrolloSocial/0/LCL2530PE/sps120_LCL2530.pdf
+MISS NA http://purl.umn.edu/19082
+MISS NA https://eeas.europa.eu/headquarters/headquarters-homepage/1694/philippines-and-eu_hr
+MISS NA http://www.inchem.org/documents/ehc/ehc/ehc204.html
+OK 20200129220156 www.dia.uniroma3.it/Araneus/Sigmod/
+MISS NA http://www.ohchr.org/EN/HRBodies/HRC/RuralAreas/Pages/3rdSession.aspx,consultedon25
+OK 20210311174832 http://www.oecd.org/els/emp/34846856.pdf
+MISS NA http://positivelite.com/content/news/legal/item/where-is-treatment-as-prevention-heading-treatment-refusal-criminal-behaviour
+OK 20120616141533 http://www.pewclimate.org/companies_leading_the_way_belc/company_profiles/ibm
+OK 20190706234743 http://ssrn.com/abstract=1458299
+OK 20210218233712 http://www.unisdr.org/eng/hfa/hfa.htm
+MISS NA https://kirken.no/globalassets/kirken.no/om-kirken/slik-styres-kirken/kirkeradet/2016/horinger-i-kirkeradets-regi/horingssvar---ny-vigselsliturgi/hove_bjarte.pdf
+OK 20170628065616 www.grovemusic.com
+MISS NA http://www4.unfccc.int/submissions/INDC/Published%20Documents/Latvia/1/LV-03-
+OK 20200818232819 https://link.aps.org/doi/10.1103/PhysRevB.96.041105
+MISS NA https://frankolive.wordpress.com/2017/03/10/тарас-але-не-шевченко-франко-але-не-іван
+OK 20200807101137 http://researchonline.lshtm.ac.uk/id/eprint/12598
+OK 20160413053907 http://www.sparefroh.at/de/Geld-Wissen/Sparefroh-TV
+MISS NA http://juspositivismo.blog.terra.com.br/2011/04/14/governador-tarso-genro-afasta-35-agentes-penitenciarios.Acessoem:06/12/2011
+MISS NA http://bit.ly/2xVvG0R
+MISS NA http://www.periodicos.proped.pro.br/index.php/revistateias/article/viewFile/209/208
+MISS NA http://www.legislation.co.nz/browse_vw.asp?content-setϭpal_statutes.Accessed
+OK 20210419012009 http://www.vanderbilt.edu/lapop/
+MISS NA http://www.ledonline.it/Erga-Logoiral
+OK 20190919084403 http://www.cremat.com
+OK 20200219232508 https://www.healthaffairs.org/do/10.1377/hblog20180914.426396/full/
+OK 20190406201726 http://www.sundaytimes.lk/031221/ft/16.htm
+OK 20190824020802 http://revista-iberoamericana.pitt.edu/ojs/index.php/Iberoamericana/article/viewFile/6392/6568
+OK 20210415203638 https://aspect.dealii.org
+OK 20180204044250 https://www.ssc.govt.nz/node/6854
+MISS NA http://journals.sagepub.com/doi/pdf/10.1177/0170840606068255
+MISS NA https://adevarul.ro/economie/stiri-economice/bomba-sociala-spatele-certificatelor-verzi-5321e5f20d133766a8df3f29/index.html
+MISS NA igi-global.com/chapter/reference-model-collaboration-within-dispersed/52339?camid=4v1
+OK 20210210133412 http://www.vocesenelfenix.com/
+OK 20200605131018 http://www.conab.gov.br/OlalaCMS/uploads/arquivos/14_04_15_15_44_37_boletim_cana_portugues_-_1o_lev_-_14.pdf
+OK 20200808012259 http://portal.anvisa.gov.br/documents/33880/2568070/RDC_12_2001.pdf/15ffddf6-3767-4527-bfac-740a0400829b
+OK 20210328175753 http://www.ncbi.nlm.nih.gov/omim/191170
+OK 20200528223540 http://www.fnopi.it/norme-e-codici/deontologia/il-codice-deontologico.htm
+MISS NA www.globalhealth.org/assests/publications/MakingChildbirthSafer.pdf
+OK 20170518130028 http://czvp.szu.cz/spotrebapotravin.htm
+MISS NA http://www.acutestroke.org/SM_Protocol/SITS-MOST_final_protocol.pdf.Accessed
+MISS NA http://n8di.usgs.gov/ii8di/wais/water/gcip.html
+OK 20210116204635 http://www.yourmindonmedia.com
+OK 20170305114726 http://www.knowledgepolicy.com/2005/08/bourdieu-forms-of-capital.html
+OK 20180405112339 https://www.dw.com/es/ipbes-américa-latina-perderá-15-de-flora-y-fauna-hasta-2050/a-43111188
+MISS NA http://apps.fao.org/cgi-bin/nph-db.pl?subset=agriculture.Acessoem
+MISS NA http://www.amar.org.ir〉
+MISS NA https://www.psicoactiva.com/blog/el-deficit-cogniti-vo-en-la-infancia/
+MISS NA softwaretech-news.thedacs.com/stn_view.php?stn_id=52&article_id=146
+MISS NA https://media.readthedocs.org/pdf/flamegpu/latest/flamegpu.pdf
+MISS NA http://www.asepale-co.org
+MISS NA www6.software.ibm.com/software/developer/library/ws-coordination200309.pdf
+OK 20210318053213 http://www.nsta.org/publications/nses.aspx
+OK 20201123221630 http://media.eduscol.education.fr/file/Francais/09/5/LyceeGT_Ressources_Francais_Explication_Laudet_182095.pdf
+MISS NA http://spanish.yonhapnews.co.kr/news/2013/08/21/0200000000ASP20130821002700883.HTML
+OK 20061128140152 http://www.tempointeractive.com/hg/nasional/2006/10/09/brk,20061009-85661,uk.html
+OK 20210202171127 http://portal.mec.gov.br/index.php?option=com_docman&view=download&alias=7013-relatorio-seb-anlisepropostas-ef-em&category_slug=novembro-2010-pdf&Itemid=30192
+MISS NA http://www.bgr.de/app/litholex/ge-samt_ausgabe_neu.php?id=45
+OK 20200804002715 https://www.england.nhs.uk/wp-content/uploads/2012/12/cquin-guidance.pdf
+MISS NA http://www.haldinnatural.com/techdata/ginger.html
+OK 20210413045659 http://pre.ethics.gc.ca/eng/policy-politique/initiatives/tcps2-eptc2/Default/
+OK 20090824102452 http://www.plato.com/downloads/papers/paper_04.pdf
+OK 20161014142428 http://www.riya.com
+OK 20200707022018 jussieu.fr
+OK 20170218155133 http://www.imf.org/en/News/Articles/2016/12/08/MS120816-Portugal-Staff-Concluding-Statement-of-the-Fifth-Post-Program-Monitoring-Mission
+OK 20210130220424 http://fpif.org/nuclear-standoff-ordinary-north-koreans-disappear/
+OK 20210404215004 http://www.mte.gov.br
+MISS NA aip.org/history/einstein/voice1.htm͘
+OK 20030814203158 http://www.eac.fea.usp.br/cadernos/completos/cad20/evidenciacao.pdf
+OK 20210421144031 https://svi.cdc.gov/
+OK 20181222220744 http://jan.ucc.nau.edu/~pms/cj355/readings/spradley.pdf
+OK 20201125223707 http://Ec.Europa.Eu/Environment/Agriculture/Pdf/Oliveoil.Pdf
+OK 20160731063053 http://sfpavementtoparks.sfplanning.org/about.html
+OK 20201128230443 https://www.mof.gov.sa/en/financialreport/Pages/Budget.aspx
+MISS NA http://www.isca-speech.org/archive/interspeech2004/i040377.html
+MISS NA http://code.google.com/p/androguard/.Lastaccessin
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210316104717 http://www.mcilvainecompany.com/
+MISS NA http://minerals.usgs.gov/minerals/pubs/commodity/lead/myb1-2010-lead
+MISS NA http://cmp.felk.cvut.cz/qqmikula/publications/ijcv2012/index.html
+OK 20210421191114 https://www.cambridge.org/core
+OK 20201203231506 http://euobserver.com/china/31592
+MISS NA www.newspapers.com/newspage/87777548
+MISS NA pediatrics.org/cgi/content/full/118/1/e107
+OK 20180602094819 http://www.biogeosciences.net/6/2879/2009/
+MISS NA http://www.aces.edu/crd/workforce/publication/employability-skills.PDF
+OK 20180605005122 http://ssrn.com/abstract=798124
+OK 20170728221225 http://www.isec2000.org.uk/abstracts/papers_g/grantley_1.htm
+MISS NA http://www.opoka.org.pl/biblioteka/W/WP/jan_pawel_ii/listy/pekin_29061995.htmlMAŁECKA
+MISS NA http://www.drbrownsbaby.com/bottles-accessories/howthey-work
+OK 20130418142134 http://www.gammathetaupsilon.org/the-geographical-bulletin/2010s/volume52-2/article1.pdf
+OK 20201126082348 http://www.iol.co.za/lifestyle/family/kids/only-15-of-sa-university-students-graduate-1.1531809#.VksXFNIrLIU
+OK 20180602182141 http://ssrn.com/abstract=1676788
+OK 20200715175638 http://jurnal.fkip.uns.ac.id/index.php/fisika/article/view/1856
+MISS NA Retrievedfromwww.ban-coestado.cl
+OK 20020401221949 http://www.detr.gov.uk/regeneration/policies/ourtowns/cm4911/index.htm
+OK 20161026084255 http://www.nmva.smm.lt/isorinis-vertinimas/dokumentai
+MISS NA http://www.anep.org.br/default.aspx?usaritem=arquivos&iditem=23
+MISS NA http://www.publications.parliament.uk/pa/cm200304/cmhansrd/vo040301/text/40301w10.htmHouseof
+MISS NA http://www.msp.gouv.qc.ca/prevention/politique/pro-jet_pol/proj_politique_prev.pdf
+OK 20200903182157 www.csa.gov.et
+OK 20200429194556 https://www.sundhed.dk/sundhedsfaglig/laegehaandbogen/hjerte-kar/tilstande-og-sygdomme/arytmier/atrieflimren-og-flagren/
+OK 20210418214433 https://help.instagram.com/477434105621119
+OK 20210415004027 http://www.justice.gov.uk/downloads/victims-and-witnesses/vulnerable-witnesses/achieving-best-evidence-criminal-proceedings.pdf
+OK 20190827224046 http://onlinelibrary.wiley.com/doi/10.1002/asi.21149/full
+MISS NA http://digitalcommons.aul.edu/libphilprac/681
+MISS NA http://www.repository.law.indiana.edu/facpub/1137
+OK 20200923001610 http://www.youthpolicy.org/basics/2001_WPAY_Implementation_Report.pdf
+MISS NA www.impactjournals.com/oncotarget16
+OK 20201112023015 https://www.ssb.no/kultur-og-fritid/artikler-og-publikasjoner/hva-forteller-statistikkene-om-religion-tro-og-livssyn-i-norge
+OK 20191025190346 https://education.viewsonic.com/social-media-to-engage-students/
+OK 20200722000542 https://www.whitehouse.gov/assets/documents/2009literacy_prc_rel.pdf
+OK 20201105213801 http://www.heart-resources.org/wp-content/uploads/2012/10/Accreditation-and-other-external-quality-assessments.pdf
+OK 20210421051915 www.genome.gov/gwastudies
+OK 20210211075004 http://www.pcm.gob.pe/wp-content/uploads/2013/05/PNMGP.pdf
+OK 20200715085047 https://ec.europa.eu/eurostat/web/products-datasets/product?code=apri_lprc
+MISS NA https://techblog.comsoc.org/2018/10/24/itu-rs-role-in-radio-frequency-spectrum-for-5g-networks-of-the-future/
+OK 20210116145633 http://jacpfx.org/
+OK 20200517015009 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=522542
+MISS NA http://www.leuserfoundation.org/index.php?option=com_content&view=article&id=175&Itemid=112
+OK 20210421200543 http://www.omaha.com
+OK 20210421054652 http://www.nanotechproject.org/inventories/consumer/
+OK 20210416234158 http://www.cms.gov/medicare-coverage-database/details/nca-decision-memo.aspx?NCAId=274
+OK 20201028233905 http://editorial.centroculturadigital.mx/pieza/antologia-de-poesia-electronica
+MISS NA http://www.jstor.org/stable/461847
+MISS NA http://www.cicad.oas.org/Crimen_Organizado/ESP/Estudios/La%20mara
+MISS NA http://sioc-journal.cn/©
+OK 20150820033227 http://www.jstor.org/stable/1130652
+OK 20190923214313 http://www.phac-aspc.gc.ca/aids-sida/publication/survreport/2013/dec/index-eng.php
+OK 20110714114212 http://www.revistas2.uepg.br/index.php/exatas/article/view/762/674
+MISS NA https://www.pireneresarch.com/shop/documentation-index/.Acessoem
+OK 20070505050422 http://commposite.uqam.ca/2003.1/articles/gandon.html
+MISS NA http://www.who.int/csr/disease/hepatitis/whocdscsrlyo2003/en/WHOLibraryCataloguing-in-PublicationData
+OK 20111109164829 http://www.biomedcentral.com/1471-2105/6/257/abstract
+OK 20210415171129 http://www.coneval.org.mx/Paginas/principal.aspx
+MISS NA https://www.researchgate.net/publication/326376873_Biomethane_as_Transport_Fuel
+OK 20130507113407 http://www.cs.cmu.edu/Web/Groups/sage/sage.html
+OK 20190116133424 http://epublications.unilim.fr/revues/as/6017
+OK 20200217203353 http://srdta.cochrane.org/sites/srdta.cochrane.org/files/uploads/Chapter07-Searching-%28September-2008%29.pdf
+OK 20201109040754 http://tpmdc.talkingpointsmemo.com/2010/12/bachmann-scalia-evangelical-historian-will-teach-constitution-class-for-the-tea-party-caucus.php
+MISS NA http://www.deakin.edu.au/research/acqol/instruments/well-being_index.htm
+OK 20210412200203 http://bioethics.georgetown.edu/pcbe/reports/reproductionandresponsibility/
+MISS NA http://ilo.org/global/topics/safety-and-health-at-work/langeen/index.html
+OK 20210413120839 http://hillelarnold.com/blog/2016/08/critical-work
+MISS NA ee.lbl.gov/tcpdump.tar.Z
+OK 20210421100114 http://www.nccn.org
+MISS NA http://arxiv.org/pdf/1002.2515
+MISS NA http://www.douglascountywa.net/accessed
+OK 20190610105953 www.au.af.mil/au/awc/awcgate/nssg/
+MISS NA http://bit.ly/2mjlx9e
+OK 20160207150907 http://www.bcb.gov.br/pre/normativos/res/2015/pdf/res_4427_v1_O.pdf
+MISS NA http://www.thoracic.org/statements/resources/lcod/adenocarcinoma.pdf.Accessed
+OK 20210422073426 https://creativecommons.org/licenses/by-nc-nd/4.0/
+MISS NA http://tinyurl.com/266j3w
+OK 20210421130607 http://creativecommons.org/licenses/by-nc/4.0/
+MISS NA http://www.sicelo.br/scielo.php?script=csi_artex&pid=S0104-1169200600040005&Ing
+OK 20210415144537 http://www.wsj.com/articles/softbank-invests-over-800-million-in-india-firms-1414471447
+OK 20060705204841 http://sciweb.lib.umn.edu/ej/Repository.phtml#ind
+OK 20200907094509 https://arxiv.org/ftp/arxiv/papers/1308/1308.1554.pdf
+OK 20210422034943 http://www.ti.com
+MISS NA http://www.scielo.br/pdf/abc/v81n4/17720.pdf
+OK 20210120131448 http://www.aahpm.org/positions/sedation.html
+OK 20170115004839 http://iowadoppler.com/documents/attenuation.pdf
+MISS NA http://bukan-sekedar-tahu.blogspot.co.id.Diaksestanggal15Juni
+MISS NA www.io.com/gibbonsb/menc-ken/megaquotes.html
+OK 20051204120313 http://www.haaretz.com/hasen/spages/559638.html
+MISS NA www.theglobeandmail.com/report-on-business/cps-hunter-harrison-irate-over-ottawas-grain-moving-
+OK 20210306032256 http://www.health.gov.au/internet/main/publishing.nsf/Content/national-strategic-framework-rural-remote-health
+OK 20140301100107 http://acmc.gov.au/wp-content/uploads/2013/09/Gendered-Crises-Gendered-Responses.pdf
+OK 20201229191447 http://episcope.eu/fileadmin/tabula/public/docs/scientific/AT_TABULA_ScientificReport_AEA.pdf
+OK 20210422174803 http://creativecommons.org/licenses/by/3.0/
+OK 20210421022422 http://www.cedefop.europa.eu/
+OK 20200529145942 http://www.mstmap.org/
+MISS NA http://www.brockport.edu/sociology/faculty/Cultural_Capital.pdf.18.vandeWerfhorst
+MISS NA http://www.telegraph.co.uk/news/main.jhtml?xml¼/news/2007/09/17/wdarfur117.xml
+OK 20210416144759 www.iaria.org
+OK 20100610003402 http://www.geri.duke.edu/service/oars.htm
+OK 20201126170811 http://www.cervantesvirtual.com/servlet/SirveObras/02472776436247507976613/cuaderno9/doxa9_04.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://lotos.library.uu.nl/publish/issues/12/index.html
+OK 20200610121853 http://wwf.ru/data/pub/gerasimchuk.pdf
+MISS NA http://ru.knowledgr.com/00014651/Онтология
+OK 20210323213158 https://www.un.org/en/development/desa/publications/2014-revision-world-urbanization-prospects.html
+OK 20210422022839 http://www.thedailybeast.com/galleries/2012/04/23/the-13-most-useless-majors-from-philosophy-to-journalism.html
+OK 20190214081055 http://www.fao.org/3/a-bc817e.pdf
+OK 20210410133217 http://www.oecdbookshop.org/oecd/display.asp
+MISS NA http://www-ncbi-nlm-nih-gov.proxy.bib.uottawa.ca/books/NBK26891/
+OK 20071227014057 http://investors.advanceamerica.net/releasedetail.cfm?ReleaseID=282418
+OK 20210415131001 http://www.who.int/ncd_surveillance/infobase/web/InfoBaseCommon/
+OK 20180611125725 www.connectingforhealth.nhs.uk
+OK 20200212151234 http://www.ine.es/prensa/epd_2016.pdf
+MISS NA https://www.washingtonpost.com/news/post-nation/wp/2018/03/23/hate-crimes-rose-the-day-after-trump-was-elected-fbi-data-show/?utm_term=.6d139da26fa4
+MISS NA http://pewrsr.ch/1tjfOwd
+OK 20200716090925 http://www.ugr.es/~redce/REDCE16/articulos/01CElias.htm
+MISS NA http://floradobrasil.jbrj.gov.br/reflora/floradobrasil/FB7962
+OK 20201202131127 http://arqcientificosimmes.emnuvens.com.br/abi
+OK 20210418150916 https://www.wfp.org/hunger
+OK 20091011012750 http://www.fen.ufg.br/revista/v11/n2/v11n2a07.htm
+OK 20210421175723 http://www.abs.gov.au/ausstats/abs@.nsf/lookup/Media%20Release3
+MISS NA http://europa.eu/rapid/press-release_MEM0-12-40l_en.htm?locale=en
+MISS NA http://ilkogretim-online.org.trKOLTAY
+OK 20210419045339 http://purl.oclc.org/estimates
+OK 20210225232314 http://www.llnl.gov/CASC/mpip/
+MISS NA https://www.psa.ac.uk/insight-plus/blog/could-labour-split-after-corbyn-win
+MISS NA http://www.intl-pag.org/pag/Gordon
+OK 20210421022926 http://www.pewInternet.org/
+OK 20210421134941 http://www.bluetooth.com
+OK 20110829101340 http://www.mspakt.cz/co-je-pakt-zamestnanosti/pakty-ve-svete/
+MISS NA https://www.cdc.gov/mmwr/volumes/69/wr/mm6913e1.htm.Accessed
+OK 20210211164241 www.big.spb.ru
+MISS NA https://home.student.unimelb.edu.au/wing/cmd/risaorhttp://buffy.lib.unimelb.edu.au
+OK 20210420125350 http://www.jstor.org/stable/464648
+MISS NA http://warszawa.wyborcza.pl/warszawa/1,34861
+OK 20060619123739 http://lcs.www.media.mit.edu/groups/el/projects/handy-board/
+MISS NA https://wikispaces.psu.edu/display/PSYCH484/7.+Self-Efficacy+and+Social+Cognitive+Theories
+OK 20210227144629 https://www.cancerresearchuk.org/health-professional/cancer-statistics/worldwide-cancer
+MISS NA http://www.isoc.org/isoc/conferences/ndss/06/proceed.ings/html/2006/papers/ano-maly_signatures.pdf
+OK 20200623065137 http://doi.wiley.com/10.1046/j.1523-536X.2003.00215.x
+OK 20210213214454 http://www.nobel.se/economics/laureates/2001/ecoadv.pdf
+OK 20210204163741 http://integrationofimmigrants.massey.ac.nz/publications_pdfs/New%20Zealand%20and%20International%20Migration_2.pdf
+MISS NA http://dl.acm.org/ft_gateway.cfm?id=2499577&ftid=1393273&dwn=1&CFID=542076495&CFTOKEN=70550726
+MISS NA web.mit.edu/globalc
+MISS NA http://apps.who.int/iris/handle/10665/63529.1996
+OK 20210126102459 www.ifad.org/ruralfinance
+OK 20081201104718 http://www.crl.edu/content/brazil/pern.htm
+OK 20200909200908 http://www.chass.utoronto.ca/~wellman/publications/netsurfers/netsurfers.pdf
+MISS NA http://www.ietf.org/rfc/rfc5280.txt,updatedbyRFC6818
+MISS NA https://www.nytimes.com/2017/07/15/opinion/sunday/please-prove-youre-not-a-robot.html?mcubz50
+OK 20200708235528 http://thomas.loc.gov
+MISS NA http://gtmarket.ru/ratings/quality-of-life-index/info8
+MISS NA http://www.seas.upenn.edu/˜pdtb/
+OK 20030822024525 www.ipm.ucdavis.edu/PUSE
+OK 20100304070624 http://www.fao.org/sd/wpdirect/WPan0015.htm
+MISS NA https://slidedoc.es/tratamiento
+OK 20210414091254 http://arxiv.org/abs/cs/0702140
+OK 20210421003708 http://akstat.gks.ru/
+MISS NA http://cdsweb.cern.ch/record/706847
+MISS NA http://stacks.iop.org/0268-1242/25/i=2/a=024001
+OK 20210318124622 http://exac.broadinstitute.org
+OK 20200919182007 https://www.qualcomm.com/media/documents/files/lte-heterogeneous-networks.pdf
+OK 20130513185520 http://archive.dcita.gov.au/2001/07/save_at_home
+MISS NA http://www.climatchange.ru.51
+OK 20210126132959 www.iarc.fr/p53
+OK 20210411015424 www.osbr.ca
+OK 20210415084711 http://www.npr.org/templates/story/story.php?storyId=3806734
+OK 20171202053300 http://www.equityhealthj.com/content/4/1/8
+OK 20210210221637 http://www.dts.edu/media/play/
+OK 20210411044444 http://www.barree.net
+MISS NA Availableatwww.brettonwoodsproject.org/topic/governnance/poa2.pdfWorldBank
+MISS NA http://www.emeraldinsight.com/10.1108/03090560010322009
+OK 20200422105758 https://prodwww-queimadas.dgi.inpe.br/bdqueimadas
+MISS NA http://informahealthcare.com/doi/abs/10.1080/09595230600944446
+MISS NA http://dx
+OK 20200803123216 http://www.die-bonn.de/esprid/dokumente/doc-2002/faulstich02_02.pdf
+OK 20210414204944 https://www.cia.gov/cia/publications/factbook/geos/wi.html
+MISS NA http://www.regioner.dk/in+english/publications+and+policy+papers/the+regions+in+denmark
+OK 20170424130138 http://www.england.nhs.uk/ourwork/tsd/sst/tech-fund/
+MISS NA http://www.cebes.org.br/media/File/Gest%E3o%20P%FAblica%20e%20Rela%E7%E3o%20P%FAblico%20e%20Privado%20na%20Sa%FAde.pdf
+MISS NA http://dept.physics.upenn.edu/~www/astro-cosmo/\\unhbox\\voidb@x\\hbox
+MISS NA https://valforskning.pol.gu.se/digitalAssets/1549/1549329_v--ljarnas-partier-2014.pdf
+OK 20200521035537 http://www.healthline.com/diabetesmine/diabnext-artificial-intelligence-diabetes
+OK 20201213211945 http://www.srs-mcmaster.ca/Portals/20/pdf/ebp/qualguidelines_version2.0.pdf
+MISS NA http://voices.worldvision.ca/wp-content/uploads/2012/04/Food-Sec
+OK 20200702001920 https://www.manualslib.com/products/Lexicon-Lx-Rev-3-2622504.html
+OK 20200519043335 http://adsabs.harvard.edu/abs/2017PhRvD..95d2001M
+OK 20210322061945 http://www.planalto.gov.br/ccivil/LEIS/L8069.htm
+MISS NA http://www.sayistay.gov.tr/rapor/kid/2013/%C3%96zel_B%C3%BCt%C3%A7eli_%C4%B0dareler-A/S%C3%9CLEYMAN%20DEM%C4%B0REL%20%C3%9CN%C4%B0VERS%C4%B0
+OK 20210417202550 https://www.highcharts.com/products/highcharts/
+MISS NA http://www.export-ugra.ru/upload/iblock/31a/31a642
+MISS NA ftp.funet.fi/pub/sci/neural/books/
+OK 20200220101008 onlinelibrary.wiley.com/doi/10.1002/hbm.20745/full
+OK 20201109005444 https://www.trekksoft.com/en/blog/65-travel-tourism-statistics-trends-for-2018
+OK 20210409184219 http://www.un.org/secureworld
+MISS NA www.treas.gov/domfin/upass.pdf
+MISS NA http://www.antropologiavisual.cl/alimonda_&_ferguson.htm
+OK 20210308102622 http://www.nature.com/articles/nature12372
+OK 20201028223300 http://biodiversitas.mipa.uns.ac.id/D/D0201/D020107.pdf
+OK 20210125192610 http://jus2.uol.com.br/doutrina/texto.asp
+OK 20201106232632 http://gizmodo.com/360260/nokia-morph-cellphone-rolls-up-stretches-cleans-itself
+OK 20210123113652 http://www.significados.com.br/filantropia/
+MISS NA http://dx.chinadoi.cn/10.3321/j.issn:1001-8166.2006.11.004
+OK 20201130044232 https://www.bmbf.de/de/nachhaltiges-wirtschaften-bringt-gewinn-7662.html
+MISS NA http://www.3gpp.org/ftp/tsgran/WG1RL1/TSGR144/Docs
+MISS NA http://www.ijaebm.iserp.org/archieves/1-D16-31-10/
+MISS NA http://www.aass.oru.se/˜asaffio/
+OK 20210121162730 http://www.ncaa.org/about/resources/media-center/news/number-ncaa-college-athletes-reaches-all-time-high
+MISS NA ceres.organdwww.calvert.com
+OK 20190924095209 http://one.aao.org/CE/PracticeGuidelines/PPP
+OK 20210119084217 http://3majmysierazem.pl/wp-content/uploads/2015/11/raport-TRU_calosc.pdf
+MISS NA http://portal.iphan.gov.br/portal/baixaFcdA-nexo.do?id=337
+OK 20200703050858 http://www.eurocontrol.int/services/bada
+OK 20130820091327 http://www.biomedcentral.com/1471-2202/14/S1/O9
+OK 20210418105949 http://www.asiaandro.com
+OK 20210410190154 http://hrsonline.isr.umich.edu/docs/userg/dr-005.pdf
+MISS NA http://lib.unnes.ac.id/17744/1/4101409067.pdf
+MISS NA http://mic.eucast.org/Eucast2/SearchController/search.jsp?action=performSearch&BeginIndex=0&Micdif=mic&NumberIndex=50&Antib=−1&Specium=162
+OK 20210330150524 http://www.squirrelnet.com/BestSearchEngines/top20.asp
+MISS NA http://www.setem.org/site/cat/calalunya/objectius
+MISS NA http://www3.interscience.wiley.com/journal/122653841/abstract
+OK 20111019113215 http://www.nurse.or.jp/toukei/pdf/toukei13.pdf
+MISS NA www.tesisenred.net/bitstream/handle/10803/10441/perez.pdf
+OK 20200218030130 http://vegetationmap4africa.org
+MISS NA https://github.com/jameslyons/pythonspeechfeatures
+MISS NA http://docplayer.net/28407375-Muslim-americans-a-national-portrait-an-in-depth-analysis-of-america-s-most-diverse-religious-community.html
+OK 20210320051517 http://www.census.gov/Press-Release/www/2001/sumfile1.html
+MISS NA https://www.reuters.com/article/china-sri-lanka/sri-lanka-pm-courts-increased-infrastructure-investment-from-china-xinhua-idUSL4N1II406
+OK 20210420025015 http://mc.manuscriptcentral.com/gbe
+MISS NA http://iai.asm.org/DownloadedfromMAPPINGOFC.ALBICANSOLIGOMANNOSIDICEPITOPES3851
+OK 20201112012636 http://www.who.int/mediacentre/news/ebola/12-november-2014-mali/en
+OK 20210224124626 http://blog.nielsen.com/nielsenwire/global/social-media-accounts-for-22-percent-of-time-online/
+OK 20200501190745 http://www.anhri.net/egypt/eohr/2009/pr0915.shtml
+OK 20200904044309 http://www.uib.es/depart/deaweb/deawp/pdf/DT39.pdf
+OK 20210123151625 https://land.copernicus.eu/pan-european/corine-land-cover/clc2018?tab=download
+OK 20181125182832 http://www.academia.edu/25780074/50_A%C3%B1os_de_Terapia_Ocupacional_en_Chile
+MISS NA https://arrow.dit.ie/cgi/viewcontent.cgi?article=1113&context=buschmarcon
+OK 20210415130945 http://www.ulsf.org/programs_talloires_td.html
+OK 20210211164528 http://www.cse.buffalo.edu/faculty/alphonce/KillerExamples/OOPSLA2005/
+MISS NA https://drive.google.com/file/d/1X-efCp6UDPlMj11W55m1MfinvYsKPA_S/view?usp=sharing.506
+MISS NA http://belstat.gov.by/homep/ru/indicators/pressrel/health.phpконтрольнадтабаком
+MISS NA http://www.revistalatinacs.org/072paper/1211/61es.htmlDOI:10.4185/RLCS-2017-1211
+OK 20181123123542 http://pdba.georgetown.edu/Security/citizensecurity/Colombia/evaluaciones/decadapoliticas.pdf
+OK 20210304060630 https://www.england.nhs.uk/wp-content/uploads/2015/01/nxt-steps-risk-strat-glewis.pdf
+OK 20210422083349 http://www.R-project.org
+OK 20210420041633 http://en.wikipedia.org/wiki/DVB-T2#Technical_details
+MISS NA http://ejournal.upi.edu/index.php/JPAKBPFEYogyakarta
+OK 20200211024753 http://journals.sagepub.com/doi/10.1177/2397847317694998
+MISS NA http://edfu.lis.uiuc.edu/˜class/sequence/
+MISS NA http://bgacst.e-land.gov.tw/News.aspx?n=C6DA56487665B34F&sms=DB8F640FF065C9A1
+OK 20210410194856 http://www.nature.com/jcbfm
+OK 20200807183357 http://www.ecologyandsociety.org/vol15/iss1/art20/
+OK 20200930160809 http://fom.ru/Nastroeniya/11566
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3392030&tool=pmcentrez&rendertype=abstract
+MISS NA http://bmcinfectdis.biomedcentral.com/articles/10.1186/s12879-016-1464-8.Accessed22
+OK 20210331161523 http://www.cdc.gov/std/HealthComm/NGI-MSMCompleteReport.pdf
+OK 20210421155236 https://en.wikipedia.org/wiki/Gameplay_of_Pok%C3%A9mon#Pok.C3.A9_Ball
+OK 20210422144110 http://www.amazon.com
+OK 20201126131715 http://www.raco.cat/index.php/RLD/article/view/297174
+OK 20210126113955 http://www.ncbi.nlm.nih.gov/pubmed/20199998
+OK 20200708095835 http://www.mineducacion.gov.co/1621/articles-103494_archivo_pdf.pdf
+OK 20200925233243 http://files.eric.ed.gov/fulltext/ED134991.pdf
+MISS NA https://slice.mit.edu/2011/12/28/whats-it-like-to-be-75-years-old-try-this-on
+OK 20200715054818 http://reporting.unhcr.org/sites/default/files/UNHCR%20Cash%20Assistance%20to%20Rohingya%20Refugees%20-%20June%202018.pdf
+OK 20210123051600 http://www.tzb-info.cz/2858-ochrana-vnitrniho-vodovodu-z-pohledu-mikrobiologie-ii
+OK 20210126044935 www.islamonline.net/english/introducingislam/politics/Politics/article04.shtml
+OK 20210415075651 http://www.ni.com/labview/
+MISS NA http://www.ibr.oeaw.ac.at/people/Michael/Rappolt_Publ-Dateien/MR2010_5.pdf.Accessed
+OK 20130820032511 http://www.bjss.baar.org.uk/current-issue.html
+OK 20170203162118 http://www.ncbi.nlm.nih.gov/pubmed/20062939
+MISS NA http://tinyurl.com/icoperd73a
+OK 20200125062051 http://tululu.ru/read55472/62/
+OK 20210313035339 https://books.google.com.br/
+MISS NA https://goo.gl/RThMMq
+OK 20210318050028 http://www.turkstat.gov.tr/
+MISS NA www.afghanistan-un.org/wp-content/uploads/2012/06/SGReporttoJune202012.pdfaccessed22
+OK 20210304073334 http://www.planalto.gov.br/ccivil_03/decreto/d70235cons.htm
+OK 20040804214840 http://www.netratings.com/pr/pr_010628.pdf
+MISS NA https://dilemascontemporaneoseducacionpoliticayvalores.com/_files/200005683-0ebdc0ebde/19.09.07%20Comunicaci%C3%B3n%20en%20educaci%C3%B3n.%20Reformas%20y%20riesgos.pdf
+OK 20210416053515 http://www.minsoc.ru/
+OK 20210127063814 http://www.emodnet-bathymetry.eu
+MISS NA http://archive.mid.ru/bdomp/brp_4.nsf/e78a48070f128a7b43256999005bcbb3/6328ab19489b523b44257d09001c3de6!OpenDocument
+MISS NA http://www.cis.upenn.edu/switchware/PLAN
+MISS NA https://www.barbarabiasi.com/uploads/1/0/1/2/101280322/teacherlm.pdf
+OK 20210411005623 http://www.onekp.com
+OK 20210224213531 http://www.intechopen.com/books/small-scale-energy-harvesting/electrostatic-conversion-for-vibration-energy-harvesting
+OK 20200603052559 http://doi.wiley.com/10.1002/mgg3.115
+MISS NA http://www.mushroomexpert.com/phylloporus_rhodoxanthusdiaksestanggal13
+OK 20170706052245 https://www.cosic.esat.kuleuven.be/nessie/deliverables/D21-v2.pdf
+OK 20191219063122 https://www.adherium.com/news/adherium-launches-the-hailie-global-brand-to-connect-people-with-asthma-and-copd-to-better-care/
+MISS NA https://www.cs.swarthmore.edu/∼meeden/cs81/s14/papers/AndyLucas.pdf
+OK 20200801112059 https://goo.gl/UvI7RF
+MISS NA https://link.springer.com/article/10.1007%2FBF01231526?LI=true
+MISS NA https://www.mcmc.gov.my/skmmgovmy/media/General/pdf/4Q2016.pdf
+OK 20130209065802 www.env.go.jp/doc/toukei/data/11ex725.xls
+OK 20210421032454 https://CRAN.R-project.org/package=MuMIn
+MISS NA http://reports.weforum.org/travel-and-tourism-competitiveness-report-2019/country-profiles/?fbclid=IwAR22gzypD-mq7h5HY7ioPJu4ZI1OXO6RO77oORJ6l9VNaLUgtWwF5SaO3u0#economy=ARM
+OK 20201109014046 http://pediatrics.aappublications.org/content/early/2018/06/21/peds.2017-3652
+OK 20201217113053 https://www.rand.org/pubs/research_briefs/RB8024.html
+MISS NA youtube.com/watch?v=FmlnIg4QcokTheSilverbackswww.facebook.com/TheSilverbacksRagtimeRecordswww.facebook.com/RagtimeRecords
+OK 20180928233436 http://www.capes.gov.br/avaliacao/instrumentos-de-apoio/classificacao-da-producao-intelectual
+OK 20210415075238 http://www.spec.org/cpu2000
+OK 20201127073918 http://marciovilaca.com/site/artigos/
+OK 20091122065549 www.dexa-medica.com/images/gout_dan_hiperurisemia.pdf
+OK 20201025131938 http://repositorio.gobiernolocal.es/xmlui/handle/10873/685
+MISS NA http://www.gesamp.org/data/gesamp/files/media/Publications/Reports_and_Studies_52/gallery_1351/object_1374_large.pdf
+OK 20180301092208 http://www.doccrew.it/Home.aspx
+MISS NA http://www.seorl.net/formir/portalWEB/index.asp.Accessed
+OK 20060904043315 http://mnw.eas.slu.edu/CIPS/Presentations.html
+MISS NA http://www.google.com/books?id=dO_sNQlWhrsC&printsec=frontcover&dq=related,ISBN0940753030&hl=ro&source=gbs_similarbooks_s&cad=1
+OK 20200513175157 http://bvsms.saude.gov.br/bvs/publicacoes/triagem_
+OK 20171018115644 www.terraanalytica.ru/forum/
+OK 20180731221925 http://www.mdpi.com/2073-4395/7/1/10
+OK 20070101045751 http://www.wrplatinum.com/BekijkSamenvatting.asp?Inhoudsnummer=3463
+OK 20200326055930 http://kwarc.info/cmueller/papers/thesis.pdf
+OK 20210409001456 http://www.havocscope.com/prostitution-statistics/
+MISS NA https://e4ftl01.cr.usgs.gov/MOTA/,lastaccess
+OK 20200213111309 http://www.hol.gr/greece/philoso.htm
+MISS NA http://icwww.epfl.ch/publications/documents/IC_TECH_REPORT_200477.pdf
+OK 20201224223336 http://www.statsghana.gov.gh/docfiles/glss5_report.pdf
+OK 20210421032019 https://datahelpdesk.worldbank.org/knowledgebase/articles/378834-how-does-the-world-bank-classify-countries
+OK 20171018150042 http://eegra.edc.org/en/about/what-is-eegra/
+OK 20210224161052 https://engineering.purdue.edu/EPICS/about
+OK 20210414200701 http://www.agricultura.gov.br/vegetal/estatisticas
+OK 20210101100749 https://www.cia.gov/library/publications/the-world-factbook/geos/sf.html
+MISS NA http://animaldiversity.ummz.umich.edu/accounts/Callitrichinae/ShepherdsonD
+OK 20180612095243 http://ieeexplore.ieee.org/document/6606890/
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/17596420
+MISS NA http://www.fda.gov/downloads/drugs/guidancecompli-anceregulatoryinformation/guidances/ucm070107.pdf
+MISS NA http://webbook.nist.gov/chemistry/fluid/.Accessed01
+MISS NA https://guiteri.jusbrasil.com.br/artigos/152713024/afinal_0_que_e_direito
+MISS NA http://h18000.www1.hp.com/products/quickspecs/14585
+OK 20201112025358 http://www.motherjones.com/kevin-drum/2012/07/medicaid-expansion-may-turn-out-be-offer-states-cant-refuse
+OK 20170329044120 http://www.azwater.gov/AzDWR/WaterManagement/Assessments/documents/PhxAMA_AssessmentSummarySheet.pdf
+OK 20071024064305 http://www.pcl-eu.de/project/virt_lib/understanding.pdf
+OK 20210414024918 http://buscon.rae.es/draeI/
+MISS NA https://www.communicationtheory.org/de-eur-model-of-communication/
+OK 20210120043905 http://fortune.com/2015/05/14/v2v-communication-cars
+MISS NA http://www.math.stonybrook.edu/bishop/papers/
+MISS NA https://orcid.org/0000-0001-7510-7695
+OK 20161221203402 http://nuclear.llnl.gov/simulation/fission_v1.9/fission.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/9668868
+OK 20210212042549 http://www.emro.who.int/Publications/EMHJ/0402/21.htm
+MISS NA http://repository.upnyk.ac.id/id/epront/4501
+OK 20210124215043 https://www.helen.fi/en/news/2016/electricity-distribution-prices-to-rise-in-helsinki
+OK 20200217093340 http://revped.ise.ro/category/2018-en/
+OK 20210420184400 http://www.deeplearningbook.org
+OK 20210118190916 http://www.skz.pl/wiadomosci-konserwatorskie/archiwum/wk29-2011
+MISS NA http://www.ipea.gov.br/082/08201006.jsp?ttCD_CHAVE=613
+OK 20200508040654 http://skogsdataportalen.skogsstyrelsen.se/Skogsdataportalen/
+OK 20201112011128 http://www.suttontrust.com/wp-content/uploads/2014/01/pathwaystobankingreport-24-jan-2014.pdf
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3713090&tool=pmcentrez&rendertype=abstract.Ac-cessed13
+OK 20210325074021 http://www.mthr.org.uk/research_projects/documents/Rum3FinalReport.pdf
+MISS NA https://arxiv.org/abs/1801.02842
+OK 20180727125712 http://digitalcollections.sit.edu/isp_collection/2446
+OK 20210421132449 www.oecd.org
+MISS NA http://ssrn.com/abstract=292879orDOI:10.2139/ssrn.292879
+OK 20160323073840 http://lhcb-release-area.web.cern.ch/LHCb-release-area/DOC/brunel/
+MISS NA https://dic.academic.ru/dic.nsf/enc_literature/3053/Metafora
+MISS NA http://gilgamesh.unipv.it/psi/isad/#isad354o
+MISS NA http://lib.tkk.fi/Diss/2008/ISBN978951229
+OK 20190820031614 http://journal.ui.ac.id/index.php/jai/article/viewFile/3565/2836
+OK 20161223224625 http://www.bordeninstitute.army.mil/published_volumes/dermatology/Ch15.pdf
+MISS NA https://nosc.noaa.gov/2016_NOAA_ETW/1_Oceans/QAreferenceshttp://nora.nerc.ac.uk/5654/1/Phytoplankton_Counting_Guidance_v1_2007_12_05.pdfhttps://seabass.gsfc.nasa.gov/wiki/User_Resources/CalReport_3X1M_Fluorometer.pdf
+OK 20201017020154 https://cio.gov/wp-content/uploads/downloads/2013/02/2012-Learning-Objectives-Final.pdf
+OK 20210422174843 https://www.linkedin.com
+MISS NA http://web.archive.org/web/20111029070619/http:/coe.nevada.edu/ckeeler/Papers/AssessmentPresentation.ppt
+OK 20210410233000 http://www.swift.com/news/press_releases/SWIFT_disconnect_Iranian_banks
+MISS NA http://www.scielo.br/pdf/cadsc/v24n2/1414
+OK 20180411093310 https://cs.uwaterloo.ca/journals/JIS/VOL18/Fici/fici5.pdf
+OK 20210421133843 https://www.localfutures.org/
+MISS NA http://do-centes.educacion.navarra.es/msadaall/geogebra/fig-uras/azar_monedas4.htm.Fechadeconsulta,20/07/2011
+OK 20210422044927 www.epa.gov
+MISS NA www.medisur.sld.cu/index.php/article/viewArticle/46
+MISS NA http://akstat.gks.ru/Accessedon10.12.2017
+OK 20210322114215 http://www.cdc.gov/mmwr/PDF/SS/SS5302.pdf
+OK 20210421040716 http://www.emea.europa.eu
+OK 20210416173936 https://www.cdc.gov/measles/cases-outbreaks.html
+OK 20210415150200 http://www.wfp.org/country_brief/indexcountry.asp?country=332#Facts%20&%20Figures
+OK 20201126233937 http://revistas.pucsp.br/index.php/fronteiraz/article/view/28872/21330
+MISS NA https://clinicaltrials.gov/ct2/show/NCT01459198.Acces-sed14
+MISS NA http://www.mx.undp.org/content/dam/mexico/docs/Publicaciones/PublicacionesReduccionPobreza/fsvidadigna/PNUDMovilidadSocial.pdf?download
+MISS NA http://www.mhlw.go.jp/ˆle/05-Shingikai-11121000-Iyakushokuhinkyoku-Soumuka/0000067177.pdf〉
+MISS NA http://kns.cnki.net/kcms/detail/44.1503.r.20200410.2141.004.html.Accessed
+OK 20210422083349 http://www.R-project.org
+MISS NA http://www.springerlink.com/index/N5118841393L26XP.pdf
+OK 20170104022233 http://www.afsc.noaa.gov/quarterly/jas2006/divrptsREFM6.htm
+OK 20051226193600 http://www.uni-marburg.de/isem/WS98_99/prots/v8.htm
+MISS NA https://www.researchgate.net/publication/295490897_Waste_heat_recovery_by_thermoelectricity_on_passenger_car_and_heavy-duty_truck_diesel_engine_the_RENOTER_project
+OK 20170517022149 http://www.aapm.org/meetings/2001am/pdf/7194-74902.pdf
+OK 20210422083349 http://www.r-project.org
+OK 20061016145418 http://www.libertyhaven.com/politicsandcurrentevents/educationhomeschoolingorchildren/educationdemo.shtml
+OK 20210422013450 www.oed.com
+OK 20170504222327 http://www.fs.fed.us/rm/pubs/rmrs_p041/rmrs_p041_401_415.pdf
+OK 20210126073546 https://www.theguardian.com/lifeandstyle/2010/sep/04/sherlock-fashion-mens-coats
+MISS NA http://bal-ancedscorecard.org/Resources/About-the-Bal-anced-Scorecard
+OK 20150919091151 http://hints.cancer.gov/question-details.aspx?qid=810
+MISS NA http://www.icm-experimental.com/content/3/S1/A666
+MISS NA http://whatis.techtarget.com/definition/Google-Maps.Retrieved
+OK 20201108233912 https://support.microsoft.com/en-us/kb/208427
+OK 20210410190019 fflorestal.sp.gov.br
+OK 20210415075547 http://www.nciea.org/publications/CCSSO2_KH08.pdf
+OK 20110119171304 http://www.ohassta.org/rapport.htm
+OK 20170203042719 http://www.uka.se/statistik--uppfoljning/statistikdatabas-om-hogskolan/sokandetryck.html
+OK 20200808230550 http://ejournal.bsi.ac.id/ejurnal/index.php/wanastra/article/view/1251/1016
+MISS NA https://github.com/meteorfox/byte-unixbench,lastaccessed
+OK 20210411044820 http://www.thedigitalshift.com/2012/08/social-media/tumblrarian-101-tumblr-for-libraries-and-librarians/
+OK 20100119145904 http://www.eatlas.idf.org/indexe83e.html
+OK 20210121011716 http://www.landezine.com/index.php/2009/07/198/
+MISS NA http://www-dep.iarc.fr/globo-can/downloads.htm
+MISS NA http://www.progressiverailroading.com/prdailynews/news.asp?id=8420
+OK 20180506035457 http://www.gizmag.com/lumus-see-through-video-glasses/20840/
+OK 20210422083349 https://www.R-project.org/
+OK 20150412091259 http://fs1.agrian.com/pdfs/T-NEX_1AQ_Label2.pdf
+OK 20210128143528 http://enfsi.eu/wp-content/uploads/2016/09/m1_guideline.pdf
+OK 20210414171922 https://www.gov.uk/government/publications/munro-review-of-child-protection-final-report-a-child-centred-system
+OK 20161026151303 http://glossary.ametsoc.org/wiki/Monsoon_gyre
+MISS NA http://www.dodccrp.org/files/Greenberg_Law.pdf,ověřeno8.10
+MISS NA https://issuu.com/mdiplomacy/docs/ghb02
+OK 20201112020201 https://www.who.int/topics/early-child-development/en
+MISS NA http://www.drlz.com.ua/ibp/ddsite.nsf/all/shlist?opendocument_Poshuklikarskykhzasobiv.Ukrainian
+OK 20210422083349 https://www.R-project.org
+MISS NA Dez.2016www.anpad.org.br/rac
+OK 20180602002529 http://www.hanim.org
+OK 20170120013830 http://hal.archives-ouvertes.fr/hal-00137158
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20201129052710 https://brasil.elpais.com/brasil/2018/10/12/politica/1539356144_236403.html
+MISS NA http://www.scielo.cl/pdf/rcp/v80n3/art06.pdf,09/03/13
+MISS NA https://www.bis.org.Zugegriffen:19
+OK 20210204202714 https://www.hrw.org/news/2015/07/31/tunisia-counterterror-law-endangers-rights
+OK 20161128065550 http://iki.fi/tuomov/mathematics/thesis.pdf
+OK 20200816092753 http://orcid.org/0000-0002-6980-0693
+OK 20210421051855 sc.edu
+MISS NA http://www.franklisitano-store.com/hamilton-and-hardy-s-industrial-toxicology.pdf
+OK 20100714155057 http://senbenp.com/PDF/Decolonization/JoeBradleyRptPoliticalStatus.pdf
+OK 20150813075905 http://rwhalesightings.nefsc.noaa.gov/
+MISS NA http://mi.mathnet.ru/eng/ppi1621
+OK 20090115075059 http://www.state.gov/g/oes/rls/fs/2002/12956.htm
+OK 20210214010741 http://dx.plos.org/10.1371/journal.pone.0163863
+OK 20210421003636 http://www.mchs.gov.ru
+MISS NA http://www.wmo.int/pages/prog/hwrp/documents/english/icwedece.htmlILO
+MISS NA fromwww.swarthmore.edu/SocSci/kgergen1/web/page.phtml?id=manu24&st=manuscript
+OK 20200908102421 https://www.gks.ru/folder/10705
+OK 20201126220249 http://www.biomedcentral.com/1471-2288/5/13
+OK 20130617033816 http://indiancountrytodaymedianetwork.com/2013/06/03/federal-agency-supports-undrip-new-era-tribal-federal-relations-149676
+MISS NA https://assets.kpmg/content/dam/kpmg/pdf/2013/10/Mozambique-min-ing-country-guide.pdf
+OK 20170616064824 http://www.kimberleyprocess.com/en/2012-wgde-footprint-car-final
+OK 20200225044709 https://www.youtube.com/watch?v=QXmKN34hbtM
+MISS NA http://www.ifpri.org/publication/women-s-empowerment-agri-culture-index
+OK 20150923074930 http://cosmologist.info/notes/CosmoMC.pdf
+OK 20210416093026 http://www.pnas.org/content/108/20/8172.full
+MISS NA http://computer.org/cga/cg1998/extras/g5008x2.wrl
+OK 20170818175247 http://digital.csic.es/bitstream/10261/45303/1/Toboso-et-al._Intersticios_6-1.pdf
+OK 20180602030803 http://www.atmos-chem-phys.net/4/911/2004/
+MISS NA https://nucleus.iaea.org/sites/fusionportal/Shared%20Documents/FEC%202016/fec2016-preprints/preprint0529.pdf
+MISS NA http://cran.r-project.org/web/packages/irr/index.html.Accessed
+OK 20170524214634 http://www.gov.cn/zwgk/2012-04/20/content_2118595.htm
+OK 20210413020108 https://en.wikipedia.org/wiki/Resilience_
+OK 20210329000301 https://en.wikipedia.org/wiki/Polarization_
+OK 20150924124822 http://epaa.asu.edu/ojs/article/view/123/249
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0103-65132014000400003&lng=en&nrm=iso.Acessoem
+OK 20190613140846 http://cern.ch/proj-gaudi/
+OK 20150905164012 http://www.itu.int/ITU-D/ict/publications/idi/2009/index.html
+OK 20190621053110 www.cla-se.com
+OK 20171202054902 http://www.cmjournal.org/content/5/1/38
+OK 20210309011623 http://www.nobelprize.org/nobel_prizes/physics/laureates/1956/brattain-lecture.html
+OK 20201109033309 http://www.linuxdevices.com/articles/AT6449817972.html
+MISS NA http://eur-lex.europa.eu/legal-content/EN/TXT/?uri¼CELEX%3A52014DC0015
+MISS NA https://bit.ly/2XgfRzG
+MISS NA http://grouper.ieee.org/groups/802/11/Reports/tgkupdate.htm
+OK 20201114002520 http://www.poetryfoundation.org/article/182942
+OK 20061011162807 http://rrh.deakin.edu.au/articles/showarticlenew.asp?ArticleID=281
+OK 20200722173452 https://www.omicsonline.org/food-processing-technology.php
+MISS NA https://journals.sagepub.com/doi/pdf/10.1177/001391651
+OK 20210224145356 http://www.c-lab.de/home/en/download.html
+OK 20210323005541 http://unesdoc.unesco.org/images/0019/001902/190214e.pdf
+MISS NA http://www.ihsi.ht.maguire,robert
+MISS NA http://148.206.53.230/revistasuam/dialectica/include/getdoc.php?id=218&article=238&mode=pdf
+MISS NA http://epublishing.ekt.gr|e
+OK 20140714093922 https://www.wacker.com/cms/media/publications/downloads/6085_EN.pdf
+OK 20170713104329 http://www.ncbi.nlm.nih.gov/pubmedhealth/PMH0007466/
+OK 20200702145029 http://doi.acm.org/10.1145/568518.568520
+OK 20180903155438 http://wrapfets.org/index.cfm
+MISS NA http://www.eurostudent.eu/download_…les/documents/EIV_Synopsis_of_Indicators.pdf
+OK 20210201124424 www.sozvezdie.su
+MISS NA https://cran.r-650project.org/web/packages/vegan/index.html
+OK 20170811190016 http://www.unisi.it/criss/download/marcia2004/giunta.pdf
+OK 20210224181855 http://www.geniac.net/odp/
+OK 20210413172621 http://protege.stanford.edu/
+OK 20180625050539 http://linkinghub.elsevier.com/retrieve/pii/S1084804509000575
+OK 20170204120141 http://feminismo.org.br/me-gritaram-negra-poema-de-victoria-santa-cruz/
+MISS NA http://www.sds.am.gov.br/dsv/download/img_download/20071226155008Relatorio%202
+MISS NA http://www.cchla.ufrn.br/alipiosousa/index_ar-quivos/ARTIGOS%20ACADEMICOS/ARTIGOS_PDF/A%20RESPOSTA%20GAY.pdf
+OK 20210325170258 http://keystonepipeline-xl.state.gov/draftseis/index.htm
+OK 20070611110758 http://www.ggf.org/documents/GWD-I-E/GFD-I.030.pdf
+OK 20180720115143 http://plato.asu.edu/ftp/milpc.html
+OK 20210119204000 http://emergingfrombroken.com/about-us/
+OK 20141222013041 http://conference.pixel-online.net/ICT4LL/files/ict4ll/ed0007/FP/1087-ICL670-FP-ICT4LL7.pdf
+OK 20190502184955 http://www.metoffice.gov.uk/climate/uk/averages/19712000/sites/cambridge.html
+OK 20210226183834 http://www.theclimategroup.org/assets/resources/publications/Smart2020ReportSummary.pdf
+OK 20200927071731 www.boehlau-verlag.com
+OK 20200930232132 http://support.ircam.fr/docs/Antescofo/AntescofoReference.pdf
+MISS NA http://www.cs.gsu.edu/pphoung-phol1/paper/icis2011.pdf
+OK 20210417164935 http://www.mma.gov.br/
+OK 20210330200949 http://mchb.hrsa.gov/screening/
+OK 20210411022551 http://www.merriam-webster.com/dictionary/law
+MISS NA http://www.academia.edu/download/32413652/BitCoin_P2P_electronic_cash_system.pdf
+OK 20210227110254 www.iht.com/articles/ap/2007/02/07/africa/ME-GEN-Iran-War-Games-Russia.php
+OK 20210122210549 http://scienceline.ucsb.edu/getkey.php?key=2860
+MISS NA http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2018-027902on2
+MISS NA https://en.wikipedia.org/wiki/Gazi_Yaşargil.Accessed
+OK 20210415004725 http://www.commonwealthfund.org/Content/Publications/Fund-Reports/2010/Jun/Mirror-Mirror-Update.aspx
+OK 20210421043857 http://www.faunaeur.org
+OK 20200427160253 https://www.apcergroup.com/pt/newsroom/218/sustentabilidade-e-a-economia-circular
+OK 20210413045251 http://pesd.stanford.edu
+OK 20200217020644 http://musiktopan.blogspot.com/
+MISS NA http://www.muglakulturturizm.gov.tr/LastAccess
+OK 20201130203355 https://islamansiklopedisi.org.tr/futuvvetname
+OK 20210323204831 http://www.terradaily.com/reports/Japan_And_US_Working_On_North_Korea_Emergency_Plan_999.html
+MISS NA http://www.datis.uz.ac.zw/aboutdatis.php
+OK 20200817174150 http://www.gpower.hhu.de/fileadmin/redaktion/Fakultaeten/Mathematisch-Naturwissenschaftliche_Fakultaet/Psychologie/AAP/gpower/GPowerShortTutorial.pdf
+MISS NA http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2019-028981on31
+OK 20081203191844 ala.org/ala/alonline/mwreports/mid2004.cfm
+OK 20210406084249 http://ec.europa.eu/environment/pubs/pdf/factsheets/nitrates.pdf
+OK 20201013212859 http://unesdoc.unesco.org/images/0024/002435/243532S.pdf
+OK 20130511180408 http://www.nieuwemoskee.nl/2011/11/gelijkwaardigheid-van-man-en-vrouw-in-de-islam/
+OK 20210414215536 http://www.conferenceboard.ca/hcp/hot-topics/caninequality.aspx
+OK 20210421183002 http://windowsupdate.microsoft.com
+OK 20090902075553 http://www.shariati.com/begin/begin7.html
+MISS NA http://www.diw.de/documents/publikationen/73/43968/dp546.pdf
+OK 20041213025353 http://www.cut.org.br/a1001.htm
+OK 20210308002518 http://statgen.ncsu.edu/qtlcart/WQTLCart.htm
+MISS NA http://advanceweb.com/web/AstraZeneca/focus_on_copd_issue11/focus_on_copd_issue11_
+MISS NA http://www.publicacoes.inep.gov.br/arquivos/%7BAE27C134-ACCC-46C2-88F5-EAD3DF71B6A3%7D_n%C2%BA_56_V._22.pdf
+MISS NA https://www.mma.gov.br/publicacoes/desenvolvimento-sustent%C3%A1vel/category/148-geral.html?download=1002:o-brasil-na-agenda-internacional-para-o-desenvolvimento-sustentavel.Accessed22
+OK 20210419151449 http://www.dwutygodnik.com/artykul/6106-dialektyka-zaciemnienia-esej-o-biurokracji.html
+MISS NA rs11212491www.mdpi.com/journal/remotesensing
+MISS NA https://www.uffs.edu.br/atos-normativos/ppc/ccealls/2016-0002
+MISS NA http://www.gabine-tecivil.goias.gov.br/decretos/numerados/2013/de-creto_7939.htm
+OK 20100426062256 http://www.environmentalleader.com/2007
+OK 20130607002250 http://rus.azattyk.org/content/central_asia_border/24878822.html
+OK 20210308160245 https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.3.1.pdf
+OK 20200929092808 tse.jus.br/eleitor-e-eleicoes/estatisticas/estatisticas-de-eleitorado/estatistica-do-eleitorado-por-sexo-e-faixa-etaria
+MISS NA http://books.google.com.co/books?id=PZwVAAAAYAAJ&printsec=frontcover&dq=historia+de+la+revolucion&hl=en&sa=X&ei=QEFFUcXsJbbk4AP2uoCoBA&ved=0CDwQ6AEwAw#v=onepage&q=soldado&f=false
+OK 20200711175137 www.nt.viamedica.pl
+MISS NA disponibleenwww.edafologia.urgr.es/contaJtema12/medida.htrnl
+MISS NA http://onlinelibrary.wiley.com/doi/10.1525/aa.1972.74.3.02a00190/epdf
+OK 20170808123543 http://www.imf.org/external/pubs/ft/weo/2000/02/
+MISS NA https://onlinelibrary.wiley.com/doi/abs/10.1002/ijc.22535
+MISS NA http://i-pcru.org/2017/08/24/kompaniya-gilead-vklyuchila-belarus-i-ukrainu-v-litsenzii-v-sfere-vich-i-gepati-ta-s/
+OK 20210126103347 http://www.ec.europa.eu/biotechnology/pdf/com2002-27_en.pdf
+OK 20100120042314 http://www.fi.itb.ac.id/~agoes/statistik/ADS10a.ppt
+OK 20200215042705 https://www.wind-energ-sci-discuss.net/wes-2019-88/
+OK 20120201130030 http://hackthestate.org/2010/05/18/hacking-ideologies-open-source-a-capitalist-movement/
+OK 20200926010338 https://www.whitehutchinson.com/leisure/articles/Reaching_adults.shtml
+MISS NA https://opiniojuris.org/2019/07/08/the-sum-of-four-fears-african-states-and-the-international-criminal-court-in-retrospect-part-i/.Seech3.5.1
+OK 20210420233248 www.cia.gov
+OK 20150413075123 http://www.metmuseum.org/collection/the-collection-online/search/392597
+MISS NA http://www.watsonwyatt.com/research/resrender.aspidW524&page.118.25
+MISS NA http://faostat.fao.org/Acessoem
+OK 20201020012447 http://arxiv.org/abs/0802.0685
+MISS NA https://www.euro-fusion.org/2011/09/tokamak-principle-2/?view=gallery-11
+OK 20160708003304 http://www.publications.worldbank.org
+OK 20170103094853 http://www.npwrc.usgs.gov/resource/birds/distduck/index.htm
+OK 20170109094323 https://gazovik-gaz.ru/oborudovanie/kotelnyie/tipovyie-blochno-modulnyie-kotelnyie.html
+OK 20210421191114 https://www.cambridge.org/core
+MISS NA https://tinyurl.com/y9e8l3lv
+OK 20180603121515 http://www.mdpi.com/2072-4292/9/5/418
+MISS NA http://arxiv.org/abs/0708.0846
+MISS NA http://www.revistas.usp.br/rlae/article/view/16128
+OK 20201208084344 http://www.mathcs.emory.edu/~vicki/pub/psd.pdf
+MISS NA http://www.alfa.lt/straipsnis/c14083/
+OK 20210413092448 https://www.statistik-berlin-brandenburg.de/Statistiken/inhalt-statistiken.asp
+OK 20210421000307 http://www.pap.gov.pk
+MISS NA http://www.cienciasecognicao.org/revista/index
+OK 20190318045716 http://plato.stanford.edu/archives/fall2002/entries/set-theory/
+OK 20210420173347 http://www.smithsonianmag.com/history/journey-oldest-cave-paintings-world-180957685/
+OK 20141021102457 http://www.antislavery.org/includes/documents/cm_docs/2012/a/atmg_all_change_prevention.pdf
+MISS NA www.destatis.de/DE/PresseService/Presse/Pressemitteilun-gen/2015/08/PD15_281_413pdf.pdf?__blob=publicationFile
+MISS NA https://CRANR-project.org/package=factoextra
+OK 20210415082819 http://www.nber.org/minicourse_2008.html
+OK 20141018123612 http://www.wi-inf.uni-due.de/FGFrank/index.php?lang=en&&groupId=1&&contentType=ResearchInterest&&topicId=14
+OK 20071114012719 http://www.forbes.com/newsletter/2004/11/01/cz_sg_1101soapbox.html
+OK 20210417015635 http://www.icpsr.umich.edu/icpsrweb/NACJD/
+MISS NA https://www.researchgate.net/publication/234075755_Human_Resources_as_a_Source_of_Sustained_Competitive_Advantage
+MISS NA http://www.cenetec.gob.mx/interior/gaceta10/desarrollo_gpc.html.22
+OK 20210330204310 https://data.medicare.gov/data/nursing-home-compare
+OK 20181228124242 https://egestorab.saude.gov.br/paginas/acessoPublico/relatorios/nota_tecnica/nota_metodologica_AB.pdf
+MISS NA http://www.etaij.org.vanderWeideTL
+MISS NA http://www8.cao.go.jp/kourei/en-glish/annualreport/2013/pdf/1-2-1.pdf.Accessed25
+OK 20210421234505 https://ourworldindata.org/coronavirus-data
+OK 20200216205245 http://dna-academy.ru/wp-content/uploads/6_2_2013.pdf
+OK 20090810022813 http://iet.open.ac.uk/pp/r.goodfellow/rome2004/seminar.htm
+MISS NA http://www.cami-spm.org/do-wnload_doc/declaracao_de_rivas.doc
+OK 20060305233535 http://www.foyer.de/euromedia
+OK 20200202054841 http://www.consultant.ru/document/cons_doc_LAW_162553/
+OK 20160913005806 http://peacemagazine.org/archive/v27n2p06.htm
+OK 20210422172720 http://en.wikipedia.org
+OK 20190711232826 http://doi.acm.org/10.1145/963770.963775
+OK 20130917071135 http://www.ilustrados.com/tema/6144/profesionalizacion-tercer-sector-aproximacion-modos-formas.html
+OK 20210417121706 http://www.tinyos.net
+OK 20210414125544 www.roboethics.org/atelier2006/docs/ROBOETHICS%20ROADMAP%20Rel2.1.1.pdf
+OK 20210323035554 http://www.greenclimate.fund/partners/contributors/resources-mobilized
+OK 20201102195509 http://socserv2.mcmaster.ca/~econ/ugcm/3ll3/veblen/busent/index.html
+OK 20170901192809 http://improvingbirth.org/kimberlys-case-the-resolution/
+OK 20180919062314 http://www.petratherm.com.au/FAQRetrieve.aspx?ID=36536
+OK 20210417113546 http://ec.europa.eu/commission/2014-2019/malmstrom/blog/ttip-state-play_en
+MISS NA http://www3.interscience.wiley.com/cgi-bin/fulltext/119820320/PDFSTART
+OK 20200708114422 http://www.freepatent.ru/patents/2574678
+OK 20150617144338 http://dontgetstuck.wordpress.com/downloads/
+MISS NA http://pubs.acs.org/doi/full/10.1021/jf025868i
+OK 20141124032423 http://www.mnsu.edu/ruralmn/pages/Publications/reports/2007telecomreport.pdf
+OK 20210418082702 osaka-u.ac.jp
+OK 20210304094405 https://www.who.int/cancer/PRGlobocanFinal.pdf?ua=1
+MISS NA http://cran.r-project.org/web/packages/survey/index.html.Accessed
+OK 20210412234904 http://freakonomics.blogs.nytimes.com/2008/03/31/more-on-the-missing-macroeconomists/
+OK 20210421051156 http://www.cops.usdoj.gov/Default.asp?Item=2618
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.120.045301
+MISS NA URLwww.welt.de/vermischtes/weltgeschehen/article7950009/Erstes-Urteil-nach-Giftgas-Unglueck-vor-ueber-25-Jahren.html.-12.12.2011
+MISS NA en13051211www.mdpi.com/journal/energies
+OK 20210415023235 http://www.qsrinternational.com/
+MISS NA http://esa.un.org/unpp/.http://www.businessdictionary.com/definition/competitiveness.html.http://www.citypress.co.za/business/zims-land-policy-bears-fruit-20120915/
+MISS NA http://www.ergotherapie.ch/index.cfm?Nav=13am10.03
+MISS NA http://www.pgenf.ufrn.br/arquivos/artigos/p
+OK 20210226021536 https://lucamezzalira.com/2019/12/22/micro-frontends-decisions-framework/
+OK 20200222212750 http://www.weforum.org/videos/women-way-forward-annual-meeting-2012
+OK 20210413102210 http://search.ebscohost.com/login.aspx?direct=true&db=f5h&AN=31571878&site=ehost-live&scope=site
+OK 20160710123135 http://www.jhsph.edu/research/centers-and-institutes/ivac/vims/IVAC-VIMS-Report-2014Sep.pdf
+OK 20190717120550 http://digginginthearchives.blogspot.com
+MISS NA http://www.efsa.europa.eu/en/efsajournal/doc/ahaw_report_animaltransportwelfare_en1.pdf?ssbinary=true
+MISS NA http://www.state.nj.us/education/sboe/StateofRhodeIsland
+MISS NA aww.nuance.com
+MISS NA https://cow.ceng.metu.edu.tr/Courses/download_courseFile.php?id=6950
+MISS NA https://www.ua.pt/ReadObject.aspx?obj=34847
+MISS NA http://trades.colmex.mx/assets/docs/apuntes-equidad-02.pdf
+MISS NA http://www.cs.berkeley.edu/∼eanders/magi-crouter/
+MISS NA http://www.opsi.gov.uk/ACTS/acts2005/ukpga_20050009_en_1Accessed
+OK 20210315015039 https://www.sqlskills.com/blogs/joe/selectivity-guesses-in-absence-of-statistics/
+OK 20150712072319 http://aprendeenlinea.udea.edu.co/revistas/index.php/iee/issue/view/989/showToc
+OK 20091214082654 http://www.huffingtonpost.com/charles-warner/the-dallas-morning-news-i_b_386607.html
+OK 20180409231434 https://books.google.com/books?id=Wj3690PbDY0C
+MISS NA http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.468.1013&rep=rep1&type=pdf
+MISS NA http://infodoc.agroparistech.fr/index.php?lvl=noticedisplay&id=91142
+MISS NA http://www.iptan.edu.br/publicacoes/saberes_interdisciplinares/pdf/revista12/ONOVOENEM.pdf.Acessoem
+OK 20210415152924 http://www.un.org/en/development/desa/population/publications/index.shtml
+OK 20180720203617 aeaweb.org/aea/2013conference/program/retrieve.php?pdfid=519
+OK 20210212015902 http://www.nytimes.com/2004/10/25/opinion/25brzezinski.html
+OK 20201108130336 https://euobserver.com/political/133613
+OK 20200928225302 http://dblp.uni-trier.de/db/journals/vc/vc23.html#VenetilloF07
+OK 20170618162343 http://www.iwmi.cgiar.org/assessment/Water%20for%20Food%20Water%20for%20Life/Chapters/Chapter%202%20Trends.pdf
+OK 20100504220829 http://www.who.int/reproductive-health/publications/MSM_96_8/MSM_96_8_chapter3.en.html
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.swradioafrica.com/pages/gubbay160210.htmaccessed26
+MISS NA http://www.publications.parliament.uk/pa/cm201213/cmselect/cmpolcon/371/37102.htmon26
+OK 20201029014655 http://www.alter-migration.ch/fileadmin/templates/pdf/Schlussbericht_Teilhabe_und_Lebenslage_def.pdf
+MISS NA www.wsdot.wa.gov/projects/projectmgmt/RiskAssessment/Risk_Management_Plan.xls
+OK 20201017090914 http://ici.radio-canada.ca/regions/ontario/2016/09/16/008-etudes-universite-sudbury-francais.shtml
+OK 20210413203739 http://clinicaltrials.gov/ct2/show/NCT01123161
+OK 20200907161840 https://ssrn.com/abstract=3547413
+OK 20210324183537 www.cdc.gov/chronicdisease/recovery
+OK 20081121203549 http://www.helpage.Org/News/Latestnews/VIaB
+MISS NA https://janes.ihs.com/CustomPages/Janes/DisplayPage.aspx?ShowProductLink=true&DocType=News&ItemId=+++1195472&Pubabbrev=JIR
+OK 20171023200037 https://trove.nla.gov.au/work/11482536
+OK 20210102113724 http://linkinghub.elsevier.com/retrieve/pii/S0006349506717064
+OK 20201127234509 https://earthquake.usgs.gov/earthquakes/browse/significant.php?year=1979
+OK 20210422072034 https://maps.google.com/
+MISS NA http://www.maricopa.edu/org/facultv/FEP/FEP%20Text.htm
+OK 20201107104241 https://georgia.unfpa.org
+OK 20191020172731 http://link.springer.com/article/10.1007/s00103-015-2291-6
+OK 20161205125233 http://www.netzentwicklungsplan.de/content/netzentwicklungsplan-2013-zweiter-entwurf
+OK 20201201032109 https://www.hpcwire.com/2018/07/10/tsinghua-powers-through-isc18-field/
+OK 20210319031413 http://www.who.int/peh-emf/publications/facts/ehs_fs_296_german.pdf
+OK 20201111224002 http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=/netahtml/PTO/search-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN/5919426
+OK 20210418040050 https://clinicaltrials.gov/ct2/show/NCT02060006
+MISS NA http://www.diabetes.ca/about-cda/publicpolicy-position-statements/sugars
+OK 20210406014152 http://jcp.bmj.com/
+OK 20210419205940 https://www.theguardian.com/technology/2017/may/07/the-great-british-brexit-robbery-hijacked-democracy
+OK 20161118162848 http://babel.hathitrust.org/cgi/pt?id=mdp
+OK 20210421191114 https://www.cambridge.org/core
+OK 20120126032431 http://ec.europa.eu/agriculture/external/enlarge/eval/sapard/a_en.pdf#search=%22guidelines%20for%20the%20Evaluation%20of%20rural%20Development%20Programmes%20Supported%20by%20SAPArD%20%22
+OK 20200514055045 http://www.upf.br/seer/index.php/rbceh/article/view/26/18
+OK 20180315101050 http://www.infed.org/thinkers/et-morr.htm
+OK 20181106215545 http://www.edb.utexas.edu/csclstudent/Dhsiao/theories.html
+MISS NA http://www.kosha.or.kr/content.do?menuId=1424
+OK 20200212202745 http://www.goede-stiftung.org/uk/experimente/E_Zinsser_final.pdf
+OK 20191201051640 http://www.smh.com.au/nsw/nsw-set-to-deliver-radical-changes-to-planning-under-existing-laws-20140228-33oss.html
+OK 20170611221734 http://www.pisrs.si/Pis.web/pregledPredpisa?id=PRAV11493
+MISS NA http://www.rubincenter.org/wp-content/uploads/2017/11/Celep-revi-sed-YC-au1-PDF.pdf
+OK 20201204105611 https://nasional.tempo.co/read/1083571/ombudsman-arus-tenaga-kerja-asing-tiongkok-begitu-deras
+MISS NA http://www.sykepleien.no/fagutvikling/fagartikkel/740143/maler-smerte-hos-personer-med-demensSandvik
+MISS NA http://www.bas.gov.ph/Accessed
+OK 20201020145444 https://twiki.ufba.br/twiki/bin/view/CetadObserva/Obra214
+MISS NA S.3-57.www.beck-shop.de/fachbuch/leseprobe/Leseprobe_schm.pdf.LITERATUR243
+MISS NA http://www.un.org/pga/wp-content/uploads/sites/3/2013/11/Security-Council-reform-IGN-31-July-
+OK 20091015050412 http://discovery.imb.uq.edu.au/AutoantigenDB
+OK 20120514073454 http://site.portalcofen.gov.br/node/4246
+OK 20210417203106 http://www.skincancer.org/skin-cancer-information/skin-cancer-facts#ethnicity
+OK 20201127015628 http://knarf.english.upenn.edu/Articles/baldick3.html
+OK 20210412220251 http://demographics.coopercenter.org/DotMap/index.html
+OK 20210201113006 http://www.nytimes.com/interactive/2013/04/12/world/asia/north-korea-questions.html?_r=0
+OK 20200415015507 https://en.annahar.com/article/617403-lebanese-smes-lack-support-funding
+OK 20131112161331 https://www.whitehutchinson.com/children/articles/downloads/nurturing.pdf
+OK 20200501202439 http://www.ncbi.nlm.nih.gov/pubmed/15860680
+MISS NA https://www.bloglenovo.es/amenazas-de-la-inteligencia-artificial/595
+OK 20181103035534 http://mpra.ub.uni-muenchen.de/20278
+OK 20201108130427 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3291817/
+OK 20180602153951 http://journals.cambridge.org/abstract_S0954579411000666
+OK 20160502083104 http://odur.let.rug.nl/~koster/DenBesten/contents.htm
+OK 20061111012901 http://www.srccomp.com/ReconfigurableProcessing_UAVs_COTS-Journal_Oct05.pdf
+MISS NA http://www.nordiskem-ediedager.no/resultater-1999-201/
+MISS NA http://mtps.gob.sv/index.php?option=com_phocadownload&view=category&id=27:decretos&download=170:decretos-de-aumento-al-salario-mnimo-decreto-aumento-salario-minimo&Itemid=139
+OK 20070914030122 http://etheses.nottingham.ac.uk/archive/00000066/
+MISS NA http://orcid.org/0000-0002-2022-8235
+OK 20090301022721 http://www.ejournalism.au.com/ejournalist/deuze.pdf
+MISS NA http://www.conpadre.orgCARERI
+MISS NA http://promundo.org.br/recursos/minha-vida-de-joao-guia-de-discus-sao/.Acessoem:20/09/2014
+MISS NA http://cemanosdeitabuna.ning.com/profiles/blogs/dezenas-de-pessoas-do-sul-da-bahia-vao-comemorar-o-1o-de-maio-em-
+OK 20180314150110 http://intellect-tver.ru/?p=165
+OK 20190109100148 https://www.agro.ufg.br/up/68/o/An_lise_da_zona_n_o_saturada_do_solo__texto.pdf
+OK 20170829161407 http://siteresources.worldbank.org/INTOGMC/Resources/notoverwhenover.pdf
+MISS NA http://sendzimir.org.pl/images/Zrownowazony_Rozwoj_Zas-tosowania-3.pdf
+OK 20111025201554 http://www.cdc.gov/niosh/tc97114.html
+OK 20130130121250 http://www.bdew.de/internet.nsf/id/87F759B92CB7CE4FC12578F500419D12/$file/110823_Stellungnahme%20zum%20Entwurf%20der%20Energieeffizienz%20Richtlinie_final.pdf
+OK 20210126050545 http://users1.wsj.com/lmda/do/checkLogin?mg=wsj-users1&url=
+MISS NA http://www.sesresearch.com/news/press_releases/PR
+OK 20210412234816 http://ganglia.info/
+MISS NA http://www.prisonstudies.org/sites/default/files/re-sources/downloads/world_prison_population_list_11th_edition.pdf
+OK 20200129235618 http://www.rain-tree.com/cedrorosa.htm
+OK 20210309015652 https://github.com/goncalotomas/fmke
+OK 20140912125205 http://www.sepln.org/revistaSEPLN/revista/31/31-Pag13.pdf
+OK 20180605052008 http://ssrn.com/abstract=1963216
+OK 20170711103846 http://www2.lingsoft.fi/cgi-bin/swetwol
+MISS NA http://www.ema.europa.eu/docs/enGB/documentlibrary/EPAR-ProductInformation/human/002601/WC500162069.pdf
+OK 20210308234216 https://github.com/m15k/hfuse
+MISS NA http://journals.linguisticsociety.org/proceedings/index.php/BLS/article/view/
+OK 20191228012856 http://www.alzgene.org/meta.asp?geneID=83
+MISS NA http://doi.acm.org/10.1145/2517327.2442531
+OK 20210315070808 http://www.scopus.com/inward/record.url?eid=2-s2
+OK 20161027133130 http://ro.uow.edu.au/theses/4726/
+OK 20210323182842 http://healthland.time.com/2013/09/24/have-it-the-healthier-way-burger-king-reveals-low-fat-satisfries/
+OK 20210413131034 http://isea2015.org/proceeding/submissions/ISEA2015_submission_154.pdf
+MISS NA http://www.bis.gov.uk//assets/biscore/business-law/docs/w/11-745-women-on-boards.pdf.diaksestanggal9
+OK 20200924210950 http://human.snauka.ru/2016/04/14542
+OK 20210416234851 http://www.nber.org/papers/w4713
+OK 20201012062924 http://www.who.int/csr/resources/publications/meningitis/WHO_EMC_BAC_98_3_EN/en/
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20170912202541 http://www.who.int/wer/2006/wer8138/en/index.html
+OK 20190418192423 http://www.ncbi.nlm.nih.gov/pubmed/9885197
+OK 20210224122957 https://www.nature.com/articles/354056a0
+MISS NA http://heronpublishing.comAGE
+MISS NA http://www.unomaha.edu/library
+OK 20210412144930 http://www.who.int/fsf
+OK 20191212133112 https://www.ama-assn.org/sites/default/files/media-browser/public/cpt/cpt-category3-codes-descriptors.pdf
+OK 20150809152015 http://www.economywatch.com/features/xiism-May-be-Chinas-New-Ideology.01-05-15.html
+OK 20210110100103 https://www.ema.europa.eu/en/medicines/human/EPAR/kaletra#product-information-section
+OK 20210307202536 http://libint.valeyev.net
+MISS NA http://apps.bps.org.uk/_publicationfiles/consultation--responses/DSM--5%202011%20--%20BPS%20response.pdf
+MISS NA http://www.ams.org/journal-terms-of-
+OK 20170106145738 http://www.iacc.co.jp/release/release_20091104.pdf
+OK 20210413181813 http://www.libtiff.org/
+MISS NA http://genome.cshlp.org/content/suppl/2018/08/09/gr.232587.117.DC1Referenceshttp://genome.cshlp.org/content/28/9/1364.full.html#ref-list-1
+MISS NA https://www.dovepress.com/by54.70.40
+MISS NA http://ovidsp.tx.ovid.com.proxy.kib.ki.se
+MISS NA http://www.iea.sp.gov.br/out/verTexto.php?codTexto=2509
+MISS NA http://ebooks.cambridge.org/ref/id/CBO9780511546877.6
+OK 20210330032123 http://mashable.com/2016/06/16/2017-mercedes-benz-e-class-first-drive/#HpXhH3dwMqqd
+MISS NA http://www.safpi.org/news/article/2012/pallo-jordan-mbekis-vitriol-evades-reason
+OK 20170906043748 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4112807/
+OK 20210417093048 http://www.ecologyandsociety.org/vol14/iss1/art26/
+OK 20200505203042 http://revista.unicuritiba.edu.br/index.php/RevJur/article/view/529/413
+OK 20200410024337 http://www.ingentaconnect.com/content/saf/fs/1968/00000014/00000003/art00021
+MISS NA http://www.statistik.kkp.go.id/sida-tik-dev/2.php?p=1
+MISS NA http://ohsr.od.nih.gov/guidelines/45cfr46.html.Ac-cessed24
+MISS NA http://www.analog.com/en/prod/0,2877
+OK 20190430221447 www.quantinsti.com/blog/history-algorithmic-trading-hft
+OK 20120813023229 www.medstat.com/pdfs/childhood_obesity.pdf
+MISS NA http://econpapers.repec.org/bookchap/pesecchap/19.htm
+OK 20210410190938 http://www.cdc.gov/pcd/issues/2010/May/09_0170.htm
+OK 20201211180110 https://biblioteca.ibge.gov.br/visualizacao/periodicos/93/cd_2010_caracteristicas_populacao_domicilios.pdf
+OK 20200710053421 http://arxiv.org/abs/1812.11720
+MISS NA https://en.wikipedia.org/w/index.php?title=Council_House_2&oldid=719430230
+OK 20210422020648 https://beck-online.beck.de/
+OK 20210203030057 https://www.youtube.com/watch?v=yP5ku2IJgAY
+MISS NA http://www.transportrussia.ru/transportnaya-politika/zaglyanut-za-gorizont.html
+OK 20190926090749 http://www.yhchang.com/NIPPON.html
+OK 20210309140056 http://www.legacoop.coop/quotidiano/
+OK 20200513081213 http://www.sawtoothsoftware.com/products/conjoint-choice-analysis
+MISS NA http://articles.cnn.com/2008-12-01/world/pirate.interview_1_international-maritime-bureau-somali-coast-pirate-attacks?_s=PM:WORLD
+OK 20081120031533 http://www.barbier-rd.nom.fr/lec2004/Ethiquetemoign.html
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210414003827 http://AgriLifeBookstore.org
+OK 20121127022052 http://e-flt.nus.edu.sg/v7sp12010/chan.htm
+OK 20210406122445 http://jcm.asm.org/
+OK 20210415120613 http://www.swi-prolog.org/
+MISS NA http://www.mideasti.org/content/resurgence-militant-islamists-egypt
+OK 20040907104936 http://www.sciencenet.com.br/backup/site_portugues/noticias_da_ciencia/ed_38/38_abjc.htm
+MISS NA http://openac-cess.uoc.edu/webapps/o2/bitstream/10609/31501/1/Rosa_GIRO2014_BRECHA.pdf
+OK 20210125021945 http://www.japantimes.co.jp/news/2017/03/13/asia-pacific/chinese-defense-spending-stokes-concern-debate-military-ramps-operations-air-sea-near-japan/#.WOJ--WkrLcs
+OK 20210421012106 http://www.indjst.org
+OK 20210418030025 http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=10473261
+MISS NA http://www.sacred-texts.com/cla/hh/hh1000.htmAcessoem22/8/2013.HolyBible
+OK 20210422152551 http://www.scielo.br/scielo.php
+MISS NA http://www.alerta-net.org/pi-arg-conv169.htm
+OK 20210415145747 http://www.who.int/mediacentre/factsheets/fs315/en/
+MISS NA Retrievedfromwww.nal.usad.gov/fnic/foodcomp
+OK 20120913154154 http://www.africanjournalofdiabetesmedicine.com/articles/may_2011/Knowledge.pdf
+OK 20200805222103 https://orcid.org/0000-0002-3629-8959
+OK 20190513010343 http://www.rborl.org.br/
+OK 20201124150335 http://doe.gobex.es/pdfs/doe/2016/1290o/16040111.pdf
+OK 20210417045701 http://CRAN.R-project.org/package=mgcv
+OK 20140625205529 http://crl.acrl.org/content/39/5/358.full.pdf
+OK 20210417024558 https://www.haskell.org/onlinereport/index98.html
+OK 20210120091757 http://www.projectcast.eu
+MISS NA http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.592.4118
+MISS NA http://cesumar.br/pesquisa/periodicos/index.php/revjuridica/article/viewFile/388/393
+OK 20130902100858 http://www.dawnnet.org/about.php?page=history
+OK 20210222200457 http://sped.rfb.gov.br/projeto/show/267
+MISS NA http://hab.hrsa.gov/deliverhivaidscare/coremeasures.pdf.Updated
+MISS NA http://pepsic.bvsalud.org/pdf/bolpsi/v58n129
+OK 20201130054350 http://journal.walisongo.ac.id/index.php/dimas/issue/view/134
+OK 20120327110103 http://pub.bsalut.net/risai/vol1/iss4/1
+MISS NA http://www.biodiv.org/convention/articles/asp?lg/0&a/cbd-08
+OK 20210415013819 www.eerp.usp.br/rlae
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.scielo.org.co/scielo.php?script=sci_arttext&pid=S0124-00642001000200005&lng=en
+OK 20210421104614 http://www.trolltech.com
+OK 20180602013907 https://ojs.letras.up.pt/index.php/paginasaeb/article/view/3332/2976
+OK 20210309181505 http://www.bloomberg.com/news/articles/2014-06-16/medtronic-is-biggest-firm-yet-to-renounce-u-s-tax-status
+OK 20210422000534 http://www.gpsvisualizer.com/
+OK 20080530214852 http://www.med.univ-rennes1.fr/uv/snfcp/pratique
+OK 20200421043016 http://www.portalcofen.gov.br/sitenovo/node/4384
+MISS NA http://www.marxists.org/portugues/marx/1875/gotha/index.htm,acessoemMai
+MISS NA https://www.sciencedirect.com/science/article/abs/pii/S1871141314000985
+OK 20201119133505 Www.econphd.net/rankings.htm
+MISS NA http://doi.acm.org/10.1145/2993369.2996313
+OK 20190515122601 https://www.ncbi.nlm.nih.gov/pubmed/23007599
+OK 20160427035508 firststewards.org/dr-margaret-hiza-redsteer.html
+MISS NA Asthma.www.who.int/respiratory/asthma/en/
+MISS NA https://www.google.com.br/maps/place/Sa-pucaia+do+Sul,+RS/@-29.8266161
+OK 20180603130141 http://ssrn.com/abstract=673861
+OK 20210124111702 http://www.dataweb.nl/~cool
+OK 20210402052601 http://www.transportes.gov.br/
+MISS NA Availablefromwww.sec.gov/news/headlines/csfbipo.htm
+MISS NA availablefromwww.state.gov/r/pa/ho/frus/kennedyjf/iii/8162.htm
+MISS NA https://globaljournals.org/GJMBR_Volume15/7-The-Role-of-Cooperative.pdf
+OK 20210125075626 http://parental-software-review.toptenreviews.com/
+OK 20210422122951 http://www8.janes.com
+MISS NA http://verylazy.net46.net/kampoengbatik/?menu=detailprofil
+OK 20200629070905 http://www.msmt.cz/file/41216/
+OK 20210224020403 http://cran.r-project.org/web/packages/pcalg/pcalg.pdf
+OK 20210415131708 http://www.wipo.int/about-ip/en/iprm/index.html
+MISS NA https://10.1017/S104909651300004
+OK 20201127202309 http://www.teem.org.uk/publications/teem_gamesined_full.pdf
+OK 20200713144040 http://amshistorica.unibo.it/48
+OK 20210413102210 http://search.ebscohost.com/login.aspx?direct=true&db=cin20&AN=106540547&site=ehost-live
+MISS NA http://www.kasvatus-ja-aika.fi/site/?lan=1&page_id=613
+MISS NA http://recht.lebensministerium.at/filemanager/download/6128/
+MISS NA https://nh3fuelassociation.org/wp-content/uploads/2018/12/1545
+MISS NA http://www.philips.nl/design/vof20
+MISS NA http://washingtonexaminer.com/article/139250.312
+OK 20130127104732 http://www.globalsecurity.org/military/library/congress/2005_hr/050422-brown.pdf
+OK 20201127140700 http://www.gov.cn/zhengce/content/2014-09/25/content_9092.htm
+MISS NA http://www.pluriconsultoria.com.br/uploads/relatorios/PAINEL%20PLURI%20FUTEB
+MISS NA Availableatwww.forbes.com/sites/kurtbaden-hausen/2011/09/07/the-nfls-most-valuable-teams/
+OK 20210315060654 www.freeipa.org
+OK 20210420065612 https://www.ohchr.org/en/professionalinterest/pages/crc.aspx
+OK 20200114073654 http://www.health.gov.bc.ca/msp/infoprac/physbilling/payschedule/index.html
+MISS NA http://basenacionalcomum.mec.gov.br/images/BNCC_EI_EF_110518_versaofinal
+OK 20170118141850 http://www.moh.gov.cn/zhuzhan/index.shtml
+OK 20210122032557 https://dyslexiaida.org/dyslexia-debate/
+OK 20200722164904 http://www.fhi.no/eway/default.aspx?pid=239&trg=List_6212&Main_6157=6263:0:25
+MISS NA http://www.historyoftruth.com/news/latest/6828-davutogluTra-armenian-rapprochement-not-dead-
+OK 20200604224639 https://www.w3.org/TR/payment-method-manifest/
+MISS NA igi-global.com/chapter/viewing-cybercommunities-through-the-lens-of-modernity/107821?camid=4v1
+OK 20210125005103 http://www.fao.org/docrep/012/i1219e/i1219e.pdf
+MISS NA https://www.cambridge.org/core/terms.Downloadedfromhttps://www.cambridge.org/core
+OK 20210422103055 https://ui.adsabs.harvard.edu/#abs/2016arXiv160603729B
+OK 20201019040335 www.gprd.com
+OK 20060301015834 www.oecd.org/document/25/0
+OK 20130118225029 http://www.lavozdegalicia.es/hemeroteca/2004/10/16/3118941.shtml
+OK 20201026115945 https://journals.openedition.org/teoros/2885
+OK 20210419090355 https://www.nifc.gov/fireInfo/fireInfo_stats_totalFires.html
+MISS NA http://www.scopus.com/inward/record.url?eid=2-s2.0-79952315357&partnerID=40&md5=f9630d3947b68912e66551c52f9e1dce
+OK 20210215201255 http://bndigital.bn.gov.br/hemeroteca-digital/
+MISS NA http://www.niaa.nih.gov/faq/q-a.html#questionl
+MISS NA https://www.juniperresearch.com/press/press--releases/barcelona-named-global-smart-city-2015andhttps://www.juniperresearch.com/press/press-releases/singapore-named-global-smart-city-2016
+OK 20210413120518 https://hbr.org/2013/05/why-the-lean-start-up-changes-everything
+OK 20210124021718 https://cedille.webs.ull.es
+MISS NA http://www.scielo.br/scielo.php?s-cript=sci_arttext&pid=S0034-83092014000200383
+MISS NA https://www.leychile.cl/Navegar?idNor-ma=1047848
+OK 20210415170959 www.wired.com/2015/01/microsoft-nadella
+OK 20210331151529 http://www.acss.min-saude.pt
+OK 20170114193552 http://onlinelibrary.wiley.com/doi/10.1111/j.1365-2494.2009.00707.x/abstract
+OK 20210414162102 http://www.bls.gov/emp/ep_table_303.htm
+OK 20210417045502 www.socialstyrelsen.se
+MISS NA http://www.ccamu.ca/court-of-appeal-070708.htm
+MISS NA http://arxiv.org/abs/1006.1950
+MISS NA Disponibleenwww.hgc.gov.uk
+OK 20210316142325 http://www.nytimes.com/2011/06/03/business/03reverse.html
+MISS NA http://www.nbpublish.com/go_to_article.php?id=15145.финансовыйконтрольиаудит
+MISS NA http://bit.ly/2OmSgHh
+MISS NA http://trees.ancestry.com/tree/18746262/person/706000380.176
+OK 20200428215931 http://orcid.org/0000-0002-7791-6338
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.kbpn.gov.pl/portal?id=113884
+OK 20200124000156 http://dictionary.cambridge.org/dictionary/english/hybrid
+OK 20201205214513 https://www.textezurkunst.de/59
+OK 20210415041843 www.impactjournals.com/oncotarget
+OK 20210414143803 http://ws.apache.org/axis/
+OK 20200619002706 http://dx.doi.Org/10.1088/0029-5515/42/3/101
+MISS NA www.aiaee.org/attachments/article/1277/squire413-420.pdf
+OK 20170808040024 http://www.andrew.cmu.edu/user/alm3/papers/buyitnow.pdf
+OK 20060521211740 http://extranjeros.mtas.es/es/general/InformeEstadistico_Septiembre_2005.pdf
+MISS NA http://www.saocamilosp.br/pdf/mundo_saude/67/205ª217.pdf
+OK 20201031004130 http://www.ncbi.nlm.nih.gov/pubmed/21163965
+OK 20141021113516 http://www.geodatenzentrum.de/geodaten/gdz_rahmen.gdz_div?gdz_spr=deu&gdz_user_id=0&gdz_akt_zeile=4&gdz_anz_zeile=5
+MISS NA https://biology.mit.edu/sites/default/files/hemacytometer%20activity%20revised%207-23-13.pdf
+MISS NA http://nut.entecra.it/646/tabelle_di_composizione_degli_alimenti.html?idalimento=164810&quant=100
+OK 20210126050149 www.alibris.com/glossary/glossary.cfm
+MISS NA http://www.teksystems.com/downloads/ITEO_Survey_Executive%20Summary_Q1%202012_Mini.pdf
+MISS NA http://adsabs.harvard.edu/abs/1972ApL....12...99B
+OK 20210422033906 http://en.wikipedia.org/wiki/Existentialism
+OK 20150408073943 http://iacis.org/jcis/jcis_edrevbrd.html
+MISS NA http://www.nature.com/bjc/journal/v94/n1/pdf/6
+OK 20210415050532 http://www.bluez.org
+MISS NA http://www.namibian.com.na/indexx.php?archive_id=132736&page_type=archive_story_detail&page=1
+OK 20210213221624 http://www.arliss.org/
+OK 20210328081833 http://www.scielo.org.mx/scielo.php
+OK 20210415010337 http://www.epa.gov/osw/hazard/testmethods/sw846/pdfs/3050b.pdf
+OK 20210223152923 http://www.the-scientist.com/news/20050111/01
+OK 20210422152551 http://www.scielo.br/scielo.php
+MISS NA http://www.youthpolicy.org/library/wp-content/uploads/library/2008_Harnessing_Power_Sport_Development_Peace_Eng.pdf
+OK 20201002120211 https://nextcity.org/daily/entry/brazil-may-be-getting-its-own-high-line
+OK 20210414213222 http://www.bjs.gov/content/pub/pdf/p11.pdf
+MISS NA http://hdl.handle.net/10131/1185
+MISS NA www.mufettisgozlugu.com/belediye-müfettisliği
+OK 20210422063859 http://faculty.evansville.edu/ck6/encyclopedia/ETC.html
+MISS NA https://elibrary.ru/item.asp?id=28089286
+OK 20210126100402 http://www.unep.org/publications/search/pub_details_s.asp?ID=4019
+MISS NA https://www.accessdata.fda.gov/drugsatfda_docs/label/2019/125104s966lbl.pdf.Ac-cessed21
+OK 20210421062347 http://www.unaids.org/sites/default/files/media_asset/unaids-data-2018_en.pdf
+OK 20161205162340 http://arXiv.org/abs/math.PR/0212338
+MISS NA 14.www.sceme.rog.uk
+OK 20200623142943 https://brunonia.brown.edu/giving/article/britton-lindahl-meditation-research
+OK 20200828055903 http://www.bmj.com/cgi/doi/10.1136/bmj.317.7156.465
+MISS NA http://www.who.int/child-growth/es/.Accesoen
+MISS NA http://www.ictvonline.org/proposals-15/2015.012aS.A.v2.Iflavirus_sp.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/4297266?ordinalpos=1&itool=EntrezSystem2
+MISS NA https://www.oneprod.com/wp-con-tent/uploads/2018/03/TDS3142-February-2018-O-EA-GLE-Technical-datasheet-EN.pdf
+OK 20210321021853 http://www.cdc.gov/nchs/data/nhds/4procedures/2010pro4_numberprocedureage.pdf
+OK 20180729092225 http://onlinelibrary.wiley.com/doi/10.1046/j.1365-313X.1993.t01-15-00999.x/pdf
+MISS NA https://elaw.klri.re.kr/kor_service/lawView.do?hseq=40274&lang=ENG
+MISS NA http://www.984.co.kr/kweb/bbs.php?table=mbl_lec3
+OK 20041220195521 http://cpmcnet.columbia.edu/dept/nursing/institute-centers/chphsr/btcomps.pdf
+MISS NA http://corklgbtarchive.com/items/show/60
+MISS NA http://eventosacademicos.filo.uba.ar/index.php/SMREA/IAE2017
+OK 20210414205042 http://www.cdc.gov/mmwr/preview/mmwrhtml/mm6022a5.htm?s_cid=mm6022a5_w
+MISS NA http://www.inra.fr/presse/processionnaire_du_pin_et_changement_climatiqueSTEFULESCO
+OK 20210414184919 http://www.aip.org/pubservs/epaps.html
+OK 20210421194213 http://www.promedmail.org
+OK 20210422174803 http://creativecommons.org/licenses/by/3.0/
+MISS NA http://pages.cs.wisc.edu/˜suman/courses/838/papers/zigbee.pdf
+OK 20171107145613 http://pressroom.angewandte.org
+MISS NA http://www.sciencedirect.com/science/article/pii/003132039190073E
+MISS NA https://www.scansante.fr/applications/casemix_ghm_
+OK 20210414212405 http://www.cast.org/publications/ncac/ncac_go.html
+OK 20170526131824 http://www.ncbi.nlm.nih.gov/pubmed/22514910
+OK 20210417074230 http://www.cloog.org
+MISS NA http://www.pubmedcentral.gov/picrender.fcgi?artid=163195&blobtype=pdf
+OK 20161206103236 http://www.ve.org.za/index.php/VE/article/view/217
+OK 20161029205539 http://www.pv-magazine.com/news/details/beitrag/solar-frontier-hits-223-on-cigs-cell_100022342/#axzz48cC1nYhr
+OK 20201111203729 http://www.ambitojuridico.com.br/site/index.php?n_link=revista_artigos_leitura&artigo_id=7639
+OK 20210421135526 http://www.inca.gov.br
+MISS NA http://www.aacn.org/WD/ELearning/content/ecco/eccohome.pcms.Accessed
+OK 20201207062621 https://github.com/genome/bam-readcount
+OK 20110826061539 http://e-groups.unb.br/fau/
+MISS NA http://www.sciencedirect.com/science/article/pii/S1405887116300050
+OK 20210308044624 http://www.systemc.org
+OK 20200707030713 http://www.who.int/csr/resources/publications/drugresist/PISpanish3.pdf
+MISS NA http://www.scielo.br/pdf//hcsm/v8n1/a09v08n1.pdfAcessoem:03/05/2011
+OK 20210228001227 http://www.csb.gov.tr/gm/ced/
+MISS NA http://www.mfa.gov.il/MFA/Peace+Process/Reference+Documents/Exchange+of+letters+Sharon-Bush+14
+OK 20120621035704 http://vacunasaep.org/sites/vacunasaep.org/files/CalVacAEP_2012_Anales.pdf
+MISS NA http://www.telegraph.co.uk/news/worldnews/europe/vaticancityandholysee/9084631/Baroness-Warsis-strike-at-secular-fundamentalists-as-she-meets-Pope.html,accessed3/12/12
+OK 20200814143845 https://www.ukbimalliance.org/project/constructing-language-pledge/
+MISS NA http://www.veoliawatertechnologies.co.uk/processwater/blog/service-water-deinoisation.htm
+MISS NA http://jid.oxfordjournals.org/content/205/11/1639.full.DOI:10.1093/infdis/jis250.Acessoem22jun
+OK 20170217040808 https://ideas.repec.org/p/chy/respap/63cherp.html
+OK 20210412225924 https://ec.europa.eu/research/innovation-union/pdf/innovrefit_staff_working_document.pdf
+OK 20100618001347 http://www.etui-rehs.org/research/media/files/eeepb/2006/2_2006
+OK 20210125200216 https://www.mckinsey.com/industries/electric-power-and-natural-gas/our-insights/powering-africa
+OK 20190125125038 http://www.iea.sp.gov.br/out/TerTexto.php?codTexto=14447
+OK 20210418031411 http://kff.org/infographic/10-essential-facts-about-medicare-and-prescription-drug-spending/
+OK 20201126131748 http://bvsms.saude.gov.br/bvs/publicacoes/vigitel_brasil_2013.pdf
+OK 20190714014418 http://www.cavium.com/newsevents-Cavium-Announces-Availability-of-ThunderX.html
+MISS NA http://logical.saclay.inria.fr/coq-puma/messages/d71fd3954d860d42#msg-285229ea3f28adef
+OK 20180115185405 http://www.cbers.inpe.br/sobre_satelite/usos_aplicacoes.php
+OK 20170509100950 http://geo-poet.appspot.com/
+OK 20200505205433 https://arxiv.org/abs/1907.07100
+OK 20210313052432 http://dusseldorp.org.au/resource/its-crunch-time/
+OK 20081030144444 http://www.genocidewatch.org/COULDTHERWANDANGENOCIDEHAVEBEENPREVENTEDbyGregoryStanton.htm
+OK 20060908200502 http://www.upb.de/cs/ag-engels/Papers/2003/HeckelVoigtKuesterThoene-SCI03.pdf
+OK 20210225014923 http://www.tte-systems.com/products/
+OK 20160730121424 https://confluence.broadinstitute.org/display/CGATools/MutSig
+OK 20210417104007 http://www.mathworks.com/help/optim/ug/first-order-optimality-measure.html
+OK 20200202153108 http://www.stopdruggeddriving.org/laws.html
+OK 20191025124248 www.airpower.maxwell.af.mil/airchronicles/battle/chp4.html
+OK 20200110090120 http://www.hraljournal.com/Page/18%20Chuan-Biau%20Chen.pdf
+OK 20100805011636 http://www.asu.edu/clas/shesc/projects/bajaethnography/shock.htm
+MISS NA http://www.scielo.br/scielo.php?pid=S0103-49792012000200010&script=sci_abstract&tlng=pt
+OK 20210415145936 http://www.who.int/water_sanitation_health/monitoring/jmp2000.pdf
+MISS NA http://arxiv.org/abs/1111.1682
+OK 20180904211534 https://oxfamilibrary.openrepository.com/bitstream/handle/10546/121187/bk-development-advocacy-010202-en.pdf?sequence=5&isAllowed=y
+OK 20070612223952 http://www.navigators.di.fc.ul.pt/archive/sousa05how.pdf
+MISS NA http://www.tki.org.nz/r/nzcurriculum/consultation_feedback_e.phpMinistryofEducation
+OK 20111230030745 http://digitalcommons.ryerson.ca/ece/4
+MISS NA http://www.riss.kr/link?id=T12275555
+OK 20201001130509 http://smashingrobotics.com/stepper-motors-and-their-principles-of-operation/
+MISS NA http://cursos.unipampa.edu.br/cursos/pedagogia/files/2011/05/PPC_-_2009_-_PROPLAN-PEDAGOGIA.pdf
+OK 20201112020716 https://www.clinicaltrials.gov/ct2/results?cond=Neuroblastoma&term=dasatinib&cntry=&state=&city=&dist=
+OK 20180915121851 http://www.mvpei.gov.me/rubrike/misije/Strane-misije-u-CG/
+OK 20210411021330 www.fda.gov/Drugs/DrugSafety/ucm459579.htm
+MISS NA http://www.mofed.gov.et/documents/20182/25036/Interim+Report+on+2010-11+Poverty+Analysis.pdf/acbfd468-af08-492c-a2e7-7efe0800d6ef
+OK 20201126074914 http://www.cancervic.org.au/downloads/tobacco_control/2013/Cancer_Council_Victoria_comments_on_Kaul_Wolf.pdf
+MISS NA http://papers.ssrn.com/abstract=1626315
+OK 20210126023355 http://www.theglobalfund.org/en/media_center/press/pr_050823.asp
+OK 20210422174803 http://creativecommons.org/licenses/by/3.0/
+MISS NA http://ecsoc.hse.ru/2011-12-3/42287029.html
+OK 20210403064801 http://www.nanotec.org.uk/finalReport.htm
+MISS NA https://en.wikisource.org/wiki/Constitution_of_Rojavahttps://civiroglu.net/the-constitution-of-the-rojava-cantons
+OK 20150908014346 https://entrepreneurship.asu.edu/sites/default/files/files/Alexandria-Co-Working-Network_2013.pdf
+OK 20210309180605 http://en.wikipedia.org/wiki/Homeostatic_model_assessment
+OK 20210224124310 http://oro.open.ac.uk/23093/
+MISS NA https://www.researchgate.net/publication/232538334_African_Amerians_and_Boys_Understanding_the_Literacy_Gap_Tracing_Academic_Trajectories_and_Evaluating_the_Role_of_Learning-Related_Skills
+MISS NA http://bit.ly/2zdKWXq
+OK 20160902025918 http://www.freeyourvoice.co.uk/htm/triangulation1.htm
+OK 20210223155532 https://www.nationalreview.com/corner/my-brothers-keeper-and-government-sponsored-discrimination-roger-clegg/
+OK 20201126121359 http://www.scielosp.org/pdf/rpsp/v5n4-5/v5n4a2.pdf
+OK 20200910035949 http://www.indret.com/pdf/275_es.pdf
+MISS NA https://www.dovepress.com/by54.191.40
+OK 20210415105602 www.stratigraphy.org
+MISS NA http://www.redalyc.org/pdf/2051/205118144011.pdfAcessoemmaiode2012
+OK 20210116014913 http://www.kla.kr/license/sub03_01_01.do
+OK 20210405202718 http://apps.who.int/medicinedocs/pdf/s6160e/s6160e.pdf
+MISS NA http://www/counterpunch.org/weinerdummies.html
+OK 20190708051608 http://www.unesco.org/new/en/natural-sciences/priority-areas/links/biodiversity/projects/mayangna/events/mother-tongue-day-2012-mayangna-videos/
+OK 20210308223614 https://www.mdpi.com/2077-0383/9/2/523
+OK 20210406084602 http://www.fortunechina.com/fortune500/c/2017-07/20/content_286785.htm
+MISS NA http://www.nidcd.nih.gov/health/statistics/pages/quick.aspx.Accessed
+MISS NA https://www.phe-events.org.uk/hpa/frontend/reg/titem.csp?pageID=285445&eventID=659&eventID=659
+OK 20210301141546 http://www.ucm.es/info/especulo/numero22/t_eloy.html
+MISS NA http://www.lawupdates.com/pdf/postings/patent/Association_for_Molecular_Pathology_v._Myriad_Genetics_Inc_._-_Supreme_Court_-_June_13
+OK 20200813080250 https://tisaac.gitlab.io/recursivenodes
+OK 20070103002753 http://techreports.isr.umd.edu/ARCHIVE/dsp_reportList.php?year=
+MISS NA http://www.chictr.org.cn/showprojen.aspx?proj=11440on28
+MISS NA http://www4.fct.unesp.br/nera/usorestrito/MARTA.pdf.Acessoem
+OK 20210410020835 http://www.lemonde.fr/politique/article/2010/12/11/marine-le-pen-compare-les-prieres-de-rue-des-musulmans-a-une-occupation_1452359_823448.html
+OK 20111112012615 http://www.bcb.gov.br/htms/relinf/port/2011/06/ri201106b2p.pdf
+MISS NA https://culturegaspesie.org/wp-content/uploads/2017/04/David-Lonergan-fiche-bio.doc
+OK 20201127091219 http://www.itu.int/rec/T-REC-G.694.2-200312-I/en
+MISS NA https://www.hzjz.hr/wp-content/uploads/2014/11/Strate%C5%A1ki-plan-za-smanjenje-prekomjernog-unosa-kuhinjske-soli-u-RH-2015.-2019.pdf
+MISS NA http://www.ariadne.ac.uk/issue60/callaghan-et-al/Filelastmodified
+OK 20081203202924 http://www.anglicanjournal.com/issues/2006/132/oct/08/article/former-students-urge-fairness-in-settlement/
+OK 20210414143849 http://www1.umn.edu/humanrts/gencomm/hrcom12.htm
+OK 20170921035100 http://terrain.revues.org/10012
+OK 20210212195039 https://www.portent.com/blog/analytics/perfect-google-analytics-dashboard.htm
+OK 20201024203031 http://pgecm.fortaleza.ifce.edu.br/apresentacao-do-programa/
+MISS NA http://www.wjgnet.com/esps/helpdesk.aspxhttp://www.wjgnet.com
+MISS NA https://repositorio.ufsm.br/handle/1/9757.Acessoem
+MISS NA http://www.ams.org/journal-terms-of-use8
+OK 20210325145240 http://create-center.gatech.edu/resources.php
+OK 20210404051855 https://www.cambridge.org/core/terms
+MISS NA Retrievedfromwww.upa.pdx.edu/IOA/newsom/semclass/ho_missing.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3275976/
+OK 20200818161442 www.elsevier.com/locate/jphys
+OK 20201101005408 https://github.com/ginseng666/GeoJSON-TopoJSON-Austria
+MISS NA https://www.ssb.no/en/jord-skog-jakt-og-fiskeri/statistikker/hagebruk.Accessed5
+OK 20210422083349 https://www.r-project.org/
+OK 20210419164416 https://www.nsnam.org/
+OK 20210205004516 http://www2.ljworld.com/news/2015/jan/17/kansas-earthquakes-likely-caused-oil-and-gas-frack/
+OK 20210321174523 http://www.serc.net
+OK 20150606014706 www.who.int/mediacentre/factsheets/fs299/es/index.html
+MISS NA http://www.biomedcentral.com/bmchealthservres/content/14/S1/S4
+OK 20210126222430 https://www.dane.gov.co/index.php/sistema-estadistico-nacional-sen#aspectos-generales
+MISS NA https://elibrary.ru/item.asp?id=21555032
+MISS NA https://www.l-t-b.org/go/the_global_campaign/vision_aims_mission.LastAccessed10
+OK 20210213223616 http://openiddirectory.com/
+MISS NA http://portal.mec.gov.br/seesp/arquivos/pdf/politica.pdf.Acessoem
+OK 20210315131715 http://www.esdu.com
+OK 20210323093850 http://www.censusdata.abs.gov.au/census_services/getproduct/census/2011/communityprofile/0
+MISS NA http://www.utexas.edu/vp/ecs/communications/SMOG.pdf.Ac-cessed
+MISS NA https://ar.m.wikipedia.org/wiki/‫ﺣﻠﺰوﻧﻲ‬‫ذراع‬25.Https://Ar.Wikipedia.Org/Wiki/%D8%AF%D9%84%D9%81%D9%8A%D9%8626.Https://Ar.Wikipedia.Org/Wiki/%D8%AF%D9%84%D9%81%D9%8A%D9%8627.Https://Ar.Wikipedia.Org/Wiki/%D9%81%D8%B1%D8%B3_%D8%A7%D9%84%D8%A8%D8%AD%D8%B128.Https://Mawdoo3.Com/‫ﻓﻮاﺋﺪ‬_‫ﺣﺼﺎن‬_‫اﻟﺒﺤﺮ‬29.Https://Hyatok.Com/‫ﻓﻮاﺋﺪ_ﺣﺼﺎن_اﻟﺒﺤﺮ‬30.www.britannica.com
+OK 20201112024949 http://www.ldao.ca/introduction-to-ldsadhd/articles/about-lds/learning-disabilities-statistics/
+OK 20201109032306 http://www.who.int/dg/speeches/2009/62nd_assembly_address_20090518/en/
+OK 20180820204411 http://www.biomedcentral.com/1471-2105/12/218
+OK 20170217180300 http://www.nrel.gov/docs/fy09osti/45375.pdf
+OK 20080620124440 www.alirezamokhtari.com/arm/internet1.htm
+MISS NA http://www.scielo.br/pdf/rsp/v51s2/0034-8910-rsp-S1518-51-s2-87872017051007139.pdf
+OK 20200707085725 http://portal.saude.gov.br/portal/arquivos/pdf/bolepi_v43_especial_tb_correto.pdf
+OK 20210420020712 http://www.socresonline.org.uk/5/1/hanlon.html
+OK 20201129081031 http://www.illuminata.com/public/all/catalog.cgi/cathedral
+OK 20130728233213 www.chve.org.ua/news/union/632-kruglyi-stil-centr-razumkoba
+OK 20210310053633 http://www.scielo.org.ve/scielo.php
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3670924&tool=pmcentrez&rendertype=abstract
+OK 20191018070834 http://www.nature.com/doifinder/10.1038/newbio233267a0
+MISS NA Retrievedfromwww.iso.org/iso/iso_action_plan_2016-2020_en_ld.pdf
+OK 20210319033329 https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30365-2/fulltext
+OK 20201204120835 http://www.pourlascience.fr/ewb_pages/a/article-autismea-pour-une-prise-en-compte-de-la-neurodiversite-33272.php
+OK 20210411000020 http://ec.europa.eu/environment/air/pdf/task2_general.pdf
+OK 20210127010918 http://www.karsenti.ca/alloprof/files/Rapport.pdf
+MISS NA http://jp.wsj.com/IT/node28655/(language)/eng-US
+OK 20210406030823 http://www.traceroute.org
+OK 20201113060644 https://iusport.com/art/30975/-p-align-left-i-ldquo-transferencias-la-importancia-de-los-derechos-federativos-y-la-falacia-de-los-derechos-economicos-rdquo-i-p-
+OK 20210228121527 https://www.macworld.com/article/1058916/smartphones/iphonebattery.html
+MISS NA http://siteresources.worldbank.org/FINANCIALSECTOR/514194-1101934206838/20541858/HFTB060205.ppt
+MISS NA https://www.sciencedirect.com/science/article/pii/S1877042816300337
+OK 20210421175609 http://www.unep-wcmc.org/
+OK 20210418153729 http://www.ucsb.edu/campus/index.shtml
+OK 20210318003323 http://seer.cancer.gov/data/
+OK 20210409123441 http://www.statistik-nord.de/
+OK 20210318182231 https://www.rcog.org.uk/globalassets/documents/guidelines/gtg-37a.pdf
+MISS NA https://www.destatis.de/DE/ZahlenFakten/GesellschaftStaat/Soziales/So-zialleistungen/KinderJugendhilfe/KinderJugendhilfe.html
+OK 20060517153534 http://www.intersense.com/news/InterSenseTrackerIssue7.pdf
+MISS NA https://www.vti.se/en/Publications/Publication/emissions-of-wear-and-resuspension-particles-in-th_673864
+OK 20210419095226 http://www.w3.org/Protocols/rfc2616/rfc2616.html
+OK 20120809180322 http://articles.cnn.com/2009-12-06/world/us.afghanistan.karzai_1_afghan-president-hamid-karzai-training-afghan-security-forces-afghanistan?_s=PM:WORLD
+OK 20200216022538 http://pti.regione.sicilia.it/portal/page/portal/PIR_PORTALE/PIR_LaStrutturaRegionale/PIR_AssInfrastruttureMobilita/PIR_Infoedocumenti/PIR_ALTRICONTENUTI/Prezzario%202019%20corretto.pdf
+MISS NA https://search.proquest.com/docview/1900972696?pq-origsite=gscholar
+OK 20210413005531 http://arxiv.org/abs/1208.2908
+MISS NA http://www.bma.org.uk/ap.nsf/Content/inves-tinggp.Accessed10
+OK 20210422083349 http://www.R-project.org
+OK 20150627163507 Http://blisty.cz/art/20183.html#sthash.DbQn0VoL.dpuf
+OK 20210126034942 http://jasn.asnjournals.org/content/21/6/898.full
+MISS NA http://npic.orst.edu/factsheets/glyphogen.html.Accessed
+MISS NA http://pnld.mLoderna.com.br
+MISS NA https://ellas2.wordpress.com/,6janvier2010
+OK 20110903155118 http://www.transparency.org/publications/newsletter/2006/july_2006/interview
+OK 20210422151633 https://play.google.com/
+MISS NA http://dagda.shef.ac.uk.Akses,14Juli
+OK 20210122082818 http://www.centrumcsr.pl
+OK 20200724204930 www.cs.washington.edu/homes/speed/
+MISS NA https://bit.ly/2mMaHbi
+OK 20210306002828 http://deepdist.com/
+OK 20210413052000 http://radlab.cs.berkeley.edu
+OK 20100621081134 http://www.who.int/school_youth_health/gshi/hps/en/print.html
+MISS NA http://www.epa.govlOGWDW/dwh/c-soc/simazine.html
+OK 20210312080815 https://www.instagram.com/notino_cz/
+OK 20150912161024 http://www.aaos.org/news/aaosnow/oct12/managing7.asp
+OK 20191112230637 http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Product_Information/human/002409/WC500124317.pdf
+MISS NA https://www.routledge.com/The-Really-Useful-Physical-Education-Book-Learning-and-Teaching-Across/Stidder-Hayes/p/book/9780415498272
+OK 20101214121346 http://www.episodes.co.in/www/backissues/222/118%20CR.pdf
+MISS NA https://www.researchgate.net/publication/328602846_Fair_trial_for_a_victim_of_crime_-_European_standards_and_Polish_experience
+OK 20210421175409 http://www.fda.gov/
+OK 20210415104027 http://www.scielo.br/scielo
+OK 20210419003652 https://www.w3.org/TR/n-triples/
+OK 20190330200432 https://www.understood.org/es-mx/learning-attention-issues/getting-started/what-you-need-to-know/learning-and-attention-issues-in-adopted-children
+OK 20210329145407 https://team-tn.org/evaluation/teacher-evaluation/
+MISS NA http://www.acer.edu.au/documents/AER51_
+MISS NA http://kli-mowicz.blox.pl/2008/03/Szafiarki-modowa-spolecznosc-internetowa.html
+OK 20200816143038 http://healinghealth.com/images/uploads/files/Music_and_Nature_at_the_Bedside-_Part_One_of_a_Two-part_Series__Research_Design_Connections.pdf
+MISS NA http://migratorvbirds.fws.gov/reports/bcc2002.pdf
+OK 20210415144121 http://www.who.int/nutrition/publications/obesity/WHO_TRS_894/en
+MISS NA http://www.seplan.am.gov.br/arquivos/download/arqeditor/turismo_rural.pdf
+MISS NA http://sites.google.com/site.ephemeropterabr
+OK 20171122173428 http://www.alims.gov.rs/ciril/files/2016/07/NRL2016.pdf
+MISS NA http://www.socialresearchmethods.net/kb/sampnon.phpon13
+OK 20170118072727 http://www.cdc.gov/quarantine/maritime-activity.html
+MISS NA http://www.uclouvain.be/regards-economiquesregard-ires@uclouvain.be.tél.010
+MISS NA http://www.slp.wa.gov.au/legislation/statutes.nsf/main_mrtitle_13171_homepage.html258
+MISS NA https://hdl.handle.net/20.500.11756/0563079a
+OK 20140521023530 https://stuff.mit.edu/afs/sipb/project/android/
+OK 20191216212023 http://reliefweb.int/sites/reliefweb.int/files/resources/OCHA
+OK 20170504055248 http://sizekorea.kats.go.kr/03_report/6th.asp
+OK 20210412221314 http://cseweb.ucsd.edu/~slovett
+MISS NA http://pubget.com/paper/pgtmp_a32b66de88e2f5adb012c343cb5f2bf4
+OK 20210412212929 https://CRAN.R-project.org/package=dplyr
+OK 20210314182056 http://www.faz.net/aktuell/politik/70-jahre-kriegsende/nach-weltkriegsende-flucht-auf-der-rattenlinie-13580277.html?printPagedArticle=true#/elections
+OK 20210126142310 www.riverton.com
+OK 20210320171724 https://www.boe.es/buscar/act.php?id=BOE-A-2013-12632
+OK 20210422172043 www.repubblica.it
+OK 20110708145726 http://assets.aarp.org/rgcenter/health/d17984_reform_2003.pdf
+MISS NA http://www.fao.org/fileadmin/templates/cfs/Docs1819/Nutrition/CFS_Zero_Draft_Voluntary_Guidelines_Food_Systems_and_Nutrition.pd
+MISS NA http://www.sleafordrep.co.uk/?pageid=10
+OK 20210128085226 https://highperformanceinstitute.mykajabi.com
+MISS NA http://www.europeana--photography.eu/index.php?en/115/deliverables
+OK 20210307074115 http://www.vatican.va/holy_father/benedict_xvi/speeches/2011/september/documents/hf_ben-xvi_spe_20110922_reichstag-berlin_en.html
+OK 20200723215557 http://www.ftaa-alca.org/ministerials/Belo/Belo_e.asp
+OK 20210421100028 http://seer.cancer.gov/statfacts/html/colorect.html
+OK 20210215095926 http://www.fai.org/world-cups/f3m
+OK 20210211233904 http://books.google.es/bkshp?hl=es&tab=wp
+OK 20170910041531 https://www.farinia.com/forge/cold-forging/cold-forged-parts-save-cost-and-deliver-excellent-results
+OK 20210413001302 http://graphics.stanford.edu/papers/polaris/
+OK 20200817000540 http://www.dagstuhl.de/12292
+MISS NA http://www.allacademic.com/870
+MISS NA https://www.csgb.gov.tr/diyih/contents/uluslararasikuruluslar/oecd
+OK 20170817040411 http://www.scielo.cl/pdf/cienf/v17n1/art_05.pdf
+OK 20181109214531 http://clincancerres.aacrjournals.org/content/14/19/5941.full#ref-list-1
+OK 20180312202845 https://www.thebci.org/resource/supply-chain-resilience-report-2017.html
+MISS NA http://iai.asm.org/DownloadedfromENDOTOXICACTIVITYOFBRUCELLASPECIES1641chem
+OK 20210226233724 http://news.bbc.co.uk/1/hi/uk/7899327.stm
+OK 20201114002843 http://www.epa.gov/rpdweb00/understand/alpha.html#use
+OK 20210308183537 https://ec.europa.eu/eip/ageing/home_en
+MISS NA https://www.researchgate.net/publication/241685466_Technologie_de_la_pierre_taillee
+OK 20210410230047 www.lextenso.fr
+OK 20090804010507 http://www.icbo.org/
+MISS NA http://www.europarl.europa.eu/summits/tam_en.htmLastaccessed
+MISS NA http://www.mebiopharm.com/english/pro.html.Accessed
+OK 20210216111705 http://www.washingtonpost.com/politics/sopa-protests-to-shut-down-web-sites/2012/01/17/gIQA4WYl6P_story.html
+MISS NA https://www.newspapers.com/newspage/101403106/
+MISS NA https://ec.europa.eu/food/sites/food/files/plant/docs/pesticides_mrl_guidelines_wrkdoc_2017-11813.pdfwebsite
+MISS NA http://www.unicef.org/factsheetsGirleducation.pdf
+OK 20210309174428 http://www.beaverlakecreenation.ca/
+OK 20200116092949 http://www.papelesdelpsicologo.es/vernumero.asp?id=1138
+OK 20190713215258 http://www.cartografia.org.br/vslbch/trabalhos/76/74/santos-cintra-renger-10-09_1378845949.pdf
+OK 20180803114533 http://oai.dtic.mil/oai/oai?&verb=getRecord&metadataPrefix=html&identifier=ADA391440
+OK 20161210135651 https://www.3m.com/3M/en_US/company-us/all-3m-products/~/3M-APR-DRG-Software/
+MISS NA http://www.ssb.no/befsvalbard_en/tab
+MISS NA http://www.math.utah.edu/∼gersten/grouptheory.htm/
+OK 20130601162010 http://fnq.org.br/site/802/default.aspx
+OK 20210224181026 http://logsafe.co.nz/
+MISS NA www.whitehouse.gov/presidential-actions/presidential-executive-order-promotingenergy-independence-economic-growthaccessed4
+OK 20090301053940 http://www.abril.com.br/noticias/comportamento/embalagem-perfume-crepusculo-vira-polemica-internet-412029.shtml
+OK 20201227082745 https://www.kon.org/urc/urc_research_journal7.html
+MISS NA http://files.nyu.edu/as109/public/szabolcsi%20DP%20IP%20CP.pdf
+OK 20191216045522 https://refractiveindex.info/cite.php
+OK 20210419082217 https://www.bgbl.de/xaver/bgbl/start.xav#__bgbl__%2F%2F*
+OK 20210125145457 http://www.alacritech.com
+MISS NA http://www.wwf.org.br/projetos/default.asp?module=tema/programa_agricultura.htmFolhadeSãoPaulo
+OK 20210308110529 https://www.rfc-editor.org/info/rfc5161
+MISS NA http://www.citiesalliance.org/sites/citiesalliance.org/files/Slum-Upgrading-Lessons-from-Brazil.pdfon3
+OK 20180619005604 http://vseup.ru/static/articles/Semke_1.pdf
+OK 20190119215200 http://link.springer.com/article/10.1007/s00125-003-1031-x
+OK 20210417231820 http://www.uwc.ac.za
+OK 20060517101256 http://uwadmnweb.uwyo.edu/WYNDD/Reports/pdf_beauvais/sw_wyo_predictive_rm_04.pdf
+MISS NA http://nasional.kompas.com/read/2012/12//Lima.Kasus.Diskriminasi.Terburuk.Pascareformasi
+OK 20210421131153 http://www.fao.org/3/a-I7695e.pdf
+OK 20070706184304 http://europa.eu.int/comm/research/era/pdf/benchmarking2001.pdf
+OK 20140714132511 http://www.interbrand.com/es/best-global-brands/2012/downloads.aspx
+OK 20210414022218 https://www.climate.gov/news-features/blogs/beyond-data/2017-us-billion-dollar-weather-and-climate-disasters-historic-year
+OK 20210406050717 http://pubs.usgs.gov/sir/2010/5220/
+OK 20210417225811 https://quantis-intl.com/wp-content/uploads/2018/03/measuringfashion_globalimpactstudy_full-report_quantis_cwf_2018a.pdf
+MISS NA http://hdl.handle.net/20.500.11910/4392
+OK 20201011044749 http://www.news.com.au/national/australians-turn-to-black-market-for-human-organs/news-story/06905df7ffc5337cb53927c9de1cce3a
+OK 20210318092844 www.cdc.gov/flu/fluvaxview/nifs-estimates-nov2016.htm
+MISS NA http://www.agricultura.gov.br/internacional/indicadores-e-estatisti-cas
+OK 20210417080531 http://www.ncbi.nlm.nih.gov/pubmed/13172380
+OK 20210321205909 http://www.un.org/ga/search/view_doc.asp?symbol=A/66/L.1
+MISS NA http://www.mwe.go.ug/index.php?option=com_docman&task=cat_view&Itemid=223&gid=15
+MISS NA http://tabnet.datasus.gov.br/tabdata/cadernos/brasil.htmossibilidades
+MISS NA http://glmmadmb.r-forge.r-project.orgAccessed14
+OK 20170118134953 http://www.mct.gov.br/index.php/content/view/30317.html
+OK 20210326141820 https://en.wikipedia.org/wiki/ricinus
+OK 20210309134549 https://www.thekennelclub.org.uk/press-releases/2018/june/french-bulldogs-overtake-labradors-as-uks-most-popular-dog-breed/
+OK 20100729003443 http://ftp.cefe.cnrs.fr/biom/Soft-CR/
+OK 20210413105308 http://en.wikipedia.org/wiki/Speaker_recognition
+OK 20210420013335 www.socialprotection.org
+OK 20070915110739 http://www.pre.nl/pre/products.htm#software
+MISS NA http://unesdoc.unesco.org/images/0018/001832/183281s.pdfVasilachisdeGialdino
+OK 20210225214609 http://www.planalto.gov.br/ccivil_03/leis/L8212orig.htm
+OK 20210411005748 http://news.bbc.co.uk/1/hi/health/4700592.stm
+MISS NA http://www.innovativecaremodels.com/docs/HWS-RWJF-CDM-White-Paper.pdfon25
+MISS NA Retrievedfromwww.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?dbfrom=pubmed&cmd=prlinks&retmode=ref&id=14966259
+OK 20210412192617 http://www.abet.org/Linked%20Documents-UPDATE/Criteria%20and%20PP/E001%2010-11%20EAC%20Criteria%201-27-10.pdf
+OK 20210422130542 http://lammps.sandia.gov
+MISS NA https://bit.ly/2JXbyTv
+OK 20210224224848 http://www.telehouse.com/facilities/colocation/
+OK 20210125204759 www.unep.org/GEO/geo3/index.htm
+OK 20110408084726 http://www.law.qut.edu.au/ljj/editions/v8n1/pdf/2_Mediation_and_the_Art_of_Regulation_ALEXANDER.pdf
+MISS NA http://www.kauffman.org/uploadedFiles/ResearchAndPolicy/EmergingScholars/KDFP/zhang-ting.pdf
+OK 20170701131247 http://www.psc.isr.umich.edu/research/project-detail/34723
+MISS NA http://www.ufpe.br/revistaenfermagem/index.php/revista/article/view/1611
+OK 20070102081757 .mels.gouv.qc.ca/stat/recherche/app_fr.pdf
+OK 20210421195311 https://www.nature.com
+OK 20201101023500 http://www.ling.lancs.ac.uk/profiles/elena-semino
+MISS NA http://arca.icict.fiocruz.br/bitstream/icict/5461/2/961.pdf
+OK 20210119214227 https://education.ti.com/en/activity/detail?id=79249DB7C6234BBBBB708E0EF224F8BB
+OK 20180420145940 http://www.biodiv.org
+OK 20190818214549 https://llufb.llu.lv/conference/REEP/2017/Latvia-Univ-Agricult-REEP-2017_proceedings-70-77.pdf
+MISS NA http://www.bio.uu.nl/,palaeo/Research2/NEPF/nepf.htm
+OK 20000930050605 http://wbln0018.worldbank.org/LAC/LACInfoClient.nsf/d29684951174975c85256735007fef12/f37a845e8a6d211185256801005504b1
+OK 20210420141906 http://www.xilinx.com
+OK 20210422014449 www.preprints.org
+MISS NA http://www.eclac.org/publicaciones/xml/7/4227/lcbrsdt016.pdf
+OK 20160815160849 http://pdet.mte.gov.br/rais?view=default
+OK 20210415101357 http://www.prismjournal.org/fileadmin/Praxis/Files/globalPR/GRUNIG.pdf
+OK 20170118224329 http://www.ncbi.nlm.nih.gov/pubmed/22301812
+OK 20200829072626 https://www.ncbi.nlm.nih.gov/pubmed/32235575
+OK 20210211112839 https://www.youtube.com/watch?v=TD2cUYVci28&feature=youtu.be
+OK 20171203001651 https://www.redalyc.org/articulo.oa?id=217022117006
+MISS NA http://www.webcitation.org/78DfIpikC
+OK 20200711222904 http://www.prefeitura.sp.gov.br/cidade/secretarias/upload/saude/arquivos/publicacoes/Boletim_CEInfo_Analise_06.pdf
+MISS NA http://www.aljazeera.com/news/2017/03/number-syrian-refugees-passes-million-170330132040023.html.ShaistaShaheenZafar
+MISS NA http://www.cnki.net/kcms/detail/detail.aspx?dbname=CMFDTEMP&filename=1015994508.nh
+OK 20140206040948 http://visimaxtechnologies.com/anti-reflection-visiclear/
+OK 20200217094315 http://deremilitari.org/2013/11/caballus-et-caballarius-in-medieval-warfare/
+OK 20210117040521 http://www.frenchweb.fr/lesperance-de-vie-dune-start-up-en-chiffres/167323
+OK 20060716084917 http://www.uni-kassel.de/fb1/mediafb1/dgfemedien/Seiten/Texte/tagungen/herbsttagung03/04_Niesyto/Magdeburg_Niesyto_Holzwarth.pdf
+OK 20180421005223 http://www.kstu.ru/article.jsp?id=0&id_e=18335&
+OK 20090507193508 http://gateway.ut.ovid.com/gw1/ovidweb.cgi
+OK 20120605235051 http://www.proventionconsortium.org/themes/default/pdfs/Microinsurance_study_July06.pdf
+OK 20201108103212 http://www.levyinstitute.org/pubs/sevenproc.pdf
+MISS NA http://worlddatabaseofhappiness.eur.nl/hap_nat/findingreports/2007-4.pdfVeenhoven
+OK 20170120200723 http://www.philhealth.gov.ph/about_us/statsncharts/snc2011.pdf
+MISS NA http://legacy.library.ucsf.edu/tid/tnn87a99.Accessed10
+MISS NA http://www.enap.gov.br/downloads/ec43ea4fMariaLucia1.pdf
+MISS NA http://www.rebanadasderealidad.com.ar/godio-21.htm.Consultadoel12/09/09
+OK 20210421064520 http://www.mobilitaet.bs.ch
+OK 20210211225920 http://www.webmineral.com/data/Eulytite.shtml
+MISS NA https://gap.exoscloud.com/index.php/s/ATNKuMWVqD0KX8D
+MISS NA http://arxiv.org/abs/math.CA/0601277
+OK 20210321084501 http://www.state.gov/r/pa/ei/bgn/5388.htm
+OK 20160427132346 http://persistent-identifier.nl/?identifier=urn:nbn:nl:ui:13-nqjn-zl
+MISS NA http://www.nbcnews.com/id/40929239/ns/technol-ogy_and_science-tech_and_gadgets/#.UqeMObRlj4t
+OK 20070813003522 http://www.remsoft.com/docs/library/chile.pdf
+OK 20210317113455 http://www.state.gov/documents/organization/47255.pdf
+OK 20210225232527 http://www.psych.yorku.ca/greenglass/
+MISS NA https://bit.ly/3eCo33G
+OK 20180602054131 http://link.aps.org/doi/10.1103/PhysRevLett.93.086401
+OK 20210410185336 http://www.scielo.br/pdf/rbedu/v12n34/a12v1234.pdf
+OK 20150421184748 http://mideastafrica.foreignpolicy.com/posts/2011/08/05/wheres_syrias_business_community
+MISS NA http://submission.scielo.br/index.php/rsbmt/article/view/20992
+MISS NA Retrievedfromwww.ucan.org/energy/electricity/solar_panel_permitting_fee_white_paper
+OK 20210422033104 https://medlineplus.gov/ency/article/003211.htm
+OK 20210322200106 http://www.cdc.gov/flu/fluvaxview/reports/reporti1213/reporti/index.htm
+OK 20090512185804 http://www.efmd.be/equis
+MISS NA https://www.arthritis.org/files/sections/advocacy/docs/Impact_of_HR_460.pdf.Accessed5
+OK 20210421003429 http://www.corestandards.org
+MISS NA http://www.nature.com.ezproxy.lib.uts.edu.au/nature/journal/v415/n6867/pdf/415023a.pdf
+OK 20210319143301 http://www.iupac-kinetic.ch.cam.ac.uk/
+OK 20210416175347 https://www.goodfreephotos.com
+MISS NA http://www.europarl.europa.eu/sides/getDoc.do?pub-Ref=-//EP//TEXT+TA+P7-TA-2012-0217+0+DOC+XML+V0//PL,21.05
+MISS NA http://solutions.irri.org/index.php?option=com_frontpage&Itemid=1
+OK 20210224133652 http://knowledge.wharton.upenn.edu/article/democratization-ai-means-tech-innovation/
+MISS NA https://www.bappenas.go.id/files/rpjmd_dan_rkpd_provinsi/DIYogyakarata/RKPDDIYogyakarta2016.pdf
+OK 20210413023433 http://arxiv.org/abs/0710.4867
+MISS NA https://www.caritas.org.ar/Boletin_Digital/2015/2015-07/Hue-llas-Web.html
+MISS NA 2012.www.leo-pharma.us/Files/Billeder/LEO_local_images/LEO-Pharma.US/Releases/Picato%20PI.pdf
+OK 20201207114804 https://www.jstor.org/stable/4060308
+OK 20210308220802 https://www.washingtonpost.com/local/cities-struggle-to-protect-vulnerable-homeless-populations-as-coronavirus-spreads/2020/03/20/1144249c-67be-11ea-b5f1-a5a804158597_story.html
+MISS NA http://hdl.handle.net/10261/109444
+OK 20170910194856 http://www.who.int/features/factfiles/obesity/facts/en/index9.html
+OK 20210124151838 http://www.sier.olade.org
+OK 20210415144016 http://zakon5.rada.gov.ua/laws/show/1556-18/page
+OK 20210303185046 http://economics.dal.ca/RePEc/dal/wparch/howgini.pdf
+OK 20170423075924 http://www.norwegen.no/Norsk/Okonomi-og-naringsliv/Samhandelen-mellom-Norge-og-Tyskland/#.U32m2vdq5DA
+MISS NA http://issuu.com/vabariigi_valimiskomis-jon/docs/internet_voting_in_estonia
+MISS NA http://www.echr.coe.int/Documents/Handbook_asylum_RON.pdfaccesedon
+OK 20170715183042 http://www.ncbi.nlm.nih.gov/pubmed/19124731
+OK 20080204070227 http://www.jisclegal.ac.uk/cybercrime/Archived_cybercrime.htm
+OK 20210419035726 http://www.blast2go.org
+OK 20210120014007 http://thesis.library.caltech.edu/2521/
+OK 20200225011627 http://www.marcionite-scripture.info/antithesis.html
+OK 20210422170250 http://www.cboe.com
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/10988266
+MISS NA https://jus.com.br/artigos/64822/crise-institucional-compliance-e-blockchain-uma-visao-conciliatoria-do-que-esta-por-vir
+OK 20210419212628 https://www.who.int/emergencies/diseases/novel-coronavirus-2019/technical-guidance/naming-the-coronavirus-disease-(covid-2019)-and-the-virus-that-causes-it
+MISS NA http://www-gap.dcs.st-and.ac.uk/~history/Mathematicians/Dantzig_George.html.Accessed4
+MISS NA http://www.revistarene.ufc.br/revista/index.php/revista/article/viewFile/62/pdf20.OliveiraAG
+OK 20210211071827 http://www.terabeam.com
+OK 20210307194845 http://publications.gc.ca/collections/Collection/CP32-85-2002E.pdf
+OK 20210415033019 http://www.gamestudies.org/0101/juul-gts/
+MISS NA https://www.youtube.com/watch?time_conti-nue=104&v=tuHb_W3Z3rU
+OK 20200927175403 http://advances.sciencemag.org/content/4/3/eaap7399#BIBL
+OK 20110717145048 http://oai.dtic.mil/oai/oai?verb=getRecord&metadataPrefix=html&identifier=ADP004276
+OK 20190429155336 http://www.cswe.org/Accreditation/2008EPASDescription.aspx
+OK 20140611104843 https://www.imf.org/external/np/pp/eng/2011/051311.pdf
+MISS NA mecd.gob.es/dctm/inee/.../practicasdocentesyrendimientoestudiantil.pdf
+OK 20210323095449 https://www.cms.gov/Research-Statistics-Data-and-Systems/Downloadable-Public-Use-Files/Provider-of-Services/index.html
+MISS NA http://www.cvm.gov.br/asp/cvmwww/atos/Atos_Redir.asp?Tipo=D&File=\\deli\\deli539.do
+OK 20160827183733 https://arxiv.org/abs/1608.05598
+OK 20210212061349 http://eur-lex.europa.eu/legal-content/RO/TXT/
+OK 20160320053549 http://sourceforge.net/projects/captainfeature
+OK 20190930042030 http://indianexpress.com/article/india/justice-rahim-appointed-acting-chairperson-of-ngt-5113810/
+OK 20210209013000 http://nelenkov.blogspot.com/2012/08/exploring-google-wallet-using-secure.html#!/2012/08/exploring-google-wallet-using-secure.html
+MISS NA www.regjeringen.no/upload/kilde/bfd/prm/2005/0028/ddd/pdfv/241896-­-sluttrapport-­-mars05.pdf
+OK 20200203163253 http://www.uwe.ac.uk/bbs/trr/Issue3/Is3-1_5.htm
+MISS NA http://mafija.fmf.uni-lj.si/seminar/files/20072008/MEMSaccelerometers-koncna.pdf
+OK 20210326221259 https://data.oecd.org/pension/net-pension-replacement-rates.htm
+OK 20120718234901 http://www.lenta.ru/news/2009/07/11/refuse/
+MISS NA http://www.awmf.org/leitlinien/detail/ll/003-001
+OK 20210314185921 http://www.teachingforchange.org/gw-birthday-cake-not-recommended
+OK 20081206115617 http://www.cseindia.org/programme/health/pdf/conf2006/b1women.pdf
+MISS NA https://en.wikibooks.org/wiki/Issues_in_Digital_Technology_in_Education/Blended_LearningWoodall
+MISS NA http://www.minsa.gob.pa/sites/default/files/publicaciones/situacion_de_salud_panama_2013_0.pdf.Accessed28
+OK 20151010062028 http://www.esri.mmu.ac.uk/seminars/knowledge.pdf
+MISS NA https://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/HospitalAcqCond/Downloads/2016-HAC-Report.pdf.Accessed15
+MISS NA http://conventions.coe.int/Treaty/Commun/ChercheSig.asp?NT=009&CM=8&DF=26/12/2012&CL=GER
+OK 20171118035702 http://comisionporlamemoria.net/bibliografia2012/metodologia/Pujadas.pdf
+MISS NA http://www3.prefeitura.sp.gov.br/cadlem/secretarias/negocios_juridicos/cadlem/integra.asp?alt=16012009L148870000
+OK 20090328131347 http://www.sciencemag.org/cgi/content/full/294/5546/1537
+OK 20161124091247 http://rosavtodor.ru/documents/119
+MISS NA http://unstats.un.org/unsd/default.htmDatelastupdated
+OK 20200707063317 http://halshs.archives-ouvertes.fr/docs/00/96/04/76/PDF/2014.06.pdf
+OK 20210211013013 http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm
+OK 20210405055533 www-01.ibm.com/software/integration/optimization/cplex-optimizer/
+OK 20120910153929 http://www.bbc.co.uk/iplayer/episode/b013m49b/The_Essay_The_Music_Appreciation_Movement_Episode_1/
+OK 20210422083349 www.R-project.org/
+MISS NA http://www.cs.cmu.edu/∼maxim/software.html
+MISS NA http://www2.ohchr.org/english/bodies/hrcouncil/docs/17session/A.HR
+OK 20061217043238 marymount.edu/news/garmentstudy/overview.html
+MISS NA http://ssrn.com/abstract=1081269
+OK 20210225113246 http://apps.who.int/iris/bitstream/10665/66783/1/WHO_EDM_TRM_2000.1.pdf
+MISS NA https://www.researchgate.net/publication/305720463_Addition_of_Waste_Glass_to_Self-Compacted_Concrete_Critical_Review1%-https://www.deepdyve.com/lp/elsevier/scc-modification-by-use-of-amorphous-nano-silica-nbwbq7VCB41%-https://www.researchgate.net/publication/233188214_Utilization_of_fly_ash_for_stabilization_of_marine_dredged_sediments1%-https://www.sciencedirect.com/science/article/pii/S0958946513001297
+OK 20210112052346 www.boost.org/libs/lambda
+OK 20031203235522 http://newsvote.bbc.co.uk/mpapps/pagetools/print/news.bbc.co.uk/1/hi/world/middle_east/3165394.stm
+OK 20210312173600 https://github.com/boogie-org/boogie/
+OK 20210227224817 http://www.backpaineurope.org/web/files/WG2_Guidelines.pdf
+OK 20210415115510 https://www.soa.org/files/pdf/research-pred-mod-life-batty.pdf
+OK 20210421075024 https://hhr.virginia.gov
+OK 20090724150052 http://www.adb.org/Documents/Periodicals/ADB_Review/2004/vol36_1/pain_gain.asp
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.81
+OK 20200808234451 http://www.designinference.com/documents/2004.01.Irred_Compl_Revisited.pdf
+OK 20200202001356 www.who.int/fsf/GMfood/
+OK 20150619174248 http://redcrescent.az/downloads/book2.pdf
+MISS NA 9850.www.advelectronicmat.de
+OK 20160303202321 policyschool.ucalgary.ca/sites/default/files/research/mmoore-oilmarket.pdf
+OK 20200923165323 http://content.tfl.gov.uk/annual-report-2014-15.pdf
+OK 20190922195906 http://digbib.ubka.uni-karlsruhe.de/volltexte/1000042415
+OK 20210421210939 http://www.kidney.org
+OK 20200807123308 http://www.libraryjournal.com/article/CA491154.html%2522
+OK 20180820200601 http://editora.unoesc.edu.br/index.php/acet/index
+MISS NA https://www.fema.gov/pdf/government/grant/pa/fema_329_debris_estimating.pdfCited
+MISS NA Housing.www.housing.gov.za
+OK 20210421121828 http://www.apache.org
+OK 20200527101035 https://CRAN.R-project.org/package=sads
+MISS NA http://www.philstar.com/sunday-life/277659/fairy-tale
+OK 20210414103532 www.gpgpu.org
+OK 20200819233503 http://www.scielo.br/scielo.php?script=sci_artt
+MISS NA http://aisel.aisnet.org/cgi/viewcontent.cgi?article=1139&context=acis2005
+MISS NA http://www.wrc.org.zaISSN0378-4738
+OK 20121003053214 http://www.sciencedirect.com/science/article/pii/S000632230401100X
+OK 20190716130653 http://www.nice.org.uk/nicemedia/live/13056/49926/49926.pdf
+OK 20181123154810 http://www.hubrural.org/IMG/pdf/wabi_malanville_gaya.pdf
+OK 20210126105216 http://www.marston.co.uk
+OK 20210122232200 zieta.pl/plopp-family/
+OK 20210414183430 http://www.afhayes.com/public/process2012.pdf
+OK 20210421055202 https://www.propublica.org/article/facebook-enabled-advertisers-to-reach-jew-haters
+OK 20091007015543 http://www.abef.com.br/portal/_clientes/abef/cat/Abef%20RA_4021.pdf
+MISS NA http://developer.intel.com/technology/itj/q11999/articles/art5.htm
+OK 20090616041536 http://www.gm.com/corporate/responsibility/reports/06/300_company/4_forty/341.html#globalclimate
+OK 20200618182720 http://www.gartner.com/it-glossary/it-outsourcing
+MISS NA http://www.fundamental-research.ru/ru/article/view?id=4557
+MISS NA http://www.laudel.info/wp-content/uploads/2013/12/EURECIA-WP4-report-final-Jan2012.pdfAccessed1
+OK 20210315011135 http://www.ahuri.edu.au/__data/assets/pdf_file/0016/7315/AHURI_Final_Report_No260_Indigenous-lifeworlds,-conditionality-and-housing-outcomes.pdf
+OK 20210215134716 http://www.aucklandcouncil.govt.nz/EN/environmentwaste/pollution/Pages/airquality.aspx
+OK 20200925010838 http://www.if.ufrgs.br/~moreira/Subsidios6.pdf
+MISS NA http://hurarsiv.hurriyet.com.tr/goster/ShowNew.aspx?id=-220338adresinden30Mart2014tarihindealınmıştır
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid
+OK 20200916125752 https://machinaresearch.com/news/press-release-global-internet-of-things-market-to-grow-to-27-billion-devices-generating-usd3-trillion-revenue-in-2025
+OK 20210309131825 http://www.unicef.org/media/media_78045.html
+OK 20180205072909 http://www.ub.unibas.ch/bernoulli/index.php/Hauptseite
+OK 20180312164705 http://www.tmacs.ca/cs_innu.shtml
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/16857720?ordinalpos=3&itool=EntrezSystem2
+MISS NA http://www.conrado.cfg.rimed.cu
+OK 20210126194947 http://www.cidades.ibge.gov.br/xtras/home.php
+MISS NA http://gallica.bnf.fr/ark:/12148/bpt6k4113177.image.r=coeur.f4.lanFR
+OK 20200216162125 http://books.scielo.org/id/h8pyf
+OK 20200107115837 http://www.feldaglobal.com/investors/annual-reports/
+MISS NA http://www.correiobra-ziliense.com.br/app/noticia/economia/2015/08/10/internas_economia,493952/no-primeiro-semestre-191-mil--empresas-deixaram-de-funcionar-no-pais.shtml
+OK 20120513101733 http://ec.europa.eu/environment/enlarg/pdf/reap/reap_report_annex3_slovenia_ds_en.pdf
+OK 20190203072553 http://www.betaversion.org/~stefano/linotype/news/85/
+OK 20210419184307 http://sjp.pwn.pl/
+OK 20210121071346 www.ariehsharon.org
+OK 20140514150421 https://library.carleton.ca/sites/default/files/find/data/surveys/pdf_files/Price-of-Knowledge_4th-edition_2009-11_book_en.pdf
+MISS NA http://maltesehistoryonline/
+OK 20210203162932 https://docs.oracle.com/javase/specs/jls/se11/html/index.html
+MISS NA http://pewforum.org/The-Future-of-the-Global-Muslim-Population.aspxon
+MISS NA http://www.space-ins.ru/index.php/o/147
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210318162436 http://www.marinespecies.org/pycnobase
+OK 20180111044711 http://vertigo.revues.org/9160
+OK 20070220145356 http://www-106.ibm.com/developerworks/xml/library/x-think10/
+OK 20210410190144 www.callcenter.com
+OK 20050118054415 http://www.yorku.ca/nhp/conferences/dartmouth/Anthea_Morrison.PDF
+MISS NA http://www.health.heacademy.ac.uk/focus/problem-based-learning/pbl.html
+OK 20210415084336 http://www.newyorker.com/magazine/2004/05/10/torture-at-abu-ghraib
+MISS NA https://www.routledge.com/Introduc-tion-to-Construction-Project-Engineering/Migliaccio-Holm/p/book/9781138736580
+OK 20160304111237 http://dev.ico.org/documents/icc-107-7e-tariffs-trade.pdf
+OK 20190212022439 http://jurnal.pasca.uns.ac.id
+MISS NA http://en.wikipedia.org/w/index.php?title=Drupal&oldid=259210551
+OK 20161221232403 http://www.env.go.jp/nature/intro/4document/manual.html
+MISS NA https://www.researchgate.net/publication/5199934_Trade_Facilitation_in_Developing_Countries
+OK 20210308105728 https://sir.unl.edu/portal/index.html
+MISS NA https://www.ilo.org/dyn/natlex/docs/WEBTEXT/42005/64978/E95GHA01.htm.Accessed:21.11
+OK 20200730111609 http://doi.acm.org/10.1145/1961189.1961199
+OK 20210407190535 http://gcn.gsfc.nasa.gov/gcn/gcn3/5617.gcn3
+MISS NA http://library.enaca.org/inland/catfishbmps/catfish_bmp_v2.pdf.org/inland/catfishbmps/
+OK 20181129164449 http://download.portalgaruda.org/article.php
+MISS NA https://silicones.elkem.com/EN/our_offer/Product/90059900/90059901/SILBIONE-RTV-4439
+OK 20210421054811 https://www.ncsbn.org/Table_of_Pass_Rates_2012.pdf
+OK 20210202171127 http://portal.mec.gov.br/index.php?option=com_docman&task=doc_download&gid=7619&Itemid
+MISS NA http://www.arxiv.org/abs/cs/cs.CC/0312007
+OK 20210131015236 http://cityroom.blogs.nytimes.com/2010/07/24/24stretch/
+OK 20190411125449 http://www.citeulike.org
+OK 20210125232702 veramenezes.com
+MISS NA https://cms.dgn-service.de/csg/igesDe/content/e72/e251/e254/RSA.pdf
+OK 20210227163433 http://www.educ.fc.ul.pt/docentes/jponte/artigos-por-temas.htm
+OK 20000504040825 http://www.ctv.es/USERS/mrb/tolerancia/
+MISS NA https://data.oecd.org/adresindenerişildi
+MISS NA http://www.pathogenica.com/technology.php.Accessed3
+OK 20210421154303 https://www.capellaspace.com
+OK 20210225041744 http://www.who.int/intellectualproperty/studies/S.%20Chaudhuri.pdf
+OK 20200721172028 http://www.unfpa.org/webdav/site/global/shared/documents/publications/2007/695_filename_sowp2007_eng.pdf
+MISS NA http://dx
+OK 20200814150911 http://news.bbc.co.uk/hi/spanish/latin_america/newsid_7598000/7598751.stm
+OK 20210420183444 http://globocan.iarc.fr/
+OK 20170921000411 http://www.rg.ru/2012
+OK 20210309100720 http://www.clubsostenibilidad.org/
+OK 20210316073329 http://www.mma.gov.br/conama/
+MISS NA http://comunicacaoepolitica.com.br/blog/2012/02/pesquisador-que-so-lattes-nao-morde/
+OK 20210326132643 http://www.camnet.com.kh/nphri/pub-conts.htm
+OK 20180713123435 http://rachmatkriyantono.lecture.ub.ac.id/files/2013/02/ANALISIS-ISI1.pdf
+OK 20210331162801 http://pubs.usgs.gov/tm/2005/tm4A5/
+OK 20200223130431 http://bmr.sciedupress.com
+MISS NA http://assembly.nu.ca/library/GNedocs/2016/002201-e.pdf
+MISS NA http://www.meps.ahrq.gov/data_files/publications/st76/stat76.pdf.Retrieved
+MISS NA https://www.healthit.gov/topic/meaningful-use-and-macra/meaningful-use.Accessed
+OK 20200623230012 http://www.sciencedirect.com/science/article/pii/0167718796010156
+OK 20151029070526 http://dtr2004.saude.gov.br/sinanweb/
+MISS NA http://munin.uit.no/bitstream/handle/10037/4848/thesis.pdf?sequence=2Acessadoem20/08/14
+MISS NA http://www.skybrary.aero/bookshelf/books/1351.pdf
+OK 20170716191835 http://www.nice.org.uk/CG155
+OK 20201111212243 https://www.employeefiduciary.com/blog/is-your-company-part-of-a-controlled-group-you-need-to-know-or-risk-401k-plan-disqualification
+OK 20210420122701 https://www.eqar.eu/qa-results/search/by-institution/
+OK 20210122150028 http://foodshare.net/timeline/the-first-good-food-box-is-packed/
+OK 20210421160100 http://creativecommons.org/licenses/by/3.0/es/deed.en
+OK 20191018142450 https://www.ft.com/content/64bcb136-412b-11e8-803a-295c97e6fd0b
+OK 20210124040158 https://www.unrwa.org/newsroom/press-releases/brazil-and-uae-admitted-unrwa%E2%80%99s-top-consultative-body-advisory-commission
+OK 20210411164345 http://www.minambiente.gov.co/index.php/asuntos-ambientales-sectorial-y-urbana/gestion-del-aire/politica-de-prevencion-y-control-de-la-contaminacion-del-aire-ppcca#documentos-relacionados
+OK 20210421021605 http://epp.eurostat.ec.europa.eu
+MISS NA http://www.idiogrid.comadresindenerişildi
+OK 20210414230308 www.cvm.gov.br/ingl/indexing.asp
+OK 20181115183517 http://bibliotecaceuvilarubi.blogspot.com.br/
+OK 20210304161423 http://csis.org/publication/analysis-taiwans-nine-one-local-elections
+OK 20210402032031 http://www.mathworks.com/help/techdoc/ref/
+OK 20210116050028 http://digitalcommons.law.umaryland.edu/mscas/vol2013/iss4/1
+OK 20210417093233 http://www.cdc.gov/nchs/nhanes.htm
+OK 20200118021521 http://www.clarin.com/politica/Energia-fracaso-Enarsa-nuevas-licitaciones_0_1043895670.html
+OK 20210418035153 http://glovis.usgs.gov
+OK 20201108092831 http://www.saturdayeveningpost.com/2015/02/05/history/post-perspective/will-uber-share-jitneys-fate.html
+OK 20210214142539 https://www.everywomaneverychild.org/global-strategy/
+MISS NA URLwww.interscience.wiley.com
+OK 20120624084101 http://www.oecd.org/dataoecd/54/10/40990370.pdf
+MISS NA 214availableatwww.jstage.jst.go.jp/browse/islsmORIGINALARTICLESBhagwananiNSetal
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231
+MISS NA https://academic.oup.com/gbe/advance-article-abstract/doi/10.1093/gbe/evaa107/5842138bygueston24
+OK 20200422114455 http://sgb.meb.gov.tr/istatistik/meb_istatistikleri_orgun_egitim_2014_2015.pdf
+OK 20210211025027 http://www.eac.fea.usp.br
+OK 20110907012016 www.ameli.fr/accueil-de-la-ccam/telechargement/historique/index.php
+MISS NA http://www.acpe-accredit.org/pdf/ACPE_Revised_PharmD_Standards_Adopted_Jan152006.pdf.Accessed
+OK 20210325225054 https://nces.ed.gov/pubs93/93275.pdf
+MISS NA https://www.youtube.com/watch?v=eAks9wqz_L8,acessadoem10/dezembro/2016
+MISS NA http://bit.ly/1Fs8G78
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/18927278〉
+OK 20210414180843 https://wir2018.wid.world/files/download/wir2018-full-report-english.pdf
+OK 20210422035119 http://www.sciencedirect.com/science/article/pii/S006535271930020X
+OK 20130404072643 http://rockyweb.cr.usgs.gov/nmpstds/doqstds.html
+MISS NA http://www.coe.int/T/E/Social_Cohesion/Population/Pop39%20Demo%20conseq%20c&e%20eng.pdf
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/0959396042000178205
+OK 20141016044159 http://upmagazine-tap.com/pt_artigos/receita-de-pao-de-lo/
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/22644055
+MISS NA http://blog.daum.net/lstreturn/2
+MISS NA http://ssrn.com/abstract=1895690at12
+OK 20200908232306 http://www.cs.arizona.edu/rcs/hpc/
+MISS NA http://front.math.ucdavis.edu/math.MG/0507528
+OK 20210415022835 https://scifinder.cas.org/scifinder/view/scifinder/scifinderExplore.jsf
+MISS NA https://www.ivoclarvivadent.co/es-co/p/todos/composites/tetric-n-ceram-bulk-fill
+OK 20200610140443 http://tourlib.net/reklama.htm
+MISS NA http://www.uesco.org/xtrans/
+OK 20210318080654 www.espcinc.com
+MISS NA https://elibrary.ru/item.asp?id=26588207
+OK 20120826050906 http://www.thenational.ae/business/energy/china-awarded-first-abu-dhabi-oil-rig-deal
+OK 20131111093326 http://www.bis.org/publ/cpss74.pdf
+OK 20210118021041 http://www.google.ro/url?sa=t&rct=j&q=&esrc=s&source=web&cd=8&ved=0CEgQFjAH&url=http%3A%2F%2Fbokorsopron.fw.hu%2Findex.php%3Foption%3Dcom_phoca-download%26view%3Dcategory%26download%3D7%3Apedagogiai-k..&ei=iT-uVN-vQFIj9ywPsiYCICQ&usg=AFQjCNGg9uqQhPUf0Sm69eOHXMUwK4CYXA&sig2=NjOU5eOD-Tnho5oofMs9UGw&bvm=bv.83339334,d.bGQ
+OK 20210416182643 http://www.liveinaustralia.com
+OK 20160207093210 http://www.claudialima.com.br/pdf/LETRAS_DE_MUSICAS_DO_CARNAVAL_DE_PERNAMBUCO.pdf
+OK 20210410082834 http://tcpreplay.synfin.net/
+OK 20210123134750 http://www.riggare.se/1-vs-8765/
+OK 20200513145050 http://www.opt.pt/produto.asp?codProduto=8
+MISS NA http://www.revistalatinacs.org/16SLCS/libro-colectivo-edicion-2.htmlE.GarzónValdés
+OK 20210309155007 http://conventions.coe.int/treaty/en/treaties/html/123.htm
+OK 20180815093618 https://www.coursera.org/learn/convolutional-neural-networks/lecture/bjhmj/siamese-network
+OK 20180423134750 http://fhdd.opus.hbz-nrw.de/volltexte/2007/362/pdf/Strohhalm.pdf
+OK 20210212092041 http://www.redalyc.org/articulo.oa
+OK 20010726032759 http://kellia.nioz.nl/projects/frifront/
+OK 20100523151717 http://webpages.cs.luc.edu/~mt/CS150/M1.html
+OK 20210225225809 https://tbfacts.org/tb-statistics/
+OK 20210418114308 http://www.w3.org/TR/owl2-overview/
+MISS NA http://www.stat.gouv.qc.ca/publications/sante/pdf/
+OK 20150918014534 http://www.ncbi.nlm.nih.gov/pubmed/12063493
+OK 20190403173239 http://www.spiegel.de/einestages/relikte-des-kalten-krieges-deutschlands-geheimer-superbunker-a-946763.html
+MISS NA http://dx
+MISS NA www.cs.ucl.ac.uk/staff/C
+MISS NA www.ophsource.org/periodicals/ophtha/article/S0161-6420
+OK 20201124162412 http://www.telegraph.co.uk/women/womens-life/11163558/Apple-and-Facebook-just-got-darker-freezing-female-employees-eggs-is-anything-but-kind.html
+OK 20210420090542 http://xmlns.com/foaf/spec/
+OK 20210225172355 http://www.imf.org/external/pubs/ft/weo/2015/01/weodata/download.aspx
+OK 20210309172018 https://www.bbc.com/mundo/noticias/2012/07/120707_colombia_garcia_marquez_memoria_aw
+MISS NA http://www.scielo
+OK 20200727221039 http://www.diabetes.or.kr/temp/Diabetes_Fact_sheet2012.pdf
+MISS NA http://www.africaportal.org/documents/14234/Issue_paper_0052015.pdf
+MISS NA http://www.rand.org/publications/MR/MR1276/accessed
+OK 20111027115057 http://www.ead.fea.usp.br/semead/10semead/sistema/resultado/trabalhosPDF/109.pdf
+MISS NA http://articles.latimes.com/2012/mar/30/enter-tainment/la-et-turkey-antiquities-20120331Acessoem
+OK 20210116045810 http://www.theoldrobots.com/Walking-Robot2.html
+MISS NA http://www.eatingdisorders.org/uploads/file/Orthorexia%20Nervosa.pdf
+OK 20180601214552 http://socio.hu/uploads/files/2016_2/takacs_ptoth.pdf
+MISS NA http://tinyurl.com/2bw7fn3orhttp://tinyurl.com/3ysr3meforthefreeapplications
+MISS NA http://www.migalhas.com.br/dePeso/16,MI203254
+MISS NA http://www.guavatechnologies.com/cm/Life%20Science%20Research/Assays/Viability%20&%20Cell%20Counting.html
+MISS NA http://bit.ly/1FmNvlX
+OK 20201109040036 http://www.picloud.com/
+OK 20210224195908 http://www.genome.ad.jp/kegg/pathway.html
+OK 20210413172621 http://protege.stanford.edu/
+OK 20210121213112 http://www.unep.fr/shared/publications/pdf/DTIx0592xPA-TourismPolicyEN.pdf
+OK 20201121100529 http://www.juntadeandalucia.es/averroes/plurilinguismo/curriculo/borradorcil.pdf
+OK 20190307020445 https://www.rfidjournal.com/articles/view?17954
+OK 20100715020511 http://www.citylab.aud.ucla.edu/Shane_reading.pdf
+OK 20170709174100 http://cirrie.buffalo.edu/database/829/
+OK 20210211230154 http://www.minerazzi.com/tutorials/cosine-similarity-tutorial.pdf
+OK 20100721223259 http://bplhd.jakarta.go.id/airlama.php
+MISS NA http://www.chemcas.com/msds/msdsds94
+OK 20170125055739 http://www.epa.gov/opppmsd1/PR_Notices/pr97-3.html
+OK 20210414060347 http://qz.com/355444/tanzania-dumps-english-as-its-official-language-in-schools-opts-for-kiswahili/
+OK 20210417042457 http://www.uml.org
+OK 20210421113349 http://www.thefreedictionary.com/intimidate
+OK 20210416114405 https://seer.cancer.gov/statfacts/html/oralcav.html
+MISS NA http://www.ncbop.org/LawsRules/rules.3100.pdf.Ac-cessed
+OK 20201126181656 http://www.abs.gov.au/AUSSTATS/abs@.nsf/exnote/4714.0
+OK 20200127013345 http://www.austro-hungarian-army.co.uk/biog/ellison.html
+OK 20210419005230 https://www.w3.org/History/1989/proposal.html
+MISS NA http://noticias.sapo.cv/info/artigo/1449978.html
+OK 20130306035633 http://www.lkm.tu-berlin.de/ComputationalReality/
+OK 20170822222829 http://phac-aspc.gc.ca/sdh-dss/bg-eng.php
+OK 20151006051930 http://www.rmg.co.uk/researchers/library/research-guides/general-maritime/research-guide-m7-music-and-the-sea-sources-of-information-in-the-national-maritime-museum
+OK 20210416152111 http://dalailama.com/messages/environment/thinking-globally
+OK 20190823123147 http://www.world-nuclear-news.org/NP-EC-puts-figure-on-maintaining-nuclear-capacity-0404164.html
+OK 20170120102749 http://www.cnpp.usda.gov/Publications/HEI/healthyeatingindex2005factsheet.pdf
+OK 20210211010159 http://web.worldbank.org/WBSITE/EXTERNAL/
+OK 20210304230817 http://muslimonline.org/cgi-bin/hadith.cgi
+MISS NA https://developer.oculus.com/design/latest/concepts/bp_intro/https://developer.oculus.com/design/latest/concepts/book-bp/
+MISS NA http://www.washingtonpost.com/sf/style/2016/05/19/what-college-students-mean-when-they-ask-for-safe-spaces-and-trigger-warnings/?utm_term=.9f0364b77f4f
+OK 20150710173257 http://www.latimes.com/media/acrobat/2009-10/49898689.pdf
+MISS NA http://www.joensuu.fi/statistics/pep/peptutorial.pdf#search=%22Alho%20Mustonen%20PEP%22
+OK 20210413014004 http://www.sidra.ibge.gov.br
+OK 20100607084324 http://psidonline.isr.umich.edu/data/Documentation/Fam/1997/readme.txt
+MISS NA http://www.ue.edu.pk/Vision_Mission.htm
+MISS NA http://hdl.handle.net/10498/18017
+MISS NA http://wwwscreeningnhsuk/criteria
+OK 20190825154956 http://portlandtribune.com/sl/274399-150205-city-county-join-world-fossil-fuels-divestment-movement-
+MISS NA http://www.direitonet.com.br./artigos/exibir/1988/funcao-socia-da-empresa.Acessoem10/03/2016
+OK 20210413150422 http://www.planet-lab.org
+MISS NA ftp.fao.org/docrep/fao/011/i0359e/i0359e00.pdf
+MISS NA www.biblio-archive.unog.ch/detail.aspx?ID=139971
+MISS NA https://tinyurl.com/yaamogop
+OK 20170216130432 http://www.scielo.br/pdf/tce/v20n3/19.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210314191842 www.emeraldinsight.com/reprints
+OK 20210420200957 http://tomcat.apache.org/
+MISS NA http://www.ams.org/journal-terms-of-use10
+OK 20200812212739 http://www2.eca.usp.br/moran/?page_id=22
+OK 20210126040231 http://bvsms.saude.gov.br/bvs/publicacoes/v_diretrizes_brasileira_hipertensao_arterial_2006.pdf
+OK 20210422015527 http://www.spiegel.de/kultur/literatur/
+OK 20210322101911 http://www.saxproject.org/
+MISS NA http://aidsinfo.unaids.org/Accessed
+MISS NA http://www.mentalhealthcommission.ca/English/system/files/private/document/MHCC_E-Mental_Health-Briefing_Document_ENG.pdf.Accessed
+OK 20180602212650 http://www.atmos-chem-phys.net/7/2733/2007/
+MISS NA https://www.gov.uk/government/speeches/pm-statement-at-press-conference-with-japanese-prime-minister-abe-5-may-2016.Accessed24
+OK 20201112014615 http://depts.washington.edu/moves/UFW_map-events.shtml
+MISS NA http://ursi-test.intec.ugent.be/files/URSIGA08/papers/EP1p9.pdf
+MISS NA http://www.ifp.uni-stutgart.de/ifp/sensor
+OK 20210108182249 http://www.zeit.de/2004/36/Der_Untergang
+OK 20210225135347 https://www.amazon.com/Qualitative-Inquiry-Research-Design-Approaches/dp/1412995302
+MISS NA http://www.tagesanzeiger.ch/zuerich/stadt/Fuer-Schulversuch-fehlen-Freiwillige/story/26410626-mostPopularComment
+MISS NA https://en.wikipedia.org/wiki/Modem.Accessed
+OK 20200216222908 http://www.ngtp.ru/rub/4/2_2011.pdf
+OK 20210419142149 https://keras.io
+OK 20210413234131 www.cdc.gov/msmhealth/viral-hepatitis.htm
+OK 20210213203817 http://www.mcclatchydc.com/news/nation-world/world/middle-east/article24770476.htm
+MISS NA https://ec.europa.eu/digital-single-market/en/news/eurobarometer-eprivacy,07.01
+OK 20210415131329 http://www.trimaran.org
+OK 20190712125247 http://www.anpec.org.br/encontro2005/artigos/A05A048.pdf
+MISS NA http://www.aei.org/article/health/healthcare-reform/accountable-care-organiza-tions-the-end-of-innovation-in-medicine/
+OK 20140914132924 http://socialcomputing.uci.edu/ISTC-Social-Whitepaper.pdf
+OK 20210422011603 https://www.zoek.officielebekendmakingen.nl
+MISS NA http://www.hrc.org/documents/HRCFoundationStateoftheWorkplace2007-2008.pdf
+MISS NA http://www.navy.lk/index.php?id=66Accessed
+OK 20031208010018 http://citeseer.nj.nec.com/friedman97bayesian.html
+OK 20190829190520 https://www.icsc.com/uploads/t07-subpage/Gen_Z_2018_Consumer_Series.pdf
+OK 20200609150835 https://www.researchgate.net/profile/Alessandra_Faggian/publication/278661248_Job_Search_Theory/links/570ce23c08aec783ddcd9f1e/Job-Search-Theory.pdf
+OK 20170919011901 http://srspb.ru/attach/374.pdf
+OK 20170819071801 http://wdc.dlr.de/data_products/SURFACE/land_surface_temperature.php
+MISS NA https://www.elttam.com.au/blog/goahead/.Accessed
+OK 20120402145225 https://gsa.confex.com/gsa/2005AM/finalprogram/abstract_97119.htm
+OK 20110626035847 https://www.dbresearch.com/PROD/DBR_INTERNET_EN-PROD/PROD0000000000256216.pdf
+MISS NA http://www.math.missouri.edu/people/faculty/fgesztesypt.htmlDepartmentofMathematicalSciences
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200815173803 http://www.nea.org/tools/theories-of-learning-and-teaching-what-do-they-mean-for-educators.html
+MISS NA http://www.nwlc.org/resource/closing-wage-gap-crucial-women-color-and-their-families91
+OK 20210122104850 www.ghgprotocol.org/standards/project-protocol
+OK 20210325054554 http://www.atmos-meas-tech.net/3/1351/2010/
+MISS NA https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4942664/
+MISS NA https://engag-ingnewsproject.org/wp-content/uploads/2014/06/ENP_SJN-report.pdf
+MISS NA http://www.unesco.org/culture/natlaws/media/pdf/colombia/colom-bia_constitucion_politica_1991_spa_orof.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200815065727 http://www.intechopen.com/books/advances-in-gas-turbine-technology/biofuel-and-gas-turbine-engines
+MISS NA https://www.nhsbsa.nhs.uk/sites/default/files/2017-04/BNF_Classification_Booklet-2017.pdf
+MISS NA http://www.if.ufrgs.br/public/tapf/v20n4_herzog_steffani.pdf.Acessoem:08/09/2015
+MISS NA http://www.revistadir.mcam-pos.br/producaocientifica/artigos/rafaelbelitzckferreiracomentarioaleidaempresaindivi-dual.pdf
+MISS NA http://www.springerlink.com/content/n6w5783280369m80/
+OK 20150824084748 http://intranet.uat.edu.mx/cienciauat/Lists/noticiasciencia2/DispFormx.aspx
+OK 20070218135006 http://www.makelabel.com/images/barcodeartwork/Sample_UPC_TIF.tif
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=195863&tool=pmcentrez&rendertype=abstract
+OK 20210309134049 http://www.rcseng.ac.uk/fds/clinical_guidelines
+MISS NA http://www.juntadeandalucia.es/educacion/educacion/nav/contenido.jsp?pag=/Contenidos/Viceconsejeria/Estadisticas/2
+MISS NA http://adc.bmj.com/ArchDisChild:firstpublishedas10.1136/archdischild-2017-314038on13
+OK 20210309105617 http://www.capes.gov.br/avaliacao/criterios/avaliacao_trienal_2007.html
+OK 20201202200012 http://www.cisco.com/c/dam/en_us/solutions/industries/docs/sports/c78-675063_dSheet.pdf
+MISS NA http://www.acervodigital.unesp.br/bitstream/123456789/38291/8/ing_m4d7_tm03.pdf
+OK 20131017175719 http://hadoop.apache.org/docs/stable/fair_scheduler.html
+OK 20210415051303 www.kaypahoito.fi
+OK 20201011003239 http://pubs.iied.org/10807IIED/
+MISS NA https://bioone.org/terms-of-useA
+OK 20050420173703 http://www.shef.ac.uk/personal/n/nps/papers/
+OK 20210202171127 http://portal.mec.gov.br/index.php?option=com_docman&view=download&alias=11663
+OK 20210110000842 https://www.eea.europa.eu/data-and-maps/daviz/changes-in-wastewater-treatment-in-12#tab-dashboard-01
+OK 20070729060605 http://siteresources.worldbank.org/INTSOCIALCAPITAL/Resources/Social-Capital-Initiative-Working-Paper-Series/SCI-WPS-13.pdf
+MISS NA https://investor.lilly.com/releasedetail
+MISS NA https://www.drugabuse.gov/sites/de-fault/files/preventingdruguse_2.pdf
+OK 20161219235739 https://kx.afms.mil/kxweb/home.do
+OK 20200808005913 https://www.cfs.gov.hk/english/multimedia/multimedia_pub/multimedia_pub_fsf_109_01.html
+OK 20130721000342 http://www.arabnews.com/rifts-egypt-army-enabled-mursi-make-his-move
+MISS NA https://www.ncbi.nlm.nih.gov/nuccore/JX198143
+OK 20210418042225 https://research.acer.edu.au/research_conference_2003/4/
+OK 20200616225650 http://minerals.usgs.gov/minerals/pubs/commodity/iron_ore/myb1-2011-feore.pdf
+OK 20210225061741 http://p4.org/wp-content/uploads/2016/03/p4_v1.1.pdf
+MISS NA http://ssrn.com/abstract=1885198
+OK 20210422151655 https://www.oculus.com/
+OK 20180923120238 https://en.oxforddictionaries.com/definition/us/national_identity
+OK 20200820035052 http://www.universityworldnews.com/article.php?story=2015090815175230
+OK 20170614045811 http://www.ncbi.nlm.nih.gov/pubmed/9307818
+OK 20200611054424 http://www.mlit.go.jp/common/001120157.pdf
+OK 20180219030022 http://www.etsg.org/ETSG2004/Papers/Movchan.pdf
+MISS NA http://www.raco.cat/index.php/Catalonia/article/view/106922/166342
+OK 20210421115228 http://www.ieee.org
+MISS NA http://www.mayoclinicproceedings.org/article/S0025-6196(11)63619-7/fulltext
+MISS NA http://espacolinguisticouems.wordpress.com/2009/08/25/entrevista-2-profa-dra-eni-p-orlandi/
+MISS NA http://theconversation.com/years-on-asic-still-grappling-with-swap-rate-fixing-scandal-35851accessed30
+MISS NA http://modelminority.com/joomla/index.php?option=com_cont
+MISS NA http://www.nice.org.uk/news/article/overuse-of-painkillers-can-make-headaches-worse
+OK 20210422022654 http://www.sfgate.com/health/article/Hip-replacement-is-not-viewed-as-high-risk-2569128.php
+MISS NA https://www.environment.gov.za/sites/default/files/docs/series0%20_overview.pdf
+OK 20171108124006 http://www.cfr.org/asia-and-pacific/conversation-john-o-brennan/p35305
+OK 20210415113208 https://www.ipcc.ch/report/ar5/wg3/
+OK 20201028210411 http://let.iiec.unam.mx/sites/let.iiec.unam.mx/files/boletin4FINALimpresion.pdf#page=23
+OK 20210401013604 http://www.conass.org.br/biblioteca
+OK 20210411013050 http://www.un-documents.net/our-common-future.pdf
+OK 20200131083517 http://www.dnr.state.oh.us/
+OK 20190907034146 www.english.g-ba.de/special-topics/pharmaceuticals/reference/
+OK 20201021134612 http://data.globalforestwatch.org/datasets/194662b1470e4c5f81aa370395c75485_8
+OK 20210421232223 www.bea.gov/national/index.htm
+OK 20210224132732 http://apple.stackexchange.com/questions/181481/how-much-safari-history-is-kept-on-ipad
+MISS NA http://orcid.org/0000-0002-5980-579X,neroxasg@mail.ru
+OK 20210304172809 https://www.welt.de/politik/deutschland/article159797782/Manche-kommen-zurueck-um-sich-zu-erholen.html
+MISS NA http://www.resulkurt.com/?haber,18805
+OK 20110131020543 http://www.tlachinollan.org/dhginf/noveno02-03.pdf
+MISS NA http://www.who.int/hiv/pub/guidelines/hivstaging/en/index.html.Accessed
+OK 20150322103337 http://www.in.gov/idem/files/fqaindianarprt.doc
+OK 20191008150551 http://www.bbc.co.uk/news/world-europe-16193954
+MISS NA http://groups.google.com/group/waters-testbed-data-managersforfurtherdetails
+OK 20191018144756 https://www.uber.com/fr/drive/safety/
+OK 20150226080827 http://careerservices.colorado.edu/CommonFiles/PDFs/students/fastNGOs.pdf
+OK 20210420123245 http://www.mathworks.com/products/simulink/
+OK 20200925214637 https://www.camera.org/videos-publications/a-record-of-bias-national-public-radio-s-coverage-of-the-arab-israeli-conflict/
+MISS NA http://portal.mec.gov.br/dmdocuments/saeb_matriz2.pdf.Acessoem
+MISS NA 20.sz
+OK 20170325012118 http://www.internetsociety.org/doc/execute-analyzing-unsafe-and-malicious-dynamic-code-loading-android-applications
+OK 20210415104742 https://twitter.com/WHO?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
+MISS NA https://www.ibef.org/news/cabinet-approves-the-largest-government-funded-health-programayushman-bharat-national-health-protection-mission-nhpm
+OK 20210411011156 http://www.metropolitiques.eu/Le-politique-dans-les-rues-de.html
+MISS NA http://www.macua.org/gungunhana/introducao.htmlAcessoem20/03/2017
+MISS NA http://www.thomasnet.com/productsearch/item/148521-8181-1028-1195/l-l-
+OK 20201204144115 http://www.istor.cide.edu/archivos/num_42/dossier2.pdf
+OK 20200716103757 http://www.ifets.info/journals/18_4/25.pdf
+OK 20210422020217 www.scielo.br
+OK 20210125202615 http://www.un-ngls.org/spip.php?page=article_s&id_article=3004on
+OK 20210417201445 https://www.mja.com.au/
+OK 20201112031754 http://www.rte.ie/news/2016/0609/794304-abortion-law-un/
+MISS NA http://www.franca.unesp.br/O%20CADE.pdf
+OK 20130613064552 .www.relint.deusto.es/TUNINGProject/index.htm
+OK 20210309184930 http://www.istat.it/it/popolazione
+MISS NA http://dab.saude.gov.br/portaldab/noticias.php?conteudo=_&cod=2241
+MISS NA http://www.zeit.de/2001/10/200110tschetschenien.xml
+OK 20210421134318 http://www.style.com
+OK 20210411035100 https://cxf.apache.org/
+OK 20210412194238 http://arxiv.org/abs/1208.2666
+OK 20201213003022 http://www.aabb.org/advocacy/regulatorygovernment/Documents/Impact-of-2019-Novel-Coronavirus-on-Blood-Donation.pdf
+OK 20200505125939 http://documents.worldbank.org/curated/en/752481468194999174/Bosnia-and-Herzegovina-Country-partnership-framework-for-the-period-FY2016-20
+OK 20210421113745 http://sweetgum.nybg.org/science/ih/
+OK 20190819121734 http://planningcommission.nic.in/plans/planrel/fiveyr/10th/volume2/v2_ch3_3.pdf
+OK 20200605104047 https://data.worldbank.org/indicator/SP.DYN.LE00
+OK 20190620050203 http://www.newmusicbox.org/articles/youre-an-artist-not-an-entrepreneur/
+OK 20160811022920 http://owasptop10.googlecode.com/files/OWASP%20Top%2010%20-%202010.pdf
+MISS NA https://goo.gl/edg9FK
+OK 20210212020310 http://www.i-b-r.org/docs/HMMC-1-02-26-08.pdf
+MISS NA http://www.tandfonline.com/doi/pdf/10.1080/10670564.2012.635933
+MISS NA http://www.fcc.org.br/fcc/quem-somos.Acessoem:18/09/2017
+OK 20210127040114 https://www.gim-international.com/content/article/combining-bim-and-gis-for-a-sustainable-society
+OK 20191228003543 https://www.ncbi.nlm.nih.gov/pubmed/21574854
+OK 20210223193903 http://www.sobep.org.br
+OK 20180603081906 http://ssrn.com/abstract=1142687
+OK 20210420045140 http://CRAN.R-project.org/package=vegan
+OK 20170921200043 http://eprints.lse.ac.uk/67119/1/Fouquet_Path%20dependence_2016.pdf
+OK 20101229162102 http://www.itrr.umt.edu/NicheNews06/2005TravChar.pdf
+MISS NA http://www.eric.ed.gov/ERICWebPortal/search/recordDetails.jsp?ERICExtSearch_SearchValue_0=ED467760&searchtype=keyword&ERICExtSearch_SearchType_0=no&_pageLabel=RecordDet
+OK 20120606075657 http://www.surl.org/usabilitynews/61/pdf/Usability%20News%2061%20-%20Copas.pdf
+MISS NA http://www.legislation.gov.uk/aep/Edw1cc1929/25/9/data.pdf.Accessedon
+OK 20141021030935 http://www.abep.org/new/criterioBrasil.aspx
+OK 20170118101202 http://www.health.ny.gov/diseases/aids/providers/testing/law/faqs.htm
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231
+MISS NA ftp.ee.lbl.gov/conferencing/vat
+OK 20210422012208 http://www.climatechange.gov.au/en/climate-change/emissions.aspx
+MISS NA http://www.orbistertius.unlp.edu.ar/article/view/OTv08n09a01.Acessoemjaneirode
+OK 20210415145959 http://xeee.web.auth.gr/ICA-Heritage/
+OK 20210205125825 http://www.nber.org/chapters/c10271.pdf
+OK 20160605221721 http://www.carexcanada.ca/en/arsenic/environmental_estimate/#provincial_tables_and_maps+predicting_concentrations.4-9-2012
+MISS NA https://www.washingtonpost.com/news/global-opinions/wp/2017/04/04/hungarys-xenophobic-attack-on-central-european-university-is-a-threat-to-freedom-everywhere/?utm_term=.2f128db3b63a
+OK 20120331233843 http://www.radioaustralia.net.au/international/2012-03-21/473058
+MISS NA http://www.sportpanel.org.au/internet/sportpanel/publishing.nsf/Content/crawford-report-full34
+OK 20210417141335 www.dft.gov.uk
+OK 20200711171304 http://www.ibgc.org.br/download/arquivos/Codigo_IBGC_3_versao.pdf
+MISS NA http://notchesblog.com/2014/11/04/sex-race-and-censorship-in-cuba-historicising-the-p-m-affair/.Accessed5
+MISS NA https://orcid.org/0000-0002-9080-9908
+OK 20131004141337 http://www.ft.com/cms/s/0/fd1b30f6-5f74-11e0-bd1b-00144feab49a.html#axzz251V2jFKD
+OK 20170818133203 http://www.biomedcentral.com/content/pdf/1742-2094-5-46.pdf
+MISS NA http://lu.com/odlis/odlis_rcfm
+OK 20210126203933 http://www.wam.ae/servlet/Satellite?c=WamLocEnews&cid=1289995412454&pagename=WA
+MISS NA http://citseer.nj.nec.com/chi00scent.html
+OK 20180621105707 http://linkinghub.elsevier.com/retrieve/pii/S1353802016301675
+OK 20210226061545 http://goo.gl/0DKFoQ
+OK 20210112215731 http://www.ecfr.eu/article/commentary_europe_under_pressure_to_act
+OK 20180628013509 http://www.academia.edu/1526812/Qualitative_Research_Phenomenological_Method
+OK 20210324173337 http://www.marchofdimes.com/peristats/Peristats.aspx
+OK 20210414040121 http://ijasbt.org&http://nepjol.info/index.php/IJASBTandcheesemakingattitude
+OK 20150705112047 https://kemdikbud.go.id/dokumen/renstra-2010-2014/Bab-III.pdf
+OK 20120418030643 http://www.sudamericarural.org/index.php?mc=52&nc=&next_p=1&cod=59
+OK 20210419073054 https://ods.od.nih.gov/factsheets/BlackCohosh-HealthProfessional/
+MISS NA http://www.state.gov/documents/organization/208470.pdf.Accessed
+OK 20210414063509 http://sri.ciifad.cornell.edu/countries/cambodia/index.html
+OK 20210417010217 https://www.cdc.gov/coronavirus/2019-ncov/hcp/guidance-risk-assesment-hcp.html
+OK 20210412204030 http://chicagounbound.uchicago.edu/uclf/vol1989/iss1/8
+OK 20201023033213 https://orcid.org/0000-0002-7024-388X
+OK 20210415002139 http://www.omnetpp.org/
+OK 20210121152113 http://scholarcommons.usf.edu/gsp/vol6/iss2/7
+OK 20170120203717 http://www.sacn.gov.uk/pdfs/fics_sacn_advice_fish.pdf
+OK 20210314080441 https://www.iso-ne.com/isoexpress/web/reports/operations/-/tree/daily-gen-fuel-type
+MISS NA https://opennebula.org/,accessed
+MISS NA theconversation.com/why-teachers-are-turning-to-twier-94582
+MISS NA http://www.consultant.ru/document/cons_doc_LAW_10
+MISS NA https://www.emerald-project.eu/fileadmin/websites/emerald/media/Tools___Instruments/Interview_Guide-_Mental_Health_Financing_Diagnostic_Tool_v5.pdf.Accessed15
+OK 20200203014410 http://delphiwww.cern.ch/
+MISS NA http://www.fda.gov/downloads/AdvisoryCommittees/CommitteesMeetingMaterials/MedicalDevices/MedicalDevicesAdvisoryCommittee/OphthalmicDevicesPanel/UCM395056.pdf.Accessed
+OK 20170811193803 http://r4d.dfid.gov.uk/pdf/outputs/misc_gov/60937-PoliticalSettlements_Cases_FINAL.pdf
+OK 20210116003923 https://theconversation.com/nothing-has-changed-since-indigenous-higher-ed-review-41354
+OK 20171203002232 http://redalyc.org/articulo.oa?id=193420682002
+MISS NA http://www.greenpeace.de/fileadmin/gpd/user_upload/themen/klima/Plan_B_2050_lang.pdf,zugegriffenam31.01.2013
+OK 20210421171908 www.ngdc.noaa.gov/geomag-web
+OK 20070730163234 http://cheetah.cs.umb.edu/ocs/viewabstract.php?id=29
+OK 20201219172619 https://hbr.org/2014/12/what-happens-to-society-when-robots-replace-workers
+OK 20210420044442 http://www.who.int/mediacentre/factsheets/fs117/en/
+OK 20210419231948 www.agesic.gub.uy
+OK 20210330164514 https://www.epa.gov/remedytech/reference-guide-treatment-technologies-mining-influenced-water
+MISS NA http://ec.europa.eu/environment/eussd/pdf/biofoodwastereport.pdf
+MISS NA https://zh.b-ok.cc/book/3137826/900c24
+OK 20200812180347 http://russelldavies.typepad.com/planning/2011/11/i-first-talked-about-post-digital-at-an-event-called-thinking-digital-in-2009-in-gateshead-looking-back-thats-probably-wh.html
+OK 20020213212627 http://www.ccc-acw.org.uk/Summary.html
+MISS NA http://www.mlfonseca.net/wp-content/uploads/2009/09/31295005341176.pdf
+MISS NA https://bit.ly/3bpdn6y
+OK 20201011203736 http://www.3gpp.org/DynaReport/37868.htm
+OK 20110902051133 http://openspot.googlelabs.com/
+OK 20180725082955 http://www.povertyactionlab.com/papers/Dupas_RelativeRisk_1007.pdf
+OK 20200116053550 http://wwwmath.uni-muenster.de/cs/u/ruckema/x/sciframe/en/screenshots.html
+OK 20210419141506 http://www.al.sp.gov.br
+OK 20201127014936 http://www.ecologyandsociety.org/vol13/iss2/art56/
+OK 20200713174955 http://pmb.univ-fcomte.fr/1986/Jaulent_these.pdf
+OK 20210225050515 http://jrat.sourceforge.net/
+OK 20210321231945 https://www2a.cdc.gov/cdcup/library/templates/default.htm
+MISS NA http://www.europeanener-gyreview.eu
+MISS NA http://people.sc.fsu.edu/jburkardt
+MISS NA https://dictionary.cambridge.org/dictionary/english/kill-off-someone-something?q=kill+off+someone%2FsomethingF
+OK 20070713025403 http://www.ombudsman.europa.eu/code/pdf/sl/code2005_sl.pdf
+OK 20151127183751 http://www.Psy.pdx.edu
+MISS NA http://www.ceh.ac.uk/documents/lcm2007finalreport.pdf,accessed13/04/15
+OK 20210412174301 http://ramanihuria.org
+OK 20170924083916 http://www.parallella.com
+MISS NA http://www.huffingtonpost.com/ron-thomas/the-talk-has-a-double-mea_b_3645809
+OK 20200812013655 http://scik.org
+OK 20201109030519 http://code.google.com/apis/calendar/overview.html
+OK 20160112222332 http://www.sangari.com/mapadaviolencia/pdf2011/acidentes_transito.pdf
+OK 20201117211356 https://news.nationalgeographic.com/2017/03/wildlife-watch-china-orca-breeding-center-marine-park/
+OK 20170521135851 http://www.ncbi.nlm.nih.gov/pubmed/24392906
+MISS NA https://www.fuw.ch/article/die-nummer-eins-in-der-handelsfinanzierungnzierung/
+MISS NA http://grc.fjzs.edu.cn/∼fmin/coser/
+MISS NA http://earth.eo.esa.int/pcs/envisat/meris/documentation/MERISSmileEffect.pdf
+OK 20070702012420 http://dgfacts.labein.es/dgfacts/index.jsp
+OK 20081002202710 http://www.springer.com/west/home/laboe
+MISS NA http://www.cbve.org.br/?p=3478
+OK 20210325043145 http://www.jstatsoft.org/v33/i02/
+OK 20210420115047 http://kart.nexon.com/
+OK 20201226111934 http://www.kremlin.ru/events/president/news/58506
+OK 20210308051143 http://surfer.nmr.mgh.harvard.edu/optseq/
+OK 20210404095720 https://ncjrs.gov/pdffiles/166363.pdf
+MISS NA https://support.office.com/en-us/article/IPv6-support-
+MISS NA http://www.bmub.bund.de/themen/klima-energie/klimaschutz/klima-klimaschutz-download/artikel/fortschrittsbe-richt-zur-klimaanpassung/.Zugegriffen:18.Februar
+OK 20190711163727 http://books.scielo.org/id/y7fvr/pdf/porto-9788523211813-06.pdf
+OK 20210421040629 http://www.nccn.org/professionals/physician_gls/pdf/hepatobiliary.pdf
+MISS NA http://www.jstor.org/discover/10.2307/247063?uid=3738480&uid=2129&uid=2&uid=70&uid=4&sid=21101372852767
+MISS NA http://fuse.sourceforge.net/.Online
+OK 20180221142307 http://el.us.edu.pl/upgow/course/view.php?id=125
+OK 20210318003521 http://www.project2061.org/publications/sfaa/online/sfaatoc.htm
+MISS NA cokroaminoto.wordpress.com/20070523/memaknaikinerja-karyawan
+OK 20200522050652 http://wwwinfo.cern.ch/asd/geant/index.html
+OK 20021204051643 http://www.cve.saude.sp.gov.br/htm/ecolinet.htm
+OK 20150511114731 http://jaxservices.jax.org/genome/scanningFAQ.html
+OK 20180602031220 http://www.intechopen.com/books/bioluminescence-recent-advances-in-oceanic-measurements-and-laboratory-applications/development-of-a-ph-tolerant-thermostable-photinus-pyralis-luciferase-for-brighter-in-vivo-imaging
+OK 20200825104253 http://keldysh.ru/gorbunov/live.htm
+MISS NA https://www.who.int/gho/publications/worldhealthstatistics/
+OK 20210325153731 http://ojs.unud.ac.id
+OK 20210116122700 http://www.cenicafe.org/es/index.php/nuestras_publicaciones/Manual_Cafetero
+OK 20210314193737 http://www.isaca.org/Template.cfm?Section=COBIT6&Template=/TaggedPage/TaggedPageDisplay.cfm&TPLID=55&ContentID=7981
+OK 20210422055630 http://data.worldbank.org/indicator/SP.POP.TOTL
+MISS NA https://www.youtube.com/watch?v=XumJPfkhgLM&feature=youtu.be
+MISS NA http://cihr-irsc.gc.ca/e/41204.html.Accessed
+OK 20200927175745 http://implementationscience.biomedcentral.com/articles/10.1186/1748-5908-4-69
+MISS NA http://nbuv.gov.ua/UJRN/VNULPM_2013_776_20
+MISS NA http://www.brookings.edu/research/reports/2011/05/12-jobs-and-
+MISS NA http://www-diglib.stanford.edu:8080/˜testbed/doc/SDLIP/sdlip.htm
+MISS NA http://www.utan.edu.mx/~revista/index.php?option=com_content&view=article&id=117:ejemplar-6-articulo-10&catid=40:ejemplar-6&Itemid=62
+OK 20210225011241 http://www.ripe.net/projects/ris/rawdata.html
+OK 20210118040801 www.firstthings.com/article/2015/04/the-end-of-the-university
+OK 20171018142321 www.cnie.org/nle/crsnew.html
+OK 20210422090724 http://www.w3.org/TR/rdf-sparql-query/
+OK 20100121231828 http://www.unicef.org/ffl/overview.htm
+OK 20190804024226 http://www.index-f.com/lascasas/documentos/lc0358.php
+OK 20210422160004 https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Fallzahlen.html
+MISS NA http://faostat.fao.org/2010
+OK 20161013221836 http://tsn.ua/analitika/istoriya-z-grifom-sekretno-piymati-borsuka-aresht-vasilya-kuka.html
+OK 20210415082653 http://palabra.ezln.org.mx
+OK 20201030160939 http://www.intan-invest.net/
+MISS NA https://www.cdc.gov/drugresistance/pdf/national_action_plan_for_combating_antibotic-resistant_bacteria.pdf.Accessed
+MISS NA http://www.jeugdonderzoeksplatform.be/publicaties/Ad_hoc_opdracht_%20participatie.pdf
+OK 20180724231945 http://www.teses.usp.br/teses/disponiveis/5/5137/tde-24052006-155058/publico/JuliaGarciaDurand.pdf
+OK 20210413131036 www.sign.ac.uk
+MISS NA http://rcc.tech-res.com/safetyandpharmacovigilance/.Accessed3/1/2014
+OK 20151022010021 http://acm.eionet.europa.eu/databases/airbase/ETCACC_WP_2010_Quality_checks_EoI2010_Airbase.pdf
+MISS NA http://bandung.detik.com/read/2010/11/23/134722/1500294/486/ilo-cam-pur-tangan-tangani-kisruh-pekerja-hotel-grand-aquila?881104485
+OK 20160924101552 http://jn.physiology.org/content/93/5/2449
+OK 20210418021748 http://lb.kompass.com/
+OK 20210421132342 http://accurapid.com
+OK 20190413230132 http://arxiv.org/pdf/math/0607168
+OK 20201025134859 http://www.ub.edu/geocrit/-xcol/252.htm
+OK 20210120004117 http://ramussoftware.com/
+OK 20210421090444 kyoto-u.ac.jp
+MISS NA https://scientiasalut.gencat.cat/bitstream/handle/11351/1089/definicio_malalties_declaracio_obligatoria_2010.pdf?sequence=1
+OK 20210124045439 www.m-economy.ru
+OK 20180426171926 http://www.aeoworks.org/pdf/statistics/US%20MEES%202011.pdf
+OK 20190328071624 http://thisweekinpalestine.com/issue-archive/?issue=235
+OK 20190806043037 http://www.xilinx.com/ise/logic_design_prod/index.htm
+OK 20210320151433 http://intersnp.meb.uni-bonn.de
+MISS NA http://www.oecdpublishing.com/dataoecd/30/52/2732142.pdf
+OK 20210413011808 http://www.jbc.org/
+OK 20210226225445 http://proguard.sourceforge.net
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/02614367.2014.994551#.VpqmaSorKhc
+OK 20201026235701 http://www.dciindia.org.in/Rule_Regulation/BDS_Course_Regulation_2007_alongwith_Amendments.pdf
+OK 20210202044152 http://www.youtube.com/watch?v=HUiC3n1ujuw
+MISS NA http://www.tainstruments.com/pdf/literature/newdma.pdf
+OK 20210225000245 http://www.imsglobal.org/profiles/index.html
+OK 20060717175009 http://www.nua.ie/surveys/?f=VS&art_id=905354621&rel=true
+OK 20200721201728 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3100559
+MISS NA http://www.sac.ac.uk/management/External/Projects/AspireExternal/Documents/REGIONAL%20REPORTS/Keski_SuomiExecutiveSummary.pdf
+OK 20100618004147 www.camh.net/at_the_centre/at_the_centre_nov2000.html
+OK 20201126065438 http://gruber.yale.edu/neuroscience/michael-w-young
+OK 20210419231613 http://www.law.cornell.edu/supct/cases/topics/tog_freedom_of_speech.html
+OK 20200903010830 https://eur-lex.europa.eu/legal-content/en/ALL/?uri=Celex
+OK 20200725232437 http://manzanadiscordia.univalle.edu.co/volumenes/articulos/V6N2/art10.pdf
+MISS NA http://www.mtsinai.on.ca/IHP/english/documents/IHPAssessmeniProtocolRevisedfinaldraftAug2405.pdf
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/11281808
+OK 20180603063555 http://www.jbc.org/content/287/15/12156
+OK 20200922134704 http://ec.europa.eu/environment/international_issues/relations_usa_en.htm
+OK 20210422100948 http://www.brucelindbloom.com/
+MISS NA http://www.nytimes.com/2008/06/29/business/29scan.html?pagewantedϭall
+OK 20210124025613 http://www.emcdda.europa.eu/html.cfm/index5174EN.html?pluginMethod=eldd.countryprofiles&country=BE
+MISS NA http://rebeca.cs.ru.is/files/MasterThesisHaukurKristinsson2012.pdf
+OK 20181127235104 https://openknowledge.worldbank.org/bitstream/handle/10986/13107/758480PUB0EPI0001300PUBDATE02028013.pdf?sequence=1
+MISS NA http://www.jhuccp.org/hcp/countries/ghana/gha149.pdf.Accessed
+MISS NA http://legacy.library.ucsf.edu/tid/pyq87d00
+OK 20170802214750 http://www.educnet.education.fr/superieur/plateforme.htm
+OK 20210413100515 https://cran.r-project.org/web/packages/psych/index.html
+OK 20210422085528 http://www.bp.com
+OK 20121005050105 http://www.endoflifecareforadults.nhs.uk/publications/talking-about-eolc
+OK 20200212133541 http://ec.europa.eu/idabc/en/document/5385/5637.html
+MISS NA XilinxInc.www.xilinx.com
+MISS NA http://oide.sejm.gov.pl/oide/in-dex.php?option=com_content&view=article&id=14804&Itemid=946
+OK 20191213143950 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3128404/
+OK 20061201123733 http://www.iht.com/articles/1996/02/22/army.t_0.php
+MISS NA http://d.muddywatersresearch.com/wp-content/uploads/2011/06/MW_TRE_060211.pdf.335
+OK 20160424045726 http://uk.about.pinterest.com/
+OK 20170602172926 http://www.uniabeu.edu.br/publica/index.php/SFM/article/view/1192/1038
+OK 20210125010739 http://www.newsweek.com/2010/04/20/on-the-40th-anniversary-of-earth-day-let-s-go-shopping.html
+OK 20200721135147 http://www.faqs.org/faqs/ai-faq/neural-nets/part3/section-10.html
+MISS NA http://ppp.worldbank.org/public-private-partnership---.2006
+OK 20210412212929 https://CRAN.R-project.org/package=dplyr
+OK 20190924190225 http://www.bloodjournal.org/site/subscriptions/index.xhtml
+OK 20200421084322 https://www.yumpu.com/en/document/read/9114254/technology-trends-for-inertial-mems-i-micronews
+OK 20160505100211 https://www.popline.org/node/388274
+MISS NA goo.gl/svnADC
+MISS NA http://mek.oszk.hu/02100/02185/html/322.html27.11.2016
+OK 20170118143353 http://www.doe.mass.edu/mcas/overview.html?faq=9
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.107.206601
+MISS NA https://www.academia.edu/3600191/TeknikTokenEkonomidalamPengubahanPerilaku.Diaksespadatanggal10Juni
+MISS NA http://www.iucnredlist.org/details/166479/0.Accessed15
+OK 20201026064226 https://gensourcepotash.ca/potash-mining/#conventional-mining
+MISS NA http://www-users.cs.umn.edu/saad/software/SPARSKIT/sparskit.html
+OK 20170823035747 http://prodigal.ornl.gov/
+MISS NA http://www.nubbek.de/media/pdf/NUB-BEK%20Broschuere.pdf
+MISS NA https://periodicos.ufpe.br/revistas/revis-taenfermagem/article/view/11540/13447
+MISS NA http://wwwrepeatmaskerorg/
+OK 20181001035723 https://www.nobelprize.org/prizes/economics/1987/solow/lecture/
+OK 20100922131421 http://www.trabalho.gov.br/ecosolidaria/sies_atlas.asp
+MISS NA http://www.ece.gov.nt.ca/Maps/World%20and%20
+OK 20200707171357 https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE129785
+OK 20210422003009 http://www.hse.gov.uk
+OK 20210119041740 http://www.tommasoventurini.it/wp/wp-content/uploads/2014/08/Venturini-Jacomy_Visual-Network-Analysis_WorkingPaper.pdf
+MISS NA https://www.bjs.gov/content/pub/pdf/htus8008.pdf.Accessed
+OK 20210326225350 https://files.eric.ed.gov/fulltext/EJ1055263.pdf
+OK 20210422083349 https://www.R-project.org
+OK 20210421231412 http://www.pewinternet.org/fact-sheet/mobile/
+OK 20200712065714 http://www.aedon.mulino.it/archivio/2007/2/editoriale.htm
+MISS NA deprojekte.projektwerkstaetten.tu-berlin.de/wordpress/kongress-2015
+OK 20200529073916 https://www.nice.org.uk/guidance/GID-CGWAVE0774/documents/addendum
+MISS NA http://www.cbos.pl/SPISKOM.POL/2010/K_060_10.PDF
+MISS NA http://www.nanoscalereslett.com/content/6/1/614
+OK 20190126152813 https://www.telegraph.co.uk/news/2017/12/13/idea-fix-nhs-get-rid-gps/
+OK 20200304022535 http://www.everythingisaremix.info/everything-is-a-remix-part-2/
+OK 20081204111441 http://www.phac-aspc.gc.ca/ph-sp/phdd/report/toward/index.html
+OK 20201022061108 http://narodne-novine.nn.hr/clanci/sluzbeni/2012_02_22_572.html
+MISS NA http://www.aei.org/scholar/charles-murray/.Accessed3
+OK 20200504104814 https://bit.ly/33rmRuB
+MISS NA http://blogarmado.blogspot.com.brAcessoem
+MISS NA http://www.zeno.org/Brockhaus-1837/A/Gesundheit?hl=gesundheit
+OK 20201123184035 https://nucleotriade.com.br/tour-coreografico/dispositivo-coreografico/
+MISS NA http://www.waterboards.ca.gov/gama/docs/coc_salinity.pdfPublished
+OK 20120307000011 http://www.gnutella.com
+OK 20191126111624 http://www.endoexperience.com/documents/AttachFrTooth.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/18797801
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200623021305 http://online.wsj.com/article/SB10001424052970204468004577166273792137122.html
+MISS NA https://www.edsurge.com/news/2017-06-16-learning-science-researcher-bror-saxberg-joins-chan-zuckerberg-
+MISS NA https://arxiv.org/abs/1602.01227
+OK 20170918214939 http://www.who.int/quantifying_ehimpacts/publications/prevdisexecsumsp.pdf?ua=1
+OK 20170811041031 http://acrs.org.au/wp-content/uploads/28_Wang_PR.pdf
+MISS NA http://www.cdc.gov/physicalactivity/everyone/guidelines/adults.html.Accessed
+MISS NA http://rucklab.files.wordpress.com/2012/03/mini-6-0-oct-10-2010.pdf
+MISS NA http://www.scielo.br/pdf/csc/v19n11/1413-8123-csc-19-11-4301.pdf.Acessoem
+MISS NA http://static.cpc.mediagroup.com.br/Documentos/147_CPC00_R1.pdf
+MISS NA http://www.scribd.com/doc/3109377/The-New-Disorder-of-Knowledge
+OK 20200815151147 http://incubadora.periodicos.ufsc.br/index.php/IJIE/article/view/2595/pdf
+MISS NA http://eprints.rclis.org/bitstream/10760/10021/1/Costa_e_Leite_CIPECC_2006.pdf
+MISS NA http://www.tourismconcern.org.uk/Turystykaiśrodowisko
+MISS NA https://www.facebook.com/photo.php?fbid=566080403462688&set=a.521673671236695.1073741825.521582701245792&type=1
+MISS NA http://revistaeletronica.sp.senai.br/index.php/seer/article/viewFile/160/99
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA https://www.ufmg.br/revistaufmg/pdf/REVISTA_19_web_156-181.pdf
+OK 20210415223416 www.mathematik.uni-regensburg.de/Jannsen
+OK 20210419013550 http://creativecommons.org/licenses/by-nc/3.0/pl/deed.en
+OK 20190420102157 https://apps.who.int/iris/handle/10665/44773
+OK 20191202070127 https://www.iea.org/publications/freepublications/publication/Russia_2014.pdf
+MISS NA http://nicolas.burrus.name/index.php/Research/Ki
+OK 20210312122625 http://www.mscmalaysia.my/cloud_sme
+OK 20200709051320 http://www.indret.com/pdf/388_es.pdf
+MISS NA http://www.catalyst.org/file/211/cat_vm_workplace.fit_final-2.10.pdf200INTERCULTURALLEADERSHIP
+OK 20200807144159 http://www.un.org/Depts/unsd/social/hum-set.htm
+OK 20170820063914 http://thegraphicsfairy.com/vector-downloads-mothers-day-silhouette-2/
+OK 20200624012720 http://doc.utwente.nl/96069/
+OK 20201108003016 https://www.thenation.com/article/naomi-klein-green-new-deal-climate-change/
+OK 20200120151200 http://help.arcgis.com/zh-cn/arcgisdesktop/10.0/help/index.html#//00300000000z000000
+OK 20201220193547 http://data.consilium.europa.eu/doc/document/ST-12384-2016-ADD-1/en/pdf
+MISS NA https://www.who.int/healthinfo/statistics/bodgbddeathdalyestimates.xls2
+MISS NA http://www.scielo.br/scielo.php?pid=S1677-04202010000400001&script=sci_abstract
+OK 20210415033232 http://www.haujournal.org/index.php/masterclass/issue/view/Masterclass
+MISS NA https://www.teachingenglish.org.uk/publicationsAccess
+OK 20200718071924 https://www.iap-socent.be/sites/default/files/Hungary%20-%20Fekete%20et%20al.pdf
+MISS NA https://www.abpn.com/wp-content/uploads/2019/05/abpn_2018_annual_report.pdf.Accessed
+OK 20050720030641 http://www.praxis.bond.edu.au/prism/papers/commentary/paper1.pdf
+OK 20130812181031 http://www.pcori.org/about/governance-and-leadership/pcori101
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/21112189.Accédé17
+MISS NA http://www.oecd-ilibrary.org/environment/oecd-guidelines-for-the-test-ing-of-chemicals-section-4-health-effects_20745788.Accessed29
+MISS NA http://www.jbsports.com/sec/bios/thammond.asp
+OK 20210414163901 http://unicollaboration.unileon.es
+MISS NA http://www.kxxv.com.Accessed
+OK 20210415032225 http://www.fast-standard.org/
+OK 20210410231554 http://www.bgci.org/education/1619/
+MISS NA http://intimatetourism.files.wordpress.com/2007/06/paulabialski-thesisma-intimatetourism-final-engl.pdf
+OK 20180515071006 http://www.nymox.com/default.action?itemid=47
+OK 20110408193819 http://tiims.tamu.edu/2005summerREU/papers/McLendon.pdf
+OK 20210126095025 http://www.google.es/url
+OK 20180728112009 http://www.ncbi.nlm.nih.gov/pubmed/20627413
+OK 20210405212226 http://www.worldometers.info/world-population/nigeria-population/
+MISS NA https://nccd.cdc.gov/dnpabmi/Calculator.aspx.Accessed
+MISS NA http://sp.lyellcollection.org/lookup/doi/10.1144/SP324.2
+OK 20201108104258 http://www.jstor.org/stable/2713269
+MISS NA http://www.health.vic.gov.au/healthstatus/composite/bod/bod-vic
+OK 20210319170044 http://www.johannesburgsummit.org/html/documents/summit_docs/131302_wssd_report_reissued.pdf
+MISS NA http://linked.eun.org/c/document_library/get_file?p_l_id=22345&folderId=23768&name=DLFE-742.pdf
+OK 20130911061804 theglobeandmail.com/news/national/quebec-bans-twitter-from-courtrooms/article11197529
+OK 20210328024003 https://www.sakaiproject.org/
+MISS NA http://english.voiceofbahrain.org/?p=6351accessed1
+MISS NA http://www.elcato.org/publicaciones/articulos/art-2005-03-21
+MISS NA https://ma-paosc.ipea.gov.br
+MISS NA http://www.env.go.jp/earth/suishinhi/jpn/projectsῌunderway/pdf/D*0+.pdf
+MISS NA http://103.3.70.3/portal/index.php/konten/detail/deputipemberantasan/data-casenarcotics/10247/data-act-drugadministration-province-Central
+OK 20150318134551 http://www.ucentral.edu.co/images/editorial/nomadas/docs/nomadas_1_cibercultura.pdf
+OK 20210404012406 http://pubs.usgs.gov/of/2011/1073/
+OK 20201224005418 http://www.case-research.eu/files/?id_plik=4337
+MISS NA http://www.picknpayinvestor.co.za/downloads/2015/Pick%20n%20Pay%20Integrated%20Annual%20Report%202015%20spread%20view.pdf
+OK 20200925134212 http://informationr.net/ir/18-1/infres181.html
+MISS NA https://livias.kuleuven.be/bitstream/123456789/223188/1/aerts
+OK 20201106023556 http://www.mimidonaldson.com/
+MISS NA https://www.sciencedaily.com/releases/2010/07/100723080115.htmSenguptaSP
+MISS NA http://www.pdos.lcs.mit.edu/grid/sirn/index.html
+MISS NA http://goo.gl/P6GUla
+MISS NA http://www.hurray.isep.ipp.pt/asp/show_doc.asp?id=167
+OK 20210414091122 https://cwe.mitre.org/data/definitions/121.html
+OK 20100216053609 http://library.fes.de/pdf-files/id/ipa/06837.pdf
+OK 20191008155139 http://groupelavenir.org/wp-content/uploads/2015/08/ga3.jpg
+OK 20131228230505 http://www.cropnet.pl/dbases/mycotoxins.pdf
+OK 20061007122153 http://web.amnesty.org/library/pdf/EUR720011999ENGLISH/$File/EUR7200199.pdf
+OK 20210126070853 https://www.xe.com/currencycharts/?from=USD&to=MXN&view=10Y
+OK 20160120094927 http://www.thecoca-colacompany.com/investors/pdfs/2007_annual_review.pdf
+OK 20200221234609 http://oro.open.ac.uk/id/eprint/22547
+OK 20210415042945 www.iea.org/co2highlights/co2highlights.pdf
+MISS NA http://redalyc.uaemex.mx/src/inicio/ArtPdfRed.jsp?iCve=28720206
+MISS NA http://pressroom.eircom.net/press_releases/article/eircom_launches_next_generation_broadband_for_ireland/
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20091015173114 http://ies.jrc.ec.europa.eu/uploads/media/WTT_Report_010307.pdf
+OK 20170212014608 https://www.whitehouse.gov/sites/default/files/microsites/ostp/PCAST/pcast_hearing_tech_letterreport_final.pdf
+MISS NA http://www.campbellcollaboration.org/lib/index.php?go=browse&sort=title&view=all&published_type
+MISS NA http://www.arupassociates.com/en/case-studies/sky-studios/.accessed21
+OK 20200615025538 http://www.theage.com.au/articles/2009/10/11/1255195701659.html
+MISS NA www.biosecurity.govt.nz/biosecurity-summit
+MISS NA http://www.science.oas.org/COMCYT/english/Resolu-tion.htm
+MISS NA facebook.com/lasextanoticias/videos/10155517308698755/PreviodesfileWPwww.facebook.com/lasextanoticias/videos/10155624283748755/DesfileWP,buslaSexta1www.facebook.com/lasextanoticias/videos/10155625250533755/DesfileWP,buslaSexta2
+MISS NA https://www.nice.org.uk/Guidance/cg162.Accessed
+OK 20170220231727 www.epa.gov/oppad001/pdf_files/test_method_copper_alloy_surfaces.pdf
+OK 20170817111119 http://www.scielosp.org/pdf/csc/v17n7/14.pdf
+OK 20210420114353 www.nice.org.uk
+MISS NA http://korrespondent.net/ukraine/3788774-poselok-na-donbas-se-khotiat-pereymenovat-v-nui-york
+MISS NA http://www.csl.gov.uk/prodserv/cons/bees/
+OK 20210407151542 http://ww2.bgbm.org/EuroPlusMed/query.asp/
+OK 20160316133859 http://www.medicine.ox.ac.uk/bandolier/painres/download/whatis/meta-an.pdf
+OK 20210302092601 http://www.nvic.org/Vaccine-Laws/state-vaccine-requirements/texas.aspx
+MISS NA http://www.globalskm.com/Insights/Achieve-Magazine/Issue2-2011/article7.aspx
+OK 20210323202629 http://www.bls.gov/oco/cg/cgs023.htm
+OK 20040309135036 http://www.ect.it/workshops/000112
+MISS NA http://www.fiab--onlus.it/bici/
+MISS NA http://aei.pitt.edu/47273/1/COM_%2897%29_630_final.pdf
+OK 20210421210012 http://www.statistics.gov.uk/STATBASE/xsdataset.asp?More=Y&vlnk=5277&All=Y&B2.x=78&B2.y=10
+OK 20121223175031 http://www.iist.unu.edu/newrh/III/1/page.html
+MISS NA https://issues.apache.org/jira/browse/CONFIGURATION-638
+OK 20130723094553 http://www.fastcompany.com/online/33/pioneer.html
+OK 20191105043750 https://mondaynote.com/trumps-digital-campaign-for-2020-is-already-soaring-d0075bee8e89
+OK 20160305160243 http://www.theigc.org/project/natural-resources-institutions-and-fdi/
+MISS NA https://www.bildungsketten.de/_media/BK-Konferenz_Vortrag_Hurrelmann.pdf
+OK 20210226134248 http://www.ikisaki.jp/
+MISS NA https://coastfundsca/stories/coastal-first-nations-sharing-intelligence-through-the-coastal-stewardship-network/
+OK 20201128104440 https://www.mongabay.co.id/2013/11/01/hutan-jadi-sawit-orangutan-panen-tikung-petani-madu-kapuas-hulu/
+MISS NA http://www.ISACA.org/Journal/archives/2013/Volume-
+MISS NA http://www.scopus.com/inward/record.url?eid=2-s2.0-77951534090&partnerID=40&md5=df8e9ea505492fab61d2177078218777
+MISS NA http://abcnews.go.com/healthon13/04/2011
+OK 20000310061944 http://www.cgiar.org/cifor/research/projects/project6-2/popgene.html
+MISS NA http://www.cdc.gov/reproductivehealth/Tobac-coUsePregnancy/Providers.html
+OK 20201112041701 https://dle.rae.es/?id=N7BnIFO
+OK 20210305192933 http://www.cntower.ca/en-ca/about-us/history/astounding.html
+OK 20190819191345 http://oa.upm.es/6199/1/MOISES_ENRIQUE_MARTINEZ_SOTO.pdf
+OK 20180603004559 http://ssrn.com/abstract=906473
+OK 20180602200903 https://ssrn.com/abstract=3007788
+OK 20071212134049 http://www.acrpnet.org/certification/ich/index.html
+OK 20200615075755 http://www.rsi.fr/uploads/tx_rsirss/20101201_Essentiel_du_RSI_Donnees_2009_02.pdf
+OK 20210309190528 http://wikis.ala.org/emergingleaders/index.php/Main_Page
+OK 20160313063714 http://www.momo-berlin.de/Mersch_Augenblick.html#_ednref22
+OK 20201031194129 http://www.embecosm.com/appnotes/ean4/embecosm-howto-rsp-server-ean4-issue-2.html
+MISS NA http://webcache.googleusercontent.com/search?q=cache:CZnsdkosFssJ:hudoc.echr.coe.int/webservices/content/pdf/001-58257%3FTID%3Dhhkgrkntio+&cd=2&hl=en&ct=clnk
+OK 20200324204053 http://chemspider.com/chemical-structure.10469369.html
+OK 20040301173932 http://www.sfs.uni-tuebingen.de/lsd/english.html
+MISS NA https://publications.iadb.org/bitstream/handle/11319/6415/pesquisaMegacidades.pdf?sequence=2Acesso
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0103-40142006000200009&lng=en&nrm=iso
+MISS NA http://www.aap.org/family/6to12mo.htm.Accessverified
+OK 20170323133540 http://conference.itcs.tsinghua.edu.cn/ICS2011/content/papers/27.html
+MISS NA http://censosbolivia.ine.gob.bo/censofichacomunidad/em10denovembrode
+OK 20181230110543 theregister.co.uk/2008/01/17/gaming_murder/
+OK 20150124000929 http://www2.camara.leg.br/legin/fed/declei/1940-1949/decreto-lei-3199-14-abril-1941-413238-norma-pe.html
+OK 20210123172034 https://theiam.org/what-is-asset-management
+MISS NA http://www.mpsr.sk/sk/?navID=1&id=8013
+MISS NA https://narodne-novine.nn.hr/clanci/sluzbeni/2009_03_39_881.html.Accessed
+OK 20210328004209 http://www.ukrstat.gov.ua
+OK 20210227205848 http://www.pascalnetwork.org/challenges/VOC/voc2012/workshop/index.html
+OK 20201127014423 http://www.jessrules.com/jess/
+OK 20200919134928 https://www.walesonline.co.uk/news/education/teachers-wales-demanded-significant-pay-14168088
+MISS NA http://www.rbff.com.br/index
+MISS NA http://bit.ly/x5B6qH
+OK 20210421091855 http://www.reason.org
+OK 20190919025820 http://apps.who.int/medicinedocs/en/d/Jh2992e/
+OK 20210421054558 http://ensembl.org
+OK 20200806190434 http://quality.eup.ru/MATERIALY2/problems.html
+OK 20070918205100 http://www.cypruspolicycenter.org/haber_oku.asp?haber=57
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20060220121158 http://www.purdue.edu/guidetotheory/postmodernism/modules/baudrillardsimulation.html
+OK 20150502193150 http://inspire.ec.europa.eu/documents/
+OK 20210420025335 http://www.eclipse.org/modeling/emf/
+MISS NA https://goo.gl/2WyGvA
+OK 20201204201512 http://contactlensupdate.com/2014/07/15/cosmetic-or-decorative-contact-lenses/
+MISS NA http://finclusion.org/uploads/file/Effects%20of%20Demonetization%20on%20Financial%20Inclusion%20in%20India
+MISS NA http://www.crm.forum.com
+MISS NA http://www.fda.gov/Food/FoodborneIllnessContaminants/CausesOfIllnessBadBugBook/.Accessed12
+OK 20200727120132 https://meraukekab.bps.go.id/dynamictable/2018/04/26/8/jumlah-penduduk-dan-rasio-jenis-kelamin-kabupaten-merauke-2010-2017.html
+MISS NA http://CRAN.R-project.org/package=gmodels.680-2
+OK 20210415030314 http://www.generation5.org/cbpnet.shtml
+OK 20210422165248 http://www.nobelprize.org
+OK 20200901151852 http://www.rand.org/pubs/technical_reports/TR410.html
+OK 20210122031204 https://scholarsarchive.byu.edu/etd/6215
+OK 20210415013849 http://www.emcdda.europa.eu/publications/annual-report/2012
+OK 20210315184518 http://nsnam.isi.edu/nsnam/
+OK 20210320205948 www.jceionline.org
+OK 20200613141536 http://www.istruzione.it/allegati/2014/TALIS_Guida_lettura_con_Focus_ITALIA.pdf
+OK 20200728054846 http://www.cdc.gov/foodnet/factsandfigures/incidence.html
+OK 20201111235328 http://timelessrepo.com/haters-gonna-hateoas
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S008062342010000100016&lng=en
+OK 20201205075748 http://www.unh.edu/ccrc/pdf/CV138.pdf
+MISS NA http://www.gartner.com/technology/reprints.do?id=1-1CCZVJP&ct=121004&st=sg
+OK 20190305071207 http://brno.idnes.cz/brno-chce-zrusit-pulku-zahradkarskych-kolonii-misto-nich-maji-byt-byty-a-parky-19a-/brno-zpravy.aspx?c=A101216_1500002_brno-zpravy_bor
+OK 20210415031638 http://www.hcch.net/index_en.php?act=conventions.text&cid=98
+OK 20210129033458 http://portal.mec.gov.br/index.php?option=com_content&view=article&id=12241&Itemid=487
+OK 20201209231912 http://www.competencias.gob.ec/wp-content/uploads/2017/05/01PPP2016-POLITICA01.pdf
+OK 20210309165858 http://www.acc.org/clinical/guidelines/unstable/unstable.pdf
+OK 20201022130635 https://www.thedialogue.org/wp-content/uploads/2017/09/El-aprendizaje-del-ingl%C3%A9s-en-Am%C3%A9rica-Latina-1.pdf
+OK 20150927094933 http://www.ordemenfermeiros.pt/AEnfermagem/Documents/REPE.pdf
+OK 20161221032228 http://www3.syngenta.com/country/pt/pt/a_syngenta/visao_e_objectivos/Pages/home.aspx
+OK 20210308191424 https://www.regulations.gov/document
+MISS NA http://cid_econ.ucdavis.edu/
+MISS NA https://nces.ed.gov/pubs2010/2010004/findings_10.asp
+MISS NA http://site.ebrary.com/lib/royalroads/Doc?id=5000833&ppg=1
+OK 20210412210636 http://creativecommons.org/licenses/by-nc-
+OK 20200616201318 http://www.istat.it/salastampa/comunicati/non_calendario/20101110_00/
+OK 20110206020109 http://www.naturalnews.com/018677.html
+MISS NA https://quaco.web.cern.ch/EuropeanUnion,underEUCOFUND-PCPgrantn.689359
+OK 20201127014749 http://www.ijmhs.com/content/pdf/1752-4458-2-13.pdf
+OK 20200903015753 http://www.scielo.org.co/pdf/tara/n14/n14a12.pdf
+OK 20210212012920 http://www.educationengland.org.uk/documents/plowden/plowden1967-1.html
+OK 20210415141837 http://www.wallacefoundation.org/knowledge-center/school-leadership/keyresearch/Documents/Investigating-the-Links-to-Improved-Student-Learning.pdf
+OK 20210420120616 http://www.albertahealthservices.ca/
+OK 20210421031351 https://www.iucnredlist.org/species/712/121745669#assessment-information
+OK 20170106075734 http://mohfw.nic.in/WriteReadData/l892s/file16-29724885.pdf
+OK 20210421222852 http://www.sas.com
+MISS NA http://www.cdc.gov/ncbdd/adhd
+OK 20210421131135 http://www.fao.org/3/a-i5996e.pdf
+OK 20210401045933 http://physics.nist.gov/xcom
+MISS NA www.osservatorionazionalescreening.it/ons/pubblicazioni/rap-porto6.pdf
+MISS NA http://www.revistasusp.sibi.usp.br/scielo.php?pid=S0104-60982009000100003&script=sci_arttext
+MISS NA http://www.eumed.net/libros-gratis/2006b/jirr-06/1b.htmFoodandAgricultureOrganizationoftheUnitedNations
+OK 20200714084715 http://portalarquivos.saude.gov.br/images/PDF/2014/junho/13/Portaria-609-de-2013.pdf
+OK 20210107202134 https://lareviewofbooks.org/article/me-myself-and-hitler/
+OK 20200803140459 http://www.fsrh.org/pdfs/CEUGuidanceIntrauterineContraceptionNov07.pdf
+MISS NA http://www.sciencedirect.com/science/article/pii/S0144861710000020
+OK 20170213095912 https://www.bundesgesundheitsministerium.de/fileadmin/dateien/Publikationen/Praevention/Broschueren/Broschuere_Ratgeber_zur_gesundheitlichen_Praevention.pdf
+OK 20210415145901 https://www.who.int/social_determinants/resources/articles/emconet_who_report.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200329214135 http://ieeexplore.ieee.org/document/7120461/
+MISS NA http://scitation.aip.org/content/aip/journal/rsi/85/3/10
+OK 20210203143142 www.studium-in-israel.de/
+OK 20201129233547 http://www.tst.jus.br/web/trabalhoseguro/resolucao
+MISS NA https://subversion.apache.org/,accessed
+OK 20180602030521 http://pediatrics.aappublications.org/content/109/4/e62#BIBLDOI:10.1542/peds.109.4.e62
+MISS NA dijo.el.ingeniero.en.el.mo-mento.de.firmar.el.contrato.de
+OK 20080614224200 https://dialnet.unirioja.es/servlet/articulo?codigo=305458
+OK 20160313112748 www.pediatrics.org/cgi/content/full/116/1/e113
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.108.156801formoredetails
+MISS NA www.riksrevisjonen.no/rapporter/Sider/Dokumentbase_Dok_1_2008_2009.aspx
+OK 20201106232556 http://www.cysticfibrosis.ca/page.asp?id=21
+MISS NA http://gradworks.umi.com/3372318.pdf
+OK 20210109151009 http://www.scotlandsplaces.gov.uk/digital-volumes/published-gazetteers-and-atlases/atlas-scottish-history-1707
+OK 20210411050637 razonypalabra.org.mx
+OK 20210419202504 http://www.mainroads.wa.gov.au
+OK 20201203072204 https://www.imtj.com/resources/healthcare-markets/
+OK 20210419120459 http://www.tropicos.org
+OK 20160718085138 http://www.heart.org/HEARTORG/Conditions/More/
+OK 20201001160452 www.mis.zu.edu.eg/ajied/home.aspx
+MISS NA http://www.hukumonline.com/pusatdata/Hymes
+MISS NA www.polioeradication.org/Resourcelibrary/Advisory-andcertification/TechnicalAdvisoryGroups.aspx
+OK 20210324121804 http://www.project-syndicate.org/commentary/egypt-s-salafi-challenge
+OK 20210421152640 http://www.opengeospatial.org/
+OK 20201111192837 http://www.marinespecies.org/aphia.php?p=taxdetails&id=141604
+MISS NA http://uww.chass.utoronto.ca/"cla-acl
+OK 20210419111826 http://www.aafp.org
+MISS NA https://www.percona.com/live/london-2013/sites/default/files/slides/uc2013-EIPS-final.pdf
+OK 20141203050224 http://www.webapps.cee.vt.edu/ewr/environmental/teach/smprimer/sm-intro.html
+OK 20201204133244 https://www.lyfemarketing.com/blog/why-digital-marketing/
+OK 20130126154654 http://www.unhcr.org/refworld/docid/4f4cd9812.html
+OK 20200123095250 www.fao.org/news/story/en/item/75335/icode/
+OK 20210127174553 https://docs.microsoft.com/en-us/windows/uwp/security/microsoft-passport
+OK 20161221173325 http://www.sandia.gov/~jytsao/hpsnl_sand_report_2000.pdf
+OK 20210405193002 http://litteraturbanken.se/#!/presentationer/vandringar/VandringLotass.html
+OK 20201109215541 http://teacher.scholastic.com/professional/assessment/perfassess.htm
+MISS NA http://politik-digital.de/auch-die-politik-braucht-soziale-innovation/.Abgerufen
+MISS NA http://www.w3.org/TR/2001/NOTEwsdl-20010315
+OK 20210214004539 http://www.baojournal.com/BDB%20WEBSITE/index.html
+OK 20210415012709 https://cocalc.com
+OK 20210128062502 http://techcrunch.com/2012/01/12/more-more-more
+MISS NA http://www.sba.luc.edu/org/meea/vol6/Rizk.htm
+OK 20210411044716 www.ala.org/aasl/sites/ala.org.aasl/files/content/aaslpubsandjournals/slr/vol15/SLR_Resource_Provisions_V15.pdf
+MISS NA http://www.eduiuc.edu/EPS/PES-yearbook/95docs/haig.html
+OK 20201105231904 https://www.museodelprado.es/coleccion/galeria-on-line/galeria-on-line/obra/la-familia-de-felipe-iv-o-las-Meninas/
+OK 20171207193557 http://factsreports.revues.org/3720
+MISS NA http://www.academyofleisuresciences.com/publications/nrpa-leisureresearch-symposium-book-abstracts
+MISS NA http://russiaturforum.com/khakasiya_2013/,свободный
+OK 20201202092637 http://www.emissieregistratie.nl
+MISS NA http://www.popsci.com/technology/article/2012-11/fyi-how-israel
+OK 20210421191114 https://www.cambridge.org/core
+MISS NA https://comunicatascientiae.com.br/comunicata/article/viewFile/468/314
+MISS NA http://www.sinab.unal.edu.co:2053/science/article/pii/S0257897206002787
+OK 20120513185706 https://ethnology.wordpress.com/2008/06/26/object-chinese-puzzle-balls/
+OK 20200919094624 http://dugi-doc.udg.edu/handle/10256/9339
+OK 20210421195623 http://www.dailymail.co.uk
+OK 20210131105914 http://www.britannica.com/EBchecked/topic/140167/guidance-counseling
+OK 20210410190108 www.uibk.ac.at/iol
+MISS NA www.ars-altmann.com/en/.../Hermetizationofpowertransformers.pdf
+MISS NA http://www.psy.miami.edu/fac-ulty/mmccullough/Papers/forgiveness_as_human_strength.pdf
+OK 20191001162248 http://www.astralinux.com/v-goskontrakty.html
+OK 20210421025129 http://www.gks.ru/
+OK 20210324083038 http://kremlin.ru/events/president/news/47173
+MISS NA www.inca.org.br/epidemiologia/estimativa
+MISS NA https://vlada.gov.hr/UserDocsImages//Sjednice/2015/229%20sjednica%20
+OK 20180602071100 http://www.atmos-meas-tech-discuss.net/1/103/2008/
+OK 20210414120122 www.rstudio.com/
+MISS NA http://doi.dx.org/10.1016/j.jbusres.2007.08.002
+OK 20080504154735 www.untumbes.edu.pe/inv/tesisalumnos.asp?escuela=03
+MISS NA http://caranddriver-brasil.uol.com.br/noticias/aumenta-a-idade-media-da-fro-ta-nacional/10437
+MISS NA http://www.fujitsu.com/downloads/TEL/fnc/whitepapers/Pathto100G.pdf〉
+MISS NA https://bit.ly/2IrCysp
+MISS NA https://books-google-com.ezp-prod1.hul.harvard.edu/books?hl=en&lr=&id=8VbfAQAAQBAJ&oi=fnd&pg=PP1&dq=personal+causation&ots=f42PXS3pjv&sig=ADQmtywYIYyP538sUQMpHahWyrg
+OK 20170225074516 http://www.etuc.org/a/2854
+OK 20210125204238 http://www.chistera.eu/projects/star
+OK 20170303234610 http://www.cev-rio.org.br/site/arq/Pires-T-Colorindo-memorias-e-redefinindo-olhares-Ditadura-militar-e-racismo-no-Rio-de-Janeiro.pdf
+OK 20200109140939 http://fgsnet.nova.edu/cread2/creadarticlesearch/
+MISS NA http://www.uis.unesco.org/ev.php?URL_ID=5187&URL_DO=DO_TOPIC&URL_SECTION=201
+OK 20210330110447 https://link.aps.org/doi/10.1103/RevModPhys.80.885
+OK 20210205021137 http://news.nationalgeographic.com/news/energy/2015/01/150120-oil-spills-into-yellowstone-river
+OK 20200704231651 http://www.kjemi.uio.no/software/dalton/dalton.html
+OK 20001203233100 www.ars-grin.gov/cgi-bin/duke/chemical.pl?GADOLEICACID
+OK 20201128070513 https://international.aanp.org/Practice/APNRoles
+OK 20210413040323 http://nlp.stanford.edu/software/dependencies_manual.pdf
+MISS NA http://www.ncsl.org/research/health/hpv-vaccine-state-legislation-and-statutes.aspx〉
+OK 20200717040335 http://www.openarchives.org/ore/0.9/primer
+MISS NA http://www.wcfia.harvard.edu./sites/default/files/Beckfield_Social_pdf
+OK 20061010113302 https://forge.gridforum.org/projects/gin
+MISS NA http://www.nhc.gov.cn/xcs/s7847/201907/520f21e5ac234785bcc363a286866fb0.shtml
+OK 20180214002133 http://www.statcan.gc.ca/pub/91-547-x/2005001/4072106-eng.htm
+MISS NA http://www.ncbi.nlm.nih.gov/books/NBK63531/
+OK 20210306174519 http://ec.europa.eu/eu2020/pdf/COMPLET%20EN%20BARROSO%20%20%20007%20-%20Europe%202020%20-%20EN%20version.pdf
+OK 20200731225655 http://www.oleaginosas.org/art_237.shtml
+OK 20210223140413 https://emotiv.com/insight.php
+OK 20210325192350 http://thinkprogress.org/economy/2014/03/12/3394871/ryan-poverty-inner-city/
+MISS NA http://www.c8sciencepanel.org/pdfs/Probable_Link_C8_Heart_Disease_20Oct2012.pdf
+MISS NA http://arstechnica.com/news.ars/post/20060924-7814.html.Acces-sed8
+MISS NA www.iasociety.org/Abstracts/A200713701.aspx
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/7530818
+OK 20210421041641 https://www.bsmu.edu.ua
+OK 20210124180605 http://artukraine.com.ua/a/art-now--stepan-ryabchenko-pro-mistectvo-novoi-dobi
+OK 20210326075926 http://www.cbo.gov/ftpdocs/113xx/doc11355/hr4872.pdf
+OK 20191014204628 http://www.lipidhome.co.uk/ms/masspec.html
+MISS NA http://www.ijaer.com/(IJAER)2011
+OK 20210303215343 http://www.scotland.gov.uk/Topics/Statistics/SIMD/
+MISS NA http://www.mflip.com.br/temp_site/edicao-2054.pdf
+OK 20201216080949 https://www.nytimes.com/2018/05/22/arts/television/fauda-an-israeli-tv-hit-lets-viewers-escape-into-the-conflict.html
+OK 20210308102946 http://www.lexisnexis.com/us/lnacademic/
+MISS NA www.wjh.harvard.edu/~inquirer/lasswell.htm.OnlineQDA,www.onlineqda.hud.ac.uk/Intro_QDA/what_is_qda.php
+OK 20210415042907 http://www.ich.org/fileadmin/Public_Web_Site/ICH_Products/Guidelines/Quality/Q2_R1/Step4/Q2_R1__Guideline.pdf
+OK 20210413102210 http://www.search.ebscohost.com/login.aspx?direct=true&db=cin20&AN=109873156&site=ehost-live
+OK 20140324215841 http://go.nature.com/ntrw7u
+OK 20161128134134 http://doc.utwente.nl/57842/
+MISS NA http://robotics.youngester.com/2008/05/monkey-feeds-itself-with-robotic-arm.html
+MISS NA http://www.ifac-papersonline.net/Detailed/63251.html
+OK 20200821222409 https://gks.ru/free_doc/new_site/business/osnfond/amort_11_ved.htm
+OK 20200925190439 www.cofen.gov.br/resoluo-cofen-2922004_4328.html
+MISS NA http://trends.collegeboard.org/sites/default/files/stu-dent-aid-2012-full-report.pdf
+MISS NA http://globocan.iarc.fr/Pages/fact_sheets_cancer.aspx.Accessed
+OK 20160404234742 http://stat.gov.pl/download/gfx/portalinformacyjny/pl/defaultstronaopisowa/5743/1/1/nsp2002_tabl1.xls
+MISS NA https://en.wikipedia.org/wiki/HeterogeneousSystemArchitecture
+MISS NA http://hyper.ahajournals.org/15
+OK 20210419123013 http://www.ncbi.nlm.nih.gov/omim
+OK 20201025025435 https://clickchain.ru/library/chto-takoe-texnologiya-blokchejn-i-ee-rol-v-kriptovalyutax/
+MISS NA http://www.skogsindustrierna.se/LitiumDokument20/GetDocument
+MISS NA http://semen.revues.org/4291.Documenttéléchargédepuiswww.cairn.info---89.156.142.117-15/10/201615h39.©L'HarmattanDocumenttéléchargédepuiswww.cairn.info---89.156.142.117-15/10/201615h39
+OK 20160401125642 http://www.voppsy.ru/authors25/SOLDATGU.htm
+OK 20160421154657 http://revistainterdisciplinar.uninovafapi.edu.br/index.php/revinter/article/view/590/pdf_272
+MISS NA http://www.cms.hhs.gov/QualityIMprovementOrgs/04_9thsow.asp-TopOfPagehttp://www.cms.hhs.gov/QualityIMpro-vementOrgs/04_9thsow.asp-TopOfPage
+OK 20210126204349 www.thermalceramics.com
+OK 20210212223317 http://www.tandfonline.com/toc/ccut20/current#.UlqGFlBJOSo
+OK 20210418081103 http://www.pewtrusts.org/en/multimedia/data-visualizations/2014/antibiotics-currently-in-clinical-development
+OK 20210228003427 http://www4.hrsdc.gc.ca/indicator.jsp?&indicatorid=57#MOREON_1
+OK 20170502041051 https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1783557
+OK 20210415020511 http://www.editlib.org/p/
+OK 20200623204730 https://www.elpartoesnuestro.es/sites/default/files/recursos/documents/protocolo_asistencia_parto_normal_cataluna_2007.pdf
+OK 20160121045316 http://www.psychology.iastate.edu/~dle/mnsost_download.htm
+MISS NA http://dx
+OK 20210119153117 http://www.logisticare.com/transportation/
+MISS NA https://stomatologia.mp.pl/aktualnosci/178202
+MISS NA https://orcid.org/0000-0001-5176-173X
+MISS NA ftp.fao.org/docrep/fao/011/i0250e/i0250e.pdf
+MISS NA http://www.academia.edu/10329138/CHAOS_THEORY_AND_ITS_APPLICATIONS_ON_UNDERSTANDING_HUMAN_MADE_SYSTEMSAcessoem03-03-2015
+OK 20171203004904 http://www.biomedcentral.com/1471-2431/13/14
+MISS NA http://frontlineonnet.com/fl2515/stories/20080801251502600.htm
+MISS NA http://doi.acm.org/10.1145/1837110.1837131.URLhttp://doi.acm.org/10.1145/1837110.1837131.→pages
+OK 20201111205329 https://aarontoponce.org/wiki/crypto/card-ciphers
+OK 20210422011726 http://www.sciencedirect.com
+MISS NA http://vesta.informatik.rwth-aachen.de/opus/volltexte/2011/3156/
+MISS NA http://www.odi.org/resources/docs/2328.pdf
+OK 20201020202549 http://www.wiod.org/publications/source_docs/Environmental_Sources.pdf
+OK 20201210013500 http://www.ilo.org/public/english/bureau/gender/newsite2002/about/action.htm
+OK 20210120025201 http://advances.sciencemag.org/content/5/12/eaay1443#BIBL
+OK 20210216093507 http://colah.github.io/posts/2014-07-NLP-RNNs-Representations/
+MISS NA ftp.cse.unsw.edu.au/pub/doc/papers/UNSW/0909.pdf
+MISS NA https://www.unc.edu.ar/sites/default/files/S%C3%ADntesis%20
+OK 20210419232536 http://www.sifma.org/about/
+OK 20200110082238 http://www.infiressources.ca/fer/depotdocuments/Perception_des_encadreurs_de_stages.pdf
+MISS NA http://halmaigabor.hu/dok/426_Amicus_Cardinal_Laws_final.pdf
+OK 20120622081459 http://www.ichrdd.ca
+OK 20210126175427 http://www.economist.com/node/17647627
+OK 20130219041516 http://www.sciencedirect.com/science/article/pii/S0272696302000876
+MISS NA http://stacks.iop.org/0951-7715/19/2137
+OK 20210319190639 http://www.cnt.org/sites/default/files/publications/CNT_Value-of-Green-Infrastructure.pdf
+OK 20210415001521 https://www.cms.gov/about-cms/aca/affordable-care-act-in-action-at-cms.html#.Accessed
+OK 20201230003202 https://www.eitdigital.eu/fileadmin/files/docs/Action_Lines/SES/Towards_a_European_Smart_Energy_System.pdf
+OK 20170214084057 http://crawdad.cs.dartmouth.edu/ibm/watson
+OK 20210211043047 www.msf.org/content/page.cfm
+OK 20210211220248 https://www.un.org/apps/news/story.asp?NewsID=57313#.WbbY760ZPHI
+OK 20201124130536 http://www.interculturaldialogue2008.eu/fileadmin/downloads/resources/education-and-migration_bamberg.pdf
+OK 20160412124543 https://www.diw.go.th/hawk/content.php?mode=spss59
+OK 20210421031458 https://www.who.int/tb/publications/global_report/en
+OK 20210126030347 http://www.di.unipi.it/optimize/Data/MMCF.html
+OK 20210421070259 http://www.mathworks.com
+OK 20210308140218 https://ec.europa.eu/digital-single-market/en/financial-guarantee-facility-culture-creative
+OK 20210418091532 http://www.ibef.org/industry/autocomponents-india.aspx
+OK 20210413124513 http://en.wikipedia.org/wiki/Travelling_salesman_problem
+OK 20210304015148 https://apps.who.int/iris/handle/10665/330893
+MISS NA http://www.malcolmturnbull.com.au/assets/Coalitions_Policy_for_E-
+OK 20201109034541 https://www.businessinsider.com/dan-coats-us-space-attack-2018-2/
+OK 20210417132817 http://www.fao.org/fishery/statistics/software/fishstatj/en
+MISS NA http://www.eecs.umich.edu/gasm/Gurevich1997YuriGurevich
+MISS NA http://roderic.uv.es/handleIro55oI43210
+MISS NA http://soi.cnr.it/archcalc/indice/PDF19/1_Djindjian.pdf
+OK 20180802161535 http://www.newsweek.com/nw-srv/printed/us/in/a19468-2000may6.htm
+OK 20201125151348 http://jezebel.com/black-messiah-top-five-and-the-power-of-perfect-timing-1671384408
+OK 20201111234733 https://arxiv.org/abs/1905.12669
+MISS NA http://www.gaiabit.com/minitab-celebra-40-anos-facilitando-el-analisis-de-datos/
+OK 20190924190225 http://www.bloodjournal.org/site/subscriptions/index.xhtml
+OK 20200812184549 http://www.powells.com/biblio/1-9780786838653-10/
+OK 20200924080001 http://www.claaswilke.de/publications/workshops/EEbS2012.pdf
+OK 20191001160518 https://eupublicprocurement.org.ua/контроль-у-сфері-публічних-закупівел.html
+MISS NA http://www.audiologyonline.com/articles/pf_article_detail.asp?article_idϭ1204
+OK 20210125015555 http://de.wikipedia.org/wiki/Rügen
+OK 20170521055129 http://www.santacruzsentinel.com/ci_22716932/permit-system-puts-tougher-regulation-fishermen-scientists-who
+OK 20160607173224 http://eprints.nottingham.ac.uk/845/1/Hendey__Pascall_FINAL.pdf
+OK 20210415012326 http://www.edu.gov.mb.ca/k12/docs/support/tfs/index.html
+OK 20160812234851 http://www.birncommunity.org/
+MISS NA http://www.aelg.org/GetActivityById.do?id=24
+OK 20170509124505 http://www.aravot.am/2015/06/27/587063/
+OK 20210421203006 http://www.sil.org
+OK 20210124143929 https://github.com/htygithub/ASDmask/
+OK 20210417140131 http://www.fractracker.org/about-us/annual-report
+OK 20210314174449 https://www.extension.umn.edu/agriculture/nutrient-management/phosphorus/understanding-phosphorus-fertilizers/
+OK 20210412231204 www.euce.org
+OK 20210224155111 http://www.unicef.org/infobycountry/india_statistics.html
+OK 20160324094859 http://www.europeansocialsurvey.org/docs/round5/questionnaire/ESS5_final_work_family_wellbeing_module_template.pdf
+OK 20210211213002 http://www.livescience.com/40283-ngss-science-standards-change-education.html
+MISS NA https://biznes.gazetaprawna.pl/artykuly/1081643,pe-dro-cabezas-heizel-torrez-velasquez-kopalnie-niszcza-ludzi-i-srodowisko.html
+MISS NA http://www.prezy-dent.pl/aktualnosci/wypowiedzi-prezydenta-rp/wystapienia/art
+OK 20200224133047 http://www.sciencedirect.com/science/article/pii/0021999181901455
+MISS NA http://link.aip.org/link/?MPH/33/3321/1
+MISS NA http://www.thisdaylive.com/articles/deforestation-Nigeria-ranked-worst-in-theworld/103321
+OK 20180615163420 http://link.springer.com/10.1007/s00262-015-1704-6
+OK 20200418020549 http://www.ascilite.org.au/ajet/ajet25/editorial25-2.html
+OK 20210419003652 http://www.w3.org/TR/n-triples
+OK 20170809211210 http://www.umass.edu/digitalcenter/events/pdfs/OMahony_open_project.pdf
+MISS NA https://digi.ub.uni-heidelberg.de/diglit/totentanz1488/0042/image.HeinrichKnoblochzer
+MISS NA http://www.nunatsiaq.coin
+OK 20201120041050 http://philpapers.org/archive/HALHRA.pdf
+OK 20210420075436 http://ivo.garant.ru/#/document/12161584
+MISS NA http://www.psa.ac.uk/2011/UploadedPaperPDFs/719_270.pdf
+OK 20210117162051 www.feedipedia.org/node/214
+OK 20170817155700 http://www.scielo.br/pdf/cr/v42n8/a22412cr4269.pdf
+OK 20210125181516 http://www.gao.gov/new.items/d03285.pdf
+OK 20201030092845 http://www.cdc.gov/diabetes/pubs/refguide_physactivity.htm
+MISS NA https://www.cbs.nl/nl-nl/nieuws/2008/42/aandeel-voeding-in-huishoudbudget-steeds-kleinerEditorialBoardFoodlog
+OK 20111018105127 http://www.gaepd.org/Files_PDF/VRP/VRPFAQ.pdf
+MISS NA http://lnweb18.worldbank.org/external/lac/lac.nsf/Countries/Guatemala/90CF6C5A035DCEF585256CE90049E66C?OpenDocumentconsulted
+OK 20170721172046 https://www.kommersant.ru/doc/3325258
+OK 20190318050828 http://plato.stanford.edu/archives/fall2008/entries/wyclif-political/
+OK 20200416071632 http://www.scielo.com.br/scielo.php
+OK 20180411071000 http://www.ncbi.nlm.nih.gov/pubmed/22643612
+MISS NA https://www.visitscotland.org/binaries/content/assets/dot-org/pdf/research-papers-2/20190314-outlander-effect-2019.pdf.,27.3.2019
+OK 20080501235102 http://ssrn.com/abstract=927979
+OK 20210330162349 http://www.fas.usda.gov/maximum-residue-limits-mrl-database
+MISS NA http://arxiv.org/pdf/1110.2943.pdf
+MISS NA http://eldotelecom.blogspot.com/2014/03/us-at-inflection-point-on-premises.html
+MISS NA http://www.undp.org/eu/documents/hsbooklet.pdf
+MISS NA https://www.gov.uk.Accessed31
+MISS NA http://www.eldespertador.info/despierta/textdesper/memoperfom.htmlconsultado22-05-2005-Todorov
+MISS NA http://cshperspectives.cshlp.org/citmgr?gca=cshperspect%3Bcshperspect.a033134v1
+OK 20210211140629 https://www.theverge.com/2018/9/14/17859188/ai-deepfakes-national-security-threat-lawmakers-letter-intelligence-community
+OK 20200726061609 http://www.ariadne.ac.uk/issue43/wakingupinbl-rpt
+OK 20210421220246 http://www.tivo.com
+MISS NA http://www.fisica.uniud.it/∼ercolessi/
+OK 20110112195936 https://abu4faqih.files.wordpress.com/2011/01/model-reformasi-birokrasi.pdf
+OK 20160528181147 http://www.ncbi.nlm.nih.gov/pubmed/6809361
+MISS NA http://www.paho.org/data/index.php/en/?option=com_content&view=article&id=524&Itemid=
+MISS NA http://hdl.handle.net/1822/53241
+OK 20110719031502 http://www.g-drg.de/cms/index.php/Archiv
+OK 20200720055152 http://tigercompetencies.pbworks.com/f/TICC_Final.pdf
+MISS NA https://sustainabledevelopment.un.org/•FrancoiseBourguignon
+MISS NA http://education.fiu.idu/research_conference/
+OK 20160307022344 http://www.sd-commission.org.uk/publications/downloads/Nuclear-paper4-Economics.pdf
+OK 20200612235415 http://www.rchiips.org/pdf/rch3/report/MP.pdf
+MISS NA http://www.equator-network.org.Accessed
+OK 20210415020504 http://www.idf.org/sites/default/files/EN_6E_Atlas_Full_0.pdf
+MISS NA http://tree.bio.ed.ac.uk/software/seal/.Accessed12
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.82
+OK 20100602060717 http://www.aray1.com/docupdf/hipotesis.pdf
+OK 20210225020756 http://openstack.org/downloads/openstack-overview-datasheet.pdf
+OK 20150628015853 http://www.reuters.com/article/2013/07/25/us-usa-detroit-blight-idUSBRE96O02T20130725
+OK 20210411040032 http://pm.gc.ca/eng/bio.asp?id=47
+OK 20210314182932 http://socialreport.msd.govt.nz/2003/index.shtml
+OK 20200124180636 http://www.rendimentoadequado.org.pt
+MISS NA https://www.crimeandjustice.org.uk/resources/those-who-plead-not-guilty-are-not-gaming-system.Accessed28
+MISS NA https://hal.archives-ouvertes.fr/hal-01234174
+OK 20210203175805 https://www.ecb.europa.eu/explainers/tell-me/html/what-is-bitcoin.en.html
+OK 20130627012142 http://www.bmfbovespa.com.br/pt-br/a-bmfbovespa/download/merccap.pdf
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2938403/.Accessed
+MISS NA http://www.citia.co.uk/content/files/50161-377.pdf.Accessed15
+OK 20161005070003 http://www.birdlife.org/datazone/sitefactsheet.php?id=765
+MISS NA http://www.geneious.com/564
+OK 20200907194036 http://thelede.blogs.nytimes.com/2013/04/23/updates-in-the-aftermath-of-the-boston-marathon/
+MISS NA https://www.dovepress.com/by54.70.40
+OK 20121105195904 http://www.bankofengland.co.uk/publications/Pages/speeches/2012/606.aspx
+MISS NA http://www.isradiology.org/tropical_deseases/tmcr/chapter6/clinical29.htm.Accessin13/06/2016
+OK 20201125142424 http://www.livingreviews.org/lrr-2014-3
+OK 20190907124033 http://www.pubmed.com
+MISS NA http://www.wormbook.org.Accessed
+OK 20201005184757 https://www.kmu.gov.ua/ua/npas/pro-zatverdzhennya-derzhavnogo-standartu-pochatkovoyi-osviti
+OK 20210210230345 https://www.escr-net.org/caselaw/2006/case-mayagna-sumo-awas-tingni-community-v-nicaragua-eng
+MISS NA https://repositorio.unesp.br/bitstream/handle/11449/144653/regulamento_repositorio_institucional_unesp.pdf?sequence=2&isAllowed=y
+OK 20180314140042 https://www.acma.gov.au/theACMA/engage-blogs/engage-blogs/Cybersecurity/The-ACMA-and-internet-providers-working-together-to-combat-malware
+MISS NA http://www.guerrapeixe.com/busca/gp-mostra_ficha_obra.php?&num_obra=239
+OK 20210415000851 http://www.jmilne.org/math/CourseNotes/av.html
+OK 20170808184913 http://cs.uwaterloo.ca/~jchampai/papers/5235880526386162235.pdf
+OK 20190713054908 http://www.library.up.ac.za/research/docs/code_ethics.pdf
+OK 20210227064641 http://www.arm.com/products/CPUs/ARM968E-S.html
+MISS NA http://ttkb.meb.gov.tr/program2.aspx/program2.aspx?islem=2&kno=217adresindenHaziran2015'teulaşılmıştır
+OK 20130304035410 http://www.cs.sandia.gov/tech_reports/compbio/tortilla-hp-benchmarks.html
+OK 20180618084135 http://link.springer.com/chapter/10.1007/978-3-642-33442-9_7
+OK 20200717222551 http://www.scielo.br/pdf/rsp/v42n4/6846.pdf
+OK 20210126035912 https://blog.animationstudies.org/?p=1318
+MISS NA http://repositorio.pucrs.br/dspace/bitstream/10923/3125
+OK 20210309175258 http://www.revistareferencia.com.br
+MISS NA http://jen.sagepub.com/cgi/doi/10.1177/1744259105056291
+OK 20200919233650 https://www.gazetaonline.com.br/noticias/cidades/2017/06/autor-de-livro-atribui-polemica-a-falta-de-capacitacao-de-professores-1014062096.html
+MISS NA http://bit.ly/1GhcSKN
+OK 20210403094317 rspa.royalsocietypublishing.org
+MISS NA https://goo.gl/tCvSiW
+OK 20111030195631 http://www.uesc.br/revistas/culturaeturismo/edicao1/artigo1.pdf
+OK 20180614064000 https://link.springer.com/article/10.1007/BF02202584
+OK 20210409131233 https://www.lemonde.fr/les-decodeurs/article/2018/10/17/les-fausses-informations-perdent-du-terrain-sur-facebook_5370461_4355770.html
+MISS NA http://www.rarediseases.org/search/rdbsearch.html.Accessed
+OK 20210319203712 http://www.hep.ph.ic.ac.uk/iss/
+MISS NA http://www.ria.gov.ie/en/RIA/Pages/SGBVDocAccessed2
+MISS NA http://www.mapnews.ma/fr/dossier/les-elections-communales-premier-pas-vers-la-mise-en-oeuvre-de-la-regionalisation-avancee-ue
+MISS NA https://www.revistas.ufg.br/sv/article/viewFile/38563/19509
+OK 20160507094219 http://www.sodec.gouv.qc.ca/fr/page/route/-1/15
+MISS NA www.is.cnpm.embrapa.br/bibliografia/2004_Conceitos_basicos_e_indicadores_de_respons
+OK 20200801220245 http://blogs.ec.europa.eu/rehn/recovery-is-within-reach/
+OK 20210314200050 https://www.ericsson.com/assets/local/mobility-report/documents/2018/ericsson-mobility-report-june-2018.pdf
+OK 20180721231132 http://homepages.laas.fr/henrion/Papers/density.pdf
+OK 20150615234604 http://www.un.org/staffdevelopment/developmentguideweb/image/OHRM_CDG.pdf
+OK 20210326133745 http://www.ncea.org/news/AnnualDataReport.asp
+OK 20140718070555 www.alriyadh.com/2006/08/27/article182047.html
+OK 20180413000308 http://www.lipidhome.co.uk/info/blogarch-2017.htm
+OK 20210117211245 http://law.vanderbilt.edu/files/archive/CheshireCalhoun_HopeMatters.pdf
+OK 20210407072548 https://www1.folha.uol.com.br/tec/2018/07/facebook-chega-a-127-milhoes-de-usuarios-mensais-no-brasil.shtml
+MISS NA https://www.bloomberg.com/news/articles/2016-01-08/five-stand-trial-in-climax-to-record-u-k-insider-trading-case?cmpid=yhoo.headline
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.81
+OK 20170607155921 http://www.ncbi.nlm.nih.gov/pubmed/25544335
+MISS NA http://www.ijemmr.co
+OK 20200125084954 http://www.jeremiahdittmar.com/files/dittmar_new_media_firms.pdf
+OK 20210125231830 http://nibis.lbeg.de/cardomap3/
+OK 20201206125734 http://www.mass.gov/eohhs/docs/dph/com-health/com-health-workers/legislature-report.pdf
+MISS NA http://e-dmj.orgboardid=1012&pageNum=0&sub=0&boardseq=20915
+OK 20200818165741 http://www.dpg-physik.de/static/info/lehramtsstudie_2006.pdf
+OK 20210418065532 http://www.cemi.rssi.ru
+MISS NA https://umei007-fall10.wikispaces.com/file/view/Kaplan%26Nortonbalancedþscorecard.pdf
+OK 20210420184400 https://www.deeplearningbook.org/
+MISS NA http://doc.xueqiu.com/14612dfd88b2833fd0c9ca80.pdf
+OK 20201001021721 http://www.enviropaedia.com/topic/default.php?topic_id=92
+MISS NA http://www.forbes.com/sites/jennagoudreau/2012/05/21/a-new-obstacle-forprofessional-women-the-glass-escalator
+MISS NA http://bj.ital.sp.gov.br/artigos/html/busca/PDF/v8n3213p.pdf
+OK 20210211225217 http://www.ub.edu/geocrit/sn-45-12.htm
+OK 20210318151948 http://www.cms.hhs.gov/NationalHealthExpendData/
+OK 20120319165142 http://www.treasury.act.gov.au/budget/budget2000/bp5/bp5.pdf
+MISS NA https://adfl.mla.org/Resources/Policy-Statements/ADFL-General-Guidelines-for-DepartmentsBackhaus
+MISS NA http://www.southeastem-labrador.nf.ca/battleharbour/historictrust.htm
+OK 20190527164849 http://www.fryske-akademy.nl/trefwoord
+OK 20111017152016 http://www.moneoman.gov.om/book/syb2008cd/english.html
+OK 20171209192150 http://www.rectoria.ucr.ac.cr/site/wp-content/uploads/2013/11/1991-1992.pdf
+OK 20030524101714 http://www.agdia.com/cgi_bin/catalog.cgi?m23
+OK 20200810085411 http://www.rieti.go.jp/en/china/04061801.html
+OK 20210410012312 http://www.icsi-eu.org/
+OK 20210420215910 www.euforgen.org
+MISS NA http://tongji.cnki.net/kns55/Navi/YearBook.aspx?id=N2015110062&floor=1
+OK 20201223175414 http://online.wsj.com/articles/u-s-supreme-court-rejects-argentina-appeal-in-sovereign-debt-case-1402926119
+OK 20201101223843 http://www.independent.co.uk/arts-entertainment/books/reviews/from-dictatorship-to-democracy-by-gene-sharp-6286451.html
+OK 20201019073446 http://www.epa.gov/champ/pubs/hpv/2009-RBP-Decisions.pdf
+MISS NA http://www.jstor.org/stable/25669541
+MISS NA http://www.mhra.gov.uk/Howweregulate/Medicinesregulatorynews/CON036276
+OK 20170916102028 http://www.yourhealth.gov.au/internet/yourhealth/publishing.nsf/content/nphc-draftreportsupp-toc
+MISS NA http://www.youtube.com/watch?v=NplZqLGp8FI&list=PLG_uy3cO3Kza9jzpb2pSty-iEPDzRIOOV&index=4
+OK 20210422015414 http://www.tobaccofreekids.org
+OK 20210415115200 http://www.stern.nyu.edu/~nroubini/asia/AsiaHomepage.html
+OK 20210417144339 http://unesdoc.unesco.org/images/0012/001229/122962eo.pdf
+OK 20120727092144 http://www.imitraining.com/management-training-courses/results-based-monitoring-and-evaluation-mfdr/
+MISS NA http://www.uscourts.gov/uscourts/RulesAndPolicies/rules/EDiscovery_w_Notes.pdf.132
+MISS NA http://www.bbc.co.uk/news/technology-35642749l
+OK 20210119210803 https://www.survalent.com/survalent-developing-distribution-state-estimation-software-electric-utilities/
+MISS NA http://www.vatican.va/roman_curia/congregations/cfaith/documents/rc_con_cfaith_doc_20081208_dignitas-personae_en.html.accessed
+OK 20210415011029 http://www.ecologyandsociety.org/vol15/iss2/art11/
+OK 20190812081953 http://greveunifesp.files.wordpress.com
+OK 20170501094236 https://www.polity.co.uk/global/transnational-democracy-theories-and-prospects.asp
+OK 20210302225524 http://docs.oasis-open.org/ws-rx/wsrm/200702/wsrm-1.1-spec-os-01.pdf
+OK 20210420012426 http://www.w3.org/2000/01/rdf-schema#SnowStorm--
+OK 20210421204346 http://www.nafsa.org
+OK 20210421231225 https://www.era.europa.eu/
+OK 20210415074853 http://www.nature.com/neuro/journal/v13/n10/abs/nn.2635.html#supplem782entary-information
+MISS NA https://www.nap.edu/read/1792/chapter
+OK 20210218051718 https://hbr.org/2012/07/teaching-sales
+OK 20200115171645 https://www.actioncanadashr.org/about-us/#about_us
+OK 20050408103738 http://tc.unl.edu/cansorge/lta/
+MISS NA https://arxiv.org/abs/1501.04166
+MISS NA http://nhts.ornl.gov/Waltz
+OK 20210411012135 www.who.int/hiv/pub/mtct/programmatic_update2012/en
+OK 20210413083604 http://chronicle.com/article/The-False-Promise-of-the/136305/
+MISS NA http://www.alainet.org/de/node/76121
+OK 20200730063951 http://periodicos.est.edu.br/index.php/nepp
+MISS NA www.osw.waw.pl/pl/publikacje/analizy/2014-12-03/moldawia-umiarkowany-sukces-partiiproeuropejskich
+MISS NA http://herbarium.bgbm.org/object/B100386924
+MISS NA https://www.revistas.ufg.br/pat/article/download/1861/1765.20Fev
+OK 20201031092911 http://www.confef.org.br
+OK 20200929131612 https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1365-294X.2012.05732.x
+MISS NA https://bit.ly/2ZLHguN
+OK 20210415125440 http://www.ub.uit.no/munin/nordlyd/
+MISS NA http://www.legislation.gov.uk/ukpga/1989/41/con-tents
+MISS NA https://www.liikennevirasto.fi/rataverkko/ratamaksu#.W6JCAuRlInV
+OK 20110712005819 http://www.rbm.who.int/globaladvocacy
+OK 20200113185020 https://www.merck.com/product/usa/pi_circulars/e/emend_iv/emend_iv_pi.pdf
+OK 20210127094237 http://www.unhchr.ch/html/menu6/2/fs7.htm#partI
+OK 20201127015359 http://www.triangle.co.uk/jit/
+OK 20210311122049 http://www.aihw.gov.au/publication-detail/?id=10737418510
+MISS NA http://apps.nccd.cdc.gov/brfss/Trends/sexchart.asp?qkey=10080&state=US
+OK 20060213024532 http://www.micron.com/publications/designline.html
+MISS NA http://journals.cambridge.org/article_S002210900001262X
+MISS NA http://www.oecd-nea.org/dbprog/courses/penelope-2011.pdf
+OK 20210419155621 http://elibrary.worldbank.org/doi/pdf/10.1596/1813-9450-6406
+OK 20210421230527 www.intechopen.com
+OK 20130307160250 http://www.meti.go.jp/english/information/data/cLDC01e.html
+OK 20210419225104 http://www.theatlantic.com/magazine/archive/2008/03/marry-him/306651/
+OK 20210224103420 http://arxiv.org/abs/1802.08232
+OK 20210414130635 https://www.ted.com/speakers/greta_thunberg
+OK 20160315233553 http://www.mexivada.com/s/NewsReleases.asp
+OK 20210328010226 http://gwdac.phys.gwu.edu
+OK 20200714061914 http://www.fundacioabertis.org/rcs_jor/zouain_1.pdf
+MISS NA http://jn.nutrition.org/content/136/2/529S.abstract.Accessed
+OK 20210326224552 http://www.thefreedictionary.com/matters
+OK 20210415012854 http://www.fda.gov/cber/gdlns/xenophs0101.htm
+OK 20201202181711 http://www.mercury-instrumentsusa.com/MMSNG.html
+MISS NA http://ece.wpi.edu/sunar/preprints/rings.pdf
+OK 20210324130028 http://www.whitehouse.gov/the-press-office/2014/01/28/president-barack-obamas-state-union-address
+MISS NA http://www.proparco.fr/webdav/site/proparco/shared/ELEMENTS_COMMUNS/PROPARCO/PDF/Fiches-presse/Chad-Telecom%20Chad%20-Millicom-2010_ENG.pdf
+MISS NA http://goo.gl/uBU1xD
+MISS NA http://ozone.unep.org/en/treaties-decisions/montreal-protocol-substances-deplete-ozone-layer.Accessed23
+OK 20210127014814 http://edis.ifas.ufl.edu/SS495
+MISS NA http://www.nal.usda.gov/fnic/foodcomp/search/index.htlm
+MISS NA http://www.theasc.com/blog/wp-content/uploads/2011/03/13.-strand-ackley.jpg15
+MISS NA http://www.ph.tum.de/∼globes
+OK 20210416113618 https://www.gov.uk/government/publications/the-eatwell-guide
+OK 20131128002606 http://www.expresscomputeronline.com/20060807/technologylife01.shtml
+OK 20210311163902 https://github.com/blog/1346networkproblemslastfriday
+OK 20160402041032 http://www.cna-aiic.ca/CNA/documents/pdf/publications/PS_Nurse_Practitioner_e.pdf
+OK 20201217060236 http://www.gks.ru/free_doc/doc_2017/social/osn-12-2017.pdf
+OK 20201129090328 http://journal.unnes.ac.id/sju/index.php/aaj
+OK 20210418015102 http://iai.asm.org/
+OK 20210411024708 http://unesdoc.unesco.org/images/0012/001246/124687e.pdf#page=72
+OK 20210321154422 http://java.sun.com/products/javawebstart/
+OK 20160807100015 http://www.unesco-ci.org/photos/showphoto.php/photo/5993/title/benz-patent-of-1886/cat/1009
+OK 20210414192140 http://www.arl.noaa.gov/HYSPLIT.php
+OK 20210320230918 http://archive.epa.gov/greenbuilding/web/html/
+OK 20210412071511 http://www.acm.org/about/class/ccs98-html
+MISS NA http://www.ojd.es/OJD/Portal/diariosojd/4DOSpuiQo1YFOivPcLIIA
+MISS NA https://tinyurl.com/y84t7pd5
+MISS NA Availableonlineatwww.theatlantic.com/news/archive/2016/07/when-athletes-take-political-stands/490967/
+MISS NA http://europa.eu.int/comm/food/animal/welfare/farm/proposal.pdf
+OK 20210422032850 http://imagej.nih.gov/ij
+OK 20210316055821 www.rhc-platform.org
+OK 20201111165547 https://jdmdonline.biomedcentral.com/articles/10.1186/2251-6581-11-24
+MISS NA http://www.dcs.ed.ac.uk/∼ruet
+OK 20200719040348 http://www.omafra.gov.on.ca/english/crops/organic/news/2012/2012-12a2.htm
+MISS NA https://play.google.com/books/reader?id=CS2oDwAAQBAJ&hl=ru&pg=GBS.PA14.w.3.0.60
+MISS NA http://es.presidencia.gov.co/noticia/Arrancan-rutas-de-turismo-hacia-el-posconflicto-Seguro-te-va-a-encantar
+OK 20201204173005 http://geohab.org/publications/
+OK 20181013184503 http://www.who.int/hiv/pub/idu/targetsetting/en/index.html
+MISS NA https://www.bdew.de/media/documents/Nettostromverbrauch-nach-Verbrauchergruppen-2017_online_o_jaehrlich_Ki_27042018.pdf
+OK 20070807230343 http://www.ecre.org/conditions/2000/belgium.shtml
+OK 20201128232455 creatingtheatre.net/blog/2013/12/20/are-stage-managers-artists/
+MISS NA http://www.sigmaaldrich.com/catalog/product/aldrich/536954?lang=pt&region=BR&cm_sp=abstract-_-21041086-_-536954.Acessadoem24
+MISS NA http://tdo.sagepub.com/content/17/3/132.abstract24
+MISS NA http://www.opencores.org/projects.cgi/web/or1k/openrisc1200
+OK 20210327035441 http://clinicaltrials.gov/ct2/show/NCT02091375
+MISS NA http://hc-sc.gc.ca/hl-vs/iyh-vsv/environ/radon-eng.php.Accessed
+OK 20210117164536 http://www.bapen.org.uk/pdfs/improv_nut_care_report.pdf
+MISS NA http://web.abo.fi/fak/mnf//mate/jc/software/IntroductionToBAPSMethods.pdf
+OK 20190804145513 https://www.haberturk.com/ortadogu-ya-kibris-tan-sonra-ikinci-turk-gozu-sevakin-2218837
+OK 20121030105220 http://ec.europa.eu/environment/water/water-bathing/pdf/profiles_dec_2009.pdf
+OK 20191230102358 http://boardersmag.com/articles/the-shaka-history-of-the-hawaiian-hang-loose
+MISS NA http://doi.acm.org/10.1145/3127041.3127050
+OK 20210422144528 http://www.census.gov
+OK 20210411044715 http://www.sciencemag.org/content/342/6154/60.full
+MISS NA http://www.cs.huji.ac.il/labs/parallel/workload1
+OK 20210421132449 http://www.oecd.org
+MISS NA http://cospatial.fbk.eu/deliverables.Lastaccessed4th
+OK 20210420214224 www.reel.com
+OK 20190408150239 http://link.springer.com/article/10.1023/A:1003132603649
+OK 20210422103359 uni-frankfurt.de
+OK 20210203044945 http://www.justice.gc.ca/eng/fund-fina/gov-gouv/acp-apc/index.html
+OK 20210421054038 www.cff.org
+OK 20210421055309 http://www.nu-fit.org
+OK 20050311043843 http://www.hrl.il.ibm.com/TrustEstablishment/paper.asp
+OK 20171116090354 http://www.americasquarterly.org/tackling-brazils-obesity-problem
+OK 20210303142533 https://www.canada.ca/en/health-canada/corporate/about-health-canada/branches-agencies/health-products-food-branch/office-nutrition-policy-promotion.html
+MISS NA https://sustainabledevelopment.un.org/?menu=130024
+OK 20070806231937 http://ams.cern.ch/AMS/AMS.pdf
+OK 20200130152003 http://www.dvrs.bf.uni-lj.si/spvr/2007/23seljak_07.pdf
+OK 20201126073653 https://documents-dds-ny.un.org/doc/undoc/gen/G93/142/36/pdf/G9314236.pdf?OpenElement
+OK 20201111231039 http://www.nutritionj.com/content/10/1/90
+MISS NA http://www.dlsqs.com/ice/index.jsp?mod=newsview&showmodonly=newsview&op=view&catid=72
+OK 20201113061118 https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1002/2017GL073583
+OK 20190929223102 http://www.tagesanzeiger.ch/wirtschaft/standard/Der-Sand-wird-knapp/story/24574400
+OK 20200812205655 https://link.springer.com/article/10.1007/s00521-015-1923-y
+OK 20210421064717 http://www.gks.ru/free_doc/new_site/perepis2010/croc/perepis_itogi1612.htm
+MISS NA http://www.dbpia.co.kr/Article/NODE06368748
+MISS NA http://afmb.cnrs-mrs.fr/Vpedro/CAZY/db.html
+OK 20210415030404 http://www.gmto.org/
+OK 20170921201817 http://www.intechopen.com/download/get/type/pdfs/id/42604
+OK 20200923212544 http://www.radiologycases.com/index.php/radiologycases/article/view/1276
+OK 20210125215325 http://www.csmonitor.com/2008/0916/p17s01-lign.html
+OK 20210414035614 http://ijmcr.com
+OK 20210415012720 http://www.fes.de/IPG/ipg2_2000/artwitte.html
+OK 20210417021209 http://dati-censimentoagricoltura.istat.it/Index.aspx
+OK 20200218040744 http://any-book.org/download/18120.html
+OK 20180828213322 http://www.gamma-rs.ch/gamma.html
+OK 20050406014748 http://www.sun-sentinel.com/news/sfl-dolphins-moneydec31.story
+OK 20210417163026 http://plato.stanford.edu/
+OK 20200220025201 http://www.universalinternetlibrary.ru/book/16422/ogl.shtml
+MISS NA http://www.encodeproject.org/experiments/ENCSR000DPM.Accessed13
+OK 20210422085710 http://cvxr.com/cvx
+OK 20200109111343 www.americanmenopause.org/mission.htm
+MISS NA http://www2.inca.gov.br/wps/wcm/connect/cancer/site/oqueeAcesso:27jun
+OK 20210212030812 http://pphmj.com/journals/fjme.htm
+MISS NA https://web.archive.org/web/www.ru.nl/businessadministration/about_business/
+MISS NA http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:52011DC0885&from=EN
+MISS NA http://www.di.ens.fr/∼goubault/papers/cmcim02.ps.gz
+MISS NA https://ar-chive.iwc.int/pages/home.php
+OK 20210413010251 http://delsearegional.us
+OK 20200211104357 http://2rps5v3y8o843iokettbxnya.wpengine.netdna-cdn.com/wp-content/uploads/2016/09/2016-09-ITDP-caminhabilidade-ferramenta.pdf
+MISS NA http://www.tga.gov.au/pdf/euguide/ewp32118008en.pdf.Accessed
+OK 20210308170753 https://goo.gl/8mcbdi
+OK 20210126113639 www.greenship.org
+OK 20200909020743 www.un.org/en/development/desa/population/publications/pdf/technical/TP2013-2.pdf
+OK 20200714090308 http://www.letramagna.com/art2_XIV.pdf
+MISS NA https://issuu.com/sesc.saocarlos/docs/caderno_issuu_e_facebook
+MISS NA https://www.ft.com/content/8c5129fb-12ab-36e7-b5ea-ac978e75d6e2
+OK 20210421165315 https://www.snort.org/
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20060826105240 http://www.mass.gov/dph/media/2004/pr0504.htm
+OK 20100614024817 http://nyjm.albany.edu:8000/j/2004/Vol10.htm
+MISS NA http://www.sciencemag.org/content/273/5277/948.abstract
+OK 20040930043727 http://www.buzzle.com/editorials/6
+MISS NA http://agenciabrasil.ebc.com.br/geral/noticia/2016-09/em-nova-acao-mp-manda-samarco-readmitir-empregados-demitidos-apos-tragedia.Acessoem10fev
+OK 20200212175215 http://www.jbc.org/content/274/22/15732
+MISS NA A46.www.cdc.gov/pcd/issues/2011/mar/10_0012.htm.Accessed
+OK 20210128102234 http://www.paginaaberta.com.br/
+OK 20170528145410 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2690264/pdf/milq0083-0398.pdf
+MISS NA http://amar-bresil.pagesperso-
+Counter({'ok': 6442, 'missing': 3480, 'parse_failed': 23})
diff --git a/extra/cdx/sample_results.tsv b/extra/cdx/sample_results.tsv
new file mode 100644
index 0000000..cc37443
--- /dev/null
+++ b/extra/cdx/sample_results.tsv
@@ -0,0 +1,9951 @@
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210416232045 http://www.publicus.net/articles/edempublicnetwork.html
+OK 20180602083845 https://doi.org/10.1002/ajhb.1310010318
+OK 20160319040628 http://www.independent.co.uk/news/media/online/meet-tinder-aka-the-shy-grindr-8460863.html
+OK 20200510060843 http://cse.unl.edu/~grother/papers/icsm01b.pdf
+OK 20210421000123 www.cipe.org
+OK 20180603001434 https://doi.org/10.1093/hmg/ddt131
+OK 20180930113147 http://www.emcdda.europa.eu/system/files/publications/2735/att_212356_EN_EMCDDA_POD_2013_New%20EU%20drugs%20strategy.pdf
+OK 20201020200514 https://rg.ru/2016/12/13/energeticheskij-golod-oshchutili-bolshe-poloviny-zhitelej-zemli.html
+MISS NA fromwww.fao.org/documents/show_cdr.asp?url_file=/docrep/W72
+OK 20180609064851 https://doi.org/10.1007/s00267-014-0342-7
+OK 20200612004131 https://doi.org/10.1103/physrevlett.107.163603
+MISS NA http://www.medvik.cz/archiv-lk/lekar_knihovna/1999/c1.99/LK01-99.html#Kvalita
+MISS NA https://www.regjeringen.no/globalassets/upload/kilde/bfd/bro/2004
+MISS NA https://www.amazon.com/s?ie=UTF8&page=1&rh=n%3A283155%2Cp_27%3ADragana%20Imbric
+OK 20200227124609 http://www.persee.fr/doc/lfr_0023-8368_1981_num_49_1_5086
+OK 20201230143147 http://dx.doi.org/10.1038/349704a0
+OK 20190806092158 https://uitm.pure.elsevier.com
+MISS NA http://dx.doi.org/10.1016/0735-1097(95)00404-1
+OK 20210415002154 http://www.dlib.org/dlib/july06/ross/07ross.html
+MISS NA https://market.android.com/details?id=book-X5w1P2_iMNYC
+MISS NA Availableatwww.mediaterre.org/afrique-ouest/actu,20061121095625.html
+OK 20160607222452 http://www.cca.qc.ca/en/collection/1776-sounding-towers
+OK 20180602040738 https://doi.org/10.1063/1.4955296
+OK 20161119020357 http://dx.doi.org/10.1016/j.gene.2013.07.009
+OK 20210223182223 http://www.heritage.org/research/budget/bg1831.cfm
+MISS NA http://cve.saude.sp.gov.brAcessadoem09/10/2012
+OK 20180608031328 https://doi.org/10.1196/annals.1346.033
+MISS NA http://www.climateark.org/articles/2001/1st/senbilla.htm.Accessed11
+OK 20100314001317 http://www.euro.who.int/Document/E87347.pdf
+OK 20180614121038 https://doi.org/10.1016/j.epsl.2007.05.006
+OK 20181207101227 http://dx.doi.org/10.1097/MOG.0b013e32835a68d4
+MISS NA http://dx.doi.org/10.21000/JASMR08010878
+OK 20160730160113 http://dx.doi.org/10.11646/zootaxa.4009.1.1
+OK 20171001031837 http://dx.doi.org/10.1002/mar.10063
+MISS NA https://www.vestas.com/~
+MISS NA http://www.jstor.org/stable/549886
+OK 20210308095143 https://doi.org/10.1016/j.quascirev.2006.09.005
+OK 20210417053207 https://www.cdc.gov/hai/outbreaks/meningitis-map-large.html
+OK 20210126074936 https://doi.org/10.1016/j.cell.2012.05.016
+OK 20200809180204 https://orcid.org/0000-0003-0278-5705
+OK 20190907184216 http://www.ultimato.com.br/revista/artigos/265/deus-nos-chama-pelo-nome-e-para-o-servico
+MISS NA https://www.ride.ri.gov/Portals/0/Uploads/Documents/Teachers-and-
+MISS NA https://books.google.com/books?id=bGUUAQAAIAAJ
+OK 20210307235014 https://doi.org/10.1111/j.1601-5223.1964.tb01953.x
+OK 20200213171046 https://doi.org/10.4103/0973-1482.103520
+OK 20200807025817 https://doi.org/10.1016/j.csbj.2016.12.002
+OK 20180603013713 https://doi.org/10.3390/rs9070690
+OK 20160708035037 http://dx.doi.org/10.5194/acp-15-3971-2015
+OK 20180602083959 https://doi.org/10.1242/jcs.01268
+MISS NA http://www.emea.eu.intespelandMA
+OK 20190330223636 http://dx.doi.org/10.1016/j.jhazmat.2007.05.088
+MISS NA http://arxiv.org/pdf/1110.6615v2.pdf
+MISS NA http://golf.sbs.co.kr/html/front/etszone/woman/fashion/sect04/1186920_4670.jsp
+MISS NA http://dx.doi.org/10.1128/mBio.00054-15
+OK 20210422021248 http://creativecommons.org/licenses/
+OK 20210413210351 http://dx.doi.org/10.1016/S1047-2797
+OK 20110909034818 http://www.viche.info/journal/2675/
+OK 20180602065157 https://doi.org/10.1111/j.1529-8817.2007.00423.x
+OK 20210225152214 http://dx.doi.org/10.1006/ijhc.2001.0483
+OK 20210412213336 http://CRAN.R-project.org/package=
+MISS NA https://publications.iadb.org/en/publication/12077/do-export-promotion-agencies-promote-new-exporters
+OK 20210412193725 http://aquila.usm.edu/masters_theses/168
+OK 20030814113624 http://www.ama-assn.org/ama/pub/print/article/168-187.html
+OK 20210319162353 http://www.magic-software.com/
+MISS NA https://doi.org/10.1016/j.brs.2019.07.014
+MISS NA http://crawdad.cs.dartmouth.edu/cambridge/haggle/imote/intel
+OK 20180605064415 https://doi.org/10.1093/jac/dkv405
+OK 20180604033741 https://doi.org/10.1016/j.seizure.2014.06.011
+OK 20210122123721 https://www.ihe.ca/publications/ihe-quality-appraisal-checklist-for-case-series-studies
+OK 20210415020655 http://www.ers.usda.gov/topics/natural-resources-environment/organic-agriculture/organic-market-overview.aspx
+MISS NA http://www.scei.co.jp/19
+OK 20170829131453 http://dx.doi.org/10.1016/j.bbrc.2012.04.144
+OK 20200812031017 http://dx.doi.org/10.1016/j.ridd.2010.10.002
+MISS NA https://doi.org/10.1371/journal.pone.0046563.PONE-D-12-17686
+OK 20171116134624 http://www.bologna-bergen2005.no/Docs/00-Main_doc/990719BOLOGNA_DECLARATION.PDF
+OK 20180608012641 https://doi.org/10.1007/s00018-003-2347-x
+OK 20210320204102 http://www.ohri.ca/programs/clinical_epidemiology/oxford.asp
+OK 20210413185446 http://dx.doi.org/10.1016/S0959-4752
+OK 20210308223807 https://doi.org/10.1038/nmeth.2964
+OK 20210415013812 http://www.eembc.org
+MISS NA http://dx.doi.org/10.1007/s10101-010-0093-8
+MISS NA eprints.dinus.ac.id/12357/1/jurnal_12285.pdfDiaksespadatanggal4
+OK 20200925125943 http://www.who.int/chp/steps/en
+MISS NA http://dx.doi.org/10.1007/BF02025223
+OK 20180601220036 https://doi.org/10.1513/AnnalsATS.201310-352OC
+OK 20210415014817 http://www.energy-retail.org.uk/smartmeters.html
+OK 20210318051814 https://doi.org/10.1029/2002JD002670
+MISS NA http://dx.doi.org/10.1111/j.1538-4632.1977.tb00573.x
+OK 20090913073332 http://www.stat.ucl.ac.be/IAP/
+OK 20210422085325 http://arxiv.org
+OK 20210309194124 http://www.conservation.ca.gov/dlrp/fmmp/Pages/Index.aspx
+OK 20190907235159 http://www.anestesia.com.mx/regional/articles/dolobst.html
+OK 20210420125902 http://www.klimafolgenonline.com/
+OK 20210204195047 http://www.ncbi.nlm.nih.gov/pubmed/21437055
+OK 20210413040445 http://oem.bmj.com/
+OK 20210422031449 https://typo3.org
+OK 20200707235738 http://dx.doi.org/10.1016/j.jqsrt.2013.07.004
+OK 20180712020550 https://doi.org/10.1002/nbm.1584
+OK 20210316013648 https://www.greentechmedia.com/articles/read/Teslas-5B-Giga-Battery-Factory-and-Deep-Politics-in-AZ-TX-NV-and-NM
+OK 20200514121242 https://doi.org/10.1016/j.molcel.2012.06.020
+OK 20130416075300 http://dx.doi.org/10.1177/1098612X11432829
+OK 20200817190005 http://dx.doi.org/10.1111/j.1365-2958.2010.07522.x
+OK 20200706192704 http://dx.doi.org/10.1073/pnas.90.19.8787
+OK 20210417024047 http://pogue.blogs.nytimes.com/
+OK 20200223090927 http://dx.doi.org/10.1074/jbc.R109.023820
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/19344437
+MISS NA http://dx.doi.org/10.5762/KAIS.2013.14.6.2908
+OK 20200611112532 http://dx.doi.org/10.1126/science.aac7202
+MISS NA http://www.ema.europa.eu/docs/en_GB/_library/Scientific_guideline/2013/03/WC500139622.pdf.Accessed
+MISS NA https://www.kdp.org/initiati-ves/pdf/TeacherEdESDChairReport.pdf
+OK 20180602035811 https://doi.org/10.1177/1077558705277379
+OK 20200216072902 https://doi.org/10.1007/s11373-008-9274-7
+MISS NA http://www.cde.org.za/Accessed6
+OK 20170614010857 http://www.masterintelligence.com/view_report/survey-online_shopping_and_ethical_spending/asia_pacific/default
+OK 20210308105406 https://doi.org/10.1603/0022-0493-94.6.1589
+MISS NA http://dx.doi.org/10.1016/j.vaccine.2017.06.063
+MISS NA http://www.accessanesthesiology.com/content/938035
+OK 20210327160348 https://read.oecd-ilibrary.org/education/immigrant-students-at-school_9789264249509-en#page1
+OK 20200618035557 https://doi.org/10.1104/pp.106.085944
+MISS NA http://t24.com.tr/haber/berkin-bugun-ugurlaniyor-kalabalik-okmeydaninda-toplanmaya-basladi,253202
+OK 20201202091626 http://www.unhcr.org/52b83e539.pdf
+OK 20201025200509 http://www.hrw.org/reports/2002/turkey/index.htm
+OK 20210415035030 http://www.iusb.edu/~journal/2001/kolata.html
+OK 20180612232707 https://doi.org/10.1016/j.dci.2011.03.012
+OK 20210417150413 http://dx.doi.org/10.1016/j.watres.2015.10.011
+OK 20180601205017 https://doi.org/10.1136/bmjopen-2013-003559
+OK 20050101081450 http://charleston.net/stories/021603/joy_16militry.shtml
+MISS NA royalsocietypublishing.org/journal/rstaPhil
+OK 20210421061210 https://istina.msu.ru/
+OK 20180603011005 https://doi.org/10.1542/peds.2010-1722O
+MISS NA https://doi.org/10.11648/j.aas.20160101.12
+MISS NA http://dx.doi.org/10.1128/MCB.20.13.4859-4869
+OK 20180605044536 https://doi.org/10.1093/mind/LXVII.267.317
+OK 20200222223548 http://www.scb.se/Pages/ProductTables____25795.aspx
+OK 20201204174517 https://www.cadth.ca/sites/default/files/pdf/CP0015_PRESS_Update_Report_2016.pdf
+MISS NA www.fasciacongress.org/2012/about.htm.Accessed
+OK 20180603053902 https://doi.org/10.1155/2012/534617
+MISS NA https://www.comed.com/Documents/business-savings/SIFYB_PY5_OutdoorLighting.pdf
+OK 20210422085331 http://www.ncbi.nlm.nih.gov/
+MISS NA http://dx.doi.org/10.33448/rsd-v9i7.4308
+OK 20180105152357 http://dx.doi.org/10.1200/JCO.2004.11.069
+MISS NA http://doi.org/b24rss
+OK 20180603125339 http://doi.org/10.1016/j.riem.2015.04.002
+OK 20180602221341 https://doi.org/10.5194/acp-13-1637-2013
+MISS NA http://dx.doi.org/10.1111/mmi.12508
+MISS NA http://seer.sct.embrapa.br/index.php/pab/article/view/9954/6507
+OK 20210415035353 http://www.iea.org/publications/freepublications/publication/KeyWorld2014.pdf
+OK 20210412230515 https://doi.org/10
+OK 20210415064405 https://doi.org/10.1175/JCLI-D-14-00545.1
+OK 20180612093411 https://doi.org/10.1016/j.geoderma.2009.02.014
+OK 20210404154910 http://www.epa.gov/ttn/otag
+MISS NA http://digital-commons.trinity.edu/cgi/viewcontent.cgi?article=1030&context=tipiti
+MISS NA http://dx.doi.org/10.1590/S0100-40422002000500014
+OK 20180601212537 https://doi.org/10.3171/2011.3.JNS101310
+OK 20210413194130 http://ssrn.com/abstract=354381
+MISS NA https://perma.cc/DGG4-VCSP
+OK 20200812045535 https://doi.org/10.1016/j.molcel.2006.03.029
+OK 20201127014602 http://www.nitium.com/rebedor/
+MISS NA https://www.embrapa.br/hortalicas/busca-de-publicacoes/-
+OK 20180602031242 https://doi.org/10.1128/JVI.00580-12
+OK 20210420195315 http://www.3gpp.org
+MISS NA http://www.posunias-selvi.com.br/artigos/rev03-03.pdf
+MISS NA http://valuebound.com/resources/blog/4-things-publishers-should-consider-during-digital-
+OK 20210324032421 http://www.environment.gov.au/indigenous/workingoncountry/index.html
+OK 20200828140900 https://doi.org/10.1093/annonc/mdt303
+OK 20210419023512 https://www.kidney.org/atoz/content/gfr
+OK 20210326074639 http://fasebj.org
+OK 20210125194253 http://en.wikipedia.org/wiki/Panchakki
+MISS NA http://dx.doi.org/10.1021/jm00111a035
+MISS NA http://dx.doi.org/10.1016/j.ijhm.2014.11.002
+OK 20180603081950 https://doi.org/10.1097/JNN.0000000000000064
+OK 20180612090035 https://doi.org/10.1016/j.quascirev.2004.06.008
+MISS NA https://twitter.com/harthanson/status/26822411776
+OK 20171028120426 http://dx.doi.org/10.2307/3003192
+MISS NA http://dx.doi.org/10.1177/0898264306296398
+MISS NA https://doi.org/10.1111/dmcn.13682
+MISS NA https://www.electronics-notes.com/articles/radio/sdr-software-defined-radio-receiver/sdr-basics.php-
+OK 20210406135150 https://doi.org/10.1371/journal.pone.0098771
+OK 20200817204912 biomedcentral.com/submit
+OK 20180602182817 https://doi.org/10.1038/emboj.2008.57
+OK 20201106020748 https://doi.org/10.1002/eji.201141666
+OK 20180613170824 https://doi.org/10.1016/j.yexcr.2014.09.030
+OK 20200528050454 https://doi.org/10.7860/JCDR/2015/15121.6724
+OK 20200529084827 https://doi.org/10.1080/02602930902795901
+OK 20210203094548 http://www.tango-controls.org/
+OK 20150329004448 http://ideas.repec.org/a/wsi/medjxx/v01y2009i02p275-314.html
+OK 20201114002209 biodiver.bio.ub.es/biocat/
+OK 20180604124805 https://doi.org/10.1016/S0168-9002(02)01948-4
+MISS NA http://dx.doi.org/10.1596/1813-9450-2088
+OK 20210404044214 http://www.ncbi.nlm.nih.gov/books/NBK2003/
+OK 20191214052133 https://doi.org/10.1016/j.cognition.2007.04.001
+OK 20200814085605 https://doi.org/10.1371/journal.pone.0153313
+MISS NA https://doi.org/10.1016/0016-7037
+MISS NA http://www.poicyalternatives.ca/documents/National-Office-Pubs/2007/More-ThanJellybeans.pdf
+OK 20180601234827 https://doi.org/10.1074/jbc.M112.366179
+MISS NA https://doi.org/10.1016/S1389-9341
+OK 20200831061551 http://www.ebc.uu.se/systzoo/research/diva/diva.html
+MISS NA http://dx.doi.org/10.1186/s12955-016-0472-0
+OK 20190617000520 http://dx.doi.org/10.1128/JB.187.9.3214-3226.2005
+MISS NA https://goo.gl/yNn4Ft
+OK 20210416000933 http://www.internetworldstats.com/stats7.htm
+OK 20200219003957 http://dx.doi.org/10.1080/09362835.2011.611088
+OK 20170629010326 http://www.cdc.gov/nceh/clusters/Fallon/4_ApdxB_Exppanelreport.pdf
+OK 20201004043009 https://doi.org/10.5194/amt-9-1833-2016
+OK 20210415074018 http://www.naika.or.jp/imonline/index.html
+OK 20210120182633 http://ukc-sputnik.ru/obrazovanie_v_rossii
+OK 20160814004248 content.healthaffairs.org/webexclusives/index.dtl?year=2001
+OK 20210422121306 http://www.atlasofms.org
+MISS NA Ms.www.sil.org/silewp/2006/silewp2006-002.pdf
+MISS NA http://dx.doi.org/10.1016/j.jenvrad.2004.11.009
+OK 20200417233012 https://doi.org/10.1086/302205
+OK 20160530103008 http://www.thalescomminc.com/datasheets/STAR's%20First%20Flight.pdf
+MISS NA https://doi.org/10.1007/s00259-018-4052-x
+OK 20191130170217 http://www.kielikello.fi/index.php?mid=2&pid=11&aid=1511Luettu14.12
+MISS NA http://www.sinpermiso.info/textos/index.php?id=2898
+OK 20200815045038 https://doi.org/10.1002/jgrd.50350
+OK 20210308064557 https://doi.org/10.3897/bdj.4.e10671
+OK 20200813141431 https://doi.org/10.1111/bcp.12305
+MISS NA http://dx.doi.org/10.1590/S0100-736X2009000300001
+MISS NA http://dx.doi.org/10.1292/jvms.71.1243
+MISS NA http://dx.doi.org/10.17058/cinergis.v17i1.7138
+OK 20210410232436 http://www.nydailynews.com/life-style/fashion/benetton-yanks-smooching-pope-ad-unhate-campaign-vatican-threatened-legal-action-article-1.979430
+OK 20190713075417 http://www.ipv.pt/millenium/Millenium38/15.pdf
+OK 20181114195534 http://ideas.repec.org/a/ags/agreko/31694.html
+OK 20180603072549 https://doi.org/10.1080/00076791.2015.1038520
+MISS NA http://www.unaids.orgrevisadooctubre
+OK 20180603095730 https://doi.org/10.1083/jcb.201603019
+OK 20210319153830 http://dx.doi.org/10.15585/mmwr.mm6845e2
+OK 20210321025725 www.healthaffairs.org/do/10.1377/hblog20180810.481968/full/
+MISS NA http://dx.doi.org/10.1063/1.3279646
+OK 20200709131722 https://doi.org/10.1016/j.envpol.2015.05.001
+OK 20210224112409 https://ipcsa.international/
+OK 20190505231237 http://www.nytimes.com/2013/06/30/business/breaking-the-seal-on-drug-research.html?_r=0
+MISS NA http://electron.lbl.gov/mscdpack/mscdpack.html.'References
+MISS NA https://bioone.org/terms-of-useendo-1,4-beta-glucanases
+OK 20200902073751 https://doi.org/10.1038/299715a0
+MISS NA https://academic.oup.com/schizophreniabulletin/article-abstract/10/4/624/1859490bygueston29
+OK 20200729194838 https://doi.org/10.1038/ismej.2014.91
+OK 20180602182519 http://link.springer.com/10.1023/A:1006161302838
+OK 20170402131722 https://www.sciencedirect.com/science/article/pii/S0022169407002910
+OK 20120728085222 http://www.u.arizona.edu/~chalmers/papers/intension.html
+OK 20200812073739 http://unstats.un.org/unsd/nationalaccount/workshops/2009/ottawa
+OK 20200628090720 https://doi.org/10.1038/s41467-017-02662-2
+OK 20180605103759 https://doi.org/10.1007/s11356-010-0301-7
+MISS NA https://doi.org/10.1093bioinformatics/btr507
+OK 20150523022542 http://f5.folha.uol.com.br/televisao/2015/05/1631375-masterchef-reestreia-com-audiencia-40-maior-em-relacao-a-primeira-temporada.shtml
+OK 20180601205613 https://doi.org/10.3168/jds.2011-4436
+MISS NA http://portal.mj.gov.br/data/Pages/MJ4A223E07ITEMID8B8A036EA4684531
+OK 20180308083228 http://www.acor.org/ped-onc/diseases/leuk.html
+OK 20210228104507 http://android-developers.blogspot.hk/2010/05/dalvik-jit.html
+MISS NA http://hdl.handle.net/10210/10490
+OK 20200623140620 https://doi.org/10.1038/5042
+MISS NA http://dx.doi.org/10.1007/978-94-007-7829-0_9
+MISS NA http://web.mit.edu/alex_c/www/noosharepdf
+MISS NA http://dx.doi.org/10.1143/PTP.116.1
+OK 20180612011426 https://doi.org/10.1109/stc-csit.2016.7589902
+OK 20201108113856 http://prospect.org/article/yet-another-subsidy-big-banks
+OK 20200707161814 https://doi.org/10.1080/19406940.2014.925953
+MISS NA http://dx.doi.org/10.1016/S0277-3791(01)00030-0
+OK 20180609044804 https://doi.org/10.1016/j.stem.2012.12.007
+OK 20201031204312 https://doi.org/10.1051/apido:2004047
+OK 20180602164938 https://doi.org/10.1097/01.ccm.0000508743.60653.3a
+OK 20180604043230 https://doi.org/10.1109/ICMIC.2016.7804202
+MISS NA http://dx.doi.org/10.1002/(SICI)1520-6297
+OK 20210318023835 https://doi.org/10.1029/2005JD005776
+OK 20200505114206 https://doi.org/10.2337/dc18-S008
+OK 20180603011213 https://doi.org/10.1074/jbc.M202939200
+OK 20180409232406 http://www.gfl-journal.de/1-2008/rings.pdf
+OK 20170516021134 http://www.ncbi.nlm.nih.gov/pubmed/21282971
+OK 20210412133421 http://unesdoc.unesco.org/images/0014/001444/144409E.pdf
+OK 20201124105026 http://arxiv.org/abs/1304.4577
+OK 20200208042022 https://doi.org/10.1016/j.palaeo.2010.03.007
+OK 20200620034127 https://doi.org/10.1016/j.ins.2017.06.027
+OK 20200717231032 https://doi.org/10.2139/ssrn.1384242
+MISS NA http://dx.doi.org/10.1007/s00330-005-0067-3
+MISS NA http://www.sciencedirect.com/science/article/pii/S1877750315000526
+OK 20191031215802 https://doi.org/10.1093/bioinformatics/btu791
+MISS NA scholar.waset.org/1307-6892/10008728
+OK 20180729005544 http://dx.doi.org/10.1128/JVI.02434-09
+OK 20180602103942 https://doi.org/10.1136/ard.2005.040766
+OK 20160414053326 http://eprints.rclis.org/12108
+OK 20180430083428 http://www.latimes.com/news/opinion/commentary/la-oe-zimmerman-are-college-students-learning-20120131
+OK 20200211095012 https://pmm.nasa.gov/sites/default/files/document_files/IMERG_FinalRun_Day1_release_notes.pdf
+OK 20210308081946 https://doi.org/10.1101/gr.174201.114
+MISS NA http://www.coventrytelegraph.netlnews/coventry-news12008/05128/more-arrests-after-coventry-football-hooligan-riot-92746-20984261/
+MISS NA http://epp.eurostat.ec.europa.eu/portal/page/portal/statistics/search_database.Lastaccess
+OK 20160730042634 http://www.ncbi.nlm.nih.gov/pubmed/26997971
+OK 20200623094245 http://www.teses.usp.br/teses/disponiveis/76/76132/tde-15092010-164303/pt-br.php
+OK 20210415234043 https://doi.org/10.1037/a0038498
+OK 20180602150957 https://doi.org/10.1111/j.1467-6419.2010.00624.x
+MISS NA http://dx.doi.org/10.17528/ci-for/004188
+OK 20201007105124 http://www.w3.org/TR/xmlquery-full-text-requirements/
+OK 20210417031440 hannonlab.cshl.edu/fastx_toolkit
+OK 20140801101354 health.gov.on.ca/transformation/providers/information/resources/analyst_toolkit.pdf
+OK 20190531103054 https://doi.org/10.1101/376137
+OK 20200213145533 https://doi.org/10.3389/fonc.2019.00528
+MISS NA http://dx.doi.org/10.1177/1742395307085335
+OK 20210224125803 http://dx.doi.org/10.1128/JB.186.24.8172-8180.2004
+OK 20200528174151 https://doi.org/10.1007/s10555-007-9103-x
+MISS NA https://doi/org/10.23886ejki.3.4803
+OK 20091023150441 http://es.biz.yahoo.com/education/indexes2.html
+MISS NA http://gruposdetrabajo.sefh.es/nu-tricion/images/stories/documentos/documentos/CursoPrecongre-so2014/ElaboracionProductosEsterilesHazardousDrugsCP2014.pdf10
+OK 20210417032913 http://hadoop.apache.org/
+MISS NA http://dx.doi.org/10.1108/S1479-3555
+OK 20210422083349 http://www.R-project.org
+OK 20180602000004 https://doi.org/10.1002/hyp.6771
+OK 20210413181904 http://sciweb.nybg.org/science2/IndexHerbariorum.asp
+OK 20190128054427 http://www.rle.ucpel.tche.br/index.php/rle/article/download/787/662
+OK 20160804023941 http://www.lib.washington.edu/scholpub/facts/economics
+MISS NA https://doi.org/10.21675/2357-707X.2015.v6.n1/4
+OK 20210415085555 http://www.oecd.org/els/family/database.htm
+OK 20210126144436 http://www.omicsonline.org/submission
+OK 20210415094214 http://www.rfc-editor.org/info/rfc2026
+MISS NA http://www.healthbuddy.com/content/language1/html/55_ENU_XHTML.aspx
+OK 20210415094855 http://www.path.berkeley.edu/
+OK 20090223205647 http://dx.doi.org/10.1183/09031936.00157507
+MISS NA http://www.cdms.net/ldat/ld3LL001.pdf.Accessed
+MISS NA http://www.sbmp.org.br/cbmp.2001/palestras/palestra.htm.Acessoem12demarçode
+OK 20200723084533 http://coach-ampol.blogspot.com/2011/11/customer-engagement-ce.html
+OK 20210309031849 https://www.washingtonpost.com/news/answer-sheet/wp/2014/03/23/kindergarten-teacher-my-job-is-now-about-tests-and-data-not-children-i-quit/
+MISS NA http://proquest.umi.com/pqdweb,diambilpadatanggal10
+OK 20201123123230 http://dx.doi.org/10.1016/j.mimet.2005.06.001
+OK 20210415045002 http://www.aid4mail.com/
+MISS NA https://doi.org/10.7910/DVN/1Z3IOM
+OK 20210413102751 http://escholarship.org/uc/item/0wm523b0
+OK 20210225003148 https://doi.org/10.1056/NEJMoa025225
+OK 20160802014936 http://www.scb.se/en_/Finding-statistics/Statistics-by-subject-area/Population/Population-composition/Population-statistics/Aktuell-Pong/25795
+MISS NA https://www.youtube.com/watch?v=ih7VR-8nBiDE
+OK 20061205034712 http://www.observatorionutricion.es
+OK 20180603200625 https://doi.org/10.1080/07420520601059615
+OK 20161010022354 http://dx.doi.org/10.1007/s11060-008-9593-6
+OK 20210415145144 http://www.who.int/malaria/publications/country-profiles/en/
+MISS NA Https://Nasional.Kompas.Com/Read/2018/06/27/23465241/Bawaslu-Proses-35
+OK 20200324125755 http://www.heqco.ca/SiteCollectionDocuments/Approaches-to-net-tuition-an-environmental-scan.pdf
+OK 20200721124816 http://www.ukoln.ac.uk/metadata/dcmi/xmlschema/20021007/
+MISS NA http://link.springer.com/article/10.1007%2
+OK 20090707232756 http://www.dfid.gov.uk/pubs/files/disability.pdf
+OK 20180602063250 https://doi.org/10.3324/haematol.2017.174847
+MISS NA http://www.tribunapoliticaweb.it/societa/estero/europa/vaticano/2016/02/12/27012_unioni-civili-mons-galantino-non-parlo-per-rispetto-al-parlamento-e-alle-istituzioni/?refresh_ce=
+OK 20200412025018 http://dx.doi.org/10.1016/j.mimet.2012.10.014
+OK 20210419045314 https://doi.org/10.1371/journal.pbio.1001244
+OK 20200708064655 http://unesdoc.unesco.org/images/0024/002446/244672POR.pdf
+OK 20200722024256 https://doi.org/10.1093/jxb/ern148
+OK 20200808162751 http://dx.doi.org/10.1016/j.socscimed.2014.04.019
+OK 20180603085752 https://doi.org/10.1111/jhn.12394
+OK 20210415023642 http://www.fut.es/~debb/HGT/
+OK 20190510131515 https://doi.org/10.1016/0261-5177(91)90030-W
+OK 20100704062803 www.grandslacs.net/doc/3989.pdf
+MISS NA https://doi.org/10.1149/199740.1374pv
+MISS NA https://doi.org/10.1016/S0889-4906
+OK 20121103224036 http://dx.doi.org/10.5124/jkma.2007.50.6.507
+OK 20200724194313 http://dx.doi.org/10.4049/jimmunol.177.1.36
+OK 20210320210200 http://dx.doi.org/10.1056/NEJMoa1003176
+OK 20210226200148 http://www.komotv.com/news/story.asp
+MISS NA http://doi.org/10.1089/ten.TEA.2018.0083
+OK 20050504160158 http://www.cse.ogi.edu/~crispin/crackerpatch.pdf
+OK 20170425093617 http://dx.doi.org/10.1016/j.lwt.2012.05.023
+OK 20210318001329 fbi.gov/stats-services/publications/fiff_04
+MISS NA http://cite-seerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.35.8065
+MISS NA https://www.sawtoothsoftware.com/help/lighthouse-studio/manual/hid_web_cbc_designs_6.html
+MISS NA http://dx.doi.org/10.1016/S0304-3940(02)00914-X,12377381
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/8560308accessdate12.12
+MISS NA http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.618.3222&rep=rep1&type=pdf
+OK 20201126235405 http://puntoconvergente.uca.edu.ar/volver-los-datos-puede-reconciliar-a/
+MISS NA http://www.foundationprogramme.nhs.uk/pages/curriculum-eportfolio/foundation-ARCP.Accessed
+MISS NA http://oceancurrents.rsmas.miami.edu/caribbean/florida_2.htmlRetrieved9
+OK 20201125143907 http://www.bgs.ac.uk/services/NGDC/records/policy.html
+MISS NA http://aem.asm.org/content/58/2/754.full.pdf+html
+OK 20210415021136 http://www.evostc.state.ak.us/facts/qanda.html
+MISS NA https://doi.org/10.1016/S1011-1344
+OK 20180609122714 https://doi.org/10.1007/BF00988234
+MISS NA http://sol.co.ao/noticia/391361.Acessoem:20/06/2015
+OK 20200603042219 http://dx.doi.org/10.15252/emmm.201505495
+OK 20201206015736 http://www.sueddeutsche.de/kultur/toter-osama-bin-laden-fotos-als-aufgetischte-propaganda-1.1093492
+OK 20210309130854 http://stroke.ahajournals.org
+OK 20170825065949 http://www.scielo.br/pdf/reeusp/v38n1/11.pdf
+OK 20200303024833 https://doi.org/10.1016/j.molstruc.2010.11.069
+OK 20210420151751 http://www.geneious.com/
+OK 20180603031228 https://doi.org/10.1371/journal.pone.0091008
+OK 20180605141622 https://doi.org/10.1364/JOSA.73.000427
+MISS NA http://www.inep.gov.br/.Accessed11
+OK 20210130123416 http://www.spin-digital.com
+MISS NA fromwww.fitpsy.org/cached/trilateral/trilat2000.pdf
+OK 20201020065936 https://doi.org/10.3389/fpls.2012.00088
+OK 20210415062212 http://www.irishtimes.com/news/ireland-to-receive-85-billion-bailout-at-5-8-interest-rate-1.868001
+OK 20180605100446 https://doi.org/10.1016/j.ijsolstr.2013.11.003
+MISS NA https://dx.doi.org/10.6084/m9.figshare.c.3291326
+OK 20190321032203 http://dx.doi.org/10.1016/j.molcel.2013.01.025
+OK 20170322091829 https://www.google.com/patents/US5635215
+MISS NA http://facepa.org/facepa/wp-content/uploads/2009/06/declaracio.pdf
+OK 20131104063704 http://www.iscore.de/index.html
+OK 20190516194358 https://www.datatur.sectur.gob.mx/ITxEF_Docs/DGO_ANUARIO_PDF.pdf
+OK 20180602055742 https://doi.org/10.17104/9783406707537-1
+MISS NA http://www.insurancejournal.com/news/national/2015/09/22/382429.htm.Accessed
+OK 20180601222952 https://doi.org/10.1002/esp.1255
+OK 20200803011358 http://issuu.com/ryanreynolds1/docs/au_report_hr_spreads_a3
+OK 20201129214728 http://clicom-mex.cicese.mx
+OK 20110915194532 http://www.date.hu/efita2003/centre/pdf/0110.pdf
+OK 20180604100711 https://doi.org/10.1074/jbc.M606057200
+MISS NA http://www.ema.europa.eu/ema/index.jsp?curl=pages/medicines/human/medicines/000134/human_med_000904.jsp&mid=WC0b01ac058001d124
+OK 20210415095446 http://www.nursingworld.org/codeofethics
+MISS NA http://dx.doi.org/10.1177/014616727800400121
+MISS NA https://www.city.ac.uk/__data/assets/pdf_file/0003/139359/Organisational-Theatre-of-Learning.pdf
+OK 20150703215952 http://www.stuff.co.nz/travel/news/64689243/with-cruise-ships-comes-air-pollution.html
+OK 20181030230429 http://dx.doi.org/10.1111/1467-9280.00127
+OK 20210414045038 https://doi.org/10.1016/j.neubiorev.2014.01.009
+OK 20180602182916 https://doi.org/10.1128/JVI.02523-15
+OK 20180602044418 https://doi.org/10.5209/rev_RCED.2014.v25.n2.41531
+OK 20200821230828 http://dx.doi.org/10.1136/vr.g2781
+OK 20180603011222 http://doi.org/10.1007/s10273-012-1349-4
+OK 20180605050841 https://doi.org/10.1016/j.bandc.2013.09.012
+OK 20210415103721 http://radish.sourceforge.net/
+OK 20210421185717 http://www.viasat.com
+OK 20200721184346 https://doi.org/10.3389/fmicb.2014.00231
+OK 20171028071232 https://doi.org/10.1108/14684520710841766
+OK 20200502032613 http://www.scielo.br/scielo.php?script=sci_pdf&pid=S1413-73722010000100016&lng=en&nrm=iso&tlng=pt
+OK 20201201090453 https://doi.org/10.1146/annurev.bi.55.070186.004405
+OK 20210415154625 https://doi.org/10.1175/JCLI-D-12-00566.1
+MISS NA http://medien.informatik.uni-oldenburg.de/pubs/2006-ScherpBollCremer-SemanticMM4U.pdf
+OK 20180602080819 https://doi.org/10.1152/ajprenal.90656.2008
+OK 20161129203858 http://www.dn.se/debatt/en-forskningskultur-dar-internationell-publicering-inte-alls-varderas
+OK 20191228195302 http://www.cs.umd.edu/projects/plus/SHOE/Expose.html
+MISS NA http://www.ietf.org/rfc/rfc6690.txt.Version
+MISS NA http://dx.doi.org/10.1109/MAP.2009.5432046
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210413025753 http://mizar.org/
+OK 20180829123831 http://www.mobilityhouse.com/de/ladekabelarten-und-steckertypen/
+OK 20160820081028 http://www.radiofeminista.net/julio07/notas/Dreams.htm
+OK 20200724233754 https://doi.org/10.3389/fpls.2018.02002
+OK 20200816000409 http://dx.doi.org/10.1126/science.148.3668.339
+MISS NA http://www.skrgcpublication.org/Page1209
+OK 20200316160746 http://dx.doi.org/10.1371/journal.pbio.1001955
+OK 20210421230527 www.intechopen.com
+OK 20130201214255 www.scotland.gov.uk/Publications/2011/08/31092528
+OK 20210320075359 http://dx.doi.org/10.3201/eid1307.070187
+OK 20200209170455 http://www.ncbi.nlm.nih.gov/pubmed/21641340
+OK 20180219155823 http://www.gagelearning.com
+OK 20210320054457 www.ecmjournal.org
+MISS NA http://bdm.unb.br/handle/10483/10492
+MISS NA http://ocw.mit.edu/NR/temp/5C7CF160-84C0-4E56-BD32-5F36B6CCE2AE/0/proj_file9_wor.pdf
+OK 20191201222323 http://www.ncbi.nlm.nih.gov/pubmed/10354865
+OK 20210303132719 http://dx.doi.org/10.1099/ijs.0.63454-0
+OK 20210312064931 http://esa.un.org/wpp/index.htm
+OK 20180603013320 https://doi.org/10.1080/02724634.1995.10011252
+OK 20200528070245 https://doi.org/10.1038/mp.2015.129
+OK 20210418085427 https://www.law.cornell.edu/uscode/text/10/1201
+OK 20180603070014 https://doi.org/10.1007/s10464-013-9623-1
+OK 20200214032854 https://base.garant.ru/70168878
+MISS NA abbaye-saint-benoit.ch/saints/augustin/lettres/s003/1185.htm
+OK 20180605102940 https://doi.org/10.1056/NEJMp1310572
+MISS NA https://doi.org/10.7508/10.7508/IEJ
+OK 20180608032447 https://doi.org/10.1016/j.ygyno.2011.11.038
+OK 20180610005842 https://doi.org/10.1007/s13280-017-0919-5
+OK 20210307233534 bmwi.de/Redaktion/DE/Dossier/ttip.html
+MISS NA https://www.google.lt/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=The+ThinCapitalization+Rules+and+Multinationals%E2%80%99+Financing+and+Investment+decisions+-Experience+from+Dutch+Legislation-
+OK 20210421112832 https://doi.org/10.1681/ASN.2016090964
+OK 20210420180710 http://beast.bio.ed.ac.uk/Tracer
+OK 20180612033225 https://doi.org/10.1016/j.nedt.2015.11.004
+OK 20180614211245 https://doi.org/10.1364/OL.36.002701
+OK 20180604145750 https://doi.org/10.1016/j.msec.2016.06.062
+OK 20210307232845 https://doi.org/10.1111/j.1540-5915.1996.tb01822.x
+MISS NA http://dx.doi.org/10.1002/pro.5560051118
+MISS NA http://www.who.int/hiv/pub/guidelines/keypopula-tions/en/.10
+MISS NA http://www.ascofapsi.org.co/portal/material_grafico/documentos_eventos/Colpsic-Ascofapsi_Foro%20Divulgacion%20Ley%20Salud%20Mental_Agenda-Octubre%202013.pdf
+OK 20180611225256 https://doi.org/10.1016/j.ahj.2015.01.012
+MISS NA https://doi.org/10.1006/dbio.2000.9994PMid
+OK 20210123081505 http://sylviamartinez.com/what-a-girl-wants-self-directed-learning-technology-and-gender/
+OK 20210414152921 https://www.acep.org/search.aspx?searchtext=policy%20compendium
+OK 20200213144847 https://www.stjornartidindi.is/Advert.aspx?ID=7fa0729e-dacc-47e3-b626-96efb036ef68
+MISS NA https://www.cbi.eu/sites/default/files/market_information/researches/import-information-seafood-myanmar-eu-rope-fish-seafood-2013.pdf
+MISS NA http://obsinvestiga-cion.unach.edu.ec/obsrepositorio/vinculacion/regla-mento_vinculacion.pdf
+MISS NA http://dx.doi.org/10.5479/si.00963801.3247.455
+OK 20161224130636 http://dx.doi.org/10.1002/9780470512517
+OK 20210325141433 http://www.ftc.gov/os/2010/12/101201privacyreport.pdf
+OK 20200814164147 https://doi.org/10.2307/2529204
+OK 20200813223640 https://doi.org/10.1104/pp.116.1.387
+OK 20200923103427 https://espace.library.uq.edu.au/view/UQ:84101
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/21905088
+OK 20030804235113 http://pecan.srv.cs.cmu.edu/afs/cs/user/hcii/www/
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0100-72032005000600011&lng=en
+MISS NA http://www.mma.gov.br/cidades-sustentaveis/residuos-solidos/catadores-de-materiais-reciclaveis/reciclagem-e-reaproveitamento.Acessoem
+OK 20210309152726 http://en.wikipedia.org/wiki/Lula
+MISS NA http://web.world-bank.org/WBSITE/EXTERNAL/DATASTATISTICS/0
+MISS NA http://www.heacademy.ac.uk/assets/documents/tla/employability/id116_employability_in_higher_education_336
+MISS NA http://www.repositoriobib.ufc.br/000011/00001121.pdf
+OK 20210312001550 https://media.kaspersky.com/pdf/it-risks-survey-report-cost-of-security-breaches.pdf
+OK 20210306212328 https://books.google.com.br/books?hl=pt-BR&lr=&id=esSP8sAxg_0C&oi=fnd&pg=PA11&dq=Terapia+do+Riso+a+Cura+Pela+
+MISS NA https://doi.org/10.1101/2020.01.13.902841doi:bioRxivpreprint46
+OK 20210122142521 https://www.medscape.com/viewarticle/926271
+OK 20200506173833 https://doi.org/10.1109/tcsvt.2015.2478706
+OK 20210417070717 https://www.pewresearch.org/global/2019/02/05/smartphone-ownership-is-growing-rapidly-around-the-world-but-not-always-equally/
+OK 20180603213954 https://doi.org/10.1073/pnas.1018972108
+OK 20200529042442 https://doi.org/10.1016/j.paerosci.2016.06.001
+OK 20210318121511 http://dx.doi.org/10.1016/S0140-6736
+OK 20180612081751 https://doi.org/10.1515/jtam-2017-0018
+MISS NA http://dx.doi.org/10.1109/41.904583
+MISS NA http://www.communityschools.org/assets/1/assetmanager/evaluation%20of%20co
+OK 20210311172436 https://www.myo.com/
+OK 20190916085847 http://www.unichrom.com/tracedec/tracedece.shtml
+OK 20200620040836 http://epoc.cochrane.org/epoc-specific-resources-review-authors
+OK 20200626221409 http://memory.biblioatom.ru/persona/nikipelov_b_v/nikipelov/
+OK 20180611122203 https://doi.org/10.1016/j.proeng.2014.12.426
+OK 20170108123919 http://general.takedapharm.com/content/file.aspx?FileTypeCode=NESINAPI&cacheRandomizer=bacb7e64-4489-42b1-90cb-1cf004b162a3
+OK 20200918004610 http://dx.doi.org/10.1016/S0140-6736(05)17741-1
+MISS NA http://repository.ipb.ac.id/bitstream/handle/123456789/28481/G02fsr.pdf?sequence=1
+OK 20201125170241 http://www.unesp.br/prograd/PDFNE2002/aproducaodejogos.pdf
+OK 20130103151059 http://www.bravo.de/dr-sommer/sex-verhuetung/selbstbefriedigung-wozu-ist-sie-gut
+OK 20210319142629 www.anstaskforce.gov/
+MISS NA http://www.scopus.com/inward/record.url?eid=2-s2.0-52649114611&partnerID=40&md5=3afec45ea3282f3143d074488c2f3b8d
+OK 20180603203725 https://doi.org/10.1074/jbc.C300449200
+OK 20180602085124 https://doi.org/10.1002/cncr.29488
+MISS NA www.santafe.edu/…les/gems/politicalviolence/gutsantafe.pdf
+OK 20180609173746 https://doi.org/10.1017/cjn.2015.296
+OK 20200912080347 https://doi.org/10.3168/jds
+OK 20200806034856 http://distances.teluq.ca
+OK 20210422144245 http://www.scm.com
+OK 20170117164534 http://www.ine.es/censo/es
+OK 20210411191513 theguardian.com/technology/2013/may/10/conscious-computing-twitter-facebook-google
+OK 20210325070435 https://doi.org/10.1021/acs.chemmater.6b02870
+MISS NA https://doi.org/10.1016/j.envsci.2013.05.008
+OK 20210415010403 http://dx.doi.org/10.1016/S0092-8674
+OK 20200811110705 https://doi.org/10.2800/51444
+OK 20180612201233 https://doi.org/10.1057/eps.2002.51
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/1360144990040102#.UnBZnLT_lPm
+OK 20201106232811 https://onlinelibrary.wiley.com/doi/full/10.1111/j.1540-6261.2008.01412.x
+OK 20210314185510 http://www.tempo.co/read/news/2012/05/05/214401852/Kronologi-Pembubaran-Diskusi-di-Salihara
+MISS NA http://www.homeoffice.gov.uk/anti-social-behaviour/penalties/acceptable-behaviour-contracts/?version=1
+OK 20210308054522 https://doi.org/10.1016/j.fcr.2005.08.018
+OK 20170207111055 http://www.who.int/whosis/whostat/EN_WHS08_Full.pdf?ua=1
+OK 20081025201815 http://www.pobox.com/~pdavis
+MISS NA https://doi.org/10.15232/S1080-7446
+OK 20200806022423 https://www.usatoday.com/story/entertainment/2017/02/15/miniature-therapy-horses-visit-cvg/97706980/
+OK 20200604021032 https://doi.org/10.1227/01.NEU.0000349921.14519.2A
+OK 20180601211602 https://doi.org/10.1590/S0100-29452010005000061
+OK 20200427124909 https://doi.org/10.1006/jvbe.2001.1867
+MISS NA http://dx.doi.org/10.1097/TA.0b013e31819d9c9b
+OK 20210415204816 https://doi.org/10.1016/j.gca.2015.08.012
+OK 20210203134857 http://www.rsgb.org.uk
+OK 20210419001255 http://scholar.sun.ac.za
+OK 20210412215128 http://csrc.nist.gov/encryption/aes/
+MISS NA http://hdl.handle.net/11732/2723
+OK 20180602195923 https://doi.org/10.1099/jgv.0.000876
+OK 20180602044415 https://doi.org/10.1128/AAC.00868-15
+MISS NA https://doi.org/10.1007/s12035-013-8539-yPMID
+OK 20210422123335 http://archive.ics.uci.edu/ml
+OK 20190918170820 http://gutenberg.spiegel.de/buch/-3243/1
+MISS NA http://www.dst.dk/da/TilSalg/Forskningsservice/Dokumentation/hoejkvalitetsvariable/personers-tilknytning-til-arbejdsmarkedet-set-over-hele-aaret-akm-.aspx
+OK 20210308012809 https://doi.org/10.1016/j.amc.2006.07.102
+MISS NA https://doi.org/10.1016/S1365-1609
+OK 20041021095855 http://www.tt.fi/english/publications/tehoa.pdf
+OK 20180602230050 https://doi.org/10.3402/tellusa.v65i0.19915
+MISS NA http://www.revistamu-seu.com.br/18demaio/artigos.asp?id=24000
+MISS NA http://www.uni-marburg.de/fb12/kebi/research/software/labelrankdoc.pdf
+OK 20180611022129 https://doi.org/10.1016/j.joen.2011.11.008
+OK 20161002161020 http://dx.doi.org/10.1016/j.biopsych.2009.07.037
+MISS NA http://dx.doi.org/10.6084/m9.figshare.995912
+MISS NA http://www.scopus.com/inward/record.url?eid=2-s2.0-63149121152&partnerID=tZOtx3y1
+OK 20210417105313 http://www.eclipse.org/modeling/
+MISS NA http://linguistics.nured.uowm.gr/Nimfeo2009/praktika/files/down/pdf
+MISS NA http://jurnal.untan.ac.id/index.php/jpdpb/article/view/32513/75676580915
+OK 20201122011647 http://www.huffingtonpost.com/2013/02/03/pat-mccrory-college_n_2600579.html
+MISS NA https://goo.gl/LsqTDE
+OK 20180605161354 https://doi.org/10.1007/s00415-009-5257-5
+OK 20121122025533 http://www.cityfarmer.info/urban-agriculture-and-land-conflicts-in-zimbabwe-the-case-of-glen-norah-suburb-in-harare/
+OK 20210201112357 https://doi.org/10.1200/JCO.2008.21.6150
+OK 20180611020802 https://doi.org/10.1016/j.ejmech.2017.11.083
+OK 20210415010430 http://dx.doi.org/10.1016/S0269-7491
+OK 20201204022043 http://screenanarchy.com/2014/07/durban-2014-of-good-report-revisiting-last-years-banned-masterpiece.html
+OK 20210413210419 http://dx.doi.org/10.1016/S8756-3282
+OK 20170828233733 http://www.state.gov/g/tip/rls/tiprpt/2005/index.htm
+OK 20210307232043 https://doi.org/10.1145/1753326.1753413
+OK 20200528014809 http://dx.doi.org/10.1109/tvcg.2017.2744218
+OK 20210422020957 http://www.lamsinternational.com/
+OK 20180603004221 https://doi.org/10.1111/j.1365-3180.1964.tb00271.x
+OK 20111017172844 http://www.newsweek.com/id/163449/output/print
+OK 20210126152701 http://www.reuters.com/article/2009/03/12/us-russia-estonia-cyberspace-idUSTRE52B4D820090312
+OK 20170817185510 http://onlinelibrary.wiley.com/doi/10.1002/jhet.2637/full
+OK 20200716200920 http://www.euro.who.int/__data/assets/pdf_file/0009/300402/Bulgaria-Assessment-Report-en.pdf
+MISS NA http://www.scielo.br/scielo.php?pid=S0103-37862007000300001&script=sci_abstract&tlng=pt.Consultadoel21/04/2019
+OK 20100902222357 http://cwsworkshop.org/katrinareader/view/org_listing
+OK 20200424145436 http://www3.inegi.org.mx/sistemas/sisept/Default.aspx?t=mdemo107
+OK 20201126082138 http://www.hivportalen.se/narallabarnarvalkomna/Documents/SRHR_Den_oonskade_graviditeten_Bente_Traeen_101125.pdf
+MISS NA http://w3.erss.univ-tlse2.fr:8080/index.jsp?perso=lasserre&subURL=Actes.pdf
+MISS NA http://dx.doi.org/10.1002/(SICI)1097-0266
+MISS NA http://dx.doi.org/10.1016/j.gfs.2017.02.006
+OK 20140212202349 http://dx.doi.org/10.1016/j.eiar.2013.01.008
+MISS NA http://freepages.genealogy.rootsweb.ancestry.com/~pbyyc/18-1900/P/03385.html
+OK 20040526235309 http://www.frontiersjournal.com/issues/vol4/vol4-07_Coleman.pdf
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1516-18462009000800015
+MISS NA http://www.zaman.com.tr/yorum_yorum-prof-dr-suleyman-seyfi-ogun-genclik-nereye_636995.html
+OK 20210413121448 http://dx.doi.org/10.1016/j.future.2011.04.017
+OK 20201017035903 https://doi.org/10.1101/gad.293837.116
+OK 20090525082234 library.findlaw.com/2005/Jun/7/246682.html
+OK 20160401064421 http://dx.doi.org/10.1016/j.antiviral.2009.10.013
+OK 20210421075354 http://pmj.bmj.com/
+OK 20201127014935 http://www.euro.who.int/Document/E89021.pdf
+OK 20210318121511 http://dx.doi.org/10.1016/S0140-6736
+OK 20180603201330 https://doi.org/10.1097/BOR.0000000000000452
+OK 20200506061111 https://doi.org/10.1056/NEJMoa030513
+MISS NA http://www.vivagreen.com.br/art_print.php?idproduto=10
+OK 20210422083349 https://www.R-project.org/
+OK 20210421115332 rae.es
+MISS NA http://www.to-kyo-mou.org
+OK 20180611134437 https://doi.org/10.1109/IFOST.2014.6991129
+MISS NA https://eeas.europa.eu/delegations/japan/66693/node/66693_en
+OK 20210308064813 https://doi.org/10.1093/sysbio/42.2.182
+MISS NA https://www.accessdata.fda.gov/drugsatfda_docs/nda/2017/761074Orig1s000SumR.pdf
+MISS NA https://www.mscbs.gob.es/ciudadanos/saludAmbLaboral/planAltasTemp/2018/Plan_nacional_actuaciones_preventivas.htm
+OK 20200223212616 http://microwind.net/index.php
+OK 20210415030123 http://www.ewenger.com/pub/index.htm
+OK 20180411051705 http://www.pbs.kau.se/pdf/Forestallningskartor%202.pdf
+OK 20170218174424 http://www.surakarta.go.id/konten/wujudkan-kota-surakarta-sebagai-kota-layak-anak
+OK 20150914022209 http://dx.doi.org/10.7314/APJCP.2013.14.8.4501
+MISS NA https://doi.org/10.1007/s10557-014-6557-2PMID
+OK 20210415095808 http://www.rfc-editor.org/rfc/rfc2818.txt
+OK 20161031053429 http://www.chefuturo.it/2015/03/fablab-siamo-trai-primi-3-al-mondo-fablab-siamo-trai-primi-3-al-mondo-ecco-la-mappa-italiana-dei-makers/
+MISS NA http://www.statistikdatabasen.scb.se/pxweb/sv/ssd/START__UF__UF0205/ExaLasarOversikt/?rxid=16963b14-ffb2-4bdf-837f-b11e48d57b8c
+OK 20170705095647 http://support.sas.com/documentation/cdl/en/statugfactor/61783/PDF/default/statugfactor.pdf
+OK 20201127063229 https://www.preprints.org/manuscript/201802.0040/v10
+OK 20180605141638 https://doi.org/10.1016/j.neuroimage.2017.06.022
+MISS NA http://gut.bmj.com/Gut:firstpublishedas10.1136/gutjnl-2014-307263.9on9
+OK 20160507051041 http://ssrn.com/abstract=2704852
+MISS NA http://www.nytimes.com/2008/09/02/us/politics/02palin.html?partner=rssnyt&pagewanted=print
+MISS NA http://news.uic.edu/police-corruption-enabled-by-blue-code-of-silence.156.Mullen
+MISS NA http://www.cinat.una.ac.cr/VIIICongresoMesoamericano/docs/Memoria.pdf
+OK 20200904003919 http://dx.doi.org/10.3846/1648715X.2013.781968
+OK 20210227145839 http://www.un.org/ru/documents/decl_conv/conventions/disability.shtml
+OK 20180601221510 https://doi.org/10.1093/bioinformatics/btu591
+OK 20200829185611 https://doi.org/10.1007/s00198-017-4034-z
+MISS NA http://lib.stat.cmu.edu/S/Harrell/orhttp://hesweb1.med.virginia.edu/biostat/s/Design.html.Accessed
+OK 20210131180306 www.nytimes.com/2008/02/18/business/18recall.html
+OK 20210413021940 http://arxiv.org/abs/1704.04861
+OK 20131223005955 http://dx.doi.org/10.1016/j.enpol.2012.10.050
+OK 20210421142401 http://dublincore.org/
+MISS NA http://www.eurasianet.org/resource/regional/rubin_on_afgistan.htmlonthe25thof
+OK 20190316040652 https://www.clear.rice.edu/elec431/projects96/DSP/bpanalysis.html
+OK 20130910232437 http://tesisenred.net/handle/10803/81311
+OK 20210421203850 www.plosone.org
+OK 20160427230116 http://dx.doi.org/10.1016/j.ecolecon.2008.07.013
+MISS NA fromgoo.gl/mQnpqz
+OK 20210420233814 http://www.ey.com
+OK 20210422053457 http://www.bmj.com
+OK 20150811010435 http://dx.doi.org/10.1016/j.fss.2012.10.003
+OK 20201017040008 https://doi.org/10.1016/j.ecolind.2013.06.019
+MISS NA http://www.scielo.org.mx/pdf/izta/v38n82/2007-9176-izta-38-82-00141.pdf
+OK 20200721003742 http://www.cs.ucsb.edu/~chong/290N-W06/BB84.pdf
+OK 20210413054439 http://repository.tudelft.nl/
+OK 20200612011055 https://doi.org/10.1101/gad.1657108
+OK 20180602055729 https://doi.org/10.1111/j.0963-7214.2006.00425.x
+OK 20200215163846 https://doi.org/10.1155/2012/896598
+OK 20191115194617 http://www.cdc.gov/nhsn/TOC_PSCManual.html
+OK 20200211232855 https://doi.org/10.1101/772087
+OK 20201209122435 http://www.scielo.br/pdf/csc/v16n7/06.pdf
+OK 20200828183928 https://doi.org/10.1111/j.1365-3040.2011.02451.x
+OK 20210421130607 http://creativecommons.org/licenses/by-nc/4.0/
+MISS NA https://pdfs.semanticscholar.org/2af4/e247c96854cad9aacfc74f21648a94bafc7f.pdf
+OK 20180603182949 https://doi.org/10.1111/j.1538-7836.2007.02434.x
+OK 20210325200839 https://doi.org/10.1074/jbc.273.10.5858
+OK 20160405142019 http://www.forensicfocus.com/index.php?name=Forums&file=viewtopic&p=6523752#6523752
+OK 20210412230515 https://doi.org/10
+OK 20200806062202 http://sru.soc.surrey.ac.uk/SRU15.html
+OK 20140828205106 http://dx.doi.org/10.1634/stemcells.22-3-265
+OK 20210325235159 http://www.dlib.org/dlib/november10/byrne/11byrne.html
+MISS NA http://doi.acm.org/10.1145/2851581.2892305
+OK 20210413185422 http://dx.doi.org/10.1016/S0377-0273
+OK 20180608142037 https://doi.org/10.1016/j.jns.2009.07.028
+OK 20210317155655 http://www.xfab.com
+MISS NA http://www.cdc.gov/mmwr/preview/mmwrhtml/mm5727a2.htm.Accessed
+MISS NA http://www.esrc.ac.uk/news-events-andpublications/evidence-briefings/poorer-people-are-less-physically-active/
+OK 20210420183444 http://globocan.iarc.fr
+OK 20201130014645 http://www.uezd.com.ua/5502-2/
+MISS NA http://publifarum.farum.it/ezine_pdf.php?id=219PoweredbyTCPDF(www.tcpdf.org)pagina14/14
+OK 20190523201029 http://www.scp.nl/Publicaties/Alle_publicaties/Publicaties_2010/Tijd_op_orde
+OK 20201129124032 http://www.abc.net.au/news/2012-11-19/ffa-announces-new-a-league-broadcast-deal/4379596
+OK 20210226124832 http://www.nrdc.org/water/pollution/storm/stoinx.asp
+MISS NA http://dx.doi.org/10.4161/org.26766
+OK 20210301104202 https://doi.org/10.1364/BOE.5.002913
+OK 20200828181340 https://doi.org/10.1175/jcli-d-16-0293.1
+OK 20210413102210 http://search.ebscohost.com/login.aspx?direct=true&db=pbh&AN=7442265&site=ehost-live&scope=site
+OK 20170927035708 http://www.xcede.org
+OK 20201106153712 https://doi.org/10.1093/carcin/bgp264
+OK 20210413001826 http://arxiv.org/abs/0907.0159
+OK 20210411033806 http://www.brain-map.org
+OK 20180602085523 https://doi.org/10.1177/1550059411428716
+MISS NA https://doi.org/10.1191/09596
+OK 20210131113736 http://dx.doi.org/10.1016/j.meegid.2013.11.024
+OK 20201229172905 http://www.oas.org/juridico/spanish/tratados/a-52.html
+OK 20210415130415 http://www.ualberta.ca/~iiqm/backissues/3_3/pdf/irvingklenke.pdf
+OK 20180604071619 https://doi.org/10.1093/mind/fzi181
+OK 20200508101307 http://doi.org/10.1525/abt.2017.79.1.3
+OK 20180601203044 https://doi.org/10.1063/pt.3.2782
+OK 20190302155031 http://web.archive.org/web/20041118094603/http://194.21.179.166/cecudine/fe_2002/eng/PinkEiga2002.htm
+OK 20201129073923 http://traffickingculture.org/encyclopedia/case-studies/everbeek-roman-silver-hoard/
+OK 20180604064228 https://doi.org/10.1080/00380768.1990.10416797
+OK 20210303101942 www.jointcommission.org/certification/palliative_care.aspx
+OK 20210422083349 http://www.R-project.org/
+OK 20201111185226 http://www.edtechmagazine.com/higher/article/2013/06/why-higher-education-target-hackers-phishers-and-spammers
+MISS NA http://www.dictionarroman.ro/?c=presedinte
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/13604813.2011.568717
+OK 20191111034830 https://doi.org/10.1158/2159-8290.CD-16-0062
+OK 20190609235312 http://bitkilerindili.blogcu.com
+OK 20180611030941 https://doi.org/10.1016/j.tins.2004.12.008
+OK 20210225075840 http://psystudy.ru
+OK 20180604023147 https://doi.org/10.1111/ijn.12290
+OK 20160228192425 http://ssrn.com/abstract=2666722
+OK 20041129134350 http://econ.worldbank.org/docs/707.pdf
+OK 20210320172415 http://dx.doi.org/10.3334/ORNLDAAC/810
+MISS NA https://doi.org/doi:10.1371/journal.pone.0165825
+OK 20210421132449 http://www.oecd.org/
+MISS NA http://dx.doi.org/10.1016/j.jafrearsci.2012.01.002
+OK 20201219214353 www.redp.uerj.br
+OK 20210417222542 http://eprint.iacr.org/
+MISS NA https://cyberleninka.ru/article/n/svyaz-doveriya-s-innovatsiyami-noviznoy-i-konkurentosposobnostyu-biznesa
+OK 20180602041142 https://doi.org/10.1016/j.bbamem.2014.02.013
+OK 20181223025125 http://loc.llas.ac.uk/lob/1510/standalone/theories.pdf
+OK 20210421200931 www.Jcpa.org
+OK 20080617060233 http://courses.washington.edu/asian204/Synopsis.htm
+OK 20210415085251 http://www.omg.org/uml
+OK 20210309192048 http://www.who.int/patientsafety/safesurgery/checklist/en/
+OK 20210212003933 https://www.writeups.org/guide-to-magic-in-the-marvel-universe
+OK 20160310091911 http://dx.doi.org/10.11646/zootaxa.3663.1.1
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://arquivos.sindicatodaindustria.com.br/app/cni_sindicatos/2011/01/10/123/20160331103835958758a.PDF
+OK 20210416143922 http://computer.org/publications/dlib
+MISS NA https://vpbm.com.ua/ua/vyipusk-1-tom-1-
+OK 20200216011555 https://doi.org/10.1104/pp.102.017483
+MISS NA https://www.swab.nl/swab/cms3.nsf/uploads/65FB380648516FF2C125780F00
+OK 20190303001401 http://kiwi.atmos.colostate.edu/group/dave/at745/Cumulus_Updrafts_Narrow.pdf
+MISS NA https://doi/org/10.3389/fneur.2017.00025
+OK 20161029075342 https://publications.parliament.uk/pa/cm200304/cmselect/cmworpen/311/311we33.htm
+MISS NA http://www.wellsfargo.com/jump/fraud_prevention.jhtmlhttp://www.usatoday.com/tech/news/computesecurity2007
+OK 20180610063020 https://doi.org/10.5455/ijlr.20130305064802
+OK 20210414234422 http://www.imf.org/external/pubs/ft/weo/2011/02/weodata/index.aspx
+OK 20210319040703 http://www.moh.gov.sa/en/hajj/pages/healthregulations.aspx
+OK 20180610125538 https://doi.org/10.1016/j.brainres.2006.05.064
+OK 20210413233411 www.statcan.gc.ca/pub/98-187-x/4151287-eng.htm
+OK 20170311140106 https://www.iths.org/about/translational
+OK 20180603095927 https://doi.org/10.1016/j.habitatint.2015.01.005
+OK 20201111191906 https://www.businesslive.co.za/bd/opinion/2016-10-19-ethnic-nationalism-zumas-style-of/
+OK 20210413021910 https://doi.org/10.1016/S0065-2601
+OK 20210204025010 https://doi.org/10.1186/s40317-018-0156-0
+OK 20210118090847 http://advances.sciencemag.org/content/6/10/eaaz1692#BIBL
+OK 20160428165349 http://www.cise.ufl.edu/research/sparse/matrices/SNAP/ca-AstroPh.html
+OK 20210422132242 https://www.transparency.org/country/#KHM
+MISS NA http://www.public.asu.edu/~mjames6/MAJames/Research.html
+OK 20200810193342 http://ideas.repec.org/p/gwi/wpaper/2008-11.html
+MISS NA http://www.guardian.co.uk/uk/1999/oct/19/davidward
+OK 20200616040948 https://doi.org/10.1186/s13673-018-0128-7
+OK 20210419035828 https://www.pyszne.pl/en/
+OK 20210415142638 https://doi.org/10.1038/nature14539
+OK 20210420040113 www.smmt.co.uk
+MISS NA https://doi.org/10.1007/s105510110991x
+MISS NA http://www.africapedia.com/TOTAL-EXPENDITURE-
+OK 20200115025553 http://dx.doi.org/10.1046/j.1365-3156.1999.00418.x
+OK 20111114232725 http://www.jiasociety.org/content/14/1/47
+OK 20090525054951 http://www.anp.gov.br/glossario/index.asp
+OK 20160110161356 http://www.homecaremag.com/news/why-joystick-location-matters-power-wheelchair-users
+OK 20180604013002 https://doi.org/10.1016/0042-6822(89)90122-0
+MISS NA http://www.jiasociety.org/index.php/jias/article/view/20572|http://dx.doi.org/10.7448/IAS.18.1.20572
+OK 20200528101929 https://doi.org/10.1080/00438243.1993.9980230
+OK 20180603163925 https://doi.org/10.1002/ps.895
+OK 20180604193553 https://doi.org/10.1093/ndt/gfm205
+MISS NA https://www.slideshare.net/carsonmckee/direct-contact-2012
+MISS NA http://www.actahort.org/books/76/76_23.htm596
+MISS NA http://www.unfpa.org.br/Arquivos/fecundidad_maternidad_adolescente_conosur.pdfWHO
+OK 20120910184703 http://www.centreforglobalmentalhealth.org/projects/projects-by-classification
+OK 20210409130553 https://www.bbc.co.uk/news/world-us-canada-51835856
+OK 20210310124109 http://www.pwd.org.au/student-section/terminology-used-by-pwda.html
+MISS NA http://www.adl.org/poisoning_web/black.aspMEDDAUGHANDKAY
+OK 20201210181043 https://doi.org/10.1063/1.102730
+OK 20130102192547 http://www.odi.org.uk/resources/docs/3472.pdf
+OK 20170628065616 http://www.grovemusic.com
+OK 20180609054115 https://doi.org/10.1016/j.ces.2013.11.033
+MISS NA http://dhsprogram.com/pubs/pdf/FR207/FR207%5BApril-10-2009%5D.pdf.Published
+OK 20210110010613 https://doi.org/10.1186/gb-2014-15-3-r59
+MISS NA http://www.ibge.gov.br/home/estatistica/populacao/censo2010/indicadores_sociais_municipais/indicadores_sociais_municipais_tab_uf_zip.shtm.Acessadoem:21denovembrode
+MISS NA http://dx.doi.org/10.1007/s00784-013-1116-y
+OK 20210309152610 https://periodicos.unifap.br/index.php/planeta
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2819510&tool=pmcentrez&rendertype=abstract
+OK 20200727105421 https://doi.org/10.1371/journal.pone.0180546
+OK 20200808092450 http://dx.doi.org/10.1016/j.foodchem.2009.08.028
+MISS NA http://dx.doi.org/10.1109/BigData.2013.6691707
+MISS NA http://dx.doi.org/10.1016/j.ecss.2007.07.018
+OK 20201011053324 http://dx.doi.org/10.7326/0003-4819-138-5-200303040-00028
+MISS NA http://hol.osu.edu/spmInfo.html?id=SCAU%202011000599e.scientificName
+OK 20200701125713 https://orcid.org/0000-0003-2342-9881
+MISS NA http://dx.doi.org/10.1371/journal.ppat.1003325
+OK 20180605085113 https://doi.org/10.1016/0025-3227(94)90060-4
+OK 20180604073628 https://doi.org/10.1007/s13311-013-0218-1
+OK 20121030182416 http://www.sasac.gov.cn/gzjg/xcgz/200504190137.htm
+OK 20210319175845 http://avalon.law.yale.edu/20th_century/isrplo.asp
+MISS NA http://www.autodesk.com/temp/pdf/CLP_Power_Hong_Kong_Limited1.pdf
+OK 20210126125702 http://www.gepicc.ufba.br/enlepicc/
+OK 20210422032256 http://www.ipcc.ch
+OK 20210130125435 https://doi.org/10.1073/pnas.0400983101
+OK 20180603230832 https://doi.org/10.1111/joca.12146
+MISS NA http://www.abanet.org/justice/pdf/Funding_the_Justice_System.pdf
+MISS NA http://www.isshk.org/PublishWebSite/isshk/big5/contentPage38800.htm
+OK 20200208235849 https://doi.org/10.1080/23311932.2019.1572985
+OK 20200215101840 https://doi.org/10.26779/2522-1396.2018.04.57
+OK 20210326164839 www.aao.org/ppp
+MISS NA http://www.revistacodice.es/publi_virtuales/i_con_h_mujeres/do-cumentos/comunicaciones/comucebreirosiglesias.pdf
+MISS NA https://cyberleninka.ru/article/v/sovremennaya-leksikografiya-kak-instrument-formirovaniya-lingvisticheski-kompetentnoy-lichnosti
+MISS NA https://doi.org/10.1038/s41598-018-26111-2
+OK 20061117023037 http://www.scielo.org.ve/scielo.php?script=sci_arttext&pid=S079897922007000100007&lng=es&nrm=iso
+OK 20200809224236 http://www.ajtmh.org/content/journals/10.4269/ajtmh.16-0440
+MISS NA http://www.math.uchicago.edu/∼mitya
+OK 20191221182442 https://doi.org/10.2105/AJPH.92.6.990
+OK 20200529234247 https://doi.org/10.1016/S1364-6826(96)00079-X
+OK 20151022005558 http://www.johnhoward.ab.ca/pub/C48.htm
+OK 20180603075953 https://doi.org/10.1126/science.7545955
+MISS NA http://ota.ahds.ac.uk/desc/2544
+OK 20180602124549 https://doi.org/10.1055/s-0037-1607213
+OK 20190905113610 http://dx.doi.org/10.1155/2010/872396
+OK 20190210044427 https://doi.org/10.1016/S0346-251X(96)00063-2
+OK 20210412230515 https://doi.org/10
+MISS NA http://www.urban.org/publications/411183.html.shor
+OK 20210422045749 http://dx.doi.org/10.1016/j.still.2012.07.002
+OK 20191002155720 http://www.ggalanti.org/the-4cs-of-culture/
+OK 20210417114902 www.dovepress.com
+OK 20210224185806 http://www.3ds.com/products/catia/portfolio/dymola
+OK 20160603183429 http://dx.doi.org/10.1016/j.cortex.2015.09.004
+MISS NA http://www.who.int/mediacentre/factsheets/fs204/en/.Accessed
+OK 20210319222009 https://research.gallaudet.edu/Demographics/deaf-US.php
+OK 20201125195124 http://www.legislarbien.com.ar/artsAdj/113517530411_paper_e-governemnt_e_kaufman.pdf
+OK 20210319212302 http://dx.doi.org/10.1097/00006454-200306000-00009
+OK 20200904131143 https://doi.org/10.1038/onc.2011.621
+MISS NA www2.cjf.jus.br/ojs2/index.php/cej/article/viewFile/966/1137
+OK 20180603012559 https://doi.org/10.1007/978-94-017-0325-3
+OK 20200216214710 https://doi.org/10.3390/ma12203372
+OK 20210324000103 http://dx.doi.org/10.1590/S0074-02762009000700021
+MISS NA https://www.csgb.gov.tr/media/8910/0013_meslek_has_rehberi.pdfadresindenulaşılmıştır
+MISS NA http://www.kollorgen.com/en-us/products/motors/direct-drive/direct-drive-linear/icd-series-ironcore
+OK 20191103034435 http://dx.doi.org/10.1371/journal.pone.0065769
+OK 20210420034025 http://data.worldbank.org/indicator/SP.DYN.TFRT.IN
+OK 20180602010035 https://doi.org/10.1029/GM096p0337
+OK 20160303184225 http://www.freepatentsonline.com/6195698.html
+MISS NA http://www.scialert.net/pdfs/jas/2005/363-367.pdf
+OK 20200909221002 http://dx.doi.org/10.4319/lo.1967.12.2.0343
+OK 20210317081254 https://www.theguardian.com/us-news/live/2018/mar/24/march-for-our-lives-protest-gun-violence-washington
+OK 20210421205605 http://pro.europeana.eu/page/edm-documentation
+MISS NA http://www.substance.coop/sites/default/files/4.%20SD%20Social%20Value%20Working%2stakeholder'sperspective
+OK 20210323173926 http://www.streetlinenetworks.com
+MISS NA https://doi.org/10.1093/afratfadq050
+MISS NA http://arxiv.org/abs/1102.1301v2
+OK 20081204082745 http://dx.doi.org/10.1109/83.552094
+OK 20210126112956 http://www.softmachines.org/wordpress
+OK 20130703052738 http://www.igsap.map.es/cia/dispo/17877.htm
+OK 20210309133728 www.cmj.org
+OK 20210307231602 https://doi.org/10.1186/s40985-018-0104-9
+MISS NA http://www.privcom.gc.ca/information/guide/auth061013e.asp
+OK 20210421075354 http://pmj.bmj.com/
+OK 20180601215757 https://doi.org/10.1186/2050-2974-1-41
+OK 20180608023056 https://doi.org/10.1016/j.clgc.2013.04.003
+OK 20150510115543 http://www.sge-ssn.ch/media/medialibrary/2014/10/_sge_pyramid_basic_E_2014.pdf
+OK 20060911194002 http://www.oecd.org/dataoecd/43/31/1894469.pdf
+OK 20210309054301 https://doi.org/10.1007/s10841-015-9754-9
+MISS NA http://repositorio.cepal.org/bitstream/handle/11362/31961/S2006364_es.pdf;jsessionid=E8074F0005A654FFAEC3CB8818D43FC4?sequence=1
+MISS NA http://hdl.handle.net/2077/20503
+MISS NA ijep.2015.2.136www.ejournal33.com
+OK 20200214121811 http://www.mathematica-mpr.com/PDFs/ehsfinalvol1.pdf
+OK 20210214003540 http://enlacezapatista.ezln.org.mx/2015/05/06/companera-escucha-selena-6-de-mayo
+OK 20210129144559 customs.hmrc.gov.uk/channelsPortalWebApp/channelsPortalWebApp.portal?_nfpb=true&_pageLabel=pageVAT_ShowContent&propertyType=document&columns=1&id=HMCE_
+OK 20180602054001 https://doi.org/10.3389/fpls.2014.00771
+MISS NA http://www.legislation.gov.uk/ukpga/1988/48/part/I/chapter/Iadresindenerişildi
+OK 20180603040331 https://doi.org/10.1080/03680770.1995.11900996
+OK 20200209025955 http://dx.doi.org/10.1016/j.jclepro.2005.01.003
+OK 20180602194059 https://doi.org/10.1007/s11618-017-0742-6
+OK 20200527053704 https://doi.org/10.1007/978-3-662-05086-6
+OK 20100105062435 http://dx.doi.org/10.1016/j.chaos.2006.09.048
+MISS NA http://www.environment.gov.au/biodiversity/threatened/nrm
+MISS NA http://www.mastercard.com/set.html
+OK 20180605160417 https://doi.org/10.1039/c3cp44641g
+OK 20210317042253 https://www.npr.org/sections/thetwo-way/2018/05/02/607678097/boy-scouts-changing-name-to-scouts-bsa-as-girls-welcomed-into-program
+OK 20200209041644 https://doi.org/10.1002/hep.30342
+MISS NA https://doi.org/10.1017/jfm.2018.452
+OK 20200710012814 https://doi.org/10.1016/j.cognition.2007.07.012
+OK 20210313102018 https://docs.opencv.org/2.4/index.html
+MISS NA http://www.anewsa.com/detail.php?number=266661
+OK 20210307233354 https://doi.org/10.1038/nature12211
+OK 20180613031752 https://doi.org/10.1016/j.enpol.2011.02.061
+OK 20180604070240 https://doi.org/10.1093/hmg/ddw301
+OK 20131002060624 www.tc.gc.ca/eng/roadsafety/resources-researchstats-child-restraint-survey-2010-1207.htm
+OK 20210411003722 http://pubs.niaaa.nih.gov/publications/arh28-2/80-84.htm
+OK 20201128194417 http://communities-dominate.blogs.com/brands/2009/02/bigger-than-tv-bigger-than-the-internet-understand-mobile-of-4-billion-users.html
+OK 20210415084813 http://www.ohchr.org/EN/HRBodies/CCPR/Pages/CCPRIntro.aspx
+OK 20200926194913 http://www.liberation.fr/societe/2015/08/04/fabien-clain-de-la-pme-islamiste-au-jihad-syrien_1358714
+MISS NA http://naukovedenie.ru/PDF/121EVN614.pdf,svobodnyy.-Zagl.sekrana.-Yaz.rus.,angl
+MISS NA Disponibleenwww.easac.eu/fileadmin/PDF_s/reports_statements/Migration.pdf
+MISS NA https://www.ua.undp.org/content/ukraine/uk/home/presscenter/pressreleas-es/2018/human-development-indices--where-does-ukraine-rank--.html
+OK 20210224015550 http://people.umass.edu/aizen/pdf/tpb.intervention.pdf
+OK 20190901143726 https://doi.org/10.1016/j.jand.2017.10.015
+OK 20210303064708 https://wellbeing.smgov.net/
+MISS NA http://www.ngkok.co.za/KonventAlgemeen/OpmerkingsOorBelydenis_SmitDJ_2006.pdf-10Julie
+OK 20140626022123 http://thescienceone.com/ices/proceedingsices2014.php
+OK 20191206075441 https://doi.org/10.1007/s003590050192
+MISS NA http://journals.uic.edu/ojs/index.php/fm/article/view/4991/382219/22
+OK 20210210101838 https://doi.org/10.1016/j.anbehav.2016.08.007
+OK 20170117082721 http://meetinglibrary.asco.org/content/171167-176/
+OK 20210310184517 https://doi.org/10.2337/ds16-0057
+OK 20201125032521 https://www.elsevier.com/connect/8-things-you-may-not-know-about-rabies-but-should
+OK 20210418134754 http://www.planalto.gov.br/ccivil_03/decreto-lei/Del5452.htm
+OK 20180612001906 https://doi.org/10.1017/CBO9780511818684
+MISS NA http://www.nasw.org/privacy.htm.Accessed
+OK 20180603102943 https://doi.org/10.1002/cne.903040312
+OK 20080514151341 http://create.ucsd.edu/Research_Evaluation/PreussReportDecember2005.pdf
+OK 20180602125607 https://doi.org/10.1103/PhysRevD.83.104019
+OK 20210226212946 http://www.cds.caltech.edu/~chen/papers/ramac.pdf
+MISS NA https://cyberleninka.ru/article/n/avtorskaya-kontseptsiya-obschestvennogo-blagosostoyaniya-kak-metodologicheskaya-osnova-otsenki-sotsialnoekonom-icheskogo
+OK 20191228113344 http://ettascollo.de/ilfioresplendente/?lang=de
+OK 20180603114144 https://doi.org/10.1080/13520529609615452
+OK 20210226001421 http://www.math.ncsu.edu/~kaltofen/bibliography/90/KaTr90.pdf
+OK 20130212183903 http://dx.doi.org/10.2202/1544-6115.1287
+MISS NA https://www.nato.int/cps/en/natohq/news_150539.htm?selectedLocale=en
+OK 20160125191608 http://ejournals.library.ualberta.ca/index.php/EBLIP/article/view/76/153
+OK 20200626180639 https://doi.org/10.31234/osf.io/stwbn
+OK 20160305092803 http://dx.doi.org/10.1371/journal.pgen.1004194
+MISS NA www.researchgate.net/publication/4727671
+OK 20210420180831 http://www.rrh.org.au
+OK 20200807110419 http://dx.doi.org/10.3402/mehd.v23i0.18567
+OK 20190512063248 https://doi.org/10.1371/journal.pntd.0000363
+OK 20160503160708 http://dx.doi.org/10.3998/ptb.6959004.0004.001
+OK 20200812083329 http://www.uni-mainz.de/studlehr/ordnungen/Landesverordnung_ueber_die_unmittelbare_Hochschulzugangsberechtigung_beruflich_qualifzierter_Personen.pdf
+MISS NA http://epa.oszk.hu/01000/01059/00055/pdf/1907_04_173-176.pdf
+OK 20210219075826 http://dx.doi.org/10.1038/nrg2521
+MISS NA http://cs231n.stanford.edu/reports/2016/pdfs/407_Report.pdf
+MISS NA http://dx.doi.org/10.1016/0304-3940(96)12321-1
+MISS NA http://dx.doi.org/10.1080/00224065.2011.11917850
+MISS NA http://www.straumann.com/.Acessado05/07/2008
+MISS NA http://dx.doi.org/10.5772/57610
+MISS NA https://doi.org/10.1038/s41433-018
+MISS NA Endwww.oncotarget.com
+OK 20180603185526 https://doi.org/10.1111/j.1752-4598.2012.00208.x
+MISS NA https://bit.ly/2TDhfec
+MISS NA http://portal.anvisa.gov.br/registros-e-autorizacoes/agrotoxicos/produtos/monografia-de-agrotoxicos/excluidas.Accessed25
+OK 20140507083537 http://dx.doi.org/10.1080/10440046.2012.735633
+MISS NA http://www.fin.gc.ca/n12/12-129-eng.asp-lastaccessed07/05/2013
+OK 20200819090913 https://doi.org/10.1111/j.1365-2702.2006.01368.x
+OK 20180603230449 https://doi.org/10.1111/1468-0068.00363
+MISS NA https://doi.org/10.1212/WNL.24.11.101913
+MISS NA https://sustain.ubc.ca/sites/sustain.ubc.ca/files/SustainabilityScholars/
+OK 20210328052536 https://doi.org/10.1186/1471-2105-9-386
+OK 20210316211015 http://www.lismicroaggressions.com
+OK 20201126091046 http://www.viscodata.de/
+OK 20210414205708 http://www.innspub.net
+OK 20210117165453 https://carsey.unh.edu/publication/federal-eitc
+OK 20180603013635 https://doi.org/10.1021/jp1077714
+OK 20180602085735 https://doi.org/10.2308/jmar.2006.18.1.21
+OK 20140424084738 http://www.thedailyaztec.com/2013/12
+MISS NA https://doi.org/10.1016/j.cap.2018.03.007
+OK 20190103205702 http://data.europa.eu/89h/fe1878e8-7541-4c66-8453-afdae7469221
+OK 20210308105318 https://doi.org/10.1111/j.1461-0248.2006.00911.x
+OK 20170703053949 http://www.ecommerce-europe.eu/news/2015/with-a-turnover-of-567.3-billion-asia-pacific-is-the-largest-e-commerce-region-in-the-world
+MISS NA http://www.welthungerhilfe.de/fileadmin/media/pdf/Fachkonzepte/Fachkonzept_Ernaehrungssi-cherung_dt.pdf
+OK 20170706062836 http://wnl.ece.cornell.edu/Publications/cnds02.pdf
+MISS NA http://dx.doi.org/10.1017/CBO9780511920943.012
+OK 20180417061818 http://www.cress-mg.org.br/arquivos/simposio/ACOLHIMENTO%20INSTITUCIONAL%20DE%20CRIAN%C3%87AS%20E%20ADOLESCENTES%20MUDAN%C3%87AS%20NA%20HIST%C3%93RIA%20BRASILEIRA.pdf
+MISS NA http://proceedings.aom.org/content/2015/1/19077.abstract
+OK 20200708053519 https://doi.org/10.5194/nhess-2020-190
+MISS NA http://dx.doi.org/10.1097/ALN.0b013e3181cea3b5.PubMed
+OK 20180602063345 https://doi.org/10.1021/jp011224m
+MISS NA http://www.sciencedirect.com/science/article/B6V8K-4MBBYJC-2/2/9636fe5fe87922b999444831d9ef2
+OK 20200521011614 https://doi.org/10.1523/JNEUROSCI.5681-10.2011
+MISS NA http://www.telehistoria.com.br/colunas/index.asp?id=2009
+OK 20200813134938 https://doi.org/10.1038/srep16532
+MISS NA http://dx.doi.org/10.1890/0012-9658(2006)87
+MISS NA http://dx.doi.org/10.1002/mds.21125.47
+MISS NA http://dx.doi.org/10.1177/109861102129197995
+OK 20210417234420 https://www.stem.org.uk
+OK 20150101011613 http://dtr2001.saude.gov.br/sas/PORTARIAS/Port2006/GM/GM-399.htm
+OK 20210314191351 http://www.globus.org/cog/
+OK 20200414224018 http://sydney.edu.au/medicine/fmrc/beach/bytes/BEACH-Byte-2014-003.pdf
+OK 20180602023508 https://doi.org/10.2139/ssrn.2701158
+OK 20210311133358 http://www.lavazza.com/en/
+MISS NA http://dx.doi.org/10.1002/cssc.201200167.doi:10.1002/cssc.201200167
+MISS NA https://www.democracynow.org/es/2018/12/17from_arizona_to_yemen_how_bombsDURDEN
+OK 20210316072545 https://doi.org/10.1016/j.ehj.2004.06.038
+OK 20180602215443 https://doi.org/10.1146/annurev.physiol.61.1.521
+MISS NA http://www.dpmms.cam.ac.uk/ajw/AO.ps
+MISS NA www.babson.edu/entrep/fer/BABSON2001/I/IH
+OK 20180604064159 https://doi.org/10.5771/9783845282695
+OK 20190401193907 https://www.gov.pl/cyfryzacja/nowe-prawo-ochrony-danych-osobowych
+MISS NA http://dx.doi.org/10.1080/10402659.2012.677335
+MISS NA http://www3.lrs.lt/pls/in-ter3/dokpaieska.showdoc_l?p_id=191569
+OK 20200519070204 https://doi.org/10.1029/2018JC014547
+OK 20200120013656 http://dx.doi.org/10.1080/07421222.1994.11518044
+OK 20130415023407 http://dx.doi.org/10.1016/j.bcp.2011.11.011
+MISS NA http://www.comciencia.br/comciencia/index.php?section=8&edicao=38&id=456&print=true.Acessoemjulhode
+OK 20180604183922 https://doi.org/10.1016/j.jsb.2014.02.014
+MISS NA http://scielo.sld.cu/scielo.php?script=sci_arttext&pid=S086421412013000200011&lng=es&nrm=iso
+OK 20161025091101 http://www.deis.gov.ar
+OK 20190830024128 http://dx.doi.org/10.1038/ajg.2012.199
+OK 20171113074050 https://iacl-aidc-blog.org/2017/03/25/analysis-european-court-of-justice-allows-bans-on-religious-dress-in-the-workplace/
+MISS NA http://www.sciencedirect.com/science/article/pii/S0304423805000099
+OK 20200709084820 https://doi.org/10.1089/neu.2017.5124
+OK 20200926045949 http://www.whocc.no/atc_ddd_methodology/purpose_of_the_atc_ddd_system/
+MISS NA http://dx.doi.org/10.4049/jimmunol.173.9.5425
+MISS NA http://www.nuclearsafety.gc.ca/pubs_catalogue/uploads_fre/CNSC_Release_and_Dose_fr.pdf
+OK 20210415121844 http://dx.doi.org/10.1126/science.1151148
+OK 20210119000617 www.ctan.org/pkg/tikz-palattice
+OK 20190819015102 http://lohmann-information.com/content/l_i_24_article_4.pdf
+MISS NA https://aiic.net/page/1125/remote-interpreting-assessment-of-human-factors-and-pe/lang/1
+MISS NA http://dx
+OK 20130619002332 http://www.oxfordscholarlyeditions.com/page/privacypolicy/privacy-policy
+OK 20060507052439 http://www.ceocio.com.cn/hot_topic/2006/hot_0315.asp
+MISS NA www.cfsd.org.uk/aede/english/Goel
+OK 20210410140756 http://www.bnef.com
+MISS NA http://dx.doi.org/10.1101/378208doi:bioRxivpreprintfirstpostedonline
+OK 20210415234023 https://doi.org/10.1016/j.nbd.2017.09.004
+OK 20020408143316 http://www.axiomaticdesign.com/index.cfm
+OK 20210421140726 http://www.itl.nist.gov/div898/handbook/
+MISS NA https://theconversation.com/factcheck-does-murdoch-own-70-of-newspapersin-australia-16812
+OK 20200814232021 https://doi.org/10.1016/j.physbeh.2007.01.007
+OK 20180603111610 https://doi.org/10.1002/ajpa.20611
+OK 20180614091834 https://doi.org/10.1016/j.jes.2017.06.041
+OK 20180602215541 https://doi.org/10.1590/S0104-11692000000200006
+OK 20191215141223 https://doi.org/10.3897/zookeys.575.6072
+OK 20180612135808 https://doi.org/10.1017/S0033291716002403
+OK 20210116181947 http://www.pialamaya.com/nominasi
+MISS NA https://papers.ssrn.com/abstract=2817626
+OK 20160809170441 http://dx.doi.org/10.1080/001318804200277359
+OK 20210412230515 https://doi.org/10
+OK 20210222095633 https://doi.org/10.1002/qj.2479
+OK 20170720120911 http://dx.doi.org/10.1146/annurev.biochem.66.1.199
+OK 20200722012956 https://doi.org/10.1016/j.jpsychires.2012.09.008
+MISS NA http://dx.doi.org/www.ccsenet.org/ass
+OK 20201229123535 https://ec.europa.eu/eip/ageing/sites/eipaha/files/library/renovated_action_plan_2016-2018_ag_a1_0.pdf
+OK 20181004052521 https://doi.org/10.1016/j.tibtech.2014.11.004
+MISS NA https://www.unaids.org/en.Accessed1
+MISS NA https://doi.org/10.1378/chest.13-0274
+OK 20210118032019 http://www.threeblockmodel.com/
+OK 20110825033907 http://www.acessa.com/cidade/meioambiente/pneus
+OK 20190915004447 http://meylonesome.blogspot.com/2008/12/perancangan-sistem-dan-analisis.html
+OK 20170718172506 http://dx.doi.org/10.5334/baw.39
+OK 20160405151555 http://www.health.qld.gov.au/multicultural/health_workers/pac-island-pop.asp
+MISS NA http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2005/decre-to/d5626.htm
+MISS NA http://dx.doi.org/10.1016/j.cct.2015.04.014
+OK 20201129065511 https://capes.gov.br/images/stories/download/bolsas/20150818_DEB-relatorio-de-gestao-vol-1-com-anexos.pdf
+OK 20210418080013 www.riazhaq.com
+MISS NA http://www.who.int/wer.Acessoem
+MISS NA http://www.wik.org/uploads/media/KM_2012_02_14_FTTH_Council_EU.pdf
+OK 20210323065249 http://www.thehealthplan.com/
+MISS NA http://dx.doi.org/10.4025/cienccuidsaude.v10i3.11472
+OK 20200603104026 http://www2.camara.leg.br/legin/fed/lei/2010/lei-12244-24-maio-2010-606412-publicacaooriginal-127238-pl.html
+MISS NA http://www.asvide.com/article/view/25645
+MISS NA http://newtimes.ru/articles/detail/45648/Alexander
+OK 20210419080518 http://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/survey/geo/?cid=nrcs142p2_053624
+MISS NA http://www.math.princeton.edu/˜nmkforcorrections
+OK 20180614070602 https://doi.org/10.1016/j.fertnstert.2014.09.008
+MISS NA https://doi.org/10.1890/0012-9658(1999)080
+OK 20201109034339 https://www.theguardian.com/politics/2010/nov/08/backbench-rebellion-postwar-high-coalition
+MISS NA https://old-kollegium.aeek.hu/conf/upload/oldiranyelvek/H%C3%81ZIO_felnottkori%20diabetes%20mellitus%20haziorvosi%20ellatasa_mod0_v0.pdfAccessed28
+OK 20210308154904 https://doi.org/10.1074/jbc.M110.212688
+OK 20201128020602 http://www.sister.nu/pdf/wp_11.pdf
+MISS NA http://jurnal.ekonomikabisnis.com.Muttaqiyathun.pdf/diaksestanggal21
+MISS NA http://dx.doi.org/10.1080/08035250600724515
+OK 20210308151050 https://doi.org/10.4161/psb.21663
+MISS NA https://uvadoc.uva.es/bitstream/10324/15876/6/TFG-L%201196.pdfCiesielkewicz
+MISS NA http://www.extension.uidaho.edu/publishing/pdf/CIS/CIS1140.pdf
+MISS NA https://doi.org/10.2341/13-089-CPMID
+MISS NA https://doi.org/10.20524/aog
+OK 20180610043547 https://doi.org/10.1016/j.renene.2012.08.060
+OK 20180602093731 https://doi.org/10.1016/j.anireprosci.2004.04.043
+OK 20180602040722 https://doi.org/10.13162/hro-ors.02.01.05
+OK 20190702015531 http://www.europarl.europa.eu/meetdocs/2014_2019/documents/darp/dv/darp20150625_01_/darp20150625_01_en.pdf
+OK 20210419005156 http://dx.doi.org/10.1016/j.jclepro.2012.09.028
+OK 20210417192740 http://www.antlr.org/
+OK 20210308131645 https://doi.org/10.1128/CMR.00002-15
+MISS NA https://www.ho-listicprimarycare.net/topics/topics-h-n/nutrition-a-lifestyle/1289-depression-think-zinc.html
+OK 20210217033501 https://www.karlrupp.net/2018/02/42-years-of-microprocessor-trend-data/
+OK 20210417234455 http://www.cnn.com/TECH/space/9909/30/mars.metric.02/
+OK 20210418111643 https://ncees.org/About_NCEES/Publications/Publications/Model_Law.php
+MISS NA http://dx.doi.org/10.5821/ace.9.25.3632
+OK 20200220101834 fc.viamedica.pl
+OK 20120510070320 http://iir.ngi.nectec.or.th/download/indicator2005.pdf
+MISS NA www.icrp.org/docs/ICRP%20Statement%20on%20Tissue%20Reacons
+OK 20180611090748 https://doi.org/10.1016/j.ygyno.2015.07.098
+MISS NA http://bvsms.saude.gov.br/bvs/saudele-gis/cns/2013/res0466_12_12_2012.html
+OK 20141224002317 http://download.microsoft.com/download/e/9/b/e9bd20d3-cc8d-4162-aa60-3aa3abc2b2e9/IPv6.doc
+OK 20201112015703 https://www.aclweb.org/anthology/J99-2004
+OK 20200124005346 http://docplayer.net/5976825-Sbl-k-motor-catalogue-2002.html
+MISS NA https://www.learntechlib.org/p/114955/
+MISS NA http://www.gs1.org/gsmp/kc/epcglobal/uhfc1g2/uhfc1g2_1_2_0-stan-dard-20080511.pdf
+OK 20201127094536 https://www.hse.ru/data/2018/04/04/1164616802/Доклад_образование.pdf
+OK 20150915133148 http://cfpub.epa.gov/ncea/cfm/recordisplay.cfm?deid=38617
+MISS NA http://dx.doi.org/10.1080/14747730600869938.Acessoem
+OK 20210224104230 https://arxiv.org/abs/1408.2927
+OK 20200904163323 https://doi.org/10.1002/jdd.12163
+OK 20190725135954 https://doi.org/10.1111/j.1083-6101.2007.00394.x
+OK 20200211000912 https://www.glowm.com/pdf/PAC-FP-Joint-Statement-November2013-final_printquality.pdf
+OK 20180602082609 https://doi.org/10.3132/dvdr.2008.022
+OK 20210205125554 https://doi.org/10.7150/ijbs.45357
+MISS NA http://www.pvda.nl/politici/politici/wouterbos/Speeches/2007/mei/Verantwoordingsdag+2007+Financieel+Jaarverslag+2006.html
+OK 20210315145051 http://dx.doi.org/10.1094/PDIS-03-14-0234-RE
+MISS NA http://dx.doi.org/10.1016/S1352-2310(97)00444-5
+MISS NA https://orcid.org/0000-0003-0701-2584
+MISS NA http://www.hc-cs.gc.ca
+OK 20200811034821 http://bctf.ca/IssuesInEducation.aspx?id=5696
+MISS NA http://www.irishcatholic.ie/article/revisiting-illegal-adoption-case.Consultedon17
+OK 20180509030346 https://periodicos.ufsc.br/index.php/eb/article/viewFile/1518-2924.2011v16n32p1/19336
+MISS NA http://dx.doi.org/10.5124/jkma.2010.53.12.1103
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+OK 20201124190501 http://dx.doi.org/10.1186/gb-2007-8-9-r183
+OK 20210415010414 http://dx.doi.org/10.1016/S0161-6420
+OK 20210308093756 https://doi.org/10.1016/j.str.2012.06.016
+OK 20210414172235 http://westerndiatoms.colorado.edu
+OK 20190214232852 http://sites.petrobras.com.br/minisite/assistenciatecnica/public/downloads/QAV-Informa%C3%A7%C3%B5es-T%C3%A9cnicas-v.1.3-29.pdf
+OK 20200623043929 https://doi.org/10.1093/0198287976.003.0003
+OK 20181222010141 http://www.consilium.europa.eu/en/press/press-releases/2017/07/18/eu-lebanon-association-statement/
+OK 20210318072011 https://tidesandcurrents.noaa.gov/publications/techrpt86_PaP_of_HTFlooding.pdf
+OK 20200521053729 https://doi.org/10.3109/00207454.2010.523132
+OK 20180602030006 https://doi.org/10.1530/JOE-17-0166
+MISS NA https://doi.org/10.1007/s10461-018-2101-xPMID
+OK 20171018163327 http://www.memoria.fahce.unlp.edu.ar/trab_eventos/ev.4500/ev.4500.pdf
+OK 20210309204331 http://portal.mec.gov.br/cne
+OK 20200227193118 https://doi.org/10.1007/s00276-012-1027-7
+OK 20090323195043 http://www.bhef.com/publications/2003_build_nation.pdf
+OK 20200520074737 http://cdiac.ornl.gov/
+MISS NA http://dx.doi.org/10.1016/j.tiv.2009.08.006
+OK 20201112042534 http://doi.org/10.7554/eLife.33468
+OK 20201105231658 http://web.mit.edu/fnl/volume/184/breslow.html
+OK 20180603000810 https://doi.org/10.1111/j.1749-6632.2000.tb06716.x
+OK 20180602070106 https://doi.org/10.1002/elps.200305840
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1449203/
+OK 20210414045038 https://doi.org/10.1016/j.neubiorev.2014.01.009
+OK 20210225061754 http://www.boulder.swri.edu/clark/ncarhist.html
+OK 20210330212747 https://www.whitehouse.gov/blog/2015/05/18/launching-police-data-initiative
+OK 20200523235611 http://dx.doi.org/10.1007/s11274-007-9394-7
+OK 20210414151015 http://www.conab.gov.br
+OK 20070305233112 http://www.ucb.br/mestradoef/RBCM/10/10%20-%204/c_10_4_1.pdf
+OK 20091014150935 www.anu.edu.au/caul/info-literacy/
+OK 20210324225624 http://www.w3.org/TR/swbp-vocab-pub/
+OK 20170726190743 http://docuges.sourceforge.net/
+OK 20210213214424 http://www.ecologyandsociety.org/vol10/iss2/art4
+MISS NA http://www.census.gov/popest/research/modified/STCO-MR2010ALMO.csv
+OK 20200603042002 http://dx.doi.org/10.1093/humrep/15.12.2471
+OK 20180602013611 https://doi.org/10.1111/j.1875-595X.2004.tb00248.x
+MISS NA http://dx.doi.org/10.17993/3cemp.2018.070133.32-48
+OK 20210415145423 http://www.who.int/whr/2002/en/
+MISS NA https://www.cbd.int/doc/world/ge/ge-nr-05-en.pdf.Accessed12
+OK 20200729023151 https://arxiv.org/abs/1705.03672
+OK 20210413101432 https://CRAN.R-project.org/package=knitr
+OK 20200529083825 https://doi.org/10.1177/0268580914558285
+OK 20180603200457 https://doi.org/10.1111/j.1467-7652.2008.00322.x
+OK 20210412205027 http://arxiv.org/pdf/1203.1570v1.pdf
+OK 20190905113041 http://www.iterpa.pa.gov.br/content/quilombolas
+OK 20210304203058 https://news-front.info/2016/03/02/genocid-xxi-veka-dmitrij-rodionov
+OK 20200812173804 https://doi.org/10.1093/forestry/cpm032
+OK 20180602001339 https://doi.org/10.7717/peerj.6
+OK 20210416215302 https://doi.org/10.1093/nar/gkw255
+OK 20170427220318 http://www.peerreviewcongress.org/preliminary-program.html
+OK 20210303203312 http://www.planalto.gov.br/ccivil_03/_Ato2011-2014/2011/Decreto/D7508.htm
+OK 20200616022119 https://doi.org/10.1038/nmeth.1483
+OK 20160608023531 http://www.dantecdynamics.com/laser-doppler-anemometry
+OK 20200115112716 http://dx.doi.org/10.1038/msb4100094
+OK 20201129161656 http://www.fspog.com/fotos/editor2/cap_04.pdf
+OK 20180405133501 http://www.mediacy.com/arraypro.htm
+MISS NA http://dx.doi.org/10.1093/aje/kwk059
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0074180900195440
+OK 20210419135247 https://doi.org/10.1128/CMR.00034-13
+MISS NA http://dx.doi.org/10.1353/jsr.2012.0006
+OK 20180603164034 https://doi.org/10.1111/avsc.12173
+OK 20180602125715 https://doi.org/10.1029/2002GC000376
+MISS NA https://www.uea.ac.uk/documents/439774/0/Edwards+Jenjkins+SALDRU.pdf/
+OK 20200219110650 http://mpfs.de/fileadmin/KIM-pdf14/KIM14.pdf
+OK 20210307234119 https://doi.org/10.1093/cid/ciq146
+OK 20210322214039 http://www.physicalactivityplan.org/reportcard/NationalReportCard_longform_final%20for%20web.pdf
+MISS NA http://dx.doi.org/10.1109/ISM.2011.96
+OK 20210211191755 http://www.helsinki.fi/science/commens/terms/abduction.html
+OK 20180602232339 https://doi.org/10.1186/ar4321
+OK 20200702130805 http://dx.doi.org/10.1146/annurev-clinpsy-050212-185516
+OK 20080925180536 http://www.osmre.gov/progpermit01.htm
+OK 20180601212613 https://doi.org/10.5194/hess-13-953-2009
+MISS NA http://www.cdcbus.com.au/IgnitionSuite/uploads/docs/Environmental%20Plan%202011%5B1%5D
+OK 20200922100735 https://sse.com/media/475202/Beatrice-Socio-economic-impact-report-v2_BMF_FINAL_200717.pdf
+OK 20170715070258 http://dx.doi.org/10.1007/978-1-62703-239-1_3
+OK 20200611045550 https://doi.org/10.2147/DMSO.S166875
+OK 20210316222513 http://www.fao.org.co/
+OK 20210306011339 http://delas.ig.com.br/filhos/2012-06-04/pesquisa-mostra-violencia-contra-mulher-durante-o-parto.html
+MISS NA goleft.2016.github.com/brentp/goleft
+OK 20201125114344 http://www.ecipe.org/app/uploads/2014/12/chinese-trade-policy-after-almost-ten-years-in-the-wto-a-post-crisis-stocktake.pdf
+OK 20180602134203 https://doi.org/10.2135/cropsci2015.12.0740
+MISS NA https://doi.org/10.1016/0022-1759
+OK 20180603215721 https://doi.org/10.1016/j.watres.2011.06.034
+OK 20210412232658 http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX
+OK 20200428134557 http://dx.doi.org/10.1128/AAC.49.12.4950-4956.2005
+OK 20210320190655 https://doi.org/10.1902/jop.2015.140520
+OK 20180604043138 https://doi.org/10.1002/jps.2600711114
+OK 20180604122659 https://doi.org/10.1111/1467-9566.12176
+OK 20210413101044 http://dx.doi.org/10.1016/0550-3213
+MISS NA http://www.olafinanciera.unam.mx/new_web/pdfs/05/Varesi5.pdf
+OK 20210108172635 http://www.eea.europa.eu/data-and-maps/data/corine-land-cover-2006-raster-2
+OK 20091212055431 http://www.oecd.org/statisticsdata/
+MISS NA http://dx.doi.org/10.1061/40763(178)20
+OK 20201212031851 https://doi.org/10.1175/MWR-D-15-0260.1
+MISS NA http://www.slate.com/blogs/browbeat/2010/07/20/five_ways_of_looking_at_inception.htmlLastaccessed12th
+OK 20151103232654 http://hdl.handle.net/10022/AC:P:8350
+OK 20200903191839 https://doi.org/10.1371/journal.pone.0221862
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20180610183444 https://doi.org/10.1007/BF03040292
+MISS NA http://www.jstor.org/stable/4530621
+OK 20200829212518 https://doi.org/10.1016/j.neulet.2013.10.058
+OK 20200720131006 http://spilplus.journals.ac.za/
+OK 20180602144337 https://doi.org/10.5194/amt-10-3103-2017
+MISS NA http://www.cqc.org.uk/maternitysurvey2010.cfm.http://shulinks.shu.ac.uk
+OK 20210422025730 http://www.eecs.berkeley.edu
+OK 20120428210759 http://hondaoto.com.vn/am_website/vn/civic_price_may2010.php
+OK 20210415162459 http://dx.doi.org/10.12705/636.23
+OK 20210410212650 http://lio.tripod.com/tupigua.htm
+OK 20210205074239 http://transparencia.org.es/que-es-ti/
+OK 20200829145451 https://doi.org/10.1093/ptj/77.6.629
+OK 20180611163222 https://doi.org/10.1101/lm.581907
+OK 20200329201507 https://doi.org/10.2307/3172691
+OK 20191126141533 http://www.cnpp.usda.gov/DietaryGuidelines
+MISS NA http://www.cs.berkeley.edu/˜flab/languages.html
+OK 20210421191811 www.wireshark.org
+OK 20210228081622 http://dx.doi.org/10.1128/JB.00262-11
+OK 20180715223255 http://taxonomy.zoology.gla.ac.uk/rod/rod.html
+OK 20210126005301 https://biomimicry.org/what-is-biomimicry/
+OK 20210318080040 https://www.niaid.nih.gov/news-events/ebola-new-trial-launched-west-africa-evaluate-three-vaccination-strategies
+MISS NA http://agri.istat.it/jsp/dawinci.jsp?q=plC020000020000073200&an=2011&ig=1&ct=244&id=15A|18A|25A
+MISS NA http://t.co/Z2OZMaFo
+OK 20210421080121 www.aaai.org
+MISS NA www.impactjournals.com/oncotarget101
+OK 20200814083337 https://doi.org/10.1037/0022-0663.92.3.544
+MISS NA http://dx.doi.org/10.1177/154407370601900126
+OK 20200513174440 http://dx.doi.org/10.1016/j.porgcoat.2003.08.009
+OK 20200728201037 https://doi.org/10.1073/pnas.95.12.7074
+MISS NA http://internationaljournalofresearch.org/index.php/ijr/article/download/1825/1717.Acceso:22dejunio
+OK 20210420020600 http://www.openstack.org/
+MISS NA http://tobaccodocuments.org/datta/DEBETHIZYJ022200.html
+MISS NA https://doi.org/10.1159/000447144PMid:28413384PMCid
+OK 20180611124604 https://doi.org/10.1017/S0305000902005482
+OK 20210226150303 https://doi.org/10.1038/nri2506
+OK 20210320003802 http://www.plagscan.com
+OK 20201114001256 http://www.noodletools.com/noodlebib/defineEntryMLA.php
+OK 20200722205743 http://dx.doi.org/10.1038/ismej.2012.105
+OK 20170829023314 http://www.crifpe.ca/conferences/view/148
+MISS NA http://dx.doi.org/10.17524/repec.v11i3.1588
+MISS NA http://stacks.iop.org/1063-7869/53/i=12/a=R03
+OK 20210416140611 http://www.academy.gov.ua
+OK 20130319073219 http://www.sedesol.gob.mx/es/SEDESOL/Habitat_Transparencia
+OK 20210413114104 http://dx.doi.org/10.1002/2012RG000417
+MISS NA http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=webvision
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/24343720
+OK 20210213122714 https://doi.org/10.1101/gad.278549.116
+OK 20210413102210 http://search.ebscohost.com/login.aspx?direct=true&db=psyh&AN=2005-99013-084&lang=pt-br&site=ehost-live&scope=siteAvailablefromEBSCOhostpsyhdatabase
+OK 20180604181401 https://doi.org/10.1002/jcb.240240406
+OK 20180602205548 https://doi.org/10.5962/bhl.part.7669
+OK 20210227120852 https://doi.org/10.1093/nar/gki291
+OK 20150714173516 https://en.climate-data.org/location/25394/
+OK 20210422032316 www.eur-lex.europa.eu
+OK 20210410230327 http://www.caravan.net/ec2plus/
+OK 20180602192353 https://doi.org/10.1128/JVI.03790-13
+MISS NA https://cds.cern.ch/record/2104473
+MISS NA http://www2.diyanet.gov.tr/dinisleriyuksekkurulu/Sayfalar/HaberDetay.aspx?rid=27&lst=HaberlerListesi
+OK 20101204092453 http://accurapid.com/journal/20legal.htm
+MISS NA http://www.inegi.org.mx/sistemas/TabuladosBasicos/tabentidad.aspx?c=33141&s=est
+OK 20210415010430 http://dx.doi.org/10.1016/S0269-7491
+MISS NA http://dx.doi.org/10.1016/j.envsci.2016.06.011
+MISS NA https://doi.org/10.1177/00490857
+OK 20210420065909 www.entm.purdue.edu/mayfly/na-species-list.php
+MISS NA https://reprap.org/wiki/PCB_Heatbed.Erişim:Mayıs
+MISS NA https://doi.org/10.1080/13625187.2019.1595574
+OK 20201204000312 http://waterdata.usgs.gov/tx/nwis/nwis
+OK 20200211094842 https://doi.org/10.33628/jpd.2018.25.1.43
+OK 20201204025115 http://www.seer.ufs.br/index.php/tempopresente
+OK 20190606025613 http://www.vladars.net/sr-SP-Cyrl/Vlada/Ministarstva/mgr/PAO/Pages/Akti.aspx
+OK 20160705163440 http://www.optometry.co.uk/uploads/articles/STATISTICAL%20ARTICLE.pdf
+OK 20210330064128 https://doi.org/10.1038/nature12171
+OK 20170417063836 http://dx.doi.org/10.1111/j.1523-536X.2010.00390.x
+OK 20210124160321 https://www.history.com/topics/american-revolution/battle-of-quebec-1775
+MISS NA http://tinyurl.com/323kx5s
+OK 20210117042341 http://elearningindustry.com/why-microlearning-is-huge
+OK 20151102101346 http://dx.doi.org/10.1016/j.trstmh.2004.07.002
+MISS NA http://dx.doi.org/10.1196/annals.1373.021
+OK 20200721101145 https://doi.org/10.1029/2012JA017866
+OK 20200216203907 https://doi.org/10.1007/s00190-012-0564-5
+OK 20180602202332 https://doi.org/10.1111/j.1574-6976.1998.tb00375.x
+OK 20200209191300 http://government.ru/media/files/41d457592e04b76338b7.pdf
+OK 20190215210829 http://ieeexplore.ieee.org/abstract/document/1616603/
+OK 20180529024940 https://doi.org/10.1073/pnas.0914634107
+MISS NA http://www.freedomhouse.org/template.cfm?page=351&ana_page=166&year=2002
+MISS NA http://www.ipdps.org/ipdps2012/2012advanceprogram.html
+MISS NA http://www.ktu.edu/lt/mokslas/zurnalai/inzeko/62
+MISS NA http://www.angelfire.com/crazy3/qfl2308/1_multipart_xF8FF_6_Microscopia_otica.pdfem05/05/2016
+OK 20190221225748 http://jefb.org
+OK 20180603014337 https://doi.org/10.1002/9781118989982.ch17
+MISS NA http://www.firstmonday.org/issues/issue710/brunk/
+OK 20180610012423 https://doi.org/10.1016/j.icarus.2017.10.043
+OK 20180131060118 http://www.uoguelph.ca/atguelph/02-02-27/articles/king.html
+OK 20210211061547 http://www.tei-c.org/P4X/DI.html
+OK 20180602112151 https://doi.org/10.1016/j.jacc.2009.09.022
+OK 20210308123351 http://dx.doi.org/10.1111/j.1469-8137.2009.02897.x
+MISS NA http://www.ramgalleri.no/index_new.php/utstillinger/ram-galleri-10-ar-gardin-del-1
+MISS NA http://www.higheredcenter.org/files/documents/college-disaster-planning.pdf
+MISS NA http://dx.doi.org/10.4236/msa.2015.64031
+OK 20130829030423 http://www.sugarcrest.com/newsletters/v1_issue4.htm
+OK 20180602044012 https://doi.org/10.17684/i1A3ro
+OK 20180602013743 https://doi.org/10.2307/2853876
+OK 20130731072029 http://dx.doi.org/10.1046/j.1523-1755.2000.00086.x
+OK 20210412230515 https://doi.org/10
+OK 20210422083349 http://www.R-project.org
+OK 20180611172342 https://doi.org/10.1108/IJQRM-11-2016-0196
+OK 20210412230515 https://doi.org/10
+OK 20170120093320 http://www-nrd.nhtsa.dot.gov/Pubs/FARS06.PDF
+OK 20201201185919 http://www.fda.gov/Cosmetics/GuidanceComplianceRegulatoryInformation/ucm074162.htm
+OK 20200217025429 http://www.cdc.gov/nchs/data/nhanes/response_rates_cps/RRT0506MF.pdf
+OK 20120125035456 http://www.aan-afghanistan.org/index.asp?id=2068
+OK 20200821181507 http://www.ats.ucla.edu/stat/stata/webbooks/reg/chapter4/statareg4.htm
+OK 20201121110010 http://www.youtube.com/watch?v=9Oav3JajR7Q
+OK 20210226060808 https://www.sparkfun.com/products/242
+MISS NA http://dx.doi.org/10.1016/j.gca.2016.11.028
+MISS NA http://onlinelibrary.wiley.com/doi/10.1002/0470848944
+OK 20210224145131 https://doi.org/10.1371/journal.pone.0008578
+OK 20180601222238 https://doi.org/10.1073/pnas.0802042105
+OK 20210415135242 http://www.visibone.com/colorlab/
+OK 20180601235301 https://doi.org/10.3402/iee.v6.31658
+OK 20180602085219 https://doi.org/10.1596/0-8213-5345-4
+OK 20190909214300 http://inayetaydin.blogspot.com.tr/2011/09/ogretmenlik-meslek-etigi.html
+OK 20180601211900 https://doi.org/10.2478/s11536-013-0172-7
+OK 20180407223507 http://90years.laboite.com.au/articles/la-boite-theatre-in-the-1970s-and-early-1980s
+OK 20130520233404 http://dx.doi.org/10.1080/10400410701841807
+OK 20170818080338 http://ageconsearch.umn.edu/bitstream/122526/2/working%20paper%201203.pdf
+OK 20210328104509 https://doi.org/10.1177/0093650212466406
+MISS NA http://dx.doi.org/10.7196/samj.8638
+MISS NA http://dx.doi.org/10.1108/09590550410558626
+MISS NA http://dx.doi.org/10.5489/cuaj.218
+OK 20200708194946 https://www.iiste.org/Journals/index.php/JBAH/article/view/17411
+MISS NA http://www.apta.org/news/employsurvey.Accessed
+OK 20201118074517 http://www.uscg.mil/acquisition/nsc/projectdescription.asp
+MISS NA www.cihi.ca/en/emr_cs_exben_infosheet_en.pdf
+MISS NA http://bmj.bmjjour-
+OK 20190915010837 http://www.pakendosociety.org/dmguidelines/
+OK 20180608234020 https://doi.org/10.1016/j.applthermaleng.2016.10.191
+MISS NA www.atmos-chem-phys.org/acp/5/1437
+OK 20210329225556 https://www.pharmacy.ohio.gov/Documents/Pubs/Special/COVID19Resources/COVID-19%20Checklist%20for%20Pharmacies.pdf
+OK 20200212082254 https://doi.org/10.1007/s11165-011-9255-0
+MISS NA http://dx.doi.org/10.5751/ES-02196-120232
+OK 20210415222704 http://www.mhlw.go.jp/bunya/kenkou/kekkaku-kansenshou01/qa.html#q16
+OK 20200424183053 http://www.seiem.es/publicaciones/actas.htm
+OK 20210416032627 http://www.planalto.gov.br/ccivil_03/leis/l9394.htm
+OK 20180601212725 https://doi.org/10.1186/1471-2164-14-824
+OK 20201030161747 https://sites.google.com/site/dengyamath
+OK 20210410232425 http://sweetgum.nybg.org/ih/
+OK 20100530163711 http://maricopa.gov/aq/divisions/trip_reduction/docs/pdf/Cost2005.pdf
+OK 20200503153316 http://www.earth-syst-dynam.net/6/745/2015/
+OK 20171101020112 http://eprints.ecs.soton.ac.uk/21438/
+MISS NA iole.swmed.edu/pub/compass/
+OK 20200415230717 https://doi.org/10.1089/jir.1997.17.503
+OK 20210320153244 http://dx.doi.org/10.1196/annals.1355.002
+OK 20160318030317 http://dx.doi.org/10.1186/1471-2458-13-609
+OK 20200509042538 https://doi.org/10.1007/s11269-013-0355-7
+OK 20201216060730 https://doi.org/10.1038/nature13954
+MISS NA http://www.iariajournals.org/networks_and_services/2011
+OK 20140622224918 http://dx.doi.org/10.1038/nm924
+OK 20200302104558 https://doi.org/10.1007/s00442-013-2832-3
+OK 20210417041639 http://www.jn.nutrition.org/
+OK 20210411001148 http://www.pnas.org/content/early/2016/01/02/1517441113.full.pdf
+OK 20200210212600 https://doi.org/10.1021/np200500p
+OK 20101113170527 http://www.redemulher.org.br/ingles/rosa.htm
+OK 20201029055743 https://hrcak.srce.hr/file/270638
+OK 20191109191134 http://dx.doi.org/10.1093/cercor/bhq005
+MISS NA https://doi.org/10.1016/S0738-3991
+MISS NA https://www.helsebiblioteket.no/pediatriveiledere?key=146204&menuitemkeylev1=5962&menuitemkeylev2=5973
+OK 20210413185508 http://dx.doi.org/10.1016/S1090-5138
+OK 20180604045257 https://doi.org/10.1113/jphysiol.2014.278887
+MISS NA https://www.irojournals.com/tcsst/DOI:https://doi.org/10.36548/jtcsst.2019.1.003
+OK 20210416032627 http://www.planalto.gov.br/ccivil_03/leis/l9394.htm
+MISS NA http://hdl.handle.net/123456789/4741
+OK 20120716185810 http://doi.acm.org/10.1145/1807167.1807194
+MISS NA http://www.who.int/worm-control
+MISS NA http://dx.doi.org/10.1080/00036840050151467
+OK 20160917071803 http://dx.doi.org/10.1111/0017-4815.00113
+OK 20180602094402 https://doi.org/10.1182/blood-2010-04-189977
+OK 20210309195505 https://doi.org/10.3201/eid2006.140138
+OK 20180604054826 https://doi.org/10.1085/jgp.201110679
+OK 20200227001118 https://doi.org/10.1099/0022-1317-80-10-2535
+OK 20210417224919 http://dx.doi.org/10.1155/2009/421425
+OK 20210211015436 http://jade.org
+OK 20200830052401 http://dx.doi.org/10.1016/j.jenvp.2007.09.004
+MISS NA www.impactjournals.com/oncotarget14
+OK 20210417222914 http://wals.info/chapter
+OK 20210319021314 https://doi.org/10.1002/jgrd.50480
+OK 20090812105827 www.interactionassociates.com/ideas/2007/05/developing_high_employee_engagement_makes_good_business_sense.php
+MISS NA https://doi.org/10.1016/j.cardiores.2005.04.032
+OK 20210119053722 kremlin.ru/events/president/news/15177
+MISS NA http://dx.doi.org/10.4103/0972-2327.157252
+MISS NA https://doi.org/10.1128/JVI.79.16
+MISS NA http://dx.doi.org/10.1016/j.scienta.2006.04.008
+OK 20200721163715 http://dx.doi.org/10.3390/rs9010027
+MISS NA http://dx.doi.org/10.1016/j.talanta.2006.01.017
+OK 20200624042142 http://dx.doi.org/10.1038/nrn1113
+MISS NA https://doi.org/10.1523/JNEUROSCI.3785-05.2006
+MISS NA http://dx.doi.org/10.1016/j.ahj.2012.07.006
+MISS NA Availableatwww.esr.org/polar_tide_models/README_TMD.pdf
+OK 20200815233116 https://doi.org/10.1177/1042258717748650
+MISS NA http://ethics.acusd.edu/presentations/cai2000/indexfiles/frame.htm
+OK 20170202120911 http://dx.doi.org/10.1144/SP296.2
+MISS NA http://www.issafrica.org/inde.php?link_id=14&slink_id=4264&link_type=12&slink_type=12&tmpl_id=3
+OK 20180602013706 https://doi.org/10.1038/emboj.2011.276
+OK 20161114002127 https://metropoles.revues.org/5329
+OK 20201021074727 http://www.ipsnews.net/2012/03/an-assault-on-multilateral-trade-negotiations
+MISS NA http://dx.doi.org/10.1111/j.1440-1754.1990.tb02392.x
+MISS NA http://epp.eurostat.ec.europa.eu/portal/page/portal/product_details/publication?p_product_code=KS
+OK 20190805135830 http://docs.lib.purdue.edu/clcweb/vol15/iss7/2
+OK 20191210224540 https://doi.org/10.1175/jcli-d-14-00254.1
+OK 20191119033035 https://doi.org/10.1016/j.gie.2015.01.032
+OK 20210422083349 http://www.R-project.org
+OK 20200617090728 http://psidonline.isr.umich.edu/Publications/Books/5KFams/VolumeIII.pdf
+OK 20210329040603 http://illc.org
+MISS NA http://www.deu.edu.tr/userweb/k.yaralioglu/dosyalar/Analitik_Hiyerarsi_Proses.doc
+OK 20210224120831 http://www.canadianarabinstitute.org/publications/reports/750925-canadians-hail-arab-lands/
+OK 20200503115320 https://doi.org/10.1016/j.jamda.2012.02.002
+OK 20200616002024 http://www.sunat.gob.pe/estad-comExt/modelo_web/anuario15.html
+OK 20201112111141 http://www.sciencedirect.com/science/article/pii/S1742287608000340
+OK 20210420181749 http://papers.nips.cc/paper/7062-a-unified-approach-to-interpreting-model-predictions.pdf
+MISS NA http://dx.doi.org/10.1016/j.sedgeo.2013.12.006
+OK 20210413205838 http://dx.doi.org/10.1016/j.tree.2012.07.013
+OK 20120426053704 http://www.bcstats.gov.bc.ca/DATA/pop/pop/popproj.asp
+OK 20180605103237 https://doi.org/10.1093/brain/100.1.105
+OK 20210414214627 http://dx.doi.org/10.1177/107319110000700405
+MISS NA http://www.egov.ufsc.br/portal/sites/default/files/o_direito_a_protecao_de_dados_pessoais_e_a_privacidade_0.pdf
+OK 20131104192441 http://www.ac-noumea.nc/histoire-geo/spip/spip.php?article107&lang=fr
+OK 20210326074025 www.ssrs.com
+OK 20210411182733 https://www.youtube.com/watch?v=WDFsnAsnoLQ
+MISS NA http://dx.doi.org/10.1590/0104-1169.0373.2590
+OK 20210415023301 http://www.ensp.fiocruz.br/
+OK 20170329080805 http://biblioteca.usac.edu.gt/tesis/01/01_1792.pdf
+OK 20180603153400 https://doi.org/10.1177/0269215513491274
+MISS NA http://twcc.cool.ne.jp/torayama/32/32-3.htm
+OK 20201107170702 https://doi.org/10.1039/c0nr00903b
+MISS NA http://dx.doi.org/10.1590/S0101-81751995000300004
+OK 20210113005512 http://www.diputados.gob.mx/LeyesBiblio/pdf/LAmp_150618.pdf
+OK 20110916140047 http://escolapau.uab.cat/img/programas/desarme/ddr/ddr2009e.pdf
+MISS NA https://editorialexpress.com/cgibin/conference/download.cgi?db_name=ACEI2014&paper_id=189
+OK 20180602072617 https://doi.org/10.1152/ajpheart.01093.2010
+OK 20200601100806 nytimes.com/2013/03/09/world/middleeast/in-syrias-rebel-strongholds-foreign-aid-yields-anger.html?_r=0
+MISS NA www.ece.virginia.edu/mv/pubs/./MV-ICC2011-presentation.pdfdept
+OK 20160304203724 http://www.bmvbs.de/cae/servlet/contentblob/33640/publicationFile/31567/strassenverkehrs-ordnung-stand-Dezember-2010.pdf
+OK 20200912021132 http://www.institutolobo.org.br/imagens/pdf/artigos/art_087.pdf
+OK 20180604130919 https://doi.org/10.1002/9780470756942.ch29
+OK 20200607060336 http://dx.doi.org/10.1016/j.jneuroling.2013.10.002
+OK 20170120013822 http://cf.gsfc.nasa.gov/docs/Cal/Other/Archi/2008/20080314105200Archi.txt
+MISS NA Retrievedfromwww.isprs.org/proceedings/xxxvi/part7/pdf/069.pdf
+OK 20200711162637 http://dx.doi.org/10.1016/j.respol.2012.03.009
+MISS NA https://ndb.nal.usda.gov/ndb/foods/show/299794?manu=&fgcd=&ds=&q=Infant%20formula
+MISS NA http://www.accionrse.cl/uploads/files/BeneficiosRSECasos_enero2011_Acci%C3%B3nRSE.pdf
+MISS NA https://doi.org/10.9771/1984-5537geo.v11i1.12692
+OK 20180601232031 https://doi.org/10.1590/01000683rbcs20140304
+MISS NA http://www.bdlaw.com/assets/htmldocuments/Sao%20Paulo%20Decree%2059113-2013.pdfAccessed
+MISS NA http://www.tsusinvasives.org/home/database/callidiellum-villosulum
+MISS NA http://urn.fi/URN:NBN:fi-fe2015060810052
+OK 20170815070822 http://www.econ.upf.edu/docs/seminars/bhagat.pdf
+OK 20200819131300 https://doi.org/10.1371/journal.pbio.1001731
+OK 20200604091148 https://doi.org/10.1074/jbc.M112.359000
+OK 20050512215250 http://www.dfrc.wisc.edu/DFRCWebPDFs/1994-Hatfield-JSFA-65-51.pdf
+OK 20200718025616 https://doi.org/10.1038/nature08756
+OK 20210210232628 http://californiawatch.org/environment/corporate-farmer-calls-upon-political-allies-influence-delta-dispute
+MISS NA http://dx.doi.org/10.1159/000320006
+OK 20200603233601 http://dx.doi.org/10.1091/mbc.6.4.387
+MISS NA http://www.who.int/classifications/icd/ICD10Volume2_en_2010.pdf.Accessedon
+OK 20180612093832 http://doi.org/10.1016/j.socscimed.2010.07.045
+OK 20210422092539 http://www.ansys.com
+OK 20090804054420 http://uqu.edu.Sa/page/ar/2053
+MISS NA https://www.hindustantimes.com/world-news/turkish-air-strike-hits-hospital-in-syria-s-afrin-16-civilians-killed/story-X6w2keCBC9HS
+MISS NA http://dx.doi.org/10.15530/urtec-2014-1923793
+OK 20180610211919 https://doi.org/10.1016/j.ejmech.2010.06.013
+MISS NA http://www.membranetransport.org/.Accessed
+OK 20180615004352 https://ieeexplore.ieee.org/document/7493257
+OK 20210310163317 http://www-wds.worldbank.org/servlet/WDSContentServer/WDSP/IB/2004/09/22/000160016_20040922150619/Rendered/PDF/wps3381.pdf
+OK 20170110120941 http://www.riegl.com/uploads/tx_pxpriegldownloads/DataSheet_VZ-1000_2015-03-24.pdf
+OK 20201001122313 http://www.webcitation.org/5tZ0THjI8
+OK 20210318215348 https://www.cdc.gov/coronavirus/2019-ncov/downloads/rt-pcr-panel-primer-probes.pdf
+OK 20180608140642 https://doi.org/10.1016/j.sbi.2008.03.006
+MISS NA www.nice.org.uk/guidance/ta215/resources/pazopanib-for-the-firstline-treatment-of-advanced-renal-cell-carcinoma-82600251340741
+MISS NA http://dx.doi.org/10.1023/A:1009616112275
+OK 20210213223824 http://journals.apa.org/prevention/volume1/pre0010002a.html
+OK 20210413094125 https://dcc.icgc.org/
+OK 20210329142713 https://www.springernature.com/gp/open-research/journals-books/books/the-oa-effect
+OK 20060830025552 http://www.idd.bham.ac.uk/research/Projects/Role_of_gov/workingpapers/paper21.htm
+OK 20161225225723 http://dx.doi.org/10.1016/j.cmet.2014.10.001
+OK 20180725044452 http://unctad.org/es/Docs/ditcted20064_sp.pdf
+OK 20120611205648 http://dtr2001.saude.gov.br/sas/PORTARIAS/Port2008/PT-09-CONS.pdf
+OK 20210221173832 http://www.cnsnews.com/PUBLIC/content/article.aspx?RsrcID=45583
+OK 20210414191708 https://doi.org/10.1257/aer.90.5.1184
+OK 20161204095800 http://technomag.edu.ru/doc/239406.html
+OK 20140725032318 http://dx.doi.org/10.1603/0022-0493-94.6.1547
+OK 20200220150553 http://www.auralsonology.com/the-signs/chapter-8-dynamic-forms/
+OK 20210413132332 https://hbr.org/1993/07/building-a-learning-organization
+OK 20180603050909 https://doi.org/10.1038/onc.2016.170
+OK 20201003112946 http://www.theclimategroup.org/assets/resources/publications/Smart2020Report.pdf
+OK 20061120204002 http://dataservice.eea.europa.eu/dataservice/metadetails.asp?id=308
+OK 20210421165907 http://www.un.org/sustainabledevelopment/
+OK 20180603040638 https://doi.org/10.1016/j.jappgeo.2016.08.001
+MISS NA https://doi.org/10.1016/S0378-1127
+MISS NA Disponibleenlignesurwww.hum.utu.fi/oppianeet/ranskankieli/tutkimus/julkaisut/BOOK.pdf
+MISS NA https://doi.org/10.1007/s00401-007-0234-5PMID
+OK 20210308021140 https://doi.org/10.1016/S0895-7061(02)02962-X
+OK 20210125140054 http://calendar.yoip.ru/work/2015-proizvodstvennyj-calendar.html
+OK 20180602042231 https://doi.org/10.1063/1.4955196
+MISS NA https://www.amazon.com/NutriFlair-Cinnamon-Organic-Serving-Capsules/dp/B01GNUJEZW/ref=sr_1_1_sspa?s=hpcandie=UTF8andqid=1517938692andsr=1-1-sponsandkeywords=Ceylon+Cinnamon+Powder+for+diabetic+patientsandpsc=1
+OK 20180602004506 https://doi.org/10.3103/S1068375513060100
+OK 20180921041441 http://www.asociacionag.org.ar/pdfaportes/27/10%20-%20Carlos%20Gervasoni%20-%20Democracia%20y%20autoritarismo%20en%20las%20provincias%20argentinas.pdf
+OK 20181014204252 http://dx.doi.org/10.1016/j.jcv.2011.05.016
+OK 20180602105036 http://doi.org/10.17763/haer.65.3.g3228437224v4877
+OK 20111206150429 http://www.cea.assur.org
+MISS NA http://www.vil-nius.lt/vaktai/default.aspx?id=3&Docid=30156978
+OK 20200211230412 https://doi.org/10.5501/wjv.v1.i2.51
+OK 20200903063959 https://doi.org/10.1590/S0100-06832004000100015
+OK 20180602103140 https://doi.org/10.1177/1403494807086981
+MISS NA http://dx.doi.org/10.1615/JLongTermEffMedImplants.v14.i4.20
+OK 20210224224435 https://doi.org/10.1038/nature17405
+MISS NA http://dx.doi.org/10.1371/journal.pone.0105563
+OK 20110202114840 http://www.simsville.com
+MISS NA http://dx.doi.org/10.1016/j.synthmet.2012.10.011
+OK 20200209021953 http://dx.doi.org/10.1016/j.patcog.2016.11.024
+MISS NA http://www.dri.com/new2dr/w2004.htm
+OK 20100524113455 http://www.cnpt.embrapa.br/biblio/p_co40.htm
+OK 20180621133539 http://www.acnur.org/fileadmin/scripts/doc.php?file=fileadmin/Documentos/BDL/2016/10793
+OK 20201125015618 http://seer.ufrgs.br/index.php/EmQuestao/article/view/10060/7368
+OK 20210309131152 http://www.sbfisica.org.br/arquivos/estatisticas_professores_INEP_2003.pdf
+OK 20210307220446 http://www.nosmokeguide.or.kr/
+OK 20180602042252 https://doi.org/10.1002/hyp.10530
+OK 20150612100121 http://dx.doi.org/10.1111/j.1751-1097.1991.tb03669.x
+MISS NA http://docketpublic.energy.ca.gov/PublicDocuments/09-AFC-
+OK 20200718110251 http://www.businessweek.com/globalbiz/blog/europeinsight/archives/2008/08/the_new_cold_wa.html
+OK 20180612113310 https://doi.org/10.1016/j.ygyno.2017.01.011
+OK 20210309062216 http://dx.doi.org/10.1037/0033-2909.114.1.3
+MISS NA http://www.iro.umontreal.ca/∼galicia/visualization.htm
+OK 20130528082930 http://www.spacewar.com/reports/Daily_Maintenance_Keeps_UAV_Eyes_In_The_Sky_999.html
+OK 20210312192457 http://securitylabs.websense.com/content/Blogs/3198.aspx
+OK 20200224083541 http://dx.doi.org/10.1016/j.cell.2008.09.045
+MISS NA http://www.comune.bolzano.it/ambiente_context02.jsp?ID_LINK=3681&area=68
+OK 20180602084136 https://doi.org/10.1590/S1519-70772004000300002
+OK 20201112025544 http://ec.europa.eu/eurostat/cache/metadata/en/ilc_esms.htm
+OK 20200210080317 http://www.epomm.eu/newsletter/v2/content/2015/0615_2/doc/eupdate_en.pdf
+OK 20170315161537 http://www.diabetes.org.uk/About_us/What-we-say/Statistics/Diabetes-prevalence-2013/
+OK 20200811021826 https://doi.org/10.1016/j.celrep.2012.02.003
+MISS NA http://www.ccqta.com/files/june2007.pdf
+OK 20200418072650 https://data.eib.org/epec/sector/all
+OK 20170203165400 http://www.ncbi.nlm.nih.gov/pubmed/1628013
+OK 20130512141423 http://aei.pitt.edu/1139/01/growth_wp_COM_93_700_Parts_A_B.pdf
+OK 20200729025519 https://doi.org/10.1596/26892
+OK 20161202133909 http://isjd.pdii.lipi.go.id/index.php/Direktori-Jurnal.html
+OK 20180602182217 https://doi.org/10.1093/nar/gkm792
+OK 20210324010607 http://cloudability.com
+MISS NA http://www.posttraffickingnepal.co.uk/cgi-bin/download.cgiMinistryofWomen
+OK 20170911125618 https://www.gazeta.ru/tech/2017/06/28/10750967/durov_agreed.shtml
+OK 20200711234426 https://doi.org/10.1037/0022-0663.98.3.567
+MISS NA p.tjmg.jus.br/juridico/diario/index.jsp?dia=2207&completa=2inst%7Cadm
+MISS NA https://doi.org/10.1016/S1473-3099
+MISS NA http://dx.doi.org/10.1037/dev0000557
+OK 20210125102253 https://www.bphn.go.id/data/documents/analisis_dan_evaluasi_peraturan_perundang-undangan_tentang_perumahan_rakyat.pdf
+MISS NA http://www.lavanguardia.com/vida/20170918/431392047774/mas-87000-personas-esperan-trasplante-en-europa-y-solo-hay-10500-donantes.html
+MISS NA http://www.comunidadandina.org/Seccion.aspx?id=87&tipo=TE&title=educacion
+MISS NA http://www.rnain.nc.us/SERAMBO/BControl/butternut.html
+OK 20210308081349 https://CRAN.R-project.org/package=nsga2R
+OK 20200414215953 https://doi.org/10.1186/1475-2859-11-32
+MISS NA http://dx.doi.org/10.1029/98GL00517
+OK 20210211060435 http://www.lexicool.com/online-dictionary.asp?FKW=tourism
+MISS NA http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.431.8235&rep=rep1&type=pdf
+OK 20180609065938 https://doi.org/10.1191/0309132505ph531pr
+OK 20210118094558 http://www.adj.ru/
+MISS NA http://www.agronline.com.br/agronoticias/noticia.php?id=2643
+MISS NA http://www.cityofkingston.ca/docu-ments/10180/1483472/EIT_A0713-13014.pdf/553dab7a-448d-4ef2-a80a-5bf0b53cc45d
+OK 20200902081624 https://doi.org/10.1016/j.febslet.2015.05.016
+OK 20200827095912 https://doi.org/10.1146/annurev.immunol.23.021704.115658
+OK 20160405105742 http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-3.html
+OK 20200814152957 http://dx.doi.org/10.1016/j.rse.2014.08.017
+OK 20180602083739 https://doi.org/10.1083/jcb.99.4.1372
+MISS NA https://doi.org/10.1007/s11356-017-0686-7PMID
+OK 20210412230515 https://doi.org/10
+OK 20190818140807 http://www.gartner.com/newsroom/id/2488616
+OK 20200829110132 http://arxiv.org/ftp/arxiv/papers/1208/1208.1725.pdf
+OK 20200730082334 http://dx.doi.org/10.2165/11317010-000000000-00000
+OK 20210416053732 https://en.wikipedia.org/wiki/Honeycomb_structure
+OK 20180603114542 https://doi.org/10.2174/156802607780636753
+MISS NA http://publicacio-nes.anuies.mx/pdfs/revista/Revista107_S1A1ES.pdf
+OK 20200927114808 http://www.mdpi.com/1999-5903/5/2/282
+MISS NA http://fortune.com/2018/02/25/cryp-tocurrency-ico-collapse/.Lastaccessed16
+OK 20180611115126 https://doi.org/10.1017/S0022215106004191
+OK 20200604160433 www.atmos-chem-phys.net/17/13151/2017/
+OK 20180605023517 https://doi.org/10.1177/104973239200200105
+OK 20180602115455 https://doi.org/10.1029/2005JD006869
+MISS NA http://www.aicpa.org/Research/Standards/CodeofConduct/DownloadableDocuments/2014December15ContentAsof2014May15CodeofConduct.pdf.Accessedon
+MISS NA http://vega.icu.ac.kr/˜gmlee/research/
+OK 20200813223238 http://dx.doi.org/10.1093/carcin/19.1.1
+OK 20200908113109 https://doi.org/10.29333/ejgm/7856
+OK 20180604070027 https://doi.org/10.1162/jocn.2009.21115
+OK 20180602083507 https://doi.org/10.1369/jhc.2009.954891
+MISS NA http://habitaciondelvacio.blogspot.com/2010/05/facebook-y-nietzsche.html
+OK 20180602152709 https://doi.org/10.1071/EN09116
+OK 20200529111228 https://doi.org/10.1080/02619768.2017.1315399
+OK 20180609200639 https://doi.org/10.1007/s00280-009-0991-z
+MISS NA https://dspace.cuni.cz/bit-stream/handle/-20.500.11956/-
+OK 20200721135158 https://doi.org/10.1002/j.2168-9830.2008.tb00962.x
+MISS NA http://dx.doi.org/10.1016/j.nima.2014.12.008
+MISS NA http://link.springer.com/article/10.1007/s10750-010-0392-7/fulltext.html#CR44
+MISS NA http://www.cctv.com/news/china/20040309/102266.shtml
+OK 20160318214757 http://www.omafra.gov.on.ca/english/research/ktt/kttdefined.htm
+OK 20130906113733 http://dx.doi.org/10.1016/j.eswa.2005.10.003
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20210308124021 https://doi.org/10.1002/phar.1638
+MISS NA www.uni.torun.pl/Bulrichw
+OK 20210418003156 https://aws.amazon.com/lambda/
+OK 20200618010011 http://www.geosci-model-dev.net/5/709/2012/
+MISS NA https://ztu.edu.ua/ua/science/files/autoreferat/aref_Gritsishen_DO.pdf
+OK 20200611051442 http://www.intechopen.com/books/climate-models/the-effects-of-climate-change-on-orangutans-a-time-budget-model
+OK 20180603191138 https://doi.org/10.1111/j.1559-1816.2002.tb00241.x
+OK 20200928000001 http://www.gastronutriped.com/files/publicaciones/publicacion_147.pdf
+OK 20191216022431 http://www.gutenberg-e.org/kirkbride/chapter2.html
+OK 20200628170722 http://www.ecofys.com/en/press/mapping-the-cost-of-capital-for-renewable-energy-investments-in-the-eu/
+MISS NA http://www.emodnet-biology.eu/component/imis/?module=dataset&dasid=1037
+OK 20210418013417 https://www.qualtrics.com/it/
+OK 20210422115837 http://www.cst.com
+OK 20130301042828 https://www1.essex.ac.uk/conferences/ief/11th/1-SUSTAINABLE%20ENTREPRENEURSHIP.pdf
+OK 20200819020532 https://doi.org/10.1016/j.tcb.2014.10.003
+MISS NA https://elibrary.ru/item.asp?id=15232049
+OK 20210407100710 http://gavwood.com/Paper.pdf
+OK 20201103033656 https://doi.org/10.1016/j.ccr.2006.03.030
+MISS NA http://dx.doi.org/10.1128/AEM.06420-11
+MISS NA https://doi.org/10.1523/JNEUROSCI.20-12-04740.2000
+MISS NA http://dx.doi.0rg/lO.lOl6/j.infsof2009.11.004
+OK 20160406102124 http://dx.doi.org/10.1158/0008-5472.CAN-06-2548
+OK 20210415152232 http://dx.doi.org/10.3758/s13428-011-0123-7
+MISS NA https://doi.org/10.5152/tud.2018.40460
+OK 20210124032136 http://molekyyligastronomia.fi/aiheet/reseptit/page/2/
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+OK 20210331095438 https://innovation.cms.gov/Files/reports/hcia-diseasespecific-thirdannrpt-addendum.pdf
+MISS NA Http://WWW.irimet.ir
+OK 20200730165358 http://dx.doi.org/10.1080/00224499.2015.1134425
+OK 20090917135936 http://www.semana.com/noticias-justicia/no-cualquier-fiscal/126016.aspx
+MISS NA http://download.portalgaruda.org/article.php?article=450789&val=6380&title=Perse
+MISS NA http://dx.doi.org/10.3109/13814780903242481
+MISS NA http://dx.doi.org/10.1017/S0033291711002819
+OK 20200808063906 https://doi.org/10.1177/1747954117717890
+OK 20210311050203 https://doi.org/10.1172/JCI41680
+OK 20150825001641 http://www.eti.co.uk/marine-roadmap/
+OK 20210415072113 http://dx.doi.org/10.1128/IAI
+OK 20180602082328 https://doi.org/10.1139/cjp-2013-0549
+OK 20180603234541 https://doi.org/10.15604/ejef.2015.03.02.002
+OK 20210416213209 http://dx.doi.org/10.1080/02699930143000194
+OK 20210417121706 http://www.tinyos.net/
+OK 20210410200123 https://clinicaltrials.gov/ct2/results?cond=&term=rad001&cntry=&state=&city=&dist=&rslt=With&phase=2
+OK 20210308092936 https://doi.org/10.1146/annurev.psych.58.110405.085530
+MISS NA www.impactjournals.com/oncotarget20
+MISS NA http://www.icex.es/icex/es/navegacion-principal/todos-nuestros-servicios/informacion-de-mercados/paises/navegacion-principal/el-mercado/estudiosinformes/DOC2016649
+OK 20210124013852 http://bkrs.info
+OK 20100126010131 http://www.globalgovernancewatch.org/spotlight_on_sovereignty/coming-to-a-city-near-you--global-charteragenda-for-human-rights-in-the-city
+OK 20200815010805 https://doi.org/10.4300/JGME-D-15-00764.1
+OK 20210417211916 http://dx.doi.org/10.1111/j.1365-294X.2004.02281.x
+OK 20180604100854 https://doi.org/10.1271/bbb1961.44.2487
+OK 20210414223155 http://www.who.int/dg/speeches/2013/health_promotion_20130610/en/index.html
+MISS NA Retrievedfromwww.acenet.edu/news-room/Documents/Higher-ed-spotlight-undergraduate-student-veterans.pdf
+OK 20200730200724 http://www.cisg.law.pace.edu/cisg/biblio/honnold.html
+MISS NA http://coastal.usc.edu/currents_workshop/presentations/Yalciner.pdf
+MISS NA https://doi.org/10.1101/2020induced
+OK 20200429052453 http://jmlr.org/papers/v17/14-538.html
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20180605144831 https://doi.org/10.1016/j.lungcan.2014.11.017
+MISS NA https://books.google.ch/books?id=9eF9DAAAQBAJ
+OK 20201207024716 https://www.minorityhealth.hhs.gov/omh/browse.aspx?lvl=3&lvlid=62
+OK 20180603011707 https://doi.org/10.1074/jbc.M302077200
+OK 20160801023934 http://www.esisac.com/publicdocs/assessment_methods/VA.pdf
+OK 20201203194358 http://www.tipografialamoderna.com/a_fondo/historia-y-retos-de-las-carreras-por-y-de-montana/
+OK 20210421165638 http://bergey.com/
+MISS NA www.hurights.or.jp/archives/other_documents/section1/1993/0
+OK 20200926111558 http://www.aaai.org/ocs/index.php/KR/KR14/paper/view/7993
+OK 20190915004800 http://www.gazetaromaneasca.com/integrare/italia/serial-gr-7-vieti-de-badante-a-cules-capsuni-in-spania-acum-e-ingrijitoare-in-italia-rezist-pentru-copiii-mei/
+MISS NA http://dx.doi.org/10.20546/ijcmas.2016.501.084
+OK 20160529145337 http://dx.doi.org/10.1073/pnas.0800555105
+OK 20200725012433 https://doi.org/10.1126/science.261.5124.995
+OK 20210416002211 http://idbdocs.iadb.org/wsdocs/getdocument.aspx?docnum=35989594
+MISS NA http://bvsms.saude.gov.br/bvs/saudele-gis/gm/2011/prt1459_24_06_2011.html
+OK 20201106163217 https://doi.org/10.1080/2162402X.2015.1008824
+OK 20180601222330 http://aac.asm.org/cgi/doi/10.1128/AAC.00555-09
+MISS NA http://dx.doi.org/10.2225/vol9-issue2-fulltext-7
+OK 20160430014300 http://dx.doi.org/10.1007/s00445-011-0525-5
+MISS NA http://jap.aip.org/about/rights_and_permissionsProcess.57
+MISS NA http://adamcontent.com/good-health-content-means-video-just-ask-the-peo-ple/2008/04/06/
+OK 20201008205655 https://doi.org/10.4310/jdg/1214439902
+OK 20130815191357 http://pubstorage.sdstate.edu/
+OK 20210228195451 http://dhdhi.hypotheses.org/1072
+OK 20210225083849 http://www.msri.org/publications/ln/msri/2000/subfactors/ocneanu
+MISS NA www.pubmed.gov/18207049
+OK 20210126212707 http://www.planalto.gov.br/ccivil_03/_Ato2004-2006/2006/Lei/L11418.htm
+OK 20100721114928 http://pubs.er.usgs.gov/usgspubs/ofr/ofr20061242
+OK 20180604032821 https://doi.org/10.1007/s11883-016-0575-4
+OK 20210224200420 http://dx.doi.org/10.1145/2504335.2504360
+MISS NA http://dx.doi.org/10.1590/01000683rbcs20140740
+OK 20210413093351 http://cran.r-project.org/web/packages/nlme/
+MISS NA https://cyberleninka.ru/article/n/tehnologiya-organizatsii-obrazovatelnoy-ekskursii
+OK 20210301130848 https://doi.org/10.1126/science.1107621
+MISS NA http://acqnet.sarda.army/library/final/final1299.html
+OK 20180602143636 https://doi.org/10.1061/(ASCE)ST.1943-541X.0001499
+OK 20180604063837 https://doi.org/10.1021/jf0718300
+OK 20130522182714 www.autoenv.org
+OK 20180611133814 https://doi.org/10.1016/j.jseaes.2016.03.012
+OK 20200605080941 https://doi.org/10.1590/S0104-12902018170425
+OK 20210422074842 http://www.fnri@dost.gov.ph
+OK 20210305101007 http://magma.maths.usyd.edu.au
+OK 20201208123525 http://www.ferc.gov/legal/staff-reports/dec-2012-energy-infrastructure.pdf
+OK 20210310153914 http://www.retimedievali.it
+MISS NA https://doi.org/10.1101/2020.03.05.974972doi
+OK 20180604182659 https://doi.org/10.1177/1745691614568482
+OK 20201001075004 http://narodne-novine.nn.hr/clanci/sluzbeni/2014_06_67_1279.html
+MISS NA http://dx.doi.org/10.1016/S0049-0172
+OK 20210309161816 http://cedawsombraesp.wordpress.com/
+OK 20210319122826 https://www.ncjrs.gov/pdffiles1/nij/190351.pdf
+OK 20180106200226 http://www.monografias.com/trabajos66/terapia-risa/terapia-risa.shtml
+OK 20210422043757 http://en.wikipedia.org
+OK 20200506071725 https://doi.org/10.1523/JNEUROSCI.4699-13.2014
+MISS NA http://peacewomen.org/actionplan/nationalactionplanukraine
+OK 20210418073759 https://www.economist.com/business/2015/09/10/digital-taylorism
+MISS NA http://dx.doi.org/10.1002/bit.10304
+OK 20201106173344 https://doi.org/10.1016/j.cell.2013.12.019
+OK 20161115084422 http://www1.eere.energy.gov/femp/features/cool_roof_resources.html
+MISS NA http://www.fao.org/fo%2Napfsosl34/apfsos26.hlml
+OK 20200323023410 http://s-space.snu.ac.kr/bitstream/10371/120836/1/000000017842.pdf
+OK 20210413051546 http://psych.unl.edu/psycrs/
+OK 20180611111936 https://doi.org/10.1016/j.econmod.2015.09.037
+MISS NA http://dx.doi.org/10.17169/fqs-2.3.913
+OK 20210416231714 https://www.eff.org/deeplinks/2010/04/facebook-timeline
+OK 20200803025310 https://psyarxiv.com/3uc9s
+OK 20200806101325 https://doi.org/10.1371/journal.pmed.1001641
+OK 20170920011310 http://dx.doi.org/10.1183/09031936.06.00136905
+OK 20210414215249 http://www.chem.vt.edu/confchem/2002/b/nakhleh.html
+MISS NA http://www.archive.org/details/palmtreesofamazo00wall›
+MISS NA http://www.thejakartapost.com/news/2016/02/27/the-lgbt-debate-and-fear-ger-akan.html
+OK 20210318035613 https://www.iarc.fr/en/media-centre/pr/2013/pdfs/pr223_E.pdf
+MISS NA https://doi.org/10.1007/s10822-019-00243-7
+OK 20180612102047 https://doi.org/10.1007/s11606-006-0044-9
+MISS NA http://www.diabetesforecast.org/2013/jun/new-sglt-2-meds-target-the-kidneys.html?loc=morefrom
+MISS NA http://bit.ly/35qr16o
+OK 20210308033115 https://doi.org/10.1145/3001773.3001774
+MISS NA http://www.nice.org.uk/pdf/csgspresearchevidence.pdf
+MISS NA http://lilacconference.com/WP/wp-content/uploads/BentStubbings.pdf
+OK 20200208012428 http://dx.doi.org/10.2307/1251707
+MISS NA http://bulletin.is.gliwice.pl/index.php?go=cur-rent&ebis=2014_05_22
+OK 20210421215927 https://creativecommons.org/licenses/by/4.0/legalcode
+OK 20130218121004 http://www.nytimes.com/2013/02/17/world/africa/militants-infiltrate-towns-in-freed-areas-of-mali.html?pagewanted=1&ref=mali
+OK 20161221055217 http://dx.doi.org/10.1016/j.plasmid.2005.08.003
+OK 20180608143439 https://doi.org/10.1016/j.biomaterials.2008.12.055
+OK 20070316161342 http://www.statcan.ca/english/research/11-621-MIE/2003005/11-621-MIE2003005.pdf
+OK 20190907224801 http://www2.icnf.pt/portal/florestas/dfci/inc/info-geo
+OK 20200602195602 http://dx.doi.org/10.1016/S0034-4257(03)00079-8
+OK 20190426025201 http://www.fda.gov/downloads/Food/FoodScienceResearch/UCM088702.pdf
+OK 20200813224205 https://doi.org/10.1105/tpc.016238
+MISS NA http://dx.doi.org/10.1016/j.foreco.2010.06.022
+OK 20210218212338 https://www.iau.org/news/announcements/detail/ann19035
+OK 20140305210021 http://www.acrnet.org/Publications.aspx?id=104&terms=arbitration+fairness+act
+OK 20180602012222 https://doi.org/10.1128/AEM.03710-13
+OK 20210422084818 www.bitcoin.org
+OK 20171112132050 http://dx.doi.org/10.1016/j.brs.2017.09.004
+OK 20210120042543 https://ams-ix.net/technical/statistics/sflow-stats/ipv6-traffic
+OK 20210318121947 http://dx.doi.org/10.1097/00006454-200301000-00006
+MISS NA http://www.car.ba.gov.br/uploads/publicacoes_31.pdf.Acessoem21/07/2014
+OK 20160730174114 http://www.ekoloji.com.tr/resimler/3-12.pdf
+OK 20210308003313 https://doi.org/10.1146/annurev.neuro.29.051605.113038
+OK 20190511190448 http://dx.doi.org/10.1177/0333102411401634
+MISS NA http://www.who.int/neglected_diseases/2010report/en/.Accessed27
+OK 20210324165544 https://www.researchgate.net/profile/Steven_Stemler/publication/269037805_An_overview_of_content_analysis/links/547e0aba0cf2de80e7cc402a.pdf
+MISS NA http://iot-smartcities.lero.ie/wp-content/uploads/2016/12/
+OK 20210417215528 http://en.wikipedia.org/wiki/Driver's_license
+MISS NA http://www.trondheim.kommune.no/content.ap?thisId=1117638358
+MISS NA http://docs.opengamma.com/display/DOC/Analytics.1
+OK 20180609022652 https://doi.org/10.1007/s00425-014-2063-9
+OK 20180603212318 https://doi.org/10.1186/1756-0500-7-479
+MISS NA http://dx.doi.org/10.4314/wsa.v44i4.09
+MISS NA http://aso.gov.au/titles/spoken-word/hinklers-message/clip1/accessed12
+OK 20180602154501 https://doi.org/10.1104/pp.16.00536
+OK 20180602000342 https://doi.org/10.3390/molecules19079926
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA https://doi.org/10.5194/acp-2019-221Manuscript
+OK 20210214072313 www.ajpcell.org
+OK 20200504103035 https://doi.org/10.1016/j.epsl.2016.06.015
+OK 20210125063818 http://www.uog.edu.gy/files/documents/prochancellor/The_Social_Construction_of_Race-Ethnic_Confilct.pdf
+MISS NA https://www.thehindubusinessline.com/specials/pulse/who-banned-my-cough-syrup-and-why/article8371387
+MISS NA http://www.riurb.com/n8/08_Riurb.pdf
+OK 20200506090906 http://dx.doi.org/10.1177/004051750107100710
+OK 20200723181500 https://www.revistacontemporaneos.com.br/n1/pdf/inovacoes_tecnologicas.pdf
+OK 20201120154007 https://hea.ie/assets/uploads/2018/12/ROI-NI-Student-Flows-Report-December-2018-FINAL.pdf
+OK 20190509121512 https://doi.org/10.1371/journal.pntd.0002422
+MISS NA http://www.nola.com/archives/t-p/index.ssf?/base/library-98/114266861931840.xml&coll=1
+OK 20210418204414 http://www.oct.ca/public/professional-standards
+OK 20200514003349 https://doi.org/10.1029/2011JD015808
+MISS NA https://doi.org/10.4103/0971-3026.1202729
+OK 20210205044208 https://doi.org/10.1111/1467-9566.12745
+OK 20200303035621 https://doi.org/10.1152/japplphysiol.00255.2015
+OK 20200609110909 http://dx.doi.org/10.1038/nature06090
+MISS NA https://www.nice.org.uk/process/pmg4/chapter/6-incorporating-health-economics#economic-evidence-and-guidance-recommendations
+OK 20200129162606 http://www.mesoweb.com/resources/informes/Waka2006.html
+OK 20180604124944 https://doi.org/10.1111/febs.13012
+OK 20200216061117 http://www.tabspain.com/wp-content/uploads/informacion-tecnica/renovables/curvas-y-tablas/din-41773-y-din-41774-para-baterias-pzs.pdf
+OK 20210225043926 https://doi.org/10.1038/ng.3168
+MISS NA http://dx.doi.org/10.33448/rsd-v9i1.176520
+MISS NA https://www.isa.org/store/design-of-instrumentation-and-data-acquisition-system-for-complex-admittance-measurement-biomed-2004/120103
+OK 20200618073450 http://www.clarku.edu/~mbamberg/publications.html
+MISS NA https://doi.org/10.1002/cam4.1334
+OK 20200525124554 https://doi.org/10.1371/journal.pbio.1001392
+OK 20210421040558 http://broadinstitute.github.io/picard/
+OK 20200806133655 http://dx.doi.org/10.33448/rsd-v9i8.5539
+OK 20201108120034 http://www.consumerreports.org/cro/health/making-the-world-safe-from-superbugs/index.htm
+OK 20180603214057 https://doi.org/10.1111/j.1476-5381.1985.tb12929.x
+OK 20200730090010 https://doi.org/10.1186/1742-4755-12-S2-S8
+MISS NA https://doi.org/10.3406/befeo.2014.6173-2015.Banteay
+MISS NA http://dx.doi.org/10.1097/OLQ.0b013e3181f12dbf
+OK 20190924190225 http://www.bloodjournal.org/site/subscriptions/index.xhtml
+OK 20200609092214 https://doi.org/10.1016/j.bbi.2014.10.006
+MISS NA https://doi.org/10.1007/s10654-007-9187-1PMID
+OK 20200815022801 https://doi.org/10.1038/jid.2013.230
+OK 20210212004231 http://www.marxists.org/reference/subject/philosophy/works/ge/koffka.htm
+MISS NA https://doi.org/10.1007/s00184-018-0673-0
+OK 20200612024130 http://www.nature.com/articles/nm.3916
+MISS NA http://dx.doi.org/10.1007/s10935-015-0398-z
+OK 20160601102940 http://dx.doi.org/10.1080/13682820701861832
+MISS NA https://doi.org/10.1200/JCO.2004.08.173
+MISS NA http://www.eva.mpg.de/lingua/resources/glossing-rules.phpRetrieved2015-06-07
+OK 20210331194305 http://kidshealth.org/parent/positive/family/nine_steps.html
+MISS NA https://www.giiresearch.com/report/amr676714-mri-system-market-by-architecture-type-open-mri.html
+OK 20210417073533 http://dx.doi.org/10.1128/JVI.03464-12
+OK 20170731013320 http://ec.europa.eu/eurostat/statistics-explained/index.php/Information_society_statistics_-_households_and_individuals/pl
+OK 20210421060056 http://gcn.gsfc.nasa.gov/gcn/gcn3/224.gcn3
+OK 20210419014849 http://www.ohchr.org/EN/ProfessionalInterest/Pages/CERD.aspx
+OK 20180913190103 http://revistagloborural.globo.com/Revista/Common/0
+MISS NA http://uwic.summon.serialssolutions.com/link/0/eLvHCXMwY2BQSE1
+MISS NA https://www.ams.org/journal-terms-of-use4
+OK 20210320075311 http://dx.doi.org/10.1093/jac/27.2.199
+MISS NA http://www.dfid.gov.uk/r4d/news.asp?ArticleID=50292
+OK 20200202125115 http://scholarspace.manoa.hawaii.edu/handle/10125/3514
+OK 20210308143935 http://dx.doi.org/10.1016/j.immuni.2008.05.019
+OK 20160511143147 http://dx.doi.org/10.4314/ejhd.v24i1.62951
+MISS NA http://dx.doi.org/10.1016/j.foodres.2011.11.001
+OK 20200507045415 https://doi.org/10.1192/bjp.130.3.201
+OK 20210412234036 http://eur-lex.europa.eu/LexUriServ/LexUriServ
+OK 20200214140003 http://www.scielo.br/pdf/eins/v11n1/a07v11n1.pdf
+MISS NA http://www.scielo.br/scielo.php?pid=S1984-92302004000100010&script=sci_arttext&tlng=es
+OK 20201214044919 http://www.scielo.br/pdf/rbepop/v27n1/14.pdf
+MISS NA http://dx.doi.org/10.1016/j.envdev.2012.09.004
+MISS NA http://interop-lab.eu/ei_public_deliverables/athenadeliverables/list-of-public-deliverables-submitted-during-the-athena-project/?searchterm¼ATHENA
+OK 20180604022741 https://doi.org/10.1080/07303084.2014.946838
+OK 20200326163123 http://www.hefce.ac.uk/pubs/hefce/2008/08_35/08_35.pdf
+OK 20200911182259 https://doi.org/10.1179/2047773212Y.0000000062
+OK 20200214020054 https://calloftheearth.files.wordpress.com/2009/07/coe-publication-final.pdf
+OK 20201117132357 http://www.biodiversitylibrary.org/item/17975#page/76/mode/1up
+OK 20210318163525 http://wwwn.cdc.gov/nchs/nhanes/1999-2000/SSMUMP_A.htm
+OK 20200209071211 https://doi.org/10.20428/AJQAHE.11.33.6
+OK 20210418025136 http://hdr.undp.org/sites/default/files/reports/219/hdr_1990_en_complete_nostats.pdf
+MISS NA http://www.unicamp.br/iel/site/alunos/publicacoes/textos/f00002.htm.2005.Acessoem:outubro
+OK 20170829062910 http://www.anc.org.za/docs/discus/2012/landpolicyproposals_june2012g.pdf
+OK 20191231044357 http://cc.oulu.fi/~jarioksa/opetus/metodi/sessio2.pdf
+MISS NA http://www.fef.unicamp.br/hotsites/ccd_2005/cd/trabalhos/mesa/ROSSANA%20V.S.pdf
+OK 20180613214634 https://doi.org/10.1016/j.lithos.2015.05.003
+MISS NA http://hdl.handle.net/10400.2/1296
+MISS NA http://www.dc.gob.mx/images/stories/comunicación/Publicaciones/competencia_económica_en_méxico/Capitulo%20VIII%20
+OK 20210327163536 https://doi.org/10.1126/science.aaf8505
+OK 20210322135752 http://www.hut.fi/Units/Departments/R/Bridge/longspan.html
+OK 20110920122857 http://www.acasa.upenn.edu/icstm04/
+MISS NA http://www.unaids.org/sites/default/files/media_assets/jc2007_combination_prevention_paper_en_pdfAssessed29thJanaury2016website
+OK 20210122231044 http://www.planalto.gov.br/CCivil_03/Decreto-Lei/1965-1988/Del0464.htm
+OK 20210419084548 http://faostat.fao.org/site/567/default.aspx#ancor
+OK 20180602185530 ssrn.com/abstract=1115468
+OK 20210415142340 http://www.who.int/hpr/NPH/docs/hp_glossary_en.pdf
+OK 20210415090011 http://www.publichistory.org
+MISS NA www.icccpi.int/fr_menus/icc/structure%20of%20the%20court/registry/experts/Pages/linguistics%20profile.aspx
+OK 20200721072323 https://doi.org/10.1080/15239080802529472
+OK 20210406230514 https://ajet.org.au/index.php/AJET
+MISS NA https://doi.org/10.1111/j.1600-0854.2008.00821.xPMID
+OK 20210414084137 https://doi.org/10.1083/jcb.201612064
+OK 20200516045306 http://dx.doi.org/10.1038/onc.2014.255
+MISS NA http://3csep.ceu.hu/sites/default/files/field_attachment/project/node-3347/englishreportfuelpoverty.pdf
+OK 20200204121155 http://dx.doi.org/10.1007/s00425-002-0906-2
+OK 20210211035107 http://www.peh-med.com/
+OK 20150419052545 http://search.ebscohost.com.ezproxy.selu.edu
+OK 20180605145843 https://doi.org/10.1016/j.cub.2010.04.059
+OK 20210309194345 https://www.usgbc.org/cert-guide
+OK 20210224133400 http://dx.doi.org/10.1080/01621459.1987.10478517
+MISS NA http://dx.doi.org/10.31638/IJPRS.V7.I3.00048
+OK 20180602161523 http://portal.acm.org/citation.cfm?doid=325334.325257
+OK 20200506030834 https://doi.org/10.1029/2019GL084941
+OK 20200826214553 http://dx.doi.org/10.1111/j.1540-6261.1970.tb00518.x
+OK 20200425160643 https://doi.org/10.1016/j.beth.2015.11.004
+OK 20170720185624 http://dx.doi.org/10.1093/nar/gks993
+OK 20181110120108 https://www.sacredheartmission.org/services/longer-term-support-accommodation/journey-social-inclusion-project
+MISS NA http://www.surgery.org/download/2008stats.pdf.Accessed
+OK 20190210103011 https://doi.org/10.1002/j.2162-6057.1993.tb00711.x
+OK 20201111220725 http://nationwidedvm.com/wp-content/uploads/2017/03/NWBrachycelphalicStudy0317.pdf
+OK 20180604143949 http://doi.org/10.1111/j.1439-0310.2011.01962.x
+MISS NA https://fenix.tecnico.ulisboa.pt/downloadFile/3779577326932/Modelos_prob_12.pdf
+MISS NA http://dx.doi.org/10.1097/00005053-198704000-00007
+OK 20110103152452 http://www.mangroverestoration.com/downloads/Johnson%20and%20Herren%202008%20Main%20Body%20Text%20Only.pdf
+OK 20130708200918 http://dx.doi.org/10.1016/j.irle.2007.12.001
+OK 20200724121044 http://dx.doi.org/10.5248/120.385
+OK 20210321005741 https://doi.org/10.1080/02626667.2015.1031761
+MISS NA http://www.chinagrain.cn/yumi/2009/9/30/200993016303091574.htmlReferences20
+OK 20210308024559 https://doi.org/10.1007/s10530-017-1553-7
+MISS NA http://www.english.people.com.cn/200603/16/eng20060316_250905.html
+OK 20200814202521 https://www.stat.ee/pressiteade-2018-007
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S0104-11692009000700001&lng=en&nrm=isoAcessoem
+OK 20210307223429 https://doi.org/10.1016/j.compedu.2014.12.008
+OK 20070617225728 http://mod.iig.uni-freiburg.de/cms/fileadmin/publikationen/online-publikationen/Informatik.Frauen.Deutschland.pdf
+OK 20200611010751 http://dx.doi.org/10.35381/r.k.v4i8.293
+OK 20200711011224 http://orgprints.org/19310/1/world-of-organic-agriculture-2011.pdf
+MISS NA http://www.limina.arts.uwa.edu.au66welive
+MISS NA http://dx.doi.org/10.1021/jp973425p
+OK 20140309072118 http://www.yourhealth.gov.au/internet/yourhealth/publishing.nsf/Content/plainpack-tobacco-subs-b#.UOzuWKxqF9M
+MISS NA http://bvsms.saude.gov.br/bvs/publicacoes/uso_racional_medicamentos_temas_selecionados.pdf.Acessoem:02/10/2017
+OK 20201212120414 http://www.ncbi.nlm.nih.gov/pubmed/16103053
+OK 20201226045833 https://doi.org/10.2217/fmb.13.47
+OK 20210126030321 http://hal.inria.fr/inria-00516689
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0004972700038156
+MISS NA https://doi.org/10.20546/ijcmas.2018.707.368
+MISS NA scholar.waset.org/1307-6892/9837
+OK 20201114034345 http://www.jstor.org/stable/2352814
+MISS NA https://doi.org/https://doi.org/10.1371/journal.pbio.2004103
+MISS NA http://www.pr.gov.br/noticianodia13/04/2002
+OK 20210308033627 https://doi.org/10.1002/j.1460-2075.1982.tb01346.x
+OK 20190310015953 https://www.nhmrc.gov.au/guidelines-publications/rm001
+OK 20210418200609 https://variety.com/2019/tv/columns/game-of-thrones-season-8-episode-5-daenerys-dany-emilia-clarke-1203212428/
+MISS NA www.pancevac-online.rs/index.php?module=article&issue_id=408&id=59033&comment=truehttp://www.pancevo.rs/O_Pancevu-14-1
+OK 20210308143417 https://doi.org/10.1051/apido/2009013
+MISS NA http://oa.upm.es/3002/36.JesúsRivasCarmona
+OK 20210320163957 https://pubs.niaaa.nih.gov/publications/inscage.htm
+OK 20210123213452 https://www.transnational-dispute-management.com/article.asp?key=2469
+OK 20180602212401 https://doi.org/10.1353/cpr.2017.0036
+OK 20160103044141 http://news.amnesty.org/index/ENGPOL306062006
+OK 20210308002043 http://doi.org/10.1016/j.aml.2009.02.006
+OK 20210420184330 https://data.worldbank.org/indicator/NY.GDP.PCAP.CD
+OK 20210308143136 https://doi.org/10.1142/S0218488502001648
+OK 20160629235104 http://dx.doi.org/10.1177/0018726707085947
+OK 20180602045744 https://doi.org/10.1021/js980459f
+MISS NA http://nationalgeographic.co.idSumberlain-lain
+OK 20180603191645 https://doi.org/10.1007/s11156-013-0415-3
+OK 20180602193544 https://doi.org/10.1136/medethics-2011-100080
+MISS NA http://dx.doi.org/10.1068/p270417
+MISS NA http://dx.doi.org/10.1016/j.nima.2011.10.060.URLhttp://www.sciencedirect.com/science/article/pii/S0168900211020122
+OK 20180610070400 https://doi.org/10.1016/j.carbon.2004.03.018
+MISS NA http://www.cihr-irsc.gc.ca/e/29529.html23
+OK 20210224225331 http://wihah2016.com/
+MISS NA https://doi.org/10.1177/2382120518763360
+MISS NA http://dx.doi.org/10.1016/j.gene.2013.07.028
+MISS NA www.seimc.org/protocolos/clinicos/proto7.htm14
+MISS NA dx.doi.org/10.1016/j.jmsy.2008.05.001
+OK 20210318070013 http://www.nbmcw.com
+OK 20210308100805 https://doi.org/10.1109/83.951537
+OK 20210322163927 http://dx.doi.org/10.1128/AAC.01831-10
+OK 20200623080137 http://dx.doi.org/10.1186/s13705-015-0047-7
+OK 20151207063054 http://sites.sas.upenn.edu/schorf/files/svar-paper.pdf
+OK 20180602001618 https://doi.org/10.1371/journal.pone.0005038
+MISS NA drdoi.org/10.1155/2014/1049
+MISS NA http://www.ffyh.unc.edu.ar/editorial/wp-content/uploads/2013/05/EBOOK_ALE.pdf
+MISS NA http://ssrn.com/abstract=884690
+MISS NA https://doi.org/10.1007/s10350-006-0578-2PMID
+OK 20210318024553 https://doi.org/10.5194/gmd-11-321-2018
+OK 20190430161419 http://www.nber.org/chapters/c6867.pdf
+OK 20210420012004 https://doi.org/10.1371/journal.ppat.0020070
+MISS NA http://www.dof.gob.mx/nota_detalle.php?codigo=5154226&fecha=04/08/2010
+OK 20210417213927 http://dx.doi.org/10.1080/00014788.2014.1002444
+OK 20200909132349 http://digitalcommons.kennesaw.edu/glq/vol50/iss2/8
+OK 20210421224204 https://www.copernicus.eu/en
+MISS NA https://doi.org/10.5771/9783748907749
+OK 20210202190502 https://www.youtube.com/watch?v=i4MZuoNhC00
+OK 20201127110610 https://www.teldevice.co.jp/ted_real_iot/column/why_reason/
+OK 20180602031815 https://doi.org/10.1186/1475-2875-9-254
+OK 20180602190643 https://doi.org/10.3389/fnins.2015.00183
+OK 20200721215155 http://dx.doi.org/10.1161/01.CIR.101.9.948
+OK 20210422123113 http://www.math.uiuc.edu/Macaulay2/
+MISS NA http://bat.library.ucsf.edu//tid/jtp53a99
+MISS NA https://doi.org/10.1016/0749-596x
+OK 20200713074201 http://www.tdp.cat/issues11/abs.a154a13.php
+MISS NA http://gulfnews.com/news/world/other-world/japan-women-world-s-longest-lived-as-male-lifespan-tops-80-1.1365955
+MISS NA http://dx.doi.org/10.1109/TIE.2006.878330
+OK 20210411123101 https://doi.org/10.1038/nbt.1621
+OK 20210307222314 https://doi.org/10.1126/science.278.5338.680
+OK 20210417180558 http://www.planalto.gov.br
+OK 20200602200541 https://doi.org/10.1002/ece3.3436
+MISS NA who.int/entity/chp/chronicdiseasereport/media/Factsheet1.pdfavailable
+OK 20180603154943 http://ssrn.com/abstract=2568768
+OK 20170228161651 http://www.epa.gov/epaoswer/non-hw/muncpl/backyard/pubs/residents.pdf
+OK 20170202123624 http://dx.doi.org/10.1159/000070184
+MISS NA http://pen.sagepub.com/cgi/doi/10.1177/014860711557503313
+OK 20180601221437 https://doi.org/10.1186/1756-0500-7-835
+OK 20180603201322 https://doi.org/10.1016/j.cub.2012.09.020
+OK 20130704053108 http://dx.doi.org/10.1016/j.indmarman.2003.06.010
+OK 20180602214637 https://doi.org/10.1371/journal.pone.0103929
+MISS NA http://www.linux.org/,accessed2007
+OK 20171202215712 http://www.microbialcellfactories.com/content/10/1/57
+OK 20160418162745 http://www.upm.ro/facultati_departamente/ea/onm2007/SECTIUNEA%202/NECULAI_DANIEL.pdf
+OK 20210306024710 http://aifs.gov.au/institute/pubs/fm1/fm36rh1.html
+MISS NA http://dx.doi.org/10.1083/jcb.130.2.299
+MISS NA https://goo.gl/k8qOoP
+OK 20210308182830 http://link.aps.org/doi/10.1103/PhysRevLett.49.405
+OK 20201209180834 https://news.gallup.com/poll/168716/one-third-americans-haven-visited-dentist-past-year.aspx
+OK 20200829161715 https://doi.org/10.1006/jmla.2002.2864
+OK 20200826153714 https://doi.org/10.1177/2055207617701276
+OK 20210324154018 http://trade.ec.europa.eu/doclib/docs/2015/may/tradoc_153435.pdf
+OK 20200211232958 https://doi.org/10.1155/2012/972896
+MISS NA https://doi.org/10.1111/j.1365-2958.2007.06042.xPMID
+OK 20041020050837 www.hqda.army.mil/acsimweb/doc/IMI2004/IMI-encroachment-UseofACUBsv.II.ppt
+OK 20190123182053 https://www.yna.co.kr/view/AKR20190118128800004
+OK 20200709180727 http://portal.mec.gov.br/sesu/arquivos/pdf/CNRM0579.pdf
+OK 20090214031325 http://www.pryordailytimes.com/local/local_story_316145238.html
+OK 20210327004846 http://www.ecologyandsociety.org/vol12/iss1/art23/
+OK 20200906230717 https://github.com/conan7882/VGG-cifar
+OK 20200506160533 https://doi.org/10.1673/2006_06_13.1
+OK 20190701071108 www.unctad.org/iia
+OK 20180601212530 https://doi.org/10.1111/j.1438-8677.2007.00022.x
+OK 20200115044306 http://dx.doi.org/10.1038/sj.jea.7500460
+OK 20210224204338 http://dlc.iec.cat/
+OK 20180604221616 https://doi.org/10.1002/oa.848
+OK 20180611133845 https://doi.org/10.1016/j.cortex.2013.12.013
+OK 20200623203233 https://doi.org/10.1140/epjb/e2007-00124-5
+OK 20200201183527 http://www.damtp.cam.ac.uk/lab/digiflow/
+OK 20180602214017 https://doi.org/10.1007/s10661-015-4348-2
+MISS NA http://economy.caijing.com.cn/2013-07-18/113058493.html
+MISS NA http://scholarworks.boisestate.edu/cgi/viewcontent.cgi?article=1342&context=tdRetrievedfromhttp://scholarworks.boisestate.edu/td/339
+OK 20170627032629 http://www.argn.com/index.php
+OK 20170716203646 http://dx.doi.org/10.1016/j.bpj.2010.05.033
+MISS NA http://fata.gov.pk/Global-fac.php?iId=355&fid=42&pId=38&mId=141
+OK 20200923224400 http://publikationen.ub.uni-frankfurt.de/frontdoor/index/index/docId/4955
+MISS NA http://dx.doi.org/10.1080/0953728031000117977
+OK 20210309225652 www.bibliotheksstatistik.de
+OK 20200723132634 https://doi.org/10.1007/s11165-009-9149-6
+MISS NA http://dx.doi.org/10.1186/s40554-016-0029-x
+MISS NA http://orientacaoeducacionalemacao.blogspot.com.br/p/atribuicoes-do-oe-no-distrito-federal.html.Acessoem17deabrilde
+OK 20210422083349 http://www.R-project.org/
+MISS NA http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.57.1088
+OK 20180603175140 https://doi.org/10.1073/pnas.1319175111
+OK 20070205071813 http://cdsweb.u-strasbg.fr/cgi-bin/qcat?VI/98
+OK 20210326220248 https://doi.org/10.1080/02724634.2014.840645
+OK 20200904183957 https://doi.org/10.1038/s41598-017-06293-x
+MISS NA https://doi.org/10.1111/j.1551-2916.2011.04656.x18
+OK 20210224063627 http://mlab.uiah.fi/culturalusability/papers/Kuutti_paper.html
+OK 20201112025944 http://livertox.nih.gov/Acetaminophen.htm
+OK 20180602160316 https://doi.org/10.1155/2014/852317
+OK 20200224083846 http://dx.doi.org/10.4161/cam.4.1.9834
+OK 20210301085447 https://telearn.archives-ouvertes.fr/hal-00190453
+MISS NA https://doi.org/10.14202/vetworld.2018.939-943
+OK 20180603211051 http://doi.wiley.com/10.1002/tqem.1200
+OK 20200505055234 http://doi.org/10.5334/ijic.1180
+OK 20200818161208 http://dx.doi.org/10.1063/1.1728417
+OK 20210415035029 http://www.ivis.org
+OK 20180613095019 https://doi.org/10.1016/j.ijfoodmicro.2017.10.027
+OK 20200808123216 https://doi.org/10.1128/JCM.01410-07
+OK 20210309170740 http://www.aktors.org/akt/
+OK 20210421125821 http://www.visual-paradigm.com
+OK 20200210232349 http://doi.org/10.1080/15564900903245642
+MISS NA https://doi.org/10.11646/zoot-axa.4239.1.1
+OK 20180608161533 https://doi.org/10.1007/BF00224252
+OK 20180609030102 https://doi.org/10.3989/aeamer.2001.v58.i1.231
+OK 20201111225434 http://www.internetretailer.com/2011/03/24/daily-deal-revenue-will-increase-138-year
+MISS NA http://econ.as.nyu.edu/docs/IO/35711/davila.pdf
+MISS NA http://www.bioone.org/doi/full/10.1644/10-MAMM-A-144.1
+OK 20210415084233 http://www.ncsu.edu/felder-public/RMF.html
+OK 20180604081758 https://doi.org/10.1093/cercor/bhv007
+OK 20131217211502 http://dx.doi.org/10.1016/j.ejmech.2013.01.032
+OK 20200114230750 http://www.biblioteca.ufc.br/links.html
+OK 20201109215237 http://europa.eu/about-eu/basic-information/symbols/europe-day/schuman-declaration/index_en.htm
+OK 20210418015102 https://doi.org/10.11120/beej.2014.00027
+OK 20210128100346 www.iea.org.uk/publications/research/the-government-debt-iceberg
+OK 20160811064252 http://jcmc.indiana.edu/vol9/issue1/nishimura.html
+OK 20210211072624 http://contardocalligaris.blogspot.com/
+OK 20210415082946 http://www.nice.org.uk/guidance/cg160
+OK 20200210070952 http://www.rcoa.ac.uk/docs/ARB-section10.pdf
+OK 20180611124123 https://doi.org/10.1016/0277-9536(91)90100-Q
+OK 20180211181645 http://www.cis.upenn.edu/~rtg/mac/
+MISS NA https://doi.org/10.1055/s-0029-1192044PMid
+MISS NA Https://Www.Youtube.Com/Watch?V=3l-Qd2zv5xs&Feature=Youtu.Be
+OK 20191025085944 https://doi.org/10.1016/j.scaman.2013.05.001
+OK 20180601210813 https://doi.org/10.1073/pnas.1414106111
+OK 20200906220706 https://doi.org/10.1038/ncomms14049
+MISS NA https://doi.org/10.1128/AAC.45.5
+OK 20210309011230 https://doi.org/10.1021/es703009q
+OK 20200615021456 http://www.agmrc.org/media/cms/rf10_6EFE7AB486EC1.pdf
+MISS NA https://worldcoffeeresearch.org/docu-ments/42/Coffee_Strategy_Low_Res.pdf
+OK 20180603015639 https://doi.org/10.1371/journal.pone.0043421
+MISS NA http://dx.doi.org/10.3989/rfe.2014.06
+OK 20190901160439 http://www.government.se/press-releases/2016/03/government-appoints-delegation-for-swedens-implementation-of-2030-agenda/
+OK 20180604050503 https://doi.org/10.1093/bioinformatics/btm066
+OK 20190920135409 https://www.straitstimes.com/singapore/health/the-3-beyonds-singapores-strategy-to-sustain-quality-healthcare-as-demand-rises
+OK 20180921123339 http://www.elia.be/~/media/files/Elia/users-group/141008_Final_report.pdf
+OK 20210303014102 https://teach.com/what/teachers-change-lives/motivating-students/
+MISS NA http://www.unicef.org/crc/Cook
+MISS NA http://www.agir.ro/buletine/214.pdf7.http://webbut.unitbv.ro/teze/rezumate/2010/rom/ionescu_mandrulidia.pdf8.http://cis01.central.ucv.ro/manag_ac_ad/2011/files/metodologie_risc.pdf5
+OK 20190502131259 http://www.bnp2tki.go.id/read/11171/Nusron-Wahid-Sayangkan-Indonesia-Belum-Bisa-Memenuhi-Permintaan-Tenaga-Perawat-
+MISS NA http://dx.doi.org.login.ezproxy.library.ualberta.ca/10.1037/0022-0663.89.3.538
+OK 20201217080240 http://su.diva-portal.org/smash/record.jsf
+OK 20200505191830 http://dx.doi.org/10.1128/JVI.02497-06
+OK 20210422093042 http://www.standardmedia.co.ke
+OK 20210414181412 http://doi.org/10.1177/1461444809336551
+OK 20170609180244 http://dx.doi.org/10.1128/MCB.01921-07
+MISS NA www.tml.hut.fi/Opinnot/Tik-111.500/2000/kuismanen_final.pdf
+MISS NA http://dx.doi.org/10.1111/j.1399-3046.2011.01566.x
+MISS NA http://www.kidney.org/news/newsroom/newsitem.cfm?id=278-13k
+OK 20201014233912 https://doi.org/10.1093/poq/nfw005
+MISS NA http://var.astro.cz/oejvISSN
+OK 20180603124437 https://doi.org/10.1080/11263504.2012.717550
+OK 20210211231417 http://www.businessweek.com/magazine/content/05_40/b3953146.htm
+OK 20190908074505 https://controversialhistory.blogspot.in/2008/10/origin-of-brahmi-script.html
+OK 20200831073729 https://doi.org/10.1016/j.arth.2017.02.041
+OK 20210308063905 https://doi.org/10.1126/science.1172539
+OK 20171215052159 www.meco.unifi.it/MECO_manual.pdf
+OK 20210421144707 http://en.wikipedia.org/wiki/Banksy
+MISS NA http://dx.doi.org/10.1128/JB.01350-09
+OK 20201012043032 https://doi.org/10.1021/cm0011559
+OK 20190614030537 http://ctep.cancer.gov/reporting/CTC-3.html
+OK 20200711180844 http://dx.doi.org/10.1590/S1413-81232011001000012
+OK 20191024213321 http://www.nmfs.noaa.gov/pr/pdfs/recovery/whiteabalone.pdf
+OK 20200429124632 https://doi.org/10.1126/scitranslmed.3009367
+OK 20210413091833 http://dx.doi.org/10.1038/ncb2422
+MISS NA http://compbio.cs.uic.edu/data/bitcoin/.Ac
+MISS NA http://arxiv.org/abs/hep-th/9910096v1
+OK 20210415081741 http://www.nrel.gov/ncpv/images/efficiency_chart.jpg
+OK 20180601232803 https://doi.org/10.1038/215512a0
+OK 20200813223635 https://doi.org/10.1002/ab.21637
+MISS NA http://www.awmf.org/leitlinien/detail/ll/024-019.html.Zugegriffen:18.06
+OK 20130515132041 http://www.kitchenermarket.ca/about.aspx#history
+OK 20210125014819 http://ec.europa.eu/eurostat/tgm/table.do?tab=table&init=1&plugin=1&language=en&pcode=t2020_50
+OK 20210116093450 http://www.seer.ufal.br/index.php/ritur
+OK 20210308051805 http://doi.org/10.1080/10705519909540118
+MISS NA http://ectn-assoc.cpe.fr/chemistry-eurolabels/doc/officials/Off_EML060930_Euromaster_Framework_200609V1a.pdf
+OK 20200714144304 http://cult-cult.ru/problem-of-identity-crisis-in-modern-art
+OK 20180602164542 http://dl.acm.org/citation.cfm?doid=2830719.2830736
+OK 20210331174919 https://www.wsj.com/news/types/journal-reports-energy
+MISS NA http://tinyurl.com/cn37ub4
+MISS NA http://www.bbc.co.uk/news/10362925
+OK 20201212095422 https://arxiv.org/abs/quant-ph/0210187
+OK 20210421090624 http://www.boi.org.il/he/Pages/Default.aspx
+OK 20170201101015 http://dx.doi.org/10.1021/es204183v
+OK 20201008211723 https://doi.org/10.1016/j.neuron.2014.01.013
+OK 20201209232316 https://doi.org/10.3406/enfan.1952.1241
+OK 20180612075028 https://doi.org/10.1016/j.ijcard.2016.02.083
+OK 20200829214951 https://doi.org/10.1016/j.scriptamat.2014.03.014
+OK 20171111085854 http://aihw.gov.au/WorkArea/DownloadAsset.aspx?id=60129544363
+OK 20200819034552 https://doi.org/10.1021/acs.chemrev.5b00346
+OK 20200104235211 http://www.unhcr.org/53679e679.pdf
+OK 20200505141730 https://doi.org/10.1161/STROKEAHA.106.467506
+OK 20170904132209 https://www.cambodiadaily.com/archives/students-call-for-kr-sex-crimes-to-be-included-in-curricula-43413/
+OK 20200504101038 http://www1.fpl.fs.fed.us/monit.pdf
+OK 20210415102203 http://dx.doi.org/10.1016/S0266-3538
+OK 20180602062019 https://doi.org/10.5772/2722
+OK 20140525100029 http://dx.doi.org/10.1016/j.paid.2012.11.008
+OK 20170427162354 http://onlinelibrary.wiley.com/doi/10.1111/nph.13210/full
+OK 20210420044442 http://www.who.int/mediacentre/factsheets/fs117/en/
+MISS NA https://perma.cc/G75U-SDH4
+OK 20210413064101 http://dx.doi.org/10.1016/0012-365X
+OK 20120507215713 http://dx.doi.org/10.1016/j.sbspro.2011.09.131
+MISS NA http://hemerotecadigital.bne.es/issue.vm?id=0000471554&page=2&search=colonia+santa+eulalia+sax&lang=es
+OK 20200314164326 https://doi.org/10.1101/2020.01.20.912998
+OK 20210224143204 http://www.emory.edu/BUSINESS/readings/CloudComputing/Gartner_cloud_computing_defining.pdf
+OK 20201221001408 https://doi.org/10.1242/jcs.027052
+OK 20180601223209 https://doi.org/10.1128/JB.184.16.4455-4465.2002
+OK 20200421170024 https://doi.org/10.12688/f1000research.7493.1
+OK 20180905054608 http://www.meetingplace.net/
+OK 20180412160110 http://www.grand-illusions.com/magicmirror/magmir1.htm
+OK 20180911051532 www.3gpp.org/public-safety
+MISS NA http://en.wikipedia.org/w/title=1964_Niigata_earthquake&action
+OK 20150905151750 http://www.choosingraw.com/what-healthy-truly-means-quincys-green-recovery-story/
+OK 20210322141118 https://doi.org/10.1007/s10113-016-1068-2
+OK 20210413111151 http://dx.doi.org/10.1016/S0160-4120
+OK 20200515101806 http://dx.doi.org/10.1016/j.energy.2013.05.041
+OK 20201020085559 http://www.arbeidstilsynet.no/artikkel.html?tid=78880
+MISS NA https://doi.org/10.1080/19416520.2012.656841
+OK 20140531231050 https://docs.google.com/open?id=0BweUYcipCswRZmJ2dEQ1bEhKWVE
+MISS NA https://www.timeshighereducation.com/sites/default/files/breaking_news_files/university-financial-health-check-2016-uk-institutions-finances-2014-2015
+OK 20180603152141 https://doi.org/10.1016/j.cherd.2011.07.015
+OK 20200708093626 http://dx.doi.org/10.1787/22260919
+MISS NA http://dx.doi.org/10.1111/j.1365-294X.1996.tb00347.x
+OK 20200509064626 http://dx.doi.org/10.1016/j.ijepes.2010.10.008
+OK 20150215033445 http://www.ijnetwork.org/clients
+OK 20200505220523 https://doi.org/10.1128/AAC.36.3.626
+MISS NA www.soilassociation.org/Whatwedo/Organicstandards/Standardscommittees/Ethicaltrade/tabid/252/Default.aspx.Accessed28.09.09
+MISS NA Seewww.borland.com/jbuilder
+OK 20160303215205 http://www.forcedmigration.org/guides/fmo035/fmo035-4.htm
+OK 20180602034135 https://doi.org/10.1682/JRRD.2013.06.0133
+MISS NA http://www.itu.int/net/ITU-T/info/Default.aspx2
+OK 20210308055536 http://tinyurl.com/jzpphne
+MISS NA http://www.character.org/wp-ontent/uploads/2011/12/Understanding-EffectiveCharacter-Education.pdf
+MISS NA http://agrotecniaunica.blogspot.com
+OK 20210116032058 http://www.uptodate.com/contents/overview-of-male-sexual-dysfunction
+OK 20180603075657 https://doi.org/10.1128/jb.174.7.2298-2304.1992
+OK 20210420012426 http://www.w3.org/2000/01/rdf-schema#EastWind--
+OK 20200211232908 https://doi.org/10.1590/S0103-84781996000300023
+OK 20210123030347 http://www.sic.ici.ro
+MISS NA https://doi.org/10.1111/j.17424658.2008.065
+OK 20180602060146 https://link.aps.org/doi/10.1103/PhysRev.136.A195
+OK 20180609111319 https://doi.org/10.1016/S0969-6989(99)00028-4
+OK 20180910044149 http://dx.doi.org/10.1126/science.1139089
+OK 20160318183748 http://6g1.jxstc.gov.cn/ReadNews.asp?NewsID=518
+OK 20180604031557 https://doi.org/10.1177/2047487312448993
+MISS NA https://doi.org/10.1016/j.was-man.2015.12.021
+OK 20200527205122 http://dx.doi.org/10.2308/aud.2001.20.2.71
+OK 20201205181617 http://www.ufrgs.br/gianti/files/artigos/1998/1998_079_ISRC.pdf
+OK 20170315091636 http://dx.doi.org/10.1016/j.neuron.2007.08.006
+OK 20200702162238 http://dx.doi.org/10.1287/moor.25.1.36.15211
+MISS NA http://hdl.handle.net/1822/5364
+OK 20180602065923 https://doi.org/10.4049/jimmunol.1501017
+OK 20210416095520 http://www.voxeu.org/article/illusion-improving-global-imbalances
+OK 20200711162254 https://doi.org/10.1016/j.jsams.2014.06.012
+OK 20180614051131 https://doi.org/10.1016/j.jastp.2009.03.023
+MISS NA del.cerco.fronterizo.en.partes.de.la
+OK 20210405173421 http://CRAN.R-project.org/package=bbmle
+MISS NA Retrievedfromwww.wired.com/threatlevel/2013/09/freedom-hosting-fbi/
+OK 20210414175038 https://doi.org/10.1146/annurev-anthro-092412-155522
+OK 20171203020458 http://www.biomedcentral.com/1752-0509/5/28
+OK 20180602210808 https://doi.org/10.1055/s-0031-1296708
+OK 20180602122950 https://doi.org/10.2308/acch-50049
+OK 20180602183417 https://doi.org/10.5194/acp-14-2497-2014
+OK 20210417034924 https://www.onetonline.org/link/summary/29-1069.08
+MISS NA http://www.jstor.org/stable/40971721?origin=JSTOR-pdf
+OK 20200620042815 https://doi.org/10.1590/S0103-90162001000400006
+OK 20210319231854 http://www.wpro.who.int/entity/drug_resistance/resources/global_action_plan_eng.pdf
+OK 20210418164147 http://withouthotair.com/
+MISS NA http://vietcatholic.org/News/Html/53190.htm
+OK 20200605234444 http://dx.doi.org/10.1016/j.jom.2003.10.001
+OK 20210318235052 https://csrc.nist.gov/csrc/media/projects/post-quantum-cryptography/documents/call-for-proposals-final-dec-2016.pdf
+MISS NA http://dx.doi.org/10.5435/00124635-201010000-00003
+MISS NA http://www.w3.org/TR/SOAP,24
+OK 20170316175654 http://dx.doi.org/10.1373/clinchem.2014.221770
+OK 20180602122308 https://doi.org/10.1074/jbc.273.31.19542
+MISS NA http://dx.doi.org/10.1016/j.cej.2011.07.002
+OK 20180610223236 https://doi.org/10.1016/j.conbuildmat.2012.04.116
+MISS NA http://re-vistaenfermagematual.com/arquivos/ED_87_REVISTA_25_ES-PECIAL/06.pdf
+OK 20210421051209 http://globocan.iarc.fr/factsheets/populations/factsheet.asp?uno=900
+OK 20210415120743 http://www.tenk.fi/sites/tenk.fi/files/HTK_ohje_2012.pdf
+OK 20200813021843 https://doi.org/10.5194/acp-17-10855-2017
+OK 20210308092415 https://doi.org/10.3390/ijerph14040435
+OK 20180613232354 https://doi.org/10.1016/j.envsoft.2005.04.012
+MISS NA http://www.iam.unibe.ch/˜pecos/
+OK 20200919082722 http://escholarship.org/uc/item/748006tf
+OK 20210309000328 https://doi.org/10.1109/ACSSC.1993.342465
+MISS NA http://www.oandp.org/jpo/library/2006_01S_008.asp.Accessed
+OK 20140510212810 http://alphavilleherald.com/2006/12/ibm_shocker_lls.html
+OK 20180602102049 https://doi.org/10.1111/j.1540-4781.1995.tb05445.x
+OK 20201126080722 http://www.eesc.europa.eu/self-and-coregulation/documents/codes/private/085-private-act.pdf
+MISS NA https://www3.eurelectric.org/media/176935/demand-response-brochure-
+OK 20190627181833 http://web.lexis-nexis.com
+OK 20181120120154 https://doi.org/10.1007/s001090000086
+MISS NA http://www.tbmm.gov.tr/komisyon/kefe/docs/pekin.pdfadresindenerişildi
+MISS NA http://eds.b.ebscohost.com.ezproxy.uniandes
+MISS NA http://www.nws.noaa.gov/pa/history/135
+OK 20180613020448 https://doi.org/10.3324/haematol.2013.084574
+OK 20130507150950 http://www.soc.iastate.edu/extension/ifrlp/PDF/PM2067.pdf
+OK 20210321224446 http://www.cbc.ca/news/world/standing-rock-north-dakota-1.3877269
+OK 20120523183204 http://www.balancenortheast.co.uk/library/documents/See_What_Sam_Sees_leaflet.pdf
+OK 20150704221300 http://flaubert.revues.org/2425
+OK 20201210200327 http://www.cancer.gov.co/files/libros/archivos/incidencia1.pdf
+OK 20191023040531 https://ceosforcities.org/portfolio/city-dividends/
+MISS NA https://www.psychiatry.org/Accessed
+OK 20190610123902 http://dx.doi.org/10.1257/aer.102.3.407
+OK 20130131015220 www.wetfeet.com/blog/2011/november/extracurricular-activities-on-your-resume
+MISS NA www.na-ture.com/articles/nature13415
+OK 20201130210743 http://dx.doi.org/10.1093/brain/awn084
+MISS NA http://www.mine-ducacion.gov.co/1621/article-183895.html
+OK 20191230144034 http://dx.doi.org/10.1016/S0165-5876
+MISS NA http://www.caahep.org/standards/at01.htm.Ac-cessed
+OK 20210419204131 https://doi.org/10.1146/annurev.neuro.25.112701.142758
+MISS NA https://goo.gl/tWzz5g
+OK 20201112042140 http://www.cbc.ca/news/canada/manitoba/harper-rebuffs-renewed-calls-for-murdered-missing-women-inquiry-1.2742845
+OK 20190908182916 http://www.vvob.be/vvob/en/programmes/rwanda-technical-and-vocational-education-and-training
+OK 20200622013138 https://doi.org/10.1006/jmla.2001.2836
+OK 20191008203600 http://www.earthworksaction.org/files/publications/Cyanide_Leach_Packet.pdf
+OK 20180608060440 https://doi.org/10.1109/TSMCB.2006.874681
+OK 20200209011502 http://dx.doi.org/10.1016/j.nepr.2010.07.004
+OK 20210308214533 https://doi.org/10.1111/2041-210X.12410
+OK 20180608183243 https://doi.org/10.1016/j.ijrefrig.2005.09.009
+MISS NA http://www.msn.org.my/Doc/PublicDoc_PB/Publication/mdtr22nd/content.pdf
+MISS NA http://dx.doi.org/10.1590/S0104-11692006000500019
+MISS NA http://dx.doi.org/10.1128/JVI.01164-13
+OK 20190929130124 http://s3.cl/Aiep-Unab-Bellavista
+OK 20120208145923 http://www.quittinginmind.net/index.html
+OK 20190114235210 http://dx.doi.org/10.3109/02699052.2010.536195
+MISS NA http://www.biomedcentral.com/1471-2105/11/S1/S21
+OK 20201111235625 https://www.citylab.com/transportation/2012/05/secret-tokyos-rail-success/2044/
+OK 20200618083255 http://dx.doi.org/10.1016/j.immuni.2009.06.021
+MISS NA http://portal.prefeitura.sp.gov.br/secretarias/esportes.Accessedon
+OK 20180611214153 https://doi.org/10.1016/j.ccr.2013.07.025
+OK 20200822051229 https://doi.org/10.1007/s00401-009-0561-9
+MISS NA http://www.orsa-campania.it/index.php/tag/pri/
+OK 20210329040706 www.prb.org/pdf08/08WPDS_Eng.pdf
+OK 20210412015655 http://innovation.cms.gov/initiatives/comprehensive-primary-care-initiative/
+MISS NA http://www.who.int/csr/resources/publications/swineflu/candidatesX-179a/en/index.html
+OK 20201028115653 https://doi.org/10.1093/nar/gkw059
+OK 20200201055720 https://doi.org/10.1111/j.1420-9101.2006.01109.x
+MISS NA Retrievedfromwww.brook-ings.edu/blogs/planetpolicy/posts/2014/08/13-climate-refugees-new-zealand-mcadam
+OK 20201203112818 http://www.ine.es/dyngs/IOE/es/operacion.htm?id=1259931082851
+OK 20210308055447 https://doi.org/10.1016/j.jviromet.2018.02.021
+OK 20200216140009 https://doi.org/10.1016/j.biopha.2019.109028
+OK 20180603174519 doi.org/10.1080/08975930.2011.615677
+MISS NA http://dx.doi.org/10.5061/dryad.d6c07
+MISS NA http://dermatology.cdlib.org/132/original/tcn/gorsky.html.Accessedon29Desember
+OK 20180402153529 http://gestion.pe/economia/peru-vendio-al-mundo-us-909-millones-productos-agricolas-cuales-tuvieron-mas-demanda-2187030
+OK 20201105152822 https://www.gala-global.org/industry/industry-facts-and-data
+MISS NA https://orcid.org/0000-0001-7902-503X
+OK 20180602062530 https://doi.org/10.1063/1.3660202
+OK 20180602112701 https://doi.org/10.1590/S1413-70542005000300017
+MISS NA https://doi.org/10.1111/risa.13128
+MISS NA http://dx.doi.org/10.1016/j.otsr.2010.03.010
+MISS NA http://dx.doi.org/10.1016/j.jmoneco.2010.02.007
+MISS NA http://www.veterinaria.org/revistas/redvet/n101008/101008.pdf23
+MISS NA http://dx.doi.org/10.2523/12860-MS
+OK 20110228184524 http://evworld.com/news.cfm?newsid=25277
+OK 20190426062203 https://doi.org/10.4103/0250-474X.91565
+OK 20170120044055 http://phoenix.gov/BUDGET/bud05pro.pdf
+MISS NA http://arxiv.org/abs/0802.2020
+OK 20210123180659 http://three.fibreculturejournal.org/fcj-012-composing-the-self-of-diaries-and-lifelogs/
+OK 20190513210043 http://pre.ethics.gc.ca/eng/archives/policy-politique/reports-rapports/reports-rapports/
+OK 20210413194215 http://www.ukpolitical.info/Turnout45.htm
+OK 20200812092354 http://dx.doi.org/10.1016/j.compedu.2007.05.009
+MISS NA https://cidades.ibge.gov.br/brasil/rn/pau-dos-ferros/pesquisa/23/22957?detalhes=true
+OK 20200505115108 http://dx.doi.org/10.1137/16M1074941
+OK 20200829175657 https://doi.org/10.1186/1743-422X-4-114
+OK 20210420032458 http://jnnp.bmj.com/
+OK 20160909092558 http://muslimahmediawatch.org/2011/02/womens-voices-in-the-revolutions-sweeping-the-middle-east
+OK 20161110123512 http://www.nejm.org/doi/full/10.1056/NEJMp1304493
+MISS NA http://www.bvgh.org/LinkClick.aspx?fileticket=h6a0cJK9drg=&tabid=91
+MISS NA http://www.bjs.gov/index.cfm?ty¼pbdetail&iid¼951
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20180603094919 https://doi.org/10.1038/sj.hdy.6800519
+OK 20200516035730 https://doi.org/10.1016/j.jmbbm.2017.07.034
+MISS NA http://dx.doi.org/10.1016/j.jfms.2007.07.004
+OK 20190927100809 https://iprcc.nih.gov/docs/DraftHHSNationalPainStrategy.pdf
+OK 20200506041725 https://doi.org/10.1007/s00334-016-0575-x
+MISS NA http://dx.doi.org/10.1007/s10841-014-9669-x
+OK 20210415010403 http://dx.doi.org/10.1016/S0092-8674
+MISS NA http://www.sii.cl/docu-mentos/resoluciones/2015/reso66.pdf,fechadeconsulta11denoviembrede
+MISS NA http://dx
+OK 20210422115956 www.worldbank.org
+OK 20191104024612 http://www.cio.com/article/2448967/security0/6-ways-to-defend-against-drive-by-downloads.html
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/21133915.Accessed13
+MISS NA https://01.org/intel-software-guard-extensions/documentation/intel-sgx-developer-guide
+MISS NA https://web.ins.gob.pe/sites/default/files/Archivos/cenan/van/vigilacia_poblacion/VIN_ENAHO_etapas_de_vida_2013-2014.pdf
+OK 20180603050645 https://doi.org/10.1007/s11116-016-9676-8
+OK 20180602062930 https://doi.org/10.1542/peds.2016-2127
+OK 20210421164418 http://www.ethereal.com
+OK 20180604210505 https://doi.org/10.1614/ipsm-08-089.1
+OK 20171202235200 http://dx.doi.org/10.1155/2013/734824
+OK 20210301050837 https://doi.org/10.1007/BF02289588
+MISS NA https://iot.pucesi.edu.ec
+OK 20200930185216 https://doi.org/10.1016/S0140-6736(14)60833-3
+OK 20200627191552 http://dx.doi.org/10.1037/0033-2909.101.2.171
+OK 20200604044204 https://doi.org/10.3389/fmicb.2018.00817
+OK 20210415004413 http://dx.doi.org/10.1159/000156466
+OK 20210421013922 https://www.w3.org/TR/owl2-profiles/
+MISS NA http://dx.doi.org/10.1001/archinte.1992.00400170044008.PubMed
+MISS NA https://doi.org/10.1002/anie.201909138
+OK 20161031223749 http://dx.doi.org/10.1016/j.actbio.2012.06.007
+OK 20210225012643 http://www.ero.govt.nz/
+OK 20201120225204 https://doi.org/10.1038/srep34351
+MISS NA http://www.chicagotribune.com/news/opinion/commentary/ct−barack−obama−affordable−care−act−stupidity−perspec−1113−jm−20141112−story.html
+OK 20200902102011 http://dx.doi.org/10.1038/nrc1094
+OK 20200919034225 http://www.isip.uni-luebeck.de/index.php?id=278
+OK 20180602174627 https://doi.org/10.17660/ActaHortic.2015.1096.52
+MISS NA www.senado.gov.br/senado/novocpc/pdf/anteprojeto.pdf.Acessoem16deFevereirode2017
+OK 20210328083136 http://dx.doi.org/10.1016/S1473-3099
+OK 20210415144237 www.who.int/whosis/whostat/EN_WHS09_Full.pdf
+OK 20190601015219 http://homepages.mty.itesm.mx/jgutierr/Mathieu.html
+OK 20180602072054 https://doi.org/10.1016/j.agrformet.2012.08.001
+OK 20210412233931 http://graph-tool.skewed.de/
+MISS NA https://www.afad.gov.tr/Dokuman/TR/79-20150209111636webformatisuriyedenturkiyeyenufushareketleri.pdfadresindenerişilmiştir
+OK 20101228021730 http://www.tvbrasil.org.br/fotos/salto/series/161432Ensinomedio.pdf
+OK 20200902235355 http://dx.doi.org/10.1088/1126-6708/2007/11/070
+OK 20210308035136 http://dx.doi.org/10.1111/j.1365-2958.2010.07194.x
+OK 20200321022917 https://www.caresearch.com.au/caresearch/Portals/0/Documents/PROFESSIONAL-GROUPS/General-Practitioners/PalliativeCareNeedsAssessmentGde-CHeRP.pdf
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.82
+OK 20210422083349 http://www.R-project.org/
+OK 20101015040633 http://blog.unila.ac.id/sutiknounila/category/research-activities
+OK 20210415073152 http://dx.doi.org/10.1146/annurev.ecolsys.32.081501.114040
+OK 20210211081816 www.nsca-lift.org
+OK 20200816044608 https://doi.org/10.1007/978-3-662-48847-8_4
+OK 20180603103047 https://doi.org/10.1111/josh.12470
+OK 20210415054002 http://www.lww.com/reprints
+OK 20200325094619 http://onlinelibrary.wiley.com/doi/10.1002/au.216/abstract
+OK 20210219233450 http://dlib.org/dlib/january05/foster/01foster.html
+OK 20180601212058 https://doi.org/10.1080/09687590500156329
+OK 20180605054411 https://doi.org/10.1016/j.clcc.2013.06.001
+OK 20180604002223 https://doi.org/10.3917/deba.176.0039
+OK 20210415170303 http://dx.doi.org/10.1787/gov_glance-2017-en
+OK 20101112051226 http://www.cedipod.org.br/w6pam.htm
+MISS NA http://dx.doi.org/10.1007/s10775-005-3600-7
+OK 20200603112257 https://doi.org/10.1089/can.2017.0040
+OK 20191120170651 https://www.opensource.gov
+OK 20200919042343 http://dx.doi.org/10.1037/0022-3514.65.2.248
+OK 20180602092157 https://doi.org/10.14318/hau4.3.015
+MISS NA https://www.tru.ca/shared/assets/Khaled_Karim_and_Hossein_Nassaji-TheRoleofCorrectivefeedbackinsecondlanguagewriting27031.pdf
+OK 20200609043110 https://doi.org/10.1016/j.yasu.2016.03.006
+MISS NA http://dx.doi.org/10.1002/(SICI)1097-0185
+OK 20210326213354 http://www.prota4u.info/
+OK 20180614052604 https://doi.org/10.1016/j.agee.2006.09.006
+OK 20200212112626 https://doi.org/10.1890/14-0577.1
+OK 20200329164438 http://www.aaccnet.org/initiatives/definitions/Documents/WholeGrains/wgflyer.pdf
+OK 20210413005955 https://www.insidehighered.com/news/2019/04/17/advocates-student-learning-assessment-say-its-time-different-approach
+OK 20210305125233 http://intersections.anu.edu.au/issue2/Berry.html
+MISS NA http://dx.doi.org/10.1590/S0100-204X2010000600009
+MISS NA http://www.transparency.org/whatwedo/pub/curbing_corruption_in_public_procurement_a_practica
+OK 20200721100841 https://doi.org/10.1016/j.nimb.2007.01.138
+OK 20170130234210 http://planipolis.iiep.unesco.org/upload/Tanzania%20UR/Tanzania_UR_TVETDP.pdf
+OK 20190121190412 www.irinnews.org/report/100960/aceh-redux-tsunami-helped-stop-war
+MISS NA http://maps.mapywig.org/m/German_maps/series/100K_
+OK 20140114052300 http://www.soe.wa.gov.au/site/files/pdf/SoE%20Report_1998_complete.pdf
+OK 20210115124524 http://CRAN.R-project.org/package=Kendall
+OK 20121111122116 http://www.ic.nhs.uk/statistics-and-data-collections/health-and-lifestyles-related-surveys/health-survey-for-england/health-survey-for-england-2006-latest-trends
+OK 20210415052425 www.ids.ac.uk/ids/bookshop
+OK 20180602164517 https://doi.org/10.15802/stp2016/90489
+OK 20210302233854 http://polioeradication.org/where-we-work/polio-endemic-countries/
+OK 20180603044433 https://doi.org/10.1097/00010694-198511000-00002
+MISS NA http://www.theglobalfund.org/documents/oig
+OK 20161102025108 http://dx.doi.org/10.3998/ark.5550190.0012.107
+OK 20200829164603 https://doi.org/10.1137/S009753970544713X
+OK 20200616013247 https://doi.org/10.1029/1999jd900072
+OK 20210323015001 http://dx.doi.org/10
+OK 20210411044821 http://www.ala.org/news/state-americas-libraries-report-2016
+OK 20190502204141 https://doi.org/10.1038/204564a0
+OK 20200609225907 https://bit.ly/2JA0OsF
+OK 20180602013249 https://doi.org/10.3201/eid1411.071649
+OK 20210410090343 http://libnids.sourceforge.net/
+MISS NA https://www.worldbank.org/en/whatwedo
+OK 20200624045530 https://doi.org/10.1016/j.cptl.2016.08.046
+OK 20210412230515 https://doi.org/10
+OK 20210318015206 http://soho.nascom.nasa.gov/publications/ESA_Bull102.pdf
+OK 20180612231357 https://doi.org/10.1007/s00394-012-0314-8
+OK 20180602133557 https://doi.org/10.1080/13604813.2011.595108
+MISS NA https://doi.org/10.32991/2237-2717.2020v10i1.p23-5148
+OK 20200215014622 https://doi.org/10.3989/gladius.2018.04
+OK 20150615044526 http://dx.doi.org/10.2307/2952171
+OK 20210415084402 http://dx.doi.org/10.1086/595011
+OK 20210415001559 https://doi.org/10.1029/
+MISS NA http://dx.doi.org/10.3390/rs3051029
+MISS NA http://www.endhomelessness.org/back/FamilyHomelessness.pdfB-27
+OK 20200720015124 https://doi.org/10.1002/stem.1409
+OK 20210211030613 http://news.com.com/2100-1023-843114.html
+OK 20100326185802 http://www.nabi.com/images/factsheets/fsStaphVAX.pdf
+OK 20170313123728 http://www.tainstruments.com/wp-content/uploads/BROCH-TGASDT-2014-EN.pdf
+OK 20190927195713 http://mini-sharing.blogspot.co.id/2013/11/pengenalan-file-dan-pemrograman-batch.html
+OK 20210331170025 http://globocan.iarc.fr/old/FactSheets/cancers/cervix-new.asp
+OK 20180602200245 https://doi.org/10.1128/AEM.00730-15
+MISS NA https://doi.org/10.1016/S0891-5849
+OK 20200430061107 http://www.irisa.fr/vista/actions/hollywood2
+OK 20191101072049 http://spkurdyumov.ru/uploads/2013/09/steeeppin.pdf
+OK 20140216132953 http://dx.doi.org/10.1055/s-2007-969810
+OK 20210308203256 https://doi.org/10.1038/nature09816
+OK 20210308221218 https://doi.org/10.1146/annurev.psych.093008.100412
+OK 20210224172201 http://www.who.int/fctc/signatories_parties/en/index.html
+MISS NA http://trade.ec.europa.eu/do-clib/docs/2008/october/tradoc_141032.pdf
+MISS NA https://infostore.saiglobal.com/en-au/Standards/TAPPI-T-410-om-08-1079196/.Accessedon
+OK 20210418034638 https://doi.org/10.1080/027868290903907
+OK 20210228082159 http://dx.doi.org/10.1093/eurjhf/hfs095
+OK 20200602211334 http://dx.doi.org/10.1016/j.jhazmat.2007.05.065
+OK 20200729104625 https://doi.org/10.1016/j.brat.2012.04.001
+OK 20201020183602 https://doi.org/10.1146/annurev.clinpsy.1.102803.143833
+OK 20210422075511 http://www.ojp.usdoj.gov/bjs/crimoff.htm
+OK 20180605150516 https://doi.org/10.1016/j.ctrv.2016.02.001
+OK 20210413122049 http://www.shell.com/scenarios/
+OK 20210413022738 http://mathworld.wolfram.com/HeronsFormula.html
+MISS NA http://www.telegrafo.com.ec/sociedad/item/es-la-campana-de-dano-mas-grande-que-ha-encarado-yachay.html
+MISS NA http://www.sciencemag.org/content/214/4520/573.long.Accessed
+OK 20180602070305 https://doi.org/10.1099/00222615-10-4-403
+OK 20180505194503 http://dewey.uab.es/pmarques
+OK 20210413060256 http://rhetoric.bg/
+OK 20210414220546 http://www.coreims.co.uk/
+OK 20190929193716 http://old.hltmag.co.uk/feb17/mart03.htm
+OK 20160324062804 http://www.convencionsalud2015.sld.cu/index.php/convencionsalud/2015/paper/view/874/760
+OK 20210420232523 cairn.info
+MISS NA https://journals.sagepub.com/doi/abs/10.1177/1464884917738376
+OK 20180603152041 https://doi.org/10.1186/1475-2891-11-105
+MISS NA http://jpkc.hebtu.edu.cn/NR/rdonlyres/Sloan-School-of-Management/15-352Spring-2005/D2C127A9-B712-4ACD-AA82-C57DE2844B8B/0/lakhaniwolf.pdfAccessed9
+OK 20180422123453 http://www.statcan.gc.ca/pub/82-003-x/2011004/article/11560-eng.htm
+MISS NA http://digi-tal-library.theiet.org/content/journals/10.1049/iet-com.2010.0409.Accessed10
+OK 20200813095954 http://retratosdaescola.emnuvens.com.br/rde/article/view/756
+MISS NA https://doi.org/10.1111/j.1469-8749.2009.03519.x10
+OK 20161227020529 http://www.tranenynj.com/files/trane_chiller_reference.pdf
+OK 20210420073918 http://dx.doi.org/10.1126/science.2321027
+OK 20180604004620 https://doi.org/10.1074/jbc.M513015200
+MISS NA https://training.cochrane.org/handbook.Accessed31
+OK 20180611170838 https://doi.org/10.1007/978-3-319-43589-3_13
+OK 20190530000513 https://www.nhg.org/standaarden/samenvatting/urineweginfecties
+OK 20210308003732 https://doi.org/10.1038/nature03052
+OK 20210414215400 www.cis.org/articles/2005/kephart.html
+MISS NA www.swarb.co.uk/lawb/cpucmaExtradition.shtmlAsianSchoolofCyberlaws
+OK 20180602021347 https://doi.org/10.2134/jeq2005.0581
+OK 20180602120850 https://doi.org/10.1172/JCI8317
+OK 20110905092001 http://ees.3dataweb.gr
+OK 20210415124159 www.ansoft.com
+OK 20180603050155 https://doi.org/10.1080/07370008.2017.1317125
+OK 20161029221706 http://robrohan.com/2009/01/30/saving-a-customised-linux-amazon-instance-ec2-and-s3/
+MISS NA https://doi.org/10.1016/S0022-1759
+OK 20210415173543 https://sph.uth.edu/retnet/sum-dis.htm
+OK 20180602163234 https://doi.org/10.3767/003158516X689666
+OK 20210224195515 http://water.nier.go.kr
+OK 20200715062248 https://www.untestedideas.com/uploads/3/1/1/6/3116134/factors_affecting_student_math_achievement.pdf
+OK 20170816220648 http://www.scielo.br/pdf/eq/v34n3/02.pdf
+OK 20180602031705 https://doi.org/10.1080/02673037.2017.1302079
+MISS NA http://www.math.ucla.edu/~hida/LMW.pdf
+OK 20200223133644 http://aquaticcommons.org/id/eprint/120
+MISS NA http://dx.doi.org/10.2298/FIL1607659Q
+MISS NA http://www.pdaa.edu.ua/sites/default/files/nppdaa/6.1/164.pdf7.ЛогошаРВ.ТрансформаціїринкуовочіввУкраїні/Р.В.Логоша//Економіка.фінанси.менеджмент:ак-туальніпитаннянаукиіпрактики.-2016.-№3
+OK 20210224161853 http://dx.doi.org/10.1038/npp.2012.51
+MISS NA https://doi.org/10.1128/MCB.00712-15PMid
+MISS NA https://doi.org/10.1016/j.atherosclerosis.2009.09.014
+MISS NA http://endoskopi.tgv.org.tr/en/makale.php?id=99
+MISS NA http://www.cms.int/documents/appendix/appendices_e.pdf.Accessed
+MISS NA http://www.jbc.org/content/273/48/32063
+OK 20200330082837 https://doi.org/10.1016/j.cub.2018.11.061
+OK 20180602185156 https://doi.org/10.1371/journal.pone.0099523
+OK 20160804032204 http://webworld.unesco.org/water/wwap/wwdr/indicators/pdf/A3_Relative_water_stress_index.pdf
+MISS NA http://dx.doi.org/10.1590/2317-1782/20162015169
+OK 20200828110611 https://doi.org/10.1007/s11205-013-0361-4
+OK 20210224222333 http://www.capmed.com/solutions/applications.asp
+OK 20210413140615 https://lindat.mff.cuni.cz
+OK 20160926025741 http://www.ted.com/talks/anant_agarwal_why_massively_open_online_courses_still_matter/transcript?language=en
+MISS NA http://dx.doi.org/10.4142/jvs.2011.12.2.151
+OK 20210421043949 http://www.pewinternet.org/2013/06/05/smartphone-ownership-2013/
+OK 20210311180548 http://www.rfc-editor.org/info/rfc7260
+OK 20141205134907 http://archive.gamespy.com/halloffame/october00/voodoo1
+MISS NA http://dx.doi.org/10.1007/s11665-011-9925-0
+OK 20191016064020 http://minjust.gov.tm/tm/mmerkezi/doc_view.php?doc_id=8367
+MISS NA http://www.cdc.gov/ncidod/dbmd/phlisdata/salmonella.htm.Accessed
+OK 20180602012604 https://doi.org/10.5932/JKPHN.2015.29.1.5
+OK 20150616132020 http://sitl.diputados.gob.mx/lxii_leg/integrantes_de_comisionlxii.php?comt=29
+OK 20160412012142 http://www.eng.ox.ac.uk/~conmrc/mpc/mpc_lec1.pdf
+MISS NA https://resourcecentre.savethechildren.net/library/short-changed-human-and-economic-cost-child-undernutrition-papua-new-guinea
+MISS NA http://naps.gov.ua/uploads/files/sod/NSKO
+MISS NA http://dx.doi.org/10.1007/s10816-010-9080-1
+OK 20210125091413 www.elsevier.nl/locate/econbase
+OK 20200719072547 http://www.itcon.org/1998/2/
+OK 20210322111427 http://www.linuxdoc.org/HOWTO/Secure-Programs-HOWTO/
+OK 20200623213116 https://doi.org/10.1007/s00269-007-0157-7
+OK 20170916005422 http://jungle-world.com/artikel/2015/22/52032.html
+OK 20200520024015 https://doi.org/10.5194/acp-14-12181-2014
+OK 20210421180412 http://www.bio.org
+OK 20180602034108 https://doi.org/10.1111/j.1467-9930.2008.00282.x
+OK 20170813210156 https://run.unl.pt/bitstream/10362/4240/1/DISSERTA%C3%87%C3%83O.pdf
+OK 20160630054334 http://dx.doi.org/10.1037/0096-1523.24.4.1131
+MISS NA fromwww.fao.org/statistics/databases/en/
+OK 20160709131704 http://www.icaac.org/index.php/scientific-activities/asm-live-at-icaac
+MISS NA http://www.cadth.ca/index.php/en/cer
+OK 20190731152349 https://doi.org/10.1016/j.jbusvent.2004.02.002
+MISS NA http://ssrn.com/abstract=967417
+OK 20170618131136 http://unesdoc.unesco.org/images/0015/001535/153585sb.pdf
+MISS NA http://dx.doi.org/10.3816/CLC.2010.n.002
+MISS NA www.worldbank.org/data/wdi2003/index.htmS
+OK 20210412231333 https://mesophotic.ccs.miami.edu
+OK 20200709193021 http://dx.doi.org/10.1093/mp/ssq048
+MISS NA http://dx.doi.org/10.5120/4138-5985
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://dx.doi.org/10.26877/mpp.v13i2.5096
+OK 20180602164004 https://doi.org/10.1186/1743-422X-10-204
+OK 20210113050546 http://dx.doi.org/10.1016/j.jpowsour.2010.11.134
+MISS NA http://www.sdh.gov.br/assuntos/lgbt/pdf/relatorio--violencia--homofobica--ano--2012
+OK 20180603013810 https://doi.org/10.4186/ej.2013.17.3.43
+OK 20180602200959 http://doi.org/10.1371/journal.pone.0103781
+OK 20180605035213 https://doi.org/10.1007/978-3-642-24666-1_26
+MISS NA http://www.gs−as.com/Art%C3%ADculos_de_investigaci%C3%B3n_y_desarrollo_.aspx?ID=1490
+OK 20120924205124 http://www.wales.nhs.uk/caris
+OK 20191206231006 https://doi.org/10.1038/emboj.2011.86
+MISS NA http://muse.jhu.edu/journals/chq/summary/v035/35.2.wu.html
+OK 20201109034138 https://www.theguardian.com/sustainable-business/2017/jul/18/peak-car-driverless-technology-car-ownership-tesla-nissan-uber
+OK 20191213235227 http://www.huffingtonpost.com/peter-h-gleick/the-costs-of-californias_b_4747043.html
+MISS NA http://dx.doi.org/10.1016/S0019-8501(03)00030-0
+OK 20210419113704 http://dx.doi.org/10.1038/nclimate1229
+OK 20201028132958 http://chs.mak.ac.ug/content/mesau
+OK 20200521042124 https://doi.org/10.1371/journal.pone.0199760
+MISS NA http://dx.doi.org/10.1016/j.neulet.2012.02.07622414861
+MISS NA http://dx.doi.org/10.1080/01496395.2012.726309
+OK 20180603170556 https://doi.org/10.1002/csr.1337
+OK 20201202212610 http://www.scouts.ca/cys/policy-bullying-and-harassment.pdf
+OK 20201227104114 http://www.ifpri.org/pubs/bp/bp013Table01.pdf
+OK 20150608132454 http://www.espacoacademico.com.br/063/63esp_pinto.htm#_ftn2
+MISS NA http://www.haqeeqa.net/Subject.aspx?id=104
+OK 20210422091918 http://www.apa.org/ethics/code/
+MISS NA http://www.psychologos.ru/ar-ticles/view/emocii_i_chuvstva
+OK 20170702202139 http://dx.doi.org/10.1093/eurpub/ckv111
+OK 20171117040226 http://www.immunisation.ie/en/HealthcareProfessionals/ImmunisationGuidelines/#d.en.9
+MISS NA https://www.dovepress.com/by54.191.40
+OK 20210324165745 http://dwrcdc.nr.utah.gov/ucdc
+OK 20210415031959 http://www.huffingtonpost.com/alastair-crooke/isis-wahhabism-saudi-arabia_b_5717157.html
+MISS NA http://dx.doi.org/10.1016/j.expneurol.2009.07.018
+MISS NA http://www.laender-analysen
+OK 20201108105208 http://dx.doi.org/10.1371/journal.pone.0091076
+MISS NA https://www.northwell.edu/sites/default/files/Brain%20Injury%20Conf-NSLIJ%20Rehabilitation%20Network_10-24-15.pdf
+MISS NA http://dx.doi.org/10.1016/B978-0-08-044894-7.01317-8
+MISS NA http://dx.doi.org/10.13189/ujcmj.2015.030401
+MISS NA http://min-cult.kmu.gov.ua/control/publish/article?art_id=245410068
+MISS NA http://dx.doi.org/10.1002/jhet.5570360126
+OK 20180602010241 https://doi.org/10.1159/000366423
+MISS NA www.ageinternational.org.uk/globalassets/documents/exec-summary_facing-the-facts_age-international.pdf
+OK 20130414052314 http://dx.doi.org/10.1111/j.1745-7599.2008.00366.x
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/8252217
+MISS NA https://ru.wikipedia.org/wiki/Dornod
+OK 20170828051106 www.defra.gov.uk/statistics/foodfarm/enviro/fertiliserpractice
+OK 20200709104627 https://doi.org/10.1007/s11162-011-9241-4
+OK 20180610090813 https://doi.org/10.1007/s00520-014-2413-y
+OK 20151024101631 http://www.pioneer.com/web/site/portal/menuitem.cc20eec90551c318bc0c0a03d10093a0/
+MISS NA http://dx.doi.org/10.1136/jmg.2003.012658
+OK 20210319020907 https://doi.org/10.1016/j.cell.2013.05.039
+OK 20200716082108 http://www.jstor.org/stable/2328295
+OK 20190507195200 https://doi.org/10.1186/1471-2458-11-53
+OK 20120105105752 http://ww2.prefeitura.sp.gov.br/arquivos/secretarias/saude/popnegra/DoencaFalciforme_ProgramaAtencaoIntegral.pdf
+OK 20210412203050 http://cbs.umn.edu/biophys/OLTB/channel/Gilson.M.pdf
+OK 20210420225841 http://www.ll.mit.edu
+OK 20200908101651 http://dx.doi.org/10.1002/ajmg.a.35246
+OK 20180605063814 https://doi.org/10.3989/mc.2014.04513
+OK 20140820001116 http://www.promalaga.es/?page_id=284
+MISS NA http://www.hpa.org.uk/web/HPA-webFile/HPAweb_C/1296683847254on3
+OK 20210125062148 http://www.onboard.jetbrains.com/articles/04/10/lop/
+OK 20161216145052 http://www.realtimearts.net/article/59/7365
+OK 20210129215233 http://www.specknet.org/
+MISS NA http://www.legislation.gov.uk/ukpga/2004/30/contents.Ac-cessed17
+MISS NA http://dx.doi.org/10.1057/palgrave.mel.9100177
+OK 20200813134911 http://moit.vivt.ru
+OK 20190322220843 https://www.ncbi.nlm.nih.gov/pubmed/20083386
+MISS NA http://ofai.org/2014/08/invitation-for-open-source-seed-system-workshop/
+OK 20180602105830 https://doi.org/10.1172/JCI21867
+OK 20180602102043 https://doi.org/10.3386/w17042
+OK 20180602134107 https://doi.org/10.1083/jcb.119.3.583
+OK 20201111203430 http://www.krugerpark.co.za/krugerpark-times-4-15-elephant-24658.html
+OK 20200214154400 https://doi.org/10.1007/s13197-012-0829-2
+OK 20180603070748 https://doi.org/10.1038/sj.gt.3302379
+MISS NA https://www.Psychologytoday.sptember
+OK 20210414051619 http://www.sandeeonline.com/uploads/documents/publication/868_PUB_Working_Paper_45.pdf
+OK 20210202010537 https://www.paymentssource.com/news/disruptor-chris-larsen-returns-with-a-bitcoin-like-payments-system
+OK 20160120014951 http://www.thejakartapost.com/news/2016/01/16/ite-law-spreads-fear-democracy.html
+OK 20200209034230 https://doi.org/10.5194/acp-2019-916
+OK 20180603144710 https://doi.org/10.1002/2017JC013279
+OK 20201029172431 https://www.springer.com/gp/about-springer/media/press-releases/corporate/springer-nature-and-journal-editors-team-up-in-project-for-developing-countries-/10726022
+OK 20200816053552 https://doi.org/10.1016/j.tics.2011.07.005
+MISS NA http://dx.doi.org/10.1080/09585192.2017.1380063
+MISS NA http://desarrollo.ut.edu.co/tolima/hermesoft/portal/home_1/rec/arc_17411.pdf
+OK 20200710050218 https://doi.org/10.1088/0264-9381/19/1/311
+OK 20201024025645 https://www.municode.com/library/ca/san_jose/codes/code_of_ordinances
+OK 20210418174651 http://www.ni.com/
+OK 20201025122414 https://ru.wikipedia.org/wiki/ZigBee
+MISS NA http://dx
+OK 20190811075934 http://www.newspaperscanada.ca/about-newspapers/faq-about-newspapers
+OK 20190719150901 http://www.idpjournal.com/content/4/1/45
+OK 20180602194900 http://link.aps.org/doi/10.1103/PhysRevC.90.012501
+MISS NA http://www.scielo.org.ve/scielo.php?pid=S101029142013000200003&script=sci_arttext
+OK 20071118052840 http://dx.doi.org/10.1016/S0031-3203(96)00177-X
+MISS NA https://www.cdc.gov/HealthyYouth/asthma/pdf/strategies.pdf.Accessed
+OK 20210412231507 http://evolve.zoo.ox.ac.uk/
+OK 20210421195650 http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=
+OK 20180602111342 https://doi.org/10.1038/nchembio.797
+MISS NA https://www.heacademy.ac.uk/system/files/learning_journeys_2013_0.pdf
+OK 20010611124149 http://www.nettskolen.com/alle/forskning/21/hexagon.html
+OK 20180602123431 https://doi.org/10.7751/cunninghamia.2012.12.015
+OK 20180610031508 https://doi.org/10.1016/j.neuron.2012.02.025
+MISS NA http://www.majersite.org/issue3/1dogan.pdfadresindenerişildi
+MISS NA http://docs.python.org/3/reference/in-dex.html#reference-index
+OK 20210127233707 http://www.eia.doe.gov/cneaf/electricity/epa/epates.html
+MISS NA http://www.wga.hu/detail/m/michelan/3sistina/1genesis/7earth/07_3ce7
+OK 20180609181532 https://doi.org/10.1515/rela-2017-0006
+MISS NA www.science-mag.org/cgi/content/full/282/5393/1383a?maxtoshow=&HITS=10&hits=10&RESULTFORMAT=&author1=PAULY&searchid=1108594059175_11362&stored_search=&FIRSTINDEX=0&fdate=1/1/1998&tdate=12/31/1998
+MISS NA https://purl.stanford.edu/ty888cc0725
+OK 20200516072308 https://doi.org/10.1089/fpd.2015.1969
+OK 20200812053119 http://dx.doi.org/10.1590/S0034-89102000000200012
+MISS NA http://dx.doi.org/10.1002/eji.201242620
+OK 20210416114734 http://www.journalism.org/2012/11/02/winning-media-campaign-2012
+OK 20190618113702 http://www.npc.gov.cn/npc/lfzt/rlys/2014-10/24/content_1882723.htm
+OK 20100302130329 http://biomet.oxfordjournals.org/cgi/content/abstract/95/2/365
+OK 20170723072830 http://dx.doi.org/10.1007/s11258-014-0402-3
+MISS NA https://doi.org/10.1109/ICCV.2011.6126441
+OK 20210415082502 www.omg.org/spec/MOF/2.4.1/
+OK 20190703231044 http://www.pervasivehealthcare.dk/
+OK 20210319013831 http://www.agcensus.usda.gov/Publications/2007/Full_Report/usv1.pdf
+OK 20180604234348 https://doi.org/10.5771/9783845234724-331
+OK 20180609090244 https://doi.org/10.1016/j.ufug.2017.10.016
+OK 20210412230515 https://doi.org/10
+OK 20210421144554 http://stats.oecd.org/
+OK 20181130134418 http://www.consecol.org/vol1/iss1/art4
+OK 20210418153311 http://www.americanrhetoric.com/speeches/mlkihaveadream.htm
+MISS NA http://www.conama11.vsf.es/conama10/download/files/conama2016/CT%202016/1998973509.pdf
+OK 20080518104649 http://www.whitehousedrugpolicy.gov/news/testimony05/021005/part1.html#a1
+MISS NA http://www.vocesenelfenix.com/content/el-avance-de-la-frontera-agr%C3%ADcola-en-regiones-extra-pampeanas
+OK 20201022194158 https://doi.org/10.4236/jbise.2013.68A1004
+OK 20210415052640 http://www.justice.gov/opa/pr/2011/February/11-ag-223.html
+OK 20210417030103 http://www.ejel.org/volume-2/vol2-issue1/issue1-art25.htm
+OK 20180605040928 https://doi.org/10.1016/j.gene.2015.04.081
+OK 20180613173939 https://doi.org/10.1016/j.watres.2014.07.025
+OK 20210418171959 http://dx.doi.org/10.1080/003655202320378220
+OK 20200709165523 https://www.mackinac.org/archives/2008/s2008-01.pdf
+OK 20210116115308 http://www.sga.usp.br/acoes-da-sga/
+OK 20200729055735 https://doi.org/10.1097/CCM.0b013e3181cc4a67
+OK 20161027074248 http://www.generationim.com/media/pdf-wsj-manifesto-sustainable-capitalism-14-12-11.pdf
+MISS NA http://www.njrcentre.org.uk/njr-centre/Reports,PublicationsandMinutes/Annualreports/tabid/86/Default.aspx
+OK 20180602094441 https://doi.org/10.1016/j.actpsy.2012.06.006
+OK 20180603035713 https://doi.org/10.1186/1471-2229-13-86
+OK 20180604021755 https://doi.org/10.1097/YCO.0b013e328324bc43
+OK 20210322081910 http://www.ngs.noaa.gov/gps-toolbox/sp3intrp.htm
+OK 20180418190248 http://rauli.cbs.dk/index.php/assc/article/viewFile/1481/1493
+OK 20200130115628 http://www.aneel.gov.br/aplicacoes/atlas/energia_eolica/6_6_1.htm
+MISS NA http://www.semiconwest.org/sites/semiconwest.org/files/data15/docs/Rajeev%20Rajan_GF.pdf
+OK 20210415074534 http://www.nature.com/ejhg
+OK 20200721233623 https://doi.org/10.1186/s13660-019-2199-z
+OK 20210320124801 http://dx.doi.org/10.1101/gr.129684.111
+OK 20200612161805 http://dx.doi.org/10.1139/Z03-117
+OK 20191117195743 https://doi.org/10.1111/j.1755-0998.2008.02392.x
+OK 20180603120747 https://doi.org/10.1073/pnas.81.17.5571
+OK 20180604142611 https://doi.org/10.1002/9781118818275
+OK 20201128103502 http://www.qualitative-research.net/index.php/fqs/article/view/1132/2520
+OK 20160425115551 http://dx.doi.org/10.1542/peds.2008-2251
+OK 20171215112903 http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7317502
+OK 20150315152715 http://dx.doi.org/10.1016/S0006-3495(90)82416-4
+OK 20201127230801 http://www.jpl.nasa.gov/news/news.php?feature=343
+OK 20161224175017 https://www.growafrica.com/about/who-we-are
+OK 20160505124142 http://dx.doi.org/10.1186/1471-2229-10-14
+MISS NA http://dx.doi.org/10.1002/pros.20710
+OK 20170829102311 http://voterguide.sos.ca.gov/propositions/26/arguments-rebuttals.htm
+MISS NA http://wikileaks.org/wiki/ACTA_negotiations_brief_on_Border_Mea-sures_and_Civil_Enforcement_2008Fechadeconsulta:22defebrerode2012
+OK 20170410081834 http://www.naturalresources.csdb.cn
+OK 20180609072134 https://doi.org/10.1016/j.ijpharm.2008.12.017
+OK 20180608083211 https://doi.org/10.1016/j.jbankfin.2017.03.020
+MISS NA http://www.jstor.org/discover/10.2307/40337870?uid=3737664&uid=2&uid=4&sid=21104954076407
+OK 20210422072239 http://www.cisco.com
+MISS NA http://www.homestead.com/fcce/mission.html.Accessed
+MISS NA https://dinastipub.org/DIJMSPage405
+OK 20210403190000 http://blog.nielsen.com/nielsenwire/press/nielsen-fact-sheet-2010.pdf
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/29374876
+OK 20210225054742 http://dx.doi.org/10.1162/089120103321337421
+OK 20201115224406 https://doi.org/10.1681/ASN.2010020186
+OK 20210327143846 http://nces.ed.gov/programs/quarterly/Vol_4/4_2/2-1.asp
+OK 20201031082401 http://www.batut.org.rs/download/publikacije/2013SerbiaHealthSurvey.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20100723180928 http://article20.elsevier.com/contest/home.html
+OK 20210328083136 http://dx.doi.org/10.1016/S1473-3099
+OK 20200721023315 http://plato.stanford.edu/archives/spr2009/entries/descriptions/
+OK 20180602222426 https://doi.org/10.1177/0013164409344490
+OK 20210111091240 http://www.youtube.com/watch?v=gDKivlGmia4&feature=youtube_gdata_player
+OK 20201006194056 https://doi.org/10.1002/2016GL067911
+MISS NA http://www.economics-ejournal.org/economics/discussionpapersijef.ccsenet.org
+OK 20200721114953 play.google.com/store/books/details?id=BfcqphyXdI4C
+MISS NA http://www.fazendogenero8.ufsc.br/sts/ST21/Toneli-Lago-
+OK 20180604151232 https://doi.org/10.1002/anie.201301622
+OK 20210308023056 http://doi.org/10.1016/j.biocon.2008.03.022
+OK 20170910094937 https://www.scup.org/page/resources
+MISS NA https://doi.org/10.1016/0166-2236
+MISS NA https://doi.org/10.1016/j.tra.2018.11.016
+OK 20180605104722 https://doi.org/10.1093/rof/rfq013
+OK 20180603011707 https://doi.org/10.1111/1473-4192.00005
+OK 20210416172230 https://doi.org/10.1039/c0cc02604b
+OK 20170923071931 http://www.liverpoolmuseums.org.uk/ism/collections/freedom_sculpture/
+MISS NA http://www.opticsinfobase.org/abstract.cfm?URI=ol-24-8-510
+OK 20180603205825 https://doi.org/10.1023/b:qure.0000040784.65830.9f
+OK 20210126033151 http://teki.bkpan.poznan.pl/index_regesty.html
+OK 20200807051306 http://dx.doi.org/10.1016/j.precamres.2006.01.008
+MISS NA http://dx.doi.org/10.1016/j.desal.2011.07.033
+MISS NA https://doi.org/10.1042/BCJ20170418
+OK 20201021011453 http://news.xinhuanet.com/english2010/china/2011-03/03/c_13759456.htm
+OK 20200710001739 https://doi.org/10.1371/journal.pone.0068739
+MISS NA http://dx.doi.org/10.1016/j.cej.2016.06.125
+OK 20210421143030 http://www.un.org/sustainabledevelopment/sustainable-development-goals
+MISS NA https://doi.org/10.1002/1097-0266
+OK 20180603193932 http://doi.org/10.1093/scan/nst179
+OK 20160306083751 http://ccla.org/2011/02/28/take-action-g-20/
+MISS NA http://www.healthierwork.act.gov.au/wp-content/uploads/2015/01/Health_and_Wellbeing_Policy_Template.doc.Accessed21
+OK 20180602032820 https://doi.org/10.1006/gyno.2002.6713
+OK 20180611125539 https://doi.org/10.1016/j.rser.2017.04.114
+MISS NA http://www.accessmedi-cine.com
+OK 20210405053633 https://www.ers.usda.gov/data-products/chart-gallery/gallery/chart-detail/?chartId=77773
+MISS NA https://doi.org/10.1186/s40249-017-0288-0PMID
+OK 20180612153448 https://doi.org/10.1016/j.cca.2010.09.006
+OK 20210224125507 http://arxiv.org/pdf/1110.4623.pdf
+MISS NA http://nl1946.policyalternatives.org/sites/default/files/uploads/publications/BC_Office_Pubs/public_power_bchydro.pdf
+OK 20180612045443 https://doi.org/10.1109/TMECH.2009.2021470
+MISS NA https://cyberleninka.ru/article/v/statistika-suitsidov-v-mire-korni-i-krona-kommentarii-k-statie-s-helama-ya-holopainen-t-partonen
+OK 20210414203309 http://www.boe.es/boe/dias/2006/05/04/pdfs/A17158-17207.pdf
+MISS NA https://www.acpe-accredit.org/pdf/Standards2016FINAL.pdf.Accessed
+OK 20201114212109 http://www.ncbi.nlm.nih.gov/pubmed/15479938
+OK 20210413052238 http://pubs.er.usgs.gov/publication/wsp2220
+OK 20210412232945 https://doi.org/10.5670/oceanog.2017.426
+MISS NA http://dx.doi.org/10.1111/2049-632X.12027
+OK 20201127022200 http://journals.openedition.org/rfsic/1836
+OK 20150919160407 http://dx.doi.org/10.1186/1471-2458-10-418
+MISS NA http://prodinra.inra.fr/record/151462
+OK 20210316012356 http://www.w3.org/TR/2004/REC-owl-semantics-20040210/
+OK 20130628071603 http://dx.doi.org/10.1063/1.2973815
+OK 20210129025207 http://news.bbc.co.uk/2/hi/programmes/newsnight/4583924.stm
+OK 20200812123414 http://dx.doi.org/10.1016/j.tmrv.2011.07.007
+OK 20210413003911 http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1404833&is-number=30415
+MISS NA http://www.bfs.ad-min.ch/bfs/portal/fr/index/themen/17/03/blank/key/2006/03.html,6.05
+OK 20210412230515 https://doi.org/10
+MISS NA http://repository.essex.ac.uk/20094/1/Critically%20assessing%20digital%20documents%20materiality%20and%20the%20interpre
+MISS NA https://orcid.org/0000-0003-4405-6295
+OK 20210414195148 http://www.kluwerarbitration.com
+MISS NA http://www.r-project.org.Accessed
+MISS NA http://westadoe.ir/LinkClick.aspx?fileticket=srAa%2B%2FokPKw%3D&tabid=6887&mid=11903
+OK 20200212085321 https://doi.org/10.26480/aim.01.2018.10.11
+OK 20070217011556 http://domino.research.ibm.com/comm/research_projects.nsf/pages/i3.index.html
+OK 20200414222718 http://dx.doi.org/10.1007/BF02294170
+MISS NA http://www.spg.sc.gov.br/menu/desenv_economico/01_camara_Casarotto.ppt
+OK 20210211080759 Http://Www.Teses.Usp.Br/Teses/Disponiveis/10/10136/Tde-03052004-121114/
+OK 20200719002006 http://www.seer.ufu.br/index.php/campoterritorio/issue/current
+OK 20141130222714 http://www.cyberbullying.ca/pdf/Cyberbullying_Information.pdf
+MISS NA http://jcs.sagepub.com/content/13/3/393
+OK 20190722200111 http://www.onlineinc.com/onlinemag/JanOL98/crawford1.html
+MISS NA https://doi.org/10.18434/T4W30F.https://www.nist.gov/pml/atomic-spectra-database
+OK 20200613194705 http://dx.doi.org/10.5465/AMR.2006.21318923
+MISS NA http://nuevomundo.revues.org/index2260.htmlDicionáriodeFilosofia,MoralePolíticaInstitutodeFilosofiadaLinguagem
+OK 20200920213610 http://www.unhcr.org/4bf644779.html
+OK 20160723093611 http://dx.doi.org/10.1016/S0024-6301(97)90260-0
+OK 20180602135412 https://doi.org/10.1016/j.powtec.2015.04.057
+OK 20190502200516 https://equidadycalidadeducativa.buenosaires.gob.ar
+OK 20160315110117 http://dx.doi.org/10.1034/j.1600-0412.2000.0790121134.x
+OK 20200607032150 http://dx.doi.org/10.1016/j.pbi.2011.04.004
+OK 20161009203923 http://www.eeas.europa.eu/delegations/mongolia/eu_mongolia/political_relations/index_en.htm
+OK 20210413121118 https://scholar.google.com/scholar?hl=en&as_sdt=0%2C5&q=Quality+and+Features+of+Education+in+the+Muslim+World+Sayyed+Farooq+Shah1%2C*%2C+Safdar+Rehman+Ghazi1+%2C+Miraj-ud-Din2+%2C+Saqib+Shahzad3+%2C+Irfan+Ullah1&btnG=
+MISS NA https://lakemedelsverket.se/upload/halso-och-sjukvard/behandlingsrekommendationer/Sexuellt_overforbara_bakteriella_infektioner_behandlingsrekommendation_webb.pdfLicenseandcopyright
+MISS NA http://dx.doi.org/10.1016/j.jksus.2010.06.015
+OK 20191102044059 https://doi.org/10.1006/jsvi.1993.1198
+MISS NA https://www.thermofisher.com/blog/metals/the-power-behind-the-analyzer-x-ray-tubes
+MISS NA www.utwente.nl/cheps/documenten/2006wittedissertation.pdf
+OK 20210307212602 https://doi.org/10.1126/science.1165771
+OK 20100520074129 http://dx.doi.org/10.1128/JB.00085-07
+MISS NA http://dx.doi.org/10.1016/j.econedurev.2003.09
+OK 20210320172251 http://dx.doi.org/10.1371/journal.pmed.0030494
+OK 20200716014714 https://doi.org/10.1007/s11423-012-9271-4
+MISS NA http://web.ornl.gov/~webworks/cppr/y2002/pres/113141.pdf
+OK 20200905211908 https://doi.org/10.1016/j.jenvman.2019.06.037
+OK 20200527100459 https://doi.org/10.18697/ajfand.56.11545
+OK 20180605195741 https://doi.org/10.1007/s12520-015-0236-5
+OK 20210415070819 http://www.daviddfriedman.com/Academic/Coase_World.html
+OK 20201127012700 http://redescolar.ilce.edu.mx/redescolar/biblioteca/articulos/pdf/estrate.pdf
+OK 20200523070011 https://bit.ly/35sw5rO
+OK 20180602074957 https://doi.org/10.3389/fmicb.2016.01117
+OK 20210121022545 http://www.gaseq.co.uk/
+OK 20210301141045 http://link.springer.com/chapter/10.1007%2F978-3-540-77006-0_5
+MISS NA http://www.psc.gove.za
+OK 20200701085241 https://doi.org/10.1056/NEJMoa1100370
+OK 20201226194038 https://doi.org/10.1038/ijo.2009.177
+OK 20210421231756 http://socialmediatoday.com
+MISS NA http://www.scidev.net/en/middle-east-and-north-africa/news/bacteria-plants-tested-in-landmine-deactivation-method.html.Accessed
+OK 20201128114457 http://www.mdpi.com/2218-273X/5/4/3204
+OK 20201223200108 https://doi.org/10.1038/nature13138
+OK 20180603132042 https://doi.org/10.1111/tid.12214
+MISS NA https://www.cdc.gov/healthyweight/assessing/bmi/Chattaraman
+OK 20110513235546 http://doi.acm.org/10.1145/1361213.1361214
+OK 20160310103314 http://www.web40571.clarahost.co.uk/wilkie/biography/Caine1902.htm
+OK 20200712183203 http://www.ecb.int/pub/pdf/other/eubankingstructures201009en.pdf
+MISS NA http://dx.doi.org/10.1177/0007650307305371
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S1539299600018190
+OK 20170703033448 http://dx.doi.org/10.1287/opre.34.4.513
+OK 20210415061127 http://www.iot-a.eu
+OK 20200926082300 https://doi.org/10.1126/science.1157425
+OK 20081121122538 http://www.instituteforpr.org/files/uploads/2001_InternetImpact.pdf
+OK 20130116045226 http://dx.doi.org/10.1016/j.ijpe.2007.09.004
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200820064802 https://doi.org/10.1016/j.hoc.2009.01.004
+OK 20160804052948 http://www.rosalux-nyc.org/wp-content/files_mf/scholz_platformcooperativism_2016.pdf
+OK 20180603030753 https://doi.org/10.1002/2015GL063360
+MISS NA https://www.census.gov/geo/reference/gtc/gtc_census_divreg.html.Revised
+MISS NA http://dx.doi.org/10.1080/09593969.2012.690777
+OK 20210329143228 http://dx.doi.org/10.1111/desc.12019
+OK 20180601233756 https://doi.org/10.1177/0192513X12467753
+OK 20210415043408 www.fooddynamics.org
+OK 20210308070904 https://doi.org/10.1080/11956860.2004.11682840
+OK 20210308145827 http://www.jstor.org/stable/2951767
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA https://doi.org/10.2214/ajr.184.5.01841456
+OK 20210320090738 https://www.ilo.org/dyn/normlex/en/f
+OK 20190905220558 http://www.leeds.ac.uk/educol/documents/00002130.htm
+OK 20090209223330 http://www.gsk.com/products/prescription_medicines/us/imitrex.htm
+MISS NA http://www.plasticsportal.net/wa/plasticsEU~it_IT/function/conversions:/publish/common/upload/technical_journals/plastics_trendreports/Rigid_polystyrene_foam.pdf
+OK 20200301213641 https://doi.org/10.5194/nhess-12-2065-2012
+OK 20200709102858 https://doi.org/10.1136/bmjopen-2017-020491
+OK 20210128022302 www.jeasd.org
+OK 20200701153838 https://doi.org/10.2308/accr.2005.80.2.539
+MISS NA http://dx.doi.org/10.1121/1.1547459
+MISS NA https://www.academia.edu/35357626/Historia_y_patrimonio_de_la_periferia_interior_de_Ibagu%C3%A9.Accessoen
+OK 20210413201134 http://scholarworks.umb.edu/cct_ccrp/1
+OK 20210311191828 https://doi.org/10.1109/TKDE.2005.99
+MISS NA http://www.ofaj.com.br/colunas
+MISS NA ufpe.br/biolmol/Phlebotominaeon-line/sumario.htm
+OK 20180612143943 https://doi.org/10.1016/S0092-8674(00)81699-2
+OK 20160305033948 http://dx.doi.org/10.1016/0959-8049(95)00664-8
+OK 20200124015721 http://dx.doi.org/10.1136/vr.105.3.60
+OK 20180604021815 https://doi.org/10.1177/004051750207200314
+OK 20160827200359 http://dx.doi.org/10.1007/s11269-015-0954-6
+OK 20170112143232 http://www.eunomios.org/contrib/bruhn1/bruhn1.html
+OK 20200519212905 https://doi.org/10.1006/jcph.1999.6363
+OK 20180603125844 https://doi.org/10.1080/15730620802213504
+OK 20200616050823 http://dx.doi.org/10.1002/wcc.11
+OK 20180602223041 https://doi.org/10.1016/j.ijcard.2015.01.061
+MISS NA http://dx.doi.org/10.1001/archinternmed.2012.2360
+MISS NA http://confluence.agilefinland.com/display/af/Secure+software+development+and+agile+methods+-+notes
+OK 20200408025255 http://www.eiro.eurofound.ie
+OK 20210308080141 https://doi.org/10.1890/02-3090
+OK 20201127014251 http://www.who.int/mediacentre/factsheets/fs288/en/index.html
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/?termϭexerciseϩisϩmedicine
+OK 20200702233930 https://doi.org/10.1016/j.ccr.2012.03.007
+MISS NA http://www.infor-mationweek.com/software/mooc-students-attracted-most-by-coursetopics/d/d-id/1110976
+MISS NA http://dx.doi.org/10.1007/BF00191043
+OK 20180608074710 https://doi.org/10.1016/j.coph.2017.09.004
+MISS NA http://dx.doi.org/10.1103/PhysRevD.96.046001
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.83
+OK 20200920230851 http://agris.fao.org/agris-search/search.do?recordID=LV2016029475
+MISS NA http://eos.arb.ca.gov/eos/PROJECTS/sip/ccos/JulyAug2000%20SIP%20Modeling%20Doc%20
+OK 20201029132922 https://doi.org/10.1016/j.jbankfin.2013.12.020
+OK 20210121010517 https://www.etsi.org/deliver/etsi_en/319400_319499/319401/02.02.01_60/en_319401v020201p.pdf
+OK 20210201070420 https://journal.iitta.gov.ua/index.php/itlt/article/view/1605
+MISS NA http://www.abralic.org.br/anais/cong2011/AnaisOnline/resumos/TC0316-1.pdf
+OK 20180601202045 https://doi.org/10.1158/1078-0432.CCR-14-1428
+MISS NA https://www.altera.com/enUS/pdfs/literature/hb/stratix-iv/stx45v2.pdf93
+OK 20180601205656 https://doi.org/10.1080/17461390902853069
+OK 20210414223143 http://dx.doi.org/10.1038/ismej.2010
+MISS NA http://ClinicalTrials.gov/show/NCT01698346
+OK 20200921063458 http://www.cinematical.com/2010/04/27/ozzy-osbourne-biopic-finally-in-the-works/
+OK 20210415052736 http://www.harmreductionjournal.com/content/9/1/5
+MISS NA https://doi.org/10.1016/j.chroma.2018.07.053
+OK 20180602081701 https://doi.org/10.4191/KCERS.2006.43.11.724
+MISS NA https://coinspot.io/analysis/analiz-kriptovalyuty-bitcoin-i-eyo-polozheniya-v-mire/СведенияобавторахInformationaboutauthors
+OK 20210308101554 https://doi.org/10.1093/beheco/6.2.132
+MISS NA http://dx.doi.org/10.1590/S1516-89132003000200005
+OK 20170105023541 https://dx.doi.org/10.1214/08-AOP407
+OK 20180603195850 https://doi.org/10.1016/S1079-2104(05)80337-3
+OK 20200701002610 http://info-menarik.net/hasil-ukg-kemendikbud-tahun-2015/
+OK 20200815180037 http://dx.doi.org/10.1016/j.ijpharm.2006.11.047
+MISS NA http://www.chi.nhs.uk18
+OK 20160304225320 http://www.ounceofprevention.org/downloads/publications/Heckman.pdf
+MISS NA http://dafx13.nuim.ie/papers/32.dafx2013submission43.pdf
+OK 20180602203158 https://doi.org/10.1128/JCM.01969-15
+OK 20210222024354 https://cidades.ibge.gov.br/brasil/to/palmas/panorama
+OK 20210422123335 http://archive.ics.uci.edu/ml
+MISS NA https://www.cia.gov/library/publications/the-world-factbook/rankorder/2091rank.html.Accessed6
+OK 20160603022330 http://dx.doi.org/10.1016/j.anbehav.2011.02.002
+OK 20180608020639 https://doi.org/10.1016/j.carbpol.2015.02.016
+OK 20190709153200 https://doi.org/10.1371/journal.pone.0006626
+OK 20201220171011 https://doi.org/10.1111/0023-8333.00117
+OK 20200827004649 http://dx.doi.org/10.1287/mnsc.42.1.85
+OK 20180324145730 http://www.unm.edu/~devalenz/handouts/portfolio.html
+OK 20180608202816 https://doi.org/10.1007/978-1-4613-8536-3_2
+MISS NA http://ops.dot.gov/stats/stats.htm.Lastupdated.07/30/2007
+OK 20210413010529 https://doi.org/10.1016/0967-0645
+MISS NA http://www.saude.al.gov.br/wp-content/uploads/2017/09/Boletim-Informativo-SUVISA-N%C2%BA-13-GEDT-HIV-AIDS.pdf
+MISS NA pednews.org.br/junh99/A99012.htm
+OK 20210225220829 http://dx.doi.org/10.1074/jbc.R200020200
+OK 20180614211625 https://doi.org/10.1016/j.inteco.2013.10.003
+OK 20180602080748 https://doi.org/10.1074/jbc.M113.508267
+MISS NA http://nsidc.org/fgdc/glossary/S
+OK 20200808213231 http://borisakunin.livejournal.com/132048.html
+OK 20160815112759 http://www.nationaljurist.com/content/best-law-schools-practical-training-2015
+OK 20210119094427 http://tolweb.org/tree?group=Annelida&contgroup=Bilateria
+OK 20180408211459 http://www.tfd.chalmers.se/~valeri/MECH.html
+OK 20210326001658 https://www.nice.org.uk/guidance/ng109
+OK 20170720150621 http://dx.doi.org/10.1128/JB.00530-09
+MISS NA http://www.lernort-mint.de/Anorganische%20Chemie/Metalle/metallgitter.html-Überprüfungsdatum2017-12-12
+OK 20180411030352 http://www.anzdata.org.au/anzdata/AnzdataReport/31stReport/Ch06PD.pdf
+MISS NA http://www.accessdata.fda.gov/drugsatfda_docs/nda/2011/200796Orig1s000ClinPharmR.pdf.Accessed9
+OK 20210214054559 https://doi.org/10.1021/bi00838a031
+OK 20200813054729 https://doi.org/10.1016/j.tig.2012.11.003
+OK 20201029051151 http://www.ecevr.org/
+OK 20200729181414 http://www.repo.funde.org/441/
+OK 20201210140904 https://doi.org/10.2204/iodp.proc.314315316.2009
+OK 20170130101208 http://dx.doi.org/10.1071/it96015
+OK 20180602174308 https://doi.org/10.1029/2011gl049749
+OK 20210323093916 http://handbook-5-1.cochrane.org/
+OK 20171216032239 http://dx.doi.org/10.1017/S1461145711001933
+OK 20130717035456 http://www.ebd.csic.es/website1
+MISS NA https://www.cgd.go.th/cs/pkt/pkt/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%87%E0%B8%B2%E0%B8%99%E0%B9%80%E0%B8%A8%E0%B8%A3%E0%B8%A9%E0%B8%90%E0%B8%81%E0%B8%B4%E0%B8%88.html?page=1&perpage=500&page_locale=th_TH&keyword=&adv_search=&date_start=&date_end=
+OK 20210320045831 http://www.dtcenter.org/com-GSI/users/docs/index.php
+MISS NA https://elibrary.ru/item.asp?id=26530867
+OK 20210409052225 https://doi.org/10.1111/j.1574-0862.2007.00237.x
+MISS NA https://doi.org/10.1016/j.jep.2012.08.003PMid
+OK 20210214010646 http://www.ipea.gov.br/portal/index.php?option=com_content&view=article&id=29255.Acessoem29/01/2018
+OK 20200823103711 http://dx.doi.org/10.1007/s10586-014-0404-x
+OK 20210112160705 https://github.com/kmackay/micro-ecc
+OK 20200508035124 https://doi.org/10.1128/JB.185.6.1942-1950.2003
+OK 20200625182846 https://doi.org/10.1016/j.colsurfa.2013.03.003
+MISS NA https://doi.org/10.1002/(SICI)1099-050X
+OK 20190820073154 https://www.ncbi.nlm.nih.gov/pubmed/22528869
+OK 20200610084933 http://dx.doi.org/10.1016/j.atherosclerosis.2013.01.023
+OK 20201101111156 http://www.seft.com.tr
+OK 20210308230122 http://www.synplicity.com
+OK 20201205173857 http://www.hsa.ie/eng/Publications_and_Forms/Publications/Chemical_and_Hazardous_Substances/Asbestos-containing_Materials_ACMs_in_Workplaces_-_Practical_Guidelines_on_ACM_Management_and_Abatement.html
+OK 20200821180807 http://dx.doi.org/10.1067/mai.2000.111582
+MISS NA http://iwc.int/estimate.Accessed
+OK 20180602014825 https://doi.org/10.1063/1.124354
+OK 20180613060704 https://doi.org/10.1109/FSKD.2016.7603389
+MISS NA http://dx.doi.org/10.1080/15287394.2014.867204
+MISS NA http://www.washingtonpost.com/blogs/the-switch/wp/2013/08/19/the-60-million-americans-who-
+MISS NA http://dx.doi.org/10.1016/j.psychres.2005.04.009
+MISS NA http://dx.doi.org/10.1007/BF01173658
+OK 20200522064859 https://doi.org/10.1016/j.biopsych.2004.11.019
+OK 20200508072156 http://dx.doi.org/10.1016/j.ijar.2014.02.006
+OK 20210128112615 http://mondodomani.org/dialegesthai/
+OK 20180610210927 https://doi.org/10.1016/j.jpurol.2005.12.003
+OK 20200209145844 https://doi.org/10.1007/JHEP07(2019)021
+MISS NA http://dx.doi.org/10.1006/jsvi.1999.2338
+OK 20210415194804 https://doi.org/10.1111/j.2044-8295.1986.tb02199.x
+OK 20200813042714 http://dx.doi.org/10.1109/TPAMI.2012.39
+OK 20210414184919 http://www.aip.org/pubservs/epaps.html
+OK 20170410220148 http://www.treas.gov/offices/enforcement/oia/docs/oia-brochure.pdf
+OK 20210422092539 http://www.ansys.com/
+OK 20200913035006 http://dx.doi.org/10.1111/j.1365-294X.1993.tb00005.x
+MISS NA www.prac.ufpb.br/anais/meae/Anais_II_Encontro_Tematico/trabalhos/BIOFERTILIZANTES.doc
+MISS NA https://doi.org/10.1130/0091-7613
+OK 20181005190201 https://ami-global.org/montessori/timeline-maria-montessoris-life
+OK 20200810171742 http://books.openedition.org/bibpompidou/197
+OK 20201106204740 http://dx.doi.org/10.1111/j.1365-2796.2009.02159.x
+OK 20150813214210 http://european-truck-challenge.com/downloads/etc-test-2014.pdf
+OK 20180603185925 https://doi.org/10.1111/jphp.12051
+OK 20130416064449 http://dx.doi.org/10.2106/JBJS.I.00220
+OK 20200220125733 http://spaniamyb.blogspot.com/
+OK 20180604163256 https://doi.org/10.1091/mbc.e07-05-0474
+MISS NA http://bilim.ficicilar.name.tr/sayfa/Bilginin_Organizasyonu.htmladresindenerişildi
+MISS NA http://www.mirlabs.net/iasl/,acceptedandrevisedsubmitted
+MISS NA http://links.jstor.org/sici?sici=0040-0262%28199108%2940%3A3%3C509%3AP%28TRT1%3E2.0.CO%3B2-5
+OK 20210420180931 http://tree.bio.ed.ac.uk/software/FigTree
+MISS NA http://www.mediensprache.net/networx/rubrikLecturas
+OK 20200724194853 http://dx.doi.org/10.1016/j.ecolind.2010.06.011
+MISS NA http://publika-tionen.soziologie.de
+MISS NA http://www.rexter.cz/kategorie/012009/1986
+OK 20180612040716 https://doi.org/10.1007/s00787-011-0234-9
+OK 20210414214712 http://cercor.oxfordjournals.org/
+OK 20180602203940 https://doi.org/10.4995/ia.2010.2977
+OK 20210415073914 https://www.mwa.co.th/download/file_upload/SMWW_1000-3000.pdf
+MISS NA https://doi.org/10.17957/JGIASS/2.3.561http://www.jgiass.com
+OK 20200616171243 http://dx.doi.org/10.1016/j.cub.2013.05.038
+MISS NA http://www.saber.ula.ve/handle/123456789/30910
+OK 20191117200026 http://cloudcomputing.sys-con.com/node/579826
+OK 20180603042025 https://doi.org/10.1506/686E-NF2J-73X6-G540
+MISS NA http://www.erodocdb.dk/docs/doc98/official/pdf/CEPTRep02
+OK 20200902154200 https://doi.org/10.1016/j.jacceco.2006.01.002
+MISS NA http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1709646
+OK 20170808190433 http://www.arabianjbmr.com/pdfs/KD_VOL_1_6/5.pdf
+OK 20161223154207 http://dx.doi.org/10.1073/pnas.1422872112
+OK 20200526185040 http://www.palisade.com.au/
+OK 20090919050929 http://lists.essential.org/pipermail/ip-health/2007-April/011054.html
+OK 20200210161254 http://www.iupr.ru/domains_data/files/zurnal_31/Butova.pdf
+OK 20170704070523 http://publications.arup.com/publications/a/annual_and_corporate_reports/annual_report_2015
+MISS NA Retrievedfromwww.nytimes.com/2012/07/10/health/policy/health-care-law-offers-wider-benefits-for-treating-mental-illness.html
+OK 20180605141019 https://doi.org/10.1007/s10896-009-9276-x
+OK 20180605113841 https://doi.org/10.1093/jac/dkw214
+OK 20210417195921 https://www.ers.usda.gov/data-products/vegetables-and-pulses-data/vegetables-and-pulses-yearbook-tables/
+MISS NA http://box.mmm.ucar.edu/uswrp/warmseasonabstracts/gruntfest.htm.Accessed
+OK 20210318121511 http://dx.doi.org/10.1016/S0140-6736
+OK 20200728025118 https://doi.org/10.1177/0969776413481985
+MISS NA http://iai.asm.org/Downloadedfrom
+OK 20180610093322 https://doi.org/10.1039/c4an00555d
+OK 20160621110916 http://dx.doi.org/10.1080/13875868.2011.571326
+OK 20210116205710 www.brookings.edu/research/papers/2013/12/03-libya-national-reconciliation-sharqieh
+OK 20210307132120 http://theoathproject.org
+OK 20210414000525 http://dx.doi.org/10.1016/S0012-9593
+OK 20180604034532 http://doi.org/10.1016/j.sbspro.2011.04.152
+OK 20200506082718 http://dx.doi.org/10.1093/eurheartj/ehs246
+OK 20141003045944 http://www.ssb.no/emner/04/02/20/rapp_200721/rapp_200721.pdf
+MISS NA iwt-bremen.de/vt/laser/wriedt/index_ns.htmlS
+OK 20180608003547 https://doi.org/10.1016/j.tcb.2009.09.009
+OK 20200721162604 https://doi.org/10.1038/nrm3313
+OK 20201127083250 http://journal.frontiersin.org/Journal/10.3389/fncom.2012.00063/full
+OK 20200722192538 http://europa.eu/pol/pdf/flipbook/en/humanitarian-aid_en.pdf
+OK 20210323020817 http://www.gallup.com/poll/160196/alabama-north-dakota-wyoming-conservative-states.aspx
+OK 20170822024142 http://www.scielo.br/pdf/epsic/v11n2/a10v11n2.pdf
+MISS NA http://dx.doi.org/10.1101/124735doi
+OK 20180602070252 https://doi.org/10.1016/j.plaphy.2015.05.001
+MISS NA www.cnbv.gob.mx/.../SCAP%20Inclusión%20Financiera%20NOV-
+OK 20170724155533 https://www.bloomberg.com/view/articles/2012-02-28/cash-better-than-food-stamps-in-helping-poor-commentary-by-edward-glaeser
+MISS NA http://leman.or.id/anakku/daribayi.html.18Mei
+MISS NA https://www.embrapa.br/suinos-e-aves/cias/precos.Acessadoem10/11/2018
+MISS NA http://arxiv.org/abs/0812.2062
+MISS NA http://www.cat-int.org/wp-content/uploads/2016/06/ISIS-Financing-2015-
+OK 20120606145441 http://www.pac-12.org/SPORTS/BasketballM/Tabid/1449/Article/148514/Mens-Tournament-To-MGM-Grand-Garden.aspx
+OK 20210411044317 http://pleutil.net/
+OK 20180602175050 https://doi.org/10.1029/JB087iB08p06989
+OK 20170706110506 http://neuromorpho.org/neuroMorpho/index.jsp
+MISS NA https://drive.google.com/file/d/1XGrneuYtc4hL06-5T321B2r0hBvELH74/view
+OK 20180603085452 https://doi.org/10.1353/jaas.2013.0006
+OK 20140530193238 http://dx.doi.org/10.1163/187529263x00205
+OK 20200722135528 https://www.mef.gob.pe/contenidos/inv_privada/normas/DS410_2015EF.pdf
+MISS NA http://www.ilo.org/publicaccessed23
+OK 20210422083349 http://www.R-project.org/
+OK 20201206070430 http://www.fda.gov/NewsEvents/Newsroom/PressAnnouncements/ucm522243.htm
+MISS NA http://www.russellbarkley.org/factsheets/adhd-facts.pdfCentersforDiseaseControlandPrevention
+MISS NA http://pxnet2.stat.fi/PXWeb/pxweb/en/StatFin/StatFin__vrm__vaerak/statfin_vaerak_pxt_001.px/?rxid=cf6d9aa1-91d8-4ea6-8878-f595f6754be5
+OK 20180611141757 https://doi.org/10.1109/KAM.2009.119
+MISS NA http://faculty.education.illinois.edu/rhennis/tewctet/Ennis-Weir_Merged.pdfAccessedon09/10/2017
+MISS NA http://dx.doi.org/10.1016/j.jmpt.2008.06.004
+OK 20180602122757 http://engjournal.ru/catalog/machin/plasma/1031.html
+OK 20180604231751 https://doi.org/10.1111/nep.12133
+MISS NA https://rgable.files.wordpress.com/../renzema-evaluative-research-2010-final.doc
+OK 20210419085800 http://www.meps.ahrq.gov/mepsweb/survey_comp/hc_data_collection.jsp
+OK 20210422035001 http://rsb.info.nih.gov/nih-image/
+MISS NA https://arxiv.org/abs/1610.07500
+MISS NA http://dissertationrecipes.com/wpcontent/uploads/2011/04/Validity-andReliabilityinaQualitative-Study.pdf
+MISS NA dx.doi.org/10.1590/s0102-053620160413
+OK 20080611115844 http://www.manage.gov.in/managelib/faculty/PanduRanga.htm
+MISS NA https://doi.org/10.1126/scitranslmed.aao5253.Sex
+MISS NA http://revistascientificas.filo.uba.ar/index.php/prohals/article/view/480
+MISS NA http://www.ibo.org/research/programmevalidation/documents/IBSuppDomesticResearchBrief201
+OK 20190828133912 http://www.actstudent.org/faq/actsat.html
+OK 20180603044015 https://doi.org/10.1186/s12891-016-1216-3
+MISS NA http://dx.doi.org/10.1590/S0104-14282013005000004
+MISS NA http://www.1000palavras.pt/.Access
+OK 20210422101737 http://www.abs.gov.au
+MISS NA http://www.veterinaria.org/revistas/redvet/n111112/111212.pdf8
+OK 20210413161811 http://dx.doi.org/10.1016/S0376-8716
+OK 20180602043930 https://doi.org/10.1371/journal.ppat.1000881
+OK 20180928081024 http://dx.doi.org/10.1053/j.gastro.2009.12.055
+OK 20180601203232 https://doi.org/10.3109/15376516.2015.1006743
+MISS NA http://www.micromedexsolutions.com/micromedex2/librarian.Accessed
+OK 20180602012046 https://doi.org/10.1115/1.4000613
+OK 20201003172555 https://doi.org/10.1038/nrm2763
+OK 20191001085205 http://www.investopedia.com/articles/forex/090215/chinese-devaluation-yuan.asp
+OK 20210302014521 http://www2.sas.com/proceedings/sugi26/p246-26.pdf
+OK 20191210080538 https://doi.org/10.1038/nature11316
+OK 20191205113101 http://dx.doi.org/10.1016/S0005-7967
+OK 20210314190728 http://www.iarc.fr/monoeval/crthall.htm
+OK 20120522093446 http://www.medicalheritage.org/2011/06/i-saw-the-internet-today…/
+OK 20210318183557 https://doi.org/10.1126/science.aab2356
+OK 20200607022359 https://doi.org/10.1016/j.ympev.2017.03.020
+MISS NA http://dx.doi.org/10.2118/5529-PA
+OK 20210224232905 https://doi.org/10.1098/rstb.2011.0301
+MISS NA https://www.cbre.com/research-and-reports/US-Retail
+OK 20210324103537 https://doi.org/10.1109/15.736202
+OK 20210417034017 http://www.ijic.org
+OK 20210418204611 https://doi.org/10.1111/cmi.12291
+MISS NA http://www.cdc.gov/wtc/pdfs/wtchpminlatcancer2013-05-01.pdf.Accessed
+OK 20210419005235 http://www.w3.org/DesignIssues/LinkedData.html
+OK 20160330072117 http://www.zdnet.com/blog/igeneration/wired-vs-wireless-security-vs-speed/624
+OK 20210421210017 https://doi.org/10.1016/S2213-2600(20)30076-X
+OK 20131206123100 http://nomoretraffik.com/trafficking101
+MISS NA www.canada.ca/content/dam/phac-aspc/migration/phac-aspc/tmp-pmv/catmat-ccmtmv/assets/pdfs/friends-amis-eng.pdf.Accessed
+MISS NA https://digitallibrary.un.org/record/756209/files/A_68_264-EN.pdf
+MISS NA http://www.indret.com,desembre
+OK 20201113052301 https://doi.org/10.1111/1755-0998.12505
+OK 20210412214836 http://curia.europa.eu/juris/document/document.jsf?text=&docid=202543&doclang=EN&d&part=1&cid=341550
+OK 20210421053619 haifa.ac.il
+OK 20201006201911 http://windowsir.blogspot.com/search/label/Registry
+OK 20160416060245 https://www.dailytrust.com.ng/news/aso-chronicles/blacksmithing-is-a-creative-business-makeri/131936.html
+OK 20170712141452 http://www.webcitation.org/6C9YLekWK
+MISS NA http://www.cs.columbia.edu/∼hgs/rtp/
+MISS NA http://www.educ.fc.ul.pt/docentes/ichagas/mi1/analisedocumentos.pd.Acessoem25dejaneirode
+OK 20100711142502 www.ejisdc.org/ojs2/index.php/ejisdc/article/download/42/42
+OK 20180601231321 https://doi.org/10.1155/2013/141720
+OK 20200509042147 http://dx.doi.org/10.1006/gmip.1996.0021
+OK 20200927061804 http://www.tuik.gov.tr/PreTablo.do?alt_id=1051
+OK 20210308051148 https://doi.org/10.1192/bjp.183.3.248
+OK 20210314190817 http://www.mckinsey.com/~/media/McKinsey%20Offices/India/PDFs/Online_and_Upcoming_The_internets_impact_on_India.ashx
+MISS NA https://doi.org/10.1534/genetics.111
+MISS NA http://www.uspreventiveservicestaskforce.org/Page/Topic/recommendation-summary/cervical-cancer-screening.Accessed
+OK 20201122193532 http://dx.doi.org/10.1126/scitranslmed.3002330
+MISS NA http://mercatus.org/sites/default/files/ISP_Dourado_WP1
+MISS NA http://www.duqsm.com/3d-printers-could-revolutionize-fashion-industry/.Accessed20
+OK 20180604213731 https://doi.org/10.1016/j.jcv.2014.06.015
+MISS NA http://www.assembly.coe.int/CommitteeDocs/2010/20122329
+OK 20210121061151 http://www2.camara.leg.br/legin/fed/declei/1930-1939/decreto-lei-579-30-julho-1938-350919-publicacaooriginal-126972-pe.html
+OK 20210418120143 http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm
+MISS NA http://www.converge.org.nz/pma/DRIPGA.pdf〉
+OK 20180603161214 https://doi.org/10.1002/jmor.1051330106
+MISS NA http://www.news.at/articles/0116/10/12536/nach-ja-sterbehilfe-debatte-selbstmordpille
+MISS NA http://www2.produce.gob.pe/RepositorioAPS/3/jer/ACUISUBMENU4/informeLB-Samanco
+OK 20150707131925 http://www.nber.org/oregon/data.html
+OK 20160906011336 https://www.sandiego.gov/citycouncil/committees/nrc
+OK 20131116130402 http://dx.doi.org/10.2307/2231405
+OK 20140712135849 http://dx.doi.org/10.1176/appi.psy.44.1.51
+MISS NA http://dx.doi.org/10.1073/pnas.0805862105
+MISS NA http://onlinelibrary.wiley.com/doi/10.1002/ecy.1484/suppinfo
+MISS NA https://doi.org/10.7454/jps.2020.xx
+MISS NA http://www.uic.com/fmine.htm
+OK 20180605021402 http://doi.org/10.1108/ECAM-01-2013-0011
+OK 20210414000540 http://dx.doi.org/10.1016/S0022-3999
+OK 20170519063223 http://www.buyya.com/talks/biogrid.ppt
+OK 20210401165102 http://www.coldiretti.it/
+OK 20210420043845 http://www.chromium.org/
+OK 20200829174536 http://dx.doi.org/10.1038/nature06843
+MISS NA https://doi.org/10.1016/S0149-7634
+OK 20180611091735 https://doi.org/10.1108/ITSE-09-2016-0033
+MISS NA http://www.bi.go.id/id/publikasi/neracapembayaran/Pages/NPI_TW%20I%202010.aspx
+OK 20210327053612 http://www2.ed.gov/documents/press-releases/university-cincinnati-agreement.pdf
+OK 20210225062403 https://owncloud.thl.fi/index.php/s/XzFScXdp878D4mh?path=%2Fwd
+OK 20210127002716 http://www.cisg.law.pace.edu/cisg/CISG-AC-op3.html
+OK 20200508035703 http://www.biogeosciences.net/4/87/2007/
+OK 20201030013837 http://dx.doi.org/10.1371/journal.pbio.0020020
+OK 20140727070700 http://aprendeenlinea.udea.edu.co/revistas/index.php/revistaeyp/article/viewFile/6024/5431
+MISS NA la.materia.presu-puestaria.no.es.encuadrada.dentro.de.ninguna.de.las.excepciones.otorga-das.por.la
+OK 20161223105900 http://dx.doi.org/10.1242/dev.092585
+OK 20180602170101 https://doi.org/10.1590/S1516-35982011001100007
+OK 20210211014020 http://www.fee.rs.gov.br/feedados
+OK 20190910132312 http://idf.schemas.itn.pt
+OK 20190910030550 http://noticias.universia.com.br/destaque/noticia/2002/02/08/552760/rograma-avaliao-institucional-(paiub).html#
+OK 20210415061137 http://www.aarp.org/research/longtermcare/nursinghomes/aresearch-import-669-FS10R.html
+MISS NA http://dx.doi.org/10.1016/j.jcps.2009.12.003
+OK 20130406221221 http://web.hks.harvard.edu/publications/workingpapers/citation.aspx?PubId=5613
+OK 20180604001959 https://doi.org/10.1002/mmnz.4830680210
+OK 20191208013002 https://doi.org/10.22633/rpge.v23iesp.1.13020
+OK 20180602094459 https://doi.org/10.1029/1999JD901173
+OK 20190107201612 http://www.abto.org.br/abtov03/Upload/file/RBT/2013/rbt2013-parcial(1).pdf
+OK 20171231105949 bjs.ojp.usdoj.gov/content/homicide/intimates.cfm
+MISS NA http://www.intechopen.com/books/air-pollution-a-comprehensive-perspective/spatial-and-temporal-analysisof-surface-ozone-in-urban-area-a-multilevel-and-structural-equation-mo.Accessed:15th
+OK 20171210024158 http://dx.doi.org/10.1016/j.jmb.2007.06.072
+OK 20210131011947 https://doi.org/10.1093/emboj/16.11.3044
+MISS NA http://dx.doi.org/10.1590/0034-7167.2015680320i
+OK 20210415075321 http://www.stat.gov.pl/gus
+OK 20180602172423 https://doi.org/10.7208/chicago/9780226707549.001.0001
+OK 20201127145448 https://www.iso.org/standard/64950.html
+OK 20180325070523 https://www.agcsa.com.au/sites/default/files/uploaded-content/website-content/atm-journal/Water%20Management%20-%20Sewer%20Mining%2C%20the%20Pennant%20Hills%20Experience.pdf
+OK 20200821180155 https://doi.org/10.1093/jmammal/gyv191
+MISS NA http://dx.doi.org/10.1098/rstb.2012.0081
+OK 20160328091904 http://www.afip.ba/index.php/finansijskiizvjestaji
+OK 20090915152535 http://www.nswagtc.org.au/info/articles/Strickland_Dabrowski.pdf
+OK 20181113081129 http://www.hdgpp.hr/clanice.htm
+OK 20210227173556 http://www.conacyt.gob.mx/index.php/el-conacyt/sistema-nacional-de-investigadores
+OK 20210110210233 http://www.abc.es/20101128/economia/veces-gobierno-nego-crisis-201011261629.html
+MISS NA https://doi.org/10.1523/JNEURO-SCI.1943-17.2017
+MISS NA http://articles.chicagotribune.com/2006-08-01/news/06080104411pandemic-strain-bird-flu-avian-influenza
+MISS NA https://helda.helsinki.fi/bitstream/handle/10138/32507/rehn.pdf
+OK 20210418091013 http://openrefine.org/
+OK 20200622172607 https://doi.org/10.1371/journal.pmed.1001773
+MISS NA http://education.asahq.org/sites/education.asahq.org/files/users/1392/asasimwhitepaper.pdf
+OK 20200219214030 http://www.nlb.gov.sg/biblio/10153024
+OK 20150624074200 http://www.patient.co.uk/doctor/renal-cancer
+OK 20210214072110 http://www.economywatch.com/world-industries/capital-intensive.html
+MISS NA http://www.ensp.fiocruz.br/portal-ensp/informe/site/materia/detalhe/31866.AcessoemOut/
+MISS NA http://login.ezproxy.lib.vt.edu/login?url=http://search.proquest.com.ezproxy.lib.vt.edu/docview/305592680?accountid=14826
+OK 20210308111015 https://doi.org/10.1016/j.ceb.2005.08.014
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://data.parliament.uk/writtenevidence/committeeevidence.svc/evidencedocument/health-commit-tee/handling-of-nhs-patient-data/oral/8416.html
+OK 20151001033512 http://www.ncbi.nlm.nih.gov/pubmed/16714841
+OK 20210310230535 https://doi.org/10.1093/bioinformatics/btw369
+MISS NA https://www.amazon.com/Regression-Analysis-Linear-Models-Implementation/dp/1462521134
+OK 20210410012755 https://doi.org/10.1038/nature19057
+OK 20210203204517 http://www.med.govt.nz/upload/71047/MDV6220_CMD_TombStone_04c.pdf
+OK 20210416073455 http://plato.stanford.edu/entries/quantum-field-theory/
+MISS NA https://doi.org/10.1111/j.1463-1318.2011.02696.xPMID
+OK 20210414064410 http://www.transparency.org/policy_research/surveys_indices/cpi/2009/cpi_2009_table
+OK 20191121104910 https://doi.org/10.5194/gmd-2019-289
+OK 20210211195844 http://www.amanda.com/resources/hfweb2000/AMA_CultDim.pdf
+MISS NA http://www.londonsociety-nls.org.uk/JAM_reverse.htmon13
+MISS NA http://www.airanimal.com/rabies_watch_archive.html.Accessed
+MISS NA https://www.simcotechnologies.com/what-we-do/stadium-technology-portfolio/.Abfrageda-tum:23.03
+MISS NA kulturologija.unios.hr/znanost/skupovi/medunarodna-interdisciplinarna-znanstvena-konferen-cija-bastinska-kultura-i-digitalna-humanistika-sprega-starog-i-novog-heritage-culture-and-digital-hu-manities-a-bond-between-the-old-and-the-new/
+OK 20180602153016 https://doi.org/10.4135/9781412952392.n23
+OK 20210421110316 http://www.skolverket.se
+MISS NA gc.inetelabs.com/recursos/files/r157r/w12984w/DerMerca%201_Unidad9.pdf
+MISS NA https://www.worldometers.info/coronavirus/.Accessedon
+MISS NA http://www.estadisticassnmpe.org.pe/EstExt_Principal/EstExt_Pri_Menu.aspx?x=1274437&
+OK 20210419200619 http://www.planalto.gov.br/ccivil_03/leis/L8080.htm
+OK 20210311033651 http://dx.doi.org/10.1056/NEJM199712253372606
+MISS NA www.egyptsites.wordpress.com/2009/02/06/tomb-of-queen-nefertari-qv66/Accessedon:15/01/2014
+OK 20200810001356 http://ejournal.uin-malang.ac.id/index.php/infopub/article/view/2767
+OK 20210415104509 http://www.vrvs.org
+OK 20180602010143 https://doi.org/10.1128/mBio.02079-16
+MISS NA http://bos.zrc-sazu.siOxfordLatinDictionary
+MISS NA http://seer.ufrgs.br/CienciasSo-ciaiseReligiao/article/view/13449/10991
+MISS NA http://view.ncbi.nlm.nih.gov/pubmed/16697919
+OK 20200519020529 https://doi.org/10.1186/s13059-016-0914-3
+OK 20081007222856 http://intranet.lternet.edu/archives/documents/Newsletters/NetworkNews/fall04/fall04_pg09.htm
+OK 20170522000221 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2614188/pdf/ebo-4-193.pdf
+MISS NA http://www.geeksforgeeks.org/rsaalgorithm-cryptography/
+MISS NA http://dx.doi.org/10.1108/02651331111181448
+MISS NA http://www.baltimorecityschools.org/cms/lib/MD01001351/Centricity/Domain/80/PDF/SY07_08_School_Climate_Survey.pdf
+OK 20201009103922 http://dx.doi.org/10.1210/jc.2008-0509
+OK 20141230124338 www.saylor.org/me101
+OK 20210417071312 https://stories.undp.org/drones-al-servicio-de-la-comunidad
+OK 20210223210459 http://www.who.int/mediacentre/factsheets/fs094/en/index.html
+OK 20210311053216 https://doi.org/10.1175/BAMS-D-12-00215.1
+OK 20200516013205 https://doi.org/10.1021/jp035719i
+MISS NA http://www.estadao.com.br/ciencia/noticiais/2004/jun/02/26.htm.Acessoem:09/05/2005
+OK 20180604032937 https://doi.org/10.1111/j.1467-9221.2004.00354.x
+MISS NA http://www.visaemdebate.incqs.fiocruz.br/Vigil.sanit.debate
+OK 20190628031344 http://oversight.house.gov/documents/20040625102432-06243.pdf
+MISS NA http://dx.doi.org/10.5539/jms.v5n4p30
+OK 20181003094022 http://dx.doi.org/10.1074/jbc.M007194200
+OK 20210328044101 http://www.Praat.org/
+MISS NA https://www.cse.buffalo.edu/∼shapiro/Papers/maisha82.pdf
+OK 20200903130511 https://doi.org/10.1186/s40851-018-0113-z
+OK 20200623155831 https://doi.org/10.1086/505868
+OK 20210328004209 www.ukrstat.gov.ua
+OK 20200922190154 https://ddd.uab.cat/pub/edlc/02124521v28n1/02124521v28n1p19.pdf
+MISS NA http://www.cancer.gov/cancer-topics/factsheet/Risk/artificial-sweeteners2006
+OK 20210211073824 http://www.abidjan.net/infos/commentaires.htm
+OK 20210304113631 http://link.springer.com/article/10.1007/BF01115492
+OK 20210322172614 http://dx.doi.org/10.1002/jcla.20278
+OK 20110522134401 http://www.linguistik-online.de/24_05/friedli.pdf
+OK 20210414162518 www.voxeu.org/article/low-interest-rates-secular-stagnation-and-debt
+OK 20210316081053 https://doi.org/10.1145/1993636.1993712
+OK 20210411011316 http://www.orpha.net/consor/cgi-bin/Disease_Search.php
+OK 20210415143659 http://www.wired.com/wired/5.09/newrules.html
+MISS NA https://www.theguardian.com/world/2020/mar/19/china-positions-itself-as-a-leader-in-tackling-the-coronavirus.Accessed9
+OK 20200109084945 https://doi.org/10.7554/eLife.10809
+OK 20160121152656 http://dx.doi.org/10.1016/0024-6301(82)90010-3
+OK 20200516020413 https://doi.org/10.1209/0295-5075/106/59001
+OK 20210419221003 http://www.unisdr.org/files/43291_sendaiframeworkfordrren.pdf
+OK 20200829003413 http://dx.doi.org/10.1001/jama.293.2.217
+OK 20180602131846 https://doi.org/10.1002/2016JE004997
+OK 20200508201018 http://dx.doi.org/10.1016/j.micromeso.2007.02.024
+MISS NA https://doi.org/10.1371/journal.pbio.1002550.Cited27
+OK 20180609192430 https://doi.org/10.1016/j.biortech.2013.12.070
+OK 20210303233652 http://thediplomat.com/2014/08/china-hosts-scos-largest-ever-military-drills/
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://dx.doi.org/10.1002/fld.1545
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA https://www.whoumc.org/media/2768/standardisedcasecausalityassessment.pdf
+MISS NA https://doi.org/10.1016/S0090-2616
+MISS NA http://dx.doi.org/10.1016/j.microrel.2009.06.007
+OK 20210409212211 http://www.cms.gov/Medicare/Medicare-Fee-for-Service-Payment/ACO/index.html
+MISS NA http://dx.doi.org/10.17509/mimbar-sd.v1i2.873
+OK 20201204220329 http://www.worldbank.org/en/news/feature/2016/05/26/india-states-briefs
+MISS NA http://www.ncgia.ucsb.edu/projects/vgi/products.htmlthroWer
+OK 20180602155433 https://doi.org/10.3386/w9411
+OK 20061217005656 http://www.transmeta.com/pdfs/paper_mfleischmann_17jan01.pdf
+MISS NA http://dx.doi.org/10.1007/s11814-014-0054-y
+OK 20200901023303 https://doi.org/10.1007/BF02426954
+OK 20190913023533 http://dx.doi.org/10.1016/j.msea.2013.07.090
+OK 20180602111812 https://doi.org/10.1002/we.1493
+OK 20180604045803 https://doi.org/10.1016/j.jhydrol.2004.12.001
+OK 20111114194924 http://acrh.revues.org/index2028.html
+OK 20200809060729 http://dx.doi.org/10.1126/science.1082708
+OK 20210417220504 https://doi.org/10.1016/j.neuro.2012.08.014
+OK 20180602061902 https://doi.org/10.2113/174.4.325
+OK 20181111024725 http://www.canadensys.net/2012/why-we-should-publish-our-data-under-cc0
+MISS NA http://doi.org/10.24831/jai.v37i3.1238
+OK 20200904161831 https://doi.org/10.1073/pnas.1419604111
+OK 20160626101623 http://www.unhcr.org/513da1cc9.pdf
+OK 20210406014152 http://jcp.bmj.com/
+MISS NA lsv.ens-cachan.fr/Publis/PAPERS/PDF/JGL-csl07.pdf
+OK 20180602205713 https://doi.org/10.1029/2010JC006586
+OK 20210309134032 https://www.who.int/nmh/publications/essential_ncd_interventions_lr_settings.pdf
+MISS NA http://dx.doi.org/10.1111/j.1365-2109.2010.02612.x
+OK 20180602211040 https://doi.org/10.1038/nbt.1623
+MISS NA www.nice.org.uk/media/D45/1E/GuideToMethodsTechnologyAppraisal/2013
+OK 20210422123335 http://archive.ics.uci.edu/ml
+OK 20210314193214 http://www.poetryfoundation.org/harriet/2013/08/corean-music-art-and-violence/
+OK 20210417134612 https://doi.org/10.18637/jss.v067.i01
+MISS NA http://epublishing.ekt.gr|e
+OK 20180602124724 doi.org/10.4028/www.scientific.net/KEM.264-268.2437
+OK 20180813171738 http://www.iabspain.net/estudio-de-medios-de-comunicacion-online/
+OK 20201031232136 http://www.dane.gov.co/files/investigaciones/boletines/educacion/bol_ConvivenciaEscolar_2011.pdf
+OK 20180602010614 https://doi.org/10.1016/j.ab.2010.12.036
+OK 20190430092642 https://www.cff.org/Our-Research/CF-Patient-Registry/2015-Patient-Registry-Annual-Data-Report.pdf
+MISS NA http://dx.doi.org/10.1128/EC.4.11
+OK 20040712123118 http://www.interleaf.com/products/im.htm
+OK 20210310150211 http://scholar.google.com/scholar_lookup?&author=W.%20Hillier&author=T.%20Wydrzynski&journal=Coord.%20Chem.%20Rev
+OK 20200701151630 https://doi.org/10.1016/j.neuroimage.2013.11.001
+OK 20081212025901 http://www.engormix.com/co_inoculacion_soja_glicyne_s_articulos_800_AGR.htm
+OK 20180603111524 https://doi.org/10.1080/00140139.2015.1019937
+OK 20210227034044 http://dx.doi.org/10.1111/j.1365-2958.1993.tb01143.x
+OK 20180604154450 https://doi.org/10.1002/cne.20614
+MISS NA https://doi.org/10.1101/2020.06.07.136366doi:bioRxivpreprint
+MISS NA https://www.washingtonpost.com/opinions/how--wiretaps-actually-work--and-whats-really-going-on-here/2017/03/07/8ce93898-027d-11e7-a-d5b-d22680e18d10_story.html?utm_term=.10de35d1b7e3
+OK 20180611162249 https://doi.org/10.1007/BF01019932
+OK 20160228011903 http://dx.doi.org/10.1103/PhysRevLett.66.2348
+OK 20180602115117 https://doi.org/10.1590/S0104-12902014000400006
+OK 20180602175034 https://doi.org/10.18806/tesl.v1i1.421
+OK 20160626043650 http://dx.doi.org/10.1088/0004-637X/799/1/76
+MISS NA http://doi.org/Doi10.2307/2666977
+OK 20200716023440 https://doi.org/10.1177/1475090216638680
+OK 20160828120727 http://www.connotea.org/
+OK 20210307104220 http://www.gdp-research.com.au/minig_1.htm
+OK 20150315030658 http://www.aaib.com/CorporateSocialRes/Green_Finance.aspx
+OK 20200727105156 http://www.inflexions.org/n1_t_nguihtml.html
+OK 20200214113501 https://doi.org/10.1016/j.jotr.2017.03.001
+OK 20060629011211 http://www.af.mil/news/Aug2001/n20010813_1108.shtml
+MISS NA https://www.springer.com/in/book/9783540326861
+MISS NA http://news.sciencemag.org/sciencein-sider/2011/03/smithsonian-shipwreck-exhibit.html
+OK 20070715102526 gwu.edu/~mpb/c/fad.gif
+OK 20210422015133 http://siteresources.worldbank.org/
+MISS NA https://doi.org/10.24224/2227-1295-2018-11-172-182
+OK 20180603175007 https://doi.org/10.1002/jaal.370
+MISS NA https://doi.org/10.7287/peerj.preprints.26929v1|CCBY4.0OpenAccess|rec
+OK 20180608054151 http://doi.org/10.1177/10634266060140040501
+MISS NA http://www.ufsm.br/revistasE-ISSN2175-4977
+OK 20210415031658 http://dx.doi.org/10.1136/bmj.a1655
+OK 20201112035616 https://www.history.ac.uk/reviews/review/2045
+OK 20200817204912 biomedcentral.com/submit
+OK 20170929171645 http://www.irchelp.org/irchelp/rfc/rfc2812.txt
+OK 20210413003051 https://doi.org/10.1016/S0896-6273
+OK 20210226225523 www.worldbank.org/laceconomist
+OK 20180602033114 https://doi.org/10.1159/000089886
+OK 20180602011422 https://doi.org/10.3390/min7080145
+MISS NA http://www.wygisc.uwyo.edu/24k/dem.html.Accessed31
+OK 20210128035842 http://www2.nationalgrid.com/UK/Industry-information/Electricity-transmission-operational-data/Data-Explorer/
+MISS NA https://www.fema.gov/significant-flood
+OK 20200208222650 https://doi.org/10.1016/j.ijid.2018.10.029
+OK 20180608014309 https://doi.org/10.1016/j.ympev.2009.01.002
+OK 20210416114212 http://www.hcup-us.ahrq.gov/nisoverview.jsp
+MISS NA http://www.rand.org/publications/RB/RB45/.accessed21
+MISS NA http://dx.doi.org/10.1038/sj.cdd.4402292
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20191224144416 https://doi.org/10.1016/S2214-109X(15)00275-2
+OK 20200516052733 https://doi.org/10.1007/978-3-642-18255-6
+MISS NA http://people.su.se/~yvze0888/work_papers/CEPR/pdf
+MISS NA http://www.sei.se/red/red9609e.html21st
+OK 20200609020458 http://dx.doi.org/10.1037/h0047553
+OK 20210421035743 http://www.epa.gov/chemfact/butyr-sd.txt
+MISS NA http://login.ezproxy.library.ualberta.ca/login?url=http://ovidsp.ovid.com/ovidweb.cgi?T=JS&CSC=Y&NEWS=N&PAGE=fulltext&D=medl&AN=19366
+MISS NA http://www.ecerg.com/iesres/data/Valdas_Jankunas_Pitesti.pdf/05.06
+OK 20210409205603 http://classiques.uqac.ca/classiques/bergson_henri/evolution_creatrice/evolution_creatrice.pdf
+OK 20201126090955 http://www.mitrabisnis-ukm.com/
+MISS NA http://www.fao.org/AG/cgrfa/AnGR.htmFAO
+OK 20201126024837 http://www.leitlinien.de/mdb/edocs/pdf/literatur/europaratmethdt.pdf
+OK 20200820165912 http://dx.doi.org/10.1038/nrc1362
+OK 20180601235111 https://doi.org/10.3390/met6010005
+OK 20210303143807 https://doi.org/10.1162/neco.2006.18.12.3052
+MISS NA http://dx.doi.org/10.1080/13923730.2005.9636361
+OK 20210303011248 https://www.cleverism.com/what-is-recruitment/
+MISS NA http://e-kon-cept.ru/2015/15140.htm
+MISS NA http://www.economist.com/archive/buv.cg...pfiles/1996out/16mar96.hd/ecn.048
+MISS NA www.cafonline.org/docs/default-source/about-us-publicaons/1950a_wgi_2016_report_web_v2_241016.pdf
+OK 20200921094544 http://www.teses.usp.br/teses/disponiveis/8/8150/tde-19092011-102712/en.php
+OK 20180611040436 https://doi.org/10.1191/0309132504ph492pr
+OK 20200820161607 http://www.ipef.br/publicacoes/scientia/nr59/cap06.pdf
+OK 20201021221006 http://ww1intheclassroom.exeter.ac.uk/
+OK 20170926041017 http://www.ewi.tu-berlin.de/fileadmin/i49/dokumente/1143711480_diss_steiner.pdf
+MISS NA https://doi.org/10.1111/j.1600-051X.2011.01837.x
+OK 20201216072557 https://doi.org/10.1093/bioinformatics/btr670
+OK 20130605213815 https://humaspdg.wordpress.com/2010/05/11/sisa-sisa-bangunan-sejarah-banten-lama/
+OK 20210416164806 http://www.caida.org
+MISS NA http://www.nytimes.com/2012/11/03/sports/new-york-city-marathon-will-not-be-held-sunday.html?_r51&
+OK 20180609205632 https://doi.org/10.1016/j.blre.2015.10.003
+MISS NA http://clinicaltrials.gov/show/NCT01032629.Accessed
+OK 20210321220232 http://www.ipindia.nic.in
+OK 20180603055205 https://doi.org/10.1363/ifpp.31.162.05
+OK 20180604052956 https://doi.org/10.1007/s00217-015-2613-9
+OK 20201004035535 http://www.w3.org/2002/xmlspec
+MISS NA http://www.planalto.gov.br/ccivil_03/leis/1989
+OK 20210413041819 https://osha.europa.eu/en/publications/literature_reviews/migrant_workers
+OK 20210310105355 https://www.sciencedirect.com/topics/computer-science/archiving-data
+OK 20210301080058 https://www.asahq.org/about-asa/newsroom/news-releases/2020/03/joint-statement-on-multiple-patients-per-ventilator
+OK 20200507040437 https://doi.org/10.1177/036354659302100212
+OK 20201005092729 https://www.iab.com/guidelines/iab-mobile-location-data-guide-publishers/
+MISS NA http://dx
+OK 20150911044419 http://dx.doi.org/10.1016/j.ecss.2006.05.013
+MISS NA www.egitim.aku.edu.tr/halil.ppt.İnd.19.08.2013
+MISS NA http://www.sciencedirect.com/science/article/pii/S0393044011001586
+OK 20180602020902 https://doi.org/10.1093/emboj/19.1.25
+OK 20200325182726 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2304567
+MISS NA https://tez.yok.gov.tr/UlusalTezMerkezi/adresindenedinilmiştir
+MISS NA http://www.statcan.ca/english/freepub/21-006-XIE/21-006-XIE1998001.pdf
+OK 20170629022550 https://tirto.id/kepentingan-di-balik-unjuk-kekuatan-di-laut-cina-selatan-bnS6
+MISS NA http://dx.doi.org/10.1016/j.soilbio.2006.07.002
+OK 20160305075051 http://www.nationalphysiciansurvey.ca/nps/home-e.asp
+OK 20210421212208 https://doi.org/10.1002/2016JD024941
+OK 20200214234321 https://doi.org/10.26661/2522-1566/2019-4/10-06
+MISS NA Academic.Retrievedfromwww.macewan.ca
+MISS NA http://www.ingentaconnect.com/content/psych/pvis/2009/00000017/F0020006/art00
+OK 20180603055612 https://doi.org/10.1186/1475-2875-4-27
+OK 20181006095234 http://ec.europa.eu/environment/nature/info/pubs/docs/nat2000newsl/nat01_fr.htm
+OK 20200208060832 http://revistaryr.org.ar/index.php/RyR/article/view/288/306
+MISS NA http://www.symantec.com/enterprise/products/overview.jsp?pcid=1025&pvid=
+MISS NA http://www.buffalogreencode.com/green-code-components/unified-development-ordinance-2/CityofTempe
+MISS NA https://dx.doi.org/10.18156/eug-1-2019
+OK 20200822034947 https://doi.org/10.1016/j.cell.2004.06.016
+OK 20180601223356 https://doi.org/10.1128/JCM.01209-09
+OK 20180519071953 http://www.dhdi.free.fr/recherches/droithomme/articles/grandehumanrightsdialogue.htm
+MISS NA http://dx.doi.org/10.1128/AAC.46.9
+OK 20060825211719 http://www.casa.ucl.ac.uk/urbanplan.pdf
+OK 20170826045811 http://catalog.proemags.com/publication/ade7da38#/ade7da38/16
+MISS NA https://media.neliti.com/media/publications/128733-ID-implementasi-pendidikan-karakter-semanga.pdf
+MISS NA https://doi.org/doi:10.1002/ecy.1432
+OK 20210414214841 http://www.cell.com/current-biology/abstract/S0960-9822
+MISS NA https://doi.org/10.1016/S1473-3099(14)70741-8
+OK 20210402150251 http://dx.doi.org/10.1136/jech.57.1.29
+OK 20200216005736 http://dx.doi.org/10.1109/ICCV.2005.44
+OK 20210412221801 http://bit.ly/tedvlc
+OK 20210414021624 https://protectingimmigrantfamilies.org/analysis-research/
+OK 20150324135001 http://www.sfar.org/article/151/tabagisme-perioperatoire-ce-2005
+OK 20210308004233 http://web.archive.org/web/20080324080028/http://www.csoonline.com/talkback/071905.html
+OK 20200903122247 http://www.laender-analysen.de/belarus/
+OK 20200507115630 https://doi.org/10.15252/embj.201899727
+OK 20210308233159 http://lwn.net/Articles/374424
+MISS NA http://link.aip.org/link/?JCP/124/134901/1
+OK 20021209030323 http://allafrica.com/stories/200209300335.html
+MISS NA http://dx.doi.org/10.1021/bk-1985-0268.ch011
+OK 20210422040553 http://www.medlineplus.gov
+MISS NA http://epp.eurostat.ec.europa.eu/portal/page/portal/hicp/data/database.Accessed06/30
+MISS NA http://www.netaddiction.com/articles/surfing_not_studying.htmwebadresinden28Aralık2008tarihindeerişilmiştir
+MISS NA https://pubs.niaaa.nih.gov/publications/Newsletter/winter2004/Newsletter_Number3.pdf.Accessed
+OK 20201112003612 http://www.windowsphone.com/en-us/store/app/speedtest-net/4fcd4de1-050b-44dc-b123-a786808eb49b
+OK 20210415092238 https://doi.org/10.1038/
+MISS NA http://seercancergov/csr/1975_2008/
+MISS NA https://doi.org/10.1097/IGC.0000000000001291
+MISS NA Retrievedfromwww.hmie.gov.uk/documents/publication/5679text.pdf
+OK 20180601221400 https://doi.org/10.4161/onci.25238
+OK 20180602170115 https://doi.org/10.2308/aud.2009.28.1.241
+OK 20210310074220 http://www.potaroo.net/tools/ipv4/index.html
+MISS NA http://www.siaksoft.net.DiakseshariMinggu
+MISS NA http://www.phoenix.org.br/phoenix59/nov03.htm
+MISS NA http://heinonline.org/HOL/Page?handle=hein.journals/gintenlr21&collection=journals&id=75&startid=&endid=114#
+OK 20210411232550 www.abbottdiabetescare.com
+OK 20210320093938 https://doi.org/10.1145/3196709.3196721
+OK 20210318163644 https://www.nass.usda.gov/Publications/AgCensus/2017/Online_Resources/Rankings_of_Market_Value/New_York/index.php
+OK 20210419020022 http://dx.doi.org/10.1016/S0140-6736(03)15328-7
+OK 20201102180158 http://dx.doi.org/10.1038/ng.175
+OK 20201127015112 https://knightcenter.utexas.edu/Periodismo_20.pdf
+OK 20210314185732 www.pch.gc.ca/eng/1358260464627/1358260720464
+OK 20210327215806 https://doi.org/10.1214/aoms/1177697196
+OK 20201222180151 http://csis.org/files/publication/110321_Kuchins_NorthCaucasus_WEB.pdf
+OK 20210127012027 http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2006/decreto/d5800.htm
+OK 20210308001726 https://doi.org/10.1101/gr.132102
+MISS NA https://www.cdc.gov/coronavirus/2019-ncov/infection-control/controlrecommendations.html
+OK 20210415112124 ala.org/aasl/slr
+OK 20200909161759 http://www.edu-factory.org/wp/wp-content/uploads/2011/09/first_issue1.pdf
+OK 20161010133119 http://folk.uio.no/rognes/papers/plmf.pdf
+OK 20140731031124 https://www.diabetes.org.uk/documents/nhs-diabetes/paediatrics/nationalpaediatricdiabetesserviceimprovementdeliveryplan2013-2018.pdf
+OK 20180604091211 https://doi.org/10.1196/annals.1383.030
+MISS NA http://www.mto.gov.on.ca/english/transtek/roadtalk/rt10
+OK 20180602175917 https://doi.org/10.1176/appi.ap.33.6.478
+MISS NA http://www.un.org/millenniumgoals/2015_MDG_Report/pdf/MDG%202015%20rev%20
+OK 20210415010430 http://dx.doi.org/10.1016/S0269-7491
+OK 20180610045302 https://doi.org/10.1007/s12594-010-0013-0
+MISS NA http://dx/doi.org/10.4236/ojacct.2017.61001
+MISS NA http://dx.doi.org/10.1007/s11097-017-9515-1
+OK 20200728051208 https://doi.org/10.2337/diacare.28.1.154
+OK 20201029073911 http://www.acf.hhs.gov/sites/default/files/opre/subsidy_literature_review.pdf
+OK 20200422193051 http://link.aps.org/abstract/PRL/v89/e163602
+OK 20180605002522 https://doi.org/10.1093/jmammal/28.4.406
+MISS NA http://online.personalcarecouncil.org/ctfa-static/online/lists/cir-pdfs/FR682.pdf
+OK 20200421011928 http://www.who.int/influenza/gisrs_laboratory/molecular_diagnosis_influenza_virus_humans_update_201403rev201505.pdf?ua=1
+OK 20190727002108 http://arxiv.org/abs/1504.03103
+MISS NA http://data.unaids.org/pub/GlobalReport/2008/JC1511_
+MISS NA https://doi.org/10.1016/j.jddst.2019.01.018
+MISS NA http://www.jstor.org/stable/3333637
+OK 20200216024921 https://doi.org/10.15561/18189172.2019.0403
+OK 20180603202830 https://doi.org/10.1111/j.1523-1739.2011.01692.x
+OK 20180603001151 https://doi.org/10.1007/978-94-017-7291-4_1
+OK 20200807185523 http://dx.doi.org/10.1038/sj.emboj.7600163
+OK 20210308003233 https://doi.org/10.1155/2011/156869
+OK 20210415041500 https://www.imf.org/external/pubs/ft/fandd/2016/06/pdf/ostry.pdf
+MISS NA www.fiocruz.br/biosseguranca/Bis/manuais/qualidade/Nurembg.pdf.Acessoem:22out
+OK 20210120050204 http://english.ahram.org.eg/NewsContentPrint/4/0/82529/Opinion/0/Genesis-of-the-Sinai-crisis.aspx
+OK 20180516172421 http://periodicos.puc-campinas.edu.br/seer/index.php/transinfo/article/view/483
+OK 20210320123346 http://dx.doi.org/10.1111/j.1537-2995.2009.02317.x
+OK 20200508022518 https://doi.org/10.1212/WNL.48.3.626
+OK 20200216205353 https://doi.org/10.1029/2003JD004383
+OK 20180610215531 https://doi.org/10.1016/j.ijbiomac.2013.07.018
+MISS NA http://hdl.handle.net/10923/6987
+OK 20180609070750 https://doi.org/10.1089/bfm.2012.0131
+OK 20210318015412 www.thieme-chemistry.com
+OK 20210323104102 http://www.debian.org/security/2005/dsa-636
+MISS NA https://www.ncbi.nlm.nih.gov/nuccore/KJ001541.06
+OK 20200912173601 http://www.ncbi.nlm.nih.gov/pubmed/29754777
+MISS NA http://www.revistabrasileiros.com.br/2013/11/21/1977-ano--de-ouro-para-o-funk-brasileiro/#.U1Eda1ea98E
+OK 20210415213447 http://dx.doi.org/10.1126/science.270.5235.397
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://dx.doi.org/10.1016/j.ydbio.2008.09.033
+OK 20200214030512 https://doi.org/10.1063/1.1676569
+OK 20210126194345 nice.org.uk/guidance/ng8
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+OK 20161221111139 http://dx.doi.org/10.1083/jcb.200807121
+OK 20170715134031 http://www.edukacyjne.dyskursy.univ.szczecin.pl/motywy.htm
+OK 20201208192150 https://isreview.org/issue/102/disability-and-russian-revolution
+OK 20210417011306 http://www.nytimes.com/2016/10/18/science/hillary-cinton-donald-trump-global-warming.html
+OK 20161110005315 http://www.iapad.org/p3dm_guiding_principles.htm
+MISS NA http://www.fsis.usda.gov/Fact-Sheets/Chicken-Food-Safety-Focus/index.asp.Accessed15
+OK 20200206202930 http://www.useit.com/papers/heuristics/heuristic_list.html
+OK 20200119203149 http://www.informationweek.com/672/72iurev.htm
+OK 20210309133257 http://dds.cepal.org/bdptc/
+OK 20210322000854 http://www.epa.gov/oppad001/reregistration/cca/
+MISS NA https://adukar.by/news/kolichestvo-studentov-
+OK 20200821134214 http://dx.doi.org/10.1177/0146167205275613
+MISS NA http://www.re-dalyc.org/articulo.oa?id=257119521004
+OK 20160305084045 http://blog.pharmexec.com/2012/02/13/patient-recruitment-via-social-media-lessons-learned/
+OK 20190306024252 http://www.chaireanticosti.ulaval.ca/en/personnel/steeve_cote/
+MISS NA http://en.wikinews.org/wiki/Interview_with_Jimbo_Wales,besøkt12
+MISS NA http://dx.doi.org/10.1080/14763141.2010.511679
+OK 20210414220558 https://doi.org/10.1038/nprot.2011.450
+MISS NA http://publindex.colciencias.gov.co:8084/publindex/EnIbnPublindex/resul-tados.do
+OK 20210415221816 https://doi.org/10.1126/science.1182488
+OK 20081012123553 http://www.fao.org/agris/aos/Applications/intro.htm
+OK 20200214045100 https://doi.org/10.1128/CVI.05128-11
+OK 20200915095631 https://doi.org/10.1016/j.quascirev.2011.04.019
+OK 20160224092701 http://dx.doi.org/10.1007/s00449-004-0354-4
+OK 20170709140034 http://www.substech.com/dokuwiki/doku.php?id=degassing_treatment_of_molten_aluminum_alloys
+OK 20201028082219 http://www.eibar.org/blogak/luistxo/en/68
+OK 20210413152316 https://doi.org/10.3957/056.039.0207
+OK 20210413162000 http://dx.doi.org/10.1016/S2214-109X
+MISS NA ftp.cs.ru.nl/pub/CompMath.Found/teasdale.pdf
+OK 20180628040406 www.nato.int/docu/pr/2005/p05-004e.htm
+OK 20200429023730 https://doi.org/10.1016/j.ins.2014.03.128
+OK 20030101233733 http://www.mediaed.nccu.edu.tw/seesee03-03.htm
+OK 20210309185840 https://doi.org/10.1016/S0378-8733(96)00301-2
+OK 20090620042218 http://www.mte.gov.br/pnmpo/entendendo_as_mf.pdf
+OK 20210225013521 http://web.mit.edu/2.998/www/QuaternionReport1.pdf
+OK 20180823142630 http://worldmaritimenews.com/archives/200639/hapag-lloyds-shareholders-approve-uasc-merger-terms/
+OK 20201231002420 https://doi.org/10.3389/fpsyg.2015.01171
+OK 20210413161920 http://dx.doi.org/10.1016/S1049-0078
+OK 20210421023745 http://www.jjan.kr
+MISS NA http://dx.doi.org/10.18011/bioeng2015v9n2p151-161
+OK 20180601224321 https://doi.org/10.1016/0031-9384(91)90049-t
+OK 20200628082333 http://dx.doi.org/10.1155/2012/259349
+OK 20180603081319 https://doi.org/10.1016/j.protcy.2016.05.040
+OK 20180608092503 https://doi.org/10.1109/TCST.2014.2354260
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+OK 20210410192217 http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2008/lei/l11788.htm
+MISS NA http://dx.doi.org/10.1136/oemed-2011-100488
+OK 20180602052115 https://doi.org/10.1080/03075070903469598
+OK 20200603111408 http://blog.sina.com.cn/s/blog_67cd56c10100iuaj.html
+OK 20210320175934 http://dx.doi.org/10.1126/science.1117950
+MISS NA https://doi.org/10.2136/vzj201308148
+OK 20210227104618 http://www.abecitrus.com.br
+OK 20210421075354 http://pmj.bmj.com/
+OK 20160829073959 http://www.reuters.com/article/2014/04/07/us-slovenia-government-idUSBREA360EX20140407
+MISS NA http://dx.doi.org/10.1111/cpf.12342
+OK 20171213172026 http://dx.doi.org/10.1074/jbc.M113.474239
+OK 20210308074014 http://sourceforge.net/projects/recoder
+MISS NA http://dx.doi.org/10.1002/mrc.2321
+OK 20210416034251 http://www.ibge.gov.br/home/
+MISS NA http://youth-worker.org.ua/about/7.Російськаенциклопедіясоціальноїроботи/Підзаг.ред.д.і.н
+OK 20210413190734 http://ssrn.com/abstract=1105398
+MISS NA que.es.el.de.la.rebaja.de
+OK 20191107102314 http://www.migrationinformation.org/Profiles/print.cfm?ID=176
+OK 20200826224155 https://doi.org/10.1016/j.surg.2010.01.008
+OK 20210415130930 http://dx.doi.org/10.1653/0015-4040
+OK 20180611212421 https://doi.org/10.2174/1573413711666150523001519
+OK 20180610102107 https://doi.org/10.1016/S1352-2310(03)00391-1
+MISS NA http://dx.doi.org/10.1016/j.physrep.2014.02.011037
+OK 20120309001731 http://www.internetessentials.com/Learning/ProtectYourComputer.html
+MISS NA http://www.math.ups.edu/~bryans/Current/Journal_Spring_2009/BRichardson_20
+MISS NA http://goo.gl/coeC5d
+OK 20210303031816 http://www.phac-aspc.gc.ca/cd-mc/publications/diabetes-diabete/facts-figures-faits-chiffres-2011/index-eng.php
+OK 20100330102509 http://nc.people.com.cn/GB/10938186.html
+OK 20160416062610 http://dx.doi.org/10.1017/S0269888907001208
+OK 20210319201909 http://portal.acm.org/portal.cfm
+OK 20160618223302 http://dx.doi.org/10.1016/j.cell.2012.03.030
+OK 20061117023033 http://www.scielo.org.pe/scielo.php?script=sci_arttext&pid=S1726-46342009000400014&lng=pt&nrm=is&tlng=es
+OK 20100509035244 http://os.inf.tu-dresden.de/~westfeld/crandall.pdf
+OK 20210305135435 http://www.tinyos.net/tinyos-2.1.0/doc/html/tep111.html
+OK 20210318150318 http://dx.doi.org/10.5194/amt-4-2093-2011
+OK 20160205183347 http://www.cato.org/pubs/pas/pa410.pdf
+OK 20200602185417 http://dx.doi.org/10.1590/S1413-81232011000800006
+OK 20120529111706 http://www.poderjudicial.cl/juris_pjud/jurisprudencia.php
+OK 20180602071450 https://doi.org/10.1128/AAC.35.7.1273
+OK 20210416181947 http://www.cdc.gov/nchs/icd/icd9cm.htm
+OK 20210308000012 https://doi.org/10.1007/978-3-642-38750-0_21
+OK 20210421034044 http://www.ists.dartmouth.edu/
+OK 20210412175829 http://www.who.int/nuvi/pneumococcus/en/
+MISS NA http://energy.gov/nepa/downloads/ea-1345-final-environmental-assessment
+OK 20210415112447 http://www.sphereproject.org/content/view/720/200/lang,english/
+OK 20180604044739 http://doi.org/10.1026/0012-1924.54.4.202
+OK 20210308103633 http://dx.doi.org/10.1038/ng.762
+OK 20180608220726 https://doi.org/10.1007/BF00519882
+MISS NA http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6708463
+OK 20201031234136 http://www.portomaravilha.com.br/web/sup/OperUrbanaApresent.aspx
+OK 20200229021259 https://doi.org/10.5281/zenodo.2587072
+MISS NA https://books.google.com/books?id=qkoJAAAAQAAJ&
+OK 20210411004637 http://hdr.undp.org/docs/statistics/indices/technote_1.pdf
+OK 20201101232608 https://doi.org/10.1093/nar/gks1193
+OK 20200229191846 https://doi.org/10.5194/hess-21-1189-2017
+MISS NA http://dx.doi.org/10.1063/1.4900772
+OK 20180609091227 https://doi.org/10.1016/S0142-694X(97)00011-2
+OK 20200208082345 https://doi.org/10.1111/conl.12332
+MISS NA http://labeling.pfizer.com/showlabeling.aspx?idϭ491
+OK 20201121080445 https://doi.org/10.1370/afm.1433
+OK 20160329181113 http://feedstockreview.ornl.gov/pdf/billion_ton_vision.pdf
+OK 20210416001228 http://www.who.int/childgrowth/software/en/
+OK 20200226031815 https://doi.org/10.3109/03093641003674288
+OK 20201123205524 https://doi.org/10.1016/j.neuroimage.2013.07.046
+OK 20200203192209 http://www.mc.nato.int/media-centre/news/2017/nato-operation-sea-guardian-observes-western-med-in-focused-security-patrol-.aspx
+OK 20170118130851 http://www.ncbi.nlm.nih.gov/books/NBK84626/
+OK 20031222223440 http://www.phrack.com/phrack/49/P49-06
+MISS NA http://heart.bmj.com/Downloadedfrom
+OK 20170724053750 http://www.sapientia.pucsp.br/tde_busca/arquivo.php?codArquivo=9171
+OK 20180604171204 https://doi.org/10.1101/gr.160010.113
+MISS NA http://staff.ui.ac.id/internal/-131672403/publikasi/siae41.pdf
+MISS NA thenationonlineng.net/photos­ambassadors­
+MISS NA http://houaiss.uol.com.br/busca.jhtm?verbete=burocracia
+OK 20210312205442 https://doi.org/10.1145/2470654.2466230
+MISS NA http://dx.doi.org/10.1590/0104-9224/si2301.10
+OK 20180603084626 https://doi.org/10.1128/JVI.00743-11
+OK 20180602004840 https://doi.org/10.3390/s16091534
+OK 20210416143832 http://ecsdev.org
+OK 20180602060339 https://doi.org/10.1103/PhysRevB.83.195115
+MISS NA https://doi.org/10.1101/664052doi:bioRxivpreprint
+OK 20191218052201 http://www.rov.org/rov_applications.cfm
+OK 20180611203330 https://doi.org/10.1016/j.jenvman.2004.08.011
+OK 20190711101027 http://ftp.iza.org/dp7354.pdf
+OK 20201102160419 http://dx.doi.org/10.1080/10408390802145377
+OK 20200818030120 https://doi.org/10.1016/j.taap.2017.03.017
+OK 20210302193333 http://www.graupner.de
+MISS NA https://www.theguardian.com/higher-education-net-work/2016/may/04/it-must-be-love-what-makes-university-partnerships-tick
+OK 20180604073845 https://doi.org/10.1111/jmwh.12506
+OK 20180610075212 https://doi.org/10.1016/j.jnucmat.2015.03.019
+OK 20201114002542 http://www12.statcan.gc.ca/health-sante/82-228/index.cfm?Lang=E
+MISS NA https://elibrary.ru/item.asp?id=25775670
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://travelwirenews.com/eTN/12JAN2006.htm
+OK 20210415100300 http://semantic-web-journal.net
+MISS NA http://tibettruth.com/2015/03/11/new-york-rally-for-tibet-stained-by-cta-splittists/.Accessed30/11/2015
+OK 20150430040541 http://dx.doi.org/10.1007/BF00129064
+OK 20160806214007 http://www.healthprofessionals21.org/docs/CompBasedEd.pdf
+MISS NA http://gisis.imo.org/ISPS/Default.aspx?Country=IDN
+OK 20210320193350 https://www.mongoliajol.info/index.php/PMAS
+OK 20210417003936 https://www.cdc.gov/nchs/ahcd/web_tables.htm#2015
+OK 20180608051742 https://doi.org/10.1017/S1041610208007126
+OK 20200127234713 http://grantist.com/scholarship/stipendii-na-obuchenie-v-avstralii-po-programme-endeavour-awards/
+MISS NA https://www.euroelso.net/covid-19/covid-19-survey.Accessed11
+OK 20170502195250 http://www.ecoman.ktu.lt/index.php/Ekv/article/viewFile/4220/3038
+OK 20050422041706 www-106.ibm.com/developerworks/db2/library/techarticle/0210mullins/0210mullins.html
+MISS NA http://www.ec.gc.ca/cc/CoP5/sia/english/03earth/
+OK 20210203201437 http://bop-radar.livejournal.com/202771.html
+OK 20210119061116 http://www.sliver07.org
+OK 20200805170621 http://www.intechopen.com/books/urinary-tract-infections/post-inflammatory-nephropathy
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20201122034859 https://www.design-reuse.com/articles/11580/architecture-and-implementation-of-the-arm-cortex-a8-microprocessor.html
+OK 20180602002633 https://doi.org/10.7202/050399ar
+OK 20180602014940 https://doi.org/10.1021/es4035667
+OK 20180603193117 https://doi.org/10.1093/beheco/arh051
+MISS NA http://dx.doi.org/10.3318/BIOE.2005.105.3.141
+OK 20200208190727 http://dx.doi.org/10.1016/S0022-3093
+OK 20180610104436 https://doi.org/10.1007/s10096-011-1203-4
+MISS NA http://www.interdisciplines.org/artcog/papers/5;INTERNET
+MISS NA http://dx.doi.org/10.1097/01.nmd.0000138225.19549.dd
+OK 20210202230609 http://pcimonitor.org/
+OK 20210415005256 http://www.econ.iastate.edu/tesfatsi/abmread.htm
+MISS NA http://www.cpsr.org.ua/index.php?option=com_content&view=
+MISS NA http://dx.doi.org/10.1099/jmm.0.054551-0
+OK 20200815184402 https://doi.org/10.1016/j.atmosenv.2009.04.059
+MISS NA https://www.homerenergy.com/Accessed
+OK 20190714180627 http://www.springerlink.com/index/c4181mh5l23816u3.pdf
+OK 20171028132643 http://dx.doi.org/10.1111/j.1753-4887.2012.00523.x
+OK 20180609094914 https://doi.org/10.1007/s00704-017-2135-4
+OK 20201224033353 https://doi.org/10.1091/mbc.e11-12-1018
+OK 20201108231739 https://doi.org/10.3390/v7072791
+OK 20210422085710 http://cvxr.com/cvx
+MISS NA http://dx.doi.org/10.5772/intechopen.68882
+MISS NA https://nepis.epa.gov/Exe/ZyNET.exe/91010U5D.TXT?Zy
+OK 20170202051142 https://arxiv.org/abs/1602.08199
+OK 20210421191114 https://www.cambridge.org/core
+MISS NA http://dx.doi.org/10.1080/00224540209603881
+OK 20210123224831 http://aam.org.ar/src/img_up/21072014.5.pdf
+OK 20190301232918 http://dx.doi.org/10.1038/emboj.2010.26
+OK 20210416003309 http://grtensor.phy.queensu.ca/
+OK 20200613032027 https://doi.org/10.2337/diabetes.50.1.69
+OK 20201111200353 http://calculatorstack.com/inflation-calculator-india.php
+OK 20161019001517 http://dx.doi.org/10.1016/j.jad.2009.02.017
+OK 20100413123005 http://circ.ahajournals.org/cgi/reprint/100/9/1016
+OK 20100131171049 natpact.nhs.uk/demand_management/wizards/big_wizard/downloads.php
+MISS NA https://doi.org/10.1002/14651858.CD010005.pub
+OK 20200617084429 https://projecteuclid.org/euclid.maa/1144939946
+MISS NA http://www.worldbank.org/en/topic/financialsector/brief/islamic-financeAboutAuthor
+MISS NA http://dx.doi.org/10.1111/jipb.12084PMid
+OK 20210224021046 http://scg.unibe.ch/archive/papers/Spas14c.pdf
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevB.91
+OK 20210322090845 http://www.gehr.org/
+MISS NA http://dx.doi.org/10.1016/j.applthermaleng.2013.09.003
+OK 20181011183854 http://tidsskriftet.no/article/463825
+OK 20201205161210 https://doi.org/10.1007/s00442-007-0761-8
+MISS NA http://link.springer.com/article/10.1007%2Fs12010-010-9123-9
+MISS NA https://cs.uwaterloo.ca/˜dberry/handbook/ambiguityHandbook.pdf
+OK 20201112010840 http://www.ign.com/articles/2012/08/15/what-you-wont-see-in-assassins-creed-iii
+OK 20160113070308 http://projects.coe.uga.edu/epltt/index.php?title=Bloom%27s_Taxonomy
+OK 20191008174921 http://nbn-resolving.de/urn:nbn:de
+OK 20201225233648 https://doi.org/10.1056/NEJMoa1504627
+OK 20210408053700 https://doi.org/10.3189/2014JoG13J095
+OK 20171008215940 http://cordis.europa.eu/result/rcn/57856_en.html
+OK 20200520023523 https://doi.org/10.1177/0022034511435260
+OK 20200815192439 https://doi.org/10.5194/nhess-12-3733-2012
+OK 20200929114721 https://www.kanalinfo.web.id/pengertian-syahbandar
+MISS NA http://elearnmag.acm.org/index.cfm?section+best_practices&arti
+MISS NA http://www.city.yokohama.jp/ne/news/press/200703/20070328-025-1408.html
+OK 20180603183228 https://doi.org/10.1016/j.eneco.2007.05.002
+OK 20200711110918 http://www.cibtech.org/jcs.htm
+MISS NA http://www.ministero-salute.it/imgs/C_17_comunicati_testo.rtf
+OK 20171030033316 https://www.ri.cmu.edu/publications/harmful-algal-bloom-characterization-via-the-telesupervised-adaptive-ocean-sensor-fleet/
+OK 20171102175517 http://www.policyalmanac.org/social_welfare/archive/new_freedom_initiative_2.shtml
+OK 20200218074810 https://doi.org/10.1016/j.egypro.2017.03.1756
+OK 20180619092307 www.ccsenet.org/jas
+OK 20210419204008 http://thorax.bmj.com/
+OK 20210323033338 research.microsoft.com/en-us/um/redmond/projects/kinectsdk/
+MISS NA http://www.infocom.org/2004/papers/11_2.pdf
+MISS NA http://dx.doi.org/10.1128/JVI.75.19
+OK 20210125041346 www.filmpolski.pl/fp/index.php?film=128562
+OK 20210415033211 http://www.ics.uci.edu/mlearn/MLRepository.html
+MISS NA http://wwwimforg/external/np/fin/data/rms_mthaspx?SelectDate=2009-06-.Accessed
+OK 20200420010919 https://doi.org/10.1016/S0022-4405(99)00044-8
+MISS NA http://conventions.coe.int/Treaty/en/Treaties/Html/005.htm.Accessed5/
+OK 20180603082059 https://doi.org/10.1186/1477-7525-10-66
+MISS NA http://coloquio.paulofreire.org.br/participacao/index.php/coloquio/viii-coloquio/paper/view/296
+OK 20210420073024 www.fao.org/fishery/statistics/software/fishstat/en
+OK 20210420114825 http://www.w3.org/TR/webstorage/
+MISS NA Retrievedfromwww.Kaszebsko.com/uploads/Kaszubskie-identyfikacjenarodowo-etniczne.pdf
+MISS NA https://doi.org/10.1074/jbc.M102788200
+OK 20180602224418 https://doi.org/10.5194/acp-7-2563-2007
+OK 20200801165003 https://doi.org/10.1542/peds.2007-2951
+OK 20180603223244 https://doi.org/10.1002/jgrc.20100
+OK 20180602212611 https://doi.org/10.3201/eid2203.151466
+OK 20210415081138 www.nigms.nih.gov/Initiatives/MIDAS
+OK 20210303212722 http://www.medicaid.gov/Medicaid-CHIP-Program-Information/By-Topics/Waivers/1115/downloads/ar/ar-private-option-ca.pdf
+OK 20190503013314 https://onlinelibrary.wiley.com/doi/pdf/10.1111/j.1461-0248.2005.00848.x
+OK 20200828035210 https://doi.org/10.4269/ajtmh.15-0725
+OK 20190606075045 http://doi.org/10.1016/j.apgeog.2013.12.006
+OK 20151209101849 http://dx.doi.org/10.1136/sti.2010.042192
+MISS NA http://www.epa.gov/owow/nps/urbanize/report.html.LastAccessed8/30/2005
+MISS NA http://brian-deer.com/mmr-lancet.html
+OK 20201216195712 http://www.rki.de/DE/Content/Infekt/Krankenhaushygiene/Kommission/Downloads/Medprod_Rili_2012.pdf?__blob=publicationFile
+MISS NA http://www.cancer.gov/clinicaltrials/search/view?cdrid=715321&version=HealthProfessional
+OK 20200213062213 https://www.gob.mx/cms/uploads/attachment/file/103299/DR_2101.pdf
+OK 20200731040437 http://dx.doi.org/10.1016/j.vaccine.2008.01.025
+MISS NA http://www.dhs.gov/xlibrary/assets/statistics/publications/ois_ni_pe_2008.pdf.47
+OK 20210301141219 https://doi.org/10.1089/ast.2006.0128
+MISS NA http://dx.doi.org/10.4169/193009709X458618
+MISS NA http://dx.doi.org/10.1016/S1002-0160(08)60085-5
+OK 20190512004610 http://news.bbc.co.uk/2/hi/8536862.stm
+OK 20210415121446 http://www.gadm.org/
+OK 20190220005931 http://dx.doi.org/10.1097/00004583-199406000-00012
+MISS NA http://www.erevistas.csic.es/ficha_articulo.php?url=oai:ojs.erevista.unioeste.br:article/4082&oai_iden=oai_revista993
+OK 20180602190250 https://doi.org/10.1074/jbc.272.9.5438
+OK 20081013215011 http://www.cs.umd.edu/~clancy/docs/sdr06-predict.pdf
+MISS NA https://scholarlyoa.com/2016/01/05/bealls-list-ofpredatory-publishers-2016
+MISS NA http://dx.doi.org/10.1542/peds.108.3.613PMid
+OK 20210417185939 http://giswatch.org
+OK 20200624174409 http://asean.org/storage/2017/07/Doc-1-ASEAN-WP-on-Combating-Illicit-Drug-Production-2009-2015.pdf
+OK 20180608071034 https://doi.org/10.1016/j.scitotenv.2010.12.032
+OK 20200720171539 http://dx.doi.org/10.1038/ni.1876
+MISS NA http://www.jrheum.org/content/36/10/2346.abstracthttps://doi.org/10.3899/jrheum.090371
+OK 20210320052720 http://www.first.org/cvss/cvss-guide.pdf
+OK 20170820024828 http://www.sigmaaldrich.com/analytical-chromatography/microbiology/microbiology-products.html?TablePage=111528023
+OK 20210419111107 http://www.earth.columbia.edu/sitefiles/file/Sachs%20Writing/2012/World%20Happiness%20Report.pdf
+OK 20210415150107 www.who.int/docstore/peh/noise/guidelines2.html
+OK 20210414064331 http://www.lexique.org
+OK 20210413161908 http://dx.doi.org/10.1016/S0961-9534
+OK 20210108211848 https://doi.org/10.1089/ars.2011.4391
+OK 20210421184027 http://www.w3.org/TR/REC-xml/
+OK 20210305135809 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2289097
+MISS NA http://www.sciencedirect.com/science/article/pii/003807179090088H
+OK 20180602193211 https://doi.org/10.1029/2003JB002607
+OK 20180603215706 https://doi.org/10.12795/pixelbit.2015.i46.09
+MISS NA http://dx.doi.org/10.2466/pms.1998.87.3f.1155
+MISS NA http://books.google.com.br/books?id=f6oZ0cwjTs8C
+MISS NA http://en.wikipedia.org/wikiAA/aterdistributiononEarth
+MISS NA http://www.microsoft.com/resource/ngscb/ngscb_overview.mspx
+OK 20200723120418 http://dx.doi.org/10.3390/ma6062483
+MISS NA http://www.jpedhc.org/article/S0891-5245
+MISS NA www.academia.edu/35563211/Halal_Tourism_in_Indonesia_Capturing_the_Properness_of_Halal_Tourism_in_West_Nusa_Tenggara
+OK 20160627233011 repositories.cdlib.org/igs/WP2005-4
+OK 20180602040730 https://doi.org/10.11606/issn.2316-9044.v12i3p10-34
+MISS NA http://www.leprosyhistory.org/graphics/gallery/Brazil%20Report%20Frei%20Antonio%20Portuguese.pdf
+OK 20200504022122 https://doi.org/10.1029/2003jc002238
+OK 20180603163647 https://doi.org/10.1093/jac/dks382
+OK 20210202075446 https://social.org.br/files/pdf/RevistaREDE2015paranet2.pdf
+OK 20201126141410 http://www.cipd.co.uk/binaries/4926%20Absence%20SR%20%28WEB%29.pdf
+OK 20200326092923 http://www.jstor.org/stable/420303
+OK 20180610010352 https://doi.org/10.1139/w04-019
+MISS NA http://dx.doi.org/10.1371/journal.pone.0102513
+OK 20170223004739 http://my.preservationnation.org/site/DocServer/Economic_Benefits_of_HP_April_2011.pdf?docID=9023
+OK 20180604115510 http://doi.org/10.1002/9780470580066
+OK 20180619211648 http://www.educ.fc.ul.pt/docentes/jponte/DA/DA-TEXTOS/Castro(CIBEM).pdf
+MISS NA http://www.guardian.co.uk/commentisfree/2007/mar/27/comment.business
+MISS NA http://scielo.isciii.es/pdf/enefro/v18n2/bibliografia.pdf
+MISS NA http://www.dcs.gla.ac.uk:80/simonpj/green-card.ps.gz
+OK 20210413115834 http://dx.doi.org/10.1016/0090-2616
+MISS NA http://dx.doi.org/10.15405/epsbs.2017.07.02.134
+MISS NA http://www.unigaia-brasil.org/pdfs/david-Holmgren/04AbLand.pdf
+OK 20210420233403 http://www.interScience.wiley.com
+OK 20210416112822 http://water.epa.gov/drink/contaminants/index.cfm
+MISS NA http://www.who.int/mediacentre/factsheets/fs303/en/index.html.Accessed
+OK 20150613052008 http://www.vitruvius.com.br/revistas/read/arquitextos/15.177/5479
+OK 20041217063703 http://www.scielo.br/scielo.php?script=sci_issuetoc&pid=0066-782X20130041&lng=en&nrm=iso
+OK 20160607193907 http://nuevomundo.revues.org/59252
+OK 20210225173003 http://projectabsurd.com/koolaidpoints/koolaidpoints.htm
+MISS NA https://www.ciol.com/mercator-csc-set-center-bangalore/
+MISS NA http://www.uni-koblenz.de/~klaasd/Downloads/papers/Dellschaft2008CTD.pdf
+OK 20201212083100 http://doi.org/10.5281/zenodo.163423
+MISS NA https://www.cabdirect.org/cabdirect/abstract/2008326683
+OK 20210415203612 https://industrydocuments.library.ucsf.edu/tobacco/docs/#id=fxwm0132
+OK 20210219233450 http://www.dlib.org/dlib/january05/foster/01foster.html
+OK 20180604060700 https://doi.org/10.1093/humupd/7.2.161
+MISS NA http://dx.doi.org/10.1111/j.1756-1051.1991.tb01412.x
+MISS NA https://doi.org/10.1038/sj.onc.1208333
+OK 20210415210924 http://www.youtube.com/watch?v=YLTCzth8H1M&feature=youtube_gdata_player
+MISS NA http://dx.doi.org/10.1590/S0103-84782008000300050
+OK 20180602123207 https://doi.org/10.1128/AAC.00756-10
+MISS NA https://doi.org/10.18632/oncotarget.24916
+MISS NA https://doi.org/10.1128/JCM.39.10.3801-3802
+OK 20180101220730 http://dx.doi.org/10.1007/s004380050452
+OK 20210308084223 https://doi.org/10.1093/bioinformatics/btq033
+OK 20190926003020 https://doi.org/10.1371/journal.pone.0149794
+OK 20180602000417 https://doi.org/10.4040/jkan.2009.39.6.818
+OK 20200720110745 http://doi.org/10.5281/zenodo
+MISS NA http://www.grupoantena3.com/a3document/2012/05/24/DOCUMENTS/00013/00013.pdf
+OK 20190507223216 http://dx.doi.org/10.1007/s11882-009-0077-3
+MISS NA http://www.sciencedirect.com/science/article/pii/S1096717601902034
+OK 20180603144220 https://doi.org/10.1021/jf903493b
+OK 20170215082557 http://ceit.uq.edu.au/content/uq-elearning-strategic-plan
+OK 20210421054545 http://faostat3.fao.org/
+OK 20200225034303 http://dic.feb-web.ru/rusdict/search/search.htm
+OK 20110219212542 http://dynamo.ecn.purdue.edu/~landgreb/publications.html
+OK 20200827050851 https://doi.org/10.1093/brain/aww016
+OK 20210410222918 http://data.worldbank.org/indicator/SP.POP.GROW
+OK 20130624073527 http://serwisy.gazetaprawna.pl/praca-i-kariera/artykuly/712547,podwyzek_dla_urzednikow_nie_ma_i_nie_bedzie.html
+OK 20201126115033 http://download.eurordis.org/documents/pdf/EURORDIS_NORD_CORD_JointDec_Registries_FINAL.pdf
+OK 20210320204102 https://www.ohri.ca/programs/clinical_epidemiology/oxford.asp
+OK 20210417055825 http://zfin.org
+OK 20180609025343 https://doi.org/10.1088/0031-9155/52/11/018
+OK 20210126095453 http://www.culture.gouv.fr/documentation/memoire/
+OK 20180602143225 https://doi.org/10.1524/zpch.1964.41.5_6.339
+OK 20210421191114 https://www.cambridge.org/core
+OK 20190424020733 https://doi.org/10.1016/j.amjmed.2016.02.031
+MISS NA http://dx.doi.org/10.1590/S1517-74912000000100014
+MISS NA http://www.stf.jus.br/portal/cms/verNoticiaDetalhe.asp?idConteudo=98209&sigServico=noticiaArtigoDiscurso&caixaBusca=N
+MISS NA http://www.cijfersoverkanker.nl/selecties/Dataset_1/img5890332fa95a2.Accessed
+OK 20180602131017 https://doi.org/10.1111/mec.13835
+OK 20191211153843 https://doi.org/10.1038/nbt.2892
+MISS NA http://dx.doi.org/10.1111/j.1469-8137.2007.02188.x
+OK 20170722151621 http://dx.doi.org/10.1128/IAI.68.7.4331-4334.2000
+MISS NA https://doi.org/10.1101/634576doi:bioRxivpreprint
+OK 20180602175947 https://doi.org/10.1002/pbc.26097
+OK 20210412230515 https://doi.org/10
+MISS NA http://dx.doi.org/10.1016/j.radonc.2018.03.008
+MISS NA http://www.cimt.org.uk/journal/xenofontos.pdf
+MISS NA https://doi.org/10.14741/ijcet/v.10.2.8
+OK 20210225192731 https://doi.org/10.1136/bmj.g6870
+OK 20210224210448 https://doi.org/10.1007/s11999-016-4906-0
+OK 20201031201932 https://doi.org/10.1371/journal.pone.0018860
+MISS NA http://dx.doi.org/10.33448/rsd-v9i8.496615
+OK 20181208205923 http://www.dashboardinsight.com/articles/digital-dashboards/fundamentals/how-to-design-effective-dashboard-displays.aspx
+OK 20200724194731 https://doi.org/10.2307/257850
+OK 20210408055555 https://doi.org/10.1073/pnas.0910275107
+MISS NA http://cstonline.tv/24-hours-in-a-and-e-and-the-nhs-health-crisis.Accessed
+OK 20180611010731 https://doi.org/10.1001/archophthalmol.2012.355
+OK 20210418020718 http://www.statystyka.policja.pl
+OK 20210308112132 https://doi.org/10.1016/j.quascirev.2003.12.008
+MISS NA https://mpra.ub.uni-muenchen.de/43519/MPRAPaperNo43519
+OK 20180603142425 https://doi.org/10.1016/j.envsci.2012.07.018
+OK 20180602103442 doi.org/10.1136/bmjopen-2016-012184
+OK 20200225173517 http://www.nutritionandmetabolism.com/content/8/1/40
+OK 20171127125725 https://cpj.org/2005/05/who-kills-journalists-and-why-report-by-the-commit.php
+OK 20200903052949 https://doi.org/10.1016/j.arr.2012.03.001
+OK 20201030232525 http://art3idea.psu.edu/art3/mail/2.html
+OK 20071216074257 http://lp2005.tsl.uu.se/%7Elp2005/LP2005/programme/index.htm
+OK 20200809151724 http://www.scirp.org/journal/PaperInformation.aspx?paperID=17155
+OK 20210318121511 http://dx.doi.org/10.1016/S0140-6736
+MISS NA http://dx.doi.org/10.1088/0957-4484/21/14/145702
+OK 20160926191854 http://dx.doi.org/10.1029/2010WR010034
+OK 20040628055641 http://iranmiras.ir/en_site/Home_E.asp
+OK 20210401181255 https://doi.org/10.1007/s00705-016-2880-1
+OK 20210202075819 http://www.fao.org/save-food/resources/keyfindings/en/
+OK 20201112015106 http://www.nj.com/news/index.ssf/2012/03/medicial_marijuana_boss_gov_ch.html
+MISS NA http://www.ogx.com.br/cgi/cgilua.exe/sys/start.htm?sid=23&lng=br
+OK 20210414155428 http://www.biomedcentral.com/1471-
+MISS NA http://www.planalto.gov.br/ccivil_03/constituicao/constituicaocompilado.htm.Acessoem15mai
+OK 20150817210117 http://www.autism-world.com/index.php/2008/05/01/statistics-of-autism-in-china/
+MISS NA https://www.dovepress.com/by54.191.40
+MISS NA https://doi.org/10.1175/1520-0469
+OK 20170806120258 http://www.staff.amu.edu.pl/~ewa/Posthumanistyka_2008.htm
+OK 20200828072838 https://doi.org/10.1128/aac.47.11.3598-3601.2003
+OK 20201201194521 http://ideas.repec.org/s/iag/reviea.html
+OK 20160129134717 http://slexperiments.edublogs.org/2009/03/03/starting-a-second-life/
+OK 20210302142709 https://requester.mturk.com/tour
+MISS NA http://dx.doi.org/doi:10.1016/j.jocs.2016.06.001
+OK 20201221165303 http://www.na.gov.pk/publications/constitution.pdf
+OK 20200608181940 http://dx.doi.org/10.1016/j.tibs.2013.03.004
+MISS NA http://www.revistalatinacs.org/071/paper/1088/08es.htmlPágina159
+OK 20210413024747 www.mckinseyquarterly.com
+OK 20140421191457 http://www.pub.arbeitsamt.de/hst/services/statistik/detail/b.html
+OK 20210330042648 https://doi.org/10.1371/journal.pone.0143687
+OK 20180604210457 https://doi.org/10.1093/llc/8.4.275
+OK 20180612052417 https://doi.org/10.1016/j.catena.2006.10.011
+OK 20210420094923 http://compass.itcilo.org
+MISS NA https://doi.org/10.5771/9783845289472
+OK 20210422072034 https://maps.google.com
+OK 20170618192644 http://dx.doi.org/10.1074/jbc.271.21.12610
+OK 20180605070804 https://doi.org/10.1002/jcaf.3970030312
+OK 20200813015052 http://dx.doi.org/10.1016/j.cattod.2017.08.002
+MISS NA http://dx.doi.org/10.1109/LCOMM.2002.808379
+MISS NA http://dx.doi.org/10.1016%2FS0022-3999%2899%2900112-9
+OK 20201215201141 https://doi.org/10.1001/jama.298.15.1763
+MISS NA http://www.amaranto.org.mx/article/articleprint/86/-1/30/.2006
+OK 20210413173137 http://dx.doi.org/10.1016/0368-2048
+OK 20180430120031 http://www.imf.org/external/pubs/ft/weo/2008/01/weodata/weorept.aspx?sy=2006&ey=2013&scsm=1&ssd=1&sort=country&ds=.&br=1&c=311%2C336%2C263%2C313%2C316%2C343%2C339%2C361%2C321%2C362%2C243%2C364%2C366%2C369%2C328&s=NGDPDPC&grp=0&a=&pr1.x=46&pr1.y=11
+OK 20200704051622 http://dx.doi.org/10.11646/phytotaxa.3.1.4
+OK 20170516214412 http://www.invalsi.it/invalsi/ri/pisa2012/rappnaz/Rapporto_NAZIONALE_OCSE_PISA2012.pdf
+OK 20140531004145 http://dx.doi.org/10.1016/S0950-5849(03)00115-0
+MISS NA http://www.marxists.org/deutsch/archiv/marx-engels/1848
+MISS NA http://www.educacao.rs.gov.br/pse/binary/down_sem/DownloadServlet?arquivo=textos/Texto-ensino-medio-livro.pdf
+OK 20200217035810 https://doi.org/10.12973/iji.2018.11452a
+MISS NA http://www.americanheart.org/presenter.jhtml?identifierϭ3033721#metabolic
+MISS NA https://doi.org/10.32014/2018.2518-170X
+OK 20210322011815 http://cfpub.epa.gov/ncea/iris/index.cfm?fuseaction=iris.showSubstanceList
+OK 20100118174825 http://www.mdaar.government.bg/lucidity.php
+OK 20190608155635 https://support.hdfgroup.org/about/history.html
+OK 20210417051159 https://population.un.org/wpp/Publications/Files/WPP2019_Highlights.pdf
+OK 20200901001018 http://dx.doi.org/10.1787/9789264239517-en
+OK 20170305120328 http://dx.doi.org/10.1016/j.bbmt.2006.09.003
+OK 20180605115534 https://doi.org/10.1091/mbc.E14-11-1514
+MISS NA http://dx.doi.org/10.1016/j.eururo.2009.05.005
+OK 20210321045221 www.ico.com
+OK 20180610031243 https://doi.org/10.1108/13527601211219892
+OK 20110312070016 http://www.racgp.org.au/Content/NavigationMenu/ClinicalResources/RACGPGuidelines/Guidelineforthenonsurgicalmanagementofhipandkneeosteoarthritis/RACGP_OA_guideline.pdf
+OK 20201101063142 http://www.radicalcartography.net/index.html?fisk
+MISS NA http://www.ruralcommunitynetwork.org/DataEditorUploads/Polite_avoidance.pdf
+OK 20200806142935 https://doi.org/10.1016/j.immuni.2008.08.014
+OK 20180601210704 https://doi.org/10.15407/alg25.04.355
+OK 20210215005617 http://dx.doi.org/10.2305/IUCN.UK.2016-3.RLTS.T4007A22188115.en
+OK 20161223201002 http://dx.doi.org/10.1073/pnas.051378298
+MISS NA http://bit.ly/2imgAdu
+OK 20210314174059 http://www.ft.com/cms/s/0/988051be-fdee-11e3-bd0e-00144feab7de.html
+OK 20200527162515 https://doi.org/10.2478/s11658-006-0044-0
+OK 20180604150222 https://doi.org/10.1002/hec.635
+OK 20130326123757 http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/manual14.pdf
+OK 20180602065322 https://doi.org/10.3758/BF03197712
+OK 20121214060001 http://www.acefitness.org/certifiednewsarticle/1264/coaching-the-whole-client-your-key-to-continued/
+OK 20210416134854 http://dx.doi.org/10.1093/molbev/mst197
+OK 20191123050145 http://crawdad.cs.dartmouth.edu/index.php
+OK 20180616161119 http://link.springer.com/article/10.1007/BF03186410
+OK 20210422085002 https://earth.google.com/web
+MISS NA http://dx.doi.org/10.1128/JVI.03545-14
+OK 20131125232111 http://www.mccza.com/genericDocuments/Regulations_GG34463_No587.pdf
+OK 20170710143159 http://www.google.com/patents/US5372030
+OK 20180603012516 https://doi.org/10.1210/jc.2010-1722
+MISS NA http://dx.doi.org/10.1109/acemp.2007.4510556
+OK 20200731072857 https://doi.org/10.1016/j.scienta.2012.05.022
+MISS NA https://www.dovepress.com/by54.191.40
+OK 20210422072552 https://www.cancer.gov
+MISS NA http://dx.doi.org/10.1016/j.ijantimicag.2011.02.007
+OK 20190709140846 http://www.ncbi.nlm.nih.gov/pubmed/23321861
+OK 20160417101414 articles.economictimes.indiatimes.com/2016-03-14/news/71509489_1_vk-singh-india-africa-india-africa-summit
+OK 20200519224429 https://doi.org/10.1016/j.tourman.2016.08.015
+OK 20210330080240 http://redflow.com
+OK 20180605183340 https://doi.org/10.1007/BF00171098
+OK 20180819194835 https://dx.doi.org/10.1007/s10551-014-2085-z
+OK 20210415015903 http://dx.doi.org/10.1080/026999398379628
+OK 20170202024706 http://dx.doi.org/10.1016/j.rbce.2014.11.016
+OK 20200908161850 https://doi.org/10.3389/fpsyg.2015.00714
+OK 20180602032115 https://doi.org/10.1016/j.jchemneu.2008.12.007
+MISS NA http://dx.doi.org/10.1016/j.buildenv.2013.04.025
+MISS NA http://books.google.com.au/books/about/Punish_and_Critique.html?id=arsOAAAAQAAJ&redir_esc=y
+MISS NA ftp.sp.gov.br/ftppesca/OOsimcope/palestra_cristiane_neiva.pdf
+MISS NA http://news.bbc.co.uk/1/hi/england/west_yorkshire/4682739.stm
+OK 20100613191149 http://econ.ucsd.edu/~jandreon/Publications/JPubE88Limits.pdf
+OK 20210421034728 www.bis.org
+OK 20180602193309 https://doi.org/10.1387/ijdb.082586dc
+OK 20210415210946 http://www.who.int/childgrowth/standards/hc_for_age/en/
+OK 20130917060612 http://www.nslc.navsea.navy.mil/htm/nslc/mission_vision.htm
+MISS NA http://dx.doi.org/10.1002/pola.1992.080301006
+MISS NA http://www.sciencebeingjournal.com/octa-journal-environmental-research/biodiversity
+MISS NA http://orcid.org/0000-0003-4486-7856
+OK 20200207173037 http://dx.doi.org/10.1016/0361-3682(80)90040-9
+OK 20130616044910 http://www.ukmin.lt/uploads/documents/Turizmas/2013/Lietuvos%20MT%20klasteris_seminaras_MT%20asociacija.pdf
+OK 20200227172955 https://doi.org/10.1016/j.chemgeo.2013.05.016
+OK 20200904021828 https://doi.org/10.3389/fmicb.2014.00241
+OK 20180601213858 https://doi.org/10.1371/journal.pone.0079521
+OK 20180602124134 https://doi.org/10.1038/srep37939
+OK 20201114173538 http://www.atmos-chem-phys.net/5/715/2005/
+OK 20210413074606 http://dx.doi.org/10.1016/0028-2243
+OK 20200216223835 https://doi.org/10.1515/eng-2016-0011
+OK 20200820020704 https://doi.org/10.1016/j.tplants.2010.05.003
+OK 20210413185427 http://dx.doi.org/10.1016/S0378-4274
+OK 20180505131354 http://www.ojp.usdoj.gov/nij/pubs-sum/182369.htm
+MISS NA http://images.main.uab.edu/spinalcord/pdffiles.MoehjiS.IlmuGizi2
+MISS NA http://dx.doi.org/10.1371/jour-nal.pone.0063933
+MISS NA http://www.lordisco.com/tjd/MusicianDetail?mid=5494
+MISS NA http://bahia.ba/salvador/mototaxi-do-brasil-lanca-aplicativo-nesta--quarta-feira/.Acessoem:10deout
+OK 20200922130824 http://ec.europa.eu/environment/chemicals/reach/legislation_en.htm
+OK 20200927152950 http://etc.usf.edu/lit2go/64/the-autobiography-of-an-ex-colored-man/1157/chapter-10/
+OK 20200216095831 http://www.snv.org/update/wastewater-management-urban-areas-indonesia-snv-indonesias-key-finding-and-recommendations
+OK 20200604200023 https://doi.org/10.1016/j.jaap.2013.09.017
+OK 20200515101259 https://doi.org/10.1128/JCM.00168-08
+OK 20210210142719 http://www.agriinfo.in/default.aspx?page=topic&superid=3&topicid=2152
+OK 20160217182937 http://dx.doi.org/10.1063/1.3191675
+OK 20210416152257 http://dx.doi.org/10.1038/nrm2330
+MISS NA http://dx.doi.org/10.1088/0031-9155/43/5/014
+OK 20200701165227 https://doi.org/10.1503/jpn.170094
+OK 20201112005221 http://www.egs.edu/faculty/slavoj-zizek/articles/the-interpassive-subject
+OK 20100518142141 http://www.abeneventos.com.br/anais_61cben/cat0003.htm
+OK 20201112002507 http://ec.europa.eu/social/main.jsp?langId=en&catId=752&newsId=551&furtherNews=yes
+OK 20210422091605 http://www.adherents.com
+OK 20201127014808 http://www.oecd.org/dataoecd/3/6/36781781.pdf
+OK 20210201172422 https://doi.org/10.1002/stem.404
+OK 20210415145136 http://jcp.org/en/jsr/detail?id=206
+OK 20150616013407 http://www.KITA-fachtexte.de/uploads/media/KITAFT_winner_2015.pdf
+OK 20200811122437 http://dx.doi.org/10.1016/j.immuni.2013.06.014
+OK 20180601215249 https://doi.org/10.1901/jeab.2005.97-04
+OK 20180602033507 https://doi.org/10.15517/am.v20i2.4953
+OK 20200623163902 http://ssrn.com/abstract=2959925
+OK 20121021073011 http://aspe.hhs.gov/sp/reports/2007/cecht/index.htm
+MISS NA http://socrates.berkeley.edu/∼jewell/lancet061.pdf,retrievedOc-tober6
+OK 20070713091944 http://www.pacom.mil/speeches/sst2007/070424-keating-sasc-fy08-officalstatement.pdf
+MISS NA Http://World.Ng.Ru/Dipcorpus/2000-02-03/6
+MISS NA http://www.olt.gov.au/project-how-universities-can-best-support-students-develop-generic-skills-enactingstrategies-gradua
+OK 20200922005433 http://link.aps.org/doi/10.1103/PhysRevLett.104.106408
+OK 20110706170406 www.cadth.ca/media/pdf/320c_Overcrowding_tr_e_no-appendices.pdf
+OK 20180604062154 https://doi.org/10.1093/ndt/gfr045
+OK 20210307224610 https://doi.org/10.1207/S15327965PLI1104_01
+OK 20210414230043 http://www.colorado.edu/engineering/CAS/courses.d/IFEM.d/
+MISS NA https://doi.org/10.3389/fphys.2015.00335
+OK 20210211003438 http://archive.ifla.org/IV/ifla72/papers/151-Oliver_Swain-en.pdf
+OK 20180603220123 https://doi.org/10.1016/j.jsb.2012.11.006
+MISS NA http://dx.doi.org/10.1016/S0945-053X
+OK 20210225181434 https://doi.org/10.1093/bioinformatics/btu153
+OK 20170813070846 http://ftp.iza.org/dp6246.pdf
+OK 20180603121204 https://doi.org/10.14256/JCE.1048.2014
+OK 20200814223228 https://doi.org/10.1242/jcs.056424
+OK 20151031024751 http://dx.doi.org/10.1097/00003246-199808000-00030
+MISS NA https://doi.org/10.1186/s13071-015-0651-6PMID
+OK 20200219170316 http://ilovestem.org/
+OK 20171008231315 http://unesdoc.unesco.org/images/0021/002169/216916s.pdf
+OK 20210415125201 https://www.theguardian.com/world/2015/mar/12/war-rebuild-aleppo-syria-architects-reconstruction
+OK 20150210162450 http://www.cbsa-asfc.gc.ca/publications/dm-md/d13/d13-3-6-eng.html
+MISS NA http://dx.doi.org/10.1016/S0167-4889(01)00148-3
+OK 20210410200049 http://www.prelude-ids.org/
+OK 20210122054302 www.ejournal.unesa.ac.id
+OK 20130130061754 http://toblogsas.skai.gr/post/13878542174
+OK 20200709133018 https://doi.org/10.1001/jamainternmed.2014.7554
+OK 20210419153959 https://build.phonegap.com/
+OK 20210419124542 http://www.omg.org/mda
+MISS NA http://elpais.com/diario/1986/04/30/internacional/515196027850215.html
+MISS NA http://www.math.tamu.edu/∼dnaidu/crossed.pdf
+OK 20200913004926 https://doi.org/10.1021/bc049964w
+OK 20121106052259 http://www.ncbi.nlm.nih.gov/pubmed/11514246
+OK 20180609190108 https://doi.org/10.1109/LSP.2017.2787484
+OK 20200205143734 http://dx.doi.org/10.1016/S0017-9310
+MISS NA https://www.airviro.com/airviro/extras/pdffiles/UserRef_Volume1_EDB_v4.00.pdf
+OK 20210414172030 http://dx.doi.org/10.1093/molbev/msn083
+OK 20210307232949 https://doi.org/10.1146/annurev.arplant.59.032607.092911
+MISS NA http://paper.people.com.cn/gjjrb/html/2006-12/13/content_12106333.htm.98Id
+OK 20180609064356 https://doi.org/10.1088/1742-5468/2016/03/033403
+OK 20180604232829 https://doi.org/10.1016/j.marpetgeo.2015.01.006
+OK 20180602024132 doi.org/10.1111/j.1600-065x.2009.00763.x
+MISS NA http://www.alcaldiamanizales.gov.co/es/politicasplanes-programas-y-proyectos/plan-de-desarrollo-municipal/cat_view/290-plan-de-desarrollo/400-01-documento-plan-de-desarrollo-junio-11-de-2008
+MISS NA https://doi.org/10.31072/rcf.v8i2.578
+OK 20210412230515 https://doi.org/10
+MISS NA http://www.iitmandi.ac.in/ireps/images/Presentation%20%20Waste%20to%20energy%2
+OK 20210211003903 http://www.cs.auckland.ac.nz/~pgut001/pubs/linux_vpn.txt
+OK 20180612073902 https://doi.org/10.1016/j.schres.2003.12.002
+OK 20210415222845 http://www.openmobilealliance.org
+MISS NA https://pharmafactz.com-medicinal-chemistry-of-beta-lactam-antibiotics
+MISS NA https://doi.org/10.1016/s1474-8177
+MISS NA http://tabnak.ir/fa/pages/?cid=461859
+OK 20171207071719 http://dx.doi.org/10.1136/thx.47.2.76
+OK 20200930042326 http://breakingdefense.com/2016/03/3d-printing-key-to-hypersonic-weapons-raytheon/
+OK 20200605004828 http://niti.gov.in/writereaddata/files/writereaddata/files/document_publication/Skill_Workforce.pdf
+MISS NA https://www.imperfectfoods.com/?utm_source=adwords&gclid=EAIaIQobChMI_o_d08nv5gIVxp6zCh10UAdBEAAYASAAEgJibPD_
+OK 20210211002702 www.turkderm.org
+OK 20200415003315 http://moxie-gmbh.de/medical-products/9/angioedema-quality-of-life-questionnaire-ae-qol-non-commercial-use
+OK 20210228121324 https://doi.org/10.1371/journal.pgen.1006340
+MISS NA http://bit.ly/2XIyca4
+OK 20210328092750 https://doi.org/10.1126/science.1212222
+MISS NA http://portal.acm.org/citation.cfm?id=125342.125343
+OK 20200216211222 https://doi.org/10.1083/jcb.201812076
+OK 20180603145745 https://doi.org/10.1680/macr.2006.00033
+OK 20210308072026 https://doi.org/10.1007/s00220-014-1915-2
+MISS NA http://www.ebc.com.br/cidadania/2015/07/eca-25-anos-linha-do-tem-po-direitos-criancas-e-adolescentes
+MISS NA http://www.sidra.ibge.gov.br/bda/pesquisas/pia/default.asp?o=16&i=P
+OK 20200820085803 http://dx.doi.org/10.1007/s11816-013-0277-0
+MISS NA http://www.aaup.org/issue
+OK 20210320175820 https://doi.org/10.1289/ehp.1205503
+MISS NA http://www.marketingcultural.com.br/115/pdf/cultura-em-numeros-
+OK 20201121184817 www.pressroom.ups.com/pressroom/ContentDetailsViewer.page?ConceptType=PressReleases&id=142
+MISS NA www.springerlink.com/index/5327081t62500512
+OK 20200517015200 https://doi.org/10.1146/annurev.cellbio.18.012502.105758
+OK 20121006111802 http://www1.eere.energy.gov/biomass/pdfs/32438.pdf
+MISS NA http://www.inahta.org/upload/HTA_resources/Checklist_instructions_2007.doc
+OK 20080513054459 http://jya.com/bg/digsig.pdf
+OK 20161020121452 http://www.primariabraila.ro:7200/Lists/Investitii%20si%20proiecte/Attachments/5/Draft_strategie_energetica.pdf
+OK 20180601220213 https://doi.org/10.15381/rpb.v23i3.12868
+MISS NA https://doi.org/10.1101/318030doi:bioRxivpreprint
+OK 20190911185131 http://ici.radio-canada.ca/regions/saskatchewan/2015/06/16/006-bilinguisme-jeunes-comite-senatorial-proportion-baisse.shtml
+MISS NA http://dx.doi.org/10.1016/j.iheduc.2011.01.002
+MISS NA http://dx.doi.org/10.1016/S0044-8486(99)00088-5
+OK 20190915224928 http://www.ijc.org/en_/Reports_and_Publications
+OK 20190217091403 http://repository.tudelft.nl/assets/uuid:f53620b8-3ce5-4f4b-9b48-a27d8c0496d5/2014_UNESCO-IHE_PHD_Thesis_YURONG_HU.pdf
+OK 20210414105638 http://doi.org/10.1007/
+OK 20210412222720 http://dx.doi.org/10.1002/jclp.20593
+MISS NA https://doi.org/10.1111/j.1365-5732028.2006.00636.x
+OK 20131028011001 http://cdsco.nic.in/Bio%20Similar%20Guideline.pdf
+MISS NA http://www.gruene-waerme.at/fileadmin/user_upload/aktuelles/VDW.pdf
+MISS NA https://doi.org/10.5194/isprs-archives-XLII-3-W8-275-2019|©Authors
+OK 20180602211804 https://doi.org/10.1111/biom.12248
+MISS NA http://www.extremetech.com/computing/142881-ibm-creates-firstcheap-commercially-viable-siliconnanophotonic-chip
+OK 20180603071549 https://doi.org/10.1016/j.sleep.2017.10.012
+OK 20201124112814 http://whqlibdoc.who.int/hq/2000/who_msd_msb_00.4.pdf
+OK 20101121144834 http://www.ecmwf.int/products/forecasts/guide/The_Mean_Absolute_Error_MAE.html
+MISS NA https://doi.org/10.1093/mutage.gez1037inpress
+OK 20180610110151 https://doi.org/10.1017/cem.2017.11
+OK 20190430200714 https://www.e-unwto.org/doi/pdf/10.18111/9789284415687
+OK 20180612205826 https://doi.org/10.1016/j.jse.2014.12.030
+MISS NA http://dx.doi.org/10.1016/j.agrformet.2013.12.008
+OK 20210412230515 https://doi.org/10
+OK 20171202102035 http://e-spania.revues.org/9993
+OK 20160330095506 http://dx.doi.org/10.1007/s00330-007-0643-9
+OK 20201126182213 https://www.ksh.hu/docs/hun/xftp/idoszaki/pdf/halalokistruk.pdf
+MISS NA www.bjs.gov/content/pub/pdf/hivp15st_sum.pdf.Accessedon
+MISS NA http://dx.doi.org/10.1080/17480272.2011.601816
+OK 20210415131018 http://www.unfoundation.org/global-issues/technology/mhealth-report.html
+MISS NA https://canadiangeriatrics.ca/2019/07/fecal-incontinence-in-older-adults-a-practical-approach.Accessed
+OK 20210308142151 http://www.nytimes.com/2008/05/18/us/politics/18memoirs.html
+MISS NA http://engjournal
+OK 20210422091529 www.walesonline.co.uk
+OK 20180609194049 https://doi.org/10.1109/ICCSNT.2011.6181923
+MISS NA http://www.infotoday.com/cilmag/mar00/donnelly.htmFranz
+OK 20210409173405 http://www.unesco.org/new/en/education/themes/leading-the-international-agenda/efareport/
+MISS NA http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2017-017835on10
+OK 20131123135601 http://www.hiphopdiningrat.com/2013/10/voice-vol-11-marzuki-mohammad/
+MISS NA https://doi.org/https://doi.org/10.5194/angeo-27-861-2009
+OK 20210422092553 http://www.earthlink.net/
+OK 20150716022604 http://www.bp.com/en/global/corporate/press/speeches/energy-in-2013-taking-stock.html
+OK 20180602092345 https://doi.org/10.1002/nau.10092
+OK 20180602154206 https://doi.org/10.1073/pnas.0610358104
+OK 20121106133435 http://dx.doi.org/10.1016/S0021-9290(01)00193-2
+MISS NA http://dx.doi.org/10.1007/s11219-010-9121-8
+MISS NA https://developer.apple.com/app-store/review/guidelines/Accessed
+OK 20180612141253 https://doi.org/10.3846/btp.2017.011
+OK 20200904082801 https://doi.org/10.1016/j.envint.2016.05.001
+OK 20180609044856 https://doi.org/10.1037/cdp0000065
+OK 20121209122652 http://www.rizoma.ufsc.br/html/343-of4-st2.htm
+MISS NA http://digitalcommons.wku.edu/thesis/475
+MISS NA http://dx.doi.org/10.1073/pnas.1313098110
+OK 20180613065107 https://doi.org/10.1016/j.sbspro.2015.01.860
+OK 20201127204123 https://github.com/pierrepo/PBxplore
+OK 20210330101838 nature.com/scientificreports
+MISS NA http://dx.doi.org/10.1002/eji.201344127
+OK 20210421095850 https://www.energy.gov/eere/wind/atmosphere-electrons
+OK 20200711175207 https://doi.org/10.1016/j.ydbio.2007.06.022
+OK 20210410223143 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3104937/
+MISS NA http://cienciamerica.uti.edu.ec/openjour-nal/index.php/uti/article/view/149
+OK 20140601102804 http://dynamo.ecn.purdue.edu/%7Ebiehl/MultiSpec/
+OK 20180610100319 https://doi.org/10.1007/s10452-012-9396-x
+OK 20080801192603 http://www2.warwick.ac.uk/fac/soc/shss/mrc
+MISS NA www.hstory.hacettepe.edu.tr/archive/vakifsehir.html.17Haziran
+OK 20200711234956 http://dx.doi.org/10.1172/JCI29024
+OK 20170721020654 http://dx.doi.org/10.1016/j.jviromet.2006.08.004
+OK 20191103033700 https://doi.org/10.1098/rspa.2009.0434
+MISS NA www.assakkaf.com/courses/ENCE355/Luctures/part1/chapter2a.pdf
+MISS NA https://doi.org/10.1038/s41467-018-04072-4PMID
+OK 20210211223857 http://www.giftfromwithin.org/html/Guilt-Following-Traumatic-Events.html
+OK 20061004135443 www.bddk.org.tr/english/publicationsandreports/brsareports/BRSA_Annual_Report_2005.pdf
+OK 20160606005129 http://www.childinfo.org/ecd_indicators_mics.html
+MISS NA http://www.ibge.gov.br/home/estatistica/populacao/condicaodevida/indicadoresminimos/sinteseindicsociais2010/default.shtm.Accessed
+MISS NA http://en.wikipedia.org/wiki/Cooperative_prin-ciple
+OK 20160927053238 http://dx.doi.org/10.1016/j.jsp.2006.03.005
+MISS NA http://dx.doi.org/10.1590/1413-812320172211.26362015
+OK 20210413073631 https://books.google.es/books/about/Measures_of_Success.html?id=wxSKF5znT14C&pgis=1
+OK 20111204172734 http://dx.doi.org/10.1016/j.forpol.2011.06.008
+MISS NA https://doi.org/10.1007/BF01181634
+OK 20210318064142 https://www.cancer.gov/research/key-initiatives/moonshot-cancer-initiative/blue-ribbon-panel/blue-ribbon-panel-report-2016.pdf
+MISS NA https://doi.org/10.1007/s00253-006-0719-5PMID
+MISS NA http://dx.doi.org/10.1021/nn1014769
+OK 20200515083452 https://doi.org/10.1093/ije/dym161
+MISS NA http://doi.org/10.1001/jama.1927.02680380001001
+OK 20200329145408 http://archive.carnegiefoundation.org/pdfs/elibrary/Carnegie_Flexner_Report.pdf
+MISS NA fromwww.who.int/mediacentre/factsheets/fs311/en/
+OK 20210417072709 http://www.cdc.gov/quarantine
+MISS NA https://www.bilibili.com/read/cv961199/
+OK 20201201045836 http://www.revistas.una.ac.cr/index.php/EDUCARE/article/view/885
+OK 20210422044324 http://www.twnside.org.sg
+MISS NA http://www.iea-biogas.net/files/daten-redaktion/download/TechnicalBrochures/NUTRIENT_RECOVERY_RZ_web1.pdf
+OK 20180601233458 https://doi.org/10.1006/anae.1997.0099
+OK 20180602134329 https://doi.org/10.1590/S0102-311X2013000100004
+OK 20200814024207 http://llt.msu.edu/vol12num3/default.html
+MISS NA http://cds.cern.ch/record/2045487
+OK 20191102120246 http://www.publications.parliament.uk/pa/cm200304/cmselect/cmdfence/57/57.pdf
+OK 20150228181942 http://www.ncbi.nlm.nih.gov/pubmed/15587659
+OK 20210415052312 http://www.journalofwritingassessment.org/article.php?article=74
+OK 20190828213356 http://docs.cpuc.ca.gov/PublishedDocs/Published/G000/M206/K462/206462341.PDF
+OK 20131223054929 http://www.deruijter.net/?p=927
+OK 20191118074936 https://doi.org/10.1098/rstb.2011.0099
+OK 20200730120646 https://doi.org/10.1021/acs.analchem.5b02383
+MISS NA https://doi.org/10.1186/s12960-017-0187-2PMID
+OK 20181231175113 https://files.eric.ed.gov/fulltext/EJ902213.pdf
+OK 20210225195705 http://www.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId=LDC93S1
+OK 20180613102729 https://doi.org/10.1016/j.energy.2017.01.033
+OK 20150429173957 http://dx.doi.org/10.1080/00207540701737666
+MISS NA https://now.mmedia.me/lb/ar/nowspecialar‬‬‫ﺏبﻭوﺕتﻱيﻥن_‬Papyrakis
+OK 20180603011619 https://doi.org/10.1182/blood-2004-10-4008
+OK 20210414225814 https://www.cdc.gov/healthypets/pets/birds.html
+OK 20200212172348 https://www.connectingbusiness.org/system/files/2017-12/PSS-BusinessCase-FINAL.pdf
+MISS NA http://dx.doi.org/10.1108/17561391111167000
+OK 20200729204242 https://doi.org/10.1128/JB.01689-06
+OK 20210308075915 https://doi.org/10.2138/rmg.2013.75.18
+OK 20170816050637 http://ecsocman.hse.ru/data/853/126/1231/jensen_-_agency_costs_1986.pdf
+OK 20210305205524 https://www.uma.es/contrastes/pdfs/015/contrastesxv-16.pdf
+OK 20210213213052 www.biochempress.com
+MISS NA http://www.w3.org/TR/query-semantics/GLASSXML-GL
+OK 20210225053722 http://jmlr.org/proceedings/papers/v37/ioffe15.html
+OK 20070702045446 http://www-2.cs.cmu.edu/~acme/AcmeStudio/AcmeStudio.html
+OK 20210308044850 https://doi.org/10.1177/14730952030022002
+OK 20200604101752 https://doi.org/10.1016/j.apenergy.2017.12.073
+MISS NA http://www1.uefs.br/nep/labirintos/edicoes/01_2008/07_artigo_ma-ria_da_graca_gomes_de_pina.pdf.Acessoem
+OK 20200708135307 https://doi.org/10.1111/2041-210X.12363
+OK 20180610211850 https://doi.org/10.1108/jhom-06-2012-0116
+MISS NA http://www.firstpost.com/india/delhi-gangrape-justice-vermas-recommendations-not-yet-implemented-1097035.html?utm_source¼ref_article
+MISS NA http://doi.org/10.2307/30034274
+OK 20141226095914 http://dx.doi.org/10.1007/s10964-005-5757-2
+OK 20200129114811 http://www.asvide.com/articles/1768
+OK 20171022120638 http://www.integrating-humanrights.org/
+MISS NA http://www.herc.research.va.gov/resources/consulting.aspAccessed
+OK 20180605164929 https://doi.org/10.1016/j.ejrad.2006.01.015
+MISS NA http://link.aip.org/link/PHPAEN/v8/i10/p4267/s1&Agg=doi
+MISS NA http://dx.doi.org/10.1186/1472-6882-9-21PMid
+OK 20210308013746 http://coq.inria.fr/doc
+OK 20101013153917 http://www.tendensoresund.org./sv/pendlingen-over-oresund
+OK 20190724055122 http://dx.doi.org/10.12976/jib/2015.3.3
+OK 20161225044428 http://dx.doi.org/10.1101/cshperspect.a013359
+OK 20201226065947 https://www.cato.org/publications/trade-policy-analysis/boxed-conflicts-between-us-farm-policies-wto-obligations
+OK 20200824020349 http://www.ispub.com/IJPN/6/1/8863
+OK 20200817220706 http://dx.doi.org/10.1111/j.1365-313X.2010.04254.x
+MISS NA https://www.esicm.org/wp-content/uploads/2018/03/file4.pdf.Accessed14
+OK 20180602061929 https://doi.org/10.2196/jmir.2221
+MISS NA http://www.revistarene.ufc.br/vol12n3_pdf/a15v12n3.pdfacesso:18out
+OK 20210308091235 https://doi.org/10.1037/h0036215
+OK 20180609065355 http://doi.org/10.1016/j.foodchem.2011.04.013
+OK 20180609122433 https://doi.org/10.1007/978-4-431-55251-2_11
+OK 20160609060255 http://dx.doi.org/10.1021/bi992964c
+MISS NA http://www.americaeconomia.com/economia-mercados/comercio/brasil-des-carta-que-la-alianza-de-pacifico-sea-un-proyec-to-de-integracion
+OK 20170809030052 http://www.fvvo.be/assets/244/03-Cruess_et_al.pdf
+OK 20210318211637 https://www.ahrq.gov/professionals/education/curriculum-tools/shareddecisionmaking/index.html
+OK 20151223025054 http://dx.doi.org/10.1111/j.0012-155X.2006.00474.x
+MISS NA http://is.muni.cz/th/99741/esf_m/Analyza_nove_koncepce_systemu_socialnich_sluzeb.pdf•MATOUŠEK
+OK 20170817085459 http://www.scielo.br/pdf/abmvz/v64n2/a28v64n2.pdf
+MISS NA http://dx.doi.org/10.1159/000092393
+OK 20210405172729 https://www.ipc.on.ca/wp-content/uploads/Resources/7foundationalprinciples.pdf
+MISS NA http://www.livinghealthyschools.com/pdf/2008/Current_Issues2.pdf
+MISS NA ftp.rfc-editor.org/in-notes/rfc1321.txt
+OK 20180602040422 https://doi.org/10.1023/A:1013711314870
+MISS NA http://www.dogme.dk
+OK 20200722015739 https://rynek-ksiazki.pl/aktualnosci/pik-pyta-o-vat/
+OK 20180913000935 https://ejournal.unri.ac.id/index.php/JKMS/
+OK 20201110122727 https://doi.org/10.1093/toxsci/kfl165
+MISS NA http://unpan1.un.org/intradoc/groups/public/documents/undpadm/unpan042453.pdf
+OK 20180601214501 https://doi.org/10.1175/JPO-2666.1
+OK 20160827213640 http://cfaky.org/test/wp-content/uploads/2015/01/MAIN-Floyd-Co-CFSA-Report-4-17-15.pdf
+OK 20140727073221 http://dx.doi.org/10.1108/09564231111124190
+OK 20180613072846 https://doi.org/10.1016/j.jcrs.2003.07.009
+OK 20170826000153 http://dx.doi.org/10.1177/0149206307308910
+OK 20160120204838 http://www.revistapatio.com.br/sumario_conteudo.aspx?id=386
+OK 20210416045958 http://latinamerica.undp.org/content/dam/rblac/docs/Research%20and%20Publications/IDH/IDH-AL-ExecutiveSummary.pdf
+OK 20200520021112 https://doi.org/10.1523/JNEUROSCI.0421-12.2012
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20161222093555 http://dx.doi.org/10.1371/journal.pone.0051297
+OK 20200709052446 http://doi.org/10.1016/j.jcat.2013.05.031
+OK 20200815100051 https://doi.org/10.1007/s00450-012-0222-4
+OK 20210131133832 https://www.huffingtonpost.com/shannon-weber/making-prep-possible-for-_b_9405670.html
+OK 20210322224442 http://dx.doi.org/10.1093/clinids/17.4.708
+MISS NA http://dx.doi.org/10.1103/PhysRevB.49.15096
+OK 20200120202429 https://doi.org/10.1371/journal.ppat.1006277
+OK 20140304030430 http://www.lmaco.com/viewifu.php?ifu=19
+OK 20210412213108 http://CRAN.R-project.org/package=rpart
+OK 20210325095442 http://www.iupac.org/home/publications/e-resources/inchi.html
+OK 20200602070349 https://doi.org/10.1016/j.tips.2015.07.003
+OK 20210422085250 https://doi.org/
+OK 20201101050601 http://www.hts.org.za
+OK 20160531211843 www.verfassungsblog.de/en/acceding-echr-notwithstanding-court-justice-opinion-213/#.Vk5Nit-rSRs
+OK 20180603144822 http://doi.org/10.1111/j.1439-0434.2009.01600.x
+OK 20200815101353 https://doi.org/10.1016/j.iimb.2016.07.002
+OK 20200424103938 http://books.google.com.tr/books?id=cQbNnWXonxEC
+MISS NA https://doi.org/10.1016/j.797
+OK 20180329121644 http://www.iea.org/textbase/nppdf/free/2005/hydrogen2005.pdf
+OK 20180601213153 https://doi.org/10.2110/jsr.2012.76
+MISS NA http://www.infotheque.info/cache/8823/www.ird.ne/partenariat/lasdel/pub/13methodologie.pdf
+OK 20201118171029 https://doi.org/10.1074/jbc.M109.017236
+MISS NA http://www.kasl.org/bbs/index.html?codeZguide&categoryZ&gubunZ&idxZ&pageZ1&numberZ2798&modeZview&orderZ&sortZ&keyfieldZ&keyZ
+OK 20160512215544 http://dx.doi.org/10.1073/pnas.081061398
+OK 20180611115218 https://doi.org/10.1016/0168-9002(85)90640-0
+MISS NA http://dx.doi.org/10.5589/m02-091
+MISS NA https://perma.cc/W6EQ-GZR9
+OK 20190714210004 http://linkinghub.elsevier.com/retrieve/pii/S138993411200127X
+OK 20140215065915 http://dx.doi.org/10.1002/cm.970300102
+OK 20200816212820 http://dx.doi.org/10.1094/PD-89-1048
+OK 20210418165425 https://doi.org/10.1056/NEJMoa2001017
+OK 20210417134612 https://doi.org/10.18637/jss.v067.i01
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210419230627 http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi
+MISS NA https://doi.org/10.17354/ijss/2016/64
+OK 20180603112626 https://doi.org/10.1111/j.1365-246X.1977.tb03712.x
+MISS NA http://sfbay.wr.usgs.gov/access/Bruce/sedimentation
+MISS NA https://doi.org/10.1007/s10549-013-2811-8PMID
+OK 20210109164552 https://www.globalcitizen.org/en/content/urban-rural-two-sides-of-indias-sanitation-problem/
+OK 20190108034401 www.nice.org.uk/guidance/cg186/chapter/4-The-Guideline-Development-Group-National-Collaborating-Centre-and-NICE-project-team
+OK 20200723103828 http://www.cibtech.org/jps.htm
+OK 20180602200056 https://doi.org/10.1590/s0036-36342012000200008
+MISS NA www.booktrust.org.uk/books/children/books-from-around-the-world/multicultural-books.Accessed11
+MISS NA http://www2.ufpel.edu.br/iqg/wwverde/.Acessoem
+OK 20210131125037 https://doi.org/10.1093/bioinformatics/btp498
+MISS NA http://nbuv.gov.ua/UJRN/Lstud_2015_1%2833%29__3
+OK 20200623102030 https://doi.org/10.5194/acp-13-8915-2013
+MISS NA https://www.haad.ae/haad/tabid/58/Mid/417/ItemID/451/ctl/Details/Default.aspx
+OK 20210112090432 https://doi.org/10.1088/1748-9326/9/11/114006
+MISS NA http://dx.doi.org/10.1080/03630242.2012.728191
+MISS NA https://www.accessdata.fda.gov/drugsatfda_docs/label/2017/00976
+OK 20200603223643 https://doi.org/10.17509/historia.v13i2.6217
+OK 20190704212609 https://www.clips.uantwerpen.be/~vincent/pdf/microaverage.pdf
+OK 20200722230310 http://dx.doi.org/10.1016/j.jfineco.2010.06.004
+OK 20210422055223 http://www.eia.gov/consumption/residential/data/2009/
+OK 20180601235250 https://doi.org/10.9790/0837-0841521
+MISS NA http://dx.doi.org/10.1109/intlec.2009.5351746
+OK 20201019211216 http://www.consecol.org/vol4/iss2/art6/
+MISS NA http://isjd.pdii.lipi.go.id/admin/jurnal/89JUN088589.pdf
+MISS NA http://dx.doi.org/10.1200/JCO.2011.38.1350
+MISS NA http://www.ema.europa.eu/humandocs/PDFs/EPAR/Pegintron/emea-combined-h280es.pdf
+OK 20200516052738 https://doi.org/10.1073/pnas.1719797115
+OK 20180603001323 https://doi.org/10.1080/17512786.2015.1052214
+MISS NA http://www.faircontracting.org/wp-content/uploads/2014/05/A-Report-on-the-Direct-and-Indirect-Effects-of-Pre-vailing-Wage-Legislations-on-Society.pdf
+OK 20190805184514 http://eddielandsberg.livejournal.com
+MISS NA http://dx.doi.org/10.1080/08940630.1988.10466395
+MISS NA stats.bls.gov/cgi-bin/surveymost:generatedbyMarlaEmery
+OK 20210419041845 http://dx.doi.org/10.1038/nmeth.3176
+MISS NA http://savannah.nongnu.org/projects/libaa
+OK 20200714041244 https://www.wipo.int/edocs/pubdocs/en/wipo_pub_econstat_wp_51.pdf
+OK 20150416181847 http://www.zuivelengezondheid.nl/tno/Start.htm
+OK 20160927001039 http://www.gigaspaces.com/sites/default/files/product/BigDataSurvey_Report.pdf
+OK 20170125052921 https://www.abovems.com/en_us/home/resources/ms-tools-services/mysidekick-app.html
+MISS NA http://dx.doi.org/10.1016/S1001-6058
+OK 20180602125043 https://doi.org/10.1002/jrs.1816
+OK 20180602143733 http://aem.asm.org/content/68/4/1907
+OK 20091002040036 http://www.anzsla.com.au/commentator
+OK 20210310203321 https://doi.org/10.1371/journal.ppat.1004615
+OK 20180602013539 https://doi.org/10.1002/jcop.20363
+MISS NA http://dx.doi.org/10.1177/0021943608325751
+OK 20210115151544 http://blog.apps-builder.com/mobile-site-vs-native-apps/
+OK 20210415073519 http://www.myishacherry.org/
+OK 20180604091032 https://doi.org/10.1111/j.1365-246X.1992.tb00091.x
+OK 20170314220719 https://de.wikipedia.org/wiki/Antonio_Dal_Zotto
+OK 20180602211342 https://doi.org/10.2331/suisan.59.1479
+OK 20180603121933 https://doi.org/10.1167/iovs.16-20608
+MISS NA https://doi.org/10.1016/S0925-5214
+OK 20180611015504 https://doi.org/10.1037/xlm0000468
+MISS NA availableatwww.secg.org/collateral/sec1.pdf
+MISS NA https://doi.org/10.1007/s11136-010-9806-2PMID
+MISS NA http://dx.doi.org/10.1111/j.1365-2958.2007.05717.x
+MISS NA http://fatecindaiatuba.edu.br/reverte/index.php/revista/article/view/46
+OK 20210421125251 http://www.euro.who.int
+OK 20210420033820 https://cran.r-project.org/package=cluster
+OK 20200806113013 http://dx.doi.org/10.1016/j.mrrev.2008.09.001
+OK 20200221113455 http://www.fen.ufg.br/revista/v11/n2/v11n2a13.htm
+OK 20210418010406 http://dx.doi.org/10.1177/1745691610393980
+OK 20190214051716 http://dx.doi.org/10.1029/2008JC005106
+OK 20190123024253 http://www.revistaintellectus.com.br/DownloadArtigo.ashx?codigo=21
+MISS NA https://goo.gl/vLuDp5
+OK 20200529042808 https://doi.org/10.3115/v1/W14-1618
+OK 20210223171232 http://projects.latimes.com/farmers-markets/
+OK 20210402124230 http://www.eac.int/treaty/
+OK 20041110163132 http://www.eia.doe.gov/emeu/states/sep_sum/html/pdf/sum_pr_all.pdf
+MISS NA http://arxiv.org/abs/cs/0508128
+MISS NA http://tinyurl.com/undp-deriskingrenewableinvest
+MISS NA https://www.cas.dh.gov.uk/ViewandAcknowledgment/ViewAttachment.aspx?Attachment_id=101913
+MISS NA http://www.ijeprjournal.org/text.Asp.724
+OK 20180605022131 http://doi.org/10.1094/Phyto-80-224
+OK 20210328110427 https://sentinel.ga.gov.au/#/
+OK 20200222122911 https://doi.org/10.1098/rstb.2017.0425
+OK 20200518230536 https://doi.org/10.1016/j.jtrangeo.2015.12.008
+MISS NA http://dx.doi.org/10.1094/AACCIntMethod-32-07.01
+OK 20210415020156 http://www.fns.usda.gov/FSEC/FILES/FSGuide.pdf
+OK 20210417164935 http://www.mma.gov.br
+OK 20181111083333 http://plg.uwaterloo.ca/cgi-bin/cgiwrap/gvcormac/foo
+OK 20201104123218 https://doi.org/10.1177/1094428104263672
+OK 20201003120253 http://dx.doi.org/10.1890/03-8024
+OK 20050421153320 www.si2.org/eda-mask
+MISS NA https://www.redalyc.org/pdf/2823/282353802021.pdf
+OK 20180608203220 https://doi.org/10.1016/j.dyepig.2016.11.007
+MISS NA http://dx.doi.org/10.1016/S1201-9712
+OK 20140309092453 http://dx.doi.org/10.1016/j.ijrmms.2006.04.001
+OK 20200725074412 http://doi.org/10.1051/e3sconf/202018102003
+OK 20120410025100 http://www.elsevier.com/locate/tto
+MISS NA http://dx.doi.org/10.11588/ijodr.2012.2.9505
+OK 20200502135843 http://dx.doi.org/10.1007/s004100050155
+MISS NA https://doi.org/10.3969/j.issn.1002-7386.2010.24.026
+OK 20210308035700 https://doi.org/10.1002/jsfa.5639
+MISS NA http://www.rau.edu.uy/mercosur/opretosp.html
+OK 20200908201437 http://dx.doi.org/10.1007/s00134-005-2762-6
+OK 20200311065455 https://bit.ly/2FWrocI
+OK 20201125075717 https://jobsplus.gov.mt/resources/publication-statistics-mt-mt-en-gb/labour-market-information/foreigners-data#title1.1
+OK 20180604212059 https://doi.org/10.1111/j.1469-7610.2008.01926.x
+OK 20180605013818 https://doi.org/10.1177/1012690211429211
+MISS NA http://www.cancer.gov/cancertopics/pdq/treatment/lip-and-oral-cavity/patient.Accessed
+OK 20170709195917 https://archive.org/details/berdieklassifik01schugoog
+OK 20180602084459 https://doi.org/10.1175/JAS-D-15-0022.1
+OK 20130429084052 http://endabuse.org/programs/immigrant
+OK 20210417203836 https://www.cdc.gov/exposurereport/
+MISS NA http://data.worldbank.org/indicator/NY.GDP.PCAP.PP.CD?view=chart/
+OK 20210419203149 uni-mannheim.de
+OK 20190922195916 http://digbib.ubka.uni-karlsruhe.de/volltexte/1000043301
+OK 20210301153243 http://www.humanitarianinfo.org/iasc/pageloader.aspx?page=content-subsidi-tf_gender-gbv
+OK 20171028005102 http://dx.doi.org/10.1163/092050609X12586381656530
+MISS NA http://www.maximum-fun.org/blog/2007/06/podcast-tsoya-betty-davis.html
+MISS NA http://www.in-dependent.co.uk/voices/comment/what-is-ttip-and-six-reasons-why-the-answer-should-scare-you-9779688.html,dostęp12.10
+OK 20171223091017 http://halalmedia.net/consumer-awareness-on-halal-still-low-in-malaysia/
+OK 20110314090301 http://www.endgenocide.org/genocide/rwanda.html
+OK 20170422212144 http://www.slac.stanford.edu/xorg/hfag/rare/
+OK 20121231183346 http://dx.doi.org/10.1016/S0304-4238(96)00943-0
+OK 20210328083136 http://dx.doi.org/10.1016/S1473-3099
+MISS NA http://www.fda.gov/Drugs/DevelopmentApprovalProcess/HowDrugsareDevelopedandApproved/ApprovalApplications/InvestigationalNewDrugINDApplication/Overview/ucm077776.htm.Accessed
+OK 20160809144006 http://biglearn.org/2013/files/papers/biglearning2013_submission_7.pdf
+OK 20210126172408 http://www.mapinc.org/media/175
+OK 20210308140656 http://dx.doi.org/10.1016/j.ijantimicag.2010.06.016
+OK 20210318042626 http://www.nrl.navy.mil/research/nrl-review/2003/atmospheric-science/picone/
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20200624013745 https://doi.org/10.1007/s12095-015-0178-x
+MISS NA https://doi.org/10.1016/0737-6782
+OK 20200214103334 https://doi.org/10.1038/s41598-018-36561-3
+OK 20210415030256 http://www.gartner.com/newsroom/id/3114217
+MISS NA https://doi.org/10.1016/S01406736(99)08246-X11
+OK 20180604201648 https://doi.org/10.1002/job.675
+MISS NA https://doi.org/10.1007/s11695-011-0475-1PMID
+OK 20210417044816 https://www.theverge.com/2015/2/4/7982099/twitter-ceo-sent-memo-taking-personal-responsibility-for-the
+MISS NA http://dx.doi.org/10.1016/S1001-6058(07)60132-2
+OK 20210323015001 http://dx.doi.org/10
+OK 20140401235804 http://dx.doi.org/10.1002%2Fart.22847
+MISS NA http://www.garret.ru/knizhnik/goods.html
+OK 20180608084623 https://doi.org/10.1016/j.jbiomech.2013.12.031
+MISS NA https://ssrn.com/abstract=2577483
+OK 20200711142802 https://uknowledge.uky.edu/stem_etds/1
+OK 20200211070639 http://id.erudit.org/iderudit/005194ar
+OK 20150907014653 http://virginiamemory.com/online_classroom/shaping_the_constitution/doc/tredegarstrike
+OK 20200623225908 https://doi.org/10.1371/journal.pone.0021225
+OK 20200113162049 http://science.energy.gov/~/media/bes/pdf/reports/files/cmsc_rpt.pdf
+OK 20210414190757 http://www.andersoneconomicgroup.com/Portals/0/upload/Doc544.pdf
+OK 20210412193633 http://apps.who.int/iris/bitstream/10665/44399/1/9789241599979_eng.pdf
+MISS NA http://www.cresesb.cepel.br/index.php?section=com_content&lang=pt&catid=3
+OK 20210405030105 http://research.amnh.org/herpetology/amphibia/index.html
+OK 20200729042200 http://dx.doi.org/10.1002/jrsm.1184
+OK 20180602101423 https://doi.org/10.1063/1.2908229
+OK 20201101135830 http://floradobrasil.jbrj.gov.br
+MISS NA https://elibrary.ru/item.asp?id=29174651
+OK 20210309175430 http://www.saws.org/rates/
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S141381232009000300033&lng=pt&nrm=iso
+OK 20180602160501 https://doi.org/10.1262/jrd.18144
+OK 20070812221914 http://www.esg.br/cee/ARTIGOS/mhenrique2.pdf
+OK 20200216151812 http://www.netcarehospitals.co.za/Portals/3/Images/Content-images/PDF/Final-Netcare-RSA-Ind-Priv-Paying-Patients.pdf
+OK 20210128123217 http://www.vimeo.com/14592993
+OK 20210223211007 http://sourceforge.net/projects/mysql
+MISS NA https://doi.org/10.1016/0092-8674(94)90030-2
+OK 20210415111343 http://www.aspph.org/about/
+OK 20170615012818 http://dx.doi.org/10.1074/jbc.M809266200
+OK 20210414222304 http://www.biofuels.coop/
+MISS NA http://0-dx.doi.org.millenium.itesm.mx/10.1080/009841098159114
+OK 20200129175849 http://dx.doi.org/10.1017/S0047279404008037
+MISS NA https://doi.org/10.1158/1078-0432.CCR-08-2080PMID
+MISS NA https://aromaticstudies.com/aromatherapy-and-vaginal-dryness.Accessed
+OK 20200604021758 http://dx.doi.org/10.1016/j.tics.2012.10.011
+MISS NA https://doi.org/10.1021/acs.jpclett.8b01443
+MISS NA http://dx.doi.org/10.1016/j.physleta.2003.08.066
+OK 20200708043013 https://doi.org/10.1038/srep14561
+OK 20210205061411 https://doi.org/10.1158/2159-8290.CD-12-0095
+MISS NA http://www.hitachi.com/ICSFiles/afield-file/2004/06/08/r2001_04_103.pdf
+OK 20201209170544 http://portal.mec.gov.br/seb/arquivos/pdf/CienciasNatureza.pdf
+MISS NA https://doi.org/10.3961/jpmph.14.035Epub
+MISS NA https://noticias.r7.com/economia/queixas-sobre-bagagens-crescem-96-apos-novas-regras-da-anac-27271
+OK 20210421010745 http://www.unfccc.int
+OK 20200501052334 http://dx.doi.org/10.1177/0269881111430751
+OK 20180602150636 https://doi.org/10.1371/journal.pone.0104005
+OK 20170925130956 http://journal.kuzspa.ru/articles/42/
+MISS NA http://www.visitdenmark.dk/sites/default/files/vdk_images/PDF-and-other-files/Analyser/2014/maalgruppeprofil_2014_moderne_storbyoplevelser.pdf
+MISS NA http://ssrn.com/abstract=970953
+MISS NA www.eumed.net/rev/cccss/16/
+OK 20201019220644 http://repositorio.usil.edu.pe/handle/123456789/1563
+MISS NA ftp.atnf.csiro.au/
+OK 20200211163629 http://dx.doi.org/10.1038/nature02330
+OK 20200111000650 http://www.issrc.org/ive/downloads/manuals/UsersManual.pdf
+OK 20210419200011 www.engineeringtoolbox.com
+OK 20201028202110 www.ascomp.ch/transAT
+OK 20191213152302 http://eprint.iacr.org/2015/539
+OK 20210422021121 http://files.eric.ed.gov/fulltext/ED489527.pdf
+OK 20201119044418 https://www.forbes.com/sites/bradauerbach/2018/03/15/looking-at-the-year-ahead-in-cannabis-technology-microdosing-home-brew-and-blockchain/
+OK 20210125124046 http://www.fooledbyrandomness.com/LSE-Taleb-Pilpel.pdf
+OK 20201106013640 http://www.eurodl.org/materials/contrib/2007/Jahng_Krug_Zhang.htm
+OK 20200723072342 https://doi.org/10.1130/B30818.1
+OK 20161223081657 http://dx.doi.org/10.1073/pnas.1119741109
+MISS NA http://www.birmingham.ac.uk/Documents/college-eps/college/stem/additional/HESTEMFinalReportEmail.pdf
+OK 20170120171833 http://www.mnr.gov.on.ca/MNR/pubs/LakeTrout_bibliog.pdf
+MISS NA http://dx.doi.org/10.1016/j.engfracmech.2008.02.011
+MISS NA http://www.traficovisual.com/2016/04/07/los-limites-del-espacio-urbano-y-es-cenico-imagen-de-caracas
+OK 20180604170355 https://doi.org/10.1097/00003246-199712000-00020
+OK 20140626095515 http://dx.doi.org/10.1159/000085686
+OK 20200418030826 https://doi.org/10.1186/s10194-018-0897-4
+OK 20210422085250 https://doi.org/
+OK 20180602151728 https://doi.org/10.1038/ijo.2010.131
+OK 20210412011246 http://www.nature.com/nature/journal/v478/n7369/full/nature10452.html
+MISS NA http://aidsinfo.nih.gov/.Accessed25
+MISS NA http://nauka.kushnir.mk.ua/?p=74812
+OK 20210416131906 http://www.kompendium.ch/
+OK 20210410163014 http://www.who.int/diabetes/facts/world_figures/en/
+OK 20200216061411 doi.org/10.5038/2379-9951.3.2.1087
+OK 20210318171046 http://dx.doi.org/10.1017/CBO9781107415324.004
+OK 20180603140857 https://doi.org/10.1023/A:1026404014630
+OK 20161225173747 http://dx.doi.org/10.1136/jcp.2004.021238
+OK 20210125171927 http://www.hm-treasury.gov.uk/2014.htm
+OK 20130422234754 http://dx.doi.org/10.1073/pnas.1004304107
+OK 20210308071404 https://doi.org/10.1038/nrc704
+OK 20210415142303 www.who.int/health_financing/universal_coverage_definition/en/
+OK 20210322070905 http://www.planalto.gov.br/ccivil_03/Leis/L8742.htm
+OK 20210120180252 https://doi.org/10.1016/j.cell.2010.01.025
+OK 20200320175055 http://dx.doi.org/10.1371/journal.ppat.1002453
+OK 20180602035447 https://doi.org/10.1021/acs.jmedchem.6b01751
+OK 20210309002214 http://dx.doi.org/10.1038/nature03327
+MISS NA http://www.mmaya.gob.bo/webpncc/biblio/entendiendo%20el%20cc.pdf
+OK 20210126145531 http://slashdot.org/articles/03/04/30/1155250.shtml
+MISS NA http://independentlearning.org/ILA/ila05/ila05_papers.htm
+OK 20210413191819 https://ssrn.com/abstract=1819486
+MISS NA http://saludpublicavirtual.udea.edu.co/cvsp/la%20salud%20indigena.pdf
+OK 20201021033918 http://www.oktatas.hu/pub_bin/dload/kozoktatas/nemzetkozi_meresek/pisa/pisa2012_osszefoglalo_jelentes.pdf
+OK 20180612064446 https://doi.org/10.1016/j.asoc.2014.01.020
+MISS NA https://www.slovenia.info/uploads/dokumenti/kljuni_dokumenti/strategija_turizem_konc-no_9.10.2017.pdf
+OK 20200212131642 https://doi.org/10.1109/TAFFC.2017.2663421
+OK 20190811212116 https://doi.org/10.1016/j.nicl.2015.07.018
+MISS NA https://plants.usda.gov/core/profilesymbol=LASA3
+MISS NA http://dx.doi.org/10.1177/136216889900300303
+OK 20180603042842 https://doi.org/10.5771/1615-634x-2002-3-402
+MISS NA https://depts.washington.edu/ceeh/downloads/FF_Epigenetics.pdfAccessed
+MISS NA http://dx.doi.org/10.2307/1132830
+OK 20210412233930 https://doi.org/10.1061/
+OK 20210302062624 https://www.elekta.com/software-solutions/care-management/mosaiq-radiation-oncology/#mosaiq-radiation-oncology-ar
+OK 20201112013535 https://www.newsweek.pl/polska/ilu-muzulmanow-mieszka-w-polsce-dane-i-wyniki-badan/qd75tr4
+OK 20201125101055 http://fablablivresp.art.br/
+OK 20180612165201 https://doi.org/10.1016/j.febslet.2011.04.062
+OK 20210410070009 http://www.nova.edu/ssss/QR/QR8-1/labuschagne.html
+OK 20200803202537 http://dx.doi.org/10.1200/JCO.2012.44.4869
+OK 20210310035729 https://doi.org/10.1155/2011/492149
+OK 20210405174137 http://www.marketsandmarkets.com/Market-Reports/global-wi-fi-market-994.html
+MISS NA https://doi.org/10.1038/sj.bjc.6604224.→pages10
+OK 20210421173512 www.auction.co.kr
+MISS NA http://www.shs.ilstu.edu/hpo/curriculum/coredata/ExecutiveSummary06.pdfJSARP2011
+OK 20210415144508 http://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html
+OK 20210224132219 http://GerryStahl.net/pub/icce2009.pdf
+OK 20180601222822 https://doi.org/10.20546/ijcmas.2017.604.050
+OK 20180402000025 http://www.socialworkers.org/practice/hiv_aids/AIDS_Day2012.pdf
+OK 20210414043648 http://www.planalto.gov.br/ccivil_03/_ato2011-2014/2012/lei/l12651.htm
+OK 20101228044553 http://www.yucatan.gob.mx/gobierno/orden_juridico/Yucatan/Leyes/nr91rf1.pdf
+OK 20200828213350 https://doi.org/10.1038/ni.2703
+OK 20181125134019 http://www.sciencedirect.com/science/article/pii/S2212982016302864
+OK 20210305060007 http://www.leearmstrong.com/dsrc/dsrchomeset.htm
+MISS NA https://doi.org/10.1051/matecconf/201927601022
+MISS NA https://doi.org/10.1080/12538078.2001.10515891.HountondjiYC
+OK 20210118204946 http://focoeconomico.org/2011/05/10/regla-fiscal-y-el-principio-de-sostenibilidad-fiscal-en-colombia-2/
+OK 20210415033255 http://www.gwu.edu/~nsarchiv/NSAEBB/NSAEBB127/02.01.26.pdf
+OK 20210317115750 http://siteresources.worldbank.org/EXTARD/Resources/336681-1224775570533/SunkenBillionsFinal.pdf
+OK 20200623160543 https://doi.org/10.1007/s00204-010-0545-5
+OK 20200821145736 https://doi.org/10.1111/cei.12804
+OK 20210418161233 https://www.merriam-webster.com/dictionary
+OK 20171011020417 http://www.theicct.org/news/faq-use-nox-emissions-diesel-passenger-cars
+OK 20210308162508 https://doi.org/10.1016/S0022-2836(05)80360-2
+OK 20210225150059 https://doi.org/10.1186/1472-684X-12-34
+OK 20210119222111 http://savoirs.usherbrooke.ca/handle/11143/9485
+OK 20200216075856 https://doi.org/10.1155/S1025583401000078
+OK 20210414200320 https://doi.org/10.3389/fmicb.2015.00356
+MISS NA https://www.ams.org/journal-terms-of-useHAMILTONIANAND
+OK 20210401002059 http://www.nber.org/papers/w21540
+OK 20200813103543 http://kozvelemenykutatok.hu/2016-februari-kutatasi-eredmenyek-nezopont-intezet
+OK 20210224060154 http://afp.sf.net/entries/Tycon.shtml
+OK 20200218025703 www.globalbioclimatics.org/book/bioc/global_bioclimatics_0.htm
+MISS NA http://www.eawag.ch/forschung/eng/schwerpunkte/
+OK 20210416182643 http://www.liveinaustralia.com
+OK 20200211050230 http://repositori.perpustakaan.kemdikbud.go.id/4802/1/RB%20Kemendikbud%202015-2019%20rev%20Z%2029Okt20015%2BCover.pdf
+OK 20181028100634 http://www.fs.fed.us/pnw/fia/publications/data/data.shtml
+OK 20210304133337 https://www.nytimes.com/2020/04/14/opinion/coronavirus-racism-african-americans.html
+OK 20180602050342 http://doi.wiley.com/10.1002/kin.550260405
+OK 20210406215152 https://doi.org/10.1056/NEJMoa1211721
+MISS NA http://dx.doi.org/10.1093/clinids/1.1.30
+OK 20200507042251 https://doi.org/10.1371/journal.pone.0078128
+OK 20180910192311 http://www.meas-extension.org/meas-offers/pilot-projects
+MISS NA http://www.ai.usma.edu:8080/overview/cover.html
+OK 20210420025846 http://ec.europa.eu/eurostat/data/database
+MISS NA http://www.aidsinfo.nih.gov/ContentFiles/AdultandAdolescentGL.pdf.Accessed
+MISS NA http://www.sintef.no/globalassets/project/maritime-logistics-optimization-for-offshore-wind/staalhaneetal_wp_2016.pdf
+MISS NA https://doi.org/10.1029/1999JD900797
+OK 20180603025237 https://doi.org/10.1371/journal.pone.0020495
+OK 20210412230515 https://doi.org/10
+MISS NA https://goo.gl/0R6Slw
+OK 20180605023830 https://ssrn.com/abstract=2608425
+OK 20180603051722 https://doi.org/10.1644/06-MAMM-A-143R.1
+MISS NA http://www.virion-serion.de/uploads/mit_download/Campylobacter_V_8-eng_01.pdf
+MISS NA http://www.cancerstaging.org/prouducts/ajccproducts.html22
+OK 20210421060317 http://www.ippnw.org
+OK 20200706225522 https://doi.org/10.18632/oncotarget.8744
+OK 20210409153834 http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291467-8624
+MISS NA http://go.galegroup.com/ps/i.do?id=GALE%7CA89929249&v=2.1&u=link&it=r&p=LitRG&sw=w
+OK 20181225004901 http://marnew.com.br/wp/?page_id=296
+OK 20180828181052 http://dx.doi.org/10.1080/09644016.2013.755797
+OK 20150915030134 http://dx.doi.org/10.1111/j.1365-2958.2004.04337.x
+OK 20210419191701 http://comtrade.un.org/pb/first.aspx
+MISS NA http://progresonetwork0209.wordpress.com/2009/03/13/definiendo-una-estrategia-de-mercadotecnia/mercadotecnia.html
+OK 20200210155519 https://doi.org/10.3389/fphys.2017.00610
+OK 20200211051732 http://www.eia.doe.gov/oiaf/1605/1605aold.html
+OK 20180602093814 https://doi.org/10.1038/ejcn.2016.119
+OK 20210417195736 https://www.cdc.gov/mmwr/index.html
+OK 20200702164338 http://dx.doi.org/10.1124/dmd.115.063826
+OK 20120305023245 http://www.completecollege.org/docs/White%20House%20Briefing%20for%20Community%20College%20Summit%20(FINAL).pdf
+OK 20180614230310 https://doi.org/10.1016/j.neuroimage.2009.04.037
+OK 20200815135630 http://dx.doi.org/10.2165/00129784-200707030-00004
+OK 20210414225922 http://sokkia.com/
+OK 20210418124802 http://www.conabip.gob.ar/
+OK 20180602212412 https://doi.org/10.2134/jeq2004.1424
+OK 20210422021248 https://creativecommons.org/licenses/
+MISS NA http://webarchive.nationalarchives.gov.uk/þ/http:/www.homeoffice.gov.uk/documents/halliday-report-sppu/
+OK 20200218124806 http://siamfreedomfight.blogspot.com/2010/01/story-of-udd-nudd.html
+OK 20180603080429 http://orb.binghamton.edu/neha/vol1/iss1/8
+MISS NA http://www.eesti.ca/ilse-lehiste/article30918
+OK 20200810171757 https://doi.org/10.1126/science.1240162
+MISS NA https://goo.gl/RFZTMJ
+MISS NA http://dx.doi.org/10.2216/0031-8884
+MISS NA https://doi.org/10.1111/j.1365-2486.2011.02566.x
+OK 20180602114425 https://doi.org/10.1093/cesifo/51.4.757
+OK 20210126215753 http://www.valor.com.br
+MISS NA http://dx.doi.org/10.11144/Javeriana.mys18-37.lpba
+OK 20210302003334 http://kbroman.org/steps2rr/
+OK 20210104205628 http://doi.org/10.1371/journal.pone.0115282
+OK 20170820092730 http://cdiac.ornl.gov/epubs/ndp/ndp017/ndp017b.html
+OK 20060719062003 http://dx.doi.org/10.1210/en.139.8.3503
+OK 20141220075451 https://osha.europa.eu/en/publications/reports/culture_assessment_soar_TEWE11005ENN
+MISS NA http://dx.doi.org/10.1016/j.cirp.2007.05.013
+MISS NA https://bit.ly/2SSUSCf
+MISS NA https://doi.org/10.1245/s10434-011-1569-7
+OK 20050306150900 http://www.cinted.ufrgs.br/renote/fev2003/artigos/regina_novastecnologias.pdf
+OK 20180605061718 https://doi.org/10.3368/le.88.4.613
+OK 20160331004340 http://mz.one.un.org/eng/About-Mozambique/Mozambique-Key-Development-Indicators
+OK 20120126025328 http://www.osbr.ca/ojs/index.php/osbr/article/view/704/672
+MISS NA www.vm.fi/.../20080707Valtio/VIP_asiakkuussuunnitelma_v2.1.doc
+OK 20110825161056 http://www.statistics.gov.uk/downloads/theme_health/Dh2_31/DH2No31.pdf
+OK 20201020085324 http://journal.iaingorontalo.ac.id/index.php/au
+MISS NA http://purl.pt/12114/4/hg-29872-v/hg-29872-v_item4/index.html
+OK 20180602050709 https://doi.org/10.1111/j.1477-8947.1995.tb00594.x
+OK 20210418015610 http://www.fitbit.com/
+MISS NA https://www.dovepress.com/by131.181.35
+MISS NA http://ec.europa.eu/enterprise/policies/security/files/esrab-re-port-en.pdf
+OK 20200718020626 https://doi.org/10.1186/1471-2105-8-42
+OK 20150806232457 http://www.kasparov.ru/material.php?id=55638BDB16570
+OK 20201016125518 https://doi.org/10.1002/chem.201203576
+OK 20200708040851 https://doi.org/10.1002/14651858.CD009794.pub2
+OK 20200527215609 http://dx.doi.org/10.1371/journal.pone.0001124
+OK 20210122031416 https://doi.org/10.1056/NEJMoa1610187
+OK 20180609222728 https://doi.org/10.1016/j.fct.2014.03.017
+OK 20210414202541 http://www.eiolca.net
+OK 20210328044101 http://www.praat.org/
+OK 20200505194051 http://dx.doi.org/10.1080/00103624.2010.495803
+OK 20180603011357 https://doi.org/10.3390/en9080643
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.114.023001
+OK 20180729072448 https://www.nice.org.uk/guidance/qs118
+OK 20200818071344 https://doi.org/10.1126/science.aat8407
+OK 20180601195913 https://doi.org/10.9744/jmk.13.2.124-134
+MISS NA https://doi-org.dbgw.lis.curtin.edu.au/10.2118/113132-PA
+OK 20200620012051 https://doi.org/10.1186/s13662-017-1306-z
+OK 20210422105623 http://www.foxnews.com/story/
+MISS NA https://bib.irb.hr/datoteka/880354.hw-hw_labour_D._Racic.pdf
+OK 20210413015906 https://doi.org/10.1002/asi
+OK 20200901192037 https://doi.org/10.1186/s12862-017-0890-6
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/28169940
+MISS NA http://dx.doi.org/10.1177/030913258200600401
+MISS NA http://legacy.library.ucsf.edu/tid/ewe40c00
+OK 20180603040505 https://doi.org/10.1097/IAE.0b013e3182a48900
+OK 20210410134259 www.electric-vehiclenews.com
+OK 20210415112826 https://schoolcounselor.org/asca/media/asca/home/MindsetsBehaviors.pdf
+OK 20180604145013 https://doi.org/10.1111/cen.12788
+MISS NA http://dx.doi.org/10.1590/1982-019-4201800006
+OK 20210309162828 https://reiwa.com.au/the-wa-market/market-indicators/
+OK 20210321131712 http://plants.usda.gov/plantguide/pdf/pg_thin6.pdf
+MISS NA http://suite101.com/article/the-influence-of-ethnicity-on-englishesl-language-teaching-a305556on
+MISS NA orcid.org/0000-0002-4128-3938
+MISS NA ktm.elinar.fi/ktm_jur/ktmjur.nsf/0/7CB8722249053615C2256FCC0041DF2E/$file/ratu3elo_2005.pdf
+MISS NA http://www.foodsafety.govt.nz/elibrary/industry/2014-13-
+OK 20210413084348 http://dx.doi.org/10.1016/S0306-4522
+OK 20210416101142 http://www.apa.org/about/policy/psychological-practice-girls-women.pdf
+OK 20180611033731 https://doi.org/10.1016/j.jpain.2015.01.001
+OK 20210415234111 www.bartleby.com/10/
+OK 20210422014449 www.preprints.org
+OK 20210412230515 https://doi.org/10
+MISS NA https://doi.org/10.1200/JCO.2011.36.9744
+OK 20200726232218 http://www.ema.europa.eu/docs/en_GB/document_library/EPAR_-_Scientific_Discussion/human/000582/WC500029262.pdf
+OK 20180605114852 https://doi.org/10.1016/j.jhep.2006.01.001
+OK 20180602181128 https://doi.org/10.1002/jclp.20252
+OK 20180604093104 https://doi.org/10.1163/9789004190832_008
+MISS NA http://dx.doi.org/10.5061/dryad.76fk344
+MISS NA http://www.dpr.go.id/dokjdih/document/uu/UU_2004_7.pdf,diaksespada8Maret
+OK 20210419100005 http://tree.bio.ed.ac.uk/software/tracer/
+OK 20200522015450 https://doi.org/10.1590/S0102-33062013000200002
+OK 20210316173617 https://www.thetimes.co.uk/article/45-000-children-of-isis-are-ticking-time-bomb-lp0nq9q2m
+OK 20180603010146 https://doi.org/10.4178/epih/e2015016
+OK 20210318001449 http://ww2010.atmos.uiuc.edu/(Gh)/home.rxml
+MISS NA https://www.mongodb.com/scale/nosql-vs-relational-databases.Accessed27
+OK 20210420180710 http://beast.bio.ed.ac.uk/Tracer
+OK 20210414175132 http://www1.worldbank.org/publicsector/pe/oecdpemhandbook.pdf
+MISS NA https://www.gob.mx/cms/uploads/attachment/file/102028/ABC_de_
+OK 20180611202644 https://doi.org/10.1016/j.bpj.2014.04.039
+MISS NA http://doi.org/http://dx.doi.org/10.1016/j.pubrev.2016.12.003
+OK 20180604004056 http://ssrn.com/abstract=1121237
+OK 20210422042021 http://mesquiteproject.org
+OK 20200213210241 http://dx.doi.org/10.1080/03057070.2016.1214020
+MISS NA http://dx.doi.org/10.1179/jeb.2007.27.1.002
+OK 20181228232305 http://www.crde-unati.uerj.br/doc_gov/destaque/ouro_preto.doc
+MISS NA http://citation.allacademic.com/meta/p498209_index.html
+OK 20200909202637 http://epi.publichealth.nc.gov/pdf/en2002-4.pdf
+OK 20180602180832 https://doi.org/10.1134/S1063783417050201
+MISS NA https://dx.doi.org/10.1002/hrm.3930300406
+OK 20210329120732 http://dx.doi.org/10.1016/j.ympev.2012.10.008
+OK 20210419155311 http://hdr.undp.org/
+MISS NA http://dx.doi.org/10.2527/jas.2005-557
+OK 20210413005419 https://doi.org/10.1016/s0140-6736
+OK 20180603032401 https://doi.org/10.1093/ajcn/62.1.117
+OK 20180601212253 https://doi.org/10.1016/j.neuron.2016.02.016
+MISS NA http://www.unicep.edu.br/cursosdeextensao/cursos/2016/eficienciaenergetica.asp
+OK 20190519020206 http://go.worldbank.org/NT2A1XUWP0
+MISS NA https://doi.org/10.7907/Z9JD4TQ5http://resolver.caltech.edu/CaltechTHESIS
+OK 20200527093345 http://www.sciencedirect.com/science/article/pii/S0168365919305164
+OK 20210422102733 http://www.atmel.com
+OK 20210320032751 https://doi.org/10.1038/nmeth.4067
+MISS NA http://www.youtube.com/youchoose.ReferencesPrimarysources
+OK 20180602125500 https://doi.org/10.1590/1983-084X/15_043
+OK 20080912050001 http://www.nypost.com/seven/07182008/gossip/pagesix/pete__roger__who_are_you__120385.htm
+MISS NA https://doi.org/10.1128/JCM.01944-09PMID
+MISS NA http://dx.doi.org/10.1007/BF01685974
+MISS NA dewww.cpc.org.br/
+OK 20200611041058 https://doi.org/10.1155/2017/4323619
+MISS NA http://dx.doi.org/10.1016/j.ijantimicag.2007.02.011
+OK 20200117014307 www.neuromat.com
+MISS NA http://dx.doi.org/10.1016/0304-386X
+OK 20130702182328 http://dx.doi.org/10.1016/j.bbamcr.2008.09.017
+MISS NA http://dx.doi.org/10.1016/j.reu.2015.04.007
+MISS NA http://www.vliz.be/projects/mermaidproject/Olsgard
+OK 20200820204047 http://www.joe.org/joe/2009october/rb1.php
+OK 20200808064045 https://doi.org/10.1128/JVI.75.9.4399-4401.2001
+OK 20180610143839 https://doi.org/10.1016/j.energy.2017.06.083
+OK 20210421132828 http://www.diabetes.org/diabetes-prevention/pre-diabetes.jsp
+OK 20150110184615 http://www.efege.com/sccs/gestion_ambiental.php
+OK 20210421142016 http://www.oracle.com
+OK 20200506110334 https://doi.org/10.1089/apc.2013.0331
+MISS NA http://dx.doi.org/10.1002/nav.3800110204
+OK 20210310051946 https://doi.org/10.1073/pnas.1310249110
+OK 20130810134342 http://www.petrocaribe.org/interface.sp/database/fichero/publicacion/780/70.PDF
+OK 20210417050323 https://www.ecuadorencifras.gob.ec/institucional/home/
+OK 20180602150817 http://brj-bguep.ru/reader/article.aspx?id=20370
+OK 20180602135011 http://doi.org/10.1111/nyas.12992
+OK 20200721172449 http://dx.doi.org/10.1108/IJQSS-02-2015-0024
+OK 20180603103637 https://doi.org/10.1016/j.jpedsurg.2013.02.017
+MISS NA https://www.researchgate.net/publication/263114479
+OK 20171107152549 http://nema.lis.illinois.edu/nema_out/mirex2015/results/aod/
+OK 20210419085119 http://emj.bmj.com/
+MISS NA https://www.facebook.com/juliapamed/posts/827629184060741
+OK 20180604095426 https://doi.org/10.1002/art.27583
+OK 20210309102132 http://www.mte.gov.br/ecosolidaria/prog_incubadoras_proninc.asp
+OK 20210415002808 http://dx.doi.org/10.1128/JB
+OK 20170520042116 http://delfam.ru/gribova.html
+OK 20210125232226 http://www.wipo.int/treaties/en/agreement/index.html
+MISS NA https://doi.org/10.1242/dev.156034
+OK 20190914022726 http://www.socresonline.org.uk/18/1/14.html
+OK 20201218155628 https://www.bis.org/publ/bcbs22.htm
+OK 20201022195626 https://doi.org/10.1074/jbc.M110.136382
+OK 20180602120633 https://doi.org/10.1007/s11274-015-1878-2
+OK 20210418201531 www.ijcaonline.org
+OK 20180410080651 http://www.specialolympics.org/uploadedFiles/Ulster_Coaching%20Final%20Report.pdf
+OK 20210225010005 http://www.hitech-projects.com/euprojects/amigo/
+MISS NA http://books.google.com.tr/books?isbn=0822549638erişim10.12
+OK 20200509150420 https://doi.org/10.1016/j.jcv.2006.10.011
+OK 20200503205132 https://doi.org/10.1111/1365-2745.12487
+OK 20200725015854 https://doi.org/10.4103/0019-5154.190119
+OK 20200516041515 https://doi.org/10.2527/jas.2014-7621
+MISS NA http://dl.acm.org/citation.cfm?id=769922.769924
+OK 20180603071701 https://doi.org/10.5688/ajpe797101
+MISS NA https://dx.doi.org/10.1016/j.sbspro.2011.03.050
+MISS NA http://www.ohiolink.edu/etd/send-pdf.cgi?ohiou1145903498
+OK 20180602032023 https://doi.org/10.1128/AEM.05539-11
+OK 20180611182518 https://doi.org/10.1016/j.diabres.2008.05.011
+OK 20130603035954 http://www.tuobra.unam.mx/publicadas/050121011648-PILARES.html
+OK 20210421174538 https://ampd.epa.gov/ampd/
+OK 20210309044823 https://doi.org/10.1073/pnas.0801030105
+OK 20051106022839 http://www.aeet.org/ecosistemas/033/revision1.htm
+OK 20200602113032 https://bit.ly/1K1aSoI
+OK 20190515131513 https://doi.org/10.3390/nu11020305
+MISS NA http://www.thphys.uni-heidelberg.de/~plehn/pics/dark_matter.pdf
+OK 20180605170850 https://doi.org/10.1007/s10640-014-9871-z
+MISS NA https://doi.org/10.1016/j.cemconcomp.2017.12.011.URLhttp://www.sciencedirect.com/science/article/pii/S095894651730642X
+MISS NA http://web.archive.org/web/http://www.lrainc.com/swtaboo/taboos/apa_01.html
+MISS NA http://www.goldcopd.org/.AccessedMarch15th
+OK 20180611115303 https://doi.org/10.1016/j.schres.2014.12.007
+OK 20200725042358 https://doi.org/10.1002/glia.23096
+OK 20180601222321 https://doi.org/10.1016/j.jenvrad.2003.10.003
+OK 20200301153223 https://doi.org/10.1016/S1040-6182(01)00083-0
+OK 20201127012917 http://www.gartner.com/it/page.jsp?id=1454221
+OK 20210416174408 http://www.griis.org/
+OK 20190910044154 http://www.revistas.usp.br/rege/article/view/111466
+OK 20180522043330 https://www.aavmc.org/Public-Data/VMCAS-Statistics.aspx
+MISS NA http://search.proquest.com/docview/1473834877?accountid=9894
+OK 20201111234630 http://www.ncbi.nlm.nih.gov/pubmed/15152898
+OK 20200912235703 https://doi.org/10.1038/nature01657
+OK 20210414004040 http://www.aphis.usda.gov/animal_health/nahms/dairy/
+MISS NA http://www.thinkinnovation.org/file/research/23/en/Toppeta_Report_005_2010.pdf.Acessoem15/03/2014
+MISS NA http://www.international.gc.ca/media_commerce/comm/news-communiques/2012/10/09a.aspx?view=daccessed
+OK 20200825031836 https://doi.org/10.1175/MWR-D-16-0049.1
+OK 20210416183058 https://www.nytimes.com/2016/11/10/upshot/why-trump-won-working-class-whites.html?_r=0
+OK 20180603122718 https://doi.org/10.1210/endo-126-4-1921
+OK 20100702044917 http://balloon.media.mit.edu/mit/rules
+OK 20210318001450 https://obamawhitehouse.archives.gov/sites/default/files/docs/national_action_plan_for_combating_antibotic-resistant_bacteria.pdf
+OK 20180603065803 https://doi.org/10.1093/mind/LIX.234.170
+OK 20180602074103 https://doi.org/10.1101/071019
+OK 20210415142904 http://dx.doi.org/10.2337/db09-1011
+MISS NA http://www.sciencemag.org/cgi/content/abstract/317/5834/82?maxtoshow=&HITS=10&hits=10&RESULTFORMAT=&fulltext=Women+Really+More+Talkative&searchid=1&FIRSTINDEX=0&resourcetype=HWCIT
+OK 20110910093358 http://www.fmh.ch/fr/fmh/bases_legales/code_deontologie.html
+OK 20130519113138 http://dx.doi.org/10.1006/jcis.2000.7053
+OK 20200209060625 https://doi.org/10.1111/jcpp.12104
+MISS NA http://www.molecular-cancer
+OK 20190827093429 http://ec.europa.eu/culture/eac/dialogue/year2008/year2008_en.html
+MISS NA http://www.nytimes.com/1986/11/19/sports/scouting-showdown-yes-but-no-sitdown
+OK 20210404175326 https://doi.org/10.5194/acp-13-211-2013
+MISS NA http://www.cholonautas.edu.pe/modulos/biblioteca2.php?IdDocumento=0113.Acessoem:18.maio.2012
+OK 20200528171540 https://doi.org/10.1111/j.1439-0469.2011.00619.x
+OK 20210415044731 http://cr.yp.to/
+MISS NA http://adsabs.harvard.edu/abs/2016arXiv160503985B
+OK 20210214005231 https://www.newscientist.com/article/mg23331150-300-cosmic-uncertainty-could-quantum-weirdness-be-even-weirder/
+OK 20180601211415 https://doi.org/10.1111/eva.12225
+OK 20180602181630 https://doi.org/10.1016/j.preteyeres.2008.08.001
+OK 20180608061946 https://doi.org/10.1007/s00586-017-5155-y
+OK 20180608192231 https://doi.org/10.1515/pjs-2015-0050
+OK 20210329041419 https://doi.org/10.1093/bioinformatics/btp352
+OK 20210417222542 http://eprint.iacr.org/
+MISS NA http://www.opendemoc-racy.net/content/articles/PDF/1911/pdf
+OK 20210419142608 rouen.fr
+OK 20210415032153 http://www.indepth-network.org
+OK 20180613225847 https://doi.org/10.1016/j.proenv.2010.10.174
+OK 20191208234224 https://doi.org/10.1093/aobpla/plq003
+OK 20210301134120 https://doi.org/10.1038/nm1511
+MISS NA http://www.vdek.com/presse/daten/b_versicherte.html.Accessed12
+OK 20210330173155 https://CRAN.R-project.org/package=emmeans
+MISS NA http://www.globalreporting.org/NR/rdonlyres/812DB764-D217-4CE8-B4DE-
+OK 20210307194144 http://www.who.int/csr/labepidemiology/projects/diseasesurv/en/
+MISS NA http://www.uned.ac.cr/Reglamento/documents/GRADUACIONMAESTRIASACA-DEMICASDELSISTEMADEESTUDIOSDEPOSGRADOAGOS-TO05.pdf
+OK 20180609231751 https://doi.org/10.1016/j.puhe.2016.03.033
+OK 20210301151952 http://www.dhs.gov/xlibrary/assets/statistics/publications/Ill_Report_1211.pdf
+OK 20170208180445 http://onlinelibrary.wiley.com/doi/10.1002/hyp.6211/abstract
+MISS NA http://www.actigraphy.com/assets/actiwatch-plus-18f176316ae8e34b9a364d48063c6f7cd029e7636fad631e7c0af4e3012de874.png.Accessed21
+MISS NA http://cde.athabascau.ca/onlinebook/ch5.html
+MISS NA http://dx.doi.org/10.1145/2445196.2445530
+OK 20160515174555 http://keys.lucidcentral.org/keys/v3/EAFRINET
+OK 20180612071801 https://doi.org/10.1016/j.quaint.2009.12.011
+MISS NA http://www.razonpublica.com/index.php?option=com_content&view=article&id=2
+MISS NA http://dx.doi/org/10.1001/archinternmed.2009.132
+OK 20210413190322 http://www.opensource.org/licenses/alphabetical
+OK 20200722024852 https://doi.org/10.3386/w7473
+OK 20210416111151 http://apps.who.int/classifications/icd10/browse/2015/en
+MISS NA http://arxiv.org/abs/math/0002009v2
+OK 20200503222552 http://link.springer.com/article/10.1007/BF01280311
+OK 20121214104524 http://www.soc.surrey.ac.uk/JASSS/4/2/8.html
+OK 20200627205124 http://dx.doi.org/10.1108/13563280610661697
+MISS NA http://bmjopengastro.bmj.com/BMJOpenGastroenterol:firstpublishedas10.1136/bmjgast-2017-000191on20
+OK 20210417141907 http://dx.doi.org/10.1016/S0048-7333(02)00062-8
+MISS NA http://engjournal.ru/catalog/fundamentals/physics/907.htmlГореликВладимирСеменович-д-рфиз.-мат.наук
+MISS NA http://wikileaks.org/cable/2006/05/06TOKYO2940.html
+OK 20190214205411 http://homepages.hs-bremen.de/~krausd/iwss/UWA1.pdf
+MISS NA www.clim-past.net/6/145/2010/Clim.Past
+OK 20171118175633 https://www.ntop.org/wp-content/uploads/2013/03/nProbe_UserGuide.pdf
+OK 20210416210915 http://dx.doi.org/10.1191/1478088706qp063oa
+OK 20180226085211 http://ejournal.undip.ac.id/index.php/parole/article/view/6315
+OK 20200722233633 https://doi.org/10.3389/fphys.2013.00035
+OK 20210330150528 www.sidiary.org
+OK 20180602103916 https://doi.org/10.1385/1-59259-359-3:13
+OK 20201113231950 http://www.scientificamerican.com/article.cfm?id=how-people-are-fooled-by-evidence&WT.mc_id=SA_WR_20111201
+OK 20180602051516 https://doi.org/10.1086/338044
+MISS NA http://www.pe-nize.cz/investice/57685-investice-do-vina-vyzra-ly-na-krizi
+OK 20061004014417 http://www.consucode.gob.pe/htmls/legislacion/index_legislacion.asp?legislacion=http://www.consucode.gob.pe/htmls/legislacion/reglamento_ley/RegGen.htm
+OK 20130125123701 http://dx.doi.org/10.1016/S0165-0327(97)00108-0
+OK 20180602064646 https://doi.org/10.4055/cios.2013.5.1.49
+MISS NA https://portal.afir.info/informatii_generale_pndr_pndr_2007_2013_dezvoltare_rurala_feadr/Accessed18.08.19
+OK 20180609005000 https://doi.org/10.1016/j.jbtep.2016.03.006
+MISS NA www.ericdata.com/?f=oaLaw
+OK 20060621225137 http://www.molloy.edu/academic/philosophy/sophia/seneca/epistles/ep24.htm
+OK 20120629175457 http://www.imsersomayores.csic.es/documentos/documentos/losada-edadismo-01.pdf
+OK 20160129152314 http://dx.doi.org/10.1111/1467-9280.00290
+MISS NA https://orcid.org/0000-0002-1489-6077
+OK 20170623000217 http://portal.seduc.go.gov.br/SitePages/Noticia.aspx?idNoticia=1748
+OK 20210324214305 http://dx.doi.org/10.1016/j.watres.2012.05.057
+OK 20200710055655 https://doi.org/10.1103/PhysRevSTPER.8.010123
+OK 20170817145009 https://infoscience.epfl.ch/record/187717/files/ghose%20ESA%20Thun%202013.pdf
+OK 20180609064041 https://doi.org/10.1016/j.foreco.2007.03.005
+OK 20210415073933 https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r4.pdf
+OK 20210416220745 https://www.britannica.com/art/Western-architecture/Classicism-1830-1930
+OK 20200721145442 https://doi.org/10.1016/j.fertnstert.2014.04.023
+OK 20210324133654 http://ies.ed.gov/ncee/edlabs/regions/southeast/pdf/rel_2008065_main.pdf
+OK 20151220143606 http://dx.doi.org/10.1111/j.1365-2621.1957.tb16991.x
+OK 20141218102840 http://www.sojitz-br.com/
+OK 20210414193152 http://dx.doi.org/10.1590/S1415-790X2005000200005
+OK 20210420192757 http://www.w3.org/Submission/OWL-S/
+MISS NA http://webnet1.oecd.org/EN/document/0
+MISS NA http://childinfo.org/education.html.Accessed16
+OK 20180602170644 https://doi.org/10.1103/PhysRevA.71.020101
+MISS NA http://dx.doi.org/10.4324/9780203031179
+OK 20180906092316 www.nanohub.org/resources/11763
+OK 20210122002507 https://www.gov.uk/government/publications/national-flood-resilience-review
+OK 20200211231130 http://dx.doi.org/10.1016/j.jclepro.2009.10.002
+MISS NA http://www.iso.org/iso/isocatalogue/cataloguetc/cataloguedetail.htm?csnumber=41548
+OK 20200927111904 http://dx.doi.org/10.1111/1574-6941.12447
+OK 20200810113346 https://doi.org/10.1038/nrg3246
+OK 20180610100650 http://doi.org/10.3923/pjn.2005.287.290
+OK 20210404043444 https://doi.org/10.1371/journal.pone.0111913
+OK 20210420222053 http://www.nhpco.org
+OK 20201028053649 https://www1.folha.uol.com.br/mundo/2018/06/explodem-pedidos-de-refugio-de-venezuelanos-em-manaus.shtml
+OK 20180601233145 https://doi.org/10.5194/os-11-111-2015
+OK 20201001025750 http://dx.doi.org/10.1016/j.atherosclerosis.2006.04.012
+OK 20160405141415 http://dx.doi.org/10.1016/j.virol.2009.05.017
+OK 20170508214230 http://dx.doi.org/10.1175/JCLI-D-12-00538.1
+MISS NA http://dx.doi.org/10.1371/journal.pone.0076558
+OK 20200820093430 http://dx.doi.org/10.1021/acs.nanolett.5b00128
+OK 20201102165353 https://doi.org/10.1186/1479-5868-7-40
+MISS NA https://goo.gl/ZSaBH7
+OK 20210117231708 https://infoscience.epfl.ch/record/149300
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/9781107445024.003
+MISS NA http://gymnos.cappelendamm.no/binfil/download.php?did=957
+OK 20170407011836 http://dx.doi.org/10.2307/2042686
+OK 20210415093411 http://www.powermarker.net
+OK 20210212004439 http://ajpheart.physiology.org/
+OK 20170716232759 http://dx.doi.org/10.1016/j.pepi.2005.01.001
+OK 20180613125543 https://doi.org/10.1109/CVPRW.2010.5543594
+OK 20191231131256 http://arxiv.org/abs/math-ph/0607063
+MISS NA http://web.worldbank.org/servlets/ECR?entityID=000094946_01052204005474&collection=IMAGEBANK&sitePK=469233
+OK 20210416192136 https://www.nsf.gov/pubs/2015/nsf15052/nsf15052.pdf
+OK 20150702175950 http://dx.doi.org/10.1007/BF00274992
+OK 20200814031612 http://www.sea-entomologia.org/Halffter
+OK 20200505171345 https://doi.org/10.1016/j.ins.2014.08.011
+OK 20170815165125 http://www.scielo.br/pdf/cebape/v8n4/04.pdf
+OK 20210323000130 https://gallery.azure.ai
+OK 20160630124947 http://dx.doi.org/10.3389/fneur.2011.00042
+MISS NA https://github.com/named-data/Hyperbolic-Graph-Generator/releases/tag/v.1.0.1
+OK 20210412230515 https://doi.org/10
+MISS NA https://doi.org/10.1073/pnas.1719355115
+OK 20210228142401 http://doi.org/fj37wd
+OK 20210325104246 www.cdc.gov/violenceprevention/pdf/Electronic_Aggression_Researcher_Brief-a.pdf
+MISS NA http://www.herbmed.org5
+OK 20201109005738 https://spectrum.ieee.org/automaton/robotics/drones/see-straight-through-walls-by-augmenting-your-eyeballs-with-drones
+OK 20180602150338 https://doi.org/10.1359/jbmr.060611
+OK 20200812045147 http://revistas.unisinos.br/index.php/calidoscopio/article/view/cld.2013.111.04
+OK 20180605150351 https://doi.org/10.1007/s10530-006-9026-4
+OK 20210416080139 http://dx.doi.org/10.1017/CBO9780511756122
+OK 20210411024537 https://www.unodc.org/documents/wdr2015/WDR15_ExSum_S.pdf
+OK 20210409011358 https://doi.org/10.1016/j.neubiorev.2014.06.015
+OK 20200217230938 http://www.epoxyworktops.com/epoxy-resin/mech-properties.html
+OK 20180603225637 https://doi.org/10.1093/carcin/bgu108
+OK 20210311081051 https://github.com/DmitryUlyanov/Multicore-TSNE
+OK 20191008174921 http://nbn-resolving.de/urn:nbn:de
+MISS NA http://www.renold.com/nmsruntime/saveasdialog.asp?lID=2060&sID=4062
+OK 20200930172521 https://doi.org/10.2147/COPD.S58136
+OK 20210331144953 https://doi.org/10.1016/j.molcel.2018.07.002
+OK 20210422020217 http://www.scielo.br
+MISS NA http://www.sciencedirect.com/science/article/pii/0167473082900121180
+MISS NA http://people.anu.edu.au/~u9907217/lexico/Huffman1978.pdfaccessed14
+OK 20210130144638 https://doi.org/10.1038/nature00862
+OK 20201111231605 http://www.academicintegrity.org/icai/integrity-3.php
+OK 20200623141743 http://rd48.web.cern.ch
+OK 20210414151638 http://opinionator.blogs.nytimes.com/2015/06/15/do-corporations-have-minds/
+OK 20210308144820 https://doi.org/10.1007/s11045-004-4739-y
+MISS NA http://doi.org.proxy-remote.galib.uga.edu/10.1016/j.geomorph.2010.06.004
+OK 20200406002934 https://doi.org/10.3390/md9101731
+OK 20170221234749 https://archive.epa.gov/pesticides/reregistration/web/pdf/fenamiphos_red.pdf
+OK 20201112012208 https://www.aamc.org/download/379220/data/may2014aib-graduationratesandattritionfactorsforusmedschools.pdf
+MISS NA http://www.ibge.gov.brAcessoem
+OK 20200809183954 http://dx.doi.org/10.5465/AMJ.2005.17407911
+OK 20200520051438 https://doi.org/10.3390/ijms17060976
+MISS NA http://www.wri.org/pdf/mekong_governence_mreg_minh.pdf
+OK 20180609053948 https://doi.org/10.1007/s10096-005-0065-z
+OK 20180613180128 https://doi.org/10.1016/B978-0-08-100371-8.00006-3
+OK 20180601204747 https://doi.org/10.1207/s15324834basp1703_2
+OK 20170720171921 http://dx.doi.org/10.1146/annurev-genom-090413-025540
+OK 20210417173457 https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
+MISS NA https://doi.org/10.4103/ijo.IJO_1429_18PMID
+MISS NA http://dx.doi.org/10.1111/joor.1239125
+OK 20210416013220 http://coq.inria.fr
+OK 20210323174934 http://topics.nytimes.com
+OK 20210415124637 http://dx.doi.org/10.1177/014920639101700108
+OK 20180603183013 https://doi.org/10.1093/HUMREP/11.2.274
+OK 20160913103202 http://dx.doi.org/10.1523/JNEUROSCI.4317-03.2004
+OK 20140507091836 http://dx.doi.org/10.1016/S0300-5712(00)00055-5
+OK 20200207230146 https://doi.org/10.1103/PhysRevC.82.065804
+OK 20210126083356 http://www.sosmath.com/calculus/diff/der07/der07.html
+OK 20200723163241 http://dx.doi.org/10.1021/ja00381a009
+OK 20210203235202 http://dx.doi.org/10.4049/jimmunol.1490019
+OK 20200904155649 https://doi.org/10.3389/fpsyg.2018.02780
+OK 20210304061719 http://www.austlii.edu.au/au/cases/cth/HCA/2002/59.html
+OK 20170808235733 blog.iese.edu/heukamp/files/2010/07/PTT_06_291.pdf
+OK 20180603001225 https://doi.org/10.1097/MLG.0b013e31816a8955
+OK 20150606224624 http://www.ncbi.nlm.nih.gov/pubmed/10539812
+OK 20140728081013 http://v8.googlecode.com/svn/data/benchmarks/v7/README.txt
+OK 20210422032850 https://imagej.nih.gov/ij/
+OK 20210224193903 http://www.jstatsoft.org/v38/i08/
+MISS NA http://dx.doi.org/10.1111/j.1468-2257.1992.tb00944.x
+OK 20210331233305 http://www.cdc.gov/pcd/issues/2011/jan/10_0015.htm
+OK 20200127233718 http://doi.org/10.1016/j.earscirev.2014.09.002
+OK 20210224153140 http://www.w3.org/TR/mmi-framework/
+OK 20210420091246 http://dx.doi.org/10.1038/sj.jea.7500165
+OK 20201220185452 http://www.eurogamer.net/articles/2012-08-08-codemasters-responds-to-criticism-about-loss-of-in-car-view-in-grid-2
+MISS NA http://dx.doi.org/10.1124/mol.62.1.1
+OK 20210309004106 http://www.pure-systems.com/
+MISS NA http://arxiv.org/abs/gr-qc/9704072.5
+OK 20200502070426 https://doi.org/10.1016/j.rse.2013.08.038
+MISS NA ifai.org.mx/descargar.php?r=/pdf/ciudadanos/sitios_de_interes/estudio/&a=Criterios%20y%20resoluciones%20del%20IFAI.pdf
+OK 20170715184352 http://www.ncbi.nlm.nih.gov/pubmed/19331180
+MISS NA http://www.malariacampaign.gov.lk/precentation/treatmentguide.aspx.Accessed12
+OK 20180605112559 https://doi.org/10.1089/jmf.2012.2682
+MISS NA https://doi.org/10.1029/2001JB9000323
+OK 20180603195007 https://doi.org/10.1074/jbc.M111.251546
+MISS NA http://www.fcpolit.unr.edu.ar/wpcontent/uploads/Mediatizaci%C3%B3n-sociedad-y-sentido.pdf
+MISS NA http://search.proquest.com/docview/1314733038?accountid=14205
+OK 20210401053758 http://creativecommons.org/about/history/
+OK 20200623032631 http://dx.doi.org/10.1016/j.amc.2011.03.062
+OK 20210226163914 https://openfastpath.org/
+MISS NA http://dx.doi.org/10.1016/j.gca.2013.01.044
+OK 20200210123931 https://doi.org/10.1002/wps.20597
+OK 20200605112300 https://doi.org/10.1046/j.1467-789X.2002.00082.x
+OK 20161004235930 http://dx.doi.org/10.1016/j.gr.2005.12.002
+OK 20200810181657 https://doi.org/10.1108/JEC-09-2018-0065
+OK 20101216091555 http://www.dms.moph.go.th/statreport/index.html
+OK 20180604205936 https://doi.org/10.1093/petrology/egr040
+OK 20201116165728 http://fundforpeace.org/fsi/2018/04/19/fragile-states-index-2018-issues-of-fragility-touch-the-worlds-richest-and-most-developed-countries-in-2018/
+OK 20210420191327 http://www.aral.de/
+OK 20210419153133 http://www.health.ny.gov/regulations/nycrr/title_10/part_5/subpart_5-1_tables.htm
+OK 20201004105340 http://apps.who.int/gho/data/view.main.2482?lang=en
+OK 20180602094620 https://doi.org/10.17221/7978-CJAS
+OK 20210309225436 http://doi.wiley.com/10.1029/RG020i004p00851
+MISS NA http://dx.doi.org/10.1111/jiec.12550
+MISS NA https://doi.org/10.1016/j.habitatint.2016.04.00
+OK 20180611191710 https://doi.org/10.1086/501091
+OK 20210417100122 http://www.nytimes.com/2010
+MISS NA https://www.if.ufrgs.br/cref/ojs/index
+OK 20210202190525 http://www.webmineral.com/data//Kaolinite.shtml
+MISS NA http://dx.doi.org/10.1111/j.1468-2281.1964.tb02054.x
+OK 20200504172733 https://doi.org/10.1007/978-1-4419-0300-6
+OK 20120417214618 http://www.mceetya.edu.au/public/demand.htm
+MISS NA https://doi-org.uml.idm.oclc.org/10.1007/978-3-319-76261-6n_12
+OK 20180602112341 https://doi.org/10.3133/fs20163020
+OK 20200809183522 https://doi.org/10.1080/15402002.2015.1083022
+OK 20180604030428 https://doi.org/10.1016/j.jnucmat.2004.04.129
+MISS NA https://bank.gov.ua/doccatalog/document?id=99904490
+OK 20201120134439 https://doi.org/10.1111/j.1600-0587.2012.07555.x
+OK 20210418111139 http://www.questionpoint.org
+MISS NA http://www.revistalatinacs.org/17SLCS/libro-colectivo-2017-2edicion.htmlRokeach
+MISS NA http://dx.doi.org/10.1016/j.jcyt.2013.07.017
+OK 20210403112206 http://unfccc.int/essential_background/items/6031.php
+OK 20210311112328 https://github.com/vinniefalco/NuDB
+MISS NA http://dx
+MISS NA http://yosemite.epa.gov/ee/epa/eerm.nsf/vwAN/EE-0563-1.pdf/$file/EE-0563-1
+OK 20210328143147 www.computer.org/conferences/meta96/rothenberg_Paper/ieee.data-quality.html
+OK 20180602114010 https://doi.org/10.1523/JNEUROSCI.3883-11.2011
+MISS NA http://doi.org/c245bq
+OK 20200610212426 https://dhsprogram.com/pubs/pdf/WP114/WP114.pdf
+OK 20180613094949 https://doi.org/10.1016/j.habitatint.2014.10.018
+OK 20210328225845 https://www.aaafoundation.org/2010-traffic-safety-culture-index
+OK 20101202041858 http://www.unu.edu/unupress/unupbooks/uu19ie/uu19ie0e.htm
+MISS NA http://dx.doi.org/10.5772/68073
+OK 20200910043006 https://doi.org/10.1126/science.1215141
+OK 20200717043052 http://www.scielo.br/pdf/tce/v15n2/a06v15n2.pdf
+OK 20200826175950 https://openreview.net/forum?id=r1eiqi09K7
+OK 20171202053632 http://www.journal-inflammation.com/content/1/1/1
+OK 20200630023055 https://doi.org/10.3109/10641963.2015.1060981
+MISS NA http://www.policyalternativies.ca
+OK 20190827031647 http://hcvadvocate.org/
+MISS NA http://www.who.int/neglected_diseases/NTD_RoadMap_2012_Fullversion.pdf.Accessed
+OK 20170505022621 http://www.cliopsyche.uerj.br/livros/clio1/decriancainfeliz.htm
+OK 20180608041822 https://doi.org/10.1016/j.cvfa.2013.07.011
+MISS NA http://www.f6publishing.com/helpdeskhttp://www.wjgnet.com
+MISS NA http://www.sciencedirect.com/science/article/B6V27-3WXX91K-2D/2/a56e762628a5a1107f0d067a9dd3af36
+OK 20180608112511 https://doi.org/10.1016/j.jcin.2012.10.011
+OK 20180923091703 http://dx.doi.org/10.1136/vr.148.6.165
+OK 20210422070110 www.iucnredlist.org
+OK 20180602083438 http://link.aps.org/doi/10.1103/PhysRevA.44.6905
+OK 20170303033421 http://www.epa.gov/nerlcwww/icrmicro.pdf
+MISS NA https://vorarlberg.iv.at/media/filer_public/43/b1/43b179b7-c315--4a4b-bfbc-a01f48164e32/170404_industriefolder_final_web.pdf
+MISS NA http://cshe.berkeley.edu/publications/docs/ROPS.GEISER._SAT_6.12.07.pdfAccessedon
+OK 20090202043540 http://www.workforce.com/section/00/article/24/42/47.html
+OK 20210308221854 https://doi.org/10.1002/prot.22711
+MISS NA http://www.apc-cza.org/sr-YU/liste-sigurnih-drzava/2-uncategorised/102-zahtev-za-azil-u-srbiji-sanjajuci-evropu.html,23.05
+MISS NA http://www.alsodanube.atwww.intechopen.com
+OK 20180604123207 https://doi.org/10.7326/0003-4819-141-11-200412070-00009
+OK 20200726072400 https://doi.org/10.1002/ps.3937
+OK 20170827225746 http://www.masress.com/almessa/381901
+OK 20180609233224 https://doi.org/10.1007/978-981-10-2404-7_2
+MISS NA https://doi.org/10.1109/DASC-PICom-DataCom-CyberSciTec.2017.169
+OK 20180611011731 https://doi.org/10.1007/BF00237842
+OK 20210125220800 https://doi.org/10.1353/bsp.2016.0009
+MISS NA http://www.microelectronic.e-technik.tudarmstadt.de/lectures/winter/vlsi/vorlesung_pdf/PLD.pdf
+OK 20200820003502 http://dx.doi.org/10.1126/science.1211576
+OK 20171202101555 https://echogeo.revues.org/11539
+OK 20200914061054 https://doi.org/10.1128/CMR.00101-13
+OK 20180613025613 http://doi.org/10.1109/COMPSAC.2008.204
+MISS NA https://www.sabanci.com/tr/basin-odasi/basin-bultenleri/ak-emeklilik-aviva-hayat-ve-emeklilik-birlesme-anlasmasi-imzalandi/i-1339
+OK 20180602215856 https://doi.org/10.1149/1.3496068
+OK 20210308024451 https://doi.org/10.1093/cid/cis021
+MISS NA http://www.nytimes.com/2010/12/16/science/16terror.html.Accessed
+MISS NA https://www.flickr.com/photos/mbell1975/8057902049
+OK 20210308024141 https://doi.org/10.1038/nrg2337
+OK 20180611075216 http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6876909
+OK 20200629033912 http://elib.bsu.by/bitstream/123456789/8810/1/pages%20from%20ph%26ss_2011-2.%2046-51pdf.pdf
+MISS NA http://dx.doi.org/10.1109/TII.2011.2166768
+OK 20210415090653 http://www.viratdata.org/
+MISS NA http://www.loria.fr/∼zimmerma/
+OK 20130207200250 http://www.dfid.gov.uk/pubs/files/achievingmdgmidincome.pdf
+OK 20210411020332 https://sfmagazine.com/post-entry/may-2017-the-power-of-intangibles/
+OK 20200602212641 http://dx.doi.org/10.1016/j.jconrel.2011.08.017
+MISS NA http://www.cigital.com/silver-bullet/show-070/.Show#70
+OK 20180602083752 https://doi.org/10.1007/s10508-008-9439-5
+OK 20180602072429 https://doi.org/10.1357/002224011799849408
+OK 20160924205754 http://dx.doi.org/10.1007/s00223-001-2086-7
+MISS NA http://www.hin-dustantimes.com/india/jharkhand-s-waterman-gets-padma-shri-for-waging-war-against-drought/story
+OK 20160513234444 http://dx.doi.org/10.1073/pnas.0610281104
+OK 20200819120912 https://doi.org/10.1249/MSS.0000000000000476
+OK 20210318020943 http://www.gpo.gov/fdsys/pkg/PLAW-107publ347/pdf/PLAW-107publ347.pdf
+MISS NA https://goo.gl/0nhR7e
+OK 20180603084602 https://doi.org/10.1021/cm5037524
+OK 20050414121031 http://www.iyv2001.org/iyv_eng/research/articles/articles.htm
+OK 20200218030328 http://www.cr.nps.gov/aad/kennewick
+MISS NA http://www.unsam.edu.ar/ojs/index.php/syt/article/down-load/40/31
+MISS NA https://doi.org/10.5539/mas.v12n6p44
+MISS NA http://www.heraldsun.com.au/news/national/doctors--should--tell--overweight--patients--that--they--are--fat/story--e6frf7l6--1225898699043
+MISS NA http://dx.doi.org/10.1080/13678868.2016.1248720
+OK 20210411042849 http://www.3dnature.com/
+OK 20200807113105 http://dx.doi.org/10.1016/j.conbuildmat.2010.06.035
+OK 20181210165502 http://dx.doi.org/10.1007/s003000100277
+OK 20180603170203 https://doi.org/10.1126/science.272.5264.991
+OK 20200829205635 https://doi.org/10.5539/jel.v7n1p163
+OK 20210312025700 https://doi.org/10.1145/359168.359176
+OK 20200617141833 https://doi.org/10.5964/ejop.v15i1.1695
+MISS NA http://www.uroweb.org/leadmin/tx_eauguidelines/2009/Pocket/Incontinence.pdf
+OK 20180602163437 https://doi.org/10.1136/jcp.54.1.1
+MISS NA http://dx.doi.org/10.12795/spal.1997.i6.04
+OK 20201221092720 https://doi.org/10.1371/journal.pone.0032953
+OK 20190814165847 https://arxiv.org/ftp/arxiv/papers/1908/1908.00288.pdf
+MISS NA http://documents.worldbank.org/curated/en/886931468125694191/pdf/ACS94240WP0P1496510Box385256B00PUBLIC0.pdf
+OK 20210415161212 https://doi.org/10.1016/j.jmb.2007.05.022
+OK 20210415083919 http://www.pewinternet.org/~/media//
+OK 20170726115953 http://dx.doi.org/10.1061/(ASCE)IS.1943-555X.0000022
+OK 20160214233308 http://dx.doi.org/10.1016/j.compenvurbsys.2006.02.008
+MISS NA https://dx.doi.org/10.12819/2014.11.3.5
+OK 20100913114334 http://www.cf40.org.cn/plus/view.php?aid=2559
+OK 20180602092542 https://doi.org/10.1080/08985626.2017.1291762
+OK 20160303201315 http://www.synthzone.com/bsynth.html
+MISS NA http://proquest.umi.com/pqdweb?index=4&did=1505420341&SrchMode=2&sid=1&Fmt=3&VInst=PROD&VType=PQD&RQT=309&VName=PQD&TS=1247584749&clientId=5904
+MISS NA http://dx.doi.org/10.1016/j.agee.2005.12.002
+OK 20200207204357 https://doi.org/10.17979/rotur.2018.12.2.3478
+OK 20180603102347 https://doi.org/10.1111/fwb.12901
+MISS NA http://www.saulibrary.edu.bd/daatj/public/index.../BAU201101_17-aec_5.pdf
+OK 20210411212524 http://msdn.microsoft.com/en-us/library/ms950416.aspx
+OK 20180603160727 https://doi.org/10.1002/2015JA021314
+OK 20210415075033 http://dx.doi.org/10.1002/jcc.21256
+OK 20210415131825 http://www.worldagroforestry.org/af/treedb/
+OK 20200813020107 http://dx.doi.org/10.1038/ncb1631
+OK 20190620233617 http://dx.doi.org/10.1038/380051a0
+OK 20180513103014 http://www.qualitative-research.net/fqs-texte/4-06/06-4-3-s.htm
+OK 20180602085850 https://doi.org/10.1103/PhysRevLett.108.122001
+OK 20190927225818 http://www.philippineplants.org/Families/Droseraceae.html
+OK 20200702053256 https://doi.org/10.1016/j.foodchem.2006.08.005
+MISS NA https://doi.org/10.4102/pythagoras.v39i1.393
+OK 20090610235635 http://www.ncbi.nlm.nih.gov/pubmed/1145213
+OK 20200603183421 https://doi.org/10.1038/nature12002
+MISS NA http://jurnalsospol.fisipol.ugm.ac.id/index.php/jsp/article/view/,diakses08
+OK 20200710061122 http://ec.europa.eu/health/scientific_committees/emerging/docs/scenihr_o_032.pdf
+OK 20210214003219 http://mp.bmj.com/
+MISS NA http://ieeexplore.ieee.org/articleDetails.jsp?arnumber=6188353
+OK 20210415002728 www.elsevier.com/locate/simpat
+MISS NA https://orcid.org/0000-0002-7098-8398
+OK 20180611133549 https://doi.org/10.1016/j.biortech.2015.02.051
+MISS NA http://dx.doi.org/10.1016/j.eja.2016.09.015
+OK 20180602122611 https://doi.org/10.5962/bhl.part.14568
+OK 20180609175455 https://doi.org/10.1016/j.jenvman.2007.08.026
+MISS NA http://www.abs.gov.au/ausstats/abs@.nsf/Lookup/2071.0main+features902012-2013.Re-trieved
+OK 20201108102753 https://www.google.com/maps/d/viewer?mid=1UxYw9YrwT_R3SGsktJU3D-2GpMU&hl=en
+OK 20200827040411 https://doi.org/10.1002/embj.201386474
+OK 20210323015001 http://dx.doi.org/10
+OK 20210422083649 http://www.isi.edu/nsnam/ns/
+OK 20180903070709 http://www.nacionfactoring.com.ar
+MISS NA http://www.eurosif.org/semantics/uplo-ads/2014/05/pictet_european_sri_transparency_code_2013.pdf
+OK 20161219133321 https://play.google.com/store/apps/details?id=com.alidans.assaycolor
+OK 20200209033140 https://doi.org/10.1021/jm401334s
+OK 20200829104812 http://dx.doi.org/10.1007/978-3-642-22015-9
+MISS NA http://www.tcts.fpms.ac.be/∼devuyst/Databases/DatabaseSubjects/
+MISS NA https://doi.org/10.1016/0735-1097
+OK 20201006135501 https://doi.org/10.3390/ijerph111010883
+MISS NA http://www1.worldbank.org/education/stuttgart_conference/download/6_2.pdfS
+OK 20200521021041 https://doi.org/10.5194/gh-70-75-2015
+OK 20160111101129 http://www.chemblink.com/products/160848-22-6.htm
+OK 20210308105649 https://doi.org/10.1056/NEJMsa1803972
+OK 20180602143737 https://doi.org/10.1261/rna.2231506
+MISS NA http://www.emeraldinsight.com/doi/abs/10.1108/13552550110695552On
+OK 20180603122207 http://stroke.ahajournals.org/content/40/5/1921
+MISS NA https://doi.org/10.21070/ja.v2i1
+OK 20210113073828 http://www.fao.org/nr/water/aquastat/data/query/results.html
+OK 20180603030243 https://doi.org/10.1111/jiec.12461
+MISS NA http://dx.doi.org/10.1186/1472-6963-13-487
+MISS NA http://dx.doi.org/10.1590/S0104-11692001000400006
+OK 20100528155951 http://www.firstdatabank.com/products/di_framework/
+OK 20200623191232 https://doi.org/10.1038/35011540
+OK 20170118181329 http://www.sdpc.gov.cn/zcfb/zcfbtz/201511/t20151104_757519.html
+OK 20180611030953 https://doi.org/10.1016/j.livsci.2013.06.005
+MISS NA http://www.mae.ucsd.edu/~combustion/cermech/
+OK 20180305110530 https://arxiv.org/abs/0908.0776
+OK 20110828225414 http://www.cadranpolitic.ro/?p=49
+OK 20120105230400 http://www.adoptioninstitute.org/survey/Benchmark_Survey_1997.pdf
+OK 20181110005108 http://arxiv.org/abs/1010.5602
+MISS NA http://www.hcup-us.ahrq-gov/reports/statbriefs/sb82
+OK 20180712190500 https://www.who.int/cholera/publications/final%20outbreak%20booklet%20260105-OMS.pdf
+OK 20180602131916 https://doi.org/10.1517/14728222.2014.981529
+OK 20210211051334 http://radsite.lbl.gov/radiance
+OK 20200801052527 https://doi.org/10.1155/2019/9489826
+OK 20200210175003 https://doi.org/10.1177/1073858412456743
+MISS NA http://www.monu.co.kr/seoul/62803
+MISS NA http://dx.doi.org/10.3233/TAD-2011-0313
+OK 20210403222509 http://dx.doi.org/10.1016/j.neuro.2007.09.003
+MISS NA http://dx.doi.org/10.1111/ajt.12122
+MISS NA http://www.emeraldinsight.com/journals.htm?articleid=1784244&show=pdf211-233Date
+OK 20180602124629 https://doi.org/10.1021/jp900407w
+OK 20210321094414 http://ntp.niehs.nih.gov/go/28213
+OK 20190915123903 http://www.rfidarena.com/2013/11/14/benefits-of-implementing-rfid-in-supply-chain-management.aspx
+OK 20180604115752 https://doi.org/10.1007/s00234-002-0816-9
+MISS NA http://dx.doi.org/10.4102/ve.v28i1.107
+MISS NA http://dx.doi.org/10.1007/s10979-005-5521-x
+OK 20210417014922 http://www.ars.usda.gov/ba/bhnrc/fsrg
+OK 20210301062117 http://www.nejm.org/doi/full/10.1056/NEJMp1101959
+MISS NA http://dx.doi.org/10.1046/j.1365-2249.2002.01832.x
+OK 20210414184919 http://www.aip.org/pubservs/epaps.html
+OK 20210326191936 http://labyrinthlocator.com
+OK 20180602221320 https://doi.org/10.1037/lhb0000019
+OK 20160418160917 http://www.uh.cu/static/documents/AL/The%20Chemistry%20of%20Facebook.pdf
+MISS NA https://doi.org/10.1038/s41467-017-01658-2PMID
+OK 20201212174003 https://doi.org/10.1161/CIRCULATIONAHA.120.046941
+OK 20210126132910 http://www.bireme.br
+OK 20170826124459 http://www.redalyc.org/pdf/610/61030202.pdf
+OK 20210414035812 http://methods.cochrane.org/sdt/handbook-dta-reviews
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/16403672.5.1
+OK 20201124011948 www.transparencyinternational.org
+MISS NA http://dx.doi.org/10.1016/j.ifset.2013.08.007
+OK 20180604225311 https://doi.org/10.1111/j.1567-1364.2007.00322.x
+OK 20210413050318 http://ptm.asu.edu/
+OK 20210415094133 http://www.qualitative-research.net/index.php/fqs/article/view/1589/3095
+OK 20201114221829 http://msdssearch.dow.com/PublishedLiteratureDOWCOM/dh_091b/0901b8038091b508.pdf?filepath=propyleneglycol/pdfs/noreg/117-01682.pdf&fromPage=GetDoc
+OK 20180603062407 https://doi.org/10.1016/j.peptides.2014.09.021
+OK 20200813041534 http://dx.doi.org/10.1186/s13059-014-0569-x
+OK 20210318001509 http://www.sei.cmu.edu/reports/10tr033.pdf
+OK 20201019154026 https://doi.org/10.5194/acp-15-8889-2015
+OK 20180603091418 https://doi.org/10.1016/j.hrtlng.2008.12.002
+MISS NA http://dx.doi.org/10.17758/ERPUB.ER715281
+OK 20180604134811 https://doi.org/10.1093/gerona/gls083
+OK 20201203231523 http://www.e-historia.cl/cursosudla/13-EDU413/lecturas/06%20-%20El%20Juego%20Didactico%20Como%20Estrategia%20de%20Ense%C3%B1anza%20y%20Aprendizaje.pdf
+OK 20170824110450 https://www.princeton.edu/futureofchildren/publications/docs/06_01_01.pdf
+OK 20210319113513 https://doi.org/10.1016/j.jvolgeores.2007.10.010
+MISS NA http://www.sciencedirect.com/science/article/pii/S0924424711007370
+OK 20200404040814 https://doi.org/10.1136/bmj.j1745
+MISS NA https://www.sentinelinitiative.org/sites/default/files/Methods/Mini-Sentinel_New
+OK 20200514064526 http://dialnet.unirioja.es/servlet/tesis?codigo=22590
+MISS NA http://dx.doi.org/10.1016/j.jcp.2015.11.012
+MISS NA https://fil.wikireading.ru/51916
+OK 20200722010152 https://doi.org/10.1016/j.foreco.2015.05.036
+OK 20200529023650 https://doi.org/10.1002/jgrd.50160
+OK 20210308093105 https://deltacloud.apache.org/
+OK 20180820203409 www.sony.co.uk/electronics/head-mounted-display/t/head-mounted-display
+OK 20210415075315 http://dx.doi.org/10.1017/XPS.2015.19
+MISS NA http://dx.doi.org/10.1097/00000542-200601000-00008
+OK 20200724203215 http://dx.doi.org/10.1046/j.1432-1327.1998.2530771.x
+OK 20200904025833 https://doi.org/10.1016/j.immuni.2011.12.007
+MISS NA http://www.preal.org/BibliotecaN
+MISS NA http://dx.doi.org/10.1016/j.jaci.2008.12.060
+OK 20120202222710 http://www.aera.net/ResearchReportingStandards.htm
+MISS NA http://dx.doi.org/10.3852/09-021
+OK 20201115155725 http://dx.doi.org/10.1182/blood-2007-11-125039
+OK 20201126010226 http://www.ararteko.net/recursosweb/documentos/1/1_244_3.pdf
+OK 20180601194305 https://doi.org/10.1038/s41598-017-07905-2
+OK 20200614194434 http://www.forensicmag.com/articles/2007/01/commentary-defining-digital-forensics
+OK 20210422003009 http://www.hse.gov.uk
+MISS NA http://dx.doi.org/10.1109/LED.2006.889042
+OK 20140802144650 http://www.healthandjusticejournal.com/content/2/1/9
+OK 20210227084533 https://doi.org/10.1007/s40279-014-0142-5
+OK 20180611014314 http://ecp.fcs.ucr.ac.cr/
+OK 20210413025950 http://net.educause.edu/ir/library/pdf/ekf/ekf1006.pdf
+OK 20191107152412 http://dx.doi.org/10.1128/AEM.00692-09
+OK 20200216203832 https://doi.org/10.7554/eLife.52092
+MISS NA http://newurbanquestion.ifou.org/proceedings/5%20The%20Transformation%20of%20Urban%20Form/full%20papers/D023_
+OK 20150103072109 http://dx.doi.org/10.1016/S0149-2918(04)90129-4
+MISS NA http://www.slep.com.br/slep.php?f=contenido&id=homepage_en&g=homepage&lang=en
+OK 20180601202203 https://doi.org/10.1111/pcmr.12194
+MISS NA https://doi.org/10.1111/j.1349-7006.2007.00415.xPMID
+OK 20210415154412 https://doi.org/10.1152/jn.00839.2013
+OK 20170415062159 iihs.org/frontend/iihs/documents/masterfiledocs.ashx?id=2022
+OK 20100523054547 http://www.algaelink.com/jet-fuel.htm
+OK 20170621184914 http://dx.doi.org/10.1084/jem.20041690
+MISS NA http://dx.doi.org/10.7867/1809-0354.2015v10n2p630-653
+OK 20180603091425 https://doi.org/10.2307/249421
+MISS NA https://zakon.rada.gov.ua/laws/show/1932-12.Дата
+OK 20201130050600 http://www.bmwf.gv.at/fileadmin/user_upload/wissenschaft/naric/eintragungsrichtlinien.pdf
+MISS NA http://dx.doi.org/10.5935/1808-5687.20140002
+OK 20210318095705 https://doi.org/10.5194/acp-2019-440
+OK 20200216203558 https://doi.org/10.1088/1755-1315/18/1/012120
+OK 20170808080015 https://repositorioaberto.uab.pt/bitstream/10400.2/146/1/Revista-Discursos23-35.pdf
+MISS NA https://doi.org/10.1021/acs.nanolett.8b02211
+OK 20180602101548 https://doi.org/10.21426/B63110502
+MISS NA http://www.emeraldinsight.com/doi/abs/10.1108/02621719410063396
+MISS NA http://dx.doi.org/10.1016/bs.acdb.2014.05.001
+OK 20210415050013 http://ismp.org/tools/errorproneabbreviations.pdf
+OK 20180602092224 http://doi.org/10.2190/IC.31.3.f
+OK 20210422034621 https://www.scb.se/
+OK 20100309182123 http://dx.doi.org/10.2522/ptj.20080322
+OK 20210310210537 https://doi.org/10.1046/j.1365-2311.2002.00449.x
+MISS NA http://dx.doi.org/10.1111/j.1423-0410.2011.01583.xPMID:22220775
+OK 20200813134647 http://dx.doi.org/10.1126/science.1105681
+OK 20180602102359 https://doi.org/10.1080/09670874.2017.1293866
+OK 20210419230738 http://www.williemaerockcamp.org/
+OK 20180608161939 https://doi.org/10.1109/LGRS.2014.2306689
+MISS NA https://doi.org/10.1101/2020.03.04.977231doi:bioRxivpreprint
+MISS NA http://dx.doi.org/10.1088/1751-8113/41/50/505301
+MISS NA https://data.noaa.gov//metaview/page?xml=NOAA/NESDIS/NGDC/MGG/DEM/iso/xml/1601.xml&view=getDataView&header=none
+MISS NA http://dx.doi.org/10.1362/026725707X196387
+MISS NA https://doi.org/10.1101/398842
+OK 20201229204128 http://www.kalray.eu
+MISS NA http://dx.doi.org/10.3748/wjg.v19.i22.3466
+OK 20210309174551 http://apps.who.int/iris/bitstream/10665/70525/1/WHO_HSS_HRH_HMR_2010.2_eng.pdf
+OK 20210210223434 http://www.mckinsey.com/~/media/McKinsey/dotcom/Insights%20and%20pubs/MGI/Research/Technology%20and%20Innovation/Big%20Data/MGI_big_data_full_report.ashx
+MISS NA https://doi.org/10.1061/(ASCE)CO.1943-7862.0001655
+OK 20180605143707 https://doi.org/10.1016/j.parkreldis.2016.09.016
+OK 20210421040149 http://www.dea.gov/pubs/state_factsheets.html
+OK 20210412230741 https://doi.org/10.1016/0896-6273
+OK 20200213123301 http://www.gfmer.ch/fistula/pdf/Obstetric-fistula-2015.pdf
+MISS NA https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/307545/StopSearchConsultationResponse.pdf.Accessed
+OK 20210412213027 http://creativecommons.org/licenses/by-nc/
+OK 20200407070741 http://doi.org/10.17576/3L-2020-2601-10
+OK 20210315230743 http://www.worldautosteel.org/steel-basics/steel-types/hot-formed-hf-steel/
+MISS NA http://www.scandiummining.com/i/pdf/Scandium
+OK 20070804023132 http://www.cer.org.uk/articles/issue48.html
+OK 20170720211533 http://www.nielsen.com/hu/hu/insights/news/2016/elelmiszerek-az-egeszsegert.html
+MISS NA http://www.caida.org/data/passive/passive2014dataset.xm
+OK 20161222131504 http://dx.doi.org/10.1101/gad.193169.112
+OK 20180602071655 https://doi.org/10.1152/japplphysiol.00341.2002
+OK 20200504141236 http://dx.doi.org/10.1364/BOE.3.002964
+OK 20210419190635 http://www.ictvonline.org/virusTaxonomy.asp
+OK 20210413211035 http://dx.doi.org/10.1002/1521-3773
+MISS NA http://www.eia.gov/cneaf/solar.renewables/page/ghpsurvey/ghpssurvey.html.Accessed
+OK 20210330114109 https://doi.org/10.1103/RevModPhys.70.223
+OK 20200808083807 http://psymaker.com/downloads/VibraMI10Ru.pdf
+MISS NA www.legifrance.gouv.fr/eli/loi/2011/7/7/2011-814/jo/texteAccessedApril27
+OK 20180604180126 https://doi.org/10.1111/ejn.12686
+MISS NA http://výzkum.hf.tul.cz/wd
+MISS NA http://www.euro.who.int/__data/assets/pdf_file/0013/120244/E72199.pdf
+OK 20180610044306 https://doi.org/10.1007/s11205-014-0716-5
+MISS NA http://www.publicadireito.com.br/artigos/?cod=25102b27fa432b4b
+OK 20070920170013 http://www.unisa.edu.au/educationalintegrity/apeic2003/Breakout%20program.htm
+OK 20190813210358 http://scientificscripts.com
+OK 20210308130238 http://dx.doi.org/10.1126/science.aad3517
+MISS NA http://dx.doi.org/10.2165/00002018-200932020-00007
+OK 20210415113112 http://www.fao.org/3/y4454e/y4454e00.htm
+OK 20200914182753 http://dx.doi.org/10.1126/scitranslmed.3004888
+MISS NA http://www.nti.org/analysis/articles/civilian-heu-japan/.172.GFMR2010
+OK 20191228234325 http://dx.doi.org/10.1108/09513540810853567
+MISS NA https://dx.doi.org/10.1038/bjc.2013.483
+OK 20180611172122 https://doi.org/10.1007/s12109-012-9285-0
+OK 20210422060215 https://whc.unesco.org/en/list/320
+OK 20210126013811 www.unicef.org/specialsession/about/sg-report.htm
+OK 20160109111957 http://www.ncbi.nlm.nih.gov/pubmed/25059688
+MISS NA Retrievedfromwww.rpmesp.ins.gob.pe/index.php/rpmesp/article/download/482/483
+OK 20180613195204 https://doi.org/10.1016/j.ibiod.2013.03.017
+OK 20210324225502 https://doi.org/10.1161/STR.0000000000000158
+OK 20140729160413 http://www.kremlin.ru/news/16010
+OK 20060505220131 http://amedeo.com/lit.php?id=12594647
+MISS NA https://arxiv.org/abs/quant-ph/quantph/0512258
+OK 20210411040929 nmfs.noaa.gov/prot_res/PR2/Stock_Assessment_Program/sars.html
+OK 20210410080836 https://doi.org/10.1016/S0140-6736(09)60372-X
+OK 20210330012330 http://www.bgbl.de/Xaver/start.xav?startbk=Bundesanzeiger_BGBl&bk=Bundesanzeiger_BGBl&start=//*
+OK 20191229070215 http://www.ncbi.nlm.nih.gov/pubmed/28498856
+OK 20210306052656 http://documents.worldbank.org/curated/en/603241469672143906/pdf/778890GTF0full0report.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.ine.gov.bo/.Acessoem
+OK 20210412212938 http://CRAN.R-project.org/package=lmerTest
+MISS NA https://salmoconsulting.files.wordpress.com/2012/11/caribou-protection-and-recovery-program-2012.pdf
+OK 20210413024331 http://dx.doi.org/10.1038/nrn1848
+OK 20200528201134 http://www.internationaljournalofsocialpedagogy.com
+MISS NA http://www.tnews.com.pe/noticias/proyectan-inversiones-hoteleras-en-peru-hasta-el-2018.htm
+MISS NA https://doi.org/10.1097/01.TA.0000023163.78766.FF
+MISS NA http://sn.pl/Sites/orzecznictwo/Orzeczenia2/I%20CSK%20450-10-1.pdf
+OK 20190907153550 http://www.health.state.mn.us/divs/eh/water/factsheet/com/poulead.html
+MISS NA https://www.imf.org/en/publications/staffdiscussionnotes/issues/2016/12/31/corruptioncostsandmitigatingstrategies43888.Consulta:25.04
+OK 20180602001755 https://doi.org/10.1038/onc.2014.144
+OK 20131101155615 http://dx.doi.org/10.1016/j.vaccine.2011.07.075
+OK 20210316092715 https://doi.org/10.1016/j.immuni.2016.06.006
+OK 20200216141608 https://doi.org/10.1016/j.pain.2012.05.017
+MISS NA Nr.2www.sehepunkte.de/2017/02/27812.html
+OK 20170227043815 http://www.tnpcb.gov.in/pdf/Action_plan_cbe.PDF
+OK 20180421114328 http://www.journalshr.com/papers/Vol%204_N%203/V04_3_3.pdf
+OK 20210126204241 http://www.uscnk.com
+OK 20190430211849 http://www.kooriweb.org/foley/essays/essay_1.html
+OK 20210131004559 www.maa.gba.gov.ar
+OK 20200210175010 https://doi.org/10.22456/1982-8918.3546
+OK 20210412233930 https://doi.org/10.1061/
+OK 20210223153940 http://unesdoc.unesco.org/images/0012/001275/127509porb.pdf
+OK 20190411095003 https://doi.org/10.1371/journal.pone.0093933
+OK 20210422075357 https://www.google.com/earth
+OK 20171203023439 http://www.biomedcentral.com/1471-2407/8/29
+OK 20151222141730 http://www.scielo.br/pdf/sausoc/v21s1/12.pdf
+OK 20210125183150 http://mpra.ub.uni-muenchen.de/5525/
+OK 20200209145626 https://doi.org/10.1016/j.palaeo.2012.09.005
+MISS NA https://www.dovepress.com/by54.70.40
+OK 20210331071820 http://www.growingproduce.com
+OK 20180614132101 https://doi.org/10.1016/j.jhealeco.2013.03.005
+MISS NA http://dx.doi.org/10.1016/S0925-4005(01)00784-5
+OK 20170710022544 http://www3.tools.ietf.org/html/draft-ietf-rtgwg-ipfrr-framework-07
+OK 20180602105021 https://doi.org/10.4067/S0717-95022016000100024
+OK 20210413162409 https://doi.org/10.1128/msystems.00028-16
+OK 20130403034036 https://www.opensocietyfoundations.org/sites/default/files/citizens-of-nowhere-solutions-for-the-stateless-in-the-us-20121213.pdf
+OK 20210418062823 https://www.press.jhu.edu
+OK 20200701154409 https://doi.org/10.1038/ajg.2011.400
+MISS NA http://geology.com/usesofcopper
+OK 20161221140340 http://dx.doi.org/10.2337/db07-0972
+OK 20150922062527 http://www.bwb.de/content/language1/downloads/klaerwerk-ruhleben-emissionschutz-13.pdf
+OK 20140707133211 http://www.siam.org/meetings/la03/proceedings/LeiTGWLZ.pdf
+OK 20190402073656 https://doi.org/10.1016/j.biochi.2005.03.008
+OK 20120404064020 http://www.mdpapeis.com.br/produtos.asp?pr=3
+OK 20210416144424 http://gcn.gsfc.nasa.gov/gcn/gcn3/051.gcn3
+OK 20200527235139 https://doi.org/10.1177/1081180X07307185
+MISS NA https://www.cia.gov/library/publications/the-world-factbook/geos/gj.html.Accessed
+MISS NA http://dx.doi.org/10.1128/IAI.68.10.6056-6061.2000
+OK 20210414194215 http://dx.doi.org/10.1006/anbe.1999.1217
+OK 20200503010519 http://dx.doi.org/10.1136/jmedgenet-2013-101909
+OK 20200209024537 https://doi.org/10.1098/rspb.2016.0044
+MISS NA http://www.sbfisica.org.br/rbef/pdf/v21_202.pdf
+MISS NA http://www.acgme.org/acgmeweb/Portals/0/PDFs/jgme-monograph
+OK 20180927031632 http://ibnzahid.blogspot.my/2007/03/uslubmanhaj-dan-wasilah-dakwah.html
+MISS NA http://twitter.com/buvyporosuc/statuses/571029945448857600
+OK 20180517014451 https://www.files.ethz.ch/isn/99193/PAPER102.pdf
+OK 20210307232605 https://doi.org/10.1023/A:1018628609742
+OK 20200610052147 https://doi.org/10.1111/j.1365-2729.2010.00399.x
+OK 20160101222406 http://www.sts.org/patient-information/what-risk-adjustment
+MISS NA http://sindikker.ristekdikti.go.id/dok/UU/UUNo142005%28Guru%20&%20Dosen%29.pdf
+OK 20200209132420 https://doi.org/10.1093/jxb/ers232
+OK 20180601232411 https://doi.org/10.1038/cddis.2014.302
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20160729152309 http://www.ncbi.nlm.nih.gov/pubmed/17277121
+OK 20200925010618 http://bgr.com/2012/12/04/mobile-market-share-2012-android/
+MISS NA https://www.cambridge.org/core/terms.ModelreductionmethodsbasedonKrylovsubspaces
+MISS NA http://www.qfl-journal.de/2-2003/portmann-tselikas.pdf
+MISS NA www.ucm.es/BUC/cee
+OK 20200702163529 http://www.cbs.dtu.dk/services/VarDom/
+MISS NA http://www.oecd-ilibrary.org/docserver/download/8109011e.pd-f?expires=1439835439&id=id&accname=guest&check-sum=CDA15AAED354B7E82C57046EBB5130C4.Fechadeconsulta:12deagostode
+OK 20210125001816 https://www.nps.gov/nr/faq.htm
+OK 20180602034216 https://doi.org/10.12737/4311
+OK 20170710132003 http://tools.ietf.org/html/draft-hansen-privacy-terminology-02
+OK 20200602135918 https://doi.org/10.1136/gutjnl-2013-305178
+OK 20170118044754 https://medium.com/@alwaysadri/decolonize-your-dinner-plate-7d45d595b20f
+OK 20180609215950 https://doi.org/10.1016/j.jclepro.2017.10.223
+MISS NA https://malegislature.gov/laws/generallaws/parti/titlexv/chapter94g.Accessed
+OK 20180603200920 https://doi.org/10.1016/j.evalprogplan.2014.07.003
+OK 20200502012248 http://dx.doi.org/10.1016/j.ijfoodmicro.2012.04.020
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/2685084.1
+MISS NA https://doi.org/10.1007/s00520-014-2160-0PMID
+OK 20191113010758 http://eprints.undip.ac.id/26971/1/fuull_taxt(r).pdf
+OK 20200623145557 https://doi.org/10.1002/bjs.9752
+OK 20190620165706 http://dx.doi.org/10.1038/350398a0
+MISS NA http://www.business.otago.ac.nz/finc/research/NZFC06/Papers/RegFD.pdf
+OK 20200502014500 https://doi.org/10.1093/emboj/cdg201
+OK 20180602200010 https://doi.org/10.1126/science.133.3463.1478-a
+OK 20180602014936 https://doi.org/10.1371/journal.pone.0142124
+OK 20191030032236 http://www.let.uu.nl/~martin.vanbruinessen/personal/publications/index-text.html
+MISS NA http://journal.yasar.edu.tr/wp-content/uploads/2011/07/no4_vol1_05_efdal_sevincli.pdf.Erişim
+MISS NA http://www.twolittlegirls.org/ufiles/2009-10_UKTA_NPM.pdf
+OK 20210419115135 http://www.qedu.org.br
+MISS NA https://www.iea.org/media/weowebsite/energymodel/documentation/Methodology_FossilFuelSubsidies.pdfEnergySubsidiesbyCountry2015,www.iea.org/statistics/resources/energysubsidies/.Accessed1
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/11591212
+OK 20210409060318 https://federalregister.gov/a/2016-11867
+OK 20200930154519 http://www.comsys.co.uk/wvr_main.htm
+OK 20200610103105 http://www.teses.usp.br/teses/disponiveis/27/27151/tde-05112010-105831/pt-br.php
+OK 20201110071451 http://dx.doi.org/10.1038/nature12040
+OK 20140712043813 http://www.diariodocentrodomundo.com.br/indo-para-a-africa-espero-que-nao-pegue-aids-a-saga-de-um-post-racista-e-os-nossos-dias/
+OK 20180603100042 https://doi.org/10.18632/oncotarget.13209
+OK 20170723140111 http://www.fda.gov/Food/FoodSafety/FoodContaminantsAdulteration/Metals/ucm319916.htm
+OK 20210320111335 https://www.riigiteataja.ee/en/eli/517112017003/consolide
+OK 20171124171847 http://www.i-a-i.com/cybelepro/
+MISS NA http://www.uptodateonline.com/online.htm
+OK 20210418142923 http://dx.doi.org/10.1021/jf049859g
+MISS NA http://estn1-labusqueda.blogspot.com.ar/2011/08/enrique-arrosagaray-director-de.html
+OK 20200829143312 http://doi.org/10.1093/jxb/erh003
+OK 20200805015210 https://harvardlawreview.org/2013/12/whose-secrets
+MISS NA http://gsabulletin.gsapubs.org/cgi/
+MISS NA http://scielo.sld.cu/scielo.php?script=sciarttext&pid=S0864-21412012000400003&lng=es&nrm=iso&tlng=es
+OK 20180612134422 https://doi.org/10.1007/s00603-014-0623-8
+MISS NA http://dx.doi.org/10.1046/j.1439037X.2002.00563.x
+OK 20180602000254 https://doi.org/10.5902/217976927977
+OK 20160909064224 http://zebrafish.org/zirc/documents/protocols/pdf/health_monitoring/fixing_zebrafish_for_histopathology.pdf
+OK 20180602162202 https://doi.org/10.1002/mop.23673
+OK 20200509064213 http://dx.doi.org/10.1002/app.12954
+OK 20160918144026 www.bundesfinanzministerium.de/Content/DE/Standardartikel/Themen/Europa/Stabilisierung_des_Euro/Zahlen_und_Fakten/europaeische-finanzhilfen-efsf-efsm.html
+MISS NA http://goo.gl/jZ2SfJ
+OK 20171230183242 http://dx.doi.org/10.1016/j.bbamcr.2012.11.018
+MISS NA https://newsela.com/read/BHP-U2-0-
+OK 20100224225735 http://www.etw.de/index.html
+OK 20180602151852 https://doi.org/10.1061/(ASCE)ST.1943-541X.0000882
+OK 20180605062431 https://doi.org/10.1007/s13238-015-0216-7
+OK 20200919103049 https://orcid.org/0000-0001-7185-7165
+MISS NA http://lagic.lsu.edu/lgisc/publications/2005/LGISC-PUB-20051116-00_2005_HURRI-CANE_ATLAS.pdf
+OK 20201224022350 https://doi.org/10.1038/cddis.2016.67
+OK 20210327050902 https://doi.org/10.1073/pnas.0830918100
+OK 20210128012247 http://www.ictioterm.es/nombre_cientifico.php?nc=235
+OK 20210414235155 http://www.ecologyandsociety.org/vol11/iss1/art12/
+OK 20190904215939 http://ds.arcelormittal.com/wiresolutions/steelfibres/products/hooked_end_fibres_he/language/EN
+OK 20200824200350 https://doi.org/10.1027/1864-1105/a000222
+MISS NA http://www.washingtonpost.com/world/western-companies-slam-chinas-internetfirewall/2015/02/12/323fa37a-b291-11e4-bf39-5560f3918d4b_story.html〉
+OK 20180602011221 https://doi.org/10.1029/2002JD002992
+MISS NA http://dx.doi.org/10.1093/acprof:oso/9780195165371.001.0001
+OK 20180601224841 https://doi.org/10.1016/j.jaci.2015.01.046
+OK 20150430210523 http://www.hgsi.com/albuferona.html
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/12912972
+OK 20210329201429 https://doi.org/10.1111/joms.12349
+MISS NA http://www.camara.gov.br/proposicoesWeb/fichadetramitacao?idProposicao=126369
+OK 20180602021630 https://doi.org/10.1590/1807-3107BOR-2016.vol30.0021
+MISS NA http://www.statistik-bund.de/micro/e/micro_e.htmStatistischesBundesamt
+MISS NA https://doi.org/10.5663/aps.v7i1.28525
+OK 20180610220118 https://doi.org/10.1007/s11211-005-7366-3
+MISS NA http://dx.doi.org/10.1007/s004280050169
+MISS NA http://www.yushchenko.com.ua/ukr/Past/Unknown_pages_of_history
+OK 20180603103537 https://doi.org/10.1080/0005772X.1977.11097662
+OK 20200814143534 http://dx.doi.org/10.1128/MCB.23.16.5706-5715.2003
+MISS NA http://www.journalofvision.org/content/9/2/24
+OK 20210308035550 https://doi.org/10.1046/j.1365-2311.1998.00145.x
+OK 20210305103812 www.easydata.co.za
+OK 20180604004106 https://doi.org/10.1002/bit.24760
+MISS NA http://dx.doi.org/10.1109/DUE.2015.7102985
+MISS NA http://books.nips.cc/papers/files/nips23/NIPS20100954.pdf
+MISS NA http://dx.doi.org/10.1016/j.coms.2015.08.002
+OK 20180605065334 https://doi.org/10.1016/j.advwatres.2007.02.005
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S002221510008155X
+OK 20210415080454 http://www.mycobank.org/
+OK 20200618010000 https://doi.org/10.1029/2003JD004460
+MISS NA http://www.bibelwissenschaft.de/online-bibeln/compatívelcomNESTLE-NESTLE--ALAND.NovumTestamentumGraece
+OK 20170629222636 http://slovarius.com/page/govorun.php
+OK 20131216203608 http://works.bepress.com/heleneke/1
+OK 20210404215004 http://www.mte.gov.br
+OK 20180603004552 https://doi.org/10.1136/tc.2007.020180
+OK 20180602234919 https://doi.org/10.4103/0301-4738.67042
+OK 20170810024456 http://www.tate.org.uk/whats-on/tate-modern/exhibition/between-cinema-and-hard-place
+MISS NA http://dx.doi.org/10.1080/0269249X.2007.9705724
+MISS NA http://seer.ufms.br/index.php/RevTH/article/view/472/273
+OK 20201205160443 https://doi.org/10.1146/annurev.energy.29.062403.102142
+OK 20201021013644 https://doi.org/10.1039/C5RA11298B
+MISS NA https://www.cancer.org/content/dam/cancer-org/research/cancer-facts-and-statistics/annu-al-cancer-facts-and-figures/2017/cancer-facts-and-figures-2017.pdf
+MISS NA http://www.forbes.com/sites/jasonbloomberg/2014/07/11/is-enterprise-architecture-completely-broken/on11
+OK 20050330141540 http://www.hri.org/news/cyprus/tcpr/2003/03-01-03.tcpr.html#02
+OK 20181113134118 http://dx.doi.org/10.1002/hed.20049
+MISS NA https://doi.org/10.1007/s42452-020-2593-7
+OK 20210307221308 https://doi.org/10.1109/ICCV.1998.710815
+OK 20210226113213 http://www.london.nhs.uk
+OK 20210415050711 http://www.jstage.jst.go.jp/browse/jpsa
+MISS NA http://ej.kubagro.ru/2012/04/pdf/60.pdf9
+MISS NA http://www.e-notabene.ru/nb/article_92.html15.зеленковМ.Ю.универсальныефакторызарождениясовременныхмежнациональ-ных(этнических)конфликтов//политикаиОбщество
+OK 20201104213733 https://doi.org/10.1111/j.1523-1739.2011.01774.x
+OK 20111204164928 http://www.suertenich.com/html/moselfr.html
+OK 20180602110901 https://doi.org/10.1061/(ASCE)WR.1943-5452.0000331
+OK 20180602090140 https://doi.org/10.1080/11263504.2010.542318
+OK 20210106022126 https://www.bashhguidelines.org/media/1208/gc-2019.pdf
+OK 20201127011758 https://www.wsj.com/articles/boeing-held-takeover-talks-with-brazilian-aircraft-maker-embraer-1513874742
+OK 20210410223937 http://www.aleqt.com/2013/04/08/article_745619.html
+OK 20180602011526 https://doi.org/10.1542/peds.2011-1548
+MISS NA http://www.cec.org.cn/news/deptnews.asp?id=2871S
+OK 20200813120633 https://doi.org/10.1108/20401461011075017
+OK 20180404191441 http://www.zonarsystems.com/products/zpass-student-tracking/
+OK 20210422135959 http://www.hindawi.com
+OK 20201202073602 http://www.springer.com/us/book/9781852333164
+OK 20180831105102 http://www.iswa.uni-stuttgart.de/ch/forschung/index.html
+OK 20181230191456 http://www.ncbi.nlm.nih.gov/pubmed/25791470
+MISS NA http://dx.doi.org/10.1016/j.compgeo.2017.05.008
+OK 20200116121105 http://dx.doi.org/10.1080/00324720500212255
+OK 20190705133126 http://dx.doi.org/10.3389/fcimb.2012.00012
+MISS NA http://www.youtube.com/watch?v=hr1YJjq0zGII
+MISS NA https://doi.org/10.1016/j.neuroscience.2009.09.009.FROM
+OK 20210415033818 http://www.nature.com/npjschz
+MISS NA https://journalistsresource.org/studies/politics/digital-democracy/social-media-influence-politics-participation-engagement-meta-analysison4.01
+OK 20200722175607 https://doi.org/10.1038/sj.ijo.0802052
+OK 20201020121417 http://okina.univ-angers.fr
+OK 20210122004634 http://genestogenomes.org/gene-drive-more-research-not-more-regulations
+MISS NA http://dx.doi.org/10.1053/jpsu.2003.50107
+OK 20210227074950 http://www.jstatsoft.org/v07/i05
+OK 20200810004823 https://doi.org/10.1177/014920638901500403
+OK 20200508161535 https://doi.org/10.5672/apunts.2014-0983.es.(2019/2).136.06
+OK 20180602021625 https://doi.org/10.2298/TSCI110826141B
+OK 20200418022219 https://doi.org/10.1016/j.fuel.2006.10.024
+MISS NA http://www.scielo.br/pdf/tem/v22n40/1413-7704-tem-22-40-00425.pdf
+MISS NA http://dx.doi.org/10.1111/j.1749-6632.2002.tb04807.x.16
+MISS NA www.theguardian.com/business/2017/dec/05/eublacklistnames17taxhavensandputscaymans
+OK 20210415065433 www.ama-assn.org/ama/pub/physician-resources/medical-ethics/code-medical-ethics/opinion808.page
+OK 20140722165516 http://www.elespectador.com/opinion/apuesta-paz-columna-497798
+MISS NA http://dx.doi.org/10.2214/ajr.135.5.995
+OK 20200806024033 https://doi.org/10.1007/s10648-010-9134-7
+OK 20210308212646 https://doi.org/10.1038/emi.2013.58
+MISS NA https://people.cs.kuleuven.be/~adhemar.bultheel/WWW/WAVE/alltxt.pdf.Aces-sadoem04/09/2015
+MISS NA https://www.ifd-allensbach.de/fileadmin/AWA/AWA2017/Codebuchaus-schnitte/AWA2017_Codebuch_Soziode-mografie_Typologien.pdf
+OK 20180601205420 https://doi.org/10.1596/1813-9450-6869
+OK 20190925042011 http://rwanda.unfpa.org/en/news/accelerating-family-planning-key-nation%E2%80%99s-development
+OK 20180611132700 https://doi.org/10.1007/BF01311021
+OK 20180602063701 https://doi.org/10.5194/acp-15-13633-2015
+OK 20210212010542 http://dx.doi.org/10.1038/nature12271
+OK 20160427090724 http://dx.doi.org/10.1001/archinternmed.2008.559
+OK 20210414172759 https://doi.org/10.1111/j.1540-627X.2007.00225.x
+MISS NA http://www.sciencedirect.com/science/article/pii/S138912860700151X
+OK 20210414213125 https://www.alz.co.uk/research/WorldAlzheimerReport2015.pdf
+OK 20180604034208 https://doi.org/10.1093/geronb/52b.3.p110
+OK 20200501174839 http://www.scielo.br/pdf/rbcsoc/v18n51/15988
+OK 20210308053923 https://support.twitter.com/articles/76036-safety-keeping-your-account-secure#
+OK 20180519111626 https://helda.helsinki.fi/bitstream/handle/10138/152363/Lihasektorin_hintarakenteet.pdf?sequence=1
+MISS NA http://dx.doi.org/10.1038/onc.2010
+MISS NA https://archive.org/details/dieschmetterlin01heingoog
+OK 20210418120701 http://journals.sagepub.com
+MISS NA http://www.dmi.ens.fr/equipes/edp/Reynolds/reynolds.m
+OK 20190927103822 http://cran.r-project.org/web/packages/EcoHydRology/EcoHydRology.pdf
+MISS NA http://www.ieral.org/images_db/noticias_archivos/1899.pdf
+MISS NA http://dx.doi.org/10.3899/jrheum.140420
+OK 20180611124956 https://doi.org/10.1057/978-1-137-55801-5_2
+OK 20201218041419 www.efnarc.org
+OK 20210225131637 http://www.psych.rochester.edu/SDT/questionnaires.php
+OK 20200909062915 https://doi.org/10.1016/j.neuroimage.2005.05.019
+OK 20200510151800 https://doi.org/10.1016/S0378-7206(99)00055-5
+OK 20170216072130 http://www.cms.hhs.gov/Transmittals/Downloads/R90NCD.pdf
+OK 20200212220234 http://www.biodiversitylibrary.org/item/41739#page/7/mode/1up
+OK 20180603193405 https://doi.org/10.1038/nrmicro1494
+OK 20180605051047 https://doi.org/10.1097/MD.0000000000004886
+OK 20170907013048 http://eviacam.sourceforge.net/help/es/contents.htm
+OK 20210419141126 http://www.fda.gov/cder/
+MISS NA http://link.springer.com/article/10.1007/s11368-015-1171-x.DOI:http://dx.doi.org/10.1007/s11368-015-1171-x
+OK 20200905190618 http://www.savethechildren.org.uk/sites/default/files/docs/Lasting_Benefits_low_res_comp_revd_1.pdf
+OK 20200422034426 http://dx.doi.org/10.1080/10635150701748506
+OK 20201109041339 http://www.sciencedaily.com/releases/2010/05/100524143421.htm
+OK 20210228175619 http://www.newyorker.com/culture/cultural-comment/the-first-debate-of-the-twitter-election
+OK 20210326232307 http://alistair.cockburn.us/index.php/Hexagonal_architecture
+OK 20180605084635 https://doi.org/10.1109/TOH.2013.2296306
+MISS NA https://doi.org/10.1016/j.funbio.2019.03.002
+OK 20200211144403 https://doi.org/10.1016/j.procs.2019.06.043
+OK 20210126143927 http://kfindonesia.org/en/the-difference-between-slogan-of-healthy-four-perfect-five-with-balanced-nutrition/
+MISS NA https://ecdc.europa.eu/sites/portal/files/media/en/publications/Publications/healthcare-asso-ciated-infections-antimicrobial-use-PPS.pdf
+MISS NA http://tremedica.org/panacea/IndiceGeneral/n32_tribu­na_neuner­berghammer.pdf
+MISS NA https://www.nutrition.org.uk/nutritionscience/life/pregnancy-and-pre-conception.html?limit=1&start=1
+OK 20201026133042 http://eclipsecon.org/2005/presentations/econ2005-eclipse-way.pdf
+OK 20141223231503 http://www.journalofvision.org/content/4/7/2.full
+OK 20210411010911 http://emruz.info
+OK 20201106232904 http://dx.doi.org/10.1146/annurev.ento.51.110104.151146
+OK 20180604021457 https://doi.org/10.1086/430914
+MISS NA www.lero.ie/sites/default/files/Lero-TR-2015-04_Gerontechnol-ogy.pdf
+OK 20210421091153 https://data2.unhcr.org/en/situations/syria#_ga¼2.99337310.152927787.1526410617-763034142.1524054430
+OK 20150804090059 http://dx.doi.org/10.2174/156652312800840621
+OK 20210303113828 https://eacea.ec.europa.eu/national-policies/eurydice/content/european-higher-education-area-2018-bologna-process-implementation-report_en
+OK 20110101231626 http://www.hollywoodtoday.net/2009/05/06/hollywood-goes-green
+OK 20141115150925 http://niklife.com.ua/world/44173
+OK 20180603062036 https://doi.org/10.1242/dev.136499
+OK 20180602140553 https://doi.org/10.7554/eLife.07864
+OK 20210121091311 http://ago.helion.pl
+OK 20190107193437 http://www.mathworks.com/matlabcentral/fileexchange/33828-generalised-bezier-curve-matlab-code
+OK 20180601215124 https://doi.org/10.1099/jgv.0.000280
+OK 20200216033913 https://doi.org/10.1016/j.vaccine.2017.05.068
+OK 20201108124435 http://www.independent.co.uk/voices/labour-mp-kate-hoey-why-leaving-the-eu-is-a-left-wing-move-a6687936.html
+OK 20201028073458 http://www.thestandard.com/article/0
+OK 20210309022202 http://www.nytimes.com/1993/11/30/science/scientist-at-work-francis-s-collins-unlocking-the-secrets-of-the-genome.html
+OK 20200421083613 https://doi.org/10.1016/j.tins.2011.09.003
+MISS NA http://dx.doi.org/10.1080/01621459.1970.10481074
+OK 20200424121519 http://dx.doi.org/10.1016/j.marpolbul.2005.09.020
+OK 20210404041228 http://www.rfc-editor.org/rfc/rfc2616.txt
+OK 20050213215210 http://www.arl.org/training/webcast/ir/questions.html
+OK 20180602114519 https://doi.org/10.1128/IAI.00177-16
+OK 20210412043527 https://www.ncbi.nlm.nih.gov/pubmed/22952439
+OK 20130218095515 http://www.anpec.org.br/encontro2004/artigos/A04A148.pdf
+OK 20200216150414 http://www.ftm.mw.tum.de/uploads/media/24_Damboeck.pdf
+MISS NA http://dx.doi.org/10.1093/carcin/bgh197
+OK 20130629041322 http://www.csc-scc.gc.ca/text/rsrch/reports/r168/r168_e.pdf
+OK 20161110033434 http://rickwarren.org/devotional/english/the-bible-will-always-survive_306
+OK 20170922194648 http://www.nanosight.co.uk
+OK 20200515052726 https://doi.org/10.2147/CPAA.S64788
+OK 20210415033410 http://dx.doi.org/10.1046/j.1365-2273.1998.00141.x
+MISS NA https://doi.org/10.1016/j.sdj.2014.07.001PMid
+OK 20200617005054 https://doi.org/10.1038/nmeth.1851
+MISS NA http://dpdk.org/,Intel
+MISS NA http://www.vanguardia.com/opinion/columnistas/mauricio-cabrera-galvis/mauricio-cabrera-galvis/79151-la-agenda-internacional-de
+OK 20191008174921 http://nbn-resolving.de/urn:nbn:de
+OK 20180608125837 https://doi.org/10.1046/j.1469-2920.2003.00469.x
+OK 20180602135813 https://doi.org/10.1016/j.dsr2.2004.07.013
+MISS NA https://doi.org/10.2307/41317453
+OK 20180602051715 https://doi.org/10.1371/journal.pone.0009344
+OK 20201112025016 http://pravo.gov.ru/proxy/ips/?docbody=&nd=102710737
+OK 20180604020454 https://doi.org/10.1002/ppsc.201300215
+OK 20200812092046 https://doi.org/10.1016/j.clcc.2014.11.002
+OK 20180604022935 https://doi.org/10.2307/27669414
+OK 20181102191129 http://doc.utwente.nl/67545/
+OK 20181019091731 http://www.drugabuse.gov/news-events/nida-notes/2006/10/marijuana-smoking-associated-spectrum-respiratory-disorders
+MISS NA http://dx.doi.org/10.5205/reuol.5927-50900-1-SM.0807supl201405
+OK 20200217014814 https://www.path.org/publications/files/TS-MCHN_delivery_kit_eval_tanzania.pdf
+OK 20110409150416 http://www.uepg.br/uepg_departamentos/declin/htm/LUAC_normas_termo.pdf
+OK 20180601233444 https://doi.org/10.1371/journal.pone.0044852
+OK 20210227025659 http://www.qualitative-research.net/fqs-texte/3-04/04-3-41-e.htm
+OK 20201120013856 https://net.jogtar.hu/jr/gen/hjegy_doc.cgi?docid=99700140.TV
+MISS NA http://press.psprings.co.uk/adc/september/adc302196.pdf
+OK 20201205232224 https://www.theguardian.com/uk-news/2019/jun/12/asylum-seekers-in-glasgow-face-eviction-threat-as-serco-revives-lock-change-scheme
+OK 20210420111146 https://gdpr-info.eu
+MISS NA http://www.usrds.org/Accessed
+OK 20180602192704 https://doi.org/10.5588/ijtld.13.0742
+OK 20210227031120 http://www.kasrl.org/jaffe.html
+OK 20201015093504 https://doi.org/10.1016/j.fcr.2013.03.021
+MISS NA https://doi.org/10.1093/jn/130.5.1471S
+OK 20051028150336 http://lepur03.geo.ulg.ac.be
+MISS NA http://link.aps.org/supplemental/10.1103/PhysRevLett.110.108106
+OK 20210415150317 http://www.who.int/mediacentre/factsheets/fs115/en/
+OK 20180728091801 http://www.un.org/en/ga/search/view_doc.asp?symbol=S/2003/1053
+MISS NA http://www.fen.ufg.br/revista/v10/n2/v10n2a22.htm10
+OK 20210415035601 https://atlas.ripe.net/
+OK 20180602223918 https://doi.org/10.1080/03610920802474465
+MISS NA http://www2.camara.leg.br/legin/fed/consti/
+OK 20210422074412 http://www.regulations.gov/#!documentdetail
+OK 20210224143213 http://dx.doi.org/10.1145/302979.303053
+OK 20201112015110 https://micromobility.io/blog/2019/2/23/the-micromobility-definition
+OK 20140610023334 www.dcc.ufrj.br/~braganholo/artigos/RT-guilherme.pdf
+OK 20180609000331 http://doi.org/10.1016/j.visres.2006.08.029
+OK 20210422092118 https://kubernetes.io/
+OK 20210103203555 https://doi.org/10.1186/s12911-015-0225-8
+OK 20200531090020 http://www.css.ethz.ch/publications/newsletter_CAD_EN
+OK 20210418030025 http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=9041346
+OK 20180412170941 http://www.mwud.gov.et/web/hawassa/home
+MISS NA http://www5.hdb.gov.sg/__4825664f00449b89.nsf/0/4cc7f3d432003dcf48256fd90029fc6b
+OK 20210115164435 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4619316/
+OK 20200205164147 https://doi.org/10.6220/joq
+OK 20160913150433 http://www.bomacanada.ca/about/about_index.html
+OK 20200505223636 https://doi.org/10.1590/1413-82712015200204
+OK 20180613212429 https://doi.org/10.1016/j.chemosphere.2008.06.067
+OK 20210419173542 http://dx.doi.org/10.1128/JCM.40.9.3296-3299.2002
+OK 20210421053206 http://app.vlex.com/#WW/search/*/la+mediaci%C3%B3n%3A+continuidad/WW/vid/414
+OK 20150913122101 http://dx.doi.org/10.1016/j.vaccine.2004.09.016
+MISS NA http://aeq.sagepub.com/cgi/doi/10.1177/07417130022087035
+OK 20180601232139 https://doi.org/10.3389/fpls.2015.00064
+OK 20170212011142 http://www.dartmouth.edu/~sschaner/main_files/Schaner_LongRun.pdf
+OK 20210420150206 http://antcat.org
+OK 20200812010201 http://doi.org/10.1016/j.jad.2018.06.030
+OK 20200728233311 https://doi.org/10.5194/wes-4-355-2019
+OK 20200910132318 http://www.ala.org/alcts/mgrps/camms/grps/ats-ccsdgcomp
+OK 20201130105444 https://www.who.int/nutgrowthdb/jme_brochoure2017.pdf
+MISS NA http://dera.ioe.ac.uk/id/eprint/24685
+MISS NA http://dx.doi.org/10.1091/mbc.E06-01-0076
+MISS NA http://america.aljazeera.com/articles/2013/8/17/-paying-the-rentforourprotectors.htmlaccessed4
+MISS NA http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1242182
+OK 20201225085347 http://opendata.hira.or.kr/home.do#none
+OK 20100825231852 http://dx.doi.org/10.1046/j.1463-1326.1999.00030.x
+OK 20180603113445 https://doi.org/10.1093/hmg/ddu284
+OK 20210211235506 http://www.E-psikologi.com
+OK 20210416213131 https://doi.org/10.1175/JCLI-D-15-0556.1
+OK 20210415234313 https://doi.org/10.1038/s41598-017-09074-8
+OK 20210414222118 http://dx.doi.org/10.1037/0012-1649.40.2.177
+OK 20210415041843 www.impactjournals.com/oncotarget
+OK 20110208171549 http://www.europarl.eu.int/plenary/default_en.htm
+OK 20180327065813 http://svrtmp.main.conacyt.mx/ConsultasPNPC/ayuda.php
+OK 20180603103812 https://doi.org/10.1023/A:1006393326985
+OK 20210327115054 http://cdn.nmc.org/media/2014-nmc-horizon-report-he-EN-SC.pdf
+MISS NA http://www.jbc.org/content/275/3/2137
+OK 20210422132054 http://www.archive.org/web
+MISS NA http://garfield.web.cern.ch/garfield/Veenhof
+MISS NA fct.unesp.br/index.php/formacao/article/viewFile/835/849
+MISS NA https://www.mssanz.org.au/modsim2013/M1/sullivan.pdfhttps://doi.org/10.36334/modsim.2013.M1.sullivan
+OK 20190903130809 https://nsuworks.nova.edu/cps_facarticles/506
+OK 20201130141922 http://www.las2orillas.co/la-absoluta-necesidad-de-verdad/
+MISS NA https://www.canada.ca/content/dam/phac-aspc/documents/services/publications/science-research/key-health-inequalities-canada-national-portrait-executive-summary/hir-full-report-eng.pdf.Acessoem
+OK 20210404035811 https://doi.org/10.1371/journal.pone.0003755
+OK 20200924220210 https://doi.org/10.5465/amr.2003.8925236
+OK 20210309104944 https://gdt.gradepro.org/app/handbook/handbook.html
+OK 20160603063550 http://dx.doi.org/10.1371/journal.pone.0107216
+OK 20170213091524 http://www.pi.ac.ae/PI_ACA/me/undergraduate/curriculum.php
+OK 20210318023810 https://doi.org/10.1126/science.1227279
+OK 20210419202509 http://scaruffi.com/politics/disaster.html
+OK 20201020010759 http://www.garant.ru/products/ipo/prime/doc/70006124/#ixzz2trOJdpQX
+MISS NA http://dx.doi.org/10.1016/j.ijedudev.2010.09.00411
+MISS NA http://dx.doi.org/10.1016/j.mol-cel.2011.11.032
+OK 20180605074909 https://doi.org/10.1016/j.cell.2005.04.013
+OK 20170809081238 http://www.diee.unica.it/DRIEI/tesi/19_mannaro.pdf
+MISS NA http://dx.doi.org/10.9770/jesi.2014.1.4
+OK 20200905062128 https://doi.org/10.1186/s13059-017-1151-0
+OK 20200709103110 https://doi.org/10.1002/hrdq.3920070103
+OK 20180603102931 https://doi.org/10.1080/14649350802041654
+MISS NA http://www.bpi.da.gov.ph/Publications/html
+OK 20200901101513 https://doi.org/10.9778/cmajo.20140053
+MISS NA www.recoverydevon.co.uk/download/Review_of_Recovery_Measures.pdf
+MISS NA availableatwww.thestar.com.my/News/Nation/2014/05/19/teluk-intan-by-election-dyana-sofya-mother-gives-backing/
+MISS NA Availableonlineatwww.guardian.co.uk/world/2012/aug/17/pussy-riot-verdict-defiance
+OK 20201101013400 www.dtz.com
+OK 20200227101911 https://doi.org/10.1108/00251741211238364
+OK 20210422103000 http://www.ons.gov.uk
+OK 20210419113930 https://doi.org/10.1086/518527
+OK 20161223111023 http://www.aoa.gov/AoARoot/AoA_Programs/HPW/HIV_AIDS/index.aspx
+OK 20210325222111 http://www.hhs.gov/opa/title-x-family-planning
+OK 20201129074147 http://www.nordregio.org/nordregio-magazine/issues/reforms-sweeping-over-the-nordic-countries/why-did-the-finnish-local-government-reform-of-2011-fail/
+OK 20170120173945 http://www.mos.gov.pl/g2/big/2009_06/e97e2a07ce29b48c19f462f83a6bf1a9.pdf
+MISS NA http://dx.doi.org/10.1128/JVI.74.8.3761-3770
+OK 20210328095738 https://www.ncjrs.gov/pdffiles1/ojjdp/193409.pdf
+OK 20191222201915 http://news.weill.cornell.edu/news/2014/05/tests-for-double-stranded-dna-fragments-in-exosomes-could-lead-to-earlier-easier-cancer-diagnoses-an
+OK 20180610223635 https://doi.org/10.1016/j.technovation.2014.04.002
+MISS NA https://doi.org/10.1016/j.jrp.2018.02.008
+OK 20210211071724 http://www.abra-pc.com.br
+OK 20180602050803 https://doi.org/10.2460/javma.2001.218.1939
+OK 20180613082221 http://doi.org/10.1016/j.petrol.2005.06.013
+OK 20210309172534 http://www.aydin.edu.tr/belgeler/IAU-STEM-Egitimi-Turkiye-Raporu-2015.pdf
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/01973533.1995.9646129
+MISS NA www.mm.wiwi.uni-due.de/fileadmin/fileupload/BWL-MEDMAN/Forschung/AbschlussberichtPatienteninformationen
+OK 20180609193325 https://doi.org/10.1016/j.jchf.2014.12.014
+OK 20200215170535 https://doi.org/10.1038/ncomms5624
+OK 20201108131802 www.dn.se/nyheter/sverige/mikael-holmstrom-hur-manga-kanoner-har-egentligen-sverige/
+OK 20200830013452 http://www.cartillaciudadania.mercosur.int/oldAssets/uploads/DEC_064-2010_PT_Estatuto%20Cidadania.pdf
+OK 20170531105038 www.nv-online.info/by/56/300/10532
+MISS NA https://doi.org/10.1186/s12885-018-4012-7
+MISS NA http://definitivehc.com/.Accessed25
+OK 20210422083349 http://www.r-project.org
+OK 20180608190302 https://doi.org/10.1007/BF00044113
+OK 20200109090859 http://www.openmobilealliance.org/Technical/current_releases.aspx
+OK 20200711150021 https://doi.org/10.1068/b2634
+OK 20180601211652 https://doi.org/10.1029/2004GL021475
+OK 20210422050221 http://www.boost.org
+OK 20180602183040 https://doi.org/10.1590/S0101-31222007000200011
+OK 20201023025313 http://www.cryst.ehu.es/cgi-bin/cryst/programs/bandrep.pl
+MISS NA https://www.atsdr.cdc.gov/ToxProfiles/tp.asp?id=389&tid=67
+OK 20160418060922 http://promenad.hu/cikk/logisztikai-kozpontta-tennek-magyarorszagot-164175
+MISS NA http://duff.geology.wash-ington.edu/data/raster/lidar/
+OK 20180603132059 https://doi.org/10.1196/annals.1302.017
+MISS NA http://links.jstor.org/sici?sici=0737-0008%28198421%291%3A2%3C117%3ARTOCAC%3E2.0.CO%3B2-%23
+OK 20210413053131 http://dx.doi.org/10.1016/0921-4488
+MISS NA https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4496352/
+MISS NA http://www.iaea.org/programmes/nafa/d4/public/d4_pbl_5_1
+MISS NA http://www.spiegel.de/international/spiegel-interview-with-kazuo-ishiguro-i-remain-fascinated-by-memory%20a-378173.html
+OK 20200724192533 https://doi.org/10.1371/journal.pone.0176527
+OK 20130615132352 http://www.dfps.state.tx.us/documents/about/Data_Books_and_Annual_Reports/2008/Databook/DataBook08.pdf
+OK 20200901052223 http://discovery.ucl.ac.uk/15183/1/15183.pdf
+OK 20201016042414 https://www.bbc.com/news/world-europe-37409456
+OK 20210112041604 http://www.euro.who.int/en/what-we-do/data-and-evidence/databases/european-health-for-all-database-hfa-db2
+OK 20200107152623 https://doi.org/10.1016/S0006-3495
+OK 20210415155216 http://www.bartleby.com/114/
+MISS NA http://dx.doi.org/10.1515/9781400845903
+MISS NA http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDTEMP&filename=TJJC201906034&v=
+MISS NA https://goo.gl/eZ3HdW
+OK 20200123142042 http://cybertesis.unmsm.edu.pe/handle/cybertesis/912
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/15576386
+OK 20200701041104 http://dx.doi.org/10.1093/ije/dyp277
+OK 20090703144345 http://www.rec.org/default.html
+OK 20170722015917 https://play.google.com/store/apps/details?id=com.thermofisher.mobile.android.btservicemodule.app&hl=en
+MISS NA https://doi.org/10.1016/s0048-7333
+MISS NA http://www.eurelectric.org/media/44143/roleofdsosasinformationhubsfinaldraft10-06-10-2010-200-0001-01-e.pdf
+OK 20210321021350 http://dx.doi.org/10.1101/gr.097261.109
+OK 20121008053234 http://www.eurobank.gr/Uploads/Reports/
+MISS NA https://www.jstor.org/stable/41406290
+OK 20200616022123 https://doi.org/10.1186/s13287-016-0362-8
+MISS NA http://dx.doi.org/10.1002/hec.2811
+MISS NA http://www.farsnews.net/newstext.php?nn=8902250231
+MISS NA https://doi.org/10.1016/S0022-3913
+OK 20160818142533 http://www.acri.org.il/en/knesset/amutot-law/
+OK 20110708043931 http://www.pork.org/Resources/985/SowHousingForum.aspx
+OK 20180603004921 https://doi.org/10.1016/j.ejmhg.2014.08.008
+OK 20190309160123 https://doi.org/10.1101/gad.1682108
+OK 20160118100928 http://dx.doi.org/10.1080/03057925.2013.797721
+OK 20200807145152 https://doi.org/10.1016/j.ijnurstu.2009.02.010
+OK 20170107200348 http://dx.doi.org/10.1007/s00216-007-1462-1
+OK 20201003062809 https://doi.org/10.1029/2011JD016457
+MISS NA http://www.crd.york.ac.uk/PROSPERO_REBRANDING/display_record.asp?ID=CRD42016038715
+OK 20190507160056 https://doi.org/10.5194/se-2019-31
+MISS NA http://www.zeit.de/politik/deutschland/2013-10/armutsfluechtlingeBAMF
+OK 20200609004610 https://doi.org/10.1016/j.foodpol.2013.10.010
+OK 20151025141526 http://www.ft.com/cms/s/0/abf1599e-c02d-11df-b77d-00144feab49a.html
+OK 20210122021229 http://www.cervantesvirtual.com/obra-visor/libros-de-caballerias-castellanos-textos-y-contextos/html/6220ef90-a0f6-11e1-b1fb-00163ebf5e63_3.html#I_0_
+OK 20210417040310 https://www.cdc.gov/mmwr/preview/ind2015_su.html
+OK 20210308024549 https://doi.org/10.1016/j.neuroimage.2015.05.030
+MISS NA https://www.pvv.nl/36-fj-related/geert-wilders/8541-speech-us-11082015.html.Gesehen01.03
+MISS NA http://turevisorfiscal.com/prestaciones-sociales/UniversidaddeMurcia
+MISS NA http://dx.doi.org/10.1016/0144-2880
+OK 20190929025449 http://dx.doi.org/10.1037/0003-066X.60.2.149
+OK 20170704033009 http://www.stats.uwo.ca/faculty/aim/RPackages.htm
+OK 20180827125709 http://www.euklems.net/TCB/2017/Metholology_EU%20KLEMS_2017.pdf
+OK 20201110025534 http://arxiv.org/abs/1611.08699
+OK 20210422171746 http://www.google.com
+MISS NA https://info.gbv.de/pages/viewpage.action?pageId=41557513#LOK-Umzug
+MISS NA http://enssibal.enssib.fr/bibliotheque/documents/dcb/penichon-dcb16.pdf.Stanzdnia26.02
+MISS NA https://doi.org/10.1128/mBio.02869-18
+OK 20180609214959 https://doi.org/10.1016/j.resconrec.2010.01.012
+OK 20210422154046 https://cloud.google.com/translate
+OK 20210421015140 http://www.bls.gov/Lau/#DataDate
+OK 20210419162747 http://www.who.int/gho/publications/world_health_statistics/EN_WHS2013_Full.pdf
+OK 20210218230240 https://doi.org/10.1038/s41598-019-43466-2
+OK 20070922153331 http://www.universiabrasil.net/materia/imprimir.jsp?id=5939
+OK 20210308035624 https://doi.org/10.2307/2183914
+MISS NA http://bit.ly/2uAJVtE
+MISS NA http://dx.doi.org/10.1108/QAE-07-2013-0031
+OK 20200721220140 https://doi.org/10.1017/pan.2016.5
+MISS NA https://doi.org/10.1016/j.technovation.2007.01.003
+OK 20160315144635 http://dx.doi.org/10.1586/era.12.1
+OK 20080922031913 http://www.hollywoodreporter.com/hr/content_display/technology/news/e3i8fcb5100629836e66545efa0a74791ad
+MISS NA https://doi.org/10.1017/S0395264900079646
+OK 20090223230442 https://www.ncbi.nlm.nih.gov/pubmed/18649615
+MISS NA http://alexandria.tue.nl/extra2/750268.pdf
+MISS NA http://myais.fsktm.um.edu.my/5649/1/Chin_MK.pdfDainoff
+MISS NA https://doi.org/10.1057/s41262-019-00158-6
+OK 20200103020105 https://doi.org/10.1099/vir.0.19285-0
+OK 20180602133353 https://doi.org/10.11114/jets.v4i2.1145
+OK 20210309061013 http://atilf.atilf.fr/tlf.htm
+OK 20180602063235 https://doi.org/10.15241/gb.4.5.426
+OK 20201205225847 http://bitcoinist.com/understanding-privacy-anonymous-bitcoin/
+OK 20150112211635 http://javiermariasblog.wordpress.com/2012/04/
+MISS NA http://dx.doi.org/10.1016/j.jcp.2014.12.017
+OK 20180602152712 https://doi.org/10.1155/2015/871545
+OK 20180612173359 http://doi.org/10.1088/1741-2560/11/3/035009
+OK 20180611102750 https://doi.org/10.1016/S0006-291X(02)00906-3
+OK 20110822004350 http://e.elcomercio.pe/66
+OK 20151005034150 http://dx.doi.org/10.1111/j.1750-8606.2009.00110.x
+OK 20180602090524 https://doi.org/10.1038/srep29176
+OK 20200730183833 https://www.cepal.org/es/publicaciones/38713-estudio-economico-de-america-latina-y-el-caribe-2015-desafios-para-impulsar-el
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+OK 20130624041016 http://dx.doi.org/10.1016/j.advengsoft.2008.03.016
+MISS NA http://dx.doi.org/10.1111/prd.12146
+OK 20200822032535 http://inep.gov.br/sinopses-estatisticas-da-educacao-superior
+OK 20200915103432 https://doi.org/10.1111/dar.12136
+OK 20210205060623 https://doi.org/10.1073/pnas.1313093111
+MISS NA http://www.ninds.nih.gov.ezproxy1.library.usyd.edu.au/disorders/taysachs/taysachs.htm
+OK 20200824002135 http://management.journaldunet.com/dossiers/031115cominterne/wiki.shtml
+MISS NA www.bti-project.de/fileadmin/
+OK 20171226141447 http://uaforeignaffairs.com/ua/ekspertna-dumka/view/article/jevropeiska-identichnist-jevropa-bez-kordoniv-i-zha/
+OK 20190429024158 https://www.ippf.org/sites/default/files/2016-07/Male%20Engagement%20in%20HIV%20response%20-%20A%20Platform%20of%20Action.pdf
+OK 20180602172911 https://doi.org/10.4236/jwarp.2014.612102
+MISS NA http://www.stf.jus.br/arquivo/informa-tivo/documento/informativo34.htm
+OK 20180604193224 https://doi.org/10.1177/1933719113477493
+OK 20210415124249 https://doi.org/10.1002/jcc.20084
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/30196395
+MISS NA http://www.cartercenter.org/healthprogramas/2041_adoc6.htmcadernosdeestudosafricanos•janeiro-junhode
+OK 20210419062503 http://clinicaltrials.gov/ct2/show/NCT00277576
+OK 20180603220614 https://doi.org/10.1002/jmv.21078
+OK 20180602080137 https://doi.org/10.3109/02770903.2010.528498
+MISS NA https://www.kommersant.ru/doc/86894
+OK 20210413025100 http://mc.manuscriptcentral.com/
+MISS NA http://www.uncfsp.org/sptv/?sptv_episode5SPOTLIGHT13
+OK 20200815134851 https://doi.org/10.1592/phco.29.7.879
+MISS NA http://dx.doi.org/10.2307/1439498
+OK 20200421192714 http://www.telegraph.co.uk/culture/tvandradio/8305806/My-Big-Fat-Gypsy-Wedding-what-if-ignorance-really-is-bliss.html
+OK 20200816055900 http://dx.doi.org/10.1016/j.scs.2018.01.053
+MISS NA http://dx.doi.org/10.4248/IJOS.09044
+MISS NA https://canceraustralia.gov.au/affected-cancer/cancer-types/breast-cancer/breast-cancer-statistics.Accessed4th
+OK 20170324203833 http://www.ncbi.nlm.nih.gov/books/NBK64750
+OK 20210221213129 https://www.ams.org/journal-terms-of-use
+OK 20200225210740 http://net.jogtar.hu/jr/gen/hjegy_doc.cgi?docid=99900009.SCM
+MISS NA https://bit.ly/2H0a4X7
+MISS NA www.parl.gc.ca/PDF/37/1/parlbus/chambus/house/debates/Han178-E.PDF.Accessed
+MISS NA http://www.cardiosource.com/cvn/index.asp?videoIDϭ1459
+OK 20160305010516 http://www.issg.org/database/species/ecology.asp?si=91&fr=1&sts=&lang=EN
+OK 20200702150007 https://doi.org/10.1016/j.chom.2014.04.004
+OK 20210402130238 www.chiefscientist.nsw.gov.au/__data/assets/pdf_file/0006/38337/NSW-Chief-S-and-E-Methane-Origins-28_11_13_LS-v2.pdf
+MISS NA http://www2.toyo-bunko.or.jp/pada11Juli
+MISS NA http://dx.doi.org/10.7819/rbgn.v20i3.3947
+OK 20210417035417 http://www.intel.com/products/processor/manuals/
+MISS NA http://www.sun.com/servlet/,lastvisited
+OK 20180602090849 https://doi.org/10.1002/jmri.23744
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20171213172251 http://www.soton.ac.uk/~ajk/options/welcome.html
+OK 20210226032138 http://www.mma.gov.br/estruturas/chm/_arquivos/biodiversidade31.pdf
+MISS NA http://dx.doi.org/10.5772/intechopen.83716
+OK 20160810014326 http://dx.doi.org/10.1016/j.fcr.2009.10.013
+MISS NA http://sociology.cass.anu.edu.au/sites/default/files/docu-ments/2014_Gambling_Expenditure.pdf
+OK 20110414174900 http://dx.doi.org/10.1016/j.molimm.2010.12.022
+OK 20130925030442 http://www.scribd.com/doc/13455539/applying-renewable-energy-technology-in-malaysia-case-study-for-building-integrated-photovoltaics/
+OK 20210421060748 https://treasury.gov.au/coronavirus
+MISS NA http://arxiv.org/abs/1407.1961
+MISS NA tinyurl.com/arbewqj
+OK 20070206174301 http://www-cse.ucsd.edu/users/goguen/ps/ha.ps.gz
+OK 20180602224258 https://doi.org/10.1016/j.ejor.2012.11.019
+MISS NA http://www.alcal-diabogota.gov.co
+MISS NA https://doi.org/10.1097/00005373-198002000-00012PMid
+OK 20210416100431 http://www.mayoclinic.com/health/post-traumatic-stress-disorder/DS00246/DSECTION=risk-factors
+OK 20200920194305 http://www.wsp.org/sites/wsp.org/files/publications/ConstructedWetlands.pdf
+OK 20200724075820 http://urn.kb.se/resolve?urn=urn:nbn:se:su:diva-89710
+OK 20180603065505 https://doi.org/10.2307/3210858
+OK 20200825022508 http://linkinghub.elsevier.com/retrieve/pii/S0141029614004398
+OK 20210413192106 http://ssrn.com/abstract=668424
+OK 20170803014310 http://onlinelibrary.wiley.com/doi/10.1002/9780470712184.fmatter/summary
+OK 20180602140952 https://doi.org/10.1371/journal.pone.0011520
+OK 20190124140354 http://www.confindustriaceramica.it/site/home/eventi/documento4981.html
+OK 20210228020012 https://doi.org/10.1098/rstb.2008.0284
+OK 20200717120007 http://publications.gc.ca/site/eng/458617/publication.html
+OK 20180603015758 https://doi.org/10.1038/sj.onc.1201877
+OK 20200722192949 https://doi.org/10.1038/nrd3030
+OK 20210415143331 http://www.whitehouse.gov/sites/default/files/blueprint_secure_energy_future.pdf
+MISS NA http://www.elfaro.net/es/201306/noti-cias/12563/
+OK 20180610112200 https://doi.org/10.1017/S0007114514000609
+OK 20120227091441 http://www.whfoods.com/genpage.php?tname=foodspice&dbid=126.html
+OK 20201109010905 http://cyber.law.harvard.edu/publications/2009/Mapping_the_Arabic_Blogosphere
+OK 20160610213334 http://dx.doi.org/10.1159/000353619
+MISS NA http://science.sciencemag.org/content/300/5623/1245.full.pdf.8
+MISS NA http://2015.moodlemoot.in.ua/course/view.php
+MISS NA http://www.wu.ac.at/iqv/mitarbeiter/gstach/io_intro.pdf
+MISS NA http://dx.doi.org/10.1210/endo.141.11.7762http://dx.doi.org/10.1210/en.141.11.3965
+OK 20210418074151 www.sachverstaendigenrat-wirtschaft.de
+OK 20201117000251 http://dx.doi.org/10.1073/pnas.96.16.9083
+OK 20200925005327 https://doi.org/10.1016/S2468-2667(17)30045-2
+OK 20180604144007 https://doi.org/10.1111/1467-8683.00271
+OK 20061203025612 http://portal.onu.org.do/contenidos/archivos/12%20Etica%20y%20DH%20AC.pdf
+MISS NA http://pendientedemigra-cion.ucm.es/info/arqueoweb/pdf/7-2/balleste-ros.pdf
+OK 20210309022713 http://lwn.net/Articles/368869/
+OK 20200501115000 www.iotech.com
+OK 20210224044847 www.ipss.go.jp/ps-doukou/j/doukou15/NFS15_reportALL.pdf
+MISS NA http://dx.doi.org/10.1371/journal.pone.0076743
+MISS NA https://webcowgirl.wordpress.com/tag/one-on-one-festival/
+OK 20200723024810 https://doi.org/10.5194/gmd-2020-80
+MISS NA http://www.skatteverket.se/foretagorganisationer/skatter/punktskatter/energiskatter.4.18e1b10334ebe8bc8000843.htmlICESAdvice
+MISS NA http://dx.doi.org/10.1371/journal.pone.0056131
+MISS NA https://www.akade-mienunion.de/fileadmin/redaktion/user_upload/Publikationen/Stellungnahmen/3Akad_Stellungnahme_Evidenzbasierung_2015_web.pdf
+MISS NA http://dx.doi.org/10.1016/j.cej.2012.07.052
+MISS NA http://dx.doi.org/10.1016/j.neuroimage.2015.05.047
+OK 20200720142503 https://doi.org/10.2105/AJPH.2006.098418
+MISS NA https://cyberleninka.ru/article/v/sotsialno-ekonomicheskie-faktory-prodovolstvennoy-bezopasnosti-regionov
+MISS NA http://dx.doi.org/10.1016/j.ocecoaman.2015.03.004
+OK 20150505162954 http://dx.doi.org/10.1061/(ASCE)EI.1943-5541.0000053
+OK 20210414224641 http://www.consecol.org
+OK 20210129102145 www.palgrave-journals.com/ap
+MISS NA https://doi.org/10.1111/j.1460-9568.2008.06450.xPMID
+OK 20180602030727 https://doi.org/10.1080/05704928.2010.483674
+OK 20191108153321 http://www.fpri.org/enotes/201002.owens.civilmilitaryrelations.html
+MISS NA http://dx.doi.org/10.1590/S0102-09352002000600016
+OK 20180609193928 https://doi.org/10.1016/j.bbrc.2013.01.002
+MISS NA http://cds.cern.ch/record/327303
+MISS NA atwww.isealalliance.org/sites/default/files/ISEAL_Assurance_Code_Presentation.ppt
+OK 20170718121145 http://onlinelibrary.wiley.com/doi/10.1111/zph.12364/full
+OK 20210113174930 https://doi.org/10.18546/RFA.01.1.02
+OK 20210126094117 https://doi.org/10.1016/j.vetimm.2008.07.003
+OK 20190913134048 http://www.exergy.se/goran/thesis/index.html
+MISS NA http://www.irisa.fr/metiss/bsseval/
+OK 20201028205446 http://gigaom.com/2007/05/20/virtual-world-population-50-million-by-2011/
+MISS NA http://www.wjgnet.com/esps/helpdesk.aspxhttp://www.wjgnet.com
+OK 20180612081305 https://doi.org/10.1016/j.cub.2005.09.046
+MISS NA http://dx.doi.org/10.1002/bjs.5530
+OK 20180603110552 https://doi.org/10.1210/er.2006-0035
+OK 20130615043354 http://www.mte.gov.br/fisca_trab/inclusao/legislacao_2_4.asp
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/29497149
+OK 20150717194624 http://www.journalofvision.org/content/1/1/1
+OK 20200723165434 http://www.inep.gov.br/download/censo/2005/resultados_censo2005.pdf
+OK 20180603012335 https://doi.org/10.1002/ana.22380
+OK 20081004131543 http://www.bostikindustrie.nl
+OK 20120306234412 http://kn.theiet.org/magazine/issues/0901/carbon-swindle-0901.cfm
+OK 20210415091345 https://www.nber.org/papers/w16939
+OK 20210419074113 https://doi.org/10.1148/radiol.2018172765
+OK 20050909043721 www.dol.gov/wb/wb_pubs/achart.htm
+OK 20180601215519 https://doi.org/10.1159/000052910
+MISS NA http://www.derm101.com/content/32781
+MISS NA http://dx.doi.org/10.1063/1.4803853foraderivation
+OK 20180603122958 http://doi.org/10.1051/lait:2004012
+MISS NA http://eprints.rclis.org/16230/1/Ad%20142%20Ripoll%20Mont%20Anales%20de%20
+OK 20210126144915 http://epp.eurostat.ec.europa.eu/portal/page/portal/esa_2010/introduction
+OK 20180611181131 https://doi.org/10.1046/j.1365-2958.2001.02226.x
+MISS NA https://doi.org/10.1021/acs.chemrestox.8b00371
+OK 20170728231002 http://www.turistinfo.ro/judet-maramures/
+MISS NA http://www.jstor.org/stable/2460847
+OK 20200921084842 http://observatorio.ministeriodesarrollosocial.gob.cl/casen-multidimensional/casen/docs/CASEN_2015_Situacion_Pobreza.pdf
+MISS NA http://dx.doi.org/10.1371/journal.pone.0037992
+OK 20180604013020 https://doi.org/10.1093/eurheartj/ehi511
+OK 20180603082416 https://doi.org/10.1016/j.measurement.2016.05.028
+OK 20210415133850 http://www.stat.cmu.edu/~cshalizi/almost-none/
+OK 20210413200530 http://envfor.nic.in/legis/env/env1.html
+MISS NA http://www.datasus.gov.br/cid10/v2008/cid10.html
+OK 20180604100104 https://doi.org/10.1186/s13148-017-0387-6
+MISS NA es.la.que.permite.iniciar.la
+MISS NA 98.www.bbc.co.uk/news-------1999.TheRoverBreakdown.05/02/1999.www.bbc.co.uk/news-------1999a.TheEndofRoverisNigh.10/02/1999.www.bbc.co.uk/news-------1999b.BMWClosetoRoverDecision.10/03/99.www.bbc.co.uk/news-------1999c.HopesSlippingforLongbridge.30/03/99.www.bbc.co.uk/news-------1999d.DealSavesRoverPlant.01/05/99.www.bbc.co.uk/news-------1999e.BMWGamblesitsFuture.23/06/99.www.bbc.co.uk/news-------1999f.RoverRescueDealSecured.23/06/99.www.bbc.co.uk/news-------1999g.RoverAidUnderThreat.21/07/99.www.bbc.co.uk/news-------2000.BMWDeniesRoverClosurePlan.14/01/00.www.bbc.co.uk/news-------2001.GMandBMWFacetheirUKWorkers.15/01/01.www.bbc.co.uk/news
+OK 20171015062906 http://www.alternet.org/story/113782/mass_rape_in_the_congo%3A_a_crime_against_society
+MISS NA e58.www.biomedcentral.com/1756-0500/1/58
+OK 20180603055214 https://doi.org/10.1371/journal.pone.0157116
+OK 20210120161542 http://www.airframer.com/aircraft_detail.html?model=CSeries
+MISS NA http://dx.doi.org/10.1590/S0103-90161995000100013
+OK 20171203152057 http://dx.doi.org/10.1155/2011/490634
+OK 20210324134300 http://pubs.usgs.gov/of/2011/1069/
+OK 20200924111901 http://www.japantimes.co.jp/news/2015/02/22/business/corporate-business/contest-humanoid-robot-pepper-won-team-app-help-dementia-patients/#.VmdMtf6FO72.Accessed
+OK 20210123211524 https://www.infoworld.com/article/2671119/internet-misuse-costs-businesses--178-billion-annually.html
+OK 20151004165031 http://ec.europa.eu/environment/urban/aalborg.htm
+MISS NA https://doi.org/10.1016/s0399-8320
+OK 20210418013214 https://doi.org/10.1037//0022-3514.66.5.857
+OK 20170815002254 http://www.scielo.br/pdf/abem/v48n5/a20v48n5.pdf
+OK 20160909055709 http://www.journalijdr.com/sites/default/files/3064.pdf
+OK 20210422035440 http://www.fao.org/faostat/en/
+OK 20160926032524 http://dx.doi.org/10.1165/rcmb.2009-0091OC
+OK 20171202234647 http://www.biomedcentral.com/1471-2458/11/659
+OK 20191204222001 https://doi.org/10.1016/j.envres.2015.02.023
+OK 20050204174532 http://www.estadao.com.br/ciencia/colunas/aspas/2003/out/02/21.htm
+OK 20140707105552 https://password-hashing.net/submissions/specs/Makwa-v0.pdf
+OK 20201128143751 www.uic.org/download.php/publication/538E.pdf
+OK 20210415123241 http://www.thoracic.org/clinical/copd-guidelines/resources/copddoc.pdf
+OK 20210415085313 http://dx.doi.org/10.1093/nar/28.1.235
+OK 20180604142334 https://doi.org/10.1111/rda.12130
+OK 20161130191325 http://dx.doi.org/10.1124/jpet.302.1.320
+OK 20180609012705 https://doi.org/10.1007/BF03374496
+MISS NA http://dx.doi.org/10.1017/S0021900200104164
+MISS NA http://www.gesis.org/fileadmin/upload/forschung/publikationen/zeitschriften/zuma_nachrichten/zn_2
+OK 20180603115423 https://doi.org/10.1007/s10551-007-9413-5
+OK 20210228105031 http://www.eduardosrur.com.br/
+MISS NA http://www.cancer.govaccessed27
+OK 20071224132139 http://wien.arbeiterkammer.at/www-397-IP-1103-AD-2704.html
+OK 20180603113442 https://doi.org/10.1074/jbc.M603768200
+OK 20210422085710 http://cvxr.com/cvx
+MISS NA https://doi.org/10.1051/0004-6361
+OK 20180601234624 http://doi.org/10.1172/JCI39374
+OK 20210420192603 http://www.w3.org/TR/xml11/
+MISS NA http://allincolorforaquarter.blogspot.ca/2012/12/starcade.html
+OK 20130710095907 http://www1.folha.uol.com.br/mercado/2013/06/1293835-taxa-media-de-juros-ao-consumidor-se-mantem-estavel-em-maio.shtml
+MISS NA https://www.fda.gov/downloads/AdvisoryCommittees/CommitteesMeetingMaterials/Drugs/EndocrinologicandMetabolic-DrugsAdvisoryCommittee/UCM334550.pdf.Accessed
+OK 20210128011615 http://diplo.org.br/2006-08,a1379
+OK 20160520155019 https://www.ledsjovind.se/tolvmanstegen/Vestas%20V90-2MW.pdf
+OK 20201115001545 http://www.bbc.co.uk/news/world-middle-east-14573559
+OK 20180602045644 https://doi.org/10.1099/mic.0.046235-0
+OK 20210308175118 https://doi.org/10.1056/NEJMoa1709866
+OK 20151029082556 http://dx.doi.org/10.1016/j.jplph.2004.09.009
+OK 20210205032936 https://doi.org/10.1186/1471-2431-14-199
+OK 20180610035303 https://doi.org/10.1007/s00417-007-0746-7
+OK 20180608045800 https://doi.org/10.1039/a903885j
+OK 20180601204616 https://doi.org/10.1075/bct.89
+MISS NA https://doi.org/10.1074/jbc.M114.556340
+OK 20200929180515 http://www.ids-mannheim.de/kl/misc/tutorial.html
+MISS NA http://dx.doi.org/10.1103/PhysRevC.9.1948
+MISS NA http://doi.org/10.1016/0014-4827
+OK 20210228055926 http://www.ctbto.org/specials/testing-times/6-and-9-august-1945hiroshima-nagasaki
+OK 20180605153437 https://doi.org/10.1097/AOG.0b013e31822ad988
+OK 20101120203012 http://www.cacianalyst.org/?q=node/158
+OK 20200522145225 http://www.unesco.org/new/en/communication-and-information/resources/news-and-in-focus-articles/all-news/news/unesco_releases_vancouver_declaration_on_digitization_and_preservation/#.VZFmGvntmko
+MISS NA https://gsarchive.net/gilbert/plays/great_exp/index.html.Accessed
+OK 20210414080235 http://dx.doi.org/10.1016/S1359-6462
+OK 20200828163628 http://dx.doi.org/10.1088/1468-6996/16/2/023501
+OK 20210410173526 http://www.csen.com/err.pdf
+OK 20020711185146 http://www.npdfoodworld.com/foodServlet?nextpage=trend_article28.html
+OK 20210131193528 https://doi.org/10.1172/jci25509
+OK 20130330082830 http://dx.doi.org/10.1186/1471-2156-11-99
+OK 20210417200455 http://igraph.org
+OK 20130903223938 http://www.institut-fuer-menschenrechte.de/uploads/tx_commerce/Was_ist_Inklusion_16_persoenliche_antworten.pdf
+OK 20210416000215 http://dx.doi.org/10.1002/humu.20605
+OK 20140720152446 http://dx.doi.org/10.1002/pd.1653
+MISS NA https://dx.doi.org/10.22161/ijeab.53.8564
+MISS NA https://doi.org/10.1046/j.1472-4642.2000.00083.xRosellóGimeno
+OK 20200819070612 https://doi.org/10.1038/nsmb.2214
+MISS NA http://www.scielo.br/pdf/cpa/n33/10.pdf.Acessoem
+OK 20210314190910 http://www.bts.gov/transtu/indicators
+OK 20200709054909 https://cds.cern.ch/record/2233631/files/CERN-THESIS-2015-374.pdf
+OK 20070401162137 http://www.gitverlag.com/media/downloads/themen/thema_3f4dc2e83f164.pdf
+MISS NA http://www.nationaljournal.com/njonline/no200912228094.php
+OK 20170129031355 http://www.mlsp.gov.ua/labour/control/uk/index
+OK 20130328131243 http://dx.doi.org/10.1152/ajpendo.00702.2010
+OK 20180601235351 https://doi.org/10.1111/j.1464-5491.2007.02068.x
+MISS NA http://stat.edu.ru/scr/db.cgi?act=listDB&t=3_2_1&group=sub&ttype=0&Field=L1
+OK 20210324103213 https://www.cff.org/PDF-Archive/Introduction-to-Postural-Drainage-and-Pecussion/
+OK 20201009104226 https://doi.org/10.1038/ncb2827
+OK 20180602042536 https://doi.org/10.5897/jphe2014.0625
+OK 20210225081510 https://doi.org/10.1093/eurheartj/eht151
+OK 20081007071433 http://www.abanet.org/rol/programs/resource_legal_education.html
+OK 20181204195156 https://doi.org/10.1371/journal.pone.0017084
+OK 20180603024643 https://doi.org/10.3390/ani3030923
+OK 20200214142332 https://doi.org/10.1016/j.promfg.2018.06.065
+MISS NA http://revistas.jatai.ufg.br/index.php/fen/article/view/15102
+MISS NA http://aem.asm.org/Downloadedfrom
+MISS NA http://www.journalofanimalscience.org/content/86/4/902.long
+MISS NA http://natlaw.com/news_posts/update-model-provisions-secured-transactions-intermediated-securities/
+MISS NA https://culturenum.info.unicaen.fr/SydonieDocument_Pdf/ncg80czudrp/telechargerDoc
+OK 20210411001621 https://doi.org/10.1038/nature10405
+OK 20180611042536 https://doi.org/10.1057/fr.2011.12
+OK 20200829092514 http://dx.doi.org/10.1007/978-1-4419-9730-2
+MISS NA http://www.wcfin.ca/Portals/0/DDGS%20Feed%20Guide_FINAL.pdf
+OK 20200808223532 http://www.aers.rs/index.asp?l=1&a=41&tp=teee
+OK 20210227002436 http://www.huawei.com/products/datacomm/catalog.do?id=1219
+OK 20200205234705 http://arxiv.org/abs/1501.02773
+OK 20210410221937 https://www.fda.gov/media/88257/download
+OK 20180603083416 https://doi.org/10.1046/j.1432-1033.2003.03944.x
+MISS NA http://www.helpage.org/newsroom/lat-est-news/older-people-disproportionately-affected-by-typhoon-haiyan/
+OK 20180602215925 https://doi.org/10.1002/jnr.21369
+OK 20180602233737 https://doi.org/10.1198/073500102288618513
+OK 20181123184647 http://www.nationalgrid.com/uk/Gas/SustainableGasGroup
+MISS NA https://doi.org/10.1016/S0959-3780
+OK 20200904012807 https://doi.org/10.1111/nan.12020
+OK 20180603105855 https://doi.org/10.1085/jgp.201010407
+OK 20181121134621 www.cat.inist.fr/?aModele=afficheN&cpsidt=2708822
+OK 20210415142638 https://doi.org/10.1038/nature14539
+OK 20201121134558 https://doi.org/10.1038/s41586-019-0933-9
+MISS NA http://doi.org/10.3133/fs20113001
+OK 20210221164945 www.lexicorient.com
+OK 20210422123113 http://www.math.uiuc.edu/Macaulay2/
+OK 20200505053412 https://doi.org/10.1364/OL.38.004534
+OK 20180603010907 https://doi.org/10.3126/hjs.v3i5.465
+OK 20170812061535 http://nora.nerc.ac.uk/17121/
+OK 20180920064504 http://dx.doi.org/10.1016/j.foreco.2015.04.022
+OK 20210215020507 https://doi.org/10.1016/j.biocon.2006.08.027
+OK 20210422052402 http://whqlibdoc.who.int/publications/2010/9789241500265_eng.pdf
+OK 20180602170534 https://doi.org/10.1111/mmi.13200
+OK 20180603005615 https://doi.org/10.1186/1687-1847-2013-322
+OK 20180603043320 https://doi.org/10.1002/ecy.1529
+OK 20210418175622 http://www.mongodb.org/
+OK 20210224185300 http://www.oe.energy.gov/DocumentsandMedia/primer.pdf
+MISS NA https://bit.ly/2L2H2bi
+OK 20191119073010 http://dx.doi.org/10.1063/1.3604934
+MISS NA https://CRAN.R-project.org/package=measurements
+OK 20180602113907 https://doi.org/10.1021/bi034748g
+OK 20070206103154 http://www.math.jussieu.fr/~ritzenth
+MISS NA https://doi.org/10.1128/AAC.02230-17
+MISS NA https://doi.org/10.5194/amt-2018-148
+OK 20210111203020 https://doi.org/10.1093/petrology/20.3.487
+MISS NA http://www.whitehouse.qov
+OK 20210422021048 http://www.office.microsoft.com
+OK 20210320113725 http://dx.doi.org/10.1016/j.ahj.2009.04.019
+OK 20210421192327 http://www.qualitative-research.net/index.php/fqs/article/view/1089
+OK 20210416042908 https://doi.org/10.1093/ageing/afl084
+OK 20210412230515 https://doi.org/10
+MISS NA https://doi.org/10.1002/hed.25695
+OK 20210415082644 http://www.pacific.edu/About-Pacific/
+OK 20180604134622 https://doi.org/10.1117/1.2896597
+OK 20201231085531 http://dx.doi.org/10.1037/0022-3514.48.1.150
+MISS NA http://www.estudosdotrabalho.org/anais6seminariodotrabalho/davidmorenomontenegro.pdf.Acessoem:03/01/2015
+OK 20140227162657 http://pcl.cs.ucla.edu/projects/glomosim/
+MISS NA http://biz.chosun.com/site/data/html_dir/2014/06/12/2014061202904.htmlhttp://www.happycampus.com/doc/4557356
+OK 20200105075636 http://www.paratype.ru/help/class/
+OK 20210225012734 http://dx.doi.org/10.1002/wcms.1121
+OK 20020713171113 www.cma.ca/cmaj/vol-160/issue-13/1824.htm
+MISS NA http://ugaaden.ac.ug/documents/NeedsAssessmentStudy
+OK 20210415043723 http://www.intel.com/products/processor/manuals/index.htm
+OK 20180613064114 pediatrics.org/cgi/content/full/121/2/e223
+OK 20161220215230 http://dx.doi.org/10.1165/rcmb.2002-0067OC
+MISS NA http://sandrodefazi.blogspot.com.br/2011/03/i-neoplatonici-per-aristeo-di-megara.html
+OK 20210211065031 http://www.asco.org/ASCO/Abstracts+&+Virtual+Meeting/Abstracts?&vmview=abst_detail_view&confID=34&abstractID=30051
+OK 20210410232332 http://www.minerva-ebm.be/fr/article.asp?vol=7&nr=7
+MISS NA http://dx.doi.org/.10.1067/mai.2003.27
+OK 20180602153919 https://doi.org/10.1128/JCM.01724-13
+OK 20210411023411 www.turismo.gov.br
+OK 20200209113334 https://doi.org/10.1186/s13567-015-0290-0
+MISS NA http://dx.doi.org/10.3955/046.089.0402
+MISS NA https://www.asturias.es/medioambiente/articulos/ficheros/Reserva%20de%20la%20Biosfe-ra%20de%20Somiedo.pdf
+MISS NA http://www.cortindia.in/RP%5CRP-2007-0702.pdf
+OK 20210323015001 http://dx.doi.org/10
+OK 20161202080624 http://vilamamifera.com/olharmamifero/6-passos-para-ter-um-orgasmo-no-parto/
+OK 20201005181411 http://www.educabrasil.com.br/plano-decenal-de-educacao-para-todos/
+OK 20200728025442 http://dx.doi.org/10.1371/journal.pone.0056038
+MISS NA http://www.goes-r.gov/downloads/GOES_Users_ConferenceIV/Complete%20Posters/GUC4_poster_
+OK 20200815093724 https://doi.org/10.1016/j.prevetmed.2007.03.003
+OK 20200820124248 http://dx.doi.org/10.1093/ije/dys037
+MISS NA https://dx.doi.org/10.6084/m9.figshare.4264964.v1
+MISS NA http://www.ncmedsoc.org/non_members/legislative/ac/ACO_Guide_Urologist_102513.pdf
+OK 20190913092546 http://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59450
+MISS NA http://dx.doi.org/10.1152/ajpcell.00619
+OK 20200504202449 http://doi.org/10.1186/1742-4755-11-8
+OK 20180605135413 https://doi.org/10.3349/ymj.2017.58.5.895
+OK 20210226173939 http://dx.doi.org/10.1109/MC.2004.172
+OK 20210307224114 https://doi.org/10.1016/j.tig.2013.01.003
+OK 20210329071551 http://files.eric.ed.gov/fulltext/ED538339.pdf
+OK 20210401015539 www.fritzinstitute.org
+MISS NA http://dx.doi.org/10.3402/ejpt.v4i0.21369
+MISS NA http://dx.doi.org/10.1109/ICCD.1996.563581
+MISS NA https://doi.org/10.1257/jep.6.3.79
+OK 20180713235531 ftp.iza.org/dp514.pdf
+MISS NA http://www.math.u-bordeaux1.fr/srenner/Thesis_Soline_Renner.pdf
+MISS NA http://www.leismunicipais.com.br/cgi-local/city.pl?state=mg&city=Uberl%E2ndia
+MISS NA Retrievedfromwww.child-encyclopedia.com/Pages/PDF/Resilience_EN.pdf
+MISS NA https://cpb-us-
+OK 20201121143154 http://dx.doi.org/10.2165/00002018-200932050-00001
+OK 20150529210457 http://mmb2.pcb.ub.es:8080/PMut/
+OK 20210119053750 https://www.google.co.id/url?sa=t&rct=j&
+OK 20200923094334 http://www.un.org/jsummit/html/documents/summit_docs/131302_wssd_report_reissued.pdf
+OK 20200721100808 https://doi.org/10.1130/G37948.1
+MISS NA http://www.oecd.org/dataoecd/33/0/1904176.pdf-siteconsultadoem15deabrilde
+OK 20180603173902 https://doi.org/10.1075/pc.17.1.01son
+MISS NA http://dx.doi.org/10.1007/s10843-013-0109-x
+OK 20200427203943 www.fao.org/docrep/006/y4723e/y4723e0e.htm
+OK 20201027183429 http://resources.sei.cmu.edu/library/asset-view.cfm?assetID=89604
+MISS NA http://too.lazy.to.look.it.up/
+OK 20200821185207 http://dx.doi.org/10.1038/nrmicro2819
+OK 20201127014354 http://www.childinfo.org/fgmc.html
+OK 20180612050016 https://doi.org/10.1016/j.ijpe.2011.10.013
+OK 20201029210139 http://www.consecol.org/vol7/iss2/art7
+OK 20210415144920 http://www.zerotothree.org/policy/
+MISS NA http://waterdata.usgs.gov/nwison20
+OK 20190426060524 https://doi.org/10.4172/2155-6121
+OK 20210415140909 http://www.w3schools.com/dom/dom_intro.asp
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S1121189X00003018
+MISS NA http://www.defenselink
+OK 20210309185928 http://dx.doi.org/10.1080/00343400903234696
+OK 20210127162620 http://www.allfootball.it/blog/lavviamento-motorio-nel-calcio/9-2-2017/calcio-giochiamo-con-le-capacit-coordinative
+MISS NA http://ssrn.com/abstract=2540348.27
+OK 20180602194751 https://doi.org/10.1038/ngeo2890
+OK 20180328093503 https://www.middleeastmonitor.com/articles/middle-east/5584-the-arab-spring-what-did-it-do-for-women
+MISS NA https://doi.org/10.1007/s12225-018-9783-0
+OK 20200602081235 https://doi.org/10.1007/s10980-007-9110-x
+OK 20180612103649 https://doi.org/10.1016/j.matpr.2015.07.205
+OK 20200828154703 http://doi.org/10.1016/j.cub.2009.07.066
+MISS NA http://www.nuffieldtrust.org.uk/sites/files/nuffield/publi-cation/towards_integrated_care_in_trafford_report_nov11.pdf
+OK 20180602125735 https://doi.org/10.1080/02667361003768526
+MISS NA https://doi.org/10.1016/j.respol.2018.04.012
+MISS NA http://stats.bls.gov/newsreels.htmin
+OK 20210314111845 https://doi.org/10.1016/j.compedu.2016.03.018
+OK 20180603012454 https://doi.org/10.5194/acp-13-611-2013
+OK 20160402105535 http://dx.doi.org/10.1139/b96-165
+MISS NA https://ww2.stj.jus.br/processo/revista/documento/mediado/?componente=AT-C&sequencial=55041549&num_registro=201401930368&data=20151124&ti-po=5&formato=PDF
+OK 20200223021215 https://doi.org/10.18429/JACoW-IPAC2014-THPRI096
+MISS NA http://www.fonduri-ue.ro/posdru/images/downdocs/reg8002008ro.pdf
+MISS NA https://doi.org/10.1207/s1532785xmep0602_4.35
+OK 20210414105638 https://doi.org/10.1007/
+MISS NA http://hiaconnect.edu.au/old/files/EFHIA_Framework.pdf.Accessed15
+OK 20180602080901 https://doi.org/10.2304/csee.2012.11.3.213
+OK 20180602234633 https://doi.org/10.1111/j.1558-5646.1998.tb02031.x
+OK 20180604185456 https://doi.org/10.1002/j.1556-6676.2014.00164.x
+OK 20210308025548 https://doi.org/10.1017/S1537592714000851
+OK 20201001120835 https://doi.org/10.1021/tx9902082
+MISS NA http://dx.doi.org/10.1083/jcb.200904048
+OK 20210129193905 http://mchb.hrsa.gov/programs/specialneeds/measuresuccess.htm
+OK 20210416205152 http://www.wired.com/2012/04/can-an-algorithm-write-a-better-news-story-than-a-human-reporter/
+OK 20170915012210 http://investor.lundbeck.com/releasedetail.cfm?releaseid=608619
+OK 20130822002325 http://dx.doi.org/10.1371/journal.pone.0011271
+MISS NA https://doi.org/10.1016/j.encon-man.2005.12.003
+OK 20210415033016 http://www.gallup.unm.edu/~smarandache/DSmT-book2.pdf
+MISS NA https://doi.org/10.15294/jpii.v1i2.2140
+OK 20200811042933 https://doi.org/10.1109/72.788640
+OK 20210224161626 http://www.research.ibm.com/journal/sj/041/ibmsjIVRIC.pdf
+MISS NA https://www.bk.admin.ch/Download
+OK 20200812093724 http://dx.doi.org/10.1023/A:1020809400075
+MISS NA https://thezambian.com/news/2013/01/29/set-aside-personal-interests-minister/
+OK 20180602060423 https://doi.org/10.1590/S0101-81752005000200005
+OK 20140721225947 http://dx.doi.org/10.1007/BF01172742
+OK 20210416123548 https://doi.org/10.1086/297040
+OK 20200716173520 https://er.educause.edu/articles/2010/6/universities-and-libraries-move-to-the-mobile-web
+MISS NA https://doi.org/10.1111/j.1574-6976.2010.00251.xPMID
+OK 20210413162303 http://app.purduepharma.com/xmlpublishing/pi.aspx?id=b
+OK 20210420051644 http://www.cnki.net/
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/27748473
+MISS NA http://www.zzenergysolutions.com/alternative-energy-news.htmllastvisit:12.05
+MISS NA http://sipsmena.com/wpcontent/uploads/2013/01/MedicalDevicesRegulationsrequirementsinEuropeUSAJordanSaudiArabia.pdfon9th
+MISS NA www.arXiv.org/cond-mat/0603260
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+OK 20200912030812 https://doi.org/10.1016/j.tmaid.2020.101606
+MISS NA http://goo.gl/G05pm6
+MISS NA http://maritime-conferences.com/asranet2010-conference/asranet2008/53%20Kostopoulos
+OK 20150310074018 http://research.microsoft.com/EN-US/UM/REDMOND/GROUPS/cue/infovis/
+MISS NA http://www.vlad.tv/publications/ht-m
+OK 20210316172304 http://www.pnas.org/content/108/34/13907
+OK 20180602232004 https://doi.org/10.1128/JCM.05115-11
+MISS NA http://eric.ed.gov/?id=EJ683414
+OK 20200723115621 https://doi.org/10.1038/ncomms14223
+OK 20210419114639 http://www.historians.org/publications-and-directories/perspectives-on-history/may-2008/teaching-history-with-Youtube
+MISS NA https://www.crohnsandcoli-tis.org.uk/about-inflammatory-bowel-dis-ease/publications/employment-ibd-a-guide-for-employers
+OK 20210319130358 http://www.ffmt.org/
+OK 20180602072433 https://doi.org/10.15517/revedu.v31i1.1252
+MISS NA http://www.iucn.org/themes/cem/documents/ecosapproach/esa_gbf_ramsar_okavango_2002.pdf
+OK 20210414014047 https://doi.org/10.1037/a0023353
+OK 20200822024321 https://doi.org/10.1001/jama.289.24.3264
+OK 20210421062933 http://apps.who.int/gho/data/
+OK 20200210143905 https://doi.org/10.1186/s13227-015-0036-0
+MISS NA http://revistas.ulusofona.pt/index.php/caleidoscopio/article/view/3706
+OK 20210324225934 https://doi.org/10.1038/nature12477
+OK 20210415102210 http://dx.doi.org/10.1016/S0304-3940
+MISS NA http://dx.doi.org/10.1080/00036846.2012.654918
+OK 20061230045817 http://www.senliscouncil.net/documents/insurgency_assessment_field_report
+OK 20180602120041 https://doi.org/10.1103/PhysRevE.80.061917
+OK 20180610053259 https://doi.org/10.1016/j.apm.2015.04.024
+OK 20190711163743 http://books.scielo.org/id/ysnm8/pdf/martins-9788579831034-02.pdf
+OK 20061210052916 http://dx.doi.org/10.1016/j.drugalcdep.2004.04.013
+MISS NA http://dx.doi.org/10.1007/BF00045736
+MISS NA www.regione.toscana.it/regione/multimedia/RT/documents/1219139822705_delibera426-2008.pdf
+OK 20201114071017 https://doi.org/10.1086/306308
+MISS NA http://www.di.uminho.pt/∼castro/stat
+MISS NA https://doi.org/10.1016/j.cell.2018.08.029
+OK 20160404210157 http://dx.doi.org/10.1186/1752-1947-5-586
+OK 20200528145823 https://doi.org/10.1016/j.rcl.2008.10.006
+MISS NA http://dx.doi.org/10.1016/j.devcel.2019.08.00422
+OK 20150622234457 http://www.bapepam.go.id/old/profil/sejarah.htm
+OK 20200501133418 http://dx.doi.org/10.1590/S0102-311X2008001400018
+OK 20190926043836 http://www.biblioteca.uvigo.es/biblioteca_es/buscar/repositorio.html
+OK 20210329042033 https://www.nytimes.com/2015/12/15/world/europe/poland-law-and-justice-party-jaroslaw-kaczynski.html
+OK 20181016045251 http://dx.doi.org/10.1073/pnas.1015617108
+OK 20180612203745 https://doi.org/10.1016/j.euroneuro.2017.11.002
+OK 20171203134246 http://dx.doi.org/10.1155/2012/814146
+OK 20200828194939 https://doi.org/10.1148/radiol.2363041425
+OK 20210322180553 https://doi.org/10.1101/441261
+OK 20210309103010 http://envfor.nic.in/legis/hsm/biomed.html
+OK 20190822135200 https://doi.org/10.18632/oncotarget.6018
+OK 20210415072047 http://dx.doi.org/10.1128/AEM
+MISS NA http://dx.doi.org/10.1161/01.CIR.99.7.855
+OK 20190410141903 http://riem.facmed.unam.mx/sites/all/archivos/V2Num01/04_AO_JUAREZ.PDF
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.81
+OK 20201002133120 www.pravo.hr/hljkpp
+MISS NA http://webappa.cdc.gov/sasweb/ncipc/leadcaus10.html.Accessed6
+OK 20210417033705 http://www.aimatshape.net
+OK 20210417232317 http://www.hcup-us.ahrq.gov/reports/methods/methods.jsp
+MISS NA http://www.chinaccia.org.cn/cyzs/
+OK 20200301154656 https://doi.org/10.2307/2110025
+OK 20200706015101 https://doi.org/10.1016/j.foodchem.2011.09.001
+MISS NA http://www-public.tu-bs.de/~bolle/ilupack/
+OK 20210417180103 https://joannabriggs.org/assets/docs/sumari/ReviewersManual-2014.pdf
+OK 20200815170714 http://dx.doi.org/10.1093/nar/gks263
+MISS NA https://doi.org/10.1128/AAC.46.10.3164-3167
+OK 20171213142615 http://www.irishexaminer.com/ireland/schoolboy-sued-adidas-over-match-injury-407285.html
+OK 20210128074559 https://snl.no/Den_islamske_stat_%28IS%29
+OK 20200613204142 https://doi.org/10.1111/geb.12668
+MISS NA gov.il/MFA/Peace%20Process/Guide%20to%20the%20Peace%20Process
+OK 20061008154541 www.rmu.org.uy/revista/2001v2/art5.pdf
+OK 20191119170227 http://dx.doi.org/10.1063/1.1699639
+MISS NA http://dx.doi.org/10.1016/j.geoderma.2009.02.017
+OK 20200609105606 https://doi.org/10.1016/j.jprot.2015.10.023
+OK 20180410213035 http://www.mathem.pub.ro/apps/mono/A-09-Car.pdf
+OK 20210414165958 http://www.aace.org/pubs/etr/issue2/burgstahler.cfm
+OK 20200529204943 https://doi.org/10.3758/s13415-011-0067-5
+MISS NA http://www.senate.gov/CRSReports/crs-publish.cfm?pid=%260BL%29PL%3B%3D%0A
+MISS NA http://dx.doi.org/10.1016/0378-1135(87)90126-X
+MISS NA https://doi.org/10.1016/S0377-0257
+OK 19990427074117 http://www.cco.caltech.edu/~emleitch/ovro/ovro_cmb.html
+OK 20170531184448 http://www.ncbi.nlm.nih.gov/pubmed/23567917
+OK 20200612050111 https://doi.org/10.1016/j.devcel.2014.10.007
+MISS NA http://bvsms.saude.gov.br/bvs/publicacoes/sus_principios.pdf.Acessoem24demarçode
+MISS NA http://dx.doi.org/10.5897/ajar2016.11523
+OK 20210419104359 http://www.maxqda.com/
+MISS NA http://www.un.org/en/sections/un-charter/chapter-i/index.html.Accessed28
+OK 20210413045958 http://plagiarism.bloomfieldmedia.com/z-wordpress/software/wcopyfind/
+OK 20210413051610 https://provalisresearch.com/products/qualitative-data-analysis-software/
+OK 20200723020957 http://dx.doi.org/10.1016/j.ijresmar.2009.08.001
+MISS NA http://www.deutsche-rentenversicherung.de/nn_15142/SharedDocs/de/
+OK 20210311030539 https://github.com/google/cluster-data
+OK 20190904095822 https://ejournal.undip.ac.id/index.php/smo/article/view/13164
+OK 20210412165512 www.ebt.acs-inc.com
+OK 20180617232003 https://link.springer.com/article/10.1007/s10290-015-0235-8
+OK 20180602031241 https://doi.org/10.1111/j.1529-8817.1980.tb03027.x
+OK 20210422124910 https://github.com/
+OK 20210418143451 http://www.lww.com/
+OK 20171208121551 http://dx.doi.org/10.1107/S0907444900006375
+MISS NA http://dx.doi.org/10.1016/j.healun.2015.10.030.PubMed
+OK 20081211101813 http://www.hpcaconf.org/hpca8/
+OK 20170329024828 http://www.npr.org/documents/2005/jul/ncmfreport.pdf
+OK 20170703191036 http://dx.doi.org/10.1007/s10826-015-0310-8
+OK 20200220190940 https://doi.org/10.1080/13691058.2013.791057
+OK 20180601201527 http://doi.org/10.3389/fnsys.2017.00065
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://dx.doi.org/10.1080/01647954.2012.754493
+OK 20200604024211 https://doi.org/10.1029/2008GL035132
+MISS NA http://www.ecdc.europa.eu/en/publications/Publica-tions/RRA%20poliomyelitis%20Syria%2021%2010%202013.pdf,pristupljeno26.02
+OK 20130227052449 http://www.rapidaid.com/products/productdetails_hw.php
+MISS NA http://dx.doi.org/10.1111/j.1467-9310.2005.00417.x
+OK 20100821112927 http://www.ist-tequila.org/presentations/dg-ietf48.pdf
+OK 20160527181807 http://dx.doi.org/10.4103/0378-6323.104676
+MISS NA http://dx.doi.org/10.1016/j.worlddev.2004.08.005
+MISS NA http://www.umcs.maine.edu/˜ftp/wisr/wisr8/wisr8.html
+MISS NA http://stroke.ahajournals.org/content/suppl/2012/02/28/STROKEAHA.110.590786.DC2
+MISS NA http://dssresearch.com/knowledgecenter/toolkitcalcu-lators/samplesizecalculators.aspx
+OK 20170929034710 http://dx.doi.org/10.1108/00220411111164718
+OK 20210415112158 http://minerals.usgs.gov/minerals/pubs/mcs/
+OK 20090117035733 www.mp.usp.br/cafe/textos
+OK 20210216003941 https://doi.org/10.1152/jn.90355.2008
+OK 20180602070003 https://doi.org/10.1371/journal.pone.0171209
+MISS NA http://www.wmmercer.com/global/english/resource_news_market_topic_01_09_htm.viewed8401
+OK 20130315135757 http://dx.doi.org/10.1007/s10984-007-9026-z
+MISS NA http://sonicsinc.com/wp-content/uploads/2012/09/PresentationMulticorefinal.pdf
+OK 20170720182220 http://dx.doi.org/10.1099/ijs.0.02118-0
+OK 20180602214742 https://doi.org/10.1002/ece3.2536
+OK 20171203004200 http://www.biomedcentral.com/1471-2458/11/543
+OK 20171230134550 http://dx.doi.org/10.1016/j.carbpol.2015.03.043
+MISS NA http://dx.doi.org/10.3390/molecules200814595
+MISS NA http://www.italianbiosimilarsgroup.it/en/studi-ed-analisi/biosimilari-in-italia/mercato-italiano-iii-trimestre-2018.htmlAccessoMarzo
+MISS NA https://doi.org/10.1038/s41598-019-49710-zwww.nature.com/scientificreportswww.nature.com/scientificreports/29.Farabet
+OK 20210322135812 http://observer.com/2014/11/new-israel-fund-supports-groups-that-hurt-the-jewish-state/
+OK 20190428185119 https://www.bbc.com/news/world-us-canada-37323452
+OK 20180604085806 https://doi.org/10.1083/jcb.97.2.359
+MISS NA http://dx.doi.org/10.7827/TurkishStudies.6388p
+MISS NA http://conseils.xpair.com/actualite_experts/variation-conso-chauffage.htm,consultéle
+OK 20210321094221 http://dx.doi.org/10.1371/journal.pmed.1001349
+MISS NA http://endeavourpartners.net/assets/Wearables-and-
+OK 20200311084238 http://www.flexerasoftware.com/enterprise/products/application-packaging/adminstudio/
+MISS NA http://dx.doi.org/10.1590/0102-311X00010813
+OK 20210309003243 https://doi.org/10.1086/284170
+MISS NA https://doi.org/10.29333/ejmste/93421
+MISS NA http://ol.osa.org/abstract.cfm?URI=ol-27-15-1345
+OK 20190808090143 http://thehill.com/homenews/administration/313387-staff-data-leaks-out-of-the-sec
+MISS NA http://jleo.oupjournals.org/cgi/doi/10.1093/jleo/18.2.428
+OK 20180602015220 https://doi.org/10.1111/ffe.12741
+MISS NA http://dx.doi.org/10.1080/00222938409459777
+OK 20200707100909 http://www.treasury.gov.za/documents/nationalbudget/2012/ene/FullENE.pdf
+MISS NA https://opportunity.org/content/News/Publications/Knowledge%20
+OK 20170528091621 http://dx.doi.org/10.1016/j.ypmed.2013.08.019
+MISS NA https://doi.org/10.5093/cc2017a18
+OK 20210126185740 http://www.camara.gov.br/proposicoesWeb/prop_mostrarintegra
+OK 20180602145518 https://doi.org/10.1136/vr.c2373
+MISS NA http://search.proquest.com/docview/304813842?accountid=30641
+MISS NA http://www.answers.com/topic/institut-max-kassowitzabgerufen
+OK 20171203141738 http://dx.doi.org/10.1155/2012/421452
+OK 20180603053425 https://doi.org/10.1093/humupd/dmi036
+MISS NA http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2017-021409on9
+MISS NA http://ojs.ufgd.edu.br/index.php/Raido/article/view/4754/3080.Acessoem
+OK 20200325064716 http://jakintza.eus/wp-content/uploads/DIGCOMP_Donostia_ES-Rev.pdf
+OK 20210419230325 https://www.statista.com/statistics/272014/global-social-networks-ranked-by-number-of-users/
+OK 20181225055701 https://doi.org/10.1016/j.envint.2016.03.029
+OK 20210421052753 uva.es
+OK 20150929030548 https://www.latrobe.edu.au/news/articles/2015/opinion/investor-clause-modification-no-tpp-fix
+OK 20201013122515 https://doi.org/10.1029/2008gb003412
+OK 20061103113623 http://www.geda.co.za/default.asp?Index=24
+MISS NA http://dx.doi.org/1022435/bpk.v45il.5798.45-52
+OK 20170815150557 https://conservancy.umn.edu/bitstream/handle/11299/55273/1983-181.pdf?sequence=1&isAllowed=y
+OK 20180602205219 https://doi.org/10.1097/01266021-200600130-00055
+MISS NA http://www.nature.com/nature/debates/earthquake/equakeframeset.html
+OK 20180708154416 http://dx.doi.org/10.1016/j.leaqua.2011.05.002
+MISS NA http://www.ala.org/PrinterTemplate.cfm?Template=/ContentManagement/HTMLDisplay.cfm&ContentID=23750
+OK 20200618103632 http://www.escholarship.org/uc/item/4cd386s7
+OK 20210421040459 http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf
+OK 20200719164836 http://www.westga.edu/~distance/ojdla/spring81/maguire81.htm
+OK 20210413151829 http://www.mentalhealthcommission.ca
+MISS NA http://dx.doi.org/10.7812/TPP/14-206
+OK 20180603004541 https://doi.org/10.3390/md13127055
+OK 20210419201119 https://doi.org/10.1183/13993003.00504-2018
+MISS NA http://www.ecog.dfci.harvard.edu/general/E1505_trial_overview.pdf.Accessed
+MISS NA http://dx.doi.org/10.1177/10634266040120010401
+OK 20180610231626 https://doi.org/10.1007/s10040-011-0718-1
+OK 20150325220458 http://nuevomundo.revues.org/27802
+MISS NA www.regjering.no/nb/dep/kd
+OK 20180914071316 http://dx.doi.org/10.3390/rs6010621
+MISS NA http://dx.doi.org/10.1136/bcr-2013-200051.pii
+OK 20170817015805 http://dx.doi.org/10.1111/ajpy.12005
+OK 20210322124014 https://dx.doi.org/10.4067
+OK 20111104032843 http://curriculum.qca.org.uk/key-stages-1-and-2/index.aspx
+OK 20140516214451 http://www.behavior-analyst-today.org
+OK 20160531193355 http://dx.doi.org/10.1016/j.neuroimage.2008.09.046
+OK 20070305220646 http://www.ig.ufu.br/revista/volume02/artigo05_vol02.pdf
+OK 20190126061356 https://www.siemens.com/global/en/home/company/topic-areas/intelligent-infrastructure/buildings/digital-buildings.html
+MISS NA http://www.wdxcyber.com/hotflash.htm.Accessed
+OK 20180602092406 https://doi.org/10.1525/as.1993.33.8.00p0306j
+OK 20170816002248 http://blog.euromonitor.com/2012/05/top-10-consumer-trends-for-2012-weight-as-a-hot-topic.html
+MISS NA http://www.chemsoc.org/chembytes/ezine/2003/stevenson_jan03.htmTAB/BürofürTechnikfolgen-AbschätzungbeimDeutschenBundestag
+OK 20210325000739 http://pubs.usgs.gov/circ/1366/
+OK 20210418145408 http://www.mdc.edu/ir/
+OK 20180601201306 https://doi.org/10.1097/YPG.0000000000000106
+OK 20080829202926 http://www.jneurosci.org/cgi/content/abstract/18/19/8016
+OK 20210412230515 https://doi.org/10
+OK 20210126071413 http://hdr.undp.org/statistics/data/
+OK 20180603010250 https://doi.org/10.1371/journal.pone.0116185
+OK 20210404040815 http://diversegreen.org/report
+MISS NA http://www.nrel.gov/documents/erec_fact_sheets/sp-6299.pdf
+OK 20080828201601 http://hdl.handle.net/1957/2166
+OK 20180602235823 https://doi.org/10.1093/bja/78.5.601
+OK 20210421013943 http://ceur-ws.org/
+OK 20201109042435 http://blog.linkedin.com/2009/03/20/project-voldemort-scaling-simple-storage-at-linkedin/
+OK 20180602171222 https://doi.org/10.7553/71-3-591
+OK 20180603004627 https://doi.org/10.1002/2015JA021505
+MISS NA https://doi.org/10.1007/s10764-019-00087-w
+OK 20210417161819 http://www.newadvent.org/cathen/04136a.htm
+MISS NA https://doi.org/10.2765/877631
+OK 20210421143243 http://pdg.lbl.gov/
+OK 20180609163325 https://doi.org/10.1057/9781137466181_4
+MISS NA http://www.censusin-dia.gov.in/vital_statistics/SRS_Reports_2012.html
+OK 20210422083349 http://www.R-project.org
+OK 20210417125828 http://www.ncbi.nlm.nih.gov/pubmed/22122083
+OK 20190306100930 http://www.qatar-tribune.com/news-details/id/157185
+OK 20200815082142 https://doi.org/10.1172/JCI38813
+OK 20180609154753 https://doi.org/10.1109/ISGT.2014.6816427
+OK 20200718050353 https://doi.org/10.1080/00036840701222439
+MISS NA https://palli-ative.stanford.edu/communication-breaking-bad-news/phraseology-dos-and-donts/
+MISS NA https://members.aamc.org/eweb/upload/Teaching%20for%20Quality%20Report.pdf.Accessed
+OK 20150320042405 http://www.geothermal.dmitre.sa.gov.au/__data/assets/pdf_file/0018/156114/2009_Australian_Country_Rpt_Final_.pdf
+OK 20180603205438 https://doi.org/10.1016/j.toxlet.2010.06.019
+MISS NA http://www.spiegel.de/politik/deutschland/o,1518,723532
+OK 20180603085141 https://doi.org/10.1080/17538963.2013.874068
+MISS NA https://dejure.org/dienste/vernetzung/rechtsprechung?Gericht=OVG%20Bremen&Datum=11.12.2012&Aktenzeichen=1%20A%20180%2F10
+OK 20161221221649 http://dx.doi.org/10.1111/j.1600-0609.2011.01715.x
+MISS NA http://dx.doi.org/10.1007/BF00028411
+OK 20180609185805 https://doi.org/10.1016/j.compscitech.2017.07.012
+OK 20210308112020 https://www.entrepreneur.com/slideshow/306570
+OK 20210416020658 https://doi.org/10.4135/9781483384436
+OK 20180601231159 https://doi.org/10.1067/mod.2001.111225
+OK 20200513082716 https://doi.org/10.1007/s40279-017-0688-0
+OK 20180602202838 https://doi.org/10.1177/0886260509354501
+MISS NA https://doi.org/10.1128/JCM
+OK 20151230013732 www.bizkaia.net/kultura/kirolak/heziketa/index.asp#textoFlick
+OK 20210418185859 http://dx.doi.org/10.1056/NEJM200003303421303
+OK 20210117222003 https://www.timeanddate.com/sun/romania/bucharest
+OK 20190825135612 Http://hsudiana.wordpress.com/
+OK 20210330103128 http://www.desy.de/conferences/ecfa-desy-lc98.html
+OK 20191113060913 http://cdm.unfccc.int/methodologies/DB/BM4NZO7YAH9373G9P0UZHN6G1XM3IW/view.html
+OK 20210308181445 https://doi.org/10.1109/TIP.2010.2041410
+MISS NA http://www.gwumc.edu/sphhs/departments/healthpolicy/chsrp/downloads/Obesity%20Report%20Final.pdf
+OK 20180601210210 http://doi.org/10.1021/ma00242a019
+OK 20200420182248 http://www.tracopower.com/products/tmr3.pdf
+MISS NA http://dx.doi.org/10.1590/S0100-736X2014000300005
+MISS NA http://dx.doi.org/10.7202/032011ar
+MISS NA http://wikipedia.org/wiki/Phlebologist
+OK 20200529081143 https://doi.org/10.1016/j.jgg.2016.11.003
+OK 20161220070255 http://www.fstrf.ru/press/news/1534
+MISS NA http://www.scielo.br/pdf/tce/v20nspe/v20nspe
+OK 20071008212734 http://www-gem.jrc.it/glc2000
+OK 20100925203146 http://www.manager-magazin.de/magazin/artikel/bild-708050-132686.html
+OK 20180610204148 https://doi.org/10.1016/j.bbr.2009.01.022
+OK 20210225204005 https://doi.org/10.1056/NEJMc0805011
+OK 20130525001648 http://pubs.rsc.org/en/content/articlelanding/201
+OK 20210421132449 http://www.oecd.org
+MISS NA http://www.bloomberg.com/news/2012-2006-28/arena-s-diet-pill-may-spur-renewed-race-from-drugmakers.html.Accessed
+MISS NA http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0056178&representation=PDF
+MISS NA http://tinyurl.com/cfsnhcu.Accessed17
+OK 20180605074325 https://doi.org/10.1093/beheco/arq032
+OK 20210411025646 http://www.refugeehealth.org.au
+MISS NA https://doi.org/10.21832/9781847691675-005
+MISS NA http://library.witpress.com/pages/PaperInfo.asp?PaperID=18320
+OK 20200725083301 https://doi.org/10.1080/09654310500107134
+OK 20210306010319 http://manilagalleontrade.webs.com/
+OK 20200128171057 http://www.na-businesspress.com/jlaeopen.html
+OK 20200609112545 http://www.atmos-chem-phys.net/6/433/2006/
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/26822641
+OK 20200610063608 https://doi.org/10.1186/1471-2334-13-282
+OK 20180604031251 https://doi.org/10.1111/j.1549-0831.2000.tb00025.x
+OK 20210123042250 https://www.google.com.np/url?sa=t&rct=j&q=&e
+OK 20210412220854 http://davidmlane.com/hyperstat/A34739.html
+OK 20210422090724 http://www.w3.org/TR/rdf-sparql-query/
+OK 20180603143300 https://doi.org/10.1116/1.588232
+OK 20180610202332 https://doi.org/10.1016/j.ijrobp.2009.10.046
+OK 20210422090724 http://www.w3.org/TR/rdf-sparql-query/
+OK 20180603055855 https://doi.org/10.1186/s13071-014-0619-y
+OK 20200607040134 http://dx.doi.org/10.1016/j.ins.2007.06.018
+OK 20190623102356 http://eca.europa.eu/portal/pls/portal/docs/1/481525.PDF
+OK 20200502025619 https://doi.org/10.2307/1442720
+OK 20210124115618 http://www.federacionmetodosuzuki.es
+MISS NA https://doi.org/10.31108/1.2019.5.10.9©MarynaOmelchenko
+OK 20191102134455 http://www.padi.com/scuba/about-padi/padi-statistics/
+OK 20200927050627 http://escholarship.org/uc/item/1p37m7xw
+MISS NA http://datatracker.ietf.org/wg/tls/documents/김봉한
+OK 20210422083349 http://www.R-project.org/
+OK 20180602133129 https://doi.org/10.1029/2010JB007701
+OK 20200528120728 https://doi.org/10.1162/isal_a_00110
+OK 20170318140103 http://dx.doi.org/10.1007/s12223-014-0323-5
+OK 20210421030239 http://www.701Panduan.com
+OK 20200212134632 http://dx.doi.org/10.1037/0021-9010.89.5.755
+OK 20161230024108 http://www.fbi.gov/hq/lab/fsc/backissu/april2002/index.htm
+OK 20210211061439 http://www.nadir.org/nadir/initiativ/agp/free/wsf/naomiklein.htm
+OK 20210314191844 http://www.spectrolab.com/DataSheets/TNJCell/utj3.pdf
+OK 20210317002542 http://pmoylan.org
+OK 20200604014800 https://doi.org/10.1111/brv.12378
+MISS NA http://kabarpositif.blogspot.com/2006/08/sobat-sebagai-pendorong-kepatuhan.html
+OK 20170131153238 http://www.ecy.wa.gov/pubs/wac173555.pdf
+MISS NA https://doi.org/10.1002/2016EF000389/abstract.2016EF000389
+OK 20200706224646 https://doi.org/10.1029/2000GL003822
+OK 20200526025420 https://doi.org/10.1007/s10584-007-9377-6
+MISS NA http://dx.doi.org/10.1038/sj.leu.2402549
+MISS NA www.xinhuanet.com/2017-11/15/c_1121957526.htm
+OK 20200721231444 https://doi.org/10.1109/ETCM.2018.8580296
+OK 20210418124522 http://news.nationalgeographic.com/news/2014/01/140129-neanderthal-genes-genetics-migration-africa-eurasian-science/
+OK 20210417000925 https://www.brookings.edu/blog/social-mobility-memos/2016/12/23/the-declining-productivity-of-education/
+MISS NA http://ekonomika.by/ekonomisty?start=336
+OK 20201205222100 http://www.bustle.com/articles/17529-spritz-technology-promises-the-future-of-reading-so-youll-actually-read-infinite-jest-now
+MISS NA http://dx.doi.org/10.1111/j.1469-8137.1983.tb03440.x
+OK 20210413003045 https://doi.org/10.1016/S0361-3682
+OK 20180612075407 https://doi.org/10.1007/BF00317358
+OK 20200716032240 http://www.healthdata.org/ksa/projects/saudi-health-interview-survey
+MISS NA http://www.stanford.edu/group/efmh/gsk/ketefian_thesis.pdf
+OK 20180602054154 https://doi.org/10.1093/gbe/evu239
+OK 20210309173151 http://ec.europa.eu/councils/bx20040617/tampere_09_2002_en.pdf
+MISS NA http://angolaradio.webs.com/.Acedidoem14dejunhode
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/12442778
+OK 20200730223147 https://doi.org/10.1177%2F1741143214549975
+OK 20210323224614 https://climatedataguide.ucar.edu/climate-data/standardized-precipitation-index-spi
+OK 20171028140349 http://dx.doi.org/10.1073/pnas.0804102105
+MISS NA http://dx.doi.org/10.1590/S0037-86822010000500016
+OK 20180602144047 https://doi.org/10.1590/S1414-98932010000500010
+OK 20210414134859 http://trec.nist.gov/pubs/trec13/t13_proceedings.html
+OK 20170616203953 http://dx.doi.org/10.1038/ismej.2012.141
+OK 20200822100831 https://doi.org/10.1016/j.arr.2015.04.006
+OK 20201025072405 http://www.COOPRESER.com/
+OK 20210225194706 http://dx.doi.org/10.1109/TNET.2002.808407
+OK 20170314014819 http://dx.doi.org/10.1007/s00726-009-0458-x
+OK 20210413161204 https://www.nber.org/papers/w5160
+MISS NA http://indonesianursing.com/2008/07/30/faktor-faktor.Diakses22Desember
+OK 20210413184803 http://dx.doi.org/10.1016/j.tra.2015.04.003
+MISS NA https://doi.org/10.1016/j.cie.2020.106286
+OK 20210129024746 www.nrc.gov/reactors/new-reactors/col.html
+OK 20210404112353 http://www.eia.gov/todayinenergy/detail.cfm?id=18391
+MISS NA http://dx.doi.org/10.1590/S0021-75572001000600008
+MISS NA https://dx.doi.org/10.1590/es0101-73302016163514
+OK 20180612023431 https://doi.org/10.1016/j.eneco.2014.02.016
+MISS NA http://www.odontología.com.br/asp?id=3b9&idesp=19&ler=s
+OK 20210415202200 http://thehackernews.com/2011/10/tor-anonymizing-network-compromised-by.html
+MISS NA http://www.atcc.org/ATCCAdvancedCatalogSearch/ProductDetails/tabid/452/Default.aspx?ATCCNum=CL-188&Template=cellBiology
+MISS NA https://doi.org/10.21831/jptk.v23i2.13176
+OK 20210309223727 https://doi.org/10.1016/j.nutres.2010.12.001
+MISS NA https://doi.org/10.2337/dc09-0656PMID
+OK 20210420103457 http://.ecfr.eu
+OK 20210224170231 www.cisapublisher.com
+MISS NA http://www.sielc.com/ProductsObelisc.html
+OK 20210421232714 http://www.alexa.com/topsites/category
+OK 20160714082442 http://dx.doi.org/10.1083/jcb.129.3.853
+MISS NA http://www.bioetica.org/cuadernos/contenidos/lamber.htm
+OK 20120724112213 http://www.rolf-sander.net/henry/henry.pdf
+MISS NA http://hdl.handle.net/1885/11340
+OK 20180613082614 https://doi.org/10.1016/j.jemermed.2017.01.021
+OK 20141029184647 http://www.ncbi.nlm.nih.gov/pubmed/12543836
+OK 20180601235539 https://doi.org/10.1021/ma9918351
+MISS NA http://www.spatial.redlands.edu/sds/StewartTJ
+OK 20200507201440 https://doi.org/10.1089/ten.tea.2014.0060
+OK 20200805205448 http://www.nonlin-processes-geophys.net/11/561/2004/
+OK 20091025194930 http://www.mfb.org.au/asset/PDF/smoke%20alarm%20brochure.pdf
+OK 20200814193525 https://doi.org/10.1017/CBO9780511819049.022
+OK 20210413080004 http://dx.doi.org/10.1016/j.enbuild.2013.08.016
+MISS NA http://w.rcsb.org/pdb/
+OK 20210308150703 https://doi.org/10.1038/nmeth.2019
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210104214014 http://www.123dapp.com/catch
+MISS NA https://doi.org/10.1016/S0950-3293
+OK 20200325011154 http://www.redalyc.org/pdf/127/12749260009.pdf
+MISS NA http://dx.doi.org/10.1016/j.chembiol.2016.05.010
+MISS NA http://dx.doi.org/10.1021/jm200257k
+OK 20210318005540 https://lpdaac.usgs.gov/products/mod09a1v006/
+OK 20190915111449 https://doi.org/10.1002/cne.902190407
+MISS NA http://dx.doi.org/10.1128/JB.06554-11
+OK 20201115100038 https://www.todospelaeducacao.org.br/pag/quem-somos/
+MISS NA http://www.open.ac.uk/business-school/sites/www.open.ac.uk.business-school/files/files/publications/download/QS%202014%20Q4%2030th%20Anniversary%20report%20-%20FINAL.pdf
+OK 20210414154218 https://doi.org/10.1038/sdata.2016.18
+MISS NA http://dx.doi.org/10.1080/108107301750254457
+OK 20210210214925 http://www.vatican.va/holy_father/paul_vi/encyclicals/documents/hf_p-vi_enc_25071968_humanae-vitae_po.html
+OK 20210416165108 http://www.planalto.gov.br/ccivil_03/constituicao/constituicao46.htm
+MISS NA http://www.imim.pl/files/Wyklad%20V.pdf
+MISS NA https://doi.org/10.1910/jaba.1978.11-203
+MISS NA http://www.andovercoated.com/sports/cohesive_bandages.html.Accessed
+OK 20170620232031 https://www.accenture.com/mu-en/_acnmedia/Accenture/next-gen/reassembling-industry/pdf/Accenture-Connected-Agriculture.pdf
+MISS NA http://migre.me/f311J
+MISS NA https://doi.org/10.1111/j.2042-7174.2011.00164.xPMID
+MISS NA http://www.hks.harvard.edu/m-rcbg/research/d.rodrik_ksg_capital.mobility.and.labor.pdf
+OK 20130301042849 http://code.google.com/p/volatility/source/browse/branches/scudette/
+OK 20121226205827 http://www.metaphorik.de/10/
+OK 20180603234647 https://doi.org/10.1177/0734242X12465464
+OK 20210306004146 http://dubroy.com/tlogger/
+OK 20210321072430 http://dx.doi.org/10.3201/eid1602.090974
+OK 20200506152518 https://doi.org/10.1016/j.annemergmed.2007.08.003
+MISS NA http://www.badmuckingfastard.com/sound/slipperman.htmlon
+MISS NA http://www.slideshare.net/unikawidya-mandalasurabaya/potentia-edisi-1-30525628
+OK 20180602160212 https://doi.org/10.1080/17450128.2016.1276656
+OK 20210422000511 https://en.m.wikipedia.org
+OK 20160928200621 http://ojs.tsv.fi/index.php/afinla/issue/view/694
+OK 20180105093339 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4338723/
+OK 20181105070814 https://www.smh.com.au/entertainment/music/ears-wide-open-reflections-on-richard-gill-teacher-mentor-and-enthusiast-20181030-h179tr.html
+OK 20210403064758 http://www.ncnr.nist.gov/dave
+MISS NA http://www.famsi.org/reports/00017es/00017esBassie01.pdf
+OK 20210403052359 http://Orthoptera.SpeciesFile.org
+OK 20210411023155 http://ase.tufts.edu/gdae/WorkingGroup.htm
+OK 20210413020525 http://dx.doi.org/10.1016/S0959-6526
+MISS NA https://www.ahrq.gov/research/findings/nhqrdr/nhqdr14/index.html.Accessed10
+MISS NA Vwww.accc.gov.au/elec'tric/regulation/sa^tn/pdf/ElectraNet.pdf.lastaccessed19/2/2003
+OK 20200615235048 http://dx.doi.org/10.1105/tpc.10.9.1571
+OK 20180729232106 http://www.gutenberg.org/files/15491/15491-8.txt
+OK 20200826102548 https://doi.org/10.1016/j.compedu.2013.04.021
+OK 20151024113831 http://dx.doi.org/10.1038/ni.2363
+OK 20180604160125 http://ssrn.com/abstract=294533
+MISS NA http://www.apexbrasil.com.br/noticia_detalhe.aspx?idnot=195emjaneiro/
+OK 20210127230952 http://www.matrade.gov.my/en/malaysia-products-directory-matrade
+OK 20170817020131 http://www.julkari.fi/bitstream/handle/10024/78185/2008b26.pdf?sequence=1
+MISS NA http://dx.doi.org/10.1542/peds.109.4.e61
+OK 20210309154623 https://www.nccn.org/professionals/physician_gls/pdf/nscl.pdf
+OK 20200223092631 http://www.globalpeople.org.uk
+OK 20180608160223 https://doi.org/10.1007/s002990050456
+OK 20201128192047 https://creativeconomy.ru/lib/3367
+MISS NA http://dx
+OK 20210404080723 http://www.fao.org/docrep/013/am053e/am053e00.pdf
+OK 20180602150110 https://doi.org/10.1029/2003JC002113
+OK 20200511012550 http://wp.iwaponline.com/content/17/1/26.full
+OK 20170102123808 http://www.bmz.de/en/what_we_do/countries_regions/subsahara/namibia/index.html
+OK 20180621214250 http://www.garant.ru/products/ipo/prime/doc/71026758
+OK 20210224125032 http://doi.org/10.3109/17549507.2014.927922
+OK 20210308041903 https://doi.org/10.1093/sysbio/syr025
+OK 20210416041314 https://www.activism.net/cypherpunk/crypto-anarchy.html
+OK 20210328151834 http://www.hhs.gov/healthit/healthnetwork/background
+OK 20180609102430 https://doi.org/10.1007/BF01211175
+OK 20200228215944 https://doi.org/10.1161/01.CIR.88.2.523
+OK 20120618195532 http://www.rcep.org.uk/fishreport.htm
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://dx.doi.org/10.1038/modpathol.2013.65
+OK 20161226150712 http://www.fao.org/catalog/inter-e.htm
+OK 20210118183445 http://www.latimes.com/local/earthquakes
+OK 20201029143054 http://www2.datasus.gov.br/DATASUS/index.php?area=0203
+MISS NA http://mathworks.com/products/matlab.Accessed
+OK 20170111094249 http://hal.archives-ouvertes.fr/hal-00019314
+MISS NA https://doi.org/10.1016/0032-0633
+OK 20180603123132 https://doi.org/10.1038/nature14148
+OK 20210120062522 http://www.vedomosti.ru/sport/news/28385751/sochi-soschitan
+OK 20200819111504 https://doi.org/10.1161/CIRCULATIONAHA.115.017355
+MISS NA http://www.alzrisk.org/cohort.aspx?cohortid=53.Accessed15
+OK 20200512215851 http://dx.doi.org/10.1038/ismej.2012.62
+OK 20170329083342 http://seafood.oregonstate.edu/.pdf%20Links/Seafood%20Traceability%20-%20A%20Practical%20Guide.pdf
+OK 20210331173110 http://felix.apache.org/
+MISS NA http://www.scpclearinghouse.org/upload/dynamic_upload/files/Seoul%20Declaration%20on%20the%20role%20of%20SPP%20in%20climate%20change%20mitigation%20
+OK 20201016155944 https://doi.org/10.1016/j.jhazmat.2011.02.003
+OK 20160327050816 http://www.p21.org/storage/documents/docs/P21_Framework.pdf
+OK 20210225055811 https://doi.org/10.1038/nature13793
+MISS NA http://google.com/patents/DE102008034100A1?hl=sk&cl=ar
+MISS NA http://www.splot-research.org/.accessed767
+MISS NA http://hal-lirmm.ccsd.cnrs.fr/docs/00/27/27/79/PDF/VAChapter_final.pdfhttp://dx.doi.org/10.1007/978-3-540-70956-5_7
+OK 20150517015433 http://dx.doi.org/10.1177/1948550612461284
+OK 20210422075626 http://www.bittorrent.com/
+OK 20210422083349 http://www.R-project.org/
+OK 20201017211543 http://dx.doi.org/10.2308/accr-50544
+OK 20210328051615 https://freedomhouse.org/sites/default/files/June2017_FH_Report_Breaking_Down_Democracy.pdf
+OK 20040409155525 http://www.oneworldaction.org/Background.htm
+OK 20210411033403 http://www-sop.inria.fr/oasis/ProActive
+OK 20180124083739 http://prc.coh.org/res_inst.asp
+OK 20180602171118 https://doi.org/10.1183/09031936.00177011
+OK 20180602113516 https://doi.org/10.1137/S0895479898349720
+OK 20101229202624 http://home.pacbell.net/ouster/threads.ppt
+OK 20210320204527 http://www.tj.sp.gov.br
+MISS NA http://cvvm.soc.cas.cz/media/com_form2content/docu-ments/c1/a7008/f3/pd130509.pdf
+OK 20180602122621 https://doi.org/10.1055/s-0035-1555878
+OK 20081116055400 http://www.uitp.org/mos/corebrief/intermodalism-en.pdf
+MISS NA http://lockstep.com.au/library/returnoninvestment
+OK 20180611034814 https://doi.org/10.1016/j.smr.2014.03.001
+MISS NA Availablefromwww.loc.gov/law/help/govt-procurement-law/china.php.Accessed11
+MISS NA http://dx.doi.org/10.1002/oti.1338
+OK 20200804042218 https://doi.org/10.1016/j.apcatb.2018.10.009
+OK 20210308093723 https://doi.org/10.1016/j.mbs.2008.02.009
+MISS NA http://www.bretschneider-782online.it/rda/rda_pdf/rda_11/rda_11_05.pdf
+MISS NA http://www.mylan-guageexchange.com/
+OK 20210414204437 http://dx.doi.org/10.1109/ICNN.1995.488968
+MISS NA http://www.xlinguae.eu/2017_
+OK 20210408172930 https://www.kp.ru/russia/novosti-turizma-v-rossii/kak-izmenitsya-turizm-vo-vremya-pandemii-v-2020-godu
+OK 20210412193215 http://altmetrics.org/manifesto/
+OK 20080704140429 http://news.zdnet.com/2100-3513-5678221.html
+MISS NA http://bna.birds.cornell.edu.oca.ucsc.edu/bna/species/311
+OK 20210417032913 http://www.hadoop.apache.org
+MISS NA http://www.aclweb.org/anthology/D14-1162.https://doi.org/10.3115/v1/d14-1162
+OK 20130512044134 http://www.speech-therapy-information-and-resources.com/downloads/type-token-ratio.pdf
+OK 20201127014804 http://www.saum.uvigo.es/reec
+OK 20210124050557 http://www.forensicarchive.com/the-archive/
+MISS NA http://www.eventbrite.com/event/1605234299.Accessed
+OK 20200831162149 http://dx.doi.org/10.1016/j.landusepol.2009.09.003
+OK 20100114041958 http://www.cebrace.com.br/Conteudo/Vidro03.asp
+OK 20210320191246 https://doi.org/10.1038/gim.2015.30
+OK 20210308103636 http://dx.doi.org/10.1084/jem.20040976
+OK 20180603095053 https://doi.org/10.1016/j.ejca.2011.04.009
+OK 20170510143113 http://dx.doi.org/10.1016/j.semcdb.2014.12.002
+MISS NA http://www.healthdata.org/sites/default/files/files/Projects/GBD/GBD_2017_heirarchies.zipAccessed10
+OK 20190202204347 http://www.rbz.co.zw/monetary-policy.html
+OK 20161223112438 http://dx.doi.org/10.2337/db06-0668
+OK 20210320115205 http://dx.doi.org/10.1086/498113
+OK 20210421014500 http://www.ksh.hu
+MISS NA http://www.jusbrasil.com.br/diarios/104173090/stj-13-11-2015-pg-2518/pdfView
+MISS NA http://dx.doi.org/10.1002/etep.1939
+OK 20200215200054 https://doi.org/10.4054/DemRes.2012.26.17
+OK 20121222214058 http://www.has-sante.fr/portail/upload/docs/application/pdf/Alzheimer%5Ftechno.pdf
+MISS NA https://cdn.americanprogress.org/up-content/uploads/2014/07/RQI-report.pdf
+OK 20200214104946 https://doi.org/10.1007/s13277-015-3850-z
+MISS NA http://monographs.iarc.fr/ENG/Monographs/vol100E/mono100E.pdf.Dateac-cessed
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20200119101000 http://eiop.or.at/eiop/texte/1997-009a.htm
+OK 20200902092642 http://dx.doi.org/10.1377/hlthaff.2010.0238
+OK 20180602062632 http://www.sciencemag.org/cgi/doi/10.1126/science.281.5376.546
+MISS NA https://www.msssi.gob.es/ciudadanos/enfLesiones/enfTransmisibles/sida/publi-caciones/profSanitarios/docEdadAvanzadaVIH.pdf
+OK 20200715085107 http://www.ijelr.in/5.4.18/79-85%20Dr%20MANOJ%20KUMAR%20YADAV.pdf
+OK 20201216192037 http://www.nmc.org/pdf/2007_Horizon_Report.pdf
+OK 20161220135628 http://dx.doi.org/10.1037/0022-3514.67.4.596
+MISS NA http://www.trisec.co.jp/nature-s/howto.html(2016.3.6)hideaki-s@gakushikai.jpnunokawa@nunokawa.jp
+MISS NA http://dx.doi.org/10.1016/j.brq.2016.03.003
+OK 20200819040110 https://doi.org/10.1002/1878-0261.12144
+OK 20201111231022 https://data.worldbank.org/indicator/NY.GDP.MKTP.KD.ZG?locations=RO
+MISS NA http://embryo.asu.edu/handle/10776/17642
+OK 20200729225028 http://dx.doi.org/10.1002/hep.21290
+OK 20180723095626 https://hrcak.srce.hr/file/275534
+MISS NA http://www.wpacouncil.org/node/9adresindenerişildi
+OK 20210314164548 http://www.etso-net.org
+MISS NA http://www.Irrd.apav.org.co/irrd17/10/mapi17115.htm.Accessedon22
+OK 20200718091940 https://eclass.teicrete.gr/modules/document/file.php/DLH105/Research%20Methods%20for%20Business%20Students%2C%205th%20Edition.pdf
+OK 20180611190459 https://doi.org/10.1007/s00404-011-1946-2
+OK 20180605140053 https://doi.org/10.1007/s00285-008-0211-1
+OK 20210211003034 http://www.wipo.int/pressroom/en/articles/2009/article_0002.html
+OK 20200529124404 https://www.uantwerpen.be/images/uantwerpen/container2673/files/Publications/WP/2017/wp-201703.pdf
+OK 20200811034559 https://www.future-science.com/doi/10.2144/000114575
+OK 20201103031137 https://www.hrw.org/news/2011/10/20/belarus-open-joint-ngo-letter-parliament-belarus
+MISS NA https://doi.org/10.1038/s41433-018-0280-3
+OK 20210411000137 https://www.aap.org/en-us/advocacy-and-policy/
+OK 20210413221248 http://dx.doi.org/10.1016/0035-9203
+OK 20180603051755 https://doi.org/10.2307/2009785
+OK 20190426103854 https://doi.org/10.1091/mbc.E15-10-0725
+OK 20210413040912 http://online.ceb.com/calcases/C3/26C3d588.htm
+OK 20180601212517 https://doi.org/10.1142/9789812777249_0001
+OK 20141223230639 http://dx.doi.org/10.1111/1467-9817.00137
+OK 20210413191700 http://dx.doi.org/10.1001/jamainternmed.2013.13018
+OK 20181121191920 http://www.arxiv.org/abs/math-ph/0011042
+OK 20201019190839 https://www.tpl.org/city/norfolk-virginia
+OK 20180609081732 https://doi.org/10.1108/QAE-Feb-2012-0006
+OK 20210420130140 https://padlet.com
+OK 20200913001756 https://doi.org/10.1089/thy.2010.1635
+MISS NA https://doi.org/10.1073/pnas.1501303112
+OK 20210126052144 http://www.whitehutchinson.com/children/articles/outdoor.shtml
+OK 20060713073232 http://www.xraylith.wisc.edu/shadow/shadow.html
+OK 20200117151912 http://www.ascusc.org/jcmc/vol6/issue1/eastin.html
+OK 20190719083317 https://doi.org/10.1016/0021-8502(88)90222-4
+OK 20180611175750 https://doi.org/10.1634/stemcells.19-5-397
+OK 20210302163844 https://doi.org/10.1007/s10236-006-0086-x
+OK 20210414225224 http://www.historyguide.org/europe/lecture14.html
+OK 20201130225928 http://dx.doi.org/10.1371/journal.pone.0174944
+OK 20070815224649 http://cpu.uwc.ac.za/CAPE/index.asp#CAPE
+MISS NA https://doi.org/10.1007/BF03404273
+OK 20180602220441 https://doi.org/10.1038/srep36814
+OK 20180610174225 https://doi.org/10.1007/s10915-012-9680-x
+OK 20161104135157 http://www.panoramio.com/user/4436370/tags/Nature
+MISS NA http://dx.doi.org/10.1111/j.1365-3040.2009.01998.x
+OK 20200929071730 http://www.advancecareplanning.ca/about-advance-care-planning/advance-care-planning-national-task-group/
+OK 20200210170904 http://euratex.eu/fileadmin/user_upload/images/press_releases/presse_2018/Press_Release_EURATEX_BULLETIN_2-2018.pdf
+OK 20200508141350 http://dx.doi.org/10.1186/1471-2474-14-102
+MISS NA https://doi.org/10.18632/aging.101603
+MISS NA http://www.alukah.net/literature_language/0/96991.aṭ-Ṭabarī
+MISS NA https://www.cdc.gov/socialdeterminants/docs/SDH-White-Paper-2010.pdf.Accessed14
+MISS NA http://dx.doi.org/10.24201/edu.v35i2.1867
+OK 20180608022920 http://doi.org/10.1007/s11107-013-0403-5
+MISS NA http://www.xdmf.org,dateaccessed
+OK 20210421192520 http://www.graphics.stanford.edu/projects/forma-urbis/
+OK 20210421140930 http://www.centerwatch.com
+OK 20200904021432 http://doi.org/10.1016/j.brat.2013.03.006
+OK 20210303205232 historiapolitica.com
+OK 20171203074910 http://dx.doi.org/10.1155/2015/205367
+OK 20190405122745 www.therrc.co.uk/rrc_manual.php
+OK 20200526023504 https://doi.org/10.1089/jpm.2010.0413
+OK 20200527191816 https://doi.org/10.1016/j.sbi.2015.08.009
+OK 20161231060458 http://www.nst.com.my/news/2016/09/177225/fuel-prices-go-october
+OK 20180602013021 https://doi.org/10.1590/S1519-70772007000300002
+OK 20210328003526 http://camdenredevelopment.org/
+OK 20200204161247 http://www.nycris.org.uk
+OK 20170716055604 http://www.ncbi.nlm.nih.gov/pubmed/24527314
+OK 20180603122354 https://doi.org/10.1371/journal.pone.0036892
+OK 20180203051632 https://hmt.mining.itb.ac.id/pro-kontra-transportasi-online/
+OK 20100201195111 http://www.m-w.com/dictionary/hospice
+MISS NA http://iai.asm.org/Downloadedfrom
+OK 20210422085331 http://www.ncbi.nlm.nih.gov/
+MISS NA http://dx.doi.org/10.1089/vim.2007.0079
+OK 20200211133235 http://msetc.org/docs/pennsylvaniastatewideworkforceassessmentv1_final_for_web.pdf
+OK 20180604090541 https://doi.org/10.1007/s10551-017-3774-1
+OK 20210415235758 https://www.premier.gov.pl/en.html
+OK 20210419002811 http://www.fao.org/docrep/017/i1688e/i1688e.pdf
+MISS NA http://dx.doi.org/10.1079/9781845936600.0000
+MISS NA http://dx.doi.org/10.9790/487X-1254655
+MISS NA http://doi.org/10.7535/hbkd.2016yx06012
+OK 20210421081709 http://www.sasaweb.com/ContentDetails/ContentDetails#?ContentId=38&SubMenuType=1
+MISS NA http://dx.doi.org/10.1021/ie50467a042
+MISS NA http://www.academia.edu/3131829/Prehistoire_de_la_Geometrie_Premiers_elements_denquete_premieres_conclusionshttp://akira.ruc.dk/~jensh/publications/1996%7BR%7D17_Keller_Prehistoire_MS.PDFReferences
+MISS NA 293.wileyonlinelibrary.com/journal/jrsCopyrightc
+OK 20210414230212 http://www.cs.utk.edu/netsolve/
+OK 20210413161836 http://dx.doi.org/10.1016/S0896-6273
+OK 20160709040145 http://www.quadernidaltritempi.eu/rivista/numero12/03mappe/q12_giorgio_guerrafredda_01.htm
+OK 20210308105445 https://doi.org/10.1016/j.biocontrol.2014.02.015
+MISS NA http://www.prefeitura.sp.gov.br/cidade/secretarias/meio_ambiente/parques/.Acessadoem12/02/2013
+OK 20200903163630 https://doi.org/10.4161/psb.23681
+OK 20210422033211 http://genome.ucsc.edu/
+MISS NA http://hc.rediris.es/02/index.htmlNChomsky
+OK 20170206114643 http://ria.ru/world/20140909/1023445906.html
+MISS NA https://web.archive.org/web/20051017034923/http://www.ftpiicd.org/files/research/reports/report3
+OK 20200206154517 http://dx.doi.org/10.7748/ns2011.08.25.49.35.c8651
+OK 20110718141932 http://dipp.nic.in/reports_dipp.htm
+OK 20151106133825 http://www1.receita.fazenda.gov.br/sistemas/sped-fiscal/download/GUIA_PRATICO_DA_EFD-Versao_2.0.17.pdf
+MISS NA http://www.culturalsurvival.org/programs/panama/IACHR_Petition.pdf
+OK 20210415024105 http://www.mindat.org/index.php
+MISS NA http://ea.donntu.edu.ua:8080/jspui/bitstream/123456789/1783/1/Дистанционноеобучениебудущего%3aискусственныйинтеллектдаетновыевозможности.pdf
+MISS NA http://swtch.com/˜rsc/regexp/
+MISS NA http://dx.doi.org/10.1016/j.nimb.2010.01.014
+OK 20190809190824 http://aprendeenlinea.udea.edu.co/revistas/index.php/cont/article/view/14632
+MISS NA http://dx.doi.org/10.13031/2013.35810
+MISS NA https://www.uta.edu.ec/v2
+OK 20210421202527 http://data.worldbank.org/country/west-bank-gaza
+OK 20180602182402 https://doi.org/10.1146/annurev.ns.35.120185.001415
+OK 20210412230515 https://doi.org/10
+MISS NA http://www.smakraftforeninga.no/visartikkel.php?id=2996
+OK 20201216113622 http://dx.doi.org/10.1101/cshperspect.a000414
+OK 20170823171909 http://www.redalyc.org/pdf/679/67916259012.pdf
+OK 20210214100840 https://trid.trb.org/view.aspx
+MISS NA http://dx.doi.org/10.1023/A:1006408522233
+MISS NA www.opticsin-fobase.org/oe/fulltext.cfm?uri=oe-17-14-11360
+OK 20210328114238 planalto.gov.br/ccivil_03/_Ato2007-2010/2009/Decreto/D6949.htm
+OK 20180602203046 https://doi.org/10.4314/ajpsy.v12i3.48496
+OK 20210224045959 https://blogs.mcafee.com/mcafee-labs/fakeinstaller-leads-the-attack-on-android-phones
+OK 20170715081731 http://dx.doi.org/10.1093/cid/cit603
+OK 20200612025917 https://doi.org/10.1371/journal.pgen.1002810
+MISS NA http://ec.europa.eu/enlargement/archives/seerecon/kosovo/doc-uments/kosovo_toward_stability_and_prosperity_1999.pdf
+OK 20210415073450 www.mta.gov.tr
+OK 20180823181503 http://dx.doi.org/10.1080/00016470052943829
+MISS NA http://link.periodicos.capes.gov.br.ez15.periodicos.capes.gov.br/sfxlcl3
+OK 20170720232802 http://dx.doi.org/10.1172/JCI36800
+OK 20201112200413 http://dx.doi.org/10.1016/0022-1031(77)90049-X
+OK 20210313073816 http://www.bom.gov.au/climate/averages/tables/cw_086282.shtml
+OK 20210411173141 http://www.qje.oxfordjournals.org
+OK 20180612045519 https://doi.org/10.1016/S0378-1127(00)00513-2
+OK 20180602164515 https://doi.org/10.1128/JCM.01679-15
+OK 20180604142717 https://doi.org/10.2175/106143095X131466
+MISS NA http://www.scheu-dental.com/files/katalog/katalog_SCHEU_08_F.pdf
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1807-55092013000100010&lng=pt&nrm=iso
+OK 20210420050311 http://dx.doi.org/10.3201/eid1909.130682
+OK 20200811131440 http://unctadstat.unctad.org/wds/TableViewer/tableView.aspx?ReportId=88
+OK 20210401163738 http://www.wikitude.org/
+OK 20210323131325 http://dx.doi.org/10.1016/j
+OK 20180603172102 https://doi.org/10.1038/sj.emboj.7600875
+OK 20180612154956 https://doi.org/10.1039/c3ta12902k
+MISS NA http://dx.doi.org/10.1016/j.jhydrol.2010.02.024
+OK 20070717133322 http://www.athabascau.ca/writers/barocque.html
+MISS NA http://www.ipea.gov.br/agencia/images/stories/PDFs/livros/livros/livro\\_brasil\\_desenvolvimen-to2013\\_vol03.pdf
+OK 20210420082738 http://r0k.us/graphics/kodak/
+MISS NA http://dx.doi.org/10.5772/intechopen.83594
+OK 20200914154114 http://www.un.org/ru/documents/decl_conv/conventions/agenda21_ch9.shtml
+OK 20210415080327 http://dx.doi.org/10.1029/2008GL035363
+OK 20181202042925 http://dl.acm.org/citation.cfm?id=1298455.1298481
+OK 20200813203046 https://doi.org/10.1073/pnas.1203530109
+OK 20180602225505 https://doi.org/10.1179/sic.2001.46.1.68
+OK 20110907140839 http://www.straight.com/article/baffling-brain-ailment-hits-heroin-smokers
+OK 20210307235856 https://doi.org/10.1007/s10592-006-9134-9
+MISS NA http://dx.doi.org/10.2190/bv5h-3630-18cu-6c3b
+OK 20210418030025 www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Citation&list_uids=5491323
+OK 20210125071507 https://www.gastro.org/practice-guidance/practice-updates/covid-19/gastroenterology-professional-society-guidance-on-endoscopic-procedures-during-the-covid-19-pandemic
+OK 20180602052227 https://doi.org/10.1371/journal.pone.0038639
+MISS NA http://www.taz.de/!5153500/
+OK 20180604025313 https://doi.org/10.1016/j.landusepol.2015.05.015
+MISS NA http://doi.org/10.1016/0163-6383
+OK 20201111203829 http://www.biomedcentral.com/1472-6882/8/52
+MISS NA http://www.stat.stanford.edu/∼donoho/Lectures/AMS2000/AMS2000.html
+OK 20151230231712 http://www.ihealthbeat.org/insight/2010/virginia-bill-mandates-coverage-of-telemedicine-barriers-remain
+OK 20200818045124 http://dx.doi.org/10.1128/MMBR.00076-15
+OK 20200616005556 Http://www.zzzs.si/zzzs/info/egradiva.nsf/0/36c5c4c79cadb667c125729e0041f4ba/$FILE/splosni%20dogovor%202007.pdf
+OK 20210415141817 http://dx.doi.org/10.1643/0045-8511
+OK 20181008123224 http://eib.sep.gob.mx/files/reflexiones_fornet.pdf
+OK 20200529002725 http://www.iie.org/en/Research-and-Publications/Open-Doors/Data/Fast-Facts#.Vy-Susv2YdV
+OK 20210404191804 http://quaternary.stratigraphy.org/workinggroups/anthropocene/
+MISS NA http://dx.doi.org/10.1207/s15326942dn2901_2
+OK 20210414221012 www.cigionline.org
+MISS NA http://dx.doi.org/10.1504/IJLIC.2006.009212
+MISS NA http://dx.doi.org/10.1590/S1414-32832002000100001
+OK 20200304234151 http://www.huffingtonpost.com/michael-a-santoro-and-wendy-goldberg/chinese-internet-censorsh_b_156212.html
+OK 20080519210507 http://www.emclab.umr.edu/consortium/technical.html
+OK 20180602072709 https://doi.org/10.15587/1729-4061.2017.106925
+OK 20180612204853 https://doi.org/10.1016/j.jsams.2013.05.008
+OK 20200819102938 http://dx.doi.org/10.1109/TIFS.2009.2033233
+OK 20210420073316 http://www.wolfsberg-principles.com
+OK 20180603105942 https://doi.org/10.1002/uog.318
+MISS NA https://zakon.rada.gov.ua/rada/show/vb4576091023
+MISS NA http://apps.olin.wustl.edu/faculty/Gopalan/credit_ratings_and_liquidity_risk.pdd
+OK 20210304193044 https://doi.org/10.1162/POSC_a_00049
+OK 20200823012506 http://dx.doi.org/10.1146/annurev.arplant.59.032607.092752
+MISS NA http://journals.cambridge.org/article_S0022112010002466.8,40
+OK 20200827104952 https://doi.org/10.1038/nature06805
+OK 20210417175012 http://www.hebirobotics.com
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3180145/
+OK 20200818100155 http://dx.doi.org/10.1614/WS-04-044R2
+MISS NA http://www.journalofvision.org/content/10/12/33
+MISS NA http://studentsrepo.um.edu.my/7599/6/THESIS__FINAL_-_ESMALI_B._BARI_%2528PHA_120028%2529_COPY_3.pdf
+MISS NA https://doi.org/10.1186/s13036-019-0144-9
+OK 20200826180130 https://doi.org/10.1038/nature03611
+MISS NA http://www.jbc.org/content/254/8/2592
+OK 20201129130345 http://dx.doi.org/10.1105/tpc.7.7.1085
+OK 20170914051245 http://cancerres.aacrjournals.org/content/41/1/187
+OK 20210306062445 https://doi.org/10.1215/08992363-14-2-361
+OK 20210415010042 http://www.ecologyandsociety.org/vol13/iss2/art46/
+OK 20170801213501 http://industri.kontan.co.id/news/kuartal-iii-penjualan-amdk-capai-173-miliar-liter
+OK 20190611233242 http://alainet.org/active/56380
+MISS NA https://doi.org/10.1038/nrd.2016.238
+OK 20210413015906 https://doi.org/10.1002/asi
+OK 20200611092046 https://doi.org/10.1002/smll.201602133
+MISS NA https://doi.org/10.1097/01.hjh.0000431740.32696.ccPMid
+OK 20201011192826 https://doi.org/10.1083/jcb.142.2.457
+OK 20180602224305 https://doi.org/10.1038/nsmb.2057
+MISS NA http://www.education/vic.gov.au/about/Programs/infrastruct935ure/Pages/newschoolsproject.aspx
+OK 20180602070239 https://doi.org/10.1530/JME-13-0201
+OK 20200616022648 http://vanbeek.geo.uu.nl/suppinfo/vanbeekbierkens2009.pdf
+OK 20180830053701 http://www.lecceweb.it/community/dialettario.php
+MISS NA pic.qcslink.com/introPLC/AdvOFDM.htm
+MISS NA https://doi.org/10.13810/j.cnki
+OK 20200906164305 http://journals.ateneo.edu/ojs/index.php/kk/article/view/KK2016.02615
+MISS NA www.researchgate.net/publication/235777342_Analysis_of_Hyoid_Bone_Using_3D_
+OK 20210413013522 www.nber.org/papers/w21342
+MISS NA http://www.bloodjournal.org/content/122/26/4230.full.html
+MISS NA http://www.un-aids.org/bangkok2004/report_pdf.html
+OK 20210128100245 http://english.ahram.org.eg/NewsContent/3/12/101910/Business/Economy/Egypts-per-capita-water-share-falls--pct-in--years.aspx
+MISS NA https://www.bolasport.com/read/311369950/persahabatan-antarsuporter-banyak-teman-banyak-rezeki?page=all
+MISS NA http://disciplinas.stoa.usp.br/pluginfile.php/176451
+OK 20180610153844 https://doi.org/10.1016/j.ejphar.2011.09.007
+OK 20210328044101 http://www.praat.org/
+MISS NA http://dx.doi.org/10.1096/fj.02-0941fje
+MISS NA http://www.grin.com/en/e-book/280336/determining-factors-and-impacts-of-modern-agricultural-technology-adoptionCSA
+MISS NA http://www.fines-cluster.eu/fines/jm/Documents/Download-document/410-FInES-Horizon-2020_Position-Paper-v2.00_Annex.html
+MISS NA http://www.msu.edu/user/stynes/pubs.htmU.S.CensusBureau
+MISS NA http://smart-lab.ru/blog/174308.php
+OK 20190625025945 https://doi.org/10.1016/j.mehy.2010.02.003
+OK 20181026183658 http://dx.doi.org/10.1093/jac/dkp101
+OK 20201017003258 https://doi.org/10.1146/annurev-physchem-032811-112012
+OK 20201106043005 https://doi.org/10.1016/j.biopsych.2005.12.015
+MISS NA https://doi.org/https://doi.org/10.1016/j.seppur.2013.04.030
+OK 20200516071614 http://dx.doi.org/10.1109/TPAS.1970.292812
+MISS NA https://www.trt4.jus.br/sear-ch
+OK 20190718181649 http://law.univ.kiev.ua/images/stories/Lit/kaf-zemel/2012-round-table.pdf
+OK 20130509192651 http://www.itfacts.biz/index.php?id=P1654
+OK 20210413012101 https://doi.org/10.1175/1520-0442
+OK 20200717201443 https://www.syekhnurjati.ac.id/jurnal/index.php/oasis/article/view/1028
+MISS NA http://www.osti.gov/bridge/servlets/purl/568983-AkVFPW/webviewable/568983.pdf
+OK 20201109215927 www.cellnumbers.com/cell-phone-usage.aspx
+MISS NA http://proceedings.eceee.org/visabstrakt.php?event=5&doc=5-368-15
+OK 20210118151250 http://www.geohive.com/default1.aspx
+OK 20180603084222 https://doi.org/10.1152/japplphysiol.01066.2005
+OK 20180602044654 https://doi.org/10.1029/2006WR004927
+OK 20161006155435 www.uwaproject.org
+OK 20171118154201 http://www.prb.org/pdf12/malawi-datasheet-2012.pdf
+OK 20200709085451 https://doi.org/10.1177/016344390012004002
+OK 20201006173244 https://doi.org/10.1080/10494820.2018.1543200
+OK 20180410114226 http://www.revistatog.com/num20/pdfs/original4.pdf
+OK 20200925203849 http://www.hse.gov.uk/research/rrpdf/rr675.pdf
+OK 20210127224033 http://time.com/5205314/facebook-cambridge-analytica-breach/
+OK 20180601214925 https://doi.org/10.26439/contratexto.2017.027.002
+MISS NA http://caffe.berkeleyvision
+MISS NA dewww.escolanomade.org
+OK 20210415101015 http://dx.doi.org/10.1175/1520-0469
+OK 20210309040013 http://www.qualcomm.com/1000x
+OK 20190725135052 http://dx.doi.org/10.1128/JVI.00041-10
+OK 20210326185559 https://www.dplh.wa.gov.au/alt
+OK 20191121224732 http://dx.doi.org/10.3916/C44-2015-13
+MISS NA http://www.arxiv.org/abs/math.CO/0501313
+MISS NA http://www.iso.org/iso/catalogue_detail.htm?csnumber=53375
+OK 20200207223800 http://dx.doi.org/10.1007/978-1-4020-9231-2_16
+OK 20200126235148 http://ojs.mdpu.org.ua/index.php/biol/article/view/119/1723
+OK 20171213091944 http://dx.doi.org/10.1007/s10549-007-9633-5
+OK 20151004040901 http://www.saudeanimal.com.br/extinto25.htm
+OK 20210421162218 http://citeseerx.ist.psu.edu/viewdoc/download
+MISS NA http://www.sumsar.net/papers/ICMPC2012rasmusbaath.pdf
+OK 20191008174921 http://nbn-resolving.de/urn:nbn:de
+OK 20210225131337 http://www.elft.hu
+OK 20201105231647 http://www.revistaeducacion.mec.es/re343_monografico.htm
+OK 20210414140527 http://www.victoriancurriculum.vcaa.vic.edu.au
+OK 20200223152853 http://www.fccc.edu/research/labs/dunbrack/culledpdb.html
+OK 20200614135531 https://doi.org/10.1016/j.cyto.2012.06.018
+OK 20130915004203 http://dx.doi.org/10.1016/S0277-9536(01)00209-X
+OK 20210415012140 http://cs.gmu.edu/~sean/book/metaheuristics/
+OK 20180602063755 https://doi.org/10.3109/14767058.2015.1079614
+OK 20180610230559 https://doi.org/10.3989/gya.0706142
+OK 20210422080448 http://en.wikipedia.org/wiki/Nielsen_ratings
+OK 20180604042606 https://doi.org/10.1093/toxsci/kfu118
+OK 20210414191500 https://www.saltstack.com/
+MISS NA http://img.ivz.si/janez/2541-8149.pdf
+OK 20170106170729 http://www.cepr.org/pubs/dps/DP9277.asp
+OK 20210227175918 http://opinionator.blogs.nytimes.com/2013/05/15/targeting-texas/
+OK 20210223225541 http://www.nellis.af.mil/library/flyingoperations.asp
+OK 20210308022722 http://wac.colostate.edu/books/owi/
+OK 20200617183534 http://dx.doi.org/10.1093/nar/gkq032
+OK 20180602143942 https://doi.org/10.1136/oem.60.5.330
+OK 20200213002811 https://doi.org/10.24821/resital.v15i2.849
+OK 20210421133643 http://www.bne.es/
+OK 20210412233804 https://doi.org/10.1021/acs.est.6b05878
+OK 20210404051855 https://www.cambridge.org/core/terms
+OK 20200212123516 https://doi.org/10.1080/23311975.2018.1507276
+MISS NA https://doi.org/10.5194/acp-2018-373Manuscript
+OK 20200228112224 https://doi.org/10.5194/acp-12-6309-2012
+OK 20200623130234 https://doi.org/10.1016/j.cell.2004.12.033
+OK 20180517074833 http://siteresources.worldbank.org/INTAFRREGTOPSEIA/Resources/paper_Kellaghan.pdf
+OK 20021018190312 www.who.int/whr/1996/exsume.htm
+OK 20210110172331 http://www.bom.gov.au/jsp/awap/
+OK 20200109020753 http://www.chesapeakebay.net/channel_files/19193/chesapeake_2000.pdf
+MISS NA http://www-rnks.informatik.tu-cottbus.de/content/unrestricted/teachings/2004/
+OK 20170901104545 http://dx.doi.org/10.1016/j.psyneuen.2010.06.005
+OK 20200902154122 https://doi.org/10.1590/
+OK 20210414000719 http://dx.doi.org/10.1016/S0148-2963
+MISS NA http://dx.doi.org/10.2139/ssrn.350100
+OK 20200809021638 http://dx.doi.org/10.1111/jfd.12053
+MISS NA https://doi.org/10.1186/1471-213X-6-1PMID
+OK 20081118131044 http://www.nnlm.nlm.nih.gov/pnr/eval/rogers.html
+MISS NA http://jsll.jsmz.gov.cn:85/eap/83.news.detail?news_id=382715
+OK 20200623110006 https://doi.org/10.1073/pnas.1408148111
+MISS NA http://www.expandnet.net/PDFs/ExpandNet-WHO%20Nine%20Step%20Guide%20published.pdf12
+OK 20201008074827 https://doi.org/10.1016/j.jmva.2014.11.005
+OK 20180603201658 https://doi.org/10.1017/S183336720000170X
+MISS NA https://doi.org/10.1037/dev0000014
+OK 20170923042021 http://www.portcom.intercom.org.br/revistas/index.php/revistaintercom/article/view/1888/1683
+OK 20190704153343 http://www.stoa.org/sol/history.shtml
+MISS NA https://dialnet.unirioja.es/servlet/articulo?codigo=4154471
+MISS NA http://www.harryganzeboom.nl/ISCO08/isco08_with_isei.pdf.Accessed17
+OK 20210422083349 http://www.R-project.org/
+OK 20161021022454 http://seismo.ethz.ch/GSHAP/
+MISS NA http://www.wm.edu/education/599/05Projects/Jennings_599.pdf
+OK 20200528080255 http://dx.doi.org/10.1090/S1088-4165-05-00191-3
+OK 20200708055632 https://doi.org/10.1016/j.ifacol.2018.08.287
+OK 20180611003717 https://doi.org/10.1016/j.geoderma.2015.11.030
+OK 20161221130102 http://dx.doi.org/10.1091/mbc.E06-11-0987
+OK 20180602153416 https://doi.org/10.3201/eid1111.050851
+MISS NA http://www98.griffith.edu.au/dspace/bitstream/handle/10072/1051/?sequence=1
+OK 20210227080456 https://doi.org/10.1186/jbiol60
+MISS NA https://www.youtube.com/watch?v=dMF9RT3SjpE
+MISS NA http://www.inca.edu.cu/productos/pdf/Micorrizas.pdf.Consultadoel13defebrerode2012.INFORGANIC2005.Lafijaciónsimbióticadenitrógenoensoja.Disponibleen:inforganic.com/page=76&c7c33d0f000249bdc7cdeb41a72.Consultadoel20defebrerode2012
+MISS NA http://library.wur.nl/WebQuery/clc/580108
+OK 20201023011531 http://www.theatlantic.com/technology/archive/2012/02/what-professional-designers-can-learn-from-the-diy-crowd/252719/
+MISS NA http://linkinghub.elsevier.com/re-trieve/pii/S0091743514001315
+OK 20210319094323 http://www.naturaldatabase.com
+OK 20180602004114 https://doi.org/10.1080/14790710608668392
+OK 20180602051538 https://doi.org/10.1590/S1414-98932010000100011
+MISS NA http://www.ohri.ca/programs/clinical_epidemiology/oxford.asp.Accessed4
+MISS NA https://www.iess.gob.ec/es/inst-quienes-somosKotler
+MISS NA http://www.questia.com/googleScholar.qst?docId=5000601027
+OK 20180602074357 https://doi.org/10.1261/rna.043133.113
+MISS NA http://kalemacademy.com/Cms_Data/Contents/KalemAcademyDB/Folders/SayiMakaleleri/~contents/DK82NBLT
+OK 20200829123159 https://doi.org/10.1038/nature01368
+OK 20180605174758 https://doi.org/10.1016/j.mayocp.2014.02.018
+MISS NA http://www.riversideca.gov/finance/PDF/budget-1618/CommunityImprovementProgramSummary.pdfAccessed
+OK 20180602162827 https://doi.org/10.1002/wdev.7
+MISS NA http://biblioteca.planejamento.gov.br/biblioteca-digital/biblioteca-digital/mencao_honrosa_marcia_IV_premio.pdf
+OK 20210415142653 http://www.zef.de/fileadmin/webfiles/downloads/projects/el-mikawy/egypt_final_en.pdf
+OK 20180103070448 http://dx.doi.org/10.1586/erv.09.133
+MISS NA http://www.dhss.state.mo.us/NewsAndPublicNotices/05FishAdvisory.pdfS
+OK 20180612040046 https://doi.org/10.1016/j.ijsolstr.2009.08.007
+MISS NA http://www.umweltbun-desamt.de/sites/default/files/medien/461/publikatio-nen/4412.pdf
+MISS NA https://doi.org/10.1016/0028-3932
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=263052&tool=pmcentrez&rendertype=abstract
+OK 20210415105642 http://www.Selectagents.gov/Regulations.html
+OK 20210410163209 http://www.oepa.net/
+MISS NA https://elibrary.ru/item.asp?id=28813658
+MISS NA http://www.statsoft.comStrohecker
+OK 20190218001609 https://eprint.iacr.org/2018/508
+MISS NA https://doi.org/10.1080/14682753.2017.1362167
+OK 20180602050526 http://stacks.iop.org/1742-6596/34/i=1/a=155?key=crossref.bff295028caa2a3d7f77f4457200f41f
+OK 20200711200827 http://dx.doi.org/10.1038/nature09355
+OK 20210126044854 www.gifted.uconn.edu/siegle/Dissertations/Eric%20Mann.pdf
+OK 20200906141843 https://doi.org/10.1007/s10606-012-9178-y
+OK 20210421191114 https://www.cambridge.org/core
+OK 20180602002449 https://doi.org/10.1158/1541-7786.MCR-13-0567
+MISS NA https://doi.org/10.3390/molecules23071623
+MISS NA http://www.hydro.co.nz/l_greenhouse_com/greenhouse.html
+MISS NA Wellington.www.mfe.govt.nz/environmental-reporting/land/area-native-land-cover-indicator/legally-protected-conservation-land.html-accessed10
+OK 20210223161052 https://www.ictj.org/sites/default/files/ICTJ-SierraLeone-Handbook-TRC-2003-English.pdf
+OK 20200202000836 http://dx.doi.org/10.2307/1252129
+OK 20170901153659 http://www.jimmunol.org/content/160/8/3642
+MISS NA https://doi.org/10.1101/349365doi:bioRxivpreprint9
+OK 20180602174420 https://doi.org/10.3349/ymj.2017.58.5.975
+MISS NA fromwww.bclaws.ca/EPLibraries/bclaws_new/document/ID/Fre
+OK 20160903124750 http://www.mpfs.de/index.php?id=676
+OK 20190712220916 https://www.ncbi.nlm.nih.gov/pubmed/27746034
+OK 20210406061651 www.energystar.gov/index.cfm?c=business.bus_upgrade_manual
+OK 20210422010054 http://www.womensenews.org/article.cfm/dyn/aid/2176/context/archive
+MISS NA http://dx.doi.org/10.2147/OPTH.SI33839
+OK 20180601230737 https://doi.org/10.1029/96WR02985
+OK 20210211005135 http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0078460
+OK 20180602054131 https://doi.org/10.1128/jb.176.9.2754-2758.1994
+MISS NA https://minerva.usc.es/xmlui/bitstream/handle/10347/7331/6-Leontaridi.pdf?sequence=1
+OK 20180609170430 https://doi.org/10.1016/j.watres.2008.10.034
+OK 20210420045517 http://www.who.int/mediacentre/factsheets/fs164/en/
+OK 20191229011604 https://www.genomicsengland.co.uk/the-100000-genomes-project/understanding-genomics/rare-disease-genomics/
+MISS NA http://sciforedu.ruISSN
+OK 20180602165234 https://doi.org/10.1038/labinvest.2011.116
+OK 20180602110845 https://doi.org/10.1128/AAC.00482-15
+OK 20210415052611 http://dx.doi.org/10.1186/s13075-015-0802-3
+OK 20090530054100 http://www.mujerysalud.gob.mx/mys/doc_pdf/encuesta_nacional.pdf
+OK 20070518031208 http://elib.uni-stuttgart.de/opus/volltexte/2000/650/
+MISS NA https://www.stern.de/tv/faq-krankhafte-fettverteilung--was-sie-ueber-lipoe-deme-wissen-sollten-7339120.html
+MISS NA http://doi.acm.org/10.1145/1177080.1177101
+MISS NA http://dx.doi.org/10.5282/o-bib/2015H1S68-74
+MISS NA http://wwwisis.ufg.edu.sv/wwwisis/documentos/TE/638.1-A162p/638.1-A162p-
+OK 20210309172907 http://prrac.org/newsletters/novdec2012.pdf
+MISS NA http://mocportfolioprogram.org/about/.AccessedJuly9
+OK 20210421011035 http://webbook.nist.gov/chemistry/fluid/
+OK 20210413132857 http://dx.doi.org/10.1007/978-1-4899-2271-7
+OK 20210409190838 http://mekongtourism.org/website/wp-content/uploads/downloads/2011/02/Fact-Sheet-Global-Ecotourism-IETS.pdf
+MISS NA http://dx.doi.org/10.4049/jimmunol.166.5.3589
+OK 20190528135844 https://doi.org/10.1016/S0272-7358(97)00105-0
+MISS NA http://dx.doi.org/10.1039/b510800d
+OK 20180602200811 https://doi.org/10.1126/science.293.5535.1611
+OK 20210413210152 http://dx.doi.org/10.1016/S0046-8177
+OK 20161221062638 http://dx.doi.org/10.1083/jcb.200604113
+OK 20081212033925 http://www.thenews.com.pk/daily_detail.asp?id=139905
+OK 20210415145424 http://yosemite.epa.gov/sab/SABPRODUCT.NSF/81e39f4c09954fcb85256ead006be86e/73
+OK 20180602080757 https://doi.org/10.1093/nar/gkp497
+OK 20200212025603 https://doi.org/10.1088/1126-6708/2002/05/027
+OK 20210126030815 www.messefrankfurt.com.hk
+OK 20210307110705 http://www.jcrinc.com/Joint-Commission-Requirements/Hospitals/#PCadresinden10.05.2010tarihindeeriflilmifltir
+OK 20210415091321 http://www.pewinternet.org/~/media//Files/Reports/2009/PIP_Health_2009.pdf
+MISS NA http://www.charlestonchamber.net/uploads/Medical10L.pdfon
+MISS NA http://dx.doi.org/10.15863/TAS.2015.12.32.5
+OK 20210105224828 http://www.daserste.de/specials/service/ard-text-35-geburtstag-infos-100.html
+OK 20180602152858 https://doi.org/10.3382/ps.2013-03225
+MISS NA http://www.theatermania.com/new-york-city-theater/news/seth-macfarlane-wants-you-to-know-he-could-totally_64436.html
+OK 20210414004206 http://plato.stanford.edu/archives/win2014/entries/galileo/
+OK 20180602214704 https://doi.org/10.1103/PhysRevLett.80.2685
+OK 20180611191730 https://doi.org/10.1108/02621710810895677
+OK 20190213135436 http://dx.doi.org/10.1007/s10973-011-2170-9
+OK 20210326184135 https://doi.org/10.1074/mcp.M115.057117
+MISS NA http://dx.doi.org/10.1016/j.wneu.2013.01.106
+OK 20170718173054 http://dx.doi.org/10.17801/0101-3122/rbs.v21n1p114-121
+OK 20210421231852 http://www.ipcc.ch/report/ar5/wg1
+OK 20180605105054 https://doi.org/10.1016/j.geomorph.2015.10.027
+OK 20171230224640 http://pubs.iied.org/16514IIED.html
+OK 20210415132332 http://www.uppaal.com/
+OK 20210413052815 http://dx.doi.org/10.3897/zookeys.271.4062
+OK 20180610214751 https://doi.org/10.1007/s12020-016-0863-3
+OK 20210414120811 https://doi.org/10.1016/j.eneco.2017.12.023
+OK 20200213170042 https://doi.org/10.18860/jmpi.v4i1.7339
+MISS NA http://psocare.agenzia-farmaco.it/REPORT2008_defweb.pdf
+OK 20210214005226 http://dx.doi.org/10.1027/1864-9335/a000178
+OK 20180601212245 https://doi.org/10.1002/prot.20784
+OK 20200710052617 https://doi.org/10.1260/0266-3511.28.3-4.187
+MISS NA http://www.healthmeasures.net/explore-measurement-systems/promis.Accessed
+OK 20180609115125 https://doi.org/10.1046/j.1471-4159.1997.69041484.x
+OK 20200829032330 https://doi.org/10.1016/j.ymgme.2004.04.011
+OK 20200925231556 https://doi.org/10.1016/j.healthplace.2014.10.015
+OK 20200623120426 https://doi.org/10.1029/2011GL048355
+MISS NA http://www.tandfonline.com/doi/abs/10.1080/15228959.2013.842414?queryID=%24%7BresultBean.queryID%7D&#.VOtPYvmsU4E
+OK 20190402182911 http://www.sciencedaily.com/releases/2015/11/151118101815.htm
+OK 20180610102558 https://doi.org/10.1007/bf00845390
+OK 20210421072230 https://www.ams.usda.gov/datasets/pdp
+MISS NA http://www.dw.com/uk/,Порошенкопідписавзаконипродекомунізацію
+MISS NA http://dfat.gov.au/trade/agreements/rcep/Pages/background-to-the-region-al-comprehensive-economic-partnership-rcep-initiative.aspx
+OK 20180605170317 https://doi.org/10.1016/j.exphem.2008.11.002
+MISS NA http://hvg.hu/itthon/20110816_jobbik_jozan_emberekUtolsóletöltésdátuma
+OK 20210422050259 http://www.newsis.com/
+OK 20170720154903 http://dx.doi.org/10.4161/gmic.19934
+OK 20200721140953 https://doi.org/10.1016/j.jclinepi.2019.06.014
+OK 20130906212423 http://www.efficiencyvermont.com/pages/Residential/SavingEnergy/HighElectricBills/
+OK 20171115171206 http://lepewwg.web.cern.ch/LEPEWWG/lepww/tgc/
+MISS NA https://doi.org/10.1186/s40249-018-0421-8
+MISS NA https://doi.org/10.1371/journal.pone.0109178PONE-D-14-13958
+OK 20170506162148 http://www.nytimes.com/2010/04/26/opinion/26krugman.html?_r=0
+OK 20210319221301 http://www.nvidia.com/object/cudahome.html
+OK 20180602153534 https://doi.org/10.1016/j.earlhumdev.2017.04.010
+OK 20180608030719 https://doi.org/10.1016/j.canlet.2013.07.034
+OK 20210415054226 https://doi.org/10.1177/160940690600500107
+MISS NA http://www.kff.org/rxdrugs/loader.cfm?url=/commonspot/security/getfile.cfm&PageID=13796
+OK 20180602131512 https://doi.org/10.1186/ar3827
+OK 20180603170814 https://doi.org/10.1074/jbc.M110.128561
+OK 20171203024043 http://www.biomedcentral.com/1471-2148/11/14
+OK 20100412203943 http://smartboard.com.ua/ru/howtos/13.htm
+MISS NA https://www.google.com/search?q=Scolarisation+des+élèves+en+situation-2007
+OK 20180612213115 https://doi.org/10.1057/palgrave.bm.2550055
+OK 20210326131652 https://doi.org/10.1038/nmat1849
+OK 20120324150227 https://www.atips.ca/projects/qcadesigner
+MISS NA http://www.ifrs.org/NR/rdonlyres/1CFBC1A8-50F1-4BF3-9A33-579F849560C8/0/EDAmendstoIAS37.pdf
+MISS NA https://clinicaltrials.gov/ct2/show/NCT00957229.Accessed
+OK 20200710011732 http://dx.doi.org/10.1111/j.1467-9450.1994.tb00956.x
+MISS NA https://bit.ly/2U4zt4W
+OK 20180602125640 https://doi.org/10.1128/AEM.01399-06
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+MISS NA http://dx.doi.org/10.1016/j.curobgyn.2006.05.003
+MISS NA http://www.riedlab.nci.nih.gov/publications/DNA%20Prep_TC%20%20High%20Salt.doc.pdf.Online
+MISS NA www.disastercenter.com/laworder12938
+OK 20210311054228 https://doi.org/10.1249/MSS.0b013e318195a21a
+MISS NA http://www.ilt.columbia.edu/publica-tions/locke_understanding.html
+OK 20180602235941 http://doi.org/10.1177/1757975913507297
+OK 20201021052140 https://novate.ru/blogs/290416/36153/
+MISS NA http://www.stats.bris.ac.uk/wavethresh/
+MISS NA http://dx.doi.org/10.1016/j.csda.2008.04.031
+OK 20201109040951 http://www.thedenverdailynews.com/article.php?aID=9667
+OK 20210308011134 https://doi.org/10.1038/nature12354
+OK 20180602040542 https://doi.org/10.1111/j.1439-0485.2011.00429.x
+OK 20180602121959 https://doi.org/10.3390/atmos7050073
+OK 20201217111840 http://www.iaac.org.uk
+OK 20210308062019 https://doi.org/10.1080/01621459.1958.10501452
+MISS NA https://doi.org/doi:10.1016/j.brat.2007.04.009
+MISS NA https://www.sisben.gov.co/sisben/Paginas/Sisb%C3%A9n-III.aspx19
+OK 20210419161726 http://www.etcsl.orinst.ox.ac.uk
+MISS NA http://www.cultura.ba.gov.br/wp-content/uploads/2010/12/Relatorio_SECULT-2007-2010.pdf
+OK 20210422032218 http://www.who.int/mediacentre/factsheets/fs204/en
+OK 20150717080958 http://www.census.gov/hhes/www/cpstables/032011/perinc/new03_001.htm
+MISS NA http://dx.doi.org/10.1128/JVI.01233-06
+OK 20200215171215 http://doi.org/10.1007/s13277-011-0301-3
+OK 20040604055706 http://www-lis.gseis.ucla.edu/DL/
+OK 20170908042252 http://dx.doi.org/10.1016/j.tips.2013.03.006
+MISS NA http://cyfrowaekonomia.pl/niemcy--uznaly-bitcoin
+OK 20210421134941 http://www.bluetooth.com
+OK 20210329162938 http://www.gezondheidsraad.nl/en/publications/
+MISS NA http://www.scielo.br/pdf/ref/v10n2/14972.Acessoem22/05/2019
+MISS NA http://ecfr.gpoaccess.gov13ABAQUSversion6.11On-lineDocumentation
+OK 20200603100000 https://doi.org/10.1016/j.watres.2008.04.006
+OK 20210312193346 https://code.google.com/p/course-builder/
+MISS NA http://activelivingresearch.org/active-education-physical-education-phys-ical-activity-and-academic-performance
+OK 20210421070259 http://www.mathworks.com
+OK 20210308091221 https://doi.org/10.1016/j.cortex.2012.05.022
+OK 20210416011150 https://doi.org/10.1016/S0896-6273(02)01144-3
+MISS NA http://dx.doi.org/10.1097/00005072-199305000-00008
+OK 20180602122902 https://doi.org/10.17660/ActaHortic.2005.693.17
+OK 20151028080142 http://dx.doi.org/10.1371/journal.pone.0077763
+OK 20200614132135 https://doi.org/10.1038/s41380-020-0649-0
+OK 20180608063623 https://doi.org/10.1007/s10584-007-9361-1
+OK 20200304073411 https://doi.org/10.1080/13698575.2013.802295
+MISS NA http://www.whc.uneco.org/en/list/320-ICOMOS-363.pdf
+MISS NA http://ssrn.com/abstract=2508929.Acessoem
+OK 20170502150450 http://dx.doi.org/10.1007/s10693-011-0114-y
+OK 20150426220146 http://fingerprint.nist.gov/minex
+OK 20180602191115 https://doi.org/10.1128/EC.00121-06
+OK 20201126075450 http://edis.ifas.ufl.edu/pdffiles/PI/PI12600.pdf
+OK 20200508134628 https://doi.org/10.4324/9781315848273
+OK 20210421071617 http://www.tripwire.com
+MISS NA https://doi.org/10.1051/matecconf/201815603048
+MISS NA http://dx.doi.org/10.1016/S1353-8020(09)70439-0
+OK 20210227012446 http://dbpubs.stanford.edu:8090/pub/1999-66
+OK 20200717031714 http://www.ijesrt.com
+MISS NA http://pad.edu/wp-content/uploads/2012/01/Paper_TSU_Final.pdfPROYECTO
+OK 20180602120829 https://doi.org/10.1179/sre.1983.27.207.43
+MISS NA http://dx.doi.org/10.1074/jbc.M803109200
+OK 20120423231557 http://www.Yet2.com/app/about/about/com
+MISS NA http://www.cptnacional.org.br/index.php/component/jdownloads/category/5-assassinatos?start=10
+OK 20210307231329 https://doi.org/10.3758/brm.41.4.1149
+MISS NA https://www.cun.es/enfermedades-tratamientos/enfermedades/tiroiditis-hashimoto.Published
+OK 20210120090056 http://www.sltinfo.com/type-token-ratio/
+OK 20201124151712 http://www.webcitation.org/5VkcHLeQw
+OK 20180604231510 https://doi.org/10.1161/CIRCULATIONAHA.108.837369
+OK 20180612020741 https://doi.org/10.1016/j.envint.2009.09.003
+MISS NA https://ssrn.com/abstract=3226051
+MISS NA http://dx.doi.org/10.1007/s10584-012-0450-4
+OK 20210314170550 http://www.hrw.org/sites/default/files/reports/turkey0511webwcover.pdf
+OK 20180615084604 http://link.springer.com/10.1007/978-3-319-12274-8_12
+OK 20210325082038 http://heis.vuv.cz
+OK 20180602060525 https://doi.org/10.1210/jc.2013-2454
+OK 20170809151211 http://dx.doi.org/10.1046/j.0022-202x.2001.01399.x
+MISS NA http://energeia.voila.net/renouv/electricite_renouvela-ble_france.htm
+OK 20210420230149 www.ashrae.org
+MISS NA http://timreview.ca/sites/default/files/Issue_PDF/february11_osbr
+OK 20180719143047 http://www.mcdonalds.ca/ca/en/contact_us/faq.html
+MISS NA http://www.uv.mx/cpue/num14/inves/completos/lahire_teoria_habitus.html
+OK 20210417212055 http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml
+MISS NA http://dx.doi.org/10.1016/j.joen.2010.03.022
+OK 20190716043219 http://www.bdn-steiner.ru/cat/Ga_Rus/283.doc
+OK 20200707203118 https://doi.org/10.5194/acp-17-13103-2017
+OK 20200811042226 http://www.azer.com/aiweb/categories/magazine/84_folder/84_articles/84_cavanaugh.html
+MISS NA http://www.medicalera.com/index.php?option=com_myblog&show=sepotong-coklat-dapat-melumerkan-rasa-nyeri-dan-sakit.html&Itemid=314
+OK 20200904203217 https://doi.org/10.1038/kisup.2011.32
+OK 20210318130937 cdc.gov/niosh/docs/2009-153/
+MISS NA http://networkedblogs.com/wju1l
+OK 20210412212942 http://CRAN.R-project.org/package=maptools
+OK 20210205153730 https://doi.org/10.1128/JB.01515-09
+OK 20200603125707 https://doi.org/10.1017/jfm.2012.166
+OK 20210312102445 https://www.statista.com/statistics/265796/us-search-engines-ranked-by-number-of-core-searches/
+OK 20180602111904 https://doi.org/10.2307/1535425
+OK 20180603130959 https://doi.org/10.1111/j.1574-6941.2008.00533.x
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+OK 20180602092549 https://doi.org/10.1111/j.1540-5893.2012.00504.x
+OK 20180610142711 https://doi.org/10.1007/s00018-008-7536-1
+OK 20200527224717 https://doi.org/10.2307/1969318
+OK 20200518013758 https://arxiv.org/pdf/1705.08131
+OK 20200209002945 https://doi.org/10.1515/pac-2016-0302
+OK 20210411024604 http://www.justice.gov/opa/pr/2012/May/12-ag-568.html
+OK 20180602223724 https://doi.org/10.1002/bjs.9638
+OK 20201022201716 http://dx.doi.org/10.1037/edu0000055
+OK 20210418051951 http://www.nlm.nih.gov/research/visible/
+MISS NA www.tutorialspoint.com/jsf/jsf−display−datatable.html
+OK 20200709165903 https://doi.org/10.1016/j.pbb.2010.11.009
+OK 20200603054938 https://doi.org/10.1080/15548627.2015.1017184
+OK 20190516190206 http://www.hkjournal.org/archive/2011_fall/2.htm
+OK 20210415094908 http://www.pdf4free.com
+MISS NA https://doi.org/10.1111/j.1365-2648.2005.03583.xPMID
+MISS NA http://dx.doi.org/10.1002/art.22658
+OK 20160118084414 http://www.slideshare.net/ruyferreira/tese-de-doutorado-1915900
+MISS NA https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/articles/overviewoftheukpopulation/february2016.Accessed22
+OK 20171203044447 http://dx.doi.org/10.1371/journal.pbio.0030204
+OK 20201225095138 https://doi.org/10.1056/NEJM199202133260706
+OK 20201016214154 https://doi.org/10.1016/j.cell.2014.07.013
+OK 20180602230708 https://doi.org/10.1086/382347
+OK 20180613203035 https://doi.org/10.1016/j.amjmed.2007.10.002
+OK 20180605121541 https://doi.org/10.1139/cjes-37-4-549
+MISS NA http://www.agudigraficos.com/agudi/images/stories/revista_36.pdf
+OK 20210214041149 http://hi-edu.ru
+OK 20210125112206 http://erlc.com/resource-library/articles/issue-analysis-surrogacy
+OK 20210421130104 https://twitter.com/FAOKnowledge
+OK 20190328215022 http://www.athabascau.ca/newsroom/press/facts.php
+MISS NA http://abstracts.aetransport.org/paper/index/id/1396/confid/8
+OK 20210416100650 http://www.un.org/en/ga/search/view_doc.asp?symbol=A/55/305
+MISS NA http://library.health.go.ug/download/file/fid/580688.pdf
+OK 20210211022424 http://www.nathan.com/thoughts/unified/3.html
+OK 20180604213612 https://doi.org/10.1007/s11002-013-9259-9
+MISS NA http://www.nsu.ru/exp/ref/Media:5109f05683ec39dd2b0dd5be09.pdf
+OK 20210421075047 https://doi.org/10.1038/s41569-020-0360-5
+OK 20200602173038 https://doi.org/10.1038/nrm3198
+MISS NA https://doi.org/10/gf4mkc
+OK 20210418013319 http://inglaterra.cesce.es/
+OK 20170625031634 http://dx.doi.org/10.1016/j.jdent.2013.08.018
+OK 20200211083535 http://www.cancerresearchuk.org/about-cancer/type/melanoma/
+OK 20200709142352 https://doi.org/10.1186/s13578-020-0379-7
+MISS NA http://webbook.nist.gov/chemis-try/
+OK 20180602190202 https://doi.org/10.1142/9781848163003_0010
+MISS NA https://doi.org/10.5194/acp-2019-174Manuscript
+OK 20181206010831 http://www.vgq.gouv.qc.ca/fr/fr_publications/fr_rapport-annuel/fr_index.aspx?Annee=2015
+MISS NA http://dx.doi.org/10.2165/00002018-200629110-00001
+MISS NA http://www.semanadeletras.cce.ufsc.br/wp-content/uploads/2012/11/GT2012.pdf
+MISS NA http://dx.doi.org/10.1080/0958517990100104
+OK 20210308062917 https://doi.org/10.1098/rspb.2005.3356
+MISS NA http://www.fao.org/AG/cgrfa/AnGR.htmFAO
+OK 20210307230046 http://doi.org/10.1145/1810543.1810554
+MISS NA http://dx.doi.org/10.1002/ana.10569
+OK 20200302102539 https://doi.org/10.1038/nm1717
+MISS NA http://dx.doi.org/10.1108/IJoEM-11-2012-0150
+OK 20200710000747 http://xl8.link/marheinecke
+OK 20180602122338 https://doi.org/10.1155/2011/614097
+OK 20210419234308 https://doi.org/10.5194/gmd-11-1033-2018
+MISS NA https://doi.org/10.1126/science.1066969
+OK 20200225184223 https://doi.org/10.3389/fpsyg.2014.01003
+OK 20170703232038 http://ontario.cmha.ca/wp-content/uploads/2016/08/seei_final_report_cmha_ontario_March2003.pdf
+OK 20140226204703 http://www.energy.siemens.com/hq/en/services/power-transmission-distribution/power-technologies-international/software-solutions/
+MISS NA http://www.businessmpa.org.za
+MISS NA http://www.ihu.unisinos.br/noticias/noticias-arquivadas/16522-ernesto-cardenal-condenado-por-injuria.Acessoem
+OK 20210412230735 https://doi.org/10.1016/0009-2509
+OK 20210223035611 https://www.ncbi.nlm.nih.gov/pubmed/24590861
+MISS NA http://qua.unisbablitar.ejournal.web.id
+MISS NA https://doi.org/10.1007/s00726-015-2045-7PMID
+OK 20210321231915 http://www.health.vic.gov.au/maternitycare
+OK 20180603214524 https://doi.org/10.1111/j.1742-1241.2007.01415.x
+MISS NA http://www.eric.ed.gov/ERICWebPortal/contentdelivery/servlet/ERICServlet?accno=ED255543
+OK 20200607043106 http://dx.doi.org/10.1016/0167-9457(91)90046-Z
+MISS NA http://www.portaldain-dustria.com.br/agenciacni/noticias/2016/10/industria-precisa-qualificar-13-milhoes-de-trabalhadores-ate-2020/Acessoem:14out
+MISS NA https://doi.org/10.1093/nar/gky764
+OK 20180602180233 https://doi.org/10.1378/chest.129.2.341
+MISS NA http://dx.doi.org/10.4067/S0718-381X2012000200004
+MISS NA http://www.mkpl.eu/uploads/media/mKPL-_coun-try_report_China.pdf
+MISS NA https://www.researchgate.net/publica-tion/321222861_Customer_Reten-tion_Strategies_Applicable_to_Zimbabwe_Telecommunication_Industry_A_Customer_Relation-ship_Management_Perspective
+OK 20120417225125 http://www.infocien.org/Interface/Simpo03.htm
+OK 20210107145446 https://www.youtube.com/watch?v=LQZawXaSeNw&spfreload=10
+OK 20210330094655 https://www.clinicaltrials.gov/ct2/show/NCT01032629
+OK 20181001155342 http://www.ussnewmexico.net/old-updates/
+MISS NA http://dx.doi.org/10.4161/cc.9.20.13532
+OK 20210308015336 https://doi.org/10.1037/h0040934
+OK 20210318031926 http://www.cpmd.org
+OK 20181030191735 http://www.bbc.co.uk/news/business-11495839
+MISS NA https://doi.org/10.1371/journal.pone.0198678
+MISS NA http://dx.doi.org/10.1016/j.socnet.2007.03.004
+MISS NA http://psycnet.apa.org/psycinfo/1990-23569-001
+OK 20200814052256 https://doi.org/10.7326/M16-2937
+OK 20210413063219 http://dx.doi.org/10.1007/s10096-004-1228-z
+OK 20200807221630 https://doi.org/10.1002/we.1854
+OK 20210320205626 http://dx.doi.org/10.1073/pnas.261418798
+MISS NA http://dx.doi.org/10.1093/infdis/164.2.320
+OK 20200708043428 https://doi.org/10.5194/amt-10-2533-2017
+OK 20200925232528 https://doi.org/10.1111/pce.12009
+MISS NA https://doi.org/10.1016/S0960-0779
+OK 20021216182837 http://www.dai.ed.ac.uk/daidb/people/homes/rbf/camera/camera.htm
+OK 20200225084215 https://doi.org/10.1002/2017JC013136
+OK 20210422032850 http://rsb.info.nih.gov/ij/
+OK 20210308071418 https://doi.org/10.5539/ibr.v2n3p75
+OK 20210204073711 https://doi.org/10.7448/IAS.16.3.18640
+OK 20200528231206 https://doi.org/10.1177/1948550611417015
+MISS NA http://www.erudit.de/erudit/newsletters/news61/page5.htm
+OK 20180605073900 https://doi.org/10.1177/0020715216674252
+OK 20200402104310 https://www.industry.gov.au/sites/default/files/1991-92-science-technology-budget-statement.pdf
+OK 20181222232632 http://www.agrometeo.ch/sites/default/files/u10/bbch-skala_deutsch.pdf
+OK 20200821183255 http://www.chubut.edu.ar/descargas/secundaria/congreso/TICEDUCACION/R1006_Solano.pdf
+OK 20201112015919 http://www.abc.net.au/news/2017-04-20/migrants-to-face-tougher-tests-for-australian-citizenship/8456392
+OK 20210130194151 http://doi.org/10.1074/mcp.M110.002642
+OK 20210308235524 https://github.com/fchollet/keras
+OK 20180604155814 https://doi.org/10.17485/ijst/2015/v8i35/85943
+OK 20130512181343 http://www.sahee.org/pdfs/Rural-Development-Swaziland08.pdf
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20201126022238 http://www.ibge.gov.br/home/estatistica/populacao/condicaodevida/pof/2008_2009/POFpublicacao.pdf
+OK 20210323171350 https://www-s.nist.gov/srmors/certificates/674B.pdf
+OK 20180605125459 https://doi.org/10.1016/j.schres.2010.07.026
+MISS NA http://dx.doi.org/10.3109/0167482X.2013.866647
+MISS NA http://dx.doi.org/10.1590/S1519-69842009000200003.PMid
+MISS NA https://doi.org/10.18772/22018020541
+OK 20201030082557 http://dx.doi.org/10.1074/mcp.T600050-MCP200
+MISS NA http://dx.doi.org/10.1371/journal.pone.0090842
+MISS NA http://www.update-software.com/abstracts/ab001035.htm.Accessed10
+MISS NA http://dx.doi.org/10.1189/jlb.1107795
+OK 20191214054344 https://www.politnavigator.net/vmesto-zapadnojj-ukrainy-budet-ruteniya.html
+OK 20210127193547 http://www.katalystdm.com
+OK 20090430123329 http://crd-net.org/Article/Class55/200609/20060921061605_2198.html
+OK 20180603004854 https://doi.org/10.1002/asi.20799
+MISS NA http://www.arvore.com.br/manual/orientacaosobrepoda.htm.Acessadoem27defevereirode
+OK 20200807074530 https://goo.gl/rvcjWZ
+MISS NA https://acwi.gov/monitoring/about_the_framework.html.Accessed
+OK 20180602065954 https://doi.org/10.3145/epi.2016.jul.03
+OK 20180610085820 https://doi.org/10.1108/13639511111157492
+MISS NA http://dx.doi.org/10.1177/0009922815577961
+OK 20210319160520 http://dx.doi.org/10.1007/s00382-015-2951-0
+MISS NA https://ejournal.undiksha.ac.id/index.php/JJPGSD/article/view/873/745Diaksestanggal01
+OK 20210226183243 http://micropelt.com/
+OK 20180601211411 https://doi.org/10.4161/worm.20464
+OK 20091007062602 http://www.xbow.com/Support/Support_pdf_files/Product_Feature_Reference_Chart.pdf
+OK 20210422083349 http://www.R-project.org
+OK 20210323015001 http://dx.doi.org/10
+OK 20210302233008 http://machinedesign.com/sensors/basics-rotary-encoders-overview-and-new-technologies-0
+OK 20180612200348 https://doi.org/10.1007/s004020000186
+MISS NA http://www.doc.ic.ac.uk/˜anp/spim/
+OK 20200526030009 https://doi.org/10.1111/irfi.12122
+OK 20180602210058 https://doi.org/10.14705/rpnet.2015.000338
+OK 20200213151227 http://www.osc.state.ny.us/localgov/pubs/research/snapshot/0310snapshot.pdf
+OK 20210416081549 http://www.whitehouse.gov/sites/default/files/rss_viewer/national_security_strategy.pdf
+OK 20200529040005 http://dx.doi.org/10.1016/j.ecoleng.2006.06.013
+OK 20210309044719 http://dx.doi.org/10.1083/jcb.201008084
+OK 20200812125530 https://doi.org/10.1097/MPG.0b013e31825c9482
+OK 20210226183940 http://www.srfood.org/en/wto-defending-an-outdated-vision-of-food-security
+OK 20210321021818 http://www.pc.gov.au/projects/inquiry/aged-care
+OK 20201230004514 http://www.enerfish.eu
+OK 20180603223237 https://doi.org/10.1186/1750-1172-8-72
+MISS NA https://www.shef-field.ac.uk/news/nr/speri-europe-weaker-job-security-1.556334
+OK 20180602203038 https://doi.org/10.12681/mms.366
+OK 20130920014624 http://health.yahoo.net/galecontent/beck-depression-inventory
+OK 20180603114452 https://doi.org/10.1021/cb500957k
+MISS NA http://www.csse.monash.edu.au/davida/nimrod.html/.Lastvisited
+OK 20201223035830 http://sum.in.ua/s/interv.ju
+OK 20210414001115 http://dx.doi.org/10.1016/S1470-2045
+OK 20170922195350 http://terrain.revues.org/3004
+OK 20210419184333 https://files.eric.ed.gov/fulltext/ED555671.pdf
+OK 20210131131831 http://dx.doi.org/10.1093/eurjhf/hfn007
+MISS NA https://adida.comunida-dpmb.org/pmb/opac_css/index.php?lvl=notice_display&id=27345
+MISS NA https://doi.org/10.1016/j.brs.2019.10.007
+MISS NA https://www.egms.de/static/de/journals/zma/2008-25/zma000567.shtml45.SteinR.GebremsteReform.Tagesspiegel.2005
+MISS NA avant.que.la.Cour.constitutionnelle.tranche.en.faveur.de
+MISS NA http://dx.doi.org/10.2136/sssaj1994.03615995005800010034x
+MISS NA http://www.helsing-insanomat.fi/arkisto/juttu.asp?id=20000502KU3
+OK 20201101154832 https://doi.org/10.1017/S1041610206003206
+OK 20150327151252 http://www.journals.elsevier.com/food-and-chemical-toxicology/news/rebuttal-long-term-toxicity-of-a-roundup-herbicide/
+OK 20180602173207 https://doi.org/10.1159/000448046
+MISS NA http://dx.doi.org/10.1080/00313020220131327
+OK 20120119130054 http://www.mi.se/pdfs/pdfs_2010/Rapp_loneskllnd_2009.pdf
+OK 20210304005327 http://www.cedes.unicamp.br
+OK 20210413034448 www.corteidh.or.cr
+OK 20200905132348 http://www.diaadiaeducacao.pr.gov.br/portals/pde/arquivos/2289-8.pdf
+OK 20200523111512 https://www.ofgem.gov.uk/environmental-programmes/feed-tariff-fit-scheme
+OK 20210203233729 https://doi.org/10.1084/jem.20100643
+OK 20190703202447 http://dx.doi.org/10.1016/j.ophtha.2009.01.024
+OK 20200211100844 http://www.i-assure.com
+OK 20210407072517 https://www.choice.com.au/food-and-drink/bread-cereal-and-grains/cereal-and-muesli/articles/breakfast-cereal-review
+MISS NA http://dx.doi.org/10.1093/database/bar010
+OK 20171208065439 http://www.fr.de/leben/familie_lifestyle_tiere/frauen_familie_senioren/weckruf-fuer-grundschulen-deutschland-faellt-beim-lesen-zurueck-a-1401796
+MISS NA https://doi.org/10.1523/JNEUROSCI.3687-09
+OK 20201114001153 https://doi.org/10.1038/nmeth.3036
+MISS NA Paris.www.eppo.int/QUARANTINE/EPPO_Study_on_Plants_for_planting.pdf
+OK 20210325000642 https://dhsprogram.com/pubs/pdf/FR328/FR328.pdf
+MISS NA https://www.nfhs.org/ParticipationStatistics/Participa-tionStatistics/
+MISS NA http://www.unece.org/fileadmin/DAM/energy/se/pdfs/gee21/gee21_ge2/GlobalStrategy_draft.pdf
+MISS NA http://ams.confex.com/ams/pdfpapers/150618.pdf
+OK 20200728230041 https://doi.org/10.1186/s12906-015-0721-5
+OK 20210315205022 https://doi.org/10.1207/s15327795jra0804_2
+MISS NA http://www.icdp.co/revista/ar-ticulos/8/MADIDAS%20CAUTE-LARES%20INNOMINADAS-%20ARISTIDES%20RANGEL%20ROMBERG.pdf
+OK 20200920142615 https://www.earthdoc.org/content/papers/10.3997/2214-4609.20140707
+OK 20210416001102 http://dx.doi.org/10.1002/jmv.1890460318
+OK 20210124230643 http://oceanrep.geomar.de/31075
+MISS NA http://people.csail.mit.edu/tjudd/WherePeopleLook/.3
+OK 20210413020040 https://doi.org/10.1016/0012-821X
+OK 20180602080142 www.scientific.net/amm.467.287
+MISS NA http://www.chrisflores.net/turismo-e-lazer/9/materia/2036/festival-saci.html
+OK 20180604023633 https://doi.org/10.1093/epirev/mxf002
+MISS NA http://www.freepint.com/issues/160206.htmaccessed23
+MISS NA http://dx.doi.org/10.5755/j01.eee.19.4.2578
+OK 20180602120314 https://doi.org/10.5194/amt-4-339-2011
+MISS NA https://datos.gob.mx/busca/dataset/proyecciones-de-la-poblacion-de-mexico-y-de-las-entidades-federativas-2016-2050/resource/a76ad5a8-3f9d-44af-bf57-179490b3b107?inner_span=True
+OK 20210420225431 https://www.unpri.org/
+OK 20101217190050 http://www.scielo.br/scielo.php?script=sci_issues&pid=0303-7657&lng=pt&nrm=iso
+OK 20200206093539 http://www.bcs.org/ewic/
+MISS NA dx.doi.org/10.1055/s-0033-1344414
+OK 20180603150419 https://doi.org/10.1080/10615800801998914
+OK 20210301051458 https://doi.org/10.1016/j.jhin.2020.03.017
+OK 20080704062709 http://www.sprc.org/featured_resources/ebpp/pdf/zuni_life_skills.pdf
+OK 20160418130924 http://hepwww.rl.ac.uk/LCFI/
+OK 20210307220744 https://doi.org/10.1890/110273
+MISS NA http://books.google.com/books?id=k1wPAAAAIAAJ&oe=UTF-8
+OK 20200618011000 https://doi.org/10.1016/j.sab.2012.09.005
+MISS NA http://www.teara.govt.NewZealand/en/document/3561/mrs-oaklands-story
+OK 20210407025317 http://thestringer.com.au/kennedy-hill-one-mile-community-a-couple-of-the-hundreds-of-apartheid-corrals-8539
+MISS NA http://www.cdc.gov/h1n1flu/guidance/ill-hcpqa.htm
+OK 20131029215916 http://www.csgeast.org/2012annualmeeting/documents/Glancey.pdf
+MISS NA https://www.kompas.com/read/2018/01/09/211727326/kemenperin-industrimanufaktur-penyumbang-pajak-terbesar
+OK 20180612020118 https://doi.org/10.1016/S0031-0182(98)00005-4
+OK 20180604115745 https://doi.org/10.1016/j.atmosenv.2014.10.001
+MISS NA https://www.researchgate.net/publication/26492971
+OK 20140331034840 http://on.wsj.com/x5SrGy
+OK 20210405130318 http://www.ecologyandsociety.org/vol15/iss2/art28/
+MISS NA http://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?article=1083&context=agb_fac
+OK 20180427234535 http://www.verses.ru/translate/160.html
+OK 20210416004914 https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1410002301
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.82
+OK 20180602020250 https://doi.org/10.1016/j.ympev.2006.08.012
+MISS NA http://www.uga.edu/fruit/banana
+OK 20170807040026 http://dx.doi.org/10.1002/hep.27129
+OK 20210421042803 http://www.w3.org/TR/REC-rdf-syntax/
+OK 20130511025228 http://botan.ib-pan.krakow.pl/
+OK 20200709131820 http://doi.org/10.5281/zenodo.18448
+MISS NA https://doi.org/10.1084/jem.177.6.1561
+MISS NA http://www.nytimes.com/2016/05/14/arts/international/in-hong-kong-preserving-mementos-of-a-protest-movement.html?_r=2
+MISS NA http://www.city.hakusan.ishikawa.jp/kikakusinkoubu/jouhoutoukei/toukei/jukijinkou_2.html
+MISS NA http://iai.asm.org/Downloadedfrom
+OK 20210413183444 https://doi.org/10.1016/j.ecolind.2011.04.002
+MISS NA http://www.constitutionalcourt.org.za/Archimages/19940.PDF
+OK 20210204055135 http://dx.doi.org/10.1525/mp.2006.24.1.99
+OK 20200819032200 https://doi.org/10.5194/os-14-1127-2018
+OK 20200711155051 http://apps.who.int/gb/fctc/PDF/cop3/FCTC_COP3_7-en.pdf
+OK 20180609112314 http://doi.org/10.1016/0387-7604(95)00009-Z
+OK 20111106003424 http://users.sedona.net/~strand/IndoAryan/IndoAryas.html
+OK 20191218172312 http://planningcommission.nic.in/plans/planrel/fiveyr/welcome.html
+MISS NA https://science.nrao.edu/about/publi-cations/open-skies#section-4
+MISS NA www.ntis.gov/search/product.aspx?ABBR=DE200515010373
+MISS NA http://dx.doi.org/10.1007/978-94-017-0785-5
+OK 20200212053520 https://doi.org/10.20897/djfm/89590
+OK 20210413191837 http://snap.stanford.edu/data
+OK 20210309051614 https://doi.org/10.1103/PhysRevD.82.104048
+MISS NA http://dx.doi.org/10.1074/jbc.M114.550871
+OK 20180609173157 https://doi.org/10.1016/j.mefs.2013.01.010
+OK 20200602190106 https://doi.org/10.12973/iji.2018.11335a
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20210412211120 https://doi.org/10.1186/1471-2105-9-559
+MISS NA http://dx.doi.org/10.7475/kjan.2014.26.5.553
+OK 20200520014339 https://doi.org/10.1089/jwh.2006.0255
+OK 20210411011120 www.clinicaltrials.gov/ct2/show/NCT00390299
+OK 20200210181021 https://doi.org/10.5194/bg-2018-373
+MISS NA http://www.funzionepubblica.gov.it/media/605058/prescrizione%20cda2-v2.0.pdf
+OK 20151211113444 http://www.deutsche-alzheimer.de/fileadmin/alz/pdf/factsheets/FactSheet14-2011.pdf
+OK 20210326020757 http://www.sec.gov/News/Speech/Detail/Speech/1370541479332
+OK 20170303025947 http://www.1g3b.com/tabs
+MISS NA http://journals.publishing.monash.edu/ojs/index.php/ha/article/view/135
+MISS NA 126.www.biomedcentral.com/1471-2458/14/126
+OK 20130424134507 http://www.china.com.cn/chinese/zhuanti/mingong/347063.htm
+MISS NA http://www.nwfsc.noaa.gov/publications/techmemos/tm30/felsenstein.htm
+MISS NA https://www.ft.com/content/2f627e7a-ca20-11e3-ac05-00144feabdc0?mhq5j=e2
+MISS NA http://bit.ly/2LGjtVV
+OK 20200628154941 http://netprava.ru/ek/
+OK 20200903070538 https://doi.org/10.1242/dev.134668
+OK 20210307215359 https://doi.org/10.1109/TSE.1984.5010248
+MISS NA https://arxiv.org/pdf/1708.02709
+MISS NA https://chatbotsmagazine.com/is-conversational-ai-the-future-of-healthcare-658a3d8e9dd5
+OK 20170125224117 http://dx.doi.org/10.3133/sir20155142
+OK 20210417055825 http://zfin.org
+MISS NA http://dx.doi.org/10.1152/ajpendo.91001.2008
+OK 20190514111352 www.supermagnete.de/data_table.php
+OK 20210415155925 http://dx.doi.org/10.1371/journal.pbio.0040176
+OK 20120620100439 http://darwin.uvigo.es/software/collapse.html
+MISS NA http://dx.doi.org/10.1177/1352458510370978
+MISS NA http://www.concreteconstruction.net/concrete-articles/lime-stabilizes-poor-soils.aspx
+OK 20150514152436 http://dorland.pp.ph.ic.ac.uk/magpie/
+MISS NA http://www.jedonline.com/jed/html/new/jul96/cover.html16Ibid
+MISS NA https://doi.org/10.1046/j.1365-2133.2004.05811.xPMID
+OK 20180602181306 http://ssrn.com/abstract=1025808
+OK 20150105002032 http://www.diariodechimbote.com/portada/opinion/76477-la-corrupcion-y-los-operadores-de-la-administracion-de-justicia
+MISS NA https://interagencystandingcommittee.org/content/definition-complex-emergency
+MISS NA http://www.plu.edu/sustainability/documents-forms/STARS%20report.pdfKuo
+OK 20200204210304 http://www.isaca.org/Knowledge-Center/Research/ResearchDeliverables/Pages/Aligning-COBIT-4-1-ITIL-V3-and-ISO-IEC-27002-for-BusinessBenefit.aspx
+OK 20210308084015 https://doi.org/10.1016/j.medengphy.2011.07.015
+OK 20140724153956 http://dx.doi.org/10.1038/35050598
+OK 20180602231251 https://doi.org/10.3389/fevo.2015.00033
+OK 20210126061411 www.micie.eu
+OK 20210308063030 https://doi.org/10.1093/nar/gkw1121
+OK 20171110121231 http://dx.doi.org/10.1073/pnas.0900197106
+OK 20200628133708 http://dx.doi.org/10.1073/pnas.95.22.13079
+OK 20180603161922 https://doi.org/10.1007/s00381-010-1353-1
+MISS NA http://dx.doi.org/10.4018/978-1-4666-8651-9.ch007Argenti
+OK 20210228111906 http://www.lrec-conf.org/proceedings/lrec2008
+MISS NA https://search.proquest.com/docview/1722047962?pq-origsite=gscholar
+MISS NA https://doi.org/10.3399/bjgp19X706505
+OK 20210310040540 https://doi.org/10.3389/fmars.2017.00340
+OK 20210419052510 http://www.goldcopd.org/
+OK 20210308193052 https://doi.org/10.1016/j.medmal.2014.04.008
+OK 20210308233708 https://doi.org/10.1093/nar/gku1003
+OK 20210322130945 https://2012-keystonepipeline-xl.state.gov/documents/organization/221135.pdf
+OK 20210312040705 http://caepr.anu.edu.au/population/lectures2011.php
+OK 20210226185608 http://www.almaden.ibm.com/cs/quest/syndata.html
+OK 20080915165727 http://www.ub.edu.ar/investigaciones/dt_nuevos/76_maldjian.htm
+OK 20091017213712 http://qesdb.usaid.gov/gbk/
+MISS NA www.oxfordartonline.com/subscriber/article/opr/t234/e0200
+OK 20200505095536 http://dx.doi.org/10.1073/pnas.1111292109
+MISS NA http://www.cdc.gov/ncipc/wisqars.2
+MISS NA https://doi.org/10.1111/j.1523-1739.2009.01358.xPMID
+OK 20191216213258 http://dx.doi.org/10.1167/10.5.18
+OK 20180602135202 https://doi.org/10.1021/es010196i
+MISS NA http://gargravarr.cc.utexas.edu/delta-clipper/title.html.103
+OK 20210225033456 http://maxsat.ia.udl.cat/introduction/
+OK 20200822225100 http://dx.doi.org/10.1038/nature03315
+OK 20180603124955 https://doi.org/10.1093/humupd/dmu046
+MISS NA https://doi.org/10.17576/JKMJC-2018-3403-02
+OK 20210109032440 http://dx.doi.org/10.1002/mnfr.200500002
+OK 20050525162259 http://lecs.cs.ucla.edu/Noteworthy/quadcharts/thanos_lecs.ppt
+MISS NA https://www.accessdata.fda.gov/drugsatfda_docs/appletter/2019/208692Orig1s003ltr.pdfLastaccessed
+OK 20180603140710 https://doi.org/10.1118/1.595967
+OK 20210321094318 https://doi.org/10.1080/01621459.1968.10480934
+OK 20180602025806 https://doi.org/10.1099/00221287-143-10-3085
+OK 20210422083349 https://www.R-project.org
+OK 20201122155302 http://dx.doi.org/10.7326/0003-4819-115-8-585
+OK 20180911172636 http://www.cochrane.org/resources/handbook/hbook.htm
+OK 20200820042912 www.fao.org/forestry/27221-06293a5348df37bc8b14e24472df64810.pdf
+OK 20190412132949 https://doi.org/10.1056/NEJMoa013215
+MISS NA http://dx.doi.org/10.24201/edu.v35i1.2024
+MISS NA https://www.researchgate.net/publication/283255151_Food_Safety_from_the_Perspective_of_Islamic_
+MISS NA http://www.crue.org/export/sites/Crue/Publicaciones/Documentos/Universitic/universitic2011web.pdfConsultael3demayode2012
+OK 20201104005746 http://dx.doi.org/10.1161/ATVBAHA.110.206433
+OK 20180602024037 https://doi.org/10.1073/pnas.1515043112
+OK 20210420085459 http://dx.doi.org/10.3390/v3091562
+OK 20200813195845 https://doi.org/10.1016/j.ins.2011.08.006
+OK 20200220095401 http://www.kenschutte.com/midi
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+OK 20180601202854 https://doi.org/10.1006/jmbi.1996.0426
+OK 20200217173858 https://doi.org/10.1186/s12885-017-3838-8
+OK 20210313043033 https://doi.org/10.1145/3342555
+MISS NA https://doi.org/10.1111/j.1540-6520.2009.00335.x
+MISS NA https://www.jstatsoft.org/v027/i08
+OK 20210309202828 https://hackerone.com/blog/the-wolves-of-vuln-street
+OK 20200524105027 https://doi.org/10.1371/journal.pbio.1001045
+OK 20200901071810 https://doi.org/10.1007/s11207-011-9841-3
+OK 20200708201334 http://dx.doi.org/10.1111/j.1540-4560.1995.tb01326.x
+OK 20170130165318 http://dx.doi.org/10.1080/10807030802235243
+OK 20180603071240 https://doi.org/10.1111/jdv.13606
+OK 20130401235033 http://www.icsd.aegean.gr/telecom/Pythagor/
+OK 20200528071441 http://dx.doi.org/10.1016/j.saa.2014.08.139
+MISS NA https://doi.org/10.1080/17450101.2012.696342
+MISS NA https://www.dimdi.de/dynamic/de/weitere-fachdienste/versorgungsdaten/antragsverfahren/
+MISS NA http://www.redsalud.gov.cl/archivos/alimento-synutricion/estrategiaintervencion/NormaEvNut6a18anos.pdf
+OK 20180731080656 http://www.nla.gov.au/apps/cdview/nla.gen-vn4591931
+MISS NA Retrievedfromwww.inklusion-online.net/index.php/inklusion-online/article/view/211
+OK 20160325160723 www.endocrinology.dk/PDF/FarmakologiskbehandlingDM2rev2014.pdf
+OK 20180602045220 https://doi.org/10.1016/j.amjcard.2012.06.042
+OK 20210323140009 http://bsci-intl.org/
+OK 20180603070351 https://doi.org/10.1080/09692290.2016.1217902
+OK 20180603233724 https://doi.org/10.1111/eth.12039
+OK 20181119005952 http://www.mep.gov.cn
+OK 20210226130113 http://www.bpb.de/themen
+OK 20210419201320 http://addmefast.com/
+OK 20200507192612 https://doi.org/10.1200/JCO.2007.15.2108
+OK 20200604145802 https://link.aps.org/doi/10.1103/PhysRevD.94.084031
+OK 20170210031229 http://www.aphis.usda.gov/animal_health/nahms/feedlot/downloads/feedlot2011/Feed11_is_Salm.pdf
+OK 20170509104245 http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20100037185.pdf
+OK 20200912054941 https://doi.org/10.1002/14651858.CD007585.pub4
+OK 20210310053209 http://dx.doi.org/10.1128/JVI.01222-13
+MISS NA http://www.zakon.org/robert/internet/timeline/Accessedonline2/11/2001
+OK 20210416003446 https://doi.org/10.1353/foc.2013.0007
+OK 20201212142952 https://doi.org/10.1101/2020.03.29.20045880
+OK 20200730015630 http://dx.doi.org/10.1111/1753-6405.12070
+OK 20180602182904 https://doi.org/10.1590/S1413-70542010000600001
+MISS NA http://www.jstage.jst.go.jp/browse/sola/Fig.4
+OK 20200227094755 http://crd.lbl.gov/~dhbailey/dhbpapers/normal-pseudo.pdf
+OK 20210303180422 http://www.sueddeutsche.de/digital/zur-kritik-an-algorithmen-warum-wurde-mir-ausgerechnet-das-empfohlen-1.1253390
+OK 20201101035858 http://www.ugr.es/~pwlac/G20_02Edgar_Morin.html
+OK 20200821141815 https://doi.org/10.3389/fimmu.2016.00265
+OK 20171203000109 http://www.biomedcentral.com/1471-2407/10/54
+OK 20180611144625 https://doi.org/10.1016/j.firesaf.2011.01.006
+OK 20210308064613 http://www.gartner.com/it-glossary/business-intelligence-bi/
+OK 20150901070148 http://www.iaia.org/publicdocuments/document-search.aspx
+OK 20201002190851 http://escholarship.org/uc/item/13m5c5vp
+OK 20200529052555 https://doi.org/10.1172/JCI64125
+OK 20200730050422 https://doi.org/10.1016/j.nicl.2016.12.023
+OK 20180602012435 https://doi.org/10.1158/0008-5472.CAN-08-2938
+OK 20190322095239 http://www.fao.org/wairdocs/ilri/x5459e/x5459e04.htm
+OK 20200711162129 https://doi.org/10.1105/tpc.15.00213
+OK 20210310110316 https://doi.org/10.1167/15.1.18
+OK 20171130005154 www.tec-digital.itcr.ac.cr/revistamatematica/
+OK 20170709210845 http://psychology.concordia.ab.ca/program-details/
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/19737856
+OK 20201109220051 https://doi.org/10.1016/j.compedu.2015.11.008
+MISS NA http://etalpykla.lituanistikadb.lt/fedora/objects/LT-
+OK 20200729232112 https://doi.org/10.1016/j.ydbio.2019.05.002
+OK 20170919231920 http://cancerres.aacrjournals.org/content/47/21/5537
+MISS NA http://english.khamenei.ir/news/1582
+OK 20180608175909 https://doi.org/10.1007/978-94-6209-938-8_16
+OK 20210129140027 http://dx.doi.org/10.1016/j.jmb.2003.09.022
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/26711660
+MISS NA https://ec.europa.eu/food/safety/chemical_safety/food_contact_materials/evaluation_en.Accessed
+OK 20210308055136 https://doi.org/10.4049/jimmunol.0901363
+OK 20210418191327 http://www.protectedplanet.net
+MISS NA https://www.goodnewsfromindonesia.id/20
+MISS NA www.aksci.com/item_detail.php?cat=X5927
+MISS NA www.ciltuk.org.uk/download/helpanalysis.pdf
+OK 20191204190656 https://doi.org/10.1101/gad.204438.112
+OK 20200909204746 https://doi.org/10.1007/s10903-013-9826-4
+MISS NA http://bat.library.ucsf.edu//tid/wxh00a99
+OK 20180205161913 http://core.ac.uk/download/pdf/6793024.pdf
+OK 20180602170018 https://doi.org/10.1128/AEM.03824-14
+OK 20210416065314 https://doi.org/10.1093/molbev/msy096
+MISS NA http://www.mba.ac.uk/jmba/pdf/6470.pdf
+MISS NA http://dx.doi.org/10.1016/jnnfm.2007.11.010
+MISS NA https://doi.org/10.1007/s00284-014-0528-5PMID
+MISS NA https://www.spiedigitallibrary.org/terms-of-
+OK 20200917203606 https://www.bbc.co.uk/news/uk-52076504
+OK 20180602002552 https://doi.org/10.3141/1977-25
+OK 20210307230310 https://downloads.cloudsecurityalliance.org/initiatives/top_threats/The_Notorious_Nine_Cloud_Computing_Top_Threats_in_2013.pdf
+OK 20200722173821 http://dx.doi.org/10.4269/ajtmh.14-0585
+OK 20200829023434 https://doi.org/10.1093/cercor/bhx230
+OK 20200707170619 http://dx.doi.org/10.21093/ijeltal.v4i1.246
+OK 20161022133347 http://www.sindsemg.com.br/historia.htm
+OK 20210417121804 http://www.healthypeople.gov/
+OK 20051230142519 http://ftp.genome.washington.edu/RM/RepeatMasker.html
+MISS NA http://dx.doi.org/10.1016/j.toxlet.2013.03.008
+MISS NA http://www.revispsi.uerj.br/v9n1/artigos/pdf/v9n1a19.pdf253
+MISS NA dx.doi.org/10.5902/1983734824044
+OK 20210227184812 http://www.aon.com/attachments/engagement_2%200_oct2010.pdf
+OK 20150329004214 https://www.ncbi.nlm.nih.gov/pubmed/19709963
+OK 20210304163726 http://www.state.gov/secretary/remarks/2013/11/217680.htm
+MISS NA https://www.accessdata.fda.gov/drugsatfda_docs/nda/2006/022041_cyanokit_toc.cfm.Accessed
+MISS NA http://www.who.int/mediacentre/factsheets/fs396/en/PERES
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+OK 20210312092057 www.nice.org.uk/guidance/CG95
+OK 20210221210511 http://www.seguridadjusticiaypaz.org.mx/sala-de-prensa/941-por-tercer-ano-consecutivo-san-pedro-sula-es-la-ciudad-mas-violenta-del-mundo
+MISS NA https://doi.org/10.1007/s10936-018-9602-7
+OK 20190211044253 http://conserveonline.org/workspaces/cbdgateway/era/reports/index_html
+MISS NA www.msk.or.kr/jsp/downloadPDF1.jsp?fileName=503-509.pdf
+OK 20180602122404 https://doi.org/10.4271/2013-01-2371
+MISS NA http://indonesiamekanikal.blogspot.com/2008/07/sistem-perpipaan-fluida.html
+OK 20210421212953 http://inspire.jrc.ec.europa.eu/documents/Data_Specifications/D2.5_v3.4rc3.pdf
+OK 20190416200759 http://www.childrenandnature.org/wp-content/uploads/2015/08/CNN_ExecutiveFunctionToolkit_8-14_15_final.pdf
+OK 20190821180108 http://www.mgorodovias.com.br/
+MISS NA http://www.lbd.dcc.ufmg.br/colecoes/brasnam/2012/0028.pdf.Ci-tadonaspáginas10
+OK 20180601214246 https://doi.org/10.2215/CJN.00120115
+MISS NA http://www.papersearch.net/view/detail.asp?detail_key=31600405
+OK 20210308062146 https://doi.org/10.1038/46463
+OK 20200510165509 http://dx.doi.org/10.1073/pnas.1011777108
+OK 20200813095121 https://doi.org/10.1007/s10212-012-0166-x
+MISS NA http://www.environ-ment.gov.za
+OK 20200506103938 http://dx.doi.org/10.1016/j.procs.2018.04.102
+MISS NA http://yodap.sourceforge.net.-
+OK 20210211122332 www.nature.com/news/2005/050321/full/nature03570.html
+OK 20210211043858 http://luna.inf.um.es
+MISS NA https://www.zaragoza.es/contenidos/bici/plan/CAPITU-LO08.pdf.AyuntamientodeZaragoza
+MISS NA http://cdclv.unlv.edu/archives/interactionism/schegloff/confirm.pdf.Acessoem
+OK 20160731141041 http://www.franke-bornberg.de/uploads/media/Berufsunfaehigkeits-Versicherungs_verliert_an_Bedeutung.pdf
+MISS NA www.bizjournals.com/sanfrancisco/stories/2009/03/30/story8.html?page¼all
+OK 20150701130320 http://www.ac-grenoble.fr/PhiloSophie/file/freud_etrangete.pdf
+OK 20180604021934 https://doi.org/10.1080/09585192.2012.725075
+MISS NA http://www.versorgung-satlas.de/fileadmin/ziva_docs/47/Bericht_Herzinsuffi-zienz_20140911_1.pdf
+OK 20191026075942 http://dx.doi.org/10.1037/0033-2909.84.4.634
+MISS NA www3.epa.gov/airtoxics/hlthef/di-creso.html
+OK 20180601225043 http://doi.org/10.15560/11023
+MISS NA Detailsatwww.lumina.com
+MISS NA https://ori.hhs.gov/content/basic-research-concepts-brc40
+OK 20210211004153 http://www.wahre-staerke.com/
+MISS NA http://doi.org/10.1038/nn.3234.Neurobiology
+OK 20180610014019 https://doi.org/10.1086/467358
+OK 20160204031429 http://www.rieoei.org/deloslectores/711Seltzer.PDF
+OK 20201031100357 http://dx.doi.org/10.1186/s13075-016-1031-0
+OK 20210224194654 https://cammio.com/our-platform/
+OK 20210225161319 http://www.un.org/esa/desa/papers/2015/wp144_2015.pdf
+OK 20180602180255 https://doi.org/10.1093/toxsci/kfn022
+OK 20200814212418 http://www.fabula.org/revue/cr/76.php
+OK 20170516222139 http://cetic.br/media/docs/publicacoes/2/tic-educacao-2010.pdf
+OK 20210414161554 https://tools.ietf.org/html/rfc2453
+OK 20141027142200 http://hcil.cs.umd.edu/localphp/hcil/vast11/
+MISS NA https://www.sciencedirect.com/science/article/abs/pii/S0736585316302878.Acessoem:27dejun.de
+OK 20210418074104 https://www.immunityinc.com/products/debugger/
+OK 20210120203124 http://alkhairaat.sch.id/sejarah-alkhairaat/
+MISS NA https://www.hudexchange.info/pro-grams/hmis/
+OK 20140924150254 http://www.portofrotterdam.com/en/Port-authority/finance/Documents/Half-yearly-Report-2014.pdf
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0956792516000139
+OK 20210121134403 https://doi.org/10.1016/j.jasrep.2016.10.008
+OK 20200619153449 http://arXiv.org/abs/gr-qc/0004008
+OK 20210418103155 http://www.educacao.mg.gov.br/
+OK 20201003210545 https://doi.org/10.1257/aer.100.1.541
+MISS NA Tersediapadabalitjestro.litbang.deptan.go.id/id/484.html
+OK 20200206163347 http://doi.org/10.1177/1740774514558307
+MISS NA https://doi.org/10.17116/profmed201821132-38
+MISS NA http://folk.uib.no/jne061/PhDthesisJesper.pdf
+OK 20201106232612 http://www.ilstu.edu/~gcramsey/Gallery.html
+OK 20210416003537 sciencecommons.org/
+OK 20181002210019 http://www.number10.gov.uk/the-coalition/programme-for-government
+OK 20200725075033 https://doi.org/10.1186/s12862-016-0723-z
+OK 20191102025601 http://dx.doi.org/10.1007/s11071-014-1295-3
+OK 20210413153512 http://doi.org/10.1002/
+MISS NA http://www.qualitative-research.net/fqs/fqs-e/manuscript
+OK 20210318124622 http://exac.broadinstitute.org
+OK 20181005181704 http://dx.doi.org/10.1111/j.1600-0447.2009.01500.x
+OK 20201205004520 https://www.ospar.org/documents?v=7089
+OK 20120321101614 http://www.thredbo.itls.usyd.edu.au/downloads/thredbo7_papers/thredbo7-workshopE-Velde.pdf
+OK 20200921100557 http://www.mercadosmunicipales.es/Mercados/inventario_y_recorrido.html
+OK 20150808215405 http://dx.doi.org/10.1093/her/cyh040
+OK 20201101044511 www.ee.usp.br/
+MISS NA https://doi.org/10.1111/1467-8268.12415
+OK 20180513015300 https://www.ssb.no/statistikkbanken/selectvarval/Define.asp
+OK 20210126104650 https://doi.org/10.1001/archpsyc.64.3.277
+MISS NA https://doi.org/10.1152/ajpcell.00542.2007
+OK 20191219003055 http://recherche.ircam.fr/anasyn/peeters/ARTICLES/Peeters_2003_cuidadoaudiofeatures.pdf
+OK 20201210023213 https://www.nytimes.com/2017/04/24/world/europe/hungary-george-soros-central-european-university.html
+MISS NA http://www.georgetowncollege.edu/cdal/files/2011/06/scott_shauf.pdf
+OK 20201223151842 http://www.studiespir.cz/download/Ceska_internetova_ekonomika_2016.pdf
+MISS NA http://dx.doi.org/10.1080/10464883.1985.10758354
+OK 20150526051621 http://dx.doi.org/10.1038/ncb1066
+OK 20210414105638 https://doi.org/10.1007/
+OK 20200603161622 http://linkinghub.elsevier.com/retrieve/pii/S0005796703001475
+OK 20200506173918 http://dx.doi.org/10.21676/23897864.3150
+MISS NA http://dx.doi.org/10.4314/acsj.v17i3.54212
+OK 20190512071648 http://www.association-boris-mouravieff.com/index.html
+OK 20171204053330 http://catalog.jwu.edu/handbook/academicpolicies/nametags
+OK 20180602002850 https://doi.org/10.1016/j.jvolgeores.2012.04.024
+OK 20200721044718 https://doi.org/10.1016/j.cell.2005.10.025
+OK 20210422065922 http://www.ncbi.nlm.nih.gov/nucleotide/
+OK 20200813143642 https://doi.org/10.1074/jbc.M111.292235
+OK 20210325174113 http://dx.doi.org/10.1287/mnsc.46.2.186.11926
+OK 20210409141725 http://www.cdc.gov/lyme/postlds/
+OK 20210414000713 http://dx.doi.org/10.1016/S0141-0229
+OK 20210412212133 http://conference.ifas.ufl.edu/sclerochronology/Abstracts.pdf
+MISS NA http://www.examiner.com/article/woody-allen-talks-about-romance-and-time-travel-midnight-parisWeb
+MISS NA http://seer.casperlibero.edu.br/index.php/libero/article/view/800/790.Acessoem
+OK 20180603172302 https://doi.org/10.1111/j.1600-0706.2011.19706.x
+OK 20210321111033 http://www.eia.gov/renewable/state/pdf/srp2010.pdf
+OK 20210413091441 http://dx.doi.org/10.1038/35077213
+MISS NA https://elibrary.ru/item.asp?id=17335022
+MISS NA Evalueringsrapport.CAFAwww.cafa.dk
+MISS NA https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4303613/43
+OK 20180602163427 https://doi.org/10.1371/journal.pone.0188770
+OK 20210415130626 http://www.westga.edu/~distance/ojdla/browsearticles.php
+OK 20130524094058 www.fhwa.dot.gov/policy/ohpi/travel/qc/index.cfm
+OK 20150505110510 http://aggie-horticulture.tamu.edu/plantanswers/flowers/pansies.html
+OK 20210414035536 www.ijseas.com
+OK 20101204031418 http://www.ind.tno.nl
+OK 20210415015253 http://www.fns.usda.gov/cnd/Governance/Legislation/PL_108-265.pdf
+OK 20170825023722 http://www.ccp14.ac.uk/tutorial/xfit-95/getxfit.htm
+MISS NA https://www.aeaweb.org/conference/200
+MISS NA https://doi.org/10.1016/j.molp
+MISS NA http://dx.doi.org/10.1016/j.msea.2004.08.022
+OK 20180603204230 https://doi.org/10.1080/15283488.2015.1023440
+OK 20170130124548 https://greet.es.anl.gov/publication-country-level-water-footprint
+OK 20210421104436 https://www.ibge.gov.br/
+MISS NA http://dx.doi.org/10.1007/bf00028027
+OK 20170215202312 http://www.samhsa.gov/data/2k12/TEDS2009N/TEDS09DWeb.pdf
+MISS NA http://pseudoccultmedia.blogspot.ca/2008/11/from-fairy-to-kali-heidi-klum-is.html
+OK 20180603095225 https://doi.org/10.3349/ymj.2006.47.5.688
+OK 20210420033840 https://CRAN.R-project.org/package=fpc
+OK 20180602072945 https://doi.org/10.1007/s11010-014-2039-x
+OK 20210313172624 https://www.visualcapitalist.com/anatomy-smart-city/
+OK 20131001163112 www.hc-sc.gc.ca/dca-dea/publications/pdf/infant_e.pdf
+MISS NA http://jite.org/docu-ments/Vol5/v5p201-219Smart54.pdf
+OK 20200129190922 http://dx.doi.org/10.1128/AAC.00626-12
+MISS NA http://www.aelg.org/resources/publications/1252053046204galeusca_2008.pdf•ÁlvarezLugrís
+OK 20180602135454 https://doi.org/10.15244/pjoes/69935
+OK 20200921000631 http://www.old.kolech.org.il/maamar/page/36/
+OK 20180612163421 https://doi.org/10.1007/s10853-013-7431-5
+MISS NA http://dx.doi.org/10.1080/16484142.2007.9638097
+OK 20210122101010 http://www1.agric.gov.ab.ca/$department/deptdocs.nsf/all/agdex9038/$file/729-2.pdf?OpenElement
+MISS NA http://dx.doi.org/10.1080/08035320600618924.PubMed
+MISS NA http://www.mep.gov.cn/gkml/hbb/bgth/201104/W020110402553781240073.pdf
+OK 20090107153653 http://www.ndrc.gov.cn/zcfb/zcfbtz/2007tongzhi/W020070904607346044110.pdf
+OK 20210126121934 http://www.londonair.org.uk/london/asp/publicstats.asp?region=0
+OK 20210414081057 http://arxiv.org/abs/1409.3215
+MISS NA http://latimesblogs.latimes.com/readers/2010/03/which-sports-to-cover-its-a-tough-call.htmlEducationAmendments
+OK 20201114061850 https://doi.org/10.1080/13540602.2012.696044
+OK 20180603094220 https://doi.org/10.1080/15434303.2011.614030
+OK 20210207104030 https://zakon.rada.gov.ua/laws/show/2258-19
+MISS NA http://dx.doi.org/10.1016/j.egypro.2011.12.1145
+MISS NA http://www.cnj.jus.br/noticias/cnj/79955-audiencias-de-custodia-interferem-na-superlotacao-e-nas-mortes-em-presidios
+OK 20210415120201 http://www.renewableuk.com
+OK 20200723172048 https://doi.org/10.1111/j.1750-8606.2012.00238.x
+OK 20110816022156 http://dx.doi.org/10.1097/chi.0b013e31814a62f6
+OK 20180613133904 http://ieeexplore.ieee.org/document/6767034/
+OK 20180603091621 https://doi.org/10.1111/psj.12230
+MISS NA http://www.persee.fr/web/revues/home/prescript/article/rhs_0151-4105_2002_num_55_1_2143?_Prescripts_Search_isPortletOuvrage=false
+OK 20200418073645 https://doi.org/10.17660/ActaHortic.2005.673.85
+OK 20131225031038 http://www.obserwatorfinansowy.pl/forma/analizy/kraje-wschodzace-daja-lekcje-rozwinietym/
+OK 20191202212732 https://doi.org/10.4161/nucl.1.4.12331
+MISS NA http://www12.statcan.ca/census-recensement/2006/as-sa/97-557/indexeng.cfmCFID=3602473&CFTOKEN=55132540
+OK 20180602105556 https://doi.org/10.4161/cam.18702
+OK 20201129171008 http://politica.estadao.com.br/blogs/fausto-macedo/a-corrupcao-privada-no-brasil
+OK 20181009230040 www.eachq.Org
+OK 20200208105728 https://doi.org/10.1016/j.jrid.2017.01.002
+OK 20140820223824 http://agenciabrasil.ebc.com.br/noticia/2013-07-23/imprensa-internacional-destaca-tumulto-na-chegada-do-papa-francisco
+OK 20200602074024 https://www.atmos-meas-tech.net/7/1153/2014/
+OK 20210322142456 http://www.ics.ac.uk/ics-homepage/guidelines-and-standards/
+OK 20210225084537 https://doi.org/10.1093/bib/bbs017
+OK 20200814081324 https://doi.org/10.1056/NEJMoa1704174
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=98904&tool=pmcentrez&rendertype=abstract
+MISS NA http://www.maliembassy.us/index.php?option=com_content&view=article&id=202&Itemid=129
+OK 20170425015222 http://msupsyj.ru/articles/detail.php?article=4835
+OK 20191024215943 http://www.bmfbovespa.com.br/cias-listadas/empresas-listadas/BuscaEmpresaListada.aspx?idioma=pt-br
+OK 20210124214144 http://www.cibtech.org/jgee.htm
+OK 20091229141527 http://www.sober.org.br/palestra/5/935.pdf
+OK 20180602012917 https://doi.org/10.1079/BJN19520056
+OK 20210311124628 https://facebook.github.io/prophet/
+OK 20180603024536 https://doi.org/10.1111/all.12862
+MISS NA http://www.ietf.org/D.htmI
+MISS NA http://eon.law.harvard.edy/opencode/h20
+OK 20150824122459 http://revivals.arkangles.com/docs/EvangelicalRevivalsInThePacific.pdf
+OK 20210405034333 http://jcmc.indiana.edu/vol13/issue1/boyd.ellison.html
+OK 20200716045428 https://doi.org/10.1098/rsta.1969.0063
+MISS NA www.alphaworks.ibm.com/tech/wsdatacollector,IBM
+OK 20200323213944 http://dx.doi.org/10.1111/j.1744-7348.1967.tb05920.x
+OK 20200201012708 http://www.cancerresearchuk.org/cancer-info/cancerstats/world/incidence/
+OK 20210414074525 http://www.nbcc.org/
+OK 20210412230515 https://doi.org/10
+MISS NA http://cdcf.ugc.edu.hk/cdcf/searchStatisticReport.doc
+OK 20200328205250 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1455968
+MISS NA http://dx.doi.org/10.1057/9781137278074.0007
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed/23434734〉
+OK 20130725123730 http://dx.doi.org/10.1073/pnas.0404761101
+OK 20201230030614 https://doi.org/10.12952/journal.elementa.000029
+MISS NA https://dx.doi.org/10.1023/A:1021924322950
+MISS NA http://camara.ccb
+MISS NA https://doi.org/10.1101/824045doi:bioRxivpreprint1036
+OK 20180608233146 https://doi.org/10.1108/MRR-09-2012-0207
+MISS NA https://zakon.rada.gov.ua/laws/show/1063/2011.15
+OK 20210415035728 https://doi.org/10.1108/eb039503
+MISS NA http://dx.doi.org/10.1016/j.jviromet.2011.04.012
+OK 20200721082204 https://doi.org/10.1038/nbt1403
+MISS NA www.intechhopen.com
+OK 20180602005316 https://doi.org/10.1212/01.WNL.0000031424.51127.2B
+OK 20140313221108 http://www.mceetya.edu.au/mceecdya/hobart_declaration,11577.html
+OK 20200721213316 https://doi.org/10.1042/BCJ20160185
+OK 20210314144624 http://www.diracprogram.org
+OK 20200219032946 https://doi.org/10.1175/JTECH-D-16-0247.1
+OK 20201128093438 http://www.itif.org/files/2007_State_New_Economy_Index.pdf
+OK 20160810182154 http://dx.doi.org/10.1016/j.vetpar.2007.05.019
+OK 20210414003838 http://www.planalto.gov.br/ccivil_03/leis/LCP/Lcp123.htm
+MISS NA http://www.pmf.sc.gov.br/arquivos/arquivos/pdf/29_05_2013_14.03.33.119d4683dda798d135e95ce684a3d570.pdf.Acessoem:25mai.de
+OK 20210417171759 http://www.newadvent.org/cathen/03449a.htm
+MISS NA https://www.metodista.br/revistas/revistas-izabela/index.php/aic/article/view/408.Acessoem
+OK 20200515013711 https://doi.org/10.3389/fpsyg.2017.00410
+OK 20170426032524 http://www.abc.net.au/mediawatch/transcripts/s3248772.htm
+OK 20170904014218 http://www.ccsenet.org/journal/index.php/ass/article/viewFile/41811/22946
+OK 20210322022820 http://dx.doi.org/10.1007/s00431-007-0562-4
+OK 20210228052524 http://www.emedicine.com/plastic/topic457.htm
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://dx.doi.org/10.1300/J395v04n01_04
+OK 20210416090105 http://dx.doi.org/10.1099/vir.0.036525-0
+OK 20210415070154 https://martinfowler.com/articles/microservices.html
+OK 20210419011902 https://mises.org/library/liberalism-classical-tradition
+OK 20191110000733 http://www.e-mentor.edu.pl/artykul/index/numer/48/id/983
+MISS NA http://doi.org/10.1016/S0003-2670
+OK 20190903092942 http://medznate.ru/docs/index-53265.html
+OK 20200325093712 http://www.atutor.ca/atutor/modules
+MISS NA http://www.medinfo.cs.ucy.ac.cy/index.php/downloads/toolboxes/10-matlab-software/matlabsoftware_2013.zip
+OK 20180602002206 https://doi.org/10.1021/ic00109a004
+OK 20210422121821 http://www.istat.it
+OK 20191105125346 https://doi.org/10.1080/09500830050110486
+OK 20201109042126 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2005ftsearch.asp
+MISS NA http://daccessdds.un.org/doc/RESOLUTION/GEN/NR0/378/07/IMG/NR037807
+OK 20210422083349 http://www.R-project.org
+MISS NA https://doi.org/10.11743/o9920130202
+MISS NA http://e-legis.anvisa.gov.br/leisref/public/showAct.php?id=18828&word=Acessoem:10maio
+MISS NA https://perma.cc/HV56-79GC
+MISS NA http://bbs.cenet.org.cn/uploadImages/200351010534890199.pdf.Acesso05.11.2010
+MISS NA https://vesmir.cz/cz/on-line-clanky/2014/11/bobr-2014-chraneny-nezadouci.html•Andreska
+OK 20210415023645 http://www.ets.org/erater/about/
+OK 20180603231847 https://doi.org/10.1016/j.molcatb.2014.04.007
+MISS NA www.muys.sakarya.edu.tr/belgeler/Isyeri_egitim_Yonergesi.pdfadresindenerişildi
+OK 20210413144014 https://doi.org/10.1200/JCO.2013.53.5948
+MISS NA http://nadapop.com.br/wp-con-tent/uploads/2016/01/vida_sem_catracas_capanp.jpg.Acessoem:10/10/2017
+OK 20180604060933 https://doi.org/10.1080/10400410903359798
+OK 20201214084153 https://apps.who.int/iris/bitstream/handle/10665/260178/9789241550215-eng.pdf
+OK 20200714131850 https://www.rijksoverheid.nl/binaries/rijksoverheid/documenten/kamerstukken/2018/03/29/kamerbrief-over-gaswinning-groningen/kamerbrief-over-gaswinning-groningen.pdf
+OK 20200226144913 https://doi.org/10.1371/journal.pone.0148844
+OK 20210204071912 https://doi.org/10.1136/bmjopen-2013-002889
+OK 20180610093426 https://doi.org/10.1007/s00299-015-1866-x
+MISS NA http://ltr.sagepub.com/content/16/2/170.refs.html
+MISS NA http://www.gcdisclosure-divulgationsc.hc-sc.gc.ca/dpfad/gcdisc.nsf/WEBbydetails/FE08DF0960AC89808525748D0067E56D?OpenDocument&lang=fra&
+OK 20180605093825 https://doi.org/10.1016/j.ica.2013.12.038
+OK 20210402030336 http://dx.doi.org/10.1016/j.ijantimicag.2013.09.005
+OK 20210419125651 http://www.iea.org/
+MISS NA http://www.inmetro.gov.br/consumidor/produtos/revestimentos.asp.Acessoem11dejaneirode
+OK 20200809194710 http://www.ensembl.org/Gasterosteus_aculeatus/Info/Index
+MISS NA http://www.dulwichcentre.com.au5
+OK 20201101082935 http://www.metamodernism.com/2015/01/12/metamodernism-a-brief-introduction/
+OK 20210328235017 http://dx.doi.org/10.1146/annurev.es.04.110173.000245
+OK 20210417051150 http://www.tse.go.cr/revista/revista.htm
+MISS NA http://yhs.cdc.go.kr/new/.Assessed24
+OK 20210224204828 http://www.rta.org/comprehensive-rail-and-track-related-research
+OK 20210413005923 http://dx.doi.org/10.1016/j.celrep.2012.06.007
+MISS NA http://dx.doi.org/10.1111/j.1600-0838.2010.01164.x
+OK 20210422085250 https://doi.org/
+OK 20200819054853 https://doi.org/10.1136/bmjopen-2018-021734
+OK 20210422043153 https://www.iso.org/obp/ui/#iso
+OK 20210320180513 https://docs.nvidia.com/cuda/cublas/index.html
+MISS NA http://dx
+OK 20150924033157 http://www.ifad.org/operations/projects/regions/PL/factsheet/mercosur_s.pdf
+OK 20210412095936 https://doi.org/10.1175/BAMS-D-12-00121.1
+OK 20190216131304 http://history.sandiego.edu/GEN/recording/notes.html#tape
+OK 20210310113936 https://www.nuffield.ox.ac.uk/people/sites/allen-research-pages/
+OK 20160624151849 http://dx.doi.org/10.1074/jbc.M101590200
+OK 20201114002755 http://www.nelson.com/nelson/harcourt/sociology/newsociety3e/loveonline.pdf
+OK 20210421205455 https://opensource.org/osd-annotated
+OK 20130628232328 http://dx.doi.org/10.1074/jbc.M302511200
+OK 20180609202538 https://doi.org/10.1016/j.jhydrol.2012.02.044
+OK 20180605104805 https://doi.org/10.1177/1461444814541523
+OK 20151204141125 http://dx.doi.org/10.1116/1.1612517
+OK 20210227002318 http://www.socialistreview.org.uk/article.php?articlenumber=9101
+OK 20210421204701 https://mariadb.org/
+OK 20200213183259 https://doi.org/10.1590/S0074-02761928000200002
+OK 20210123003445 http://pliant.cx
+OK 20071124101649 http://www.deloitte.com/dtt/cda/doc/content/US_SevenDisciplinesChina_research.pdf
+MISS NA http://dx.doi.org/10.5539/ibr.v9n3p154
+OK 20200617061126 http://www.atmos-chem-phys.net/14/4419/2014/
+MISS NA http://www.onu.org.br/rio20/img/2012/01/convencao_clima.pdfehttp://www.planalto.gov.br/ccivil_03/decreto/D2652.htm.Consultadaem:07/12/2013
+MISS NA https://www.researchgate.net/publication/327416757_Developing_Countries_and_Blockchain_Technology_Uganda's_Perspective
+MISS NA https://www.cambridge.org/core/terms.SubjectIndexStratigraphy
+MISS NA http://www.dunya.com/dikkat-pazarlama-butcenizde-tuzak-var-163498.htm
+OK 20210204061237 https://doi.org/10.1016/J.SUPFLU.2016.05.035
+OK 20140309024729 http://www.fermier-satmarean.ro/Doc/lucrarile%20solului.pdf
+OK 20210128225927 https://doi.org/10.1046/j.1467-789x.2000.00016.x
+OK 20180608221408 https://doi.org/10.1016/j.plasmid.2016.11.004
+OK 20210421174838 https://doi.org/10.1007/s00382-017-3793-8
+OK 20200421022514 http://dx.doi.org/10.1525/aa.1965.67.2.02a00010
+OK 20200710091842 https://doi.org/10.1111/bpa.12344
+OK 20201127042521 https://revistas.pucsp.br/revph/article/view/12101/8763
+OK 20210415102219 www.sacscoc.org/membershipInfo.asp
+MISS NA http://dx.doi.org/10.1109/TIE.2014.2327552
+MISS NA https://revistas.unimilitar.edu.co/index.php/reds/article/view/879/630
+OK 20190531115014 http://odisha.gov.in/census/cenmain.htm
+MISS NA http://zedy00.desy.de/∼schlenst/eps99paper.html
+MISS NA https://ideas.repec.org/p/ces/ceswps/1505.html
+OK 20170325101736 http://ec.europa.eu/energy/renewables/transparency_platform/doc/national_renewable_energy_action_plan_finland_en.pdf
+OK 20210422065751 http://www.j-sim.org
+OK 20210415085755 http://preflib.org
+MISS NA http://www.eltiempo.com/archivo/documento/CMS-4163727
+OK 20200903191850 https://doi.org/10.1098/rstb.2013.0122
+OK 20200711121930 https://doi.org/10.1523/JNEUROSCI.0864-05.2005
+OK 20210421225535 http://www.winamp.com
+MISS NA https://www.palinfo.com/news/2015/12/20
+OK 20210422032405 http://www.cochrane-handbook.org
+OK 20180602231040 https://doi.org/10.1371/journal.pone.0014586
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+OK 20050519224817 reform.house.gov/UploadedFiles/051303%20JG%20ts.pdf
+MISS NA http://dx.doi.org/10.15213/redes.n12.p86
+OK 20210414021809 Http://services.bepress.com/jpd/
+MISS NA https://doi.org/10.5194/acp-2017-1183Manuscript
+OK 20210422114119 http://www.numpy.org/
+OK 20210225044702 http://www.cancer.Org/acs/groups/content/@research/documents/document/acspc-046381.pdf
+MISS NA https://doi.org/10.5194/bg-2017-557
+MISS NA http://dx.doi.org/10.4103/0255-0857.49430
+MISS NA Retrievedfromwww.oxfordhandbooks.com/view/10.1093/oxfordhb/9780199566020.001.0001/oxfordhb-9780199566020-e-4
+MISS NA http://dx.doi.org/10.1046/j.1365-2885.2000.00294.x
+MISS NA http://www.hockeycanada.ca/index.php/ci_id/10777/la_id/1.htm%20majd%20reggel%20
+OK 20190925153750 http://biotech.law.lsu.edu/climate/docs/2006_october_RDokka.pdf
+OK 20210309095936 http://ods.od.nih.gov/factsheets/VitaminB12_pf.asp
+OK 20200509052813 https://doi.org/10.1016/j.bbalip.2010.06.001
+OK 20200829085723 http://dx.doi.org/10.1073/pnas.70.5.1564
+OK 20210308010013 http://doi.org/10.1073/pnas.0611338104
+OK 20200803153021 http://www.seer.unirio.br/index.php/cuidadofundamental/article/view/2744/pdf_910
+OK 20210330112931 http://link.aps.org/doi/10.1103/PhysRevA.50.67
+MISS NA http://dx.doi.org/10.5197/j.2044-0588.2016.033.014©2016TheAuthors
+OK 20200220021550 https://doi.org/10.1034/j.1600-0447.108.s417.1.x
+MISS NA http://doi.org/1029/2001GL014339
+MISS NA http://www.researchgate.net/publication/237806269
+OK 20180724185805 http://www.pnas.org/content/80/14/4291.full.pdf
+OK 20170511051432 http://dx.doi.org/10.1016/j.neulet.2009.06.050
+MISS NA https://doi.org/10.1007/s00586-010-1518-3PMID
+OK 20170720173109 http://dx.doi.org/10.1182/blood-2002-10-3076
+OK 20140720162219 http://www.sciencedirect.com/science/article/pii/S0022311513002900
+OK 20180604080428 https://doi.org/10.1002/jbt.20292
+OK 20210418011613 https://doi.org/10.1029/2000RG000095
+OK 20210308194141 http://www.nytimes.com/2016/01/22/technology/airbnb-takes-its-case-to-us-mayors-conference.html
+OK 20180609164436 https://doi.org/10.1016/j.dcn.2011.07.015
+OK 20210314171445 https://www.cidh.oas.org/basicos/portugues/c.convencao_americana.htm
+OK 20180602122323 https://doi.org/10.1101/cshperspect.a003848
+MISS NA http://www.R-project.org/,lastaccess
+MISS NA http://dx.doi.org/10.1109/ROMAN.2005.1513866
+OK 20200211104128 https://doi.org/10.1002/sctm.18-0189
+OK 20210413080201 http://sciencecases.lib.buffalo.edu/cs
+MISS NA http://www.ekhn.de/index.htm?http://www.ekhn.de/inhalt/kirche/profil/aufbau/dekanat.htm~inhalt
+OK 20180612214829 https://doi.org/10.1016/j.jhazmat.2007.11.093
+OK 20210214032243 http://www.strokeaha.org
+MISS NA http://www.ncvhs.hhs.gov/970416w6.htm.Accessed
+OK 20171220210633 https://docplayer.net/29603522-Rat-and-mouse-anesthesia-and-analgesia-formulary-and-general-drug-information.html
+OK 20210323173110 http://www.a-w-i-p.com/index.php/2010/01/03/reconstructing-leonora-sansay
+OK 20120912043333 http://nyschap.vet.cornell.edu/module/mastitis/section1/BeddingMaterialsUdderHealth.pdf
+OK 20180604074945 https://doi.org/10.1016/S0361-9230(03)00049-2
+MISS NA http://www.drugbank.ca/drugs/DB00310.Accessed
+OK 20180318173822 http://www.alnresearch.org/Data_Files/articles/full_text/benbunan.htm
+OK 20180610132008 https://doi.org/10.1016/j.wri.2013.05.002
+OK 20210415052518 http://kdk.gov.tr/
+OK 20200502191338 https://doi.org/10.3141/2061-08
+MISS NA http://dx.doi.org/10.3366/drs.2007.25.2.134
+OK 20210124161352 https://www.smashingrobotics.com/thirteen-advanced-humanoid-robots-for-sale-today/
+OK 20200610080126 https://software.intel.com/en-us/articles/realsense-sdk-windows-eol
+OK 20210415000703 www.theagileadmin.com/what-is-devops/
+OK 20210421191114 https://www.cambridge.org/core
+OK 20180603072555 https://doi.org/10.1002/2013JC009176
+MISS NA http://dx.doi.org/10.1093/emboj/16.8.1970
+OK 20210419013040 https://www.cdc.gov/nchs/nvss/vsrr/drug-overdose-data.htm
+OK 20160407090824 http://www.deutsche-biographie.de/sfz77931.html
+OK 20200216083001 https://doi.org/10.1364/OE.21.000322
+MISS NA http://www.jessrules.com/jesswiki/view?KeepYourRulesNormalized
+OK 20180602175218 https://doi.org/10.1124/jpet.110.169110
+OK 20210308125425 http://dx.doi.org/10.1371/journal.ppat.1000430
+OK 20180610200329 https://doi.org/10.1123/ijsnem.2014-0067
+MISS NA https://iab.org.pl/wp-content/uploads/2017/12/Raport
+MISS NA http://dx.doi.org/10.3389/fphar.2012.00083
+OK 20180603114515 https://doi.org/10.1080/10926771.2013.719591
+OK 20130411031249 http://nihroadmap.nih.gov/raid/index.aspx
+OK 20180603001929 https://doi.org/10.1371/journal.pone.0179881
+OK 20210319091830 https://doi.org/10.1038/srep27203
+MISS NA https://doi.org/1.541.302.3777
+OK 20180602001509 https://doi.org/10.1523/JNEUROSCI.1494-11.2012
+MISS NA http://www.medscape.com/viewarticle/557901.Ac-cessed
+OK 20201114001923 http://usny.nysed.gov/rttt/docs/guidingprinciples-arts.pdf
+OK 20171026082648 http://dx.doi.org/10.1002/jobm.3620300824
+OK 20210125062600 http://www.tdcompetencia.org
+MISS NA http://sfx.scholarsportal.info/ottawa?url_ver=Z39.88-2004&rft_val_fmt=info
+OK 20130329094906 http://dx.doi.org/10.1016/j.nbd.2011.05.023
+OK 20160322101740 http://www.hedg.ac.uk/documents/HEDG_Report_final.pdf
+MISS NA http://www.mass.gov/chia/docs/r/pubs/10
+OK 20180612114810 https://doi.org/10.1139/g97-005
+OK 20210308171125 https://doi.org/10.1073/pnas.1200156109
+OK 20210421045030 https://www.codeforamerica.org/
+OK 20210117030007 http://www.portalaction.com.br/analise-de-regressao/16-coeficiente-de-determinacao
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S002966511700341X
+MISS NA https://doi.org/10.1016/j.ijrobp.2018.06.046
+OK 20180608140844 https://doi.org/10.1016/j.biocontrol.2005.06.011
+MISS NA https://www.rcr.ac.uk/publication/standards-patient-conidentiality-and-ris-and-pacs
+MISS NA https://dx.doi.org/10.1161/CIR.0b013e3182949a2e
+MISS NA http://www.pravoslavie.ru/english/9493.htm
+OK 20210418183314 http://dx.doi.org/10.1016/j.parint.2007.02.002
+OK 20000528201304 http://www.cs.umd.edu/Dienst/UI/2.0/Describe/ncstrl.umcp/CS-TR-4070
+MISS NA http://dx.doi.org/10.2519/jospt.2007.2389
+MISS NA http://www.receita.fazenda.gov.br/Legislacao/leis/2003/lei10684htm
+OK 20210421185032 https://www.internationalwaterlaw.org/blog/2018/06/18/countdown-to-the-guarani-aquifer-agreement-coming-into-force-will-it-be-effective-in-promoting-transboundary-groundwater-governance/
+OK 20180604034753 https://doi.org/10.1016/j.humov.2013.08.012
+MISS NA http://www.veterinaria.org/revistas/redvet/n040409/040915.pdf,documento
+OK 20180612121524 https://doi.org/10.1016/j.ophtha.2007.03.088
+OK 20200725051854 https://doi.org/10.1093/emboj/17.13.3512
+OK 20210417185253 https://doi.org/10.1080/07420528.2016.1189432
+MISS NA http://dx.doi.org/10.1145/2508478.2508480
+MISS NA http://dx.doi.org/10.5772/55194
+MISS NA http://dx.doi.org/10.1007/s00442-003-1195-6
+OK 20180611004701 https://doi.org/10.1016/j.neuint.2006.02.004
+OK 20200507012613 https://doi.org/10.1016/j.physbeh.2016.05.045
+OK 20210420032125 http://www.mcs.anl.gov/petsc
+OK 20210323015001 http://dx.doi.org/10
+OK 20180827215948 http://dx.doi.org/10.1016/j.jcis.2003.08.041
+OK 20210422035608 blast.ncbi.nlm.nih.gov/Blast.cgi
+OK 20200611055852 https://doi.org/10.1371/journal.pcbi.1000256
+MISS NA http://www.aafp.org/afpauthors.xml.Accessed
+OK 20180601214649 https://doi.org/10.3233/JIFS-169146
+OK 20180601201416 https://doi.org/10.5380/psi.v10i2.7693
+OK 20200709143032 http://siteresources.worldbank.org/BRAZILINPOREXTN/Resources/3817166-1185895645304/4044168-1185895685298/011_EconomiaPecuariaCorteRegNorte.pdf
+OK 20150909005433 http://www.ohchr.org/Documents/Issues/Women/WRGS/Health/GR24.pdf
+OK 20180612112113 https://doi.org/10.1016/j.ijpara.2008.09.009
+MISS NA http://digilib.unej.ac.id/gdl42/gdl.php?mod=browse&op=read&id=gdlhub-gdl-srinurhaya-idantActivityofWheyfromMilkFermentedwith
+OK 20171122060422 http://www.anpocs.com/index.php/40o-encontro-anual-2016/1368-encontros-anuais/39-encontro-anual-da-anpocs-sp-415/1645-programacao-geral-sp-491425974?showall=&start=9
+OK 20191228192609 http://spip.imagemet.com/WebHelp6/Default.htm
+MISS NA http://link.aps.org/doi/10.1103/PhysRevLett.100
+OK 20210316082047 http://www.irisa.fr/lande/genet/span/
+OK 20210421180741 http://www.jahannews.com/
+OK 20210325231502 http://dx.doi.org/10.1021/cb5010417
+OK 20210320141736 http://www.biomedcentral.com/1741-7015/10/13
+OK 20200701041732 http://www.tips.org.za/node/332
+MISS NA http://www.mcpcil.org.uk/media/Doc%204%20OPCARE9%20Report.pdf
+MISS NA http://www.europaworld.com.Accessed9/15/2010
+OK 20180602043827 http://link.aps.org/doi/10.1103/PhysRevE.92.051002
+OK 20170626213013 http://www.chs.ubc.ca/consortia/outputs3/LASA2009-Wojciechowski_John.pdf
+OK 20201111222500 https://eprint.iacr.org/2019/360
+MISS NA http://dx.doi.org/10.1007/s13277-015-4142-3
+OK 20091110112639 http://americanpressinstitute.org/convergencetracker
+MISS NA http://dx.doi.org/10.1093/rfs/6.1.23
+MISS NA http://migre.me/kzWIO
+OK 20200509044002 https://doi.org/10.4161/rna.22570
+OK 20100613155349 http://dx.doi.org/10.1038/sj.cdd.4401617
+OK 20160629122850 http://www.nhm.org/site/sites/default/files/pdf/contrib_science/CS106.pdf
+OK 20210422055704 http://hcupnet.ahrq.gov/
+OK 20210417034017 http://www.ijic.org/
+OK 20210401075607 https://mars.jpl.nasa.gov/odyssey/index.cfm
+OK 20200611021430 https://doi.org/10.1186/s40168-016-0221-y
+OK 20180603135754 https://doi.org/10.1002/2015GL064513
+OK 20180602223553 https://doi.org/10.1111/jvh.12059
+OK 20210310024819 https://doi.org/10.1038/nature12143
+OK 20131124044503 http://www.cihi.ca/CIHI-ext-portal/pdf/internet/CCRS_PIA_2006-08-22_EN
+MISS NA https://www.osha.gov/SLTC/laserelectrosurgeryplume/index.html.Accessed
+OK 20201216212350 http://nosetup.org/php_on_line/numero_aleatorio_2
+MISS NA http://dx.doi.org/10.1590/S0104-07072010000100005
+MISS NA https://www.cambridge.org/core/terms.https://doi.org/10.1017/S0074180900043989
+MISS NA https://doi.org/10.1074/jbc.M114.557066.56
+MISS NA http://www.eskom.co.za/con-tent/Efficient%20Lighting%20Programme%20involv-ing%20the%20rollout%20of%20Compact%20Fluorescent%20Lamps%20
+OK 20190903092028 http://www.diariodaamazonia.com.br/saude-combate-doencas-tropicais/
+OK 20170814233658 http://movie.douban.com/review/3803722/
+OK 20210421121429 github.com/vegandevs/vegan
+OK 20190304025514 http://www.nature-bank.com.au
+OK 20180601202417 https://doi.org/10.1002/med.20115
+OK 20210415152856 http://dx.doi.org/10.1899/0887-3593
+MISS NA vision.ucsd.edu/~leekc/ExtYaleDatabase/ExtYaleB.html
+OK 20200617044323 http://dx.doi.org/10.1016/j.neuroimage.2005.03.010
+OK 20180601213120 https://doi.org/10.1175/jcli3390.1
+MISS NA https://doi.org/10.1002/2017JD027219
+OK 20180612120334 https://doi.org/10.1016/j.biomaterials.2007.05.032
+MISS NA https://doi.org/10.1111/j.1525-1497.2001.00537.xPMID
+OK 20210415012822 http://dx.doi.org/10.1037/0882-7974.6.2.272
+MISS NA http://discovery.nationalarchives.gov.uk/details/r/C9569594
+OK 20200219042436 https://doi.org/10.1093/eurheartj/eht290
+OK 20210421140459 https://www.esri.com/es-es/home
+OK 20210417180545 http://dx.doi.org/10.1093/gji/ggv230
+OK 20180602040345 https://doi.org/10.1097/GIM.0b013e3181fe5f6c
+OK 20180602210942 https://doi.org/10.1016/0012-1606(84)90136-2
+OK 20190706075406 http://dx.doi.org/10.1093/schbul/sbp154
+MISS NA http://naldc.nal.usda.gov/download/43385/PDF
+OK 20180604141827 https://doi.org/10.1017/S0007485316000821
+MISS NA https://doi.org/10.1016/S0031-9384
+OK 20201004102748 http://www.gesetze-im-internet.de/bitv_2_0/
+OK 20200725173605 http://arxiv.org/abs/0810.0425
+OK 20210227092707 http://legacy.earlham.edu/~peters/fos/timeline.htm
+MISS NA http://www.theorie.physik.uni-goettingen.de/forschung/qft/theses/dipl/Morfa-Morales.pdf
+MISS NA webappsO1.un.org/dsd/caseStudy/public/Welcome.do
+OK 20200603044017 http://www.crcpress.com/catalog/C4841.htm
+MISS NA http://wwee.woodtait.com739-0433
+OK 20180611223613 https://doi.org/10.1007/s00125-003-1200-y
+OK 20200708224808 https://doi.org/10.1002/adfm.201801237
+OK 20200722050316 http://doi.org/10.1037/a0015978
+MISS NA https://goo.gl/kjnS2J
+OK 20210414113834 http://www.businessrulesgroup.org/first_paper/br01c0.htm
+OK 20210413005418 https://doi.org/10.1016/S0031-0182
+MISS NA http://www.bag.admin.ch/nanotechnologie/12171/12174/index.html?lang¼en.Accessed18
+OK 20201125054703 http://www.ull.es/publicaciones/latina/200717Denis_Reno.htm
+OK 20200506004233 https://doi.org/10.1007/978-3-642-36973-5_10
+MISS NA http://www.unwomen.org/~/media/Headquarters/Attachments/Sections/Library/Publications/2013/3/UNWomen_IUTC_Factsheets%20pdf.pdfvanManen
+OK 20180602010417 https://doi.org/10.3389/fpsyg.2016.00976
+OK 20200927191949 https://doi.org/10.1016/j.chroma.2007.01.046
+MISS NA http://www.tandfonline.com/doi/full/10.1080/02522667.2015.1103044
+MISS NA http://www.iaphworldports.org/LinkClick.aspx?fileticket=UOaW_S0HbUQ%3D&tabid=5033
+OK 20080506222129 http://www.uni-muenster.de/math/u/schneider
+MISS NA Retrievedfromwww.hc-sc.gc.ca/hhr-rhs/stratee/interprof
+OK 20210413014400 http://ec.europa.eu/growth/industry/innovation/facts-figures/scoreboards/index_en.htm
+OK 20210407053659 http://dx.doi.org/10.1038/gim.2015.30
+OK 20160409090232 http://dx.doi.org/10.1023/A:1006881931793
+MISS NA http://www.curacao-tourism.com/Dervaes
+OK 20170810160918 http://www.harmo.org/Conferences/Proceedings/_Cavtat/publishedSections/O_P5-05.pdf
+OK 20180604091053 https://doi.org/10.1007/s00114-015-1314-3
+MISS NA https://doi.org/10.1016/s1388-2457
+OK 20160411113301 http://www.caricom.org/jsp/community/history.jsp?menu=community
+OK 20200805103507 https://doi.org/10.1007/s11524-012-9723-5
+OK 20190730171247 http://sourceforge.net/projects/nuweb/
+OK 20210318011536 http://optn.transplant.hrsa.gov/learn/about-donation/the-basic-path-of-donation/
+OK 20200808231106 http://www.psymaker.com/downloads/PsyAccentEng.pdf
+MISS NA http://www.agifors.org/document.go?documentId=1229&action=download
+OK 20210327193953 https://doi.org/10.1111/j.2517-6161.1995.tb02031.x
+OK 20210422071732 https://www.coursera.org
+MISS NA http://www.dantecdynamics.com-/Default.aspx?ID=1539
+OK 20210422083349 http://www.R-project.org
+OK 20210225060444 http://calypto.com/en/products/catapult/overview
+MISS NA http://dx.doi.org/10.1021/j100873a012
+OK 20210126153257 http://www.balwois.com/
+OK 20200420191824 https://doi.org/10.1186/s12889-015-2470-2
+MISS NA https://doi.org/10.1007/s12282-018-0922-0
+OK 20180602085139 https://doi.org/10.1080/00222938300770171
+OK 20210218014040 http://www.boldsystems.org/index.php/Taxbrowser_Taxonpage?taxid=368898
+OK 20210413075215 https://doi.org/10.2307/1467686
+MISS NA http://www.abs.gov.au/ausstats/abs@.nsf/Latestproducts/3218.0Main%20Features452013-14?opendocument&tabname=Summary&prodno=3218
+OK 20200302042739 https://doi.org/10.1177/0093854816628905
+OK 20210415041350 https://arxiv.org/abs/1411.1784
+MISS NA https://doi.org/10.2866/46995
+OK 20210416174828 https://doi.org/10.1038/nmeth.3869
+MISS NA https://www.academa.edu/39994839/BITCOIN_%C3%96ZEL%C4%B0NDE_KR%C4%B0PTO_PARALARIN_E%C5%9EYA_N%C4%B0TEL%C4%B0%C4%9E%C4%B0_SORUNU_THE_QUESTION_OF_PROPERTY_QUALIFICATION_OF_CRYPTOCURRENCIES_SPECIFIC_TO_BITCOIN
+MISS NA http://old.clarin.com/diario/2003/2008/2020/t-608315.htm
+OK 20100710130758 www.arasite.org/anniefcritan.html
+OK 20210412230515 https://doi.org/10
+MISS NA https://dx.doi.org/10.1080/13215906.2015.1017076
+OK 20201210052014 http://www.consilium.europa.eu/uedocs/cms_data/docs/pressdata/en/genaff/118487.pdf
+OK 20210210220316 http://www.dig-hum.de
+OK 20180630055425 http://dx.doi.org/10.29358/sceco.v0i26.397
+OK 20210421191114 https://www.cambridge.org/core
+MISS NA https://www.jour-nalism.org/2017/09/07/news-use-across-social-media-platforms-2017/
+OK 20210108181455 http://doi.org/10.1007/BF03175613
+MISS NA http://dx.doi.org/10.1038/sj/mp/4000936
+OK 20190524010652 http://www.fauna-iberica.mncn.csic.es/faunaib/arthropoda/insecta/trichoptera/index.php
+OK 20201231015837 http://dx.doi.org/10.1016/S0140-6736(99)11180-2
+OK 20200806025102 https://doi.org/10.1029/2012GL052932
+MISS NA http://dx.doi.org/10.1097/SLE.0b013e31828dacc5
+MISS NA http://dx.doi.org/10.1016/j.anifeedsci.2009.12.008
+MISS NA http://www.conferenciaepiscopal.es/pastoral/turismo/encuentro/2008/JosepEnricParellada.pdfConsultado:16/08/2017
+MISS NA https://www.museodelprado.es/investigacion/restauraciones/restauracion-de-emfelipe-ii-a-caballoem-de-rubens/restaura-cion/
+OK 20200702095009 https://doi.org/10.1016/j.jhydrol.2015.01.015
+OK 20140215024200 http://corporate.visa.com/corporate-responsibility/financial-inclusion/central-and-Eastern-europe.shtml
+OK 20210419052319 https://www.rand.org/pubs/research_reports/RR443-2.html
+OK 20200517014623 http://dx.doi.org/10.1017/s1743921309991396
+OK 20210131105938 https://doi.org/10.1093/bioinformatics/btp612
+OK 20180603115427 https://doi.org/10.1111/jopp.12035
+OK 20210308031337 https://doi.org/10.1073/pnas.0803309105
+OK 20150818232240 http://text.document.kremlin.ru/SESSION/PILOT/main.htm
+OK 20180611025816 https://doi.org/10.1139/m90-045
+OK 20210221213129 http://www.ams.org/journal-terms-of-use
+OK 20080417010427 http://liihs.irit.fr/guideme
+MISS NA http://dx.doi.org/10.2469/faj.v55.n6.2313
+MISS NA http://dx.doi.org/10.1090/S0025-5718-2013-02719-6
+OK 20170501113040 https://rirdc.infoservices.com.au/items/12-007
+OK 20151021015317 http://dx.doi.org/10.1016/j.jfoodeng.2003.11.003
+OK 20210206175706 http://www.rand.org/pubs/monographs/2005/RAND_MG410.pdf
+OK 20200124184229 http://www.news.com.au/technology/environment/bushfires-in-australia-deadlier-more-destructive-and-worse-to-come/story-e6frflp0-1226815740178
+OK 20110701014136 www.anped.org.br/reunioes/23/textos/te13.PDF
+OK 20201005043402 https://doi.org/10.3389/fnins.2012.00026
+OK 20210412011332 https://doi.org/10.1093/nar/29.9.e45
+MISS NA http://www.foodnet.cgiar.org/scrip/docs&databases/ifpriStudies_UG_nonScrip/pdfs/more_reports/
+MISS NA http://www.norsys.com/netica.html.Accessed
+MISS NA www.eplo.org/eu-documents
+MISS NA https://hbsp.harvard.edu/tu/6dcdda66
+MISS NA http://www.fao.org/DOCREP/005/Y3932T/v3932t04.htm.Accessed
+OK 20161114145948 http://oecdeducationtoday.blogspot.se/2016/07/is-more-vocational-education-answer.html
+MISS NA http://www.ngdc.noaa.gov/mgg/global/etopo2.htmlS
+MISS NA http://www.scielo.br/scielo.php?pid=S0102-30982015000200313&script=sci_abstract&tlng=pt
+OK 20050205183552 http://www.theita.com/memberpage.php?ArticleID=66
+OK 20210412233930 https://doi.org/10.1061/
+OK 20210330205550 http://www
+OK 20210124062536 https://www.hrw.org/report/2009/02/25/democracy-rocky-ground/armenias-disputed-2008-presidential-election-post-election
+MISS NA https://repositorio.ufu.br/handle/123456789/15053
+MISS NA http://www.mail-archive.com/vortexl@eskimo.com/msg16649
+OK 20200814052722 http://dx.doi.org/10.1038/nrg1656
+OK 20200223192922 www.plantscope.nl
+MISS NA http://www.buscacep.correios.com.br/sistemas/buscacep/ResultadoBuscaCepEndereco.cfmAcessoem02/04/2016
+OK 20200616034725 http://dx.doi.org/10.1016/j.bpj.2011.11.4026
+OK 20210224132944 http://dx.doi.org/10.1146/annurev.cellbio.15.1.185
+OK 20191017100315 http://www.londonstockexchange.com/statistics/markets/aim/aim.htm
+OK 20200320093657 https://www.aadnc-aandc.gc.ca/DAM/DAM-INTER-HQ-NOG/STAGING/texte-text/pubs_ann_ann2014_1431442627961_eng.pdf
+MISS NA http://www3.weforum.org/docs/WEF_GlobalCompetitivenessReport_2012-13.pdf12.http://195.222.43.81/sase-final/language/hr-HR/Za_investitore/Emitenti/Kodeks_korporativnog_upravljanja.aspxРадјепримљен:20.10
+OK 20141122035413 https://www.lib.umd.edu/binaries/content/assets/public/architecturelibrary/sr_briefing_discovery_20140924_0.pdf
+OK 20210224235502 http://www.freece.com/files/classroom/programslides/42a5e3e6-aa6b-4618-8463-889fe3bb2c2c/mederrorhk.pdf
+OK 20210309010445 https://doi.org/10.1002/cncr.25652
+OK 20210308004000 http://doi.org/10.1080/00223980.1988.10542941
+OK 20210415151827 http://dx.doi.org/10.2307/2393549
+OK 20170720135513 http://dx.doi.org/10.1016/S1096-2190(98)00026-2
+OK 20200810022123 http://www.cra.org/ccc/initiatives
+OK 20210415081608 https://dx.doi.org/10.1038/nature13531
+OK 20180604103057 https://doi.org/10.1002/sce.21181
+OK 20210419230915 https://www.transparency.org/news/feature/corruption_perceptions_index_2016
+OK 20180608053717 https://doi.org/10.1016/j.foodhyd.2017.07.035
+OK 20201125034443 http://www.cies.iscte.pt/destaques/documents/sociedade_em_rede_cc.pdf
+OK 20200830011017 https://doi.org/10.22329/il.v20i1.2254
+OK 20170107091838 http://www.agu.org/pubs/crossref/2004/2003WR002475.shtml
+OK 20101215044301 www.lew-verteilnetz.de/cms_dso_inter/Downloads/Gesetze/EEG_Verguetung_2010.pdf
+OK 20180312004032 http://www.springer.com/gp/book/9783540938095
+OK 20200727083231 https://doi.org/10.1021/acs.est.8b02876
+OK 20150912143047 http://www.unicef.org/romania/ism_2009.pdf
+MISS NA http://revistas.ufpr.br/cogitare/article/view/42897/28163.doi:http://dx.doi.org/10.5380/ce.v21i2.42897
+OK 20200319200710 https://doi.org/10.1093/bioinformatics/btz295
+MISS NA http://dx.doi.org/10.3926/jiem.530
+OK 20200623151738 https://doi.org/10.4995/wrs.1996.278
+OK 20200213235327 https://doi.org/10.29332/ijssh.v3n1.271
+MISS NA http://www.scielo.br/scielo.php?s-cript=sci_arttext&pid=S0034-71672018000901313&lng=en
+MISS NA http://dx.doi.org/10.1007/s12114-010-9057-z
+OK 20200925040055 http://www.cemea.asso.fr/IMG/pdf/Interculturel.pdf
+OK 20210422153122 https://businessinsider.com.au
+OK 20130127054545 http://dx.doi.org/10.3928/1081597X-20090917-10
+MISS NA http://seer.ufrgs.br/index.php/organon/article/view/30027
+OK 20180609021910 https://doi.org/10.1016/j.rser.2015.04.046
+OK 20180602165525 https://doi.org/10.3791/51203
+OK 20210413012340 http://www.planalto.gov.br/ccivil_03/leis/l8069.htm
+OK 20180603124426 https://doi.org/10.1371/journal.pone.0101782
+MISS NA http://dx.doi.org/10.1016/j.food-hyd.2006.11.009
+MISS NA https://doi.org/10.31072/rcf.v8i2.578
+OK 20160415113112 http://iseveracruz.edu.br/revistas/index.php/revistaveras/article/view/204/141
+MISS NA http://www.comlaw.gov.au/Details/C2011A00148.Accessed10
+MISS NA https://www.fen.ufg.br/fen_revista/v10/n3/pdf/v10n3a23.pdf
+OK 20201124202242 https://revistas.um.es/turismo/article/view/147301
+OK 20210225060951 http://www.omg.org/docs/ptc/03-10-14.pdf
+OK 20200106003316 http://www.bamf.de/SharedDocs/Anlagen/DE/Publikationen/Forschungsberichte/fb15-einbuergerungsverhalten.html
+OK 20210211014432 http://www.crmariocovas.sp.gov.br/pdf/ideias_12_p025-034_c.pdf
+MISS NA https://www.e-tar.lt/portal/lt/legalAct/tAr.55FA64eA6862
+OK 20210303162332 http://www.washingtonpost.com/opinions/a-climate-change-risk-assessment/2013/10/03/d4f70e3c-2bb5-11e3-8ade-a1f23cda135e_story.html
+MISS NA http://dx.doi.org/10.1111/j.1365-2958.2010.07312.xPMID
+OK 20180604113856 https://doi.org/10.1021/es4039209
+OK 20210226224906 http://dx.doi.org/10.1038/nature05043
+OK 20161221105844 http://dx.doi.org/10.1016/j.immuni.2007.12.020
+OK 20180610133436 https://doi.org/10.1108/S2043-9059(2011)0000003020
+OK 20200503100105 https://worksheets.codalab.org/bundles/0x334adb7624674e90aff7be232fb52005
+OK 20200114033912 http://zakon0.rada.gov.ua/laws/show/2918-14
+OK 20180608065802 http://doi.org/10.1016/j.healthpol.2014.02.011
+MISS NA https://github.com/JasonAlt/Gridmap_Callouts/.Accessed
+OK 20091207203111 http://www.turism.md/eng/wine/
+OK 20161029073508 www.publications.parliament.uk/pa/cm199899/cmselect/cmtreasy/73/73ap13.htm
+OK 20130227104407 http://pubs.er.usgs.gov/publication/ofr70182
+OK 20200616201317 https://doi.org/10.1006/jhev.1999.0312
+MISS NA http://www-pessac.versailles.inra.fr/documentation/travaux/HDR-LAMY.pdf
+OK 20200722204536 http://dx.doi.org/10.1038/nrd3746
+OK 20210126205849 http://www.google.es/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAAahUKEwiWsfWE7snIAhVB1hoKHYhVDQM&url=http%3
+OK 20180610161705 https://doi.org/10.1056/NEJMoa1208953
+OK 20180609115043 https://doi.org/10.1016/j.amc.2006.07.157
+MISS NA http://dx.doi.org/doi:10.1016/j.envpol.2012.08.001
+OK 20210421215244 https://www.python.org/downloads/
+MISS NA http://www.nhc.gov.cn/xcs/yqtb/202003/37c1536b6655473f8c2120ebdc475731.shtml
+OK 20210224181833 https://doi.org/10.1177/1073191107313003
+OK 20200421174330 http://dx.doi.org/10.1016/j.theriogenology.2015.09.047
+OK 20200830145956 http://dx.doi.org/10.1007/978-1-4757-1810-2
+OK 20151007052945 http://dx.doi.org/10.1128/JCM.02291-05
+OK 20200622012458 https://doi.org/10.1023/A:1023913831342
+MISS NA https://onlinelibrary.wiley.com/doi/abs/10.3322/caac.21492doi:10.3322/caac.21492
+OK 20180604130419 https://doi.org/10.1111/j.1365-2141.2011.08979.x
+OK 20120202232240 http://www.risk.net/risk-magazine/news/2114972/imf-modelling-liquidity-risk-capital-hike-jobst#
+OK 20210125224148 https://dx.doi.org/10.1007/s10699-004-3068-9
+OK 20190728184238 http://ccsi.columbia.edu/files/2015/01/PNG-Landowners-LNG-Project-Companies-2008-agreement.pdf
+MISS NA http://dx.doi.org/10.1177/0091270006296764
+OK 20210310130849 http://ltrr.arizona.edu/about/treerings
+MISS NA https://www.scima-goir.com/rankings.php
+OK 20170722025949 http://dx.doi.org/10.1016/j.vaccine.2014.09.049
+MISS NA http://www.kingsfund.org.uk/research/topics/patientcentred_care/
+OK 20170804215125 https://academic.oup.com/sysbio/article-lookup/doi/10.1080/10635150390235520
+OK 20210310084144 http://www.eurosurveillance.org/ew/2006/060202.asp#4
+MISS NA https://doi.org/10.1186/s40249-017-0275-5PMID
+OK 20180603161103 https://doi.org/10.1080/00313831.2012.726642
+MISS NA http://dx.doi.org/https://doi.org/10.1097/01.brs.0000188117.77657.ee
+MISS NA http://www.engagingmen.net/files/resources/2010/EME/
+OK 20210420133542 https://www.eithealth.eu/
+OK 20210418115425 https://www.synapse.org/#!Synapse:syn1710286
+OK 20210413103355 https://doi.org/10.1007/s10869-008-9080-2
+OK 20210412033419 www.policydialogue.com
+OK 20210319032416 http://earthobservatory.nasa.gov/Features/MeasuringVegetation/measuring_vegetation_2.php
+OK 20200217180254 https://doi.org/10.18429/JACoW-IPAC2017-MOPVA128
+OK 20200820053321 https://doi.org/10.1108/13673271111179343
+MISS NA http://njmonline.nl/getpdf.php?id=1132
+OK 20200813021829 https://doi.org/10.5194/acp-14-2071-2014
+OK 20200908145042 https://doi.org/10.1089/neu.2004.21.1371
+OK 20210421144510 http://ckan.org/
+OK 20180822170118 http://seplan.to.gov.br/zoneamento/bases-vetoriais/base-de-dados-geograficos-do-tocantins/zee-2-250-000/
+OK 20180601211445 https://ssrn.com/abstract=1032851
+OK 20180601201030 https://doi.org/10.2225/vol16-issue3-fulltext-15
+OK 20200721081243 https://doi.org/10.1016/j.toxicon.2012.09.003
+OK 20210309121846 http://www.redehumanizasus.net/sites/default/files/caderno_humanizasus_v4_humanizacao_parto.pdf
+MISS NA http://www.umaine.edu/cfru/publications/AR_2010_web.pdf
+OK 20200405174122 https://doi.org/10.1006/jare.1999.0607
+OK 20210414035134 http://www.T-Science.org
+OK 20210422083349 http://www.R-project.org
+OK 20210126145608 http://www.contecmed.com/
+OK 20210124094839 http://mss.bmlonline.it
+MISS NA http://books.google.com/books?id=RqVuAAAACAAJ
+MISS NA http://hdl.handle.net/1721.1/5007
+OK 20201028005645 http://ecos.fws.gov/geofin
+MISS NA http://www.iotc.org/sites/default/files/documents/proceedings/2011/wpb/IOTC-2011-WPB09-R%5BE%5D.pdf
+MISS NA https://helsedirektoratet.no/folkehelse/fysiskaktivitet/anbefalinger-fysisk-aktivitet
+OK 20191229093544 http://dx.doi.org/10.1183/09031936.00084310
+OK 20170714220148 http://www.oei.es/salactsi/acevedo16.htm
+OK 20180602205759 http://www.ann-geophys.net/19/1589/2001/
+OK 20210413211254 http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/
+MISS NA http://kb.osu.edu/dspace/handle/1811/52690
+OK 20180602164645 https://doi.org/10.4103/0976-3147.188625
+MISS NA http://dx.doi.org/10.1080/19322880802492237
+OK 20180604055821 https://doi.org/10.1002/anie.201004996
+MISS NA http://www.lex.com.br/legis_26973840_RESOLUCAO_N_158_
+OK 20201127203630 http://www.asf.gob.mx/Trans/Informes/IR2000i/ir2000/Tomos/Tomo2/INM.htm
+OK 20200902203835 https://doi.org/10.3390/polym9040137
+OK 20200506071554 http://doi.org/10.1007/s10339-009-0343-2
+MISS NA http://www.editoraforum.com.br/sist/conteudo/lista_conteudo.asp?FIDT_CONTEUDO=31904
+OK 20200804003935 https://doi.org/10.1021/es970421p
+OK 20200223142814 https://www.polarsys.org/capella/arcadia.html
+MISS NA https://doi.org/10.1080/01635581.2018.1446093
+OK 20180602141348 https://doi.org/10.1159/000354768
+OK 20210225234813 http://rodin.cs.ncl.ac.uk
+OK 20210421025129 http://www.gks.ru/
+OK 20200210232900 https://doi.org/10.1002/2015WR018198
+MISS NA http://www.smeru.or.id/report/field/cbmsverification/cbmsverification_ina.pdf.49hal
+OK 20200717031714 http://www.ijesrt.com
+OK 20180603185641 https://doi.org/10.1097/00006231-199211000-00006
+OK 20210315061120 http://www.constitutionalcourt.org.za/site/theconstitution/thetext.htm
+OK 20180603010808 https://doi.org/10.1148/radiol.2251011477
+OK 20180603010239 https://doi.org/10.1177/1533317514566114
+MISS NA http://doi.org/bnpb
+MISS NA http://orcid.org/0000-0002-5861-7535NOTA
+OK 20210318112945 http://dx.doi.org/10.15585/mmwr.mm6731a1
+MISS NA http://www.subseauk.com/documents/presentations/angus_lugsdin_-_tritech_-405_tritech_rams.pdf
+OK 20180604165447 https://doi.org/10.1091/mbc.E03-11-0832
+MISS NA https://doi.org/10.1016/S1470-2045
+MISS NA disponibilesulsitowww.agcm.it
+OK 20180926171230 http://dx.doi.org/10.3174/ajnr.A0638
+MISS NA http://www.pedagogica.edu.co/storage/rce/articulos/rce25_06contr.pdf
+OK 20200711171034 https://doi.org/10.1029/2008GL036220
+OK 20180605114521 https://doi.org/10.1007/978-3-319-35153-7
+OK 20200712112706 https://doi.org/10.1373/clinchem.2003.024893
+OK 20170815105306 http://dx.doi.org/10.1093/eurheartj/ehv189
+MISS NA http://www.edu.utu.fi/konf/Mäkinen
+OK 20170519065105 http://gallica.bnf.fr/ark:/12148/btv1b55001715b
+OK 20210420172812 http://www.researchprotocols.org
+MISS NA http://www.youtube.com/watch?v=vzfcql0lTqs
+OK 20200726054038 https://doi.org/10.1371/journal.pone.0159409
+OK 20201124150532 https://www.ncbi.nlm.nih.gov/pubmed/2139287
+MISS NA http://www.eurofound.europa.eu/pubdocs/2002/12/en/1/ef0212en.pdf.Accessed
+OK 20180605164639 https://doi.org/10.1177/0894845305283004
+OK 20130725031307 http://dx.doi.org/10.1038/nrm2410
+MISS NA https://yadi.sk/d/6YiVh3pphvdJu
+OK 20171209050059 http://dx.doi.org/10.1046/j.1365-2958.2002.02723.x
+OK 20180602053232 https://doi.org/10.1590/S0034-71672010000100007
+OK 20180603220535 https://doi.org/10.1021/jm200694q
+MISS NA http://arxiv.org/abs/0907.4279v2
+OK 20210308094020 https://doi.org/10.1017/CBO9780511569609
+MISS NA http://dx.doi.org/10.1111/j.1528-1167.2006.00504.x
+OK 20210412171714 http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/
+MISS NA http://www.fifa.com/-worldcup/media/newsid=2239443/
+OK 20200709065520 https://doi.org/10.1038/s41558-018-0299-2
+OK 20171127012037 http://curatorsofsweden.com/curator/natashja-blomberg/
+OK 20210416032748 www.cdc.gov/flu/fluvaxview/coverage-1314estimates.htm
+OK 20200830201128 https://doi.org/10.1002/qj.663
+MISS NA http://www.baua.deTRBA466
+OK 20210310130751 https://doi.org/10.1037/a0018378
+OK 20210309020737 https://doi.org/10.1093/jee/tox229
+OK 20210421130607 http://creativecommons.org/licenses/by-nc/4.0/
+OK 20201230124425 http://www.hindawi.com/journals/bmri/2015/472302/
+OK 20190929200836 http://www.sante.gov.bf/index.php
+OK 20210126021654 http://dx.doi.org/10.1111/j.1749-6632.2011.06219.x
+OK 20200706225556 http://www.hefp.lshtm.ac.uk
+OK 20210421191114 https://www.cambridge.org/core
+OK 20210327053853 pwr.wroc.pl
+MISS NA http://www.telelogic.com/products/doorsers/doors/infex.cfm
+MISS NA http://www.bip.minrol.gov.pl/strona/DesktopDefault.aspx?TabOrgId=879andLangId=0
+OK 20200624010420 http://hrcak.srce.hr/17513
+MISS NA https://www.amar.org.ir/english/Population-and-Housing-CensusesAccessed
+OK 20200927072309 https://doi.org/10.1038/nmeth.1566
+OK 20041206135611 http://ep.lib.cbs.dk/paper/ISBN/8791181674
+OK 20161221050312 http://www.elespectador.com/noticias/politica/cruzada-de-los-fueron-contra-del-plebiscito-articulo-669788
+MISS NA http://dx.doi.org/10.1063/1.4833616
+OK 20180603222858 https://doi.org/10.1093/infdis/jix469
+OK 20180602092059 https://doi.org/10.1111/j.1365-2141.1995.tb03296.x
+MISS NA https://doi.org/10.1016/s1369-8478
+OK 20180602152510 https://doi.org/10.1073/pnas.1323894111
+OK 20201209214715 https://www.theguardian.com/world/2014/oct/01/brazil-evangelicals-politics-presidential-election
+MISS NA http://java.sun.com/1.0alpha3/doc/security/securi-ty.html
+OK 20210415102100 http://dx.doi.org/10.1016/S0021-9673
+OK 20180602013218 https://doi.org/10.3145/epi.2016.sep.08
+OK 20210414113850 http://dx.doi.org/10.1093/brain/awt162
+OK 20210413005419 https://doi.org/10.1016/s0140-6736
+OK 20210413140548 https://manifestoproject.wzb.eu/
+OK 20180611160506 https://doi.org/10.1016/j.jvir.2013.11.025
+OK 20210421024816 https://www.cms.gov
+OK 20201112030343 http://www.laweekly.com/restaurants/budweiser-continues-buying-craft-breweries-around-the-us-8221119
+OK 20201126041420 http://www.biblicalstudies.org.uk/pdf/bets/vol08/8-1_klooster.pdf
+OK 20190318072910 http://plato.stanford.edu/archives/win2012/entries/mind-indian-buddhism/#5.3
+OK 20210308033607 https://doi.org/10.1086/451461
+MISS NA https://www.youtube.com/watch?v=loq3mj6AaDA
+OK 20210309195404 https://doi.org/10.1038/nature10947
+OK 20200604052050 http://doi.org/10.1046/j.0956-7976.2003.psci_1470.x
+MISS NA http://dx.doi.org/10.1016/j.suponc.2011.12.002
+OK 20180604232727 https://doi.org/10.1002/hlca.19720550802
+OK 20210413050318 http://ptm.asu.edu/
+OK 20210406025456 http://www.puskajianggaran.dpr.go.id
+OK 20180601214734 https://doi.org/10.1099/vir.0.036145-0
+OK 20190920084446 http://dergipark.gov.tr/download/article-file/411017
+OK 20200501195347 https://doi.org/10.1002/hipo.20097
+MISS NA https://doi.org/10.1016/j.ncl.2018.04.003
+OK 20201008202427 https://doi.org/10.1016/j.apmr.2013.08.299
+MISS NA https://ethicsandlawwww.canada.ca/content/dam/ircc/migration/ircc/english/pdf/research-stats/taxi.pdf
+OK 20201109124418 http://etheses.uin-malang.ac.id/view/subjects/
+OK 20180611191058 https://doi.org/10.1016/j.jembe.2008.06.025
+OK 20170706151706 http://seguridadyredes.nireblog.com/post/2008/01/23/sistemas-de-deteccion-de-intrusos-y-snort-ii-creacion-de-reglas-ii-opciones-de-las-reglas
+OK 20210310211744 http://www.oecd.org/env/consumption-innovation/43960830.pdf
+OK 20210224220504 http://www.campuses.psu.edu/uc.htm
+OK 20210308200345 https://doi.org/10.1001/jama.299.11.1335
+MISS NA http://dx.doi.org/10.1021/pr500765x
+OK 20131006165142 http://dx.doi.org/10.1097/IGC.0b013e318288eee5
+OK 20200711171636 http://revistas.unisinos.br/index.php/educacao/article/view/5309
+MISS NA http://www.depkes.co.id
+MISS NA atwww.ustrust.com/insights/art.html
+MISS NA http://www.planalto.gov.br/ccivil_03/decreto/D1946.htm.Acessoem:20dejan
+MISS NA http://www.who.int/mediacentre/factsheets/fs311/en/.AccessedDecember12th
+OK 20180612204524 https://doi.org/10.5149/uncp/9780807842218
+OK 20201109035523 http://www4.agr.gc.ca/AAFC-AAC/display-afficher.do
+OK 20200624063949 https://doi.org/10.5171/2016.245891
+OK 20180603215053 https://doi.org/10.17722/ijme.v8i2.290
+OK 20180602080812 https://doi.org/10.1161/01.ATV.0000258862.61067.14
+OK 20210406161358 https://clinicaltrials.gov/ct2/show/NCT01386385
+OK 20071020063429 http://www.eurepgap.org/documents/webdocs/EUREPGAP_Italian_Interpretation_Guideline_FP_V2-1Oct04_update_18Jan06.pdf
+OK 20180611123232 https://doi.org/10.1364/AO.5.001769
+OK 20200421230533 http://dx.doi.org/10.1126/science.1251086
+OK 20210211034627 http://www.unicef.org/wsc/goals.htm
+OK 20210322172246 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1148682
+MISS NA http://web.b.ebscohost.com/ehost/pdfviewer/pdfviewer?vid=10&sid=920deb70-728c-4960-a4b9-268b68f78bc5%40sessionmgr113&hid=101
+OK 20180602215633 https://doi.org/10.1371/journal.pone.0138328
+OK 20160801224709 http://dx.doi.org/10.1111/j.0963-7214.2004.01301010.x
+OK 20201214121912 https://www.ohchr.org/en/newsevents/pages/hiddenvictims.aspx
+OK 20110910191000 http://www.ak-spooek.de/Rentabilitaet_von_Arenen.pdf
+OK 20200813095446 https://doi.org/10.1038/nmicrobiol.2016.263
+MISS NA http://www.usdoj.gov/opa/pr/2003/April/03_ag_266.htmWellard
+MISS NA https://doi.org/10.1016/0003-9969
+OK 20210415100927 http://www.scielo.org.ar/scielo.php
+MISS NA http://www.bbc.com/news/uk-wales-13456819
+OK 20180602024126 https://doi.org/10.1109/TAP.2013.2287010
+MISS NA http://dx.doi.org/10.5007/1984-6924.2019v16n1p121
+OK 20210320171101 http://www.churchill-society-london.org.uk/EndoBegn.html
+MISS NA http://dx.doi.org/10.1016/j.diamond.2011.06.004p9
+OK 20210318121511 http://dx.doi.org/10.1016/S0140-6736
+MISS NA http://english.gov.cn/archive/white_paper/2016/12/29/content_281475528034734.htmAccessedon
+MISS NA https://doi.org/10.1007/JHEP01
+OK 20210321114001 https://doi.org/10.1093/bioinformatics/btu170
+MISS NA http://www.shauntan.net/books.html.Acessoem20deabrilde
+OK 20210307225053 https://doi.org/10.1073/pnas.0911855107
+OK 20200806202424 https://doi.org/10.1007/s13225-011-0144-7
+MISS NA http://www.cepal.org/cgi-bin/getprod.asp?xml=/socinfo/noticias/paginas/4/32534/P32534.xml&xsl=/socinfo/tpl/p18f-st.xsl&base=/socinfo/tpl/top-bottom.xsl
+OK 20180601222502 https://doi.org/10.1111/j.1096-3642.2009.00603.x
+MISS NA http://www.arm.gov/docs/dociments/technical/conf9803/shields-98.pdf
+OK 20170928070829 http://dx.doi.org/10.1016/j.ijrobp.2007.10.053
+OK 20180602135129 https://doi.org/10.1186/1742-4690-10-135
+MISS NA http://dx.doi.org/10.9734/BJAST/2014/12985
+OK 20200520032827 https://doi.org/10.1038/nchem.1290
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2622853&tool=pmcen-trez&rendertype=abstract
+MISS NA http://dx.doi.org/10.1111/1442-1984.12069
+MISS NA http://www.mscs.mu.edu/∼paulb/Paper/conf.pdf
+MISS NA http://digitalcom-mons.ilr.cornell.edu/ilrreview/vol66/iss1/3
+OK 20180601201422 https://doi.org/10.1186/s12863-015-0208-x
+OK 20180602033514 https://doi.org/10.2308/jeta-51441
+OK 20210309005127 https://doi.org/10.1038/nature13774
+OK 20200214205544 https://doi.org/10.30984/jis.v17i1.806
+OK 20170125234703 http://www.bioinformatics.bbsrc.ac.uk/projects/fastqc
+OK 20100916103251 http://www.gmaonline.org/publicpolicy/index.cfm
+MISS NA http://www.napavalley.edu/AboutNVC/Accreditation/Documents/Evidence/Standard%20II.A%201-3%20
+MISS NA https://doi.org/10.5194/acp-2017-577Manuscript
+OK 20200711221137 http://dx.doi.org/10.1038/nrmicro2199
+OK 20210212171238 https://www.nytimes.com/politics/first-draft/2016/02/10/populist-tide-sweeps-trump-and-sanders-to-win-in-new-hampshire/
+OK 20210211045514 http://ars.usda.gov/SP2UserFiles/Place/12355000/pdf/DBrief/10_potassium_intake_0910.pdf
+OK 20170329133136 http://www.edmonton.ca/city_government/documents/PDF/Horse_Hill_ASP_Consolidation.pdf
+OK 20180612134237 https://doi.org/10.2174/1874609811205010013
+MISS NA http://www.ymparisto.fi/ykrKaupunkiseutujenrajaus18
+OK 20210419054614 https://doi.org/10.1093/jxb/erg262
+OK 20201023015532 http://dx.doi.org/10.1093/ageing/32.3.315
+OK 20180603072953 https://doi.org/10.1111/vde.12410
+MISS NA http://dx.doi.org/10.1300/J137v03n03_14
+OK 20201212175741 https://doi.org/10.1126/science.1256478
+MISS NA https://www.facebook.com/nubianknightsteam/posts/716253208434446
+OK 20210211230755 http://www.planalto.gov.br/ccivil_03/_ato2007-2010/2010/decreto/d7083.htm
+OK 20160430075605 http://www.nvao.net/page/downloads/Kaders_BKK_Internationalisering_Frameworks_for_the_Assessment_of_Internationalisation_14-11-2011.pdf
+OK 20201126165724 http://www.irrodl.org/index.php/irrodl/article/view/1632/2725
+MISS NA http://summit.sfu.ca/item/17549
+MISS NA http://www.fundadvisers.eu/DMS/discretionarymanagementservicesInstituteof
+OK 20150401213944 http://publications.msss.gouv.qc.ca/acrobat/f/documentation/piq/misesajour/maj_avr2014_continu.pdf
+OK 20210420155422 https://www.marxists.org/reference/subject/philosophy/works/ge/benjamin.htm
+MISS NA http://dx.doi.org/10.15666/aeer/1403_0010192016
+MISS NA http://zakon4.rada.gov.ua/laws/show/633-2012р/print1360051017911272
+MISS NA http://dx.doi.org/10.1080/13504630.2010.482418
+OK 20210415074829 http://dx.doi.org/10.1001/jama.288.16.1987
+OK 20170512122509 http://dx.doi.org/10.1002/pros.10262
+OK 20170823161847 http://www.telegraph.co.uk/news/uknews/law-and-order/9002758/David-Cameron-Britain-still-has-a-problem-with-racism.html
+OK 20180611061405 https://doi.org/10.1007/s13139-013-0249-x
+MISS NA ftp.kom.tu-darmstadt.de/pub/TR/KOM-TR-2007-02.pdf
+OK 20181102022943 http://www.anpec.org.br/encontro2004/artigos/A04A054.pdf
+OK 20151018124648 http://rp-l2tp.sourceforge.net
+OK 20200403231706 http://www.cs.utexas.edu/users/EWD/ewd02xx/EWD209.PDF
+OK 20210415100927 http://www.scielo.org.ar/scielo.php
+OK 20200826163704 https://doi.org/10.1093/molbev/msu265
+OK 20200801195843 http://diaf.library.ru/index.php
+OK 20201212183225 https://doi.org/10.1186/1471-2105-8-424
+MISS NA http://www.periodicos.ufc.br/index.php/rene/article/view/2601/1990.http://www.dx.doi.org/10.15253/2175-6783.2016000100004
+OK 20190220014455 http://dx.doi.org/10.7265/N5TB14VT
+OK 20180605101130 https://doi.org/10.1016/j.jbiosc.2010.01.009
+OK 20210414213822 https://math.berkeley.edu/~swshin/BCofU.pdf
+OK 20200122070319 http://dx.doi.org/10.1002/eji.200737039
+OK 20201125083728 https://www3.epa.gov/ttn/amtic/files/ambient/airtox/2011nmpreport.pdf
+MISS NA http://www.edst.educ.ubc.ca/aerc/2000/brockettr1-final.PDFonthe15
+OK 20121101221116 http://www.theglobalfund.org/en/mediacenter/newsreleases/2009-11-13_Global_Fund_to_provide_USD_24_million_of_new_funding_to_fight_HIV_AIDS_in_Russia/
+MISS NA http://www.w3.org/TR/rdfconcepts/
+OK 20210124113812 http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3436633/
+MISS NA www.cancer.ca/en/cancer-informa-tion/cancer-type/lung/risks/?region=sk
+MISS NA https://doi.org/10.5194/esd-2018-26
+MISS NA https://doi.org/10.1016/0147-619X
+OK 20180602192543 https://doi.org/10.1002/jor.23195
+OK 20150919023726 http://www.army.mil/article/121516/Combatant_commanders__National_Guard_builds_global_partnerships__proven_on_battlefield/
+OK 20150101235021 http://www.ktl.fi/monica/
+OK 20180601224454 https://doi.org/10.7717/peerj.1992
+MISS NA http://www.cdc.gov/nchs/products/elec_prods/subject/nhanes3.htm.Accessed
+OK 20210422083349 https://www.r-project.org/
+OK 20200807222255 https://doi.org/10.1016/j.physbeh.2012.02.013
+OK 20210213221635 www.cbs.mpg.de
+MISS NA www.teenhealthrights.org/fileadmin/ncyl/youthlaw/publications/minorconsent/CAAB327may98.pdf
+OK 20160331030508 http://dx.doi.org/10.1016/j.neubiorev.2011.03.003
+MISS NA http://dx.doi.org/10.3923/ibm.2010.14.19
+MISS NA http://dx.doi.org/10.1076/snfe.36.1.57.8887
+MISS NA http://www.japi.org/march_2009/hiv_aids_poster_sessions.html
+OK 20180603093704 https://doi.org/10.1016/j.ijom.2010.12.008
+OK 20210126023022 http://www.cuba.cu/gobierno/discursos/1986/esp/f021286e.html
+OK 20121020160246 http://www.ambiente.gov.ar/archivos/web/PBVyAP/File/A3/PIARFON%20BAP/Regeneracion%20lenga.pdf
+MISS NA http://www.scielo.br/pdf/rbgo/v36n2/0100-7203-rbgo-36-02-00056.pdf5-RezendeMJ
+OK 20200212201106 https://ec.europa.eu/energy/sites/ener/files/documents/1_EN_ACT_part1_v8.pdf
+OK 20210413163614 http://pari.math.u-bordeaux.fr/
+OK 20180603223019 https://doi.org/10.1016/j.rser.2011.06.003
+OK 20210212145051 https://doi.org/10.1080/0966369X.2018.1555148
+OK 20191118191424 http://dx.doi.org/10.1038/nenergy.2017.32
+OK 20180602213745 https://doi.org/10.1128/JVI.01601-06
+MISS NA http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/rticle/viewArticle/580/501
+MISS NA FishBase.www.fishbase.org
+MISS NA http://tinyurl.com/cb7byat
+OK 20180602171559 https://doi.org/10.5007/1984-8412.2016v13n1p1037
+OK 20180602203256 https://doi.org/10.1042/BJ20050892
+OK 20200521051855 https://doi.org/10.1007/s10876-019-01597-6
+MISS NA http://www.jstor.org/stable/20715817
+OK 20180603012505 https://doi.org/10.1111/bju.12768
+OK 20100613144607 http://www.endo-society.org/advocacy/insider/SocietyIssuesStatementonUseofPTUinChildren.cfm
+MISS NA http://www.fss.ulaval.ca/cms_recherche/upload/jefar/fichiers/les_impacts_de_la_nouvelle_lpj_2011.pdf
+OK 20210321084755 https://www.cdc.gov/std/ssun/protocol_v8.2_508.pdf
+OK 20201128093438 http://www.itif.org/files/2007_State_New_Economy_Index.pdf
+MISS NA http://dx.doi.org/10.15648/Coll.1.2018.2Recibido:4/10/2017
+OK 20200415034759 https://doi.org/10.1016/j.math.2014.05.005
+OK 20210125192744 http://www.papatya.org
+OK 20200216211531 http://www.ejournal.iainpurwokerto.ac.id/index.php/komunika/article/view/1369/1002
+OK 20180608182236 https://doi.org/10.1007/PL00001342
+OK 20130129023710 http://www.maff.go.jp/e/annual_report/2007/pdf/e_all.pdf
+MISS NA https://bmcinfectdis.biome-dcentral.com/articles/10.1186/s12879-015-1003-z
+OK 20180912105359 http://www.policia.gob.ni/cedoc/_private/lev2/sector/
+OK 20181123120801 http://www.salta.gov.ar/descargas/archivos/ocspdfs/ocs_la_calidad_en_los_servicios_publicos.pdf
+OK 20201101103448 https://www.cancer.org/es/tratamiento/tratamientos-y-efectos-secundarios/efectos-secundarios-emocionales.html
+MISS NA http://www.docfoc.com/o-bibliotecario-como-ser-social-no-combate-ao-analfabetismo-funcional
+OK 20180611183705 https://doi.org/10.2174/138945008785909365
+OK 20190128065052 http://www.ceivap.org.br/downloads/PSR-010-R0.pdf
+MISS NA nice.org.uk/nicemedia/live/13465/54209/54209.pdf13
+MISS NA http://urn.fi/URN:ISBN:978-952-10-7912-2
+MISS NA http://dx.doi.org/10.1021/am900736h
+OK 20210414214901 http://dx.doi.org/10.1186/1471-2164-10-387
+OK 20210207044209 http://www.globalsecurity.org/military/library/report/1992/AAA.htm
+OK 20180602115508 https://doi.org/10.2307/2175691
+OK 20180603095615 https://doi.org/10.1073/pnas.0531477100
+MISS NA https://doi.org/10.2307/1511034
+OK 20210314171209 http://www.pbs.org/newshour/updates/women-run-nations-school-districts/
+OK 20161028063829 http://exame.abril.com.br/tecnologia/noticias/pela-primeira-vez-acesso-de-internet-via-celular-ultrapassa-computador
+OK 20210311210919 http://www.actahort.org/books/391/391_2.htm
+OK 20200210210909 https://doi.org/10.31521/modecon.V13(2019)-40
+OK 20210420020600 http://www.OpenStack.org/
+MISS NA https://doi.org/10.1111/j.1475-6773.2007.00786.xPMID
+OK 20210224235221 http://web-data-extractor.net/parser-rezyume-hh-ru/
+OK 20201124125831 http://www.fordham.edu/halsall/mod/sojtruth-woman.html
+OK 20171128212815 https://dx.doi.org/10.1177/0013916596281006
+OK 20190413041902 http://www.sciencedirect.com/science/article/pii/S0304407612000048
+MISS NA http://vue.tufts.edu.Medford
+OK 20180604015908 https://doi.org/10.5430/wje.v4n4p55
+OK 20190914073519 http://expansion.mx/rankings/2016/03/29/las-500-empresas-mas-importantes-de-mexico-de-expansion-2015
+OK 20210413234739 http://www2.ed.gov/pubs/NatAtRisk/index.html
+OK 20210415113923 http://www.qaa.ac.uk/assuring-standards-and-quality/skills-for-employability
+MISS NA ec.europa.eu/health/documents/community-register/html/v159.htm.Accessed1
+OK 20210415170743 http://www.nlm.nih.gov/mesh/
+OK 20160701013904 https://www.ncbi.nlm.nih.gov/pubmed/23523196
+MISS NA https://youtu.be/TiIl-mki5TY
+OK 20180605044628 https://doi.org/10.11606/issn.2316-896X.v0i3p1-141
+OK 20180604055324 https://doi.org/10.1073/pnas.88.5.1721
+OK 20210225084155 http://dx.doi.org/10.1109/ICGSE.2009.25
+MISS NA http://dx.doi.org/10.5007/2175-795X.2009v27n1p167
+OK 20200923194601 https://www.pokernews.com/news/2017/10/artificial-intelligence-poker-history-implications-29117.htm
+OK 20180602234612 https://doi.org/10.1016/j.ijheatmasstransfer.2014.04.032
+OK 20200916202254 https://doi.org/10.1371/journal.pntd.0003368
+OK 20180603003448 https://doi.org/10.1016/j.transproceed.2010.08.004
+OK 20210311131805 http://dx.doi.org/10.1016/j.cub.2007.10.034
+OK 20210130173836 http://techscience.org/a/2015081103
+OK 20200529140524 https://doi.org/10.1016/j.jviromet.2008.12.003
+MISS NA http://dx.doi.org/10.2753/rpo1061-0405470201
+MISS NA https://doi.org/10.1103/PhysRevApplied.9.054009
+MISS NA https://doi.org/10.1152/ajpheart.01210.2004
+OK 20190915054334 http://martiresargentinos.blogspot.com/2012/07/wenceslao-pedernera-laico.html
+MISS NA http://dx.doi.org/10.1111/j.1524-475X.2010.00594.x
+OK 20210328074424 https://doi.org/10.5194/bg-12-887-2015
+OK 20210116083002 https://doi.org/10.11646/zootaxa.4625.1.1
+OK 20180605172036 https://papers.ssrn.com/sol3/papers.cfm?abstract_id=568383
+MISS NA http://www.cdc.gov/nccdphp/burdenbook2004/index.htm.Accessed
+MISS NA http://dx.doi.org/10.1590/S0100-204X2005000300012
+OK 20210317131625 http://www.iisd.org/gsi/sites/default/files/bf_stateplay_2012.pdf
+OK 20180603064039 https://doi.org/10.1007/s13149-009-0002-y
+OK 20210416225015 https://doi.org/10.1093/nar/gkp335
+MISS NA http://www.idera.gob.ar/index
+OK 20180601213821 https://doi.org/10.1111/mec.12638
+OK 20200630134512 www.hscic.gov.uk/media/1537/A-Guide-to-PROMs-Methodology/pdf/PROMS_Guide_v5.pdf
+OK 20210417170212 http://ssrn.com/
+OK 20210310045537 https://doi.org/10.1016/j.cell.2019.03.024
+MISS NA http://dx.doi.org/10.1007/s00181-009-0334-2
+OK 20210404200529 https://doi.org/10.1038/s41368-020-0074-x
+OK 20200820151651 http://dx.doi.org/10.1071/EA99104
+MISS NA https://doi.org/10.1038/srep4361743617
+OK 20200722015934 https://doi.org/10.1002/btpr.2581
+OK 20170912212408 http://www.ruhr-uni-bochum.de/ffm/Lehrstuehle/Lehrstuhl-VI
+OK 20180602203700 https://doi.org/10.1504/IJMFA.2015.074902
+OK 20130409010905 http://dx.doi.org/10.1037/0022-3514.75.4.976
+OK 20180603004946 https://doi.org/10.1109/TGRS.2008.915753
+OK 20200808100658 https://doi.org/10.1002/2015JD024020
+OK 20200509063945 https://doi.org/10.1038/ajg.2012.108
+OK 20190426061339 https://doi.org/10.2217/npy.13.9
+MISS NA http://www.youtube.com/watch?v=y_8qSPonTlY
+OK 20210224011834 http://mat.gsia.cmu.edu/TOURN/
+OK 20200808231452 https://doi.org/10.1017/S0031182016001785
+OK 20210317081321 https://eduforge.org/docman/view.php/7/7/Shortlisting%20of%20LMS.pdf
+MISS NA http://dx.doi.org/10.29181/2594-6463.2018.v2.n2.p149-162
+MISS NA http://www.gsk.com/ControllerServlet?appIdϭ4&pageIdϭ402&newsidϭ1012
+MISS NA http://dx.doi.org/10.1016/j.clinph.2014.05.015
+OK 20210420082035 http://autotrace.sourceforge.net
+OK 20201127012331 http://www.ifoam.bio/en/our-library/organic-basics
+OK 20200921080929 https://doi.org/10.1371/journal.pone.0175430
+OK 20200222222013 https://doi.org/10.4244/EIJV10I1A7
+OK 20210413163854 https://nifa.usda.gov/extension
+OK 20181222125734 http://glcf.umd.edu/library/guide/QuickBird_Product_Guide.pdf
+OK 20210422083349 http://www.r-project.org
+OK 20180603135613 https://doi.org/10.1007/BF00042661
+OK 20200901032413 www.elsevier.com/locate/aej
+OK 20190111084635 http://www.bls.gov/nls/handbook/nlshndbk.htm
+MISS NA http://doi.org/10.1016/0022-1910
+MISS NA http://diposit.ub.edu/dspace/handle/2445/108902
+OK 20210417013716 http://CRAN.R-project.org/package=statmod
+MISS NA http://www.justice.gov.za/EQC-act/eqc_courts.html
+OK 20210330235257 http://nrs.fs.fed.us/data/urban/
+MISS NA http://dx.doi.org/10.17993/3ctecno.2018.v7n4e28.28-47/
+OK 20210417094415 https://www.cnbc.com/2020/03/19/coronavirus-what-does-flattening-the-curve-mean-and-why-it-matters.html
+OK 20160917061141 http://www.cyber-ta.org/pubs/StormWorm/report
+MISS NA http://ylevchyk.blogspot.com/2014/07/blog-post.html
+OK 20031009132923 http://www.ccw.org/tpp/pubs/2001%20Compendium.pdf
+MISS NA https://www.nice.org.uk/guidance/cg67/documents/lipid-modification-full-guideline2
+OK 20200721215227 https://doi.org/10.1029/1999GL005390
+MISS NA http://www.bo-letimjuridico.com.br/fiquepordentro/materia.asp?conteúdo=118
+OK 20210108164548 http://www.thestar.com/article/561191
+OK 20210308153200 https://doi.org/10.1089/109493101300117884
+OK 20180605083421 https://doi.org/10.1093/humrep/der414
+MISS NA http://siteresources.worldbank.org/INTAFRICA/Resources/Building_Bridges.pdf
+OK 20180610163822 https://doi.org/10.1007/s00382-008-0499-y
+MISS NA http://search.proquest.com/docview/1311693798?accountid=4488
+OK 20210421202145 http://www.migrationpolicy.org/programs/ell-information-center
+OK 20190316000825 https://doi.org/10.1016/j.tibtech.2008.04.008
+MISS NA http://dx.doi.org/10.1039/c3ib40230d
+MISS NA http://www.ijic.org/index.php/ijic/article/view/URN%3ANBN%3ANL%3AUI%3A10-1-100376
+MISS NA https://pdfs.semanticscholar.org/1f8f/a134eca5fe92143bd154ec9f6446b38b63ae.pdf
+OK 20210401235257 http://daddcec.org/Publications/ETADDJournal.aspx
+MISS NA https://goo.gl/8PQDoJ
+OK 20140421085048 http://dx.doi.org/10.1093/infdis/jis200
+OK 20010110135400 http://www.speech.sri.com/demos/atis.html
+MISS NA https://elibrary.ru/item.asp?id=25791685
+OK 20200524005320 https://doi.org/10.1515/prbs.2005.17.1.1
+OK 20140717195702 http://dx.doi.org/10.1016/S0304-4238(97)00074-5
+MISS NA https://doi.org/10.1002/ijc.32121
+OK 20210121205503 http://ciclociudades.mx/manual-ciclociudades/
+OK 20201008023648 http://arxiv.org/abs/1609.05003
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://www.ogj.com/articles/print/volume-111/issue-9/drilling-production/barnett-study-determines-full-field-reserves.htm.Accessed
+OK 20150912084418 http://www.experimenta.es/en/noticias/depth/collaborative-services-social-innovation-and-design-sustainability-3715
+OK 20210415110959 http://www.seas.upenn.edu/~gaj1/shiftgg.html
+OK 20180610130218 https://doi.org/10.1016/j.jcps.2013.05.006
+MISS NA http://www.seg-social.es/Internet1/Lanzadera/index.htm?URL=82
+MISS NA http://www.nsla.org.au/sites/default/files/publications/NSLA.Discussion-Paper-Distributed.Repository_2010_0.pdf
+MISS NA http://ama.com.au/node/2965.21
+MISS NA http://www.nobelprize.org/nobel_prizes/chemistry/laureates/2000detailed
+OK 20210126133845 www.cnn.com/2015/01/14/europe/charlie-hebdo-france-attacks/
+OK 20210331095314 http://arohatgi.info/WebPlotDigitizer
+MISS NA https://doi.org/10.1007/s00441-008-0706-5
+MISS NA http://dx.doi.org/10.1103/PhysRevB.49.4902
+MISS NA http://dx.doi.org/10.1017/S0140525X00040024
+MISS NA http://dx.doi.org/10.3928/01913913-20140318-01
+OK 20161224050531 http://dx.doi.org/10.1083/jcb.201506102
+MISS NA http://faostat.fao.org.2011
+OK 20201127015742 www.revneurol.com
+OK 20131221033236 http://www.antaranews.com/berita/410252/ahok-subsidi-bbm-ibarat-usus-buntu
+MISS NA https://www.communitycatalyst.org/resources/tools/copy-of-grassroots/what-is-grassroots-organizing.Accessed
+OK 20160316084835 www.portalvr.com/smel/secretaria.php
+OK 20200918201042 http://newprairiepress.org/fgr/vol40/iss1/21
+OK 20180604190519 https://doi.org/10.1093/jrs/fen041
+OK 20180602171158 https://doi.org/10.1371/journal.pone.0037342
+MISS NA http://0-web.ebscohost.com.innopac.up.ac.za/ehost/detail?vid=1&hid=114&sid=2121bff5-69ca-4010-8d4d-0a79b0b7ace3%40sessionmgr108&bdata=JnNpdGU9ZWhvc3QtbGl2ZSZzY29wZT1zaXRl#db=nfh&AN=200605261041372911
+MISS NA https://www.respekt.cz/tydenik/2004/38/cit-na-hrade
+OK 20210225064137 http://www.risc.uni-linz.ac.at/research/combinat/risc/software/qZeil
+OK 20180603080216 https://doi.org/10.1162/jocn_a_01110
+OK 20150502183342 http://dx.doi.org/10.1046/j.1365-2664.2001.00666.x
+OK 20200826214144 https://doi.org/10.2135/cropsci2016.08.0706
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231.108
+MISS NA http://rcanalitik.ru/proekty_1/ustojchivost_gosudarstv_mezhdisciplinarnyj_podhod_k_probleme/viktor_levashov_socialnopoliticheskaya_ustojchivost_obschestva/19.ЧаплыгинН.Ю.Осоотношениипонятий
+OK 20210118111739 http://www.leparoleelecose.it/?p=8879
+OK 20210421103047 http://catalogue.nla.gov.au/
+MISS NA http://exordio.qfb.umich.mx/archivos%20PDF%20de%20trabajo%20
+OK 20210418072505 http://dx.doi.org/10.1016/j.pmrj.2012.09.578
+OK 20200619103906 http://www.intechopen.com/books/miscellanea-on-encephalopathies/molecular-pathogenesis-of-prion-diseases
+MISS NA http://dx.doi.org/10.1515/jos-2016-0021
+OK 20200814192308 https://doi.org/10.1108/09604520910955320
+OK 20170530112013 http://www.telegraph.co.uk/news/worldnews/africaandindianocean/southafrica/9005213/Mother-killed-in-University-of-Johannesburg-stampede.html
+OK 20180603102935 https://doi.org/10.1002/star.201600199
+OK 20210323215034 http://www.appggreatlakes.org
+OK 20160223015453 http://www.analesiie.unam.mx/pdf/85_143-153.pdf
+MISS NA http://dx.doi.org/10.1136/oemed-2013-101584
+MISS NA http://dx.doi.org/10.1128/JVI.00774-14
+MISS NA https://doi.org/10.1016/j.kint.2016.12.010
+MISS NA https://cls.ucl.ac.uk/data_documentation/?types%5B%5D=user-guides&studies%5B%5D&studies%5B%5D=bcs70-birth-sweep&studies%5B%5D=age-5-sweep&studies%5B%5D=age-10-sweep&studies%5B%5D=age-16-sweep-1970-british-cohort-study&studies%5B%5D=age-26-sweep&studies%5B%5D=age-30-sweep&studies%5B%5D=age-34-sweep&studies%5B%5D=age-38-sweep&studies%5B%5D=age-42-sweep-1970-british-cohort-study&studies%5B%5D=age-46-biomedical-sweep&s=&filter=1
+OK 20130523132420 http://dx.doi.org/10.1128/IAI.00609-09
+OK 20201120003130 http://www.scielo.br/scielo.php?script=sci_arttext&pid=S1806-64452006000100009&lng=pt&nrm=iso&tlng=pt
+OK 20200326030250 https://papers.ssrn.com/sol3/papers.cfm?abstract_id=441942
+OK 20180721225527 http://www.americanbar.org/content/dam/aba/publishing/previewbriefs/Other_Brief_Updates/10-779_Petitioner.authcheckdam.pdf
+MISS NA http://www.who.int/hepatitis/publications/guidelines-hepatitis-c-b-testing/en/34
+MISS NA http://www.youtube.com/watch?v=Hs4nhph6Y-k
+OK 20210417081913 http://dx.doi.org/10.1002/nur.4770180211
+MISS NA http://www.aifonline.it/showPage.php?template=istituzionale&id=116
+OK 20180612202552 https://doi.org/10.1037/ppm0000170
+OK 20151219033252 http://dx.doi.org/10.1007/978-3-642-12937-7
+OK 20210421003450 www.insse.ro
+MISS NA https://www.strategic-culture.org/news/2016/03/14/murder-Chávez-cia-and-dea-cover-their-tracks/
+OK 20180602110707 https://doi.org/10.1007/978-1-4614-9414-0_1
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+OK 20201021211314 https://www.mpr.go.id/pages/produk-mpr/uud-nri-tahun-1945/uud-nri-tahun-1945-dalam-satu-naskah
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3291417/.Acessoem04out
+MISS NA http://bmjopen.bmj.com/BMJOpen:firstpublishedas10.1136/bmjopen-2019-034945on8
+OK 20210224134556 http://dx.doi.org/10.1002/9781405165518.wbeosg070.pub2
+OK 20180612110530 https://doi.org/10.1101/gr.118851.110
+OK 20170722054006 http://dx.doi.org/10.1038/nbt825
+MISS NA http://www.fda.gov/Drugs/DrugSafety/InformationbyDrugClass/ucm135339.htmCited
+MISS NA http://dx.doi.org/10.1089/jayao.2016.0074
+OK 20210308020244 https://doi.org/10.1371/journal.pcbi.1003531
+OK 20140817063621 http://www.tdx.cat/handle/10803/6265
+OK 20200826200157 https://doi.org/10.2753/MIS0742-1222260303
+OK 20210225185455 http://www.jstor.org/stable/1971035
+OK 20180602052504 https://doi.org/10.1562/2005-08-09-RA-645
+MISS NA http://CRAN.R-project.org/package¼lme4
+OK 20180604142711 https://doi.org/10.1002/j.2168-9830.2012.tb00039.x
+MISS NA http://www.soc.surrey.ac.uk/sru/SRU25.html1722
+OK 20111113170036 http://www.ecodirect.com/Bergey-Windpower-BWC-10kW-p/bergey-windpower-bwc-10kw-ex.htm
+MISS NA http://npdl.global/wp-content/uploads/2017/03/npdl-case_study_3.pdf
+OK 20200709210615 https://www.escardio.org/static_file/Escardio/Subspecialty/EHRA/Publications/Documents/devices-procedures-esc-countries-2014.pdf
+OK 20210309165256 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1805852
+OK 20210419152313 http://www.ers.usda.gov/data-products/feed-grains-database.aspx
+MISS NA http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2732661/pdf/policy-05-e145.pdf?tool=pmcentrez
+MISS NA https://doi.org/10.33990/2070-4011.61.2019.198517
+OK 20200208233211 https://doi.org/10.2478/v10202-011-0042-9
+OK 20200209032107 https://doi.org/10.1155/2015/828451
+OK 20210415010421 http://dx.doi.org/10.1016/S0168-9452
+OK 20200714184827 http://www.desarrollosocial.guanajuato.gob.mx/pdf/manual-ciudadano-2015.pdf
+OK 20200702011445 www.statcan.gc.ca/tables-tableaux/sum-som/l01/cst01/demo02d-eng.htm
+OK 20191118081555 http://www.ncbi.nlm.nih.gov/pubmed/15175176
+OK 20201017082221 https://doi.org/10.1126/sciadv.1701740
+MISS NA http://dx.doi.org/10.1161/01.HYP.30.5.1198
+OK 20210309121846 http://www.redehumanizasus.net/sites/default/files/caderno_humanizasus_v4_humanizacao_parto.pdf
+MISS NA http://dl.acm.org/citation.cfm?id=1379361.1379385
+OK 20120818031701 http://www.devx.com/go-parallel/Article/33270
+MISS NA http://www.bordbia.ie/industry/manufacturers/insight/alerts/Pages/Sp653ortsNutritionnowmoreconvenientthaneverinIreland.aspx?year=2014&wk=24
+OK 20200712215511 http://pth.uwb.edu.pl/biuletyn/bhp15.pdf
+OK 20210309174525 http://www.unwater.org/downloads/waterscarcity.pdf
+MISS NA http://www.nmfs.noaa.gov.lastaccessed
+MISS NA http://www.cueroamerica.com/tecnologia_calzado/tecnologia_calzado_08.htmAccessed
+MISS NA http://www.africanholocaust.net/news_ah/libation.html.Accessedon9
+OK 20200503192521 https://doi.org/10.1093/acprof:oso/9780199208784.001.0001
+MISS NA http://www.soa.org/library/newsletters/the-pension-forum/2005/april/pfn0504.pdf
+MISS NA http://biovision.bic.nus.edu.sg/pathways.pdf
+OK 20180602033054 https://doi.org/10.1080/09602011.2016.1231121
+MISS NA http://www.ctf.edu.tr/stek/pdfs/60/6018.pdfAvailableat25.12
+MISS NA https://doi.org/10.15294/jpii.v1i1
+OK 20210411001359 http://www.time.com/time/world/article/0
+OK 20180729161027 http://hdl.handle.net/11295/95124
+OK 20180602092512 https://doi.org/10.1074/jbc.M111.228940
+OK 20200223191816 https://doi.org/10.1186/s12862-016-0809-7
+OK 20180602212056 http://doi.org/10.1016/j.destud.2008.03.005
+OK 20180605141852 https://doi.org/10.1177/106939718001500102
+OK 20180611115334 https://doi.org/10.1016/j.tourman.2008.06.005
+OK 20201024110332 http://www.dolphineng.com/
+MISS NA https://doi.org/10.1016/j.dcm.2019.01.004
+MISS NA https://bit.ly/2HQJDzN
+MISS NA https://doi.org/510.1093/petrology/egi1085
+OK 20210308040318 https://doi.org/10.1002/mrm.21120
+MISS NA http://www.graphic.com.gh/news/general-news/be-guided-by-truth-and-rule-of-law-otumfuo-tells-igp.html
+OK 20200617012507 https://doi.org/10.1038/nri1777
+OK 20210414032612 Https://Www.Bb.Org.Bd/Fnansys/Bankfi.Php
+OK 20131218034434 http://www.berghof-handbook.net/news/
+OK 20181010072129 http://www.autobild.de/artikel/komfort-check-2010-geraeusch-1218707.html
+OK 20180602055908 https://doi.org/10.2223/JPED.1580
+OK 20200721112617 https://doi.org/10.3389/fenvs.2014.00053
+MISS NA http://dx.doi.org/10.1016/j.jaad.2009.06.021PMid
+OK 20161104081114 www.matter.org.uk/steelmatter/steelmaking/5_1_5_2_3.htm
+MISS NA http://isic.epfl.ch/load/science_gratzel.pdfeurophysicsnewsnovember
+OK 20201123191023 http://cetic.br/media/docs/publicacoes/2/tic-educacao-2012.pdf
+MISS NA http://www.uni-konstanz.de/FuF/SozWiss/fg-soz
+OK 20201010212949 http://www.ub.edu/geocrit/sn/sn-270/sn-270-64.htm
+OK 20210413232423 https://www.bloomsburycollections.com/book/the-digital-scholar-how-technology-is-transforming-scholarly-practice/
+MISS NA http://dx.doi.org/10.1017/S0022112090001835
+MISS NA http://hdl.handle.net/10347/10044
+OK 20180422052921 albookerk.ru
+MISS NA https://doi.org/10.1371/journal.pone.0065493.Accessed25
+OK 20170421093942 http://dx.doi.org/10.1016/j.jns.2007.01.043
+OK 20210311130958 https://doi.org/10.1145/3192366.3192405
+OK 20180602231607 https://doi.org/10.1097/00007890-200012270-00010
+MISS NA https://doi.org/10.1016/S0040-4020
+MISS NA http://www.scielo.br/pdf/reben/v61n4/10.pdf.Acessoem
+OK 20180602180954 https://doi.org/10.1182/blood-2006-05-021162
+OK 20001023162244 http://www.ida.liu.se/~ssomc/papers/Jansson.pdf
+OK 20200209154327 http://doi.org/10.1016/j.ejca.2017.08.022
+MISS NA http://repositorio.ufv.br/handle/123456789/2101
+OK 20210116045534 http://www.e-f-schumacher-gesellschaft.de/
+MISS NA https://doi.org/10.3390/en11061359
+OK 20170809160413 http://cetus.ucsd.edu/Publications/Reports/OlesonNPS-OC-12-001.pdf
+OK 20170617062907 http://dx.doi.org/10.1111/j.1553-2712.2008.00231.x
+MISS NA http://dx.doi.org/10.1007/1-4020-4972-2_318
+OK 20210318015404 http://pdsp.med.unc.edu/kidb.php
+MISS NA http://static.uvm.dk/Publikationer/2002/kom/hel.pdfOECD
+MISS NA http://www.dissercat.com/con-tent/sovershenstvovanie-tekhnologicheskikh-priemov-i-kriteriev-otsenki-kachestva-pri-proizvodstve
+MISS NA http://www.econo.unlp.edu.ar/uploads/docs/cecin_documento_de_trabajo_nro__10.pdf
+OK 20210422083349 https://www.R-project.org/
+OK 20210211234753 http://www.idx.co.id/Home/ProductAndServices/ShariaMarket/ShariaProducts/tabid/157/language/id-ID/Default.aspx
+OK 20130216012007 http://dx.doi.org/10.1016/j.jbusres.2012.07.007
+OK 20200519081403 http://dx.doi.org/10.2166/aqua.2014.004
+MISS NA http://www1.folha.uol.com.br/fsp/cotidian/ff17099810.htm
+MISS NA http://conferences.fnal.gov/c12k1
+MISS NA http://dx.doi.org/10.1210/endo.136.9.7649078
+OK 20130512121958 http://dx.doi.org/10.3399/bjgp08X342372
+MISS NA https://doi.org/10.2307/40264512
+OK 20180602171112 https://doi.org/10.1371/journal.pone.0096477
+MISS NA http://inter-nacional.elpais.com/internacional/2015/06/06/actualidad/1433623302_829937.html
+MISS NA www.jstor.org/stable/10.2307/3644186
+OK 20180604034930 https://doi.org/10.1097/SLA.0b013e3182864fa3
+OK 20200603072501 https://doi.org/10.1016/j.nuclphysa.2010.08.011
+MISS NA http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0093298-pone.0093298-Slack1
+MISS NA https://www.dovepress.com/by207.241.231
+MISS NA http://dx.doi.org/10.1155/2011/671365ArticleID671365
+OK 20180417063134 http://hukum.jogjakota.go.id/data/Binder16.pdf
+OK 20200829161715 http://doi.org/10.1006/jmla.2002.2864
+MISS NA http://edu.gazeta.pl/edu/h/Eliasz+II+%28patriarch+Gruzja%29#Dzia.C5
+OK 20210325114004 http://www.cancer.org/Research/CancerFactsFigures/CancerFactsFigures/cancer-facts-and-figures-2010
+OK 20210308101455 https://doi.org/10.1371/journal.pone.0009754
+OK 20210422050309 http://eigen.tuxfamily.org
+OK 20210415174004 http://dx.doi.org/10.2307/1412107
+MISS NA http://www.cere.gr/upload/labour%migration%lithuania.pdf
+OK 20200605075216 https://doi.org/10.1096/fj.09-150862
+OK 20201008125044 http://www.baltimoresun.com/news/maryland/politics/blog/bal-montgomery-co-is-latest-to-limit-immigration-detainers-20141007-story.html
+OK 20161016184228 http://dx.doi.org/10.1093/nar/gkt1174
+OK 20200902101920 http://dx.doi.org/10.1369/jhc.4A6428.2004
+OK 20210125194801 https://www.thesi.gr/
+OK 20201216031821 https://doi.org/10.1002/joc.4217
+MISS NA http://www.fruitfly.org/cgi-bin/seq_tools/splice.pl
+MISS NA http://archive.blogspot.com/2012/09/kisah-sang-lambang-negara-burung-garuda
+OK 20170120070427 http://progressreport.cancer.gov/print.asp
+OK 20210415130738 http://dx.doi.org/10.1016/j.scitotenv.2015.02.035
+OK 20200604085923 https://apps.who.int/iris/bitstream/handle/10665/277395/WHO-CDS-HIV-18.51-eng.pdf?ua=1
+OK 20060209230123 www.uccnet.org/WhyUCCnetServices/History_Background.html
+MISS NA scholar.waset.org/1307-6892/10002874
+MISS NA http://dx.doi.org/10.1002/9780470512470.ch8
+OK 20110807200207 www.thebrokeronline.eu/en/Magazine/articles/Creating-a-virtuous-circle
+OK 20191102065735 https://doi.org/10.1115/1.4001683
+MISS NA Jakarta.www.ekon.go.id
+MISS NA http://www.ncbi.nlm.nih.gov/pubmed20618550
+OK 20180601232150 https://doi.org/10.1371/journal.pone.0134114
+OK 20201218101331 http://firstmonday.org/ojs/index.php/fm/article/view/1286/1206#p1
+MISS NA https://doi.org/10.1007/s10552-015-0635-zPMID
+MISS NA https://www.oxfamnovib.nl/redactie/Downloads/English/SPEF/141023_2-pager_Flyer_GALS_Oxfam.pdf
+MISS NA http://www.tycho.iel.unicamp.br/tycho/corpus/en/index.html
+OK 20200425153227 https://doi.org/10.1016/j.janxdis.2013.09.005
+OK 20210415075027 http://dx.doi.org/10.1214/13-AOS1189
+OK 20180611072507 https://doi.org/10.1007/s40272-015-0124-6
+OK 20200213111450 https://doi.org/10.30837/2522-9818.2019.9.099
+MISS NA http://www.jstor.org/stable/41288067
+OK 20190615161537 http://accelconf.web.cern.ch/AccelConf/Cyclotrons2010/html/author.htm
+OK 20210227025509 www.hkmj.org
+MISS NA http://eric.ed.gov/?id=EJ790721
+OK 20180602161530 https://doi.org/10.2307/3381221
+OK 20201109014750 https://www.honolulu.gov/bicycle/bikeplanupdate.html
+OK 20180603081649 https://doi.org/10.1016/j.resuscitation.2012.09.015
+OK 20180612023020 https://doi.org/10.1016/j.jmmm.2014.06.017
+MISS NA http://www.unhcr.org/refworld/docid/4672bc122.htmlAccessed1
+OK 20180612162355 https://doi.org/10.1007/s11894-014-0410-4
+OK 20180609022604 https://doi.org/10.1016/j.jclinepi.2004.06.011
+OK 20080205163911 http://dx.doi.org/10.1097/00004647-199901000-00001
+OK 20210413005419 https://doi.org/10.1016/S0140-6736
+MISS NA https://doi.org/10.1099/vir.0.039966-0PMID
+MISS NA http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=392680&tool=pmcentrez&rende
+OK 20180604091710 http://papers.ssrn.com/sol3/papers.cfm?abstract_id=320121
+OK 20210412233441 http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ
+OK 20131010074036 http://ekonomi.milliyet.com.tr/kamuda-kadinin-adi-yok/ekonomi/ydetay/1749112/default.htm
+MISS NA https://doi.org/10.4269/ajtmh.2010
+OK 20210415003634 https://doi.org/10.1063/1.1616981
+OK 20100815050933 http://dx.doi.org/10.1038/sj.cdd.4401625
+OK 20210415021911 http://www.fda.gov/cder/guidance/index.htm
+MISS NA www.wikipedia.org/wiki/Massevolumiquedesmatériaux
+OK 20180604151745 https://doi.org/10.1093/cid/cix320
+OK 20180602234428 https://doi.org/10.1176/appi.ajp.162.8.1423
+OK 20200822054413 http://dx.doi.org/10.5694/mja11.11159
+MISS NA https://doi.org/10.1101/293548doi:bioRxivpreprint21
+OK 20200814043943 http://dro.deakin.edu.au/view/DU:30036968
+OK 20161016165416 http://dx.doi.org/10.1002/cbic.200600474
+OK 20200610033253 https://doi.org/10.1007/s00382-011-1121-2
+OK 20180604034154 https://doi.org/10.1024/0040-5930.63.1.5
+OK 20200821084426 http://seer.ufrgs.br/educacaoerealidade/article/view/25914
+MISS NA http://papers.ssrn.com/abstract=151848
+OK 20180602183654 https://doi.org/10.3390/v7020590
+OK 20180602111604 https://doi.org/10.1080/09592310008423260
+OK 20201106232438 http://pubs.acs.org/doi/abs/10.1021/ci800344p
+OK 20200515113902 https://doi.org/10.1016/j.chom.2011.09.012
+OK 20210107235856 http://dx.doi.org/10.1152/ajpcell.00203.2012
+OK 20210422083349 http://www.R-project.org
+OK 20210227102349 https://doi.org/10.1016/S1474-4422(07)70178-3
+OK 20210413052929 http://dx.doi.org/10.1007/s11065-007-9040-z
+MISS NA http://www.undp.org/content/undp/en/home/librarypage/hiv-aids/hiv-vulnerabilities-faced-by-women-migrantsfrom-asia-to-the-arab-states.html.Accessed12
+OK 20210325111450 http://dx.doi.org/10.1016/j.jcv.2005.09.015
+OK 20080728140648 http://www.business.vic.gov.au/BUSVIC/STANDARD//PC_50796.html
+MISS NA http://dx.doi.org/10.1007/s00330-015-4111-7
+MISS NA www.epa.gov/reg3hwmd/risk/human/rb-concentration_table/usersguide.htmN
+MISS NA http://fairmode.jrc.ec.europa.euwww.witpress.com
+MISS NA http://dx.doi.org/10.1097/QAI.0b013e3181a265b2
+OK 20201207133604 http://www.manufacturingglobal.com/peopleskills/170/Volkswagen-to-replace-human-workforce-with-robots-in-Germany-to-meet-demand
+OK 20210211044916 http://urn.kb.se/resolve
+MISS NA http://dx.doi.org/10.1177/1941738114559380
+MISS NA http://www.coe.int/cs/web/conventions/full-list/-/conventions/rms/0900001680077322
+OK 20210224151412 https://www.publicsafety.gc.ca/cnt/rsrcs/pblctns/srtg-crtcl-nfrstrctr/index-en.aspx
+OK 20210414194513 http://www.biomedcentral.com/1472
+OK 20210415104420 http://dx.doi.org/10.1037/0033-2909.108.3.499
+OK 20210422083349 http://www.R-project.org
+OK 20210413015139 https://doi.org/10.1130/0016-7606
+OK 20150808020024 http://www.ldschurchnews.com/articles/58523/Country-information-Chile.html
+OK 20210226153546 http://www.fasb.org/cs/ContentServer?c=FASBContent_C&pagename=FASB%2FFASBContent_C%2FNewsPage&cid=1176155633483
+OK 20180403222225 http://www.vet.gov.ua
+OK 20210207215228 http://dx.doi.org/10.1097/MPG.0b013e3181d29767
+OK 20200802150124 http://www.way2drug.com/gusar/acutoxpredict.html
+MISS NA https://lovdata.no/dokument/NL/lov/1999070263?q=pasientrettighetsloven
+OK 20110705104248 http://www.militaryparitet.com/teletype/data/ic_teletype/5719/
+MISS NA http://www.psiucv.cl/wp-content/uploads/2012/11/1413-5453-1-PB.pdf
+OK 20210419001255 https://scholar.sun.ac.za
+OK 20210415010350 http://dx.doi.org/10.1016/S0029-7844
+OK 20210309033132 https://doi.org/10.1016/j.acn.2007.08.010
+OK 20210126044017 http://www.thenation.com/article/death-and-life-great-american-newspapers/
+MISS NA http://www.campaigntr.com/turkiye/wwf-bunun-sonselfie-olmasina-izin-verme
+OK 20180614065726 https://doi.org/10.1016/j.apenergy.2015.03.065
+OK 20200828104532 https://doi.org/10.9755/ejfa
+MISS NA http://www.wpro.who.int/emerging_diseases/dengue_biweekly_20150922.pdf?ua=1
+OK 20200812125737 https://doi.org/10.1158/2326-6066.CIR-16-0128
+OK 20180603094146 https://doi.org/10.3166/jancl.17.423-475
+MISS NA http://dx.doi.org/10.1108/07363760010309500
+MISS NA www.diplomatie.gouv.fr/fr/IMG/pdf/Revue_des_revues_200_1152AB.pdfUmalutapeloreconhecimentodotrabalhocontraapolíticadereduçãodepessoal
+MISS NA http://www.cdc.gov/nchs/data/databriefs/db200.pdf18
+MISS NA http://uda.ac.id/jurnal/files/Rosita%20Saragih2.pdf,diaksestanggal25Juni
+OK 20171019045629 http://literature.cdn.keysight.com/litweb/pdf/5968-8807EN.pdf?id=1000034211:epsg:dow
+MISS NA http://www.nycourts.gov/courts/ad1/calendar/appsmots/2013/November/2013_11_14_dec.pdf.Дата
+OK 20210418062529 http://nbuv.gov.ua
+OK 20181207112254 http://dx.doi.org/10.1086/430311
+OK 20210202195646 http://www.boeing.com/news/techissues/pdf/statsum.pdf
+OK 20180602090437 https://doi.org/10.1029/2007GL032736
+OK 20180601215530 https://doi.org/10.1023/A:1019885532390
+OK 20210118173141 https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=17325a80-fb9c-4a83-b4b4-98e0b999d852
+OK 20210422073014 www.researchgate.net
+OK 20210126031310 http://thewomenablerblog.com/2010/12/13/women-busines-owners-embrace-social-media-marketing/
+OK 20180915023811 http://doi.acm.org/10.1145/2024716.2024718
+OK 20180603160121 https://doi.org/10.1002/zaac.201600016
+OK 20180602145324 https://doi.org/10.1038/emi.2014.61
+OK 20210411022055 www.lymphnet.org/pdfDocs/nlntreatment.pdf
+OK 20201109015556 http://www.minorthird.sourceforge.net
+MISS NA http://dx.doi.org/10.1007/s12639-016-0852-8
+MISS NA https://doi.org/10.5194/jsss-7-131-2018
+OK 20200925005254 https://doi.org/10.3352/jeehp.2018.15.7
+OK 20180603164809 https://doi.org/10.1177/1071100716656440
+OK 20210415030704 http://dx.doi.org/10.1126/science.1155676
+OK 20160408205556 http://dx.doi.org/10.1152/ajpcell.00244.2007
+OK 20210413053912 http://dx.doi.org/10.1016/j.evolhumbehav.2010.02.004
+MISS NA http://www.nrc.gov.Accessed
+MISS NA https://doi.org/10.1038/cddis.2012.176
+OK 20200218170449 https://doi.org/10.1146/annurev.energy.29.102403.140729
+MISS NA http://agenciabrasil.ebc.com.br/noticia/2010-10-25/brasil-tem-mais-influencia-nas-decisoes-do-fmi-com-reformulacao-de-cotas-diz-mantega
+OK 20201206164631 https://doi.org/10.5194/tc-10-1933-2016
+OK 20151005181527 www.ippg.org.uk/papers/dp27.pdf
+OK 20210308023806 https://doi.org/10.1093/gbe/evu202
+OK 20210415074821 http://dx.doi.org/10.1002/ett.4460100604
+OK 20210211071944 http://www.calmaropt.com/
+OK 20180601195132 http://link.aps.org/doi/10.1103/PhysRevB.74.155203
+MISS NA https://doi.org/10.1016/0304-405X
+MISS NA https://www.mercycorps.org/sites/default/files/UgandaSTRESSKaramojaFinalRep.pdf
+MISS NA https://academic.oup.com/cardiovascres/article-abstract/51/3/470/368594bygueston15
+OK 20171225114342 http://www.ibtimes.com/we-spend-more-time-smartphones-traditional-pcs-nielsen-1557807
+MISS NA https://doi.org/10.2134/agronj2018.09.0605
+OK 20201001070510 https://doi.org/10.1192/bjp.bp.114.160101
+MISS NA https://orcid.org/0000-0001-7485-9895
+OK 20181101111239 https://www.pedocs.de/volltexte/2010/3322/pdf/Probst_2010_PeerKultur_D_A.pdf
+OK 20200103112753 https://doi.org/10.1103/PhysRevD.95.062003
+OK 20210413135552 http://dx.doi.org/10.1016/j.foodpol.2005.02.003
+OK 20210415193522 https://www.youtube.com/watch?v=WTCVnKROlos
+OK 20160630152748 http://dx.doi.org/10.1037/a0028252
+OK 20210412232720 http://seer.cancer.gov/csr/1975_2010
+OK 20180602122948 https://doi.org/10.1021/acsmedchemlett.6b00062
+OK 20200214202452 https://doi.org/10.12659/msm.883592
+OK 20200504124644 https://doi.org/10.1136/bmjqs.2010.045955
+OK 20151029080100 http://www.llas.ac.uk/resources/gpg/1573
+OK 20210322124920 http://dx.doi.org/10.1189/jlb.0306164
+OK 20210205235223 http://www.ibcs-a.org/
+OK 20200816051823 http://www.tncd.org
+MISS NA http://www.arbornetworks.com/index.php?option=com_docman&Itemid=974&task=doc_download&gid=309
+MISS NA https://www.terra.com.br/noticias/educacao/redes-sociais-deram-voz-a-legiao-de-imbecis-dizumbertoeco
+OK 20210310182911 https://www.admin.ch/opc/de/classified-compilation/
+OK 20210225091853 http://www.sysml.org/specs.htm
+MISS NA http://uk.reuters.com/article/2015/10/08/uk-europe-migrants-merkel-idUKKCN0S20S120151008?feedType=RSS&feedName=worldNews
+MISS NA http://www.oecd-ilibrary.org/environment/mobilising-bond-markets-for-a-low-carbon-transition_9789264272323-en;jsessionid=1m2dao98rf5rd.x-oecd-live-02
+MISS NA http://dx.doi.org/10.1590/S0101-81752006000400017
+OK 20180612090832 https://doi.org/10.1515/dna-2015-0021
+MISS NA http://pwc.to/1QiIHGJpadatanggal10
+OK 20201108112214 g1.globo.com/pernambuco/noticia/2015/06/um-ano-apos-copa-pernambuco-tem-4-obras-de-mobilidade-inacabadas.html
+MISS NA http://yosemite.epa.gov/sab/sabproduct.nsf/0/08A7FD5F8BD5D2FE85257B52004234FE/$File/EPA-SAB-13-003-unsigned+.pdf.Accessed
+OK 20210410211537 http://emedicine.medscape.com/article/188143-overview#a1
+OK 20200528023758 http://dx.doi.org/10.1016/j.addbeh.2011.09.015
+OK 20200623161648 https://doi.org/10.3791/193
+MISS NA http://archive.oxha.org/meetings/knowledge/publications/05-meeting-documentation/
+OK 20170401120559 https://dx.doi.org/10.1111/1540-6261.00421
+OK 20210422093940 https://www.psychiatry.org/psychiatrists/practice/dsm
+OK 20210415103132 http://www.sciencedirect.com/science/article/pii/S009130220900003X
+OK 20210310003350 https://www.annasoole.com/single-post/2018/04/03/Decolonization-A-Resource-for-Indigenous-Solidarity
+OK 20200911053824 https://doi.org/10.1055/s-0029-1214379
+OK 20210322091722 http://dx.doi.org/10.1093/infdis/171.1.93
+OK 20210415004057 http://www.kegg.jp/
+OK 20201225233728 https://doi.org/10.1056/NEJMoa1503780
+OK 20060913071429 http://courses.washington.edu/larescue/projects/vince/
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231
+OK 20201004041938 https://www.legislation.gov.uk/ukpga/1979/7
+MISS NA https://doi.org/10.1371/journal.pone.0192864
+MISS NA http://monashparamedicnurse.weebly.com/w1-cardiac-anatomy-physiology-review.html.lastaccessed-27.01
+OK 20080611081801 http://www.atelierb.societe.com
+OK 20200930214108 https://doi.org/10.1016/j.adolescence.2011.03.002
+OK 20180608060408 https://doi.org/10.1016/j.carbpol.2011.05.065
+MISS NA https://doi.org/10.1016/j.jprot.2012.07.012
+MISS NA http://dx.doi.org/10.1085/jgp.201110761
+OK 20201112031232 http://ottawacitizen.com/news/national/indigenous-protesters-in-ottawa-erect-teepee-on-parliament-hill-to-counter-canada-150-celebrations
+OK 20210308102333 http://dx.doi.org/10.1371/journal.pone.0077033
+OK 20180603053246 https://doi.org/10.2481/dsj.IAGA-17
+OK 20160404041511 http://www.uqar.ca/psychosociologie/presences/
+OK 20200203164308 http://www.iramuteq.org/documentation/fichiers/tutoriel-en-portugais
+OK 20210308135537 https://www.crohnsandcolitis.org.uk/news/updated-wuhan-novel-coronavirus-advice
+OK 20041230173445 http://mcs.open.ac.uk/lr38/Formal/Publications/euro-cscl2001.pdf
+OK 20210414194052 http://dx.doi.org/10.1038/nrn3475
+OK 20200604225443 https://doi.org/10.2166/wst.2018.320
+OK 20210202043324 http://www.sportobs.ch/fileadmin/sportobs-dateien/Downloads/Sport_Schweiz_2014_d.pdf
+MISS NA http://arxiv.org/abs/1107.2543
+OK 20180610095507 https://doi.org/10.1016/j.neuroimage.2017.05.049
+OK 20180613222227 https://doi.org/10.1016/j.neuroimage.2010.04.249
+MISS NA http://publishing.eur.nl/ir/repub/asset/308/EIA-012-MKT.pdf
+OK 20210410210738 https://www.whocc.no/ddd/definition_and_general_considera/
+OK 20210203142224 http://www.stat.fi/tup/julkaisut/tiedostot/julkaisuluettelo/yyti_sts_201800_2018_19722_net.pdf
+OK 20210422051329 https://strbase.nist.gov/pub_pres/Profiles-in-DNA_Variability-of-New-STR-Loci.pdf
+MISS NA http://www.qualitymeasures.ahrq.gov/content.aspx?id=47604.Accessed4/1/2014
+MISS NA http://www.bath.ac.uk/cree/resources/esrcesd/rodeppt.pdf
+MISS NA http://www.countyhealthrankings.org/app/ohio/2016/measure/factors/9/datasource
+OK 20200902221251 http://www.cepprobation.org/uploaded_files/Pres%20STARR%20Cam%2010%20Loesel.pdf
+OK 20180603203254 https://doi.org/10.1007/s13280-012-0304-3
+OK 20160926062037 http://dx.doi.org/10.1083/jcb.200906019
+OK 20210422055609 http://creativecommons.org/licenses/by/4.0/
+MISS NA http://dx.doi.org/10.1016/j.ygcen.2009.01.009
+OK 20180613182923 https://doi.org/10.1016/j.ssci.2006.08.023
+MISS NA http://dx.doi.org/10.1289/ehp.961041050
+MISS NA https://biblioteca.ibge.gov.br/visualizacao/periodicos/59/pnad_2007_v28_br.pdf
+OK 20180603221407 https://doi.org/10.5771/0340-0425-2016-4-558
+OK 20181031041043 http://www.dissercat.com/content/pretenzionnoe-proizvodstvo-kak-institut-predvaritelnogo-dosudebnogo-uregulirovaniya-sporov-v
+MISS NA http://www.library.mmu.ac.uk/secure/index.php?cat_file=&filename=y_21010010_ritchie
+OK 20201209123524 http://ej.kubagro.ru/2012/08/pdf/60.pdf
+OK 20180603010330 http://ssrn.com/abstract=411580
+OK 20210418203632 http://www.oecd.org/gov/trust-in-government.htm
+OK 20200108133448 https://doi.org/10.3389/fnins.2014.00383
+OK 20181026151306 http://www.ipcc.ch/ipccreports/tar/vol4/english/
+OK 20180614025944 https://doi.org/10.1016/j.ecss.2005.07.020
+OK 20210417113904 https://doi.org/10.1007/s12026-014-8534-z
+OK 20160304050240 http://www.abnamro.com/en/press-room/press-release-archive/2010/Completion_of_legal_merger.html
+OK 20200427230912 http://dx.doi.org/10.1111/j.2044-8317.1991.tb00966.x
+OK 20210414032056 https://doi.org/10.1016/S0377-2217(02)00182-0
+OK 20210102201847 http://www.youtube.com/watch?v=UNaYZvJo4rQ&hd=1
+OK 20210224031541 http://people.cs.uchicago.edu/rbg/latent-release5/
+OK 20200828230049 https://doi.org/10.1042/CS20040048
+OK 20180609025220 https://doi.org/10.1016/j.sbspro.2015.11.166
+MISS NA https://doi.org/10.3390/cancers3010913
+OK 20171203071355 http://dx.doi.org/10.1155/2013/107851
+OK 20170422063735 http://dx.doi.org/10.1016/j.jsbmb.2006.12.097
+OK 20180604035527 https://doi.org/10.1002/0471250953.bi0612s35
+MISS NA http://www.jangseong.go.kr/hom
+MISS NA http://dx.doi.org/10.7238/joc.v5i2.2075
+OK 20210124085606 http://kinderrechtenonderzoek.nl/wp-content/uploads/2014/09/Research-proposal-MH-29dec.pdf
+OK 20160327072819 http://www.irr.org.uk/news/new-study-highlights-discrimination-in-use-of-anti-terror-laws/
+OK 20210417222410 http://jb.asm.org/
+OK 20200808193351 https://doi.org/10.1016/j.jacc.2013.11.035
+OK 20200507040249 http://dx.doi.org/10.1016/j.gca.2015.05.003
+MISS NA http://dx.doi.org/10.1016/j.cellsig.2015.04.003
+OK 20210418161416 http://www.lrc.rpi.edu/index.asp
+OK 20180602055143 http://link.aps.org/doi/10.1103/PhysRevD.83.123529
+OK 20170525193329 http://www.wrcc.dri.edu/cgi-bin/cliMAIN.pl?az0288
+OK 20210414221414 www.chemeurj.org
+MISS NA https://rabida.uhu.es/dspace/bitstream/handle/10272/8169/De_la_exclusion_a_la_inclu-sion.pdf?sequence=2
+MISS NA http://www.dearthink.com
+OK 20200925091213 https://www.ohchr.org/Documents/Publications/training4en.pdf
+OK 20210413020944 http://llk.media.mit.edu/papers/mres-wef.pdf
+OK 20210421043234 https://goo.gl/
+OK 20200819014935 http://dx.doi.org/10.1007/s004420050899
+MISS NA http://geography.exeter.ac.uk/media/universityofexeter/schoolofgeography/winterfloods/documents/Blog_2015.pdf.Accessed
+OK 20201023074450 http://www.unkniga.ru/biblioteki/bibdelo/6662-neb-kak-tehnologicheskaya-osnova-gumanisticheskogo.html
+MISS NA https://www.fda.gov/Drugs/DrugSafety/PostmarketDrugSafetyInformationforPatientsandProviders/DrugSafetyInformationforHeathcareProfessionals/ucm192649.htm.Accessed
+MISS NA http://dx.doi.org/10.1016/j.carbpol.2013.07.070
+OK 20160329153952 http://dx.doi.org/10.1016/j.neurobiolaging.2005.01.001
+OK 20180602003224 https://doi.org/10.1145/1148170.1148261
+MISS NA http://www.bvsde.paho.org/bvsacd/cd63/149460E.pdf
+MISS NA http://www.nhlbi.nih.gov/health/prof/heart/mi/provider.pdf.Accessed
+OK 20210413022449 https://link.aps.org/doi/10
+OK 20210325165505 http://dx.doi.org/10.1016/j.rse.2014.11.027
+OK 20170715215424 http://www.ncbi.nlm.nih.gov/pubmed/22386512
+OK 20180904043458 http://www.elearnspace.org/Articles/Interaction.htm
+OK 20210414153149 http://csrc.nist.gov/groups/ST/toolkit/rng/index.html
+OK 20210321171336 http://www.nap.edu/catalog/12883/verifying-greenhouse-gas-emissions-methods-to-support-international-climate-agreements
+OK 20200810212209 https://doi.org/10.1093/nar/gkr067
+MISS NA http://documents.worldbank.org/curated/en/1997/06/694732/five-years-after-rio-innovations-environmental-policy
+OK 20210413201914 http://dx.doi.org/10.1207/s15327752jpa4901_13
+MISS NA http://www.phys.ufl.edu/LIGO/LIGO/STAIC.html.2
+OK 20200808123315 https://doi.org/10.1002/rmv.544
+MISS NA http://dx.doi.org/10.2524/jtappij.63.1465
+OK 20201113002257 http://dx.doi.org/10.1038/nature04779
+OK 20200515101534 https://doi.org/10.2307/3545686
+MISS NA http://ssrn.com/abstract=1107705
+OK 20200507231523 http://dx.doi.org/10.1016/j.energy.2016.06.033
+OK 20161109083947 www.ccsenet.org/ells
+MISS NA http://www.tigen.org/kevin.kofler/fmathl/dyngenpar-example.pdf,slides
+OK 20180603202403 https://doi.org/10.1073/pnas.0908447106
+OK 20180602062013 https://doi.org/10.3109/09638288.2011.644023
+MISS NA http://dx.doi.org/10.1016/j.trsl.2007.12.011
+MISS NA http://dx.doi.org/10.1111/j.1442-2018.2009.00499.x
+OK 20110101113634 http://www.isguv.netfirms.com/msds_bilgi.htm
+MISS NA http://www.cit.sc.gov.br/propaganda/pdfs/artigos/linguagem_dor_propaganda.pdfacessoem13denovembrode2013
+MISS NA https://doi.org/10.1175/1520-0469
+OK 20210418201016 https://www.autosafety.org/
+OK 20170329062302 http://www.surveillance-and-society.org/articles1/statesurv.pdf
+OK 20131016135253 http://2010.census.gov/2010census/data/
+MISS NA http://dps.ua.es/es/documen-tos/pdf/2011/la-reflexividad.pdf
+MISS NA http://dialnet.unirioja.es/servlet/busquedadoc?t=Guti%C3%A9rrez%2C+Prudencia.+Ib%C3%A1%C3%B1ez%2C+Patricia.+Prieto+Sara.++&db=1&td=todo
+OK 20061018171340 www.petrotechinc.com/pdf/94023.pdf
+OK 20180411013111 http://www.temoa.info/sites/default/files/OER_Rubrics_0.pdf
+OK 20210308235524 https://github.com/fchollet/keras
+OK 20190515060634 http://www.cse.anl.gov/BatPaC/
+OK 20210414041125 http://publications.iarc.fr/
+OK 20180523151134 http://www.sainsburyslivingarchive.co.uk/collections/world-war-i-centenary/sainsburys-through-world-war-i
+OK 20160520061411 http://dx.doi.org/10.1016/j.nedt.2005.10.011
+OK 20210308111344 http://dx.doi.org/10.1126/science.1208347
+OK 20210209233108 http://dx.doi.org/10.1021/ja01539a017
+OK 20210225094524 https://www.feko.info
+OK 20180603005157 https://doi.org/10.1640/0002-8444-101.3.182
+OK 20210415073945 http://www.naturalcapital.org
+OK 20210420212309 http://www.ifrs.org
+OK 20180604141425 https://doi.org/10.1037/h0045996
+OK 20170614152923 http://dx.doi.org/10.1177/104063870802000534
+OK 20180601233255 https://doi.org/10.2147/NDT.S110656
+OK 20160424065314 http://dx.doi.org/10.1172/JCI68587
+MISS NA http://www.leo-pold.iastate.edu
+OK 20201106232448 http://www.npr.org/templates/story/story.php?storyId=6522523&sc=emaf
+MISS NA https://doi.org/10.1128/JB.00049-18
+OK 20201026122843 http://www.wto.org/english/res_e/booksp_e/public_forum08_e.pdf
+OK 20200616055548 http://www.snirh.gov.br/hidroweb/publico/medicoes_historicas_abas.jsf
+MISS NA RT-04-00675.Availableatwww.camx.com/publ/pdfs/CB05_Final_Report_120805.pdf.Ac-cessed
+OK 20180602003802 https://doi.org/10.1016/j.polymertesting.2014.05.005
+OK 20180613123230 https://doi.org/10.1016/j.jprocont.2009.01.005
+MISS NA https://www.dovepress.com/by207.241.231
+OK 20180602151748 https://doi.org/10.5465/AMJ.2010.54533183
+OK 20200721205801 http://dx.doi.org/10.1371/journal.pone.0006098
+OK 20210308100734 https://software.intel.com/en-us/c-compilers
+MISS NA https://dx.doi.org/10.1021/es60155a010
+MISS NA https://www.cambridge.org/core.IPaddress:207.241.231
+OK 20120504011422 http://dx.doi.org/10.1016/j.foodchem.2005.10.037
+OK 20190215234436 http://www.kativik.qc.ca/en/compassionate-schools
+MISS NA https://doi.org/10.1016/0734-743X
+OK 20210320161744 https://factor.niehs.nih.gov/2016/10/feature/feature2-nc-award/index.htm
+OK 20180602131646 http://doi.org/10.1590/S1414-32832005000100004
+OK 20160303201404 http://www.ansd.sn/publications_SES_region.html
+OK 20200125225756 http://news.bbc.co.uk/1/hi/uk/3696978.stm
+OK 20200707205207 http://www.cumbria.nhs.uk/
+OK 20201101015627 https://doi.org/10.1136/oem.58.3.178
+MISS NA https://doi.org/10.1016/S1473-3099
+MISS NA http://curia.europa.eu/ju-ris/showPdf.jsf?text=&docid=44408&pageIn-dex=0&doclang=EN&mode=lst&dir=&occ=first&part=1&cid=6007788
+OK 20180603082748 https://doi.org/10.1370/afm.1377
+MISS NA http://arxiv.org/abs/1707.03472
+MISS NA https://doi.org/10.4271/2018-01-1117
+OK 20210417162539 www.fiz-karlsruhe.de
+OK 20180926063141 http://eltweekly.com/2013/05/the-implementation-of-communicative-language-teaching-clt-approach-in-english-1101-towards-a-faculty-development-program-by-tichie-ann-econg-baena/
+OK 20181008165710 http://www.batut.org.rs/download/publikacije/pub2015.pdf
+MISS NA http://dx.doi.org/10.1016/j.gene.2006.01.031
+OK 20210407111302 https://www.gemconsortium.org/report
+OK 20171203170304 http://dx.doi.org/10.1155/2013/780502
+OK 20210409194631 https://doi.org/10.1038/nature12962
+OK 20171211011910 http://dx.doi.org/10.1074/jbc.M501770200
+MISS NA http://journals.ametsoc.org/doi/abs/10.1175/15200442%281998%29011%3C2858%3AARITIT%3E2.0.CO%3B2
+MISS NA http://dx.doi.org/10.1038/nature12474.pii:nature12474
+OK 20130409074952 www.epub.lib.aalto.fi
+OK 20190508040037 https://doi.org/10.1016/j.cub.2004.03.006
+MISS NA http://pacis2014.org/data/PACIS_mainconference/pdf/pacis2014_submission_468.pdf
+MISS NA http://www.telecom.gov.sk/index/index.php?ids=102432
+MISS NA http://dx.doi.org/10.2147/BTT.S4148124
+OK 20210421212209 http://www.oanda.com/currency/historical-rates/
+OK 20120722004913 http://g1.globo.com/jornal-da-globo/noticia/2012/07/anatel-proibe-claro-oi-e-tim-de-vender-chips-de-celular.html
+OK 20210123205933 ai-cbr.org
+OK 20210422121437 http://www.efloras.org
+OK 20180129183150 http://dx.doi.org/10.1561/106.00000008
+MISS NA www.icaso.cl/wp-conten/uploads/2012/01/WorkingPapers-ICSO-Taller-4-pdf
+OK 20210108103703 http://dx.doi.org/10.1007/978-1-4020-8224-5
+OK 20210323201629 http://globocan.iarc.fr/Pages/fact_sheets_population.aspx
+OK 20180611120525 https://doi.org/10.1037/0021-843x.115.4.760
+OK 20200526020602 http://dx.doi.org/10.1038/leu.2013.135
+OK 20210414150236 http://thrift.apache.org/static/files/thrift-20070401.pdf
+OK 20180603025621 https://doi.org/10.1186/1478-7954-12-4
+OK 20180602190116 https://doi.org/10.1111/1751-2980.12291
+MISS NA http://www2.inca.gov.br/wps/wcm/connect/c1755a004eb694838c939ef11fae00ee/encarte_especial.pdf?MOD=AJPERES.Acessoem25demeiode
+OK 20210304080020 https://doi.org/10.1074/jbc.M603964200
+OK 20200504234705 https://doi.org/10.1523/JNEUROSCI.0123-08.2008
+OK 20200927100611 https://doi.org/10.1038/mt.2010.141
+OK 20210321074901 http://dx.doi.org/10.3201/eid1603.081685
+OK 20170421065751 http://dx.doi.org/10.1097/01.NNA.0000295636.03216.6f
+OK 20210422071700 http://en.wikipedia.org/wiki/Lux
+MISS NA https://hal.archives-ouvertes.fr/hal-01774708/185
+OK 20210113183513 http://docs.cntd.ru/document/3638729
+MISS NA http://www.scie-lo.edu.uy/scielo.php?script=sci_
+MISS NA http://lavanderiadearte.com/cms/?p=388el20deseptiembrede
+OK 20210104130507 http://www.ipspr.sc.edu/publication/Quality%20of%20Life.pdf
+OK 20090130055221 http://www.bea.doc.gov
+OK 20210420144405 http://www.synopsys.com
+OK 20180602000355 https://doi.org/10.1128/JCM.05439-11
+OK 20210210194521 https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
+OK 20181101174634 http://dx.doi.org/10.1086/503425
+OK 20200721170506 https://doi.org/10.1126/science.2945253
+OK 20180603095113 https://periodicos.ufsc.br/index.php/perspectiva/article/view/2175-795X.2013v31n2p591
+OK 20130117082427 http://www.decc.gov.uk/en/content/cms/statistics/source/total/total.aspx
+OK 20200524053812 https://doi.org/10.1371/journal.pbio.1000603
+MISS NA http://www.systemicpeace.org/polity/polity4.htm.Ivanter
+OK 20200814013704 https://doi.org/10.5194/amt-7-3325-2014
+MISS NA http://www.dominiopublico.gov.br/download/texto/ph000198.pdf.Lastaccess
+OK 20201111233342 http://www.guardian.co.uk/environment/2011/mar/17/wind-cheaper-nuclear-eu-climate
+MISS NA http://dx.doi.org/10.1109/ICEAIT.2016.7500980
+OK 20200806011948 http://dx.doi.org/10.3141/2058-20
+OK 20200216122005 https://doi.org/10.1155/2013/485047
+MISS NA http://doi-org.hmlproxy.lib.csufresno.edu/10.1016/j.jogn.2019.01.008
+OK 20180609130344 https://doi.org/10.1016/j.critrevonc.2003.09.001
+MISS NA https://www.ncbi.nlm.nih.gov/pubmed/27761356
+OK 20180602005802 https://doi.org/10.1521/aeap.2013.25.4.327
+OK 20150311125618 http://dx.doi.org/10.1007/bf02380949
+OK 20210421001311 http://www.iso.org
+OK 20200528174439 https://doi.org/10.1093/molehr/gap052
+OK 20200827153526 https://doi.org/10.4049/jimmunol.1502440
+OK 20210415075211 http://www.naho.ca/journal/2009/11/03/intergenerational-trauma-convergen
+OK 20210420202446 http://www.unfpa.org/ageing
+OK 20200707045603 https://doi.org/10.1128/AAC.04227-14
+OK 20180602024301 https://doi.org/10.1107/S0567739477001065
+OK 20180603105841 https://doi.org/10.1186/s40562-017-0078-3
+OK 20180604232119 https://doi.org/10.1111/j.1574-6968.2008.01145.x
+OK 20190427170351 https://doi.org/10.1016/j.brainres.2017.12.010
+OK 20180604232817 https://doi.org/10.1088/0022-3727/39/9/027
+OK 20210204205507 http://dx.doi.org/10.1126/science.1126747
+OK 20140906115340 http://www.cbhidghs.nic.in/writereaddata/mainlinkFile/10%20%20Human%20Resources%20%20in%20Health%20Sector%20%202011.pdf
+MISS NA www.who.int/hrh/nursing_midwifery/en/〉
+MISS NA https://doi,org/10.5301/hip.2011.8840
+OK 20210414114247 http://scimagojr.com/countryrank.php?area=1200&category=1212&region=all&year=2014&order=h&min=60&min_type=it
+OK 20210305025327 http://www.stp.dias.ie/~dukes/matroid.html
+OK 20210226204214 http://www.denatran.gov.br/
+MISS NA http://www.inegi.org.mx/geo/contenidos/geoestadistica/m_geoestadis-tico_2014.aspx
+OK 20200831181838 https://doi.org/10.1002/mar.10063
+OK 20170324164352 http://dx.doi.org/10.1038/nature06387
+OK 20201216070500 https://doi.org/10.1016/j.neuron.2012.01.010
+OK 20160501075244 http://ayp.unia.es/dmdocuments/litydes_doc08.pdf
+OK 20200502035748 https://doi.org/10.1097/JTO.0b013e3181c5920c
+OK 20200617061635 https://doi.org/10.1021/acs.jmedchem.8b00802
+OK 20190710060634 http://ilab.mit.edu/iLabServiceBroker
+MISS NA parcftp.xerox.com/pub/MOO/papers/MUDsGrowUp.ps
+OK 20210224151218 http://www.tidorum.fi/bound-t/
+OK 20180612135320 https://doi.org/10.1016/j.redox.2016.12.026
+OK 20201006215118 http://www.alwahabiyah.com/file/Occation/vijename/T-K55-ar.pdf
+OK 20180602203457 https://doi.org/10.1128/AAC.48.12.4636-4642.2004
+OK 20121127131442 http://go.worldbank.org/T2K4PW3270
+OK 20200502082129 https://doi.org/10.1371/journal.pone.0031196
+OK 20210307215836 https://doi.org/10.1667/RR0763.1
+OK 20180602062556 https://doi.org/10.1371/journal.pone.0154623
+MISS NA https://www.nytimes.com/2020/02/19/us/gender-pronounscollege.html
+MISS NA http://dx.doi.org/10.1074/jbc.M109.036780
+OK 20200604142505 https://doi.org/10.1016/j.cell.2006.12.017
+MISS NA https://periodicos.ufpe.br/revistas/revistaenfermagem/article/viewFile/9691/9746
+OK 20090304231958 http://amt.gartner.com/TCO/MoreAboutTCO.htm
+OK 20160701162400 http://www.bjpa.org/Publications/details.cfm?PublicationID=688
+OK 20210417093233 http://www.cdc.gov/nchs/nhanes.htm
+MISS NA https://doi.org/10.1111/j.1364-3703.2010.00701.xPMID
+OK 20190702005657 http://www.logitech.com/en-in/webcam-communications/webcams/devices/3480
+OK 20121205012308 http://www.oecd.org/daf/competition/prosecutionandlawenforcement/46734249.pdf
+MISS NA http://dx.doi.org/10.1097/MOP.0b013e328362cd0d
+OK 20210308172027 http://dx.doi.org/10.4161/auto.4237
+OK 20210420110913 http://www.morphbank.net/
+OK 20200212022946 https://doi.org/10.3354/meps09914
+OK 20191116042719 https://doi.org/10.1098/rspb.2009.1474
+OK 20210127015835 http://www.militaryfactory.com/ships/detail.asp?ship_id=USNS-Comfort-TAH20
+OK 20180604005550 https://doi.org/10.1074/jbc.M114.592063
+OK 20201010084955 http://dx.doi.org/10.1016/j.jacc.2013.11.005
+OK 20210205064959 https://doi.org/10.1029/1999JC900215
+MISS NA https://dx.doi.org/10.4314/ijbcs.v11i2.5
+OK 20210418172323 https://micropython.org/
+OK 20170120045608 http://publications.environment-agency.gov.uk/pdf/GEHO0305BIRQ-e-e.pdf
+MISS NA http://webcache.googleusercontent.com/search?q=-cache:LWgkWYjt75oJ:www.cosemssp.org.br/downloads/Cursos/Saude-Mental-DSM-07-03.pdf+&cd=1&hl=en&ct=clnk&gl=br.Acessoem:06/09/2015
+OK 20180603224718 http://doi.org/10.1111/apa.12466
+MISS NA http://works.bepress.com/martijn_hesselink/20
+MISS NA https://doi.org/10.1038/s41597-019-0192-5www.nature.com/scientificdata
+OK 20100306053115 http://www.torontosun.com/news/torontoandgta/2009/04/03/8986286-sun.html
+OK 20210224203710 https://doi.org/10.1016/j.cell.2012.03.003
+MISS NA http://www.jumpstart.org/assets/files/2008-SurveyBook.pdf
+OK 20170808154713 http://www.aeaweb.org/assa/2005/0107_1645_0101.pdf
+OK 20180603194234 https://doi.org/10.1677/joe.0.1630181
+MISS NA http://dx.doi.org/10.1099/vir.0.18820-0
+OK 20081218191425 http://www.cnn.com/SPECIALS/2000/e.europe/stories/b2b/
+OK 20180603125744 https://doi.org/10.1016/s0377-2217(01)00360-5
+OK 20200813091953 https://doi.org/10.1371/journal.pone.0183347
+OK 20210412195155 http://base.consultant.ru/
+MISS NA http://www.eiu.com.proxy.library.ucsb.edu:2048/FileHandler.ashx?issue_id=59815390&mode=pdf
+MISS NA https://doi.org/https://doi.org/10.5067/0I7PFBVQOGO5
+MISS NA www.pubmed.gov/17956374
+OK 20210414131436 http://zakon.rada.gov.ua/laws/show/2755-17
+MISS NA https://doi.org/10.1016/S1473-3099
+OK 20190713203732 http://www.usask.ca/agriculture/caedac/PDF/energy_95.PDF
+MISS NA http://dx.doi.org/10.1016/j.annepidem.2009.03.004PMid
+MISS NA http://www.dw.com/ru/присоеди-нение-беларуси-к-болонскому-процессу-причины-и-цели/a-5886884
+MISS NA http://www.ipea.gov.br/ppp/index.php/PPP/article/viewFile/117/118.Acessoem11dejaneirode
+OK 20171028024330 http://www.osapublishing.org/abstract.cfm?URI=
+MISS NA http://www.un.org/esa/soc-dev/documents/ifsd/SocialJustice.pdf
+MISS NA https://doi.org/10.1016/j.clay.2017.02.028
+OK 20180610222128 https://doi.org/10.1787/9789264208919-table61-en
+MISS NA http://dx.doi.org/10.4301/S1807-17752009000200004
+MISS NA https://doi.org/10.1186/s12954-018-0252-8
+OK 20180603033303 https://doi.org/10.1186/s12879-016-1525-z
+OK 20180602063201 https://doi.org/10.1016/j.sbspro.2014.07.546
+MISS NA https://doi.org/10.1128/JB.187.12
+OK 20210419221456 http://dx.doi.org/10.1111/j.1462-2920.2006.01065.x
+MISS NA https://doi.org/10.1101/763011doi:bioRxivpreprint
+MISS NA http://CRAN.R-project.org/package=ade4TkGUI
+OK 20200502015038 http://www.mitsuboshi.co.jp/english/
+OK 20200128201430 http://www.rusnauka.com/8_DNI_2009/Pedagogica/43385.doc.htm
+OK 20180604035141 https://doi.org/10.1016/j.atmosenv.2011.06.059
+OK 20200822062838 https://doi.org/10.1172/JCI83083
+OK 20210308001912 https://doi.org/10.1177/0146167283093007
+OK 20120404174141 http://dx.doi.org/10.1016/j.tibs.2009.01.011
+OK 20110529094353 http://dx.doi.org/10.1111/j.1365-2907.2010.00171.x
+OK 20200215153923 http://dx.doi.org/10.1093/oxfordjournals.bjc.a014260
+MISS NA http://www.google.com/forms.Accessed
+OK 20200327151733 https://www.doi.org/doi_presentations/070207-ITU-Handle.ppt
+MISS NA http://dx.doi.org/10.1590/0102-311X00086714
+OK 20131119235625 http://jordantimes.com/over-15000-illegal-guest-workers-apprehended-since-august----katamine
+OK 20180601234306 https://doi.org/10.3892/ol.2016.5052
+MISS NA https://DOI//10.1039/B313787B
+OK 20200614055901 http://dx.doi.org/10.1016/j.neuroimage.2004.05.018
+MISS NA https://doi.org/10.1108/02652320210432936
+OK 20210324035518 https://www.unaids.org/sites/default/files/media_asset/90-90-90_en.pdf
+OK 20210323015001 http://dx.doi.org/10
+OK 20180604211616 https://doi.org/10.1093/molbev/msw014
+MISS NA http://iibfdergisi.gazi.edu.tr/index.php//36/27
+OK 20210414114803 http://www.sketchengine.co.uk
+OK 20210308075319 https://doi.org/10.1212/01.wnl.0000324625.00404.15
+MISS NA https://doi.org/10.12691/ajfn-4-3-3
+OK 20210414201740 www.cdc.gov/nchstp/dstd/Fact_Sheets/FactsHPV.htm
+OK 20210410200510 http://michaelis.uol.com.br/moderno/portugues/index.php?lingua=portugues-portugues&palavra=linguagem
+OK 20190706055822 http://dx.doi.org/10.1093/hmg/9.8.1161
+OK 20200812013414 http://www.mathworks.com/help/simulink/gui/solver-pane.html
+OK 20200831220821 https://doi.org/10.1146/annurev.psych.60.110707.163642
+OK 20111125021554 http://www.decisionsciences.org/decisionline/Vol31/31_3/31_3pom.pdf
+OK 20161026004910 http://dx.doi.org/10.1017/CBO9780511840272
+OK 20180608105552 https://doi.org/10.1046/j.1365-2648.2002.02059.x
+MISS NA http://dx.doi.org/10.1037/a0021539
+MISS NA Availableatwww.healthlink.org.za/uploads/files/SAHR2007.pdf
+OK 20200623103056 https://doi.org/10.1073/pnas.1218402110
+OK 20180602000532 http://ssrn.com/abstract=2023530
+OK 20201215192025 https://doi.org/10.3374/014.053.0101
+OK 20200623065152 http://www.sciencedirect.com/science/article/pii/S1077314215001794
+MISS NA http://www.ai.mit.edu/murphyk/Software/HMM/hmm.html
+OK 20200710015103 http://www.unisa.it/download/1966_145_226226808_40.Bofill.pdf
+OK 20200812211342 http://dx.doi.org/10.1002/path.4288
+MISS NA https://www.dovepress.com/by54.191.40
+OK 20070105065756 http://gams.uni-graz.at:8080/fedora/get/o:wissg-wi-065-1/bdef:FOtoPDF/get
+MISS NA http://www.pxweb.bfs.admin.ch/Dialog/varval.asp?ma=px-d-01-2A02&path=../
+MISS NA https://theidealis.org/untangling-academic-publishing-a-history-of-the-relationship-between-commercial-interests-academic-prestige-and-the-circulation-of-research/
+OK 20200415043027 https://doi.org/10.1111/j.1365-2915.2003.00458.x
+OK 20180806084917 http://www.theguardian.com/sport/2004/mar/31/athensolympics2004.olympicgames
+MISS NA www.compos.org.br/e-compos.Acessoem:15/09/2012
+OK 20200218163144 http://portaldeperiodicos.eci.ufmg.br/index.php/pci/article/view/428
+OK 20180602111036 https://doi.org/10.17226/9047
+OK 20180602132204 https://doi.org/10.4067/S0250-71612013000300003
+OK 20210222011746 http://www.wellesleyinstitute.com/wp-content/uploads/2015/02/Full-Report-FPSCT-Updated.pdf
+OK 20180602161353 https://doi.org/10.1111/j.1728-4457.2004.00006.x
+OK 20210103221325 https://doi.org/10.1006/jmbi.1993.1413
+MISS NA http://dx.doi.org/10.1523/JNEUROSCI.1709-08
+MISS NA http://fatihprojesi.meb.gov.tr/tr/index.phpadresindenalınmıştır
+OK 20210415125746 http://www.um.es/ead/red/39
+OK 20170712230158 http://babel.ling.upenn.edu/~gene/papers/buckley_naphc1.pdf
+OK 20210122072926 http://ieeexplore.ieee.org/document/7814289/
+MISS NA http://www.nbcnews.com/id/7911356/ns/world_news-mideast_n_africa/t/most-dangerous-civilian-job-iraqhttp://nation.time.com/2013/03/18/iraq-ten-years-after/https://www.reading.ac.uk/languages-at-war/https://newsela.com/read/bio-malinche-mexico/id/35862
+OK 20210130045931 http://protege.stanford.edu/overview/protege-owl.html
+MISS NA http://www1.oecd.org/scripts/cde/viewbase.asp
+MISS NA http://dx.doi.org/10.3989/ris.2011.iM1.387
+OK 20210414025210 https://github.com/google/guava
+OK 20210422042254 https://www.britishhorseracing.com/regulation/integrity/
+OK 20180602085552 https://doi.org/10.4161/cc.9.5.10936
+MISS NA https://doi.org/10.1016/j.future.2018.09.004
+OK 20210319090807 http://dx.doi.org/10.1007/s00442-005-0100-x
+OK 20210331160743 https://doi.org/10.1093/bioinformatics/btp616
+MISS NA http://www.nada.kth.se/patric/
+MISS NA http://dx.doi.org/10.1080/14733140112331385118
+MISS NA http://www.sciencedirect.com/science/article/pii/S096706450500233X
+MISS NA https://openknowledge.worldbank.org/handle/10986/22761License:CCBY3.0IGO
+MISS NA http://dx.doi.org/10.15809/irriga.2015v20n1p177
+MISS NA https://www.cdc.gov/drugoverdose/maps/rxrate-maps.html.Accessed24
+MISS NA http://www.dol.gov/_sec/media/reports/Hispani-
+OK 20171010214658 http://www.fatf-gafi.org/dataoecd/53/32/34262136.pdf
+OK 20201223173129 http://legis.senado.gov.br/legislacao/ListaTextoIntegral.action?id=94836
+MISS NA www.orfeus-eu.org/pub/soft-ware/iaspei2003/8511_tutorial.pdf
+OK 20210323111122 https://www.ncdc.noaa.gov/sotc/summary-info/global/201512
+OK 20190727115024 http://www.internalwaveatlas.com/Atlas_index.html
+OK 20210224075435 http://dx.doi.org/10.1016/j.neuroimage.2011.09.015
+OK 20210128062209 http://csx.co.nz/
+OK 20210422031337 www.kidshealth.org
+OK 20200711002836 http://www.seer.ufrgs.br/cadernosdoil/article/view/67571
+OK 20200709143216 https://ojs.library.queensu.ca/index.php/encounters/article/view/1722/1847
+MISS NA https://doi.org/10.1186/s12933-016-0409-2PMID
+MISS NA https://cyberleninka.ru/article/n/rezultaty-obmolota-zernovyh-kultur-molotilkoy-inertsionnogo-vozdeystviya
+OK 20210211000246 http://www.extension.umn.edu/distribution/livestocksystems/di0956.html
+OK 20180608105233 https://doi.org/10.1101/cshperspect.a016113
+OK 20200617005432 https://doi.org/10.1111/psj.12028
+OK 20210413012102 https://doi.org/10.1175/1520-0485
+MISS NA http://dx.doi.org/10.1023/A:1007631726356
+OK 20100127053516 http://eau.sagepub.com/content/vol7/issue2/
+MISS NA http://www.tarim.gov.tr/TAGEM/Belgeler/Sunular
+MISS NA https://www.sworld.com.ua/konfer31/189.pdf
+OK 20200723045805 https://doi.org/10.1038/s41598-017-14271-6
+OK 20140204094900 http://www.agrf.org.au/assets/files/PDF%20Documents/Sequenom%20iPlex.pdf
+OK 20200815024040 https://doi.org/10.1146/annurev.neuro.051508.135409
+OK 20210421134837 http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/
+OK 20181011124840 http://eurlex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX
+OK 20200528075633 https://doi.org/10.1016/j.biopsych.2009.08.026
+OK 20180605105303 http://doi.org/10.1007/s10681-013-0881-7
+OK 20110914122353 http://www.nytimes.com/2011/09/08/world/europe/08iht-italy08.html?pagewanted=all&_r=0
+OK 20160307192344 http://www.secom.gov.br/pdfs-da-area-de-orientacoes-gerais/internet-e-redes-sociais/diretrizes-comunicacao-digital-governo-federa-jan2014.pdf-1/view
+OK 20200226231744 https://doi.org/10.5281/zenodo.824567
+OK 20210410162731 http://www.unicamp.br/ea
+OK 20180601220920 https://doi.org/10.1126/scisignal.2004657
+OK 20180602235310 https://doi.org/10.1016/0002-9378(93)90706-O
+OK 20200831211151 https://doi.org/10.1080/13696998.2017.1369983
+MISS NA http://thorax.bmj.com/Thorax:firstpublishedas10.1136/thx.44.7.601on1
+OK 20210322234627 http://www.afjarvis.staff.shef.ac.uk/sudoku/
+OK 20210309141923 https://doi.org/10.1128/JCM.00128-10
+OK 20210410180234 premiumtimesng.com/news/146381-medical-expert-says-64-million-nigerians-suffer-mental-illness.html
+OK 20200427084120 https://doi.org/10.1016/j.ecolecon.2010.04.023
+OK 20181127163028 https://africapomona.wordpress.com/
+MISS NA http://dx.doi.org/10.1177/1075547008319432
+OK 20200516054216 https://doi.org/10.1016/j.jce.2016.04.005
+MISS NA https://www.fishersci.com/shop/msdsproxy?productName=AAA1532806&productDescription=3+5-DICHLOROPHENOL+98%2B%25+5G&catNo=AAA1532806&vendorId=VN00024248&storeId=10652
+MISS NA https://doi.org/10.2307/3146458WOS:A1993MB31400008
+MISS NA http://www.R-project.org/sAnMArtín
+OK 20180701194124 http://linkinghub.elsevier.com/retrieve/pii/S0033350699001869
+MISS NA https://doi.org/10.1016/S0076-6879
+OK 20200506192424 https://doi.org/10.1016/j.jscs.2012.03.003
+OK 20130903111729 http://www.iiid.net/PDFs/idxPublication.pdf
+OK 20210420083433 http://sipi.usc.edu/database/
+OK 20210202152139 https://doi.org/10.2307/143141
+OK 20210225052026 http://dx.doi.org/10.1016/j.socnet.2011.05.006
+MISS NA http://hdl.handle.net/11572/138385
+OK 20180610115004 https://doi.org/10.1016/j.ocemod.2014.12.011
+OK 20180603190932 https://doi.org/10.1007/Bf01213292
+MISS NA http://www.docguide.com/dg.nsf/PrintPrint/0915B4600F12D8C785256D3A004C8CC1
+MISS NA http://www.ams.org/journal-terms-of-useAustral
+OK 20210227123635 https://doi.org/10.1007/s40475-015-0056-9
+OK 20161224225611 http://dx.doi.org/10.1186/1471-2105-14-277
+MISS NA http://www.fnde.gov.brprogramas/alimentaçãoescolar/alimentacao-escolar-apresentação
+OK 20180603103331 https://doi.org/10.1080/13571519984304
+OK 20201112015955 http://www.mareonline.nl/archive/2014/05/08/evolutie-tussen-de-benen
+OK 20190906152001 http://dx.doi.org/10.1016/j.fcr.2004.03.006
+OK 20210421081421 http://www.imf.org/external/data.htm
+OK 20200603140332 http://dx.doi.org/10.3354/ame013141
+OK 20200326124155 http://blogs.helsinki.fi/valuesandmorality/files/2009/09/Schwartz-Monograph-Cultural-Value-Orientations.pdf
+MISS NA https://doi.org/10.1359/JBMR.0301226
+OK 20130714095636 ac.at
+MISS NA http://pages.discovery.wisc.edu/jramakrishnan/BRT2015_repop.pdf
+OK 20210415052138 www.irrodl.org/index.php/irrodl/article/view/664/1388
+OK 20200911072316 https://doi.org/10.1211/jpp.58.11.0010
+OK 20180602081143 https://doi.org/10.1109/83.877220
+OK 20200520001933 https://arxiv.org/abs/2001.06308
+OK 20210321140525 https://doi.org/10.1289/ehp.8006
+OK 20201112021311 https://www.sociologicalscience.com/download/vol-4/november/SocSci_v4_656to685.pdf
+MISS NA http://www.cdc.gov/nchs/nhanes.htm•TheNationalAgriculturalLibrary
+OK 20200526024921 https://doi.org/10.1108/IJQRM-02-2018-0031
+OK 20160826173735 http://dx.doi.org/10.1016/j.orgel.2007.05.003
+OK 20150922112155 http://helpmegrownational.org/includes/research/HMGProtectiveFactorspolicybrief02_2013b.pdf
+MISS NA https://youtu.be/Z64kTn6kIs8
+MISS NA https://goo.gl/ehPRMn
+OK 20170409182651 http://dx.doi.org/10.1016/S0167-9236(00)00144-5
+OK 20191228160138 http://www.123aantafel.be
+OK 20180216094736 http://colegiodetraductores.org.pe/instituciones-academicas/
+OK 20201112015641 https://static.anaf.ro/static/10/Anaf/legislatie/L_69_2010R.pdf
+OK 20210320011449 http://www.nrel.gov/midc/
+OK 20210328023652 http://doi.org/10.18128/D010.V6.0
+MISS NA http://m.elespectador.com/impreso/negocios/articuloimpreso-invertir-salud-y-seguridad
+OK 20200219132939 http://geosisemanet.meioambiente.mg.gov.br/inventarioFlorestal/
+OK 20180602014304 https://doi.org/10.1128/MCB.22.21.7572-7580.2002
+OK 20210309174456 www.chssn.org
+MISS NA http://www3.weforum.org/docs/Global_IT_Report_2012
+OK 20210416113557 http://dx.doi.org/10.1037/0022-006X.59.1.12
+MISS NA http://gateway.proquest.com/open
+MISS NA http://tinyurl.com/hezaqsm.42.hawkesC
+OK 20210413051207 http://public.web.cern.ch/public/en/lhc/CMS-en.html
+OK 20210225073427 http://logic.stanford.edu/kif/dpans.html
+MISS NA http://www.defesacivil.mg.gov.br/index.php/ajuda/page/383-cedec-participa-da-entrega-de-kits-a-coordenadorias-municipais-de-protecao-e-defesa-civil-pela-fundacao-renova
+MISS NA http://www.who.int/mediacentre/news/statements/2010/s09/es/index.html
+MISS NA www.jurnal.ar-raniry.com/index.php/elkawnie
+OK 20030803111416 http://www.ed.gov/offices/OPE/FIPSE/LessonsIII/michigan.html
+MISS NA http://dx.doi.org/10.1101/368621doi:bioRxivpreprintfirstpostedonlineJul.13
+OK 20210124050707 https://doi.org/10.3897/jhr.56.10388
+OK 20210414203539 http://www.bls.gov/data/inflation_calculator.htm
+OK 20070709230003 http://www.gvrd.bc.ca/growth/pdfs/OfficeMarket.pdf
+OK 20210418045639 http://www.nauka.gov.pl
+OK 20200820020610 https://doi.org/10.1038/sj.onc.1207465
+OK 20081204085118 http://www.espaciovirtual.net/Epistem/
+OK 20130622162822 www.nytimes.com/2009/01/26/technology/26spend.html?_r=0
+OK 20210414225533 http://www.crs4.it/Ars/arshtml/arstoc.html
+OK 20210323090956 http://www.mozart-oz.org
+MISS NA http://dx.doi.org/10.1016/0024-4937(94)90009-4
+MISS NA http://reports.weforum.org/global­competitiveness­report­2014­2015/rankings/
+OK 20190819095132 http://engr.case.edu/ray_soumya/mlrg/controlling_fdr_benjamini95.pdf
+OK 20200529222939 https://doi.org/10.1111/aphw.12051
+OK 20180610054127 https://doi.org/10.1007/s11069-013-0930-5
+OK 20051218131206 www.geographynetwork.com/data/tiger2000/index.html
+OK 20210414000644 http://dx.doi.org/10.1016/S0039-9140
+MISS NA http://wapo.st/1ifdogP
+OK 20190107193601 https://www.mckinsey.com/business-functions/digital-mckinsey/our-insights/an-executives-guide-to-software-development
+OK 20200929191937 http://www.hdmicrosystems.com/
+OK 20180612024420 https://doi.org/10.1016/S1001-0742(08)62340-2
+OK 20180610073558 https://doi.org/10.1089/cyber.2012.0498
+OK 20180602094228 https://doi.org/10.7554/eLife.04693
+MISS NA http://eprints.ulster.ac.uk/12091/1/Docompetencesallowfordevofinclpractices.doc.Consulta
+OK 20210422032405 www.cochrane-handbook.org
+OK 20200501173653 https://content.sciendo.com/view/journals/hukin/25/1/article-p93.xml
+OK 20180602084201 https://doi.org/10.1209/epl/i1999-00122-9
+MISS NA ftp.esat.kuleuven.ac.be/SISTA/guests/reports/vaccaro.ps.Z
+MISS NA http://www.planning.gov.mv/publications/25yearsstats/default.htmDNP
+OK 20180603113554 https://doi.org/10.1371/journal.pone.0106940
+MISS NA https://www.ghanabusinessnews.com/2016/04/23/ghanas-free-maternal-healthcare-policy-not-working-research/
+MISS NA http://www.ams.usda.gov/mnreports/wa_lo100.txt.Fechadeconsulta
+OK 20180602063020 https://doi.org/10.1002/ana.24647
+OK 20200720115910 https://doi.org/10.1101/2020.05.29.123018
+OK 20210422070058 http://www.kansascity.com
+OK 20180608122356 https://doi.org/10.1016/j.bodyim.2017.02.004
+OK 20180608000150 https://doi.org/10.1007/s00592-014-0632-9
+OK 20180816155439 http://www.tcs.com/SiteCollectionDocuments/White-Papers/3rd-Platform-Enabling-Digital-Transformation.pdf
+MISS NA http://dx.doi.org/10.1068/b200221
+OK 20201109215422 http://cmc.ihmc.us/cmc2008/cmc2008Program.html
+MISS NA http://orcid.org/0000-0002-1456-8073
+MISS NA http://findarticles.com/p/articles/mi_m4467/is_201007/ai_n54716203/
+OK 20210323111909 https://doi.org/10.1007/s00894-019-3964-0
+OK 20180605032058 https://doi.org/10.7560/JHS24203
+MISS NA http://www.scribd.com/doc/48152306/
+OK 20180602124537 https://doi.org/10.1590/S0034-89102002000400019
+OK 20200417025432 https://doi.org/10.1016/S0277-9536(03)00096-0
+OK 20200705021009 https://doi.org/10.3130/aijsaxx.229.0_15
+OK 20180602050616 https://doi.org/10.1145/383962.384016
+OK 20180603074752 https://doi.org/10.1002/jhbp.198
+OK 20200623180858 https://www.sciencedirect.com/science/article/abs/pii/0306919295000124
+OK 20170122141143 http://dx.doi.org/10.1186/1743-422X-6-127
+OK 20181223171615 http://dx.doi.org/10.2466/pr0.1965.17.2.591
+MISS NA http://www.elearningfieldbook.com/futureoflearning.pdf
+OK 20210308005931 http://doi.org/10.1207/s15327906mbr0102_10
+MISS NA http://www.kcorc.org/en/open-source-softwareoralternativelyathttps://github.com/orcmkit/ORCmKit
+OK 20090708002701 http://www.bcshguidelines.com/pdf/IFI_therapy.pdf
+OK 20180603215037 https://doi.org/10.1097/00005382-200004000-00005
+OK 20100721114610 http://www.rand.org/pubs/working_papers/WR768/
+MISS NA http://www.nist.gov/tac/2009/RTE/RTE5MainGuidelines.pdf
+MISS NA http://dx.doi.org/10.12795/hid.2014.i41.08HID41
+OK 20171202222644 http://www.doc.ubi.pt/14/doc14.pdf
+OK 20180602080518 https://doi.org/10.1172/JCI86042
+OK 20200909045711 http://conferenciainfanto.mec.gov.br/images/conteudo/iv-cnijma/diretrizes.pdf
+MISS NA http://findarticles.com/p/articles/mi_qa3937/is_200703/ai_n19198538/pg_5/?tag=content;col1
+MISS NA http://dx.doi.org/10.1186/1471-2229-12-237
+MISS NA http://www.asia-spinalinjury.org/index.phpAndrichD
+OK 20161119081534 http://www.nsf.gov/statistics/nsf01314/htmstart.htm
+OK 20180602123437 https://doi.org/10.5339/messa.2015.10
+OK 20210417074620 http://www.tools.ietf.org/html/rfc792
+OK 20130118005743 http://www.redsalud.gov.cl/archivos/cancer/prcancernino.pdf
+OK 20050311003459 http://www.sandia.gov/isrc/Whitepaper/whitepaper.html
+OK 20180608002700 https://doi.org/10.1007/BF00696641
+OK 20210415073242 http://dx.doi.org/10.1146/annurev.psych.59.103006.093656
+OK 20210310162415 http://www.oecd.org/dac/evaluationofdevelopmentprogrammes/dcdndep/35353699.pdf
+MISS NA https://ink.library.smu.edu.sg/cgi/viewcontent.cgi?article=2379&context=lkcsb_research
+OK 20200821203109 https://doi.org/10.5194/acp-14-1441-2014
+OK 20200624023354 https://doi.org/10.1046/j.1439-037X.2003.00083.x
+MISS NA https://doi.org/10.1007/s11103-011-9857-yPMID
+OK 20200707025928 https://doi.org/10.1038/nrmicro3003
+Counter({'ok': 7010, 'missing': 2940, 'parse_failed': 10})