-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopyright.cs
executable file
·52 lines (52 loc) · 2.12 KB
/
copyright.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
* This file is part of the ArcGIS National Responsibility Assessment Tool
* source code (https://github.com/popecologist/ArcGIS-NRA-Tool or
* http://xxx.github.io).
*
* Copyright (c) 2020 Yu-Pin Lin / 林裕彬
* Department of Bioenvironmental Systems Engineering
* National Taiwan University
* No. 1, Sec. 4, Roosevelt Road
* Taipei
* 10617 Taiwan
* R.O.C.
* Office Phone: 886-2-33663467; Fax: 886-2-2368-6980
* E-mail: yplin@ntu.edu.tw
* http://homepage.ntu.edu.tw/~yplin/Scales-Taiwan.htm
*
* Credits:
* Academia Sinica (programming)
* Reinhard A. Klenke (revising, updating)
*
* The development of the ArcGIS-NRA-Tool was mainly funded
* by Minister of Science and Technology of Taiwan
* ( National Science Council of Taiwan) (NSC101-2923-I-002-001-MY2),
* and a contribution from the EU FP7 project
* SCALES: Securing the Conservation of biodiversity across
* Administrative Levels and spatial, temporal, and Ecological Scales,
* under the European Union’s Framework Program 7
* (grant Code: 226852 FP7-ENVIRONMENT ENV.2008.2.1.4.4.;
* www. scales-project.net.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Please cite and refer to the tool in any report, scientific paper or
* other type of publication either in print or electronically with the
* reference mentioned below.
*
* References:
* Lin YP, Schmeller DS, Ding TS, Wang YC, Lien WY, Henle K,
* Klenke RA (2020) A GIS-based policy support tool to determine
* national responsibilities and priorities for biodiversity conservation.
* PLOS ONE 15(12): e0243135. https://doi.org/10.1371/journal.pone.0243135
*/