Commit f1fe49dc authored by Steinberg, Jan's avatar Steinberg, Jan
Browse files

Merge branch 'master' into 91-wzb-papers-von-econstor-harvesten

parents 7c0f84a2 de059266
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ DDA is currently focused on working with a DSpace 5+ installation. In particular
### Set properties for your local installation
Edit file `config.yml` and set property values according to your specific environment.


### Create a *Document Deposit Assistant* DSpace user
DDA will import documents to DSpace as a registered DSpace user. To create a new DDA user account within DSpace, first log in with administrator privileges. Then select *Access Control* -> *People*. Click *Click here to add a new E-Person*. Provide a valid and unique e-mail address, provide as first name "Document", as last name "Deposit Assistant", and have *Can Log In* selected. Click *Create E-Person*. Back in the *E-person management* interface, search for e-people with a string "Deposit Assistant", select the correct *Document Deposit Assistant* e-person from the results, and click *Login as E-Person* (in case it is available) or *Reset Password* in order to provide this user a password.

+1 −1
Original line number Diff line number Diff line
@@ -1033,7 +1033,7 @@ public class XsltTransformerOaiPmhBundlesStreamSourceTest {
                getResourceAsStream("xslt/jas-oai_dc-2-xmlbundle.xslt"), StandardCharsets.UTF_8);
        map.put("oai_dc", oaiDcXsltString);
        
        XsltTransformerOaiPmhBundlesStreamSource bss = new XsltTransformerOaiPmhBundlesStreamSource("http://journal.binus.ac.id/index.php/jas/oai/", map);
        XsltTransformerOaiPmhBundlesStreamSource bss = new XsltTransformerOaiPmhBundlesStreamSource("https://journal.binus.ac.id/index.php/jas/oai", map);
        
        Bundle bundle = bss.getBundle("oai:ojs.journal.binus.ac.id:article/1533");
        LOG.info("{}", bundle);