Skip to content

Commit

Permalink
Remove twitter feed
Browse files Browse the repository at this point in the history
  • Loading branch information
rdpeng committed Nov 6, 2024
1 parent 08ca4d7 commit 1713781
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 34 deletions.
3 changes: 0 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ We have previously built massive online open courses in data science that have e

---

<a class="twitter-timeline" href="https://twitter.com/rdpeng/lists/dasl-news?ref_src=twsrc%5Etfw">A Twitter List by rdpeng</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>





Expand Down
83 changes: 52 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<title>The Johns Hopkins Data Science Lab</title>

<script src="site_libs/header-attrs-2.10/header-attrs.js"></script>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<script src="site_libs/header-attrs-2.28/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
Expand All @@ -32,8 +32,8 @@
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<link href="site_libs/font-awesome-6.4.2/css/all.min.css" rel="stylesheet" />
<link href="site_libs/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet" />

<style type="text/css">
code{white-space: pre-wrap;}
Expand Down Expand Up @@ -62,6 +62,7 @@




<style type = "text/css">
.main-container {
max-width: 940px;
Expand All @@ -83,6 +84,9 @@
summary {
display: list-item;
}
details > summary > p:only-child {
display: inline;
}
pre code {
padding: 0;
}
Expand Down Expand Up @@ -139,11 +143,15 @@
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');

// mark it active
menuAnchor.tab('show');

// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
// mark the anchor link active (and if it's in a dropdown, also mark that active)
var dropdown = menuAnchor.closest('li.dropdown');
if (window.bootstrap) { // Bootstrap 4+
menuAnchor.addClass('active');
dropdown.find('> .dropdown-toggle').addClass('active');
} else { // Bootstrap 3
menuAnchor.parent().addClass('active');
dropdown.addClass('active');
}

// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
Expand Down Expand Up @@ -172,25 +180,18 @@
border-radius: 4px;
}

.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "&#xe258;";
border: none;
}

.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
content: "\e258";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
border: none;
}

.tabset-dropdown > .nav-tabs > li.active {
Expand Down Expand Up @@ -234,7 +235,7 @@
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbar" data-bs-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
Expand Down Expand Up @@ -265,7 +266,7 @@
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="fa fa-gear"></span>

Software
Expand All @@ -282,7 +283,7 @@
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="fa fa-podcast"></span>

Outreach
Expand Down Expand Up @@ -342,19 +343,39 @@ <h1 class="title toc-ignore">The Johns Hopkins Data Science Lab</h1>


<p><img src="images/dasl.png" id="overview-image" width=250 height=250 align="right"/></p>
<p>The Johns Hopkins Data Science Lab (DaSL) is a group based in the Johns Hopkins Bloomberg School of Public Health whose mission is to enhance data science thinking everywhere and make data science accessible to the entire world. Data science is a fundamental way of thinking in many areas of science, business, and government. We believe all people should be able to develop literacy, fluency and skill in data science so they can make sense of the data they encounter in their personal and professional lives. We recognize data science as a fundamentally human activity and focus our activities on helping people build data analyses for people.</p>
<p>The Johns Hopkins Data Science Lab (DaSL) is a group based in the
Johns Hopkins Bloomberg School of Public Health whose mission is to
enhance data science thinking everywhere and make data science
accessible to the entire world. Data science is a fundamental way of
thinking in many areas of science, business, and government. We believe
all people should be able to develop literacy, fluency and skill in data
science so they can make sense of the data they encounter in their
personal and professional lives. We recognize data science as a
fundamentally human activity and focus our activities on helping people
build data analyses for people.</p>
<p>Our goal is to</p>
<ul>
<li>Teach people how to design, collect, interpret, and interact with data</li>
<li>Build a supportive environment for the people at Johns Hopkins who creatively use data to answer questions</li>
<li>Provide leadership on how people doing data science should be supported at Johns Hopkins and in academia, industry, and government</li>
<li>Build resources and products that help people learn and do data science</li>
<li>Teach people how to design, collect, interpret, and interact with
data</li>
<li>Build a supportive environment for the people at Johns Hopkins who
creatively use data to answer questions</li>
<li>Provide leadership on how people doing data science should be
supported at Johns Hopkins and in academia, industry, and
government</li>
<li>Build resources and products that help people learn and do data
science</li>
<li>Conduct research into the theory and practice of data science</li>
</ul>
<p>We have previously built massive online open courses in data science that have enrolled more than 8 million people around the world, published best selling books, widely-subscribed blogs, developed podcasts on data science, statistics, and academia, and have developed a software platform for interactive learning of statistics in R. We make our impact by combining cutting edge research in machine learning, artificial intelligence and statistics with a deep understanding of applications and an eye toward the human behavioral component of data analysis.</p>
<p>We have previously built massive online open courses in data science
that have enrolled more than 8 million people around the world,
published best selling books, widely-subscribed blogs, developed
podcasts on data science, statistics, and academia, and have developed a
software platform for interactive learning of statistics in R. We make
our impact by combining cutting edge research in machine learning,
artificial intelligence and statistics with a deep understanding of
applications and an eye toward the human behavioral component of data
analysis.</p>
<hr />
<a class="twitter-timeline" href="https://twitter.com/rdpeng/lists/dasl-news?ref_src=twsrc%5Etfw">A Twitter List by rdpeng</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>



Expand Down

0 comments on commit 1713781

Please sign in to comment.