mirror of
				https://github.com/msberends/AMR.git
				synced 2025-10-31 02:48:21 +01:00 
			
		
		
		
	Built site for AMR@2.1.1.9084: 88740b6
				
					
				
			This commit is contained in:
		
							
								
								
									
										7
									
								
								extra.js
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								extra.js
									
									
									
									
									
								
							| @@ -49,6 +49,12 @@ $(document).ready(function() { | ||||
|     $("body .template-news").html($("body .template-news").html().replaceAll('sourceCode R"><span></span>\n<span', 'sourceCode R"><span')); | ||||
|   } | ||||
|  | ||||
|   // make Python part more fancy - prepare for CSS | ||||
|   if (window.location.href.includes('AMR_for_Python')) { | ||||
|     $('body').addClass('amr-for-python'); | ||||
|     $('img[src="logo.svg"]').attr('src', 'logo_python.svg'); | ||||
|   } | ||||
|  | ||||
|   // add doctoral titles to authors | ||||
|   function doct_tit(x) { | ||||
|     if (typeof(x) != "undefined") { | ||||
| @@ -71,6 +77,7 @@ $(document).ready(function() { | ||||
|       x = x.replace("Javier", "Prof. Javier"); | ||||
|       x = x.replace("Jonas", "Dr. Jonas"); | ||||
|       x = x.replace("Judith", "Dr. Judith"); | ||||
|       x = x.replace("Larisse", "Dr. Larisse"); | ||||
|       x = x.replace("Matthijs", "Dr. Matthijs"); | ||||
|       x = x.replace("Peter", "Dr. Peter"); | ||||
|       x = x.replace("Rogier", "Dr. Rogier"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user