-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwa2016m.html
626 lines (565 loc) · 32.3 KB
/
wa2016m.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Wood Anatomy 2016</title>
<script>
(function(d) {
var config = {
kitId: 'ybr6ifz',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
<!-- old Typekit script
<script src="https://use.typekit.net/ybr6ifz.js"></script>
<script>
try {
Typekit.load({
async: true
});
} catch (e) {}
</script>
-->
<!-- Universal GoogleAnalytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74086205-1', 'auto');
ga('send', 'pageview');
</script>
<link href='http://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Amaranth:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Denk+One' rel='stylesheet' type='text/css'>
<!-- http://www.cssfontstack.com/Open-Sans-Condensed
http://www.cssfontstack.com/Open-Sans -->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans+Condensed" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Cantarell" />
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<!-- http://imageslidermaker.com/v1/ -->
<!-- http://cssmenumaker.com/builder/8009051 -->
<!-- http://cssmenumaker.com/menu/textured-responsive-drop-down-menu -->
<!-- http://thecodeplayer.com/walkthrough/jquery-css3-lightbox-tutorial?s=rlt -->
<!--<link rel="stylesheet" href="/static/css/jquery-css3-lightbox.css">-->
<!-- http://thecodeplayer.com/walkthrough/forrst-logo-in-css3?s=rlt -->
<!--<link rel="stylesheet" href="/static/css/forrst-logo-in-css3.css">-->
<!-- http://thecodeplayer.com/walkthrough/make-an-accordian-style-slider-in-css3-->
<!-- http://thecodeplayer.com/walkthrough/css3-image-slider-with-stylized-thumbnails -->
<!-- <link rel="stylesheet" href="/static/css/css3-image-slider-with-stylized-thumbnails.css">-->
<!--<link rel="stylesheet" href="/static/css/css3-image-slider.css">-->
<link rel="stylesheet" href="/static/css/main.css">
<!-- http://codepen.io/macbobbitt_/pen/jmEBL -->
<!--<link rel="stylesheet" href="/static/css/bcss3slider.css">-->
<!-- Silky Smooth Background Image Silder With CSS3 Keyframes -->
<!-- http://www.cssscript.com/silky-smooth-background-image-silder-with-css3-keyframes/ -->
<!-- Automatic Image Slider with Pure CSS -->
<!-- http://www.cssscript.com/automatic-image-slider-with-pure-css/ -->
<!-- Sliding Header Message Panel With Pure CSS – headerMessage -->
<!-- http://www.cssscript.com/sliding-header-message-panel-with-pure-css-headermessage/ -->
<link rel="stylesheet" href="/static/css/headerMessage.css">
<!-- Material Inspired Nice Responsive Photo Gallery -->
<link rel="stylesheet" href="/static/css/material-photo-gallery.css">
<link rel="stylesheet" href="/static/css/zoomwall.css">
<link rel="stylesheet" href="/static/css/scrollup.css" type="text/css" media="screen">
<link rel="stylesheet" href="/static/css/responsiveslides.css" type="text/css">
<link rel="shortcut icon" href="/static/img/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Tree Rings, Climate, Natural Resources, Human Interaction, Dendroecology; Disturbance regimes; Forest dynamics: germination, growth and mortality of trees; Forest management; Global change; Interdisciplinarity; Mountain forests; Site ecology; Transdisciplinarity, dendroecology, stand dynamics, disturbances, extreme climatic events, forest history, wood anatomy, palaeoclimate, proxy-data (charcoals), the use of stable isotopes in ecology">
<meta name="author" content="woodanatomy2016@gmail.com">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
@keyframes slidy {
0% {
left: 0%;
}
20% {
left: 0%;
}
25% {
left: -100%;
}
45% {
left: -100%;
}
50% {
left: -200%;
}
70% {
left: -200%;
}
75% {
left: -300%;
}
85% {
left: -300%;
}
95% {
left: -400%;
}
100% {
left: -400%;
}
}
body {
margin: 0;
}
div#slider {
overflow: hidden;
}
div#slider figure img {
width: 20%;
float: left;
}
div#slider figure {
position: relative;
width: 500%;
margin: 0;
left: 0;
text-align: left;
font-size: 0;
animation: 30s slidy infinite;
}
</style>
</head>
<body class="" id="">
<noscript>
</noscript>
<!-- Begin Menu -->
<nav>
<div class="menu">
<span class="item"><a href="#" class="login">Home</a></span>
<!--<span class="item"><a href="#first" class="login">First Announcement</a></span>-->
<span class="item"><a href="#" class="login">Accommodation</a></span>
<span class="item"><a href="#topics" class="login">Topics to be covered</a></span>
<span class="item"><a href="#programme" class="login">Programme</a></span>
<!--
<span class="item"><a href="#instructors" class="login">Instructors</a></span>
-->
<span class="item"><a href="#registration" class="login">Registration</a></span>
<span class="item"><a href="#venue" class="login">Venue</a></span>
<span class="item"><a href="#contact" class="login">Contact US</a></span>
</div>
</nav>
<!-- End Menu -->
<!-- Begin WA2016 -->
<div class="container block">
<br>
<!-- TODO http://tomkenny.design/ -->
<h1 style="font: bold 55px/40px Pacifico, Sans-serif; text-align: center; color: #43b691; text-shadow: 0px 2px 6px #333;">International Summer School</h1>
<h1 style="font: bold 25px Denk One, Arial, Sans-serif; text-align: center; color: #6c6c6c; text-shadow: 0px 1px 2px #333;">Plant Ecology and Digital Wood Anatomy at Shushensky Bor National Park</h1>
<h1 style="font: italic 20px Georgia, Times, Serif; text-align: center; color: #008fff; text-shadow: 0px 2px 6px #333;">
1-8 August 2016, Cheremushki, Khakasia, Russian Federation</h1>
</div>
<!-- End WA2016 -->
<!-- css slider
<div id="slider">
<figure>
<img src="/static/img/slides/1.jpg" alt="" width="774" height="300">
<img src="/static/img/slides/2.jpg" alt="" width="774" height="300">
<img src="/static/img/slides/3.jpg" alt="" width="774" height="300">
<img src="/static/img/slides/4.jpg" alt="" width="774" height="300">
<img src="/static/img/slides/5.jpg" alt="" width="774" height="300">
</figure>
</div>
/css slider -->
<!-- responsiveslides -->
<ul class="rslides">
<li><img src="/static/img/slides/1.jpg" alt="" ></li>
<li><img src="/static/img/slides/2.jpg" alt="" ></li>
<li><img src="/static/img/slides/3.jpg" alt="" ></li>
<li><img src="/static/img/slides/4.jpg" alt="" ></li>
<li><img src="/static/img/slides/5.jpg" alt="" ></li>
<li><img src="/static/img/slides/6.jpg" alt="" ></li>
</ul>
<!-- /responsiveslides -->
<!-- Begin Sponsor -->
<!--<div class="row section grey">-->
<div class="container block">
<!--
<div class="col-1-3" align="center">
<a href="http://sfu-kras.ru"><img src="/static/img/logo/SFU_WA2016_Logo.png" alt="SFU_WA2016_Logo"></a>
</div>
<div class="col-1-3" align="center">
<a href="http://www.wsl.ch/index_EN"> <img src="/static/img/logo/WSL_Logo.png" alt="WSL_Logo"></a>
</div>
<div class="col-1-3" align="center">
<a href="http://http://www.tree-ring.org/"><img src="/static/img/logo/ATRSchein.png" alt=""></a>
</div>
-->
<div class="col-1-1" align="center">
<a href="http://sfu-kras.ru"><img src="/static/img/logo/SFU_logo_vertical.png" alt="SFU_WA2016_Logo" height=94></a>
<a href="http://www.wsl.ch/index_EN"> <img src="/static/img/logo/Logo_WSL.svg" alt="WSL_Logo" height=94></a>
<a href="#"><img src="/static/img/logo/shush-bor-logo.jpg" alt="" height=94></a>
<a href="#"><img src="/static/img/logo/hti-logo.png" alt="" height=94></a>
<a href="#"><img src="/static/img/logo/il-logo.jpg" alt="" height=94></a>
<a href="#"><img src="/static/img/logo/rusgidro.jpg" alt="" height=94></a>
<a href="http://http://www.tree-ring.org/"><img src="/static/img/logo/ATRSchein.png" alt="" height=94 width=200></a>
</div>
</div>
<!--</div>-->
<!-- End Sponsor -->
<a name="first"></a>
<div class="row section grey" id="features">
<!--<div class="container narrow block">-->
<div class="container block">
<div class="col-1-1">
<!--
<h1> First Announcement </h1>
<h2> 1-8, August, 2016 </h2>
<h3> Shushensky Bor National Park </h3>
<h4> Cheremushki, Khakasia, </h4>
<h4> Russian Federation</h4>
-->
<p>
<a href="http://sfu-kras.ru/en/">Siberian Federal University</a> (Russia, Krasnoyarsk), Khakassian Technological Institute (Russia, Abakan), <a href="https://en.wikipedia.org/wiki/Shushensky_Bor_National_Park">Shushensky Bor National Park</a> (Cheremushki, Russia) in conjunction with <a href="http://www.wsl.ch/index_EN">Swiss Federal Institute of Forest, Snow and Landscape Research</a> and <a href="http://www.tree-ring.org/">ATR organize international</a> summer school entitled <b>“Plant ecology and digital wood anatomy at ShushenskyBorNational Park”</b>.</p>
<p>
The national park “Shushensky Bor” in Russia is a fascinating piece of nature in the Altay-Sayan region, almost unknown for ecologists and tree-ring researchers. It presents fantastic landscapes, extremely interesting vegetation belts and forest dynamic processes, and a unique combination of plants. <a href="http://www.wsl.ch/info/mitarbeitende/schweing/index_EN">Fritz Schweingruber</a> will show its vegetation diversity and teach you how to disclose the age and anatomical secrets of herbs, shrubs and trees populating the region.
</p>
You will see and study
<ul>
<li>forest-steppe associations </li>
<li>intra-mountain pine steppes along the Yenisey river </li>
<li> riparian pine forests</li>
<li>regenerating forests after wind-fall </li>
<li>timberline trees</li>
<li>shrubs on the south and north-facing slopes and moraines</li>
<li>the difference between limestone and granitic substrates</li>
</ul>
<p>
The school program includes, but is not restricted by short, day-time trips to the wild nature for sampling and observing ecological features of the region. It also includes theoretical and practical classes for learning basic principles and methods of dendroecology, digital xylem anatomy and their applications in evaluation of climate, geomorphology processes, forest fire history, forest dynamics, hydrology, tree physiology. Practical classes include sample sectioning with the microtome, microscopic examination, digital imaging, cell measurements, seminars on the respective topics. Special attention is paid to the cellular structure of annual rings and mathematical modeling of their growth and functions.
</p>
<u><b>Sponsors</b></u>:
<ul>
<li>Siberian Federal University, Ministry of Education of Russian Federation (project 784), Russian Scientific Foundation (project 15-14-30011)</li>
<li>Khakassian Technical Institute</li>
<li>OJSC RusHydro</li>
</ul>
<br>
<p>
<u><b>Coordinators</b></u>:
<br> <a href="http://www.wsl.ch/info/mitarbeitende/schweing/index_EN">Fritz H. Schweingruber</a> (Switzerland, Swiss Federal Institute of Forest, Snow and Landscape Research)
<br> <a href="http://www.sfu-kras.ru/en/management/vaganov">Eugene A. Vaganov</a> (Russia, Siberian Federal University)
</p>
<p>
<u><b>Instructors</b></u>:
<br> <a href="http://www.wsl.ch/info/mitarbeitende/schweing/index_EN">Fritz Schweingruber</a> (Switzerland, Swiss Federal Institute of Forest, Snow and Landscape Research) ) – ecological diversity and plant stem anatomy
<br> <a href="http://www.sfu-kras.ru/en/management/vaganov">Eugene Vaganov</a> (Russia, Siberian Federal University) – tree-ring growth and genetics
<br><a href="https://translate.google.com/translate?hl=ru&sl=auto&tl=en&u=http%3A%2F%2Fbio.sfu-kras.ru%2Fuser%2F56">Nikolay Stepanov </a>(Russia, Siberian Federal University) – ecological diversity and anatomy of plant stems and annual growth
<!---
<br><a href="http://www.wsl.ch/info/mitarbeitende/cherubin/index_EN">Paolo Cherubini </a>(Swiss Federal Institute of Forest, Snow and Landscape) – denroecological stories -->
<br><a href="http://loop.frontiersin.org/people/122076/overview">Marina Bruykhanova</a> (Russia, <a href="http://forest.akadem.ru/engindex.html">V.N. Sukachev Institute of Forest</a>) – ecological application of data on cellular structure of tree rings
<br><a href="http://loop.frontiersin.org/people/26959/overview">Patrick Fonti </a>(Switzerland, Swiss Federal Institute of Forest, Snow and Landscape WSL) – digital wood anatomy and anatomical databases
<br><a href="https://www.researchgate.net/profile/Vladimir_Shishov">Vlad Shishov</a> (Russia, Siberian Federal University), Irina Sviderskaya (Russia, Siberian Federal University) – modelling of tree-ring growth and structure
<p>
<u><b>Expected Number of Participants</b></u>
<br> Russian Federation – 16
<br> Other countries – 16
</p>
<p>
<u><b>Registration Fee – 200 euros</b></u>
<br> It covers accommodation, meals, field trips, excursions, teaching materials
</p>
<p>
<b>Current contact person – Irina Sviderskaya, <a href="mailto:isvider@mail.ru">isvider@mail.ru</a></b>
</p>
</div>
</div>
</div>
<a name ="accommodation"></a>
<div class="row section ">
<div class="container block">
<div class="col-1-1">
<h1>Accommodation</h1>
<p>
All participants and lecturers will live in a comfortable dormitory in the settlement
Cheremushki. The dormitory is located in a picturesque place on the bank of the
Yenisei River. Modern double and triple rooms with bathrooms and kitchens are
equipped with everything you need from furniture to electric stove and refrigerator.
There are free-of-charge wireless Internet and computer class in the dormitory. The
registration fee includes three meals (breakfast, lunch, dinner). During field work
participants will have lunch-boxes.
</p>
</div>
</div>
</div>
<a name="topics"></a>
<div class="row section ">
<div class="container block">
<div class="col-1-1">
<h1>Topics to be covered</h1>
<!--<h1 style="font: bold 35px Cantarell;">Topics to be covered</h1>-->
<p>
For registration and detailed information (deadlines, forms of application, ways of
transportation, weather and so on) please visit the school website:
<a href="http://woodanatomy2016.sfu-kras.ru">http://woodanatomy2016.sfu-kras.ru</a> after the 1st of March, 2016.
</p>
<p>
Section is under construction
</p>
</div>
</div>
</div>
<a name="programme"></a>
<div class="row section grey">
<div class="container block">
<div class="col-1-1">
<h1>Programme </h1>
<p>
The course is structured for participants who have an interest in learning the applications of Dendrochronology and have a preliminary background in statistic. The language of the course is English
</p>
<p>
Section is under construction
</p>
</div>
</div>
</div>
<!--
<a name="instructors"></a>
<div class="row section green">
<div class="container block">
<div class="col-1-1">
<h1>Instructors</h1>
<ul>
<li> <a href="http://www.wsl.ch/info/mitarbeitende/riglinga/index_EN">Dr. Andreas Rigling</a> (Swiss Federal Institute of Forest, Snow and Landscape)</li>
<li><a href="http://www.wsl.ch/info/mitarbeitende/cherubin/index_EN">Dr. Paolo Cherubini</a> (Swiss Federal Institute of Forest, Snow and Landscape)</li>
</ul>
<p>
Section is under construction
</p>
</div>
</div>
</div>
-->
<a name="registration"></a>
<div class="row section">
<div class="container block">
<div class="col-1-1">
<!-- <h1>Registration</h1>-->
</div>
</div>
</div>
<div class="row section">
<div class="container block">
<div class="col-1-1">
<!-- <h1>Registration</h1>-->
<iframe src="https://docs.google.com/forms/d/1RaItyrj4_6Ko143YH3rBUnquFcUKDcE-1er6H0enfzw/viewform?embedded=true" width="900" height="1750" frameborder="0" marginheight="0" marginwidth="0">Загрузка...</iframe>
</div>
</div>
</div>
<a name="venue"></a>
<div class="row section grey">
<div class="container narow block">
<h1>Venue</h1>
<div class="col-1-2">
<h2>Shushensky Bor National<br> Park</h2>
<p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d122472.31317450057!2d91.4409294070108!3d52.82195634859813!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zNTLCsDUwJzA2LjgiTiA5McKwMjUnMDAuNiJF!5e0!3m2!1sen!2s!4v1456912252575" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</p>
</div>
<div class="col-1-2">
<h2>Siberian Federal <br>University</h2>
<p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2230.8064224458585!2d92.76453675155567!3d56.004705680526364!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5cd7ad791d3c8e2f%3A0x47190ac12ce81e32!2z0KHQuNCx0LjRgNGB0LrQuNC5INGE0LXQtNC10YDQsNC70YzQvdGL0Lkg0YPQvdC40LLQtdGA0YHQuNGC0LXRgg!5e0!3m2!1sru!2s!4v1455608945456?hl=en-EN" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</p>
</div>
<a name="gallery"></a>
<div class="container block"></div>
<div class="col-1-1">
<h2>Gallery</h2>
<div id="zoomwall" class="zoomwall">
<img src="http://vs-genn.ru/img/photo_gallery/4.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/4.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/13.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/13.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/16.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/16.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/17.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/17.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/18.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/18.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/82.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/82.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/78.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/78.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/80.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/80.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/77.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/77.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/17.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/17.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/36.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/36.jpg" />
<img src="http://vs-genn.ru/img/photo_gallery/33.jpg" data-highres="http://vs-genn.ru/img/photo_gallery/33.jpg" />
</div>
</div>
</div>
</div>
<a name="contact"></a>
<div class="container block">
<div class="col-1-2">
<h1>Contact US</h1>
<p>
<!--You can contact us using the form below, or directly at the address <a href="mailto:vilyin@sfu-kras.ru">vilyin@sfu-kras.ru</a>. All incoming emails will be forwarded to the appropriate individuals. Replies will be published as soon as possible.-->
To contact <!-- us send an email to <a href="mailto:woodanatomy2016@gmail.com">woodanatomy2016@gmail.com</a> or--> use the form on the right.
</p>
</div>
<div class="col-1-2">
<!-- http://main-ip.ru/genform/register -->
<form method="POST" action="//formspree.io/vilyin@sfu-kras.ru">
<input type="email" name="_replyto" placeholder="Your email" />
<textarea name="message" rows="5" placeholder="Your message"></textarea>
<input type="text" name="_gotcha" style="display:none">
<!--<input type="hidden" name="_next" value="thanks.html" />-->
<button type="submit">Send</button>
</form>
</div>
</div>
<!--</div> #16a1e7; #00AFF0; #009688; #359173; -->
<!--<div class="row section green">-->
<div style="background-color: #359173;" class="container block">
<div class="col-1-1">
<span style="color: #ffffff;">© Wood Anatomy 2016. All right reserved. By </span><a style="color: #bdd6e3;" href="https://translate.google.com/translate?hl=ru&sl=auto&tl=en&u=http%3A%2F%2Fhi2.sfu-kras.ru%2Fnode%2F255" target="_blank">Dendro Lab.</a>
</div>
</div>
<!--
<div class="m-p-g">
<div class="m-p-g__thumbs" data-google-image-layout data-max-height="350">
<img src="http://lorempixel.com/1400/200/sports/5" data-full="http://lorempixel.com/1200/800/sports/5" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/400/500/sports/1" data-full="http://lorempixel.com/1200/800/sports/1" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/1200/200/sports/2" data-full="http://lorempixel.com/100/80/sports/2" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/600/200/sports/3" data-full="http://lorempixel.com/1200/800/sports/3" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/250/300/sports/7" data-full="http://lorempixel.com/1200/800/sports/2" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/600/200/sports/8" data-full="http://lorempixel.com/1200/800/sports/3" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/600/200/sports/9" data-full="http://lorempixel.com/1200/800/sports/5" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/200/300/sports/10" data-full="http://lorempixel.com/1200/800/sports/10" class="m-p-g__thumbs-img" />
<img src="http://lorempixel.com/700/300/sports/10" data-full="http://lorempixel.com/120/800/sports/10" class="m-p-g__thumbs-img" />
</div>
<div class="m-p-g__fullscreen"></div>
</div>
-->
<!-- all your content here -->
<div id="scroller" class="b-top" style="display: none;"><span class="b-top-but">scroll </span></div>
<!-- link to scripts here -->
<script src="/static/js/vendor/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/SlickNav/1.0.3/jquery.slicknav.min.js"></script>
<script>
/* top navbar */
var nav = $('body > nav')
nav.addClass('js')
nav.find('.menu').slicknav()
nav.find('h4').clone().prependTo('.slicknav_menu')
/* adding a shadow at the bottom of the menu bar only when not at the top */
var w = $(window)
w.scroll(function () {
var scrollPos = w.scrollTop()
if (scrollPos && !nav.hasClass('scrolled')) {
nav.addClass('scrolled')
} else if (!scrollPos) {
nav.removeClass('scrolled')
}
})
/* background-color should inherit, but CSS's "inherit" breaks z-index */
var bgcolor = $(document.body).css('background-color')
if (bgcolor.split(',').length == 4 || bgcolor == 'transparent') {
bgcolor = 'white'
}
nav.css('background-color', bgcolor)
nav.css('background-color', 'aliceblue')
/* modal */
$('.modal').each(function () {
var modal = $(this)
modal.addClass('js')
var id = modal.attr('id')
$('[href="#' + id + '"]').click(function (e) {
e.preventDefault()
modal.toggleClass('target')
})
modal.click(function (e) {
if (e.target == modal[0]) {
modal.toggleClass('target')
e.preventDefault()
}
})
modal.find('.x a').click(function (e) {
e.preventDefault()
modal.toggleClass('target')
})
})
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.1/toastr.min.js"></script>
<script>
/* turning flask flash messages into js popup notifications */
var messages = []
toastr.options = {
positionClass: 'toast-top-center'
}
messages.forEach(function (m, i) {
var category = m[0] || 'info'
var text = m[1]
setTimeout(function () {
toastr[category](text)
}, (1 + i) * 1500)
})
</script>
<script src="https://checkout.stripe.com/checkout.js"></script>
<script>
var stripebutton = $('#stripe-upgrade')
if (stripebutton.length) {
var handler = StripeCheckout.configure(stripebutton.data())
stripebutton.on('click', function (e) {
handler.open({
token: function (token) {
stripebutton.closest('form')
.append('<input type="hidden" name="stripeToken" value="' + token.id + '">')
.append('<input type="hidden" name="stripeEmail" value="' + token.email + '">')
.submit()
}
})
e.preventDefault()
})
}
/* quick script for showing the resend confirmation form */
$('a.resend').on('click', function () {
$(this).hide()
$('form.resend').show()
})
</script>
<!-- WA2016 add scripts -->
<script type="text/javascript" src="/static/js/zoomwall.js"></script>
<script>
window.onload = function () {
zoomwall.create(document.getElementById('zoomwall'), true);
};
</script>
<script src="/static/js/material-photo-gallery.js"></script>
<script>
var elem = document.querySelector('.m-p-g');
document.addEventListener('DOMContentLoaded', function() {
var gallery = new MaterialPhotoGallery(elem);
});
</script>
<script type='text/javascript' src='/static/js/scrollup.js'></script>
<script type='text/javascript' src="/static/js/responsiveslides.min.js"></script>
<script>
$(function() {
$(".rslides").responsiveSlides({
auto: true, // Boolean: Animate automatically, true or false
speed: 500, // Integer: Speed of the transition, in milliseconds
timeout: 4000, // Integer: Time between slide transitions, in milliseconds
pager: false, // Boolean: Show pager, true or false
nav: false, // Boolean: Show navigation, true or false
random: false, // Boolean: Randomize the order of the slides, true or false
pause: false, // Boolean: Pause on hover, true or false
pauseControls: true, // Boolean: Pause when hovering controls, true or false
prevText: "Previous", // String: Text for the "previous" button
nextText: "Next", // String: Text for the "next" button
maxwidth: "", // Integer: Max-width of the slideshow, in pixels
navContainer: "", // Selector: Where controls should be appended to, default is after the 'ul'
manualControls: "", // Selector: Declare custom pager navigation
namespace: "rslides", // String: Change the default namespace used
before: function(){}, // Function: Before callback
after: function(){} // Function: After callback
});
});
</script>
</body>
</html>
<!-- http://www.dendrospain.es/ -->