mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
#import "layout.typst": indent-par
|
|
#pagebreak()
|
|
|
|
#heading(
|
|
level: 1,
|
|
outlined: false,
|
|
numbering: none,
|
|
"Anotācija",
|
|
)
|
|
|
|
#indent-par([
|
|
Atmiņas kartītes (angl. flashcards) ir izplatīts veids, kā skolēni,
|
|
studenti un citi cilvēki, kas mācās vai studē, iegaumē materiālu. To veidošanai,
|
|
uzturēšanai un izmantošanai izmanto programmatūras risinājumus, taču
|
|
lielākoties neizmato pilnīgi caurspīdīgu vienkārša teksta formātu. Darbā
|
|
tiek aprakstīts risinājums, kas izmanto domēna specifisku valodu ar pilnīgu
|
|
informācijas glabāšanu vienkārša teksta failos.
|
|
])
|
|
|
|
#par(
|
|
first-line-indent: 0cm,
|
|
[
|
|
*Atslēgvārdi:* atmiņas kartītes, domēna specifiska valoda, vienkārša
|
|
teksts, apzīmēšanas valoda.
|
|
],
|
|
)
|
|
|
|
#text(
|
|
hyphenate: auto,
|
|
lang: "en",
|
|
[
|
|
#pagebreak()
|
|
#heading(
|
|
level: 1,
|
|
outlined: false,
|
|
numbering: none,
|
|
"Abstract",
|
|
)
|
|
#indent-par([
|
|
Flashcards are a common way for students to students and other studying
|
|
people memorize the material. To create them, software solutions are
|
|
used for maintenance and use, however most do not use a fully
|
|
transparent plain text format. This paper eplores a solution that uses a
|
|
domain-specific language with a complete is described information
|
|
storage using plain text files.
|
|
])
|
|
#par(
|
|
first-line-indent: 0cm,
|
|
[
|
|
*Keywords:* memory cards, domain specific language, simple text, markup
|
|
language.
|
|
],
|
|
)
|
|
|
|
// EN keywords
|
|
|
|
],
|
|
)
|