Warning : This project is under development.
#Open Journal Systems
Open Journal Systems (OJS) is a journal management and publishing system with Symfony 2 Framework that has been developed by the Public Knowledge Project through its federally funded efforts to expand and improve access to research.
As a company we OkulBilişim, analyze PKP/OJS and make it: harder, better, faster and stronger with SF2 and cloud.
##OJS Features
OJS is open source software made freely available to journals worldwide for the purpose of making open access publishing a viable option for more journals, as open access can increase a journal’s readership as well as its contribution to the public good on a global scale.
OJS assists with every stage of the refereed publishing process, from submissions through to online publication and indexing. Through its management systems, its finely grained indexing of research, and the context it provides for research, OJS seeks to improve both the scholarly and public quality of refereed research.
- OJS is installed locally and locally controlled.
- Editors configure requirements, sections, review process, etc.
- Online submission and management of all content.
- Subscription module with delayed open access options.
- Comprehensive indexing of content part of global system.
- Reading Tools for content, based on field and editors’ choice.
- Email notification and commenting ability for readers.
- Complete context-sensitive online Help support.
Read Install.md
Before starting coding, make sure that your local system is properly configured for Symfony.
Execute the check.php
script from the command line:
php app/check.php
The script returns a status code of 0
if all mandatory requirements are met,
1
otherwise.
Access the config.php
script from a browser:
http://localhost/path/to/symfony/app/web/config.php
If you get any warnings or recommendations, fix them before moving on.
You may have a look at Symfony2 cheatsheet
OJS will have two type of API: read-only and full write access. The early version of project's admin panel and core will be more integrated but the initial release will be fully working over REST-API.
OJS-API will aslo have oAuth 2.0a authentication feature.
All the UI components are based on Bootstrap. So anyone can modify any elements with a small html/css knowledge.
We'll also provide a WP alike Theme and Plugin mechanism.
Db schema can be viewed at dbpatterns.com .
We built the search on top of ElasticSearch so all binding are ready for the search.
Log mechanism is based on symfony/monolog-bundle
but in the near future GrayLog2 will implemented
Our roadmap is driven by the issues on Github
Our effords to finish abow the main features
-
PHP Fatal error: Allowed memory size of # bytes exhauste
- set
memory_limit = 1024M
at your (php.ini)
- set
-
set data.timezone with correct timezone at php.ini
[Symfony\Component\Debug\Exception\ContextErrorException]
Warning: date_default_timezone_get(): Invalid date.timezone value 'XX/XX', we selected the timezone 'UTC' for now.