I am a theoretical and computational physicist working on the origin and evolution of the universe. I seek analytical and numerical solutions to any problem I come across in life!
Check out details to learn more about me!
📫 Contact
- [LinkedIn](https://www.linkedin.com/in/kemal-akin-960b80a3/) - [ResearchGate](https://www.researchgate.net/profile/Kemal-Akin) - [YouTube](https://www.youtube.com/channel/UC1B6zPMQR_MwxY90AOr_f_w)🤓 Selected Projects
Friedmann Universe Models
Einstein Field Equations are analytically evaluated for FRW metric and differential equations to describe evolution of the universe obtained. Relevant DEs are solved using numerical methods (NumPy and SciPy). Solutions are visualized using Matplotlib and Seaborn. Python scripts and animated solutions are publicly available here.
Dynamical System Analysis of Quintessence Models
An alternative to standard model of cosmology (
Theoretical and Observational Aspects of Inflationary Cosmology
Strong theory of the early universe is investigated starting from first principles. Model independent observational constraints are analysed using Bayesian interface with CosmoMC. Various inflaton models within and beyond the general relativity are tested against PLANCK datasets.
Formalizing Slow-Roll Inflation in Scalar-Tensor Theories of Gravitation
The viability of slow-roll approximation is examined by considering the structure of phase spaces in scalar--tensor theories of gravitation and the analysis is exemplified with a non-minimally coupled scalar field to the spacetime curvature. Observational constraints are analysed using Bayesian interface with CosmoMC using PLANCK 2018 datasets. You can access the article from here.
Koronoloji
This personal project has started during COVID-19 outbreak. Case numbers are obtained by web scraping with Beautiful-Soap, local datasets are created, calculation of death/recovery rate, data fitting, visualization are performed with Python, native Excel functions and Adobe Illustrator. Daily numbers and charts are posted using automation scripts to social media through APIs. Currently, website is not active, however Instagram account is still available: @koronoloji_com
Technical Analysis of Stock Markets
The project includes accessing the candlestick data through API, performing operations on data using Pandas and technical analysis libraries, plotting candlestick charts overlayed with indicators (RSI, MACD, Moving Averages) with Matplotlib, Seaborn and Plotly. The user also has access the relevant charts through Telegram Bot.
Automated Cryptocurrency Portfolio Manager
The project includes accessing the transaction history through broker(Binance/FTX) API, calculating profit/loss, average buy price, and the cost for each asset in the account. The user has access to portfolio through Telegram Bot by providing his/her API key.
Modelling Infectious Diseases
SIR(Susceptible, Infectious, Recovered) model is derived analytically and coupled differential equations are simultaneously solved using existing methods of SciPy and manual implementation of RK4. Stability of the disease is determined using symbolic methods from SymPy. Evolution of the disease within the society is visualized using Matplotlib. In the same manner, spread of HIV infection in the body is modelled and compared with publicly available data from an academic journal.
Classification of Forensic Evidence
Physical and chemical analyses of various forensic evidence from document forgery, ballistics and biological materials have been classified using Principal Component Analysis (PCA) from scikit-learn. A local database for each class of evidence has been created in order to match future evidence.