-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
107 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
<!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="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="shortcut icon" type="image/x-icon" href="/assets/ico/favicon.ico"> | ||
<link href="../assets/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<title>Some VIVO Things Blog</title> | ||
|
||
<style> | ||
/* Move down content because we have a fixed navbar that is 50px tall */ | ||
body { | ||
padding-top: 50px; | ||
padding-bottom: 20px; | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="#">Some VIVO Things</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<form class="navbar-form navbar-right" role="form"> | ||
<div class="form-group"> | ||
<input type="text" placeholder="Email" class="form-control"> | ||
</div> | ||
<div class="form-group"> | ||
<input type="password" placeholder="Password" class="form-control"> | ||
</div> | ||
<button type="submit" class="btn btn-success">Sign in</button> | ||
</form> | ||
</div><!--/.navbar-collapse --> | ||
</div> | ||
</div> | ||
|
||
<!-- Main jumbotron for a primary marketing message or call to action --> | ||
<div class="jumbotron"> | ||
<div class="container"> | ||
<h1>Some VIVO Things Blog</h1> | ||
<p>General musings on VIVO -- the movement, the software, the community, the data, the semantic web, | ||
applications, data management, institutional use, scholarly use, updates, and whatever else comes to mind.</p> | ||
</div> | ||
</div> | ||
|
||
<!-- Here's the blog --> | ||
|
||
<div class="row"> | ||
<div class="span8"> | ||
|
||
<div class="post"> | ||
<div class="row"> | ||
<div class="feat-img" span2"> | ||
<img src="https://2.gravatar.com/avatar/a1f60684c9864af74c17a697076e8615?d=https%3A%2F%2Fidenticons.github.com%2F01c4d0cbcd5eb65168686278e4249bd5.png&r=x&s=440" title="Mike Conlon sometime back" alt="An old picture of Mike looking pensive" /> | ||
</div><!-- End Post Image --> | ||
<div class="details" span6"> | ||
<h2>Getting Started</h2> | ||
<p>I've never done a blog before, so please bear with me. Seems like there's a lot | ||
to share about happenings in the VIVO community, tools development and data management.</p> | ||
<p>I'm particularly interested in data. For VIVO, it's usually data about scholarship -- | ||
representing scholarly activity in all its forms. At the University of Florida (UF for short), | ||
we have started with basic data -- people and their departments, grants and their investigators, | ||
papers and their authors, courses and their instructors.</p> | ||
<p>Here I'll be writing (blogging?) about what we've done, the tools we've created, and tools | ||
we are creating to make use of the data in VIVO. I'll point at the repos of the software.<p> | ||
<p>I hope you find something useful</p> | ||
</div><!-- End Post Details --> | ||
</div><!-- End post row --> | ||
</div><!-- End post --> | ||
|
||
</div class="span8"><!-- end 8 column layout for blog --> | ||
</div><!-- End blog row --> | ||
|
||
<hr> | ||
|
||
<footer> | ||
<p>© <a href="http://vivo.ufl.edu/individual/mconlon">Mike Conlon</a>, | ||
<a href="http://www.ufl.edu">University of Florida</a> 2014</br> | ||
Need something else? We'll have some additional links here</br> | ||
<a href="http://vivoweb.org">The VIVO Project Web Site</p> | ||
</footer> | ||
|
||
</div> <!-- /container --> | ||
|
||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> | ||
<script src="../assets/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters