No description
Find a file
2023-05-15 20:15:52 +02:00
bib Add files via upload 2023-05-15 20:08:48 +02:00
content Add files via upload 2023-05-15 12:57:07 +02:00
get_tree Add files via upload 2023-05-11 19:47:49 +02:00
login Add files via upload 2023-05-13 19:00:19 +02:00
1_bib_make_types_and_authors_database.py Add files via upload 2023-05-15 20:09:10 +02:00
example_bib_get_types_and_authors.py Add files via upload 2023-05-15 19:20:02 +02:00
example_get_content.py Add files via upload 2023-05-13 03:36:54 +02:00
example_get_content_info_from_page.py Add files via upload 2023-05-12 01:28:30 +02:00
example_get_drop_targets.py Add files via upload 2023-05-15 12:57:38 +02:00
example_list_wizard_tools.py Add files via upload 2023-05-14 01:05:15 +02:00
example_set_content.py Add files via upload 2023-05-13 18:59:52 +02:00
example_show_accessable_pages.py Add files via upload 2023-05-11 19:47:49 +02:00
example_surf_to_pages.py Add files via upload 2023-05-11 19:47:49 +02:00
LICENSE Create LICENSE 2023-05-11 19:46:58 +02:00
README.md Update README.md 2023-05-15 20:15:52 +02:00
username.json Add files via upload 2023-05-11 19:47:49 +02:00

Uni-Bremen Typo3 Automatization Tools

Pip packages

pip install selenium
pip install webdriver-manager
pip install numpy

For the bib tools:

pip3 install bibtexparser
pip3 install pandas

How to use the typo3 examples:

  • Change user name in username.json
  • Change the page id and content id to something you can and want to work ong

1_bib_make_types_and_authors_database.py

Running this program produces (or updates) two databases:

  • types_db.json : Containing the list of the types of publications.
  • authors_db.json : Containing the list of the authors.

If you want to remove an entry from these databases, you need to delete it yourself.

types_db.json

An entry looks like this: ''' "article": [[], "article", "article"] '''