-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
144 lines (126 loc) · 11.6 KB
/
search.html
File metadata and controls
144 lines (126 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML SYSTEM "about:legacy-compat">
<html><head><link href="resources/dijit/themes/tundra/tundra.css" type="text/css" rel="stylesheet"/><link href="resources/styles/epicenter.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/autosuggest-tags/autoSuggest.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/file-upload/file-upload.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/jquery-ui-1.8.23/css/smoothness/jquery-ui-1.8.23.custom.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/jwysiwyg/jquery.wysiwyg.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/datatables/css/dataTables.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/fineuploader.jquery/fineuploader.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/flexslider/flexslider.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/simpletabs/simpletabs.css" media="screen" type="text/css" rel="stylesheet"/><link href="resources/images/favicon.ico" type="image/ico" rel="shortcut icon"/><script src="resources/jquery-ui-1.8.23/js/jquery-1.8.0.min.js" type="text/javascript"></script><script src="resources/mygrid2/js/superfish-ver=3.3.2.js" type="text/javascript"></script><script src="resources/mygrid2/js/jquery.hoverIntent.minified-ver=3.3.2.js" type="text/javascript"></script><script type="text/javascript">var djConfig = {parseOnLoad: false, isDebug: false, locale: 'en-us'};</script><script type="text/javascript" src="resources/dojo/dojo.js"></script><script type="text/javascript" src="resources/spring/Spring.js"></script><script type="text/javascript" src="resources/spring/Spring-Dojo.js"></script><script type="text/javascript" language="JavaScript">dojo.require("dojo.parser");</script><script type="text/javascript" src="resources/file-upload/jelly.min.js"></script><script type="text/javascript" src="resources/file-upload/file-upload.js"></script><script type="text/javascript" src="resources/autosuggest-tags/jquery.autoSuggest.js"></script><script type="text/javascript" src="resources/elastic/jquery.elastic.source.js"></script><script type="text/javascript" src="resources/ckeditor/ckeditor.js"></script><script type="text/javascript" src="resources/ckeditor/adapters/jquery.js"></script><script type="text/javascript" src="resources/jquery-ui-1.8.23/js/jquery-ui-1.8.23.custom.min.js"></script><script type="text/javascript" src="resources/jquery-ui-1.8.23/jquery-ui-timepicker-addon.js"></script><script type="text/javascript" src="resources/datatables/js/dataTables.min.js"></script><script type="text/javascript" src="resources/fineuploader.jquery/jquery.fineuploader-3.0.min.js"></script><script type="text/javascript" src="resources/flexslider/jquery.flexslider-min.js"></script><script src="resources/jfeed/jquery.jfeed.js" type="text/javascript"></script><title>Epicenter: Search </title><link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700"/><link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"/><script type="text/javascript">//
// Google Analytics for WordPress by Yoast v4.2.3 | http://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
if (window.location.host.indexOf('staging')<0) {
// Production
_gaq.push(['_setAccount','UA-25375360-1']);
} else {
_gaq.push(['_setAccount','UA-25375360-1']);
}
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//</script></head><body class="home blog"><div version="2.0"><div version="2.0" id="header"><style type="text/css">ul.topnav li {
float: left;
margin: 0;
padding: 0 0 0 15px;
position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
padding: 10px 5px;
color: #fff;
display: block;
text-decoration: none;
float: left;
}
ul.topnav li a:hover{
background-color: #2F3641 !important;
}
ul.topnav li span { /*--Drop down trigger styles--*/
width: 17px;
height: 35px;
float: left;
background-color: #2F3641 !important;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0; top: 35px;
background: #333;
margin: 0; padding: 0;
display: none;
float: left;
width: 170px;
border: 1px solid #111;
z-index: 1000000;
}
ul.topnav li ul.subnav li{
margin: 0; padding: 0;
border-top: 1px solid #252525; /*--Create bevel effect--*/
border-bottom: 1px solid #444; /*--Create bevel effect--*/
clear: both;
width: 170px;
text-align: left !important;
}
html ul.topnav li ul.subnav li a {
float: left;
width: 145px;
background-color: #2F3641 !important;
padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
background-color: #2F3641 !important;
}
</style><div class="box"><a class="main-logo" href="index.html">Epicenter: National Center for Engineering Pathways to Innovation</a><div id="links" class="nav-top-wrap"><ul class="nav-top"><li><a href="login.html">Login</a></li><li><form action="search.html" method="get"><input type="text" name="term" value="Search" maxlength="50" onblur="if (this.value == '') {this.value = 'Search'; this.style.color='#888888';}" onfocus="if (this.value == 'Search') {this.value = ''; this.style.color='#000000';}"/></form></li></ul></div><div class="nav-main-wrap"><ul class="nav-main sf-js-enabled topnav"><li><a class="sf-with-ul" href="#">About <i class="fa fa-sort-asc"></i></a><ul class="subnav"><li><a href="page/about.html">Overview</a></li><li><a href="page/about-programs.html">What We Do</a></li><li><a href="page/about-team.html">Team</a></li><li><a href="page/in-the-news.html">In the News</a></li></ul></li><li><a class="sf-with-ul" href="#">Initiatives <i class="fa fa-sort-asc"></i></a><ul class="subnav"><li><a href="page/university-innovation-fellows.html">University Innovation Fellows</a></li><li><a href="page/pathways-to-innovation.html">Pathways to Innovation Program</a></li><li><a href="page/fostering-innovative-generations-studies.html">Fostering Innovative Generations Studies</a></li></ul></li><li><a class="sf-with-ul" href="#">Resources <i class="fa fa-sort-asc"></i></a><ul class="subnav"><li><a href="resources/story.html">Stories</a></li><li><a href="events.html">Events</a></li><li><a href="resources/all.html">Tools</a></li></ul></li><li><a href="page/newsletter.html">Newsletter</a><span></span></li><li><a href="page/contact.html">Contact</a></li></ul></div></div><script type="text/javascript">
$(document).ready(function(){
$("ul.subnav").parent().append("<span/>"); //Only shows drop down trigger when js is enabled (Adds empty span tag after ul.subnav*)
$("ul.topnav li a").hover(function() { //When trigger is clicked...
//Following events are applied to the subnav itself (moving subnav up and down)
$(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click
$(this).parent().hover(function() {
}, function(){
$(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up
});
//Following events are applied to the trigger (Hover events for the trigger)
}).hover(function() {
$(this).addClass("subhover"); //On hover over, add class "subhover"
}, function(){ //On Hover Out
$(this).removeClass("subhover"); //On hover out, remove class "subhover"
});
});
</script></div><div class="main"><div class="post" id="post-101"><h2><a href="#" rel="bookmark">Search Results</a></h2><div class="entry bags">
No results found. Please adjust your search term and try again.
<br/><br/><br/><br/><br/><br/><br/><div style="clear: both;"></div></div><div class="cell last bags"><?xml version="1.0" encoding="UTF-8"?>
<div version="2.0" id="sidebar"><h4>Recent Stories</h4><a href="http://feeds.feedburner.com/EpicenterStories" class="rsslink"><img src="resources/images/rss-icon-10.png" style="width: 18px; height: 18px;"/></a><a href="story/a-journey-towards-i-e.html">A Journey towards I&E</a><a href="story/creating-a-connected-city.html">Creating a Connected City</a><a href="story/inventure-prize-comes-to-clemson.html">InVenture Prize Comes to Clemson</a><a href="story/how-to-activate-student-changemakers-meetup-2016.html">How to Activate Student Changemakers</a><a href="story/tanner-wheadon-prototyping-to-prove-a-concept.html">Prototyping to Prove a Concept</a><br/><h4>Latest Tools</h4><a href="http://feeds.feedburner.com/EpicenterTools" class="rsslink"><img src="resources/images/rss-icon-10.png" style="width: 18px; height: 18px;"/></a><a href="resource/recommended-books.html">Epicenter Recommended Books</a><a href="resource/aee-winter-2016-special-issue.html">AEE Special Issue</a><a href="resource/makerspaces-plan-and-launch-or-pivot-as-you-go.html">Makerspaces: Plan and Launch or Pivot as You Go?</a><a href="resource/so-you-want-to-offer-a-pop-up-class.html">So You Want to Offer a Pop-Up Class? </a><a href="resource/how-to-grow-your-institutions-innovation-and-entrepreneurship-ecosystem.html">How to Grow Your Institution's Innovation and Entrepreneurship Ecosystem</a><br/></div></div></div></div><div version="2.0" id="footer"><div class="box"><div id="footer_ie" style="height: 140px; width: 840px;"><div class="container"><div id="FooterTwo" style="width: 840px; text-align:center; padding: 20px;"><a class="logo" href="http://nsf.gov/"><img width="90px" height="90px" src="resources/images/nsfLogo.gif"/></a><a class="logo" href="http://www.stanford.edu/"><img width="175px" height="80px" src="resources/images/SUSig_White_Stack.png"/></a><a class="logo" href="http://venturewell.org/"><img width="320px" height="87px" src="resources/images/VW-logo-website-footer.png"/></a></div></div></div><p class="disclaimer" style="width: 740px;padding-left: 45px;">This material is based upon work supported by the National Science Foundation under Grant No. 1125457. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.</p><p class="epi_copy">© 2018 Epicenter | <a target="_blank" href="http://www.stanford.edu/site/terms.html">Terms of Service</a></p></div><script type="text/javascript">
jQuery(document).ready(function() {
jQuery('ul.sf-menu').superfish();
jQuery('.postinn').css('opacity','0');
jQuery('#latestpost li').hoverIntent(function() {
jQuery(this).find('.postinn')
.animate({
opacity: '1',
}, 600);
} , function() {
jQuery(this).find('.postinn')
.animate({
opacity: '0',
}, 1000);
});
jQuery('.latestpost_hidden li').hoverIntent(function() {
jQuery(this).find('.postinn')
.animate({
opacity: '1',
}, 600);
} , function() {
jQuery(this).find('.postinn')
.animate({
opacity: '0',
}, 1000);
});
jQuery(".more_div_img").click(function() {
var id = jQuery(this).attr('id').substring(13);
jQuery("#more_div_"+id).fadeOut("fast", function() {
jQuery("#latestpost_hidden_"+id).slideDown();
});
});
jQuery('.accordion-title').click(function() {
$(this).next().slideToggle();
});
});
</script></div></div></body></html>