0% found this document useful (0 votes)
9 views1 page

Temp GPT

The document outlines a database schema consisting of various tables related to authors, projects, institutions, and resources. Each table includes fields such as IDs, names, descriptions, and other relevant attributes, with indexes indicated for optimization. The schema supports functionalities like project milestones, funding sources, and collaboration requests among users and institutions.

Uploaded by

NIKSHAY KATARIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Temp GPT

The document outlines a database schema consisting of various tables related to authors, projects, institutions, and resources. Each table includes fields such as IDs, names, descriptions, and other relevant attributes, with indexes indicated for optimization. The schema supports functionalities like project milestones, funding sources, and collaboration requests among users and institutions.

Uploaded by

NIKSHAY KATARIA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

authors resources

PublicationID INT ResourceID INT

AuthorName VARCHAR(255) Name VARCHAR(255)


Indexes Type ENUM(...)
InstitutionID INT

Availability VARCHAR(255)

Location VARCHAR(255)

AccessType ENUM(...)
Indexes

project_milestones departments
MilestoneID INT DepartmentID INT

ProjectID INT InstitutionID INT

Description TEXT Name VARCHAR(255)

ExpectedCompletionDate DATE Specialization VARCHAR(255)

Status ENUM(...) HODID INT


Indexes Indexes

department_labs phonenumbers funding_sources coursesoffered institution_campuses


LabID INT UserID INT FundingID INT DepartmentID INT CampusID INT

DepartmentID INT PhoneNumber VARCHAR(20) OrganizationName VARCHAR(255) CourseName VARCHAR(255) InstitutionID INT

Name VARCHAR(255) Indexes Type ENUM(...) Indexes Name VARCHAR(255)

LabType VARCHAR(255) ContactPerson VARCHAR(255) Location VARCHAR(255)

InCharge INT Amount DECIMAL(15,2) Indexes

Indexes ApprovalStatus ENUM(...)


Indexes

users research_projects institutions project_collaborators resource_allocation collaboration_requests project_funding


UserID INT ProjectID INT InstitutionID INT CollaborationID INT AllocationID INT RequestID INT FundingID INT

Name VARCHAR(255) Title VARCHAR(255) Name VARCHAR(255) ProjectID INT ResourceID INT ProjectID INT ProjectID INT

Email VARCHAR(255) Description TEXT Location VARCHAR(255) InstitutionID INT ProjectID INT RequestorID INT InstitutionID INT

Role ENUM(...) StartDate DATE ContactInfo VARCHAR(255) UserID INT InstitutionID INT RequestedInstitutionID INT AmountAllocated DECIMAL(15,2)

InstitutionID INT EndDate DATE Ranking INT Role ENUM(...) AllocatedBy INT RequestedRole VARCHAR(255) NumberOfInstallments INT
FundUsageDetails TEXT
DepartmentID INT LeadInstitutionID INT Indexes JoinDate DATE StartDate DATE Status ENUM(...)
Indexes
ContactInfo VARCHAR(255) LeadResearcherID INT Indexes EndDate DATE Indexes

Indexes Status ENUM(...) Status ENUM(...)


Indexes Indexes

resourcespecifications affiliation publications


ResourceID INT InstitutionID INT PublicationID INT

SpecificationDetail VARCHAR(255) AffiliationName VARCHAR(255) ProjectID INT


Indexes Indexes InstitutionID INT

Title VARCHAR(255)

JournalName VARCHAR(255)

PublicationDate DATE

DOI VARCHAR(255)

CitationCount INT
Indexes

You might also like