News

Cover - Conquering NVIDIA: Data Science for Vietnamese Learners

NVIDIA CERTIFICATES FOR AMAZING VIETNAMESE!

Facing challenges in data science? NVIDIA course of NOVODAN helps you overcome them with expert instructors and a Vietnamese-language curriculum In today’s digital transformation landscape, skills in Data Science, Machine Learning, and Artificial Intelligence (AI) are becoming key factors that open up countless exciting career opportunities. However, many professionals and learners in Vietnam are facing significant challenges: ❌ Language Barrier: Most international courses are taught [...]
Continue Reading
Cover -NOVODAN FEATURED AS A TOP 40 FINALIST AT SHE TECHFEST

NOVODAN FEATURED AS A TOP 40 FINALIST AT SHE TECHFEST

NOVODAN was honored to be recognized as one of the Top 40 finalists at SHE TECHFEST 2024, a prestigious program led by the Ministry of Science and Technology and the Hai Phong People’s Committee. This initiative celebrates and supports women entrepreneurs who use science, technology, and creativity to drive innovation in business and society. CCTIV Project: A Breakthrough Solution from NOVODAN Our recognition was driven [...]
Continue Reading
Cover - general assembly of the PAIR project

THE GENERAL ASSEMBLY OF THE PAIR PROJECT: NOVODAN’S ACTIVE CONTRIBUTION

Recently, representatives from NOVODAN, led by Dr. Lê Quý Vang, attended the general assembly of the PAIR project in Padova, Italy. Twenty partners, including universities, hospitals, and enterprises from across Europe, attended the session.  During the general assembly of the PAIR project, partners presented, discussed, and updated the progress of the PAIR project over the past nine months. They also addressed issues and proposed next [...]
Continue Reading
Cover - NOVODAN kick-started 2024 with an EU HORIZON Project

NOVODAN kick-started 2024 with an EU HORIZON Project

As a young Nordic consulting company in innovation and digital transformation, specializing in biomedicine, scientific computing, and knowledge transfer. It is our great pleasure and honor to join forces with 19 other prestigious industrial and academic partners and have won an EU HORIZON-funded Project number 101133191 “Pandemic Information to Support Rapid Response” with an apt acronym “PAIR”.  PAIR consists of two components:  PANPOC  - a [...]
Continue Reading

FPT Software and NOVODAN Enter Strategic Partnership

NOVODAN is thrilled to announce our strategic partnership with FPT Software, a significant milestone in the pursuit of our goals in providing scalable and top quality services to the biomedicine sector. The collaboration combines FPT Software's global technological expertise with NOVODAN’s local insights, aiming to deliver customized services that cater to the diverse needs of the region, from small to large enterprises. Both companies are [...]
Continue Reading

Bash script to install nodejs automatically on Linux

Nodejs has multiple versions that different software developed with nodejs may require a specific version. The following is a bash script to make it easy to insall the version of your choice: #!/bin/bash # Script to install Node.js using NVM on Ubuntu without sudo # Function to install NVM install_nvm() { echo "Installing NVM..." curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && [...]
Continue Reading

Climate Tech – New trends in 2023

In the year 2023, the field of climate tech has witnessed the emergence of several groundbreaking trends that are shaping a more sustainable and resilient future. These transformative developments are steering us closer to a world where our actions are aligned with the needs of the planet. Let's take a closer look at a few of these notable trends: 1. Carbon Removal Technologies: The urgency [...]
Continue Reading

NOVODAN set commitment to green transition and digital transformation

In celebration of the 77th anniversary of the Independence Day of the Socialist Republic of Viet Nam and the 50th anniversary of the establishment of diplomatic relations between Viet Nam and Denmark, the Embassy of Socialist Republic of Viet Nam in Denmark  was organized the Viet Nam-Denmark Business Forum, followed by a Gala Dinner hosted by the Embassy of Viet Nam in Denmark and the [...]
Continue Reading

NOVODAN – DATA SCIENCE FOR BUSINESS ECONOMICS & INNOVATION

NOVODAN is a newly established consulting firm in applying data science to business economics and innovation. We are a senior expert team who work daily on research universities and at a high level of career in industries. We use traditional statistics and machine learning to combine hard facts and clear stories to help our clients make better choices in their political and commercial reality. We are [...]
Continue Reading

Byobu advanced tricks for linux system administrators

Byobu is a great tool for working on remote servers via a SSH session. Change default shell Sometimee it is not easy to change default shell for your login session, for example a AD-backed login session. One trick is to set default shell for byobu sessions: Add the following lines to ~/.byobu/.tmux.conf:set -g default-shell /usr/bin/zshset -g default-command /usr/bin/zsh Setup multiple sessions for byoubu on login [...]
Continue Reading