Skip to content

Commit

Permalink
Rename AmuNMT to Marian
Browse files Browse the repository at this point in the history
  • Loading branch information
snukky committed Jun 3, 2017
1 parent a7c4a1a commit 024fe83
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ install: Gemfile.lock
Gemfile.lock: Gemfile
bundle update

zip: amunmt-website.tgz
amunmt-website.tgz: build
zip: marian-nmt-website.tgz
marian-nmt-website.tgz: build
tar zcf $@ _site

docs: Doxyfile.marian.in marian
doxygen $<
marian:
git clone https://github.com/amunmt/marian.git $@
git clone https://github.com/marian-nmt/marian-train.git $@

clean-docs:
rm -rf docs/marian
Expand Down
2 changes: 1 addition & 1 deletion _data/cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
icon: fa-life-ring
color: blue
- title: Publications
intro: Citation information and publications using AmuNMT
intro: Citation information and list of publications
link: publications
icon: fa-graduation-cap
color: orange
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<footer id="footer" class="footer text-center">
<div class="container">
<p>
AmuNMT - an efficient Neural Machine Translation framework written in pure C++.</br>
Mainly developed at the Adam Mickiewicz University in Poznań (AMU) and at the University of Edinburgh.
{{ site.title }} - an efficient Neural Machine Translation framework written in pure C++.</br>
Mainly developed at the Adam Mickiewicz University in Poznań and at the University of Edinburgh.
</p>
<p><a href="{{ site.github }}/amunmt">AmuNMT</a> and <a href="{{ site.github }}/marian">Marian</a> are licensed under the <a href="{{ site.github }}/amunmt/LICENSE">MIT license</a>.</p>
<p><a href="{{ site.github }}/marian">Marian</a> is licensed under the <a href="{{ site.github }}/marian/LICENSE">MIT license</a>.</p>
<small class="copyright">Based on the theme PrettyDocs designed by <a href="http://themes.3rdwavemedia.com/" targe="_blank">Xiaoying Riley</a> with modifications.</small>
</div><!--//container-->
</footer><!--//footer-->
2 changes: 1 addition & 1 deletion _layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% include head.html %}

<body class="body-{{ page.color | default: site.color_scheme | default: "blue" }}">
<a class="github-fork-ribbon" href="{{ site.github }}/amunmt" title="Fork me on GitHub">Fork me on GitHub</a>
<a class="github-fork-ribbon" href="{{ site.github }}/marian" title="Fork me on GitHub">Fork me on GitHub</a>

<div class="page-wrapper">

Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% include head.html %}

<body class="landing-page body-{{ page.color | default: site.color_scheme | default: "blue" }}">
<a class="github-fork-ribbon" href="{{ site.github }}/amunmt" title="Fork me on GitHub">Fork me on GitHub</a>
<a class="github-fork-ribbon" href="{{ site.github }}/marian" title="Fork me on GitHub">Fork me on GitHub</a>

<div class="page-wrapper">

Expand Down

0 comments on commit 024fe83

Please sign in to comment.