From f47854217a4db7fb1f0269d388c5424f4da1ba70 Mon Sep 17 00:00:00 2001 From: darwiin Date: Tue, 12 Nov 2013 22:28:44 -0800 Subject: Initial commit --- .gitignore | 32 +++ LICENSE | 674 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 + 3 files changed, 710 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bbaaa01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +*.acn +*.acr +*.alg +*.aux +*.bbl +*.blg +*.dvi +*.fdb_latexmk +*.glg +*.glo +*.gls +*.idx +*.ilg +*.ind +*.ist +*.lof +*.log +*.lot +*.maf +*.mtc +*.mtc0 +*.nav +*.nlo +*.out +*.pdfsync +*.ps +*.snm +*.synctex.gz +*.toc +*.vrb +*.xdy +*.tdo diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ef7e7ef --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..620a6d0 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +latex-classicalcv +================= + +Latex classical CV -- cgit v1.2.3 From 8b435cc3beee6e027c4b5ba47de53c1ba950f42d Mon Sep 17 00:00:00 2001 From: Darwiin Date: Wed, 13 Nov 2013 07:32:31 +0100 Subject: Added CV files to track --- .gitignore | 7 +++ competences.tex | 13 +++++ cv.tex | 84 +++++++++++++++++++++++++++ document.tex | 155 +++++++++++++++++++++++++++++++++++++++++++++++++ experience.tex | 129 ++++++++++++++++++++++++++++++++++++++++ experience_compact.tex | 87 +++++++++++++++++++++++++++ headline.tex | 6 ++ interets.tex | 7 +++ langues.tex | 6 ++ scolarite.tex | 9 +++ 10 files changed, 503 insertions(+) create mode 100755 competences.tex create mode 100755 cv.tex create mode 100755 document.tex create mode 100755 experience.tex create mode 100755 experience_compact.tex create mode 100755 headline.tex create mode 100755 interets.tex create mode 100755 langues.tex create mode 100755 scolarite.tex diff --git a/.gitignore b/.gitignore index bbaaa01..48c1045 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,10 @@ *.vrb *.xdy *.tdo +cv.pdf +perso.tex +perso_section.tex +references.tex +cv.texnicle +cv.texnicle.backup +.DS_Store diff --git a/competences.tex b/competences.tex new file mode 100755 index 0000000..a9bd36f --- /dev/null +++ b/competences.tex @@ -0,0 +1,13 @@ +%Section compétences +\section{\texorpdfstring{\color{Blue}Compétences}{Compétences}} +\renewcommand{\arraystretch}{1.2} +\begin{tabular}{rp{13cm}} + \textsc{Langage de programmation:} & Java (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net(C\#,asp.net)\\ + \textsc{Programmation web:} & JSP, JSF, JBoss RichFaces, PHP, XML, Javascript, jQuery, AngularJS, Bootstrap, XHTML, LESS, CSS\\ + \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ + \textsc{Outils de développement:} & \textbf{Rational Software Architect},\textbf{Websphere Integration Developer}, Visual Studio, Netbeans\\ + \textsc{Middleware:} & \textbf{Websphere Application Server}, \textbf{Websphere Process Server}, \textbf{Infosphere Traceability Server} (EPCIS), Websphere Sensor Events, Glassfish, Tomcat\\ + \textsc{Systèmes d'exploitation:} & Mac OS, Windows XP, Windows 2003 Server, Windows 7, Linux Redhat\\ + \textsc{Conception:} & UML, Merise\\ + \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D +\end{tabular} \ No newline at end of file diff --git a/cv.tex b/cv.tex new file mode 100755 index 0000000..4b4746c --- /dev/null +++ b/cv.tex @@ -0,0 +1,84 @@ +\documentclass[a4paper,10pt]{article} + +%A Few Useful Packages +\usepackage[frenchb]{babel} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{marvosym} +\usepackage{fontspec} %for loading fonts +\usepackage{xunicode,xltxtra,url,parskip} %other packages for formatting +\RequirePackage{color,graphicx} +\usepackage[usenames,dvipsnames]{xcolor} +%\usepackage[big]{layaureo} %better formatting of the A4 page +% an alternative to Layaureo can be ** \usepackage{fullpage} ** +\usepackage{fullpage} +\usepackage{longtable} %for Grades +\usepackage{titlesec} %custom \section +\usepackage[margin=1.5cm]{geometry} + +%Setup hyperref package, and colours for links +\usepackage{hyperref} +\definecolor{linkcolour}{rgb}{0,0.2,0.6} +\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} + +%FONTS +\defaultfontfeatures{Mapping=tex-text} +\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans} +%\setmainfont[SmallCapsFont = Calibri]{Calibri} + +%CV Sections inspired by: +%http://stefano.italians.nl/archives/26 +\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] +\titlespacing{\section}{0pt}{3pt}{3pt} +%Tweak a bit the top margin +%\addtolength{\voffset}{-1.3cm} + +\newlength{\datebox} +\settowidth{\datebox}{Décembre 2009} + +%Italian hyphenation for the word: ''corporations'' +\hyphenation{im-pre-se} + +%-------------WATERMARK TEST [**not part of a CV**]--------------- +\usepackage[absolute]{textpos} + +\setlength{\TPHorizModule}{30mm} +\setlength{\TPVertModule}{\TPHorizModule} +\textblockorigin{2mm}{0.65\paperheight} +\setlength{\parindent}{0pt} + +\usepackage{array} +\newcolumntype{R}[1]{>{\hfill}m{#1}} + +%--------------------BEGIN DOCUMENT---------------------- +\begin{document} + +\pagestyle{empty} % non-numbered pages + +\font\fb=''[cmr10]'' %for use with \LaTeX command + +%--------------------TITLE------------- +%\par{ +% \color{Blue}{\LARGE Christophe \textsc{Roger}\color{Black} (29 ans) +% }\bigskip\par} + +\input{perso} + +\par{ + \bigskip\center{\LARGE Architecte logiciel | Développeur/Concepteur JEE}\par + } +\bigskip + + +%--------------------SECTIONS----------------------------------- +\input{headline} +%\input{perso_section} +\input{competences} +\input{experience_compact} +\input{langues} +\input{scolarite} +%\input{interets} +\input{references} + + +\end{document} \ No newline at end of file diff --git a/document.tex b/document.tex new file mode 100755 index 0000000..8096dac --- /dev/null +++ b/document.tex @@ -0,0 +1,155 @@ +%% start of file `template.tex'. +%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com). +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License version 1.3c, +% available at http://www.latex-project.org/lppl/. + + +\documentclass[11pt,a4paper]{moderncv} + +% moderncv themes +%\moderncvtheme[grey]{casual} % optional argument are 'blue' +%(default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, +%instead of sans serif fonts) +\moderncvtheme[blue]{classic} % idem + +% character encoding +\usepackage[utf8]{inputenc} % replace by the encoding you are using + +% adjust the page margins +\usepackage[scale=0.8]{geometry} +%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates +%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details +%\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths + +% personal data +\firstname{Christophe} +\familyname{ROGER} +%\title{Resumé title (optional)} % optional, remove the line if +%not wanted +\address{102 Avenue de Grasse}{06800 Cagnes sur Mer} % optional, remove the +\mobile{+33 6 08 693 893} % optional, remove the line if not +%\phone{phone (optional)} % optional, remove the line if +%not wanted \fax{fax (optional)} % optional, remove the +\email{email (optional)} % optional, remove the line if not wanted +\homepage{homepage (optional)} % optional, remove the line if not wanted +\extrainfo{additional information (optional)} % optional, remove the line if not wanted +%\photo[64pt]{picture} % '64pt' is the height thepicture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted \quote{Some quote (optional)} % optional, remove the line if not wanted + +% to show numerical labels in the bibliography; only useful if you make citations in your resume +\makeatletter +\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}} +\makeatother + +% bibliography with mutiple entries +%\usepackage{multibib} +%\newcites{book,misc}{{Books},{Others}} + +%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page +%---------------------------------------------------------------------------------- +% content +%---------------------------------------------------------------------------------- +\begin{document} +\maketitle + +\section{Experience} +\subsection{Vocational} +\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}% +Detailed achievements:% +\begin{itemize}% +\item Achievement 1; +\item Achievement 2, with sub-achievements: + \begin{itemize}% + \item Sub-achievement (a); + \item Sub-achievement (b), with sub-sub-achievements (don't do this!); + \begin{itemize} + \item Sub-sub-achievement i; + \item Sub-sub-achievement ii; + \item Sub-sub-achievement iii; + \end{itemize} + \item Sub-achievement (c); + \end{itemize} +\item Achievement 3. +\end{itemize}} +\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2} +\subsection{Miscellaneous} +\cventry{year--year}{Job title}{Employer}{City}{}{Description} + +\section{Education} +\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} % arguments 3 to 6 can be left empty +\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} + +\section{Master thesis} +\cvline{title}{\emph{Title}} +\cvline{supervisors}{Supervisors} +\cvline{description}{\small Short thesis abstract} + +\section{Experience} +\subsection{Vocational} +\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}% +Detailed achievements:% +\begin{itemize}% +\item Achievement 1; +\item Achievement 2, with sub-achievements: + \begin{itemize}% + \item Sub-achievement (a); + \item Sub-achievement (b), with sub-sub-achievements (don't do this!); + \begin{itemize} + \item Sub-sub-achievement i; + \item Sub-sub-achievement ii; + \item Sub-sub-achievement iii; + \end{itemize} + \item Sub-achievement (c); + \end{itemize} +\item Achievement 3. +\end{itemize}} +\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2} +\subsection{Miscellaneous} +\cventry{year--year}{Job title}{Employer}{City}{}{Description} + +\section{Languages} +\cvlanguage{Language 1}{Skill level}{Comment} +\cvlanguage{Language 2}{Skill level}{Comment} +\cvlanguage{Language 3}{Skill level}{Comment} + +\section{Computer skills} +\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ} +\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ} +\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ} + +\section{Interests} +\cvline{hobby 1}{\small Description} +\cvline{hobby 2}{\small Description} +\cvline{hobby 3}{\small Description} + +\section{Extra 1} +\cvlistitem{Item 1} +\cvlistitem{Item 2} +\cvlistitem[+]{Item 3} % optional other symbol + +\renewcommand{\listitemsymbol}{-} % change the symbol for lists + +\section{Extra 2} +\cvlistdoubleitem{Item 1}{Item 4} +\cvlistdoubleitem{Item 2}{Item 5 \cite{book1}} +\cvlistdoubleitem{Item 3}{} + +% Publications from a BibTeX file without multibib\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% for BibTeX numerical labels +\nocite{*} +%\bibliographystyle{plain} +%\bibliography{publications} % 'publications' is the name of a BibTeX file + +% Publications from a BibTeX file using the multibib package +%\section{Publications} +%\nocitebook{book1,book2} +%\bibliographystylebook{plain} +%\bibliographybook{publications} % 'publications' is the name of a BibTeX file +%\nocitemisc{misc1,misc2,misc3} +%\bibliographystylemisc{plain} +%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file + +\end{document} + + +%% end of file `template_en.tex'. diff --git a/experience.tex b/experience.tex new file mode 100755 index 0000000..17f6034 --- /dev/null +++ b/experience.tex @@ -0,0 +1,129 @@ +%Section: Work Experience at the top +\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} +\begin{longtable}{R{2.5cm}|p{14.8cm}} + \emph{Aujourd'hui} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& + \footnotesize{ + Implémentation d'une solution de traçabilité et d'authentification + de produits pharmaceutiques pour un organisme publique européen. + \begin{itemize} + \item Modélisation des bases de données de 2 composants de la solution + \item Développement des applications web de 2 composants (JSF, JBoss Richfaces\ldots) + \item Développement de Services Web + \item Extension de la couche d'accès aux données + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Websphere Application Server 7, JBoss RichFaces, Infosphere Traceability Server, Hibernate }\\ + \multicolumn{2}{c}{} \\ + \textsc{Avril 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Mars 2011}& IT Specialist pour IBM, Industry Solutions Insurance\\& + \footnotesize{Développement d'une application android (v2.2) dans le cadre d'un \emph{Proof of Concept} + pour des clients dans le domaine des assurances. Implémentation d'une librairie pour gérer le \emph{drag and drop}.}\\& + \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android v2.2 }\\ + \multicolumn{2}{c}{}\\ + \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Juillet 2010}&IT Specialist pour IBM, Product Lifecycle Management Center of Excellence\\& + \footnotesize{ + Intégration d'ENOVIA V6, Oracle E-Business Suite et Maximo Asset Management grâce au middleware IBM (Websphere Process Server). + \begin{itemize} + \item Participation à la modélisation de l'architecture à l'aide de SOAML + \item Modélisation et implémentaion de \emph{business processes} et de \emph{business state machines} + \item Développement de médiations + \item Implémentation de tableaux de bord sur Websphere Business Monitor + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer 7, Rational Software Architect 7.5.4, Websphere Business Modeler 7, Websphere Service Registry and Repository 7, + Websphere Process Server, ENOVIA V6, Maximo Asset Management }\\ + \multicolumn{2}{c}{}\\ + \textsc{Juin 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Février 2010}&IT Specialist pour IBM, Product Lifecycle Management Center of Excellence\\& + \footnotesize{ + Intégration de PTC Windchill, Rational DOORS et IGE+XAO Electrical Expert grâce au middleware IBM (Websphere Process Server) + \begin{itemize} + \item Modélisation et implémentaion de \emph{business processes} + \item Développement de médiations + \item Implémentation de tableaux de bord sur Websphere Business Monitor + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Eclipse, Websphere Process Server, Rational DOORS, Websphere Integration Developer }\\ + \multicolumn{2}{c}{} \\ + \textsc{Janvier 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + & IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Mettre en place le suivi et le contrôle des commandes et approvisionnements à l'aide de la RFID + \begin{itemize} + \item Extension du modèle de données \emph{EPCIS} + \item Mise en place d'une stratégie de sauvegarde et de restauration des bases de données DB2 + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, IBM Infosphere Traceability Server }\\ + \multicolumn{2}{c}{} \\ + \textsc{Décembre 2009} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Juin 2009}& IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Implémentation d'une solution de suivi et d'authentification de containers. + \begin{itemize} + \item Implémentation de la fonctionnalité de contrôle et d'authentification des containers dans l'application PDA + \item Ecriture des documentations techniques, utilisateurs et des supports de cours + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Lotus Expeditor 6.2, Eclipse }\\ + \multicolumn{2}{c}{} \\ + \textsc{2009} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + & IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données + (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) + \begin{itemize} + \item Implémentation d'une application de suivi des assets IT légers (ordinateurs portables) + \item Implémentation d'une fonctionnalité de contrôle de positionnement des serveurs dans les racks. + \item Intégration avec Maximo Asset Management for IT + \item Déploiement, démonstration de la solution et formation du client + \item Support de la solution + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} IBM Rational Software Architect, IBM Premises Server 6.1, Maximo Asset Management for IT 7.1 }\\ + \multicolumn{2}{c}{} \\ + \textsc{Décembre 2008} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Juin 2008}& IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Implémentation d'une solution de lutte contre la contrefacçon pour un fabriquant de vins et spiritueux (Utilisation de la RFID) + \begin{itemize} + \item Extension du modèle de données EPCIS + \item Spécification et implémentation d'une application de capture d'évènements + \item Spécification et implémentation des composants d'enregistrement des évènements EPCIS + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} IBM Rational Software Architect, RFIDIC (Première version d'Infosphere Traceability Server), IBM Premises Server 6.1 }\\ + \multicolumn{2}{c}{}\\ + \textsc{Novembre 2007} & Ingénieur d'étude, \textsc{IBM}, France \\ + \textsc{Février 2007}&\emph{Implémentation d'une solution de paiement NFC}\\& + \footnotesize{ + En tant que membre de l'équipe de développement j'ai + participé à la rédaction des documents de spécifications et au développement de + plusieurs briques logicielles de la solution (applet javacard, midlet, + application web). + \begin{itemize} + \item Extension du modèle de données \emph{EPCIS} + \item Mise en place d'une stratégie de sauvegarde et de restauration des bases de données DB2 + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Java ME, Java Card, DB2, Websphere Application Server 6 }\\ + \multicolumn{2}{c}{} \\ + \textsc{Septembre 2006} & Ingénieur d'étude stagiaire, \textsc{INRIA}, France\\ + \textsc{Mai 2006}&\footnotesize{Analyse et intégration du middleware ProActive au sein de la plateforme SALOME.}\\& + \footnotesize{\emph{Technologies utilisées:} XML, Java, C++, Python}\\ + \multicolumn{2}{c}{} \\ + \textsc{Octobre 2004} & Technicien Supérieur stagiaire, \textsc{DSI de la Province Sud}, Nouvelle-Calédonie\\ + \textsc{Août 2004}&\footnotesize{Dans le cadre d'une migration d'un environnement Windows NT 4 server vers un environnement Windows + 2003 server, ma mission a consistée à automatiser le déploiement de nouveaux postes de travail sur l'intranet de la Province Sud. }\\& + \footnotesize{\emph{Technologies utilisées:} JScript, Active Directory, Annuaires LDAP}\\ +\end{longtable} \ No newline at end of file diff --git a/experience_compact.tex b/experience_compact.tex new file mode 100755 index 0000000..68b12c6 --- /dev/null +++ b/experience_compact.tex @@ -0,0 +1,87 @@ +%Section: Work Experience at the top +\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} +\begin{longtable}{R{2.5cm}|p{14.8cm}} + \emph{Aujourd'hui} & Architecte logiciel | Leader Technique, \textsc{Bull SAS}, France\\ + \textsc{Avril 2012} & + \vspace{-1em} + \footnotesize{ + \begin{itemize} + \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting + \item Migration du serveur métier vers open cobol : suivi de projet et reporting + \item Mise en place d'une base documentaire (wiki) et présentation aux + équipes de développement + \item Mise en place de conventions de code + \item Analyse et simplification de l'architecture existante + \item Mise en place d'un framework de développement d'interface web (jquery, bootstrap, taglibs) + \item Implémentation de nouvelles fonctionnalités du produit + \item Implémentation, analyse et livraison de correctifs de bugs + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Apache Tomcat, JBoss RichFaces, jquery, Twitter Bootstrap, LESS, Hibernate, Spring MVC }\\ + \multicolumn{2}{c}{} \\ + \textsc{Mars 2012} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& + \footnotesize{ + Implémentation d'une solution de traçabilité et d'authentification + de produits pharmaceutiques pour un organisme public européen. + \begin{itemize} + \item Modélisation des bases de données de 2 composants logiciels de la solution + \item Conception et implémentation des applications web de 2 composants logiciels de la solution (JSF, JBoss Richfaces\ldots) + \item Développement de Services Web + \item Extension de la couche d'accès aux données + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Websphere Application Server 7, JBoss RichFaces, Infosphere Traceability Server, Hibernate }\\ + \multicolumn{2}{c}{} \\ + \textsc{Avril 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Mars 2011}& \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\& + \footnotesize{Développement d'une application android dans le cadre d'une solution à destination + des clients dans le domaine des assurances.}\\& + \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ + \multicolumn{2}{c}{} \\ +\pagebreak[4] + \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& + \footnotesize{ + \begin{itemize} + \item Intégration d'ENOVIA V6, Oracle E-Business Suite et Maximo Asset Management grâce au middleware IBM (Websphere Process Server). + \item Intégration de PTC Windchill, Rational DOORS et IGE+XAO Electrical Expert grâce au middleware IBM (Websphere Process Server) + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, Rational Software Architect, Websphere Business Modeler, Websphere Service Registry and Repository, + Websphere Process Server, ENOVIA V6, Maximo Asset Management, Rational DOORS, Eclipse }\\ + \multicolumn{2}{c}{} \\ + \textsc{Janvier 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + \begin{itemize} + \item Mettre en place le suivi et le contrôle des commandes et approvisionnements à l'aide de la RFID + \item Implémentation d'une solution de suivi et d'authentification de containers pour \href{http://www.container-centralen.com/}{Container Centralen} (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description du projet}, \href{http://www.container-centralen.co.uk/rfid/user\%20guide\%20for\%20scanning.aspx}{guide d'utilisation}) + \item Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données + (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) + \item Implémentation d'une solution de lutte contre la contrefaçon pour un fabriquant de vins et spiritueux (Utilisation de la RFID) + \item Travail d'étude sur le protocole ONS + \item Maintenance corrective et extension d'une plateforme M2M + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, IBM Infosphere Traceability Server, Lotus Expeditor, Eclipse, + IBM Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Première version d'Infosphere Traceability Server - EPCIS) }\\ + \multicolumn{2}{c}{}\\ + \textsc{Novembre 2007} & Ingénieur d'étude, \textsc{IBM}, France \\ + \textsc{Février 2007}& + \footnotesize{ + Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) + dans le cadre du projet Campus Nova pour le Crédit Agricole + \begin{itemize} + \item Implémentation d'un porte monnaie électronique + \item Intégration avec une plateforme de paiement en ligne + \end{itemize} + + }\\& + \vspace{-1em} + \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, Websphere Application Server}\\ +\end{longtable} \ No newline at end of file diff --git a/headline.tex b/headline.tex new file mode 100755 index 0000000..2766a11 --- /dev/null +++ b/headline.tex @@ -0,0 +1,6 @@ +\par{ +Développeur et concepteur JEE depuis plusieurs années, je suis également intervenu sur des plateformes +embarquées (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe +aujourd'hui un poste d'architecte logiciel et souhaite poursuivre ma carrière sur des projets innovants en +qualité d'architecte logiciel et/ou développeur/concepteur. +} \ No newline at end of file diff --git a/interets.tex b/interets.tex new file mode 100755 index 0000000..712275c --- /dev/null +++ b/interets.tex @@ -0,0 +1,7 @@ +%Section: Centres d'intérêt +\section{\texorpdfstring{\color{Blue}Centres d'intérêts}{Centres d'intérêts}} +\begin{tabular}{rl} + \textsc{Développement mobile:} & iOS, Android, \textbf{Windows Phone}\\ + \textsc{Développement web:} & HTML5, CSS3 \\ + \textsc{Photographie} & \\ +\end{tabular} \ No newline at end of file diff --git a/langues.tex b/langues.tex new file mode 100755 index 0000000..11b344f --- /dev/null +++ b/langues.tex @@ -0,0 +1,6 @@ +%Section: Languages +\section{\texorpdfstring{\color{Blue}Langues}{Langues}} +\begin{tabular}{rl} + \parbox{\datebox}{\raggedleft\textsc{Français:}}&Langue maternelle\\ +\textsc{Anglais:}&Maîtrise de l'anglais technique\\ +\end{tabular} \ No newline at end of file diff --git a/scolarite.tex b/scolarite.tex new file mode 100755 index 0000000..4b4675c --- /dev/null +++ b/scolarite.tex @@ -0,0 +1,9 @@ +%Section: Scholarships and additional info +\section{\texorpdfstring{\color{Blue}Formation}{Formation}} +\begin{tabular}{rp{14cm}} + \parbox{\datebox}{\raggedleft 2007} & Master STIC Professionel filière MBDS + de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et + intégration de Systèmes) \\ + 2004 & BTS Informatique de Gestion option administrateurs de réseaux \\ + 2000 & Baccalauréat Scientifique option Mathématiques +\end{tabular} \ No newline at end of file -- cgit v1.2.3 From bcf4dca47d8d8bcc323db9f176f13cb0e746a475 Mon Sep 17 00:00:00 2001 From: Darwiin Date: Thu, 14 Nov 2013 07:56:22 +0100 Subject: Compact experiences update Signed-off-by: Darwiin --- experience_compact.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/experience_compact.tex b/experience_compact.tex index 68b12c6..d5cf652 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -7,18 +7,18 @@ \footnotesize{ \begin{itemize} \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting - \item Migration du serveur métier vers open cobol : suivi de projet et reporting + \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting \item Mise en place d'une base documentaire (wiki) et présentation aux équipes de développement \item Mise en place de conventions de code \item Analyse et simplification de l'architecture existante - \item Mise en place d'un framework de développement d'interface web (jquery, bootstrap, taglibs) + \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) \item Implémentation de nouvelles fonctionnalités du produit \item Implémentation, analyse et livraison de correctifs de bugs \end{itemize} \vspace{-1em} }\\& - \footnotesize{\emph{Technologies utilisées:} Apache Tomcat, JBoss RichFaces, jquery, Twitter Bootstrap, LESS, Hibernate, Spring MVC }\\ + \footnotesize{\emph{Technologies utilisées:} Apache Tomcat, JBoss RichFaces, jQuery, Twitter Bootstrap, LESS, Hibernate, Spring MVC }\\ \multicolumn{2}{c}{} \\ \textsc{Mars 2012} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& @@ -37,7 +37,7 @@ \multicolumn{2}{c}{} \\ \textsc{Avril 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Mars 2011}& \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\& - \footnotesize{Développement d'une application android dans le cadre d'une solution à destination + \footnotesize{Développement d'une application Android dans le cadre d'une solution à destination des clients dans le domaine des assurances.}\\& \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ \multicolumn{2}{c}{} \\ @@ -58,7 +58,7 @@ \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& \footnotesize{ \begin{itemize} - \item Mettre en place le suivi et le contrôle des commandes et approvisionnements à l'aide de la RFID + \item Mise en place le suivi et le contrôle des commandes et approvisionnements à l'aide de la RFID \item Implémentation d'une solution de suivi et d'authentification de containers pour \href{http://www.container-centralen.com/}{Container Centralen} (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description du projet}, \href{http://www.container-centralen.co.uk/rfid/user\%20guide\%20for\%20scanning.aspx}{guide d'utilisation}) \item Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) -- cgit v1.2.3 From 102a194a952ca2b73be25bbd0b73dcb223af06e7 Mon Sep 17 00:00:00 2001 From: Darwiin Date: Wed, 27 Nov 2013 01:41:54 +0100 Subject: Updated references, comptences and experiences --- competences.tex | 16 ++++++++-------- experience_compact.tex | 13 +++++++------ 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/competences.tex b/competences.tex index a9bd36f..0319185 100755 --- a/competences.tex +++ b/competences.tex @@ -2,12 +2,12 @@ \section{\texorpdfstring{\color{Blue}Compétences}{Compétences}} \renewcommand{\arraystretch}{1.2} \begin{tabular}{rp{13cm}} - \textsc{Langage de programmation:} & Java (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net(C\#,asp.net)\\ - \textsc{Programmation web:} & JSP, JSF, JBoss RichFaces, PHP, XML, Javascript, jQuery, AngularJS, Bootstrap, XHTML, LESS, CSS\\ - \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ - \textsc{Outils de développement:} & \textbf{Rational Software Architect},\textbf{Websphere Integration Developer}, Visual Studio, Netbeans\\ - \textsc{Middleware:} & \textbf{Websphere Application Server}, \textbf{Websphere Process Server}, \textbf{Infosphere Traceability Server} (EPCIS), Websphere Sensor Events, Glassfish, Tomcat\\ - \textsc{Systèmes d'exploitation:} & Mac OS, Windows XP, Windows 2003 Server, Windows 7, Linux Redhat\\ - \textsc{Conception:} & UML, Merise\\ - \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D + \textsc{Langages de programmation:} & Java (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net(C\#,asp.net)\\ + \textsc{Programmation web:} & JSP, JSF, JBoss RichFaces, PHP, XML, Javascript, jQuery, AngularJS, Bootstrap, XHTML, LESS, CSS\\ + \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ + \textsc{Outils de développement:} & \textbf {Eclipse}, \textbf{Rational Software Architect}, Websphere Integration Developer, Visual Studio, Netbeans, Maven, Ant, SVN, git\\ + \textsc{Middleware:} & \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS}), Websphere Process Server, \textbf{Infosphere Traceability Server} (EPCIS), Websphere Sensor Events, Glassfish, \\ + \textsc{Systèmes d'exploitation:} & Mac OS, Windows XP, Windows 2003 Server, Windows 7, Linux Redhat\\ + \textsc{Conception:} & UML, Merise\\ + \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D \end{tabular} \ No newline at end of file diff --git a/experience_compact.tex b/experience_compact.tex index d5cf652..76eba82 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -15,10 +15,11 @@ \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) \item Implémentation de nouvelles fonctionnalités du produit \item Implémentation, analyse et livraison de correctifs de bugs + \item Veille technologique \end{itemize} \vspace{-1em} }\\& - \footnotesize{\emph{Technologies utilisées:} Apache Tomcat, JBoss RichFaces, jQuery, Twitter Bootstrap, LESS, Hibernate, Spring MVC }\\ + \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle, JBoss RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring MVC, Eclipse, Maven }\\ \multicolumn{2}{c}{} \\ \textsc{Mars 2012} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& @@ -27,21 +28,21 @@ de produits pharmaceutiques pour un organisme public européen. \begin{itemize} \item Modélisation des bases de données de 2 composants logiciels de la solution - \item Conception et implémentation des applications web de 2 composants logiciels de la solution (JSF, JBoss Richfaces\ldots) + \item Conception et implémentation des applications web de 2 composants logiciels de la solution \item Développement de Services Web \item Extension de la couche d'accès aux données \end{itemize} \vspace{-1em} }\\& - \footnotesize{\emph{Technologies utilisées:} Websphere Application Server 7, JBoss RichFaces, Infosphere Traceability Server, Hibernate }\\ + \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, JBoss RichFaces, Infosphere Traceability Server, Hibernate, Rational Team Concert, Ant}\\ \multicolumn{2}{c}{} \\ \textsc{Avril 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Mars 2011}& \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\& \footnotesize{Développement d'une application Android dans le cadre d'une solution à destination des clients dans le domaine des assurances.}\\& \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ - \multicolumn{2}{c}{} \\ -\pagebreak[4] + \multicolumn{2}{c}{} \\ + \pagebreak[4] \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& \footnotesize{ @@ -83,5 +84,5 @@ }\\& \vspace{-1em} - \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, Websphere Application Server}\\ + \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}}\\ \end{longtable} \ No newline at end of file -- cgit v1.2.3 From 73574d6a1020ed3ead3752d316c83e97d0d0e758 Mon Sep 17 00:00:00 2001 From: darwiin Date: Wed, 27 Nov 2013 11:29:48 +0100 Subject: Update experience_compact.tex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modification de l'expérience --- experience_compact.tex | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/experience_compact.tex b/experience_compact.tex index 76eba82..7042655 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -1,23 +1,23 @@ -%Section: Work Experience at the top +%Section: Work Experience at the top \section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} -\begin{longtable}{R{2.5cm}|p{14.8cm}} +\begin{longtable}{R{2.5cm}|p{14.8cm}} \emph{Aujourd'hui} & Architecte logiciel | Leader Technique, \textsc{Bull SAS}, France\\ - \textsc{Avril 2012} & - \vspace{-1em} - \footnotesize{ - \begin{itemize} - \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting - \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting - \item Mise en place d'une base documentaire (wiki) et présentation aux - équipes de développement - \item Mise en place de conventions de code - \item Analyse et simplification de l'architecture existante - \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) - \item Implémentation de nouvelles fonctionnalités du produit - \item Implémentation, analyse et livraison de correctifs de bugs - \item Veille technologique - \end{itemize} - \vspace{-1em} + \textsc{Avril 2012} & + \vspace{-1em} + \footnotesize{ + \begin{itemize} + \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting + \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting + \item Mise en place d'une base documentaire (wiki) et présentation aux + équipes de développement + \item Mise en place de conventions de code + \item Analyse et simplification de l'architecture existante + \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) + \item Implémentation de nouvelles fonctionnalités du produit + \item Implémentation, analyse et livraison de correctifs de bugs + \item Veille technologique + \end{itemize} + \vspace{-1em} }\\& \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle, JBoss RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring MVC, Eclipse, Maven }\\ \multicolumn{2}{c}{} \\ @@ -41,7 +41,7 @@ \footnotesize{Développement d'une application Android dans le cadre d'une solution à destination des clients dans le domaine des assurances.}\\& \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ - \multicolumn{2}{c}{} \\ + \multicolumn{2}{c}{} \\ \pagebreak[4] \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& @@ -59,7 +59,7 @@ \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& \footnotesize{ \begin{itemize} - \item Mise en place le suivi et le contrôle des commandes et approvisionnements à l'aide de la RFID + \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID \item Implémentation d'une solution de suivi et d'authentification de containers pour \href{http://www.container-centralen.com/}{Container Centralen} (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description du projet}, \href{http://www.container-centralen.co.uk/rfid/user\%20guide\%20for\%20scanning.aspx}{guide d'utilisation}) \item Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) @@ -75,14 +75,14 @@ \textsc{Novembre 2007} & Ingénieur d'étude, \textsc{IBM}, France \\ \textsc{Février 2007}& \footnotesize{ - Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) - dans le cadre du projet Campus Nova pour le Crédit Agricole - \begin{itemize} - \item Implémentation d'un porte monnaie électronique - \item Intégration avec une plateforme de paiement en ligne - \end{itemize} + Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) + dans le cadre du projet Campus Nova pour le Crédit Agricole + \begin{itemize} + \item Implémentation d'un porte monnaie électronique + \item Intégration avec une plateforme de paiement en ligne + \end{itemize} - }\\& + }\\& \vspace{-1em} \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}}\\ -\end{longtable} \ No newline at end of file +\end{longtable} -- cgit v1.2.3 From 6dfdaaa6e831c893f2d1ede161a24a96e3f1efdd Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 1 Aug 2015 22:23:42 +1100 Subject: =?UTF-8?q?Changement=20de=20la=20police=20par=20d=C3=A9faut.=20Aj?= =?UTF-8?q?out=20de=20l'exp=C3=A9rience=20CAFAT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 0 LICENSE | 0 README.md | 0 competences.tex | 24 +++++++++++++----------- cv.tex | 11 +++++++---- experience_compact.tex | 34 +++++++++++++++++++++++++--------- headline.tex | 7 ++----- langues.tex | 2 +- scolarite.tex | 2 +- 9 files changed, 49 insertions(+), 31 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/competences.tex b/competences.tex index 0319185..25f6234 100755 --- a/competences.tex +++ b/competences.tex @@ -1,13 +1,15 @@ %Section compétences \section{\texorpdfstring{\color{Blue}Compétences}{Compétences}} -\renewcommand{\arraystretch}{1.2} -\begin{tabular}{rp{13cm}} - \textsc{Langages de programmation:} & Java (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net(C\#,asp.net)\\ - \textsc{Programmation web:} & JSP, JSF, JBoss RichFaces, PHP, XML, Javascript, jQuery, AngularJS, Bootstrap, XHTML, LESS, CSS\\ - \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ - \textsc{Outils de développement:} & \textbf {Eclipse}, \textbf{Rational Software Architect}, Websphere Integration Developer, Visual Studio, Netbeans, Maven, Ant, SVN, git\\ - \textsc{Middleware:} & \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS}), Websphere Process Server, \textbf{Infosphere Traceability Server} (EPCIS), Websphere Sensor Events, Glassfish, \\ - \textsc{Systèmes d'exploitation:} & Mac OS, Windows XP, Windows 2003 Server, Windows 7, Linux Redhat\\ - \textsc{Conception:} & UML, Merise\\ - \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D -\end{tabular} \ No newline at end of file +\renewcommand{\arraystretch}{1.1} + + + \begin{tabular}{>{\small}r>{\small}p{13cm}} + \textsc{Langages de programmation:} & Java (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\ + \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ + \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ + \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, \textbf{Rational Software Architect}, Visual Studio, Maven, Ant, SVN, git\\ + \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS}), Websphere Process Server, \textbf{Infosphere Traceability Server} (EPCIS) \\ + \textsc{Systèmes d'exploitation:} & Mac OS, Windows XP, Windows 2003 Server, Windows 7, Linux Redhat\\ + \textsc{Conception:} & UML, Merise\\ + \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D + \end{tabular} \ No newline at end of file diff --git a/cv.tex b/cv.tex index 4b4746c..5d0aa43 100755 --- a/cv.tex +++ b/cv.tex @@ -1,4 +1,6 @@ -\documentclass[a4paper,10pt]{article} +% !TEX TS-program = xelatex + +\documentclass[a4paper,9pt]{article} %A Few Useful Packages \usepackage[frenchb]{babel} @@ -23,7 +25,8 @@ %FONTS \defaultfontfeatures{Mapping=tex-text} -\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans} +%\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans Regular} +\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Thin]{Helvetica Neue Thin} %\setmainfont[SmallCapsFont = Calibri]{Calibri} %CV Sections inspired by: @@ -65,13 +68,13 @@ \input{perso} \par{ - \bigskip\center{\LARGE Architecte logiciel | Développeur/Concepteur JEE}\par + \bigskip\center{\Large Architecte logiciel | Développeur/Concepteur JEE}\par } \bigskip %--------------------SECTIONS----------------------------------- -\input{headline} +\input{headline} %\input{perso_section} \input{competences} \input{experience_compact} diff --git a/experience_compact.tex b/experience_compact.tex index 7042655..371179c 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -1,21 +1,36 @@ %Section: Work Experience at the top \section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} \begin{longtable}{R{2.5cm}|p{14.8cm}} - \emph{Aujourd'hui} & Architecte logiciel | Leader Technique, \textsc{Bull SAS}, France\\ + \multicolumn{2}{c}{} \\ + \emph{Aujourd'hui} & Architecte logiciel | Développeur/Concepteur Senior JEE, \textsc{CAFAT}, Nouvelle-Calédonie\\ + \textsc{Avril 2014} & + \vspace{-1em} + \footnotesize{ + \begin{itemize} + \item Support et encadrement technique des équipes de développement + \item Suivi, validation et intégration des développements externalisés + \item Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers + \item Evolutions et corrections des bugs du framework de développement interne + \item Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels + \item Veille technologique + \end{itemize} + \vspace{-2em} + }\\& + \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ, Eclipse, Maven }\\ + \multicolumn{2}{c}{} \\ + \textsc{Mars 2014} & Architecte logiciel | Développeur/Concepteur Senior JEE, \textsc{Bull SAS}, France\\ \textsc{Avril 2012} & \vspace{-1em} \footnotesize{ \begin{itemize} \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting - \item Mise en place d'une base documentaire (wiki) et présentation aux + \item Mise en place d'une base documentaire collaborative (wiki) et présentation aux équipes de développement \item Mise en place de conventions de code - \item Analyse et simplification de l'architecture existante \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) \item Implémentation de nouvelles fonctionnalités du produit \item Implémentation, analyse et livraison de correctifs de bugs - \item Veille technologique \end{itemize} \vspace{-1em} }\\& @@ -25,7 +40,7 @@ \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& \footnotesize{ Implémentation d'une solution de traçabilité et d'authentification - de produits pharmaceutiques pour un organisme public européen. + de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}). \begin{itemize} \item Modélisation des bases de données de 2 composants logiciels de la solution \item Conception et implémentation des applications web de 2 composants logiciels de la solution @@ -42,9 +57,9 @@ des clients dans le domaine des assurances.}\\& \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ \multicolumn{2}{c}{} \\ - \pagebreak[4] \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& + \vspace{-1em} \footnotesize{ \begin{itemize} \item Intégration d'ENOVIA V6, Oracle E-Business Suite et Maximo Asset Management grâce au middleware IBM (Websphere Process Server). @@ -57,15 +72,16 @@ \multicolumn{2}{c}{} \\ \textsc{Janvier 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& + \vspace{-1em} \footnotesize{ \begin{itemize} \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID - \item Implémentation d'une solution de suivi et d'authentification de containers pour \href{http://www.container-centralen.com/}{Container Centralen} (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description du projet}, \href{http://www.container-centralen.co.uk/rfid/user\%20guide\%20for\%20scanning.aspx}{guide d'utilisation}) + \item Implémentation d'une solution de suivi et d'authentification de containers pour \href{http://www.container-centralen.com/}{Container Centralen} (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description du projet}) \item Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) \item Implémentation d'une solution de lutte contre la contrefaçon pour un fabriquant de vins et spiritueux (Utilisation de la RFID) - \item Travail d'étude sur le protocole ONS - \item Maintenance corrective et extension d'une plateforme M2M + \item Etude du protocole ONS: Analyse du fonctionnement, documentation, POC et présentation technique + \item Maintenance corrective et implémentation des évolutions d'une plateforme M2M \end{itemize} \vspace{-1em} }\\& diff --git a/headline.tex b/headline.tex index 2766a11..c92a0f0 100755 --- a/headline.tex +++ b/headline.tex @@ -1,6 +1,3 @@ -\par{ -Développeur et concepteur JEE depuis plusieurs années, je suis également intervenu sur des plateformes -embarquées (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe -aujourd'hui un poste d'architecte logiciel et souhaite poursuivre ma carrière sur des projets innovants en -qualité d'architecte logiciel et/ou développeur/concepteur. +\par{ +Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui le poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. } \ No newline at end of file diff --git a/langues.tex b/langues.tex index 11b344f..21ab852 100755 --- a/langues.tex +++ b/langues.tex @@ -1,6 +1,6 @@ %Section: Languages \section{\texorpdfstring{\color{Blue}Langues}{Langues}} -\begin{tabular}{rl} +\begin{tabular}{>{\small}r>{\small}l} \parbox{\datebox}{\raggedleft\textsc{Français:}}&Langue maternelle\\ \textsc{Anglais:}&Maîtrise de l'anglais technique\\ \end{tabular} \ No newline at end of file diff --git a/scolarite.tex b/scolarite.tex index 4b4675c..61c90b2 100755 --- a/scolarite.tex +++ b/scolarite.tex @@ -1,6 +1,6 @@ %Section: Scholarships and additional info \section{\texorpdfstring{\color{Blue}Formation}{Formation}} -\begin{tabular}{rp{14cm}} +\begin{tabular}{>{\small}r>{\small}p{14cm}} \parbox{\datebox}{\raggedleft 2007} & Master STIC Professionel filière MBDS de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et intégration de Systèmes) \\ -- cgit v1.2.3 From 1606f37192e3206687a0d42c06135235c219ec60 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 1 Aug 2015 22:53:58 +1100 Subject: Adaptation des styles des polices --- cv.tex | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/cv.tex b/cv.tex index 5d0aa43..13db11e 100755 --- a/cv.tex +++ b/cv.tex @@ -26,11 +26,10 @@ %FONTS \defaultfontfeatures{Mapping=tex-text} %\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans Regular} -\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Thin]{Helvetica Neue Thin} +\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} %\setmainfont[SmallCapsFont = Calibri]{Calibri} %CV Sections inspired by: -%http://stefano.italians.nl/archives/26 \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] \titlespacing{\section}{0pt}{3pt}{3pt} %Tweak a bit the top margin @@ -60,11 +59,8 @@ \font\fb=''[cmr10]'' %for use with \LaTeX command -%--------------------TITLE------------- -%\par{ -% \color{Blue}{\LARGE Christophe \textsc{Roger}\color{Black} (29 ans) -% }\bigskip\par} - + +%--------------------TITLE------------- \input{perso} \par{ -- cgit v1.2.3 From 9e12a02638f7b0dc99fc292e0d6f6d7a31dc6a11 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 1 Aug 2015 23:05:13 +1100 Subject: add file to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 48c1045..c1b6678 100755 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ references.tex cv.texnicle cv.texnicle.backup .DS_Store +latex-classicalcv.sublime-project +latex-classicalcv.sublime-workspace -- cgit v1.2.3 From 5b96022a74db052980830680013c4dddbc23728e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 3 Aug 2015 07:10:28 +1100 Subject: Updated with Fontawesome. Updated size for font. Updated titles. --- cv.tex | 6 ++++-- experience_compact.tex | 14 +++++++------- headline.tex | 4 +++- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/cv.tex b/cv.tex index 13db11e..66a3471 100755 --- a/cv.tex +++ b/cv.tex @@ -1,6 +1,6 @@ % !TEX TS-program = xelatex -\documentclass[a4paper,9pt]{article} +\documentclass[a4paper]{article} %A Few Useful Packages \usepackage[frenchb]{babel} @@ -17,6 +17,7 @@ \usepackage{longtable} %for Grades \usepackage{titlesec} %custom \section \usepackage[margin=1.5cm]{geometry} +\usepackage{fontawesome} %Setup hyperref package, and colours for links \usepackage{hyperref} @@ -60,9 +61,10 @@ \font\fb=''[cmr10]'' %for use with \LaTeX command -%--------------------TITLE------------- + \input{perso} +%--------------------TITLE------------- \par{ \bigskip\center{\Large Architecte logiciel | Développeur/Concepteur JEE}\par } diff --git a/experience_compact.tex b/experience_compact.tex index 371179c..115b4f3 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -2,7 +2,7 @@ \section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} \begin{longtable}{R{2.5cm}|p{14.8cm}} \multicolumn{2}{c}{} \\ - \emph{Aujourd'hui} & Architecte logiciel | Développeur/Concepteur Senior JEE, \textsc{CAFAT}, Nouvelle-Calédonie\\ + \emph{Aujourd'hui} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, CAFAT, Nouvelle-Calédonie}\\ \textsc{Avril 2014} & \vspace{-1em} \footnotesize{ @@ -18,7 +18,7 @@ }\\& \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ, Eclipse, Maven }\\ \multicolumn{2}{c}{} \\ - \textsc{Mars 2014} & Architecte logiciel | Développeur/Concepteur Senior JEE, \textsc{Bull SAS}, France\\ + \textsc{Mars 2014} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, Bull SAS, France}\\ \textsc{Avril 2012} & \vspace{-1em} \footnotesize{ @@ -36,7 +36,7 @@ }\\& \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle, JBoss RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring MVC, Eclipse, Maven }\\ \multicolumn{2}{c}{} \\ - \textsc{Mars 2012} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& \footnotesize{ Implémentation d'une solution de traçabilité et d'authentification @@ -51,13 +51,13 @@ }\\& \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, JBoss RichFaces, Infosphere Traceability Server, Hibernate, Rational Team Concert, Ant}\\ \multicolumn{2}{c}{} \\ - \textsc{Avril 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ \textsc{Mars 2011}& \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\& \footnotesize{Développement d'une application Android dans le cadre d'une solution à destination des clients dans le domaine des assurances.}\\& \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ \multicolumn{2}{c}{} \\ - \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies}, France\\ \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& \vspace{-1em} \footnotesize{ @@ -70,7 +70,7 @@ \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, Rational Software Architect, Websphere Business Modeler, Websphere Service Registry and Repository, Websphere Process Server, ENOVIA V6, Maximo Asset Management, Rational DOORS, Eclipse }\\ \multicolumn{2}{c}{} \\ - \textsc{Janvier 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& \vspace{-1em} \footnotesize{ @@ -88,7 +88,7 @@ \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, IBM Infosphere Traceability Server, Lotus Expeditor, Eclipse, IBM Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Première version d'Infosphere Traceability Server - EPCIS) }\\ \multicolumn{2}{c}{}\\ - \textsc{Novembre 2007} & Ingénieur d'étude, \textsc{IBM}, France \\ + \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ \textsc{Février 2007}& \footnotesize{ Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) diff --git a/headline.tex b/headline.tex index c92a0f0..05cc964 100755 --- a/headline.tex +++ b/headline.tex @@ -1,3 +1,5 @@ \par{ -Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui le poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. + \small{ + Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui le poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. + } } \ No newline at end of file -- cgit v1.2.3 From a1e564de0e463d8f435bcafdf1a36f3f022d8419 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 8 Aug 2015 01:59:02 +1100 Subject: =?UTF-8?q?Nouvelle=20structure=20exp=C3=A9rience=20/=20utilisatio?= =?UTF-8?q?n=20de=20fontawesome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- competences.tex | 2 +- cv.tex | 7 +- experience_compact.tex | 167 ++++++++++++++++-------------------------- experience_compact_origin.tex | 89 ++++++++++++++++++++++ headline.tex | 2 - 5 files changed, 157 insertions(+), 110 deletions(-) create mode 100755 experience_compact_origin.tex diff --git a/competences.tex b/competences.tex index 25f6234..be3370e 100755 --- a/competences.tex +++ b/competences.tex @@ -8,7 +8,7 @@ \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, \textbf{Rational Software Architect}, Visual Studio, Maven, Ant, SVN, git\\ - \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS}), Websphere Process Server, \textbf{Infosphere Traceability Server} (EPCIS) \\ + \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS})\\ \textsc{Systèmes d'exploitation:} & Mac OS, Windows XP, Windows 2003 Server, Windows 7, Linux Redhat\\ \textsc{Conception:} & UML, Merise\\ \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D diff --git a/cv.tex b/cv.tex index 66a3471..192ec07 100755 --- a/cv.tex +++ b/cv.tex @@ -1,6 +1,6 @@ % !TEX TS-program = xelatex -\documentclass[a4paper]{article} +\documentclass[11pt,a4paper]{article} %A Few Useful Packages \usepackage[frenchb]{babel} @@ -19,6 +19,8 @@ \usepackage[margin=1.5cm]{geometry} \usepackage{fontawesome} +\usepackage{paralist} + %Setup hyperref package, and colours for links \usepackage{hyperref} \definecolor{linkcolour}{rgb}{0,0.2,0.6} @@ -28,11 +30,10 @@ \defaultfontfeatures{Mapping=tex-text} %\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans Regular} \setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} -%\setmainfont[SmallCapsFont = Calibri]{Calibri} %CV Sections inspired by: \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] -\titlespacing{\section}{0pt}{3pt}{3pt} +\titlespacing{\section}{0pt}{2pt}{2pt} %Tweak a bit the top margin %\addtolength{\voffset}{-1.3cm} diff --git a/experience_compact.tex b/experience_compact.tex index 115b4f3..f3024eb 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -1,104 +1,63 @@ -%Section: Work Experience at the top -\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} -\begin{longtable}{R{2.5cm}|p{14.8cm}} - \multicolumn{2}{c}{} \\ - \emph{Aujourd'hui} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, CAFAT, Nouvelle-Calédonie}\\ - \textsc{Avril 2014} & - \vspace{-1em} - \footnotesize{ - \begin{itemize} - \item Support et encadrement technique des équipes de développement - \item Suivi, validation et intégration des développements externalisés - \item Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers - \item Evolutions et corrections des bugs du framework de développement interne - \item Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels - \item Veille technologique - \end{itemize} - \vspace{-2em} - }\\& - \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ, Eclipse, Maven }\\ - \multicolumn{2}{c}{} \\ - \textsc{Mars 2014} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, Bull SAS, France}\\ - \textsc{Avril 2012} & - \vspace{-1em} - \footnotesize{ - \begin{itemize} - \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting - \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting - \item Mise en place d'une base documentaire collaborative (wiki) et présentation aux - équipes de développement - \item Mise en place de conventions de code - \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) - \item Implémentation de nouvelles fonctionnalités du produit - \item Implémentation, analyse et livraison de correctifs de bugs - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle, JBoss RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring MVC, Eclipse, Maven }\\ - \multicolumn{2}{c}{} \\ - \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& - \footnotesize{ - Implémentation d'une solution de traçabilité et d'authentification - de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}). - \begin{itemize} - \item Modélisation des bases de données de 2 composants logiciels de la solution - \item Conception et implémentation des applications web de 2 composants logiciels de la solution - \item Développement de Services Web - \item Extension de la couche d'accès aux données - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, JBoss RichFaces, Infosphere Traceability Server, Hibernate, Rational Team Concert, Ant}\\ - \multicolumn{2}{c}{} \\ - \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Mars 2011}& \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\& - \footnotesize{Développement d'une application Android dans le cadre d'une solution à destination - des clients dans le domaine des assurances.}\\& - \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ - \multicolumn{2}{c}{} \\ - \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies}, France\\ - \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& - \vspace{-1em} - \footnotesize{ - \begin{itemize} - \item Intégration d'ENOVIA V6, Oracle E-Business Suite et Maximo Asset Management grâce au middleware IBM (Websphere Process Server). - \item Intégration de PTC Windchill, Rational DOORS et IGE+XAO Electrical Expert grâce au middleware IBM (Websphere Process Server) - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, Rational Software Architect, Websphere Business Modeler, Websphere Service Registry and Repository, - Websphere Process Server, ENOVIA V6, Maximo Asset Management, Rational DOORS, Eclipse }\\ - \multicolumn{2}{c}{} \\ - \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& - \vspace{-1em} - \footnotesize{ - \begin{itemize} - \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID - \item Implémentation d'une solution de suivi et d'authentification de containers pour \href{http://www.container-centralen.com/}{Container Centralen} (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description du projet}) - \item Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données - (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) - \item Implémentation d'une solution de lutte contre la contrefaçon pour un fabriquant de vins et spiritueux (Utilisation de la RFID) - \item Etude du protocole ONS: Analyse du fonctionnement, documentation, POC et présentation technique - \item Maintenance corrective et implémentation des évolutions d'une plateforme M2M - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, IBM Infosphere Traceability Server, Lotus Expeditor, Eclipse, - IBM Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Première version d'Infosphere Traceability Server - EPCIS) }\\ - \multicolumn{2}{c}{}\\ - \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ - \textsc{Février 2007}& - \footnotesize{ - Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) - dans le cadre du projet Campus Nova pour le Crédit Agricole - \begin{itemize} - \item Implémentation d'un porte monnaie électronique - \item Intégration avec une plateforme de paiement en ligne - \end{itemize} - - }\\& - \vspace{-1em} - \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}}\\ -\end{longtable} +\newcommand{\el}{\quad - \enspace} + +%Section: Work Experience at the top +\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} +%\renewcommand{\labelitemi}{$\bullet$} +\begin{longtable}{R{2.5cm}|p{14.8cm}} + \emph{Aujourd'hui} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, CAFAT, Nouvelle-Calédonie} \\ + \textsc{Avril 2014} & \el Support et encadrement technique des équipes de développement \\ + & \el Suivi, validation et intégration des développements externalisés \\ + & \el Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers \\ + & \el Evolutions et corrections des bugs du framework de développement interne \\ + & \el Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels \\ + & \el Veille technologique \\ + & \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ Idea, Eclipse, Maven } \\ + \multicolumn{2}{c}{} \\ + \textsc{Mars 2014} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, Bull SAS, France} \\ + \textsc{Avril 2012} & \el Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting\\ + & \el Migration du serveur métier vers Open Cobol : suivi de projet et reporting \\ + & \el Solution documentaire collaborative (wiki) : mise en place et formation \\ + & \el Evolutions et corrections : analyse, conception et développement \\ + & \el Mise en place de conventions de code \\ + & \el Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs)\\ + & \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven }\\ + \multicolumn{2}{c}{} \\ + \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ + \textsc{Avril 2011} & \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\ + & Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}).\\ + & \el Conception et développement d'applications web\\ + & \el Base de données : Modélisation et implémentation de la couche ORM\\ + & \el Conception et développement de Services Web \\ + & \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant}\\ + \multicolumn{2}{c}{} \\ + \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ + \textsc{Mars 2011} & \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\ + & Conception et développement d'une application Android pour tablette.\\ + & \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ + \multicolumn{2}{c}{} \\ + \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies}, France\\ + \textsc{Février 2010} & \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\ + & Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow\\ + & \el Définition et implémentation de processus métiers\\ + & \el Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations\\ + & \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, + Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse }\\ + \multicolumn{2}{c}{} \\ + \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ + \textsc{Décembre 2007} & \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\ + & \el Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID\\ + & \el Projet de suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement\\ + & \el Amélioration d'une solution de contrôle des interventions dans un centre de données (RFID)\\ + & \el Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID)\\ + & \el Etude du protocole ONS : Analyse, \emph{POC}, documentation et présentation technique\\ + & \el Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal)\\ + & \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, + Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) }\\ + \multicolumn{2}{c}{}\\ + \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ + \textsc{Février 2007} & Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) + dans le cadre du projet Campus Nova pour le Crédit Agricole\\ + & \el Implémentation d'un porte monnaie électronique \\ + & \el Intégration avec une plateforme de paiement en ligne\\ + & \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}}\\ +\end{longtable} diff --git a/experience_compact_origin.tex b/experience_compact_origin.tex new file mode 100755 index 0000000..3716ca2 --- /dev/null +++ b/experience_compact_origin.tex @@ -0,0 +1,89 @@ +%Section: Work Experience at the top +\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} +%\renewcommand{\labelitemi}{$\bullet$} +\begin{longtable}{R{2.5cm}|p{14.8cm}} + \emph{Aujourd'hui} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, CAFAT, Nouvelle-Calédonie}\\ + \textsc{Avril 2014} & + \begin{compactitem} + \item Support et encadrement technique des équipes de développement + \item Suivi, validation et intégration des développements externalisés + \item Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers + \item Evolutions et corrections des bugs du framework de développement interne + \item Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels + \item Veille technologique + \end{compactitem} + \\& + \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ Idea, Eclipse, Maven }\\ + \multicolumn{2}{c}{} \\ + \textsc{Mars 2014} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, Bull SAS, France}\\ + \textsc{Avril 2012} & + \small{ + \begin{compactitem} + \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting + \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting + \item Solution documentaire collaborative (wiki) : mise en place et formation + \item Evolutions et corrections : analyse, conception et développement + \item Mise en place de conventions de code + \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) + \end{compactitem} + }\\& + \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven }\\ + \multicolumn{2}{c}{} \\ + \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ + \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& + \small{ + Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}). + \begin{compactitem} + \item Conception et développement d'applications web + \item Base de données : Modélisation et implémentation de la couche ORM + \item Développement de Services Web + \end{compactitem} + }\\& + \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant}\\ + \multicolumn{2}{c}{} \\ + \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ + \textsc{Mars 2011}& \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\& + \small{Développement d'une application Android pour tablette}\\& + \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ + \multicolumn{2}{c}{} \\ + \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies}, France\\ + \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& + \small{ + Mise en place de bus d'entreprise \emph{ESB} et moteur de Workflow + \begin{compactitem} + \item Définition et implémentation de processus métiers + \item Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations + \end{compactitem} + }\\& + \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, + Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse }\\ + \multicolumn{2}{c}{} \\ + \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ + \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& + \small{ + \begin{compactitem} + \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID + \item \href{http://www.container-centralen.com/}{Container Centralen}, suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement + \item Amélioration d'une solution de contrôle des interventions dans un centre de données + (Intégration Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) + \item Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID) + \item {Etude du protocole ONS} Analyse, \emph{POC}, documentation et présentation technique + \item Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal) + \end{compactitem} + }\\& + \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, + Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) }\\ + \multicolumn{2}{c}{}\\ + \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ + \textsc{Février 2007}& + \small{ + Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) + dans le cadre du projet Campus Nova pour le Crédit Agricole + \begin{compactitem} + \item Implémentation d'un porte monnaie électronique + \item Intégration avec une plateforme de paiement en ligne + \end{compactitem} + + }\\& + \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}}\\ +\end{longtable} diff --git a/headline.tex b/headline.tex index 05cc964..99fa664 100755 --- a/headline.tex +++ b/headline.tex @@ -1,5 +1,3 @@ \par{ - \small{ Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui le poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. - } } \ No newline at end of file -- cgit v1.2.3 From a752fa80593d82f6470556a1fc5f01a221d86bb7 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 07:58:14 +1100 Subject: =?UTF-8?q?New=20git=20ignore=20/=20Mise=20=C3=A0=20jour=20de=20st?= =?UTF-8?q?ructure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- cv.tex | 2 -- experience_compact.tex | 50 +++++++++++++++++++++++++------------------------- headline.tex | 2 +- 4 files changed, 27 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index c1b6678..24be47d 100755 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ *.vrb *.xdy *.tdo -cv.pdf +*.pdf perso.tex perso_section.tex references.tex diff --git a/cv.tex b/cv.tex index 192ec07..dddf75e 100755 --- a/cv.tex +++ b/cv.tex @@ -19,8 +19,6 @@ \usepackage[margin=1.5cm]{geometry} \usepackage{fontawesome} -\usepackage{paralist} - %Setup hyperref package, and colours for links \usepackage{hyperref} \definecolor{linkcolour}{rgb}{0,0.2,0.6} diff --git a/experience_compact.tex b/experience_compact.tex index f3024eb..5cb6204 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -12,7 +12,7 @@ & \el Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels \\ & \el Veille technologique \\ & \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ Idea, Eclipse, Maven } \\ - \multicolumn{2}{c}{} \\ + \multicolumn{2}{c}{} \\ \textsc{Mars 2014} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, Bull SAS, France} \\ \textsc{Avril 2012} & \el Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting\\ & \el Migration du serveur métier vers Open Cobol : suivi de projet et reporting \\ @@ -22,42 +22,42 @@ & \el Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs)\\ & \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven }\\ \multicolumn{2}{c}{} \\ - \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Avril 2011} & \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\ + \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ + \textsc{Avril 2011} & \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence \\ & Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}).\\ - & \el Conception et développement d'applications web\\ - & \el Base de données : Modélisation et implémentation de la couche ORM\\ - & \el Conception et développement de Services Web \\ + & \el Conception et développement d'applications web \\ + & \el Base de données : Modélisation et implémentation de la couche ORM \\ + & \el Conception et développement de Services Web \emph{SOAP} \\ & \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant}\\ \multicolumn{2}{c}{} \\ - \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Mars 2011} & \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\ - & Conception et développement d'une application Android pour tablette.\\ - & \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ + \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ + \textsc{Mars 2011} & \emph{IT Specialist} pour IBM, Industry Solutions Insurance \\ + & Conception et développement d'une application Android pour tablette. \\ + & \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android} \\ \multicolumn{2}{c}{} \\ - \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies}, France\\ - \textsc{Février 2010} & \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\ - & Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow\\ - & \el Définition et implémentation de processus métiers\\ + \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ + \textsc{Février 2010} & \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence \\ + & Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow \\ + & \el Définition et implémentation de processus métiers \\ & \el Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations\\ & \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, - Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse }\\ + Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse } \\ \multicolumn{2}{c}{} \\ - \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Décembre 2007} & \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\ + \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ + \textsc{Décembre 2007} & \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence \\ & \el Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID\\ & \el Projet de suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement\\ & \el Amélioration d'une solution de contrôle des interventions dans un centre de données (RFID)\\ - & \el Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID)\\ - & \el Etude du protocole ONS : Analyse, \emph{POC}, documentation et présentation technique\\ - & \el Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal)\\ + & \el Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID) \\ + & \el Etude du protocole ONS : Analyse, \emph{POC}, documentation et présentation technique \\ + & \el Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal) \\ & \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) }\\ \multicolumn{2}{c}{}\\ - \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ + \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ \textsc{Février 2007} & Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) - dans le cadre du projet Campus Nova pour le Crédit Agricole\\ - & \el Implémentation d'un porte monnaie électronique \\ - & \el Intégration avec une plateforme de paiement en ligne\\ - & \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}}\\ + dans le cadre du projet Campus Nova pour le Crédit Agricole \\ + & \el Implémentation d'un porte monnaie électronique \\ + & \el Intégration avec une plateforme de paiement en ligne \\ + & \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}} \\ \end{longtable} diff --git a/headline.tex b/headline.tex index 99fa664..e98c3b6 100755 --- a/headline.tex +++ b/headline.tex @@ -1,3 +1,3 @@ \par{ - Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui le poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. + Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui un poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. } \ No newline at end of file -- cgit v1.2.3 From 1af1689e97d1df16744bd1cc55346237ec1fc737 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 07:59:50 +1100 Subject: Nouvelle Macro auteur --- cv.tex | 3 +++ experience_compact.tex | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cv.tex b/cv.tex index dddf75e..1627a63 100755 --- a/cv.tex +++ b/cv.tex @@ -35,6 +35,9 @@ %Tweak a bit the top margin %\addtolength{\voffset}{-1.3cm} +%Macros +\newcommand{\el}{\quad - \enspace} +\newcommand\auteur[2]{\color{Blue}{\LARGE #1 #2}\color{Black}\\} \newlength{\datebox} \settowidth{\datebox}{Décembre 2009} diff --git a/experience_compact.tex b/experience_compact.tex index 5cb6204..24f3ab2 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -1,5 +1,3 @@ -\newcommand{\el}{\quad - \enspace} - %Section: Work Experience at the top \section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} %\renewcommand{\labelitemi}{$\bullet$} -- cgit v1.2.3 From aef1d71ddf8931569fa185d75f62657dc511025c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 08:13:04 +1100 Subject: New macro linkedin --- cv.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cv.tex b/cv.tex index 1627a63..e11f110 100755 --- a/cv.tex +++ b/cv.tex @@ -37,7 +37,9 @@ %Macros \newcommand{\el}{\quad - \enspace} -\newcommand\auteur[2]{\color{Blue}{\LARGE #1 #2}\color{Black}\\} +\newcommand\auteur[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} + \newlength{\datebox} \settowidth{\datebox}{Décembre 2009} -- cgit v1.2.3 From b34cd59cfd3a74ca293419506366b5f8d28f45bf Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 08:34:37 +1100 Subject: Macros added: user, address and infos --- cv.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cv.tex b/cv.tex index e11f110..3af5c91 100755 --- a/cv.tex +++ b/cv.tex @@ -37,8 +37,10 @@ %Macros \newcommand{\el}{\quad - \enspace} -\newcommand\auteur[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} \newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} +\newcommand\address[1]{\faHome \quad #1} +\newcommand\infos[1]{\faInfo \quad #1} \newlength{\datebox} \settowidth{\datebox}{Décembre 2009} -- cgit v1.2.3 From 8985b1dfc4b4323a6670509a0decddae0b7265d9 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 08:53:27 +1100 Subject: - Created package ResumeMacros - Moved macros to newly created package - Update cv.tex to use package --- ResumeMacros.sty | 9 +++++++++ cv.tex | 10 +++------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100755 ResumeMacros.sty diff --git a/ResumeMacros.sty b/ResumeMacros.sty new file mode 100755 index 0000000..1659303 --- /dev/null +++ b/ResumeMacros.sty @@ -0,0 +1,9 @@ +\ProvidesPackage{ResumeMacros}[2015/08/19 v0.8 ResumeMacros] + +\RequirePackage{fontawesome} + +\newcommand{\el}{\quad - \enspace} +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} +\newcommand\address[1]{\faHome \quad #1} +\newcommand\infos[1]{\faInfo \quad #1} \ No newline at end of file diff --git a/cv.tex b/cv.tex index 3af5c91..b881dde 100755 --- a/cv.tex +++ b/cv.tex @@ -17,13 +17,15 @@ \usepackage{longtable} %for Grades \usepackage{titlesec} %custom \section \usepackage[margin=1.5cm]{geometry} -\usepackage{fontawesome} + %Setup hyperref package, and colours for links \usepackage{hyperref} \definecolor{linkcolour}{rgb}{0,0.2,0.6} \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} +\usepackage{ResumeMacros} + %FONTS \defaultfontfeatures{Mapping=tex-text} %\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans Regular} @@ -35,12 +37,6 @@ %Tweak a bit the top margin %\addtolength{\voffset}{-1.3cm} -%Macros -\newcommand{\el}{\quad - \enspace} -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} -\newcommand\address[1]{\faHome \quad #1} -\newcommand\infos[1]{\faInfo \quad #1} \newlength{\datebox} \settowidth{\datebox}{Décembre 2009} -- cgit v1.2.3 From e06c2b9fa9cee3cd87b518ee7122bdedcc83e7fb Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 09:12:10 +1100 Subject: Added macro for email --- ResumeMacros.sty | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ResumeMacros.sty b/ResumeMacros.sty index 1659303..968c7ed 100755 --- a/ResumeMacros.sty +++ b/ResumeMacros.sty @@ -6,4 +6,6 @@ \newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} \newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} \newcommand\address[1]{\faHome \quad #1} -\newcommand\infos[1]{\faInfo \quad #1} \ No newline at end of file +\newcommand\infos[1]{\faInfo \quad #1} +\newcommand\smartphone[1]{\faMobilePhone \quad #1} +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} \ No newline at end of file -- cgit v1.2.3 From c1c10eb4e712535c5a99dd6cb1668abe3d0bbe59 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 14:37:18 +1100 Subject: - Added new macro for conditional include - New dummy file for Personal Data Section --- DemoMode.sty | 17 +++++++++++++++++ cv.tex | 23 ++++++++++++----------- section_perso.tex | 8 ++++++++ section_perso_demo.tex | 8 ++++++++ 4 files changed, 45 insertions(+), 11 deletions(-) create mode 100755 DemoMode.sty create mode 100755 section_perso.tex create mode 100755 section_perso_demo.tex diff --git a/DemoMode.sty b/DemoMode.sty new file mode 100755 index 0000000..7c10f0b --- /dev/null +++ b/DemoMode.sty @@ -0,0 +1,17 @@ +\ProvidesPackage{DemoMode}[2015/08/19 v0.8 Demo mode] + +% define a condition +\newif\ifdemo + +\demofalse +% define demo as false + +% \myconditionfalse +% define mycondition as false +\newcommand\conditionalinput[2]{ + \ifdemo + \input{#1} + \else + \input{#2} + \fi +} diff --git a/cv.tex b/cv.tex index b881dde..9541c02 100755 --- a/cv.tex +++ b/cv.tex @@ -25,6 +25,7 @@ \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} \usepackage{ResumeMacros} +\usepackage{DemoMode} %FONTS \defaultfontfeatures{Mapping=tex-text} @@ -58,14 +59,12 @@ %--------------------BEGIN DOCUMENT---------------------- \begin{document} -\pagestyle{empty} % non-numbered pages +\pagestyle{empty} % non-numbered pages +\font\fb=''[cmr10]'' % for use with \LaTeX command +\demofalse % Set Demo mode to true -\font\fb=''[cmr10]'' %for use with \LaTeX command - - - -\input{perso} +\conditionalinput{section_perso_demo}{section_perso} % Personal data section %--------------------TITLE------------- \par{ \bigskip\center{\Large Architecte logiciel | Développeur/Concepteur JEE}\par @@ -75,13 +74,15 @@ %--------------------SECTIONS----------------------------------- \input{headline} -%\input{perso_section} -\input{competences} -\input{experience_compact} -\input{langues} +\input{competences} % Section compétence +\input{experience_compact} % Section expérience +\input{langues} % Section langues \input{scolarite} %\input{interets} -\input{references} + + +\conditionalinput{references_demo}{references} % Section références + \end{document} \ No newline at end of file diff --git a/section_perso.tex b/section_perso.tex new file mode 100755 index 0000000..6ae8f77 --- /dev/null +++ b/section_perso.tex @@ -0,0 +1,8 @@ +%Section: Personal Data +\user{Christophe}{ROGER}\\ +\small{ + \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ + \linkedin{http://www.linkedin.com/in/christopheroger/fr}{http://www.linkedin.com/in/christopheroger/fr}\\ + \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ + \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie} +} diff --git a/section_perso_demo.tex b/section_perso_demo.tex new file mode 100755 index 0000000..73339b6 --- /dev/null +++ b/section_perso_demo.tex @@ -0,0 +1,8 @@ +%Section: Personal Data +\user{Christophe}{ROGER}\\ +\small{ + \smartphone{+687 555 555} \quad|\quad \email{mail@dummymail.com}{mail@dummymail.com}\\ + \linkedin{http://www.linkedin.com/in/christopheroger/fr}{http://www.linkedin.com/in/christopheroger/fr}\\ + \address{2 Infinite Loop, 98800 Nouméa, Nouvelle-Calédonie}\\ + \infos{Né le 1 janvier 1970 à Nouméa, Nouvelle-Calédonie} +} -- cgit v1.2.3 From 83f0ddd4b386aa02105d65b104a9b1abd4740bf3 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 15:08:15 +1100 Subject: Updated readme.md --- README.md | 12 +++++++++++- cv.tex | 17 ++++++----------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 620a6d0..e25a6dc 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ latex-classicalcv ================= -Latex classical CV +Latex CV based on Alessandro PLASMATI graduate CV. More informations can be found here +- http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX +- http://www.latextemplates.com/template/plasmati-graduate-cv + +This resume use + + +Macros have been created to make easier and cleaner Latex source code +```TeX +\user{firstname}{LASTNAME} +``` diff --git a/cv.tex b/cv.tex index 9541c02..51881f7 100755 --- a/cv.tex +++ b/cv.tex @@ -9,10 +9,8 @@ \usepackage{marvosym} \usepackage{fontspec} %for loading fonts \usepackage{xunicode,xltxtra,url,parskip} %other packages for formatting -\RequirePackage{color,graphicx} +%\RequirePackage{color,graphicx} \usepackage[usenames,dvipsnames]{xcolor} -%\usepackage[big]{layaureo} %better formatting of the A4 page -% an alternative to Layaureo can be ** \usepackage{fullpage} ** \usepackage{fullpage} \usepackage{longtable} %for Grades \usepackage{titlesec} %custom \section @@ -24,6 +22,7 @@ \definecolor{linkcolour}{rgb}{0,0.2,0.6} \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} +% Include custom package \usepackage{ResumeMacros} \usepackage{DemoMode} @@ -74,15 +73,11 @@ %--------------------SECTIONS----------------------------------- \input{headline} -\input{competences} % Section compétence -\input{experience_compact} % Section expérience -\input{langues} % Section langues +\input{competences} % Section compétence +\input{experience_compact} % Section expérience +\input{langues} % Section langues \input{scolarite} %\input{interets} +\conditionalinput{references_demo}{references} % Section références - -\conditionalinput{references_demo}{references} % Section références - - - \end{document} \ No newline at end of file -- cgit v1.2.3 From e0aeeb4fefd466537f52785050eb1e9c321d4b30 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 15:43:29 +1100 Subject: Updated README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e25a6dc..e8faab8 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ latex-classicalcv ================= -Latex CV based on Alessandro PLASMATI graduate CV. More informations can be found here +Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font. +More informations can be found here - http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX - http://www.latextemplates.com/template/plasmati-graduate-cv +- https://www.sharelatex.com/templates/cv-or-resume/professional-cv -This resume use +In my version, Personal data have moved on top of the page just before the professional title. -Macros have been created to make easier and cleaner Latex source code +I have also created little macros have been created to make easier and cleaner Latex source code ```TeX \user{firstname}{LASTNAME} +\linkedin{\faLinkedin \quad \href{link}{Link Description}} ``` -- cgit v1.2.3 From 3649c01738b13b78eedac822b4d1bb14082e318c Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 19 Aug 2015 15:46:58 +1100 Subject: Delete section_perso.tex --- section_perso.tex | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 section_perso.tex diff --git a/section_perso.tex b/section_perso.tex deleted file mode 100755 index 6ae8f77..0000000 --- a/section_perso.tex +++ /dev/null @@ -1,8 +0,0 @@ -%Section: Personal Data -\user{Christophe}{ROGER}\\ -\small{ - \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ - \linkedin{http://www.linkedin.com/in/christopheroger/fr}{http://www.linkedin.com/in/christopheroger/fr}\\ - \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ - \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie} -} -- cgit v1.2.3 From 4716b38bf13ac21f77358759d9e956a3baeedf39 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 18:14:57 +1100 Subject: Updated README.md with macros example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8faab8..9cd47d3 100755 --- a/README.md +++ b/README.md @@ -13,5 +13,9 @@ In my version, Personal data have moved on top of the page just before the profe I have also created little macros have been created to make easier and cleaner Latex source code ```TeX \user{firstname}{LASTNAME} -\linkedin{\faLinkedin \quad \href{link}{Link Description}} +\linkedin{{link}{Link Description}} +\address{12, Dummy Road, 000000, Dummy Country} +\infos{Dummy infos (birthday, etc...)} +\smartphone{+687 000 000} +\email{mail@dummy-mail.com} ``` -- cgit v1.2.3 From 414850ce1099e623bedffbff56b2e4bcdb8d510f Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 18:18:12 +1100 Subject: updated .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 24be47d..33e279e 100755 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ *.pdf perso.tex perso_section.tex +section_perso.tex references.tex cv.texnicle cv.texnicle.backup -- cgit v1.2.3 From cb642e6cd8e4493706b97361e1277818df81b00e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 19 Aug 2015 18:41:23 +1100 Subject: - Updated README.md - Updated cv.tex with demo mode set to true - Added new section_references_demo.tex for demo mode --- README.md | 15 ++++++++++++++- cv.tex | 4 ++-- section_references_demo.tex | 9 +++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100755 section_references_demo.tex diff --git a/README.md b/README.md index 9cd47d3..2655d34 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ More informations can be found here In my version, Personal data have moved on top of the page just before the professional title. -I have also created little macros have been created to make easier and cleaner Latex source code +I have also created little Latex macros to make easier and cleaner Latex source code + ```TeX \user{firstname}{LASTNAME} \linkedin{{link}{Link Description}} @@ -19,3 +20,15 @@ I have also created little macros have been created to make easier and cleaner L \smartphone{+687 000 000} \email{mail@dummy-mail.com} ``` + +Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro + +```TeX +%These two lines will include section_references_demo +\demotrue +\conditionalinput{section_references_demo}{references} + +%These two lines will include references +\demotrue +\conditionalinput{section_references_demo}{references} +``` diff --git a/cv.tex b/cv.tex index 51881f7..825f880 100755 --- a/cv.tex +++ b/cv.tex @@ -60,7 +60,7 @@ \pagestyle{empty} % non-numbered pages \font\fb=''[cmr10]'' % for use with \LaTeX command -\demofalse % Set Demo mode to true +\demotrue % Set Demo mode to true \conditionalinput{section_perso_demo}{section_perso} % Personal data section @@ -78,6 +78,6 @@ \input{langues} % Section langues \input{scolarite} %\input{interets} -\conditionalinput{references_demo}{references} % Section références +\conditionalinput{section_references_demo}{references} % Section références \end{document} \ No newline at end of file diff --git a/section_references_demo.tex b/section_references_demo.tex new file mode 100755 index 0000000..9dcf392 --- /dev/null +++ b/section_references_demo.tex @@ -0,0 +1,9 @@ +%Section: Références +\section{\texorpdfstring{\color{Blue}Références}{Références}} + +\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} + \multicolumn{2}{l}{\textsc{First Reference}, \emph{Dummy Position}, DummyCompany} & \multicolumn{2}{l}{\textsc{Second Reference}, \emph{Fake Position}, Fake Corp } \\ + \quad \faMobilePhone & +33 0 00 00 00 00 & \quad \faMobilePhone & +33 0 00 00 00 04\\ + \quad \faPhone & +33 0 00 00 00 01 & \quad \faPhone& +33 0 00 00 00 03\\ + \quad \faEnvelope & \href{mailto:mail@dummy.com}{mail@dummy.com}& \quad \faEnvelope & \href{mailto:mail@fake.com}{mail@fake.com}\\ +\end{tabular} \ No newline at end of file -- cgit v1.2.3 From 0a565e6ef4dfd09a07e1342bb712dd284dac7882 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 5 Sep 2015 07:26:56 +1100 Subject: Added FontAwesome icons to section title Added macro to handle section title Move some config elements to ResumeMacros.sty --- ResumeMacros.sty | 31 ++++++++++++++++++++++++++- competences.tex | 3 +-- cv.tex | 52 ++++++++++++--------------------------------- experience_compact.tex | 2 +- langues.tex | 2 +- scolarite.tex | 2 +- section_references_demo.tex | 3 +-- 7 files changed, 49 insertions(+), 46 deletions(-) diff --git a/ResumeMacros.sty b/ResumeMacros.sty index 968c7ed..153ba19 100755 --- a/ResumeMacros.sty +++ b/ResumeMacros.sty @@ -2,10 +2,39 @@ \RequirePackage{fontawesome} +%Config +%Setup hyperref package, and colours for links +\RequirePackage{hyperref} +\definecolor{linkcolour}{rgb}{0,0.2,0.6} +\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} + +%FONTS +\defaultfontfeatures{Mapping=tex-text} +\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} + +%CV Sections +\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] +\titlespacing{\section}{0pt}{2pt}{2pt} + +%New length definition +\newlength{\datebox} +\settowidth{\datebox}{Décembre 2009} + +% Macros \newcommand{\el}{\quad - \enspace} \newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} \newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} \newcommand\address[1]{\faHome \quad #1} \newcommand\infos[1]{\faInfo \quad #1} \newcommand\smartphone[1]{\faMobilePhone \quad #1} -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} \ No newline at end of file +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} + +\newcommand\resumetitle[1]{ + \par{ + \bigskip\center{\Large #1}\par + } + \bigskip +} +%Resume part title definition +\newcommand\sectiontitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} + diff --git a/competences.tex b/competences.tex index be3370e..d5cb1c1 100755 --- a/competences.tex +++ b/competences.tex @@ -1,8 +1,7 @@ %Section compétences -\section{\texorpdfstring{\color{Blue}Compétences}{Compétences}} +\sectiontitle{Compétences}{\faTasks} \renewcommand{\arraystretch}{1.1} - \begin{tabular}{>{\small}r>{\small}p{13cm}} \textsc{Langages de programmation:} & Java (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\ \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ diff --git a/cv.tex b/cv.tex index 825f880..b672af4 100755 --- a/cv.tex +++ b/cv.tex @@ -7,40 +7,20 @@ \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{marvosym} -\usepackage{fontspec} %for loading fonts -\usepackage{xunicode,xltxtra,url,parskip} %other packages for formatting +\usepackage{fontspec} % for loading fonts +\usepackage{xunicode,xltxtra,url,parskip} % other packages for formatting %\RequirePackage{color,graphicx} \usepackage[usenames,dvipsnames]{xcolor} \usepackage{fullpage} -\usepackage{longtable} %for Grades -\usepackage{titlesec} %custom \section +\usepackage{longtable} % for Grades +\usepackage{titlesec} % custom \section \usepackage[margin=1.5cm]{geometry} -%Setup hyperref package, and colours for links -\usepackage{hyperref} -\definecolor{linkcolour}{rgb}{0,0.2,0.6} -\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} - % Include custom package \usepackage{ResumeMacros} \usepackage{DemoMode} -%FONTS -\defaultfontfeatures{Mapping=tex-text} -%\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans Regular} -\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} - -%CV Sections inspired by: -\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] -\titlespacing{\section}{0pt}{2pt}{2pt} -%Tweak a bit the top margin -%\addtolength{\voffset}{-1.3cm} - - -\newlength{\datebox} -\settowidth{\datebox}{Décembre 2009} - %Italian hyphenation for the word: ''corporations'' \hyphenation{im-pre-se} @@ -58,26 +38,22 @@ %--------------------BEGIN DOCUMENT---------------------- \begin{document} -\pagestyle{empty} % non-numbered pages -\font\fb=''[cmr10]'' % for use with \LaTeX command -\demotrue % Set Demo mode to true +\demotrue % Set Demo mode to true +\pagestyle{empty} % non-numbered pages +\font\fb=''[cmr10]'' % for use with \LaTeX command -\conditionalinput{section_perso_demo}{section_perso} % Personal data section -%--------------------TITLE------------- -\par{ - \bigskip\center{\Large Architecte logiciel | Développeur/Concepteur JEE}\par - } -\bigskip +\conditionalinput{section_perso_demo}{section_perso} % Personal data section +\resumetitle{Architecte logiciel | Développeur/Concepteur JEE} %--------------------SECTIONS----------------------------------- \input{headline} -\input{competences} % Section compétence -\input{experience_compact} % Section expérience -\input{langues} % Section langues -\input{scolarite} -%\input{interets} +\input{competences} % Section compétence +\input{experience_compact} % Section expérience +\input{langues} % Section langues +\input{scolarite} % Section scholarité +%\input{interets} % Section intérêts \conditionalinput{section_references_demo}{references} % Section références \end{document} \ No newline at end of file diff --git a/experience_compact.tex b/experience_compact.tex index 24f3ab2..bbf33b1 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -1,5 +1,5 @@ %Section: Work Experience at the top -\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} +\sectiontitle{Expérience Professionelle}{\faBriefcase} %\renewcommand{\labelitemi}{$\bullet$} \begin{longtable}{R{2.5cm}|p{14.8cm}} \emph{Aujourd'hui} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, CAFAT, Nouvelle-Calédonie} \\ diff --git a/langues.tex b/langues.tex index 21ab852..e44d26c 100755 --- a/langues.tex +++ b/langues.tex @@ -1,5 +1,5 @@ %Section: Languages -\section{\texorpdfstring{\color{Blue}Langues}{Langues}} +\sectiontitle{Langues}{\faLanguage} \begin{tabular}{>{\small}r>{\small}l} \parbox{\datebox}{\raggedleft\textsc{Français:}}&Langue maternelle\\ \textsc{Anglais:}&Maîtrise de l'anglais technique\\ diff --git a/scolarite.tex b/scolarite.tex index 61c90b2..0f8bab3 100755 --- a/scolarite.tex +++ b/scolarite.tex @@ -1,5 +1,5 @@ %Section: Scholarships and additional info -\section{\texorpdfstring{\color{Blue}Formation}{Formation}} +\sectiontitle{Formation}{\faMortarBoard} \begin{tabular}{>{\small}r>{\small}p{14cm}} \parbox{\datebox}{\raggedleft 2007} & Master STIC Professionel filière MBDS de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et diff --git a/section_references_demo.tex b/section_references_demo.tex index 9dcf392..de517a9 100755 --- a/section_references_demo.tex +++ b/section_references_demo.tex @@ -1,6 +1,5 @@ %Section: Références -\section{\texorpdfstring{\color{Blue}Références}{Références}} - +\sectiontitle{Références}{\faGroup} \begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} \multicolumn{2}{l}{\textsc{First Reference}, \emph{Dummy Position}, DummyCompany} & \multicolumn{2}{l}{\textsc{Second Reference}, \emph{Fake Position}, Fake Corp } \\ \quad \faMobilePhone & +33 0 00 00 00 00 & \quad \faMobilePhone & +33 0 00 00 00 04\\ -- cgit v1.2.3 From 80d79b6904ab263c261cfce7f657e85b00475126 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 5 Sep 2015 08:50:41 +1100 Subject: Updated .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33e279e..a086764 100755 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ cv.texnicle.backup .DS_Store latex-classicalcv.sublime-project latex-classicalcv.sublime-workspace +sublime-project -- cgit v1.2.3 From 5a23c62dedf39a40bbfd759e23be94cae22dc51f Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 30 Sep 2015 05:04:40 +1100 Subject: Updated macros and content --- ResumeMacros.sty | 68 +++++++++++++++++++++++++++++++++------- cv.tex | 19 ++---------- experience_compact.tex | 84 ++++++++++++++++++++++++++++++-------------------- 3 files changed, 111 insertions(+), 60 deletions(-) diff --git a/ResumeMacros.sty b/ResumeMacros.sty index 153ba19..06b946d 100755 --- a/ResumeMacros.sty +++ b/ResumeMacros.sty @@ -1,33 +1,55 @@ \ProvidesPackage{ResumeMacros}[2015/08/19 v0.8 ResumeMacros] +% Dependences \RequirePackage{fontawesome} - -%Config -%Setup hyperref package, and colours for links \RequirePackage{hyperref} +\RequirePackage{titlesec} +\RequirePackage{array} +\RequirePackage{enumitem} +\RequirePackage{longtable} + + + +% Setup hyperref package, and colours for links \definecolor{linkcolour}{rgb}{0,0.2,0.6} \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} -%FONTS +% Setup CV sections +\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] +\titlespacing{\section}{0pt}{2pt}{2pt} + +% Setup Array : new column type +\newcolumntype{R}[1]{>{\hfill}m{#1}} + + +%Italian hyphenation for the word: ''corporations'' +\hyphenation{im-pre-se} + +% Setup fonts \defaultfontfeatures{Mapping=tex-text} \setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} -%CV Sections -\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] -\titlespacing{\section}{0pt}{2pt}{2pt} %New length definition \newlength{\datebox} \settowidth{\datebox}{Décembre 2009} +\newlength{\rightcolumnlength} +\setlength{\rightcolumnlength}{14.8cm} + +\newlength{\leftcolumn} +\setlength{\leftcolumn}{2.5cm} + % Macros -\newcommand{\el}{\quad - \enspace} -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} -\newcommand\address[1]{\faHome \quad #1} +\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter \newcommand\infos[1]{\faInfo \quad #1} \newcommand\smartphone[1]{\faMobilePhone \quad #1} \newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} +\newcommand\link[2]{\href{#1}{#2} \faLink } +\newcommand\important[1]{\textbf #1} \newcommand\resumetitle[1]{ \par{ @@ -38,3 +60,27 @@ %Resume part title definition \newcommand\sectiontitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} +\newenvironment{experiences}{% + \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} +}{% + \end{longtable} +} + +\newcommand\entry[7]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} + #6 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #7 } \\ + } + +\newcommand\consultantentry[9]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \emph{#6} pour #7 \\ + & \begin{minipage}[t]{\rightcolumnlength} + #8 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #9 } \\ + } + +\newcommand\expitemsep{\multicolumn{2}{c}{}\\} diff --git a/cv.tex b/cv.tex index b672af4..5723c1a 100755 --- a/cv.tex +++ b/cv.tex @@ -4,16 +4,13 @@ %A Few Useful Packages \usepackage[frenchb]{babel} -\usepackage[latin1]{inputenc} +%\usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} -\usepackage{marvosym} \usepackage{fontspec} % for loading fonts \usepackage{xunicode,xltxtra,url,parskip} % other packages for formatting %\RequirePackage{color,graphicx} \usepackage[usenames,dvipsnames]{xcolor} \usepackage{fullpage} -\usepackage{longtable} % for Grades -\usepackage{titlesec} % custom \section \usepackage[margin=1.5cm]{geometry} @@ -24,21 +21,11 @@ %Italian hyphenation for the word: ''corporations'' \hyphenation{im-pre-se} -%-------------WATERMARK TEST [**not part of a CV**]--------------- -\usepackage[absolute]{textpos} - -\setlength{\TPHorizModule}{30mm} -\setlength{\TPVertModule}{\TPHorizModule} -\textblockorigin{2mm}{0.65\paperheight} -\setlength{\parindent}{0pt} - -\usepackage{array} -\newcolumntype{R}[1]{>{\hfill}m{#1}} - %--------------------BEGIN DOCUMENT---------------------- \begin{document} -\demotrue % Set Demo mode to true +\setlist[itemize,1]{label=\faAngleRight, nosep} +\demofalse % Set Demo mode to true \pagestyle{empty} % non-numbered pages \font\fb=''[cmr10]'' % for use with \LaTeX command diff --git a/experience_compact.tex b/experience_compact.tex index bbf33b1..5ed2286 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -1,38 +1,56 @@ %Section: Work Experience at the top \sectiontitle{Expérience Professionelle}{\faBriefcase} %\renewcommand{\labelitemi}{$\bullet$} -\begin{longtable}{R{2.5cm}|p{14.8cm}} - \emph{Aujourd'hui} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, CAFAT, Nouvelle-Calédonie} \\ - \textsc{Avril 2014} & \el Support et encadrement technique des équipes de développement \\ - & \el Suivi, validation et intégration des développements externalisés \\ - & \el Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers \\ - & \el Evolutions et corrections des bugs du framework de développement interne \\ - & \el Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels \\ - & \el Veille technologique \\ - & \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ Idea, Eclipse, Maven } \\ - \multicolumn{2}{c}{} \\ - \textsc{Mars 2014} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, Bull SAS, France} \\ - \textsc{Avril 2012} & \el Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting\\ - & \el Migration du serveur métier vers Open Cobol : suivi de projet et reporting \\ - & \el Solution documentaire collaborative (wiki) : mise en place et formation \\ - & \el Evolutions et corrections : analyse, conception et développement \\ - & \el Mise en place de conventions de code \\ - & \el Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs)\\ - & \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven }\\ - \multicolumn{2}{c}{} \\ - \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ - \textsc{Avril 2011} & \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence \\ - & Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}).\\ - & \el Conception et développement d'applications web \\ - & \el Base de données : Modélisation et implémentation de la couche ORM \\ - & \el Conception et développement de Services Web \emph{SOAP} \\ - & \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant}\\ - \multicolumn{2}{c}{} \\ - \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ - \textsc{Mars 2011} & \emph{IT Specialist} pour IBM, Industry Solutions Insurance \\ - & Conception et développement d'une application Android pour tablette. \\ - & \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android} \\ - \multicolumn{2}{c}{} \\ +\begin{experiences} + \entry + {Aujourd'hui} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} + {Avril 2014} { + \begin{itemize} + \item Support et encadrement technique des équipes de développement + \item Suivi, validation et intégration des développements externalisés + \item Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers + \item Evolutions et corrections des bugs du framework de développement interne + \item Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels + \item Veille technologique + \end{itemize} + } + {JBoss EAP, IntelliJ Idea, Eclipse, Maven} + \expitemsep + \entry + {Mars 2014} {Architecte logiciel | Développeur/Concepteur Senior JEE}{Bull SAS}{France} + {Avril 2012} { + \begin{itemize} + \item Reconstruction du dépôt fiduciaire de logiciels de Bull Coriolis : réalisation, coordination et reporting + \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting + \item Solution documentaire collaborative (wiki) : mise en place et formation + \item Evolutions et corrections : analyse, conception et développement + \item Mise en place de conventions de code + \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) + \end{itemize} + } + {Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven} + \expitemsep + \consultantentry + {Mars 2012} {Ingénieur Consultant}{Altran Technologies}{France} + {Avril 2011} {IT Specialist}{IBM, Software Solutions Center of Excellence} + { + Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}). + \begin{itemize} + \item Conception et développement d'applications web + \item Base de données : Modélisation et implémentation de la couche ORM + \item Conception et développement de Services Web \emph{SOAP} + \end{itemize} + } + {\emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant} + \expitemsep + \consultantentry + {Avril 2011} {Ingénieur Consultant}{Altran Technologies}{France} + {Mars 2011} {IT Specialist}{IBM, Industry Solutions Insurance} + { + Conception et développement d'une application Android pour tablette. + } + {Eclipse avec \emph{ADT}, Android} + \expitemsep \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ \textsc{Février 2010} & \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence \\ & Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow \\ @@ -58,4 +76,4 @@ & \el Implémentation d'un porte monnaie électronique \\ & \el Intégration avec une plateforme de paiement en ligne \\ & \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}} \\ -\end{longtable} +\end{experiences} -- cgit v1.2.3 From 0dea35ee69f6a8d15d64f0f1671009fa33fb8ce9 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 30 Sep 2015 06:16:38 +1100 Subject: Updated macros and content --- ResumeMacros.sty | 6 ++--- cv.tex | 2 +- experience_compact.tex | 67 ++++++++++++++++++++++++++++++-------------------- 3 files changed, 45 insertions(+), 30 deletions(-) diff --git a/ResumeMacros.sty b/ResumeMacros.sty index 06b946d..f79cb11 100755 --- a/ResumeMacros.sty +++ b/ResumeMacros.sty @@ -66,7 +66,7 @@ \end{longtable} } -\newcommand\entry[7]{ +\newcommand\experience[7]{ \textsc{#1} & \textsc{#2, #3, #4} \\ \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} #6 @@ -74,7 +74,7 @@ & \footnotesize{\emph{Technologies utilisées:} #7 } \\ } -\newcommand\consultantentry[9]{ +\newcommand\consultantexperience[9]{ \textsc{#1} & \textsc{#2, #3, #4} \\ \textsc{#5} & \emph{#6} pour #7 \\ & \begin{minipage}[t]{\rightcolumnlength} @@ -83,4 +83,4 @@ & \footnotesize{\emph{Technologies utilisées:} #9 } \\ } -\newcommand\expitemsep{\multicolumn{2}{c}{}\\} +\newcommand\emptySeparator{\multicolumn{2}{c}{}\\} diff --git a/cv.tex b/cv.tex index 5723c1a..7c90257 100755 --- a/cv.tex +++ b/cv.tex @@ -24,7 +24,7 @@ %--------------------BEGIN DOCUMENT---------------------- \begin{document} -\setlist[itemize,1]{label=\faAngleRight, nosep} +\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} \demofalse % Set Demo mode to true \pagestyle{empty} % non-numbered pages diff --git a/experience_compact.tex b/experience_compact.tex index 5ed2286..01f43a1 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -2,7 +2,7 @@ \sectiontitle{Expérience Professionelle}{\faBriefcase} %\renewcommand{\labelitemi}{$\bullet$} \begin{experiences} - \entry + \experience {Aujourd'hui} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} {Avril 2014} { \begin{itemize} @@ -15,8 +15,8 @@ \end{itemize} } {JBoss EAP, IntelliJ Idea, Eclipse, Maven} - \expitemsep - \entry + \emptySeparator + \experience {Mars 2014} {Architecte logiciel | Développeur/Concepteur Senior JEE}{Bull SAS}{France} {Avril 2012} { \begin{itemize} @@ -29,8 +29,8 @@ \end{itemize} } {Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven} - \expitemsep - \consultantentry + \emptySeparator + \consultantexperience {Mars 2012} {Ingénieur Consultant}{Altran Technologies}{France} {Avril 2011} {IT Specialist}{IBM, Software Solutions Center of Excellence} { @@ -42,33 +42,48 @@ \end{itemize} } {\emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant} - \expitemsep - \consultantentry + \emptySeparator + \consultantexperience {Avril 2011} {Ingénieur Consultant}{Altran Technologies}{France} {Mars 2011} {IT Specialist}{IBM, Industry Solutions Insurance} { Conception et développement d'une application Android pour tablette. } {Eclipse avec \emph{ADT}, Android} - \expitemsep - \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ - \textsc{Février 2010} & \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence \\ - & Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow \\ - & \el Définition et implémentation de processus métiers \\ - & \el Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations\\ - & \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, - Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse } \\ - \multicolumn{2}{c}{} \\ - \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France} \\ - \textsc{Décembre 2007} & \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence \\ - & \el Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID\\ - & \el Projet de suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement\\ - & \el Amélioration d'une solution de contrôle des interventions dans un centre de données (RFID)\\ - & \el Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID) \\ - & \el Etude du protocole ONS : Analyse, \emph{POC}, documentation et présentation technique \\ - & \el Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal) \\ - & \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, - Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) }\\ + \emptySeparator + \consultantexperience + {Février 2011} {Ingénieur Consultant}{Altran Technologies}{France} + {Février 2010} {IT Specialist}{IBM, Product Lifecycle Management Center of Excellence} + { + Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow + \begin{itemize} + \item Définition et implémentation de processus métiers + \item Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations + \end{itemize} + } + { + Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, + Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse + } + \emptySeparator + \consultantexperience + {Janvier 2010} {Ingénieur Consultant}{Altran Technologies}{France} + {Décembre 2007} {IT Specialist}{IBM, Sensor Solutions Center of Excellence} + { + \begin{itemize} + \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID + \item Projet de suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement + \item Amélioration d'une solution de contrôle des interventions dans un centre de données (RFID) + \item Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID) + \item Etude du protocole ONS : Analyse, \emph{POC}, documentation et présentation technique + \item Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal) + \end{itemize} + } + { + DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, + Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) + } + \emptySeparator \multicolumn{2}{c}{}\\ \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ \textsc{Février 2007} & Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) -- cgit v1.2.3 From 72b919b3726ae7ddc322d572b73f5a283ee85e79 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Thu, 1 Oct 2015 05:19:27 +1100 Subject: Updated package and cv according to the package update --- ResumeMacros.sty | 11 ++++++++++- competences.tex | 2 +- cv.tex | 12 ------------ experience_compact.tex | 22 +++++++++++++--------- langues.tex | 2 +- scolarite.tex | 2 +- section_references_demo.tex | 2 +- 7 files changed, 27 insertions(+), 26 deletions(-) diff --git a/ResumeMacros.sty b/ResumeMacros.sty index f79cb11..0523e0e 100755 --- a/ResumeMacros.sty +++ b/ResumeMacros.sty @@ -1,6 +1,14 @@ \ProvidesPackage{ResumeMacros}[2015/08/19 v0.8 ResumeMacros] % Dependences +%A Few Useful Packages +\RequirePackage[frenchb]{babel} +\RequirePackage[T1]{fontenc} +\RequirePackage{fontspec} % for loading fonts +\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting +\RequirePackage[usenames,dvipsnames]{xcolor} +\RequirePackage{fullpage} +\RequirePackage[margin=1.5cm]{geometry} \RequirePackage{fontawesome} \RequirePackage{hyperref} \RequirePackage{titlesec} @@ -10,6 +18,7 @@ + % Setup hyperref package, and colours for links \definecolor{linkcolour}{rgb}{0,0.2,0.6} \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} @@ -58,7 +67,7 @@ \bigskip } %Resume part title definition -\newcommand\sectiontitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} +\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} \newenvironment{experiences}{% \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} diff --git a/competences.tex b/competences.tex index d5cb1c1..3a691d3 100755 --- a/competences.tex +++ b/competences.tex @@ -1,5 +1,5 @@ %Section compétences -\sectiontitle{Compétences}{\faTasks} +\sectionTitle{Compétences}{\faTasks} \renewcommand{\arraystretch}{1.1} \begin{tabular}{>{\small}r>{\small}p{13cm}} diff --git a/cv.tex b/cv.tex index 7c90257..af0128d 100755 --- a/cv.tex +++ b/cv.tex @@ -2,18 +2,6 @@ \documentclass[11pt,a4paper]{article} -%A Few Useful Packages -\usepackage[frenchb]{babel} -%\usepackage[latin1]{inputenc} -\usepackage[T1]{fontenc} -\usepackage{fontspec} % for loading fonts -\usepackage{xunicode,xltxtra,url,parskip} % other packages for formatting -%\RequirePackage{color,graphicx} -\usepackage[usenames,dvipsnames]{xcolor} -\usepackage{fullpage} -\usepackage[margin=1.5cm]{geometry} - - % Include custom package \usepackage{ResumeMacros} \usepackage{DemoMode} diff --git a/experience_compact.tex b/experience_compact.tex index 01f43a1..a4e74d4 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -1,5 +1,5 @@ %Section: Work Experience at the top -\sectiontitle{Expérience Professionelle}{\faBriefcase} +\sectionTitle{Expérience Professionelle}{\faBriefcase} %\renewcommand{\labelitemi}{$\bullet$} \begin{experiences} \experience @@ -83,12 +83,16 @@ DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) } - \emptySeparator - \multicolumn{2}{c}{}\\ - \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ - \textsc{Février 2007} & Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) - dans le cadre du projet Campus Nova pour le Crédit Agricole \\ - & \el Implémentation d'un porte monnaie électronique \\ - & \el Intégration avec une plateforme de paiement en ligne \\ - & \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}} \\ + \emptySeparator + \experience + {Novembre 2007} {Ingénieur d'étude}{IBM}{France} + {Février 2007} { + Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) + dans le cadre du projet Campus Nova pour le Crédit Agricole + \begin{itemize} + \item Implémentation d'un porte monnaie électronique + \item Intégration avec une plateforme de paiement en ligne + \end{itemize} + } + {J2ME, Java Card, DB2, \emph{WAS}} \end{experiences} diff --git a/langues.tex b/langues.tex index e44d26c..469718b 100755 --- a/langues.tex +++ b/langues.tex @@ -1,5 +1,5 @@ %Section: Languages -\sectiontitle{Langues}{\faLanguage} +\sectionTitle{Langues}{\faLanguage} \begin{tabular}{>{\small}r>{\small}l} \parbox{\datebox}{\raggedleft\textsc{Français:}}&Langue maternelle\\ \textsc{Anglais:}&Maîtrise de l'anglais technique\\ diff --git a/scolarite.tex b/scolarite.tex index 0f8bab3..526802f 100755 --- a/scolarite.tex +++ b/scolarite.tex @@ -1,5 +1,5 @@ %Section: Scholarships and additional info -\sectiontitle{Formation}{\faMortarBoard} +\sectionTitle{Formation}{\faMortarBoard} \begin{tabular}{>{\small}r>{\small}p{14cm}} \parbox{\datebox}{\raggedleft 2007} & Master STIC Professionel filière MBDS de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et diff --git a/section_references_demo.tex b/section_references_demo.tex index de517a9..42f75ac 100755 --- a/section_references_demo.tex +++ b/section_references_demo.tex @@ -1,5 +1,5 @@ %Section: Références -\sectiontitle{Références}{\faGroup} +\sectionTitle{Références}{\faGroup} \begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} \multicolumn{2}{l}{\textsc{First Reference}, \emph{Dummy Position}, DummyCompany} & \multicolumn{2}{l}{\textsc{Second Reference}, \emph{Fake Position}, Fake Corp } \\ \quad \faMobilePhone & +33 0 00 00 00 00 & \quad \faMobilePhone & +33 0 00 00 00 04\\ -- cgit v1.2.3 From e335ecd66233df172fd13edf5d8b785f46e51a93 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 4 Oct 2015 09:35:37 +1100 Subject: Move from latex package to latex class --- cv.tex | 4 +-- roger-cv.cls | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+), 3 deletions(-) create mode 100755 roger-cv.cls diff --git a/cv.tex b/cv.tex index af0128d..2cd1ec1 100755 --- a/cv.tex +++ b/cv.tex @@ -1,9 +1,7 @@ % !TEX TS-program = xelatex -\documentclass[11pt,a4paper]{article} +\documentclass{roger-cv} -% Include custom package -\usepackage{ResumeMacros} \usepackage{DemoMode} %Italian hyphenation for the word: ''corporations'' diff --git a/roger-cv.cls b/roger-cv.cls new file mode 100755 index 0000000..3b3c821 --- /dev/null +++ b/roger-cv.cls @@ -0,0 +1,97 @@ +\ProvidesClass{roger-cv}[2015/10/04 v1.0 Christophe ROGER CV Class] + +\LoadClass[11pt,a4paper]{article} + +% Dependences +%A Few Useful Packages +\RequirePackage[frenchb]{babel} +\RequirePackage[T1]{fontenc} +\RequirePackage{fontspec} % for loading fonts +\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting +\RequirePackage[usenames,dvipsnames]{xcolor} +\RequirePackage{fullpage} +\RequirePackage[margin=1.5cm]{geometry} +\RequirePackage{fontawesome} +\RequirePackage{hyperref} +\RequirePackage{titlesec} +\RequirePackage{array} +\RequirePackage{enumitem} +\RequirePackage{longtable} + + + + +% Setup hyperref package, and colours for links +\definecolor{linkcolour}{rgb}{0,0.2,0.6} +\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} + +% Setup CV sections +\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] +\titlespacing{\section}{0pt}{2pt}{2pt} + +% Setup Array : new column type +\newcolumntype{R}[1]{>{\hfill}m{#1}} + + +%Italian hyphenation for the word: ''corporations'' +\hyphenation{im-pre-se} + +% Setup fonts +\defaultfontfeatures{Mapping=tex-text} +\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} + + +%New length definition +\newlength{\datebox} +\settowidth{\datebox}{Décembre 2009} + +\newlength{\rightcolumnlength} +\setlength{\rightcolumnlength}{14.8cm} + +\newlength{\leftcolumn} +\setlength{\leftcolumn}{2.5cm} + +% Macros +\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \quad #1} +\newcommand\smartphone[1]{\faMobilePhone \quad #1} +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} +\newcommand\link[2]{\href{#1}{#2} \faLink } +\newcommand\important[1]{\textbf #1} + +\newcommand\resumetitle[1]{ + \par{ + \bigskip\center{\Large #1}\par + } + \bigskip +} +%Resume part title definition +\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} + +\newenvironment{experiences}{% + \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} +}{% + \end{longtable} +} + +\newcommand\experience[7]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} + #6 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #7 } \\ + } + +\newcommand\consultantexperience[9]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \emph{#6} pour #7 \\ + & \begin{minipage}[t]{\rightcolumnlength} + #8 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #9 } \\ + } + +\newcommand\emptySeparator{\multicolumn{2}{c}{}\\} -- cgit v1.2.3 From af23f34381e5e0cf06ed9a75c1b075b09a66935c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 4 Oct 2015 09:36:32 +1100 Subject: Remove ResumeMacros.sty --- ResumeMacros.sty | 95 -------------------------------------------------------- 1 file changed, 95 deletions(-) delete mode 100755 ResumeMacros.sty diff --git a/ResumeMacros.sty b/ResumeMacros.sty deleted file mode 100755 index 0523e0e..0000000 --- a/ResumeMacros.sty +++ /dev/null @@ -1,95 +0,0 @@ -\ProvidesPackage{ResumeMacros}[2015/08/19 v0.8 ResumeMacros] - -% Dependences -%A Few Useful Packages -\RequirePackage[frenchb]{babel} -\RequirePackage[T1]{fontenc} -\RequirePackage{fontspec} % for loading fonts -\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting -\RequirePackage[usenames,dvipsnames]{xcolor} -\RequirePackage{fullpage} -\RequirePackage[margin=1.5cm]{geometry} -\RequirePackage{fontawesome} -\RequirePackage{hyperref} -\RequirePackage{titlesec} -\RequirePackage{array} -\RequirePackage{enumitem} -\RequirePackage{longtable} - - - - -% Setup hyperref package, and colours for links -\definecolor{linkcolour}{rgb}{0,0.2,0.6} -\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} - -% Setup CV sections -\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] -\titlespacing{\section}{0pt}{2pt}{2pt} - -% Setup Array : new column type -\newcolumntype{R}[1]{>{\hfill}m{#1}} - - -%Italian hyphenation for the word: ''corporations'' -\hyphenation{im-pre-se} - -% Setup fonts -\defaultfontfeatures{Mapping=tex-text} -\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} - - -%New length definition -\newlength{\datebox} -\settowidth{\datebox}{Décembre 2009} - -\newlength{\rightcolumnlength} -\setlength{\rightcolumnlength}{14.8cm} - -\newlength{\leftcolumn} -\setlength{\leftcolumn}{2.5cm} - -% Macros -\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL -\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \quad #1} -\newcommand\smartphone[1]{\faMobilePhone \quad #1} -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} -\newcommand\link[2]{\href{#1}{#2} \faLink } -\newcommand\important[1]{\textbf #1} - -\newcommand\resumetitle[1]{ - \par{ - \bigskip\center{\Large #1}\par - } - \bigskip -} -%Resume part title definition -\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} - -\newenvironment{experiences}{% - \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} -}{% - \end{longtable} -} - -\newcommand\experience[7]{ - \textsc{#1} & \textsc{#2, #3, #4} \\ - \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} - #6 - \end{minipage} \\ - & \footnotesize{\emph{Technologies utilisées:} #7 } \\ - } - -\newcommand\consultantexperience[9]{ - \textsc{#1} & \textsc{#2, #3, #4} \\ - \textsc{#5} & \emph{#6} pour #7 \\ - & \begin{minipage}[t]{\rightcolumnlength} - #8 - \end{minipage} \\ - & \footnotesize{\emph{Technologies utilisées:} #9 } \\ - } - -\newcommand\emptySeparator{\multicolumn{2}{c}{}\\} -- cgit v1.2.3 From c1accbbf6a1aeef3d56c63b951ea9e43dce8712a Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 23 Oct 2015 10:12:44 +1100 Subject: modified: cv.tex renamed: roger-cv.cls -> darwiin-awesome-cv.cls --- cv.tex | 2 +- darwiin-awesome-cv.cls | 101 +++++++++++++++++++++++++++++++++++++++++++++++++ roger-cv.cls | 97 ----------------------------------------------- 3 files changed, 102 insertions(+), 98 deletions(-) create mode 100755 darwiin-awesome-cv.cls delete mode 100755 roger-cv.cls diff --git a/cv.tex b/cv.tex index 2cd1ec1..3de5159 100755 --- a/cv.tex +++ b/cv.tex @@ -1,6 +1,6 @@ % !TEX TS-program = xelatex -\documentclass{roger-cv} +\documentclass{darwiin-awesome-cv} \usepackage{DemoMode} diff --git a/darwiin-awesome-cv.cls b/darwiin-awesome-cv.cls new file mode 100755 index 0000000..f411d88 --- /dev/null +++ b/darwiin-awesome-cv.cls @@ -0,0 +1,101 @@ +\ProvidesClass{darwiin-awesome-cv}[2015/10/04 v1.0 Christophe ROGER CV Class] + +\LoadClass[11pt,a4paper]{article} + +% Dependences +%A Few Useful Packages +\RequirePackage[frenchb]{babel} +\RequirePackage[T1]{fontenc} +\RequirePackage{fontspec} % for loading fonts +\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting +\RequirePackage[usenames,dvipsnames]{xcolor} +\RequirePackage{fullpage} +\RequirePackage[margin=1.5cm]{geometry} +\RequirePackage{fontawesome} +\RequirePackage{hyperref} +\RequirePackage{titlesec} +\RequirePackage{array} +\RequirePackage{enumitem} +\RequirePackage{longtable} + + + + +% Setup hyperref package, and colours for links +\definecolor{linkcolour}{rgb}{0,0.2,0.6} +\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} + +% Setup CV sections +\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] +\titlespacing{\section}{0pt}{2pt}{2pt} + +% Setup Array : new column type +\newcolumntype{R}[1]{>{\hfill}m{#1}} + + +%Italian hyphenation for the word: ''corporations'' +\hyphenation{im-pre-se} + +% Setup fonts +\defaultfontfeatures{Mapping=tex-text} +\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} + + +%New length definition +\newlength{\datebox} +\settowidth{\datebox}{Décembre 2009} + +\newlength{\rightcolumnlength} +\setlength{\rightcolumnlength}{14.8cm} + +\newlength{\leftcolumn} +\setlength{\leftcolumn}{2.5cm} + +% Macros +\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \quad #1} +\newcommand\smartphone[1]{\faMobilePhone \quad #1} +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} +\newcommand\link[2]{\href{#1}{#2} \faLink } +\newcommand\important[1]{\textbf #1} + +\newcommand\resumetitle[1]{ + \par{ + \bigskip\center{\Large #1}\par + } + \bigskip +} + + + + +%Resume part title definition +\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} + +\newenvironment{experiences}{% + \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} +}{% + \end{longtable} +} + +\newcommand\experience[7]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} + #6 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #7 } \\ + } + +\newcommand\consultantexperience[9]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \emph{#6} pour #7 \\ + & \begin{minipage}[t]{\rightcolumnlength} + #8 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #9 } \\ + } + +\newcommand\emptySeparator{\multicolumn{2}{c}{}\\} diff --git a/roger-cv.cls b/roger-cv.cls deleted file mode 100755 index 3b3c821..0000000 --- a/roger-cv.cls +++ /dev/null @@ -1,97 +0,0 @@ -\ProvidesClass{roger-cv}[2015/10/04 v1.0 Christophe ROGER CV Class] - -\LoadClass[11pt,a4paper]{article} - -% Dependences -%A Few Useful Packages -\RequirePackage[frenchb]{babel} -\RequirePackage[T1]{fontenc} -\RequirePackage{fontspec} % for loading fonts -\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting -\RequirePackage[usenames,dvipsnames]{xcolor} -\RequirePackage{fullpage} -\RequirePackage[margin=1.5cm]{geometry} -\RequirePackage{fontawesome} -\RequirePackage{hyperref} -\RequirePackage{titlesec} -\RequirePackage{array} -\RequirePackage{enumitem} -\RequirePackage{longtable} - - - - -% Setup hyperref package, and colours for links -\definecolor{linkcolour}{rgb}{0,0.2,0.6} -\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} - -% Setup CV sections -\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] -\titlespacing{\section}{0pt}{2pt}{2pt} - -% Setup Array : new column type -\newcolumntype{R}[1]{>{\hfill}m{#1}} - - -%Italian hyphenation for the word: ''corporations'' -\hyphenation{im-pre-se} - -% Setup fonts -\defaultfontfeatures{Mapping=tex-text} -\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} - - -%New length definition -\newlength{\datebox} -\settowidth{\datebox}{Décembre 2009} - -\newlength{\rightcolumnlength} -\setlength{\rightcolumnlength}{14.8cm} - -\newlength{\leftcolumn} -\setlength{\leftcolumn}{2.5cm} - -% Macros -\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL -\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \quad #1} -\newcommand\smartphone[1]{\faMobilePhone \quad #1} -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} -\newcommand\link[2]{\href{#1}{#2} \faLink } -\newcommand\important[1]{\textbf #1} - -\newcommand\resumetitle[1]{ - \par{ - \bigskip\center{\Large #1}\par - } - \bigskip -} -%Resume part title definition -\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} - -\newenvironment{experiences}{% - \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} -}{% - \end{longtable} -} - -\newcommand\experience[7]{ - \textsc{#1} & \textsc{#2, #3, #4} \\ - \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} - #6 - \end{minipage} \\ - & \footnotesize{\emph{Technologies utilisées:} #7 } \\ - } - -\newcommand\consultantexperience[9]{ - \textsc{#1} & \textsc{#2, #3, #4} \\ - \textsc{#5} & \emph{#6} pour #7 \\ - & \begin{minipage}[t]{\rightcolumnlength} - #8 - \end{minipage} \\ - & \footnotesize{\emph{Technologies utilisées:} #9 } \\ - } - -\newcommand\emptySeparator{\multicolumn{2}{c}{}\\} -- cgit v1.2.3 From ddeaee8cb938f741f4e9204fd6118d6814662982 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Tue, 27 Oct 2015 19:36:09 +1100 Subject: Changes to be committed: modified: cv.tex modified: darwiin-awesome-cv.cls --- cv.tex | 2 +- darwiin-awesome-cv.cls | 2 +- darwiin-cv.cls | 101 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+), 2 deletions(-) create mode 100755 darwiin-cv.cls diff --git a/cv.tex b/cv.tex index 3de5159..6ab1f43 100755 --- a/cv.tex +++ b/cv.tex @@ -1,6 +1,6 @@ % !TEX TS-program = xelatex -\documentclass{darwiin-awesome-cv} +\documentclass{darwiin-cv} \usepackage{DemoMode} diff --git a/darwiin-awesome-cv.cls b/darwiin-awesome-cv.cls index f411d88..69ddb36 100755 --- a/darwiin-awesome-cv.cls +++ b/darwiin-awesome-cv.cls @@ -1,4 +1,4 @@ -\ProvidesClass{darwiin-awesome-cv}[2015/10/04 v1.0 Christophe ROGER CV Class] +\ProvidesClass{darwiin-cv}[2015/10/04 v1.0 Christophe ROGER CV Class] \LoadClass[11pt,a4paper]{article} diff --git a/darwiin-cv.cls b/darwiin-cv.cls new file mode 100755 index 0000000..69ddb36 --- /dev/null +++ b/darwiin-cv.cls @@ -0,0 +1,101 @@ +\ProvidesClass{darwiin-cv}[2015/10/04 v1.0 Christophe ROGER CV Class] + +\LoadClass[11pt,a4paper]{article} + +% Dependences +%A Few Useful Packages +\RequirePackage[frenchb]{babel} +\RequirePackage[T1]{fontenc} +\RequirePackage{fontspec} % for loading fonts +\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting +\RequirePackage[usenames,dvipsnames]{xcolor} +\RequirePackage{fullpage} +\RequirePackage[margin=1.5cm]{geometry} +\RequirePackage{fontawesome} +\RequirePackage{hyperref} +\RequirePackage{titlesec} +\RequirePackage{array} +\RequirePackage{enumitem} +\RequirePackage{longtable} + + + + +% Setup hyperref package, and colours for links +\definecolor{linkcolour}{rgb}{0,0.2,0.6} +\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} + +% Setup CV sections +\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] +\titlespacing{\section}{0pt}{2pt}{2pt} + +% Setup Array : new column type +\newcolumntype{R}[1]{>{\hfill}m{#1}} + + +%Italian hyphenation for the word: ''corporations'' +\hyphenation{im-pre-se} + +% Setup fonts +\defaultfontfeatures{Mapping=tex-text} +\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} + + +%New length definition +\newlength{\datebox} +\settowidth{\datebox}{Décembre 2009} + +\newlength{\rightcolumnlength} +\setlength{\rightcolumnlength}{14.8cm} + +\newlength{\leftcolumn} +\setlength{\leftcolumn}{2.5cm} + +% Macros +\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \quad #1} +\newcommand\smartphone[1]{\faMobilePhone \quad #1} +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} +\newcommand\link[2]{\href{#1}{#2} \faLink } +\newcommand\important[1]{\textbf #1} + +\newcommand\resumetitle[1]{ + \par{ + \bigskip\center{\Large #1}\par + } + \bigskip +} + + + + +%Resume part title definition +\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} + +\newenvironment{experiences}{% + \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} +}{% + \end{longtable} +} + +\newcommand\experience[7]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} + #6 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #7 } \\ + } + +\newcommand\consultantexperience[9]{ + \textsc{#1} & \textsc{#2, #3, #4} \\ + \textsc{#5} & \emph{#6} pour #7 \\ + & \begin{minipage}[t]{\rightcolumnlength} + #8 + \end{minipage} \\ + & \footnotesize{\emph{Technologies utilisées:} #9 } \\ + } + +\newcommand\emptySeparator{\multicolumn{2}{c}{}\\} -- cgit v1.2.3 From b709437ae9a7e5dcfe0ec60684741de77d20e50c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Tue, 27 Oct 2015 20:14:51 +1100 Subject: modified: .gitignore new file: perso_section.tex new file: references.tex new file: section_perso.tex --- .gitignore | 4 ---- perso_section.tex | 8 ++++++++ references.tex | 27 +++++++++++++++++++++++++++ section_perso.tex | 8 ++++++++ 4 files changed, 43 insertions(+), 4 deletions(-) create mode 100755 perso_section.tex create mode 100755 references.tex create mode 100755 section_perso.tex diff --git a/.gitignore b/.gitignore index a086764..7e86ee7 100755 --- a/.gitignore +++ b/.gitignore @@ -31,10 +31,6 @@ *.xdy *.tdo *.pdf -perso.tex -perso_section.tex -section_perso.tex -references.tex cv.texnicle cv.texnicle.backup .DS_Store diff --git a/perso_section.tex b/perso_section.tex new file mode 100755 index 0000000..b11bde4 --- /dev/null +++ b/perso_section.tex @@ -0,0 +1,8 @@ +%Section: Personal Data +%\section{\texorpdfstring{\color{Blue}Coordonnées}{Coordonnées}} +%\begin{tabular}{rl} +% \textsc{Date et lieu de naissance:} & 23 Septembre 1982 à Nouméa, Nouvelle-Calédonie (29 ans)\\ +% \textsc{Adresse:} & 102 Avenue de Grasse, 06800, Cagnes sur Mer, France \\ +% \textsc{Téléphone:} & +33 6 08 693 893\\ +% \textsc{email:} & \href{mailto:christophe.roger@gmail.com}{christophe.roger@gmail.com} +%\end{tabular} \ No newline at end of file diff --git a/references.tex b/references.tex new file mode 100755 index 0000000..7639dc6 --- /dev/null +++ b/references.tex @@ -0,0 +1,27 @@ +%Section: Références +\sectionTitle{Références}{\faGroup} + +% \begin{tabular}{>{\small}l >{\small}l} +% \multicolumn{2}{l}{Franck \textsc{Boudinet}, \emph{Mgr of Solutions Architect}, IBM} \\ +% \quad tél. mobile &: +33 6 72 28 84 53\\ +% \quad tél. fixe &: +33 4 92 11 46 64\\ +% \quad email &: \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}\\ +% \multicolumn{2}{l}{} \\ +% \multicolumn{2}{l}{Nicolas \textsc{Comète}, \emph{IT Architect}, IBM } \\ +% \quad tél. mobile &: +33 6 75 00 98 56\\ +% \quad tél. fixe &: +33 4 92 11 40 77\\ +% \quad email &: \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ + +% \end{tabular} + +\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} + \multicolumn{2}{l}{\textsc{Franck Boudinet}, \emph{Mgr of Solutions Architect}, IBM} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ + \quad \faMobilePhone & +33 6 72 28 84 53 & \quad \faMobilePhone & +33 6 75 00 98 56\\ + \quad \faPhone & +33 4 92 11 46 64 & \quad \faPhone& +33 4 92 11 40 77\\ + \quad \faEnvelope & \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}& \quad \faEnvelope & \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ + \multicolumn{2}{l}{} \\ + \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} \\ + \quad \faMobilePhone & +687 935 339 \\ + \quad \faPhone & +687 255 904 \\ + \quad \faEnvelope & \href{mailto:gloutre@cafat.nc}{gloutre@cafat.nc}\\ +\end{tabular} \ No newline at end of file diff --git a/section_perso.tex b/section_perso.tex new file mode 100755 index 0000000..6ae8f77 --- /dev/null +++ b/section_perso.tex @@ -0,0 +1,8 @@ +%Section: Personal Data +\user{Christophe}{ROGER}\\ +\small{ + \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ + \linkedin{http://www.linkedin.com/in/christopheroger/fr}{http://www.linkedin.com/in/christopheroger/fr}\\ + \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ + \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie} +} -- cgit v1.2.3 From fd2c7c2b24f98fc3e7ead924c0ffe7d8c2fe12f3 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 29 Jul 2016 17:27:45 +1100 Subject: Add entry to experience_compact.tex --- .gitignore | 1 + experience_compact.tex | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a086764..222f25d 100755 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ perso.tex perso_section.tex section_perso.tex references.tex +cv.fls cv.texnicle cv.texnicle.backup .DS_Store diff --git a/experience_compact.tex b/experience_compact.tex index a4e74d4..33a147e 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -3,7 +3,19 @@ %\renewcommand{\labelitemi}{$\bullet$} \begin{experiences} \experience - {Aujourd'hui} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} + {Aujourd'hui} {Architecte logiciel | Développeur/Concepteur Senior JEE}{EPI}{Nouvelle-Calédonie} + {Décembre 2015} { + \begin{itemize} + \item Réorganisation de l'usine logicielle + \item Migration de l'ensemble des projets Java sous Maven + \item Evolutions et corrections des bugs du framework de développement interne + \item Veille technologique + \end{itemize} + } + {Apache Tomcat, IntelliJ Idea, Eclipse, Maven} + \emptySeparator + \experience + {Novembre 2015} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} {Avril 2014} { \begin{itemize} \item Support et encadrement technique des équipes de développement -- cgit v1.2.3 From 605a26d139fa1427c37b618cf8cdd55644b0e281 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 29 Jul 2016 17:39:48 +1100 Subject: Updated experience and competences --- competences.tex | 2 +- experience_compact.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/competences.tex b/competences.tex index 3a691d3..a800bd4 100755 --- a/competences.tex +++ b/competences.tex @@ -8,7 +8,7 @@ \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, \textbf{Rational Software Architect}, Visual Studio, Maven, Ant, SVN, git\\ \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS})\\ - \textsc{Systèmes d'exploitation:} & Mac OS, Windows XP, Windows 2003 Server, Windows 7, Linux Redhat\\ + \textsc{Systèmes d'exploitation:} & Mac OS, Windows 2003 Server, Windows 7, Linux Redhat, Linux Centos\\ \textsc{Conception:} & UML, Merise\\ \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D \end{tabular} \ No newline at end of file diff --git a/experience_compact.tex b/experience_compact.tex index 33a147e..9ce6c75 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -12,7 +12,7 @@ \item Veille technologique \end{itemize} } - {Apache Tomcat, IntelliJ Idea, Eclipse, Maven} + {Apache Tomcat, IntelliJ Idea, Eclipse, Maven, Spring Boot} \emptySeparator \experience {Novembre 2015} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} -- cgit v1.2.3 From 668d44e0f1229b699c627cbfc4267f6f9375e744 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 29 Jul 2016 18:46:51 +1100 Subject: Bug fixing on darwiin-cv.cls Updated README.md --- README.md | 11 +++++------ darwiin-cv.cls | 14 +++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2655d34..dd998a3 100755 --- a/README.md +++ b/README.md @@ -3,16 +3,15 @@ latex-classicalcv Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font. More informations can be found here -- http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX -- http://www.latextemplates.com/template/plasmati-graduate-cv -- https://www.sharelatex.com/templates/cv-or-resume/professional-cv + - http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX + - http://www.latextemplates.com/template/plasmati-graduate-cv + - https://www.sharelatex.com/templates/cv-or-resume/professional-cv In my version, Personal data have moved on top of the page just before the professional title. - I have also created little Latex macros to make easier and cleaner Latex source code -```TeX +```latex \user{firstname}{LASTNAME} \linkedin{{link}{Link Description}} \address{12, Dummy Road, 000000, Dummy Country} @@ -23,7 +22,7 @@ I have also created little Latex macros to make easier and cleaner Latex source Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro -```TeX +```latex %These two lines will include section_references_demo \demotrue \conditionalinput{section_references_demo}{references} diff --git a/darwiin-cv.cls b/darwiin-cv.cls index 69ddb36..7472942 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -52,13 +52,13 @@ \setlength{\leftcolumn}{2.5cm} % Macros -\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL -\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \quad #1} -\newcommand\smartphone[1]{\faMobilePhone \quad #1} -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} +\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \quad #1} % I icon +\newcommand\smartphone[1]{\faMobilePhone \quad #1} % Smartphone Icon +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} % Envelope Icon + mailto link \newcommand\link[2]{\href{#1}{#2} \faLink } \newcommand\important[1]{\textbf #1} -- cgit v1.2.3 From b9ae1bf067668aaa33c98bee1483e3ebd759bec7 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 29 Jul 2016 19:03:07 +1100 Subject: Changes to be committed: modified: README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd998a3..e5e541a 100755 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ latex-classicalcv ================= Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font. -More informations can be found here - - http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX - - http://www.latextemplates.com/template/plasmati-graduate-cv - - https://www.sharelatex.com/templates/cv-or-resume/professional-cv +More informations can be found here : + + - [ Scribd ](http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX) + - [ LaTeX Templates ](http://www.latextemplates.com/template/plasmati-graduate-cv) + - [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv) In my version, Personal data have moved on top of the page just before the professional title. -- cgit v1.2.3 From ae05b87a20eda95a1b193a6f68b1c06774506778 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 30 Jul 2016 08:45:45 +1100 Subject: Updated REAMDME.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5e541a..74bfcfd 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ latex-classicalcv ================= -Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font. +Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes _XeLaTeX_ engine and _Fontin_ font. More informations can be found here : - [ Scribd ](http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX) - [ LaTeX Templates ](http://www.latextemplates.com/template/plasmati-graduate-cv) - [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv) -In my version, Personal data have moved on top of the page just before the professional title. +In my version, Personal data have moved on top of the page just before the professional title. I've also replaced default font by _Helvetica Neue_ +and included _Font Awesome_ items. I have also created little Latex macros to make easier and cleaner Latex source code @@ -20,7 +21,6 @@ I have also created little Latex macros to make easier and cleaner Latex source \smartphone{+687 000 000} \email{mail@dummy-mail.com} ``` - Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro ```latex -- cgit v1.2.3 From 57b73fa7522fda9c2670c270f8fecaa7491c0bfb Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 31 Jul 2016 09:03:49 +1100 Subject: Updated README with new Macro description --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 74bfcfd..2da5397 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,36 @@ I have also created little Latex macros to make easier and cleaner Latex source \smartphone{+687 000 000} \email{mail@dummy-mail.com} ``` + +```latex + \experience + {End date} {Experience title}{Enterprise}{Country} + {Begin date} { + experience details + \begin{itemize} + \item Item 1: _Item 1 description_ + \item Item 2: _Item 2 description_ + \item Item 3: _Item 3 description_ + \end{itemize} + } + {Technology highlights} +``` + +```latex + \consultantexperience + {End date} {Experience title}{Enterprise}{Country} + {Begin date} {Client job title}{Clent enterprise} + { + experience details + \begin{itemize} + \item Item 1: _Item 1 description_ + \item Item 2: _Item 2 description_ + \item Item 3: _Item 3 description_ + \end{itemize} + } + {Technology highlights} +``` + Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro ```latex -- cgit v1.2.3 From 0a1a75297715c9333b0edd239b4e14a3a0393b1f Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 31 Jul 2016 20:49:41 +1100 Subject: Updated README.MD --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2da5397..6d5aaf2 100755 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ I have also created little Latex macros to make easier and cleaner Latex source ``` ```latex +% Begin a new experiences environment to use experience and consultantexperience macro +\begin{experiences} + +% The experience macro work as below and can be used to describe a job experience \experience {End date} {Experience title}{Enterprise}{Country} {Begin date} { @@ -34,12 +38,14 @@ I have also created little Latex macros to make easier and cleaner Latex source \end{itemize} } {Technology highlights} -``` -```latex - \consultantexperience - {End date} {Experience title}{Enterprise}{Country} - {Begin date} {Client job title}{Clent enterprise} +% The emptyseparator macro is used to create white space in your experience + \emptySeparator + +% The consultantexperience macro is very similar to the experience macro, but offer you the possibility tu put client details + \consultantexperience + {End date} {Experience title}{Enterprise}{Country} + {Begin date} {Client job title}{Clent enterprise} { experience details \begin{itemize} @@ -49,6 +55,7 @@ I have also created little Latex macros to make easier and cleaner Latex source \end{itemize} } {Technology highlights} +\end{experiences} ``` Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro -- cgit v1.2.3 From 4dfaef6b0afa01b9da6b11e4f69ca0846ce60358 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 8 Aug 2016 19:33:31 +1100 Subject: Code cleaning --- README.md | 4 +- competences.tex | 8 ++-- cv.tex | 11 ++--- darwiin-awesome-cv.cls | 101 ------------------------------------------ darwiin-cv.cls | 2 + experience_compact_origin.tex | 89 ------------------------------------- perso_section.tex | 8 ---- section_perso.tex | 4 +- section_perso_demo.tex | 2 +- 9 files changed, 15 insertions(+), 214 deletions(-) delete mode 100755 darwiin-awesome-cv.cls delete mode 100755 experience_compact_origin.tex delete mode 100755 perso_section.tex diff --git a/README.md b/README.md index 6d5aaf2..4048c8b 100755 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ More informations can be found here : - [ LaTeX Templates ](http://www.latextemplates.com/template/plasmati-graduate-cv) - [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv) -In my version, Personal data have moved on top of the page just before the professional title. I've also replaced default font by _Helvetica Neue_ +I choose to move _Personal data_ have on top of the page just before the professional title. I've also replaced default font by _Helvetica Neue_ and included _Font Awesome_ items. -I have also created little Latex macros to make easier and cleaner Latex source code +I've chosen to cut my resume in a couple of smaller files and to add some macro to make the main latex source code more readable. ```latex \user{firstname}{LASTNAME} diff --git a/competences.tex b/competences.tex index a800bd4..bf088be 100755 --- a/competences.tex +++ b/competences.tex @@ -1,12 +1,12 @@ %Section compétences -\sectionTitle{Compétences}{\faTasks} +\sectionTitle{Compétences}{\faCode} \renewcommand{\arraystretch}{1.1} \begin{tabular}{>{\small}r>{\small}p{13cm}} - \textsc{Langages de programmation:} & Java (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\ - \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ + \textsc{Langages de programmation:} & \textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\ + \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ - \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, \textbf{Rational Software Architect}, Visual Studio, Maven, Ant, SVN, git\\ + \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio, Maven, Ant, SVN, git\\ \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS})\\ \textsc{Systèmes d'exploitation:} & Mac OS, Windows 2003 Server, Windows 7, Linux Redhat, Linux Centos\\ \textsc{Conception:} & UML, Merise\\ diff --git a/cv.tex b/cv.tex index 6ab1f43..7053fb0 100755 --- a/cv.tex +++ b/cv.tex @@ -2,21 +2,18 @@ \documentclass{darwiin-cv} -\usepackage{DemoMode} - %Italian hyphenation for the word: ''corporations'' \hyphenation{im-pre-se} -%--------------------BEGIN DOCUMENT---------------------- +%------------------------------------------ \begin{document} -\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} -\demofalse % Set Demo mode to true +\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} \pagestyle{empty} % non-numbered pages \font\fb=''[cmr10]'' % for use with \LaTeX command -\conditionalinput{section_perso_demo}{section_perso} % Personal data section +\input{section_perso} % Personal data section \resumetitle{Architecte logiciel | Développeur/Concepteur JEE} @@ -27,6 +24,6 @@ \input{langues} % Section langues \input{scolarite} % Section scholarité %\input{interets} % Section intérêts -\conditionalinput{section_references_demo}{references} % Section références +\input{references} % Section références \end{document} \ No newline at end of file diff --git a/darwiin-awesome-cv.cls b/darwiin-awesome-cv.cls deleted file mode 100755 index 69ddb36..0000000 --- a/darwiin-awesome-cv.cls +++ /dev/null @@ -1,101 +0,0 @@ -\ProvidesClass{darwiin-cv}[2015/10/04 v1.0 Christophe ROGER CV Class] - -\LoadClass[11pt,a4paper]{article} - -% Dependences -%A Few Useful Packages -\RequirePackage[frenchb]{babel} -\RequirePackage[T1]{fontenc} -\RequirePackage{fontspec} % for loading fonts -\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting -\RequirePackage[usenames,dvipsnames]{xcolor} -\RequirePackage{fullpage} -\RequirePackage[margin=1.5cm]{geometry} -\RequirePackage{fontawesome} -\RequirePackage{hyperref} -\RequirePackage{titlesec} -\RequirePackage{array} -\RequirePackage{enumitem} -\RequirePackage{longtable} - - - - -% Setup hyperref package, and colours for links -\definecolor{linkcolour}{rgb}{0,0.2,0.6} -\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} - -% Setup CV sections -\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] -\titlespacing{\section}{0pt}{2pt}{2pt} - -% Setup Array : new column type -\newcolumntype{R}[1]{>{\hfill}m{#1}} - - -%Italian hyphenation for the word: ''corporations'' -\hyphenation{im-pre-se} - -% Setup fonts -\defaultfontfeatures{Mapping=tex-text} -\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} - - -%New length definition -\newlength{\datebox} -\settowidth{\datebox}{Décembre 2009} - -\newlength{\rightcolumnlength} -\setlength{\rightcolumnlength}{14.8cm} - -\newlength{\leftcolumn} -\setlength{\leftcolumn}{2.5cm} - -% Macros -\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL -\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \quad #1} -\newcommand\smartphone[1]{\faMobilePhone \quad #1} -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} -\newcommand\link[2]{\href{#1}{#2} \faLink } -\newcommand\important[1]{\textbf #1} - -\newcommand\resumetitle[1]{ - \par{ - \bigskip\center{\Large #1}\par - } - \bigskip -} - - - - -%Resume part title definition -\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{Blue}#2\enspace #1}{#1}}} - -\newenvironment{experiences}{% - \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}} -}{% - \end{longtable} -} - -\newcommand\experience[7]{ - \textsc{#1} & \textsc{#2, #3, #4} \\ - \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} - #6 - \end{minipage} \\ - & \footnotesize{\emph{Technologies utilisées:} #7 } \\ - } - -\newcommand\consultantexperience[9]{ - \textsc{#1} & \textsc{#2, #3, #4} \\ - \textsc{#5} & \emph{#6} pour #7 \\ - & \begin{minipage}[t]{\rightcolumnlength} - #8 - \end{minipage} \\ - & \footnotesize{\emph{Technologies utilisées:} #9 } \\ - } - -\newcommand\emptySeparator{\multicolumn{2}{c}{}\\} diff --git a/darwiin-cv.cls b/darwiin-cv.cls index 7472942..dcd8de3 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -55,6 +55,8 @@ \newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array \newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username \newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\viadeo[2]{\faViadeo \quad \href{#1}{#2}} % Viadeo icon + URL +\newcommand\github[2]{\faGithub \quad \href{#1}{#2}} % Github icon + URL \newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter \newcommand\infos[1]{\faInfo \quad #1} % I icon \newcommand\smartphone[1]{\faMobilePhone \quad #1} % Smartphone Icon diff --git a/experience_compact_origin.tex b/experience_compact_origin.tex deleted file mode 100755 index 3716ca2..0000000 --- a/experience_compact_origin.tex +++ /dev/null @@ -1,89 +0,0 @@ -%Section: Work Experience at the top -\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} -%\renewcommand{\labelitemi}{$\bullet$} -\begin{longtable}{R{2.5cm}|p{14.8cm}} - \emph{Aujourd'hui} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, CAFAT, Nouvelle-Calédonie}\\ - \textsc{Avril 2014} & - \begin{compactitem} - \item Support et encadrement technique des équipes de développement - \item Suivi, validation et intégration des développements externalisés - \item Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers - \item Evolutions et corrections des bugs du framework de développement interne - \item Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels - \item Veille technologique - \end{compactitem} - \\& - \footnotesize{\emph{Technologies utilisées:} JBoss EAP, IntelliJ Idea, Eclipse, Maven }\\ - \multicolumn{2}{c}{} \\ - \textsc{Mars 2014} & \textsc{Architecte logiciel | Développeur/Concepteur Senior JEE, Bull SAS, France}\\ - \textsc{Avril 2012} & - \small{ - \begin{compactitem} - \item Reconstruction du dépôt logiciel de Bull Coriolis : réalisation, coordination et reporting - \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting - \item Solution documentaire collaborative (wiki) : mise en place et formation - \item Evolutions et corrections : analyse, conception et développement - \item Mise en place de conventions de code - \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) - \end{compactitem} - }\\& - \footnotesize{\emph{Technologies utilisées:} Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven }\\ - \multicolumn{2}{c}{} \\ - \textsc{Mars 2012} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& - \small{ - Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}). - \begin{compactitem} - \item Conception et développement d'applications web - \item Base de données : Modélisation et implémentation de la couche ORM - \item Développement de Services Web - \end{compactitem} - }\\& - \footnotesize{\emph{Technologies utilisées:} \emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant}\\ - \multicolumn{2}{c}{} \\ - \textsc{Avril 2011} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Mars 2011}& \emph{IT Specialist} pour IBM, Industry Solutions Insurance\\& - \small{Développement d'une application Android pour tablette}\\& - \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android}\\ - \multicolumn{2}{c}{} \\ - \textsc{Février 2011} & \textsc{Ingénieur Consultant, Altran Technologies}, France\\ - \textsc{Février 2010}& \emph{IT Specialist} pour IBM, Product Lifecycle Management Center of Excellence\\& - \small{ - Mise en place de bus d'entreprise \emph{ESB} et moteur de Workflow - \begin{compactitem} - \item Définition et implémentation de processus métiers - \item Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations - \end{compactitem} - }\\& - \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, - Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse }\\ - \multicolumn{2}{c}{} \\ - \textsc{Janvier 2010} & \textsc{Ingénieur Consultant, Altran Technologies, France}\\ - \textsc{Décembre 2007}& \emph{IT Specialist} pour IBM, Sensor Solutions Center of Excellence\\& - \small{ - \begin{compactitem} - \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID - \item \href{http://www.container-centralen.com/}{Container Centralen}, suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement - \item Amélioration d'une solution de contrôle des interventions dans un centre de données - (Intégration Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) - \item Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID) - \item {Etude du protocole ONS} Analyse, \emph{POC}, documentation et présentation technique - \item Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal) - \end{compactitem} - }\\& - \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, - Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) }\\ - \multicolumn{2}{c}{}\\ - \textsc{Novembre 2007} & \textsc{Ingénieur d'étude, IBM, France} \\ - \textsc{Février 2007}& - \small{ - Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) - dans le cadre du projet Campus Nova pour le Crédit Agricole - \begin{compactitem} - \item Implémentation d'un porte monnaie électronique - \item Intégration avec une plateforme de paiement en ligne - \end{compactitem} - - }\\& - \footnotesize{\emph{Technologies utilisées:} J2ME, Java Card, DB2, \emph{WAS}}\\ -\end{longtable} diff --git a/perso_section.tex b/perso_section.tex deleted file mode 100755 index b11bde4..0000000 --- a/perso_section.tex +++ /dev/null @@ -1,8 +0,0 @@ -%Section: Personal Data -%\section{\texorpdfstring{\color{Blue}Coordonnées}{Coordonnées}} -%\begin{tabular}{rl} -% \textsc{Date et lieu de naissance:} & 23 Septembre 1982 à Nouméa, Nouvelle-Calédonie (29 ans)\\ -% \textsc{Adresse:} & 102 Avenue de Grasse, 06800, Cagnes sur Mer, France \\ -% \textsc{Téléphone:} & +33 6 08 693 893\\ -% \textsc{email:} & \href{mailto:christophe.roger@gmail.com}{christophe.roger@gmail.com} -%\end{tabular} \ No newline at end of file diff --git a/section_perso.tex b/section_perso.tex index 6ae8f77..7da294e 100755 --- a/section_perso.tex +++ b/section_perso.tex @@ -1,8 +1,8 @@ %Section: Personal Data \user{Christophe}{ROGER}\\ \small{ - \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ - \linkedin{http://www.linkedin.com/in/christopheroger/fr}{http://www.linkedin.com/in/christopheroger/fr}\\ + \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger} \quad|\enspace \viadeo{http://www.viadeo.com/fr/profile/christopheroger}{christopheroger} \quad|\enspace\github{https://github.com/darwiin}{darwiin} \\ + \smartphone{+687 831 831} \quad|\enspace \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie} } diff --git a/section_perso_demo.tex b/section_perso_demo.tex index 73339b6..4c9b8d8 100755 --- a/section_perso_demo.tex +++ b/section_perso_demo.tex @@ -2,7 +2,7 @@ \user{Christophe}{ROGER}\\ \small{ \smartphone{+687 555 555} \quad|\quad \email{mail@dummymail.com}{mail@dummymail.com}\\ - \linkedin{http://www.linkedin.com/in/christopheroger/fr}{http://www.linkedin.com/in/christopheroger/fr}\\ + \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger}\\ \address{2 Infinite Loop, 98800 Nouméa, Nouvelle-Calédonie}\\ \infos{Né le 1 janvier 1970 à Nouméa, Nouvelle-Calédonie} } -- cgit v1.2.3 From 3db48fa1bad58be9ad2dc5179badfe216eb22692 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 10 Aug 2016 01:59:39 +1100 Subject: Updated experience --- experience_compact.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experience_compact.tex b/experience_compact.tex index 9ce6c75..8256bc9 100755 --- a/experience_compact.tex +++ b/experience_compact.tex @@ -6,13 +6,13 @@ {Aujourd'hui} {Architecte logiciel | Développeur/Concepteur Senior JEE}{EPI}{Nouvelle-Calédonie} {Décembre 2015} { \begin{itemize} - \item Réorganisation de l'usine logicielle + \item Reconstruction de la plateforme d'intégration \item Migration de l'ensemble des projets Java sous Maven \item Evolutions et corrections des bugs du framework de développement interne \item Veille technologique \end{itemize} } - {Apache Tomcat, IntelliJ Idea, Eclipse, Maven, Spring Boot} + {Apache Tomcat, IntelliJ Idea, Eclipse, Maven, Spring Boot, Jenkins, Nexus} \emptySeparator \experience {Novembre 2015} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} -- cgit v1.2.3 From 60f2e18b4caa46f687a31406ceae6ab82595fb89 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Wed, 10 Aug 2016 06:43:24 +1100 Subject: Updated readme file --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4048c8b..5bb3d4b 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro \email{mail@dummy-mail.com} ``` +The experices section has to follow this template: + ```latex % Begin a new experiences environment to use experience and consultantexperience macro \begin{experiences} @@ -42,7 +44,8 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro % The emptyseparator macro is used to create white space in your experience \emptySeparator -% The consultantexperience macro is very similar to the experience macro, but offer you the possibility tu put client details +% The consultantexperience macro is very similar to the experience macro, but offer you +% the possibility tu put client details \consultantexperience {End date} {Experience title}{Enterprise}{Country} {Begin date} {Client job title}{Clent enterprise} @@ -59,13 +62,3 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro ``` Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro - -```latex -%These two lines will include section_references_demo -\demotrue -\conditionalinput{section_references_demo}{references} - -%These two lines will include references -\demotrue -\conditionalinput{section_references_demo}{references} -``` -- cgit v1.2.3 From e9675d01ace07c3c99ebb896578580c8c075970f Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 19 Aug 2016 09:49:16 +1100 Subject: File renaming and main file updating according to those renaming. Changes to be committed: deleted: DemoMode.sty modified: cv.tex deleted: document.tex renamed: competences.tex -> section_competences.tex renamed: experience.tex -> section_experience.tex renamed: experience_compact.tex -> section_experience_short.tex renamed: headline.tex -> section_headline.tex renamed: interets.tex -> section_interets.tex renamed: langues.tex -> section_langues.tex renamed: references.tex -> section_references.tex renamed: scolarite.tex -> section_scolarite.tex --- DemoMode.sty | 17 ----- competences.tex | 14 ---- cv.tex | 14 ++-- document.tex | 155 ------------------------------------------- experience.tex | 129 ----------------------------------- experience_compact.tex | 110 ------------------------------ headline.tex | 3 - interets.tex | 7 -- langues.tex | 6 -- references.tex | 27 -------- scolarite.tex | 9 --- section_competences.tex | 14 ++++ section_experience.tex | 129 +++++++++++++++++++++++++++++++++++ section_experience_short.tex | 110 ++++++++++++++++++++++++++++++ section_headline.tex | 3 + section_interets.tex | 7 ++ section_langues.tex | 6 ++ section_references.tex | 27 ++++++++ section_scolarite.tex | 9 +++ 19 files changed, 312 insertions(+), 484 deletions(-) delete mode 100755 DemoMode.sty delete mode 100755 competences.tex delete mode 100755 document.tex delete mode 100755 experience.tex delete mode 100755 experience_compact.tex delete mode 100755 headline.tex delete mode 100755 interets.tex delete mode 100755 langues.tex delete mode 100755 references.tex delete mode 100755 scolarite.tex create mode 100755 section_competences.tex create mode 100755 section_experience.tex create mode 100755 section_experience_short.tex create mode 100755 section_headline.tex create mode 100755 section_interets.tex create mode 100755 section_langues.tex create mode 100755 section_references.tex create mode 100755 section_scolarite.tex diff --git a/DemoMode.sty b/DemoMode.sty deleted file mode 100755 index 7c10f0b..0000000 --- a/DemoMode.sty +++ /dev/null @@ -1,17 +0,0 @@ -\ProvidesPackage{DemoMode}[2015/08/19 v0.8 Demo mode] - -% define a condition -\newif\ifdemo - -\demofalse -% define demo as false - -% \myconditionfalse -% define mycondition as false -\newcommand\conditionalinput[2]{ - \ifdemo - \input{#1} - \else - \input{#2} - \fi -} diff --git a/competences.tex b/competences.tex deleted file mode 100755 index bf088be..0000000 --- a/competences.tex +++ /dev/null @@ -1,14 +0,0 @@ -%Section compétences -\sectionTitle{Compétences}{\faCode} -\renewcommand{\arraystretch}{1.1} - - \begin{tabular}{>{\small}r>{\small}p{13cm}} - \textsc{Langages de programmation:} & \textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\ - \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ - \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ - \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio, Maven, Ant, SVN, git\\ - \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS})\\ - \textsc{Systèmes d'exploitation:} & Mac OS, Windows 2003 Server, Windows 7, Linux Redhat, Linux Centos\\ - \textsc{Conception:} & UML, Merise\\ - \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D - \end{tabular} \ No newline at end of file diff --git a/cv.tex b/cv.tex index 7053fb0..a0eb5d7 100755 --- a/cv.tex +++ b/cv.tex @@ -18,12 +18,12 @@ \resumetitle{Architecte logiciel | Développeur/Concepteur JEE} %--------------------SECTIONS----------------------------------- -\input{headline} -\input{competences} % Section compétence -\input{experience_compact} % Section expérience -\input{langues} % Section langues -\input{scolarite} % Section scholarité -%\input{interets} % Section intérêts -\input{references} % Section références +\input{section_headline} +\input{section_competences} % Section compétence +\input{section_experience_short} % Section expérience +\input{section_langues} % Section langues +\input{section_scolarite} % Section scholarité +%\input{section_interets} % Section intérêts +\input{section_references} % Section références \end{document} \ No newline at end of file diff --git a/document.tex b/document.tex deleted file mode 100755 index 8096dac..0000000 --- a/document.tex +++ /dev/null @@ -1,155 +0,0 @@ -%% start of file `template.tex'. -%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com). -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License version 1.3c, -% available at http://www.latex-project.org/lppl/. - - -\documentclass[11pt,a4paper]{moderncv} - -% moderncv themes -%\moderncvtheme[grey]{casual} % optional argument are 'blue' -%(default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, -%instead of sans serif fonts) -\moderncvtheme[blue]{classic} % idem - -% character encoding -\usepackage[utf8]{inputenc} % replace by the encoding you are using - -% adjust the page margins -\usepackage[scale=0.8]{geometry} -%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates -%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details -%\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths - -% personal data -\firstname{Christophe} -\familyname{ROGER} -%\title{Resumé title (optional)} % optional, remove the line if -%not wanted -\address{102 Avenue de Grasse}{06800 Cagnes sur Mer} % optional, remove the -\mobile{+33 6 08 693 893} % optional, remove the line if not -%\phone{phone (optional)} % optional, remove the line if -%not wanted \fax{fax (optional)} % optional, remove the -\email{email (optional)} % optional, remove the line if not wanted -\homepage{homepage (optional)} % optional, remove the line if not wanted -\extrainfo{additional information (optional)} % optional, remove the line if not wanted -%\photo[64pt]{picture} % '64pt' is the height thepicture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted \quote{Some quote (optional)} % optional, remove the line if not wanted - -% to show numerical labels in the bibliography; only useful if you make citations in your resume -\makeatletter -\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}} -\makeatother - -% bibliography with mutiple entries -%\usepackage{multibib} -%\newcites{book,misc}{{Books},{Others}} - -%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page -%---------------------------------------------------------------------------------- -% content -%---------------------------------------------------------------------------------- -\begin{document} -\maketitle - -\section{Experience} -\subsection{Vocational} -\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}% -Detailed achievements:% -\begin{itemize}% -\item Achievement 1; -\item Achievement 2, with sub-achievements: - \begin{itemize}% - \item Sub-achievement (a); - \item Sub-achievement (b), with sub-sub-achievements (don't do this!); - \begin{itemize} - \item Sub-sub-achievement i; - \item Sub-sub-achievement ii; - \item Sub-sub-achievement iii; - \end{itemize} - \item Sub-achievement (c); - \end{itemize} -\item Achievement 3. -\end{itemize}} -\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2} -\subsection{Miscellaneous} -\cventry{year--year}{Job title}{Employer}{City}{}{Description} - -\section{Education} -\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} % arguments 3 to 6 can be left empty -\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} - -\section{Master thesis} -\cvline{title}{\emph{Title}} -\cvline{supervisors}{Supervisors} -\cvline{description}{\small Short thesis abstract} - -\section{Experience} -\subsection{Vocational} -\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}% -Detailed achievements:% -\begin{itemize}% -\item Achievement 1; -\item Achievement 2, with sub-achievements: - \begin{itemize}% - \item Sub-achievement (a); - \item Sub-achievement (b), with sub-sub-achievements (don't do this!); - \begin{itemize} - \item Sub-sub-achievement i; - \item Sub-sub-achievement ii; - \item Sub-sub-achievement iii; - \end{itemize} - \item Sub-achievement (c); - \end{itemize} -\item Achievement 3. -\end{itemize}} -\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2} -\subsection{Miscellaneous} -\cventry{year--year}{Job title}{Employer}{City}{}{Description} - -\section{Languages} -\cvlanguage{Language 1}{Skill level}{Comment} -\cvlanguage{Language 2}{Skill level}{Comment} -\cvlanguage{Language 3}{Skill level}{Comment} - -\section{Computer skills} -\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ} -\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ} -\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ} - -\section{Interests} -\cvline{hobby 1}{\small Description} -\cvline{hobby 2}{\small Description} -\cvline{hobby 3}{\small Description} - -\section{Extra 1} -\cvlistitem{Item 1} -\cvlistitem{Item 2} -\cvlistitem[+]{Item 3} % optional other symbol - -\renewcommand{\listitemsymbol}{-} % change the symbol for lists - -\section{Extra 2} -\cvlistdoubleitem{Item 1}{Item 4} -\cvlistdoubleitem{Item 2}{Item 5 \cite{book1}} -\cvlistdoubleitem{Item 3}{} - -% Publications from a BibTeX file without multibib\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% for BibTeX numerical labels -\nocite{*} -%\bibliographystyle{plain} -%\bibliography{publications} % 'publications' is the name of a BibTeX file - -% Publications from a BibTeX file using the multibib package -%\section{Publications} -%\nocitebook{book1,book2} -%\bibliographystylebook{plain} -%\bibliographybook{publications} % 'publications' is the name of a BibTeX file -%\nocitemisc{misc1,misc2,misc3} -%\bibliographystylemisc{plain} -%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file - -\end{document} - - -%% end of file `template_en.tex'. diff --git a/experience.tex b/experience.tex deleted file mode 100755 index 17f6034..0000000 --- a/experience.tex +++ /dev/null @@ -1,129 +0,0 @@ -%Section: Work Experience at the top -\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} -\begin{longtable}{R{2.5cm}|p{14.8cm}} - \emph{Aujourd'hui} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& - \footnotesize{ - Implémentation d'une solution de traçabilité et d'authentification - de produits pharmaceutiques pour un organisme publique européen. - \begin{itemize} - \item Modélisation des bases de données de 2 composants de la solution - \item Développement des applications web de 2 composants (JSF, JBoss Richfaces\ldots) - \item Développement de Services Web - \item Extension de la couche d'accès aux données - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} Websphere Application Server 7, JBoss RichFaces, Infosphere Traceability Server, Hibernate }\\ - \multicolumn{2}{c}{} \\ - \textsc{Avril 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - \textsc{Mars 2011}& IT Specialist pour IBM, Industry Solutions Insurance\\& - \footnotesize{Développement d'une application android (v2.2) dans le cadre d'un \emph{Proof of Concept} - pour des clients dans le domaine des assurances. Implémentation d'une librairie pour gérer le \emph{drag and drop}.}\\& - \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android v2.2 }\\ - \multicolumn{2}{c}{}\\ - \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - \textsc{Juillet 2010}&IT Specialist pour IBM, Product Lifecycle Management Center of Excellence\\& - \footnotesize{ - Intégration d'ENOVIA V6, Oracle E-Business Suite et Maximo Asset Management grâce au middleware IBM (Websphere Process Server). - \begin{itemize} - \item Participation à la modélisation de l'architecture à l'aide de SOAML - \item Modélisation et implémentaion de \emph{business processes} et de \emph{business state machines} - \item Développement de médiations - \item Implémentation de tableaux de bord sur Websphere Business Monitor - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer 7, Rational Software Architect 7.5.4, Websphere Business Modeler 7, Websphere Service Registry and Repository 7, - Websphere Process Server, ENOVIA V6, Maximo Asset Management }\\ - \multicolumn{2}{c}{}\\ - \textsc{Juin 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - \textsc{Février 2010}&IT Specialist pour IBM, Product Lifecycle Management Center of Excellence\\& - \footnotesize{ - Intégration de PTC Windchill, Rational DOORS et IGE+XAO Electrical Expert grâce au middleware IBM (Websphere Process Server) - \begin{itemize} - \item Modélisation et implémentaion de \emph{business processes} - \item Développement de médiations - \item Implémentation de tableaux de bord sur Websphere Business Monitor - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} Eclipse, Websphere Process Server, Rational DOORS, Websphere Integration Developer }\\ - \multicolumn{2}{c}{} \\ - \textsc{Janvier 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - & IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& - \footnotesize{ - Mettre en place le suivi et le contrôle des commandes et approvisionnements à l'aide de la RFID - \begin{itemize} - \item Extension du modèle de données \emph{EPCIS} - \item Mise en place d'une stratégie de sauvegarde et de restauration des bases de données DB2 - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, IBM Infosphere Traceability Server }\\ - \multicolumn{2}{c}{} \\ - \textsc{Décembre 2009} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - \textsc{Juin 2009}& IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& - \footnotesize{ - Implémentation d'une solution de suivi et d'authentification de containers. - \begin{itemize} - \item Implémentation de la fonctionnalité de contrôle et d'authentification des containers dans l'application PDA - \item Ecriture des documentations techniques, utilisateurs et des supports de cours - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} Lotus Expeditor 6.2, Eclipse }\\ - \multicolumn{2}{c}{} \\ - \textsc{2009} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - & IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& - \footnotesize{ - Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données - (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) - \begin{itemize} - \item Implémentation d'une application de suivi des assets IT légers (ordinateurs portables) - \item Implémentation d'une fonctionnalité de contrôle de positionnement des serveurs dans les racks. - \item Intégration avec Maximo Asset Management for IT - \item Déploiement, démonstration de la solution et formation du client - \item Support de la solution - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} IBM Rational Software Architect, IBM Premises Server 6.1, Maximo Asset Management for IT 7.1 }\\ - \multicolumn{2}{c}{} \\ - \textsc{Décembre 2008} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ - \textsc{Juin 2008}& IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& - \footnotesize{ - Implémentation d'une solution de lutte contre la contrefacçon pour un fabriquant de vins et spiritueux (Utilisation de la RFID) - \begin{itemize} - \item Extension du modèle de données EPCIS - \item Spécification et implémentation d'une application de capture d'évènements - \item Spécification et implémentation des composants d'enregistrement des évènements EPCIS - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} IBM Rational Software Architect, RFIDIC (Première version d'Infosphere Traceability Server), IBM Premises Server 6.1 }\\ - \multicolumn{2}{c}{}\\ - \textsc{Novembre 2007} & Ingénieur d'étude, \textsc{IBM}, France \\ - \textsc{Février 2007}&\emph{Implémentation d'une solution de paiement NFC}\\& - \footnotesize{ - En tant que membre de l'équipe de développement j'ai - participé à la rédaction des documents de spécifications et au développement de - plusieurs briques logicielles de la solution (applet javacard, midlet, - application web). - \begin{itemize} - \item Extension du modèle de données \emph{EPCIS} - \item Mise en place d'une stratégie de sauvegarde et de restauration des bases de données DB2 - \end{itemize} - \vspace{-1em} - }\\& - \footnotesize{\emph{Technologies utilisées:} Java ME, Java Card, DB2, Websphere Application Server 6 }\\ - \multicolumn{2}{c}{} \\ - \textsc{Septembre 2006} & Ingénieur d'étude stagiaire, \textsc{INRIA}, France\\ - \textsc{Mai 2006}&\footnotesize{Analyse et intégration du middleware ProActive au sein de la plateforme SALOME.}\\& - \footnotesize{\emph{Technologies utilisées:} XML, Java, C++, Python}\\ - \multicolumn{2}{c}{} \\ - \textsc{Octobre 2004} & Technicien Supérieur stagiaire, \textsc{DSI de la Province Sud}, Nouvelle-Calédonie\\ - \textsc{Août 2004}&\footnotesize{Dans le cadre d'une migration d'un environnement Windows NT 4 server vers un environnement Windows - 2003 server, ma mission a consistée à automatiser le déploiement de nouveaux postes de travail sur l'intranet de la Province Sud. }\\& - \footnotesize{\emph{Technologies utilisées:} JScript, Active Directory, Annuaires LDAP}\\ -\end{longtable} \ No newline at end of file diff --git a/experience_compact.tex b/experience_compact.tex deleted file mode 100755 index 8256bc9..0000000 --- a/experience_compact.tex +++ /dev/null @@ -1,110 +0,0 @@ -%Section: Work Experience at the top -\sectionTitle{Expérience Professionelle}{\faBriefcase} -%\renewcommand{\labelitemi}{$\bullet$} -\begin{experiences} - \experience - {Aujourd'hui} {Architecte logiciel | Développeur/Concepteur Senior JEE}{EPI}{Nouvelle-Calédonie} - {Décembre 2015} { - \begin{itemize} - \item Reconstruction de la plateforme d'intégration - \item Migration de l'ensemble des projets Java sous Maven - \item Evolutions et corrections des bugs du framework de développement interne - \item Veille technologique - \end{itemize} - } - {Apache Tomcat, IntelliJ Idea, Eclipse, Maven, Spring Boot, Jenkins, Nexus} - \emptySeparator - \experience - {Novembre 2015} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} - {Avril 2014} { - \begin{itemize} - \item Support et encadrement technique des équipes de développement - \item Suivi, validation et intégration des développements externalisés - \item Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers - \item Evolutions et corrections des bugs du framework de développement interne - \item Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels - \item Veille technologique - \end{itemize} - } - {JBoss EAP, IntelliJ Idea, Eclipse, Maven} - \emptySeparator - \experience - {Mars 2014} {Architecte logiciel | Développeur/Concepteur Senior JEE}{Bull SAS}{France} - {Avril 2012} { - \begin{itemize} - \item Reconstruction du dépôt fiduciaire de logiciels de Bull Coriolis : réalisation, coordination et reporting - \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting - \item Solution documentaire collaborative (wiki) : mise en place et formation - \item Evolutions et corrections : analyse, conception et développement - \item Mise en place de conventions de code - \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) - \end{itemize} - } - {Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven} - \emptySeparator - \consultantexperience - {Mars 2012} {Ingénieur Consultant}{Altran Technologies}{France} - {Avril 2011} {IT Specialist}{IBM, Software Solutions Center of Excellence} - { - Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}). - \begin{itemize} - \item Conception et développement d'applications web - \item Base de données : Modélisation et implémentation de la couche ORM - \item Conception et développement de Services Web \emph{SOAP} - \end{itemize} - } - {\emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant} - \emptySeparator - \consultantexperience - {Avril 2011} {Ingénieur Consultant}{Altran Technologies}{France} - {Mars 2011} {IT Specialist}{IBM, Industry Solutions Insurance} - { - Conception et développement d'une application Android pour tablette. - } - {Eclipse avec \emph{ADT}, Android} - \emptySeparator - \consultantexperience - {Février 2011} {Ingénieur Consultant}{Altran Technologies}{France} - {Février 2010} {IT Specialist}{IBM, Product Lifecycle Management Center of Excellence} - { - Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow - \begin{itemize} - \item Définition et implémentation de processus métiers - \item Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations - \end{itemize} - } - { - Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, - Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse - } - \emptySeparator - \consultantexperience - {Janvier 2010} {Ingénieur Consultant}{Altran Technologies}{France} - {Décembre 2007} {IT Specialist}{IBM, Sensor Solutions Center of Excellence} - { - \begin{itemize} - \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID - \item Projet de suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement - \item Amélioration d'une solution de contrôle des interventions dans un centre de données (RFID) - \item Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID) - \item Etude du protocole ONS : Analyse, \emph{POC}, documentation et présentation technique - \item Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal) - \end{itemize} - } - { - DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, - Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) - } - \emptySeparator - \experience - {Novembre 2007} {Ingénieur d'étude}{IBM}{France} - {Février 2007} { - Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) - dans le cadre du projet Campus Nova pour le Crédit Agricole - \begin{itemize} - \item Implémentation d'un porte monnaie électronique - \item Intégration avec une plateforme de paiement en ligne - \end{itemize} - } - {J2ME, Java Card, DB2, \emph{WAS}} -\end{experiences} diff --git a/headline.tex b/headline.tex deleted file mode 100755 index e98c3b6..0000000 --- a/headline.tex +++ /dev/null @@ -1,3 +0,0 @@ -\par{ - Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui un poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. -} \ No newline at end of file diff --git a/interets.tex b/interets.tex deleted file mode 100755 index 712275c..0000000 --- a/interets.tex +++ /dev/null @@ -1,7 +0,0 @@ -%Section: Centres d'intérêt -\section{\texorpdfstring{\color{Blue}Centres d'intérêts}{Centres d'intérêts}} -\begin{tabular}{rl} - \textsc{Développement mobile:} & iOS, Android, \textbf{Windows Phone}\\ - \textsc{Développement web:} & HTML5, CSS3 \\ - \textsc{Photographie} & \\ -\end{tabular} \ No newline at end of file diff --git a/langues.tex b/langues.tex deleted file mode 100755 index 469718b..0000000 --- a/langues.tex +++ /dev/null @@ -1,6 +0,0 @@ -%Section: Languages -\sectionTitle{Langues}{\faLanguage} -\begin{tabular}{>{\small}r>{\small}l} - \parbox{\datebox}{\raggedleft\textsc{Français:}}&Langue maternelle\\ -\textsc{Anglais:}&Maîtrise de l'anglais technique\\ -\end{tabular} \ No newline at end of file diff --git a/references.tex b/references.tex deleted file mode 100755 index 7639dc6..0000000 --- a/references.tex +++ /dev/null @@ -1,27 +0,0 @@ -%Section: Références -\sectionTitle{Références}{\faGroup} - -% \begin{tabular}{>{\small}l >{\small}l} -% \multicolumn{2}{l}{Franck \textsc{Boudinet}, \emph{Mgr of Solutions Architect}, IBM} \\ -% \quad tél. mobile &: +33 6 72 28 84 53\\ -% \quad tél. fixe &: +33 4 92 11 46 64\\ -% \quad email &: \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}\\ -% \multicolumn{2}{l}{} \\ -% \multicolumn{2}{l}{Nicolas \textsc{Comète}, \emph{IT Architect}, IBM } \\ -% \quad tél. mobile &: +33 6 75 00 98 56\\ -% \quad tél. fixe &: +33 4 92 11 40 77\\ -% \quad email &: \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ - -% \end{tabular} - -\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} - \multicolumn{2}{l}{\textsc{Franck Boudinet}, \emph{Mgr of Solutions Architect}, IBM} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ - \quad \faMobilePhone & +33 6 72 28 84 53 & \quad \faMobilePhone & +33 6 75 00 98 56\\ - \quad \faPhone & +33 4 92 11 46 64 & \quad \faPhone& +33 4 92 11 40 77\\ - \quad \faEnvelope & \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}& \quad \faEnvelope & \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ - \multicolumn{2}{l}{} \\ - \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} \\ - \quad \faMobilePhone & +687 935 339 \\ - \quad \faPhone & +687 255 904 \\ - \quad \faEnvelope & \href{mailto:gloutre@cafat.nc}{gloutre@cafat.nc}\\ -\end{tabular} \ No newline at end of file diff --git a/scolarite.tex b/scolarite.tex deleted file mode 100755 index 526802f..0000000 --- a/scolarite.tex +++ /dev/null @@ -1,9 +0,0 @@ -%Section: Scholarships and additional info -\sectionTitle{Formation}{\faMortarBoard} -\begin{tabular}{>{\small}r>{\small}p{14cm}} - \parbox{\datebox}{\raggedleft 2007} & Master STIC Professionel filière MBDS - de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et - intégration de Systèmes) \\ - 2004 & BTS Informatique de Gestion option administrateurs de réseaux \\ - 2000 & Baccalauréat Scientifique option Mathématiques -\end{tabular} \ No newline at end of file diff --git a/section_competences.tex b/section_competences.tex new file mode 100755 index 0000000..bf088be --- /dev/null +++ b/section_competences.tex @@ -0,0 +1,14 @@ +%Section compétences +\sectionTitle{Compétences}{\faCode} +\renewcommand{\arraystretch}{1.1} + + \begin{tabular}{>{\small}r>{\small}p{13cm}} + \textsc{Langages de programmation:} & \textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\ + \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ + \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ + \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio, Maven, Ant, SVN, git\\ + \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS})\\ + \textsc{Systèmes d'exploitation:} & Mac OS, Windows 2003 Server, Windows 7, Linux Redhat, Linux Centos\\ + \textsc{Conception:} & UML, Merise\\ + \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D + \end{tabular} \ No newline at end of file diff --git a/section_experience.tex b/section_experience.tex new file mode 100755 index 0000000..17f6034 --- /dev/null +++ b/section_experience.tex @@ -0,0 +1,129 @@ +%Section: Work Experience at the top +\section{\texorpdfstring{\color{Blue}Expérience Professionelle}{Expérience Professionelle}} +\begin{longtable}{R{2.5cm}|p{14.8cm}} + \emph{Aujourd'hui} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Avril 2011}& \emph{IT Specialist} pour IBM, Software Solutions Center of Excellence\\& + \footnotesize{ + Implémentation d'une solution de traçabilité et d'authentification + de produits pharmaceutiques pour un organisme publique européen. + \begin{itemize} + \item Modélisation des bases de données de 2 composants de la solution + \item Développement des applications web de 2 composants (JSF, JBoss Richfaces\ldots) + \item Développement de Services Web + \item Extension de la couche d'accès aux données + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Websphere Application Server 7, JBoss RichFaces, Infosphere Traceability Server, Hibernate }\\ + \multicolumn{2}{c}{} \\ + \textsc{Avril 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Mars 2011}& IT Specialist pour IBM, Industry Solutions Insurance\\& + \footnotesize{Développement d'une application android (v2.2) dans le cadre d'un \emph{Proof of Concept} + pour des clients dans le domaine des assurances. Implémentation d'une librairie pour gérer le \emph{drag and drop}.}\\& + \footnotesize{\emph{Technologies utilisées:} Eclipse avec \emph{ADT}, Android v2.2 }\\ + \multicolumn{2}{c}{}\\ + \textsc{Février 2011} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Juillet 2010}&IT Specialist pour IBM, Product Lifecycle Management Center of Excellence\\& + \footnotesize{ + Intégration d'ENOVIA V6, Oracle E-Business Suite et Maximo Asset Management grâce au middleware IBM (Websphere Process Server). + \begin{itemize} + \item Participation à la modélisation de l'architecture à l'aide de SOAML + \item Modélisation et implémentaion de \emph{business processes} et de \emph{business state machines} + \item Développement de médiations + \item Implémentation de tableaux de bord sur Websphere Business Monitor + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Websphere Integration Developer 7, Rational Software Architect 7.5.4, Websphere Business Modeler 7, Websphere Service Registry and Repository 7, + Websphere Process Server, ENOVIA V6, Maximo Asset Management }\\ + \multicolumn{2}{c}{}\\ + \textsc{Juin 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Février 2010}&IT Specialist pour IBM, Product Lifecycle Management Center of Excellence\\& + \footnotesize{ + Intégration de PTC Windchill, Rational DOORS et IGE+XAO Electrical Expert grâce au middleware IBM (Websphere Process Server) + \begin{itemize} + \item Modélisation et implémentaion de \emph{business processes} + \item Développement de médiations + \item Implémentation de tableaux de bord sur Websphere Business Monitor + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Eclipse, Websphere Process Server, Rational DOORS, Websphere Integration Developer }\\ + \multicolumn{2}{c}{} \\ + \textsc{Janvier 2010} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + & IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Mettre en place le suivi et le contrôle des commandes et approvisionnements à l'aide de la RFID + \begin{itemize} + \item Extension du modèle de données \emph{EPCIS} + \item Mise en place d'une stratégie de sauvegarde et de restauration des bases de données DB2 + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} DB2, Eclipse, IBM Infosphere Traceability Server }\\ + \multicolumn{2}{c}{} \\ + \textsc{Décembre 2009} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Juin 2009}& IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Implémentation d'une solution de suivi et d'authentification de containers. + \begin{itemize} + \item Implémentation de la fonctionnalité de contrôle et d'authentification des containers dans l'application PDA + \item Ecriture des documentations techniques, utilisateurs et des supports de cours + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Lotus Expeditor 6.2, Eclipse }\\ + \multicolumn{2}{c}{} \\ + \textsc{2009} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + & IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Modification et extension d'une solution existante de contrôle des interventions techniques dans un centre de données + (Intégration avec Maximo Asset Management for IT, utilisation de la RFID pour contrôler l'installation des serveurs\ldots) + \begin{itemize} + \item Implémentation d'une application de suivi des assets IT légers (ordinateurs portables) + \item Implémentation d'une fonctionnalité de contrôle de positionnement des serveurs dans les racks. + \item Intégration avec Maximo Asset Management for IT + \item Déploiement, démonstration de la solution et formation du client + \item Support de la solution + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} IBM Rational Software Architect, IBM Premises Server 6.1, Maximo Asset Management for IT 7.1 }\\ + \multicolumn{2}{c}{} \\ + \textsc{Décembre 2008} & Ingénieur Consultant, \textsc{Altran Technologies}, France\\ + \textsc{Juin 2008}& IT Specialist pour IBM, Sensor Solutions Center of Excellence\\& + \footnotesize{ + Implémentation d'une solution de lutte contre la contrefacçon pour un fabriquant de vins et spiritueux (Utilisation de la RFID) + \begin{itemize} + \item Extension du modèle de données EPCIS + \item Spécification et implémentation d'une application de capture d'évènements + \item Spécification et implémentation des composants d'enregistrement des évènements EPCIS + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} IBM Rational Software Architect, RFIDIC (Première version d'Infosphere Traceability Server), IBM Premises Server 6.1 }\\ + \multicolumn{2}{c}{}\\ + \textsc{Novembre 2007} & Ingénieur d'étude, \textsc{IBM}, France \\ + \textsc{Février 2007}&\emph{Implémentation d'une solution de paiement NFC}\\& + \footnotesize{ + En tant que membre de l'équipe de développement j'ai + participé à la rédaction des documents de spécifications et au développement de + plusieurs briques logicielles de la solution (applet javacard, midlet, + application web). + \begin{itemize} + \item Extension du modèle de données \emph{EPCIS} + \item Mise en place d'une stratégie de sauvegarde et de restauration des bases de données DB2 + \end{itemize} + \vspace{-1em} + }\\& + \footnotesize{\emph{Technologies utilisées:} Java ME, Java Card, DB2, Websphere Application Server 6 }\\ + \multicolumn{2}{c}{} \\ + \textsc{Septembre 2006} & Ingénieur d'étude stagiaire, \textsc{INRIA}, France\\ + \textsc{Mai 2006}&\footnotesize{Analyse et intégration du middleware ProActive au sein de la plateforme SALOME.}\\& + \footnotesize{\emph{Technologies utilisées:} XML, Java, C++, Python}\\ + \multicolumn{2}{c}{} \\ + \textsc{Octobre 2004} & Technicien Supérieur stagiaire, \textsc{DSI de la Province Sud}, Nouvelle-Calédonie\\ + \textsc{Août 2004}&\footnotesize{Dans le cadre d'une migration d'un environnement Windows NT 4 server vers un environnement Windows + 2003 server, ma mission a consistée à automatiser le déploiement de nouveaux postes de travail sur l'intranet de la Province Sud. }\\& + \footnotesize{\emph{Technologies utilisées:} JScript, Active Directory, Annuaires LDAP}\\ +\end{longtable} \ No newline at end of file diff --git a/section_experience_short.tex b/section_experience_short.tex new file mode 100755 index 0000000..8256bc9 --- /dev/null +++ b/section_experience_short.tex @@ -0,0 +1,110 @@ +%Section: Work Experience at the top +\sectionTitle{Expérience Professionelle}{\faBriefcase} +%\renewcommand{\labelitemi}{$\bullet$} +\begin{experiences} + \experience + {Aujourd'hui} {Architecte logiciel | Développeur/Concepteur Senior JEE}{EPI}{Nouvelle-Calédonie} + {Décembre 2015} { + \begin{itemize} + \item Reconstruction de la plateforme d'intégration + \item Migration de l'ensemble des projets Java sous Maven + \item Evolutions et corrections des bugs du framework de développement interne + \item Veille technologique + \end{itemize} + } + {Apache Tomcat, IntelliJ Idea, Eclipse, Maven, Spring Boot, Jenkins, Nexus} + \emptySeparator + \experience + {Novembre 2015} {Architecte logiciel | Développeur/Concepteur Senior JEE}{CAFAT}{Nouvelle-Calédonie} + {Avril 2014} { + \begin{itemize} + \item Support et encadrement technique des équipes de développement + \item Suivi, validation et intégration des développements externalisés + \item Implémentation, analyse et livraison de correctifs de bugs sur les applicatifs métiers + \item Evolutions et corrections des bugs du framework de développement interne + \item Rédaction des dossiers d'architecture en collaboration avec les architectes fonctionnels + \item Veille technologique + \end{itemize} + } + {JBoss EAP, IntelliJ Idea, Eclipse, Maven} + \emptySeparator + \experience + {Mars 2014} {Architecte logiciel | Développeur/Concepteur Senior JEE}{Bull SAS}{France} + {Avril 2012} { + \begin{itemize} + \item Reconstruction du dépôt fiduciaire de logiciels de Bull Coriolis : réalisation, coordination et reporting + \item Migration du serveur métier vers Open Cobol : suivi de projet et reporting + \item Solution documentaire collaborative (wiki) : mise en place et formation + \item Evolutions et corrections : analyse, conception et développement + \item Mise en place de conventions de code + \item Mise en place d'un framework de développement d'interface web (jQuery, Bootstrap, taglibs) + \end{itemize} + } + {Tomcat, Oracle DB, RichFaces, jQuery, Bootstrap, LESS, Hibernate, Spring, Eclipse, Maven} + \emptySeparator + \consultantexperience + {Mars 2012} {Ingénieur Consultant}{Altran Technologies}{France} + {Avril 2011} {IT Specialist}{IBM, Software Solutions Center of Excellence} + { + Solution de traçabilité et d'authentification de produits pharmaceutiques pour EDQM (\href{https://www.edqm.eu/fr/eTACT-1466.html}{Projet eTACT}). + \begin{itemize} + \item Conception et développement d'applications web + \item Base de données : Modélisation et implémentation de la couche ORM + \item Conception et développement de Services Web \emph{SOAP} + \end{itemize} + } + {\emph{WAS} 7, DB2, RichFaces, Infosphere Traceability Server, Hibernate, Ant} + \emptySeparator + \consultantexperience + {Avril 2011} {Ingénieur Consultant}{Altran Technologies}{France} + {Mars 2011} {IT Specialist}{IBM, Industry Solutions Insurance} + { + Conception et développement d'une application Android pour tablette. + } + {Eclipse avec \emph{ADT}, Android} + \emptySeparator + \consultantexperience + {Février 2011} {Ingénieur Consultant}{Altran Technologies}{France} + {Février 2010} {IT Specialist}{IBM, Product Lifecycle Management Center of Excellence} + { + Mise en place d'un \emph{Enterprise Service Bus} (ESB) et moteur de Workflow + \begin{itemize} + \item Définition et implémentation de processus métiers + \item Mise en place d'un ESB, implémentation d'un format pivot standard et définition de médiations + \end{itemize} + } + { + Websphere Integration Developer, RSA, Websphere Business Modeler, Websphere Service Registry and Repository, + Websphere Process Server, ENOVIA V6, Maximo Asset Management, Eclipse + } + \emptySeparator + \consultantexperience + {Janvier 2010} {Ingénieur Consultant}{Altran Technologies}{France} + {Décembre 2007} {IT Specialist}{IBM, Sensor Solutions Center of Excellence} + { + \begin{itemize} + \item Mise en place du suivi et du contrôle des commandes et approvisionnements à l'aide de la RFID + \item Projet de suivi et authentification de containers (\href{http://www.container-centralen.co.uk/rfid/history.aspx}{description}) : conception et développement + \item Amélioration d'une solution de contrôle des interventions dans un centre de données (RFID) + \item Solution de lutte contre la contrefaçon pour un producteur de spiritueux (RFID) + \item Etude du protocole ONS : Analyse, \emph{POC}, documentation et présentation technique + \item Maintenance corrective et évolutions d'une plateforme M2M (basée sur Websphere Portal) + \end{itemize} + } + { + DB2, Eclipse, Infosphere Traceability Server, Lotus Expeditor, Eclipse, + Rational Software Architect, IBM Premises Server, Maximo Asset Management for IT, RFIDIC (Infosphere Traceability Server - EPCIS) + } + \emptySeparator + \experience + {Novembre 2007} {Ingénieur d'étude}{IBM}{France} + {Février 2007} { + Implémentation d'une solution de paiement NFC sur téléphones portables (\href{http://www.nouvo.ch/s-007}{vidéo}) + dans le cadre du projet Campus Nova pour le Crédit Agricole + \begin{itemize} + \item Implémentation d'un porte monnaie électronique + \item Intégration avec une plateforme de paiement en ligne + \end{itemize} + } + {J2ME, Java Card, DB2, \emph{WAS}} +\end{experiences} diff --git a/section_headline.tex b/section_headline.tex new file mode 100755 index 0000000..e98c3b6 --- /dev/null +++ b/section_headline.tex @@ -0,0 +1,3 @@ +\par{ + Développeur et concepteur JEE depuis plusieurs années, j'ai également une expérience de développement sur l'ensemble de l'écosystème Java (Android, J2ME sur PDA et Javacard sur chipset NFC). J'occupe aujourd'hui un poste d'architecte logiciel et reste passionné par mon métier et par les nouvelles technologies en général. Particulièrement intéressé par les nouveaux usages et les opportunités que peut amener le développement de la 4G sur le territoire, je souhaite poursuivre ma carrière sur des projets de développement mobile innovants en qualité d'architecte logiciel et/ou développeur/concepteur. +} \ No newline at end of file diff --git a/section_interets.tex b/section_interets.tex new file mode 100755 index 0000000..712275c --- /dev/null +++ b/section_interets.tex @@ -0,0 +1,7 @@ +%Section: Centres d'intérêt +\section{\texorpdfstring{\color{Blue}Centres d'intérêts}{Centres d'intérêts}} +\begin{tabular}{rl} + \textsc{Développement mobile:} & iOS, Android, \textbf{Windows Phone}\\ + \textsc{Développement web:} & HTML5, CSS3 \\ + \textsc{Photographie} & \\ +\end{tabular} \ No newline at end of file diff --git a/section_langues.tex b/section_langues.tex new file mode 100755 index 0000000..469718b --- /dev/null +++ b/section_langues.tex @@ -0,0 +1,6 @@ +%Section: Languages +\sectionTitle{Langues}{\faLanguage} +\begin{tabular}{>{\small}r>{\small}l} + \parbox{\datebox}{\raggedleft\textsc{Français:}}&Langue maternelle\\ +\textsc{Anglais:}&Maîtrise de l'anglais technique\\ +\end{tabular} \ No newline at end of file diff --git a/section_references.tex b/section_references.tex new file mode 100755 index 0000000..7639dc6 --- /dev/null +++ b/section_references.tex @@ -0,0 +1,27 @@ +%Section: Références +\sectionTitle{Références}{\faGroup} + +% \begin{tabular}{>{\small}l >{\small}l} +% \multicolumn{2}{l}{Franck \textsc{Boudinet}, \emph{Mgr of Solutions Architect}, IBM} \\ +% \quad tél. mobile &: +33 6 72 28 84 53\\ +% \quad tél. fixe &: +33 4 92 11 46 64\\ +% \quad email &: \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}\\ +% \multicolumn{2}{l}{} \\ +% \multicolumn{2}{l}{Nicolas \textsc{Comète}, \emph{IT Architect}, IBM } \\ +% \quad tél. mobile &: +33 6 75 00 98 56\\ +% \quad tél. fixe &: +33 4 92 11 40 77\\ +% \quad email &: \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ + +% \end{tabular} + +\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} + \multicolumn{2}{l}{\textsc{Franck Boudinet}, \emph{Mgr of Solutions Architect}, IBM} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ + \quad \faMobilePhone & +33 6 72 28 84 53 & \quad \faMobilePhone & +33 6 75 00 98 56\\ + \quad \faPhone & +33 4 92 11 46 64 & \quad \faPhone& +33 4 92 11 40 77\\ + \quad \faEnvelope & \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}& \quad \faEnvelope & \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ + \multicolumn{2}{l}{} \\ + \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} \\ + \quad \faMobilePhone & +687 935 339 \\ + \quad \faPhone & +687 255 904 \\ + \quad \faEnvelope & \href{mailto:gloutre@cafat.nc}{gloutre@cafat.nc}\\ +\end{tabular} \ No newline at end of file diff --git a/section_scolarite.tex b/section_scolarite.tex new file mode 100755 index 0000000..526802f --- /dev/null +++ b/section_scolarite.tex @@ -0,0 +1,9 @@ +%Section: Scholarships and additional info +\sectionTitle{Formation}{\faMortarBoard} +\begin{tabular}{>{\small}r>{\small}p{14cm}} + \parbox{\datebox}{\raggedleft 2007} & Master STIC Professionel filière MBDS + de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et + intégration de Systèmes) \\ + 2004 & BTS Informatique de Gestion option administrateurs de réseaux \\ + 2000 & Baccalauréat Scientifique option Mathématiques +\end{tabular} \ No newline at end of file -- cgit v1.2.3 From 0b1231a68886d57fcd8d1b3f51669bfd13d9fc33 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 19 Aug 2016 09:57:52 +1100 Subject: Removing useless files Changes to be committed: deleted: section_perso_demo.tex deleted: section_references_demo.tex --- section_perso_demo.tex | 8 -------- section_references_demo.tex | 8 -------- 2 files changed, 16 deletions(-) delete mode 100755 section_perso_demo.tex delete mode 100755 section_references_demo.tex diff --git a/section_perso_demo.tex b/section_perso_demo.tex deleted file mode 100755 index 4c9b8d8..0000000 --- a/section_perso_demo.tex +++ /dev/null @@ -1,8 +0,0 @@ -%Section: Personal Data -\user{Christophe}{ROGER}\\ -\small{ - \smartphone{+687 555 555} \quad|\quad \email{mail@dummymail.com}{mail@dummymail.com}\\ - \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger}\\ - \address{2 Infinite Loop, 98800 Nouméa, Nouvelle-Calédonie}\\ - \infos{Né le 1 janvier 1970 à Nouméa, Nouvelle-Calédonie} -} diff --git a/section_references_demo.tex b/section_references_demo.tex deleted file mode 100755 index 42f75ac..0000000 --- a/section_references_demo.tex +++ /dev/null @@ -1,8 +0,0 @@ -%Section: Références -\sectionTitle{Références}{\faGroup} -\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} - \multicolumn{2}{l}{\textsc{First Reference}, \emph{Dummy Position}, DummyCompany} & \multicolumn{2}{l}{\textsc{Second Reference}, \emph{Fake Position}, Fake Corp } \\ - \quad \faMobilePhone & +33 0 00 00 00 00 & \quad \faMobilePhone & +33 0 00 00 00 04\\ - \quad \faPhone & +33 0 00 00 00 01 & \quad \faPhone& +33 0 00 00 00 03\\ - \quad \faEnvelope & \href{mailto:mail@dummy.com}{mail@dummy.com}& \quad \faEnvelope & \href{mailto:mail@fake.com}{mail@fake.com}\\ -\end{tabular} \ No newline at end of file -- cgit v1.2.3 From 26e76539b7b1a750e81f6a2ea8ef2a90990ef2ea Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 19 Aug 2016 18:28:13 +1100 Subject: Removed useless comment code Changes to be committed: modified: section_references.tex --- section_references.tex | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/section_references.tex b/section_references.tex index 7639dc6..0bd437c 100755 --- a/section_references.tex +++ b/section_references.tex @@ -1,19 +1,6 @@ %Section: Références \sectionTitle{Références}{\faGroup} -% \begin{tabular}{>{\small}l >{\small}l} -% \multicolumn{2}{l}{Franck \textsc{Boudinet}, \emph{Mgr of Solutions Architect}, IBM} \\ -% \quad tél. mobile &: +33 6 72 28 84 53\\ -% \quad tél. fixe &: +33 4 92 11 46 64\\ -% \quad email &: \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}\\ -% \multicolumn{2}{l}{} \\ -% \multicolumn{2}{l}{Nicolas \textsc{Comète}, \emph{IT Architect}, IBM } \\ -% \quad tél. mobile &: +33 6 75 00 98 56\\ -% \quad tél. fixe &: +33 4 92 11 40 77\\ -% \quad email &: \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ - -% \end{tabular} - \begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} \multicolumn{2}{l}{\textsc{Franck Boudinet}, \emph{Mgr of Solutions Architect}, IBM} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ \quad \faMobilePhone & +33 6 72 28 84 53 & \quad \faMobilePhone & +33 6 75 00 98 56\\ -- cgit v1.2.3 From ad06a64874a435dcd11322be11f6b382b7659351 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Tue, 23 Aug 2016 08:51:34 +1100 Subject: Updated experience with new FA Icon Updated darwiin-cv.cls to change spaces for macros Updated section perso with new spaces Changes to be committed: modified: README.md modified: darwiin-cv.cls modified: section_experience_short.tex modified: section_perso.tex --- README.md | 2 +- darwiin-cv.cls | 24 ++++++++++++------------ section_experience_short.tex | 2 +- section_perso.tex | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5bb3d4b..f71e31e 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -latex-classicalcv +latex-classicalcv [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf) ================= Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes _XeLaTeX_ engine and _Fontin_ font. diff --git a/darwiin-cv.cls b/darwiin-cv.cls index dcd8de3..ff1d227 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -52,15 +52,15 @@ \setlength{\leftcolumn}{2.5cm} % Macros -\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL -\newcommand\viadeo[2]{\faViadeo \quad \href{#1}{#2}} % Viadeo icon + URL -\newcommand\github[2]{\faGithub \quad \href{#1}{#2}} % Github icon + URL -\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \quad #1} % I icon -\newcommand\smartphone[1]{\faMobilePhone \quad #1} % Smartphone Icon -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} % Envelope Icon + mailto link +\newcommand{\el}{\enspace \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \enspace \href{#1}{#2}} % Linkedin icon + URL +\newcommand\viadeo[2]{\faViadeo \enspace \href{#1}{#2}} % Viadeo icon + URL +\newcommand\github[2]{\faGithub \enspace \href{#1}{#2}} % Github icon + URL +\newcommand\address[1]{\faMapMarker \enspace #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \enspace #1} % I icon +\newcommand\smartphone[1]{\faMobilePhone \enspace #1} % Smartphone Icon +\newcommand\email[2]{\faAt \enspace \href{mailto:#1}{#2}} % Envelope Icon + mailto link \newcommand\link[2]{\href{#1}{#2} \faLink } \newcommand\important[1]{\textbf #1} @@ -86,7 +86,7 @@ \newcommand\experience[7]{ \textsc{#1} & \textsc{#2, #3, #4} \\ \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} - #6 + #6 \end{minipage} \\ & \footnotesize{\emph{Technologies utilisées:} #7 } \\ } @@ -94,8 +94,8 @@ \newcommand\consultantexperience[9]{ \textsc{#1} & \textsc{#2, #3, #4} \\ \textsc{#5} & \emph{#6} pour #7 \\ - & \begin{minipage}[t]{\rightcolumnlength} - #8 + & \begin{minipage}[t]{\rightcolumnlength} + #8 \end{minipage} \\ & \footnotesize{\emph{Technologies utilisées:} #9 } \\ } diff --git a/section_experience_short.tex b/section_experience_short.tex index 8256bc9..a416be8 100755 --- a/section_experience_short.tex +++ b/section_experience_short.tex @@ -1,5 +1,5 @@ %Section: Work Experience at the top -\sectionTitle{Expérience Professionelle}{\faBriefcase} +\sectionTitle{Expérience Professionelle}{\faSuitcase} %\renewcommand{\labelitemi}{$\bullet$} \begin{experiences} \experience diff --git a/section_perso.tex b/section_perso.tex index 7da294e..313cd1f 100755 --- a/section_perso.tex +++ b/section_perso.tex @@ -1,8 +1,8 @@ %Section: Personal Data \user{Christophe}{ROGER}\\ \small{ - \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger} \quad|\enspace \viadeo{http://www.viadeo.com/fr/profile/christopheroger}{christopheroger} \quad|\enspace\github{https://github.com/darwiin}{darwiin} \\ - \smartphone{+687 831 831} \quad|\enspace \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ + \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger} \quad|\quad \viadeo{http://www.viadeo.com/fr/profile/christopheroger}{christopheroger} \quad|\quad \github{https://github.com/darwiin}{darwiin} \\ + \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie} } -- cgit v1.2.3 From 9f73066c7dcc1c9c82c0657bf3d1aaef344f0fba Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 29 Aug 2016 18:24:28 +1100 Subject: Anonymisation --- section_perso.tex | 6 +++--- section_references.tex | 13 ++++--------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/section_perso.tex b/section_perso.tex index 313cd1f..6e4a598 100755 --- a/section_perso.tex +++ b/section_perso.tex @@ -2,7 +2,7 @@ \user{Christophe}{ROGER}\\ \small{ \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger} \quad|\quad \viadeo{http://www.viadeo.com/fr/profile/christopheroger}{christopheroger} \quad|\quad \github{https://github.com/darwiin}{darwiin} \\ - \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ - \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ - \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie} + \smartphone{+687 654 321} \quad|\quad \email{christophe.roger@domain.com}{christophe.roger@domain.com}\\ + \address{2 Rue du quartier, 98765 Ville, Pays}\\ + \infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie} } diff --git a/section_references.tex b/section_references.tex index 0bd437c..564c45a 100755 --- a/section_references.tex +++ b/section_references.tex @@ -2,13 +2,8 @@ \sectionTitle{Références}{\faGroup} \begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} - \multicolumn{2}{l}{\textsc{Franck Boudinet}, \emph{Mgr of Solutions Architect}, IBM} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ - \quad \faMobilePhone & +33 6 72 28 84 53 & \quad \faMobilePhone & +33 6 75 00 98 56\\ - \quad \faPhone & +33 4 92 11 46 64 & \quad \faPhone& +33 4 92 11 40 77\\ - \quad \faEnvelope & \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}& \quad \faEnvelope & \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ - \multicolumn{2}{l}{} \\ - \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} \\ - \quad \faMobilePhone & +687 935 339 \\ - \quad \faPhone & +687 255 904 \\ - \quad \faEnvelope & \href{mailto:gloutre@cafat.nc}{gloutre@cafat.nc}\\ + \multicolumn{2}{l}{\textsc{Eddard Stark}, \emph{Lord of Winterfell}} & \multicolumn{2}{l}{\textsc{John Snow}, \emph{Lord Commander of the Night Watch}} \\ + \quad \faMobilePhone & +33 6 23 45 67 89 & \quad \faMobilePhone & +33 6 23 45 67 90\\ + \quad \faPhone & +33 1 23 45 67 89 & \quad \faPhone& +33 1 23 45 67 90\\ + \quad \faEnvelope & \href{mailto:e.stark@winterfell.org}{e.stark@winterfell.org}& \quad \faEnvelope & \href{mailto:j.snow@castle.black}{j.snow@castle.black}\\ \end{tabular} \ No newline at end of file -- cgit v1.2.3 From 1876b4408e1576952b4ef1807cc0a5773dde4daf Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Tue, 6 Sep 2016 18:30:30 +1100 Subject: New macros to create headline Changes to be committed: modified: cv.tex modified: darwiin-cv.cls --- cv.tex | 19 ++++++++------- darwiin-cv.cls | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 76 insertions(+), 18 deletions(-) diff --git a/cv.tex b/cv.tex index a0eb5d7..4c6f2ee 100755 --- a/cv.tex +++ b/cv.tex @@ -2,18 +2,21 @@ \documentclass{darwiin-cv} -%Italian hyphenation for the word: ''corporations'' -\hyphenation{im-pre-se} +\name{Christophe}{ROGER} +\socialinfo{ + \linkedin{christopheroger} + \viadeo{christopheroger} + \github{darwiin}\\ + \smartphone{+687 123 456} + \email{christophe.roger@mail.com}\\ + \address{2 Rue du quartier, 98765 Ville, Pays}\\ + \infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie} +} %------------------------------------------ \begin{document} -\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} - -\pagestyle{empty} % non-numbered pages -\font\fb=''[cmr10]'' % for use with \LaTeX command - -\input{section_perso} % Personal data section +\makecvheader \resumetitle{Architecte logiciel | Développeur/Concepteur JEE} diff --git a/darwiin-cv.cls b/darwiin-cv.cls index ff1d227..21aadd3 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -18,17 +18,19 @@ \RequirePackage{enumitem} \RequirePackage{longtable} - - - % Setup hyperref package, and colours for links \definecolor{linkcolour}{rgb}{0,0.2,0.6} \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour} +\pagestyle{empty} % non-numbered pages +\font\fb=''[cmr10]'' % for use with \LaTeX command + % Setup CV sections \titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] \titlespacing{\section}{0pt}{2pt}{2pt} +\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} + % Setup Array : new column type \newcolumntype{R}[1]{>{\hfill}m{#1}} @@ -54,16 +56,62 @@ % Macros \newcommand{\el}{\enspace \faAngleRight \enspace} % Custom itemize to use with array \newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \enspace \href{#1}{#2}} % Linkedin icon + URL -\newcommand\viadeo[2]{\faViadeo \enspace \href{#1}{#2}} % Viadeo icon + URL -\newcommand\github[2]{\faGithub \enspace \href{#1}{#2}} % Github icon + URL -\newcommand\address[1]{\faMapMarker \enspace #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \enspace #1} % I icon -\newcommand\smartphone[1]{\faMobilePhone \enspace #1} % Smartphone Icon -\newcommand\email[2]{\faAt \enspace \href{mailto:#1}{#2}} % Envelope Icon + mailto link +%\newcommand\linkedin[2]{\faLinkedin \enspace \href{#1}{#2}} % Linkedin icon + URL +%\newcommand\viadeo[2]{\faViadeo \enspace \href{#1}{#2}} % Viadeo icon + URL +%\newcommand\github[2]{\faGithub \enspace \href{#1}{#2}} % Github icon + URL +%\newcommand\address[1]{\faMapMarker \enspace #1} % Home icon + address as parameter +%\newcommand\infos[1]{\faInfo \enspace #1} % I icon +%\newcommand\smartphone[1]{\faMobilePhone \enspace #1} % Smartphone Icon +%\newcommand\email[2]{\faAt \enspace \href{mailto:#1}{#2}} % Envelope Icon + mailto link \newcommand\link[2]{\href{#1}{#2} \faLink } \newcommand\important[1]{\textbf #1} + +% Render a text with its symbol +% Usage; \socialtext{}{