diff --git a/README.md b/README.md index db584dc..e73300f 100644 --- a/README.md +++ b/README.md @@ -1,50 +1,10 @@ -

- - reveal.js - -

- - Slides -

+# FOSSASIA 2023: The State of Open Silicon -reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at [revealjs.com](https://revealjs.com/). +This talk has the following outline: -The framework comes with a powerful feature set including [nested slides](https://revealjs.com/vertical-slides/), [Markdown support](https://revealjs.com/markdown/), [Auto-Animate](https://revealjs.com/auto-animate/), [PDF export](https://revealjs.com/pdf-export/), [speaker notes](https://revealjs.com/speaker-view/), [LaTeX typesetting](https://revealjs.com/math/), [syntax highlighted code](https://revealjs.com/code/) and an [extensive API](https://revealjs.com/api/). - ---- - -Want to create reveal.js presentation in a graphical editor? Try . It's made by the same people behind reveal.js. - ---- - -### Sponsors -Hakim's open source work is supported by GitHub sponsors. Special thanks to: -
- - -
- -
- WorkOS -
- Your app, enterprise-ready. -
- Start selling to enterprise customers with just a few lines of code. Add Single Sign-On (and more) in minutes instead of months. -
-
-
-
- ---- - -### Getting started -- 🚀 [Install reveal.js](https://revealjs.com/installation) -- 👀 [View the demo presentation](https://revealjs.com/demo) -- 📖 [Read the documentation](https://revealjs.com/markup/) -- 🖌 [Try the visual editor for reveal.js at Slides.com](https://slides.com/) -- 🎬 [Watch the reveal.js video course (paid)](https://revealjs.com/course) - ---- -
- MIT licensed | Copyright © 2011-2023 Hakim El Hattab, https://hakim.se -
+* Intro +* What does "Open Silicon" mean? +* What is the state of the toolchain? + * What are some examples of what we can do? + * Why is this important? +* What is yet to come? diff --git a/index.html b/index.html index 2097df3..7b99f4b 100644 --- a/index.html +++ b/index.html @@ -1,40 +1,73 @@ - - - - reveal.js + + + - - - + reveal.js - - - - -
-
-
Slide 1
-
Slide 2
-
+ + + + + + + + + +
+
+
The State of Open Silicon
+
+

Outline

+
    +
  1. What is Open Silicon?
  2. +
  3. What can we do now?
  4. +
  5. What's to come?
  6. +
+
+
+
+

What is Open Silicon?

+
    +
  1. A process design kit that can be manufactured
  2. +
  3. An open set of tools to go from design to production
  4. +
  5. Easy access to a silicon foundary for small-volume production
  6. +
+
+
+
+
+

The State of the Toolchin

+
+
+

Process Design Kits (PDKs)

+
    +
  • SKY130
  • +
  • GF180MCU
  • +
  • FreePDK
  • +
+
+
+
- - - - - + + + + + - // Learn about plugins: https://revealjs.com/plugins/ - plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ] - }); - - diff --git a/package-lock.json b/package-lock.json index 4839bb3..358d4df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11652,7 +11652,7 @@ "anymatch": "~3.1.2", "braces": "~3.0.2", "fsevents": "~2.3.2", - "glob-parent": "6.0.2", + "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", @@ -13197,7 +13197,7 @@ "requires": { "extend": "^3.0.0", "glob": "^7.1.1", - "glob-parent": "6.0.2", + "glob-parent": "^3.1.0", "is-negated-glob": "^1.0.0", "ordered-read-streams": "^1.0.0", "pumpify": "^1.3.5", @@ -13215,7 +13215,7 @@ "requires": { "anymatch": "^2.0.0", "async-done": "^1.2.0", - "chokidar": "3.5.3", + "chokidar": "^2.0.0", "is-negated-glob": "^1.0.0", "just-debounce": "^1.0.0", "normalize-path": "^3.0.0",