Make WIKINDX resources available to Google Scholar (see config.php)

parent/base exporter class. The specific exporter classes should inherit.

version 1
package wikindx4\core\importexport
author Mark Grimshaw

 Methods

EXPORTGOOGLESCHOLAR

__construct() 

Display googlescholar data for one resource

export(array $row, array $creators) : string

Parameters

$row

array

$creators

array

Returns

string

formatName - format one name depending on the export type

formatName(array $creatorRow, string $exportType) : string
Inherited
author Mark Grimshaw
inherited_from \EXPORTER::formatName()

Parameters

$creatorRow

array

$exportType

string

Returns

string

titleFormat - format and return the resource title from the supplied SQL $row

titleFormat(array $row, boolean $bibtex) : string
Inherited
author Mark Grimshaw
inherited_from \EXPORTER::titleFormat()

Parameters

$row

array

$bibtex

boolean

Returns

string

Convert raw array of data to appropriate google scholar format

convertEntry() : string

Returns

string

Convert raw array of authors to appropriate google scholar format

convertEntryAuthors() : string

Returns

string

Create date

dateFormat(array $row) 
Inherited
inherited_from \EXPORTER::dateFormat()

Parameters

$row

array

get and format data

getData(array $row) 
Inherited
inherited_from \EXPORTER::getData()

Parameters

$row

array

format names

nameFormat() 
Inherited
inherited_from \EXPORTER::nameFormat()

URL encode

uEncode(string $element) : string

Parameters

$element

string

Returns

string

Make attached files available

attachedFiles(int $resourceId) : string

Parameters

$resourceId

int

Returns

string

Get resource keywords

keywords(array $row) : string

Parameters

$row

array

Returns

string

get resource languages

languages(array $row) : string

Parameters

$row

array

Returns

string

Get resource publisher

publisher(array $row) : string

Parameters

$row

array

Returns

string

 Properties

 

$authors 
Inherited
inherited_from \EXPORTER::$$authors
 

$creators 
Inherited
inherited_from \EXPORTER::$$creators
 

$db 
 

$entry 
Inherited
inherited_from \EXPORTER::$$entry
 

$map 
 

$config 
 

$noGs 
 

$session