Some reorganisation

Aleksey Zubakov 2 years ago
parent f0f6e4935d
commit 31c3b78fdc
  1. 14
      Makefile
  2. 100
      README.html
  3. 34
      citations.txt
  4. 2
      fp.bib
  5. 19
      logic.bib
  6. 6
      sink.bib
  7. 0
      templates/jcsl.csl
  8. 0
      templates/uikit.html

@ -1,13 +1,7 @@
build: build:
pandoc \ pandoc \
--bibliography db.bib \ --citeproc \
--bibliography design.bib \ --csl=templates/jcsl.csl \
--bibliography fp.bib \ --template=templates/uikit.html \
--bibliography sink.bib \ -o README.html \
--bibliography langs/haskell.bib \
--bibliography langs/R.bib \
--citeproc \
--csl=jcsl.csl \
--template=./uikit.html\
-o README.html \
-s citations.txt -s citations.txt

@ -17,36 +17,37 @@
<div class="uk-width-medium-3-4"> <div class="uk-width-medium-3-4">
<ul> <h2 id="функциональщина">Функциональщина</h2>
<li><span class="citation" data-cites="db-core">Б. А. Новиков, Н. Г. <ul>
Графеева;, Е. А. Горшкова. <span>“Основы технологий баз данных,”</span>
2020. [Online; accessed 1. May 2023]. <a
href="https://www.postgrespro.ru/education/books/dbtech"
role="doc-biblioref">https://www.postgrespro.ru/education/books/dbtech</a>.</span></li>
<li><span class="citation" data-cites="func-design-architecture">Salim, <li><span class="citation" data-cites="func-design-architecture">Salim,
P. <span><span class="nocase">Functional Design and P. <span><span class="nocase">Functional Design and
Architecture</span>,”</span> 2023. [Online; accessed 21. Apr. 2023]. <a Architecture</span>,”</span> 2023. [Online; accessed 21. Apr. 2023]. <a
href="https://www.manning.com/books/functional-design-and-architecture" href="https://www.manning.com/books/functional-design-and-architecture"
role="doc-biblioref">https://www.manning.com/books/functional-design-and-architecture</a>.</span></li> role="doc-biblioref">https://www.manning.com/books/functional-design-and-architecture</a>.</span></li>
<li><span class="citation" data-cites="fp-practice">there are many of <li><span class="citation" data-cites="fp-practice">Multiple authors.
them. <span><span class="nocase">Практика функционального <span><span class="nocase">Практика функционального
программирования</span>,”</span> 2022. [Online; accessed 1. May 2023]. программирования</span>,”</span> 2022. [Online; accessed 1. May 2023].
<a href="https://fprog.ru" <a href="https://fprog.ru"
role="doc-biblioref">https://fprog.ru</a>.</span></li> role="doc-biblioref">https://fprog.ru</a>.</span></li>
<li><span class="citation" data-cites="Misra2023Jan">Misra, Jayadev. </ul>
<em><span class="nocase">Effective Theories in Programming <h2 id="омп">ОМП</h2>
Practice</span></em>, 2023. Vol. 47.</span></li> <ul>
<li><span class="citation" <li><span class="citation"
data-cites="github-software-design-in-haskell">graninas. <span><span data-cites="haskell-road-to-logic"><span><span class="nocase">The
class="nocase">software-design-in-haskell</span>,”</span> 2023. [Online; Haskell Road to Logic, Maths and Programming</span>,”</span> 2020.
accessed 21. Apr. 2023]. <a [Online; accessed 22. Apr. 2023]. <a
href="https://github.com/graninas/software-design-in-haskell" href="https://staff.fnwi.uva.nl/d.j.n.vaneijck2/HR"
role="doc-biblioref">https://github.com/graninas/software-design-in-haskell</a>.</span></li> role="doc-biblioref">https://staff.fnwi.uva.nl/d.j.n.vaneijck2/HR</a>.</span></li>
<li><span class="citation" <li><span class="citation" data-cites="computation-intro">Sannella,
data-cites="github-awesome-haskell">albohlabs. <span><span Donald, Michael Fourman, Haoran Peng, and Philip Wadler. <em><span
class="nocase">awesome-haskell</span>,”</span> 2023. [Online; accessed class="nocase">Introduction to Computation: Haskell, Logic and
21. Apr. 2023]. <a href="https://github.com/albohlabs/awesome-haskell" Automata</span></em><a
role="doc-biblioref">https://github.com/albohlabs/awesome-haskell</a>.</span></li> href="https://link.springer.com/book/10.1007/978-3-030-76908-6"
role="doc-biblioref">https://link.springer.com/book/10.1007/978-3-030-76908-6</a>.</span></li>
</ul>
<h2 id="теория-языков-программирования">Теория языков
программирования</h2>
<ul>
<li><span class="citation" data-cites="github-plt">steshaw. <span><span <li><span class="citation" data-cites="github-plt">steshaw. <span><span
class="nocase">plt</span>,”</span> 2023. [Online; accessed 21. Apr. class="nocase">plt</span>,”</span> 2023. [Online; accessed 21. Apr.
2023]. <a href="https://github.com/steshaw/plt" 2023]. <a href="https://github.com/steshaw/plt"
@ -56,29 +57,54 @@ class="nocase">Programming Language Foundations in Agda <span></span>
Table of Contents</span>,”</span> 2023. [Online; accessed 21. Apr. 2023; Table of Contents</span>,”</span> 2023. [Online; accessed 21. Apr. 2023;
nice reference]. <a href="https://plfa.github.io" nice reference]. <a href="https://plfa.github.io"
role="doc-biblioref">https://plfa.github.io</a>.</span></li> role="doc-biblioref">https://plfa.github.io</a>.</span></li>
<li><span class="citation" data-cites="Misra2023Jan">Misra, Jayadev.
<em><span class="nocase">Effective Theories in Programming
Practice</span></em>, 2023. Vol. 47.</span></li>
</ul>
<h2 id="логика">Логика</h2>
<ul>
<li><span class="citation" data-cites="huth2004logic">Huth, Michael, and
Mark Ryan. <em>Logic in computer science : Modelling and reasoning about
systems</em>, 2004. <a
href="http://www.amazon.de/s/url=search-alias%3Daps&amp;field-keywords=052154310X"
role="doc-biblioref">http://www.amazon.de/s/url=search-alias%3Daps&amp;field-keywords=052154310X</a>.</span></li>
</ul>
<h2 id="базы-данных">Базы данных</h2>
<ul>
<li><span class="citation" data-cites="db-core">Б. А. Новиков, Н. Г.
Графеева;, Е. А. Горшкова. <span>“Основы технологий баз данных,”</span>
2020. [Online; accessed 1. May 2023]. <a
href="https://www.postgrespro.ru/education/books/dbtech"
role="doc-biblioref">https://www.postgrespro.ru/education/books/dbtech</a>.</span></li>
</ul>
<h2 id="языки">Языки</h2>
<h3 id="r">R</h3>
<ul>
<li><span class="citation" data-cites="advanced-R">Wickham, Hadley.
<span><span>Advanced R</span>,”</span> 2023. [Online; accessed 25. Apr.
2023]. <a href="https://adv-r.hadley.nz"
role="doc-biblioref">https://adv-r.hadley.nz</a>.</span></li>
</ul>
<h3 id="haskell">Haskell</h3>
<ul>
<li><span class="citation" data-cites="Hutton2016Sep">Hutton, Graham. <li><span class="citation" data-cites="Hutton2016Sep">Hutton, Graham.
<em><span class="nocase">Programming in Haskell</span></em>, <em><span class="nocase">Programming in Haskell</span></em>,
2016.</span></li> 2016.</span></li>
<li><span class="citation" data-cites="computation-intro">Sannella,
Donald, Michael Fourman, Haoran Peng, and Philip Wadler. <em><span
class="nocase">Introduction to Computation: Haskell, Logic and
Automata</span></em><a
href="https://link.springer.com/book/10.1007/978-3-030-76908-6"
role="doc-biblioref">https://link.springer.com/book/10.1007/978-3-030-76908-6</a>.</span></li>
<li><span class="citation"
data-cites="haskell-road-to-logic"><span><span class="nocase">The
Haskell Road to Logic, Maths and Programming</span>,”</span> 2020.
[Online; accessed 22. Apr. 2023]. <a
href="https://staff.fnwi.uva.nl/d.j.n.vaneijck2/HR"
role="doc-biblioref">https://staff.fnwi.uva.nl/d.j.n.vaneijck2/HR</a>.</span></li>
<li><span class="citation" data-cites="haskell-in-depth">Bragilevsky, <li><span class="citation" data-cites="haskell-in-depth">Bragilevsky,
Vitaly. <em><span class="nocase">Haskell in Depth</span></em>, 2021. <a Vitaly. <em><span class="nocase">Haskell in Depth</span></em>, 2021. <a
href="https://www.oreilly.com/library/view/haskell-in-depth/9781617295409" href="https://www.oreilly.com/library/view/haskell-in-depth/9781617295409"
role="doc-biblioref">https://www.oreilly.com/library/view/haskell-in-depth/9781617295409</a>.</span></li> role="doc-biblioref">https://www.oreilly.com/library/view/haskell-in-depth/9781617295409</a>.</span></li>
<li><span class="citation" data-cites="advanced-R">Wickham, Hadley. <li><span class="citation"
<span><span>Advanced R</span>,”</span> 2023. [Online; accessed 25. Apr. data-cites="github-software-design-in-haskell">graninas. <span><span
2023]. <a href="https://adv-r.hadley.nz" class="nocase">software-design-in-haskell</span>,”</span> 2023. [Online;
role="doc-biblioref">https://adv-r.hadley.nz</a>.</span></li> accessed 21. Apr. 2023]. <a
href="https://github.com/graninas/software-design-in-haskell"
role="doc-biblioref">https://github.com/graninas/software-design-in-haskell</a>.</span></li>
<li><span class="citation"
data-cites="github-awesome-haskell">albohlabs. <span><span
class="nocase">awesome-haskell</span>,”</span> 2023. [Online; accessed
21. Apr. 2023]. <a href="https://github.com/albohlabs/awesome-haskell"
role="doc-biblioref">https://github.com/albohlabs/awesome-haskell</a>.</span></li>
</ul> </ul>
</div> </div>
</div> </div>

@ -1,19 +1,37 @@
--- ---
title: "home lib" title: "home lib"
output: markdown output: markdown
bibliography: [db.bib, design.bib] bibliography: [db.bib, design.bib, fp.bib, sink.bib, logic.bib, langs/haskell.bib, langs/R.bib]
--- ---
- [@db-core] ## Функциональщина
- [@func-design-architecture] - [@func-design-architecture]
- [@fp-practice] - [@fp-practice]
- [@Misra2023Jan]
- [@github-software-design-in-haskell] ## ОМП
- [@github-awesome-haskell] - [@haskell-road-to-logic]
- [@computation-intro]
## Теория языков программирования
- [@github-plt] - [@github-plt]
- [@plf-agda] - [@plf-agda]
- [@Misra2023Jan]
## Логика
- [@huth2004logic]
## Базы данных
- [@db-core]
## Языки
### R
- [@advanced-R]
### Haskell
- [@Hutton2016Sep] - [@Hutton2016Sep]
- [@computation-intro]
- [@haskell-road-to-logic]
- [@haskell-in-depth] - [@haskell-in-depth]
- [@advanced-R] - [@github-software-design-in-haskell]
- [@github-awesome-haskell]

@ -1,5 +1,5 @@
@misc{fp-practice, @misc{fp-practice,
author = {{there are many of them}}, author = {{Multiple authors}},
title = {{Практика функционального программирования}}, title = {{Практика функционального программирования}},
year = {2022}, year = {2022},
month = feb, month = feb,

@ -0,0 +1,19 @@
@book{huth2004logic,
abstract = {"Recent years have seen the development of powerful tools for verifying hardware and software systems, as companies worldwide realise the need for improved means of validating their products. There is increasing demand for training in basic methods in formal reasoning so that students can gain proficiency in logic-based verification methods. At the same time, the shift towards internet-based distributed computing creates the need for individuals who are able to reason about sophisticated autonomous agent-oriented software acting on large networks." "The second edition of this successful textbook addresses both those requirements, by continuing to provide an introduction to formal reasoning that is both relevant to the needs of modern computer science and rigorous enough for practical application. The presentation is clear and simple, with core material being described early in the book, and further technicalities introduced only where they are needed by the applications. A key feature is the full exposition of model-checking, and the new edition supports the most up-to--date versions of the tools NuSMV and Alloy. Improvements to the first edition have been made throughout, with extra and expanded sections on linear-time temporal logic model checking, SAT solvers, second-order logic, the Alloy specification tool, and programming by contract. The coverage of model-checking has been substantially updated. Further exercises have been added."--Jacket.},
added-at = {2015-12-26T14:47:38.000+0100},
address = {Cambridge [U.K.]; New York},
author = {Huth, Michael and Ryan, Mark},
biburl = {https://www.bibsonomy.org/bibtex/2012167e8834a5c2d2aeaf83694841b87/mabed},
description = {Suchergebnis auf Amazon.de für: 052154310X},
interhash = {aa67e9133236648e9355fac3520ce171},
intrahash = {012167e8834a5c2d2aeaf83694841b87},
isbn = {052154310X 9780521543101},
keywords = {model_checking},
publisher = {Cambridge University Press},
refid = {54960031},
timestamp = {2015-12-26T14:47:38.000+0100},
title = {Logic in computer science : modelling and reasoning about systems},
url = {http://www.amazon.de/s/url=search-alias%3Daps&field-keywords=052154310X},
year = 2004
}

@ -13,7 +13,7 @@
} }
@misc{github-software-design-in-haskell, @misc{github-software-design-in-haskell,
author = {graninas}, author = {github/graninas},
title = {{software-design-in-haskell}}, title = {{software-design-in-haskell}},
journal = {GitHub}, journal = {GitHub},
year = {2023}, year = {2023},
@ -24,7 +24,7 @@
} }
@misc{github-awesome-haskell, @misc{github-awesome-haskell,
author = {albohlabs}, author = {github/albohlabs},
title = {{awesome-haskell}}, title = {{awesome-haskell}},
journal = {GitHub}, journal = {GitHub},
year = {2023}, year = {2023},
@ -35,7 +35,7 @@
} }
@misc{github-plt, @misc{github-plt,
author = {steshaw}, author = {github/steshaw},
title = {{plt}}, title = {{plt}},
journal = {GitHub}, journal = {GitHub},
year = {2023}, year = {2023},

Loading…
Cancel
Save