-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelfeed-score.el
30 lines (30 loc) · 1.48 KB
/
elfeed-score.el
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
;;; Elfeed score file -*- lisp -*-
((version 10)
("title")
("content")
("title-or-content"
(:text "ODE" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "Hamiltonian Monte Carlo" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "Bayesian" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "kinetic model" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "allosteric" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "escherichia" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "Michaelis" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "Gibbs energy change" :title-value 100 :content-value 20 :type s :tags (t paper))
(:text "Stan" :title-value 100 :content-value 0 :type S :tags (t paper)))
("tag")
("authors"
(:text "Andrew Gelman" :value 300 :type S :tags (t paper))
(:text "Michael Betancourt" :value 300 :type S :tags (t paper))
(:text "Aki Vehtari" :value 300 :type S :tags (t paper))
(:text "Tamara Broderick" :value 300 :type S :tags (t paper))
(:text "Lars Keld Nielsen" :value 300 :type S :tags (t paper))
(:text "Jens Nielsen" :value 300 :type S :tags (t paper))
(:text "Elaad Noor" :value 300 :type S :tags (t paper))
(:text "Susan Holmes" :value 300 :type S :tags (t paper))
(:text "Bernhard Pallson" :value 300 :type S :tags (t paper)))
("feed")
("link")
("udf")
(mark -600)
("adjust-tags"))