Halgazdálkodási Tanszék

Menü megjelenítése

Dr. Szabó Tamás

Hiba jelentkezett a sablon feldolgozása során.
The following has evaluated to null or missing:
==> address.optionsMap[(address.getData())]  [in template "20097#20123#18001111" at line 12, column 607]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${address.optionsMap[(address.getData...  [in template "20097#20123#18001111" at line 12, column 605]
----
1<p><#if (position.getData())??>${position.optionsMap[(position.getData())]}</#if><#if (rang.getData())?? && rang.getData() != "">, ${rang.optionsMap[(rang.getData())]}</#if><#if leadership.getSiblings()?has_content><#list leadership.getSiblings() as cur_leadership><#if (cur_leadership.getData())?? && cur_leadership.getData() != "">, ${cur_leadership.optionsMap[(cur_leadership.getData())]}</#if></#list></#if></p> 
2 
3<p><#if orgUnit.getSiblings()?has_content> 
4	<#list orgUnit.getSiblings() as cur_orgUnit> 
5		<#if (cur_orgUnit.getData())?? && cur_orgUnit.getData() != ""> 
6			<b>${cur_orgUnit.optionsMap[(cur_orgUnit.getData())]}</b> 
7		</#if> 
8	</#list> 
9</#if></p> 
10 
11<p><#if (address.getData())??> 
12	<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92.25 122.88" width="1em" height="1em"><defs><style>.cls-1{fill:#005F92;fill-rule:evenodd;}</style></defs><title>pin-location</title><path class="cls-1" d="M49.1,122.34a2.75,2.75,0,0,1-3.12.1A109.7,109.7,0,0,1,19,98.35C9.15,86,3,72.33.83,59.16-1.33,45.79.69,32.94,7.34,22.49A45.14,45.14,0,0,1,17.39,11.35C26.77,3.87,37.49-.08,48.16,0c10.29.08,20.43,3.92,29.2,11.91a43,43,0,0,1,7.79,9.49c7.15,11.77,8.69,26.8,5.55,42a92.52,92.52,0,0,1-41.6,58.92Zm-3-98.58a23,23,0,1,1-22.94,23A23,23,0,0,1,46.13,23.76Z"/></svg> ${address.optionsMap[(address.getData())]} 
13</#if></p> 

Bemutatkozás?

Szabó Tamás egyetemi docens a tanszék egyetemi rendszerű oktatási tevékenységét koordinálja. A „Haltenyésztés és halgazdálkodás” tudományágon belül a halak szaporodásbiológiájával és az indukált halszaporítási módszerek fejlesztésével foglalkozik. A tanszék több alkalmazott kutatási pályázatának végrehajtásában vállal szakmai feladatokat. Kutatási témájának köszönhetően számos egyetemi hallgató számára nyílik lehetőség a keltetőházi halszaporítás nagyüzemi technológiájának megismerésére. A hallgatók közül sokan diákköri munkát vállalnak és eredményesen szerepelnek helyi és országos diákköri konferenciákon.

Publikációk

Kiemelt publikációk:

Szabó T., Radics F., Borsos Á., Fodor B., Müller T., Urbányi B., Horváth L., 2023. Evaluation of the efficacy of acetone-dried common carp pituitary during induced breeding of African catfish (Clarias gariepinus) after an extremely long-term storage. Aquaculture Reports. Volume 33, December 2023, 101762. https://doi.org/10.1016/j.aqrep.2023.101762 

Szabó, T., Urbányi, B., Müller, T., Szabó, R., Horváth, L., 2019. Assessment of induced breeding of major Chinese carps at a large-scale hatchery in Hungary Aquaculture Reports 14: 1-5. https://doi.org/10.1016/j.aqrep.2019.100193

Szabó, T., 2008. Use of Carbopol resin for carp pituitary administration improves the fertilization percentage of northern pike (Esox lucius Linnaeus) eggs in commercial hatcheries. Hydrobiologia, 601: 91–97. https://doi.org/10.1007/s10750-007-9269-9 

Szabó T., F. Radics, T. Barth, L Horváth, 2007. In vivo activity of native GnRHs and their analogues on ovulation in the African catfish, Clarias gariepinus (Burchell). Aquaculture Research, 38: 140-146. https://doi.org/10.1111/j.1365-2109.2006.01634.x

Szabó, T., 2003. Ovulation induction in northern pike, Esox lucius L. using different GnRH analogues, Ovaprim, Dagin and carp pituitary. Aquaculture Research, 34: 479-486. https://doi.org/10.1046/j.1365-2109.2003.00835.x
 

Projektek

  • Frequently asked question?

    Answer to the frequently asked question.
  • Dr. Szabó Tamás

    Hiba jelentkezett a sablon feldolgozása során.
    The following has evaluated to null or missing:
    ==> address.optionsMap[(address.getData())]  [in template "20097#20123#18001111" at line 12, column 607]
    
    ----
    Tip: It's the final [] step that caused this error, not those before it.
    ----
    Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
    ----
    
    ----
    FTL stack trace ("~" means nesting-related):
    	- Failed at: ${address.optionsMap[(address.getData...  [in template "20097#20123#18001111" at line 12, column 605]
    ----
    1<p><#if (position.getData())??>${position.optionsMap[(position.getData())]}</#if><#if (rang.getData())?? && rang.getData() != "">, ${rang.optionsMap[(rang.getData())]}</#if><#if leadership.getSiblings()?has_content><#list leadership.getSiblings() as cur_leadership><#if (cur_leadership.getData())?? && cur_leadership.getData() != "">, ${cur_leadership.optionsMap[(cur_leadership.getData())]}</#if></#list></#if></p> 
    2 
    3<p><#if orgUnit.getSiblings()?has_content> 
    4	<#list orgUnit.getSiblings() as cur_orgUnit> 
    5		<#if (cur_orgUnit.getData())?? && cur_orgUnit.getData() != ""> 
    6			<b>${cur_orgUnit.optionsMap[(cur_orgUnit.getData())]}</b> 
    7		</#if> 
    8	</#list> 
    9</#if></p> 
    10 
    11<p><#if (address.getData())??> 
    12	<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92.25 122.88" width="1em" height="1em"><defs><style>.cls-1{fill:#005F92;fill-rule:evenodd;}</style></defs><title>pin-location</title><path class="cls-1" d="M49.1,122.34a2.75,2.75,0,0,1-3.12.1A109.7,109.7,0,0,1,19,98.35C9.15,86,3,72.33.83,59.16-1.33,45.79.69,32.94,7.34,22.49A45.14,45.14,0,0,1,17.39,11.35C26.77,3.87,37.49-.08,48.16,0c10.29.08,20.43,3.92,29.2,11.91a43,43,0,0,1,7.79,9.49c7.15,11.77,8.69,26.8,5.55,42a92.52,92.52,0,0,1-41.6,58.92Zm-3-98.58a23,23,0,1,1-22.94,23A23,23,0,0,1,46.13,23.76Z"/></svg> ${address.optionsMap[(address.getData())]} 
    13</#if></p> 
    Pulikációs linkek? 
    CV
    LinkedIn
    Weblap