-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (67 loc) · 3.76 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="The International Journal of Biochemistry and Environmental Sciences, agriculture, insects, genetics, pesticides, crops, metabolism, cells, DNA/RNA, cell-culture, enzymes, inhibition, induction, heavy metals, pollution, contamination, contaminants">
<meta name="author" content="Prataksha Gurung | [email protected]">
<meta name="description" content="The International Journal of Biochemistry and Environmental Sciences, science journal, scientific biochemistry, toxicology, agriculture">
<title>IJBES→ The International Journal of Biochemistry and Environmental Sciences</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/offcanvas.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
</head>
<body ng-app="app" ng-controller="pageCtrl">
<nav ng-include="templates.navBar"></nav>
<div class="container">
<section class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<p class="pull-right visible-xs">
<button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Lattest</button>
</p>
<header class="logo">
</header>
<article class="row" ng-view></article>
</div><!--/span-->
<div ng-include="templates.sideBar"></div>
</section><!--/row-->
<hr>
<footer>
<p>© IJBES 2014</p><a href="http://fi.linkedin.com/pub/prataksha-gurung/66/4a7/758" target="_blank" class="pull-right text-muted">Webmaster: <strong>Prataksha Gurung</strong></a>
</footer>
</div><!--/.container-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/offcanvas.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
<script src="http://angular-ui.github.io/ui-router/release/angular-ui-router.js"></script>
<script src="https://code.angularjs.org/1.2.16/angular-route.js"></script>
<script src="js/custom.js"></script>
<script src="js/app.js"></script>
<script src="js/pageCtrl.js"></script>
<script src="js/aboutCtrl.js"></script>
<script src="js/aboutFactory.js"></script>
<script src="js/cfpCtrl.js"></script>
<script src="js/cfpFactory.js"></script>
<script src="js/msCtrl.js"></script>
<script src="js/msFactory.js"></script>
<script src="js/tocCtrl.js"></script>
<script src="js/gtaCtrl.js"></script>
<script src="js/gtaFactory.js"></script>
<script src="js/feedbackCtrl.js"></script>
<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-51878616-1', 'ijbes.com');
ga('send', 'pageview');
</script>
</body>
</html>