Project

General

Profile

Download (5.11 KB) Statistics
| Branch: | Revision:
1
// $Id$
2
/**
3
* Copyright (C) 2009 EDIT
4
* European Distributed Institute of Taxonomy 
5
* http://www.e-taxonomy.eu
6
* 
7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8
* See LICENSE.TXT at the top of this package for the full license terms.
9
*/
10
package eu.etaxonomy.cdm.app.eflora;
11

    
12
import java.net.URI;
13

    
14
import org.apache.log4j.Logger;
15

    
16
/**
17
 * @author a.mueller
18
 * @date 09.06.2010
19
 *
20
 */
21
public class EfloraSources {
22
	@SuppressWarnings("unused")
23
	private static final Logger logger = Logger.getLogger(EfloraSources.class);
24

    
25
	//Ericaceae
26
	public static URI ericacea_local() {
27
		return URI.create("file:C:/localCopy/Data/eflora/africa/Ericaceae/ericaceae_v2.xml");
28
	}
29
	
30
	public static URI ericacea_specimen_local() {
31
		return URI.create("file:/C:/localCopy/Data/eflora/africa/Specimen/Ericaceae/Ericaceae_CDM_specimen.xls");
32
	}
33
	
34
//******************* MALESIANA ************************************************************/
35
	
36
	//Sapindaceae
37
	public static URI fm_sapindaceae_local(){
38
		return URI.create("file:C:/localCopy/Data/eflora/floraMalesiana/sapindaceae-01v25.xml");
39
	}
40
	
41
	//Sapindaceae2
42
	public static URI fm_sapindaceae2_local(){
43
		return URI.create("file:C:/localCopy/Data/eflora/floraMalesiana/sapindaceae-02final2.xml");
44
	}
45
	
46
	//Flora Malesiana Vol 13-1
47
	public static URI fm_13_1_local(){
48
		return URI.create("file:C:/localCopy/Data/eflora/floraMalesiana/fm13_1_v8_final.xml");
49
	}
50

    
51
	//Flora Malesiana Vol 13-2
52
	public static URI fm_13_2_local(){
53
		return URI.create("file:C:/localCopy/Data/eflora/floraMalesiana/fm13_2_v8_final.xml");
54
	}
55

    
56
  //***** FM NEW */	
57
	
58
	//Flora Malesiana Vol 12
59
	public static URI fm_12(){
60
		return URI.create("file://PESIIMPORT3/malesiana/vol_12/xml_1995_vol_12_all_final_5.xml");
61
	}
62
	
63
	//Flora Malesiana Vol 13 - small families
64
	public static URI fm_13_small_families(){
65
		return URI.create("file://PESIIMPORT3/malesiana/vol_13/vol_13_small_families.xml");
66
	}
67

    
68
	//Flora Malesiana Vol 13 - large families
69
	public static URI fm_13_large_families(){
70
		return URI.create("file://PESIIMPORT3/malesiana/vol_13/xmlv9_large_families_vol_13.xml");
71
	}
72

    
73
	//Flora Malesiana Vol 15
74
	public static URI fm_15(){
75
		return URI.create("file://PESIIMPORT3/malesiana/vol_15/vol15_final.xml");
76
	}
77

    
78
	//Flora Malesiana Vol 16
79
	public static URI fm_16(){
80
		return URI.create("file://PESIIMPORT3/malesiana/vol_16/vol16_final.xml");
81
	}
82

    
83
	//Flora Malesiana Vol 17, part1
84
	public static URI fm_17_1(){
85
		return URI.create("file://PESIIMPORT3/malesiana/vol_17/fmvol17_part1_final.xml");
86
	}
87
	
88
	//Flora Malesiana Vol 17, part2
89
	public static URI fm_17_2(){
90
		return URI.create("file://PESIIMPORT3/malesiana/vol_17/fmvol17_part2_final.xml");
91
	}
92
	
93
	//Flora Malesiana Series 2 - Vol 2
94
	public static URI fm_ser2_2(){
95
		return URI.create("file://PESIIMPORT3/malesiana/ser2/vol_02/ser2vol2final1.xml");
96
	}
97

    
98
	//Flora Malesiana Series 2 - Vol 3
99
	public static URI fm_ser2_3(){
100
		return URI.create("file://PESIIMPORT3/malesiana/ser2/vol_03/IIvol3_final.xml");
101
	}
102

    
103
//************************* GABON ************************************************/
104
	
105
	//Flore du Gabon sample 
106
	public static URI fdg_sample(){
107
		return URI.create("file:/E:/opt/data/floreGabon/sample.xml");
108
	}
109

    
110
	//Flore du Gabon vol 1
111
	public static URI fdg_1(){
112
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol1_9.xml");
113
	}
114

    
115
	//Flore du Gabon vol 2
116
	public static URI fdg_2(){
117
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol2_9.xml");
118
	}
119
	
120
	//Flore du Gabon vol 3
121
	public static URI fdg_3(){
122
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol3_9.xml");
123
	}
124
	
125
	//Flore du Gabon vol 4
126
	public static URI fdg_4(){
127
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol4_9.xml");
128
	}
129
	
130
	//Flore du Gabon vol 5
131
	public static URI fdg_5(){
132
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol5_final.xml");
133
	}
134

    
135
	
136
	//Flore du Gabon vol 5
137
	public static URI fdg_5bis(){
138
		return URI.create("file://PESIIMPORT3/gabon/markupData/5bis_final.xml");
139
	}
140
	
141
	//Flore du Gabon vol 6
142
	public static URI fdg_6(){
143
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol6_final.xml");
144
	}
145
	
146
	//Flore du Gabon vol 7
147
	public static URI fdg_7(){
148
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol7_final.xml");
149
	}
150
	
151
	//Flore du Gabon vol 8
152
	public static URI fdg_8(){
153
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol8_final.xml");
154
	}
155
	
156
	//Flore du Gabon vol 9
157
	public static URI fdg_9(){
158
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol9_final.xml");
159
	}
160
	
161
	//Flore du Gabon vol 10
162
	public static URI fdg_10(){
163
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol10_final.xml");
164
	}
165
	
166
	//Flore du Gabon vol 11
167
	public static URI fdg_11(){
168
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol11_final.xml");
169
	}
170
		
171
//************************* GUIANAS **********************************************/	
172
	
173
	//Flora of the Guianas Sample
174
	public static URI fgu_1(){
175
		return URI.create("file://PESIIMPORT3/guianas/markupData/79THEOPHRASTACEAE.xml");
176
	}
177
	
178
}
(7-7/11)