Science under siege: Trump cuts threaten to undermine decades of research
Sweeping layoffs, funding freezes and executive orders have provoked outcry among federal researchers and their university partners, who fear that science itself is under siege.
Reaching out to all Americans through the media to explain how decreasing funding of the NIH will have irreversible harm for developing therapies for all diseases. Please spread the word to your families and friends and contact your congressional representatives.
www.nbcnews.com/science/scie...
20.02.2025 17:43 โ ๐ 90 ๐ 65 ๐ฌ 1 ๐ 0
This is what NIH-funded research leads to. Cures for disease.
20.02.2025 23:25 โ ๐ 48 ๐ 20 ๐ฌ 0 ๐ 1
Scroll gallery effect using CSS grid and scroll-driven animations โจ
- split images into layers
- lay out images in stacked layers with same grid structure
- animate the size of the center image
- animate the layers to reveal with different timings
22.11.2024 02:57 โ ๐ 331 ๐ 24 ๐ฌ 11 ๐ 6
tragic day. external, blue hour, bustling 1930s new york city. the sunlight peered, suspicious & steep, through the streets of manhattan, casting the avenues in deep, dusty shadow. late protection payment meant i was held at gunpoint by two of Flanagan's boys & made to write my first index.html file
04.11.2024 17:20 โ ๐ 53 ๐ 9 ๐ฌ 3 ๐ 0
a code block:
React.useEffect(() => {
if (!isActive) {
return
}
textInputWebEmitter.addListener('emoji-inserted', onEmojiInserted)
return () => {
textInputWebEmitter.removeListener('emoji-inserted', onEmojiInserted)
}
}, [onEmojiInserted, isActive])
the if (!isActive) condition is highlighted as newly added code
did you know that you can conditionally exit an effect?
this is useful if you want a subscription to only stay active while some condition is true, and to stay removed while that condition is false.
a bit mindbending, but so it is with react!
01.11.2024 22:03 โ ๐ 409 ๐ 24 ๐ฌ 11 ๐ 6
Such a great list, thanks for putting this together!! โค๏ธ
29.10.2024 13:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0