{"id":10,"date":"2023-06-13T13:43:05","date_gmt":"2023-06-13T13:43:05","guid":{"rendered":"https:\/\/ionorins.com\/?page_id=10"},"modified":"2023-06-18T22:39:07","modified_gmt":"2023-06-18T22:39:07","slug":"home","status":"publish","type":"page","link":"https:\/\/ionorins.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:700px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"><\/span><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"905\" class=\"wp-block-cover__image-background wp-image-75\" alt=\"\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/forest-7774205_1280.webp\" style=\"object-position:49% 70%\" data-object-fit=\"cover\" data-object-position=\"49% 70%\" srcset=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/forest-7774205_1280.webp 1280w, https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/forest-7774205_1280-300x212.webp 300w, https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/forest-7774205_1280-1024x724.webp 1024w, https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/forest-7774205_1280-768x543.webp 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#121212\">Ion Orins<\/h1>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#121212;font-size:17px\">Software Engineering | Deep Learning | MSc Computer Science @ Oxford<\/p>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.3\/css\/all.min.css\">\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            padding: 20px;\n        }\n        #social-links {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n        }\n        #social-links a {\n            text-decoration: none;\n            color: #000;\n            padding: 10px;\n            border-radius: 20%;\n            transition: background-color 0.3s ease, color 0.3s ease;\n        }\n        #social-links a:hover {\n            background-color: #000;\n            color: #fff;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"social-links\">\n        <a href=\"https:\/\/www.linkedin.com\/in\/ionorins\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-linkedin fa-3x\"><\/i><\/a>\n        <a href=\"https:\/\/github.com\/ionorins\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-github fa-3x\"><\/i><\/a>\n<a href=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/CV-6.pdf\" target=\"_blank\" rel=\"noopener\"><i class=\"fas fa-file-alt fa-3x\"><\/i><\/a>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<section id=\"projects\"><\/section>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"projects\">Projects<\/h2>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/gdl.png\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>CatNet<\/h2>\n                <span class=\"project-year\">2023<\/span>\n            <\/div>\n            <p class=\"project-description\">CatNet is a deep learning architecture able to capture output inversion under input swapping and an application to the foreign exchange trading. It can learn functions \u03a9 with the following property: \u03a9(a, b) \u00b7 \u03a9(b, a) = e, where a, b \u2208 S, \u03a9 : S \u00d7 S \u2192 G, and e is the identity element of the group G, as long as there is an isomorphism F from G to an additive group G<sub>+<\/sub>. We prove its correctness and universality, suggest a particular implementation of this architecture, and test it on a synthetic dataset. Lastly, we justify the usefulness of this architecture and test it on a real-world task, namely currency trading on the foreign exchange market.<\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/github.com\/ionorins\/catnet\/\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Code<\/a>\n                <a href=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/GDL.pdf\" target=\"_blank\" class=\"btn btn-secondary\" rel=\"noopener\">View Report<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row-reverse; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\nmax-height: 75%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/dlh.png\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Multimodal and Multitask Learning on Segmentation Data<\/h2>\n                <span class=\"project-year\">2023<\/span>\n            <\/div>\n            <p class=\"project-description\">This study aims to provide a framework for integrating as much available data in a single architecture on a semantic segmentation task, with the aim to increase performance and decrease resource consumption. On the input side, we use multimodal learning to combine the different available inputs, i.e. the MRI scans and the demographic data of the patients, with the motivation that using more data will yield better results. On the output side, we employ multitask learning to jointly learn brain extraction and subcortical structure segmentation, in the hope that having common representations for the two tasks will result in inductive transfer and decreased use of computational resources.<\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/DLH.pdf\" target=\"_blank\" class=\"btn btn-secondary\" rel=\"noopener\">View Report<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/graph.png\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Cora Visualiser<\/h2>\n                <span class=\"project-year\">2023<\/span>\n            <\/div>\n            <p class=\"project-description\">Graph representation learning is a popular field that applies machine learning techniques to network data. Graph Neural Networks (GNN) are widely used and the Cora dataset is a standard benchmark for these models. However, the dataset is often used as a black box in deep learning frameworks, limiting researchers&#8217; ability to debug and gain deeper insights into their GNN models. This project aims to visualize the interaction between the Cora dataset and Graph Convolutional Networks (GCNs), a popular GNN architecture. Users can explore the dataset by visualizing the citation network as a graph and interact with the nodes to learn more about the papers. Additionally, the GCN&#8217;s interpretation of the network can be observed by linking node coordinates in the visualization to the model&#8217;s internal representations using dimensionality reduction. Users can track the evolution of these internal representations during training and adjust GCN properties using a dropdown menu.  <\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/dv.pdf\" target=\"_blank\" class=\"btn btn-secondary\" rel=\"noopener\">View Report<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row-reverse; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/lcs.png\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Stable Confusion<\/h2>\n                <span class=\"project-year\">2023<\/span>\n            <\/div>\n            <p class=\"project-description\">A tool build using GPT that aims to help lawyers find inconsistencies in contracts.<\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/colab.research.google.com\/drive\/1XqMFC0yRV7iPt77NYUYnIZeH-rvIseea\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Code<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/replay.png\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Continual GNNs<\/h2>\n                <span class=\"project-year\">2022<\/span>\n            <\/div>\n            <p class=\"project-description\">Does the attention mechanism help ameliorate catastrophic forgetting in graph neural networks?  Catastrophic forgetting describes the phenomenon in which neural networks have a tendency to perform worse on previously learned tasks when trained sequentially on new tasks. This is because weights important for earlier tasks are overwritten when training on new tasks. Relevant literature suggests that attention does indeed have a positive impact on knowledge retention. This project proposes and utilises a more robust experimental set up to prove these previous findings. <\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/github.com\/ionorins\/grl\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Code<\/a>\n                <a href=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/grl.pdf\" target=\"_blank\" class=\"btn btn-secondary\" rel=\"noopener\">View Report<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row-reverse; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\ntext-align: left;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/allhr.png\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Dynamic Learning for Recommender Systems<\/h2>\n                <span class=\"project-year\">2022<\/span>\n            <\/div>\n            <p class=\"project-description\">This dissertation aims to tackle the inefficiencies of Graph Neural Network-based recommender systems by employing continual learning techniques. Recommender systems are extensively used in the technology sector with great success, with the goal of better tailoring the provided services to the individual customer&#8217;s needs. An emerging recommender system paradigm based on Graph Neural Networks is becoming increasingly popular, yielding state-of-the-art results. However, it is difficult to use these algorithms in production as they need to be continuously updated to the heaps of new data that is being generated in real time and, when na\u00efve &#8220;update&#8221; methods are used, neural network based solutions are well known to suffer of catastrophic forgetting (the tendency to perform worse on patterns in old data when the model is exclusively trained on new data). This project explores various approaches to ameliorate this issue and quantifies the trade-offs between the alternative solutions. There is a focus on testing replay- and regularisation-based methods, which are compared against na\u00efve baseline methods. It is concluded that replay-based methods yield significant improvements both in terms of efficiency and accuracy.<\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/github.com\/ionorins\/ContinualMetapathGNN\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Code<\/a>\n                <a href=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/Final_Report.pdf\" target=\"_blank\" class=\"btn btn-secondary\" rel=\"noopener\">View Report<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/BallotBox.png\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>BallotBox<\/h2>\n                <span class=\"project-year\">2021<\/span>\n            <\/div>\n            <p class=\"project-description\">The aim of the project was to produce a prototype system that allows the participants of an event to provide live feedback to the host. Moreover, it will give an estimate of the overall \u201cmood\u201d of the whole group during the event or some particular sessions. It tracks the users&#8217; emotions using a combination of classical statistical and deep learning methods. <\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/github.com\/ionorins\/ballotbox\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Code<\/a>\n                <a href=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/Final_Report-1.pdf\" target=\"_blank\" class=\"btn btn-secondary\" rel=\"noopener\">View Report<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row-reverse; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/ionorins.com\/wp-content\/uploads\/2023\/06\/full1.jpg\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Detect Green<\/h2>\n                <span class=\"project-year\">2019<\/span>\n            <\/div>\n            <p class=\"project-description\">A program that detects crops and weeds from drone images. It uses a combination of deep learning and classical computer vision techniques to be able to distinguish desirable crops and pests from aerial photos at a very high frame rate. <\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/github.com\/ionorins\/detectgreen\/\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Code<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<section id=\"media\"><\/section>\n\n\n\n<h2 class=\"wp-block-heading\">Media Mentions<\/h2>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/www.forbes.ro\/wp-content\/uploads\/2022\/09\/092-30sub30-Ion-Orins.jpg\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Forbes 30 Under 30 Romania<\/h2>\n                <span class=\"project-year\">2022<\/span>\n            <\/div>\n            <p class=\"project-description\">I was chosen in 2022 to receive the prestigious Forbes 30 under 30 award by Forbes Romania for my contributions as a software developer to the fintech and blockchain company Modex.<\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/www.forbes.ro\/valorificarea-tehnologiilor-290699\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Article<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/media.licdn.com\/dms\/image\/sync\/C4E22AQGEIpwLSyc4_w\/feedshare-shrink_800\/0\/1637317785086?e=1689811200&#038;v=beta&#038;t=zfVa2_KVKR-cGvJU9QGiQZsYUwCMIkUZ7LPwJjpNHmw\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Blogpost about My Career at Modex<\/h2>\n                <span class=\"project-year\">2020<\/span>\n            <\/div>\n            <p class=\"project-description\">I worked at Modex for almost 5 years, where I was hired just a week after I turned 18. This blogpost talks about my journey as the youngest employee of the company.<\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/www.linkedin.com\/posts\/modex-platform_from-high-school-genius-to-software-developer-activity-6867408985079767040-9H8W\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Article<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/video-images.vice.com\/_uncategorized\/1510151577997-paul-si-ion.jpeg?resize=600:*\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Liminal Terraforming Hackathon<\/h2>\n                <span class=\"project-year\">2017<\/span>\n            <\/div>\n            <p class=\"project-description\">The theme of the hackathon was technology that could help terraform an extraterestrial planet. Our project consisted of a telescope and a microscope enhanced with object recognition. Our performance was featured in Vice.com. <\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/www.vice.com\/ro\/article\/bj75b3\/cum-ar-arata-o-planeta-formata-de-romani?fbclid=IwAR0jjLLe855V35S0Z-FIjfYPqgR_9o6_MkieU2KUwuy_bkl8WzSpwljO0ww\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Article<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        .project-card {\n            display: flex;\n            flex-direction: row; \/* change to row-reverse for image on the right *\/\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px;\n            border-radius: 5px;\n        }\n        .project-info {\n            flex: 1;\n            padding: 20px;\n text-align: justify;\n        }\n        .project-title {\n            display: flex;\n            align-items: center;\n        }\n        .project-year {\n            margin-left: 10px;\n            padding: 2px 5px;\n            border: 1px solid #000;\n            border-radius: 5px;\n            font-size: 0.8em;\n        }\n        .project-image {\n            flex: 1;\n            max-width: 50%;\n        }\n        .project-links a {\n            margin-right: 10px;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"project-card bg-light\">\n        <img decoding=\"async\" class=\"project-image\" src=\"https:\/\/stiintasitehnica.com\/wp-content\/uploads\/2017\/11\/Sanguinity.jpg\" alt=\"Project Thumbnail\">\n        <div class=\"project-info\">\n            <div class=\"project-title\">\n                <h2>Hacking Health Hackathon<\/h2>\n                <span class=\"project-year\">2017<\/span>\n            <\/div>\n            <p class=\"project-description\">I participated in this hackathon organised by Jensen&#038;Jensen. My team built an app to facilitate an efficient management of the blood donors. The idea started inside the team from high number of emergencies related to the lack of blood donors. With the help of this application, donor centers would be able to optimize donor databases and their flow. Though the notifications sent by the application, donors would be able to present themselves to the centers within a timeframe that is appropriate to their availability. Our performance was featured in the renowned Romanian Journal &#8220;\u0218tiin\u021b\u0103 \u0219i Tehnic\u0103&#8221; (Science &#038;  Technology).<\/p>\n            <div class=\"project-links\">\n                <a href=\"https:\/\/stiintasitehnica.com\/hacking-health-hackathon-premiaza-trei-proiecte-de-inovatie-medicala-printre-care-sanguinity-o-aplicatie-pentru-managementul-donatorilor-de-sange\/\" target=\"_blank\" class=\"btn btn-primary\" rel=\"noopener\">View Article<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Projects CatNet 2023 CatNet is a deep learning architecture able to capture output inversion under input swapping and an application to the foreign exchange trading. It can learn functions \u03a9 with the following property: \u03a9(a, b) \u00b7 \u03a9(b, a) = e, where a, b \u2208 S, \u03a9 : S \u00d7 S \u2192 G, and e&hellip;&nbsp;<a href=\"https:\/\/ionorins.com\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Home<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"on","neve_meta_content_width":100,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ionorins.com\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ionorins.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ionorins.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ionorins.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ionorins.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":27,"href":"https:\/\/ionorins.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":109,"href":"https:\/\/ionorins.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/109"}],"wp:attachment":[{"href":"https:\/\/ionorins.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}