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
-
- (Integer) _cached_authorCount [R/W]Cached author count. -
- (Array) _cached_authorNames [R/W]Cached author names array. -
- (Integer) _cached_citeCount [R/W]Cached citation count. -
- (String) _cached_formattedCitationCount [R/W]Cached formatted citation count string. -
- (String) _cached_formattedReferenceCount [R/W]Cached formatted reference count string. -
- (Integer) _cached_refCount [R/W]Cached reference count. -
- (Integer) authorCount [R/O]Computed property returning author count. -
- (String) authorNames [R/O]Computed property returning a paper's authors names in an array. -
- (Integer) citeCount [R/O]Computed property returning citation count. -
- (String) formattedCitationCount [R/O]Computed property returning formatted citation count string. -
- (String) formattedReferenceCount [R/O]Computed property returning formatted reference count string. -
- (String) label [R/O]Computed property returning a paper's title as different property, 'label' -
- (Integer) maxCiteLevel [R/W]The max level explored for citations. -
- (Integer) maxRefLevel [R/W]The max level explored for refs. -
- (Integer) refCount [R/O]Computed property returning reference count. -
- (String) url [R/O]Computed property generating the CiteSeer URL.
Property Details
_cached_formattedCitationCount [R/W]
Cached formatted citation count string.
- String _cached_formattedCitationCount
_cached_formattedReferenceCount [R/W]
Cached formatted reference count string.
- String _cached_formattedReferenceCount
authorNames [R/O]
Computed property returning a paper's authors names in an array.
- String authorNames
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