ngx-academia-uniandes-library
Version:
This library is used for Academia-Uniandes system.
25 lines • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PHDSTUDENTLIST_ROUTE = /^\/phdStudents\/list(\?page=\d+)?$/;
exports.PHDSTUDENTDETAIL_ROUTE = /^\/phdStudents\/(edit\/\d+)|(create)$/;
exports.ALLSTUDENTLIST_ROUTE = /^\/allStudents\/list(\?page=\d+)?$/;
exports.ALLSTUDENTDETAIL_ROUTE = /^\/allStudents\/(edit\/\d+)|(create)$/;
//Constants IDTYPES
exports.LINKEDIN = 'https://www.linkedin.com/in/';
exports.FACEBOOK = 'https://www.facebook.com/';
exports.TWITTER = 'https://www.twitter.com/';
exports.ORCID = 'https://orcid.org/';
exports.ACADEMIA = 'https://uniandes.academia.edu/';
exports.RESEARCHGATE = 'https://www.researchgate.net/profile/';
//Params
exports.REPORT_PARAM = '__report';
exports.UR_PARAM = '__ur';
exports.DEPENDENCY_PARAM = '__dependencyExternalId';
exports.PHD_STATUS = 'phDStudentStatus';
exports.HASH_PARAM = '__qt';
exports.FORMAT_PARAM = '__format';
//new Window Birt Report
exports.LIVEMATCHES = 'liveMatches';
exports.WINDOW_CONFIGURATION = 'width=720,height=800,toolbar=0,location=0, directories=0, status=0, menubar=0';
exports.ALL_STATES_NUMBER = 6;
//# sourceMappingURL=constants.js.map