Skip to content
Snippets Groups Projects
Commit f345a53f authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

new OJS journal "integ"

parent dcb166af
Branches
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ sub register_url
|| $repo_url =~ m#https://(ojs3test\.univie\.ac\.at)/index\.php/wks/article/view/(\d+)$#
|| $repo_url =~ m#https://(wbagon\.univie\.ac\.at)/index\.php/(wbagon)/article/view/(\d+)$#
|| $repo_url =~ m#https://(rezenstfm\.univie\.ac\.at)/index\.php/(tfm)/article/view/(\d+)$#
|| $repo_url =~ m#https://(journals\.univie\.ac\.at)/index\.php/(aaj|jeacs|kf|lili|mp|oezg|rhy|wdr|yis)/article/view/(\d+)$#
|| $repo_url =~ m#https://(journals\.univie\.ac\.at)/index\.php/(aaj|integ|jeacs|kf|lili|mp|oezg|rhy|wdr|yis)/article/view/(\d+)$#
|| $repo_url =~ m#https://(yis\.univie\.ac\.at)/index\.php/(yis)/article/view/(\d+)$#
|| $repo_url =~ m#https://(chronotopos\.eu)/index\.php/(cts)/article/view/(\d+)$#
|| $repo_url =~ m#https://(viennalawreview\.com)/index\.php/(vlr)/article/view/(\d+)$#
......@@ -211,7 +211,7 @@ sub register_url
}
my $sep= $repo_cnf->{id_separator};
$sep= '.' if ($journal eq 'jeacs');
$sep= '.' if ($journal eq 'jeacs' || $journal eq 'integ');
my ($pfx, $ns, $nr)= split_doi_string ($prod_doi_string, $sep);
print __LINE__, " prod_doi_string=[$prod_doi_string] pfx=[$pfx] ns=[$ns] nr=[$nr]\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment