-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
242 lines (235 loc) · 11.6 KB
/
data.js
File metadata and controls
242 lines (235 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
var data = {
////////// Slider //////////////
'slider': [
{
'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/slider/dna.jpg'
, 'caption': 'PhD student'
, 'link': 'http://example.com'
}, {
'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/slider/tomato.gif'
, 'caption': ''
, 'link': ''
}, {
'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/slider/team.jpg'
, 'caption': ''
, 'link': ''
}, {
'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/slider/petri.jpg'
, 'caption': ''
, 'link': ''
}
]
////////// About //////////////
, 'about': []
////////// Members //////////////
, 'team': [
{
'name': 'Sanju Kunwar'
, 'level': 'PhD Student'
, 'since': ''
, 'nation': ''
, 'email': 'sanju.kunwar@ufl.edu'
, 'phone': '352 213 7620'
, 'website': ''
, 'articles': 'https://scholar.google.com/citations?user=HnmFy-0AAAAJ'
, 'resume': ''
, 'description': 'One of the key research areas of my research is to develop a comprehensive Integrated Pest Management strategy for managing bacterial wilt disease of tomato caused by <i>Ralstonia solancaerum</i>. Bacterial wilt of tomato is a major problem for tomato growers worldwide and can cause >80% yield loss under disease conducive conditions. Currently, in our lab, we are working on ways to improve the tomato defense response to <i>R. solanacearum</i> in open field conditions by grafting, applying SAR inducers and by evaluating transgenic lines in the field. We demonstrated that transgenic expression of EFR gene, a pattern recognition receptor (PRR), derived from <i>Arabidopsis thaliana</i> (belonging to Brassicaceae family) into tomato plant (belonging to Solanaceae family) provided effective field level control of bacterial wilt disease and substantially increased total yield. EFR is a receptor protein that recognizes a PAMP called EF-tu (an elongation factor Tu) widely conserved across bacteria. Engineering broad specturm EFR based resistance in tomato may protect tomato against wide genera of phytopathogenic bacteria in open field conditions.'
, 'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/Team/sanju.jpg'
, 'bachelor': ''
, 'master': ''
, 'phd': ''
}, {
'name': 'John Doe2'
, 'level': 'Poctdoctoral Fellow'
, 'since': '2016'
, 'nation': ''
, 'email': 'jhndoe2@ufl.edu'
, 'phone': '987 654 3210'
, 'website': ''
, 'articles': ''
, 'resume': ''
, 'description': ''
, 'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/team/lee.jpg'
, 'bachelor': ''
, 'master': ''
, 'phd': ''
}, {
'name': 'John Doe3'
, 'level': 'PhD Student'
, 'since': '2014'
, 'nation': ''
, 'email': 'jhndoe3@ufl.edu'
, 'phone': '987 650 1234'
, 'website': ''
, 'articles': ''
, 'resume': ''
, 'description': ''
, 'image': ''
, 'bachelor': ''
, 'master': ''
, 'phd': ''
}
]
////////// Activities //////////////
, 'research': [
{
'title': 'This is the title of the first research'
, 'description': 'Spicy jalapeno bacon ipsum dolor amet swine porchetta ribeye ball tip in frankfurter. Flank tempor fugiat, irure in beef aliqua consectetur veniam laboris kielbasa elit ham ribeye. In voluptate ball tip cow shankle. Nisi landjaeger drumstick jowl, tenderloin kevin tempor laboris esse chuck. Corned beef turducken ipsum veniam flank id beef ribs anim culpa strip steak. Ham short ribs consectetur biltong officia. Short loin adipisicing ipsum capicola magna. Ut jerky occaecat pastrami ullamco turducken in pork chop spare ribs ribeye jowl. Irure id occaecat ball tip kevin. Laborum bacon cillum, pork belly laboris landjaeger culpa swine. Dolor aliquip landjaeger tail. Ham tongue incididunt cillum veniam t-bone. Aute incididunt adipisicing ut. Fatback exercitation shankle adipisicing laborum tongue boudin pancetta. Doner esse in chuck, consectetur swine burgdoggen rump short ribs proident voluptate sausage in drumstick adipisicing.'
, 'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/research/pipette.jpg'
, 'link': 'http://example.com/'
, 'members': ['John Doe', 'John Doe Jr.']
}, {
'title': 'This is the title of the second research'
, 'description': ''
, 'image': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages/img/research/report.jpg'
, 'link': ''
, 'members': []
}, {
'title': 'This is the title of the third research'
, 'description': 'Spicy jalapeno bacon ipsum dolor amet swine porchetta ribeye ball tip in frankfurter. Flank tempor fugiat, irure in beef aliqua consectetur veniam laboris kielbasa elit ham ribeye. In voluptate ball tip cow shankle. Nisi landjaeger drumstick jowl, tenderloin kevin tempor laboris esse chuck. Corned beef turducken ipsum veniam flank id beef ribs anim culpa strip steak. Ham short ribs consectetur biltong officia. Short loin adipisicing ipsum capicola magna. Ut jerky occaecat pastrami ullamco turducken in pork chop spare ribs ribeye jowl. Irure id occaecat ball tip kevin. Laborum bacon cillum, pork belly laboris landjaeger culpa swine. Dolor aliquip landjaeger tail. Ham tongue incididunt cillum veniam t-bone. Aute incididunt adipisicing ut. Fatback exercitation shankle adipisicing laborum tongue boudin pancetta. Doner esse in chuck, consectetur swine burgdoggen rump short ribs proident voluptate sausage in drumstick adipisicing.'
, 'image': ''
, 'link': ''
, 'members': []
}, {
'title': 'This is the title of the fourth research'
, 'description': ''
, 'image': ''
, 'link': ''
, 'members': []
}
]
////////// Publication //////////////
, 'publication': [
///////Use * right before the name of main author
{
'title': 'Nice Shit'
, 'authors': ['*Anuj Sharma', 'Notanuj Sharma']
, 'journal': 'Journals of Nice Shit'
, 'issue': '34'
, 'series': '2'
, 'pagerange': '92-96' /*start-end*/
, 'citation': 'Sharma A. Nice Shit. Journals of Nice Shit. 34(2). 92-93'
, 'abstract': 'http://researchgate.com/'
}, {
'title': 'Extremely nice shit which has to be longer in length'
, 'authors': []
, 'journal': 'asdfasfdas'
, 'issue': 'asdf'
, 'series': 'sda'
, 'pagerange': 'dsafds' /*92-96*/
, 'citation': 'asfda'
, 'abstract': ''
}
]
////////// Gallery //////////////
, 'gallery': [
/*Youtube Thumb: http://img.youtube.com/vi/<vid id>/sddefault.jpg*/
{
'title': 'This is definitely the title of first photo'
, 'thumb': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages//img/photos/thumb/mold.jpg'
, 'src': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages//img/photos/mold.jpg'
, 'credit': 'Anuj Sharma'
, 'type': 'photo' /*photo or video*/
}, {
'title': ''
, 'thumb': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages//img/photos/thumb/culture.jpg'
, 'src': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages//img/Photos/culture.jpg'
, 'credit': ''
, 'type': ''
}, {
'title': 'President\'s Secret Service'
, 'thumb': 'http://img.youtube.com/vi/JHnna8X7zK4/sddefault.jpg'
, 'src': 'https://www.youtube.com/watch?v=JHnna8X7zK4'
, 'credit': ''
, 'type': 'video'
}, {
'title': 'Example Title'
, 'thumb': 'https://raw.githubusercontent.com/rknx/JonesLab/gh-pages//img/photos/thumb/microscope.jpg'
, 'src': ''
, 'credit': ''
, 'type': 'video'
}
]
////////// Blog //////////////
, 'blog': [
{
'title': 'Demo title'
, 'description': ''
, 'link': ''
, 'image': ''
, 'authors': []
}, {
'title': ''
, 'description': ''
, 'link': ''
, 'image': ''
, 'authors': []
}, {
'title': ''
, 'description': ''
, 'link': ''
, 'image': ''
, 'authors': []
}
]
////////// Links //////////////
, 'links': [
{
'name': 'University'
, 'list': [
{
'title': 'University of Florida'
, 'link': 'http://ufl.edu/'
, 'desc': ''
}, {
'title': 'UF Institute of Food and Agricultural Science'
, 'link': 'http://ifas.ufl.edu'
, 'desc': ''
}, {
'title': 'Department of Plant Pathology'
, 'link': 'http://plantpath.ifas.ufl.edu'
, 'desc': ''
}
]
}, {
'name': 'People'
, 'list': [
{
'title': 'Jeffrey B. Jones faculty page'
, 'link': 'http://plantpath.ifas.ufl.edu/faculty/jeffrey-jones/profile/'
, 'desc': ''
}, {
'title': 'Jeffrey B. Jones APS Awardee'
, 'link': 'http://www.apsnet.org/members/awards/Fellows/Pages/JeffreyBJones.aspx'
, 'desc': ''
}
]
}, {
'name': 'Research'
, 'list': [
{
'title': ''
, 'link': ''
, 'desc': ''
}, {
'title': ''
, 'link': ''
, 'desc': ''
}
]
}, {
'name': 'Merchandise'
, 'list': [
{
'title': ''
, 'link': ''
, 'desc': ''
}, {
'title': ''
, 'link': ''
, 'desc': ''
}
]
}
]
}