diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..907d8f4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+build:
+ pandoc \
+ --bibliography db.bib \
+ --bibliography design.bib \
+ --bibliography fp.bib \
+ --bibliography sink.bib \
+ --bibliography langs/haskell.bib \
+ --bibliography langs/R.bib \
+ --citeproc \
+ --csl=jcsl.csl \
+ -o README.html \
+ -s citations.txt
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..618d7eb
--- /dev/null
+++ b/README.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+ home lib
+
+
+
+
+
+
+- Б. А. Новиков, Н. Г.
+Графеева;, Е. А. Горшкова. “Основы технологий баз данных,”
+2020. [Online; accessed 1. May 2023]. https://www.postgrespro.ru/education/books/dbtech.
+- Salim,
+P. “Functional Design and
+Architecture,” 2023. [Online; accessed 21. Apr. 2023]. https://www.manning.com/books/functional-design-and-architecture.
+- there are many of
+them. “Практика функционального
+программирования,” 2022. [Online; accessed 1. May 2023].
+https://fprog.ru.
+- Misra, Jayadev.
+Effective Theories in Programming
+Practice, 2023. Vol. 47.
+- graninas. “software-design-in-haskell,” 2023. [Online;
+accessed 21. Apr. 2023]. https://github.com/graninas/software-design-in-haskell.
+- albohlabs. “awesome-haskell,” 2023. [Online; accessed
+21. Apr. 2023]. https://github.com/albohlabs/awesome-haskell.
+- steshaw. “plt,” 2023. [Online; accessed 21. Apr.
+2023]. https://github.com/steshaw/plt.
+- “Programming Language Foundations in Agda
+Table of Contents,” 2023. [Online; accessed 21. Apr. 2023;
+nice reference]. https://plfa.github.io.
+- Hutton, Graham.
+Programming in Haskell,
+2016.
+- Sannella,
+Donald, Michael Fourman, Haoran Peng, and Philip Wadler. Introduction to Computation: Haskell, Logic and
+Automatahttps://link.springer.com/book/10.1007/978-3-030-76908-6.
+- “The
+Haskell Road to Logic, Maths and Programming,” 2020.
+[Online; accessed 22. Apr. 2023]. https://staff.fnwi.uva.nl/d.j.n.vaneijck2/HR.
+- Bragilevsky,
+Vitaly. Haskell in Depth, 2021. https://www.oreilly.com/library/view/haskell-in-depth/9781617295409.
+- Wickham, Hadley.
+“Advanced R,” 2023. [Online; accessed 25. Apr.
+2023]. https://adv-r.hadley.nz.
+
+
+
diff --git a/README.md b/README.md
deleted file mode 100644
index 402d3bb..0000000
--- a/README.md
+++ /dev/null
@@ -1 +0,0 @@
-## Home library
diff --git a/citations.txt b/citations.txt
new file mode 100644
index 0000000..dd3d341
--- /dev/null
+++ b/citations.txt
@@ -0,0 +1,19 @@
+---
+title: "home lib"
+output: markdown
+bibliography: [db.bib, design.bib]
+---
+
+- [@db-core]
+- [@func-design-architecture]
+- [@fp-practice]
+- [@Misra2023Jan]
+- [@github-software-design-in-haskell]
+- [@github-awesome-haskell]
+- [@github-plt]
+- [@plf-agda]
+- [@Hutton2016Sep]
+- [@computation-intro]
+- [@haskell-road-to-logic]
+- [@haskell-in-depth]
+- [@advanced-R]
diff --git a/jcsl.csl b/jcsl.csl
new file mode 100644
index 0000000..c7187d0
--- /dev/null
+++ b/jcsl.csl
@@ -0,0 +1,99 @@
+
+