- Download Wordpress
- Extract and move directory to MAMP root
- Rename directory
- Open phpMyAdmin
- Create new database "wordpress_name_" with collation of
utf8_unicode_ci
- Go to http://localhost:8888/name-of-directory/wp-admin/install.php
- Enter database name, username: 'root', password: 'root'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$url = "https://egi.utah.edu/api/research.json"; | |
$json = file_get_contents($url); | |
$data = json_decode($json); | |
$path = parse_url(get_permalink(), PHP_URL_PATH); | |
$num = strtoupper(end(array_filter(explode('/', $path)))); | |
if(strlen($num) < 3){ # I numbers should always be at least 3 digits long | |
echo "I# not found in URL"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Josef Salvat - Open Season": "WOkdkSIgu3Q", | |
"Cold War Kids - First": "zE23hMLbHg4", | |
"Lighthouse - Patrick Watson": "UkT43qmMZhY", | |
"AURORA - Runaway": "cZKubYgl7JM", | |
"BØRNS - 10,000 Emerald Pools": "L4GrDOOIIbk", | |
"The Lumineers - Ophelia": "pTOC_q0NLTk", | |
"BØRNS - The Emotion": "z_CfRxf3kPI" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Export script for generating CA list pdfs | |
* Author: Spencer Smith, | |
* Created: 06/22/2016 | |
*/ | |
var ca = { | |
name: "EGI_Corporate_Associate_Members.pdf", | |
label: "CA List", | |
range: "2", | |
checkbox: null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<< | |
/ASCII85EncodePages false | |
/AllowPSXObjects false | |
/AllowTransparency false | |
/AlwaysEmbed [ | |
true | |
] | |
/AntiAliasColorImages false | |
/AntiAliasGrayImages false | |
/AntiAliasMonoImages false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"I01168" : { | |
"id" : "I01168", | |
"body" : "Project Rationale & Significance:\nEGI has world-class expertise on organic and inorganic geochemistry of fluids, rocks and minerals. We are applying our craft to develop new integrative tools to improve discovery and production of oil and gas from conventional and unconventional resources. These efforts compliment EGI projects dealing with shale gas characterization, basin modeling, iCORDS™, and tracer testing.\nAreas of New Research\nTrace metals in carbon-rich source rocks in terrestrial and marine sedimentary rock – This study involves geochemical characterization of trace metals in source rocks. One task will test the existence of geochemical zonation haloes around concentrations of gas and oil in unconventional reservoirs. A second task will test the potential of distinguishing global from local anoxia events in marine sediments.\nFormation water chemistry: fluid-rock interactions and fluid flow histories related to basin evolution, reservoir filli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Display Name</key> | |
<string>Staff Info Request</string> | |
<key>Folder Name</key> | |
<string>Staff Info Request.mailstationery</string> | |
<key>HTML File</key> | |
<string>content.html</string> |
- Connect to Server
- Go to Volumes in Finder
- Drag server connection to sidebar
- Make alias to server on Desktop by dragging and holding cmd + opt
- Drag alias into Finder sidebar into a location other than where the actual server link is.
Now your link will stay even when disconnected and will have the server icon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?> | |
<style> | |
.aList ul li { | |
display: inline-flex; | |
margin: 0; | |
color: darkgray; | |
padding: 5px; | |
} | |
.aList ul { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p{color:#555;} | |
/* Margin below page breadcrumb */ | |
.page-callout + .content-container { | |
//padding-top: 15px; | |
} | |
.content-container { | |
border-top: 30px solid white; | |
} | |
.content-container h1:first-of-type { |