diff --git a/packages/website/src/Media/MediaLinks.js b/packages/website/src/Media/MediaLinks.js
new file mode 100644
index 00000000..f0d1bfd0
--- /dev/null
+++ b/packages/website/src/Media/MediaLinks.js
@@ -0,0 +1,141 @@
+import React, { Fragment } from 'react';
+import {
+ ListGroup, ListGroupItem, ListGroupItemHeading, ListGroupItemText,
+} from 'reactstrap';
+
+function MediaLinks() {
+ return (
+
+
+
+ Nov 27, 2018
+
+
+ Katy Börner
+
+ presents
+
+ Actionable Data Visualizations
+
+ at
+
+ Dagstuhl Seminar on Network Visualization in the Humanities
+
+ , Dagstuhl, Germany.
+
+
+
+ Nov 16, 2018
+
+
+ Lisel Record
+
+ presents
+
+ The "In-Between":
+ How to Facilitate Interdepartmental Collaboration from the Institutional Middle
+
+ at the
+
+ Museum Computer Network conference
+
+ , Denver, CO.
+
+
+
+ Nov 14, 2018
+
+
+ Katy Börner
+
+ , and
+
+ Bruce W. Herr II
+
+ present
+
+ Data Visualization Literacy and Make-A-Vis User Interface
+
+ at
+
+ Scientific Visualization Workshop Series: Fall 2018
+
+ , Bloomington, IN.
+
+
+
+ Sep 27, 2018
+
+
+ Katy Börner
+
+ presents
+
+ Actionable Data Visualizations
+
+ at
+
+ Data Science Meets Social Science, Social Science Research Commons (SSRC)
+
+ , Bloomington, IN.
+
+
+
+
+
+ );
+}
+
+export default MediaLinks;
diff --git a/packages/website/src/Media/index.js b/packages/website/src/Media/index.js
index cc34f298..4c0e6b98 100644
--- a/packages/website/src/Media/index.js
+++ b/packages/website/src/Media/index.js
@@ -1,5 +1,8 @@
import React, { Fragment } from 'react';
-import { Col, Container, Row } from 'reactstrap';
+import {
+ Col, Container, Row,
+} from 'reactstrap';
+import MediaLinks from './MediaLinks';
import MediaIntroPara from '../Copy/MediaIntroPara';
function Media() {
@@ -31,6 +34,9 @@ function Media() {
+
+
+
{
videos.map(video => (