L143 Seasonal 'Plague' Hits College Freshman
Sometimes, all the hand sanitizer in the world cannot prevent the inevitable.
College freshmen across the country are being introduced to a whole new world of pathogens and other infections at this time of year.
It starts with just one or two people in a dorm hall, said Dr. David Reitman, medical director of the Student Health Center at American University in Washington. They cough without covering the spray(喷射) of germs that can reach 30 feet, as measured by Massachusetts Institute of Technology researcher Lydia Bourouiba.
Then comes a sore throat and a general feeling of ickiness that lasts a week or so. It spreads slowly but surely, and soon the whole floor of the dorm is a sick ward. Once again, new students have been struck by the freshman plague.
Brendon Gardner, a freshman at Fordham University in New York, had been warned by older siblings and friends about the cesspool of pathogens he was about to enter, but he still wasn't prepared.
"I figured, eh, wouldn't happen to me. But then it did," said Gardner from his dorm after a week of coughing and a runny nose. "And it was so annoying."
Not a specific pathogen
The freshman plague, Reitman said, is not one particular disease or pathogen, but "refers to viruses that are easily transmissible by people who are living in close quarters in which they easily pass from one person to another."
The plague emerges in freshman dorms because of a perfect storm of factors: a large group of people crammed into a relatively small space, often sharing facilities such as showers, kitchens and bathrooms. This makes it easy for viruses to hop from one victim to the next.
The reason these illnesses appear more commonly in freshman dorms than in upperclassman housing is freshman are exactly that — fresh. They are still learning the ropes of dorm living and have not yet mastered the practices and routines that could keep them healthy.
The best way to avoid catching the plague, Reitman said, is to maintain basic hygiene and healthy habits. Wash your hands often, including your wrists. Use a hand sanitizer, especially before eating. This, as well as avoiding behaviors like sharing drinks or food, can improve one's odds against contracting viruses. And don't smoke. It inflames the respiratory system, he said.
Less obvious ways of dodging the plague are to drink lots of fluids and maintain regular sleep and eating schedules. That's easier said than done for college students.
And there's always the flu vaccine. Although 70 percent of college students in the U.S. say they believe it is important to get a yearly flu shot, only 46 percent say they get vaccinated, according to a National Foundation for Infectious Diseases report in 2017. So, the plague persists.
"I just wanted to stay in bed all day but couldn't because I have 8:30 classes every morning. And in class, I didn't want to talk at all because I sounded like a croaking toad," said Arnav Bhutada, another freshman plague sufferer at Fordham.
Tips for coping
Though freshman plague is not a serious or threatening disease, it can really put a damper on those first months of college. To make it more bearable, take ibuprofen to help ease sore throats and general achiness, Reitman said. Get lots of fluids and sleep, and maybe swap out that pizza and fries for soup at the dining hall.
If more serious symptoms appear — fever above 102 degrees or diarrhea — or the illness persists beyond a week, students should consider seeking medical attention.
Students who are bedridden should curl up with a nice mug of tea, catch up on Netflix and wait for the body to cleanse itself of the virus so they can go back to making the most of their college experience.
L143 Seasonal 'Plague' Hits College Freshman的更多相关文章
- 每日英语:Mystery Medical Symptoms Hit a Surprising Number of Patients
It's a common scenario: You have an odd pain for weeks or are feeling too tired lately. So you head ...
- 1.The Necessity of a Broad Education 全面教育的必要性
1.The Necessity of a Broad Education 全面教育的必要性 (1) According to a survey,which was based on the respo ...
- [translation]The rise of college ‘Grade Forgiveness’
Education 教育 The rise of college 'Grade Forgiveness' /*the rise of -的增加*/大学等级宽恕现象的增加. Universities a ...
- TED_Topic9:How we're priming some kids for college — and others for prison
Alice Goffman In the United States, two institutions guide teenagers on the journey to adulthood: co ...
- 《如何在大学里脱颖而出(How to Win at College)》读书笔记
<如何在大学里脱颖而出(How to Win at College)>读书笔记 图书简介 中文版: 英文版: 作者卡尔·纽波特(Cal Newport)于 2004 年6月以优等生荣誉学会 ...
- yourphp读取不到hits
源代码 <YP:list name="Article" order="id desc" catid="37" limit=" ...
- 机器学习:异常检测算法Seasonal Hybrid ESD及R语言实现
Twritters的异常检测算法(Anomaly Detection)做的比较好,Seasonal Hybrid ESD算法是先用STL把序列分解,考察残差项.假定这一项符合正态分布,然后就可以用Ge ...
- Summarize Series For Burying My College
Summarize Series For Burying My College For Grade ...
- university, school, college, department, institute的区别
这些个词没有太大区别,有时候有些词是可以通用的,而有些用法则是随着地域时间的不同而变迁. 一般说来,college译作“学院”,它是university (综合性大学)的一个组成部分,例如,一所综合大 ...
随机推荐
- ionic学习笔记—创建项目
环境搭建: 安装node.js --> npm或cnpm --> 安装jdk --> 安装AndroidSDK --> 安装cordova --> 安 ...
- Java IO流简单使用
Java IO流简单使用 也许是以前IO方面接触的比较少,我对于读和写的概念老是混淆. 趁着现在实习比较闲小结一下,我个人理解读和写都是针对程序,分别就是程序的输入和输出,或者叫读入写出. Java ...
- sql 转
- Python3:input()输入函数的用法
Python3:input()输入函数的用法 一.简介 input这个函数,第一个参数是提示语,它默认是空的.在我们使用input的时候,会从标准输入中读取一个string,即字符串(请注意,这里很重 ...
- Sybase:删除表中的某列
Sybases:删除表中的某列 alter table tb1(表名) drop clo1(列名); commit;
- idea绿色版+谷歌浏览器绿色版——设置打开jsp文件
首先我们的工具有 1.idea绿色版 2.Chrome绿色版 3.JavaJDK 4.Tomcat绿色版 文件放在那里都可以 1.idea设置默认打开Chrome 2.idea设置选择Tomcat和J ...
- QT treewidget 右键菜单
VS2012+QT5.2 ,没有ui,纯代码实现右键 方法一:常规但略麻烦 1.头文件slot中声明 QTreeWidget *tree; void showrightMenu(QPoint);//显 ...
- scjp考试准备 - 11 - 类型转换2
题目如下: interface Foo{} class Alpha implements Foo{} class Beta extends Alpha{} public class Delta ext ...
- selenium学习笔记(鼠标事件)
昨天是简单的操作.之后是复杂的操作 首先是鼠标事件 AcationChains类 鼠标操作的常用方法: 右击 context_click() 双击 double_click() 拖动 dr ...
- UIElement.IsMouseCaptured属性的应用
一个只读属性,该值描述了此元素是否捕获到了鼠标,如果该值为true,则说明此元素捕获到了鼠标:否则,未捕获到(例如:当鼠标进入到一个Button的可视化范围之内,当Button按钮外观效果发生了变化时 ...