The Experts below are selected from a list of 81 Experts worldwide ranked by ideXlab platform
H. T. Macgillivray - One of the best experts on this subject based on the ideXlab platform.
-
Shakhbazian compact galaxy groups - I. Photometric, spectroscopic and X-ray study of ShCG 154, ShCG 166, ShCG 328, ShCG 360
Astronomy & Astrophysics, 2002Co-Authors: H. Tiersch, H. M. Tovmassian, D. Stoll, A. S. Amirkhanian, S. Neizvestny, Hans Böhringer, H. T. MacgillivrayAbstract:Shakhbazian compact galaxy groups belong to the interesting class of compact groups. Because of their large number (the catalogue contains 377 entries) we are able to study the groups in dierent stages of evolution. Here we give the results of detailed study of four groups, ShCG 154, ShCG 166, ShCG 328 and ShCG 360. We present the redshifts of individual galaxies in groups, the results of the surface photometry in BVR, the Contourplots of the surface brightness versus eective radius of galaxies, the twisting postion angle versus eective radius of galaxies, the radial velocity dispersions, the crossing times, the mass-to-luminosity ratios of groups and the results of the X-ray study. The dynamical state of groups, interactions between member galaxies, and the physical parameters of groups are discussed.
Kurt Zimmermann - One of the best experts on this subject based on the ideXlab platform.
-
Expression profiles of peptides originating from the medium.
2013Co-Authors: Günter Klein, Joost P. Schanstra, Janosch Hoffmann, Harald Mischak, Justyna Siwy, Kurt ZimmermannAbstract:Contourplots of the sequenced polypeptides originating from the culture medium only. To improve visualization of the peptides in this Contourplot, the abundance of the peptides was artificially amplified with a factor 3 in relation to figure 1.
-
Expression profiles of sequenced bacterial peptides.
2013Co-Authors: Günter Klein, Joost P. Schanstra, Janosch Hoffmann, Harald Mischak, Justyna Siwy, Kurt ZimmermannAbstract:Contourplots of the sequenced polypeptides originating from E. coli and E. faecalis in the 5 lots of Pro-Symbioflor and culture medium. To improve visualization of the peptides in this Contourplot, the abundance of the peptides was artificially amplified with a factor 3 in relation to Figure 1. The 9 signals shown in culture medium are false positive hits by sequencing via LC-MS/MS. Given that 390 bacterial peptides were identified we obtained an acceptable false discovery rate of below 5%.
N. Van De Koppel - One of the best experts on this subject based on the ideXlab platform.
-
MATLAB to Python: Use of precipitation sheds to explain the increasing rainfall trend in Northern Australia
2016Co-Authors: N. Van De KoppelAbstract:In this thesis, focus lays on converting a MATLAB model to Python. Models are used a lot by students and researchers at universities and they provide an unique way of calculating and reviewing data and results. However, at the Delft University of Technology, a lot of these models are written in MATLAB. MATLAB is a programming language which requires a expensive license. Many researchers in- and outside universities can’t afford this licensewhich means that models are not available for everyone although lots of people would like to work hands on with these type of models. By making the first step in solving this problem, the WAM2-model originally created by R.J. van der Ent, is converted from MATLAB to Python. This conversion is done due to the fact that Python is open-source software which makes the model free to use for everyone. Also, MATLAB and Python syntax is generally the same which makes conversion even easier. Ultimately, theWAM2-model is converted to Python and ready to use by everyone. There are two versions in Python available, namely 1.0 and 2.0. 1.0 is the version with the same structure as the model in MATLAB. However, itwas found that the overall running time for version 1.0was much larger than the original model in MATLAB. This is due to Python executing notebooks inside of one masterscript notebook, which is not very fast with Python’s data structure. To solve this problem, Python WAM2-model 2.0 is created. Version 2.0 makes more effective use of Python’s data structure and this has led to running times almost twice as fast as the original model inMATLAB. Another benefit of conversion is that both model versions in Python are more user-friendly. Headers are possible in Python and by defining the data paths in the beginning of every masterscript, users don’t have to go through every script to change directories. In the tracking of moisture, sometimes the first day requires data which is not available. To make the calculation possible, empty arrays are needed which are now automatically created in Python whereas inMATLAB, the user has to do this at his own expense. Ultimately, the plots created in Python are the same as inMATLAB.However, one additional plot is added, called the Contourplot. With agreeing statements from the supervisors, these Contourplots are more pleasing to the human eye and therefore they are included in the Python model. Next to converting the model, a readme has been made which can be found in Appendix B. This readme is a step by step guide, helping users by explaining lots of the Python syntax. This guide is therefore also included with the Python model. Using this converted model a precipitation shed is created for North Australia since previous research has shown an increasing rainfall pattern in this region. Different studies have tried to find the cause of this phenomenon. Most important seems to be the rise in sea surface temperature causing stronger monsoons, however also an increasing evaporation trend in Asia is mentioned. On the other hand different research has also shown some interesting effects caused by El Nino. To find answers to link these different studies an analysis is done covering two different periods. First the period 1980 – 1985 has been observed and afterwards this result is compared with the period 2010 – 2015. The sheds are created by tracking the atmospheric moisture backward from North Australia to its original source for both periods. The precipitation sheds provide answers for the increasing precipitation showing an increase in evaporation in the different source areas in the last decades. Also, an increasing precipitation trend in January is observed, which is in line with the stronger monsoons which might have been caused by the increase in sea surface temperature. Therefore fromthis research it can be stated that both local sea surface temperature and the atmospheric changes in Asia have a positive correlation with the increasing rainfall pattern in North Australia as was stated in earlier research. Also, it is found that El Nino is negatively correlated with the increase in precipitation. To conclude, North Australia is indeed dependent on both the atmospheric changes above the Asian continent and the changes of the temperature of the surrounding water bodies. This dependency seems definitely important, since research shows a correlation between rising sea surface temperature and precipitation in Australia of almost one. Also the increase in evaporation in Asia follows an almost linear trend which is in line with the increasing precipitation in North Australia. Therefore it can be stated that following this research it is believed that this might be the cause of the increasing rainfall trend above Northern Australia.
Van De Koppel, N. - One of the best experts on this subject based on the ideXlab platform.
-
MATLAB to Python: Use of precipitation sheds to explain the increasing rainfall trend in Northern Australia
2016Co-Authors: Van De Koppel, N.Abstract:In this thesis, focus lays on converting a MATLAB model to Python. Models are used a lot by students and researchers at universities and they provide an unique way of calculating and reviewing data and results. However, at the Delft University of Technology, a lot of these models are written in MATLAB. MATLAB is a programming language which requires a expensive license. Many researchers in- and outside universities can’t afford this licensewhich means that models are not available for everyone although lots of people would like to work hands on with these type of models. By making the first step in solving this problem, the WAM2-model originally created by R.J. van der Ent, is converted from MATLAB to Python. This conversion is done due to the fact that Python is open-source software which makes the model free to use for everyone. Also, MATLAB and Python syntax is generally the same which makes conversion even easier. Ultimately, theWAM2-model is converted to Python and ready to use by everyone. There are two versions in Python available, namely 1.0 and 2.0. 1.0 is the version with the same structure as the model in MATLAB. However, itwas found that the overall running time for version 1.0was much larger than the original model in MATLAB. This is due to Python executing notebooks inside of one masterscript notebook, which is not very fast with Python’s data structure. To solve this problem, Python WAM2-model 2.0 is created. Version 2.0 makes more effective use of Python’s data structure and this has led to running times almost twice as fast as the original model inMATLAB. Another benefit of conversion is that both model versions in Python are more user-friendly. Headers are possible in Python and by defining the data paths in the beginning of every masterscript, users don’t have to go through every script to change directories. In the tracking of moisture, sometimes the first day requires data which is not available. To make the calculation possible, empty arrays are needed which are now automatically created in Python whereas inMATLAB, the user has to do this at his own expense. Ultimately, the plots created in Python are the same as inMATLAB.However, one additional plot is added, called the Contourplot. With agreeing statements from the supervisors, these Contourplots are more pleasing to the human eye and therefore they are included in the Python model. Next to converting the model, a readme has been made which can be found in Appendix B. This readme is a step by step guide, helping users by explaining lots of the Python syntax. This guide is therefore also included with the Python model. Using this converted model a precipitation shed is created for North Australia since previous research has shown an increasing rainfall pattern in this region. Different studies have tried to find the cause of this phenomenon. Most important seems to be the rise in sea surface temperature causing stronger monsoons, however also an increasing evaporation trend in Asia is mentioned. On the other hand different research has also shown some interesting effects caused by El Niño. To find answers to link these different studies an analysis is done covering two different periods. First the period 1980 – 1985 has been observed and afterwards this result is compared with the period 2010 – 2015. The sheds are created by tracking the atmospheric moisture backward from North Australia to its original source for both periods. The precipitation sheds provide answers for the increasing precipitation showing an increase in evaporation in the different source areas in the last decades. Also, an increasing precipitation trend in January is observed, which is in line with the stronger monsoons which might have been caused by the increase in sea surface temperature. Therefore fromthis research it can be stated that both local sea surface temperature and the atmospheric changes in Asia have a positive correlation with the increasing rainfall pattern in North Australia as was stated in earlier research. Also, it is found that El Niño is negatively correlated with the increase in precipitation. To conclude, North Australia is indeed dependent on both the atmospheric changes above the Asian continent and the changes of the temperature of the surrounding water bodies. This dependency seems definitely important, since research shows a correlation between rising sea surface temperature and precipitation in Australia of almost one. Also the increase in evaporation in Asia follows an almost linear trend which is in line with the increasing precipitation in North Australia. Therefore it can be stated that following this research it is believed that this might be the cause of the increasing rainfall trend above Northern Australia.Civil Engineering and GeosciencesWater Managemen
T. Cömert - One of the best experts on this subject based on the ideXlab platform.
-
MATLAB to Python: Validation of moisture recycling in China
2016Co-Authors: T. CömertAbstract:In this thesis, focus lays on converting a MATLAB model to Python. Models are used a lot by students and researchers at universities and they provide an unique way of calculating and reviewing data and results. However, at the Delft University of Technology, a lot of these models are written in MATLAB. MATLAB is a programming language which requires a expensive license. Many researchers in- and outside universities can’t afford this licensewhich means that models are not available for everyone although lots of people would like to work hands on with these type of models. By making the first step in solving this problem, the WAM2-model originally created by R.J. van der Ent, is converted from MATLAB to Python. This conversion is done due to the fact that Python is open-source software which makes the model free to use for everyone. Also, MATLAB and Python syntax is generally the same which makes conversion even easier. Ultimately, theWAM2-model is converted to Python and ready to use by everyone. There are two versions in Python available, namely 1.0 and 2.0. 1.0 is the version with the same structure as the model in MATLAB. However, itwas found that the overall running time for version 1.0was much larger than the original model in MATLAB. This is due to Python executing notebooks inside of one masterscript notebook, which is not very fast with Python’s data structure. To solve this problem, Python WAM2-model 2.0 is created. Version 2.0 makes more effective use of Python’s data structure and this has led to running times almost twice as fast as the original model in MATLAB. Another benefit of conversion is that both model versions in Python are more user-friendly. Headers are possible in Python and by defining the data paths in the beginning of every masterscript, users don’t have to go through every script to change directories. In the tracking of moisture, sometimes the first day requires data which is not available. To make the calculation possible, empty arrays are needed which are now automatically created in Python whereas inMATLAB, the user has to do this at his own expense. Ultimately, the plots created in Python are the same as inMATLAB.However, one additional plot is added, called the Contourplot. With agreeing statements from the supervisors, these Contourplots are more pleasing to the human eye and therefore they are included in the Python model. Next to converting the model, a readme has been made which can be found in Appendix B. This readme is a step by step guide, helping users by explaining lots of the Python syntax. This guide is therefore also included with the Python model. The WAM2-model in Python is used to create an evaporation shed for Eurasia and an precipitation shed for China to find a correlation between the two areas. In previous research done by Comert et al. (2016), the correlation between precipitation in China and evaporation in Eurasia was studied. By making the aforementioned precipitation and evaporation sheds, this study by Comert et al. can be validated and maybe improved for future purposes. It is important to research moisture recycling in China. Currently, there are lots of droughts happening in China and precipitation is decreasing. The origin of this precipitation needs to be known and moisturerecycling provides an answer for this. Comert et al. (2016) already made an attempt and they proved that there is a high correlation between source region Eurasia and sink region China. They quantified this with the Pearson correlation coefficient and for their used dataset, they found a correlation coefficient of 0.84. To validate these results, precipitation and evaporation sheds for respectively Eurasia and China can be made. The precipitation shed is defined for the region equal to that of Comert et al. The same holds for the evaporation shed. The results are quite interesting in comparison to that of Comert et al. The correlation coefficient found with the WAM2-model is 0.87, which is higher than the one found by Comert et al. This is explainable since theWAM2-model removes the sea mask whereas Comert et al. took the sea into account. The sheds resulting from theWAM2-model show that the defined regions by Comert et al. are quite good estimations. However, a more precise source and sink region can be defined and further research should look at increasing the correlation coefficient as high as possible by redefining these regions. The model is available at https://github.com/ruudvdent/WAM2layersPython.