Class Papercube.Paper

Extends: SC.Record
Defined in: clients/papercube/models/paper.js
Version: 1.0
Author: Peter Bergstrom
Copyright: 2008-2009 Peter Bergström.

Overview

Paper model

Property Summary

Property Details

_cached_authorCount [R/W]

Cached author count.

-   Integer _cached_authorCount


_cached_authorNames [R/W]

Cached author names array.

-   Array _cached_authorNames


_cached_citeCount [R/W]

Cached citation count.

-   Integer _cached_citeCount


_cached_formattedCitationCount [R/W]

Cached formatted citation count string.

-   String _cached_formattedCitationCount


_cached_formattedReferenceCount [R/W]

Cached formatted reference count string.

-   String _cached_formattedReferenceCount


_cached_refCount [R/W]

Cached reference count.

-   Integer _cached_refCount


authorCount [R/O]

Computed property returning author count.

-   Integer authorCount


authorNames [R/O]

Computed property returning a paper's authors names in an array.

-   String authorNames


citeCount [R/O]

Computed property returning citation count.

-   Integer citeCount


formattedCitationCount [R/O]

Computed property returning formatted citation count string.

-   String formattedCitationCount


formattedReferenceCount [R/O]

Computed property returning formatted reference count string.

-   String formattedReferenceCount


label [R/O]

Computed property returning a paper's title as different property, 'label'

-   String label


maxCiteLevel [R/W]

The max level explored for citations.

-   Integer maxCiteLevel

Default Value: 0


maxRefLevel [R/W]

The max level explored for refs.

-   Integer maxRefLevel

Default Value: 0


refCount [R/O]

Computed property returning reference count.

-   Integer refCount


url [R/O]

Computed property generating the CiteSeer URL.

-   String url


Documentation generated by JsDoc Toolkit 2.0.2 on Sat Nov 21 2009 21:24:38 GMT-0800 (PST)