Commit History

Update fallback for missing yearly stats in authors table to display '0-N/A'
1b07fd7

SushantGautam commited on

Add CSS styles to limit cell width and improve table layout in topic detail view
7e9519d

SushantGautam commited on

Remove mean 2-year citedness column from authors table and update fallback for missing yearly stats
8c1ac15

SushantGautam commited on

Enhance topic detail view by prefetching author yearly stats and update footer styling for improved layout
0f380ab

SushantGautam commited on

Refactor search_author view to improve author name matching using unaccented queries and close matches
3f469ac

SushantGautam commited on

Refactor author detail and home templates for clarity; enhance user experience with author profile link and improve affiliation labeling.
f4354cc

SushantGautam commited on

Fix login_required_middleware to check for non-empty URL names before redirecting
4293c81

SushantGautam commited on

Update "About BridgeMentor" section in footer to enhance description
a999f1f

SushantGautam commited on

Add "About BridgeMentor" section to footer and remove extra line in home template
bae2c6f

SushantGautam commited on

Add login requirement middleware and update views for authentication check
7f70ff6

SushantGautam commited on

Implement network visualization with Django models and save as HTML
6bf314a

SushantGautam commited on

Add static file serving route and improve urlpatterns organization
8aa9b0c

SushantGautam commited on

Fix indentation for static file serving in URL configuration
96ebdfb

SushantGautam commited on

Update STATIC_URL and media_url to remove leading slashes for consistency
12eeb4b

SushantGautam commited on

Add collect_static view to handle static files collection with permission check
a85897b

SushantGautam commited on

Add latest affiliation method to Author model and update detail view to display all affiliations
1ea7c65

SushantGautam commited on

Add author search functionality and display latest affiliation in author detail view
3ab7fe5

SushantGautam commited on

Enhance author detail view with research profile links and format mean citedness
71910b1

SushantGautam commited on

Add loader component and enhance detail views for domains, fields, subfields, topics, and authors
db2cacc

SushantGautam commited on

Add views and templates for managing domains, fields, subfields, and topics
3bd1ac2

SushantGautam commited on

Add base HTML template and CSS for consistent styling across pages
463d0f7

SushantGautam commited on

Fix typo in environment variable access for DEBUG setting
dcf5685

SushantGautam commited on

Update DEBUG setting to use environment variable and conditionally serve static/media files
587b1f9

SushantGautam commited on

Add admin interface template for refreshing author database
de03850

SushantGautam commited on

Update cache directory in refresh_author_db function and modify response in refresh_author_db_view for admin access
d9b93e7

SushantGautam commited on

Refactor refresh_author_db function to set custom cache directory using current working directory
a44ad18

SushantGautam commited on

Update custom cache directory in refresh_author_db function to use current working directory
1d68384

SushantGautam commited on

Refactor WSGI and manage.py to utilize refresh_author_db function; add refresh_author_db_view for admin access control
7afb991

SushantGautam commited on

Fix Dockerfile working directory and permissions setup to ensure proper access to application files
82abdb6

SushantGautam commited on

Refactor Dockerfile to streamline CMD for static file collection and remove unnecessary commands
2af4768

SushantGautam commited on

Refactor Dockerfile to set working directory and permissions in separate commands
066b72c

SushantGautam commited on

Fix Dockerfile working directory setup by combining WORKDIR and permissions command
5b05cd3

SushantGautam commited on

Remove unnecessary CMD for static file collection in Dockerfile
a2f5c4f

SushantGautam commited on

Remove huggingface-cli login command and streamline CMD for static file collection in Dockerfile
c0e1751

SushantGautam commited on

Remove Hugging Face token from database download in manage.py and streamline Dockerfile login command
0a9c507

SushantGautam commited on

Add Hugging Face token support for database download in WSGI and manage.py
3a12f0c

SushantGautam commited on

Add huggingface-cli login command to Dockerfile for authentication
2d55c6e

SushantGautam commited on

Set INSIDEDOCKER environment variable to 0 for static file collection in Dockerfile
83814e0

SushantGautam commited on

Refactor Dockerfile to consolidate environment variable settings and streamline installation steps
71d0025

SushantGautam commited on

Re-add INSIDEDOCKER environment variable in Dockerfile
8a9a039

SushantGautam commited on

Update .gitignore, settings.py, urls.py, and Dockerfile for static and media file handling
0ff05c8

SushantGautam commited on

Set DEBUG environment variable in Dockerfile and clean up CMD instruction
3b3925a

SushantGautam commited on

Add static file handling and update Docker CMD for debugging
b8414ad

SushantGautam commited on

Add static and media URL handling for development in urls.py
3e924b8

SushantGautam commited on

Update database environment variable names in settings.py to use double underscores
be8d1c8

SushantGautam commited on

Update database connection options in settings.py to include connection max age and adjust timeout settings
e6d445f

SushantGautam commited on

Remove database connection options from settings.py
83f6f7c

SushantGautam commited on

Refactor database download logic to check for recent file before downloading in wsgi.py and manage.py
069a75c

SushantGautam commited on

Disable SSL redirection and secure cookies for local development inside Docker
083ad34

SushantGautam commited on

Enable HTTPS redirection for social authentication when running inside Docker
cc6b88e

SushantGautam commited on