Compare commits
60 Commits
992aaaf6c7
...
v1.0
Author | SHA1 | Date | |
---|---|---|---|
4f3438219b | |||
2597c4c0a0 | |||
dd12e37d58 | |||
195470700d | |||
0d11d92eaf | |||
b2b1b5db59 | |||
04fa0ad23e | |||
3923176e58 | |||
040afd9da2 | |||
960e3b3a3b | |||
12c729f7ad | |||
34242b90aa | |||
35da87b012 | |||
1d9fd9c497 | |||
868ba17b18 | |||
96f9a0bebb | |||
3e86f457d8 | |||
b02aaf3e5a | |||
43276a2c9d | |||
e59ab73d79 | |||
5ab839f11c | |||
08682ff4ce | |||
fe0783986d | |||
9143e0234f | |||
001440f385 | |||
6c519e1025 | |||
7b891749e5 | |||
4b3a957b00 | |||
9f88551223 | |||
8f1c2d70b5 | |||
8c2d094cac | |||
1ba81f9114 | |||
7ce2e4f576 | |||
053da1a8db | |||
2cc62670ca | |||
a6e10e5063 | |||
34759c96ad | |||
3730470513 | |||
39849c137f | |||
f026fd80db | |||
b85db88c27 | |||
eb708dea43 | |||
c43189df9a | |||
2b82f2f07f | |||
1a960bc2f7 | |||
d51db47327 | |||
70e31aa334 | |||
4b5a31d42e | |||
c9024ea2a1 | |||
c7f3f1e068 | |||
9fde461b37 | |||
925f6df21b | |||
272e486d44 | |||
7d24489057 | |||
f7c2716b0f | |||
55efa70f3c | |||
d77ca34cd7 | |||
ca139db52a | |||
6022ba63c4 | |||
45f1d0abf0 |
@@ -1,6 +0,0 @@
|
||||
Charles N Wyble
|
||||
=====
|
||||
|
||||
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
|
||||
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
|
||||
Austin TX / Raleigh NC / Remote
|
@@ -1,4 +0,0 @@
|
||||
Education
|
||||
---------
|
||||
|
||||
High School Graduate
|
@@ -1,16 +0,0 @@
|
||||
|
||||
Work history
|
||||
------------
|
||||
|
||||
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
|
||||
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
|
||||
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
|
||||
- **3M** | **Senior Site Reliability Engineer** | March 2020 - November 2022
|
||||
- **Dell Residency - Confidential End CLients (government sector)** | **Resident System/Network Expert** | October 2019 - March 2020
|
||||
- **TippingPoint** | **Staff System/network Architect** | March 2012 - June 2019
|
||||
- **HostGator** | **Automation and Escalation Engineer** | March 2011 - May 2012
|
||||
- **RippleTV** | **Systems Engineer** | October 2008 - Jaunary 2010
|
||||
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
|
||||
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
|
||||
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005
|
||||
|
@@ -1,11 +0,0 @@
|
||||
Insight Global CDK Global | Senior System Engineer | July 2024 - October 2024
|
||||
TCS Apple Computer | Senior System Administrator | March 2024 - July 2024
|
||||
Shein.com | Staff SIte Reliability Engineer | December 2022 - August 2023
|
||||
3M | Senior Site Reliability Engineer | March 2020 November 2022
|
||||
Dell Residency Confidential End CLients (government sector) | Resident System/Network Expert | October 2019 March 2020
|
||||
TippingPoint | Staff System/network Architect | March 2012 - June 2019
|
||||
HostGator | Automation and Escalation Engineer | March 2011 - May 2012
|
||||
RippleTV | Systems Engineer | October 2008 - Jaunary 2010
|
||||
Walt Disney Internet Group | Site Reliability Engineer | August 2006 - September 2007
|
||||
Electronic Clearing House | Senior Linux System Administrator | April 2005 - July 2006
|
||||
GSI Commerce | HPUX/Windows/Linux System Administrator | March 2002 - February 2005
|
|
@@ -1,69 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Cleanup from previous run
|
||||
rm ../output/intermediate/human/CharlesNWybleLongResume.md
|
||||
|
||||
# Array of employment platforms
|
||||
|
||||
employmentPlatforms=(
|
||||
"glassdoor"
|
||||
"guru"
|
||||
"indeed"
|
||||
"linkedin"
|
||||
"roberthalf"
|
||||
"teal"
|
||||
"upwork"
|
||||
"ziprecruiter"
|
||||
)
|
||||
|
||||
# Array of my various job positions
|
||||
|
||||
positions=(
|
||||
"Insight Global"
|
||||
"TCS Apple Computer"
|
||||
"Shein.com"
|
||||
"3M"
|
||||
"Dell Residency Confidential End CLients (government sector)"
|
||||
"TippingPoint"
|
||||
"HostGator"
|
||||
"RippleTV"
|
||||
"Walt Disney Internet Group"
|
||||
"Electronic Clearing House"
|
||||
"GSI Commerce"
|
||||
)
|
||||
|
||||
# Combine markdown files into single input file for pandoc
|
||||
#Pull in my contact info
|
||||
cat "../../common/@ReachableCEO/Resume/Common/Contact-Info.md" >> ../output/intermediate/human/CharlesNWybleLongResume.md
|
||||
|
||||
#And here we do some magic...
|
||||
#Pull in my long form position summary from each position
|
||||
#TODO
|
||||
|
||||
|
||||
#Pull in my education info
|
||||
cat "../../common/@ReachableCEO/Resume/Common/Education.md" >> ../output/intermediate/human/CharlesNWybleLongResume.md
|
||||
|
||||
# Run pandoc/etc to generate HTML/PDF/DOC into output dir
|
||||
|
||||
#First html/pdf/doc, for resume.reachableceo.com use
|
||||
|
||||
pandoc \
|
||||
--from=markdown \
|
||||
--to=html \
|
||||
-o /d/tsys/@ReachableCEO/resume.reachableceo.com/cv/CharlesNWybleLongResume.html \
|
||||
-c resume-css-stylesheet.css \
|
||||
../output/intermediate/human/CharlesNWybleLongResume.md
|
||||
|
||||
#Fecond pdf, for the various employment platforms
|
||||
|
||||
#IFS=$'\n\t'
|
||||
#for platform in ${employmentPlatforms[@]}; do
|
||||
#echo "Creating resume for $platform..."
|
||||
#pandoc \
|
||||
# --from=markdown \
|
||||
# --to=pdf \
|
||||
# -o /d/tsys/@ReachableCEO/resume.reachableceo.com/cv/CharlesNWybleLongResume.html \
|
||||
# -c resume-css-stylesheet.css \
|
||||
# ../output/intermediate/machine/$platform/CharlesNWybleLongResume.md
|
||||
#done
|
@@ -1,9 +0,0 @@
|
||||
Charles N Wyble
|
||||
=====
|
||||
|
||||
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
|
||||
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
|
||||
Austin TX / Raleigh NC / RemoteEducation
|
||||
---------
|
||||
|
||||
High School Graduate
|
@@ -1,10 +0,0 @@
|
||||
|
||||
Projects
|
||||
--------
|
||||
|
||||
- Fedora to Debian field switch
|
||||
- Datacenter buildout in 86 days for 8 billion dollars
|
||||
- Global AD build out/PCI compliance
|
||||
- other cool project (go through CV to find) #todo
|
||||
- other cool project (go through CV to find) #todo
|
||||
|
@@ -1,57 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Combine markdown files into single input file for pandoc
|
||||
|
||||
NonCvResumeInputFiles=(
|
||||
"../../common/@ReachableCEO/Resume/Common/Contact-Info.md"
|
||||
"../@ReachableCEO/Resume/Non-CV/Skills.md"
|
||||
"../@ReachableCEO/Resume/Non-CV/Projects.md"
|
||||
"../../common/@ReachableCEO/Resume/Common/Work-History.md"
|
||||
"../../common/@ReachableCEO/Resume/Common/Education.md"
|
||||
)
|
||||
|
||||
rm ../output/intermediate/CharlesNWybleShortResume.md
|
||||
|
||||
IFS=$'\n\t'
|
||||
for file in "${NonCvResumeInputFiles[@]}"; do
|
||||
cat $file >> ../output/intermediate/CharlesNWybleShortResume.md
|
||||
done
|
||||
unset IFS
|
||||
|
||||
# Run pandoc to generate HTML/PDF/DOC into output dir
|
||||
|
||||
#pandoc \
|
||||
# < ../output/intermediate/CharlesNWybleShortResume.md \
|
||||
# --from=markdown \
|
||||
# --output=../output/final/CharlesNWybleShortResume.pdf
|
||||
|
||||
#First html, for resume.reachableceo.com use
|
||||
|
||||
#Use pandoc
|
||||
|
||||
pandoc \
|
||||
--from=markdown \
|
||||
--to=html \
|
||||
-o /d/tsys/@ReachableCEO/resume.reachableceo.com/non-cv/CharlesNWybleShortResume.html \
|
||||
-c resume-css-stylesheet.css \
|
||||
../output/intermediate/CharlesNWybleShortResume.md
|
||||
|
||||
# pdf/doc, for sending to hiring managers/recruiters via email (and also available on resume.reachableceo.com)
|
||||
|
||||
#use wktohtml
|
||||
|
||||
pandoc \
|
||||
--from=markdown \
|
||||
--to=html \
|
||||
-o /d/tsys/@ReachableCEO/resume.reachableceo.com/non-cv/CharlesNWybleShortResume.html \
|
||||
-c resume-css-stylesheet.css \
|
||||
../output/intermediate/CharlesNWybleShortResume.md
|
||||
|
||||
#Use pandoc
|
||||
|
||||
pandoc \
|
||||
--from=markdown \
|
||||
--to=html \
|
||||
-o /d/tsys/@ReachableCEO/resume.reachableceo.com/non-cv/CharlesNWybleShortResume.html \
|
||||
-c resume-css-stylesheet.css \
|
||||
../output/intermediate/CharlesNWybleShortResume.md
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,55 +0,0 @@
|
||||
Charles N Wyble
|
||||
=====
|
||||
|
||||
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
|
||||
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
|
||||
Austin TX / Raleigh NC / RemoteSkills
|
||||
------
|
||||
|
||||
- **Linux** (22 years) : RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering, AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC.
|
||||
- **Unix** ( 5 years) : HPUX/Solaris
|
||||
- **Windows** (22 years) : Server (2008 - 2016), Windows client automated deployment (7,8,10,11), Active Directory, Group Policy, WSUS, Certificate Services, AD DNS, AD DHCP, complex multiple forest and domain setups, LDAP
|
||||
- **Free/Libre/Open Source Server software** (22 years) : Apache, Postfix, Qmail, Dovecot, Courier, Nginx, Matamo, Discourse, Wordpress, Mautic,Dolibarr, Revive, Firefly, Cloudron, Coolify, Gitea, Gitlab, GitHub, Git, Jenkins, Rundeck, N8N, Mysql,Postgresql, LetsEncrypt, ACME, cfssl
|
||||
- **Cyber Security** (22 years) : PCI Compliance, security hardening,audits, breach response and mitigation, patch and vulnerability management.
|
||||
- **Networking** (22 years) : Linux Virtual Server, HAProxy, Ubiquiti Unifi, Opnsense, Pfsense, HP, Cisco, Arista, Dell, DNS, DHCP, IPAM, PXE, IPS, IDS, GRE, IPSEC. Wireguard, OpenVPN, Nebula, Tailscale, RADIUS. Mostly layer2 data center/campus/access some WAN,firewall,layer3
|
||||
- **Monitoring** (22 years) : Uptime kuma, librenms, zabbix, zenoss, nagios
|
||||
- **Storage** (22 years) : NFS, Samba, CIFS, Netapp, ZFS, True/Free NAS, 3par, MSA, Equallogic, EMC, generic iscsi
|
||||
- **Virtualization** (22 years) : VmWare, Parallels,HyperV, KVM, Xen
|
||||
- **Containerization** (12 years) : LXC, Docker
|
||||
- **Configuration management** (22 years) : Slack, Cfengine, Puppet, FetchApply, Ansible, Hashicorp Packer/Vault
|
||||
- **Embedded** (5 years) : Raspberry pi, arduino, seeduino, Lego Mindstorms
|
||||
- **Programming/Automation** (22 years) : Bash , J2ME, PHP, Ruby, PowerShell, TCL/TK, Java.
|
||||
- **Ticket / incident / project management** (22 years): Jira, ServiceNow,Redmine,RT.
|
||||
- **Git** (15 years) : branching, merging, multiple teams, external vendors, submodules etc.
|
||||
- **Current growth/learning focus** (2 year in my development lab) : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm
|
||||
|
||||
|
||||
Projects
|
||||
--------
|
||||
|
||||
- Fedora to Debian field switch
|
||||
- Datacenter buildout in 86 days for 8 billion dollars
|
||||
- Global AD build out/PCI compliance
|
||||
- other cool project (go through CV to find) #todo
|
||||
- other cool project (go through CV to find) #todo
|
||||
|
||||
|
||||
Work history
|
||||
------------
|
||||
|
||||
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
|
||||
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
|
||||
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
|
||||
- **3M** | **Senior Site Reliability Engineer** | March 2020 - November 2022
|
||||
- **Dell Residency - Confidential End CLients (government sector)** | **Resident System/Network Expert** | October 2019 - March 2020
|
||||
- **TippingPoint** | **Staff System/network Architect** | March 2012 - June 2019
|
||||
- **HostGator** | **Automation and Escalation Engineer** | March 2011 - May 2012
|
||||
- **RippleTV** | **Systems Engineer** | October 2008 - Jaunary 2010
|
||||
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
|
||||
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
|
||||
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005
|
||||
|
||||
Education
|
||||
---------
|
||||
|
||||
High School Graduate
|
25
README.md
25
README.md
@@ -1,2 +1,27 @@
|
||||
# ReachableCEOResume
|
||||
|
||||
## Introduction
|
||||
|
||||
Resume formatting/publication/management is difficult, tedious, annoying etc. The @ReachableCEO has hacked the process and made it easy!
|
||||
|
||||
## Directory Overview
|
||||
|
||||
Two versions of the @ReachableCEO resume exist:
|
||||
|
||||
- non-cv
|
||||
- cv
|
||||
|
||||
Elements that are common to both:
|
||||
|
||||
- contact info
|
||||
- education
|
||||
|
||||
are in the common directory
|
||||
|
||||
## Build pipeline
|
||||
|
||||
See the build.sh script in the non-cv/cv directories.
|
||||
|
||||
## Skills
|
||||
|
||||
Edit the skills.csv file in common. The build script will turn that into a table in the generated PDF.
|
||||
|
12
ancillary-support-files/CandidateInfo.yml
Normal file
12
ancillary-support-files/CandidateInfo.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
title: "Charles N Wyble Candidate Details"
|
||||
titlepage: true
|
||||
titlepage-logo: "D:/tsys/@ReachableCEO/ReachableCEO.png"
|
||||
date: \today
|
||||
header-left: "\\hspace{1cm}"
|
||||
header-center: "\\leftmark"
|
||||
header-right: "Page \\thepage"
|
||||
footer-left: "Charles N Wyble"
|
||||
footer-center: "Tenacity. Velocity. Focus."
|
||||
footer-right: "[Source code for this file](https://github.com/ReachableCEO/ReachableCEOResume/blob/main/ancillary-support-files/CharlesNWybleCandidateInfo.md)"
|
||||
urlcolor: blue
|
||||
page-background: "D:/tsys/@ReachableCEO/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background1.pdf"
|
53
ancillary-support-files/CharlesNWybleCandidateInfo.md
Normal file
53
ancillary-support-files/CharlesNWybleCandidateInfo.md
Normal file
@@ -0,0 +1,53 @@
|
||||
Hello,
|
||||
|
||||
Thank you for writing me regarding this role. I am interested in moving forward with the role.
|
||||
|
||||
Please feel free to send me an RTR with the best rate you can offer. You may find my latest resume at the following URL:
|
||||
|
||||
- [Short resume](https://resume.reachableceo.com/non-cv/CharlesNWybleShortResume.pdf)
|
||||
- [Long resume](https://resume.reachableceo.com/cv/CharlesNWybleCV.pdf)
|
||||
|
||||
Feel free to use either/both for my submission to the job as you feel appropriate.
|
||||
|
||||
I am open to w2, corp to corp (I have my own LLC), 1099.
|
||||
|
||||
I WILL NOT share my ID over email or any other electronic written communication. I am happy to get on a teams/zoom/google meet etc call and show my ID.
|
||||
|
||||
Here are answers to common questions you may have:
|
||||
|
||||
| Question | Answer |
|
||||
|---------------------------------------|----------------------------------------------------------------------------------------|
|
||||
| Full name | Charles Wyble |
|
||||
| E-mail address | reachableceo@reachableceo.com |
|
||||
| Phone number | 818-280-7059 |
|
||||
| Work authorization | US Citizen |
|
||||
| Are you employed presently? | No |
|
||||
| Current location | Austin, Texas |
|
||||
| Availability to interview | Immediate |
|
||||
| Availability to start | Immediate for remote/local, two weeks for relocation |
|
||||
| Open to in-office/hybrid/remote | Yes |
|
||||
| Any trips planned in next six months? | No |
|
||||
| Highest Education | High School |
|
||||
| Graduated Year | 2002 |
|
||||
| Name of school | Osborne Christian School |
|
||||
| Location of school | Los Angeles CA |
|
||||
| Linkedin Profile | [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337/) |
|
||||
| Github Profile | [Github Profile](https://www.github.com/ReachableCEO/) |
|
||||
| Last project | Contract, ended October 2024 |
|
||||
| DOB | 09/14 |
|
||||
| Pay expectation | Open to discuss, send RTR with best hourly/annual rate as appropriate for the position |
|
||||
| Total IT/career experience | 22 years |
|
||||
|
||||
Re relocation:
|
||||
|
||||
| Question | Answer |
|
||||
|--------------------------------------|--------|
|
||||
| Open to relocation? | Yes |
|
||||
| Willing to re-locate at own expense? | No |
|
||||
|
||||
Please be aware that:
|
||||
|
||||
- net amount of the re-location benefit **MUST be $4,000 USD** or more to fully compensate me for the time/effort to relocate
|
||||
- the full relocation benefit **must be provided 1 week or more prior to the confirmed start date**
|
||||
- I will **only re-locate at the employer expense**
|
||||
- I will need two weeks of time to re-locate
|
BIN
ancillary-support-files/CharlesNWybleCandidateInfo.pdf
Normal file
BIN
ancillary-support-files/CharlesNWybleCandidateInfo.pdf
Normal file
Binary file not shown.
11
ancillary-support-files/build.sh
Normal file
11
ancillary-support-files/build.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Generating PDF..."
|
||||
|
||||
pandoc \
|
||||
CharlesNWybleCandidateInfo.md \
|
||||
--template eisvogel \
|
||||
--metadata-file=./CandidateInfo.yml \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output ./CharlesNWybleCandidateInfo.pdf
|
6
common/Contact-Info.md
Normal file
6
common/Contact-Info.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Charles N Wyble
|
||||
=====
|
||||
|
||||
Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/Windows/Networking/Cyber security background and experience
|
||||
|
||||
[ [Github Profile](https://github.com/reachableceo) ] . [ [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ] . [ Austin TX / Raleigh NC / Remote ]
|
4
common/Education.md
Normal file
4
common/Education.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
## Education
|
||||
|
||||
High School Graduate
|
11
common/WorkHistory.csv
Normal file
11
common/WorkHistory.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
CDK Global, Senior System Engineer, July 2024 - October 2024
|
||||
Apple Computer, Senior System Administrator, March 2024 - July 2024
|
||||
SHEIN.com, Staff Site Reliability Engineer, December 2022 - August 2023
|
||||
3M, Senior Site Reliability Engineer , March 2020 - November 2022
|
||||
TippingPoint, Staff System/Network Architect, March 2012 - June 2019
|
||||
HostGator.com, Automation and Escalation Engineer, March 2011 - May 2012
|
||||
RippleTV, Systems Engineer, October 2008 - Jaunary 2010
|
||||
Walt Disney Internet Group, Site Reliability Engineer, August 2006 - September 2007
|
||||
Electronic Clearing House, Senior Linux System Administrator, April 2005 - July 2006
|
||||
GSI Commerce, HPUX/Windows/Linux System Administrator, March 2002 - February 2005
|
||||
ReachableCEO Enterprises, Freelancer, January 2001 - December 2024
|
|
3
cv/3M.md
Normal file
3
cv/3M.md
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
- Supported Vendavo on RedHat Linux, managed releases, and provided day-to-day developer support.
|
||||
- Created a homegrown YAML conflguration management system, utilizing bash scripting and YAML templates with a CSV-based key/value store to eThciently manage and regenerate environment-speciflc variables for a line-of-business application across multiple development, testing, staging, and production environments.
|
2
cv/Apple Computer.md
Normal file
2
cv/Apple Computer.md
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
- Day to day server operations scheduling downtime etc
|
3
cv/CDK Global.md
Normal file
3
cv/CDK Global.md
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
- Security Compliance : worked with risk management/audit to remediate insecure configurations
|
||||
- Created Alma9 Packer image from scratch
|
4
cv/Dell Residency.md
Normal file
4
cv/Dell Residency.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
- Rolled out centralized Active Directory authentication, deployed Dell OpenManage, and upgraded network equipment.
|
||||
- Deployed password vault, Active Directory PKI, and implemented a ground-up network redesign.
|
||||
- Designed VmWare NSX network.
|
5
cv/Electronic Clearing House.md
Normal file
5
cv/Electronic Clearing House.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams.
|
||||
- Ensured continuous uptime for high-impact environments, including a 1TB MySQL database, 300TB Oracle database, 1.5TB Oracle Data Warehouse, and a 4,000-store LAMP-based ecommerce system (MerchantAmerica.com).
|
||||
- Successfully deployed an enterprise-wide Linux backup system, featuring encrypted backups stored on a central server with ISCSI attached network storage, utilizing GNUPG and tar over SSH. Regular backups and restores were tested weekly.
|
||||
- Led the deployment of Oracle database infrastructure, implementing two Oracle RAC clusters with Dell 6850 servers, Qual Dual Core Xeon processors, and 32GB of RAM each. The clusters ran on RedHat Enterprise Linux 4.0 64bit edition, serving Data Warehouse, Transaction Processing Software, and Credit Card Clearing applications.
|
4
cv/GSI Commerce.md
Normal file
4
cv/GSI Commerce.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
- Contributed to disaster recovery from an Informix Database failure.
|
||||
- Streamlined FTP server conflguration and deployed open-source remote control software.
|
||||
- Upgraded network infrastructure from hubs to managed switches.
|
4
cv/HostGator.com.md
Normal file
4
cv/HostGator.com.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
- Provided senior-level Linux and web application support globally.
|
||||
- Developed standardized reply language and scripts, reducing errors in Level I Linux administrator department.
|
||||
|
12
cv/HumanOutput-CV.yml
Normal file
12
cv/HumanOutput-CV.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
title: "Charles N Wyble Resume"
|
||||
titlepage: true
|
||||
author: [Charles N Wyble]
|
||||
date: \today
|
||||
header-left: "\\hspace{1cm}"
|
||||
header-center: "\\leftmark"
|
||||
header-right: "Page \\thepage"
|
||||
footer-left: "Charles N Wyble"
|
||||
footer-right: "[Source code for this resume](https://git.knownelement.com/reachableceo/ReachableCEOResume) "
|
||||
footer-center: "Tenacity. Velocity. Focus."
|
||||
urlcolor: blue
|
||||
page-background: "D:/tsys/@ReachableCEO/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background5.pdf"
|
0
cv/MachineOutput.yml
Normal file
0
cv/MachineOutput.yml
Normal file
6
cv/ReachableCEO Enterprises.md
Normal file
6
cv/ReachableCEO Enterprises.md
Normal file
@@ -0,0 +1,6 @@
|
||||
- Deployed,configured,supported Cloudron and Coolify PAAS and a full IT/SRE/Devops and engineering software stack for a stealth aerospace startup.
|
||||
- Provided technician support to a team of electrical engineers building the power system for the radar of FrakenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems.
|
||||
- Provided root cause analysis and remediation for a security breach at a defense contractor.
|
||||
- Developed a rapidly field deployable mesh networking system for a variety of use cases.
|
||||
- Developed a secure global video conferencing system using only 3mbps for a major defense contractor.
|
||||
- Advised on backend infrastructure for broadcasting news and information via radio and internet into hostile powers.
|
3
cv/RippleTV.md
Normal file
3
cv/RippleTV.md
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
- Provided system engineering expertise for customer-facing advertising platform (AdSpot) and internal fleet management tool (CPanel).
|
||||
- Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL, memcached, and F5 LTM.
|
6
cv/SHEIN.COM.md
Normal file
6
cv/SHEIN.COM.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
- Streamlined engineer onboarding by documenting and overhauling the process, consolidating disparate guides into a comprehensive modular set of documents.
|
||||
- Established a taxonomy for team documentation in the wiki, implementing Confluence best practices for a proper knowledge base.
|
||||
- Served as the SRE Liaison for cybersecurity functions, ensuring compliance with data locality/partition requirements and pending federal data privacy legislation.
|
||||
- Focused on fostering a culture of automation and skill development within the SRE team, emphasizing code review, infrastructure as code, versioning, testing, and effective ticket management.
|
||||
- Contributed to Linux server administration both internally and externally, aiding colleagues with scripting/automation and assisting in the migration from AWS to Azure with zero customer-facing system impact. Additionally, provided day-to-day support for AWS and Azure activities and troubleshooting.
|
6
cv/TippingPoint.md
Normal file
6
cv/TippingPoint.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
- Conducted code and design reviews for internal/external team projects and actively participated in broad enterprise collaboration, focusing on large-scale fleet management.
|
||||
- Managed user account administration, manual/semi-automated server provisioning, trouble tickets, security vulnerability remediation, and system/network auditing.
|
||||
- Led various projects, including migrating fleet systems from Centos 6 to Centos 7, implementing LXC/ LXD container versions for increased system utilization, and creating an on-premise deployment system (GUMPS) for automated provisioning.
|
||||
- Deployed network monitoring systems (Zenoss, observium/librenms), utilized librenms as a Conflguration Management Database (CMDB), and implemented a fleet orchestration system (Rundeck).
|
||||
- Executed extensive vulnerability remediation, OS/application/kernel patching, NIC customization/ optimization, and data migrations while developing and maintaining custom scripts for tasks such as LDAP management and SSL scenarios. Automated processes like re-imaging and ensured continuous distribution of a 40GB dataset of packet captures across a global fleet.
|
8
cv/Walt Disney Internet Group.md
Normal file
8
cv/Walt Disney Internet Group.md
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
- Engaged in dynamic work environment focusing on popular web/ecommerce sites, including disneyworld.com and disneyland.com.
|
||||
- Provided design, architecture, and day-to-day administration for Disney park property sites generating $2 billion annually.
|
||||
- Offered system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com, and 23 related properties.
|
||||
- Utilized Jboss instances on RHEL3/4 for business logic and employed Windows 2003 with Tomcat/IIS for frontend application serving.
|
||||
- Automated routine system administration tasks through the creation of batch and VBScript programs for Windows administration.
|
||||
- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers.
|
||||
- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos.
|
54
cv/buildcv-ConsumeByHumans.sh
Normal file
54
cv/buildcv-ConsumeByHumans.sh
Normal file
@@ -0,0 +1,54 @@
|
||||
#!/bin/bash
|
||||
|
||||
#####################################
|
||||
# Human readable CV
|
||||
#####################################
|
||||
|
||||
|
||||
HumanIntermediateOutputFile="./output/intermediate/human/CharlesNWybleCV.md"
|
||||
rm $HumanIntermediateOutputFile
|
||||
|
||||
# Combine markdown files into single input file for pandoc
|
||||
|
||||
#Pull in my contact info
|
||||
cat "../common/Contact-Info.md" >> $HumanIntermediateOutputFile
|
||||
echo " " >> $HumanIntermediateOutputFile
|
||||
|
||||
echo "## Employment History" >> $HumanIntermediateOutputFile
|
||||
|
||||
#And here we do some magic...
|
||||
#Pull in my :
|
||||
|
||||
# employer
|
||||
# title
|
||||
# start/end dates of employment
|
||||
# long form position summary data from each position
|
||||
|
||||
IFS=$'\n\t'
|
||||
for position in \
|
||||
$(cat ../common/WorkHistory.csv); do
|
||||
|
||||
COMPANY="$(echo $position|awk -F ',' '{print $1}')"
|
||||
TITLE="$(echo $position|awk -F ',' '{print $2}')"
|
||||
DATEOFEMPLOY="$(echo $position|awk -F ',' '{print $3}')"
|
||||
|
||||
echo " " >> "$HumanIntermediateOutputFile"
|
||||
echo "**$COMPANY** | $TITLE | $DATEOFEMPLOY" >> $HumanIntermediateOutputFile
|
||||
echo " " >> "$HumanIntermediateOutputFile"
|
||||
|
||||
cat ./$COMPANY.md >> "$HumanIntermediateOutputFile"
|
||||
echo " " >> "$HumanIntermediateOutputFile"
|
||||
done
|
||||
unset IFS
|
||||
|
||||
# Run pandoc/etc to generate HTML/PDF/DOC into output dir
|
||||
|
||||
#First html/pdf/doc, for resume.reachableceo.com use
|
||||
|
||||
pandoc \
|
||||
$HumanIntermediateOutputFile \
|
||||
--template eisvogel \
|
||||
--metadata-file=./HumanOutput-CV.yml \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output /d/tsys/@ReachableCEO/resume.reachableceo.com/cv/CharlesNWybleCV.pdf
|
168
cv/buildcv-ConsumeByMachines.sh
Normal file
168
cv/buildcv-ConsumeByMachines.sh
Normal file
@@ -0,0 +1,168 @@
|
||||
############################################################
|
||||
# Machine readable CV for the various employment platforms
|
||||
############################################################
|
||||
|
||||
EmploymentPlatforms=(
|
||||
"glassdoor"
|
||||
"dice"
|
||||
"guru"
|
||||
"indeed"
|
||||
"linkedin"
|
||||
"teal"
|
||||
"upwork"
|
||||
"ziprecruiter"
|
||||
)
|
||||
|
||||
#Per platform specific notes....
|
||||
# Original idea here was to use the CSV file (| separated but whatever) and figure out (per platform) what was needed for formatting to be
|
||||
# auto parsed
|
||||
# ie
|
||||
|
||||
# function linkedin
|
||||
# COMPANY=$1
|
||||
# TITLE=$1
|
||||
# EMPLOYMENTDATE=$1
|
||||
# $COMPANY $EMPLYMENTDATE $TITLE
|
||||
|
||||
# function glassdoor
|
||||
# COMPANY=$1
|
||||
# TITLE=$1
|
||||
# EMPLOYMENTDATE=$1
|
||||
# $COMPANY $TITLE $EMPLOYMENTDATE
|
||||
|
||||
# This may still be developed
|
||||
|
||||
# glassdoor
|
||||
# Appears to not try to parse.
|
||||
|
||||
# indeed
|
||||
# Appears to not try to parse.
|
||||
|
||||
# ziprecruiter
|
||||
# ZipRecruiter (position parsing) (fixed manually, only one position wasn't properly captured)
|
||||
|
||||
# linkedin
|
||||
# TBD, not sure how/if/when it parses the uploaded document...
|
||||
|
||||
# upwork
|
||||
# Doesn't seem to parse the resume at all
|
||||
|
||||
# roberthalf
|
||||
# Robert Half (not sure if it parses resume or not)
|
||||
|
||||
# dice
|
||||
# DIce (skills)
|
||||
|
||||
# teal
|
||||
# tbd
|
||||
|
||||
# guru
|
||||
# tbd
|
||||
|
||||
# careerbuilder
|
||||
# tbd
|
||||
|
||||
# oracle talent something something (most big companies appear to use this)
|
||||
# tbd (once i apply for a job somewhere that uses that platform, i will update)
|
||||
|
||||
|
||||
############################################################
|
||||
# Machine readable CV for the various employment platforms
|
||||
############################################################
|
||||
|
||||
for platform in "${EmploymentPlatforms[@]}"; do
|
||||
MachineOutputIntermediateFile="./output/intermediate/machine/$platform/CharlesNWybleCV.md"
|
||||
echo "Removing old resume for $platform..."
|
||||
rm "$MachineOutputIntermediateFile"
|
||||
done
|
||||
|
||||
#Per platform specific notes....
|
||||
# Original idea here was to use the CSV file (| separated but whatever) and figure out (per platform) what was needed for formatting to be
|
||||
# auto parsed
|
||||
# ie
|
||||
|
||||
# function linkedin
|
||||
# COMPANY=$1
|
||||
# TITLE=$1
|
||||
# EMPLOYMENTDATE=$1
|
||||
# $COMPANY $EMPLYMENTDATE $TITLE
|
||||
|
||||
# function glassdoor
|
||||
# COMPANY=$1
|
||||
# TITLE=$1
|
||||
# EMPLOYMENTDATE=$1
|
||||
# $COMPANY $TITLE $EMPLOYMENTDATE
|
||||
|
||||
# This may still be developed
|
||||
|
||||
# glassdoor
|
||||
# Appears to not try to parse.
|
||||
|
||||
# indeed
|
||||
# Appears to not try to parse.
|
||||
|
||||
# ziprecruiter
|
||||
# ZipRecruiter (position parsing) (fixed manually, only one position wasn't properly captured)
|
||||
|
||||
# linkedin
|
||||
# TBD, not sure how/if/when it parses the uploaded document...
|
||||
|
||||
# upwork
|
||||
# Doesn't seem to parse the resume at all
|
||||
|
||||
# roberthalf
|
||||
# Robert Half (not sure if it parses resume or not)
|
||||
|
||||
# dice
|
||||
# DIce (skills)
|
||||
|
||||
# teal
|
||||
# tbd
|
||||
|
||||
# guru
|
||||
# tbd
|
||||
|
||||
# careerbuilder
|
||||
# tbd
|
||||
|
||||
# oracle talent something something (most big companies appear to use this)
|
||||
# tbd (once i apply for a job somewhere that uses that platform, i will update)
|
||||
|
||||
|
||||
IFS=$'\n\t'
|
||||
for platform in "${EmploymentPlatforms[@]}"; do
|
||||
echo "Creating pdf resume for $platform..."
|
||||
MachineOutputIntermediateFile="./output/intermediate/machine/$platform/CharlesNWybleCV.md"
|
||||
|
||||
#Pull in my contact info
|
||||
cat "../common/@ReachableCEO/Resume/Common/Contact-Info.md" >> "$MachineOutputIntermediateFile"
|
||||
echo " " >> "$MachineOutputIntermediateFile"
|
||||
|
||||
#Pull in my skills
|
||||
cat "../common/@ReachableCEO/Resume/Common/Skills.md" >> "$MachineOutputIntermediateFile"
|
||||
echo " " >> "$MachineOutputIntermediateFile"
|
||||
|
||||
#And here we do some magic...
|
||||
#Pull in my employer/title/dates of employment and my long form position summary data from each position
|
||||
|
||||
IFS=$'\n\t'
|
||||
|
||||
for position in \
|
||||
$(cat ../common/WorkHistory.md|awk -F ',' '{print $1}'|sed -e 's/**//g'|sed '/##/d'|sed '/^$/d');
|
||||
do
|
||||
echo " " >> $MachineOutputIntermediateFile
|
||||
POSITION_FILE_NAME="$(echo $position | awk -F ',' '{print $1}')"
|
||||
cat "../cv/@ReachableCEO/Resume/CV/$POSITION_FILE_NAME.md" >> "$MachineOutputIntermediateFile"
|
||||
echo " " >> "$MachineOutputIntermediateFile"
|
||||
done
|
||||
|
||||
#Pull in my education info
|
||||
cat "../common/Education.md" >> "$MachineOutputIntermediateFile"
|
||||
|
||||
pandoc \
|
||||
$MachineOutputIntermediateFile \
|
||||
--template eisvogel \
|
||||
--from markdown \
|
||||
--to=pdf \
|
||||
--output /d/tsys/@ReachableCEO/resume.reachableceo.com/cv/CharlesNWybleCV.pdf
|
||||
done
|
93
cv/output/intermediate/human/CharlesNWybleCV.md
Normal file
93
cv/output/intermediate/human/CharlesNWybleCV.md
Normal file
@@ -0,0 +1,93 @@
|
||||
Charles N Wyble
|
||||
=====
|
||||
|
||||
Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/Windows/Networking/Cyber security background and experience
|
||||
|
||||
[ [Github Profile](https://github.com/reachableceo) ] . [ [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ] . [ Austin TX / Raleigh NC / Remote ]
|
||||
|
||||
## Employment History
|
||||
|
||||
**CDK Global** | Senior System Engineer | July 2024 - October 2024
|
||||
|
||||
|
||||
- Security Compliance : worked with risk management/audit to remediate insecure configurations
|
||||
- Created Alma9 Packer image from scratch
|
||||
|
||||
|
||||
**Apple Computer** | Senior System Administrator | March 2024 - July 2024
|
||||
|
||||
|
||||
- Day to day server operations scheduling downtime etc
|
||||
|
||||
**SHEIN.com** | Staff Site Reliability Engineer | December 2022 - August 2023
|
||||
|
||||
|
||||
- Streamlined engineer onboarding by documenting and overhauling the process, consolidating disparate guides into a comprehensive modular set of documents.
|
||||
- Established a taxonomy for team documentation in the wiki, implementing Confluence best practices for a proper knowledge base.
|
||||
- Served as the SRE Liaison for cybersecurity functions, ensuring compliance with data locality/partition requirements and pending federal data privacy legislation.
|
||||
- Focused on fostering a culture of automation and skill development within the SRE team, emphasizing code review, infrastructure as code, versioning, testing, and effective ticket management.
|
||||
- Contributed to Linux server administration both internally and externally, aiding colleagues with scripting/automation and assisting in the migration from AWS to Azure with zero customer-facing system impact. Additionally, provided day-to-day support for AWS and Azure activities and troubleshooting.
|
||||
|
||||
**3M** | Senior Site Reliability Engineer | March 2020 - November 2022
|
||||
|
||||
|
||||
- Supported Vendavo on RedHat Linux, managed releases, and provided day-to-day developer support.
|
||||
- Created a homegrown YAML conflguration management system, utilizing bash scripting and YAML templates with a CSV-based key/value store to eThciently manage and regenerate environment-speciflc variables for a line-of-business application across multiple development, testing, staging, and production environments.
|
||||
|
||||
**TippingPoint** | Staff System/Network Architect | March 2012 - June 2019
|
||||
|
||||
|
||||
- Conducted code and design reviews for internal/external team projects and actively participated in broad enterprise collaboration, focusing on large-scale fleet management.
|
||||
- Managed user account administration, manual/semi-automated server provisioning, trouble tickets, security vulnerability remediation, and system/network auditing.
|
||||
- Led various projects, including migrating fleet systems from Centos 6 to Centos 7, implementing LXC/ LXD container versions for increased system utilization, and creating an on-premise deployment system (GUMPS) for automated provisioning.
|
||||
- Deployed network monitoring systems (Zenoss, observium/librenms), utilized librenms as a Conflguration Management Database (CMDB), and implemented a fleet orchestration system (Rundeck).
|
||||
- Executed extensive vulnerability remediation, OS/application/kernel patching, NIC customization/ optimization, and data migrations while developing and maintaining custom scripts for tasks such as LDAP management and SSL scenarios. Automated processes like re-imaging and ensured continuous distribution of a 40GB dataset of packet captures across a global fleet.
|
||||
|
||||
**HostGator.com** | Automation and Escalation Engineer | March 2011 - May 2012
|
||||
|
||||
|
||||
- Provided senior-level Linux and web application support globally.
|
||||
- Developed standardized reply language and scripts, reducing errors in Level I Linux administrator department.
|
||||
|
||||
|
||||
**RippleTV** | Systems Engineer | October 2008 - Jaunary 2010
|
||||
|
||||
|
||||
- Provided system engineering expertise for customer-facing advertising platform (AdSpot) and internal fleet management tool (CPanel).
|
||||
- Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL, memcached, and F5 LTM.
|
||||
|
||||
**Walt Disney Internet Group** | Site Reliability Engineer | August 2006 - September 2007
|
||||
|
||||
|
||||
- Engaged in dynamic work environment focusing on popular web/ecommerce sites, including disneyworld.com and disneyland.com.
|
||||
- Provided design, architecture, and day-to-day administration for Disney park property sites generating $2 billion annually.
|
||||
- Offered system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com, and 23 related properties.
|
||||
- Utilized Jboss instances on RHEL3/4 for business logic and employed Windows 2003 with Tomcat/IIS for frontend application serving.
|
||||
- Automated routine system administration tasks through the creation of batch and VBScript programs for Windows administration.
|
||||
- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers.
|
||||
- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos.
|
||||
|
||||
|
||||
**Electronic Clearing House** | Senior Linux System Administrator | April 2005 - July 2006
|
||||
|
||||
|
||||
- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams.
|
||||
- Ensured continuous uptime for high-impact environments, including a 1TB MySQL database, 300TB Oracle database, 1.5TB Oracle Data Warehouse, and a 4,000-store LAMP-based ecommerce system (MerchantAmerica.com).
|
||||
- Successfully deployed an enterprise-wide Linux backup system, featuring encrypted backups stored on a central server with ISCSI attached network storage, utilizing GNUPG and tar over SSH. Regular backups and restores were tested weekly.
|
||||
- Led the deployment of Oracle database infrastructure, implementing two Oracle RAC clusters with Dell 6850 servers, Qual Dual Core Xeon processors, and 32GB of RAM each. The clusters ran on RedHat Enterprise Linux 4.0 64bit edition, serving Data Warehouse, Transaction Processing Software, and Credit Card Clearing applications.
|
||||
|
||||
**GSI Commerce** | HPUX/Windows/Linux System Administrator | March 2002 - February 2005
|
||||
|
||||
|
||||
- Contributed to disaster recovery from an Informix Database failure.
|
||||
- Streamlined FTP server conflguration and deployed open-source remote control software.
|
||||
- Upgraded network infrastructure from hubs to managed switches.
|
||||
|
||||
**ReachableCEO Enterprises** | Freelancer | January 2001 - December 2024
|
||||
|
||||
- Deployed,configured,supported Cloudron and Coolify PAAS and a full IT/SRE/Devops and engineering software stack for a stealth aerospace startup.
|
||||
- Provided technician support to a team of electrical engineers building the power system for the radar of FrakenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems.
|
||||
- Provided root cause analysis and remediation for a security breach at a defense contractor.
|
||||
- Developed a rapidly field deployable mesh networking system for a variety of use cases.
|
||||
- Developed a secure global video conferencing system using only 3mbps for a major defense contractor.
|
||||
- Advised on backend infrastructure for broadcasting news and information via radio and internet into hostile powers.
|
@@ -1,11 +1,18 @@
|
||||
Skills
|
||||
------
|
||||
Charles N Wyble
|
||||
=====
|
||||
|
||||
Senior (Staff level) System Engineer/SRE/Architect with extensive Linux/Windows/Networking/Cyber security background and experience
|
||||
|
||||
[ [Github Profile](https://github.com/reachableceo) ] . [ [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ] . [ Austin TX / Raleigh NC / Remote ]
|
||||
|
||||
|
||||
## Skills
|
||||
|
||||
- **Linux** (22 years) : RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering, AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC.
|
||||
- **Unix** ( 5 years) : HPUX/Solaris
|
||||
- **Windows** (22 years) : Server (2008 - 2016), Windows client automated deployment (7,8,10,11), Active Directory, Group Policy, WSUS, Certificate Services, AD DNS, AD DHCP, complex multiple forest and domain setups, LDAP
|
||||
- **Free/Libre/Open Source Server software** (22 years) : Apache, Postfix, Qmail, Dovecot, Courier, Nginx, Matamo, Discourse, Wordpress, Mautic,Dolibarr, Revive, Firefly, Cloudron, Coolify, Gitea, Gitlab, GitHub, Git, Jenkins, Rundeck, N8N, Mysql,Postgresql, LetsEncrypt, ACME, cfssl
|
||||
- **Cyber Security** (22 years) : PCI Compliance, security hardening,audits, breach response and mitigation, patch and vulnerability management.
|
||||
- **Cyber Security** (22 years) : PCI Compliance, security hardening, audits, breach response and mitigation, patch and vulnerability management.
|
||||
- **Networking** (22 years) : Linux Virtual Server, HAProxy, Ubiquiti Unifi, Opnsense, Pfsense, HP, Cisco, Arista, Dell, DNS, DHCP, IPAM, PXE, IPS, IDS, GRE, IPSEC. Wireguard, OpenVPN, Nebula, Tailscale, RADIUS. Mostly layer2 data center/campus/access some WAN,firewall,layer3
|
||||
- **Monitoring** (22 years) : Uptime kuma, librenms, zabbix, zenoss, nagios
|
||||
- **Storage** (22 years) : NFS, Samba, CIFS, Netapp, ZFS, True/Free NAS, 3par, MSA, Equallogic, EMC, generic iscsi
|
||||
@@ -16,5 +23,33 @@ Skills
|
||||
- **Programming/Automation** (22 years) : Bash , J2ME, PHP, Ruby, PowerShell, TCL/TK, Java.
|
||||
- **Ticket / incident / project management** (22 years): Jira, ServiceNow,Redmine,RT.
|
||||
- **Git** (15 years) : branching, merging, multiple teams, external vendors, submodules etc.
|
||||
- **Current growth/learning focus** (2 year in my development lab) : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm
|
||||
- **LLM** (2 years) : OpenWebUI, Apple Silicon, QA/validation, RAG, data cleaning/prep etc.
|
||||
- **Current growth/learning focus** : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm. Also Saylor.org MBA program.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Education
|
||||
|
||||
High School Graduate
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,299 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"http://xmlresume.sourceforge.net/dtd/resume.dtd">
|
||||
|
||||
<resume>
|
||||
<header>
|
||||
<name><firstname>Charles</firstname> <surname>Wyble</surname></name>
|
||||
<address><city>El Monte</city> <state>CA</state> </address>
|
||||
<contact><phone location="mobile">818.280.7059</phone> <email>charles@knownelement.com</email> <url>http://www.knownelement.com/</url> </contact>
|
||||
</header>
|
||||
|
||||
<objective>
|
||||
<para>
|
||||
I’m looking to reduce costs and improve efficiency in an IT service delivery organization,
|
||||
by rapidly sourcing and fielding whatever is necessary to get the job done on time and within budget.
|
||||
</para>
|
||||
</objective>
|
||||
|
||||
<skillarea>
|
||||
<skillset><title>Skills Summary</title>
|
||||
<skill> Linux systems engineer with extensive knowledge/experience on both Debian and RedHat based Linux distrubutions in a wide variety of applications. </skill>
|
||||
<skill> A superb communicator who will thoroughly and efficiently handle any situation requiring communication with clarity and conciseness. </skill>
|
||||
<skill> A frequent speaker/writer on a wide variety of I.T and open source matters, as well as a frequent contributer to open source projects. </skill>
|
||||
</skillset>
|
||||
<skillset><title>Linux Server Applications</title>
|
||||
<skill>Debian (stable/testing/unstable)</skill>
|
||||
<skill>Red Hat Enterprise Linux (3/4)</skill>
|
||||
<skill>Shell scripting/automation/software debugging (bash/php/python/perl/java/awk/sed)</skill>
|
||||
<skill>Apache 1.30/2.0/2.2</skill>
|
||||
<skill>Postfix and Courier</skill>
|
||||
<skill>/Samba</skill>
|
||||
<skill>IpTables/Snort/Nessus/Nmap</skill>
|
||||
<skill>Proftpd</skill>
|
||||
</skillset>
|
||||
<skillset><title>Networking (switches, load balancers and security) </title>
|
||||
<skill>F5/BigIP Global Traffic Manager and Local Traffic Manager </skill>
|
||||
<skill>Cisco LocalDirector, PIX, 2600/1800 series routers</skill>
|
||||
<skill>Linux Virtual Server (LVS)</skill>
|
||||
<skill>IPTables, Snort, ClamAV</skill>
|
||||
<skill>OpenVPN</skill>
|
||||
</skillset>
|
||||
<skillset><title>Monitoring</title>
|
||||
<skill>Nagios, HP OpenView, HP SiteScope and What’s Up Gold</skill>
|
||||
</skillset>
|
||||
<skillset><title>Storage</title>
|
||||
<skill>Hewlett Packard SAN (20 terabytes total storage supporting VmWare workloads)</skill>
|
||||
<skill>EMC Clarion cx400 and cx700 (200 terabytes total storage supporting oracle/mysql/sql server workloads)</skill>
|
||||
<skill>Promise and Equallogic iSCSI Network Attached Storage (100 terabytes total storage supporting near line storage and development workloads)</skill>
|
||||
<skill>NFS on Linux supporting distributed web work loads</skill>
|
||||
</skillset>
|
||||
<skillset><title>Other</title>
|
||||
<skill>Basic systems administration of HP-UX 11i</skill>
|
||||
<skill>Basic systems administration of Solaris 8/9/10/opensolaris</skill>
|
||||
<skill>Panther CDN (used at Ripple/Targetcasat)</skill>
|
||||
<skill>ATT Edge Cache (used at Disney)</skill>
|
||||
<skill>Akama (used at Evite and Disney)</skill>
|
||||
</skillset>
|
||||
</skillarea>
|
||||
|
||||
<history>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux System Engineer</jobtitle>
|
||||
<employer>Targetcastnetworks INC (via acquisition of RippleTV)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2008</year></date></from>
|
||||
<to><date><month>January</month><year>2010</year></date></to>
|
||||
</period>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting</jobtitle>
|
||||
<employer>Multiple entities including Cast And Crew Entertainment Services Inc, Evite.com and Siderean Software </employer>
|
||||
<period>
|
||||
<from><date><month>September</month><year>2007</year></date></from>
|
||||
<to><date><month>October</month><year>2008</year></date></to>
|
||||
</period>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows System Engineer</jobtitle>
|
||||
<employer>The Walt Disney Company - Parks and Resorts Online - Walt Disney Internet Group</employer>
|
||||
<period>
|
||||
<from><date><month>August</month><year>2006</year></date></from>
|
||||
<to><date><month>September</month><year>2007</year></date></to>
|
||||
</period>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux Systems Engineer</jobtitle>
|
||||
<employer>Intuit Inc (via acquistion of Electronic Clearing House)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2005</year></date></from>
|
||||
<to><date><month>June</month><year>2006</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Linux systems engineer for a 24x7 transaction processing/ecommerce/
|
||||
financial services environment. Responsibilities included: Working closely
|
||||
with the network administration and infrastructure design teams. Ensuring continuous
|
||||
uptime of multiple high visibility/high impact/high value envrironments including:
|
||||
</para>
|
||||
|
||||
<skillset>
|
||||
<skill> A 1TB MySQL database. </skill>
|
||||
<skill> A 300 TB Oracle database. </skill>
|
||||
<skill> A 1.5 TB Oracle Data warehouse. </skill>
|
||||
<skill> A 4,000 store LAMP based ecommerce system. </skill>
|
||||
</skillset>
|
||||
</description>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Deployment of encrypted backups</title>
|
||||
<para>
|
||||
Designed/tested/documented/deployed an enterprise wide Linux backup system.
|
||||
All data stored on a central server with ISCSI attached network storage.
|
||||
Uses GNUPG and tar over ssh. Backups/Restores tested on a weekly basis.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployment of core database infrastructure.</title>
|
||||
<para>
|
||||
Deployed 2 Oracle RAC clusters, each consisting of 3 Dell 6850's. They are equipped with Qual Dual Core
|
||||
Xeon's and 32 Gb of RAM, running RedHat Enterprise Linux 4.0 64bit edition.
|
||||
One environment is for staging and one is for production. EMC attached. This environment is used for
|
||||
our Data Warehouse, our Transaction Processing Software and our Credit Card Clearing application. It is a
|
||||
fundamental infrastructure component. The hardware and software was deployed in 3 business days.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>File Integrity Checking</title>
|
||||
<para>
|
||||
Deployment of file integrity checking across 100 UNIX servers using fully open source software.
|
||||
Used integrit <url>http://integrit.sf.net</url> and some custom shell scripts which were submitted
|
||||
back upstream for inclusion.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting for various startups and defense contractors</jobtitle>
|
||||
<employer>Multiple entities</employer>
|
||||
<period>
|
||||
<from><date><month>February</month><year>2005</year></date></from>
|
||||
<to><date><month>October</month><year>2005</year></date></to>
|
||||
</period>
|
||||
<projects>
|
||||
<project>
|
||||
<para>
|
||||
LAMP Deployment: Deployed a Debian Linux/Apache/MySQL/PHP system and educated the System Administration and Development
|
||||
staff on configuration and use for an insurance company
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Corporate Linux Deployment/Migration: Provided assistance to a medium sized engineering firm with a near 100%
|
||||
conversion to Linux on the desktop and server. Utilizing SUSE Professional 6.5 for desktops and Debian GNU/Linux for
|
||||
servers (Email/File Server/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Linux Deployment/Migration: Providing on going assistance to a small software development firm with a near 100%
|
||||
conversion to Linux. Utilizing Ubuntu Linux for desktops and Debian GNU/Linux for servers
|
||||
(Email/File/LDAP/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows Systems Engineer</jobtitle>
|
||||
<employer>GSI Commerce (via acquistion of Newroads Inc)</employer>
|
||||
<period>
|
||||
<from><date><month>July</month><year>2002</year></date></from>
|
||||
<to><date><month>February</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Disaster Recovery from an Informix Database Failure</title>
|
||||
<para>
|
||||
Assisted in the design/testing/and execution of a disaster recovery in real time
|
||||
(on-the-fly). Wrote and documented the use of several utilities that cut down the amount of time to recovery by 30
|
||||
percent.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Streamlined the FTP Server Configuration process</title>
|
||||
<para>
|
||||
Streamlined the system configuration and new account creation process for ProFTPD on a mission critical FTP server.
|
||||
This allowed faster turn around times and freed up I.T. resources.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployed open-source Remote Control Software</title>
|
||||
<para>
|
||||
Deplopyed/Secured/Optimized/Maintained UltraVNC remote control software. This allowed the Infrastructure Support team to more
|
||||
rapidly respond to users support requests, and by doing so increase compliance with Service Level Agreements and increase
|
||||
end-user satisfaction.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Network Infrastructure Upgrade</title>
|
||||
<para>
|
||||
Upgraded the network from hubs to Linksys managed switches to increase network performance and usability/reliability.
|
||||
No network downtime occurred in the process of the upgrade
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Hardware/Software Inventory Solution</title>
|
||||
<para>
|
||||
Wrote a custom software/hardware monitoring/reporting system to ensure compliance with software licensing and obtain an
|
||||
accurate overview of company assets for inventory and disaster recovery purposes. Utilized WMI/Visio/Microsoft Access
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
</history>
|
||||
|
||||
<awards>
|
||||
<title>Classes/Courses</title>
|
||||
<award>
|
||||
<title>Course 319: Technical Writing A Comprehensive Hands On Introduction</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>May</month> <year>2004</year></date>
|
||||
<para>
|
||||
This course showed the entire process of developing clear concise effective technical writing in less time, that meets the needs
|
||||
of the audience.
|
||||
</para>
|
||||
</award>
|
||||
|
||||
<award>
|
||||
<title>Course 364: Introduction to Internetworking Switches And Routers</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>October</month><year>2004</year></date>
|
||||
<para>
|
||||
This workshop presented a conceptual overview of networking fundemntals and technology.
|
||||
</para>
|
||||
</award>
|
||||
</awards>
|
||||
|
||||
<misc>
|
||||
<para>
|
||||
I founded an open source project to capture information on the Excel file format.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>The Chicago Project</title>
|
||||
<para>
|
||||
If you ever open an Excel file in OpenOffice you are using code that I helped write via extensive research on the Excel file format.
|
||||
I also am the maintainer of the stand alone xlhtml software which is a command line xls convertor.
|
||||
This project produced code and documentation to assist developers working with the Microsoft Excel and compound
|
||||
document/structured storage file formats on non Microsoft platforms.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
|
||||
<para>
|
||||
I am a very active participant in the greater Los Angeles information technology community.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title> User groups </title>
|
||||
<para>
|
||||
I have presented numerous times at the Unix Users Association of Southern California (LA and OC chapters). Please see http://www.uuasc.org for details.
|
||||
I am a frequent contributor to the mailing list as well.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
I am a frequent presenter and participant (both in person and via mailing lists) at numerous Linux User Groups throughout the southern California region.
|
||||
This includes LiLAX, SFVLUG, SCLUG, SGVLUG.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</misc>
|
||||
|
||||
<copyright>
|
||||
<year>2010</year>
|
||||
<legalnotice>
|
||||
<para>Redistrubtion as is allowed. No modifications without prior written consent.</para>
|
||||
</legalnotice>
|
||||
</copyright>
|
||||
|
||||
</resume>
|
@@ -1,328 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"http://xmlresume.sourceforge.net/dtd/resume.dtd">
|
||||
|
||||
<resume>
|
||||
<header>
|
||||
<name><firstname>Charles</firstname> <surname>Wyble</surname></name>
|
||||
<address><city>El Monte</city> <state>CA</state> </address>
|
||||
<contact><phone location="mobile">818.280.7059</phone> <email>charles@knownelement.com</email> <url>http://www.knownelement.com/</url> </contact>
|
||||
</header>
|
||||
|
||||
<objective>
|
||||
<para>
|
||||
I’m looking to reduce costs and improve efficiency in an IT service delivery organization,
|
||||
by rapidly sourcing and fielding whatever is necessary to get the job done on time and within budget.
|
||||
</para>
|
||||
</objective>
|
||||
|
||||
<skillarea>
|
||||
<skillset>
|
||||
<title>Skills Summary</title>
|
||||
<skill>
|
||||
Linux systems engineer with extensive knowledge/experience on both Debian and RedHat based Linux distrubutions in a wide variety of applications.
|
||||
Very comfortable with shell scripting, package management, user account administration, configuration management etc)
|
||||
</skill>
|
||||
<skill> A superb communicator who will thoroughly and efficiently handle any situation requiring communication with clarity and conciseness. </skill>
|
||||
<skill> A frequent speaker/writer on a wide variety of I.T and open source matters, as well as a frequent contributer to open source projects. </skill>
|
||||
</skillset>
|
||||
<skillset>
|
||||
<skill>
|
||||
Core IT infrastructure Daily administration tasks in support of Mailman, Postfix, Bind, PXE boot (Debian Fully Automated Install (FAI) and
|
||||
Red Hat Kickstart on both Xen guests and physical hardware.
|
||||
</skill>
|
||||
<title>Linux Server Applications</title>
|
||||
<skill>Debian and Ubuntu / Red Hat Enterprise Linux (3/4/5)</skill>
|
||||
<skill>Shell scripting/automation (bash/sed/awk)</skill>
|
||||
<skill>Assisting tier3 support with software debugging (php/python/perl/java/)</skill>
|
||||
<skill>Apache 1.30/2.0/2.2</skill>
|
||||
<skill>Postfix and Courier</skill>
|
||||
<skill>Samba/ProfFTPD</skill>
|
||||
<skill>IpTables/Snort/Nessus/Nmap/OpenVAS (formerly nessus)</skill>
|
||||
</skillset>
|
||||
<skillset><title>Networking (switches, load balancers and security) </title>
|
||||
<skill>F5/BigIP Global Traffic Manager and Local Traffic Manager </skill>
|
||||
<skill>Cisco LocalDirector, 2600/1800 series routers, 3745/2900 switches</skill>
|
||||
<skill>Linux Virtual Server (LVS)</skill>
|
||||
<skill>IPTables, Snort, ClamAV</skill>
|
||||
<skill>OpenVPN</skill>
|
||||
</skillset>
|
||||
<skillset><title>Monitoring</title>
|
||||
<skill>Nagios, HP OpenView, HP SiteScope and What’s Up Gold</skill>
|
||||
</skillset>
|
||||
<skillset><title>Storage</title>
|
||||
<skill>Hewlett Packard SAN (20 terabytes total storage supporting VmWare workloads)</skill>
|
||||
<skill>EMC Clarion cx400 and cx700 (200 terabytes total storage supporting oracle/mysql/sql server workloads)</skill>
|
||||
<skill>Promise and Equallogic iSCSI Network Attached Storage (100 terabytes total storage supporting near line storage and development workloads)</skill>
|
||||
<skill>NFS on Linux supporting distributed web work loads</skill>
|
||||
</skillset>
|
||||
<skillset><title>Other</title>
|
||||
<skill>Basic systems administration of HP-UX 11i</skill>
|
||||
<skill>Basic systems administration of Solaris 8/9/10/opensolaris</skill>
|
||||
<skill>Panther CDN (used at Ripple/Targetcasat)</skill>
|
||||
<skill>ATT Edge Cache (used at Disney)</skill>
|
||||
<skill>Akamai (used at Evite and Disney)</skill>
|
||||
</skillset>
|
||||
</skillarea>
|
||||
|
||||
<history>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux System Engineer</jobtitle>
|
||||
<employer>Targetcastnetworks INC (via acquisition of RippleTV)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2008</year></date></from>
|
||||
<to><date><month>January</month><year>2010</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering expertise for customer facing advertising platform (AdSpot) and internal fleet management tool (CPanel).
|
||||
Utilized Nginx, Mongrel, Thin, Rails, Merb and Rack. Also used MySQL and memcached.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting</jobtitle>
|
||||
<employer>Multiple entities including Cast And Crew Entertainment Services Inc, Evite.com and Siderean Software </employer>
|
||||
<period>
|
||||
<from><date><month>September</month><year>2007</year></date></from>
|
||||
<to><date><month>October</month><year>2008</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering expertise for Evite.com, across 2 geographically dispersed data centers supporting
|
||||
10 million visitors and 2 million e-mails per day. Utilized Apache/Tomcat on Gentoo and Ubuntu.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows System Engineer</jobtitle>
|
||||
<employer>The Walt Disney Company - Parks and Resorts Online - Walt Disney Internet Group</employer>
|
||||
<period>
|
||||
<from><date><month>August</month><year>2006</year></date></from>
|
||||
<to><date><month>September</month><year>2007</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering and PCI compliance expertise for Disneyland.com,Disneyworld.com,DisneyCruiseLines.com
|
||||
and 23 related properties generating 2 billion dollars a year. Business logic was handled by Jboss instances on RHEL3/4.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux Systems Engineer</jobtitle>
|
||||
<employer>Intuit Inc (via acquistion of Electronic Clearing House)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2005</year></date></from>
|
||||
<to><date><month>June</month><year>2006</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Linux systems engineer for a 24x7 transaction processing/ecommerce/
|
||||
financial services environment. Responsibilities included: Working closely
|
||||
with the network administration and infrastructure design teams. Ensuring continuous
|
||||
uptime of multiple high visibility/high impact/high value envrironments including:
|
||||
</para>
|
||||
|
||||
<skillset>
|
||||
<skill> A 1TB MySQL database. </skill>
|
||||
<skill> A 300 TB Oracle database. </skill>
|
||||
<skill> A 1.5 TB Oracle Data warehouse. </skill>
|
||||
<skill> A 4,000 store LAMP based ecommerce system. (MerchantAmerica.com) </skill>
|
||||
</skillset>
|
||||
</description>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Deployment of encrypted backups</title>
|
||||
<para>
|
||||
Designed/tested/documented/deployed an enterprise wide Linux backup system.
|
||||
All data stored on a central server with ISCSI attached network storage.
|
||||
Uses GNUPG and tar over ssh. Backups/Restores tested on a weekly basis.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployment of core database infrastructure.</title>
|
||||
<para>
|
||||
Deployed 2 Oracle RAC clusters, each consisting of 3 Dell 6850's. They are equipped with Qual Dual Core
|
||||
Xeon's and 32 Gb of RAM, running RedHat Enterprise Linux 4.0 64bit edition.
|
||||
One environment is for staging and one is for production. EMC attached. This environment is used for
|
||||
our Data Warehouse, our Transaction Processing Software and our Credit Card Clearing application. It is a
|
||||
fundamental infrastructure component. The hardware and software was deployed in 3 business days.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>File Integrity Checking</title>
|
||||
<para>
|
||||
Deployment of file integrity checking across 100 UNIX servers using fully open source software.
|
||||
Used integrit <url>http://integrit.sf.net</url> and some custom shell scripts which were submitted
|
||||
back upstream for inclusion.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting for various startups and defense contractors</jobtitle>
|
||||
<employer>Multiple entities</employer>
|
||||
<period>
|
||||
<from><date><month>February</month><year>2005</year></date></from>
|
||||
<to><date><month>October</month><year>2005</year></date></to>
|
||||
</period>
|
||||
<projects>
|
||||
<project>
|
||||
<para>
|
||||
LAMP Deployment: Deployed a Debian Linux/Apache/MySQL/PHP system and educated the System Administration and Development
|
||||
staff on configuration and use for an insurance company
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Corporate Linux Deployment/Migration: Provided assistance to a medium sized engineering firm with a near 100%
|
||||
conversion to Linux on the desktop and server. Utilizing SUSE Professional 6.5 for desktops and Debian GNU/Linux for
|
||||
servers (Email/File Server/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Linux Deployment/Migration: Providing on going assistance to a small software development firm with a near 100%
|
||||
conversion to Linux. Utilizing Ubuntu Linux for desktops and Debian GNU/Linux for servers
|
||||
(Email/File/LDAP/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows Systems Engineer</jobtitle>
|
||||
<employer>GSI Commerce (via acquistion of Newroads Inc)</employer>
|
||||
<period>
|
||||
<from><date><month>July</month><year>2002</year></date></from>
|
||||
<to><date><month>February</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Disaster Recovery from an Informix Database Failure</title>
|
||||
<para>
|
||||
Assisted in the design/testing/and execution of a disaster recovery in real time
|
||||
(on-the-fly). Wrote and documented the use of several utilities that cut down the amount of time to recovery by 30
|
||||
percent.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Streamlined the FTP Server Configuration process</title>
|
||||
<para>
|
||||
Streamlined the system configuration and new account creation process for ProFTPD on a mission critical FTP server.
|
||||
This allowed faster turn around times and freed up I.T. resources.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployed open-source Remote Control Software</title>
|
||||
<para>
|
||||
Deplopyed/Secured/Optimized/Maintained UltraVNC remote control software. This allowed the Infrastructure Support team to more
|
||||
rapidly respond to users support requests, and by doing so increase compliance with Service Level Agreements and increase
|
||||
end-user satisfaction.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Network Infrastructure Upgrade</title>
|
||||
<para>
|
||||
Upgraded the network from hubs to Linksys managed switches to increase network performance and usability/reliability.
|
||||
No network downtime occurred in the process of the upgrade
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Hardware/Software Inventory Solution</title>
|
||||
<para>
|
||||
Wrote a custom software/hardware monitoring/reporting system to ensure compliance with software licensing and obtain an
|
||||
accurate overview of company assets for inventory and disaster recovery purposes. Utilized WMI/Visio/Microsoft Access
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
</history>
|
||||
|
||||
<awards>
|
||||
<title>Classes/Courses</title>
|
||||
<award>
|
||||
<title>Course 319: Technical Writing A Comprehensive Hands On Introduction</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>May</month> <year>2004</year></date>
|
||||
<para>
|
||||
This course showed the entire process of developing clear concise effective technical writing in less time, that meets the needs
|
||||
of the audience.
|
||||
</para>
|
||||
</award>
|
||||
|
||||
<award>
|
||||
<title>Course 364: Introduction to Internetworking Switches And Routers</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>October</month><year>2004</year></date>
|
||||
<para>
|
||||
This workshop presented a conceptual overview of networking fundemntals and technology.
|
||||
</para>
|
||||
</award>
|
||||
</awards>
|
||||
|
||||
<misc>
|
||||
<para>
|
||||
I founded an open source project to capture information on the Excel file format.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>The Chicago Project</title>
|
||||
<para>
|
||||
If you ever open an Excel file in OpenOffice you are using code that I helped write via extensive research on the Excel file format.
|
||||
I also am the maintainer of the stand alone xlhtml software which is a command line xls convertor.
|
||||
This project produced code and documentation to assist developers working with the Microsoft Excel and compound
|
||||
document/structured storage file formats on non Microsoft platforms.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
|
||||
<para>
|
||||
I am a very active participant in the greater Los Angeles information technology community.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title> User groups </title>
|
||||
<para>
|
||||
I have presented numerous times at the Unix Users Association of Southern California (LA and OC chapters). Please see http://www.uuasc.org for details.
|
||||
I am a frequent contributor to the mailing list as well.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
I am a frequent presenter and participant (both in person and via mailing lists) at numerous Linux User Groups throughout the southern California region.
|
||||
This includes LiLAX, SFVLUG, SCLUG, SGVLUG.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</misc>
|
||||
|
||||
<copyright>
|
||||
<year>2010</year>
|
||||
<legalnotice>
|
||||
<para>Redistrubtion as is allowed. No modifications without prior written consent.</para>
|
||||
</legalnotice>
|
||||
</copyright>
|
||||
|
||||
</resume>
|
@@ -1,88 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# A script to generate pdf/doc resume file
|
||||
# Two versions
|
||||
# Comprehensive (more for long form reading by humans)
|
||||
# Chronological (more for machine consumption/short form reading for humans)
|
||||
|
||||
#Globals
|
||||
|
||||
export ai1_resume_file="AllInOneResume.md"
|
||||
export ai1_PDF_OUTPUT_FILE="CharlesNWyble-December2023-ComprehensiveResume.pdf"
|
||||
export ai1_DOC_OUTPUT_FILE="CharlesWyble-December2023-ComprehensiveResume.docx"
|
||||
|
||||
export chron_resume_file="ChronologicalResume.md"
|
||||
export chron_PDF_OUTPUT_FILE="CharlesNWyble-December2023-ChronologicalResume.pdf"
|
||||
export chron_DOC_OUTPUT_FILE="CharlesWyble-December2023-ChronologicalResume.docx"
|
||||
|
||||
export ar24_resume_file="CharlesNWyble-Apple-2024Resume.md"
|
||||
export ar24_PDF_OUTPUT_FILE="CharlesNWyble-February2024-ComprehensiveAppleResume.pdf"
|
||||
export ar24_DOC_OUTPUT_FILE="CharlesWyble-February2024-ComprehensiveAppleResume.docx"
|
||||
|
||||
|
||||
function prevRunCleanup()
|
||||
{
|
||||
#echo "Cleaning up all in one resume output files..."
|
||||
#rm output/$ai1_DOC_OUTPUT_FILE
|
||||
#rm output/$ai1_PDF_OUTPUT_FILE
|
||||
|
||||
#echo "Cleaning up chronological resume output files..."
|
||||
#rm output/$chron_DOC_OUTPUT_FILE
|
||||
#rm output/$chron_PDF_OUTPUT_FILE
|
||||
|
||||
echo "Cleaning up apple 2024 internal fte resume output files..."
|
||||
rm output/$ar24_DOC_OUTPUT_FILE
|
||||
rm output/$ar24_PDF_OUTPUT_FILE
|
||||
}
|
||||
|
||||
function makeOutput()
|
||||
{
|
||||
|
||||
echo "Creating all in one PDF..."
|
||||
|
||||
#pandoc \
|
||||
# < input/$ai1_resume_file \
|
||||
# --from=markdown \
|
||||
# --output=output/$ai1_DOC_OUTPUT_FILE
|
||||
|
||||
echo "Creating all in one DOC..."
|
||||
|
||||
#pandoc \
|
||||
# < input/$ai1_resume_file \
|
||||
# --from=markdown \
|
||||
# -V geometry:margin=0.0in \
|
||||
# --output=output/$ai1_PDF_OUTPUT_FILE
|
||||
|
||||
echo "Creating chronological DOC..."
|
||||
|
||||
#pandoc \
|
||||
# < input/$chron_resume_file \
|
||||
# --from=markdown \
|
||||
# --output=output/$chron_DOC_OUTPUT_FILE
|
||||
|
||||
echo "Creating chronological PDF..."
|
||||
|
||||
#pandoc \
|
||||
# < input/$ai1_resume_file \
|
||||
# --from=markdown \
|
||||
# -V geometry:margin=0.0in \
|
||||
# --output=output/$chron_PDF_OUTPUT_FILE
|
||||
|
||||
echo "Creating apple FTE DOC..."
|
||||
|
||||
pandoc \
|
||||
< input/$ar24_resume_file \
|
||||
--from=markdown \
|
||||
--output=output/$ar24_DOC_OUTPUT_FILE
|
||||
|
||||
echo "Creating apple FTE PDF..."
|
||||
|
||||
pandoc \
|
||||
< input/$ar24_resume_file \
|
||||
--from=markdown \
|
||||
-V geometry:margin=0.5in \
|
||||
--output=output/$ar24_PDF_OUTPUT_FILE
|
||||
}
|
||||
|
||||
prevRunCleanup
|
||||
makeOutput
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,299 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"http://xmlresume.sourceforge.net/dtd/resume.dtd">
|
||||
|
||||
<resume>
|
||||
<header>
|
||||
<name><firstname>Charles</firstname> <surname>Wyble</surname></name>
|
||||
<address><city>El Monte</city> <state>CA</state> </address>
|
||||
<contact><phone location="mobile">818.280.7059</phone> <email>charles@knownelement.com</email> <url>http://www.knownelement.com/</url> </contact>
|
||||
</header>
|
||||
|
||||
<objective>
|
||||
<para>
|
||||
I’m looking to reduce costs and improve efficiency in an IT service delivery organization,
|
||||
by rapidly sourcing and fielding whatever is necessary to get the job done on time and within budget.
|
||||
</para>
|
||||
</objective>
|
||||
|
||||
<skillarea>
|
||||
<skillset><title>Skills Summary</title>
|
||||
<skill> Linux systems engineer with extensive knowledge/experience on both Debian and RedHat based Linux distrubutions in a wide variety of applications. </skill>
|
||||
<skill> A superb communicator who will thoroughly and efficiently handle any situation requiring communication with clarity and conciseness. </skill>
|
||||
<skill> A frequent speaker/writer on a wide variety of I.T and open source matters, as well as a frequent contributer to open source projects. </skill>
|
||||
</skillset>
|
||||
<skillset><title>Linux Server Applications</title>
|
||||
<skill>Debian (stable/testing/unstable)</skill>
|
||||
<skill>Red Hat Enterprise Linux (3/4)</skill>
|
||||
<skill>Shell scripting/automation/software debugging (bash/php/python/perl/java/awk/sed)</skill>
|
||||
<skill>Apache 1.30/2.0/2.2</skill>
|
||||
<skill>Postfix and Courier</skill>
|
||||
<skill>/Samba</skill>
|
||||
<skill>IpTables/Snort/Nessus/Nmap</skill>
|
||||
<skill>Proftpd</skill>
|
||||
</skillset>
|
||||
<skillset><title>Networking (switches, load balancers and security) </title>
|
||||
<skill>F5/BigIP Global Traffic Manager and Local Traffic Manager </skill>
|
||||
<skill>Cisco LocalDirector, PIX, 2600/1800 series routers</skill>
|
||||
<skill>Linux Virtual Server (LVS)</skill>
|
||||
<skill>IPTables, Snort, ClamAV</skill>
|
||||
<skill>OpenVPN</skill>
|
||||
</skillset>
|
||||
<skillset><title>Monitoring</title>
|
||||
<skill>Nagios, HP OpenView, HP SiteScope and What’s Up Gold</skill>
|
||||
</skillset>
|
||||
<skillset><title>Storage</title>
|
||||
<skill>Hewlett Packard SAN (20 terabytes total storage supporting VmWare workloads)</skill>
|
||||
<skill>EMC Clarion cx400 and cx700 (200 terabytes total storage supporting oracle/mysql/sql server workloads)</skill>
|
||||
<skill>Promise and Equallogic iSCSI Network Attached Storage (100 terabytes total storage supporting near line storage and development workloads)</skill>
|
||||
<skill>NFS on Linux supporting distributed web work loads</skill>
|
||||
</skillset>
|
||||
<skillset><title>Other</title>
|
||||
<skill>Basic systems administration of HP-UX 11i</skill>
|
||||
<skill>Basic systems administration of Solaris 8/9/10/opensolaris</skill>
|
||||
<skill>Panther CDN (used at Ripple/Targetcasat)</skill>
|
||||
<skill>ATT Edge Cache (used at Disney)</skill>
|
||||
<skill>Akama (used at Evite and Disney)</skill>
|
||||
</skillset>
|
||||
</skillarea>
|
||||
|
||||
<history>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux System Engineer</jobtitle>
|
||||
<employer>Targetcastnetworks INC (via acquisition of RippleTV)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2008</year></date></from>
|
||||
<to><date><month>January</month><year>2010</year></date></to>
|
||||
</period>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting</jobtitle>
|
||||
<employer>Multiple entities including Cast And Crew Entertainment Services Inc, Evite.com and Siderean Software </employer>
|
||||
<period>
|
||||
<from><date><month>September</month><year>2007</year></date></from>
|
||||
<to><date><month>October</month><year>2008</year></date></to>
|
||||
</period>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows System Engineer</jobtitle>
|
||||
<employer>The Walt Disney Company - Parks and Resorts Online - Walt Disney Internet Group</employer>
|
||||
<period>
|
||||
<from><date><month>August</month><year>2006</year></date></from>
|
||||
<to><date><month>September</month><year>2007</year></date></to>
|
||||
</period>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux Systems Engineer</jobtitle>
|
||||
<employer>Intuit Inc (via acquistion of Electronic Clearing House)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2005</year></date></from>
|
||||
<to><date><month>June</month><year>2006</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Linux systems engineer for a 24x7 transaction processing/ecommerce/
|
||||
financial services environment. Responsibilities included: Working closely
|
||||
with the network administration and infrastructure design teams. Ensuring continuous
|
||||
uptime of multiple high visibility/high impact/high value envrironments including:
|
||||
</para>
|
||||
|
||||
<skillset>
|
||||
<skill> A 1TB MySQL database. </skill>
|
||||
<skill> A 300 TB Oracle database. </skill>
|
||||
<skill> A 1.5 TB Oracle Data warehouse. </skill>
|
||||
<skill> A 4,000 store LAMP based ecommerce system. </skill>
|
||||
</skillset>
|
||||
</description>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Deployment of encrypted backups</title>
|
||||
<para>
|
||||
Designed/tested/documented/deployed an enterprise wide Linux backup system.
|
||||
All data stored on a central server with ISCSI attached network storage.
|
||||
Uses GNUPG and tar over ssh. Backups/Restores tested on a weekly basis.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployment of core database infrastructure.</title>
|
||||
<para>
|
||||
Deployed 2 Oracle RAC clusters, each consisting of 3 Dell 6850's. They are equipped with Qual Dual Core
|
||||
Xeon's and 32 Gb of RAM, running RedHat Enterprise Linux 4.0 64bit edition.
|
||||
One environment is for staging and one is for production. EMC attached. This environment is used for
|
||||
our Data Warehouse, our Transaction Processing Software and our Credit Card Clearing application. It is a
|
||||
fundamental infrastructure component. The hardware and software was deployed in 3 business days.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>File Integrity Checking</title>
|
||||
<para>
|
||||
Deployment of file integrity checking across 100 UNIX servers using fully open source software.
|
||||
Used integrit <url>http://integrit.sf.net</url> and some custom shell scripts which were submitted
|
||||
back upstream for inclusion.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting for various startups and defense contractors</jobtitle>
|
||||
<employer>Multiple entities</employer>
|
||||
<period>
|
||||
<from><date><month>February</month><year>2005</year></date></from>
|
||||
<to><date><month>October</month><year>2005</year></date></to>
|
||||
</period>
|
||||
<projects>
|
||||
<project>
|
||||
<para>
|
||||
LAMP Deployment: Deployed a Debian Linux/Apache/MySQL/PHP system and educated the System Administration and Development
|
||||
staff on configuration and use for an insurance company
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Corporate Linux Deployment/Migration: Provided assistance to a medium sized engineering firm with a near 100%
|
||||
conversion to Linux on the desktop and server. Utilizing SUSE Professional 6.5 for desktops and Debian GNU/Linux for
|
||||
servers (Email/File Server/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Linux Deployment/Migration: Providing on going assistance to a small software development firm with a near 100%
|
||||
conversion to Linux. Utilizing Ubuntu Linux for desktops and Debian GNU/Linux for servers
|
||||
(Email/File/LDAP/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows Systems Engineer</jobtitle>
|
||||
<employer>GSI Commerce (via acquistion of Newroads Inc)</employer>
|
||||
<period>
|
||||
<from><date><month>July</month><year>2002</year></date></from>
|
||||
<to><date><month>February</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Disaster Recovery from an Informix Database Failure</title>
|
||||
<para>
|
||||
Assisted in the design/testing/and execution of a disaster recovery in real time
|
||||
(on-the-fly). Wrote and documented the use of several utilities that cut down the amount of time to recovery by 30
|
||||
percent.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Streamlined the FTP Server Configuration process</title>
|
||||
<para>
|
||||
Streamlined the system configuration and new account creation process for ProFTPD on a mission critical FTP server.
|
||||
This allowed faster turn around times and freed up I.T. resources.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployed open-source Remote Control Software</title>
|
||||
<para>
|
||||
Deplopyed/Secured/Optimized/Maintained UltraVNC remote control software. This allowed the Infrastructure Support team to more
|
||||
rapidly respond to users support requests, and by doing so increase compliance with Service Level Agreements and increase
|
||||
end-user satisfaction.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Network Infrastructure Upgrade</title>
|
||||
<para>
|
||||
Upgraded the network from hubs to Linksys managed switches to increase network performance and usability/reliability.
|
||||
No network downtime occurred in the process of the upgrade
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Hardware/Software Inventory Solution</title>
|
||||
<para>
|
||||
Wrote a custom software/hardware monitoring/reporting system to ensure compliance with software licensing and obtain an
|
||||
accurate overview of company assets for inventory and disaster recovery purposes. Utilized WMI/Visio/Microsoft Access
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
</history>
|
||||
|
||||
<awards>
|
||||
<title>Classes/Courses</title>
|
||||
<award>
|
||||
<title>Course 319: Technical Writing A Comprehensive Hands On Introduction</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>May</month> <year>2004</year></date>
|
||||
<para>
|
||||
This course showed the entire process of developing clear concise effective technical writing in less time, that meets the needs
|
||||
of the audience.
|
||||
</para>
|
||||
</award>
|
||||
|
||||
<award>
|
||||
<title>Course 364: Introduction to Internetworking Switches And Routers</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>October</month><year>2004</year></date>
|
||||
<para>
|
||||
This workshop presented a conceptual overview of networking fundemntals and technology.
|
||||
</para>
|
||||
</award>
|
||||
</awards>
|
||||
|
||||
<misc>
|
||||
<para>
|
||||
I founded an open source project to capture information on the Excel file format.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>The Chicago Project</title>
|
||||
<para>
|
||||
If you ever open an Excel file in OpenOffice you are using code that I helped write via extensive research on the Excel file format.
|
||||
I also am the maintainer of the stand alone xlhtml software which is a command line xls convertor.
|
||||
This project produced code and documentation to assist developers working with the Microsoft Excel and compound
|
||||
document/structured storage file formats on non Microsoft platforms.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
|
||||
<para>
|
||||
I am a very active participant in the greater Los Angeles information technology community.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title> User groups </title>
|
||||
<para>
|
||||
I have presented numerous times at the Unix Users Association of Southern California (LA and OC chapters). Please see http://www.uuasc.org for details.
|
||||
I am a frequent contributor to the mailing list as well.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
I am a frequent presenter and participant (both in person and via mailing lists) at numerous Linux User Groups throughout the southern California region.
|
||||
This includes LiLAX, SFVLUG, SCLUG, SGVLUG.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</misc>
|
||||
|
||||
<copyright>
|
||||
<year>2010</year>
|
||||
<legalnotice>
|
||||
<para>Redistrubtion as is allowed. No modifications without prior written consent.</para>
|
||||
</legalnotice>
|
||||
</copyright>
|
||||
|
||||
</resume>
|
@@ -1,328 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"http://xmlresume.sourceforge.net/dtd/resume.dtd">
|
||||
|
||||
<resume>
|
||||
<header>
|
||||
<name><firstname>Charles</firstname> <surname>Wyble</surname></name>
|
||||
<address><city>El Monte</city> <state>CA</state> </address>
|
||||
<contact><phone location="mobile">818.280.7059</phone> <email>charles@knownelement.com</email> <url>http://www.knownelement.com/</url> </contact>
|
||||
</header>
|
||||
|
||||
<objective>
|
||||
<para>
|
||||
I’m looking to reduce costs and improve efficiency in an IT service delivery organization,
|
||||
by rapidly sourcing and fielding whatever is necessary to get the job done on time and within budget.
|
||||
</para>
|
||||
</objective>
|
||||
|
||||
<skillarea>
|
||||
<skillset>
|
||||
<title>Skills Summary</title>
|
||||
<skill>
|
||||
Linux systems engineer with extensive knowledge/experience on both Debian and RedHat based Linux distrubutions in a wide variety of applications.
|
||||
Very comfortable with shell scripting, package management, user account administration, configuration management etc)
|
||||
</skill>
|
||||
<skill> A superb communicator who will thoroughly and efficiently handle any situation requiring communication with clarity and conciseness. </skill>
|
||||
<skill> A frequent speaker/writer on a wide variety of I.T and open source matters, as well as a frequent contributer to open source projects. </skill>
|
||||
</skillset>
|
||||
<skillset>
|
||||
<skill>
|
||||
Core IT infrastructure Daily administration tasks in support of Mailman, Postfix, Bind, PXE boot (Debian Fully Automated Install (FAI) and
|
||||
Red Hat Kickstart on both Xen guests and physical hardware.
|
||||
</skill>
|
||||
<title>Linux Server Applications</title>
|
||||
<skill>Debian and Ubuntu / Red Hat Enterprise Linux (3/4/5)</skill>
|
||||
<skill>Shell scripting/automation (bash/sed/awk)</skill>
|
||||
<skill>Assisting tier3 support with software debugging (php/python/perl/java/)</skill>
|
||||
<skill>Apache 1.30/2.0/2.2</skill>
|
||||
<skill>Postfix and Courier</skill>
|
||||
<skill>Samba/ProfFTPD</skill>
|
||||
<skill>IpTables/Snort/Nessus/Nmap/OpenVAS (formerly nessus)</skill>
|
||||
</skillset>
|
||||
<skillset><title>Networking (switches, load balancers and security) </title>
|
||||
<skill>F5/BigIP Global Traffic Manager and Local Traffic Manager </skill>
|
||||
<skill>Cisco LocalDirector, 2600/1800 series routers, 3745/2900 switches</skill>
|
||||
<skill>Linux Virtual Server (LVS)</skill>
|
||||
<skill>IPTables, Snort, ClamAV</skill>
|
||||
<skill>OpenVPN</skill>
|
||||
</skillset>
|
||||
<skillset><title>Monitoring</title>
|
||||
<skill>Nagios, HP OpenView, HP SiteScope and What’s Up Gold</skill>
|
||||
</skillset>
|
||||
<skillset><title>Storage</title>
|
||||
<skill>Hewlett Packard SAN (20 terabytes total storage supporting VmWare workloads)</skill>
|
||||
<skill>EMC Clarion cx400 and cx700 (200 terabytes total storage supporting oracle/mysql/sql server workloads)</skill>
|
||||
<skill>Promise and Equallogic iSCSI Network Attached Storage (100 terabytes total storage supporting near line storage and development workloads)</skill>
|
||||
<skill>NFS on Linux supporting distributed web work loads</skill>
|
||||
</skillset>
|
||||
<skillset><title>Other</title>
|
||||
<skill>Basic systems administration of HP-UX 11i</skill>
|
||||
<skill>Basic systems administration of Solaris 8/9/10/opensolaris</skill>
|
||||
<skill>Panther CDN (used at Ripple/Targetcasat)</skill>
|
||||
<skill>ATT Edge Cache (used at Disney)</skill>
|
||||
<skill>Akamai (used at Evite and Disney)</skill>
|
||||
</skillset>
|
||||
</skillarea>
|
||||
|
||||
<history>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux System Engineer</jobtitle>
|
||||
<employer>Targetcastnetworks INC (via acquisition of RippleTV)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2008</year></date></from>
|
||||
<to><date><month>January</month><year>2010</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering expertise for customer facing advertising platform (AdSpot) and internal fleet management tool (CPanel).
|
||||
Utilized Nginx, Mongrel, Thin, Rails, Merb and Rack. Also used MySQL and memcached.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting</jobtitle>
|
||||
<employer>Multiple entities including Cast And Crew Entertainment Services Inc, Evite.com and Siderean Software </employer>
|
||||
<period>
|
||||
<from><date><month>September</month><year>2007</year></date></from>
|
||||
<to><date><month>October</month><year>2008</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering expertise for Evite.com, across 2 geographically dispersed data centers supporting
|
||||
10 million visitors and 2 million e-mails per day. Utilized Apache/Tomcat on Gentoo and Ubuntu.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows System Engineer</jobtitle>
|
||||
<employer>The Walt Disney Company - Parks and Resorts Online - Walt Disney Internet Group</employer>
|
||||
<period>
|
||||
<from><date><month>August</month><year>2006</year></date></from>
|
||||
<to><date><month>September</month><year>2007</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering and PCI compliance expertise for Disneyland.com,Disneyworld.com,DisneyCruiseLines.com
|
||||
and 23 related properties generating 2 billion dollars a year. Business logic was handled by Jboss instances on RHEL3/4.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux Systems Engineer</jobtitle>
|
||||
<employer>Intuit Inc (via acquistion of Electronic Clearing House)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2005</year></date></from>
|
||||
<to><date><month>June</month><year>2006</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Linux systems engineer for a 24x7 transaction processing/ecommerce/
|
||||
financial services environment. Responsibilities included: Working closely
|
||||
with the network administration and infrastructure design teams. Ensuring continuous
|
||||
uptime of multiple high visibility/high impact/high value envrironments including:
|
||||
</para>
|
||||
|
||||
<skillset>
|
||||
<skill> A 1TB MySQL database. </skill>
|
||||
<skill> A 300 TB Oracle database. </skill>
|
||||
<skill> A 1.5 TB Oracle Data warehouse. </skill>
|
||||
<skill> A 4,000 store LAMP based ecommerce system. (MerchantAmerica.com) </skill>
|
||||
</skillset>
|
||||
</description>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Deployment of encrypted backups</title>
|
||||
<para>
|
||||
Designed/tested/documented/deployed an enterprise wide Linux backup system.
|
||||
All data stored on a central server with ISCSI attached network storage.
|
||||
Uses GNUPG and tar over ssh. Backups/Restores tested on a weekly basis.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployment of core database infrastructure.</title>
|
||||
<para>
|
||||
Deployed 2 Oracle RAC clusters, each consisting of 3 Dell 6850's. They are equipped with Qual Dual Core
|
||||
Xeon's and 32 Gb of RAM, running RedHat Enterprise Linux 4.0 64bit edition.
|
||||
One environment is for staging and one is for production. EMC attached. This environment is used for
|
||||
our Data Warehouse, our Transaction Processing Software and our Credit Card Clearing application. It is a
|
||||
fundamental infrastructure component. The hardware and software was deployed in 3 business days.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>File Integrity Checking</title>
|
||||
<para>
|
||||
Deployment of file integrity checking across 100 UNIX servers using fully open source software.
|
||||
Used integrit <url>http://integrit.sf.net</url> and some custom shell scripts which were submitted
|
||||
back upstream for inclusion.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows/network/security consulting for various startups and defense contractors</jobtitle>
|
||||
<employer>Multiple entities</employer>
|
||||
<period>
|
||||
<from><date><month>February</month><year>2005</year></date></from>
|
||||
<to><date><month>October</month><year>2005</year></date></to>
|
||||
</period>
|
||||
<projects>
|
||||
<project>
|
||||
<para>
|
||||
LAMP Deployment: Deployed a Debian Linux/Apache/MySQL/PHP system and educated the System Administration and Development
|
||||
staff on configuration and use for an insurance company
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Corporate Linux Deployment/Migration: Provided assistance to a medium sized engineering firm with a near 100%
|
||||
conversion to Linux on the desktop and server. Utilizing SUSE Professional 6.5 for desktops and Debian GNU/Linux for
|
||||
servers (Email/File Server/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Linux Deployment/Migration: Providing on going assistance to a small software development firm with a near 100%
|
||||
conversion to Linux. Utilizing Ubuntu Linux for desktops and Debian GNU/Linux for servers
|
||||
(Email/File/LDAP/DNS/DHCP).
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows Systems Engineer</jobtitle>
|
||||
<employer>GSI Commerce (via acquistion of Newroads Inc)</employer>
|
||||
<period>
|
||||
<from><date><month>July</month><year>2002</year></date></from>
|
||||
<to><date><month>February</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Disaster Recovery from an Informix Database Failure</title>
|
||||
<para>
|
||||
Assisted in the design/testing/and execution of a disaster recovery in real time
|
||||
(on-the-fly). Wrote and documented the use of several utilities that cut down the amount of time to recovery by 30
|
||||
percent.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Streamlined the FTP Server Configuration process</title>
|
||||
<para>
|
||||
Streamlined the system configuration and new account creation process for ProFTPD on a mission critical FTP server.
|
||||
This allowed faster turn around times and freed up I.T. resources.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployed open-source Remote Control Software</title>
|
||||
<para>
|
||||
Deplopyed/Secured/Optimized/Maintained UltraVNC remote control software. This allowed the Infrastructure Support team to more
|
||||
rapidly respond to users support requests, and by doing so increase compliance with Service Level Agreements and increase
|
||||
end-user satisfaction.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Network Infrastructure Upgrade</title>
|
||||
<para>
|
||||
Upgraded the network from hubs to Linksys managed switches to increase network performance and usability/reliability.
|
||||
No network downtime occurred in the process of the upgrade
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Hardware/Software Inventory Solution</title>
|
||||
<para>
|
||||
Wrote a custom software/hardware monitoring/reporting system to ensure compliance with software licensing and obtain an
|
||||
accurate overview of company assets for inventory and disaster recovery purposes. Utilized WMI/Visio/Microsoft Access
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
</history>
|
||||
|
||||
<awards>
|
||||
<title>Classes/Courses</title>
|
||||
<award>
|
||||
<title>Course 319: Technical Writing A Comprehensive Hands On Introduction</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>May</month> <year>2004</year></date>
|
||||
<para>
|
||||
This course showed the entire process of developing clear concise effective technical writing in less time, that meets the needs
|
||||
of the audience.
|
||||
</para>
|
||||
</award>
|
||||
|
||||
<award>
|
||||
<title>Course 364: Introduction to Internetworking Switches And Routers</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>October</month><year>2004</year></date>
|
||||
<para>
|
||||
This workshop presented a conceptual overview of networking fundemntals and technology.
|
||||
</para>
|
||||
</award>
|
||||
</awards>
|
||||
|
||||
<misc>
|
||||
<para>
|
||||
I founded an open source project to capture information on the Excel file format.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>The Chicago Project</title>
|
||||
<para>
|
||||
If you ever open an Excel file in OpenOffice you are using code that I helped write via extensive research on the Excel file format.
|
||||
I also am the maintainer of the stand alone xlhtml software which is a command line xls convertor.
|
||||
This project produced code and documentation to assist developers working with the Microsoft Excel and compound
|
||||
document/structured storage file formats on non Microsoft platforms.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
|
||||
<para>
|
||||
I am a very active participant in the greater Los Angeles information technology community.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title> User groups </title>
|
||||
<para>
|
||||
I have presented numerous times at the Unix Users Association of Southern California (LA and OC chapters). Please see http://www.uuasc.org for details.
|
||||
I am a frequent contributor to the mailing list as well.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
I am a frequent presenter and participant (both in person and via mailing lists) at numerous Linux User Groups throughout the southern California region.
|
||||
This includes LiLAX, SFVLUG, SCLUG, SGVLUG.
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</misc>
|
||||
|
||||
<copyright>
|
||||
<year>2010</year>
|
||||
<legalnotice>
|
||||
<para>Redistrubtion as is allowed. No modifications without prior written consent.</para>
|
||||
</legalnotice>
|
||||
</copyright>
|
||||
|
||||
</resume>
|
Binary file not shown.
@@ -1,321 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"http://xmlresume.sourceforge.net/dtd/resume.dtd">
|
||||
|
||||
|
||||
|
||||
<resume>
|
||||
<header>
|
||||
<name>
|
||||
<title>Mr</title>
|
||||
<firstname>Charles</firstname>
|
||||
<middlename>Nathaniel</middlename>
|
||||
<surname>Wyble</surname>
|
||||
</name>
|
||||
|
||||
<address>
|
||||
<street>1350 Victoria Ave Suite 116</street>
|
||||
<city>Oxnard</city>
|
||||
<state>CA</state>
|
||||
<zip>93035</zip>
|
||||
</address>
|
||||
|
||||
<contact>
|
||||
<phone location="mobile">818-280-7059</phone>
|
||||
<phone location="home">805-984-9983</phone>
|
||||
<email>charles@thewybles.com</email>
|
||||
<url>http://www.thewybles.com/~charles</url>
|
||||
</contact>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<objective>
|
||||
<para>
|
||||
To obtain a Linux system administration position with your organization.
|
||||
</para>
|
||||
</objective>
|
||||
|
||||
<skillset>
|
||||
<title>Skills Summary</title>
|
||||
<skill level="4 years">
|
||||
A Linux system administrator with a detailed knowledge of Linux in a wide variety of industries and environments.
|
||||
</skill>
|
||||
|
||||
<skill>
|
||||
A superb communicator who will thoroughly and efficiently handle any situation requiring communication with clarity and
|
||||
conciseness.
|
||||
</skill>
|
||||
|
||||
<skill>
|
||||
A frequent speaker/writer on a wide variety of I.T and open source matters, as well as a frequent contributer to open source
|
||||
projects.
|
||||
</skill>
|
||||
</skillset>
|
||||
<skillarea>
|
||||
<title>System and Network Administration Skills</title>
|
||||
<skillset>
|
||||
<title>UNIX Administration</title>
|
||||
<skill level="6 years">Debian (stable/testing/unstable)</skill>
|
||||
<skill level="3 years">Mandrake </skill>
|
||||
<skill level="2 years">SUSE</skill>
|
||||
<skill level="3 years">Red Hat Enterprise Linux (3/4)</skill>
|
||||
<skill level="7 years">Shell scripting/automation (bash/python/tcl/php/awk/sed)</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<title>Linux Server Applications</title>
|
||||
<skill>Apache 1/2</skill>
|
||||
<skill>Postfix/Qmail And Cyrus/Courier</skill>
|
||||
<skill>OpenLdap/Samba</skill>
|
||||
<skill>IpTables/Snort/Nessus/Nmap</skill>
|
||||
<skill>Webmin</skill>
|
||||
<skill>Courier/Cyrus</skill>
|
||||
<skill>Proftpd</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<title>Storage Administration</title>
|
||||
<skill level="1 year">EMC Clarion (cx400 and cx700)</skill>
|
||||
<skill level="1 year">Equal Logic</skill>
|
||||
<skill level="1 year">Promise ISCSI</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<title>Server Hardware</title>
|
||||
<skill level="5 years">Dell 26/28/6850</skill>
|
||||
<skill level="5 year">Hp NetServer</skill>
|
||||
<skill level="5 year">Custom built/whitebox</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<title>Networking</title>
|
||||
<skill level="5 years">Cabling (backbone/serial/desktop/fiber)</skill>
|
||||
<skill level="3 years">Routers (Cisco/Linksys/Dlink)</skill>
|
||||
<skill level="2 years">Load balancing (Cisco/Webmux) </skill>
|
||||
<skill level="2 years">Switches (Cisco Catalyst/Linksys) </skill>
|
||||
</skillset>
|
||||
|
||||
</skillarea>
|
||||
|
||||
|
||||
<misc>
|
||||
<para>
|
||||
I have founded two open source projects, and participated in many more by writing code/documentation and providing user/developer
|
||||
support.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>The Chicago Project</title>
|
||||
<para>
|
||||
This project produced code and documentation to assist developers working with the Microsoft excel and compound
|
||||
document/structured storage file formats on non Microsoft platforms. I am the project manager and lead developer
|
||||
for this project which is now in maintenance mode. (http://chicago.sourceforge.net)
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>The Open Source Microsoft Exchange Replacement Platform</title>
|
||||
<para>
|
||||
The goal of this project is to produce code and documentation that will provide a fully open source
|
||||
drop in replacement for Microsoft Exchange. I am the project manager, and founder.
|
||||
I work closely with the lead developer and a worldwide team of programmers, documenters, and beta testers.
|
||||
(http://www.thewybles.com/~charles/oser)
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</misc>
|
||||
|
||||
|
||||
|
||||
<history>
|
||||
<job>
|
||||
<jobtitle>Senior Linux System Administrator</jobtitle>
|
||||
<employer>Electronic Clearing House (http://www.echo-inc.com) </employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2006</year></date></from>
|
||||
<to><date><month>June</month><year>2006</year></date></to>
|
||||
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Senior Linux administrator for a 24x7 transaction processing/ecommerce/
|
||||
financial services environment. Responsibilities include: Working closely
|
||||
with the network administration and infrastructure design teams. Ensuring continuous
|
||||
uptime of multiple high visibility/high impact/high value envrironments including:
|
||||
</para>
|
||||
|
||||
<skillset>
|
||||
<skill>
|
||||
A 1TB MySQL database.
|
||||
</skill>
|
||||
|
||||
<skill>
|
||||
A 300 GB Oracle database.
|
||||
</skill>
|
||||
|
||||
<skill>
|
||||
A 1.5 GB Oracle Data warehouse.
|
||||
</skill>
|
||||
|
||||
<skill>
|
||||
A 4,000 store LAMP based ecommerce system.
|
||||
</skill>
|
||||
</skillset>
|
||||
</description>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Deployment of encrypted backups</title>
|
||||
<para>
|
||||
Designed/tested/documented/deployed an enterprise wide Linux backup system.
|
||||
All data stored on a central server with ISCSI attached network storage.
|
||||
Uses GNUPG and tar over ssh. Backups/Restores tested on a weekly basis.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployment of core database infrastructure.</title>
|
||||
<para>
|
||||
Deployed 2 Oracle RAC clusters, each consisting of 3 Dell 6850's. They are equipped with Qual Dual Core
|
||||
Xeon's and 32 Gb of RAM, running RedHat Enterprise Linux 4.0 64bit edition.
|
||||
One environment is for staging and one is for production. EMC attached. This environment is used for
|
||||
our Data Warehouse, our Transaction Processing Software and our Credit Card Clearing application. It is a
|
||||
fundamental infrastructure component. The hardware and software was deployed in 3 business days.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>File Integrity Checking</title>
|
||||
<para>
|
||||
Deployment of file integrity checking across 100 UNIX servers using fully open source software.
|
||||
Used integrit <url>http://integrit.sf.net</url> and some custom shell scripts which were submitted
|
||||
back upstream for inclusion.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
|
||||
<job>
|
||||
<jobtitle>Consultant</jobtitle>
|
||||
<period>
|
||||
<from><date><month>February</month><year>2005</year></date></from>
|
||||
<to><date><month>September</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<para>
|
||||
LAMP Deployment: Deployed a Debian Linux/Apache/MySQL/PHP system and educated the System Administration and Development
|
||||
staff on configuration and use for an insurance company located in Burbank CA.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Corporate Linux Deployment/Migration: Providing on going assistance to a medium sized business with a 100% conversion to
|
||||
Linux on the Desktop as well as server. Utilizing SUSE Professional 6.5 for desktops and Debian GNU/Linux for
|
||||
multiple production mission critical servers (Email/File Server/DNS/DHCP). This is for a manufacturing company in
|
||||
Sylmar CA.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<para>
|
||||
Linux Deployment/Migration: Providing on going assistance to a small software development firm with a 100%
|
||||
conversion to Linux. Utilizing Ubuntu Linux for desktops and Debian GNU/Linux for
|
||||
servers (Email/File/LDAP/DNS/DHCP). February 2004-Present
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
|
||||
|
||||
|
||||
<job>
|
||||
<jobtitle>Junior System Administrator</jobtitle>
|
||||
<employer>Newroads http://www.newroads.com</employer>
|
||||
<period>
|
||||
<from><date><month>March</month><year>2002</year></date></from>
|
||||
<to><date><month>February</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title>Disaster Recovery from an Informix Database Failure</title>
|
||||
<para>
|
||||
Assisted in the design/testing/and execution of a disaster recovery in real time
|
||||
(on-the-fly). Wrote and documented the use of several utilities that cut down the amount of time to recovery by 30
|
||||
percent.
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Streamlined the FTP Server Configuration process</title>
|
||||
<para>
|
||||
Streamlined the system configuration and new account creation process for ProFTPD on a mission critical FTP server.
|
||||
This allowed faster turn around times and freed up I.T. resources. (1 month project)
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Deployed open-source Remote Control Software</title>
|
||||
<para>
|
||||
Deplopyed/Secured/Optimized/Maintained UltraVNC remote control software. This allowed the Infrastructure Support team to more
|
||||
rapidly respond to users support requests, and by doing so increase compliance with Service Level Agreements and increase
|
||||
end-user satisfaction. (2 month project)
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Network Infrastructure Upgrade</title>
|
||||
<para>
|
||||
Upgraded the network from hubs to Linksys managed switches to increase network performance and usability/reliability.
|
||||
No network downtime occurred in the process of the upgrade (1 week project)
|
||||
</para>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title>Hardware/Software Inventory Solution</title>
|
||||
<para>
|
||||
Wrote a custom software/hardware monitoring/reporting system to ensure compliance with software licensing and obtain an
|
||||
accurate overview of company assets for inventory and disaster recovery purposes. (2 month project)
|
||||
</para>
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
</history>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<awards>
|
||||
<title>Classes/Courses</title>
|
||||
<award>
|
||||
<title>Course 319: Technical Writing A Comprehensive Hands On Introduction</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>May</month> <year>2004</year></date>
|
||||
<para>
|
||||
This course showed the entire process of developing clear concise effective technical writing in less time, that meets the needs
|
||||
of the audience.
|
||||
</para>
|
||||
</award>
|
||||
|
||||
<award>
|
||||
<title>Course 364: Introduction to Internetworking Switches And Routers</title>
|
||||
<organization>Learning Tree International</organization>
|
||||
<date><month>October</month><year>2004</year></date>
|
||||
<para>
|
||||
This workshop presented a conceptual overview of networking fundemntals and technology.
|
||||
</para>
|
||||
</award>
|
||||
</awards>
|
||||
|
||||
|
||||
</resume>
|
@@ -1,165 +0,0 @@
|
||||
# Makefile
|
||||
#
|
||||
# Makefile for resumes
|
||||
#
|
||||
# Copyright (c) 2002 Bruce Christensen
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
#
|
||||
# 1. Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# 2. Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the
|
||||
# distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
|
||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# To create example.html, example.txt, example.fo, and example.pdf from
|
||||
# example.xml, with Italian localization and a4 paper size, use this command:
|
||||
#
|
||||
# gmake resume=example country=it papersize=a4
|
||||
#
|
||||
# To generate just the html version of cv.xml with UK localization, use this
|
||||
# command:
|
||||
#
|
||||
# gmake html resume=cv country=uk
|
||||
#
|
||||
# To remove all generated files, run:
|
||||
#
|
||||
# gmake clean
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Basename (filename minus .xml extension) of resume to process
|
||||
# For example, put "myresume" here to process "myresume.xml".
|
||||
#------------------------------------------------------------------------------
|
||||
resume = charlesnw-resume
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Stylesheets
|
||||
#------------------------------------------------------------------------------
|
||||
# Options: br de fr it nl uk us es
|
||||
country = us
|
||||
# Options: letter for country=us, a4 for others
|
||||
papersize = letter
|
||||
|
||||
xsl_base = http://xmlresume.sourceforge.net/xsl
|
||||
#xsl_base = ../xsl
|
||||
#xsl_base = ../src/www/xsl
|
||||
|
||||
html_style = $(xsl_base)/output/$(country)-html.xsl
|
||||
text_style = $(xsl_base)/output/$(country)-text.xsl
|
||||
fo_style = $(xsl_base)/output/$(country)-$(papersize).xsl
|
||||
upgrade_13x_140_style = $(xsl_base)/misc/13x-140.xsl
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Processing software
|
||||
#------------------------------------------------------------------------------
|
||||
make = gmake
|
||||
out = output
|
||||
|
||||
xsl_proc = java org.apache.xalan.xslt.Process $(xsl_flags) -in $(in) -xsl $(xsl) -out output/$(out)
|
||||
#xsl_proc = java com.icl.saxon.StyleSheet $(xsl_flags) -o $(out) $(in) $(xsl) $(xsl_params)
|
||||
|
||||
pdf_proc = java org.apache.fop.apps.Fop -fo $(fo_flags) $(in) -pdf $(out)
|
||||
#pdf_proc = ~/bin/xep/run.sh $(fo_flags) $(in) $(out)
|
||||
|
||||
# RTF generation currently requires you download a separate, closed source jar
|
||||
# file and add it to your java classpath:
|
||||
# http://www.xmlmind.com/foconverter/downloadperso.shtml
|
||||
rtf_proc = java com.xmlmind.fo.converter.Driver $(in) $(out)
|
||||
#rtf_proc = java ch.codeconsult.jfor.main.CmdLineConverter $(in) $(out)
|
||||
|
||||
# Element filtering allows you to create targeted resumes.
|
||||
# You can create your own targets; just specify them in your resume.xml
|
||||
# file with the "targets" attribute. In this example, the foodservice
|
||||
# AND carpentry elements will be included in the output, but not the
|
||||
# elements targeted to other jobs. Untargeted elements (those with no
|
||||
# "targets" attribute) are always included.
|
||||
# Take a look at example2.xml and try changing the filter targets to get a
|
||||
# feel for how the filter works.
|
||||
filter_targets = foodservice carpentry
|
||||
filter_proc = java net.sourceforge.xmlresume.filter.Filter -in $(in) -out $(out) $(filter_targets)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# End configurable parameters
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
.PHONY: all html text fo pdf clean 13x-140
|
||||
|
||||
all: html text fo pdf
|
||||
html: $(resume).html
|
||||
text: $(resume).txt
|
||||
fo: $(resume).fo
|
||||
pdf: $(resume).pdf
|
||||
13x-140: $(resume)-140.xml
|
||||
rtf: $(resume).rtf
|
||||
filter: $(resume)-filtered.xml
|
||||
|
||||
clean:
|
||||
rm -f output/$(resume).html
|
||||
rm -f output/$(resume).txt
|
||||
rm -f output/$(resume).fo
|
||||
rm -f output/$(resume).pdf
|
||||
rm -f output/$(resume).rtf
|
||||
rm -f output/$(resume)-filtered.xml
|
||||
rm -f output/$(resume)-filtered.html
|
||||
rm -f output/$(resume)-filtered.txt
|
||||
rm -f output/$(resume)-filtered.pdf
|
||||
rm -f output/$(resume)-filtered.fo
|
||||
rm -f output/$(resume)-filtered.rtf
|
||||
|
||||
$(resume).html: in = $(resume).xml
|
||||
$(resume).html: out = $(resume).html
|
||||
$(resume).html: xsl = $(html_style)
|
||||
$(resume).html: $(resume).xml
|
||||
$(xsl_proc)
|
||||
|
||||
$(resume).txt: in = $(resume).xml
|
||||
$(resume).txt: out = $(resume).txt
|
||||
$(resume).txt: xsl = $(text_style)
|
||||
$(resume).txt: $(resume).xml
|
||||
$(xsl_proc)
|
||||
|
||||
$(resume).fo: in = $(resume).xml
|
||||
$(resume).fo: out = $(resume).fo
|
||||
$(resume).fo: xsl = $(fo_style)
|
||||
$(resume).fo: $(resume).xml
|
||||
$(xsl_proc)
|
||||
|
||||
$(resume).pdf: in = $(resume).fo
|
||||
$(resume).pdf: out = $(resume).pdf
|
||||
$(resume).pdf: $(resume).fo
|
||||
$(pdf_proc)
|
||||
|
||||
$(resume).rtf: in = $(resume).fo
|
||||
$(resume).rtf: out = $(resume).rtf
|
||||
$(resume).rtf: $(resume).fo
|
||||
$(rtf_proc)
|
||||
|
||||
$(resume)-140.xml: in = $(resume).xml
|
||||
$(resume)-140.xml: out = $(resume)-140.xml
|
||||
$(resume)-140.xml: xsl = $(upgrade_13x_140_style)
|
||||
$(resume)-140.xml: $(resume).xml
|
||||
$(xsl_proc)
|
||||
|
||||
$(resume)-filtered.xml: in = $(resume).xml
|
||||
$(resume)-filtered.xml: out = $(resume)-filtered.xml
|
||||
$(resume)-filtered.xml: $(resume).xml
|
||||
$(filter_proc)
|
||||
$(make) all resume=$(resume)-filtered
|
@@ -1,306 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"http://xmlresume.sourceforge.net/dtd/resume.dtd">
|
||||
|
||||
<resume>
|
||||
<header>
|
||||
<name><firstname>Charles</firstname> <surname>Wyble</surname></name>
|
||||
<address><city>El Monte</city> <state>CA</state> </address>
|
||||
<contact><phone location="mobile">818.280.7059</phone> <email>charles@knownelement.com</email> <url>http://www.knownelement.com/</url> </contact>
|
||||
</header>
|
||||
|
||||
<objective>
|
||||
<para>
|
||||
I’m looking to reduce costs and improve efficiency in an IT service delivery organization,
|
||||
by rapidly sourcing and fielding whatever is necessary to get the job done on time and within budget.
|
||||
</para>
|
||||
</objective>
|
||||
|
||||
<skillarea>
|
||||
<title>Skills Summary</title>
|
||||
<skillset>
|
||||
<skill>
|
||||
Linux systems engineer with extensive knowledge/experience on both
|
||||
Debian and RedHat based Linux distributions in a wide variety of applications.
|
||||
|
||||
Very comfortable with shell scripting, package management, user account
|
||||
administration, configuration management, etc.
|
||||
|
||||
A frequent speaker/writer on a wide variety of IT and open source
|
||||
matters, as well as a frequent contributer to open source projects
|
||||
</skill>
|
||||
</skillset>
|
||||
</skillarea>
|
||||
|
||||
<skillarea>
|
||||
<skillset>
|
||||
<skill>
|
||||
<emphasis>Core IT infrastructure </emphasis> :
|
||||
Daily administration tasks in support of
|
||||
Mailman, Postfix, Bind, PXE boot (Debian Fully Automated Install (FAI) and Red Hat
|
||||
Kickstart on both Xen guests and physical hardware
|
||||
</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<skill>
|
||||
<emphasis>Linux Server Applications </emphasis> :
|
||||
Debian and Ubuntu / Red Hat Enterprise Linux (3/4/5)
|
||||
shell scripting/automation (bash/sed/awk)
|
||||
assisting tier3 support with software debugging (PHP/Python/Perl/Java)
|
||||
Apache 1.30/2.0/2.2
|
||||
Postfix and Courier
|
||||
Samba/ProfFTPD
|
||||
IpTables/Snort/Nessus/Nmap/OpenVAS
|
||||
</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<skill>
|
||||
<emphasis>Networking (switches, load balancers and security)</emphasis> :
|
||||
F5/BigIP Global Traffic Manager and Local Traffic Manager
|
||||
Cisco LocalDirector, 2600/1800 series routers, 3745/2900 switches
|
||||
Linux Virtual Server (LVS)
|
||||
IPTables, Snort, ClamAV
|
||||
OpenVPN
|
||||
</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<skill>
|
||||
<emphasis> Monitoring</emphasis> :
|
||||
Nagios, HP OpenView, HP SiteScope and What’s Up Gold
|
||||
</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<skill>
|
||||
<emphasis>Storage</emphasis> :
|
||||
Hewlett Packard SAN (20 terabytes total storage supporting VmWare workloads)
|
||||
EMC Clarion cx400 and cx700 (200 terabytes total storage supporting Oracle/MySQL/SQL server workloads)
|
||||
Promise and Equallogic iSCSI Network Attached Storage (100 terabytes total storage supporting near
|
||||
line storage and development workloads)
|
||||
NFS on Linux supporting distributed web work loads
|
||||
</skill>
|
||||
</skillset>
|
||||
|
||||
<skillset>
|
||||
<skill>
|
||||
<emphasis>Other</emphasis> :
|
||||
Basic systems administration of HP-UX 11i
|
||||
Basic systems administration of Solaris 8/9/10/opensolaris
|
||||
Panther CDN
|
||||
ATT Edge Cache
|
||||
Akamai
|
||||
VmWare Virtual Infrastructure 3.5
|
||||
XEN KVM/Qemu/Virtual Server/OpenVZ/VmWare Server
|
||||
</skill>
|
||||
</skillset>
|
||||
</skillarea>
|
||||
|
||||
<history>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux System Engineer</jobtitle>
|
||||
<employer>Targetcast Networks (via acquisition of RippleTV)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2008</year></date></from>
|
||||
<to><date><month>January</month><year>2010</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering expertise for customer facing advertising platform (AdSpot) and internal fleet management tool (CPanel).
|
||||
Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL (with replication), memcached and slack to support 2000+ systems.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux, Windows, network and security consulting</jobtitle>
|
||||
<employer>Multiple entities including Cast And Crew Entertainment Services Inc, Evite.com and Siderean Software </employer>
|
||||
<period>
|
||||
<from><date><month>September</month><year>2007</year></date></from>
|
||||
<to><date><month>October</month><year>2008</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided Linux and Cisco systems engineering expertise for Evite.com, across 2 geographically dispersed data centers supporting
|
||||
10 million visitors and 2 million e-mails per day. Utilized Apache/Tomcat on Gentoo and Ubuntu.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Provided Linux systems engineering expertise for Cast And Crew Entertainment Services. Utilized Centos to host several green screen
|
||||
and J2EE web based applications for payroll processing.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Provided Linux systems engineering expertise for Siderean Software. Utilized Fedora and Centos on dedicated hardware and ec2 to
|
||||
host numerous web properties including sites for Oracle Software.
|
||||
</para>
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows System Engineer</jobtitle>
|
||||
<employer>The Walt Disney Company - Parks and Resorts Online - Walt Disney Internet Group</employer>
|
||||
<period>
|
||||
<from><date><month>August</month><year>2006</year></date></from>
|
||||
<to><date><month>September</month><year>2007</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Provided system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com
|
||||
and 23 related properties generating 2 billion dollars a year. Business logic was handled by Jboss instances on RHEL3/4
|
||||
and frontend application serving was done via Windows 2003 and Tomcat/IIS.
|
||||
</para>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title><emphasis>Automated numerous routine system administration tasks</emphasis></title>
|
||||
Created numerous batch and VbScript programs to handle all aspects of Windows administration from the command line.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Active Directory Project for WDIG</emphasis></title>
|
||||
Designed and implemented a nation wide, 3 data center, highly available Active Directory system to handle both the
|
||||
PCI and non PCI servers for the Walt Disney Internet Group.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Windows NT to Active Directory migration</emphasis></title>
|
||||
Migrated all the application servers off of Windows NT to Windows 2003 Active Directory domain controllers.
|
||||
Also have experience with Windows 2008 (including Linux/Cisco/wireless
|
||||
[wpa2 enterprise] authentication). Used both Centrify and Samba/Winbind/LDAP/Kerberos.
|
||||
</project>
|
||||
</projects>
|
||||
|
||||
|
||||
|
||||
</description>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux Systems Engineer</jobtitle>
|
||||
<employer>Intuit Inc (via acquistion of Electronic Clearing House)</employer>
|
||||
<period>
|
||||
<from><date><month>October</month><year>2005</year></date></from>
|
||||
<to><date><month>June</month><year>2006</year></date></to>
|
||||
</period>
|
||||
|
||||
<description>
|
||||
<para>
|
||||
Linux systems engineer for a 24x7 transaction processing/ecommerce/
|
||||
financial services environment. Responsibilities included working closely
|
||||
with the network administration and infrastructure design teams and ensuring continuous
|
||||
uptime of multiple high visibility/high impact/high value envrironments including
|
||||
|
||||
1TB MySQL database, 300 TB Oracle database, 1.5 TB Oracle Data warehouse and a
|
||||
4,000-store LAMP based ecommerce system (MerchantAmerica.com).
|
||||
</para>
|
||||
</description>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title><emphasis>Deployment of encrypted backups.</emphasis></title>
|
||||
Designed/tested/documented/deployed an enterprise wide Linux backup system.
|
||||
All data stored on a central server with ISCSI attached network storage.
|
||||
Uses GNUPG and tar over ssh. Backups/Restores tested on a weekly basis.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Deployment of Oracle database infrastructure.</emphasis></title>
|
||||
Deployed 2 Oracle RAC clusters, each consisting of 3 Dell 6850's. They are equipped with Qual Dual Core
|
||||
Xeon's and 32 Gb of RAM, running RedHat Enterprise Linux 4.0 64bit edition.
|
||||
One environment is for staging and one is for production. EMC attached. This environment is used for
|
||||
Data Warehouse, Transaction Processing Software and Credit Card Clearing applications.
|
||||
The hardware and software was deployed in 3 business days.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>File Integrity Checking system for PCI compliance.</emphasis></title>
|
||||
Deployment of file integrity checking across 100 UNIX servers using fully open source software.
|
||||
Used integrit <url>http://integrit.sf.net</url> and some custom shell scripts which were submitted
|
||||
back upstream for inclusion.
|
||||
</project>
|
||||
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux, Windows, network and security consulting for various startups and defense contractors</jobtitle>
|
||||
<employer>Multiple entities</employer>
|
||||
<period>
|
||||
<from><date><month>February</month><year>2005</year></date></from>
|
||||
<to><date><month>October</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title><emphasis>LAMP Deployment </emphasis></title>
|
||||
Deployed a Debian Linux/Apache/MySQL/PHP system and educated the System Administration and Development
|
||||
staff on configuration and use for an insurance company.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Corporate Linux Deployment/Migration</emphasis> </title>
|
||||
Provided assistance to a medium sized engineering firm with a near 100%
|
||||
conversion to Linux on the desktop and server. Utilizing SUSE Professional 6.5 for desktops and Debian GNU/Linux for
|
||||
servers (Email/File Server/DNS/DHCP).
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Linux Deployment/Migration</emphasis> </title>
|
||||
Provided assistance to a small software development firm with a near 100%
|
||||
conversion to Linux. Utilized Ubuntu Linux for desktops and Debian GNU/Linux for servers
|
||||
(Email/File/LDAP/DNS/DHCP).
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
|
||||
<job>
|
||||
<jobtitle>Linux/Windows Systems Engineer</jobtitle>
|
||||
<employer>GSI Commerce (via acquisition of Newroads Inc)</employer>
|
||||
<period>
|
||||
<from><date><month>July</month><year>2002</year></date></from>
|
||||
<to><date><month>February</month><year>2005</year></date></to>
|
||||
</period>
|
||||
|
||||
<projects>
|
||||
<project>
|
||||
<title><emphasis>Disaster Recovery from an Informix Database failure.</emphasis></title>
|
||||
Assisted in the design/testing/and execution of a disaster recovery in real time
|
||||
(on-the-fly). Wrote and documented the use of several utilities that cut down the amount of time to recovery by 30
|
||||
percent.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Streamlined the FTP Server Configuration process.</emphasis></title>
|
||||
Streamlined the system configuration and new account creation process for ProFTPD on a mission critical FTP server.
|
||||
This allowed faster turn around times and freed up IT resources.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Deployed open-source Remote Control Software.</emphasis></title>
|
||||
Deplopyed/Secured/Optimized/Maintained UltraVNC remote control software. This allowed the Infrastructure Support team to more
|
||||
rapidly respond to users support requests, and by doing so increase compliance with Service Level Agreements and increase
|
||||
end-user satisfaction.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Network Infrastructure Upgrade.</emphasis></title>
|
||||
Upgraded the network from hubs to Linksys managed switches to increase network performance and usability/reliability.
|
||||
No network downtime occurred in the process of the upgrade.
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<title><emphasis>Hardware/Software Inventory Solution</emphasis>:</title>
|
||||
Wrote a custom software/hardware monitoring/reporting system to ensure compliance with software licensing and obtain an
|
||||
accurate overview of company assets for inventory and disaster recovery purposes. Utilized WMI/Visio/Microsoft Access.
|
||||
</project>
|
||||
</projects>
|
||||
</job>
|
||||
</history>
|
||||
|
||||
</resume>
|
@@ -1,24 +0,0 @@
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the
|
||||
distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
|
||||
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
@@ -1,62 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
/*
|
||||
* color.css -- A high-color stylesheet that looks great on the web.
|
||||
* background: blue and orange-beige, primary fonts: Verdana and Trebuchet
|
||||
*
|
||||
* Contributed 2001 by Bruce Christensen
|
||||
* http://xmlresume.sourceforge.net
|
||||
*/
|
||||
|
||||
// This dummy style must be here because the xml tags above cause some
|
||||
// browsers (Konqueror, Mozilla) to ignore the first style
|
||||
.dummy { background-color: white }
|
||||
|
||||
body {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
background-color: #336699;
|
||||
margin: 20px;
|
||||
}
|
||||
.resume {
|
||||
background-color: #ffcc99;
|
||||
border: 1px solid white;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 30pt;
|
||||
padding-right: 30pt;
|
||||
}
|
||||
.heading {
|
||||
margin-left: -20pt;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
|
||||
}
|
||||
.headingText {
|
||||
background-color: #336699;
|
||||
color: white;
|
||||
padding: 2px;
|
||||
border: 1px solid #999999;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.awardTitle { font-weight: bold }
|
||||
.bookTitle { font-style: italic }
|
||||
.citation { font-style: italic }
|
||||
.clearanceLevel { font-weight: bold }
|
||||
.copyright { font-size: 75% }
|
||||
li.degree { margin-bottom: 0.5em; }
|
||||
.degreeTitle { font-weight: bold }
|
||||
.employer { font-style: italic }
|
||||
.jobTitle { font-weight: bold }
|
||||
.lastModified { font-size: 75% }
|
||||
.membershipTitle { font-weight: bold }
|
||||
div.referee { margin-bottom: 1em; }
|
||||
.refereeName { font-weight: bold }
|
||||
.skillsetTitle { font-weight: bold }
|
||||
table.referees { width: 80% ; }
|
||||
|
||||
</xsl:stylesheet>
|
@@ -1,62 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
/*
|
||||
* compact.css -- Stylesheet suitable for printing an xmlresume to dead
|
||||
* trees without using too many of them (Arial font, white background)
|
||||
*
|
||||
* Contributed 2002 by Mark Miller (joup at bigfoot dot com)
|
||||
* http://xmlresume.sourceforge.net
|
||||
*/
|
||||
|
||||
// This dummy style must be here because the xml tags above cause some
|
||||
// browsers (Konqueror, Mozilla) to ignore the first style
|
||||
.dummy { background-color: white }
|
||||
|
||||
body, table {
|
||||
margin-top: 1cm;
|
||||
margin-bottom: 1cm;
|
||||
font-size: 8pt;
|
||||
background-color: white;
|
||||
font-family: Arial, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.resume {
|
||||
padding-left: 1.5cm;
|
||||
padding-right: 1.5cm;
|
||||
}
|
||||
h2 {
|
||||
margin-left: -.8cm;
|
||||
font-family: sans-serif;
|
||||
color: black;
|
||||
border-bottom: solid 1pt black;
|
||||
font-size: 115%;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 0.05cm;
|
||||
margin-top: 0.15cm;
|
||||
}
|
||||
em { font-weight: bold; }
|
||||
ul { margin-top: 0.1cm; }
|
||||
|
||||
.projects p { font-style: italic }
|
||||
ul.degrees { padding-left: 0.2cm; }
|
||||
.subjectsHeading { font-style: italic }
|
||||
.awardTitle { font-weight: bold }
|
||||
.bookTitle { font-style: italic }
|
||||
.citation { font-style: italic }
|
||||
.copyright { font-size: 75% }
|
||||
li.degree { margin-bottom: 0.2cm; }
|
||||
.degreeTitle { font-weight: bold }
|
||||
.employer { font-style: italic }
|
||||
.headerBlock { text-align: left }
|
||||
.jobTitle { font-weight: bold }
|
||||
.lastModified { font-size: 75% }
|
||||
.nameHeading { font-family: sans-serif; font-size: 125%; }
|
||||
div.referee { margin-bottom: 0.5cm; }
|
||||
table.referees { width: 60%; margin-top: 0cm; margin-bottom: 0cm;}
|
||||
.refereeName { font-weight: bold }
|
||||
.skillsetTitle { font-weight: bold }
|
||||
.urlA { font-family:sans-serif; color:red; }
|
||||
|
||||
</xsl:stylesheet>
|
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# cssClasses -- create a list of all available css classes.
|
||||
# If you do not have a Unix environment available, please look
|
||||
# at cssClasses.txt for a (possibly outdated) list.
|
||||
|
||||
perl -p -e 's/class\=\"([a-zA-Z]*)\"\>/\nXXXX $1\n/mg' ../xsl/format/html.xsl | grep XXXX | sort | uniq | awk '{print $2}'
|
@@ -1,46 +0,0 @@
|
||||
achievement
|
||||
achievements
|
||||
address
|
||||
award
|
||||
awardTitle
|
||||
citation
|
||||
clearance
|
||||
clearanceLevel
|
||||
copyright
|
||||
degree
|
||||
degreeTitle
|
||||
degrees
|
||||
emphasis
|
||||
employer
|
||||
gpaPreamble
|
||||
header
|
||||
heading
|
||||
headingText
|
||||
institution
|
||||
interestTitle
|
||||
job
|
||||
jobTitle
|
||||
lastModified
|
||||
linkA
|
||||
location
|
||||
membershipTitle
|
||||
nameHeading
|
||||
note
|
||||
organization
|
||||
para
|
||||
project
|
||||
projects
|
||||
pub
|
||||
pubs
|
||||
referee
|
||||
refereeAddress
|
||||
refereeContact
|
||||
refereeName
|
||||
referees
|
||||
resume
|
||||
skill
|
||||
skills
|
||||
skillsetTitle
|
||||
subjects
|
||||
subjectsHeading
|
||||
urlA
|
@@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
/*
|
||||
* gray.css -- A professional-looking stylesheet with gray background and
|
||||
* sans-serif font.
|
||||
*
|
||||
* Contributed 2001 by Stewart Evans and Bruce Christensen
|
||||
* http://xmlresume.sourceforge.net
|
||||
*/
|
||||
|
||||
.dummy { background-color: white }
|
||||
|
||||
.resume {
|
||||
background-color: #eeeeee;
|
||||
padding-left: 30pt;
|
||||
padding-right: 30pt;
|
||||
}
|
||||
h2 {
|
||||
margin-left: -20pt;
|
||||
font-family: sans-serif;
|
||||
color: black;
|
||||
border-bottom: solid 1pt black;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.awardTitle { font-weight: bold }
|
||||
.bookTitle { font-style: italic }
|
||||
.citation { font-style: italic }
|
||||
.clearanceLevel { font-weight: bold }
|
||||
.copyright { font-size: 75% }
|
||||
li.degree { margin-bottom: 0.5em; }
|
||||
.degreeTitle { font-weight: bold }
|
||||
.employer { font-style: italic }
|
||||
.headerBlock { text-align: center }
|
||||
.jobTitle { font-weight: bold }
|
||||
.lastModified { font-size: 75% }
|
||||
.nameHeading { text-align: center; font-family: sans-serif }
|
||||
div.referee { margin-bottom: 1em; }
|
||||
.refereeName { font-weight: bold }
|
||||
.skillsetTitle { font-weight: bold }
|
||||
.urlA { font-family:sans-serif; color:red; }
|
||||
table.referees { width: 80% ; }
|
||||
|
||||
</xsl:stylesheet>
|
@@ -1,94 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
/*
|
||||
* original.css -- The first stylesheet. From the author: "This is a
|
||||
* sample only, and probably is quite offensive in terms of taste and
|
||||
* style." Background: off-white, fonts: Georgia, Trebuchet
|
||||
*
|
||||
* Contributed 2001 by Sean Kelly
|
||||
* http://xmlresume.sourceforge.net
|
||||
*/
|
||||
|
||||
// This dummy style must be here because the xml tags above cause some
|
||||
// browsers (Konqueror, Mozilla) to ignore the first style
|
||||
.dummy { background-color: white }
|
||||
|
||||
body {
|
||||
font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
|
||||
margin: 30px 30px 30px 30px
|
||||
color: black;
|
||||
background: #fffff3;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
font-family: 'Monotype.com', Courier New, monospace;
|
||||
}
|
||||
|
||||
ol li {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
ol ol li {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
ol ol ol li {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: Trebuchet MS, Verdana, Myriad Web, Syntax, sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: Trebuchet MS, Verdana, Myriad Web, Syntax, sans-serif;
|
||||
font-size: 1.75em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bookTitle {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.citation {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.objectiveHeading {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.contactHeading {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.skillareaHeading {
|
||||
color: #00bb00;
|
||||
}
|
||||
|
||||
.historyHeading {
|
||||
color: violet;
|
||||
}
|
||||
|
||||
.membershipsHeading {
|
||||
color: magenta;
|
||||
}
|
||||
|
||||
.organization {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.urlA {
|
||||
font-family: 'Monotype.com', Courier New, monospace;
|
||||
border-width: 1px;
|
||||
border-style: solid solid solid solid;
|
||||
border-color: blue;
|
||||
}
|
||||
.clearanceLevel { font-weight: bold }
|
||||
|
||||
table.referees { width: 80% ; }
|
||||
|
||||
</xsl:stylesheet>
|
@@ -1,627 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
/*
|
||||
* professional.css -- similar to MS Word's "professional" resume style.
|
||||
*
|
||||
* http://xmlresume.sourceforge.net
|
||||
*/
|
||||
|
||||
// This dummy style must be here because the xml tags above cause some
|
||||
// browsers (Konqueror, Mozilla) to ignore the first style
|
||||
.dummy { background-color: white }
|
||||
|
||||
/* Font Definitions */
|
||||
@font-face
|
||||
{font-family:Wingdings;
|
||||
panose-1:5 0 0 0 0 0 0 0 0 0;
|
||||
mso-font-charset:2;
|
||||
mso-generic-font-family:auto;
|
||||
mso-font-pitch:variable;
|
||||
mso-font-signature:0 268435456 0 0 -2147483648 0;}
|
||||
@font-face
|
||||
{font-family:Batang;
|
||||
panose-1:2 3 6 0 0 1 1 1 1 1;
|
||||
mso-font-alt:\BC14\D0D5;
|
||||
mso-font-charset:129;
|
||||
mso-generic-font-family:roman;
|
||||
mso-font-pitch:variable;
|
||||
mso-font-signature:-1342176593 1775729915 48 0 524447 0;}
|
||||
@font-face
|
||||
{font-family:"Arial Black";
|
||||
panose-1:2 11 10 4 2 1 2 2 2 4;
|
||||
mso-font-charset:0;
|
||||
mso-generic-font-family:swiss;
|
||||
mso-font-pitch:variable;
|
||||
mso-font-signature:647 0 0 0 159 0;}
|
||||
@font-face
|
||||
{font-family:"\@Batang";
|
||||
panose-1:2 3 6 0 0 1 1 1 1 1;
|
||||
mso-font-charset:129;
|
||||
mso-generic-font-family:roman;
|
||||
mso-font-pitch:variable;
|
||||
mso-font-signature:-1342176593 1775729915 48 0 524447 0;}
|
||||
/* Style Definitions */
|
||||
MsoNormal, p.MsoNormal, li.MsoNormal, div.MsoNormal
|
||||
{margin-bottom:.0001pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial"; margin-left:0in; margin-right:0in; margin-top:0in}
|
||||
h1
|
||||
{mso-style-parent:"Heading Base";
|
||||
mso-style-next:"Body Text";
|
||||
margin-top:11.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:-1.5in;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan lines-together;
|
||||
page-break-after:avoid;
|
||||
mso-outline-level:1;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
letter-spacing:-.2pt;
|
||||
mso-font-kerning:14.0pt;
|
||||
font-weight:normal;}
|
||||
h2
|
||||
{mso-style-parent:"Heading Base";
|
||||
mso-style-next:"Body Text";
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:0in;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan lines-together;
|
||||
page-break-after:avoid;
|
||||
mso-outline-level:2;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
letter-spacing:-.2pt;
|
||||
font-weight:normal;}
|
||||
h3
|
||||
{mso-style-parent:"Heading Base";
|
||||
mso-style-next:"Body Text";
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:0in;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan lines-together;
|
||||
page-break-after:avoid;
|
||||
mso-outline-level:3;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.1pt;
|
||||
font-weight:normal;
|
||||
font-style:italic;
|
||||
mso-bidi-font-style:normal;}
|
||||
h4
|
||||
{mso-style-parent:"Heading Base";
|
||||
mso-style-next:"Body Text";
|
||||
margin:0in;
|
||||
margin-bottom:.0001pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan lines-together;
|
||||
page-break-after:avoid;
|
||||
mso-outline-level:4;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
letter-spacing:-.2pt;
|
||||
font-weight:normal;}
|
||||
h5
|
||||
{mso-style-parent:"Heading Base";
|
||||
mso-style-next:"Body Text";
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:0in;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan lines-together;
|
||||
page-break-after:avoid;
|
||||
mso-outline-level:5;
|
||||
font-size:8.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
letter-spacing:-.2pt;
|
||||
font-weight:normal;}
|
||||
h6
|
||||
{mso-style-next:Normal;
|
||||
margin-top:12.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:3.0pt;
|
||||
margin-left:0in;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
mso-pagination:widow-orphan;
|
||||
mso-outline-level:6;
|
||||
font-size:11.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-bidi-font-family:"Arial";
|
||||
font-weight:normal;
|
||||
font-style:italic;
|
||||
mso-bidi-font-style:normal;}
|
||||
MsoHeader, p.MsoHeader, li.MsoHeader, div.MsoHeader
|
||||
{mso-style-parent:"Header Base";
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:0in;
|
||||
margin-left:-1.5in;
|
||||
margin-bottom:.0001pt;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
MsoFooter, p.MsoFooter, li.MsoFooter, div.MsoFooter
|
||||
{mso-style-parent:"Header Base";
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:0in;
|
||||
margin-left:-1.5in;
|
||||
margin-bottom:.0001pt;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
tab-stops:right 4.75in;
|
||||
font-size:9.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
font-weight:bold;
|
||||
mso-bidi-font-weight:normal;}
|
||||
span.MsoPageNumber
|
||||
{mso-style-parent:"";
|
||||
mso-ansi-font-size:9.0pt;
|
||||
font-family:Arial;
|
||||
mso-ascii-font-family:Arial;
|
||||
mso-hansi-font-family:Arial}
|
||||
MsoBodyText, p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
||||
{margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:0in;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.25pt;}
|
||||
p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent
|
||||
{mso-style-parent:"Body Text";
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:.5in;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.25pt;}
|
||||
date,p.date,div.date,p.MsoDate, li.MsoDate, div.MsoDate
|
||||
{display: inline;
|
||||
margin-top:0.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:12.0pt;
|
||||
margin-left:0in;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
page-break-after:avoid;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:Arial;
|
||||
letter-spacing:-.25pt;}
|
||||
em
|
||||
{mso-style-parent:"";
|
||||
mso-ansi-font-size:9.0pt;
|
||||
font-family:"Arial Black";
|
||||
mso-ascii-font-family:"Arial Black";
|
||||
mso-hansi-font-family:"Arial Black";
|
||||
letter-spacing:-.4pt;
|
||||
font-style:normal}
|
||||
achievement, p.achievement, li.Achievement, div.Achievement
|
||||
mso-style-name:Achievement;
|
||||
list-style: disc;
|
||||
mso-style-parent:"Body Text";
|
||||
margin-top:0in;
|
||||
margin-right:12.25pt;
|
||||
margin-bottom:3.0pt;
|
||||
margin-left:12.25pt;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
text-indent:-12.25pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
mso-list:l0 level1 lfo1;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.25pt;}
|
||||
address, table.address, p.Address1, li.Address1, div.Address1
|
||||
{mso-style-name:"Address 1";
|
||||
margin:0in;
|
||||
margin-bottom:.0001pt;
|
||||
text-align:left;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:8.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:7.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
border-style:solid;
|
||||
border-width: 0.0pt;}
|
||||
email, url, address, phone, p.Address2, li.Address2, div.Address2
|
||||
{mso-style-name:"Address 2";
|
||||
margin:0in;
|
||||
margin-bottom:.0001pt;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:8.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:7.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
citystate, div.citystate,p.CityState, li.CityState, div.CityState
|
||||
{mso-style-name:"City\/State";
|
||||
display:inline;
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:0.0pt;
|
||||
margin-left:24.0pt;
|
||||
text-align:right;
|
||||
text-justify:right;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
page-break-after:avoid;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.25pt;}
|
||||
institution, p.institution, li.Institution, div.institution
|
||||
{
|
||||
display: inline;
|
||||
mso-style-update:auto;
|
||||
mso-style-next:Normal;
|
||||
margin-top:0.0pt;
|
||||
margin-right:60.0pt;
|
||||
margin-bottom:2.0pt;
|
||||
margin-left:104.0pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
tab-stops:1.5in right 4.5in;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial";
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
div.employer, p.CompanyName, li.CompanyName, div.CompanyName
|
||||
{mso-style-name:"Company Name";
|
||||
display: inline;
|
||||
mso-style-update:auto;
|
||||
mso-style-next:Normal;
|
||||
margin-top:0.0pt;
|
||||
margin-right:60.0pt;
|
||||
margin-bottom:2.0pt;
|
||||
margin-left:60.0pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
tab-stops:1.5in right 4.5in;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial";
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
p.CompanyNameOne, li.CompanyNameOne, div.CompanyNameOne
|
||||
{mso-style-name:"Company Name One";
|
||||
mso-style-update:auto;
|
||||
mso-style-parent:"Company Name";
|
||||
mso-style-next:Normal;
|
||||
margin-top:12.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:2.0pt;
|
||||
margin-left:0in;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
tab-stops:1.5in right 4.5in;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
p.DocumentLabel, li.DocumentLabel, div.DocumentLabel
|
||||
{mso-style-name:"Document Label";
|
||||
mso-style-next:Normal;
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:0in;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:24.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-1.0pt;}
|
||||
p.HeaderBase, li.HeaderBase, div.HeaderBase
|
||||
{mso-style-name:"Header Base";
|
||||
margin:0in;
|
||||
margin-bottom:.0001pt;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
p.HeadingBase, li.HeadingBase, div.HeadingBase
|
||||
{mso-style-name:"Heading Base";
|
||||
mso-style-parent:"Body Text";
|
||||
mso-style-next:"Body Text";
|
||||
margin:0in;
|
||||
margin-bottom:.0001pt;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan lines-together;
|
||||
page-break-after:avoid;
|
||||
font-size:9.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.2pt;}
|
||||
academics, memberships
|
||||
{
|
||||
display:inline;
|
||||
mso-style-update:auto;
|
||||
margin-top:12.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:3.0pt;
|
||||
margin-left:0in;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
tab-stops:1.5in right 4.5in;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
job, span.Job
|
||||
{mso-style-name:Job;}
|
||||
jobtitle, p.jobtitle, li.jobtitle, div.jobtitle, JobTitle, p.JobTitle, li.JobTitle, div.JobTitle
|
||||
{mso-style-name:"jobtitle";
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:0.0pt;
|
||||
margin-left:0in;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.5pt}
|
||||
span.Lead-inEmphasis
|
||||
{mso-style-name:"Lead-in Emphasis";
|
||||
mso-style-parent:"";
|
||||
mso-ansi-font-size:9.0pt;
|
||||
font-family:"Arial Black";
|
||||
mso-ascii-font-family:"Arial Black";
|
||||
mso-hansi-font-family:"Arial Black";
|
||||
letter-spacing:-.3pt}
|
||||
name, p.Name, li.Name, div.name
|
||||
{mso-style-name:Name;
|
||||
mso-style-next:Normal;
|
||||
margin-top:0.0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:0.0pt;
|
||||
margin-left:0in;
|
||||
mso-line-height-alt:12.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
border:none;
|
||||
mso-border-bottom-alt:solid windowtext .75pt;
|
||||
padding:0in;
|
||||
mso-padding-alt:0in 0in 4.0pt 0in;
|
||||
font-size:27.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-1.75pt;}
|
||||
p.SectionTitle, li.SectionTitle, div.SectionTitle
|
||||
{mso-style-name:"Section Title";
|
||||
mso-style-update:auto;
|
||||
mso-style-next:Normal;
|
||||
margin-top:0.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:0in;
|
||||
margin-left:0in;
|
||||
margin-bottom:.0001pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.5pt;}
|
||||
p.NoTitle, li.NoTitle, div.NoTitle
|
||||
{mso-style-name:"No Title";
|
||||
mso-style-parent:"Section Title";
|
||||
margin-top:11.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:0in;
|
||||
margin-left:0in;
|
||||
margin-bottom:.0001pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.5pt;}
|
||||
objective, p.Objective, li.Objective, div.Objective, p.summary, td.summary, history, td.history, tr.history, table.history
|
||||
{mso-style-name:Objective;
|
||||
margin-top:12.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:11.0pt;
|
||||
margin-left:0in;
|
||||
line-height:11.0pt;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";}
|
||||
p.PersonalData, li.PersonalData, div.PersonalData
|
||||
{mso-style-name:"Personal Data";
|
||||
mso-style-parent:"Body Text";
|
||||
margin-top:0in;
|
||||
margin-right:.75in;
|
||||
margin-bottom:6.0pt;
|
||||
margin-left:-.75in;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
line-height:12.0pt;
|
||||
mso-line-height-rule:exactly;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:11.0pt;
|
||||
mso-bidi-font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
font-style:italic;
|
||||
mso-bidi-font-style:normal;}
|
||||
p.PersonalInfo, li.PersonalInfo, div.PersonalInfo
|
||||
{mso-style-name:"Personal Info";
|
||||
mso-style-parent:Achievement;
|
||||
mso-style-next:Achievement;
|
||||
margin-top:12.0pt;
|
||||
margin-right:12.25pt;
|
||||
margin-bottom:3.0pt;
|
||||
margin-left:12.25pt;
|
||||
text-align:justify;
|
||||
text-justify:inter-ideograph;
|
||||
text-indent:-12.25pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:Arial;
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
letter-spacing:-.25pt;}
|
||||
p.SectionSubtitle, li.SectionSubtitle, div.SectionSubtitle
|
||||
{mso-style-name:"Section Subtitle";
|
||||
mso-style-parent:"Section Title";
|
||||
mso-style-next:Normal;
|
||||
margin-top:11.0pt;
|
||||
margin-right:0in;
|
||||
margin-bottom:0in;
|
||||
margin-left:0in;
|
||||
margin-bottom:.0001pt;
|
||||
line-height:11.0pt;
|
||||
mso-pagination:widow-orphan;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial Black";
|
||||
mso-fareast-font-family:Batang;
|
||||
mso-bidi-font-family:"Arial";
|
||||
font-weight:bold;
|
||||
mso-bidi-font-weight:normal;}
|
||||
@page Section1
|
||||
{size:8.5in 11.0in;
|
||||
margin:1.0in 1.25in 1.0in 1.25in;
|
||||
mso-header-margin:48.25pt;
|
||||
mso-footer-margin:48.25pt;
|
||||
mso-title-page:yes;
|
||||
mso-first-header:url("Professional%20Resume_files/header.htm") fh1;
|
||||
mso-paper-source:0;}
|
||||
div.Section1
|
||||
{page:Section1;}
|
||||
/* List Definitions */
|
||||
@list l0
|
||||
{mso-list-id:1723291136;
|
||||
mso-list-type:simple;
|
||||
mso-list-template-ids:-339983110;}
|
||||
@list l0:level1
|
||||
{mso-level-number-format:bullet;
|
||||
mso-level-style-link:Achievement;
|
||||
mso-level-text:\F0A7;
|
||||
mso-level-tab-stop:.25in;
|
||||
mso-level-number-position:left;
|
||||
margin-top:0in;
|
||||
margin-right:12.25pt;
|
||||
margin-bottom:0in;
|
||||
margin-left:12.25pt;
|
||||
margin-bottom:.0001pt;
|
||||
text-indent:-12.25pt;
|
||||
font-family:Wingdings;}
|
||||
ol
|
||||
{margin-bottom:0in;}
|
||||
ul
|
||||
{margin-bottom:0in;}
|
||||
/* Style Definitions */
|
||||
table.MsoNormalTable
|
||||
{mso-style-name:"Table Normal";
|
||||
mso-tstyle-rowband-size:0;
|
||||
mso-tstyle-colband-size:0;
|
||||
mso-style-noshow:yes;
|
||||
mso-style-parent:"";
|
||||
mso-padding-alt:0in 5.4pt 0in 5.4pt;
|
||||
mso-para-margin:0in;
|
||||
mso-para-margin-bottom:.0001pt;
|
||||
mso-pagination:widow-orphan;
|
||||
border-width:0.0pt;
|
||||
border-style:solid;
|
||||
border-collapse: collapse;
|
||||
font-size:10.0pt;
|
||||
font-family:"Arial"}
|
||||
td.SectionDescriptor,
|
||||
{width: 1.0in;
|
||||
vertical-align:text-top;
|
||||
padding-left: 5.4pt;
|
||||
padding-right: 5.4pt;
|
||||
padding-top: 5.4pt;
|
||||
padding-bottom: 0in;}
|
||||
td.SectionContent
|
||||
{width: 5.4in;
|
||||
vertical-align:text-top;
|
||||
padding-left: 5.4pt;
|
||||
padding-right: 5.4pt;
|
||||
padding-top: 5.4pt;
|
||||
padding-bottom: 0in; }
|
||||
td.address1cell
|
||||
{vertical-align: text-top;
|
||||
width:1.0in;
|
||||
padding:0in 5.4pt 0in 5.4pt;
|
||||
}
|
||||
td.address2cell
|
||||
{vertical-align: text-top;
|
||||
text-width:4.5in;
|
||||
padding:0in 5.4pt 0in 5.4pt;
|
||||
span.skill, div.skill, td.skil
|
||||
{font-family:Wingdings;
|
||||
mso-fareast-font-family:Wingdings;
|
||||
mso-bidi-font-family:Wingdings";
|
||||
}
|
||||
table.referees { width: 80% ; }
|
||||
|
||||
</xsl:stylesheet>
|
@@ -1,106 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>XML Resume Library Authors</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>XML Résumé Library Authors</h1>
|
||||
|
||||
<p>The XML Résumé Library copyrighted, ©
|
||||
2000-2002 by Sean Kelly. See the <a
|
||||
href="../copying/index.html">copying conditions, license, and
|
||||
disclaimer</a>.
|
||||
</p>
|
||||
|
||||
<h2>Core Team</h2>
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="http://www.ad1440.net/~kelly/">Sean Kelly</a></td>
|
||||
<td>Project Manager</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:stewart@lunula.com">Stewart Evans</a></td>
|
||||
<td>Information Analyst/Designer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:bruckie@users.sourceforge.net">Bruce Christensen</a></td>
|
||||
<td>Developer and Project Manager</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:robert_dubinski@users.sourceforge.net">Robert Dubinski</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:olivier_eymere@users.sourceforge.net">Olivier Eymere</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:robjkelley@users.sourceforge.net">Rob Kelley</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:b1gdave@users.sourceforge.net">Dave Lee</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:bmay@users.sourceforge.net">Brian May</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:pauls@3dlabs.com">Paul Sargent</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:brandondoyle@users.sourceforge.net">Mark Miller</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="mailto:chalko@users.sourceforge.net">Nick Chalko</a></td>
|
||||
<td>Developer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Contributors</h2>
|
||||
|
||||
<p><a href="mailto:vkorol1@csee.umbc.edu">Vlad Korolev</a>
|
||||
provided the plain text transformation.
|
||||
</p>
|
||||
|
||||
<p><a href="mailto:roel@stack.be">Roel Vanhout</a> suggested the
|
||||
date of birth element. Formatting of the date of birth will
|
||||
appear later.
|
||||
</p>
|
||||
|
||||
<p><a href="mailto:will_sargent@yahoo.com">Will Sargent</a>
|
||||
contributed the cygwin shell script for those who don't like
|
||||
Makefiles on Windows.
|
||||
</p>
|
||||
|
||||
<p><a href="mailto:payam@mirrashidi.com">Payam Mirrashidi</a>
|
||||
contributed the Windows batch file for those who don't like
|
||||
cygwin on Windows.
|
||||
</p>
|
||||
|
||||
<p><a href="mailto:andre@unseen.demon.nl">Andre van Dijk</a>
|
||||
contributed the Dutch translation layer.
|
||||
</p>
|
||||
|
||||
<p>And thanks go to Norman Walsh for unwittingly providing the the
|
||||
<code>iso-lat1.ent</code> file.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
@@ -1,45 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>XML Resume Library Copying Conditions, License, and Disclaimer</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>XML Résumé Library Copying Conditions, License,
|
||||
and Disclaimer </h1>
|
||||
|
||||
<p>The XML Résumé Library copyrighted, ©
|
||||
2000-2002 by Sean Kelly. All rights reserved.
|
||||
</p>
|
||||
|
||||
<p>Redistribution and use in source and binary forms, with or
|
||||
without modification, are permitted provided that the following
|
||||
conditions are met:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
</li>
|
||||
<li>Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following
|
||||
disclaimer in the documentation and/or other materials
|
||||
provided with the distribution.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p>THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS
|
||||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
||||
SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@@ -1,318 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>XML Resume Library</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>XML Résumé Library</h1>
|
||||
|
||||
<p>The XML Résumé Library is an XML Document Type
|
||||
Definition (DTD) and Extensible Stylesheet Language (XSL) file
|
||||
set for declaration, B2B exchange, and presentation of
|
||||
résumés.
|
||||
</p>
|
||||
|
||||
<p>This library is copyrighted, © 2000-2002 by Sean Kelly.
|
||||
See the <a href="copying/index.html">copying conditions,
|
||||
license, and disclaimer</a>.
|
||||
</p>
|
||||
|
||||
<p>This is version 1.5.1, released on 27 November 2002. For the
|
||||
latest version, please visit <a
|
||||
href="http://xmlresume.sourceforge.net/">the website</a>.
|
||||
</p>
|
||||
|
||||
<h2>What's Included</h2>
|
||||
|
||||
<p>The XML Résumé Library includes the following:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><code>dtd/resume.dtd</code> - An XML DTD for describing
|
||||
résumés. To make your own
|
||||
résumé, create an XML document that validates
|
||||
to this DTD.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
A Java-based Filter which allows you to easily target your
|
||||
resume to many different purposes. This allows you to maintain
|
||||
your experiences and skills in unrelated fields <i>in a single
|
||||
file</i>, without worrying about your cooking experience
|
||||
cluttering the resume you submit to a software development
|
||||
company. See <code>example2.xml</code> in the
|
||||
<code>examples</code> directory for a demonstration.
|
||||
</li>
|
||||
|
||||
<li><code>xsl/output/us-html.xsl</code>, <code>xsl/output/us-text.xsl</code>,
|
||||
<code>xsl/output/us-letter.xsl</code> - XSLT files for transforming
|
||||
XML résumés into HTML, plain text, and XSL
|
||||
Formatting Objects (FO) with letter-size paper, respectively,
|
||||
using terminology common to résumés in the
|
||||
United States. These files let you present your
|
||||
résumés on the web using HTML, in email or entry
|
||||
forms that require plain text, or (after formatting with a FO
|
||||
processor), as Portable Document Format (PDF) files suitable
|
||||
for printing.
|
||||
</li>
|
||||
|
||||
<li><code>xsl/output/uk-html.xsl</code>, <code>xsl/output/uk-text.xsl</code>,
|
||||
<code>xsl/output/uk-a4.xsl</code> - As above, but using A4 size paper
|
||||
and terminology common to résumés in the United
|
||||
Kingdom (such as "CV" instead of "résumé").
|
||||
</li>
|
||||
|
||||
<li><code>xsl/output/fr-html.xsl</code>, <code>xsl/output/fr-text.xsl</code>,
|
||||
<code>xsl/output/fr-a4.xsl</code> - As above with A4 size paper,
|
||||
but with terminology common to résumés in
|
||||
France (such as "objectif professionnel" instead of
|
||||
"professional objective").
|
||||
</li>
|
||||
|
||||
<li>Other country/language support is available, too:
|
||||
<code>br</code> for Brazillian, <code>de</code> for German,
|
||||
<code>it</code> for Italian, and <code>nl</code> for Dutch.
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p>In addition, there are two example résumés and a
|
||||
<code>Makefile</code> that automates production of HTML, plain
|
||||
text, and PDF output from an XML file using the Apache XML
|
||||
Project tools and/or RenderX's XEP. See the
|
||||
<code>examples</code> directory.
|
||||
</p>
|
||||
|
||||
<p>The following documents are available:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="copying/index.html">Copying conditions, license to
|
||||
use the library, and disclaimer</a>. <strong>Definitely
|
||||
read this file.</strong>
|
||||
</li>
|
||||
<li>User Guide. Contains a getting started section, an element reference,
|
||||
an XSL parameter reference, and a CSS class reference. Available in the
|
||||
following formats:
|
||||
<ul>
|
||||
<li><a href="manual/html/index.html">HTML (multiple files)</a></li>
|
||||
<li><a href="manual/manual.html">HTML (one large file)</a></li>
|
||||
<li><a href="manual/manual.txt">Plain text</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>A list of <a href="authors/index.html">authors and
|
||||
contributors</a> to the library.
|
||||
</li>
|
||||
<li><a href="news/index.html">News</a>: user-visible changes to the
|
||||
library.
|
||||
</li>
|
||||
<li><a href="changelog/index.html">Change log</a>: developer-level
|
||||
changes to the library.
|
||||
</li>
|
||||
<li><a href="todo/index.html">The To-Do List</a>, listing what
|
||||
needs to be done still to make this a world-class library.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Requirements</h2>
|
||||
|
||||
<p>The XML Résumé Library uses the XML 1.0 DTD
|
||||
syntax. The XSL files are version 1.0. We have tested these
|
||||
files with the <a href="http://xml.apache.org/">Apache XML
|
||||
Project</a>'s tools:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Xerces 1.4 XML parser</li>
|
||||
<li>Xalan 1.1 and Xalan 2.2 XSL processors</li>
|
||||
<li>FOP 0.20.3 Formatting Objects print processor (although you
|
||||
may see some harmless warning messages due to its incomplete
|
||||
implementation of the XSL specification).
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>In addition, the library works quite well with the Saxon XSL processor
|
||||
and <a href="http://www.renderx.com/">RenderX's XEP Formatting Objects
|
||||
processor</a>.
|
||||
</p>
|
||||
|
||||
<p> Use of the Résumé Filter described above requires a
|
||||
Java Runtime Environment (JRE) and is known to work with version
|
||||
1.3.1 and greater.
|
||||
</p>
|
||||
|
||||
<h2>Upgrading to version 1.4.0</h2>
|
||||
|
||||
<p>There have been a number of <a
|
||||
href="manual/html/elementref.html">changes</a> to the DTD in version 1.4.0
|
||||
of the XML Résumé Library. To ease migration to this new
|
||||
version, a stylesheet, <code>13x-140.xsl</code> has been provided that
|
||||
will automatically convert a résé from version 1.3.1, 1.3.2,
|
||||
or 1.3.3 to the new version, 1.4.0.
|
||||
</p>
|
||||
|
||||
<p>The easiest way to use the stylesheet is with the <code>Makefile</code>.
|
||||
To convert myresume.xml to myresume-140.xml, run this command:
|
||||
</p>
|
||||
|
||||
<pre> <code>make 13x-140 resume=myresume</code></pre>
|
||||
|
||||
<h2>Creating Résumés Using the DTD</h2>
|
||||
|
||||
<p>To create your own résumés using the XML
|
||||
Résumé DTD, use the following document type
|
||||
declaration in your XML file:
|
||||
</p>
|
||||
|
||||
<pre><!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"http://xmlresume.sourceforge.net/dtd/resume.dtd"></pre>
|
||||
|
||||
<p>If you'd rather refer to a local copy of the DTD, change the
|
||||
system-part of the DOCTYPE to refer to it with a
|
||||
<code>file</code> URL, for example:
|
||||
</p>
|
||||
|
||||
<pre><!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.5.1//EN"
|
||||
"file:/usr/local/share/xml/dtd/resume.dtd"></pre>
|
||||
|
||||
<p>Note that the <code>iso-lat1.ent</code> file is referenced by
|
||||
the <code>resume.dtd</code> file, so if you move one, be sure
|
||||
you move the other, too.
|
||||
</p>
|
||||
|
||||
<p>All available tags are documented in the <a
|
||||
href="manual/html/elementref.html">Element Reference</a> in the User
|
||||
Guide.
|
||||
</p>
|
||||
|
||||
<p>For an idea of how the tags work, see the comments in the
|
||||
<code>resume.dtd</code> file and the example
|
||||
résumé files.
|
||||
</p>
|
||||
|
||||
<h2>Formatting Résumés</h2>
|
||||
|
||||
<p>You can format the XML resume into HTML for online viewing,
|
||||
into XSL Formatting Objects (FO) for rendering into PDF for
|
||||
printing, or into plain text.
|
||||
</p>
|
||||
|
||||
<p>The <a href="manual/html/getting-started.html">Getting Started</a>
|
||||
section of the user guide will help you create your first XML
|
||||
résumé and convert it to HTML, PDF, and plain text. It
|
||||
contains a chapter on <a
|
||||
href="manual/html/getting-started.convert.html">Converting an XML
|
||||
Résumé to Other Formats</a>.
|
||||
</p>
|
||||
|
||||
<h3>Creating an HTML Presentation</h3>
|
||||
|
||||
<p>To create an HTML presentation of your résumé,
|
||||
run your XSLT engine on the XML file containing the
|
||||
résumé along with the one of the HTML stylesheet
|
||||
files:
|
||||
</p>
|
||||
<ul>
|
||||
<li><code>us-html.xsl</code> for US English
|
||||
résumés.
|
||||
</li>
|
||||
<li><code>uk-html.xsl</code> for UK English CVs.</li>
|
||||
<li><code>fr-html.xsl</code> for French
|
||||
résumés.</li>
|
||||
</ul>
|
||||
<p>The stylesheet will turn your XML résumé into
|
||||
HTML using appropriate phrasing and terminology.
|
||||
</p>
|
||||
|
||||
<h4>Customizing the HTML Output</h4>
|
||||
|
||||
<p>
|
||||
The XSL stylesheet generates generic HTML output and abuses no
|
||||
special HTML tricks to create special formatting effects. You
|
||||
can use Cascading Stylesheets (CSS) to customize the output to
|
||||
your tastes. By default, the HTML output embeds a cascading
|
||||
stylesheet named <code>compact.css</code>, located in the
|
||||
<code>css</code> directory. Other CSS files are included in the
|
||||
same directory, you can modify these or create your own to
|
||||
personalize your HTML résumé.
|
||||
</p>
|
||||
|
||||
<p>To specify a different stylesheet reference than
|
||||
<code>compact.css</code>, give your XSLT engine a value for the
|
||||
<code>css.href</code> parameter (how you do so depends on your
|
||||
XSLT engine).
|
||||
</p>
|
||||
|
||||
<p>For information on the CSS classes available, and where they are used,
|
||||
please consult the <a href="manual/html/cssref.html">CSS Class
|
||||
Reference</a> in the User Guide.
|
||||
</p>
|
||||
|
||||
<h3>Creating a PDF Presentation</h3>
|
||||
|
||||
<p>To create a PDF presentation, follows these steps:</p>
|
||||
|
||||
<ol>
|
||||
<li>Run your XSLT engine on the résumé XML file
|
||||
along with one of the FO stylesheet files:
|
||||
|
||||
<ul>
|
||||
<li><code>us-letter.xsl</code> for US English
|
||||
résumés on US-Letter size paper.
|
||||
</li>
|
||||
<li><code>uk-a4.xsl</code> for UK English CVs on A4 size paper.
|
||||
</li>
|
||||
<li><code>fr-a4.xsl</code> for French résumés on
|
||||
A4 size paper.
|
||||
</li>
|
||||
</ul>
|
||||
<p>This will transform your XML file into another XML file
|
||||
that defines formatting objects (usually named with a
|
||||
<code>.fo</code> extension).
|
||||
</p>
|
||||
</li>
|
||||
<li>Run the formatting object output through your FO engine to
|
||||
render it to PDF.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3>Creating a Plain Text Presentation</h3>
|
||||
|
||||
<p>To create a plain text presentation, run your XSLT engine on
|
||||
the résumé XML file and one of the following:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><code>us-text.xsl</code> for US English plain text
|
||||
résumés.
|
||||
</li>
|
||||
<li><code>uk-text.xsl</code> for UK English plain text CVs.
|
||||
</li>
|
||||
<li><code>fr-text.xsl</code> for French plain text
|
||||
résumés.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Automating Formatting</h3>
|
||||
|
||||
<p>To automate formatting a résumé to all three
|
||||
output formats, consider using the <code>Makefile</code>. It
|
||||
uses the Java versions of the Apache XML tools Xerces/Xalan/FOP
|
||||
to create both web and print presentations of a
|
||||
résumé. Adjust the <code>resume</code> value
|
||||
in the <code>Makefile</code> to point to the file name of the
|
||||
résumeé you want to format, without the
|
||||
<code>.xml</code> extension.
|
||||
</p>
|
||||
|
||||
<p>The <code>Makefile</code> is in the <code>examples</code> directory.</p>
|
||||
|
||||
<h3>Configurable Parameters</h3>
|
||||
|
||||
<p>Several parameters are available to control how a
|
||||
résumé is formatted. They are documented in the <a
|
||||
href="manual/html/paramref.html">XSL Parameter Reference</a> in the User
|
||||
Guide.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
@@ -1,28 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>XML Resume Library Installation</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>XML Résumé Library Installation</h1>
|
||||
|
||||
<p>The XML Résumé Library copyrighted, ©
|
||||
2000-2002 by Sean Kelly. See the <a
|
||||
href="../copying/index.html">copying conditions, license, and
|
||||
disclaimer</a>.
|
||||
</p>
|
||||
|
||||
<h2>Installation Instructions</h2>
|
||||
|
||||
<p>The XML Résumé Library is not your typically
|
||||
installed software system. Instead, it's an XML Document Type
|
||||
Definition (DTD) with three Extensible Stylesheet Language (XSL)
|
||||
transformation files.
|
||||
</p>
|
||||
|
||||
<p>See the <a href="../index.html">main documentation</a> for more
|
||||
details.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
@@ -1,4 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Part III. Appendixes</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="index.html" title="XML Résumé Library User Guide"><link rel="previous" href="gloss.html" title="Glossary"><link rel="next" href="gfdl.html" title="Appendix A. GNU Free Documentation License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="gloss.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">Glossary</a> </td><td align="center" width="34%"><a accesskey="u" href="index.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">XML Résumé Library User Guide</a></td><td align="right" width="33%"> <a accesskey="n" href="gfdl.html">GNU Free Documentation License<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="part" lang="en"><div class="titlepage"><div><h1 class="title"><a name="appendixes"></a>Appendixes</h1></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt>A. <a href="gfdl.html">GNU Free Documentation License</a></dt><dd><dl><dt><a href="gfdl.html#gfdl-0">PREAMBLE</a></dt><dt><a href="gfdl-1.html">APPLICABILITY AND DEFINITIONS</a></dt><dt><a href="gfdl-2.html">VERBATIM COPYING</a></dt><dt><a href="gfdl-3.html">COPYING IN QUANTITY</a></dt><dt><a href="gfdl-4.html">MODIFICATIONS</a></dt><dt><a href="gfdl-5.html">COMBINING DOCUMENTS</a></dt><dt><a href="gfdl-6.html">COLLECTIONS OF DOCUMENTS</a></dt><dt><a href="gfdl-7.html">AGGREGATION WITH INDEPENDENT WORKS</a></dt><dt><a href="gfdl-8.html">TRANSLATION</a></dt><dt><a href="gfdl-9.html">TERMINATION</a></dt><dt><a href="gfdl-10.html">FUTURE REVISIONS OF THIS LICENSE</a></dt><dt><a href="gfdl-11.html">How to use this License for your documents</a></dt></dl></dd></dl></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="gloss.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">Glossary</a> </td><td align="center" width="34%"><a accesskey="u" href="index.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">XML Résumé Library User Guide</a></td><td align="right" width="33%"> <a accesskey="n" href="gfdl.html">GNU Free Documentation License<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
Binary file not shown.
Before Width: | Height: | Size: 54 B |
Binary file not shown.
Before Width: | Height: | Size: 53 B |
Binary file not shown.
Before Width: | Height: | Size: 56 B |
Binary file not shown.
Before Width: | Height: | Size: 56 B |
Binary file not shown.
Before Width: | Height: | Size: 58 B |
Binary file not shown.
Before Width: | Height: | Size: 54 B |
@@ -1,112 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Chapter 3. CSS Class Reference</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="ref.html" title="Part II. Reference"><link rel="previous" href="param.subjects.format.html" title="subjects.format"><link rel="next" href="gloss.html" title="Glossary"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="param.subjects.format.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">subjects.format</a> </td><td align="center" width="34%"><a accesskey="u" href="ref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Part II. Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="gloss.html">Glossary<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="chapter" lang="en"><div class="titlepage"><div><h2 class="title"><a name="cssref"></a>Chapter 3. CSS Class Reference</h2></div></div><div class="toc"><dl><dt><a href="cssref.html#cssref.overview">Overview</a></dt></dl></div><p>
|
||||
This section of the manual describes the Cascading Stylesheets classes
|
||||
that are available for formatting HTML output. For more information on
|
||||
CSS, visit the <a href="http://www.w3c.org/Style/CSS/" target="_top">W3C web site</a>.
|
||||
</p><div class="section" lang="en"><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="cssref.overview"></a>Overview</h2></div></div><div class="table"><a name="d0e12828"></a><p class="title"><b>Table 3.1. Table of CSS Classes</b></p><table summary="Table of CSS Classes" border="0"><colgroup><col><col></colgroup><thead><tr><th>Class</th><th>Where Used</th></tr></thead><tbody><tr><td><tt>achievement</tt></td><td>
|
||||
On the <tt class="sgmltag-element">li</tt> for a single
|
||||
achievement.
|
||||
</td></tr><tr><td><tt>address</tt></td><td>
|
||||
On the <tt class="sgmltag-element">p</tt> that contains a postal
|
||||
address.
|
||||
</td></tr><tr><td><tt>award</tt></td><td>
|
||||
On the <tt class="sgmltag-element">li</tt> for a single award.
|
||||
</td></tr><tr><td><tt>awardTitle</tt></td><td>
|
||||
On the <tt class="sgmltag-element">span</tt> of an award title.
|
||||
</td></tr><tr><td><tt>bookTitle</tt></td><td>
|
||||
On the <tt class="sgmltag-element">cite</tt> used to refer to a
|
||||
title of a book in one of your publications.
|
||||
</td></tr><tr><td><tt>citation</tt></td><td>
|
||||
On all HTML <tt class="sgmltag-element">cite</tt>s generated from
|
||||
all XML <tt class="sgmltag-element">citation</tt>s.
|
||||
</td></tr><tr><td><tt>copyright</tt></td><td>
|
||||
On the <tt class="sgmltag-element">address</tt> for copyright
|
||||
information.
|
||||
</td></tr><tr><td><tt>degree</tt></td><td>
|
||||
On the <tt class="sgmltag-element">li</tt> for a single degree.
|
||||
</td></tr><tr><td><tt>degrees</tt></td><td>
|
||||
On the <tt class="sgmltag-element">ul</tt> for the list of
|
||||
degrees you hold.
|
||||
</td></tr><tr><td><tt>degreeTitle</tt></td><td>
|
||||
On the <tt class="sgmltag-element">span</tt> surrounding a
|
||||
degree level and major, such as “B.S. in Political
|
||||
Science”.
|
||||
</td></tr><tr><td><tt>description</tt></td><td>
|
||||
Around descriptions of items.
|
||||
</td></tr><tr><td><tt>emphasis</tt></td><td>
|
||||
On all HTML <tt class="sgmltag-element">strong</tt>s generated
|
||||
from all XML <tt class="sgmltag-element">emphasis</tt>s.
|
||||
</td></tr><tr><td><tt>employer</tt></td><td>
|
||||
Around all employer names.
|
||||
</td></tr><tr><td><tt>gpaPreamble</tt></td><td>
|
||||
On the <tt class="sgmltag-element">span</tt> around the preamble
|
||||
to a GPA, such as “Overall GPA”.
|
||||
</td></tr><tr><td><tt>heading</tt></td><td>
|
||||
On the <tt class="sgmltag-element">h2</tt> of résumé section
|
||||
headings, such as “Professional Objective” or
|
||||
“Employment History”.
|
||||
</td></tr><tr><td><tt>headingText</tt></td><td>
|
||||
On the <tt class="sgmltag-element">span</tt> that contains
|
||||
heading text. This element is contained directly within the
|
||||
<tt class="sgmltag-element">h2</tt> with the
|
||||
<tt>heading</tt> class, and allows style to be applied
|
||||
to just the heading text, instead of the whole heading line.
|
||||
</td></tr><tr><td><tt>jobTitle</tt></td><td>
|
||||
On the <tt class="sgmltag-element">span</tt> enclosing the title
|
||||
you held at job.
|
||||
</td></tr><tr><td><tt>lastModified</tt></td><td>
|
||||
On the <tt class="sgmltag-element">p</tt> for the “last
|
||||
modified” notice.
|
||||
</td></tr><tr><td><tt>level</tt></td><td>
|
||||
On the <tt class="sgmltag-element">acronym</tt> for the level
|
||||
attained in a degree.
|
||||
</td></tr><tr><td><tt>linkA</tt></td><td>
|
||||
On the <tt class="sgmltag-element">a</tt> of a hyperlink
|
||||
generated from a <tt class="sgmltag-element">link</tt> element
|
||||
in a résumé.
|
||||
</td></tr><tr><td><tt>membershipTitle</tt></td><td>
|
||||
On the position title in a membership.
|
||||
</td></tr><tr><td><tt>nameHeading</tt></td><td>
|
||||
Around your name at the top of the résumé.
|
||||
</td></tr><tr><td><tt>note</tt></td><td>
|
||||
On the <tt class="sgmltag-element">span</tt> of a note.
|
||||
</td></tr><tr><td><tt>organization</tt></td><td>
|
||||
On the name of the organization of which you're a member.
|
||||
</td></tr><tr><td><tt>para</tt></td><td>
|
||||
On all HTML <tt class="sgmltag-element">p</tt>s generated from all
|
||||
XML <tt class="sgmltag-element">para</tt>s.
|
||||
</td></tr><tr><td><tt>project</tt></td><td>
|
||||
On the <tt class="sgmltag-element">li</tt> for a single project.
|
||||
</td></tr><tr><td><tt>pub</tt></td><td>
|
||||
On a single publication.
|
||||
</td></tr><tr><td><tt>pubs</tt></td><td>
|
||||
On the <tt class="sgmltag-element">ul</tt> for the list of
|
||||
publications.
|
||||
</td></tr><tr><td><tt>referee</tt></td><td>
|
||||
On the <tt class="sgmltag-element">div</tt> of a referee.
|
||||
</td></tr><tr><td><tt>refereeName</tt></td><td>
|
||||
On the <tt class="sgmltag-element">div</tt> of a referee name.
|
||||
</td></tr><tr><td><tt>refereeContact</tt></td><td>
|
||||
On the <tt class="sgmltag-element">div</tt> of a referee
|
||||
contact.
|
||||
</td></tr><tr><td><tt>resume</tt></td><td>
|
||||
On the <tt class="sgmltag-element">body</tt> of the entire HTML
|
||||
output.
|
||||
</td></tr><tr><td><tt>skill</tt></td><td>
|
||||
On the <tt class="sgmltag-element">li</tt> for a single skill.
|
||||
</td></tr><tr><td><tt>skills</tt></td><td>
|
||||
If <a href="param.skills.format.html" title="skills.format"><i><tt>skills.format</tt></i></a>
|
||||
is <tt>bullet</tt>, on the <tt class="sgmltag-element">ul</tt> for a list of skills. If
|
||||
<i><tt>skills.format</tt></i> is <tt>comma</tt>,
|
||||
on the <tt class="sgmltag-element">span</tt> for a list of
|
||||
skills.
|
||||
</td></tr><tr><td><tt>skillsetTitle</tt></td><td>
|
||||
On the <tt class="sgmltag-element">h3</tt> for a title of a set
|
||||
of skills.
|
||||
</td></tr><tr><td><tt>urlA</tt></td><td>
|
||||
On the <tt class="sgmltag-element">a</tt> of a hyperlink
|
||||
generated from a <tt class="sgmltag-element">url</tt> element in
|
||||
a résumé.
|
||||
</td></tr></tbody></table></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="param.subjects.format.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">subjects.format</a> </td><td align="center" width="34%"><a accesskey="u" href="ref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Part II. Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="gloss.html">Glossary<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,34 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>academics</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="elementref.html" title="Element Reference"><link rel="next" href="element.achievement.html" title="achievement"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="elementref.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">Element Reference</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.achievement.html">achievement<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.academics"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>academics — Container for information about academic experience</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.degrees.html" title="degrees">degrees</a>,<a href="element.note.html" title="note">note</a>?)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">academics</tt> element contains
|
||||
information about a person's academic experience.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">academics</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.resume.html" title="resume"><tt class="sgmltag-element">resume</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="element.pubs.html" title="pubs"><tt class="sgmltag-element">pubs</tt></a>, <a href="element.memberships.html" title="memberships"><tt class="sgmltag-element">memberships</tt></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><academics>
|
||||
<degrees>
|
||||
<degree>
|
||||
<level>Ph.D</level>
|
||||
<major>Toothpick Manufacturing</major>
|
||||
<institution>Stanford University</institution>
|
||||
</degree>
|
||||
</degrees>
|
||||
<note>
|
||||
<para>
|
||||
I also have an honorary doctorate in toothpick structural analysis from
|
||||
MIT.
|
||||
</para>
|
||||
</note>
|
||||
</academics></pre></div><div class="informalexample"><pre class="programlisting"><academics>
|
||||
<degrees>
|
||||
<degree>
|
||||
<level>BA</level>
|
||||
<major>Culinary Psychology</major>
|
||||
</degree>
|
||||
</degrees>
|
||||
</academics></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="elementref.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">Element Reference</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.achievement.html">achievement<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,37 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>achievement</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.academics.html" title="academics"><link rel="next" href="element.achievements.html" title="achievements"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.academics.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">academics</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.achievements.html">achievements<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.achievement"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>achievement — An accomplishment made at a job</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA|<a href="element.emphasis.html" title="emphasis">emphasis</a>|<a href="element.citation.html" title="citation">citation</a>|<a href="element.url.html" title="url">url</a>|<a href="element.link.html" title="link">link</a>)*</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">achievment</tt> element contains a
|
||||
single accomplishment made while working at a particular job (e.g.
|
||||
“increased sales by 20%”, or “improved employee
|
||||
efficiency”).
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">achievement</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.achievements.html" title="achievements"><tt class="sgmltag-element">achievements</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><job>
|
||||
<jobtitle>Eggroll Engineer</jobtitle>
|
||||
<employer>Chineese Cuisine Systems, Inc.</employer>
|
||||
<period>
|
||||
<from>
|
||||
<date>
|
||||
<month>August</month>
|
||||
<year>1993</year>
|
||||
</date>
|
||||
</from>
|
||||
<to>
|
||||
<present/>
|
||||
</to>
|
||||
</period>
|
||||
<achievements>
|
||||
<achievement>
|
||||
Wrote an <emphasis>excellent</emphasis> article on shell crispiness for
|
||||
the <citation>European Journal of Egg Food Engineering</citation>,
|
||||
published at <url>http://www.ejeps.org/articles/crispiness.html</url>.
|
||||
</achievement>
|
||||
<achievement>
|
||||
Decreased filling greasiness by a <emphasis>whopping</emphasis> 30%!
|
||||
</achievement>
|
||||
</achievements>
|
||||
</job></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.academics.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">academics</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.achievements.html">achievements<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,14 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>achievements</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.achievement.html" title="achievement"><link rel="next" href="element.address.html" title="address"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.achievement.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">achievement</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.address.html">address<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.achievements"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>achievements — Container for one or more job achievements</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.achievement.html" title="achievement">achievement</a>+)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
<tt class="sgmltag-element">achievements</tt> is a wrapper element
|
||||
that contains one or more <a href="element.achievement.html" title="achievement"><tt class="sgmltag-element">achievement</tt></a> elements. Achievements are
|
||||
specific things that were accomplished at a job.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">achievements</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.job.html" title="job"><tt class="sgmltag-element">job</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><p>
|
||||
For examples, see <a href="element.achievement.html" title="achievement"><tt class="sgmltag-element">achievement</tt></a>.
|
||||
</p></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.achievement.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">achievement</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.address.html">address<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,56 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>address</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.achievements.html" title="achievements"><link rel="next" href="element.annotation.html" title="annotation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.achievements.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">achievements</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.annotation.html">annotation<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.address"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>address — A postal address</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA|<a href="element.street.html" title="street">street</a>|<a href="element.street2.html" title="street2">street2</a>|<a href="element.suburb.html" title="suburb">suburb</a>|<a href="element.ward.html" title="ward">ward</a>|<a href="element.city.html" title="city">city</a>|<a href="element.state.html" title="state">state</a>|<a href="element.province.html" title="province">province</a>|<a href="element.county.html" title="county">county</a>|<a href="element.prefecture.html" title="prefecture">prefecture</a>|<a href="element.zip.html" title="zip">zip</a>|<a href="element.postalCode.html" title="postalCode">postalCode</a>|<a href="element.country.html" title="country">country</a>|<a href="element.break.html" title="break">break</a>)*</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">format</td><td align="left" valign="top"><p>Enumeration:</p><table class="simplelist" border="0" summary="Simple list"><tr><td><tt class="sgmltag-attvalue">standard</tt></td></tr><tr><td><tt class="sgmltag-attvalue">european</tt></td></tr><tr><td><tt class="sgmltag-attvalue">italian</tt></td></tr></table></td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr><tr valign="top"><td align="left" valign="top">id</td><td align="left" valign="top">ID</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">address</tt> element defines a single
|
||||
postal address. It does <span class="bold"><b>not</b></span> contain
|
||||
information about a person who resides at the address.
|
||||
</p><p>
|
||||
Different countries have different address formatting conventions.
|
||||
Address formatting is controlled by the <a href="param.address.format.html" title="address.format"><i><tt>address.format</tt></i></a>
|
||||
parameter.
|
||||
</p><p>
|
||||
If an address cannot be specified using <tt class="sgmltag-element">address</tt>'s child elements (<tt class="sgmltag-element">street</tt>, <tt class="sgmltag-element">city</tt>, etc.), it may be specified in untagged
|
||||
format. In this case, the address will be formatted verbatim, with line
|
||||
breaks preserved.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">address</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.header.html" title="header"><tt class="sgmltag-element">header</tt></a>, <a href="element.referee.html" title="referee"><tt class="sgmltag-element">referee</tt></a></span>
|
||||
</p></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="variablelist"><dl><dt><span class="term"><tt class="sgmltag-attribute">id</tt></span></dt><dd><p>
|
||||
A string used to uniquely identify an address. The address may
|
||||
then be referred to by this identifier.
|
||||
</p></dd><dt><span class="term"><tt class="sgmltag-attribute">format</tt></span></dt><dd><p>
|
||||
The address format. This attribute specifies the format of an
|
||||
address, and overrides the global <a href="param.address.format.html" title="address.format"><i><tt>address.format</tt></i></a>
|
||||
parameter for each address that it appears in.
|
||||
</p></dd></dl></div></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="param.address.format.html" title="address.format"><i><tt>address.format</tt></i></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="example"><a name="d0e1559"></a><p class="title"><b>Example 1. U.S.-style address</b></p><pre class="programlisting"><address>
|
||||
<street>123 Pickle St.</street>
|
||||
<street>Apt. #12</street>
|
||||
<city>Sourville</city>
|
||||
<state>NX</state>
|
||||
<zip>99999-9999</zip>
|
||||
</address></pre><p>Formatted as:</p><div class="literallayout"><p><tt>123 Pickle St. Apt. #12<br>
|
||||
Sourville, NX 99999-9999</tt></p></div></div><div class="example"><a name="d0e1570"></a><p class="title"><b>Example 2. Italian address</b></p><pre class="programlisting"><address>
|
||||
<street>Via Garibaldi, 23</street>
|
||||
<city>Sorrento</city>
|
||||
<postalCode>123 456</postalCode>
|
||||
<province>NA</province>
|
||||
<country>Italy</country>
|
||||
</address></pre></div><div class="example"><a name="d0e1576"></a><p class="title"><b>Example 3. Untagged address</b></p><pre class="programlisting"><address>Reina #35, apt. 4a, e/ Gervasio y Escobar
|
||||
Ciudad de La Habana, CP 11900
|
||||
CUBA</address></pre><p>Formatted as:</p><div class="literallayout"><p><tt>Reina #35, apt. 4a, e/ Gervasio y Escobar<br>
|
||||
Ciudad de La Habana, CP 11900<br>
|
||||
CUBA</tt></p></div><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>
|
||||
You may have noticed that the XML for this address isn't indented as
|
||||
usual. This is because untagged addresses are formatted verbatim,
|
||||
and so any indentation would be preserved in the formatted address.
|
||||
The address text begins on the same line as the start tag for the
|
||||
same reason (we don't want a leading linebreak in the formatted
|
||||
address).
|
||||
</p></div></div><p>
|
||||
For additional address examples, look at the XML files in the <tt>examples/addressing</tt> directory of the
|
||||
XML Résumé Library distribution.
|
||||
</p></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.achievements.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">achievements</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.annotation.html">annotation<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,26 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>annotation</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.address.html" title="address"><link rel="next" href="element.artTitle.html" title="artTitle"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.address.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">address</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.artTitle.html">artTitle<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.annotation"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>annotation — Additional information about a degree</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">annotation</tt> element provides
|
||||
additional information about an academic degree. It could be used to
|
||||
describe special honors (“Graduated summa cum laude”) or
|
||||
circumstances (“Completed degree in one year in accelerated
|
||||
program”).
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">annotation</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.degree.html" title="degree"><tt class="sgmltag-element">degree</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><degree>
|
||||
<level>BS</level>
|
||||
<major>Street Cleaning Technology</major>
|
||||
<annotation>
|
||||
Graduated with highest honors.
|
||||
</annotation>
|
||||
</degree></pre></div><div class="informalexample"><pre class="programlisting"><degree>
|
||||
<level>BFA</level>
|
||||
<major>Chalkboard Scratching Composition</major>
|
||||
<annotation>
|
||||
Received dean's award in 1984.
|
||||
</annotation>
|
||||
</degree></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.address.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">address</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.artTitle.html">artTitle<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,20 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>artTitle</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.annotation.html" title="annotation"><link rel="next" href="element.author.html" title="author"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.annotation.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">annotation</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.author.html">author<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.artTitle"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>artTitle — A title of an article or other work</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA|<a href="element.link.html" title="link">link</a>)*</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">artTitle</tt> element marks the title
|
||||
of a sub-work (such as an article or poem) in a book, journal, magazine,
|
||||
newspaper, anthology, or other compilation.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">artTitle</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.pub.html" title="pub"><tt class="sgmltag-element">pub</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="element.bookTitle.html" title="bookTitle"><tt class="sgmltag-element">bookTitle</tt></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><pub>
|
||||
<artTitle>Lion Brainwashing During the Late 20th Century</artTitle>
|
||||
<bookTitle>Journal of the American Feline Psychiatric Association</bookTitle>
|
||||
</pub></pre></div><div class="informalexample"><pre class="programlisting"><pub>
|
||||
<artTitle>Cucumber Pickling Process Management</artTitle>
|
||||
<bookTitle>Proceedings of the European Brine Process Engineers' Group</bookTitle>
|
||||
</pub></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.annotation.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">annotation</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.author.html">author<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,36 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>author</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.artTitle.html" title="artTitle"><link rel="next" href="element.award.html" title="award"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.artTitle.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">artTitle</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.award.html">award<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.author"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>author — An author of a publication</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">name</td><td align="left" valign="top">IDREF</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">author</tt> element contains the name
|
||||
of an author of a work or publication. It may also reference a
|
||||
previously-defined <a href="element.name.html" title="name"><tt class="sgmltag-element">name</tt></a> through its <tt class="sgmltag-attribute">name</tt> attribute. In this case, the element will
|
||||
be processed and displayed as if it were actually the referenced name.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">author</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.pub.html" title="pub"><tt class="sgmltag-element">pub</tt></a></span>
|
||||
</p></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="variablelist"><dl><dt><span class="term"><tt class="sgmltag-attribute">name</tt></span></dt><dd><p>
|
||||
The <tt class="sgmltag-attribute">name</tt> attribute contains
|
||||
the <tt class="sgmltag-attribute">id</tt> of a <a href="element.name.html" title="name"><tt class="sgmltag-element">name</tt></a> element.
|
||||
</p><p>
|
||||
If an <tt class="sgmltag-element">author</tt> element
|
||||
specifies this attribute, it should not have any content. In
|
||||
other words, there should be a single tag with a reference
|
||||
(<tt><author name="joe.smith"/></tt>)
|
||||
instead of two tags enclosing content
|
||||
(<tt><author>Joe Smith</author></tt>).
|
||||
</p></dd></dl></div></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="element.name.html" title="name"><tt class="sgmltag-element">name</tt></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><pub>
|
||||
<bookTitle>Nuclear Engineering for Dummies</bookTitle>
|
||||
<author>Edgar Neutron</author>
|
||||
</pub></pre></div><div class="informalexample"><pre class="programlisting"><name id="shirly.mendoza">
|
||||
<firstname>Shirly</firstname>
|
||||
<surname>Mendoza</surname>
|
||||
</name>
|
||||
<pub>
|
||||
<artTitle>Cooking Wire-Core Pretzels</artTitle>
|
||||
<author name="shirly.mendoza"/>
|
||||
<bookTitle>Journal of Metal-Reinforced Confections</bookTitle>
|
||||
</pub></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.artTitle.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">artTitle</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.award.html">award<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,24 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>award</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.author.html" title="author"><link rel="next" href="element.awards.html" title="awards"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.author.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">author</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.awards.html">awards<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.award"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>award — An award or other honor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.title.html" title="title">title</a>,<a href="element.organization.html" title="organization">organization</a>?,(<a href="element.date.html" title="date">date</a>|<a href="element.period.html" title="period">period</a>)?,<a href="element.description.html" title="description">description</a>?)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">award</tt> element describes
|
||||
an award or other honor received by a person (e.g. “Nobel
|
||||
Prize”, “MacArthur Fellow”).
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">award</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.awards.html" title="awards"><tt class="sgmltag-element">awards</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><award>
|
||||
<title>Dean's List</title>
|
||||
<organization>ACME University</organization>
|
||||
</award></pre></div><div class="informalexample"><pre class="programlisting"><award>
|
||||
<title>Honor Roll</title>
|
||||
<organization>Littleton Middle School</organization>
|
||||
<date>
|
||||
<year>1995</year>
|
||||
</date>
|
||||
<description>
|
||||
<para>Maintained a 4.0 GPA.</para>
|
||||
</description>
|
||||
</award></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.author.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">author</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.awards.html">awards<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,28 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>awards</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.award.html" title="award"><link rel="next" href="element.birth.html" title="birth"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.award.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">award</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.birth.html">birth<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.awards"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>awards — Container for one or more awards</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.title.html" title="title">title</a>?,<a href="element.award.html" title="award">award</a>+)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">awards</tt> element contains one or more
|
||||
<a href="element.award.html" title="award"><tt class="sgmltag-element">award</tt></a>s.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">awards</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.resume.html" title="resume"><tt class="sgmltag-element">resume</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><awards>
|
||||
<title>Awards and Honors</title>
|
||||
<award>
|
||||
<title>Employee of the Month</title>
|
||||
<organization>ACME, Inc.</organization>
|
||||
<date><month>May</month><year>2002</year></date>
|
||||
<description>
|
||||
<para>
|
||||
Received for <emphasis>exceptional</emphasis> customer service.
|
||||
</para>
|
||||
</description>
|
||||
</award>
|
||||
<award>
|
||||
<title>AP Scholar</title>
|
||||
<organization>College Board</organization>
|
||||
<date><year>2002</year></date>
|
||||
</award>
|
||||
</awards></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.award.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">award</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.birth.html">birth<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,37 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>birth</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.awards.html" title="awards"><link rel="next" href="element.bookTitle.html" title="bookTitle"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.awards.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">awards</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.bookTitle.html">bookTitle<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.birth"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>birth — Container for information about a person's birth</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.date.html" title="date">date</a>)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">birth</tt> element contains a single
|
||||
<a href="element.date.html" title="date"><tt class="sgmltag-element">date</tt></a> that specifies when a person was
|
||||
born.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">birth</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.header.html" title="header"><tt class="sgmltag-element">header</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><header>
|
||||
<name>
|
||||
<firstname>Scotty</firstname>
|
||||
<surname>O'Reilly</surname>
|
||||
</name>
|
||||
<birth>
|
||||
<date>
|
||||
<dayOfMonth>17</dayOfMonth>
|
||||
<month>March</month>
|
||||
<year>1931</year>
|
||||
</date>
|
||||
</birth>
|
||||
</header></pre></div><div class="informalexample"><pre class="programlisting"><header>
|
||||
<name>
|
||||
<firstname>Josè</firstname>
|
||||
<middlenames>Luis Miguel</middlenames>
|
||||
<surname>Domingo</surname>
|
||||
</name>
|
||||
<birth>
|
||||
<date>
|
||||
<dayOfMonth>23</dayOfMonth>
|
||||
<month>Mayo</month>
|
||||
<year>1834</year>
|
||||
</date>
|
||||
</birth>
|
||||
</header></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.awards.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">awards</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.bookTitle.html">bookTitle<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,28 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>bookTitle</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.birth.html" title="birth"><link rel="next" href="element.break.html" title="break"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.birth.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">birth</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.break.html">break<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.bookTitle"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>bookTitle — A title of a book or similar work</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA|<a href="element.link.html" title="link">link</a>)*</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">bookTitle</tt> element marks the title
|
||||
of a book, magazine, journal, anthology, or other similar work. To
|
||||
denote the title of a sub-work (like an article), see <a href="element.artTitle.html" title="artTitle"><tt class="sgmltag-element">artTitle</tt></a>.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">bookTitle</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.pub.html" title="pub"><tt class="sgmltag-element">pub</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="element.artTitle.html" title="artTitle"><tt class="sgmltag-element">artTitle</tt></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><pub>
|
||||
<bookTitle>Tropical Siberian Vacations</bookTitle>
|
||||
<author>Boris Tzchleikovsy</author>
|
||||
</pub></pre></div><div class="informalexample"><pre class="programlisting"><pub>
|
||||
<bookTitle>Children's Bedtime Stories</bookTitle>
|
||||
<artTitle>Jack the Axe Murderer</artTitle>
|
||||
<author>Caroline Black</author>
|
||||
</pub></pre></div><div class="informalexample"><pre class="programlisting"><pub>
|
||||
<artTitle>Global Commodities Market Downturn</artTitle>
|
||||
<bookTitle>The Economist</bookTitle>
|
||||
<pubDate>
|
||||
<month>June</month>
|
||||
<year>1992</year>
|
||||
</pubdate>
|
||||
</pub></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.birth.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">birth</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.break.html">break<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,21 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>break</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.bookTitle.html" title="bookTitle"><link rel="next" href="element.citation.html" title="citation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.bookTitle.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">bookTitle</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.citation.html">citation<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.break"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>break — A linebreak<p><b>Deprecated</b></p></p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">EMPTY</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>
|
||||
This element is deprecated as of XML Résumé Library version 1.3.3. It should
|
||||
not be used.
|
||||
</p><p>
|
||||
<tt class="sgmltag-element">break</tt> was introduced to allow
|
||||
linebreaks in free-form addresses, but the stylesheets have been
|
||||
modified so that they don't need an explicit linebreak marker. Instead,
|
||||
linebreaks in source text are formatted as linebreaks in formatted text.
|
||||
</p></div><p>
|
||||
The <tt class="sgmltag-element">break</tt> element indicates a
|
||||
position in text where a linebreak should occur.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">break</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.address.html" title="address"><tt class="sgmltag-element">address</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><p>
|
||||
None.
|
||||
</p></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.bookTitle.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">bookTitle</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.citation.html">citation<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,19 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>citation</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.break.html" title="break"><link rel="next" href="element.city.html" title="city"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.break.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">break</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.city.html">city<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.citation"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>citation — The name of a work being referenced</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">citation</tt> element marks the title
|
||||
of a book, website, course, or other work.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">citation</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.achievement.html" title="achievement"><tt class="sgmltag-element">achievement</tt></a>, <a href="element.employer.html" title="employer"><tt class="sgmltag-element">employer</tt></a>, <a href="element.institution.html" title="institution"><tt class="sgmltag-element">institution</tt></a>, <a href="element.organization.html" title="organization"><tt class="sgmltag-element">organization</tt></a>, <a href="element.para.html" title="para"><tt class="sgmltag-element">para</tt></a>, <a href="element.project.html" title="project"><tt class="sgmltag-element">project</tt></a>, <a href="element.skill.html" title="skill"><tt class="sgmltag-element">skill</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="element.pub.html" title="pub"><tt class="sgmltag-element">pub</tt></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><achievement>
|
||||
Increased earnings 341%, thereby landing Acme Widgets on <citation>Fortune
|
||||
Magazine</citation>'s Fortune 500 list.
|
||||
</achievement></pre></div><div class="informalexample"><pre class="programlisting"><para>
|
||||
More information on the AHTM system is published in <citation>Developing
|
||||
Today</citation> at <url>http://www.dtoday.bob/tips.html</url>.
|
||||
</para></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.break.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">break</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.city.html">city<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,21 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>city</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.citation.html" title="citation"><link rel="next" href="element.clearance.html" title="clearance"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.citation.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">citation</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.clearance.html">clearance<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.city"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>city — The name of a city</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">id</td><td align="left" valign="top">ID</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">city</tt> element contains a the name
|
||||
of a single city or other similar municipality.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">city</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.address.html" title="address"><tt class="sgmltag-element">address</tt></a>, <a href="element.location.html" title="location"><tt class="sgmltag-element">location</tt></a></span>
|
||||
</p></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="variablelist"><dl><dt><span class="term"><tt class="sgmltag-attribute">id</tt></span></dt><dd><p>
|
||||
A string used to uniquely identify a city. The city may
|
||||
then be referred to by this identifier.
|
||||
</p></dd></dl></div></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="element.county.html" title="county"><tt class="sgmltag-element">county</tt></a>, <a href="element.prefecture.html" title="prefecture"><tt class="sgmltag-element">prefecture</tt></a>, <a href="element.suburb.html" title="suburb"><tt class="sgmltag-element">suburb</tt></a>, <a href="element.ward.html" title="ward"><tt class="sgmltag-element">ward</tt></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><address>
|
||||
<street>3400 N. 5230 S.</street>
|
||||
<city>Salt Lake City</city>
|
||||
<state>UT</state>
|
||||
<zip>84352</zip>
|
||||
</address></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.citation.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">citation</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.clearance.html">clearance<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,19 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>clearance</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.city.html" title="city"><link rel="next" href="element.clearances.html" title="clearances"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.city.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">city</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.clearances.html">clearances<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.clearance"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>clearance — A security clearance</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.level.html" title="level">level</a>,<a href="element.organization.html" title="organization">organization</a>?,(<a href="element.date.html" title="date">date</a>|<a href="element.period.html" title="period">period</a>)?,<a href="element.note.html" title="note">note</a>?)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">clearance</tt> element contains a single
|
||||
security clearance (e.g. “Top Secret”).
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">clearance</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.clearances.html" title="clearances"><tt class="sgmltag-element">clearances</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><clearance>
|
||||
<level>Super-duper it-doesn't-even-exist extra secret</level>
|
||||
<organization>NATO</organization>
|
||||
</clearance></pre></div><div class="informalexample"><pre class="programlisting"><clearance>
|
||||
<level>Top Secret</level>
|
||||
<organization>CIA</organization>
|
||||
<date><year>2002</year></date>
|
||||
<note>Full polygraph test performed.</note>
|
||||
</clearance></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.city.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">city</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.clearances.html">clearances<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,20 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>clearances</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.clearance.html" title="clearance"><link rel="next" href="element.company.html" title="company"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.clearance.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">clearance</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.company.html">company<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.clearances"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>clearances — One or more security clearances</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(<a href="element.title.html" title="title">title</a>?,<a href="element.clearance.html" title="clearance">clearance</a>+)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><p>
|
||||
The <tt class="sgmltag-element">clearances</tt> element contains one or
|
||||
more security clearances. It is a top-level section of a résumé.
|
||||
</p><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">clearances</tt> may be contained in these
|
||||
elements:
|
||||
<span class="simplelist"><a href="element.resume.html" title="resume"><tt class="sgmltag-element">resume</tt></a></span>
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>Examples</h2><div class="informalexample"><pre class="programlisting"><clearances>
|
||||
<clearance>
|
||||
<level>Top Secret</level>
|
||||
<organization>NSA</organization>
|
||||
</clearance>
|
||||
<clearance>
|
||||
<level>Secret</level>
|
||||
<organization>US Navy</organization>
|
||||
</clearance>
|
||||
</clearances></pre></div></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.clearance.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">clearance</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.company.html">company<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
@@ -1,13 +0,0 @@
|
||||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>company</title><link rel="stylesheet" href="manual.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.57.0"><link rel="home" href="index.html" title="XML Résumé Library User Guide"><link rel="up" href="elementref.html" title="Element Reference"><link rel="previous" href="element.clearances.html" title="clearances"><link rel="next" href="element.contact.html" title="contact"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><h1 class="pageTitle"><a href="../../index.html"><span style="color: red;">XML</span><span style="font-weight: bold;">Résumé</span><span style="color: red;">Library</span></a>:
|
||||
<a href="index.html">User Guide</a></h1><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.clearances.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">clearances</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.contact.html">contact<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="element.company"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>company — The name of a company<p><b>Deprecated</b></p></p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="refsect2" lang="en"><h3>Content Model</h3><pre class="synopsis">(#PCDATA)</pre></div><div class="refsect2" lang="en"><h3>Attributes</h3><div class="informaltable"><table width="100%" border="1"><colgroup><col align="left"><col align="left"><col align="left"></colgroup><thead><tr valign="top"><th align="left" valign="top">Name</th><th align="left" valign="top">Type</th><th align="left" valign="top">Default</th></tr></thead><tbody><tr valign="top"><td align="left" valign="top">targets</td><td align="left" valign="top">CDATA</td><td align="left" valign="top"><span class="emphasis"><em>None</em></span></td></tr></tbody></table></div></div></div><div class="refsect1" lang="en"><h2>Description</h2><div class="important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>
|
||||
This element is deprecated as of XML Résumé Library version 1.3.3. It should
|
||||
not be used.
|
||||
</p></div><div class="refsect2" lang="en"><h3>Parents</h3><p>
|
||||
<tt class="sgmltag-element">company</tt> may be contained in these
|
||||
elements:
|
||||
None
|
||||
</p></div></div><div class="refsect1" lang="en"><h2>See Also</h2><p>
|
||||
<span class="simplelist"><a href="element.institution.html" title="institution"><tt class="sgmltag-element">institution</tt></a>, <a href="element.organization.html" title="organization"><tt class="sgmltag-element">organization</tt></a></span>.
|
||||
</p></div><div class="refsect1" lang="en"><h2>Examples</h2><p>None.</p></div></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><td align="left" width="33%"><a accesskey="p" href="element.clearances.html"><img src="caret-l.gif" width="11" height="7" border="0" alt="Previous">clearances</a> </td><td align="center" width="34%"><a accesskey="u" href="elementref.html"><img src="caret-u.gif" width="11" height="7" border="0" alt="Up">Element Reference</a></td><td align="right" width="33%"> <a accesskey="n" href="element.contact.html">contact<img src="caret-r.gif" width="11" height="7" border="0" alt="Next"></a></td></tr></table></div></body></html>
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user