Hopefully UCSD will pull through for us and release them on Friday. Unlike UCI, who hasn’t released a single normal acceptance even though they posted “Early March”
@10s4life Click on something like “Request to be listed as a roommate”. You will be brought to a page with fill in the blanks and one of those blanks has your email… firstletteroffirstnamelastname@ucsd.edu
@mech423
Thank you for the information. As a US citizen living abroad, there would be no way for me to demonstrate interest
Also, do you guys think a 650 on Writing will hurt me?
@IBGuy101 SLO was so awful omg! I had friends that had 35 ACTs and were denied for psych. Legit my school went crazy.
If I’ve gotten into SDSU and UCI so far, both with honors, is there a chance I get into ucsd as well? Really hoping for it…
Ok, signing out for the night. I actually need to do my homework… lol.
If you can read code and are down to do an experiment please read this,
So upon login to the portal and looking at the source code (in Safari, Develop (I think you can activate this in Safari Preferences) and going to Show Page Source), I did a search (with the search bar at the top right of the code window) for the word “accepted”. I got one result:
/*************************************************************************************
- The css classes which starts with “letter” are used in the welcome screen
- which contains the letter to the applicant who has been accepted
*************************************************************************************/
My portal displays no decision yet, but when I search for rejected/denied and waitlisted, nothing comes up. It might just be a coincidence (maybe they just redefine the body text at the welcome page for waitlisted and denied instead of creating a whole new page). Below the text above is just a bunch of adjusted settings, nothing useful. If you want to try this, go for it and post what you see! Maybe this is a hack, or maybe it’s just a useless tidbit of info that means literally nothing. But worth trying
Hey guys, I know it can be tough choosing colleges so I’m uploading some videos about life here at UCSD if you guys want to check them out to get a feel for it! https://www.youtube.com/watch?v=tRlfQlksHEE
@sodapop027 I tried this and got the same thing, not sure what “The css classes…” means? Also, I searched up letter and a lot of thing came up such as letter signature, letter body, letter border, etc.
@sodapop027
In Chrome, I don’t see anything. Do you mean the first page that you see in your portal - the one with addresses, email addresses, and test scores?
A search for ‘classes’ or ‘accepted’ in the source code gives no results.
@sodapop027 Yes I got that too.
However, a bunch of stuff came up for “rejected” as well. Nothing for waitlisted.
I can’t read code so I’ve no idea what it means lol.
@sodapop027 same thing popped up for me. However like @gonewiththeair, when i typed “rejected” the following popped up:
var reactions = promise.@promiseRejectReactions;
promise.@promiseResult = reason;
promise.@promiseFulfillReactions = undefined;
promise.@promiseRejectReactions = undefined;
promise.@promiseState = @promiseRejected;
@triggerPromiseReactions(reactions, reason);
})
/*************************************************************************************
- The css classes which starts with “letter” are used in the welcome screen
- which contains the letter to the applicant who has been accepted
*************************************************************************************/
.letter_body
{
font-size: 12pt;
font-style: normal;
font-family: “garamond”, “times new roman”, serif;
color: #003399;
}
.letterbodyblack
{
font-size: 14pt;
font-style: normal;
font-family: “garamond”, “times new roman”, serif;
color: black;
}
.letter_header
{
font-size: 20pt;
font-style: normal;
font-family: “garamond”, “times new roman”, serif;
color: #003399;
}
.letter_signature
{
font-size: 13pt;
font-style: normal;
font-family: “garamond”, “times new roman”, serif;
color: #003399;
text-align: left;
}
.lettersignatureblack
{
font-size: 15pt;
font-style: normal;
font-family: “garamond”, “times new roman”, serif;
color: black;
text-align: left;
}
.letter_outside
{
font-size: 14pt;
font-style: bold;
font-family: “arial”, “times new roman”, serif;
color: #003399;
Luckily I read code/HTML. I honestly think that this could be a possible clue. But I also believe that this code is built in to everyone unless UCSD made separate code files for admitted students.
@jpala17 that comes up everywhere…including on other sites. I don’t think that means really anything. I know Java and C/C++ (jk the Arduino version), but not HTML so I’m not sure though. But it did come up on the code for the portal page for a school that I’ve already gotten into. @IBGuy101 you wanna check to make sure that doesn’t mean anything? (and yes I see what you saw in the portal)
Also I ran the search on the UCLA one and got a result for waitlisted and nothing for any of the other options. Ah well.
@potatoheadhala Idk about Chrome, but yes it’s the page that you are redirected to upon logging in.
When I typed in rejected this is what I got
d.disable, e.lock).fail(function() {
f =
“rejected”
}, b.disable, e.lock);
a && a.call(i, i);
isResolved: b.fired,
isRejected: d.fired,
then: function(a, b, c) {
i.done(a).fail(b).progress©;
return this
Jesus. You guys tearing this thing apart. Looking for hidden clues and all, suddenly everyone becomes Sherlock.
@sodapop027 Pretty sure that doesn’t mean waitlisted.
/for Waitlist/
.box-alert{
padding:0 10px;
margin:10px 10px 30px;
background:#FFC;
border:1px solid #FC0;
border-radius:10px;
font-weight:bold;
}
/*for Academic Changes */
.box-confirm{
padding:7px 10px 0;
margin:10px 10px 30px;
background:#DFFFD7;
border:1px solid #090;
border-radius:10px;
font-weight:bold;
It seems that there are boxes for multiple things on the UCLA and that these boxes are hidden as results have not come out.
div.waitlist-box-disabled{
margin:0 0 40px 0;
padding:10px;
/background:#EDE9E9; // #DBE0E9;/
border:1px solid #EEE;
/color: #646262; /
color:#AAA;
background:#EEE;
/border:#6477A0 1px solid;/
border-radius:10px;
Whoa I have no idea what that means or what that refers to…sorry. But it doesn’t seem like it’s related to status. Again, I can’t read HTML which is why this seems like just a coincidence to me–I have no idea what I’m doing.
Its like the creation of boxes and how they show on the computer in html format :)>- @sodapop027