Skip to content

Commit 83a7f9d

Browse files
committed
/*
- Added new feature for login functionality - Fixed bug in registration form - Refactored code for improved readability - Updated dependencies to latest versions */
2 parents 1dafa43 + b0f67f0 commit 83a7f9d

File tree

7 files changed

+1595
-59
lines changed

7 files changed

+1595
-59
lines changed

AUTHORS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Ivan Cao-Berg (icaoberg) - Pittsburgh Supercomputing Center
44
## Undergraduate Students
55
Eduardo J. Figueroa (EduardoJFigueroa) - University of Puerto Rico
66

7-
# SAMS Data Science Group
7+
## CS Scholars Data Science Group
8+
Joshua Franco (francojoshua) - Western High School
9+
Nicolas Watkins (nicolasw-cmu) - Edmond Santa Fe Highschool
10+
Carmen Ung (cmucung) - Rosemead High School
11+
Marcuslyne Sieh (marcuslynes) - The Metropolitan Regional Career and Technical Center
12+
Manav Mahida (ManavMahida) - North Penn High School
13+
Temidayo Ogundare (Togundar) - Science Park High School
14+
Neptune Barton (jellyfishking-github)- Eldorado High School
15+
16+
17+
## SAMS Data Science Group
818
Tiffany Wang (Tffny3) - Cupertino High School
919
Eileen Lin (eileen-png) - Eleanor Roosevelt High School, eSTEM Academy
1020
Louis Lin (Bobvius) - Jack Britt High

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="images/logo.jpg" width="150%">
1+
<img src="images/banner.jpg" width="150%">
22

33
The Brain Image Library (BIL) is a national public resource enabling researchers to deposit, analyze, mine, share and interact with large brain image datasets. BIL encompasses the deposition of datasets, the integration of datasets into a searchable web-accessible system, the redistribution of datasets, and a computational enclave to allow researchers to process datasets in-place and share restricted and pre-release datasets.
44

braininventory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .get import *
1+
from .get import *

0 commit comments

Comments
 (0)