Giter Club home page Giter Club logo

ict_efz_api_m411's Introduction

ICT_EFZ_API_M411

Open-Source Kursbuch für Modul 411 "Datenstrukturen und Algorithmen" für EFZ Applikationsentwicklung Schweiz

Dies ist ein Versuch, für o.g. Modul ein Kursbuch samt Übungen zu erstellen, welches sowohl den ICT-HANOKS https://cf.ict-berufsbildung.ch/modules.php?name=Mbk&a=20101&cmodnr=411&noheader=1 als auch dem Niveau der Lernenden in der Berufsgrundbildung entspricht.

Die Quellen für die einzelnen Kapitel sind im markdown geschrieben. Mit pandoc können aus den Quellen HTML, DOCX, PDF uvm. generiert werden. Zusätzlich ist das cabal Package mit dem include-Filter notwendig.

Die zu den Übungen referenzierten Lösungsdateien können beim Projektbetreuer (greenorca) angefragt werden.

Das beiliegende CSS ist ein erster Entwurf für ein brauchbares Layout. Eigene (weitere) CSS Dateien können nach eigenen Bedürfnissen erstellt werden.

PATH=$HOME/.cabal/bin:$PATH

MD -> HTML (entire book; all files included in skript1ab*.md)

pandoc -s skript1ab_ersteSchritte.docx.md -o M411_book.html -t html5 --toc --toc-depth 3 --filter pandoc-include -c buttondown.css -N --section -s --mathml

MD -> HTML (just toolbox exercises)

pandoc -s skrip*ueb*.md -o M411_toolbox.html -t html5 --toc --toc-depth 2 --filter pandoc-include -c buttondown.css --section -s --mathml

MD -> PDF (entire book)

pandoc -s skript1ab_ersteSchritte.docx.md -o M411_BOOK.pdf --toc --toc-depth 2 --filter pandoc-include -c buttondown.css -N --section -s --mathml

** MD -> DOCX **

pandoc -s skript1ab_ersteSchritte.docx.md -o M411_book.docx --toc --toc-depth 3 --filter pandoc-include -c buttondown.css -N --section -s --mathml

for f in *.md; do pandoc -s $f -o docx/$f.docx  -s --mathml; done

ict_efz_api_m411's People

Contributors

greenorca avatar greenorca-test avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.