Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research resources #18

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
cbe3c50
research resources main page, sticky side nav bar, starter nav bar pages
Sarah-Pushparaj May 16, 2024
a93c271
Merge branch 'initiatives' of https://github.com/Purdue-CSUSB/website…
May 17, 2024
8a9e10e
CS-Specific Research initial text and links complete
christinajoslin Jun 1, 2024
39c2a1f
added orgs and programs text (unformatted)
ewhao Jun 16, 2024
b082a65
added faq section
richard03-dev Jun 17, 2024
1c2a309
Added the presentingResearch file, still have to add clickable links …
philipliucodes Jul 3, 2024
e33cc06
Embedding of Google Calendar Complete (Note* the calendar is visible …
christinajoslin Jul 7, 2024
2605c12
RR updates to embedded calendar works with other browsers besides Chrome
christinajoslin Jul 7, 2024
d60d18f
add to orgs + programs page, fix research side nav
ewhao Jul 14, 2024
6e09628
remove urcssr
ewhao Jul 14, 2024
d36a019
fix capitalization on presenting research
ewhao Jul 15, 2024
2366a08
added images to presenting research page
philipliucodes Aug 9, 2024
721445c
Styling for CS-Specific RR page complete
christinajoslin Sep 5, 2024
84414cd
Update researchOrgs.jsx
ewhao Sep 24, 2024
f9b8866
fixed page link
richard03-dev Sep 24, 2024
7c87f05
align sticky side nav w/ page titles; removed current projects section
Sarah-Pushparaj Sep 24, 2024
d97ffc0
enting Research
philipliucodes Sep 25, 2024
24bdc93
fixed cs-specific title alignment + links
Sarah-Pushparaj Sep 25, 2024
6d20c95
fixed image alignment in presenting you research page
Sarah-Pushparaj Sep 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Styling for CS-Specific RR page complete
  • Loading branch information
christinajoslin committed Sep 5, 2024
commit 721445c5c53ebf5eda418fbaac337fe258b5e37e
170 changes: 170 additions & 0 deletions src/rr_pages/cs-specific.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

.main-content h4 {
text-align: center;
margin-top: 3%;
font-family: 'Montserrat', sans-serif;
font-weight: 1000;
}

.main-content .text {
font-size: 15px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-top: 0cm;

}

.research-with-prof h3 {
font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;

}

.research-with-prof .text {

font-size: 15px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-top: 0cm;



}

.research-with-prof h3 a {

font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;


}




.cs-departmental-research-areas h3 {
font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;

}

.cs-departmental-research-areas .text {

font-size: 15px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-top: 0cm;



}

.cs-departmental-research-areas h3 a {

font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;


}


.research-seminars h3 {
font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;

}

.research-seminars .text {

font-size: 15px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-top: 0cm;



}

.research-seminars h3 a {

font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;


}


.brightspace-page h3 {
font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;

}

.brightspace-page .text {

font-size: 15px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-top: 0cm;



}

.brightspace-page h3 a {

font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;


}



.questions h3 {
font-size: 20px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-bottom: 0px;

}

.questions .text {

font-size: 15px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-top: 0cm;



}

.questions .text a {

font-size: 15px;
text-align: left;
font-family: 'Montserrat', sans-serif;
padding-top: 0cm;


}

96 changes: 48 additions & 48 deletions src/rr_pages/cs-specific.jsx
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ import React from "react";
import { Stack } from "@mui/material";
import StickySideNav from "../StickySideNav";
import "../Research.css"
import './cs-specific.css';

function csSpecific() {

@@ -19,56 +20,50 @@ function csSpecific() {
</div>


<div className='main content'>
<div className='research-with-prof' >

<h3>
Undergraduate Research Opportunities with CS Professor
<a href="https://www.cs.purdue.edu/corporate/employment/cs%20research.html"> (Click here)
</a>
</h3>

<div className='Research with CS Professor ' >

<h3 style={{ fontWeight: 'bold', textAlign: 'center' }}>
<u> Undergraduate Research Opportunities with CS Professor
<a href="https://www.cs.purdue.edu/corporate/employment/cs%20research.html"> (Click here)
</a>
</u>
</h3>

<div className='text'>
<p> <strong> Description:</strong> An updated list of research projects with CS professors who are seeking undergraduate researchers.</p>
</div>
<div className='text'>
<p> <strong> Description:</strong> An updated list of research projects with CS professors who are seeking undergraduate researchers.</p>
</div>

<div className='text'>
<p> <strong> How it can help:</strong> If you already have an interest in a specific research area or would like to work with a certain professor on a project.</p>
</div>
<div className='text'>
<p> <strong> How it can help:</strong> If you already have an interest in a specific research area or would like to work with a certain professor on a project.</p>
</div>

</div>
</div>


<div className="CS Departmental Research Areas" >
<div className="cs-departmental-research-areas" >

<h3 style={{ fontWeight: 'bold', textAlign: 'center' }}>
<u> CS Departmental Research Areas
<a href="https://www.cs.purdue.edu/research/index.html"> (Click here)
</a>
</u>
</h3>

<div className='text'>
<p> <strong> Description:</strong> A summary of the 14 major research areas within the CS Department and the supporting faculty for each.</p>
</div>
<h3>
CS Departmental Research Areas
<a href="https://www.cs.purdue.edu/research/index.html"> (Click here)
</a>
</h3>

<div className='text'>
<p> <strong> How it can help:</strong> If you do not have a specific research area or professor in mind yet but want to explore all the options available in the Department.</p>
</div>
<div className='text'>
<p> <strong> Description:</strong> A summary of the 14 major research areas within the CS Department and the supporting faculty for each.</p>
</div>

<div className='text'>
<p> <strong> How it can help:</strong> If you do not have a specific research area or professor in mind yet but want to explore all the options available in the Department.</p>
</div>

</div>

<div className="Research Seminars" >

<h3 style={{ fontWeight: 'bold', textAlign: 'center' }}>
<u> Research Seminars
<a href="https://www.cs.purdue.edu/research/seminars.html"> (Click here)
</a>
</u>
<div className="research-seminars" >

<h3>
Research Seminars
<a href="https://www.cs.purdue.edu/research/seminars.html"> (Click here)
</a>
</h3>

<div className='text'>
@@ -82,14 +77,13 @@ function csSpecific() {
</div>


<div className="BrightSpace Page">
<div className="brightspace-page">

<h3 style={{ fontWeight: 'bold', textAlign: 'center' }}>
<u> Computational Science Undergrad Research Brightspace Page
<a href="https://purdue.brightspace.com/d2l/login?sessionExpired=1&target=%2fd2l%2fle%2fcontent%2f910376%2fviewContent%2f13784501%2fView"> (Click here)
<h3>
Computational Science Undergrad Research Brightspace Page
<a href="https://purdue.brightspace.com/d2l/login?sessionExpired=1&target=%2fd2l%2fle%2fcontent%2f910376%2fviewContent%2f13784501%2fView"> (Click here)
</a>
</u>
</h3>
</h3>

<div className='text'>
<p> <strong> Description:</strong> A list of all the undergraduate research programs that offer CS-related projects.</p>
@@ -101,19 +95,25 @@ function csSpecific() {
</div>


</div>



<div className='questions'>
<h3>
Need More Help? Schedule an Appointment!
</h3>
<div className='text'>
<p> Still have some questions that were not answered on this page or in our FAQ Section?
<a href="https://calendly.com/csstudentaffairs"> Schedule an Appointment with Amber Stanley
</a>
</p>
</a>
</p>
</div>

</div>

</div>
</Stack>
</div>
</div>
);
}
export default csSpecific;