blob: 329e20244936522deeb79bc57418965eb9920074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#+title: Model
#+PROPERTY: header-args:python :session *pyactr-python*
#+cite_export: biblatex apa,backend=biber,sortcites=true,sorting=nyt
* Model
** Environment
#+begin_src emacs-lisp :results none
(conda-env-activate "pyactr")
#+end_src
** Imports
#+begin_src python
import pyactr as actr
env = actr.Environment()
"test"
#+end_src
#+RESULTS:
: <pyactr.environment.Environment object at 0x75940dd9af00>
[cite:@Taatgen2013]
[cite:@Frensch1991; @Elio1986; @fleming2017]
#+print_bibliography:
|