// Kiểm tra xem cookie googtrans đã tồn tại chưa và URL có tham số lang không if (!document.cookie.includes('googtrans') && !window.location.search.includes('lang')) { fetch('https://ipinfo.io/json?token=2bad8a21e70f29') .then(response => response.json()) .then(data => { let languageCode; if (data.country === 'VN') { languageCode = 'vi'; } else { switch (data.country) { case 'US': languageCode = 'en'; break; case 'FR': languageCode = 'fr'; break; case 'ES': languageCode = 'es'; break; // Thêm các mã quốc gia và ngôn ngữ khác tại đây default: languageCode = 'en'; } } // Chỉ đặt cookie nếu nó chưa tồn tại hoặc có giá trị khác if (!document.cookie.includes(`googtrans=/${languageCode}`)) { document.cookie = `googtrans=/${languageCode}; path=/;`; window.location.reload(); // Chỉ reload nếu cookie được thay đổi } }) .catch(error => console.error('Lỗi:', error)); }

VH has emerged as a catalytic force in Vietnam’s educational landscape, delivering essential

support to underprivileged students since its inception in 2002. By merging economic scholarships with skill-building projects, the group addresses both urgent financial barriers and sustained growth needs.

### Beginnings and Objective https://viethope.com.vn/

Founded in 2002 by Vietnamese diaspora students at Harvard University, VietHope worked to address institutional scholastic disparities in Vietnam. The nonprofit’s goal—to equip economically challenged students through access to schooling—originates from recognition that financial hardship remains the chief barrier to academic continuation.

### Projects and Impact

1. University Scholarship Program (USP):

– Offers $300–$400 yearly

– Beneficiaries need to show academic merit (lowest GPA of 3.0)

– Phased funding structure incentivizes academic continuation

2. Merit Development Program (Merit Program):

– Offers $150 USD yearly grants

– Contains vocational training and professional counseling

Outcomes:

– University degree attainment: 91% vs. 74% countrywide

– Technical fields participation: 68% vs. 42% national

Để lại một bình luận

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *