Software Hosting and Development Services available at PKP Publishing Services
As the developers of Open Journal Systems, Open Conference Systems, Open Harvester Systems, and Open Monograph Press, the PKP team are experts in helping journal managers and conference organizers make the most of their online publishing projects. PKP Publishing Services offers support for:
As a customer of PKP Publishing Services, you will not only receive direct, personalized support from the PKP Development Team, but will be contributing to the ongoing development of the PKP applications. All funds raised by PKP Publishing Services go directly toward enhancing our free, open source software. For more information, please contact us.
Are you responsible for making OJS work -- installing, upgrading, migrating or troubleshooting? Do you think you've found a bug? Post in this forum.
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
Forum rules
What to do if you have a technical problem with OJS:1.
Search the forum. You can do this from the
Advanced Search Page or from our
Google Custom Search, which will search the entire PKP site. If you are encountering an error, we
especially recommend searching the forum for said error.
2.
Check the FAQ to see if your question or error has already been resolved.
3.
Post a question, but please, only after trying the above two solutions. If it's a workflow or usability question you should probably post to the
OJS Editorial Support and Discussion subforum; if you have a development question, try the
OJS Development subforum.
by garde » Thu Sep 28, 2006 5:31 pm
Hi,
my Google Scholar Plugin can be accessed from:
http://www.****/gateway/plugin/GoogleScholarPlugin
In that file it links to
http://www.****/gateway/plugin/plugin/G ... arPlugin/1
- Code: Select all
<metadata-files>
−
<file>
−
<url>
http://www.****/gateway/plugin/plugin/GoogleScholarPlugin/1
</url>
</file>
</metadata-files>
</publisher>
and I believe there is an extra "plugin" in the path that shouldn't be there.
This maybe due to line 145ff in the GoogleScholarPlugin.inc.php?
- Code: Select all
Request::url(null, null, null, array(
// IS THIS LINE NEEDED? 'plugin',
$this->getName(),
$i
)),
true
);
Kind regards
Sebastian
-
garde
-
- Posts: 17
- Joined: Thu Mar 16, 2006 12:16 am
-
by garde » Thu Nov 23, 2006 3:39 pm
Dear Alec,
Google Scholar requested the following to get listed in Google Scholar:
I therefore changed my code to the following (line 253ff in GoogleScholarPlugin.inc.php, simply change 'view' to 'viewArticle' twice):
- Code: Select all
XMLCustomWriter::setAttribute($canonicalUriNode, 'xlink:href', Request::url(null, 'article', 'viewArticle', array($publishedArticle->getArticleId())));
XMLCustomWriter::appendChild($articleMetaNode, $canonicalUriNode);
foreach ($publishedArticle->getGalleys() as $galley) {
$galleyUriNode =& XMLCustomWriter::createElement($document, 'self-uri');
XMLCustomWriter::setAttribute($galleyUriNode, 'xlink:href', Request::url(null, 'article', 'view', array($publishedArticle->getArticleId(), $galley->getGalleyId())));
XMLCustomWriter::appendChild($articleMetaNode, $galleyUriNode);
}
Regards
Sebastian
-
garde
-
- Posts: 17
- Joined: Thu Mar 16, 2006 12:16 am
-
by asmecher » Thu Nov 23, 2006 4:10 pm
Hi Sebastian,
Thanks, we'll include this in the next release.
Regards,
Alec Smecher
Open Journal Systems Team
-
asmecher
-
- Posts: 5747
- Joined: Wed Aug 10, 2005 12:56 pm
-
Return to OJS Technical Support
Who is online
Users browsing this forum: Google [Bot] and 4 guests