Auto saved by Logseq
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
type:: [[conferencepaper]]
|
||||
full-title:: Too long; didn't read: Automatic summarization of GitHub README.MD with Transformers
|
||||
external-links::
|
||||
todoist::
|
||||
year:: 2023
|
||||
date-start::
|
||||
status:: [[ACCEPTED]]
|
||||
venue:: [[EASE]]
|
||||
priority:: [[P4]]
|
||||
parent::
|
||||
leader::
|
||||
todoist::
|
||||
progress:: {{renderer : todomaster}}
|
||||
|
||||
- ## MEETINGS
|
||||
- {{query (and [[PAPERS/EASE2023-GitSum]] (block-property :type [[meeting]]) (not (page [[PAPERS/EASE2023-GitSum]])))}}
|
||||
- query-table:: true
|
||||
- ## READINGS
|
||||
- #+BEGIN_QUERY
|
||||
{:title "Related readings in Omnivore"
|
||||
:query [:find (pull ?b [*] )
|
||||
:in $ ?current-page
|
||||
:where
|
||||
[?b :block/page ?p]
|
||||
[?p :block/name ?p-name]
|
||||
[?b :block/content ?c]
|
||||
[(clojure.string/includes? ?c ?current-page)]
|
||||
[(clojure.string/includes? ?p-name "omnivore")]
|
||||
]
|
||||
:inputs [:current-page]}
|
||||
#+END_QUERY
|
||||
-
|
||||
- ## TASKs
|
||||
-
|
||||
- ## ❓️ QUESTIONS TO ANSWER
|
||||
{{query (and [[question]][[PAPERS/EASE2023-GitSum]])}}
|
||||
- ## [[PAPERS/NOTES]]
|
||||
Reference in New Issue
Block a user