{"id":27646043,"url":"https://github.com/in2code-de/publications","last_synced_at":"2025-10-20T03:59:53.884Z","repository":{"id":35073278,"uuid":"199458046","full_name":"in2code-de/publications","owner":"in2code-de","description":"Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.","archived":false,"fork":false,"pushed_at":"2025-04-16T11:31:31.000Z","size":1073,"stargazers_count":11,"open_issues_count":8,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T01:15:28.002Z","etag":null,"topics":["typo3","typo3-extension"],"latest_commit_sha":null,"homepage":"https://www.in2code.de/agentur/typo3-extensions/publications/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/in2code-de.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-07-29T13:26:34.000Z","updated_at":"2025-04-16T11:31:35.000Z","dependencies_parsed_at":"2024-02-07T17:29:29.165Z","dependency_job_id":"7640d8e5-acb0-4d73-9d20-0c57a6231d70","html_url":"https://github.com/in2code-de/publications","commit_stats":{"total_commits":307,"total_committers":14,"mean_commits":"21.928571428571427","dds":0.6775244299674268,"last_synced_commit":"71f4d3f32daef2bf7313e6113e94d5c6ca0b5542"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpublications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpublications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpublications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in2code-de%2Fpublications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/in2code-de","download_url":"https://codeload.github.com/in2code-de/publications/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540916,"owners_count":21447428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["typo3","typo3-extension"],"created_at":"2025-04-24T01:16:04.696Z","updated_at":"2025-10-20T03:59:53.877Z","avatar_url":"https://github.com/in2code-de.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# publications is an TYPO3 extension to list academic publications\n\nInspired by the TYPO3 **bib** extension\n\n\n\n## Introduction\n\nTarget group of this extension are universities and colleges:\nShow academic publications in a listview with some filter possibilities in the plugin and in frontend.\nIm- and export BibTeX or XML files (Import via Backend Module, Export in Frontend) to list publications.\nEasily extend this extension with own importers or own citestyles.\n\nAt the moment we support a default and the IEEE citestyle.\n\n\n\n## Screenshots\n\nExample list view:\n![Example listview](Documentation/Images/screenshot_frontend_listview.png \"Listview\")\n\nPlugin:\n![Plugin](Documentation/Images/screenshot_backend_plugin.png \"Plugin\")\n\nImport module:\n![Module](Documentation/Images/screenshot_backend_module.png \"Module\")\n\n\n\n## Technical requirements\n\nThis extension needs *TYPO3 13*\nAt the moment it's not possible to use publications without **composer mode**! Classic mode is not supported.\n\n\n## Installation\n\n* Install the extension via composer: `composer require in2code/publications`\n* Clean caches\n* Add the static TypoScript of the extension to your installation root template\n* Add some publication and author records to a sysfolder\n* Add the publication plugin to a default page\n* That's it\n\n\n\n## Extending publications\n\n* Look at the [importer documentation](Documentation/Importer.md) to see how you can add own importers\n* Look at the [citestyle documentation](Documentation/Citestyles.md) to see how you can add your own cite styles\n\n\n\n## Migration from bib\n\nIf you want to migrate records from extension bib to publications, there is a Command Controller for doing this\n\n```\n./vendor/bin/typo3cms publications:migrate\n```\n\n**Note:** If you want to delete all publications records before (to minimize uid conflicts), you can use\n\n```\n# Delete all records (truncate all tables)\n./vendor/bin/typo3cms publications:clean 0\n\n# Delete all records on page with uid 123\n./vendor/bin/typo3cms publications:clean 123\n```\n\n## Contribution with ddev\n\nThis repository provides a [DDEV]()-backed development environment. If DDEV is installed, simply run the following\ncommands to quickly set up a local environment with example usages:\n\n* `ddev start`\n* `ddev initialize`\n\n### Requirements\n\n1. Install ddev, see: https://ddev.readthedocs.io/en/stable/#installation\n2. Install git-lfs, see: https://git-lfs.github.com/\n\n### Installation\n\n1. Clone this repository\n2. Run `ddev start`\n3. Run `ddev initialize` to setup configurations and test database\n\n## Branchinfo\n\n* master Branch - Next Major Version\n\n### Check and fix code style\n\nThis project uses php-cs-fixer to check for PHP coding standards.\nFor a list of the used rules see: `.project/tests/.php-cs-fixer.php`.\n\nRun the PHP code style test (local):\n```\nddev ssh\ncomposer  test:php:cs\n```\n\nAutomatic fix of code style violations:\n\nThis command tries to fix code violations automatically.\nThis works for the most violations (indent, spaces etc.).\nIf an automatic fix is not possible the fixes must be done manually.\n```\nddev ssh\n./.build/bin/php-cs-fixer fix --config=.project/tests/.php-cs-fixer.php --diff\n```\n## Early Access Programm for TYPO3 14 support\n\n:information_source: **TYPO3 14 compatibility**\n\u003e See [EAP page (DE)](https://www.in2code.de/agentur/typo3-extensions/early-access-programm/) or\n\u003e [EAP page (EN)](https://www.in2code.de/en/agency/typo3-extensions/early-access-program/) for more information how\n\u003e to get access to a TYPO3 14 version\n\n## Changelog\n\n| Version | Date       | State   | Description                                                                                                                       |\n|---------|------------|---------|-----------------------------------------------------------------------------------------------------------------------------------|\n| 13.0.0  | 2025-08-08 | Feature | Support TYPO3 13                                                                                                                  |\n| 6.2.1   | 2025-04-16 | Bugfix  | Fix undefined array key exception                                                                                                 |\n| 6.2.0   | 2025-02-20 | Feature | Filter for \"reviewed\", and abbreviated journal title                                                                              |\n| 6.1.0   | 2024-04-08 | Feature | Add improved search template and functionality                                                                                    |\n| 6.0.2   | 2024-01-22 | Task    | First public release of TYPO3 V12 compatible release                                                                              |\n| 6.0.0   | 2023-06-28 | Task    | Support TYPO3 12                                                                                                                  |\n| 5.4.0   | 2023-04-08 | Bugfix  | Add missing use for ImportController                                                                                              |\n| 5.3.1   | 2023-02-24 | Bugfix  | Add missing use for ImportController                                                                                              |\n| 5.3.0   | 2023-02-24 | Feature | Additional import option \"language behaviour\". Allows to specify the target langauge of imports                                   |\n| 5.2.0   | 2022-12-12 | Feature | French umlaute                                                                                                                    |\n| 5.1.0   | 2022-10-13 | Feature | Rework highlighting of authors                                                                                                    |\n| 5.0.2   | 2022-09-28 | Bugfix  | Fix author highlighting, fix internal author linking                                                                              |\n| 5.0.1   | 2022-09-21 | Bugfix  | Fix bibtex and xml export                                                                                                         |\n| 5.0.0   | 2022-09-20 | Feature | Backend improvements, bugfixes                                                                                                    |\n| 4.1.0   | 2022-09-08 | Bugfix  | Fix TCA link wizard, because it was deprecated                              \u003cbr/\u003e                                                 |\n| 4.0.1   | 2022-06-20 | Bugfix  | Fix document type frontend filter if no filter is set                                                                             |\n| 4.0.0   | 2022-05-25 | Feature | Drop support for TYPO3 9 and 10, provide ddev based development environment, \u003cbr/\u003eadd github actions for testing and TER release. |\n| 3.0.0   | 2022-02-16 | Feature | Highlighted Authors, Link names, Citestyles, Author model added. Support pmid field in migration.                                 |\n| 2.3.0   | 2021-03-19 | Feature | Special character support for bib import, Fix generated icon tags                                                                 |\n| 2.2.0   | 2021-03-17 | Task    | Add auto deployment to TER, Add extension key in composer.json                                                                    |\n| 2.1.0   | 2020-12-03 | Feature | Allow backend search for publications and authors                                                                                 |\n| 2.0.0   | 2020-11-25 | Task    | Support TYPO3 10 and drop support for 8, Space in IEEE between month and year now                                                 |\n| 1.17.0  | 2020-05-28 | Feature | Add new citestyle APA                                                                                                             |\n| 1.16.0  | 2020-04-14 | Feature | Add system fields (hidden, sys_language_uid, starttime, endtime)                                                                  |\n| 1.15.0  | 2020-04-09 | Feature | Allow multiple record storage pages, add recursive storage page loading                                                           |\n| 1.14.0  | 2020-03-12 | Feature | Use sections for data elements, Translate labels in standard citestyles                                                           |\n| 1.13.2  | 2019-03-11 | Bugfix  | Make composer.json compatible to composer 2.0                                                                                     |\n| 1.13.1  | 2019-03-11 | Bugfix  | Remove wrong whitespaces, fix translation keys                                                                                    |\n| 1.13.0  | 2019-12-11 | Feature | Improve layout and add missing colons, render partial \"LinkBlock\" only if needed                                                  |\n| 1.12.0  | 2019-11-29 | Feature | Make enumeration toggleble, bugfix with SQL mode strict and importers                                                             |\n| 1.11.0  | 2019-11-19 | Feature | Make filter toggleble                                                                                                             |\n| 1.10.0  | 2019-11-19 | Feature | Add additional section to some bibtypes                                                                                           |\n| 1.9.1   | 2019-11-19 | Bugfix  | Fix orderings bug                                                                                                                 |\n| 1.9.0   | 2019-10-29 | Feature | Add localization for abstract label                                                                                               |\n| 1.8.0   | 2019-10-19 | Feature | Adjust styling                                                                                                                    |\n| 1.7.0   | 2019-10-18 | Feature | Add missing label                                                                                                                 |\n| 1.6.0   | 2019-10-18 | Feature | Add abstract field in FE output                                                                                                   |\n| 1.5.0   | 2019-10-08 | Feature | Add a sorting by date (if no date, take 1.1.currentyear)                                                                          |\n| 1.4.0   | 2019-10-07 | Feature | Add new cite style (IEEE with abstract)                                                                                           |\n| 1.3.1   | 2019-09-10 | Bugfix  | Don't respect storage page in all repository functions                                                                            |\n| 1.3.0   | 2019-09-09 | Feature | Allow multiple authors for filtering be+fe, Prefilter with extern/intern in plugin                                                |\n| 1.2.0   | 2019-09-02 | Task    | Allow table wide exclude field definition, small change for title and bibtype tca                                                 |\n| 1.1.0   | 2019-08-29 | Task    | Fix issue with staticfilecache, use individual filter cookie per ce, year bugfix                                                  |\n| 1.0.1   | 2019-08-27 | Bugfix  | Fix some small typos                                                                                                              |\n| 1.0.0   | 2019-08-27 | Task    | First stable release                                                                                                              |\n| 0.4.0   | 2019-08-26 | Task    | 4. prerelease with documentation                                                                                                  |\n| 0.3.0   | 2019-08-26 | Task    | 3. prerelease with a finalized citestyles                                                                                         |\n| 0.2.0   | 2019-08-26 | Task    | 2. prerelease with a basic IEEE citestyle                                                                                         |\n| 0.1.0   | 2019-08-21 | Task    | First prerelease with a default citestyle only                                                                                    |\n\n\n\n## Patrons\n\n* \u003ca href=\"https://www.uni-ulm.de\" target=\"_blank\"\u003eUniversity of Ulm\u003c/a\u003e as the main sponsor of this extension\n* \u003ca href=\"https://www.in2code.de\" target=\"_blank\" title=\"Wir leben TYPO3\"\u003ein2code GmbH\u003c/a\u003e as the development partner of this extension\n\n\n## Credits\n\nThe icons\n* docx icon was made by \u003ca href=\"https://www.flaticon.com/authors/freepik\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e\n* pdf icon was  made by \u003ca href=\"https://www.flaticon.com/authors/smashicons\" title=\"Smashicons\"\u003eSmashicons\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin2code-de%2Fpublications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin2code-de%2Fpublications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin2code-de%2Fpublications/lists"}