Auto saved by Logseq
This commit is contained in:
@@ -0,0 +1,149 @@
|
||||
template:: JOURNAL-TEMPLATE-OLD
|
||||
|
||||
- #.tabular
|
||||
- ### 🗒️Notes
|
||||
- 
|
||||
- ### 📜Reviews
|
||||
- {{query (and [[REVIEWS]] (or (property :date-end <%today%>) (property :date-start <%today%>) (property :date-submitted <%today%>)))}}
|
||||
query-table:: true
|
||||
query-properties:: [:file :year :venue :deadline]
|
||||
-
|
||||
- type:: [[JournalPaper]], [[conferencepaper]], [[WorkshopPaper]], [[Bookchapter]]
|
||||
template:: PAPERS
|
||||
date:: <%today%> - <%time%>
|
||||
full-title::
|
||||
external-links::
|
||||
todoist::
|
||||
year::
|
||||
date-start::
|
||||
status:: [[DOING]], [[DONE]], [[SUBMITTED]], [[REJECTED]] [[UNDER-REVISION]]
|
||||
venue::
|
||||
priority:: [[P1]] [[P2]] [[P3]] [[P4]]
|
||||
parent::
|
||||
leader::
|
||||
todoist::
|
||||
progress:: {{renderer :todomaster}}
|
||||
- #.tabular
|
||||
- ## MEETINGS
|
||||
- {{query (and <%current page%> (block-property :type [[meeting]]) (not (page <%current page%>)))}}
|
||||
- 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]]<%current page%>)}}
|
||||
- ## [[PAPERS/NOTES]]
|
||||
-
|
||||
- type:: [[weblink]]
|
||||
template:: WEBLINK
|
||||
source::
|
||||
tags:: [[readingnotes]]
|
||||
date:: <%today%> - <%time%>
|
||||
- type:: [[CAD]]
|
||||
template:: CAD
|
||||
corso:: [[Ingegneria Informatica]], [[Informatica]], [[TEACHING/DSU-S3S]], [[TEACHING/DSU-S3F]]
|
||||
|
||||
date:: <%today%> - <%time%>
|
||||
- type:: [[REVIEWS]]
|
||||
tags::
|
||||
year::
|
||||
venue::
|
||||
template:: REVIEW
|
||||
full-title::
|
||||
date-start:: <%today%> - <%time%>
|
||||
date-submitted::
|
||||
external-links::
|
||||
status:: [[DOING]]
|
||||
deadline-submission::
|
||||
file::
|
||||
parent::
|
||||
todoist::
|
||||
collapsed:: true
|
||||
- ### [[Highlights]]
|
||||
- ### [[Comments]]
|
||||
- #.tabular
|
||||
- - ### Paper summary
|
||||
-
|
||||
- - ### Strengths
|
||||
- +
|
||||
- - ### Weaknesses
|
||||
- -
|
||||
- - ### Detailed comments for authors
|
||||
- Novelty:
|
||||
- Rigor:
|
||||
- Relevance:
|
||||
- Verifiability & transparency:
|
||||
- Presentation:
|
||||
- Detailed comments:
|
||||
- ### [[REVIEWS/Notes]]
|
||||
- ### YELLOW CONCERNS
|
||||
background-color:: yellow
|
||||
- {{query (and [[ffd400]] <%current page%> )}}
|
||||
collapsed:: true
|
||||
- ### ❓️Questions
|
||||
- {{query (and [[question]] <%current page%> )[[question]]}}
|
||||
query-table:: true
|
||||
query-properties:: [:block]
|
||||
- type:: [[Contact]]
|
||||
page-type:: [[people]]
|
||||
date:: <%today%> - <%time%>
|
||||
template:: CONTACT
|
||||
name::
|
||||
struttura::
|
||||
email::
|
||||
- type:: [[meeting]]
|
||||
template:: ConsiglioDisim
|
||||
external-links::
|
||||
tags:: [[SERVICES/ConsiglioDisim]] [[Convocazioni]]
|
||||
date:: <%today%> - <%time%>
|
||||
duration-min::
|
||||
file-brogliaccio::
|
||||
file-odg::
|
||||
- type:: [[meeting]]
|
||||
template:: MEETING
|
||||
external-links::
|
||||
tags::
|
||||
people::
|
||||
date:: <%today%> - <%time%>
|
||||
duration::
|
||||
- template:: VENUE
|
||||
date:: <%today%> - <%time%>
|
||||
full-title::
|
||||
link::
|
||||
type:: [[JOURNAL]] [[CONFERENCE]] [[WORKSHOP]]
|
||||
ranking-link::
|
||||
- template:: QUERY-QUESTIONS
|
||||
template-including-parent:: false
|
||||
- ### Questions
|
||||
- {{query (and [[question]] <%current page%> )[[question]]}}
|
||||
- template:: QUERY-IDEAS
|
||||
template-including-parent:: false
|
||||
- ### Ideas
|
||||
- {{query (and [[Ideas]] <%current page%>)}}
|
||||
- template:: QUERY-TASKS
|
||||
template-including-parent:: false
|
||||
- ### TASKS
|
||||
- {{query (and <%current page%> (task TODO DOING) (not [[GOALS-TODOIST]]))}}
|
||||
- template:: BOOX-NOTES
|
||||
- 
|
||||
- template:: TODOIST-task
|
||||
tags:: #todoist-task
|
||||
progress:: {{renderer :todomaster}}
|
||||
- template:: JOURNAL-TEMPLATE
|
||||
icon:: 📅
|
||||
- ## Tasks
|
||||
- ## Notes
|
||||
Reference in New Issue
Block a user