Skip to content

Commit

Permalink
Ojstr typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
behram committed May 22, 2015
1 parent 00a4051 commit 81af180
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
30 changes: 15 additions & 15 deletions docs/Citations.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Citation types defined in `app/config/bibliography_params.yml`


- **article**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_ARTICLE
Ojs\Common\Params\CitationParams::$CITATION_TYPE_ARTICLE

An article from a journal or magazine.

Expand All @@ -46,7 +46,7 @@ Required fields: author, title, journal, year
Optional fields: volume, number, pages, month, note, key

- **book**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_BOOK
Ojs\Common\Params\CitationParams::$CITATION_TYPE_BOOK

A book with an explicit publisher.

Expand All @@ -55,7 +55,7 @@ Required fields: author/editor, title, publisher, year
Optional fields: volume/number, series, address, edition, month, note, key

- **booklet**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_BOOKLET
Ojs\Common\Params\CitationParams::$CITATION_TYPE_BOOKLET

A work that is printed and bound, but without a named publisher or sponsoring institution.

Expand All @@ -64,12 +64,12 @@ Required fields: title
Optional fields: author, howpublished, address, month, year, note, key

- **conference**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_CONFERENCE
Ojs\Common\Params\CitationParams::$CITATION_TYPE_CONFERENCE

The same as inproceedings, included for Scribe compatibility.

- **inbook**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_INBOOK
Ojs\Common\Params\CitationParams::$CITATION_TYPE_INBOOK

A part of a book, usually untitled. May be a chapter (or section, etc.) and/or a range of pages.

Expand All @@ -78,7 +78,7 @@ Required fields: author/editor, title, chapter/pages, publisher, year
Optional fields: volume/number, series, type, address, edition, month, note, key

- **incollection**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_INCOLLECTION
Ojs\Common\Params\CitationParams::$CITATION_TYPE_INCOLLECTION

A part of a book having its own title.

Expand All @@ -87,7 +87,7 @@ Required fields: author, title, booktitle, publisher, year
Optional fields: editor, volume/number, series, type, chapter, pages, address, edition, month, note, key

- **inproceedings**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_INPROCEEDINGS
Ojs\Common\Params\CitationParams::$CITATION_TYPE_INPROCEEDINGS

An article in a conference proceedings.

Expand All @@ -96,7 +96,7 @@ Required fields: author, title, booktitle, year
Optional fields: editor, volume/number, series, pages, address, month, organization, publisher, note, key

- **manual**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_MANUAL
Ojs\Common\Params\CitationParams::$CITATION_TYPE_MANUAL

Technical documentation.

Expand All @@ -105,7 +105,7 @@ Required fields: title
Optional fields: author, organization, address, edition, month, year, note, key

- **mastersthesis**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_MASTERTHESIS
Ojs\Common\Params\CitationParams::$CITATION_TYPE_MASTERTHESIS

A Master's thesis.

Expand All @@ -114,7 +114,7 @@ Required fields: author, title, school, year
Optional fields: type, address, month, note, key

- **misc**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_MISC
Ojs\Common\Params\CitationParams::$CITATION_TYPE_MISC

For use when nothing else fits.

Expand All @@ -123,7 +123,7 @@ Required fields: none
Optional fields: author, title, howpublished, month, year, note, key

- **phdthesis**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_PHDTHESIS
Ojs\Common\Params\CitationParams::$CITATION_TYPE_PHDTHESIS

A Ph.D. thesis.

Expand All @@ -132,7 +132,7 @@ Required fields: author, title, school, year
Optional fields: type, address, month, note, key

- **proceedings**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_PROCEEDINGS
Ojs\Common\Params\CitationParams::$CITATION_TYPE_PROCEEDINGS

The proceedings of a conference.

Expand All @@ -141,7 +141,7 @@ Required fields: title, year
Optional fields: editor, volume/number, series, address, month, publisher, organization, note, key

- **techreport**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_TECHREPORT
Ojs\Common\Params\CitationParams::$CITATION_TYPE_TECHREPORT

A report published by a school or other institution, usually numbered within a series.

Expand All @@ -150,7 +150,7 @@ Required fields: author, title, institution, year
Optional fields: type, number, address, month, note, key

- **unpublished**
Ojstr\Common\Params\CitationParams::$CITATION_TYPE_UNPUBLISHED
Ojs\Common\Params\CitationParams::$CITATION_TYPE_UNPUBLISHED

A document having an author and title, but not formally published.

Expand Down Expand Up @@ -191,4 +191,4 @@ Some Entity\CitationSetting::setting values
- **type**: The field overriding the default type of publication (e.g. "Research Note" for techreport, "{PhD} dissertation" for phdthesis, "Section" for inbook/incollection)
- **url**: The WWW address
- **volume**: The volume of a journal or multi-volume book
- **year**: The year of publication (or, if unpublished, the year of creation)
- **year**: The year of publication (or, if unpublished, the year of creation)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrAnalyticsExtension extends Extension
class OjsAnalyticsExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrApiExtension extends Extension
class OjsApiExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrCliExtension extends Extension
class OjsCliExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrJournalExtension extends Extension
class OjsJournalExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrManagerExtension extends Extension
class OjsManagerExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrSearchExtension extends Extension
class OjsSearchExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrSiteExtension extends Extension
class OjsSiteExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/extension.html}
*/
class OjstrUserExtension extends Extension
class OjsUserExtension extends Extension
{
/**
* {@inheritDoc}
Expand Down
6 changes: 3 additions & 3 deletions web/assets/app/js/jsglobals.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var REST_API_BASEURL = "/api/";

var OjstrApp;
OjstrApp = OjstrApp || (function () {
var OjsApp;
OjsApp = OjsApp || (function () {

})();

Expand Down Expand Up @@ -71,4 +71,4 @@ var OjsCommon = {
}
return false;
}
};
};

0 comments on commit 81af180

Please sign in to comment.