| Server IP : 195.134.90.114 / Your IP : 216.73.217.33 Web Server : Apache/2.4.58 System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/public_html/plugins/generic/editorialBio/ |
Upload File : |
# EditorialBio plugin for PKP This plugin exposes the editorial biographies as pages, as used to be the case with OJS 2.x. ## Requirements * OJS 3.x / OMP 3.1 or later * PHP 7.2 or later ## Installation Install this as a "generic" plugin. The preferred installation method is through the Plugin Gallery. To install manually via the filesystem, extract the contents of this archive to an "editorialBio" directory under "plugins/generic" in your OJS root. To install via Git submodule, target that same directory path: `git submodule add https://github.com/ulsdevteam/pkp-editorialBio plugins/generic/editorialBio`. Run the plugin install script to register this plugin, e.g.: `php lib/pkp/tools/installPluginVersion.php plugins/generic/editorialBio/version.xml`, or run the upgrade script, e.g.: `php tools/upgrade.php upgrade` ## Configuration No configuration is needed. Just enable and go! ## Usage The endpoint *journal_path*/about/editorialTeamBio/*user_id* will respond to display a public editorial bio page, if data is entered in the biography for an editor or journal manager. To find the path, browse to the user's profile in the Users List to find a reference to the link. E.g.:  ## Author / License Written by Clinton Graham for the [University of Pittsburgh](http://www.pitt.edu). Copyright (c) University of Pittsburgh. Released under a license of GPL v2 or later.