Our iGEM team partnered with two science foundations to promote synthetic and computational biology across schools and colleges, ensuring students from diverse backgrounds could engage with these fields. Participants came from regions such as Ladakh, Srinagar, Jammu, Madhya Pradesh, Assam, Delhi, Uttar Pradesh, Bengaluru, and Meerut. To effectively reach different age groups, we tailored our programs by collaborating with teachers and professors to address specific learning needs.
To foster inclusivity in our outreach, we organized tailored programs for various age groups. For high school students (grades 9 through 12), we offered "Beyond the Microscopes" both online and offline, moving beyond conventional textbook teaching to introduce real-world applications of synthetic and computational biology. By emphasizing hands-on learning, we ensured all students could visualize DNA and protein structures using tools like PyMOL and computational resources for DNA fragment translation.
For younger students in grades 5 through 8, we created "BioMania", an interactive program designed to make learning accessible and enjoyable. This initiative simplified complex biology concepts, empowering students to think like young scientists. Through engaging craft activities, we cultivated curiosity and inspired all students to explore science further, regardless of their prior exposure or background.
Ultimately, our initiative aimed to inspire the next generation of scientists by fostering an inclusive environment for learning in synthetic biology across various age groups, utilizing both online and offline formats to enhance accessibility and engagement.
A key highlight of our outreach was the strong participation of women in the ideathon, showcasing the growing interest in STEM among female students. By fostering an environment of innovative thinking, we aimed to empower college students to explore synthetic biology and make meaningful contributions to the field.
"Synthetic biology is rapidly emerging, and with advancements in artificial intelligence and ongoing research in biology and medical sciences, now is the perfect time to engage with tech-enabled solutions. This convergence offers valuable opportunities for learning and collaboration. I commend the participants and organizing team for their innovative ideathon on sustainable solutions, which effectively inspires and empowers the next generation of innovators." - Tsering Tashi (Scientist at Indian Space Research Organization(ISRO), founder of Ladakh Science Foundation)
Our team is not only focused on promoting Synthetic and Computational Biology but also committed to fostering future iGEMers at IISc Bengaluru. By involving first-year undergraduates in a collaborative project, we provided hands-on experience that blended Engineering and Science to create meaningful software solutions.
The project introduced key topics like protein structures and functionalities, alongside practical tools like PyMOL for visualization. We also emphasized core software engineering skills such as Python packaging, Git, and command-line tools. This inclusive approach led to the development of Bept, a user-friendly tool for protein electrostatics aimed at benefiting the scientific community since a similar tool did not exist before. For more information, visit our official Github Page.
Let's first explore what accessibility means and why it's crucial. Imagine being a person with low vision, dyslexia, or even a member of the aging population. As people age, they may experience declines in vision, hearing, and cognitive functions. Websites that don't account for these changes can become increasingly difficult to use for those with disabilities. For instance, if a website lacks proper structure and alt tags, screen readers might miss important information, creating barriers between individuals with visual impairments and those who aren't affected.
Accessibility ensures that everyone, regardless of their abilities or disabilities, can fully engage with the digital world. For many individuals with disabilities, daily activities can become daunting, especially when encountering websites or applications that are not designed with accessibility in mind. That's why we’ve developed the Inclusivity Tool. This comprehensive JavaScript plugin improves the accessibility of websites by offering a variety of features tailored to users with specific needs. It can be easily embedded in any website, enhancing the user experience for individuals with low vision, dyslexia, ADHD, and more.
To understand the importance of accessibility better, let's briefly discuss some common disabilities:
Dyslexia is a specific learning disability that affects reading and language processing. Individuals with dyslexia often struggle with:
Accessible features like dyslexia-friendly fonts and simplified layouts can greatly enhance their reading experience.
Low vision refers to a significant visual impairment that cannot be corrected with standard glasses, contact lenses, or medical treatment. Common characteristics include:
Individuals with low vision may require larger text, high-contrast colors, or magnification tools to navigate digital content effectively.
ADHD is a neurodevelopmental disorder characterized by difficulties with attention, hyperactivity, and impulsiveness. Symptoms may include:
Individuals with ADHD may benefit from features that reduce distractions, such as “Read-Focus” tools that highlight content and dim surrounding areas.
Epilepsy is a neurological disorder that causes recurrent seizures due to abnormal electrical activity in the brain. Seizures can vary in severity and may include:
Individuals with photosensitive epilepsy can be triggered by flashing lights or rapid visual changes, making it essential for websites to avoid such elements. High-contrast themes and simple color palettes can help reduce risks for these users.
Color blindness is a visual impairment that affects the perception of colors. The most common forms include:
Individuals with color blindness may confuse certain colors and rely on contrast and brightness to differentiate elements. Designing websites with sufficient contrast and using patterns or text labels can improve accessibility for those with color blindness.
The Inclusivity Tool is designed to enhance accessibility across websites, benefiting everyone involved. Here’s how it can help:
To integrate the Inclusivity Tool into your website, follow the steps below:
First, clone the repository into your project’s static folder if you're using an HTML-based structure:
git clone https://github.com/IISc-Software-iGEM/Accessibility-Tool.git
Next, include the following script in the head section of your HTML file:
In the layout.html file insert this piece of code in the head tag. Then run the website as usual now you will see the plugin implemented
<script src="static/Functions.js"></script>
The Inclusivity Tool offers an array of features designed to enhance accessibility:
Reset all custom settings and revert the website to its default state.