From 74c1eff6e95ba32338bdcd6f86ede63b7da58a6c Mon Sep 17 00:00:00 2001 From: Tim Repke <repke@mcc-berlin.net> Date: Mon, 30 Sep 2024 20:57:34 +0200 Subject: [PATCH] pubdate --- config/_default/config.yaml | 2 +- content/collaborate/index.md | 2 ++ .../jobs/2024_FMH/{index.md => _index.md} | 0 .../jobs/2024_TR/{index.md => _index.md} | 0 content/collaborate/jobs/_index.md | 11 +++++++++++ content/collaborate/topics/_index.md | 11 +++++++++++ content/collaborate/topics/deploy-tracking.md | 7 +++++-- content/collaborate/topics/gpt-labelling.md | 13 ++++++++++--- 8 files changed, 40 insertions(+), 6 deletions(-) rename content/collaborate/jobs/2024_FMH/{index.md => _index.md} (100%) rename content/collaborate/jobs/2024_TR/{index.md => _index.md} (100%) create mode 100644 content/collaborate/jobs/_index.md create mode 100644 content/collaborate/topics/_index.md diff --git a/config/_default/config.yaml b/config/_default/config.yaml index d0c482b..59e429d 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 45aa409..c3be8c7 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 0000000..df3535d --- /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 0000000..8b19d6c --- /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 7150470..a69fb71 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 3c71b0f..2765626 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? -- GitLab