-
Notifications
You must be signed in to change notification settings - Fork 0
Software Testing in Open Source and Data Science: A talk delivered at the Data Umbrella speaker series
License
ericmjl/software-testing-open-source-and-data-science
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>reveal-md</title> <link rel="shortcut icon" href="./favicon.ico" /> <link rel="stylesheet" href="./dist/reset.css" /> <link rel="stylesheet" href="./dist/reveal.css" /> <link rel="stylesheet" href="./dist/theme/black.css" id="theme" /> <link rel="stylesheet" href="./css/highlight/base16/zenburn.css" /> </head> <body> <div class="reveal"> <div class="slides"><section data-markdown><script type="text/template"># software-testing-open-source-and-data-science Software Testing in Open Source and Data Science </script></section></div> </div> <script src="./dist/reveal.js"></script> <script src="./plugin/markdown/markdown.js"></script> <script src="./plugin/highlight/highlight.js"></script> <script src="./plugin/zoom/zoom.js"></script> <script src="./plugin/notes/notes.js"></script> <script src="./plugin/math/math.js"></script> <script> function extend() { var target = {}; for (var i = 0; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (source.hasOwnProperty(key)) { target[key] = source[key]; } } } return target; } // default options to init reveal.js var defaultOptions = { controls: true, progress: true, history: true, center: true, transition: 'default', // none/fade/slide/convex/concave/zoom slideNumber: true, plugins: [ RevealMarkdown, RevealHighlight, RevealZoom, RevealNotes, RevealMath ] }; // options from URL query string var queryOptions = Reveal().getQueryHash() || {}; var options = extend(defaultOptions, {}, queryOptions); </script> <script> Reveal.initialize(options); </script> </body> </html>
About
Software Testing in Open Source and Data Science: A talk delivered at the Data Umbrella speaker series
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published