(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{0:function(e,t,n){e.exports=n("TDUw")},"07wB":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MsgModuleAppComponent=void 0,n("fXoL"),n("tk/3"),n("aWE5");var i=n("Xg8X"),r=n("jK3s"),o=n("QTla"),a=n("EAWT"),l=(n("MJTI"),n("fXoL")),p=n("MJTI"),s=n("aWE5"),c=n("tk/3"),u=n("ofXK");function d(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"input",2),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().initWriteDialog()}),l.\u0275\u0275elementEnd()}if(2&e){var i=l.\u0275\u0275nextContext();l.\u0275\u0275propertyInterpolate("value",i.writeBtnLabel),l.\u0275\u0275property("ngClass",i.writeBtnClass)}}function f(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"span",3),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().initReadDialog()}),l.\u0275\u0275namespaceSVG(),l.\u0275\u0275elementStart(1,"svg",4),l.\u0275\u0275elementStart(2,"g",5),l.\u0275\u0275element(3,"path",6),l.\u0275\u0275element(4,"path",7),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}}function m(e,t){if(1&e&&(l.\u0275\u0275namespaceSVG(),l.\u0275\u0275elementStart(0,"g"),l.\u0275\u0275element(1,"ellipse",16),l.\u0275\u0275elementStart(2,"text",17),l.\u0275\u0275text(3),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()),2&e){var n=l.\u0275\u0275nextContext(2);l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(n.biw)}}function h(e,t){if(1&e&&(l.\u0275\u0275namespaceSVG(),l.\u0275\u0275elementStart(0,"g"),l.\u0275\u0275element(1,"ellipse",18),l.\u0275\u0275elementStart(2,"text",19),l.\u0275\u0275text(3),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()),2&e){var n=l.\u0275\u0275nextContext(2);l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(n.msg)}}function v(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"span",3),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().initReadDialog()}),l.\u0275\u0275namespaceSVG(),l.\u0275\u0275elementStart(1,"svg",8),l.\u0275\u0275elementStart(2,"g",9),l.\u0275\u0275element(3,"path",10),l.\u0275\u0275element(4,"path",11),l.\u0275\u0275template(5,m,4,1,"g",12),l.\u0275\u0275template(6,h,4,1,"g",12),l.\u0275\u0275elementStart(7,"g"),l.\u0275\u0275element(8,"path",13),l.\u0275\u0275element(9,"path",14),l.\u0275\u0275element(10,"path",15),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=l.\u0275\u0275nextContext();l.\u0275\u0275advance(5),l.\u0275\u0275property("ngIf",i.biw>0),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",i.msg>0)}}t.MsgModuleAppComponent=function(){function e(e,t,n,i){var r=this;this.elementRef=e,this.discoveryService=t,this.simpleModalService=n,this.http=i,this.read=!1,this.write=!1,this.writeBtnLabel="",this.writeBtnClass="",this.ready=!1,this.biw=0,this.msg=0,this.read="true"===this.elementRef.nativeElement.getAttribute("x-qleo-read"),this.write="true"===this.elementRef.nativeElement.getAttribute("x-qleo-write"),this.writeBtnLabel=this.elementRef.nativeElement.getAttribute("x-qleo-writelabel"),this.writeBtnClass=this.elementRef.nativeElement.getAttribute("x-qleo-writeclass"),t.discoverBackend("modulemsg").then(function(e){r.moduleBasePath=e,r.ready=!0,r.read&&(r.nachrichtenLesenService=new o.NachrichtenLesenService(r.moduleBasePath,r.http),r.nachrichtenLesenService.countNachrichten(function(e){return r.msg=e}),r.nachrichtenLesenService.countBiW(function(e){return r.biw=e})),r.write&&(r.nachrichtenSchreibenService=new a.NachrichtenSchreibenService(r.moduleBasePath,r.http));var t="";t=window.self!=window.top?window.top.location.search:window.location.search,r.read&&t.indexOf("SHOW_MSG=true")>-1&&r.initReadDialog()},function(e){console.warn('Failed to initialize "modulemsg".')})}return e.prototype.initReadDialog=function(){var e=this;this.simpleModalService.addModal(i.MsgReadComponent,{app:this},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"}).subscribe(function(t){e.nachrichtenLesenService.countNachrichten(function(t){return e.msg=t}),e.nachrichtenLesenService.countBiW(function(t){return e.biw=t})})},e.prototype.initWriteDialog=function(){this.simpleModalService.addModal(r.MsgWriteComponent,{app:this},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},e.\u0275fac=function(t){return new(t||e)(l.\u0275\u0275directiveInject(l.ElementRef),l.\u0275\u0275directiveInject(p.DiscoveryService),l.\u0275\u0275directiveInject(s.SimpleModalService),l.\u0275\u0275directiveInject(c.HttpClient))},e.\u0275cmp=l.\u0275\u0275defineComponent({type:e,selectors:[["module-msg"]],decls:3,vars:3,consts:[["type","button",3,"value","ngClass","click",4,"ngIf"],["class","message-bell-wrapper",3,"click",4,"ngIf"],["type","button",3,"value","ngClass","click"],[1,"message-bell-wrapper",3,"click"],["id","message-svg-off","version","1.1","xmlns","http://www.w3.org/2000/svg","x","0px","y","0px","width","50px","height","50px","viewBox","0 0 50 50","enable-background","new 0 0 50 50",0,"xml","space","preserve"],["id","e1"],["d","M40.679,36.551c-8.846-1.965-1.988-26.369-14.956-27.53c0.66-0.351,1.115-1.038,1.115-1.838\n                c0-1.154-0.934-2.088-2.088-2.088s-2.088,0.935-2.088,2.088c0,0.8,0.455,1.487,1.116,1.838c-12.968,1.161-6.11,25.565-14.956,27.53\n                c-4.329,0.961-4.009,6.428-4.009,6.428H24.75h19.938C44.688,42.979,45.008,37.512,40.679,36.551z M24.75,8.364\n                c-0.653,0-1.181-0.528-1.181-1.181s0.528-1.181,1.181-1.181s1.181,0.528,1.181,1.181S25.403,8.364,24.75,8.364z",1,"message-bell-off"],["d","M24.695,46.33c1.596,0,2.889-1.293,2.889-2.887h-5.777C21.807,45.037,23.1,46.33,24.695,46.33z",1,"message-bell-off"],["id","message-svg-on","version","1.1","xmlns","http://www.w3.org/2000/svg","x","0px","y","0px","width","57.667px","height","50px","viewBox","0 0 57.667 50","enable-background","new 0 0 57.667 50",0,"xml","space","preserve"],["id","Ebene_1"],["d","M43.616,39.948c-7.595-4.942,7.385-25.392-4.353-31.026c0.742-0.097,1.409-0.581,1.689-1.33\n                c0.404-1.081-0.143-2.283-1.223-2.688c-1.081-0.404-2.284,0.143-2.688,1.224c-0.28,0.75-0.095,1.552,0.4,2.112\n                c-12.551-3.46-14.688,21.799-23.66,20.537c-4.391-0.618-6.008,4.614-6.008,4.614l18.671,6.991l18.671,6.992\n                C45.116,47.374,47.334,42.366,43.616,39.948z M38.584,7.966c-0.611-0.229-0.921-0.909-0.692-1.52\n                c0.229-0.612,0.909-0.921,1.521-0.692c0.611,0.229,0.921,0.909,0.691,1.521C39.875,7.885,39.195,8.195,38.584,7.966z",1,"message-bell-on"],["d","M25.219,43.502c1.494,0.56,3.158-0.198,3.717-1.69l-5.409-2.026C22.967,41.278,23.725,42.942,25.219,43.502z",1,"message-bell-on"],[4,"ngIf"],["d","M17.23,20.719c0.264-0.965,0.969-1.68,1.837-2.008l-0.886-2.339c-1.588,0.601-2.879,1.919-3.362,3.688\n                    c-0.156,0.573-0.213,1.147-0.187,1.709l2.51-0.12C17.126,21.343,17.146,21.031,17.23,20.719z",1,"message-bell-on"],["d","M12.168,19.336c0.723-2.647,2.657-4.632,5.039-5.535l-0.974-2.572c-3.175,1.208-5.751,3.856-6.715,7.383\n                    c-0.312,1.143-0.427,2.292-0.375,3.416l2.744-0.129C11.848,21.056,11.934,20.195,12.168,19.336z",1,"message-bell-on"],["d","M6.86,17.887c1.206-4.417,4.43-7.721,8.401-9.224l-0.975-2.571c-4.763,1.808-8.63,5.775-10.077,11.072\n                    c-0.468,1.715-0.64,3.44-0.562,5.124l2.744-0.129C6.326,20.755,6.469,19.317,6.86,17.887z",1,"message-bell-on"],["cx","45","cy","18","rx","10","ry","10",1,"message-cbiw"],["x","45","y","20","font-size","10","text-anchor","middle"],["cx","48","cy","40","rx","10","ry","10",1,"message-cmsg"],["x","48","y","42","font-size","10","text-anchor","middle"]],template:function(e,t){1&e&&(l.\u0275\u0275template(0,d,1,2,"input",0),l.\u0275\u0275template(1,f,5,0,"span",1),l.\u0275\u0275template(2,v,11,2,"span",1)),2&e&&(l.\u0275\u0275property("ngIf",t.write&&t.ready),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",t.read&&t.ready&&t.biw<=0&&t.msg<=0),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",t.read&&t.ready&&(t.biw>0||t.msg>0)))},directives:[u.NgIf,u.NgClass],encapsulation:2}),e}()},"3b+R":function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubHAComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("mCfK"),s=n("F4Tc"),c=n("ERkv"),u=function(e,t){return[e,t]},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return f(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-HA"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:6,vars:22,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoFirstNotEmpty"),a.\u0275\u0275pipe(4,"qleoSurround"),a.\u0275\u0275pipe(5,"qleoConcat"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind1(3,7,a.\u0275\u0275pureFunction2(16,u,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name))," ",a.\u0275\u0275pipeBind3(4,9,a.\u0275\u0275pipeBind2(5,13,a.\u0275\u0275pureFunction2(19,u,t.pub.publikation.einrichtung,t.pub.publikation.quelleIdentifier),", "),"\xa0(","), ")," ",t.pub.publikation.publikationJahr,".\n"))},directives:[l.PubTitelComponent],pipes:[p.QleoFirstNotEmptyPipe,s.QleoSurroundPipe,c.QleoConcatPipe],encapsulation:2}),t}(o.PubComponent);t.PubHAComponent=d;var f=a.\u0275\u0275getInheritedFactory(d)},"4NTN":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BlacklistWidgetComponent=void 0,n("l2mP");var i=n("IXGI"),r=n("UA9E"),o=(n("tk/3"),n("aWE5"),n("qCoF")),a=n("up/N"),l=n("fXoL"),p=n("tk/3"),s=n("aWE5"),c=n("sYmb"),u=n("ofXK"),d=n("iTuh"),f=n("8H8b");function m(e,t){1&e&&(l.\u0275\u0275elementStart(0,"div",6),l.\u0275\u0275element(1,"lade-anzeige"),l.\u0275\u0275element(2,"span",7),l.\u0275\u0275elementEnd())}function h(e,t){if(1&e&&(l.\u0275\u0275elementStart(0,"span"),l.\u0275\u0275text(1),l.\u0275\u0275elementEnd()),2&e){var n=l.\u0275\u0275nextContext().$implicit;l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate1(" ",n.mesh.meSHMainHeading.de," ")}}function v(e,t){if(1&e&&(l.\u0275\u0275elementStart(0,"span"),l.\u0275\u0275text(1),l.\u0275\u0275elementEnd()),2&e){var n=l.\u0275\u0275nextContext().$implicit;l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate1(" ",n.mesh.meSHMainHeading.en," ")}}function g(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"div",10),l.\u0275\u0275listener("click",function(){l.\u0275\u0275restoreView(n);var e=t.$implicit,i=l.\u0275\u0275nextContext(2);return i.reactivateDialog(e.mesh,i.sprache)}),l.\u0275\u0275template(1,h,2,1,"span",11),l.\u0275\u0275template(2,v,2,1,"span",11),l.\u0275\u0275elementEnd()}if(2&e){var i=l.\u0275\u0275nextContext(2);l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf","en_GB"!=i.sprache),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf","en_GB"==i.sprache)}}function b(e,t){if(1&e&&(l.\u0275\u0275elementStart(0,"div",8),l.\u0275\u0275template(1,g,3,2,"div",9),l.\u0275\u0275elementEnd()),2&e){var n=l.\u0275\u0275nextContext();l.\u0275\u0275advance(1),l.\u0275\u0275property("ngForOf",n.blacklist)}}function y(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"mesh-small",14),l.\u0275\u0275listener("click",function(){l.\u0275\u0275restoreView(n);var e=t.$implicit,i=l.\u0275\u0275nextContext(2);return i.blacklistDialog(e,i.sprache)}),l.\u0275\u0275elementEnd()}if(2&e){var i=t.$implicit,r=l.\u0275\u0275nextContext(2);l.\u0275\u0275property("mesh",i)("lang",r.sprache)}}function x(e,t){if(1&e&&(l.\u0275\u0275elementStart(0,"div",12),l.\u0275\u0275template(1,y,1,2,"mesh-small",13),l.\u0275\u0275elementEnd()),2&e){var n=l.\u0275\u0275nextContext();l.\u0275\u0275advance(1),l.\u0275\u0275property("ngForOf",n.mesh)}}t.BlacklistWidgetComponent=function(){function e(e,t){this.http=e,this.simpleModalService=t,this.loading=!0}return e.prototype.ngOnInit=function(){this.blacklistService=new r.BlacklistService(this.app.rootUrl,this.app.token,this.http),this.persService=new i.PersService(this.app.rootUrl,this.app.token,this.http),this.reload()},e.prototype.blacklistDialog=function(e,t){this.simpleModalService.addModal(o.BlacklistDialogComponent,{service:this.blacklistService,target:e,sprache:t},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},e.prototype.reactivateDialog=function(e,t){this.simpleModalService.addModal(a.ReactivateDialogComponent,{service:this.blacklistService,target:e,sprache:t},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},e.prototype.reload=function(){var t=this;this.loading=!0,this.blacklist=[],this.mesh=[],this.blacklistService.loadBlacklist().subscribe(function(n){t.blacklist=n,t.persService.loadMesh(0,e.meshSize).subscribe(function(e){for(var n=e.maxPoints,i=0,r=e.mesh;i<r.length;i++){var o=r[i];o.punkte=o.punkte/n*100,o.style={width:o.punkte+"%"}}t.mesh=e.mesh,t.loading=!1})})},e.meshSize=200,e.\u0275fac=function(t){return new(t||e)(l.\u0275\u0275directiveInject(p.HttpClient),l.\u0275\u0275directiveInject(s.SimpleModalService))},e.\u0275cmp=l.\u0275\u0275defineComponent({type:e,selectors:[["widget-blacklist"]],inputs:{app:"app"},decls:14,vars:9,consts:[["id","widgetBlacklist",1,"onGrid","widget","col_0_9","row_0_5","widget-full"],["translate","BLACKLIST_CONTROL"],[1,"blacklistFullbody"],["class","endlessBusy",4,"ngIf"],["class","blacklistActive",4,"ngIf"],["class","blacklistInactive",4,"ngIf"],[1,"endlessBusy"],["translate","LOADING"],[1,"blacklistActive"],["class","meshDescriptor",3,"click",4,"ngFor","ngForOf"],[1,"meshDescriptor",3,"click"],[4,"ngIf"],[1,"blacklistInactive"],[3,"mesh","lang","click",4,"ngFor","ngForOf"],[3,"mesh","lang","click"]],template:function(e,t){1&e&&(l.\u0275\u0275elementStart(0,"div",0),l.\u0275\u0275elementStart(1,"div"),l.\u0275\u0275element(2,"h1",1),l.\u0275\u0275element(3,"h2"),l.\u0275\u0275elementStart(4,"div",2),l.\u0275\u0275template(5,m,3,0,"div",3),l.\u0275\u0275elementStart(6,"h1"),l.\u0275\u0275text(7),l.\u0275\u0275pipe(8,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275template(9,b,2,1,"div",4),l.\u0275\u0275elementStart(10,"h1"),l.\u0275\u0275text(11),l.\u0275\u0275pipe(12,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275template(13,x,2,1,"div",5),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()),2&e&&(l.\u0275\u0275advance(5),l.\u0275\u0275property("ngIf",t.loading),l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(8,5,"BLACKLIST_BLACKLISTED_MESH")),l.\u0275\u0275advance(2),l.\u0275\u0275property("ngIf",!t.loading),l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(12,7,"BLACKLIST_ACTIVE_MESH")),l.\u0275\u0275advance(2),l.\u0275\u0275property("ngIf",!t.loading))},directives:[c.TranslateDirective,u.NgIf,d.LadeAnzeigeComponent,u.NgForOf,f.MeshSmallComponent],pipes:[c.TranslatePipe],encapsulation:2}),e}()},"4veQ":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProjectShortComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("sYmb"),a=n("XKDh");function l(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.prj.project.gruppe.nameEN)}}function p(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.prj.project.wunschtitel?n.prj.project.wunschtitel:n.prj.project.gruppe.name)}}function s(e,t){1&e&&(i.\u0275\u0275element(0,"span",9),i.\u0275\u0275pipe(1,"translate")),2&e&&i.\u0275\u0275propertyInterpolate("title",i.\u0275\u0275pipeBind1(1,1,"LOCKED"))}function c(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span",10),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=t.$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate4(" ",n.mainInfo.anrede," ",n.mainInfo.grad," ",n.mainInfo.vorname," ",n.mainInfo.nachname," ")}}t.ProjectShortComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["project"]],inputs:{prj:"prj",lang:"lang",dialogFn:"dialogFn",smallAutoren:"smallAutoren"},decls:18,vars:18,consts:[[1,"projectPanel"],[1,"projektTitel","ngDialogLink",3,"click"],[4,"ngIf"],["class"," ui-icon-lock ui-icon","style","display: inline-block; margin-bottom: -1px",3,"title",4,"ngIf"],[1,"projektLeiter"],["style","margin-right: 1em",4,"ngFor","ngForOf"],[1,"projektDuration"],[1,"projektFoerdergeber"],[1,"projektAbstract"],[1,"ui-icon-lock","ui-icon",2,"display","inline-block","margin-bottom","-1px",3,"title"],[2,"margin-right","1em"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275elementStart(1,"div",1),i.\u0275\u0275listener("click",function(){return t.dialogFn(t.prj,t.lang)}),i.\u0275\u0275template(2,l,2,1,"span",2),i.\u0275\u0275template(3,p,2,1,"span",2),i.\u0275\u0275template(4,s,2,3,"span",3),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(5,"div",4),i.\u0275\u0275template(6,c,2,4,"span",5),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(7,"div"),i.\u0275\u0275elementStart(8,"div",6),i.\u0275\u0275text(9),i.\u0275\u0275pipe(10,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(11,"div",7),i.\u0275\u0275text(12),i.\u0275\u0275pipe(13,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(14,"div",8),i.\u0275\u0275elementStart(15,"span"),i.\u0275\u0275text(16),i.\u0275\u0275pipe(17,"qleoTruncate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(2),i.\u0275\u0275property("ngIf","en_GB"==t.lang&&t.prj.project.gruppe.nameEN),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=t.lang||!t.prj.project.gruppe.nameEN),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","WF"!=t.prj.project.wwwAnzeigeDK),i.\u0275\u0275advance(2),i.\u0275\u0275property("ngForOf",t.prj.projektleiter),i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate3(" ",i.\u0275\u0275pipeBind1(10,10,"DURATION")," ",t.prj.start," - ",t.prj.ende," "),i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate2(" ",i.\u0275\u0275pipeBind1(13,12,"FUNDED")," ",t.prj.project.foerdergeber.name," "),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(t.prj.project.wunschtitel?t.prj.project.wunschtitel:i.\u0275\u0275pipeBind3(17,14,t.prj.project.gruppe.beschreibung,235," ...")))},directives:[r.NgIf,r.NgForOf],pipes:[o.TranslatePipe,a.QleoTruncatePipe],encapsulation:2}),e}()},"68Jk":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LazyChunkService=void 0,t.LazyChunkService=function(){function e(e,t,n){this.items=[],this.busy=!1,this.finished=!1,this.nextToLoad=n,this.initialSize=e,this.size=t}return e.prototype.canLoad=function(){return!(this.busy||this.finished)},e.prototype.extractList=function(e){return e},e.prototype.firstPage=function(){this.finished=!1,this.items=[],this.nextToLoad=0,this.nextPage()},e.prototype.nextPage=function(){var e=this;this.canLoad()&&(this.busy=!0,this.loadData(this.nextToLoad,this.nextToLoad<=1?this.initialSize:this.size).subscribe(function(t){var n=e.extractList(t);e.update(n)}))},e.prototype.update=function(e){0==e.length&&(this.finished=!0),this.items=this.items.concat(e),null==this.active&&(this.active=this.items[0]),this.nextToLoad=this.items.length,this.busy=!1},e}()},"6VVi":function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubZSComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("ofXK"),s=n("gWrD"),c=n("mCfK"),u=n("Zg7a"),d=n("tnQf");function f(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoPrepend"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1("(",a.\u0275\u0275pipeBind2(2,1,n.pub.publikation.quelleIdentifier2," "),")")}}function m(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoSeitenZahlen"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(":",a.\u0275\u0275pipeBind1(2,1,n.pub.publikation.quelleLocation),".")}}var h=function(e,t){return[e,t]},v=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return g(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-ZS"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:7,vars:17,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"],[4,"ngIf"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoAppend"),a.\u0275\u0275pipe(4,"qleoFirstNotEmpty"),a.\u0275\u0275template(5,f,3,4,"span",2),a.\u0275\u0275template(6,m,3,3,"span",2),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind2(3,9,a.\u0275\u0275pipeBind1(4,12,a.\u0275\u0275pureFunction2(14,h,t.pub.publikation.quelle.name,t.pub.publikation.quelle.langname)),".")," ",t.pub.publikation.publikationJahr,";",t.pub.publikation.quelleIdentifier,""),a.\u0275\u0275advance(3),a.\u0275\u0275property("ngIf",t.pub.publikation.quelleIdentifier2),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.pub.publikation.quelleLocation))},directives:[l.PubTitelComponent,p.NgIf],pipes:[s.QleoAppendPipe,c.QleoFirstNotEmptyPipe,u.QleoPrependPipe,d.QleoSeitenzahlenPipe],encapsulation:2}),t}(o.PubComponent);t.PubZSComponent=v;var g=a.\u0275\u0275getInheritedFactory(v)},"8H8b":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MeshSmallComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("XKDh");function a(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span",2),i.\u0275\u0275text(1),i.\u0275\u0275pipe(2,"qleoTruncate"),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275propertyInterpolate("title",n.mesh.meSHDescriptor.meSHMainHeading.de),i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1("",i.\u0275\u0275pipeBind3(2,2,n.mesh.meSHDescriptor.meSHMainHeading.de,23,"..."),"\n")}}function l(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span",2),i.\u0275\u0275text(1),i.\u0275\u0275pipe(2,"qleoTruncate"),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275propertyInterpolate("title",n.mesh.meSHDescriptor.meSHMainHeading.en),i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1(" ",i.\u0275\u0275pipeBind3(2,2,n.mesh.meSHDescriptor.meSHMainHeading.en,23,"..."),"\n")}}t.MeshSmallComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["mesh-small"]],inputs:{mesh:"mesh",lang:"lang"},decls:3,vars:3,consts:[[3,"title",4,"ngIf"],[1,"meshBackgroundIndicator",3,"ngStyle"],[3,"title"]],template:function(e,t){1&e&&(i.\u0275\u0275template(0,a,3,6,"span",0),i.\u0275\u0275template(1,l,3,6,"span",0),i.\u0275\u0275element(2,"span",1)),2&e&&(i.\u0275\u0275property("ngIf","en_GB"!=t.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"==t.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngStyle",t.mesh.style))},directives:[r.NgIf,r.NgStyle],pipes:[o.QleoTruncatePipe],encapsulation:2}),e}()},"9SMF":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.KpiService=void 0,t.KpiService=function(){function e(e,t,n){this.token=t,this.http=n,this.baseUrl=e+"/kpi"}return e.prototype.loadForPers=function(e){return this.http.get(this.baseUrl+"/pers/"+this.token+"?val="+e)},e.prototype.loadCitationsPerYear=function(){return this.http.get(this.baseUrl+"/pers_per_year/citations/"+this.token)},e.prototype.loadRCRPerYear=function(){return this.http.get(this.baseUrl+"/pers_per_year/rcr/"+this.token)},e.prototype.loadJIFPerYear=function(){return this.http.get(this.baseUrl+"/pers_per_year/jif/"+this.token)},e}()},"9mmz":function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubFFComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("mCfK"),s=function(e,t){return[e,t]},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return u(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-FF"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:4,vars:13,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoFirstNotEmpty"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate4(" ",a.\u0275\u0275pipeBind1(3,8,a.\u0275\u0275pureFunction2(10,s,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name))," ",t.pub.publikation.publikationJahr,";",t.pub.publikation.externPnTyp," ",t.pub.publikation.kurzInfo,"\n"))},directives:[l.PubTitelComponent],pipes:[p.QleoFirstNotEmptyPipe],encapsulation:2}),t}(o.PubComponent);t.PubFFComponent=c;var u=a.\u0275\u0275getInheritedFactory(c)},BRpx:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.VerwandtDialogComponent=void 0;var o=n("aWE5"),a=n("fXoL"),l=n("ofXK"),p=n("XvOt"),s=n("pzQ9"),c=n("lMtM"),u=n("qeOe"),d=n("iTuh"),f=n("KFH+"),m=n("4veQ"),h=n("sYmb"),v=["class","ngdialog-content"];function g(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275elementStart(1,"button",6),a.\u0275\u0275listener("click",function(){a.\u0275\u0275restoreView(n);var e=a.\u0275\u0275nextContext();return e.blacklist(e.service.context.element.uniqueID)}),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275text(3),a.\u0275\u0275pipe(4,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(5,"a",7),a.\u0275\u0275text(6),a.\u0275\u0275pipe(7,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd()}if(2&e){var i=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275propertyInterpolate("title",a.\u0275\u0275pipeBind1(2,4,"BLACKLISTTOOLTIP")),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate1("",a.\u0275\u0275pipeBind1(4,6,"BLACKLIST")," "),a.\u0275\u0275advance(2),a.\u0275\u0275propertyInterpolate1("href","blacklist.xhtml?id=ich&lang=",i.sprache,"",a.\u0275\u0275sanitizeUrl),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(7,8,"BLACKLIST_CONTROL"))}}function b(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",8),a.\u0275\u0275element(1,"project-details",9),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("prj",n.service.context.element)("lang",n.sprache)}}function y(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",8),a.\u0275\u0275element(1,"publication-details",10),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("pub",n.service.context.element)("lang",n.sprache)}}function x(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",8),a.\u0275\u0275element(1,"pers-details",11),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("person",n.service.persInfo)("lang",n.sprache)}}function S(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",8),a.\u0275\u0275element(1,"mesh-details",12),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("mesh",n.service.context.element)("lang",n.sprache)}}function I(e,t){1&e&&a.\u0275\u0275element(0,"lade-anzeige")}function E(e,t){if(1&e&&a.\u0275\u0275element(0,"publication",15),2&e){var n=t.$implicit,i=a.\u0275\u0275nextContext(3);a.\u0275\u0275property("pub",n)("lang",i.sprache)("dialogFn",i.service.newContextForPub.bind(i.service))}}function C(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div"),a.\u0275\u0275template(1,E,1,3,"publication",14),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext(2);a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",n.service.pubs)}}function P(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",13),a.\u0275\u0275elementStart(1,"h1"),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275template(4,I,1,0,"lade-anzeige",2),a.\u0275\u0275template(5,C,2,1,"div",2),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(3,3,n.service.publicationTitle())),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf",null==n.service.pubs),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",null!=n.service.pubs)}}function _(e,t){1&e&&a.\u0275\u0275element(0,"lade-anzeige")}function k(e,t){if(1&e&&a.\u0275\u0275element(0,"project",17),2&e){var n=t.$implicit,i=a.\u0275\u0275nextContext(3);a.\u0275\u0275property("prj",n)("lang",i.sprache)("dialogFn",i.service.newContextForProject.bind(i.service))}}function w(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div"),a.\u0275\u0275template(1,k,1,3,"project",16),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext(2);a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",n.service.projects)}}function F(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",13),a.\u0275\u0275elementStart(1,"h1"),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275template(4,_,1,0,"lade-anzeige",2),a.\u0275\u0275template(5,w,2,1,"div",2),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(3,3,n.service.projectTitle())),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf",null==n.service.projects),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",null!=n.service.projects)}}function O(e,t){if(1&e&&a.\u0275\u0275element(0,"publication",15),2&e){var n=t.$implicit,i=a.\u0275\u0275nextContext(3);a.\u0275\u0275property("pub",n)("lang",i.sprache)("dialogFn",i.service.newContextForPub.bind(i.service))}}function B(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div"),a.\u0275\u0275template(1,O,1,3,"publication",14),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext(2);a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",n.service.publicationCoaService.items)}}function j(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"div",21),a.\u0275\u0275listener("click",function(){return a.\u0275\u0275restoreView(n),a.\u0275\u0275nextContext(2).service.publicationCoaService.nextPage()}),a.\u0275\u0275element(1,"span",22),a.\u0275\u0275elementEnd()}}function A(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",23),a.\u0275\u0275element(1,"lade-anzeige"),a.\u0275\u0275element(2,"span",24),a.\u0275\u0275elementEnd())}function M(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",25),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(2,1,"NO_DATA_LEFT")," "))}function T(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",13),a.\u0275\u0275elementStart(1,"h1"),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275template(4,B,2,1,"div",2),a.\u0275\u0275template(5,j,2,0,"div",18),a.\u0275\u0275template(6,A,3,0,"div",19),a.\u0275\u0275template(7,M,3,3,"div",20),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(3,5,n.service.publicationTitle())),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf",null!=n.service.pubs),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",!n.service.publicationCoaService.busy&&!n.service.publicationCoaService.finished),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",n.service.publicationCoaService.busy),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",n.service.publicationCoaService.finished)}}t.VerwandtDialogComponent=function(e){function t(){return e.call(this)||this}return r(t,e),t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["div",8,"ngdialog-content"]],features:[a.\u0275\u0275InheritDefinitionFeature],attrs:v,decls:19,vars:20,consts:[[1,"ngdialog-inner"],[3,"disabled","click"],[4,"ngIf"],["class","ng-dialog-inner-heading",4,"ngIf"],["class","ng-dialog-inner-inner",4,"ngIf"],[1,"ngdialog-close",3,"click"],[2,"margin-left","2em","margin-right","1em",3,"title","click"],["target","_blank",2,"font-size","0.8em",3,"href"],[1,"ng-dialog-inner-heading"],[3,"prj","lang"],[3,"pub","lang"],[3,"person","lang"],[3,"mesh","lang"],[1,"ng-dialog-inner-inner"],["class","publicationPanel",3,"pub","lang","dialogFn",4,"ngFor","ngForOf"],[1,"publicationPanel",3,"pub","lang","dialogFn"],[3,"prj","lang","dialogFn",4,"ngFor","ngForOf"],[3,"prj","lang","dialogFn"],["class","endlessBusy","style","cursor: pointer",3,"click",4,"ngIf"],["class","endlessBusy",4,"ngIf"],["class","endlessFinished",4,"ngIf"],[1,"endlessBusy",2,"cursor","pointer",3,"click"],["translate","MORE"],[1,"endlessBusy"],["translate","LOADING"],[1,"endlessFinished"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",0),a.\u0275\u0275elementStart(1,"button",1),a.\u0275\u0275listener("click",function(){return t.service.back()}),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(4,"button",1),a.\u0275\u0275listener("click",function(){return t.service.forward()}),a.\u0275\u0275text(5),a.\u0275\u0275pipe(6,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(7,"button",1),a.\u0275\u0275listener("click",function(){return t.service.print()}),a.\u0275\u0275text(8),a.\u0275\u0275pipe(9,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275template(10,g,8,10,"span",2),a.\u0275\u0275template(11,b,2,2,"div",3),a.\u0275\u0275template(12,y,2,2,"div",3),a.\u0275\u0275template(13,x,2,2,"div",3),a.\u0275\u0275template(14,S,2,2,"div",3),a.\u0275\u0275template(15,P,6,5,"div",4),a.\u0275\u0275template(16,F,6,5,"div",4),a.\u0275\u0275template(17,T,8,7,"div",4),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(18,"div",5),a.\u0275\u0275listener("click",function(){return t.close()}),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(1),a.\u0275\u0275property("disabled",!t.service.canBack()),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(3,14,"BACK")),a.\u0275\u0275advance(2),a.\u0275\u0275property("disabled",!t.service.canForward()),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(6,16,"FORWARD")),a.\u0275\u0275advance(2),a.\u0275\u0275property("disabled",t.service.loading),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(9,18,"PRINT"),""),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf","MESH"==t.service.context.type&&t.intern),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","PRJ"==t.service.context.type),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","PUB"==t.service.context.type),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","COA"==t.service.context.type&&null!=t.service.persInfo),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","MESH"==t.service.context.type),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","COA"!=t.service.context.type),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","COA"!=t.service.context.type),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","COA"==t.service.context.type))},directives:[l.NgIf,p.PrjDetailsComponent,s.PubDetailsComponent,c.PersDetailsComponent,u.MeshDetailsComponent,d.LadeAnzeigeComponent,l.NgForOf,f.PublicationShortComponent,m.ProjectShortComponent,h.TranslateDirective],pipes:[h.TranslatePipe],encapsulation:2}),t}(o.SimpleModalComponent)},BmFU:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubVOComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return s(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-VO"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:3,vars:7,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",t.pub.publikation.thema,". ",t.pub.publikation.ort,". ",t.pub.publikation.datum,".\n"))},directives:[l.PubTitelComponent],encapsulation:2}),t}(o.PubComponent);t.PubVOComponent=p;var s=a.\u0275\u0275getInheritedFactory(p)},CHLE:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiscoveryService=void 0,n("tk/3");var i=n("fXoL"),r=n("tk/3");t.DiscoveryService=function(){function e(e){this.http=e}return e.prototype.discoverBackend=function(t,n,i){var r=this;if(void 0===n&&(n=!1),void 0===i&&(i="893hr"),!n&&e.knownBackends.has(t))return new Promise(function(n,i){n(e.knownBackends.get(t))});for(var o,a=window.location.pathname,l=new RegExp("/([^/?]+)","gi"),p=[],s="";o=l.exec(a);)p.push(s=s+"/"+o[1]);return p.push("/"),new Promise(function(n,o){r.discoverBackendInternal(t,i,p,0).then(function(i){e.knownBackends.set(t,i),n(i)},function(e){return o(e)})})},e.prototype.discoverBackendInternal=function(e,t,n,i){var r=this;return new Promise(function(o,a){if(i>=n.length)return null;r.http.get(n[i]+"/"+e+"/discover/"+t,{responseType:"text"}).subscribe(function(l){l==t?o(n[i]+"/"+e):r.discoverBackendInternal(e,t,n,i+1).then(function(e){return o(e)},function(e){return a(e)})},function(l){r.discoverBackendInternal(e,t,n,i+1).then(function(e){return o(e)},function(e){return a(e)})})})},e.knownBackends=new Map,e.\u0275fac=function(t){return new(t||e)(i.\u0275\u0275inject(r.HttpClient))},e.\u0275prov=i.\u0275\u0275defineInjectable({token:e,factory:e.\u0275fac}),e}()},CoIF:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubV1Component=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("cnX2"),s=n("mCfK"),c=n("Zg7a"),u=n("gWrD"),d=function(e,t){return[e,t]},f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return m(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-V1"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:7,vars:22,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoRegexReplace"),a.\u0275\u0275pipe(4,"qleoFirstNotEmpty"),a.\u0275\u0275pipe(5,"qleoPrepend"),a.\u0275\u0275pipe(6,"qleoAppend"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind3(3,7,a.\u0275\u0275pipeBind1(4,11,a.\u0275\u0275pureFunction2(19,d,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),"^ohne Verlagsangabe$",""),"",a.\u0275\u0275pipeBind2(5,13,t.pub.publikation.quelleIdentifier,", "),". ",a.\u0275\u0275pipeBind2(6,16,t.pub.publikation.publikationJahr,"."),"\n"))},directives:[l.PubTitelComponent],pipes:[p.QleoRegexReplacePipe,s.QleoFirstNotEmptyPipe,c.QleoPrependPipe,u.QleoAppendPipe],encapsulation:2}),t}(o.PubComponent);t.PubV1Component=f;var m=a.\u0275\u0275getInheritedFactory(f)},D2QB:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CoAuthorsWidgetComponent=void 0,n("tk/3"),n("fXoL"),n("l2mP");var i=n("IXGI"),r=n("axKj"),o=(n("aWE5"),n("BRpx")),a=n("fOuS"),l=n("fXoL"),p=n("l2mP"),s=n("tk/3"),c=n("aWE5"),u=n("ofXK"),d=n("sYmb"),f=n("JS1H"),m=n("dlKe"),h=n("iTuh");function v(e,t){if(1&e&&l.\u0275\u0275element(0,"co-author",7),2&e){var n=t.$implicit,i=l.\u0275\u0275nextContext(2);l.\u0275\u0275property("author",n)("dialogFn",i.initModalDialog.bind(i))("lang",i.app.sprache)}}function g(e,t){if(1&e&&(l.\u0275\u0275elementStart(0,"div",5),l.\u0275\u0275template(1,v,1,3,"co-author",6),l.\u0275\u0275elementEnd()),2&e){var n=l.\u0275\u0275nextContext();l.\u0275\u0275advance(1),l.\u0275\u0275property("ngForOf",n.autoren)}}function b(e,t){if(1&e&&l.\u0275\u0275element(0,"co-author",7),2&e){var n=t.$implicit,i=l.\u0275\u0275nextContext(2);l.\u0275\u0275property("author",n)("dialogFn",i.initModalDialog.bind(i))("lang",i.app.sprache)}}function y(e,t){1&e&&(l.\u0275\u0275elementStart(0,"div",12),l.\u0275\u0275element(1,"lade-anzeige"),l.\u0275\u0275element(2,"span",13),l.\u0275\u0275elementEnd())}function x(e,t){1&e&&(l.\u0275\u0275elementStart(0,"div",14),l.\u0275\u0275text(1),l.\u0275\u0275pipe(2,"translate"),l.\u0275\u0275elementEnd()),2&e&&(l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate1(" ",l.\u0275\u0275pipeBind1(2,1,"NO_DATA_LEFT")," "))}function S(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"div",8),l.\u0275\u0275elementStart(1,"div",9),l.\u0275\u0275listener("scrolled",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().coAuthorsService.nextPage()}),l.\u0275\u0275template(2,b,1,3,"co-author",6),l.\u0275\u0275template(3,y,3,0,"div",10),l.\u0275\u0275template(4,x,3,3,"div",11),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=l.\u0275\u0275nextContext();l.\u0275\u0275advance(1),l.\u0275\u0275property("infiniteScrollDistance",1)("infiniteScrollDisabled",i.coAuthorsService.busy||!i.fullVersion||i.coAuthorsService.finished),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngForOf",i.coAuthorsService.items),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",i.coAuthorsService.busy),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",i.coAuthorsService.finished)}}var I=function(e,t){return{"widget-small":e,"widget-full":t}};t.CoAuthorsWidgetComponent=function(){function e(e,t,n,o){var a=this;this.elementRef=e,this.app=t,this.http=n,this.simpleModalService=o,this.initialSize=10,this.fullVersion=!1,this.service=new i.PersService(t.rootUrl,t.token,n),this.coAuthorsService=new r.CoAuthorsService(t.rootUrl,t.token,n),this.coAuthorsService.loadCoAuthors(0,this.initialSize).subscribe(function(e){a.autoren=e.autoren;for(var t=0,n=a.autoren;t<n.length;t++){var i=n[t];null!=i.autorenPerson.person&&"extern"==i.autorenPerson.person.type&&(i.autorenPerson.person=null)}})}return e.prototype.showWidget=function(){return this.fullVersion||!this.app.thereIsAWidgetInFull},e.prototype.toggleFull=function(){this.fullVersion?(this.fullVersion=!1,this.app.thereIsAWidgetInFull=!1,this.elementRef.nativeElement.classList.remove("widget-full-container")):(this.fullVersion=!0,this.app.thereIsAWidgetInFull=!0,this.coAuthorsService.nextPage(),this.elementRef.nativeElement.classList.add("widget-full-container"),document.body.scrollTop=document.documentElement.scrollTop=0)},e.prototype.initModalDialog=function(e,t){this.simpleModalService.addModal(o.VerwandtDialogComponent,{service:new a.DialogService(this.app.rootUrl,new a.RootElement(e,"COA"),this.app.token,this.app.sprache,this.http),sprache:null!=this.app.sprache?this.app.sprache:document.getElementById("sprache").getAttribute("value")},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},e.\u0275fac=function(t){return new(t||e)(l.\u0275\u0275directiveInject(l.ElementRef),l.\u0275\u0275directiveInject(p.AppComponent),l.\u0275\u0275directiveInject(s.HttpClient),l.\u0275\u0275directiveInject(c.SimpleModalService))},e.\u0275cmp=l.\u0275\u0275defineComponent({type:e,selectors:[["widget-coauthors"]],decls:8,vars:12,consts:[["id","widget-coauthors",3,"ngClass","hidden"],["translate","CO_AUTHORS"],[3,"click"],["class","smallBody co-author-body-small",4,"ngIf"],["class","fullBody",4,"ngIf"],[1,"smallBody","co-author-body-small"],[3,"author","dialogFn","lang",4,"ngFor","ngForOf"],[3,"author","dialogFn","lang"],[1,"fullBody"],["infiniteScroll","",3,"infiniteScrollDistance","infiniteScrollDisabled","scrolled"],["class","endlessBusy",4,"ngIf"],["class","endlessFinished",4,"ngIf"],[1,"endlessBusy"],["translate","LOADING"],[1,"endlessFinished"]],template:function(e,t){1&e&&(l.\u0275\u0275elementStart(0,"div",0),l.\u0275\u0275element(1,"h1",1),l.\u0275\u0275elementStart(2,"h2",2),l.\u0275\u0275listener("click",function(){return t.toggleFull()}),l.\u0275\u0275text(3),l.\u0275\u0275pipe(4,"translate"),l.\u0275\u0275pipe(5,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275template(6,g,2,1,"div",3),l.\u0275\u0275template(7,S,5,5,"div",4),l.\u0275\u0275elementEnd()),2&e&&(l.\u0275\u0275property("ngClass",l.\u0275\u0275pureFunction2(9,I,!t.fullVersion,t.fullVersion))("hidden",!t.showWidget()),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(t.fullVersion?l.\u0275\u0275pipeBind1(4,5,"LESS"):l.\u0275\u0275pipeBind1(5,7,"MORE")),l.\u0275\u0275advance(3),l.\u0275\u0275property("ngIf",!t.fullVersion&&null!=t.autoren),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",t.fullVersion))},directives:[u.NgClass,d.TranslateDirective,u.NgIf,u.NgForOf,f.CoAuthorShortComponent,m.InfiniteScrollDirective,h.LadeAnzeigeComponent],pipes:[d.TranslatePipe],encapsulation:2}),e}()},Dh7M:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubF1Component=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("gWrD"),s=n("cnX2"),c=n("mCfK"),u=n("Ec9Q"),d=n("ERkv"),f=function(e,t){return[e,t]},m=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return h(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-F1"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:9,vars:30,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoAppend"),a.\u0275\u0275pipe(4,"qleoRegexReplace"),a.\u0275\u0275pipe(5,"qleoFirstNotEmpty"),a.\u0275\u0275pipe(6,"qleoLastChar"),a.\u0275\u0275pipe(7,"qleoAppend"),a.\u0275\u0275pipe(8,"qleoConcat"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind2(3,7,a.\u0275\u0275pipeBind3(4,10,a.\u0275\u0275pipeBind1(5,14,a.\u0275\u0275pureFunction2(24,f,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),"^ohne Verlagsangabe$",""),".")," ",a.\u0275\u0275pipeBind1(6,16,t.pub.publikation.quelleIdentifier)," ",a.\u0275\u0275pipeBind2(7,18,a.\u0275\u0275pipeBind2(8,21,a.\u0275\u0275pureFunction2(27,f,t.pub.publikation.quelleLocation,t.pub.publikation.datum),"; "),". "),"\n"))},directives:[l.PubTitelComponent],pipes:[p.QleoAppendPipe,s.QleoRegexReplacePipe,c.QleoFirstNotEmptyPipe,u.QleoLastCharPipe,d.QleoConcatPipe],encapsulation:2}),t}(o.PubComponent);t.PubF1Component=m;var h=a.\u0275\u0275getInheritedFactory(m)},EAWT:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NachrichtenSchreibenService=void 0;var i=n("tk/3");t.NachrichtenSchreibenService=function(){function e(e,t){this.appRootUrl=e,this.http=t,this.baseURL=e+"/write",this.errorMessage=null}return e.prototype.init=function(e){var t=this;this.errorMessage=null,this.http.get(this.baseURL+"/init").subscribe(e,function(e){return t.errorMessage="SERVICE_ERROR"})},e.prototype.textForPerson=function(e,t,n){var r=this;this.errorMessage=null,this.http.put(this.baseURL+"/textfor/"+e,t,{headers:new i.HttpHeaders({"Content-Type":"text/plain"}),responseType:"text"}).subscribe(n,function(e){return r.errorMessage="SERVICE_ERROR"})},e.prototype.commit=function(e,t){var n=this;this.errorMessage=null,this.http.put(this.baseURL+"/commit",e,{headers:new i.HttpHeaders({"Content-Type":"application/json"})}).subscribe(t,function(e){return n.errorMessage="SERVICE_ERROR"})},e.prototype.preview=function(e,t){var n=this;this.errorMessage=null,this.http.put(this.baseURL+"/preview",e,{headers:new i.HttpHeaders({"Content-Type":"text/plain"}),responseType:"text"}).subscribe(t,function(e){return n.errorMessage="SERVICE_ERROR"})},e}()},ERkv:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoConcatPipe=void 0;var i=n("fXoL");t.QleoConcatPipe=function(){function e(){}return e.prototype.transform=function(e,t){if(null==e||e.length<=0)return null;if(e.map(function(e){return null!=e}).reduce(function(e,t){return e&&t}))return e.reduce(function(e,n){return e+t+n});for(var n=0,i=e;n<i.length;n++){var r=i[n];if(null!=r&&r.length>0)return r}return null},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoConcat",type:e,pure:!0}),e}()},Ec9Q:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoLastCharPipe=void 0;var i=n("fXoL");t.QleoLastCharPipe=function(){function e(){}return e.prototype.transform=function(e){if(null==e||e.length<=0)return e;var t=e.replace(/([:,;]*)$/,"");return t.match(/([!\?\.]+)$/)?t:t+"."},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoLastChar",type:e,pure:!0}),e}()},Ej3y:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PubComponent=void 0;var i=n("fXoL");t.PubComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275dir=i.\u0275\u0275defineDirective({type:e,inputs:{pub:"pub",fullAutoren:"fullAutoren",lang:"lang",dialogFn:"dialogFn"}}),e}()},Evh8:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubMGComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("ofXK"),p=n("cnX2"),s=n("ZxO8"),c=n("sYmb"),u=n("Ec9Q"),d=n("gWrD"),f=n("mCfK"),m=n("F4Tc");function h(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoLastChar"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(2,1,n.pub.publikation.buchtitel3)," ")}}function v(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext(2);a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind1(2,2,"VOLUME")," ",n.pub.publikation.quelleIdentifier," ")}}function g(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275template(2,v,3,4,"span",3),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",n.pub.publikation.buchtitel2," "),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",n.pub.publikation.quelleIdentifier)}}function b(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoLastChar"),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate2("",a.\u0275\u0275pipeBind1(2,2,n.pub.publikation.auflage)," ",a.\u0275\u0275pipeBind1(3,4,"EDITION"),"")}}var y=function(e,t){return[e,t]},x=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return S(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-MG"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:19,vars:45,consts:[[1,"pubAutoren"],[1,"pubTitel","ngDialogLink",3,"click"],[1,"pubQuelle"],[4,"ngIf"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",0),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoRegexReplace"),a.\u0275\u0275pipe(3,"qleoRegexReplace"),a.\u0275\u0275pipe(4,"qleoSplitAndLimit"),a.\u0275\u0275pipe(5,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(6,"div",1),a.\u0275\u0275listener("click",function(){return t.dialogFn(t.pub,t.lang)}),a.\u0275\u0275text(7),a.\u0275\u0275pipe(8,"qleoLastChar"),a.\u0275\u0275pipe(9,"qleoLastChar"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(10,"div",2),a.\u0275\u0275template(11,h,3,3,"span",3),a.\u0275\u0275template(12,g,3,2,"span",3),a.\u0275\u0275template(13,b,4,6,"span",3),a.\u0275\u0275text(14),a.\u0275\u0275pipe(15,"qleoAppend"),a.\u0275\u0275pipe(16,"qleoRegexReplace"),a.\u0275\u0275pipe(17,"qleoFirstNotEmpty"),a.\u0275\u0275pipe(18,"qleoSurround"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind3(2,10,a.\u0275\u0275pipeBind3(3,14,a.\u0275\u0275pipeBind4(4,18,t.pub.publikation.autorenString,";",3," et al."),",",", "),";",", ")," ",a.\u0275\u0275pipeBind1(5,23,"EDITOR"),"\n"),a.\u0275\u0275advance(6),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind1(8,25,t.pub.publikation.titel)," ",a.\u0275\u0275pipeBind1(9,27,t.pub.publikation.untertitel)," "),a.\u0275\u0275advance(4),a.\u0275\u0275property("ngIf",t.pub.publikation.buchtitel3),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.pub.publikation.buchtitel2),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.pub.publikation.auflage),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind2(15,29,a.\u0275\u0275pipeBind3(16,32,a.\u0275\u0275pipeBind1(17,36,a.\u0275\u0275pureFunction2(42,y,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),"^ohne Verlagsangabe$",""),"; ")," ",t.pub.publikation.publikationJahr,".",a.\u0275\u0275pipeBind3(18,38,t.pub.publikation.kurzInfo," ISBN: ","."),"\n"))},directives:[l.NgIf],pipes:[p.QleoRegexReplacePipe,s.QleoSplitAndLimitPipe,c.TranslatePipe,u.QleoLastCharPipe,d.QleoAppendPipe,f.QleoFirstNotEmptyPipe,m.QleoSurroundPipe],encapsulation:2}),t}(o.PubComponent);t.PubMGComponent=x;var S=a.\u0275\u0275getInheritedFactory(x)},F4Tc:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoSurroundPipe=void 0;var i=n("fXoL");t.QleoSurroundPipe=function(){function e(){}return e.prototype.transform=function(e,t,n){return null!=e&&e.length>0?t+e+n:e},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoSurround",type:e,pure:!0}),e}()},GHMQ:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubSPComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("cnX2"),s=n("mCfK"),c=n("Zg7a"),u=n("tnQf"),d=n("sYmb"),f=n("gWrD"),m=function(e,t){return[e,t]},h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return v(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-SP"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:11,vars:36,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoRegexReplace"),a.\u0275\u0275pipe(4,"qleoFirstNotEmpty"),a.\u0275\u0275pipe(5,"qleoPrepend"),a.\u0275\u0275pipe(6,"qleoPrepend"),a.\u0275\u0275pipe(7,"qleoSeitenZahlen"),a.\u0275\u0275pipe(8,"translate"),a.\u0275\u0275pipe(9,"qleoAppend"),a.\u0275\u0275pipe(10,"qleoAppend"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate7(" ",a.\u0275\u0275pipeBind3(3,11,a.\u0275\u0275pipeBind1(4,15,a.\u0275\u0275pureFunction2(33,m,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),"^ohne Verlagsangabe$",""),"",a.\u0275\u0275pipeBind2(5,17,t.pub.publikation.quelleIdentifier,", "),". ",t.pub.publikation.publikationJahr,"",a.\u0275\u0275pipeBind2(6,20,a.\u0275\u0275pipeBind1(7,23,t.pub.publikation.quelleLocation),": "+a.\u0275\u0275pipeBind1(8,25,"PAGES")),". ",a.\u0275\u0275pipeBind2(9,27,t.pub.publikation.externPnTyp,".")," ",t.pub.publikation.kurzInfo," ",a.\u0275\u0275pipeBind2(10,30,t.pub.publikation.datum,"."),"\n"))},directives:[l.PubTitelComponent],pipes:[p.QleoRegexReplacePipe,s.QleoFirstNotEmptyPipe,c.QleoPrependPipe,u.QleoSeitenzahlenPipe,d.TranslatePipe,f.QleoAppendPipe],encapsulation:2}),t}(o.PubComponent);t.PubSPComponent=h;var v=a.\u0275\u0275getInheritedFactory(h)},HgTU:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubTitelComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("ofXK"),p=n("Ec9Q"),s=n("cnX2"),c=n("ZxO8");function u(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",2),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoRegexReplace"),a.\u0275\u0275pipe(3,"qleoRegexReplace"),a.\u0275\u0275pipe(4,"qleoSplitAndLimit"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind3(2,1,a.\u0275\u0275pipeBind3(3,5,a.\u0275\u0275pipeBind4(4,9,n.pub.publikation.autorenString,";",3," et al."),",",", "),";","; "),"\n")}}function d(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",2),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoRegexReplace"),a.\u0275\u0275pipe(3,"qleoRegexReplace"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind3(2,1,a.\u0275\u0275pipeBind3(3,5,n.pub.publikation.autorenString,",",", "),";",", "),"\n")}}var f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return m(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-titel"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:7,vars:8,consts:[["class","pubAutoren",4,"ngIf"],[1,"pubTitel","ngDialogLink",3,"click"],[1,"pubAutoren"]],template:function(e,t){1&e&&(a.\u0275\u0275template(0,u,5,14,"div",0),a.\u0275\u0275template(1,d,4,9,"div",0),a.\u0275\u0275elementStart(2,"div",1),a.\u0275\u0275listener("click",function(){return t.dialogFn(t.pub,t.lang)}),a.\u0275\u0275text(3),a.\u0275\u0275pipe(4,"qleoLastChar"),a.\u0275\u0275pipe(5,"qleoLastChar"),a.\u0275\u0275element(6,"br"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("ngIf",!t.fullAutoren),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.fullAutoren),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind1(4,4,t.pub.publikation.titel)," ",a.\u0275\u0275pipeBind1(5,6,t.pub.publikation.untertitel),""))},directives:[l.NgIf],pipes:[p.QleoLastCharPipe,s.QleoRegexReplacePipe,c.QleoSplitAndLimitPipe],encapsulation:2}),t}(o.PubComponent);t.PubTitelComponent=f;var m=a.\u0275\u0275getInheritedFactory(f)},IXGI:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PersService=void 0,t.PersService=function(){function e(e,t,n){this.token=t,this.http=n,this.baseUrl=e+"/person",this.token=t,this.imageUrl=this.baseUrl+"/pic_per_pers/"+t}return e.prototype.loadPersData=function(){return this.http.get(this.baseUrl+"/info_per_pers/"+this.token)},e.prototype.loadPersDataForOther=function(e){return this.http.get(this.baseUrl+"/info_per_other/"+this.token+"?id="+e)},e.prototype.loadMesh=function(e,t){return this.http.get(this.baseUrl+"/mesh_per_pers/"+this.token+"?s="+e+"&m="+t)},e.prototype.loadCat=function(e){return this.http.get(this.baseUrl+"/cat")},e}()},JS1H:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CoAuthorShortComponent=void 0;var i=n("fXoL");t.CoAuthorShortComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["co-author"]],inputs:{author:"author",lang:"lang",dialogFn:"dialogFn"},decls:5,vars:7,consts:[[3,"click"],[1,"ng-binding"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275listener("click",function(){return t.dialogFn(t.author,t.lang)}),i.\u0275\u0275elementStart(1,"span",1),i.\u0275\u0275text(2),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(3,"span",1),i.\u0275\u0275text(4),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275classMap(t.author.autorenPerson.person&&"intern"==t.author.autorenPerson.person.type?"ngDialogLink authorPanel customerCoAutor":"authorPanel ngDialogLink"),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate2(" ",t.author.autorenPerson.name,", ",t.author.autorenPerson.person&&"intern"===t.author.autorenPerson.person.type?t.author.autorenPerson.vorname:t.author.autorenPerson.initials," "),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate2(" ",t.author.anzahlFPO.direkt," / ",t.author.autorenPerson.person&&"intern"===t.author.autorenPerson.person.type?t.author.autorenPerson.anzahlPublikationen:"-"," "))},encapsulation:2}),e}()},"KFH+":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PublicationShortComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("qvDX"),a=n("eIV6"),l=n("Dh7M"),p=n("9mmz"),s=n("3b+R"),c=n("fA60"),u=n("Evh8"),d=n("KQ6Z"),f=n("GHMQ"),m=n("CoIF"),h=n("BmFU"),v=n("6VVi"),g=n("r4GL");function b(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",5),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1(" ",n.index,". ")}}function y(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-BB",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function x(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-DS",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function S(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-F1",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function I(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-FF",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function E(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-HA",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function C(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-HG",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function P(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-MG",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function _(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-PT",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function k(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-SP",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function w(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-V1",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function F(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-VO",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function O(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-ZS",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function B(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-ZT",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}t.PublicationShortComponent=function(){function e(){this.fullAutoren=!1}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["publication"]],inputs:{pub:"pub",lang:"lang",index:"index",dialogFn:"dialogFn"},decls:17,vars:15,consts:[[1,"publicationRow"],["class","publicationIndex",4,"ngIf"],[1,"publicationPanel"],[3,"ngSwitch"],[3,"pub","fullAutoren","dialogFn","lang",4,"ngSwitchCase"],[1,"publicationIndex"],[3,"pub","fullAutoren","dialogFn","lang"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275template(1,b,2,1,"div",1),i.\u0275\u0275elementStart(2,"div",2),i.\u0275\u0275elementStart(3,"div",3),i.\u0275\u0275template(4,y,1,4,"publication-BB",4),i.\u0275\u0275template(5,x,1,4,"publication-DS",4),i.\u0275\u0275template(6,S,1,4,"publication-F1",4),i.\u0275\u0275template(7,I,1,4,"publication-FF",4),i.\u0275\u0275template(8,E,1,4,"publication-HA",4),i.\u0275\u0275template(9,C,1,4,"publication-HG",4),i.\u0275\u0275template(10,P,1,4,"publication-MG",4),i.\u0275\u0275template(11,_,1,4,"publication-PT",4),i.\u0275\u0275template(12,k,1,4,"publication-SP",4),i.\u0275\u0275template(13,w,1,4,"publication-V1",4),i.\u0275\u0275template(14,F,1,4,"publication-VO",4),i.\u0275\u0275template(15,O,1,4,"publication-ZS",4),i.\u0275\u0275template(16,B,1,4,"publication-ZT",4),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.index),i.\u0275\u0275advance(2),i.\u0275\u0275property("ngSwitch",t.pub.publikation.typDK),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","BB"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","DS"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","F1"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","FF"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","HA"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","HG"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","MG"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","PT"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","SP"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","V1"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","VO"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","ZS"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","ZT"))},directives:[r.NgIf,r.NgSwitch,r.NgSwitchCase,o.PubBBComponent,a.PubDSComponent,l.PubF1Component,p.PubFFComponent,s.PubHAComponent,c.PubHGComponent,u.PubMGComponent,d.PubPTComponent,f.PubSPComponent,m.PubV1Component,h.PubVOComponent,v.PubZSComponent,g.PubZTComponent],encapsulation:2}),e}()},KQ6Z:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubPTComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("gWrD"),s=n("mCfK"),c=n("Zg7a"),u=function(e,t){return[e,t]},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return f(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-PT"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:6,vars:18,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoAppend"),a.\u0275\u0275pipe(4,"qleoFirstNotEmpty"),a.\u0275\u0275pipe(5,"qleoPrepend"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind2(3,7,a.\u0275\u0275pipeBind1(4,10,a.\u0275\u0275pureFunction2(15,u,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),".")," ",t.pub.publikation.publikationJahr,"",a.\u0275\u0275pipeBind2(5,12,t.pub.publikation.kurzInfo,", "),".\n"))},directives:[l.PubTitelComponent],pipes:[p.QleoAppendPipe,s.QleoFirstNotEmptyPipe,c.QleoPrependPipe],encapsulation:2}),t}(o.PubComponent);t.PubPTComponent=d;var f=a.\u0275\u0275getInheritedFactory(d)},LoCw:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HttpLoaderFactory=t.AppModule=void 0,n("fXoL");var i=n("jhN1"),r=n("3Pt+"),o=n("tk/3"),a=n("l2mP"),l=n("dlKe"),p=n("+1ss"),s=n("aWE5"),c=n("sYmb"),u=n("k1g7"),d=n("MHun"),f=n("fDql"),m=n("PZiI"),h=n("jCy7"),v=n("D2QB"),g=n("t/qo"),b=n("CHLE"),y=n("Pe55"),x=n("iedV"),S=n("ofXK"),I=n("MBgx"),E=n("ppgD"),C=n("k0J9"),P=n("fXoL"),_=n("sYmb"),k=n("ofXK");function w(e){return new y.DynamicTranslateHttpLoader(e,"/properties?lang=","","expert")}t.AppModule=function(){function e(e){this.document=e}return e.prototype.ngDoBootstrap=function(e){this.document.getElementsByTagName("experts-profile").length>0&&e.bootstrap(a.AppComponent),this.document.getElementsByTagName("experts-profile-print").length>0&&e.bootstrap(x.PrintComponent),this.document.getElementsByTagName("experts-profile-blacklist").length>0&&e.bootstrap(I.BlacklistComponent)},e.\u0275fac=function(t){return new(t||e)(P.\u0275\u0275inject(S.DOCUMENT))},e.\u0275mod=P.\u0275\u0275defineNgModule({type:e}),e.\u0275inj=P.\u0275\u0275defineInjector({providers:[b.DiscoveryService],imports:[[g.QleoMsgModule,i.BrowserModule,r.FormsModule,o.HttpClientModule,l.InfiniteScrollModule,p.NgGroupByPipeModule,p.NgOrderByPipeModule,s.SimpleModalModule,c.TranslateModule.forRoot({loader:{provide:c.TranslateLoader,useFactory:w,deps:[o.HttpClient]}})]]}),e}(),P.\u0275\u0275setComponentScope(a.AppComponent,[k.NgIf,d.PersWidgetComponent,u.MeshWidgetComponent,h.NetworkWidgetComponent,E.TimelineWidgetComponent,C.JournalWidgetComponent,m.PubWidgetComponent,v.CoAuthorsWidgetComponent,f.ProjectWidgetComponent],[_.TranslatePipe]),t.HttpLoaderFactory=w},MBgx:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BlacklistComponent=void 0,n("sYmb"),n("tk/3"),n("CHLE");var i=n("fXoL"),r=n("CHLE"),o=n("tk/3"),a=n("sYmb"),l=n("4NTN");t.BlacklistComponent=function(){function e(e,t,n){var i=this;this.discoveryService=e,this.http=t,this.translate=n,this.rootUrl="/experts/expert",e.discoverBackend("expert").then(function(e){return i.rootUrl=e});var r=document.getElementsByTagName("experts-profile-blacklist");r.length>0&&(this.token=r[0].getAttribute("token"),this.sprache=r[0].getAttribute("sprache")),localStorage.deutsch=this.sprache,null!=this.sprache&&(n.setDefaultLang(this.sprache),n.use(this.sprache))}return e.\u0275fac=function(t){return new(t||e)(i.\u0275\u0275directiveInject(r.DiscoveryService),i.\u0275\u0275directiveInject(o.HttpClient),i.\u0275\u0275directiveInject(a.TranslateService))},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["experts-profile-blacklist"]],decls:1,vars:1,consts:[[3,"app"]],template:function(e,t){1&e&&i.\u0275\u0275element(0,"widget-blacklist",0),2&e&&i.\u0275\u0275property("app",t)},directives:[l.BlacklistWidgetComponent],encapsulation:2}),e}()},MHun:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PersWidgetComponent=void 0,n("tk/3");var i=n("IXGI"),r=n("9SMF"),o=(n("l2mP"),n("aWE5"),n("fXoL")),a=n("l2mP"),l=n("tk/3"),p=n("aWE5"),s=n("ofXK"),c=n("NNIw"),u=n("sYmb"),d=n("aMh6");function f(e,t){if(1&e&&o.\u0275\u0275element(0,"pers-info",7),2&e){var n=o.\u0275\u0275nextContext(2);o.\u0275\u0275property("person",n.person)("lang",n.app.sprache)("intern",n.intern)("withMsgModule",n.withMsgModule)("kpiValues",n.kpiValues)}}function m(e,t){if(1&e&&(o.\u0275\u0275elementStart(0,"span"),o.\u0275\u0275text(1),o.\u0275\u0275elementEnd()),2&e){var n=o.\u0275\u0275nextContext(3);o.\u0275\u0275advance(1),o.\u0275\u0275textInterpolate(n.person.hinweis.en)}}function h(e,t){if(1&e&&(o.\u0275\u0275elementStart(0,"span"),o.\u0275\u0275text(1),o.\u0275\u0275elementEnd()),2&e){var n=o.\u0275\u0275nextContext(3);o.\u0275\u0275advance(1),o.\u0275\u0275textInterpolate(n.person.hinweis.de)}}function v(e,t){if(1&e&&(o.\u0275\u0275elementStart(0,"div",8),o.\u0275\u0275template(1,m,2,1,"span",9),o.\u0275\u0275template(2,h,2,1,"span",9),o.\u0275\u0275elementEnd()),2&e){var n=o.\u0275\u0275nextContext(2);o.\u0275\u0275advance(1),o.\u0275\u0275property("ngIf","en_GB"==n.app.sprache),o.\u0275\u0275advance(1),o.\u0275\u0275property("ngIf","en_GB"!=n.app.sprache)}}function g(e,t){if(1&e&&(o.\u0275\u0275elementStart(0,"div",10),o.\u0275\u0275element(1,"span",11),o.\u0275\u0275element(2,"div",12),o.\u0275\u0275pipe(3,"qleoRawHtml"),o.\u0275\u0275elementEnd()),2&e){var n=o.\u0275\u0275nextContext(2);o.\u0275\u0275advance(2),o.\u0275\u0275property("innerHTML",o.\u0275\u0275pipeBind1(3,1,n.person.mainInfo.abstractEN),o.\u0275\u0275sanitizeHtml)}}function b(e,t){if(1&e&&(o.\u0275\u0275elementStart(0,"div",10),o.\u0275\u0275element(1,"span",11),o.\u0275\u0275element(2,"div",12),o.\u0275\u0275pipe(3,"qleoRawHtml"),o.\u0275\u0275elementEnd()),2&e){var n=o.\u0275\u0275nextContext(2);o.\u0275\u0275advance(2),o.\u0275\u0275property("innerHTML",o.\u0275\u0275pipeBind1(3,1,n.person.mainInfo.abstractDE),o.\u0275\u0275sanitizeHtml)}}function y(e,t){if(1&e&&(o.\u0275\u0275elementStart(0,"div",1),o.\u0275\u0275elementStart(1,"div",2),o.\u0275\u0275element(2,"img",3),o.\u0275\u0275elementEnd(),o.\u0275\u0275template(3,f,1,5,"pers-info",4),o.\u0275\u0275template(4,v,3,2,"div",5),o.\u0275\u0275template(5,g,4,3,"div",6),o.\u0275\u0275template(6,b,4,3,"div",6),o.\u0275\u0275elementEnd()),2&e){var n=o.\u0275\u0275nextContext();o.\u0275\u0275advance(2),o.\u0275\u0275property("src",n.imageUrl,o.\u0275\u0275sanitizeUrl),o.\u0275\u0275advance(1),o.\u0275\u0275property("ngIf",null!=n.person),o.\u0275\u0275advance(1),o.\u0275\u0275property("ngIf",null!=n.person&&null!=n.person.hinweis),o.\u0275\u0275advance(1),o.\u0275\u0275property("ngIf","en_GB"==n.app.sprache&&null!=n.person&&null!=n.person.mainInfo.abstractEN),o.\u0275\u0275advance(1),o.\u0275\u0275property("ngIf","en_GB"!=n.app.sprache&&null!=n.person&&null!=n.person.mainInfo.abstractDE)}}t.PersWidgetComponent=function(){function e(e,t,n){var o=this;this.app=e,this.http=t,this.simpleModalService=n,this.baseUrl=e.rootUrl.substr(0,e.rootUrl.lastIndexOf("/")+1),this.imageUrl="#",this.persService=new i.PersService(e.rootUrl,e.token,t),this.imageUrl=this.persService.imageUrl,this.intern=e.token&&"ich"==e.token.toLowerCase(),this.withMsgModule=e.withMsgModule,this.kpiService=new r.KpiService(e.rootUrl,e.token,t),this.persService.loadPersData().subscribe(function(e){return o.setPerson(e)}),this.kpiService.loadForPers("rcr_unb_avg,jif_unb_avg").subscribe(function(e){return o.kpiValues=e})}return e.prototype.showWidget=function(){return!this.app.thereIsAWidgetInFull},e.prototype.setPerson=function(e){e&&e.mainInfo&&e.mainInfo.displayCV&&(e.mainInfo.displayCV=this.baseUrl+e.mainInfo.displayCV),this.person=e},e.\u0275fac=function(t){return new(t||e)(o.\u0275\u0275directiveInject(a.AppComponent),o.\u0275\u0275directiveInject(l.HttpClient),o.\u0275\u0275directiveInject(p.SimpleModalService))},e.\u0275cmp=o.\u0275\u0275defineComponent({type:e,selectors:[["widget-pers"]],decls:1,vars:1,consts:[["class","persWidget","id","widgetHeader",4,"ngIf"],["id","widgetHeader",1,"persWidget"],[1,"persImage"],["alt","Profilbild",3,"src"],[3,"person","lang","intern","withMsgModule","kpiValues",4,"ngIf"],["class","persHinweis",4,"ngIf"],["class","persAbstract",4,"ngIf"],[3,"person","lang","intern","withMsgModule","kpiValues"],[1,"persHinweis"],[4,"ngIf"],[1,"persAbstract"],["translate","EXPERTISE",1,"label"],[3,"innerHTML"]],template:function(e,t){1&e&&o.\u0275\u0275template(0,y,7,5,"div",0),2&e&&o.\u0275\u0275property("ngIf",t.showWidget())},directives:[s.NgIf,c.PersInfoComponent,u.TranslateDirective],pipes:[d.QleoRawHtmlPipe],encapsulation:2}),e}()},MJTI:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiscoveryService=void 0,n("tk/3");var i=n("fXoL"),r=n("tk/3");t.DiscoveryService=function(){function e(e){this.http=e}return e.prototype.discoverBackend=function(t,n,i){var r=this;if(void 0===n&&(n=!1),void 0===i&&(i="893hr"),!n&&e.knownBackends.has(t))return new Promise(function(n,i){n(e.knownBackends.get(t))});for(var o,a=window.location.pathname,l=new RegExp("/([^/?]+)","gi"),p=[],s="";o=l.exec(a);)p.push(s=s+"/"+o[1]);return p.push("/"),new Promise(function(n,o){r.discoverBackendInternal(t,i,p,0).then(function(i){e.knownBackends.set(t,i),n(i)},function(e){return o(e)})})},e.prototype.discoverBackendInternal=function(e,t,n,i){var r=this;return new Promise(function(o,a){if(i>=n.length)return null;r.http.get(n[i]+"/"+e+"/discover/"+t,{responseType:"text"}).subscribe(function(l){l==t?o(n[i]+"/"+e):r.discoverBackendInternal(e,t,n,i+1).then(function(e){return o(e)},function(e){return a(e)})},function(l){r.discoverBackendInternal(e,t,n,i+1).then(function(e){return o(e)},function(e){return a(e)})})})},e.knownBackends=new Map,e.\u0275fac=function(t){return new(t||e)(i.\u0275\u0275inject(r.HttpClient))},e.\u0275prov=i.\u0275\u0275defineInjectable({token:e,factory:e.\u0275fac}),e}()},MMnf:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PublicationCoaService=void 0;var o=n("68Jk");t.PublicationCoaService=function(e){function t(t,n,i){var r=e.call(this,10,10,0)||this;return r.token=n,r.http=i,r.baseUrl=t+"/publications",r}return r(t,e),t.prototype.loadData=function(e,t){return this.http.get(this.baseUrl+"/pub_per_coa/"+this.token+"?coaid="+this.coa.id+"&s="+e+"&m="+t)},t.prototype.extractList=function(e){return e.publikationen},t}(o.LazyChunkService)},NNIw:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PersInfoComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("sYmb"),a=n("07wB");function l(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.person.mainInfo.gruppeen)}}function p(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.person.mainInfo.gruppe)}}function s(e,t){1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275pipe(2,"translate"),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(2,1,"TEL_PREFIX")))}function c(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div"),i.\u0275\u0275element(1,"span",19),i.\u0275\u0275element(2,"a",20),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(2),i.\u0275\u0275propertyInterpolate("href",n.person.mainInfo.displayCV,i.\u0275\u0275sanitizeUrl)}}function u(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",21),i.\u0275\u0275element(1,"span",22),i.\u0275\u0275elementStart(2,"a",23),i.\u0275\u0275text(3),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(2),i.\u0275\u0275propertyInterpolate("href",n.person.mainInfo.orcid,i.\u0275\u0275sanitizeUrl),i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.person.mainInfo.orcid)}}function d(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.en)}}function f(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.de)}}function m(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"a",23),i.\u0275\u0275template(1,d,2,1,"span",5),i.\u0275\u0275template(2,f,2,1,"span",5),i.\u0275\u0275elementEnd()),2&e){var n=t.$implicit,r=i.\u0275\u0275nextContext(2);i.\u0275\u0275propertyInterpolate("href",n.url,i.\u0275\u0275sanitizeUrl),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"==r.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=r.lang)}}function h(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",24),i.\u0275\u0275element(1,"span",25),i.\u0275\u0275template(2,m,3,3,"a",26),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(2),i.\u0275\u0275property("ngForOf",n.person.links)}}function v(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div"),i.\u0275\u0275element(1,"module-msg",27),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275classMapInterpolate1("message-wrapper msgpic-",n.intern,"")}}function g(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",11),i.\u0275\u0275elementStart(1,"div"),i.\u0275\u0275elementStart(2,"span",12),i.\u0275\u0275text(3),i.\u0275\u0275pipe(4,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(5,"div"),i.\u0275\u0275elementStart(6,"span",14),i.\u0275\u0275text(7),i.\u0275\u0275pipe(8,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(9,"br"),i.\u0275\u0275elementStart(10,"span",28),i.\u0275\u0275pipe(11,"translate"),i.\u0275\u0275text(12),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(13,"div"),i.\u0275\u0275elementStart(14,"span",14),i.\u0275\u0275text(15),i.\u0275\u0275pipe(16,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(17,"br"),i.\u0275\u0275elementStart(18,"span",28),i.\u0275\u0275pipe(19,"translate"),i.\u0275\u0275text(20),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(4,9,"PROJECTS")),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(8,11,"ACTIVE")),i.\u0275\u0275advance(3),i.\u0275\u0275propertyInterpolate("title",i.\u0275\u0275pipeBind2(11,13,"ACTIVE_PROJECTS_TITLE",n.person.projekte)),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate2(" ",n.person.projekte.aktiv2," (",n.person.projekte.aktiv,") "),i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(16,16,"EXPIRED")),i.\u0275\u0275advance(3),i.\u0275\u0275propertyInterpolate("title",i.\u0275\u0275pipeBind2(19,18,"EXPIRED_PROJECTS_TITLE",n.person.projekte)),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate2(" ",n.person.projekte.abgelaufen2," (",n.person.projekte.abgelaufen,") ")}}function b(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",11),i.\u0275\u0275elementStart(1,"div"),i.\u0275\u0275elementStart(2,"span",12),i.\u0275\u0275text(3),i.\u0275\u0275pipe(4,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(5,"div"),i.\u0275\u0275elementStart(6,"span",14),i.\u0275\u0275text(7),i.\u0275\u0275pipe(8,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(9,"br"),i.\u0275\u0275elementStart(10,"span",13),i.\u0275\u0275text(11),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(12,"div"),i.\u0275\u0275elementStart(13,"span",14),i.\u0275\u0275text(14),i.\u0275\u0275pipe(15,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(16,"br"),i.\u0275\u0275elementStart(17,"span",13),i.\u0275\u0275text(18),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(4,5,"PROJECTS")),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(8,7,"ACTIVE")),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(n.person.projekte.aktiv),i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(15,9,"EXPIRED")),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(n.person.projekte.abgelaufen)}}function y(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span",34),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1("",n.desc.en,":")}}function x(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span",34),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1("",n.desc.de,":")}}function S(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",31),i.\u0275\u0275template(1,y,2,1,"span",32),i.\u0275\u0275template(2,x,2,1,"span",32),i.\u0275\u0275elementStart(3,"span",33),i.\u0275\u0275text(4),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e){var n=t.$implicit,r=i.\u0275\u0275nextContext(2);i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"==r.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=r.lang),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate(n.value)}}function I(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",29),i.\u0275\u0275template(1,S,5,3,"div",30),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275property("ngForOf",n.kpiValues)}}t.PersInfoComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["pers-info"]],inputs:{person:"person",kpiValues:"kpiValues",lang:"lang",biw:"biw",msg:"msg",intern:"intern",withMsgModule:"withMsgModule",onClick:"onClick"},decls:55,vars:32,consts:[[1,"persInfoWrapper"],[1,"persMainInfo"],[1,"persInfoName"],[1,"persInfoAnrede"],[1,"persInfoGruppe"],[4,"ngIf"],["class","persOrcid",4,"ngIf"],["class","persLinks",4,"ngIf"],[3,"class",4,"ngIf"],[1,"persExtraInfo"],[2,"display","inline-block"],[1,"row"],[1,"label"],[1,"value"],[1,"fineLabel"],["class","row",4,"ngIf"],["style","display: table; margin-top: 1ex",4,"ngIf"],[1,"persLogoInfo"],[1,"persLogoInfo2"],[1,"ui-icon-pdf","ui-icon",2,"display","inline-block","margin-bottom","-1px","margin-right",".5em"],["target","_blank","translate","CURRICULUM_VITAE",3,"href"],[1,"persOrcid"],[1,"ui-icon-orcid","ui-icon",2,"display","inline-block","margin-bottom","-1px","margin-right",".5em"],["target","_blank",3,"href"],[1,"persLinks"],[1,"ui-icon-globe","ui-icon",2,"display","inline-block","margin-bottom","-1px","margin-right",".5em"],["target","_blank",3,"href",4,"ngFor","ngForOf"],["x-qleo-read","true"],[1,"value",3,"title"],[2,"display","table","margin-top","1ex"],["style","display: table-row",4,"ngFor","ngForOf"],[2,"display","table-row"],["class","label","style","display: table-cell; padding-right: 1ex",4,"ngIf"],[1,"value",2,"display","table-cell"],[1,"label",2,"display","table-cell","padding-right","1ex"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275elementStart(1,"div",1),i.\u0275\u0275elementStart(2,"div",2),i.\u0275\u0275text(3),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(4,"div",3),i.\u0275\u0275text(5),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(6,"div",4),i.\u0275\u0275template(7,l,2,1,"span",5),i.\u0275\u0275template(8,p,2,1,"span",5),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(9,"div"),i.\u0275\u0275text(10),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(11,"div"),i.\u0275\u0275template(12,s,3,3,"span",5),i.\u0275\u0275text(13),i.\u0275\u0275elementEnd(),i.\u0275\u0275template(14,c,3,1,"div",5),i.\u0275\u0275template(15,u,4,2,"div",6),i.\u0275\u0275template(16,h,3,1,"div",7),i.\u0275\u0275template(17,v,2,3,"div",8),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(18,"div",9),i.\u0275\u0275elementStart(19,"div",10),i.\u0275\u0275elementStart(20,"div",11),i.\u0275\u0275elementStart(21,"div"),i.\u0275\u0275elementStart(22,"span",12),i.\u0275\u0275text(23),i.\u0275\u0275pipe(24,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(25,"div"),i.\u0275\u0275elementStart(26,"div"),i.\u0275\u0275elementStart(27,"span",13),i.\u0275\u0275text(28),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(29,"div",11),i.\u0275\u0275elementStart(30,"div"),i.\u0275\u0275elementStart(31,"span",12),i.\u0275\u0275text(32),i.\u0275\u0275pipe(33,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(34,"div"),i.\u0275\u0275elementStart(35,"div",10),i.\u0275\u0275elementStart(36,"span",14),i.\u0275\u0275text(37),i.\u0275\u0275pipe(38,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(39,"br"),i.\u0275\u0275elementStart(40,"span",13),i.\u0275\u0275text(41),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(42,"div"),i.\u0275\u0275elementStart(43,"div",10),i.\u0275\u0275elementStart(44,"span",14),i.\u0275\u0275text(45),i.\u0275\u0275pipe(46,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(47,"br"),i.\u0275\u0275elementStart(48,"span",13),i.\u0275\u0275text(49),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275template(50,g,21,21,"div",15),i.\u0275\u0275template(51,b,19,11,"div",15),i.\u0275\u0275template(52,I,2,1,"div",16),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(53,"div",17),i.\u0275\u0275elementEnd(),i.\u0275\u0275element(54,"div",18)),2&e&&(i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate3(" ",t.person.mainInfo.nameZusatz," ",t.person.mainInfo.nachname,", ",t.person.mainInfo.vorname," "),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate2(" ",t.person.mainInfo.anrede," ",t.person.mainInfo.grad," "),i.\u0275\u0275advance(2),i.\u0275\u0275property("ngIf","en_GB"==t.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=t.lang),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate1(" ",t.person.mainInfo.email," \xa0 "),i.\u0275\u0275advance(2),i.\u0275\u0275property("ngIf",null!=t.person.mainInfo.tel),i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1(" ",t.person.mainInfo.tel," \xa0 "),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",null!=t.person.mainInfo.displayCV),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.person.mainInfo.orcid),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.person.links&&t.person.links.length>0),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.intern&&t.withMsgModule),i.\u0275\u0275advance(6),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(24,24,"PUBLICATIONS")),i.\u0275\u0275advance(5),i.\u0275\u0275textInterpolate(t.person.publikationen),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(33,26,"CO_AUTHORS")),i.\u0275\u0275advance(5),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(38,28,"CUSTOMER_NAME")),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(t.person.interneCoAutoren.level1),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(i.\u0275\u0275pipeBind1(46,30,"ALL")),i.\u0275\u0275advance(4),i.\u0275\u0275textInterpolate(t.person.gesamt.level1),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.person.projekte.alle),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",!t.person.projekte.alle),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.kpiValues))},directives:[r.NgIf,o.TranslateDirective,r.NgForOf,a.MsgModuleAppComponent],pipes:[o.TranslatePipe],encapsulation:2}),e}()},PZiI:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PubWidgetComponent=void 0,n("tk/3");var i=n("Q3dB"),r=(n("fXoL"),n("l2mP"),n("aWE5"),n("BRpx")),o=n("fOuS"),a=n("fXoL"),l=n("l2mP"),p=n("tk/3"),s=n("aWE5"),c=n("ofXK"),u=n("sYmb"),d=n("KFH+"),f=n("dlKe"),m=n("iTuh"),h=n("+1ss");function v(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"h2",6),a.\u0275\u0275listener("click",function(){return a.\u0275\u0275restoreView(n),a.\u0275\u0275nextContext().toggleFull()}),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd()}if(2&e){var i=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(i.fullVersion?a.\u0275\u0275pipeBind1(2,1,"LESS"):a.\u0275\u0275pipeBind1(3,3,"MORE"))}}function g(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"h2"),a.\u0275\u0275elementStart(1,"a",7),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275propertyInterpolate("href",n.app.mainLink,a.\u0275\u0275sanitizeUrl),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(3,2,"LINK_EXPERTS_PROFILE"))}}function b(e,t){if(1&e&&a.\u0275\u0275element(0,"publication",10),2&e){var n=t.$implicit,i=a.\u0275\u0275nextContext(2);a.\u0275\u0275property("pub",n)("lang",i.app.sprache)("dialogFn",i.initModalDialog.bind(i))}}function y(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",8),a.\u0275\u0275template(1,b,1,3,"publication",9),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",n.pubs)}}function x(e,t){if(1&e&&a.\u0275\u0275element(0,"publication",19),2&e){var n=t.$implicit,i=t.index,r=a.\u0275\u0275nextContext(4);a.\u0275\u0275property("pub",n)("lang",r.app.sprache)("dialogFn",r.initModalDialog.bind(r))("index",i+1)}}function S(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div"),a.\u0275\u0275elementStart(1,"div",17),a.\u0275\u0275text(2),a.\u0275\u0275elementEnd(),a.\u0275\u0275template(3,x,1,4,"publication",18),a.\u0275\u0275elementEnd()),2&e){var n=t.$implicit;a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate(n.key),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",n.value)}}function I(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"div",15),a.\u0275\u0275listener("scrolled",function(){return a.\u0275\u0275restoreView(n),a.\u0275\u0275nextContext(2).service.nextPage()}),a.\u0275\u0275template(1,S,4,2,"div",16),a.\u0275\u0275pipe(2,"orderBy"),a.\u0275\u0275pipe(3,"groupBy"),a.\u0275\u0275elementEnd()}if(2&e){var i=a.\u0275\u0275nextContext(2);a.\u0275\u0275property("infiniteScrollDistance",1)("infiniteScrollDisabled",i.service.busy||!i.fullVersion||i.service.finished),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",a.\u0275\u0275pipeBind2(2,3,a.\u0275\u0275pipeBind2(3,6,i.service.items,"publikation.publikationJahr"),"-key"))}}function E(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",20),a.\u0275\u0275element(1,"lade-anzeige"),a.\u0275\u0275element(2,"span",21),a.\u0275\u0275elementEnd())}function C(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",22),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(2,1,"NO_DATA_LEFT")," "))}function P(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",11),a.\u0275\u0275template(1,I,4,9,"div",12),a.\u0275\u0275template(2,E,3,0,"div",13),a.\u0275\u0275template(3,C,3,3,"div",14),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",null!=n.service.items&&n.service.items.length>0),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",n.service.busy),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",n.service.finished)}}var _=function(e,t){return{"widget-small":e,"widget-full":t}};t.PubWidgetComponent=function(){function e(e,t,n,r){var o=this;this.elementRef=e,this.app=t,this.http=n,this.simpleModalService=r,this.initialPubSize=5,this.service=new i.PublicationService(t.rootUrl,t.token,n),this.fullVersion=t.single&&"pub"==t.singlePage,this.fullVersion?this.service.nextPage():this.service.loadFrei(this.initialPubSize).subscribe(function(e){return o.pubs=e.publikationen})}return e.prototype.toggleFull=function(){this.fullVersion?(this.fullVersion=!1,this.app.thereIsAWidgetInFull=!1,this.elementRef.nativeElement.classList.remove("widget-full-container")):(this.fullVersion=!0,this.app.thereIsAWidgetInFull=!0,this.service.nextPage(),this.elementRef.nativeElement.classList.add("widget-full-container"),document.body.scrollTop=document.documentElement.scrollTop=0)},e.prototype.showWidget=function(){return this.fullVersion||!this.app.thereIsAWidgetInFull},e.prototype.initModalDialog=function(e,t){this.simpleModalService.addModal(r.VerwandtDialogComponent,{service:new o.DialogService(this.app.rootUrl,new o.RootElement(e,"PUB"),this.app.token,this.app.sprache,this.http),sprache:null!=this.app.sprache?this.app.sprache:document.getElementById("sprache").getAttribute("value")},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},e.\u0275fac=function(t){return new(t||e)(a.\u0275\u0275directiveInject(a.ElementRef),a.\u0275\u0275directiveInject(l.AppComponent),a.\u0275\u0275directiveInject(p.HttpClient),a.\u0275\u0275directiveInject(s.SimpleModalService))},e.\u0275cmp=a.\u0275\u0275defineComponent({type:e,selectors:[["widget-publications"]],decls:6,vars:9,consts:[["id","widget-pub",3,"ngClass","hidden"],["translate","PUBLICATIONS"],[3,"click",4,"ngIf"],[4,"ngIf"],["class","smallBody",4,"ngIf"],["class","fullBody","style","display: block;",4,"ngIf"],[3,"click"],[3,"href"],[1,"smallBody"],[3,"pub","lang","dialogFn",4,"ngFor","ngForOf"],[3,"pub","lang","dialogFn"],[1,"fullBody",2,"display","block"],["infiniteScroll","",3,"infiniteScrollDistance","infiniteScrollDisabled","scrolled",4,"ngIf"],["class","endlessBusy",4,"ngIf"],["class","endlessFinished",4,"ngIf"],["infiniteScroll","",3,"infiniteScrollDistance","infiniteScrollDisabled","scrolled"],[4,"ngFor","ngForOf"],[1,"pubJahrHeader"],[3,"pub","lang","dialogFn","index",4,"ngFor","ngForOf"],[3,"pub","lang","dialogFn","index"],[1,"endlessBusy"],["translate","LOADING"],[1,"endlessFinished"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",0),a.\u0275\u0275element(1,"h1",1),a.\u0275\u0275template(2,v,4,5,"h2",2),a.\u0275\u0275template(3,g,4,4,"h2",3),a.\u0275\u0275template(4,y,2,1,"div",4),a.\u0275\u0275template(5,P,4,3,"div",5),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("ngClass",a.\u0275\u0275pureFunction2(6,_,!t.fullVersion,t.fullVersion))("hidden",!t.showWidget()),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf",!t.app.single),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.app.single),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",!t.fullVersion&&null!=t.pubs),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.fullVersion))},directives:[c.NgClass,u.TranslateDirective,c.NgIf,c.NgForOf,d.PublicationShortComponent,f.InfiniteScrollDirective,m.LadeAnzeigeComponent],pipes:[u.TranslatePipe,h.OrderByPipe,h.GroupByPipe],encapsulation:2}),e}()},Pe55:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.DynamicTranslateHttpLoader=void 0;var o=n("sYmb"),a=n("CHLE"),l=n("qCKp"),p=n("mqiu");t.DynamicTranslateHttpLoader=function(e){function t(t,n,i,r){var o=e.call(this)||this;return o.initialized=new l.Observable(function(e){new a.DiscoveryService(t).discoverBackend(r).then(function(r){o.delegate=new p.TranslateHttpLoader(t,r+n,i),e.next()})}),o}return r(t,e),t.prototype.getTranslation=function(e){var t=this;return new l.Observable(function(n){t.initialized.subscribe(function(){t.delegate.getTranslation(e).subscribe(function(e){n.next(e),n.complete()})})})},t}(o.TranslateLoader)},Q3dB:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PublicationService=void 0;var o=n("68Jk");t.PublicationService=function(e){function t(t,n,i){var r=e.call(this,20,10,0)||this;return r.token=n,r.http=i,r.filter={year:null,position:null,journal:null},r.baseUrl=t+"/publications",r}return r(t,e),t.prototype.loadFrei=function(e){return this.http.get(this.baseUrl+"/pub_frei/"+this.token+"?m="+e)},t.prototype.loadPublicationsForCoa=function(e,t,n){return this.http.get(this.baseUrl+"/pub_per_coa/"+this.token+"?coaid="+e+"&s="+t+"&m="+n)},t.prototype.loadPublicationsForMesh=function(e,t,n){return this.http.get(this.baseUrl+"/pub_per_mesh/"+this.token+"?u="+e+"&s="+t+"&m="+n)},t.prototype.loadMeSHForPublication=function(e,t,n){return this.http.get(this.baseUrl+"/mesh_per_pub/"+this.token+"?puid="+e+"&s="+t+"&m="+n)},t.prototype.loadRelatedForPublication=function(e,t,n){return this.http.get(this.baseUrl+"/pub_per_pub/"+this.token+"?puid="+e+"&s="+t+"&m="+n)},t.prototype.loadRelatedForProject=function(e,t,n){return this.http.get(this.baseUrl+"/pub_per_proj/"+this.token+"?prid="+e+"&s="+t+"&m="+n)},t.prototype.loadPubCountPerYear=function(){return this.http.get(this.baseUrl+"/pubs_per_year/"+this.token)},t.prototype.loadPubCountPerJournal=function(){return this.http.get(this.baseUrl+"/pubs_per_journal/"+this.token)},t.prototype.loadData=function(e,t){var n=this.baseUrl+"/pub_per_pers/"+this.token+"?s="+e+"&m="+t;return this.filter.year&&(n=n+"&y="+this.filter.year),this.filter.position&&(n=n+"&p="+this.filter.position),this.filter.journal&&(n=n+"&j="+this.filter.journal.id),this.http.get(n)},t.prototype.setFilter=function(e){this.filter.year=e.year?e.year:null,this.filter.position=e.position?e.position:null,this.filter.journal=e.journal?e.journal:null},t.prototype.extractList=function(e){return e.publikationen},t}(o.LazyChunkService)},QTla:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.NachrichtenLesenService=void 0;var o=n("szoF");t.NachrichtenLesenService=function(e){function t(t,n){var i=e.call(this,50,20,0)||this;return i.appRootUrl=t,i.http=n,i.baseURL=i.appRootUrl+"/read",i.errorMessage=null,i.filter="BENINFO",i.active=null,i.text="",i}return r(t,e),t.prototype.countBiW=function(e){var t=this;this.http.get(this.baseURL+"/countbiw").subscribe(e,function(e){return t.errorMessage=e})},t.prototype.countNachrichten=function(e){var t=this;this.http.get(this.baseURL+"/countn").subscribe(e,function(e){return t.errorMessage=e})},t.prototype.loadNachrichten=function(e,t){return this.http.get(this.baseURL+"/msg/"+e+"/"+t+"?filter="+this.filter)},t.prototype.loadText=function(e,t){var n=this;this.http.get(this.baseURL+"/text/"+e,{responseType:"text"}).subscribe(t.bind(this),function(e){return n.errorMessage=e})},t.prototype.deleteNachricht=function(e,t){var n=this;this.http.delete(this.baseURL+"/delete/"+e).subscribe(t.bind(this),function(e){return n.errorMessage=e})},t.prototype.loadBiW=function(){var e=this;this.http.get(this.baseURL+"/biw",{responseType:"text"}).subscribe(function(t){return e.text=t.toString()},function(t){return e.errorMessage=t})},t.prototype.markRead=function(e,t){var n=this;this.http.put(this.baseURL+"/markread/"+e,null).subscribe(t.bind(this),function(e){return n.errorMessage=e})},t.prototype.markUnread=function(e,t){var n=this;this.http.put(this.baseURL+"/markunread/"+e,null).subscribe(t.bind(this),function(e){return n.errorMessage=e})},t.prototype.loadData=function(e,t){return this.loadNachrichten(e,t)},t.prototype.extractList=function(e){return e.nachrichten},t.prototype.sortByAbsender=function(){this.items&&(this.items=this.items.sort(function(e,t){return e.nachricht.autor.nachname>t.nachricht.autor.nachname||e.nachricht.autor.nachname<t.nachricht.autor.nachname?1:0}))},t.prototype.sortByDate=function(){this.items&&(this.items=this.items.sort(function(e,t){var n=/(0[1-9]|[12][0-9]|3[01])[- \/.](0[1-9]|1[012])[- \/.]([0-9]{4})\s([0-9]{1,2}):([0-9]{1,2})/g.exec(e.nachricht.datumVersand),i=/(0[1-9]|[12][0-9]|3[01])[- \/.](0[1-9]|1[012])[- \/.]([0-9]{4})\s([0-9]{1,2}):([0-9]{1,2})/g.exec(t.nachricht.datumVersand),r=new Date(parseInt(n[3]),parseInt(n[2]),parseInt(n[1]),parseInt(n[4]),parseInt(n[5]),0),o=new Date(parseInt(i[3]),parseInt(i[2]),parseInt(i[1]),parseInt(i[4]),parseInt(i[5]),0);return r>o||r<o?1:0}))},t.prototype.sortByBetreff=function(){this.items&&(this.items=this.items.sort(function(e,t){return e.nachricht.betreff>t.nachricht.betreff?1:e.nachricht.betreff<t.nachricht.betreff?-1:0}))},t.prototype.mark=function(e){var t=this;if(this.active){this.active.statusDK=e;var n=this.items.find(function(e){return e.id==t.active.id});n&&(n.statusDK=e)}},t.prototype.get=function(e){var t=this;this.active=e,"UM"==this.active.statusDK&&this.markRead(this.active.id,function(e){return t.mark("GM")}),"BENINFO"==this.filter&&(this.filter="ALL"),this.loadText(e.id,function(e){return t.text=e})},t.prototype.gelesen=function(){var e=this;this.active&&this.markRead(this.active.id,function(t){return e.mark("GM")})},t.prototype.ungelesen=function(){var e=this;this.active&&this.markUnread(this.active.id,function(t){return e.mark("UM")})},t.prototype.isActive=function(e){return this.active&&this.active.id==e.id},t.prototype.benutzerInfo=function(){this.filter="BENINFO",this.active=null,this.finished=!1,this.loadBiW()},t.prototype.setFilter=function(e){var t=this;this.filter!=e&&(this.filter=e,this.firstPage().subscribe(function(){null!=t.items&&t.items.length>0&&(t.active=t.items[0],t.get(t.active))}))},t.prototype.delete=function(){var e=this;this.active&&this.deleteNachricht(this.active.id,function(t){(t.date="ok")&&(e.items=e.items.filter(function(t){return t!=e.active}),e.active=e.items.length()>0?e.items[0]:null)})},t}(o.LazyChunkService)},SCm3:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.ProjectService=void 0;var o=n("68Jk");t.ProjectService=function(e){function t(t,n,i){var r=e.call(this,20,10,0)||this;return r.token=n,r.http=i,r.baseUrl=t+"/projects",r}return r(t,e),t.prototype.loadFrei=function(e){return this.http.get(this.baseUrl+"/proj_frei/"+this.token+"?m="+e)},t.prototype.loadForPerson=function(e,t,n){return this.http.get(this.baseUrl+"/proj_per_pers/"+e+"?s="+t+"&m="+n)},t.prototype.loadMeSHForProject=function(e,t,n){return this.http.get(this.baseUrl+"/mesh_per_project/"+this.token+"?prid="+e+"&s="+t+"&m="+n)},t.prototype.loadProjectsForMeSH=function(e,t,n){return this.http.get(this.baseUrl+"/proj_per_mesh/"+this.token+"?u="+e+"&s="+t+"&m="+n)},t.prototype.loadRelatedForPublication=function(e,t,n){return this.http.get(this.baseUrl+"/proj_per_pub/"+this.token+"?pubid="+e+"&s="+t+"&m="+n)},t.prototype.loadRelatedForProject=function(e,t,n){return this.http.get(this.baseUrl+"/proj_per_proj/"+this.token+"?prid="+e+"&s="+t+"&m="+n)},t.prototype.loadFundsPerYear=function(){return this.http.get(this.baseUrl+"/funds_per_year/"+this.token)},t.prototype.loadData=function(e,t){return this.loadForPerson(this.token,e,t)},t.prototype.extractList=function(e){return e.projects},t}(o.LazyChunkService)},TDUw:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n("jhN1"),r=n("fXoL"),o=n("LoCw");r.enableProdMode(),document.addEventListener("DOMContentLoaded",function(){i.platformBrowser().bootstrapModule(o.AppModule).catch(function(e){return console.log(e)})})},UA9E:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.BlacklistService=void 0,t.BlacklistService=function(){function e(e,t,n){this.token=t,this.http=n,this.baseUrl=e+"/blacklist"}return e.prototype.loadBlacklist=function(){return this.http.get(this.baseUrl+"/pers/"+this.token)},e.prototype.blacklist=function(e){return this.http.put(this.baseUrl+"/pers/"+this.token+"/"+e,null)},e.prototype.revoke=function(e){return this.http.delete(this.baseUrl+"/pers/"+this.token+"/"+e)},e}()},UE5X:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PublicationsDialogComponent=void 0;var o=n("aWE5"),a=n("fXoL"),l=n("ofXK"),p=n("pzQ9"),s=n("KFH+"),c=n("sYmb"),u=n("iTuh"),d=["class","ngdialog-content"];function f(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275elementStart(1,"button",9),a.\u0275\u0275listener("click",function(){a.\u0275\u0275restoreView(n);var e=a.\u0275\u0275nextContext();return e.blacklist(e.service.context.element.uniqueID)}),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275text(3),a.\u0275\u0275pipe(4,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(5,"a",10),a.\u0275\u0275text(6),a.\u0275\u0275pipe(7,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd()}if(2&e){var i=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275propertyInterpolate("title",a.\u0275\u0275pipeBind1(2,4,"BLACKLISTTOOLTIP")),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate1("",a.\u0275\u0275pipeBind1(4,6,"BLACKLIST")," "),a.\u0275\u0275advance(2),a.\u0275\u0275propertyInterpolate1("href","blacklist.xhtml?id=ich&lang=",i.sprache,"",a.\u0275\u0275sanitizeUrl),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(7,8,"BLACKLIST_CONTROL"))}}function m(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",11),a.\u0275\u0275element(1,"publication-details",12),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("pub",n.service.context.element)("lang",n.sprache)}}function h(e,t){if(1&e&&a.\u0275\u0275element(0,"publication",14),2&e){var n=t.$implicit,i=a.\u0275\u0275nextContext(2);a.\u0275\u0275property("pub",n)("lang",i.sprache)("dialogFn",i.service.newContextForPub.bind(i.service))}}function v(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div"),a.\u0275\u0275template(1,h,1,3,"publication",13),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",n.service.publicationService.items)}}function g(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"div",15),a.\u0275\u0275listener("click",function(){return a.\u0275\u0275restoreView(n),a.\u0275\u0275nextContext().service.publicationService.nextPage()}),a.\u0275\u0275element(1,"span",16),a.\u0275\u0275elementEnd()}}function b(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",17),a.\u0275\u0275element(1,"lade-anzeige"),a.\u0275\u0275element(2,"span",18),a.\u0275\u0275elementEnd())}function y(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",19),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(2,1,"NO_DATA_LEFT")," "))}t.PublicationsDialogComponent=function(e){function t(){return e.call(this)||this}return r(t,e),t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["div",8,"ngdialog-content"]],features:[a.\u0275\u0275InheritDefinitionFeature],attrs:d,decls:21,vars:21,consts:[[1,"ngdialog-inner"],[3,"disabled","click"],[4,"ngIf"],["class","ng-dialog-inner-heading",4,"ngIf"],[1,"ng-dialog-inner-inner"],["class","endlessBusy","style","cursor: pointer",3,"click",4,"ngIf"],["class","endlessBusy",4,"ngIf"],["class","endlessFinished",4,"ngIf"],[1,"ngdialog-close",3,"click"],[2,"margin-left","2em","margin-right","1em",3,"title","click"],["target","_blank",2,"font-size","0.8em",3,"href"],[1,"ng-dialog-inner-heading"],[3,"pub","lang"],["class","publicationPanel",3,"pub","lang","dialogFn",4,"ngFor","ngForOf"],[1,"publicationPanel",3,"pub","lang","dialogFn"],[1,"endlessBusy",2,"cursor","pointer",3,"click"],["translate","MORE"],[1,"endlessBusy"],["translate","LOADING"],[1,"endlessFinished"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",0),a.\u0275\u0275elementStart(1,"button",1),a.\u0275\u0275listener("click",function(){return t.service.back()}),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(4,"button",1),a.\u0275\u0275listener("click",function(){return t.service.forward()}),a.\u0275\u0275text(5),a.\u0275\u0275pipe(6,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(7,"button",1),a.\u0275\u0275listener("click",function(){return t.service.print()}),a.\u0275\u0275text(8),a.\u0275\u0275pipe(9,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275template(10,f,8,10,"span",2),a.\u0275\u0275template(11,m,2,2,"div",3),a.\u0275\u0275elementStart(12,"div",4),a.\u0275\u0275elementStart(13,"h1"),a.\u0275\u0275text(14),a.\u0275\u0275pipe(15,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275template(16,v,2,1,"div",2),a.\u0275\u0275template(17,g,2,0,"div",5),a.\u0275\u0275template(18,b,3,0,"div",6),a.\u0275\u0275template(19,y,3,3,"div",7),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(20,"div",8),a.\u0275\u0275listener("click",function(){return t.close()}),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(1),a.\u0275\u0275property("disabled",!t.service.canBack()),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(3,13,"BACK")),a.\u0275\u0275advance(2),a.\u0275\u0275property("disabled",!t.service.canForward()),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(6,15,"FORWARD")),a.\u0275\u0275advance(2),a.\u0275\u0275property("disabled",t.service.loading),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(9,17,"PRINT"),""),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf","MESH"==t.service.context.type&&t.intern),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","PUB"==t.service.context.type),a.\u0275\u0275advance(3),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(15,19,t.service.publicationTitle())),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf",null!=t.service.pubs),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",!t.service.publicationService.busy&&!t.service.publicationService.finished),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.service.publicationService.busy),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.service.publicationService.finished))},directives:[l.NgIf,p.PubDetailsComponent,l.NgForOf,s.PublicationShortComponent,c.TranslateDirective,u.LadeAnzeigeComponent],pipes:[c.TranslatePipe],encapsulation:2}),t}(o.SimpleModalComponent)},XKDh:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoTruncatePipe=void 0;var i=n("fXoL");t.QleoTruncatePipe=function(){function e(){}return e.prototype.transform=function(e,t,n){var i=e,r=null!=n?t+n.length:t;return null!=e&&e.length>r&&((i=e.substring(0,r)).lastIndexOf(" ")>=r-3&&(i=i.substring(0,i.lastIndexOf(" "))),null!=n&&(i+=n)),i},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoTruncate",type:e,pure:!0}),e}()},Xg8X:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.MsgReadComponent=void 0;var o=n("aWE5"),a=n("QTla"),l=(n("tk/3"),n("fXoL")),p=n("tk/3"),s=n("ofXK"),c=n("dlKe"),u=n("sYmb");function d(e,t){1&e&&(l.\u0275\u0275elementStart(0,"h1"),l.\u0275\u0275text(1),l.\u0275\u0275pipe(2,"translate"),l.\u0275\u0275elementEnd()),2&e&&(l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(2,1,"READ_DETAIL")))}function f(e,t){1&e&&(l.\u0275\u0275elementStart(0,"h1"),l.\u0275\u0275text(1),l.\u0275\u0275pipe(2,"translate"),l.\u0275\u0275elementEnd()),2&e&&(l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(2,1,"BENUTZERINFO_WEB")))}function m(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"tr",3),l.\u0275\u0275listener("click",function(){l.\u0275\u0275restoreView(n);var e=t.$implicit;return l.\u0275\u0275nextContext().service.get(e)}),l.\u0275\u0275elementStart(1,"td"),l.\u0275\u0275text(2),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(3,"td"),l.\u0275\u0275text(4),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(5,"td"),l.\u0275\u0275text(6),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=t.$implicit,r=l.\u0275\u0275nextContext();l.\u0275\u0275classMapInterpolate2("status-",i.statusDK," ",r.service.isActive(i)?"active-item":"",""),l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate4("",i.nachricht.autor.akademGrad," ",i.nachricht.autor.vorname," ",i.nachricht.autor.nameZusatz," ",i.nachricht.autor.nachname," "),l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate(i.nachricht.betreff),l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate(i.nachricht.datumVersand)}}t.MsgReadComponent=function(e){function t(t){var n=e.call(this)||this;return n.http=t,n.closeByDocument=!1,n.plain=!0,n}return r(t,e),t.prototype.ngOnInit=function(){this.service=new a.NachrichtenLesenService(this.app.moduleBasePath,this.http),this.service.firstPage(!1).subscribe(),this.service.loadBiW()},t.\u0275fac=function(e){return new(e||t)(l.\u0275\u0275directiveInject(p.HttpClient))},t.\u0275cmp=l.\u0275\u0275defineComponent({type:t,selectors:[["modulemsg-read"]],features:[l.\u0275\u0275InheritDefinitionFeature],decls:55,vars:53,consts:[[1,"modulemsg","read-wrapper"],[1,"ngdialog-close",3,"click"],[1,"modulemsg-read-left"],[3,"click"],[1,"filter-head","filter-inactive",3,"click"],[1,"modulemsg-read-right"],[1,"modulemsg-read-right-detail"],[4,"ngIf"],[3,"innerHTML"],[1,"modulemsg-read-right-list"],[1,"modulemsg-commands"],["id","modulemsg-list-wrapper","infiniteScroll","",1,"modulemsg-read-scroll",3,"infiniteScrollDistance","scrolled"],[3,"class","click",4,"ngFor","ngForOf"]],template:function(e,t){1&e&&(l.\u0275\u0275elementStart(0,"div",0),l.\u0275\u0275elementStart(1,"span",1),l.\u0275\u0275listener("click",function(){return t.close()}),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(2,"div",2),l.\u0275\u0275elementStart(3,"div"),l.\u0275\u0275elementStart(4,"span",3),l.\u0275\u0275listener("click",function(){return t.service.benutzerInfo()}),l.\u0275\u0275text(5),l.\u0275\u0275pipe(6,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(7,"div"),l.\u0275\u0275elementStart(8,"span",4),l.\u0275\u0275listener("click",function(){return t.service.setFilter("ALL")}),l.\u0275\u0275text(9),l.\u0275\u0275pipe(10,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(11,"div"),l.\u0275\u0275elementStart(12,"span",3),l.\u0275\u0275listener("click",function(){return t.service.setFilter("ALL")}),l.\u0275\u0275text(13),l.\u0275\u0275pipe(14,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(15,"span",3),l.\u0275\u0275listener("click",function(){return t.service.setFilter("GL")}),l.\u0275\u0275text(16),l.\u0275\u0275pipe(17,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(18,"span",3),l.\u0275\u0275listener("click",function(){return t.service.setFilter("UN")}),l.\u0275\u0275text(19),l.\u0275\u0275pipe(20,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(21,"div",5),l.\u0275\u0275elementStart(22,"div",6),l.\u0275\u0275template(23,d,3,3,"h1",7),l.\u0275\u0275template(24,f,3,3,"h1",7),l.\u0275\u0275element(25,"div",8),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(26,"div",9),l.\u0275\u0275elementStart(27,"h1"),l.\u0275\u0275text(28),l.\u0275\u0275pipe(29,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(30,"div",10),l.\u0275\u0275elementStart(31,"span",3),l.\u0275\u0275listener("click",function(){return t.service.gelesen()}),l.\u0275\u0275text(32),l.\u0275\u0275pipe(33,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(34,"span",3),l.\u0275\u0275listener("click",function(){return t.service.ungelesen()}),l.\u0275\u0275text(35),l.\u0275\u0275pipe(36,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(37,"span",3),l.\u0275\u0275listener("click",function(){return t.service.delete()}),l.\u0275\u0275text(38),l.\u0275\u0275pipe(39,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(40,"div",11),l.\u0275\u0275listener("scrolled",function(){return t.service.nextPage()}),l.\u0275\u0275elementStart(41,"table"),l.\u0275\u0275elementStart(42,"thead"),l.\u0275\u0275elementStart(43,"tr"),l.\u0275\u0275elementStart(44,"th",3),l.\u0275\u0275listener("click",function(){return t.service.sortByAbsender()}),l.\u0275\u0275text(45),l.\u0275\u0275pipe(46,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(47,"th",3),l.\u0275\u0275listener("click",function(){return t.service.sortByBetreff()}),l.\u0275\u0275text(48),l.\u0275\u0275pipe(49,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(50,"th",3),l.\u0275\u0275listener("click",function(){return t.service.sortByDate()}),l.\u0275\u0275text(51),l.\u0275\u0275pipe(52,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(53,"tbody"),l.\u0275\u0275template(54,m,7,10,"tr",12),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()),2&e&&(l.\u0275\u0275advance(4),l.\u0275\u0275classMap("BENINFO"==t.service.filter?"filter-active":"filter-inactive"),l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate1(" ",l.\u0275\u0275pipeBind1(6,29,"BENUTZERINFO_WEB")," "),l.\u0275\u0275advance(4),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(10,31,"READ_LIST")),l.\u0275\u0275advance(3),l.\u0275\u0275classMap("ALL"==t.service.filter?"filter-active":"filter-inactive"),l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(14,33,"ALLE")),l.\u0275\u0275advance(2),l.\u0275\u0275classMap("GL"==t.service.filter?"filter-active":"filter-inactive"),l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(17,35,"GELESEN")),l.\u0275\u0275advance(2),l.\u0275\u0275classMap("UN"==t.service.filter?"filter-active":"filter-inactive"),l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(20,37,"UNGELESEN")),l.\u0275\u0275advance(4),l.\u0275\u0275property("ngIf",null!=t.service.active),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",null==t.service.active),l.\u0275\u0275advance(1),l.\u0275\u0275property("innerHTML",t.service.text,l.\u0275\u0275sanitizeHtml),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(29,39,"READ_LIST")),l.\u0275\u0275advance(4),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(33,41,"MARK_GELESEN")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(36,43,"MARK_UNGELESEN")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(39,45,"LOESCHEN")),l.\u0275\u0275advance(2),l.\u0275\u0275property("infiniteScrollDistance",2),l.\u0275\u0275advance(5),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(46,47,"ABSENDER")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(49,49,"BETREFF")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(52,51,"DATUM")),l.\u0275\u0275advance(3),l.\u0275\u0275property("ngForOf",t.service.items))},directives:[s.NgIf,c.InfiniteScrollDirective,s.NgForOf],pipes:[u.TranslatePipe],encapsulation:2}),t}(o.SimpleModalComponent)},XvOt:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PrjDetailsComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("sYmb");function a(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.prj.project.gruppe.nameEN)}}function l(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.prj.project.wunschtitel?n.prj.project.wunschtitel:n.prj.project.gruppe.name)}}function p(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span",8),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=t.$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate4("",n.mainInfo.anrede," ",n.mainInfo.grad," ",n.mainInfo.vorname," ",n.mainInfo.nachname,"")}}function s(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.prj.project.gruppe.beschreibungEN)}}function c(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.prj.project.gruppe.beschreibung)}}t.PrjDetailsComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["project-details"]],inputs:{prj:"prj",lang:"lang"},decls:17,vars:14,consts:[[1,"projectPanel","dialogDetails"],[1,"projektTitel"],[4,"ngIf"],[1,"projektLeiter"],["style","margin-right: 1em",4,"ngFor","ngForOf"],[1,"projektDuration"],[1,"projektFoerdergeber"],[1,"projektAbstract"],[2,"margin-right","1em"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275elementStart(1,"div",1),i.\u0275\u0275template(2,a,2,1,"span",2),i.\u0275\u0275template(3,l,2,1,"span",2),i.\u0275\u0275element(4,"br"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(5,"div",3),i.\u0275\u0275template(6,p,2,4,"span",4),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(7,"div"),i.\u0275\u0275elementStart(8,"div",5),i.\u0275\u0275text(9),i.\u0275\u0275pipe(10,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(11,"div",6),i.\u0275\u0275text(12),i.\u0275\u0275pipe(13,"translate"),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(14,"div",7),i.\u0275\u0275template(15,s,2,1,"span",2),i.\u0275\u0275template(16,c,2,1,"span",2),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(2),i.\u0275\u0275property("ngIf","en_GB"==t.lang&&t.prj.project.gruppe.nameEN),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=t.lang||!t.prj.project.gruppe.nameEN),i.\u0275\u0275advance(3),i.\u0275\u0275property("ngForOf",t.prj.projektleiter),i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate3(" ",i.\u0275\u0275pipeBind1(10,10,"DURATION")," ",t.prj.start," - ",t.prj.ende," "),i.\u0275\u0275advance(3),i.\u0275\u0275textInterpolate2(" ",i.\u0275\u0275pipeBind1(13,12,"FUNDED")," ",t.prj.project.foerdergeber.name," "),i.\u0275\u0275advance(3),i.\u0275\u0275property("ngIf","en_GB"==t.lang&&t.prj.project.gruppe.beschreibungEN),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=t.lang||!t.prj.project.gruppe.beschreibungEN))},directives:[r.NgIf,r.NgForOf],pipes:[o.TranslatePipe],encapsulation:2}),e}()},Ywcr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractD3Widget=void 0;var i=n("bljh");t.AbstractD3Widget=function(){function e(e){this.svgSelector=e,this.fullVersion=!1,this.d3Ready=!1,this.loading=!1,this.size=[100,100],this.scale=225}return e.prototype.initD3=function(e){var t=this;void 0===e&&(e=!0),this.clear(),this.loading=!0,this.loadData().subscribe(function(n){t.data=n,null!=t.data&&(t.buildGraph(n),e&&t.initResizeEvent(function(){t.showWidget()&&(t.clear(),t.buildGraph(t.data))}))})},e.prototype.initResizeEvent=function(e){var t=this;window.addEventListener("resize",function(){clearTimeout(t.resizeEventTimeout),t.resizeEventTimeout=setTimeout(e,250)})},e.prototype.initSizeAndScale=function(){var e=$(this.svgSelector),t=e.parent().width(),n=e.parent().height();n>800&&(n=800),this.size=[t,n],this.scale=.45*Math.min(t,n)},e.prototype.clear=function(){this.d3Ready=!1,i.selectAll(this.svgSelector+" > *").remove()},e.prototype.initToolTip=function(e){this.toolTipElement=i.select("body").select("div."+e),this.toolTipElement.empty()&&(this.toolTipElement=i.select("body").append("div").attr("class",e)),this.toolTipElement.style("opacity",0)},e.prototype.showToolTip=function(e){this.toolTipElement.style("left",i.event.pageX+5+"px").style("top",i.event.pageY-28+"px"),this.toolTipElement.html(e),this.toolTipElement.transition().duration(200).style("opacity",.9)},e.prototype.hideToolTip=function(){this.toolTipElement.transition().duration(500).style("opacity",0)},e}()},"Z/PM":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoInitialsPipe=void 0;var i=n("fXoL");t.QleoInitialsPipe=function(){function e(){}return e.prototype.transform=function(e){return null==e||e.length<=0?e:e.split(";").map(function(e){return e.match(/^[ a-z\xe4\xf6\xfc\xdf-]+,( [a-z\xe4\xf6\xfc\xdf-]+)+$/i)?e.replace(/(, ?[a-z\xe4\xf6\xfc\xdf])[a-z\xe4\xf6\xfc\xdf]+(;?)/gi,"$1.$2").replace(/(\.[ -]?[a-z\xe4\xf6\xfc\xdf])[a-z\xe4\xf6\xfc\xdf]+(;?)/gi,"$1.$2"):e}).join(";")},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoInitials",type:e,pure:!0}),e}()},Zg7a:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoPrependPipe=void 0;var i=n("fXoL");t.QleoPrependPipe=function(){function e(){}return e.prototype.transform=function(e,t){return null!=e&&e.length>0?t+e:e},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoPrepend",type:e,pure:!0}),e}()},ZxO8:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoSplitAndLimitPipe=void 0;var i=n("fXoL");t.QleoSplitAndLimitPipe=function(){function e(){}return e.prototype.transform=function(e,t,n,i){if(null==e)return e;var r=e.split(t);if(null==r||r.length<=0)return"";if(1==r.length)return e;for(var o=r[0],a=1;a<Math.min(n,r.length);a++)o=o+t+r[a];return r.length>n&&(o+=i),o},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoSplitAndLimit",type:e,pure:!0}),e}()},aMh6:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoRawHtmlPipe=void 0,n("jhN1");var i=n("fXoL"),r=n("jhN1");t.QleoRawHtmlPipe=function(){function e(e){this.sanitizer=e}return e.prototype.transform=function(e){return this.sanitizer.bypassSecurityTrustHtml(e)},e.\u0275fac=function(t){return new(t||e)(i.\u0275\u0275directiveInject(r.DomSanitizer))},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoRawHtml",type:e,pure:!0}),e}()},axKj:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.CoAuthorsService=void 0;var o=n("68Jk");t.CoAuthorsService=function(e){function t(t,n,i){var r=e.call(this,30,10,0)||this;return r.token=n,r.http=i,r.baseUrl=t+"/person",r}return r(t,e),t.prototype.loadCoAuthors=function(e,t){return this.http.get(this.baseUrl+"/coa_per_pers/"+this.token+"?s="+e+"&m="+t)},t.prototype.loadCoAuthorsForSPA=function(e,t,n){return this.http.get(this.baseUrl+"/coa_per_spa/"+this.token+"?id="+e+"&depth="+n+"&m="+t)},t.prototype.spaForPerson=function(){return this.http.get(this.baseUrl+"/spa_per_pers/"+this.token)},t.prototype.loadData=function(e,t){return this.loadCoAuthors(e,t)},t.prototype.extractList=function(e){return e.autoren},t}(o.LazyChunkService)},cnX2:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoRegexReplacePipe=void 0;var i=n("fXoL");t.QleoRegexReplacePipe=function(){function e(){}return e.prototype.transform=function(e,t,n){return null==e?e:e.replace(new RegExp(t,"g"),n)},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoRegexReplace",type:e,pure:!0}),e}()},eIV6:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubDSComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("mCfK"),s=function(e,t){return[e,t]},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return u(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-DS"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:4,vars:11,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoFirstNotEmpty"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind1(3,6,a.\u0275\u0275pureFunction2(8,s,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),", \xa0",t.pub.publikation.publikationJahr,".\n"))},directives:[l.PubTitelComponent],pipes:[p.QleoFirstNotEmptyPipe],encapsulation:2}),t}(o.PubComponent);t.PubDSComponent=c;var u=a.\u0275\u0275getInheritedFactory(c)},fA60:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubHGComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("ofXK"),p=n("cnX2"),s=n("ZxO8"),c=n("sYmb"),u=n("Ec9Q"),d=n("gWrD"),f=n("mCfK");function m(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1("(",n.pub.publikation.buchtitel2,").")}}function h(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind1(2,2,"VOLUME")," ",n.pub.publikation.quelleIdentifier," ")}}function v(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate2("",n.pub.publikation.auflage," ",a.\u0275\u0275pipeBind1(2,2,"EDITION"),"")}}var g=function(e,t){return[e,t]},b=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return y(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-HG"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:19,vars:40,consts:[[1,"pubAutoren"],[1,"pubTitel","ngDialogLink",3,"click"],[1,"pubQuelle"],[4,"ngIf"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",0),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoRegexReplace"),a.\u0275\u0275pipe(3,"qleoRegexReplace"),a.\u0275\u0275pipe(4,"qleoSplitAndLimit"),a.\u0275\u0275pipe(5,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(6,"div",1),a.\u0275\u0275listener("click",function(){return t.dialogFn(t.pub,t.lang)}),a.\u0275\u0275text(7),a.\u0275\u0275pipe(8,"qleoLastChar"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(9,"div",2),a.\u0275\u0275text(10),a.\u0275\u0275pipe(11,"qleoAppend"),a.\u0275\u0275pipe(12,"qleoLastChar"),a.\u0275\u0275template(13,m,2,1,"span",3),a.\u0275\u0275template(14,h,3,4,"span",3),a.\u0275\u0275template(15,v,3,4,"span",3),a.\u0275\u0275text(16),a.\u0275\u0275pipe(17,"qleoRegexReplace"),a.\u0275\u0275pipe(18,"qleoFirstNotEmpty"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind3(2,9,a.\u0275\u0275pipeBind3(3,13,a.\u0275\u0275pipeBind4(4,17,t.pub.publikation.autorenString,";",3," et al."),",",", "),";","; ")," ",a.\u0275\u0275pipeBind1(5,22,"EDITOR"),"\n"),a.\u0275\u0275advance(6),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(8,24,t.pub.publikation.titel),"\n"),a.\u0275\u0275advance(3),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind2(11,26,a.\u0275\u0275pipeBind1(12,29,t.pub.publikation.buchtitel3)," ")," "),a.\u0275\u0275advance(3),a.\u0275\u0275property("ngIf",t.pub.publikation.buchtitel2),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.pub.publikation.quelleIdentifier),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.pub.publikation.auflage),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind3(17,31,a.\u0275\u0275pipeBind1(18,35,a.\u0275\u0275pureFunction2(37,g,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),"^ohne Verlagsangabe$",""),"; ",t.pub.publikation.publikationJahr,".\n"))},directives:[l.NgIf],pipes:[p.QleoRegexReplacePipe,s.QleoSplitAndLimitPipe,c.TranslatePipe,u.QleoLastCharPipe,d.QleoAppendPipe,f.QleoFirstNotEmptyPipe],encapsulation:2}),t}(o.PubComponent);t.PubHGComponent=b;var y=a.\u0275\u0275getInheritedFactory(b)},fDql:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProjectWidgetComponent=void 0,n("tk/3");var i=n("SCm3"),r=(n("fXoL"),n("l2mP"),n("BRpx")),o=n("fOuS"),a=(n("aWE5"),n("fXoL")),l=n("l2mP"),p=n("tk/3"),s=n("aWE5"),c=n("ofXK"),u=n("sYmb"),d=n("iTuh"),f=n("4veQ"),m=n("dlKe");function h(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"h2",6),a.\u0275\u0275listener("click",function(){return a.\u0275\u0275restoreView(n),a.\u0275\u0275nextContext().toggleFull()}),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"translate"),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd()}if(2&e){var i=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(i.fullVersion?a.\u0275\u0275pipeBind1(2,1,"LESS"):a.\u0275\u0275pipeBind1(3,3,"MORE"))}}function v(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"h2"),a.\u0275\u0275elementStart(1,"a",7),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275propertyInterpolate("href",n.app.mainLink,a.\u0275\u0275sanitizeUrl),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(3,2,"LINK_EXPERTS_PROFILE"))}}function g(e,t){if(1&e&&a.\u0275\u0275element(0,"project",11),2&e){var n=t.$implicit,i=a.\u0275\u0275nextContext(2);a.\u0275\u0275property("prj",n)("lang",i.app.sprache)("dialogFn",i.initModalDialog.bind(i))}}function b(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",8),a.\u0275\u0275element(1,"lade-anzeige",9),a.\u0275\u0275template(2,g,1,3,"project",10),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("hidden",n.projects),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",n.projects)}}function y(e,t){if(1&e&&a.\u0275\u0275element(0,"project",11),2&e){var n=t.$implicit,i=a.\u0275\u0275nextContext(3);a.\u0275\u0275property("prj",n)("lang",i.app.sprache)("dialogFn",i.initModalDialog.bind(i))}}function x(e,t){if(1&e){var n=a.\u0275\u0275getCurrentView();a.\u0275\u0275elementStart(0,"div",16),a.\u0275\u0275listener("scrolled",function(){return a.\u0275\u0275restoreView(n),a.\u0275\u0275nextContext(2).service.nextPage()}),a.\u0275\u0275template(1,y,1,3,"project",10),a.\u0275\u0275elementEnd()}if(2&e){var i=a.\u0275\u0275nextContext(2);a.\u0275\u0275property("infiniteScrollDistance",1)("infiniteScrollDisabled",i.service.busy||!i.fullVersion||i.service.finished),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngForOf",i.service.items)}}function S(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",17),a.\u0275\u0275element(1,"lade-anzeige"),a.\u0275\u0275element(2,"span",18),a.\u0275\u0275elementEnd())}function I(e,t){1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1,"--Ende--"),a.\u0275\u0275elementEnd())}function E(e,t){1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1,"--End--"),a.\u0275\u0275elementEnd())}function C(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",19),a.\u0275\u0275template(1,I,2,0,"span",3),a.\u0275\u0275template(2,E,2,0,"span",3),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext(2);a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","de"==n.app.sprache),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf","de"!=n.app.sprache)}}function P(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"div",12),a.\u0275\u0275template(1,x,2,3,"div",13),a.\u0275\u0275template(2,S,3,0,"div",14),a.\u0275\u0275template(3,C,3,2,"div",15),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",!n.service.busy),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",n.service.busy),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",n.service.finished)}}var _=function(e,t){return{"widget-small":e,"widget-full":t}};t.ProjectWidgetComponent=function(){function e(e,t,n,r){var o=this;this.elementRef=e,this.app=t,this.http=n,this.simpleModalService=r,this.initialProjectSize=5,this.service=new i.ProjectService(t.rootUrl,t.token,n),this.fullVersion=t.single&&"prj"==t.singlePage,this.fullVersion?this.service.nextPage():this.service.loadFrei(this.initialProjectSize).subscribe(function(e){return o.projects=e.projects})}return e.prototype.toggleFull=function(){this.fullVersion?(this.fullVersion=!1,this.app.thereIsAWidgetInFull=!1,this.elementRef.nativeElement.classList.remove("widget-full-container")):(this.fullVersion=!0,this.app.thereIsAWidgetInFull=!0,this.service.nextPage(),this.elementRef.nativeElement.classList.add("widget-full-container"),document.body.scrollTop=document.documentElement.scrollTop=0)},e.prototype.showWidget=function(){return this.fullVersion||!this.app.thereIsAWidgetInFull},e.prototype.initModalDialog=function(e,t){this.simpleModalService.addModal(r.VerwandtDialogComponent,{service:new o.DialogService(this.app.rootUrl,new o.RootElement(e,"PRJ"),this.app.token,this.app.sprache,this.http),sprache:null!=this.app.sprache?this.app.sprache:document.getElementById("sprache").getAttribute("value")},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},e.\u0275fac=function(t){return new(t||e)(a.\u0275\u0275directiveInject(a.ElementRef),a.\u0275\u0275directiveInject(l.AppComponent),a.\u0275\u0275directiveInject(p.HttpClient),a.\u0275\u0275directiveInject(s.SimpleModalService))},e.\u0275cmp=a.\u0275\u0275defineComponent({type:e,selectors:[["widget-projects"]],decls:6,vars:9,consts:[["id","widget-project",3,"ngClass","hidden"],["translate","PROJECTS"],[3,"click",4,"ngIf"],[4,"ngIf"],["class","smallBody",4,"ngIf"],["class","fullBody","style","display: block;",4,"ngIf"],[3,"click"],[3,"href"],[1,"smallBody"],[3,"hidden"],[3,"prj","lang","dialogFn",4,"ngFor","ngForOf"],[3,"prj","lang","dialogFn"],[1,"fullBody",2,"display","block"],["infiniteScroll","",3,"infiniteScrollDistance","infiniteScrollDisabled","scrolled",4,"ngIf"],["class","endlessBusy",4,"ngIf"],["class","endlessFinished",4,"ngIf"],["infiniteScroll","",3,"infiniteScrollDistance","infiniteScrollDisabled","scrolled"],[1,"endlessBusy"],["translate","LOADING"],[1,"endlessFinished"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"div",0),a.\u0275\u0275element(1,"h1",1),a.\u0275\u0275template(2,h,4,5,"h2",2),a.\u0275\u0275template(3,v,4,4,"h2",3),a.\u0275\u0275template(4,b,3,2,"div",4),a.\u0275\u0275template(5,P,4,3,"div",5),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("ngClass",a.\u0275\u0275pureFunction2(6,_,!t.fullVersion,t.fullVersion))("hidden",!t.showWidget()),a.\u0275\u0275advance(2),a.\u0275\u0275property("ngIf",!t.app.single),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.app.single),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",!t.fullVersion),a.\u0275\u0275advance(1),a.\u0275\u0275property("ngIf",t.fullVersion))},directives:[c.NgClass,u.TranslateDirective,c.NgIf,d.LadeAnzeigeComponent,c.NgForOf,f.ProjectShortComponent,m.InfiniteScrollDirective],pipes:[u.TranslatePipe],encapsulation:2}),e}()},fOuS:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.RootElement=t.DialogService=void 0;var i=n("SCm3"),r=n("hklZ"),o=n("IXGI"),a=n("MMnf"),l=n("Q3dB");t.DialogService=function(){function e(e,t,n,p,s){this.http=s,this.baseUrl=e.substr(0,e.lastIndexOf("/")+1),this.loading=!0,this.token=n,this.projectService=new i.ProjectService(e,n,s),this.printService=new r.PrintService(e,n,s),this.persService=new o.PersService(e,n,s),this.publicationService=new l.PublicationService(e,n,s),this.publicationCoaService=new a.PublicationCoaService(e,n,s),this.context=t,this.history=[],this.history.push(this.context),this.pointer=0,this.persInfo=null,this.lang=p,this.reload()}return e.prototype.print=function(){var e,t,n,i=this,r=window.open(this.baseUrl+"waiting.xhtml","_blank");switch("COA"==this.context.type?(e=this.publicationCoaService.items.map(function(e){return e.publikation.id}),t=[]):(e=this.pubs.map(function(e){return e.publikation.id}),t=this.projects.map(function(e){return e.project.id})),this.context.type){case"MESH":n=this.context.element.uniqueID;break;case"PUB":n=this.context.element.publikation.id;break;case"PRJ":n=this.context.element.project.id;break;default:n=this.context.element.id}this.printService.prepare(this.context.type,n,e,t).subscribe(function(e){null!=e&&(r.location.href=i.baseUrl+"print.xhtml?id="+i.token+"&print="+e+"&lang="+i.lang)})},e.prototype.reload=function(){switch(this.context.type){case"MESH":this.loadForMeSH(this.context.element);break;case"PUB":this.loadForPublication(this.context.element);break;case"PRJ":this.loadForProject(this.context.element);break;case"PERS":this.loadForPers(this.context.element);break;case"COA":this.loadForCoa(this.context.element)}},e.prototype.showsRelated=function(){return"PUB"==this.context.type||"PRJ"==this.context.type},e.prototype.publicationTitle=function(){switch(this.context.type){case"PUB":case"PRJ":return"RELATED_PUBLICATIONS";case"MESH":return"PUBLICATIONS";case"COA":return"COMMON_PUBLICATIONS";case"PERS":return"PUBLICATIONS"}return""},e.prototype.projectTitle=function(){switch(this.context.type){case"PUB":case"PRJ":return"RELATED_PROJECTS";case"MESH":return"PROJECTS";case"COA":case"PERS":return""}return""},e.prototype.set=function(e){this.pointer<this.history.length-1&&(this.history=this.history.slice(0,this.pointer+1)),this.context=e,this.history.push(this.context),this.pointer=this.history.length-1},e.prototype.newContextForPers=function(e){this.set(new p(e,"PERS")),this.reload()},e.prototype.newContextForCoa=function(e){this.set(new p(e,"COA")),this.reload()},e.prototype.newContextForPub=function(e){this.set(new p(e,"PUB")),this.reload()},e.prototype.newContextForProject=function(e){this.set(new p(e,"PRJ")),this.reload()},e.prototype.newContextForMesh=function(e){this.set(new p(e,"MESH")),this.reload()},e.prototype.loadForPublication=function(e){var t=this;this.loading=!0,this.pubs=null,this.projects=null;var n=!0,i=!0;this.projectService.loadRelatedForPublication(e.publikation.id,0,10).subscribe(function(e){t.projects=null!=e&&null!=e.projects?e.projects:[],i=!1,t.loading=n}),this.publicationService.loadRelatedForPublication(e.publikation.id,0,10).subscribe(function(e){t.pubs=null!=e&&null!=e.publikationen?e.publikationen:[],n=!1,t.loading=i})},e.prototype.loadForProject=function(e){var t=this;this.loading=!0;var n=!0,i=!0;this.pubs=null,this.projects=null,this.projectService.loadRelatedForProject(e.project.id,0,10).subscribe(function(e){t.projects=null!=e&&null!=e.projects?e.projects:[],i=!1,t.loading=n}),this.publicationService.loadRelatedForProject(e.project.id,0,10).subscribe(function(e){t.pubs=null!=e&&null!=e.publikationen?e.publikationen:[],n=!1,t.loading=i})},e.prototype.loadForMeSH=function(e){var t=this;this.loading=!0;var n=!0,i=!0;this.pubs=null,this.projects=null,this.projectService.loadProjectsForMeSH(e.uniqueID,0,10).subscribe(function(e){t.projects=null!=e&&null!=e.projects?e.projects:[],i=!1,t.loading=n}),this.publicationService.loadPublicationsForMesh(e.uniqueID,0,10).subscribe(function(e){t.pubs=null!=e&&null!=e.publikationen?e.publikationen:[],n=!1,t.loading=i})},e.prototype.loadForPers=function(e){this.loading=!0,this.pubs=[],this.projects=[],this.publicationService.setFilter({year:this.context.element.year,position:this.context.element.position,journal:this.context.element.journal}),this.publicationService.nextPage(),this.loading=!1},e.prototype.loadForCoa=function(e){var t=this;this.loading=!0,this.pubs=[],this.projects=[],null!=e.autorenPerson.person?this.persService.loadPersDataForOther(e.autorenPerson.person.id).subscribe(function(e){t.persInfo=e,t.loading=!1}):this.persInfo={mainInfo:{nameZusatz:"",anrede:null,nachname:e.autorenPerson.name,vorname:e.autorenPerson.initials,gruppe:null,email:null,tel:null,orcid:null}},this.publicationCoaService.coa=e,this.publicationCoaService.nextPage(),this.loading=!1},e.prototype.canBack=function(){return this.pointer>0},e.prototype.canForward=function(){return this.pointer<this.history.length-1},e.prototype.back=function(){this.pointer=this.pointer-1,this.context=this.history[this.pointer],this.reload()},e.prototype.forward=function(){this.pointer=this.pointer+1,this.context=this.history[this.pointer],this.reload()},e}();var p=function(){return function(e,t){this.element=e,this.type=t}}();t.RootElement=p},gWrD:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoAppendPipe=void 0;var i=n("fXoL");t.QleoAppendPipe=function(){function e(){}return e.prototype.transform=function(e,t){return null!=e&&e.length>0?e+t:e},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoAppend",type:e,pure:!0}),e}()},hklZ:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PrintService=void 0;var i=n("IXGI"),r=n("MMnf");t.PrintService=function(){function e(e,t,n){this.token=t,this.http=n,this.baseUrl=e+"/print",this.ticket=null,this.data=null,this.publicationTitle="PUBLICATIONS",this.projectTitle="PROJECTS",this.persService=new i.PersService(e,t,n),this.publicationCoaService=new r.PublicationCoaService(e,t,n)}return e.prototype.prepare=function(e,t,n,i){return this.http.post(this.baseUrl+"/prepare/"+this.token,{rootType:e,rootID:t,pubs:n,projects:i},{responseType:"text"})},e.prototype.load=function(e){var t=this;this.ticket?this.http.get(this.baseUrl+"/load/"+this.ticket,{observe:"response"}).subscribe(function(n){if(202==n.status)t.load(e);else if(200==n.status)switch(t.data=n.body,t.data.rootType){case"PUB":case"PRJ":t.publicationTitle="RELATED_PUBLICATIONS",t.projectTitle="RELATED_PROJECTS",e();break;case"MESH":t.publicationTitle="PUBLICATIONS",t.projectTitle="PROJECTS",e();break;case"PERS":t.publicationTitle="COMMON_PUBLICATIONS",t.projectTitle="",t.loadPersData(e)}}):e()},e.prototype.loadPersData=function(e){var t=this;null!=this.data.root.autorenPerson.person.id?this.persService.loadPersDataForOther(this.data.root.autorenPerson.person.id).subscribe(function(n){t.data.root=n,e()}):(this.data.root={mainInfo:{nameZusatz:"",anrede:null,gruppe:null,email:null,tel:null,orcid:null}},e())},e}()},hnF1:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MeshFullComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("XKDh");function a(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.cat.de)}}function l(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.cat.en)}}function p(e,t){if(1&e){var n=i.\u0275\u0275getCurrentView();i.\u0275\u0275elementStart(0,"span",5),i.\u0275\u0275listener("click",function(){i.\u0275\u0275restoreView(n);var e=i.\u0275\u0275nextContext().$implicit,t=i.\u0275\u0275nextContext();return t.dialogFn(e.meSHDescriptor,t.lang)}),i.\u0275\u0275text(1),i.\u0275\u0275pipe(2,"qleoTruncate"),i.\u0275\u0275elementEnd()}if(2&e){var r=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275propertyInterpolate("title",r.meSHDescriptor.meSHMainHeading.de),i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1("",i.\u0275\u0275pipeBind3(2,2,r.meSHDescriptor.meSHMainHeading.de,60,"...")," ")}}function s(e,t){if(1&e){var n=i.\u0275\u0275getCurrentView();i.\u0275\u0275elementStart(0,"span",5),i.\u0275\u0275listener("click",function(){i.\u0275\u0275restoreView(n);var e=i.\u0275\u0275nextContext().$implicit,t=i.\u0275\u0275nextContext();return t.dialogFn(e.meSHDescriptor,t.lang)}),i.\u0275\u0275text(1),i.\u0275\u0275pipe(2,"qleoTruncate"),i.\u0275\u0275elementEnd()}if(2&e){var r=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275propertyInterpolate("title",r.meSHDescriptor.meSHMainHeading.en),i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1(" ",i.\u0275\u0275pipeBind3(2,2,r.meSHDescriptor.meSHMainHeading.en,60,"...")," ")}}function c(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",2),i.\u0275\u0275template(1,p,3,6,"span",3),i.\u0275\u0275template(2,s,3,6,"span",3),i.\u0275\u0275element(3,"span",4),i.\u0275\u0275elementEnd()),2&e){var n=t.$implicit,r=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=r.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"==r.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngStyle",n.style)}}t.MeshFullComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["mesh-full"]],inputs:{cat:"cat",lang:"lang",dialogFn:"dialogFn"},decls:4,vars:3,consts:[[4,"ngIf"],["class","ngDialogLink meshDescriptor",4,"ngFor","ngForOf"],[1,"ngDialogLink","meshDescriptor"],[3,"title","click",4,"ngIf"],[1,"meshBackgroundIndicator",3,"ngStyle"],[3,"title","click"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div"),i.\u0275\u0275template(1,a,2,1,"span",0),i.\u0275\u0275template(2,l,2,1,"span",0),i.\u0275\u0275elementEnd(),i.\u0275\u0275template(3,c,4,3,"div",1)),2&e&&(i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=t.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"==t.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngForOf",t.cat.mesh))},directives:[r.NgIf,r.NgForOf,r.NgStyle],pipes:[o.QleoTruncatePipe],encapsulation:2}),e}()},iTuh:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LadeAnzeigeComponent=void 0;var i=n("fXoL");t.LadeAnzeigeComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["lade-anzeige"]],decls:5,vars:0,consts:[[1,"ladeanzeige"],[1,"box-1"],[1,"box-2"],[1,"box-3"],[1,"box-4"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275element(1,"div",1),i.\u0275\u0275element(2,"div",2),i.\u0275\u0275element(3,"div",3),i.\u0275\u0275element(4,"div",4),i.\u0275\u0275elementEnd())},encapsulation:2}),e}()},iedV:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PrintComponent=void 0,n("sYmb");var i=n("hklZ"),r=(n("tk/3"),n("CHLE"),n("fXoL")),o=n("CHLE"),a=n("tk/3"),l=n("sYmb"),p=n("ofXK"),s=n("lMtM"),c=n("pzQ9"),u=n("qeOe"),d=n("XvOt"),f=n("iTuh"),m=n("KFH+");function h(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"h1"),r.\u0275\u0275text(1),r.\u0275\u0275pipe(2,"translate"),r.\u0275\u0275pipe(3,"translate"),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275textInterpolate2("",r.\u0275\u0275pipeBind1(2,2,n.service.publicationTitle)," ",r.\u0275\u0275pipeBind1(3,4,"FOR"),"")}}function v(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div",7),r.\u0275\u0275element(1,"pers-details",8),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext(2);r.\u0275\u0275advance(1),r.\u0275\u0275property("person",n.service.data.context)("lang",n.sprache)}}function g(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div",4),r.\u0275\u0275template(1,v,2,2,"div",5),r.\u0275\u0275element(2,"div",6),r.\u0275\u0275elementStart(3,"div",7),r.\u0275\u0275element(4,"pers-details",8),r.\u0275\u0275elementEnd(),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",n.service.data.context),r.\u0275\u0275advance(3),r.\u0275\u0275property("person",n.service.data.root)("lang",n.sprache)}}function b(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div",4),r.\u0275\u0275element(1,"publication-details",9),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275property("pub",n.service.data.root)("lang",n.sprache)}}function y(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div",7),r.\u0275\u0275element(1,"mesh-details",10),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext(2);r.\u0275\u0275advance(1),r.\u0275\u0275property("mesh",n.service.data.root)("lang",n.sprache)}}function x(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div",4),r.\u0275\u0275template(1,y,2,2,"div",5),r.\u0275\u0275element(2,"div",6),r.\u0275\u0275elementStart(3,"div",7),r.\u0275\u0275element(4,"pers-details",8),r.\u0275\u0275elementEnd(),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",n.service.data.context),r.\u0275\u0275advance(3),r.\u0275\u0275property("person",n.service.data.context)("lang",n.sprache)}}function S(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div",4),r.\u0275\u0275element(1,"project-details",11),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275property("prj",n.service.data.root)("lang",n.sprache)}}function I(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"h1"),r.\u0275\u0275text(1),r.\u0275\u0275pipe(2,"translate"),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275textInterpolate(r.\u0275\u0275pipeBind1(2,1,n.service.publicationTitle))}}function E(e,t){1&e&&r.\u0275\u0275element(0,"lade-anzeige")}function C(e,t){if(1&e&&r.\u0275\u0275element(0,"publication",13),2&e){var n=t.$implicit,i=r.\u0275\u0275nextContext(2);r.\u0275\u0275property("pub",n)("lang",i.sprache)}}function P(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div"),r.\u0275\u0275template(1,C,1,2,"publication",12),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275property("ngForOf",n.service.data.pubs.publikationen)}}function _(e,t){1&e&&r.\u0275\u0275element(0,"lade-anzeige")}function k(e,t){if(1&e&&r.\u0275\u0275element(0,"project-details",11),2&e){var n=t.$implicit,i=r.\u0275\u0275nextContext(2);r.\u0275\u0275property("prj",n)("lang",i.sprache)}}function w(e,t){if(1&e&&(r.\u0275\u0275elementStart(0,"div"),r.\u0275\u0275template(1,k,1,2,"project-details",14),r.\u0275\u0275elementEnd()),2&e){var n=r.\u0275\u0275nextContext();r.\u0275\u0275advance(1),r.\u0275\u0275property("ngForOf",n.service.data.projects)}}t.PrintComponent=function(){function e(e,t,n){var r=this;this.discoveryService=e,this.http=t,this.translate=n,this.rootUrl="/experts/expert",this.ready=!1,e.discoverBackend("expert").then(function(e){return r.rootUrl=e});var o=document.getElementsByTagName("experts-profile-print");o.length>0&&(this.token=o[0].getAttribute("token"),this.sprache=o[0].getAttribute("sprache")),this.service=new i.PrintService(this.rootUrl,this.token,this.http);var a=window.location.search,l=/print=([A-Za-z0-9]+)/.exec(a)[1];l&&(this.service.ticket=l,this.service.load(function(){return r.ready=!0})),localStorage.deutsch=this.sprache,null!=this.sprache&&(n.setDefaultLang(this.sprache),n.use(this.sprache))}return e.\u0275fac=function(t){return new(t||e)(r.\u0275\u0275directiveInject(o.DiscoveryService),r.\u0275\u0275directiveInject(a.HttpClient),r.\u0275\u0275directiveInject(l.TranslateService))},e.\u0275cmp=r.\u0275\u0275defineComponent({type:e,selectors:[["experts-profile-print"]],decls:18,vars:16,consts:[[4,"ngIf"],["class","printRootPanel",4,"ngIf"],[1,"printPubPanel"],[1,"printProjectPanel"],[1,"printRootPanel"],["class","persInfoDiv",4,"ngIf"],[1,"persInfoDiv","withMarkerDiv"],[1,"persInfoDiv"],[3,"person","lang"],[3,"pub","lang"],[3,"mesh","lang"],[3,"prj","lang"],["class","publicationPanel",3,"pub","lang",4,"ngFor","ngForOf"],[1,"publicationPanel",3,"pub","lang"],[3,"prj","lang",4,"ngFor","ngForOf"]],template:function(e,t){1&e&&(r.\u0275\u0275elementStart(0,"div"),r.\u0275\u0275text(1),r.\u0275\u0275pipe(2,"translate"),r.\u0275\u0275elementEnd(),r.\u0275\u0275template(3,h,4,6,"h1",0),r.\u0275\u0275template(4,g,5,3,"div",1),r.\u0275\u0275template(5,b,2,2,"div",1),r.\u0275\u0275template(6,x,5,3,"div",1),r.\u0275\u0275template(7,S,2,2,"div",1),r.\u0275\u0275elementStart(8,"div",2),r.\u0275\u0275template(9,I,3,3,"h1",0),r.\u0275\u0275template(10,E,1,0,"lade-anzeige",0),r.\u0275\u0275template(11,P,2,1,"div",0),r.\u0275\u0275elementEnd(),r.\u0275\u0275elementStart(12,"div",3),r.\u0275\u0275elementStart(13,"h1"),r.\u0275\u0275text(14),r.\u0275\u0275pipe(15,"translate"),r.\u0275\u0275elementEnd(),r.\u0275\u0275template(16,_,1,0,"lade-anzeige",0),r.\u0275\u0275template(17,w,2,1,"div",0),r.\u0275\u0275elementEnd()),2&e&&(r.\u0275\u0275advance(1),r.\u0275\u0275textInterpolate1(" ",r.\u0275\u0275pipeBind1(2,12,"PRINT_HINT"),"\n"),r.\u0275\u0275advance(2),r.\u0275\u0275property("ngIf",t.ready&&"PERS"==t.service.data.rootType),r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",t.ready&&"PERS"==t.service.data.rootType),r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",t.ready&&"PUB"==t.service.data.rootType),r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",t.ready&&"MESH"==t.service.data.rootType),r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",t.ready&&"PRJ"==t.service.data.rootType),r.\u0275\u0275advance(2),r.\u0275\u0275property("ngIf",t.ready&&"MESH"!=t.service.data.rootType),r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",!t.service.data),r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",t.service.data),r.\u0275\u0275advance(3),r.\u0275\u0275textInterpolate(r.\u0275\u0275pipeBind1(15,14,t.service.projectTitle)),r.\u0275\u0275advance(2),r.\u0275\u0275property("ngIf",!t.ready),r.\u0275\u0275advance(1),r.\u0275\u0275property("ngIf",t.ready))},directives:[p.NgIf,s.PersDetailsComponent,c.PubDetailsComponent,u.MeshDetailsComponent,d.PrjDetailsComponent,f.LadeAnzeigeComponent,p.NgForOf,m.PublicationShortComponent],pipes:[l.TranslatePipe],encapsulation:2}),e}()},jCy7:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.NetworkWidgetComponent=void 0,n("fXoL");var o=n("axKj"),a=(n("l2mP"),n("tk/3"),n("bljh")),l=n("Ywcr"),p=n("fXoL"),s=n("l2mP"),c=n("tk/3"),u=n("ofXK"),d=n("sYmb"),f=n("3Pt+");function m(e,t){if(1&e&&p.\u0275\u0275element(0,"h1",7),2&e){var n=p.\u0275\u0275nextContext();p.\u0275\u0275property("translateParams",n.data)}}function h(e,t){if(1&e&&p.\u0275\u0275element(0,"h1",8),2&e){var n=p.\u0275\u0275nextContext();p.\u0275\u0275property("translateParams",n.data)}}function v(e,t){if(1&e){var n=p.\u0275\u0275getCurrentView();p.\u0275\u0275elementStart(0,"h2",9),p.\u0275\u0275listener("click",function(){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().toggleFull()}),p.\u0275\u0275text(1),p.\u0275\u0275pipe(2,"translate"),p.\u0275\u0275pipe(3,"translate"),p.\u0275\u0275elementEnd()}if(2&e){var i=p.\u0275\u0275nextContext();p.\u0275\u0275advance(1),p.\u0275\u0275textInterpolate(i.fullVersion?p.\u0275\u0275pipeBind1(2,1,"LESS"):p.\u0275\u0275pipeBind1(3,3,"MORE"))}}function g(e,t){if(1&e&&(p.\u0275\u0275elementStart(0,"h2"),p.\u0275\u0275elementStart(1,"a",10),p.\u0275\u0275text(2),p.\u0275\u0275pipe(3,"translate"),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementEnd()),2&e){var n=p.\u0275\u0275nextContext();p.\u0275\u0275advance(1),p.\u0275\u0275propertyInterpolate("href",n.app.mainLink,p.\u0275\u0275sanitizeUrl),p.\u0275\u0275advance(1),p.\u0275\u0275textInterpolate(p.\u0275\u0275pipeBind1(3,2,"LINK_EXPERTS_PROFILE"))}}function b(e,t){if(1&e){var n=p.\u0275\u0275getCurrentView();p.\u0275\u0275elementStart(0,"div",11),p.\u0275\u0275elementStart(1,"div",12),p.\u0275\u0275listener("click",function(){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().initD3()}),p.\u0275\u0275elementEnd(),p.\u0275\u0275namespaceSVG(),p.\u0275\u0275element(2,"svg",13),p.\u0275\u0275elementEnd()}}function y(e,t){if(1&e){var n=p.\u0275\u0275getCurrentView();p.\u0275\u0275elementStart(0,"div",14),p.\u0275\u0275elementStart(1,"div",15),p.\u0275\u0275elementStart(2,"div",16),p.\u0275\u0275listener("click",function(){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().initD3()}),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementStart(3,"div",17),p.\u0275\u0275element(4,"label",18),p.\u0275\u0275elementStart(5,"input",19),p.\u0275\u0275listener("ngModelChange",function(e){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().depth=e}),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementStart(6,"button",20),p.\u0275\u0275listener("click",function(){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().decDepth()}),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementStart(7,"button",21),p.\u0275\u0275listener("click",function(){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().incDepth()}),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementStart(8,"div",22),p.\u0275\u0275element(9,"label",23),p.\u0275\u0275elementStart(10,"input",24),p.\u0275\u0275listener("ngModelChange",function(e){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().breadth=e}),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementStart(11,"button",20),p.\u0275\u0275listener("click",function(){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().decBreadth()}),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementStart(12,"button",21),p.\u0275\u0275listener("click",function(){return p.\u0275\u0275restoreView(n),p.\u0275\u0275nextContext().incBreadth()}),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementEnd(),p.\u0275\u0275elementEnd(),p.\u0275\u0275namespaceSVG(),p.\u0275\u0275element(13,"svg",13),p.\u0275\u0275elementEnd()}if(2&e){var i=p.\u0275\u0275nextContext();p.\u0275\u0275advance(5),p.\u0275\u0275property("ngModel",i.depth),p.\u0275\u0275advance(1),p.\u0275\u0275property("disabled",i.loading||1==i.depth),p.\u0275\u0275advance(1),p.\u0275\u0275property("disabled",i.loading||3==i.depth),p.\u0275\u0275advance(3),p.\u0275\u0275property("ngModel",i.breadth),p.\u0275\u0275advance(1),p.\u0275\u0275property("disabled",i.loading||1==i.breadth),p.\u0275\u0275advance(1),p.\u0275\u0275property("disabled",i.loading||30==i.breadth)}}var x=function(e,t){return{"widget-small":e,"widget-full":t}};t.NetworkWidgetComponent=function(e){function t(t,n,i){var r=e.call(this,"#netzwerk-svg")||this;return r.elementRef=t,r.app=n,r.http=i,r.coAuthorService=new o.CoAuthorsService(n.rootUrl,n.token,i),r.initialSize=20,r.depth=2,r.breadth=8,r.nodes=[],r.edges=[],r.fixRootInCenter=!0,r.charge=-200,r.initD3(!1),r.initResizeEvent(function(){r.showWidget()&&(a.selectAll(r.svgSelector+" > *").remove(),r.createForceGraph(r.nodes,r.edges))}),r}return r(t,e),t.prototype.showWidget=function(){return this.fullVersion||!this.app.thereIsAWidgetInFull},t.prototype.toggleFull=function(){var e=this;this.fullVersion?(this.fullVersion=!1,this.app.thereIsAWidgetInFull=!1,this.elementRef.nativeElement.classList.remove("widget-full-container"),setTimeout(function(){return e.initSmall()},100)):(this.fullVersion=!0,this.app.thereIsAWidgetInFull=!0,this.elementRef.nativeElement.classList.add("widget-full-container"),document.body.scrollTop=document.documentElement.scrollTop=0,setTimeout(function(){return e.initFull()},100))},t.prototype.loadData=function(){return this.coAuthorService.spaForPerson()},t.prototype.decBreadth=function(){this.breadth>1&&(this.breadth--,this.reInit())},t.prototype.decDepth=function(){this.depth>1&&(this.depth--,this.reInit())},t.prototype.incBreadth=function(){this.breadth<30&&(this.breadth++,this.reInit())},t.prototype.incDepth=function(){this.depth<3&&(this.depth++,this.reInit())},t.prototype.initFull=function(){this.d3Ready=!1,null!=this.force&&this.force.stop(),a.selectAll(this.svgSelector+" > *").remove(),this.createForceGraph(this.nodes,this.edges)},t.prototype.initSmall=function(){this.clear(),this.depth=2,this.breadth=8,this.initD3(!1)},t.prototype.reInit=function(){var e=this;this.clear(),setTimeout(function(){return e.buildGraph(e.data)},100)},t.prototype.initD3ForSpa=function(e){null!=e&&null!=e.person&&(this.clear(),this.data=e,this.buildGraph(this.data))},t.prototype.clear=function(){null!=this.force&&this.force.stop(),this.nodes=[],this.edges=[],e.prototype.clear.call(this)},t.prototype.unique=function(e,t){for(var n=[],i=[],r=0,o=e;r<o.length;r++){var a=o[r];-1===n.indexOf(t(a))&&(n.push(t(a)),i.push(a))}return i},t.prototype.createForceGraph=function(e,t){var n=this;this.initSizeAndScale();for(var i=[],r=0,o=e=this.unique(e,function(e){return e.hash});r<o.length;r++){var l=o[r];i[l.hash]=l}for(var p=0,s=t;p<s.length;p++){var c=s[p];c.source=i[c.sourceID],c.target=i[c.targetID]}var u=a.scale.linear().domain(a.extent(t,function(e){return e.weight})).range([0,.7]),d=a.scale.linear().domain(a.extent(t,function(e){return e.weight})).range([1,8]);this.nodes=e,this.edges=t;var f=a.layout.force().charge(function(e){return"root"==e.type?3*n.charge-200:n.charge}).linkDistance(function(e){return(1-u(e.weight))*n.scale}).size(this.size),m=a.select(this.svgSelector).selectAll("line.link").data(t,function(e){return e.source.hash+"-"+e.target.hash}).enter().append("line").attr("class","d3Edge").attr("stroke-width",function(e){return d(e.weight)}),h=a.select(this.svgSelector).selectAll("g.node").data(e).enter().append("g").call(f.drag()).on("dblclick",function(e){return n.initD3ForSpa(e.spa)}).attr("class",function(e){return"d3Node "+e.type});h.append("circle").attr("r",10),h.append("text").attr("y",20).text(function(e){return"extern"==e.type?e.spa.initials+" "+e.name:e.vorname+" "+e.name}),f.nodes(e).links(t).start(),f.nodes(e).links(t).start(),f.on("tick",function(){n.fixRootInCenter&&(h[0].x=n.size[0]/2,h[0].y=n.size[1]/2),m.attr("x1",function(e){return e.source.x}).attr("x2",function(e){return e.target.x}).attr("y1",function(e){return e.source.y}).attr("y2",function(e){return e.target.y}),h.attr("transform",function(e){return"translate("+e.x+","+e.y+")"})}),f.start(),this.force=f,this.loading=!1},t.prototype.buildGraph=function(e){var t=this;null!=!e.person&&(this.depth>3&&(this.depth=3),this.breadth>30&&(this.breadth=30),this.loading=!0,this.coAuthorService.loadCoAuthorsForSPA(e.person.id,this.breadth,this.depth).subscribe(function(e){if(!(null==e||e.length<1)){for(var n=0,i=e;n<i.length;n++){var r=i[n];t.prepareData(t.nodes,t.edges,r.root,r.autoren)}t.createForceGraph(t.nodes,t.edges)}}))},t.prototype.prepareData=function(e,t,n,i){e.push(this.makeNode(n));for(var r=0,o=i;r<o.length;r++){var a=o[r];null!=a.autorenPerson.person&&"extern"==a.autorenPerson.person.type&&(a.autorenPerson.person=null),t.push(this.makeEdge(a,n)),e.push(this.makeNode(a.autorenPerson))}},t.prototype.makeNode=function(e){return{spa:e,hash:e.hash,name:e.name,vorname:e.vorname,type:e.hash==this.data.hash?"root":null!=e.person?"intern":"extern"}},t.prototype.makeEdge=function(e,t){return{sourceID:t.hash,targetID:e.autorenPerson.hash,weight:null!=e.anzahlFPB.direkt?e.anzahlFPB.direkt:0}},t.\u0275fac=function(e){return new(e||t)(p.\u0275\u0275directiveInject(p.ElementRef),p.\u0275\u0275directiveInject(s.AppComponent),p.\u0275\u0275directiveInject(c.HttpClient))},t.\u0275cmp=p.\u0275\u0275defineComponent({type:t,selectors:[["widget-network"]],features:[p.\u0275\u0275InheritDefinitionFeature],decls:7,vars:11,consts:[["id","widgetNetwork",1,"d3Widget",3,"ngClass","hidden"],["translate","NETWORK_VIEW_FOR",3,"translateParams",4,"ngIf"],["translate","NETWORK_VIEW",3,"translateParams",4,"ngIf"],[3,"click",4,"ngIf"],[4,"ngIf"],["class","smallBody","style","height: 100%",4,"ngIf"],["class","fullBody",4,"ngIf"],["translate","NETWORK_VIEW_FOR",3,"translateParams"],["translate","NETWORK_VIEW",3,"translateParams"],[3,"click"],[3,"href"],[1,"smallBody",2,"height","100%"],[1,"d3Home","ui-icon","ui-icon-home","noPrint",3,"click"],["id","netzwerk-svg"],[1,"fullBody"],[1,"d3ControlPanel","noPrint"],[1,"d3Home","ui-icon","ui-icon-home",2,"display","inline-block",3,"click"],[2,"display","inline-block"],["for","depthInput","translate","DEPTH"],["id","depthInput","type","text","disabled","disabled","size","3",3,"ngModel","ngModelChange"],[1,"btnDec",3,"disabled","click"],[1,"btnInc",3,"disabled","click"],[2,"display","inline-block","margin-left",".5em"],["for","breadthInput","translate","BREADTH"],["id","breadthInput","type","text","disabled","disabled","size","3",3,"ngModel","ngModelChange"]],template:function(e,t){1&e&&(p.\u0275\u0275elementStart(0,"div",0),p.\u0275\u0275template(1,m,1,1,"h1",1),p.\u0275\u0275template(2,h,1,1,"h1",2),p.\u0275\u0275template(3,v,4,5,"h2",3),p.\u0275\u0275template(4,g,4,4,"h2",4),p.\u0275\u0275template(5,b,3,0,"div",5),p.\u0275\u0275template(6,y,14,6,"div",6),p.\u0275\u0275elementEnd()),2&e&&(p.\u0275\u0275property("ngClass",p.\u0275\u0275pureFunction2(8,x,!t.fullVersion,t.fullVersion))("hidden",!t.showWidget()),p.\u0275\u0275advance(1),p.\u0275\u0275property("ngIf",null!=t.data),p.\u0275\u0275advance(1),p.\u0275\u0275property("ngIf",null==t.data),p.\u0275\u0275advance(1),p.\u0275\u0275property("ngIf",!t.single),p.\u0275\u0275advance(1),p.\u0275\u0275property("ngIf",t.single),p.\u0275\u0275advance(1),p.\u0275\u0275property("ngIf",!t.fullVersion),p.\u0275\u0275advance(1),p.\u0275\u0275property("ngIf",t.fullVersion))},directives:[u.NgClass,u.NgIf,d.TranslateDirective,f.DefaultValueAccessor,f.NgControlStatus,f.NgModel],pipes:[d.TranslatePipe],encapsulation:2}),t}(l.AbstractD3Widget)},jK3s:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.MsgWriteComponent=void 0,n("sYmb");var o=n("aWE5"),a=n("EAWT"),l=(n("tk/3"),n("fXoL")),p=n("tk/3"),s=n("sYmb"),c=n("ofXK"),u=n("3Pt+");function d(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"li",9),l.\u0275\u0275elementStart(1,"div",10),l.\u0275\u0275elementStart(2,"input",11),l.\u0275\u0275listener("change",function(){l.\u0275\u0275restoreView(n);var e=t.$implicit;return l.\u0275\u0275nextContext(2).toggleStatus(e)}),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(3,"div",10),l.\u0275\u0275element(4,"span",12),l.\u0275\u0275elementStart(5,"span",13),l.\u0275\u0275text(6),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=t.$implicit;l.\u0275\u0275advance(2),l.\u0275\u0275property("checked","PROVISIONED"==i.statusDK),l.\u0275\u0275advance(4),l.\u0275\u0275textInterpolate4("",i.adressat.nameZusatz," ",i.adressat.nachname,", ",i.adressat.akademGrad," ",i.adressat.vorname,"")}}function f(e,t){1&e&&(l.\u0275\u0275elementStart(0,"div",14),l.\u0275\u0275text(1),l.\u0275\u0275pipe(2,"translate"),l.\u0275\u0275elementEnd()),2&e&&(l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate1(" ",l.\u0275\u0275pipeBind1(2,1,"WARN_0_MAX")," "))}function m(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"div",1),l.\u0275\u0275elementStart(1,"span",2),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().close()}),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(2,"h1"),l.\u0275\u0275text(3),l.\u0275\u0275pipe(4,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(5,"div",3),l.\u0275\u0275elementStart(6,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().to1()}),l.\u0275\u0275text(7),l.\u0275\u0275pipe(8,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(9,"div",5),l.\u0275\u0275elementStart(10,"div",6),l.\u0275\u0275elementStart(11,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().all()}),l.\u0275\u0275text(12),l.\u0275\u0275pipe(13,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(14,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().none()}),l.\u0275\u0275text(15),l.\u0275\u0275pipe(16,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(17,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().invert()}),l.\u0275\u0275text(18),l.\u0275\u0275pipe(19,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(20,"ul"),l.\u0275\u0275template(21,d,7,5,"li",7),l.\u0275\u0275elementEnd(),l.\u0275\u0275template(22,f,3,3,"div",8),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=l.\u0275\u0275nextContext();l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(4,7,"WRITE_0")),l.\u0275\u0275advance(4),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(8,9,"WEITER")),l.\u0275\u0275advance(5),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(13,11,"ALLE")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(16,13,"NICHTS")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(19,15,"INVERTIEREN")),l.\u0275\u0275advance(3),l.\u0275\u0275property("ngForOf",i.model.adressaten),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",i.warn())}}function h(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"div",1),l.\u0275\u0275elementStart(1,"h1"),l.\u0275\u0275text(2),l.\u0275\u0275pipe(3,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(4,"div",3),l.\u0275\u0275elementStart(5,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().to0()}),l.\u0275\u0275text(6),l.\u0275\u0275pipe(7,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(8,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().to2()}),l.\u0275\u0275text(9),l.\u0275\u0275pipe(10,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(11,"div",5),l.\u0275\u0275elementStart(12,"input",15),l.\u0275\u0275listener("ngModelChange",function(e){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().betreff=e}),l.\u0275\u0275pipe(13,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(14,"textarea",16),l.\u0275\u0275listener("ngModelChange",function(e){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().text=e})("change",function(){l.\u0275\u0275restoreView(n);var e=l.\u0275\u0275nextContext();return e.updateVorschau(e.text)}),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(15,"div",17),l.\u0275\u0275text(16),l.\u0275\u0275pipe(17,"translate"),l.\u0275\u0275elementStart(18,"a",18),l.\u0275\u0275pipe(19,"translate"),l.\u0275\u0275text(20),l.\u0275\u0275pipe(21,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275element(22,"br"),l.\u0275\u0275text(23),l.\u0275\u0275pipe(24,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(25,"div",19),l.\u0275\u0275elementStart(26,"h2",4),l.\u0275\u0275listener("click",function(){l.\u0275\u0275restoreView(n);var e=l.\u0275\u0275nextContext();return e.updateVorschau(e.text)}),l.\u0275\u0275text(27),l.\u0275\u0275pipe(28,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275element(29,"div",20),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=l.\u0275\u0275nextContext();l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(3,12,"WRITE_1")),l.\u0275\u0275advance(4),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(7,14,"ZURUECK")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(10,16,"WEITER")),l.\u0275\u0275advance(3),l.\u0275\u0275propertyInterpolate("placeholder",l.\u0275\u0275pipeBind1(13,18,"BETREFF")),l.\u0275\u0275property("ngModel",i.betreff),l.\u0275\u0275advance(2),l.\u0275\u0275property("ngModel",i.text),l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate1(" ",l.\u0275\u0275pipeBind1(17,20,"ASCIIDOC_HELP_HINWEIS")," "),l.\u0275\u0275advance(2),l.\u0275\u0275propertyInterpolate("href",l.\u0275\u0275pipeBind1(19,22,"ASCIIDOC_HELP_URL"),l.\u0275\u0275sanitizeUrl),l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(21,24,"ASCIIDOC_HELP_NAME")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate1(" ",l.\u0275\u0275pipeBind1(24,26,"ASCIIDOC_HELP_HINWEIS2")," "),l.\u0275\u0275advance(4),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(28,28,"VORSCHAU")),l.\u0275\u0275advance(2),l.\u0275\u0275property("innerHTML",i.previewText,l.\u0275\u0275sanitizeHtml)}}function v(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"li"),l.\u0275\u0275element(1,"span",12),l.\u0275\u0275elementStart(2,"span",25),l.\u0275\u0275listener("click",function(){l.\u0275\u0275restoreView(n);var e=t.$implicit;return l.\u0275\u0275nextContext(2).select(e)}),l.\u0275\u0275text(3),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=t.$implicit;l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate4("",i.adressat.nameZusatz," ",i.adressat.nachname,", ",i.adressat.akademGrad," ",i.adressat.vorname,"")}}function g(e,t){if(1&e){var n=l.\u0275\u0275getCurrentView();l.\u0275\u0275elementStart(0,"div",1),l.\u0275\u0275elementStart(1,"h1"),l.\u0275\u0275text(2),l.\u0275\u0275pipe(3,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(4,"div",3),l.\u0275\u0275elementStart(5,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().to1()}),l.\u0275\u0275text(6),l.\u0275\u0275pipe(7,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(8,"span",4),l.\u0275\u0275listener("click",function(){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().send()}),l.\u0275\u0275text(9),l.\u0275\u0275pipe(10,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(11,"input",21),l.\u0275\u0275listener("ngModelChange",function(e){return l.\u0275\u0275restoreView(n),l.\u0275\u0275nextContext().model.copyToMe=e}),l.\u0275\u0275elementEnd(),l.\u0275\u0275text(12),l.\u0275\u0275pipe(13,"translate"),l.\u0275\u0275elementStart(14,"div",17),l.\u0275\u0275text(15),l.\u0275\u0275pipe(16,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(17,"div",22),l.\u0275\u0275elementStart(18,"div",23),l.\u0275\u0275elementStart(19,"h2"),l.\u0275\u0275text(20),l.\u0275\u0275pipe(21,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(22,"ul"),l.\u0275\u0275template(23,v,4,4,"li",24),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementStart(24,"div",10),l.\u0275\u0275elementStart(25,"h2"),l.\u0275\u0275text(26),l.\u0275\u0275pipe(27,"translate"),l.\u0275\u0275elementEnd(),l.\u0275\u0275element(28,"div",20),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd(),l.\u0275\u0275elementEnd()}if(2&e){var i=l.\u0275\u0275nextContext();l.\u0275\u0275advance(2),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(3,13,"WRITE_2")),l.\u0275\u0275advance(4),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(7,15,"ZURUECK")),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(10,17,"SENDEN")),l.\u0275\u0275advance(2),l.\u0275\u0275property("ngModel",i.model.copyToMe),l.\u0275\u0275advance(1),l.\u0275\u0275textInterpolate1("",l.\u0275\u0275pipeBind1(13,19,"WRITE_3_KOPIE")," "),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate1(" ",l.\u0275\u0275pipeBind1(16,21,"VORSCHAU_HINWEIS")," "),l.\u0275\u0275advance(5),l.\u0275\u0275textInterpolate(l.\u0275\u0275pipeBind1(21,23,"EMPFAENGER")),l.\u0275\u0275advance(3),l.\u0275\u0275property("ngForOf",i.selected()),l.\u0275\u0275advance(3),l.\u0275\u0275textInterpolate4("",l.\u0275\u0275pipeBind1(27,25,"VORSCHAU_FUER")," ",i.selectedEmpfaenger.adressat.vorname," ",i.selectedEmpfaenger.adressat.nameZusatz," ",i.selectedEmpfaenger.adressat.nachname,""),l.\u0275\u0275advance(2),l.\u0275\u0275property("innerHTML",i.previewText,l.\u0275\u0275sanitizeHtml)}}t.MsgWriteComponent=function(e){function t(t,n){var i=e.call(this)||this;return i.http=t,i.translate=n,i.ready=!1,i.warningThreshold=20,i.model=null,i.position=0,i.selectedEmpfaenger=null,i.previewText="",i.text="Hallo ${anrede} ${vorname} ${nachname}, Mit freundlichen Gr\xfc\xdfen",i.betreff="",i.errorMessage=null,n.get("WRITE_TEMPLATE").subscribe(function(e){return i.text=e}),n.get("config.warnMessageNumber").subscribe(function(e){return i.warningThreshold=parseInt(e,10)}),i}return r(t,e),t.prototype.ngOnInit=function(){var e=this;this.service=new a.NachrichtenSchreibenService(this.app.moduleBasePath,this.http),this.service.init(function(t){e.model=t,e.ready=!0})},t.prototype.warn=function(){return this.model&&this.model.adressaten.filter(function(e){return"PROVISIONED"==e.statusDK}).length>this.warningThreshold},t.prototype.to0=function(){this.position=0},t.prototype.to1=function(){this.model.adressaten.find(function(e){return"PROVISIONED"==e.statusDK})?(this.position=1,this.updateVorschau(this.text)):this.translate.get("WARN_0_NO").subscribe(function(e){return alert(e)})},t.prototype.to2=function(){this.selectedEmpfaenger=this.model.adressaten.find(function(e){return"PROVISIONED"==e.statusDK}),this.position=2,this.updateForPerson(this.text)},t.prototype.to3=function(){this.position=3},t.prototype.send=function(){var e=this;this.model.nachricht.newsText=this.text,this.model.nachricht.betreff=this.betreff,this.service.commit(this.model,function(t){e.close()})},t.prototype.updateVorschau=function(e){var t=this;this.service.preview(e,function(e){return t.previewText=e})},t.prototype.updateForPerson=function(e){var t=this;this.selectedEmpfaenger?this.service.textForPerson(this.selectedEmpfaenger.adressat.id,e,function(e){return t.previewText=e}):this.service.preview(e,function(e){return t.previewText=e})},t.prototype.selected=function(){return this.model?this.model.adressaten.filter(function(e){return"PROVISIONED"==e.statusDK}):[]},t.prototype.select=function(e){this.selectedEmpfaenger=e,this.updateForPerson(this.text)},t.prototype.all=function(){if(this.model)for(var e=0,t=this.model.adressaten;e<t.length;e++)t[e].statusDK="PROVISIONED"},t.prototype.none=function(){if(this.model)for(var e=0,t=this.model.adressaten;e<t.length;e++)t[e].statusDK="TRANSIENT"},t.prototype.invert=function(){if(this.model)for(var e=0,t=this.model.adressaten;e<t.length;e++){var n=t[e];n.statusDK="PROVISIONED"==n.statusDK?"TRANSIENT":"PROVISIONED"}},t.prototype.toggleStatus=function(e){e.statusDK="PROVISIONED"==e.statusDK?"TRANSIENT":"PROVISIONED"},t.\u0275fac=function(e){return new(e||t)(l.\u0275\u0275directiveInject(p.HttpClient),l.\u0275\u0275directiveInject(s.TranslateService))},t.\u0275cmp=l.\u0275\u0275defineComponent({type:t,selectors:[["modulemsg-write"]],features:[l.\u0275\u0275InheritDefinitionFeature],decls:3,vars:3,consts:[["class","modulemsg write-wrapper",4,"ngIf"],[1,"modulemsg","write-wrapper"],[1,"ngdialog-close",3,"click"],[1,"modulemsg-write-buttons"],[3,"click"],[1,"modulemsg-write-inner"],[1,"modulemsg-commands"],["style","display: block",4,"ngFor","ngForOf"],["class","warning",4,"ngIf"],[2,"display","block"],[2,"display","inline-block"],["type","checkbox",3,"checked","change"],[1,"modulemsg-anrede"],[1,"modulemsg-empfaenger"],[1,"warning"],["type","text",3,"ngModel","placeholder","ngModelChange"],[1,"textinput",3,"ngModel","ngModelChange","change"],[2,"font-size","0.9em"],["target","_blank",3,"href"],[2,"margin-top","20px","padding-top","1em"],[1,"modulemsg-write-vorschau",3,"innerHTML"],["type","checkbox",3,"ngModel","ngModelChange"],[1,"modulemsg-write-inner","modulemsg-write-inner-lr"],[2,"display","inline-block","margin-right","30px","height","95%","min-width","200px","padding-right","15px"],[4,"ngFor","ngForOf"],[1,"modulemsg-empfaenger",3,"click"]],template:function(e,t){1&e&&(l.\u0275\u0275template(0,m,23,17,"div",0),l.\u0275\u0275template(1,h,30,30,"div",0),l.\u0275\u0275template(2,g,29,27,"div",0)),2&e&&(l.\u0275\u0275property("ngIf",t.ready&&0==t.position),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",t.ready&&1==t.position),l.\u0275\u0275advance(1),l.\u0275\u0275property("ngIf",t.ready&&2==t.position))},directives:[c.NgIf,c.NgForOf,u.DefaultValueAccessor,u.NgControlStatus,u.NgModel,u.CheckboxControlValueAccessor],pipes:[s.TranslatePipe],encapsulation:2}),t}(o.SimpleModalComponent)},k0J9:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.JournalWidgetComponent=void 0,n("fXoL"),n("l2mP"),n("tk/3");var o=n("bljh"),a=n("Q3dB"),l=n("fOuS"),p=(n("aWE5"),n("UE5X")),s=n("Ywcr"),c=n("fXoL"),u=n("l2mP"),d=n("tk/3"),f=n("aWE5"),m=n("ofXK"),h=n("sYmb"),v=n("iTuh");function g(e,t){if(1&e){var n=c.\u0275\u0275getCurrentView();c.\u0275\u0275elementStart(0,"h2",5),c.\u0275\u0275listener("click",function(){return c.\u0275\u0275restoreView(n),c.\u0275\u0275nextContext().toggleFull()}),c.\u0275\u0275text(1),c.\u0275\u0275pipe(2,"translate"),c.\u0275\u0275pipe(3,"translate"),c.\u0275\u0275elementEnd()}if(2&e){var i=c.\u0275\u0275nextContext();c.\u0275\u0275advance(1),c.\u0275\u0275textInterpolate(i.fullVersion?c.\u0275\u0275pipeBind1(2,1,"LESS"):c.\u0275\u0275pipeBind1(3,3,"MORE"))}}function b(e,t){1&e&&(c.\u0275\u0275elementStart(0,"div",6),c.\u0275\u0275element(1,"lade-anzeige"),c.\u0275\u0275element(2,"span",7),c.\u0275\u0275elementEnd())}var y=function(e,t){return{"widget-small":e,"widget-full":t}};t.JournalWidgetComponent=function(e){function t(t,n,i,r){var o=e.call(this,"#journal-svg")||this;return o.elementRef=t,o.app=n,o.http=i,o.simpleModalService=r,o.maxInCompact=20,o.pubService=new a.PublicationService(n.rootUrl,n.token,i),o.initD3(),o}return r(t,e),t.prototype.showWidget=function(){return this.fullVersion||!this.app.thereIsAWidgetInFull},t.prototype.toggleFull=function(){var e=this;this.fullVersion?(this.fullVersion=!1,this.app.thereIsAWidgetInFull=!1,this.elementRef.nativeElement.classList.remove("widget-full-container")):(this.fullVersion=!0,this.app.thereIsAWidgetInFull=!0,this.elementRef.nativeElement.classList.add("widget-full-container"),document.body.scrollTop=document.documentElement.scrollTop=0),setTimeout(function(){e.clear(),e.buildGraph(e.data)},100)},t.prototype.loadData=function(){return this.pubService.loadPubCountPerJournal()},t.prototype.openPublicationsDialog=function(e){this.simpleModalService.addModal(p.PublicationsDialogComponent,{service:new l.DialogService(this.app.rootUrl,new l.RootElement({journal:e},"PERS"),this.app.token,this.app.sprache,this.http),sprache:null!=this.app.sprache?this.app.sprache:document.getElementById("sprache").getAttribute("value")},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},t.prototype.buildGraph=function(e){var n=this;this.initSizeAndScale();var i=o.select(this.svgSelector);this.initToolTip("journal-tooltip");var r,a=o.scale.category20c();r=this.fullVersion?-1:Number(this.maxInCompact)>0?Number(this.maxInCompact):20;var l=t.prepareData(e,r),p=o.layout.pack().sort(function(e,t){return t.value-e.value}).size([1.06*this.size[0],1.06*this.size[1]]).nodes({children:l}).filter(function(e){return!e.children}),s=i.append("g").attr("transform",function(e){return"translate("+-.03*n.size[0]+","+-.03*n.size[1]+")"}).selectAll("g").data(p).enter().append("g").attr("class","node").attr("transform",function(e){return"translate("+e.x+","+e.y+")"});s.append("circle").attr("r",function(e){return e.r}).style("fill",function(e){return a(e.name)}).on("mouseover",function(e){return n.showToolTip(e.langname+": "+e.value)}).on("mouseout",function(){return n.hideToolTip()}).on("click",function(e){return n.openPublicationsDialog(e)}),s.append("clipPath").attr("id",function(e){return"clip-j-"+e.id}).append("circle").attr("r",function(e){return e.r-1}),s.append("text").attr("clip-path",function(e){return"url(#clip-j-"+e.id+")"}).attr("text-anchor","middle").selectAll("tspan").data(function(e){var t=e.name.split(" "),n=[];if(t.length>0){n.push(t[0]);for(var i=1;n.length<Math.floor(e.r/10)&&i<t.length;)n[n.length-1].length<2?n[n.length-1]=n[n.length-1]+" "+t[i]:n.push(t[i]),i+=1}return n.map(function(e){return{v:e,l:n.length}})}).enter().append("tspan").attr("x",0).attr("y",function(e,t){return t-e.l/2+.8+"em"}).text(function(e){return e.v}),this.loading=!1},t.prepareData=function(e,t){var n=e.sort(function(e,t){return t.count-e.count});return t>0&&(n=e.slice(0,t)),n.forEach(function(e){return e.value=e.count}),n},t.\u0275fac=function(e){return new(e||t)(c.\u0275\u0275directiveInject(c.ElementRef),c.\u0275\u0275directiveInject(u.AppComponent),c.\u0275\u0275directiveInject(d.HttpClient),c.\u0275\u0275directiveInject(f.SimpleModalService))},t.\u0275cmp=c.\u0275\u0275defineComponent({type:t,selectors:[["widget-journal"]],inputs:{maxInCompact:"maxInCompact"},features:[c.\u0275\u0275InheritDefinitionFeature],decls:5,vars:7,consts:[[3,"ngClass","hidden"],["translate","PUBS_PER_JOURNAL"],[3,"click",4,"ngIf"],["class","endlessBusy",4,"ngIf"],["id","journal-svg"],[3,"click"],[1,"endlessBusy"],["translate","LOADING"]],template:function(e,t){1&e&&(c.\u0275\u0275elementStart(0,"div",0),c.\u0275\u0275element(1,"h1",1),c.\u0275\u0275template(2,g,4,5,"h2",2),c.\u0275\u0275template(3,b,3,0,"div",3),c.\u0275\u0275namespaceSVG(),c.\u0275\u0275element(4,"svg",4),c.\u0275\u0275elementEnd()),2&e&&(c.\u0275\u0275property("ngClass",c.\u0275\u0275pureFunction2(4,y,!t.fullVersion,t.fullVersion))("hidden",!t.showWidget()),c.\u0275\u0275advance(2),c.\u0275\u0275property("ngIf",!t.single),c.\u0275\u0275advance(1),c.\u0275\u0275property("ngIf",t.loading))},directives:[m.NgClass,h.TranslateDirective,m.NgIf,v.LadeAnzeigeComponent],pipes:[h.TranslatePipe],encapsulation:2}),t}(s.AbstractD3Widget)},k1g7:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.MeshWidgetComponent=void 0,n("tk/3");var o=n("Q3dB"),a=n("IXGI"),l=(n("l2mP"),n("fXoL"),n("BRpx")),p=(n("aWE5"),n("fOuS")),s=n("UA9E"),c=n("Ywcr"),u=n("bljh"),d=n("fXoL"),f=n("l2mP"),m=n("tk/3"),h=n("aWE5"),v=n("ofXK"),g=n("sYmb"),b=n("8H8b"),y=n("iTuh"),x=n("hnF1");function S(e,t){if(1&e){var n=d.\u0275\u0275getCurrentView();d.\u0275\u0275elementStart(0,"h2",7),d.\u0275\u0275listener("click",function(){return d.\u0275\u0275restoreView(n),d.\u0275\u0275nextContext().toggleFull()}),d.\u0275\u0275text(1),d.\u0275\u0275pipe(2,"translate"),d.\u0275\u0275pipe(3,"translate"),d.\u0275\u0275elementEnd()}if(2&e){var i=d.\u0275\u0275nextContext();d.\u0275\u0275advance(1),d.\u0275\u0275textInterpolate(i.fullVersion?d.\u0275\u0275pipeBind1(2,1,"LESS"):d.\u0275\u0275pipeBind1(3,3,"MORE"))}}function I(e,t){if(1&e&&(d.\u0275\u0275elementStart(0,"h2"),d.\u0275\u0275elementStart(1,"a",8),d.\u0275\u0275text(2),d.\u0275\u0275pipe(3,"translate"),d.\u0275\u0275elementEnd(),d.\u0275\u0275elementEnd()),2&e){var n=d.\u0275\u0275nextContext();d.\u0275\u0275advance(1),d.\u0275\u0275propertyInterpolate("href",n.app.mainLink,d.\u0275\u0275sanitizeUrl),d.\u0275\u0275advance(1),d.\u0275\u0275textInterpolate(d.\u0275\u0275pipeBind1(3,2,"LINK_EXPERTS_PROFILE"))}}function E(e,t){if(1&e){var n=d.\u0275\u0275getCurrentView();d.\u0275\u0275elementStart(0,"mesh-small",11),d.\u0275\u0275listener("click",function(){d.\u0275\u0275restoreView(n);var e=t.$implicit,i=d.\u0275\u0275nextContext(2);return i.initModalDialog(e.meSHDescriptor,i.app.sprache)}),d.\u0275\u0275elementEnd()}if(2&e){var i=t.$implicit,r=d.\u0275\u0275nextContext(2);d.\u0275\u0275property("mesh",i)("lang",r.app.sprache)}}function C(e,t){if(1&e&&(d.\u0275\u0275elementStart(0,"div",9),d.\u0275\u0275template(1,E,1,2,"mesh-small",10),d.\u0275\u0275elementEnd()),2&e){var n=d.\u0275\u0275nextContext();d.\u0275\u0275advance(1),d.\u0275\u0275property("ngForOf",n.data)}}function P(e,t){1&e&&(d.\u0275\u0275elementStart(0,"div",16),d.\u0275\u0275element(1,"lade-anzeige"),d.\u0275\u0275element(2,"span",17),d.\u0275\u0275elementEnd())}function _(e,t){if(1&e&&d.\u0275\u0275element(0,"mesh-full",18),2&e){var n=t.$implicit,i=d.\u0275\u0275nextContext(2);d.\u0275\u0275property("cat",n)("lang",i.app.sprache)("dialogFn",i.initModalDialog.bind(i))}}function k(e,t){if(1&e&&d.\u0275\u0275element(0,"mesh-full",18),2&e){var n=t.$implicit,i=d.\u0275\u0275nextContext(2);d.\u0275\u0275property("cat",n)("lang",i.app.sprache)("dialogFn",i.initModalDialog.bind(i))}}function w(e,t){if(1&e&&d.\u0275\u0275element(0,"mesh-full",18),2&e){var n=t.$implicit,i=d.\u0275\u0275nextContext(2);d.\u0275\u0275property("cat",n)("lang",i.app.sprache)("dialogFn",i.initModalDialog.bind(i))}}function F(e,t){if(1&e&&(d.\u0275\u0275elementStart(0,"div",12),d.\u0275\u0275template(1,P,3,0,"div",13),d.\u0275\u0275elementStart(2,"div",14),d.\u0275\u0275template(3,_,1,3,"mesh-full",15),d.\u0275\u0275elementEnd(),d.\u0275\u0275elementStart(4,"div",14),d.\u0275\u0275template(5,k,1,3,"mesh-full",15),d.\u0275\u0275elementEnd(),d.\u0275\u0275elementStart(6,"div",14),d.\u0275\u0275template(7,w,1,3,"mesh-full",15),d.\u0275\u0275elementEnd(),d.\u0275\u0275elementEnd()),2&e){var n=d.\u0275\u0275nextContext();d.\u0275\u0275advance(1),d.\u0275\u0275property("ngIf",n.loading),d.\u0275\u0275advance(2),d.\u0275\u0275property("ngForOf",n.col1),d.\u0275\u0275advance(2),d.\u0275\u0275property("ngForOf",n.col2),d.\u0275\u0275advance(2),d.\u0275\u0275property("ngForOf",n.col3)}}function O(e,t){1&e&&(d.\u0275\u0275elementStart(0,"div",19),d.\u0275\u0275namespaceSVG(),d.\u0275\u0275element(1,"svg",20),d.\u0275\u0275elementEnd())}var B=function(e,t){return{"widget-small":e,"widget-full":t}};t.MeshWidgetComponent=function(e){function t(n,i,r,l){var p=e.call(this,"#mesh-svg")||this;return p.elementRef=n,p.app=i,p.http=r,p.simpleModalService=l,p.mode="bar",p.modeFull="bar",p.initialSize=18,p.persService=new a.PersService(i.rootUrl,i.token,r),p.publicationService=new o.PublicationService(i.rootUrl,i.token,r),p.persService.loadCat(i.token).subscribe(function(e){return p.categoryList=e.categories}),p.currentSize=p.initialSize,p.loading=!0,p.loadData().subscribe(function(e){for(var n=e.maxPoints,i=0,r=e.mesh;i<r.length;i++){var o=r[i];o.punkte=Math.round(o.punkte/n*100),o.style={width:o.punkte+"%"}}p.data=t.prepareDataForD3(e.mesh),p.fullVersion&&"bubble"==p.modeFull||!p.fullVersion&&"bubble"==p.mode?(p.buildGraph(p.data),p.initResizeEvent(function(){p.showWidget()&&!u.select(p.svgSelector).empty()&&(p.clear(),p.buildGraph(p.data))})):p.loading=!1}),p}return r(t,e),t.prototype.showWidget=function(){return this.fullVersion||!this.app.thereIsAWidgetInFull},t.prototype.toggleFull=function(){var e=this;this.fullVersion?(this.fullVersion=!1,this.currentSize=this.initialSize,this.app.thereIsAWidgetInFull=!1,this.elementRef.nativeElement.classList.remove("widget-full-container"),"bubble"==this.mode&&setTimeout(function(){return e.buildGraph(e.data)})):this.fullMesh?(this.fullVersion=!0,this.app.thereIsAWidgetInFull=!0,this.currentSize=100,this.elementRef.nativeElement.classList.add("widget-full-container")):(this.loading=!0,this.currentSize=100,this.loadData().subscribe(function(t){for(var n=t,i=n.maxPoints,r=0,o=n.mesh;r<o.length;r++)(c=o[r]).punkte=Math.round(c.punkte/i*100),c.style={width:c.punkte+"%"};for(var a=[],l=function(t){var n=a.filter(function(e){return e.id==t.meSHDescriptor.mainCategory}),i=void 0;if(n.length<1){var r=t.meSHDescriptor.mainCategory,o=e.categoryList.filter(function(e){return e.id==r})[0];a.push(i={id:r,de:o.de,en:o.en,mesh:[]})}else i=n[0];i.mesh.push(t),e.fullMesh=a.sort(function(e,t){var n=-1*e.mesh.map(function(e){return e.punkte}).reduce(function(e,t){return e+t}),i=-1*t.mesh.map(function(e){return e.punkte}).reduce(function(e,t){return e+t});return n>i?1:n<i?-1:0}),e.extractFullMeSHData(),e.loading=!1},p=0,s=n.mesh;p<s.length;p++){var c;l(c=s[p])}e.fullVersion=!0,e.app.thereIsAWidgetInFull=!0,e.elementRef.nativeElement.classList.add("widget-full-container"),document.body.scrollTop=document.documentElement.scrollTop=0}))},t.prototype.initModalDialog=function(e,t){var n=new s.BlacklistService(this.app.rootUrl,this.app.token,this.http);this.simpleModalService.addModal(l.VerwandtDialogComponent,{service:new p.DialogService(this.app.rootUrl,new p.RootElement(e,"MESH"),this.app.token,this.app.sprache,this.http),blacklistService:n,intern:"ich"==this.app.token,sprache:null!=this.app.sprache?this.app.sprache:document.getElementById("sprache").getAttribute("value"),blacklist:function(e){return n.blacklist(e).subscribe(function(e){location.reload()})}},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},t.prototype.buildGraph=function(e){var t=this;this.initSizeAndScale();var n=u.select(this.svgSelector);this.initToolTip("mesh-tooltip");var i=u.scale.category20c(),r=u.layout.pack().sort(function(e,t){return t.value-e.value}).size([1.06*this.size[0],1.06*this.size[1]]).nodes({children:e}).filter(function(e){return!e.children}),o=n.append("g").attr("transform",function(e){return"translate("+-.03*t.size[0]+","+-.03*t.size[1]+")"}).selectAll("g").data(r).enter().append("g").attr("class","node").attr("transform",function(e){return"translate("+e.x+","+e.y+")"});o.append("circle").attr("r",function(e){return e.r}).style("fill",function(e){return i(e.meSHDescriptor.mainCategory)}).on("mouseover",function(e){return t.showToolTip(t.name(e.meSHDescriptor))}).on("mouseout",function(){return t.hideToolTip()}).on("click",function(e){return t.initModalDialog(e.meSHDescriptor,t.app.sprache)}),o.append("clipPath").attr("id",function(e){return"clip-m-"+e.meSHDescriptor.uniqueID}).append("circle").attr("r",function(e){return e.r-1}),o.append("text").attr("clip-path",function(e){return"url(#clip-m-"+e.meSHDescriptor.uniqueID+")"}).attr("text-anchor","middle").selectAll("tspan").data(function(e){var n=t.name(e.meSHDescriptor).split(" "),i=[];if(n.length>0){i.push(n[0]);for(var r=1;i.length<Math.floor(e.r/10)&&r<n.length;)i[i.length-1].length<2?i[i.length-1]=i[i.length-1]+" "+n[r]:i.push(n[r]),r+=1}return i.map(function(e){return{v:e,l:i.length}})}).enter().append("tspan").attr("x",0).attr("y",function(e,t){return t-e.l/2+.8+"em"}).text(function(e){return e.v}),this.loading=!1},t.prototype.loadData=function(){return this.persService.loadMesh(0,this.currentSize)},t.prototype.extractFullMeSHData=function(){if(this.fullMesh){this.col1=[],this.col2=[],this.col3=[];for(var e=0,t=0,n=0,i=0,r=this.fullMesh;i<r.length;i++){var o=r[i];e<=t&&e<=n?(this.col1.push(o),e+=o.mesh.length):t<=n?(this.col2.push(o),t+=o.mesh.length):(this.col3.push(o),n+=o.mesh.length)}}},t.prepareDataForD3=function(e){return e.forEach(function(e){e.value=e.punkte}),e},t.prototype.name=function(e){return"en_GB"==this.app.sprache?e.meSHMainHeading.en:e.meSHMainHeading.de},t.\u0275fac=function(e){return new(e||t)(d.\u0275\u0275directiveInject(d.ElementRef),d.\u0275\u0275directiveInject(f.AppComponent),d.\u0275\u0275directiveInject(m.HttpClient),d.\u0275\u0275directiveInject(h.SimpleModalService))},t.\u0275cmp=d.\u0275\u0275defineComponent({type:t,selectors:[["widget-mesh"]],inputs:{mode:"mode",modeFull:"modeFull",initialSize:"initialSize"},features:[d.\u0275\u0275InheritDefinitionFeature],decls:7,vars:10,consts:[["id","widgetMeSH",3,"ngClass","hidden"],["translate","MESH_DESCRIPTORS"],[3,"click",4,"ngIf"],[4,"ngIf"],["class","smallBody meshSmallBody",4,"ngIf"],["class","meshFullBody",4,"ngIf"],["style","height: 100%",4,"ngIf"],[3,"click"],[3,"href"],[1,"smallBody","meshSmallBody"],["class","ngDialogLink meshDescriptor",3,"mesh","lang","click",4,"ngFor","ngForOf"],[1,"ngDialogLink","meshDescriptor",3,"mesh","lang","click"],[1,"meshFullBody"],["class","endlessBusy",4,"ngIf"],[1,"meshFullContainer"],[3,"cat","lang","dialogFn",4,"ngFor","ngForOf"],[1,"endlessBusy"],["translate","LOADING"],[3,"cat","lang","dialogFn"],[2,"height","100%"],["id","mesh-svg"]],template:function(e,t){1&e&&(d.\u0275\u0275elementStart(0,"div",0),d.\u0275\u0275element(1,"h1",1),d.\u0275\u0275template(2,S,4,5,"h2",2),d.\u0275\u0275template(3,I,4,4,"h2",3),d.\u0275\u0275template(4,C,2,1,"div",4),d.\u0275\u0275template(5,F,8,4,"div",5),d.\u0275\u0275template(6,O,2,0,"div",6),d.\u0275\u0275elementEnd()),2&e&&(d.\u0275\u0275property("ngClass",d.\u0275\u0275pureFunction2(7,B,!t.fullVersion,t.fullVersion))("hidden",!t.showWidget()),d.\u0275\u0275advance(2),d.\u0275\u0275property("ngIf",!t.app.single),d.\u0275\u0275advance(1),d.\u0275\u0275property("ngIf",t.app.single),d.\u0275\u0275advance(1),d.\u0275\u0275property("ngIf",!t.fullVersion&&"bar"==t.mode),d.\u0275\u0275advance(1),d.\u0275\u0275property("ngIf",t.fullVersion&&"bar"==t.modeFull),d.\u0275\u0275advance(1),d.\u0275\u0275property("ngIf",!t.fullVersion&&"bubble"==t.mode||t.fullVersion&&"bubble"==t.modeFull))},directives:[v.NgClass,g.TranslateDirective,v.NgIf,v.NgForOf,b.MeshSmallComponent,y.LadeAnzeigeComponent,x.MeshFullComponent],pipes:[g.TranslatePipe],encapsulation:2}),t}(c.AbstractD3Widget)},l2mP:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AppComponent=void 0,n("sYmb"),n("CHLE");var i=n("fXoL"),r=n("CHLE"),o=n("sYmb");function a(e,t){1&e&&i.\u0275\u0275element(0,"widget-pers",2)}function l(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",3),i.\u0275\u0275element(1,"widget-mesh",4),i.\u0275\u0275element(2,"widget-network",5),i.\u0275\u0275element(3,"widget-timeline",6),i.\u0275\u0275pipe(4,"translate"),i.\u0275\u0275element(5,"widget-journal",7),i.\u0275\u0275pipe(6,"translate"),i.\u0275\u0275element(7,"widget-publications",8),i.\u0275\u0275element(8,"widget-coauthors",9),i.\u0275\u0275element(9,"widget-projects",10),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(3),i.\u0275\u0275propertyInterpolate("maxInCompact",i.\u0275\u0275pipeBind1(4,2,"TIMELINE_CFG_MAX_COMPACT")),i.\u0275\u0275advance(2),i.\u0275\u0275propertyInterpolate("maxInCompact",i.\u0275\u0275pipeBind1(6,4,"JOURNALS_CFG_MAX_COMPACT")))}function p(e,t){1&e&&i.\u0275\u0275element(0,"widget-publications",12)}function s(e,t){1&e&&i.\u0275\u0275element(0,"widget-projects",12)}function c(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",3),i.\u0275\u0275template(1,p,1,0,"widget-publications",11),i.\u0275\u0275template(2,s,1,0,"widget-projects",11),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","pub"==n.singlePage),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","prj"==n.singlePage)}}t.AppComponent=function(){function e(e,t){var n=this;this.discoveryService=e,this.translate=t,this.rootUrl="/experts/expert",this.thereIsAWidgetInFull=!1;var i=document.getElementsByTagName("experts-profile");i.length>0&&(this.token=i[0].getAttribute("token"),this.encID=i[0].getAttribute("encID"),this.sprache=i[0].getAttribute("sprache"),this.withMsgModule="true"===i[0].getAttribute("withMsgModule"),this.singlePage=i[0].getAttribute("single"),this.single=null!=this.singlePage,this.thereIsAWidgetInFull=this.single),(null==this.token||this.token.length<1)&&(this.token=this.encID),this.mainLink="expertenprofil.xhtml?id="+this.token+"&lang="+this.sprache,e.discoverBackend("expert").then(function(e){n.rootUrl=e,n.mainLink=e.substr(0,e.lastIndexOf("/")+1)+n.mainLink}),localStorage.deutsch=this.sprache,null!=this.sprache&&(t.setDefaultLang(this.sprache),t.use(this.sprache))}return e.\u0275fac=function(t){return new(t||e)(i.\u0275\u0275directiveInject(r.DiscoveryService),i.\u0275\u0275directiveInject(o.TranslateService))},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["experts-profile"]],inputs:{token:"token",encID:"encID",sprache:"sprache",withMsgModule:"withMsgModule"},decls:3,vars:3,consts:[["class","widget-no-header",4,"ngIf"],["class","grid-wrapper",4,"ngIf"],[1,"widget-no-header"],[1,"grid-wrapper"],["initialSize","18","mode","bubble","modeFull","bar",1,"widget","onGrid","col_0_4","row_0_12","noauto"],[1,"widget","onGrid","col_4_8","row_0_12","noauto"],[1,"widget","onGrid","col_0_4","row_13_25","noauto",3,"maxInCompact"],[1,"widget","onGrid","col_4_8","row_13_25","noauto",3,"maxInCompact"],[1,"widget","onGrid","col_0_8","row_26_38"],[1,"widget","onGrid","col_0_8","row_39_44"],[1,"widget","onGrid","col_0_8","row_45_59"],["class","onGrid widget widget-full-container",4,"ngIf"],[1,"onGrid","widget","widget-full-container"]],template:function(e,t){1&e&&(i.\u0275\u0275template(0,a,1,0,"widget-pers",0),i.\u0275\u0275template(1,l,10,6,"div",1),i.\u0275\u0275template(2,c,3,2,"div",1)),2&e&&(i.\u0275\u0275property("ngIf",!t.single),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",!t.single),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.single))},encapsulation:2}),e}()},lMtM:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PersDetailsComponent=void 0;var i=n("fXoL"),r=n("ofXK");function o(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",4),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate2(" ",n.person.mainInfo.anrede," ",n.person.mainInfo.grad," ")}}function a(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",5),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1(" ",n.person.mainInfo.gruppe," ")}}t.PersDetailsComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["pers-details"]],inputs:{person:"person",lang:"lang"},decls:5,vars:5,consts:[[1,"dialogDetails"],[1,"persInfoName"],["class","persInfoAnrede",4,"ngIf"],["class","persInfoGruppe",4,"ngIf"],[1,"persInfoAnrede"],[1,"persInfoGruppe"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275elementStart(1,"div",1),i.\u0275\u0275text(2),i.\u0275\u0275elementEnd(),i.\u0275\u0275template(3,o,2,2,"div",2),i.\u0275\u0275template(4,a,2,1,"div",3),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate3(" ",t.person.mainInfo.nameZusatz," ",t.person.mainInfo.nachname,", ",t.person.mainInfo.vorname," "),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",null!=t.person.mainInfo.anrede),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",null!=t.person.mainInfo.gruppe))},directives:[r.NgIf],encapsulation:2}),e}()},mCfK:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoFirstNotEmptyPipe=void 0;var i=n("fXoL");t.QleoFirstNotEmptyPipe=function(){function e(){}return e.prototype.transform=function(e){if(null==e||e.length<=0)return"";for(var t=0,n=e;t<n.length;t++){var i=n[t];if(null!=i&&i.length>0)return i}return null},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoFirstNotEmpty",type:e,pure:!0}),e}()},ppgD:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.TimelineWidgetComponent=void 0,n("fXoL"),n("l2mP"),n("tk/3"),n("sYmb");var o=n("bljh"),a=n("Q3dB"),l=n("fOuS"),p=(n("aWE5"),n("UE5X")),s=n("9SMF"),c=n("Ywcr"),u=n("fXoL"),d=n("l2mP"),f=n("tk/3"),m=n("sYmb"),h=n("aWE5"),v=n("ofXK"),g=n("iTuh");function b(e,t){if(1&e){var n=u.\u0275\u0275getCurrentView();u.\u0275\u0275elementStart(0,"h2",5),u.\u0275\u0275listener("click",function(){return u.\u0275\u0275restoreView(n),u.\u0275\u0275nextContext().toggleFull()}),u.\u0275\u0275text(1),u.\u0275\u0275pipe(2,"translate"),u.\u0275\u0275pipe(3,"translate"),u.\u0275\u0275elementEnd()}if(2&e){var i=u.\u0275\u0275nextContext();u.\u0275\u0275advance(1),u.\u0275\u0275textInterpolate(i.fullVersion?u.\u0275\u0275pipeBind1(2,1,"LESS"):u.\u0275\u0275pipeBind1(3,3,"MORE"))}}function y(e,t){if(1&e){var n=u.\u0275\u0275getCurrentView();u.\u0275\u0275elementStart(0,"span",8),u.\u0275\u0275listener("click",function(){u.\u0275\u0275restoreView(n);var e=t.$implicit;return u.\u0275\u0275nextContext(2).selectType(e)}),u.\u0275\u0275text(1),u.\u0275\u0275pipe(2,"translate"),u.\u0275\u0275elementEnd()}if(2&e){var i=t.$implicit,r=u.\u0275\u0275nextContext(2);u.\u0275\u0275property("ngClass",r.type==i?"active":""),u.\u0275\u0275advance(1),u.\u0275\u0275textInterpolate(u.\u0275\u0275pipeBind1(2,2,"TIMELINE_LINK_"+i.toUpperCase()))}}function x(e,t){if(1&e&&(u.\u0275\u0275elementStart(0,"div",6),u.\u0275\u0275template(1,y,3,4,"span",7),u.\u0275\u0275elementEnd()),2&e){var n=u.\u0275\u0275nextContext();u.\u0275\u0275advance(1),u.\u0275\u0275property("ngForOf",n.types)}}function S(e,t){1&e&&(u.\u0275\u0275elementStart(0,"div",9),u.\u0275\u0275element(1,"lade-anzeige"),u.\u0275\u0275element(2,"span",10),u.\u0275\u0275elementEnd())}var I=function(e,t){return{"widget-small":e,"widget-full":t}};t.TimelineWidgetComponent=function(e){function t(t,n,i,r,o){var l=e.call(this,"#timeline-svg")||this;return l.elementRef=t,l.app=n,l.http=i,l.translate=r,l.simpleModalService=o,l.maxInCompact=20,l.pubService=new a.PublicationService(n.rootUrl,n.token,i),l.kpiService=new s.KpiService(n.rootUrl,n.token,i),l.translate.get("TIMELINE_CFG_TYPES").subscribe(function(e){l.types="TIMELINE_CFG_TYPES"===e?["pub"]:e.split(",").map(function(e){return e.trim().toLowerCase()}),l.selectType("pub")}),l}return r(t,e),t.prototype.showWidget=function(){return this.fullVersion||!this.app.thereIsAWidgetInFull},t.prototype.toggleFull=function(){var e=this;this.fullVersion?(this.fullVersion=!1,this.app.thereIsAWidgetInFull=!1,this.elementRef.nativeElement.classList.remove("widget-full-container")):(this.fullVersion=!0,this.app.thereIsAWidgetInFull=!0,this.elementRef.nativeElement.classList.add("widget-full-container"),document.body.scrollTop=document.documentElement.scrollTop=0),setTimeout(function(){e.clear(),e.buildGraph(e.data)},100)},t.prototype.loadData=function(){switch(this.type){case"cit":return this.kpiService.loadCitationsPerYear();case"rcr":return this.kpiService.loadRCRPerYear();case"jif":return this.kpiService.loadJIFPerYear();default:return this.pubService.loadPubCountPerYear()}},t.prototype.openPublicationsDialog=function(e,t){this.simpleModalService.addModal(p.PublicationsDialogComponent,{service:new l.DialogService(this.app.rootUrl,new l.RootElement({year:e,position:t},"PERS"),this.app.token,this.app.sprache,this.http),sprache:null!=this.app.sprache?this.app.sprache:document.getElementById("sprache").getAttribute("value")},{closeOnClickOutside:!0,closeOnEscape:!0,wrapperClass:"ngdialog"})},t.prototype.selectType=function(e){var t=this.type;switch(this.types.indexOf(e)<0&&(e=t||"pub"),e){case"cit":this.title="TIMELINE_CITATIONS_PER_YEAR",this.type="cit";break;case"rcr":this.title="TIMELINE_RCR_PER_YEAR",this.type="rcr";break;case"jif":this.title="TIMELINE_JIF_PER_YEAR",this.type="jif";break;default:this.type="pub",this.title="TIMELINE_PUBS_PER_YEAR"}t!=this.type&&this.initD3()},t.prototype.buildGraph=function(e){var t=this;this.initSizeAndScale();var n=o.select(this.svgSelector);this.initToolTip("timeline-tooltip");var i,r,a=5,l={height:this.size[1]-20-60,width:this.size[0]-50-20};this.fullVersion?(i=-1,r=e.labels):(i=Number(this.maxInCompact)>0?Number(this.maxInCompact):20,r=e.labels.slice(-1*i));var p=l.width/r.length-a;p>35&&(p=35,r.length>1&&(a=l.width/r.length-p));var s=this.prepareData(e,l.height,i);if(s.points.length>0){var c=this.app.sprache.replace("_","-");try{Number(1.2).toLocaleString(c)}catch(m){c="de-DE"}n.append("g").selectAll("g").data(s.points).enter().append("g").selectAll("rect").data(function(e){return e}).enter().append("rect").attr("x",function(e,t){return 50+t*(p+a)+a/2}).attr("y",function(e){return 20+l.height-e.y}).attr("height",function(e){return e.y-e.y0}).attr("width",p).attr("class",function(e){return"comp"+e.component}).on("mouseover",function(e){t.translate.get("TIMELINE_POS_"+e.component).subscribe(function(n){var i="";n.startsWith("TIMELINE_POS_")||(i=n+": "),i+=Number(Math.round(1e3*e.value)/1e3).toLocaleString(c),t.showToolTip(i)})}).on("mouseout",function(){return t.hideToolTip()}).on("click",function(e){return t.openPublicationsDialog(e.idx,e.component)});var u=o.svg.axis().scale(o.scale.ordinal().domain(r).rangeBands([50,r.length*(p+a)+50])).orient("bottom"),d=n.append("g").attr("class","axis-x").attr("transform","translate(0,"+(20+l.height+5)+")").call(u);d.selectAll(".domain").remove(),d.selectAll("text").attr("y",2).attr("x",2).attr("dy",".35em").attr("transform","rotate(70)").style("text-anchor","start");var f=o.svg.axis().scale(o.scale.linear().domain([0,s.maxVal]).range([l.height+20,20])).orient("left");n.append("g").attr("class","axis-y").attr("transform","translate(45,0)").call(f.tickFormat(function(e){return e.toLocaleString(c)})).selectAll(".domain").remove()}else this.translate.get("TIMELINE_EMPTY").subscribe(function(e){return n.append("text").attr("x",l.width/2).attr("y",l.height/2).style("text-anchor","middle").text(e)});this.loading=!1},t.prototype.prepareData=function(e,t,n){var i=n>0?e.labels.slice(-1*n):e.labels,r=0;if(i.map(function(t){return e.values[t]}).filter(function(e){return e}).map(function(e){return Object.keys(e).map(function(t){return e[t]})}).map(function(e){return e.reduce(function(e,t){return e+t},0)}).forEach(function(e){return r=e>r?e:r}),r<=0)return{maxVal:0,points:[]};var o=5*Math.pow(10,Math.floor(Math.log10(r))-1);r=Math.ceil(r/o)*o;var a={},l=e.segments.map(function(n){return i.map(function(i){var o=a[i]||0,l=void 0!==e.values[i]&&void 0!==e.values[i][n]?e.values[i][n]:0,p=t*l/r;return a[i]=o+p,{x:i,y:o+p,y0:o,component:n,value:l,idx:i}})});return{maxVal:r,points:l}},t.\u0275fac=function(e){return new(e||t)(u.\u0275\u0275directiveInject(u.ElementRef),u.\u0275\u0275directiveInject(d.AppComponent),u.\u0275\u0275directiveInject(f.HttpClient),u.\u0275\u0275directiveInject(m.TranslateService),u.\u0275\u0275directiveInject(h.SimpleModalService))},t.\u0275cmp=u.\u0275\u0275defineComponent({type:t,selectors:[["widget-timeline"]],inputs:{maxInCompact:"maxInCompact"},features:[u.\u0275\u0275InheritDefinitionFeature],decls:8,vars:11,consts:[["id","timeline-pub",3,"ngClass","hidden"],[3,"click",4,"ngIf"],["class","timeline-controls",4,"ngIf"],["class","endlessBusy",4,"ngIf"],["id","timeline-svg"],[3,"click"],[1,"timeline-controls"],[3,"ngClass","click",4,"ngFor","ngForOf"],[3,"ngClass","click"],[1,"endlessBusy"],["translate","LOADING"]],template:function(e,t){1&e&&(u.\u0275\u0275elementStart(0,"div",0),u.\u0275\u0275elementStart(1,"h1"),u.\u0275\u0275text(2),u.\u0275\u0275pipe(3,"translate"),u.\u0275\u0275elementEnd(),u.\u0275\u0275template(4,b,4,5,"h2",1),u.\u0275\u0275template(5,x,2,1,"div",2),u.\u0275\u0275template(6,S,3,0,"div",3),u.\u0275\u0275namespaceSVG(),u.\u0275\u0275element(7,"svg",4),u.\u0275\u0275elementEnd()),2&e&&(u.\u0275\u0275property("ngClass",u.\u0275\u0275pureFunction2(8,I,!t.fullVersion,t.fullVersion))("hidden",!t.showWidget()),u.\u0275\u0275advance(2),u.\u0275\u0275textInterpolate(u.\u0275\u0275pipeBind1(3,6,t.title)),u.\u0275\u0275advance(2),u.\u0275\u0275property("ngIf",!t.single),u.\u0275\u0275advance(1),u.\u0275\u0275property("ngIf",t.types&&t.types.length>1),u.\u0275\u0275advance(1),u.\u0275\u0275property("ngIf",t.loading))},directives:[v.NgClass,v.NgIf,v.NgForOf,g.LadeAnzeigeComponent,m.TranslateDirective],pipes:[m.TranslatePipe],encapsulation:2}),t}(c.AbstractD3Widget)},pzQ9:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PubDetailsComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("qvDX"),a=n("eIV6"),l=n("Dh7M"),p=n("9mmz"),s=n("3b+R"),c=n("fA60"),u=n("Evh8"),d=n("KQ6Z"),f=n("GHMQ"),m=n("CoIF"),h=n("BmFU"),v=n("6VVi"),g=n("r4GL"),b=n("sYmb");function y(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-BB",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function x(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-DS",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function S(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-F1",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function I(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-FF",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function E(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-HA",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function C(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-HG",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function P(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-MG",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function _(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-PT",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function k(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-SP",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function w(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-V1",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function F(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-VO",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function O(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-ZS",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function B(e,t){if(1&e&&i.\u0275\u0275element(0,"publication-ZT",6),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275property("pub",n.pub)("fullAutoren",n.fullAutoren)("dialogFn",n.dialogFn)("lang",n.lang)}}function j(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"a",13),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275propertyInterpolate1("href","expertenprofil.xhtml?id=",null!=n.person.token?n.person.token:n.person.id,"",i.\u0275\u0275sanitizeUrl),i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate2(" ",n.name,", ",n.initials," ")}}function A(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"a"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate2(" ",n.name,", ",n.initials," ")}}function M(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span",10),i.\u0275\u0275pipe(1,"translate"),i.\u0275\u0275template(2,j,2,3,"a",11),i.\u0275\u0275template(3,A,2,2,"a",12),i.\u0275\u0275elementEnd()),2&e){var n=t.$implicit;i.\u0275\u0275propertyInterpolate("title",i.\u0275\u0275pipeBind1(1,3,"LINK_INTERNE_AUTOREN")),i.\u0275\u0275advance(2),i.\u0275\u0275property("ngIf",n.person.link),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",!n.person.link)}}function T(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",7),i.\u0275\u0275element(1,"span",8),i.\u0275\u0275template(2,M,4,5,"span",9),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(2),i.\u0275\u0275property("ngForOf",n.pub.interneAutoren)}}function D(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.en)}}function L(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext().$implicit;i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.de)}}function R(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"a",13),i.\u0275\u0275template(1,D,2,1,"span",12),i.\u0275\u0275template(2,L,2,1,"span",12),i.\u0275\u0275elementEnd()),2&e){var n=t.$implicit,r=i.\u0275\u0275nextContext(2);i.\u0275\u0275propertyInterpolate("href",n.url,i.\u0275\u0275sanitizeUrl),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"==r.lang),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=r.lang)}}function N(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"div",14),i.\u0275\u0275element(1,"span",15),i.\u0275\u0275template(2,R,3,3,"a",16),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(2),i.\u0275\u0275property("ngForOf",n.pub.links)}}t.PubDetailsComponent=function(){function e(){this.fullAutoren=!0}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["publication-details"]],inputs:{pub:"pub",index:"index",dialogFn:"dialogFn",lang:"lang"},decls:19,vars:17,consts:[[1,"publicationPanel","dialogDetails"],[3,"ngSwitch"],[3,"pub","fullAutoren","dialogFn","lang",4,"ngSwitchCase"],[1,"pubAbstract",2,"margin-top","5px","margin-bottom","5px"],["class","autorenLinks",4,"ngIf"],["class","pubLinks",4,"ngIf"],[3,"pub","fullAutoren","dialogFn","lang"],[1,"autorenLinks"],[1,"ui-icon-customer","ui-icon",2,"display","inline-block","margin-bottom","-1px","margin-right","1em"],["class","autor",3,"title",4,"ngFor","ngForOf"],[1,"autor",3,"title"],["target","_blank",3,"href",4,"ngIf"],[4,"ngIf"],["target","_blank",3,"href"],[1,"pubLinks"],[1,"ui-icon-globe","ui-icon",2,"display","inline-block","margin-bottom","-1px","margin-right","1em"],["target","_blank",3,"href",4,"ngFor","ngForOf"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275elementStart(1,"div",1),i.\u0275\u0275template(2,y,1,4,"publication-BB",2),i.\u0275\u0275template(3,x,1,4,"publication-DS",2),i.\u0275\u0275template(4,S,1,4,"publication-F1",2),i.\u0275\u0275template(5,I,1,4,"publication-FF",2),i.\u0275\u0275template(6,E,1,4,"publication-HA",2),i.\u0275\u0275template(7,C,1,4,"publication-HG",2),i.\u0275\u0275template(8,P,1,4,"publication-MG",2),i.\u0275\u0275template(9,_,1,4,"publication-PT",2),i.\u0275\u0275template(10,k,1,4,"publication-SP",2),i.\u0275\u0275template(11,w,1,4,"publication-V1",2),i.\u0275\u0275template(12,F,1,4,"publication-VO",2),i.\u0275\u0275template(13,O,1,4,"publication-ZS",2),i.\u0275\u0275template(14,B,1,4,"publication-ZT",2),i.\u0275\u0275elementEnd(),i.\u0275\u0275elementStart(15,"div",3),i.\u0275\u0275text(16),i.\u0275\u0275elementEnd(),i.\u0275\u0275template(17,T,3,1,"div",4),i.\u0275\u0275template(18,N,3,1,"div",5),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitch",t.pub.publikation.typDK),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","BB"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","DS"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","F1"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","FF"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","HA"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","HG"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","MG"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","PT"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","SP"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","V1"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","VO"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","ZS"),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngSwitchCase","ZT"),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate1(" ",t.pub.publikation.abriss," "),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.pub.interneAutoren&&t.pub.interneAutoren.length>0),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf",t.pub.links&&t.pub.links.length>0))},directives:[r.NgSwitch,r.NgSwitchCase,r.NgIf,o.PubBBComponent,a.PubDSComponent,l.PubF1Component,p.PubFFComponent,s.PubHAComponent,c.PubHGComponent,u.PubMGComponent,d.PubPTComponent,f.PubSPComponent,m.PubV1Component,h.PubVOComponent,v.PubZSComponent,g.PubZTComponent,r.NgForOf],pipes:[b.TranslatePipe],encapsulation:2}),e}()},qCoF:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.BlacklistDialogComponent=void 0;var o=n("aWE5"),a=n("fXoL"),l=n("sYmb"),p=["class","ngdialog-content"];t.BlacklistDialogComponent=function(e){function t(){return e.call(this)||this}return r(t,e),t.prototype.blacklist=function(){this.service.blacklist(this.target.meSHDescriptor.uniqueID).subscribe(function(e){return location.reload()})},t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["div",8,"ngdialog-content"]],features:[a.\u0275\u0275InheritDefinitionFeature],attrs:p,decls:29,vars:15,consts:[[1,"ngdialog-close",3,"click"],["id","blacklistDialog",1,"ngdialog-inner"],[1,"ng-dialog-inner-heading"],[1,"blacklistDialogTable"],[2,"margin-top","0.5em",3,"click"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"span",0),a.\u0275\u0275listener("click",function(){return t.close()}),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275elementStart(2,"div",2),a.\u0275\u0275text(3),a.\u0275\u0275pipe(4,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(5,"table",3),a.\u0275\u0275elementStart(6,"tbody"),a.\u0275\u0275elementStart(7,"tr"),a.\u0275\u0275elementStart(8,"td"),a.\u0275\u0275text(9,"Unique-ID"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(10,"td"),a.\u0275\u0275text(11),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(12,"tr"),a.\u0275\u0275elementStart(13,"td"),a.\u0275\u0275text(14,"Heading (deutsch)"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(15,"td"),a.\u0275\u0275text(16),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(17,"tr"),a.\u0275\u0275elementStart(18,"td"),a.\u0275\u0275text(19,"Heading (english)"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(20,"td"),a.\u0275\u0275text(21),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(22,"div"),a.\u0275\u0275text(23),a.\u0275\u0275pipe(24,"translate"),a.\u0275\u0275pipe(25,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(26,"button",4),a.\u0275\u0275listener("click",function(){return t.blacklist()}),a.\u0275\u0275text(27),a.\u0275\u0275pipe(28,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(3),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(4,7,"BLACKLIST_DIALOG_TITLE")," "),a.\u0275\u0275advance(8),a.\u0275\u0275textInterpolate(t.target.meSHDescriptor.uniqueID),a.\u0275\u0275advance(5),a.\u0275\u0275textInterpolate(t.target.meSHDescriptor.meSHMainHeading.de),a.\u0275\u0275advance(5),a.\u0275\u0275textInterpolate(t.target.meSHDescriptor.meSHMainHeading.en),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind1(24,9,"BLACKLIST_ADD")," ",a.\u0275\u0275pipeBind1(25,11,"BLACKLIST_HINT")," "),a.\u0275\u0275advance(4),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(28,13,"BLACKLIST")))},pipes:[l.TranslatePipe],encapsulation:2}),t}(o.SimpleModalComponent)},qeOe:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MeshDetailsComponent=void 0;var i=n("fXoL"),r=n("ofXK"),o=n("sYmb");function a(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.mesh.meSHMainHeading.en)}}function l(e,t){if(1&e&&(i.\u0275\u0275elementStart(0,"span"),i.\u0275\u0275text(1),i.\u0275\u0275elementEnd()),2&e){var n=i.\u0275\u0275nextContext();i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate(n.mesh.meSHMainHeading.de)}}t.MeshDetailsComponent=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275cmp=i.\u0275\u0275defineComponent({type:e,selectors:[["mesh-details"]],inputs:{mesh:"mesh",sprache:"sprache"},decls:10,vars:10,consts:[[1,"meshPanel","dialogDetails"],[4,"ngIf"],["target","_blank",3,"href","title"]],template:function(e,t){1&e&&(i.\u0275\u0275elementStart(0,"div",0),i.\u0275\u0275text(1),i.\u0275\u0275pipe(2,"translate"),i.\u0275\u0275template(3,a,2,1,"span",1),i.\u0275\u0275template(4,l,2,1,"span",1),i.\u0275\u0275text(5," ( "),i.\u0275\u0275elementStart(6,"a",2),i.\u0275\u0275pipe(7,"translate"),i.\u0275\u0275text(8),i.\u0275\u0275elementEnd(),i.\u0275\u0275text(9," )\n"),i.\u0275\u0275elementEnd()),2&e&&(i.\u0275\u0275advance(1),i.\u0275\u0275textInterpolate1(" ",i.\u0275\u0275pipeBind1(2,6,"MESH")," "),i.\u0275\u0275advance(2),i.\u0275\u0275property("ngIf","en_GB"==t.sprache),i.\u0275\u0275advance(1),i.\u0275\u0275property("ngIf","en_GB"!=t.sprache),i.\u0275\u0275advance(2),i.\u0275\u0275propertyInterpolate1("href","https://meshb.nlm.nih.gov/record/ui?ui=",t.mesh.uniqueID,"",i.\u0275\u0275sanitizeUrl),i.\u0275\u0275propertyInterpolate("title",i.\u0275\u0275pipeBind1(7,8,"TO_MESH_BROWSER")),i.\u0275\u0275advance(2),i.\u0275\u0275textInterpolate(t.mesh.uniqueID))},directives:[r.NgIf],pipes:[o.TranslatePipe],encapsulation:2}),e}()},qvDX:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubBBComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("ofXK"),s=n("F4Tc"),c=n("Z/PM"),u=n("sYmb"),d=n("gWrD"),f=n("cnX2"),m=n("mCfK"),h=n("tnQf"),v=n("Zg7a"),g=n("Ec9Q");function b(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275pipe(2,"qleoSurround"),a.\u0275\u0275pipe(3,"qleoPrepend"),a.\u0275\u0275pipe(4,"translate"),a.\u0275\u0275pipe(5,"qleoAppend"),a.\u0275\u0275pipe(6,"qleoLastChar"),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind3(2,3,n.pub.publikation.buchtitel2,"(",").")," ",a.\u0275\u0275pipeBind2(3,7,n.pub.publikation.quelleIdentifier,a.\u0275\u0275pipeBind1(4,10,"VOLUME"))," ",a.\u0275\u0275pipeBind2(5,12,a.\u0275\u0275pipeBind1(6,15,n.pub.publikation.auflage),"Aufl. ")," ")}}var y=function(e,t){return[e,t]},x=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return S(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-BB"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:16,vars:45,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"],[4,"ngIf"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoSurround"),a.\u0275\u0275pipe(4,"qleoInitials"),a.\u0275\u0275pipe(5,"translate"),a.\u0275\u0275pipe(6,"qleoAppend"),a.\u0275\u0275pipe(7,"qleoAppend"),a.\u0275\u0275template(8,b,7,17,"span",2),a.\u0275\u0275text(9),a.\u0275\u0275pipe(10,"qleoAppend"),a.\u0275\u0275pipe(11,"qleoRegexReplace"),a.\u0275\u0275pipe(12,"qleoFirstNotEmpty"),a.\u0275\u0275pipe(13,"qleoSurround"),a.\u0275\u0275pipe(14,"qleoSeitenZahlen"),a.\u0275\u0275pipe(15,"translate"),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind3(3,11,a.\u0275\u0275pipeBind1(4,15,t.pub.publikation.herausgeber),"In: ",a.\u0275\u0275pipeBind1(5,17,"EDITOR"))," ",a.\u0275\u0275pipeBind2(6,19,t.pub.publikation.buchtitel,".")," ",a.\u0275\u0275pipeBind2(7,22,t.pub.publikation.buchtitel3,".")," "),a.\u0275\u0275advance(6),a.\u0275\u0275property("ngIf",t.pub.publikation.buchtitel2),a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind2(10,25,a.\u0275\u0275pipeBind3(11,28,a.\u0275\u0275pipeBind1(12,32,a.\u0275\u0275pureFunction2(42,y,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),"^ohne Verlagsangabe$",""),"; ")," ",t.pub.publikation.publikationJahr,"; ",a.\u0275\u0275pipeBind3(13,34,a.\u0275\u0275pipeBind1(14,38,t.pub.publikation.quelleLocation),a.\u0275\u0275pipeBind1(15,40,"PAGES"),"."),"\n"))},directives:[l.PubTitelComponent,p.NgIf],pipes:[s.QleoSurroundPipe,c.QleoInitialsPipe,u.TranslatePipe,d.QleoAppendPipe,f.QleoRegexReplacePipe,m.QleoFirstNotEmptyPipe,h.QleoSeitenzahlenPipe,v.QleoPrependPipe,g.QleoLastCharPipe],encapsulation:2}),t}(o.PubComponent);t.PubBBComponent=x;var S=a.\u0275\u0275getInheritedFactory(x)},r4GL:function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.PubZTComponent=void 0;var o=n("Ej3y"),a=n("fXoL"),l=n("HgTU"),p=n("ofXK"),s=n("gWrD"),c=n("cnX2"),u=n("mCfK");function d(e,t){if(1&e&&(a.\u0275\u0275elementStart(0,"span"),a.\u0275\u0275text(1),a.\u0275\u0275elementEnd()),2&e){var n=a.\u0275\u0275nextContext();a.\u0275\u0275advance(1),a.\u0275\u0275textInterpolate1(": (",n.pub.publikation.quelleLocation,")")}}var f=function(e,t){return[e,t]},m=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.\u0275fac=function(e){return h(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["publication-ZT"]],features:[a.\u0275\u0275InheritDefinitionFeature],decls:7,vars:20,consts:[[3,"pub","fullAutoren","dialogFn","lang"],[1,"pubQuelle"],[4,"ngIf"]],template:function(e,t){1&e&&(a.\u0275\u0275element(0,"publication-titel",0),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275text(2),a.\u0275\u0275pipe(3,"qleoAppend"),a.\u0275\u0275pipe(4,"qleoRegexReplace"),a.\u0275\u0275pipe(5,"qleoFirstNotEmpty"),a.\u0275\u0275template(6,d,2,1,"span",2),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275property("pub",t.pub)("fullAutoren",t.fullAutoren)("dialogFn",t.dialogFn)("lang",t.lang),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate3(" ",a.\u0275\u0275pipeBind2(3,8,a.\u0275\u0275pipeBind3(4,11,a.\u0275\u0275pipeBind1(5,15,a.\u0275\u0275pureFunction2(17,f,t.pub.publikation.quelle.langname,t.pub.publikation.quelle.name)),"^ohne Verlagsangabe$",""),".")," ",t.pub.publikation.publikationJahr,";",t.pub.publikation.quelleIdentifier," "),a.\u0275\u0275advance(4),a.\u0275\u0275property("ngIf",t.pub.publikation.quelleLocation))},directives:[l.PubTitelComponent,p.NgIf],pipes:[s.QleoAppendPipe,c.QleoRegexReplacePipe,u.QleoFirstNotEmptyPipe],encapsulation:2}),t}(o.PubComponent);t.PubZTComponent=m;var h=a.\u0275\u0275getInheritedFactory(m)},szoF:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LazyChunkService=void 0;var i=n("qCKp");t.LazyChunkService=function(){function e(e,t,n){this.items=[],this.busy=!1,this.finished=!1,this.nextToLoad=n,this.initialSize=e,this.size=t}return e.prototype.canLoad=function(){return!(this.busy||this.finished)},e.prototype.extractList=function(e){return e},e.prototype.firstPage=function(e){return void 0===e&&(e=!0),this.finished=!1,this.items=[],this.nextToLoad=0,this.nextPage(e)},e.prototype.nextPage=function(e){var t=this;return void 0===e&&(e=!0),new i.Observable(function(n){t.canLoad()?(t.busy=!0,t.loadData(t.nextToLoad,t.nextToLoad<=1?t.initialSize:t.size).subscribe(function(i){var r=t.extractList(i);t.update(r,e),n.next(),n.complete()})):(n.next(),n.complete())})},e.prototype.update=function(e,t){void 0===t&&(t=!0),0==e.length&&(this.finished=!0);for(var n=0,i=e;n<i.length;n++){var r=i[n];r&&this.items.push(r)}null==this.active&&t&&(this.active=this.items[0]),this.nextToLoad=this.items.length,this.busy=!1},e}()},"t/qo":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HttpLoaderFactory=t.QleoMsgModule=void 0;var i=n("tk/3"),r=n("07wB"),o=n("dlKe"),a=n("sYmb"),l=n("jhN1"),p=n("3Pt+"),s=n("aWE5"),c=n("MJTI"),u=n("Pe55"),d=n("fXoL");function f(e){return new u.DynamicTranslateHttpLoader(e,"/properties?lang=","","expert")}n("sYmb"),t.QleoMsgModule=function(){function e(){}return e.\u0275fac=function(t){return new(t||e)},e.\u0275mod=d.\u0275\u0275defineNgModule({type:e,bootstrap:[r.MsgModuleAppComponent]}),e.\u0275inj=d.\u0275\u0275defineInjector({providers:[c.DiscoveryService],imports:[[l.BrowserModule,p.FormsModule,i.HttpClientModule,o.InfiniteScrollModule,s.SimpleModalModule,a.TranslateModule.forRoot({loader:{provide:a.TranslateLoader,useFactory:f,deps:[i.HttpClient]}})]]}),e}(),t.HttpLoaderFactory=f},tnQf:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.QleoSeitenzahlenPipe=void 0;var i=n("fXoL");t.QleoSeitenzahlenPipe=function(){function e(){}return e.prototype.transform=function(e){var t="";if(e){var n=e.match(/\s*([0-9]+)[-\s]+([0-9]+)\s*/);if(null!=n&&n.length>0&&n[1].length==n[2].length){for(var i=n[1],r=n[2],o=0;o<i.length;o++)i[o]!=r[o]&&(t+=r[o]);t=i+"-"+t}else t=e}return t},e.\u0275fac=function(t){return new(t||e)},e.\u0275pipe=i.\u0275\u0275definePipe({name:"qleoSeitenZahlen",type:e,pure:!0}),e}()},"up/N":function(e,t,n){"use strict";var i,r=this&&this.__extends||(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0}),t.ReactivateDialogComponent=void 0;var o=n("aWE5"),a=n("fXoL"),l=n("sYmb"),p=["class","ngdialog-content"];t.ReactivateDialogComponent=function(e){function t(){return e.call(this)||this}return r(t,e),t.prototype.reactivate=function(){this.service.revoke(this.target.uniqueID).subscribe(function(e){return location.reload()})},t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=a.\u0275\u0275defineComponent({type:t,selectors:[["div",8,"ngdialog-content"]],features:[a.\u0275\u0275InheritDefinitionFeature],attrs:p,decls:29,vars:15,consts:[[1,"ngdialog-close",3,"click"],["id","reactivateDialog",1,"ngdialog-inner"],[1,"ng-dialog-inner-heading"],[1,"blacklistDialogTable"],[2,"margin-top","0.5em",3,"click"]],template:function(e,t){1&e&&(a.\u0275\u0275elementStart(0,"span",0),a.\u0275\u0275listener("click",function(){return t.close()}),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(1,"div",1),a.\u0275\u0275elementStart(2,"div",2),a.\u0275\u0275text(3),a.\u0275\u0275pipe(4,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(5,"table",3),a.\u0275\u0275elementStart(6,"tbody"),a.\u0275\u0275elementStart(7,"tr"),a.\u0275\u0275elementStart(8,"td"),a.\u0275\u0275text(9,"Unique-ID"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(10,"td"),a.\u0275\u0275text(11),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(12,"tr"),a.\u0275\u0275elementStart(13,"td"),a.\u0275\u0275text(14,"Heading (deutsch)"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(15,"td"),a.\u0275\u0275text(16),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(17,"tr"),a.\u0275\u0275elementStart(18,"td"),a.\u0275\u0275text(19,"Heading (english)"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(20,"td"),a.\u0275\u0275text(21),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(22,"div"),a.\u0275\u0275text(23),a.\u0275\u0275pipe(24,"translate"),a.\u0275\u0275pipe(25,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementStart(26,"button",4),a.\u0275\u0275listener("click",function(){return t.reactivate()}),a.\u0275\u0275text(27),a.\u0275\u0275pipe(28,"translate"),a.\u0275\u0275elementEnd(),a.\u0275\u0275elementEnd()),2&e&&(a.\u0275\u0275advance(3),a.\u0275\u0275textInterpolate1(" ",a.\u0275\u0275pipeBind1(4,7,"BLACKLIST_REACT_DIALOG_TITLE")," "),a.\u0275\u0275advance(8),a.\u0275\u0275textInterpolate(t.target.uniqueID),a.\u0275\u0275advance(5),a.\u0275\u0275textInterpolate(t.target.meSHMainHeading.de),a.\u0275\u0275advance(5),a.\u0275\u0275textInterpolate(t.target.meSHMainHeading.en),a.\u0275\u0275advance(2),a.\u0275\u0275textInterpolate2(" ",a.\u0275\u0275pipeBind1(24,9,"BLACKLIST_REMOVE")," ",a.\u0275\u0275pipeBind1(25,11,"BLACKLIST_HINT")," "),a.\u0275\u0275advance(4),a.\u0275\u0275textInterpolate(a.\u0275\u0275pipeBind1(28,13,"REACTIVATE")))},pipes:[l.TranslatePipe],encapsulation:2}),t}(o.SimpleModalComponent)},zn8P:function(e,t){function n(e){return Promise.resolve().then(function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t})}n.keys=function(){return[]},n.resolve=n,e.exports=n,n.id="zn8P"}},[[0,0,4]]]);