Git Product home page Git Product logo

Visitors
Last Commit WakaTime Total PR_welcome open_source

class MyProfile:
    def __init__(self):
	self.name = "Aritra Roy"
	self.avatar = "                                ....... .                                  
                                                 ...:..:......:::.....                            
                                             ......:.....................:                        
                                          ..:.......::::.......:.:...........                     
                                         ....:..:.......:..:........:.........                    
                                       ...:-:::..:.....::....:..................                  
                                      .....:.....:::.:::..:......................                 
                                     :....:.....:.....:::::::---==---:::::.....:..                
                                     .....:-:::-:-.--=+**************++++=-....::..               
                                    ...........-.:=+**********##*********+*=.::..::.              
                                    .......-+****####################*******=:...::::             
                                   ......=++***####%###################*****+=-......             
                                   ....::-+****#######################******++-:.....             
                                   .....:+***########%%%#%#%%%%#######*******++:.....             
                                    ....-+**######%%%%%%%%%%%%%%%%%%%###*#****+=.....             
                                     ..:**####*+#%%%%%%%%%%%%%%%%%%####**++*****:...:             
                                     ...*##*=+++=-:..-=+#%%%%%##*+-=:::-=++==***-...              
                                      ..*##*+*######*+***#%%%##***++*****###****-..               
                                     =:.**###*+=-++:*#++*##%%%#*+++%+:=#-==*##**-.*==             
                                    =+*.*####****##*****#*#####*#***#####**###**=:#*=             
                                    **%-*###################%##################*=+#*=             
                                     *#++#########%##%%####%%############%%%####+=**+             
                                     +#**###%%%%%%#%%%%%####%%#####%%%%%%%%%%###*+*++             
                                     ++#*###%%%%%%%%%#**##%%%%%#***#%%%%%%%%###*+*#++             
                                     +++#*#%%%%%@%%%#**%#=##%#*+%#**#%%%%%%%%##*****+             
                                     +**#*#%%%%%@%%%#####*******#%%##%%%%%%%###*#**#*             
                                      ###*###%%%%%%#%%#+-::-#=---*#%##%%%#####*++#*               
                                         **#####%%#-:::=*#####***+-::-*#######*=                  
                                          *########:-:=***##*##**++---+#%###**+                   
                                           *#######*#%##*######***########*#*+                    
                                           -+*###########****##########*****+=                    
                                          ..=****######%%%%%%%%%%####****++=+=..                  
                                        ....=*++*****###%%%%%%%###***++++===*=...                 
                                       .....=***+*+++****##******+++=++===+*++....                
                                       .:...*+***++++**++===++===++==-=++****+:..:.               
                                      :::..:+******+++=====+=====--==++*****++::::::*             
                                  %@@*-::...**********+++====-===+++*********-:-:::::+@%%         
                              %%@@@@%*:::::.-***********++++++++************=:--:::::#*@@@%@%     
                          @@%@@@@@@@##-:::::.:+****************************:--=-::::-##@@@@@@@%%% 
                       @@@@@@@@@@@@@%++-::::-::=*************+***********+:--==:::::.%-%@@@@@@@@@@
                       @@@@@@@@@@@@@@-%::::::----+***##********#####****+=-===-::::::+++@@@@@@@@@@
                       @@@@@@@@@@@@@@#=*::::::---==+***###############*++-=-=--::::::+++@@@@@@@@@@
                       @@@@@@@@@@@@@@@-#-:::::::=--==+***############**@-=+===:::::::#-#@@@@@@@@@@
                       @@@@@@@@@@@@@@@@:@-:::::-===#%@@%**##########*%@@--*#==++==*#@@@@@@@@@@@@@@
                       @@@@@@@@@@@@@@@@@:#+:::*++*##%@*---+********+@@@@##***#@@@@@@@@@@@@@@@@@@@@
                       @@@@@@@@@@@@@@@@@@#-@%@%%%@@@@@@%-=-=+++++=%@@%%%%%@@@@@@@@@@@@@@@@@@@@@@@@
                       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*-:--=-.#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@-=*:--@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@=--:=@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+=-=@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
                       "
        self.pronouns = ["He", "Him"]
        self.currentPosition = "Doctoral Researcher"
        self.organization = "London South Bank University, London, UK"
        self.currentFocus = ["AI-ML", "VASP"]
        self.askMeAbout = ["Gaussian 16", "Multiwfn", "Materials Studio", "Bash Automation"]
        self.language = ["Python", "JavaScript", "TypeScript", "PHP", "Astro", "LaTeX", "Markdown"]
        self.technologies = {
	    "frontEnd": {
		"ui/ux": ["Bootstrap", "Tailwind CSS"],
		"js": ["React"],
            },
            "backEnd": {
                "js": ["Node"],
                "php": ["Laravel"],
            },
            "dataScience": {
            	"dataProcessing": ["NumPy", "Matplotlib", "Pandas"],
                "modelCreation": ["scikit-learn", "PyTorch"],
            },
            "databases": ["MongoDB", "MySql"],
            "IDE": ["VS Code", "Google Colab"],
        }
        self.contact = {
	    "main" : {
            	"website": "www.aritraroy.live",
		"email": "[email protected]",
            	"linkedIn": "https://www.linkedin.com/in/aritraroy24/",
            },
            "researchProfile": {
            	"orcid": "https://orcid.org/0000-0003-0243-9124",
		"googleScholar": "https://scholar.google.nl/citations?hl=en&user=er7v8VoAAAAJ",
            	"researchGate": "https://www.researchgate.net/profile/Aritra-Roy-5",
        	},
            "socials": {
            	"facebook": "https://www.facebook.com/aritraroy24/",
                "twitter": "https://twitter.com/aritraroy24",
                "mastodon": "https://mastodon.social/@aritraroy24",
                "instagram": "https://www.instagram.com/royaritra24/",
            }
        }
        self.tutorials = {
	    "videos": "https://www.youtube.com/@CompChemStudio",
	    "blogs": {
		"website": "https://aritraroy.live/tutorial/blogs",
		"medium": "https://aritraroy24.medium.com/",
	    }
        }
        self.quote = "Science is nothing but perception."
        self.funFact = "There are two ways to write error-free programs; only the third one works."

Aritra Roy's Projects

Aritra Roy doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.