Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1882569e

Přidáno uživatelem Filip Jani před téměř 6 roky(ů)

Re #7593 přidání jak se stát členem

Zobrazit rozdíly:

app/FrontModule/templates/Contact/howToBecomeAMember.latte
1
{block content}
2
<div class="container">
3
    <div class="display-5">What is Cuneiform Circle</div>
4

  
5
    <p>Cuneiform circle is an international association of Assyriologists. Its principal goal is to create
6
        a searchable Old Babylonian Text Corpus (OBTC), a sign list and eventually an on-line Old Babylonian
7
        Dictionary.</p>
8

  
9
    <p>Here follows information for users:</p>
10

  
11
    <ul>
12
        <li>the search of Catalogue of Cuneiform Signs, Old Babylonian Dictionary under development and catalogue of
13
            texts are unrestricted
14
        </li>
15
        <li>the search of OBTC is restricted to the following texts: Codex Hammurapi and AbB 5</li>
16
    </ul>
17

  
18
    <div class="display-5">Why to become a member of Cuneiform Circle:</div>
19
    <ul>
20
        <li>members will have full access to search possibilities of Old Babylonian Text Corpus (about 71 000 lines of
21
            transliterated texts, for details see
22
            <a href="http://www.klinopis.cz/utf/utf/showallcatalogue.php">text catalogue</a>)
23
        </li>
24
        <li>members' contributions will be referred to in electronic and printed materials of the project (catalogue of
25
            Old Babylonian Texts, Old Babylonian Dictionary, etc.)
26
        </li>
27
    </ul>
28

  
29
    <div class="display-5">How to become a member of Cuneiform Circle</div>
30

  
31
    <div class="display-6">active membership</div>
32

  
33
    <p>Full access will be given to users who are able to contribute transliterated texts which are not yet
34
        in the OBTC, in the scope of AbB 3, i.e. min. 2500 lines of OB text in the electronic form.
35
        The active user (member) will have a password valid for one year.
36
    </p>
37

  
38
    <div class="text-center">editorial board of Cuneiform Circle: F. Rahman, S. Lyosov and L. Pecha.</div>
39

  
40
    <div class="text-center mt-5">
41
        <p>
42
            If you have any question send an e-mail to <a href="mailto:rahman (a) gmail (dot) com"><span
43
                        class="fa fa-envelope fa-fw"></span> F. Rahman.</a>
44
        </p>
45
    </div>
46
</div>
app/FrontModule/templates/Homepage/default.latte
1 1
{block content}
2
<div class="display-5">Old Babylonian Text Corpus by Cuneiform Circle</div>
3
<hr>
4

  
5
<div class="row">
6
    <div class="col">
7
        <dl class="row">
8
            <dt class="col-sm-3">OB motto</dt>
9
            <dd class="col-sm-9">a-na D:na-bi-um-ma-lik a-wi-lim dam-qí-im ša D:AMAR.UTU ù D:na-bi-um GI.DUB.BA-šu ú-še-še-ru (AbB 3,33,1-4)</dd>
10
        </dl>
11

  
12
        <div class="alert alert-primary">
13
            If you have interest in Old Babylonian Akkadian Texts, don't hesitate to join us! You are welcome!
2
    <div class="display-5">Old Babylonian Text Corpus by Cuneiform Circle</div>
3
    <hr>
4

  
5
    <div class="row">
6
        <div class="col">
7
            <dl class="row">
8
                <dt class="col-sm-3">OB motto</dt>
9
                <dd class="col-sm-9">a-na D:na-bi-um-ma-lik a-wi-lim dam-qí-im ša D:AMAR.UTU ù D:na-bi-um GI.DUB.BA-šu
10
                    ú-še-še-ru (AbB 3,33,1-4)
11
                </dd>
12
            </dl>
13

  
14
            <div class="alert alert-primary">
15
                If you have interest in Old Babylonian Akkadian Texts, don't hesitate to join us! You are welcome!
16
            </div>
17
        </div>
18
        <div class="col">
19
            <form method="get" action="/utf/utf/show2boger.php" onclick="this.target='_blank'" target="_blank">
20
                <p class="blue">
21
                    <label for="borger">Input Borger's ABZ number:</label>
22
                    <input class="td5" type="text" id="borger" name="borger" size="3" value="333">
23
                    <input class="tlacitko2" type="submit" value=" find ">
24
                </p>
25
                <p class="blue">
26
                    This is a quick search to find variants of signs according to Borger's number from Old Babylonian
27
                    Graphemic Analyses.
28
                    <a class="noline" href="/utf/utf/signs.html" onclick="this.target='_blank'">
29
                        Click here for an advanced search.</a>
30

  
31
                </p>
32
                <p>
33
                    <a class="noline" href="/utf/utf/signs.html" target="blank">
34
                        <img src="http://sp105p02-kbs.ff.zcu.cz/img/gar3.gif" width="335" height="35" alt="signs">
35
                    </a>
36
                </p>
37
            </form>
14 38
        </div>
15 39
    </div>
16
    <div class="col">
17
        <form method="get" action="/utf/utf/show2boger.php" onclick="this.target='_blank'" target="_blank">
18
            <p class="blue">
19
                <label for="borger">Input Borger's ABZ number:</label>
20
                <input class="td5" type="text" id="borger" name="borger" size="3" value="333">
21
                <input class="tlacitko2" type="submit" value=" find ">
22
            </p>
23
            <p class="blue">
24
                This is a quick search to find variants of signs according to Borger's number from Old Babylonian Graphemic Analyses.
25
                <a class="noline" href="/utf/utf/signs.html" onclick="this.target='_blank'">
26
                    Click here for an advanced search.</a>
27

  
28
            </p>
29
            <p>
30
                <a class="noline" href="/utf/utf/signs.html" target="blank">
31
                    <img src="http://sp105p02-kbs.ff.zcu.cz/img/gar3.gif" width="335" height="35" alt="signs">
32
                </a>
33
            </p>
34
        </form>
35
    </div>
36
</div>
37 40

  
38
<hr>
41
    <hr>
39 42

  
40
<p>Cuneiform Circle is a community of scholars engaged in the study of the Old Babylonian Akkadian. Our main goal is to create an Old Babylonian Text Corpus, an Old Babylonian Dictionary, and a List of Old Babylonian Cuneiform Signs.</p>
43
    <p>Cuneiform Circle is a community of scholars engaged in the study of the Old Babylonian Akkadian. Our main goal is
44
        to create an Old Babylonian Text Corpus, an Old Babylonian Dictionary, and a List of Old Babylonian Cuneiform
45
        Signs.</p>
41 46

  
42
<p>The Old Babylonian Text Corpus (OBTC) comprises a large text database of the Old Babylonian Akkadian Language (currently 144097 text lines, letters, documents, legal texts, royal inscriptions, omina, mathematical texts etc.).</p>
47
    <p>The Old Babylonian Text Corpus (OBTC) comprises a large text database of the Old Babylonian Akkadian Language
48
        (currently 144097 text lines, letters, documents, legal texts, royal inscriptions, omina, mathematical texts
49
        etc.).</p>
43 50

  
44
<p><strong>All texts are available for search according to sign-chains (transliteration). The search engine in Old Babylonian Text Corpus verse 1 is available for everybody but the search is restricted to the following texts: Codex Hammurapi and AbB 5. The search in all 144097 lines of OBTC verse 2 is available for members only (see how to become a member) .</strong></p>
51
    <p><strong>All texts are available for search according to sign-chains (transliteration). The search engine in Old
52
            Babylonian Text Corpus verse 1 is available for everybody but the search is restricted to the following
53
            texts: Codex Hammurapi and AbB 5. The search in all 144097 lines of OBTC verse 2 is available for members
54
            only (<a n:href="Contact:howToBecomeAMember">see how to become a member</a>) .</strong></p>
45 55

  
46
<p><strong>Our service includes unique searchable lists of Old Babylonian Signs Variants as appearing in the hand copies selected for the graphemic analysis.</strong></p>
56
    <p><strong>Our service includes unique searchable lists of Old Babylonian Signs Variants as appearing in the hand
57
            copies selected for the graphemic analysis.</strong></p>
47 58

  
48
<p>The work on the project is in progress. We have started in 1988-89 and have accomplished significant advances since. We are currently working towards improving the quality and scope of our databases. The full access to all materials and sources is given to active members only ( see our policy ).</p>
59
    <p>The work on the project is in progress. We have started in 1988-89 and have accomplished significant advances
60
        since. We are currently working towards improving the quality and scope of our databases. The full access to all
61
        materials and sources is given to active members only (<a n:href="Contact:howToBecomeAMember">see our policy</a>).</p>
49 62
{/block}
50 63

  
51 64
{block scripts}
www/css/front/style.css
33 33
    margin-bottom: 1rem;
34 34
}
35 35

  
36
.display-6 {
37
    font-size: 1.1rem;
38
    font-weight: 300;
39
    line-height: 1.2;
40
    margin-bottom: 1rem;
41
}
42

  
36 43
.content {
37 44
    margin: 32px 64px;
38 45
}

Také k dispozici: Unified diff