Skip to content

Commit

Permalink
adding preliminary event descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nthesis committed Oct 28, 2023
1 parent 4e1f7ad commit 8ace37c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions db/activities/roblox_workshop2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ startTime: 2023-10-28 4:30 PM
duration: 30
media-type: meeting-url
mediaLink: ''
thumbnail: https://mystickermania.com/cdn/stickers/games/sticker_3318-512x512.png
thumbnail: https://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/4X/0/e/e/0eeeb19633422b1241f4306419a0f15f39d58de9.png
presenter: ROBLOX
priority: 7
relatedActivities:
---

Here, Roblox will have a workshop about their opportunities.
Join Roblox's exclusive workshop, 'Ready for Roblox: Our Opportunities,' where you'll gain insights into exciting career prospects with one of the gaming industry's leading companies. They will unveil a spectrum of 2024 opportunities, including Software Engineer Intern, Software Engineer New Grad, and Data Science Intern roles. Learn about Roblox's unique hiring assessments, and discover invaluable resources to empower your success in both assessments and interviews. Don't miss this chance to explore your potential at Roblox and take your career to the next level!

Stay tuned for a Zoom meeting link on this page when the event starts!
Zoom Link & Info:
[https://tamu.zoom.us/j/96735036415?pwd=S3N2eTIvMVl4SDFxSnBOdFIybTJjQT09](https://tamu.zoom.us/j/96735036415?pwd=S3N2eTIvMVl4SDFxSnBOdFIybTJjQT09)

Meeting ID: 967 3503 6415

Passcode: 042355
2 changes: 1 addition & 1 deletion db/activities/tamids_computer_vision2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ priority: 7
relatedActivities:
---

Here, the Texas A&M Institute of Statistics we will have a workshop on computer vision.
Cotton, accounting for approximately 25 percent of global fiber usage, is significant among textile fibers worldwide. However, the water resources are currently insufficient to provide full irrigation in the arid or semi-arid areas for cotton. Therefore, finding effective methods to optimize irrigation water use is essential. This workshop aims to classify cotton water stress using convolutional neural networks. The high-resolution cotton RGB image was collected by a DJI Phantom 4 at Lubbock, Texas. The study included three replications to evaluate four irrigation treatments. The research results demonstrated that the CNN model successfully classified the cotton water stress with an overall accuracy of 91%.
6 changes: 3 additions & 3 deletions src/common/Media/Media.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import * as UI from "./style";
import { Col, Row, Container, Button } from "react-bootstrap";
import { Col, Button } from "react-bootstrap";
import { useActiveUser, UserCurrentStatus } from "../UserProvider";

/* eslint-disable */
Expand Down Expand Up @@ -100,7 +100,7 @@ export const Media: React.FC<MediaProps> = (props: MediaProps) => {

return (
<>
<UI.MeetingWrapper>
{/* <UI.MeetingWrapper>
<Container>
<Row>
<Col>
Expand All @@ -115,7 +115,7 @@ export const Media: React.FC<MediaProps> = (props: MediaProps) => {
{joinBtn}
</Row>
</Container>
</UI.MeetingWrapper>
</UI.MeetingWrapper> */}
</>
);
}
Expand Down

1 comment on commit 8ace37c

@vercel
Copy link

@vercel vercel bot commented on 8ace37c Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portal – ./

portal-git-master-tamudatathon.vercel.app
portal-ivory.vercel.app
portal-tamudatathon.vercel.app

Please sign in to comment.