First the the data of the old site needs to be scraped. Some parts can be placed, if possible, in a specific field of a specific table such as the first part in name in the Author table, the second name (after the "(" if there is one!) in alias in the Alias table and the indication of the time period in the last part of each lemma in 'date' in the Location_time table.
The "vitae", the text between the name of the FA and "Works" should be placed in the biography field of the Author table.
The text under "Works" should be placed in its entirety in the text field of the `Works' table.
The text under "Literature" should be placed in the Additional_info table, in the Add_comments field.
First the the data of the old site needs to be scraped. Some parts can be placed, if possible, in a specific field of a specific table such as the first part in
name
in theAuthor
table, the second name (after the "(" if there is one!) inalias
in theAlias
table and the indication of the time period in the last part of each lemma in 'date' in theLocation_time
table.The "vitae", the text between the name of the FA and "Works" should be placed in the
biography
field of theAuthor
table.The text under "Works" should be placed in its entirety in the
text
field of the `Works' table.The text under "Literature" should be placed in the
Additional_info
table, in theAdd_comments
field.