[[TracNav]] = The POSC Caesar Trac = Trac combines a Wiki for collaborative authoring with a version-controlled document repository. See below for an introduction to using Trac. See http://www.posccaesar.org for the main POSC Caesar website. Perhaps you are looking for ISO 15926 Part 2 (data model) in [http://www.w3.org/TR/owl-features/ OWL] format: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003. For instructions on submitting data to the POSC Caesar Reference Data Library, see ReferenceDataWork. == Wiki pages for POSC Caesar Special Interest Groups (SIG) == This Trac system was initially set up to serve the [http://www.posccaesar.com/ POSC Caesar] Special Interest Groups. The SIG's will maintain and develop domain-specific areas of the POSC Caesar Reference Data Library. The SIG's have a [http://www.posccaesar.com/SIGs mandate]. Each SIG has a "homepage" in Trac, available from the following links. If a page doesn't exist, you can create it! {{{ #!graphviz.neato digraph G { overlap=false; node [fontname=Arial, fontsize=8, color=grey80, fillcolor=grey95, fontcolor=red3, style=filled, width=.5]; edge [arrowhead="none", color=grey50 ]; a [label="PCA\nSIG", fillcolor=grey90, fontcolor=black] DM [label="Development and\nModifications", URL="DmSig", tooltip="DM"]; DC [label="Drilling and\nCompletion", URL="DcSig", tooltip="DC"]; HSSE [label="Health, Safety,\nSecurity\nand Environment", URL="HsseSig", tooltip="HSSE"]; MMT [label="Modelling, Methods\nand Technology", URL="MmtSig", tooltip="MMT"]; OM [label="Operation and\nMaintenance", URL="OmSig", tooltip="OM"]; PL [label="Procurement and\nLogistics", URL="PlSig", tooltip="PL"]; RP [label="Reservoir and\nProduction", URL="RpSig", tooltip="RP"]; SE [label="Subsea\nEquipment", URL="SeSig", tooltip="SE"]; a -> DM ; a -> DC ; a -> HSSE; a -> MMT; a -> OM ; a -> PL ; a -> RP ; a -> SE ; } }}} == Document storage == Documents pertaining to the work in each SIG should in general be stored in the SIG document repository. This provides version control of files -- which is essential for avoiding clutter and confusion. Good practice is to never write a file version number in a file name! To contribute to the repository, you need to be a registered user. You also need to install a Subversion client; for Windows users, we recommend [http://tortoisesvn.tigris.org/ TortoiseSVN]. The repository address is `http://trac.posccaesar.org/svn` (also available via https, use `https://trac.posccaesar.org/svn`) . See RepositoryCheckoutTortoise for a tutorial on creating a local copy of (a part of) the repository. A skeleton folder structure has been set up for each SIG. For instance, see the [source:SIG/DC Drilling and Completion] folder. == Contact points == For general questions, contact: [mailto:taa@vestforsk.no Terje Aaberge] (`taa@vestforsk.no`). If you wish to be added as a Trac user, contact: [mailto:johan.wilhelm.kluewer@dnv.com Johan W. Klüwer] (`johan.wilhelm.kluewer@dnv.com`). ---- == Welcome to Trac == Trac is a '''minimalistic''' approach to '''web-based''' management of '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. All aspects of Trac have been designed with the single goal to '''help developers write great software''' while '''staying out of the way''' and imposing as little as possible on a team's established process and culture. As all Wiki pages, this page is editable, this means that you can modify the contents of this page simply by using your web-browser. Simply click on the "Edit this page" link at the bottom of the page. WikiFormatting will give you a detailed description of available Wiki formatting commands. TracGuide is a good place to start. Enjoy! [[BR]] ''The Trac Team'' === Starting Points === * SandBox * TracGuide -- Built-in Documentation * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions * TracSupport -- Trac Support For a complete list of local wiki pages, see TitleIndex.