diff --git a/config/_default/config.yaml b/config/_default/config.yaml index d0c482b47ff968eb55890be02e1fe681b204b01c..59e429dc961ef8b76d7470e3a40d4c06382f0fee 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -31,7 +31,7 @@ removePathAccents: true enableGitInfo: false summaryLength: 30 -paginate: 10 +pagination.pagerSize: 10 enableEmoji: true enableRobotsTXT: true footnotereturnlinkcontents: <sup>^</sup> diff --git a/content/collaborate/index.md b/content/collaborate/index.md index 45aa4098b77279ea318a9de98a5eda69110c2e80..c3be8c7de75bde77f591d274b3b582b095069426 100644 --- a/content/collaborate/index.md +++ b/content/collaborate/index.md @@ -14,6 +14,8 @@ sections: text: We are (almost) always looking for exceptional student researchers. Below you can find a list of currently open positions. Please note, that this list might not be up-to-date. filters: category: Job ad + sort_by: 'Date' + sort_ascending: false design: view: compact - block: collection diff --git a/content/collaborate/jobs/2024_FMH/index.md b/content/collaborate/jobs/2024_FMH/_index.md similarity index 100% rename from content/collaborate/jobs/2024_FMH/index.md rename to content/collaborate/jobs/2024_FMH/_index.md diff --git a/content/collaborate/jobs/2024_TR/index.md b/content/collaborate/jobs/2024_TR/_index.md similarity index 100% rename from content/collaborate/jobs/2024_TR/index.md rename to content/collaborate/jobs/2024_TR/_index.md diff --git a/content/collaborate/jobs/_index.md b/content/collaborate/jobs/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..df3535d573a6c003e7127e14a0d4d2339f185ee7 --- /dev/null +++ b/content/collaborate/jobs/_index.md @@ -0,0 +1,11 @@ +--- +title: Open positions + +# Listing view +view: card + +# Optional banner image (relative to `assets/media/` folder). +banner: + caption: '' + image: '' +--- diff --git a/content/collaborate/topics/_index.md b/content/collaborate/topics/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..8b19d6c739b0996d57788e8456f508d5346f4977 --- /dev/null +++ b/content/collaborate/topics/_index.md @@ -0,0 +1,11 @@ +--- +title: Thesis topic ideas + +# Listing view +view: card + +# Optional banner image (relative to `assets/media/` folder). +banner: + caption: '' + image: '' +--- diff --git a/content/collaborate/topics/deploy-tracking.md b/content/collaborate/topics/deploy-tracking.md index 715047054ec0a5becdd25f7dbc168ece0b1f955f..a69fb715e66b1c8c95517de3ae17eed0baad7599 100644 --- a/content/collaborate/topics/deploy-tracking.md +++ b/content/collaborate/topics/deploy-tracking.md @@ -7,7 +7,10 @@ authors: - Tim Repke --- -Starting with a list of CDR companies (e.g. cdr.fyi, cdratlas, https://carbonplan.org/...) and CDR news (e.g. mailing list), find news articles, grey literature, tweets, … mentioning those companies. Can we extract information such as actual sequestration, projected scale, and investments? Construct a database/knowledge graph of bits of information and sources. -Useful skills: none for manual feasibility study +Starting with a list of CDR companies (e.g. cdr.fyi, cdratlas, https://carbonplan.org/...) and CDR news (e.g. mailing list), find news articles, grey literature, tweets, … mentioning those companies. +Can we extract information such as actual sequestration, projected scale, and investments? +Construct a database/knowledge graph of bits of information and sources. + +Useful skills: none for manual feasibility study, computer linguistic/NLP and data engineering skills required for automation; Useful prior knowledge: carbon dioxide removal, media analysis Contact: Tim diff --git a/content/collaborate/topics/gpt-labelling.md b/content/collaborate/topics/gpt-labelling.md index 3c71b0f3a5f2834a3d8a3f8d27ee46b544e7d061..27656264bb54c3954f08ca94279b642ba27771dd 100644 --- a/content/collaborate/topics/gpt-labelling.md +++ b/content/collaborate/topics/gpt-labelling.md @@ -1,11 +1,18 @@ --- title: When and how can ChatGPT help us to save hand labeling efforts -date: 2023-10-26 +date: 2023-09-26 categories: - Thesis proposal authors: - Max Callaghan --- +We spend a lot of time and money on students to annotate text data. +Some of them are used to train ML text classification models. +Can ChatGPT be used to save some of the resources? -We spend a lot of time and money on student’s to annotate text data. Some of them are used to train ML text classification models. Can ChatGPT be used to save some of the resources? We have lots of annotated data from previous projects. This can be used to investigate if the task could have been fulfilled with ChatGPT and under which conditions. -Some playful ideas to investigate: Is ChatGPT temporarily reliable? When prompted with some time (months) in between doe answers vary? Can we use the parameter temperature to estimate the (hidden) certainty of an answer? +We have lots of annotated data from previous projects. +This can be used to investigate if the task could have been fulfilled with ChatGPT and under which conditions. + +Some playful ideas to investigate: +* Is ChatGPT temporarily reliable? When prompted with some time (months) in between doe answers vary? +* Can we use the parameter temperature to estimate the (hidden) certainty of an answer?