forked from redguardtoo/emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelfeed.score
22 lines (22 loc) · 860 Bytes
/
elfeed.score
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;;; Elfeed score file -*- lisp -*-
((version 10)
("title")
("content")
("title-or-content"
(:text "uncertainty" :title-value 50 :content-value 10 :type s)
(:text ".*[- ]ODE[- s].*" :title-value 100 :content-value 20 :type R)
(:text ".*[- ]random matrix[- s].*" :title-value 100 :content-value 20 :type r)
(:text ".*[- ]dirichlet[- s].*" :title-value 100 :content-value 20 :type r)
(:text ".*[- ]stein[- s].*" :title-value 100 :content-value 20 :type r)
(:text ".*[- ]beamforming[- s].*" :title-value -600 :content-value -50 :type r)
(:text "disease" :title-value -100 :content-value -10 :type s))
("tag")
("authors"
(:text "Stefano Ermon" :value 300 :type S)
(:text "David Silver" :value 300 :type S)
(:text "Rezende" :value 300 :type S))
("feed")
("link")
("udf")
(mark -600)
("adjust-tags"))