Git Product home page Git Product logo

nikronic.github.io's Introduction


Hi there 👋

I am Nikan Doosti
'Nikan' means genuine and good and it's Persian originated name, and 'Doosti' literally means friendship!

About

I am a master's graduate of Computer Engineering (Artificial Intelligence) from Iran University of Science and Technology (IUST) one of the most prestigious universities in Iran.
In my work, I utilize Artificial Intelligence to provide data-driven decision making for different services. Previously, I did a research internship at Max Planck Institute for Informatics at AIDAM group in Germany 🇩🇪, working on applications of machine learning in fabrication. Prior to that, I was mainly focused on classic computer vision, specifically digital image processing.

  • 🧐 I'm interested in devising self-supervised deep learning models for efficient and accurate modeling, and I always love to work on interdisciplinary topics such as intersection of AI and Science/Engineering.
  • 🌱 I'm currently (re)learning C++ and started learning MLOps.
  • 👯 I'm looking to collaborate on PyTorch framework. Meet me on official PyTorch forum: PyTorch Discuss
  • 💓 I'd love to play games, particularly video games. I mostly play Dota 2 and CnC Generals ZH. I am noob in execution (slow body, eyes, FPS, and refresh rate :D), but I plan well!
  • 💬 Ask me about anything, but I don't know how much I don't know. However, I know a bit about AI and Computer Graphics/Vision.
  • 📫 How to reach me: My email nikan [dot] doosti [at] outlook [dot] com (more details on the bottom of home page of my website)
  • ⭐ Giving stars is a small gesture, but it means a lot! So give stars to cool projects.

I follow Github timeline almost everyday (Works as a social media for me :D).


nikronic.github.io's People

Contributors

abstractgeek avatar adunning avatar akindofyoga avatar alerezaaa avatar allcontributors[bot] avatar alshedivat avatar brunovianna avatar cmoralesmx avatar dag7dev avatar davidkrassnig avatar dominikstrb avatar furkanakkurt1335 avatar g-oikonomou avatar george-gca avatar gzwongkk avatar jkmacc-lanl avatar jmrplens avatar johanneshoerner avatar junghans avatar mgeorgiou avatar monkeywithacupcake avatar nikronic avatar pourmand1376 avatar raffaem avatar rohandebsarkar avatar samfearn avatar scottleechua avatar sim642 avatar yifanjiang233 avatar ziruizhuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nikronic.github.io's Issues

Use following resources for pulling a remote repo as an orphan branch for replacing master

Well, I was developing the folio website on a separate repo. After I finished developing it, I wanted to replace the master branch of this repo entirely with what is in master branch of folio repo. Steps needed for doing this:

  • Create an orphan branch orphan on nikronic.github.io
  • add a remote to [email protected]:Nikronic/folio.git alongside the default remote origin
  • pull entire master branch of folio into the newly created orphan branch orphan
  • replace master of nikronic.github.io with filled orphan branch

Now in action:

  1. add remote to folio repo: git remote add -t master folio [email protected]:Nikronic/folio.git. new remote is now called folio
  2. create and orphan branch git switch --orphan folio-temp.
  3. pull master branch of remote folio into the orphan branch:
    1. git checkout folio-temp
    2. git pull folio master
  4. merge folio-temp into master with ours strategy:
    1. git checkout folio-temp
    2. git merge --allow-unrelated-histories -s ours master
    3. git checkout master
    4. git merge folio-temp

Done

References

  1. https://stackoverflow.com/questions/2862590/how-to-replace-master-branch-in-git-entirely-from-another-branch
  2. https://stackoverflow.com/questions/41644776/how-to-pull-from-a-different-remote-branch-in-git
  3. https://stackoverflow.com/questions/34100048/create-empty-branch-on-github

Grammar Fix/Improvement

Hi, actually I am not a native English speaker, so I would be appreciated for any help even a typo.
Thank you.

Point all images for 'projects' and 'publications' to open as 'popout' instead of new tab of only image

Currently, by clicking on images in 'open source' and 'publications' section, user will be redirected to a new tab where only image exists.

This is not smooth and annoying as many may want to go into the blog, github or pdf actually. So instead, we create a 'popout' version for all images so they can see image in high quality very fast and easily opt out if they want to go into github, pdf, blog etc.

make tile wider in mobile view

I think if the panel be a little wider;It is more readable.
It is in the project experience section and for mobile view. I tried but I could not realize responsive stuff!
Thank you
image

Design/Grammar/Word Fix/Improvement

I have hard-coded many parts as I am not a web developer and the code may seem ridiculous even I have used a template and googled a lot!
I would be grateful for any help about fixing issues related to design or any improvement or suggestion. :-)

Align 'stars' to the right of its container

Aligning 'star' icons so the size of text does not make them stay in different places.
image
As you can see, because of texts' different sizes, starts are not aligned.
Thank you for your help.

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.