Fixed category duplication, added introduction
This commit is contained in:
parent
c033998e95
commit
2a85b7821f
5 changed files with 72 additions and 66 deletions
30
README.md
30
README.md
|
@ -30,19 +30,23 @@ Then you can have some fun with your robot intern. These prompts were tested in
|
|||
PDF includes:
|
||||
|
||||
> The "seminarske" folder contains pdf journal submissions with their corresponding .txt version. The first few lines of each file contain the title. Write and execute a shell one-liner to extract the titles corresponding to the file names into your context.
|
||||
Read the "razpored.txt" file to map titles to categories.
|
||||
> Write the following latex command for each of the works, keeping their order from razpored.txt intact:
|
||||
> \includework
|
||||
> {Title of category}
|
||||
> {seminarske/name_of_the_file.pdf}
|
||||
> {Full title of the work}
|
||||
Read the "razpored.txt" file to map titles to categories.
|
||||
> Write the following latex command for each of the works, keeping their order from razpored.txt intact:
|
||||
> \includework
|
||||
> {Title of category}
|
||||
> {seminarske/name_of_the_file.pdf}
|
||||
> {Full title of the work}
|
||||
|
||||
Summaries:
|
||||
|
||||
> You now need to look through each of the files and extract the abstract and keywords. It should be in the first hundred lines.
|
||||
> For each work, output in the following form:
|
||||
> \subsection{Full title of the work}
|
||||
> Full, unchanged abstract goes here
|
||||
> \textbf{Keywords:} copy, the, keywords, here
|
||||
> For abstracts in non-english, use the same term they used for keywords (e.g. Ključne besede)
|
||||
> Process and output them in markdown blocks one at a time so you don't fill up your context window and make mistakes.
|
||||
> You now need to look through each of the files and extract the abstract and keywords. It should be in the first hundred lines.
|
||||
> For each work, output in the following form:
|
||||
> \subsection{Full title of the work}
|
||||
> Full, unchanged abstract goes here
|
||||
> \textbf{Keywords:} copy, the, keywords, here
|
||||
> For abstracts in non-english, use the same term they used for keywords (e.g. Ključne besede)
|
||||
> Process and output them in markdown blocks one at a time so you don't fill up your context window and make mistakes.
|
||||
|
||||
Introduction:
|
||||
|
||||
Just include the summaries.tex (for abstracts) and pdf-includes.tex (for categories) and tell it to "write a paragraph about each category, outlining all the papers presented in each" or something like that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue