Last Sync: 2025-06-05 00:27 (Mobile)

This commit is contained in:
2025-06-05 00:28:19 +02:00
parent e4719952b8
commit f9bf934c28
10 changed files with 499 additions and 20 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ id:: 683f0792-8597-4118-9816-7f7e48227b97
:END:
- DONE Inviare nomi revisori esterni
id:: 5aecbefd-0816-4ac9-92f7-61d18bdcfa4c
- TODO Mandare mail per Journal First
- DONE Mandare mail per Journal First
- DONE Caricare dati per studenti PON
id:: 68405bba-69d5-49a4-b785-d058a3d14a27
- ## Notes
-
-
@@ -0,0 +1,13 @@
icon:: 📅
- ## Tasks
- DONE Rispondere alle discussioni ICSE
id:: 683f0792-8597-4118-9816-7f7e48227b97
:LOGBOOK:
CLOCK: [2025-06-04 Wed 11:29:14]--[2025-06-04 Wed 11:29:16] => 00:00:02
:END:
- TODO Inviare nomi revisori esterni
- TODO Mandare mail per Journal First
- TODO Caricare dati per studenti PON
- ## Notes
-
@@ -26,7 +26,7 @@
;; Whether to enable hover on tooltip preview feature
;; Default is true, you can also toggle this via setting page
:ui/enable-tooltip? false
:ui/enable-tooltip? true
;; Show brackets around page references
;; :ui/show-brackets? true
@@ -35,7 +35,7 @@
:ui/show-full-blocks? true
;; Expand block references automatically when zoom-in
:ui/auto-expand-block-refs? false
:ui/auto-expand-block-refs? true
;; Enable Block timestamp
:feature/enable-block-timestamps? false
@@ -350,7 +350,7 @@
;; ;use Percent-encoding for other invalid characters
:file/name-format :triple-lowbar
:journal/page-title-format "dd-MM-yyyy"
:ui/show-brackets? false
:ui/show-brackets? true
:zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}}
:editor/logical-outdenting? false
:feature/enable-timetracking? true
@@ -26,7 +26,7 @@
;; Whether to enable hover on tooltip preview feature
;; Default is true, you can also toggle this via setting page
:ui/enable-tooltip? false
:ui/enable-tooltip? true
;; Show brackets around page references
;; :ui/show-brackets? true
@@ -35,7 +35,7 @@
:ui/show-full-blocks? true
;; Expand block references automatically when zoom-in
:ui/auto-expand-block-refs? false
:ui/auto-expand-block-refs? true
;; Enable Block timestamp
:feature/enable-block-timestamps? false
@@ -65,7 +65,7 @@
;; Specify the date on which the week starts.
;; Goes from 0 to 6 (Monday to Sunday), default to 6
:start-of-week 6
:start-of-week 0
;; Specify a custom CSS import
;; This option take precedence over your local `logseq/custom.css` file
@@ -250,7 +250,7 @@
:ref/linked-references-collapsed-threshold 0
;; Favorites to list on the left sidebar
:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
:favorites ["Writing Challenges" "inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
;; any number between 0 and 1 (the greater it is the faster the changes of the next-interval of card reviews) (default 0.5)
;; :srs/learning-fraction 0.5
@@ -261,7 +261,7 @@
;; hide specific properties for blocks
;; E.g. :block-hidden-properties #{:created-at :updated-at}
;; :block-hidden-properties #{}
:block-hidden-properties #{:todoistid }
;; :block-hidden-properties #{:todoistid }
;; Enable all your properties to have corresponding pages
@@ -350,7 +350,7 @@
;; ;use Percent-encoding for other invalid characters
:file/name-format :triple-lowbar
:journal/page-title-format "dd-MM-yyyy"
:ui/show-brackets? false
:ui/show-brackets? true
:zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}}
:editor/logical-outdenting? false
:feature/enable-timetracking? true
@@ -0,0 +1,363 @@
{:meta/version 1
;; Currently, we support either "Markdown" or "Org".
;; This can overwrite your global preference so that
;; maybe your personal preferred format is Org but you'd
;; need to use Markdown for some projects.
;; :preferred-format ""
;; Preferred workflow style.
;; Value is either ":now" for NOW/LATER style,
;; or ":todo" for TODO/DOING style.
:preferred-workflow :todo
;; The app will ignore those directories or files.
;; E.g. :hidden ["/archived" "/test.md" "../assets/archived"]
:hidden []
;; When creating the new journal page, the app will use your template if there is one.
;; You only need to input your template name here.
:default-templates
{:journals "JOURNAL-TEMPLATE"}
;; Set a custom date format for journal page title
;; Example:
;; :journal/page-title-format "EEE, do MMM yyyy"
;; Whether to enable hover on tooltip preview feature
;; Default is true, you can also toggle this via setting page
:ui/enable-tooltip? true
;; Show brackets around page references
;; :ui/show-brackets? true
;; Enable showing the body of blocks when referencing them.
:ui/show-full-blocks? true
;; Expand block references automatically when zoom-in
:ui/auto-expand-block-refs? true
;; Enable Block timestamp
:feature/enable-block-timestamps? false
;; Enable remove accents when searching.
;; After toggle this option, please remember to rebuild your search index by press (cmd+c cmd+s).
:feature/enable-search-remove-accents? true
;; Enable journals
;; :feature/enable-journals? true
;; Enable flashcards
;; :feature/enable-flashcards? true
;; Enable Whiteboards
;; :feature/enable-whiteboards? true
;; Disable the built-in Scheduled tasks and deadlines query
:feature/disable-scheduled-and-deadline-query? false
;; Specify the number of days in the future to display in the
;; scheduled tasks and deadlines query, with a default value of 7 which
;; displays tasks for the next 7 days.
;; Example usage:
;; Display all scheduled and deadline blocks for the next 14 days
:scheduled/future-days 7
;; Specify the date on which the week starts.
;; Goes from 0 to 6 (Monday to Sunday), default to 6
:start-of-week 0
;; Specify a custom CSS import
;; This option take precedence over your local `logseq/custom.css` file
;; You may find a list of awesome logseq themes here:
;; https://github.com/logseq/awesome-logseq#css-themes
;; Example:
;; :custom-css-url "@import url('https://cdn.jsdelivr.net/gh/dracula/logseq@master/custom.css');"
;; Specify a custom js import
;; This option take precedence over your local `logseq/custom.js` file
;; :custom-js-url ""
;; Set a custom Arweave gateway
;; Default gateway: https://arweave.net
;; :arweave/gateway ""
;; Set Bullet indentation when exporting
;; default option: tab
;; Possible options for `:export/bullet-indentation` are
;; 1. `:eight-spaces` as eight spaces
;; 2. `:four-spaces` as four spaces
;; 3. `:two-spaces` as two spaces
;; :export/bullet-indentation :tab
;; When :all-pages-public? true, export repo would export all pages within that repo.
;; Regardless of whether you've set any page to public or not.
;; Example:
;; :publishing/all-pages-public? true
;; Specify default home page and sidebar status for Logseq
;; If not specified, Logseq default opens journals page on startup
;; value for `:page` is name of page
;; Possible options for `:sidebar` are
;; 1. `"Contents"` to open up `Contents` in sidebar by default
;; 2. `page name` to open up some page in sidebar
;; 3. Or multiple pages in an array ["Contents" "Page A" "Page B"]
;; If `:sidebar` is not set, sidebar will be hidden
;; Example:
;; 1. Setup page "Changelog" as home page and "Contents" in sidebar
;; :default-home {:page "Changelog", :sidebar "Contents"}
;; 2. Setup page "Jun 3rd, 2021" as home page without sidebar
;; :default-home {:page "Jun 3rd, 2021"}
;; 3. Setup page "home" as home page with multiple pages in sidebar
;; :default-home {:page "home" :sidebar ["page a" "page b"]}
;; Tell logseq to use a specific folder in the repo as a default location for notes
;; if not specified, notes are stored in `pages` directory
;; :pages-directory "your-directory"
;; Tell logseq to use a specific folder in the repo as a default location for journals
;; if not specified, journals are stored in `journals` directory
;; :journals-directory "your-directory"
;; Set this to true will convert
;; `[[Grant Ideas]]` to `[[file:./grant_ideas.org][Grant Ideas]]` for org-mode
;; For more, see https://github.com/logseq/logseq/issues/672
;; :org-mode/insert-file-link? true
;; Setup custom shortcuts under `:shortcuts` key
;; Syntax:
;; 1. `+` means keys pressing simultaneously. eg: `ctrl+shift+a`
;; 2. ` ` empty space between keys represents key chords. eg: `t s` means press `t` followed by `s`
;; 3. `mod` means `Ctrl` for Windows/Linux and `Command` for Mac
;; 4. use `false` to disable particular shortcut
;; 5. you can define multiple bindings for one action, eg `["ctrl+j" "down"]`
;; full list of configurable shortcuts are available below:
;; https://github.com/logseq/logseq/blob/master/src/main/frontend/modules/shortcut/config.cljs
;; Example:
;; :shortcuts
;; {:editor/new-block "enter"
;; :editor/new-line "shift+enter"
;; :editor/insert-link "mod+shift+k"
;; :editor/highlight false
;; :ui/toggle-settings "t s"
;; :editor/up ["ctrl+k" "up"]
;; :editor/down ["ctrl+j" "down"]
;; :editor/left ["ctrl+h" "left"]
;; :editor/right ["ctrl+l" "right"]}
:shortcuts {}
;; By default, pressing `Enter` in the document mode will create a new line.
;; Set this to `true` so that it's the same behaviour as the usual outliner mode.
:shortcut/doc-mode-enter-for-new-block? false
;; Block content larger than `block/content-max-length` will not be searchable
;; or editable for performance.
:block/content-max-length 10000
;; Whether to show command doc on hover
:ui/show-command-doc? true
;; Whether to show empty bullets for non-document mode (the default mode)
:ui/show-empty-bullets? false
;; Pre-defined :view function to use with advanced queries
:query/views
{:pprint
(fn [r] [:pre.code (pprint r)])}
;; Pre-defined :result-transform function for use with advanced queries
:query/result-transforms
{:sort-by-priority
(fn [result] (sort-by (fn [h] (get h :block/priority "Z")) result))}
;; The app will show those queries in today's journal page,
;; the "NOW" query asks the tasks which need to be finished "now",
;; the "NEXT" query asks the future tasks.
:default-queries
{:journals
[{:title "🔨 NOW"
:query [:find (pull ?h [*])
:in $ ?start ?today
:where
[?h :block/marker ?marker]
[(contains? #{"NOW" "DOING"} ?marker)]
[?h :block/page ?p]
[?p :block/journal? true]
[?p :block/journal-day ?d]
[(>= ?d ?start)]
[(<= ?d ?today)]]
:inputs [:14d :today]
:result-transform (fn [result]
(sort-by (fn [h]
(get h :block/priority "Z")) result))
:group-by-page? false
:collapsed? true}
{:title "📅 NEXT"
:query [:find (pull ?h [*])
:in $ ?start ?next
:where
[?h :block/marker ?marker]
[(contains? #{"NOW" "LATER" "TODO"} ?marker)]
[?h :block/page ?p]
[?p :block/journal? true]
[?p :block/journal-day ?d]
[(> ?d ?start)]
[(< ?d ?next)]]
:inputs [:today :7d-after]
:group-by-page? false
:collapsed? true}
{:title "Reviews"
}]}
;; Add your own commands to slash menu to speedup.
;; E.g.
;; :commands
;; [
;; ["js" "Javascript"]
;; ["md" "Markdown"]
;; ]
:commands
[]
;; By default, a block can only be collapsed if it has some children.
;; `:outliner/block-title-collapse-enabled? true` enables a block with a title
;; (multiple lines) can be collapsed too. For example:
;; - block title
;; block content
:outliner/block-title-collapse-enabled? true
;; Macros replace texts and will make you more productive.
;; For example:
;; Change the :macros value below to:
;; {"poem" "Rose is $1, violet's $2. Life's ordered: Org assists you."}
;; input "{{poem red,blue}}"
;; becomes
;; Rose is red, violet's blue. Life's ordered: Org assists you.
:macros {}
;; The default level to be opened for the linked references.
;; For example, if we have some example blocks like this:
;; - a [[page]] (level 1)
;; - b (level 2)
;; - c (level 3)
;; - d (level 4)
;;
;; With the default value of level 2, `b` will be collapsed.
;; If we set the level's value to 3, `b` will be opened and `c` will be collapsed.
:ref/default-open-blocks-level 1
:ref/linked-references-collapsed-threshold 0
;; Favorites to list on the left sidebar
:favorites ["writing challenges" "inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
;; any number between 0 and 1 (the greater it is the faster the changes of the next-interval of card reviews) (default 0.5)
;; :srs/learning-fraction 0.5
;; the initial interval after the first successful review of a card (default 4)
;; :srs/initial-interval 4
;; hide specific properties for blocks
;; E.g. :block-hidden-properties #{:created-at :updated-at}
;; :block-hidden-properties #{}
;; :block-hidden-properties #{:todoistid }
;; Enable all your properties to have corresponding pages
:property-pages/enabled? true
;; Properties to exclude from having property pages
;; E.g.:property-pages/excludelist #{:duration :author}
;; :property-pages/excludelist
;; By default, property value separated by commas will not be treated as
;; page references. You can add properties to enable it.
;; E.g. :property/separated-by-commas #{:alias :tags}
;; :property/separated-by-commas #{}
;; Properties that are ignored when parsing property values for references
;; :ignored-page-references-keywords #{:author :startup}
;; logbook setup
;; :logbook/settings
;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated
;; :enabled-in-all-blocks true ;display logbook in all blocks after timetracking
;; :enabled-in-timestamped-blocks false ;don't display logbook at all
;; }
;; Mobile photo uploading setup
;; :mobile/photo
;; {:allow-editing? true
;; :quality 80}
;; Mobile features options
;; Gestures
;; :mobile
;; {:gestures/disabled-in-block-with-tags ["kanban"]}
;; Extra CodeMirror options
;; See https://codemirror.net/5/doc/manual.html#config for possible options
;; :editor/extra-codemirror-options {:keyMap "emacs" :lineWrapping true}
;; Enable logical outdenting
;; :editor/logical-outdenting? true
;; When both text and a file are in the clipboard, paste the file
;; :editor/preferred-pasting-file? true
;; Quick capture templates for receiving contents from other apps.
;; Each template contains three elements {time}, {text} and {url}, which can be auto-expanded
;; by received contents from other apps. Note: the {} cannot be omitted.
;; - {time}: capture time
;; - {date}: capture date using current date format, use `[[{date}]]` to get a page reference
;; - {text}: text that users selected before sharing.
;; - {url}: url or assets path for media files stored in Logseq.
;; You can also reorder them, or even only use one or two of them in the template.
;; You can also insert or format any text in the template as shown in the following examples.
;; :quick-capture-templates
;; {:text "[[quick capture]] **{time}**: {text} from {url}"
;; :media "[[quick capture]] **{time}**: {url}"}
;; Quick capture options
;; :quick-capture-options {:insert-today? false :redirect-page? false :default-page "my page"}
;; File sync options
;; Ignore these files when syncing, regexp is supported.
;; :file-sync/ignore-files []
;; dwim (do what I mean) for Enter key when editing.
;; Context-awareness of Enter key makes editing more easily
; :dwim/settings {
; :admonition&src? true
; :markup? false
; :block-ref? true
; :page-ref? true
; :properties? true
; :list? true
; }
;; Decide the way to escape the special characters in the page title.
;; Warning:
;; This is a dangerous operation. If you want to change the setting,
;; should access the setting `Filename format` and follow the instructions.
;; Or you have to rename all the affected files manually then re-index on all
;; clients after the files are synced. Wrong handling may cause page titles
;; containing special characters to be messy.
;; Available values:
;; :file/name-format :triple-lowbar
;; ;use triple underscore `___` for slash `/` in page title
;; ;use Percent-encoding for other invalid characters
:file/name-format :triple-lowbar
:journal/page-title-format "dd-MM-yyyy"
:ui/show-brackets? true
:zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}}
:editor/logical-outdenting? false
:feature/enable-timetracking? true
:feature/enable-whiteboards? false
:editor/preferred-pasting-file? true
;; specify the format of the filename for journal files
;; :journal/file-name-format "yyyy_MM_dd"
:editor/extra-codemirror-options {:theme "gruvbox-dark"}
}
@@ -0,0 +1,92 @@
icon:: ✅
- ### [[2025/05]]
- ✔️ [[May 26th, 2025]] *22:39* ((68341e4c-22c0-498c-8b18-bf3c03b3f7ea))
- ✔️ [[26-05-2025]] *22:52* ((6673db98-f12a-4d48-b1ec-281082dfec1f))
- ✔️ [[27-05-2025]] *16:18* ((6831929a-bb3a-4d1e-a0ab-5dd96aedb5a1))
- ✔️ [[28-05-2025]] *09:22* ((68342adf-7c9d-4937-8d81-7ce37d084360))
- ✔️ [[28-05-2025]] *09:23* ((6836208c-160c-483a-b6fe-939605fbb4fc))
- ✔️ [[28-05-2025]] *12:40* ((683620bb-651c-44a0-8fd0-4e5e835a9090))
- ✔️ [[28-05-2025]] *12:44* ((683620b6-4510-470b-90ef-d8ec1122471c))
- ✔️ [[28-05-2025]] *12:44* ((683620b6-ca0a-4855-846c-952d9add8ef5))
- ✔️ [[29-05-2025]] *12:57* ((68372640-5f76-4640-8b49-7d79dc1e8c7a))
- ✔️ [[30-05-2025]] *11:19* ((683952a8-5c44-4441-8f3f-bbfb8797674f))
- ✔️ [[30-05-2025]] *18:00* ((6839ce19-2f24-43d2-a1ab-b615a34bd92f))
- ✔️ [[30-05-2025]] *18:04* ((6839cd22-cd1c-4541-bea1-50c655611104))
- ✔️ [[30-05-2025]] *21:28* ((68362092-aafa-44b6-83b2-8f4a163dd2a0))
- ✔️ [[10-05-2025]] *22:52* ((66ed695f-a60d-473d-8855-ec948f4a8bf8))
- ✔️ [[10-05-2025]] *22:56* ((66ed6960-90a9-44e0-842f-61c071f4b607))
- ✔️ [[10-05-2025]] *23:05* ((93b5aeab-7030-401b-b111-f27673af6d28))
- ✔️ [[10-05-2025]] *23:06* ((681fbf91-62b7-49bc-bf11-aad4d56a6f83))
- ✔️ [[10-05-2025]] *23:07* :LOGBOOK:
CLOCK: [2025-05-10 Sat 23:07:09]--[2025-05-10 Sat 23:07:11] => 00:00:02
:END:
- ✔️ [[May 21st, 2025]] *09:04* ((65c8d43c-9e5e-455f-9c48-cb6d035417fc))
- ✔️ [[May 24th, 2025]] *19:02* ((6831961e-c3a3-4890-99ae-ffda429333c8))
- ✔️ [[May 24th, 2025]] *20:47* ((6659d0ed-b485-4423-9c75-a8f5d715b31f))
- ✔️ [[May 24th, 2025]] *22:02* ((6832257a-63a4-4c89-8353-25f0e94caa51))
- ✔️ [[May 24th, 2025]] *22:02* ((6832257a-4373-4560-a7e2-79fba9f4c9e6))
- ✔️ [[May 24th, 2025]] *22:02* ((682ecc99-b356-4086-9ff8-4e4736018009))
- ✔️ [[May 25th, 2025]] *15:49* ((66e80dfd-0f7c-4020-aa87-906662c9eebd))
- ✔️ [[May 25th, 2025]] *19:26* ((6832257a-f98d-4f5e-850c-ddf8ffd0b5fb))
- ✔️ [[May 25th, 2025]] *19:26* ((6832257a-85cb-46bd-9018-855f59070a41))
- ✔️ [[May 25th, 2025]] *19:27* ((68331e69-7914-4696-8f2e-9ff4e9878686))
- ✔️ [[May 25th, 2025]] *19:29* ((6832257a-7e7e-4ed8-abf8-dd88c6643863))
- ✔️ [[May 25th, 2025]] *19:30* ((6832257a-cbb8-4881-ab20-bebcda629999))
- ✔️ [[May 25th, 2025]] *19:31* ((6832257a-eea4-45f9-ab9f-98dbc36328cf))
- ✔️ [[May 25th, 2025]] *22:49* ((65c8d46e-6599-4319-9683-4f86396c7e29))
- ✔️ [[May 25th, 2025]] *22:49* ((65c8d45b-9775-4e19-88ed-c5d1895df182))
- ✔️ [[May 26th, 2025]] *11:19* ((68342adf-8309-40bf-a38e-5dab74b7a5ea))
- ✔️ [[May 26th, 2025]] *11:20* ((68342adf-0b33-4470-aae1-a3741a2d5432))
- ✔️ [[May 26th, 2025]] *11:22* ((68342adf-7c9d-4937-8d81-7ce37d084360))
- ✔️ [[May 26th, 2025]] *13:23* ((68342adf-daa1-480c-813c-48be1ba86b71))
- ✔️ [[May 26th, 2025]] *13:31* ((68342adf-3362-4bb4-9082-f6050f8cf63c))
- ✔️ [[May 26th, 2025]] *13:45* ((6834435e-3184-483a-a02c-271995950996))
- ✔️ [[May 26th, 2025]] *13:45* ((6834435d-21d2-492c-aac2-21053aba25e1))
- ✔️ [[May 26th, 2025]] *13:47* ((68342adf-d123-444d-b7a2-c4bedd4042dd))
- ✔️ [[May 26th, 2025]] *14:11* ((68342adf-ecdc-4812-ad4f-d5240a2d5fa9))
- ✔️ [[May 26th, 2025]] *15:19* ((68344d8e-d83d-4c7c-b4aa-56ad71f53ddf))
- ✔️ [[May 26th, 2025]] *20:22* ((683481be-df12-4c94-a56b-fbf9712c96e4))
- ✔️ [[May 26th, 2025]] *21:58* ((6831933e-7f38-436a-91f0-abf1292e15a2))
- ✔️ [[May 26th, 2025]] *21:58* ((68319354-327c-48d4-a6f8-47c04409e98a))
- ✔️ [[May 26th, 2025]] *21:58* ((68331a74-24ed-48d3-9a7f-df9101d3ef5f))
- ✔️ [[May 26th, 2025]] *21:58* ((683481c8-e3cd-462a-8a93-4d19b7e3db3e))
- ✔️ [[May 26th, 2025]] *22:11* ((6831991d-62c9-4091-b3e9-af451051d642))
- ✔️ [[May 26th, 2025]] *22:16* ((65c8d477-cade-4b0b-a8b4-2756a6b98e6e))
- ✔️ [[May 26th, 2025]] *22:16* ((65c8d477-2c6c-4548-9e72-09cee84bec35))
- ✔️ [[May 26th, 2025]] *22:17* ((65c8d455-6e80-4f1e-b650-813a243b696c))
- ✔️ [[May 26th, 2025]] *22:18* ((65f2aaa6-64f6-42e8-8b2c-2a22f8538b30))
- ✔️ [[May 26th, 2025]] *22:18* ((65f2aaa6-690e-4bdc-962a-7c0ddf212f11))
- ✔️ [[May 26th, 2025]] *22:19* ((668e3747-dff2-4f1a-84b2-1d75cbd83aa1))
- ✔️ [[May 26th, 2025]] *22:19* ((668e3747-62ba-4218-8d0e-57effaa7f795))
- ✔️ [[May 26th, 2025]] *22:19* ((6673db54-3eb8-48ba-a840-cbe1ba29b2ff))
- ✔️ [[May 26th, 2025]] *22:19* ((6673db1d-f835-4eb5-9182-9e4a56a85e18))
- ✔️ [[May 26th, 2025]] *22:19* ((6673db98-f12a-4d48-b1ec-281082dfec1f))
- ✔️ [[May 26th, 2025]] *22:19* ((666d40df-e520-45bc-be26-dd4af89767e5))
- ✔️ [[May 26th, 2025]] *22:19* ((65d89628-a424-4291-ad37-c95ed68c7fdd))
- ✔️ [[May 26th, 2025]] *22:20* ((65c9f0a4-861b-4f8e-9738-9e19488e259d))
- ✔️ [[May 26th, 2025]] *22:20* ((65c8d43b-046c-4682-a958-a14787d04e22))
- ✔️ [[May 26th, 2025]] *22:20* ((65c8d43c-3e62-4a44-aaf8-ad1f7b0e15c4))
- ✔️ [[May 26th, 2025]] *22:20* ((65c8d43c-b2de-4ad6-9282-e2d67a0cb6b9))
- ✔️ [[May 26th, 2025]] *22:20* ((65c8d43d-0487-4c5e-a8ae-cae113812690))
- ✔️ [[May 26th, 2025]] *22:20* ((65c8d43d-09c9-416b-a127-a865e0fd3b08))
- ✔️ [[May 26th, 2025]] *22:20* ((65c8d43d-2358-46ad-acf0-3396607b2ace))
- ✔️ [[May 26th, 2025]] *22:20* ((660178c2-5901-423e-976a-dba8a52916c5))
- ✔️ [[May 26th, 2025]] *22:21* ((65d8963d-149e-44b2-a70d-9cee907047ad))
- ✔️ [[May 26th, 2025]] *22:21* ((65c8d477-b5c3-45c1-986d-9daf3563a1d1))
- ✔️ [[May 26th, 2025]] *22:21* ((65d8963d-5b6c-48da-bd21-21e3ffe41570))
- ✔️ [[May 26th, 2025]] *22:21* ((65c8d45b-545c-4ca4-acc3-b35ef663757f))
- ✔️ [[May 26th, 2025]] *22:21* ((65c8d45b-3974-4a0e-ac6e-7dbc798340ab))
- ✔️ [[May 26th, 2025]] *22:21* ((65c35633-d1fd-4840-a6bc-ee79a2db5ffa))
- ✔️ [[May 26th, 2025]] *22:22* ((65c8d45b-1a21-40d2-9003-5b9c13d08e01))
- ✔️ [[May 26th, 2025]] *22:22* ((65d8963d-f00b-44a0-97c3-10f5510ab44e))
- ✔️ [[May 26th, 2025]] *22:22* ((683432dd-8909-4466-b7ec-c4861aaf2fe0))
- ✔️ [[May 26th, 2025]] *22:23* ((65c8d46f-f70f-4d0f-9fce-14c2ab11ab68))
- ✔️ [[May 26th, 2025]] *22:23* Coprire anche aspetti di collaborative modeling
- ### [[2025/06]]
- ✔️ [[02-06-2025]] *23:42* ((6836208c-cf9d-4d40-9f87-db1045f739e1))
- ✔️ [[03-06-2025]] *16:05* ((683f0108-c7ac-41ae-a6bd-b9c02829e6fc))
- ✔️ [[03-06-2025]] *16:07* ((683ee6f2-7304-4ea7-8000-46b4106b3ef5))
- ✔️ [[03-06-2025]] *21:54* ((683620b6-dd45-402c-80d5-0eb8facf914d))
- ✔️ [[04-06-2025]] *11:29* ((683f0792-8597-4118-9816-7f7e48227b97))
- ✔️ [[04-06-2025]] *16:43* ((683f0792-8597-4118-9816-7f7e48227b97))
+3 -3
View File
@@ -65,7 +65,7 @@
;; Specify the date on which the week starts.
;; Goes from 0 to 6 (Monday to Sunday), default to 6
:start-of-week 6
:start-of-week 0
;; Specify a custom CSS import
;; This option take precedence over your local `logseq/custom.css` file
@@ -250,7 +250,7 @@
:ref/linked-references-collapsed-threshold 0
;; Favorites to list on the left sidebar
:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"]
:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "writing challenges" "ideas"]
;; any number between 0 and 1 (the greater it is the faster the changes of the next-interval of card reviews) (default 0.5)
;; :srs/learning-fraction 0.5
@@ -261,7 +261,7 @@
;; hide specific properties for blocks
;; E.g. :block-hidden-properties #{:created-at :updated-at}
;; :block-hidden-properties #{}
:block-hidden-properties #{:todoistid }
;; :block-hidden-properties #{:todoistid }
;; Enable all your properties to have corresponding pages
+2 -1
View File
@@ -91,4 +91,5 @@ icon:: ✅
- ✔️ [[04-06-2025]] *11:29* ((683f0792-8597-4118-9816-7f7e48227b97))
- ✔️ [[04-06-2025]] *16:43* ((683f0792-8597-4118-9816-7f7e48227b97))
- ✔️ [[04-06-2025]] *17:08* ((5aecbefd-0816-4ac9-92f7-61d18bdcfa4c))
- ✔️ [[04-06-2025]] *17:38* ((68405bba-69d5-49a4-b785-d058a3d14a27))
- ✔️ [[04-06-2025]] *17:38* ((68405bba-69d5-49a4-b785-d058a3d14a27))
- ✔️ [[04-06-2025]] *23:40* ((68405baf-941e-4ee8-9e35-96211c54303f))
+10 -4
View File
@@ -107,9 +107,12 @@ progress:: {{renderer :todomaster}}
- TODO Richiesta afferenza al Collegio di Mauro Cappelli, ricercatore allEnea
- TODO [#C] Vedere per compenso per la De Masi
- TODO [#B] [[PAPERS/Journal-Green-Paper]]
- TODO [#B] Rivedere Composizione Collegio
todoist-id:: [8750396305](https://app.todoist.com/app/task/8750396305)
- DOING [#B] Rivedere Composizione Collegio
SCHEDULED: <2025-06-04 Wed>
todoist-id:: [8750396305](https://app.todoist.com/app/task/8750396305)
:LOGBOOK:
CLOCK: [2025-06-04 Wed 21:44:39]
:END:
- TODO [#C] [[PAPERS/ABSTRACT-ENGINEERING]]
- TODO [#C] [[PAPERS/TOSEM2025-TESORO]]
- TODO [#B] [R: Scheda XLI ciclo e richieste di afferenza al Collegio](https://outlook.office365.com/owa/?ItemID=AAkALgAAAAAAHYQDEapmEc2byACqAC%2FEWg0AjoVpQvBez0Ss5ZY2WGWEJgAHueDXAQAA&exvsurl=1&viewmodel=ReadMessageItem)
@@ -151,9 +154,12 @@ progress:: {{renderer :todomaster}}
- TODO [#B] SLIDES DI PRESENTAZIONE
todoist-desc:: Con HOWTO etc.
todoist-id:: [9193848277](https://app.todoist.com/app/task/9193848277)
- TODO [#A] [[MODELS Journal-First-track + 1 more]]
- DOING [#A] [[MODELS Journal-First-track + 1 more]]
SCHEDULED: <2025-06-04 Wed>
todoist-desc:: From: noreply@researchr.org
todoist-id:: [8933176944](https://app.todoist.com/app/task/8933176944)
SCHEDULED: <2025-06-04 Wed>
:LOGBOOK:
CLOCK: [2025-06-04 Wed 21:44:10]
:END:
- DONE [[PAPERS/2025-SEAA-CodeXHug]]
todoist-id:: [9123770472](https://app.todoist.com/app/task/9123770472)
+5 -2
View File
@@ -28,10 +28,13 @@ progress:: {{renderer :todomaster}}
- TODO [#A] [[Missione STAF 2025]]
todoist-id:: [9135141990](https://app.todoist.com/app/task/9135141990)
SCHEDULED: <2025-06-16 Mon>
- TODO [#C] [[Proposta di corso avanzato su machine learning]]
- DOING [#C] [[Proposta di corso avanzato su machine learning]]
SCHEDULED: <2025-06-07 Sat>
todoist-desc:: https://outlook.office365.com/owa/?ItemID=AAkALgAAAAAAHYQDEapmEc2byACqAC%2FEWg0AjoVpQvBez0Ss5ZY2WGWEJgAH1wAvQQAA&exvsurl=1&viewmodel=ReadMessageItem
todoist-id:: [9057940282](https://app.todoist.com/app/task/9057940282)
SCHEDULED: <2025-06-07 Sat>
:LOGBOOK:
CLOCK: [2025-06-04 Wed 21:44:24]
:END:
- TODO [#B] [[PAPERS/SOSYM-EXPERT-VOICE-2024-ML-EVOLUTION]]
todoist-desc:: [Sosym Expert voice: Co-evo in the era of Low code - Online LaTeX Editor Overleaf](https://www.overleaf.com/project/680d243a75547ff8d273e791)
todoist-id:: [7584640828](https://app.todoist.com/app/task/7584640828)