Project

General

Profile

« Previous | Next » 

Revision 44406

Deposit Pages for 'Publications' and 'R3data' Repositories seperated | publications and datasets tabs in dataprovider landing page ready | subjects categorized by taxonomy added in publication landing page

View differences:

server.ts
97 97
app.get('/search/find/datasets', ngApp);
98 98
app.get('/search/find/organizations', ngApp);
99 99
app.get('/search/find/people', ngApp);
100
app.get('/deposit', ngApp);
101
app.get('/deposit-result', ngApp);
100
app.get('/deposit-publications', ngApp);
101
app.get('/deposit-datasets', ngApp);
102
app.get('/deposit-publications-result', ngApp);
103
app.get('/deposit-datasets-result', ngApp);
102 104
app.get('/error', ngApp);
103 105
app.get('/test', ngApp);
104 106
app.get('/refineResults.json', function(req, res) {

Also available in: Unified diff