Heres the story of how I volunteered to be infected with 50 parasitic worms (hookworm) for a year as part of a research study. Check out this thread & follow me for more #parasite & marine biology content [t]
#ScienceTwitter
imgs: https://t.co/hH5YsfS0ay https://t.co/kVurE6BbTS

1st some background on the parasites I got. Hookworms are blood-feeding nematodes that live in the intestine of mammals including cats, dogs & humans. ~500 million people are infected with hookworm, mostly in tropical and subtropical areas including the southern USA
Infection with many worms (100+) can cause anemia, which is most problematic in kids, pregnant women, and the elderly. This clinical study was launched to try to develop a vaccine against hookworms to prevent infection
People become infected when baby worms living in the soil penetrate their skin. Baby worms hatch from eggs that infected people poop out. Where plumbing is scarce, poor waste disposal is a common source of heavy infections (100s to 1,000s of worms)
I volunteered to be vaccinated with an experimental hookworm vaccine (I was also paid). After vaccination, the vaccine (or placebo idk) was tested by infecting me with 50 hookworms (Necator americanus) that penetrated my skin from a patch of gauze I wore on my wrist for 1 hour
Within minutes I felt a tingling sensation under the patch. The baby worms were penetrating my skin! The worms sense fatty acids in my skin and release proteolytic enzymes to make it easier to slip between my skin cells and into my blood vessels.

More from Science

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.