-
Notifications
You must be signed in to change notification settings - Fork 0
/
files.nix
50 lines (50 loc) · 1.66 KB
/
files.nix
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
publications = {
auto = {
file = ~/_data/_file/by-name/auto.pdf;
url = "/file/auto.pdf";
};
gist = {
file = ~/_data/_file/by-name/gist.pdf;
url = "/file/gist.pdf";
};
harnessing-mother-nature = {
file = ~/_data/_file/by-name/harnessing-mother-nature.pdf;
url = "/file/harnessing-mother-nature.pdf";
};
infinite-lattice-learner = {
file = ~/_data/_file/by-name/infinite-lattice-learner.pdf;
url = "/file/infinite-lattice-learner.pdf";
};
neural-field = {
file = ~/_data/_file/by-name/neural-field.pdf;
url = "/file/neural-field.pdf";
};
scrubbing-the-web-for-association-rules = {
file = ~/_data/_file/by-name/scrubbing-the-web-for-association-rules.pdf;
url = "/file/scrubbing-the-web-for-association-rules.pdf";
};
sma-star-plus = {
file = ~/_data/_file/by-name/sma-star-plus.pdf;
url = "/file/sma-star-plus.pdf";
};
supervised-learning-as-mathematical-optimization-tutorial = {
file = ~/_data/_file/by-name/supervised-learning-as-mathematical-optimization-tutorial.pdf;
url = "/file/supervised-learning-as-mathematical-optimization-tutorial.pdf";
};
the-effect-of-human-thought-on-data = {
file = ~/_data/_file/by-name/the-effect-of-human-thought-on-data.pdf;
url = "/file/the-effect-of-human-thought-on-data.pdf";
};
};
projects = {
gladiator-manager = {
file = ~/_data/_file/by-name/gladiator-manager-1_0_0.zip;
url = "/file/gladiator-manager.zip";
};
labyrinth-rl = {
file = ~/_data/_file/by-name/labyrinth-rl-1_0_0.zip;
url = "/file/labyrinth-rl.zip";
};
};
}